@import url(https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap);
:root {
    --alt-font: "Urbanist", sans-serif;
    --primary-font: "Urbanist", sans-serif;
    --base-color: #ffc700;
    --dark-gray: #141414;
    --medium-gray: #707070;
    --aluminium-grey: rgba(255, 255, 255, 0.4)
}

body {
    font-size: 18px;
    line-height: 30px
}

a:hover {
    color: var(--dark-gray)
}

.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600
}

.navbar .navbar-nav .dropdown.open .dropdown-menu {
    background-color: var(--dark-gray)
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 17px;
    font-weight: 500;
    color: var(--white);
    border-bottom: 1px solid rgb(255 255 255 / .1)
}

header .navbar-brand img {
    max-height: 30px
}

.header-top-bar div>a {
    color: var(--light-gray)
}

.header-top-bar div>a:hover {
    color: var(--white)
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 30px
}

.navbar .navbar-nav .dropdown .dropdown-menu a i {
    width: 35px
}

header .btn.btn-box-shadow.btn-base-color,
.btn.btn-base-color {
    color: var(--dark-gray)
}

header .btn.btn-box-shadow.btn-base-color:hover,
.btn.btn-box-shadow.btn-base-color:hover {
    color: var(--dark-gray)
}

header .btn.btn-small {
    font-size: 15px;
    padding: 10px 18px
}

.btn.btn-hover-animation-switch.btn-link {
    padding-top: 0
}

.btn {
    text-transform: inherit;
    font-weight: 600;
    letter-spacing: 0
}

.btn.btn-extra-large {
    font-size: 18px;
    padding: 16px 32px
}

.btn.btn-large {
    font-size: 17px;
    padding: 14px 28px
}

.btn.btn-medium {
    font-size: 16px;
    padding: 12px 24px
}

.btn.btn-small {
    font-size: 15px
}

.btn.btn-very-small {
    font-size: 14px;
    padding: 9px 20px
}

.counter-style-04 .vertical-counter:after {
    color: var(--base-color)
}

.review-star-icon i {
    color: var(--base-color)
}

footer ul li {
    margin-bottom: 1px
}

footer p {
    line-height: 28px
}

.page-title-double-large h1 {
    font-size: 4.375rem;
    line-height: 4.688rem
}

.page-title-double-large h2 {
    font-size: 16px;
    line-height: 28px
}

.right-12 {
    right: 12%
}

.bg-jungle-green {
    background-color: #2ebb79
}

.outside-box-top-205px {
    margin-top: -205px
}

.bg-gradient-gray-light-dark-transparent {
    background-image: linear-gradient(to top, #f7f7f7 0%, transparent 100%)
}

@media (max-width:1399px) {
    .xl-h-180px {
        height: 180px
    }
    .xl-w-180px {
        width: 180px
    }
}

@media (max-width:1199px) {
    .outside-box-top-200px {
        margin-top: -150px
    }
}

@media (max-width:991px) {
    .outside-box-top-200px {
        margin-top: 0
    }
    .navbar .navbar-nav .dropdown.open .dropdown-menu {
        padding-bottom: 15px
    }
}

html {
    overflow: auto
}

::-webkit-scrollbar {
    width: 7px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #e31f23;
    transition: .3s ease-in-out;
    border-radius: 6px
}

::-webkit-scrollbar-thumb:hover {
    background:#e31f23c2;
}

.container {
    max-width: 1440px
}

.fnp_bg {
    background-color: #e31f23 !important
}

.blog_hover:hover {
    color: #000
}

.contact_btn {
    background-color: #035FA4 !important;
    border: 2px solid #035FA4
}

.contact_btn:hover {
    background-color: #035FA4 !important
}

.about_btn:hover {
    background: #035FA4 !important;
    border: 2px solid #035FA4 !important;
    color: #fff !important
}

.fnp_color {
    color: #035FA4
}

.fnp_h2 {
    font-size: 50px
}

.fs-27 {
    font-size: 27px
}

.product_figcaption {
    padding: 50px 50px 20px 50px !important
}

.product_figcaption .card-title {
    width: 100% !important
}

.theme-demos {
    display: none !important
}

.fnp_hover:hover {
    color: #035FA4 !important
}

.navbar .navbar-nav .submenu-content {
    min-width: 275px;
    left: inherit
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    padding: 25px
}

footer {
    padding-top: 10px
}

.FNP {
    text-align: right
}

.copyright {
    text-align: left
}

.header_right {
    width: 125px;
    justify-content: end
}

.icon-feather-search {
    font-size: 20px;
    color: #000
}

.about_section {
    padding-top: 180px;
    padding-bottom: 110px
}

.about_title {
    font-size: 48px !important;
    line-height: 3.438rem !important
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: #fff;
    position: fixed;
    bottom: 40px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 9999
}

.btn-whatsapp-pulse:hover {
    color: #FFF
}

.btn-whatsapp-pulse i {
    transition: .3s ease-in-out
}

.btn-whatsapp-pulse:hover i {
    transform: scale(1.1)
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(37 211 102 / .5)
    }
    80% {
        box-shadow: 0 0 0 14px #fff0
    }
}

