@charset "UTF-8";
/*!
 * CETEKNO v3.0.0 (https://www.cetekno.com/)
 * Copyright 2026 CETEKNO Yazılım ve Medya Ajansı LTD. ŞTİ.
 * Licensed under MIT (https://www.cetekno.com/)
 */

@font-face {
    font-family: Roboto-Black;
    src: url('../fonts/Roboto/Roboto-Black.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-BlackItalic;
    src: url('../fonts/Roboto/Roboto-BlackItalic.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-Bold;
    src: url('../fonts/Roboto/Roboto-Bold.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-BoldItalic;
    src: url('../fonts/Roboto/Roboto-BoldItalic.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-Italic;
    src: url('../fonts/Roboto/Roboto-Italic.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-Light;
    src: url('../fonts/Roboto/Roboto-Light.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-LightItalic;
    src: url('../fonts/Roboto/Roboto-LightItalic.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-Medium;
    src: url('../fonts/Roboto/Roboto-Medium.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-MediumItalic;
    src: url('../fonts/Roboto/Roboto-MediumItalic.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-Regular;
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-Thin;
    src: url('../fonts/Roboto/Roboto-Thin.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-ThinItalic;
    src: url('../fonts/Roboto/Roboto-ThinItalic.ttf');
    font-display: swap;
}

:root {
    --primary-rgb: 57 62 70;
    --primary-color: rgb(var(--primary-rgb));
    --primary-bg-color: rgb(var(--primary-rgb));
    --primary-bg-hover: rgb(var(--primary-rgb), 0.9);
    --primary-bg-border: rgb(var(--primary-rgb));
    --primary01: rgba(var(--primary-rgb), 0.1);
    --primary02: rgba(var(--primary-rgb), 0.2);
    --primary03: rgba(var(--primary-rgb), 0.3);
    --primary04: rgba(var(--primary-rgb), 0.4);
    --primary05: rgba(var(--primary-rgb), 0.5);
    --primary06: rgba(var(--primary-rgb), 0.6);
    --primary07: rgba(var(--primary-rgb), 0.7);
    --primary08: rgba(var(--primary-rgb), 0.8);
    --primary09: rgba(var(--primary-rgb), 0.9);
    --primary005: rgba(var(--primary-rgb), 0.05);
    --secondary-rgb: 5, 33, 72;
    --secondary-color: rgb(var(--primary-rgb));
    --white: #fff;
    --grey: #f5f5f5;
    --dark-grey: #424242;
    --primary-grey: #737373;
}
* {
    box-sizing: border-box;
}
*::before,
*::after {
    box-sizing: border-box;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
body {
    margin: 0;
    font-family: "Roboto-Light", sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.5;
    color: #1f1f1f;
    text-align: start;
    background-color: #f8f9fa;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-color: #b6b6b6;
}
p {
    font-family: "Roboto-Light", sans-serif;
    margin-block-start: 0;
    margin-block-end: 1rem;
    font-weight: 100;
    color: var(--dark-grey);
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-block-end: 0;
}
address {
    margin-block-end: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul,
dl {
    margin-block-start: 0;
    margin-block-end: 1rem;
}
li {
    list-style: none;
    color: #1f1f1f;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-block-end: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-block-end: 0.5rem;
    margin-inline-start: 0;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
    font-family: "Roboto-Medium", sans-serif;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    inset-block-end: -0.25em;
}
sup {
    inset-block-start: -0.5em;
}
a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    text-decoration: none;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    box-shadow: none!important;
}
/* THEME RESET CSS */
.form-control {
    font-size: 14px;
    box-shadow: none !important;
    border-bottom: 1px solid #dee2e6 !important;
    border-top: none;
    border-right: 0;
    border-left: 0;
    border-radius: 0px;
    padding-left: 2px;
}
/* THEME RESET CSS */

/* HEADER */
header .action-bar {
    background: #ffffff;
    font-size: 12px;
    padding: 5px 0px;
    border-bottom: 1px solid #f3f3f3;
}
header .action-bar ul {
    margin-bottom: 0px;
}
header .action-bar ul li {
    float: left;
    margin: 0px 10px;
    list-style: none;
    padding: 10px 0px;
    padding-right: 20px!important;
    border-right: 1px solid #f3f3f3;
}
header .action-bar ul li:first-child {
    padding-left: 0px;
    margin-left: 0px;
}
header .action-bar ul li:last-child {
    border-right: transparent;
    padding-right: 0 !important;
}
@media (max-width: 1199.98px) {
    header .action-bar {
        font-size: 10px;
    }
    header .action-bar ul li {
        padding: 10px 8px;
    }
}
header .action-bar ul li a {
    font-size: 14px;
    color: var(--primary-color);
}
header .action-bar ul li a:hover {
    color: var(--primary-color);
}
header .action-bar .img {
    padding-top: 5px;
}
header .action-bar .img img {
    width: auto;
    height: 30px;
}
header .action-bar .button a {
    background-color: var(--orange);
    padding: 10px 20px;
    border-radius: 5px;
}
header .action-bar .button a {
    color: var(--white) !important;
}
header .action-bar .button a {
    color: var(--primary-color);
}
header .action-bar .button a:hover {
    color: var(--primary-bg-hover);
}
header .menu {
    position: absolute;
    width: 100%;
    z-index: 999;
    padding: 10px 0px;
    background-color: #ffffff;
    transition: all 0.5s ease-in-out;
}
header .menu .navbar {
    position: static;
}
@media (max-width: 991.98px) {
    header .menu {
        padding-top: 5px;
        padding-bottom: 0px;
        min-height: 70px;
    }
}
header .menu .logo img {
    width: 200px;
    z-index: 1001;
    position: relative;
}
@media (max-width: 991.98px) {
    header .menu .logo img {
        width: 180px;
        z-index: 1001;
        position: relative;
    }
}
header .menu.sticky .logo {
    margin-top: 0px;
}
header .menu.sticky .logo img {
    margin-top: 0px;
    z-index: 1001;
    position: relative;
}
header .menu .nav-link {
    color: #000000;
    padding-left: 20px!important;
    padding-right: 20px!important;
    text-transform: uppercase;
    box-shadow: none!important;
    transition: color 0.15s ease-in-out;
}
header .menu .nav-link:hover {
    color: var(--primary-color);
    transition: color 0.15s ease-in-out;
}
@media (max-width: 1199.98px) {
    header .menu .nav-link {
        font-size: 12px;
    }
}
header .menu .dropdown-toggle::after {
    display: none;
}
@media (max-width: 991.98px) {
    header .menu .nav-link {
        position: relative;
        color: #fff!important;
        font-size: 16px;
        padding: 12px 20px;
        width: 100%;
        word-wrap: break-word;
        white-space: inherit;
    }
    header .menu .nav-link:hover {
        color: #ffffff;
        background-color: var(--secondary-color);
    }
    header .menu .dropdown-menu {
        top: 0px!important;
        position: relative!important;
        background: transparent!important;
        min-height: fit-content!important;
        width: 100% !important;
    }
    header .menu .dropdown-menu .dropdown-sub-menu {
        width: 100%!important;
    }
    header .menu .dropdown-toggle::after {
        position: absolute;
        right: 16px;
        top: 18px;
    }
}
header .menu .nav-link .fa-solid {
    padding-top: 2px;
}
header .menu .search-item {
    padding-top: 7px;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 5px;
}
header .menu .search-item img {
    width: 20px;
}
@media (max-width: 991.98px) {
    header .menu .search-item {
        padding-top: 0px;
        background: #ffffff;
        text-align: center;
        margin-top: 20px;
    }
    header .menu .search-item img {
        padding-top: 12px;
        padding-bottom: 12px;
        width: 20px !important;
        margin-left: 12px;
        margin-right: 12px;
        margin-top: 0px;
    }
}
header .menu .language-item {
    /*background: var(--primary-bg-color);*/
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 5px;
}
header .menu .language-item a {
    color:var(--primary-bg-color);
    padding-left: 10px!important;
    padding-right: 10px!important;
}
header .menu .nav-separator {
    line-height: 34px;
}
@media (max-width: 991.98px) {
    header .menu .language-item {
        background: var(--primary-color);
        text-align: center;
        margin-top: 0;
        width: 60px;
    }
    header .menu .nav-separator {
        display: none;
    }
}
header .menu .button {
    background-color: var(--orange);
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
}

header .menu ul li.dropdown.show {
    background: #ffffff;
}
header .menu .dropdown-menu {
    color: #212529;
    margin-top: 0px !important;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ffffff;
    background-size: cover;
    width: 230%;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 54px;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
}
header .menu .dropdown-menu a {
    font-weight: 700;
    color: var(--primary-bg-color)!important;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
}
header .menu .dropdown-menu .dropdown-sub-menu {
    padding-left: 30px;
    float: left;
    font-size: 12px;
    width: 100%;
}
header .menu .dropdown-menu .dropdown-sub-menu a {
    color: #505050 !important;
    font-size: 14px;
    width: 100%;
    padding-left: 0px!important;
    transition: padding-left 0.5s ease-in-out;
}
header .menu .dropdown-menu .dropdown-sub-menu a:hover {
    color: var(--primary-color) !important;
    padding-left: 10px!important;
    transition: padding-left 0.5s ease-in-out;
}
@media (max-width: 1199.98px) {
    header .menu .dropdown-menu .dropdown-sub-menu a {
        font-size: 14px;
    }
}
@media (max-width: 991.98px) {
    header .menu .dropdown-menu .dropdown-sub-menu {
        min-height: auto;
    }
    header .menu .dropdown-menu .dropdown-sub-menu a {
        color: #e5e5e5 !important;
        font-size: 14px!important;
        padding-bottom: 0px;
        width: fit-content;
    }
    header .menu .dropdown-menu .dropdown-sub-menu a:hover {
        background: transparent;
        color: #ffffff !important;
    }
}
header .menu .dropdown-menu .dropdown-sub-menu ul {
    padding-left: 0px;
}
header .menu .dropdown-menu .dropdown-sub-menu li a {
    font-family: "Roboto-Light", sans-serif;
    color: #505050 !important;
    font-size: 13px;
    border-bottom: none;
    word-wrap: break-word;
    white-space: inherit;
    padding-bottom: 0px;
}
header .menu .dropdown-menu .dropdown-sub-menu li a:hover {
    color: #262626;
    background-color: transparent;
}
@media (max-width: 991.98px) {
    header .menu .dropdown-menu .dropdown-sub-menu li a {
        color: white!important
    }
}
.navbar-toggler {
    border: none!important;
    box-shadow: none!important;
    /*position: absolute;*/
    /*right: 0px;*/
    /*top: 16px;*/
}
header .menu .offcanvas {
    background: var(--primary-color);
}
header .menu .offcanvas .offcanvas-header img {
    width: 180px;
    margin-left: 10px;
    height: auto;
}
header .menu .offcanvas .offcanvas-header .btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
}
#fade.show {
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.sticky {
    position: fixed!important;
    top: 0;
    width: 100%!important;
    padding: 5px 0px!important;
    animation-name: animate;
    animation-duration: 1s;
    transition: all 0.5s ease-in-out;
}
@keyframes animate {
    from {
        padding: 20px 0px;
        background: transparent;
        position: absolute!important;
    }
    to {
        padding: 0px!important;
        background: var(--white);
        position: fixed!important;
    }
}
header .menu .offcanvas .offcanvas-body .navbar-nav-mobile-quick .secondary-button a {
    text-align: center;
    color: #ffffff!important;
    background: var(--primary-color);
}
header .menu .offcanvas .offcanvas-body .navbar-nav-mobile-quick .primary-button a {
    text-align: center;
    color: var(--primary-color) !important;
    background: #ffffff;
}
/* HEADER */

/* SLIDER */
section.slider {
    padding-top: 84px;
}
@media (max-width: 1399.98px) {
    section.slider {
        min-height: auto;
        padding-top: 70px;
    }
}
section.slider .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 35%, rgba(3, 3, 3, 0.7) 100%);
    z-index: 2;
}
section.slider .carousel-item img {
    transform: scale(1.2);
    transform-origin: center center;
    animation: scale 10000ms ease-in-out forwards;
}
@keyframes scale {
    to {
        transform: scale(1);
    }
}
section.slider .carousel-caption {
    text-align: center;
    padding: 30px 20px;
    color: #ffffff;
    width: 100%;
    height: fit-content;
    top: 30%;
    left: auto;
    right: auto;
    z-index: 8;
}
section.slider .carousel-caption span {
    color: #ffffff;
    padding-top: 20px;
    font-size: 16px;
}
section.slider .carousel-caption h2 {
    font-family: "Roboto-Medium", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 46px;
    margin-top: 10px;
    font-weight: bold;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
section.slider .carousel-caption p {
    max-width: 620px;
    color: #ffffff;
    margin: 20px auto 30px;
    font-size: 26px;
}
section.slider .carousel-caption .btn {
    font-weight: bold;
    margin-top: 10px;
    width: 230px;
    padding: 12px 30px;
    background: var(--primary-bg-color);
    border-radius: 0px;
    color: #ffffff;
    margin-right: 20px;
    margin-left: 20px;
    transition: all ease-out .2s;
}
section.slider .carousel-caption .btn:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1) !important;
    transition: all ease-out .2s;
}
section.slider .carousel-caption .btn-white {
    background-color: #ffffff;
    color: var(--primary-bg-color);
}
@media (max-width: 1499.98px) {
    section.slider .carousel-caption {
        top: 20%;
    }
    section.slider .carousel-caption h2 {
        font-size: 46px;
    }
    section.slider .carousel-caption p {
        font-size: 18px;
    }
    section.slider .carousel-caption .btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 7%;
    }
}
@media (max-width: 1199.98px) {
    section.slider .carousel-caption {
        top: 20%;
    }
    section.slider .carousel-caption h2 {
        font-size: 32px;
    }
    section.slider .carousel-caption p {
        max-width: 480px;
        font-size: 16px;
    }
    section.slider .carousel-caption .btn {
        padding: 10px 20px;
        font-size: 12px;
    }
}
@media (max-width: 991.98px) {
    section.slider .carousel-caption {
        top: 18%;
    }
    section.slider .carousel-caption h2 {
        font-size: 24px;
    }
    section.slider .carousel-caption p {
        max-width: 260px;
        font-size: 16px;
    }
    section.slider .carousel-caption .btn {
        margin-top: 5px;
        font-size: 12px;
        width: 150px;
        padding: 12px 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
}
/* SLIDER */

/* SECTION ABOUT US */
section.about-us {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #ffffff;
}
@media (max-width: 991.98px) {
    body.page section.about-us  {
        padding-top: 80px!important;
    }
}
section.about-us .title {
    padding-top: 50px;
    padding-bottom: 40px;
}
@media (max-width: 991.98px) {
    section.about-us .title {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
section.about-us .title span {
    font-family: "Roboto-Light", sans-serif;
    font-size: 16px;
    color: var(--primary-color);
}
section.about-us .title h1 {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 32px;
    color: var(--primary-color);
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
section.about-us .title h2 {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 32px;
    color: var(--primary-color);
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
section.about-us .title p {
    font-size: 20px;
    color: var(--primary-color);
}
section.about-us .title p span {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 20px;
}
section.about-us .title a {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 14px;
    color: var(--primary-color);
}
section.about-us .box {
    background: white;
    padding: 30px 24px;
    min-height: 240px;
    border-radius: 10px;
    transition: all ease-out .2s;
}
section.about-us .box:hover {
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
    transform: translateY(-5px) !important;
    transition: all ease-out .2s;
}
section.about-us .box h3 {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary-color);
    min-height: 48px;
    margin-bottom: 10px;
}
section.about-us .box .fa {
    font-size: 20px;
}
section.about-us .box .fa, section.about-us .box .fas {
    color: var(--primary-color);
}
section.about-us .box img {
    width: 60px;
    margin-bottom: 20px;
}
section.about-us .box p {
    color: grey;
    min-height: 170px;
}
section.about-us .boxes {
    margin-bottom: 40px;
}
section.about-us .boxes:nth-child(1), section.about-us .boxes:nth-child(2),
section.about-us .boxes:nth-child(4), section.about-us .boxes:nth-child(5) {
    border-right: 1px solid #f8f9fa;
}
/*section.about-us .boxes:nth-child(1), section.about-us .boxes:nth-child(3),*/
/*section.about-us .boxes:nth-child(4), section.about-us .boxes:nth-child(6),*/
/*section.about-us .boxes:nth-child(7), section.about-us .boxes:nth-child(9) {*/
/*    margin-top: 40px;*/
/*}*/
/*@media (max-width: 991.98px) {*/
/*    section.about-us .boxes {*/
/*        margin-top: 40px;*/
/*    }*/
/*}*/
section.about-us .view .btn {
    font-family: "Roboto-Medium", sans-serif;
    padding: 10px 30px;
    font-size: 14px;
    margin-top: 10px;
    width: 250px;
    border: 2px solid var(--primary-bg-color);
    border-radius: 30px;
    color: var(--primary-bg-color);
    transition: all ease-out .2s;
}
section.about-us .view .btn:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #f7f7f7;
    background: var(--primary-bg-color);
    transition: all ease-out .2s;
}
@media (max-width: 991.98px) {
    section.about-us .view .btn {
        margin-top: 50px;
    }
}
/* SECTION ABOUT US */

/* SECTION OUR WORK */
section.our-work {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media (max-width: 991.98px) {
    body.page section.our-work {
        padding-top: 80px!important;
    }
}
section.our-work .title {
    margin-top: 50px;
    padding: 10px 40px;
}
@media (max-width: 991.98px) {
    section.our-work .title {
        margin-top: 00px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
section.our-work .title span {
    font-family: "Roboto-Light", sans-serif;
    font-size: 16px;
    color: var(--primary-color);
}
section.our-work .title h1 {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 32px;
    color: var(--primary-color);
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
section.our-work .title h2 {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 32px;
    color: var(--primary-color);
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
section.our-work .title p {
    max-width: 500px;
    font-size: 20px;
    color: var(--primary-color);
}
body.page section.our-work .title p {
    max-width: initial;
}
section.our-work .title p span {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 20px;
}
section.our-work .title a {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 14px;
    color: var(--primary-color);
}
section.our-work .title .btn {
    font-family: "Roboto-Medium", sans-serif;
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 10px;
    width: 220px;
    border: 2px solid var(--primary-bg-color);
    border-radius: 0px;
    color: var(--primary-bg-color);
    transition: all ease-out .2s;
}
section.our-work .title .btn:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #f7f7f7;
    background: var(--primary-bg-color);
    transition: all ease-out .2s;
}
@media (max-width: 991.98px) {
    section.our-work .title .btn {
        margin-top: 30px;
    }
}
section.our-work .box {
    padding: 10px 20px;
    padding-bottom: 30px;
    transition: all ease-out .2s;
}
body.page section.our-work .box {
    background: #ffffff;
}
section.our-work .box:hover {
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
    transform: translateY(-5px) !important;
    transition: all ease-out .2s;
}
section.our-work .box img {
    width: 100%;
}
section.our-work .box h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Roboto-Medium", sans-serif;
    font-size: 18px;
    color: var(--primary-color);
}
section.our-work .box span {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 20px;
    border-radius: 1rem;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    cursor: pointer;
    margin-right: 5px;
    font-size: 13px;
    transition: .3s ease;
}
section.our-work .boxes:nth-child(4) .box,
section.our-work .boxes:nth-child(6) .box,
section.our-work .boxes:nth-child(8) .box,
section.our-work .boxes:nth-child(10) .box,
section.our-work .boxes:nth-child(12) .box {
    margin-top: 80px;
}
body.page section.our-work .box {
    margin-top: 40px!important;
}
@media (max-width: 991.98px) {
    section.our-work .boxes .box {
        margin-top: 40px!important;
    }
}
/* SECTION OUR WORK */

/* SECTION OUR REFERENCES */
section.our-references {
    padding-top: 60px;
    padding-bottom: 120px;
    background: #ffffff;
}
@media (max-width: 991.98px) {
    section.our-references {
        padding-top: 80px!important;
    }
}
section.our-references .title {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 10px 40px;
}
@media (max-width: 991.98px) {
    section.our-references .title {
        margin-top: 00px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
section.our-references .title span {
    font-family: "Roboto-Light", sans-serif;
    font-size: 16px;
    color: var(--primary-color);
}
section.our-references .title h1 {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 32px;
    color: var(--primary-color);
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
section.our-references .title h2 {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 32px;
    color: var(--primary-color);
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
section.our-references .title p {
    font-size: 20px;
    color: var(--primary-color);
}
section.our-references .title p span {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 20px;
}
section.our-references .title a {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 14px;
    color: var(--primary-color);
}
section.our-references .title .btn {
    font-family: "Roboto-Medium", sans-serif;
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 10px;
    width: 220px;
    border: 2px solid var(--primary-bg-color);
    border-radius: 0px;
    color: var(--primary-bg-color);
    transition: all ease-out .2s;
}
section.our-references .title .btn:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #f7f7f7;
    background: var(--primary-bg-color);
    transition: all ease-out .2s;
}
@media (max-width: 991.98px) {
    section.our-references .title .btn {
        margin-top: 30px;
    }
}
section.our-references .box {
    padding: 10px 20px;
    margin-bottom: 8px;
    transition: all ease-out .2s;
}
section.our-references .box:hover {
    transform: translateY(-5px) !important;
    transition: all ease-out .2s;
}
section.our-references .box img {
    width: 100%;
    filter: grayscale(100%);
}
section.our-references .box img:hover {
    filter: grayscale(0%);
}
section.our-references .box h3 {
    margin-top: 20px;
    font-family: "Roboto-Medium", sans-serif;
    font-size: 16px;
    color: var(--primary-color);
}
section.our-references .boxes:nth-child(1),
section.our-references .boxes:nth-child(2),
section.our-references .boxes:nth-child(3),
section.our-references .boxes:nth-child(5),
section.our-references .boxes:nth-child(6),
section.our-references .boxes:nth-child(7){
    border-right: 1px solid #e3e3e3;
}
section.our-references .boxes:nth-child(1),
section.our-references .boxes:nth-child(2),
section.our-references .boxes:nth-child(3),
section.our-references .boxes:nth-child(4){
    border-bottom: 1px solid #e3e3e3;
}
section.our-references .boxes:nth-child(13),
section.our-references .boxes:nth-child(14),
section.our-references .boxes:nth-child(15) {
    border-right: 1px solid #e3e3e3;
}
@media (max-width: 991.98px) {
    section.our-references .boxes .box {
        margin-top: 40px!important;
    }
}
@media (max-width: 767.98px) {
    section.our-references .boxes:nth-child(2),
    section.our-references .boxes:nth-child(4),
    section.our-references .boxes:nth-child(6) {
        border-right: none;
    }
    section.our-references .boxes:nth-child(3),
    section.our-references .boxes:nth-child(4),
    section.our-references .boxes:nth-child(5),
    section.our-references .boxes:nth-child(6) {
        border-bottom: 1px solid #e3e3e3;
    }
}

body.page section.our-references .boxes:nth-child(5),
body.page section.our-references .boxes:nth-child(6),
body.page section.our-references .boxes:nth-child(7),
body.page section.our-references .boxes:nth-child(9),
body.page section.our-references .boxes:nth-child(10),
body.page section.our-references .boxes:nth-child(11) {
    border-right: 1px solid #e3e3e3;
}
body.page section.our-references .boxes:nth-child(5),
body.page section.our-references .boxes:nth-child(6),
body.page section.our-references .boxes:nth-child(7),
body.page section.our-references .boxes:nth-child(8) {
    border-bottom: 1px solid #e3e3e3;
}
body.page section.our-references .boxes:nth-child(21),
body.page section.our-references .boxes:nth-child(22),
body.page section.our-references .boxes:nth-child(23){
    border-right: 1px solid #e3e3e3;
}

@media (max-width: 991.98px) {
    section.our-references .boxes .box {
        margin-top: 40px!important;
    }
    body.page section.our-references .boxes:nth-child(6),
    body.page section.our-references .boxes:nth-child(10) {
        border-right: none;
    }
    body.page section.our-references .boxes:nth-child(9),
    body.page section.our-references .boxes:nth-child(10) {
        border-bottom: 1px solid #e3e3e3;
    }
}
section.our-references .view {
    margin-top: 50px;
}
section.our-references .view .btn {
    font-family: "Roboto-Medium", sans-serif;
    padding: 10px 30px;
    font-size: 14px;
    margin-top: 10px;
    width: 250px;
    border: 2px solid var(--primary-bg-color);
    border-radius: 30px;
    color: var(--primary-bg-color);
    transition: all ease-out .2s;
}
section.our-references .view .btn:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #f7f7f7;
    background: var(--primary-bg-color);
    transition: all ease-out .2s;
}
@media (max-width: 991.98px) {
    section.our-references .view .btn {
        margin-top: 50px;
    }
}
/* SECTION OUR REFERENCES */

/* SECTION OUR NUMBERS */
section.our-numbers {
    padding-top: 60px;
    padding-bottom: 120px;
    background: #ffffff;
}
@media (max-width: 991.98px) {
    section.our-numbers {
        padding-top: 80px!important;
    }
}
section.our-numbers .title {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 10px 40px;
}
@media (max-width: 991.98px) {
    section.our-numbers .title {
        margin-top: 00px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
section.our-numbers .title span {
    font-family: "Roboto-Light", sans-serif;
    font-size: 16px;
    color: var(--primary-color);
}
section.our-numbers .title h1 {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 32px;
    color: var(--primary-color);
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
section.our-numbers .title h2 {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 32px;
    color: var(--primary-color);
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
section.our-numbers .title p {
    font-size: 20px;
    color: var(--primary-color);
}
section.our-numbers .title p span {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 20px;
}
section.our-numbers .title a {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 14px;
    color: var(--primary-color);
}
section.our-numbers .title .btn {
    font-family: "Roboto-Medium", sans-serif;
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 10px;
    width: 220px;
    border: 2px solid var(--primary-bg-color);
    border-radius: 0px;
    color: var(--primary-bg-color);
    transition: all ease-out .2s;
}
section.our-numbers .title .btn:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #f7f7f7;
    background: var(--primary-bg-color);
    transition: all ease-out .2s;
}
@media (max-width: 991.98px) {
    section.our-numbers .title .btn {
        margin-top: 30px;
    }
}
section.our-numbers .box {
    padding: 10px 20px;
    margin-bottom: 8px;
    transition: all ease-out .2s;
}
section.our-numbers .box:hover {
    transform: translateY(-5px) !important;
    transition: all ease-out .2s;
}
section.our-numbers .box img {
    margin-right: auto;
    margin-left: auto;
    width: 60px;
}
section.our-numbers .box .number {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 36px;
}
section.our-numbers .box h3 {
    margin-top: 20px;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: var(--primary-color);
}
section.our-numbers .boxes {
    margin-bottom: 30px;
}
section.our-numbers .boxes:nth-child(1),
section.our-numbers .boxes:nth-child(2),
section.our-numbers .boxes:nth-child(3),
section.our-numbers .boxes:nth-child(4) {
    border-right: 1px solid #e3e3e3;
}
@media (max-width: 991.98px) {
    section.our-numbers .boxes:nth-child(3) {
        border-right: none;
    }
}
@media (max-width: 767.98px) {
    section.our-numbers .boxes:nth-child(2),
    section.our-numbers .boxes:nth-child(4) {
        border-right: none;
    }
    section.our-numbers .boxes:nth-child(3) {
        border-right: 1px solid #e3e3e3;
    }
}
/* SECTION OUR NUMBERS */

/* PARALAX */
.parallax{
    height: 500px;
    background-image: url('../images/paralax.jpg'); /* değiştir */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* parallax */
    position: relative;
    overflow: hidden;
}
.parallax::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.60);
}
.parallax__content{
    position: relative; /* overlay üstünde kalsın */
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}
.parallax__motto{
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 600;
    /*opacity: .95;*/
}
.parallax__title{
    font-family: "Roboto-Medium", sans-serif;
    font-weight: 700;
    line-height: 1.15;
}
.parallax__desc{
    max-width: 600px;
    font-size: 1.05rem;
    /*opacity: .95;*/
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 991.98px){
    .parallax{
        background-attachment: scroll; /* mobilde stabil */
    }
}
/* PARALAX */

/* FOOTER */
footer {
    padding: 80px 0px;
    background: rgb(34 37 42);
}
footer .logo img {
    width: 240px;
    height: auto;
    margin-bottom: 30px;
}
footer h4 {
    font-size: 18px;
    margin-top: 10px;
    color: var(--white);
}
footer ul {
    margin-top: 40px;
    padding-left: 0px;
}
footer ul li {
    font-weight: lighter;
    line-height: 32px;
    color: var(--grey);
}
footer ul li a {
    font-size: 14px;
    font-weight: lighter;
    line-height: 32px;
    color: var(--grey);
}
footer ul li a:hover {
    color: #ffffff !important;
}
footer .social-icons .fab {
    font-size: 18px;
}
footer button {
    border: 1px solid #f7f7f7;
    padding: 10px 30px;
    border-radius: 30px
}
footer .copyright {
    color: #dcbfc2 !important
}
/* FOOTER */

/* PAGE */
body.page header .menu {
    position: initial;
}
section.heading {
    padding-top: 20px;
    padding-bottom: 0px;
}
section.heading .breadcrumb {
    display: flex;
    align-items: start;
    justify-content: start;
}
@media (max-width: 991.98px) {
    section.heading .breadcrumb {
        padding-left: 0px;
    }
}
section.heading .breadcrumb-item {
    font-size: 12px;
}
@media (max-width: 991.98px) {
    section.heading .breadcrumb-item {
        font-size: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 300px;
        display: block;
        overflow: hidden;
        text-align: left;
    }
}
section.heading .breadcrumb-item a {
    color: #ababab;
}
section.heading .breadcrumb-item::before {
    font-size: 10px;
    line-height: 18px;
    color: #d0d0d0;
}
section.heading .heading-divider {
    margin-top: 20px;
    font-size: 0;
    line-height: 1;
}
section.heading h1 {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.24;
    color: var(--primary-color);
    margin-top: 20px;
    margin-bottom: 40px;
}
section.content {
    color: #000000;
    padding-top: 0px;
    padding-bottom: 40px;
}
section.content h1 {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.24;
    color: var(--primary-color);
    margin-top: 20px;
    margin-bottom: 40px;
}
@media (max-width: 991.98px) {
    section.content {
        padding-bottom: 60px;
    }
    section.content h1 {
        font-size: 24px;
    }
}
section.content .title h4 {
    padding: 20px 15px 17px 0px;
    margin: 0px 30px;
    margin-left: 10px;
    font-size: 18px;
    color: #555;
    font-weight: bold;
    border-bottom: 1px solid #f7f7f7;
}
@media (max-width: 991.98px) {
    section.content .title h4 {
        margin: 0px 24px;
    }
}
section.content .title h4::after {
    content: "";
    position: relative;
    display: block;
    top: 18px;
    left: 0;
    width: 100px;
    height: 2px;
    z-index: 2;
    background: var(--primary-bg-color);
}
section.content .menu {
    background: #ffffff;
    margin-top: 34px;
    padding: 0px;
}
@media (max-width: 991.98px) {
    section.content .menu {
        margin-top: 12px;
    }
    section.content .menu h4 {
        margin-left: 15px!important;
        margin-right: 15px;
    }
}
section.content .menu .navbar-expand-lg .navbar-nav {
    width: 100%;
    flex-direction: column;
}
@media (max-width: 991.98px) {
    section.content .menu .navbar-expand-lg .navbar-nav {
        padding-top: 20px;
        margin-left: 15px;
    }
}
section.content .menu .navbar-expand-lg .navbar-nav .nav-item {

}
section.content .menu .navbar-expand-lg .navbar-nav .nav-link {
    padding: 12px 20px;
    padding-left: 0px;
    width: 100%;
    word-wrap: break-word;
    white-space: inherit;
}
section.content .menu .navbar-expand-lg .navbar-nav .nav-link.show {
    color: rgba(0, 0, 0, 0.65);
}
section.content .menu .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--secondary-color);
}
section.content .menu .dropdown-toggle::after {
    display: none;
    position: absolute;
    right: 16px;
    top: 18px;
}
section.content .menu .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    border: none;
    font-size: 14px;
}
section.content .menu .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    padding: 12px 20px;
    padding-left: 35px;
    width: 100%;
    word-wrap: break-word;
    white-space: inherit;
    color: rgba(0, 0, 0, 0.65);
}
section.content .menu .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #ffffff;
    background-color: var(--primary-color);!important;
}
section.content .menu .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-sub-menu a {
    font-size: 14px;
    padding-left: 30px;
    transition: 0.5s ease-in-out;
}
section.content .menu .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-sub-menu a:hover {
    padding-left: 40px;
    transition: 0.5s ease-in-out;
}
section.content .menu .navbar-toggler {
    position: absolute;
    right: 12px;
    top: -58px;
}
section.content .menu .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
section.content .text strong {
    color: var(--primary-color);
}
@media (max-width: 991.98px) {
    section.content .text {
        padding-top: 10px !important;
    }
}
section.content .text li {
    padding: 10px 0px;
    list-style: inherit;
}
section.content .text h2 {
    font-family: "Roboto-Medium", sans-serif;
    color: var(--primary-color);
    padding: 10px 0px;
    font-size: 20px;
}
section.content .text h3 {
    font-family: "Roboto-Medium", sans-serif;
    color: var(--primary-color);
    padding: 10px 0px;
    font-size: 18px;
}
section.content .text h4 {
    font-family: "Roboto-Medium", sans-serif;
    color: var(--primary-color);
    padding: 10px 0px;
    font-size: 16px;
}
section.content .text p {
    line-height: 24px;
}
section.content .text p.text-secondary {
    font-size: 12px;
}
section.content .text a {
    font-weight: bold;
    color: var(--primary-color);
}
section.content .text #file {
    color: #ffffff;
    margin-top: 20px;
    background: var(--primary-color);
    padding: 12px 20px;
    display: block;
    width: fit-content;
}
section.content .text #file:before {
    font-family: "Font Awesome 6 Free";
    content: "\f1c1";
    display: inline-block;
    padding-right: 14px;
    vertical-align: middle;
}
section.content .text #file:hover {
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
}
section.content .text #pdf {
    color: #ffffff;
    margin-top: 20px;
    background: var(--primary-color);
    padding: 12px 20px;
    display: block;
    width: fit-content;
}
section.content .text #pdf:before {
    font-family: "Font Awesome 6 Free";
    content: "\f1c1";
    display: inline-block;
    padding-right: 14px;
    vertical-align: middle;
}
section.content .text #pdf:hover {
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
}
section.content .text #word {
    color: #ffffff;
    margin-top: 20px;
    background: var(--primary-color);
    padding: 12px 20px;
    display: block;
    width: fit-content;
}
section.content .text #word:before {
    font-family: "Font Awesome 6 Free";
    content: "\f1c2";
    display: inline-block;
    padding-right: 14px;
    vertical-align: middle;
}
section.content .text #word:hover {
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
}
section.content #link {
    font-family: "Roboto-Medium", sans-serif;
    color: var(--primary-color);
    margin-top: 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #f8f9fa;
    border-radius: 0px;
    padding: 16px 20px;
    display: block;
    width: 100%;
    transition: 0.5s ease-in-out;
}
section.content #link:hover {
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
    transform: translateY(-5px) !important;
    transition: all ease-out .2s;
}
section.content #link:after {
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    float: right;
}
section.content .text table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
section.content .text table tr:nth-of-type(odd) {
    background-color: #fbfbfb;
}
section.content .text table td,
section.content .text table th,
section.content .text table td,
section.content .text table th {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
section.content .text img {
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    padding: 10px;
}
section.content .cover img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    padding: 0px;
    margin-bottom: 20px;
}
@media (max-width: 767.98px) {
    section.content .cover img {
        height: 300px;
    }
}
section.content .galleries img {
    width: 100%;
    height: 100%!important;
    object-fit: cover;
}
section.content .btn404 {
    font-family: "Roboto-Medium", sans-serif;
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 10px;
    width: 180px;
    border: 2px solid var(--primary-bg-color);
    border-radius: 0px;
    color: var(--primary-bg-color);
    transition: all ease-out .2s;
}
section.content .btn404:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #f7f7f7;
    background: var(--primary-bg-color);
    transition: all ease-out .2s;
}
#pageStaticBackdrop .close {
    position: absolute;
    top: -16px;
    right: -12px;
    background: #ffff;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 20px;
}
#pageStaticBackdrop .btn-close {
    margin-top: 7px;
    box-shadow: none!important;
}
@media (max-width: 991.98px) {
    section.content.sidebar-form .mt-4 {
        padding: 0px 14px;
    }
}
section.content.sidebar-form h4 {
    margin-left: 15px;
}
section.content.sidebar-form a {
    font-family: "Roboto-Medium", sans-serif;
    color: var(--primary-color);
}
section.content.sidebar-form .btn {
    font-family: "Roboto-Medium", sans-serif;
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
    border: 2px solid var(--primary-bg-color);
    border-radius: 0px;
    color: var(--primary-bg-color);
    transition: all ease-out .2s;
}
section.content.sidebar-form .btn:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #f7f7f7;
    background: var(--primary-bg-color);
    transition: all ease-out .2s;
}
section.content.sidebar-form #kvkk_permission_label {
    font-size: 12px;
    margin-left: 23px;
    position: relative;
    top: -23px;
    max-width: 360px;
}
section.content.sidebar-form #kvkk_permission_label_en {
    font-size: 12px;
    margin-left: 23px;
    position: relative;
    top: -23px;
    max-width: 360px;
}
@media (min-width: 1399.98px) {
    section.content.sidebar-form #kvkk_permission_label_en {
        font-size: 12px;
        margin-left: 7px;
        position: relative;
        top: -3px;
        max-width: 360px;
    }
}
section.content.sidebar-form #email_permission_label {
    font-size: 12px;
    margin-left: 23px;
    position: relative;
    top: -23px;
    max-width: 360px;
}
section.content.sidebar-form #email_permission_label_en {
    font-size: 12px;
    margin-left: 23px;
    position: relative;
    top: -23px;
    max-width: 360px;
}
@media (max-width: 991.98px) {
    section.content.sidebar-form #kvkk_permission_label {
        margin-left: 10px;
        top: -2px;
    }
    section.content.sidebar-form #email_permission_label {
        margin-left: 26px;
        top: -21px;
        max-width: 100%;
    }
    section.content.sidebar-form #kvkk_permission_label_en {
        font-size: 12px;
        margin-left: 7px;
        position: relative;
        top: -3px;
        max-width: 360px;
    }
    section.content.sidebar-form #email_permission_label_en {
        font-size: 12px;
        margin-left: 7px;
        position: relative;
        top: -3px;
        max-width: 100%;
    }
}
@media (max-width: 767.98px) {
    section.content.sidebar-form #email_permission_label_en {
        font-size: 12px;
        margin-left: 23px;
        position: relative;
        top: -20px;
        max-width: 100%;
    }
}
/* PAGE */

