
@import "../css/responsive.css";

.homeTopMenu {
    display: inline-block;
    -webkit-padding-start: 0px;
}

a {
    -o-transition: all .2s ease-out, background 1s ease-in;
    -ms-transition: all .2s ease-out, background 1s ease-in;
    -moz-transition: all .2s ease-out, background 1s ease-in;
    -webkit-transition: all .2s ease-out, background 1s ease-in; /* ...and now override with proper CSS property */
    transition: all .2s ease-out, background 1s ease-in;
}

i {
    -o-transition: all .2s ease-out, background 1s ease-in;
    -ms-transition: all .2s ease-out, background 1s ease-in;
    -moz-transition: all .2s ease-out, background 1s ease-in;
    -webkit-transition: all .2s ease-out, background 1s ease-in;
    /* ...and now override with proper CSS property */
    transition: all .2s ease-out, background 1s ease-in;
}

.yesilYazi {
    color: #37a093 !important;
    font-weight: bold
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.fullYesil {
    width: 100%;
    max-width: 1920px;
    display: block;
    background: url(/Content/uploads/yesilAlan.png) no-repeat transparent;
    mix-blend-mode: multiply;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 109;
    background-size: 100% 100%;
}

.fullYesilKucuk {
    width: 116px;
    height: 66px;
    display: block;
    background: url(/Content/uploads/yesilAlan.png) no-repeat transparent;
    mix-blend-mode: multiply;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 109;
    background-size: 100% 100%;
}

.fancyImage {
    height: auto !important;
    width: auto
}

.griResim {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

    .griResim:hover {
        -webkit-filter: unset !important;
        filter: unset !important;
    }

.onmusFooterLogo {
    width: 150px;
    display: block;
    right: 0px;
    position: absolute;
}

.footerAltMenu a {
    color: #eeeeee;
}

#loginForm {
    height: 200px
}

.footerAltMenu a:hover {
    color: #ffffff;
}

body:focus, body:active, :active, button:active, button:focus, a:focus, a:active, input:active, input:focus {
    box-shadow: none !important;
}

a:hover {
    text-decoration: none;
}

#fullscreen {
    z-index: 9999999999;
}

body, html {
    height: 100%;
    font-family: "Catamaran Medium";
    font-size: 14px
}

.animsition-overlay {
    height: 100%;
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.opening {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    top: 0%;
    background: url(../../images/bg.jpg) center center;
    background-size: cover
}

.opening-contain {
    position: absolute;
    width: 200px;
    height: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.opening-text {
    position: absolute;
    top: 0px;
    display: none;
}

.opening-logo {
    position: absolute;
    top: 50%;
    display: block;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100000;
    margin-top: -50px;
    opacity: 0;
    width: 200px;
    height: 35px;
    background: url(../images/onmus-logo.svg) center center;
    background-size: 200px 35px;
}

.home {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 100%;
    z-index: 99999;
}

.animatedUp {
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: up;
}


.animatedUpLogo {
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: LOGOup;
}

.slider {
    width: 100%;
    height: 100%;
}

.slider-nums {
    position: absolute;
    bottom: 80px;
    right: 88%;
    font-size: 72px;
}

    .slider-nums img {
        width: 100px;
    }


@-webkit-keyframes up {
    0% {
        top: 0%;
    }

    100% {
        top: -100%;
    }
}


@-webkit-keyframes LOGOup {
    0% {
        top: 50%;
    }

    100% {
        top: -50%;
    }
}

.animatedDown {
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: down;
}

@-webkit-keyframes down {
    0% {
        top: 100%;
    }

    100% {
        top: 0%;
    }
}

.animatedOpacityOut {
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: opacityout;
}

@-webkit-keyframes opacityout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.animatedOpacityIn {
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: opacityIn;
}

@-webkit-keyframes opacityIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.opening-border {
    width: 0px;
    height: 2px;
    background: #37a093;
    margin-top: 10px;
}

.animatedfadeInDown {
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: tedfadeInDown;
}

.animatedGetWidth {
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: getWidth;
}

@-webkit-keyframes tedfadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50% -100%);
        transform: translate(-50% -100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(-50% -100%);
        transform: translate(-50% -100%);
        left: 50%
    }
}

