﻿@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('../../../fonts/glyphicons.css');

@font-face {
    font-family: 'ProximaNova-Regular.';
    src: url('../fonts/proxima/ProximaNova-Regular..woff2');
    src: url('../fonts/proxima/ProximaNova-Regular..woff2') format('embedded-opentype'), url('../fonts/proxima/ProximaNova-Regular..woff2') format('woff2'), url('../fonts/proxima/ProximaNova-Regular.woff2') format('woff'), url('../fonts/proxima/ProximaNova-Regular.woff2') format('truetype'), url('../fonts/proxima/ProximaNova-Regular.woff2') format('svg');
}


body {
    margin: 0px;
    padding: 0 !important;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 16px !important;
    color: #626a71;
}

section {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    width: 100% !important;
    max-width: 1500px !important;
}

#HeaderMenu {
    position: fixed;
    width: 100%;
    z-index: 99999;
    background:#fff;
}

#HeaderMenu {
    transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-out 0s;
}

.HeaderFixed {
    position: fixed;
    z-index: 999999999999999;
    width: 100%;
    background: #fff;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 40px;
    opacity: 1 !important;
    transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-out 0s;
}





    .HeaderFixed .login-btn {
        display: block;
        text-align: center;
        text-decoration: none;
        position: relative;
        background: #009688 !important;
        color: #fff !important;
        padding: 10px 25px !important;
        border-radius: 3px;
        margin-top: 13px;
        margin-right: 5px !important;
        margin-left: 5px !important;
    }

    .HeaderFixed .contact-btn {
        display: block;
        text-align: center;
        text-decoration: none;
        position: relative;
        color: #009688!important;
        padding: 8px 25px !important;
        border-radius: 3px;
        border: 2px solid #009688;
        margin-top: 13px;
        margin-right: 5px !important;
        margin-left: 5px !important;
    }

.logo {
    padding-bottom: 10px;
    padding-top: 15px;
    float: left;
    width: 162px;
}

.login-btn {
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
    background: #009688 !important;
    color: #fff !important;
    padding: 10px 25px !important;
    border-radius: 3px;
    margin-top: 13px;
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.contact-btn {
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
    color: #009688 !important;
    padding: 8px 25px !important;
    border-radius: 3px;
    border: 2px solid #009688;
    margin-top: 13px;
    margin-right: 5px !important;
    margin-left: 5px !important;
}
}

.logo img {
    width: 100%;
    max-width:162px;
}

#pr-section {
    text-align: center;
    background: rgb(244,244,248);
    background: linear-gradient(180deg, rgba(244,244,248,1) 0%, rgba(244,244,248,1) 70%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    position: relative;
    /* height: 100vh; */
    z-index: 9;
    padding-bottom: 0px !important;
}

.pr-one-zone {
    width: 100%;
    display: inline-block;
    padding-top: 40px;
}

.baslik-1 {
    font-size: 40px;
    font-family: 'PT Sans', sans-serif;
    color: #0a0f19;
    margin-top: 50px;
    font-weight: 900;
}

.baslik-2 {
    font-weight:300;
    font-size: 20px;
    color: #0a0f19;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px !important;
}

.pr-two-zone {
    max-width: 1100px;
    width: 100%;
    border-radius: 48px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}
.pr-two-zone img{
    max-width:796px;
    width: 100%;
}

section p {
    text-align: justify;
}

.section-title {
    color: #009688;
    font-size: 30px;
}

    .section-title span {
        color: #0a0f19;
    }

h1, h2, h3, h4, h5 {
    font-family: 'PT Sans', sans-serif;
    padding-bottom: 20px;
    font-weight:900;
}
.questionlist h4 {
    font-family: 'PT Sans', sans-serif;
    padding-bottom: 0px;
    padding-top:25px;
    font-weight: 900;
}
.maskdiv img {
    width: 100%;
}

section.what-section {
    background: #fafbfb;
}

.section-img {
    width: 100%;
}

section.what-section .section-img {
    width: 100%;
    text-align: right;
}

    section.what-section .section-img img {
        width: 100%;
        max-width: 411px;
    }

#urun-group .item {
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 370px;
    position: relative;
}