/* SEARCH */
#searchModal .fa-search {
    position: absolute;
    font-size: 18px;
    left: 30px;
    top: 40px;
}
#searchModal .btn-close {
    position: absolute;
    right: 30px;
    top: 40px;
}
#searchModal .form-control {
    border: none;
    box-shadow: none;
    line-height: 90px;
    padding-left: 70px;
    background: var(--primary-color);
    color: #ffffff;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
#searchModal input::placeholder {
    color: #ffffff;
    opacity: 1; /* Firefox */
}
#searchModal input::-ms-input-placeholder { /* Edge 12 -18 */
    color: #ffffff;
}
#searchModal #search-result {
    line-height: 60px;
    width: 100%;
    background: #efefef;
}
#searchModal #search-result p {
    padding: 4px 38px;
    border-bottom: 1px solid #e6e7e7;
    margin-bottom: 0px;
}
#searchModal #search-result p a {
    color: #313131 !important;
    font-weight: 400;
}
#searchModal #search-result p a:hover {
    color: var(--primary-color) !important;
    font-weight: bold;
}
#searchModal #search-result-en {
    line-height: 60px;
    width: 100%;
    background: #efefef;
}
#searchModal #search-result-en p {
    padding: 4px 38px;
    border-bottom: 1px solid #e6e7e7;
    margin-bottom: 0px;
}
#searchModal #search-result-en p a {
    color: #313131 !important;
    font-weight: 400;
}
#searchModal #search-result-en p a:hover {
    color: #7a242c !important;
    font-weight: bold;
}
/* SEARCH */

