html {
    -webkit-font-smoothing: antialiased;
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    font-family: 'Open Sans', sans-serif;
    background: #ffffff;
    color: #3c3c3c;
    font-size: 14px;
    overflow-x: hidden;
}

.container-fluid {
    max-width: 1920px;
    margin: 0 auto;
}

.rev_slider_wrapper, .forcefullwidth_wrapper_tp_banner {
    width: 100%;
    height: 100vh;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

h3 {
    font-size: 18px;
    font-weight: 600;
    color: #525252;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    border-top: 5px solid #0045a3;
    background: rgba(255, 255, 255, 0.9);
}

.navbarWrapper {
    position: relative;
    z-index: 1;
}

.langsWrapper li a {
    color: #3c3c3c;
    font-size: 14px;
    line-height: 30px;
}

.navbar {
    margin-bottom: 0;
    border: 0;
}

.navbar-brand {
    height: auto;
    padding: 15px 0;
    margin-top: -30px;
}

.main-nav {
}

.navbar-nav > li > a {
    text-shadow: none;
    font-size: 14px;
    color: #353535;
    padding: 17px 20px;
    text-align: left;
    border-bottom: 5px solid transparent;
}

.nav > li > a:focus,
.nav > li > a:hover,
.nav > li.active > a {
    background-color: transparent;
    color: #0045a3;
    border-color: #0045a3;
}

.navbar-nav > li {
}

    .navbar-nav > li:first-child {
    }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: #0045a3;
}

.dropdown-menu li a i {
    display: none;
}

.dropdown-menu li a:hover i {
    display: inline-block;
}

.navbar-nav > li a i {
    float: right;
    line-height: 44px;
}

.navbar-nav > li a:hover .fa-plus {
    opacity: 0;
    display: none;
}

.navbar-nav > li a .fa-remove {
    opacity: 0;
    display: none;
}

.navbar-nav > li a:hover .fa-remove {
    opacity: 1;
    display: block;
}

.dropdown-menu {
    background: rgba(0, 69, 163, 0.8);
    border: 0;
    border-radius: 0;
    padding: 0;
    right: auto !important;
    left: 0px;
    box-shadow: none;
}

.langMenu a,
.langMenu .dropdown-menu {
    min-width: 52px !important;
    max-width: 52px;
    border-left: 0 !important;
    margin-right: 1px !important;
}

    .langMenu .dropdown-menu > li > a {
        padding: 3px 5px;
        text-align: center;
    }

        .langMenu .dropdown-menu > li > a i {
            display: block;
            float: none;
        }

.dropdown-menu.col2 {
    columns: 2;
    left: 0;
}

.dropdown-menu.col3 {
    columns: 3;
    left: 0;
}

.dropdown-menu > li > ul > li > a,
.dropdown-menu > li > a {
    color: #fff;
    line-height: 25px;
    font-size: 14px;
    padding: 5px 15px;
    display: block;
    font-weight: 400;
    min-width: 200px;
}

.dropdown-menu > li {
}

    .dropdown-menu > li > ul {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        margin-left: -1px;
        margin-right: -1px;
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover,
        .dropdown-menu > li > ul > li > a:focus, .dropdown-menu > li > ul > li > a:hover {
            background-image: none;
            background-color: #fff;
            color: #0045a3;
        }

.topBar {
    width: 100%;
    display: block;
    /* overflow: hidden; */
}

.tp-caption.title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    background-color: rgba(39, 39, 39, .85);
    padding: 15px 40px !important;
    border-bottom: 5px solid #e3000f;
}

.tp-caption .desc {
    display: block;
}

    .tp-caption .desc .year {
        background-color: #f00;
        padding: 0 15px;
        line-height: 40px;
    }

    .tp-caption .desc .year,
    .tp-caption .desc .location {
        display: inline-block;
        margin-right: 10px;
    }

.tp-bullet {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #586f75;
}

    .tp-bullet.selected, .tp-bullet:hover {
        background: #0045a3;
    }

.slider-home-1 .tparrows {
    background: transparent;
}

    .slider-home-1 .tparrows:hover {
        background: transparent;
    }

    .slider-home-1 .tparrows:before {
        content: "";
        display: block;
        width: 20px;
        height: 37px;
    }

    .slider-home-1 .tparrows.tp-leftarrow:before {
        content: "";
        background: url("../assets/Left.png");
    }

    .slider-home-1 .tparrows.tp-rightarrow:before {
        content: "";
        background: url("../assets/Right.png");
    }

.sectionTitle .title {
    background-color: #fff;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 50px;
    padding-left: 15px;
}

.sloganWrapper {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 380px;
    transform-style: preserve-3d;
    position: relative;
}

    .sloganWrapper .inner {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 20px;
    }

        .sloganWrapper .inner strong {
            display: block;
            font-weight: 700;
            font-size: 30px;
        }

.ortakliklarContent .photo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 400px;
    position: relative;
}

.gucBirligiWrapper {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    min-height: 295px;
    position: relative;
    padding-top: 50px;
}

    .gucBirligiWrapper .btn.btn-main {
        background-color: #fe0000;
    }

    .gucBirligiWrapper span.title {
        color: #fff;
        font-weight: 700;
        font-size: 24px;
        display: block;
        padding-bottom: 50px;
    }

.ortakliklarContent .photo .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 16px;
    padding: 35px 70px;
}

    .ortakliklarContent .photo .caption a.title {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 20px;
        display: block;
    }

section.aboutUs .tanitimVideosu,
section.aboutUs .enerjiSektoru,
section.aboutUs .hizmetlerimiz {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 315px;
    padding-bottom: 30px;
    position: relative;
}

section.aboutUs h4 {
    font-size: 24px;
    font-weight: 400;
}

section.aboutUs .enerjiSektoru h4,
section.aboutUs .hizmetlerimiz h4 {
    color: #fff;
}

