﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

scrollbar {
    width: 8px;
}

scrollbar-button {
    background: #103427;
    color: #000;
}

scrollbar-track {
    background-color: #103427;
    border-left: 1px solid #103427;
}

scrollbar-thumb {
    background-color: #103427;
}

    scrollbar-thumb:hover {
        background-color: #103427;
    }

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-button {
    background: #f3f4f7;
    color: #eee;
}

::-webkit-scrollbar-track {
    background-color: #edeff3;
    border-left: 1px solid #edeff3;
}

::-webkit-scrollbar-thumb {
    background-color: #103427;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #103427;
    }

.underline {
    text-decoration: underline;
}

.svg-inline--fa {
    vertical-align: middle !important;
}

html {
    overflow-x: hidden;
}

.newheader .black,
.newheader.header-fixed .white {
    display: none !important;
}

.newheader .white,
.newheader.header-fixed .black {
    display: inline-block !important;
}

@media (min-width: 992px) {
    .d-none {
        display: none !important;
    }
}

.d-lg-block {
    display: block !important;
}

.kirmizidiv {
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    text-align: center;
}

    .kirmizidiv > .container {
        position: relative;
        height: 100vh;
    }

        .kirmizidiv > .container > .ortl {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

            .kirmizidiv > .container > .ortl > img {
                margin: 0 auto;
            }

            .kirmizidiv > .container > .ortl > h2 {
                margin: 15px auto;
                color: #fff;
                line-height: 24px;
                font-size: 14px;
                font-weight: bold;
                letter-spacing: 8px;
            }

#childImg {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.AnimationOutKeyFrame {
    -webkit-animation-name: AnimationOutKeyFrame; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-name: AnimationOutKeyFrame;
    animation-duration: 2s;
}

@keyframes AnimationOutKeyFrame {
    0% {
        top: 42%;
        left: 34%;
    }

    100% {
        top: 9%;
        left: 5%;
        width: 0px;
        height: 0px;
    }
}

