body { width: 100%; height: 100%; padding: 0; margin: 0; color: #111; background: #fff; font-family: 'Century Gothic'; font-size: 14px; font-weight: 400; overflow: auto; overflow-x: hidden; counter-reset: section; }
::selection { background: #89060d; color: #fff; }
.loading { position: fixed; width: 100%; height: 100vh; background: #fff; top: 0; left: 0; z-index: 9999999999999999; }
.container { max-width: 1500px !important; }
.main-section { padding-top: 114px; }

@media(max-width: 991px) {
    .main-section { padding-top: 70px; }
}

/* Header Section */

.header-section { position: fixed; width: 100%; left: 0; top: 0; background: #ffffff; padding: 60px 0 10px 0; z-index: 9; box-shadow: 0px 5px 30px rgba(0,0,0,0.1) }

/* Sub Menu */

.sub-menu { position: absolute; left: 50%; bottom: -65px; transform: translateX(-50%); z-index: 2; background: linear-gradient(to left, #56585d, #56585d); padding: 0 30px 0 0; display: none; }
    .sub-menu::before { content: ""; position: absolute; left: 1px; transform: translateX(-100%); margin-top: -1px; border: 26px solid #56585d; border-left-color: transparent; border-top-color: transparent; }
    .sub-menu ul { list-style: none; padding: 0; margin: 0; display: inline-flex; }
        .sub-menu ul li { width: auto; }
            .sub-menu ul li a { text-decoration: none; color: #fff; display: block; padding: 15px; white-space: nowrap; }

.sub-menu::after { content: ""; position: absolute; width: 50vw; right: -50vw; margin-right: 50%; top: 0; height: 100%; background: #56585d; z-index: -1; }

/* About */
    .about .message { display: flex; }
        .about .message .image { width: 35%; }
            .about .message .image img { width: 100%; }
        .about .message .content { width: 65%; padding-left: 60px; position: relative; }
            .about .message .content::before { content: ""; width: 72px; height: 48px; position: absolute; background: url(../images/quote.jpg) no-repeat center; background-size: 72px 48px; left: 40px; top: 90px; }
            .about .message .content p { padding-left: 60px; }
            .about .message .content .sign { display: inline-block; float: right; text-align: center; }
                .about .message .content .sign span { display: block; font-weight: 600; margin-bottom: 10px; }
                .about .message .content .sign img { max-width: 100%; }

.about .h2 { transform: rotate(-90deg) translate(-40%,-103%); display: inline-block; border: 1px solid rgba(0,0,0,0.3); font-size: 15px; letter-spacing: 3px; padding: 30px; position: absolute; left: 0; top: 0; display: flex; align-items: center; display: none; }
    .about .h2::before { content: ""; display: block; width: 100px; height: 1px; background: rgba(0,0,0,0.3); margin-right: 20px; }
.detail-btn { float: right; font-family: 'Bigilla', sans-serif; font-size: 20px; text-shadow: 0px 0px 0.5px #111; text-decoration: none !important; color: currentColor !important; padding-right: 50px; background: url(../images/arrow-right.png) no-repeat center right; background-size: 41px 13px; }

/* CONTACT */

.contact { width: 100%; padding: 45px 0; margin-bottom: 15px; }
    .contact .wrapper {  width: 100%; }
        .contact .wrapper .contact-top { max-width: 900px; width: 100%; margin: auto; display: flex; flex-wrap: wrap; align-items: flex-end; margin-bottom: 45px; }
            .contact .wrapper .contact-top .map { width: 50%; }
                .contact .wrapper .contact-top .map iframe { width: 100%; height: 400px; border-radius: 15px; }
            .contact .wrapper .contact-top .content { width: 50%; padding-left: 45px; }
                .contact .wrapper .contact-top .content h2 { font-size: 14px; font-weight: 400; letter-spacing: 1px; }
                .contact .wrapper .contact-top .content h3 { font-size: 17px; font-weight: bold; letter-spacing: 1px; margin-bottom: 30px; }
                .contact .wrapper .contact-top .content ul { list-style: none; padding: 0; margin: 0; }
                    .contact .wrapper .contact-top .content ul li { }
                        .contact .wrapper .contact-top .content ul li a { text-decoration: none; display: block; color: #111; padding: 5px 0; font-size: 14px; }
                        .contact .wrapper .contact-top .content ul li b { font-size: 20px; }

        .contact .wrapper .contact-bottom { width: 100%; }
        .contact .wrapper .form { width: 100%; }
            .contact .wrapper .form h1 { font-size: 24px; margin-bottom: 15px; }
            .contact .wrapper .form .inputs { width: 100%; display: grid; grid-template-columns: repeat(6, 1fr); column-gap: 15px; }
                .contact .wrapper .form .inputs .item { grid-column: auto / span 6; width: 100%; display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 15px; }
                .contact .wrapper .form .inputs .item:nth-child(1) { grid-column: auto / span 6; }
                .contact .wrapper .form .inputs .item:nth-child(2) { grid-column: auto / span 3; }
                .contact .wrapper .form .inputs .item:nth-child(3) { grid-column: auto / span 3; }
                .contact .wrapper .form .inputs .item:nth-child(5) { grid-column: auto / span 2; }
                .contact .wrapper .form .inputs .item:nth-child(6) { grid-column: auto / span 2; }
                .contact .wrapper .form .inputs .item:nth-child(7) { grid-column: auto / span 2; }


                    .contact .wrapper .form .inputs .item > span { width: 100%; display: block; margin-bottom: 10px; }
                    .contact .wrapper .form .inputs .item > .select { width: 100%; display: grid; grid-template-columns: repeat(4, 1fr); grid-column-gap: 15px; grid-row-gap: 15px; }
                    .contact .wrapper .form .inputs .item > .select a { transition: 0.3s; text-decoration: none; color: currentColor; min-height: 100px; grid-column: auto / span 1; display: flex; align-items: center; justify-content: center; text-align: center; padding: 10px; border: 2px solid #ddd; border-radius: 7px; }
                    .contact .wrapper .form .inputs .item > .select a:hover { border-color: brown; }
                    .contact .wrapper .form .inputs .item > .select a.is-active { border-color: brown; }

                    .contact .wrapper .form .inputs .item label { font-size: 13px; width: 100%; display: block !important; }
                    .contact .wrapper .form .inputs .item input[type=text],
                    .contact .wrapper .form .inputs .item input[type=password],
                    .contact .wrapper .form .inputs .item input[type=date],
                    .contact .wrapper .form .inputs .item input[type=number],
                    .contact .wrapper .form .inputs .item select { width: 100%; padding: 15px 20px; outline: none; border: 2px #ddd solid; background: #fff; border-radius: 7px; }
                    .contact .wrapper .form .inputs .item input[type=email] { width: 100%; padding: 10px 20px; outline: none; border: 1px #ddd solid; background: #fff; border-radius: 30px; }
                    .contact .wrapper .form .inputs .item textarea { width: 100%; height: 120px; padding: 10px 20px; outline: none; border: 2px #ddd solid; background: #fff; border-radius: 7px; }
                    .contact .wrapper .form .inputs .item input[type=submit] { display: inline-block; background: #56585d; font-size: 14px; letter-spacing: 2px; color: #fff; outline: none; border-radius: 7px; padding: 15px 30px; border: 0; margin: 0 5px; }

                    .contact .wrapper .form .inputs .item .sozlesme { width: auto; display: inline-block; color: #111 !important; }
                    .contact .wrapper .form .inputs .item .sozlesme input[type=checkbox] { width: 18px; height: 18px; margin-right: 5px; }
                    .contact .wrapper .form .inputs .item .uyari label { color: red !important; }
                    .contact .wrapper .form .inputs .item .box { width: 100%; min-height: 200px; padding: 30px; border: 2px dashed #ddd; border-radius: 7px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
                    .contact .wrapper .form .inputs .item .box input { display: none; }
                    .contact .wrapper .form .inputs .item .box .upload-button { display: inline-flex; align-items: center; background: #56585d; color: #fff; padding: 10px 15px; border-radius: 7px; }
                     .contact .wrapper .form .inputs .item .box .upload-button svg { margin-right: 15px; }
                     .contact .wrapper .form .inputs .item .box label { width: auto; display: inline-block !important; margin: 15px 0; cursor: pointer; }

/* Logo */

.logo { width: auto; margin: 0 30px; position: absolute; left: 50%; top: -55px; transform: translateX(-50%); }
    .logo a { text-decoration: none; color: currentColor; display: block; }
        .logo a img { max-width: 160px; width: 100%; /*filter: grayscale(100) brightness(100);*/ }
.logo.mobile { display: none; top: unset; }
/* Left Links */

.left-links { position: relative; width: 80px; }
.left-links .link-button { width: 40px; height: 40px; font-size: 32px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.left-links .link-button i {}
.left-links ul { transition: 0.3s; list-style: none; padding: 0; margin: 0; background: #f0f0f0; padding: 15px 20px; max-width: 400px; width: 100%; height: 100vh; transform: translateX(-100%); position: fixed; left: 0; top: 0; z-index: 99; user-select: none; overflow: auto; overflow-x: hidden; padding: 10% 30px; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.left-links ul.is-active { transform: translateX(0) }
.left-links ul li { width: 100%; text-align: center; }
.left-links ul li a { text-decoration: none; display: block; color: currentColor; padding: 7px 0; font-size: 20px; font-weight: 500; }

.left-links ul .close-button { position: absolute; right: 15px; top: 15px; width: 30px; height: 30px; text-align: center; line-height: 30px; font-size: 30px; color: #111; cursor: pointer; }

/* Right Links */

.right-links { width: auto; display: inline-flex; }
    .right-links .search { display: inline-flex; align-items: center; }
        .right-links .search > a { text-decoration: none; color: currentColor; display: block; width: 24px; height: 24px; background: url(../images/search.png) no-repeat center; background-size: 24px; }
    .right-links .lang { display: flex; margin-left: 15px; }
        .right-links .lang select { color: #000; background: transparent; border: 0; outline: 0; display: flex; }
            .right-links .lang select option { color: #111; }

/* Top Menu */

.top-menu { width: auto; display: flex; align-items: center; }
    .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: #000; display: inline-block; padding: 10px 30px; font-size: 16px; position: relative; }
                .top-menu ul li a i { color: #fff; font-size: 18px; position: relative; top: 3px; }
            .top-menu ul li:hover a::after { content: ""; position: absolute; width: 30px; height: 2px; background: linear-gradient(to left, #56585d, #56585d); left: 50%; bottom: 5px; transform: translateX(-50%); }
    .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: #ff0000 !important; }
                .top-menu > ul ul li a:hover { color: #ff0000 !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%; position: fixed; left: -100%; top: 0; z-index: 9; transition: 0.3s; background: #fff; overflow: auto; padding: 70px 0 30px 0; }
    .mobile-menu.opened { left: 0; }
    .mobile-menu ul { width: 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: 14px; 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 { position: fixed; background: #fff; left: -100%; opacity: 0; visibility: hidden; transition: 0.3s; }
            .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: 20px; display: flex; align-items: center; justify-content: center; z-index: 2; border: 1px solid #ddd; }
    .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; }

/* Search Section */

.search-section { width: 100%; position: relative; display: none; }
    .search-section .search-inputs { display: flex; font-size: 18px; }
        .search-section .search-inputs input[type=text] { outline: none; border: 0; padding: 15px 0; width: 100%; }
        .search-section .search-inputs input[type=submit] { outline: none; border: 0; background: #111; color: #fff; border-radius: 50rem; margin: 10px 0; padding: 10px 25px; font-size: 14px; letter-spacing: 2px; }

/* Slider */

.slider { width: 100%; }
    /**.slider a { position: relative; text-decoration: none; color: currentColor; display: block; }
    .slider a::after { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.4); }**/
    .slider img { width: 100%; height: 529px; object-fit: cover; }
    .slider .content { position: absolute; text-align: center; max-width: 600px; width: 100%; color: #fff; left: 50%; bottom: 30%; transform: translateX(-50%); padding: 0 15px; z-index: 2; }
        .slider .content h2 { font-size: 92px; font-weight: 400; margin-bottom: 20px; }
        .slider .content p { max-width: 400px; }

    .slider .swiper-pagination span { width: 30px; height: 6px; border-radius: 50rem; background: #fff; }
    .slider .swiper-pagination .swiper-pagination-bullet-active { background: #fff; }

/* Banner */

.banner { width: 100%; }
    .banner a { text-decoration: none; color: currentColor; display: block; position: relative; }
        .banner a::after { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.4); }
    .banner img { width: 100%; height: 240px; object-fit: cover; }
    .banner .content { color: #fff; position: absolute; z-index: 2; max-width: 1500px; width: 100%; left: 50%; bottom: 30px; transform: translateX(-50%); padding: 0 15px; }
        .banner .content h2 { font-weight: 600; }

/* Breadcrumb */

.breadcrumb { background: transparent; padding: 0; margin: 0; }
    .breadcrumb a { text-decoration: none; color: currentColor; }
        .breadcrumb a::after { content: ">"; position: relative; margin: 0 10px; }
        .breadcrumb a:last-child { text-decoration: underline; }
            .breadcrumb a:last-child::after { display: none; }

/* About */

.about .image { position: relative; width: 100%; min-height: 500px; }
    .about .image img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: contain; }
.about .content { background: #eee; padding: 45px; position: relative; z-index: 2; }
   /* .about .content h2 { padding: 5px 25px; font-weight: 600; margin-bottom: 30px; background: url(../images/title-bg.png) no-repeat left top; background-size: 85px 49px; }*/
	.about .content h2 { font-weight: 600; margin-bottom: 30px;}
/* Ref List */

.ref-list { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.ref-list .swiper-wrapper { align-items: center; }
    .ref-list a { width: auto; text-decoration: none; color: currentColor; display: flex; align-items: center; justify-content: center; padding: 10px 30px; }
        .ref-list a img { min-width: 170px; width: 100%; }

.ref-list.carou { padding-bottom: 15px; }
.ref-list.carou a img { max-width: 280px; }

/* Service List */

.service-list a { height: 100%; text-decoration: none; color: currentColor; display: block; background: #fff; box-shadow: 0px 5px 20px rgba(0,0,0,0.1); }
    .service-list a .image { width: 100%; padding-bottom: 55%; position: relative; }
        .service-list a .image img { width: 100%; height: 100%; left: 0; top: 0; object-fit: cover; position: absolute; }
    .service-list a .content { padding: 30px; }
        .service-list a .content h2 { font-size: 24px; font-weight: 600; margin-bottom: 20px; }
        .service-list a .content p { color: #888; }
    .service-list a .detail-btn { position: absolute; left: 50%; bottom: -15px; transform: translateX(-50%); display: inline-flex; align-items: center; justify-content: center; padding: 10px 40px; color: #fff; letter-spacing: 2px; background: linear-gradient(to top, #e20f22, #ff7300); border-radius: 50rem; font-size: 12px; color: #fff !important; }
        .service-list a .detail-btn i { position: relative; top: -1px; margin-left: 5px; }

.service-list.carou { padding-bottom: 75px; }
    .service-list.carou .swiper-pagination span { width: 30px; height: 6px; border-radius: 50rem; }
    .service-list.carou .swiper-pagination .swiper-pagination-bullet-active { background: #ff7000; }

/* Service Detail */

.service-detail h1 { font-size: 32px; font-weight: 600; margin-bottom: 30px; }
.service-detail table { max-width: 1000px; width: 100%; margin: auto; }
.service-detail .table { background: #eee; padding: 45px; }
    .service-detail table thead tr { background: #ffddd5; }
    .service-detail table tbody tr:nth-child(even) { background: #eee; }

/* Service Slider */

.service-slider { padding-bottom: 45px; }
    .service-slider a { text-decoration: none; color: currentColor; display: block; }
        .service-slider a img { width: 100%; }

    .service-slider .swiper-pagination span { width: 30px; height: 6px; border-radius: 50rem; }
    .service-slider .swiper-pagination .swiper-pagination-bullet-active { background: #56585d; }

/* Blog List */

.blog-list h2 { font-weight: 600; }
.blog-list a { transition: 0.2s; text-decoration: none; color: currentColor; display: block; }
    .blog-list a:hover { box-shadow: 0px 5px 30px rgba(0,0,0,0.2); }
    .blog-list a .image { position: relative; width: 100%; padding-bottom: 80%; }
        .blog-list a .image img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover; }
    .blog-list a .content { padding: 30px; }
        .blog-list a .content h2 { font-size: 20px; }
        .blog-list a .content p { font-size: 14px; }
        .blog-list a .content .detail-btn { display: inline-flex; align-items: center; color: #ff7300; letter-spacing: 2px; }

/* Home About */

.home-about img { max-width: 213px; width: 100%; }
.home-about .more-btn { text-decoration: none; color: #fff; background: linear-gradient(to top, #e20f22, #ff7300); border-radius: 50rem; padding: 10px 20px; letter-spacing: 2px; }

/* Mid Banner */

.mid-banner { position: relative; margin-bottom: 30px; }
    .mid-banner .mid-banner-inner { position: relative; height: 100%; padding: 30px; }
    .mid-banner .mid-banner-inner::after { transition: 0.2s; content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: rgba(8,14,29,0.4); }
    .mid-banner .mid-banner-inner:hover::after { background: rgba(8,14,29,1); }
    .mid-banner .mid-banner-inner > img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover; z-index: -1; display: none; }
    .mid-banner .image { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1; }
    .mid-banner .image img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; }
    .mid-banner .icons { display: none; }
    .mid-banner h2 { font-size: 26px; font-weight: 600; margin-bottom: 20px; }
    .mid-banner h2 a { text-decoration: none; color: currentColor; display: block; }
    .mid-banner h2 span { display: block; }
    .mid-banner .mid-banner-inner p { margin-bottom: 30px; flex-grow: 1; font-size: 15px; }
    .mid-banner .buttons { display: flex; flex-wrap: wrap; margin-bottom: 20px; display: none; }
    .mid-banner .buttons a { margin: 0 5px 0 0; font-size: 12px; text-decoration: none; color: #fff; background: #56585d; display: block; padding: 7px 15px; border-radius: 7px; }
    .mid-banner .content { position: relative; z-index: 4; max-width: 420px; width: 100%; height: 100%; color: #fff; display: flex; flex-direction: column; }


.mid-banner .mid-banner-inner .button { transition: 0.2s; width: 50px; height: 50px; border: 2px solid #fff; border-radius: 100%; display: flex; align-items: center; justify-content: center; font-size: 28px; color: #fff; }

.mid-banner .mid-banner-inner:hover .image::after { background: rgba(8,14,29,1);  }
.mid-banner .mid-banner-inner:hover .button { background: #fff; color: #111; }

.mid-banner-2 img { width: 100%; }

/* Icons */

.icons { display: flex; flex-wrap: wrap; }
    .icons a { text-decoration: none; color: currentColor; display: block; width: auto; text-align: center; margin-right: 10px; }
        .icons a .image { position: relative; width: 85px; min-height: unset !important; padding: 10px 7px; margin: auto; margin-bottom: 10px; background: linear-gradient(to top, #56585d, #56585d); }
            .icons a .image::before { content: ""; position: absolute; width: calc(100% - 6px); height: calc(100% - 6px); left: 3px; top: 3px; background: #fff; }
            .icons a .image img { position: relative; z-index: 2; width: 90px; height: 90px; object-fit: contain; }
            .icons a .image h4 { font-weight: 400; margin: 0; position: relative; z-index: 1; }
        .icons a h4 { font-size: 14px; font-weight: 400; white-space: nowrap; }



/* Item List */

.item-list { margin-bottom: 60px; }
.item-list .item-card a { position: relative; height: 100%; text-decoration: none; color: #fff; }
.item-list .item-card a .image { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1; }
.item-list .item-card a .image::after { transition: 0.2s; content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: rgba(8,14,29,0.4); }
.item-list .item-card a .image img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover; }
.item-list .item-card a .content { position: relative; width: 100%; height: 100%; padding: 30px; display: flex; flex-direction: column; }
.item-list .item-card a .content h2 { font-size: 26px; font-weight: 600; margin-bottom: 30px; text-align: center; }
.item-list .item-card a .content h2 span { display: block; }
.item-list .item-card a .content p { flex-grow: 1; font-size: 15px; margin-bottom: 30px; }
.item-list .item-card a .button { transition: 0.2s; width: 50px; height: 50px; border: 2px solid #fff; border-radius: 100%; display: flex; align-items: center; justify-content: center; font-size: 28px; color: #fff; }

.item-list .item-card a:hover .image::after { background: rgba(8,14,29,1);  }
.item-list .item-card a:hover .button { background: #fff; color: #111; }

/* 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: #ff0000; }
            .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; }

/* Contact Map */

.contact-map { width: 100%; height: 100%; min-height: 300px; position: relative; margin-bottom: 15px; }
    .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 b { font-weight: 600; }
            .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; margin-bottom: 3px; }
        .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: linear-gradient(to top, #56585d, #56585d); border-radius: 50rem; letter-spacing: 2px; color: #fff; font-weight: 500; padding: 10px 30px; }

/* Newsletter Section */

.newsletter-section { width: 100%; background: linear-gradient(to right, #56585d, #56585d); padding: 25px 0; }
    .newsletter-section .title { color: #fff; }
        .newsletter-section .title h3 { font-size: 18px; font-weight: 500; margin: 0; }
        .newsletter-section .title h2 { font-size: 31px; font-weight: 600; margin: 0; }
    .newsletter-section .input-group { display: flex; justify-content: space-between; }
        .newsletter-section .input-group input[type=text] { width: 39%; outline: none; border: 1px solid #fff; background: transparent; border-radius: 7px; padding: 10px 15px; color: #fff; }
            .newsletter-section .input-group input[type=text]::placeholder { color: #fff; }
        .newsletter-section .input-group input[type=submit] { width: 19%; outline: none; border: 1px solid #fff; background: #56585d; color: #fff; font-weight: 600; padding: 10px 15px; letter-spacing: 1px; border-radius: 7px; }

/* Footer Logo */

.f-logo { width: 100%; }
    .f-logo a { text-decoration: none; color: currentColor; display: block; }
        .f-logo a img { max-width: 213px; width: 100%; }

/* Footer Menu */

.f-menu h3 { font-size: 14px; font-weight: 600; margin-bottom: 15px; }
.f-menu ul { list-style: none; padding: 0; margin: 0; }
    .f-menu ul li { padding: 5px 0; }
        .f-menu ul li a { text-decoration: none; color: #888; display: block; }

/* Copyright */

.copyright { border-top: 1px solid #ddd; }
    .copyright span { display: block; text-align: center; width: 100%; color: #888; }
    .copyright a { text-decoration: none; color: currentColor; font-weight: 600; color: #111; }

/* Social Media */

.social-media { display: flex; flex-wrap: wrap; }
    .social-media a { width: 36px; height: 42px; text-decoration: none; color: currentColor; display: flex; align-items: center; justify-content: center; margin: 0 10px 10px 0; background: linear-gradient(to top, #56585d, #56585d); border-radius: 10px; }
        .social-media a::before { content: ""; width: 32px; height: 38px; background: #fff; display: block; border-radius: 8px; }
        .social-media a.facebook::before { background: url(../images/social/facebook.png) #fff no-repeat center; background-size: 24px; }
        .social-media a.instagram::before { background: url(../images/social/instagram.png) #fff no-repeat center; background-size: 24px; }
        .social-media a.youtube::before { background: url(../images/social/youtube.png) #fff no-repeat center; background-size: 24px; }
        .social-media a.linkedin::before { background: url(../images/social/linkedin.png) #fff no-repeat center; background-size: 24px; }
        .social-media a.twitter::before { background: url(../images/social/twitter.png) #fff no-repeat center; background-size: 24px; }
		

/* Mid Schema */

.mid-schema { width: 100%; display: flex; counter-reset: count; }
    .mid-schema .item { position: relative; width: 20%; min-height: 180px; }
    .mid-schema .item .image::before { content: counter(count); counter-increment: count; position: absolute; left: -40px; top: -10px; width: 40px; height: 40px; background: #56585d; text-align: center; line-height: 40px; color: #fff; border-radius: 100%; font-size: 26px; }
        .mid-schema .item a { text-decoration: none; display: block; padding: 20px; text-align: center; color: currentColor; }
            .mid-schema .item a .image { position: relative; width: 75px; height: 75px; border-radius: 100%; margin: auto; }
                .mid-schema .item a .image img { width: 75px; height: 75px; object-fit: contain; }
            .mid-schema .item a .content { position: relative; z-index: 2; margin-top: 10px; }
                .mid-schema .item a .content h2 { font-size: 18px; font-weight: 600; margin: 0 0 5px 0; }
                .mid-schema .item a .content p { font-size: 15px; opacity: 0.75; }

.mid-schema .teklif-al { text-align: center; width: 20%; min-height: 180px; background: #ddd; padding: 25px 15px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; }
.mid-schema .teklif-al a { text-decoration: none; color: #fff; background: #56585d; display: block; padding: 10px 20px; width: 80%; }

/* Helpers */

.menu-btn { position: relative; z-index: 10; width: 40px; height: 40px; background: #56585d; color: #fff; font-size: 24px; margin-left: 15px; display: none; align-items: center; justify-content: center; }

.upload-file { max-width: 770px; width: 100%; margin: auto; background: linear-gradient(to left, #56585d, #56585d); padding: 30px; border-radius: 20px; margin-top: -105px; position: relative; z-index: 2; box-shadow: 0 10px 30px rgba(0,0,0,0.1); display: flex; align-items: center; justify-content: space-between; }
.upload-file .button {}
.upload-file .button a { display: inline-block; text-decoration: none; color: #fff; background: #080e1d; padding: 15px 30px; border-radius: 10px; font-size: 16px; }
.upload-file .content {}
.upload-file .content ul { list-style: none; padding: 0; margin: 0; }
.upload-file .content ul li { margin: 5px 0; font-size: 16px; }

a.bid-btn { transition: 0.2s; text-decoration: none; color: #fff; background: #56585d; display: inline-block; padding: 15px 30px; width: 100%; border-radius: 7px; font-size: 22px; font-weight: 700; }
a.bid-btn:hover { background: #56585d; }

.icerik-detay { background: #eee; padding: 45px; }



/* Project Gallery */

.project-own { width: 100%; margin-bottom: 10px; }
.project-own a { text-decoration: none; color: currentColor; display: block; position: relative; width: 100%; padding-bottom: 60%; }
.project-own a img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover; }
.project-own .swiper-button-prev::after { font-size: 24px; color: #fff; }
.project-own .swiper-button-next::after { font-size: 24px; color: #fff; }

.project-thumbs { width: 100%; }
.project-thumbs a { text-decoration: none; color: currentColor; display: block; position: relative; width: 100%; padding-bottom: 60%; }
.project-thumbs a img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover; }




@media(max-width: 1024px) {
    .contact .wrapper .form .inputs .item > .select { grid-template-columns: repeat(2, 1fr); }
}

@media(max-width: 991px) {
    .slider .content { bottom: 35%; }
    .slider .content h2 { font-size: 40px; }
    .logo { display: none; position: relative; top: -5px !important; left: unset !important; transform: unset !important; }
    .logo.mobile { display: block; }
    .header-section { padding: 15px 0; }
    .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; }
    .mobile-menu .back-icon { top: 40px; }
    .sub-menu { display: none; }
    .logo a img { max-width: 120px; }
    .about .image { min-height: unset; padding-bottom: 60%; }
    .about .content { margin: 0 !important; }
    .slider img { height: 350px; }

    .about { padding: 0; }
        .about .h2 { display: none; }

    .mid-schema { flex-wrap: wrap; }
    .mid-schema .item { width: 25%; }
    .mid-schema .teklif-al { width: 100%; }

}

@media(max-width: 768px) {
}

@media(max-width: 640px) {
    .newsletter-section .title { text-align: center; margin-bottom: 20px; }
    .newsletter-section .input-group { flex-wrap: wrap; }
        .newsletter-section .input-group input { width: 100% !important; margin: 5px 0; }
    .about .content { padding: 30px !important; }

    .mid-schema .item { width: 50%; }

    .upload-file { flex-wrap: wrap; }
    .upload-file .button { width: 100%; margin-bottom: 15px; }
    .upload-file .button a { width: 100%; text-align: center; display: block; }
}

@media(max-width: 576px) {
}

@media(max-width: 480px) {
}

@media(max-width: 440px) {
}
