/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/
/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
/*@import url(icomoon.css);
@import url(/Content/assets/css/font-awesome.min.css);*/
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.3s;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;     
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 20px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
    padding-top: 0px;
    padding-bottom: 0px;
  
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    padding: 15px 0px;
    box-shadow: 0 2px 4px rgba(0,0,0,.05);
    z-index: 100;
    transition: ease all 0.5s;
}



.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color:#ffffff;
}

.toggle_icon {
    font-size: 33px;
    cursor: pointer;
    color: #ffffff;

}
/* Eski .float kodu kaldırıldı - Site.css'te modern versiyonu var */


.my-float {
    margin-top: 16px;
}
.contact_menu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_menu ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}
    .contact_menu li {
        float: left;
        color: #162448;
        padding: 0px 20px;
    }


        .contact_menu li .ust_yazi {
            float: left;
            width: 100%;
            justify-content: start;
            display: flex;
            align-items: center;
            font-size: 23px;
            letter-spacing: 1.5px;
            color: #162448;
        }

    .contact_menu li a {
        font-size: 23px;
        letter-spacing: 1.5px;
        font-weight: 600;
        text-decoration: none;
        color: #162448 !important;
        float: left;
        justify-content: center;
        display: flex;
        align-items: center;
    }



        .contact_menu li a span {
            color: #162448 !important;

    
        }

        .contact_menu li a .yurdi {
            background-color: #d90429;
            padding-right:40px;
            padding-left:20px;
            padding-top:10px;       
            padding-bottom:10px;
            color: #fff!important;
        }

       
.contact_menu li a:hover{
    color: #0c426e;
}


.header_section2 {
    width: 100%;
    background-color: #ffffff;
    float: right;
    height: 50px;
    padding: 12px;
    z-index: 100;
    overflow-x: hidden;
    overflow-y: hidden;
    border-bottom: 1px solid #F5F6F7
}

.logo2 {
    width:100%;
    float: left;
}

    .logo2 a {
        font-size: 16px;
        font-weight: 500;
        color: #D90429;
        padding: 5px 7px;
        border-radius: 0px;
        border-right: 1px solid #ddddde;
        line-height: 16px;
        font-style: normal;
    }

      .logo2 a:last-child{
        border:none!important;
    }

        .logo2 a:hover {
            color: #ae0321;
        }

        .logo2 a span {
            color: #D90429;
        }


.contact_menu2 {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

    .contact_menu2 ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        text-align: center;
    }

    .contact_menu2 li {
        float: left;
        font-size: 18px;
        color: #060606;
        padding: 0px;
    }

       

        .contact_menu2 li a {
            font-size: 18px;
            font-weight: 500;
            text-decoration: none;
            color: #2b2d42 !important;
            padding: 8px 4px;
        }



            .contact_menu2 li a i {
                font-size: 23px;
                color: #D90429;
                font-weight: 500;
                padding-right:6px;
            }


            .contact_menu2 li a .yurdi {
                background-color: #d90429;
                padding-right: 80px;
                padding-left: 10px;
                padding-top: 10px;
                padding-bottom: 10px;
                color: #fff !important;
            }

            .contact_menu2 li a:hover {
                color: #0c426e;

            }


img.padding_right_10 {
    padding-right: 20px;
}

.costum_header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.costum_header2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo {
    width: 13%;
    float: left;
}

    .logo img {
        width: 105px;
        height: 105px;
        padding: 4px;
        border-radius: 50%;
        background-color: #F5F6F7;
        object-fit: cover !important;
    }

.menu_text {
    width: 10%;
    float: right;
    text-align: right;
}

.menu_text ul {
    margin: 0px;
    padding: 0px;
}

.menu_text li {
    float: left;
    padding-right: 60px;
    font-size: 18px;
    color: #ffffff;
}

.menu_text li a {
    color: #ffffff;
}

.menu_text li a:hover{
    color: #ffffff;
}

.overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    z-index: 1000 !important;
}

    .overlay .solmenu {
        background-color: #ED1C24;
        height: 100vh;
        width: 100%;
        padding-top: 10%;
        padding-left:5%;
    }

        .overlay .solmenu a {
            color: #ffffff;
            font-size: 30px;
            font-weight: 600;
            text-align: left;
            padding:4px 10px;
        }

  
        .overlay .solmenu a:hover {
            transform:translateX(5px)
        }
            .overlay .solmenu a i {
                text-align: left;
                color: #ffffff;
                font-size: 25px;
                font-weight: 500;
                padding-right: 15px;
            }
    .overlay .sagmenu {
        background-color: #ffffff;
        height: 100vh;
        width: 100%;
        padding-top: 15%;
        padding-left: 15%;
    }

        .overlay .sagmenu a {
            text-align:left;
            color: #0C4A64;
            font-size: 45px;
            font-weight: 600;
        }
            .overlay .sagmenu a:hover {
                transform: translateX(5px)
            }
            .overlay .sagmenu a .fa-whatsapp {       
                color: #60D669;
            }

            .overlay .sagmenu a .fa-question-circle {
                color: #2F57EF;
            }

        .overlay .sagmenu a i {
            text-align: left;
            color: #d90429;
            font-size:38px;
            font-weight: 500;
            padding-right:15px;
        }


    
        .overlay .closebtn {
            position: absolute;
            top: 20px;
            right: 45px;
            font-weight:bold;
            z-index:4;
            font-size: 70px;
            color: #ED1C24
        }
.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

.overlay-content {
    position: relative;
    top: 0%;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}
/* header section end */

/* banner section start */

.banner_section {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 50px;
    background: #f5f5f7;
    /*background-image:url(/Content/assets/images/backi.png);*/
    height: 600px;
    margin-bottom: 70px;
}

.banner_ust{
    width:100%;
    height:600px!important;
}

.banner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #ffffff;
    padding: 20px 0px 5px 30px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 76px;
    color: #ffffff;
    padding-top: 10px;
    line-height: 90px;
}

.banner_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
}

.btn_main {
    width: 100%;
    display: flex;
    padding-top: 50px;
}

.quote_bt {
    width: 180px;
    float: left;
}

.quote_bt a{ 
    width: 100%;
    float: left;
    background-color: #252525;
    padding: 8px 10px;
    color: #fafafa;
    text-align: center;
    font-size: 18px;
}
.quote_bt a:hover{ 
    color: #fafafa; 
    background-color: #0c426e;
}
.quote_bt.active a{ 
    color: #fafafa; 
    background-color: #0c426e;
}
.contact_bt {
    width: 180px;
    float: left;
    margin-left: 15px;
}

.contact_bt a{ 
    width: 100%;
    float: left;
    background-color: #252525;
    padding: 8px 10px;
    color: #fafafa;
    text-align: center;
    font-size: 18px;
}
.contact_bt a:hover{ 
    color: #fafafa; 
    background-color: #0c426e;
}


#main_slider a.carousel-control-prev {
    position: absolute;
    left: 1137px;
    top: 50%;
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: -95px;
    top: 27%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 68px;
    height: 68px;
    background: #252525;
    opacity: 1;
    font-size: 20px;
    color: #ffffff;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
    background: #0c426e;
    color: #ffffff;
}
/* banner section end */
/* services section start */


.services_section {
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 80px;
    height: auto;
    padding: 20px;
    background-size: 100%;
    background-repeat: no-repeat;

}

.services_taital {
    width: 100%;
    font-size: 30px;
    color: #252525;
    text-align: center;
    font-weight: bold;
}
.services_taital::after {
    content: '';
    position: absolute;
    width: 85px;
    height: 10px;
    background-color: #000;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: 0px;
    border-radius: 100px;
}

.services_text {
    width: 100%;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 0px;
    padding-top: 30px;
}
.services_box {
    width: 100%;
    padding:20px 0 80px 0px;

}