.galeri-item {
    margin-top: 15px;
}
/* Galeri */
.galeri-item {
    position: relative;
    overflow: hidden;
    background: #000000;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
}

    .galeri-item a {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 1;
    }

    .galeri-item img {
        opacity: 0.8;
        width: 100%;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    .galeri-item figcaption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .galeri-item figcaption > div {
            height: 50%;
            overflow: hidden;
            width: 100%;
            position: relative;
        }

    .galeri-item h2,
    .galeri-item h3,
    .galeri-item .icons {
        margin: 0;
        position: absolute;
        right: 0;
        padding: 0 30px;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    .galeri-item h2 {
        font-weight: bold;
        line-height: 1.2em;
        font-size: 18px;
        bottom: 0;
        color: #fff;
    }

    .galeri-item h3 {
        top: 0;
        color: #fff;
        font-size: 15px;
        line-height: 2em;
    }

    .galeri-item .icons {
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }

        .galeri-item .icons a {
            color: #ffffff;
            text-decoration: none;
            padding: 5px;
            font-size: 1.6em;
            opacity: 0.6;
        }

            .galeri-item .icons a:hover {
                opacity: 1;
                cursor: pointer;
            }

    .galeri-item:hover img,
    .galeri-item.hover img {
        opacity: 0.3;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .galeri-item:hover figcaption h3,
    .galeri-item.hover figcaption h3 {
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
        opacity: 0;
    }

    .galeri-item:hover figcaption .icons,
    .galeri-item.hover figcaption .icons {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
/* Galeri */
/* Welcome */
.welcome-area {
    width: 100%;
    height: 160px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 0;
    position: relative;
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 8px;
}

    .welcome-area.doksan {
        height: 90px;
        font-size: 18px;
        letter-spacing: 2px;
    }

.right-corporate {
    position: absolute;
    right: 0;
    bottom: 0;
}

.about-area-down.big {
    height: 580px;
    background-position: left center;
}

    .about-area-down.big h1 {
        font-size: 28px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        color: #103427;
        text-align: left;
        letter-spacing: 2px;
        line-height: inherit;
    }

.about-area-down {
    width: 100%;
    height: 225px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 0;
    position: relative;
    background-blend-mode: overlay;
}

    .about-area-down .line {
        width: 40px;
        height: 3px;
        background-color: #000;
        display: block;
        margin: 30px 0;
    }

    .about-area-down h1 {
        font-size: 42px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        color: #103427;
        text-align: left;
        letter-spacing: 2px;
        line-height: inherit;
    }

    .about-area-down p {
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        color: #000;
        text-align: left;
        line-height: normal;
    }

.orta-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.write .deflink {
    float: left;
    position: relative;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #103427;
    margin: 50px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .write .deflink svg {
        font-size: 19px;
        margin-left: 10px;
        margin-top: -4px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .write .deflink:hover {
        color: #FEB95E !important;
    }


        .write .deflink:hover svg {
            margin-left: 15px;
        }
/* Welcome */
/* Welcome Down */
.welcome-area-down {
    width: 100%;
    height: 580px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 0;
    position: relative;
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .welcome-area-down.green > div > div > .title h2 {
        color: #103427;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 4px;
        margin: 25px auto;
    }

.item-banner .seperator {
    width: 70%;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 30px auto 10px;
}

.item-banner h1 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    line-height: inherit;
    padding: 0 30px;
}

.welcome-area-down.green .item-banner .seperator {
    background-color: #103427;
}

.welcome-area-down.green .item-banner h1 {
    color: #103427;
}
/* Welcome Down */
/* Corporate */
.corporate-area {
    width: 100%;
    height: 580px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 0;
    position: relative;
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    justify-content: center;
}

.corporate-banner h1 {
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
    text-align: left;
    letter-spacing: 2px;
    line-height: inherit;
    margin: 50px auto;
}

.corporate-banner p {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
    text-align: left;
    line-height: normal;
}
/* Corporate */
/* Banner1 */
.banner-area {
    width: 100%;
    height: 580px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 0;
    position: relative;
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-item h1 {
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #103427;
    text-align: right;
    letter-spacing: 2px;
    line-height: inherit;
    margin: 50px auto;
}

.banner-item p {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
    text-align: right;
    line-height: normal;
}

.banner-area.left .banner-item p,
.banner-area.left .banner-item h1 {
    text-align: left;
}

.banner-area.left .banner-item .deflink {
    float: left;
}

.banner-item .deflink {
    float: right;
    position: relative;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #103427;
    margin: 50px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .banner-item .deflink svg {
        font-size: 19px;
        margin-left: 10px;
        margin-top: -4px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .banner-item .deflink:hover {
        color: #FEB95E !important;
    }


        .banner-item .deflink:hover svg {
            margin-left: 15px;
        }
/* Banner1 */
/* İç Sayfa */
.ptb10 {
    padding: 10px 0;
}

.open > .dropdown-menu {
    width: 100%;
}

.open > ul.dropdown-menu > li > a {
    font-size: 12px;
}

/* İç Sayfa */
/* Ürün Detay */
.product-area h1 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: .01em;
    margin-bottom: 15px;
}

.product-area h2 {
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
}

.pdf {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}

    .pdf img {
        display: block;
    }

    .pdf span {
        line-height: 24px;
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }

.urundetaybolum {
    background-color: rgb(237, 242, 246);
    padding: 30px 0;
    padding-bottom: 60px;
    margin-top: 15px;
}

    .urundetaybolum .baslik {
        padding: 60px 0;
        padding-top: 30px;
        text-align: center;
    }

        .urundetaybolum .baslik span {
            margin-top: 0;
            margin-bottom: 0;
            color: #000;
            font-size: 36px;
            line-height: 48px;
            font-weight: 500;
        }

.card-header {
    margin: 15px auto;
    border-bottom: 2px solid #cad1dd;
}

    .card-header > a {
        position: relative;
        display: block;
        font-weight: 500;
        color: #000;
        font-size: 2em;
        margin: 0.67em 0;
    }

        .card-header > a:before {
            background-image: url('../img/plus.png');
            content: "";
            position: absolute;
            width: 14px;
            height: 14px;
            top: 15px;
            right: 0;
        }

/* Ürün Detay */
/* İç Sayfa Breadcrumb */
.pages-header {
    height: 450px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    margin-top: -112px;
    /*background: rgb(237, 242, 246);*/
}

    .pages-header video {
        width: 100%;
        height: 450px;
        object-fit: cover;
    }

    .pages-header > .container {
        display: none;
        position: absolute;
        bottom: 15%;
        width: 100%;
        text-align: center;
    }

        .pages-header > .container > h1 {
            font-weight: 700;
            color: #fff;
            font-size: 40px !important;
        }

.breadcrumbs {
    display: none;
    font-size: 12px;
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9;
    color: #333;
    margin-bottom: 15px;
    padding-left: 70px;
    padding-right: 70px;
}

    .breadcrumbs span {
        margin-right: 40px;
        position: relative;
    }

    .breadcrumbs a {
        text-decoration: none;
        color: #333;
        font-weight: 700;
    }

        .breadcrumbs a:after {
            border-bottom: 5px solid transparent;
            border-left: 5px solid #fff;
            border-top: 5px solid transparent;
            content: "";
            display: inline-block;
            position: absolute;
            right: -22px;
            top: 4px;
        }

        .breadcrumbs a:before {
            border-bottom: 6px solid transparent;
            border-left: 6px solid rgba(0,0,0,.2);
            border-top: 6px solid transparent;
            content: "";
            display: inline-block;
            position: absolute;
            right: -23px;
            top: 3px;
        }
/* İç Sayfa Breadcrumb */
/* Header */
.navbar {
    border-radius: 4px;
    margin: 0;
    min-height: inherit;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
/* Revize */
header > .head-area > .container-fluid > .inset > .col-sol {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

    header > .head-area > .container-fluid > .inset > .col-sol > .header-menu {
        display: inline-block;
    }

header > .head-area > .container-fluid > .inset > .col-sag {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
}
/* Revize */
header {
    background-color: transparent;
    position: relative;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: background-color .3s;
}

    header > .head-area {
        padding: 15px 35px;
        position: relative;
    }

        header > .head-area > .container-fluid {
            display: flex !important;
        }

            header > .head-area > .container-fluid > .inset {
                width: 100%;
                display: block !important;
            }

                header > .head-area > .container-fluid > .inset > .col {
                    flex-basis: 0;
                    flex-grow: 1;
                    display: flex;
                    width: 100%;
                    align-items: stretch;
                }

                header > .head-area > .container-fluid > .inset > .col-sag {
                    text-align: center !important;
                    margin: 0;
                    padding: 0;
                }

                    header > .head-area > .container-fluid > .inset > .col-sag .header-menu {
                        display: block !important;
                    }

                        header > .head-area > .container-fluid > .inset > .col-sag .header-menu a {
                            margin: 0 auto;
                            text-align: center;
                            display: block !important;
                        }

                            header > .head-area > .container-fluid > .inset > .col-sag .header-menu a img {
                                text-align: left;
                            }

                header > .head-area > .container-fluid > .inset > .col .dropdown-menu li {
                    display: block;
                    padding: 0;
                }

                header > .head-area > .container-fluid > .inset > .col li {
                    display: inline-block;
                    padding: 10px 15px;
                }

                    header > .head-area > .container-fluid > .inset > .col li img {
                        margin-right: 5px;
                    }

                    header > .head-area > .container-fluid > .inset > .col li a {
                        color: rgba(0,0,0,.8);
                        line-height: 24px;
                        font-size: 14px;
                        font-weight: bold;
                    }

                    header > .head-area > .container-fluid > .inset > .col li:hover a {
                        color: #000;
                    }

                header > .head-area > .container-fluid > .inset > .col .dropdown-menu li a {
                    color: rgba(0,0,0,.8);
                }

                header > .head-area > .container-fluid > .inset > .col > .col-flex {
                    display: inline-flex;
                    padding-top: 10px;
                    padding-bottom: 10px;
                    position: relative;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                }

                header > .head-area > .container-fluid > .inset .header-button {
                    margin-top: 20px;
                    float: right;
                }

                    header > .head-area > .container-fluid > .inset .header-button > a {
                        color: #fff;
                        background-color: #004066;
                        border-width: 1px;
                        border-radius: 7em;
                        padding-right: 1em !important;
                        padding-left: 1em !important;
                        overflow: hidden;
                        box-shadow: 0 0 0 transparent;
                        display: inline-flex;
                        padding: 0;
                        position: relative;
                        border: 1px solid rgb(237, 242, 246);
                        line-height: 24px;
                        font-size: 14px;
                        font-weight: bold;
                        white-space: nowrap;
                        transition: all .3s;
                    }

                        header > .head-area > .container-fluid > .inset .header-button > a:hover {
                            border-color: transparent;
                            background-color: rgb(237, 242, 246);
                            color: #000;
                            transform: translate3d(0,-2px,0);
                            box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
                        }

                        header > .head-area > .container-fluid > .inset .header-button > a > span {
                            margin: -0.5px;
                            padding: 0.6em 1em;
                            display: inline-flex;
                            border-radius: inherit;
                            border-color: inherit;
                            align-items: center;
                            transition: transform .3s cubic-bezier(.22,.665,.34,.875);
                        }

                            header > .head-area > .container-fluid > .inset .header-button > a > span > .btn-txt {
                                position: relative;
                                z-index: 3;
                            }

                            header > .head-area > .container-fluid > .inset .header-button > a > span > .btn-icon {
                                margin-inline-end: 0;
                                margin-inline-start: 8px;
                                position: relative;
                                z-index: 3;
                                display: inline-flex;
                                align-items: center;
                                justify-content: center;
                                font-size: 1em;
                                letter-spacing: 0;
                                background-size: 99.99% !important;
                                transition: background .3s,color .125s,box-shadow .3s,border .3s;
                            }

.dropbtn {
    color: #000;
    padding: 10px;
    font-size: 14px;
    border: none;
}

    /*.dropbtn:hover {
        color: #fff;
    }*/

    .dropbtn > svg {
        margin: 3px;
    }

.dropdown {
    position: relative;
    /*display: inline-block;*/
    display: block;
    color: #000;
}

    .dropdown a {
        color: #000 !important;
        line-height: 20px;
        font-size: 14px;
        font-weight: bold;
    }

    .dropdown > .dropdown-menu {
        min-width: 120px !important;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(237, 242, 246);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black !important;
        padding: 10px;
        text-decoration: none;
        display: flex;
        text-align: center;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.open > .dropdown-menu li a img {
    margin-right: 5px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content > ul > li {
    display: block !important;
    padding: 0 !important;
}
/* Header */
/* Slide */
.background-area {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
}

.item-area {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.text > h1 {
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1em;
    font-size: 52px;
}

.text > h2 {
    font-size: 16px;
    line-height: 1.75em;
}

.slide-btn {
    margin: 15px auto;
    color: #fff;
    border-radius: 4px;
    letter-spacing: .1em;
    overflow: hidden;
    display: inline-flex;
    padding: 0;
    position: relative;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    transition: all .3s;
}

    .slide-btn:hover {
        border-color: transparent;
        color: #fff;
        transform: translate3d(10px,0,0);
    }

    .slide-btn > span {
        margin: -0.5px;
        padding: 1em 0;
        display: inline-flex;
        border-radius: inherit;
        border-color: inherit;
        align-items: center;
        transition: transform .3s cubic-bezier(.22,.665,.34,.875);
    }

        .slide-btn > span > .btn-txt {
            position: relative;
            z-index: 3;
            padding-left: 50px;
        }

            .slide-btn > span > .btn-txt:hover, .slide-btn > span > .btn-txt:focus, .slide-btn > span > .btn-txt:active {
                color: #103427 !important;
            }

            .slide-btn > span > .btn-txt:after {
                display: inline-block;
                content: "";
                border-top: 0.2rem solid #fff;
                width: 3rem;
                margin: 0 1rem;
                transform: translateY(-1rem);
                position: absolute;
                left: 0;
                top: 22px;
                transition: all 0.5s ease;
            }

        .slide-btn > span > .btn-icon {
            margin-left: 20px;
            padding: 0 20px;
            position: relative;
            z-index: 3;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1em;
            letter-spacing: 0;
            background-size: 99.99% !important;
            transition: background .3s,color .125s,box-shadow .3s,border .3s;
        }

            .slide-btn > span > .btn-icon:before {
                content: '';
                display: inline-block;
                width: 1px;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                background-color: #ffffff2b;
            }
/* Slide */
/* Banner - 1 */
.block-area {
    position: relative;
    margin: 60px auto;
}

    .block-area > .container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .block-area .mleft {
        padding-left: 10%;
    }

    .block-area > div > div > .sol-img > img {
        width: 100%;
    }

    .block-area > div > div > .sol-img > .banner-button {
        position: absolute;
        bottom: 5%;
        z-index: 1;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .block-area > div > div > .sol-img > .banner-button > div {
            color: #fff;
            background-color: #004066;
            border-width: 1px;
            border-radius: 4px;
            padding-right: 1em !important;
            padding-left: 1em !important;
            overflow: hidden;
            box-shadow: 0 0 0 transparent;
            display: inline-flex;
            padding: 0;
            position: relative;
            border: 1px solid rgb(237, 242, 246);
            line-height: 24px;
            font-size: 14px;
            font-weight: bold;
            white-space: nowrap;
            transition: all .3s;
        }

            .block-area > div > div > .sol-img > .banner-button > div:hover {
                border-color: transparent;
                background-color: rgb(237, 242, 246);
                color: #000;
                transform: translate3d(0,-2px,0);
                box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
            }

            .block-area > div > div > .sol-img > .banner-button > div > span {
                margin: -0.5px;
                padding: 0.6em 1em;
                display: inline-flex;
                border-radius: inherit;
                border-color: inherit;
                align-items: center;
                transition: transform .3s cubic-bezier(.22,.665,.34,.875);
            }

                .block-area > div > div > .sol-img > .banner-button > div > span > .btn-txt {
                    position: relative;
                    z-index: 3;
                }

                .block-area > div > div > .sol-img > .banner-button > div > span > .btn-icon {
                    margin-inline-end: 0;
                    margin-inline-start: 8px;
                    position: relative;
                    z-index: 3;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 1em;
                    letter-spacing: 0;
                    background-size: 99.99% !important;
                    transition: background .3s,color .125s,box-shadow .3s,border .3s;
                }

.heading {
    position: relative;
}

.heading2 {
    position: relative;
    text-align: center;
}

.heading > h1 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 1.25em !important;
    position: relative;
    font-weight: bold;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    font-size: 13px;
    text-transform: uppercase;
    color: #000000;
}

.heading > h2 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 1.25em !important;
    position: relative;
    font-size: 16px;
    line-height: 1.75em;
    color: #000000;
}

.heading > h3 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 1.25em !important;
    position: relative;
    font-weight: bold;
    line-height: 1.25em;
    font-size: 24px;
    color: #000000;
}

.heading2 > h2 {
    width: 50%;
    margin: 1em auto;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 1.75em;
    color: #000000;
}

.heading2 > h4 {
    display: block;
    margin-top: 0;
    margin-bottom: 0 !important;
    position: relative;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1em;
    font-size: 52px;
    color: #000000;
}

.banner-button {
    position: relative;
}

    .banner-button > a {
        color: #fff;
        background-color: #004066;
        border-width: 1px;
        border-radius: 4px;
        padding-right: 1em !important;
        padding-left: 1em !important;
        overflow: hidden;
        box-shadow: 0 0 0 transparent;
        display: inline-flex;
        padding: 0;
        position: relative;
        border: 1px solid rgb(237, 242, 246);
        line-height: 24px;
        font-size: 14px;
        font-weight: bold;
        white-space: nowrap;
        transition: all .3s;
    }

        .banner-button > a:hover {
            border-color: transparent;
            background-color: rgb(237, 242, 246);
            color: #000;
            transform: translate3d(0,-2px,0);
            box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
        }

        .banner-button > a > span {
            margin: -0.5px;
            padding: 0.6em 1em;
            display: inline-flex;
            border-radius: inherit;
            border-color: inherit;
            align-items: center;
            transition: transform .3s cubic-bezier(.22,.665,.34,.875);
        }

            .banner-button > a > span > .btn-txt {
                position: relative;
                z-index: 3;
            }

            .banner-button > a > span > .btn-icon {
                margin-inline-end: 0;
                margin-inline-start: 8px;
                position: relative;
                z-index: 3;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                font-size: 1em;
                letter-spacing: 0;
                background-size: 99.99% !important;
                transition: background .3s,color .125s,box-shadow .3s,border .3s;
            }
/* Banner - 1 */

/* Referanslar */
.referance-area {
    position: relative;
    margin: 60px auto;
    text-align: center;
}

    .referance-area .heading {
        margin-bottom: 30px;
    }

    .referance-area .item-brand {
        padding: 0;
        align-items: stretch;
        display: flex;
        align-items: flex-start;
    }

        .referance-area .item-brand .inner {
            justify-content: center;
            transition: box-shadow .3s,transform .65s cubic-bezier(.23,1,.32,1);
            display: flex;
            width: 100%;
            height: 30vh;
            flex-direction: column;
            flex-grow: 1;
            position: relative;
        }

        .referance-area .item-brand:first-child .inner {
            border-top-width: 1px !important;
            border-right-width: 1px !important;
            border-left-width: 1px !important;
            padding-top: 76px !important;
            padding-bottom: 77px !important;
            border-left-color: #dbdbdb !important;
            border-left-style: solid !important;
            border-right-color: #dbdbdb !important;
            border-right-style: solid !important;
            border-top-color: #dbdbdb !important;
            border-top-style: solid !important;
        }

        .referance-area .item-brand:nth-child(2) .inner {
            border-top-width: 1px !important;
            border-right-width: 1px !important;
            padding-top: 80px !important;
            padding-bottom: 80px !important;
            border-right-color: #dbdbdb !important;
            border-right-style: solid !important;
            border-top-color: #dbdbdb !important;
            border-top-style: solid !important;
        }

        .referance-area .item-brand:nth-child(3) .inner {
            border-top-width: 1px !important;
            border-right-width: 1px !important;
            padding-top: 80px !important;
            padding-bottom: 80px !important;
            border-right-color: #dbdbdb !important;
            border-right-style: solid !important;
            border-top-color: #dbdbdb !important;
            border-top-style: solid !important;
        }

        .referance-area .item-brand:nth-child(4) .inner {
            border-top-width: 1px !important;
            border-right-width: 1px !important;
            padding-top: 80px !important;
            padding-bottom: 72px !important;
            border-right-color: #dbdbdb !important;
            border-right-style: solid !important;
            border-top-color: #dbdbdb !important;
            border-top-style: solid !important;
        }

        .referance-area .item-brand:nth-child(5) .inner {
            border-top-width: 1px !important;
            border-right-width: 1px !important;
            border-bottom-width: 1px !important;
            border-left-width: 1px !important;
            padding-top: 82px !important;
            padding-bottom: 82px !important;
            border-left-color: #dbdbdb !important;
            border-left-style: solid !important;
            border-right-color: #dbdbdb !important;
            border-right-style: solid !important;
            border-top-color: #dbdbdb !important;
            border-top-style: solid !important;
            border-bottom-color: #dbdbdb !important;
            border-bottom-style: solid !important;
        }

        .referance-area .item-brand:nth-child(6) .inner {
            border-top-width: 1px !important;
            border-right-width: 1px !important;
            border-bottom-width: 1px !important;
            padding-top: 80px !important;
            padding-bottom: 80px !important;
            border-right-color: #dbdbdb !important;
            border-right-style: solid !important;
            border-top-color: #dbdbdb !important;
            border-top-style: solid !important;
            border-bottom-color: #dbdbdb !important;
            border-bottom-style: solid !important;
        }

        .referance-area .item-brand:nth-child(7) .inner {
            border-top-width: 1px !important;
            border-right-width: 1px !important;
            border-bottom-width: 1px !important;
            padding-top: 78px !important;
            padding-bottom: 79px !important;
            border-right-color: #dbdbdb !important;
            border-right-style: solid !important;
            border-top-color: #dbdbdb !important;
            border-top-style: solid !important;
            border-bottom-color: #dbdbdb !important;
            border-bottom-style: solid !important;
        }

        .referance-area .item-brand:nth-child(8) .inner {
            border-top-width: 1px !important;
            border-right-width: 1px !important;
            border-bottom-width: 1px !important;
            padding-top: 76px !important;
            padding-bottom: 76px !important;
            border-right-color: #dbdbdb !important;
            border-right-style: solid !important;
            border-top-color: #dbdbdb !important;
            border-top-style: solid !important;
            border-bottom-color: #dbdbdb !important;
            border-bottom-style: solid !important;
        }

        .referance-area .item-brand .inner .brand-wrapper {
            position: relative;
        }

            .referance-area .item-brand .inner .brand-wrapper .brand-content {
                display: flex;
                margin-bottom: 0;
            }

                .referance-area .item-brand .inner .brand-wrapper .brand-content figure {
                    justify-content: center;
                    display: inline-flex;
                    vertical-align: top;
                    margin: 0;
                    max-width: 100%;
                    flex-grow: 1;
                    position: relative;
                }

                    .referance-area .item-brand .inner .brand-wrapper .brand-content figure .in {
                        margin-bottom: 0;
                        display: inline-flex;
                        flex-direction: column;
                        vertical-align: top;
                        max-width: 100%;
                    }

                        .referance-area .item-brand .inner .brand-wrapper .brand-content figure .in img {
                            height: auto;
                            max-width: 100%;
                            vertical-align: top;
                            border-radius: inherit;
                        }
/* Referanslar */
/* Blog */
.item-blog {
    padding: 5px;
    margin-bottom: 15px;
}

    .item-blog article {
        position: relative;
        background-color: #fff;
        flex-grow: 1;
        transition: box-shadow .65s,transform .65s;
        transition-timing-function: cubic-bezier(.23,1,.32,1);
        border-radius: 4px !important;
        overflow: hidden !important;
        box-shadow: 0 20px 55px rgb(82 71 175 / 9%);
    }

        .item-blog article:hover {
            z-index: 2;
            box-shadow: 0 25px 55px rgb(0 0 0 / 8%);
            transform: translateY(-2px);
        }

        .item-blog article .picture-area {
            overflow: hidden;
        }

            .item-blog article .picture-area figure {
                transform: scale(1);
                transition: transform 1s cubic-bezier(.23,1,.32,1);
                transition: box-shadow .45s cubic-bezier(.23,1,.32,1);
                margin: 0;
            }

                .item-blog article .picture-area figure img {
                    width: 100%;
                    height: 250px;
                    -o-object-fit: cover;
                    object-fit: cover;
                    -o-object-position: 50% 15%;
                    object-position: 50% 15%;
                }

        .item-blog article:hover .picture-area {
            transform: scale(1.15);
            transition-duration: 10s;
        }

        .item-blog article .picture-area .meta {
            position: absolute;
            top: 25px;
            left: 25px;
            font-size: 11px;
            z-index: 2;
            font-weight: 700 !important;
            letter-spacing: .1em !important;
            text-transform: uppercase !important;
            background-color: #fff;
            display: inline-flex !important;
            padding: 9px 16px;
            transition: all .3s;
            box-shadow: 0 0 0 rgb(0 0 0 / 25%);
            line-height: 1.5em;
            border-radius: 50em !important;
        }

            .item-blog article .picture-area .meta a {
                color: #000;
            }

        .item-blog article .text-header {
            padding: 0rem 4rem;
        }

            .item-blog article .text-header h3 a {
                margin-top: 0;
                margin-bottom: 1.25em !important;
                position: relative;
                font-weight: bold;
                line-height: 1.2em;
                letter-spacing: 0.1em;
                font-size: 13px;
                text-transform: uppercase;
                color: #000000;
            }

            .item-blog article .text-header h2 a {
                display: inline-block;
                margin-top: 0;
                margin-bottom: 1.25em !important;
                position: relative;
                font-weight: 900;
                line-height: 1.25em;
                font-size: 21px;
                color: #000000;
            }

.overlay-a {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Blog */
/* Slide Block */
.slide-block {
    position: relative;
    padding: 60px 20px 20px;
    display: flex;
    align-items: flex-start;
}

    .slide-block > .inner {
        transition: box-shadow 0.3s ease 0s, transform 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0s;
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-grow: 1;
        position: relative;
    }

        .slide-block > .inner:hover {
            transform: translateY(-5px);
        }

        .slide-block > .inner > .inset {
            position: relative;
        }

            .slide-block > .inner > .inset > .iconbox {
                align-items: flex-start;
                padding-bottom: 45px !important;
                text-align: start !important;
                box-shadow: rgb(0 0 0 / 7%) 0px 25px 25px;
                border: 1px solid #e7e7e7;
                border-radius: 10px;
                padding: 25px 10%;
                background-color: rgb(255, 255, 255);
                display: flex;
                margin-bottom: 2em;
                position: relative;
                justify-content: center;
                flex-direction: column;
                transition: box-shadow 0.3s ease 0s, background 0.3s ease 0s;
            }

                .slide-block > .inner > .inset > .iconbox > .iconbox-icon-container {
                    color: rgb(244, 97, 37);
                    font-size: 52px;
                    margin-bottom: 22px !important;
                    margin-top: 0.6em;
                    margin-bottom: 1em;
                    display: flex;
                    border: 0px solid rgb(242, 244, 247);
                    align-items: center;
                    justify-content: center;
                    line-height: 1em;
                    transition: border 0.3s ease 0s, box-shadow 0.3s ease 0s;
                    position: relative;
                    z-index: 2;
                }

                    .slide-block > .inner > .inset > .iconbox > .iconbox-icon-container > .icon-custom-bg {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        z-index: 0;
                        transform: translateX(-50%) translateY(-50%);
                        margin-top: -15px;
                        margin-inline-start: 32px;
                        width: 75px;
                        height: 65px;
                    }

                    .slide-block > .inner > .inset > .iconbox > .iconbox-icon-container > img {
                        display: inline-block;
                        font-size: 1em;
                        height: auto;
                        position: relative;
                        z-index: 2;
                    }

                .slide-block > .inner > .inset > .iconbox > .liquid-overlay-link {
                    z-index: 2;
                    display: inline-block;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    text-align: start;
                    overflow: hidden;
                    text-indent: -99999px;
                }

                .slide-block > .inner > .inset > .iconbox > .contents {
                    position: relative;
                    z-index: 2;
                }

                    .slide-block > .inner > .inset > .iconbox > .contents > .btn {
                        margin-top: 0;
                        margin-bottom: 0;
                        font-size: 17px;
                        padding: 0;
                    }

                        .slide-block > .inner > .inset > .iconbox > .contents > .btn > span {
                            padding: 0;
                            display: inline-flex;
                            border-radius: inherit;
                            border-color: inherit;
                            align-items: center;
                        }

                            .slide-block > .inner > .inset > .iconbox > .contents > .btn > span > .btn-txt {
                                position: relative;
                                font-weight: bold;
                                line-height: 1.2em;
                                letter-spacing: 0.1em;
                                font-size: 13px;
                                text-transform: uppercase;
                                color: #000000;
                                z-index: 3;
                            }

                            .slide-block > .inner > .inset > .iconbox > .contents > .btn > span > .btn-icon {
                                margin-inline-end: 0;
                                margin-inline-start: 8px;
                                position: relative;
                                z-index: 3;
                                display: inline-flex;
                                align-items: center;
                                justify-content: center;
                                font-size: 13px;
                                letter-spacing: 0;
                                color: #000;
                            }

                    .slide-block > .inner > .inset > .iconbox > .contents > p {
                        display: inline-block;
                        margin-top: 0;
                        margin-bottom: 1.25em !important;
                        position: relative;
                        font-size: 16px;
                        line-height: 1.75em;
                        color: #000000;
                    }

                    .slide-block > .inner > .inset > .iconbox > .contents > h3 {
                        position: relative;
                        display: inline-block;
                        margin-top: 0;
                        margin-bottom: 1.25em !important;
                        font-weight: bold;
                        line-height: 1.2em;
                        letter-spacing: 0.1em;
                        font-size: 13px;
                        color: #000000;
                    }

                        .slide-block > .inner > .inset > .iconbox > .contents > h3::after {
                            content: "";
                            position: absolute;
                            top: 50%;
                            right: 0px;
                            opacity: 0;
                            width: 25px;
                            height: 25px;
                            transform: translate(calc(1em + -100%), -50%);
                            background: url('../img/right_arrow_icon.png') no-repeat center;
                            transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 0.5s 0s;
                        }

        .slide-block > .inner:hover > .inset > .iconbox > .contents > h3:after {
            opacity: 1;
            transform: translate(1em,-50%);
            right: -40px;
        }
/* Slide Block */

/* İletişim */
.contact-middle {
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    overflow: visible;
}

    .contact-middle > .elementor-row {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
    }

        .contact-middle > .elementor-row > .address_box {
            width: 35%;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .contact-middle > .elementor-row > .address_box::after {
                position: absolute;
                content: '';
                width: 30px;
                height: 30px;
                background: #103427;
                top: 50%;
                right: 0;
                z-index: 99;
                clip-path: polygon(0 0,100% 0,0 100%);
                transform: translate(-70%,-50%) rotate( 135deg);
            }

            .contact-middle > .elementor-row > .address_box > .address_box_inset {
                background-color: #103427;
                transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
                margin: 0 0 0 35px;
                border-radius: 7px 7px 7px 7px;
                padding: 0;
                width: 100%;
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-background-overlay {
                    border-radius: 7px 7px 7px 7px;
                    mix-blend-mode: luminosity;
                    transition: background .3s,border-radius .3s,opacity .3s;
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    opacity: .14;
                    height: 100%;
                    width: 100%;
                    top: 0;
                    left: 0;
                    position: absolute;
                }

                .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap {
                    align-content: center;
                    align-items: center;
                    padding: 50px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    position: relative;
                    width: 100%;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    -ms-flex-line-pack: start;
                    align-content: flex-start;
                }

                    .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget {
                        width: 100%;
                        position: relative;
                    }

                        .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item {
                            font-size: 21px;
                            font-weight: 600;
                        }

                            .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a {
                                margin: -6px 0 34px;
                                -webkit-box-align: center;
                                -ms-flex-align: center;
                                align-items: center;
                                -webkit-transition: all .4s ease;
                                transition: all .4s ease;
                                position: relative;
                                display: -webkit-box;
                                display: -ms-flexbox;
                                display: flex;
                                -webkit-box-align: center;
                                -ms-flex-align: center;
                                align-items: center;
                                font-size: inherit;
                                text-decoration: none;
                                outline: 0;
                            }

                                .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a > .list_content {
                                    text-align: center;
                                    width: 100%;
                                }

                                    .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a > .list_content > .address-icon-list-text {
                                        color: #fff;
                                        margin: 0;
                                        display: block;
                                        margin-bottom: 0;
                                    }

                                        .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a > .list_content > .address-icon-list-text > .title {
                                            position: relative;
                                            margin: 5px auto;
                                            display: inherit;
                                        }

                                        .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a > .list_content > .address-icon-list-text > .titletop {
                                            position: relative;
                                            font-size: 32px;
                                            font-weight: 600;
                                        }

                                        .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-widget > .address-widget-container > .address-icon-list-item > a > .list_content > .address-icon-list-text > .subtitle {
                                            font-size: 16px;
                                            font-weight: 500;
                                            color: #fff;
                                            padding: 8px 0 0;
                                            font-style: normal;
                                            display: block;
                                            -webkit-transition: all .4s ease;
                                            transition: all .4s ease;
                                        }

                    .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-button::before {
                        position: absolute;
                        width: 8px;
                        height: 8px;
                        background: #fff;
                        content: '';
                        left: -20px;
                        transition: all .3s !important;
                        top: 11px;
                        border-radius: 50%;
                    }

                    .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-button {
                        position: relative;
                        z-index: 2;
                        width: 100%;
                    }

                        .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-button > a {
                            padding: 0;
                            font-size: 16px;
                            font-weight: 500;
                            text-decoration: underline;
                            background-color: transparent;
                            border-style: none;
                            border-radius: 5px;
                            color: #fff;
                            position: relative;
                            display: inline-block;
                            line-height: 1;
                            -webkit-user-select: none;
                            -moz-user-select: none;
                            -ms-user-select: none;
                            user-select: none;
                            white-space: nowrap;
                            vertical-align: middle;
                            text-align: center;
                            -webkit-transition: all .4s ease;
                            transition: all .4s ease;
                        }

                            .contact-middle > .elementor-row > .address_box > .address_box_inset > .address-widget-wrap > .address-button > a::before {
                                position: absolute;
                                content: "";
                                border-radius: inherit;
                                -webkit-transition: all .4s ease;
                                transition: all .4s ease;
                                z-index: -1;
                                top: 0;
                                left: 0;
                                height: 100%;
                                width: 100%;
                                background-size: 102% 102%;
                                opacity: 0;
                            }

        .contact-middle > .elementor-row > .map_box {
            width: 65%;
            background-color: #FFFFFF;
            box-shadow: 0px 10px 35px 0px rgb(0 0 0 / 10%);
            transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
            padding: 50px 35px 50px 35px;
            overflow: visible;
            border-radius: 6px 6px 6px 6px;
            position: relative;
        }

            .contact-middle > .elementor-row > .map_box > .map-area {
                width: 100%;
            }

                .contact-middle > .elementor-row > .map_box > .map-area > .wrap {
                    position: relative;
                    width: 100%;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    -ms-flex-line-pack: start;
                    align-content: flex-start;
                }

                    .contact-middle > .elementor-row > .map_box > .map-area > .wrap > .google_maps {
                        width: 100%;
                        position: relative;
                        line-height: 0;
                    }

                        .contact-middle > .elementor-row > .map_box > .map-area > .wrap > .google_maps > iframe {
                            height: 385px;
                            filter: brightness( 87% ) contrast( 143% ) saturate( 0% ) blur( 0px ) hue-rotate( 215deg );
                            max-width: 100%;
                            width: 100%;
                            margin: 0;
                            line-height: 1;
                            border: none;
                        }

            .contact-middle > .elementor-row > .map_box > .row {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin-right: -15px;
                margin-left: -15px;
            }

                .contact-middle > .elementor-row > .map_box > .row .form-group {
                    position: relative;
                    margin-bottom: 1rem;
                }

            .contact-middle > .elementor-row > .map_box > h1 {
                color: rgb(16, 16, 16);
                margin: 0px 0px 15px;
                font-size: 32px;
                font-weight: 900;
                line-height: 54px;
                text-align: center;
            }

.form-group td {
    padding: 0 10px;
}

    .form-group td label {
        padding-left: 10px;
        cursor: pointer;
    }

.form-group .label {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1.0rem;
    padding: 0;
}

.form-group .form-control {
    padding: 12px 16px 12px 16px;
    border-radius: 5px 5px 5px 5px;
    background-color: #f6f7f9;
    font-size: 12px;
    border: 1px solid #02010100;
    height: 45px;
    color: #000;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 1.5;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-box-shadow: 0px 16px 32px 0px rgb(32 85 125 / 10%);
    box-shadow: 0px 16px 32px 0px rgb(32 85 125 / 10%);
}

    .form-group .form-control:focus,
    .form-group .form-control:active {
        border-color: #103427 !important;
        color: #000;
        background-color: #fff;
        border-color: #103427;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

.form-group svg {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #103427;
}

textarea.form-control {
    height: 150px !important;
}

.form-group > .btn {
    display: block;
    margin: 10px auto;
    cursor: pointer;
    color: #fff;
    background-color: #103427;
    display: inline-block;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #103427;
    box-sizing: border-box;
    transform: translateY(0);
    padding: 10px 25px;
    font-size: 14px;
    transition: all .2s ease-in-out;
    border-radius: 5px !important;
    margin-bottom: 0.75rem !important;
}

    .form-group > .btn:hover {
        color: #fff;
        background-color: #103427;
        border-color: #103427;
        transform: translateY(-0.15rem);
        box-shadow: 0 0.25rem 0.75rem rgb(30 34 40 / 15%);
        color: #fff;
    }
/* İletişim */
/* Galeri */
.snip1159 {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .snip1159 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .snip1159 img {
        max-width: 100%;
        width: 100%;
        padding: 15px;
    }

    .snip1159 div {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 50px;
        height: 50px;
        opacity: 0;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
        background: #ffffff;
    }

        .snip1159 div:before,
        .snip1159 div:after {
            content: '';
            width: 50px;
            height: 50px;
            background: rgba(67, 84, 250, 0.4);
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .snip1159 svg {
        top: 0;
        left: 0;
        font-size: 34px;
        color: #fff !important;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .snip1159 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
    }

    .snip1159.blue svg {
        color: #000 !important;
    }

    .snip1159:hover img,
    .snip1159.hover img {
        opacity: 0.3;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .snip1159:hover div,
    .snip1159.hover div {
        opacity: 1;
    }

        .snip1159:hover div:after,
        .snip1159.hover div:after,
        .snip1159:hover div:before,
        .snip1159.hover div:before {
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

        .snip1159:hover div:before,
        .snip1159.hover div:before {
            -webkit-transform: scale(1.45);
            transform: scale(1.45);
        }

        .snip1159:hover div:after,
        .snip1159.hover div:after {
            -webkit-transform: scale(1.88);
            transform: scale(1.88);
        }
/* Galeri */
/* Ekibe Katıl Banner */
.ekibekatil-banner {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    padding: 60px 0;
    background-image: url('../img/talep.jpg');
}
/* Ekibe Katıl Banner */
/* Katalog */
.snip1580 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 5px;
    width: 24%;
    background-color: #000000;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

    .snip1580 * {
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .snip1580 img {
        max-width: 100%;
        vertical-align: top;
    }

    .snip1580 figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.75);
    }

    .snip1580 h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        margin: 3px 0;
    }

    .snip1580 h5 {
        font-weight: 400;
        margin: 0;
        color: #bbb;
        letter-spacing: 1px;
    }

    .snip1580 a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .snip1580:hover figcaption,
    .snip1580.hover figcaption {
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        background-color: #fff;
    }

    .snip1580:hover h3,
    .snip1580.hover h3,
    .snip1580:hover h5,
    .snip1580.hover h5 {
        color: #333;
    }
/* Katalog */
/* WhatsApp */
.call-now-button {
    z-index: 9999;
    clear: both;
    margin: 0 auto;
    position: fixed;
    border-radius: 50px;
}

    .call-now-button div {
        display: flex;
        cursor: pointer;
    }

        .call-now-button div a .quick-alo-ph-img-circle, .call-now-button div a .quick-alo-phone-img-circle {
            background-color: #0c3;
        }

.quick-alo-ph-circle.active {
    width: 130px;
    height: 130px;
    top: -40px;
    left: -40px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    opacity: 1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-ph-circle-fill.active {
    width: 80px;
    height: 80px;
    top: -15px;
    left: -15px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone-img-circle.shake {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    background: url(../img/whatsapp-logo.png) no-repeat center center;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1;
    }
}

@keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}


.call-now-button {
    bottom: 0%;
    right: 5%;
    background: transparent;
}

@media only screen and (min-width: 320px) and (max-width: 758px) {
    .call-now-button {
        right: -17% !important;
        width: 40%;
        left: unset;
    }
}
/* WhatsApp */
/* Cookie */
.cookie-container {
    position: fixed;
    z-index: 2147483645;
    max-width: 375px;
    bottom: 1em;
    left: 1em;
    font-size: 16px;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 48%;
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 3px 16px 0 rgb(0 0 0 / 26%);
    -webkit-box-shadow: 0 3px 16px 0 rgb(0 0 0 / 26%);
    -moz-box-shadow: 0 3px 16px 0 rgb(0 0 0 / 26%);
    box-shadow: 0 3px 16px 0 rgb(0 0 0 / 26%);
}

    .cookie-container > .cookie_inset {
        float: right;
        margin: 5px 15px;
        display: inline-block;
        cursor: pointer;
    }

        .cookie-container > .cookie_inset > .cookie-button {
            display: inline-block;
            padding: 0;
            border: none;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzQ4LjMzM3B4IiBoZWlnaHQ9IjM0OC4zMzNweCIgdmlld0JveD0iMCAwIDM0OC4zMzMgMzQ4LjMzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQ4LjMzMyAzNDguMzM0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzU2NTY1NiIgZD0iTTMzNi41NTksNjguNjExTDIzMS4wMTYsMTc0LjE2NWwxMDUuNTQzLDEwNS41NDljMTUuNjk5LDE1LjcwNSwxNS42OTksNDEuMTQ1LDAsNTYuODVjLTcuODQ0LDcuODQ0LTE4LjEyOCwxMS43NjktMjguNDA3LDExLjc2OWMtMTAuMjk2LDAtMjAuNTgxLTMuOTE5LTI4LjQxOS0xMS43NjlMMTc0LjE2NywyMzEuMDAzTDY4LjYwOSwzMzYuNTYzYy03Ljg0Myw3Ljg0NC0xOC4xMjgsMTEuNzY5LTI4LjQxNiwxMS43NjljLTEwLjI4NSwwLTIwLjU2My0zLjkxOS0yOC40MTMtMTEuNzY5Yy0xNS42OTktMTUuNjk4LTE1LjY5OS00MS4xMzksMC01Ni44NWwxMDUuNTQtMTA1LjU0OUwxMS43NzQsNjguNjExYy0xNS42OTktMTUuNjk5LTE1LjY5OS00MS4xNDUsMC01Ni44NDRjMTUuNjk2LTE1LjY4Nyw0MS4xMjctMTUuNjg3LDU2LjgyOSwwbDEwNS41NjMsMTA1LjU1NEwyNzkuNzIxLDExLjc2N2MxNS43MDUtMTUuNjg3LDQxLjEzOS0xNS42ODcsNTYuODMyLDBDMzUyLjI1OCwyNy40NjYsMzUyLjI1OCw1Mi45MTIsMzM2LjU1OSw2OC42MTF6Ii8+PC9nPjwvc3ZnPg==);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            height: 12px;
            width: 12px;
        }

    .cookie-container > p {
        padding: 4px 20px 0;
        color: #000;
        font-weight: 400;
        font-size: 13px;
        clear: both;
        float: left;
        line-height: 1.5;
        margin: 0;
    }

    .cookie-container > a {
        display: block;
        float: left;
        padding: 10px 0;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        color: #000000;
        margin: 0 10px 0 20px;
    }

        .cookie-container > a:last-child {
            margin: 0;
        }

@media only screen and (max-width: 800px) {
    .cookie-container {
        width: 700px;
    }
}

@media only screen and (max-width: 700px) {
    .cookie-container {
        width: 90%;
        height: 110px;
        padding: 10px;
    }

        .cookie-container > .cookie_inset {
            position: absolute;
            right: 0;
        }

        .cookie-container > p {
            font-size: xx-small;
        }
}

@media only screen and (max-width: 360px) {
    .cookie-container {
        height: auto;
        padding: 20px 45px 20px 20px;
    }

        .cookie-container .cookie-button {
            float: right;
            position: relative;
            right: auto;
            bottom: auto;
        }
}
/* Cookie */



/* Mobile */
.laptop {
    display: block;
}

.mobile {
    display: none;
}

@media screen and (max-width: 1650px) {
}

@media screen and (max-width: 1450px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 1000px) {
    .headerbuttonthree {
        float: left !important;
        margin-top: 30px !important;
    }

    .webdesign a img {
        float: none !important;
        text-align: center;
        margin: 0 auto;
    }

    .mobilheader .btn-txt {
        color: #fff;
    }

    .mobilheader.header-fixed .btn-txt {
        color: #000;
    }

    .mobilheader .black,
    .mobilheader.header-fixed .white {
        display: none !important;
    }

    .mobilheader .white,
    .mobilheader.header-fixed .black {
        display: inline-block !important;
    }

    .right-corporate {
        position: relative;
        clear: both;
    }

    .write .deflink {
        margin: 0 auto;
    }

    .orta-logo {
        position: absolute;
        top: 5%;
        left: auto;
        right: 0;
        transform: none;
    }

    .galeri_area > .container,
    .product-area > .container {
        padding: 0;
    }

    .galeri-item {
        margin-bottom: 0;
    }

    .about-area-down.big,
    .welcome-area-down,
    .corporate-area,
    .banner-area {
        height: auto;
        padding: 15px 0;
    }

        .welcome-area-down > div > div > div,
        .corporate-area > div > div > div,
        .banner-area > div > div > div {
            padding: 0;
        }

    .page-footer > .row > .container {
        display: block !important;
    }

        .page-footer > .row > .container > div > img {
            margin: 0 auto;
            display: block;
        }

    .social_footer {
        text-align: center !important;
    }

    .banner-item h1 {
        margin: 0 auto;
    }

    .banner-item p {
        margin-bottom: .5em;
    }

    .laptop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .lqd-contact-form label {
        display: contents;
    }

    .navbar-nav {
        margin: 0 auto;
    }

    .heading2 > h2 {
        width: 100%;
    }

    .contact-area {
        padding: 5px 10px;
    }

    .contact-button,
    .text-right {
        text-align: center;
    }

    .item-area,
    .contact-area > .row,
    .block-area > .container,
    header > .head-area > .container-fluid,
    header > .head-area > .container-fluid > .inset,
    header > .head-area > .container-fluid > .inset > .col {
        display: block !important;
    }

    .block-area .mleft {
        margin-top: 15px;
        padding: 0 15px;
    }

    .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .infobox {
        height: 50vh;
    }

    .referance-area .item-brand .inner {
        border: 1px solid #dbdbdb;
    }

    .footer-menu-area > .maps-pic,
    .footer-menu-area > div > h3 {
        margin: 15px auto !important;
    }

    header > .head-area {
        padding: 10px 5px;
    }

        header > .head-area > .container-fluid > .inset > .col-sol,
        header > .head-area > .container-fluid > .inset > .col-sag {
            max-width: 100%;
        }

        header > .head-area > .container-fluid > .inset > .col > a > img {
            margin: 0 auto;
        }

        header > .head-area > .container-fluid > .inset > .col > .col-flex {
            display: inline-block;
        }

        header > .head-area > .container-fluid > .inset > .col-sag {
            text-align: center !important;
        }
    /* Mobile Header */
    .navbar-collapse {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background-color: #004066;
        border-top: 1px solid rgba(255,255,255,.1);
        z-index: 9999;
        max-height: calc(100vh - 70px);
        padding: 0 15px;
        margin: 0 auto !important;
    }

        .navbar-collapse > ul > li {
            display: block;
            float: none;
        }

            .navbar-collapse > ul > li > a {
                display: block;
                padding: 10px 20px;
                font-size: 14px;
                border-bottom: 1px solid rgba(255,255,255,.1);
                color: #fff;
            }

                .navbar-collapse > ul > li > a > i {
                    margin-right: 5px;
                }

    .navbar-nav li:hover > ul.dropdown-menu {
        display: block;
        width: 100%;
        position: relative;
        border-radius: 0;
        left: 0;
        margin: 0;
    }
    /* Mobil Header */
}

@media all and (min-width: 1000px) {
}


.aciliermenu-right {
    position: relative;
    width: 100%;
    height: 34vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acilirmenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background: #000;
    z-index: 8;
    max-height: 0;
    overflow: hidden;
    transition: all 1s ease;
}

    .acilirmenu.opened {
        max-height: 10000px;
        transition: all 2s ease;
    }

    .acilirmenu .sitenav {
        text-align: left;
        position: absolute;
        left: 5%;
        right: 0px;
        top: 0;
    }

.sliding-menu {
    margin-top: 10%;
}

    .sliding-menu ul {
        list-style: none;
        padding: 0;
    }

    .sliding-menu .primary-nav {
        margin-bottom: 40px;
        display: block;
    }

    .sliding-menu ul li {
        position: relative;
    }

        .sliding-menu ul li a {
            position: relative;
            padding-bottom: 2px;
            -webkit-transition: 1s ease;
            -o-transition: 1s ease;
            transition: 1s ease;
            display: inline-block;
            font-size: 40px;
            margin-bottom: 0px;
            color: #fff;
            font-weight: 500;
        }

            .sliding-menu ul li a:before {
                content: "";
                width: 0;
                height: 2px;
                background-color: #000;
                position: absolute;
                bottom: -2px;
                z-index: -1;
                left: 0;
                right: initial;
                animation: line-under-animation-out .5s ease forwards;
            }

            .sliding-menu ul li a:hover:before {
                animation: line-under-animation-in .5s ease forwards;
            }

    .sliding-menu ul.secondry-nav li a {
        font-size: 12px;
        letter-spacing: 2px;
        margin-bottom: 10px;
        font-weight: 500;
        text-transform: uppercase;
    }

        .sliding-menu ul.secondry-nav li a:before {
            height: 1px !important;
        }

.social {
    margin-top: 20px;
    display: block;
    width: 100%;
}

    .social h5 {
        text-transform: uppercase;
        letter-spacing: 4px;
        font-weight: 400;
        margin: 5px 0;
        display: inline-block;
        margin-bottom: 10px !important;
        width: auto;
        font-size: 10px !important;
        color: #000;
    }

    .social .icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
    }

        .social .icons li.icon {
            padding-right: 20px;
            opacity: .8;
            -webkit-transition: .5s ease;
            -o-transition: .5s ease;
            transition: .5s ease;
        }

    .social ul li {
        width: auto;
        margin-right: 5px;
    }

    .social .icons li.icon a {
        width: 22px;
        height: 22px;
        display: block;
        color: #000;
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .social .icons li.icon svg {
        width: 22px;
        height: 22px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0;
    }

.menu-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.contactbox {
    margin-left: auto;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    align-self: flex-end;
    padding: 10%;
}

    .contactbox .option {
        margin-bottom: 40px;
    }

        .contactbox .option:nth-last-child(1) {
            margin-bottom: 0;
        }

        .contactbox .option span {
            color: #2a8ed0;
            width: 100%;
            margin-bottom: 5px;
            display: block;
        }

            .contactbox .option span svg {
                margin-right: 5px;
            }

        .contactbox .option a {
            width: 100%;
            color: #000;
            display: block;
        }

        .contactbox .option ul li {
            position: relative;
            color: #000;
            display: inline-block;
            margin: 0 5px;
        }

            .contactbox .option ul li:after {
                content: "";
                position: absolute;
                top: 0px;
                right: -5px;
                width: 2px;
                height: 20px;
                background: #2a8ed0;
            }

            .contactbox .option ul li:last-child:after {
                display: none;
            }

.menu-right, .menu-right .projects-tiles {
    padding: 0;
    margin: 0;
}

    .menu-right .projects-tiles li {
        width: 100%;
        height: 100vh;
        position: relative;
        cursor: pointer;
        color: #fff;
        border: none;
        list-style-type: none;
        margin-bottom: 50px;
    }

        .menu-right .projects-tiles li .inner {
            background-color: #000;
            -webkit-transition: .5s ease;
            -o-transition: .5s ease;
            transition: .5s ease;
        }

            .menu-right .projects-tiles li .inner, .menu-right .projects-tiles li .inner .image-wrap {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

                .menu-right .projects-tiles li .inner .text {
                    position: absolute;
                    bottom: 25px;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    text-align: center;
                    z-index: 999;
                }

                .menu-right .projects-tiles li .inner .image-wrap {
                    opacity: .8;
                    -webkit-transition: 1s ease .3s;
                    -o-transition: 1s ease .3s;
                    transition: 1s ease .3s;
                }

                .menu-right .projects-tiles li .inner .text h3 {
                    font-size: 12px;
                    font-weight: 200;
                    opacity: .5;
                    margin-bottom: 10px;
                    color: #fff;
                }

                .menu-right .projects-tiles li .inner .text h1 {
                    font-size: 21px;
                    opacity: .8;
                    margin-bottom: 10px;
                    display: block;
                    color: #fff;
                }

                .menu-right .projects-tiles li .inner .text .discover {
                    display: block;
                    position: relative;
                    font-size: 13px;
                    font-weight: 200;
                    margin-bottom: 10px;
                    text-transform: uppercase;
                    letter-spacing: 4px;
                    color: #fff;
                    -webkit-transform: translateY(20px);
                    -ms-transform: translateY(20px);
                    transform: translateY(20px);
                    -webkit-transition: 1s ease;
                    -o-transition: 1s ease;
                    transition: 1s ease;
                    opacity: 0;
                }

                .menu-right .projects-tiles li .inner .text h1, .menu-right .projects-tiles li .inner .text h3 {
                    -webkit-transform: translateY(10px);
                    -ms-transform: translateY(10px);
                    transform: translateY(10px);
                    -webkit-transition: 1s ease .3s;
                    -o-transition: 1s ease .3s;
                    transition: 1s ease .3s;
                }

        .menu-right .projects-tiles li:hover .inner .image-wrap {
            opacity: .4;
        }

        .menu-right .projects-tiles li:hover .inner .text h1, .menu-right .projects-tiles li:hover .inner .text h3 {
            -webkit-transform: translateY(-8px);
            -ms-transform: translateY(-8px);
            transform: translateY(-8px);
            opacity: 1;
        }

        .menu-right .projects-tiles li:hover .inner .text .discover {
            opacity: 1;
            -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
        }

        .menu-right .projects-tiles li .inner .image-wrap figure {
            position: absolute;
            background-image: none;
            opacity: 0.8;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            margin: 0;
        }

.sign-in {
    display: flex;
    margin-top: 30px;
    width: 100%;
}

    .sign-in .sign-in-link {
        display: flex;
        align-items: center;
    }

        .sign-in .sign-in-link .sign-in-image {
            height: 30px;
            width: 30px;
            margin: 0 auto;
        }

.toggle-gravity .to-be-pulled {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transition: .1s ease !important;
    -o-transition: .1s ease !important;
    transition: .1s ease !important;
}

.sign-in .sign-in-link .sign-in-text {
    text-transform: uppercase;
    margin-left: 10px;
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
    letter-spacing: 5px;
    font-weight: 500;
    position: relative;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    display: inline-block;
}

    .sign-in .sign-in-link .sign-in-text:before {
        content: "";
        width: 0;
        height: 2px;
        background-color: #000;
        position: absolute;
        bottom: -2px;
        z-index: -1;
        left: 0;
        right: initial;
        animation: line-under-animation-out .5s ease forwards;
    }

    .sign-in .sign-in-link .sign-in-text:hover:before {
        animation: line-under-animation-in .5s ease forwards;
    }

.link.btn {
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 12px 30px;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    font-size: 13px;
    line-height: 1rem;
    margin-top: 15px;
}

    .link.btn.-one {
        color: #fff;
        background-color: #2a8ed0;
    }

    .link.btn:after {
        content: '';
        width: 0;
        height: 100%;
        border-radius: 5px;
        position: absolute;
        top: 0;
        left: 0;
        transition: .5s;
    }

    .link.btn.-one:after {
        background-color: #42B3E5;
    }

    .link.btn:hover:after {
        width: 100%;
        transition: .5s;
    }

    .link.btn span {
        position: relative;
        z-index: 1;
    }

@media (max-width: 1024px) {
    .link.btn {
        width: 340px;
    }
}

@media (max-width: 425px) {
    .link.btn {
        font-size: small;
        width: auto;
        min-width: 160px;
        padding: 15px 0;
        margin: 15px auto;
    }
}

@media screen and (max-width: 1000px) {
    .acilirmenu .sitenav {
        text-align: center;
    }

    .acilirmenu .social {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .acilirmenu .sitenav {
        top: 20vh;
    }
}

@media screen and (max-width: 1000px) {
    .social .icons {
        display: inline-flex;
    }

    .menu-middle, .menu-right {
        display: none;
    }

    .sign-in .sign-in-link {
        display: block;
    }
}

.menubutton {
    position: relative;
    margin-top: 10px;
    cursor: pointer;
    display: inline-block;
}

    .menubutton.opened span {
        color: transparent !important;
        display: none;
    }

    .menubutton span {
        font-weight: 600;
        color: #fff;
        padding-left: 50px;
    }

        .menubutton span::before {
            display: inline-block;
            content: "";
            border-top: .2rem solid #fff;
            width: 3rem;
            margin: 0 1rem;
            transform: translateY(-1rem);
            position: absolute;
            left: 0;
            top: 15px;
            transition: all 0.5s ease;
        }

        .menubutton span::after {
            display: inline-block;
            content: "";
            border-top: .2rem solid #fff;
            width: 3rem;
            margin: 0 1rem;
            transform: translateY(-1rem);
            position: absolute;
            left: 0;
            top: 21px;
            transition: all 0.5s ease;
        }

    .menubutton.opened span {
        color: #000;
    }

        .menubutton.opened span::before {
            display: inline-block;
            content: "";
            border-top: .2rem solid #103427;
            width: 4rem;
            margin: 0 1rem;
            transform: translateY(-1rem);
            position: absolute;
            left: 0;
            top: 36px;
            transform: rotate(45deg);
        }

        .menubutton.opened span::after {
            display: inline-block;
            content: "";
            border-top: .2rem solid #103427;
            width: 4rem;
            margin: 0 1rem;
            transform: translateY(-1rem);
            position: absolute;
            left: 0;
            top: 37px;
            transform: rotate(-45deg);
        }

.menubuttonmobile {
    margin-top: 28px;
    cursor: pointer;
    width: 30%;
    float: left;
}

    .menubuttonmobile.opened span {
        color: transparent !important;
        display: none;
    }

    .menubuttonmobile span {
        font-weight: 600;
        color: #fff;
        padding-left: 50px;
    }

        .menubuttonmobile span::before {
            display: inline-block;
            content: "";
            border-top: .2rem solid #fff;
            width: 4rem;
            margin: 0 1rem;
            transform: translateY(-1rem);
            position: absolute;
            left: 0;
            top: 44px;
            transition: all 0.5s ease;
        }

        .menubuttonmobile span::after {
            display: inline-block;
            content: "";
            border-top: .2rem solid #fff;
            width: 4rem;
            margin: 0 1rem;
            transform: translateY(-1rem);
            position: absolute;
            left: 0;
            top: 51px;
            transition: all 0.5s ease;
        }

    .menubuttonmobile.opened span {
        color: #000;
        display: block !important;
    }

        .menubuttonmobile.opened span::before {
            display: inline-block;
            content: "";
            border-top: .2rem solid #fff !important;
            width: 4rem;
            margin: 0 1rem;
            transform: translateY(-1rem);
            position: absolute;
            left: 0;
            top: 36px;
            transform: rotate(43deg);
        }

        .menubuttonmobile.opened span::after {
            display: inline-block;
            content: "";
            border-top: .2rem solid #fff !important;
            width: 4rem;
            margin: 0 1rem;
            transform: translateY(-1rem);
            position: absolute;
            left: 0;
            top: 37px;
            transform: rotate(-45deg);
        }

.liq-menu {
    padding-bottom: 15px;
}

    .liq-menu li {
        display: inline-block;
    }

        .Wrapperstyles__Wrapper-sc-1k6eqmm-0 li.nav-item:first-child,
        .liq-menu li:first-child {
            display: none;
        }

        .liq-menu li a {
            font-size: 1vw;
            line-height: 1.1em;
            font-weight: 700;
            color: rgb(217, 217, 217);
            margin: 0 10px 0 0;
        }

        .liq-menu li:hover a {
            color: #fff;
        }

.headerbuttonone {
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.headerbuttonone {
    padding: 0 0 0 40px;
}

    .headerbuttonone ul li {
        display: inline-block;
        margin-right: 15px;
    }

        .headerbuttonone ul li a {
            color: #fff !important;
        }

        .headerbuttonone ul li:hover a {
            color: #103427 !important;
            text-decoration: unset !important;
        }

.headerbuttontwo {
    float: left;
    text-align: center;
    margin-top: 17px;
    margin-left: 15px;
}

.headerbuttontwo {
    padding: 10px 14px;
    border: 1px solid #103427;
    border-radius: 50px;
    background: #103427;
}

    .headerbuttontwo svg {
        color: #fff !important;
    }

.headerbuttonthree {
    float: right;
    text-align: center;
    margin-top: 17px;
    margin-left: 15px;
}

    .headerbuttonthree a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.headerbuttonthree {
    padding: 10px 14px;
    border-radius: 50px;
}

    .headerbuttonthree .btn-txt {
        color: #fff;
        font-weight: 600;
        margin-left: 5px;
    }

        .headerbuttonthree .btn-txt:hover {
            text-decoration: unset !important;
            color: #103427 !important;
        }

    .headerbuttonthree .circle {
        height: 100px;
        width: 100px;
        padding: 10px 18px;
        border-radius: 50%;
        background-color: transparent;
        position: relative;
        top: 0;
        left: 15px;
        -webkit-transition: height .25s ease, width .25s ease;
        transition: height .25s ease, width .25s ease;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: -1;
    }

        .headerbuttonthree .circle:hover {
            height: 150px;
            width: 150px;
        }

        .headerbuttonthree .circle:before,
        .headerbuttonthree .circle:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border-radius: 50%;
            border: 1px solid #103427;
        }

        .headerbuttonthree .circle:before {
            -webkit-animation: ripple 2s linear infinite;
            animation: ripple 2s linear infinite;
        }

        .headerbuttonthree .circle:after {
            -webkit-animation: ripple 2s linear 1s infinite;
            animation: ripple 2s linear 1s infinite;
        }

        .headerbuttonthree .circle:hover:before,
        .headerbuttonthree .circle:hover:after {
            -webkit-animation: none;
            animation: none;
        }

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.headerbuttonfour {
    text-align: right;
    margin-top: 28px;
    margin-right: -50px;
}

    .headerbuttonfour span {
        font-weight: 600;
        color: #fff;
    }

.slidervideo {
    height: 100vh;
    width: 100%;
    position: absolute;
    object-fit: cover;
}

.main-slide-area h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px !important;
}

.main-slide-area h2 {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    margin-top: 0 !important;
    line-height: 50px;
    letter-spacing: 12px;
}

.main-slide-area p {
    color: #fff;
    font-size: 12px;
    width: 60%;
    font-weight: 400;
}

.acilirmenu div {
    padding-left: 0;
    padding-right: 0;
}

.menusagalt {
    color: #fff !important;
}

.menusagalt {
    margin-top: 30px;
}

    .menusagalt ul li {
        display: inline-block;
    }

    .menusagalt ul .ikon {
        border: 1px solid #103427;
        border-radius: 50px;
        padding: 10px 13px;
        margin-bottom: 25px;
    }

        .menusagalt ul .ikon.two {
            border: 1px solid #103427;
            border-radius: 50px;
            padding: 10px 12px;
            margin-bottom: 25px;
        }

    .menusagalt ul li svg {
        font-size: 15px !important;
    }

    .menusagalt ul li span {
        margin-left: 15px;
        font-weight: 600;
    }



:root {
    --wm-col-width:calc(8.33333vw - 3.33333px);
}


@media all {
    .page-footer {
        position: relative;
        background-color: #191919;
    }

        .page-footer > .row > .container {
            height: 90px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .webdesign a img {
        float: right;
    }

    .social_footer {
        color: #666666;
        font-size: 14px;
        font-weight: 600;
        padding: 10px;
        text-align: left;
    }

        .social_footer img {
            display: inline-block;
        }

        .social_footer span {
            padding-right: 15px;
        }

        .social_footer ul {
            display: inline-block;
            padding-left: 15px;
            border-left: 1px solid rgba(255, 255, 255, 0.15);
        }

            .social_footer ul li {
                display: inline-block;
                margin-right: 5px;
            }

                .social_footer ul li a {
                    color: #666666 !important;
                }

                .social_footer ul li:hover a {
                    color: #103427 !important;
                    text-decoration: unset !important;
                }

    .page-footer__branding {
        padding: 3.75rem 1.25rem 1.875rem;
        position: relative;
        padding-bottom: 60px !important;
        padding-right: 125px !important;
    }

    @media (min-width:992px) {
        .page-footer__branding {
            display: block;
            justify-content: unset;
            padding: 3.125rem 2.5rem;
            padding-left: 70px !important;
        }
    }

    @media (min-width:1200px) {
        .page-footer__branding {
            padding: 3.125rem 7.8125rem;
        }
    }

    .page-footer__branding .region-footer-branding {
        display: inline-block;
        position: relative;
        width: 100%;
    }

    @media (max-width:992px) {
        .page-footer__branding .region-footer-branding {
            display: block;
        }
    }

    @media (min-width:992px) {
        .page-footer__branding .region-footer-branding {
            display: inline-block;
        }
    }

    .page-footer__branding .site-slogan {
        height: 140px;
        position: relative;
        text-indent: -999999px;
        width: 140px;
    }

        .page-footer__branding .site-slogan:after {
            background-image: url('data:image/svg+xml;utf8,<svg width="180" height="116" viewBox="0 0 180 116" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M180 27.7281H152.435V0H143.924V27.7281H116.232V36.25H143.924V63.8509H152.435V36.25H180V27.7281Z" fill="%23DBB48B"/><path d="M118.391 95.0131H124.869V91.5788H114.58V115.618H124.869V112.184H118.391V105.188H123.599V101.754H118.391V95.0131ZM102.258 115.618H112.294V112.184H106.069V91.5788H102.258V115.618ZM94.1284 95.0131C95.2717 95.0131 96.0339 95.5218 96.0339 97.3025V100.864C96.0339 102.645 95.3987 103.153 94.1284 103.153H92.35V95.0131H94.1284ZM94.1284 91.5788H88.5392V115.618H92.35V106.588H94.1284C97.9393 106.588 99.7177 104.553 99.7177 100.61V97.4297C99.8447 93.7411 97.9393 91.5788 94.1284 91.5788ZM73.9308 109.895C73.9308 113.71 75.9633 116 79.6471 116C83.331 116 85.3634 113.838 85.3634 109.895V97.4297C85.3634 93.6139 83.331 91.3245 79.6471 91.3245C75.9633 91.3245 73.9308 93.4867 73.9308 97.4297V109.895ZM77.7417 97.1753C77.7417 95.3946 78.5039 94.7587 79.6471 94.7587C80.7904 94.7587 81.5526 95.3946 81.5526 97.1753V110.149C81.5526 111.93 80.7904 112.566 79.6471 112.566C78.5039 112.566 77.7417 111.93 77.7417 110.149V97.1753ZM64.7848 95.0131H71.2632V91.5788H60.9739V115.618H71.2632V112.184H64.7848V105.188H69.9929V101.754H64.7848V95.0131ZM52.844 95.0131C53.9873 95.0131 54.7495 95.5218 54.7495 97.3025V100.864C54.7495 102.645 54.1143 103.153 52.844 103.153H51.0656V95.0131H52.844ZM52.844 91.5788H47.2548V115.618H51.0656V106.588H52.844C56.6549 106.588 58.4333 104.553 58.4333 100.61V97.4297C58.5603 93.7411 56.6549 91.5788 52.844 91.5788ZM32.3924 95.0131C33.7897 95.0131 34.2978 95.7762 34.2978 97.4297V99.8464C34.2978 101.754 33.4086 102.39 32.0113 102.39H30.4869V95.0131H32.3924ZM38.6168 115.618C38.2357 114.728 38.2357 113.838 38.2357 112.693V109.004C38.2357 106.46 37.6006 104.68 35.6951 103.917C37.3465 103.153 38.1087 101.5 38.1087 99.0832V97.1753C38.1087 93.4867 36.4573 91.5788 32.5194 91.5788H26.8031V115.618H30.614V105.824H31.8843C33.6627 105.824 34.2978 106.588 34.2978 108.877V112.693C34.2978 114.601 34.4248 114.982 34.6789 115.618H38.6168ZM12.1948 109.895C12.1948 113.71 14.2272 116 17.9111 116C21.5949 116 23.6274 113.838 23.6274 109.895V97.4297C23.6274 93.6139 21.5949 91.3245 17.9111 91.3245C14.2272 91.3245 12.1948 93.4867 12.1948 97.4297V109.895ZM16.0056 97.1753C16.0056 95.3946 16.7678 94.7587 17.9111 94.7587C19.0543 94.7587 19.8165 95.3946 19.8165 97.1753V110.149C19.8165 111.93 19.0543 112.566 17.9111 112.566C16.7678 112.566 16.0056 111.93 16.0056 110.149V97.1753ZM3.81087 95.0131H10.0353V91.5788H0V115.618H3.81087V105.697H8.63797V102.263H3.81087V95.0131Z" fill="white"/><path d="M113.945 61.3069C113.945 68.1753 121.313 69.0657 121.313 74.0262C121.313 75.8069 120.55 76.3157 119.407 76.3157C118.264 76.3157 117.502 75.6797 117.502 74.0262V72.2455H113.945V73.7718C113.945 77.5876 115.85 79.8771 119.534 79.8771C123.218 79.8771 125.123 77.7148 125.123 73.7718C125.123 66.9034 117.756 66.0131 117.756 61.0525C117.756 59.2718 118.391 58.6359 119.661 58.6359C120.804 58.6359 121.567 59.2718 121.567 61.0525V62.0701H125.123V61.3069C125.123 57.4911 123.218 55.2017 119.534 55.2017C115.723 55.2017 113.945 57.3639 113.945 61.3069ZM104.799 58.8903H111.277V55.456H100.988V79.4955H111.277V76.0613H104.799V69.0657H110.007V65.6315H104.799V58.8903ZM93.8743 79.4955H97.6852V55.456H93.8743V79.4955ZM79.7741 58.8903H83.712V79.4955H87.5229V58.8903H91.4608V55.456H79.7741V58.8903ZM73.6767 79.4955H77.4876V55.456H73.6767V79.4955ZM67.0712 70.592V74.0262C67.0712 75.8069 66.3091 76.3157 65.1658 76.3157C64.0225 76.3157 63.2604 75.6797 63.2604 74.0262V61.0525C63.2604 59.2718 64.0225 58.6359 65.1658 58.6359C66.3091 58.6359 67.0712 59.2718 67.0712 61.0525V63.5964H70.628V61.3069C70.628 57.4911 68.7226 55.2017 65.0388 55.2017C61.3549 55.2017 59.4495 57.3639 59.4495 61.3069V73.7718C59.4495 77.5876 61.3549 79.8771 65.0388 79.8771C68.7226 79.8771 70.628 77.7148 70.628 73.7718V70.592H67.0712ZM44.8412 58.8903C46.2385 58.8903 46.7466 59.6534 46.7466 61.3069V63.7236C46.7466 65.6315 45.8574 66.2674 44.4601 66.2674H42.9357V58.8903H44.8412ZM50.9386 79.4955C50.5575 78.6052 50.5575 77.7148 50.5575 76.5701V72.8815C50.5575 70.3376 49.9223 68.5569 48.0169 67.7938C49.6683 67.0306 50.4304 65.3771 50.4304 62.9604V61.0525C50.4304 57.3639 48.7791 55.456 44.8412 55.456H39.1249V79.4955H42.9357V69.7017H44.206C45.9844 69.7017 46.6196 70.4648 46.6196 72.7543V76.5701C46.6196 78.478 46.7466 78.8595 47.0007 79.4955H50.9386ZM24.6436 73.7718C24.6436 77.5876 26.676 79.8771 30.3599 79.8771C34.0437 79.8771 36.0762 77.7148 36.0762 73.7718V61.3069C36.0762 57.4911 34.0437 55.2017 30.3599 55.2017C26.676 55.2017 24.6436 57.3639 24.6436 61.3069V73.7718ZM28.3274 61.0525C28.3274 59.2718 29.0896 58.6359 30.2328 58.6359C31.3761 58.6359 32.1383 59.2718 32.1383 61.0525V74.0262C32.1383 75.8069 31.3761 76.4429 30.2328 76.4429C29.0896 76.4429 28.3274 75.8069 28.3274 74.0262V61.0525ZM16.1326 58.8903H22.357V55.456H12.4488V79.4955H16.2597V69.5745H21.0868V66.1403H16.2597V58.8903H16.1326Z" fill="white"/></svg>');
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

    .page-footer__branding .field--body {
        margin-top: 0;
    }

    @media (max-width:992px) {
        .page-footer__branding .field--body {
            margin-left: auto;
            max-width: 10rem;
            padding-top: 1rem;
        }
    }

    .page-footer__branding .field--body p {
        font-size: 14px;
        color: #000;
        line-height: 25px;
    }

    @media (min-width:992px) {
        .page-footer__branding .field--body {
            margin-top: 6.25rem;
        }
    }

    @media (max-width:992px) {
        .page-footer__top {
            display: flex;
            flex-direction: column-reverse;
            margin-left: -1.25rem;
            margin-right: -1.25rem;
            position: relative;
        }
    }

    .page-footer__main {
        padding-bottom: 0;
        padding-left: 4.875rem;
        padding-top: 4.375rem;
        position: relative;
    }

    @media (max-width:992px) {
        .page-footer__main {
            padding: 2.5rem 1.25rem;
        }
    }

    .page-footer__main .field--body p {
        font-size: 1.375rem;
        line-height: 2.1875rem;
        max-width: 80rem;
    }

    .page-footer__notes {
        --tw-text-opacity:1;
        color: rgba(255,255,255,var(--tw-text-opacity));
        padding-bottom: 20px !important;
        padding-right: 5rem !important;
        padding-top: 25px !important;
    }

    @media (max-width:992px) {
        .page-footer__notes {
            margin-left: -1.25rem;
            margin-right: -1.25rem;
            padding-left: 1.25rem;
            padding-right: 1.25rem !important;
        }
    }

    .page-footer__notes .menu--footer-meta > ul {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

    @media (min-width:992px) {
        .page-footer__notes .menu--footer-meta > ul {
            flex-wrap: nowrap;
            padding-left: 48.5%;
            transform: translateY(-2px);
        }
    }

    @media (max-width:992px) {
        .page-footer__notes .menu--footer-meta > ul li {
            margin-bottom: .875rem;
        }
    }

    .page-footer__notes .menu--footer-meta > ul li:not(:last-child) {
        margin-right: 1.25rem;
    }

    @media (min-width:992px) {
        .page-footer__notes .menu--footer-meta > ul li:not(:last-child) {
            margin-right: 2.5rem;
        }
    }

    .page-footer__notes .menu--footer-meta > ul a {
        display: block;
        font-size: 12px;
        line-height: 1.25;
        padding: .375rem 0;
        text-transform: uppercase;
        color: #fff;
    }

    .page-footer__copyright, .page-footer__notes .menu--footer-meta > ul a {
        font-weight: 500;
        letter-spacing: .0625rem;
    }

    .page-footer__copyright {
        font-size: 13px;
        line-height: 1.4;
        position: relative;
        text-align: center;
        text-transform: uppercase;
    }

    @media (min-width:992px) {
        .page-footer__copyright {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            padding: 1.5rem 5rem;
            text-align: left;
        }
    }

    .region-footer-primary .menu--footer {
        border-top: 1px solid rgba(100,123,150,.1);
        margin: 1.875rem 0 0;
        padding: 1.875rem 0 0;
        padding-bottom: 0;
        position: relative;
    }

    @media (min-width:768px) {
        .region-footer-primary .menu--footer > ul {
            align-items: flex-start;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            position: relative;
        }
    }

    .region-footer-primary .menu--footer > ul > li {
        padding: .5rem 0;
        position: relative;
    }

    @media (max-width:992px) {
        .region-footer-primary .menu--footer > ul > li {
            margin-top: 1.375rem;
        }

            .region-footer-primary .menu--footer > ul > li:first-child, .region-footer-primary .menu--footer > ul > li:nth-child(2) {
                display: inline-block;
                margin-top: 0;
            }

            .region-footer-primary .menu--footer > ul > li:first-child {
                padding-left: 0;
            }

                .region-footer-primary .menu--footer > ul > li:first-child ul {
                    display: block !important;
                }

                .region-footer-primary .menu--footer > ul > li:first-child a {
                    margin-right: 2.5rem;
                }
    }

    @media (min-width:992px) {
        .region-footer-primary .menu--footer > ul > li {
            padding: 1rem;
        }

            .region-footer-primary .menu--footer > ul > li:first-child {
                padding-left: 0;
            }
    }

    .region-footer-primary .menu--footer > ul > li > a {
        font-weight: 700;
        position: relative;
        color: #000;
        font-size: 16px;
    }

    @media (max-width:992px) {
        .region-footer-primary .menu--footer > ul > li > a {
            margin-bottom: .25rem;
            padding: .5rem 0;
        }

        .mobil-menu li:nth-child(6) {
            display: none;
        }
    }

    .region-footer-primary .menu--footer > ul > li > a:after {
        background-image: url('data:image/svg+xml;utf8,<svg width="4" height="6" viewBox="0 0 4 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.274627 5.27658L0.998047 6L3.99811 2.99994L3.99806 2.99988L3.9981 2.99984L0.998034 -0.000224859L0.274615 0.723195L2.55131 2.99989L0.274627 5.27658Z" fill="%23263062"/></svg>');
        background-repeat: no-repeat;
        background-size: 100% auto;
        content: "";
        height: .375rem;
        margin-left: .625rem;
        position: absolute;
        top: calc(50% - 2px);
        transition: transform .36s cubic-bezier(.39,.575,.28,.995);
        width: .25rem;
    }

    .region-footer-primary .menu--footer > ul > li > a:hover:after {
        transform: translateX(6px);
    }

    .region-footer-primary .menu--footer > ul > li ul {
        grid-column-gap: 0;
        grid-row-gap: 0;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-template-rows: repeat(1,1fr);
        padding-top: 1rem;
        position: relative;
    }

    @media (max-width:992px) {
        .region-footer-primary .menu--footer > ul > li ul {
            padding-top: .375rem;
        }
    }

    .region-footer-primary .menu--footer > ul > li ul li {
        display: inline-block;
        position: relative;
    }

        .region-footer-primary .menu--footer > ul > li ul li:first-child:nth-last-child(2), .region-footer-primary .menu--footer > ul > li ul li:first-child:nth-last-child(2) ~ li {
            grid-column-start: 1;
        }

    .region-footer-primary .menu--footer > ul > li ul a {
        --tw-text-opacity:1;
        color: #000;
        display: block;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: .0625rem;
        padding: .625rem .375rem .625rem 0;
        text-transform: uppercase;
    }

    @media (min-width:992px) {
        .region-footer-primary .menu--footer > ul > li ul a {
            padding: .75rem .5rem .75rem 0;
        }
    }

    .region-footer-primary .menu--footer > ul > li .level-2-full + ul {
        display: block;
        padding-top: 0;
    }

        .region-footer-primary .menu--footer > ul > li .level-2-full + ul li {
            display: block;
            padding-top: 1.375rem;
        }

        .region-footer-primary .menu--footer > ul > li .level-2-full + ul a {
            --tw-text-opacity:1;
            color: #000;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 0;
            position: relative;
            text-transform: none;
        }

            .region-footer-primary .menu--footer > ul > li .level-2-full + ul a:after {
                background-image: url('data:image/svg+xml;utf8,<svg width="4" height="6" viewBox="0 0 4 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.274627 5.27658L0.998047 6L3.99811 2.99994L3.99806 2.99988L3.9981 2.99984L0.998034 -0.000224859L0.274615 0.723195L2.55131 2.99989L0.274627 5.27658Z" fill="%23263062"/></svg>');
                background-repeat: no-repeat;
                background-size: 100% auto;
                content: "";
                height: .375rem;
                margin-left: .625rem;
                position: absolute;
                top: calc(50% - 1px);
                transition: transform .36s cubic-bezier(.39,.575,.28,.995);
                width: .25rem;
            }

            .region-footer-primary .menu--footer > ul > li .level-2-full + ul a:hover:after {
                transform: translateX(6px);
            }

    .region-footer-primary .field--body {
        position: relative;
    }

        .region-footer-primary .field--body p {
            font-size: 20px;
        }

    @media (min-width:768px) {
        .region-footer-primary .field--body {
            align-items: flex-end;
            display: flex;
            justify-content: space-between;
        }
    }

    .footer-social {
        display: flex;
        position: relative;
    }

    @media (max-width:768px) {
        .footer-social {
            margin-top: 1.25rem;
        }
    }

    .footer-social li {
        padding: .75rem;
    }

    .footer-social__instagram, .footer-social__linkedin {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: block;
        height: 1.375rem;
        overflow: hidden;
        position: relative;
        text-indent: -99999px;
        width: 1.375rem;
    }

    .footer-social__instagram {
        background-image: url('data:image/svg+xml;utf8,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.997 5.35594C7.87374 5.35594 5.35309 7.87664 5.35309 11C5.35309 14.1234 7.87374 16.6441 10.997 16.6441C14.1203 16.6441 16.641 14.1234 16.641 11C16.641 7.87664 14.1203 5.35594 10.997 5.35594ZM10.997 14.6682C8.97722 14.6682 7.32888 13.0199 7.32888 11C7.32888 8.98013 8.97722 7.33177 10.997 7.33177C13.0169 7.33177 14.6652 8.98013 14.6652 11C14.6652 13.0199 13.0169 14.6682 10.997 14.6682ZM16.8722 3.80939C16.1429 3.80939 15.554 4.39829 15.554 5.12753C15.554 5.85677 16.1429 6.44567 16.8722 6.44567C17.6014 6.44567 18.1903 5.85953 18.1903 5.12753C18.1905 4.95437 18.1565 4.78287 18.0904 4.62284C18.0242 4.46282 17.9271 4.31743 17.8047 4.19498C17.6822 4.07254 17.5369 3.97545 17.3768 3.90929C17.2168 3.84312 17.0453 3.80917 16.8722 3.80939ZM21.9988 11C21.9988 9.48097 22.0125 7.97571 21.9272 6.45943C21.8419 4.69824 21.4402 3.13519 20.1523 1.84732C18.8617 0.556694 17.3014 0.157674 15.5403 0.0723668C14.0213 -0.0129408 12.516 0.000818524 10.9998 0.000818524C9.4808 0.000818524 7.97556 -0.0129408 6.45931 0.0723668C4.69815 0.157674 3.13513 0.559446 1.84728 1.84732C0.556684 3.13794 0.157672 4.69824 0.0723655 6.45943C-0.0129406 7.97846 0.000818509 9.48373 0.000818509 11C0.000818509 12.5163 -0.0129406 14.0243 0.0723655 15.5406C0.157672 17.3018 0.559436 18.8648 1.84728 20.1527C3.13788 21.4433 4.69815 21.8423 6.45931 21.9276C7.97831 22.0129 9.48355 21.9992 10.9998 21.9992C12.5188 21.9992 14.024 22.0129 15.5403 21.9276C17.3014 21.8423 18.8645 21.4406 20.1523 20.1527C21.4429 18.8621 21.8419 17.3018 21.9272 15.5406C22.0153 14.0243 21.9988 12.519 21.9988 11ZM19.5772 17.4889C19.3763 17.9897 19.1341 18.364 18.7461 18.7492C18.3581 19.1372 17.9866 19.3794 17.4858 19.5803C16.0384 20.1554 12.6013 20.0261 10.997 20.0261C9.39274 20.0261 5.95298 20.1554 4.50553 19.583C4.0047 19.3822 3.63045 19.14 3.2452 18.752C2.8572 18.364 2.61504 17.9925 2.41415 17.4916C1.84178 16.0414 1.97111 12.6043 1.97111 11C1.97111 9.39567 1.84178 5.95584 2.41415 4.50836C2.61504 4.00753 2.8572 3.63327 3.2452 3.24801C3.63321 2.86275 4.0047 2.61784 4.50553 2.41695C5.95298 1.84456 9.39274 1.9739 10.997 1.9739C12.6013 1.9739 16.0411 1.84456 17.4886 2.41695C17.9894 2.61784 18.3636 2.86 18.7489 3.24801C19.1369 3.63602 19.3791 4.00753 19.5799 4.50836C20.1523 5.95584 20.023 9.39567 20.023 11C20.023 12.6043 20.1523 16.0414 19.5772 17.4889Z" fill="%23263062"/></svg>');
        height: 1.375rem;
    }

    .footer-social__linkedin {
        background-image: url('data:image/svg+xml;utf8,<svg width="22" height="21" viewBox="0 0 22 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.99417 20.7059V6.73566H0.278238V20.7059H4.99417ZM2.63682 4.82712C4.28134 4.82712 5.30499 3.75437 5.30499 2.41379C5.27435 1.04298 4.28141 0 2.66802 0C1.05489 0 0 1.043 0 2.41379C0 3.75443 1.02339 4.82712 2.60603 4.82712H2.63667H2.63682ZM7.60443 20.7059H12.3204V12.9042C12.3204 12.4867 12.351 12.0696 12.4755 11.7711C12.8165 10.9369 13.5924 10.0729 14.8952 10.0729C16.6017 10.0729 17.2844 11.354 17.2844 13.232V20.7058H22V12.6954C22 8.40428 19.6734 6.40768 16.5706 6.40768C14.0266 6.40768 12.9095 7.80785 12.289 8.7615H12.3205V6.73537H7.60453C7.66642 8.04626 7.60453 20.7056 7.60453 20.7056L7.60443 20.7059Z" fill="%23263062"/></svg>');
    }

    footer ul {
        list-style: none;
    }

    .region-footer-secondary .menu--footer-secondary > ul {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

        .region-footer-secondary .menu--footer-secondary > ul li:not(:last-child) {
            margin-right: 1.75rem;
        }

        .region-footer-secondary .menu--footer-secondary > ul a {
            display: inline-block;
            padding: .25rem .125rem;
        }

    @media (max-width:992px) {
        .region-footer-secondary .menu--footer-secondary > ul a {
            padding: .75rem .125rem;
        }
    }

    .box-content {
        box-sizing: content-box;
    }

    .block {
        display: block;
    }

    .bg-blue-grey {
        --tw-bg-opacity:1;
        background-color: #e5e7e1;
    }

    .bg-white {
        --tw-bg-opacity:1;
        background-color: rgba(255,255,255,var(--tw-bg-opacity));
    }

    .bg-grey {
        --tw-bg-opacity:1;
        background-color: rgba(229,231,225,var(--tw-bg-opacity));
    }

    .py-4 {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .text-white {
        --tw-text-opacity:1;
        color: rgba(255,255,255,var(--tw-text-opacity));
    }

    .text-blue-grey {
        --tw-text-opacity:1;
        color: #000;
    }

    @media (min-width:992px) {
        .lg\:flex {
            display: flex;
        }

        .lg\:w-3col {
            width: calc(var(--wm-col-width)*3);
        }

        .lg\:w-9col {
            width: calc(var(--wm-col-width)*9);
        }

        .lg\:w-10col {
            width: calc(var(--wm-col-width)*10);
        }

        .lg\:w-2col {
            width: calc(var(--wm-col-width)*2);
        }

        .lg\:fwp-l {
            padding-left: var(--wm-fw-offset);
        }

        .lg\:fwp-r {
            padding-right: var(--wm-fw-offset);
        }

        .lg\:fw {
            margin-left: calc(var(--wm-fw-offset)*-1);
            margin-right: calc(var(--wm-fw-offset)*-1);
        }
    }
}


.newheader.aciliropened .headerbuttonone {
    display: none;
}

.newheader.aciliropened .headerbuttontwo {
    display: none;
}

.newheader.aciliropened .headerbuttonthree {
    display: none;
}

.newheader.aciliropened .headerbuttonfour {
    display: none;
}

.newheader.aciliropened .col-sag {
    display: none;
}



.liquid-row-shadowbox-6149bad356e57 {
    height: 75vh;
}

.lqd-scale-bg-onhover:hover > .vc_column-inner > .row-bg-wrap > .row-bg-inner {
    transform: scale(1.075);
}

.lqd-imggrp-container {
    position: relative;
    margin-bottom: 2em;
    transition: opacity .3s,visibility .3s;
}

    .lqd-imggrp-container[data-move-element] {
        visibility: hidden;
        opacity: 0;
    }

        .lqd-imggrp-container[data-move-element].element-was-moved {
            opacity: 1;
            visibility: visible;
        }

.vc_row > .lqd-imggrp-container {
    position: absolute;
    margin-bottom: 0;
    pointer-events: none;
}

.lqd-imggrp-inner {
    display: flex;
    flex-wrap: wrap;
}

    .lqd-imggrp-inner > p {
        display: none;
    }

.lqd-imggrp-img-container {
    display: inline-flex;
    max-width: 100%;
    position: relative;
    border-radius: inherit;
    align-items: center;
    justify-content: center;
}

.lqd-imggrp-single {
    display: block;
    position: relative;
    transition: transform .65s cubic-bezier(.05,.7,.2,1);
}

    .lqd-imggrp-single .lqd-imggrp-img-container, .lqd-imggrp-single figure, .lqd-imggrp-single img {
        border-radius: inherit;
    }

    .lqd-imggrp-single figure {
        width: 100%;
    }

    .lqd-imggrp-single figure {
        display: inline-block;
        margin: 0 !important;
    }

.ld-fancy-heading {
    position: relative;
}

.ld-fh-element {
    display: inline-block;
    margin-top: 0;
    margin-bottom: .5em;
    position: relative;
}

.split-unit, .split-inner {
    text-decoration: inherit;
}

.lqd-split-chars .lqd-words > .split-inner {
    display: inline-flex;
    flex-wrap: wrap;
}

    .lqd-split-chars .lqd-words > .split-inner .split-unit {
        grid-row: 1;
    }

.ld-fancy-heading .split-inner {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ld-fancy-heading .lqd-words {
    display: inline-flex !important;
}

.ld-fancy-heading.text-uppercase .ld-fh-element {
    text-transform: inherit;
}

.lqd-highlight, .lqd-highlight-txt {
    background: inherit;
}

.lqd-highlight-txt {
    position: relative;
    z-index: 1;
}

.lqd-highlight-inner {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: var(--color-primary);
    color: var(--color-primary);
    opacity: 0;
    transition: transform .85s,opacity .85s,height .45s,bottom .45s,color .45s;
    transition-timing-function: cubic-bezier(.3,.8,.35,1);
    transition-delay: inherit;
    transform-origin: left center;
}

    .lqd-highlight-inner svg {
        display: none;
    }

.lqd-highlight-underline .lqd-highlight-inner {
    height: .275em;
}

.lqd-highlight-grow-bottom .lqd-highlight-inner {
    opacity: 1 !important;
}

.lqd-highlight-grow-bottom .lqd-highlight-inner {
    transform: scaleY(0);
    transform-origin: center bottom;
}

.is-in-view .lqd-highlight-inner {
    opacity: 1;
    transform: scale(1,1) !important;
}

    .is-in-view .lqd-highlight-inner svg > path {
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
    }

.lqd-highlight {
    display: inline-block;
    padding: 0 .125em;
    position: relative;
    color: inherit;
}

    .lqd-highlight:only-child {
        padding: 0 .1em;
    }

.vc_column_container {
    display: flex;
    align-items: flex-start;
}

.vc_column-inner {
    transition: box-shadow .3s,transform .65s cubic-bezier(.23,1,.32,1);
}

.vc_row-o-full-height > .ld-container {
    display: flex;
    flex-direction: column;
}

    .vc_row-o-full-height > .ld-container > .ld-row {
        flex-grow: 1;
    }

.vc_column-gap-0 > .ld-container {
    padding-inline-start: 0;
    padding-inline-end: 0;
}

    .vc_column-gap-0 > .ld-container > .ld-row {
        margin-inline-start: 0;
        margin-inline-end: 0;
    }

        .vc_column-gap-0 > .ld-container > .ld-row > .vc_column_container {
            padding-inline-start: 0;
            padding-inline-end: 0;
        }

.vc_row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

#lqd-contents-wrap > .vc_row {
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.vc_row > .container-fluid {
    flex-grow: 1;
}

.ld-row {
    display: flex;
    flex-wrap: wrap;
}

    .ld-row:before, .ld-row:after {
        content: none;
    }

.ld-container.container-fluid {
    width: 100%;
}

@media screen and (max-width:991px) {
    .lqd-imggrp-img-container {
        flex-direction: column;
    }
}

.vc_custom_1603098375827 h1 {
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -.02em;
    font-size: 42px;
    color: #060e62;
}

.vc_custom_1603098375827 h6 {
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: .11em;
    font-size: 12px;
    text-transform: uppercase;
    color: #060e62;
}

.vc_custom_1603098375827 {
    padding-top: 140px !important;
    padding-right: 15px !important;
    padding-bottom: 80px !important;
    padding-left: 15px !important;
}

.vc_custom_1620307814822 {
    padding-top: 50vw !important;
    background-image: url(https://corporatepro.liquid-themes.com/wp-content/uploads/2020/10/corporate-banner@2x.jpg?id=4404) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_custom_1618484156315 {
    margin-right: 30px !important;
    margin-bottom: 20px !important;
}

.vc_custom_1603095926046 {
    margin-bottom: 20px !important;
}

.vc_custom_1615564868992 {
    padding-top: 2.5em !important;
    padding-right: 7vw !important;
    padding-bottom: 2em !important;
    padding-left: 7vw !important;
    background-color: #1e1735 !important;
}

@media (min-width:992px) {
    .liquid-column-responsive-6149bad36275f > .vc_column-inner {
        padding-right: 10% !important;
        padding-left: 7% !important;
    }
}

.ld_fancy_heading_6149bad36292e h6 {
    font-size: 10px;
}

.ld_fancy_heading_6149bad36292e h6 {
    letter-spacing: .1em;
}

.ld_fancy_heading_6149bad36292e h6 {
    margin-bottom: 1.5em !important;
}

.ld_fancy_heading_6149bad36292e .lqd-highlight-inner {
    height: 150%;
    bottom: -25%;
    background: #060e62;
    border-radius: 3px;
}

.ld_fancy_heading_6149bad36292e h6 {
    font-size: 10px;
}

.ld_fancy_heading_6149bad36292e h6 {
    letter-spacing: .1em;
}

.ld_fancy_heading_6149bad36292e h6 {
    margin-bottom: 1.5em !important;
}

.ld_fancy_heading_6149bad362b96 h1 {
    font-size: 12vw;
}

@media (min-width:768px) {
    .ld_fancy_heading_6149bad362b96 h1 {
        font-size: 7vmin;
    }
}

.ld_fancy_heading_6149bad362b96 h1 {
    line-height: 1em;
}

.ld_fancy_heading_6149bad362b96 h1 {
    --element-line-height:1em;
}

.ld_fancy_heading_6149bad362b96 h1 {
    font-size: 12vw;
}

@media (min-width:768px) {
    .ld_fancy_heading_6149bad362b96 h1 {
        font-size: 7vmin;
    }
}

.ld_fancy_heading_6149bad362b96 h1 {
    line-height: 1em;
}

.ld_fancy_heading_6149bad362b96 h1 {
    --element-line-height:1em;
}

.ld_fancy_heading_6149bad362d09 p {
    font-size: 21px;
}

.ld_fancy_heading_6149bad362d09 p {
    line-height: 1.42em;
}

.ld_fancy_heading_6149bad362d09 p {
    --element-line-height:1.42em;
}

.ld_fancy_heading_6149bad362d09 p {
    margin-bottom: 1.5em !important;
}

.ld_fancy_heading_6149bad362d09 p {
    font-size: 21px;
}

.ld_fancy_heading_6149bad362d09 p {
    line-height: 1.42em;
}

.ld_fancy_heading_6149bad362d09 p {
    --element-line-height:1.42em;
}

.ld_fancy_heading_6149bad362d09 p {
    margin-bottom: 1.5em !important;
}

.ld_button_61f555a0d42bc {
    font-size: 16px;
}

.ld_button_61f555a0d42bc {
    letter-spacing: .02em;
}

.ld_button_61f555a0d42bc {
    font-size: 16px;
}

.ld_button_61f555a0d42bc {
    letter-spacing: .02em;
}

.ld_button_61f555a0d42bc {
    font-size: 16px;
}

.ld_button_61f555a0d42bc {
    letter-spacing: .02em;
}

.ld_button_61f555a0d42bc {
    font-size: 16px;
}

.ld_button_61f555a0d42bc {
    letter-spacing: .02em;
}

.ld_button_61f555a0d42bc {
    font-size: 16px;
}

.ld_button_61f555a0d42bc {
    letter-spacing: .02em;
}

.ld_button_61f555a0d49d7 {
    color: #000;
    font-size: 13px;
}

@media (min-width:992px) {
    .liquid-column-responsive-6149bad36e306 > .vc_column-inner {
        padding-top: 0 !important;
    }
}

.ld_images_group_container_6149bad36e479 {
    position: absolute;
}

.ld_images_group_container_6149bad36e479 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}

.ld_images_group_element_6149bad36e82a {
    position: absolute;
}

.ld_images_group_element_6149bad36e82a {
    top: 50% !important;
    right: 48% !important;
}

.ld_images_group_element_6149bad36e82a {
    top: 50% !important;
    right: 48% !important;
}

.ld_images_group_element_6149bad36ffc1 {
    position: absolute;
}

.ld_images_group_element_6149bad36ffc1 {
    top: 70% !important;
    left: -25px !important;
}

.ld_images_group_element_6149bad36ffc1 {
    top: 70% !important;
    left: -25px !important;
}

.ld_fancy_heading_6149bad37181e p {
    color: #fff;
}

.ld_fancy_heading_6149bad37181e p {
    font-size: 16px;
}

.ld_fancy_heading_6149bad37181e p {
    line-height: 1.375em;
}

.ld_fancy_heading_6149bad37181e p {
    --element-line-height:1.375em;
}

.ld_fancy_heading_6149bad37181e p {
    font-size: 16px;
}

.ld_fancy_heading_6149bad37181e p {
    line-height: 1.375em;
}

.ld_fancy_heading_6149bad37181e p {
    --element-line-height:1.375em;
}

.lqd-icn-ess {
    display: inline-block;
    font: normal normal normal 1em/1 'lqd-essentials';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-md-arrow-forward::before {
    content: "\ea31";
}




.liquid-column-6149bad36e155 .btn {
    display: inline-flex;
    padding: 0;
    position: relative;
    border: 1px solid var(--color-primary);
    border-radius: 0;
    font-size: 1em;
    white-space: nowrap;
    overflow: hidden;
    color: var(--color-primary);
    transition: all .3s;
}

    .liquid-column-6149bad36e155 .btn > span, .btn i {
        transition: transform .3s cubic-bezier(.22,.665,.34,.875);
    }

    .liquid-column-6149bad36e155 .btn > span {
        display: inline-flex;
        padding: 1.15em 2.1em;
        border-radius: inherit;
        border-color: inherit;
        align-items: center;
    }

    .liquid-column-6149bad36e155 .btn.round {
        border-radius: 4px;
    }

    .liquid-column-6149bad36e155 .btn.border-thin {
        border-width: 1px;
    }

        .liquid-column-6149bad36e155 .btn.border-thin > span {
            margin: -.5px;
        }

.liquid-column-6149bad36e155 .btn-lg > span {
    padding: 1.3em 2.7em;
}

.liquid-column-6149bad36e155 .btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    letter-spacing: 0;
    background-size: 99.99% !important;
    transition: background .3s,color .125s,box-shadow .3s,border .3s;
}

    .liquid-column-6149bad36e155 .btn-icon i {
        position: relative;
        z-index: 3;
    }

.liquid-column-6149bad36e155 .btn-txt + .btn-icon {
    margin-inline-end: 0;
    margin-inline-start: 8px;
}

.liquid-column-6149bad36e155 .btn-icon, .btn-txt {
    position: relative;
    z-index: 3;
}

.liquid-column-6149bad36e155 .btn-txt span {
    display: block;
}

.liquid-column-6149bad36e155 .btn-solid {
    box-shadow: 0 0 0 transparent;
}

    .liquid-column-6149bad36e155 .btn-solid:hover {
        border-color: transparent;
        background-color: var(--color-primary);
        color: #fff;
        box-shadow: 0 12px 28px rgba(0,0,0,.12);
    }

.liquid-column-6149bad36e155 .btn-solid {
    overflow: hidden;
    background: #000;
    color: #fff;
}

    .liquid-column-6149bad36e155 .btn-solid:hover {
        color: #fff;
        background: #000;
    }

.liquid-column-6149bad36e155 .btn-hover-reveal .btn-icon {
    margin-inline-start: -1em;
}

    .liquid-column-6149bad36e155 .btn-hover-reveal .btn-icon i {
        display: inline-block;
        opacity: 0;
        transform: translateX(.25em);
        transition: opacity .25s,transform .5s;
    }


.liquid-column-6149bad36e155 .btn-hover-reveal .btn-txt, .btn-hover-reveal .btn-icon i {
    transition-timing-function: cubic-bezier(0,.71,.4,1);
}

.liquid-column-6149bad36e155 .btn-hover-reveal:hover .btn-icon i {
    opacity: 1;
    transform: translateX(1em);
}


.liquid-column-6149bad36e155 .btn-hover-txt-liquid-x:hover .lqd-chars {
    animation: btnHoverTxtLiquidX .6s cubic-bezier(.23,1,.32,1) both alternate;
}

.liquid-column-6149bad36e155 .split-unit, .split-inner {
    text-decoration: inherit;
}

@media all and (max-width:992px) {
    .liquid-column-6149bad36e155 .btn {
        white-space: normal;
    }

    .liquid-column-6149bad36e155 .btn-lg > span {
        padding: 1.15em 2.5em;
    }
}

.liquid-column-6149bad36e155 .btn {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1em;
}

.vc_custom_1618484156315 {
    margin-right: 30px !important;
    margin-bottom: 20px !important;
}

.ld_button_61f555a0d42bc {
    font-size: 16px;
}

.ld_button_61f555a0d42bc {
    letter-spacing: .02em;
}

.ld_button_61f555a0d42bc {
    font-size: 16px;
}

.ld_button_61f555a0d42bc {
    letter-spacing: .02em;
}

.ld_button_61f555a0d42bc {
    font-size: 16px;
}

.ld_button_61f555a0d42bc {
    letter-spacing: .02em;
}

.ld_button_61f555a0d42bc {
    font-size: 16px;
}

.ld_button_61f555a0d42bc {
    letter-spacing: .02em;
}

.ld_button_61f555a0d42bc {
    font-size: 16px;
}

.ld_button_61f555a0d42bc {
    letter-spacing: .02em;
}

.lqd-icn-ess {
    display: inline-block;
    font: normal normal normal 1em/1 'lqd-essentials';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-md-arrow-forward::before {
    content: "\ea31";
}

.liquid-row-shadowbox-6149bad3646bb .container-fluid {
    padding-left: 0 !important;
}

.liquid-column-6149bad36e155 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* Styles for the tilt block */
#tilt {
    width: 75% !important;
    margin: 0 auto;
    padding-top: 120px;
    display: block;
    transition: box-shadow 0.1s, transform 0.1s;
}

    #tilt img {
        width: 100%;
    }

    #tilt:hover img {
        box-shadow: 0px 0px 30px rgba(0,0,0, 0.6);
        cursor: pointer;
    }

.blok3 {
    padding-bottom: 60px;
    width: 100%;
    overflow: hidden;
}

    .blok3 .ustarea {
        text-align: center;
        width: 50%;
        margin: 0 auto;
        margin-bottom: 40px;
    }

        .blok3 .ustarea span {
            font-size: 28px;
            font-weight: 700;
        }

        .blok3 .ustarea p {
            font-size: 18px;
            font-weight: 500;
            padding-top: 20px;
        }

.blok3post {
    overflow: hidden;
    border-radius: 5px;
}

    .blok3post img {
        width: 100%;
        transition: transform 1s;
        object-fit: cover;
    }

    .blok3post:hover img {
        transform: scale(1.1);
    }

    .blok3post .blok3icerik {
        position: absolute;
        left: 5%;
        bottom: 10%;
        padding-right: 20%;
    }

        .blok3post .blok3icerik span {
            color: #fff;
            font-size: 28px;
            font-weight: 800;
        }

    .blok3post.side .blok3icerik {
        position: absolute;
        left: 10%;
        bottom: 10%;
        padding-right: 20%;
    }

        .blok3post.side .blok3icerik span {
            color: #fff;
            font-size: 20px;
            font-weight: 800;
        }

    .blok3post.side img {
        height: 25.2vh !important;
        object-fit: cover;
    }

.blok3 .sagbir {
    margin-bottom: 10px;
}




.iconbox {
    display: flex;
    margin-bottom: 2em;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    transition: box-shadow .3s ease,background .3s ease;
}

    .iconbox .iconbox-icon-container, .iconbox .contents {
        position: relative;
        z-index: 2;
    }

    .iconbox .iconbox-icon-container {
        transition-property: color,background;
        transition-duration: .3s;
        transition-timing-function: ease;
    }

    .iconbox .iconbox-icon-container {
        display: flex;
        margin-bottom: .5em;
        border: 0 solid #f2f4f7;
        align-items: center;
        justify-content: center;
        font-size: 40px;
        line-height: 1em;
        color: var(--color-primary);
        transition: border .3s,box-shadow .3s;
    }

        .iconbox .iconbox-icon-container i {
            height: auto;
            position: relative;
            z-index: 2;
        }

        .iconbox .iconbox-icon-container i {
            display: inline-block;
            font-size: 1em;
        }

.iconbox-icon-wrap:before, .iconbox-icon-wrap:after {
    content: '';
    display: table;
}

.iconbox-icon-wrap:after {
    clear: both;
}

.iconbox-square .iconbox-icon-container i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.iconbox-square .iconbox-icon-container {
    border-radius: 6px;
    background: var(--color-primary);
    font-size: 40px;
    color: #fff;
}

.iconbox-square .iconbox-icon-container {
    width: 80px;
    height: 80px;
}

.iconbox-side {
    flex-direction: row;
    align-items: stretch !important;
    justify-content: flex-start;
    text-align: start;
}

    .iconbox-side .iconbox-icon-wrap {
        margin-inline-end: 30px;
    }

    .iconbox-side .iconbox-icon-container {
        margin-bottom: 0;
    }

.lqd-tabs-pane {
    display: none;
}

    .lqd-tabs-pane.active {
        display: block;
    }

.lqd-tabs-nav-wrap {
    display: grid;
    grid-auto-flow: column;
    align-items: start;
}

.lqd-tabs-content {
    position: relative;
}

.lqd-tabs-nav {
    position: relative;
}

    .lqd-tabs-nav li {
        line-height: 1.5em;
    }

    .lqd-tabs-nav a {
        display: block;
    }

    .lqd-tabs-nav .iconbox {
        margin-bottom: 0;
    }

    .lqd-tabs-nav .h3 {
        font-size: 19px;
        line-height: 1.368em;
    }

        .lqd-tabs-nav .h3:only-child {
            margin-top: 0 !important;
            margin-bottom: 0 !important;
        }

.lqd-tabs {
    margin-bottom: 30px;
}

.lqd-tabs-style-2 .lqd-tabs-nav {
    margin-inline-start: -15px;
    margin-inline-end: -15px;
}

    .lqd-tabs-style-2 .lqd-tabs-nav li {
        padding-inline-start: 15px;
        padding-inline-end: 15px;
        flex-basis: 33.3333333333%;
        position: relative;
    }

    .lqd-tabs-style-2 .lqd-tabs-nav .iconbox-icon-container {
        width: 72px;
        height: 72px;
        background-color: #f3f6f9;
        font-size: 26px;
        color: #24232c;
    }

.lqd-tabs-style-2 .lqd-tabs-nav {
    font-size: 15px;
}

    .lqd-tabs-style-2 .lqd-tabs-nav a {
        color: #4f4f4f;
    }

    .lqd-tabs-style-2 .lqd-tabs-nav .iconbox-icon-container {
        width: 87px;
        height: 87px;
        font-size: 30px;
        border-radius: 29px;
    }

    .lqd-tabs-style-2 .lqd-tabs-nav .lqd-tabs-nav-progress, .lqd-tabs-style-2 .lqd-tabs-nav .lqd-tabs-nav-progress-inner {
        display: block;
        width: 100%;
        border-radius: 50em;
    }

    .lqd-tabs-style-2 .lqd-tabs-nav .lqd-tabs-nav-progress {
        position: relative;
        height: 5px;
        margin-top: 2em;
        background-color: rgba(0,0,0,.075);
    }

    .lqd-tabs-style-2 .lqd-tabs-nav .lqd-tabs-nav-progress-inner {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background-color: var(--color-primary);
        transform: scaleX(0);
        transform-origin: right;
        transition: transform .45s cubic-bezier(.23,1,.32,1);
    }

    .lqd-tabs-style-2 .lqd-tabs-nav li.active .lqd-tabs-nav-progress-inner {
        transform-origin: left;
        transform: scaleX(1);
    }

.ld-fancy-heading {
    position: relative;
}

.ld-fh-element {
    display: inline-block;
    margin-top: 0;
    margin-bottom: .5em;
    position: relative;
}

.reset-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.lqd-highlight, .lqd-highlight-txt {
    background: inherit;
}

.lqd-highlight-txt {
    position: relative;
    z-index: 1;
}

.lqd-highlight-inner {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: var(--color-primary);
    color: var(--color-primary);
    opacity: 0;
    transition: transform .85s,opacity .85s,height .45s,bottom .45s,color .45s;
    transition-timing-function: cubic-bezier(.3,.8,.35,1);
    transition-delay: inherit;
    transform-origin: left center;
}

    .lqd-highlight-inner svg {
        display: none;
    }

.lqd-highlight-underline .lqd-highlight-inner {
    height: .275em;
}

.lqd-highlight-grow-left .lqd-highlight-inner {
    opacity: 1 !important;
}

.lqd-highlight-grow-left .lqd-highlight-inner {
    transform: scaleX(0);
}

.is-in-view .lqd-highlight-inner {
    opacity: 1;
    transform: scale(1,1) !important;
}

    .is-in-view .lqd-highlight-inner svg > path {
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
    }

.lqd-highlight {
    display: inline-block;
    padding: 0 .125em;
    position: relative;
    color: inherit;
}

    .lqd-highlight:only-child {
        padding: 0 .1em;
    }

.lqd-highlight-reset-onhover .lqd-highlight:hover .lqd-highlight-inner {
    height: 100% !important;
    bottom: 0 !important;
}

@media screen and (max-width:479px) {
    .wpb_single_image img {
        max-width: 100% !important;
    }
}

.vc_column_container {
    display: flex;
    align-items: flex-start;
}

.vc_column-inner {
    transition: box-shadow .3s,transform .65s cubic-bezier(.23,1,.32,1);
}

.container:before, .container:after {
    content: none;
}

.vc_row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

#lqd-contents-wrap > .vc_row {
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.vc_row > .container-fluid {
    flex-grow: 1;
}

.ld-row {
    display: flex;
    flex-wrap: wrap;
}

    .ld-row:before, .ld-row:after {
        content: none;
    }

.ld-container.container-fluid {
    width: 100%;
}

@media screen and (max-width:767px) {
    .vc_row > .ld-container {
        flex-grow: 1;
    }
}

@media screen and (max-width:479px) {
    .ld-container {
        max-width: 100%;
    }
}

.d-flex {
    display: flex !important;
}

    .d-flex:before, .d-flex:after {
        content: none;
    }

.flex-column {
    flex-direction: column !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mt-5 {
    margin-top: 2rem !important;
}

@media (min-width:992px) {
    .pr-md-4 {
        padding-inline-end: 1.5rem !important;
    }
}

@media screen and (max-width:991px) {
    h2 {
        font-size: 32px;
    }

    .h3 {
        font-size: 24px;
    }

    h6 {
        font-size: 15px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .lqd-tabs-style-2 .lqd-tabs-nav .iconbox-icon-wrap {
        margin-inline-end: 20px;
    }

    .lqd-tabs-style-2 .lqd-tabs-nav .iconbox-icon-container {
        width: 55px;
        height: 55px;
        font-size: 23px;
    }
}

@media screen and (max-width:991px) {
    .lqd-tabs-style-2 .lqd-tabs-nav li {
        flex-basis: 100%;
        padding-top: 1em;
        padding-bottom: 1em;
    }
}

}
/*! CSS Used from: Embedded */
h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.05em;
    letter-spacing: -0.02em;
    font-size: 42px;
    color: #01213a;
}

.h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    font-size: 51px;
    color: #01213a;
}

h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    font-size: 10px;
    text-transform: uppercase;
    color: #01213a;
}
/*! CSS Used from: Embedded */
.vc_custom_1614344337910 {
    padding-top: 60px !important;
}

.vc_custom_1611245530122 {
    padding-bottom: 35px !important;
}

    .vc_custom_1611245530122 .container-fluid {
        padding: 0 !important;
    }

.vc_custom_1611315614210 {
    margin-bottom: 35px !important;
}

.vc_custom_1614342210707 {
    margin-bottom: 0px !important;
    border-radius: 4px !important;
}

    .vc_custom_1614342210707 img {
        width: 100%;
        height: unset !important;
    }

.vc_custom_1611245530122 {
    padding-bottom: 35px !important;
}

.vc_custom_1611315648789 {
    margin-bottom: 35px !important;
}

.vc_custom_1614346545248 {
    margin-bottom: 0px !important;
    border-radius: 4px !important;
}

.vc_custom_1611245530122 {
    padding-bottom: 35px !important;
}

.vc_custom_1611315767111 {
    margin-bottom: 35px !important;
}

.vc_custom_1614346578574 {
    margin-bottom: 0px !important;
    border-radius: 4px !important;
}

    .vc_custom_1614346578574 img {
        width: 100%;
    }
/*! CSS Used from: Embedded */
@media (min-width: 992px) {
    .liquid-row-responsive-60b74fbae5df0 {
        padding-top: 100px !important;
    }
}
/*! CSS Used from: Embedded */
.ld_tabs_61f5428418983 .lqd-tabs-nav > li > a, .ld_tabs_61f5428418983 .lqd-tabs-nav .h3 {
    font-size: 16px;
    font-weight: 600;
}

.ld_tabs_61f5428418983 .lqd-tabs-nav li a .h3 {
    color: inherit;
}

.ld_tabs_61f5428418983 .lqd-tabs-nav .lqd-tabs-nav-progress {
    background: rgb(238, 238, 238);
}
/*! CSS Used from: Embedded */
@media (min-width: 992px) {
    .liquid-column-responsive-60b74fbae61a9 > .vc_column-inner {
        margin-bottom: 0px !important;
    }
}

@media (min-width: 1200px) {
    .liquid-column-responsive-60b74fbae61a9 > .vc_column-inner {
        padding-right: 4% !important;
    }
}
/*! CSS Used from: Embedded */
.ld_fancy_heading_60b74fbae62d0 h6 {
    margin-bottom: 2em !important;
}

.ld_fancy_heading_60b74fbae62d0 h6 {
    margin-bottom: 2em !important;
}
/*! CSS Used from: Embedded */
.ld_fancy_heading_60b74fbae6c1d h2 {
    font-size: 10vw;
}

@media (min-width: 768px) {
    .ld_fancy_heading_60b74fbae6c1d h2 {
        font-size: 45px;
    }
}

.ld_fancy_heading_60b74fbae6c1d h2 {
    margin-bottom: 0.35em !important;
}

.ld_fancy_heading_60b74fbae6c1d .lqd-highlight-inner {
    height: 0.275em;
    bottom: 0.15em;
    background: rgba(198, 143, 74, 0.35);
}

.ld_fancy_heading_60b74fbae6c1d h2 {
    font-size: 10vw;
    font-weight: 700;
}

@media (min-width: 768px) {
    .ld_fancy_heading_60b74fbae6c1d h2 {
        font-size: 45px;
    }
}

.ld_fancy_heading_60b74fbae6c1d h2 {
    margin-bottom: 0.35em !important;
}
/*! CSS Used from: Embedded */
.ld_fancy_heading_60b74fbae758b p {
    font-size: 17px;
}

.ld_fancy_heading_60b74fbae758b p {
    line-height: 1.47em;
}

.ld_fancy_heading_60b74fbae758b p {
    --element-line-height:1.47em;
}

.ld_fancy_heading_60b74fbae758b p {
    font-size: 17px;
}

.ld_fancy_heading_60b74fbae758b p {
    line-height: 1.47em;
}

.ld_fancy_heading_60b74fbae758b p {
    --element-line-height:1.47em;
}
/*! CSS Used from: Embedded */
@media (min-width: 992px) {
    .liquid-column-responsive-60b74fbae797e > .vc_column-inner {
        padding-left: 9% !important;
    }
}
/*! CSS Used from: Embedded */
@media (min-width: 992px) {
    .liquid-column-responsive-60b74fbae85ff > .vc_column-inner {
        margin-bottom: 0px !important;
    }
}

@media (min-width: 1200px) {
    .liquid-column-responsive-60b74fbae85ff > .vc_column-inner {
        padding-right: 4% !important;
    }
}
/*! CSS Used from: Embedded */
.ld_fancy_heading_60b74fbae86d6 h6 {
    margin-bottom: 2em !important;
}

.ld_fancy_heading_60b74fbae86d6 h6 {
    margin-bottom: 2em !important;
}
/*! CSS Used from: Embedded */
.ld_fancy_heading_60b74fbae886a h2 {
    font-size: 10vw;
}

@media (min-width: 768px) {
    .ld_fancy_heading_60b74fbae886a h2 {
        font-size: 51px;
    }
}

.ld_fancy_heading_60b74fbae886a h2 {
    margin-bottom: 0.35em !important;
}

.ld_fancy_heading_60b74fbae886a .lqd-highlight-inner {
    height: 0.275em;
    bottom: 0.15em;
    background: rgba(177, 204, 255, 0.35);
}

.ld_fancy_heading_60b74fbae886a h2 {
    font-size: 10vw;
}

@media (min-width: 768px) {
    .ld_fancy_heading_60b74fbae886a h2 {
        font-size: 51px;
    }
}

.ld_fancy_heading_60b74fbae886a h2 {
    margin-bottom: 0.35em !important;
}
/*! CSS Used from: Embedded */
.ld_fancy_heading_60b74fbae89e4 p {
    font-size: 17px;
}

.ld_fancy_heading_60b74fbae89e4 p {
    line-height: 1.47em;
}

.ld_fancy_heading_60b74fbae89e4 p {
    --element-line-height:1.47em;
}

.ld_fancy_heading_60b74fbae89e4 p {
    font-size: 17px;
}

.ld_fancy_heading_60b74fbae89e4 p {
    line-height: 1.47em;
}

.ld_fancy_heading_60b74fbae89e4 p {
    --element-line-height:1.47em;
}
/*! CSS Used from: Embedded */
@media (min-width: 992px) {
    .liquid-column-responsive-60b74fbae8b35 > .vc_column-inner {
        padding-left: 9% !important;
    }
}
/*! CSS Used from: Embedded */
@media (min-width: 992px) {
    .liquid-column-responsive-60b74fbaea6e7 > .vc_column-inner {
        margin-bottom: 0px !important;
    }
}
/*! CSS Used from: Embedded */
.ld_fancy_heading_60b74fbaea867 h6 {
    margin-bottom: 2em !important;
}

.ld_fancy_heading_60b74fbaea867 h6 {
    margin-bottom: 2em !important;
}
/*! CSS Used from: Embedded */
.ld_fancy_heading_60b74fbaeaae6 h2 {
    font-size: 10vw;
}

@media (min-width: 768px) {
    .ld_fancy_heading_60b74fbaeaae6 h2 {
        font-size: 51px;
    }
}

.ld_fancy_heading_60b74fbaeaae6 h2 {
    margin-bottom: 0.35em !important;
}

.ld_fancy_heading_60b74fbaeaae6 .lqd-highlight-inner {
    height: 0.275em;
    bottom: 0.15em;
    background: rgba(177, 204, 255, 0.35);
}

.ld_fancy_heading_60b74fbaeaae6 h2 {
    font-size: 10vw;
}

@media (min-width: 768px) {
    .ld_fancy_heading_60b74fbaeaae6 h2 {
        font-size: 51px;
    }
}

.ld_fancy_heading_60b74fbaeaae6 h2 {
    margin-bottom: 0.35em !important;
}
/*! CSS Used from: Embedded */
.ld_fancy_heading_60b74fbaeacfa p {
    font-size: 17px;
}

.ld_fancy_heading_60b74fbaeacfa p {
    line-height: 1.47em;
}

.ld_fancy_heading_60b74fbaeacfa p {
    --element-line-height:1.47em;
}

.ld_fancy_heading_60b74fbaeacfa p {
    font-size: 17px;
}

.ld_fancy_heading_60b74fbaeacfa p {
    line-height: 1.47em;
}

.ld_fancy_heading_60b74fbaeacfa p {
    --element-line-height:1.47em;
}
/*! CSS Used from: Embedded */
@media (min-width: 992px) {
    .liquid-column-responsive-60b74fbaeaf41 > .vc_column-inner {
        padding-left: 9% !important;
    }
}
/*! CSS Used from: https://saaspro.liquid-themes.com/wp-content/themes/landing-hub/assets/vendors/liquid-icon/lqd-essentials/lqd-essentials.min.css ; media=all */
@media all {
    .lqd-icn-ess {
        display: inline-block;
        font: normal normal normal 1em/1 'lqd-essentials';
        speak: none;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .icon-lqd-compass::before {
        content: "\ea0f";
    }

    .icon-lqd-laptop::before {
        content: "\ea11";
    }

    .icon-lqd-envelope::before {
        content: "\ea15";
    }
}









.lqd-counter {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    transition: color .3s,border .3s;
}

.lqd-counter-element {
    margin-bottom: .3em;
    position: relative;
    font-size: 38px;
    font-weight: 700;
    line-height: 1em;
    color: inherit !important;
}

    .lqd-counter-element > span {
        display: block;
        white-space: nowrap;
    }

.lqd-counter-text {
    position: relative;
    z-index: 2;
    line-height: 1.5em;
}

.lqd-counter-animator {
    display: inline-flex;
    position: relative;
    overflow: hidden;
    background: inherit;
}

.lqd-animator-value {
    display: inline-block;
    visibility: hidden;
}

.lqd-animator-numbers {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: inherit;
    overflow: hidden;
    transform: translateZ(1px);
}

    .lqd-animator-numbers ul {
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        list-style: none;
        background: inherit;
    }

    .lqd-animator-numbers li {
        margin: 0;
        background: inherit;
    }

.lqd-imggrp-container {
    position: relative;
    margin-bottom: 2em;
    transition: opacity .3s,visibility .3s;
}

.lqd-imggrp-inner {
    display: flex;
    flex-wrap: wrap;
}

.lqd-imggrp-img-container {
    display: inline-flex;
    max-width: 100%;
    position: relative;
    border-radius: inherit;
    align-items: center;
    justify-content: center;
}

.lqd-imggrp-single {
    display: block;
    position: relative;
    transition: transform .65s cubic-bezier(.05,.7,.2,1);
}

    .lqd-imggrp-single .lqd-imggrp-img-container, .lqd-imggrp-single figure, .lqd-imggrp-single img {
        border-radius: inherit;
    }

    .lqd-imggrp-single figure {
        width: 100%;
    }

    .lqd-imggrp-single figure {
        display: inline-block;
        margin: 0 !important;
    }

    .lqd-imggrp-single[data-roundness="6"] {
        border-radius: 6px;
    }

    .lqd-imggrp-single[data-animate-shadow][data-shadow-style="1"].is-in-view .lqd-imggrp-img-container, .lqd-imggrp-single[data-shadow-style="1"] .lqd-imggrp-img-container {
        box-shadow: 0 25px 30px rgba(0,0,0,.07);
    }

    .lqd-imggrp-single[data-animate-shadow][data-shadow-style="2"].is-in-view .lqd-imggrp-img-container, .lqd-imggrp-single[data-shadow-style="2"] .lqd-imggrp-img-container {
        box-shadow: 0 30px 50px rgba(0,0,0,.15);
    }

    .lqd-imggrp-single[data-animate-shadow][data-shadow-style="4"].is-in-view .lqd-imggrp-img-container, .lqd-imggrp-single[data-shadow-style="4"] .lqd-imggrp-img-container {
        box-shadow: 0 30px 100px rgba(0,0,0,.17);
    }

    .lqd-imggrp-single[data-animate-shadow] .lqd-imggrp-img-container {
        box-shadow: 0 0 0 rgba(0,0,0,.3);
        transition: box-shadow .5s cubic-bezier(.7,0,.3,1);
    }

    .lqd-imggrp-single[data-animate-shadow] img {
        opacity: .00000001;
        transition: opacity .65s cubic-bezier(.5,1,.5,1);
    }

    .lqd-imggrp-single[data-animate-shadow].is-in-view img {
        opacity: 1;
        transition-delay: .35s;
    }

        .lqd-imggrp-single[data-animate-shadow].is-in-view img.ld-lazyload {
            opacity: .00000001;
        }

            .lqd-imggrp-single[data-animate-shadow].is-in-view img.ld-lazyload.loaded {
                opacity: 1;
            }

.ld-fancy-heading {
    position: relative;
}

.ld-fh-element {
    display: inline-block;
    margin-top: 0;
    margin-bottom: .5em;
    position: relative;
}

.vc_column_container {
    display: flex;
    align-items: flex-start;
}

.vc_column-inner {
    transition: box-shadow .3s,transform .65s cubic-bezier(.23,1,.32,1);
}

.vc_column-gap-0.vc_inner {
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.vc_column-gap-0 > .ld-container {
    padding-inline-start: 0;
    padding-inline-end: 0;
}

    .vc_column-gap-0 > .ld-container > .ld-row {
        margin-inline-start: 0;
        margin-inline-end: 0;
    }

        .vc_column-gap-0 > .ld-container > .ld-row > .vc_column_container {
            padding-inline-start: 0;
            padding-inline-end: 0;
        }

.container:before, .container:after {
    content: none;
}

.vc_row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

#lqd-contents-wrap > .vc_row {
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.vc_row > .container-fluid {
    flex-grow: 1;
}

.ld-row {
    display: flex;
    flex-wrap: wrap;
}

    .ld-row:before, .ld-row:after {
        content: none;
    }

.ld-container.container-fluid {
    width: 100%;
}

@media screen and (max-width:767px) {
    .vc_row > .ld-container {
        flex-grow: 1;
    }
}

@media screen and (max-width:479px) {
    .ld-container {
        max-width: 100%;
    }
}

.text-center {
    text-align: center !important;
}

@media screen and (max-width:991px) {
    h2, .h2 {
        font-size: 32px;
    }

    h6 {
        font-size: 15px;
    }
}

@media screen and (max-width:991px) {
    .lqd-imggrp-img-container {
        flex-direction: column;
    }
}

.vc_custom_1602651674721 {
    padding-bottom: 70px !important;
    background-image: url(https://digitalstudiopro.liquid-themes.com/wp-content/uploads/2020/05/BG.svg?id=4390) !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
}

.vc_custom_1588593855688 {
    margin-bottom: 30px !important;
}

.vc_custom_1588593784234 {
    background-color: #fff !important;
    border-radius: 10px !important;
}

.vc_custom_1602651393431 {
    border-right-width: 1px !important;
    padding-top: 15px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    border-right-color: #eaeaea !important;
    border-right-style: solid !important;
}

.vc_custom_1602651585542 {
    border-right-width: 1px !important;
    padding-top: 15px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    border-right-color: #eaeaea !important;
    border-right-style: solid !important;
}

.vc_custom_1588593663575 {
    border-right-width: 1px !important;
    padding-top: 15px !important;
    padding-right: 30px !important;
    padding-bottom: 65px !important;
    padding-left: 30px !important;
    border-right-color: #eaeaea !important;
    border-right-style: solid !important;
}

@media (min-width:992px) {
    .liquid-row-responsive-61f5512d8d022 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
}

.ld_fancy_heading_61f5512d8d263 h6 {
    margin-bottom: 1.5em !important;
}

.ld_fancy_heading_61f5512d8d263 h6 {
    margin-bottom: 1.5em !important;
}

.ld_fancy_heading_61f5512d8d4d0 p {
    font-size: 19px;
}

.ld_fancy_heading_61f5512d8d4d0 p {
    line-height: 1.5em;
}

.ld_fancy_heading_61f5512d8d4d0 p {
    --element-line-height:1.5em;
}

@media (min-width:1200px) {
    .ld_fancy_heading_61f5512d8d4d0 p {
        padding-right: 22% !important;
        padding-left: 22% !important;
    }
}

.ld_fancy_heading_61f5512d8d4d0 p {
    margin-bottom: 2em !important;
}

.ld_fancy_heading_61f5512d8d4d0 p {
    font-size: 19px;
}

.ld_fancy_heading_61f5512d8d4d0 p {
    line-height: 1.5em;
}

.ld_fancy_heading_61f5512d8d4d0 p {
    --element-line-height:1.5em;
}

@media (min-width:1200px) {
    .ld_fancy_heading_61f5512d8d4d0 p {
        padding-right: 22% !important;
        padding-left: 22% !important;
    }
}

.ld_fancy_heading_61f5512d8d4d0 p {
    margin-bottom: 2em !important;
}

.ld_images_group_element_61f5512d8e39c {
    position: absolute;
}

.ld_images_group_element_61f5512d8e39c {
    top: 28% !important;
    left: -30px !important;
}

.ld_images_group_element_61f5512d8e39c {
    top: 28% !important;
    left: -30px !important;
}

.ld_images_group_element_61f5512d8efbb {
    margin-top: -15% !important;
    margin-left: 35% !important;
}

.ld_images_group_element_61f5512d8efbb {
    margin-top: -15% !important;
    margin-left: 35% !important;
}

.ld_images_group_element_61f5512d8f6c8 {
    margin-top: -13% !important;
    margin-left: 10% !important;
}

.ld_images_group_element_61f5512d8f6c8 {
    margin-top: -13% !important;
    margin-left: 10% !important;
}

@media (min-width:992px) {
    .liquid-row-responsive-61f5512d8fd7c {
        margin-right: -5% !important;
    }
}

.liquid-row-shadowbox-61f5512d8fd90 {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.06);
    -moz-box-shadow: 0 10px 30px 0 rgba(0,0,0,.06);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.06);
}

@media (min-width:992px) {
    .liquid-column-responsive-61f5512d8fecf > .vc_column-inner {
        padding-top: 15px !important;
        padding-right: 30px !important;
        padding-bottom: 65px !important;
        padding-left: 30px !important;
        border-right-width: 1px !important;
    }
}

.ld_counter_61f5512d8ff9e .lqd-counter-element {
    font-size: 44px;
    margin-bottom: 1px;
}

.ld_counter_61f5512d8ff9e .lqd-text-bottom {
    font-size: 14px;
}

.ld_counter_61f5512d8ff9e {
    color: #6e0096;
}

    .ld_counter_61f5512d8ff9e .lqd-counter-text {
        color: #000;
    }

@media (min-width:768px) {
    .ld_spacer_61f5512d90069 {
        height: 10px;
    }
}

@media (min-width:992px) {
    .ld_spacer_61f5512d90069 {
        height: 25px;
    }
}

@media (min-width:1200px) {
    .ld_spacer_61f5512d90069 {
        height: 25px;
    }
}

.ld_fancy_heading_61f5512d901a4 p {
    font-size: 16px;
}

.ld_fancy_heading_61f5512d901a4 p {
    line-height: 1.6em;
}

.ld_fancy_heading_61f5512d901a4 p {
    --element-line-height:1.6em;
}

.ld_fancy_heading_61f5512d901a4 p {
    font-size: 16px;
}

.ld_fancy_heading_61f5512d901a4 p {
    line-height: 1.6em;
}

.ld_fancy_heading_61f5512d901a4 p {
    --element-line-height:1.6em;
}

@media (min-width:992px) {
    .liquid-column-responsive-61f5512d908f7 > .vc_column-inner {
        padding-top: 15px !important;
        padding-right: 30px !important;
        padding-left: 30px !important;
        border-right-width: 1px !important;
    }
}

.ld_counter_61f5512d90983 .lqd-counter-element {
    font-size: 44px;
    margin-bottom: 1px;
}

.ld_counter_61f5512d90983 .lqd-text-bottom {
    font-size: 14px;
}

.ld_counter_61f5512d90983 {
    color: #6e0096;
}

    .ld_counter_61f5512d90983 .lqd-counter-text {
        color: #000;
    }

@media (min-width:768px) {
    .ld_spacer_61f5512d909d3 {
        height: 10px;
    }
}

@media (min-width:992px) {
    .ld_spacer_61f5512d909d3 {
        height: 25px;
    }
}

@media (min-width:1200px) {
    .ld_spacer_61f5512d909d3 {
        height: 25px;
    }
}

.ld_fancy_heading_61f5512d90a98 p {
    font-size: 16px;
}

.ld_fancy_heading_61f5512d90a98 p {
    line-height: 1.6em;
}

.ld_fancy_heading_61f5512d90a98 p {
    --element-line-height:1.6em;
}

.ld_fancy_heading_61f5512d90a98 p {
    font-size: 16px;
}

.ld_fancy_heading_61f5512d90a98 p {
    line-height: 1.6em;
}

.ld_fancy_heading_61f5512d90a98 p {
    --element-line-height:1.6em;
}

.ld_counter_61f5512d91388 .lqd-counter-element {
    font-size: 44px;
    margin-bottom: 1px;
}

.ld_counter_61f5512d91388 .lqd-text-bottom {
    font-size: 14px;
}

.ld_counter_61f5512d91388 {
    color: #6e0096;
}

    .ld_counter_61f5512d91388 .lqd-counter-text {
        color: #000;
    }

.ld_spacer_61f5512d913d3 {
    height: 25px;
}

.ld_fancy_heading_61f5512d9148d p {
    font-size: 16px;
}

.ld_fancy_heading_61f5512d9148d p {
    line-height: 1.6em;
}

.ld_fancy_heading_61f5512d9148d p {
    --element-line-height:1.6em;
}

.ld_fancy_heading_61f5512d9148d p {
    font-size: 16px;
}

.ld_fancy_heading_61f5512d9148d p {
    line-height: 1.6em;
}

.ld_fancy_heading_61f5512d9148d p {
    --element-line-height:1.6em;
}



.sliderblok {
    padding: 0;
    padding-bottom: 60px;
}

    .sliderblok div {
        padding: 0;
    }

    .sliderblok .ickisim {
        height: 600px;
        display: table;
        width: 100%;
        background: #828282;
    }

        .sliderblok .ickisim .genislik {
            vertical-align: middle;
            display: table-cell;
            text-align: center;
        }

            .sliderblok .ickisim .genislik span {
                font-size: 46px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                color: #fff;
            }


            .sliderblok .ickisim .genislik .sekilyazi {
                font-size: 33px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                color: #fff;
                margin-top: 10px;
                margin-bottom: 30px;
            }

            .sliderblok .ickisim .genislik p {
                font-size: 17px;
                font-weight: 500;
                line-height: 1.53;
                color: #fff;
                width: 60%;
                margin: 0 auto;
            }

    .sliderblok .sagicerikkisim .slidericerik {
        height: 600px;
        overflow: hidden;
    }

        .sliderblok .sagicerikkisim .slidericerik img {
            width: 100%;
            object-fit: cover;
        }

        .sliderblok .sagicerikkisim .slidericerik .sliderustuicerik {
            position: absolute;
            bottom: 5%;
            padding-left: 40px;
        }

            .sliderblok .sagicerikkisim .slidericerik .sliderustuicerik span {
                color: #fff;
                font-size: 22px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 1;
                letter-spacing: normal;
            }

            .sliderblok .sagicerikkisim .slidericerik .sliderustuicerik p {
                color: #fff;
                font-size: 14px;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.57;
                letter-spacing: normal;
            }

    .sliderblok .sagicerikkisim .slick-prev {
        background: transparent !important;
        left: -7% !important;
        top: 50% !important;
    }

        .sliderblok .sagicerikkisim .slick-prev:before {
            font-size: 40px;
            content: "\f104" !important;
        }

    .sliderblok .sagicerikkisim .slick-next {
        background: transparent !important;
        top: 50% !important;
    }

        .sliderblok .sagicerikkisim .slick-next:before {
            font-size: 40px;
            content: "\f105" !important;
        }

    .sliderblok .sagicerikkisim .slick-list {
        padding: 0 10% 0 0 !important;
    }



#portal {
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 0px;
    display: none;
}

    #portal .container {
        background: #000;
    }

    #portal.mounted {
        height: 100vh;
        width: 100vw;
        z-index: 9;
        display: block;
        position: fixed;
        padding: 50% 0;
    }

.doKBox {
    display: flex;
}

.liBsXV {
    margin-top: 32px;
}

.eXNiTq {
    display: grid;
    grid-template-columns: 30px 58px auto 30px;
    grid-auto-rows: auto;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .eXNiTq {
        grid-template-columns: 78px 20vw auto 78px;
    }
}

@media screen and (min-width: 1440px) {
    .eXNiTq {
        grid-template-columns: 8vw 18vw auto 8vw;
    }
}

@media screen and (min-width: 1920px) {
    .eXNiTq {
        grid-template-columns: 15vw 15vw auto 15vw;
    }
}

@media screen and (min-width: 2100px) {
    .eXNiTq {
        grid-template-columns: 20vw 15vw 1000px 20vw;
    }
}

.fbMQpr {
    grid-row: 1 / auto;
}

@media screen and (min-width: 0px) {
    .fbMQpr {
        grid-column: 2 / 3;
    }
}

@media screen and (min-width: 768px) {
    .fbMQpr {
        grid-column: 1 / auto;
    }
}

.fRgjMw {
    grid-area: 1 / 2 / auto / auto;
}

@media screen and (min-width: 0px) {
    .fRgjMw {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .fRgjMw {
        display: flex;
    }
}

.edQEs {
    grid-area: 1 / 3 / auto / 5;
}

.ggGKRu {
    font-size: 16px;
    line-height: 24px;
    white-space: pre-wrap;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    margin: 0px;
}

    .ggGKRu a {
        color: rgb(102, 102, 102) !important;
    }

@media screen and (min-width: 768px) {
    .ggGKRu {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (min-width: 1440px) {
    .ggGKRu {
        font-size: 24px;
        line-height: 36px;
    }
}

.eBfMvL {
    font-size: 16px;
    line-height: 24px;
    white-space: pre-wrap;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    margin-top: 16px;
}

@media screen and (min-width: 768px) {
    .eBfMvL {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (min-width: 1440px) {
    .eBfMvL {
        font-size: 24px;
        line-height: 36px;
    }
}

.cRKglx {
    -webkit-box-align: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    flex: 0 0 auto;
    display: flex;
    height: 38px;
    -webkit-box-pack: center;
    justify-content: center;
    transition: border 0.2s ease 0s;
    width: 38px;
    border: 0px;
}

    .cRKglx svg > * {
        transition: fill 0.2s ease 0s, stroke 0.2s ease 0s;
    }

.xbBrf {
    background: transparent;
    counter-reset: menuitem 0;
    position: relative;
}

    .xbBrf a {
        color: #fff !important;
    }

        .xbBrf a:hover {
            color: #103427 !important;
        }

.gJgAEH {
    background: rgb(0, 0, 0);
    height: 100vh;
    top: 0px;
    left: 0px;
    position: absolute;
    transform-origin: left center;
    width: 100%;
    transform: scaleX(0);
    z-index: -1;
}

.dJHREw {
    position: absolute;
    will-change: transform;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.737) 19%, rgba(0, 0, 0, 0.54) 34%, rgba(0, 0, 0, 0.38) 47%, rgba(0, 0, 0, 0.28) 56.5%, rgba(0, 0, 0, 0.192) 65%, rgba(0, 0, 0, 0.125) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.043) 86.1%, rgba(0, 0, 0, 0.02) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.004) 98.2%, transparent 100%);
    backface-visibility: hidden;
    width: 20vw;
}

.jPQoWi {
    font-size: 38px;
    font-weight: 600;
    height: 60vh;
    padding-top: 4px;
    margin-top: 40vh;
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
}

@media screen and (min-width: 768px) {
    .jPQoWi {
        margin-top: 50vh;
    }
}

.ejpUXO {
    backface-visibility: hidden;
    will-change: transform;
    font-size: 38px;
    font-weight: 600;
    height: 60vh;
    position: relative;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .ejpUXO {
        font-size: 38px;
        height: 50vh;
    }
}

/*.ejpUXO::before {
    counter-increment: menuitem 1;
    content: "0" counter(menuitem);
    position: absolute;
    top: -14px;
    left: 0px;
    font-size: 12px;
    font-weight: normal;
    color: rgb(102, 102, 102);
}*/

.laUfyG {
    align-items: flex-end;
    border-left: 1px solid rgba(128, 128, 128, 0.33);
    display: flex;
    overflow: hidden;
    height: 100vh;
    width: 20vw;
}

@media screen and (min-width: 1024px) {
    .laUfyG {
        width: 18vw;
    }
}

.kuiJCe {
    align-items: flex-end;
    border-left: 1px solid rgba(128, 128, 128, 0.33);
    display: flex;
    overflow: hidden;
    height: 100vh;
    width: 20vw;
}

@media screen and (min-width: 1024px) {
    .kuiJCe {
        width: 18vw;
    }
}

@media screen and (min-width: 0px) {
    .kuiJCe {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .kuiJCe {
        display: flex;
    }
}

.eNnjgG {
    align-items: flex-end;
    border-left: 1px solid rgba(128, 128, 128, 0.33);
    display: flex;
    overflow: hidden;
    height: 100vh;
    width: 20vw;
    flex: 1 0 auto;
}

@media screen and (min-width: 1024px) {
    .eNnjgG {
        width: 18vw;
    }
}

.crGtrk {
    color: rgb(102, 102, 102);
    font-weight: normal;
}

    .crGtrk .Typography__P-rxqwv-0 {
        font-size: 18px;
        line-height: 24px !important;
    }



.footerustu {
    height: 630px;
    overflow: hidden;
    background: #828282;
}

.news {
    padding-top: 60px;
    padding-right: 150px;
}

    .news [type=button] {
        display: inline-block;
        padding: 0;
        margin: 0;
        border: 0 none;
        outline: none;
        background: transparent;
        cursor: pointer;
    }

        .news [type=button][layout=transparent] {
            font-weight: 600;
            font-style: normal;
            font-size: 14px;
            font-variant: small-caps;
            line-height: 1;
            letter-spacing: .55em;
            text-transform: lowercase;
            text-decoration: none;
            color: #fff;
            position: relative;
            padding-bottom: 15px;
            border-bottom: 1px solid hsla(0,0%,100%,.2);
            z-index: 1;
        }

            .news [type=button][layout=transparent] .svg {
                float: right;
                position: relative;
                margin-left: 20px;
                margin-top: 5px;
            }

                .news [type=button][layout=transparent] .svg svg {
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    fill: #fff;
                }

            .news [type=button][layout=transparent]:after, [type=button][layout=transparent]:before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                height: 1px;
                width: 100%;
                visibility: hidden;
            }

            .news [type=button][layout=transparent]:before {
                background: #0ff;
                z-index: -1;
            }

            .news [type=button][layout=transparent]:after {
                background: #f0f;
                z-index: -2;
            }

            .news [type=button][layout=transparent]:focus:after, [type=button][layout=transparent]:focus:before, [type=button][layout=transparent]:hover:after, [type=button][layout=transparent]:hover:before {
                visibility: visible;
            }

            .news [type=button][layout=transparent]:focus:before, [type=button][layout=transparent]:hover:before {
                -webkit-animation: line-glitch .3s cubic-bezier(.25,.46,.45,.94) both infinite;
                animation: line-glitch .3s cubic-bezier(.25,.46,.45,.94) both infinite;
            }

            .news [type=button][layout=transparent]:focus:after, [type=button][layout=transparent]:hover:after {
                -webkit-animation: line-glitch .3s cubic-bezier(.25,.46,.45,.94) reverse both infinite;
                animation: line-glitch .3s cubic-bezier(.25,.46,.45,.94) reverse both infinite;
            }

.news-list .news {
    margin-bottom: 70px;
}

    .news-list .news:last-child {
        margin-bottom: 0;
    }

.news .news-subhead {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-variant: small-caps;
    line-height: 1;
    letter-spacing: .55em;
    text-transform: lowercase;
    color: #fff;
    margin-bottom: 25px;
}

    .news .news-subhead .svg {
        float: left;
        margin-right: 15px;
    }

        .news .news-subhead .svg svg {
            fill: #fff;
        }

.news .news-title {
    max-height: 75px;
    overflow: hidden;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    height: 75px;
    margin-bottom: 40px;
}

@media (max-width:68.74em) {
    .news .news-title {
        height: auto;
    }
}

@media (max-width:61.24em) {
    .news .news-title {
        font-size: 20px;
    }
}

.news .news-link {
    font-size: .9285714286rem;
}

    .news .news-link .svg {
        margin-top: 2px;
    }


.aboneol {
    background: #fff !important;
    position: static;
    border-left: 1px solid #000;
}

.footerustu::after {
    content: "";
    position: absolute;
    right: 0;
    width: 35.33%;
    height: 100%;
    background-color: #fff;
    z-index: 0;
}

.newsletter [type=submit] {
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 0 none;
    outline: none;
    background: transparent;
    cursor: pointer;
}

.newsletter {
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
    padding-left: 125px;
    z-index: 1;
    height: 630px;
}

    .newsletter .newsletter-title {
        font-weight: 400;
        font-style: normal;
        font-size: 60px;
        line-height: 1;
        color: #2b0059;
        margin-bottom: 40px;
    }

@media (max-width:61.24em) {
    .newsletter .newsletter-title {
        font-size: 2.8571428571rem;
    }
}

.newsletter .newsletter-form {
    position: relative;
    margin-top: 47px;
    max-width: 340px;
}

    .newsletter .newsletter-form input {
        font-weight: 700;
        font-style: normal;
        font-size: 1.1428571429rem;
        line-height: 1;
        color: #1b0139;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 50px;
        outline: none;
        background: transparent;
        border: 0 none;
        border-bottom: 2px solid rgba(27,1,57,.2);
    }

    .newsletter .newsletter-form button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 2px;
        width: 50px;
    }

        .newsletter .newsletter-form button .svg {
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .newsletter .newsletter-form button .svg svg {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                -webkit-transition: fill .2s cubic-bezier(.165,.84,.44,1);
                transition: fill .2s cubic-bezier(.165,.84,.44,1);
            }

        .newsletter .newsletter-form button:focus .svg svg, .newsletter .newsletter-form button:hover .svg svg {
            fill: #f0f;
        }

@media (max-width:68.74em) {
    .newsletter .newsletter-form {
        margin-top: 40px;
        max-width: 100%;
    }
}

@media (max-width:68.74em) {
    .newsletter {
        padding-left: 0;
    }
}

@media (max-width:46.24em) {
    .newsletter {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}


.main-slide-area .text {
    position: absolute;
    top: -50px;
    padding-left: 35px;
    z-index: 1;
    padding-right: 35px;
}


    .main-slide-area .text h2 svg {
        font-size: 18px !important;
        height: 2em !important;
        margin-left: 20px;
    }

.loader,
.loader:after {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: absolute;
    top: -17px;
    right: -20px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@media all {
    h1 {
        font-size: 2em;
        margin: 0.67em 0;
    }

    a {
        background-color: transparent;
    }

    .welcomewrap {
        margin-bottom: 1.5rem;
    }

        .welcomewrap .contentarea {
            padding: 4.5rem 2rem 2.6rem 3rem;
            padding-right: 200px !important;
        }

            .welcomewrap .contentarea header span {
                line-height: 1.3rem;
                font-weight: 500;
                display: block;
                font-size: 1rem;
            }

            .welcomewrap .contentarea header h1 {
                font-size: 1.3rem;
                color: #103427;
                margin: 0px;
                padding: 0.6rem 0 0.4rem;
            }

            .welcomewrap .contentarea header .tagline {
                margin-bottom: 1.5rem;
            }

            .welcomewrap .contentarea .cont p {
                font-size: 0.7rem;
                line-height: 1.1rem;
                color: #6d6d6d;
            }

            .welcomewrap .contentarea .cont a {
                color: #6d6d6d;
                display: block;
                font-size: 0.7rem;
            }

            .welcomewrap .contentarea .disc {
                margin-top: 4.4rem;
            }

                .welcomewrap .contentarea .disc label {
                    margin: 0 0 0.3rem;
                    font-weight: 600;
                    font-size: 1rem;
                }

                .welcomewrap .contentarea .disc p {
                    font-size: 0.7rem;
                    color: #6d6d6d;
                    font-weight: 600;
                    line-height: 1rem;
                }

        .welcomewrap .leftcol .viewgallery {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            height: 25.5rem;
            position: relative;
        }

            .welcomewrap .leftcol .viewgallery .viewmorelink {
                width: 100%;
                display: inline-block;
                vertical-align: middle;
                position: absolute;
                bottom: 0;
                margin: 0 auto;
                left: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                text-align: center;
            }

                .welcomewrap .leftcol .viewgallery .viewmorelink a {
                    color: #fff;
                    text-transform: uppercase;
                    text-align: center;
                    font-size: 0.6rem;
                    letter-spacing: 0.18rem;
                    display: block;
                    width: 100%;
                    padding: 2rem;
                }

    .welcomewrap {
        padding: 1.4em 0 1.4em;
        width: 100%;
        margin: 0 auto;
        margin-top: 50px;
    }

        .welcomewrap .leftcol {
            width: 50%;
            float: left;
        }

            .welcomewrap .leftcol .viewgallery {
                height: 600px;
            }

                .welcomewrap .leftcol .viewgallery .viewmorelink {
                    bottom: 10%;
                    width: 150px;
                }

                    .welcomewrap .leftcol .viewgallery .viewmorelink a {
                        font-size: 16px;
                        padding: 0.5em;
                        width: 150px;
                    }

                        .welcomewrap .leftcol .viewgallery .viewmorelink a:after {
                            background: #fff;
                        }

        .welcomewrap .rightcol {
            position: relative;
            overflow: hidden;
            width: 50%;
            float: right;
        }

        .welcomewrap .contentarea {
            padding: 75px;
            padding-top: 110px;
        }

            .welcomewrap .contentarea header span {
                font-size: 18px;
                font-weight: 600;
                max-width: 12em;
                margin-bottom: 10px;
                line-height: 1.1em;
            }

            .welcomewrap .contentarea header h1 {
                font-size: 18px;
                padding: 0.4em 0 0.1em;
                margin-bottom: 5px;
                letter-spacing: 0.03em;
            }

            .welcomewrap .contentarea header .tagline {
                margin-bottom: 2em;
                font-size: 18px;
            }

            .welcomewrap .contentarea .cont {
                font-size: 16px;
                max-width: 100%;
            }

                .welcomewrap .contentarea .cont p {
                    font-size: 16px;
                    margin-bottom: 1.5em;
                    line-height: 1.6em;
                }

                .welcomewrap .contentarea .cont a {
                    font-size: 16px;
                }

                    .welcomewrap .contentarea .cont a:after {
                        color: #6d6d6d;
                    }

            .welcomewrap .contentarea .disc {
                margin-top: 100px;
                max-width: 100%;
            }

                .welcomewrap .contentarea .disc label {
                    margin: 0 0 0.4em;
                    display: block;
                    font-size: 16px;
                }

                .welcomewrap .contentarea .disc p {
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 1.2em;
                }

    .contentarea header {
        position: relative !important;
    }
}

.uclukisimyapi {
    margin-top: 100px;
    overflow: hidden;
    margin-bottom: 150px;
}

    .uclukisimyapi .baslik {
        text-align: center;
    }

        .uclukisimyapi .baslik span {
            font-size: 24px;
            font-weight: 600;
        }

        .uclukisimyapi .baslik p {
            padding-top: 10px;
            font-size: 16px;
            padding-bottom: 50px;
        }

    .uclukisimyapi .gorselbolum .gorselicerik.yarim {
        margin: 30px;
    }

    .uclukisimyapi .gorselbolum .gorselicerik {
        overflow: hidden;
    }

        .uclukisimyapi .gorselbolum .gorselicerik img {
            width: 100%;
            transition: all 0.5s ease;
        }

            .uclukisimyapi .gorselbolum .gorselicerik img:hover {
                transform: scale(1.1);
            }

        .uclukisimyapi .gorselbolum .gorselicerik.yarim .content {
            position: absolute;
            bottom: 12%;
            z-index: 2;
            left: 0;
        }

        .uclukisimyapi .gorselbolum .gorselicerik .content {
            position: absolute;
            bottom: 0;
            z-index: 2;
            left: 0;
            text-align: center;
            width: 100%;
        }

.gorselbolum .tamkisim {
    padding: 0;
}

.uclukisimyapi .gorselbolum .gorselicerik.tam .content {
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 20px;
    background: #103427;
}

.uclukisimyapi .gorselbolum .gorselicerik .content span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.uclukisimyapi .gorselbolum .gorselicerik .content p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding-top: 5px;
}



@media all {
    .rmswrapper img {
        vertical-align: middle;
        border-style: none;
    }

    .rmswrapper .img-fluid {
        max-width: 100%;
        height: auto;
    }

    .rmswrapper img {
        page-break-inside: avoid;
    }

    .owl-carousel .owl-item {
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important;
    }

    .rmswrapper {
        margin-top: 4rem;
        position: relative;
    }

        .rmswrapper:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 15%;
            width: 100vw;
            height: 0rem;
            background: transparent;
            -webkit-box-shadow: 0 0 20rem 20px rgba(0,0,0,0.62);
            box-shadow: 0 0 20rem 20px rgba(0,0,0,0.62);
            z-index: 0;
            -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
        }

        .rmswrapper .owl-stage, .rmswrapper .owl-item {
            height: 225px;
        }

        .rmswrapper .item {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            display: block;
            height: 100%;
        }

        .rmswrapper .contarea {
            background: #fff;
            padding: 1.5rem;
            margin: 0 1.5rem;
            position: relative;
            z-index: 5;
        }

            .rmswrapper .contarea .backimg {
                position: absolute;
                right: 0;
                top: 0;
                z-index: 1;
                width: 5rem;
            }

            .rmswrapper .contarea label, .rmswrapper .contarea p, .rmswrapper .contarea a {
                position: relative;
                z-index: 3;
            }

            .rmswrapper .contarea label {
                font-size: 0.85rem;
                font-weight: 600;
            }

            .rmswrapper .contarea p {
                font-size: 0.8rem;
            }

            .rmswrapper .contarea a {
                display: block;
                font-size: 0.7rem;
                text-transform: uppercase;
                font-weight: 600;
                letter-spacing: 0.1rem;
                color: #333;
            }
}

@media (min-width: 1024px) {
    .rmswrapper:after {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
        bottom: 16%;
        width: 30vw;
    }

    .rmswrapper .owl-stage, .rmswrapper .owl-item {
        height: 293px;
    }

    .rmswrapper .contarea {
        position: absolute;
        left: 10.1vw;
        top: -3.5rem;
        margin: 0;
        width: 13.2rem;
        padding: 11.5rem 1.5rem 1.5rem;
    }

        .rmswrapper .contarea .backimg {
            width: 150px;
        }

        .rmswrapper .contarea p {
            padding-bottom: 1.5rem;
        }
}

@media (min-width: 1200px) {
    .rmswrapper {
        margin-top: 100px;
    }

        .rmswrapper:after {
            -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
        }

        .rmswrapper .owl-stage, .rmswrapper .owl-item {
            height: 500px;
        }

        .rmswrapper .contarea {
            left: 225px;
            top: -20px;
            width: 250px;
            height: 540px;
            padding: 200px 30px 40px;
        }

            .rmswrapper .contarea label {
                font-size: 20px;
                display: block;
                margin-bottom: 1.4em;
            }

            .rmswrapper .contarea p {
                font-size: 14px;
                padding-bottom: 25px;
                color: #868686;
            }

            .rmswrapper .contarea a {
                font-size: 12px;
                letter-spacing: 0.1em;
            }

            .rmswrapper .contarea .backimg {
                width: 150px;
            }
}


/*! CSS Used from: https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css?ver=5.8.3 ; media=all */
@media all {
    *, ::after, ::before {
        box-sizing: border-box;
    }

    h5 {
        margin-top: 0;
        margin-bottom: .5rem;
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    a {
        color: #000;
        text-decoration: none;
        background-color: transparent;
    }

        a:hover {
            color: #0056b3;
            text-decoration: underline;
        }

    img {
        vertical-align: middle;
        border-style: none;
    }

    svg {
        overflow: hidden;
        vertical-align: middle;
    }

    label {
        display: inline-block;
        margin-bottom: .5rem;
    }

    button {
        border-radius: 0;
    }

        button:focus {
            outline: 1px dotted;
            outline: 5px auto -webkit-focus-ring-color;
        }

    button {
        margin: 0;
        font-size: inherit;
        line-height: inherit;
    }

    button {
        overflow: visible;
    }

    button {
        text-transform: none;
    }

    [type=button], button {
        -webkit-appearance: button;
    }

        [type=button]::-moz-focus-inner, button::-moz-focus-inner {
            padding: 0;
            border-style: none;
        }

    h5 {
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }

    h5 {
        font-size: 1.25rem;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
    }

    .clearfix::after {
        display: block;
        clear: both;
        content: "";
    }

    @media print {
        *, ::after, ::before {
            text-shadow: none !important;
            box-shadow: none !important;
        }

        a:not(.btn) {
            text-decoration: underline;
        }

        img {
            page-break-inside: avoid;
        }

        p {
            orphans: 3;
            widows: 3;
        }
    }
}
/*! CSS Used from: https://www.anasawellnessresort.com/wp-content/themes/antyracoresite/style.min.css?ver=5.8.3 ; media=all */
@media all {
    a {
        background-color: transparent;
    }

    img {
        border-style: none;
    }

    button {
        font-family: inherit;
        font-size: 100%;
        line-height: 1.15;
        margin: 0;
    }

    button {
        overflow: visible;
    }

    button {
        text-transform: none;
    }

    button, [type="button"] {
        -webkit-appearance: button;
    }

        button::-moz-focus-inner, [type="button"]::-moz-focus-inner {
            border-style: none;
            padding: 0;
        }

        button:-moz-focusring, [type="button"]:-moz-focusring {
            outline: 1px dotted ButtonText;
        }

    .owl-carousel .owl-item {
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important;
    }

    .dinsection {
        position: relative;
        height: 100vh;
        overflow: hidden;
    }

        .dinsection .headersect {
            padding: 3.5rem 2rem 3rem;
        }

            .dinsection .headersect h5 {
                margin: 0;
                padding: 0;
                font-size: 1rem;
                color: #103427;
                letter-spacing: 0.05rem;
                text-align: center;
            }

        .dinsection .twocolwrap .leftcol .imgback {
            width: 100%;
            height: 26.3rem;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
        }

            .dinsection .twocolwrap .leftcol .imgback .textarea {
                position: absolute;
                top: 4rem;
                width: 7.5rem;
                height: 10rem;
                margin: 0 auto;
                z-index: 5;
                left: 0;
                right: 0;
            }

                .dinsection .twocolwrap .leftcol .imgback .textarea span {
                    color: #fff;
                    font-size: 1.5rem;
                    font-weight: 600;
                    text-transform: uppercase;
                    position: absolute;
                }

                    .dinsection .twocolwrap .leftcol .imgback .textarea span.sp2 {
                        right: 0;
                    }

                    .dinsection .twocolwrap .leftcol .imgback .textarea span.sp3 {
                        left: 0;
                        bottom: 0;
                    }

                    .dinsection .twocolwrap .leftcol .imgback .textarea span.sp4 {
                        right: 0;
                        bottom: 0;
                    }

        .dinsection .twocolwrap .rightcol {
            background: #000;
        }

            .dinsection .twocolwrap .rightcol .dinslwrapper {
                margin: -10rem auto 0;
                width: 90vw;
            }

                .dinsection .twocolwrap .rightcol .dinslwrapper .sinitem {
                    display: block;
                    color: #333;
                    text-decoration: none;
                    width: 50%;
                    float: left;
                }

                .dinsection .twocolwrap .rightcol .dinslwrapper:after {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    height: 84%;
                    background: #fff;
                    z-index: -1;
                }

                .dinsection .twocolwrap .rightcol .dinslwrapper .contarea {
                    padding: 1.2rem 3rem;
                }

                    .dinsection .twocolwrap .rightcol .dinslwrapper .contarea label {
                        display: block;
                        font-size: 0.84rem;
                        font-weight: 600;
                        cursor: pointer;
                    }

                    .dinsection .twocolwrap .rightcol .dinslwrapper .contarea .linkarea {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        content: "";
                        display: table;
                        table-layout: fixed;
                        width: 100%;
                    }

                        .dinsection .twocolwrap .rightcol .dinslwrapper .contarea .linkarea span {
                            font-size: 0.7rem;
                            float: left;
                            width: calc(100% - 1rem);
                            padding-right: 0.5rem;
                        }

                        .dinsection .twocolwrap .rightcol .dinslwrapper .contarea .linkarea .iconarea {
                            width: 1rem;
                            float: right;
                        }

                            .dinsection .twocolwrap .rightcol .dinslwrapper .contarea .linkarea .iconarea svg {
                                display: block;
                                width: 1rem;
                                height: 1rem;
                            }

            .dinsection .twocolwrap .rightcol .contareaft {
                padding: 3rem;
                color: #fff;
                font-size: 0.75rem;
            }

                .dinsection .twocolwrap .rightcol .contareaft a {
                    display: block;
                    font-size: 0.7rem;
                    text-transform: uppercase;
                    font-weight: 600;
                    letter-spacing: 0.1rem;
                    color: #fff !important;
                }

                    .dinsection .twocolwrap .rightcol .contareaft a:after {
                        background: #fff;
                    }

    @media (min-width: 1024px) {
        .dinsection {
            margin-top: 2.8rem;
        }

            .dinsection .headersect {
                padding: 3rem 2rem 2rem;
            }

                .dinsection .headersect h5 {
                    font-size: 1.5rem;
                }

            .dinsection .twocolwrap .leftcol {
                float: left;
                width: 52%;
            }

                .dinsection .twocolwrap .leftcol .imgback {
                    height: 31.3rem;
                }

                    .dinsection .twocolwrap .leftcol .imgback .textarea {
                        width: 12.5rem;
                        top: 7rem;
                        height: 12rem;
                    }

                        .dinsection .twocolwrap .leftcol .imgback .textarea span {
                            font-size: 2.5rem;
                            font-weight: 500;
                        }

            .dinsection .twocolwrap .rightcol {
                float: right;
                height: 31.3rem;
                width: 48%;
            }

                .dinsection .twocolwrap .rightcol .dinslwrapper {
                    margin: 1.1rem 0 0rem -3%;
                    width: 103%;
                }

                    .dinsection .twocolwrap .rightcol .dinslwrapper:after {
                        height: 72%;
                    }

                    .dinsection .twocolwrap .rightcol .dinslwrapper .contarea {
                        padding: 1.6rem 2.7rem;
                    }

                        .dinsection .twocolwrap .rightcol .dinslwrapper .contarea .linkarea span {
                            width: calc(100% - 0.5rem);
                        }

                        .dinsection .twocolwrap .rightcol .dinslwrapper .contarea .linkarea .iconarea {
                            width: 0.5rem;
                        }

                .dinsection .twocolwrap .rightcol .contareaft {
                    padding: 3rem 4.5rem;
                }
    }

    @media (min-width: 1200px) {
        .dinsection {
            margin-top: 30px;
        }

            .dinsection .headersect {
                padding: 0.8em 2em 0.9em;
            }

                .dinsection .headersect h5 {
                    font-size: 24px;
                    margin-bottom: 40px;
                    font-weight: 600;
                }

            .dinsection .twocolwrap .leftcol {
                width: 53.5%;
            }

                .dinsection .twocolwrap .leftcol .imgback {
                    height: 90vh;
                }

                    .dinsection .twocolwrap .leftcol .imgback .textarea {
                        width: 300px;
                        top: 30vh;
                        height: 300px;
                    }

                        .dinsection .twocolwrap .leftcol .imgback .textarea span {
                            font-size: 40px;
                            font-weight: 600;
                        }

            .dinsection .twocolwrap .rightcol {
                width: 46.5%;
                height: 90vh;
            }

                .dinsection .twocolwrap .rightcol .dinslwrapper {
                    margin: 0;
                    width: 50vw;
                    position: relative;
                    left: -8.5%;
                    top: 1em;
                }

                    .dinsection .twocolwrap .rightcol .dinslwrapper .contarea {
                        padding: 20px 30px;
                        background: #fff;
                    }

                        .dinsection .twocolwrap .rightcol .dinslwrapper .contarea label {
                            font-size: 16px;
                        }

                        .dinsection .twocolwrap .rightcol .dinslwrapper .contarea .linkarea {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                        }

                            .dinsection .twocolwrap .rightcol .dinslwrapper .contarea .linkarea span {
                                font-size: 12px;
                                width: auto;
                            }

                            .dinsection .twocolwrap .rightcol .dinslwrapper .contarea .linkarea .iconarea {
                                width: 0.5em;
                            }

                                .dinsection .twocolwrap .rightcol .dinslwrapper .contarea .linkarea .iconarea svg {
                                    width: 0.5em;
                                    height: 0.2em;
                                }

                .dinsection .twocolwrap .rightcol .contareaft {
                    padding-top: 60vh;
                    padding-left: 15vh;
                    padding-right: 15vh;
                }

                .dinsection .twocolwrap .rightcol .imageurl img {
                    width: 100%;
                }

                .dinsection .twocolwrap .rightcol .contareaft p {
                    font-size: 16px;
                    line-height: 1.6em;
                }

                .dinsection .twocolwrap .rightcol .contareaft a {
                    margin-top: 1em;
                    font-size: 16px;
                    font-weight: 500;
                    letter-spacing: 0.13em;
                    color: #fff;
                }
    }
}

.sliderbuttons {
    width: 100%;
    margin-top: 30px !important;
}

.rsm-next {
    display: block;
    background: transparent;
    border: 1px solid #000;
    padding: 10px 17px;
    border-radius: 50%;
    font-size: 20px;
    float: left;
}

.rsm-prev {
    display: block;
    background: transparent;
    border: 1px solid #000;
    padding: 10px 17px;
    border-radius: 50%;
    font-size: 20px;
    position: relative;
    float: left;
    margin-right: 10px;
}


.scroll-helper {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
    z-index: 2;
}

    .scroll-helper .scroll-line {
        position: initial;
        bottom: initial;
        left: initial;
        margin: 0 auto;
        height: 100px;
        width: 2px;
        background: #fff;
        /*display: block;*/
        display: inline-block;
        overflow: hidden;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
    }

        .scroll-helper .scroll-line:after {
            content: '';
            width: inherit;
            height: 50%;
            background: #103427;
            position: absolute;
            transform: translateY(0%) scaleY(0);
            left: 0;
            z-index: 10;
            display: block;
        }

        .scroll-helper .scroll-line.init:after {
            -webkit-animation: mymove 1.5s infinite linear;
            animation: mymove 1.5s infinite linear;
            -webkit-transform-origin: top center;
            transform-origin: top center;
        }

    .scroll-helper a {
        display: inline-block;
        vertical-align: top;
    }

        .scroll-helper a img {
            height: 40px;
        }

    .scroll-helper .scroll-word {
        position: absolute;
        bottom: -35%;
        left: 50%;
        margin-left: -25px;
        opacity: 1;
        visibility: inherit;
        font-size: 12px;
        display: inline-block;
        font-style: inherit;
        line-height: 16px;
        letter-spacing: .075em;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
        color: rgb(255, 255, 255);
    }

@-webkit-keyframes mymove {
    0% {
        -webkit-transform: translateY(0%) scaleY(0);
    }

    10% {
        -webkit-transform: translateY(0%) scaleY(0.5);
    }

    30% {
        -webkit-transform: translateY(50%) scaleY(1);
    }

    45% {
        -webkit-transform: translateY(200%) scaleY(0.5);
    }

    55% {
        -webkit-transform: translateY(200%) scaleY(0);
    }

    100% {
        -webkit-transform: translateY(200%) scaleY(0);
    }
}

@keyframes mymove {
    0% {
        -webkit-transform: translateY(0%) scaleY(0);
    }

    10% {
        -webkit-transform: translateY(0%) scaleY(0.5);
    }

    30% {
        -webkit-transform: translateY(50%) scaleY(1);
    }

    45% {
        -webkit-transform: translateY(200%) scaleY(0.5);
    }

    55% {
        -webkit-transform: translateY(200%) scaleY(0);
    }

    100% {
        -webkit-transform: translateY(200%) scaleY(0);
    }
}

.ggGKRu {
    margin-bottom: 10px;
}

    .ggGKRu svg {
        margin-right: 5px;
    }

    .ggGKRu .fa-mobile {
        margin-right: 10px;
    }


.headerbuttonfour a {
    color: #fff !important;
}


.lqd-gdpr-accept {
    padding: 8px 23px;
    border: none;
    border-radius: 50em;
    background: #eff3f5;
    font-size: 14px;
    line-height: 1em;
    color: #184341;
    transition: background .3s,color .3s;
}

    .lqd-gdpr-accept:hover {
        color: #eff3f5;
        background-color: #184341;
    }

.lqd-gdpr-left {
    padding-inline-end: 16px;
}

.lqd-gdpr-inner {
    display: flex;
    align-items: center;
}

#lqd-gdpr {
    padding: 10px 10px 10px 20px;
    border-radius: 50px;
    position: fixed;
    bottom: 3.5rem;
    left: 50%;
    z-index: 10152;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    color: rgba(0,0,0,.86);
    box-shadow: 0 20px 60px rgba(92,107,149,.15);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%,0);
}

    #lqd-gdpr, #lqd-gdpr:before, #lqd-gdpr:after, #lqd-gdpr *, #lqd-gdpr *:before, #lqd-gdpr *:after {
        box-sizing: border-box;
    }

        #lqd-gdpr.lqd-gdpr-ready.lqd-gdpr-visible {
            animation: lqdGDPRFadeIn .85s cubic-bezier(.19,1,.22,1) both alternate;
        }

@media screen and (max-width:540px) {
    #lqd-gdpr {
        min-width: 320px;
        border-radius: 4px;
        text-align: center;
    }

    .lqd-gdpr-left {
        padding: 0;
        margin-bottom: .75em;
    }

    .lqd-gdpr-inner {
        flex-direction: column;
    }
}
/*! CSS Used keyframes */
@keyframes lqdGDPRFadeIn {
    from {
        transform: translate(-50%,50%);
        opacity: 0;
        visibility: hidden;
    }

    to {
        transform: translate(-50%,0);
        opacity: 1;
        visibility: visible;
    }
}

#block-sitebranding img {
    padding-top: 30px;
    width: 200px;
}

.main-slide-area .item-area:after {
    opacity: .4;
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}


.pages-header:before {
    opacity: .4;
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    top: 2px;
    left: 0;
    z-index: 0;
}


.dilbolum {
    list-style: none;
}

    .dilbolum li {
        /*border: 1px solid #fff;*/
        display: inline-block;
        margin: 0;
        width: 54px;
        height: 50px;
        text-align: center;
        color: #fff;
        line-height: 47px;
        float: left;
    }

        .dilbolum li:first-child {
            border-right: 0;
        }


.headerdilbolum .dilbolum {
    display: inline-block;
    float: right;
    margin-top: 20px;
}

    .headerdilbolum .dilbolum li a {
        color: #fff !important;
    }

.newheader.header-fixed .headerdilbolum .dilbolum li a {
    color: #000 !important;
}

.headerdilbolum .dilbolum li {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-weight: 500;
}

    .headerdilbolum .dilbolum li:first-child {
        width: 30px;
        height: 40px;
        line-height: 38px;
        font-weight: 600;
        /*border-color: #103427;
        background: #103427;*/
        color: #103427;
        overflow: hidden;
    }

    .headerdilbolum .dilbolum li:last-child {
        width: 30px;
        height: 40px;
        line-height: 38px;
        font-weight: 600;
        /*border-color: #103427;*/
        /*border-left: 0;*/
        color: #103427;
        overflow: hidden;
    }

    .headerdilbolum .dilbolum li:before {
        /*background: #103427;*/
        content: "";
        width: 100%;
        height: 100%;
    }


.welcomewrap .owl-dots {
    position: absolute;
    bottom: 3%;
    left: 47%;
}

    .welcomewrap .owl-dots .owl-dot {
        height: 12px;
        width: 10px;
        border: 0;
        margin: 0 5px;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

        .welcomewrap .owl-dots .owl-dot.active {
            background: #103427;
        }

.dilbolum li {
    position: relative;
}

    .dilbolum li:after {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transition: 0.6s transform cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition: 0.6s transform cubic-bezier(0.19, 1, 0.22, 1);
        transform-origin: top left;
        -webkit-transform-origin: top left;
        background-color: #ffffff;
    }

    .dilbolum li:hover:after {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform-origin: bottom left;
        -webkit-transform-origin: bottom left;
    }

.headerdilbolum .dilbolum li:hover a {
    color: #000 !important;
}

.mobilheader {
    display: none;
}

.blogdetay {
    padding: 15px 70px;
}

@media screen and (max-width: 1000px) {
    .breadcrumbs {
        padding-left: 15px;
        padding-right: 15px;
    }

    .blogdetay {
        padding-left: 15px;
        padding-right: 15px;
    }

    .welcomewrap .rightcol {
        width: 100%;
    }

    .welcomewrap .leftcol {
        width: 100%;
    }

    .welcomewrap .contentarea {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .main-slide-area .container-fluid {
        padding: 0;
    }

    .newheader {
        display: none;
    }

    .main-slide-area .text {
        top: 200px;
    }

    .main-slide-area p {
        width: 100%;
        font-size: small;
    }

    .main-slide-area h2 {
        font-size: x-large;
    }

    .slide-btn {
        font-size: xx-small;
    }

    .welcomewrap .owl-dots {
        left: 44%;
    }

    .uclukisimyapi .gorselbolum .gorselicerik.yarim {
        padding: 0;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .rmswrapper {
        margin-top: 0 !important;
    }

    .uclukisimyapi {
        margin-bottom: 50px;
    }

    .rmswrapper .contarea label {
        font-size: 28px;
    }

    .rmswrapper .contarea p {
        font-size: 20px;
    }

    .rmswrapper .contarea a {
        margin-top: 10px;
        font-size: 14px;
    }

    .rmswrapper .contarea {
        padding-bottom: 75px;
    }

    .region-footer-primary .field--body {
        padding-left: 15px;
        padding-right: 15px;
    }

    .region-footer-primary .menu--footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .region-footer-secondary .menu--footer-secondary > ul {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-footer__branding .field--body {
        margin-left: unset !important;
    }

    #block-sitebranding {
        text-align: center;
        width: 100%;
    }

    .page-footer__branding {
        padding: 0 !important;
    }

    .page-footer__top {
        width: 100%;
        margin-left: unset;
        margin-right: unset;
        width: 100%;
    }

    .page-footer__bottom {
        width: 100%;
    }

    .page-footer {
        width: 100%;
    }

    .page-footer__notes {
        margin-left: unset;
        margin-right: unset;
    }

    .page-footer__branding .field--body {
        margin: 0 !important;
        width: 100% !important;
        display: block;
        position: relative;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #block-sitebranding img {
        width: 50%;
        margin-bottom: 30px;
    }

    .page-footer__copyright, .page-footer__notes .menu--footer-meta > ul a {
        font-size: 10px;
    }

    .region-footer-primary .menu--footer > ul > li:first-child, .region-footer-primary .menu--footer > ul > li:nth-child(2) {
        width: 100%;
    }

    .region-footer-primary .menu--footer {
        padding-bottom: 20px;
    }

    .vc_custom_1614344337910 .container {
        padding: 0;
    }

    .dinsection .twocolwrap .rightcol {
        width: 100%;
        margin-top: 100px;
    }

        .dinsection .twocolwrap .rightcol .dinslwrapper .contarea label {
            font-size: 16px;
        }

        .dinsection .twocolwrap .rightcol .dinslwrapper .contarea {
            background: #fff;
            height: 150px;
        }

            .dinsection .twocolwrap .rightcol .dinslwrapper .contarea .linkarea span {
                font-size: 14px;
            }

        .dinsection .twocolwrap .rightcol .contareaft {
            padding-top: 280px !important;
        }

        .dinsection .twocolwrap .rightcol .contareaft {
            font-size: 20px;
        }

            .dinsection .twocolwrap .rightcol .contareaft a {
                font-size: 14px;
                color: #fff !important;
            }

    .dinsection .headersect h5 {
        font-size: 24px;
    }

    .mobilheader {
        display: block;
        position: absolute;
        background: transparent;
        z-index: 9999;
    }

    .menubutton {
        text-align: right;
    }

    .menubuttonmobile {
        text-align: right;
    }

    .main-slide-area {
        margin-top: -100px;
    }

    .menubutton span {
        float: right;
    }

        .menubutton span::before {
            left: unset;
            right: 0;
        }

        .menubutton span::after {
            left: unset;
            right: 0;
        }

    .menubuttonmobile span {
        float: right;
    }

        .menubuttonmobile span::before {
            left: unset;
            right: 0;
            top: 60px;
        }

        .menubuttonmobile span::after {
            left: unset;
            right: 0;
            top: 55px;
        }

    .mobilheader .col-sm-6 {
        padding: 0;
    }

    .mobilheader .img-responsive {
        padding-top: 15px;
        height: 90px;
    }

    .menubutton.opened span::before {
        left: unset;
        right: 0;
    }

    .menubutton.opened span::after {
        left: unset;
        right: 0;
    }

    .menubuttonmobile.opened span::before {
        left: unset;
        right: 0;
    }

    .menubuttonmobile.opened span::after {
        left: unset;
        right: 0;
    }

    .kuiJCe {
        display: flex;
    }

    .fRgjMw {
        display: flex;
    }

    .eXNiTq {
        display: block;
        grid-template-columns: unset;
        grid-auto-rows: unset;
    }

    .fbMQpr {
        display: block;
        grid-column: unset;
    }

    .fRgjMw {
        display: block;
    }

    .edQEs {
        display: block;
        grid-area: unset;
    }

    .jPQoWi {
        display: block;
    }

    .laUfyG {
        display: block;
        align-items: unset;
        width: 100%;
        height: 100px;
    }

    .ejpUXO {
        height: 100px;
    }

    .jPQoWi {
        height: 60px;
        margin-top: 100px;
    }

    .doKBox {
        display: block;
        height: 300px;
    }

    .kuiJCe {
        display: block;
        width: 100%;
        height: 100px;
    }

    .eNnjgG {
        display: block;
        height: 300px;
        width: 100%;
    }

    #portal.mounted {
        height: 100vh;
        z-index: 999;
        overflow: hidden;
    }
}


#acilirmenucontent {
    display: none;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

    #acilirmenucontent.opened {
        display: block;
    }


.newheader.aciliropened .headerdilbolum {
    display: none;
}


.newheader.aciliropened {
    position: absolute;
}

.page-footer__main {
    padding-right: 80px;
}

@media screen and (max-width: 1000px) {
    .lqd-tabs-style-2 .lqd-tabs-nav {
        display: inline-block;
    }

    .uclukisimyapi .gorselbolum .gorselicerik.yarim .content {
        bottom: 17%;
    }

    .main-slide-area .text {
        top: 250px;
        padding-left: 0;
    }

    .main-slide-area {
        margin-top: 0 !important;
    }

    .welcomewrap .contentarea {
        padding-top: 0 !important;
    }

    .uclukisimyapi {
        margin-top: 25px !important;
    }

        .uclukisimyapi .baslik p {
            padding-bottom: 0;
        }

    .rmswrapper .owl-stage, .rmswrapper .owl-item {
        height: 350px;
    }

    #block-sitebranding {
        text-align: left !important;
        padding-left: 15px;
    }

    .page-footer__main {
        padding-left: 0;
        padding-right: 0;
    }

    .uclukisimyapi {
        margin-bottom: 0;
    }

    .elementor-2225 .elementor-element.elementor-element-658d4537 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .elementor-2225 .elementor-element.elementor-element-3589be69 > .elementor-element-populated {
        padding: 0 !important;
    }

    .elementor-2225 .elementor-element.elementor-element-4a043692 .lqd-imggrp-img-container {
        border-radius: 8px !important;
    }

    .gt-main .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .breadcrumbs .container-fluid {
        padding-left: 5px;
        padding-right: 5px;
    }

    .liquid-column-responsive-6200fe92e14b0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .vc_custom_1606215665350 {
        padding-top: 15px !important;
    }

    .liquid-column-6200fe92e2bf8 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #ld_cf7_6200fe92e2ccb .col-md-6 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #ld_cf7_6200fe92e2ccb .col-md-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .hizmetlericerikbolum .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .hizmetlerblok {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .hizmetdetayicerik .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .gorseliceriks {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .gorseliceriks img {
            width: 100% !important;
            height: 250px !important;
        }

    .hizmetdetayicerik {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .vc_custom_1610099364481 .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .liquid-column-61fe974353787 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ld_fancy_heading_61fe97435ed71 {
        text-align: center;
    }

    .pages-header > .container > h1 {
        font-size: 30px !important;
    }
}


.solkurumsalicerik {
    padding-top: 150px;
}

.elementor-element-4a043692 img {
    height: 600px !important;
    object-fit: cover;
}

.elementor-element-59da25fd img {
    height: 600px !important;
    object-fit: cover;
}

@media screen and (max-width: 1000px) {
    .elementor-2225 .elementor-element.elementor-element-59da25fd .lqd-imggrp-img-container {
        border-radius: 8px !important;
    }

    .solkurumsalicerik {
        padding-top: 0;
    }
}

.play-video {
    margin-bottom: 50px;
}

    .play-video a {
        background-color: transparent;
    }

        .play-video a:active, .play-video a:hover {
            outline: 0;
        }

@media print {
    .play-video *, .play-video :after, .play-video :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .play-video a, .play-video a:visited {
        text-decoration: underline;
    }

        .play-video a[href]:after {
            content: " (" attr(href) ")";
        }
}

.play-video * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.play-video :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.play-video a {
    color: #337ab7;
    text-decoration: none;
}

    .play-video a:focus, a:hover {
        color: #23527c;
        text-decoration: underline;
    }

    .play-video a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.play-video a {
    background-color: transparent;
}

    .play-video a:active, .play-video a:hover {
        outline: 0;
    }

.play-video a {
    color: #000;
}

    .play-video a:hover {
        text-decoration: none;
    }

.play-video :focus {
    outline: 0;
}

.play-video a:focus, a:hover {
    text-decoration: none;
}

.play-video a:focus, .play-video a:hover {
    color: inherit;
    text-decoration: none;
}

.play-video ::-webkit-scrollbar {
    width: 8px;
}

.play-video ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.play-video ::-webkit-scrollbar-thumb {
    background: #4bacb2;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
}

.play-video *, .play-video ::after, .play-video ::before {
    box-sizing: border-box;
}

.play-video a:focus {
    outline: thin dotted;
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.play-video a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-family: 'Montserrat', sans-serif;
}

.play-video .video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 20px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

    .play-video .video-play-button:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 60px;
        height: 60px;
        background: #103427;
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
    }

    .play-video .video-play-button:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 60px;
        height: 60px;
        background: #103427;
        border-radius: 50%;
        transition: all 200ms;
    }

    .play-video .video-play-button:hover:after {
        background-color: darken(#fa183d, 10%);
    }

    .play-video .video-play-button span {
        display: block;
        position: relative;
        z-index: 3;
        width: 0;
        height: 0;
        border-left: 16px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        font-size: 0;
    }

.play-video {
    position: relative;
    width: 100px;
}

    .play-video a {
        background-color: transparent;
    }

    .play-video *, .play-video :after, .play-video :before {
        box-sizing: border-box;
        border: 0 solid;
    }

    .play-video a {
        color: inherit;
        text-decoration: inherit;
    }

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}





/*! CSS Used from: https://marketingpro.liquid-themes.com/wp-content/themes/hub/assets/css/theme.css ; media=all */
@media all {
    .vc_custom_1612870817541 .circle {
        border-radius: 50em !important;
    }

    .vc_custom_1612870817541 a {
        text-decoration: none;
        color: var(--color-link);
        transition: all .3s;
    }

        .vc_custom_1612870817541 a:hover {
            color: var(--color-link-hover);
        }

        .vc_custom_1612870817541 a:hover, .vc_custom_1612870817541 a:focus {
            text-decoration: none;
        }

    .vc_custom_1612870817541 h2 {
        font-family: 'Montserrat', sans-serif;
        margin: 1em 0 .5em;
        font-weight: 600;
        line-height: 1.2em;
        color: #181b31;
    }

    h2 {
        margin-top: .75em;
        font-size: 40px;
    }

    .vc_custom_1612870817541 .row-bg-loader {
        display: inline-block;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -30px;
        margin-inline-start: -30px;
        opacity: .5;
        transition-property: opacity,visibility;
        transition-duration: .15s;
        transition-timing-function: cubic-bezier(.23,1,.32,1);
    }

    .row-bg-wrap, .row-bg-inner, .row-bg {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: inherit;
        border-radius: inherit;
        pointer-events: none;
    }

    .vc_custom_1612870817541 .row-bg {
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
    }

    .vc_custom_1612870817541 .row-bg-wrap {
        overflow: hidden;
    }

    .vc_custom_1612870817541 .row-bg-inner {
        opacity: 0;
        transform: scale(1.05);
        transition: transform 1.5s,opacity 1.5s;
        transition-timing-function: cubic-bezier(.19,1,.22,1);
    }

    .vc_custom_1612870817541 [data-row-bg].vc_row {
        background-image: none !important;
    }

    .vc_custom_1612870817541 .row-bg-loaded > .row-bg-loader {
        opacity: 0;
        visibility: hidden;
    }

    .vc_custom_1612870817541 .row-bg-loaded > .row-bg-wrap > .row-bg-inner {
        opacity: 1;
        transform: scale(1);
    }

    .vc_custom_1612870817541 .btn {
        display: inline-flex;
        padding: 0;
        position: relative;
        border: 1px solid var(--color-primary);
        border-radius: 0;
        font-size: 1em;
        white-space: nowrap;
        overflow: hidden;
        color: var(--color-primary);
        transition: all .3s;
    }

        .vc_custom_1612870817541 .btn > span, .btn i {
            transition: transform .3s cubic-bezier(.22,.665,.34,.875);
        }

        .vc_custom_1612870817541 .btn > span {
            display: inline-flex;
            padding: 1.15em 2.1em;
            border-radius: inherit;
            border-color: inherit;
            align-items: center;
        }

        .vc_custom_1612870817541 .btn.circle {
            border-radius: 7em;
        }

        .vc_custom_1612870817541 .btn.border-thin {
            border-width: 1px;
        }

            .vc_custom_1612870817541 .btn.border-thin > span {
                margin: -.5px;
            }

    .vc_custom_1612870817541 .btn-lg > span {
        padding: 1.3em 2.7em;
    }

    .vc_custom_1612870817541 .btn-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1em;
        letter-spacing: 0;
        background-size: 99.99% !important;
        transition: background .3s,color .125s,box-shadow .3s,border .3s;
    }

        .vc_custom_1612870817541 .btn-icon i {
            position: relative;
            z-index: 3;
        }

    .vc_custom_1612870817541 .btn-txt + .btn-icon {
        margin-inline-end: 0;
        margin-inline-start: 8px;
    }

    .vc_custom_1612870817541 .btn-icon, .btn-txt {
        position: relative;
        z-index: 3;
    }

    .vc_custom_1612870817541 .btn-bordered, .vc_custom_1612870817541 .btn-solid {
        box-shadow: 0 0 0 transparent;
    }

        .vc_custom_1612870817541 .btn-bordered:hover, .btn-solid:hover {
            border-color: transparent;
            background-color: var(--color-primary);
            color: #fff;
            transform: translate3d(0,-2px,0);
            box-shadow: 0 12px 28px rgba(0,0,0,.12);
        }

    .vc_custom_1612870817541 .btn-solid {
        overflow: hidden;
        background: var(--color-primary);
        color: #fff;
    }

        .vc_custom_1612870817541 .btn-solid:hover {
            color: #fff;
        }

    .vc_custom_1612870817541 .ld-fancy-heading {
        position: relative;
    }

    .vc_custom_1612870817541 .ld-fh-element {
        display: inline-block;
        margin-top: 0;
        margin-bottom: .5em;
        position: relative;
    }

    .vc_custom_1612870817541 .split-unit, .vc_custom_1612870817541 .split-inner {
        text-decoration: inherit;
    }

    .vc_custom_1612870817541 .mask-text .split-unit {
        overflow: hidden;
    }

    .vc_custom_1612870817541 .ld-fancy-heading .split-inner {
        display: block;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .vc_custom_1612870817541 .ld-fancy-heading .lqd-words {
        display: inline-flex !important;
    }

    .vc_custom_1612870817541 .one-row_top_divider {
        width: 100%;
        position: absolute;
        left: 0;
        pointer-events: none;
    }

        .vc_custom_1612870817541 .one-row_top_divider svg {
            width: 100%;
            height: 100%;
            position: relative;
        }

    .vc_custom_1612870817541 .one-row_top_divider {
        top: -1px;
    }

        .vc_custom_1612870817541 .one-row_top_divider svg {
            transform: rotateZ(180deg);
        }

    @media screen and (max-width:768px) {
        .vc_custom_1612870817541 .one-row_top_divider {
            max-height: 120px;
        }
    }

    .vc_column_container {
        display: flex;
        align-items: flex-start;
    }

    .vc_column-inner {
        transition: box-shadow .3s,transform .65s cubic-bezier(.23,1,.32,1);
    }

    .container:before, .container:after {
        content: none;
    }

    .vc_row {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

    #lqd-contents-wrap > .vc_row {
        margin-inline-start: 0;
        margin-inline-end: 0;
    }

    .ld-row {
        display: flex;
        flex-wrap: wrap;
    }

        .ld-row:before, .ld-row:after {
            content: none;
        }

    @media screen and (max-width:767px) {
        .vc_row > .ld-container {
            flex-grow: 1;
        }
    }

    @media screen and (max-width:479px) {
        .ld-container {
            max-width: 100%;
        }
    }

    .text-center {
        text-align: center !important;
    }

    @media screen and (max-width:991px) {
        .vc_custom_1612870817541 h2 {
            font-size: 32px;
        }
    }

    @media all and (max-width:992px) {
        .btn {
            white-space: normal;
        }

        .btn-lg > span {
            padding: 1.15em 2.5em;
        }
    }
}

/*! CSS Used from: Embedded */
.vc_custom_1612870817541 {
    margin-top: 40px !important;
    padding-top: 160px !important;
    padding-bottom: 85px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_custom_1595584965098 {
    margin-right: 12px !important;
    margin-bottom: 15px !important;
    margin-left: 12px !important;
    padding-right: 1em !important;
    padding-left: 1em !important;
}

.vc_custom_1573385436113 {
    margin-right: 12px !important;
    margin-bottom: 15px !important;
    margin-left: 12px !important;
    padding-right: 1em !important;
    padding-left: 1em !important;
}
/*! CSS Used from: Embedded */
@media (min-width: 768px) {
    .liquid-row-responsive-6205b1e422565 {
        margin-top: 75px !important;
    }
}
/*! CSS Used from: Embedded */
.ld_fancy_heading_6205b1e4227c0 h2 {
    color: rgb(255, 255, 255);
}

.ld_fancy_heading_6205b1e4227c0 h2 {
    font-size: 32px;
}

@media (min-width: 992px) {
    .ld_fancy_heading_6205b1e4227c0 h2 {
        font-size: 45px;
    }
}

.ld_fancy_heading_6205b1e4227c0 h2 {
    line-height: 1.26em;
}

.ld_fancy_heading_6205b1e4227c0 h2 {
    --element-line-height:1.26em;
}

.ld_fancy_heading_6205b1e4227c0 h2 {
    margin-bottom: 0.75em !important;
}

.ld_fancy_heading_6205b1e4227c0 h2 {
    font-size: 32px;
}

@media (min-width: 992px) {
    .ld_fancy_heading_6205b1e4227c0 h2 {
        font-size: 45px;
    }
}

.ld_fancy_heading_6205b1e4227c0 h2 {
    line-height: 1.26em;
}

.ld_fancy_heading_6205b1e4227c0 h2 {
    --element-line-height:1.26em;
}

.ld_fancy_heading_6205b1e4227c0 h2 {
    margin-bottom: 0.75em !important;
}
/*! CSS Used from: Embedded */
.ld_button_6205b1e42294f {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.3em;
    --element-line-height:1.3em;
}

    .ld_button_6205b1e42294f:hover {
        background-color: rgb(32, 35, 41);
        border-color: rgb(32, 35, 41);
        color: rgb(255, 255, 255);
    }
/*! CSS Used from: Embedded */
.ld_button_6205b1e4230af {
    color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.25);
    font-size: 16px;
    line-height: 1.3em;
    --element-line-height:1.3em;
}

    .ld_button_6205b1e4230af:hover {
        background-color: rgb(255, 255, 255);
        border-color: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
    }


.ld_button_6205b1e4230af {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    color: #fff !important;
    font-weight: 600;
}

    .ld_button_6205b1e4230af:hover {
        background: #fff !important;
        color: #000 !important;
    }




@media all {
    .vc_custom_1618490898057 .text-uppercase {
        text-transform: uppercase !important;
    }

    .vc_custom_1618490898057 p {
        margin-bottom: 1.5em;
    }

    .vc_custom_1618490898057 h2, .vc_custom_1618490898057 h6 {
        font-family: 'Montserrat', sans-serif;
        margin: 1em 0 .5em;
        font-weight: 600;
        line-height: 1.2em;
        color: #000;
    }

    .vc_custom_1618490898057 h2 {
        margin-top: .75em;
        font-size: 40px;
    }

    .vc_custom_1618490898057 h6 {
        font-size: 18px;
    }

    .vc_custom_1618490898057 .ld-fancy-heading {
        position: relative;
    }

    .vc_custom_1618490898057 .ld-fh-element {
        display: inline-block;
        margin-top: 0;
        margin-bottom: .5em;
        position: relative;
    }

    .vc_custom_1618490898057 .ld-fancy-heading.text-uppercase .ld-fh-element {
        text-transform: inherit;
    }

    .vc_custom_1618490898057 .vc_column_container {
        display: flex;
        align-items: flex-start;
    }

    .vc_custom_1618490898057 .vc_column-inner {
        transition: box-shadow .3s,transform .65s cubic-bezier(.23,1,.32,1);
    }

    .vc_custom_1618490898057 .container:before, .vc_custom_1618490898057 .container:after {
        content: none;
    }

    .vc_custom_1618490898057 .vc_row {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

    .vc_custom_1618490898057 #lqd-contents-wrap > .vc_row {
        margin-inline-start: 0;
        margin-inline-end: 0;
    }

    .vc_custom_1618490898057 .ld-row {
        display: flex;
        flex-wrap: wrap;
    }

        .vc_custom_1618490898057 .ld-row:before, .vc_custom_1618490898057 .ld-row:after {
            content: none;
        }

    @media screen and (max-width:767px) {
        .vc_custom_1618490898057 .vc_row > .ld-container {
            flex-grow: 1;
        }
    }

    @media screen and (max-width:479px) {
        .vc_custom_1618490898057 .ld-container {
            max-width: 100%;
        }
    }

    .vc_custom_1618490898057 .text-left {
        text-align: start !important;
    }

    @media (min-width:992px) {
        .vc_custom_1618490898057 .text-md-center {
            text-align: center !important;
        }
    }

    @media screen and (max-width:991px) {
        .vc_custom_1618490898057 h2 {
            font-size: 32px;
        }

        .vc_custom_1618490898057 h6 {
            font-size: 15px;
        }
    }
}

@media all {
    .vc_custom_1618490898057 h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        line-height: 1.2em;
        letter-spacing: -.01em;
        font-size: 42px;
        color: #181b31;
    }

    .vc_custom_1618490898057 h6 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        line-height: 1.2em;
        font-size: 18px;
        color: #181b31;
    }
}
/*! CSS Used from: Embedded */
.vc_custom_1618490898057 .vc_custom_1618490898057 {
    padding-bottom: 20px !important;
}

.vc_custom_1618490898057 .vc_custom_1612275120149 {
    margin-bottom: 20px !important;
}
/*! CSS Used from: Embedded */
@media (min-width: 992px) {
    .liquid-row-responsive-6205b1e41a755 {
        padding-top: 70px !important;
        padding-right: 100px !important;
        padding-left: 100px !important;
    }
}
/*! CSS Used from: Embedded */
.ld_fancy_heading_6205b1e41a9df h6 {
    font-size: 12px;
    letter-spacing: 0.1em;
    color: rgb(58, 82, 116);
}

.ld_fancy_heading_6205b1e41a9df h6 {
    margin-bottom: 1em !important;
}

.ld_fancy_heading_6205b1e41a9df h6 {
    margin-bottom: 1em !important;
}
/*! CSS Used from: Embedded */
.ld_fancy_heading_6205b1e41b246 h2 {
    font-size: 32px;
}

@media (min-width: 992px) {
    .ld_fancy_heading_6205b1e41b246 h2 {
        font-size: 40px;
    }
}

.ld_fancy_heading_6205b1e41b246 h2 {
    font-size: 32px;
}

@media (min-width: 992px) {
    .ld_fancy_heading_6205b1e41b246 h2 {
        font-size: 40px;
    }
}
/*! CSS Used from: Embedded */
.ld_fancy_heading_6205b1e41baa5 p {
    font-size: 17px;
}

.ld_fancy_heading_6205b1e41baa5 p {
    line-height: 29px;
}

.ld_fancy_heading_6205b1e41baa5 p {
    --element-line-height:29px;
}

@media (min-width: 992px) {
    .ld_fancy_heading_6205b1e41baa5 p {
        padding-right: 15% !important;
        padding-left: 15% !important;
    }
}

.ld_fancy_heading_6205b1e41baa5 p {
    margin-bottom: 1.2em !important;
}

@media (min-width: 992px) {
    .ld_fancy_heading_6205b1e41baa5 p {
        margin-bottom: 2.15em !important;
    }
}

.ld_fancy_heading_6205b1e41baa5 p {
    font-size: 17px;
}

.ld_fancy_heading_6205b1e41baa5 p {
    line-height: 29px;
}

.ld_fancy_heading_6205b1e41baa5 p {
    --element-line-height:29px;
}

@media (min-width: 992px) {
    .ld_fancy_heading_6205b1e41baa5 p {
        padding-right: 15% !important;
        padding-left: 15% !important;
    }
}

.ld_fancy_heading_6205b1e41baa5 p {
    margin-bottom: 1.2em !important;
}

@media (min-width: 992px) {
    .ld_fancy_heading_6205b1e41baa5 p {
        margin-bottom: 2.15em !important;
    }
}


@media all {
    .liquid-row-responsive-6205b1e41bd7f .screen-reader-text {
        clip: rect(1px,1px,1px,1px);
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

        .liquid-row-responsive-6205b1e41bd7f .screen-reader-text:hover, .liquid-row-responsive-6205b1e41bd7f .screen-reader-text:active, .liquid-row-responsive-6205b1e41bd7f .screen-reader-text:focus {
            background-color: #f1f1f1;
            border-radius: 3px;
            box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
            clip: auto !important;
            color: #21759b;
            display: block;
            font-size: 14px;
            font-size: .875rem;
            font-weight: 700;
            height: auto;
            left: 5px;
            line-height: normal;
            padding: 15px 23px 14px;
            text-decoration: none;
            top: 5px;
            width: auto;
            z-index: 100000;
        }
}

@media all {
    .liquid-row-responsive-6205b1e41bd7f .text-uppercase {
        text-transform: uppercase !important;
    }

    .liquid-row-responsive-6205b1e41bd7f .ltr-sp-1 {
        letter-spacing: .1em !important;
    }

    .liquid-row-responsive-6205b1e41bd7f .lh-135 {
        line-height: 1.35em !important;
    }

    .liquid-row-responsive-6205b1e41bd7f .lh-15 {
        line-height: 1.5em !important;
    }

    .liquid-row-responsive-6205b1e41bd7f .font-weight-bold {
        font-weight: 700 !important;
    }

    .liquid-row-responsive-6205b1e41bd7f .overflow-hidden {
        overflow: hidden !important;
    }

    .liquid-row-responsive-6205b1e41bd7f .lqd-overlay {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .liquid-row-responsive-6205b1e41bd7f .z-index-2 {
        z-index: 2;
    }

    .liquid-row-responsive-6205b1e41bd7f .round {
        border-radius: 4px !important;
    }

    .liquid-row-responsive-6205b1e41bd7f .circle {
        border-radius: 50em !important;
    }

    .liquid-row-responsive-6205b1e41bd7f a {
        text-decoration: none;
        color: var(--color-link);
        transition: all .3s;
    }

        .liquid-row-responsive-6205b1e41bd7f a:hover {
            color: var(--color-link-hover);
        }

        .liquid-row-responsive-6205b1e41bd7f a:hover, .liquid-row-responsive-6205b1e41bd7f a:focus {
            text-decoration: none;
        }

    .liquid-row-responsive-6205b1e41bd7f img {
        max-width: 100%;
        height: auto;
    }

    .liquid-row-responsive-6205b1e41bd7f .screen-reader-text {
        clip: rect(1px,1px,1px,1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        top: 0;
        left: 0;
        width: 1px;
        word-wrap: normal !important;
    }

    .liquid-row-responsive-6205b1e41bd7f h2, .liquid-row-responsive-6205b1e41bd7f h3, .liquid-row-responsive-6205b1e41bd7f .h5 {
        font-family: 'Montserrat', sans-serif;
        margin: 1em 0 .5em;
        font-weight: 600;
        line-height: 1.2em;
        color: #181b31;
    }

    .liquid-row-responsive-6205b1e41bd7f h2 {
        margin-top: .75em;
        font-size: 40px;
    }

    .liquid-row-responsive-6205b1e41bd7f h3 {
        font-size: 32px;
    }

    .liquid-row-responsive-6205b1e41bd7f .h5 {
        font-size: 21px;
    }

    .liquid-row-responsive-6205b1e41bd7f .ld-lazyload {
        opacity: .0001;
        transition: opacity 1s;
    }

        .liquid-row-responsive-6205b1e41bd7f .ld-lazyload.loaded {
            opacity: 1;
        }

    .liquid-row-responsive-6205b1e41bd7f .lqd-lp-row {
        position: relative;
    }

    .liquid-row-responsive-6205b1e41bd7f .lqd-lp-column {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
        position: static;
    }

    .liquid-row-responsive-6205b1e41bd7f .lqd-lp-meta {
        font-size: 11px;
    }

    .liquid-row-responsive-6205b1e41bd7f .lqd-lp-img .lqd-lp-meta:not(:only-child) {
        position: absolute;
        top: 25px;
        left: 25px;
    }

    .liquid-row-responsive-6205b1e41bd7f .lqd-lp-img figure:empty + .lqd-lp-meta {
        position: relative;
        top: auto;
        left: auto;
    }

    .liquid-row-responsive-6205b1e41bd7f .lqd-lp-meta > *:only-child {
        margin-inline-start: 0 !important;
        margin-inline-end: 0 !important;
    }

    .liquid-row-responsive-6205b1e41bd7f .lqd-lp-meta-dot-between .lqd-lp-author:not(:last-child) {
        display: flex;
        align-items: center;
    }

        .liquid-row-responsive-6205b1e41bd7f .lqd-lp-meta-dot-between .lqd-lp-author:not(:last-child):after {
            content: '';
            display: inline-block;
            width: 4px;
            height: 4px;
            flex-shrink: 0;
            margin-inline-start: 1.364em;
            border-radius: 50em;
            background-color: currentColor;
            vertical-align: middle;
            opacity: .35;
        }

    .liquid-row-responsive-6205b1e41bd7f .lqd-lp-meta-dot-between > *:not(:last-child) {
        margin-inline-end: 1.364em;
    }

    .liquid-row-responsive-6205b1e41bd7f .lqd-lp-cat a {
        border-radius: inherit;
        color: var(--color-primary);
    }

        .liquid-row-responsive-6205b1e41bd7f .lqd-lp-cat a:hover {
            color: #000;
        }

    .liquid-row-responsive-6205b1e41bd7f .lqd-lp-cat-solid li {
        margin-bottom: .5em;
    }

    .liquid-row-responsive-6205b1e41bd7f .lqd-lp-cat-solid a {
        display: inline-flex !important;
        padding: 9px 16px;
        transition: all .3s;
        box-shadow: 0 0 0 rgba(0,0,0,.25);
        line-height: 1.25em;
    }

        .liquid-row-responsive-6205b1e41bd7f .lqd-lp-cat-solid a:hover {
            border-color: var(--color-primary);
            background-color: var(--color-primary);
            box-shadow: 0 8px 20px rgba(0,0,0,.2);
            transform: translateY(-1px);
            color: #fff;
        }

    .liquid-row-responsive-6205b1e41bd7f .lqd-lp-cat-solid a {
        background-color: #fff;
        color: #000;
    }

    .liquid-row-responsive-6205b1e41bd7f .lqd-lp-date {
        color: rgba(0,0,0,.5);
    }

    .liquid-row-responsive-6205b1e41bd7f .lqd-lp-title {
        margin-top: 0;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }

        .liquid-row-responsive-6205b1e41bd7f .lqd-lp-title a {
            color: #000;
        }

            .liquid-row-responsive-6205b1e41bd7f .lqd-lp-title a:hover {
                color: var(--color-primary);
            }

    .liquid-row-responsive-6205b1e41bd7f .lqd-lp-img figure {
        transition: box-shadow .45s cubic-bezier(.23,1,.32,1);
    }

    .liquid-row-responsive-6205b1e41bd7f .lqd-lp-author h3 {
        font-size: 14px;
        color: #50585e;
        transition: color .3s;
    }

    .liquid-row-responsive-6205b1e41bd7f .lqd-lp-meta .lqd-lp-author h3 {
        font-size: 1em;
        font-weight: inherit;
    }

    .liquid-row-responsive-6205b1e41bd7f .lqd-lp-author:hover h3 {
        color: var(--color-primary);
    }

    .liquid-row-responsive-6205b1e41bd7f .lqd-lp-overlay-link {
        z-index: 1;
    }

    .liquid-row-responsive-6205b1e41bd7f .lqd-lp {
        flex-grow: 1;
        transition: box-shadow .65s,transform .65s;
        transition-timing-function: cubic-bezier(.23,1,.32,1);
    }

        .liquid-row-responsive-6205b1e41bd7f .lqd-lp:hover {
            z-index: 2;
        }

    .liquid-row-responsive-6205b1e41bd7f .lqd-lp-hover-img-zoom .lqd-lp-img figure {
        transform: scale(1);
        transition: transform 1s cubic-bezier(.23,1,.32,1);
    }

    .liquid-row-responsive-6205b1e41bd7f .lqd-lp-hover-img-zoom:hover .lqd-lp-img figure {
        transform: scale(1.15);
        transition-duration: 10s;
    }

    .liquid-row-responsive-6205b1e41bd7f .lqd-lp-style-6 {
        box-shadow: 0 20px 55px rgba(82,71,175,.09);
        background-color: #fff;
    }

        .liquid-row-responsive-6205b1e41bd7f .lqd-lp-style-6 .lqd-lp-author {
            color: #000;
        }

            .liquid-row-responsive-6205b1e41bd7f .lqd-lp-style-6 .lqd-lp-author h3, .lqd-lp-style-6 .lqd-lp-author a {
                color: inherit;
            }

        .liquid-row-responsive-6205b1e41bd7f .lqd-lp-style-6:hover {
            box-shadow: 0 25px 55px rgba(0,0,0,.075);
            transform: translateY(-2px);
        }

    .liquid-row-responsive-6205b1e41bd7f .reset-ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .liquid-row-responsive-6205b1e41bd7f .inline-nav > li {
        display: inline-flex !important;
        width: auto !important;
    }

        .liquid-row-responsive-6205b1e41bd7f .inline-nav > li > a {
            display: inline-flex !important;
        }

    .liquid-row-responsive-6205b1e41bd7f .vc_column_container {
        display: flex;
        align-items: flex-start;
    }

    .liquid-row-responsive-6205b1e41bd7f .vc_column-inner {
        transition: box-shadow .3s,transform .65s cubic-bezier(.23,1,.32,1);
    }

    .liquid-row-responsive-6205b1e41bd7f .container:before, .liquid-row-responsive-6205b1e41bd7f .container:after {
        content: none;
    }

    .liquid-row-responsive-6205b1e41bd7f .vc_row {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

    .liquid-row-responsive-6205b1e41bd7f #lqd-contents-wrap > .vc_row {
        margin-inline-start: 0;
        margin-inline-end: 0;
    }

    .liquid-row-responsive-6205b1e41bd7f .ld-row {
        display: block;
        flex-wrap: wrap;
    }

        .liquid-row-responsive-6205b1e41bd7f .ld-row:before, .ld-row:after {
            content: none;
        }

    @media screen and (max-width:767px) {
        .liquid-row-responsive-6205b1e41bd7f .vc_row > .ld-container {
            flex-grow: 1;
        }
    }

    @media screen and (max-width:479px) {
        .liquid-row-responsive-6205b1e41bd7f .ld-container {
            max-width: 100%;
        }
    }

    .liquid-row-responsive-6205b1e41bd7f .d-flex {
        display: flex !important;
    }

        .liquid-row-responsive-6205b1e41bd7f .d-flex:before, .d-flex:after {
            content: none;
        }

    .liquid-row-responsive-6205b1e41bd7f .flex-wrap {
        flex-wrap: wrap;
    }

    .liquid-row-responsive-6205b1e41bd7f .align-items-center {
        align-items: center !important;
    }

    .liquid-row-responsive-6205b1e41bd7f .my-0 {
        margin-top: 0 !important;
    }

    .liquid-row-responsive-6205b1e41bd7f .mb-0, .my-0 {
        margin-bottom: 0 !important;
    }

    .liquid-row-responsive-6205b1e41bd7f .mt-3 {
        margin-top: 1rem !important;
    }

    .liquid-row-responsive-6205b1e41bd7f .p-5 {
        padding: 2rem !important;
        min-height: 115px;
        max-height: 115px;
        overflow: hidden;
    }

    .liquid-row-responsive-6205b1e41bd7f .pos-rel {
        position: relative;
    }

    .liquid-row-responsive-6205b1e41bd7f .w-100 {
        width: 100%;
    }

    @media screen and (max-width:991px) {
        .liquid-row-responsive-6205b1e41bd7f h2 {
            font-size: 32px;
        }

        .liquid-row-responsive-6205b1e41bd7f h3 {
            font-size: 24px;
        }

        .liquid-row-responsive-6205b1e41bd7f .h5 {
            font-size: 16px;
        }
    }

    @media screen and (max-width:479px) {
        .liquid-row-responsive-6205b1e41bd7f .lqd-lp-column {
            width: 100%;
        }
    }
}

@media (min-width: 992px) {
    .liquid-row-responsive-6205b1e41bd7f {
        padding-right: 80px !important;
        padding-left: 80px !important;
    }
}
/*! CSS Used from: Embedded */
.ld_blog_6205b1e41bfda .lqd-lp-row {
    margin-inline-start: -20px;
    margin-inline-end: -20px;
}

.ld_blog_6205b1e41bfda .lqd-lp-column {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    margin-bottom: 30px;
}

.ld_blog_6205b1e41bfda .lqd-lp .lqd-lp-title {
    font-size: 20px;
}

.ld_blog_6205b1e41bfda .lqd-lp:hover .lqd-lp-title a {
    color: rgb(0, 0, 0);
}

.lqd-lp-header {
    position: relative !important;
}

.ld_blog_6205b1e41bfda .slick-next, .ld_blog_6205b1e41bfda .slick-prev {
    background: #000 !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

    .ld_blog_6205b1e41bfda .slick-next:before, .ld_blog_6205b1e41bfda .slick-prev:before {
        color: #fff !important;
    }





.vc_custom_1611315614210 .ikonblok {
    padding: 0 !important;
    margin-top: 25px;
}

    .vc_custom_1611315614210 .ikonblok .iconbox {
        padding: 0 !important;
    }

.vc_custom_1611315614210 .iconbox {
    display: flex;
    margin-bottom: 2em;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    transition: box-shadow .3s ease,background .3s ease;
}

    .vc_custom_1611315614210 .iconbox .iconbox-icon-container, .vc_custom_1611315614210.iconbox .contents {
        position: relative;
        z-index: 2;
    }

    .vc_custom_1611315614210 .iconbox .iconbox-icon-container, .vc_custom_1611315614210.iconbox p, .vc_custom_1611315614210.iconbox h3 {
        transition-property: color,background;
        transition-duration: .3s;
        transition-timing-function: ease;
    }

    .vc_custom_1611315614210 .iconbox h3 {
        display: inline-block;
        margin: 0 0 .7em;
        font-size: 24px;
        line-height: 1.5em;
    }

    .vc_custom_1611315614210 .iconbox .iconbox-icon-container {
        display: flex;
        margin-bottom: .5em;
        border: 0 solid #f2f4f7;
        align-items: center;
        justify-content: center;
        font-size: 40px;
        line-height: 1em;
        color: #fff;
        transition: border .3s,box-shadow .3s;
    }

        .vc_custom_1611315614210 .iconbox .iconbox-icon-container i {
            height: auto;
            position: relative;
            z-index: 2;
        }

        .vc_custom_1611315614210 .iconbox .iconbox-icon-container i {
            display: inline-block;
            font-size: 1em;
        }

    .vc_custom_1611315614210 .iconbox .contents > p > span {
        display: inline-block;
    }

    .vc_custom_1611315614210 .iconbox .iconbox-icon-hover-bg {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: inherit;
        transition: opacity .3s;
        opacity: 0;
    }

    .vc_custom_1611315614210 .iconbox p {
        margin-bottom: 0;
    }

    .vc_custom_1611315614210 .iconbox.text-left {
        align-items: flex-start;
    }

    .vc_custom_1611315614210 .iconbox:hover .iconbox-icon-hover-bg {
        opacity: 1;
    }

.vc_custom_1611315614210 .iconbox-circle .iconbox-icon-container i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.vc_custom_1611315614210 .iconbox-circle .iconbox-icon-container {
    border-radius: 6px;
    background: #fff;
    font-size: 40px;
    color: #fff;
}

.vc_custom_1611315614210 .iconbox-circle .iconbox-icon-container {
    width: 80px;
    height: 80px;
}

.vc_custom_1611315614210 .iconbox-circle .iconbox-icon-container {
    border-radius: 50em;
}

.vc_custom_1611315614210 .iconbox-side {
    flex-direction: row;
    align-items: stretch !important;
    justify-content: flex-start;
    text-align: start;
}

    .vc_custom_1611315614210 .iconbox-side .iconbox-icon-wrap {
        margin-inline-end: 30px;
    }

    .vc_custom_1611315614210 .iconbox-side .iconbox-icon-container {
        margin-bottom: 0;
    }

.vc_custom_1611315614210 .iconbox-icon-shadow .iconbox-icon-container {
    box-shadow: 0 17px 30px rgba(0,0,0,.07);
}

.vc_custom_1611315614210 .iconbox-icon-linked .iconbox-icon-wrap {
    position: relative;
}

.vc_custom_1611315614210 .text-left {
    text-align: start !important;
}

.vc_custom_1611315614210 h3 {
    font-weight: 700;
    line-height: 1.2em;
    font-size: 32px;
    color: #214243;
}

.vc_custom_1622015551988 {
    margin-bottom: 45px !important;
}

.vc_custom_1611315614210 .ld_icon_box_6200e1a545685 .iconbox-icon-container {
    color: #000;
    font-size: 15px;
    width: 47px !important;
    height: 47px !important;
    background: #fff;
}

.vc_custom_1611315614210 .ld_icon_box_6200e1a545685:hover .iconbox-icon-container {
    color: #fff;
    fill: #fff;
    z-index: 1 !important;
    font-size: 14px;
    overflow: hidden !important;
}

.vc_custom_1611315614210 .ld_icon_box_6200e1a545685:hover svg:not(:root).svg-inline--fa {
    overflow: hidden !important;
    font-size: 14px !important;
    color: #fff !important;
    z-index: 1 !important;
}

.vc_custom_1611315614210 .ld_icon_box_6200e1a545685 .iconbox-icon-wrap {
    margin-inline-end: 13px !important;
}

.vc_custom_1611315614210 .ld_icon_box_6200e1a545685 .iconbox-icon-container:before {
    border-color: #fff;
}

.vc_custom_1611315614210 .ld_icon_box_6200e1a545685 .iconbox-icon-container .iconbox-icon-hover-bg {
    background: #103427;
}

.vc_custom_1611315614210 .ld_icon_box_6200e1a545685 h3 {
    margin-top: 15px;
    font-size: 14px;
}

.iconbox-icon-linked .iconbox-icon-wrap:after {
    content: '';
    display: inline-block;
    width: 350%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #e9e9e9;
}

.iconbox-icon-linked .iconbox-icon-wrap.lastone:after {
    display: none;
}

.iconbox-icon-wrap:after {
    clear: both;
}

@media screen and (max-width: 1000px) {
    .vc_custom_1618490898057 {
        margin-top: 50px;
    }

    .welcomewrap .owl-dots {
        left: 38%;
    }
}

.ld_blog_6205b1e41bfda .lqd-lp-row {
    margin-inline-start: -20px;
    margin-inline-end: -20px;
}

.ld_blog_6205b1e41bfda .lqd-lp-column {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    margin-bottom: 30px;
}

.ld_blog_6205b1e41bfda .lqd-lp .lqd-lp-title {
    font-size: 20px;
    margin-top: px !important;
    margin-bottom: px !important;
}

.ld_blog_6205b1e41bfda .lqd-lp:hover .lqd-lp-title a {
    color: rgb(0, 0, 0);
}


#portalv2 .main-header p:empty {
    display: none !important;
}

#portalv2 .navbar-fullscreen {
    display: none;
}

#portalv2 .header-module {
    display: inline-flex;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#portalv2 .module-primary-nav {
    padding-top: 0;
    padding-bottom: 0;
}

#portalv2 .nav-trigger {
    display: flex;
    padding: 0;
    border: none;
    border-radius: 50px;
    position: relative;
    background: 0 0;
    background-color: transparent;
    box-shadow: none;
    color: #000;
    align-items: center;
    justify-content: center;
    transition: z-index .3s .7s,opacity .3s;
}

    #portalv2 .nav-trigger .txt, .nav-trigger .bars, #portalv2 .nav-trigger .bars-inner, #portalv2 .nav-trigger .bar {
        display: inline-block;
        flex-flow: inherit;
        align-items: inherit;
        justify-content: inherit;
    }

    #portalv2 .nav-trigger .bars {
        width: 55px;
        height: 55px;
        border-radius: inherit;
        position: relative;
    }

        #portalv2 .nav-trigger .bars:before {
            content: '';
            display: inline-block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: inherit;
            transition: border .3s,background .3s;
        }

    #portalv2 .nav-trigger .bars-inner {
        display: flex;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        flex-direction: column;
    }

    #portalv2 .nav-trigger .bar {
        position: relative;
        background-color: #000;
        transition: all .3s;
    }

        #portalv2 .nav-trigger .bar:before, .nav-trigger .bar:after {
            background-color: inherit;
            transition: all .3s;
        }

        #portalv2 .nav-trigger .bar:last-child {
            margin-bottom: 0 !important;
        }

    #portalv2 .nav-trigger .txt {
        display: inline-block;
        line-height: 1;
        white-space: nowrap;
        transition: transform .45s,opacity .45s,color .3s;
        transition-timing-function: cubic-bezier(.23,1,.32,1);
    }

    #portalv2 .nav-trigger.style-2 .bars-inner {
        justify-content: center;
    }

    #portalv2 .nav-trigger.style-2 .bar {
        width: 24px;
        height: 2px;
        background: 0 0 !important;
    }

        #portalv2 .nav-trigger.style-2 .bar:not(:last-child) {
            margin-top: 3px;
            margin-bottom: 3px;
        }

        #portalv2 .nav-trigger.style-2 .bar:before, .nav-trigger.style-2 .bar:after {
            content: '';
            display: inline-block;
            width: 100%;
            height: 2px;
            position: absolute;
            top: 0;
            left: 0;
            background: #000;
        }

        #portalv2 .nav-trigger.style-2 .bar:first-child, .nav-trigger.style-2 .bar:nth-child(2) {
            overflow: hidden;
        }

            #portalv2 .nav-trigger.style-2 .bar:first-child:before, .nav-trigger.style-2 .bar:nth-child(2):before {
                transition: transform .3s .15s cubic-bezier(.65,.05,.36,1),background .3s;
            }

            #portalv2 .nav-trigger.style-2 .bar:first-child:after, .nav-trigger.style-2 .bar:nth-child(2):after {
                content: none;
            }

            #portalv2 .nav-trigger.style-2 .bar:first-child:before {
                transform-origin: right;
                transform: translateX(-100%);
            }

        #portalv2 .nav-trigger.style-2 .bar:nth-child(2):before {
            transform: translateX(100%);
            transition: transform .3s .075s cubic-bezier(.65,.05,.36,1),background .3s;
        }

        #portalv2 .nav-trigger.style-2 .bar:last-child {
            width: 24px;
            height: 10px;
            position: absolute;
            top: calc(50% - 5px);
            left: calc(50% - 13px);
        }

            #portalv2 .nav-trigger.style-2 .bar:last-child:before, .nav-trigger.style-2 .bar:last-child:after {
                transform-origin: 73%;
            }

            #portalv2 .nav-trigger.style-2 .bar:last-child:before {
                transition: transform .3s .125s cubic-bezier(.65,.05,.36,1),background .3s;
                transform: scale(1) rotate(-45deg) translate(0);
            }

            #portalv2 .nav-trigger.style-2 .bar:last-child:after {
                top: auto;
                bottom: 0;
                transition: transform .3s .175s cubic-bezier(.65,.05,.36,1),background .3s;
                transform: scale(1) rotate(45deg) translate(0);
            }

    #portalv2 .nav-trigger.solid .bars:before {
        background-color: #f5f5f5;
    }

    #portalv2 .nav-trigger.circle .bars {
        width: 62px;
        height: 62px;
        flex: 1 0 62px;
        margin-inline-end: 10px;
    }

    #portalv2 .nav-trigger.txt-left {
        flex-direction: row-reverse;
    }

        #portalv2 .nav-trigger.txt-left.circle .bars {
            margin-inline-start: 10px;
            margin-inline-end: 0;
        }

    #portalv2 .nav-trigger:focus {
        outline: none;
        box-shadow: none;
    }

