﻿@font-face {
    font-family: 'BebasNeue-Bold';
    src: url('../fonts/bebas/BebasNeue-Bold.eot');
    src: url('../fonts/bebas/BebasNeue-Boldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/bebas/BebasNeue-Bold.woff') format('woff'), url('../fonts/bebas/BebasNeue-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../fonts/bebas/BebasNeue-Regular.eot');
    src: url('../fonts/bebas/BebasNeue-Regulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/bebas/BebasNeue-Regular.woff') format('woff'), url('../fonts/bebas/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeue-Light';
    src: url('../fonts/bebas/BebasNeue-Light.eot');
    src: url('../fonts/bebas/BebasNeue-Lightd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/bebas/BebasNeue-Light.woff') format('woff'), url('../fonts/bebas/BebasNeue-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MinionPro-Regular';
    src: url('../fonts/minionpro/MinionPro-Regular.eot');
    src: url('../fonts/minionpro/MinionPro-Regulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/minionpro/MinionPro-Regular.woff') format('woff'), url('../fonts/minionpro/MinionPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Black';
    src: url(../fonts/avenir/Avenir-Black.eot);
    src: url(../fonts/avenir/Avenir-Blackd41d.eot?#iefix) format('embedded-opentype'),url(../fonts/avenir/Avenir-Black.woff) format('woff'),url(../fonts/avenir/Avenir-Black.ttf) format('truetype');
}

@font-face {
    font-family: 'Avenir-Book';
    src: url(../fonts/avenir/Avenir-Book.eot);
    src: url(../fonts/avenir/Avenir-Bookd41d.eot?#iefix) format('embedded-opentype'),url(../fonts/avenir/Avenir-Book.woff) format('woff'),url(../fonts/avenir/Avenir-Book.ttf) format('truetype');
}

@font-face {
    font-family: 'Avenir-Roman';
    src: url(../fonts/avenir/Avenir-Roman.eot);
    src: url(../fonts/avenir/Avenir-Romand41d.eot?#iefix) format('embedded-opentype'),url(../fonts/avenir/Avenir-Roman.woff) format('woff'),url(../fonts/avenir/Avenir-Roman.ttf) format('truetype');
}

@font-face {
    font-family: 'Avenir-DemiBold';
    src: url(../fonts/avenir/Avenir-DemiBold.eot);
    src: url(../fonts/avenir/Avenir-DemiBoldd41d.eot?#iefix) format('embedded-opentype'),url(../fonts/avenir/Avenir-DemiBold.woff) format('woff'),url(../fonts/avenir/Avenir-DemiBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Avenir-Heavy';
    src: url(../fonts/avenir/Avenir-Heavy.eot);
    src: url(../fonts/avenir/Avenir-Heavyd41d.eot?#iefix) format('embedded-opentype'),url(../fonts/avenir/Avenir-Heavy.woff) format('woff'),url(../fonts/avenir/Avenir-Heavy.ttf) format('truetype');
}

@font-face {
    font-family: 'Avenir-Light';
    src: url(../fonts/avenir/Avenir-Light.eot);
    src: url(../fonts/avenir/Avenir-Lightd41d.eot?#iefix) format('embedded-opentype'),url(../fonts/avenir/Avenir-Light.woff) format('woff'),url(../fonts/avenir/Avenir-Light.ttf) format('truetype');
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon/icomoon.eot");
    src: url("../fonts/icomoon/icomoond41d.eot?#iefix") format("eot"),url("../fonts/icomoon/icomoon.woff") format("woff"),url("../fonts/icomoon/icomoon.ttf") format("truetype");
}

a {
    text-decoration: none;
    color: #000;
}

form {
    position: relative;
    display: inline-block;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    outline: none;
}

body,
html {
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-image: repeating-linear-gradient(to right, #f7f7f8 0, #f7f7f8 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 10%);
}

#lightalert {
    line-height: 1.5em !important;
}

.blockUI.blockMsg.blockPage {
    border: none !important;
    box-sizing: border-box;
    padding: 10px !important;
    font-size: 13px;
    padding-bottom: 12px !important;
}

    .blockUI.blockMsg.blockPage img {
        position: relative;
        top: 4px;
    }

.relative100 {
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
}

.relative50 {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}

.floatleft {
    position: relative;
    float: left;
}

.floatright {
    position: relative;
    float: right;
}

#inline1 {
    width: 100%;
    max-width: 450px;
    box-sizing: border-box;
    padding: 15px;
    display: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}

    #inline1 h3 {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

.topmenu {
    height: 93px;
    border-left: 9px solid #eeeeee;
}

.a1 {
    position: relative;
    float: left;
    margin-left: 15px;
    top: 50%;
    padding: 11px;
    transform: translateY(-50%);
    display: block;
    width: 44px;
    height: 55px;
    background-color: #fff;
}

    .a1 img {
        width: 32px;
        z-index: 2;
        position: relative;
    }

@keyframes imgscale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.vonbelogo_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 220px;
    background-color: #fff;
    padding: 20px;
}

#topmenu {
    position: relative;
    float: right;
    list-style-type: none;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 85px;
    padding: 20px;
    padding-right: 0;
}

    #topmenu li {
        position: relative;
        float: left;
        margin-left: 21px;
        margin-right: 4px;
    }

        #topmenu li a {
            color: #888888;
            font-size: 14px;
            font-family: 'Avenir-Roman';
        }

            #topmenu li a span {
                transition: opacity .3s ease,transform .3s ease,color .3s ease;
                display: inline-block;
            }

            #topmenu li a:before {
                content: attr(data-text);
                position: absolute;
                transform: translate3d(0,17px,0);
                color: #58b030;
                opacity: 0;
                transition: opacity .3s ease,transform .3s ease,color .3s ease;
            }

            #topmenu li a:hover:before {
                transform: translateZ(0);
                opacity: 1;
            }

            #topmenu li a:hover span {
                opacity: 0;
                transform: translate3d(0,-16px,0);
            }

.maincontent {
    position: relative;
    display: block;
    margin: auto;
    width: calc(100% - 100px);
    font-size: 0;
    text-align: center;
}