.list-group.gallery .owl-item {
    margin-top: 35px;
    margin-bottom: 35px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.list-group.gallery .item p {
    text-align: center;
}

.why-section .section-title {
    text-align: center;
}

.why-section .list-group.gallery {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.list-group.gallery .active {
    opacity: 0.85;
    transform: scale(.8) !important;
    transition: .6s ease !important;
}

.list-group.gallery .owl-item:hover {
    background: #0a0f19;
    transform: scale(1) !important;
    opacity: 1 !important;
    box-shadow: rgba(75, 101, 189, 0.52) 9px 9px 25px;
    transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-out 0s;
    color: #fff;
}


        /*.list-group.gallery .active.center:hover::before {
            content: url(../images/search-v2.png);
            height: 120px;
            width: 120px;
            position: absolute;
            left: calc(50% - 54px);
            top: calc(50% - 54px);
            background: #ffffffe8;
            border-radius: 50%;
            padding: 9px;
        }*/


    .list-group.gallery .active.center {
        border: none;
    }

        #urun-group .active.center p {
            color: #fff;
        }

        #urun-group .active.center h4 {
            color: #fff;
        }

#urun-group .icon {
    padding-top: 25px;
}

#urun-group i {
    color: #0a0f19;
    font-size: 64px;
}

#urun-group .active.center i {
    color: #fff;
}

.list-group button.owl-prev span, .list-group button.owl-next span {
    color: #009688 !important;
    font-size: 30px;
    line-height: 22px;
}

.list-group button.owl-next, .list-group button.owl-prev {
    padding: 15px !important;
    background: #ffffff !important;
    width: 30px;
    height: 30px;
    border: 2px solid #ccc !important;
}

.item .b_features_icon {
    height: 180px;
    margin-bottom: -40px;
}