section.aboutUs .tanitimVideosu a {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

section.aboutUs .enerjiSektoru .btn,
section.aboutUs .hizmetlerimiz .btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

section.services {
    background-image: url(../images/hizmetlerimiz-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    min-height: 350px;
}

    section.services h2 {
        margin-top: 0;
        font-weight: 700;
        color: #a2a2a2;
        font-size: 16px;
    }

    section.services h3 {
        margin-top: 0;
        font-weight: 700;
        color: #fff;
        font-size: 25px;
    }

    section.services .iconCircle {
        min-height: 220px;
    }

.iconCircle h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 20px;
}

section.eKatalog {
    background-image: url(../images/e-katalog-bg.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    width: 100%;
    min-height: 320px;
    padding-top: 15px;
    padding-bottom: 15px;
}

    section.eKatalog .title {
        display: block;
        width: 100%;
        background-color: #a5130e;
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        line-height: 65px;
        padding-left: 30px;
    }

    section.eKatalog .desc {
        display: block;
        width: 100%;
        background-color: rgba(45, 45, 45, 0.75);
        color: #fff;
        font-size: 25px;
        font-weight: 300;
        padding: 20px;
    }

        section.eKatalog .desc .btn {
            color: #fff;
            font-weight: 300;
            font-size: 15px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            margin-top: 15px;
        }

.grey-bg {
    background-color: #f2f2f2;
}

.welcomeKitapContent {
    display: table-cell;
    vertical-align: middle;
    font-size: 33px;
    text-align: center;
    padding: 0 70px;
}

    .welcomeKitapContent .btn-transparent {
        font-size: 25px;
        color: #353535;
        padding: 7px 25px;
    }

.btn-transparent {
    background-image: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #353535
}

.welcomeSoruCevapContent {
    background-color: #004a80;
    color: #fff;
    font-size: 16px;
    padding-top: 15px;
    padding-left: 45px;
    font-weight: 700;
}

    .welcomeSoruCevapContent .btn-transparent {
        font-size: 16px;
        color: #fff;
        padding: 7px 25px;
        border: 1px solid #fff;
    }

    .welcomeSoruCevapContent h3 {
        color: #fff;
        text-align: left;
        font-size: 25px;
        font-weight: 700;
    }

footer {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    z-index: 9;
    position: relative;
}

    footer a,
    footer a:hover {
        color: #353535;
    }

    footer h4 {
        font-size: 14px;
        display: inline-block;
        font-weight: 600;
        color: #dedede;
    }

    footer hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #808080;
    }

    footer .contactList p i {
        width: 37px;
        text-align: center;
        min-height: 30px;
        float: left;
        position: relative;
        top: 4px;
        color: #dedede;
    }

    footer .footerMenu li {
        line-height: 30px;
        font-size: 14px;
        font-weight: 300;
    }

.copyrightWrapper {
    background-color: #fff;
    line-height: 60px;
    font-size: 12px;
}

footer .social-square li a {
    border: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #4d4d4d;
}

    footer .social-square li a i {
        font-size: 20px;
        color: #4d4d4d;
    }

    footer .social-square li a:hover {
        background-color: transparent;
    }

        footer .social-square li a:hover i {
            color: #0045a3;
        }

.social-square li {
    line-height: 28px;
    display: block;
    overflow: hidden;
    margin: 0 !important;
}

.contactDesc ul li {
    line-height: 18px;
    border-top: 1px solid #f4f2f2;
    padding: 10px;
    color: #757575;
    font-size: 16px;
    display: block;
    overflow: hidden;
    padding-left: 15px;
}

    .contactDesc ul li label {
        width: 100px;
        float: left;
    }

.contactDesc ul.social-square li {
    color: #fff;
    font-weight: 300;
}

    .contactDesc ul.social-square li a i {
        color: #ff9600;
        font-size: 15px;
    }

.contactDesc .social-network a.icoRss:hover i,
.contactDesc .social-network a.icoFacebook:hover i,
.contactDesc .social-network a.icoTwitter:hover i,
.contactDesc .social-network a.icoGoogle:hover i,
.contactDesc .social-network a.icoVimeo:hover i,
.contactDesc .social-network a.icoLinkedin:hover i {
    color: #ff9600;
}

.contactDesc ul.social-square li a {
    background-color: #fff !important;
    border: 1px solid #fff;
}

.social-square li a {
    color: #fff;
    width: 35px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
}

    /*.social-square li a:hover {
        background-color: #0045a3;
        color: #fff;
        height: 34px;
    }

        .social-square li a:hover i {
            color: #fff;
        }*/

    .social-square li a i {
        color: #a2a2a2;
        font-size: 15px;
        margin-right: 4px;
    }

.contentPageWrapper {
    font-size: 14px;
    margin-bottom: 50px;
}

    .contentPageWrapper .table.files > tbody > tr > td,
    .contentPageWrapper .table.files > tbody > tr > th,
    .contentPageWrapper .table.files > tfoot > tr > td,
    .contentPageWrapper .table.files > tfoot > tr > th,
    .contentPageWrapper .table.files > thead > tr > td,
    .contentPageWrapper .table.files > thead > tr > th {
        vertical-align: middle;
    }

    .contentPageWrapper .table.files > tbody > tr > td {
        border-top: 2px solid #d8d8d8 !important;
    }

        .contentPageWrapper .table.files > tbody > tr > td a {
            color: #353535;
        }

    .contentPageWrapper h1 {
        font-size: 24px;
    }

    .contentPageWrapper h2 {
        font-size: 18px;
    }

    .contentPageWrapper h1 {
        text-transform: uppercase;
        border-bottom: 3px solid #cecece;
        padding-bottom: 15px;
        margin-bottom: 20px;
        color: #616161 !important;
        font-size: 18px !important;
    }

    .contentPageWrapper h1,
    .contentPageWrapper h2,
    .contentPageWrapper h3 {
        font-size: 16px;
        font-weight: 700;
        color: #616161;
    }

.hoverItem {
    position: relative;
}

    .hoverItem .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.35);
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .hoverItem:hover .overlay {
        opacity: 1;
    }

    .hoverItem .overlay a {
        color: #fff;
        font-size: 15px;
        position: absolute;
        top: 50%;
        -moz-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        display: block;
        width: 100%;
        text-align: center;
        padding: 0 30px;
    }

        .hoverItem .overlay a span {
            border: 1px solid #fff;
            padding: 5px 15px;
        }

.actionTools {
    float: right;
}

    .actionTools li {
        border-right: 1px solid #efefef;
        padding: 0 10px
    }

        .actionTools li:last-child {
            border-right: 0;
        }

    .actionTools a {
        color: #f26522;
        font-size: 12px;
        text-align: center;
    }

    .actionTools i {
        display: block;
        font-size: 16px;
    }

.panel-group .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.panel-default > .panel-heading {
    background-image: none;
    background-color: #ebebeb;
    color: #353535;
    font-size: 16px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

    .panel-default > .panel-heading a {
        display: block;
    }

        .panel-default > .panel-heading a i {
            font-size: 19px;
        }

    .panel-default > .panel-heading.active {
        background-color: #ebebeb;
        color: #4b4a4a;
    }

.panel-heading {
    position: relative;
    padding-right: 50px;
    background-color: #ebebeb;
    color: #353535;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn {
    border-radius: 0;
    padding: 13px;
    border: 0;
    font-weight: 300;
}

.btn-main {
    background-color: #0045a3;
    color: #fff !important;
    text-align: left;
}


.btn-default {
    background-color: #0045a3;
    padding: 13px 15px;
    color: #000 !important;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #ddd !important;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.btn-main:hover,
.btn-main:active,
.btn-main:focus {
    color: #fff;
}

#search.form-control {
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    background-color: #fff;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.btn-inverse {
    background-color: #fff;
    border-radius: 4px;
    padding: 8px 30px;
    color: #108ec8;
    border: 0;
}

    .btn-inverse:hover,
    .btn-inverse:active,
    .btn-inverse:focus {
        background-color: #108ec8;
        color: #fff;
    }

.btn-grey {
    background-color: #6b6b6b;
    padding: 12px 30px;
    color: #fff;
    border: 0;
    text-align: center;
    font-weight: 500;
    border-radius: 0;
}

#ik-form .form-control {
    background-color: #f4f4f4;
    border-color: #dcdcdc;
    height: 50px;
    font-weight: 300;
    font-size: 17px;
}