.mainbox {
    position: relative;
    display: block;
    float: left;
    width: 300px;
    height: 300px;
    overflow: hidden;
    transition: background-color .6s;
    transition: all 0.5s ease;
    transform: scale(1);
}

    .mainbox .bgimage {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        position: relative;
        transition: opacity .5s, transform .5s;
        transform: scale(1);
    }

    .mainbox .bglettertop {
        position: absolute;
        top: 50%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: initial;
        opacity: 0;
        z-index: 3;
        transform: translateY(-50px);
        transition: transform .5s, opacity .5s;
    }

        .mainbox .bglettertop span {
            font-size: 15px;
            color: #fff;
            margin-bottom: 8px;
        }

        .mainbox .bglettertop b {
            font-size: 55px;
            color: #fff;
            font-family: 'BebasNeue-Bold';
            line-height: 50px;
        }

    .mainbox .bgletterbottom {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1rem;
        opacity: 0;
        z-index: 3;
        transform: translateY(20px);
        transition: all 0.5s ease;
        color: #fff;
        font-size: 17px;
        font-family: 'MinionPro-Regular';
    }

    .mainbox:hover .bgimage {
        opacity: .2;
    }

    .mainbox:hover {
        background: #000000;
        transform: scale3d(0.95,0.95,1);
    }

        .mainbox:hover .bglettertop {
            /* transform: translateY(0); */
            opacity: 1;
        }

        .mainbox:hover .bgletterbottom {
            transform: translateY(0);
            opacity: 1;
        }

.leftborder {
    background-color: #1eb301;
    position: fixed;
    width: 9px;
    top: 0;
    height: 100vh;
}

