﻿@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, table, tr, th, td {
    margin: 0;
    padding: 0;
    line-height: 100%;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 300;
    line-height: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

input, textarea {
    font-family: 'Cabin', sans-serif;
}

html, html a {
    -webkit-font-smoothing: antialiased !important;
}
a {
	color: #3ED1D8
}
.saver {
    clear: both !important;
    height: 0px !important;
    line-height: 0px !important;
    float: none !important;
    display: block !important;
}

.hiddenText {
    font-size: 0px !important;
    text-indent: -9999px !important;
}

.open {
    display: none;
}

.wrapper {
    width: 1200px;
    margin: auto;
    position: relative;
}

.leftContainer {
    float: left;
}

.rightContainer {
    float: right;
}

.headerMenu li {
    float: left;
    padding: 25px 15px;
    list-style: none;
}

    .headerMenu li a {
        text-decoration: none;
        color: #47536d;
        font-weight: 600;
    }




body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #39445d;
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
}

p {
    padding: 30px 0 0 0;
    line-height: 26px;
    text-align: justify;
}

.link {
    font-size: 16px;
    background: #3ED1D8;
    display: table;
    padding: 19px 20px;
    border-radius: 25px;
    text-align: center;
}

    .link a {
        color: #fff;
        text-decoration: none;
    }

.border {
    background: #d5d5d5;
    width: 100%;
    height: 1px;
    display: block;
    margin: 25px 0 0;
    transition: 0.4s;
}

#borderNone {
    transition: 0.4s;
}

#navbar {
    background-color: #fff;
    transition: 0.4s;
    width: 100%;
    top: 0;
    z-index: 99;
}

.headerFixed {
    background-color: #fff;
    transition: 0.4s;
    width: 100%;
    top: 0;
    z-index: 99;
	position: fixed;
}

.kvkkImgMobil {
    display: none;
}
.menu-header {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}
.headerMenu ul li{padding:25px 15px;}
.headerMenu .tunesoft-top li:last-of-type{padding: 0 15px 0;}
.headerMenu ul li a.link{color:#fff;}
.logo img{width:150px;padding:0 0 10px;}
.headerFixed .headerMenu ul li{padding:15px;}
.headerFixed .logo img{width:160px;padding:0 0 10px;}
.tunesoft-top {
    display: flex;
    align-items: center;
}
.tunesoft-top li {
    padding: 10px 15px !important;
}
.tunesoft-top li a {
    font-size: 14px;
}
.leftContainer.logo img {
    transition: 0.4s;
}
.btn-bottom {
    margin-bottom: 120px;
    display: block;
}
.btnYukariCik {
    position: absolute;
    right: 0;
    bottom: 108px;
    cursor: pointer;
}
/**slider*/
#homeSlide p {
    text-align: left;
}
#homeSlide .sliderText {
    float: left;
    width: 45%;
}

    #homeSlide .sliderText span {
        display: block;
        font-size: 35px;
        line-height: 50px;
    }

        #homeSlide .sliderText span strong {
            color: #3ED1D8;
            font-weight: 800;
        }

#homeSlide .sliderImg {
    float: right;
    width: 55%;
}

    #homeSlide .sliderImg img {
        float: right;
    }

#homeSlide .owl-dots {
    display: table;
    width: 100%;
    text-align: right;
    margin: -5px 0 35px;
    position: absolute;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    top: 0;
}

#homeSlide .owl-dot {
    display: inline-table;
    margin: 0 2px;
    width: 12px;
    height: 12px;
    background: #b2b2b2;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

    #homeSlide .owl-dot.active {
        background: #3ED1D8;
    }
/**slider**/

/**homeKVKK**/
#homeKVKK {
    background: url(../../images/bg/bg.png) center top no-repeat;
    text-align: center;
    height: 621px;
}

    #homeKVKK .kvkkImg {
        float: left;
        width: 45%;
    }

        #homeKVKK .kvkkImg img {
            width: 100%;
        }

    #homeKVKK .kvkkText {
        float: right;
        width: 55%;
        text-align: left;
        margin-top:-50px;
    }

        #homeKVKK .kvkkText h2 {
            font-size: 30px;
            color: #47536d;
            font-weight: 800;
            margin-top:10px;
        }
        #homeKVKK .kvkkText p{padding:20px 0 0;}
/**homeKVKK**/

/**tuneSoft**/
#hometuneSoft .tuneSoftText {
    float: left;
    width: 40%;
}

    #hometuneSoft .tuneSoftText h1 {
        font-size: 30px;
        color: #3ED1D8;
        font-weight: 800;
    }

    #hometuneSoft .tuneSoftText h2 {
        font-size: 30px;
        font-weight: 800;
    }

    #hometuneSoft .tuneSoftText ul li {
        background: url(../../images/bg/ok.png) no-repeat left center;
        padding: 10px 45px;
        list-style: none;
    }