.btn-whatsapp-pulse-border {
    right: 20px;
    animation-play-state: paused
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: .75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: .75
    }
    75% {
        padding: 50px;
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.content_card {
    margin-top: -525px !important
}

.banner_font {
    font-size: 225px
}

.p-lg-50px {
    padding: 50px
}

.border-color-base-color {
    border-color: #035FA4 !important
}

.marka_img {
    height: 40px !important
}

.contact_pad {
    padding-bottom: 0 !important
}

.header-language-icon .header-language .language-dropdown li a {
    font-size: 16px
}

.tabcontentdn {
    display: none;
    transition: opacity 0.5s ease-in-out;
    opacity: 0
}

.tabcontentdn.show {
    display: block;
    opacity: 1
}

.cursor_default {
    cursor: default
}

.reference-card {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    position: relative;
    background-color: #fff
}

.reference-card-image {
    position: relative;
    width: 100%;
    height: 200px;
    border-bottom: 1px solid #ccc
}

.reference-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.reference-card-content {
    padding: 16px;
    background: rgb(255 255 255 / .8)
}

.reference-card-content .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

.reference-title {
    margin: 0;
    font-size: 18px
}

.reference-toggle-btn {
    background-color: #fff0;
    color: #fa040e;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: 600;
    border: none
}

.reference-pdf-list {
    display: none;
    margin-top: 10px;
    max-height: 0;
    transition: max-height 0.3s ease-out
}

.reference-card-content .reference-pdf-list {
    max-height: 500px
}

.reference-pdf-list a {
    display: block;
    text-decoration: none;
    color: #1b1b1b;
    transition: .3s ease-in-out;
    text-align: left
}

.reference-pdf-list a i {
    transition: .3s ease-in-out
}

.reference-pdf-list a:hover {
    color: #da163c
}

.reference-pdf-list a:hover i {
    color: #da163c
}

.table-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: auto
}

.table-wrapper::-webkit-scrollbar {
    height: 5px
}

.table-wrapper::-webkit-scrollbar-track {
    background-color: #f1f1f1
}

.table-wrapper::-webkit-scrollbar-thumb {
    background-color: rgb(3 95 164 / .8)
}

.table-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #035FA4
}

table {
    width: 100%;
    font-size: 14px;
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgb(0 0 0 / .1)
}

th,
td {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

th {
    background-color: #e31f23;
    color: #fff;
    text-align: center
}

tr:nth-child(even) {
    background-color: #f9f9f9
}

tr:hover {
    background-color: #f1f1f1
}

.product_card_out {
    margin-bottom: 30px
}

.map-wrapper {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    padding-top: 56.25%
}

.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.map-point {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #015fa4;
    border-radius: 50%;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 0 10px rgb(0 0 0 / .3);
    animation: pulse-ring 1.5s infinite;
    z-index: 2
}

.map-point::after {
    content: attr(data-country);
    position: absolute;
    bottom: 200%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    white-space: nowrap;
    background: #fff;
    padding: 5px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    font-size: 16px;
    z-index: 999
}

.map-point::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid #fff0;
    border-right: 5px solid #fff0;
    border-top: 5px solid #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 999
}

.map-point.active::after,
.map-point.active::before {
    opacity: 1;
    visibility: visible
}

@keyframes pulse-ring {
    0% {
        box-shadow: 0 0 0 0 rgb(1 95 164 / .7)
    }
    50% {
        box-shadow: 0 0 0 20px #fff0
    }
    100% {
        box-shadow: 0 0 0 0 #fff0
    }
}

.grid.grid-4col li {
    width: 33.333333%
}

.reference_card_out {
    display: flex
}

.blog-metro figure .categories-btn {
    background-color: #fc290e !important;
    color: #fff
}

.blog_area {
    padding-bottom: 50px;
    padding-top: 0
}

.blog_area img {
    width: 100%
}

.porduct_title {
    font-size: 42px
}

.product_contact {
    display: flex
}

