﻿@charset "UTF-8";
/* CSS Document */

* {
    outline: none;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box !important;
}

body, div, span, applet, h1, h2, h3, p, a, img, strong, sub, sup, center, dl, dt, dd, ol, ul, li, table, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    list-style: none;
}

input, textarea, select, label, option {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

    textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="tel"], input[type="email"] {
        border-radius: 0;
        border: none;
        font-family: 'Raleway';
        font-size: 13px;
    }

    input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
        padding: 0;
    }

img {
    vertical-align: top;
}

body {
    font-family: 'Raleway', sans-serif;
    background: #FFF;
}

.clear {
    clear: both;
}

a:active, a:hover {
    text-decoration: none !important;
}

input.error {
    border: 1px solid red !important;
}

input.valid {
    border: 1px solid green !important;
}

/* Mobil için geçerli CSS */
@media only screen and (max-width: 768px) {
    .top-menu {
        width: auto;
        height: 43px;
        background: #002f5e;
        border-bottom: 3px solid #00247e;
    }

    .header {
        width: 100%;
        height: auto;
        float: none;
        position: absolute;
        z-index: 99;
        background: url(../images/cizgi.png) bottom repeat-x;
    }
}

/* Web için geçerli CSS */
@media only screen and (min-width: 769px) {
    .top-menu {
        z-index: 1000;
        position: fixed;
        width: 100%;
        height: 50px; /* Üst menünün yüksekliği */
        background: #002f5e;
        border-bottom: 3px solid #00247e;
        box-shadow: 0px 4px 2px -2px gray; /* Ayrım için gölge */
    }

    .bottom-menu {
        margin-top: 110px; /* Üst menü ile alt menü arasında boşluk */
    }

    .header {
        width: 100%;
        height: auto;
        float: none;
        position: absolute;
        z-index: 99;
        background: url(../images/cizgi.png) bottom repeat-x;
        margin-top: 50px; /* Sabit üst menü nedeniyle boşluk */
    }
}


    .header .center::after {
        display: block;
        clear: both;
        content: "";
    }

    .header.sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #ffffff;
        box-shadow: 0 3px 5px -4px #838383;
    }

        .header.sticky .logo a img {
            height: 90px;
            width:300px;
            transition: 0.3s ease all;
            -moz-transition: 0.3s ease all;
            -webkit-transition: 0.3s ease all;
            max-width:60%;
        }

        .header.sticky .nav {
            padding: 35px 0;
            transition: 0.3s ease all;
            -moz-transition: 0.3s ease all;
            -webkit-transition: 0.3s ease all;
        }

.popupup {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.popupup-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.popupup-image {
    width: fit-content;
    margin: auto;
    position: relative;
}

    .popupup-image img {
        max-width: 800px;
        height: auto;
        margin: auto;
        display: block;
    }

.popupup-close {
    position: absolute;
    right: -25px;
    top: -25px;
}

    .popupup-close .fa {
        font-size: 25px;
        color: #fff;
        cursor: pointer;
    }

@media all and (max-width: 800px) {
    .popupup-center {
        width: 100%;
    }

        .popupup-center img {
            max-width: inherit;
            width: 100%;
        }

    .popupup-close {
        right: 0;
    }
}

.relative {
    position: relative;
}

.logo {
    width: 185px;
    padding: 15px 0 20px 0;
    display: table;
    float: left;
}

    .logo a {
        display: table;
    }

        .logo a img {
            width: auto;
            
            height: auto;
            margin: auto;
            display: block;
        }

    .logo span {
        font-size: 11px;
        color: #bdbdbd;
        padding: 15px 0 0 15px;
        display: block;
        clear: both;
    }

.phone {
    width: auto;
    float: left;
}

    .phone ul {
    }

        .phone ul li {
            float: left;
            padding: 10px 20px 10px 0;
        }

            .phone ul li .fa {
                font-size: 15px;
                padding: 0 5px 0 0;
            }

            .phone ul li a {
                font-size: 13px;
                color: #fff;
                font-family: 'Raleway';
                font-weight: 400;
            }

                .phone ul li a strong {
                    font-size: 13px;
                    color: #fff;
                    font-weight: 600
                }

.flag {
    width: 33%;
    float: right;
}

    .flag ul {
    }

        .flag ul li {
            float: right;
            padding: 10px 0 10px 5px;
            color: #fff;
        }

            .flag ul li img {
                width: 27px;
                height: 19px
            }

            .flag ul li .fa {
                font-size: 17px;
                padding: 0 5px 0 0;
                color: #b07d2c;
                height: 27px;
            }

            .flag ul li a {
                font-size: 13px;
                color: #fff;
                font-family: 'Raleway';
                font-weight: 400;
            }

                .flag ul li a strong {
                    font-size: 18px;
                    color: #b07d2c;
                    font-weight: 600
                }

#ui-datepicker-div {
    z-index: 99999 !important;
}