#ik-form h4 {
    margin: 20px 0;
    color: #535353;
    font-size: 18px;
}

#ik-form .main {
    background-color: #ff9600;
    border-radius: 0;
    padding: 12px 20px 12px 20px;
    color: #fff;
    border: 0;
    font-weight: 500;
    text-align: center;
}

.btn-grey:hover,
.btn-grey:active,
.btn-grey:focus {
    background-color: #3c3c3c;
    color: #fff;
}

.btn.black {
    background-color: #3c3c3c;
    padding: 12px 30px;
    color: #fff;
    border: 0;
    text-align: center;
    font-weight: 500;
    border-radius: 0;
}

    .btn.black:hover,
    .btn.black:active,
    .btn.black:focus {
        background-color: #ff9600;
        color: #fff;
    }

.allowedTypes {
    font-size: 13px;
}

.btn-blue {
    background-color: #28316f;
    border-radius: 0;
    color: #fff;
    border: 0;
    padding: 15px 40px
}

    .btn-blue:hover,
    .btn-blue:focus {
        color: #fff;
    }

.btn-orange {
    background-color: #f26522;
    border-radius: 3px;
    color: #fff;
    border: 0;
}

    .btn-orange:hover,
    .btn-orange:focus {
        color: #fff;
    }

.form-control {
    border: 1px solid #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    height: 35px;
    font-size: 15px;
    font-weight: 300;
    background-color: #f0f0f0;
}

.dateSmall {
    font-size: 13px;
}

.contactDesc strong {
    font-weight: 700;
    min-width: 60px;
    display: inline-block;
}

.contactDesc p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 14px;
    padding-bottom: 5px;
}

    .contactDesc p i {
        color: #919191;
        width: 40px;
        text-align: center;
        float: left;
        height: 40px;
        position: relative;
        top: 3px;
    }

.contactDesc .social-network {
    background-color: #ff9600;
    padding: 10px 15px;
}

.forcefullwidth_wrapper_tp_banner {
}

.biliyormuydunuz {
    width: 100%;
}

.sertifikaWrapper {
    background-image: url(../images/sertifika-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 15px 0;
    color: #fff;
}

    .sertifikaWrapper .btn {
        margin-top: 30px;
    }

.btn.transparent {
    color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #fff;
    background-color: transparent;
    font-weight: 700;
    font-size: 16px;
}

.sertifikaWrapper .desc {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 25px 0;
}

.headingTitle,
.kurumsalPage h2 {
    font-size: 16px;
    color: #313131;
    font-weight: 700;
}

.social-square.withName li {
    display: block;
    margin: 0;
    margin-bottom: 10px;
}

    .social-square.withName li a {
        border: 0;
        width: auto;
        height: auto;
        color: #fff;
        font-size: 12px;
        line-height: 20px;
    }

        .social-square.withName li a:hover {
            background-color: transparent !important;
        }

        .social-square.withName li a i {
            color: #83a7c1;
            font-size: 12px;
            width: 25px;
            height: 25px;
            border: 1px solid #83a7c1;
            line-height: 27px;
            margin-right: 10px;
        }

.rightBordered {
    border-right: 1px dotted #68b8f7;
}

.leftBordered {
    border-left: 1px dotted #68b8f7;
}

.breadcrumbWrapper {
    background-color: rgba(0, 0, 0, 0.85);
    padding-right: 15px;
}

.breadcrumb,
.breadcrumb a {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    background-color: transparent;
    text-align: right;
    line-height: 50px;
}

.form-control:focus {
    border-color: #e3000f;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.productItem {
    color: #6f6f6f;
    font-size: 14px;
}

    .productItem .productPhoto,
    .sertifikaItem .photo,
    .productPhoto {
        border: 1px solid #c8c8c8;
    }

    .productItem .title,
    .sertifikaTitle {
        color: #f8b741;
        font-size: 26px;
        font-weight: 700;
        display: block;
    }

.urunPage .productItem .title {
    font-size: 20px;
    margin-top: 7px;
}

.urunPage .headingTitle {
    background-color: #ededed;
    color: #454545;
    font-size: 24px;
    font-weight: 300;
    padding: 10px 15px
}

    .urunPage .headingTitle span {
        font-weight: 600;
    }

.owl-theme .owl-controls .owl-buttons div {
    color: #f10000;
    display: inline-block;
    zoom: 1;
    padding: 3px 13px;
    font-size: 30px;
    background-color: transparent;
    line-height: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    margin-top: -35px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #0045a3;
}

#owl-products .owl-next,
#owl-products .owl-prev,
.owl-box4-carousel .owl-next,
.owl-box4-carousel .owl-prev {
    position: absolute;
    top: 30px;
    margin-top: -115px;
    height: 230px;
    background-color: #ff0000 !important;
    color: #fff !important;
    line-height: 230px !important;
    width: 40px;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 20px !important;
}

#owl-products .owl-prev,
.owl-box4-carousel .owl-prev {
    left: 0;
    right: auto;
}

#owl-products .owl-next,
.owl-box4-carousel .owl-next {
    right: 0;
}

.owl-box4-carousel {
    padding: 0 40px;
}

    .owl-box4-carousel .item {
        padding-left: 15px;
        padding-right: 15px;
    }

.actionButton .btn {
    font-size: 16px;
    margin: 10px 0;
}

.white-bg {
    background-color: #fff;
}

.projeDetay h1 {
    font-weight: 600;
    color: #333333;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.projeDetay .desc {
    background-color: #fff;
    margin-bottom: 3px;
}

.projeDetay .projeDetayList ul {
    list-style: none;
    padding-left: 0;
}

    .projeDetay .projeDetayList ul li {
        background-color: #eeeeee;
        margin-bottom: 8px;
        line-height: 40px;
        padding-left: 0;
        border-left: 5px solid #e3000f;
        font-size: 18px;
    }

        .projeDetay .projeDetayList ul li strong {
            display: inline-block;
            min-width: 200px;
            background-color: #6b6b6b;
            color: #fff;
            padding-left: 10px;
            font-weight: 400;
            margin-right: 15px;
        }

.projeDetay .desc label {
    display: block;
    font-size: 15px;
}

    .projeDetay .desc label i {
        color: #a3a3a3;
        margin-right: 5px;
        width: 25px;
        text-align: center;
    }

.projeDetay .projectContent {
    padding-top: 30px;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
}

.productItems .item {
    position: relative;
}

    .productItems .item:hover .overlay {
        opacity: 1;
    }

    .productItems .item .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        z-index: 1;
    }

    .productItems .item .desc {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 99;
        color: #fff;
        font-size: 18px;
        text-align: center;
    }

        .productItems .item .desc a {
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            margin-top: 15px;
            display: block;
        }

            .productItems .item .desc a .title {
                font-weight: 400;
                font-size: 18px;
                display: block;
                margin-bottom: 15px;
            }

            .productItems .item .desc a .subtitle {
                font-weight: 600;
                font-size: 30px;
                display: block;
            }

                .productItems .item .desc a .subtitle span {
                    font-weight: 400;
                    font-size: 18px;
                    display: block;
                }