.express_text {
    width: 100%;
    float: left;
    font-size: 23px;
    font-weight: 600;
    color: #052c65;
    text-align: center;
    padding-top: 68px;
}
.lorem_text {
    width: 90%;
    min-height: 320px;
    margin: 0 auto;
    font-size: 15px;
    color: #162448;
    text-align: left;
}



.seemore_bt {
    width: 170px;
    margin: 10px auto;
    padding: 10px;

}
    .seemore_bt a {
        width: 100%;
        float: left;
        font-size: 18px;
        font-weight: 600;
        letter-spacing:1.1px;
        color: #ffffff;
        text-align: center;
        padding: 8px 12px;
        background-color: #d90429;
   
    }


        .seemore_bt a:hover {
            color: #ffffff;
            transform:translateY(-5px);
        }
.image_1 {
    width: 100%;
    float: left;
    height: 300px;
    object-fit:cover!important;
    margin-top:10px;
    box-shadow: 0px 6px 54px rgba(215, 216, 222, .41);
}
.padding_0 {
    padding: 20px;
    box-shadow: 0px 6px 54px rgba(215, 216, 222, .41);
}
.padding_right_0 {
    padding-right: 30px;
    box-shadow: 0px 6px 54px rgba(215, 216, 222, .41);
}
.padding_left_0 {
    padding-left: 30px;
    box-shadow: 0px 6px 54px rgba(215, 216, 222, .41);
}
/* services section end */

/* providing section end */

.providing_section{
    width: 100%;
    float: left;
}
.providing_section_2 {
    width: 100%;
    float: left;
    /*    background-image: url(../images/backi.png);*/
    background-color: #D90429;
    height: auto;
    background-repeat: no-repeat;
    padding: 60px 0px;
    margin-top: 20px;
    margin-bottom: 90px;
}

.clean_text{
    width: 100%;
    float: left;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
}
.ipsum_text{
    width: 100%;
    float: left;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    margin: 0px;
}
.quote_bt_1{
    width: 170px;
    margin: 0 auto;
    text-align: center;
}
.quote_bt_1 a{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #162448;
    background-color: #ffffff;
    padding: 8px 15px;
}
    .quote_bt_1 a {
        width: 100%;
        float: left;
        font-size: 18px;
        color: #0b0b0b;
        background-color: #ffffff;
        padding: 8px 15px;
        margin-top: 50px;
        border: 1px solid #ffffff;
    }
.quote_bt_1 a:hover {
    color: #ffffff;
    background-color: #d90429;
    border:1px solid #ffffff;
}

/* providing section end */

/* choose section start */

.choose_section_2{
    width: 100%;
    float: left;
    margin-top:50px;
}
.choose_section {
    width: 100%;
    float: left;
    margin-bottom:80px;
}
.choose_box {
    width: 100%;
    padding: 40px 20px;
    box-shadow: 0px 29px 57px 0px rgba(22,20,24,0.06);
    cursor: pointer;
}

    .choose_box.active {
        width: 100%;
        padding: 40px 20px;
        cursor: pointer;
        box-shadow: 0px 29px 57px 0px rgba(22,20,24,0.1);
    }


        .choose_box.active .dummy_text {
            color: #162448;
        }

    .choose_box:hover {
        background: #f1f0fd;
    }


        .choose_box:hover .dummy_text {
            color: #162448;
        }
.number_1{
    width: 100%;
    display: flex;
}
.number_text {
    width: 40px;
    height: 35px;
    font-size: 16px;
    color: #162448;
    border-radius: 100%;
    border: 1px solid #162448;
    text-align: center;
    padding: 5px 0px;
    font-weight: 600;
}
.trusted_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #162448;
    padding-left: 20px;
    padding-top: 5px;
    font-weight: 600;
}
.dummy_text {
    width: 100%;
    font-size: 14px;
    color: #000;
    margin: 0px;
}
/* choose section end */
/* testimonial section start */