/*nav { width:auto; padding:60px 0; }
nav ul { float:right; }
nav ul li{ width:auto; float:left; text-align:right;   }
nav ul li a{ font-size:15px; text-align:center; color:#222449; padding:8px 2px 8px 30px; display:table; font-weight:600; transition: all 0.4s ease;  }
nav ul li a:hover{ color:#c20808; text-decoration:none !important; }
nav ul li ul {display: none;	position: relative;	left: 0; top: 0;	width: 100%; z-index: 2000;}
nav ul li ul li  a {  text-decoration: none;}
nav [type="checkbox"], nav label { display: none;}*/

.nav {
    width: auto;
    padding: 60px 0;
    position: relative;
    display: table;
    float: right;
}

    .nav ul {
        float: right;
    }

        .nav ul li {
            width: auto;
            float: left;
            text-align: right;
        }

            .nav ul li a {
                font-size: 14px;
                text-align: center;
                color: #222449;
                padding: 8px 20px 8px 20px;
                display: table;
                font-weight: 600;
            }

                .nav ul li a:hover {
                    background: none;
                    color: #b14d02
                }

            .nav ul li ul {
                display: none;
                position: relative;
                z-index: 2000;
            }

                .nav ul li ul li a {
                    text-decoration: none;
                }

            .nav ul li ul {
                width: auto;
                height: auto;
                display: none;
                position: absolute;
                z-index: 999;
            }

                .nav ul li ul li {
                    width: auto;
                    text-align: left;
                    float: none;
                    min-height: 30px;
                    line-height: 30px;
                    border-left: none;
                }

                    .nav ul li ul li a {
                        width: 100%;
                        font-size: 13px;
                        line-height: 30px;
                        text-align: left;
                        color: #fff;
                        background: rgba(0,48,95,0.5);
                        padding: 0;
                        padding: 5px 25px 5px 25px;
                    }

                        .nav ul li ul li a:hover {
                            background: rgba(0,48,95,1);
                            color: #fff;
                        }

.activee {
    background: #c20808;
    color: #fff;
}

.mobil-menu {
    display: none;
}

.open {
    display: block !important;
    overflow: inherit !important;
}

.bu-masa {
    display: block;
}

.bu-mobil {
    display: none;
}

.html5-video-container video {
    height: 450px !important;
}