#portalv2 .navbar-collapse {
    flex: 1 auto;
    padding: 0;
    overflow: visible;
}

#portalv2 .main-nav {
    flex: 1 auto;
    margin-inline-start: auto;
    margin-inline-end: auto;
}

    #portalv2 .main-nav > li {
        position: relative;
        flex-direction: column;
    }

    #portalv2 .main-nav > li, .main-nav > li > a {
        display: flex;
    }

        #portalv2 .main-nav > li > a {
            flex: 1 auto;
            flex-direction: row;
            padding: var(--lqd-menu-items-top-padding,10px) var(--lqd-menu-items-right-padding,15px) var(--lqd-menu-items-bottom-padding,10px) var(--lqd-menu-items-left-padding,15px);
            overflow: hidden;
            color: #a7a9b8;
            white-space: nowrap;
        }

            #portalv2 .main-nav > li > a:hover, .main-nav > li > a:focus {
                background-color: transparent;
            }

        #portalv2 .main-nav > li.current-menu-item > a, .main-nav > li > a:hover {
            color: #184341;
        }

    #portalv2 .main-nav.justify-content-lg-start {
        margin-inline-start: 0;
    }

#portalv2 .submenu-expander {
    display: none;
    width: 36px;
    height: 36px;
    margin-inline-start: 18px;
    position: absolute;
    top: 0;
    left: auto;
    border-radius: 3px;
    flex: 1;
    background-color: rgba(0,0,0,.05);
    align-items: center;
    justify-content: center;
    z-index: 3;
    font-size: 18px;
}

    #portalv2 .submenu-expander:before {
        content: '\ea2f';
        display: inline-flex;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: center;
        font: normal 1em/1 'lqd-essentials';
    }