@-webkit-keyframes getWidth {
    0% {
        width: 0;
    }

    100% {
        width: 200px;
    }
}

.home-logo {
    position: absolute;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    height: 75px;
    background: url(../images/onmus-logo-beyaz.svg) center center;
    background-size: 200px 75px;
    opacity: 0;
    z-index: 999
}


.home-title {
    font-family: 'EurostileLTStd';
    color: #fff;
    width: 60%;
    height: 100px;
    position: absolute;
    top: 40vh;
    margin-top: -50px;
    left: 20%;
    text-align: center;
    opacity: 0;
}

    .home-title h1 {
        font-size: 42px;
    }

.home-subtitle {
    font-family: 'EurostileLTStd';
    color: #fff;
    width: 60%;
    position: absolute;
    bottom: 35vh;
    left: 20%;
    text-align: center;
    opacity: 0;
    line-height: 20px;
}

    .home-subtitle h1 {
        font-size: 18px;
        margin: 25px 0;
    }

.menu-top {
    width: 100%;
    height: 150px;
    background: #fff;
    display: block;
    float: left;
    position: absolute;
    z-index: 999;
    top: 0px;
    display: none;
}

.menu-logo {
    width: 200px;
    display: block;
    height: 75px;
    text-align: center;
    margin: 0px auto;
    margin-top: 14px;
    background: url(../images/onmus-logo.svg) no-repeat center center;
    background-size: 200px 50px;
}

.menu {
    width: 800px;
    margin: 0px auto;
    text-align: center;
    font-family: 'EurostileLTStd';
    opacity: 0;
}

    .menu > ul > li {
        padding: 0 20px;
        display: block;
        float: left;
        width: auto;
        position: relative;
        letter-spacing: 0.5px;
        list-style: none;
    }

        .menu > ul > li:first-child {
            padding-left: 0px;
        }

        .menu > ul > li:last-child {
            padding-right: 0px;
        }


        .menu > ul > li a::after {
            content: '/';
            color: #37a093;
            position: absolute;
            right: -5px;
            font-size: 12px;
            top: 3px;
        }

        .menu > ul > li:last-child a::after {
            display: none;
        }

        .menu > ul > li a {
            color: #4D5459;
            font-size: 12px;
            transition: all .5s;
        }

            .menu > ul > li a:hover {
                color: #37a093;
            }


.menu-rotate {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 50%;
    bottom: -12.5px;
    margin-left: -12.5px;
    background: #37a093;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
    cursor: pointer;
}

.animatedrotateDeg {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: rotateDeg;
}

@-webkit-keyframes rotateDeg {

    100% {
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Safari */
        transform: rotate(45deg);
    }
}



.animatedrotateDegBack {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: rotateDegBack;
}

@-webkit-keyframes rotateDegBack {

    100% {
        -ms-transform: rotate(-450deg); /* IE 9 */
        -webkit-transform: rotate(-45deg); /* Safari */
        transform: rotate(-45deg);
    }
}

.footer-center > ul {
    padding: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    position: absolute;
    margin-left: 26px;
}

.footer-left {
    line-height: 50px;
    padding-left: 5px
}

.bottom-logo {
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -75px;
    padding: 25px;
    opacity: 0;
    z-index: 998
}

    .bottom-logo img {
        width: 100px;
        visibility: hidden;
    }

.footer {
    position: absolute;
    bottom: -100px;
    width: 100%;
    height: 50px;
    background: #fff;
    border-top: 2px solid #37a093;
}

.trigger {
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    display: block;
    width: 30px;
    height: 30px;
    background: #37a093;
    transition: all .5s;
}

.one-ani {
    transform: translateX(-50%) rotate(45deg);
    transition: all .5s;
}