.slider {
    width: 100%;
    max-height: 730px;
    position: relative;
    border-bottom: 3px solid #777474;
    display: block;
}

    .slider img {
        width: 100%;
        height: auto;
        display: block;
        max-height:558px;
        object-fit: cover;
    }

    .slider .slider-title {
        width: 1100px;
        margin: auto;
        height: auto;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 20%;
        display: block;
        z-index: 999;
    }

        .slider .slider-title .caption {
            width: 50%;
            height: auto;
            float: left;
            position: relative;
            display: block;
            z-index: 99;
            padding: 20px 0;
        }

            .slider .slider-title .caption h1 {
                width: auto;
                font-size: 30px;
                text-align: left;
                color: #FFF;
                line-height: 45px;
                font-weight: bold;
                font-family: 'BinnerD', cursive;
            }

                .slider .slider-title .caption h1 strong {
                    font-weight: 400;
                }

            .slider .slider-title .caption p {
                width: 100%;
                font-size: 22px;
                text-align: left;
                color: #FFF;
                margin: 15px 0 0 0;
                padding: 10px 0;
                line-height: normal;
                clear: both;
                font-weight: 300;
                font-family: 'BinnerD', cursive;
            }

    .slider .bx-controls {
        position: absolute;
        bottom: 45%;
        z-index: 999;
        width: 95%;
        height: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

        .slider .bx-controls .fa { /*background:rgba(0,48,95,0.7); */
            color: #fff;
            padding: 10px 20px;
            font-size: 35px;
            display: block;
            text-indent: 0px;
        }
        /*.slider .bx-controls .fa:hover{ background:#e07b36;}*/
        .slider .bx-controls .bx-prev, .slider .bx-controls .bx-next {
        }

        .slider .bx-controls .bx-next {
            float: right;
        }

        .slider .bx-controls .bx-prev {
            float: left;
        }

.home-feature .bx-controls-direction {
    width: 100px;
    float: right;
    position: relative;
    height: 45px;
}

    .home-feature .bx-controls-direction .bx-next, .bx-controls-direction .bx-prev {
        position: absolute;
        width: 49px;
        height: 49px;
        float: left;
        text-indent: -9999px;
        display: block;
        top: 0;
        z-index: 9;
        background-size: contain !important;
    }

    .home-feature .bx-controls-direction .bx-next {
        background: url(../images/prev.png) no-repeat;
        right: 50px;
    }

    .home-feature .bx-controls-direction .bx-prev {
        background: url(../images/next.png) no-repeat;
        left: 50px;
    }

.grade {
    width: 100%;
    height: 63%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.grade-black {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
}

.home-contact {
    position: fixed;
    left: 0;
    top: 60%;
    transition: all 0.4s ease;
}

.home-contact {
}

    .home-contact span a {
        width: auto;
        height: auto;
        background: /*#c20808*/ url(../images/turuncu.png) repeat;
        color: #fff;
        font-size: 18px;
        font-weight: 200;
        text-align: center;
        margin: auto;
        display: block;
        padding: 25px;
    }
        /*.home-contact span a{-ms-transform: rotate(-90deg) ; -webkit-transform: rotate(-90deg);  transform: rotate(-90deg);}*/
        .home-contact span a strong {
            font-weight: 400;
        }

.button {
    background: #222449;
    color: #fff;
    font-size: 15px;
    padding: 10px 15px;
    float: left;
    margin: 25px 0 0 0;
}

.home-feature {
    width: 100%;
    height: auto;
    background: url(../images/feature.png) repeat;
}

    .home-feature ul li:before {
        content: '' !important;
    }

.home-gallery {
    width: 100%;
    height: auto;
    display: table;
}

    .home-gallery ul {
    }

        .home-gallery ul li {
            width: 20%;
            float: left;
        }

            .home-gallery ul li a {
                height: 280px;
                display: block;
                overflow: hidden;
            }

                .home-gallery ul li a img {
                    width: auto;
                    min-width: 100%;
                    height: auto;
                    min-height: 280px;
                }

                .home-gallery ul li a img {
                    filter: grayscale(1);
                    -webkit-filter: grayscale(1);
                    -moz-filter: grayscale(1);
                    -o-filter: grayscale(1);
                    -ms-filter: grayscale(1);
                }

                    .home-gallery ul li a img:hover {
                        filter: grayscale(0);
                        -webkit-filter: grayscale(0);
                        -moz-filter: grayscale(0);
                        -o-filter: grayscale(0);
                        -ms-filter: grayscale(0);
                    }

.col-25, .col-30, .col-33, .col-40, .col-50, .col-60, .col-70, .col-75, .col-100 {
    margin: 1%;
    float: left;
}

.col-25 {
    width: 23%;
}

.col-30 {
    width: 28%;
}

.col-33 {
    width: 31.3334%;
}

.col-40 {
    width: 38%;
}

.col-50 {
    width: 48%;
}

.col-60 {
    width: 58%;
}

.col-70 {
    width: 68%;
}

.col-75 {
    width: 73%;
}

.col-100 {
    width: 98%;
}

.row {
    margin-left: -1%;
    margin-right: -1%;
}

.container {
    width: 100%;
    height: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.content {
    width: 1100px;
    margin: auto;
    height: auto;
    padding: 25px 0;
    display: table;
}

.center {
    width: 1100px;
    margin: auto;
    height: auto;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    padding: 0 0 10px 0;
    color: #00305f;
    margin: 0;
}

    .content h1 span, .content h2 span, .content h3 span, .content h4 span, .content h5 span, .content h6 span {
        font-weight: 300;
    }

.content h1 {
    font-size: 25px;
}

.content h2 {
    font-size: 23px;
}

.content h3 {
    font-size: 21px;
}

.content h4 {
    font-size: 19px;
}

.content h5 {
    font-size: 17px;
}

.content h6 {
    font-size: 15px;
}

.content p {
    font-size: 14px;
    color: #292929;
    line-height: 23px;
}

.content strong {
    font-weight: bold;
    color: #00305f;
}

.content ul {
}

    .content ul li {
        font-size: 14px;
        color: #292929;
        line-height: 23px;
        margin: 0 0 10px 0;
    }

        .content ul li:not(.iti__country):not(.iti__divider):before {
            font-family: FontAwesome;
            content: "\f006";
            padding: 0 5px 0 0;
            color: #00305f;
            font-weight: bold;
        }

        .content ul li a {
            color: #00305f;
        }
li.instagram.isotope-item:before {
    content: none !important; /* Yıldız simgesini tamamen kaldırır */
}
.page-gallery ul li:before {
    content: none !important; /* Yıldız simgesini tamamen kaldırır */
    padding: 0 !important; /* Herhangi bir boşluğu da kaldırır */
}

.content a {
    color: #00305f;
}

.content ul li strong {
    color: #00305f;
}

.content table {
    font-family: inherit;
    font-size: 14px;
}

    .content table span {
        font-family: inherit;
        font-size: 18px;
        color: #2f5881;
    }

    .content table tr td {
        padding: 10px 15px;
    }

        .content table tr td a {
            color: #b14d02;
            font-weight: 600;
        }

.nofilter img {
    filter: grayscale(0) !important;
    -webkit-filter: grayscale(0) -moz-filter: grayscale(0) !important;
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0) !important;
}


.pilot {
    width: 100%;
    float: left;
    margin: 0 0 35px 0;
}

.pilot-img {
    width: 100% !important;
    height: auto;
    float: left;
    padding: 0 0 0 0;
}

.ballon {
    width: 31.334%;
    float: left;
    margin: 0 1% 35px 1%;
}

.ballon-img {
    width: 100% !important;
    float: none;
    padding: 0 15px 0 0;
}

.ballon ul {
    float: none;
    padding: 15px 0 0 0;
}

.white {
    color: #fff;
}

    .white a {
        color: #fff !important;
    }

.content img {
    width: auto;
    max-width: 100%;
}

.bg-sky {
    background: url(../images/sky.png) center top no-repeat;
}

.bg-page {
    background: url(../images/sky.png) center top no-repeat, url(../images/footer-content.png) center bottom no-repeat;
    display: table;
    padding: 0 0 250px 0
}

.associations {
    width: 100%;
    height: auto;
    background: #f4f4f4;
    display: none;
}

    .associations ul {
        width: auto;
        height: auto;
        margin: auto;
        display: table;
    }

        .associations ul li {
            float: left;
            margin: 0;
            padding: 50px 0;
        }

            .associations ul li img {
                width: auto;
                height: 90px;
                margin: auto;
                display: block;
            }

            .associations ul li img {
                filter: grayscale(1);
                -webkit-filter: grayscale(1);
                -moz-filter: grayscale(1);
                -o-filter: grayscale(1);
                -ms-filter: grayscale(1);
            }

                .associations ul li img:hover {
                    filter: grayscale(0);
                    -webkit-filter: grayscale(0);
                    -moz-filter: grayscale(0);
                    -o-filter: grayscale(0);
                    -ms-filter: grayscale(0);
                }

                .associations ul li img:hover {
                }


.page .header {
    padding: 0 0 15px 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

    .page .header.sticky {
        background: #ffffff;
    }

.page-title {
    width: 100%;
    height: 270px;
    position: relative;
    background: url(../images/page-title.jpg) center no-repeat;
    border-bottom: 3px solid #222449;
}

    .page-title .page-title-center {
        width: 100%;
        height: 120px;
        position: absolute;
        bottom: 0;
        background: rgba(0,47,94,0.5) url(../images/cizgi.png) top repeat-x
    }

        .page-title .page-title-center .page-info {
            width: 1100px;
            height: auto;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            bottom: 23px;
            z-index: 0;
        }

            .page-title .page-title-center .page-info span {
                font-size: 32px;
                color: #fff;
                font-weight: 500;
            }

    .page-title ul {
    }

        .page-title ul li {
            font-size: 13px;
            float: left;
            margin: 7px 15px 0 0;
            font-size: 15px;
            color: #fff;
        }

            .page-title ul li a {
                font-size: 15px;
                color: #fff;
                font-weight: 200;
            }

.page-gallery {
}

    .page-gallery ul {
    }

        .page-gallery ul li:before {
            content: '';
            padding: 0;
            margin: 0;
            line-height: none;
        }

        .page-gallery ul li {
            width: 23%;
            height: auto;
            margin: 1% !important;
            float: left;
        }

            .page-gallery ul li a {
                display: block;
                height: 140px;
                overflow: hidden;
            }

            .page-gallery ul li img {
                width: 100%;
                height: 100%;
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
            }

            .page-gallery ul li img {
                filter: grayscale(1);
                -webkit-filter: grayscale(1);
                -moz-filter: grayscale(1);
                -o-filter: grayscale(1);
                -ms-filter: grayscale(1);
            }

                .page-gallery ul li img:hover {
                    filter: grayscale(0);
                    -webkit-filter: grayscale(0);
                    -moz-filter: grayscale(0);
                    -o-filter: grayscale(0);
                    -ms-filter: grayscale(0);
                }

            .page-gallery ul li span {
                text-align: center;
                width: 100%;
                display: block;
                margin: 8px 0 0;
            }

.news-press .col-33 {
    margin-bottom: 50px;
}

.sub-header {
    position: relative;
    margin: 0 -1%;
}

    .sub-header h2 {
        position: relative;
        padding: 0 25px 0 0;
        cursor: pointer;
    }

    .sub-header .fa {
        color: #222449
    }

.subcontent {
    padding: 15px 0 0 0
}

.accordsuffix {
    position: absolute;
    top: 7px;
    right: 0;
    cursor: pointer;
}

.footer {
    width: 100%;
    height: auto;
    background: #dddddd;
    padding: 25px 0;
}

    .footer img {
        width: auto;
        height: 90px;
        margin: auto;
        display: block;
    }
/* footer img {filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -o-filter: grayscale(1); -ms-filter: grayscale(1);}
footer img:hover {filter: grayscale(0); -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -o-filter: grayscale(0); -ms-filter: grayscale(0);}*/

.footer-logo {
    width: 100%;
    height: auto;
    padding: 15px 0 48px;
    background: #ddd;
}

    .footer-logo img {
        width: auto;
        height: 90px;
        max-width: 100%;
        margin: auto;
        display: block;
    }

.footer .footer-menu {
    padding: 0 0 50px 0;
    margin: auto;
}

    .footer .footer-menu ul {
        margin: auto;
        display: table;
    }

        .footer .footer-menu ul li {
            float: left;
            margin: 0 18px;
        }

            .footer .footer-menu ul li a {
                color: #444444;
                font-size: 14px;
            }

.footer .footer-logos {
    margin: auto;
    display: table;
    padding: 0 0 35px 0;
}

    .footer .footer-logos ul {
        margin: auto;
        text-align: center;
    }

        .footer .footer-logos ul li {
            float: left;
            margin: 0 15px;
        }

            .footer .footer-logos ul li img {
                width: auto;
                height: 40px;
            }

            .footer .footer-logos ul li img {
                filter: grayscale(1);
                -webkit-filter: grayscale(1);
                -moz-filter: grayscale(1);
                -o-filter: grayscale(1);
                -ms-filter: grayscale(1);
            }

                .footer .footer-logos ul li img:hover {
                    filter: grayscale(0);
                    -webkit-filter: grayscale(0);
                    -moz-filter: grayscale(0);
                    -o-filter: grayscale(0);
                    -ms-filter: grayscale(0);
                }

.trip-logo {
    height: 110px !important;
}

.ttp-logo {
    height: 110px !important;
}

.footer .social {
    width: auto;
    margin: auto;
    display: table;
    padding: 0 0 25px 0;
}

    .footer .social ul {
    }

        .footer .social ul li {
            float: left;
            margin: 0 0 0 2px;
        }

.fa-facebook, .fa-instagram, .fa-x-twitter {
    font-size: 25px !important;
    color: #444444;
    border: 1px solid #cccccc;
    transition: all 0.4s ease;
}

.fa-x-twitter:hover {
    color: rgba(0,0,0,0.8);
}

    .fa-facebook:hover {
        color: #3b5998;
    }

    .fa-instagram:hover {
        color: #dc3682;
    }

.fa-facebook {
    padding: 8px 12px;
}

.fa-instagram {
    padding: 8px 10px;
}

.fa-x-twitter {
    padding: 8px 9px;
}

#instagram-photos img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer .copright {
    width: auto;
    margin: auto;
    display: table;
}

    .footer .copright span {
        font-size: 12px;
        color: #444444;
        font-weight: 300;
    }

.contact-form label input, .contact-form label textarea, .contact-form label select {
    z-index: 999;
    position: inherit;
    border-radius: 0;
    box-shadow: none;
}

.contact-form {
    margin: 0 0 0 0;
    display: table;
    width: 100%;
    position: relative;
    z-index: 0;
}

    .contact-form label {
        width: 100%;
        float: left;
        display: table;
        margin: 0 auto 10px auto;
        position: relative;
    }

        .contact-form label input {
            width: 100%;
            float: left;
            margin: auto;
            display: table;
            border: 1px solid #dddddd;
            padding: 0 15px;
            background: #f3f3f3;
            font-family: inherit;
            font-weight: 300;
        }

        .contact-form label textarea {
            width: 100%;
            float: left;
            margin: auto;
            display: table;
            border: 1px solid #dddddd;
            padding: 15px;
            background: #f3f3f3;
            font-family: inherit;
            font-weight: 300;
        }

        .contact-form label select {
            width: 100%;
            float: left;
            margin: auto;
            display: table;
            border: 1px solid #dddddd;
            background: #f3f3f3;
            font-family: inherit;
            font-weight: 300;
        }

        .contact-form label ::-webkit-input-placeholder {
            color: #292929;
        }
        /* Chrome/Opera/Safari */
        .contact-form label ::-moz-placeholder {
            color: #292929;
        }
        /* Firefox 19+ */
        .contact-form label :-ms-input-placeholder {
            color: #292929;
        }
        /* IE 10+ */
        .contact-form label :-moz-placeholder {
            color: #292929;
        }
    /* Firefox 18- */
    .contact-form button {
        width: auto;
        float: left;
        padding: 10px 25px;
        margin: 15px auto;
        border: none;
        border-radius: 0;
        font-family: inherit;
        color: #292929;
        background: #f3f3f3;
        cursor: pointer;
        font-weight: 300;
    }

        .contact-form button:hover {
            color: #fff;
            background: #c20808;
        }

#msjSuccess1, #msjFail1 {
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    display: none;
}

#msjSuccess1 {
    background: #5d9708;
}

