﻿@import url('https://fonts.googleapis.com/css2?family=Raleway: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');

::-webkit-scrollbar {
    width: 5px;
    background: #FFB3C1;
}

::-webkit-scrollbar-thumb {
    background: #000;
}

a:focus, a:hover {
    color: #FFB3C1;
    text-decoration: none;
}

.navbar-motto {
    pointer-events: auto;
    letter-spacing: normal;
    font-size: 13px;
    line-height: 1.1em;
    font-weight: 500;
    margin-left: 20px;
    margin-top: 10px;
}
/*Sidebar Menu */
/* 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: 4%;
    right: 3%;
    background: transparent;
}

@media only screen and (min-width: 320px) and (max-width: 758px) {
    .call-now-button {
        left: 5% !important;
        width: 40%;
        right: auto;
    }
}
/* WhatsApp */
/* The side navigation menu */
.header {
    padding: 5px 0;
}


/* The navigation menu links */
.head-top > ul > li > a {
    padding: 15px 30px;
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    display: block;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    transition: 0.3s;
}

    /* When you mouse over the navigation links, change their color */
    .head-top > ul > li > a:hover {
        color: #FFB3C1;
    }

.language li {
    display: inline-block;
    margin: 0 10px;
}

    .language li a {
        font-size: 18px;
        font-weight: normal;
        color: #000;
        font-family: 'Raleway', sans-serif;
    }
/* Position and style the close button (top right corner) */
.sidenav .button-link {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 60px;
    margin-left: 50px;
    z-index: 9;
    cursor: pointer;
    transition: all 0.2s ease;
}

.head-top {
    margin: 40px 0 0;
}

.head-bottom {
    margin: 0 30px;
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: inline-block;
    width: 100%;
}

    .head-bottom > div > span {
        position: relative;
        display: block;
        padding: 0px 32px;
        margin: 10px auto;
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }

    .head-bottom > div > div > .social-icon {
        text-align: left !important;
    }

