﻿@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&display=swap');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

html, body {
    background-color: #fff;
    color: #000;
    margin: 0px auto;
    padding: 0px;
    font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
}

html {
    font-size: 62.5%;
    height: 100%;
    overflow: auto;
}

body {
    height: 100%;
}

    body ::selection {
        background: #32327f;
    }

.cursor {
    --size: 6px;
    height: var(--size);
    width: var(--size);
    border-radius: 50%;
    position: fixed;
    z-index: 10000;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

    .cursor.cursor-shadow {
        background-color: transparent;
        border: 2px solid #fff;
        --size: 30px;
        transition: top .2s, left .2s, width .2s, height .2s, background-color .2s, border-color 0.2s;
        transition-timing-function: ease-out;
    }

    .cursor.cursor-dot {
        background: #fff;
        transition: width .2s, height .2s;
    }

.cursor-shadow.active {
    --size: 80px;
    border-color: rgba(255,255,255, 0);
    background-color: rgba(255,255,255,.1);
}

.cursor-dot.active {
    --size: 0;
}

.menu-item-has-children > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
}

#toTop {
    position: absolute;
    display: block;
    cursor: pointer;
    bottom: 20%;
    right: 2%;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 12px;
    background-color: #000;
    border-radius: 24px;
}

    #toTop .fa {
        color: #32327f;
        margin: 0;
        position: relative;
        font-size: 18px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #toTop:hover .fa {
        color: #000;
    }

    #toTop:hover {
        background-color: #32327f;
    }

.cookie-container {
	display:none;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 150px 20px 20px;
    border-top: 1px solid #000;
    -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 p {
        font-size: 14px;
        margin: 0 auto;
    }

    .cookie-container .cookie-button {
        height: 100%;
        width: auto;
        position: absolute;
        right: 0;
        bottom: 0;
        background: #000;
        color: #fff;
        line-height: 30px;
        text-decoration: none;
        padding: 0 10px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cookie-container a {
        text-decoration: underline;
    }

.ErrorVal {
    color: #32327f !important;
    font-weight: bold;
}

.list-inline {
    margin-left: 0;
}

a:focus, a:hover {
    color: #32327f;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 1em;
}

scrollbar {
    width: 8px;
}

scrollbar-button {
    background: #000;
    color: #eee;
}

scrollbar-track {
    background-color: #fff;
    border-left: 1px solid #eee;
}

scrollbar-thumb {
    background-color: #32327f;
}

    scrollbar-thumb:hover {
        background-color: #000;
    }

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-button {
    background: #32327f;
    color: #eee;
}

::-webkit-scrollbar-track {
    background-color: #fff;
    border-left: 1px solid #eee;
}

::-webkit-scrollbar-thumb {
    background-color: #32327f;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #000;
    }

.blue {
    background-color: #000;
}


/* Header */
#site-header-wrap {
    position: relative;
    z-index: 999;
    display: inline-block;
    width: 100%;
}

    #site-header-wrap .site-header-top {
        background-color: #fff;
        color: #000;
        height: 100px;
        line-height: 100px;
    }

#site-header-wrap .site-header-top a {
    font-size: 14px;
}


#site-header {
    -webkit-transition: all .3s cubic-bezier(.39,.575,.565,1) 0s;
    -khtml-transition: all .3s cubic-bezier(.39,.575,.565,1) 0s;
    -moz-transition: all .3s cubic-bezier(.39,.575,.565,1) 0s;
    -ms-transition: all .3s cubic-bezier(.39,.575,.565,1) 0s;
    -o-transition: all .3s cubic-bezier(.39,.575,.565,1) 0s;
    transition: all .3s cubic-bezier(.39,.575,.565,1) 0s;
    background-color: #32327f;
}

#site-header-wrap .row {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#site-header-wrap .site-header-top .header-top-holder {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    min-height: 51px;
}

#site-header-wrap .site-header-top .header-top-button {

}

#site-header-wrap .site-header-top .header-top-holder .header-top-item {
    padding-right: 18px;
    align-items: center;
}

    #site-header-wrap .site-header-top .header-top-holder .header-top-item i {
        margin-right: 8px;
    }

    #site-header-wrap .site-header-top .header-top-holder .header-top-item:after {
        content: '';
        height: 51px;
        width: 1px;
        background-color: rgba(255,255,255,.3);
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0,-50%);
        -khtml-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }

#site-header-wrap .site-header-top a {
    color: #000;
}

    #site-header-wrap .site-header-top a:hover {
        color: #32327f;
    }

.wpml-ls-legacy-dropdown {
    width: inherit;
    max-width: 100%;
}

    .wpml-ls-legacy-dropdown > ul {
        position: relative;
        padding: 0;
        margin: 0 !important;
        list-style-type: none;
    }

    .wpml-ls-legacy-dropdown .wpml-ls-item {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

#site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle, #site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle {
    padding: 0 15px 0 0;
    border: 0;
    margin-right: 25px;
}

#site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions a, #site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions a {
    color: #ededed;
    font-size: 15px;
    background-color: transparent;
}

    #site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle:after, #site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle:after {
        content: "\f2f2";
        font-family: material-design-iconic-font;
        font-size: 14px;
        margin-left: 7px;
        padding: 0;
        border: 0;
        font-weight: 400;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -khtml-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        right: 0;
    }

#site-header-wrap .site-header-lang.custom .wpml-ls-item-toggle {
    line-height: 50px;
    display: block;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

#site-header-wrap .site-header-top a {
    color: #000;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    position: relative;
    padding-right: calc(10px + .7em + .7em);
}

.wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none;
    color: #444;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    padding: 5px 10px;
    line-height: 1;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag + span {
    margin-left: 9px;
}

.wpml-ls-legacy-dropdown a span {
    vertical-align: middle;
}

#site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu, #site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu {
    min-width: 85px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin-top: 25px;
    background-color: #fff;
    border: 0;
    padding: 25px 30px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 8px 43px rgba(40,40,40,.14);
    -khtml-box-shadow: 0 8px 43px rgba(40,40,40,.14);
    -moz-box-shadow: 0 8px 43px rgba(40,40,40,.14);
    -ms-box-shadow: 0 8px 43px rgba(40,40,40,.14);
    -o-box-shadow: 0 8px 43px rgba(40,40,40,.14);
    box-shadow: 0 8px 43px rgba(40,40,40,.14);
    min-width: 190px;
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu li a, #site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu li a {
    border: 0;
    padding: 10px 0;
    color: #777;
}

#site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu li:hover a,
#site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu li:hover a {
    color: #32327f;
}

#site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions a, #site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions a {
    color: #ededed;
    font-size: 15px;
    background-color: transparent;
}

#site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-flag, #site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
    max-height: 16px;
    max-width: auto;
    width: auto;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
    display: inline;
    vertical-align: middle;
    width: 18px;
    height: 12px;
}

    .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
        margin-left: 9px;
        display: inline-block;
    }

.wpml-ls-legacy-dropdown a span {
    vertical-align: middle;
}

.wpml-ls-legacy-dropdown > ul {
    position: relative;
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu {
    visibility: visible;
    opacity: 1 !important;
    margin-top: 0px !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none;
    color: #444;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    padding: 5px 10px;
    line-height: 1;
}

    .wpml-ls-legacy-dropdown a span {
        vertical-align: middle;
    }

    .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
        position: relative;
        padding-right: calc(10px + .7em + .7em);
    }

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding-right: 10px;
    padding-left: calc(10px + .7em + .7em);
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border: .35em solid transparent;
    border-top: .5em solid;
    position: absolute;
    right: 10px;
    top: calc(50% - .175em);
}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: auto;
    left: 10px;
}

.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
    color: #000;
    background: #eee;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    border-top: 1px solid #cdcdcd;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 101;
}

    .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
        border-width: 0 1px 1px 1px;
    }

.wpml-ls-legacy-dropdown .wpml-ls-flag {
    display: inline;
    vertical-align: middle;
    width: 18px;
    height: 12px;
}

    .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
        margin-left: .4em;
        color: #fff;
    }

.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
    margin-left: 0;
    margin-right: .4em;
}

#site-header-wrap .site-header-top a {
    color: #000;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    border-width: 0 1px 1px 1px;
}

.wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none;
    color: #444;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    padding: 5px 10px;
    line-height: 1;
}

#site-header-wrap .site-header-top .header-top-button {
}

    #site-header-wrap .site-header-top .header-top-button a {
        margin: 0 auto;
        line-height: 47px;
        padding: 0 33px;
        font-size: 12px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        position: relative;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        font-weight: 700;
        border: none;
        letter-spacing: .1em;
        color: #fff;
        background-color: #32327f;
    }

    #site-header-wrap .site-header-top .header-top-button:hover a {
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
    }

    #site-header-wrap .site-header-top .header-top-button a i {
        margin-left: 6px;
    }

#site-header-wrap .site-branding {
    margin: 15px;
    position: relative;
    flex-grow: 1;
}