#hometuneSoft .tuneSoftImg {
    float: right;
    width: 60%;
}

    #hometuneSoft .tuneSoftImg img {
        margin: 0 auto;
		width:100%;
    }

#hometuneSoft .owl-dots {
    display: table;
    width: 100%;
    text-align: right;
    margin: 0 0 15px;
    position: absolute;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    right: 340px;
	    display: none;
}

#hometuneSoft .owl-dot {
    display: inline-table;
    margin: 0 2px;
    width: 12px;
    height: 12px;
    background: #b2b2b2;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

    #hometuneSoft .owl-dot.active {
        background: #3ED1D8;
    }
/**tuneSoft**/

/**tuneSoft**/
#homeBlog .blogText {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    display: flow-root;
    padding: 35px 0;
}

    #homeBlog .blogText .blogTitle {
        float: left;
    }

        #homeBlog .blogText .blogTitle h1 {
            font-size: 32px;
            color: #3ED1D8;
            font-weight: 800;
        }

        #homeBlog .blogText .blogTitle h2 {
            font-size: 32px;
            font-weight: 800;
        }

#homeBlog .blogRead {
    float: right;
}

    #homeBlog .blogRead .read {
        right: 35px;
        position: relative;
        border: 1px solid #3ED1D8;
        padding: 15px 30px;
        border-radius: 25px;
        width: 125px;
        text-align: center;
    }

        #homeBlog .blogRead .read a {
            color: #3ED1D8;
            text-decoration: none;
        }
/**tuneSoft**/

/**footer**/
.footerBottom {
    margin-top: 20px;
}

.footerRight span a {
    font-size: 32px;
    color: #47536d;
    text-decoration: none;
    margin: 15px 0;
    display: inline-block;
    padding: 0 0 0 10px;
}

.footerRight {
    float: right;
}

    .footerRight .footerAuthor {
        float: right;
        font-size: 14px;
    }

        .footerRight .footerAuthor a {
            color: #c0c0c0;
        }

            .footerRight .footerAuthor a:hover {
                color: #000;
                text-decoration: underline;
            }

    .footerRight .tel img.telImg {
        float: left;
    }

.footerLeft {
    float: left;
}

    .footerLeft .footerCopy i {
        font-style: normal;
        margin: 15px 40px 0 0;
        font-size: 14px;
       
        position: relative;
        color: #6c6d70;
    }
/**footer**/

/**siziArayalim**/
.siziArayalim {
    float: right;
    margin: 115px 0 0 0;
}

    .siziArayalim .siziArayalimContainer {
        bottom: 0;
        position: fixed;
        z-index: 99;
        right: 0;
    }

    .siziArayalim .item {
        background: url(../../images/bg/sizi-arayalim-bg.png) no-repeat right center;
        height: 240px;
        width: 520px;
        background-size:550px;
    }

        .siziArayalim .item .homeText {
            position: absolute;
            bottom: 20px;
            width: 260px;
            right: 65px;
        }

        .siziArayalim .item .homeTitle {
            display: block;
            color: #fff;
            line-height: 20px;
        }

        .siziArayalim .item .homeIphone {
            display: block;
            background: #fff;
            padding: 15px;
            border-radius: 25px;
            margin: 8px 0;
        }

            .siziArayalim .item .homeIphone .homeIphoneIcon {
                margin: 0 0 0 20px;
            }

            .siziArayalim .item .homeIphone .homeTel {
                margin: 0 15px;
            }

                .siziArayalim .item .homeIphone .homeTel a {
                    color: #3ED1D8;
                    text-decoration: none;
                    font-size: 20px;
                    
                    font-weight: 900;
                }

        .siziArayalim .item .homeTextFooter {
            color: #7a3a0f;
            font-size: 16px;
            margin: 10px 0 0 0;
            display: block;
        }

            .siziArayalim .item .homeTextFooter a {
                color: #7a3a0f;
            }

    .siziArayalim .itemText {
        float: right;
        position: relative;
        bottom: -61px;
        right: 50px;
    }

        .siziArayalim .itemText span {
            display: block;
            font-size: 14px;
            color: #fff;
        }

    .siziArayalim .searchContainer {
        padding: 8px 0;
        position: relative;
    }

        .siziArayalim .searchContainer #txtTel {
            border: none;
            outline: none;
            background: #fff;
            padding: 8px 15px;
            border-radius: 15px;
            color: #39445d;
        }

        .siziArayalim .searchContainer #btnSend {
            border: none;
            outline: none;
            background: url(../../images/bg/btn-search.png) no-repeat scroll center center;
            height: 13px;
            width: 17px;
            position: absolute;
            right: 10px;
            cursor: pointer;
            top: 37%;
        }