#msjFail1 {
    background: #830000;
}

#msjSuccess, #msjFail {
    clear: both;
    width: 100%;
    padding: 10px 15px;
    color: #fff !important;
    display: none;
}

#msjSuccess {
    background: #5d9708;
}

#msjFail {
    background: #830000;
}


.contact-parag {
    clear: both;
    padding: 10px 0 0 10px;
}

    .contact-parag p {
        font-size: 13px;
        font-style: italic;
    }

    .contact-parag li {
        font-size: 13px;
        font-style: italic;
    }

        .contact-parag li:before {
            font-family: FontAwesome;
            content: "\f006";
            padding: 0 5px 0 0;
            color: #00305f;
            font-weight: bold;
        }

.popup-form button {
    width: 100%;
    color: #fff;
    background: #003366;
    transition: all 0.4s ease;
}

    .popup-form button:hover {
        background: #c20808;
    }

/*.ui-datepicker-div { position:absolute; z-index:99999999999999999;}*/



#popup1 {
    display: none;
    background: #fff;
}
/*.overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.7); transition: opacity 500ms;  visibility: hidden;  opacity: 0;}
.overlay:target { visibility: visible; opacity: 1;}
.popup { width:650px; margin: 50px auto 0 auto;  background: #fff; border-radius: 5px;  position: relative; transition: all 5s ease-in-out;}
.popup .close { position: absolute; top: 20px; right: 30px;transition: all 200ms; font-size: 40px; font-weight: bold; text-decoration: none; color: #444444;}
.popup .close:hover { color: #222449;}*/