#portalv2 .menu-item-has-children > a .submenu-expander {
    display: inline-flex;
}

#portalv2 .nav-item-children {
    min-width: 232px;
    padding: 1.0625em 0;
    border-radius: 5px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    text-align: start;
    pointer-events: none;
    transform: translateY(10px);
    transition: all .85s cubic-bezier(.19,1,.22,1);
    transition-property: transform,opacity,visibility;
}

    #portalv2 .nav-item-children:before {
        content: '';
        display: inline-block;
        border-radius: inherit;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        background-color: #fff;
        box-shadow: 0 16px 50px rgba(0,0,0,.07);
        pointer-events: none;
    }

    #portalv2 .nav-item-children > li {
        position: relative;
        font-size: 1em;
        line-height: normal;
    }

        #portalv2 .nav-item-children > li > a {
            display: block;
            padding: .75em 1.75em;
            width: 100%;
            color: rgba(0,0,0,.55);
        }

        #portalv2 .nav-item-children > li:hover > a {
            color: #000;
        }

#portalv2 .position-applied:hover > .nav-item-children {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#portalv2 .ld-fancy-heading {
    position: relative;
}

#portalv2 .ld-fh-element {
    display: inline-block;
    margin-top: 0;
    margin-bottom: .5em;
    position: relative;
}