.sidenav {
    z-index: 9;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

    .sidenav.menu-on {
        display: block;
    }

        .sidenav.menu-on .menu-left {
            -webkit-animation: menu_on0 0.5s ease-in-out forwards;
            animation: menu_on0 0.5s ease-in-out forwards;
        }

        .sidenav.menu-on .menu-right {
            -webkit-animation: menu_on1 0.5s ease-in-out forwards;
            animation: menu_on1 0.5s ease-in-out forwards;
        }

        .sidenav.menu-on .menu-content {
            -webkit-animation: menu_op_on 0.8s ease-in-out forwards;
            animation: menu_op_on 0.8s ease-in-out forwards;
        }

    .sidenav.menu-off .menu-left, .menu.menu-off .menu-right {
        -webkit-animation: menu_off0 0.5s ease-in-out forwards;
        animation: menu_off0 0.5s ease-in-out forwards;
    }

    .sidenav.menu-off .menu-content {
        -webkit-animation: menu_op_off 0.5s ease-in-out forwards;
        animation: menu_op_off 0.5s ease-in-out forwards;
    }

    .sidenav .menu-inner .menu-content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 2rem 4rem;
        background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
    }

        .sidenav .menu-inner .menu-content.first {
            background-color: rgba(209,53,15, 1);
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .sidenav .menu-inner .menu-content.first > a {
                width: 200px;
                height: 150px;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 100%;
            }

    .sidenav .menu-inner .menu-right {
        position: absolute;
        right: 0;
        height: 100%;
        width: 50%;
        background-color: #fff;
        overflow: hidden;
    }

    .sidenav .menu-inner .menu-left {
        position: absolute;
        right: 50%;
        height: 100%;
        width: 50%;
        background: white;
        overflow: hidden;
    }

@-webkit-keyframes menu_on0 {
    0% {
        width: 0;
        left: 0;
        right: auto;
    }

    100% {
        width: 50%;
        left: 0;
        right: auto;
    }
}

@keyframes menu_on0 {
    0% {
        width: 0;
        left: 0;
        right: auto;
    }

    100% {
        width: 50%;
        left: 0;
        right: auto;
    }
}

@-webkit-keyframes menu_on1 {
    0% {
        width: 0;
        left: 50%;
        right: auto;
    }

    100% {
        width: 50%;
        left: 50%;
        right: auto;
    }
}

@keyframes menu_on1 {
    0% {
        width: 0;
        left: 50%;
        right: auto;
    }

    100% {
        width: 50%;
        left: 50%;
        right: auto;
    }
}

@-webkit-keyframes menu_off0 {
    0% {
        width: 50%;
    }

    100% {
        width: 0%;
    }
}

@keyframes menu_off0 {
    0% {
        width: 50%;
    }

    100% {
        width: 0%;
    }
}

@-webkit-keyframes menu_op_on {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    40% {
        transform: translateY(50px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes menu_op_on {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    40% {
        transform: translateY(50px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes menu_op_off {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    10% {
        opacity: 0;
    }

    50%, 100% {
        opacity: 0;
        transform: translateY(-50px);
    }
}

@keyframes menu_op_off {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    10% {
        opacity: 0;
    }

    50%, 100% {
        opacity: 0;
        transform: translateY(-50px);
    }
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-right .5s;
}

.menu-bar {
    position: relative;
}

    .menu-bar > .button-link {
        transition: all 0.2s ease, visibility 0s;
        border-radius: 50px;
        background: #000000;
        text-decoration: none;
        box-sizing: border-box;
        color: #000;
        cursor: pointer;
        border: none;
        display: block;
        min-width: 10px;
        min-height: 10px;
        width: 100%;
        height: 100%;
        padding: 0;
    }

        .menu-bar > .button-link:hover {
            background: #FFC5D6;
        }

        .menu-bar > .button-link > .button-link-container {
            display: flex;
            flex-basis: auto;
            justify-content: center;
            flex-direction: row;
            flex-grow: 1;
            align-items: center;
            overflow: hidden;
            height: 100%;
            width: 100%;
            transition: all .2s ease,visibility 0s;
        }

            .menu-bar > .button-link > .button-link-container > .button-link-container-icon {
                width: 53px;
                height: 53px;
                fill: #000000;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .menu-bar > .button-link > .button-link-container > .button-link-container-icon > div > .fa {
                    font-size: 23px;
                    color: #fff;
                    margin: 0 auto;
                }
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}
/*Sidebar Menu */
/* VİDEO */
.default_video {
    position: relative;
    margin: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
}

    .default_video > .default_video_in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        height: 100%;
    }

        .default_video > .default_video_in > .image_caption {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            overflow: hidden;
        }

        /*.default_video > .default_video_in > .image_caption::before {
                content: "";
                background-color: rgba(0, 0, 0, .4);
                height: 100%;
                width: 100%;
                position: absolute;
                left: 0;
                bottom: 0;
                top: auto;
                z-index: 2;
            }*/

        .default_video > .default_video_in > .video_caption {
            height: 100%;
            width: 100%;
            position: absolute;
            z-index: 1;
            top: 50%;
            -webkit-transform: translate(0%,-50%);
            -moz-transform: translate(0%,-50%);
            -o-transform: translate(0%,-50%);
            transform: translate(0%,-50%);
            left: 0;
            -o-object-fit: cover;
            object-fit: cover;
        }

.home__screen__text {
    position: relative;
    width: 100%;
    max-width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 2;
    margin: 0 auto;
}

    .home__screen__text > div > img {
        margin: 0 auto 40px;
    }

    .home__screen__text > div > h1 {
        cursor: pointer;
        font-family: 'Raleway', sans-serif;
        letter-spacing: normal;
        font-size: 60px;
        color: #000;
        font-weight: 900;
        position: relative;
        margin-bottom: 25px;
        text-align: center;
    }

        .home__screen__text > div > h1 > span {
            background: linear-gradient( to bottom, #FFB3C1 0%, #FFB3C1 100% );
            background-position: 0 85%;
            background-repeat: repeat-x;
            background-size: 1px 10px;
            color: #000;
            text-decoration: none;
            transition: background-size .2s;
        }

        .home__screen__text > div > h1:hover > span {
            background-size: 4px 50px;
        }

    .home__screen__text > div > .comporate {
        cursor: pointer;
        position: relative;
        width: 160px;
        height: 40px;
        margin: 50px auto 25px;
    }

        .home__screen__text > div > .comporate > .link-area {
            transition: all 0.2s ease, visibility 0s;
            background: #000000;
            border: 0px solid #000000;
            text-decoration: none;
            box-sizing: border-box;
            color: #000;
            cursor: pointer;
            display: block;
            min-width: 10px;
            min-height: 10px;
            width: 100%;
            height: 100%;
            padding: 0;
        }

            .home__screen__text > div > .comporate > .link-area:hover {
                background: #FFC5D6;
            }

            .home__screen__text > div > .comporate > .link-area > .container-area {
                display: flex;
                flex-basis: auto;
                justify-content: center;
                flex-direction: row;
                flex-grow: 1;
                align-items: center;
                overflow: hidden;
                height: 100%;
                width: 100%;
                transition: all .2s ease,visibility 0s;
            }

                .home__screen__text > div > .comporate > .link-area > .container-area:hover > .label-area {
                    color: #000000;
                    text-decoration-line: underline;
                }

                .home__screen__text > div > .comporate > .link-area > .container-area > .label-area {
                    transition: inherit;
                    font-family: 'Raleway', sans-serif;
                    font-weight: bold;
                    color: #fff;
                    font-size: 16px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    text-align: center;
                    white-space: nowrap;
                    min-width: 1.8em;
                    max-width: 100%;
                }

                .home__screen__text > div > .comporate > .link-area > .container-area:hover > .icon-area {
                    fill: #000000;
                }

                .home__screen__text > div > .comporate > .link-area > .container-area > .icon-area {
                    transition: inherit;
                    width: 14px;
                    height: 14px;
                    display: initial;
                    fill: #FFFFFF;
                    min-width: 1px;
                    flex-shrink: 0;
                }

                    .home__screen__text > div > .comporate > .link-area > .container-area > .icon-area > div,
                    .home__screen__text > div > .comporate > .link-area > .container-area > .icon-area svg {
                        display: flex;
                        width: inherit;
                        height: inherit;
                    }
/* VİDEO */
/* Referances Corporate */
.referances-banner {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 5px 0;
}

    .referances-banner .owl-carousel .owl-item img {
        padding: 0 15px;
    }
/* Referances Corporate */
/* Banner Corporate */
.middle {
    position: relative;
    background: transparent;
    z-index: 1;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

    .middle > h2 {
        font-family: 'Raleway', sans-serif;
        letter-spacing: normal;
        font-size: 16px;
        line-height: 1.5em;
        color: #000;
        font-weight: 400;
        position: relative;
        margin-bottom: 35px;
    }

.corpote-banner.dt-none,
.corpote-banner.dt-none > div > div {
    display: block;
    height: auto;
}

.corpote-banner > div > div > .text-area2.pleft {
    padding: 0 0 0 6%;
}

.corpote-banner > div > div > .text-area2.right {
    text-align: right;
}

.corpote-banner.team > div > div > .text-area {
    padding: 0 10%;
    margin-bottom: 75px;
}

    .corpote-banner.team > div > div > .text-area > .about-area {
        padding: 0 5%;
    }

    .corpote-banner.team > div > div > .text-area > div > .about-img > img {
        width: 350px;
        height: 474px;
        object-fit: cover;
        object-position: 50% 50%;
        position: static;
        box-shadow: 0 0 0 #000;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .corpote-banner.team > div > div > .text-area > .about-area > h1 {
        font-family: Raleway, sans-serif;
        letter-spacing: normal;
        font-size: 30px;
        color: rgb(0, 0, 0);
        font-weight: 900;
        position: relative;
        margin-bottom: 5px;
    }

    .corpote-banner.team > div > div > .text-area > .about-area > h2 {
        font-family: Raleway, sans-serif;
        letter-spacing: normal;
        font-size: 16px;
        color: rgb(0, 0, 0);
        font-weight: 900;
        position: relative;
        margin-bottom: 25px;
        font-style: italic;
    }

    .corpote-banner.team > div > div > .text-area > .about-area > p {
        font-family: 'Raleway', sans-serif;
        letter-spacing: normal;
        font-size: 16px;
        line-height: 1.5em;
        color: #000;
        font-weight: 400;
        position: relative;
        margin-bottom: 50px;
    }

    .corpote-banner.team > div > div > .text-area > .about-area > h3 {
        display: inline-block;
        background-color: #ffb3c1;
        font-family: 'Raleway', sans-serif;
        letter-spacing: normal;
        font-size: 16px;
        line-height: 1.5em;
        color: #000;
        font-weight: bold;
        position: relative;
        margin-bottom: 25px;
        padding: 0 5px;
    }

.corpote-banner.mavi > div > div > .text-area {
    padding: 0 10%;
}

    .corpote-banner.mavi > div > div > .text-area.center {
        text-align: center;
    }

    .corpote-banner.mavi > div > div > .text-area .comporate {
        display: inline-block;
        width: auto;
        margin: 50px auto;
    }

    .corpote-banner > div > div > .text-area2 > h1,
    .corpote-banner.mavi > div > div > .text-area > h1 {
        text-align: center;
        font-family: 'Raleway', sans-serif;
        letter-spacing: normal;
        font-size: 40px;
        color: #000;
        font-weight: 900;
        position: relative;
        display: inline-block;
        margin: 50px auto;
        width: 100%;
    }

    .corpote-banner.mavi > div > div > .text-area > h1 {
        text-align: left;
        margin: 25px auto;
    }

        .corpote-banner > div > div > .text-area2 > h1 > span,
        .corpote-banner.mavi > div > div > .text-area > h1 > span {
            font-size: 40px;
            background: linear-gradient( to bottom, #FFB3C1 0%, #FFB3C1 100% );
            background-position: 0 85%;
            background-repeat: repeat-x;
            background-size: 1px 10px;
            color: #000;
            text-decoration: none;
            transition: background-size .2s;
        }

        .corpote-banner > div > div > .text-area2 > h1:hover > span,
        .corpote-banner.mavi > div > div > .text-area > h1:hover > span {
            background-size: 4px 50px;
        }

.corpote-banner.service > div > div > .text-area2 > .about-img > img {
    position: static;
    box-shadow: 0 0 0 #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 221px;
    height: 221px;
    object-fit: cover;
    object-position: 50% 50%;
}

.corpote-banner > div > div > .text-area2 > div > h1,
.kurumsal-slider h1 {
    font-family: 'Raleway', sans-serif;
    letter-spacing: normal;
    font-size: 20px;
    color: #000;
    font-weight: 900;
    position: relative;
    margin-bottom: 25px;
}

.corpote-banner > div > div > .text-area2 > div > p,
.corpote-banner.mavi > div > div > .text-area > div > p,
.kurumsal-slider p {
    font-family: 'Raleway', sans-serif;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
    font-weight: 400;
    position: relative;
    margin-bottom: 50px;
}

.kurumsal-slider .about-img img {
    position: static;
    box-shadow: 0 0 0 #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 262px !important;
    height: 262px !important;
    object-fit: cover;
    object-position: 50% 50%;
    margin: 0 auto;
}

.kurumsal-slider .about-write {
    padding-right: 10%;
}

.kurumsal-slider .about-write2 {
    padding: 0 10%;
}

.corpote-banner.white {
    background-color: #fff;
}

.corpote-banner.pembe {
    background-color: #fffceb;
}

.corpote-banner.griwhite {
    background-color: #f7ffe8;
}

.yorumlar {
    text-align: center;
}

.corpote-banner.mavi {
    background-color: rgb(227, 250, 255);
}

    .corpote-banner.mavi > div > div {
        padding: 10% 0 5%;
        margin: 0 auto;
    }

.corpote-banner.service > div > div > div > .about-img > img {
    position: static;
    box-shadow: 0 0 0 #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 660px;
    height: 462px;
    object-fit: cover;
    object-position: 50% 50%;
}

.corpote-banner.service > div > div > .text-area > h3 {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    letter-spacing: normal;
    font-size: 18px;
    color: #000;
    font-weight: 900;
    position: relative;
    margin-bottom: 25px;
    background-position: 0 85%;
    background-repeat: repeat-x;
    background-size: 1px 10px;
    text-decoration: none;
    transition: background-size .2s;
}

.blogicerik > h1 {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    letter-spacing: normal;
    font-size: 40px;
    color: #000;
    font-weight: 900;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.corpote-banner.service > div > div > .text-area > h3:hover {
    background-size: 4px 50px;
}

.corpote-banner.service > div > div > .text-area > h3.service1 {
    background: linear-gradient( to bottom, #fff 0%, #F5EC9D 100% );
}

.corpote-banner.service > div > div > .text-area > h3.service2 {
    background: linear-gradient( to bottom, #fff 0%, #C4EBFF 100% );
}

.corpote-banner.service > div > div > .text-area > h3.service3 {
    background: linear-gradient( to bottom, #fff 0%, #D9FFE1 100% );
}

.corpote-banner.service > div > div > .text-area > h3.service4 {
    background: linear-gradient( to bottom, #fff 0%, #EFC2FF 100% );
}

.corpote-banner.service > div > div > .text-area > h3.service5 {
    background: linear-gradient( to bottom, #fff 0%, #970066 100% );
}

.corpote-banner.service > div > div > .text-area > h3.service6 {
    background: linear-gradient( to bottom, #fff 0%, #00977d 100% );
}

.corpote-banner.service > div > div > .text-area > h3.service7 {
    background: linear-gradient( to bottom, #fff 0%, #1a9700 100% );
}

.corpote-banner.service > div > div > .text-area > h3.service8 {
    background: linear-gradient( to bottom, #fff 0%, #973100 100% );
}

.corpote-banner.service > div > div > .text-area > h3.service9 {
    background: linear-gradient( to bottom, #fff 0%, #669700 100% );
}

.corpote-banner.service > div > div > .text-area > h3.service10 {
    background: linear-gradient( to bottom, #fff 0%, #006697 100% );
}

.corpote-banner.service > div > div > .text-area > h2 {
    display: inline-block;
}

    .corpote-banner.service > div > div > .text-area > h2.service1 {
        background-color: #F5EC9D;
    }

    .corpote-banner.service > div > div > .text-area > h2.service2 {
        background-color: #C4EBFF;
    }

    .corpote-banner.service > div > div > .text-area > h2.service3 {
        background-color: #D9FFE1;
    }

    .corpote-banner.service > div > div > .text-area > h2.service4 {
        background-color: #EFC2FF;
    }

    .corpote-banner.service > div > div > .text-area > h2.service5 {
        background-color: #970066;
    }

    .corpote-banner.service > div > div > .text-area > h2.service6 {
        background-color: #00977d;
    }

    .corpote-banner.service > div > div > .text-area > h2.service7 {
        background-color: #1a9700;
    }

    .corpote-banner.service > div > div > .text-area > h2.service8 {
        background-color: #973100;
    }

    .corpote-banner.service > div > div > .text-area > h2.service9 {
        background-color: #669700;
    }

    .corpote-banner.service > div > div > .text-area > h2.service10 {
        background-color: #006697;
    }

.corpote-banner {
    position: relative;
    width: 100%;
    height: 650px;
    background-color: rgb(247, 255, 232);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .corpote-banner.two-color {
        background-color: rgb(255, 255, 255);
    }

    .corpote-banner.three-color {
        background-color: rgb(255, 255, 227);
    }

    .corpote-banner.four-color {
        background-color: rgb(255, 255, 255);
    }

    .corpote-banner.five-color {
        background-color: rgb(230, 250, 255);
    }

    .corpote-banner > div > div {
        width: 100%;
        max-width: 1210px;
        margin: 0 auto;
        padding: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        align-items: center;
        justify-content: center;
    }

        .corpote-banner > div > div > div > .about-img {
            position: relative;
            cursor: pointer;
        }

            .corpote-banner > div > div > div > .about-img > img {
                position: static;
                box-shadow: 0 0 0 #000;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                width: 589px;
                height: 588px;
                object-fit: cover;
                object-position: 50% 50%;
            }

    .corpote-banner.two-color > div > div > div > .about-img > img {
        width: 366px;
        height: 360px;
        margin: 0 auto;
    }

    .corpote-banner.three-color > div > div > div > .about-img > img {
        width: 556px;
        height: 549px;
    }

    .corpote-banner.four-color > div > div > div > .about-img > img {
        width: 510px;
        height: 511px;
    }

    .corpote-banner.five-color > div > div > div > .about-img > img {
        width: 432px;
        height: 420px;
    }

    .corpote-banner > div > div > .text-area {
        padding: 0 8% 0 0;
    }

    .corpote-banner.left > div > div > .text-area {
        padding: 0 0 0 9% !important;
    }

    .corpote-banner > div > div > .text-area.big {
        padding: 0 10% 0 9%;
    }

        .corpote-banner > div > div > .text-area.big > h1,
        .corpote-banner > div > div > .text-area.big > h1 > span {
            font-size: 40px;
        }

    .corpote-banner > div > div > .text-area > h1 {
        cursor: pointer;
        font-family: 'Raleway', sans-serif;
        letter-spacing: normal;
        font-size: 30px;
        color: #000;
        font-weight: 900;
        position: relative;
        margin-bottom: 25px;
    }

        .corpote-banner > div > div > .text-area > h1 > span {
            background: linear-gradient( to bottom, #FFB3C1 0%, #FFB3C1 100% );
            background-position: 0 85%;
            background-repeat: repeat-x;
            background-size: 1px 10px;
            color: #000;
            text-decoration: none;
            transition: background-size .2s;
        }

        .corpote-banner > div > div > .text-area > h1:hover > span {
            background-size: 4px 50px;
        }

    .corpote-banner > div > div > .text-area > p {
        font-family: 'Raleway', sans-serif;
        letter-spacing: normal;
        font-size: 16px;
        line-height: 1.5em;
        color: #000;
        font-weight: 400;
        position: relative;
        margin-bottom: 35px;
    }

    .corpote-banner > div > div > .text-area > h2 {
        font-family: 'Raleway', sans-serif;
        letter-spacing: normal;
        font-size: 16px;
        line-height: 1.5em;
        color: #000;
        font-weight: bold;
        position: relative;
        margin-bottom: 25px;
    }

    .corpote-banner > div > div > .text-area > .comporate {
        cursor: pointer;
        position: relative;
        display: table-cell;
        width: 100%;
        height: 40px;
        margin-bottom: 25px;
    }

        .corpote-banner > div > div > .text-area > .comporate > .link-area {
            transition: all 0.2s ease, visibility 0s;
            background: #000000;
            border: 0px solid #000000;
            text-decoration: none;
            box-sizing: border-box;
            color: #000;
            cursor: pointer;
            display: block;
            min-width: 160px;
            min-height: 40px;
            width: 100%;
            height: 100%;
            padding: 0 15px;
        }

            .corpote-banner > div > div > .text-area > .comporate > .link-area:hover {
                background: #FFC5D6;
            }

            .corpote-banner > div > div > .text-area > .comporate > .link-area > .container-area {
                display: flex;
                flex-basis: auto;
                justify-content: center;
                flex-direction: row;
                flex-grow: 1;
                align-items: center;
                overflow: hidden;
                height: 100%;
                width: 100%;
                transition: all .2s ease,visibility 0s;
            }

                .corpote-banner > div > div > .text-area > .comporate > .link-area > .container-area:hover > .label-area {
                    color: #000000;
                    text-decoration-line: underline;
                }

                .corpote-banner > div > div > .text-area > .comporate > .link-area > .container-area > .label-area {
                    transition: inherit;
                    font-family: 'Raleway', sans-serif;
                    font-weight: bold;
                    color: #fff;
                    font-size: 16px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    text-align: center;
                    white-space: nowrap;
                    min-width: 1.8em;
                    max-width: 100%;
                }

                .corpote-banner > div > div > .text-area > .comporate > .link-area > .container-area:hover > .icon-area {
                    fill: #000000;
                }

                .corpote-banner > div > div > .text-area > .comporate > .link-area > .container-area > .icon-area {
                    transition: inherit;
                    width: 14px;
                    height: 14px;
                    display: initial;
                    fill: #FFFFFF;
                    min-width: 1px;
                    flex-shrink: 0;
                }

                    .corpote-banner > div > div > .text-area > .comporate > .link-area > .container-area > .icon-area > div,
                    .corpote-banner > div > div > .text-area > .comporate > .link-area > .container-area > .icon-area svg {
                        display: flex;
                        width: inherit;
                        height: inherit;
                    }
/* Banner Corporate */
/* Blog Banner Corporate */
.blog-banner {
    position: relative;
    display: block;
    width: 100%;
    padding: 55px 0px;
    background-color: #fff;
}

    .blog-banner > .nzhblog {
        position: relative;
        padding: 0 7%;
    }

        .blog-banner > .nzhblog .item a {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            z-index: 1;
        }

    .blog-banner > div > div > .text-area {
        position: relative;
        text-align: center;
    }

        .blog-banner > div > div > .text-area > h1 {
            cursor: pointer;
            font-family: 'Raleway', sans-serif;
            letter-spacing: normal;
            font-size: 30px;
            color: #000;
            font-weight: 900;
            position: relative;
            margin-bottom: 50px;
        }

            .blog-banner > div > div > .text-area > h1 > span {
                background: linear-gradient( to bottom, #FFB3C1 0%, #FFB3C1 100% );
                background-position: 0 85%;
                background-repeat: repeat-x;
                background-size: 1px 10px;
                color: #000;
                text-decoration: none;
                transition: background-size .2s;
            }

            .blog-banner > div > div > .text-area > h1:hover > span {
                background-size: 4px 50px;
            }

        .blog-banner > div > div > .text-area > .comporate {
            cursor: pointer;
            position: relative;
            width: 160px;
            height: 40px;
            text-align: center;
            margin: 50px auto;
        }

            .blog-banner > div > div > .text-area > .comporate > .link-area {
                transition: all 0.2s ease, visibility 0s;
                background: #000000;
                border: 0px solid #000000;
                text-decoration: none;
                box-sizing: border-box;
                color: #000;
                cursor: pointer;
                display: block;
                min-width: 10px;
                min-height: 10px;
                width: 100%;
                height: 100%;
                padding: 0;
            }

                .blog-banner > div > div > .text-area > .comporate > .link-area:hover {
                    background: #FFC5D6;
                }

                .blog-banner > div > div > .text-area > .comporate > .link-area > .container-area {
                    display: flex;
                    flex-basis: auto;
                    justify-content: center;
                    flex-direction: row;
                    flex-grow: 1;
                    align-items: center;
                    overflow: hidden;
                    height: 100%;
                    width: 100%;
                    transition: all .2s ease,visibility 0s;
                }

                    .blog-banner > div > div > .text-area > .comporate > .link-area > .container-area:hover > .label-area {
                        color: #000000;
                        text-decoration-line: underline;
                    }

                    .blog-banner > div > div > .text-area > .comporate > .link-area > .container-area > .label-area {
                        transition: inherit;
                        font-family: 'Raleway', sans-serif;
                        font-weight: bold;
                        color: #fff;
                        font-size: 16px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        text-align: center;
                        white-space: nowrap;
                        min-width: 1.8em;
                        max-width: 100%;
                    }

                    .blog-banner > div > div > .text-area > .comporate > .link-area > .container-area:hover > .icon-area {
                        fill: #000000;
                    }

                    .blog-banner > div > div > .text-area > .comporate > .link-area > .container-area > .icon-area {
                        transition: inherit;
                        width: 14px;
                        height: 14px;
                        display: initial;
                        fill: #FFFFFF;
                        min-width: 1px;
                        flex-shrink: 0;
                    }

                        .blog-banner > div > div > .text-area > .comporate > .link-area > .container-area > .icon-area > div,
                        .blog-banner > div > div > .text-area > .comporate > .link-area > .container-area > .icon-area svg {
                            display: flex;
                            width: inherit;
                            height: inherit;
                        }
/* Blog Banner Corporate */
/* Blog Banner Corporate */
.auto-height {
    height: auto !important;
    background-color: #fff !important;
}

.blog-bottom-banner {
    position: relative;
    display: block;
    width: 100%;
    padding: 95px 0px;
    background-color: rgb(255, 232, 239);
}

    .blog-bottom-banner > .nzhblog {
        position: relative;
    }

    .blog-bottom-banner > div > div > .text-area {
        position: relative;
        text-align: center;
    }

        .blog-bottom-banner > div > div > .text-area > img {
            margin: 0 auto 40px;
        }

        .blog-bottom-banner > div > div > .text-area > h1 {
            cursor: pointer;
            font-family: 'Raleway', sans-serif;
            letter-spacing: normal;
            font-size: 30px;
            color: #000;
            font-weight: 900;
            position: relative;
            margin-bottom: 50px;
        }

            .blog-bottom-banner > div > div > .text-area > h1 > span {
                background: linear-gradient( to bottom, #FFB3C1 0%, #FFB3C1 100% );
                background-position: 0 85%;
                background-repeat: repeat-x;
                background-size: 1px 10px;
                color: #000;
                text-decoration: none;
                transition: background-size .2s;
            }

            .blog-bottom-banner > div > div > .text-area > h1:hover > span {
                background-size: 4px 50px;
            }

        .blog-bottom-banner > div > div > .text-area > .comporate {
            cursor: pointer;
            position: relative;
            width: 160px;
            height: 40px;
            text-align: center;
            margin: 50px auto;
        }

            .blog-bottom-banner > div > div > .text-area > .comporate > .link-area {
                transition: all 0.2s ease, visibility 0s;
                background: #000000;
                border: 0px solid #000000;
                text-decoration: none;
                box-sizing: border-box;
                color: #000;
                cursor: pointer;
                display: block;
                min-width: 10px;
                min-height: 10px;
                width: 100%;
                height: 100%;
                padding: 0;
            }

                .blog-bottom-banner > div > div > .text-area > .comporate > .link-area:hover {
                    background: #FFC5D6;
                }

                .blog-bottom-banner > div > div > .text-area > .comporate > .link-area > .container-area {
                    display: flex;
                    flex-basis: auto;
                    justify-content: center;
                    flex-direction: row;
                    flex-grow: 1;
                    align-items: center;
                    overflow: hidden;
                    height: 100%;
                    width: 100%;
                    transition: all .2s ease,visibility 0s;
                }

                    .blog-bottom-banner > div > div > .text-area > .comporate > .link-area > .container-area:hover > .label-area {
                        color: #000000;
                        text-decoration-line: underline;
                    }

                    .blog-bottom-banner > div > div > .text-area > .comporate > .link-area > .container-area > .label-area {
                        transition: inherit;
                        font-family: 'Raleway', sans-serif;
                        font-weight: bold;
                        color: #fff;
                        font-size: 16px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        text-align: center;
                        white-space: nowrap;
                        min-width: 1.8em;
                        max-width: 100%;
                    }

                    .blog-bottom-banner > div > div > .text-area > .comporate > .link-area > .container-area:hover > .icon-area {
                        fill: #000000;
                    }

                    .blog-bottom-banner > div > div > .text-area > .comporate > .link-area > .container-area > .icon-area {
                        transition: inherit;
                        width: 14px;
                        height: 14px;
                        display: initial;
                        fill: #FFFFFF;
                        min-width: 1px;
                        flex-shrink: 0;
                    }

                        .blog-bottom-banner > div > div > .text-area > .comporate > .link-area > .container-area > .icon-area > div,
                        .blog-bottom-banner > div > div > .text-area > .comporate > .link-area > .container-area > .icon-area svg {
                            display: flex;
                            width: inherit;
                            height: inherit;
                        }
/* Blog Banner Corporate */
.footer {
    position: relative;
    z-index: 2;
    padding: 0;
    background-color: #000;
    float: left;
    width: 100%;
    text-align: center;
}

.sub-footer2 {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 60px 0 0;
}

.sub-footer {
    padding: 53px 0;
    margin-top: 30px;
    /*border-top: 1px solid rgba(255, 255, 255, 0.05);*/
}

    .sub-footer > div > .row,
    .sub-footer2 > div > .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

.fotcont .fothead h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    position: relative;
    padding-bottom: 5px;
    font-size: 16px;
    margin-bottom: 0px;
    color: #b19777;
    line-height: 1.25em;
    margin: 0 0 20px 0;
}

    .fotcont .fothead h6:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        border: none;
    }

.fotcont p {
    margin-bottom: 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #999;
    margin-bottom: 0px;
}

.text-left {
    text-align: left !important;
}

.sub-footer p {
    display: inline-block;
    line-height: 1.5em;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 1.75em;
    margin-bottom: 0px;
}

.social-icon {
    text-align: center;
    margin-bottom: 20px;
}

    .social-icon a {
        width: 42px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        font-size: 24px;
        background-color: #fff;
        color: #000;
        border-radius: 100%;
        margin-right: 7px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

        .social-icon a:hover {
            background-color: #fff;
            color: #FFB3C1 !important;
        }



.sub-footer p.right {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 1.75em;
    margin-bottom: 0px;
    text-decoration: underline;
}

    .sub-footer p.right > a {
        margin: 0 5px;
    }

.mobile_menu .container {
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding: 0;
}

.mobile_menu i {
    float: right;
    padding-top: 20px;
    margin-right: 20px;
}

.mobile_menu .altaltmenu i {
    float: right;
    padding-top: 18px !important;
    margin-right: 20px !important;
}

.mobile_menu {
    width: 100%;
    background: #fff;
}

.submenu {
    display: none;
}

.mobile_menu ul li {
    position: relative;
    border-bottom: 1px solid #dadada;
    list-style-type: none;
}

.product-button {
    color: #ecf0f1 !important;
    font-size: 22px;
    margin-top: -7px;
    -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);
    }
}

.mobile_menu ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    padding: 11px 15px 11px 15px;
    display: block;
    text-decoration: none;
    text-align: left;
}

    .mobile_menu ul li a:hover {
        color: #072642;
    }

.mobile_menu ul li.mobil_user {
    background: #fff;
    border-bottom: 1px solid #fff;
}

.mobile_menu ul li ul li {
    position: relative;
    border-bottom: 1px solid #dadada;
    list-style-type: none;
}

    .mobile_menu ul li ul li a {
        font-size: 14px;
        font-weight: bold;
        color: #00afda;
        cursor: pointer;
        padding: 11px 15px 11px 15px;
        display: block;
        text-decoration: none;
        text-align: left;
        padding-left: 40px;
    }

        .mobile_menu ul li ul li a:before {
            position: absolute;
            content: '';
            width: 5px;
            height: 2px;
            top: 26px;
            left: 27px;
            background: #00afda;
        }

        .mobile_menu ul li ul li a:hover {
            color: #072642;
        }

    .mobile_menu ul li ul li ul li.mobil_user {
        background: #3d3d3b;
        border-bottom: 1px solid #fff;
    }

    .mobile_menu ul li ul li ul li {
        position: relative;
        border-bottom: 1px solid #dadada;
        list-style-type: none;
    }

        .mobile_menu ul li ul li ul li a {
            font-size: 14px;
            font-weight: bold;
            color: #00afda;
            cursor: pointer;
            padding: 11px 15px 11px 15px;
            display: block;
            text-decoration: none;
            text-align: left;
            padding-left: 50px;
        }

            .mobile_menu ul li ul li ul li a:before {
                position: absolute;
                content: '';
                width: 5px;
                height: 2px;
                top: 24px;
                left: 38px;
                background: #00afda;
            }

            .mobile_menu ul li ul li ul li a:hover {
                color: #072642;
            }

        .mobile_menu ul li ul li ul li.mobil_user {
            background: #3d3d3b;
            border-bottom: 1px solid #fff;
        }

.int_border {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 50px 0 43px;
}

.sosyalmedya {
    margin-top: 30px;
}

.menu-footer,
.sosyalmedya {
    width: 100%;
}

    .menu-footer.two {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .menu-footer li, .sosyalmedya li {
        display: block;
        margin: 0 15px 0 0;
        color: #fff;
    }

        .menu-footer li a {
            font-family: 'Raleway', sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.75em;
            color: #999;
            margin-bottom: 0px;
            text-transform: uppercase;
        }

        .menu-footer li:hover a {
            color: #c6a47e;
        }

        .sosyalmedya li a {
            width: 40px;
            height: 40px;
            background: #c6a47e;
            color: #212529;
            text-align: center;
            line-height: 40px;
            font-size: 18px;
            border-radius: 25px;
            transition: all 0.5s ease;
            border: 2px solid transparent;
            text-transform: none;
        }

            .sosyalmedya li a:hover {
                color: #c6a47e !important;
                background: #212529 !important;
                border: 2px solid #c6a47e;
                transition: all 0.5s ease;
            }

body {
    --text-opacity:1;
    color: #2c3041;
    color: rgba(44,48,65,var(--text-opacity));
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

:root {
    --blue:#007bff;
    --indigo:#6610f2;
    --purple:#6f42c1;
    --pink:#e83e8c;
    --red:#dc3545;
    --orange:#fd7e14;
    --yellow:#ffc107;
    --green:#28a745;
    --teal:#20c997;
    --cyan:#17a2b8;
    --white:#fff;
    --gray:#6c757d;
    --gray-dark:#343a40;
    --primary:#007bff;
    --secondary:#6c757d;
    --success:#28a745;
    --info:#17a2b8;
    --warning:#ffc107;
    --danger:#dc3545;
    --light:#f8f9fa;
    --dark:#343a40;
    --breakpoint-xs:0;
    --breakpoint-sm:576px;
    --breakpoint-md:768px;
    --breakpoint-lg:992px;
    --breakpoint-xl:1200px;
    --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

*, ::after, ::before {
    box-sizing: border-box;
}

html {
    font-family: 'Raleway', sans-serif;
    ;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

article, aside, dialog, figcaption,, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-family: 'Raleway', sans-serif;
}

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

img {
    vertical-align: middle;
    border-style: none;
}

table {
    border-collapse: collapse;
}

button {
    border-radius: 0;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

textarea {
    overflow: auto;
    resize: vertical;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.h1, h1 {
    font-size: 2.5rem;
}

.h2, h2 {
    font-size: 2rem;
}

.h3, h3 {
    font-size: 1.75rem;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-control::-webkit-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

.form-group {
    margin-bottom: 1rem;
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

.collapse {
    display: none;
}

.dropdown, .dropup {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

    .dropdown-item.disabled,
    .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.menu-item-type-custom.menu-item-has-children:hover .dropdown-menu {
    display: block !important;
}

.menu-item-type-post_type.menu-item-has-children:hover .alt-dropdown-menu {
    display: block !important;
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap;
}

.topBar {
    font-size: .9em;
    color: #fff;
    line-height: 42px;
    z-index: 2;
    position: relative;
    background-color: #c6a47e;
}

    .topBar .topBarPort {
        display: flex;
    }

        .topBar .topBarPort .btTopToolsLeft {
            text-align: left;
            justify-content: flex-start;
        }

        .topBar .topBarPort .btTopToolsRight,
        .topBar .topBarPort .btTopToolsLeft {
            flex-grow: 1;
            display: flex;
            align-items: center;
        }

        .topBar .topBarPort .btTopToolsRight {
            text-align: right;
            justify-content: flex-end;
        }

        .topBar .topBarPort div .btIconWidget {
            position: relative;
            display: inline-block;
            line-height: inherit;
            margin: 0;
            transition: all 100ms linear;
        }

            .topBar .topBarPort div .btIconWidget .btIconWidgetContent {
                position: relative;
                display: inline-block;
            }

            .topBar .topBarPort div .btIconWidget span a:hover,
            .topBar .topBarPort div .btIconWidget span a:active,
            .topBar .topBarPort div .btIconWidget span a:focus {
                color: #ececec;
            }


            .topBar .topBarPort div .btIconWidget .btIconWidgetContent:not(:first-child),
            .topBar .topBarPort div .btIconWidget .btIconWidgetContent:not(:first-child) {
                margin-left: .75rem;
                margin-right: 0;
            }

        .topBar .topBarPort .btTopToolsRight .header-social li {
            display: inline-block;
            margin: 0 5px;
        }

            .topBar .topBarPort .btTopToolsRight .header-social li a:hover {
                color: #ececec;
            }

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .navbar > .container, .navbar > .container-fluid {
        width: 100%;
        max-width: 1350px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

@media (min-width:1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (min-width:1200px) {

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.fixed-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.w-100 {
    width: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

:root {
    --swiper-theme-color:#000;
}

:root {
    --swiper-navigation-size:44px;
}

button, input, textarea, select {
    outline: none !important;
}

.fadeInUp {
    animation-name: fadeInUp;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}

nav.navbar {
    border-radius: 0;
    background-color: #fff;
    transition: 0.4s;
}

    nav.navbar::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transform: translate3d(0,-180%,0);
        transform: translate3d(0,-180%,0);
        transition: transform .3s cubic-bezier(.77,0,.175,1);
        transition: transform .3s cubic-bezier(.77,0,.175,1),-webkit-transform .3s cubic-bezier(.77,0,.175,1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }

.box-a {
    width: 50%;
    height: auto;
    position: relative;
    z-index: 5;
    margin: auto 0;
}

    .box-a .navbar-brand {
        width: 200px;
        height: 150px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        transition: background-position .3s cubic-bezier(.77,0,.175,1);
    }

    .box-a img {
        object-fit: contain;
        display: none;
    }

.box-b {
    position: relative;
    order: 2;
}

.box-c {
    position: relative;
    z-index: 5;
    width: 100%;
}

.box-a-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-toggle::after {
    display: none !important;
}

.navbar-toggler {
    position: relative;
    color: #fff;
    border-color: currentColor;
    border: none;
    min-width: 2.2222222222222223rem;
    min-height: 2.2222222222222223rem;
    width: 2.7777777777777777rem;
    height: 2.7777777777777777rem;
    transition: 0.4s;
    margin-right: 0;
    margin-left: 1rem;
    left: -8px;
    top: 15px;
    -webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%);
}

.header-content-wrap {
    transition: 0.4s;
    position: relative;
    width: 100%;
}

.dropdown-toggle::after {
    content: none;
    display: none !important;
}

.form-control {
    outline: none !important;
}

.special-button {
    border: none;
    padding: 0;
    width: 22px;
    background: transparent;
    line-height: 0;
    position: relative;
    padding-bottom: 20px;
    margin-top: 30px;
    cursor: pointer;
    display: none;
}

    .special-button .notice-number {
        position: absolute;
        background: #fc0048;
        color: #fff;
        font-size: 13px;
        display: block;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        text-align: center;
        line-height: 17px;
        font-weight: 600;
        top: 13px;
        left: 12px;
        -webkit-transform: scale(0);
        transform: scale(0);
        transition: 0.65s;
        animation: scaleUpOne 0.65s forwards;
    }

        .special-button .notice-number + .special-button-container {
            -webkit-clip-path: polygon(100% 53%,100% 0%,0% 0%,0% 100%,35% 100%,36% 95%,39% 90%,41% 86%,45% 81%,47% 78%,51% 74%,55% 70%,60% 66%,64% 63%,70% 60%,76% 57%,81% 55%,86% 53%,92% 52%,97% 53%);
            clip-path: polygon(100% 53%,100% 0%,0% 0%,0% 100%,35% 100%,36% 95%,39% 90%,41% 86%,45% 81%,47% 78%,51% 74%,55% 70%,60% 66%,64% 63%,70% 60%,76% 57%,81% 55%,86% 53%,92% 52%,97% 53%);
        }

    .special-button .special-button-container {
        border: none;
        padding: 0;
        width: 22px;
        background: transparent;
        line-height: 0;
        overflow: hidden;
        display: block;
    }

    .special-button .icon-bar {
        display: block;
        text-align: left;
        background: #a19383;
    }

        .special-button .icon-bar i {
            width: 100%;
            position: relative;
            margin-bottom: 5px;
            display: block;
            height: 2px;
        }

            .special-button .icon-bar i::before, .special-button .icon-bar i::after {
                content: "";
                position: absolute;
                width: 100%;
                height: 2px;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
                background: #fff;
                display: block;
                display: inline-block;
                opacity: 1;
                top: 0;
                left: 0;
                margin-left: auto;
                -webkit-transition: left 0.65s;
                -o-transition: left 0.65s;
                -moz-transition: left 0.65s;
                transition: left 0.65s;
            }

            .special-button .icon-bar i::before {
                left: -30px;
                right: auto;
                opacity: 1;
                background: #fff;
            }

        .special-button .icon-bar:first-child {
            margin-top: 1px;
        }

            .special-button .icon-bar:first-child i {
                width: 70%;
                overflow: hidden;
            }

                .special-button .icon-bar:first-child i::before, .special-button .icon-bar:first-child i::after {
                    -webkit-transition-delay: 0s;
                    -moz-transition-delay: 0s;
                    -o-transition-delay: 0s;
                    transition-delay: 0s;
                }

        .special-button .icon-bar:nth-child(2) i::before, .special-button .icon-bar:nth-child(2) i::after {
            -webkit-transition-delay: 0.1s;
            -moz-transition-delay: 0.1s;
            -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

        .special-button .icon-bar:last-child {
            margin-bottom: 0;
        }

            .special-button .icon-bar:last-child i::before, .special-button .icon-bar:last-child i::after {
                -webkit-transition-delay: 0.2s;
                -moz-transition-delay: 0.2s;
                -o-transition-delay: 0.2s;
                transition-delay: 0.2s;
                width: 72%;
            }

    .special-button:hover .icon-bar i::before {
        left: 0;
        -webkit-transition: left 0.65s;
        -o-transition: left 0.65s;
        -moz-transition: left 0.65s;
        transition: left 0.65s;
    }

    .special-button:hover .icon-bar i::after {
        left: 100%;
        -webkit-transition: left 0.65s;
        -o-transition: left 0.65s;
        -moz-transition: left 0.65s;
        transition: left 0.65s;
    }

    .special-button:hover .icon-bar:first-child i::before,
    .special-button:hover .icon-bar:first-child i::after {
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .special-button:hover .icon-bar:nth-child(2) i::before,
    .special-button:hover .icon-bar:nth-child(2) i::after {
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .special-button:hover .icon-bar:last-child i::before,
    .special-button:hover .icon-bar:last-child i::after {
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

.d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
}

.d-xl-nonef {
    display: none !important;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

html {
    scroll-behavior: smooth;
}

html {
    font-size: 16px;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

body, html {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#NavDropdown > ul.navbar-nav > li > a {
    padding: 1.6666666666666667rem 0px !important;
}

#NavDropdown ul.navbar-nav > li.active > a {
    color: #fff;
    background: transparent;
    font-weight: 700;
}

    #NavDropdown ul.navbar-nav > li.active > a:before {
        width: 100%;
    }

#NavDropdown ul.navbar-nav > li > a {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#NavDropdown ul.nav.navbar-nav > li > ul > li.active > a::before {
    width: 122px !important;
}

body.fixed #NavDropdown ul.navbar-nav > li > a {
    padding: 32px 0;
}

    body.fixed #NavDropdown ul.navbar-nav > li > a::before {
        bottom: 23px;
    }

#NavDropdown ul.navbar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

    #NavDropdown ul.navbar-nav:before,
    #NavDropdown ul.navbar-nav:after {
        display: none;
    }

    #NavDropdown ul.navbar-nav > li {
        margin: 0 .5rem;
    }

    #NavDropdown ul.navbar-nav li {
        position: relative;
    }

        #NavDropdown ul.navbar-nav li.custom-btn {
            border-radius: 3.1666666666666665rem;
            border: 3px solid #fff;
        }

            #NavDropdown ul.navbar-nav li.custom-btn > a {
                padding: 1.1111111111111112rem 1.2222222222222223rem;
            }

                #NavDropdown ul.navbar-nav li.custom-btn > a:before {
                    display: none;
                }

            #NavDropdown ul.navbar-nav li.custom-btn:last-child {
                margin-left: .5rem;
            }

        #NavDropdown ul.navbar-nav li a {
            position: relative;
            font-family: 'Raleway', sans-serif;
            font-size: 15px;
            font-weight: 300;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 4px;
            margin: 5px 5px;
            -webkit-transition: all .4s;
            transition: all .4s;
            padding: 22px 0;
        }

        #NavDropdown ul.navbar-nav li > a:focus,
        #NavDropdown ul.navbar-nav li > a:hover {
            text-decoration: none;
            background-color: transparent;
        }

        #NavDropdown ul.navbar-nav li a::after {
            display: none;
        }

        #NavDropdown ul.navbar-nav li a::before {
            content: "";
            background: #fff;
            bottom: 25px;
            height: 2px;
            left: 0;
            margin-left: auto;
            margin-right: auto;
            position: absolute;
            right: 0;
            width: 0%;
            transition: 0.4s;
        }

        #NavDropdown ul.navbar-nav li a:hover::before,
        #NavDropdown ul.navbar-nav li a:focus::before,
        #NavDropdown ul.navbar-nav li a:active::before {
            width: 100%;
        }

        #NavDropdown ul.navbar-nav li ul {
            position: absolute;
            display: none;
            z-index: 2;
            background: #240266;
            border: none;
            min-height: 0;
            padding: 25px 0;
            margin: 0;
            border-radius: 0;
            width: 277px;
            left: -45px;
            -webkit-transform: translate(0%, 0);
            -moz-transform: translate(0%, 0);
            -ms-transform: translate(0%, 0);
            transform: translate(0%, 0);
        }

            #NavDropdown ul.navbar-nav li ul li {
                display: block;
            }

                #NavDropdown ul.navbar-nav li ul li::before {
                    content: none !important;
                }

                #NavDropdown ul.navbar-nav li ul li a {
                    font-size: 15px;
                    font-weight: 400;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.33;
                    letter-spacing: 1.5px;
                    border-radius: 0;
                    color: #fff;
                    margin-top: 0;
                    padding: 10px 45px;
                    text-transform: none;
                    text-align: left;
                }

                    #NavDropdown ul.navbar-nav li ul li a::before,
                    #NavDropdown ul.navbar-nav li ul li a::after {
                        margin-left: 0;
                        left: 45px;
                        bottom: 0;
                    }

                    #NavDropdown ul.navbar-nav li ul li a:hover,
                    #NavDropdown ul.navbar-nav li ul li a:focus,
                    #NavDropdown ul.navbar-nav li ul li a:active {
                        color: #fff;
                        margin-top: 0;
                        border-radius: 0;
                    }

                        #NavDropdown ul.navbar-nav li ul li a:hover::before,
                        #NavDropdown ul.navbar-nav li ul li a:focus::before,
                        #NavDropdown ul.navbar-nav li ul li a:active::before {
                            width: 122px;
                        }

                    #NavDropdown ul.navbar-nav li ul li a::after {
                        content: none !important;
                    }

                #NavDropdown ul.navbar-nav li ul li:first-child a {
                    border-top: none;
                    border-radius: 0;
                }

                    #NavDropdown ul.navbar-nav li ul li:first-child a::after {
                        content: "";
                    }

                #NavDropdown ul.navbar-nav li ul li:last-child a {
                    border-radius: 0;
                }

                #NavDropdown ul.navbar-nav li ul li:last-child ul {
                    left: 100%;
                    top: 0;
                    right: auto;
                }

                #NavDropdown ul.navbar-nav li ul li ul {
                    left: 100%;
                    top: 0;
                    width: 100%;
                    -webkit-transform: translate(0%, 0%);
                    -moz-transform: translate(0%, 0%);
                    -ms-transform: translate(0%, 0%);
                    transform: translate(0%, 0%);
                }

        #NavDropdown ul.navbar-nav li:last-child ul li a {
            border-radius: 0;
        }

        #NavDropdown ul.navbar-nav li:last-child ul li ul {
            right: auto;
            left: -100%;
        }

        #NavDropdown ul.navbar-nav li:last-child ul li:last-child ul {
            right: auto;
            left: -100%;
        }

        #NavDropdown ul.navbar-nav li.contact-btn {
            transition: 0.8s;
            padding: 48px 0;
            margin-right: 0;
        }

            #NavDropdown ul.navbar-nav li.contact-btn > a {
                border-bottom: 2px solid currentColor;
                padding: 12px 6px;
                background: transparent;
                color: #fff;
                overflow: hidden;
                transition: 0s;
            }

                #NavDropdown ul.navbar-nav li.contact-btn > a::after {
                    content: '';
                    display: block !important;
                    background: url(../../../themes/elevation2020/assets/images/arrow-project.svg) no-repeat;
                    background-position: center;
                    background-size: contain;
                    transition: 0s;
                    opacity: 1;
                    width: 16px;
                    height: 13px;
                    margin-left: 5px;
                    position: relative;
                    border-top: none;
                    border-right: none;
                    border-bottom: none;
                    border-left: none;
                    -webkit-filter: brightness(0%) invert(100%);
                    filter: brightness(0%) invert(100%);
                }

                #NavDropdown ul.navbar-nav li.contact-btn > a:before {
                    display: none;
                }

                #NavDropdown ul.navbar-nav li.contact-btn > a:hover {
                    color: #fc0048;
                }

                    #NavDropdown ul.navbar-nav li.contact-btn > a:hover:after {
                        background: url(../../../themes/elevation2020/assets/images/arrow-project-h.svg) no-repeat;
                        background-position: center;
                        background-size: contain;
                        -webkit-filter: brightness(100%) invert(0%);
                        filter: brightness(100%) invert(0%);
                    }

        #NavDropdown ul.navbar-nav li.nav-item.btn-contact a::before {
            width: 100%;
        }


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    background-color: transparent;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