#site-header-wrap .site-navigation {
    margin: 0 15px;
    display: flex;
    align-items: center;
    margin-right: auto;
}

@media (max-width: 1199px) {
    #site-header-wrap .site-navigation {
        margin: 0 15px;
        display: flex;
        align-items: center;
    }

    #site-header-wrap .site-header-right {
        width: 0px;
    }
}

#site-header-wrap .site-header-right {
    border: 0;
    border-left: 1px solid #fff;
    height: 82px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

    #site-header-wrap .site-header-right .site-header-item.h-btn-search {
        font-size: 28px;
    }

        #site-header-wrap .site-header-right .site-header-item {
            border: none;
            height: 51px;
            width: 51px;
            line-height: 49px;
            text-align: center;
            font-size: 20px;
            color: #3d3d3b;
            -webkit-transition: all 300ms linear 0ms;
            -khtml-transition: all 300ms linear 0ms;
            -moz-transition: all 300ms linear 0ms;
            -ms-transition: all 300ms linear 0ms;
            -o-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
            cursor: pointer;
            position: relative;
        }

        #site-header-wrap .site-header-right .site-header-item:hover {
            background-color: #32327f;
            border-color: #32327f;
            color: #fff;
        }

#site-header-wrap .site-branding .logo-light, #site-header-wrap .site-branding .logo-mobile {
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%,-50%);
    -khtml-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    color: #32327f;
}

#site-header-wrap .site-branding img {
    max-height: 60px;
    max-width: inherit;
}

/* nav */
.primary-menu, .primary-menu ul, .primary-menu li, .primary-menu a {
    margin: 0;
    padding: 0;
    line-height: normal;
    list-style: none;
    display: block;
    position: relative;
}

    .primary-menu ul {
        opacity: 0;
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 999;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .primary-menu li:hover > ul {
        left: 0;
        opacity: 1;
        z-index: 1000;
    }

    .primary-menu ul li:hover > ul {
        top: 0;
        left: 100%;
    }

    .primary-menu li {
        cursor: default;
        float: left;
        white-space: nowrap;
    }

    .primary-menu ul li {
        float: none;
    }

    /* sub width */
    .primary-menu ul {
        min-width: 12em;
    }
    .drop-menu li {
        -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
        box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
    }
/* center */
.nav-center {
    float: right;
    right: 50%;
}

    .nav-center > li {
        left: 50%;
    }

/* root */
.primary-menu a {
    padding: 0 10px;
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    font-weight: normal;
    font-size: 15px;
    line-height: 40px;
    text-decoration: none;
}

.primary-menu i {
    padding-left: 3px;
    color: #fff;
}

.menualtcizgisici {
    margin: 0;
}

/* root: active */
.primary-menu > li > .nav-active {
    background-color: rgba(0,0,0,0.05);
}

/* root: hover/persistence */
.primary-menu a:hover, .primary-menu a:focus, .primary-menu li:hover a {
    background: #32327f;
    color: #FFF;
}

/* 2 */
.primary-menu li li a, .primary-menu li:hover li a {
    padding: 8px 10px;
    padding-right: 20px;
    padding-left: 20px;
    background: #fff;
    height: 50px;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
}

    /* 2: hover/persistence */
    .primary-menu li:hover li a:hover, .primary-menu li:hover li a:focus, .primary-menu li:hover li:hover a {
        background: #fff;
        color: #32327f;
    }

/* 3 */
.primary-menu li:hover li:hover li a {
    background: #fff;
    color: #000;
    margin-left: 5px;
}

    /* 3: hover/persistence */
    .primary-menu li:hover li:hover li a:hover, .primary-menu li:hover li:hover li a:focus, .primary-menu li:hover li:hover li:hover a {
        background: #fff;
        color: #32327f;
    }

/* 4 */
.primary-menu li:hover li:hover li:hover li a {
    background: #fff;
    color: #000;
}

    /* 4: hover */
    .primary-menu li:hover li:hover li a:hover, .primary-menu li:hover li:hover li a:focus, .primary-menu li:hover li:hover li:hover li:hover a {
        background: #fff;
        color: #32327f;
    }

/* 5 */
.primary-menu li:hover li:hover li:hover li:hover li a {
    background: #fff;
    color: #000;
}

/* 5: hover */
.primary-menu li:hover li:hover li a:hover, .primary-menu li:hover li:hover li a:focus, .primary-menu li:hover li:hover li:hover li:hover li:hover a {
    background: #fff;
    color: #32327f;
}

.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;
    z-index: 999;
}

.submenu {
    display: none;
}

.mobile_menu ul li {
    position: relative;
    border-bottom: 1px solid #dadada;
    list-style-type: none;
}

    .mobile_menu ul li a {
        font-size: 14px;
        font-weight: bold;
        color: #32327f;
        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: #2D3954;
            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: 20px;
                left: 27px;
                background: #2D3954;
            }

            .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;
            }

#site-header-wrap .site-header-top .header-top-button a:hover {
    color: #fff;
    background-color: #5454ce;
}

.cms-modal.open {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.cms-modal-search {
    background-color: #fff;
}

.cms-modal {
    -webkit-transition: all 360ms linear 0ms;
    -khtml-transition: all 360ms linear 0ms;
    -moz-transition: all 360ms linear 0ms;
    -ms-transition: all 360ms linear 0ms;
    -o-transition: all 360ms linear 0ms;
    transition: all 360ms linear 0ms;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(.5);
    -khtml-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
    visibility: hidden;
}

.cms-modal-search .cms-modal-close {
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #32327f;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
}

.cms-modal-close {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.cms-modal-search .cms-modal-content {
    max-width: 770px;
}

.cms-modal .cms-modal-content {
    padding: 40px 0;
    max-width: 770px;
    margin: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    left: 0;
    right: 0;
}

.cms-modal-search .cms-modal-close:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.cms-modal-search .cms-modal-close i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.cms-modal-search .search-form-popup {
    position: relative;
}

.cms-modal-search .search-submit {
    font-size: 26px;
    color: #32327f;
    background-color: transparent;
    border: 0;
    padding: 0;
    height: 86px;
    width: 76px;
    line-height: 86px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.search-field {
    border: 0;
    color: #fff;
    background-color: #32327f;
    margin-left: 15px;
}

.search-field::placeholder {
    color: #fff;
}

.zmdi-search {
    color: #fff;
}

.zmdi-phone {
    color: #32327f;
}

.zmdi-email-open {
    color: #32327f;
}

.zmdi-phone-in-talk {
    color: #32327f;
}

.zmdi-whatsapp {
    color: #32327f;
}

.zmdi-email {
    color: #32327f;
}

.zmdi-time {
    color: #32327f;
}
.lines-vertical-dof-LO3 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
}

    .lines-vertical-dof-LO3.black-3sQqX9N > span {
        background-color: #787878;
        opacity: .1;
    }

    .lines-vertical-dof-LO3 > span:first-child {
        left: 20%;
    }

    .lines-vertical-dof-LO3 > span:nth-child(2) {
        left: 50%;
    }

    .lines-vertical-dof-LO3 > span:nth-child(3) {
        left: 80%;
    }

    .lines-vertical-dof-LO3 > span:nth-child(4) {
        left: 70%;
    }

    .lines-vertical-dof-LO3 > span:nth-child(5) {
        left: 90%;
    }

    .lines-vertical-dof-LO3 > span {
        position: absolute;
        width: 1px;
        height: 100%;
    }

@media (min-width: 1024px) {
    .lines-vertical-dof-LO3 > span:first-child {
        left: 10%;
    }

    .lines-vertical-dof-LO3 > span:nth-child(2) {
        left: 30%;
    }

    .lines-vertical-dof-LO3 > span:nth-child(3) {
        left: 50%;
    }
}

.page-title {
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, .5);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

    .page-title .container {
        padding: 0;
    }

    .page-title .col12 {
        position: relative;
    }

        .page-title .col12 h1 {
            font: normal 600 4rem/1 "Montserrat", serif;
            color: #fff;
        }

    .page-title .breadcrumb {
        margin-bottom: 0;
        padding: 0;
        background-color: transparent;
    }

        .page-title .breadcrumb ul li, .page-title .breadcrumb ul li a {
            display: inline-block;
            vertical-align: inherit;
        }

            .page-title .breadcrumb ul li a {
                font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
                color: #fff;
            }

            .page-title .breadcrumb ul li i {
                margin: 0 8px;
                font-size: 1.2rem;
                font-style: normal;
            }

.sayfa {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    float: left;
    margin-bottom: 20px;
}

.icerik {
    width: 100%;
    float: left;
}

.p10 {
    padding: 0 15px;
}

.section {
    position: relative;
    width: 100%;
    display: block;
    z-index: 0;
}

.over-hide {
    overflow: hidden;
}

.full-height {
    height: 100vh;
}

.middle_in_top .container, .middle_top .container-fluid {
    display: flex;
    align-items: center;
}

.middle_top .container-fluid {
    display: flex;
    align-items: center;
}

.middle_up {
    text-align: right;
    padding: 0 2%;
}

header .middle {
    position: relative;
}

.language {
    display: inline-block;
}

    .language ul li {
        display: inline-block;
        padding: 0 5px;
    }

        ul.drop-menu li a, #menu-1 > ul > li > a, .language ul li a {
            color: #fff;
            font-size: 12px;
        }

        .language ul li a {
            font-size: 12px;
            font-weight: bold;
        }

header .middle .MenuAlani {
    position: relative;
    display: table;
    width: 100%;
    height: 50px;
}

    header .middle .MenuAlani .navbar, header .middle .MenuAlani .language {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
    }

.MenuAlani .navbar-collapse.collapse {
    padding: 0;
}

#menu-1 > ul {
    position: relative;
    transform: translate(0%,0%);
}

