/* GUIDE */
html,
body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}
:root {
    scroll-behavior: inherit;
}

* {
    outline: none;
}

#logo {
    position: relative;
    z-index: 2;
}
.logo img {
    height: 40px;
}
.logo span {
    color: #fff;
    padding-left: 20px;
    border-left: 1px solid #fff;
    margin-left: 20px;
}

.search-close {
    position: absolute;
    right: 20px;
    top: 20px;
    max-width: 40px;
}
@media screen and (max-width: 1600px) {
    .page_up {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .r-tac {
        text-align: center !important;
    }
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-family: "Playfair Display", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    color: #494949;
}

h2 {
    font-family: "Playfair Display", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 50px;
    color: #494949;
}

h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #494949;
}

h4 {
    font-size: 18px;
    line-height: 1.3;
    color: #000;
}

h5 {
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}

h6 {
    font-size: 14px;
    line-height: 1.3;
    color: #000;
}

p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #494949;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5em;
}

a {
    font-size: 16px;
    color: #ab0033;
    line-height: 1.2;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #9b242c;
}

#wrapper {
    min-height: calc(100vh - 164px);
}
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}
@media screen and (max-width: 768px) {
    h1 {
        font-size: 35px;
        line-height: 42px;
        padding: 10px 0;
    }
    h2 {
        font-size: 30px;
        line-height: 1.3em !important;
    }
    p {
        font-size: 14px;
    }
}

ul {
}

ul li {
    color: #494949;
    font-size: 16px;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    ul li {
        font-size: 14px;
        padding-bottom: 10px;
    }
}

table {
    width: 100%;
}

table tr:first-child td {
    font-size: 16px;
    color: #000;
}

table tr td {
    padding: 5px 10px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.go-to-section {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -15px;
    z-index: 3;
    cursor: pointer;
}

.splash {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
    background-size: cover;
}

.splash-body {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
    width: 100%;
    background: #fff;
    width: 100%;
    height: 100%;
    transform: translate3d(-50%, -50%, 0);
}

.splash-close {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 40px;
    top: 40px;
    z-index: 9999;
    background-size: cover;
    cursor: pointer;
    background: #fff;
    transition: all 400ms;
}
.splash-close svg path {
    transition: all 400ms;
}
.splash-close svg rect {
    transition: all 400ms;
    stroke: transparent;
}
.splash-close:hover {
    background: #000;
}
.splash-close:hover svg path {
    transition: all 400ms;
    stroke: #fff;
}
.splash-close:hover svg rect {
    transition: all 400ms;
    stroke: transparent;
}

.splash.top_left {
    background: transparent;
}
.splash.top_left .splash-body {
    left: 0;
    top: 0;
    transform: translate3d(0, 0, 0);
}
.splash.top_left .splash-close {
    left: 0;
}

.splash.top_center {
    background: transparent;
}
.splash.top_center .splash-body {
    left: 50%;
    top: 0;
    transform: translate3d(-50%, 0, 0);
}
.splash.top_center .splash-close {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}

.splash.top_right {
    background: transparent;
}
.splash.top_right .splash-body {
    right: 0;
    top: 0;
    left: auto;
    transform: translate3d(0, 0, 0);
}
.splash.top_right .splash-close {
    right: 0;
}

.splash.center_left {
    background: transparent;
}
.splash.center_left .splash-body {
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
}
.splash.center_left .splash-close {
    left: 0;
}

.splash.center_center {
    background: rgba(0, 0, 0, 0.7);
}
.splash.center_center .splash-body {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.splash.center_center .splash-close {
    right: 40px;
    top: 40px !important;
}

.splash.center_right {
    background: transparent;
}
.splash.center_right .splash-body {
    top: 50%;
    left: auto;
    right: 0;
    transform: translate3d(0, -50%, 0);
}
.splash.center_right .splash-close {
    right: 0;
}

.splash.bottom_left {
    background: transparent;
}
.splash.bottom_left .splash-body {
    top: auto;
    left: 0;
    bottom: 0;
    transform: translate3d(0, 0, 0);
}
.splash.bottom_left .splash-close {
    left: 0;
    top: auto;
}

.splash.bottom_center {
    background: transparent;
}
.splash.bottom_center .splash-body {
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translate3d(-50%, 0, 0);
}
.splash.bottom_center .splash-close {
    left: 50%;
    top: auto;
    transform: translate3d(-50%, 0, 0);
}

.splash.bottom_right {
    background: transparent;
}
.splash.bottom_right .splash-body {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    transform: translate3d(0, 0, 0);
}
.splash.bottom_right .splash-close {
    left: auto;
    right: 0;
    top: auto;
}

/* GUIDE */

.search-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
}

.search-form form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin-top: -80px;
    max-width: 60%;
    margin-left: -30%;
}

.search-form input {
    font-size: 24px;
    color: #fff !important;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 20px;
    outline: 0;
    text-align: center;
}

.search-form {
    opacity: 0;
}

.search-form h2 {
    color: #fff;
    font-size: 36px;
    text-align: center;
}

#search-subform {
    max-width: 50%;
    margin: 0 auto;
    position: relative;
}

#search-subform input {
    padding: 15px 15px 12px 15px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    background: transparent;
}

#search-subform input::placeholder {
    color: #ccc;
}

#search-subform button {
    border: none;
    border-bottom: 1px solid #fff;
    padding: 15px;
    width: 60px;
    height: 60px;
    border-radius: 0;
    margin-left: -1px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
}

.search-item {
    border-bottom: 1px solid #bdbdbd;
    transition: all 300ms;
    top: 0;
}

.search-item a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    color: #494949;
}

.search-item h4 {
    transition: all 400ms;
    line-height: 30px;
    padding: 10px 0;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.search-item h4:hover {
    padding-left: 20px;
}

#search-list .search-item:hover {
    top: -10px;
    transition: all 300ms;
}

.center-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.center-wrapper .center-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.content-pos-bottom .center-wrapper .center-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.content_wrapper {
    margin-top: 80px;
}

header {
    height: 80px;
    background: #fff;
    padding: 0 30px;
    z-index: 11;
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 400ms;
}

header .navbar-main {
    border: 0;
    position: static;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
}

header .navbar-main #logo {
    margin-top: 21px;
    margin-bottom: 21px;
    display: block;
    float: left;
}
header .navbar-main #logo img {
    position: relative;
    z-index: 1;
}

header .navbar-main .navbar-nav {
    float: right;
    padding-top: 0px;
    padding-left: 0;
    display: block;
}

header .navbar-main .navbar-nav li {
    position: static;
    display: inline-block;
    vertical-align: top;
}

header .navbar-main .navbar-nav li:hover a {
    opacity: 1;
    background: transparent;
}
header .navbar-main .navbar-nav li:hover > a {
    color: #ab0033;
}

@media screen and (min-width: 991px) {
    header .navbar-main .navbar-nav li.low_menu:hover > a {
        color: #ffffff;
    }
}
header .navbar-main .navbar-nav li.search {
    border-bottom: 0 !important;
}

header .navbar-main .navbar-nav li.infobar {
    border-bottom: 0 !important;
}

header .navbar-main .navbar-nav li a {
    color: #000;
    transition: all 300ms;
    background: transparent;
    text-decoration: none;
    padding: 29px 15px 29px;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
}
header .navbar-main .navbar-nav li > a {
    font-weight: 500;
    position: relative;
    z-index: 1;
    height: 80px;
}

header .navbar-main .navbar-nav li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    height: 2px;
    background: #ab0033;
    transition: all 400ms;
}
header .navbar-main .navbar-nav li a:hover {
    background: transparent;
    color: #ab0033;
}
header .navbar-main .navbar-nav li:hover > a:after {
    width: 100%;
}

header .navbar-main .navbar-nav li div.mega-main {
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    transition: all 600ms;
    background: url(/uploads/images/1624958452_yaklasim-menu-bg.jpg) no-repeat;
    background-size: cover !important;
    background-position: center !important;
}
@media screen and (max-width: 991px) {
    header .navbar-main .navbar-nav li div.mega-main {
        position: relative;
    }
}
header .navbar-main .navbar-nav li[data-href="hakkimizda"] div.mega-main {
    background: url(/uploads/images/1625235433_yuksel-proje-hakkinda.jpg)
        no-repeat;
}
header .navbar-main .navbar-nav li div.mega-main:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2f80ed;
    mix-blend-mode: multiply;
}
header .navbar-main .navbar-nav li div.mega-main ul.d-menu {
    padding-left: 0;
    padding-top: 20px;
    position: relative;
    display: inline-block;
    min-width: 220px;
    top: auto;
}
header .navbar-main .navbar-nav li div.mega-main ul.d-menu li {
    display: block;
    border-bottom: 1px solid rgba(189, 189, 189, 0.3);
}
header .navbar-main .navbar-nav li div.mega-main ul.d-menu li a {
    font-size: 16px;
    color: #bdbdbd;
    font-weight: 400;
    display: block;
    padding: 20px 5px;
    height: auto;
    text-align: left;
}
header .navbar-main .navbar-nav li div.mega-main ul.d-menu li a:before {
    display: none;
}
header .navbar-main .navbar-nav li div.mega-main ul.d-menu li a:after {
    display: none;
}

header .navbar-main .navbar-nav li div.mega_container {
    height: 0;
    overflow: hidden;
    background: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    transition: all 600ms;
}
header .navbar-main .navbar-nav li div.mega_container.mega_cont_project {
    background: url(/uploads/images/1624967225_projeler-menu-bg.jpg) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
header .navbar-main .navbar-nav li div.mega_container.mega_cont_project:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ab0033;
    mix-blend-mode: multiply;
}
header .navbar-main .navbar-nav li div.mega_container .latest_news a {
    padding: 0;
}
header .navbar-main .navbar-nav li div.mega_container .btn_red_icon {
    border: 1px solid #ab0033;
    padding: 15px 30px 15px 45px;
    line-height: 1;
    font-size: 14px;
    color: #ab0033;
    font-weight: 600;
    transition: all 400ms;
    position: relative;
    display: inline-block;
}
header .navbar-main .navbar-nav li div.mega_container .btn_red_icon:hover {
    color: #fff;
    background: #ab0033;
}

header .navbar-main .navbar-nav li div.mega_container .btn_white_icon {
    border: 1px solid #ffffff;
    padding: 15px 30px 15px 45px;
    line-height: 1;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    transition: all 400ms;
    position: relative;
    display: inline-block;
}

header .navbar-main .navbar-nav li div.mega_container .btn_white_icon:hover {
    color: #ab0033;
    background: #fff;
}

header .navbar-main .navbar-nav li div.mega_container .col {
    border-right: 1px solid rgba(128, 129, 128, 0.3);
    padding-top: 10px;
}
header .navbar-main .navbar-nav li div.mega_container .col.f_15 {
    flex: 0 0 15%;
}
header .navbar-main .navbar-nav li div.mega_container .col.f_20 {
    flex: 0 0 20%;
}
header .navbar-main .navbar-nav li div.mega_container .col:last-child {
    border-right: 0;
}
header .navbar-main .navbar-nav li div.mega_container .stabil_link {
    padding: 0;
    color: #ab0033;
    font-weight: 500;
    font-size: 16px;
}
header .navbar-main .navbar-nav li div.mega_container .latest_news_img {
    display: block;
    max-width: 320px;
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
}
header .navbar-main .navbar-nav li div.mega_container .latest_news_t {
    display: block;
    color: #ab0033;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

header .navbar-main .navbar-nav li div.mega_container ul {
    padding: 0;
    margin: 0;
}
header .navbar-main .navbar-nav li div.mega_container ul li {
    display: block;
}
header .navbar-main .navbar-nav li div.mega_container ul li:first-child {
    display: block;
    color: #ab0033;
    font-size: 18px;
    font-weight: 500;
}
header .navbar-main .navbar-nav li div.mega_container ul li a {
    display: block;
    width: 100%;
    padding: 5px 0;
    margin: 10px 0;
    color: #494949;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}
header .navbar-main .navbar-nav li div.mega_container ul li a:hover {
    color: #ab0033;
}
header .navbar-main .navbar-nav li div.mega_container ul li a strong {
    font-weight: 500;
    color: #bdbdbd;
}
header .navbar-main .navbar-nav li div.mega_container ul li a:hover strong {
    color: #ab0033;
}
header .navbar-main .navbar-nav li div.mega_container ul li a:before {
    display: none;
}
header .navbar-main .navbar-nav li div.mega_container ul li a:after {
    display: none;
}
header .navbar-main .navbar-nav li div.mega_container ul li a img {
    margin-bottom: 20px;
}

header .navbar-main .navbar-nav li div.mega_container .social_links {
    border-right: 0;
}
header .navbar-main .navbar-nav li div.mega_container .social_links > p {
    display: block;
    color: #ab0033;
    font-size: 18px;
    font-weight: 500;
}
header .navbar-main .navbar-nav li div.mega_container .social_links ul {
    padding: 0;
    margin: 0 -10px;
}
header .navbar-main .navbar-nav li div.mega_container .social_links ul li {
    display: inline-block;
    vertical-align: middle;
}
header .navbar-main .navbar-nav li div.mega_container .social_links ul li a {
    display: block;
    padding: 0 10px;
}
header
    .navbar-main
    .navbar-nav
    li
    div.mega_container
    .social_links
    ul
    li
    a
    img {
    margin-bottom: 0;
}

header
    .navbar-main
    .navbar-nav
    li
    div.mega_container
    .social_links
    ul.blocked_list {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
header
    .navbar-main
    .navbar-nav
    li
    div.mega_container
    .social_links
    ul.blocked_list
    li {
    display: block;
}
header
    .navbar-main
    .navbar-nav
    li
    div.mega_container
    .social_links
    ul.blocked_list
    li
    a {
    display: block;
    padding: 5px 0;
    margin: 10px 0;
}
header
    .navbar-main
    .navbar-nav
    li
    div.mega_container
    .social_links
    ul.blocked_list
    li
    a
    img {
    margin-bottom: 0;
    margin-right: 18px;
}

@media screen and (min-width: 991px) {
    header.hovered .navbar-main .navbar-nav li > a {
        color: #e0e0e0;
    }
}
header.hovered .navbar-main .navbar-nav li > a:after {
    background: #fff;
}
@media screen and (min-width: 991px) {
    header.hovered #logo svg path {
        fill: #fff;
    }
}
header .navbar-main .navbar-nav li div.mega-main ul.d-menu li:hover {
    border-bottom: 1px solid #fff;
}
header .navbar-main .navbar-nav li div.mega-main ul.d-menu li:hover a {
    color: #fff;
}
header .navbar-main .navbar-nav li.lang:hover ul {
    display: block;
    width: 90px;
    background: #fff;
}
header .menu_cat_cont {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 991px) {
    header .menu_cat_cont {
        position: relative;
    }
    .search-form h2 {
        font-size: 20px;
    }
    .search-close {
        max-width: 30px;
    }
}

header .navbar-main .navbar-nav li .menu_cat_cont .all_project {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: all 400ms;

    padding: 0 15px 0 0;
    display: inline-block;
    margin-top: 50px;
}
header .navbar-main .navbar-nav li .menu_cat_cont .all_project:hover {
    color: #ab0033;
}
header .menu_cat_cont .menu_cat_item {
    position: relative;
}

header .navbar-main .navbar-nav li .menu_cat_cont .menu_cat_item > a {
    display: block;
    width: 15%;
    color: #bdbdbd;
    font-size: 20px;
    font-weight: 400;
    font-family: "Playfair Display", sans-serif;
    padding: 20px 0 10px;
    margin-bottom: 10px;
    position: relative;
}
position: relative;
header .navbar-main .navbar-nav li .menu_cat_cont .menu_cat_item > a:after {
    content: "";
    width: 0;
    height: 1px;
    background: rgba(189, 189, 189, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 400ms;
}
header .navbar-main .navbar-nav li .menu_cat_cont .menu_cat_item > a:hover {
    color: #fff;
}
header
    .navbar-main
    .navbar-nav
    li
    .menu_cat_cont
    .menu_cat_item
    > a:hover:after {
    width: 100%;
    background: #fff;
}
header .menu_cat_cont .menu_cat_item > div {
    position: absolute;
    left: 30%;
    top: 0;
    width: 70%;
    opacity: 0;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    transition: opacity 300ms;
}

header .menu_cat_cont .menu_cat_item.active > div {
    display: flex;
}
header .menu_cat_cont .menu_cat_item.active.fade_in > div {
    opacity: 1;
}
@media screen and (min-width: 991px) {
    header .menu_cat_cont .menu_cat_item.active.fade_in > div {
        position: absolute;
        z-index: 999;
    }
    #menu_hizmet {
        top: -65px;
    }
    #menu_konum {
        top: -128px;
    }
}

header .navbar-main .navbar-nav li .menu_cat_cont .menu_cat_item.active > a {
    color: #fff;
}
header
    .navbar-main
    .navbar-nav
    li
    .menu_cat_cont
    .menu_cat_item.active
    > a:after {
    width: 100%;
    background: #fff;
}
header .navbar-main .navbar-nav li .menu_cat_cont .menu_cat_item div a {
    width: calc(33.3333% - 40px);
    margin: 10px 20px;
    flex-direction: column;
    padding: 15px;
    color: #bdbdbd;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid rgba(189, 189, 189, 0.3);
}
header .navbar-main .navbar-nav li .menu_cat_cont .menu_cat_item div a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 991px) {
    header .menu_cat_cont .menu_cat_item div {
        position: static;
        width: 100% !important;
    }
    header .navbar-main .navbar-nav li .menu_cat_cont .menu_cat_item div a {
        width: 100%;
    }
    header .menu_cat_cont .menu_cat_item.active > div {
        display: block !important;
    }
    header .navbar-main .navbar-nav li div.mega_container {
        overflow-y: scroll;
    }
}

