/****************************************TYPOGRAPHY ***************************************************/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #999999;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: #433b88;
    font-weight: 600;
    text-transform: uppercase;
}

h1 {
    font-size: 3.998em;
}

h2 {
    font-size: 2.827em;
}

h3 {
    font-size: 1.999em;
}

h4 {
    font-size: 1.414em;
}

p {
    font-size: 1em;
    color: #999999;
}

.btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.707em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 40px;
    box-shadow: 0px 4px 10px 0px rgba(91, 91, 91, 0.45);
    line-height: 1;
    transition: all .5s ease;
    letter-spacing: 1px;
}

.btn-link {
    padding: 0;
    box-shadow: none;
}

.icon-on-button {
    margin-left: 8px;
}

    .icon-on-button i {
        font-size: 18px;
        vertical-align: middle;
    }

.navbar {
    background-color: transparent !important;
    border-color: transparent !important;
    border: 0px;
    padding-top: 30px;
    padding-bottom: 10px;
    transition: all .5s ease;
}

.navbar-brand {
    padding: 0;
}

    .navbar-brand img {
        max-height: 50px;
    }

.navbar-default .navbar-nav > li > a {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
        background-color: transparent;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #e86c6c;
        }

.navbar-nav > li > a.btn-navbar:hover {
    color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-nav > li > a.btn-navbar {
    padding-left: 40px;
    padding-right: 40px;
}

.navbar-divider {
    width: 100%;
    height: 1px;
    border: 0px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all .5s ease;
}

.colored-nav {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .colored-nav .navbar-divider {
        display: none;
    }

.cta {
    color: #fff;
}

.cta-btn-group {
    margin-top: 15px;
}

    .cta-btn-group .btn {
        margin: 10px;
    }

.btn-orange.focus, .btn-orange:focus, .btn-orange.active, .btn-orange:active {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.btn-white.focus, .btn-white:focus, .btn-white.active, .btn-white:active {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.btn-violat.focus, .btn-violat:focus, .btn-violat.active, .btn-violat:active {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

/*******************************************HEADER***************************************************/
header {
    background-color: #b7b7b7;
    position: relative;
    display: block;
}

/* Logo Yanındaki Yazı İçin Stil */
.company-name {
    font-size: 0.8em; /* Varsayılan yazı boyutu */
    vertical-align: middle;
    margin-left: 5px; /* Boşluğu azaltmak için değer ayarlandı */
    line-height: 50px; /* Logonun yüksekliğine uygun olarak hizalama */
}

/* Responsive Stil Ayarları */
@media (max-width: 768px) {
    .navbar-brand img {
        max-height: 40px;
    }

    .navbar-nav {
        text-align: center;
    }

        .navbar-nav li {
            display: block;
            text-align: center;
        }

        .navbar-nav > li > a {
            padding: 10px 0;
        }

    .navbar-toggle {
        border-color: transparent;
    }

        .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .company-name {
        font-size: 0.6em; /* Mobil cihazlar için daha küçük yazı boyutu */
        line-height: 40px; /* Mobil cihazlar için logonun yüksekliğine uygun hizalama */
    }
}



/*******************************************SLIDER HOME***************************************************/
.sliding-card-with-bottom-image .image-container img {
    position: relative;
    margin: 0 auto;
    padding-top: 40px;
}

.image-right-slide-bg {
    background-repeat: no-repeat !important;
    background-position-x: 100% !important;
    background-size: auto 100% !important;
    padding: 18rem 0;
}

.slider-para {
    font-size: 1.414em;
    font-family: 'Montserrat', sans-serif;
}
/*******************************************SLIDER***************************************************/
.slider-content-wraper {
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    color: #fff;
}

/*******************************************FEATURE**************************************************/
/*.feature{
	position: relative;
	overflow:hidden;
}
.feature-right-image{
	position: absolute;
	width: 100%;
	height: 100%;
}*/
.feature-wiget {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .feature-wiget h4, .feature-wiget i {
        color: #433b88;
    }

    .feature-wiget i {
        font-size: 36px;
    }

    .feature-wiget h4 {
        text-transform: uppercase;
    }

.bottom-line {
    position: relative;
    margin-bottom: 20px;
}

    .bottom-line:after {
        content: '';
        position: absolute;
        top: 100%;
        width: 35px;
        height: 2px;
        background-color: #0e153a;
        left: 0;
        margin-top: 7px;
        margin-bottom: 5px;
    }
/*******************************************CARD*****************************************************/
.card {
    box-shadow: 0px 4px 15px 0px rgba(191, 195, 198, 0.29);
}

.card-title {
    color: #5a5a5a;
    text-transform: initial;
}

.card-block {
    padding: 4rem;
}
/*******************************************TESTIMONIAL**********************************************/
.heading-wraper {
    margin-bottom: 120px;
}

    .heading-wraper h3 {
        color: #fff;
        text-transform: uppercase;
    }

    .heading-wraper .heading-devider {
        margin: 0 auto;
        width: 100px;
        height: 2px;
        border: 0px;
    }

.testimonial-container {
    background-color: #fff;
    box-shadow: 0px 8px 21px 0px rgba(26, 31, 66, 0.29);
}

.testimonial-content {
    padding: 2rem 8rem;
    position: relative;
    top: -45px;
    color: #5a5a5a;
    font-weight: 600;
}

.testimonial-speech {
    font-size: 16px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #5a5a5a;
}

.testimonial-container .client-details {
    position: relative;
    top: -45px;
}

    .testimonial-container .client-details img {
        border-radius: 50%;
        margin-bottom: 25px;
    }

.client-designation {
    margin-bottom: 0px;
    font-size: 10px;
    text-transform: uppercase;
    color: #999999;
    font-family: 'Montserrat', sans-serif;
}

.client-name {
    margin-bottom: 0px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    font-weight: 400;
}

ul.social-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ul.social-list li {
        margin: 0;
        padding: 0;
        display: inline-block;
    }

        ul.social-list li a {
            display: block;
            font-size: 2rem;
            padding: 0.2rem;
            color: #999999;
        }

            ul.social-list li a:hover, ul.social-list li a:focus {
                color: #0e153a;
            }

.owl-wrapper-outer {
    padding-top: 60px;
    margin-top: -60px;
}
/*******************************************CUSTOMER SUPPORT*****************************************/
.customer-support-content {
    padding-left: 15px;
    padding-right: 15px;
}
/*******************************************SUBSCRIPTION*********************************************/
.sunscription-wraper-outer {
    box-shadow: 0px 8px 21px 0px rgba(191, 195, 198, 0.29);
}

.subscription-wraper h3 {
    text-transform: uppercase;
    color: #433b88;
}

.subscription-wraper p {
    color: #5a5a5a;
}

.subscription-form .form-group {
    width: 65%;
    margin: 0 auto;
}

.subscription-form .form-control {
    border-radius: 50px;
    margin-bottom: 25px;
    margin-top: 25px;
    height: 40px;
}

.newsletter {
    background-color: #f1f6fa
}

/*******************************************FOOTER***************************************************/
.footer-list-wiget h4 {
    color: #433b88;
    text-transform: uppercase;
}

.footer-list-wiget .list-group-item {
    border: 0px;
    background-color: transparent !important;
    padding-left: 0;
    font-family: 'Open Sans', sans-serif;
    color: #999999;
}

.footer-devider {
    background-color: rgb(235, 235, 235);
}

.footer-end-line {
    height: 25px;
    background-color: #433b88;
    width: 100%;
    margin: 0;
    padding: 0;
}

.logo-colored, .logo-white {
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

    .logo-colored img, .logo-white img {
        display: inline-block;
        text-transform: uppercase;
        max-height: 50px;
        margin-right: 10px;
    }

.logo-white {
    color: #fff;
}

.logo-colored {
    color: #e8617d;
}

.footer-left-content {
    margin-bottom: 50px;
}

    .footer-left-content .content {
        margin-top: 15px;
    }

.footer-list-wiget .list-group {
    margin-top: 26px;
}

.footer-list-wiget .list-group2 {
    margin-top: 26px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-top-150 {
    padding-top: 150px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-20 {
    margin-top: 20px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}


/*******************************************ELEMENT STYLES*******************************************/
.btn-orange, .btn-violat {
    color: #fff;
}

.btn-violat, .gradient-violat {
    background-image: -moz-linear-gradient(135deg, rgb(244,202,216) 0%, rgb(129,112,137) 35%, rgb(14,21,58) 100%);
    background-image: -webkit-linear-gradient(135deg, rgb(244,202,216) 0%, rgb(129,112,137) 35%, rgb(14,21,58) 100%);
    background-image: -ms-linear-gradient(135deg, rgb(244,202,216) 0%, rgb(129,112,137) 35%, rgb(14,21,58) 100%);
}

.btn-orange, .gradient-orange {
    background-image: -webkit-linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    background-image: -o-linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    background-image: linear-gradient(125deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    box-shadow: 0px 8px 27px 0px rgba(116, 44, 69, 0.21);
}

.btn-white, .gradient-white {
    background-image: linear-gradient(125deg, #ffffff, #e1e1e1);
    color: #6b6a8b;
}

.border-none {
    border: 0px !important;
}

.btn-rounded-corner {
    border-radius: 50px;
}

.btn-video {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
}

.text-center {
    text-align: center;
}

.img-responsive {
    width: 100%;
}

.img-responsive85 {
    max-width: 85%;
    margin-top: -20px;
}

.img-responsive-reference {
    max-width: 100%;
    height: auto; /* Yüksekliği orantılı tutar */
}

/* Görsellerin etrafındaki alanı düzenler */
.image-wrapper-reference {
    overflow: hidden;
    display: flex; /* Esnek düzen */
    justify-content: center; /* Ortalar */
    align-items: center; /* Ortalar */
    margin-bottom: 15px; /* Alt boşluk */
}

.text-violat {
    color: #6b6a8b;
}

.padding-top-bottom-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.padding-top-bottom-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.bg-image {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-50 {
    margin-top: 50px;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.text-white {
    color: #fff;
}

.bg-fit {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.bg-image-fit-50 {
    background-repeat: no-repeat !important;
    background-position-x: 100% !important;
    background-size: 50% 100% !important;
}

.btn-navbar {
    line-height: 1;
}

.btn-link i {
    font-size: 18px;
    vertical-align: middle;
}

.btn-video {
    text-transform: uppercase;
    transition: all .5s ease;
}

    .btn-video:hover {
        text-decoration: none;
        color: #e86c6c;
    }

        .btn-video:hover .icon-rounded {
            border-color: #e86c6c;
            box-shadow: 0px 8px 27px 0px rgba(116, 44, 69, 0.21);
            color: #e86c6c;
        }

.btn.gradient-orange:hover {
    background-color: #e86c6c !important;
    background-image: none !important;
}

.btn-orange.active, .btn-orange:active {
    color: #fff;
    background-image: -webkit-linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    background-image: -o-linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    background-image: linear-gradient(125deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    border: 0px;
    border-color: transparent;
}

.btn-violat.active, .btn-violat:active {
    color: #fff;
    background-image: -moz-linear-gradient(135deg, rgb(244,202,216) 0%, rgb(129,112,137) 35%, rgb(14,21,58) 100%);
    background-image: -webkit-linear-gradient(135deg, rgb(244,202,216) 0%, rgb(129,112,137) 35%, rgb(14,21,58) 100%);
    background-image: -ms-linear-gradient(135deg, rgb(244,202,216) 0%, rgb(129,112,137) 35%, rgb(14,21,58) 100%);
    border: 0px;
    border-color: transparent;
}

.btn-violat:hover, .btn-white:hover {
    background-image: -webkit-linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    background-image: -o-linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    background-image: linear-gradient(125deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    border: 0px;
    border-color: transparent;
}

.icon-rounded {
    width: 49px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
    position: relative;
    margin-right: 5px;
    transition: all .5s ease;
}

    .icon-rounded i {
        font-size: 2.3rem; /* İkon boyutunu artırdık */
        line-height: 1;
        transition: all .5s ease;
    }


/*******************************************BACKGROUND-STYLES****************************************/
.bg-transparent {
    background-color: transparent;
}

.max-width-100 {
    max-width: 100% !important;
}

.italic {
    font-style: italic;
}

.blog-category {
    text-transform: uppercase;
    color: #433b88 !important;
    font-weight: 600;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.padding-top-90 {
    padding-top: 90px;
}



.padding-t-90 {
    padding-top: 90px;
}

.padding-t-120 {
    padding-top: 120px;
}

.margin-top-bottom-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.padding-about-t-40 {
    padding-top: 40px;
    padding-bottom: 10px;
}

.bordered-ios {
    background-color: transparent;
    border-color: #fff;
    border: 1px solid;
}

.service-image-wrapper {
    position: relative; /* Gölge efekti için konumlandırmayı sağlar */
}

    .service-image-wrapper img {
        display: block; /* Görselin altında boşluk bırakılmasını engeller */
        width: 100%; /* Görselin kapsayıcıya uygun şekilde boyutlandırılmasını sağlar */
        height: auto; /* Yüksekliği orantılı tutar */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Gölge efekti ekler */
        border-radius: 8px; /* Köşeleri yuvarlatmak için isteğe bağlı */
    }

.customer-support-section .customer-support-content {
    padding-top: 90px;
    padding-bottom: 120px;
}

.customer-support-section .service-image-wrapper {
    padding-top: 90px;
}

/*******************************************SCROLL TOP ICON*****************************************/
.display-none {
    display: none;
    transition: all .5s ease;
}

.scroll-top-div {
    position: fixed;
    width: 45px;
    height: 45px;
    top: calc(100vh - 70px);
    left: calc(100vw - 62px);
    cursor: pointer;
    transition: all .5s ease;
}

.scroll-top-icon-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    background-image: -o-linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    background-image: linear-gradient(125deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    color: #fff;
}

    .scroll-top-icon-container i {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: 28px;
    }
/*******************************************OVERLAY*************************************************/
@media screen and (max-width: 768px) {
    .sm-padding-top-bottom-50-75 {
        padding-top: 50px;
        padding-bottom: 85px;
    }

    .sm-padding-t-b-50-75 {
        padding-top: 30px;
        padding-bottom: 75px;
    }

    .testimonial-content {
        padding: 0.5rem 1rem;
    }

    .sm-display-none {
        display: none;
    }

    .image-right-slide-wraper .image-right-slide-content {
        text-align: center;
    }

    .image-right-slide-bg {
        background-image: none !important;
    }

    .image-right-slide-bg {
        padding: 4rem 15px;
    }

    .home-slider h2 {
        font-size: 1.999em;
    }

    .home-slider .slider-para {
        font-size: 1em;
    }

    .padding-top-bottom-120 {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .padding-top-bottom-90 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .padding-top-120 {
        padding-top: 75px;
    }

    .padding-top-90 {
        padding-top: 60px; /* Yukarıdan boşluk değerini mobilde 60px olarak ayarladık */
    }
    
    .padding-t-90 {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .padding-t-b-90-50 {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .padding-t-120 {
        padding-top: 50px;
    }

    .padding-about-t-40 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .footerright-padding-top-60 {
        padding-top: 60px; /* Yukarıdan boşluk değerini mobilde 60px olarak ayarladık */
    }

    .card-block {
        padding: 2rem;
    }

    .navbar {
        background-image: -webkit-linear-gradient(305deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
        background-image: -o-linear-gradient(305deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
        background-image: linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    }

    .navbar-divider {
        display: none;
    }

    .navbar-toggle {
        margin-top: 2px;
    }

    .logo-colored img, .logo-white img {
        max-height: 40px;
    }

    .image-wraper {
        padding-top: 50px;
        margin-left: 0; /* Mobilde varsayılan padding uygulanıyor */
        margin-right: 0; /* Mobilde varsayılan padding uygulanıyor */
        text-align: center; /* Mobilde görselin ortalanması */
    }

    .img-responsive85 {
        width: 100%;
        margin-top: 0;
    }


    .service-image-wrapper {
        margin-top: 20px; /* Üst boşluk */
    }

    .customer-support-content {
        padding-top: 50px; /* Üst boşluk */
        padding-bottom: 75px; /* Alt boşluk */
        text-align: center; /* İçeriği ortalar */
    }

        .customer-support-content h4 {
            text-align: center;
        }

        .customer-support-content p {
            text-align: center;
        }

    .customer-support-section .row {
        display: flex;
        flex-direction: column; /* İçerikleri dikey olarak sıralar */
        align-items: center; /* İçerikleri ortalar */
        text-align: center; /* Metinleri ortalar */
    }

    .customer-support-section .col-md-4,
    .customer-support-section .col-md-3 {
        width: 100%; /* Tam genişlik */
        padding: 0; /* Boşlukları kaldırır */
    }

    .customer-support-section .col-md-4 {
        order: 2; /* İçerik için */
    }

    .customer-support-section .col-md-3 {
        order: 1; /* Görsel için */
        margin-bottom: 15px; /* Görsel ile metin arasındaki boşluk */
    }

    .customer-support-section .service-image-wrapper {
        padding-top: 0; /* Üst boşluk */
    }

    .customer-support-section .customer-support-content {
        padding-top: 15px; /* Üst boşluk */
        padding-bottom: 15px; /* Alt boşluk */
    }

    .logo-colored {
        display: flex;
        flex-direction: column; /* Mobilde logo ve metni alt alta getirir */
        align-items: center; /* Dikey olarak ortalar */
        text-align: center; /* Metni ortalar */
    }

        .logo-colored img {
            margin-right: 0; /* Logo ve metin arasındaki boşluğu kaldırır */
        }

        .logo-colored span {
            font-size: 20px; /* Metni küçültür */
        }

    .footer-left-content .content {
        text-align: center; /* Metni ortalar */
    }

        .footer-left-content .content p {
            margin: 0 auto; /* Ortalanması için margin ayarı */
            display: inline-block; /* P elementini ortalamak için inline-block kullanımı */
        }

    .footer-list-wiget {
        display: flex;
        flex-direction: column; /* Başlık ve liste öğelerini dikeyde yerleştirir */
        align-items: center; /* Yatayda ortalar */
        text-align: center; /* Metni ortalar */
    }

        .footer-list-wiget h4 {
            font-size: 20px; /* Mobilde başlık boyutunu ayarlayın */
            margin-bottom: 15px; /* Başlık ile liste arasında boşluk bırakın */
        }

        .footer-list-wiget .list-group {
            display: flex;
            flex-direction: column; /* Liste öğelerini dikeyde yerleştirir */
            align-items: center; /* Yatayda ortalar */
            padding: 0; /* Liste grubu içindeki varsayılan padding'i sıfırlar */
        }

        .footer-list-wiget .list-group-item {
            text-align: center; /* Liste öğelerini ortalar */
            font-size: 16px; /* Mobilde liste öğesi boyutunu ayarlayın */
            padding: 10px; /* Liste öğesi içindeki padding'i ayarlayın */
        }

        .footer-list-wiget .list-group2 {
            margin-top: 0;
            margin-bottom: 50px;
        }

    .list-group {
        margin-bottom: 0;
    }

    .reference-row .col-xs-6 {
        flex: 0 0 50%; /* İki sütun */
        max-width: 50%;
    }

    .breadcrumbs.inline-breadcrumbs {
        margin-bottom: 5px;
        padding-top: 5px;
    }

    .mdnone {
        display: none
    }
}
/* ID seçici ile sadece belirli bir sayfadaki stiller */
.image-wrapper-reference {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.img-responsive-reference {
    max-width: 100%;
    height: auto; /* Yüksekliği orantılı tutar */
}

@media screen and (min-width: 769px) {
    .reference-row .col-md-4 {
        flex: 0 0 33.33%; /* Üç sütun */
        max-width: 33.33%;
    }

    .image-right-slide-wraper {
        display: table;
        width: 100%;
    }

        .image-right-slide-wraper .image-right-slide-content {
            display: table-cell;
            vertical-align: middle;
            float: none;
        }

        .image-right-slide-wraper .image-container {
            float: none;
            display: table-cell;
        }

    .logo-colored {
        display: flex;
        align-items: center; /* Dikey olarak ortalar */
        justify-content: flex-start; /* Yatay olarak sola dayar */
        text-align: left; /* Metni sola dayar */
        flex-wrap: nowrap; /* Öğelerin alt satıra geçmesini engeller */
    }
}


/***************************************OWL CAROUSEL ******************************************************************/

.owl-theme .owl-controls .owl-page span {
    background: #fff;
}

.owl-theme .owl-controls .owl-buttons div {
    font-size: 45px;
    background-color: transparent;
    color: #fff;
}

.home-slider .owl-controls {
    position: absolute;
    width: 100%;
    top: calc(50% - 35px);
}

.home-slider .owl-buttons {
    position: relative;
}

.home-slider .owl-prev {
    position: absolute;
    left: 0;
}

.home-slider .owl-next {
    position: absolute;
    right: 0;
}


.menu-container {
    max-width: 1180px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

/*-------------breadcrumbs---------------------------------------*/
.breadcrumbs {
    z-index: 50;
    position: relative;
}

    .breadcrumbs.inline-breadcrumbs {
        margin-bottom: 25px;
    }

.brd-show-share {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    padding: 0px 20px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    color: #fff;
    z-index: 20;
    font-size: 12px;
    border-radius: 4px;
}

.share-holder.sing-page-share {
    z-index: 20;
    bottom: -100px;
}

.top_sing-page-share {
    bottom: inherit;
    top: 100px;
}

.brd-show-share i {
    padding-right: 6px;
}

.top-breadcrumbs {
    padding: 25px 0;
    background: #fff;
}

.breadcrumbs.block-breadcrumbs {
    border-top: none;
    padding: 25px 10px 15px 5px;
}

/*.breadcrumbs.inline-breadcrumbs:before, .top-breadcrumbs .container:before {
	font-family: Ionicons;
	content: "\f3d6";
	position: absolute;
	right: 30px;
	top: 50%;
	height: 22px;
	line-height: 22px;
	margin-top: -11px;
	font-size: 22px;
	font-weight: 100;
	color: #ADC7DD;
}*/

.top-breadcrumbs .container:before {
    margin-top: -2px;
    right: 0
}

.breadcrumbs a {
    position: relative;
}

.breadcrumbs.inline-breadcrumbs a, .breadcrumbs.inline-breadcrumbs span, .breadcrumbs.top-breadcrumbs a, .breadcrumbs.top-breadcrumbs span {
    float: left;
    padding: 5px 16px;
    position: relative;
    color: #888DA0;
    font-size: 12px;
    font-weight: 600;
}

    .breadcrumbs a:before, .breadcrumbs.top-breadcrumbs a:before {
        font-family: Ionicons;
        content: "\f3d6";
        font-size: 15px;
        position: absolute;
        top: 50%;
        right: -4px;
        margin-top: -11px;
        width: 10px;
        height: 2px;
        font-weight: 800;
        z-index: 20;
    }

.breadcrumbs.inline-breadcrumbs span {
    color: #999;
}

.breadcrumbs.inline-breadcrumbs a:first-child, .dasboard-breadcrumbs a:first-child {
    padding-left: 0;
}


/* fixed whatsapp button*/
a.whatsApp {
    position: fixed;
    display: block;
    right: 5%;
    bottom: 6%;
    width: 70px;
    height: 70px;
    background: #1dc43f;
    border-radius: 50%;
    z-index: 99;
    transition: all 0.475s ease;
    -webkit-transition: all 0.475s ease;
    -moz-transition: all 0.475s ease;
    -o-transition: all 0.475s ease;
    border: 4px solid rgba(255, 255, 255, 0.2);
}

    a.whatsApp:before {
        content: "\f095";
        position: absolute;
        text-align: center;
        line-height: 25px;
        color: #fff;
        font-size: 33px;
        font-family: "FontAwesome";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    a.whatsApp:hover {
        -webkit-box-shadow: inset 0px 0px 41px 0px rgba(8, 130, 32, 0.7);
        -moz-box-shadow: inset 0px 0px 41px 0px rgba(8, 130, 32, 0.7);
        box-shadow: inset 0px 0px 41px 0px rgba(8, 130, 32, 0.7);
    }

    a.whatsApp .animated {
        border: 5px solid #1dc43f;
        border-radius: 50%;
        bottom: -5px;
        content: "";
        left: -5px;
        position: absolute;
        right: -5px;
        top: -5px;
        z-index: 2;
    }

.bullets {
    -webkit-animation-name: bullets;
    -moz-animation-name: bullets;
    animation-name: bullets;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes bullets {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes bullets {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: Â infinite;
}



/* contact */
.map-container {
    width: 100%; /* Tam genişlikte */
    height: 300px; /* 300px yüksekliğinde */
    overflow: hidden; /* Taşmayı engeller */
    position: relative; /* İçeriğin konumunu belirler */
    margin-top: 90px; /* Üstten 40px boşluk */
    border-radius: 10px; /* Köşeleri yuvarlatmak için */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Gölge eklemek için */
}

    .map-container iframe {
        width: 100%;
        height: 100%;
        border: 0; /* Çerçeveyi kaldırır */
    }

.no-list-style {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .no-list-style li {
        display: inline-block; /* İkonların yatayda yan yana dizilmesini sağlar */
        margin-right: 10px; /* İkonlar arasındaki boşluğu ayarlar */
    }

        .no-list-style li a {
            color: #011638; /* İkonların rengini ayarlar */
            text-decoration: none; /* Bağlantıların altını kaldırır */
            transition: transform 0.3s ease; /* İkonların büyüme animasyonunu ekler */
            word-break: break-word; /* Kelime kırılmasını sağlar */
            max-width: 200px; /* İsteğe bağlı olarak genişliği ayarlayın */
            display: inline-block;
        }

            .no-list-style li a:hover {
                transform: scale(1.2); /* İkonların üzerine gelindiğinde büyümesini sağlar */
            }

            .no-list-style li a i {
                font-size: 30px; /* İkonların boyutunu ayarlar */
                transition: transform 0.3s ease; /* İkonların büyüme animasyonunu ekler */
                background-color: transparent; /* Arka plan rengini kaldırır */
                display: inline-block;
                width: 30px; /* Orijinal ikon boyutuna uygun genişlik */
                height: 30px; /* Orijinal ikon boyutuna uygun yükseklik */
                line-height: 30px; /* İkonun dikey ortalanması için */
                text-align: center; /* İkonun yatay ortalanması için */
            }

            .no-list-style li a:hover i {
                color: #fff; /* Hover durumunda rengin değişmesini engeller */
                background-color: transparent; /* Hover durumunda arka plan renginin değişmesini engeller */
            }


.validation-summary-errors ul {
    color: red !important;
    font-family: 'Roboto';
    font-size: 12px;
    padding-left: 20px !important;
    margin-top: -5px;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}
/*-------------Forms---------------------------------------*/
.custom-form {
    float: left;
    width: 100%;
    position: relative;
}

    .custom-form textarea, .custom-form input[type="text"], .custom-form input[type=email], .custom-form input[type=password], .custom-form input[type=button], .listsearch-input-item input[type="text"] {
        float: left;
        border: 1px solid #e5e7f2;
        background: #f9f9f9;
        width: 100%;
        padding: 15px 20px 15px 45px;
        border-radius: 4px;
        color: #011638;
        font-size: 12px;
        -webkit-appearance: none;
        outline: none;
        overflow: hidden;
        z-index: 1;
    }

    .custom-form.dark-form textarea, .custom-form.dark-form input[type="text"], .custom-form.dark-form input[type=email], .custom-form.dark-form input[type=password], .custom-form.dark-form input[type=button] {
        border: none;
        background: rgba(255,255,255,0.08);
    }

    .custom-form textarea::-webkit-input-placeholder, .custom-form input[type="text"]::-webkit-input-placeholder, .listsearch-input-item input[type="text"]::-webkit-input-placeholder {
        color: #011638;
        font-weight: 500;
        font-size: 12px;
        font-family: 'Roboto';
    }

    .custom-form textarea:focus, .custom-form input[type="text"]:focus, .custom-form input[type=email]:focus, .custom-form input[type=password]:focus, .listsearch-input-item input[type="text"]:focus {
        background: #fff;
        box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
    }

    .custom-form .nice-select input {
        padding-left: 20px;
    }

    .custom-form textarea {
        height: 175px;
        resize: none;
        padding: 25px 20px;
        -webkit-appearance: none;
    }

    .custom-form input {
        margin-bottom: 8px;
    }

    .filter-tags input, .custom-form .filter-tags input {
        float: left;
        position: relative;
        border: 1px solid #ccc;
        cursor: pointer;
        padding: 0;
        width: 20px;
        height: 20px;
        position: relative;
        border-radius: 2px;
        color: #fff;
        background: #fff;
        -webkit-appearance: none;
    }

    .custom-form.dark-form .filter-tags input {
        border-color: transparent;
        background: rgba(255,255,255,0.21);
    }

    .filter-tags input:checked:after, .custom-form .filter-tags input:checked:after {
        font-family: Font Awesome\ 5 Pro;
        content: "\f00c";
        font-size: 12px;
        position: absolute;
        top: 2px;
        left: 3px;
        z-index: 20;
    }

    .filter-tags label, .custom-form .filter-tags label {
        float: left;
        padding: 0 10px;
        position: relative;
        top: 4px;
        color: #888DA0;
        font-weight: 600;
        width: auto;
        font-size: 11px;
    }

    .custom-form.dark-form .filter-tags label {
        color: #fff;
    }

    .custom-form label {
        float: left;
        position: relative;
        width: 100%;
        text-align: left;
        font-weight: 500;
        color: #666;
        color: #011638;
        font-size: 13px;
        font-weight: 500;
    }

.main-register .custom-form label {
    padding-bottom: 12px;
}

.custom-form.dark-form label {
    color: rgba(255,255,255,0.71);
}

.custom-form label i {
    padding-right: 12px;
    font-size: 14px;
    position: absolute;
    top: 16px;
    left: 16px;
}

.vis-label {
    margin-bottom: 10px;
    font-size: 12px;
}

.custom-form label.vis-label i {
    top: 44px;
}

.custom-form button {
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 20px;
}

.custom-form input[type=number]::-webkit-inner-spin-button, .custom-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-form input[type=number] {
    -moz-appearance: textfield;
}

.custom-form .quantity span {
    float: left;
    position: relative;
    top: 16px;
    padding-left: 14px;
    color: #011638;
}

    .custom-form .quantity span i {
        padding-right: 10px;
        font-size: 14px;
    }

.custom-form .quantity input.minus, .custom-form .quantity input.plus, .custom-form .quantity input.qty {
    width: 50px;
    height: 50px;
    border-radius: 0;
    text-align: center;
    padding: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

.custom-form .quantity input.plus {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.custom-form .quantity input.minus {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.quantity-item {
    float: right;
}

.custom-form .quantity input.qty {
    color: #fff;
    width: 50px;
    border-right: none;
    border-left: none;
    cursor: default;
    -webkit-appearance: none;
    background: #4E65A3;
}

.custom-form.no-icons input, .custom-form.no-icons textarea {
    padding-left: 10px;
}

.custom-form.no-icons label {
    margin-bottom: 20px;
}

.pass-input-wrap span {
    position: absolute;
    right: 20px;
    cursor: pointer;
    bottom: 36px;
    z-index: 10;
    font-size: 12px;
}

.pass-input-wrap input {
    padding-left: 10px !important;
}

.radio {
    color: #999;
    font-size: 13px;
    position: relative;
    top: -2px;
}

    .radio span {
        position: relative;
        padding-left: 30px;
        top: 1px;
    }

        .radio span:after {
            content: '';
            width: 20px;
            height: 20px;
            border: 2px solid #ccc;
            position: absolute;
            left: 0;
            top: -3px;
            box-sizing: border-box;
        }

    .radio input[type="radio"] {
        cursor: pointer;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
    }

        .radio input[type="radio"]:checked + span {
            color: #666;
        }

            .radio input[type="radio"]:checked + span:before {
                font-family: Font Awesome\ 5 Pro;
                content: "\f00c";
                font-size: 13px;
                position: absolute;
                top: 0;
                left: 4px;
                z-index: 20;
            }

.fuzone {
    position: relative;
    border: 1px solid #eee;
    border-radius: 3px;
    background: #F7F9FB;
    transition: all 0.3s linear;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    min-height: 160px;
    margin-top: 0px;
    float: left;
    cursor: pointer;
}

    .fuzone input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 100;
        cursor: pointer;
    }

    .fuzone .fu-text {
        text-align: center;
        margin: 50px 0;
        font-size: 12px;
        color: #999;
        font-weight: 400;
        position: relative;
    }

        .fuzone .fu-text i {
            font-size: 44px;
            width: 100%;
            padding-bottom: 10px;
            transition: all 0.3s linear;
            color: #666;
        }

.book-form .quantity-item label {
    width: auto;
    position: relative;
    top: 16px;
    padding-right: 10px;
    color: #011638;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

    .book-form .quantity-item label i {
        position: relative;
        float: left;
        top: 0;
        left: 0;
        padding-right: 8px;
    }

.book-form .quantity {
    float: right;
}

.book-form .quantity-item {
    margin-bottom: 20px;
    float: left;
    width: 50%;
}

    .book-form .quantity-item.fcit {
        padding-left: 20px;
    }

.book-form .btnaplly {
    color: #fff;
    width: 100%;
    background: #F8BB11;
    padding: 15px 0;
    border-radius: 4px;
}

    .book-form .btnaplly i {
        padding-left: 10px;
    }

.total-coast {
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

    .total-coast strong {
        color: #011638;
        font-size: 12px;
        font-weight: 600;
        position: absolute;
        left: 0;
        top: 21px;
    }

    .total-coast span {
        float: right;
        text-align: right;
        font-size: 19px;
        font-weight: 400;
        position: relative;
        top: 3px;
    }

.custom-form .total-coast input {
    width: inherit !important;
    float: left;
    border: none;
    background: none;
    height: auto;
    padding: 0;
    color: #888DA0;
    font-size: 24px;
    text-align: right;
    margin-bottom: 0;
    top: -3px;
    position: relative;
    right: 10px;
}

.hid-input {
    display: none;
}

.onoffswitch {
    position: relative;
    width: 83px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 21px;
        background-color: #4DB7FE;
        color: #fff;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 21px;
        background-color: #4DB7FE;
        color: #fff;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 21px;
    margin: 4.5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 49px;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.main-register .custom-form input[type="text"], .main-register .custom-form input[type=email],
.main-register .custom-form input[type=password] {
    padding-left: 20px;
}

.circle-wrap {
    position: absolute;
    transition: all 300ms linear;
}

.circle_bg-bal {
    display: block;
    background: radial-gradient(circle at 10px 10px, rgba(255,255,255,0.31), rgba(255,255,255,0.11));
    border-radius: 100%;
}

.circle_bg-bal_small {
    height: 100px;
    width: 100px;
    animation: bubble-anim 2s ease-out infinite;
}

.circle_bg-bal_middle {
    height: 150px;
    width: 150px;
    animation: bubble-anim 8s ease-out infinite;
}

.circle_bg-bal_versmall {
    height: 40px;
    width: 40px;
}

.circle_bg-bal_big {
    height: 200px;
    width: 200px;
    animation: bubble-anim 4s ease-out infinite;
}

@keyframes bubble-anim {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scaleY(0.95) scaleX(1.05);
    }

    48% {
        transform: scaleY(1.1) scaleX(0.9);
    }

    68% {
        transform: scaleY(0.98) scaleX(1.02);
    }

    80% {
        transform: scaleY(1.02) scaleX(0.98);
    }

    97%, 100% {
        transform: scale(1);
    }
}

.gradient-bg-figure {
    position: absolute;
    width: 550px;
    height: 200px;
    border-radius: 200px;
    background: rgba(255,255,255,0.07);
    transform: rotate(35deg);
    box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.03);
}
/*-------------widgets---------------------------------------*/
.box-widget-content {
    float: left;
    width: 100%;
    position: relative;
    padding: 25px 30px 30px;
    z-index: 10;
}

.bwc-nopad {
    padding: 25px 0 50px 0;
}

.bwc-padside {
    padding-left: 10px;
    padding-right: 10px;
}

.box-widget-item, .list-single-facts {
    margin-bottom: 20px;
}

.list-item-widget-contacts ul.no-list-style {
    padding-left: 0; /* Padding'i kaldırır */
    margin-left: 0; /* Margin'i kaldırır */
    list-style: none; /* Liste işaretlerini kaldırır */
}

    .list-item-widget-contacts ul.no-list-style li {
        padding-left: 0; /* Padding'i kaldırır */
        margin-left: 0; /* Margin'i kaldırır */
    }

        /* İkonlar ve metin arasındaki boşluğu ayarlamak için */
        .list-item-widget-contacts ul.no-list-style li span {
            display: inline-block;
            width: 70px; /* İkonlar ve metin arasındaki genişliği ayarlar */
            text-align: left; /* Metni sola hizalar */
        }

.inline-facts-wrap {
    display: block;
    padding: 20px 30px 30px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.single-facts .inline-facts-wrap {
    float: left;
    width: 25%;
}

.inline-facts-wrap h6 {
    width: 100%;
    float: left;
    font-size: 12px;
    text-align: left;
    color: #fff;
    font-weight: 400;
    margin-top: 6px;
}

.inline-facts-wrap i {
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 44px;
    color: #fff;
    opacity: 0.4;
}

.inline-facts-wrap .num {
    float: left;
    font-size: 36px;
    color: #fff;
    font-weight: 800;
}

.single-facts_2 .inline-facts-wrap .num, .bold-facts .inline-facts-wrap .num {
    color: #fff;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    font-size: 44px;
    float: none;
    text-align: center;
}

.bold-facts .inline-facts-wrap {
    padding: 0;
    margin-top: 15px;
}

    .single-facts_2 .inline-facts-wrap h6, .bold-facts .inline-facts-wrap h6 {
        font-weight: 600;
        color: #fff;
        font-size: 13px;
        margin-top: 12px;
        text-align: center;
    }

    .bold-facts .inline-facts-wrap h6 {
        color: #011638;
    }

.single-facts_2 .inline-facts-wrap:before {
    content: '';
    position: absolute;
    bottom: 6px;
    width: 30px;
    height: 2px;
    left: 50%;
    margin-left: -15px;
    background: rgba(255,255,255,0.4);
}

.single-facts_2 .inline-facts-wrap:after {
    content: '';
    position: absolute;
    right: -100px;
    width: 100px;
    height: 1px;
    border-top: 1px dotted rgba(255,255,255,0.8);
    top: 50%;
}

.bold-facts .inline-facts-wrap:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background: #ccc;
    top: 50%;
    right: 0;
}

.single-facts_2 .inline-facts-wrap:last-child:after, .bold-facts .inline-facts-wrap:last-child:before {
    display: none;
}

.list-single-main-item_content .listing-features li {
    padding-left: 0;
}

    .list-single-main-item_content .listing-features li a {
        font-weight: 600;
        color: #011638;
        font-family: 'Nunito', sans-serif;
        font-size: 12px;
    }

    .list-single-main-item_content .listing-features li i {
        width: 30px;
        height: 30px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        border-radius: 100%;
        background: #F5F6FA;
        position: relative;
        float: left;
        margin-right: 10px;
        top: -8px;
        font-size: 11px;
    }

.stat-wave {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    opacity: 0.2;
    bottom: 0;
}

    .stat-wave svg {
        position: absolute;
        right: 0;
        width: 100%;
        height: 100%;
        bottom: -30px;
    }

.opening-hours ul li {
    width: 100%;
    float: left;
    padding: 12px 0;
    color: #011638;
    position: relative;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}

    .opening-hours ul li:first-child {
        padding-top: 0;
    }

    .opening-hours ul li span.opening-hours-time {
        float: right;
        font-weight: 500;
        color: #011638;
    }

    .opening-hours ul li span.opening-hours-day {
        float: left;
        color: #011638;
        font-weight: 600;
    }

.list-author-widget-contacts {
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    float: left;
    width: 100%;
}

    .list-author-widget-contacts p {
        text-align: left;
    }

    .list-author-widget-contacts.list-item-widget-contacts {
        /*margin-top: 0;*/
        border-bottom: 0;
        padding-bottom: 0;
    }

    .list-author-widget-contacts li {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .list-author-widget-contacts.list-item-widget-contacts li {
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

        .list-author-widget-contacts.list-item-widget-contacts li:last-child {
            margin-bottom: 0;
            border-bottom: none;
        }

    .list-author-widget-contacts li span, .list-author-widget-contacts li a {
        float: left;
        text-align: left;
        font-weight: 500;
    }

    .list-author-widget-contacts li span {
        min-width: 80px;
    }

        .list-author-widget-contacts li span i {
            margin-right: 7px;
            font-size: 14px;
        }

    .list-author-widget-contacts li a {
        margin-left: 20px;
        color: #011638;
    }

.bottom-bcw-box {
    margin-top: 10px;
    padding: 12px 70px 12px 30px;
    border-top: 1px solid #eee;
}

.bottom-bcw-box_link {
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #eee;
    height: 100%;
    width: 70px;
}

    .bottom-bcw-box_link a {
        position: absolute;
        width: 100%;
        height: 20px;
        left: 0;
        top: 50%;
        font-size: 16px;
        color: #9ea6ba;
        margin-top: -10px;
    }

.list-widget-social li {
    float: left;
}

.list-widget-social li {
    margin-right: 8px;
}

    .list-widget-social li a {
        width: 33px;
        height: 33px;
        display: block;
        line-height: 33px;
        border-radius: 4px;
        color: #878f99;
    }

.box-widget-author-title {
    padding: 20px 150px 30px 30px;
    position: relative;
}

.box-widget-author-title_content a {
    text-align: left;
    color: #011638;
    display: block;
    position: relative;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 600;
    padding-bottom: 6px;
}

.box-widget-author-title_content span {
    display: block;
    font-size: 10px;
    text-align: left;
    color: #011638;
    text-transform: uppercase;
}

.box-widget-author-title-img {
    float: left;
    margin-right: 18px;
}

    .box-widget-author-title-img img {
        width: 50px;
        height: 50px;
        border-radius: 100%;
    }

.box-widget-author-title_opt {
    position: absolute;
    right: 30px;
    top: 50%;
    height: 50px;
    margin-top: -25px;
    border-radius: 50px;
}

    .box-widget-author-title_opt:before {
        content: "";
        position: absolute;
        background: #f9f9f9;
        border-radius: 70px 0 0 70px;
        top: -6px;
        bottom: -6px;
        left: -20px;
        right: -30px;
        border: 1px solid #eee;
        border-right: none;
    }

    .box-widget-author-title_opt a {
        width: 34px;
        height: 34px;
        float: left;
        border-radius: 100%;
        position: relative;
        margin-right: 8px;
        color: #fff;
        top: 8px;
    }

        .box-widget-author-title_opt a:last-child {
            margin-right: 0;
        }

        .box-widget-author-title_opt a i {
            line-height: 34px;
        }



.custom-form .review-total span input {
    font-size: 26px;
    border: none;
    padding: 0;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1px;
    background: none;
    cursor: default;
    color: #011638;
}

.custom-form .clear-singleinput {
    bottom: 34px;
}

.review-range-container {
    width: 85%;
    padding-right: 20px;
}

.review-range-item {
    display: block;
    margin-bottom: 10px;
}

    .review-range-item .range-slider-title {
        width: 20%;
        position: relative;
        text-align: left;
        top: -4px;
        color: #011638;
    }

    .review-range-item .range-slider-wrap {
        width: 80%;
        margin-top: 0;
        position: relative;
        top: -24px;
    }

    .review-range-item .range-slider-title, .review-range-item .range-slider-wrap {
        float: left;
    }

.photoUpload {
    position: relative;
    padding: 8px 0;
    border: 1px dotted #e5e7f2;
    background: #F5F6FA;
    border-radius: 4px;
    font-size: 11px;
    margin: 10px 0;
    cursor: pointer;
    overflow: hidden;
}

    .photoUpload:before {
        font-family: Font Awesome\ 5 Pro;
        content: "\f5ff";
        position: absolute;
        left: 30px;
        top: 20px;
        font-size: 64px;
        color: #ccc;
        opacity: 0.2;
    }

    .photoUpload span i {
        font-size: 44px;
    }

    .photoUpload span strong {
        display: block;
        margin-top: 3px;
        color: #011638;
    }

    .photoUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 0;
    }

.list-single-main-media {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .list-single-main-media img {
        width: 100%;
        height: auto;
    }

.promo-link {
    position: absolute;
    bottom: 40px;
    left: 50px;
    padding: 16px 55px 16px 70px;
    font-size: 13px;
    font-weight: 400;
    color: #011638;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.4);
    z-index: 10;
    background: #fff;
}

    .promo-link i {
        position: absolute;
        left: 10px;
        top: 50%;
        height: 34px;
        width: 34px;
        line-height: 34px;
        border-radius: 100%;
        margin-top: -17px;
        color: #fff;
        box-shadow: 0 9px 26px rgba(58, 87, 135, 0.25);
    }

    .promo-link:hover i {
        background: #2C3B5A;
        color: #fff;
    }

.restor-menu-widget {
    margin-bottom: 20px;
}

.restmenu-item {
    float: left;
    position: relative;
    width: 50%;
    padding: 10px 20px 10px 84px;
    border-radius: 6px;
}

    .restmenu-item:hover {
        background: #f9f9f9;
    }

.restmenu-item-img {
    position: absolute;
    left: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 100%;
    transition: all 200ms linear;
}

    .restmenu-item-img img {
        height: 100%;
        width: auto;
        position: relative;
        left: 50%;
        margin-left: -60px;
    }

    .restmenu-item-img:hover {
        opacity: .7;
    }

.restmenu-item-det-header {
    margin-bottom: 6px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #ccc;
}

.restmenu-item-det p {
    font-size: 11px;
    line-height: 16px;
}

.restmenu-item-det-header h4 {
    text-align: left;
    float: left;
    font-size: 14px;
    color: #011638;
}

.restmenu-item-det-price {
    float: right;
    color: #011638;
    font-weight: 600;
    font-size: 14px;
}

.menu-filters, .menu-filters a {
    float: left;
}

.menu-filters, .listing-filters {
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 30px;
    border: 1px solid #eee;
}

    .menu-filters a, .listing-filters a {
        padding: 10px 30px;
        color: #011638;
        font-size: 12px;
        font-weight: 600;
        border-right: 1px solid #eee;
    }

        .menu-filters a.menu-filters-active, .listing-filters a.gallery-filter-active {
            color: #fff;
        }

        .menu-filters a:last-child {
            border-right: none;
        }

.listing-filters {
    border: none;
    margin-top: 0;
}

    .listing-filters a {
        display: inline-table;
        border: 1px solid #eee;
        border-right: none;
        margin: 0 -2px;
        padding: 15px 30px;
        background: #f9f9f9;
    }

        .listing-filters a:hover {
            background: #fff;
        }

        .listing-filters a:last-child {
            border-right: 1px solid #eee;
            border-radius: 0 6px 6px 0;
        }

        .listing-filters a:first-child {
            border-radius: 6px 0 0 6px;
        }


/*-------------Button---------------------------------------*/
.btn {
    padding: 12px 55px 12px 25px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    transition: all 200ms linear;
}

    .btn i {
        position: absolute;
        right: 20px;
        top: 50%;
        height: 20px;
        width: 20px;
        border-radius: 100%;
        line-height: 20px;
        margin-top: -10px;
        transition: all 200ms linear;
    }

    .btn.dec_btn {
        padding: 15px 55px 15px 25px;
        border-radius: 4px;
    }

        .btn.dec_btn:before {
            content: '';
            position: absolute;
            left: -8px;
            right: -8px;
            top: -8px;
            bottom: -8px;
            border: 1px solid #eee;
            border-radius: 4px;
            background: #f2f2f2;
            z-index: -1;
        }

    .btn:hover i {
        right: 10px;
        box-shadow: 0px 0px 0px 24px rgba(255,255,255,0.1);
    }

    .btn.border-btn {
        border: 2px solid;
    }

        .btn.color-bg, .btn.border-btn:hover, .btn.gradient-bg {
            color: #fff;
        }

.float-btn {
    float: left;
    /*margin-top:10px;*/
}

.color2-bg, .list-widget-social li a:hover, .accordion a.toggle.act-accordion, .banner-wdget-content a:hover, .inline-lsiw .listsearch-input-wrap_contrl li.current a, .cc-btn:hover, .down-btn:hover, .new-dashboard-item:hover, .header-search-button:hover, .lg-actions .lg-next, .lg-actions .lg-prev, .box-media-zoom:hover, .main-search-button {
    background: #011638;
}

.btnwhite {
    padding: 12px 55px 12px 25px;
    border-radius: 4px;
    color: darkgray;
    font-weight: 600;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    transition: all 200ms linear;
}

    .btnwhite i {
        position: absolute;
        right: 20px;
        top: 50%;
        height: 20px;
        width: 20px;
        border-radius: 100%;
        line-height: 20px;
        margin-top: -10px;
        transition: all 200ms linear;
    }

    .btnwhite.dec_btn {
        padding: 15px 55px 15px 25px;
        border-radius: 4px;
    }

        .btnwhite.dec_btn:before {
            content: '';
            position: absolute;
            left: -8px;
            right: -8px;
            top: -8px;
            bottom: -8px;
            border: 1px solid #eee;
            border-radius: 4px;
            background: #f2f2f2;
            z-index: -1;
        }

    .btnwhite:hover i {
        right: 10px;
        box-shadow: 0px 0px 0px 24px rgba(255,255,255,0.1);
    }

    .btnwhite.border-btn {
        border: 2px solid;
    }

        .btnwhite.color-bg, .btnwhite.border-btn:hover, .btnwhite.gradient-bg {
            color: #fff;
        }



/*-------------banner---------------------------------------*/
.banner-wdget {
    overflow: hidden;
    border-radius: 6px;
}

    .banner-wdget .overlay {
        opacity: 0.4;
    }

.banner-wdget-content {
    padding: 80px 30px 40px;
    z-index: 10;
}

    .banner-wdget-content h4 {
        font-weight: 600;
        color: #fff;
        font-size: 14px;
    }

    .banner-wdget-content a {
        font-weight: 600;
        color: #fff;
        padding: 10px 30px;
        display: inline-table;
        margin-top: 25px;
        border-radius: 4px;
        cursor: pointer;
        box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.2);
    }

.back-tofilters {
    color: #fff;
    margin-top: 20px;
    padding: 15px 0;
    border-radius: 4px;
    box-shadow: 0 9px 26px rgba(58, 87, 135, 0.15);
}

    .back-tofilters i {
        margin-left: 10px;
    }

.slideshow-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    z-index: 1;
}

.slide-progress-wrap {
    position: absolute;
    top: 70px;
    right: 50px;
    width: 80px;
    height: 1px;
    z-index: 100;
    background: rgba(255,255,255,0.2);
}

.slide-progress {
    position: absolute;
    left: 0;
    top: -1px;
    width: 0;
    height: 3px;
    border-radius: 4px;
    background: #fff;
}

.lightbox-gallery {
    color: #000;
    overflow-x: hidden
}

.lightbox-gallery p {
    color: #fff
}
.lightbox-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: #fff
}

@media (max-width:767px) {
    .lightbox-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px
    }
}

.lightbox-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px
}

.lightbox-gallery .intro p {
    margin-bottom: 0
}

.lightbox-gallery .photos {
    padding-bottom: 20px
}

.lightbox-gallery .item {
    padding-bottom: 30px
}

.gallery-photo {
    width: 100%;
    height: auto;
    object-fit: cover; /* Resmin kutuya sığması için */
    aspect-ratio: 1 / 1; /* Kare şeklinde sabit oran */
    border-radius: 10px; /* Köşeleri yumuşatmak için */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Yumuşak gölge */
    transition: transform 0.3s ease; /* Hover efekti için geçiş süresi */
}

/* Dikey fotoğraflar için ayrı bir sınıf tanımlayabilirsiniz */
.gallery-photo-vertical {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3 / 4;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

/* Yatay fotoğraflar için ayrı bir sınıf tanımlayabilirsiniz */
.gallery-photo-horizontal {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

    /* Hover efekti ekleyebilirsiniz */
    .gallery-photo:hover, .gallery-photo-vertical:hover, .gallery-photo-horizontal:hover {
        transform: scale(1.05); /* Hover sırasında resmi biraz büyütmek için */
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