.two-ani {
    transform: translateX(-50%) rotate(-45deg);
    transition: all .5s;
}

.trigger span:first-child {
    width: 15px;
    height: 2px;
    background: #fff;
    left: 50%;
    margin-left: -7.5px;
    top: 50%;
    position: absolute;
    margin-top: -1px;
}

.trigger span:last-child {
    height: 15px;
    width: 2px;
    background: #fff;
    left: 50%;
    margin-top: -7.5px;
    top: 50%;
    position: absolute;
    margin-left: -1px;
}

.animatedgetHeight {
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: getHeight;
}

@-webkit-keyframes getHeight {

    100% {
        height: 200px;
    }
}


.animatedslideUp {
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: slideUp;
}

@-webkit-keyframes slideUp {

    100% {
        bottom: 0px;
    }
}

.animatedslideDown {
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: slideDown;
}

@-webkit-keyframes slideDown {

    100% {
        top: 0px;
        display: block;
    }
}


.bottom-images {
    position: absolute;
    width: 100%;
    height: 140px;
    background: #fff;
    bottom: 50px;
    display: none;
}

.bottom-images-logo {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 30px;
    z-index: 2;
}

    .bottom-images-logo img {
        width: 100px;
    }

.footer {
    font-family: 'EurostileLTStd';
    font-size: 10px;
}

    .footer a {
        color: #37a093;
    }

.footer-right {
    float: right;
    margin-right: 0px;
    -webkit-flex: 1;
    flex: 1;
    background-color: #ffffff;
    color: #4d5459;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: row;
    align-content: space-around;
    align-items: center;
}

    .footer-right > ul div {
        display: inline;
        float: left;
        font-size: 9px;
        color: #37a093;
        width: auto;
        padding-left: 10px;
        position: relative;
        line-height: 50px;
    }

    .footer-right > ul {
        display: flex;
        -webkit-flex: 1;
        flex: 1;
        flex-basis: 90%;
        line-height: 12px !important;
        padding-left: 0px
    }

    .footer-right > .yanFlexDilFooter {
        border-left: 1px solid #37a093;
        -webkit-flex: 1;
        flex: 1;
        flex-basis: 10%;
        background-color: #37a093;
        color: #ffffff;
        cursor: pointer;
        display: flex;
        align-items: center;
        position: relative;
        flex-direction: column;
        align-content: space-around;
        line-height: 12px !important;
        width: 50px;
        height: 50px;
        max-height: 50px;
        padding-top: 0px;
        margin-top: -16px
    }

    .footer-right > ul > li {
        padding-left: 10px
    }

        .footer-right > ul > li > div:before {
            content: '';
            color: #37a093;
            position: absolute;
            left: 2px;
            width: 5px;
            height: 5px;
            top: 22px;
            background: #37a093;
        }

    .footer-right > .yanFlexDilFooter:first-child {
        border-bottom: 1px solid #4d5459;
    }

    .footer-right > .yanFlexDilFooter div {
        flex: 1;
        justify-content: space-around;
        vertical-align: middle;
        height: 25px;
        width: 100%;
        text-align: center
    }

        .footer-right > .yanFlexDilFooter div a {
            top: 25%;
            position: relative;
            color: #ffffff
        }

.footer-center {
    position: absolute;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
}

.footer-right > .yanFlexDilFooter div:hover {
    background-color: #ffffff
}

    .footer-right > .yanFlexDilFooter div:hover a {
        color: #37a093
    }

.footer-center ul li {
    display: block;
    float: left;
    color: #37a093;
    height: 30px;
    line-height: 60px;
}

    .footer-center ul li:first-child {
        position: relative;
        padding-right: 10px;
    }

        .footer-center ul li:first-child::after {
            content: '|';
            color: #37a093;
            position: absolute;
            right: 0px;
        }

.linkedin-btn img {
    width: 15px;
    margin-top: 20px;
    vertical-align: unset !important;
}

.footer-center ul li a {
    color: #37a093;
}

.footer-center ul li:last-child {
    margin-left: 10px;
}