/**siziArayalim**/

#headerImage {
    padding: 15px 0;
    display: inline-block;
    width: 100%;
}

.header-text{
padding:0 20px 45px;
    border-bottom: 1px solid #d5d5d5;
}

    #headerImage .headerText {
        float: left;
        font-size: 40px;
        padding: 69px 20px;
        line-height:130%;
    }

    #headerImage .headerImg {
        float: right;
        padding: 0 45px;
    }

#detailContentContainer {
}

.detailSummaryContainer {
    margin: 40px 0 0 0
}

    .detailSummaryContainer h1 {
        font-size: 32px;
        font-weight: 900;
    }

    .detailSummaryContainer p i {
        color: #3ED1D8;
        font-weight: bold;
    }

    .detailSummaryContainer .detailLeft {
        float: left;
        padding: 8px 30px 0 0;
        width: 50%;
    }

        .detailSummaryContainer .detailLeft img {
            width: 100%;
        }
/**/
.contactDetail ul {
    margin: 25px 0 0 0;
}

    .contactDetail ul li {
        list-style: none;
        padding: 0;
        line-height: 26px;
        text-align: justify;
    }

        .contactDetail ul li span {
            font-weight: 700;
            width: 75px;
            display: inline-block;
        }

        .contactDetail ul li a {
            color: #39445d;
            text-decoration: none;
        }
/**/
.contactDetail .item {
    width: calc(33.3% - 50px);
    float: left;
    -webkit-box-shadow: 0 0 6px 4px #00000040;
    -moz-box-shadow: 0 0 6px 4px 00000040;
    box-shadow: 0 0 6px 4px #00000040;
    margin: 0 25px;
    min-height: 190px;
    border-radius: 10px;
}

    .contactDetail .item a {
        color: #39445d;
        text-decoration: none;
    }

    .contactDetail .item .icon {
        text-align: center;
        display: block;
        margin: -33px 0 0 0;
    }

    .contactDetail .item h2 {
        text-align: center;
        font-size: 20px;
        font-weight: 900;
        padding: 10px;
    }

    .contactDetail .item .adres {
        display: block;
        margin: 5px 0 0 0;
        width: 265px;
        line-height: 20px;
        left: 48px;
        position: relative;
        text-align:center;
    }

    .contactDetail .item .telefon {
        display: block;
        margin: 15px 0 0 0;
        line-height: 15px;
        text-align: center;
    }

    .contactDetail .item .mobiltelefon {
        display: block;
        margin: 15px 0 0 0;
        line-height: 15px;
        text-align:center;
        left:15px;
    }

    .contactDetail .item .eposta {
        display: block;
        margin: 15px 0 0 0;
        line-height: 20px;
        text-align: center;
    }
/**/
.two {
    width: calc(50% - 33px);
    float: left;
    margin: 15px 15px 0 0;
}

.one {
    width: 98%;
    margin: 15px 15px 0 0;
    display: inline-block;
}

.form .textbox {
    width: 90%;
    border-radius: 10px;
    border: 1px solid #b7b7b7;
    font-size: 16px;
    color: #39445d;
    padding: 20px;
}

.form .textboxOne {
    width: 96%;
    border-radius: 10px;
    border: 1px solid #b7b7b7;
    font-size: 16px;
    color: #39445d;
    padding: 20px;
}

.form #checkbox {
    width: auto;
}

.form .submit {
    padding: 22px;
    width: 250px;
    border-radius: 19px;
    background: #3ED1D8;
    margin: 18px 0 0 0;
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
    border: none;
}
/**/
.homeTextPopup {
    background: #3ED1D8;
    padding: 20px 30px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px
}

    .homeTextPopup h2 {
        font-size: 26px;
        font-weight: 900;
        color: #fff;
    }

    .homeTextPopup p {
        padding: 8px 0 0 0;
        font-weight: bold;
    }

.homeForm {
    padding: 20px 30px;
}

    .homeForm .textbox {
        width: 95%;
        border-radius: 10px;
        border: 1px solid #b7b7b7;
        font-size: 16px;
        color: #39445d;
        padding: 20px;
    }

    .homeForm #checkbox {
        width: auto;
    }

    .homeForm .submit {
        padding: 22px;
        width: 100%;
        border-radius: 19px;
        background: #3ED1D8;
        margin: 18px 0 0 0;
        font-size: 16px;
        color: #fff;
        font-weight: 900;
        cursor: pointer;
        border: none;
    }

    .homeForm span {
        margin: 0 0 20px 0;
        display: block;
        padding: 0 0 0 10px;
    }

    .homeForm b {
        font-weight: 500;
    }