.newsItems .item .photo {
    border: 1px solid #d5d5d5;
    padding: 5px;
}

.newsItems .item .desc {
}

    .newsItems .item .desc a {
        color: #fff;
        font-weight: 300;
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        min-height: 67px;
        background-color: #5c5c5c;
        border-right: 8px solid #ff9600;
        padding: 10px 15px;
        margin-bottom: 7px;
        width: 100%;
    }

        .newsItems .item .desc a:hover {
            background-color: #ff9600;
            color: #fff;
            font-weight: 700;
        }

.newsItems .item .desc {
    font-weight: 400;
    font-size: 16px;
    border: 0 !important;
}

.newsItems .photo,
.frontDevamEden {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 215px;
    position: relative;
}

    .frontDevamEden .desc a {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }

.imageButton {
    position: absolute;
    right: 0;
    bottom: 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    border-right: 8px solid #ff9600;
    padding: 7px 15px;
    min-width: 230px;
    line-height: 36px;
    font-weight: 300;
    z-index: 9;
}

    .imageButton i {
        float: right;
        line-height: 36px;
    }

    .frontDevamEden .desc a:hover .imageButton,
    .imageButton:hover {
        color: #fff;
        background: #ff9600;
    }

.newsItems .item .desc span.date {
    font-weight: 300;
    display: block;
    font-size: 16px;
}

.zoomHoverWithLights {
    overflow: hidden;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

    .zoomHoverWithLights:before {
        background: rgba(255, 255, 255, 0.2);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: scale3d(2.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
        -moz-transition: transform 0.7s ease 0.1s;
        -ms-transition: transform 0.7s ease 0.1s;
        -o-transition: transform 0.7s ease 0.1s;
        -webkit-transition: transform 0.7s ease 0.1s;
        transition: transform 0.7s ease 0.1s;
        width: 100%;
        z-index: 101;
    }

    .zoomHoverWithLights:hover::before {
        transform: scale3d(2.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
    }

    .zoomHoverWithLights:hover,
    .zoomHoverWithLights img {
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }

        .zoomHoverWithLights:hover img {
            transform: scale(1.1);
        }

.menuTitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.topNavigation {
    display: table;
    width: 100%
}

    .topNavigation li {
        display: table-cell;
    }

        .topNavigation li a {
            display: block;
            text-align: center;
            background: #ececec;
            color: #353535;
            font-size: 14px;
            padding: 14px 0 13px 0;
            font-weight: 600;
            text-transform: uppercase;
            min-width: 150px;
        }

            .topNavigation li a:hover,
            .topNavigation li.active a {
                background-color: #0045a3;
                color: #fff;
            }

    .topNavigation.secondary li {
        margin-right: 4px;
        display: inline-block;
    }

        .topNavigation.secondary li a {
            background-color: #ededed;
            font-weight: 300;
            color: #373737;
            font-size: 16px;
            border-bottom: 0;
            padding-left: 15px;
            padding-right: 15px;
        }

            .topNavigation.secondary li a:hover,
            .topNavigation.secondary li.active a {
                background-color: #d6d6d6;
            }

.sideBarNavigation {
}

    .sideBarNavigation li {
    }

        .sideBarNavigation li a {
            display: block;
            color: #353535;
            font-size: 14px;
            position: relative;
            padding-left: 10px;
            line-height: 36px;
            border-bottom: 1px solid #e8e8e8;
        }

            .sideBarNavigation li a:hover,
            .sideBarNavigation li.active a {
                background-color: #0045a3;
                color: #fff;
            }

            .sideBarNavigation li a i {
                position: absolute;
                right: 0;
                top: 0;
                bottom: 0;
                font-size: 24px;
                width: 30px;
                text-align: center;
                line-height: 37px;
            }

.contentPageWrapper .content .desc {
    font-size: 14px;
}

.faaliyetPage h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .faaliyetPage h1:after {
        content: "";
        width: 170px;
        height: 6px;
        background-color: #e3000f;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.contentPageWrapper.productItems .content .desc {
    border-left: 0;
    padding-bottom: 0;
}

#proje-form {
    border: 1px solid #a5130e;
    padding-top: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.41);
}

    #proje-form .form-control {
        font-weight: 300;
        font-size: 15px;
    }

    #proje-form .searchLabel {
        font-size: 20px;
        margin-top: 20px;
    }

.newsPage {
    font-weight: 400;
    font-size: 16px;
}

    .newsPage h1 {
        color: #484848;
        font-size: 16px;
        font-weight: 700;
        margin-top: 0;
    }

.iletisimPage h1,
.iletisimPage h2 {
    font-size: 21px;
    font-weight: 400;
    margin-top: 0;
    color: #969696;
}

.footerBottom {
    line-height: 60px;
}

    .footerBottom ul li {
        vertical-align: middle;
    }

.makineItem .photo {
    position: relative;
}

.makineItem .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 25px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 8;
}

.referansItem {
    background-color: #0e76bc;
    color: #fff;
}

    .referansItem .desc .title {
        font-size: 24px;
        font-weight: 300;
    }

    .referansItem .desc span.title > span {
        font-weight: 700;
        display: block;
    }

    .referansItem .desc {
        font-size: 14px !important;
        font-weight: 300 !important;
    }

        .referansItem .desc hr {
            border-top: 5px solid #1d8ad3;
        }

    .referansItem .photo {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        min-height: 230px;
        margin-bottom: 15px;
        position: relative;
    }

.haberItem {
    padding: 15px;
    height: 450px;
    overflow: hidden;
}

    .haberItem .desc .title {
        height: 44px;
        overflow: hidden;
        margin-bottom: 10px;
    }

        .haberItem .desc .title a {
            display: block;
            font-weight: 700;
            font-size: 20px;
            margin-bottom: 15px;
            border-left: 4px solid #f00;
            padding-left: 10px;
            line-height: 21px;
            color: #353535;
        }

    .haberItem .btn {
        float: right;
    }

    .haberItem .desc span.title > span {
        font-weight: 700;
        display: block;
    }

    .haberItem .date,
    .haberDetay .date {
        color: #e3000f;
        display: block;
        margin-bottom: 15px;
    }

    .haberItem .desc {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px !important;
        font-weight: 400 !important;
        height: 174px;
        overflow: hidden;
    }

        .haberItem .desc hr {
            border-top: 5px solid #1d8ad3;
        }

    .haberItem .photo {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        min-height: 230px;
        margin-bottom: 15px;
        position: relative;
    }

        .haberItem .photo a {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
        }

    .haberItem:hover {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
        -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
        box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
    }

#contact-form .form-control {
    color: #222;
    font-weight: 300;
    height: 37px;
}

textarea.form-control {
    height: auto !important;
}

.sideMenu h4 {
    color: #0e76bc;
    font-size: 18px;
    font-weight: 600;
}