.popup-form {
    padding: 25px;
}

    .popup-form h1 {
        color: #222449;
        font-size: 25px;
        display: block;
        padding: 0 0 25px 0;
    }

.maps iframe {
    width: 100%;
    height: 450px
}

.filter {
    width: 98%;
    margin: 1%;
}

    .filter a {
        padding: 0 20px 0 0;
        color: #222449;
        margin: 0;
        font-size: 14px;
        font-weight: bold;
    }

.current {
    color: #db7631 !important;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        transition-property: transform, opacity;
    }


@media screen and (max-width: 1600px) and (min-width: 1100px) {
}


@media all and (max-width: 1100px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .content {
        width: 95%;
    }

    .center {
        width: 95%;
        display: table;
    }

    .header {
        position: relative;
    }

    .logo {
        width: 50%;
    }

        .logo a img {
            width: auto;
            max-width: 100%;
            height: auto;
            margin: auto;
            display: block;
        }

    .mobil-menu {
        width: 50%;
        float: left;
        display: block;
        margin: 43px 0;
    }

    .nav {
        width: 100%;
        padding: 15px 0;
        display: none;
    }

        .nav ul {
            float: none;
        }

            .nav ul li {
                width: 100%;
                float: none;
                text-align: center;
            }

                .nav ul li a {
                    font-size: 15px;
                    padding: 8px 0 8px 0;
                    display: block;
                }

                .nav ul li ul {
                    width: 100%;
                    position: relative;
                }

                    .nav ul li ul li {
                        width: 100%;
                        text-align: center;
                    }

                        .nav ul li ul li a {
                            width: 100%;
                            font-size: 12px;
                            line-height: 30px;
                            text-align: center;
                            color: #222449;
                            padding: 5px 0;
                            background: none;
                        }

                            .nav ul li ul li a:hover {
                                background: none;
                                color: #222449;
                            }

        .nav label {
            display: block;
        }

        .nav [type="checkbox"]:checked ~ ul {
            display: block;
            z-index: 0;
            position: relative;
            right: 0;
            left: 0;
            top: 0;
            clear: both;
            border-top: 2px solid #003366;
            border-bottom: 2px solid #003366;
            padding: 10px 0;
        }


    .slider .slider-title {
        width: 100%;
    }

        .slider .slider-title .caption {
            width: 100%;
            height: auto;
            float: none;
            padding: 0;
        }

            .slider .slider-title .caption h1 {
                font-size: 35px;
                text-align: center;
            }

                .slider .slider-title .caption h1 strong {
                    font-weight: 400;
                }

            .slider .slider-title .caption p {
                font-size: 14px;
                text-align: center;
            }

    .sub-header {
        margin: 0;
    }

    .page .header {
        padding: 0;
    }

    .page .nav {
        padding: 0 0 20px 0;
    }

    .mobil-menu .fa {
        font-size: 33px;
        color: #444444;
        float: right;
    }

    .associations {
        width: 400px;
        background: none;
        margin: auto;
        display: none;
    }

    .page-title {
        width: 100%;
        height: 123px;
        position: relative;
        background: url(../images/page-title.jpg) center no-repeat;
        border-bottom: 3px solid #003366;
    }

        .page-title .page-title-center {
            width: 100%;
            height: 120px;
            position: absolute;
            bottom: 0;
            background: rgba(0,51,102,0.5) url(../images/cizgi.png) top repeat-x
        }

            .page-title .page-title-center .page-info {
                width: 95%;
                height: auto;
            }


    .footer-logo img {
        width: auto;
        max-width: 90%;
        height: auto;
    }
}