.tel_btn {
    line-height: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    padding: 0 35px;
    background-color: #317be8;
    word-spacing: 2px;
    border: 1px solid #317be8;
    text-transform: uppercase
}

.tel_btn:hover {
    border: 1px solid #317be8;
    background: #fff;
    color: #317be8
}

.wp_btn {
    line-height: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    padding: 0 35px;
    background-color: #4ca31e;
    word-spacing: 2px;
    border: 1px solid #4ca31e;
    text-transform: uppercase;
    margin: 0 5px
}

.wp_btn:hover {
    border: 1px solid #4ca31e;
    background: #fff;
    color: #4ca31e
}

.info_btn {
    line-height: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    padding: 0 35px;
    background-color: #4ca31e;
    word-spacing: 2px;
    border: 1px solid #4ca31e;
    text-transform: uppercase
}

.info_btn:hover {
    border: 1px solid #4ca31e;
    background: #fff;
    color: #4ca31e
}

.sozlesme input {
    max-width: max-content
}

.sozlesme a {
    transition: .3s ease-in-out
}

.sozlesme a:hover {
    color: #fc290e
}

.product_detail_title {
    font-size: 42px
}

.breadcrumb a:hover {
    color: #015fa4
}

.yan_card {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 25px rgb(0 0 0 / .08);
    box-shadow: 0 0 25px rgb(0 0 0 / .08);
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1)
}

.yan_card_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    color: #3d3d3d
}

.yan_card ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.yan_card ul li {
    margin-bottom: 10px
}

.yan_card ul a {
    text-decoration: none;
    color: #777;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s
}

.yan_card ul a:hover {
    color: #035FA4
}

.magic-cursor-wrapper {
    cursor: pointer !important
}

.nlr_out .nlr:nth-child(2) {
    border-left: 1px solid
}

.nlr_out .nlr:nth-child(7) {
    border-top: 1px solid;
    border-left: 1px solid
}

.nlr_out .nlr:nth-child(8) {
    border-top: 1px solid
}

.nlr_out .nlr:nth-child(9) {
    border-top: 1px solid
}

.nlr_out .nlr:nth-child(10) {
    border-top: 1px solid
}

.nlr_out .nlr:nth-child(11) {
    border-top: 1px solid
}

.blog_detail_title {
    font-size: 40px
}

.grid-item .product_area_out {
    z-index: 999;
    display: block;
    text-decoration: none;
    color: inherit
}

.banner_animation {
    left: 250px !important
}

.p-contact-card {
    position: relative;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 25px rgb(0 0 0 / .08);
    box-shadow: 0 0 25px rgb(0 0 0 / .08);
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    color: #fff;
    overflow: hidden;
    z-index: 0
}

.p-contact-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2754a8;
    z-index: 2
}

.p-contact-card>* {
    position: relative;
    z-index: 3
}

.p-contact-card h3 {
    font-size: 15px;
    color: #fff;
    word-spacing: 2px
}

.p-contact-card ul {
    padding-left: 0
}

.p-contact-card ul li {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column
}

.p-contact-card ul li a {
    padding: 10px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px
}

.p-contact-card ul li a i {
    margin-right: 5px
}

.p-contact-card ul li a:hover {
    color: #fff;
    background-color: rgb(0 0 0 / .75)
}

.elements-social .linkedin:hover {
    color: #0a65c1 !important
}

.elements-social .youtube:hover {
    color: #fa040e !important
}

.footer_b_c .cerez {
    margin-right: 20px
}

.content_section {
    padding-top: 80px;
    padding-bottom: 80px
}

.language-icon {
    padding: 0;
    margin: 0
}

.language-icon li:first-child {
    padding-right: 10px
}

.language-icon li {
    margin-top: -10px;
    padding-top: 0
}

.pdf {
    padding: 5px 20px;
    background-color: #fff;
    border: 1px solid #da163c;
    display: inline-block;
    transition: .3s ease-in-out;
    margin: 10px 10px 10px 0
}

.pdf .title {
    padding-left: 10px;
    color: #da163c;
    font-size: 14px;
    font-weight: 500
}

.pdf:hover {
    background-color: #da163c
}

.pdf img {
    transition: .3s ease-in-out
}

.pdf:hover img {
    filter: grayscale(100%)
}

.pdf:hover .title {
    color: #fff
}

.grid-item figure {
    cursor: pointer
}

.grid-item figure a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.blog-overlay {
    pointer-events: none
}

.yan_position {
    position: sticky;
    top: 100px
}

.product_references {
    margin-bottom: 25px;
    width: 100%;
    display: flex;
    justify-content: center
}

.mobil_fixed {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999
}