.scroll {
    width: 28px;
    height: 86px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 6px;
    margin: auto;
    border: 2px solid #000;
    border-radius: 15px;
}

    .scroll:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0px;
        top: -12px;
        background-color: #000;
        margin: auto;
        width: 3px;
        height: 25px;
    }

    .scroll span {
        transform: rotate(90deg);
        position: relative;
        float: left;
        right: 11px;
        top: 34px;
        font-size: 13px;
        background: linear-gradient(to right, #FFF 20%, #000 40%, #000 60%, #FFF 80%);
        background-size: 200% auto;
        color: #000;
        background-clip: text;
        text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-animation: shine 1.5s linear infinite;
        animation: shine 1.5s linear infinite;
    }

@-webkit-keyframes shine {
    to {
        background-position: 200% center;
    }
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

.a2 {
    position: relative;
    float: right;
    display: block;
    font-size: 15px;
    margin-top: 50px;
    margin-bottom: 20px;
}

    .a2::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -25px;
        width: 3px;
        height: 18px;
        background-color: #000;
        margin: auto;
        animation: scroll 2s linear infinite;
    }

    .a2 b {
        background-color: #000;
        color: #fff;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 400;
        font-size: 14px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .a2 span {
    }

@keyframes scroll {
    0% {
        top: -25px;
    }

    50% {
        top: -18px;
    }

    100% {
        top: -25px;
    }
}

.welove_img {
    width: 230px;
    position: relative;
    margin-top: 57px;
}

.p1 {
    margin-top: 20px;
}

    .p1 .title {
        font-size: 34px;
        font-weight: 600;
        margin-bottom: 15px;
        font-family: Avenir-Black;
    }

.r1 {
    margin-top: 30px;
    margin-bottom: 20px;
}

    .r1 .left {
        position: relative;
        float: left;
        width: 33.33%;
        text-align: left;
    }

    .r1 .midle {
        position: relative;
        float: left;
        width: 33.33%;
    }

    .r1 .right {
        position: relative;
        float: left;
        width: 33.33%;
        padding-top: 72px;
        text-align: right;
    }

        .r1 .right a {
            margin-left: 20px;
            margin-right: 20px;
            position: relative;
        }


            .r1 .right a span {
                font-size: 20px;
                color: #000;
                transition: .4s ease;
            }

            .r1 .right a:hover span {
                color: #1eb301;
            }

            .r1 .right a b {
                position: absolute;
                font-size: 11px;
                font-weight: 400;
                left: -8px;
                bottom: -27px;
                opacity: 0;
                transition: .4s ease;
            }

            .r1 .right a:hover b {
                opacity: 1;
            }

            .r1 .right a:after {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                bottom: -13px;
                width: 3px;
                height: 8px;
                background-color: #1eb301;
                margin: auto;
                opacity: 0;
                transition: .4s ease;
            }

            .r1 .right a:hover::after {
                opacity: 1;
            }

.span1 {
}

    .span1 img {
    }

.span2 {
    font-size: 50px;
    font-weight: 600;
}

.span3 {
    font-size: 14px;
    color: #626262;
}

    .span3 a {
        color: #fff;
        background-color: #1db300;
        font-size: 11px;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 10px;
    }

.span4 {
    margin-top: 5px;
}

    .span4 img {
        width: 55px;
        -webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        transition-property: transform;
    }

        .span4 img:hover {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }

.a3 {
    font-size: 30px;
    font-weight: 600;
}

.a4 {
    font-size: 14px;
    color: #626262;
}

.innerbsadiv {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 200px;
    overflow: hidden;
    height: 44px;
    z-index: -1;
}

.innerbsa {
    position: relative;
    float: left;
    display: block;
    width: 186px;
    margin-left: 0;
    height: 100%;
    padding-top: 7px;
    padding-left: 52px;
    color: #58b030;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 20px;
    opacity: 1;
    cursor: pointer;
    transition: .7s ease;
    font-family: 'Avenir-Heavy';
}

.a1:hover .innerbsadiv .innerbsa {
    margin-left: 0;
    opacity: 1;
}

.over1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    border-radius: 50px;
}

.over2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 0;
    border: 2px solid #ffffff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

html.modal-active, body.modal-active {
    overflow: hidden;
}

#modal-container {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 100;
}

    #modal-container.one {
        transform: scaleY(0.01) scaleX(0);
        animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    }

        #modal-container.one .modal-background .modal {
            transform: scale(0);
            animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

        #modal-container.one.out {
            transform: scale(1);
            animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

            #modal-container.one.out .modal-background .modal {
                animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

    #modal-container.two {
        transform: scale(1);
    }

        #modal-container.two .modal-background {
            background: rgba(0, 0, 0, 0);
            animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

            #modal-container.two .modal-background .modal {
                opacity: 0;
                animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

        #modal-container.two + .content {
            animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

        #modal-container.two.out {
            animation: quickScaleDown 0s .5s linear forwards;
        }

            #modal-container.two.out .modal-background {
                animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

                #modal-container.two.out .modal-background .modal {
                    animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
                }

            #modal-container.two.out + .content {
                animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

    #modal-container.three {
        z-index: 0;
        transform: scale(1);
    }

        #modal-container.three .modal-background {
            background: rgba(0, 0, 0, 0.6);
        }

            #modal-container.three .modal-background .modal {
                animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

        #modal-container.three + .content {
            z-index: 1;
            animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

        #modal-container.three.out .modal-background .modal {
            animation: moveDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

        #modal-container.three.out + .content {
            animation: slideDownLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

    #modal-container.four {
        z-index: 0;
        transform: scale(1);
    }

        #modal-container.four .modal-background {
            background: rgba(0, 0, 0, 0.7);
        }

            #modal-container.four .modal-background .modal {
                animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

        #modal-container.four + .content {
            z-index: 1;
            animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

        #modal-container.four.out .modal-background .modal {
            animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

        #modal-container.four.out + .content {
            animation: blowUpContentTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

    #modal-container.five {
        transform: scale(1);
    }

        #modal-container.five .modal-background {
            background: rgba(0, 0, 0, 0);
            animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

            #modal-container.five .modal-background .modal {
                transform: translateX(-1500px);
                animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

        #modal-container.five.out {
            animation: quickScaleDown 0s .5s linear forwards;
        }

            #modal-container.five.out .modal-background {
                animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

                #modal-container.five.out .modal-background .modal {
                    animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
                }

    #modal-container.six {
        transform: scale(1);
    }

        #modal-container.six .modal-background {
            background: rgba(0, 0, 0, 0);
            animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

            #modal-container.six .modal-background .modal {
                background-color: transparent;
                animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

                #modal-container.six .modal-background .modal h2, #modal-container.six .modal-background .modal p {
                    opacity: 0;
                    position: relative;
                    animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
                }

                #modal-container.six .modal-background .modal .modal-svg rect {
                    animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
                }

        #modal-container.six.out {
            animation: quickScaleDown 0s .5s linear forwards;
        }

            #modal-container.six.out .modal-background {
                animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

                #modal-container.six.out .modal-background .modal {
                    animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
                }

                    #modal-container.six.out .modal-background .modal h2, #modal-container.six.out .modal-background .modal p {
                        animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
                    }

                    #modal-container.six.out .modal-background .modal .modal-svg rect {
                        animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
                    }

    #modal-container.seven {
        transform: scale(1);
    }

        #modal-container.seven .modal-background {
            background: rgba(0, 0, 0, 0);
            animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

            #modal-container.seven .modal-background .modal {
                height: 75px;
                width: 75px;
                border-radius: 75px;
                overflow: hidden;
                animation: bondJamesBond 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

                #modal-container.seven .modal-background .modal h2, #modal-container.seven .modal-background .modal p {
                    opacity: 0;
                    position: relative;
                    animation: modalContentFadeIn .5s 1.4s linear forwards;
                }

        #modal-container.seven.out {
            animation: slowFade .5s 1.5s linear forwards;
        }

            #modal-container.seven.out .modal-background {
                background-color: rgba(0, 0, 0, 0.7);
                animation: fadeToRed 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

                #modal-container.seven.out .modal-background .modal {
                    border-radius: 3px;
                    height: 162px;
                    width: 227px;
                    animation: killShot 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
                }

                    #modal-container.seven.out .modal-background .modal h2, #modal-container.seven.out .modal-background .modal p {
                        animation: modalContentFadeOut 0.5s 0.5 cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
                    }

    #modal-container .modal-background {
        display: table-cell;
        background: rgba(0, 0, 0, 0.8);
        text-align: center;
        vertical-align: middle;
    }

        #modal-container .modal-background .modal {
            background: white;
            padding: 50px;
            padding-top: 6px;
            padding-bottom: 28px;
            display: inline-block;
            border-radius: 6px;
            font-weight: 300;
            position: relative;
            background-color: #59b030c9;
        }

            #modal-container .modal-background .modal h2 {
                font-size: 25px;
                line-height: 25px;
                margin-bottom: 15px;
            }

            #modal-container .modal-background .modal p {
                font-size: 18px;
                line-height: 22px;
            }

            #modal-container .modal-background .modal .modal-svg {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                border-radius: 3px;
            }

                #modal-container .modal-background .modal .modal-svg rect {
                    stroke: #fff;
                    stroke-width: 2px;
                    stroke-dasharray: 778;
                    stroke-dashoffset: 778;
                }

@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(1) scaleX(1);
    }
}

@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes fadeIn {
    0% {
        background: rgba(0, 0, 0, 0);
    }

    100% {
        background: rgba(0, 0, 0, 0.7);
    }
}

@keyframes fadeOut {
    0% {
        background: rgba(0, 0, 0, 0.7);
    }

    100% {
        background: rgba(0, 0, 0, 0);
    }
}

@keyframes scaleUp {
    0% {
        transform: scale(0.8) translateY(1000px);
        opacity: 0;
    }

    100% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }
}

@keyframes scaleDown {
    0% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }

    100% {
        transform: scale(0.8) translateY(1000px);
        opacity: 0;
    }
}

@keyframes scaleBack {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.85);
    }
}