.press_card {
}
.press_card .card_body {
    background: url(/uploads/images/1619653156_press-login-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 30px 20px 30px;
    text-align: center;
    max-width: 310px;
}
.press_card .card_body img {
    margin-bottom: 20px;
}
.press_card .card_body a.color_white {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-decoration: underline !important;
}
.press_card .card_body a.btn_white_icon {
    margin-top: 15px;
}

header .navbar-main .navbar-nav li div.mega_container ul.menu_dik {
    text-align: left;
}
header .navbar-main .navbar-nav li div.mega_container ul.menu_dik li {
    border-bottom: 0;
    border-right: 1px solid #e0e0e0;
    width: 25%;
    margin: 0;
    padding-left: 20px;
}
header
    .navbar-main
    .navbar-nav
    li
    div.mega_container
    ul.menu_dik
    li:last-child {
    border-right: 0;
}
header .navbar-main .navbar-nav li div.mega_container ul.menu_dik li a {
}
header
    .navbar-main
    .navbar-nav
    li
    div.mega_container
    ul.menu_dik
    li
    a:nth-child(2) {
    color: #0063a5;
}
header .navbar-main .navbar-nav li div.mega_container ul.menu_dik li a img {
}

header .navbar-main .navbar-nav li div.mega_container .col.career_m {
    border-right: 0;
}

header .navbar-main .navbar-nav.header_second_nav {
    padding: 0;
    margin: 0;
    float: right;
    margin-top: -2px;
}
header .navbar-main .navbar-nav.header_second_nav li {
    display: inline-block;
    vertical-align: top;
}
header .navbar-main .navbar-nav.header_second_nav li.social_list_item {
    position: relative;
}

header
    .navbar-main
    .navbar-nav.header_second_nav
    li.social_list_item.slc_f:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 1px;
    background: #828282;
    height: 20px;
}
header .navbar-main .navbar-nav.header_second_nav li.social_list_item a {
    padding-left: 4px;
    padding-right: 4px;
}
header.hovered
    .navbar-main
    .navbar-nav.header_second_nav
    li.social_list_item
    a
    svg
    path:first-child {
    stroke: #fff;
}
header.hovered
    .navbar-main
    .navbar-nav.header_second_nav
    li.social_list_item
    a
    svg
    path:last-child {
    fill: #fff;
}
header.hovered
    .navbar-main
    .navbar-nav.header_second_nav
    li.social_list_item.slc_f
    a
    svg
    path {
    stroke: transparent;
    fill: #fff;
}
header .navbar-main .navbar-nav.header_second_nav li.social_list_item.slc_f a {
    margin-left: 20px;
}
header .navbar-main .navbar-nav.header_second_nav li.lang > a {
}
header .navbar-main .navbar-nav.header_second_nav li.lang > a > svg {
    display: inline-block;
    vertical-align: middle;
}
header .navbar-main .navbar-nav.header_second_nav li.lang > a > span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
header.hovered .navbar-main .navbar-nav.header_second_nav li.lang > a {
    color: #fff;
}
header .navbar-main .navbar-nav.header_second_nav li.mega_menu > a > span {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    height: 2px;
    background: #ab0033;
    transition: all 400ms;
}
header .navbar-main .navbar-nav.header_second_nav li.mega_menu > a:before {
    content: "";
    width: 1px;
    height: 30px;
    background: #c4c4c4;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
header .navbar-main .navbar-nav.header_second_nav li.mega_menu > a:after {
    content: "";
    width: 1px;
    height: 30px;
    background: #c4c4c4;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: auto;
    right: 0;
}

header
    .navbar-main
    .navbar-nav.header_second_nav
    li.mega_menu
    > a:hover
    > span {
    width: 100%;
}

header .navbar-main .navbar-nav.header_second_nav li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #808180;
    text-decoration: none;
    position: relative;
}
header .navbar-main .navbar-nav.header_second_nav li.search a {
    padding-left: 0px;
    padding-right: 0px;
}

header .navbar-main .navbar-nav.header_second_nav li.lang_items span {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: #808180;
    text-align: center;
    padding: 26px 0 26px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
header .navbar-main .navbar-nav.header_second_nav li.lang_items span svg {
    margin-right: 5px;
}
header .navbar-main .navbar-nav.header_second_nav li.lang_items ul {
    padding: 0;
    margin: 0;
    max-height: 0;
    height: 100%;
    overflow: hidden;
    background: #fff;
    transition: all 400ms;
}
header .navbar-main .navbar-nav.header_second_nav li.lang_items:hover svg path {
    stroke: #ab0033;
}
header .navbar-main .navbar-nav.header_second_nav li.lang_items:hover span {
    color: #ab0033;
}
header .navbar-main .navbar-nav.header_second_nav li.lang_items:hover ul {
    max-height: 300px;
}
header .navbar-main .navbar-nav.header_second_nav li.lang_items ul li {
    display: block;
}
header .navbar-main .navbar-nav.header_second_nav li.lang_items ul li a {
    display: block;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
}
header .navbar-main .navbar-nav.header_second_nav li.lang_items ul li a:hover {
    color: #ab0033;
}
header .navbar-main .navbar-nav.header_second_nav li a.lang-item {
    text-transform: uppercase;
}

header .navbar-main .navbar-nav li:hover div.mega-main {
    height: 550px;
    padding-top: 80px;
    padding-bottom: 30px;
    box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.15);
}
header .navbar-main .navbar-nav li:hover div.mega_container {
    height: 550px;
    padding-top: 110px;
    padding-bottom: 60px;
    box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.15);
}

.player_auto_play:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    background: url("/uploads/images/1624369502_play-video.svg") no-repeat;
    background-size: cover;
    background-position: center;
    transform: translate3d(-50%, -50%, 0);
}

.player_auto_play.active:before {
    display: none;
}

@media screen and (max-width: 991px) {
    header .navbar-main .navbar-nav.header_second_nav li.social_list_item {
        display: none;
    }
    header .navbar-main .navbar-nav li:hover div.mega-main {
        height: 100%;
        padding-top: 0;
    }
    header .navbar-main .navbar-nav li:hover div.mega_container {
        height: 100%;
    }
}

header.hide_header {
    top: -80px;
}
header.fixed_top {
    background: #fff;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}
#mobile_menu_btn {
    display: none;
}

.grid_project {
	display:flex;
	flex-wrap:wrap;
	margin-left:-10px;
	margin-right:-10px;
}
.grid_project > div {
	max-width:calc(33.333333%  - 20px);
	width:100%;
	margin:10px;
	border:1px solid #e0e0e0;
}
.grid_project > div a {}
.grid_project > div a .post-cover {
	height: 300px;
    background-size: cover;
    background-position: center;
}
.grid_project > div .detail {
	padding: 20px;
}
.grid_project > div .detail .project_location {
	display: block;
    font-size: 14px;
    color: #4f4f4f;
    font-weight: 400;
    margin-bottom: 10px;
}
.grid_project > div .detail h4 {
	font-size: 30px;
    font-family: "Playfair Display", sans-serif;
    font-weight: normal;
    color: #494949;
}
.grid_project > div .detail p {}

@media screen and (max-width: 991px) {
	.grid_project > div {
		max-width:calc(50%  - 20px);
	}
    #mobile_menu_btn {
        display: block;
    }

    #mobile_menu_btn {
        display: inline-block;
        width: 40px;
        height: 40px;
        float: right;
        position: relative;
        top: 20px;
    }
    #mobile_menu_btn span {
        display: block;
        width: 100%;
        height: 2px;
        background: #ab0033;
        position: absolute;
        left: 0%;
        top: calc(50% - 4px);
        transform: translate3d(0, -50%, 0);
        transition: all 400ms;
    }
    #mobile_menu_btn span:last-child {
        top: calc(50% + 4px);
    }
    #mobile_menu_btn.active span:first-child {
        transform: translateY(-50%) translateX(0) rotate(45deg);
        top: 50%;
    }
    #mobile_menu_btn.active span:last-child {
        transform: translateY(-50%) translateX(0) rotate(-45deg);
        top: 50%;
    }

    #mobileMenuCont {
        position: fixed;
        top: 80px;
        width: 100vw;
        right: -100vw;
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100vh - 80px);
        background: #fff;
        transition: all 400ms;
    }

    #mobileMenuCont.active {
        right: 0;
    }

    #mobileMenuCont ul li a {
        font-size: 18px;
    }

    #mobileMenuCont ul.nav.navbar-nav ul.d-menu {
        padding-top: 0;
    }

    header nav > ul {
        margin-top: 13px !important;
    }

    header .navbar-main .navbar-nav li .menu_cat_cont .all_project {
        margin-top: 30px;
    }

    header .navbar-main .navbar-nav {
        float: none;
    }

    header .navbar-main .navbar-nav li {
        display: block;
    }

    header .navbar-main .navbar-nav li > a {
        font-size: 24px;
        padding: 29px 15px 29px;
    }

    header .navbar-main .navbar-nav li a:hover {
        color: #000000;
    }

    header .navbar-main .navbar-nav li:hover > a:after {
        display: none;
    }

    header .navbar-main .navbar-nav li div.mega-main {
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        max-height: 0;
    }

    header .navbar-main .navbar-nav li div.mega_container {
        position: relative;
        top: 0;
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        max-height: 0;
    }
    header .navbar-main .navbar-nav li > a {
        height: auto;
        padding: 15px;
    }
    header .navbar-main .navbar-nav li:hover div.mega-main {
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        max-height: 0;
    }
    header .navbar-main .navbar-nav li:hover div.mega_container {
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        max-height: 0;
    }
    header .navbar-main .navbar-nav li.mega_menu_active div.mega-main {
        max-height: 550px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    header .navbar-main .navbar-nav li.mega_menu_active div.mega_container {
        max-height: 550px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    header {
        padding: 0 15px;
    }
    header
        .navbar-main
        .navbar-nav
        li
        div.mega_container.mega_cont_project:before {
        height: 200%;
    }
    header .navbar-main .navbar-nav li .menu_cat_cont .menu_cat_item div a {
        margin: 10px 0;
    }
}

@media screen and (max-width: 480px) {
	.grid_project > div {
		max-width:calc(100%  - 20px);
	}
    .mobile_reverse .row {
        flex-direction: column-reverse;
    }
    .splash.top_left {
        background: transparent;
    }
    .splash.top_left .splash-body {
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        max-height: 300px !important;
    }
    .splash.top_left .splash-close {
        right: 15px;
        top: 15px;
    }

    .splash.top_center {
        background: transparent;
    }
    .splash.top_center .splash-body {
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        max-height: 300px !important;
    }
    .splash.top_center .splash-close {
        right: 15px;
        top: 15px;
    }

    .splash.top_right {
        background: transparent;
    }
    .splash.top_right .splash-body {
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        max-height: 300px !important;
    }
    .splash.top_right .splash-close {
        right: 15px;
        top: 15px;
    }

    .splash.center_left {
        background: transparent;
    }
    .splash.center_left .splash-body {
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        max-height: 300px !important;
    }
    .splash.center_left .splash-close {
        right: 15px;
        top: 15px;
    }

    .splash.center_center {
        background: rgba(0, 0, 0, 0.7);
    }
    .splash.center_center .splash-body {
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        max-height: 300px !important;
    }
    .splash.center_center .splash-close {
        right: 15px;
        top: 15px;
    }

    .splash.center_right {
        background: transparent;
    }
    .splash.center_right .splash-body {
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        max-height: 300px !important;
    }
    .splash.center_right .splash-close {
        right: 15px;
        top: 15px;
    }

    .splash.bottom_left {
        background: transparent;
    }
    .splash.bottom_left .splash-body {
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        max-height: 300px !important;
    }
    .splash.bottom_left .splash-close {
        right: 15px;
        top: 15px;
    }

    .splash.bottom_center {
        background: transparent;
    }
    .splash.bottom_center .splash-body {
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        max-height: 300px !important;
    }
    .splash.bottom_center .splash-close {
        right: 15px;
        top: 15px;
    }

    .splash.bottom_right {
        background: transparent;
    }
    .splash.bottom_right .splash-body {
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        max-height: 300px !important;
    }
    .splash.bottom_right .splash-close {
        right: 15px;
        top: 15px;
    }
    .splash {
        background: rgba(0, 0, 0, 0.7) !important;
    }
    .splash-close {
        top: 15px !important;
        right: 15px !important;
        left: auto !important;
    }
}

/** PANEL HEADER */
header.panel {
    background: #fff;
    display: block;
    width: 100%;
    margin: 0;
    position: fixed;
    height: 80px;
}
header.panel > .row {
    height: 80px;
}
header.panel.black {
    background: #000;
    padding: 0;
    padding-left: 20px;
}

/* FEATURES */

.accordion .card {
    border: 0;
    margin-bottom: 10px;
    background: transparent;
}
.accordion .card-header {
    padding: 20px 0 10px;
    border-bottom: 1px solid #808180;
    cursor: pointer;
    background: transparent;
    position: relative;
    opacity: 1;
}

.accordion .card-header img {
    width: 25px;
    float: right;
    transform: rotate(0);
    transition: all 300ms;
    position: absolute;
    right: 0;
    top: 5px;
}

.accordion .card-header.active img {
    transform: rotate(-180deg);
    transition: all 300ms;
}

.accordion .card-header button {
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
    background: transparent;
    border: 0;
    box-shadow: none;
    text-decoration: none;
    max-width: calc(100% - 25px);
    font-family: "Playfair Display" !important;
}

.accordion .card-header button:hover,
.accordion .card-header button:focus {
    text-decoration: none;
    outline: 0;
}

.accordion .card-body.active {
    padding: 30px 0;
}
.accordion .card-body {
    overflow: hidden;
    padding: 0 0;
}

.mobile-nav-tabb ul {
}

.mobile-nav-tabb ul li {
}

.mobile-nav-tabb ul li a {
}

.mobile-nav-tabb ul li.active a {
    background: #f2f2f2;
}

.tab-content {
    padding: 15px;
}

.content-slider {
    overflow-x: hidden;
    overflow-y: visible;
}

.content-swiper-pagination {
    text-align: center;
}

.content-swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}

