body {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 100%;
    height: auto;
    min-height: 100%;
    background-image: url(../img/bg0.png);
}

.argep {
    font-size: 13px;
    padding-top: 20px;
    float: left;
}

#form1 {
    float: left;
    width: 100%;
}

.text1 {
    text-align: right;
    width: 80% !important;
    float: right !important;
}
/*sezz*/
.referans_div {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}
/*sezz*/

.kazanc img {
    max-width: 100%;
}

.Ozellik .item {
    float: left;
    text-align: center;
    height: 250px;
    margin-bottom: 20px;
    padding-top: 20px;
    background-color: #eaeaea;
}

    .Ozellik .item i {
        width: 100%;
        float: left;
        font-size: 48px;
        color: #c2cd00;
        margin-bottom: 15px;
    }

    .Ozellik .item small {
        display: block;
        width: 100%;
        margin-top: 30px;
        font-size: 22px;
        font-weight: 700;
    }

    .Ozellik .item p {
        width: 100%;
        text-align: center;
        font-size: 16px;
        margin-top: 20px;
    }



.ozref {
    padding: 15px;
    cursor: pointer;
}

    .ozref img {
        width: 100%;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .ozref:hover img {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

.BlogTarihi {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #02376b;
    color: #fff;
    padding: 7px 20px;
    font-weight: bold;
    font-size: 14px;
}

.ArgeBox {
    background-image: url(../img/arge.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
    position: relative;
    z-index: 1;
    background-size: contain;
}

.lbluyari {
    float: right;
    font-size: 13px;
    display: block;
    position: absolute;
    right: 30px;
    bottom: 50px;
}

.lbluyari3 {
    float: right;
    font-size: 13px;
    display: block;
    width: 100%;
    text-align: center;
}

.CozumlerAlan2 .Hizmetbtn:hover, .boxesz .Hizmetbtn:hover, .PaketBox .Hizmetbtn:hover {
    color: #fff;
}

.teklifalpopups {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5000000000000000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: none;
}

.boxesz h6 {
    font-size: 36px;
    color: #02376b;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.firsttittle {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #747d8a;
    float: left;
    margin-top: 20px;
}

.boxesz h6 strong {
    font-weight: 900;
}

.boxesz .Hizmetbtn {
    margin-top: 0;
    margin-left: 15px;
    padding: 12px 20px;
    background-color: #f9b104;
}

.kapatbtn {
    position: absolute;
    right: -10px;
    height: 60px;
    width: 60px;
    top: -10px;
    background-color: #02376b;
    border: solid 10px #c2cd00;
    border-radius: 60px;
    text-align: center;
    color: #fff;
    line-height: 42px;
}

    .kapatbtn:hover {
        background-color: #d10000;
        color: #fff;
        transform: scale(1.1);
        transform: rotate(180deg);
    }

.boxesz {
    width: 45%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    border-radius: 30px;
    -webkit-animation-name: efekt1;
    -webkit-animation-duration: 1s;
    animation-name: efekt1;
    animation-duration: 1s;
    position: relative;
    min-height: 400px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
}

    .boxesz .form-control {
        font-size: 13px;
        min-height: 45px;
        resize: none;
        border-radius: 0;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: solid 2px #eaeaea;
    }

.teklifkapak {
    position: absolute;
    top: -140px;
    left: -104px;
}

.Contex {
    width: 100%;
    float: left;
    padding-left: 190px;
    height: auto;
}



.MobileMenuBtn, .AcilirMenu {
    display: none;
}

header {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-animation-name: efekt1; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
    animation-name: efekt1;
    animation-duration: 3s;
}

.iphoneitem {
    width: 98%;
    text-align: center;
    padding-top: 20px;
}

.logo {
    padding-left: 0;
    margin-top: 20px;
}

.MainMenu ul {
    float: right;
    text-align: right;
    margin-top: 20px;
}

.MainMenu li {
    float: left;
    list-style-type: none;
    padding-left: 15px;
    padding-right: 15px;
}

    .MainMenu li:last-child {
        padding-right: 0;
    }

.telefon {
    color: #fff;
    margin-right: 15px;
    font-size: 12px;
}

a, a:hover {
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.teklifal {
    background-color: #02396f;
    color: #fff;
    padding: 7px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .teklifal:hover {
        background-color: #fab204;
    }

* {
    font-family: 'Montserrat', sans-serif;
}

.MainMenu li a {
    color: #ffF;
    font-weight: 600;
    font-size: 13px;
}

.Seferihisarsoft {
    background: #c1cc00;
    position: relative;
    width: 100%;
    height: 1010px;
    float: left;
    z-index: 1;
    overflow: hidden;
}

    .Seferihisarsoft video {
        width: auto;
        min-width: 100%;
        position: absolute;
        z-index: 2;
        min-height: 100%;
    }

.filigran {
    background-image: url(../img/bg0.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    background-size: cover;
}

.HomeSlider {
    margin-top: 100px;
    width: 100%;
    float: left;
    position: relative;
    z-index: 3;
    -webkit-animation-name: efekt1; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
    animation-name: efekt1;
    animation-duration: 3s;
}

.slide {
    margin-top: 30px;
}

    .slide h1 {
        font-weight: 900;
        font-size: 35px;
        color: #fff;
        width: 100%;
        padding-top: 70px;
    }

    .slide p {
        color: #fff;
        width: 100%;
        font-size: 20px;
        font-weight: 300;
    }

.tanitimbtn span {
    max-width: 100px;
    max-height: 100px;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    background: rgba(0,0,0,0.1);
    border-radius: 100px;
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .tanitimbtn span i {
        font-size: 37px;
        line-height: 52px;
        color: #fff;
    }

.tanitimbtn:hover span {
    background: rgba(0,0,0,0.15);
    cursor: pointer;
    padding: 10px;
    max-height: 110px;
    max-width: 110px;
}

.tanitimbtn:hover .firstclih {
    margin-top: -5px;
    margin-left: -5px;
}

.tanitimbtn b {
    line-height: 100px;
    margin-left: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tanitimbtn:hover b {
    margin-left: 20px;
    color: #fff;
}

.tanitimbtn {
    margin-left: 5px;
    cursor: pointer;
    margin-top: 20px;
    float: left;
    width: 100%;
}



/* Standard syntax */
@keyframes efekt1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.part2 {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    z-index: 3;
    margin-top: -130px;
}

.HomeRight {
    padding-top: 50px;
    padding-left: 70px;
}

    .HomeRight h4 {
        font-weight: 600;
        width: 100%;
        text-align: right;
        color: #012140;
        margin-bottom: 20px;
    }

.Box1 {
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    padding: 20px 30px;
    float: left;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
}

.row2 {
    margin-left: 0;
}

.Box1 h5 {
    font-size: 13px;
    font-weight: 600;
    color: #012140;
    width: 100%;
    float: left;
    display: block;
}

.Box1 p {
    font-size: 12px;
    color: #464646;
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 0;
}

.boximg {
    width: 50px;
    float: left;
    margin-bottom: 20px;
}

.HeaderTop2 {
    float: left;
    padding-left: 67px;
}

    .HeaderTop2 a {
        padding-bottom: 3px;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        margin-right: 2px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .HeaderTop2 .active {
        border-bottom: solid 2px #b0c234;
        color: #b0c234;
        font-weight: 800;
    }

    .HeaderTop2 a:hover {
        color: #b0c234;
    }

.Boxes2 {
    padding-top: 50px;
}


.part2text {
    font-size: 14px;
    width: 100%;
    float: left;
    margin-top: 30px;
    color: #747d8a;
}

.MobilUygulama {
    width: 100%;
    margin-top: 50px;
    float: left;
    height: 750px;
    background-image: url(../img/m1.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-top: 100px;
}

.AppLeft h1 {
    font-weight: 700;
    font-size: 26px;
    color: #02376b;
    margin-bottom: 30px;
}

    .AppLeft h1:after {
        content: "";
        display: block;
        height: 6px;
        border-radius: 6px;
        width: 120px;
        background-color: #c2cd00;
        margin-top: 5px;
    }



.AppLeft {
    float: left;
    width: 45%;
    height: auto;
    margin-top: 50px;
    padding-right: 20px;
}

.AppSlider {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 50px;
}

    .AppSlider h6 {
        font-weight: 600;
        color: #012140;
        margin-bottom: 25px;
    }

    .AppSlider p {
        font-weight: 500;
        color: #777;
        font-size: 14px;
        line-height: 32px;
        margin-bottom: 25px;
    }

.appnav {
    float: left;
    width: 100px;
    height: auto;
    margin-top: 30px;
    text-align: center;
}

    .appnav ul, .appnav li {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: inline-block;
    }

    .appnav li {
        width: 50px;
        height: 50px;
        border-radius: 70px;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
        text-align: center;
        line-height: 50px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        margin-bottom: 35px;
        z-index: 3;
    }

        .appnav li i {
            font-size: 16px;
            color: #c2cd00;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .appnav li:hover {
            background-color: #c2cd00;
            cursor: pointer;
        }

            .appnav li:hover i {
                color: #fff;
                -webkit-transform: scale(1.3);
                -ms-transform: scale(1.3);
                transform: scale(1.3);
            }

        .appnav li:after {
            width: 1px;
            height: 40px;
            content: "";
            display: block;
            margin-left: auto;
            margin-right: auto;
            margin-top: 0px;
            border-left: dashed 1px #eaeaea;
            z-index: 2;
        }

        .appnav li:last-child:after {
            display: none;
        }


    .appnav .active {
        background-color: #c2cd00;
    }

        .appnav .active i {
            color: #fff;
        }

.IphoneX {
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    height: 602px;
    background-image: url(../img/xxx.png);
    background-repeat: no-repeat;
    background-position: center;
}

.AppRight {
    float: right;
    width: 40%;
    height: auto;
    margin-top: 3px;
}

.tumHizmetlerimiz {
    width: 100%;
    height: auto;
    padding: 30px;
    margin-top: 70px;
    text-align: center;
    -webkit-animation-name: efekt1;
    -webkit-animation-duration: 3s;
    animation-name: efekt1;
    animation-duration: 3s;
}


/* Standard syntax */
@keyframes efekt1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}




.tumHizmetlerimiz h2 {
    font-weight: 700;
    font-size: 26px;
    color: #02376b;
}

    .tumHizmetlerimiz h2:after {
        content: "";
        display: block;
        height: 5px;
        border-radius: 6px;
        width: 120px;
        background-color: #c2cd00;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
    }

.tumhizmetlertext {
    font-size: 14px;
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
    color: #747d8a;
    margin-top: 20px;
}

.hizmetlerslider .item img {
    width: 74px !important;
    height: 74px;
    display: inline-block !important;
    float: none;
    margin-top: 40px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hizmetlerslider .item {
    text-align: center;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .hizmetlerslider .item span {
        float: left;
        color: #6f7986;
        font-size: 16px;
        font-weight: 600;
        width: 56px;
        height: 56px;
        line-height: 48px;
        text-align: left;
        text-indent: 15px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .hizmetlerslider .item h1 {
        font-size: 17px;
        width: 100%;
        margin-top: 20px;
        font-weight: 700;
        color: #02376b;
        margin-bottom: 0;
    }

    .hizmetlerslider .item p {
        font-size: 13px;
        width: 80%;
        margin-top: 20px;
        font-weight: 500;
        display: inline-block;
        color: #747d8a;
        margin-bottom: 20px;
    }

.hizmetlerslider {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.owl-item:hover {
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.14);
    box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.14);
    border-radius: 6px;
    cursor: pointer;
    background-image: url(../img/sirabg.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.owl-item {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .owl-item:hover img {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }

.owl-nav {
    display: block !important;
    position: static;
    width: 100%;
}

    .owl-nav .owl-prev {
        left: -60px !important;
        height: 43px;
        width: 43px;
        position: absolute;
        display: block;
        color: transparent !important;
        background-image: url(../img/left.png) !important;
        top: 100px;
        opacity: 0.6;
        outline: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .owl-nav .owl-next {
        right: -60px !important;
        opacity: 0.6;
        position: absolute;
        outline: none;
        height: 43px;
        top: 100px;
        width: 43px;
        display: block;
        color: transparent !important;
        background-image: url(../img/right.png) !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }



        .owl-nav .owl-next:hover, .owl-nav .owl-prev:hover {
            opacity: 1;
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

.EticaretAlan {
    width: 100%;
    float: left;
    background-image: url(../img/eticaretbg.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 743px;
    margin-top: 30px;
}


.eticaretleft {
    float: left;
    margin-top: 180px;
    padding: 0;
}

.eticaretright {
    float: left;
    margin-top: 160px;
    text-align: right;
}

    .eticaretright h3 {
        color: #fff;
        width: 100%;
        font-weight: 300;
        position: relative;
        margin-bottom: 30px;
    }

        .eticaretright h3 strong {
            font-weight: 700;
            width: 100%;
            display: block;
        }

        .eticaretright h3:after {
            content: "";
            display: block;
            height: 5px;
            border-radius: 6px;
            width: 120px;
            background-color: #c2cd00;
            margin-top: 5px;
            position: absolute;
            right: 0;
        }

    .eticaretright p {
        font-size: 15px;
        color: #fff;
        line-height: 25px;
        opacity: 0.7;
    }

    .eticaretright ul {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        float: right;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .eticaretright li {
        list-style-type: none;
        color: #fff;
        text-align: right;
        width: 50%;
        float: right;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 25px;
        cursor: pointer;
    }

.eticaretleft img {
    max-width: 100%;
}

.eticaretright li i {
    font-size: 11px;
    line-height: 13px;
    opacity: 0.5;
    margin-left: 5px;
}

.owl2 .owl-item img {
    width: inherit !important;
    float: right;
}

.owl2 .owl-item:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    cursor: pointer;
    background-image: none;
    background-position: top left;
    background-repeat: no-repeat;
}

    .owl2 .owl-item:hover img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

.owl2 .owl-nav .owl-prev, .owl2 .owl-nav .owl-next {
    top: -5px;
    width: 30px;
    height: 30px;
    background-size: cover !important;
}

.owl2 .owl-nav .owl-prev {
    left: -10px !important;
}

.owl2 .owl-nav .owl-next {
    right: -40px !important;
}

.btn1 {
    background-color: #f9b104;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 15px 20px;
    border-radius: 6px;
    margin-top: 30px;
    float: right;
}

.btn2 {
    background-color: #c2cd00;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 15px 20px;
    border-radius: 6px;
    margin-top: 30px;
    float: right;
    margin-right: 10px;
    transition: all 0.3s ease;
}

    .btn1:hover, .btn2:hover {
        border-radius: 50px;
        color: #fff;
    }

.eticaretright li:hover i {
    opacity: 1;
}

.BlogAlan {
    width: 100%;
    float: left;
    padding: 40px 20px;
}

    .BlogAlan h2 {
        font-weight: 700;
        font-size: 26px;
        color: #02376b;
        text-align: center;
    }

        .BlogAlan h2:after {
            content: "";
            display: block;
            height: 5px;
            border-radius: 6px;
            width: 120px;
            background-color: #c2cd00;
            margin-top: 5px;
            margin-left: auto;
            margin-right: auto;
        }

.Bloggers {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.BlogBox {
    float: left;
    transition: all 0.3s ease;
}

    .BlogBox .item {
        border-radius: 10px;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 10px 3px rgba(0,10,0,0.10);
        -moz-box-shadow: 0px 0px 10px 3px rgba(0,10,0,0.10);
        box-shadow: 0px 0px 10px 3px rgba(0,10,0,0.10);
        overflow: hidden;
    }

.ikarea {
    height: 100px !important;
    resize: none;
    border-radius: 10px !important;
    text-indent: 0px !important;
}

.BlogBox:hover {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.BlogResim {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

    .BlogResim .bt1 {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #02376b;
        color: #fff;
        opacity: 1;
        margin-bottom: 0;
        padding: 8px 12px;
        width: auto;
    }

    .BlogResim img {
        width: 100%;
    }

.BlogBox .item h1 {
    font-size: 16px;
    width: 100%;
    margin: 0;
    font-weight: 400;
    padding: 20px;
    padding-bottom: 10px;
}

.BlogBox .item p {
    font-size: 13px;
    width: 100%;
    margin: 0;
    font-weight: 500;
    padding: 10px 20px;
    line-height: 23px;
    color: #999999;
    float: left;
}

.BlogBox .item a {
    margin: 20px;
    float: left;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #00376e;
    margin-top: 0;
}

.BlogYan {
    padding-right: 40px;
}

    .BlogYan h3 {
        font-size: 40px;
        color: #003970;
    }

    .BlogYan p {
        font-size: 14px;
        line-height: 28px;
        width: 90%;
        float: left;
        margin-top: 15px;
        color: #999;
    }

footer {
    margin-top: 30px;
    width: 100%;
    float: left;
    background-image: url(../img/footer.png);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 650px;
}

.FooterLogo {
    width: 100%;
    float: left;
    margin-top: 80px;
}

.footerbox {
    margin-top: 50px;
}

    .footerbox span {
        font-size: 12px;
        color: #fff;
        width: 100%;
        float: left;
        margin-bottom: 15px;
        letter-spacing: 1px;
        opacity: 0.7;
        position: relative;
    }

    .footerbox h6 {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        width: 100%;
        float: left;
    }

    .footerbox span i {
        position: absolute;
        left: 0;
        top: 3px;
    }

    .footerbox span p {
        padding-left: 20px;
        margin-bottom: 0;
    }

.link07 {
    font-size: 12px;
    color: #fff;
    width: 100%;
    float: left;
    opacity: 0.7;
}

.SocialMedia {
    float: left;
    width: 100%;
    .margin-top: 20px;
}

    .SocialMedia a {
        float: left;
        margin-right: 20px;
        display: block;
        height: 35px;
        width: 35px;
        border-radius: 50px;
        border: solid 1px #eaeaea;
        text-align: center;
        line-height: 35px;
        color: #fff;
    }

        .SocialMedia a:hover {
            background-color: #c2cd00;
            border-color: #c2cd00;
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }

.BeniAratxt {
    width: 100%;
    font-size: 12px;
    opacity: 0.6;
    color: #fff;
}

.araform {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: solid 1px #fff;
}

    .araform .aratxt {
        border: none;
        color: #fff;
        height: 50px;
        width: 80%;
        float: left;
        outline: none;
        text-indent: 20px;
        background-color: transparent;
        font-size: 12px;
    }

.aratxt::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
}

.arabtn {
    float: right;
    height: 42px;
    margin-right: 3px;
    margin-top: 3px;
    cursor: pointer;
    background-image: url(../img/send.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50px;
    border: none;
    width: 52px;
    outline: none !important;
    background-color: #c2cd00;
    transition: all 0.3s ease;
}

    .arabtn:hover {
        width: 65px;
        background-color: #fab204;
    }

.footerbox ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .footerbox ul li {
        font-size: 12px;
        width: 100%;
        margin-bottom: 20px;
    }

        .footerbox ul li a {
            color: #fff;
            opacity: 0.7;
        }

        .footerbox ul li:hover a {
            color: #fab204;
            opacity: 1;
        }

.siziarayalim {
    padding-left: 0;
    padding-right: 30px;
}

.footerbant {
    width: 100%;
    height: auto;
    margin-top: 85px;
}

    .footerbant p {
        font-size: 12px;
        color: #fff;
    }

.DetayBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 738px;
    height: 350px;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url(../img/detaybg.png);
}

.TitleCap {
    float: right;
}

.detayContainer {
    margin-top: 110px;
    margin-bottom: 100px;
}

.detayContainer2 {
    margin-top: 110px;
    margin-bottom: 220px;
}

.TitleCap {
    font-size: 25px;
    color: #ccc;
    letter-spacing: -0.5px;
    font-weight: 300;
    float: right;
    width: 100%;
    text-align: right;
}

    .TitleCap i {
        text-align: center;
        margin-right: 10px;
        color: #c2cd00;
        line-height: 40px;
        font-size: 21px;
    }

    .TitleCap strong {
        font-weight: 900;
    }

.SubMenu {
    width: 100%;
    text-align: center;
    float: left;
}

    .SubMenu li {
        display: inline-block;
        background-image: url(../img/list1.png);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 40px;
        margin: 15px;
        padding-top: 10px;
        padding-bottom: 20px;
        transition: all 0.3s ease;
    }

        .SubMenu li a {
            font-weight: 600;
            font-size: 14px;
            color: #02376b;
        }

        .SubMenu li:hover {
            background-image: url(../img/list.png);
        }

            .SubMenu li:hover a {
                color: #747d8a;
            }

    .SubMenu .active {
        background-image: url(../img/list.png);
    }

        .SubMenu .active a {
            color: #fab204;
        }

.DetayTop {
    width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 30px;
}

.KurumsalAlan1 {
    background-image: url(../img/kurumsal1.png);
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 555px;
    padding-left: 52%;
}

.Network1 {
    background-image: url(../img/network1.png);
    margin-bottom: 100px;
}

.Mobil1 {
    background-image: url(../img/mobil1.png);
    margin-bottom: 100px;
}


.Mobil4 {
    background-image: url(../img/konferans1.png);
    margin-bottom: 100px;
}

.Eticaret1 {
    background-image: url(../img/eticaret-page-1.png);
    margin-bottom: 100px;
}

.seo1 {
    background-image: url(../img/eticaret-page-1.png);
    background-repeat: no-repeat;
    background-position: right top !important;
    padding-right: 50%;
    min-height: 480px;
    margin-bottom: 10px;
}

.webtasarim {
    background-image: url(../img/website-yapimi.png);
    margin-bottom: 100px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

kurumsalweb {
    background-image: url(../img/kurumsal-webtasarim.png);
    margin-bottom: 100px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.KurumsalAlan1 h2 {
    font-weight: 900;
    font-size: 40px;
    color: #012140;
    line-height: 40px;
    float: left;
    width: 100%;
    margin-top: 40px;
}

.KurumsalAlan1 i {
    font-size: 40px;
    line-height: 45px;
    color: #02376b;
    position: relative;
    margin-left: 90px;
    display: block;
    float: left;
    margin-top: 20px;
}

    .KurumsalAlan1 i:before {
        content: url('../img/den1.png');
        position: absolute;
        left: -130px;
    }

    .KurumsalAlan1 i:after {
        content: url('../img/den2.png');
        position: absolute;
        right: -85px;
    }

.KurumsalAlan1 p {
    float: left;
    width: 90%;
    height: auto;
    margin-top: 50px;
    font-size: 14px;
    line-height: 28px;
}

.capstyle {
    font-weight: 700;
    font-size: 26px;
    color: #02376b;
    text-align: center;
    width: 100%;
}

    .capstyle:after {
        content: "";
        display: block;
        height: 5px;
        border-radius: 6px;
        width: 120px;
        background-color: #c2cd00;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
    }

.KurumsalAlan2 p {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: auto;
    margin-top: 30px;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #747d8a;
}


.KurumsalAlan70 {
    background-image: url(../img/11.png);
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 615px;
    padding-right: 52%;
    margin-top: 20px;
    padding-left: 0;
}


.KurumsalAlan3 {
    background-image: url(../img/kurumsal2.png);
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 615px;
    padding-right: 52%;
    margin-top: 20px;
    padding-left: 0;
}



.ozelyazilim1 {
    background-image: url(../img/konya-yazilim-sirketleri.png);
    margin-bottom: 0px;
    margin-top: 0px;
}

.BlogAlan1 {
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 395px;
    margin-top: 70px;
    padding-left: 0;
    border-bottom: dashed 1px #ccc;
}

    .BlogAlan1 .txt1 {
        margin-top: 50px;
        color: #02376b;
        margin-bottom: 0px;
    }

.bt1 {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    font-weight: bold;
    opacity: 0.5;
}

.BlogAlan1 > div {
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}

.KurumsalAlan3 i {
    font-size: 12px;
}

.blogimg {
    width: 80%;
}

.KurumsalAlan3 h3 {
    font-weight: 300;
    font-size: 40px;
    color: #012140;
    line-height: 40px;
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
}

    .KurumsalAlan3 h3 strong {
        font-weight: 900;
    }

.KurumsalAlan3 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

    .KurumsalAlan3 ul li {
        display: block;
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 30px;
    }

        .KurumsalAlan3 ul li i {
            float: left;
            margin-right: 10px;
            height: 50px;
            width: 50px;
            border-radius: 50px;
            background-color: #fff;
            webkit-box-shadow: 0px 24px 51px 0px #eaeaed;
            -ms-box-shadow: 0px 24px 51px 0px #eaeaed;
            box-shadow: 0px 24px 51px 0px #eaeaed;
            text-align: center;
            line-height: 50px;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            transition: all 0.5s ease;
            color: #f9b104;
            font-size: 22px;
            margin-top: 8px;
        }

        .KurumsalAlan3 ul li div {
            position: absolute;
            left: 70px;
            top: 0;
        }

            .KurumsalAlan3 ul li div strong {
                width: 100%;
                display: block;
                font-size: 14px;
            }

            .KurumsalAlan3 ul li div span {
                width: 100%;
                display: block;
                font-size: 12px;
                margin-top: 5px;
            }



.OzetBox:before {
    content: '';
    font-size: 3.444rem;
    width: 90%;
    height: 0;
    border-top: 1px dashed #dfe0e3;
    position: absolute;
    top: 1.7em;
    left: 50%;
    z-index: 0;
}

.OzetBox {
    float: left;
    text-align: center;
}

    .OzetBox .images {
        display: inline-block;
        width: 150px;
        background-color: #fff;
        padding: 30px;
        border-radius: 150px;
        webkit-box-shadow: 0px 24px 51px 0px #eaeaed;
        -ms-box-shadow: 0px 24px 51px 0px #eaeaed;
        box-shadow: 0px 24px 51px 0px #eaeaed;
        height: 150px;
        margin-bottom: 30px;
        z-index: 3;
        position: relative;
    }

        .OzetBox .images img {
            width: 90%;
        }

    .OzetBox:nth-child(odd):before {
        transform: rotate(10deg);
    }

    .OzetBox:nth-child(even):before {
        transform: rotate(-10deg);
        margin-top: -20px;
    }

    .OzetBox:nth-child(even) {
        margin-top: 30px;
    }

    .OzetBox:last-child:before {
        display: none;
    }

    .OzetBox h5 {
        font-size: 16px;
        font-weight: 700;
        color: #02376b;
    }

    .OzetBox p {
        font-size: 12px;
        padding: 10px 20px;
        color: #747d8a;
        line-height: 21px;
    }

.KurumsalAlan5 .owl-item {
    text-align: center;
}

    .KurumsalAlan5 .owl-item * {
        display: inline-block;
    }

.KurumsalAlan5 .capstyle {
    margin-bottom: 30px;
}

.KurumsalAlan5 {
    margin-top: 50px;
}

.KariyerAlan {
    padding-left: 15%;
    padding-right: 15%;
}

    .KariyerAlan h4 {
        font-size: 16px;
        margin-top: 40px;
        position: relative;
    }

        .KariyerAlan h4:before {
            content: url(../img/den3.png);
            display: block;
            position: absolute;
            top: -40px;
            left: -20px;
        }

    .KariyerAlan p {
        font-size: 12px;
        margin-bottom: 40px;
        float: left;
        width: 100%;
    }

.KariyerNav {
    float: left;
    width: 70px;
    height: auto;
}

    .KariyerNav span {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        float: left;
        margin-bottom: 30px;
        background-color: #fff;
        border: solid 1px #ccc;
        color: #fff;
        text-align: center;
    }

        .KariyerNav span b {
            background-color: #ccc;
            border-radius: 50px;
            height: 40px;
            width: 40px;
            text-align: center;
            margin-top: 4px;
            display: inline-block;
            font-size: 20px;
            line-height: 40px;
            position: relative;
            z-index: 3;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .KariyerNav span:hover {
            border-color: #fab204;
            cursor: pointer;
        }

            .KariyerNav span:hover b {
                background-color: #fab204;
            }

    .KariyerNav .active {
        border-color: #fab204;
    }

        .KariyerNav .active b {
            background-color: #fab204;
        }

    .KariyerNav span:after {
        width: 1px;
        height: 30px;
        position: relative;
        z-index: 0;
        content: "";
        margin-left: auto;
        margin-right: auto;
        display: block;
        background-color: #ccc;
        margin-top: 5px;
    }

    .KariyerNav span:last-child:after {
        display: none;
    }

.KariyerSteps .form-control {
    font-size: 12px;
    width: 100%;
    outline-color: transparent;
    border: solid 2px #eaeaea;
    text-indent: 20px;
    height: 50px;
    border-radius: 60px;
}

.KariyerSteps .form-group {
    padding-left: 0;
}

.Btnileri {
    border-radius: 66px;
    background-color: #fab204;
    height: 45px;
    line-height: 45px;
    padding-left: 5px;
    padding-right: 20px;
    display: block;
    float: right;
    color: #ffF;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.ileri2 {
    border: none;
    background-image: url(../img/ikbtn.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: 5px 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.lbluyari4 {
    font-size: 13px;
    margin-top: 10px;
    font-weight: 600;
    float: left;
}

.Btnileri i {
    height: 36px;
    width: 36px;
    border-radius: 36px;
    margin-right: 10px;
    background-color: #fff;
    display: inline-block;
    color: #02376b;
    text-align: center;
    line-height: 36px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ileri2:hover {
    padding-left: 60px;
}

.Btnileri:hover {
    background-color: #02376b;
}

    .Btnileri:hover i {
        margin-right: 20px;
    }

.KariyerSteps h3 {
    color: #02376b;
    font-size: 18px;
    margin-top: 20px;
}

.BankaDiv {
    padding-left: 10%;
    padding-right: 10%;
    float: left;
}

.bresim {
    float: left;
    padding-left: 0;
    padding-right: 0;
}

.bsatirlar div {
    margin-bottom: 10px;
}

.bsatirlar .B1 {
    color: #747d8a;
    font-size: 14px;
}

    .bsatirlar .B1:after {
        content: ":";
        float: right;
    }

.bsatirlar .B2 {
    color: #02376b;
    font-weight: bold;
    font-size: 14px;
}

.BankaDiv:after {
    width: 100%;
    height: 1px;
    content: "";
    display: block;
    border-bottom: dashed 1px #eaeaea;
    float: left;
    margin-bottom: 40px;
}

.BankaDiv h1 {
    font-weight: 700;
    font-size: 16px;
    color: #02376b;
    width: 100%;
    margin-top: 20px;
    float: left;
    margin-bottom: 20px;
    display: block;
}

.bsatirlar {
    float: left;
}

.cozumleralan1 {
    background-image: url(../img/cozumler.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 360px;
    padding-top: 120px;
}

    .cozumleralan1 h4 {
        font-weight: 800;
        font-size: 40px;
        color: #02376b;
        width: 100%;
        text-align: center;
    }

    .cozumleralan1 p {
        font-size: 16px;
        color: #747d8a;
        line-height: 25px;
        font-weight: 400;
    }

.PaketBox img {
    max-width: 90%;
}

.PaketBox {
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 620px;
    padding-right: 0px;
    padding-left: 0px;
}

    .PaketBox i {
        font-size: 12px;
    }

    .PaketBox h3 {
        font-weight: 300;
        font-size: 40px;
        color: #012140;
        line-height: 40px;
        float: left;
        width: 100%;
        margin-top: 150px;
        margin-bottom: 0;
    }

        .PaketBox h3 strong {
            font-weight: 900;
        }

    .PaketBox h5 {
        font-weight: 700;
        color: #747d8a;
        font-size: 30px;
        opacity: 0.5;
        width: 100%;
        float: left;
        margin-top: 30px;
    }

    .PaketBox p {
        width: 80%;
        float: left;
        margin-top: 30px;
        font-size: 16px;
        line-height: 25px;
        color: #747d8a;
    }

.CozumlerAlan2 {
    background-image: url(../img/cozum2.png);
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 700px;
    padding-right: 52%;
    margin-top: -100px;
    padding-left: 0;
}

    .CozumlerAlan2 i {
        font-size: 12px;
    }

    .CozumlerAlan2 h3 {
        font-weight: 300;
        font-size: 40px;
        color: #012140;
        line-height: 40px;
        float: left;
        width: 100%;
        margin-top: 150px;
        margin-bottom: 0;
    }

        .CozumlerAlan2 h3 strong {
            font-weight: 900;
        }

    .CozumlerAlan2 h5 {
        font-weight: 700;
        color: #747d8a;
        font-size: 30px;
        opacity: 0.5;
        width: 100%;
        float: left;
        margin-top: 30px;
    }

    .CozumlerAlan2 p {
        width: 80%;
        float: left;
        margin-top: 30px;
        font-size: 16px;
        line-height: 25px;
        color: #747d8a;
    }

.Hizmetbtn {
    float: left;
    padding: 15px 30px;
    margin-top: 30px;
    border-radius: 50px;
    background-color: #c2cd00;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    background-image: url(../img/hizmetbtn.png);
    background-repeat: no-repeat;
    background-position-x: 165px;
    background-position-y: 33px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

    .Hizmetbtn:hover {
        background-position-x: -42px;
        background-position-y: -182px;
    }

    .Hizmetbtn:focus, .Hizmetbtn:active {
        background-size: cover;
        background-position-x: -6px;
        background-position-y: -76px;
        background-color: #02376b;
    }

.TumHizmetlerBox {
    width: 100%;
    float: left;
    margin-top: 50px;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.HizmetBox {
    border-left: none;
    padding: 25px;
    text-align: center;
    position: relative;
    z-index: 2;
    float: left;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

    .HizmetBox img {
        margin-top: 40px;
        margin-bottom: 20px;
        width: 80%;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    .HizmetBox h1 {
        font-size: 22px;
        font-weight: bold;
        color: #02376b;
    }

    .HizmetBox p {
        font-size: 13px;
        line-height: 25px;
        width: 100%;
        margin-top: 10px;
        color: #747d8a;
    }
    /*.TumHizmetlerBox:before {
    content: url(../img/leftshadow.png);
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: -10%;
    z-index: 3;
}
.TumHizmetlerBox:after {
    content: url(../img/rightshadow.png);
    display: block;
    float: right;
    position: absolute;
    right: 0;
    top: -10%;
    z-index: 3;
}*/



    .HizmetBox:hover {
        background-color: #fff;
        -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.14);
        -moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.14);
        box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.14);
        cursor: pointer;
    }

.HBox1 {
    width: 557px;
    height: 505px;
    overflow: hidden;
    position: relative;
}

    .HBox1 img {
        width: 557px;
        height: 505px;
        z-index: 1;
    }

.badge .Mask {
    position: absolute;
    width: 650px;
    height: 599px;
    left: -71px;
    background-image: url(../img/mask1.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    top: -30px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.badge:hover .Mask {
    cursor: pointer;
    display: block;
    opacity: 1;
}

.HizmetBg {
    width: 100%;
    position: absolute;
    z-index: -1;
    background-position: top right;
    background-repeat: no-repeat;
    height: 100%;
    right: 0;
    top: 0;
}

.DetayTop2 {
    float: left;
    text-align: left;
    padding-top: 100px;
    width: 100%;
}

    .DetayTop2 h1 {
        color: #fab204;
        font-weight: 900;
        font-size: 55px;
        line-height: 60px;
    }

        .DetayTop2 h1 strong {
            color: #02376b;
            font-size: 35px;
            width: 100%;
            float: left;
        }

    .DetayTop2 p {
        font-size: 14px;
        width: 55%;
        float: left;
        display: block;
        margin-top: 30px;
        line-height: 33px;
        color: #747d8a;
    }

.nasiloluyor {
    float: left;
    color: #02376b;
    margin-top: 30px;
}

.nasiloluyor2:hover {
    color: #747d8a;
}

.sssbtn {
    float: left;
    color: #fab204;
    margin-left: 60px;
    margin-top: 20px;
    border-radius: 50px;
    padding: 10px 20px;
}

    .sssbtn:hover {
        background-color: #fab204;
        color: #fff;
    }

.nasiloluyor2 {
    float: left;
    color: #fab204;
    margin-left: 30px;
    margin-top: 30px;
}

    .nasiloluyor2 b {
        float: right;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        display: inline-block;
        background-color: #fab204;
        margin-top: -14px;
        margin-left: 10px;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        transition: all 0.6s ease;
        background-image: url(../img/rocket.png);
        background-position: right center;
        background-repeat: no-repeat;
    }



.nasiloluyor b {
    float: right;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: inline-block;
    background-color: #c2cd00;
    margin-top: -14px;
    margin-left: 10px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background-image: url(../img/rocket.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.nasiloluyor:hover b {
    background-color: #02376b;
    background-position: left center;
}

.nasiloluyor2:hover b {
    background-color: #747d8a;
    background-position: left center;
}


.badge {
    display: block;
    position: relative;
    width: 506px;
    height: 462px;
    cursor: pointer;
    background: url(../img/hiz1.png) no-repeat 100% 50%;
    background-size: 120%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    float: left;
    margin: 30px;
    zoom: 0.65;
}

    .badge:hover {
        background-position: 0% 50%;
    }

        .badge:hover .text {
            -webkit-transform: rotate(-45deg) translate(0px) rotate(-315deg);
            transform: rotate(-45deg) translate(0px) rotate(-315deg);
            background-color: rgba(0,0,0,0.5);
            width: 472px;
            height: 405px;
            font-weight: 300;
            letter-spacing: 5px;
            line-height: 40px;
            font-size: 40px;
            left: 156px;
            top: 176px;
            transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1), letter-spacing 1.5s ease-out;
            z-index: 1;
            padding-top: 110px;
            overflow: hidden;
            border-radius: 30%;
        }

    .badge .text {
        display: block;
        position: absolute;
        width: 7rem;
        height: 7rem;
        left: 54%;
        top: 53%;
        margin-top: -5rem;
        margin-left: -5rem;
        padding-top: 60px;
        font-size: 1.5rem;
        text-align: center;
        border-radius: 100%;
        color: #fff;
        background: #02376b;
        -webkit-transform: rotate(-180deg) translate(-10rem) rotate(180deg);
        transform: rotate(-180deg) translate(-10rem) rotate(180deg);
        transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
        z-index: 3;
        line-height: 30px;
    }

        .badge .text p {
            display: none;
            font-size: 2px;
            letter-spacing: 0;
            font-weight: 400;
            width: 100%;
            padding-left: 10%;
            padding-right: 10%;
            height: auto;
            line-height: 27px;
            padding-top: 5px;
            text-align: center !important;
        }

    .badge:hover .text p {
        display: block;
        font-size: 20px;
    }

    .badge:hover .text strong {
        font-weight: 700;
    }

.odemealtbaslik {
    font-weight: bold;
    font-size: 18px;
    display: block;
    width: 100%;
    float: left;
    margin-top: 30px;
}

.odemeul {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.Network3 {
    margin-bottom: 150px;
    background-image: url(../img/p1.png);
}
.Network70 {
    margin-bottom: 150px;
    background-image: url(../img/11.png);
}

.Ge1 {
    font-size: 18px;
    width: 100%;
    float: left;
    margin-top: 15px;
}

.Network4 p {
    font-size: 15px;
}

.altlink {
    display: block;
    float: left;
    padding: 15px 30px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-top: 15px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.link1 {
    background-color: #fab204;
}

.link2 {
    background-color: #c2cd00;
}

.link3 {
    background-color: #747d8a;
}

.altlink:hover {
    background-color: #02376b;
    color: #fff;
}

.Network5 h2 {
    margin-top: 5px;
}

.Network5 small:before {
    content: "";
    display: block;
    float: left;
    height: 4px;
    width: 30px;
    background-color: #fab204;
    margin-top: 10px;
    margin-right: 5px;
    border-radius: 5px;
}

.Network5 p {
    font-size: 14px;
    margin-top: 20px;
}

.Network5 small {
    margin-top: 140px;
    float: left;
    width: 100%;
    font-size: 12px;
    color: #747d8a;
}

.Network4 {
    padding-left: 0;
    background-image: none;
    margin-bottom: 100px;
}

.gifalan img {
    width: 85%;
}

.Network6 {
    background-image: url(../img/gizlilik.png);
    margin-bottom: 100px;
}

.Network5 {
    background-image: url(../img/call.png);
    margin-bottom: 100px;
    min-height: 650px;
}

.Network2 {
    margin-bottom: 50px;
}

.ozelyazilim2 {
    margin-bottom: 0px;
    background-image: url(../img/ozel-yazilim-konya2.PNG);
    margin-top: 0;
    min-height: 450px;
}

.Eticaret2 {
    margin-bottom: 50px;
    background-image: url(../img/mobil3.png);
    margin-top: 0;
}

.seo {
    margin-bottom: 50px;
    background-image: url(../img/seo-detay.png);
    margin-top: 0;
    background-position: left, center;
    background-repeat: no-repeat;
    background-size: contain;
}

.Mobil3 {
    margin-bottom: 150px;
    background-image: url(../img/mobil3.png);
}

.Kurumsal3 {
    margin-bottom: 150px;
    background-image: url(../img/responsive-tasarim.png);
    background-size: contain;
}

.Eticaret3 {
    margin-bottom: 150px;
    background-image: url(../img/b2b.PNG);
}

.Seo3 {
    margin-bottom: 0px;
    background-image: url(../img/seo2.png);
    padding-right: 0;
    padding-left: 52%;
    background-position: left top;
}

    .Seo3 h3 {
        margin-top: 60px;
        margin-bottom: 10px;
    }

.Kurumsal2 {
    margin-bottom: 150px;
    background-image: url(../img/kurumsal-webtasarim.png);
}

.Mobil2 {
    margin-bottom: 150px;
    background-image: url(../img/mobil2.png);
}


.Network1 h2, .Mobil3 h3 .Network3 h3, .Network4 h2, .Network6 h3, .Network5 h2, .Mobil1 h2, .Eticaret1 h2, .Eticaret3 h3 {
    color: #02376b !important;
}

.Network1 p, .Mobil1 p, .Eticaret1 p {
    font-size: 14px;
}

.TeklifAlBtn {
    display: block;
    float: left;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    color: #02376b;
    margin-top: 45px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.Network7 {
    padding-right: 0;
    background-image: url(../img/nasil.png);
    background-position: center top;
}

.Network70 {
    padding-right: 0;
    background-image: url(../img/11.png);
    background-position: center top;
}

.EticaretOzellikler {
    padding-right: 0;
    background-image: url(../img/s3.png);
    background-position: center top;
    margin-bottom: 70px;
}

    .EticaretOzellikler h3 {
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 24px;
    }

.Network7 h3 {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.NasilBox {
    width: 72%;
    float: left;
    position: relative;
    margin-top: 40px;
}

    .NasilBox i {
        position: absolute;
        display: block;
        color: #fab204;
        font-size: 35px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
        background-color: #fff;
    }

.NasilSol i {
    left: 0px;
    top: -10px;
}

.NasilSag i {
    right: 0px;
    top: -10px;
}

.NasilBox h4 {
    color: #02376b;
    font-size: 16px;
    font-weight: 600;
    display: block;
    width: 100%;
    padding-left: 90px;
}

.NasilBox p {
    padding-left: 90px;
    font-size: 14px;
    width: 100%;
    float: left;
    margin-top: 10px;
    display: block;
    color: #747d8a;
    margin-bottom: 0;
    line-height: 21px;
}

.NasilSag p {
    text-align: right;
    float: right;
    padding-left: 0;
    padding-right: 90px;
}

.NasilSag h4 {
    float: right;
    text-align: right;
    padding-left: 0;
    padding-right: 90px;
}

.NasilSag {
    float: right;
}

.Network8 {
    padding-right: 0;
    background-image: none;
    background-position: center top;
}

#accordion {
    width: 80%;
    margin-left: 10%;
    float: left;
    margin-top: 80px;
}

    #accordion h4 {
        width: 100%;
        float: left;
        background-color: #c2cd00;
        border-radius: 50px;
    }

        #accordion h4 a {
            color: #fff;
            font-size: 14px;
            width: 100%;
            padding: 10px;
            display: block;
            float: left;
            font-weight: 600;
            line-height: 40px;
            text-indent: 10px;
            position: relative;
        }

            #accordion h4 a:after {
                height: 40px;
                width: 40px;
                background-color: rgba(0,0,0,0.2);
                border-radius: 50px;
                background-position: center;
                content: "";
                display: block;
                float: right;
                margin-top: 0px;
                margin-right: 0px;
                background-image: url(../img/right-chevron.png);
                background-repeat: no-repeat;
                position: absolute;
                right: 10px;
                top: 10px;
            }

        #accordion h4:hover a:after {
            background-color: rgba(0,0,0,0.7);
        }

.panel-collapse {
    float: left;
    width: 100%;
}

#accordion .panel-body {
    font-size: 13px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-top: 10px;
}

.buyukhayaller strong {
}

.Adresimiz {
    text-align: center;
}

    .Adresimiz i {
        color: #fff;
        display: inline-block;
        font-size: 25px;
        margin-bottom: 15px;
        background-color: #c2cd00;
        height: 60px;
        width: 60px;
        border-radius: 60px;
        text-align: center;
        line-height: 60px;
    }

    .Adresimiz p {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .Adresimiz b {
        width: 100%;
        font-weight: 500;
        text-align: center;
        font-size: 14px;
        display: inline-block;
    }

.Maps {
    width: 100%;
    height: 600px;
    float: left;
    margin-top: 70px;
    margin-bottom: 50px;
}

.BizeYazinForm {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 70px;
}

    .BizeYazinForm div {
        float: left;
    }

    .BizeYazinForm .form-control {
        min-height: 50px;
        border-radius: 0;
        border: none;
        font-size: 13px;
        resize: none;
        border-bottom: solid 2px #eaeaea;
    }

    .BizeYazinForm .Hizmetbtn {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }

.RefMenu {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

    .RefMenu li {
        display: inline-block;
        list-style-type: none;
        padding: 7px 18px;
        font-size: 14px;
        font-weight: 600;
        margin: 5px;
        cursor: pointer;
    }

        .RefMenu li a {
            color: #111;
        }

        .RefMenu li:hover, .RefMenu .active {
            background-color: #c2cd00;
            color: #fff;
            border-radius: 50px;
        }

            .RefMenu li:hover a, .RefMenu .active a {
                color: #fff;
            }

.RefDetails {
    width: 50%;
    float: right;
    padding: 20px;
    padding-left: 100px;
    background-color: #fff;
    z-index: 2;
    height: 410px;
}

.RefKirmizi {
    border: solid 8px #fe0000;
}

.RefMavi {
    border: solid 8px #02376b;
}

.RefTuruncu {
    border: solid 8px #f15b28;
}

.RefKirmizi .SiteLink {
    color: #fe0000;
}

.RefTuruncu .SiteLink {
    color: #f15b28;
}

.RefMavi .SiteLink {
    color: #012140;
}

.RefYesil {
    border: solid 8px #657618;
}

    .RefYesil .SiteLink {
        color: #657618;
    }

.RefGold {
    border: solid 8px #9a7a3f;
}

    .RefGold .SiteLink {
        color: #9a7a3f;
    }

.RefTurkuaz {
    border: solid 8px #018ea9;
}

    .RefTurkuaz .SiteLink {
        color: #018ea9;
    }

.RefSari {
    border: solid 8px #fbc412;
}

    .RefSari .SiteLink {
        color: #fbc412;
    }

.RefKahve {
    border: solid 8px #eab821;
}

    .RefKahve .SiteLink {
        color: #eab821;
    }

.RefPembe {
    border: solid 8px #ff3366;
}

    .RefPembe .SiteLink {
        color: #ff3366;
    }

.RefKahverengi {
    border: solid 8px #ce9834;
}

    .RefKahverengi .SiteLink {
        color: #ce9834;
    }

.RefMor {
    border: solid 8px #673074;
}

    .RefMor .SiteLink {
        color: #673074;
    }

.RefSiyah {
    border: solid 8px #121212;
}

    .RefSiyah .SiteLink {
        color: #121212;
    }

.RefYesil2 {
    border: solid 8px #8dc73f;
}

    .RefYesil2 .SiteLink {
        color: #8dc73f;
    }

.RefYesil3 {
    border: solid 8px #0d670d;
}

    .RefYesil3 .SiteLink {
        color: #0d670d;
    }

.RefTuruncu2 {
    border: solid 8px #fe8a0f;
}

    .RefTuruncu2 .SiteLink {
        color: #fe8a0f;
    }

.RefYesil4 {
    border: solid 8px #45b545;
}

    .RefYesil4 .SiteLink {
        color: #45b545;
    }

.RefTuruncu3 {
    border: solid 8px #ff9a11;
}

    .RefTuruncu3 .SiteLink {
        color: #ff9a11;
    }



.RefBox {
    margin-top: 100px;
    position: relative;
    width: 100%;
    padding-bottom: 100px;
}

.MobileRefBox .RefSol {
    top: -45px;
}

.MobileRefBox .refFoto {
    height: 500px;
}

.RefBox:after {
    width: 100%;
    height: 1px;
    content: "";
    display: block;
    border-bottom: solid 1px #eaeaea;
    position: absolute;
    bottom: 0;
    left: 0;
}

.RefDetails h3 {
    font-weight: 900;
    font-size: 30px;
    color: #02376b;
    width: 100%;
    float: left;
}

.RefDetails p {
    width: 100%;
    float: left;
    display: block;
    font-size: 13px;
    line-height: 21px;
    border-bottom: solid 1px #eaeaea;
    padding-bottom: 15px;
}

.SiteLink {
    font-size: 26px;
    margin-bottom: 110px;
    display: block;
}

    .SiteLink strong {
        font-weight: 900;
    }

.RefSol {
    position: absolute;
    width: 57%;
    left: 0;
    top: 30px;
}

.refFoto {
    width: 100%;
    border: solid 7px #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.28);
    height: 350px;
    z-index: 3;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    cursor: pointer;
}

    .refFoto img {
        -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        position: absolute;
        top: 0;
        left: 0;
    }

    .refFoto:hover img {
        margin-top: -100%;
        -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
    }




.MobileRefBox .refFoto:hover img {
    margin-top: 0;
}

.refdetayresim {
    position: absolute;
    left: -50px;
    bottom: -60px;
    z-index: 4;
}

/*Responsive*/
@media screen and (max-width:779px) and (min-width:120px) {
    .BlogAlan1 .txt1 {
        margin-top: 0;
    }

    .BlogAlan1 {
        margin-top: 0;
    }

    .SubMenu li a {
        font-size: 12px;
        color: #fff;
    }

    .KurumsalAlan1 i:after {
        display: none;
    }

    .SubMenu li {
        margin: 5px;
        padding-left: 0;
        background-image: none;
        float: right;
        padding-top: 0;
        margin-top: 0;
    }

    .SubMenu .active {
        background-image: none;
    }

    .SubMenu li:hover {
        background-image: none;
    }

    .img-responsive {
        max-width: 100%;
    }

    .filigran {
        background-position: left top;
        background-size: auto;
        background-image: url(../img/bgmobile.png);
        top: 5%;
    }

    .logo {
        margin-left: 20px;
        margin-top: 40px;
    }

    .SubMenu .active a {
        color: #02376b;
    }

    .HeaderDetails {
        position: absolute;
        width: 100%;
        padding-left: 18px;
        /*border-bottom: solid 1px rgba(0,0,0,0.5);*/
        top: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .MainMenu {
        display: none;
    }

    .HeaderTop2 {
        padding-left: 0;
    }

    .telefon span {
        display: none;
    }

    .S2Alan {
        display: none;
    }

    .Seferihisarsoft {
        height: 720px;
    }

    .HomeLeft {
        display: none;
    }

    .HomeRight {
        display: none;
    }

        .HomeRight h4 {
            text-align: center;
        }

    .Boxes1 {
        width: 50%;
    }

    .Boxes2 {
        width: 50%;
    }

    .MobilUygulama {
        margin-top: 0;
        position: relative;
        padding-top: 0px;
        background-image: url(../img/m2.png);
        background-position: center 70px;
    }

    .AppLeft {
        width: 100%;
        padding-right: 0;
        margin-top: 0px;
    }

    .appnav {
        width: 100%;
        position: absolute;
        margin-top: 420px;
        left: 0;
    }

        .appnav li {
            margin: 15px;
        }

    .AppSlider {
        margin-top: 400px;
        text-align: center;
    }

    .AppRight {
        width: 100%;
        position: absolute;
        top: 100px;
        left: 0;
    }

    .IphoneX {
        zoom: 0.5;
    }

    .AppLeft h1:after {
        margin-left: auto;
        margin-right: auto;
    }

    .appnav li:after {
        width: 40px;
        height: 1px;
        content: "";
        display: block;
        margin-left: 50px;
        margin-top: -25px;
        border-top: dashed 1px #ccc;
        z-index: 2;
    }

    .tumHizmetlerimiz {
        margin-top: 20px;
    }

    .eticaretleft {
        margin-top: 70px;
        text-align: center;
    }

        .eticaretleft img {
            width: 80%;
        }

    .eticaretright {
        margin-top: 40px;
        padding-left: 0;
        padding-right: 0;
    }

        .eticaretright p {
            font-size: 12px;
            color: #fff;
            line-height: 20px;
            opacity: 0.7;
        }

        .eticaretright ul {
            margin-top: 0;
            margin-bottom: 0;
        }

        .eticaretright .owl-carousel {
            display: none !important;
        }

    .btn1, .btn2 {
        margin-top: 10px;
    }

    .eticaretright li {
        list-style-type: none;
        color: #fff;
        text-align: right;
        width: 100%;
        float: right;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .eticaretright h3 {
        font-size: 21px;
    }

    .tumhizmetlertext {
        width: 90%;
    }

    .BlogYan {
        padding-right: 0;
        text-align: center;
    }

    .BlogBox {
        margin-bottom: 20px;
    }

    .BlogResim {
        height: 150px;
    }

    .HomeRight .row2 {
        margin-right: 0px;
        margin-left: 0px;
    }

    .HeaderTop2 a {
        padding-bottom: 3px;
        color: #fff !important;
        font-size: 12px;
        font-weight: 600;
        margin-right: 0px;
        padding-left: 3px;
        padding-right: 3px;
    }

    .AppLeft h1 {
        font-weight: 700;
        font-size: 30px;
        color: #02376b;
        margin-bottom: 30px;
        text-align: center;
    }

    .siziarayalim {
        margin-top: 130px;
        padding-left: 15px;
        margin-bottom: 10px;
    }

    .Renka {
        background-color: #02376b;
        margin-top: 0px;
        padding-top: 40px;
        width: 50%;
    }

    .footerbant {
        margin-top: 0;
        background-color: #012140;
        padding: 15px;
        text-align: center;
    }

        .footerbant p {
            font-size: 11px;
            margin-bottom: 0;
        }

    footer {
        height: auto;
    }

    .MobileMenuBtn {
        display: block;
        color: #fff;
        height: 40px;
        position: absolute;
        right: 20px;
        z-index: 50;
        top: 73px;
        font-size: 21px;
    }

    body {
        background-image: none;
    }
    /*.AcilirMenu {
        display:none;
        position: fixed;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        padding: 15px;
        background-image: url(../img/openmenu.png);
        z-index:100;
        background-size:cover;
        text-align:center;
        padding-top:50px;
        overflow:hidden;
    }*/

    .OpenLogo img {
        float: none;
        margin-right: 30px;
    }

    .OpenLogo {
        width: 100%;
        float: left;
        margin-bottom: 50PX;
    }

    .AcilirMenu ul {
        width: 100%;
        display: block;
        padding: 0;
        list-style-type: none;
        float: right;
        padding-right: 30px;
    }

    .AcilirMenu li a {
        color: #fff;
        width: 100%;
        font-weight: 600;
        font-size: 14px;
        display: block;
        text-align: center;
    }

    .AcilirMenu li {
        margin-bottom: 15px;
    }

    .hamburger {
        display: block !important;
    }

    .hamburger-navigation .SocialMedia {
        text-align: center;
        margin-top: 30px;
    }

        .hamburger-navigation .SocialMedia a {
            float: none;
            display: inline-block;
            margin-right: 10px;
            margin-top: 10px;
            font-size: 16px;
        }

    .TitleCap {
        width: 100%;
        color: #fff;
        margin-top: 0px;
        position: relative;
    }

    .HizmetBox {
        background-color: #fff;
        -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.14);
        -moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.14);
        box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.14);
        cursor: pointer;
    }

    .TitleCap i {
        color: #fff;
    }

    .SubMenu {
        width: 100%;
        padding-left: 0;
        margin-bottom: 0;
    }

    .DetayTop {
        width: 100%;
        float: left;
        margin-top: 0px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
        line-height: 18px;
        color: #fff;
    }

    .KurumsalAlan1 {
        background-image: url(../img/kurumsal1.png);
        background-repeat: no-repeat;
        min-height: 555px;
        padding-left: 15px;
        background-position: top left;
        margin-top: 200px;
    }

        .KurumsalAlan1 h2 {
            margin-top: -60px;
        }

        .KurumsalAlan1 i {
            margin-left: 0;
            font-size: 33px;
            line-height: 35px;
        }

            .KurumsalAlan1 i:before {
                display: none;
            }

        .KurumsalAlan1 p {
            float: left;
            width: 100%;
            height: auto;
            margin-top: 310px;
            font-size: 14px;
            line-height: 28px;
        }

    .KurumsalAlan2 {
        margin-top: 50px;
    }

        .KurumsalAlan2 p {
            float: none;
            margin-left: auto;
            margin-right: auto;
            width: 100%;
            height: auto;
            margin-top: 30px;
            font-size: 13px;
            line-height: 30px;
            text-align: center;
            color: #111;
        }

    .seo {
        padding-top: 60px;
        background-position: 130px top;
        margin-top: 40px;
        margin-bottom: 0;
    }

    .Eticaret2 .sssbtn {
        float: left;
        padding: 13px 20px;
        margin-top: 11px;
    }

    .seo h2 {
        margin-top: 0;
    }

    .seo p {
        margin-top: 80px;
    }

    .seo i {
        margin-top: 10px;
        font-size: 22px;
        line-height: 27px;
    }

    .KurumsalAlan3 {
        padding-right: 15px;
        background-position: left top;
        padding-left: 15px;
    }

        .KurumsalAlan3 h3 {
            margin-top: 90px;
        }

    .Seo3 h3 {
        margin-top: 490px;
    }

    .Seo3 .nasiloluyor {
        float: left;
        margin-top: 10px;
    }

    .KurumsalAlan3 ul {
        float: left;
        width: 100%;
        margin-top: 320px;
    }

        .KurumsalAlan3 ul li div b {
            font-size: 13px;
            margin-top: 10px;
            float: left;
        }

    .ozelyazilim1 h3 {
        margin-top: 30px !important;
    }

    .ozel1 {
        float: left;
        width: 100%;
        margin-top: 390px;
    }


    .KurumsalAlan4 {
        margin-top: 100px;
    }

    .OzetBox:before {
        display: none;
    }

    .KurumsalAlan5 {
        width: 100%;
        float: left;
    }

    .owl2 .owl-nav .owl-prev {
        left: 10px !important;
    }

    .owl2 .owl-nav .owl-next {
        right: 10px !important;
    }

    .DetayBg {
        width: 100%;
        background-position: left bottom;
        background-image: url(../img/detaybg2.png);
        height: 430px;
    }

    .argedetaybg {
        height: 310px !important;
    }

    .ArgeBox {
        height: 230px;
        margin-top: 100px;
    }

    .KurumsalAlan3 ul li div span {
        font-size: 13px;
    }

    .detayContainer {
        margin-bottom: 30px;
        margin-top: 130px;
    }

    .KariyerAlan {
        padding-left: 0;
        padding-right: 0;
    }

    .KariyerSteps h3 {
        margin-top: 12px;
    }

    .BankaDiv {
        padding-left: 0;
        padding-right: 0;
        float: left;
    }

    .bsatirlar div {
        margin-bottom: 0px;
    }

    .bresim {
        text-align: center;
        zoom: 0.6;
        height: 180px;
    }

    .BankaDiv:after {
        border-bottom: 0;
    }

    .bsatirlar {
        text-align: center;
    }

    .BankaDiv h1 {
        text-align: center;
    }

    .cozumleralan1 {
        background-size: contain;
    }

    .CozumlerAlan2 {
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 50px;
        background-position: center;
        background-image: url(../img/cozum22.png);
        min-height: 100px;
    }

        .CozumlerAlan2 h3 {
            margin-top: 0px;
        }

        .CozumlerAlan2 h5 {
            margin-top: 10px;
        }

        .CozumlerAlan2 p {
            width: 100%;
            float: left;
            margin-top: 360px;
            font-size: 16px;
            line-height: 25px;
            color: #111;
            text-align: center;
        }

        .CozumlerAlan2 .Hizmetbtn {
            display: none;
        }

    .cozumleralan1 {
        background-image: url(../img/cozumler2.png);
        background-position: center top;
        background-repeat: no-repeat;
        height: 280px;
        padding-top: 63px;
    }

        .cozumleralan1 h4 {
            font-size: 16px;
        }

        .cozumleralan1 p {
            font-size: 16px;
            line-height: 15px;
            color: #fff;
            margin-left: -20px;
            margin-right: -20px;
            margin-top: 20px;
        }

    .blogimg {
        margin-top: 0;
    }

    .kariyerimg {
        margin-top: 100px;
    }


    .banks {
        margin-top: 70px;
        width: 100%;
        float: left;
    }

    .bsatirlar .B1:after {
        display: none;
    }

    .HizmetBox p {
        margin-top: -5px;
        line-height: 18px;
    }

    .HizmetBox {
        padding-bottom: 0;
        padding-top: 0;
    }

        .HizmetBox img {
            margin-bottom: 0;
        }

    .DetayTop2 h1 {
        color: #111;
        font-weight: 900;
        font-size: 42px;
        line-height: 37px;
    }

    .DetayTop2 {
        padding-top: 13px;
        padding-left: 6px;
    }

    .detayContainer2 .TitleCap {
        display: none;
    }

    .DetayTop2 h1 strong {
        color: #fff;
        line-height: 43px;
    }

    .DetayTop2 p {
        font-size: 13px;
        width: 99%;
        float: left;
        display: block;
        margin-top: 8px;
        line-height: 16px;
        color: #fff;
    }

    .HizmetBg {
        top: 200px;
        background-position: left top;
        background-size: contain;
    }

    .p22 {
        display: none !important;
    }

    .nasiloluyor {
        color: #fff;
        margin-top: 110px;
        float: right;
        background: #c2cd00;
        border-radius: 50px;
        line-height: 50px;
        text-indent: 20px;
    }

    .sssbtn {
        background-color: #fab204;
        margin-left: 60px;
        margin-top: 15px;
        border-radius: 50px;
        padding: 10px 20px;
        float: right;
        color: #fff;
    }

    .TeklifAlBtn {
        float: right;
        margin-top: 15px;
        background: #02376b;
        padding: 12px 15px;
        font-weight: bold;
        color: #fff;
    }

    .nasiloluyor b {
        margin-right: 10px;
        margin-top: 0;
    }

    .detayContainer2 {
        margin-bottom: 80px;
    }



    .Network1 {
        margin-bottom: 0px;
        margin-top: 150px !important;
    }

    .Network2 {
        background-image: url(../img/eticaretbg.png);
        padding-top: 140px;
        padding-bottom: 50px;
        margin-bottom: 0;
    }

        .Network2 .capstyle {
            color: #fff;
        }

    .KurumsalAlan2 p {
        color: #fff;
        line-height: 20px;
    }

    .Network3 h3 {
        margin-top: 0px;
    }

    .Network3 {
        margin-top: 50px;
        background-image: url(../img/p11.png);
        background-position: center 100px;
        margin-bottom: 0;
    }

        .Network3 p {
            float: left;
            width: 100%;
            margin-top: 270px;
            font-size: 14px;
            line-height: 25px;
        }

    .Ge1 {
        font-size: 12px;
    }

    .Network3 ul {
        margin-top: 20px;
    }

    .Network4 {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .Network4 {
        background-image: none;
    }

        .Network4 h2 {
            margin-top: 20px;
            text-align: center;
        }


        .Network4 p {
            margin-top: 20px;
            text-align: center;
        }

    .Network6 > p {
        float: left;
        width: 100%;
        margin-top: 270px;
    }

    .Network6 ul {
        float: left;
        width: 100%;
        margin-top: 30px;
    }

        .Network6 ul li {
            margin-bottom: 50px;
        }

            .Network6 ul li div b {
                float: initial;
            }

    .Network6 {
        margin-bottom: 50px;
    }

    .Network7 {
        background-image: none;
    }

    .NasilBox {
        width: 100%;
    }

    .NasilSag {
        float: left;
    }

        .NasilSag i {
            left: 0px;
            top: -10px;
        }

        .NasilSag h4 {
            color: #02376b;
            font-size: 16px;
            font-weight: 600;
            display: block;
            width: 100%;
            padding-left: 90px;
            text-align: left;
            padding-right: 0;
        }

        .NasilSag p {
            padding-left: 90px;
            font-size: 14px;
            width: 100%;
            float: left;
            margin-top: 10px;
            display: block;
            color: #747d8a;
            margin-bottom: 0;
            line-height: 21px;
            text-align: left;
            padding-right: 0;
        }

    #accordion {
        width: 100%;
        padding: 15px;
        margin-left: 0;
        float: left;
        margin-top: 10px;
    }

    .Network8 {
        min-height: 200px;
        padding-right: 15px;
        margin-top: 60px;
    }

    .Network5 {
        margin-top: 20px;
        background-image: url(../img/call2.png);
        background-position: center 130px;
    }

        .Network5 p {
            margin-top: 360px;
        }

    .Mobil3 h3 {
        font-size: 34px;
    }

    .Mobil3 {
        background-image: url(../img/mobil33.png);
        background-position: center 180px;
        margin-bottom: 20px;
    }

        .Mobil3 p {
            float: left;
            width: 100%;
            margin-top: 250px;
        }


        .Mobil3 ul {
            margin-top: 40px;
        }


    .Mobil2 {
        margin-bottom: 30px;
        background-image: url(../img/mobil22.png);
        background-position: center 180px;
    }

        .Mobil2 h3 {
            margin-top: 50px;
        }


            .Mobil2 h3 strong {
                font-size: 28px;
            }

        .Mobil2 p {
            float: left;
            width: 100%;
            margin-top: 290px;
        }

        .Mobil2 ul {
            float: left;
            width: 100%;
            margin-top: 40px;
        }

    .Eticaret2 {
        background-image: url(../img/mobil33.png);
        background-position: center 110px;
    }

        .Eticaret2 h3 {
            margin-top: 20px !important;
        }

        .Eticaret2 p {
            float: left;
            width: 100%;
            margin-top: 250px;
        }

        .Eticaret2 .nasiloluyor {
            margin-top: 10px;
        }

        .Eticaret2 .Ge1 {
            margin-top: 5px;
        }

    .Eticaret1 {
        margin-top: 60px;
    }

    .Eticaret3 h3 {
        margin-top: -70px;
    }

    .Eticaret3 {
        margin-bottom: 0;
        background-size: contain;
        background-position: center 50px;
    }

        .Eticaret3 p {
            float: left;
            width: 100%;
            margin-top: 310px;
        }

        .Eticaret3 ul {
            float: left;
            width: 100%;
            margin-top: 20px;
        }

    .ozelyazilim3 {
        margin-top: 100px;
    }

        .ozelyazilim3 p {
            margin-top: 360px;
        }

    .Kurumsal3 h3 {
        margin-top: -110px;
    }

    .Kurumsal3 .Ge1 {
        margin-top: -25px;
    }

    .EticaretOzellikler {
        background-image: none;
    }

    .Kurumsal3 p {
        float: left;
        margin-top: 450px;
    }

    .Kurumsal3 ul {
        float: left;
        width: 100%;
        margin-top: 0px;
    }

    .Kurumsal2 {
        background-size: contain;
    }

        .Kurumsal2 h3 {
            margin-top: 60px;
        }

        .Kurumsal2 p {
            float: left;
            margin-top: 130px;
        }

    .RefDetails {
        width: 90%;
        float: right;
        padding: 15px;
        background-color: #fff;
        z-index: 2;
        height: auto;
        margin-right: 5%;
        padding-top: 330px;
    }

    .RefSol {
        position: absolute;
        width: 100%;
        left: 0%;
        top: -90px;
    }

    .refdetayresim {
        position: absolute;
        left: 0px;
        bottom: -60px;
        z-index: 4;
    }

    .SiteLink {
        margin-bottom: 0;
    }

    .RefDetails .nasiloluyor {
        float: left;
        margin-top: 35px;
    }

    .RefDetails .nasiloluyor2 {
        margin-left: 5px;
    }

    .RefBox {
        margin-top: 100px;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

    .BlogAlan1 {
        padding-left: 15px;
    }

    .ContactContainer .SubMenu {
        display: none;
    }

    .ContactPage {
        margin-top: 230px;
    }

    .Adresimiz {
        text-align: center;
        margin-bottom: 20px;
    }

    .BizeYazinForm {
        width: 100%;
    }

        .BizeYazinForm .form-group {
            margin-bottom: 0px;
        }

    .contactlast {
        float: left;
    }

        .contactlast .BlogAlan {
            padding: 0;
        }

        .contactlast .tumhizmetlertext {
            width: 100%;
        }

        .contactlast .container {
            padding: 0;
        }

        .contactlast .BlogYan h3 {
            font-size: 32px;
        }

    .Network5 p br {
        display: none;
    }

    .boxesz {
        width: 90%;
    }

    .Contex {
        padding-left: 0;
    }

    .teklifkapak {
        zoom: 0.5;
    }

    .boxesz h6 {
        font-size: 32px;
    }

    .firsttittle {
        margin-top: -3px;
    }

    .Contex .col-xs-6 {
        width: 50%;
    }



    .lbluyari {
        float: right;
        font-size: 13px;
        display: block;
        position: absolute;
        bottom: -30px;
        width: 100%;
        text-align: center;
        right: 0;
    }
}