/**/
.contentLeft {
    width: 60%;
    float: left;
}

.contentRight {
    width: 40%;
    float: right;
}

    .contentRight img {
        margin: 0 auto;
        display: block;
    }

.contactBlog {
}

    .contactBlog h1 {
        font-size: 32px;
        color: #3ED1D8;
        font-weight: 800;
    }

    .contactBlog h2 {
        font-size: 32px;
        font-weight: 800;
    }

    .contactBlog ul li {
        background: url(../../images/bg/ok.png) no-repeat left center;
        padding: 10px 45px;
        list-style: none;
    }
/**/
.detailContactForm {
    background: url(../../images/bg/contactForm.jpg) center top no-repeat;
}
/**/
.white-popup-block {
    background: #FFF;
    text-align: left;
    max-width: 480px;
    margin: 40px auto;
    position: relative;
    border-radius: 20px;
    
    
}
  
    /*.white-popup-block:before {
        
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
}
    .white-popup-block:after {
        position: fixed;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0,0,0,0.5);
        

    }*/

/**/
.accordioncontainer {
}

    .accordioncontainer .accordionheader {
        background: url(../../images/bg/accordioncontainer.png) no-repeat 97% 50%;
        padding: 20px;
        margin: 5px 0;
        font-size: 18px;
        color: #596175;
        font-weight: 700;
        cursor: pointer;
        border-radius: 10px;
        margin: 30px 0 0 0;
        -webkit-box-shadow: 0 0 2px 4px #0000001a;
        -moz-box-shadow: 0 0 2px 4px 0000001a;
        box-shadow: 0 0 2px 4px #0000001a;
        display: block;
    }

        .accordioncontainer .accordionheader.accordionheaderhover {
            color: #3ED1D8;
            background: url(../../images/bg/accordioncontainer-hover.png) no-repeat 97% 50%;
        }

    .accordioncontainer .accordioncontent {
        display: none;
        margin: -7px 0 0 0;
        -webkit-box-shadow: 0 6px 2px 4px#0000001a;
        -moz-box-shadow: 0 6px 2px 4px 0000001a;
        box-shadow: 0 6px 2px 4px #0000001a;
        background: #fff;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

        .accordioncontainer .accordioncontent p {
            padding: 10px 30px 21px 20px;
            font-size: 16px;
        }

    .accordioncontainer .detailLeft {
        padding: 8px 30px 0 0;
        width: 21%;
        float: left;
    }

.detailSummaryContainer h4 {
    text-align: center;
    padding: 35px 0 10px 0;
    font-size: 30px;
    font-weight: bold;
    color: #3ED1D8;
}
/**/
.blogList .item {
    width: calc(50% - 20px);
    float: left;
    margin: 0 20px 25px 0;
}

    .blogList .item a {
        text-decoration: none;
    }

    .blogList .item h1 {
        font-size: 30px;
        color: #47536d;
        padding: 15px 0;
        line-height: 35px;
    }

    .blogList .item h2 {
        font-size: 14px;
        color: #47536d;
    }

    .blogList .item .listImg {
        width: 100%;
        display: block;
        height: 25vh;
        overflow: hidden;
    }

        .blogList .item .listImg img {
            width: 100%;
        }

    .blogList .item .listImg {
        width: 100%;
        display: block;
        height: 25vh;
        overflow: hidden;
    }

        .blogList .item .listImg img {
            width: 100%;
        }

.blogDetail .detailImg {
    width: 100%;
    display: block;
    height: 35vh;
    overflow: hidden;
}

    .blogDetail .detailImg img {
        width: 100%;
    }

.blogDetail h1 {
    font-size: 30px;
    color: #47536d;
    padding: 15px 0;
    line-height: 35px;
}

.blogDetail h2 {
    font-size: 14px;
    color: #47536d;
}

.mL10 {
    margin-left: 10px !important;
}

.mL20 {
    margin-left: 20px !important;
}

.mL30 {
    margin-left: 30px !important;
}

.mL40 {
    margin-left: 40px !important;
}

.mL50 {
    margin-left: 50px !important;
}

.mR10 {
    margin-right: 10px !important;
}

.mR20 {
    margin-right: 20px !important;
}

.mR30 {
    margin-right: 30px !important;
}

.mR40 {
    margin-right: 40px !important;
}

.mR50 {
    margin-right: 50px !important;
}

.mT10 {
    margin-top: 10px !important;
}

.mT20 {
    margin-top: 20px !important;
}

.mT30 {
    margin-top: 30px !important;
}

.mT40 {
    margin-top: 40px !important;
    
}
.mT40-disabled {
    margin-top: 40px !important;
    pointer-events: none;
    opacity: 0.5;
    background: #CCC;
}
.mT50 {
    margin-top: 50px !important;
}

.mT90 {
    margin-top: 90px !important;
}

.mT60 {
    margin-top: 60px !important;
}

.mT70 {
    margin-top: 70px !important;
}

.mT80 {
    margin-top: 80px !important;
}

.mB10 {
    margin-bottom: 10px !important;
}

.mB20 {
    margin-bottom: 20px !important;
}

.mB30 {
    margin-bottom: 30px !important;
}

.mB40 {
    margin-bottom: 40px !important;
}

.mB50 {
    margin-bottom: 50px !important;
}

.pL10 {
    padding-left: 10px !important;
}

.pL20 {
    padding-left: 20px !important;
}

.pL30 {
    padding-left: 30px !important;
}

.pL40 {
    padding-left: 40px !important;
}

.pL50 {
    padding-left: 50px !important;
}

.pR10 {
    padding-right: 10px !important;
}

.pR20 {
    padding-right: 20px !important;
}

.pR30 {
    padding-right: 30px !important;
}

.pR40 {
    padding-right: 40px !important;
}

.pR50 {
    padding-right: 50px !important;
}

.pT10 {
    padding-top: 10px !important;
}

.pT20 {
    padding-top: 20px !important;
}

.pT25 {
    padding-top: 25px !important;
}

.pT30 {
    padding-top: 30px !important;
}

.pT40 {
    padding-top: 40px !important;
}

.pT50 {
    padding-top: 50px !important;
}

.pT60 {
  padding-top: 50px !important;
}

.pB10 {
    padding-bottom: 10px !important;
}

.pB20 {
    padding-bottom: 20px !important;
}

.pB30 {
    padding-bottom: 30px !important;
}

.pB40 {
    padding-bottom: 40px !important;
}

.pB50 {
    padding-bottom: 50px !important;
}
/*new*/
.service .border {
  display: none !important;
}
#services {
  padding: 0 !important;
}
.col-service {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 100px;
}