.content-slide-prev {
    background: url("/frontend/img/news-slide-prev.svg") no-repeat;
    width: 30px;
    height: 30px;
    left: 50%;
    top: auto;
    bottom: -60px;
    margin-left: -40px;
}

.content-slide-prev:hover {
    background: url("/frontend/img/news-slide-prev-active.svg") no-repeat;
}

.content-slide-prev.swiper-button-disabled {
    opacity: 1;
}

.content-slide-next {
    background: url("/frontend/img/news-slide-next.svg") no-repeat;
    width: 30px;
    height: 30px;
    right: 50%;
    top: auto;
    bottom: -60px;
    margin-right: -40px;
}

.content-slide-next:hover {
    background: url("/frontend/img/news-slide-next-active.svg") no-repeat;
}

.content-slide-next.swiper-button-disabled {
    opacity: 1;
}

.info-box-title-clicked {
    color: red;
    cursor: pointer;
}

.info-box-title {
    color: red;
    cursor: pointer;
}

.info-box-content {
    display: none;
}

.tooltip {
    position: absolute;
    font-size: 16px;
    color: #000;
    padding: 10px 20px 10px 10px;
    background: #ebebeb;
    opacity: 1;
}

.tooltip .close-tooltip {
    width: 10px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

/* FEATURES */

/* MENUS */

.tabbed-nav {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-bottom: 1px solid #bdbdbd;
    width: 100%;
    margin-top: 20px;
}

.tabbed-nav ul {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .tabbed-nav {
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .tabbed-nav ul {
        text-align: left;
        display: flex;
    }
    .tabbed-nav ul li ul {
        display: none !important;
    }
    .tabbed-nav ul li a {
        white-space: nowrap;
    }
}

.tabbed-nav ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.tabbed-nav ul li a {
    height: 49px;
    line-height: 49px;
    display: inline-block;
    color: #a3a4a6;
    font-size: 16px;
    padding: 0 15px;
}

.tabbed-nav ul li a:hover {
    color: #54565a;
    border-bottom: 2px solid #222;
}

.tabbed-nav ul li.active a {
    color: #54565a;
    border-bottom: 2px solid #ab0033;
    z-index: 9;
    position: relative;
}

/* MENUS */

/* ANIMATION */

.top-to-bottom {
    opacity: 0;
    transition: all 400ms;
}

.bottom-to-top {
    opacity: 0;
    transition: all 400ms;
}

.right-to-left {
    opacity: 0;
    transition: all 400ms;
}

.left-to-right {
    opacity: 0;
    transition: all 400ms;
}

.fade-in {
    opacity: 0;
    transition: all 600ms;
}

.rotate {
    opacity: 0;
    transform: rotate(-360deg);
    transition: all 600ms;
}

.scale-in {
    transform: scale(0, 0);
    transition: all 600ms;
}

.in-line-fade {
    opacity: 0;
    transition: all 300ms;
}

.in-line-fade-300ms {
    opacity: 0;
    transition: all 300ms;
}

.in-line-fade-600ms {
    opacity: 0;
    transition: all 300ms;
}

.in-line-fade-900ms {
    opacity: 0;
    transition: all 300ms;
}

.in-line-rotate {
    opacity: 0;
    transform: rotate(-360deg);
    transition: all 300ms;
}

.in-line-rotate-300ms {
    opacity: 0;
    transform: rotate(-360deg);
    transition: all 300ms;
}

.in-line-rotate-600ms {
    opacity: 0;
    transform: rotate(-360deg);
    transition: all 300ms;
}

.in-line-rotate-900ms {
    opacity: 0;
    transform: rotate(-360deg);
    transition: all 300ms;
}

.in-line-scale {
    transform: scale(0, 0);
    transition: all 300ms;
}

.in-line-scale-300ms {
    transform: scale(0, 0);
    transition: all 300ms;
}

.in-line-scale-600ms {
    transform: scale(0, 0);
    transition: all 300ms;
}

.in-line-scale-900ms {
    transform: scale(0, 0);
    transition: all 300ms;
}

/*VISIBLE*/

.visible .top-to-bottom {
    opacity: 1;
    transition: all 400ms;
    top: 0 !important;
}

.visible .bottom-to-top {
    opacity: 1;
    transition: all 400ms;
    bottom: 0 !important;
}

.visible .right-to-left {
    opacity: 1;
    transition: all 400ms;
    right: 0 !important;
}

.visible .left-to-right {
    opacity: 1;
    transition: all 400ms;
    left: 0 !important;
}

.visible .fade-in {
    opacity: 1;
    transition: all 600ms;
}

.visible .rotate {
    opacity: 1;
    transform: rotate(0);
    transition: all 600ms;
}

.visible .scale-in {
    transform: scale(1, 1);
    transition: all 600ms;
}

.visible .in-line-fade {
    opacity: 1;
    transition: all 300ms;
}

.visible .in-line-fade-300ms {
    opacity: 1;
    transition: all 300ms;
    transition-delay: 0.3s;
}

.visible .in-line-fade-600ms {
    opacity: 1;
    transition: all 300ms;
    transition-delay: 0.6s;
}

.visible .in-line-fade-900ms {
    opacity: 1;
    transition: all 300ms;
    transition-delay: 0.9s;
}

.visible .in-line-rotate {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
}

.visible .in-line-rotate-300ms {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
    transition-delay: 0.3s;
}

.visible .in-line-rotate-600ms {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
    transition-delay: 0.6s;
}

.visible .in-line-rotate-900ms {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
    transition-delay: 0.9s;
}

.visible .in-line-scale {
    transform: scale(1, 1);
    transition: all 300ms;
}

.visible .in-line-scale-300ms {
    transform: scale(1, 1);
    transition: all 300ms;
    transition-delay: 0.3s;
}

.visible .in-line-scale-600ms {
    transform: scale(1, 1);
    transition: all 300ms;
    transition-delay: 0.6s;
}

.visible .in-line-scale-900ms {
    transform: scale(1, 1);
    transition: all 300ms;
    transition-delay: 0.9s;
}

/* SECTION */

.visible.top-to-bottom {
    opacity: 1;
    transition: all 400ms;
    top: 0 !important;
}

.visible.bottom-to-top {
    opacity: 1;
    transition: all 400ms;
    bottom: 0 !important;
}

.visible.right-to-left {
    opacity: 1;
    transition: all 400ms;
    right: 0 !important;
}

.visible.left-to-right {
    opacity: 1;
    transition: all 400ms;
    left: 0 !important;
}

.visible.fade-in {
    opacity: 1;
    transition: all 600ms;
}

.visible.rotate {
    opacity: 1;
    transform: rotate(0);
    transition: all 600ms;
}

.visible.scale-in {
    transform: scale(1, 1);
    transition: all 600ms;
}

.visible.in-line-fade {
    opacity: 1;
    transition: all 300ms;
}

.visible.in-line-fade-300ms {
    opacity: 1;
    transition: all 300ms;
    transition-delay: 0.3s;
}

.visible.in-line-fade-600ms {
    opacity: 1;
    transition: all 300ms;
    transition-delay: 0.6s;
}

.visible.in-line-fade-900ms {
    opacity: 1;
    transition: all 300ms;
    transition-delay: 0.9s;
}

.visible.in-line-rotate {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
}

.visible.in-line-rotate-300ms {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
    transition-delay: 0.3s;
}

.visible.in-line-rotate-600ms {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
    transition-delay: 0.6s;
}

.visible.in-line-rotate-900ms {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
    transition-delay: 0.9s;
}

.visible.in-line-scale {
    transform: scale(1, 1);
    transition: all 300ms;
}

.visible.in-line-scale-300ms {
    transform: scale(1, 1);
    transition: all 300ms;
    transition-delay: 0.3s;
}

.visible.in-line-scale-600ms {
    transform: scale(1, 1);
    transition: all 300ms;
    transition-delay: 0.6s;
}

.visible.in-line-scale-900ms {
    transform: scale(1, 1);
    transition: all 300ms;
    transition-delay: 0.9s;
}

/*SECTION*/

/*VISIBLE*/

/* ANIMATION */

footer {
    position: relative;
}
footer .footer_social ul {
    padding: 0;
    margin: 0 -10px;
    list-style-type: none;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

footer .footer_social ul li {
    padding: 0;
    margin: 0;
    flex: 0 0 auto;
}

footer .footer_social ul li a {
    display: block;
    padding: 10px;
}

footer .footer_social ul li a img {
    transition: all 400ms;
}
footer .footer_social ul li a:hover img {
    transform: translate3d(0, -5px, 0);
}
footer .content_wrapper {
    margin-top: 0;
}
.image-gallery-isotope {
}

.image-gallery-isotope:after {
    content: "";
    display: block;
    clear: both;
}

.image-gallery-isotope .grid-sizer {
    width: calc(25% - 15px);
}

.image-gallery-isotope .grid-item {
    width: calc(25% - 15px);
    float: left;
    height: 186px;
    margin-bottom: 15px;
    overflow: hidden;
}

.image-gallery-isotope .grid-item img {
    transition: all 400ms;
}

.image-gallery-isotope .grid-item:hover img {
    -ms-transform: scale(1.2, 1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2, 1.2);
    /* Safari */
    transform: scale(1.2, 1.2);
    transition: all 400ms;
}

.container-fluid .image-gallery-isotope .grid-item {
    height: 144px;
}

.image-gallery-isotope .grid-item--width2 {
    width: calc(50% - 15px);
    height: 388px;
}

.container-fluid .image-gallery-isotope .grid-item--width2 {
    height: 302px;
}

.grid-style .col-md-4 {
    margin-top: 30px;
}

.grid-style .grid-image {
    text-align: center;
    height: 250px;
    overflow: hidden;
}
.paginate_button.disabled {
    display: none;
}
.style-isotope {
}

.style-isotope:after {
    content: "";
    display: block;
    clear: both;
}

.style-isotope .grid-sizer {
    width: calc(40% - 20px);
}
.style-isotope .grid-item {
    width: calc(40% - 20px);
    float: left;
    height: 500px;
    margin: 10px;
    overflow: hidden;
    transition: all 300ms;
    background: #ccc;
}

.style-isotope .grid-item:hover {
    transition: all 400ms;
}

.style-isotope .grid-item img {
    transition: all 400ms;
}

.style-isotope .grid-item:hover img {
    -ms-transform: scale(1.2, 1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2, 1.2);
    /* Safari */
    transform: scale(1.2, 1.2);
    transition: all 400ms;
}

.style-isotope .item-text {
    background: #424242;
    color: #fff;
    font-size: 16px;
    padding: 5px 15px;
    position: relative;
    z-index: 2;
}

.style-isotope .grid-item--width2 {
    width: calc(60% - 20px);
    height: 240px;
}

.style-list ul {
    padding-left: 0;
}

.style-list ul li {
    background: #d2d2d2;
    display: block;
    position: relative;
    list-style: none;
    transition: all 400ms;
    top: 0;
}

.style-list ul li:hover {
    top: -10px;
    transition: all 400ms;
}

.style-list ul li + li {
    margin-top: 15px;
}

.style-list ul li .item-title {
    margin-bottom: 10px;
    display: block;
}

.style-list ul li p {
}

.style-list ul li a {
    padding: 10px 15px;
    display: block;
}

.category-list ul {
    padding-left: 0;
}

.category-list ul li {
    background: #d2d2d2;
    display: block;
    position: relative;
    list-style: none;
    transition: all 400ms;
    top: 0;
}

.category-list ul li + li {
    margin-top: 15px;
}

.category-list ul li:hover {
    top: -10px;
    transition: all 400ms;
}

.category-list ul li .item-title {
    display: block;
    margin-bottom: 10px;
}

.category-list ul li a {
    padding: 10px 15px;
    display: block;
}

.row-style {
    margin-right: 0;
    margin-left: 0;
}

.row-style .style-item {
    padding: 0;
    margin-bottom: 30px;
    background: #d2d2d2;
    height: 214px;
    position: relative;
    overflow: hidden;
    top: 0;
    transition: all 400ms;
}

.row-style .style-item .style-img-hidden {
    overflow: hidden;
    display: inline-block;
    float: left;
}

.row-style .style-item:hover {
    top: -10px;
    transition: all 400ms;
}

.row-style .style-item:hover .style-img {
    -ms-transform: scale(1.2, 1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2, 1.2);
    /* Safari */
    transform: scale(1.2, 1.2);
    transition: all 400ms;
}

.row-style .style-item a {
    display: block;
    height: 100%;
}

.row-style .style-item .style-img {
    max-width: 320px;
    float: left;
    transition: all 400ms;
}

.row-style .style-item .style-title {
    font-size: 18px;
    float: left;
    display: block;
    font-weight: 600;
    margin-left: 15px;
    margin-top: 30px;
    width: calc(100% - 335px);
}

.row-style .style-item .style-excerpt {
    font-size: 14px;
    font-size: 500;
    float: left;
    margin-left: 15px;
    width: calc(100% - 335px);
}

.style-slider {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.style-slider .swiper-slide {
    text-align: center;
}

.style-slider .style-slide-next {
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
}

.style-slider .style-slide-prev {
    position: absolute;
    right: 37px;
    left: auto;
    bottom: 0;
    top: auto;
}

.style-slider .item-content {
    padding: 0 10px;
    text-align: left;
}

.gallery-list {
    padding: 0;
}

.gallery-list li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-left: -4px;
    padding: 10px;
}

.gallery-list li a {
    display: block;
    overflow: hidden;
}

.gallery-list li a img {
    max-width: 100%;
    transition: all 400ms;
}

.gallery-list li a:hover img {
    -ms-transform: scale(1.2, 1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2, 1.2);
    /* Safari */
    transform: scale(1.2, 1.2);
    transition: all 400ms;
}

.grid-gallery {
    margin-top: -30px;
}

.grid-gallery .col-md-4 {
    height: 250px;
    margin-top: 30px;
    transition: all 400ms;
}

.grid-gallery .col-md-4 a {
    display: block;
    overflow: hidden;
}

.grid-gallery .col-md-4 a img {
    transition: all 400ms;
}

.grid-gallery .col-md-4 a:hover img {
    -ms-transform: scale(1.2, 1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2, 1.2);
    /* Safari */
    transform: scale(1.2, 1.2);
    transition: all 400ms;
}

.grid-gallery .col-md-4 .center-wrapper {
    background: #000;
}

.slide-fullheight {
    background: #000;
}

.slide-fullheight .center-inner {
    text-align: center;
}

.slide-fullheight .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 1);
}

.slide-fullheight .swiper-pagination-bullet-active {
    background: red;
}

.type-head-title {
    display: inline-block;
    width: 100%;
    padding-bottom: 18px;
    font-weight: 600;
    border-bottom: 1px solid #bbb;
    margin-bottom: 25px;
}

/*SECTION SHOW*/

.desktop-0 {
    display: none;
}

.desktop-1 {
    display: block;
}

.tablet-1 {
    display: block;
}

.mobile-1 {
    display: block;
}

/*SECTION SHOW*/

.form-group {
    margin-bottom: 20px;
}
input[type="text"] {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    font-size: 15px;
    color: #494949;
}
input[type="text"]:focus {
    outline: 0;
    box-shadow: none;
}
input[type="email"] {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    font-size: 15px;
}
input[type="email"]:focus {
    outline: 0;
    box-shadow: none;
}
textarea {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    height: 135px;
    color: #494949;
    min-height: 135px;
}
textarea:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
label {
    display: block;
    position: relative;
}
label.title {
    font-weight: 500;
    margin: 20px 0;
}
label span {
    display: block;
    font-size: 15px;
    color: #494949;
    position: absolute;
    top: 14px;
    left: 15px;
    line-height: 1;
    pointer-events: none;
    z-index: 1;
}
label span.input-group-append {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    opacity: 1 !important;
}
input.date {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    width: 100% !important;
}
label span.input-group-append i {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
label.checkbox_label span {
    position: static;
    margin-left: 10px;
    margin-top: 3px;
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 40px);
    line-height: 1.4;
    pointer-events: inherit;
}
input[type="checkbox"] {
    font-size: 14px;
    font-weight: 600;
    -webkit-appearance: none;
    position: relative !important;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: 1;
    height: 18px;
}
input[type="checkbox"]:before {
    content: " ";
    display: inline-block;
    vertical-align: text-top;
    text-align: center;
    width: 18px;
    height: 18px;
    color: #66ddfb;
    border: 1px solid #bdbdbd;
}
input[type="checkbox"]:checked:before {
    border: 1px solid #000;
}
input[type="checkbox"]:checked:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;
    left: 3px;
    background: #ab0033;
    opacity: 1;
}

