/* =====================================================================
   Okyanus Home EN — tema ana stil dosyası (main.css)
   Kaynak: eski projenin style.css + form.css dosyaları birleştirildi.
   Kaldırılanlar: animate.min.css, lightbox.min.css, lity.min.css,
                  owl.carousel/owl.theme, bootstrap.grid (BS4 subset)
   Sürüm damgası base.blade.php içindeki $assetVersion ile yönetilir.
   ===================================================================== */

/* -----------------------------------------------------------------
Template Name: iomat - ioMat4+ Template  
Template URI: ajans.io
Description: Full responsive clean code and easy to use.
Author: Sinan Sanveren www.sinansanveren.com.tr
Version: 1.0
-------------------------------------------------------------------*/

:root {
    --color1: #222222;
    --color2: #6bc8e9;
}

/* Bootstrap 4 reboot paritesi: BS 5.3 reboot <a> etiketlerinin altını çizer,
   eski projenin bootstrap.grid.min.css içindeki BS4 reboot'u çizmezdi. */
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

body {
    background: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #2e2e2e;
}

a:hover {
    text-decoration: none;
    transition: all .3s ease;
}

.img-fluid {
    max-width: 100%;
}

.mobile-nav {
    display: none;
}

.mobile-close-menu {
    display: none;
}

.owl-prev {
    position: absolute;
    top: 100%;
    right: 50%;
}

.owl-next {
    position: absolute;
    top: 100%;
    left: 50%;
}

.owl-prev i {
    color: white;
    font-size: 15px;
    background-color: var(--color2);
    padding: 9px;
    width: 50px;
    padding-right: 7px;
}

.owl-next i {
    color: white;
    font-size: 15px;
    background-color: var(--color2);
    padding: 9px;
    width: 50px;
    padding-left: 7px;
}

.owl-prev i:hover {
    color: white;
    background-color: var(--color1);
    transition: all .3s ease;
}

.owl-next i:hover {
    color: white;
    background-color: var(--color1);
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: white;
    text-decoration: none;
}

.owl-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--color2);
    width: 30px;
    height: 12px;
    transition: all .3s;
}

.owl-theme .owl-dots .owl-dot span {
    background: #d8d7d7;
    width: 12px;
    height: 12px;
    transition: all .3s;
    margin: 5px 2px;
}

.owl-next:focus,
.owl-prev:focus {
    outline: none;
}

.owl-dot,
.owl-dot:active,
.owl-dot:focus {
    outline: none;
}



/* mobil hemen ara */

.footer-sticky-bar {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--color2);
    z-index: 999;
    text-align: center;
}


.footer-sticky-bar a {
    color: white;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    padding: 5px 0;
    justify-content: center;
    align-items: center;
}

.footer-sticky-bar a i {
    position: relative;
    bottom: -1px;
    margin-right: 10px;
    font-size: 20px;
}


/*fixed header*/

.fixed-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s;
    z-index: 999;
}

.logo-menu.fixed-header {
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.20);
    border-bottom: none;
}

.header-mobile.fixed-header {
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.20);
    border-bottom: none;
    background-color: white;
}

.area-sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p70 {
    padding: 70px 0;
}

.lightbg {
    background: #f9f9f9;
}

.darkbg {
    background: #222222;
}

.section-top {
    text-align: center;
    margin-bottom: 40px;
    color: var(--color1);
}

.section-top .section-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    position: relative;
}

.section-top .icon {
    display: inline-block;
    position: relative;
    height: 20px;
    margin-top: 0px;
    width: 180px;
}

.section-top .icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 10px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #bcbcbc 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.section-top .icon:before {
    position: absolute;
    content: "\f0dd";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-size: 20px;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    color: #bcbcbc;
}

.section-top .section-desc {
    margin-top: 0px;
    font-size: 15px;
    color: #7b7b7b;
    line-height: 1;
}

.page-title {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: var(--color1);
    border-bottom: 1px solid #ededed;
}

/* header top */

.header-top {
    background: #46474c;
    padding: 7px 0;
}

.header-top ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-top a {
    color: white;
}

.header-top a:hover {
    color: #eeeeee;
}

.header-top .left .info a {
    font-size: 12px;
    margin-right: 15px;
}

.header-top .left .info a i {
    margin-right: 5px;
}

.header-top .right {
    display: flex;
    align-items: center;
}

.social {
    margin-right: 10px;
    border-right: solid 1px #666;
    padding-right: 10px;
}

.social a {
    margin-left: 15px;
}

.header-top .right .lang {
    padding-right: 10px;
}

.lang img {
    margin-top: -2px;
    margin-right: 5px;
    margin-left: 5px;
    max-height: 16px;
}

.header-top .right .head-button button {
    font-size: 14px;
    background-color: #55565a;
    color: #fff;
    display: flex;
    align-items: center;
    height: 35px;
    margin-top: -7px;
    margin-bottom: -7px;
    padding: 7px;
    border: none;
    cursor: pointer;
}

.header-top .right .head-button button i {
    margin-right: 5px;
    font-weight: 300;
}

/* logo menü */

.logo-menu {
    border-bottom: solid 1px #ededed;
    background-color: #55565a;
}

.logo-menu .logo img {
    max-width: 211px;
}

.main-menu {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
    text-transform: uppercase;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 35px 0px;
    margin-right: 15px;
    transition: all 300ms ease;
    white-space: nowrap;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-weight: 600;
    opacity: 1;
    color: #fff;
    padding: 0;
    transition: all 300ms ease;
    font-size: 14px;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color: var(--color2);
}

.main-menu .navigation>li>ul {
    position: absolute;
    right: 0px;
    top: 99%;
    min-width: 210px;
    padding: 0px 0px;
    z-index: 100;
    opacity: 1;
    margin-top: 1px;
    background: white;
    border: 1px solid #ededed;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 100ms ease;
    list-style: none;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ededed;
}

.main-menu .navigation>li>ul>li:hover {
    background: #ededed;
    transition: all 300ms ease;
}


.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: var(--color1);
    font-weight: 400;
    text-align: left;
    display: inline-block;
    transition: all 200ms ease;
    padding: 10px 30px 10px 10px;
    width: 100%;
}

.main-menu .navigation>li>ul>li:hover>a:before {
    width: 15px;
    opacity: 1;
}



