body{ width: 100%; height: 100%; padding: 0; margin: 0; color: #111; background: #fff; font-family: 'Gotham Narrow'; font-size: 16px; font-weight: 400; overflow: auto; overflow-x: hidden;}
::selection{ background: #053c65; color: #fff;}
/*.loading{ position: fixed; width: 100%; height: 100vh; background: #fff; top: 0; left: 0; z-index: 9999999999999999;}*/
.container{ position: relative; max-width: 1400px !important; }

/* Header Section */

.header-section { position: absolute; left: 0; top: 0; width: 100%; z-index: 2; padding: 15px 0; }
.header-section .container { max-width: 1800px !important; }

/* Logo */

.logo { width: auto; filter: grayscale(100) brightness(100); }
.logo a { text-decoration: none; color: currentColor; display: block; }
.logo a img { max-width: 250px; width: 100%; }

/* Right Links */

.right-links { position: relative; display: inline-flex; align-items: center; justify-content: flex-end; }
.right-links .lang { display: flex; margin-right: 30px; }
.right-links .lang a { text-decoration: none; color: #fff; padding: 0 20px; border-right: 1px solid rgba(255,255,255,0.2); }
.right-links .lang a:last-child { border: 0; }
.right-links .search-button { width: 32px; height: 32px; background: url(../images/search.png) no-repeat center; background-size: 24px; cursor: pointer; }
.right-links .search-box { position: absolute; width: 270px; display: flex; background: #fff; right: 45px; display: none; }
.right-links .search-box.is-visible { display: flex; }
.right-links .search-box input { outline: none; border: 0; padding: 10px; }
.right-links .search-box input[type=text] { width: 100%; }

/* PROJE DETAY */

.proje-detay { text-align: center; }
    .proje-detay .owl-item { opacity: 0.3; transform: scale(0.7, 0.8) }
        .proje-detay .owl-item.center { transition: 0.6s; opacity: 1; transform: scale(1, 1) }

    .proje-detay .owl-nav.disabled { display: unset; text-align: center; }
    .proje-detay .owl-dots { display: none; }

    .proje-detay .owl-prev { font-size: 32px !important; margin-right: 5px; outline: none !important; }
    .proje-detay .owl-next { font-size: 32px !important; margin-left: 5px; outline: none !important; }

    .proje-detay .owl-carousel { margin-bottom: 30px; }

    .proje-detay h1 { font-size: 24px; font-weight: 600; margin-bottom: 15px; color: #2a323b; display: block; padding-right: 10px; }
    .proje-detay .tarih { font-size: 20px; font-weight: 400; color: #888; }
    .proje-detay p { color: #2a323b; border-top: 1px #ccc solid; padding-top: 20px; font-family: 'Gotham Narrow', sans-serif; font-size: 15px; font-weight: 500; }

    .proje-detay .proje-icerik { max-width: 900px; width: 100%; margin: auto; padding-left: 15px; padding-right: 15px; }
    .proje-icerik h1 { color: #0bbbef; }

.proje-detay .owl-carousel a { position: relative; display: block; width: 100%; padding-bottom: 75%; }
.proje-detay .owl-carousel a img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover; object-position: center top; }

/* Top Menu */

.top-menu{ width: auto;}
.top-menu ul{ list-style: none; padding: 0; margin: 0; display: flex; align-items: center; justify-content: center;}
.top-menu ul li{ position: relative; width: auto;}
.top-menu ul li a{ text-decoration: none; color: #fff; display: inline-flex; align-items: center; padding: 10px 30px; font-size: 14px; position: relative;}
.top-menu ul li a i{ color: #fff; font-size: 14px; position: relative; margin-left: 5px;}
    .top-menu ul li:hover a { opacity: 0.5; }
.top-menu > ul{ list-style: none; padding: 0; margin: 0; display: flex;}
.top-menu > ul ul{ list-style: none; padding: 10px 0; margin: 0; position: absolute; width: 180px; background: #fff; display: none; z-index: 2;}
.top-menu > ul ul li a{ padding: 5px 25px; color: #111 !important; opacity: 1 !important;}
.top-menu > ul ul li a:hover{ opacity: 0.5 !important; }
.top-menu > ul ul.opened{ display: block;}
.top-menu > ul ul ul{ left: 100%; top: 0; display: none;}
.top-menu > ul ul ul.opened{ display: block;}

/* Mobile Menu */

.mobile-menu{ width: 100%; height: 100%; padding: 70px 0 0 0; position: fixed; left: -100%; top: 0; z-index: 9; transition: 0.3s; background: #fff; overflow: auto;}
.mobile-menu.opened{ left: 0;}
.mobile-menu ul{ width: 100%; height: 100%; top: 0; z-index: 3; padding: 0; margin: 0; list-style: none;}
.mobile-menu ul li{ position: relative; border-top: 1px solid #eee;}
.mobile-menu ul li:last-child{ border-bottom: 1px solid #eee;}
.mobile-menu ul li a{ text-decoration: none; color: #111; font-size: 18px; font-weight: 500; display: block; letter-spacing: 1px; padding: 10px 15px; text-align: center;}
.mobile-menu > ul{ display: block; left: 0;}
.mobile-menu > ul ul{ background: #fff;}
.mobile-menu > ul ul li a { font-weight: 400; font-size: 14px; }
.mobile-menu > ul ul.opened{ left: 0; opacity: 1; visibility: visible;}
.mobile-menu > ul ul ul{ position: fixed; left: 0; top: 0; left: -100%; opacity: 0; visibility: hidden; transition: 0.3s;}
.mobile-menu > ul ul ul.opened{ left: 0; opacity: 1; visibility: visible;}
.mobile-menu .back-icon{ width: 40px; height: 40px; position: absolute; left: 15px; top: 15px; display: flex; align-items: center; justify-content: center; z-index: 2; border: 1px solid #ddd; display: none !important;}
.mobile-menu .sub-icon{ width: 40px; height: 40px; position: absolute; right: 0; top: 0; display: flex; align-items: center; justify-content: center; z-index: 2; display: none !important;}

/* Slider */

.slider{ width: 100%; display: block !important; }
.slider a{ text-decoration: none; color: currentColor; display: block; position: relative; }
.slider a::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.65); }
.slider a .image img{ width: 100%; height: 100vh; object-fit: cover; }
.slider a .image video{ width: 100% !important; height: 100vh !important; object-fit: cover; display: block; }
.slider a .content { position: absolute; max-width: 400px; width: 100%; right: 15%; bottom: 0; padding-bottom: 180px; z-index: 2; color: #fff; }

.slider a .content small { display: inline-block; position: relative; color: #fff; font-size: 22px; letter-spacing: 7px; margin-bottom: 10px; }
.slider a .content small::after { content: ""; position: absolute; left: 0; bottom: 6px; width: 110%; height: 4px; background: #053c65; z-index: -1; }
.slider a .content h2 { font-family: 'SignPainter'; font-size: 64px; transform: rotate(-7deg); line-height: 0.8; margin-bottom: 30px; }
.slider a .content p { opacity: 0.7; font-weight: 300; font-style: italic; display: -webkit-box; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.slider a .content .img { transition-duration: 0.6s; transition-delay: 0.3s; position: absolute; left: 0; bottom: 0; transform: translateY(100%); max-width: 300px; height: 100px; padding: 10px 20px; background: #fff; }
.slider a .content .img img { width: 100%; height: 100%; object-fit: contain; }

.slider .swiper-slide-active .content .img { transform: translateY(0); }

.mobilslider{ width: 100%; display: none !important; }
.mobilslider a{ text-decoration: none; color: currentColor; display: block; position: relative; }
.mobilslider a::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.65); }
.mobilslider a .image img{ width: 100%; height: 100%; object-fit: cover; }
.mobilslider a .image video{ width: 100% !important; height: 100% !important; object-fit: cover; display: block; }
.mobilslider a .content { position: absolute; max-width: 400px; width: 100%; right: 0; bottom: 0; padding-bottom: 180px; z-index: 2; color: #fff; }

.mobilslider a .content small { display: inline-block; position: relative; color: #fff; font-size: 22px; letter-spacing: 7px; margin-bottom: 10px; }
.mobilslider a .content small::after { content: ""; position: absolute; left: 0; bottom: 6px; width: 110%; height: 4px; background: #053c65; z-index: -1; }
.mobilslider a .content h2 { font-family: 'SignPainter'; font-size: 64px; transform: rotate(-7deg); line-height: 0.8; margin-bottom: 30px; }
.mobilslider a .content p { opacity: 0.7; font-weight: 300; font-style: italic; display: -webkit-box; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.mobilslider a .content .img { transition-duration: 0.6s; transition-delay: 0.3s; position: absolute; left: 0; bottom: 0; transform: translateY(100%); max-width: 300px; height: 100px; padding: 10px 20px; background: #fff; }
.mobilslider a .content .img img { width: 100%; height: 100%; object-fit: contain; }

.mobilslider .swiper-slide-active .content .img { transform: translateY(0); }

.slider2 { padding-bottom: 45px; }
.slider2 a { text-decoration: none; color: currentColor; display: flex; align-items: center; }
.slider2 a .image { width: 65%; }
.slider2 a .image img { width: 100%; }
.slider2 a .content { width: 35%; }

.slider2 .swiper-pagination { bottom: 0; }
.slider2 .swiper-pagination span { background: #40d15c; }
.slider2 .swiper-button-next { width: 40px; height: 40px; border: 1px solid #40d15a; right: calc(30% - 25px); top: unset; bottom: 25%; }
.slider2 .swiper-button-next::after { font-size: 20px; color: #111; font-weight: bold; }

.slider3 a { text-decoration: none; color: currentColor; display: flex; }
.slider3 a .image { width: 40%; position: relative; }
.slider3 a .image::after { content: ""; width: 101px; height: 42px; position: absolute; background: url(../images/right.png) no-repeat center; background-size: contain; top: 50%; transform: translateY(-50%); right: -50px; }
.slider3 a .image img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; }
.slider3 a .content { width: 45%; display: flex; flex-direction: column; justify-content: space-between; padding-left: 30px; }
.slider3 a .content .top { background: #f0f0f0; padding: 30px; margin-bottom: 30px; }
.slider3 a .content .top h2 { font-size: 24px; font-weight: 900; }
.slider3 a .content .top h3 { position: relative; font-weight: 400; font-size: 18px; padding-bottom: 30px; margin-bottom: 30px; }
.slider3 a .content .top h3::after { content: ""; position: absolute; width: 80px; height: 2px; background: #053c65; left: 0; bottom: 0; }
.slider3 a .content .top p { font-size: 14px; }
.slider3 a .content .bottom { background: #053c65; color: #fff; padding: 30px; }
.slider3 a .content .bottom p { font-size: 14px; }
.slider3 a .content .bottom .detail-btn { display: inline-flex; align-items: center; font-size: 12px; font-weight: 500; letter-spacing: 1px; }
.slider3 .swiper-button-prev, .slider3 .swiper-button-next { width: 40px; height: 40px; border: 1px solid #053c65; top: unset; bottom: 0; }
.slider3 .swiper-button-prev::after, .slider3 .swiper-button-next::after { color: #111; font-weight: bold; font-size: 20px; }
.slider3 .swiper-button-prev { left: unset; right: 10%; }
.slider3 .swiper-button-next { right: calc(10% - 50px); }


/* REFERANS L�STES� */

.referans-list { }
    .referans-list ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; }
        .referans-list ul li { width: 33%; text-align: center; }
            .referans-list ul li a { text-decoration: none; color: currentColor; display: block; padding: 20px; }

            .referans-list ul li .img { width: 100%; border: 1px #ccc solid; margin-bottom: 10px; padding: 20px; overflow: hidden; }
                .referans-list ul li .img img { width: 100%; transition: 0.6s; }
            .referans-list ul li h1 { font-size: 20px; font-weight: 500; color: #2a323b; }

            .referans-list ul li a:hover img { transform: scale(1.1); }

/* PROJE L�STE */

.proje-list { }
    .proje-list a { text-decoration: none; color: currentColor; display: block; display: flex; align-items: flex-end; }

    .proje-list .img { width: 50%; position: relative; }
        .proje-list .img img { width: 100%; position: relative; z-index: 2; }

    .proje-list .icerik { width: 50%; padding-left: 4%; }
        .proje-list .icerik h1 { font-size: 24px; font-weight: 600; margin-bottom: 15px; color: #2a323b; display: inline-block; padding-right: 10px; }
        .proje-list .icerik .tarih { font-size: 20px; font-weight: 400; color: #888; }
        .proje-list .icerik p { color: #2a323b; border-top: 1px #ccc solid; padding-top: 20px; }

    .proje-list ul { list-style: none; padding: 0; margin: 0; max-width: 1110px; width: 100%; margin: auto; }
        .proje-list ul li { margin-bottom: 75px; }
            .proje-list ul li:last-child { margin-bottom: 0; }

/* Slider3 Links */

.slider3-links { max-width: 800px; width: 100%; margin: auto; margin-bottom: 30px; }
.slider3-links .link { display: flex; align-items: center; cursor: pointer; padding: 0 10px; opacity: 0.5; }
.slider3-links .link img { width: 32px; height: 32px; object-fit: contain; filter: grayscale(1) brightness(0) hue-rotate(315deg); opacity: 0.4; }
.slider3-links .link span { margin-left: 5px; font-size: 14px; letter-spacing: 2px; }

.slider3-links .swiper-slide-thumb-active .link { opacity: 1; }
.slider3-links .swiper-slide-thumb-active .link img { opacity: 1; }

/* Slider Links */

.slider-links { position: absolute; z-index: 1; bottom: 25%; left: 30px; overflow: unset; }
.slider-links .link { position: relative; display: flex; align-items: center; justify-content: flex-end; color: #fff; cursor: pointer; }
.slider-links .link a { text-decoration: none; color: #fff; display: flex; align-items: center; }
.slider-links .link span { font-size: 17px; font-weight: 300; display: block; }
.slider-links .link img { width: 32px; height: 32px; object-fit: contain; margin-left: 10px; }

.slider-links .swiper-wrapper { min-width: 140px; height: 320px; }
.slider-links .swiper-slide-thumb-active .link span { font-weight: 700; }
.slider-links .link::after { position: absolute; content: ""; width: 0; height: 3px; background: #fff; right: 0; bottom: -10px; transition: 0.6s; }
.slider-links .swiper-slide-thumb-active .link::after { width: 100%; }

.mobilslider-links { position: absolute; z-index: 1; bottom: 25%; left: 30px; overflow: unset; display: none !important; }
.mobilslider-links .link { position: relative; display: flex; align-items: center; justify-content: flex-end; color: #fff; cursor: pointer; padding-right: 160px; }
.mobilslider-links .link span { font-size: 20px; font-weight: 300; display: block; }
.mobilslider-links .link img { width: 32px; height: 32px; object-fit: contain; margin-left: 10px; }

.mobilslider-links .swiper-wrapper { min-width: 200px; height: 320px; }
.mobilslider-links .link::after { transition: 0.6s; content: ""; width: 0; height: 2px; background: #053c65; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.mobilslider-links .swiper-slide-thumb-active .link::after { width: 50%; }
.mobilslider-links .swiper-slide-thumb-active .link span { font-weight: 700; }

/* �stirakler Slider */

.istirakler-slider { padding-bottom: 40px; }
.istirakler-slider .istirak-item a { text-decoration: none; color: #fff; position: relative; width: 100%; padding-bottom: 65%; display: block; }
.istirakler-slider .istirak-item a::after { content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.5)); z-index: 2; }
.istirakler-slider .istirak-item a img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; }
.istirakler-slider .istirak-item a .title { position: absolute; z-index: 3; padding: 30px; font-weight: bold; left: 0; bottom: 0; font-size: 25px; }
.istirakler-slider .swiper-pagination { bottom: 0 !important; }
.istirakler-slider .swiper-pagination span { background: #111; }

/* Scroll Down */

.scroll-down { position: relative; width: 26px; height: 40px; position: absolute; border: 1px solid #fff; cursor: pointer; border-radius: 50rem; z-index: 3; left: 50%; bottom: 20px; transform: translateX(-50%); }
.scroll-down::after { content: ""; width: 8px; height: 8px; border-radius: 100%; background: #fff; position: absolute; top: 8px; left: 50%; transform: translateX(-50%); }

/* Banner */

.banner{ position: relative; width: 100%; min-height: 380px; display: flex; }
.banner::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.65); z-index: -2 }
.banner img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; z-index: -3;}
.banner .content { position: absolute; max-width: 1300px; width: 100%; left: 50%; transform: translateX(-50%); bottom: 45px; padding: 0 15px; }
.banner .content h2 { display: inline-block; position: relative; color: #0bbbef; font-size: 24px; letter-spacing: 7px; }
    .banner .content h2::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 110%; height: 4px; background: #545454; z-index: -1; }

/* Breadcrumb */

.breadcrumb{ background: transparent; padding: 0; margin: 0; margin-bottom: 10px; color: #fff; }
.breadcrumb a{ text-decoration: none; color: currentColor; color: #fff; font-size: 14px; }
.breadcrumb a::after{ content: ">"; position: relative; margin: 0 10px;}
.breadcrumb a:last-child::after{ display: none;}

/* Mid Banner */

.mid-banner img { width: 100%; }
.mid-banner h2 { font-family: Impact; font-size: 26px; color: #053c65; margin: 15px 0; }
.mid-banner p { font-weight: 500; }

.mid-banner.custom .img { position: relative; width: 100%; height: 100%; }
.mid-banner.custom .img img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }

/* Count Section */

.count-section { display: flex; flex-wrap: wrap; }
.count-section .section-item { width: 25%; }
.count-section .section-item img { max-width: 100%; margin-bottom: 10px; }
.count-section .section-item h2 { font-size: 14px; font-weight: 900; letter-spacing: 2px; }
.count-section .section-item p { max-width: 300px; position: relative; font-size: 13px; font-weight: 400; padding-right: 15px; padding-top: 15px; margin-top: 30px; }
    .count-section .section-item p::before { content: ""; width: 70px; height: 2px; position: absolute; left: 0; top: 0; background: #053c65; }

/* About */

.about img { max-width: 100%; }
.about h1 { font-family: 'SignPainter'; font-size: 64px; transform: rotate(-7deg); color: #000000; margin-left: -2px; }
.about h2 { font-size: 20px; font-weight: 900; margin-bottom: 20px; }
.about a.view-all { font-size: 12px; font-weight: 900; letter-spacing: 1px; display: inline-flex; align-items: center; text-decoration: none; color: currentColor; }
.about a.view-all i { font-weight: bold; color: #000000; margin-left: 5px; }

/* Blog Carou */

.blog-carou { padding-bottom: 40px; }
.blog-carou a { text-decoration: none; color: currentColor; display: block; padding: 0 30px; }
.blog-carou a .image { width: 100%; }
.blog-carou a .image img { width: 100%; }
.blog-carou a .content { position: relative; padding: 30px; right: -45px; background: #f5f5f5; z-index: 2; margin-top: -45px; }
.blog-carou a .content h2 { font-size: 18px; font-weight: 900; }
.blog-carou a .content small { font-size: 90%; display: block; margin-bottom: 10px; }
.blog-carou a .content p { font-size: 90%; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.blog-carou a .content .detail-btn { font-size: 14px; letter-spacing: 1px; font-weight: 900; color: #000000; display: inline-flex; align-items: center; }
.blog-carou a .content .detail-btn i { font-weight: bold; margin-left: 5px; }

.blog-carou .swiper-pagination { bottom: 0; }
.blog-carou .swiper-pagination span { background: #000000; }

/* Reference List */

.reference-list { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.reference-list.carou { padding-bottom: 30px; }
.reference-list .list-item { width: 20%; }
.reference-list.carou .list-item { width: 100%; }
.reference-list .list-item a { text-decoration: none; color: currentColor; display: block; text-align: center; }
.reference-list .list-item a img { max-width: 100%; }

/* Icon Section */

.icon-section { display: flex; flex-wrap: wrap; justify-content: center; }
.icon-section .item { width: 25%; text-align: center; }
.icon-section .item .icon { display: inline-block; padding: 10px; border: 2px solid #053c65; margin-bottom: 15px; }
.icon-section .item .icon img { width: 80px; height: 80px; object-fit: contain; }
.icon-section .item h3 { font-size: 16px; letter-spacing: 2px; font-weight: bold; }

.icon-section.style-2 .item .icon { border: 0; }
.icon-section.style-2 .item .icon img { width: 120px; height: 80px; }
.icon-section.style-2 .item h3 { color: #3b5ba8; }

/* Ref Shops */

.ref-shops h4 { color: #111; margin: 0; }
.ref-shops .shop-item h2 { position: relative; font-size: 18px; font-weight: 900; margin-bottom: 30px; padding-bottom: 15px; color: #111; }
.ref-shops .shop-item h2::after { content: ""; width: 80px; height: 2px; background: #053c65; position: absolute; left: 0; bottom: 0; }
.ref-shops .shop-item .image { margin-bottom: 15px; }
.ref-shops .shop-item .image img { width: 100%; }
.ref-shops .shop-item a { text-decoration: none; color: currentColor; display: inline-flex; align-items: center; font-size: 14px; font-weight: 900; }
.ref-shops .shop-item a i { font-weight: 900; margin-left: 5px; color: #000000; }

.ref-shops .swiper-wrapper { align-items: baseline; max-height: 1200px; }

.ref-shops .swiper-button-prev { left: unset; right: 55px; }
.ref-shops .swiper-button-next { right: 15px; }
.ref-shops .swiper-button-prev, .ref-shops .swiper-button-next { width: 32px; height: 32px; background: #053c65; margin-top: -15px; border-radius: 100%; }
.ref-shops .swiper-button-prev::after, .ref-shops .swiper-button-next::after { font-size: 20px; font-weight: bold; color: #fff; }

.ref-shops .swiper-pagination { bottom: 0; }
.ref-shops .swiper-pagination span { width: 12px; height: 12px; }
  .ref-shops .swiper-pagination .swiper-pagination-bullet-active { background: #053c65; }

/* Project List */

.project-list .list-item a { width: 100%; text-decoration: none; color: #111; position: relative; text-align: center; }
.project-list .list-item a .image { position: relative; width: 120px; height: 120px; border-radius: 100%; margin: auto; }
.project-list .list-item a .image img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover; border-radius: 100%; }
.project-list .list-item a .content { width: 100%; left: 0; bottom: 0; z-index: 2; padding: 15px; width: 100%; display: flex; align-items: center; justify-content: center; }
.project-list .list-item a .content h2 { font-size: 20px; margin: 0; }
.project-list .list-item a .content .detail-btn { min-width: 44px; width: 44px; height: 44px; background: #000000; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 32px; display: none; }

.project-list a.view-all { text-decoration: none; color: #888; display: inline-flex; align-items: center; font-size: 14px; font-weight: 900; letter-spacing: 2px; }
.project-list a.view-all i { margin-left: 5px; font-weight: 900; color: #000000; }

/* Page Items */

.page-items .item { text-align: center; padding: 0 15px; }
.page-items .item .image { width: 100%; margin-bottom: 20px; }
.page-items .item .image img { width: 100%; }
.page-items .item .content h2 { font-size: 18px; font-weight: 900; margin-bottom: 15px; }
.page-items .item .content p { font-size: 14px; font-weight: 400; display: -webkit-box; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

/* Side Nav */

.side-nav{ width: 100%;}
.side-nav ul{ list-style: none; padding: 0; margin: 0;}
.side-nav ul li{ width: 100%; position: relative;}
.side-nav ul li:last-child a{ border: 0;}
.side-nav ul li a{ text-decoration: none; color: currentColor; display: block; padding: 10px 0; padding-right: 44px; font-size: 18px; font-weight: 600;}
.side-nav ul li a:hover{ color: #000000;}
.side-nav ul li .arrow{ position: absolute; color: #14ab37; right: 0; width: 42px; height: 42px; top: 0; display: flex; align-items: center; justify-content: center; font-size: 20px; cursor: pointer; z-index: 2;}
.side-nav ul li .arrow.active{ transform: rotate(90deg);}
.side-nav ul li.has-sub ul{ padding: 0; height: 0; overflow: hidden;}
.side-nav ul li.has-sub ul.opened{ padding: 10px 0; height: auto;}
.side-nav ul ul{ border: 0;}
.side-nav ul ul li a{ border: 0; font-size: 14px;}
.side-nav ul ul li a{ font-weight: 400;}

/* Mid Text */

.mid-text h5 { position: relative; padding-bottom: 25px; margin-bottom: 25px !important; }
.mid-text h5::after { content: ""; width: 70px; height: 2px; background: #1ba637; position: absolute; left: 0; bottom: 0; }

.mid-text:nth-child(odd) .col-lg-6:first-child { order: 2; }

/* Contact Map */

.contact-map { width: 100%; min-height: 300px; position: relative; }
.contact-map iframe { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }

/* Contact Info */

.contact-info { margin-bottom: 30px; }
.contact-info h2 { font-size: 24px; margin-bottom: 15px; }
.contact-info ul { list-style: none; padding: 0; margin: 0; }
.contact-info ul li { width: 100%; margin-bottom: 10px; }
.contact-info ul li a { text-decoration: none; display: block; color: currentColor; }

/* Contact Form */

.contact-form h2 { font-size: 24px; margin-bottom: 15px; }
.contact-form ul { list-style: none; padding: 0; margin: 0; }
.contact-form ul li { width: 100%; margin-bottom: 10px; }
.contact-form ul li label { display: block; }
.contact-form ul li input[type=text] { width: 100%; outline: none; border: 1px solid #ddd; padding: 10px; }
.contact-form ul li textarea { width: 100%; height: 120px; outline: none; border: 1px solid #ddd; padding: 10px; }
.contact-form input[type=submit] { outline: none; border: 0; background: #053c65; color: #fff; border-radius: 50rem; font-weight: 900; padding: 13px 30px; }

/* Social Media */

.social-media { width: 100%; display: flex; flex-wrap: wrap; margin-bottom: 30px; }
.social-media a { text-decoration: none; color: currentColor; display: block; width: 54px; height: 60px; border: 2px solid #053c65; border-radius: 20px; margin: 0 15px 15px 0; }
.social-media a.facebook { background: url(../images/social/facebook.png) no-repeat center; background-size: 40px; }
.social-media a.instagram { background: url(../images/social/instagram.png) no-repeat center; background-size: 40px; }
.social-media a.youtube { background: url(../images/social/youtube.png) no-repeat center; background-size: 40px; }
.social-media a.linkedin { background: url(../images/social/linkedin.png) no-repeat center; background-size: 40px; }

/* Page Contact */

.page-contact { text-align: center; display: none; }
.page-contact a { border: 1px solid #053c65; padding: 15px 30px; text-decoration: none; color: currentColor; margin: 15px; display: inline-flex; align-items: center; font-size: 13px; font-weight: 900; letter-spacing: 1px; }
.page-contact a i { margin-left: 10px; font-weight: 900; }

.page-contact a.web-link { background: #053c65; color: #fff; }

/* Footer Section */

.footer-section { background: #151515; color: #999; font-family: 'Futura PT'; }

.f-description { margin-bottom: 30px; }
.f-description h3 { color: #fff; font-size: 32px; font-weight: 700; margin-bottom: 20px; }
.f-description i { font-weight: 700; font-size: 28px; margin-right: 5px; }

.f-menu { width: 50%; margin-bottom: 30px; }
.f-menu h3 { color: #fff; font-weight: 700; font-size: 22px; }
.f-menu ul { list-style: none; padding: 0; margin: 0; }
.f-menu ul li { width: 100%; margin: 5px 0; }
.f-menu ul li a { text-decoration: none; color: #999; }

.f-logo { width: 50%; }
.f-logo a { text-decoration: none; color: currentColor; display: inline-block; }
.f-logo a img { max-width: 232px; width: 100%; }

/* Copyright */

.copyright { font-size: 14px; font-weight: 400; color: #999; }
.copyright a { text-decoration: none; color: #111; font-weight: 600; }

/* Home History */

.home-history { padding: 0 100px 0 150px; }
.home-history h2 { position: relative; color: #053c65; }
.home-history h2::before { content: ""; position: absolute; width: 70px; height: 8px; top: 15px; left: -85px; background: #053c65; }
.home-history h4 { font-size: 20px; margin-bottom: 15px; }
.home-history p { font-size: 15px; }

.home-history::before { content: ""; transform: rotate(180deg); width: 48px; height: 48px; position: absolute; left: 0; top: -17px; background: url(../images/quote.png) no-repeat center; background-size: 48px; }
.home-history::after { content: ""; width: 48px; height: 48px; position: absolute; right: 0; bottom: -17px; background: url(../images/quote.png) no-repeat center; background-size: 48px; }

.bg .home-history::before { filter: invert(1) grayscale(100); }
.bg .home-history::after { filter: invert(1) grayscale(100); }
.bg .home-history h2 { color: #fff; }
.bg .home-history h2::before { background: #fff; }
.bg .home-history h4 { color: #fff; }
.bg .home-history p { color: #fff; }

/* Helpers */

.bg-light { background-color: #f0f0f0 !important; }

.menu-btn{ position: relative; z-index: 10; width: 40px; height: 40px; background: #000000; color: #fff; font-size: 24px; margin-left: 15px; display: none; align-items: center; justify-content: center;}
.global-h2 { font-size: 18px; font-weight: 900; letter-spacing: 4px; }

.global-title h2 { font-family: 'SignPainter'; font-size: 64px; transform: rotate(-7deg); color: #000000; margin: 0; }
.global-title strong { display: block; font-size: 20px; font-weight: 900; margin-top: -15px; }
.global-title.color-green h2 { color: #3ed15c !important; }

.haber-detay .gold { color: #373739; font-size: 24px; }
.haber-detay p { font-family: 'Gotham Narrow', sans-serif; font-weight: 500; color: #2a323b; }
#lblTarih { margin-bottom: 10px; display: block; color: #999; }

.bg { position: relative; }
.bg::after { content: ""; position: absolute; width: 100vw; height: 100%; left: -50vw; margin-left: 50%; top: 0; z-index: -3; background: url(../images/history-bg.jpg) no-repeat center; background-size: cover; }
.bg::before { content: ""; position: absolute; width: 100vw; height: 100%; left: -50vw; margin-left: 50%; top: 0; z-index: -2; background: rgba(0,0,0,0.6); }

/* Milestone Section */

.milestone-section .years { margin-bottom: 20px; }
.milestone-section .years ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; }
.milestone-section .years ul li { cursor: pointer; width: 64px; height: 64px; border: 4px solid #ccc; background: #ccc; color: #fff; border-radius: 100%; font-weight: 500; margin: 0 10px 10px 0; display: flex; align-items: center; justify-content: center; }
.milestone-section .years ul li:hover { background: #fff; color: #888; }
.milestone-section .years ul li.is-active { background: #fff; color: #888; }
.milestone-section .content ul { list-style: none; padding: 0; margin: 0; }
.milestone-section .content ul li { width: 100%; display: none; }
.milestone-section .content ul li.is-visible { display: block; }

.milestone-section .content .content-item { display: flex; align-items: center; margin-bottom: 15px; }
.milestone-section .content .content-item .image { width: 50%; }
.milestone-section .content .content-item .image img { width: 100%; }
.milestone-section .content .content-item .detail { width: 50%; padding-left: 30px; }
.milestone-section .content .content-item .detail h2 { font-size: 20px; }
.milestone-section .content .content-item .detail p { font-size: 15px; }

.icerik-galeri a { display: block; width: 100%; padding-bottom: 100%; position: relative; }
.icerik-galeri a img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover; }

.slider, .slider-links { display: block; }
.mobilslider, .mobilslider-links { display: none; }



.home-count-section { padding-bottom: 30px; }
.home-count-section .section-item { display: flex; align-items: center; justify-content: center; padding: 0 15px; border-right: 1px solid #ddd; }
.home-count-section .section-item .content { margin-right: 15px; }
.home-count-section .section-item .content h3 { font-weight: bold; font-size: 32px; margin: 0; }
.home-count-section .section-item .content p { font-size: 14px; line-height: 1.3; }
.home-count-section .section-item .image {}
.home-count-section .section-item .image img { max-height: 81px; width: auto; object-fit: contain; }
.home-count-section .swiper-pagination { bottom: 0 !important; }
.home-count-section .swiper-pagination span { background: #111; }


.detail-icons { display: flex; flex-wrap: wrap; }
.detail-icons .icon-item { width: 25%; margin-bottom: 15px; }
.detail-icons .icon-item .icon { width: 100px; height: 100px; position: relative; margin: auto; margin-bottom: 10px; }
.detail-icons .icon-item .icon img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover; }
.detail-icons .icon-item .content {}

/*.features .features-item { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin: 30px 0; }
.features .features-item .content { width: 48%; }
.features .features-item .image { width: 48%; }
.features .features-item .image img { width: 100%; }*/

.features .features-item { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin: 30px 0; }
.features .features-item .content { width: 100%; }
/*.features .features-item .image { width: 48%; }*/
/*.features .features-item .image img { width: 100%; }*/


@media(max-width: 1100px) {
    .slider3 a { flex-wrap: wrap; }
    .slider3 a .image { width: 100%; min-height: 400px; }
    .slider3 a .content { width: 100%; display: flex; flex-wrap: wrap; flex-direction: unset; padding: 0; }
    .slider3 a .content .top, .slider3 a .content .bottom { width: 50%; margin: 0; }
    .slider3 { padding-bottom: 50px; }
    .slider3 .swiper-button-prev, .slider3 .swiper-button-next { bottom: 0; }
}

@media(max-width: 991px)
{
    .proje-list .img img{z-index: 0;}
    .proje-list .git-btn{border: 1px solid grey; text-align: center;}
    .proje-list .icerik h1{margin-bottom: -10px; font-size: 16px; white-space: normal; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box; overflow: hidden;}
    .banner .content h2{white-space: normal; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box; overflow: hidden;}
    .proje-list .icerik .tarih{font-size: 14px;}
    .menu-btn{ display: flex;}
    .top-menu{ display: none;}
    .side-nav{ margin-bottom: 30px;}
    .side-nav > ul > li{ border-bottom: 1px solid #ddd;}
    .side-nav > ul > li:last-child{ border: 0;}

    .referans-list ul li { width: 25%; }
        .referans-list ul li h1 { font-size: 16px; }

    .logo a img { max-width: 150px; }
    .right-links .lang { margin: 0; }
    .banner { min-height: 250px; }
    .banner .content { bottom: 15px; width: 90%; }
    .about h1 { transform: unset; margin: 0; line-height: 0.7; }
    .about img { margin-bottom: 30px; }
    .count-section .section-item { width: 50%; margin-bottom: 15px; }

    .slider2 a { flex-wrap: wrap; }
    .slider2 a .image { width: 100%; margin-bottom: 20px; }
    .slider2 a .content { max-width: 600px; width: 100%; }
    .slider2 .swiper-button-next { display: none; }
    .scroll-down { display: none; }
    
    .slider-links .swiper-slide { height: auto !important; margin: 0 !important; padding-top: 10px; padding-bottom: 10px; }
    .slider-links .swiper-wrapper { height: auto; }
    .slider-links .link { padding-right: 80px; }
    .slider-links .swiper-slide-thumb-active .link::after { width: 30%; right: unset; left: 0; }
    .slider-links { bottom: 0; transform: translateY(-15%); }
    .slider a .content p { display: none; }
    .slider a .content { left: unset; right: 0; }
    .slider a .content .img { max-width: 270px; height: 75px; }

    .mobilslider-links .swiper-slide { height: auto !important; margin: 0 !important; padding-top: 10px; padding-bottom: 10px; }
    .mobilslider-links .swiper-wrapper { height: auto; }
    .mobilslider-links .link { padding-right: 80px; }
    .mobilslider-links .swiper-slide-thumb-active .link::after { width: 30%; }
    .mobilslider-links { bottom: unset; top: 50%; transform: translateY(-50%); }
    .mobilslider a .content p { display: none; }
    .mobilslider a .content { right: 15px; }
    .mobilslider a .content .img { max-width: 270px; height: 75px; }

    .right-links .search-box { top: 55px; right: 0; }

    .home-history { padding: 0 15px; }
    .home-history::before, .home-history::after { display: none; }
    .home-history h2::before { display: none; }

    .ref-shops .swiper-wrapper { max-height: 900px; }
}

@media(max-width: 768px) {
    .referans-list ul li { width: 33.333%; }
}

@media(max-width: 700px) {
    .ref-shops .swiper-wrapper { max-height: 700px; }
}


@media(max-width: 640px)
{
    .slider3 a .content .top, .slider3 a .content .bottom { width: 100%; }
    .slider3 .swiper-button-next { right: 15px; }
    .slider3 .swiper-button-prev { right: 60px; }
    .slider3-links .link span { display: none; }
    .slider3-links .link { justify-content: center; }
    .slider-links .link span { display: none; }
    .slider-links .swiper-wrapper { min-width: 0; }
    .mobilslider-links .link span { display: none; }
    .mobilslider-links .swiper-wrapper { min-width: 0; }
    .right-links { position: static; }
    .right-links .search-box { width: calc(100% - 30px); right: 15px; }
    .mobilslider a .content { max-width: 330px; padding-bottom: 120px; }

    .features .features-item .image { width: 100%; order: 1; margin-bottom: 15px; }
    .features .features-item .content { width: 100%; order: 2; }

	
    .detail-icons .icon-item { width: 33.333%; }
}

@media(max-width: 576px)
{
    .referans-list ul li { width: 50%; }
    .icon-section { justify-content: unset; }
    .icon-section .item { width: 50%; margin-bottom: 25px; }
}

@media(max-width: 500px)
{
    .slider a .content { left: 50%; right: unset; transform: translateX(-50%); }
    .slider a .content small { font-size: 16px; }
    .slider a .content h2 { font-size: 42px; }
    .slider-links .link { padding-right: 30px; }
    .slider-links { display: none; }
    .slider-links .swiper-slide-thumb-active .link::after { width: 20px; }

    .mobilslider a .content small { font-size: 16px; }
    .mobilslider a .content h2 { font-size: 42px; }
    .mobilslider-links .link { padding-right: 30px; }
    .mobilslider-links .swiper-slide-thumb-active .link::after { width: 20px; }
    .mobilslider a .content { max-width: 240px; }

    .slider a .content { max-width: 315px; }

    .detail-icons .icon-item { width: 50%; }
}

@media(max-width: 440px)
{

}
@media(max-width: 320px) {
    .referans-list ul li { width: 100%; }
}