blockquote, dd, dl,, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0;
}

button {
    background-color: transparent;
    background-image: none;
}

fieldset, ol, ul {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

html {
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    line-height: 1.5;
}

*, :after, :before {
    box-sizing: border-box;
    border: 0 solid;
    line-height: normal;
}

hr {
    border-top-width: 1px;
}

img {
    border-style: solid;
}

input::placeholder, textarea::placeholder {
    color: #a0aec0;
}

[role=button], button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

button, input, optgroup, select, textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}

img, video {
    max-width: 100%;
    height: auto;
}

embed, img, object, video {
    max-width: 100%;
}

.visually-hidden:not(:focus):not(:active), input[type=checkbox].visually-hidden, input[type=radio].visually-hidden {
    position: absolute;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    white-space: nowrap;
    border: 0;
    clip-path: inset(100%);
}

img, picture {
    pointer-events: none;
}

body {
    --text-opacity:1;
    color: #2c3041;
    color: rgba(44,48,65,var(--text-opacity));
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

    body.travod-site {
        font-family: 'Raleway', sans-serif;
    }

input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border-width: 1px 1px 1px 1px;
    border-color: #e8eaf0;
    border-radius: 0px;
    padding: 5px 10px;
    height: 36px;
}

.checkbox {
    position: relative;
    padding-left: 2.25rem;
}

    .checkbox:before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 20px;
        height: 20px;
        content: "";
        background-color: #fff;
        border: 2px solid #e6e7e8;
        border-radius: 2px;
        transform: translate3d(0,-50%,0);
    }