.MenuAlani .navbar-collapse.collapse ul {
    margin: 0;
    border: none;
    z-index: 9;
}

#menu-1 > ul > li {
    display: inline-block;
    list-style: none;
    padding: 0 5px;
    border-right: 1px dashed #32327f;
}

    #menu-1 > ul > li:last-child {
        border-right: 0px dashed #32327f;
    }

    #menu-1 > ul > li > a {
        text-decoration: none;
        white-space: nowrap;
        font-weight: bold;
        font-size: 12px;
        color: #fff;
        position: relative;
    }

.subscribe .newsletter {
    text-align: center;
}

.newsletter-subscribe {
    display: inline-block;
}

.newsletter-email {
    display: block;
    color: #000;
}

    .newsletter-email .form-control {
        float: left;
        width: 220px;
        height: 36px;
        margin: 0 -1px 0 0;
        border-radius: 5px;
        border: 1px solid #ecebeb;
    }

.newsletter-subscribe-button {
    float: right;
    height: 36px;
    width: 120px;
    margin: 0 5px;
    line-height: 36px;
    border: none;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
}

    .newsletter-subscribe-button:hover {
        color: #32327f;
    }

.newsletter-validation, .newsletter-result {
    overflow: hidden;
    display: block;
}

.newsletter .title {
    position: relative;
    font-size: 14px;
    margin: 0 0 15px;
    background: none;
    padding: 0;
    color: #000;
    cursor: auto;
}

    .newsletter .title h1 {
        color: #000;
        font: normal 600 2rem/1.7 "Montserrat", sans-serif;
        padding-top: 0;
        padding-left: .2rem;
        text-transform: uppercase;
    }

    .newsletter .title h2 {
        font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
        color: #000;
        padding-left: .2rem;
        margin-top: 2rem;
        margin-bottom: 5rem;
    }

.address_media {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15vh;
    background-color: rgba(136,136,136,0.05);
}

    .address_media ul li {
        margin: 0 15px;
        font-weight: bold;
    }

.footer_top .container-fluid {
    padding: 0;
}

.footer_top .logo-tit {
    position: relative;
    margin: 30px auto !important;
    padding: 0 0 15px;
}

    .footer_top .logo-tit:before,
    .footer_top .logo-tit:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #32327f;
        top: 50%;
        z-index: -1;
        left: 0;
    }

    .footer_top .logo-tit .footerlogo a img {
        /*width: 225px;*/
        margin: 0 auto;
        background: #fff;
        padding: 0 25px;
        clear: both;
    }

footer .footer_top {
    position: relative;
    z-index: 1;
}

footer > .footer_top > div > div > .title > .contentin > .tbc > h1 {
    position: relative;
    padding-left: 50px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 2em;
    font-size: 14px;
    margin: 0 auto;
}

    footer > .footer_top > div > div > .title > .contentin > .tbc > h1:before {
        content: ' ';
        position: absolute;
        border-top: 2px solid #32327f;
        top: 50%;
        left: 0;
        width: 3.125rem;
        display: block;
    }

footer > .footer_top > div > .title {
    padding: 0 15px;
}

footer > .footer_top > div > div > .title > .contentin > .tbc > h4 {
    color: #000;
    font: normal 600 2rem/1.2 "Montserrat", serif;
    padding-top: 0;
    text-transform: uppercase;
    padding-left: .2rem;
}

footer > .footer_top > div > div.social {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15vh;
}

footer > .footer_top > div > div > .social_media > ul > li {
    display: inline-block;
    width: 45px;
    line-height: 32px;
    margin: 5px;
    text-align: center;
    border-radius: 24px;
    padding: 5px;
    -webkit-transition: all 280ms ease;
    -moz-transition: all 280ms ease;
    transition: all 280ms ease;
    border: 1px solid #000;
}

    footer > .footer_top > div > div > .social_media > ul > li > a {
        color: #000;
        font-size: 21px;
        vertical-align: middle;
    }

    footer > .footer_top > div > div > .social_media > ul > li:hover {
        background-color: #fff;
        border: 1px solid #32327f;
    }

        footer > .footer_top > div > div > .social_media > ul > li:hover > a {
            color: #000;
        }

footer > .footer_top > div > div > .title > .address_media > ul > li {
    color: #fff;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: inherit;
}

footer .footer_bottom {
    position: relative;
    padding: 1% 0;
    z-index: 1;
    background: #32327f;
}

footer > .footer_bottom > .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer > .footer_bottom > div > .copy {
    font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
    text-align: center;
    color: #fff;
}

footer > .footer_top > div > div > .title > .foot_menu ul {
    margin-left: 5px;
}

footer > .footer_top > div > div > .title > .foot_menu > ul > li {
    display: block;
    margin-bottom: 10px;
    font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
}

    footer > .footer_top > div > div > .title > .foot_menu > ul > li > a {
        font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
        color: #000;
        padding-left: .2rem;
        margin-top: 2rem;
        margin-bottom: 5rem;
    }

    footer > .footer_top > div > div > .title > .foot_menu > ul > li:hover > a, footer > .footer_top > div > div > .title > .address_media > ul > li:hover {
        color: #32327f;
        cursor: pointer;
    }