.mobil_fixed a {
    text-align: center;
    display: inline-block;
    width: 33.33333%;
    margin: 0;
    padding: 10px 5px
}

.mobil_fixed a:nth-child(1) {
    background-color: #525252
}

.mobil_fixed a:nth-child(2) {
    background-color: #25d366
}

.mobil_fixed a:nth-child(3) {
    background-color: #525252
}

.text-md-start {
    text-align: start
}

.instafeed-grid {
    width: 100px;
    height: 100px
}

.instafeed-grid figure {
    padding: 30px;
    box-shadow: rgb(149 157 165 / .07) 0 8px 24px;
    transition: .3s ease-in-out
}

.instafeed-grid figure:hover {
    margin-bottom: 10px;
    box-shadow: rgb(0 0 0 / .07) 0 1px 2px, rgb(0 0 0 / .07) 0 2px 4px, rgb(0 0 0 / .07) 0 4px 8px, rgb(0 0 0 / .07) 0 8px 16px, rgb(0 0 0 / .07) 0 16px 32px, rgb(0 0 0 / .07) 0 32px 64px
}

.blog_detail {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5em;
    height: 4.5em;
    position: relative
}

.blog_detail::after {
    content: '...';
    background: #fff
}

.yan_map {
    height: 300px
}

.yan_map iframe {
    height: 300px
}

header .navbar-brand {
    padding: 15px 0
}

.erdil_title {
    line-height: 4.5rem
}

header .navbar [class*=col-] .navbar-nav .nav-item {
    padding: 0 10px
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    background-color: #fff;
    min-width: 275px;
    width: max-content;
    border-radius: 4px
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    color: #0b0b0b;
    transition: .3s ease-in-out
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li {
    border-bottom: 1px solid rgb(11 11 11 / .5);
    transition: .3s ease-in-out
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child {
    border-bottom: none
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover {
    background-color: #fff
}

.video-icon {
    transition: .3s ease-in-out
}

.video-icon:hover {
    transform: scale(1.1);
    z-index: 99
}

.video-icon-medium .video-icon .video-icon-sonar .video-icon-sonar-afr {
    border-color: #fff !important
}

.outside-box-top-205px {
    margin-top: -150px
}

.title_icon {
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #efefef;
    margin-top: 10px
}

.slider_icon {
    border-right: 1px solid rgb(239 239 239 / .25);
    padding: 20px
}

.slider_icon:first-child {
    border-left: 1px solid rgb(239 239 239 / .25)
}

.katalog {
    position: absolute;
    top: 22.5%;
    right: -80px;
    transition: .5s ease-in-out
}

.katalog:hover {
    right: -70px;
    transform: rotate(-5deg)
}

.swiper-pagination {
    display: flex;
    flex-direction: column;
    top: 35% !important;
    left: 7% !important;
    transform: translateY(-65%);
    z-index: 999 !important
}

.swiper-light-pagination .swiper-pagination-bullet {
    margin: 15px 0 !important
}

.cover-background iframe {
    height: 100%
}

.iframe_out {
    height: 285px
}

.footer-light a:hover {
    color: #e31f23
}

.contact_info {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.btn.btn-switch-text.btn-large>span {
    padding: 18px 30px
}

.bg-very-light-green {
    background-color: #c5eec9
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #035FA4
}

.banner_bg {
    position: relative;
    z-index: 2
}

.banner_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .5);
    z-index: 1
}

.banner_bg .container {
    position: relative;
    z-index: 3
}

.breadcrumb_seciton {
    padding: 25px 0;
    background-color: transparent !important;
    border-bottom: 1px solid rgb(0 0 0 / .5)
}

.breadcrumb_seciton .container-fluid,
footer .container-fluid {
    padding-left: 45px;
    padding-right: 45px
}

.blog_detail_page h3,
.blog_detail_page p {
    color: #000
}

.blog_detail_page h3 {
    font-size: 32px
}

.btn.btn-switch-text.btn-large {
    background-color: #035FA4
}

.fnp_title {
    font-size: 48px;
    font-weight: 700;
    color: #000
}

.fnp_p p {
    color: #000
}

.fnp_p ul li {
    color: #000
}

.fnp_section {
    padding: 80px 0
}

.doga_bg {
    background-color: #3a954f
}

.btn.btn-switch-text.btn-large.wp {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    width: 90%;
    background-color: #25d366;
    text-align: center
}

.btn.btn-switch-text.btn-large.wp:hover {
    background: #141414
}

.about_right {
    display: flex;
    align-items: center
}

.about_right>div:first-child {
    width: 100%
}

.fnp_home_section {
    padding: 80px 0
}

.bg-light-blue-gray {
    background-color: #ebeff6
}

.home_contact {
    box-shadow: rgb(149 157 165 / .2) 0 8px 24px;
    background-color: #fff
}

.theme-demos_ .demo-button-wrapper {
    width: auto;
    white-space: nowrap;
    position: absolute;
    right: 100%;
    bottom: 220px;
    cursor: pointer;
    z-index: 10;
    -webkit-transform: rotate(-90deg) translateY(-100%);
    -ms-transform: rotate(-90deg) translateY(-100%);
    transform: rotate(-90deg) translateY(-100%);
    -webkit-transform-origin: 100% 0 0;
    -ms-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    margin-right: -1px;
    display: flex
}

.theme-demos_ .buy-theme {
    text-align: center;
    background-color: #1f242f;
    position: relative;
    z-index: 1;
    padding: 10px;
    border-right: 1px solid
}

.theme-demos_ .all-demo_ {
    background-color: #1f242e
}

.theme-demos_ .all-demo_ a,
.theme-demos .buy-theme a {
    color: var(--dark-gray);
    font-size: 11px;
    padding: 15px;
    display: block;
    font-weight: 500
}

.theme-demos_ .all-demo_ .theme-wrapper {
    padding: 0 9px;
    position: relative;
    top: 0;
    opacity: 1;
    transition-delay: .3s;
    line-height: 0
}

.theme-demos_ .all-demo_ .theme-wrapper>div {
    display: inline-block;
    vertical-align: middle;
    color: var(--white);
    font-size: 14px;
    text-transform: uppercase;
    line-height: 21px
}

.theme-demos_ {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 1050;
    -webkit-transition: all .5s cubic-bezier(.77, 0, .175, 1);
    transition: all .5s cubic-bezier(.77, 0, .175, 1)
}

.theme-wrapper svg {
    transform: rotate(100deg)
}

.theme-wrapper i {
    transform: rotate(100deg)
}

.home_sozlesme {
    line-height: 20px;
    font-size: 15px
}

.header-language-icon.widget {
    margin-right: 25px
}

.clients-style-04 .client-box {
    opacity: .5
}

.clients-style-04 .client-box:hover {
    opacity: 1
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .6);
    justify-content: center;
    align-items: center;
    z-index: 1000
}

.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    max-width: 50%;
    max-height: 80%;
    overflow-y: auto;
    box-shadow: 0 4px 8px rgb(0 0 0 / .2)
}