.col-service-4 {
  width: 25%;
  text-align: center;
}

.col-service p {
  text-align: center;
  padding: 20px 0 0 !important;
}
.col-service p a {
  color: #010101;
}
.title-service {
  text-align: center;
  font-size: 30px;
  position: relative;
  margin: 55px 0 0;
}

.title-service:after {
  position: relative;
  width: 100%;
  height: 1px;
  background: #cfcfcf;
  content: "";
  display: block;
  margin-top: 30px;
}

.col-service .col-service-4 {
  margin: 50px 0 0;
}

.service-text p {
  text-align: center;
  padding: 0 0 90px;
}

.service-text h4 {
  text-align: center;
  font-size: 38px;
  font-weight: lighter;
  color: #000000;
}

#service-bg-image {
  width: 100%;
  min-height: 394px;
  position: relative;
  margin-bottom: 80px;
  background-size: cover !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-slider h4 {
  font-size: 44px;
  line-height: 120%;
  color: #252525;
  font-weight: 700;
}
.service-slider p {
  padding: 30px 0;
  color: #010101;
  font-weight: 600;
}
.service-slider a {
  background-color: #3ED1D8;
  display: block;
  width: 30%;
  text-align: center;
  padding: 16px 0;
  color: #fff;
  border-radius: 50px;
}
.service-slider {
  width: 673px;
}
.service-slider h4 span {
  color: #3ED1D8 !important;
}
.service-img img {
  width: 100%;
}
.service-module {
  background-color: #f5f5f5;
  padding: 60px 0;
}

.service-text h4:after {
  content: "";
  display: block;
  width: 6%;
  height: 4px;
  background: #3ED1D8;
  margin: 30px auto;
}

#services-detail {
  background-color: #f5f5f5;
  padding: 0;
}
.service-detail-slider {
  min-height: 629px;
  background-repeat: no-repeat !important;
  background-position: top !important;
  background-size: contain !important;
  margin: 20px 0;
}
.service-col-2 {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
.service-2-col {
  width: 50%;
}
.service-content {
  background: #fff;
  margin: 20px 0;
  border-radius: 30px;
  padding: 36px 43px;
  box-shadow: 0 5px 7px rgb(0 0 0 / 8%);
  display: flex;
  align-items: center;
}
.service-content p {
  padding: 0;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  padding-top: 30px;
}
.content-service-text h2 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
}
.service-2-col:nth-child(2n) .service-content {
  margin-left: 20px;
}
.service-2-col:nth-child(n) .service-content {
  margin-right: 20px;
}
.service-detail-p {
  text-align: center;
  color: #010101;
  font-weight: 600;
  margin-bottom: 60px;
  font-size: 18px;
}
.content-service-text {
  padding: 0 0 0 36px;
}
.title-detail {
  text-align: center;
  font-size: 38px;
  color: #010101;
  font-weight: 300;
}