input[type="radio"] {
    font-size: 14px;
    font-weight: 600;
    -webkit-appearance: none;
    position: relative !important;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: 1;
    height: 18px;
}
input[type="radio"]:before {
    content: " ";
    display: inline-block;
    vertical-align: text-top;
    text-align: center;
    width: 18px;
    height: 18px;
    color: #66ddfb;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
}
input[type="radio"]:checked:before {
    border: 1px solid #000;
}
input[type="radio"]:checked:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background: #ab0033;
    border-radius: 50%;
    opacity: 1;
}

.checkbox_label.label_inline {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

select {
    border: 1px solid #d7d7d7;
    height: 45px;
    line-height: 45px;
    width: 100%;
    -webkit-appearance: none;
    background: url(/frontend/img/select-box-icon.svg) no-repeat;
    background-size: 15px;
    background-position: 98% 50%;
    font-size: 15px;
    padding: 0 0.75rem;
    color: #494949;
}

button[type="submit"] {
    display: block;
    margin: 0 auto;
}

.btn_black_bordered {
    border: 1px solid #000;
    border-radius: 4px;
    color: #000;
    background: transparent;
    box-shadow: none;
    outline: 0;
    padding: 14px 35px;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    transition: all 400ms;
}
.btn_black_bordered:hover {
    background: #000;
    color: #fff;
}

label.animate span {
    opacity: 0;
}
.kvkk_text a {
    font-size: 15px;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1420px;
}

.hidden_input {
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
    transition: all 400ms;
}

.hidden_input.active {
    height: 45px;
    margin-bottom: 20px;
}

#toast-container {
    position: fixed;
    z-index: 999999999999;
    pointer-events: none;
    width: 100%;
    right: 0;
}
#toast-container > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 30px 30px 30px 80px;
    width: 100%;
    border-radius: 0;
    background-position: 30px center;
    background-repeat: no-repeat;
    box-shadow: none;
    color: #ffffff;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}
.toast-top-right {
    top: 0px;
    right: 0px;
}
.toast-error {
    background-color: #e24445;
}
.t_m_t_0 {
    margin-top: 0;
}
.t_m_b_0 {
    margin-bottom: 0;
}
.p_m_b_0 {
    margin-bottom: 0;
}
.p_m_b_10 {
    margin-bottom: 10px;
}

.color_black {
    color: #000;
}
.color_white {
    color: #fff;
}
.color_red {
    color: #ab0033;
}
.color_grey {
    color: #494949;
}
.color_grey_light {
    color: #808180;
}

.btn_black {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    transition: all 400ms;
    position: relative;
    padding-right: 15px;
    display: inline-block;
}
.btn_black:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #000;
    transition: all 400ms;
}
.btn_black span {
    position: relative;
    vertical-align: middle;
    max-width: calc(100% - 45px);
    display: inline-block;
}
.btn_black svg {
    margin-right: 5px;
    position: relative;
}
.btn_black svg path {
    transition: all 400ms;
}
.btn_black:hover {
    color: #fff;
}
.btn_black:hover:before {
    width: 100%;
}
.btn_black:hover svg path {
    fill: #fff;
}

.btn_red {
    color: #ab0033;
    font-size: 16px;
    font-weight: 400;
    transition: all 400ms;
    position: relative;
    padding-right: 15px;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    align-items: center;
}
.btn_red:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #ab0033;
    transition: all 400ms;
}
.btn_red span {
    position: relative;
    vertical-align: middle;
    max-width: calc(100% - 45px);
}
.btn_red svg {
    margin-right: 5px;
    position: relative;
}
.btn_red svg path {
    transition: all 400ms;
}
.btn_red:hover {
    color: #fff;
}
.btn_red:hover:before {
    width: 100%;
}
.btn_red:hover svg path {
    fill: #fff;
}

.btn_green {
    color: #1D7128;
    font-size: 16px;
    font-weight: 400;
    transition: all 400ms;
    position: relative;
    padding-right: 15px;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    align-items: center;
}
.btn_green:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #1D7128;
    transition: all 400ms;
}
.btn_green span {
    position: relative;
    vertical-align: middle;
    max-width: calc(100% - 45px);
}
.btn_green svg {
    margin-right: 5px;
    position: relative;
}
.btn_green svg path {
    transition: all 400ms;
}
.btn_green:hover {
    color: #fff;
}
.btn_green:hover:before {
    width: 100%;
}
.btn_green:hover svg path {
    fill: #fff;
}

.btn_red_download {
    color: #ab0033;
    font-size: 16px;
    font-weight: 400;
    transition: all 400ms;
    position: relative;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    align-items: center;
}
.btn_red_download:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #ab0033;
    transition: all 400ms;
}
.btn_red_download span {
    position: relative;
    vertical-align: middle;
    max-width: calc(100% - 45px);
}
.btn_red_download svg {
    position: relative;
}
.btn_red_download svg path {
    transition: all 400ms;
}
.btn_red_download:hover {
    color: #fff;
}
.btn_red_download:hover:before {
    width: 100%;
}
.btn_red_download:hover svg path {
    fill: #fff;
}

.news_back_link {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: all 400ms;
    position: relative;
    padding-right: 15px;
    display: inline-block;
}
.news_back_link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: all 400ms;
}
.news_back_link span {
    position: relative;
    vertical-align: middle;
}
.news_back_link svg {
    margin-right: 5px;
    position: relative;
}
.news_back_link svg path {
    transition: all 400ms;
}
.news_back_link:hover {
    color: #ab0033;
}
.news_back_link:hover:before {
    width: 100%;
}
.news_back_link:hover svg path {
    fill: #ab0033;
}

.btn_white {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: all 400ms;
    position: relative;
    padding-right: 15px;
    display: inline-block;
}
.btn_white:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: all 400ms;
}
.btn_white span {
    position: relative;
    vertical-align: middle;
}
.btn_white svg {
    margin-right: 5px;
    position: relative;
}
.btn_white svg path {
    transition: all 400ms;
}
.btn_white:hover {
    color: #ab0033;
}
.btn_white:hover:before {
    width: 100%;
}
.btn_white:hover svg path {
    fill: #ab0033;
}

.highlight_text {
    color: rgba(128, 129, 128, 0.65);
    font-size: 40px;
    font-weight: 300;
    line-height: 1.1;
}
.section_flex .container-fluid {
    height: 100%;
}
.section_flex .container {
    height: 100%;
}
.section_flex .container .row {
    height: 100%;
}
.section_flex .container-fluid .row {
    height: 100%;
}

.tagline-highlight {
    font-family: "Playfair Display" !important;
}
/*h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display' !important; font-weight:400; }
h1 { font-size:55px; color:#494949; line-height: 72px; }
h2 { font-size:48px; color:#494949; line-height: 50px; }
h3 { font-size:40px; color:#494949; line-height: 50px; font-family: 'Montserrat', sans-serif !important; }*/
h4 {
    font-size: 28px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 14px;
}
p {
    font-size: 16px;
    line-height: 24px;
    color: #494949;
}
.ayrik-yazi-02 {
    letter-spacing: 0.2em;
}
hr {
    border: 0.5px solid #bdbdbd;
}

.project-gallery .swiper-pagination {
    display: none;
}

.project-gallery .swiper-button-prev,
.project-gallery .swiper-button-next {
    top: 10px;
    margin-top: 0;
}
.project-gallery .swiper-button-prev {
    background: url(/frontend/img/arrow-left.svg);
    left: 10px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}
.project-gallery .swiper-button-next {
    background: url(/frontend/img/arrow-right.svg);
    left: 52px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}
.project-gallery .swiper-button-next:hover {
    background: url(/frontend/img/arrow-right-h.svg);
}
.project-gallery .swiper-button-prev:hover {
    background: url(/frontend/img/arrow-left-h.svg);
}
.dark_overlay_10 {
    position: relative;
}
.dark_overlay_20 {
    position: relative;
}
.dark_overlay_30 {
    position: relative;
}
.dark_overlay_40 {
    position: relative;
}
.dark_overlay_50 {
    position: relative;
}
.dark_overlay_60 {
    position: relative;
}
.dark_overlay_70 {
    position: relative;
}
.dark_overlay_80 {
    position: relative;
}
.dark_overlay_90 {
    position: relative;
}