.where-section .home-bg i {
    width: 80px;
    border-radius: 10px;
    height: 80px;
    background: #e5e6f7;
    text-align: center;
    float: left;
    padding-top: 17px;
    box-shadow: rgba(75, 101, 189, 0.32) 11px 15px 17px 2px;
    margin-right: 15px;
    margin-bottom: 40px;
}
.where-section .home-bg {
    width: 100%;
    display: inline-block;
}
    .where-section .home-bg i img {
        max-width: 45px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

section hr {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    background-color: #e8eaf0;
    border: none;
}

section.hr-section {
    padding-top: 15px;
    padding-bottom: 15px;
}

.where-section .section-title {
    padding-bottom: 70px;
}
.panel-heading a {
    color: #171717;
}
.panel-heading.active a {
    color: #009688;
}

.panel-heading {
    background-color:transparent !important ;
    width: 100%;
    border-radius: 0px;
    margin-bottom: 10px;
    padding: 0px !important;
    position: relative;
    margin: 0px !important;
}

    .panel-heading a {
        display: block;
        padding: 17px !important;
    }


    .panel-heading .pagetitle {
        margin-bottom: 0px !important;
        padding: 5px !important;
    }

.riskolog-panel .panel-default > .panel-heading {
    color: #333;
    background-color: rgba(248, 248, 248, 0) !important;
}

.panel-group {
    padding: 10px;
    margin-bottom: 0px;
}

.panel-title {
    margin: 0px;
    padding: 0px;
    color: #000 !important;
    font-weight: bold;
    text-align: left;
}

.panel-heading > .collapse.in {
    color: #333;
    background-color: rgba(245, 245, 245, 0.00) !important;
}

.panel-heading {
    border-bottom: 1px solid #ebf0f5 !important;
}

    .panel-heading a {
        display: inline-block;
        width: 100%;
    }

    .panel-heading i {
        width: 45px;
        height: 45px;
        border-radius: 28%;
        transition: all 0.5s ease-in 0s;
        transition: all 0.5s ease-out 0s;
        position: absolute;
        top: 5px;
        right: 5px;
        background-color: #f8f8f8;
        background-size: 30px 30px;
        border: 3px solid #f2f2f2;
        text-align: center;
        font-size: 31px;
        font-family: arial;
        line-height: 40px;
        color: #009688;
    }

    .panel-heading.active i {
        width: 45px;
        height: 45px;
        border-radius: 28%;
        transition: all 0.5s ease-in 0s;
        transition: all 0.5s ease-out 0s;
        position: absolute;
        top: 5px;
        right: 5px;
        background-color: #fcfcfc;
        background-size: 30px 30px;
        border: 3px solid #009688;
        text-align: center;
        font-size: 31px;
        font-family: arial;
        line-height: 40px;
        color: #32a382;
    }
.whiteSectionTitle {
    padding-bottom: 25px;
    text-align: center;
}
ul {
    margin: 0px !important;
    padding: 15px !important;
}
ul li{
    margin-bottom: 15px;
}
.panel-title i {
    float: left !important;
}

.img-panel-wrapper {
    background: url(../images/whatis-bg.png) no-repeat center top;
    background-size: contain;
    text-align:center;
}

    .img-panel-wrapper .panel-img {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s linear;
        height: 0px !important;
        text-align: center
    }

    .img-panel-wrapper .active.panel-img {
        visibility: visible;
        opacity: 1;
        height: auto !important;
        text-align: center
    }

    .img-panel-wrapper .panel-img img {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s linear;
    }

    .img-panel-wrapper .panel-img.active img {
        visibility: visible;
        opacity: 1;
    }

.panel-img img {
    width: 100% !important;
    max-width: 324px !important;
}

/*.panel-heading i::before {
    content: "\A";
    border-style: solid;
    border-top: 10px solid transparent;
    border-left: 15px solid rgba(1, 123, 232, 0);
    border-bottom: 10px solid transparent;
    border-color: #0255d200 #ffffff00 #ffffff00 #009688;
    position: absolute;
    right: -18px;
    transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-out 0s;
    top: 9px;
    opacity: 0.0;
}

.panel-heading.active i::before {
    content: "\A";
    border-style: solid;
    border-top: 10px solid transparent;
    border-left: 15px solid #009688;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -18px;
    transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-out 0s;
    top: 9px;
    opacity: 1.0;
}*/

.whatis-section {
    background: #f8f8f8;
}

    .panel {
        background: none !important;
        border: 0px solid transparent !important;
    }

    .panel-heading.active {
        border-bottom: 0px !important;
        transition: all 0.5s ease-in 0s;
        transition: all 0.5s ease-out 0s;
    }

    .collapse {
        transition: all 0.5s ease-in 0s;
        transition: all 0.5s ease-out 0s;
    }

    .collapse-cover {
        padding: 40px 20px !important;
    }

   .panel-title {
        font-size: 20px;
    }

.img-cover {
    text-align: center;
}

    .img-cover img {
        text-align: center;
        max-width: 1000px;
        width: 100%;
    }

.forwhom-section {
    padding-bottom: 0px;
    background: #fff;
    position: relative;
}

    .forwhom-section .img-cover {
        padding-top: 100px;
    }

#triangle-bottomright {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1920px;
    height: 0;
    border-bottom: 980px solid white;
    border-left: 1920px solid transparent;
    z-index: 0;
}

.modules-section {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    background-image: url(../images/triagle-left-bottom-01.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color: #f6f6f6;*/
}

.contact-form .container {
    max-width: 1000px !important;
}




.contact-form {
    margin-top: 40px;
    padding-bottom: 140px;
    background: url(../images/triagle-bottom-01.svg) no-repeat right bottom;
    background-size:contain;
}

    .contact-form .subtitle {
        text-align: center;
        padding-bottom: 20px;
    }

.send-btn {
    height: 45px;
    padding: 10px 45px;
    background: #009688;
    color: #fff;
}

#footer {
    background: #f1f1f1;
    padding: 0px;
    color: #606b89;
    line-height: 1.8 !important;
}

footer {
    background: #0a0f19;
    text-align: center;
    color: #fff;
    padding: 20px;
}

#contact-more {
    background: #f6f6f6;
    /* color: #fff; */
    padding: 48px 10px;
}

    #contact-more p {
        padding: 0px;
        margin: 0px;
    }

.avantajlari {
    padding-top: 70px;
    padding-bottom: 70px;
}

    .avantajlari h4 {
        padding-bottom: 10px;
        font-size: 16px !important;
        font-weight: bold;
    }