.bottom-images-sliderno {
    position: absolute;
    bottom: 30px;
    right: 40px;
    font-size: 72px;
}

    .bottom-images-sliderno img {
        width: 80px;
    }



.btn4 {
    position: relative;
    text-decoration: none;
}

    .btn4::before {
        content: '';
        position: absolute;
        bottom: 0%;
        left: 0px;
        width: 100%;
        height: 1px;
        background: #37a093;
        display: block;
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: transform 0.8s cubic-bezier(1, 0, 0, 1);
        transition: transform 0.8s cubic-bezier(1, 0, 0, 1)
    }

    .btn4:hover::before {
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }

.yanLogo a {
    background-color: #fff;
}

.yanLogo img {
    width: 100px
}

.yanLogo {
    width: 10%;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    height: 70px
}

.yanKapat a {
    background-color: #fff;
    padding-top: 22px;
    padding-bottom: 22px
}

.yanKapat {
    width: 5%;
    display: inline-block;
    float: right;
}

.ulMenuWrapper {
    width: 88%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    margin: -21px 0px 0px 0px;
    -webkit-flex: 1;
    flex: 1;
}

.yanMenu {
    width: 100%;
    padding: 20px;
    margin-top: 25px;
    position: absolute;
}

.flexMenuDiv {
    display: flex;
    display: -webkit-flex;
    background-color: #ffffff;
    font-family: 'EurostileLTStd';
    font-size: 14px
}

    .flexMenuDiv div {
        -webkit-flex: 1;
        flex: 1;
    }

.yanMenu ul {
    background-color: #fff;
    width: 100%;
    list-style: none;
    display: inline-block;
    padding-top: 22px;
    padding-bottom: 20px;
    left: 0px;
    position: relative;
}

    .yanMenu ul li {
        display: inline;
        font-family: EurostileLTStd
    }

        .yanMenu ul li a {
            color: #4D5459;
            font-size: 12px;
            transition: all .5s;
            padding-left: 10px;
            padding-right: 10px
        }

            .yanMenu ul li a:hover {
                color: #37a093;
            }

.kurumsalIntro {
    width: 100%;
    height: 100vh;
    position: static;
    left: 0;
    top: 0;
    z-index: -1;
    /*min-height:820px;*/
    text-align: center;
}


.kurumsalIntroHizmetlerimiz {
    width: 100%;
    height: 40vh;
    position: static;
    left: 0;
    top: 0;
    z-index: -1; /*min-height:820px;*/
    text-align: center;
}

.kurumsalIntroProjelerimiz {
    width: 100%;
    height: 40vh;
    position: static;
    left: 0;
    top: 0;
    z-index: -1; /*min-height:820px;*/
    text-align: center;
}

.kurumsalIntroKariyer {
    width: 100%;
    height: 40vh;
    position: static;
    left: 0;
    top: 0;
    z-index: -1; /*min-height:820px;*/
    text-align: center;
}

.kurumsalIntroBasinOdasi {
    width: 100%;
    height: 40vh;
    position: static;
    left: 0;
    top: 0;
    z-index: -1; /*min-height:820px;*/
    text-align: center;
}

.kurumsalIntroBizeUlasin {
    width: 100%;
    position: static;
    left: 0;
    top: 0;
    z-index: -1; /*min-height:820px;*/
    text-align: center;
}

.bg-init,
.animsition-overlay-slide {
    background-color: #4d5459 !important;
    z-index: 2
}

.kisalt {
    animation: menuKisal 3s forwards ease-in-out;
}

.uzat {
    animation: menuUza 3s forwards ease-in-out;
}

@keyframes menuUza {
    0% {
        left: 100%;
    }

    100% {
        left: 0%;
    }
}

@keyframes menuKisal {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}

body, html {
    min-height: 100%;
}

.content-inner {
    min-height: 100%;
}


.ustMenu {
    text-align: center;
}