@media all and (max-width: 991px) {
    .phone {
        width: 80%;
        float: left;
    }

        .phone ul li {
            padding: 10px 10px 10px 0;
        }

            .phone ul li a strong {
                font-size: 14px;
                color: #fff;
                font-weight: 400
            }

    .flag {
        width: 20%;
        float: left;
    }

    .col-25, .col-30, .col-33, .col-40, .col-50, .col-60, .col-70, .col-75, .col-100 {
        margin: 1% auto;
        float: none;
    }

    .col-25 {
        width: 100%;
    }

    .col-30 {
        width: 100%;
    }

    .col-33 {
        width: 100%;
    }

    .col-40 {
        width: 100%;
    }

    .col-50 {
        width: 100%;
    }

    .col-60 {
        width: 100%;
    }

    .col-70 {
        width: 100%;
    }

    .col-75 {
        width: 100%;
    }

    .col-100 {
        width: 100%;
    }

    .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
        text-align: left;
    }

        .content h1 span, .content h2 span, .content h3 span, .content h4 span, .content h5 span, .content h6 span {
            display: block;
        }

    .content p {
    }

    .button {
        width: 100px;
        float: none;
        margin: 25px auto;
        display: table;
        text-align: center;
    }

    .content img {
        margin: auto;
        display: block;
    }

    .bx-controls-direction {
        float: none;
        margin: 15px auto;
    }

    .home-gallery ul li {
        width: 50%;
        float: left;
    }

        .home-gallery ul li a {
            height: 140px;
        }

    .filter {
        width: 100%;
        height: auto;
        float: none;
        display: table;
    }

        .filter a {
            width: 100%;
            height: auto;
            float: left;
            display: block;
            text-align: center;
            padding: 5px 0;
        }

    .gallery-content {
        width: 100%;
        height: auto;
        display: block;
    }

    .ballon {
        width: 100%;
        float: left;
        margin: 1% auto 2% auto;
    }

    .page-title .page-title-center .page-info span {
        text-align: center;
        margin: auto;
        display: block;
        font-size: 22px;
    }

    .page-title ul {
        margin: auto;
        display: table;
    }

        .page-title ul li {
            font-size: 13px;
            float: left;
            margin: 7px 5px 0 5px;
            font-size: 15px;
            color: #fff;
        }

            .page-title ul li a {
                font-size: 15px;
                color: #fff;
                font-weight: 200;
                text-align: center;
            }

    .footer {
        padding: 25px 0 75px 0;
    }

        .footer .footer-menu ul li {
            float: none;
            margin: 0 auto;
            text-align: center;
            padding: 0 0 7px 0;
        }

        .footer .footer-logos ul li {
            float: none;
            margin: 0 auto;
            padding: 0 0 25px 0
        }

        .footer .social {
            width: auto;
            margin: auto;
            display: table;
            padding: 0 0 25px 0;
        }

    .contact-form {
        margin: 0;
    }
}