.sideMenu ul li a {
    background-color: #ededed;
    border-bottom: 4px solid #dedede;
    color: #474747;
    display: block;
    line-height: 35px;
    padding-left: 20px;
}

    .sideMenu ul li a:hover,
    .sideMenu ul li.active a,
    .sideMenu ul li a:focus {
        background-color: #0e76bc;
        border-bottom: 4px solid #00568f;
        color: #fff;
        font-weight: 600;
    }

#scrollDown {
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 99;
    margin-left: -8px;
}

.icon-menu {
    position: absolute;
    left: 0;
    top: 30%;
    z-index: 99;
}

/*= ICON BOXES
--------------------------------------------------------*/
ul.icon-menu {
}

li.icon-box {
    width: 50px;
    height: 50px;
    list-style: none;
    left: -47px;
    position: relative;
    margin-bottom: 3px;
}

li.icon-box {
    background: rgba(0, 0, 0, 0.67);
}

.icon-box h2 {
    font-size: 12px;
}

.icon-box a {
    display: block;
    padding: 0;
    width: 50px;
    height: 50px;
    color: #fff;
}

.icon-box i.fa {
    position: absolute;
    pointer-events: none;
    color: #fff;
    margin: 10px 0 0 10px;
    font-size: 22px;
}

.icon-box a:focus,
.icon-box a:active {
    outline: none;
}

.icon-box a {
    padding: 50px;
}

.icon-menu i {
    border-radius: 50%;
    box-shadow: 0 0 0 50px transparent;
    padding: .2em .25em;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: box-shadow .6s ease-in-out;
    -moz-transition: box-shadow .6s ease-in-out;
    -o-transition: box-shadow .6s ease-in-out;
    -ms-transition: box-shadow .6s ease-in-out;
    transition: box-shadow .6s ease-in-out;
}

.icon-menu li:hover i,
.icon-menu li:active i,
.icon-menu li:focus i {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    -webkit-transition: box-shadow .4s ease-in-out;
    -moz-transition: box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    -ms-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
}

.icon-box h2 {
    z-index: -999;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    line-height: 50px;
    width: 140px;
    -webkit-transition: all .3s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: rgba(0, 0, 0, 0.5);
}

.icon-box a:hover h2 {
    opacity: 1;
    left: 50px;
    margin: 0;
    text-align: left;
    padding-left: 10px;
}

.icon-box.catalog h2 {
    z-index: -999;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.icon-box.video h2 {
    z-index: -999;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    /* transition: all .5s; */
}

.icon-box.contact a:hover h2 {
    opacity: 1;
    left: 120px;
    margin: 0;
    text-align: center;
}

.relative {
    position: relative;
}

footer ul.social-network {
    background-color: transparent;
}

ul.social-network {
    list-style: none;
    display: block;
    margin-left: 0 !important;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #e6e6e6;
}

.videoShape {
    background-color: #717171;
    background-image: url(../images/video-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 74px;
}

    .videoShape a {
        display: block;
        height: 74px;
        color: #fff;
        font-weight: 300;
        font-size: 16px;
        padding-top: 17px;
        padding-left: 15px;
    }

        .videoShape a span {
            display: block;
            font-weight: 400;
        }

.katalogShape {
    background-color: #8a8a8a;
    background-image: url(../images/katalog-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 74px;
}

    .katalogShape a {
        display: block;
        height: 74px;
        color: #fff;
        font-weight: 300;
        font-size: 16px;
        padding-top: 17px;
        padding-left: 15px;
    }

        .katalogShape a span {
            display: block;
            font-weight: 400;
        }

.effect-ming {
    position: relative;
}

    .effect-ming .hoverEffectTextCentered {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #fff;
        text-align: center;
        font-size: 15px;
    }

    .effect-ming.orange .hoverEffectTextCentered {
        background-color: rgba(255, 150, 0, 0.7);
    }

    .effect-ming .hoverEffectTextCentered .content {
        position: absolute;
        top: 50%;
        -moz-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        z-index: 99;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        display: block;
        width: 100%;
    }

    .effect-ming .hoverEffectTextCentered:hover {
        opacity: 1;
    }

    .effect-ming .hoverEffectTextCentered .content span {
        display: block;
        font-weight: 300;
    }

#owl-singleItem.owl-theme .owl-controls .owl-page span {
    width: 9px;
    height: 9px;
    margin: 5px 4px;
}

.effect-ming.orange .hoverEffectTextCentered .content {
    font-weight: 300;
    text-align: center;
    display: block;
    width: 100%;
}

.haberDetay {
    font-size: 16px;
}

    .haberDetay h1 {
        font-weight: 600;
        font-size: 18px;
        font-family: "Open Sans", sans-serif;
    }

    .haberDetay strong {
        font-size: 18px;
        font-weight: 500;
    }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a,
.nav-tabs {
    border: 0;
    border-radius: 0;
}

    .nav-tabs.contactList > li.active > a,
    .nav-tabs.contactList > li.active > a:focus,
    .nav-tabs.contactList > li.active > a:hover,
    .nav-tabs.contactList > li > a:hover {
        border-bottom: 2px solid #f10000;
        background-color: #fff;
        color: #5c5c5c;
    }

    .nav-tabs.contactList > li > a {
        background-color: #fff;
        color: #a9a9a9;
        font-weight: 600;
        border-bottom: 2px solid #a9a9a9;
        padding: 10px 0;
    }

    .nav-tabs > li > a {
        font-size: 14px;
        padding: 10px 35px;
        color: #4a4a4a;
        border-right: 0;
        background-color: #e5e5e5;
    }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover {
            color: #fff;
            border-right: 0;
            background: #0045a3;
        }

    .nav-tabs > li > a {
        margin-right: 20px;
    }

.projeItem {
    background-color: #e3e3e3;
}

    .projeItem .photo {
        border-right: 15px solid #e3000f;
        padding-left: 0;
        padding-right: 0;
    }

    .projeItem .desc {
        padding-left: 0;
    }

        .projeItem .desc a {
            color: #333333;
            font-weight: 600;
            font-size: 16px;
            display: block;
        }

        .projeItem .desc p {
            margin-bottom: 0;
        }

    .projeItem:hover {
        background-color: #e3000f;
        color: #fff;
    }

        .projeItem:hover a {
            color: #fff;
        }

.projeDetay .desc {
}

.projeDetayList .btn {
    min-width: 200px;
    padding: 7px 20px;
    font-size: 18px;
    text-align: left;
    margin-top: 15px;
}



.bagiscilarSoylesiWrapper {
    padding: 20px;
}

.bSoylesiItem {
    background-color: #f2f2f2;
    font-size: 16px;
    line-height: 18px;
}

    .bSoylesiItem span.title {
        display: block;
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 15px;
        border-left: 4px solid #f00;
        padding-left: 10px;
        line-height: 15px;
        margin-left: -14px;
    }

    .bSoylesiItem .desc {
        padding: 30px 30px 0 30px;
    }

.singleNoDotsItem {
    background-color: #f2f2f2;
    font-size: 14px;
    line-height: 18px;
}

    .singleNoDotsItem .desc {
        padding: 15px 15px 0 15px;
        line-height: 18px;
        min-height: 245px;
        font-weight: 300;
    }

    .singleNoDotsItem span.date {
        font-weight: 600;
        display: block;
        margin-bottom: 15px;
        font-size: 16px;
    }

    .singleNoDotsItem a {
        color: #353535;
    }


.single-no-dots.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    padding: 0px 13px;
    font-size: 20px;
    line-height: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    margin-top: 0;
    background-color: #fe0000;
    width: 35px;
    height: 30px;
}

.single-no-dots.owl-theme .owl-next,
.single-no-dots.owl-theme .owl-prev {
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
}

.single-no-dots.owl-theme .owl-prev {
    right: 35px;
    background-color: #e50000 !important;
}

.widgetItem a {
    background-color: #e6e6e6;
    color: #3a3a3a;
    display: block;
    min-height: 80px;
    line-height: 80px;
    font-size: 16px;
    font-weight: 600;
}

    .widgetItem a img {
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        display: inline-block;
        vertical-align: center;
    }

.widgetItem:hover a {
    background-color: #0045a3;
    color: #fff;
}

    .widgetItem:hover a i {
        color: #fff !important;
    }

    .widgetItem:hover a img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
        -webkit-transition: all linear 300ms;
        transition: all linear 300ms;
    }