/* FORM */
#formModal .modal-body {
    padding: 32px
}
@media (max-width: 991.98px) {
    #formModal .modal-body {
        padding: 10px 6px;
    }
}
#formModal a {
    font-family: "Roboto-Medium", sans-serif;
    color: var(--primary-color);
}
@media (max-width: 991.98px) {
    #formModal #form .mt-4 {
        margin-top: 0px !important;
    }
}
#formModal .btn {
    font-family: "Roboto-Medium", sans-serif;
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
    border: 2px solid var(--primary-bg-color);
    border-radius: 0px;
    color: var(--primary-bg-color);
    transition: all ease-out .2s;
}
#formModal .btn:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #f7f7f7;
    background: var(--primary-bg-color);
    transition: all ease-out .2s;
}
#formModal #kvkk_permission_label {
    font-size: 12px;
    margin-left: 10px;
    position: relative;
    top: -2px;
    max-width: 360px;
}
#formModal #email_permission_label {
    font-size: 12px;
    margin-left: 10px;
    position: relative;
    top: 16px;
    max-width: 400px;
}
@media (max-width: 991.98px) {
    #formModal #kvkk_permission_label {
        margin-left: 10px;
        top: -2px;
    }
    #formModal #email_permission_label {
        margin-left: 25px;
        top: -22px;
        max-width: 100%;
    }
}
/* FORM */