.popup-close {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 32px;
    color: #333
}

.popup-close:hover {
    color: #000
}

#popup-body {
    padding: 10px
}

#popup-body ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#popup-body li {
    margin-bottom: 15px
}

#popup-body li span {
    font-weight: 700
}

#popup-body li a {
    text-decoration: none;
    color: #007bff
}

#popup-body li a:hover {
    text-decoration: underline
}

.popup_title {
    text-align: center;
    font-weight: 700;
    color: #015ea4;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #015ea4;
    margin-bottom: 25px;
    font-size: 3.438rem;
    line-height: 3.438rem
}

.bayi_title {
    color: #010101;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 10px
}

.bayi_inner:last-child hr {
    display: none
}

.bayi_inner a {
    position: relative;
    color: #000;
    transition: all 0.3s ease-in-out;
    text-decoration: none
}

.bayi_inner a:hover {
    color: #015ea4;
    text-decoration: underline
}

.bayi_inner a:hover::after {
    background-color: #015ea4
}

.bayi_inner ul {
    padding: 0
}

.bayi_inner {
    padding-left: 10px
}

.marka_section {
    padding: 80px 0
}

.marka_inner {
    display: flex;
    align-items: center;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    transition: .3s ease-in-out;
    margin: 10px;
    padding: 10px
}

.marka_inner:hover {
    border: 1px solid rgb(1 1 1 / .33);
    box-shadow: rgb(0 0 0 / .09) 0 3px 12px
}

#mobileNavbarNav.d-block {
    display: block !important
}

header .navbar-brand img {
    max-height: 60px !important
}

footer .footer-logo img {
    max-height: 70px !important
}

.mobile_submenu {
    padding-left: 0
}

.mobile_submenu li a {
    color: #1a1a1a
}

.preloader {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.preloader-logo-container {
    position: relative;
    width: 300px;
    height: auto
}

.preloader-logo {
    width: 100%;
    height: auto;
    display: block
}

.preloader-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #035FA4;
    z-index: -1;
    animation: slide-bg 1.5s forwards
}