.testimonial_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.testimonial_taital {
    width: 100%;
    font-size: 30px;
    color: #111111;
    text-align: center;
    font-weight: bold;
}
.testimonial_taital::after {
    content: '';
    position: absolute;
    width: 85px;
    height: 10px;
    background-color: #252525;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: 0px;
    border-radius: 100px;
}
.testimonial_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.testimonial_box {
    width: 72%;
    margin: 0 auto;
}

.tectimonial_mail {
    width: 100%;
}
.client_image_section{
    width: 15%;
    float: left;
}
.client_text_section{
    width: 85%;
    float: left;
}

.client_img {
}

.testimonial_text {
    width: 100%;
    font-size: 16px;
    color: #0c0c0c;
    margin: 0px;
    padding-left: 20px;
    padding-top: 30px;
}
.joech_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #0c0c0c;
    padding-left: 20px;
    padding-bottom: 0;
    padding-top: 20px;
    text-transform: uppercase;
}
.customer_text{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #0c426e;
    margin: 0px;
    padding-left: 20px;
}

#my_slider a.carousel-control-prev {
    position: absolute;
    right: 40px;
    top: 33%;
}
#my_slider a.carousel-control-next {
    position: absolute;
    right: 40px;
    top: 33%;
    background: #0c426e;
    color: #ffffff;
}

#my_slider .carousel-control-prev, 
#my_slider .carousel-control-next {
    width: 68px;
    height: 68px;
    background: #0c0c0c;
    opacity: 1;
    font-size: 20px;
    color: #ffffff;
    border-radius: 100px;
}

#my_slider .carousel-control-prev:hover, 
#my_slider .carousel-control-next:hover, 
#my_slider .carousel-control-prev:focus, 
#my_slider .carousel-control-next:focus {
    background: #0c426e;
    color: #ffffff;}

/* testimonial section end */

/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
}
.useful_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 15px;
    font-weight: bold;
}
.footer_menu {
    width: 100%;
    float: left;
}
.footer_menu ul {
    margin: 0px;
    padding: 0px;
}
.footer_menu li {
    padding-top: 5px;
    font-size: 16px;
    color: #b1b6c2;
}
.footer_menu li a {
    color: #b1b6c2;
}
.footer_menu li a:hover {
    color: #ffffff;
}
.footer_menu li.active a{
    color: #fff;
}
.Enter_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #162448;
    background-color: #ffffff;
    padding: 8px 10px;
    margin-top: 10px;
    border: 0px;
    text-align: center;
}
input.Enter_text::placeholder {
    color: #162448;
}
.subscribe_bt {
    width: 190px;
    float: left;
    margin-top: 20px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #0c426e;
    text-align: center;
    padding: 8px 0px;
    text-transform: uppercase;
}

.subscribe_bt a:hover {
    color: #162448;
    background-color: #ffffff;
}
.footer_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #b1b6c2;
    margin: 0px;
    padding-top: 10px;
}
.location_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #b1b6c2;
}
.location_text a {
    color: #b1b6c2;
}
.location_text a:hover {
    color: #ffffff;
}
.padding_left_15 {
    padding-left: 15px;
}

.social_icon {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.social_icon_main {
    width: 100%;
    float: left;
}

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
#social {
    padding: 50px 0px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ffffff;
}

.smGlobalBtn {
    /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #252525;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
}


/* facebook button class*/

.facebookBtn {
    background: #ffffff;
    border:1px solid #ffffff;
}

.facebookBtn:before {
    /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a";
    /* add facebook icon */
}

    .facebookBtn:hover {
        color: #ffffff;
        background: #252525;
        border: 1px solid #ffffff;
    }


/* twitter button class*/

.twitterBtn {
    background: #ffffff;
    border: 1px solid #ffffff;
}