.checkbox--30 {
    padding-left: 2.875rem;
}

    .checkbox--30:before {
        width: 30px;
        height: 30px;
    }

.checkbox-inversed:before {
    background-color: transparent;
    border: 2px solid;
}

.checkbox-shadow label {
    opacity: .5;
}

label.checkbox-inversed.required:after {
    color: #fff;
}

/*label:not(.is-short) {
    white-space: nowrap;
}*/

label a {
    display: inline;
    color: #f99500;
}

label.required {
    display: inline-flex;
    padding-right: .75rem;
    position: relative;
}

    label.required:after {
        padding-left: 3px;
        content: "*";
        color: #e82942;
        position: absolute;
        top: 0;
        right: 0;
    }

.container-full {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 120rem;
}

.btn, .tag, .transition-cst, svg {
    transition: .35s;
}

.lazyload {
    opacity: 0;
    transition: .3s;
}

.img-centered {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.btn {
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
}

.btn-square {
    border-radius: .25rem;
}

.btn-large {
    height: 3.125rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: .875rem;
    line-height: 1.43;
    letter-spacing: .3px;
}

.btn-default {
    color: #fff;
    background-color: #000;
    background-color: #000);
}

.btn-secondary-light {
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity));
    background-color: transparent;
}

    .btn-secondary-light, .btn-secondary-light:hover {
        --text-opacity:1;
        border-width: 2px;
        --border-opacity:1;
        border-color: #fff;
        border-color: rgba(255,255,255,var(--border-opacity));
    }