.title-detail::after {
  content: "";
  display: block;
  width: 6%;
  height: 4px;
  background: #3ED1D8;
  margin: 30px auto;
}
.service-checkbox {
  margin: 50px auto 20px;
  padding: 0 0 80px;
  width: 460px;
  position: relative;
}
.title-detail-icon img {
  width: 4%;
}
.title-detail-icon {
  margin: 0 0 23px;
}
.input-service {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  border-radius: 50px;
  border: 1px solid #7d7d7d;
  font-size: 14px;
}
.input-dropbox li {
  list-style-type: none;
  padding-bottom: 18px;
  line-height: 120%;
}
.input-dropbox li a {
  text-decoration: none;
  color: #010101;
  font-size: 14px;
}
.input-dropbox {
  position: absolute;
  background: #fff;
  top: 154px;
  padding: 18px;
  z-index: 99;
  border-radius: 15px;
  box-shadow: 0 0 8px #bebebe;
  max-height: 250px;
  overflow-y: scroll;
  display: none;
}
.owl-service-slider .item {
  width: 846px;
  margin: 0 auto;
}
.service-detail-slider h3 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 50px 160px 30px;
}
.owl-service-slider .owl-dots .owl-dot span {
  background: #efb79c !important;
}
.owl-service-slider  .owl-dots .owl-dot.active span,.owl-service-slider  .owl-dots .owl-dot:hover span {
  background: #3ED1D8 !important;
}