.twitterBtn:before {
    font-family: "FontAwesome";
    content: "\f099";
    /* add twitter icon */
}

    .twitterBtn:hover {
        color: #ffffff;
        background: #252525;
        border: 1px solid #ffffff;
    }

.logofooter{
    width:120px;
    height:auto;
    object-fit:cover!important;
}
/* instagram button class*/
.instagramBtn {
    background: #ffffff;
    border: 1px solid #ffffff;
}



    .instagramBtn:hover {
        color: #ffffff;
        background: #252525;
        border: 1px solid #ffffff;
    }


/* linkedin button class*/

.linkedinBtn {
    background: #ffffff;
    border: 1px solid #ffffff;
}

.linkedinBtn:before {
    font-family: "FontAwesome";
    content: "\f0e1";
    /* add linkedin icon */
}

    .linkedinBtn:hover {
        color: #ffffff;
        background: #252525;
        border: 1px solid #ffffff;
    }









/* footer section end */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
}
.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
}

.copyright_text a { 
    color: #fffcf4; 
}
.copyright_text a:hover { 
    color: #0c426e; 
}

.margin_top_90{
    margin-top: 90px;
}



.orta {
    width: 100%;
    height: 100%;
    min-height: 600px;
    margin: 110px auto;
    margin-bottom:0;
    padding: 0;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 0px 0px #888888;
}
.orta1 {
    width: 100%;
    height: 100%;
    margin: 50px auto;
    margin-bottom:100px;
    padding: 0px;
    overflow: hidden;
}



#contact {
    padding: 20px 0px;
    margin-bottom:50px;
}
#conus {
    padding: 40px 0px;
    background-color:#ffffff;
   
}

.section-title {
  padding-bottom:10px;
  border-bottom: 0px solid #f5f5f7 !important;
}

#contact .contact-info {
    margin-bottom: 0px;
    text-align: center;
}

        #contact .contact-info i {
            font-size: 48px;
            display: inline-block;
            margin-bottom: 0px;
            color: #f82249;
        }

    #contact .contact-info address,
    #contact .contact-info p {
        margin-bottom: 0;
        color: #5c667f !important;
        font-weight: 600;
        cursor: pointer;
    }

        #contact .contact-info address:hover {
            color: #f82249 !important;
        }


        #contact .contact-info h3 {
            font-size: 18px;
            margin-bottom: 5px;
            font-weight: bold;
            text-transform: capitalize;
            color: #112363;
        }

    #contact .contact-info a {
        color: #5c667f;
    }

            #contact .contact-info a:hover {
                color: #f82249;
            }

    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        margin-bottom: 0px!important;
    }


#contact .contact-phone P{
    padding:0;
    margin:0;
}

    #contact .form #sendmessage {
        color: #f82249;
        border: 1px solid #f82249;
        display: none;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    #contact .form #errormessage {
        color: red;
        display: none;
        border: 1px solid red;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 5px;
    }

        #contact .form #sendmessage.show,
        #contact .form #errormessage.show,
        #contact .form .show {
            display: block;
        }

    #contact .form .validation {
        color: red;
        display: none;
        margin: 0 0 20px;
        font-weight: 400;
        font-size: 13px;
    }

    #contact .form input,
    #contact .form textarea {
        padding: 10px 14px;
        border-radius: 0;
        box-shadow: none;
        font-size: 15px;
    }

    #contact .form button[type="submit"] {
        background: #f82249;
        border: 0;
        padding: 10px 40px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
        cursor: pointer;
    }

        #contact .form button[type="submit"]:hover {
            background: #e0072f;
        }