.contact-form .container {
    max-width: 1000px !important;
    background: #fff;
    padding: 35px 110px;
    border-radius: 10px;
    -webkit-box-shadow: 0 30px 50px 0 rgba(12,0,46,.1);
    box-shadow: 0 30px 50px 0 rgba(12,0,46,.1);
}

.contact-form input {
    text-align: center;
    border: 0;
    color: #626774;
    border-radius: 0;
    border-bottom: 1px solid #3d64f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    height:60px;
}

.contact-form textarea {
    height: 145px;
    text-align: center;
    border: 0;
    color: #b4bacc;
    border-radius: 0;
    border-bottom: 1px solid #3d64f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}
    .contact-form textarea:focus {
        outline: 0 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.00), 0 0 8px rgba(102,175,233,.0) !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.00), 0 0 8px rgba(102,175,233,.0) !important;
    }

input:focus, button:focus {
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.00), 0 0 8px rgba(102,175,233,.0) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.00), 0 0 8px rgba(102,175,233,.0) !important;
}
.send-btn {
    height: 45px;
    padding: 10px 45px;
    background: #009688;
    color: #fff;
    font-size: 17px;
}

#myBtn {
    background: none;
    border: none;
    color: #017be9;
    font-weight: 500;
}

#more {
    display: none;
}

.modules-section .questionlist {
    padding: 12px;
    text-align: center;
    background: #f8f8f8;
    border-radius: 6px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.blue-bg {
    background: #009688 !important;
    color: #fff !important;
}

.white-bg {
    background: #fff !important;
}

.grey-bg {
    background: #f8f8f8 !important;
}

.modules-section .blue-bg {
    -webkit-box-shadow: 10px 10px 26px 0px rgba(110,152,189,0.5);
    -moz-box-shadow: 10px 10px 26px 0px rgba(110,152,189,0.5);
    box-shadow: 10px 10px 26px 0px rgba(110,152,189,0.5);
}

.modules-section .white-bg, .modules-section .grey-bg {
    -webkit-box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.15);
    box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.15);
}

    .modules-section .white-bg i, .modules-section .grey-bg i {
        font-size: 53px;
        border: 2px solid #cccccc;
        padding: 17px;
        border-radius: 50%;
        color: #323657;
        margin-top: 23px;
    }

.modules-section .blue-bg i {
    font-size: 53px;
    border: 2px solid #fff;
    padding: 17px;
    border-radius: 50%;
    color: #fff;
    margin-top: 23px;
}

.modules-section .questionlist-icon {
    background: url(../images/why-bg.png) no-repeat center top;
    height: 180px;
    margin-bottom: -40px;
    margin-top: 30px;
}


.modules-section .questionlist p {
    text-align: center !important;
}

#triangle-bottomleft {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1920px;
    height: 0;
    border-bottom: 980px solid #fff;
    border-right: 1920px solid transparent;
    z-index: 0;
}



#Queenstocks-slider .item {
    overflow: hidden;
    margin: 15px;
}

#Queenstocks-slider .item .img-responsive {
    height: 360px !important;
    max-width: none;
    width: auto;
}

a {
    display: block;
}

.fancybox-overlay {
    background: rgba(255, 255, 255, 0.85) !important;
}

.fancybox-close {
    position: fixed !important;
    top: 50px !important;
    right: 50px !important;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-close {
    background-image: url(../images/fancy_closed.png) !important;
    height: 41px !important;
    width: 41px !important;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.0);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,.0);
    box-shadow: 0 10px 25px rgba(0,0,0,.0);
}

.fancybox-overlay {
    z-index: 99999;
}

/**************************/
/**************************/
/******social media css start******/
/**************************/
/**************************/


.socialmedia {
    background: #1e88e5;
    color: #fff;
    padding-bottom: 40px;
    padding-top: 40px !important;
}


    .socialmedia p {
        background: #1e88e5;
        color: #fff;
        font-size: 20px;
        margin: 0px;
    }

#ebulten {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #fff;
    background: #1e88e5;
    text-indent: 10px;
    margin-bottom: 10px;
}

.socialmedia ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.socialmedia ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.socialmedia :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.socialmedia :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.socialmedia .btn_detay {
    padding: 0px 10px;
    margin-bottom: 5px;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    font-weight: bold;
    color: #1e88e5;
    line-height: 40px;
    border: 2px solid #fff;
}