/* PAGINATION */
.pagination .justify-content-between {
    margin-right: auto;
    margin-left: auto;
}
.pagination .text-muted {
    display: none;
}
.pagination li span, .pagination li.active span {
    background: #062552;
    border: 1px solid #062552;
}
.pagination li span, .pagination li a {
    box-shadow: none!important;
    color: #062552;
    padding: 10px 16px;
}
/* PAGINATION */

/* WHATSAPP */
.whatsapp {
    display: inline-block;
    padding: 15px 24px;
    border-radius: 40px;
    position: fixed;
    bottom: 46px;
    right: 100px;
    height: 58px;
    background: #189d0e;
    color: #fff;
    font-weight: 700;
    vertical-align: middle;
    font-size: 14px;
    z-index: 99;
    animation: shadow-pulse 1s infinite;
}
.whatsapp .fa-whatsapp {
    font-size: 24px;
    font-weight: 900;
}
.whatsapp span {
    display: inline;
    margin-top: -7px;
    position: relative;
    top: -3px;
    left: 4px;
    margin-left: 6px;
}
@media (max-width: 991.98px) {
    .whatsapp {
        right: 54px;
    }
}
@media (max-width: 575.98px) {
    .whatsapp {
        text-align: center;
        width: 50%;
        border-radius: 0px;
        right: 0px;
        bottom: 0px;
    }
}
/* WHATSAPP */

/* LINK */
#link .link {
    display: inline-block;
    padding: 15px 24px;
    border-radius: 40px;
    position: fixed;
    bottom: 46px;
    left: 100px;
    height: 58px;
    background: var(--primary-color);
    color: #fff;
    font-weight: 700;
    vertical-align: middle;
    font-size: 14px;
    z-index: 99;
    animation: shadow-pulse 1s infinite;
}
#link .link .fa-briefcase {
    font-size: 24px;
    font-weight: 900;
}
#link .link span {
    display: inline;
    margin-top: -7px;
    position: relative;
    top: -3px;
    left: 4px;
    margin-left: 6px;
}
@media (max-width: 991.98px) {
    #link .link {
        left: 54px;
    }
}
@media (max-width: 575.98px) {
    #link .link {
        text-align: center;
        width: 50%;
        border-radius: 0px;
        left: 0px;
        bottom: 0px;
    }
}
/* LINK */

@media (max-width: 575.98px) {  }

@media (max-width: 767.98px) {  }

@media (max-width: 991.98px) {  }

@media (max-width: 1199.98px) {  }

@media (max-width: 1399.98px) { }