#venue {
    padding: 60px 0;
}

    #venue .container-fluid {
        margin-bottom: 3px;
    }

    #venue .venue-map iframe {
        width: 100%;
        height: 100%;
        min-height: 300px;
    }

    #venue .venue-info {
        background: url("../images/6.jpg") top center no-repeat;
        background-size: cover;
        position: relative;
        padding-top: 60px;
        padding-bottom: 60px;
    }

        #venue .venue-info:before {
            content: "";
            background: rgba(13, 20, 41, 0.8);
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
        }

        #venue .venue-info h3 {
            font-size: 36px;
            font-weight: 700;
            color: #fff;
        }

        #venue .venue-info p {
            color: #fff;
            margin-bottom: 0;
        }

    #venue .venue-gallery-container {
        padding-right: 12px;
    }

    #venue .venue-gallery {
        overflow: hidden;
        width: 100%;
        height: 300px;
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
    }

        #venue .venue-gallery img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            transition: all ease-in-out 0.4s;
        }

        #venue .venue-gallery:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }


.deprem-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 400px;
    max-width: 90vw;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(220, 53, 69, 0.3);
    border: 2px solid #dc3545;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 0;
}

    .deprem-popup.show {
        transform: translateX(0);
        opacity: 1;
    }

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.popup-content {
    padding: 0;
    position: relative;
}

.popup-header {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    padding: 15px 20px;
    border-radius: 13px 13px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

    .popup-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
        border-radius: 13px 13px 0 0;
    }

.popup-logo {
    display: flex;
    align-items: center;
}

    .popup-logo img {
        height:50px!important;
        width: auto;
        filter: brightness(0) invert(1);
    }

.popup-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

    .popup-close:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: scale(1.1);
    }

.popup-body {
    padding: 20px;
}

.popup-title {
    color: #dc3545;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.3;
}

.popup-text {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

    .popup-text p {
        margin-bottom: 12px;
    }

.popup-highlight {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    padding: 12px 15px;
    border-radius: 8px;
    margin: 15px 0;
    text-align: center;
    font-size: 13px;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

    .popup-highlight strong {
        font-weight: 700;
    }

/* Popup giriş animasyonu */
.deprem-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 600px;
    max-width: 95vw;
    background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 2px solid #f1f5f9;
    z-index: 10000;
    opacity: 0;
}

.deprem-popup.show {
    transform: translate(-50%, -50%);
    opacity: 1;
}

/* Arka plan karartma */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    opacity: 0.8;
}

@keyframes overlayFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
    }
    to {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.popup-content {
    padding: 0;
    position: relative;
}

.popup-header {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    padding: 15px 20px;
    border-radius: 13px 13px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-bottom: 2px solid #cbd5e1;
}

.popup-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 100%);
    border-radius: 13px 13px 0 0;
}

.popup-logo {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
}

.popup-logo img {
    height: 35px;
    width: auto;
    filter: none;
    opacity: 0.8;
}

.popup-close {
    background: rgba(100, 116, 139, 0.2);
    border: none;
    color: #475569;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    position: relative;
    z-index: 10;
}

.popup-close:hover {
    background: rgba(100, 116, 139, 0.3);
    transform: scale(1.1);
    color: #1e293b;
}

.popup-body {
    padding: 20px;
    background: #ffffff;
}

.popup-title {
    color: #475569;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.3;
}

.popup-text {
    color: #334155;
    font-size: 14px;
    line-height: 1.6;
}

.popup-text p {
    margin-bottom: 12px;
}

.popup-highlight {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    color: #475569;
    padding: 12px 15px;
    border-radius: 8px;
    margin: 15px 0;
    text-align: center;
    font-size: 13px;
    box-shadow: 0 4px 15px rgba(100, 116, 139, 0.1);
    border: 1px solid #cbd5e1;
}

.popup-highlight strong {
    font-weight: 700;
    color: #1e293b;
}

/* Mobil responsive */
@media (max-width: 768px) {
    .deprem-popup {
        width: 95vw;
        max-width: 550px;
    }
    
    .popup-title {
        font-size: 16px;
    }
    
    .popup-text {
        font-size: 13px;
    }
    
    .popup-body {
        padding: 15px;
    }
    
    .popup-logo img {
        height: 30px;
    }
}

@keyframes popupEntrance {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.05);
        opacity: 0.8;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}