.popup-overlay {
    z-index: 3;
    display: none !important;
    position: fixed;
    top: 0;
    left: 0;
    rigth: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 1rem;
    align-items: center;
    justify-content: center;
}

    .popup-overlay .popup {
        position: relative;
        width: 100%;
        max-width: 720px;
        min-width: 320px;
        min-height: 200px;
        border-radius: 5px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

        .popup-overlay .popup a.close, .popup-overlay .popup a.submit {
            display: inline-block;
            color: #000;
            background-color: #32327f;
            border-radius: 3px;
            padding: 0.75rem;
            text-decoration: none;
            position: absolute;
            right: 5%;
            top: 5%;
            z-index: 1;
            opacity: 1;
            font-size: 12px;
        }

.Footer-Toogle .coll {
    padding: 5px 20px;
    font-size: 14px;
    text-align: center;
}

.btn-togle {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    color: #000;
    line-height: 40px;
    padding: 5px 20px;
    font-size: 14px;
    text-align: center;
    border-top: 2px solid #212122;
    text-transform: uppercase;
}

footer > div > div > div {
    padding: 0 10px !important;
}

    footer > div > div > div > ul > li {
        display: block;
    }

/**/
.button-style1.white {
    color: #000;
}

.button-style1:hover {
    padding-left: 15px;
}

.white {
    color: #000;
}

.black {
    color: #fff;
}

.button-style1.black {
    color: #fff;
    margin-top: 2.5rem;
}

.button-style1 {
    display: inline-block;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    line-height: 1;
    outline: none;
    padding: 0;
    pointer-events: all;
    position: relative;
    text-decoration: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .button-style1:hover:before {
        opacity: 0;
    }

    .button-style1:before, .button-style1:after {
        content: "\f105";
        line-height: 1;
        text-decoration: none;
        text-transform: none;
        position: absolute;
        top: 50%;
        left: 15px;
        margin-top: -0.5em;
        font-size: 18px;
        -webkit-transition: 500ms ease-in-out;
        -o-transition: 500ms ease-in-out;
        transition: 500ms ease-in-out;
        -webkit-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
    }

    .button-style1:hover:after {
        opacity: 1;
    }

    .button-style1:after {
        left: auto;
        right: -20%;
        opacity: 0;
    }

    .button-style1.black svg {
        stroke: #fff;
    }

    .button-style1 svg {
        stroke: #000;
    }

    .button-style1.white svg {
        stroke: #000 !important;
    }

    .button-style1.black svg {
        stroke: #fff !important;
    }

    .button-style1 svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        line-height: 40px;
        fill: none;
        stroke-width: 1.5px;
        stroke-dasharray: 92 125;
        -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        transform: rotate(35deg);
        -webkit-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .button-style1 span {
        font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
        display: block;
        overflow: hidden;
        padding-left: 30px;
        -webkit-transition: all .5s ease-in;
        transition: all .5s ease-in;
        line-height: 40px;
    }

    .button-style1:hover span {
        padding-left: 0;
    }
/**/
.slide {
    position: relative;
    display: block;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
}

    .slide .cover_overlay {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100vh;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background-blend-mode: overlay;
        background-color: rgba(0, 0, 0, .5);
    }

audio, canvas, video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    width: 100%;
    /*height: 100vh;*/
    display: block;
}

.slide .cover_overlay .flex-container {
    position: relative;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide .cover_overlay .line-y {
    margin: 20px auto;
    width: 0;
    border-left: 1px solid #666769;
    height: 85px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.slide .cover_overlay .cover__uppertext {
    text-align: center;
    margin-bottom: 2.5em;
    font-weight: 500;
    font-size: 14px;
    line-height: 2.8em;
    letter-spacing: 2px;
    color: #fff;
    opacity: .8;
}

.slide .cover_overlay .scroll {
    position: absolute;
    bottom: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .slide .cover_overlay .scroll .scroll__line {
        height: 50px;
        width: 1px;
        background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
        background: linear-gradient(hsla(0, 0%, 100%, 0), #fff);
        margin-bottom: 15px;
    }

    .slide .cover_overlay .scroll .scroll__button {
        display: none;
        font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
        color: #fff;
        text-align: center;
        margin-bottom: 2.5em;
        z-index: 1;
        -webkit-animation: bounce 2s infinite 2s;
        animation: bounce 2s infinite 2s;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
        transform: scale(1);
    }

        .slide .cover_overlay .scroll .scroll__button a {
            color: #fff;
        }

@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.slide .cover_overlay .cover__title_big {
    text-align: center;
    color: #fff;
    margin: 0;
    font: italic 500 4rem/36px "Cormorant Upright", serif;
    position: absolute;
    width: 100%;
    bottom: 25%;
}

    .slide .cover_overlay .cover__title_big b {
        text-align: center;
        color: #fff;
        margin: 0;
        font: normal 600 4rem/1 "Montserrat", serif;
    }

.slide .buttons-box {
    position: absolute;
    bottom: 40%;
    right: 5%;
    z-index: 1;
}

    .slide .buttons-box a:nth-child(1) {
        border-bottom: 1px solid #fff;
    }

    .slide .buttons-box a {
        display: block;
        width: 40px;
        padding: 22px 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        outline: none;
        cursor: pointer;
    }

        .slide .buttons-box a img {
            display: block;
            margin: 0 auto;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .slide .buttons-box a:hover img,
        .video-play a:hover img {
            -webkit-transform: scale(1.3);
            -ms-transform: scale(1.3);
            transform: scale(1.3);
        }

.video-play {
    margin: 15px auto;
}

    .video-play a img {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        outline: none;
        cursor: pointer;
    }

/* Açılır Menu */
/*.btnHeaderMenu {
    display: block;
    cursor: pointer;
    position: relative;
    width: 50px;
    height: 30px;
}*/

.btnHeaderMenu > span {
    display: block;
    position: absolute;
    height: 3px;
    width: 26px;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

    .btnHeaderMenu > span:first-child, .btnHeaderMenu > span:nth-child(2) {
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    .btnHeaderMenu > span:first-child {
        top: 5px;
        left: 20px;
    }

    .btnHeaderMenu > span:nth-child(2) {
        top: 12px;
        left: 13px;
    }

    .btnHeaderMenu > span:nth-child(3) {
        top: 19px;
        left: 20px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

.toggleMenuHeader > .menuHeader {
    margin: 0 2%;
    float: right;
}

.menu_iletisim:before {
    content: "";
    left: 0;
    top: 10px;
    position: absolute;
    width: 15px;
    height: 2px;
    background: #32327f;
}

.copy-head {
    position: relative;
    font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
    color: #fff;
}

    .copy-head .dev-link {
        color: #32327f;
    }

.designlogo {
    text-align: right;
}

    .designlogo img {
        width: 100px;
    }

.menuHeader {
    cursor: pointer;
    text-align: right;
}

.toggleMenuHeader {
    opacity: 0;
    padding: 0 5%;
    width: 100%;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left .5s cubic-bezier(0, 0, 0.2, 1);
    z-index: 3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: rgba(31,31,31,0.8);
}

    .toggleMenuHeader > .container-fluid > div {
        display: flex;
        align-items: center;
        height: 30vh;
    }

        .toggleMenuHeader > .container-fluid > div:nth-child(2) {
            display: flex;
            align-items: center;
            height: 40vh;
        }

    .toggleMenuHeader.anm-tmh {
        opacity: 1;
        left: 0;
        transition: left .5s cubic-bezier(0,0,0.2,1);
    }

    .toggleMenuHeader > ul > li {
        float: left;
        position: relative;
        border-top: 1px solid rgba(0,0,0,.15);
        width: 100%;
        padding: 0;
        text-align: center;
    }

        .toggleMenuHeader > ul > li > a {
            padding: 3vh 30px;
            color: #fff;
            transition: all .3s;
            display: block;
            text-decoration: none;
        }

            .toggleMenuHeader > ul > li > a:hover {
                background: hsla(33,20%,91%,.27);
                opacity: .7;
                text-decoration: none;
                transition: opacity .5s cubic-bezier(0.18,0.89,0.32,1.28);
            }

    .toggleMenuHeader::-webkit-scrollbar {
        width: 6px;
        background: #333;
    }

    .toggleMenuHeader::-webkit-scrollbar-corner {
        background-color: #282828;
        display: block;
        border-radius: 4px;
    }

    .toggleMenuHeader::-webkit-scrollbar-thumb {
        background-color: #282828;
        border-radius: 4px;
    }

    .toggleMenuHeader::-webkit-scrollbar-corner, .toggleMenuHeader::-webkit-scrollbar-thumb {
        background-color: #aaa;
    }

.logo_open_header {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 30%;
}

    .logo_open_header a.logo2 {
        position: relative;
        display: block;
        width: 100%;
        height: 75px;
    }

        .logo_open_header a.logo2 img {
            position: absolute;
            top: 50%;
            left: 15%;
            transform-origin: 50% 50%;
            transform: translate(-50%, -50%) rotate(-90deg);
            display: block;
            height: auto;
        }

/*ul.menu_link, .menu_iletisim {
    padding: 0 0 0 10%;
}*/

ul.menu_link li {
    padding: 10px 15px;
    list-style-type: none;
}

    ul.menu_link li a {
        position: relative;
        font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
        color: #fff;
    }

        ul.menu_link li a::before, ul.menu_link li a::before {
            background: #32327f;
        }

    ul.menu_link li:hover a::before, ul.menu_link li:focus a::before, ul.menu_link li:hover a::before, ul.menu_link li:focus a::before {
        transform: scale3d(1,1,1);
    }

    ul.menu_link li a::before {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        opacity: 0.3;
        transform: scale3d(0,1,1);
        transform-origin: 0% 50%;
        transition: transform 0.5s;
        transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    }

    ul.menu_link li a:hover, ul.menu_link li a:focus {
        color: #6b6e73;
    }

.menu_iletisim .menu_items {
    position: relative;
    display: inline-block;
    color: #fff;
    width: 100%;
    margin-top: 1.6rem;
}

    .menu_iletisim .menu_items .menu_items_section {
        position: relative;
        color: inherit;
        width: 100%;
    }

    .menu_iletisim .menu_items .menu_items_section__item:nth-of-type(2n-1) {
        clear: left;
    }

    .menu_iletisim .menu_items .menu_items_section__item {
        position: relative;
        width: 100%;
        /*margin-top: 1rem;*/
        float: left;
        font-size: 0;
    }

    .menu_iletisim .menu_items .menu_items_section__ico {
        display: block;
        width: 32px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
    }

    .menu_iletisim .menu_items .menu_items_section__item:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0;
        visibility: hidden;
        min-height: 4.2rem;
    }

    .menu_iletisim .menu_items .menu_items_section__txt {
        display: inline-block;
        vertical-align: middle;
        /*padding-left: 50px;*/
        padding-right: 2rem;
        font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
    }

.left_open_header {
    position: relative;
    height: 100vh;
}

.follow-us {
    position: relative;
    width: 100%;
}

    .follow-us .social ul {
        display: inline-block;
        float: left;
    }

        .follow-us .social ul li {
            display: inline-block;
        }

            .follow-us .social ul li a {
                display: block;
                width: 30px;
                height: 30px;
                margin: 10px;
                font-size: 21px;
                color: #fff;
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            .follow-us .social ul li:hover a {
                color: #858586;
            }
/* Açılır Menu */
/* Kurumsal Blok-1 */
.serit27 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    /*padding: 50px 0;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .serit27 > div > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .serit27 > div > div > div > .ipad-iphones {
            width: 100%;
            position: relative;
            margin: 15px auto;
            text-align: center;
        }

            .serit27 > div > div > div > .ipad-iphones > a {
                display: block;
            }

        .serit27 > div > div > .lefin {
            padding: 4%;
        }

            .serit27 > div > div > .lefin > h1 {
                display: block;
                font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
                color: #000;
                padding-top: 0;
                padding-left: .2rem;
            }

            .serit27 > div > div > .lefin > h2, .block1 h2, .block1 h1 {
                max-width: 500px;
                font: normal 600 4rem/1 "Montserrat", serif;
                color: #000;
                margin-top: 2rem;
            }
.block1 h1{text-align: center;    max-width: 100%;}
.block1 h2 {
    margin: 1rem auto 2rem;
    font: normal 600 2rem/1 "Montserrat", serif;
}

.serit27 > div > div > .lefin > h3 {
    font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
    color: #000;
    padding-left: .2rem;
    margin-top: 2rem;
    margin-bottom: 5rem;
}

/*.serit27 > div > div > .lefin > a.other {
                border: 2px solid #ffffff;
                color: #32327f;
                background-color: #000;
                margin-left: 30px;
            }

            .serit27 > div > div > .lefin > a,
            .referans10 > div > div > .area_btn > a,
            .blog > div > div > .area_btn > a,
            .pro-btn > a {
                position: relative;
                display: inline-block;
                padding: 0 6rem 0 2.4rem;
                outline: 0;
                font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
                color: #000;
                cursor: pointer;
                text-decoration: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                overflow: hidden;
                -webkit-transition: padding .5s cubic-bezier(.26,.82,.76,1.06);
                -o-transition: padding .5s cubic-bezier(.26,.82,.76,1.06);
                -moz-transition: padding .5s cubic-bezier(.26,.82,.76,1.06);
                transition: padding .5s cubic-bezier(.26,.82,.76,1.06);
                height: 45px;
                line-height: 45px;
                border-radius: 16px;
                background-color: transparent;
                border: 2px solid #000;
                -webkit-animation: .5s cubic-bezier(.05,.74,.39,1) 1s 1 both fadeInLeft;
                -moz-animation: .5s cubic-bezier(.05,.74,.39,1) 1s 1 both fadeInLeft;
                animation: .5s cubic-bezier(.05,.74,.39,1) 1s 1 both fadeInLeft;
            }

                .serit27 > div > div > .lefin > a.other::after,
                .serit27 > div > div > .lefin > a.other::before {
                    background-color: #32327f;
                }

                .serit27 > div > div > .lefin > a::after,
                .serit27 > div > div > .lefin > a::before,
                .referans10 > div > div > .area_btn > a::after,
                .referans10 > div > div > .area_btn > a::before,
                .blog > div > div > .area_btn > a::after,
                .blog > div > div > .area_btn > a::before,
                .pro-btn > a::after,
                .pro-btn > a::before {
                    content: "";
                    display: block;
                    position: absolute;
                    top: 50%;
                    width: 4rem;
                    height: 2px;
                    background-color: #000;
                }

                .serit27 > div > div > .lefin > a::before,
                .referans10 > div > div > .area_btn > a::before,
                .blog > div > div > .area_btn > a::before,
                .pro-btn > a::before {
                    left: -100%;
                    -webkit-transition: left .6s;
                    -o-transition: left .6s;
                    -moz-transition: left .6s;
                    transition: left .6s;
                }

                .serit27 > div > div > .lefin > a::after,
                .referans10 > div > div > .area_btn > a::after,
                .blog > div > div > .area_btn > a::after,
                .pro-btn > a::after {
                    right: 0;
                    -webkit-transition: right .6s;
                    -o-transition: right .6s;
                    -moz-transition: right .6s;
                    transition: right .6s;
                }

                .serit27 > div > div > .lefin > a:hover,
                .referans10 > div > div > .area_btn > a:hover,
                .blog > div > div > .area_btn > a:hover,
                .pro-btn > a:hover {
                    padding: 0 2.4rem 0 6rem;
                }

                    .serit27 > div > div > .lefin > a:hover::before,
                    .serit27 > div > div > .lefin > a:hover::after,
                    .referans10 > div > div > .area_btn > a:hover::before,
                    .referans10 > div > div > .area_btn > a:hover::after,
                    .blog > div > div > .area_btn > a:hover::before,
                    .blog > div > div > .area_btn > a:hover::after,
                    .pro-btn > a:hover::before,
                    .pro-btn > a:hover::after {
                        background-color: #000;
                    }

                .serit27 > div > div > .lefin > a.other:hover::before,
                .serit27 > div > div > .lefin > a.other:hover::after {
                    background-color: #32327f;
                }

                .serit27 > div > div > .lefin > a:hover::before,
                .referans10 > div > div > .area_btn > a:hover::before,
                .blog > div > div > .area_btn > a:hover::before,
                .pro-btn > a:hover::before {
                    left: 0;
                }

                .serit27 > div > div > .lefin > a:hover::after,
                .referans10 > div > div > .area_btn > a:hover::after,
                .blog > div > div > .area_btn > a:hover::after,
                .pro-btn > a:hover::after {
                    right: -100%;
                }*/

@media (max-width: 992px) {
    .serit27 > div > div > div > .ipad-iphones {
        display: none;
    }

    .serit27, .serit27 > div > div > .lefin {
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: auto;
    }

        .serit27 > div > div {
            display: block;
        }

            .serit27 > div > div > div > .ipad-iphones > a > img {
                max-width: 100% !important;
                height: auto !important;
            }

            .serit27 > div > div > .lefin > h1,
            .serit27 > div > div > .lefin > h1 * {
                font-size: medium !important;
            }

            .serit27 > div > div > .lefin > h2, .serit27 > div > div > .lefin > .tus, .serit27 > div > div > .lefin > h3,
            .serit27 > div > div > .lefin > h2 *, .serit27 > div > div > .lefin > .tus *, .serit27 > div > div > .lefin > h3 * {
                font-size: small !important;
            }
}
/* Kurumsal Blok-1 */
/* Kurumsal Blok-2 */
.block1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: 0;
    background-color: #fbfbfb;
    margin: 15px auto;
}

    .block1 .banner-blok {
        position: relative;
        height: 100vh;
    }

        .block1 .banner-blok .sag_write {
            position: absolute;
            z-index: 1;
            bottom: 5%;
            left: 16%;
            width: 62%;
            background-color: #fff;
        }

    .block1 .write {
        position: absolute;
        width: 25%;
        left: 10%;
        top: 15%;
        z-index: 1;
    }

    .block1 .banner-blok .sag_write div {
        padding: 5%;
    }


    .block1 .container-fluid {
        padding: 0;
        text-align: center;
    }

    .block1 .banner-blok .inset {
        position: absolute;
        overflow: hidden;
        height: calc(80%);
        width: 100%;
        top: 10%;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
    }

        .block1 .banner-blok .inset .ig {
            position: relative;
            overflow: hidden;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
        }

        .block1 .banner-blok .inset a {
            position: absolute;
            overflow: hidden;
            width: 100%;
            height: 100%;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }

.nav-tabs {
    border: none;
}

.block1 .box {
    display: block;
    float: none;
    cursor: pointer;
}

    .block1 .box .GaleriListe {
        position: relative;
        cursor: pointer;
        display: block;
        padding: 5px 0;
        border: none;
        margin: 5px;
        background-color: transparent;
        font: normal 500 1.6rem/1.7 Montserrat, sans-serif;
        color: #858586;
        -webkit-transition: margin .5s cubic-bezier(.26,.82,.76,1.06);
        -o-transition: margin .5s cubic-bezier(.26,.82,.76,1.06);
        -moz-transition: margin .5s cubic-bezier(.26,.82,.76,1.06);
        transition: margin .5s cubic-bezier(.26,.82,.76,1.06);
    }

    .block1 .box.active .GaleriListe {
        color: #fff;
        margin: 5px 0;
        background-color: transparent;
        border: none;
    }

.block1 > div > .write2 {
    padding: 0 10%;
}

    .block1 > div > .write2 > h1 {
        display: block;
        font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
        color: #fff;
        padding-top: 0;
        padding-left: .2rem;
    }

    .block1 > div > .write2 > h2 {
        max-width: 500px;
        font: normal 600 4rem/1 "Montserrat", serif;
        text-transform: uppercase;
        color: #fff;
        margin-top: 2rem;
    }

/*.block1 > div > .write2 > a.other {
        border: 2px solid #ffffff;
        color: #ffffff;
        background-color: #000;
        margin-left: 30px;
    }

    .block1 > div > .write2 > a {
        position: relative;
        margin: 30px auto;
        display: inline-block;
        padding: 0 6rem 0 2.4rem;
        outline: 0;
        font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
        color: #fff;
        cursor: pointer;
        text-decoration: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        overflow: hidden;
        -webkit-transition: padding .5s cubic-bezier(.26,.82,.76,1.06);
        -o-transition: padding .5s cubic-bezier(.26,.82,.76,1.06);
        -moz-transition: padding .5s cubic-bezier(.26,.82,.76,1.06);
        transition: padding .5s cubic-bezier(.26,.82,.76,1.06);
        height: 45px;
        line-height: 45px;
        border-radius: 16px;
        background-color: transparent;
        border: 2px solid #fff;
        -webkit-animation: .5s cubic-bezier(.05,.74,.39,1) 1s 1 both fadeInLeft;
        -moz-animation: .5s cubic-bezier(.05,.74,.39,1) 1s 1 both fadeInLeft;
        animation: .5s cubic-bezier(.05,.74,.39,1) 1s 1 both fadeInLeft;
    }

        .block1 > div > .write2 > a::after,
        .block1 > div > .write2 > a::before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            width: 4rem;
            height: 2px;
            background-color: #fff;
        }

        .block1 > div > .write2 > a::before {
            left: -100%;
            -webkit-transition: left .6s;
            -o-transition: left .6s;
            -moz-transition: left .6s;
            transition: left .6s;
        }

        .block1 > div > .write2 > a::after {
            right: 0;
            -webkit-transition: right .6s;
            -o-transition: right .6s;
            -moz-transition: right .6s;
            transition: right .6s;
        }

        .block1 > div > .write2 > a:hover {
            padding: 0 2.4rem 0 6rem;
        }

            .block1 > div > .write2 > a:hover::before,
            .block1 > div > .write2 > a:hover::after {
                background-color: #fff;
            }

            .block1 > div > .write2 > a:hover::before {
                left: 0;
            }

            .block1 > div > .write2 > a:hover::after {
                right: -100%;
            }*/


/* Kurumsal Blok-2 */
/* Referans Blok */
.referans10 {
    position: relative;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    background-blend-mode: overlay;
}

    .referans10 .container {
        width: 1140px;
        max-width: 100%;
        margin: 0 auto;
    }

    .referans10 > div > div > div {
        padding: 2% 0;
        text-align: center;
    }

        .referans10 > div > div > div > h1,
        .count-full > div > div > div > h1 {
            display: block;
            font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
            color: #000;
            padding-top: 0;
            padding-left: .2rem;
            margin-top: 2rem;
        }

        .referans10 > div > div > div > h2,
        .count-full > div > div > div > h2 {
            font: normal 600 4rem/1 "Montserrat", serif;
            text-transform: uppercase;
            color: #000;
            margin-top: 0;
        }

    .referans10 > div > div > .area_btn,
    .blog > div > div > .area_btn {
        display: block;
        text-align: center;
    }

.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.vc_col-sm-2 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    float: left;
}

.vc_row .wpb_column > .vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
}

.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 20% !important;
    padding-right: 20% !important;
    width: 100%;
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.client-logo {
    position: relative;
}

#ohio-custom-5e8f7dcf27d78 .client-logo-inner {
    text-align: left;
}

.client-logo-default {
    overflow: hidden;
}

.client-logo-inner {
    position: relative;
    padding: 20px 0px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .client-logo-inner img {
        vertical-align: top;
        height: auto;
        max-width: 100%;
    }

    .client-logo-inner:hover img {
        -webkit-animation: logoFadeUp cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
        animation: logoFadeUp cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
    }

@-webkit-keyframes logoFadeUp {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-webkit-calc(-100% - 25px));
        transform: translateY(calc(-100% - 25px));
        opacity: 1;
    }

    51% {
        -webkit-transform: translateY(-webkit-calc(-100% - 25px));
        transform: translateY(calc(-100% - 25px));
        opacity: 0;
    }

    52% {
        -webkit-transform: translateY(-webkit-calc(100% + 25px));
        transform: translateY(calc(100% + 25px));
    }

    86% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes logoFadeUp {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-webkit-calc(-100% - 25px));
        transform: translateY(calc(-100% - 25px));
        opacity: 1;
    }

    51% {
        -webkit-transform: translateY(-webkit-calc(-100% - 25px));
        transform: translateY(calc(-100% - 25px));
        opacity: 0;
    }

    52% {
        -webkit-transform: translateY(-webkit-calc(100% + 25px));
        transform: translateY(calc(100% + 25px));
    }

    86% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-ba.white {
    color: #fff;
    margin: 25px 0 !important;
}

.btn-ba {
    color: #000;
    background-color: transparent;
    padding: 13px 0;
    width: 160px;
    position: relative;
    text-align: center;
    text-decoration: none;
    margin: 15px auto;
}

    .btn-ba svg {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .btn-ba.white svg path {
        stroke: #fff;
    }

    .btn-ba svg path {
        fill: none;
        stroke: #000;
        stroke-width: 1;
        stroke-dasharray: 500, 0;
        transition-property: all;
        transition-duration: 3s;
        transition-timing-function: ease;
    }

    .btn-ba:hover path {
        stroke-dasharray: 30, 310;
        stroke-dashoffset: 290;
        transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    }

.play-btn.litle {
    width: 42px;
    height: 42px;
    line-height: 47px;
    left: auto;
    right: 0;
    background-image: linear-gradient(to left,#32327f 0,#32327f 51%,#32327f 100%);
}

    .play-btn.litle:hover {
        box-shadow: 0 5px 15px #000;
        transition: .3s ease-in-out;
    }

    .play-btn.litle:before {
        width: 42px;
        height: 42px;
        top: 0px;
        left: 0px;
        border: 2px solid #000;
    }

.play-icon.litle {
    color: #000;
    font-size: 15px;
    position: relative;
    right: -3px;
}

.play-btn {
    cursor: pointer;
    width: 62px;
    height: 62px;
    transition: all .3s;
    background-image: linear-gradient(to right,#ffffff61 0,#fbfbfb61 51%,#ffffff82 100%);
    background-size: 200% auto;
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translateY(-50%);
    border-radius: 50%;
    line-height: 74px;
    text-align: center;
    transition: .3s ease-in-out;
}

    .play-btn:hover {
        box-shadow: 0 10px 30px #111;
        transition: .3s ease-in-out;
        /*background-image: linear-gradient(to left,#b82b7b 0,#e7174d 51%,#b82b7b 100%);*/
    }

    .play-btn:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 62px;
        height: 62px;
        border: 2px solid #fff;
        border-radius: 50%;
        -webkit-animation: my_zoom 3s linear .5s infinite;
        animation: my_zoom 3s linear .5s infinite;
    }

.play-icon {
    color: #fff;
    font-size: 24px;
    position: relative;
    right: -3px;
}

@-webkit-keyframes my_zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes my_zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}


@media only screen and (max-width: 768px) {
    .referans10 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .referans10 > div > div {
            margin: 0;
        }

            .referans10 > div > div > div > h1,
            .referans10 > div > div > div > h1 * {
                font-size: large !important;
            }

            .referans10 > div > div > div > h2,
            .referans10 > div > div > div > h2 * {
                font-size: medium !important;
            }
}
/* Referans Blok */
/* Full Slide */
.full-slide > div {
    padding: 0;
}

    .full-slide > div > div > div > div > div > .owl-item > a > img {
        display: block;
        width: 100%;
        height: 100vh;
    }
/* Full Slide */
/* Full Count */
.count-full {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .count-full .stats-list.row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .count-full .stats-list .line {
        height: 58px;
        width: 1px;
        background-color: #DBE0E7;
        margin: 40px auto;
    }

    .count-full .title--xl {
        font: normal 600 4rem/1 "Montserrat", serif;
        color: #000;
    }

    .count-full .stats-list__number {
        display: inline-block;
        margin: 0 -12px;
    }

    .count-full .title--xl span {
        font: normal 600 2rem/1.2 "Montserrat", serif;
        text-transform: uppercase;
        display: inline-block;
    }

    .count-full .stats-list .subtitle {
        margin: auto;
        line-height: 1.58824;
        color: #858586;
        font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
    }

/* Full Count */
/* Galeri */
.inf-tabs-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    justify-content: end;
    align-items: flex-end;
    /*margin: 30px 0px;*/
}

.influ-head {
    color: #000;
    font: normal 600 4rem/1 "Montserrat", serif;
    padding-top: 100px;
    text-align: left;
    margin-top: 0;
}

.influ-para {
    color: #000;
    font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
    max-width: 380px;
    margin: 0;
    padding: 8px 0px 50px 0px;
}

.tabs-nav {
    width: 98%;
    float: left;
    margin-bottom: 15px;
}

    .tabs-nav li {
        display: inline-block;
        transition: transform .5s ease;
        color: #fefefe;
        overflow: hidden;
        margin-right: 20px;
    }

    .tabs-nav a {
        display: block;
        font-weight: bold;
        color: #fff;
    }

        .tabs-nav a img {
            transition: transform .5s ease;
            width: 100%;
            max-width: 100%;
        }

.boxsh {
    width: 100%;
    height: 100vh;
    position: relative;
}

    .boxsh img.ana {
        width: 100%;
        height: 100%;
    }

    .boxsh .orta {
        position: absolute;
        bottom: 0;
        left: 0;
        cursor: pointer;
        transition: all 0.35s ease 0s;
    }

    .boxsh:hover .orta {
        transform: translate3d(0, 0, 0) scale(1.16);
        -webkit-transform: translate3d(0, 0, 0) scale(1.16);
    }

.boxaligm {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
}

.prev-head {
    margin: 10px 0;
    color: #000;
    font: normal 600 4rem/1 "Montserrat", serif;
}

.prev-child {
    color: #000;
    font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
    max-width: 440px;
    margin: 0;
    padding: 0;
}
/* Galeri */
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.9);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

    .overlay .closebtn:hover {
        color: #ccc;
    }

.overlay input[type=text] {
    padding: 15px;
    font: italic 500 1.4rem/1.65 "Montserrat", sans-serif;
    border: none;
    float: left;
    width: 90%;
    background: transparent;
    border-bottom: 1px solid #fff;
}

.overlay-content > input[placeholder],
.overlay-content > [placeholder],
.overlay-content > *[placeholder] { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.overlay-content input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.overlay-content input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.overlay .btnAra {
    float: left;
    width: 10%;
    padding: 0;
    background: transparent;
    font-size: 32px;
    border: none;
    cursor: pointer;
    color: #fff;
}

/* BLOG */
/*.p-home__fashion-calendar__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}*/
.snip1584 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    color: #ffffff;
    background-color: #000;
}

    .snip1584 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .snip1584:before {
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: 10px;
        right: 10px;
        top: 100%;
        content: '';
        /*background-color: rgba(51, 51, 51, 0.9);*/
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        -webkit-transition-delay: 0.25s;
        transition-delay: 0.25s;
    }

    .snip1584 img {
        vertical-align: top;
        max-width: 100%;
        backface-visibility: hidden;
        transition: all .35s;
    }

    .snip1584:hover img {
        opacity: 0.7;
        transform: translate3d(0, 0, 0) scale(1.16);
        -webkit-transform: translate3d(0, 0, 0) scale(1.16);
    }

    .snip1584 figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .snip1584 h3,
    .snip1584 h5 {
        margin: 0;
    }

    .snip1584 h3 {
        font: normal 500 2rem/1.2 "Montserrat", sans-serif;
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
        margin-bottom: 5px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        padding: 10px 25px;
    }

    .snip1584 h5 {
        font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
        color: #000;
        background-color: #32327f;
        padding: 3px 10px;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .snip1584 a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .snip1584:hover:before,
    .snip1584.hover:before {
        top: 10px;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .snip1584:hover h3,
    .snip1584.hover h3 {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .snip1584:hover h5,
    .snip1584.hover h5 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

.p-home__fashion-calendar__flex__1 {
    box-sizing: border-box;
    padding: 1.875rem 0;
}

.p-home__fashion-calendar__flex__1 {
    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: justify;
    -ms-flex-pack: justify;
    padding: 3.75rem 0;
    width: 32% !important;
    float: left;
}

.p-home__fashion-calendar__flex__2 {
    padding: 0 0 4.6875rem;
    position: relative;
    float: left;
    width: 100%;
}

.p-home__important-dates__title {
    font: normal 600 4rem/1 "Montserrat", serif;
    margin-top: 0;
    margin-bottom: 1.5625rem;
    margin-left: 3.5625rem;
    margin-right: auto;
    text-align: left;
}

.p-home__important-dates {
    padding: 0 1.875rem;
    text-align: center;
}

.p-home__important-dates__item {
    margin: 0 auto;
    max-width: 200px;
}

.p-home__important-dates__item__meta {
    display: block;
    font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
    margin-bottom: .5rem;
}

.p-home__important-dates__item__title {
    display: block;
    font: normal 600 1.6rem/1.2 "Montserrat", serif;
    margin-bottom: .45em;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.p-home__important-dates__item {
    margin-top: 1.875rem;
}

.p-home__important-dates__item {
    position: relative;
    margin: 0 auto;
    max-width: 275px;
}

    .p-home__important-dates__item:last-child {
        margin-bottom: 4rem;
    }

    .p-home__important-dates__item a,
    .p-home__grid__item > a {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }

.chapter.has-pagination {
    padding-bottom: 0;
}

.chapter {
    padding: 1.875rem 0;
}

.chapter__title {
    font: normal 600 4rem/1 "Montserrat", serif;
    margin-top: 0;
    margin-bottom: 1.5625rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*.p-home__grid {
    overflow: hidden;
}*/

.mr-slides {
    display: block;
    position: relative;
}

.mr-slides__slides {
    position: relative;
    z-index: 1;
}

.p-home__grid .mr-slides__slide.is-current {
    display: block;
}

.snippet__bookmark {
    padding: 1.125rem;
    opacity: 0;
    color: #000;
}

.snippet__bookmark {
    display: none;
    bottom: 25px;
    left: 0;
    position: absolute;
    transition: opacity 128ms linear;
    padding: 0;
}

.bookmark {
    display: none;
    border: none;
    color: currentcolor;
    font-family: Graphik XX Cond Web,Impact,sans-serif;
    font-size: 1rem;
    line-height: 1.375;
    position: relative;
    padding: 0 0 0 1.375rem;
}

.snippet__bookmark a {
    transition: none;
}

.bookmark__text {
    font-family: Graphik XX Cond Web,Impact,sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
}

.bookmark a {
    border-bottom: none;
    cursor: pointer;
    transition: color 128ms linear;
}

.snippet:hover .snippet__bookmark {
    opacity: 1;
}

.snippet__image {
    /*background-color: #f0f0f0;*/
    border-top: 4px solid currentcolor;
    box-sizing: border-box;
    display: block;
    margin-bottom: 10px;
    min-height: 4.375rem;
    overflow: hidden;
    padding-top: 66%;
    position: relative;
}

.snippet__image__image {
    background-position: 50%;
    background-size: cover;
    display: block;
}

.snippet__image__fallback, .snippet__image__image {
    height: 100%;
    left: 0;
    padding-top: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.snippet__date {
    font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
    display: inline-block;
    margin: 10px 0 2px;
}

.snippet__meta.borderbottom {
    border-bottom: 1px solid rgba(0,0,0,.15);
    padding-bottom: 5px;
    width: 100%;
    display: inline-block;
}

.snippet__meta > .middle:before {
    content: "|";
}

.snippet__title {
    display: block;
    font: normal 600 1.4rem/1.2 "Montserrat", serif;
    margin-top: .5em;
    margin-bottom: .5em;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.snippet__excerpt {
    display: inline-block;
    margin-bottom: 1em;
}

.snippet__call-to-action, .snippet__excerpt {
    display: block;
    font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
    margin-bottom: .5rem;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mr-slides__slide {
    padding: 0 2em;
}

.p-home__fashion-calendar__flex__2 .owl-nav {
    bottom: -12% !important;
    left: 0 !important;
    position: absolute !important;
    right: 0 !important;
}

.owl-nav {
    border-top: 1px solid rgba(0,0,0,.1) !important;
    font-size: 0 !important;
    text-align: center !important;
}

.owl-next, .owl-prev {
    color: currentcolor !important;
    display: inline-block !important;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
    vertical-align: middle !important;
    background-color: transparent;
    border: none;
}

    .owl-prev i {
        font-size: 1.5rem !important;
        margin-right: 1rem !important;
    }

    .owl-next i {
        font-size: 1.5rem !important;
        margin-left: 1rem !important;
    }

.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}

.pagination__centered {
    position: absolute;
    left: 35%;
    bottom: -13%;
    z-index: 1;
    font-size: 1.75rem !important;
    padding-bottom: 1.375rem !important;
    padding-top: 1.25rem !important;
    font-weight: bold;
}

@media only screen and (min-height: 0) and (min-width: 768px) {
    .p-home__fashion-calendar__flex__2 {
        border-left: 1px solid rgba(0,0,0,.1);
        box-sizing: border-box;
        width: 100%;
    }

    .owl-next, .owl-prev {
        font-size: 1.2rem !important;
        padding-bottom: 1.375rem !important;
        padding-top: 1.25rem !important;
    }

    .owl-nav i {
        /*font-size: 1.5rem !important;*/
        fill: currentColor;
        stroke: currentColor;
    }

        .owl-nav i .arrow-icon-back {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .chapter__title {
        margin-bottom: 1.875rem;
        max-width: 568px;
    }

    .chapter {
        padding: 3.125rem 0;
    }

    .p-home__fashion-calendar__flex__1 {
        width: 50%;
    }

    .p-home__important-dates__title {
        margin-bottom: 1.875rem;
        max-width: 35rem;
    }
}

@media only screen and (min-height: 0) and (min-width: 1024px) {
    .p-home__fashion-calendar__flex__2 {
        width: 68%;
    }

    .owl-next, .owl-prev {
        padding-bottom: 1.1875rem;
        padding-top: .9375rem;
    }

    .snippet__date {
        margin-bottom: 0;
    }

    .snippet__image {
        margin-bottom: 1.25rem;
    }

    .snippet__meta {
        margin-bottom: 1em;
    }

    .p-home__grid {
        min-height: 25rem;
    }

    .chapter {
        padding: 3.75rem 0;
    }

    .p-home__important-dates__item {
        margin-top: 4rem;
    }
}


/* BLOG */

@media all and (max-width: 1000px) {
    html {
        font-size: 40%;
    }

    .play-btn {
        left: 40%;
    }

    .logo a img {
        width: 125px;
    }

    .count-full .stats-list__number {
        margin: 0 auto;
    }

    .designlogo,
    .copy-head {
        text-align: center;
    }

    .toggleMenuHeader > .container-fluid > div,
    .toggleMenuHeader > .container-fluid > div:nth-child(2) {
        height: auto;
        display: block;
    }

    .cookie-container {
        padding: 5px 10px;
        height: 17vh;
    }

        .cookie-container p {
            text-align: center;
        }

        .cookie-container .cookie-button {
            position: relative;
            padding: 10px;
            height: 30px;
        }

    .slide, .slide .cover_overlay, .slide .cover_overlay .flex-container {
        height: auto;
    }

        .slide .buttons-box {
            bottom: 20%;
        }

            .slide .buttons-box a {
                padding: 10px 0;
            }

    .full-slide > div > div > div > div > div > .owl-item > a > img {
        height: auto;
    }

    .p-home__fashion-calendar__flex__1,
    .inf-tabs-wrapper {
        display: block;
        width: 100% !important;
    }

    .influ-head {
        padding-top: 25px;
    }

    .mr-slides__slide {
        padding: 0;
    }

    .pagination__centered {
        left: 25%;
        bottom: -12%;
    }

    .count-full .stats-list .line {
        height: 30px;
        margin: 20px auto;
    }

    .pre-header .top-links, .pre-header .promotionnal-header {
        display: block !important;
        text-align: center;
    }

    .mobile,
    .referans-slider {
        display: block;
    }

    ul.menu_link li {
        padding: 5px 5px 5px 0;
        display: block;
    }

    .laptop,
    .referans10 .vc_col-sm-2,
    .pre-header .link-user,
    .main-nav-header > .nav-inner,
    .slide .cover_overlay .cover__title_big,
    .slide .cover_overlay .scroll {
        display: none !important;
    }

    footer .footer_top,
    .boxsh {
        display: none;
    }

    .footer_logo {
        background-color: #fff;
        margin-top: 30px;
        margin-bottom: 15px;
    }

        .footer_logo img {
            width: 125px;
            margin: 0 auto;
        }

    .logo-wrap a img {
        width: 125px;
    }

    .nav-but-wrap {
        margin-top: 0;
    }

    .cd-header {
        height: 60px;
    }

    .nav-active .nav__list-item {
        font-size: 2vh;
    }

        .nav-active .nav__list-item:nth-child(13), .nav-active .nav__list-item:nth-child(14), .nav-active .nav__list-item:nth-child(15), .nav-active .nav__list-item:nth-child(16) {
            font-size: 1vh;
        }

    .page-title .col12 {
        padding: 0 10px;
    }

    .sayfa,
    .Icbaslik {
        padding: 10px;
    }

    .icon {
        width: 100%;
        height: 50px;
        float: left;
        padding: 5px 0;
        border-top: 1px solid #32327f;
        border-bottom: 1px solid #32327f;
    }

    nav {
        position: relative;
    }

    .toggle-wrap {
        padding: 5px;
        position: relative;
        cursor: pointer;
    }

    .toggle-bar {
        width: 30px;
        margin: 10px auto;
        position: relative;
        border-top: 3px solid #32327f;
        display: block;
        cursor: pointer;
    }

        .toggle-bar::before, .toggle-bar::after {
            content: "";
            display: block;
            background: #32327f;
            height: 3px;
            width: 30px;
            position: absolute;
            top: -10px;
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -ms-transform-origin: 13%;
            -webkit-transform-origin: 13%;
            transform-origin: 13%;
            cursor: pointer;
        }

        .toggle-bar::after {
            top: 5px;
        }

        .toggle-bar, .toggle-bar::before, .toggle-bar::after, .toggle-wrap.active .toggle-bar, .toggle-wrap.active .toggle-bar::before, .toggle-wrap.active .toggle-bar::after {
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            cursor: pointer;
        }

    .block1-slider.owl-carousel > .owl-stage-outer {
        padding: 25px 0;
    }

    .snip1578 {
        position: relative;
        display: -webkit-box;
        width: 90%;
        margin: 0 auto;
        background: #32327f;
        border-radius: 5px;
    }

        .snip1578 *,
        .snip1578:before,
        .snip1578:after {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .snip1578 img {
            max-width: 50%;
            margin-top: -15px;
            margin-left: 45%;
            margin-bottom: 15px;
            backface-visibility: hidden;
            vertical-align: top;
            border-radius: 5px;
        }

        .snip1578 figcaption {
            position: absolute;
            top: 0;
            right: 40%;
            left: 0;
            bottom: 0;
            padding: 15px;
        }

        .snip1578 h3 {
            text-align: left;
            margin: 0;
            font-size: 12px;
            font-weight: normal;
        }
}

@media all and (min-width: 1000px) {
    .mobile,
    .block1-slider,
    .referans-slider {
        display: none !important;
    }

    .laptop,
    .vc_col-sm-2,
    .block1 {
        display: block;
    }

    .Footer-Toogle {
        display: none !important;
    }

    footer .footer_top {
        display: block !important;
        margin-bottom: 30px;
    }
}

.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: 12%;
    right: 6%;
    background: transparent;
}

.wtsp-iletism {
    position: fixed;
    bottom: 12px;
    right: 15px;
    z-index: 9999;
}

    .wtsp-iletism img {
        width: 170px;
        height: auto;
    }

@media only screen and (min-width: 320px) and (max-width: 758px) {
    .wtsp-iletism {
        display: none;
    }

        .wtsp-iletism img {
            width: 140px;
            height: auto;
        }

    .call-now-button {
        left: 5% !important;
        width: 40%;
        right: auto;
    }
}

@media (max-width: 1000px) {

    .page-title {
        height: 20vh;
    }
}

.secondheaderbutton {
    margin-right: 10px;
    border: 1px solid #fff;
    height: 40px;
    width: 100px;
    line-height: 40px;
    text-align: center;
}
.secondheaderbutton a {
    color: #fff;
}
    .secondheaderbutton a:hover {
        color: #fff;
        border: 1px solid #5454ce;
    }

    .mobilyenibuton {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 50px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-family: sans-serif;
}

    .mobilyenibuton:nth-child(1) {
        background: #32327f;
    }

    .mobilyenibuton:nth-child(2) {
        background: salmon;
    }

    .mobilyenibuton:nth-child(3) {
        background: gray;
    }

    /**
 * The "shine" element
 */

    .mobilyenibuton:after {
        animation: shine 5s ease-in-out infinite;
        animation-fill-mode: forwards;
        content: "";
        position: absolute;
        top: -110%;
        left: -210%;
        width: 200%;
        height: 200%;
        opacity: 0;
        transform: rotate(30deg);
        background: rgba(255, 255, 255, 0.13);
        background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
    }

    /* Hover state - trigger effect */


    /* Active state */

    .mobilyenibuton:active:after {
        opacity: 0;
    }

@keyframes shine {
    10% {
        opacity: 1;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }

    100% {
        opacity: 0;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
    }
}

@media(max-width:767px) {

    .headerbuttonclear {
        background-color: #fff;
        border-bottom: 1px solid #fff;
        text-align: center;
        float: left;
        width: 1.5%;
        height: 50px;
        line-height: 30px;
    }

    .headermobilcolumn {
        background-color: #32327f;
        border-bottom: 1px solid #fff;
        text-align: center;
        float: left;
        width: 49.2%;
        height: 50px;
        line-height: 30px;
    }

        .headermobilcolumn a {
            color: #fff;
        }
    /* Clear floats after the columns */
    .headermobilrow:after {
        content: "";
        display: table;
        clear: both;
    }
}

.altslideryeni {
    visibility: hidden;
    display: none;
}

@media screen and (max-width:900px) {
    .ustslideryeni {
        display: none;
        visibility:hidden;
    }
    .altslideryeni {
        visibility: visible;
        display:block;
        width: 100%;
    }
}

.ustslideryeni .slick-slide img {
    margin: 0 !important;
    width: 100%;
}
.footergalatalogo img {
    width: 125px;
}
@media screen and (max-width: 900px) {
    footer > .footer_bottom > div > .copy {
    font: normal 500 2rem/1.65 "Montserrat", sans-serif;
}
    .snippet__title {
    font: normal 500 2.4rem/1.65 "Montserrat", sans-serif;
}
    .snippet__call-to-action, .snippet__excerpt {
   font: normal 500 1.8rem/1.65 "Montserrat", sans-serif;
}
    .snippet__date {
    font: normal 500 1.8rem/1.65 "Montserrat", sans-serif;
}
    .page-title .breadcrumb ul li a {
    font: normal 500 2rem/1.65 "Montserrat", sans-serif;
}
}


.altslideryeni .slick-slide img {
    width: 100%;
}

.mobil-text1 {
    text-align: left;
    margin-left: 30px
}

.mobil-text {
    text-align: center;
    margin-top: 60px;
}

@media screen and (max-width: 900px) {
    .mobil-text1 {
    text-align: center;
    margin-left: 0;
}

.mobil-text {
    text-align: center;
    margin-top: 30px;
}
.p-home__important-dates__title {
    text-align: center;
}
}