/*==============
 HASAN YUKSEL 
==============*/

* {
    outline: none;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
 }


h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
a, a:hover, a:visited, a:active {
    color:  inherit;
    text-decoration: inherit;
    font-size: inherit;
}


html, body, form {
    height: 100%;
    background-color: #FFFFFF;
font-family: 'Open Sans', sans-serif;
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    float: left;
    width: 100%;
}
.scrollTop {
    display: block;
    width: auto;
    height: auto;
    position: fixed;
    right: 20px;
    top: auto;
    z-index: 99;
    bottom: 20px;
    cursor: pointer;
    font-size: 52px;
    color: #00a0e3;
    transition: all 300ms;
}
    .scrollTop.animatedIn {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: bounceInRight;
        animation-name: bounceInRight;
    }


    .scrollTop.animatedOut {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: bounceOutRight;
        animation-name: bounceOutRight;
    }



/*############################################################ header animation ############################################################*/

/*header {
    height: 60px;
    top: 0;
    position: fixed;
    -webkit-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    width: 100%;
    z-index: 9;
    background: #2574bb;
}*/

.header {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 20px 0;
}

/*.nav-up {
    top: -170px;
}*/


/*############################################################ header animation ############################################################*/

/*############################################################ animate css ############################################################*/
.revealOnScroll {
  opacity: 0;
}
.animated{
opacity:1;
}
/*############################################################ animate css ############################################################*/

/*############################################################ banner style ############################################################*/
.banner {
    float: left;
    width: 100%;
    display: inline-block;
    position:  relative;
}
.homepage.banner .carousel-caption {
    right: 0;
    left: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0;
 }