.main-menu .navigation>li.dropdown>a:after {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    content: "\f107";
    margin-left: 3px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    content: "\f105";
    margin-left: 3px;
    right: 10px;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    margin-top: -45px;
    min-width: 210px;
    padding: 0px 0px;
    z-index: 100;
    opacity: 1;
    background: white;
    border: 1px solid #ededed;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 100ms ease;
    list-style: none;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ededed;
    white-space: nowrap;
}

.main-menu .navigation>li>ul>li>ul>li:hover {
    background: #ededed;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: var(--color1);
    font-weight: 400;
    text-align: left;
    display: inline-block;
    transition: all 200ms ease;
    padding: 10px 30px 10px 10px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a:before {
    width: 15px;
    opacity: 1;
}

.main-menu .navigation>li.dropdown:hover>ul {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    background-color: white;
    border: solid 1px #ededed;
}


.main-menu .navigation li>ul>li.dropdown:hover>ul {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    top: 99%;
    background-color: white;
}

/* slider */

.slider1 {
    position: relative;
    padding: 30px 0 30px 0;
}

.slider1 .owl-carousel .owl-stage-outer {
    border-radius: 10px;
}

.slider1 .picture {
    border-radius: 10px;
}

/* Slayt görselleri 1110px doğal genişlikte. Bootstrap 5 xxl (>=1400px)
   container'ı 1320px'e çıkardığı için görsel slaytı doldurmuyordu; width
   ile slayt genişliğine yayılır, oran height:auto ile korunur. */
.slider1 .picture img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.slider1 .owl-dots {
    position: absolute;
    top: 0;
    left: auto;
    right: 10px;
    transform: none;
}

.slider1 .owl-theme .owl-dots .owl-dot.active span,
.slider1 .owl-theme .owl-dots .owl-dot:hover span {
    background: white;
    width: 10px;
    height: 10px;
    border: solid 1px #222;
}

.slider1 .owl-theme .owl-dots .owl-dot span {
    background: #222;
    width: 10px;
    height: 10px;
    border: solid 1px white;
    margin: 5px 5px;
}

.slider1 .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.slider1 .right .picture-right img {
    border-radius: 10px;
}

.slider-button {
    text-align: center;
}


.slider-button a {
    width: 100%;
    padding: 10px;
    background-color: var(--color2);
    display: inline-block;
    border-radius: 10px;
    color: white;
}

.slider-button a:hover {
    background-color: var(--color1);
}

.about-us .slider-button a {
    width: auto;
    text-transform: uppercase;
    padding: 10px 40px;
}

.about-us .slider-button {
    text-align: left;
}

/* about us */

.about-us {
    border-top: solid 1px #ededed;
}

.about-us .description {
    color: var(--color1);
    text-align: left;
    margin-bottom: 30px;
}

.icon-box {
    display: flex;
    margin-bottom: 30px;
}

.icon-box .icon {
    margin-right: 10px;
}

.icon-box .icon i {
    background-color: var(--color2);
    color: white;
    font-size: 30px;
    width: 55px;
    height: 55px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-box .title {
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.icon-box .desc {
    font-size: 14px;
    color: #666;
}

/* product */

.service-box {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.service-box .picture {
    margin-bottom: 7px;
    position: relative;
}

.service-box .picture figure:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}

.service-box .title {
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #464646;
}

.service-box .title:hover {
    color: var(--color2);
}

.service-box .read-more {
    font-size: 14px;
    color: var(--color2);
    margin-left: 15px;
}

.service-box .read-more i {
    margin-left: 5px;
}

.service-box .price {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6bc8e9;
    font-weight: 600;
    position: relative;
    padding-top: 5px;
}

.service-box .price:after {
    position: absolute;
    content: "";
    background-color: var(--color2);
    width: 70px;
    height: 2px;
    top: -3px;
}

.service-box .price .old {
    text-decoration: line-through;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 400;
}

.service-box .price .new {
    padding-right: 5px;
    padding-left: 5px;
}

.service-box .ribbon {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    color: black;
}



/* pop product */



/* gallery */

.gallery-sld .owl-nav {
    display: none;
}

.picture-box {
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16);
    margin-bottom: 35px;
}

.picture-box img {
    border-radius: 5px;
}

.picture-box .picture-button {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.picture-box .picture-button a {
    font-size: 25px;
    font-weight: 300;
    text-shadow: 1px 0px 10px rgba(0, 0, 0, 0.3);
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.picture-box .picture-button:hover {
    opacity: 1;
    transition: all .3s ease;
}


/* blog */

.blog-box {
    display: flex;
    margin-bottom: 30px;
}

.blog-box .picture {
    min-width: 230px;
    margin-right: 20px;
}

.blog-box .picture img {
    border-radius: 5px;
}

.blog-box .picture img:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

.blog-box .blog-title a {
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--color1);
    display: inline-block;
}

.blog-box .blog-title a:hover {
    color: var(--color2);
}

.blog-box .blog-desc {
    color: #818181;
    font-size: 14px;
    margin-bottom: 10px;
}

.blog-box .read-more a {
    font-size: 14px;
    color: var(--color2);
}

.blog-box .read-more a:hover {
    color: var(--color1);
}

/* testimonials */

.testimonials {
    padding-bottom: 100px;
}

.testimonials-sld .owl-nav {
    display: none;
}

.testimonials-sld .owl-dots {
    padding-top: 30px;
}

.testimonials-box {
    text-align: center;
    position: relative;
}

.testimonials-box:after {
    position: absolute;
    content: "\f10e";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    right: 40px;
    bottom: 0;
    font-size: 50px;
    opacity: 0.1;
}

.testimonials-box:before {
    position: absolute;
    content: "\f10d";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    left: 40px;
    bottom: 0;
    font-size: 50px;
    opacity: 0.1;
}

.testimonials-box .quote {
    color: #646464;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonials-box .avatar {
    display: inline-block;
    max-height: 80px;
    max-width: 80px;
}

.testimonials-box .avatar img {
    border: 3px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}

.testimonials-box .name {
    font-weight: 700;
    font-size: 17px;
    color: var(--color1);
    line-height: 25px;
}

.testimonials-box .job {
    color: var(--color1);
    font-size: 13px;
}

/* counter */

.counter-area {
    justify-content: center;
}

.counter-box {
    text-align: center;
    margin-bottom: 30px;
}

.counter-box .icon {
    font-size: 35px;
    position: relative;
    margin-bottom: 10px;
}

.counter-box .icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #bcbcbc 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.counter-box .counter {
    font-size: 22px;
    font-weight: 800;
    color: var(--color2);
}

.counter-box .title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

/* cta */

.cta {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    text-align: center;
}

.cta:before {
    background-color: var(--color1);
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}

.cta span {
    color: white;
    font-size: 25px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.cta a {
    background-color: var(--color1);
    padding: 10px 25px;
    color: white;
    border-radius: 3px;
    font-weight: 600;
    font-size: 18px;
    border: solid 2px white;
    display: inline-block;
}

.cta a:hover {
    background-color: var(--color2);
}

/* referances */

.ref-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    height: 150px;
    background-color: white;
    border: solid 1px #ededed;
    margin-bottom: 30px;
}

.ref-box img {
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    max-height: 100%;
}

/* footer */

.footer {
    padding: 50px 0;
    background-color: #55565a;
    color: white;
}

.footer .title {
    position: relative;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer .title:after {
    position: absolute;
    content: "";
    background-color: white;
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 30px;
}

.footer .left {
    font-size: 14px;
}

.footer .center ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .center ul li {
    width: 50%;
    float: left;
    padding-right: 10px;
    margin-bottom: 10px;
}

.footer .center ul li a {
    background-color: rgba(255, 255, 255, 0.03);
    width: 100%;
    display: inline-block;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 2px;
}

.footer .center ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.footer .right ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .right ul li {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 2px;
    margin-bottom: 10px;
    display: flex;
}

.footer .right ul li a {
    color: white;
}

.footer .right ul li span {
    width: 20px;
    text-align: center;
    color: var(--color2);
}

.footer .right ul li a:hover {
    color: var(--color2);
}

.footer-bottom {
    background-color: #292929;
    padding: 10px 0;
    color: white;
    font-size: 13px;
}

.footer-bottom .area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom .area a {
    color: white;
}

.footer-bottom .area a:hover {
    color: var(--color2);
}

/* back to top */

.back-to-top {
    position: fixed;
    bottom: 5px;
    right: 30px;
    z-index: 2020;
    background-color: var(--color2);
    color: #FFFFFF;
    padding: 5px 5px;
    cursor: pointer;
    font-size: 0.85em;
    border-radius: 3px;
    transition: bottom 0.2s;
    transition: all 0.2s;
}

.back-to-top-on {
    bottom: 30px;
    transition: all 0.2s;
}

.back-to-top i {
    font-size: 30px;
    display: block;
    text-align: center;
}

.back-to-top:hover,
.back-to-top:active {
    background-color: var(--color1);
    transition: all 0.2s;
}

/* text area */

.text-area img {
    max-width: 100%;
    margin-bottom: 15px;
}

.text-area a {
    font-weight: 700;
}

.text-area ul {
    padding: 0;
}

.text-area ul li {
    list-style: none;
    margin-bottom: 10px;
}

.text-area ul li:before {
    content: "\f105";
    font-family: "Font Awesome 7 Free";
    color: var(--color2);
    font-weight: 900;
    margin-right: 7px;
}

/* breadcrumb */

.breadcrumb {
	position: relative;
	color: var(--color1);
}
.breadcrumb a{
	color: inherit;
}

.breadcrumb .title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
	.breadcrumb .title {
        font-size: 22px;
	}
}

.bread {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 0px;
	white-space: nowrap;
	overflow: auto;
}

@media (max-width: 991px) {
	.bread {
		color: #494c51;
	}
}

.bread-area {
	position: relative;
	left: 0;
	width: 100%;
	color: var(--color1);
}

@media (max-width: 991px) {
	.bread-area {
		background-color: #fdfdfe;
		top: 0;
		bottom: auto;
	}
}

.bread-item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0.7;
}

@media (max-width: 991px) {
	.bread-item {
		display: none;
		line-height: 1.5;
	}
}

.bread-item i {
	margin-left: 15px;
	margin-right: 15px;
}

.bread-item.active {
	opacity: 1;
}

.bread-item:first-child {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.bread-item:nth-child(2) {
	display: none;
}

@media (max-width: 991px) {
	.bread-item:nth-child(2) {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

@media (max-width: 991px) {
	.bread-item:last-child {
		display: inline-block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.js-bread-list {
	display: none;
	background-color: #fdfdfe;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 25px 20px 30px 20px;
	font-size: 12px;
	z-index: 8;
	color: #333;
}

.js-bread-list .bread-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.js-bread-list .bread-item i {
	margin-left: 0;
}

.js-bread-list .bread-item+.bread-item {
	margin-top: 20px;
}

.js-bread-list .bread-item:nth-child(2) {
	margin-left: 10px;
}

.js-bread-list .bread-item:nth-child(3) {
	margin-left: 20px;
}

.js-bread-list .bread-item:nth-child(4) {
	margin-left: 30px;
}

.js-bread-list .bread-item:nth-child(5) {
	margin-left: 40px;
}

.js-bread-list .js-bread-close {
	position: absolute;
	top: 20px;
	right: 20px;
}
/* breadcrumb */

/* sidebar */

.sidebar-area {
    position: sticky;
    top: 50px;
    border-right: solid 1px #ededed;
    margin-bottom: 30px;
}

.sidebar-area.sidebar-fixed {
    top: 110px;
}

.sidebar-area .sidebar-title {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: var(--color1);
    border-bottom: 1px solid #ededed;
}

.sidebar-area ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-transform: uppercase;
}

.sidebar-area ul li {
    border-bottom: solid 1px #ededed;
}

.sidebar-area ul li a {
    padding: 5px 0;
    width: 100%;
    position: relative;
    padding-left: 15px;
    display: flex;
    align-items: center;
    color: var(--color1);
    font-weight: 600;
    font-size: 14px;
}

.sidebar-area ul li a:hover {
    color: var(--color2);
}

.sidebar-area ul li a:after {
    position: absolute;
    content: "\f0da";
    font-family: "Font Awesome 7 Free";
    left: 0;
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar-area .call-us {
    background: #ededed;
    padding: 15px;
    margin-top: 15px;
}

.sidebar-area .call-us a {
    display: flex;
    align-items: center;
}

.sidebar-area .call-us a .icon {
    color: var(--color2);
    font-size: 50px;
    margin-right: 10px;
}

.sidebar-area .call-us a .text span {
    font-size: 18px;
    font-weight: 800;
    color: var(--color1);
}

.sidebar-area .call-us a .text p {
    color: var(--color1);
    font-size: 13px;
}

.sidebar-area .call-us:hover {
    box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
    transition: all .3s ease;
}

/* product detail */

.pro-picture.right a {
    margin-bottom: 30px;
    display: inline-block;
}

.product-detail .pro-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ededed;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.product-detail .pro-bar .ribbon {
    font-weight: 700;
}

.product-detail .pro-bar .price {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color2);
    font-weight: 600;
    position: relative;
    padding-top: 5px;
}

.product-detail .pro-bar .price .old {
    text-decoration: line-through;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 400;
}

.product-detail .pro-bar .price .new {
    font-weight: 600;
    font-size: 20px;
    margin-left: 10px;
    color: red;
}

.pro-detail-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: var(--color1);
    border-bottom: 1px solid #ededed;
    margin-top: 35px;
}

.pro-detail-properties ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pro-detail-properties ul li {
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: linear-gradient(to right, #f5f5f5 0%, #fafafa 50px, #fafafa 100%);
    padding-left: 30px;
}

.pro-detail-properties li:after {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 7 Free";
    left: 0;
    font-weight: 900;
    margin-left: 6px;
    color: var(--color2);
    top: 50%;
    transform: translateY(-50%);
}

.pro-detail-technical .item {
    width: calc(50% - 15px);
    font-size: 12px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: linear-gradient(to right, #f5f5f5 0%, #fafafa 50px, #fafafa 100%);
}

.pro-detail-technical .item span.one {
    font-weight: 600;
    min-width: 120px;
    display: inline-block;
    border-right: solid 1px #ededed;
    position: relative;
    padding-left: 12px;
}

.pro-detail-technical .item span.one:after {
    position: absolute;
    content: "\f152";
    font-family: "Font Awesome 7 Free";
    left: -8px;
    font-weight: 900;
    margin-left: 6px;
    color: var(--color2);
}

.pro-detail-technical .item span.two {
    margin-left: 12px;
    display: inline-block;
}

.pro-picture.right .pro-detail-title {
    display: none;
}

.right-sidebar {
    height: 100%;
}

.form-area.sales-form {
    position: sticky;
    top: 110px;
}

.product-page .sidebar-area {
    padding-top: 70px;
}


/* sss faq */

.accordion .sss-title {
    color: var(--color1);
}

.accordion .sss-title.collapsed:before {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    content: "\f0ab";
    margin-right: 3px;
    color: var(--color2);
}

.accordion .sss-title:before {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    content: "\f0aa";
    margin-right: 3px;
    color: var(--color2);
}

.accordion .card {
    margin-bottom: 20px;
    border: none;
}

.accordion .card-header {
    background-color: white;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5px;
    background: linear-gradient(to right, #f5f5f5 0%, #fafafa 50px, #fafafa 100%);
}

.accordion .card-body {
    padding: 10px;
    line-height: 26px;
}

/* form area */

.form-group {
    position: relative;
}

.form-control::placeholder {
    padding-left: 5px;
}

.form-group i {
    position: absolute;
    left: auto;
    top: 13px;
    color: #6bc8e9;
    width: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-area .form-control {
    width: 100%;
    background: white;
    border: solid 1px #ededed;
    border-radius: 5px;
    outline: none;
    margin-bottom: 15px;
    padding: 10px 10px 10px 30px;
    font-size: 14px;
}

.form-area .nobot {
    text-align: center;
    margin-bottom: 20px;
}

.form-area .cbutton {
    text-align: center;
}

.form-area button.contact-button {
    outline: none;
    cursor: pointer;
    margin: 0px auto 0px auto;
    background-color: var(--color2);
    padding: 5px 50px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    border: none;
    font-size: 14px;
}

.form-area button.contact-button:hover {
    transition: all .3s ease;
    background-color: var(--color1);
}

.form-group.c-button {
    text-align: center;
}

.form-area input[type="file"] {
    height: 40px;
    width: 100%;
    background: white;
    border: solid 1px #ededed;
    border-radius: 5px;
    outline: none;
    margin-bottom: 15px;
    padding: 5px 10px 5px 30px;
    font-size: 14px;
    opacity: 0.8;
}

.form-area .cv-form span {
    font-size: 13px;
    opacity: 0.8;
}

.form-area .cv-form i {
    top: 34px;
    z-index: 999999999;
}

/* about us page */

.about-us-page .about-us-picture {
    width: 50%;
    float: left;
    margin-right: 20px;
}

/* comments-page */

.comments-page .testimonials-box {
    display: flex;
    text-align: left;
    border-bottom: solid 1px #ededed;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.comments-page .testimonials-box .quote {
    width: 80%;
    margin-bottom: 0;
}

.comments-page .testimonials-box:before {
    display: none;
}

.comments-page .testimonials-box:after {
    display: none;
}

.comments-page .testimonials-box .quote {
    font-style: normal;
}

.comments-page .testimonials-box .comment-info {
    width: auto;
    text-align: center;
}

.comments-page .testimonials-box .testimonials-box .name {
    font-weight: 600;
    font-size: 16px;
}

/* pagination */

.pagination-area {
    display: flex;
    justify-content: center;
}

.pagination-area ul.pagination {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.pagination-area li.page-item {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.pagination-area li.page-item a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--color2);
    background-color: #fff;
    border: 1px solid #ededed;
}

.pagination-area .page-item.active a {
    background-color: var(--color2);
    color: #fff;
}

/* faq page */

.faq-page .accordion .card-header {
    background: none;
    border: solid 1px #ededed;
}


/* account information page */

.hesap-card {
    background-color: white;
    margin-bottom: 20px;
    padding: 10px;
}

.hesap-card .hesap-images {
    text-align: center;
}

.hesap-card .hesap-images img {
    max-height: 100px;
}

.hesap-card .hesap-adi {
    display: flex;
    border-bottom: 1px solid #ededed;
    padding: 7px 0;
}

.hesap-card .hesap-title {
    font-size: 16px;
    font-weight: 600;
    min-width: 135px;
    position: relative;
}

.hesap-card .hesap-title:after {
    content: ":";
    position: absolute;
    right: 0px;
    margin-right: 12px;
}

/* blog detay */



/* billing information page */

.billing-information-page .hesap-card .hesap-images {
    margin-bottom: 40px;
}

.billing-information-page .hesap-card .hesap-title {
    min-width: 150px;
}

/* contact page 

.contact-box {
    display: flex;
    align-items: center;
    border: solid 1px #ededed;
    padding: 10px;
    margin-bottom: 30px;
}

.contact-box .icon {
    margin-right: 10px;
}

.contact-box .icon i {
    background-color: var(--color2);
    color: white;
    font-size: 20px;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-box .infos .title {
    font-size: 15px;
    color: var(--color1);
}

.contact-box .infos .infos-title {
    font-weight: 700;
    font-size: 14px;
}

.contact-box .infos .infos-info {
    font-size: 13px;
}

.contact-box .infos .infos-info a {
    color: var(--color1);
}

.contact-box .infos .infos-info a:hover {
    color: var(--color2);
}
*/
.google-maps iframe{
	width: 100%;
}
/* error page */

.error-area {
    text-align: center;
}

.error-area .desc {
    font-size: 30px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px),
(height: 1024px) and (width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape),
(width: 1024px) and (height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {

    .header-mobile {
        display: none;
    }

}

@media only screen and (max-width: 991px),
(height: 1024px) and (width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape),
(width: 1024px) and (height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {

    .mobile-header-icons {
        display: flex;
    }

    .mobile-header-icons .i {
        font-size: 22px;
    }

    .mobile-header-icons a i {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background-color: #222;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 20px;
    }

    .mobile-header-icons a i.far.fa-map-marker-alt {
        margin-left: 15px;
        background-color: var(--color1);
    }

    .mobile-header-icons a i.fas.fa-phone {
        background-color: var(--color2);
    }

    .mobile-header-hamburger .hamburger-toggle {
        background: transparent;
        padding: 0px;
        font-size: 30px;
        margin: 0 10px;
        border: none;

    }

    .mobile-nav {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        z-index: 9999;
        width: 100%;
        -webkit-animation: fadeOutLeft 0.5s ease-in-out;
        animation: fadeOutLeft 0.5s ease-in-out;
    }

    .mobile-nav-content {
        padding-top: 20px;
        background: #222222;
        width: 100%;
        height: 100%;
        cursor: copy;
        overflow-y: scroll;
    }

    .mobile-nav-logo {
        padding-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-evenly;
        margin-bottom: 20px;
    }

    .mobile-nav-logo-content {
        position: relative;
    }

    .mobile-nav-logo-content i {
        display: block;
        margin: 0 auto 10px;
        max-width: 30px;
        line-height: 32px;
        font-size: 30px;
    }

    .mobile-nav-logo-content a {
        color: white;
        font-size: 14px;
        font-weight: 600;
    }

    .mobile-nav-logo>a {
        display: block;
        padding: 30px 60px;
    }

    .mobile-nav-logo>a img {
        width: 100%;
    }

    .mobile-nav-menu ul li {
        padding: 10px 25px;
        list-style: none;
        border-bottom: solid 1px #444;
    }

    .mobile-nav-menu ul li:last-child {
        border: none;
    }

    .sub-menu ul {
        background-color: #28292a;
    }

    .mobile-nav-menu ul li .sub-menu-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile-nav-menu ul li i {
        font-size: 14px;
        fill: white;
        color: white;
    }

    .mobile-nav-menu ul li a {
        color: white;
        font-weight: 600;
        font-size: 14px;
    }

    .mobile-nav-menu ul li ul {
        display: none;
        margin-top: 10px;
        margin-right: -25px;
        margin-left: -25px;
        padding-left: 25px;
    }

    .mobile-nav.open {
        display: block;
        -webkit-animation: fadeInLeft 0.5s;
        animation: fadeInLeft 0.5s;
        overflow-x: scroll;
    }

    .cta-link {
        line-height: 40px;
        -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
        display: block;
        color: #fff;
        border-radius: 3px;
        background: var(--color2);
        text-align: center;
        margin: 20px;
        margin-bottom: 10px;
        border: none;
        width: calc(100% - 40px);
    }
    
    .cta-link + .cta-link {
        margin-top: 0;
    }
    
    .cta-link:last-child {
        margin-bottom: 20px;
    }

    .mobile-close-menu {
        position: fixed;
        top: 18px;
        right: 20px;
        display: none;
        z-index: 9999;
    }

    .mobile-close-menu i {
        color: #fff;
        font-size: 25px;
    }

    ul.mobile-menu-social {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px;
        list-style: none;
    }

    ul.mobile-menu-social li+li {
        margin-left: 15px;
    }

    ul.mobile-menu-social li a {
        border: 1px solid var(--color2);
        display: flex;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 5px;
    }

    ul.mobile-menu-social li a i {
        font-size: 20px;
    }

    .mobile-nav-menu ul {
        padding: 0px;
    }

    .header-mobile {
        display: block;
    }

    .header-mobile-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-mobile .header-mobile-logo img {
        max-width: 120px;
    }


    /* footer sticky hemen ara */

    .footer-sticky-bar {
        display: block;
    }

    /* general */

    .section-top .section-title {
        font-size: 22px;
    }

    .section-top .section-desc {
        line-height: 25px;
    }

    

    .p70 {
        padding: 50px 0;
    }

    /* header */

    .header-top {
        display: none;
    }

    .logo-menu {
        display: none;
    }

    /* slider */

    .slider1 {
        height: auto;
    }

    .slider1 .slider-owl-1 {
        margin-bottom: 30px;
    }

    .slider1 .right {
        display: block;
        flex-direction: column;
        justify-content: center;
        height: auto;
        text-align: center;
    }

    .slider1 .right .picture-right {
        margin-bottom: 30px;
    }

    .owl-prev {
        top: 95%;
    }
    
    .owl-next {
        top: 95%;
    }

    /* about us */

    .icon-box .title {
        font-size: 15px;
    }

    /* product */

    .product .pro-button {
        margin-bottom: 25px;
    }

    /* gallery */

    .gallery-sld .owl-dots {
        display: none;
    }

    .gallery-sld .owl-nav {
        display: block;
    }

    /* blog */

    .blog-box {
        display: block;
    }

    .blog-box .picture {
        margin-bottom: 20px;
        margin-right: 0;
    }

    /* testimonials */

    .testimonials-sld .owl-dots {
        display: none;
    }

    .testimonials-sld .owl-nav {
        padding-top: 15px;
        display: block;
    }

    /* counter */

    .counter-box {
        margin-bottom: 40px;
    }

    /* cta */

    .cta span {
        font-size: 18px;
    }

    /* footer */

    .footer .left {
        margin-bottom: 15px;
    }

    .footer .center {
        margin-bottom: 25px;
    }

    .footer-bottom {
        margin-bottom: 40px;
    }

    .footer-bottom .area {
        display: block;
        text-align: center;
    }

    .footer-bottom .area a {
        margin-top: 10px;
        display: inline-block;
    }
    /* product page */

    .product-page {
        padding: 40px 0;
    }

    .product-page .p70 {
        padding: 0px 0;
    }

    .pro-picture.right .pro-detail-title {
        display: block;
    }

    .sidebar-area {
        border: none;
        margin-top: 30px;
    }

    .product-page .sidebar-area {
        padding-top: 0px;
    }

    .right-sidebar {
        height: auto;
    }

    .form-area.sales-form {
        margin-bottom: 30px;
    }

    /* about us page */

    .about-us-page .about-us-picture {
        width: 100%;
        float: none;
        margin: 0;
    }

    /* comment page */

    .comments-page .testimonials-box {
        display: block;
    }

    .comments-page .testimonials-box .quote {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    /* back to top */

    .back-to-top span#scroll-percent {
        display: none;
    }

    .back-to-top {
        right: 10px;
        bottom: 60px;
    }
    
    .back-to-top-on {
        bottom: 60px;
    }
    
    .back-to-top i {
        font-size: 20px;
    }

    /* contact page */

    .contact-page .form-area {
        margin-bottom: 20px;
    }

    .mobil-search {
        display: flex;
        padding: 0px 20px;
        margin-bottom: 50px;
    }

    .mobile-nav-menu.mobil-lang i {
        font-style: normal;
        font-size: 16px;
        font-weight: 700;
    }

    .mobile-nav-menu.mobil-lang ul li .sub-menu-flex {
        margin-bottom: 15px;
    }

    .mobile-nav-menu.mobil-lang ul li a img {
        margin-right: 10px;
    }

    .mobile-nav-menu.mobil-lang ul li a {
        display: inline-flex;
        align-items: center;
    }
}

/* custom */
.mt0{
	margin-top: 0;
}

.about-us .picture {
    position: relative;
}

.about-us .picture img {
    box-shadow: 20px 20px 10px 10px rgba(221, 221, 221, 1);
}

.about-us .picture .video-pop {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    color: #fff;
}

.about-us .video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.about-us .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.about-us .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--color2);
    border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.about-us .video-play-button:hover:after {
    background-color: var(--color1);
}

.about-us .video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.about-us .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.about-us .section-top {
    text-align: left;
    margin-bottom: 20px;
}

.service-box-group .read-more {
    color: #464646;
    font-weight: 600;
    font-size: 18px;
}
.text-right {
    text-align: right;
}
.alllist-area{
    text-align: center;
}
.alllist {
    color: #222;
    font-weight: 600;
    font-size: 16px;
    margin-top: 50px;
    display: inline-block;
}

/* footer */

.footer-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.footer-title i {
    font-size: 24px;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo img {
    max-width: 100%;
}

.footer .content p {
    margin-bottom: 5px;
}

.footer .content p b {
    font-weight: 600;
}

.social-and-language .social ul {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-and-language .social ul li:first-child a {
    margin-left: 0;
}

.social-and-language {
    margin-top: 35px;
    display: flex;
    align-items: center;
}

.social-and-language .social {
    border-color: #fff;
}

.social-and-language .social a {
    color: #fff;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.footer-menu a {
    margin: 0 10px 5px;
    display: inline-block;
}
.footer a{
    color: inherit;
}

@media (max-width: 991px){
    .footer-menu{
        margin-bottom: 20px;
        justify-content: flex-start;
    }
    .footer-logo{
        justify-content: flex-start;
    }
    .footer-logo,.footer-menu{
        margin-top: 15px;
    }
}

@media (min-width: 992px){
    .alllist-area{
        text-align: right;
    }
    .alllist {
        margin-top: 0;
    }
}

.aboutus-images img {
    width: 135px;
    margin: 15px;
}


.branch .contact-box {
    align-items: flex-start;
}

.branch .contact-box .content + .content {
    margin-top: 10px;
}
.contact-form {
    margin-top: 0;
    position: sticky;
    top: 140px;
    z-index: 2;
}

/* contact */

.contact-box {
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 20px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}

.contact-box .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-box .content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-box .icon {
    font-size: 32px;
    margin-right: 20px;
    line-height: 32px;
    min-width: 32px;
}

.contact-box .desc a:hover {
    color: var(--designColor1);
}
.contact-box i {
    color: var(--designColor1);
}
.contact-form {
    margin-top: 20px;
}

.contact-box a {
    color: inherit;
}

.btn.btn-red {
    outline: none;
    cursor: pointer;
    margin: 0px auto 0px auto;
    background-color: var(--color2);
    padding: 5px 50px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    border: none;
    font-size: 14px;
    transition: all .3s ease;
}

.btn.btn-red:hover {
    background-color: var(--color1);
}

.section-title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Form */

.btn-blue {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #76c3ed;
    color: #fff;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.pro-picture.small {
    margin: 15px 0;
}

.pro-picture.small img {
    margin-bottom: 5px;
}

.pro-detail-technical {
    display: flex;
    flex-wrap: wrap;
}

.pro-detail-technical .item:nth-child(even) {
    margin-left: 30px;
}

span.color {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 5px;
}

@media (max-width:768px) {
    .rotate {
        flex-direction: column-reverse;
    }
}
.main-menu .navigation>li.left>ul {
    left: 0;
    right: auto;
}

.diger-kvkk {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    border-bottom: 1px solid #c7c7c7;
    font-size: 28px;
}
.catalogs-popup {
    display: none;
    opacity: 0;
    transition: all 0.27s ease-in-out;
}
.catalogs-popup.open {
    display: flex;
    opacity: 1;
}
.catalogs-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background-color: rgb(0 0 0 / 0.65);
    padding: 50px 30px;
}

.catalogs-popup .popup-content {
    padding: 30px;
    background-color: #fff;
    max-width: 768px;
    position: relative;
    overflow: auto;
    max-height: 100%;
}

.catalogs-popup .popup-content .js-popup_close {
    position: fixed;
    top: 0;
    right: 0;
    color: #fff;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
}

.catalog-item {
    margin-bottom: 30px;
    display: inline-block;
    color: #212529;
}

.catalog-item .image {
    margin-bottom: 10px;
}

.catalog-item .title {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog-item .title{
    font-size: 16px;
    font-weight: 700;
}
.catalog-item .title > i {
    font-size: 26px;
    color: var(--color2);
}

.catalog-item .title span i {
    font-size: 12px;
}

.catalog-item .title span {
    line-height: 16px;
}
.text-center{
    text-align: center;
}
.kvkk-checkbox p {
    display: inline;
}
.kvkk-checkbox{
    margin-bottom: 15px;
}
.g-recaptcha {
    position: relative;
}
.fake_error {
	white-space: nowrap;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, .2) 0 5px 10px;
	background-color: #F44336;
	color: #fff;
	padding: 5px 15px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 15px);
	position: absolute;
	z-index: 99;
	font-weight: 500;
}
.fake_error:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #F44336;
	border-width: 10px;
	margin-left: -10px
}

/* ----- */

.logo-menu .search {
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    opacity: 1;
    padding: 10px 10px;
}

.search1 .modal-dialog {
    max-width: 60%;
    top: 40%;
}

.search1 .modal-header {
    display: none;
}

.search1 .close {
    position: absolute;
    border: none;
    background: none;
    top: -20px;
    right: 0px;
    font-size: 40px;
    outline: none;
}

.search1 .modal-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}

.search1 button.searchbutton {
    background-color: var(--color2);
    color: white;
    border: none;
    padding: 8px 20px;
    font-weight: 500;
    margin-left: 10px;
    border-radius: 3px;
}

input[name="s"] {
    padding: 8px 40px 8px 20px;
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    line-height: 30px;
    height: 40px;
    color: black;
    transition: all 300ms ease;
    border: none;
    border-radius: 3px;
    outline: none;
    border: 1px solid #ced4da;
}
@media(max-width:992px){

	.mobil-lang {
		display: flex;
		align-items: center;
		padding: 5px 5px 10px 20px;
		margin-bottom: 10px;
		margin-top: -10px;
		border-bottom: 1px solid #dddddd;
	}

	.mobil-lang a {
		display: flex;
		align-items: center;
	}
    .mobil-lang a img{
        width: 32px;
        height: auto;
    }
	
	.mobil-lang a + a {
		margin-left: 10px;
		border-left: 2px solid #dddddd;
		padding-left: 10px;
	}
}
.header-mobile.fixed-header, .header-mobile {
    background-color: #55565a;
}

.mobile-header-hamburger i {
    color: #fff;
}

/** popup */

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .7);
}

.popup .content {
    position: relative;
    max-width: 992px;
    padding: 30px;
    margin: 15px;
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
    border-radius: 26px;
    max-height: calc(100% - 30px);
}

.popup .close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    color: var(--color2);
    width: 40px;
    height: 40px;
    transform: translate(25%, -25%);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    cursor: pointer;
}

.popup .close svg {
    width: 20px;
}

.popup .content .content-wrapper{
    overflow: auto;
    margin-bottom: 0;
}

@media (max-width: 991px){
	.popup .content {
		padding: 15px;
	}
}

/***/


/*kvkk-bar*/
.kvkk-bar {
    top: unset;
    bottom: 0;
    height: unset;
    font-size: 13px;
}

.kvkk-bar .content {
    background-color: unset;
    box-shadow: unset;
    padding: unset;
    color: #fff;
    margin: 10px;
    width: 100%;
}

.kvkk-bar .close {
    top: -20px;
    width: 30px;
    height: 30px;
}

.kvkk-bar .close svg {
    width: 12px;
}

.kvkk-bar .content .btn.btn-red {
    display: inline-block;
    padding: 3px 25px;
}

.kvkk-bar .content .content-wrapper p {
    margin-bottom: 10px;
}
/***/

/* =====================================================================
   AKTARIM EKLERİ (eski projeden yeni yığına parite katmanı)
   ===================================================================== */

/* ---------------------------------------------------------------------
   1) Slider: Owl Carousel -> Swiper 12
   Swiper, eski Owl sınıf adlarıyla (owl-dots / owl-dot / owl-prev / owl-next)
   yapılandırılır; böylece yukarıdaki tema CSS'ine dokunmaya gerek kalmaz.
   Aşağıdakiler owl.carousel.min.css + owl.theme.default.min.css içinden
   yalnızca görsel etkisi olan taban kurallardır.
   --------------------------------------------------------------------- */
.owl-slider { position: relative; width: 100%; }
.owl-slider .swiper-slide img { display: block; width: 100%; }
.slider1 .owl-slider .swiper { border-radius: 10px; }

/* .ref-slider ve .gallery-sld doğrudan .row çocuğudur. BS4'te .row > * kuralı
   yoktu (padding sadece .col-* üzerindeydi); BS5'te var. Slider'ların içindeki
   .col zaten 15px veriyor, dıştan bir 15px daha eklenmemeli. */
.row > .owl-slider {
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav { text-align: center; -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot { display: inline-block; }
.owl-theme .owl-dots .owl-dot span { display: block; border-radius: 30px; }
.owl-theme .owl-nav [class*="owl-"] { display: inline-block; margin: 5px; border-radius: 3px; }

/* owl.carousel.min.css'in buton sıfırlaması (padding:0!important dahil) */
.owl-nav button.owl-prev,
.owl-nav button.owl-next,
button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    cursor: pointer;
}
.owl-nav .disabled { opacity: .5; cursor: default; }

/* ---------------------------------------------------------------------
   2) animate.css yerine yalnızca kullanılan iki keyframe
   (style.css'teki .mobile-nav / .mobile-nav.open animasyonları)
   --------------------------------------------------------------------- */
@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}
@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}

/* ---------------------------------------------------------------------
   3) Bootstrap 4 -> 5.3 parite yaması
   Yüklenen BS5 dosyaları: bootstrap-reboot + bootstrap-grid + (özel) bootstrap-modal.
   Aşağısı, BS5'in BS4'ten saptığı yerleri eski davranışa geri çeker.
   --------------------------------------------------------------------- */

/* (a) Reboot farkı: BS5 <a>'ya alt çizgi ve farklı mavi verir; BS4 vermezdi. */
a {
    color: #007bff;
    text-decoration: none;
}
a:hover { color: #0056b3; }

/* (a2) Reboot'a bağımlı olmayan güvenlik ağı.
       Aşağıdaki üç kural bootstrap-reboot.min.css içinde de var; burada
       tekrarlanıyorlar ki reboot herhangi bir sebeple yüklenmezse
       (404, CSP, tarayıcı cache'i) sayfa kaymasın.
         - body margin: tarayıcı varsayılanı 8px'tir
         - box-sizing: tema tamamen border-box varsayar, yoksa grid taşar
         - img vertical-align: satır içi görsellerde alt boşluk oluşur */
body { margin: 0; }
*, ::after, ::before { box-sizing: border-box; }
img, svg { vertical-align: middle; }

/* (b) Reboot farkı: BS5 başlıklara font-weight:500 + responsive font-size uygular.
       BS4 reboot yalnızca margin ayarlıyordu; boyut/kalınlık tarayıcı varsayılanıydı. */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: normal;
    color: inherit;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1em; }
h5 { font-size: .83em; }
h6 { font-size: .67em; }

/* (c) Reboot farkı: BS4 label'ı inline-block yapardı, BS5 yapmıyor. */
label { display: inline-block; }

/* ---------------------------------------------------------------------
   3b) FontAwesome 5 Pro -> 7 Free parite yaması
   --------------------------------------------------------------------- */

/* FA7 her ikona `width: var(--fa-width, 1.25em)` uygular; FA5'te böyle bir
   taban kural yoktu (yalnızca opsiyonel .fa-fw). Sonuç: her ikon 1.25em'e
   sabitlenip yanındaki metni itiyor. Genişliği glyph'in kendi advance'ine
   bırakıyoruz -> eski hizalama birebir korunur.
   Ölçüm (12px): envelope 15px -> 12px, bars 15px -> 10.5px (FA5 ile aynı). */
.fa,
.fas, .far, .fal, .fab,
.fa-solid, .fa-regular, .fa-brands, .fa-classic {
    --fa-width: auto;
}

/* FA7 Free'de light (300) yüzü YOK; yalnızca regular(400) ve solid(900) var.
   Tema, FA5 Pro'ya güvenerek katalog butonunun ikonuna font-weight:300
   veriyordu -> FA7'de yanlış yüze düşüyor. Solid'e sabitle. */
.header-top .right .head-button button i {
    font-weight: 900;
}

/* (d) Grid farkı: BS5 gutter'ı 1.5rem (24px); BS4'te 30px'ti. */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.row { --bs-gutter-x: 30px; }

/* (e) Grid farkı: BS4'te padding doğrudan .col-* üzerindeydi; BS5'te yalnızca .row > *
       üzerinde. Slider içindeki .col gibi .row dışı kolonlar padding'ini kaybediyor. */
.col,
[class^="col-"],
[class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

/* (f) NOT: BS5'in xxl breakpoint'i container'ı >=1400px'te 1320px'e çıkarır. Bu
   davranış bilinçli olarak korunuyor (BS4'teki 1140px tavanına geri dönülmedi);
   TR sitesi de aynı şekilde davranır. */

/* NOT: .close için yama YOK. Eski BS4 subset'i de jenerik bir .close kuralı
   içermiyordu (yalnızca .modal-header .close); tema `.search1 .close` ve
   `.popup .close` ile bu elemanları zaten tam stilliyor. */

/* ---------------------------------------------------------------------
   4) Native lightbox (lightbox2 yerine) ve native video modal (lity yerine)
   --------------------------------------------------------------------- */
.nl-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .9);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}
.nl-backdrop[hidden] { display: none; }
.nl-figure {
    margin: 0;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nl-figure img {
    max-width: 100%;
    max-height: 80vh;
    display: block;
    border-radius: 4px;
}
.nl-caption {
    color: #fff;
    margin-top: 12px;
    font-size: 15px;
    text-align: center;
}
.nl-close,
.nl-prev,
.nl-next {
    position: absolute;
    background: rgba(0, 0, 0, .45);
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 26px;
    line-height: 1;
    padding: 12px 16px;
    border-radius: 4px;
}
.nl-close { top: 20px; right: 20px; }
.nl-prev { left: 20px; top: 50%; transform: translateY(-50%); }
.nl-next { right: 20px; top: 50%; transform: translateY(-50%); }
.nl-prev[hidden], .nl-next[hidden] { display: none; }
.nl-video {
    width: min(1100px, 100%);
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 4px;
}

/* ---------------------------------------------------------------------
   5) reCAPTCHA zorunluluk uyarısı (stock cms/captcha-control.css override)
   Balon captcha kutusunun ALTINA konumlanır, oku yukarı bakar -> captcha'yı
   işaret eder ve widget'ın üzerini kapatmaz.
   --------------------------------------------------------------------- */
.g-recaptcha { position: relative; }
.fake_error {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 10px);
    bottom: auto;
}

/* ---------------------------------------------------------------------
   6) form.css (eski ayrı dosya) — canlıda yalnızca iletişim sayfasında
   yükleniyordu, bu yüzden .contact-page kapsamında tutuldu.
   --------------------------------------------------------------------- */
.contact-page button,
.contact-page input,
.contact-page textarea { outline: none; border: none; }
.contact-page button { cursor: pointer; background-color: transparent; }
.contact-page textarea { resize: none; height: 105px; }
.contact-page .form-group { position: relative; margin-bottom: 30px; }
.contact-page .form-group .form-control.not-empty~label,
.contact-page .form-group .form-control:focus~label { top: -10px; font-size: 13px; font-weight: 600; color: rgba(95, 95, 95, 0.5); }
.contact-page .form-group .form-control+label { position: absolute; pointer-events: none; width: 100%; left: 0; top: 50%; font-weight: 600; color:  var(--color1); -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: 0.15s ease all; transition: 0.15s ease all; }
.contact-page .form-group .form-control,
.contact-page .form-group .file-input { display: block; width: 100%; font-weight: 600; padding-left: 0; padding-top: 15px; padding-right: 25px; padding-bottom: 15px; background-color: transparent; background-image: none; background-clip: padding-box; border-bottom: 1px solid rgba(51, 51, 51, 0.15); transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; }
.contact-page .form-group .form-control:focus,
.contact-page .form-group .file-input:focus { padding-bottom: 14px; border-bottom: 2px solid  var(--color1); }
.contact-page .form-group textarea.form-control~label { top: 25px; }
.contact-page .form-group .file-input { text-align: right; color:  var(--color1); line-height: normal; padding-top: 15px; padding-bottom: 15px; }
.contact-page .form-group input[type="file"].not-empty+label::before { content: "Seçildi"; position: absolute; top: 26px; left: 0px; color: #333; font-weight: 600; font-size: 16px; }
.contact-page .form-group input[type="file"] { display: none; }