.yonetimItem {
    background-color: #f1f1f1;
}

    .yonetimItem:hover {
        background-color: #f10000;
        color: #fff;
    }

    .yonetimItem .desc {
        padding: 15px;
    }

        .yonetimItem .desc span {
            display: block;
            margin-bottom: 15px;
        }

.soylesiLink {
    background-color: #f1f1f1;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #353535;
    margin-bottom: 30px;
    border-bottom: 3px solid #0045a3;
    padding: 25px 20px;
}

    .soylesiLink span.date {
        font-size: 14px;
        font-weight: 400;
    }

    .soylesiLink hr {
        border-color: #ddd;
        margin: 12px 0;
    }

    .soylesiLink:hover {
        color: #fff;
        background-color: #0045a3;
    }

.bagisciZiyaretItem {
    background-color: #f1f1f1;
    border-bottom: 3px solid #0045a3;
    position: relative;
}

    .bagisciZiyaretItem .desc {
        padding: 15px;
    }

        .bagisciZiyaretItem .desc span {
            display: block;
            margin-bottom: 15px;
        }



.bagisciZiyaret .nav-tabs > li > a {
    padding: 10px 10px;
    margin-right: 5px;
}

.bagisciDetayLink {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 15px;
    background-color: #0045a3;
}

.ziyaretciItem {
    border-bottom: 3px solid #0045a3;
    position: relative;
    padding-bottom: 30px;
}

    .ziyaretciItem .desc {
        padding: 15px;
    }

        .ziyaretciItem .desc span {
            display: block;
            margin-bottom: 15px;
        }

.ortakliklarContent h1 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
}

.hesapNoLogo {
    position: relative;
}

.hesapNoLogo {
    min-height: 150px;
}

    .hesapNoLogo img {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: #fff;
        font-size: 20px;
        left: 50%;
    }

.hesapNoDesc span {
    font-weight: 700;
    font-size: 16px;
}

.basinItem a {
    display: block;
    border: 1px solid #f1f1f1;
    padding: 15px;
}

.tasinmazlar .table {
    font-size: 12px;
    text-align: center;
}

    .tasinmazlar .table > thead > tr > th {
        background-color: #fff;
        font-size: 14px;
        white-space: nowrap;
        text-align: center;
        border-bottom: 3px solid #ddd;
        font-weight: 600;
    }

.footerMenu.col3 {
    columns: 3;
    left: 0;
}

    .footerMenu.col3 li a {
        display: block;
        border-bottom: 1px solid #bebebe;
        line-height: 35px;
        font-weight: 400;
        -webkit-column-break-inside: avoid;
        -webkit-backface-visibility: hidden;
    }

        .footerMenu.col3 li a:hover {
            border-color: #0045a3;
        }

#scrollDown {
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 99;
    margin-left: -8px;
}

.headingLeftBorder {
    border-left: 4px solid #f00;
    padding-left: 10px;
}

h3.headingLeftBorder a {
    float: right;
    font-size: 14px;
    font-weight: 300;
    color: #626161;
}

.idef {
    min-height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.yonetimListesi table p {
    margin-bottom: 0;
}

.yonetimListesi table {
    color: #6c7a89;
    font-size: 13px;
    line-height: 22px;
}

.yonetimListesi h2 {
    color: #6c7a89;
    font-weight: 700;
    font-size: 13px;
    padding-left: 7px;
}

.noFirstBorderTop.table > tbody > tr:first-child td {
    border-top: 0 !important;
}

.arge a,
.bagisEsaslari a {
    display: inline-block;
    padding: 0 40px;
    background-color: #e3e3e3;
    line-height: 56px;
    color: #353535;
    font-size: 14px;
    text-align: center;
    margin: 10px 0;
}

.bagisEsaslari a {
    background-color: #606060;
    color: #0045a3;
}

.iletisimPage table {
    margin-bottom: 30px;
}

    .iletisimPage table tr td {
        border-bottom: 3px solid #dcdcdc;
        line-height: 28px;
        vertical-align: top;
    }

.font-italic {
    font-style: italic;
}

.anasayfaBanners {
    background-color: #f4f4f4;
    padding-top: 40px;
    padding-bottom: 20px;
    -webkit-box-shadow: inset 0px 0px 30px 0px rgba(50, 50, 50, 0.41);
    -moz-box-shadow: inset 0px 0px 30px 0px rgba(50, 50, 50, 0.41);
    box-shadow: inset 0px 0px 30px 0px rgba(50, 50, 50, 0.41);
}

.bannerItem {
    position: relative;
    height: 165px;
    overflow: hidden;
}

    .bannerItem a {
        color: #fff;
    }

    .bannerItem img {
        width: 100%;
    }


    .bannerItem .desc {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.siteMap table tr td {
    vertical-align: top;
}

.panel-heading {
    position: relative;
    padding-right: 50px;
    background-color: #ebebeb;
    color: #353535;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .panel-heading .panel-title {
        line-height: 36px;
        font-size: 16px;
        font-weight: 600;
    }

        .panel-heading .panel-title a {
            display: block;
        }

    .panel-heading:after {
        content: "\f105";
        color: #ff0000;
        display: block;
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
        top: 0;
        height: 57px;
        line-height: 57px;
        width: 57px;
        text-align: center;
        font-size: 40px;
    }

    .panel-heading.active:after {
        content: "\f107";
    }

    .panel-heading.active {
        background-color: #ebebeb;
        color: #353535;
    }

        .panel-heading.active:after {
            color: #353535;
        }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}

.item.singleNoDotsItem .images-box {
    height: 446px;
    overflow: hidden;
}

.item.singleNoDotsItem .title {
    height: 38px;
    overflow: hidden;
    line-height: 1.3em;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
}

.item.singleNoDotsItem .col-sm-12.p-0 img.img-responsive.m-auto {
    width: 100%;
}

.page-title {
    font-size: 24px;
    font-weight: 700;
}

h2 {
    color: #6c7a89;
    font-weight: 700;
    font-size: 13px;
    padding-left: 7px;
}

/*---------*/
#sync2 .synced .item .ortak:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    border-bottom: 8px solid #007ac3;
}