@media all and (max-width: 768px) {
    .header.sticky {
        position: relative;
    }

    .bos {
        display: none;
    }

    .home-contact {
        width: 100%;
        position: fixed;
        left: inherit;
        top: inherit;
        bottom: 0;
    }

        .home-contact span {
            margin: auto;
        }

            .home-contact span a {
                padding: 10px 0 10px 0;
                font-size: 15px;
                -ms-transform: rotate(0deg); /* IE 9 */
                -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
                transform: rotate(0deg);
            }

    .pilot,
    .ballon {
        width: 100%;
        float: left;
        margin: 0 0 20px 0;
    }

    .pilot-img,
    .ballon-img {
        float: none;
        display: block;
        padding: 0 0 15px 0;
    }

    .content table tr {
        width: 100%;
        float: left;
        display: block;
    }

        .content table tr td {
            width: 100%;
            float: left;
            display: block;
            padding: 10px 0;
            text-align: center;
        }

    .page-gallery ul li {
        width: 48%;
    }

        .page-gallery ul li a {
            height: 100px;
        }

    .sub-header h2 {
        padding: 10px 0;
        font-size: 15px;
        text-decoration: underline;
        line-height: 25px;
    }

    .subcontent {
        padding: 5px;
    }

    .bu-masa {
        display: none;
    }

    .bu-mobil {
        display: block;
        width: 100% !important;
    }

    .baslik-alt h1 {
        text-align: center !important;
    }

    /* Form Mobil Uyum İyileştirmeleri */
    .popup-form {
        padding: 15px; /* Mobilde kenarlardan biraz boşluk bırak */
    }

        .popup-form h1 {
            font-size: 20px; /* Başlık boyutunu biraz küçült */
            text-align: center; /* Başlığı ortala */
            padding-bottom: 10px; /* Alt boşluk bırak */
        }

    .form-group {
        width: 100%; /* Form gruplarını tam genişlik yap */
        margin-bottom: 15px; /* Gruplar arası boşluk */
    }

        .form-group label {
            width: 100%; /* Etiket genişliğini ayarla */
            margin-bottom: 5px; /* Etiketin altında biraz boşluk bırak */
            display: block; /* Etiketi bloğa çevir */
        }

    .form-control {
        width: 100% !important; /* Form kontrollerini tam genişlik yap */
        margin-bottom: 10px; /* Her form kontrolü arasında boşluk bırak */
        box-sizing: border-box; /* Kenarlık ve padding dahil genişlik */
        font-size: 16px; /* Mobilde daha büyük yazı boyutu */
    }

    .contact-parag ul li {
        font-size: 14px; /* Liste elemanlarının boyutunu küçült */
        padding: 5px 0; /* Alt ve üst boşluk ekle */
    }

    .error-message {
        font-size: 13px; /* Hata mesajı boyutunu küçült */
        display: block; /* Hata mesajını bloğa çevir */
        margin-top: 5px; /* Üstten biraz boşluk bırak */
    }

    .btn-form {
        width: 100%; /* Gönder butonunu tam genişlik yap */
        padding: 12px; /* Buton padding ayarla */
        font-size: 18px; /* Buton yazı boyutunu artır */
    }

    #generalErrorMessage {
        font-size: 14px; /* Hata mesajı boyutunu ayarla */
        text-align: center; /* Ortala */
    }

    /*.intl-tel-input {
        width: 100%;*/ /* Telefon giriş alanını tam genişlik yap */
        /*position: relative;*/ /* Relative konumlandırma, alt elemanların absolute olmasına olanak tanır */
    /*}*/

    .iti--container {
       
      
        z-index: 9999 !important; /* Üstte görünmesi için z-index ayarı */
       
    }

    /* Mobil numara girişi için */
    #MobileNumber.form-control {
        width: 115% !important; /* Mobil numara girişini tam genişlik yap */
        padding: 6px; /* İsteğe bağlı padding */
        margin: 0 auto; /* Ortala */
        display: block; /* Blok olarak göster */
        box-sizing: border-box; /* Kenarlık ve padding dahil genişlik */
    }

    /* Giriş alanının input elemanı için stil düzenlemesi */
    input.form-control {
        width: 100% !important;
        box-sizing: border-box;
    }
}