.dark_overlay_10 .container-fluid {
    position: relative;
}
.dark_overlay_10 .container {
    position: relative;
}
.dark_overlay_20 .container-fluid {
    position: relative;
}
.dark_overlay_20 .container {
    position: relative;
}
.dark_overlay_30 .container-fluid {
    position: relative;
}
.dark_overlay_30 .container {
    position: relative;
}
.dark_overlay_40 .container-fluid {
    position: relative;
}
.dark_overlay_40 .container {
    position: relative;
}
.dark_overlay_50 .container-fluid {
    position: relative;
}
.dark_overlay_50 .container {
    position: relative;
}
.dark_overlay_60 .container-fluid {
    position: relative;
}
.dark_overlay_60 .container {
    position: relative;
}
.dark_overlay_70 .container-fluid {
    position: relative;
}
.dark_overlay_70 .container {
    position: relative;
}
.dark_overlay_80 .container-fluid {
    position: relative;
}
.dark_overlay_80 .container {
    position: relative;
}
.dark_overlay_90 .container-fluid {
    position: relative;
}
.dark_overlay_90 .container {
    position: relative;
}
.dark_overlay_10:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}
.dark_overlay_20:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.dark_overlay_30:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.dark_overlay_40:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.dark_overlay_50:before {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #2B2B2B;
	background: -webkit-linear-gradient(0deg,rgba(43, 43, 43, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(0deg,rgba(43, 43, 43, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg,rgba(43, 43, 43, 1) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#2B2B2B",
	  endColorstr="#00000000",
	  GradientType=0
	);
}
.dark_overlay_60:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.dark_overlay_70:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.dark_overlay_80:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.dark_overlay_90:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.f_s_60 {
    font-size: 60px;
    line-height: 1.3;
}
.f_s_55 {
    font-size: 55px;
    line-height: 1.2;
}
.f_s_48 {
    font-size: 36px;
    line-height: 1.3;
}
.f_s_22 {
    font-size: 22px;
    line-height: 1.3;
}
@media screen and (max-width: 768px) {
    .f_s_48 {
        font-size: 30px !important;
    }
}
.f_s_40 {
    font-size: 40px;
    line-height: 1.3;
}
@media screen and (max-width: 768px) {
    .f_s_40 {
        font-size: 26px;
        line-height: 1.4;
    }
}

.f_s_36 {
    font-size: 36px;
    line-height: 1.2;
}
.f_s_30 {
    font-size: 30px;
    line-height: 1.2;
}
.f_s_24 {
    font-size: 24px;
    line-height: 1.2;
}
.f_s_20 {
    font-size: 20px;
    line-height: 1.2;
}
.f_s_18 {
    font-size: 18px;
    line-height: 1.2;
}
.f_s_16 {
    font-size: 16px;
    line-height: 1.2;
}
.f_s_14 {
    font-size: 14px;
    line-height: 1.5;
}
.f_w_900 {
    font-weight: 900;
}
.f_w_800 {
    font-weight: 800;
}
.f_w_700 {
    font-weight: 700;
}
.f_w_600 {
    font-weight: 600;
}
.f_w_500 {
    font-weight: 500;
}
.f_w_400 {
    font-weight: 400;
}
.f_w_300 {
    font-weight: 300;
}
.video_btn_section {
    margin-bottom: 20px;
    display: block;
    text-align: center;
}
.video_btn_section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    transform: translate3d(0, 0, 0);
    z-index: 2;
    width: 100%;
    height: 100%;
    content: "";
}

.video_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    transition: all 400ms;
}
.video_modal video {
    width: 100%;
    height: 100%;
}
.video_modal .modal_body {
    position: absolute;
    width: 80vw;
    height: 80vh;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, 150%, 0);
    z-index: 2;
    transition: all 400ms;
}
.video_modal.modalling .modal_body {
    width: 68vw;
}
.video_modal .modal_body iframe {
    width: 100%;
    height: 100%;
}
.video_modal .modal_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition: all 400ms;
    opacity: 0;
}
.video_modal .modal_close {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 40px;
    height: 40px;
    z-index: 2;
    background: url("/frontend/img/close-icon.svg");
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: all 400ms;
    opacity: 0;
}
.video_modal.active .modal_body {
    transform: translate3d(-50%, -50%, 0);
}
.video_modal.active .modal_close {
    opacity: 1;
}
.video_modal.active .modal_overlay {
    opacity: 1;
}
.video_modal video {
    width: 100%;
}
.project-gallery .slide-normal {
    border: 1px solid #eeee;
}
.project-gallery .slide-normal .swiper-slide {
    height: 71.58590308370044vh;
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
}
.project-gallery .slide-normal .swiper-slide img {
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
.slide-normal .swiper-slide {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*height:650px;*/
}
@media screen and (max-width: 991px) {
    .slide-normal .swiper-slide {
    }
}

.home_project .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#home_section_project {
    height: calc(80vh - 80px);
    margin-top: 80px;
    margin-bottom: -80px;
}
#home_column_project {
    height: 100%;
    padding: 0;
}

#home_column_project .home_project {
    height: 100%;
}
#home_column_project .home_project .swiper-slide {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: row;
    position: relative;
    padding: 0 10% 80px 30px;
}
#home_column_project .home_project .swiper-slide .btn_arrow {
    display: inline-block;
}
#home_column_project .home_project .swiper-slide .project_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
}
#home_column_project .home_project .swiper-slide .item_content {
    position: relative;
}

.home_project_pagination {
    position: absolute;
    bottom: auto !important;
    left: auto !important;
    right: 40px !important;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: auto !important;
}
.home_project_pagination .swiper-pagination-bullet {
    width: 40px;
    height: 25px;
    position: relative;
    display: block;
    color: #fff;
    background: transparent;
    opacity: 1;
    margin: 10px 0 !important;
}
.home_project_pagination .swiper-pagination-bullet span {
    opacity: 0;
    transition: all 400ms;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
}
.home_project_pagination .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0);
    transition: all 400ms;
}
.home_project_pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: transparent;
}
.home_project_pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    width: 1px;
    height: 100%;
    border-radius: 0;
}
.home_project_pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active
    span {
    opacity: 1;
}

.btn_arrow {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: all 400ms;
    position: relative;
    padding-right: 15px;
}
.btn_arrow:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: all 400ms;
}
.btn_arrow span {
    position: relative;
}
.btn_arrow svg {
    margin-right: 5px;
    position: relative;
}
.btn_arrow svg path {
    transition: all 400ms;
}
.btn_arrow:hover {
    color: #ab0033;
}
.btn_arrow:hover:before {
    width: 100%;
}
.btn_arrow:hover svg path {
    fill: #ab0033;
}
#home_map {
    height: 600px;
}
.gm-style .gm-style-iw-c {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.gm-style .gm-style-iw-d {
    overflow: auto !important;
}
/*.gm-style .gm-style-iw-t::after {
	display: none;
}*/
.gm-style-iw button {
    display: none !important;
}
/*.gmnoprint {
	display: none !important;
}*/
.gm-style-mtc {
    display: none !important;
}
.gm-svpc {
    display: none !important;
}
.gm-fullscreen-control {
    display: none !important;
}
.map_info_cont {
    max-width: 440px;
    width: 100%;
    position: relative;
    padding-top: 40px;
}
.map_info_text {
    background: #fffdf7;
    padding: 30px;
    position: relative;
}
..map_info_text p {
    margin-bottom: 0;
}
.map_info_close {
    background: #fffdf7;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -40px;
    padding-top: 10px;
    text-align: center;
    cursor: pointer;
}
.map_info_close img {
    max-width: 20px;
}

.map_info_text ul {
    padding: 0;
    margin: 0;
}
.map_info_text ul li {
    display: block;
    list-style: none;
    position: relative;
    color: #494949;
    font-weight: 400;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5;
    padding-left: 25px;
    margin-bottom: 10px;
}
.map_info_text ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid #ab0033;
}

.list_style_red {
    padding: 0;
    margin: 0;
}
.list_style_red li {
    display: block;
    list-style: none;
    position: relative;
    color: #494949;
    font-weight: 400;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5;
    padding-left: 25px;
    margin-bottom: 10px;
}
.list_style_red li:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid #ab0033;
}

.list_style_white {
    padding: 0;
    margin: 0;
}

.list_style_white li {
    display: block;
    list-style: none;
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5;
    padding-left: 25px;
    margin-bottom: 10px;
}
.list_style_white li:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
}

.list_style_gray {
    padding: 0;
    margin: 0;
}

.list_style_gray li {
    display: block;
    list-style: none;
    position: relative;
    color: #494949;
    font-weight: 400;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5;
    padding-left: 25px;
    margin-bottom: 10px;
}
.list_style_gray li:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid #494949;
}

.section_flex .tagline_module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section_flex .tagline_content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.section_flex .align-items-center .tagline_content {
    justify-content: center;
}

.news_slider {
    padding-bottom: 50px;
}
.news_slider .item_image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
    transition: all 400ms;
}
.news_slider .swiper-slide {
    height: auto;
}
.news_slider .item_content {
    position: relative;
    border: 1px solid #e0e0e0;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.news_slider .item_content a {
    display: block;
}
.news_slider .item_content .item_text {
    transform: translate3d(0, 0, 0);
    transition: transform 400ms;
    height: calc(100% - 300px);
    position: relative;
}
.news_slider .item_content .news_title {
    font-size: 16px;
    font-weight: 400;
    color: #494949;
    display: block;
    padding: 20px 20px 15px;
    transition: all 400ms;
}
.news_slider .item_content svg {
    opacity: 0;
    margin-left: 20px;
    transition: all 400ms;
}
.news_slider .item_content:hover {
    background: rgb(171, 0, 51);
}
.news_slider .item_content:hover svg {
    opacity: 1;
}
.news_slider .item_content:hover .item_text {
    background: rgb(171, 0, 51);
    transform: translate3d(0, -30px, 0);
}
.news_slider .item_content:hover .item_image {
    opacity: 1;
}
.news_slider .item_content:hover .news_title {
    color: #fff;
}
.news_slider .item_content:hover .item_date {
    color: #fff;
}
.accourdion-prev {
    top: 0;
    left: auto;
    margin: 0;
    right: 41px;
    background: transparent;
    width: 40px;
    height: 40px;
    opacity: 1;
    background: #ab0033;
    pointer-events: inherit !important;
}
.accourdion-next {
    top: 0;
    margin: 0;
    right: 0;
    background: transparent;
    width: 40px;
    height: 40px;
    opacity: 1;
    background: #ab0033;
    pointer-events: inherit !important;
}
.accourdion-next svg path {
    fill: #fff;
}
.accourdion-prev svg path {
    fill: #fff;
}
.accourdion-next svg rect {
    stroke: #ab0033;
}
.accourdion-prev svg rect {
    stroke: #ab0033;
}
.accourdion-prev:hover,
.accourdion-next:hover {
    background: #000;
}
.accourdion-prev:hover svg rect,
.accourdion-next:hover svg rect {
    stroke: #000;
}
.news_slider .news_next,
.tools .accourdion-next {
    display: none;
}
.news_slider .news_prev,
.tools .accourdion-prev {
    display: none;
}
.type_header {
    max-width: 100%;
    position: relative;
}

.type_header .news_next,
.tools .accourdion-next {
    opacity: 1;
    position: absolute;
    right: 0;
    left: auto;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    background: transparent;
    width: 40px;
    height: 40px;
    margin-top: 0;
}
.type_header .news_prev,
.tools .accourdion-prev {
    opacity: 1;
    position: absolute;
    left: auto;
    right: 42px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    background: transparent;
    width: 40px;
    height: 40px;
    margin-top: 0;
}
.type_header .news_next {
    right: 28px;
}
.type_header .news_prev {
    right: 70px;
}

.type-news .type_header .news_next {
    right: 0;
}
.type-news .type_header .news_prev {
    right: 42px;
}

.type_header .news_prev svg,
.type_header .news_next svg,
.tools .accourdion-prev svg,
.tools .accourdion-next svg {
    transition: all 400ms;
}

.tools .plus:hover svg,
.type_header .news_next:hover svg,
.type_header .news_prev:hover svg,
.tools .accourdion-next:hover svg,
.tools .accourdion-prev:hover svg {
    background: #000;
}

.tools .plus:hover svg line,
.type_header .news_next:hover svg path,
.tools .accourdion-next:hover svg path,
.type_header .news_prev:hover svg path,
.tools .accourdion-prev:hover svg path {
    fill: #fff;
}

.col_border {
    position: relative;
}
.col_border:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-image: url(/frontend/img/col-border.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.f_f_playfair {
    font-family: "Playfair Display", sans-serif;
}
.f_f_montserrat {
    font-family: "Montserrat", sans-serif;
}
@keyframes lined_section_1 {
    0% {
        height: 0;
    }
    50% {
        height: 40px;
        top: calc(100% - 40px);
    }
    100% {
        top: 100%;
    }
}
.lined_section_1 {
    position: relative;
}
.lined_section_1:after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% - 40px);
    width: 1px;
    height: 0;
    background: #fff;
    z-index: 1;
    animation-name: lined_section_1;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.lined_section_2 {
    position: relative;
}
.lined_section_2:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 60px;
    background: #ab0033;
    z-index: 1;
}
.box-content {
    align-self: stretch;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.document_widget_title {
    margin-bottom: 40px;
}
.document_cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.document_cont a {
    flex: 0 0 auto;
    width: calc(33.333333% - 30px);
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 10px;
    margin: 10px 15px;
    transition: all 400ms;
    text-align: right;
}
.document_cont a .document_title {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 40px);
    width: 100%;
    font-size: 14px;
    color: #4f4f4f;
    font-weight: 700;
}
.document_cont a svg {
    display: inline-block;
    vertical-align: middle;
    transition: all 400ms;
}
.document_cont a:hover svg {
    background: #ab0033;
}
.document_cont a:hover svg path {
    fill: #fff;
}

.page_isotope .item_image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 400ms;
}
.page_isotope .item-text {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(8, 8, 8, 0.6) 100%
    );
    background: -webkit-linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(8, 8, 8, 0.6) 100%
    );
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(8, 8, 8, 0.6) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#3e3e3e",GradientType=1);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    transition: all 400ms;
}
.style-isotope.page_isotope .grid-item:hover .item_image {
    transform: scale(1.1);
}