#sync2 .synced .item .ortak {
    height: 90px;
    line-height: 100px;
}

#sync2 .item .ortak:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    border-right: 2px solid #c6c6c6;
}
/*---------*/
.complex-slide-top .synced .item .ortak:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    border-bottom: 8px solid #007ac3;
}

.complex-slide-top .synced .item .ortak {
    height: 90px;
    line-height: 100px;
}

.complex-slide-top .item .ortak:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    border-right: 2px solid #c6c6c6;
}

.owl-singleItemNoNav .photo-item img {
    width: 100%;
}

.complex-slide-top.in-page .item img {
    padding-top: 10px;
    width: 80%;
}


.tab-sub-list .nav-tabs > li > a {
    padding: 10px 10px;
    margin-right: 5px;
}

.thumbnail .caption {
    height: 115px;
    overflow: hidden;
}

.list-group-item a {
    display: block;
}

.owl-item .ortak img {
    width: 200px;
    height: 90px;
}

/* Sub Header */
.sub-header {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    transform-style: preserve-3d;
    background-repeat: no-repeat;
}

    .sub-header .sub-header-content {
        position: relative;
        top: 55%;
        transform: translateY(-55%);
        width: 100%;
        text-align: right;
    }

        .sub-header .sub-header-content h2 {
            margin-top: 0;
            font-weight: 700;
            color: #fff;
        }

        .sub-header .sub-header-content .breadcrumb-arc {
            padding: 0;
            margin: 0;
            margin-top: 0;
            background: none;
            box-shadow: none;
            font-size: 14px;
            color: #bbb;
            font-weight: 400;
        }

            .sub-header .sub-header-content .breadcrumb-arc a {
                font-size: 14px;
                color: #fff;
                transition: all 0.6s ease 0s;
            }

                .sub-header .sub-header-content .breadcrumb-arc a:hover {
                    color: #fff;
                }

            .sub-header .sub-header-content .breadcrumb-arc > .active {
                color: #ccc;
            }

.sub-header-1 {
    height: 356px;
    position: relative;
}

.sideBarNavigation a:hover,
.sideBarNavigation a.active {
    background-color: #0045a3;
    color: #fff;
}

#navbar-collapse li a.active {
    background-color: transparent;
    color: #0045a3 !important;
    border-color: #0045a3;
}

.category-two-line-box {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.thumbnail h3 {
    margin-top: 10px;
}

.font-light {
    font-weight: lighter;
}

#lightbox-content {
    min-width: 320px;
    max-width: 80%;
}

#cookieConsent {
    background: #7ca9c2 !important;
}

.font-color-white {
    color: #ffffff !important;
}

.thumbnail a span {
    position: absolute;
    top: 15px;
    left: 30px;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.img-special-box {
    height: 200px;
    overflow: hidden;
}

.bagisciZiyaretItem .thumbnail span {
    position: absolute;
    top: 15px;
    left: 30px;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.tab-sub-list .tab-content .thumbnail {
    height: 320px;
}

    .tab-sub-list .tab-content .thumbnail .img {
        height: 200px;
        overflow: hidden;
    }

.faq-content input {
}

.faq-content .content-text .item ul {
}

    .faq-content .content-text .item ul li a {
        color: #4b4a4a;
    }

    .faq-content .content-text .item ul li {
        padding: 5px 0;
    }

        .faq-content .content-text .item ul li:hover > a {
            color: #000000;
        }


.pay-form-container {
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

    .pay-form-container .step {
        position: absolute;
    }

    .pay-form-container .toleft {
        -webkit-animation: toLeft 0.2s forwards;
        -webkit-animation-delay: 0.2s;
        animation: toLeft 0.2s forwards;
        animation-delay: 0.2s;
    }

    .pay-form-container .current {
        -webkit-animation: current 0.2s forwards;
        -webkit-animation-delay: 0.2s;
        animation: current 0.2s forwards;
        animation-delay: 0.2s;
        opacity: 0;
    }

    .pay-form-container .currentrighttoleft {
        -webkit-animation: currentrighttoleft 0.2s forwards;
        -webkit-animation-delay: 0.2s;
        animation: currentrighttoleft 0.2s forwards;
        animation-delay: 0.2s;
    }

    .pay-form-container .toright {
        -webkit-animation: toRight 0.2s forwards;
        -webkit-animation-delay: 0.2s;
        animation: toRight 0.2s forwards;
        animation-delay: 0.2s;
    }

#step1 {
    left: 0;
}

#step2 {
    left: 1000px;
    width: 100%;
}

.ajax-loading {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    background: rgba(255,255,255,0.6);
}

    .ajax-loading i {
        position: fixed;
        height: 10px;
        width: 10px;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

        .ajax-loading i:not(:required):after {
            content: "\f004";
            font-size: 30px;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            color: red !important;
            z-index: 1000;
            position: absolute;
            left: -30px;
            animation: scale 3s ease infinite;
        }

@keyframes scale {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.3);
    }

    20% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.3);
    }

    40% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    60% {
        transform: scale(1);
    }

    70% {
        transform: scale(1.2);
    }

    80% {
        transform: scale(1);
    }

    90% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes toLeft {
    0% {
        left: 0px;
        opacity: 1
    }

    100% {
        left: -1000px;
        opacity: 0
    }
}

@keyframes toLeft {
    0% {
        left: 0px;
        opacity: 1
    }

    100% {
        left: -1000px;
        opacity: 0
    }
}




@-webkit-keyframes current {
    0% {
        left: -1000px;
        opacity: 0
    }

    100% {
        left: 0;
        opacity: 1
    }
}

@keyframes current {
    0% {
        left: -1000px;
        opacity: 0
    }

    100% {
        left: 0;
        opacity: 1
    }
}


@-webkit-keyframes toRight {
    0% {
        left: 0px;
        opacity: 1
    }

    100% {
        left: 1000px;
        opacity: 0
    }
}

@keyframes toRight {
    0% {
        left: 0px;
        opacity: 1
    }

    100% {
        left: 1000px;
        opacity: 0
    }
}


@-webkit-keyframes currentrighttoleft {
    0% {
        left: 1000px;
        opacity: 0
    }

    100% {
        left: 0;
        opacity: 1
    }
}

@keyframes currentrighttoleft {
    0% {
        left: 1000px;
        opacity: 0
    }

    100% {
        left: 0;
        opacity: 1
    }
}

.swal-text {
    text-align: center !important;
}

.text-center {
    text-align: center !important;
}





@media only screen and (max-width: 414px) {
    .item.singleNoDotsItem .images-box {
        height: 390px;
    }

    .thumbnail .caption {
        height: auto;
    }

    #lightbox-content {
        max-width: 100%;
    }

    .bannerItem {
        height: 230px;
    }
}

/**schema***/