@media all and (max-width: 480px) {
    .associations {
        width: 200px;
    }

    .page-gallery ul li {
        width: 98%;
        margin: 5px auto !important;
        float: none;
    }

        .page-gallery ul li a {
            height: auto;
        }

    .home-gallery ul li {
        width: 100%;
        float: left;
    }

        .home-gallery ul li a {
            height: auto;
        }

            .home-gallery ul li a img {
                min-height: inherit;
            }

    .popup {
        width: 100%;
        height: 100%;
        margin: 0;
        border-radius: 0;
        overflow: auto;
    }

        .popup .close {
            position: absolute;
            top: 0px;
            right: 15px;
            transition: all 200ms;
            font-size: 40px;
            font-weight: bold;
            text-decoration: none;
            color: #444444;
        }

            .popup .close:hover {
                color: #003366;
            }

    .popup-form {
        padding: 15px;
    }

        .popup-form h1 {
            color: #003366;
            font-size: 18px;
            display: block;
            padding: 0 0 10px 0;
        }

    .maps iframe {
        width: 100%;
        height: 180px
    }

    .footer .footer-logos {
        padding: 0;
    }

    .accordsuffix {
        display: none;
    }

    .slider .slider-title {
        bottom: 5%;
    }

        .slider .slider-title .caption h1 {
            font-size: 20px;
            line-height: normal;
        }

        .slider .slider-title .caption p {
            font-size: 13px;
            margin: 0;
        }

    .grade {
        display: none;
    }

    .contact-form label select {
        padding: 0 15px;
    }

    .slider .bx-controls {
        display: none;
    }
}

@media all and (max-width: 394px) {
    .phone {
        display: block;
    }

    .flag {
        width: 20%;
        float: right;
    }
}

@media all and (max-width: 320px) {
    .phone {
        width: 75%;
    }

        .phone ul li a, .phone ul li a strong {
            font-size: 10px;
        }

        .phone ul li .fa {
            font-size: 10px;
        }

    .flag {
        width: 25%;
        float: right;
    }

        .flag img {
            height: 15px;
        }
}

.safari-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

    .safari-row .safari-image {
        width: 40%;
    }

    .safari-row .safari-text {
        width: 60%;
        /*display: flex;*/
        align-items: center;
        justify-content: center;
    }

  /*  .safari-row.reverse {
        flex-direction: row-reverse;
    }*/

@media (min-width: 768px) {
    .safari-row.reverse {
        flex-direction: row-reverse;
    }

    .safari-text p {
        margin-left: 20px;
        margin-right: 20px;
        text-align: justify;
    }
}

/* Mobil görünüm için standart düzen */
@media (max-width: 767px) {
    .safari-row {
        flex-direction: column;
    }

        .safari-row .safari-image,
        .safari-row .safari-text {
            width: 100%;
        }

    .safari-text {
        justify-content: flex-start;
    }

        .safari-text p {
            margin-left: 0; /* Mobil görünümde solda boşluk bırakmaz */
            margin-top: 20px; /* Mobil görünümde paragrafın üstünde boşluk bırakır */
        }
}
.iti__country-list {
    z-index: 10000; /* Daha yüksek bir z-index değeri */
}

.iti {
    z-index: 1000; /* Elemanın yerini diğerlerinden daha yüksek yapmak için */
}


@media (max-width: 768px) {
    #MobileNumber {
        width: 100%;
        max-width: 259px;
        padding-left: 20px;
    }
}

#phone1{
    width:232% !important;
}

@media (max-width: 768px) {
    #phone1 {
        width:408px !important; 
       
    }
}

@media only screen and (min-width: 768px) {
    #grup {
        width: 280px !important;
    }
}



@media only screen and (min-width: 992px) {
    .page-title

{
    height: 303px !important;
}

}


.cookie-btn {
    padding: 10px 20px;
    background-color: #e4a853;
    border: none;
    cursor: pointer;
    color: black;
}

    .cookie-btn:hover {
        background-color: white;
        color: black;
    }

#cookieConsentContainer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    padding: 10px;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 768px) {
    #cookieConsentContainer {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

        #cookieConsentContainer div {
            margin-bottom: 10px;
        }

    .cookie-btn {
        width: 100%;
        padding: 15px;
    }
}