.modal_project {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 10000;
    opacity: 0;
    transition: all 400ms;
}
.modal_project .modal_content {
    width: 80vw;
    height: 80vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    background: #fff;
    z-index: 2;
    padding: 40px;
}
.modal_project .modal_content .modal_header {
    position: relative;
    margin-bottom: 40px;
}
.modal_project .modal_content .modal_header .prev_project {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.modal_project .modal_content .modal_header .prev_project:hover svg {
    background: #000;
}
.modal_project .modal_content .modal_header .prev_project:hover svg path {
    fill: #fff;
}
.modal_project .modal_content .modal_header .prev_project.disabled {
    display: none;
}
.modal_project .modal_content .modal_header .next_project {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
}
.modal_project .modal_content .modal_header .next_project:hover svg {
    background: #000;
}
.modal_project .modal_content .modal_header .next_project:hover svg path {
    fill: #fff;
}
.modal_project .modal_content .modal_header .next_project.disabled {
    display: none;
}
.modal_project .modal_content .modal_header h2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
    line-height: 1;
}
.modal_project .modal_content .modal_body {
    height: calc(80vh - 160px);
}
.modal_project .modal_content .modal_body .content_wrapper {
    margin-top: 0;
    height: 100%;
}
.modal_project .modal_content .modal_body section {
    height: 100%;
}
.modal_project .modal_content .modal_body .container-fluid {
    height: 100%;
}
.modal_project .modal_content .modal_body .container {
    height: 100%;
}
.modal_project .modal_content .modal_body .row {
    height: 100%;
}
.modal_project .modal_content .modal_body .col8 {
    height: 100%;
    padding-left: 0;
}
.modal_project .modal_content .modal_body .col8 .swiper-container {
}
.modal_project .modal_content .modal_body .col8 .swiper-slide {
    background-size: contain;
    background-position: top;
}
.modal_project .modal_content .modal_body .swiper-pagination {
    display: none;
}
.modal_project .modal_content .modal_body .slide-normal-next {
    background-image: url(/frontend/img/arrow-right-white.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    top: auto;
    bottom: 0;
    left: 45px;
}
.modal_project .modal_content .modal_body .slide-normal-prev {
    background-image: url(/frontend/img/arrow-left-white.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    top: auto;
    bottom: 0;
    left: 0;
}

.modal_project .modal_content .modal_close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.modal_project .modal_content .modal_close:hover svg {
    background: #000;
}
.modal_project .modal_content .modal_close:hover svg path {
    stroke: #fff;
}
.modal_project .modal_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.modal_kisi {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 10000;
    opacity: 0;
    transition: all 400ms;
}
.modal_kisi .modal_content {
    width: 60vw;
    max-height: 60vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    background: #fff;
    z-index: 2;
    padding: 40px;
}
.modal_kisi .modal_content .modal_header {
    position: relative;
    margin-bottom: 40px;
}
.modal_kisi .modal_content .modal_header .prev_kisi {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.modal_kisi .modal_content .modal_header .prev_kisi:hover svg {
    background: #000;
}
.modal_kisi .modal_content .modal_header .prev_kisi:hover svg path {
    fill: #fff;
}
.modal_kisi .modal_content .modal_header .prev_kisi.disabled {
    display: none;
}
.modal_kisi .modal_content .modal_header .next_kisi {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
}
.modal_kisi .modal_content .modal_header .next_kisi:hover svg {
    background: #000;
}
.modal_kisi .modal_content .modal_header .next_kisi:hover svg path {
    fill: #fff;
}
.modal_kisi .modal_content .modal_header .next_kisi.disabled {
    display: none;
}
.modal_kisi .modal_content .modal_header h2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
    line-height: 1;
}
.modal_kisi .modal_content .modal_body {
    max-height: calc(60vh - 160px);
    overflow-y: auto;
}
.modal_kisi .modal_content .modal_body .content_wrapper {
    margin-top: 0;
    height: 100%;
}
.modal_kisi .modal_content .modal_body section {
    height: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.modal_kisi .modal_content .modal_body .container-fluid {
    height: 100%;
}
.modal_kisi .modal_content .modal_body .container {
    height: 100%;
}
.modal_kisi .modal_content .modal_body .row {
    height: 100%;
    align-items: center;
}
.modal_kisi .modal_content .modal_body .col8 {
    height: 100%;
    padding-left: 0;
}
.modal_kisi .modal_content .modal_body .col8 .swiper-container {
    height: 100%;
}
.modal_kisi .modal_content .modal_body .col8 .swiper-slide {
    height: 100%;
}
.modal_kisi .modal_content .modal_body .swiper-pagination {
    display: none;
}
.modal_kisi .modal_content .modal_body .slide-normal-next {
    background-image: url(/frontend/img/arrow-right-white.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    top: auto;
    bottom: 30px;
    left: 75px;
}
.modal_kisi .modal_content .modal_body .slide-normal-prev {
    background-image: url(/frontend/img/arrow-left-white.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    top: auto;
    bottom: 30px;
    left: 30px;
}

.modal_kisi .modal_content .modal_close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.modal_kisi .modal_content .modal_close:hover svg {
    background: #000;
}
.modal_kisi .modal_content .modal_close:hover svg path {
    stroke: #fff;
}
.modal_kisi .modal_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

ul.news_grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-left: 0;
}
ul.news_grid li {
    list-style: none;
    max-width: calc(50% - 30px);
    width: 100%;
    margin: 0 15px 30px 15px;
}
@media screen and (max-width: 991px) {
    ul.news_grid li {
        max-width: 100%;
    }
}
ul.news_grid li a {
    display: flex;
    flex-direction: row;
    transition: all 400ms;
    flex-wrap: wrap;
}
ul.news_grid li a .news_image {
    max-width: 50%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 235px;
    display: flex;
    flex-direction: column;
}
ul.news_grid li a .news_info {
    max-width: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
@media screen and (max-width: 991px) {
    ul.news_grid li a .news_image {
        max-width: 40%;
    }
    ul.news_grid li a .news_info {
        max-width: 60%;
    }
}
ul.news_grid li a .news_info .news_date {
    display: block;
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}
ul.news_grid li a .news_info .news_title {
    display: block;
    color: #494949;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

ul.news_grid li a:hover {
    background: #ab0033;
}
ul.news_grid li a:hover .news_info .news_date {
    color: #fff;
}
ul.news_grid li a:hover .news_info .news_title {
    color: #fff;
}

.grid_pagination {
    text-align: center;
}
.grid_pagination ul {
    padding: 0;
    margin: 0;
}
.grid_pagination ul li {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 5px;
}
.grid_pagination ul li a {
    display: block;
    font-size: 18px;
    color: #494949;
    line-height: 1;
}
.grid_pagination ul li.current a {
    color: #ab0033;
    font-weight: 700;
}

.news_info_section {
    height: auto;
    padding-top: 30px;
    background-size: cover;
    position: relative;
    padding-bottom: 30px;
}
.news_info_section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(171, 0, 51);
    mix-blend-mode: multiply;
}
.news_info_section .container {
    position: relative;
}
.news_info_section h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.3;
}
@media screen and (max-width: 991px) {
    .news_info_section h1 {
        font-size: 30px;
    }
}
.news_info_section .news_date {
    color: #fff;
    display: block;
    font-size: 16px;
    color: #bdbdbd;
}

.news_back_link {
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
}
.news_back_link svg {
    margin-right: 15px;
}
.news_back_link span {
}

.news_back_link:hover {
}

.news_slider_c .item_image {
    height: 235px;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}
.news_slider_c .news_date {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    color: #4f4f4f;
}
.news_slider_c .item_text {
}
.news_slider_c .news_title {
    font-size: 16px;
    color: #494949;
    display: block;
    margin-bottom: 20px;
}

.type-news .type_header h2 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin: 0;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.video_btn_section iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.type-projects #wrapper .content_wrapper section:first-child:after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% - 40px);
    width: 1px;
    height: 0;
    background: #fff;
    z-index: 1;
    animation-name: lined_section_1;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.type-projects #wrapper .content_wrapper section:nth-child(2) {
    padding-top: 120px !important;
    position: relative;
}
.type-projects #wrapper .content_wrapper section:nth-child(2):after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 60px;
    background: #ab0033;
    z-index: 1;
}
.slide-normal .swiper-slide.project_gallery_contain {
    background-size: contain;
    border: 1px solid #f2f2f2;
}
.pair-2415 header {
    background: #fafafa;
}
.pair-2415 header.fixed_top {
    background: #fff;
}

header.hovered .navbar-main .navbar-nav li.search svg path {
    stroke: #fff;
}
header.hovered .navbar-main .navbar-nav li.lang svg path {
    stroke: #fff;
}

.type-projects #column_181819 {
    padding-right: 50px;
}
.project_details {
    margin-top: 35px;
}
.project_details h6 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
    color: #494949;
}
.project_details h6.genel_bakis {
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
    color: #494949;
}
.project_details div.project_desc {
    background: #ab0033;
    padding: 30px;
}
.project_details div.project_desc h6 {
    color: #fff;
    margin-top: 0;
}
.project_details div.project_desc p {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.project_details div.project_desc p:last-child {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}
.project_details div.hizmet_kapsami_desc {
}
.project_details div.hizmet_kapsami_desc .service_item_t {
    font-weight: 500;
    color: #ab0033;
}
.project_details div.hizmet_kapsami_desc .child_list {
    padding: 10px 15px;
}
.project_details div.hizmet_kapsami_desc a {
    display: block;
    padding: 5px 0;
    color: #ab0033;
    font-weight: 500;
}
.project_details div.hizmet_kapsami_desc .tag_item {
    background: #eee;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    margin: 2px 2px 2px 0;
}
.project_details div.hizmet_kapsami_desc .tag_item a {
    font-size: 13px;
    padding: 10px;
    display: block;
    transition: all 400ms;
}
.project_details div.hizmet_kapsami_desc .tag_item a:hover {
    background: #ab0033;
    color: #fff;
}
.project_details div.konum {
    font-weight: 500;
    color: #494949;
}
.project_details div.donem {
    font-weight: 500;
    color: #494949;
}
.project_details div.is_veren {
    font-weight: 500;
    color: #494949;
}

@media screen and (min-width: 991px) {
    .pos-relative .row {
        position: relative;
    }
    .gallery-text {
        position: absolute;
        top: 465px;
        right: 0;
        display: none;
    }
}

.btn_red_arrow_right {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
}
.btn_red_arrow_right:hover {
    color: #000;
}
.btn_red_arrow_right::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: block;
    background: url(/frontend/img/right-arrow.svg);
    background-repeat: no-repeat;
}

nav ul li.lang {
    position: relative;
}
nav ul li ul {
    display: none;
    position: absolute;
    top: 75px; /*width:90px;*/ /*background:#fff;*/
    padding: 0;
}
nav ul li:hover ul {
    /*display:block !important;*/
}
nav ul li ul li {
    display: block;
    width: 100%;
    right: 0;
    text-align: center;
}

.filter-input-group {
    margin-bottom: 30px;
    position: relative;
}
.filter-input-group:before {
    position: absolute;
    right: 0;
    top: 18px;
    right: 9px;
    content: "";
    background: url("/frontend/img/arrow-down.svg");
    width: 15px;
    height: 8px;
    transition: all 400ms;
}
.filter-input-group select {
    height: 40px;
    line-height: 40px;
    border: none;
    border-bottom: 1px solid #bdbdbd;
}

.filter-search-group {
    position: relative;
}
.filter-search-group:before {
    position: absolute;
    right: 0;
    top: 5px;
    right: 5px;
    content: "";
    background: url("/frontend/img/search.svg");
    width: 24px;
    height: 24px;
    background-size: contain;
}
.filter-search-group input {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border: none;
    border-bottom: 1px solid #bdbdbd;
    width: 100%;
    background: #fafafa;
}
.filter-search-group input::placeholder {
    font-style: italic;
}
.btn_filter_clear {
    display: none !important;
}
.btn_filter_clear.active {
    display: flex !important;
}

.filter label {
    cursor: pointer !important;
    display: inline-block;
}
.show-services > span {
    display: block;
    font-size: 15px;
    color: #494949;
    height: 40px;
    padding: 7px 0.75rem;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #bdbdbd;
}
.show-locations > span {
    display: block;
    font-size: 15px;
    color: #494949;
    height: 40px;
    padding: 7px 0.75rem;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #bdbdbd;
}
label.filter-plus-checkbox {
    font-size: 16px;
    color: #494949;
    display: block;
    padding: 15px 0 5px;
    border-bottom: 1px solid #bdbdbd;
    position: relative;
}
label.filter-plus-checkbox input {
    display: none;
}
label.filter-plus-checkbox > svg {
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    transition: all 400ms;
}
label.filter-plus-checkbox.active > svg {
    transform: translate3d(0, 0, 0) rotate(-45deg);
}
label.filter-plus-checkbox.active > svg path {
    stroke: #ab0033;
}
.filter-plus-checkbox.active {
    color: #ab0033;
    font-weight: 500;
}

table#projects tbody {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    align-items: stretch;
    align-content: stretch;
}

table#projects tbody tr .post-cover,
.featured-posts .post-cover {
    height: 300px;
    background-size: cover;
    background-position: center;
}
@media screen and (max-width: 991px) {
    table#projects tbody tr .post-cover,
    .featured-posts .post-cover {
        height: 200px;
    }
}
table#projects tbody tr .detail,
.featured-posts .detail {
    padding: 20px;
}
.dataTables_processing {
    position: absolute;
    display: none;
}
.featured-posts {
    padding: 0 10px;
}

table#projects tbody tr {
    flex: 0 0 33%;
    width: 33%;
    margin-top: 15px;
}
@media screen and (max-width: 991px) {
    table#projects tbody tr {
        flex: 0 0 100%;
        width: 100%;
    }
}
table#projects tbody tr > td,
table#projects tbody tr > td > div {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
table#projects tbody tr > td.sorting_1,
table#projects tbody tr > td.sorting_1 {
    display: none;
}
table#projects tbody tr > td > div {
    border: 1px solid #e0e0e0;
}