.schema-title {
    background-color: #ebebeb;
    padding: 10px 20px;
    color: #000000;
    text-align: center;
    max-width: 277.5px;
    margin: 0 auto;
    font-size: 12px;
}
/*.col-md-4 .schema-out {
position: relative;
padding: 10px;
font-size: 13px;
}
.col-md-4 .schema-box {
    background-color: #ebebeb;
    margin: 10px;
    margin-left: 50px;
}
.col-md-4 .schema-image {
    position: absolute;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
    left: -5px;
}
.col-md-4 .schema-image img {
        width: 85px;
    }

.col-md-4 .schema-text {
    text-align: center;
    padding: 10px;
    padding-left: 30px;
    height: 75px;
}
    .col-md-4 .schema-text .schema-in-title {
        color: #000000;
        font-weight: bold;
    }
.col-md-4 .schema-name {
    color: #000000;
}
.col-md-4 .schema-degree {
    color: #000000;
}*/

.schema-out {
    position: relative;
    padding: 10px 0;
    font-size: 10px;
}

.col-md-4 .schema-out {
    position: relative;
    padding: 10px 0;
    font-size: 12px;
    max-width: 277.5px;
}

.schema-out {
    cursor: pointer;
}

    .schema-out:hover > .schema-image {
        border: 5px solid #de3c21;
    }

    .schema-out:hover > .schema-box {
        /*border: 1px solid #de3c21;*/
    }

    .schema-out:hover > .schema-text .schema-in-title {
        color: #fff;
    }

.schema-box {
    background-color: #ebebeb;
    margin: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-left: 48px;
    margin-right: 0;
    border: 1px solid #ebebeb;
}

.schema-image {
    position: absolute;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
    left: -5px;
}

    .schema-image.first-img {
        width: 65px;
    }

    .schema-image img {
        width: 60px;
    }

.schema-text {
    text-align: center;
    padding: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-left: 15px;
    padding-right: 0;
    height: 52px;
}

    .schema-text .schema-in-title {
        font-weight: bold;
    }

.schema-name {
}

.schema-degree {
}


.three-boxes .schema-title {
    max-width: 267.5px;
}

.three-boxes .md .schema-title,
.three-boxes .md .schema-out {
    margin: 0 auto;
}

.border-l-r-b-1 {
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

li.quiz-btn {
    position: relative;
    top: -3px;
    padding: 10px;
}

    li.quiz-btn a {
        font-size: 12px !important;
        width: auto;
        height: auto;
    }

.quiz-content {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5);
    padding-top: 20px;
}

.social-square li.quiz-btn a:hover {
    background: none !important;
    height: auto;
}

.quiz-btn {
    background: linear-gradient(270deg, #ee0c0c, #0c88ee);
    background-size: 400% 400%;
    -webkit-animation: quiz-btn 2s ease infinite;
    -moz-animation: quiz-btn 2s ease infinite;
    -o-animation: quiz-btn 2s ease infinite;
    animation: quiz-btn 2s ease infinite;
    padding: 6px 14px 9px 14px !important;
}

.pay-btn {
    background: linear-gradient(120deg, #ee0c0c, #7C204D);
    background-size: 400% 400%;
    -webkit-animation: change-color 1s ease infinite;
    -moz-animation: change-color 1s ease infinite;
    -o-animation: change-color 1s ease infinite;
    animation: change-color 1s ease infinite;
    padding: 6px 20px 9px 20px !important;
    margin: 0 10px;
}

    .pay-btn i {
        -webkit-animation: change-color-text 1s ease infinite;
        -moz-animation: change-color-text 1s ease infinite;
        -o-animation: change-color-text 1s ease infinite;
        animation: change-color-text 1s ease infinite;
    }

    .pay-btn a {
        -webkit-animation: change-color-text 1s ease infinite;
        -moz-animation: change-color-text 1s ease infinite;
        -o-animation: change-color-text 1s ease infinite;
        animation: change-color-text 1s ease infinite;
    }


/************************/

/*.quiz-btn.pay-btn {
    -webkit-animation: change-color 0.2s forwards;
    -webkit-animation-delay: 0.2s;
    animation: changeColor 0.2s forwards;
    animation-delay: 0.2s;
    opacity: 0;
}*/


@-webkit-keyframes change-color {
    0% {
        background: linear-gradient(120deg, #ee0c0c, #ee0c0c);
    }

    100% {
        background: linear-gradient(120deg, #fff, #fff);
    }
}

@-moz-keyframes change-color {
    0% {
        background: linear-gradient(120deg, #ee0c0c, #ee0c0c);
    }

    100% {
        background: linear-gradient(120deg, #fff, #fff);
    }
}

@-o-keyframes change-color {
    0% {
        background: linear-gradient(120deg, #ee0c0c, #ee0c0c);
    }

    100% {
        background: linear-gradient(120deg, #fff, #fff);
    }
}

@keyframes change-color {
    0% {
        background: linear-gradient(120deg, #ee0c0c, #ee0c0c);
    }

    100% {
        background: linear-gradient(120deg, #fff, #fff);
    }
}

@keyframes change-color-text {
    0% {
        color: #fff;
    }

    100% {
        color: #ee0c0c;
    }
}

@-webkit-keyframes change-color-text {
    0% {
        color: #fff;
    }

    100% {
        color: #ee0c0c;
    }
}

@-moz-keyframes change-color-text {
    0% {
        color: #fff;
    }

    100% {
        color: #ee0c0c;
    }
}

@-o-keyframes change-color-text {
    0% {
        color: #fff;
    }

    100% {
        color: #ee0c0c;
    }
}



/********************/







#all-slider {
    /*min-height: 1183px;*/
}

#slide-video-div {
    width: 100%;
    /*position: absolute;*/
    z-index: -1;
}

#slide-video {
    width: 100%;
    display: block;
    height: auto;
    margin-top: 120px;
}

#slide-img {
    /*position: absolute;*/
    z-index: 1;
}

.social-network a img {
    width: 25px;
}

.complex-slide-down .complex-slide-down-video,
.photo-item .complex-slide-down-video {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-size: 30px;
}

.fancybox-content {
    padding: 4px !important;
}

#PersonelDataProtection {
    padding: 44px !important;
}


/*************************/
@media only screen and (max-width: 650px) {
    .idef-21-brosur {
        left: 60px !important;
    }

    .idef-19-sonuc {
        right: 60px !important;
    }
}

@media only screen and (max-width: 414px) {
    .idef-21-brosur {
        left: 30px !important;
    }

    .idef-19-sonuc {
        right: 30px !important;
    }
}
/*************************/





@media only screen and (max-width: 736px) {
    #slide-video {
        margin-top: 0;
    }

    #all-slider {
        min-height: 410px;
    }
}

@media only screen and (max-width: 414px) {

    #all-slider {
        min-height: 260px;
    }
}

@-webkit-keyframes quiz-btn {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes quiz-btn {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-o-keyframes quiz-btn {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes quiz-btn {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}








/**END schema***/

/*.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(249,249,249);
    opacity: .75;
    display: block;
}

.page-loader {
    position: fixed;
    z-index: 1000;
}

    .page-loader > span {
        color: #6f727d;
        vertical-align: middle;
        padding: 8px 15px;
        font-size: 1rem;
        font-weight: 400;
    }*/