@keyframes scaleForward {
    0% {
        transform: scale(0.85);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes quickScaleDown {
    0% {
        transform: scale(1);
    }

    99.9% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes slideUpLarge {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
    }
}

@keyframes slideDownLarge {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

@keyframes moveUp {
    0% {
        transform: translateY(150px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes moveDown {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(150px);
    }
}

@keyframes blowUpContent {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    99.9% {
        transform: scale(2);
        opacity: 0;
    }

    100% {
        transform: scale(0);
    }
}

@keyframes blowUpContentTwo {
    0% {
        transform: scale(2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes blowUpModal {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes blowUpModalTwo {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes roadRunnerIn {
    0% {
        transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
    }

    70% {
        transform: translateX(30px) skewX(0deg) scaleX(0.9);
    }

    100% {
        transform: translateX(0px) skewX(0deg) scaleX(1);
    }
}

@keyframes roadRunnerOut {
    0% {
        transform: translateX(0px) skewX(0deg) scaleX(1);
    }

    30% {
        transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
    }

    100% {
        transform: translateX(1500px) skewX(30deg) scaleX(1.3);
    }
}

@keyframes sketchIn {
    0% {
        stroke-dashoffset: 778;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes sketchOut {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 778;
    }
}

@keyframes modalFadeIn {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: white;
    }
}

@keyframes modalFadeOut {
    0% {
        background-color: white;
    }

    100% {
        background-color: transparent;
    }
}

@keyframes modalContentFadeIn {
    0% {
        opacity: 0;
        top: -20px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes modalContentFadeOut {
    0% {
        opacity: 1;
        top: 0px;
    }

    100% {
        opacity: 0;
        top: -20px;
    }
}

@keyframes bondJamesBond {
    0% {
        transform: translateX(1000px);
    }

    80% {
        transform: translateX(0px);
        border-radius: 75px;
        height: 75px;
        width: 75px;
    }

    90% {
        border-radius: 3px;
        height: 182px;
        width: 247px;
    }

    100% {
        border-radius: 3px;
        height: 162px;
        width: 227px;
    }
}

@keyframes killShot {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translateY(300px) rotate(45deg);
        opacity: 0;
    }
}

@keyframes fadeToRed {
    0% {
        box-shadow: inset 0 0 0 rgba(201, 24, 24, 0.8);
    }

    100% {
        box-shadow: inset 0 2000px 0 rgba(201, 24, 24, 0.8);
    }
}

@keyframes slowFade {
    0% {
        opacity: 1;
    }

    99.9% {
        opacity: 0;
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

.formdiv {
    width: 687px;
    position: relative;
    display: block;
    margin: auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.inputtitle {
    font-size: 30px;
    color: #fff;
    margin-bottom: 18px;
    font-family: 'Avenir-Heavy';
    overflow: hidden;
}

    .inputtitle span {
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

.show span, .show input, .show select, .show textarea, .show .logobeyaz_img, .show .btnGonder, .show label {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
}

.inputdiv {
    position: relative;
    float: left;
    width: 48%;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

    .inputdiv.show {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .inputdiv select {
        position: relative;
        display: block;
        width: 100%;
        height: 50px;
        border: 1px solid #ffffff;
        margin: auto;
        outline: none;
        box-sizing: border-box;
        padding-left: 15px;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background: transparent url(../images/arrow.png) no-repeat;
        background-position: right 5px center;
        border-radius: 0;
        color: #fff;
        -webkit-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        font-size: 14px;
    }

    .inputdiv input {
        position: relative;
        display: block;
        width: 100%;
        margin-left: 0;
        height: 50px;
        border: 1px solid #ffffff;
        background-color: transparent;
        outline: none;
        box-sizing: border-box;
        padding-left: 10px;
        margin-bottom: 0;
        border-radius: 0;
        color: #fff;
    }

    .inputdiv textarea {
        width: 100%;
        height: 110px;
        margin: auto;
        padding: 10px;
        border: 1px solid #ffffff;
        display: block;
        font-family: arial;
        border-radius: 0;
        background-color: transparent;
        -webkit-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        color: #fff;
    }

    .inputdiv input::-webkit-input-placeholder {
        color: #fff;
    }

    .inputdiv textarea::-webkit-input-placeholder {
        color: #fff;
    }

    .inputdiv label {
        position: absolute;
        left: 15px;
        top: 17.5px;
        font-size: 14px;
        line-height: 1;
        color: #fff;
        -webkit-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
        opacity: 0;
        transform: translateY(100%);
    }

    .inputdiv input[type="text"]:hover + label, .inputdiv input[type="text"]:focus + label {
        top: -15px;
        font-size: 12px;
    }

    .inputdiv textarea:hover + label, .inputdiv textarea:focus + label {
        top: -15px;
        font-size: 12px;
    }

.btnGonder {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1;
    border-radius: 30px;
    background-color: #fff;
    width: 220px;
    padding: 19px 0 17px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    float: right;
    overflow: hidden;
    outline: none;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    cursor: pointer;
    -webkit-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

    .btnGonder span {
        float: left;
        font-weight: bold;
        font-size: 19px;
        letter-spacing: 4px;
        padding-left: 0;
        margin-top: -2px;
        width: 100%;
    }

    .btnGonder:before {
        content: '';
        display: block;
        width: 70px;
        height: 2px;
        background-color: #333;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 350ms ease;
        transition: all 350ms ease;
    }

    .btnGonder:after {
        content: "\E011";
        font-family: 'icomoon';
        font-size: 24px;
        color: #333;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        opacity: 0;
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
        -webkit-transition: all 350ms ease;
        transition: all 350ms ease;
    }

    .btnGonder:hover:before {
        opacity: 1;
        width: 12px;
        left: 176px;
    }

    .btnGonder:hover:after {
        opacity: 1;
        text-indent: 0;
    }

.teklifal_img {
    margin-top: 11px;
    margin-bottom: 10px;
    width: 233px;
}

.close2_img {
    width: 27px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.mmenu {
    position: fixed;
    right: 11px;
    top: 15px;
    z-index: 202;
}

.menubutton {
    cursor: pointer;
    transition: all 0.7s;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.menuout {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
}

.close3_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    opacity: 0;
    transition: all 1s;
}

.menuint {
    opacity: 1;
    z-index: 2;
    cursor: pointer;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.text-center {
    text-align: center !important;
}

.first-step, .second-step {
    visibility: hidden;
    width: 100%;
    display: block;
    height: 0;
    opacity: 0;
}

.show-step {
    height: 100%;
    display: block;
    visibility: visible !important;
    -webkit-transition-delay: 100ms !important;
    -moz-transition-delay: 1000ms !important;
    -o-transition-delay: 1000ms !important;
    transition-delay: 1000ms !important;
    opacity: 1;
    -webkit-transition: opacity 800ms cubic-bezier(0.455, 0.03, 0, 1) !important;
    -moz-transition: opacity 800ms cubic-bezier(0.455, 0.03, 0, 1) !important;
    -o-transition: opacity 800ms cubic-bezier(0.455, 0.03, 0, 1) !important;
    transition: opacity 800ms cubic-bezier(0.455, 0.03, 0, 1) !important;
}

.text-md {
    font-size: 1.2rem;
    line-height: 1.4;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

[contenteditable] {
    display: inline-block;
    padding: 0 7px;
    border-bottom: 2px solid #58b946;
    text-align: left;
    color: #58b946;
    position: relative;
    cursor: pointer;
    max-width: 100%;
    min-width: 60px;
}

    [contenteditable]:empty::before {
        content: attr(placeholder);
        display: inline-block;
    }

    [contenteditable]:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        bottom: 0;
        right: 0;
        transform: translate3d(0, 0, 0);
        transition: all 0.4s;
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        z-index: -1;
    }

[hidden] {
    display: none !important;
}

.mt-1, .my-1 {
    margin-top: .25rem !important;
}

.response {
    display: none;
}

.text-sm {
    font-size: 0.7rem;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.btnGonder2 {
    position: relative;
    display: block;
    margin: auto;
    width: 200px;
    background-color: #58b946;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 35px;
    padding-top: 7px;
}

#loader {
    display: block;
    position: fixed;
    height: 100%;
    background: #000;
    color: #fff;
    left: 0;
    z-index: 20000;
    width: 100%;
    top: 0;
}

    #loader.is-hidden {
        pointer-events: none;
        visibility: hidden;
    }

.loader-wrap {
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}

    .loader-wrap .container {
        padding-left: 30px;
        padding-right: 30px;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }

        .loader-wrap .container .row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
        }

            .loader-wrap .container .row .col-12 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
            }

.loader-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 6px;
    font-weight: 700;
    margin: 0;
    opacity: 0;
    display: block;
}

.main_menu_block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    visibility: hidden;
}

.main_menu_block_h {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_menu_block_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #57b030;
}

.main_menu_block_h_content {
    width: 90%;
    max-width: 1200px;
}

.main_menu_block_inner {
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu_title_block {
    width: 50%;
    max-width: 575px;
    padding-right: 0;
}

    .menu_title_block svg {
        width: 100%;
    }

svg:not(:root) {
    overflow: hidden;
}

.gd_g_path {
    fill: #FFFFFF;
}

.main_menu_content_block {
    position: relative;
    max-width: 500px;
    color: #000;
}

.main_nav {
    margin: 0 auto 25px;
    font-size: 35px;
    line-height: 100%;
    font-family: "Playfair Display", serif;
}

ul.main_nav_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main_nav li {
    position: relative;
    margin-bottom: 8px;
}

.main_nav a {
    color: #fff;
    line-height: 100%;
    background-color: transparent;
    transition-property: background-color, box-shadow, border, color, opacity, transform;
    transition-duration: 0.3s;
    -webkit-text-decoration-skip: objects;
    font-family: 'Avenir-Heavy';
}

.main_nav .current-menu-item a {
    color: #fff;
}

.nav-link-holder {
    display: flex;
    align-items: center;
}

.menu_page_description {
    font-size: 14px;
    font-weight: 200;
    padding-right: 15%;
    padding-top: 30px;
    border-top: 1px solid #fff;
}

.menu_social_icons {
    font-size: 28px;
    line-height: 150%;
    margin: 0 -5px 10px;
}

    .menu_social_icons a {
        display: inline-block;
        padding: 5px;
    }

.menu_page_description a {
    font-weight: 600;
    color: #000;
}

.menu_page_description p {
    margin-bottom: 5px;
    padding-top: 0;
    color: #fff;
}

.menu_page_description a {
    font-weight: 600;
    color: #fff;
}

#trama_referal {
    position: relative;
    display: inline-block;
    margin: 10px 0;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: opacity .3s,visibility .3s;
    transition-delay: .5s;
}

body:not(.main_menu_open) #trama_referal {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
}

#trama_referal a {
    font-size: 35px;
    line-height: 29px;
    color: #000;
    opacity: 1;
    text-transform: uppercase;
    text-decoration: none;
}

    #trama_referal a svg {
        width: 15px;
        height: auto;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -10px;
        opacity: 1;
        visibility: visible;
        transition: all .3s;
        transform: scale(1);
    }

.tr_icon_part {
    fill: #fff;
}

#trama_referal a:hover {
    opacity: 1;
    color: #fff;
}

    #trama_referal a:hover .tr_icon_part {
        fill: #fff;
    }

.trama_label {
    text-transform: none;
    font-size: .8rem;
    position: relative;
    left: 24px;
    opacity: 1;
    transition: left .3s, opacity .3s;
    font-weight: 400;
}

#trama_referal a:not(:hover) .trama_label {
    left: 0;
}

#trama_referal a:not(:hover) svg {
    opacity: 0;
    visibility: hidden;
    transform: scale(.7);
}

@media screen and (max-width: 767px) {
    #trama_referal {
        display: none;
    }
}

.st0 {
    fill: #FFFFFF;
}

.p2 {
    font-family: 'Avenir-Heavy';
    color: #3e3e3e;
    font-size: 30px;
    text-align: center;
    margin-top: 40px;
}

.div1 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1100px;
}

    .div1 .box {
        position: relative;
        float: left;
        width: 16.66%;
        height: 100px;
    }

        .div1 .box img {
            width: 90%;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

        .div1 .box:nth-of-type(1) img {
            max-width: 120px;
        }

        .div1 .box:nth-of-type(2) img {
            max-width: 130px;
        }

        .div1 .box:nth-of-type(3) img {
            max-width: 150px;
        }

        .div1 .box:nth-of-type(4) img {
            max-width: 140px;
        }

        .div1 .box:nth-of-type(5) img {
            max-width: 60px;
        }

        .div1 .box:nth-of-type(6) img {
            max-width: 120px;
        }

        .div1 .box:nth-of-type(7) img {
            max-width: 100px;
        }

        .div1 .box:nth-of-type(8) img {
            max-width: 130px;
        }

        .div1 .box:nth-of-type(9) img {
            max-width: 120px;
        }

        .div1 .box:nth-of-type(10) img {
            max-width: 140px;
        }

        .div1 .box:nth-of-type(11) img {
            max-width: 120px;
        }

        .div1 .box:nth-of-type(12) img {
            max-width: 135px;
        }

.div2 {
    margin-bottom: 25px;
}

.page_cache a:hover {
    color: #000;
}

.menuadres {
    font-family: 'Avenir-Roman';
}

    .menuadres a {
        font-size: 20px;
        margin-top: 10px;
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

.menumail {
}

    .menumail span {
        font-family: 'Avenir-Roman';
    }

    .menumail a {
    }

.boxa {
    transition: all 0.6s;
    display: none;
    opacity: 1;
    position: relative;
    float: left;
}

.boxahide {
    visibility: hidden;
    opacity: 0;
    width: 0;
}

.modalform {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 200;
    visibility: hidden;
    background: #57b030;
    transition: all 0.6s;
    overflow: hidden;
}

.modalformopen {
    width: 100%;
    visibility: visible;
    z-index: 300;
}

.close4_img {
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
    opacity: 0;
    transition: all 1s;
    z-index: 2;
}

.modalformopen .close4_img {
    opacity: 1;
    cursor: pointer;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.logodiv {
}

.logobeyaz_img {
    width: 200px;
    margin-bottom: 20px;
    -webkit-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.type2 {
    float: right;
}

.inputdiv2 {
    width: 100%;
}

.allclients {
    padding-top: 17px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 52px;
    background-color: #57b030;
    width: 220px;
    height: 50px;
    display: block;
    margin: auto;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    cursor: pointer;
    -webkit-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

    .allclients span {
        float: left;
        font-weight: bold;
        letter-spacing: 4px;
        padding-left: 0;
        margin-top: -2px;
        width: 100%;
    }

    .allclients:before {
        content: '';
        display: block;
        width: 70px;
        height: 2px;
        background-color: #fff;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 350ms ease;
        transition: all 350ms ease;
    }

    .allclients:after {
        content: "\E011";
        font-family: 'icomoon';
        font-size: 24px;
        color: #fff;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        opacity: 0;
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
        -webkit-transition: all 350ms ease;
        transition: all 350ms ease;
    }

    .allclients:hover:before {
        opacity: 1;
        width: 12px;
        left: 176px;
    }

    .allclients:hover:after {
        opacity: 1;
        text-indent: 0;
    }

.markalar {
    text-align: center;
}

    .markalar .box {
        position: relative;
        float: left;
        display: block;
        border: 1px solid #d6d1d7 !important;
    }

        .markalar .box div {
            height: 100%;
        }

        .markalar .box img {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

.p3 {
    font-family: 'Avenir-Heavy';
    text-align: center;
    color: #706e6f;
    font-size: 30px;
    line-height: 30px;
    margin-top: 80px;
    margin-bottom: 33px;
    letter-spacing: 5px;
}

.projeler {
    text-align: center;
}

    .projeler .box {
        position: relative;
        float: left;
        display: block;
        border: 1px solid #d6d1d7 !important;
    }

        .projeler .box div {
            height: 100%;
        }

        .projeler .box img {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

.subMenu {
    background-color: #58b946;
    display: none;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
}

    .subMenu .mobDropdown {
        display: block;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        font-size: 15px;
        cursor: pointer;
        color: #fff;
        box-sizing: border-box;
        margin: 0;
        z-index: 2;
        position: relative;
    }

    .subMenu i {
        position: absolute;
        right: 6px;
        top: 11px;
        bottom: 0;
        height: 17px;
        color: #fff;
        font-size: 25px;
        padding: 0;
        z-index: 1;
    }

#submenuul {
    list-style-type: none;
    padding-left: 0;
    display: none;
}

    #submenuul li {
    }

        #submenuul li a {
            text-decoration: none;
            position: relative;
            margin: 0 auto;
            display: block;
            text-align: center;
            color: #fff;
            padding: 23px 0;
            cursor: pointer;
        }

            #submenuul li a span {
                text-decoration: none;
                position: relative;
                margin: 0 auto;
                display: block;
                text-align: center;
                font-family: arial;
                font-size: 13px;
            }

.leftsocial {
    width: 28px;
    height: 109px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto;
    z-index: 2;
    border-radius: 15px;
}

    .leftsocial a {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

        .leftsocial a i {
        }

.div3 {
    height: 70vh;
}

    .div3 .left {
        position: relative;
        float: left;
        width: 33.33%;
        height: 100%;
    }

        .div3 .left:after {
            content: '';
            position: absolute;
            right: -16px;
            top: 0;
            bottom: 0;
            width: 1px;
            height: 60%;
            background-color: #58b030;
            margin: auto;
        }

        .div3 .left .div4 {
            top: 50%;
            transform: translateY(-50%);
        }

        .div3 .left b {
            color: #58b030;
            font-size: 45px;
            font-family: 'Avenir-Heavy';
        }

        .div3 .left p {
            font-size: 14px;
            color: #626262;
        }

        .div3 .left a {
            position: relative;
            font-weight: 700;
            display: block;
            background-color: #58b030;
            width: 200px;
            height: 40px;
            color: #fff;
            font-size: 14px;
            text-align: center;
            padding-top: 10px;
            margin: auto;
            margin-top: 12px;
        }

    .div3 .midle {
        position: relative;
        float: left;
        width: 33.33%;
        height: 100%;
    }

        .div3 .midle .div4 {
            top: 50%;
            transform: translateY(-50%);
        }

        .div3 .midle b {
            color: #58b030;
            font-size: 45px;
            font-family: 'Avenir-Heavy';
        }

        .div3 .midle p {
            font-size: 14px;
            color: #626262;
        }

        .div3 .midle a {
            position: relative;
            font-weight: 700;
            display: block;
            background-color: #58b030;
            width: 200px;
            height: 40px;
            color: #fff;
            font-size: 14px;
            text-align: center;
            padding-top: 10px;
            margin: auto;
            margin-top: 12px;
        }

        .div3 .midle:after {
            content: '';
            position: absolute;
            right: -16px;
            top: 0;
            bottom: 0;
            width: 1px;
            height: 60%;
            background-color: #58b030;
            margin: auto;
        }

    .div3 .right {
        position: relative;
        float: left;
        width: 33.33%;
        height: 100%;
    }

        .div3 .right .div4 {
            top: 50%;
            transform: translateY(-50%);
        }

        .div3 .right b {
            color: #58b030;
            font-size: 45px;
            font-family: 'Avenir-Heavy';
        }

        .div3 .right a {
            font-size: 14px;
            color: #626262;
        }

        .div3 .right span {
            position: relative;
            font-weight: 700;
            display: block;
            background-color: #58b030;
            width: 200px;
            height: 40px;
            color: #fff;
            font-size: 14px;
            text-align: center;
            padding-top: 10px;
            margin: auto;
            margin-top: 12px;
            cursor: pointer;
        }

.contactcontent {
    padding-left: 5%;
    padding-right: 5%;
}

.div5 {
    height: 480px;
    background-image: url(../images/carierheader.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    .div5 div {
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        color: #fff;
    }

        .div5 div p {
            font-size: 45px;
            line-height: 45px;
            font-weight: 300;
        }

            .div5 div p span {
                font-weight: 700;
            }

        .div5 div b {
            font-weight: 300;
            font-size: 16px;
            line-height: 20px;
            margin-top: 14px;
        }

.div6 {
    text-align: center;
    width: 100%;
    max-width: 800px;
    position: relative;
    margin: auto;
    font-size: initial;
    color: #fff;
    margin-top: 30px;
}

    .div6 .box {
        position: relative;
        display: inline-block;
        width: 250px;
        height: 245px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        margin: 5px;
        cursor: pointer;
    }

        .div6 .box:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.8);
            transition: all 0.5s ease;
            opacity: 0;
        }

        .div6 .box:hover:after {
            opacity: 1;
        }

        .div6 .box:hover p span {
            transform: translateY(-30%);
        }

        .div6 .box:hover p b {
            opacity: 1;
            transform: translateY(-10px);
        }

        .div6 .box:nth-of-type(1) {
            background-image: url(../images/hoverkare/kare1.jpg);
        }

        .div6 .box:nth-of-type(2) {
            background-image: url(../images/hoverkare/kare2.jpg);
        }

        .div6 .box:nth-of-type(3) {
            background-image: url(../images/hoverkare/kare3.jpg);
        }

        .div6 .box:nth-of-type(4) {
            background-image: url(../images/hoverkare/kare4.jpg);
        }

        .div6 .box:nth-of-type(5) {
            background-image: url(../images/hoverkare/kare5.jpg);
        }

        .div6 .box:nth-of-type(6) {
            background-image: url(../images/hoverkare/kare6.jpg);
        }

        .div6 .box p {
            top: 50%;
            transform: translateY(-50%);
        }

            .div6 .box p span {
                font-weight: 600;
                letter-spacing: 2px;
                margin-bottom: 20px;
                transition: all 0.5s ease;
            }

            .div6 .box p b {
                transition: all 0.5s ease;
                opacity: 0;
            }

                .div6 .box p b a {
                    background-color: #fff;
                    font-size: 13px;
                    padding: 5px;
                    padding-left: 10px;
                    padding-right: 10px;
                    cursor: pointer;
                    position: relative;
                }
/* overlay */
#overlay-bg {
    background: rgba(0,0,0,.7);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.overlay {
    position: fixed;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.overlay-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
}

.overlay-container {
    display: table-cell;
    vertical-align: middle;
}

.overlay-close-bg {
    background: none;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1 !important;
}

.overlay-container > div {
    background: #fff;
    max-width: 800px;
    margin: auto;
    position: relative;
    padding: 20px;
    z-index: 2;
}

.message .overlay-container > div {
    max-width: 400px;
    text-align: center;
}

.detail .overlay-container > div {
    /* padding-bottom: 80px; */
}

.overlay-close-btn {
    background: #58b030;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 99;
    cursor: pointer;
}

    .overlay-close-btn:hover {
        color: #f54029;
    }

#overlay-bg.open {
    opacity: 1;
    z-index: 888;
}

.overlay.open {
    opacity: 1;
    z-index: 999;
}

.overlay-content {
    overflow: auto;
}

    .overlay-content > div {
        margin: 0 10px;
    }

.detail ul, .detail ol {
    margin-left: 30px;
}

    .detail ul li, .detail ol li {
        padding: 3px 0;
    }

.overlay-head {
    height: 60px;
    text-align: center;
    color: #6c6c6c;
    padding-bottom: 10px;
}

.message .overlay-head {
    height: 40px;
}

.overlay-head h3 {
    font-size: 22px;
    padding: 0 30px;
}

.overlay-content p {
    margin: 10px 0;
}

.apply-btn {
    background-color: #58b030;
    cursor: pointer;
    color: #fff;
    padding: 10px;
    /* padding-left: 35px; */
    /* padding-right: 35px; */
    display: block;
    width: 120px;
    margin: auto;
    margin-top: 16px;
}

.apply-btn-content {
    position: relative;
    bottom: initial;
    left: 0;
    right: 0;
    text-align: center;
}

.pozisyonozellikler {
    display: none;
}

.form-content {
    padding-top: 10px;
}

.form-item {
    position: relative;
    padding: 5px 0 5px 170px;
}

    .form-item label {
        position: absolute;
        left: 0;
        top: 14px;
        display: block;
    }

    .form-item .input-text {
        background: #fff;
        width: 100%;
        height: 40px;
        display: block;
        padding: 10px 15px;
        font: 100% 'frankgothicregular', Arial, Helvetica, sans-serif;
        border: 1px solid #aeaeae;
        color: #000;
    }

    .form-item textarea {
        height: 80px;
        resize: none;
        overflow: auto;
        -webkit-appearance: none;
        border-radius: 0;
    }

.bg-gray {
    background: #6c6c6c;
    line-height: 40px;
    padding: 0 30px;
    color: #fff;
    font-size: 100%;
    display: inline-block;
    position: relative;
    border: 0;
    cursor: pointer;
}

.btn i {
    margin-right: 10px;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
}

.upload-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer !important;
    color: rgba(255,255,255,0);
    border: 0;
}

.file-detail {
    /* display: none; */
    padding-top: 10px;
    position: relative;
}

    .file-detail button {
        vertical-align: middle;
        margin-right: 10px;
        background: #f54029;
        color: #fff;
        width: 40px;
        line-height: 40px;
    }

    .file-detail a, .file-detail span {
        display: inline-block;
        vertical-align: middle;
        color: #5a5a5a;
        font-size: 12px;
    }

    .file-detail img {
        height: 100px;
        width: auto;
    }

.w-full {
    padding-left: 0;
    text-align: center;
}

.bg-red {
    background-color: #58b030;
    cursor: pointer;
    color: #fff;
    padding: 10px;
    padding-left: 35px;
    padding-right: 35px;
    border: 0;
}

.social-inputs > div {
    position: relative;
    margin-bottom: 10px;
}

.social-remove-btn {
    width: 40px;
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 21px;
    color: #58b030;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

#basvuruformu {
    width: 100%;
}

.div7 {
    height: 480px;
    background-image: url(../images/aboutheader.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}



    .div7 div {
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        color: #fff;
    }

        .div7 div p {
            font-size: 45px;
            line-height: 45px;
            font-weight: 300;
        }

            .div7 div p span {
                font-weight: 700;
            }

        .div7 div b {
            font-weight: 300;
            font-size: 16px;
            line-height: 20px;
            margin-top: 14px;
        }

.dalga_img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    display: none;
}

.p7 {
    text-align: center;
    color: #0b0b0b;
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    margin-top: 145px;
}

    .p7:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100px;
        background-color: #000;
        bottom: 55px;
        left: 0;
        right: 0;
        margin: auto;
    }

.p8 {
    text-align: center;
    color: #0b0b0b;
    font-size: 14px;
    line-height: 1.7em;
    padding-left: 20%;
    padding-right: 20%;
    margin-top: 15px;
}

.p7x {
    text-align: center;
    color: #0b0b0b;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 21px;
}



.p8x {
    text-align: center;
    color: #0b0b0b;
    font-size: 14px;
    line-height: 1.7em;
    padding-left: 20%;
    padding-right: 20%;
    margin-top: 15px;
}

.div8 {
    position: relative;
    display: block;
    margin: auto;
    width: 98%;
    margin-top: 30px;
    max-width: 1000px;
}

    .div8 .box {
        position: relative;
        float: left;
        display: inline-block;
        width: 31%;
        text-align: left;
        margin: 1%;
        padding-left: 60px;
    }

        .div8 .box img {
            position: absolute;
            left: 0;
            top: 0;
        }

        .div8 .box p {
            color: #161616;
            font-weight: 600;
            font-size: 20px;
            line-height: 20px;
            margin-bottom: 10px;
        }

            .div8 .box p:after {
                content: '';
                position: absolute;
                background-color: #bfffb1;
                left: 0;
                bottom: 0;
                width: 100px;
                height: 11px;
                z-index: -1;
            }

        .div8 .box span {
            color: #161616;
            font-size: 14px;
            line-height: 19px;
        }

.menulang {
    margin-top: 10px;
}

    .menulang a {
        font-size: 20px;
        font-weight: 700;
        margin-right: 20px;
        position: relative;
    }

        .menulang a:nth-of-type(1):after {
            content: '';
            position: absolute;
            width: 1px;
            height: 13px;
            background-color: #fff;
            top: 0;
            bottom: 0;
            right: -11px;
            margin: auto;
        }

        .menulang a.active {
            text-decoration: underline;
        }

.odultitle {
    font-family: 'Avenir-Heavy';
    color: #3e3e3e;
    font-size: 30px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.oduldiv {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1115px;
    margin: auto;
    height: 583px !important;
}

.odulbox {
}

    .odulbox .left {
        position: relative;
        float: left;
        width: 35%;
        height: 100%;
    }

        .odulbox .left img {
            z-index: 1;
            display: block;
            top: 50%;
            height: 72%;
            position: relative;
            margin: auto;
            transform: translateY(-50%);
        }

    .odulbox .right {
        position: relative;
        float: left;
        width: 65%;
        height: 100%;
    }

        .odulbox .right img {
            top: 50%;
            height: 85%;
            position: relative;
            float: right;
            transform: translateY(-50%);
        }

#sliderleftx {
    position: absolute;
    width: 85px;
    height: 85px;
    right: 85px;
    bottom: 0;
    background-color: #55b223;
    border-radius: 50px;
    cursor: pointer;
    padding-top: 26px;
}

    #sliderleftx span {
        font-size: 30px;
        color: #fff;
    }

#sliderrightx {
    position: absolute;
    width: 85px;
    height: 85px;
    right: 0;
    bottom: 57px;
    background-color: #eeeeee;
    border-radius: 50px;
    cursor: pointer;
    padding-top: 26px;
}

    #sliderrightx span {
        font-size: 30px;
        color: #000;
    }

.scene {
    position: absolute;
    width: 78%;
    height: 100%;
    left: 0;
    right: -30%;
    bottom: 0;
    top: 0;
    margin: auto;
    opacity: 1 !important;
}

    .scene path {
        fill: #f3f3f3;
    }