.socialmediaicons {
}

    .socialmediaicons a {
        margin-left: 10px;
    }

.harita {
    background: url('../images/harita.png');
    height: 50px;
    width: 50px;
    display: block;
    transition: all 0.5s ease 0s;
    float: left;
}

    .harita:hover {
        background: url('../images/harita_hvr.png');
    }

.facebook {
    background: url('../images/facebook.png');
    height: 50px;
    width: 50px;
    display: block;
    transition: all 0.5s ease 0s;
    float: left;
}

    .facebook:hover {
        background: url('../images/facebook_hvr.png');
    }

.twitter {
    background: url('../images/twitter.png');
    height: 50px;
    width: 50px;
    display: block;
    transition: all 0.5s ease 0s;
    float: left;
}

    .twitter:hover {
        background: url('../images/twitter_hvr.png');
    }

.youtube {
    background: url('../images/youtube.png');
    height: 50px;
    width: 50px;
    display: block;
    transition: all 0.5s ease 0s;
    float: left;
}

    .youtube:hover {
        background: url('../images/youtube_hvr.png');
    }

.linkedin {
    background: url('../images/linkedin.png');
    height: 50px;
    width: 50px;
    display: block;
    transition: all 0.5s ease 0s;
    float: left;
}

    .linkedin:hover {
        background: url('../images/linkedin_hvr.png');
    }

.google {
    background: url('../images/google.png');
    height: 50px;
    width: 50px;
    display: block;
    transition: all 0.5s ease 0s;
    float: left;
}

    .google:hover {
        background: url('../images/google_hvr.png');
    }

.instagram {
    background: url('../images/instagram.png');
    height: 50px;
    width: 50px;
    display: block;
    transition: all 0.5s ease 0s;
    float: left;
}

    .instagram:hover {
        background: url('../images/instagram_hvr.png');
    }


/**************************/
/**************************/
/******social media css end******/
/**************************/
/**************************/

.anchor_active {
    color: #4d6fe2 !important;
}

.button-green {
    height: 45px;
    padding: 10px 45px;
    background: #ffffff;
    color: #2a9688;
    max-width: 200px;
    font-size: 17px;
    margin-right: auto;
    display: initial;
    bottom: -43px;
    margin-left: auto;
    border-radius: 38px;
    border: 2px solid #009688;
}

#urun-group .send-btn {
    height: 45px;
    padding: 10px 45px;
    background: #ffffff;
    color: #2a9688;
    max-width: 200px;
    font-size: 17px;
    margin-right: auto;
    position: absolute;
    display: initial;
    bottom: -43px;
    margin-left: auto;
    border-radius: 38px;
    border: 2px solid #009688;
}

#urun-group .item .portfoy01 {
    background: url('../images/portfoy.svg');
    width: 105px;
    height: 130px;
    display: inline-block;
    background-repeat: no-repeat;
    transition: .6s ease !important;
}
#urun-group .item:hover .portfoy01 {
    background: url('../images/portfoy_hvr.svg');
    width: 105px;
    height: 130px;
    display: inline-block;
    background-repeat: no-repeat;
    transition: .6s ease !important;
}


#urun-group .item .temel01 {
    background: url('../images/temel.svg');
    width: 105px;
    height: 130px;
    display: inline-block;
    background-repeat: no-repeat;
    transition: .6s ease !important;
}

#urun-group .item:hover .temel01 {
    background: url('../images/temel_hvr.svg');
    width: 105px;
    height: 130px;
    display: inline-block;
    background-repeat: no-repeat;
    transition: .6s ease !important;
}


#urun-group .item .teknik01 {
    background: url('../images/teknik.svg');
    width: 105px;
    height: 130px;
    display: inline-block;
    background-repeat: no-repeat;
    transition: .6s ease !important;
}

#urun-group .item:hover .teknik01 {
    background: url('../images/teknik_hvr.svg');
    width: 105px;
    height: 130px;
    display: inline-block;
    background-repeat: no-repeat;
    transition: .6s ease !important;
}

#pagetitle-container {
    padding-top: 111px;
    background: whitesmoke;
}
    #pagetitle-container h3 {
        font-size: 32px;
        color: #222221;
        padding-top: 20px;
        padding-bottom: 10px;
    }