.tab .swiper-slide {
    width: auto !important;
    border-bottom: 2px solid transparent;
}

.more {
    position: relative;
    border-bottom: 1px solid transparent;
    transition: .35s ease;
    color: #000;
}

    .more, .more:after {
        display: inline-block;
    }

        .more:after {
            transition: right .35s ease;
            right: -20px;
            position: absolute;
            content: "";
            background-image: url(/build/img/rarr-orange.svg);
            background-repeat: no-repeat;
            background-position: center 50%;
            height: 100%;
            width: .75em;
            background-size: contain;
        }

.more-white {
    color: #fff;
}

    .more-white:after {
        background-image: url(/build/img/rarr-white.svg);
    }

.services__item.is-first .services__title {
    border-top-color: transparent;
}

.services__title {
    border-top: 2px solid #e6e7e8;
}

.w-overlay:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(0deg,#000 0,transparent);
    transition: .25s ease;
}

.w-overlay-black:before {
    background-color: transparent;
    background-image: none;
}

.ribbon {
    height: 1.25rem;
    background-image: url(/build/img/ribbon.svg);
    background-repeat: repeat-x;
    background-position: 50%;
    background-size: auto 1.25rem;
}

.scale-cover img {
    transition: transform .35s ease;
}

.scale-cover.w-opacity img {
    transition: all .35s ease;
}

