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: #f75a13; color: #fff;}
.loading{ position: fixed; width: 100%; height: 100vh; background: #fff; top: 0; left: 0; z-index: 9999999999999999;}
.container{ max-width: 1400px !important; }

/* Header Section */
/* max-width: 1400px; */
.header-section { position: fixed; height: 10vh; background-color: #111; left: 50%; transform: translateX(-50%); top: 0; opacity: .9;  width: 100%; z-index: 9999999; padding: 15px 13%; }
.header-section .container { max-width: 1800px !important; }

/* Logo */

.logo { width: auto; display: inline-flex; }
.logo a { text-decoration: none; color: currentColor; display: inline-flex; }
    .logo a img { max-width: 236px; width: 100%; /*filter: grayscale(100) brightness(100)!important;*/ }

/* Right Links */

.right-links { display: inline-flex; align-items: center; justify-content: flex-end; position: relative; }
    .right-links a.bid-btn { white-space: nowrap; margin-left: 20px; text-decoration: none; color: #111; background: #ffffff; padding: 4px 20px; border-radius: 4px; font-size: 14px; font-weight: 500; margin-right: 20px; }
.right-links .lang { display: flex; margin-right: 15px; }
.right-links .lang select { color: #fff; background: transparent; border: 0; outline: none; cursor: pointer; }
.right-links .lang select option { color: #111; }
.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; right: 0; margin-top: 125px; min-width: 280px; width: 100%; display: none; }
.right-links .search-box.active { display: block; }
.right-links .search-box .inputs { display: flex; font-size: 15px; }
.right-links .search-box .inputs input[type=text] { outline: none; width: 100%; border: 0; background: #fff; padding: 10px 15px; }
.right-links .search-box .inputs input[type=submit] { outline: none; border: 0; background: #fff; padding: 10px 15px; }

/* 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: 20%; 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); }

/* 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 > img { width: 32px; height: 32px; object-fit: contain; margin-right: 15px; }
.top-menu ul li a i{ color: #fff; font-size: 18px; position: relative; margin-left: 5px;}
.top-menu ul li:hover a{ color: #f75a13;}
.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;}
.top-menu > ul ul li a:hover{ color: #f75a13 !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;}
.mobile-menu.opened{ left: 0;}
.mobile-menu ul{ width: 100%; height: 100%; top: 0; z-index: 3; padding: 30px 0; padding-top: 60px; 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: 11px; 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;}
.mobile-menu ul li a > img { display: none; }

.mobile-menu a.close-btn { text-decoration: none; color: currentColor; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid #ddd; position: absolute; right: 15px; top: 10px; z-index: 9; }


/* Service Detail */

.service-detail h1 { font-weight: 600; text-align: center; margin-bottom: 30px; }
.service-detail table { max-width: 1000px; width: 100%; margin: auto; }
    .service-detail table thead tr { background: #ffddd5; }
    .service-detail table tbody tr:nth-child(even) { background: #eee; }

/* Service Slider */

.service-slider { display: grid; grid-template-columns: repeat(2, 1fr); grid-column-gap: 15px; grid-row-gap: 15px; padding-bottom: 45px; }
    .service-slider a { grid-column: auto / span 1; text-decoration: none; color: currentColor; display: block; width: 100%; padding-bottom: 60%; position: relative; }
        .service-slider a img { width: 100%; height: 100%; left: 0; top: 0; position: absolute; object-fit: cover; }

    .service-slider .swiper-pagination span { width: 30px; height: 6px; border-radius: 50rem; }
    .service-slider .swiper-pagination .swiper-pagination-bullet-active { background: #ff7000; }

/* Slider */

.slider{ width: 100%;}
.slider .swiper-slide { display: none !important; }
.slider .swiper-slide:first-child { 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; display: block; }
.slider a .image video{ width: 100%; margin-top: 10vh; height: 90vh; object-fit: fill; display: block; }
.slider a .content { position: absolute; max-width: 500px; 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: -5px; width: 100%; height: 4px; background: #f75a13; 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); }

.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: #f75a13; left: 0; bottom: 0; }
.slider3 a .content .top p { font-size: 14px; }
.slider3 a .content .bottom { background: #f75a13; 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 #f75a13; 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); }

/* 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: 4; bottom: 20%; left: 0; overflow: unset; }
.slider-links .link { position: relative; display: flex; align-items: center; color: #fff; cursor: pointer; padding-left: 190px; }
.slider-links .link span { font-size: 18px; font-weight: 300; display: block; }
.slider-links .link img { width: 60px; height: 60px; object-fit: contain; margin-right: 20px; }

.slider-links .swiper-wrapper { min-width: 200px; height: 56vh; }
.slider-links .link::after { transition: 0.6s; content: ""; width: 0; height: 2px; background: #f75a13; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.slider-links .link:hover::after { width: 30%; }
.slider-links .swiper-slide-thumb-active .link::after { width: 30%; }
.slider-links .swiper-slide-thumb-active .link span { font-weight: 700; }

/* 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: #f75a13; position: absolute; top: 8px; left: 50%; transform: translateX(-50%); }

/* Banner */

.banner{ position: relative; width: 100%; min-height: 300px; 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: 1400px; width: 100%; left: 50%; transform: translateX(-50%); bottom: 45px; padding: 0 15px; }
.banner .content h2 { display: inline-block; position: relative; color: #fff; font-size: 24px; font-weight: 400; letter-spacing: 7px; }
.banner .content h2::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 110%; height: 4px; background: #f75a13; z-index: -1; }

/* Breadcrumb */

.breadcrumb{ background: transparent; padding: 0; margin: 0; margin-bottom: 10px; }
.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;}

/* 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: #f75a13; }

/* About */

.about .col-lg-9 { position: relative; padding-left: 90px; }
.about .col-lg-9::before { content: ""; position: absolute; width: 70px; height: 70px; left: 10px; top: -35px; background: url(../images/quote.png) no-repeat center; background-size: 70px; }
.about img { width: 100%; }
.about h1 { font-family: 'SignPainter'; font-size: 64px; transform: rotate(-7deg); color: #ff0000; margin-left: -120px; }
.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: #ff0000; margin-left: 5px; }

.about.icon { position: relative; padding-left: 90px; }
.about.icon::before { content: ""; position: absolute; width: 70px; height: 70px; left: 10px; top: -35px; background: url(../images/quote.png) no-repeat center; background-size: 70px; }
.about a.detail-btn { text-decoration: none; color: #111; display: inline-flex; align-items: center; font-size: 12px; font-weight: 600; letter-spacing: 2px; }
.about a.detail-btn i { margin-left: 5px; font-weight: bold; color: #f75a13; font-size: 16px; }

/* Blog Carou */

.blog-carou { padding-bottom: 40px; }
.blog-carou a { text-decoration: none; color: currentColor; display: block; padding: 0 45px; }
.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%; }
.blog-carou a .content .detail-btn { font-size: 14px; letter-spacing: 1px; font-weight: 900; color: #ff0000; 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: #ff0000; }

/* Reference List */

.reference-list { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.reference-list .list-item { width: 20%; padding: 10px 20px; }
.reference-list .list-item a { text-decoration: none; color: currentColor; display: block; text-align: center; }
.reference-list .list-item a img { max-width: 100%; }

.reference-list.cert { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; }
.reference-list.cert .list-item { width: 25%; }
.reference-list.cert .list-item a img { 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 #f75a13; 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 .shop-item h2 { position: relative; font-size: 18px; font-weight: 900; margin-bottom: 30px; padding-bottom: 15px; }
.ref-shops .shop-item h2::after { content: ""; width: 80px; height: 2px; background: #f75a13; 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: #ff0000; }

/* Product Title */

.product-title { width: 100%; }
.product-title ul { width: 100%; list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; }
.product-title ul li { max-width: 220px; width: 100%; text-align: center; padding: 10px 30px; }
.product-title ul li a { text-decoration: none; color: currentColor; display: block; }
.product-title ul li a img { width: 60px; height: 60px; object-fit: contain; margin-bottom: 10px; }
.product-title ul li a h4 { font-size: 16px; position: relative; }
.product-title ul li a:hover h4::after { content: ""; position: absolute; width: 40px; height: 4px; background: #f75a13; left: 50%; bottom: -10px; transform: translateX(-50%); }
.product-title ul li.is-active a h4::after { content: ""; position: absolute; width: 40px; height: 4px; background: #f75a13; left: 50%; bottom: -10px; transform: translateX(-50%); }

/* Product Detail */

.product-detail .image { width: 100%; padding: 60px; background: #f5f5f5; border-radius: 15px; text-align: center; }
.product-detail .image a { text-decoration: none; color: currentColor; display: block; }
.product-detail .image a img { max-width: 100%; }
.product-detail .other-imgs { margin-top: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; }
    .product-detail .other-imgs img { width: 46%; height: 50%; margin-bottom: 4%; }

.product-detail .content { font-size: 14px; }
.product-detail .content h1 { font-size: 24px; font-weight: 600; margin-bottom: 20px; }
.product-detail .content h4 { font-size: 18px; margin-bottom: 30px; }
.product-detail .content ul { margin: 0; padding-left: 20px; margin-bottom: 30px; }
.product-detail .content ul li { padding: 3px 0; }
.product-detail .table table { width: 100%; font-size: 14px; }
.product-detail .table table td:first-child { min-width: 135px; white-space: nowrap; }

/* Product List */

.product-list a { text-decoration: none; color: currentColor; text-align: center; display: block; background: #f5f5f5; border: 1px solid #ddd; border-radius: 20px; height: 100%; padding: 30px; }
.product-list a .image { width: 100%; padding-bottom: 100%; position: relative; margin-bottom: 15px; }
.product-list a .image img { position: absolute; width: 100%; height: 100%; object-fit: contain; left: 0; top: 0; }
.product-list a .content h2 { font-size: 20px; font-weight: 500; }

.product-list.carou .swiper-pagination .swiper-pagination-bullet-active { background: #f75a13 }

.product-list.carou .swiper-button-prev, .product-list.carou .swiper-button-next { background: #f75a13; border-radius: 6px; }
.product-list.carou .swiper-button-prev::after, .product-list.carou .swiper-button-next::after { color: #111; font-size: 16px; font-weight: bold; }

/* Project List */

.project-list .list-item a { min-height: 450px; text-decoration: none; color: #fff; display: flex; align-items: flex-end; position: relative; }
.project-list .list-item a .image { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1; }
.project-list .list-item a .image img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover; }
.project-list .list-item a .content { padding: 30px; width: 100%; display: flex; align-items: center; background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.7)); }
.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: #ff0000; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 32px; }

.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: #ff0000; }

/* Tab Title */

.tab-title { width: 100%; margin-bottom: 30px; }
.tab-title ul { width: 100%; list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; }
.tab-title ul li { max-width: 180px; width: 100%; text-align: center; padding: 10px 30px; opacity: 0.5; }
.tab-title ul li a { text-decoration: none; color: currentColor; display: block; }
.tab-title ul li a img { width: 60px; height: 60px; object-fit: contain; margin-bottom: 10px; }
.tab-title ul li a h4 { font-size: 16px; position: relative; }
.tab-title ul li.active { opacity: 1; }
.tab-title ul li.active a h4::after { content: ""; position: absolute; width: 40px; height: 4px; background: #f75a13; left: 50%; bottom: -10px; transform: translateX(-50%); }
.tab-title ul li a:hover h4::after { content: ""; position: absolute; width: 40px; height: 4px; background: #f75a13; left: 50%; bottom: -10px; transform: translateX(-50%); }

/* Tab Content */

.tab-content { width: 100%; }
.tab-content ul { list-style: none; padding: 0; margin: 0; }
.tab-content ul li { width: 100%; opacity: 0; visibility: hidden; height: 0; overflow: hidden; }
.tab-content ul li.active { opacity: 1; visibility: visible; height: auto; overflow: unset; }

/* 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: #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;}

/*
    Newsletter Form
*/

.newsletter-form { position: relative; margin-bottom: -100px; }
.newsletter-form .form-wrap { background: #fff; box-shadow: 0px 5px 20px rgba(0,0,0,0.1); padding: 45px; }
.newsletter-form .form-wrap .form-title { width: 70%; margin-bottom: 30px; }
.newsletter-form .form-wrap .form-title h2 { font-size: 27px; font-weight: 900; letter-spacing: 1px; margin-bottom: 30px; }
.newsletter-form .form-wrap .input-group { display: flex; align-items: center; flex-wrap: nowrap; }
.newsletter-form .form-wrap .input-group input { max-width: 260px; width: 100%; outline: none; border: 1px solid #ccc; border-radius: 50rem; padding: 12px 20px; margin: 5px 0; margin-right: 10px; font-size: 13px; letter-spacing: 1px; }
.newsletter-form .form-wrap .input-group input::placeholder { color: #ccc; }
.newsletter-form .form-wrap .input-group label { display: flex; align-items: center; margin: 0; line-height: 1.2; flex-grow: 2; }
.newsletter-form .form-wrap .input-group label input { width: 20px; height: 20px; margin-right: 10px; }
    .newsletter-form .form-wrap .input-group input[type=submit] { border-color: #f75a13; background: #f75a13; color: #fff; font-weight: 700; }

/* 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: #f75a13; color: #fff; border-radius: 50rem; font-weight: 900; padding: 13px 30px; }

/* Social Media */

.social-media { width: 100%; display: flex; flex-wrap: wrap; }
.social-media a { text-decoration: none; color: currentColor; display: block; width: 54px; height: 60px; border: 2px solid #f75a13; 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 #f75a13; 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: #f75a13; color: #fff; }

/* Footer Section */

.footer-section { background: #1e1e1e; color: #999; font-family: 'Futura PT'; padding-top: 160px !important; }

.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 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; font-size: 16px; }
.f-menu ul li a { text-decoration: none; color: #999; font-size: 16px;}

/* Copyright */

.copyright { font-size: 14px; font-weight: 400; color: #666; }
.copyright a { text-decoration: none; color: #111; font-weight: 600; }

/* Helpers */

.bg-light { background-color: #f0f0f0 !important; }

.menu-btn{ position: relative; z-index: 10; width: 40px; height: 40px; background: #f75a13; color: #111; 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: #ff0000; margin: 0; }
.global-title strong { display: block; font-size: 20px; font-weight: 900; margin-top: -15px; }
.global-title.color-green h2 { color: #3ed15c !important; }

@media(max-width: 1600px) {
    .slider-links .link { padding-left: 120px; }
    .slider-links .swiper-slide-thumb-active .link::after { width: 20%; }
    .slider a .content { right: 5%; }
}

@media(max-width: 1200px) {
    .slider-links .link { padding-left: 15px; }
    .slider-links .swiper-slide-thumb-active .link::after { width: 10px; }
    .slider a .content { right: 15px; }
}

@media(max-width: 991px)
{
    .menu-btn{ display: flex;}
    .logo a img{width: 80px !important;}
    .right-links a.bid-btn{ white-space: nowrap;margin-left: 20px;text-decoration: none;color: #111;background: #ffffff;padding: 4px 5px;border-radius: 4px;font-size: 10px !important;font-weight: 500;margin-right: 10px;}
    .header-section { position: fixed; background-color: #111; left: 50%; transform: translateX(-50%); top: 0;  width: 100%; z-index: 9999999; padding: 15px 0px; }
    .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;}
    .newsletter-form .form-wrap .input-group input { max-width: 100%; width: 48%; }
    .newsletter-form .form-wrap .input-group label { width: 100%; margin: 10px 0; }

    .slider-links .link span { font-size: 14px; margin-left: 5px; }
    .slider-links .link img { width: 40px; height: 40px; }
    .slider-links .swiper-wrapper { height: 250px; }
    .slider a .content small { font-size: 18px; }
    .slider a .content h2 { font-size: 42px; }
    .slider a .content { padding-bottom: 140px; max-width: 360px; }

    .slider a .image img { height: 100vh; }

    .reference-list .list-item { width: 33.333%; }
}

@media(max-width: 768px)
{
    .header-section{height: 8vh;}
    .slider a .image video{margin-top: 8vh;}
    .slider a .image video{height: 35vh;}
    .scroll-down{display: none;}
    .newsletter-form .form-wrap .input-group input { width: 100%; }
    .newsletter-form .form-wrap .input-group { flex-wrap: wrap; }
}

@media(max-width: 640px)
{
    .slider a .content p { display: none; }
    .slider a .content { max-width: 250px; }
    .right-links a.bid-btn { font-size: 13px; }
    .product-title ul { justify-content: flex-start; }
    .product-title ul li { max-width: unset; width: 50%; padding: 10px; }
    .contact-form input[type=submit] { width: 100%; }
    .tab-title ul { justify-content: flex-start; }
    .tab-title ul li { max-width: unset; width: 50%; padding: 10px; }
    .slider-links .link:hover::after{width: 12%;}
    .slider-links .swiper-slide{margin-bottom: 7px;}
}

@media(max-width: 576px)
{
    .newsletter-form .form-wrap .form-title { width: 100%; }
    .reference-list .list-item { width: 50%; }

    .slider-links .swiper-wrapper { height: 200px; }
    .slider-links .link img { /*display: none;*/ margin-left: 20px; }
}

@media(max-width: 480px)
{
    .banner .content h2 { font-size: 20px; }
}

@media(max-width: 440px)
{

}