#portalv2 .lqd-fancy-menu > ul > li > a {
    display: flex;
    align-items: center;
}

#portalv2 .lqd-custom-menu {
    position: relative;
    transition: opacity .3s,visibility .3s;
}

    #portalv2 .lqd-custom-menu > ul > li > a {
        position: relative;
    }

    #portalv2 .lqd-custom-menu > ul > li {
        display: flex;
        position: relative;
        flex-wrap: wrap;
    }

    #portalv2 .lqd-custom-menu > ul > li, .lqd-custom-menu > ul > li > a {
        width: 100%;
        align-items: center;
    }

        #portalv2 .lqd-custom-menu > ul > li > a {
            display: flex;
        }

#portalv2 .header-module .lqd-custom-menu {
    position: static;
}

#portalv2 .reset-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#portalv2 .inline-nav > li {
    display: inline-flex !important;
    width: auto !important;
}

    #portalv2 .inline-nav > li > a {
        display: inline-flex !important;
    }

#portalv2 .vc_column_container {
    display: flex;
    align-items: flex-start;
}

#portalv2 .vc_column-inner {
    transition: box-shadow .3s,transform .65s cubic-bezier(.23,1,.32,1);
}

#portalv2 .container:before, .container:after {
    content: none;
}

#portalv2 .vc_row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

    #portalv2 .vc_row > .container-fluid {
        flex-grow: 1;
    }