.js-accordeon-content {
    overflow: hidden;
    /*max-height: 0;*/
    transition: .35s cubic-bezier(0,1,0,1);
}

@media (min-width:992px) {
    .js-accordeon-content {
        overflow: unset;
        max-height: unset;
    }
}

.lg\:checkbox--20 {
    padding-left: 2.25rem;
}

    .lg\:checkbox--20:before {
        width: 20px;
        height: 20px;
    }

@media (min-width:1100px) {
    .xl\:btn-small {
        padding-left: 1rem;
        padding-right: 1rem;
        height: 2rem;
        font-size: .75rem;
        line-height: 1.25;
        letter-spacing: .5px;
    }
}

.bg-transparent {
    background-color: transparent;
}

.bg-black-30 {
    background-color: rgba(44,48,65,.3);
}

.bg-black {
    background-color: #272727;
}

.bg-white-10 {
    background-color: hsla(0,0%,100%,.1);
}

.bg-white {
    --bg-opacity:1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity));
}

.bg-gray-30 {
    --bg-opacity:1;
    background-color: #f7f7f8;
    background-color: rgba(247,247,248,var(--bg-opacity));
}

.bg-gray-50 {
    --bg-opacity:1;
    background-color: #f2f3f3;
    background-color: rgba(242,243,243,var(--bg-opacity));
}

.bg-gray {
    --bg-opacity:1;
    background-color: #e6e7e8;
    background-color: rgba(230,231,232,var(--bg-opacity));
}

.bg-orange {
    --bg-opacity:1;
    background-color: #000;
}

.bg-blue {
    background-color: #000;
}

.bg-footer-bottom {
    --bg-opacity:1;
    background-color: #282d32;
}

.bg-froly {
    --bg-opacity:1;
    background-color: #f16279;
    background-color: rgba(241,98,121,var(--bg-opacity));
}

.border-white-10 {
    border-color: hsla(0,0%,100%,.1);
}

.border-footer-line-10 {
    border-color: rgba(230,231,232,.1);
}

.rounded-50 {
    border-radius: 50%;
}

.rounded-sm {
    border-radius: .125rem;
}