@keyframes slide-bg {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

.slider_title {
    font-size: 68px;
    line-height: 1;
    margin-bottom: 20px
}

.h1_title {
    font-size: 3.438rem;
    line-height: 4.375rem
}

.modal {
    display: block;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / .7)
}

.modal-content {
    position: relative;
    padding: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 500px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .2)
}

.close {
    position: absolute;
    z-index: 999999;
    top: 10px;
    right: 10px;
    font-size: 38px;
    color: #efefef;
    cursor: pointer;
    background: rgb(0 0 0 / .5);
    border: none;
    transition: .3s ease-in-out
}

.close:hover {
    color: #fff;
    background: rgb(0 0 0 / .8)
}

.modal-body {
    padding: 10px
}

.bayi_button.btn.btn-box-shadow.btn-dark-gray:hover {
    background-color: #035FA4;
    color: #efefef !important;
    text-decoration: none;
    border-radius: 5px;
    transition: .3s ease-in-out !important;
    border-color: #035FA4
}

.bayi_button:after {
    display: none
}

.fnp_p ul li {
    list-style: disc
}

.fnp-hx-detail h1,
.fnp-hx-detail h2,
.fnp-hx-detail h3 {
    font-size: 34px;
    color: #141414;
    font-weight: 700
}

.mobil_fixed .bayi-title {
    font-size: 12px;
    color: #fff;
    margin-left: 5px
}

.custom-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background-color: rgb(0 0 0 / .6);
    justify-content: center;
    align-items: center
}

.custom-popup .popup-content {
    background: #fff;
    padding: 20px;
    max-width: 90%;
    width: 400px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 0 20px rgb(0 0 0 / .2);
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer
}

#bayiSonuclar .title {
    color: #141414;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700
}

#bayiSonuclar p {
    margin-bottom: 10px
}

#bayiSonuclar p strong {
    color: #141414
}

#popupBayiMobil .il-title {
    color: #035FA4
}

.mySliderGallery .swiper-slide {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    box-sizing: border-box;
    transition: border-color 0.3s ease
}

.mySliderGallery .swiper-slide:hover {
    border-color: #035FA4
}

.mySliderGallery .swiper-slide img {
    border-radius: 6px;
    display: block;
    width: 100%;
    height: auto
}

.mySliderGallery .swiper-button-next,
.mySliderGallery .swiper-button-prev {
    border-radius: 4px
}

.mySliderGallery .swiper-button-next i,
.mySliderGallery .swiper-button-prev i {
    color: #fff
}

.pdf-block {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #da143a;
    background-color: #da143a;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
    border-radius: 3px
}

.pdf-block img {
    display: block
}

.pdf-block:hover {
    color: #fff;
    border: 1px solid #035FA4;
    background-color: #035FA4
}

.mobil_fixed button {
    text-align: center;
    display: inline-block;
    width: 33.33333%;
    margin: 0;
    padding: 15px 5px;
    background-color: #035FA4;
    border: none
}

.katalog_second {
    top: 45%
}

#imageModal p {
    margin-bottom: 0;
    padding-bottom: 0
}

.header-top-bar div>a {
    color: #fff
}

header .navbar [class*=col-] .navbar-nav .nav-item a {
    color: #fff
}

header .left-nav .navbar-nav:before {
    /*background-color: rgb(239 239 239 / .25)*/
    background-color: transparent;
}

.video-title {
    width: 100%;
    font-weight: 800;
    color: #e1251b;
    font-size: 120px;
    line-height: 1.4;
    margin-bottom: .5rem
}

.video-title span {
    font-style: italic;
    color: #fff0;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    transform: translateY(-25%);
    margin-left: 3%;
    display: flex
}

.slider_category {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.slider_category .col-lg-3:first-child .title_icon {
    margin-right: 5px
}

.header-with-topbar.sticky.sticky-active .header-sticky-block {
    display: block
}

.header-with-topbar .header-sticky-block {
    display: none
}

.header-with-topbar.sticky.sticky-active .header-sticky-none {
    display: none
}

.header-with-topbar .header-sticky-none {
    display: block
}

.header-with-topbar.sticky.sticky-active .navbar [class*=col-] .navbar-nav .nav-item a {
    color: #212121
}

.header-with-topbar.sticky.sticky-active .left-nav .navbar-nav:before {
    background-color: #212121
}

.about_right {
    position: relative;
    display: inline-block
}

.about_right img {
    width: 100%;
    border-radius: 10px
}

.pulse-dot {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #e31f23;
    border-radius: 50%;
    opacity: .8;
    animation: bounce 1s infinite ease-in-out;
    border: 2px solid #fff
}

.pulse-dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff0;
    box-shadow: 0 0 10px #fff;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
    100% {
        transform: translate(-50%, -50%) scale(3.5);
        opacity: 0
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-2.5px)
    }
}