.block-grid-nomargin.three-up > li {
    width: 33.33%;
    padding: 0px;
    margin-bottom: -16px;
}
#accordion h6 {
    font-size: 16px;
    font-weight: bold;
    color: #222221;
}
.block-grid-nomargin > li {
    display: block;
    height: auto;
    float: left;
}


.fixed {
    margin-top: 70px;
    top: 0;
    position: fixed;
    display: none;
    border: none;
    max-width: 1470px;
}

/***** Tables  *****/
table {
    width: 100%;
    margin: 0 0 20px;
    white-space: nowrap;
}

    table th {
        color: #fff;
        font-size: 13px;
        text-align: left;
        padding: 9px 13px;
       
    }

    table td {
        border-bottom: 1px solid #e8e8e8;
        background-color: #fff;
        color: #8c8c8c;
        text-align: left;
        padding: 7px 7px;
        font-size:15px;
    }
    



.ceklist_center .table-green tbody td.node1 {
    text-indent: 0px;
}

.ceklist_center .table-green tbody td.node2 {
    text-indent: 10px;
}

.ceklist_center .table-green tbody td.node3 {
    text-indent: 20px;
}

.ceklist_center .table-green tbody td.node4 {
    text-indent: 30px;
}

.ceklist_center .table-green tbody td.node5 {
    text-indent: 40px;
}

.ceklist_center .table-green tbody tr th h4 {
    color: #ffffff !important;
    text-align: center;
}


table td.highlight {
    color: #fff;
    font-weight: 300;
}

.table-baslik {
    background: #10897d;
    height: 35px;
    line-height: 35px;
}

    .table-baslik h1 {
        line-height: 35px;
        color: #ffffff !important;
        margin: 0px 0px 0px 0px !important;
        padding-left: 10px;
        font-size: 25px;
        padding-top: 5px;
    }

.table-bg tr {
    background: #009688;
}


    .table-bg tr h4 {
        color: #ffffff !important;
    }

.table-green tr {
    background: #1abc9c;
}

.table-green p {
    color: #ffffff;
}

.table-blue td {
    background: #3498db;
}

.table-blue p {
    color: #ffffff;
}

.table-green th {
    background: #1abc9c;
}

.table-blue th {
    background: #3498db;
}

.table-orange th {
    background: #e67e22;
}

.table-red th {
    background: #e74c3c;
}

.table-grey th {
    background: #95a5a6;
}

.table-white th {
    background: #fff;
    color: #828282 !important;
    text-shadow: none;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

table tr.even td, table tr.odd td {
    background-color: #fff;
}

table tr td.highlight, .table-black table tr th {
    background-color: #f9f9f9;
}
table h6{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
table .node2 h6 {
    font-size: 16px;
    font-weight: 600;
    color: #464646;
}
.ceklisttable tr td, .ceklisttable tr th {
    text-align: center !important;
}
.ceklisttable tr td:first-child, .ceklist table tr th:first-child {
    text-align: left !important;
}
    .ceklisttable tbody tr:hover td{
        background:#e1e1e1 !important;
    }
.note {
    background: #ffffff;
    border: solid 1px #ddd;
    margin: 0 0 40px 0;
    padding: 18px 25px 12px 25px;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.note a {
    display:inline-block;
}

h3.baslik {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.bg_check_green {
    list-style: url(../images/smal_check.png);
}

.button.blue {
    background: #005c89;
    color: #FFF;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}
.button.orange {
    background: #e67e22;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}
.button.green {
    background: #1abc9c;
    color: #FFF;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}
.button.small {
    font-size: 16px;
    padding: 10px 8px;
}
a.button {
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #34495e;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}
.accordsuffix{
    font-weight:bold;
    color:#0a0f19;
}




#back-top {
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #009688;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 999999999999;
}

    #back-top a {
        color: #fff;
        padding: 10px 13px;
        display: block;
    }

    #TelifModal .modal-dialog {
        width: 100% !important;
        max-width: 750px;
        font-size: 14px !important;
        line-height:normal!important;
        text-align:left!important;
    
    }
    
    #TelifModal .modal-dialog li {
        text-align: left !important;
    }
    #TelifModal {
        z-index: 99999;
    }
    a{
        cursor:pointer;
    }