.rounded {
    border-radius: .25rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-r, .rounded-t {
    border-top-right-radius: .25rem;
}

.rounded-b, .rounded-r {
    border-bottom-right-radius: .25rem;
}

.border-solid {
    border-style: solid;
}

.border-b {
    border-bottom-width: 1px;
}

.cursor-pointer {
    cursor: pointer;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.hidden {
    display: none;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-start {
    align-items: flex-start;
}

.items-center {
    align-items: center;
}

.items-stretch {
    align-items: stretch;
}

.self-start {
    align-self: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.flex-grow {
    flex-grow: 1;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-first {
    order: -9999;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.h-0 {
    height: 0;
}

.h-3 {
    height: .75rem;
}

.h-10 {
    height: 2.5rem;
}

.h-16 {
    height: 4rem;
}

.h-18 {
    height: 5rem;
}

.h-20 {
    height: 6rem;
}

.h-auto {
    height: auto;
}

.h-20p {
    height: 1.25rem;
}

.h-26p {
    height: 1.625rem;
}

.h-30p {
    height: 1.875rem;
}

.h-40p {
    height: 2.5rem;
}

.h-50p {
    height: 3.125rem;
}

.h-full {
    height: 100%;
}

.text-xs {
    font-size: .75rem;
}

.text-sm {
    font-size: .875rem;
}

.text-base {
    font-size: 1rem;
}

.text-14p {
    font-size: .875rem;
}

.text-16p {
    font-size: 1rem;
}

.text-18p {
    font-size: 1.125rem;
}

.text-20p {
    font-size: 1.25rem;
}

.text-24p {
    font-size: 1.5rem;
}

.text-36p {
    font-size: 2.25rem;
}

.leading-111 {
    line-height: 1.11;
}

.leading-125 {
    line-height: 1.25;
}

.leading-143 {
    line-height: 1.43;
}

.leading-144 {
    line-height: 1.44;
}

.leading-150 {
    line-height: 1.5;
}

.leading-167 {
    line-height: 1.67;
}

.leading-214 {
    line-height: 2.14;
}

.leading-38p {
    line-height: 2.375rem;
}

.m-auto {
    margin: auto;
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.-mx-5p {
    margin-left: -.3125rem;
    margin-right: -.3125rem;
}

.mb-2 {
    margin-bottom: .5rem;
}

.mb-3 {
    margin-bottom: .75rem;
}

.mr-6 {
    margin-right: 1.5rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mr-10 {
    margin-right: 2.5rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mr-auto {
    margin-right: auto;
}

.ml-auto {
    margin-left: auto;
}

.mt-10p {
    margin-top: .625rem;
}

.mr-10p {
    margin-right: .625rem;
}

.mb-10p {
    margin-bottom: .625rem;
}

.mt-14p {
    margin-top: .875rem;
}

.ml-14p {
    margin-left: .875rem;
}

.mt-20p {
    margin-top: 1.25rem;
}

.mb-20p {
    margin-bottom: 1.25rem;
}

.mb-28p {
    margin-bottom: 1.75rem;
}

.mt-30p {
    margin-top: 1.875rem;
}

.mb-30p {
    margin-bottom: 1.875rem;
}

.mt-40p {
    margin-top: 2.5rem;
}

.mb-40p {
    margin-bottom: 2.5rem;
}

.mb-60p {
    margin-bottom: 3.75rem;
}

.-mb-40p {
    margin-bottom: -2.5rem;
}

.mb-18p {
    margin-bottom: 1.125rem;
}

.max-w-sm {
    max-width: 24rem;
}

.max-w-lg {
    max-width: 32rem;
}

.max-w-full {
    max-width: 100%;
}

.max-w-6\/12 {
    max-width: 50%;
}

.max-w-8\/12 {
    max-width: 66.66666666666667%;
}

.max-w-260p {
    max-width: 16.25rem;
}

.max-w-320p {
    max-width: 20rem;
}

.max-w-720p {
    max-width: 45rem;
}

.max-w-900p {
    max-width: 56.25rem;
}

.min-h-screen {
    min-height: 100vh;
}

.object-cover {
    object-fit: cover;
}

.opacity-0 {
    opacity: 0;
}

.opacity-50 {
    opacity: .5;
}

.overflow-hidden {
    overflow: hidden;
}

.p-10p {
    padding: .625rem;
}

.p-20p {
    padding: 1.25rem;
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.px-5p {
    padding-left: .3125rem;
    padding-right: .3125rem;
}

.px-10p {
    padding-left: .625rem;
    padding-right: .625rem;
}

.py-20p {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.px-20p {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.py-30p {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.py-40p {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.pb-0 {
    padding-bottom: 0;
}

.pl-5 {
    padding-left: 1.25rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pl-10p {
    padding-left: .625rem;
}

.pt-40p {
    padding-top: 2.5rem;
}

.pb-40p {
    padding-bottom: 2.5rem;
}

.pr-60p {
    padding-right: 3.75rem;
}

.pb-7\/12 {
    padding-bottom: 58.33333333333333%;
}

.pb-8\/12 {
    padding-bottom: 66.66666666666667%;
}

.pb-12\/12 {
    padding-bottom: 100%;
}

.placeholder-white-50::placeholder {
    color: hsla(0,0%,100%,.5);
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    right: 0;
    left: 0;
}

.inset-0, .inset-y-0 {
    top: 0;
    bottom: 0;
}

.top-0 {
    top: 0;
}

.right-0 {
    right: 0;
}

.shadow {
    box-shadow: 0 3px 12px 0 rgba(0,0,0,.1);
}

.fill-current {
    fill: currentColor;
}

.stroke-current {
    stroke: currentColor;
}

.text-transparent {
    color: transparent;
}

.text-black-50 {
    color: rgba(44,48,65,.5);
}

.text-white-50 {
    color: hsla(0,0%,100%,.5);
}

.text-center {
    text-align: center;
}

.text-white {
    color: #fff;
}

.text-gray-90 {
    color: #959ca0;
}

.text-orange-70 {
    color: #f99500;
}

.text-orange {
    color: #000;
}

.text-blue {
    color: #000;
}

.text-copyright {
    color: #9597a0;
}

.uppercase {
    text-transform: uppercase;
}

.w-3 {
    width: .75rem;
}

.w-4 {
    width: 1rem;
}

.w-10 {
    width: 2.5rem;
}

.w-auto {
    width: auto;
}

.w-26p {
    width: 1.625rem;
}

.w-40p {
    width: 2.5rem;
}

.w-50p {
    width: 3.125rem;
}

.w-3\/12 {
    width: 25%;
}

.w-12\/12 {
    width: 100%;
}

.w-1\/5 {
    width: 20%;
}

.w-full {
    width: 100%;
}

.z-0 {
    z-index: 0;
}

.z-20 {
    z-index: 20;
}

.z-40 {
    z-index: 40;
}

@media (min-width:640px) {
    .sm\:bg-gray-50 {
        --bg-opacity:1;
        background-color: #f2f3f3;
        background-color: rgba(242,243,243,var(--bg-opacity));
    }

    .sm\:rounded {
        border-radius: .25rem;
    }

    .sm\:block {
        display: block;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:hidden {
        display: none;
    }

    .sm\:flex-row {
        flex-direction: row;
    }

    .sm\:flex-col {
        flex-direction: column;
    }

    .sm\:items-stretch {
        align-items: stretch;
    }


    .sm\:mt-40p {
        margin-top: 2.5rem;
    }

    .sm\:p-20p {
        padding: 1.25rem;
    }
}

@media (min-width:768px) {
    .md\:border-t {
        border-top-width: 1px;
    }

    .md\:block {
        display: block;
    }

    .md\:flex {
        display: flex;
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:flex-col {
        flex-direction: column;
    }

    .md\:flex-wrap {
        flex-wrap: wrap;
    }

    .md\:items-end {
        align-items: flex-end;
    }

    .md\:justify-end {
        justify-content: flex-end;
    }

    .md\:order-last {
        order: 9999;
    }

    .md\:order-none {
        order: 0;
    }

    .md\:font-semibold {
        font-weight: 600;
    }

    .md\:h-50p {
        height: 3.125rem;
    }

    .md\:text-24p {
        font-size: 1.5rem;
    }

    .md\:-m-10p {
        margin: -.625rem;
    }

    .md\:mx-2p {
        margin-left: .125rem;
        margin-right: .125rem;
    }

    .md\:-mx-10p {
        margin-left: -.625rem;
        margin-right: -.625rem;
    }

    .md\:mr-0 {
        margin-right: 0;
    }

    .md\:mb-0 {
        margin-bottom: 0;
    }

    .md\:mb-30p {
        margin-bottom: 1.875rem;
    }

    .md\:max-w-10\/12 {
        max-width: 83.33333333333333%;
    }

    .md\:p-10p {
        padding: .625rem;
    }

    .md\:p-30p {
        padding: 1.875rem;
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .md\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .md\:px-10p {
        padding-left: .625rem;
        padding-right: .625rem;
    }

    .md\:pl-10 {
        padding-left: 2.5rem;
    }

    .md\:pt-12 {
        padding-top: 3rem;
    }

    .md\:pr-10p {
        padding-right: .625rem;
    }

    .md\:pl-10p {
        padding-left: .625rem;
    }

    .md\:pt-20p {
        padding-top: 1.25rem;
    }

    .md\:pb-20p {
        padding-bottom: 1.25rem;
    }

    .md\:pt-60p {
        padding-top: 3.75rem;
    }

    .md\:text-center {
        text-align: center;
    }

    .md\:w-2\/12 {
        width: 16.666667%;
    }

    .md\:w-4\/12 {
        width: 33.333333%;
    }

    .md\:w-6\/12 {
        width: 50%;
    }

    .md\:w-full {
        width: 100%;
    }
}

@media (min-width:992px) {
    .lg\:border-transparent {
        border-color: transparent;
    }

    .lg\:border-b-0 {
        border-bottom-width: 0;
    }

    .lg\:block {
        display: block;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:flex-col {
        flex-direction: column;
    }

    .lg\:flex-wrap {
        flex-wrap: wrap;
    }

    .lg\:items-start {
        align-items: flex-start;
    }

    .lg\:items-center {
        align-items: center;
    }

    .lg\:justify-center {
        justify-content: center;
    }

    .lg\:justify-between {
        justify-content: space-between;
    }

    .lg\:order-1 {
        order: 1;
    }

    .lg\:order-2 {
        order: 2;
    }

    .lg\:order-first {
        order: -9999;
    }

    .lg\:order-last {
        order: 9999;
    }

    .lg\:h-auto {
        height: auto;
    }

    .lg\:h-30p {
        height: 1.875rem;
    }

    .lg\:h-full {
        height: 100%;
    }

    .lg\:text-lg {
        font-size: 1.125rem;
    }

    .lg\:text-16p {
        font-size: 1rem;
    }

    .lg\:text-24p {
        font-size: 1.5rem;
    }

    .lg\:text-54p {
        font-size: 3.375rem;
    }

    .lg\:leading-125, .lg\:leading-tight {
        line-height: 1.25;
    }

    .lg\:mt-0 {
        margin-top: 0;
    }

    .lg\:mb-0 {
        margin-bottom: 0;
    }

    .lg\:mb-2 {
        margin-bottom: .5rem;
    }

    .lg\:mb-3 {
        margin-bottom: .75rem;
    }

    .lg\:mr-5 {
        margin-right: 1.25rem;
    }

    .lg\:mb-16 {
        margin-bottom: 4rem;
    }

    .lg\:mt-10p {
        margin-top: .625rem;
    }

    .lg\:mr-20p {
        margin-right: 1.25rem;
    }

    .lg\:ml-20p {
        margin-left: 1.25rem;
    }

    .lg\:mr-30p {
        margin-right: 1.875rem;
    }

    .lg\:mt-40p {
        margin-top: 2.5rem;
    }

    .lg\:mb-40p {
        margin-bottom: 2.5rem;
    }

    .lg\:mb-50p {
        margin-bottom: 3.125rem;
    }

    .lg\:mb-60p {
        margin-bottom: 3.75rem;
    }

    .lg\:mb-18p {
        margin-bottom: 1.125rem;
    }

    .lg\:max-w-8\/12 {
        max-width: 66.66666666666667%;
    }

    .lg\:max-w-440p {
        max-width: 27.5rem;
    }

    .lg\:min-h-300p {
        min-height: 18.75rem;
    }

    .lg\:overflow-visible {
        overflow: visible;
    }

    .lg\:p-30p {
        padding: 1.875rem;
    }

    .lg\:py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .lg\:py-8 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .lg\:px-20p {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .lg\:py-40p {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .lg\:py-60p {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }

    .lg\:px-60p {
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }

    .lg\:pb-4 {
        padding-bottom: 1rem;
    }

    .lg\:pt-12 {
        padding-top: 3rem;
    }

    .lg\:pt-16 {
        padding-top: 4rem;
    }

    .lg\:pl-16 {
        padding-left: 4rem;
    }

    .lg\:pt-60p {
        padding-top: 3.75rem;
    }

    .lg\:pb-60p {
        padding-bottom: 5.75rem;
    }

    .lg\:pl-60p {
        padding-left: 3.75rem;
    }

    .lg\:pb-6\/12 {
        padding-bottom: 50%;
    }

    .lg\:pointer-events-none {
        pointer-events: none;
    }

    .lg\:absolute {
        position: absolute;
    }

    .lg\:relative {
        position: relative;
    }

    .lg\:inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .lg\:text-center {
        text-align: center;
    }

    .lg\:w-30p {
        width: 1.875rem;
    }

    .lg\:w-3\/12 {
        width: 25%;
    }

    .lg\:w-4\/12 {
        width: 33.333333%;
    }

    .lg\:w-5\/12 {
        width: 41.666667%;
    }

    .lg\:w-6\/12 {
        width: 50%;
    }

    .lg\:w-7\/12 {
        width: 58.333333%;
    }

    .lg\:w-8\/12 {
        width: 66.666667%;
    }

    .lg\:w-full {
        width: 100%;
    }

    .lg\:w-1\/8 {
        width: 12.5%;
    }

    .lg\:w-340p {
        width: 21.25rem;
    }
}

@media (min-width:1100px) {
    .xl\:block {
        display: block;
    }

    .xl\:hidden {
        display: none;
    }

    .xl\:order-none {
        order: 0;
    }

    .xl\:text-sm {
        font-size: .875rem;
    }

    .xl\:leading-143 {
        line-height: 1.43;
    }

    .xl\:-m-20p {
        margin: -1.25rem;
    }

    .xl\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .xl\:mb-2 {
        margin-bottom: .5rem;
    }

    .xl\:mb-5 {
        margin-bottom: 1.25rem;
    }

    .xl\:mb-16 {
        margin-bottom: 4rem;
    }

    .xl\:p-20p {
        padding: 1.25rem;
    }

    .xl\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .xl\:px-20p {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .xl\:px-60p {
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }

    .xl\:pl-0 {
        padding-left: 0;
    }

    .xl\:pb-60p {
        padding-bottom: 3.75rem;
    }

    .xl\:pb-8\/12 {
        padding-bottom: 66.66666666666667%;
    }

    .xl\:text-white {
        --text-opacity:1;
        color: #fff;
        color: rgba(255,255,255,var(--text-opacity));
    }

    .xl\:normal-case {
        text-transform: none;
    }

    .xl\:w-3\/12 {
        width: 25%;
    }

    .xl\:w-4\/12 {
        width: 33.333333%;
    }

    .xl\:w-full {
        width: 100%;
    }

    .xl\:w-3\/8 {
        width: 37.5%;
    }

    .xl\:w-4\/8 {
        width: 50%;
    }
}

:root {
    --swiper-theme-color:#000;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0);
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

:root {
    --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(var(--swiper-navigation-size)*-1/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        text-transform: none;
        font-variant: normal;
        line-height: 1;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: "prev";
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: "next";
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10;
}

@media (min-width:1380px) {
    .heading-xxl-large {
        font-size: 3rem;
    }
}

.swiper-container-wide {
    overflow: visible !important;
}

.swiper-slide {
    height: auto;
}

    .swiper-slide.border-box {
        box-sizing: border-box;
    }

.swiper-pagination {
    position: relative;
}

.swiper-button-next, .swiper-button-prev {
    position: relative;
    right: unset;
    left: unset;
    margin-top: unset;
    width: 50px;
    height: 50px;
    color: unset;
    -webkit-tap-highlight-color: transparent;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        display: none;
    }

@media (min-width:640px) {
    .swiper-industries .swiper-slide {
        width: 50%;
    }
}

@media (min-width:992px) {
    .swiper-industries .swiper-slide {
        width: 33.33333%;
    }
}

@media (min-width:1100px) {
    .swiper-industries .swiper-slide {
        max-width: 360px;
    }
}

.headerbuttonmenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(198, 164, 126, 0.85);
    z-index: 9999;
}

    .headerbuttonmenu .baslik {
        text-align: center;
        padding: 30px;
        padding-bottom: 60px;
    }

        .headerbuttonmenu .baslik span {
            color: #fff;
            font-size: 40px;
        }

        .headerbuttonmenu .baslik i {
            float: right;
            font-size: 30px;
            color: #fff;
            cursor: pointer;
        }

    .headerbuttonmenu .bloklar ul {
        text-align: center;
    }

        .headerbuttonmenu .bloklar ul li {
            padding: 5px 20px !important;
            display: inline-block;
            position: relative;
            /*border: 1px solid rgba(255, 255, 255, 0.02);*/
        }

            .headerbuttonmenu .bloklar ul li a:before {
                content: "\f0da";
                font-family: "FontAwesome";
                position: absolute;
                margin-top: 10px;
                left: 7px;
            }

    .headerbuttonmenu .bloklar p {
        color: #fff;
        font-size: 15px;
        font-weight: 900;
    }

    .headerbuttonmenu .bloklar a {
        color: #fff;
        font-size: 13px;
    }

.text-orange-70 img {
    width: 100px;
}

.bg-footer-bottom span {
    font-size: 14px;
    line-height: 50px;
}

.adres-alani {
    color: hsla(0,0%,100%,.5);
    font-size: .875rem;
    margin-bottom: 1rem;
}

#js-footer-nav-list {
    padding: 35px 15px;
}

.footerbuttonlar {
    float: left;
    padding-right: 30px;
    padding-top: 30px;
    text-align: left;
}

    .footerbuttonlar li a {
        width: 130px;
        margin: 10px 0 !important;
    }

        .footerbuttonlar li a:first-child {
            margin-left: 0 !important;
        }

        .footerbuttonlar li a:last-child {
            margin-right: 0 !important;
        }

.footerurunmenu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding-right: 25px;
}

.footer a:hover, .footer a:active, .footer a:focus {
    color: #fff;
}

.footerbizeulas {
    color: #fff !important;
}

.masaustugorunmez {
    display: none;
    visibility: hidden;
}

.mobil {
    display: none;
}

.laptop {
    display: block;
}

@media screen and (min-width: 1400px) {
    .navbar > .container, .navbar > .container-fluid {
        width: 100%;
        max-width: 1490px;
    }

    .container {
        width: 1370px;
    }
}

@media screen and (min-width: 1600px) {
    .navbar > .container, .navbar > .container-fluid {
        width: 100%;
        max-width: 1680px;
    }

    .container {
        width: 1570px;
    }
}

@media screen and (min-width: 1700px) {
    .navbar > .container, .navbar > .container-fluid {
        width: 100%;
        max-width: 1790px;
    }

    .container {
        width: 1870px;
    }
}

@media screen and (min-width: 1900px) {
    .navbar > .container, .navbar > .container-fluid {
        width: 100%;
        max-width: 2020px;
    }

    .container {
        width: 1870px;
    }
}

@media screen and (max-width: 1000px) {
    .mobil {
        display: block;
    }

    .laptop {
        display: none;
    }

    .sidenav .menu-inner .menu-right {
        width: 100%;
    }

    .sidenav .menu-inner .menu-left {
        display: none;
    }

    .sidenav .menu-inner .menu-content {
        padding: 2rem 0;
		display: block;
    }

    .head-top {
        margin: 40px 0 0;
    }

        .head-top > ul > li > a {
            font-size: 21px;
        }

    .head-bottom {
        margin: 0 20px;
    }

    .mobil-logo {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 30px;
    }

        .mobil-logo > .logo {
            width: 200px;
            height: 150px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100%;
            transition: background-position .3s cubic-bezier(.77,0,.175,1);
        }

    @-webkit-keyframes menu_on1 {
        0% {
            width: 0;
            left: 0;
            right: auto;
        }

        100% {
            width: 100%;
            left: 0;
            right: auto;
        }
    }

    @keyframes menu_on1 {
        0% {
            width: 0;
            left: 0;
            right: auto;
        }

        100% {
            width: 100%;
            left: 0;
            right: auto;
        }
    }

    .navbar-motto {
        font-size: 10px;
        margin-left: 0;
    }

    .corpote-banner > div > div > .text-area2.pleft > div > .about-img > img {
        width: 120px;
        height: 120px;
    }

    .corpote-banner > div > div > .text-area2 > div > h1,
    .corpote-banner > div > div > .text-area2 > div > p {
        text-align: left;
    }

    .home__screen__text > div > h1,
    .blog-bottom-banner > div > div > .text-area > h1,
    .blog-banner > div > div > .text-area > h1,
    .corpote-banner > div > div > .text-area2 > h1 > span, .corpote-banner.mavi > div > div > .text-area > h1 > span,
    .corpote-banner > div > div > .text-area2 > h1, .corpote-banner.mavi > div > div > .text-area > h1,
    .corpote-banner > div > div > .text-area.big > h1, .corpote-banner > div > div > .text-area.big > h1 > span {
        font-size: x-large;
    }

    .corpote-banner.mavi > div > div > .text-area > h1,
    .corpote-banner > div > div > .text-area2 > div.middle > p {
        text-align: center;
    }

    .corpote-banner,
    .blog-bottom-banner {
        height: auto !important;
        text-align: center;
    }

        .corpote-banner > div > div > div > .about-img > img {
            width: 247px !important;
            height: 247px !important;
            margin: 0 auto !important;
        }

        .corpote-banner > div > div > .text-area,
        .corpote-banner.left > div > div > .text-area {
            padding: 0 15px !important;
        }

            .corpote-banner > div > div > .text-area > .comporate {
                display: inline-block;
                width: auto;
            }

    .sub-footer > div > .row, .sub-footer2 > div > .row {
        margin: 0;
    }

    .abot {
        margin-top: 10px;
    }

    .fotcont {
        margin-bottom: 10px;
    }

    .topBar {
        display: none;
    }

    .home__screen__text {
        max-width: 100%;
    }

    .tab-content .grid-item {
        width: 50%;
    }

    .tab-content .grid_img img,
    .tab-content .grid_img {
        height: 100%;
    }

    .tab-product ul li {
        margin-right: 2px;
        font-size: 7.5px;
    }

    .owl-theme .owl-nav {
        display: contents;
    }

    .nav > li > a {
        padding: 5px 0;
    }

    .price-banner > div > div > div > p {
        width: 100%;
    }

    .corpote-banner > div > div {
        display: block;
    }

        .corpote-banner > div > div > div.left {
            padding: 0 15px;
        }

    .navbar > .container, .navbar > .container-fluid {
        width: 100%;
    }

    .adres-alani {
        margin-bottom: 0;
    }

    .kategori-item {
        width: 98%;
        display: inline-block;
        margin: 4px;
    }

    .sosyalmedya {
        margin-top: 15px;
    }

    /*.icon-scroll {
        display: none;
        visibility: hidden;
        opacity: 0;
    }*/

    .aydinlatmametinleri {
        text-align: center !important;
        margin-bottom: 15px;
    }

    .text-white.leading-167 {
        margin-bottom: 15px;
        text-align: center;
    }

    .bg-footer-bottom span {
        line-height: 25px !important;
        padding-bottom: 10px;
        font-size: 12px !important;
    }

    .text-copyright img {
        margin: 0 auto;
    }

    .mobilgorunmez {
        display: none;
        visibility: hidden;
    }

    .footerbuttonlar li a:last-child {
        margin-bottom: 10px !important;
    }

    .footerbuttonlar {
        float: unset;
        padding-right: 0;
        text-align: center;
    }

        .footerbuttonlar li a {
            width: 100% !important;
        }

    .box-a.logo {
        width: 80%;
    }

    .product-button {
        margin-top: 5px;
    }

    .special-button {
        display: block;
    }

    .footerurunmenu {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding-right: 0;
    }
}

.headerbuttonmenu .bloklar .arasi {
    padding: 15px 0;
}

    .headerbuttonmenu .bloklar .arasi:first-child {
        padding-top: 0;
        border-bottom: 1px solid #fff;
    }

    .headerbuttonmenu .bloklar .arasi:last-child {
        border-top: 1px solid #fff;
    }

.product-button {
    cursor: pointer;
}

    .product-button img {
        width: 30px;
    }


@media screen and (max-width: 1000px) {
    .headerbuttonmenu {
        position: absolute;
        height: 345vh;
    }

        .headerbuttonmenu .bloklar .arasi .cols-1 {
            padding-bottom: 20px;
            border-bottom: 1px solid #fff;
            margin-bottom: 20px;
        }

        .headerbuttonmenu .bloklar .arasi:first-child {
            padding-top: 0;
            border: 0;
        }

        .headerbuttonmenu .bloklar .arasi:last-child {
            border: 0;
        }

        .headerbuttonmenu .bloklar .arasi {
            padding: 0;
        }
}


@media screen and (max-width: 500px) {
    .headerbuttonmenu {
        position: absolute;
        height: 320vh;
    }

        .headerbuttonmenu .baslik i {
            font-size: 25px;
            position: absolute;
            top: 15px;
            right: 15px;
        }
}

.footerustresimler .w-overlay-black:before {
    background: #00000067;
}

.footerustresimler .img-centered {
    top: 20%;
    left: 15%;
    transform: unset;
    transition: all .5s ease;
}

.footerustresimler:hover img.img-centered {
    transform: scale(1.2);
    transition: all .5s ease;
}


.aydinlatmametinleri ul li {
    display: inline-block;
    padding-right: 15px;
}

    .aydinlatmametinleri ul li a {
        font-size: 14px;
    }

.benzerler .slick-prev, .benzerler .slick-next {
    background: #000 !important;
    border-radius: 25px;
}

.benzerler .slick-prev {
    left: -5%;
}

.benzerler .slick-next {
    right: -5%;
}

    .benzerler .slick-prev:before, .benzerler .slick-next:before {
        color: #fff !important;
    }


.cookie-container {
    background-color: #fff;
    position: fixed;
    bottom: 25px;
    z-index: 99999;
    width: 75%;
    height: 65px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px 150px 20px 20px;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .75);
}

    .cookie-container a {
        text-decoration: underline;
    }

    .cookie-container p {
        font-size: 13px !important;
        margin: 0 auto;
    }

    .cookie-container .cookie-button {
        height: 30px;
        width: auto;
        position: absolute;
        right: 20px;
        bottom: 20px;
        background: #000;
        border-radius: 25px;
        color: #fff;
        line-height: 30px;
        text-decoration: none;
        padding: 0 10px;
        cursor: pointer;
    }

@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: 20px 35px 20px 20px;
    }
}

@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;
        }
}