.homepage.banner .carousel-caption .carousel-text-wrap {
    display: table;
    width: 100%;
    height: 100%;
    float: left;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper {
    text-align: right;
}
.banner.homepage {
    height: 100%;
}

.homepage.banner .carousel-item > img {
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
}

.banner.homepage .carousel {
    display: inline-block;
    width: 100%;
    float: left;
    height: 100%;
}

.banner.homepage .carousel .carousel-inner {
    display: inline-block;
    float: left;
    height: 100%;
}
/*############################################################ banner style ############################################################*/


/*############################################################ header style ############################################################*/
header {
    position:  absolute;
    left:  0;
    width: 100%;
    display: inline-block;
    float: left;
    top: 0;
    z-index: 11;
}

.header .container-fluid {
    max-width: 1400px;
}

.header .logo {
    float: left;
    display: inline-block;
}

.header .logo img {
    width: auto;
    display: inline-block;
    max-width: 100%;
}

.header .menu {
    float: right;
    display: inline-block;
}

.header .menu ul {
    list-style-type: none;
    padding:  0;
    margin: 0;
    float: left;
    display: inline-block;
}

.header .menu ul li {
    float: left;
    display: inline-block;
    padding: 41px 0 61px 0;
}

.header .menu ul li a {
    display: inline-block;
    float: left;
    font-size: 17px;
    padding: 11px 20px;
    color: #fff;
    text-decoration: none;
    transition: all 300ms;
}

.header .menu ul li a:hover {
    color: #f2df00;
}
.carousel-control-prev, .carousel-control-next {
    width: 64px !important;
    height: 64px !important;
    top: 50% !important;
    margin-top: -32px !important;
    opacity:  1 !important;
}

.carousel-control-prev {
    left: 40px !important;
}

.carousel-control-next {
    right: 40px !important;
}

.carousel-control-prev span, .carousel-control-next span {
    display: none;
}

.carousel-control-prev:before, .carousel-control-next:before {
    content: "";
    display: inline-block;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    font-family: FontAwesome;
    font-size: 38px;
    padding: 9px 0;
}

.carousel-control-prev:before {
    content: "\f104";
    text-indent: -5px;
}

.carousel-control-next:before {
    content: "\f105";
    text-indent: 5px;
}
/*############################################################ header style ############################################################*/


/*############################################################ homepage style ############################################################*/

.section {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 30px 0;
}

.section.section-1 {
    background: url(/images/general/homepage-section-background.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 420px;
}

.section.section-1 .left .iframe {
    width: 100%;
    display: inline-block;
    float: left;
    height: 345px;
}

.section.section-1 .left .iframe iframe {
    width: 100%;
    display: inline-block;
    float: left;
    height: 100%;
}

.section .section-title {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 40px;
    color: #13070b;
    font-weight: bold;
    font-size: 30px;
}

.section .text p {
    font-size: 17px;
    color: #13070b;
    display: inline-block;
    float: left;
    width: 100%;
    line-height: 25px;
}

.section .text {
    width: 100%;
    display: inline-block;
    float: left;
    text-align:  justify;
}

.section .detail-button {
    float: right;
    display:  inline-block;
    margin-top: 30px;
    color: #fff;
    font-size: 22px;
    background: #b6001f;
    transition: all 300ms;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
}

.section .detail-button:hover {
    background: #92021a;
}
.section.section-2 .wrapper {
    width: 100%;
    display: inline-block;
    float: left;
}

.section.section-2 .wrapper .boxSection {
    width: 100%;
    display: inline-block;
    float: left;
}

.section.section-2 .wrapper .boxSection .box {
    float: left;
    display: inline-block;
    padding: 5px;
}

.section.section-2 .wrapper .boxSection .box a {
    width: 100%;
    display: inline-block;
    float: left;
    position:  relative;
    font-size: 26px;
    color: #fff;
    font-weight: 400;
}

.section.section-2 .wrapper .boxSection .box a .img {
    width: 100%;
    display:  inline-block;
    float: left;
    height: 17vw;
}

.section.section-2 .wrapper .boxSection .box a .img img {
    width: 100%;
    display: inline-block;
    float: left;
    height: 100%;
    object-fit: cover;
    object-position:  center;
}

.section.section-2 .wrapper .boxSection .box.first {
    width: 33%;
}

.section.section-2 .wrapper .boxSection .box.second {
    width: 28%;
}

.section.section-2 .wrapper .boxSection .box.third {
    width: 23.5%;
}

.section.section-2 .wrapper .boxSection .box.fourth {
    width: 15.5%;
}




.section.section-2 .wrapper .boxSection .box.fifth {
    width: 25%;
}

.section.section-2 .wrapper .boxSection .box.sixth {
    width: 25%;
}

.section.section-2 .wrapper .boxSection .box.seventh {
   width: 25%;
}

.section.section-2 .wrapper .boxSection .box.eighth {
        width: 25%;
}

.section.section-2 .wrapper .boxSection .box a .text {
    position:  absolute;
    left:  0;
    bottom:  0;
    transition: all 300ms;
    text-align: center;
}

.section.section-2 .wrapper .boxSection .box a .text .title {
    margin: 0;
    width: 100%;
    display: inline-block;
    float: left;
    padding: 1.2vw 1.1vw;
    font-size: 1.3vw;
    font-weight: 500;
}

.section.section-2 .wrapper .boxSection .box a .img:after {
    width: 100%;
    display: inline-block;
    float: left;
    height: 60%;
    content: '';
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.07) 10%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 10%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 10%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    position:  absolute;
    bottom:  0;
    left:  0;
    transition: all 300ms;
}
.section.section-2 .wrapper .boxSection .box a:hover .text {
    bottom: 50%;
    margin-bottom: -35.5px;
}

.section.section-2 .wrapper .boxSection .box a:hover .img:after{
    height:100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}

.section.section-2 .wrapper .boxSection .box a .img:before {
    content: '';
    display: inline-block;
    float: left;
    height: 0%;
    width: 90%;
    position:  absolute;
    left: 5%;
    bottom: 10%;
    border: 2px solid #fff;
    z-index: 1;
    transition: all 300ms;
    opacity: 0;
}

.section.section-2 .wrapper .boxSection .box a:hover .img:before {
    opacity:  1;
    height: 80%;
}
.section.section-3 {
    background: url(/images/general/14.jpg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 506px;
}

.section img {
    max-width: 100%;
    display: inline-block;
}
.section.section-2 {
    padding-top: 0;
}

.section.section-2 .wrapper {margin-top: -5px;}
/*############################################################ homepage style ############################################################*/



/*############################################################ footer style ############################################################*/
.footer {
    float: left;
    width: 100%;
    display: inline-block;
    background: url(/images/general/footer.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

    .footer .footer-top {
        width: 100%;
        position: relative;
        z-index: 2;
        padding: 40px 40px 20px 40px;
    }

    .footer .footer-bottom {
        width: 100%;
        position: relative;
        z-index: 2;
        text-align: center;
        border-top: 1px solid #e1e1e1;
        padding: 20px 40px;
    }

    .footer:before {
        content: '';
    }

    .footer .footer-top .item img {
        max-width: 100%;
        display: inline-block;
    }

    .footer .footer-top .item {
        text-align: center;
    }

        .footer .footer-top .item p {
            color: #fff;
            display: inline-block;
            width: 100%;
            margin: 20px 0;
            float: left;
            text-align: center;
            font-family: 'Calibri';
            font-weight: 100;
            line-height: 23px;
        }

        .footer .footer-top .item .footer-title {
            width: 100%;
            display: inline-block;
            float: left;
            margin: 0;
            font-size: 18px;
            color: #00beea;
            font-family: 'Calibri';
            font-weight: 100;
        }

        .footer .footer-top .item .list {
            list-style-type: none;
            display: inline-block;
            width: 100%;
            float: left;
            padding: 0;
            margin: 20px 0;
        }

            .footer .footer-top .item .list a {
                color: #e4e4e4;
                display: inline-block;
                text-align: left;
                float: left;
                width: 100%;
                font-size: 18px;
                padding: 12px 0;
                text-decoration: none;
            }

.bulten {
}

.footer .footer-top .item .bulten {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

    .footer .footer-top .item .bulten input {
        width: 100%;
        display: inline-block;
        float: left;
        height: 48px;
        border: 1px solid #fff;
        border-radius: 36px;
        background: transparent;
        padding: 0 20px;
        line-height: 48px;
        color: #a4a4a4;
        font-size: 18px;
        padding-right: 50px;
    }

        .footer .footer-top .item .bulten input::-webkit-input-placeholder {
            line-height: 48px;
            color: #a4a4a4;
            font-size: 18px;
        }

        .footer .footer-top .item .bulten input::-moz-placeholder {
            line-height: 48px;
            color: #a4a4a4;
            font-size: 18px;
        }

        .footer .footer-top .item .bulten input:-ms-input-placeholder {
            line-height: 48px;
            color: #a4a4a4;
            font-size: 18px;
        }

        .footer .footer-top .item .bulten input:-moz-placeholder {
            line-height: 48px;
            color: #a4a4a4;
            font-size: 18px;
        }

    .footer .footer-top .item .bulten .button {
        position: absolute;
        right: 20px;
        top: 12px;
        display: inline-block;
        font-size: 22px;
        color: #00beeb;
    }

.footer .footer-top .item .address {
    width: 100%;
    display: inline-block;
    text-align: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    line-height: 23px;
}

    .footer .footer-top .item .address b {
        color: #00beeb;
    }

.footer .footer-bottom .social-media {
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: inline-block;
}

    .footer .footer-bottom .social-media li {
        float: left;
        display: inline-block;
    }

.footer .footer-bottom span {
    margin: 10px 0;
    width: auto;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position:  absolute;
    left:  0;
}

.footer .footer-bottom a {
    width: auto;
    display: inline-block;
    float: right;
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.footer .footer-bottom .social-media li a {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #e4e4e4;
    border: 2px solid;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 16px;
    transition: all 300ms;
}
.footer .footer-bottom a.lizbon {
    position:  absolute;
    right: 50px;
    top: 0;
}
/*############################################################ footer style ############################################################*/

.carousel-item {
    height: 100%;
}
/*iletisim*/
    .contentBox .adresCont {
        width: 36%;
        float: left;
        margin-right: 2%;
        display: inline-block;
    }

    .contentBox .row {
        width: 100%;
        float: left;
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
    }

    .contentBox .adresCont .adres {
        float: left;
        display: inline-block;
        width: 100%;
        float: left;
        background-color: #f9f9f9;
        border: 1px solid #e1e1e1;
        padding: 20px 20px 10px;
        color: #272727;
        margin-bottom: 40px;
    }

        .contentBox .adresCont .adres h2 {
            color: #272727;
            font-weight: normal;
        }

        .contentBox .adresCont .adres ul li {
            float: left;
            width: 100%;
            display: table;
            margin-bottom: 10px;
        }

            .contentBox .adresCont .adres ul li img {
                float: left;
                display: inline-block;
                margin-right: 10px;
                width: 22px;
                margin-top: 3px;
            }

            .contentBox .adresCont .adres ul li span {
                float: left;
                display: inline-block;
                margin: 0;
                width: calc(100% - 37px);
                line-height: 25px;
            }

        .contentBox .adresCont .adres:last-child {
            margin-bottom: 0;
        }

    .banner iframe {
        width: 100%;
        height: 400px;
    }

    .form {
        display: inline-block;
        width: 62%;
    }

    .contentBox .row.w49.fl, .contentBox .row.w49.fr {
        width: 48%;
    }

    .contentBox .row label {
        width: 100%;
        display: inline-block;
        float: left;
        border-radius: 0;
        font-size: 100%;
        text-align: left;
        white-space: normal;
        color: inherit;
        display: block;
        margin-bottom: 6px;
        line-height: 19px;
        font-weight: 400;
    }

        .contentBox .row label.label {
            margin-bottom: 10px;
        }

        .contentBox .row label.input i {
            position: absolute;
            right: 0;
            top: 0;
            position: absolute;
            top: 5px;
            width: 29px;
            height: 29px;
            font-size: 15px;
            line-height: 29px;
            text-align: center;
            border-color: #d3d3d3;
            transition: border-color 0.3s;
            -o-transition: border-color 0.3s;
            -ms-transition: border-color 0.3s;
            -moz-transition: border-color 0.3s;
            -webkit-transition: border-color 0.3s;
            right: 5px;
            padding-left: 3px;
            border-left-width: 1px;
            border-left-style: solid;
            color: #d3d3d3;
        }

        .contentBox .row label.input {
            position: relative;
            display: inline-block;
        }

            .contentBox .row label.input input {
                width: 100%;
                display: inline-block;
                display: block;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                width: 100%;
                height: 39px;
                padding: 8px 10px;
                outline: none;
                border-width: 1px;
                border-style: solid;
                border-radius: 0;
                background: #fff;
                font: 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
                color: #404040;
                appearance: normal;
                -moz-appearance: none;
                -webkit-appearance: none;
                border-color: #d3d3d3;
                transition: border-color 0.3s;
                -o-transition: border-color 0.3s;
                -ms-transition: border-color 0.3s;
                -moz-transition: border-color 0.3s;
                -webkit-transition: border-color 0.3s;
            }

                .contentBox .row label.input input:focus {
                    border-color: #333;
                    color: #333;
                }

            .contentBox .row label.input textarea {
                width: 100%;
                display: inline-block;
                display: block;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                width: 100%;
                height: 117px;
                resize: vertical;
                padding: 8px 10px;
                outline: none;
                border-width: 1px;
                border-style: solid;
                border-radius: 0;
                background: #fff;
                font: 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
                color: #404040;
                appearance: normal;
                -moz-appearance: none;
                -webkit-appearance: none;
                border-color: #d3d3d3;
                transition: border-color 0.3s;
                -o-transition: border-color 0.3s;
                -ms-transition: border-color 0.3s;
                -moz-transition: border-color 0.3s;
                -webkit-transition: border-color 0.3s;
            }

                .contentBox .row label.input textarea:focus {
                    border-color: #333;
                    color: #333;
                }

    .contentBox .row.m-t-10 {
        margin-top: 10px;
    }

    .contentBox .row a {
        float: right;
        display: inline-block;
        padding: 11px 35px;
        background: #009fe2;
        text-decoration: none;
        color: #fff;
    }

    .contentBox .row.w49.fr {
        margin-left: 4%;
    }

    .contentBox .row {
        margin-top: 15px;
    }

    .iletisimCont .left ul {
        width: 100%;
        display: inline-block;
        margin: 20px 0;
        PADDING: 0;
    }

        .iletisimCont .left ul li a {
            font-size: 16px;
            text-decoration: none;
            color: #424141;
        }

        .iletisimCont .left ul li {
            margin-bottom: 15px;
            border-bottom: 1px solid #e8e8e8;
            padding-bottom: 15px;
            width: 100%;
            display: inline-block;
            float: left;
        }

    .iletisimCont .left a span {
        display: inline-block;
        vertical-align: middle;
        width: 75%;
        line-height: 22px;
    }

    .iletisimCont .left a img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .iletisimCont .left {
        float: left;
        display: inline-block;
        padding: 0;
        width: 46%;
        margin-right: 4%;
    }

    .iletisimCont .right {
        float: left;
        display: inline-block;
        padding: 0;
        width: 50%;
    }

    .iletisimCont h1, .iletisimCont h2 {
        width: 100%;
        display: inline-block;
        float: left;
        font-size: 30px;
        font-weight: 100;
        border-left: 7px solid #000000;
        padding-left: 10px;
        text-align: left;
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .iletisimCont {
        display: inline-block;
        float: left;
        width: 100%;
        padding: 30px 0;
    }
    /*iletisim*/
    
.banner.detail-page > img {
    width: 100%;
    object-fit: cover;
    display: inline-block;
    height: 420px;
}

.banner.detail-page .page-header {
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

    .banner.detail-page .page-header .page-header-wrapper {
        display: inline-block;
        float: left;
        width: 100%;
        padding: 95px 0;
    }

.page-header-wrapper .title {
    text-align: center;
    margin: 0;
    font-size: 52px;
    color: #fff;
    width: 100%;
    display: inline-block;
    float: left;
    font-weight: 600;
    text-transform: uppercase;
}

.breadcrumb-box ul li {
    color: #fff;
    text-decoration: none;
    -webkit-transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s;
    font-size: 17px;
    display: inline-block;
    float: left;
    padding: 0 15px 0 10px;
    position: relative;
    line-height: 30px;
    -webkit-transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s;
    display: inline-block;
    float: left;
    color: #ffffff;
    font-size: 17px;
    /* text-transform: uppercase; */
    font-weight: 900;
}

.breadcrumb-box ul {
    padding: 0;
    margin: 0;
    width: auto;
    display: inline-block;
    float: initial;
}

    .breadcrumb-box ul li a {
        -webkit-transition: opacity 0.2s linear 0s;
        -o-transition: opacity 0.2s linear 0s;
        transition: opacity 0.2s linear 0s;
        display: inline-block;
        float: left;
        color: #ffffff;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 900;
        text-decoration: none;
    }

        .breadcrumb-box ul li a:after {
            content: "\f101";
            position: absolute;
            right: 0;
            top: 0;
            font-family: FontAwesome;
        }

    .breadcrumb-box ul li:first-child {
        padding-left: 0;
    }

.breadcrumb-box {
    text-align: center;
}

    .breadcrumb-box ul li:last-child {
        padding-right: 0;
    }

        .breadcrumb-box ul li:last-child a:after {
            display: none;
        }

.banner.detail-page:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.40);
}
.contentBox .row.m-t-10 label.label {
    width: auto;
    float: left;
    border: 1px solid #ddd;
    border-right: 0;
}

.contentBox .row.m-t-10 label.label:First-child {
    width: 100%;
    border: 0;
}

.contentBox .row.m-t-10 label.input {
    float: left;
    width:  auto;
    display:  inline-block;
    width: calc(100% - 93px);
}

.contentBox .row.m-t-10 label.label img {
    width: 92px;
}
.nav-menu ul {
    display: inline-block;
    width: 100%;
    float: left;
    list-style-type: none;
    border: 0;
    margin: 0;
    padding:  0;
    height: auto;
}

.nav-menu ul li {
    width: 100%;
    display: inline-block;
    float: left;
}

.nav-menu ul li a {
    text-decoration: none;
    background: #ffffff;
    text-align: left;
    padding: 15px 5px 15px 15px;
    background-color: #f3f3f3;
    margin-bottom: 5px;
    color: #1f1f1f;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    z-index: 10;
    transition: 500ms;
    border-radius: 2px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    float: left;
}
    .nav-menu ul li a:hover {
        background: #00a0e3;
        color: #FFF;
    }

.nav-menu ul li.dropdown > ul {
    padding-left: 20px;
    display: none;
}

.nav-menu ul li a:before {
    content: "\f101";
    padding-right: 5px;
    font-family: FontAwesome;
    width: auto;
}

.nav-menu ul li.dropdown a:after {
    display: inline-block;
    float: right;
    content: "\f103";
    padding-right: 15px;
    font-family: FontAwesome;
}
.fuar .box {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.fuar .box .title {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.fuar .box .title .date {
    float: right;
    display: inline-block;
    border-left: 1px solid #ddd;
    padding-left: 15px;
}


.fuar .box .text p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    width: 100%;
    float: left;
    display: inline-block;
}










.turlar .box {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

    .turlar .box .title {
        width: 100%;
        display: inline-block;
        float: left;
        /* margin-bottom: 20px; */
        font-size: 16px;
        font-weight: bold;
        /* border-bottom: 1px solid #ddd; */
        /* padding-bottom: 15px; */
    }

        .turlar .box .title .date {
            float: right;
            display: inline-block;
            border-left: 1px solid #ddd;
            padding-left: 15px;
        }


    .turlar .box .text p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 0;
        width: 100%;
        float: left;
        display: inline-block;
    }

.deneyim ul {
    padding: 0;
    width: 100%;
    display:  inline-block;
    float: left;
}

.deneyim ul li a {
    width: 100%;
    display: inline-block;
    float: left;
    position:  relative;
}

.deneyim ul li a .img {
    width: 100%;
    display: inline-block;
    float: left;
    height: 300px;
    position:  relative;
}

.deneyim ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
}

.deneyim ul li a .img .description {
    position:  absolute;
    left:  0;
    top: 0;
    width: 100%;
    color: #ffffff;
    line-height: 27px;
    padding: 20px;
    padding-left:  0;
    transition: all 300ms;
    opacity: 0;
    padding-top: 80px;
    z-index: 1;
}

.deneyim ul li a:hover .img .description {
    opacity: 1;
    padding-left: 20px;
}

.deneyim ul li a .text {
    width: 100%;
    display: inline-block;
    float: left;
    position:  absolute;
    bottom:  0;
    left:  0;
    padding: 20px;
    height: 20%;
    color: #fff;
    font-size: 19px;
    transition: all 300ms;
    background: rgba(0, 160, 227, 0.7);
}



.deneyim ul li a .img:before {
    width: 100%;
    display: inline-block;
    height: 100%;
    float: left;
    content: '';
    position:  absolute;
    left:  0;
    top: 0;
    background: #00000038;
}

.deneyim ul li a:hover .text {
    height: 100%;
}
.dizim4, .dizim2, .dizim3 {
    text-align: left;
}

ul.dizim3 > li {
    display: inline-block;
    width: 32%;
    margin-right: calc(2% - 5px);
    margin-bottom: 2%;
    vertical-align: bottom;
}

    ul.dizim3 > li:nth-of-type(3n) {
        margin-right: 0;
    }

.dizim4 > li {
    display: inline-block;
    vertical-align: bottom;
    width: calc(24% - 3px);
    margin-bottom: 1.25%;
    margin-right: 1.25%;
}

    .dizim4 > li:nth-of-type(4n) {
        margin-right: 0;
    }

.dizim2 > li:nth-of-type(2n) {
    margin-right: 0;
}
.dizim2 > li {
    width: calc(49% - 2px);
    margin-right: 2%;
    margin-bottom: 2%;
    display: inline-block;
    vertical-align: bottom;
}

.lang {
    float: right;
    display: inline-block;
    width: auto;
}

.lang a {
    margin-left: 10px;
}

.lang a img {
    width: 38px;
}

.formbut {
    background: #00a0e3;
    padding: 14px 10px;
    width: 100%;
    text-align: center;
    margin: 30px 0;
    display: inline-block;
    font-size: 20px;
    color: #FFF !important;
}

.formbut:hover {
    background: #e31e24;
    padding: 14px 10px;
    width: 100%;
    text-align: center;
    margin: 30px 0;
    display: inline-block;
    font-size: 20px;
    color: #FFF !important;
    text-decoration: none;
}
.form-area {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    padding: 20px;
    border: 1px solid #dddddd;
}

.form-area .form-col {
    width: calc(50% - 30px);
    display: inline-block;
    float: left;
    margin: 15px 15px;
    position: relative;
}

.form-area .text {
    float: left;
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

.form-area .text h2 {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    color: #13070b;
    font-weight: bold;
    font-size: 26px;
}

.form-area .text h3 {
    margin:0;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 0;
    font-weight: normal;
    font-size: 16px;
    color: #b6001f;
    font-style: italic;
}
.form-area .form-col input, .form-area .form-col select {
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    width: 100%;
    display: inline-block;
    float: left;
    position:  relative;
    z-index: 1;
    background: transparent;
    padding: .7rem .75rem;
    border-color: #dddddd;
    height: 40px !important;
}

.form-area .form-col label {
    margin-bottom: 0;
    position:  absolute;
    left: 10px;
    transition: all 300ms;
    top: 5px;
}

.form-area .form-col input:focus + label, .form-area .form-col label.active{
    top: -10px;
    left: 0;
}
.form-area .form-col .input-group + label {top: -10px;left: 0;}
.form-area .form-col select {
    padding-top:0;
    padding-bottom:0;
}
.form-area .form-col select + label {
top: -10px;left: 0;

}

.form-area .form-col input:focus, .form-area .form-col select:focus {
    border-color: #ab2425;
}

.form-area .form-col .input-group-addon {
    background: transparent;
    border: 0;
    position:  absolute;
    right: 0;
}
.form-area .form-col.last{
    width: calc(100% - 30px);
}
.form-area .button-wrapper {
    width: calc(100% - 30px);
    width: calc(50% - 30px);
    text-align: center;
    display: inline-block;
    float: left;
    margin: 0 15px;
    margin-top: 10px;
}

.form-area .button-wrapper .button {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 15px 10px;
    border: 1px solid #ddd;
    transition: all 300ms;
    font-weight: bold;
    text-decoration: none;
    background: #1bb520;
    color: #fff;
    border-color: #1bb520;
}

.form-area .button-wrapper .button:hover {
    background: #1bb520;
    color: #fff;
    border-color: #1bb520;
}
    /*############################################################ media style ############################################################*/

@media (max-width: 1400px){
    .header .container-fluid{max-width:1140px}
.header .menu ul li a {
    font-size: 16px;
    padding: 11px 7px;
}
}
@media (max-width: 1200px){
    .banner.detail-page .page-header .page-header-wrapper {
    padding: 0;
    text-align: left;
}

.page-header-wrapper .title {
    text-align: left;
}

.breadcrumb-box ul {
    float: left;
    margin-bottom: 20px;
}
        .header .container-fluid{max-width:960px}
        .header .logo {
    width: 100%;
    text-align: center;
}

.header .menu ul li a {
    padding: 0 6px;
}
}

@media (min-width: 992px){
    .mobile-logo, .menu .close-icon, .mobile-menu-button{display:none !important;}
}
@media (max-width: 992px){
    .deneyim ul li {
    width: 100%;
}
    .iletisimCont .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.iletisimCont .right {
    width: 100%;
}
    .mobile-logo{
        display:inline-block;
    }
    .header .head .menu ul li.mobile-logo a {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
}
    .header .head .menu ul li.dropdown > a:after {
        content: '\f078';
        display: inline-block;
        float: right;
        font-family: FontAwesome;
    }

    .header .head .menu ul li.active ul {
        display: inline-block;
    }

    .header .head .menu ul li ul {
        position: relative;
        top: auto;
        width: 100%;
        padding: 0;
        display: none;
    }

    .mobile-menu-button {
        display: inline-block;
        float: right;
        width: 35px;
        height: 35px;
        margin: 23px 0;
    }


    .header .head .menu {
        width: 100%;
        display: inline-block;
        float: left;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 99;
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out;
        direction: ltr;
        position: fixed;
        z-index: 9;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        background-color: rgba(0, 0, 0, 0.52);
        padding: 0;
        overflow: hidden;
    }

    .mobile-menu-button span {
        background: black;
        width: 100%;
        height: 2px;
        margin: 5px 0;
        float: left;
    }

    .header .head .menu.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .header .head .menu ul {
        margin: 0;
        max-width: 0;
        height: 100%;
        display: inline-block;
        float: left;
        overflow-x: hidden;
        overflow-y: scroll;
        transition: all 300ms;
        position: relative;
        z-index: 2;
        background: #00a0e3;
        background: #690c0c;
    }

    .menu .close-icon {
        position: absolute;
        top: 0;
        font-size: 24px;
        color: #fff;
        display: inline-block;
        width: 100%;
        right: 0;
        height: 100%;
        z-index: 1;
        padding-left: 310px;
    }

    .header .menu.active ul {
        max-width: 300px;
    }

    .header .head .menu ul li {
        width: 100%;
        display: inline-block;
        padding: 0;
        text-align: left;
        border: 0;
        padding: 0 20px;
    }

        .header .head .menu ul li a {
            width: 100%;
            color: #ffffff;
            font-size: 16px;
            display: inline-block;
            padding: 13px 10px;
            transition: all 300ms;
            text-decoration: none;
            border-bottom: 1px solid;
            border-color: #580c0c;
        }

    .header .head .menu .logo {
        position: absolute;
        left: 20px;
        top: 10px;
        z-index: 9;
    }

    .menu .close-icon i {
        float: left;
    }


    .mobile-menu-button{
    width: 33px;
    float: right;
    display: inline-block;
    position: absolute;
    margin: 62px 0;
    right: 20px;
    }
.mobile-menu-button span {
    width: 100%;
    height: 2px;
    background: white;
    margin: 5px 0;
    display: inline-block;
    float: left;
}
    .header .logo {
    width: auto;
    float: left;
}

    .section.section-1 .left .iframe iframe {
    max-width: 510px;
    float: none;
}

.section.section-1 .left .iframe {
    text-align: center;
    margin-bottom: 20px;
}

.section.section-1 {
    background: transparent;
}

.section.section-2 .wrapper .boxSection .box {
    width: 50% !important;
}

.section.section-2 .wrapper .boxSection .box a .img {
    height: 30vw;
}

.section.section-2 .wrapper .boxSection .box a .text .title {
    font-size: 2vw;
}

.footer .footer-top .item .list a {
    text-align: center;
}

.footer .footer-bottom .social-media {
    margin-top: 50px;
}
.section .section-title {
    margin: 30px 0;
    text-align: center;
}
.section.section-3{
    min-height:0;
    padding: 0 0 20px 0;
    background-size: cover;
}
}

@media (max-width: 767px){
    .form-area .form-col {
    width: calc(100% - 15px);
    margin: 15px 7.5px;
}
    .nav-menu ul {
    margin-bottom: 20px;
}
    .contentBox .row a{
        width:100%;
        text-align:center;
    }
    .footer .footer-bottom a.lizbon{right:0;}

.form-area .button-wrapper {
    width: calc(100% - 15px);
    margin: 0 7.5px;
}
.form-area .form-col.last {
    width: calc(100% - 15px);
}
}
@media (max-width: 576px) {
    .form-area .text h2 {
    font-size: 19px;
}

.form-area .text h3 {
    font-size: 14px;
}
    .nav-menu ul {
    margin-bottom: 20px;
}

.fuar .box .title .date {
    position:  absolute;
    right: 0;
    top: 0;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.fuar .box {
    position:  relative;
}

.fuar .box .title {
    margin-top: 32px;
    border-bottom: 0;
    margin-bottom: 0;
}





    .turlar .box .title .date {
        position: absolute;
        right: 0;
        top: 0;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

    .turlar .box {
        position: relative;
    }

        .turlar .box .title {
            margin-top: 32px;
            border-bottom: 0;
            margin-bottom: 0;
        }
    .contentBox .row.w49.fl, .contentBox .row.w49.fr {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.contentBox .row {
    margin-top: 5px;
}
    .section.section-2 .wrapper .boxSection .box a .img {
    height: 50vw;
}

.section.section-2 .wrapper .boxSection .box a .text .title {
    font-size: 18px;
    padding: 10px 20px;
}
.section .text p {
    font-size: 17px;
}

.section .detail-button {
    margin-top: 10px;
    font-size: 18px;
    padding: 7px 10px;
}
.section .section-title {
    margin: 20px 0;
    font-size: 18px;
}
.section.section-2 .wrapper .boxSection .box{width:100% !important;}
.footer .footer-bottom span {
    position:  relative;
    width: 100%;
    text-align: center;
}

.footer .footer-bottom .social-media {
    margin: 0;
    width: 100%;
    margin-bottom: 5px;
}

.footer .footer-bottom {
    padding: 15px 15px;
}

.footer .footer-bottom a.lizbon {
    position:  relative;
    width: 100%;
    text-align: center;
}

.footer .footer-bottom .social-media li a {
    margin: 0;
}
.carousel-control-prev, .carousel-control-next {
    width: 32px !important;
    height: 32px !important;
}
.carousel-control-prev:before, .carousel-control-next:before {
    font-size: 29px;
    padding: 2px 0;
    text-indent: 0;
    border: 0;
}

.carousel-control-prev {
    left: 15px !important;
}

.carousel-control-next {
    right: 15px !important;
}
}


.section.section-1 .right {
    margin-top: 30px;
}

.section.section-1 .right .section-title {
    margin-bottom: 20px;
}

.section.section-1 .img-wrapper {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    position:  relative;
}

.section.section-1 .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
    float: left;
    object-position: center;
}

.form-area .form-col div.label {
    position:  absolute;
    right: 0;
    bottom: 10px;
}
.footer .footer-top .item .list.list.two-column li {
    width: 50%;
    float: left;
    display: inline-block;
}