.features-post-box {
    border: 1px solid #e0e0e0;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

table#projects h4,
.featured-posts h4 {
    font-size: 30px;
    font-family: "Playfair Display", sans-serif;
    font-weight: normal;
    color: #494949;
}

#projects_wrapper .dataTables_paginate {
    font-family: "Montserrat", sans-serif;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
}
#projects_wrapper .dataTables_paginate .paginate_button {
    padding: 10px;
    cursor: pointer;
    color: #333;
}
#projects_wrapper .dataTables_paginate .paginate_button.current {
    color: #ab0033;
}

@media screen and (min-width: 991px) {
    .design_section {
        max-width: 1440px;
        margin: 0 auto;
        margin-top: 80px;
        margin-bottom: 80px;
        padding: 100px;
    }
}

section .container-fluid .container {
    padding: 0;
}
@media screen and (max-width: 1440px) {
    /*.project-gallery .slide-normal .swiper-slide {
		height:625px;
	}*/
}
@media screen and (max-width: 575px) {
    #home_section_project {
        height: auto;
    }
    #home_column_project .home_project .swiper-slide {
        background: #fff;
    }

    .home_project_pagination {
        width: 100%;
        left: 0 !important;
        right: auto !important;
        top: 250px !important;
        bottom: auto !important;
        width: 100% !important;
        text-align: center;
        transform: translate3d(0, 0, 0);
    }
    .home_project_pagination .swiper-pagination-bullet {
        display: inline-block;
        height: 30px;
        /*color:#ab0033;*/
    }
    .home_project_pagination .swiper-pagination-bullet:after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        /*background: #ab0033;*/
        border-radius: 50%;
        bottom: 0;
        top: auto;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        transition: all 400ms;
    }
    .home_project_pagination
        .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
        height: 1px;
        width: 100%;
    }
}

[name="filter_search"]::-webkit-search-cancel-button,
[name="filter_search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.paginate_button.previous,
.paginate_button.next {
    background-repeat: no-repeat;
    width: 15px;
    height: 8px;
    display: inline-block;
    font-size: 0;
}
.paginate_button.previous {
    background-image: url("/frontend/img/paginate-left.svg");
}
.paginate_button.previous:hover {
    background-image: url("/frontend/img/paginate-left-active.svg");
}
.paginate_button.next {
    background-image: url("/frontend/img/paginate-right.svg");
}
.paginate_button.next:hover {
    background-image: url("/frontend/img/paginate-right-active.svg");
}
.project-category-accordion .swiper-slide {
    background: #fff;
    padding: 22px;
}
.project-category-accordion .swiper-slide .cover {
    height: 234px;
    background-size: cover;
    background-position: center;
}
.project-category-accordion .swiper-slide h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    padding-top: 10px;
}

.accordion-title {
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin-top: 50px;
}
.card-header {
    padding-top: 0 !important;
}

.accordion .card .card-header {
    display: flex;
    flex-direction: row;
}
.accordion .card .card-header .tools {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 22px;
}
.accordion .card .card-header .tools .plus {
    bottom: 0;
    margin-bottom: -20px;
    background: #ab0033;
}
.accordion .card .card-header .tools .plus svg line {
    stroke: #fff;
}
.accordion .card .card-header .tools .plus:hover {
    background: #000;
}
.accordion .card .card-header .tools .plus:hover rect {
    stroke: #000;
}
.accordion .card .card-header .tools img {
    position: relative;
    margin-right: -1px;
}
.accordion .swiper-slide {
    height: auto !important;
}
.project-category-accordion .swiper-wrapper {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

/*.arge-slider { max-width:650px; height:100%; display:flex; margin:0 auto; overflow:hidden; }
.arge-slider .swiper-wrapper { height:100%; align-items:center; flex-direction:row; }
.arge-slider .swiper-wrapper .swiper-slide { height:auto !important; }

.arge-slider .swiper-wrapper .swiper-slide > div { align-items:center; margin-top:140px; }
.arge-slider .swiper-wrapper .swiper-slide h3:first-child { font-size:90px; color:#fff; text-align:center; margin-top:10px; width:240px; font-family:"Playfair Display", sans-serif; height: 50px; }
.arge-slider .swiper-wrapper .swiper-slide h3:last-child { width:calc(100% - 240px); left:240px; padding-left:50px; color:#fff; font-size:48px; line-height:60px; top:0; font-family:'Montserrat', sans-serif; font-weight:200; text-align:left; }

.arge-slider .arge-slide-prev { background:url(/frontend/img/left-arrow-arge.svg); width:120px; height:120px; top:22px; left:0; }
.arge-slider .arge-slide-next { background:url(/frontend/img/right-arrow-arge.svg); width:120px; height:120px; top:22px; left:120px; }
.arge-slider .slider-title { position:absolute; top:32px; left:280px; font-size:35px; color:#A78E64; }
.arge-slider .slider-title:before { content:""; top:-32px; left:-41px; background:url(/frontend/img/slider-bg.svg); background-repeat:no-repeat; width:477px; height:477px; background-position: left top; background-size:contain; position:absolute; }
*/

.arge_slider_header {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 720px;
    margin: 0 auto;
    align-items: center;
}
.arge_slider_header:before {
    content: "";
    width: 100%;
    height: 1px;
    background: url(/frontend/img/arge-slider-title-line.svg) no-repeat;
    background-size: cover;
    background-position: right;
    position: absolute;
    bottom: 0;
    right: 0;
}
.arge_slider_title {
    font-size: 35px;
    color: #a78e64;
    padding-left: 40px;
    font-family: "Playfair Display", sans-serif;
}
.arge_slider_col .arge_slide_prev {
    background: transparent;
    height: 120px;
    width: 120px;
    left: 0;
    top: 0;
    margin: 0;
    position: static;
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .arge_slider_col {
    }
    .arge_slider_col .arge_slide_prev {
        margin-left: calc(50% - 120px);
    }
}
.arge_slider_col .arge_slide_next {
    background: transparent;
    height: 120px;
    width: 120px;
    left: 120px;
    top: 0;
    margin: 0 0 0 -1px;
    position: static;
    opacity: 1;
    transition: all 400ms;
}
.arge_slider_col .arge_slide_prev svg {
    transition: all 400ms;
}
.arge_slider_col .arge_slide_prev svg path {
    transition: all 400ms;
}
.arge_slider_col .arge_slide_prev:hover svg {
    background: #a78e64;
}
.arge_slider_col .arge_slide_prev:hover path {
    transform: translate3d(-10px, 0, 0);
    fill: #fff;
}
.arge_slider_col .arge_slide_next svg {
    transition: all 400ms;
}
.arge_slider_col .arge_slide_next svg path {
    transition: all 400ms;
}
.arge_slider_col .arge_slide_next:hover svg {
    background: #a78e64;
}
.arge_slider_col .arge_slide_next:hover path {
    transform: translate3d(10px, 0, 0);
    fill: #fff;
}

.arge_slider_cont {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.arge_slider_s_1 {
    max-width: 239px;
    height: 340px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
@media screen and (max-width: 991px) {
    .arge_slider_title {
        width: 100%;
        padding-left: 0;
        text-align: center;
        line-height: 80px;
    }
}
@media screen and (max-width: 550px) {
    .arge_slider_s_1 {
        max-width: 50%;
    }
}
.arge_slider_s_2 {
    max-width: calc(100% - 240px);
    margin-left: 0;
    margin-right: 0;
}
/*.arge_slider .left_bg {
	content:"";
	max-width:240px;
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	background: #000;
}
.arge_slider .right_bg {
	content:"";
	max-width:calc(100% - 240px);
	width:100%;
	height:100%;
	position: absolute;
	right:0;
	top:0;
	background: #000;
}*/
.arge_slider_s_1:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(/frontend/img/slider-bg.svg) no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 1px;
    height: 100%;
}
.arge_slider .swiper-wrapper {
    position: static;
}
.arge_slider .swiper-wrapper .swiper-slide {
    position: static;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.arge_slider_s_1 .t_h3_cont {
    flex-direction: column;
    max-width: 240px;
    width: 100%;
}
.arge_slider_s_1 .t_h3_cont h3 {
    font-family: "Playfair Display", sans-serif;
    font-size: 90px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .arge_slider_s_1 .t_h3_cont h3 {
        font-size: 50px;
    }
}

.arge_slider_s_2 .t_h3_cont {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.arge_slider_s_2 .t_h3_cont h3 {
    font-size: 48px;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    color: #fff;
    line-height: 1.3;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
}

@media screen and (max-width: 991px) {
    .arge_slider_s_2 .t_h3_cont h3 {
        font-size: 24px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

#column_tarihce {
    height: 800px;
    overflow-x: auto;
}

#column_tarihce::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 0;
    background-color: transparent;
}

#column_tarihce::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}

#column_tarihce::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: transparent;
}
#section_tarihce_title {
    position: relative;
}
#column_tarihce_title .tarihce_prev {
    background: url(/frontend/img/prev-icon.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 11px;
    height: 20px;
    position: absolute;
    right: 60px;
    top: calc(50% + 10px);
    transform: translate3d(0, -50%, 0);
    cursor: pointer;
}
#column_tarihce_title .tarihce_next {
    background: url(/frontend/img/next-icon.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 11px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: calc(50% + 10px);
    transform: translate3d(0, -50%, 0);
    cursor: pointer;
}
.tarihce_cont {
    display: flex;
    flex-direction: row;
}
.tarihce_cont .tarihce_item {
    display: flex;
    flex-direction: column;
    position: relative;
}
.tarihce_cont .tarihce_item .item_date {
    position: absolute;
}
.tarihce_cont .tarihce_item .item_date span.item_date_s {
}
.tarihce_cont .tarihce_item .item_date span.item_date_c {
}
.tarihce_cont .tarihce_item .item_content {
    max-width: 450px;
    width: 100%;
}
.tarihce_cont .tarihce_pagination {
}

.tarihce_dates {
    display: flex;
    flex-direction: row;
    position: relative;
    top: 50%;
}
.tarihce_dates .tarihce_date {
    display: flex;
    flex-direction: column;
    flex: 0 0 215px;
    width: 215px;
    position: relative;
}
.tarihce_dates .tarihce_date span.date_color {
    background: url(/frontend/img/tarihce-color-1.svg) no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -1px;
    position: relative;
}
.tarihce_dates .tarihce_date span.date_color:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 21px;
    height: 21px;
}
.tarihce_dates .tarihce_date span.date_color:after {
    content: "";
    position: absolute;
    border-left: 1px solid #bdbdbd;
    height: 150px;
    width: 0;
    left: 50%;
    top: -147px;
    transform: translate3d(-50%, 0, 0);
}
.tarihce_dates .tarihce_date.d_tek span.date_color {
    background: url(/frontend/img/tarihce-color-2.svg) no-repeat;
    background-position: center;
}
.tarihce_dates .tarihce_date.date_bos {
    background: url(/frontend/img/tarihce-color-3.svg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: -190px;
    height: 2px;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.tarihce_dates .tarihce_date span.date_name {
    color: #a78e64;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    top: -240px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    line-height: 1.2;
}
.tarihce_dates .tarihce_date.d_tek span.date_name {
    position: absolute;
    top: auto;
    bottom: 240px;
    height: 240px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}
.tarihce_dates .tarihce_date.d_tek span.date_color:after {
    content: "";
    position: absolute;
    border-left: 1px solid #bdbdbd;
    height: 150px;
    width: 0;
    left: 50%;
    top: 27px;
    bottom: -240px;
    transform: translate3d(-50%, 0, 0);
}
.tarihce_dates .tarihce_date .item_content {
    position: relative;
    width: 450px;
    left: 60px;
    top: -100%;
    margin-left: 20px;
}
.tarihce_dates .tarihce_date .item_content img {
    pointer-events: none;
    width: 100px;
}
.tarihce_dates .tarihce_date.d_tek .item_content {
    top: 40px;
}
.tarihce_dates .tarihce_date p {
    max-width: 300px;
}

.tarihce_dates .tarihce_date:before {
    content: "";
    top: -162px;
    left: 14px;
    width: 37px;
    height: 1px;
    background: #a78e64;
    position: absolute;
}
.tarihce_dates .tarihce_date:after {
    width: 11px;
    height: 11px;
    content: "";
    left: 37px;
    position: absolute;
    border: 1px solid #a78e64;
    border-radius: 50%;
    top: -167px;
    left: 51px;
}

.tarihce_dates .tarihce_date.d_tek:before {
    top: 161px;
    left: 13px;
    width: 37px;
}

.tarihce_dates .tarihce_date.d_tek:after {
    top: 156px;
    left: 51px;
}

#column_tarihce {
    height: 750px;
    overflow-x: auto;
}

#column_tarihce::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 0;
    background-color: transparent;
}

#column_tarihce::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}

#column_tarihce::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: transparent;
}
#section_tarihce_title {
    position: relative;
}
#column_tarihce_title .tarihce_prev {
    background: url(/frontend/img/prev-icon.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 11px;
    height: 20px;
    position: absolute;
    right: 60px;
    top: calc(50% + 10px);
    transform: translate3d(0, -50%, 0);
    cursor: pointer;
}
#column_tarihce_title .tarihce_next {
    background: url(/frontend/img/next-icon.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 11px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: calc(50% + 10px);
    transform: translate3d(0, -50%, 0);
    cursor: pointer;
}

.tarihce_date {
    background: url(/frontend/img/tarihce-color-3.svg);
    background-repeat: repeat-x;
    background-position: center top;
}
.tarihce_dates h3 {
    color: #a78e64;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
}

.slicknav_menu {
    top: 10px;
    right: 10px;
    width: 100%;
    z-index: 99999;
}

@media screen and (max-width: 991px) {
    header .navbar-main .navbar-nav li div.mega-main ul.d-menu {
        left: 20px !important;
    }
}