#portalv2 .ld-row {
    display: flex;
    flex-wrap: wrap;
}

    #portalv2 .ld-row:before, .ld-row:after {
        content: none;
    }

#portalv2 .ld-container.container-fluid {
    width: 100%;
}

@media screen and (max-width:767px) {
    #portalv2 .vc_row > .ld-container {
        flex-grow: 1;
    }
}

@media screen and (max-width:479px) {
    #portalv2 .ld-container {
        max-width: 100%;
    }
}

@media (min-width:1200px) {
    #portalv2 .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    #portalv2 .align-items-lg-stretch {
        align-items: stretch !important;
    }
}

#portalv2 .mx-0 {
    margin-inline-start: 0 !important;
}

#portalv2 .mx-0 {
    margin-inline-end: 0 !important;
}

#portalv2 .px-0 {
    padding-inline-start: 0 !important;
}

#portalv2 .px-0 {
    padding-inline-end: 0 !important;
}

#portalv2 .pos-stc {
    position: static !important;
}

@media screen and (min-width:1200px) {
    #portalv2 .navbar-fullscreen {
        display: flex !important;
        width: 100vw;
        height: 100vh !important;
        padding: 150px 0 50px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        opacity: 0;
        justify-content: flex-end;
        flex-direction: column;
        overflow: hidden;
        visibility: hidden;
        transition: all .15s .8s ease;
        transform: translateZ(0);
    }

        #portalv2 .navbar-fullscreen:before, .navbar-fullscreen:after {
            content: none;
        }

        #portalv2 .navbar-fullscreen .main-nav-trigger {
            position: fixed;
            top: 4em;
            right: 4em;
            z-index: 92;
            opacity: 0;
            visibility: hidden;
            transition: opacity .3s,visibility .3s;
        }

            #portalv2 .navbar-fullscreen .main-nav-trigger .txt {
                display: none;
            }

        #portalv2 .navbar-fullscreen .navbar-collapse {
            height: auto !important;
            overflow: visible !important;
        }

        #portalv2 .navbar-fullscreen .main-nav {
            flex-direction: column;
        }

            #portalv2 .navbar-fullscreen .main-nav > li {
                flex-direction: row;
            }

                #portalv2 .navbar-fullscreen .main-nav > li > a {
                    -webkit-padding-start: 0;
                    padding-inline-start: 0;
                    -webkit-padding-end: 0;
                    padding-inline-end: 0;
                }

        #portalv2 .navbar-fullscreen .nav-item-children {
            box-shadow: none;
        }

            #portalv2 .navbar-fullscreen .nav-item-children > li > a {
                padding: 0;
            }

            #portalv2 .navbar-fullscreen .nav-item-children > li:hover > a {
                background-color: transparent;
            }

        #portalv2 .navbar-fullscreen .lqd-fsh-bg-side-container, .navbar-fullscreen .lqd-fsh-bg-side-container span, #portalv2 .navbar-fullscreen .lqd-fsh-bg-container, .navbar-fullscreen .lqd-fsh-bg-row, #portalv2 .navbar-fullscreen .lqd-fsh-bg-col, .navbar-fullscreen .lqd-fsh-bg-col span, .navbar-fullscreen .lqd-fsh-bg {
            height: 100%;
        }

        #portalv2 .navbar-fullscreen .lqd-fsh-bg-side-container, .navbar-fullscreen .lqd-fsh-bg-col {
            position: relative;
        }

            #portalv2 .navbar-fullscreen .lqd-fsh-bg-side-container:before, .navbar-fullscreen .lqd-fsh-bg-col:before {
                content: "";
                display: inline-block;
                width: 1px;
                height: 100%;
                position: absolute;
                top: 0;
                right: 0;
                z-index: 2;
                background-color: rgba(0,0,0,.1);
                transform: scaleY(0);
                transform-origin: center top;
                transition: transform .75s cubic-bezier(.7,0,.2,1);
            }

            #portalv2 .navbar-fullscreen .lqd-fsh-bg-side-container span, .navbar-fullscreen .lqd-fsh-bg-col span {
                display: inline-block;
                width: 100%;
                background-color: #fff;
                transform: scaleX(0);
                transform-origin: left center;
                transition: transform .65s .3s cubic-bezier(.7,0,.2,1);
            }

        #portalv2 .navbar-fullscreen .lqd-fsh-bg-container, #portalv2 .navbar-fullscreen .lqd-fsh-bg-side-container {
            flex: 1 auto;
        }

        #portalv2 .navbar-fullscreen .lqd-fsh-bg-container {
            margin: 0;
        }

        #portalv2 .navbar-fullscreen .lqd-fsh-bg {
            display: flex;
            width: 100%;
            position: fixed;
            top: 0;
            left: 0;
        }

        #portalv2 .navbar-fullscreen .header-modules-container {
            display: flex;
            flex-direction: column;
            flex-grow: 1;
            -webkit-clip-path: polygon(0 0,0 0,0 100%,0% 100%);
            clip-path: polygon(0 0,0 0,0 100%,0% 100%);
            transition: -webkit-clip-path .8s 0s cubic-bezier(.4,0,.2,1);
            transition: clip-path .8s 0s cubic-bezier(.4,0,.2,1);
            transition: clip-path .8s 0s cubic-bezier(.4,0,.2,1),-webkit-clip-path .8s 0s cubic-bezier(.4,0,.2,1);
        }

            #portalv2 .navbar-fullscreen .header-modules-container > .container {
                display: flex;
                flex-direction: column;
                padding: 0;
            }

                #portalv2 .navbar-fullscreen .header-modules-container > .container:before, .navbar-fullscreen .header-modules-container > .container:after {
                    content: none;
                }

            #portalv2 .navbar-fullscreen .header-modules-container > .container, .navbar-fullscreen .header-modules-container > .container > .row {
                flex-grow: 1;
            }

                #portalv2 .navbar-fullscreen .header-modules-container > .container > .row {
                    display: flex;
                    flex-direction: column;
                }

        #portalv2 .navbar-fullscreen .vc_row {
            flex-grow: 1;
        }

        #portalv2 .navbar-fullscreen .module-primary-nav {
            min-height: calc(100vh - 250px);
        }

            #portalv2 .navbar-fullscreen .module-primary-nav:only-child {
                display: flex;
                flex-direction: column;
                flex-grow: 1;
            }

                #portalv2 .navbar-fullscreen .module-primary-nav:only-child .navbar-collapse {
                    flex-grow: 1;
                    width: 100%;
                }

        #portalv2 .navbar-fullscreen .main-nav > li, #portalv2 .navbar-fullscreen .main-nav > li > a {
            align-items: stretch;
        }

        #portalv2 .navbar-fullscreen .navbar-collapse, #portalv2 .navbar-fullscreen .module-primary-nav {
            width: 100%;
        }

        #portalv2 .navbar-fullscreen.is-active {
            opacity: 1;
            visibility: visible;
            transition-delay: 0s;
        }

            #portalv2 .navbar-fullscreen.is-active .main-nav-trigger {
                opacity: 1;
                visibility: visible;
                transition-delay: .6s;
            }

            #portalv2 .navbar-fullscreen.is-active .lqd-fsh-bg-side-container:before, #portalv2 .navbar-fullscreen.is-active .lqd-fsh-bg-col:before {
                transform: scaleY(1);
                transition-delay: .25s;
            }

            #portalv2 .navbar-fullscreen.is-active .lqd-fsh-bg-side-container > span, #portalv2 .navbar-fullscreen.is-active .lqd-fsh-bg-col > span {
                transform: scaleX(1);
                transition-delay: .05s;
            }

            #portalv2 .navbar-fullscreen.is-active .header-modules-container {
                transition-duration: 2s;
                transition-delay: .15s;
                -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
                clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
            }

    #portalv2 .navbar-collapse {
        display: inline-flex !important;
        flex-direction: column;
        align-items: stretch;
        height: auto !important;
        flex-basis: 0;
    }

        #portalv2 .navbar-collapse:before, #portalv2 .navbar-collapse:after {
            content: none;
        }

    #portalv2 .main-nav {
        display: flex;
        align-items: stretch;
        justify-content: flex-end;
    }

        #portalv2 .main-nav:before, #portalv2 .main-nav:after {
            content: none;
        }

        #portalv2 .main-nav > li, #portalv2 .main-nav > li > a {
            align-items: center;
        }

            #portalv2 .main-nav > li:first-child {
                -webkit-padding-start: 0;
                padding-inline-start: 0;
            }

            #portalv2 .main-nav > li:last-child {
                -webkit-padding-end: 0;
                padding-inline-end: 0;
            }

            #portalv2 .main-nav > li > a {
                position: relative;
            }

        #portalv2 .main-nav .submenu-expander {
            display: none !important;
        }

    #portalv2 .navbar-fullscreen .main-nav.justify-content-lg-start {
        align-items: flex-start !important;
    }

    #portalv2 .main-nav-hover-fade-inactive:hover > li > a {
        opacity: .35;
    }

    #portalv2 .main-nav-hover-fade-inactive:hover > li:hover > a {
        opacity: 1;
    }

    #portalv2 .navbar-fullscreen .main-nav {
        width: auto;
        position: relative;
        flex-grow: 0;
    }

        #portalv2 .navbar-fullscreen .main-nav > li {
            width: 100%;
            -webkit-padding-start: 0 !important;
            padding-inline-start: 0 !important;
            -webkit-padding-end: 0 !important;
            padding-inline-end: 0 !important;
            align-items: inherit;
            justify-content: inherit;
            position: static;
        }

            #portalv2 .navbar-fullscreen .main-nav > li:after {
                content: "";
                display: inline-block;
                width: 100%;
                position: absolute;
                top: 0;
                left: 100%;
                bottom: 0;
                visibility: hidden;
            }

            #portalv2 .navbar-fullscreen .main-nav > li > a {
                width: 100%;
                flex-grow: 0;
                font-size: 2.3vw;
                line-height: 1.1em;
                font-weight: 700;
            }

        #portalv2 .navbar-fullscreen .main-nav .nav-item-children {
            width: calc(100% + 7px);
            left: 110%;
            top: 0;
            padding: .625em 0 0;
            background-color: transparent;
            visibility: visible;
            font-size: 16px;
            line-height: 1.5em;
            overflow-x: hidden;
            overflow-y: auto;
            transform: translateX(-10px);
        }

            #portalv2 .navbar-fullscreen .main-nav .nav-item-children:before {
                background: 0 0;
                box-shadow: none;
            }

            #portalv2 .navbar-fullscreen .main-nav .nav-item-children > li {
                display: block;
                width: 100%;
                padding: .75em 1.25em;
                font-size: 1em;
                font-weight: 400;
            }
}