.btn-detail-service {
    width: 60%;
    margin:0 auto;
    background: #3ED1D8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    padding: 16px;
    border-radius: 50px;
    margin-bottom: 50px;
}
.btn-detail-service:hover {
        text-decoration: none;
    color: #fff;
border:none;
}
@media screen and (max-width: 740px) {
  .service-slider {
    width: 100%;
    padding-top: 60px;
  }
  .col-service-4 {
    width: 100%;
  }
  .service-slider a {
    width: 100%;
    margin-bottom: 40px;
  }
  .service-2-col {
    width: 100%;
  }
  .service-content {
    min-height: 200px;
    height: auto;
    display: block;
    text-align: center;
  }
  .owl-service-slider .item {
    width: 100%;
    margin: 0 auto;
  }
  .service-detail-slider h3 {
    font-size: 25px;
    padding: 22px 0px 30px;
  }
  .service-detail-slider {
    height: auto !important;
    min-height: auto;
  }
  .service-checkbox {
    width: 100%;
  }
  .service-2-col:nth-child(n) .service-content {
    margin-right: 0px;
  }
  .service-2-col:nth-child(2n) .service-content {
    margin-left: 0px;
  }
  .title-detail-icon img {
    width: 15%;
  }

  .content-service-text {
    padding: 20px 0;
  }
}
footer .footerMenuContainer{position: relative;display: table;}
footer .footerMenuContainer .btnYukariCik{bottom:0;}
.customDataInventoryContainer .headerRow{border-bottom:1px solid #d5d5d5;padding:60px 0 50px}
.customDataInventoryContainer .headerText{font-size:40px;line-height:130%;color:#47536d;}
.customDataInventoryContainer .klavuzLogo{float:left;}
.customDataInventoryContainer .hosgeldinizCol{display:table;}
.customDataInventoryContainer h4{font-weight: 800;color:#47536d;font-size:30px;text-align:left;padding:50px 0 0}
.customDataInventoryContainer .accordioncontainer{padding:60px 0 0;}
.customDataInventoryContainer .accordioncontainer .accordionheader{-webkit-box-shadow:0 0 12px 0#0000001a;-moz-box-shadow:0 0 12px 0 0000001a;box-shadow:0 0 12px 0 #0000001a;padding:20px 50px}
.customDataInventoryContainer .accordioncontainer .accordionheader img{width:30px;}
.customDataInventoryContainer .accordioncontainer .accordionheader .title{display: inline-block;padding: 0 0 0 50px;margin: auto 0;vertical-align: super;color: #596175;font-weight:600;vertical-align: middle;}
.customDataInventoryContainer .accordioncontainer .accordioncontent{-webkit-box-shadow:0 12px 12px 0#0000001a;-moz-box-shadow:0 12px 12px 0 0000001a;box-shadow:0 12px 12px 0 #0000001a;padding:0 50px 0 155px;margin:0;}
.customDataInventoryContainer .accordioncontainer .accordioncontent p{padding:10px 0 20px 0;position: relative;}
.customDataInventoryContainer .accordioncontainer .accordioncontent img{width:60%;}
.customDataInventoryContainer .accordioncontainer .accordioncontent img.galleryIcon{width:auto;margin:0 0 0 -40px;bottom:0;position:absolute;}
.sssContainer .accordioncontainer .accordionheader{-webkit-box-shadow:0 0 12px 0#0000001a;-moz-box-shadow:0 0 12px 0 0000001a;box-shadow:0 0 12px 0 #0000001a;padding:20px 60px 20px 20px;}
.sssContainer .accordioncontainer .accordioncontent{-webkit-box-shadow:0 12px 12px 0#0000001a;-moz-box-shadow:0 12px 12px 0 0000001a;box-shadow:0 12px 12px 0 #0000001a;}
.accordioncontainer .accordioncontent ul{padding:0 30px 0 40px;text-align:justify;}
.accordioncontainer .accordioncontent li{line-height:130%;}
.aydinlatmaMetniContainer .headerText{line-height:130%;}
.aydinlatmaMetniContainer p{padding:10px 0 20px;}
.cookieContainer { background:#ffffff; padding:0; display:none; position:fixed; width:100%; z-index:999;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 50%; border: 2px solid #3ED1D8;border-radius: 10px;}
.cookieContainer .wrapper {width: 100% !important;padding: 70px 20px;}
.cokieContentContainer { width:1200px !important;}
.cokieWarning { float:left; margin:4px 10px 0 0;}
.cokieContent { float:left; width:calc(100% - 65px);font-size:12px; color:#000; padding:5px 0 4px 0;line-height:130%; }
.cokieContent a { color:#b32a31;}
.cookieClose { float:right; margin:4px 0 0 5px; cursor:pointer;}
.cookieClose img { max-height:100%; height:20px;}
.kvkkContainer{display:block;padding: 10px 0 0;line-height: 130%;}
.checkContainer .checkRow p{display: inline-block;}
.checkContainer .checkRow input{margin:0 0 0 20px;}
.footerBottomSticky.wrapper{margin:70px auto 40px;}
.footerBottomSticky.wrapper a{color: #47536d;padding: 0 10px 0 0;text-decoration: none;font-size: 16px;}
.footerBottomSticky a:last-of-type {border-right: none;}
.footerBottomSticky a {margin: 5px; border-right: 1px solid #47536d; padding: 0 0 0 10px; position: relative;}
.footerBottomSticky.wrapper a:hover{color:#3ED1D8;}
.kvkkLP .headerRow{border-bottom:1px solid #d5d5d5;padding:60px 0 50px}
.kvkkLP .headerText{font-size:40px;line-height:130%;color:#47536d;}
.iframeImport{padding:60px 0 0;}
#contactFormFrame {border: none;width: 100%;height: 100%;}
.kvkkLP .boxContainer{display: flex;flex-wrap: wrap;}
.kvkkLP .boxContainer a{padding: 60px 30px;text-align: center;background-color: #3ED1D8;margin: 0 20px;width: calc(33.3333% - 40px);color: #fff;outline: none;text-decoration: none!important;border:1px solid #3ED1D8;margin-bottom: 40px;min-height: 150px;display: flex;align-items: center; justify-content: center}
.kvkkLP .boxContainer a span {line-height: 130%;}
.kvkkLP .boxContainer a:hover{background-color: #fff;color: #3ED1D8;border: 1px solid #3ED1D8;transition: background, .5s;}
.basvuruForm.white-popup-block{max-width:800px;}
.basvuruForm .homeTextPopup{text-align:center;}
.basvuruForm h3{font-weight:700;margin:30px 0 20px;}
.basvuruForm ul{padding:0 0 0 30px;}
.basvuruForm li{padding:5px 0;line-height:130%;}
.pt0{padding-top:0;}
.pt5{padding-top:5px;}
.pb30{padding-bottom:30px;}
.kvkkPolicy .accordioncontainer .accordionheader .title{padding:0!important;}
.kvkkPolicy .accordioncontainer .accordioncontent{padding:0 50px 20px 70px;}
.headerTwo {display: flex;}
.headerTwo div:nth-child(1) {width: 35%;background:url(/tr/images/common/headerContactLeft.png) no-repeat top left;height: 710px;}
.headerTwo div:nth-child(2) {width: 67%;background:url(/tr/images/common/headerContactRight.png) no-repeat top right;height: 710px;}
.headerTwo .text {display: block;padding: 110px 35px;color: #bcbcbc;}
.headerTwo .text h4 {font-size: 33px;margin-bottom: 15px;}
.headerTwo .text ul li {margin: 40px 0;font-size: 20px;list-style: none;}
.headerTwo .text ul li::before {content: "✓"; color: #da5c20; border: 1px solid #da5c20;width: 20px;height: 20px;box-sizing: content-box;border-radius: 15px;font-size: 14px;padding: 0 4px;margin: 0 7px 0 0;}
.headerTwo .text a {background: #3ED1D8;color: #fff;padding: 40px;display: block;width: 80%;font-size: 37px;border-radius: 51px;margin: 0 auto;text-align: center; text-decoration: none;}
.headerTwo .textRight h3 {font-size: 56px;color: #fff;}
.headerTwo .textRight {margin: 0 auto;width: 100%;text-align: center;padding: 60px 17px;display: block;}
.headerTwo .textRight .img {position: relative;top: 200px;}
.textContact {margin-top: 260px;text-align:center;color:#000000;}
.textContact h1 {font-size: 30px;font-weight: bold;}
.textContact p {text-align: center;}
.socialMediaList .listSocial a {color: #474747;font-size: 45px;padding: 0 45px;}
.socialMediaList .listSocial {display: flex;justify-content: center;}
.socialMediaList {text-align: center;padding-bottom: 45px;}
.socialMediaList h6 {font-size: 32px;padding: 15px 0 40px;letter-spacing: 12px;}
.socialMediaList .border {height: 10px;width: 75px;background: #3ED1D8;margin: 45px auto 20px;}
.mobil {display: none;}	
.musterilerimiz-liste {display: flex;flex-wrap: wrap;}
.musterilerimiz-liste .item {width: calc(25% - 20px);margin: 10px 10px;border: 1px solid #1a171726;position:relative;overflow: hidden;}
.musterilerimiz-liste .item img {width: 100%;}



.menu-header  ul > li:hover > ul {
  display: block;
  opacity: 10;
  margin-top: 7px;
  top: auto;
  background: #fff;
  z-index: 10;
}

.menu-header  ul > li > ul {
  top: -99999px;
  opacity: 0;
  position: absolute;
  border: 1px solid #3ED1D8;
  padding: 0;
  margin-top: 15px;
  min-width: 148px;
-webkit-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.1);
-moz-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.1);
box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.1);
  transition: opacity 200ms ease-in-out,
              margin-top 200ms ease-in-out;
}

.menu-header  ul > li > ul > li { 
  padding: 10px 10px;
    border-bottom: 1px solid #e5e5e5;
    float: none;
	position: relative;
    z-index: 10;
}

.menu-header  ul > li > ul > li:last-child {
  border-bottom: none;
}

.menu-header  ul > li > ul > li:hover {
  background-color: #3ED1D8 !important;
}
.menu-header ul > li > ul > li:hover a {
    color: #fff;
}

.detail-ul {
    padding: 30px 0 0 0;
}
.detail-ul li {
    padding-bottom: 15px;
    margin: 0 18px;
}
.list-inline-item p {
    padding: 5px !important;
}
.date {
    display: block;
    color: #fc670e;
    font-size: 14px;
	margin-top: 15px;
}
.accordioncontainer .accordionheader.accordionheaderhover .date {
    color: #596175;
}

.is-ortaklarimiz-liste .item .overlay {
    cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
	background: #000000d1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
  color: #fff;
  text-align: center;
}
.is-ortaklarimiz-liste .item:hover .overlay {
    opacity: 1;
    transform: translateY(0px);
}
.is-ortaklarimiz-liste .item .overlay .img-title {
    padding: 0 10px;
    line-height: 120%;
}
#slider {
    padding: 10px 0 10px;
}
@media screen and (max-width: 1440px) {
.headerTwo .textRight .img {top: 100px;} 
.headerTwo .textRight .img img {width: 100%;}
}
@media screen and (min-width: 1024px) {
    /*RightMenu*/
    .rightMenuAbout{width: calc(20% - 20px);margin: 220px 20px 0 0;float: left;}
    .rightMenuAbout nav{background-color: #e5e5e5;padding: 20px;}
    .rightMenuAbout nav h2{border-bottom:2px solid #fff;font-size: 20px;color: #3ED1D8;font-weight: 600;padding:20px 0 10px;}
    .rightMenuAbout nav span{padding: 15px 0;font-size: 18px;cursor:pointer;display:block;}
    .rightMenuAbout nav span a {color:#39445d;text-decoration: none;}
    .rightMenuAbout nav span a:hover {color:#3ED1D8;}
    .rightMenuAbout nav span:hover{color: #3ED1D8;}
    .leftMenuAbout{width: 100%}
}
@media screen and (max-width: 1023px) {.rightMenuAbout{display:none;}.leftMenuAbout{width: 100%}}