.footerAltMenu {
    background: linear-gradient(135deg,#52babb 0,#37a093 100%);
    color: #fff;
    font-size: 12px;
}

.footerAltContainer {
    padding-top: 35px;
    padding-bottom: 30px
}

.topMenuFlexWrapper {
    background-color: transparent;
    margin-top: 50px;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 9
}

.yanFlexMenu {
    font-family: EurostileLTStd;
    font-size: 12px;
    height: 60px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.yanFlexLogo {
    -webkit-flex: 1;
    flex: 1;
    flex-basis: 10%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #d3d3d3
}

    .yanFlexLogo img {
        width: 100px
    }

/**/
.flexMenuDiv {
    -webkit-flex: 1;
    flex: 1;
    flex-basis: 83%;
    background-color: #ffffff;
    -webkit-flex-direction: row;
    align-items: center;
    flex-direction: row;
    display: flex;
    justify-content: center;
}

    .flexMenuDiv div {
        text-align: center
    }

    .flexMenuDiv a {
        color: #4D5459;
        font-size: 12px;
        transition: all .5s;
        letter-spacing: 0.5px
    }

        .flexMenuDiv a:hover {
            color: #37a093;
        }

.yanFlexKapat {
    -webkit-flex: 1;
    flex: 1;
    flex-basis: 5%;
    background-color: #4d5459;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative
}

.yanFlexDil {
    -webkit-flex: 1;
    flex: 1;
    flex-basis: 2%;
    background-color: #ffffff;
    color: #4d5459;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
    border-left: 1px solid #4d5459;
    align-content: space-around;
    align-items: center;
}

    .yanFlexDil div:first-child {
        border-bottom: 1px solid #4d5459;
    }

    .yanFlexDil div {
        flex: 1;
        justify-content: space-around;
        vertical-align: middle;
        height: 30px;
        width: 100%;
    }

        .yanFlexDil div:hover {
            background-color: #4D5459
        }

            .yanFlexDil div:hover a {
                color: #ffffff
            }

        .yanFlexDil div a {
            color: #4d5459;
            top: 25%;
            transform: translate(50%,50%);
            position: relative;
            left: 20%;
        }

.wrapperTopMenu {
    display: flex;
    flex-basis: 85%;
    overflow: hidden;
}

.wrapperTopMenuGizle {
    height: 0px
}
/*.wrapperTopMenuGoster { display : block }*/

.ulMobileFiltreKategori {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .ulMobileFiltreKategori li {
        background-color: #eeeeee;
        padding: 10px 10px;
    }

        .ulMobileFiltreKategori li.mixitup-control-active {
            background-color: #37a093;
            color: #eeeeee;
        }


.ulMobileFiltreYil {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .ulMobileFiltreYil li {
        background-color: #eeeeee;
        padding: 16px;
        min-width: 72px;
        display: inline-block;
        margin-bottom: 5px;
        text-align: center;
        cursor: pointer
    }

        .ulMobileFiltreYil li.mixitup-control-active {
            background-color: #37a093;
            color: #eeeeee;
        }

.ulMobileFiltreSehir {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .ulMobileFiltreSehir li {
        background-color: #eeeeee;
        padding: 16px;
        min-width: 72px;
        display: inline-block;
        margin-bottom: 5px;
        text-align: center;
        cursor: pointer
    }

        .ulMobileFiltreSehir li.mixitup-control-active {
            background-color: #37a093;
            color: #eeeeee;
        }

.card-header a {
    color: #37a093;
}

.card-header {
    background-color: #e4e4e4;
}

.animatedmenuTamKapat {
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: menuTamKapat;
}


.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    .active, .accordion:hover {
        background-color: #ccc;
    }

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

@-webkit-keyframes menuTamKapat {

    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

.animatedmenuTamAc {
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: menuTamAc;
}

.topMenuCross {
    opacity: 0;
}

@-webkit-keyframes menuTamAc {
    0% {
        transform: translateX(0%);
        opacity: 1;
    }

    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}


.animatedmenuButonGizle {
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: menuButonGizle;
}

@-webkit-keyframes menuButonGizle {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animatedmenuButonGoster {
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: menuButonGoster;
}

@-webkit-keyframes menuButonGoster {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.form-group {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: unset !important;
    width: 100% !important;
}

.carousel .carousel-indicators li {
    z-index: -1;
}

.hizmetlerimizSolMenu > ul {
    padding-top: 50px;
}


.buttonMenuHover {
    top: 20px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.buttonMenuHoverX {
    display: inline-block;
    top: 30px;
}


.buttonMenuHoverY {
    top: 40px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.buttonMenuHover, .buttonMenuHoverX, .buttonMenuHoverY {
    width: 40px;
    height: 3px;
    background: white;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    position: absolute;
}

.buttonMenuXKapat {
    display: none;
}

.buttonMenuXAc {
    display: inline-block;
}

.buttonMenuCevir {
    transform: rotate(-45deg) translateX(-50%) translateY(-50%);
    top: 26%;
    position: absolute;
    left: 45%;
}

.buttonMenuYCevir {
    transform: rotate(45deg) translateX(-50%) translateY(-50%);
    top: 74%;
    position: absolute;
    left: 43%;
}

.fancybox-inner, .fancybox-outer {
    width: 100% !important;
    height: 100% !important;
}

.fancybox-skin {
    width: 250px !important;
    height: 240px !important;
}

.fancybox-wrap {
    width: 250px !important;
}



.defs-only {
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
    left: -100%;
}

.filterImage {
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.filterLink {
    display: inline-block;
    padding: 1em;
    width: 10em;
    max-width: 80%;
}

.font-alt {
    position: absolute;
    color: #ffffff;
    z-index: 999;
    font-family: 'EurostileLTStd'
}

.satir1 {
    top: 25%;
    left: 50%;
    transform: translate(-50%, 30%);
    text-align: center
}

.satir2 {
    top: 30%;
    left: 50%;
    transform: translate(-50%, 40%);
    text-align: center
}

.satir3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center
}

.satir4 {
    top: 60%;
    left: 50%;
    transform: translate(-50%, 60%);
    text-align: center
}



.page_fadein {
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: fadein;
}

.page_fadeout {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: fadeout;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}


.titan-title-size-1 {
    letter-spacing: 2px;
    font-size: 15px;
}

.titan-title-size-2 {
    letter-spacing: 2px;
    font-size: 18px;
}

.titan-title-size-3 {
    letter-spacing: 2px;
    font-size: 28px;
}

.titan-title-size-4 {
    letter-spacing: 2px;
    font-size: 32px;
}

.titan-title-size-5 {
    letter-spacing: 2px;
    font-size: 42px;
}

.barKaldir {
    overflow: hidden;
}

.anaSayfaButton {
    font-family: 'EurostileLTStd';
    top: 55%;
    left: 50%;
    transform: translate(-50%, 60%);
    position: absolute;
    z-index: 9;
    border: solid 1px #ffffff;
    background-color: transparent;
    color: #ffffff;
    border-radius: 0px;
    z-index: 999
}

    .anaSayfaButton:hover {
        color: #37a093;
        border-color: #37a093;
    }

.altYaziHizmetleri {
    border-top-width: 10px;
    border-right-width: 15px;
    border-left-width: 10px;
    border-bottom-width: 10px;
    border-style: solid;
    border-color: #ffffff;
}

.hizmetAltYazi {
    text-align: justify;
    padding: 50px 50px 50px 50px;
    font-size: 14px
}

.slider_no {
    position: absolute;
    bottom: 90px;
    right: 40px;
    width: 80px;
    z-index: 999
}

.bottom-images {
    z-index: 999
}

.footer {
    z-index: 999
}

.no_1 img {
    position: absolute;
    bottom: -8px;
}

.slider-pagination {
    bottom: 195px
}

.filterLinkEmbed {
    width: 120px;
    height: 68px;
    overflow: hidden;
}

.filterImage {
    padding: 1.5px 2px 2px 2px !important;
    border: unset !important;
}

.layer {
    width: 100%;
    height: 100%;
    left: 15px !important
}

.footerOutBorder {
    border: 1px solid #e2e2e2;
    padding: 2px;
    width: 126px;
    height: 76px;
}

.topMenuBar i:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.copyright {
    float: left;
    display: block;
    color: #ffffff;
    text-align: left;
}

    .copyright a {
        color: #ffffff;
    }

    .copyright ul {
        list-style: none;
        padding-left: 0px;
        padding-right: 0px;
        top: 50%;
        transform: translateY(50%);
    }

        .copyright ul li {
            display: inline-block;
            font-family: 'EurostileLTStd';
        }

.flexMenuDiv .active {
    font-weight: bold;
    color: #37a093;
    background-color: transparent
}

.ustMenu {
    margin-top: 50px
}

#sendFormButton {
    border-radius: unset !important;
    background-color: #ffffff !important;
    color: #37a093 !important;
}

    #sendFormButton:hover {
        border-radius: unset !important;
        background-color: #37a093 !important;
        color: #ffffff !important;
        box-shadow: unset !important
    }

.footerSubLogo {
    text-align: center;
    align-self: center;
}

#clearFormButton {
    border-radius: unset !important;
    background-color: #ffffff !important;
    color: #37a093 !important;
}

    #clearFormButton:hover {
        border-radius: unset !important;
        background-color: #37a093 !important;
        color: #ffffff !important;
        box-shadow: unset !important
    }

.animsition-overlay-slide {
    z-index: 10 !important
}

.footerEkatalog {
    color: #eeeeee;
    font-family: 'EurostileLTStd';
    font-size: 12px
}

    .footerEkatalog:hover {
        color: #ffffff;
    }

input[type="text"]:focus:not([readonly]), input[type="password"]:focus:not([readonly]), input[type="email"]:focus:not([readonly]), input[type="url"]:focus:not([readonly]), input[type="time"]:focus:not([readonly]), input[type="date"]:focus:not([readonly]), input[type="datetime-local"]:focus:not([readonly]), input[type="tel"]:focus:not([readonly]), input[type="number"]:focus:not([readonly]), input[type="search-md"]:focus:not([readonly]), input[type="search"]:focus:not([readonly]), textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #37a093;
}

.form-inline .form-control {
    width: 100% !important;
}

.form-control:focus {
    border-color: #37a093 !important;
    box-shadow: unset !important
}

.hoverDuzelt {
    will-change: unset !important
}

.loader {
    width: 250px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute
}

.page-loader {
    width: 100%;
    height: 100%;
    position: fixed;
}

.goster {
    visibility: visible;
    opacity: 1;
    z-index: 10
}

.copyright ul {
    padding-top: 0px
}

.kaydirTopMenu {
    position: fixed;
    margin-top: 0px
}


@-webkit-keyframes overlay-slide-in-left {
    0% {
        width: 100%
    }

    to {
        width: 0;
    }
}

@keyframes overlay-slide-in-left {
    0% {
        width: 100%
    }

    to {
        width: 0
    }
}

.overlay-gormez {
    width: 0;
    opacity: 0;
    display: none;
    -webkit-animation-name: overlay-slide-in-left;
    animation-name: overlay-slide-in-left
}

.fancybox-slide > * {
    padding: 0px !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute !important;
    height: 80vh;
}

.fancyBasinOdasi {
    width: 40%
}

.ysrSuccessKVKK {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 10;
    top: 0;
    left: 0;
}
.ysrCont {
    background: #f0f0f0;
    position: relative;
    min-height: 100vh;
}
.closeContainer .close {
    color: red;
    float: right;
    cursor: pointer;
    position: relative;
    margin-top: 30px;
    margin-right: 30px;
}
.YsrSuccessHeader {
    padding: 15px;
    margin-top:15px;
    clear: both;
}
.YsrSuccessContent {
    padding: 15px;
    padding-bottom: 50px;
    text-align: justify;
    overflow-y:auto;
}