.dot1 {
    top: 29%;
    left: 60.75%
}

.dot2 {
    top: 45%;
    left: 21%
}

#pulse-dot-box-1 {
    position: absolute;
    top: 47%;
    left: 13.3%;
    width: 7%;
    height: 36%;
    border-top: 3px dashed #e31f23d6;
    border-left: 3px dashed #e31f23d6
}

#pulse-dot-box-2 {
    position: absolute;
    top: 9%;
    left: 62.2%;
    width: 8.6%;
    height: 19%;
    border-top: 3px dashed #e31f23d6;
    border-left: 3px dashed #e31f23d6
}

.pulse-dot-box-inner {
    position: absolute;
    padding: 15px;
    background-color: #e31f23d6;
    color: #fff;
    border-radius: 4px
}

.pulse-dot-box-inner-1 {
    top: 2%;
    left: 71%
}

.pulse-dot-box-inner-2 {
    top: 84%;
    left: 0
}

.hero-video {
    height: 100vh;
    min-height: 520px
}

.maps_box {
    position: absolute;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 1;
    background-color: #fff
}

.maps_box::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid #fff0;
    border-bottom: 8px solid #fff0;
    border-right: 8px solid #fff
}

.maps_box span,
.maps_box a {
    font-weight: 700
}

.maps_box .right {
    font-size: 13px;
    font-weight: 500
}

.maps_box hr {
    margin: 5px 0
}

.maps_box_animation {
    animation: bounce 1s infinite ease-in-out
}

.cover-background {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.cover-background dotlottie-wc {
    width: 100%;
    height: 100%;
    display: block
}

header .navbar [class*=col-] .navbar-nav .nav-item a i {
    font-size: 14px
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #efefef
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a img {
    color: #e31f23d6
}

.banner_bg ul {
    position: absolute;
    bottom: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(148 146 146 / .26) !important;
    width: 100%;
    margin: 0;
    padding: 15px
}

.banner_bg ul li a {
    color: #fff
}

.banner_bg ul li::before {
    content: "\f285";
    font-family: "bootstrap-icons";
    padding: 0 8px;
    color: #fff;
    font-size: 12px;
    vertical-align: middle
}

.banner_bg ul li:first-child::before {
    display: none
}

.services_detail_left_menu .active a,
.services_detail_left_menu .active i {
    color: #e31f23
}

.services_detail_left_menu li:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

.elements-social .instagram:hover {
    color: #FE1F49 !important
}

.services_contact {
    padding: 0;
    margin: 0
}

.services_contact li {
    margin-bottom: 15px
}

.services_contact li a {
    border-radius: 5px;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #525252;
    background-color: #525252;
    color: #fff
}

.services_contact li a:hover {
    transform: translateY(-1px)
}

.services_contact li a.wp {
    border: 1px solid #25d366;
    background-color: #25d366
}

.blog_left_menus {
    margin: 15px 0 0;
    padding: 0
}

.blog_left_menus li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dee2e6
}

.blog_left_menus li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.blog_left_menus li a {
    display: flex;
    gap: 15px
}

.blog_left_menus li a span {
    font-size: 16px
}

.floating_btn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px #fff0
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    font-weight: 400;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out
}

.banner_bg .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    font-size: 58px;
    font-weight: 700;
    margin-top: 50px
}

.navbar-toggler-line {
    background-color: #fff
}