.error-page img {
    max-height: 80%;
    height: 500px;
    margin-top: 100px;
}
.post-cont .post-cover {
    height: 210px;
    background-size: cover;
    background-position: center;
}
#search-section .post-cont {
    border: 1px solid #e0e0e0;
    min-height: 100%;
}
.post-cont h4 {
    font-size: 24px;
    font-family: "Playfair Display", sans-serif;
    font-weight: normal;
    color: #494949;
}
@media screen and (max-width: 991px) {
    #search-section .tabbed-nav {
        border-bottom: 1px solid transparent;
    }
}
.magazine-desc {
    background: #0b0b0b;
    height: 290px;
}
@media screen and (min-width: 991px) {
    /*.magazine-desc {
        margin-left: -25px;
        margin-right: 25px;
    }*/
}
.magazine-desc > div {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.magazine-desc .color_grey {
    color: #828282;
}
.magazine-desc .btn_white svg {
    transform: rotate(90deg);
}
@media screen and (min-width: 991px) {
    .mega_container {
        z-index: -1;
    }
}

ul.dokuman-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.dokuman-list li {
    display: inline-block;
    border-bottom: 1px solid #bdbdbd;
    width: 100%;
    line-height: 1.5em;
    padding: 10px 0;
}
ul.dokuman-list li .btn_red_download {
    width: 30px;
    float: right;
}
ul.dokuman-list li .btn_red_download span {
    display: none;
}

@media screen and (max-width: 991px) {
    ul.dokuman-list li .btn_red_download {
        margin-top: 10px;
    }
}

.document-input-group {
    position: relative;
}
.document-input-group::before {
    position: absolute;
    right: 7px;
    top: 21px;
    background: url("/frontend/img/arrow-down.svg");
    background-size: contain;
    width: 15px;
    height: 9px;
    content: "";
}
.document-input-group select {
    border: none;
    border-bottom: 1px solid #bdbdbd;
}

.btn_filter_clear .filter-icon {
    border: 1px solid #ab0033;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
    padding-right: 5px;
    margin-left: 2px;
    margin-right: 10px;
}

.show-services .services-list {
    max-height: 0;
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    overflow: hidden;
    transition: all 400ms;
    z-index: 2;
    width: 100%;
    padding: 0 15px 0 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.show-services.active .services-list {
    max-height: 500px;
    padding: 15px 15px 30px;
}
.show-services.active:before {
    transform: rotate(-180deg);
}

.show-locations .services-list {
    max-height: 0;
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    overflow: hidden;
    transition: all 400ms;
    z-index: 2;
    width: 100%;
    padding: 0 15px 0 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.show-locations.active .services-list {
    max-height: 500px;
    padding: 15px 15px 30px;
}
.show-locations.active:before {
    transform: rotate(-180deg);
}

@media screen and (max-width: 991px) {
    .project-gallery .swiper-container {
        margin-right: 10px;
        margin-top: 15px;
    }
    .swiper-container-vertical > .swiper-pagination-bullets {
        width: 10% !important;
    }
    .project_info {
        display: none;
    }
    .hide-mobile {
        display: none;
    }

    .services-list label {
        width: 100%;
        padding-left: 0;
        margin-top: 2px;
    }
    .services-list label svg {
        right: 15px;
        left: auto;
    }
}
@media screen and (min-width: 991px) {
    .hide-desktop {
        display: none;
    }
}

.accordion .btn.btn-link {
    text-align: left;
}
.iframe_video .col12 {
    height: 100%;
}
.iframe_video .col12 p {
    height: 100%;
}
.search_section {
    background: url(/frontend/img/search-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 20px 0;
}
.search_section h3 {
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
    text-align: center;
}
.filter_service {
    height: 40px;
    position: relative;
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 20px;
}
.filter_service .filter_service_list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.filter_service .filter_service_list::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

.filter_service .filter_service_list::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.filter_service > span {
    display: block;
    font-size: 15px;
    color: #494949;
    height: 40px;
    padding: 7px 0.75rem;
    cursor: pointer;
    position: relative;
}
.filter_service > span.bolder {
    font-weight: 700;
}
.filter_service > span:before {
    position: absolute;
    right: 0;
    top: 18px;
    right: 9px;
    content: "";
    background: url(/frontend/img/arrow-down.svg);
    width: 15px;
    height: 8px;
    transition: all 400ms;
}
.filter_service.active > span:before {
    transform: rotate(-180deg);
}
.filter_service .filter_service_list {
    max-height: 0;
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    overflow: hidden;
    transition: all 400ms;
    z-index: 2;
    width: 100%;
    padding: 0 15px 0 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.filter_service.active .filter_service_list {
    max-height: 500px;
    padding: 15px 15px 30px;
}
.filter_service .filter_service_list .service_item {
    cursor: pointer;
    position: relative;
}
.filter_service .filter_service_list .service_item span {
    font-size: 16px;
    color: #494949;
    display: block;
    padding: 15px 0 5px;
    border-bottom: 1px solid #bdbdbd;
    position: relative;
}
.filter_service .filter_service_list .service_item.active > span {
    color: #ab0033;
    font-weight: 500;
}
.filter_service .filter_service_list .service_item.selected span {
    color: #ab0033;
    font-weight: 500;
}

.filter_service
    .filter_service_list
    .service_item.service_child_menu
    > span:before {
    position: absolute;
    right: 0;
    top: 18px;
    right: 9px;
    content: "";
    background: url(/frontend/img/arrow-down.svg);
    width: 15px;
    height: 8px;
    transition: all 400ms;
}
.filter_service
    .filter_service_list
    .service_item.service_child_menu
    .child_list {
    position: relative;
    max-height: 0;
    overflow: hidden;
    transition: all 400ms;
    padding: 0 15px;
}
.filter_service
    .filter_service_list
    .service_item.service_child_menu.active
    > span:before {
    transform: rotate(-180deg);
}
.filter_service
    .filter_service_list
    .service_item.service_child_menu.active
    .child_list {
    max-height: 500px;
    padding: 5px 15px;
}
.filter_service .filter_service_list .service_item .child_list {
}
.filter_service
    .filter_service_list
    .service_item
    .child_list
    .service_item_child {
    cursor: pointer;
}
.filter_service
    .filter_service_list
    .service_item
    .child_list
    .service_item_child
    span {
    font-size: 16px;
    color: #494949;
    padding: 10px 0;
    border-bottom: 0;
}
.filter_service
    .filter_service_list
    .service_item
    .child_list
    .service_item_child.selected
    span {
    color: #9b242c;
}

header .menu_cat_cont .menu_cat_item.services {
}
header .menu_cat_cont .menu_cat_item.services {
}

header
    .navbar-main
    .navbar-nav
    li
    .menu_cat_cont
    .menu_cat_item.services
    div
    a {
    width: 100%;
}
header .menu_cat_cont .menu_cat_item.services .child_list {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 400ms;
}
header .menu_cat_cont .menu_cat_item.services .child_list.active {
    opacity: 1;
}
header
    .navbar-main
    .navbar-nav
    li
    .menu_cat_cont
    .menu_cat_item.services
    div
    a {
    margin: 10px 20px;
    width: 100%;
    position: relative;
}
header
    .navbar-main
    .navbar-nav
    li
    .menu_cat_cont
    .menu_cat_item.services
    div
    a.service_child_menu:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    background: url("/frontend/img/menu-service.svg") no-repeat;
    background-size: cover;
    background-position: center;
    width: 15px;
    height: 8px;
    opacity: 0.6;
}
header
    .navbar-main
    .navbar-nav
    li
    .menu_cat_cont
    .menu_cat_item.services
    div
    a.service_child_menu:hover:before {
    opacity: 1;
}
header
    .navbar-main
    .navbar-nav
    li
    .menu_cat_cont
    .menu_cat_item.services
    div
    a.service_child_menu.active {
    color: #fff;
    border-bottom: 1px solid #fff;
}
header
    .navbar-main
    .navbar-nav
    li
    .menu_cat_cont
    .menu_cat_item.services
    div
    a.service_child_menu.active:before {
    opacity: 1;
}
.project_location {
    display: block;
    font-size: 14px;
    color: #4f4f4f;
    font-weight: 400;
    margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
    header .menu_cat_cont .menu_cat_item.services .child_list {
        display: none;
        opacity: 1;
        position: relative;
        padding: 0 15px;
    }
    header .menu_cat_cont .menu_cat_item.services .child_list.active {
        display: block;
    }
}
.type-projects #wrapper .content_wrapper section:first-child .row {
    align-items: flex-end !important;
}
.type-projects #wrapper .content_wrapper section:first-child h1 {
    text-align: left !important;
}
.type-projects #wrapper .content_wrapper section:first-child p {
    text-align: left !important;
}
.type-projects #wrapper .content_wrapper section:first-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 80vh !important;
    background-position: center;
}
.type-projects
    #wrapper
    .content_wrapper
    section:first-child
    .video_btn_section
    img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.type-projects #wrapper .content_wrapper section:first-child .col12 {
    padding-bottom: 30px;
    padding-left: 30px;
}
.column_tarihce_arrows h2 {
    display: inline-block;
    vertical-align: middle;
}
.tarihce_next {
    background: url(/frontend/img/arrow-right.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.tarihce_prev {
    background: url(/frontend/img/arrow-left.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    cursor: pointer;
}

.page_up {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(-90deg);
    cursor: pointer;
    transition: all 400ms;
}
.page_up:hover {
    background: #ab0033;
}
.page_up:hover path {
    fill: #ffffff;
}
.player_auto_play {
    position: relative;
    height: 100%;
}
.player_auto_play > div {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1200px) {
    .r-tac {
        padding-right: 100px;
    }
}
@media screen and (max-width: 480px) {
	.f_s_55 {
		font-size:30px;
	}
    .type_header .news_next {
        right: 0;
    }
    .type_header .news_prev {
        right: 42px;
    }
    .mobile_text_left {
    }
    .mobile_text_left h2 {
        text-align: left !important;
    }
    .mobile_text_left p {
        text-align: left !important;
    }
    .mobile_text_left a {
        text-align: left !important;
    }
    .project-gallery .swiper-container {
        margin-bottom: 0 !important;
    }
    .project-gallery .slide-normal .swiper-slide {
        height: 224px;
    }
    .modal_project .modal_content {
        width: 100vw;
        height: 100vh;
    }
    footer {
        padding-bottom: 30px;
    }
    .r-tac {
        padding-right: 15px;
    }
    section.r-tac {
        padding-right: 0;
    }
    .r-tac p {
        text-align: center !important;
    }
    .page_up {
        position: relative;
        top: 0;
        right: 0;
        transform: rotate(-90deg);
        cursor: pointer;
        margin: 0 auto;
        display: block;
    }
    .type-projects #wrapper .content_wrapper section:first-child .col12 {
        padding-top: 60px;
        padding-left: 15px;
    }
    .type-projects
        #wrapper
        .content_wrapper
        section:first-child
        .video_btn_section
        img {
        position: static;
        transform: translate3d(0, 0, 0);
    }
    .modal_kisi .modal_content {
        width: 100vw;
        max-height: 100vh;
        padding: 20px;
    }
    .modal_kisi .modal_content .modal_body {
        max-height: calc(100vh - 80px);
    }
    .type-projects #wrapper .content_wrapper section:first-child {
        height: auto !important;
    }
    #column_tarihce {
        height: auto;
        position: relative;
        overflow: visible;
    }
    .tarihce_next {
        display: none;
    }
    .tarihce_prev {
        display: none;
    }
    ul.news_grid li a .news_image {
        max-width: 100%;
        width: 100%;
    }
    ul.news_grid li a .news_info {
        max-width: 100%;
        width: 100%;
    }
    .news_info_section {
        height: auto;
        padding-top: 30px;
    }
    .type-news .type_header h2 {
        font-size: 30px;
    }
    .style-isotope .grid-item {
        width: calc(100% - 20px);
        height: 250px;
    }
    .style-isotope .grid-item {
        width: calc(100% - 20px);
        height: 250px;
    }
    .style-isotope .grid-item--width2 {
        width: calc(100% - 20px);
        height: 250px;
    }
    .modal_project .modal_content .modal_header h2 {
        margin: 0;
    }
    .modal_project .modal_content {
        overflow-y: auto;
    }
    .modal_project .modal_content .modal_body {
        overflow-y: auto;
        height: auto;
    }
    .modal_project .modal_content .modal_body .col8 .swiper-container {
        height: auto;
    }
    .modal_project .modal_content {
        padding: 70px 15px 15px 15px;
    }
    .modal_project .modal_content .modal_body .col8 {
        height: auto;
    }
    .modal_project .modal_content .modal_body .col8 .swiper-slide {
        height: 180px;
    }
    .modal_project .modal_content .modal_body .slide-normal-prev {
        bottom: 2px;
    }
    .modal_project .modal_content .modal_body .slide-normal-next {
        bottom: 2px;
    }
    .modal_project .modal_content .modal_header {
        position: static;
    }
    .modal_project .modal_content .modal_close {
        top: 20px;
        right: 20px;
    }
    #home_column_project .home_project .swiper-slide {
        height: auto;
        padding: 0;
        display: block;
    }
    #home_column_project .home_project .swiper-slide .project_bg {
        height: 300px;
        width: 100%;
        position: relative;
        background-size: cover;
        background-position: center;
    }
    #home_column_project .home_project .swiper-slide .item_content {
        background: #fff;
        padding: 15px 15px 0 15px;
    }
    #home_column_project .home_project .swiper-slide .item_content a {
        font-size: 14px;
    }
    .arge_slider_s_2 {
        max-width: calc(100% - 170px);
    }
    .arge_slider_col .arge_slide_next {
        width: 40px;
        height: 40px;
    }
    .arge_slider_col .arge_slide_next svg {
        width: 100%;
        height: 100%;
    }
    .arge_slider_col .arge_slide_prev {
        width: 40px;
        height: 40px;
        margin-left: 0;
    }
    .arge_slider_col .arge_slide_prev svg {
        width: 100%;
        height: 100%;
    }
    .arge_slider_header {
        justify-content: center;
    }
    .arge_slider_s_1 {
        height: 260px;
    }
}
@media screen and (min-width: 2000px) {
    .project-gallery .slide-normal {
        max-width: 1200px;
        margin: 0;
    }
    .type-projects #column_181819 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .type-projects .project-gallery {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
}

.tarihce_slider {
    padding-top: 30px;
}
.tarihce_slider h3 {
    color: #a78e64;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
}
.tarihce_slider_next {
    background: url(/frontend/img/arrow-right.svg);
    right: 15px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    margin: 0;
    top: -45px;
}
.tarihce_slider_prev {
    background: url(/frontend/img/arrow-left.svg);
    left: auto;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    margin: 0;
    top: -45px;
    right: 60px;
}
.dataTables_processing {
    display: none !important;
}