@media screen and (max-width:1199px) {
    #portalv2 .main-header .nav-trigger .bar, #portalv2 .main-header .nav-trigger.style-2 .bar:before, #portalv2 .main-header .nav-trigger.style-2 .bar:after {
        background-color: #fff;
    }
}

#portalv2 .vc_custom_1615544008653 {
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    float: left !important;
    position: relative !important;
    display: block !important;
    width: 33.33% !important;
}

#portalv2 .altkisimicerik {
    position: absolute;
    bottom: 0;
}

#portalv2 .vc_custom_1613907132555 {
    margin-top: -10vh !important;
    margin-bottom: 80px !important;
    border-bottom-width: 1px !important;
    padding-bottom: 20px !important;
    border-bottom-color: rgba(255,255,255,.2) !important;
    border-bottom-style: solid !important;
}

#portalv2 .ld_header_trigger_6204f991b17bd {
    color: #fff;
}

    #portalv2 .ld_header_trigger_6204f991b17bd.style-2 .bar:before, #portalv2 .ld_header_trigger_6204f991b17bd.style-2 .bar:after {
        background: #fff;
    }

    #portalv2 .ld_header_trigger_6204f991b17bd.style-2:hover .bar:before, #portalv2 .ld_header_trigger_6204f991b17bd.style-2:hover .bar:after {
        background: #000;
    }

    #portalv2 .ld_header_trigger_6204f991b17bd:hover {
        color: #000;
    }

    #portalv2 .ld_header_trigger_6204f991b17bd.is-active .bar:before, #portalv2 .ld_header_trigger_6204f991b17bd.is-active .bar:after {
        background: #000;
    }

    #portalv2 .ld_header_trigger_6204f991b17bd.is-active {
        color: #000;
    }

    #portalv2 .ld_header_trigger_6204f991b17bd .txt {
        color: #fff;
    }

    #portalv2 .ld_header_trigger_6204f991b17bd.solid .bars:before {
        background-color: transparent;
    }

    #portalv2 .ld_header_trigger_6204f991b17bd.solid:hover .bars:before {
        background-color: #fff;
    }

    #portalv2 .ld_header_trigger_6204f991b17bd.solid.is-active .bars:before {
        background-color: #fff;
    }