.sticky.sticky-active .navbar-toggler-line {
    background-color: #000
}
#hamburger-popup {
    position: fixed;
    inset: 0;
    background-color: rgba(0,0,0,.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
}
.hamburger_popup.active {
    opacity: 1 !important;
    visibility: visible !important;
}
#hamburger-popup .popup-content {
    position: relative;
    width: min(980px, 96vw);
    height: min(90vh, 820px);
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(0,0,0,.35);
    padding: 16px 16px 8px;
    display: flex;
    flex-direction: column;
}
#hamburger-popup .close-hamburger-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.08);
    backdrop-filter: blur(6px);
    background: rgba(255,255,255,.85);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .12s ease, box-shadow .12s ease;
}
#hamburger-popup .close-hamburger-popup:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,.12);
}
#hamburger-popup .mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
}
#hamburger-popup .menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 6px 12px;
    margin-bottom: 6px;
}
#mobil-Menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#mobil-Menu > ul.navbar-nav {
    padding: 6px 0 12px;
    overflow-y: auto;
}
#mobil-Menu .nav-item {
    border-bottom: 1px solid rgba(0,0,0,.06);
}
#mobil-Menu .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    text-decoration: none;
    color: #111827;
    padding: 14px 12px;
}
#mobil-Menu .dropd {
    margin-left: auto;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    transition: background-color .15s ease, transform .2s ease;
}
#mobil-Menu .dropd:hover {
    background-color: rgba(0,0,0,.04);
}
#mobil-Menu .mobile_submenu {
    display: none;
    background: #fafafa;
    margin: 0;
    padding: 0;
}
#mobil-Menu .mobile_submenu .nav-link {
    font-weight: 500;
    padding: 12px 16px 12px 28px;
    color: #374151;
}
#mobil-Menu .nav-item.open > .dropd i {
    transform: rotate(180deg);
    transition: transform .2s ease;
}
@media (max-width: 496px) {
    #hamburger-popup .popup-content {
        width: 94vw;
        height: 92vh;
        border-radius: 14px;
    }
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
    justify-content: space-between;
    padding: 10px 0;
}
#mobil-Menu .nav-item.active > .mobile_submenu {
    display: block;
}

#mobil-Menu .nav-item.active > .dropd i {
    transform: rotate(180deg);
    transition: transform .2s ease;
}
@media screen and (min-width: 992px) {
    .menu-order.left-nav {
        flex-direction: column;
        align-items: flex-end;
    }
}
.top_right_menus {
    max-width: max-content;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 7px;
    padding-left: 10px;
}
.top_right_menus a {
    color: #fff;
    margin-right: 15px;
}
.top_right_menus a:last-child{
    margin-right: 0;
}
.top_right_menus a:hover {
    color: rgb(133,205,241);
}
.top_right_menus a span {
    font-size: 15px;
    font-weight: 500;
    padding-left: 5px;
}
.menu-order.left-nav #navbarNav .nav-item:last-child, .menu-order.left-nav #navbarNav .nav-item:last-child .nav-link{
    padding-right: 0;
}
.hero-video {
    height: 100vh;
    min-height: 520px;
}

.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: relative;
    overflow: hidden;
}

.hero-video__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.hero-video__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,.10), rgba(0,0,0,0)), url(/files/slider_dot.png);
    background-position: top left;
    background-repeat: repeat;
    z-index: 1;
}

.hero-video .container {
    position: relative;
    z-index: 2;
}

.slider_social_media {
    position: absolute;
    z-index: 5;
    bottom: 5%;
    left: 13%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.slider_social_media .seperator {
    width: 60px;
    height: 1px;
    background: rgba(255,255,255,.25);
}

.slider_social_media a {
    color: #fff;
}

.slider_scroll_down {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.scroll-container {
    width: 18px;
    height: 38px;
    border: 2px solid #fff;
    border-radius: 20px;
    position: relative;
    box-sizing: border-box;
}

.scroller {
    width: 4px;
    height: 8px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollDown 1.5s ease-in-out infinite;
}

@keyframes scrollDown {
    0% {
        top: 7px;
        opacity: 1;
    }

    70% {
        top: 22px;
        opacity: .4;
    }

    100% {
        top: 7px;
        opacity: 1;
    }
}

.slider_nav_buttons {
    position: absolute;
    right: 12.5%;
    bottom: 5%;
    z-index: 5;
}

.hero-slide-nav {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
}

.hero-slide-nav a {
    color: rgba(255,255,255,.45);
    text-decoration: none;
    transition: .35s ease;
}

.hero-slide-nav span {
    color: rgba(255,255,255,.35);
}

.hero-slide-nav a:hover,
.hero-slide-nav a.active {
    color: #fff;
}

.hero-slide-nav a.active {
    font-weight: 700;
}

.slider_buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    z-index: 5;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: .3s ease;
}

.slider_buttons:hover {
    opacity: .6;
}

.slider_buttons.slider_right {
    left: auto !important;
    right: 5%;
}

.slider_buttons.swiper-button-disabled {
    opacity: .25;
    pointer-events: none;
}

@media(max-width:575.98px) {
    .hero-video .slider_title {
        font-size: 28px;
        line-height: 1.2;
    }

    .hero-video .fs-20 {
        font-size: 16px;
    }

    .slider_social_media {
        left: 20px;
        gap: 14px;
    }

    .slider_nav_buttons {
        right: 20px;
    }

    .hero-slide-nav {
        font-size: 14px;
        gap: 8px;
    }

    .slider_buttons {
        display: none;
    }
}