#portalv2 .navbar-fullscreen .lqd-fsh-bg-side-container span, #portalv2 .navbar-fullscreen .lqd-fsh-bg-col span {
    background: #151414 !important;
}

#portalv2 .navbar-fullscreen .lqd-fsh-bg-side-container:before, #portalv2 .navbar-fullscreen .lqd-fsh-bg-col:before {
    background: rgba(255,255,255,.05) !important;
}

#portalv2 .ld_header_menu_6204f991b2fdd > li > a {
    font-size: 110px;
    font-weight: 700;
}

#portalv2 .ld_header_menu_6204f991b2fdd .nav-item-children > li > a {
    font-size: 22px;
    line-height: 1.15em;
    color: #d9d9d9;
}

#portalv2 .ld_header_menu_6204f991b2fdd > li > a, #portalv2 .navbar-fullscreen .ld_header_menu_6204f991b2fdd > li > a {
    color: #d9d9d9;
}

#portalv2 .navbar-fullscreen .ld_header_menu_6204f991b2fdd > li.altlink > a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 24px;
}

#portalv2 .ld_header_menu_6204f991b2fdd > li:hover > a, #portalv2 .navbar-fullscreen .ld_header_menu_6204f991b2fdd > li > a:hover {
    color: #fff;
}

#portalv2 .ld_header_menu_6204f991b2fdd > li.current_page_item > a, .ld_header_menu_6204f991b2fdd > li.current-menu-item > a, .navbar-fullscreen .ld_header_menu_6204f991b2fdd > li.current_page_item > a, .navbar-fullscreen .ld_header_menu_6204f991b2fdd > li.current-menu-item > a {
    color: #fff;
}

#portalv2 .ld_header_menu_6204f991b2fdd .nav-item-children > li > a:hover {
    color: #fff;
}

#portalv2 .ld_custom_menu_6204f991c4bf1 > ul > li > a {
    font-size: 16px;
    color: #fff;
}

#portalv2 .ld_custom_menu_6204f991c4bf1 {
    margin-inline-start: -30px;
    margin-inline-end: -30px;
}

    #portalv2 .ld_custom_menu_6204f991c4bf1 li {
        margin-inline-start: 30px;
        margin-inline-end: 30px;
    }

    #portalv2 .ld_custom_menu_6204f991c4bf1 > ul > li > a:hover {
        color: rgba(255,255,255,.75);
    }

#portalv2 .ld_fancy_heading_6204f991c509d p {
    color: #fff;
}

#portalv2 .ld_fancy_heading_6204f991c509d p {
    font-size: 16px;
}

#portalv2 .ld_fancy_heading_6204f991c509d p {
    line-height: 1.5em;
}

#portalv2 .ld_fancy_heading_6204f991c509d p {
    --element-line-height:1.5em;
}

#portalv2 .ld_fancy_heading_6204f991c509d p {
    font-size: 16px;
}

#portalv2 .ld_fancy_heading_6204f991c509d p {
    line-height: 1.5em;
}

#portalv2 .ld_fancy_heading_6204f991c509d p {
    --element-line-height:1.5em;
}

.liquid-row-responsive-6205b1e422565 {
    width: 100%;
    overflow: hidden;
}


@media screen and (max-width: 1000px) {
    #portalv2 {
        display: none !important;
    }

    .navbar-fullscreen {
        display: none;
    }
}

.newheader {
    transition: all 0.5s ease;
}

    .newheader.header-fixed {
        position: fixed !important;
        background: #fff;
        transition: all 0.5s ease;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        z-index: 9999;
        height: 82px;
    }

        .newheader.header-fixed > .head-area > .container-fluid > .inset > .col-sag,
        .newheader.header-fixed > .head-area > .container-fluid > .inset > .col-sol > .header-menu > a > img {
            height: 50px;
        }

        .newheader.header-fixed > .head-area > .container-fluid > .inset > .col-sol > .headerbuttonone {
            margin-top: 0;
        }

        .newheader.header-fixed > .head-area > .container-fluid > .inset > .col-sol > .menubutton {
            margin-top: 0;
        }

        .newheader.header-fixed .headerbuttonone a {
            color: #000 !important;
        }

        .newheader.header-fixed .menubutton span {
            color: #000;
        }

            .newheader.header-fixed .menubutton span::before {
                border-color: #000;
            }

            .newheader.header-fixed .menubutton span::after {
                border-color: #000;
            }

        .newheader.header-fixed .headerbuttonthree .btn-txt {
            color: #000;
        }


        .newheader.header-fixed.aciliropened {
            display: none;
        }

.mobilheader {
    padding-bottom: 10px;
}

    .mobilheader.header-fixed {
        position: fixed;
        background: #fff;
        z-index: 9999;
    }

        .mobilheader.header-fixed .menubuttonmobile span::before {
            border-top: 0.2rem solid #000 !important;
        }

        .mobilheader.header-fixed .menubuttonmobile span::after {
            border-top: 0.2rem solid #000 !important;
        }

.blog-area {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
}

.hizmetlericerikbolum {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 1000px) {
    .blog-area {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
}


/*.welcomewrap > div{
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}*/

@media all and (min-width: 1000px) {
    .cursor {
        font-size: 6px;
        height: 25px;
        width: 25px;
        border-radius: 50%;
        position: absolute;
        z-index: 10000;
        transform: translate(-50%, -50%);
        pointer-events: none;
    }

        .cursor.cursor-shadow {
            background-color: transparent;
            background: #103427;
            font-size: 30px;
            transition: top .2s, left .2s, width .2s, height .2s, background-color .2s, border-color 0.2s;
            transition-timing-function: ease-out;
        }

        .cursor.cursor-dot {
            height: 5px;
            width: 5px;
            background: #fff;
            transition: width .2s, height .2s;
        }

    .cursor-shadow.active {
        height: 80px;
        width: 80px;
        font-size: 80px;
        border-color: rgba(255,255,255, 0);
        background-color: rgba(255,255,255,.1);
    }

    .cursor-dot.active {
        font-size: 0;
    }
}

.contentarea header {
    z-index: 0 !important;
}

.vc_custom_1611315614210 {
    padding-top: 100px;
}

@media screen and (max-width: 1600px) {
    .welcomewrap .contentarea .cont p {
        font-size: 14px !important;
    }

    .welcomewrap .contentarea {
        padding-top: 100px !important;
    }

    .liquid-row-responsive-6205b1e41bd7f {
        overflow: hidden;
    }

    .liquid-row-responsive-60b74fbae5df0 {
        overflow: hidden;
    }

    .rmswrapper {
        overflow: hidden;
    }

    .liquid-row-responsive-6205b1e41a755 {
        overflow: hidden;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .liquid-row-responsive-6205b1e41bd7f {
        overflow: hidden;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .solkurumsalicerik {
        padding-top: 125px;
    }
}

@media screen and (max-width: 1500px) {
    .welcomewrap .contentarea .cont p {
        font-size: 14px !important;
    }

    .welcomewrap .contentarea {
        padding-top: 30px !important;
    }

    .liquid-row-responsive-6205b1e41bd7f {
        overflow: hidden;
    }

    .liquid-row-responsive-60b74fbae5df0 {
        overflow: hidden;
    }

    .rmswrapper {
        overflow: hidden;
    }

    .liquid-row-responsive-6205b1e41a755 {
        overflow: hidden;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .liquid-row-responsive-6205b1e41bd7f {
        overflow: hidden;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .vc_custom_1611315614210 {
        padding-top: 75px;
    }

    .ld_fancy_heading_60b74fbae6c1d h2 {
        font-size: 35px !important;
    }

    .solkurumsalicerik {
        padding-top: 75px;
    }

    #lqd-gdpr {
        font-size: 12px !important;
    }
}


.region-footer-secondary {
    display: block;
    padding-left: 45px;
    padding-right: 45px;
    background: #e5e7e1;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    line-height: 75px;
}

    .region-footer-secondary .copyright {
        text-align: left;
    }

    .region-footer-secondary .galatalogo {
        text-align: right;
    }

        .region-footer-secondary .galatalogo img {
            width: 125px;
        }

@media screen and (max-width: 1000px) {
    .region-footer-secondary {
        line-height: 50px;
    }

        .region-footer-secondary .galatalogo {
            text-align: center;
        }

    .region-footer-primary .menu--footer > ul > li .level-2-full + ul {
        margin-bottom: 5px;
    }

    .vc_custom_1614344337910 {
        padding-top: 20px !important;
    }

    .welcomewrap {
        margin-top: 0;
        padding-top: 0;
    }

    .elementor-2225 .elementor-element.elementor-element-4ab136f6 {
        bottom: 7% !important;
    }

    .ejpUXO {
        font-size: 24px !important;
    }

    .ejpUXO {
        height: 50px !important;
    }

    .laUfyG {
        height: 65px !important;
    }

    .kuiJCe {
        height: 65px !important;
    }
}

.tumprojeler {
    margin-left: 45px !important;
}

    .tumprojeler:before {
        display: inline-block;
        content: "";
        border-top: 0.2rem solid rgba(255, 255, 255, 0.75);
        width: 3rem;
        margin: 0 1rem;
        transform: translateY(-1rem);
        position: absolute;
        left: -8px;
        bottom: 12px;
        transition: all 0.5s ease;
    }


@media screen and (max-width: 1000px) {
    .solslider {
        display: none !important;
    }
}
