﻿body {
    margin: 0;
    background-color: #fff;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    outline: none;
}

#lightalert {
    line-height: 1.5em !important;
}

.blockUI.blockMsg.blockPage {
    border: none !important;
    box-sizing: border-box;
    padding: 10px !important;
    font-family: arial;
    z-index: 99999099999 !important;
    font-size: 13px;
}

.blockOverlay {
    z-index: 9999999999 !important;
}

#inline1 {
    width: 100%;
    max-width: 450px;
    box-sizing: border-box;
    padding: 15px;
    display: none;
    color: #505050;
    /* font-family: 'Raleway', sans-serif; */
    font-weight: 400;
    font-size: 11px;
    font-family: 'Poppins', sans-serif;
}

    #inline1 h3 {
        margin-bottom: 10px;
    }

.relative100 {
    position: relative;
    float: left;
    width: 100%;
    /* margin-top: 55px; */
}

.ortala {
    position: relative;
    float: left;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

input::-webkit-input-placeholder {
    color: #453b3c;
    font-family: Arial;
}

textarea::-webkit-input-placeholder {
    color: #453b3c;
    font-family: Arial;
}

.chkon {
    width: 28px;
    height: 28px;
    background: url(/ContentMsy/images/chkon.png) no-repeat;
    cursor: pointer;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.chkoff {
    width: 28px;
    height: 28px;
    background: url(/ContentMsy/images/chkoff.png) no-repeat;
    cursor: pointer;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.msylogo_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 210px;
    z-index: 2;
    -moz-box-shadow: 6px 7px 18px rgba(34, 34, 34, 0.05);
    /* -webkit-box-shadow: 6px 7px 18px rgba(34, 34, 34, 0.05); */
    /* box-shadow: 6px 7px 18px rgba(34, 34, 34, 0.05); */
}

.mainslider {
    position: absolute;
    left: 5%;
    top: 6%;
    bottom: 6%;
    right: 5%;
    width: 90%;
    height: 88%;
    background-color: #fff;
    overflow: hidden;
}

    .mainslider .item {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-size: cover;
        background-position: center center;
    }

.c-header-page_letter {
    fill: none;
    stroke: #afaeac;
    stroke-width: 1px;
    position: absolute;
    z-index: 2;
    right: 20%;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width: 699px) {
    .c-header-page_letter {
        width: 260px;
        height: 255px;
    }
}

@media (min-width: 700px) {
    .c-header-page_letter {
        width: 28.75rem;
        height: 26.5625rem;
    }
}

@media (min-width: 1200px) {
    .c-header-page_letter {
        width: 25rem;
        height: 27rem;
        opacity: 0;
    }

    .is-loaded .c-header-page_letter {
        opacity: 0.5;
        -webkit-animation: dash 3s linear forwards 0.3s;
        animation: dash 3s linear forwards 0.3s;
        stroke-dasharray: 3000;
        stroke-dashoffset: 3000;
    }
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

svg {
    max-width: 100%;
    vertical-align: middle;
}

    svg:not(:root) {
        overflow: hidden;
    }

.sliderres1_img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 4;
}

.sliderres2_img {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    display: block;
    width: 50%;
}

.sliderres3_img {
    position: absolute;
    left: 5%;
    top: 5%;
    margin: auto;
    z-index: 1;
}

.p1 {
    width: 500px;
    float: right;
    z-index: 4;
    padding-left: 3%;
    padding-right: 3%;
    top: 36%;
}

.span1 {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    color: #134b7c;
}

.span2 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #5e94c2;
}

.span3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8em;
    color: #4f5153;
    margin-top: 32px;
}

.slidercontrol {
    position: absolute;
    right: 10px;
    bottom: 16px;
    width: 255px;
    height: 14px;
    z-index: 2;
    text-align: center;
}

    .slidercontrol span {
        position: relative;
        float: left;
        width: 100%;
        height: 20px;
        background-color: #fff;
        cursor: pointer;
        margin-top: 8px;
    }

        .slidercontrol span.active {
            background-color: #5c84a8;
        }

.hi-icon {
    position: absolute;
    right: 3.5%;
    top: 0;
    bottom: 0;
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: auto;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    text-align: center;
    color: #eea303;
    /* box-shadow: 0 0 0 3px #94866b; */
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    z-index: 10;
    color: #fff;
    -moz-box-shadow: 6px 7px 18px rgba(34, 34, 34, 0.05);
    -webkit-box-shadow: 6px 7px 18px rgba(34, 34, 34, 0.05);
    box-shadow: -6px 12px 37px rgba(34, 34, 34, 0.21);
}

    .hi-icon svg {
        font-size: 30px;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 9px;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        fill: #fff;
    }

    .hi-icon:before {
        content: '';
        speak: none;
        font-size: 48px;
        line-height: 90px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: block;
        -webkit-font-smoothing: antialiased;
    }

    .hi-icon:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        top: -2px;
        left: -2px;
        padding: 2px;
        z-index: -1;
        background: #94866b;
        -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
        -moz-transition: -moz-transform 0.2s, opacity 0.2s;
        transition: transform 0.2s, opacity 0.2s;
    }

    .hi-icon:hover {
        color: #fff;
        box-shadow: 0 0 0 3px #94866b;
    }

        .hi-icon:hover svg {
            fill: #94866b;
        }

        .hi-icon:hover:after {
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            opacity: 0;
            -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
            -moz-transition: -moz-transform 0.4s, opacity 0.2s;
            transition: transform 0.4s, opacity 0.2s;
        }

.c-nav-button {
    border: none;
    background-color: #104e81;
    position: fixed;
    top: 0;
    right: 7px;
    z-index: 999999999;
    cursor: pointer;
    text-align: center;
    transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.is-loading .c-nav-button {
    transition-delay: 0.3s;
}

@media (max-width: 699px) {
    .c-nav-button {
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 700px) {
    .c-nav-button {
        width: 40px;
        height: 40px;
    }
}

.is-loaded .c-nav-button {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
    transition-delay: 1.05s;
}

.c-nav-button_wrap {
    display: inline-block;
}

@media (min-width: 700px) {
    .c-nav-button_wrap {
        transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .has-nav-open .c-nav-button:hover .c-nav-button_wrap {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@media (min-width: 700px) and (max-width: 749px) {
    .has-nav-open .c-nav-button:hover .c-nav-button_wrap {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.c-nav-button_icon {
    display: inline-block;
    margin-top: 0.25rem;
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
    .c-nav-button_icon {
        width: 25px;
    }
}

@media (min-width: 700px) {
    .c-nav-button_icon {
        width: 1.5625rem;
    }
}

.has-nav-open .c-nav-button_icon {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    transition-delay: 0.2s;
}

.c-nav-button_line {
    position: relative;
    display: block;
    height: 1px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: opacity 0.15s 0.05s, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, opacity 0.15s 0.05s;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, opacity 0.15s 0.05s, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

@media (max-width: 699px) {
    .c-nav-button_line {
        margin-bottom: 9px;
    }
}

@media (min-width: 700px) {
    .c-nav-button_line {
        margin-bottom: 7px;
    }
}

.c-nav-button_line::before, .c-nav-button_line::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ffffff;
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.c-nav-button_line::after {
    opacity: 0;
}

@media (min-width: 700px) {
    .c-nav-button:hover .c-nav-button_line::before {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-1px);
    }

    .has-nav-open .c-nav-button:hover .c-nav-button_line::before {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.c-nav-button_line:nth-child(1)::before {
    transition-delay: 0.2s;
}

.c-nav-button:hover .c-nav-button_line:nth-child(1)::before {
    transition-delay: 0s;
}

.has-nav-open .c-nav-button_line:nth-child(1) {
    transition-delay: 0s, 0.2s;
}

@media (max-width: 699px) {
    .has-nav-open .c-nav-button_line:nth-child(1) {
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@media (min-width: 700px) {
    .has-nav-open .c-nav-button_line:nth-child(1) {
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px);
    }
}

.c-nav-button_line:nth-child(2) {
    transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.05s, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
}

    .c-nav-button_line:nth-child(2)::before {
        transition-delay: 0.1s;
    }

.has-nav-open .c-nav-button_line:nth-child(2) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition-delay: 0.15s;
}

.c-nav-button_line:nth-child(3) {
    position: relative;
    margin-bottom: 0;
}

    .c-nav-button_line:nth-child(3)::before {
        transition-delay: 0.0s;
    }

.c-nav-button:hover .c-nav-button_line:nth-child(3)::before {
    transition-delay: 0.2s;
}

.has-nav-open .c-nav-button_line:nth-child(3) {
    -webkit-transform: translateY(-0.59375rem);
    -ms-transform: translateY(-0.59375rem);
    transform: translateY(-0.59375rem);
    opacity: 0;
    transition-delay: 0s, 0.15s;
}

.c-nav-button_line:nth-child(3)::after {
    top: 0.59375rem;
}

.gobottom {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    overflow: hidden;
    width: 60px;
    height: 38px;
    margin: auto;
}

#bottombtn {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 0px;
    width: 40px;
}

.mainfirsatlar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .mainfirsatlar .left {
        position: relative;
        float: left;
        width: 50%;
        height: 100%;
        /* padding: 8%; */
    }

    .mainfirsatlar .right {
        position: relative;
        float: left;
        width: 50%;
        height: 100%;
        /*padding: 8%;*/
    }

.leftic1 {
    position: absolute;
    width: 80%;
    height: 567px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.rightic1 {
    position: absolute;
    width: 80%;
    height: 567px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.firsatslider {
    position: relative;
    float: left;
    width: 100%;
    height: 405px;
}

.firsatitem {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

#galeriarrows {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.galeriarrowleft {
    display: block;
    float: right;
    cursor: pointer;
    position: relative;
    width: 67px;
    height: 64px;
    background: #000;
}

    .galeriarrowleft:before {
        content: '';
        width: 1px;
        height: 11px;
        background-color: #535353;
        position: absolute;
        right: -1px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .galeriarrowleft:after {
        content: '';
        position: absolute;
        z-index: 2;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        width: 0%;
        height: 100%;
        top: 0;
        right: 0;
        background: #fff;
    }

    .galeriarrowleft:hover:after {
        width: 100%;
    }

    .galeriarrowleft i {
        color: #535353;
        font-size: 22px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 8px;
        height: 24px;
        z-index: 3;
    }

.galeriarrowright {
    display: block;
    float: right;
    margin-left: 0px;
    cursor: pointer;
    position: relative;
    width: 67px;
    height: 64px;
    background: #000;
}

    .galeriarrowright:after {
        content: '';
        position: absolute;
        z-index: 2;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        width: 0%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
    }

    .galeriarrowright:hover:after {
        width: 100%;
    }

    .galeriarrowright i {
        color: #535353;
        font-size: 22px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 8px;
        height: 24px;
        z-index: 3;
    }

.p2 {
    /* display: none; */
    font-style: italic;
    font-size: 20px;
    color: #3e3e3e;
    line-height: 1.2em;
    letter-spacing: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#pbas1 {
    display: block;
}

.p3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    /* display: none; */
}

#palt1 {
    display: block;
}

.p2x {
    /* font-family: 'Arapey', serif; */
    font-style: italic;
    font-size: 20px;
    color: #3e3e3e;
    line-height: 1.2em;
    letter-spacing: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
}

.p3x {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: none;
}

.firsatcount {
    position: relative;
    float: left;
    width: 100%;
    height: 405px;
    background-size: cover;
    background-position: center center;
}

.countdowndiv {
    height: 75px;
    background-color: #b09369;
}

#clock {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    position: relative;
    float: right;
    margin-top: 19px;
    margin-right: 10px;
}

    #clock span {
        font-weight: 400;
        font-size: 30px;
    }

#clock2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    position: relative;
    float: right;
    margin-top: 19px;
    margin-right: 10px;
}

    #clock2 span {
        font-weight: 400;
        font-size: 30px;
    }

.span4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    position: relative;
    float: left;
    margin-top: 27px;
    margin-left: 10px;
}

.span5 {
    position: relative;
    display: inline-block;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 2px;
    margin-top: 10px;
    color: #3e3e3e;
}

    .span5:after {
        position: absolute;
        content: '';
        width: 100px;
        height: 1px;
        background-color: #000;
        right: -111px;
        top: 14px;
    }

    .span5:before {
        position: absolute;
        content: '';
        width: 100px;
        height: 1px;
        background-color: #000;
        left: -111px;
        top: 14px;
    }

.span6 {
    position: relative;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 0px;
}

.firsatbox {
    position: relative;
    float: left;
    width: 33.33%;
    height: 90px;
}

.span7 {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    letter-spacing: 0;
    color: #3e3e3e;
    margin-top: 20px;
}

    .span7 span {
        position: absolute;
        left: 0;
        font-size: 11px;
        top: -19px;
        width: 100%;
    }

.span8 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    letter-spacing: -2px;
}

.span9 {
    text-decoration: line-through;
    color: #929292;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.span10 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #3e3e3e;
    line-height: 22px;
}

.firsatiyakala {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    float: right;
    background-color: #113555;
    border: 1px solid #113555;
    padding-top: 15px;
    width: 175px;
    height: 50px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    position: relative;
    display: block;
    margin: auto;
    margin-top: 20px;
}

    .firsatiyakala span {
        z-index: 3;
        position: relative;
    }

    .firsatiyakala:after {
        content: '';
        position: absolute;
        z-index: 2;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        width: 0%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
    }

    .firsatiyakala:hover:after {
        width: 100%;
    }

    .firsatiyakala:hover {
        color: #113555;
    }

        .firsatiyakala:hover i {
            color: #113555;
        }

    .firsatiyakala i {
        font-size: 17px;
        position: relative;
        top: 1px;
        left: 2px;
        z-index: 3;
    }

.firsatiyakala2 {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    float: left;
    background-color: #113555;
    border: 1px solid #113555;
    padding-top: 15px;
    width: 175px;
    height: 50px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    position: relative;
    display: block;
    margin: auto;
    margin-top: 20px;
}

    .firsatiyakala2 span {
        z-index: 3;
        position: relative;
    }

    .firsatiyakala2:after {
        content: '';
        position: absolute;
        z-index: 2;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        width: 0%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
    }

    .firsatiyakala2:hover:after {
        width: 100%;
    }

    .firsatiyakala2:hover {
        color: #113555;
    }

        .firsatiyakala2:hover i {
            color: #113555;
        }

    .firsatiyakala2 i {
        font-size: 17px;
        position: relative;
        top: 1px;
        left: 2px;
        z-index: 3;
    }

.msylife_img {
    position: relative;
    display: block;
    margin: auto;
}

.p4 {
    text-align: center;
    color: #777777;
    /* font-family: 'Arapey', serif; */
    font-style: italic;
    font-size: 18px;
    margin-bottom: 9px;
}

.msylifecontent {
    text-align: center;
    width: 90%;
    position: relative;
    display: block;
    margin: auto;
}

.liferesim_img {
    position: relative;
    display: block;
    margin: auto;
    margin-top: 10px;
}

.mustericontent {
    height: 50%;
}

    .mustericontent .left {
        position: relative;
        float: left;
        width: 50%;
        height: 100%;
        background-color: #f5f3f4;
    }

        .mustericontent .left .left1 {
            position: relative;
            float: left;
            width: 50%;
            height: 100%;
        }

        .mustericontent .left .right1 {
            position: relative;
            float: left;
            width: 50%;
            height: 100%;
            padding-right: 5%;
        }

    .mustericontent .right {
        position: relative;
        float: left;
        width: 50%;
        height: 100%;
        background-color: #e6d9c9;
    }

.midleslidercontrol {
    text-align: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 299px;
    height: 332px;
}

.navleft {
    position: absolute;
    left: -37px;
    /* top: 0; */
    bottom: 100px;
    margin: auto;
    cursor: pointer;
}

.navright {
    position: absolute;
    right: -32px;
    top: 75px;
    /* bottom: 0; */
    margin: auto;
    cursor: pointer;
}

.midleslider {
    text-align: center;
    position: absolute;
    bottom: 0;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 230px;
    /* max-width: 251px; */
    height: 230px;
    /* border-radius: 50%; */
    overflow: hidden;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 35%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.midleic {
    position: relative;
    margin: 0px;
    left: -230px;
    padding: 0px;
    width: 9999px;
    /* padding-bottom: 10px; */
    list-style-type: none;
    text-align: center;
    height: 100%;
    /* margin-top: 15px; */
    transition-property: all;
    transition-duration: 0s;
    transition-timing-function: ease;
}

    .midleic .item {
        position: relative;
        float: left;
        width: 230px;
        height: 230px;
        border-radius: 50%;
        margin-left: 0;
        margin-right: 0;
        /* transition: ease 0.5s all; */
        cursor: pointer;
        /* margin-top: 10px; */
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

        .midleic .item a {
            text-decoration: none;
        }

            .midleic .item a span {
                height: 100%;
            }

                .midleic .item a span img {
                    height: 100%;
                }

.span11 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #3e3e3e;
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
}

    .span11 span {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 18px;
    }

.toprak_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

.p5 {
}

.span12 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 2px;
    color: #3e3e3e;
}

.span13 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0px;
    margin-top: 10px;
    color: #3e3e3e;
}

.span14 {
}

    .span14 span {
        position: relative;
        float: left;
        font-size: 13px;
        margin-top: 11px;
        margin-right: 9px;
    }

    .span14:hover i {
        -webkit-transform: translate3d(40%,0,0);
        transform: translate3d(10px,0,0);
    }

    .span14 i {
        font-size: 23px;
        position: relative;
        display: block;
        float: left;
        cursor: pointer;
        margin-top: 10px;
        transition: -webkit-transform .4s cubic-bezier(.165,.84,.44,1);
        transition: transform .4s cubic-bezier(.165,.84,.44,1);
        transition: transform .4s cubic-bezier(.165,.84,.44,1),-webkit-transform .4s cubic-bezier(.165,.84,.44,1);
    }

.businespartner {
    height: 20%;
}

.footer {
    height: 30%;
    border-top: 4px solid #f4f2f3;
}

.span15 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #114b7b;
    margin-top: 17px;
}

    .span15 span {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 25px;
    }

.midleslidercontrol2 {
    text-align: center;
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1028px;
    height: 76px;
}

.midleslider2 {
    text-align: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 984px;
    height: 76px;
    overflow: hidden;
}

.midleic2 {
    position: relative;
    margin: 0px;
    left: -192px;
    padding: 0px;
    width: 9999px;
    list-style-type: none;
    text-align: center;
    height: 100%;
}

    .midleic2 .fader {
        position: relative;
        float: left;
        width: 180px;
        height: 76px;
        margin-left: 10px;
        margin-right: 10px;
        transition: ease 0.5s all;
        cursor: pointer;
    }

        .midleic2 .fader:after {
            content: '';
            width: 1px;
            height: 30px;
            background-color: #c8c8c8;
            position: absolute;
            right: -1px;
            top: 0;
            bottom: 0;
            margin: auto;
        }

        .midleic2 .fader img {
            cursor: pointer;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            width: 120px;
        }

            .midleic2 .fader img:last-child {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                margin: auto;
                display: none;
            }

.footerbox {
    height: 100%;
    position: relative;
    float: left;
    width: 33.33%;
}

.logofooter_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
}

.footermenu {
    margin-top: 45px;
}

    .footermenu ul {
        list-style-type: none;
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
    }

        .footermenu ul li {
            position: relative;
            display: inline-block;
            margin-left: 5px;
            margin-right: 5px;
        }

            .footermenu ul li a {
                text-decoration: none;
                font-family: 'Poppins', sans-serif;
                font-weight: 600;
                font-size: 15px;
                letter-spacing: -1px;
                color: #3e3e3e;
            }

.p6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    color: #c6c6c6;
    text-align: center;
    margin-top: 13px;
}

    .p6 a {
        color: #c6c6c6;
    }

.p7 {
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #3e3e3e;
}

.social-connect {
    padding-top: 15px;
}

.list-inline {
    display: block;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

    .list-inline li {
        display: inline-block;
        list-style-type: none;
    }

.social-icons li a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 35px;
    height: 35px;
    color: #7f7f7f;
    text-align: center;
    -moz-box-shadow: 0 0 3px #888;
}

    .social-icons li a i {
        position: relative;
        top: 8px;
        font-size: 22px;
    }

.input-field {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.footervalidate {
    background-color: #e6e6e6;
    border: none;
    border-radius: 0;
    outline: none;
    height: 74px;
    width: 100%;
    padding-left: 22px;
    font-size: 12px;
    /* box-shadow: none; */
    /* box-sizing: content-box; */
    transition: all 0.3s;
    line-height: normal;
    font-family: arial;
    color: #3e3e3e;
}

.grey.darken-3 {
    border: none;
    top: 20px;
    font-size: 23px;
    right: 16px;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    -moz-user-select: none;
    -ms-user-select: none;
    color: #585858;
    transition: -webkit-transform .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .4s cubic-bezier(.165,.84,.44,1),-webkit-transform .4s cubic-bezier(.165,.84,.44,1);
}

.input-field:hover .grey.darken-3 {
    -webkit-transform: translate3d(40%,0,0);
    transform: translate3d(40%,0,0);
}

.footerrightbox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 311px;
    width: 90%;
    height: 105px;
}

.controldiv {
    height: 20px;
    position: relative;
    float: left;
    width: 80px;
    margin-right: 4px;
    cursor: pointer;
    display: inline-block;
}

.main-wrapper {
    margin: 0 auto;
    width: 100%;
    /* max-width: 100%; */
}

.side-panel_container {
    position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 18;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 9999999999;
}

.side-panel_open .side-panel_container, .side-panel_open .side-panel_overlay {
    opacity: 1;
    visibility: visible;
    transition: none;
}

.side-panel_container, .side-panel_overlay {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s,visibility .3s;
}

    .side-panel_container .side-panel_inner {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background: #082740;
        width: 0;
        max-width: 100%;
        color: #fff;
        padding: 0;
        position: relative;
        transition: width .3s;
    }

.side-panel_open .side-panel_container .side-panel_inner {
    padding: 40px;
    width: 453.333333333px;
    transition: width .3s;
}

.side-panel_container #close-panel {
    position: absolute;
    top: 40px;
    right: 40px;
    box-sizing: content-box;
    color: #fff;
    padding: 10px;
    margin-top: -10px;
    margin-right: -10px;
    cursor: pointer;
    /* background-color: #000; */
    opacity: 0;
    visibility: hidden;
    transition: none;
    z-index: 2;
}

.side-panel_open .side-panel_container #close-panel {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s .3s,visibility .5s .3s;
}

.side-panel_container #close-panel .icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

.side-panel_container .side-panel_content {
    opacity: 0;
    visibility: hidden;
    transition: none;
    height: 520px;
    width: 360px;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.side-panel_open .side-panel_container .side-panel_content {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s .3s,visibility .5s .3s;
}

.side-panel_container .side-panel_content .section-heading {
    color: #fff;
    position: relative;
    margin-top: 36px;
    letter-spacing: 0;
    font-size: 32px;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 8px;
    font-weight: 600;
}

    .side-panel_container .side-panel_content .section-heading:after {
        background-color: #fff;
        /* content: ''; */
        position: absolute;
        bottom: 0;
        left: 0;
        width: 30px;
        height: 2px;
        background-color: #000;
    }

.side-panel_container .side-pannel-spinner {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}

.spinner {
    margin: 60px auto;
    font-size: 4px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid #777779;
    border-right: 1.1em solid #777779;
    border-bottom: 1.1em solid #777779;
    border-left: 1.1em solid #000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: c 1.1s infinite linear;
    animation: c 1.1s infinite linear;
}

    .spinner, .spinner:after {
        border-radius: 50%;
        width: 10em;
        height: 10em;
    }

        .spinner.white {
            border-left: 1.1em solid #fff;
        }

.side-panel-iframe-container {
}

#pardot-form {
    font-size: 12px;
    font-family: Helvetica Neue, Arial, sans-serif;
    padding: 0 0 2px 0;
    color: #666;
    font: 100%/120% Tahoma,Arial,Helvetica,Verdana,sans-serif;
    margin: .5em 0 1em 0;
}

    #pardot-form .form-field {
        /* border-bottom: 1px solid #4b4b4b; */
        /* font-weight: bold; */
        /* clear: left; */
        line-height: 1.4em;
        /* margin: 3px 5px; */
        /* padding: 3px 2px; */
    }

    #pardot-form .field-label {
        font-family: 'Poppins', sans-serif;
        color: #fff;
        line-height: 16px;
        font-weight: 400;
        letter-spacing: 1.5px;
        text-align: left;
        padding: 0;
        margin: 5px 0 0 0;
        width: 100%;
        background: none;
        display: block;
        float: left;
    }

    #pardot-form input.text {
        background-color: transparent;
        border: none;
        width: 100%;
        display: block;
        color: #d7d7d7;
        line-height: 23px;
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 0.5px;
        padding: 0;
        margin-bottom: 6px;
        float: left;
        border-bottom: 1px solid #4b4b4b;
        outline: none;
        height: 31px;
        font-family: Verdana, Arial, sans-serif;
    }

    #pardot-form p.submit {
        margin: 1em .5em .2em .5em;
        padding: 0;
        cursor: pointer;
        position: relative;
        float: left;
    }

    #pardot-form .submit button {
        background: url(/ContentMsy/images/submit_arrow.png) right center no-repeat;
        background-color: #ffffff;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.4em;
        text-align: center;
        letter-spacing: .22em;
        /* padding: 17px 60px 17px 30px; */
        color: #082740;
        width: 170px;
        height: 55px;
        float: none;
        margin: 20px 0 0;
        border: 0;
        border-radius: 0;
        cursor: pointer;
    }

        #pardot-form .submit button:hover {
            /* background: url(/ContentMsy/images/submit_arrow.png) right center no-repeat; */
            /* background-color: #777779; */
            color: #082740;
            transition: all 150ms linear 0s;
        }

.p8 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    margin-top: 12px;
    margin-bottom: 11px;
}

.footermidlebox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 358px;
    width: 90%;
    height: 145px;
}

.satisdevamp {
    position: absolute;
    z-index: 99999;
    color: #bdbdbd;
    padding-left: 10%;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    margin-top: 28px;
}

.span3x {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    line-height: 1.2em;
    margin-top: 26px;
    margin-bottom: 0;
}

.span4x {
    font-family: 'Poppins', sans-serif;
    color: #5e94c2;
    font-weight: 400;
    font-size: 16px;
}

.logobeyaz_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
    z-index: 20;
    width: 136px;
    -webkit-transform: translateX(-100%) translateX(-7.5rem);
    -ms-transform: translateX(-100%) translateX(-7.5rem);
    transform: translateX(-100%) translateX(-7.5rem);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
}

.has-nav-open .logobeyaz_img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.hakkimizdaust {
    background-image: url(/ContentMsy/images/bg-min.jpg);
    background-size: cover;
    background-position: center center;
    height: 100%;
}

.hakkimizdaic {
    position: absolute;
    left: 5%;
    top: 6%;
    bottom: 6%;
    right: 5%;
    width: 90%;
    height: 88%;
    background-color: #fff;
    /* overflow: hidden; */
}

.p9 {
    position: absolute;
    left: 0;
    width: 100%;
    top: 59%;
    transform: translateY(-50%);
    padding-left: 15%;
    padding-right: 15%;
    z-index: 2;
}

.span16 {
    letter-spacing: -1px;
    margin: 0;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 70px;
    line-height: 70px;
    font-weight: 600;
    color: #134b7c;
}

.span17 {
    margin: 0;
    width: 100%;
    line-height: 55px;
    text-align: left;
    color: #5b93c6;
    font-size: 55px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.span18 {
    line-height: 1.6em;
    font-size: 13px;
    letter-spacing: 0;
    position: relative;
    padding: 0;
    font-weight: 400;
    text-align: left;
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    margin-top: 27px;
}

    .span18 .left {
        position: relative;
        float: left;
        width: 50%;
        padding-right: 10%;
    }

    .span18 .right {
        position: relative;
        float: left;
        width: 50%;
        padding-right: 10%;
    }

.hakkimizdamutlu {
    height: 470px;
}

    .hakkimizdamutlu .left {
        position: relative;
        float: left;
        width: 40%;
        height: 100%;
        background-color: #d5c39f;
    }

    .hakkimizdamutlu .right {
        position: relative;
        float: left;
        width: 60%;
        height: 100%;
        background-image: url(/ContentMsy/images/manzara.jpg);
        background-size: cover;
        background-position: center center;
    }

.p10 {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    bottom: 50px;
}

    .p10 b {
        font-size: 65px;
        line-height: 65px;
        font-weight: 600;
        margin-left: -132px;
    }

    .p10 span {
        font-size: 65px;
        line-height: 65px;
        margin-top: -10px;
        margin-left: -131px;
    }

.mutlualt {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1000px;
    margin-top: 55px;
    line-height: 1.6em;
    font-size: 13px;
    letter-spacing: 0;
}

    .mutlualt .left {
        position: relative;
        float: left;
        width: 48%;
        padding-left: 1%;
        padding-right: 1%;
    }

    .mutlualt .right {
        position: relative;
        float: left;
        width: 48%;
        padding-left: 1%;
        padding-right: 1%;
    }

.p11 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    color: #0e5188;
    margin-top: 55px;
}

.p12 {
    font-size: 45px;
    line-height: 45px;
    color: #5d93c1;
    font-weight: 300;
    margin-top: -5px;
}

.p13 {
    line-height: 1.6em;
    font-size: 13px;
    letter-spacing: 0;
    margin-top: 90px;
}

.p14 {
    line-height: 1.6em;
    font-size: 13px;
    letter-spacing: 0;
    margin-top: 25px;
}

.mutlu2alt {
    height: 430px;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    position: relative;
    margin-top: 55px;
}

    .mutlu2alt .left {
        position: relative;
        float: left;
        width: 48%;
        padding-left: 1%;
        padding-right: 1%;
        height: 100%;
    }

    .mutlu2alt .right {
        position: relative;
        float: right;
        width: 48%;
        padding-left: 1%;
        padding-right: 1%;
        height: 100%;
    }

        .mutlu2alt .right img {
            position: relative;
            float: left;
            width: 100%;
            max-width: 668px;
        }

.mutlurel1:before {
    content: '';
    background-color: #86b2d8;
    position: absolute;
    left: 0;
    top: 117px;
    width: 175px;
    height: 105px;
}

@media (max-width: 598px) {
    .mutlurel1:before {
        display: none;
    }
}

.vimisust {
    background-image: url(/ContentMsy/images/bg-min.jpg);
    background-size: cover;
    background-position: center center;
    height: 100%;
}

    .vimisust .left {
        position: relative;
        float: left;
        width: 50%;
        height: 100%;
    }

        .vimisust .left img {
        }

        .vimisust .left a {
            display: block;
            width: 435px;
            height: 266px;
            position: relative;
            margin: auto;
        }

            .vimisust .left a:before {
                background-color: #104e81;
                width: 23px;
                height: 120px;
                content: '';
                top: 0;
                bottom: 0;
                left: -13px;
                margin: auto;
                display: block;
                position: absolute;
            }

        .vimisust .left .ortala {
            text-align: center;
            height: 454px;
        }

    .vimisust .right {
        position: relative;
        float: left;
        width: 50%;
        height: 100%;
    }

        .vimisust .right a {
            display: block;
            width: 435px;
            height: 266px;
            position: relative;
            margin: auto;
        }

            .vimisust .right a:before {
                background-color: #5a92c3;
                width: 23px;
                height: 120px;
                content: '';
                top: 0;
                bottom: 0;
                left: -13px;
                margin: auto;
                display: block;
                position: absolute;
            }

        .vimisust .right img {
        }

        .vimisust .right .ortala {
            text-align: center;
            height: 454px;
        }

.vismisic {
    position: absolute;
    left: 5%;
    top: 6%;
    bottom: 6%;
    right: 5%;
    width: 90%;
    height: 88%;
    background-color: #fff;
}

.p15 {
    text-align: center;
    margin-top: 15px;
}

    .p15 b {
        letter-spacing: -1px;
        margin: 0;
        /* text-align: left; */
        font-family: 'Poppins', sans-serif;
        font-size: 70px;
        line-height: 70px;
        font-weight: 600;
        color: #104e81;
    }

    .p15 span {
        line-height: 1.6em;
        font-size: 13px;
        letter-spacing: 0;
        position: relative;
        padding: 0;
        font-weight: 400;
        padding-left: 20%;
        padding-right: 20%;
        margin-top: 17px;
    }

.p15x {
    text-align: center;
    margin-top: 0;
}

    .p15x b {
        letter-spacing: -1px;
        margin: 0;
        /* text-align: left; */
        font-family: 'Poppins', sans-serif;
        font-size: 70px;
        line-height: 70px;
        font-weight: 600;
        color: #5a92c3;
        margin-top: 15px;
    }

    .p15x span {
        line-height: 1.6em;
        font-size: 13px;
        letter-spacing: 0;
        position: relative;
        padding: 0;
        font-weight: 400;
        padding-left: 20%;
        padding-right: 20%;
        margin-top: 17px;
    }

.baskanust {
    background-image: url(/ContentMsy/images/bg-min.jpg);
    background-size: cover;
    background-position: center center;
    height: 100%;
}

    .baskanust .left {
        position: relative;
        float: left;
        width: 50%;
        height: 100%;
    }

        .baskanust .left img {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }


    .baskanust .right {
        position: relative;
        float: left;
        width: 50%;
        height: 100%;
    }



.baskanic {
    position: absolute;
    left: 5%;
    top: 6%;
    bottom: 6%;
    right: 5%;
    width: 90%;
    height: 88%;
    background-color: #fff;
    z-index: 2;
}

.p16 {
    padding-left: 5%;
    padding-right: 19%;
}

.span19 {
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    line-height: 45px;
    font-weight: 600;
    color: #104e81;
    letter-spacing: -2px;
}

.span20 {
    color: #5b93c6;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -2px;
}

.span21 {
    line-height: 1.6em;
    font-size: 13px;
    letter-spacing: 0;
    margin-top: 15px;
}

.baskanalt {
    height: 385px;
    width: 100%;
    max-width: 1190px;
    margin: auto;
    position: relative;
    margin-top: 55px;
}

    .baskanalt .left {
        position: relative;
        float: left;
        width: 48%;
        padding-left: 1%;
        padding-right: 1%;
        height: 100%;
    }

        .baskanalt .left:before {
            content: '';
            background-color: #86b2d8;
            position: absolute;
            right: 0;
            bottom: 50px;
            width: 175px;
            height: 105px;
            display: none;
        }

        .baskanalt .left img {
            position: relative;
            float: right;
            top: 50%;
            transform: translateY(-50%);
        }

    .baskanalt .right {
        position: relative;
        float: left;
        width: 48%;
        padding-left: 1%;
        padding-right: 1%;
        height: 100%;
    }

.p16x {
    padding-left: 5%;
    padding-right: 5%;
}

.span19x {
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    line-height: 45px;
    font-weight: 600;
    color: #104e81;
    letter-spacing: -2px;
}

.span20x {
    color: #5b93c6;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -2px;
}

.span21x {
    line-height: 1.6em;
    font-size: 13px;
    letter-spacing: 0;
    margin-top: 15px;
}

.iletisimust {
    background-image: url(/ContentMsy/images/bg-min.jpg);
    background-size: cover;
    background-position: center center;
    height: 100%;
}

.iletisimic {
    position: absolute;
    left: 5%;
    top: 6%;
    bottom: 6%;
    right: 5%;
    width: 90%;
    height: 88%;
    background-color: #fff;
}

    .iletisimic .iletisimicic {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        max-width: 884px;
        height: 295px;
        text-align: center;
    }

        .iletisimic .iletisimicic .box {
            position: relative;
            /* float: left; */
            width: 49%;
            height: 50%;
            padding-top: 28px;
            display: inline-block;
        }

            .iletisimic .iletisimicic .box:nth-child(1) {
                border-bottom: 1px solid #e8ecef;
                border-right: 1px solid #e8ecef;
                /* padding-top: 18px; */
            }

            .iletisimic .iletisimicic .box:nth-child(2) {
                border-bottom: 1px solid #e8ecef;
            }

            .iletisimic .iletisimicic .box:nth-child(3) {
                border-right: 1px solid #e8ecef;
            }

            .iletisimic .iletisimicic .box:nth-child(4) {
            }

            .iletisimic .iletisimicic .box .left {
                position: relative;
                float: left;
                width: 35%;
                height: 100%;
            }

            .iletisimic .iletisimicic .box .right {
                position: relative;
                float: left;
                width: 65%;
                height: 100%;
            }

.span21x {
}

    .span21x a {
        font-family: 'Poppins', sans-serif;
        font-size: 45px;
        line-height: 45px;
        font-weight: 600;
        color: #104e81;
    }

.span22 {
    line-height: 1.6em;
    font-size: 25px;
    letter-spacing: 0;
    font-weight: 300;
}

    .span22 a {
    }

.span23 {
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    line-height: 45px;
    font-weight: 600;
    color: #104e81;
}

    .span23 span {
        font-size: 16px;
        position: absolute;
        left: 0;
        top: -38px;
        width: 100%;
        font-weight: 400;
    }

.span24 {
    line-height: 1.6em;
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 6px;
}

.span25 {
    text-align: center;
}

    .span25 img {
    }

.span26 {
    text-align: center;
}

.iletisimform {
    position: relative;
    width: 98%;
    max-width: 705px;
    height: 444px;
    display: block;
    margin: auto;
    margin-top: 0;
}

    .iletisimform:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        content: '';
        background-color: #104e81;
    }

.p18 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    color: #104e81;
    text-align: center;
    margin-bottom: 22px;
    margin-top: 34px;
}

.iletisimbox {
    position: relative;
    float: left;
    width: 48%;
    height: 50px;
    border: 1px solid #104e81;
    margin-bottom: 23px;
}

    .iletisimbox.type2 {
        float: right;
    }

    .iletisimbox input {
        background-color: transparent;
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        padding-left: 17px;
    }

.iletisimbox2 {
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
    border: 1px solid #104e81;
}

    .iletisimbox2 textarea {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        border: none;
        padding-left: 13px;
        padding-top: 39px;
        background-color: transparent;
        font-family: 'Poppins', sans-serif;
        /* background: #fff; */
        font-weight: 400;
    }

.iletisimbox3 {
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    border: 1px solid #ffffff;
    margin-bottom: 23px;
}

    .iletisimbox3 select {
        position: relative;
        float: left;
        width: 100%;
        border: none;
        height: 100%;
        padding-left: 13px;
        color: #fff;
        outline: none;
        box-sizing: border-box;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background: transparent url(/ContentMsy/images/arrow3.png) no-repeat;
        background-position: right 11px center;
        border-radius: 0;
    }

.iletisimbtn {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    color: #104e81;
    text-align: center;
    position: relative;
    display: block;
    margin: auto;
    width: 160px;
    margin-top: 21px;
    cursor: pointer;
}

.projelertop {
    height: 92px;
    background-color: #fff;
    -moz-box-shadow: 6px 7px 18px rgba(34, 34, 34, 0.05);
    -webkit-box-shadow: 6px 7px 18px rgba(34, 34, 34, 0.05);
    box-shadow: 6px 7px 18px rgba(34, 34, 34, 0.05);
}

.toplogo2 {
    position: relative;
    display: block;
    margin: auto;
    width: 100px;
    margin-top: 15px;
}

.toptel {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #2b7bc2;
    position: absolute;
    left: 7px;
    top: 32px;
}

    .toptel span {
        color: #8c9093;
    }

.tamamlananbox {
    position: relative;
    height: 290px;
    float: left;
    width: 33.33%;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    .tamamlananbox.boxfirst {
        background-color: #928260;
    }

    .tamamlananbox.boxlast {
        background-color: #b3a485;
    }

.p19 {
    text-align: center;
    font-size: 21px;
    z-index: 2;
}

    .p19 b {
        font-weight: 600;
        position: relative;
        display: inline-block;
        margin-right: 10px;
        /* line-height: 1.4em; */
        font-size: 30px;
        line-height: 30px;
    }

        .p19 b label {
            font-weight: 300;
            font-size: 26px;
            line-height: 26px;
        }

    .p19 span {
        position: relative;
        display: inline-block;
        top: 3px;
        font-size: 24px;
    }

.boxover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0;
}

.p20 {
    text-align: center;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .p20 span {
        font-weight: 600;
    }

#maps {
    height: 460px;
}

._ibani_50 {
    background-color: #978257;
    height: 400px;
    width: 293px;
}

.mapimg {
    position: relative;
    display: block;
    margin: auto;
    margin-top: 50px;
}

.name1 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-left: 42px;
}

.name2 {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    margin-left: 10px;
}

.adres1 {
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    margin-left: 43px;
}

.mapprojedetay {
    position: relative;
    float: left;
    width: 204px;
    height: 45px;
    background-color: #705c37;
    color: #fff;
    margin-left: 41px;
    margin-top: 20px;
}

    .mapprojedetay b {
        position: relative;
        float: left;
        font-weight: 400;
        font-size: 17px;
        margin-top: 12px;
        margin-left: 36px;
    }

    .mapprojedetay span {
        position: relative;
        float: left;
        font-weight: 400;
        font-size: 13px;
        margin-top: 16px;
        margin-left: 31px;
    }

.mapyoltarif {
    position: relative;
    float: left;
    width: 204px;
    height: 45px;
    background-color: #1e1e1e;
    color: #fff;
    margin-left: 41px;
    margin-top: 9px;
}

    .mapyoltarif b {
        position: relative;
        float: left;
        font-weight: 400;
        font-size: 17px;
        margin-top: 12px;
        margin-left: 37px;
    }

    .mapyoltarif span {
        position: relative;
        float: left;
        font-weight: 400;
        font-size: 16px;
        margin-top: 13px;
        margin-left: 47px;
        transform: rotate(100deg);
    }



.p21 {
    font-family: 'Arapey', serif;
    font-style: italic;
    font-size: 20px;
    color: #3e3e3e;
    text-align: center;
    margin-bottom: 13px;
}

.haritaover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.43);
    z-index: 1;
}

option.lt {
    color: #000;
    line-height: 1.5em;
}

.projedetayust {
    height: 514px;
}

    .projedetayust .left {
        position: relative;
        float: left;
        width: 50%;
        height: 100%;
    }

    .projedetayust .right {
        position: relative;
        float: left;
        width: 50%;
        height: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

.p22 {
    color: #948767;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    position: relative;
    float: left;
    width: 100%;
}

    .p22 span {
        font-weight: 600;
    }

.p23 {
    position: relative;
    float: left;
    width: 100%;
    line-height: 2em;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 10px;
}

.p24 {
    position: relative;
    float: left;
    width: 100%;
    line-height: 2em;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 10px;
}

.p25 {
    position: relative;
    float: left;
    width: 100%;
    line-height: 2em;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 10px;
}

.p26 {
    position: relative;
    float: left;
    width: 100%;
    line-height: 2em;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 10px;
}

.p27 {
    position: relative;
    height: 41px;
    float: left;
    width: 100%;
    line-height: 2em;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
}

.p28 {
    color: #8d866a;
    font-size: 35px;
    line-height: 35px;
    font-weight: 300;
}

.p29 {
    line-height: 1.6em;
    font-size: 13px;
    letter-spacing: 0;
    margin-top: 9px;
}

.span27 {
    position: relative;
    float: left;
    width: 87px;
    margin-top: 0;
    color: #42484b;
    font-size: 17px;
}

    .span27 img {
    }

.span28 {
    position: relative;
    float: left;
    width: 260px;
    font-weight: 300;
    color: #858585;
    font-size: 17px;
    margin-top: 0;
}

.ikinokta {
    display: none;
}

.p30 {
    text-align: center;
    color: #948669;
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    margin-top: 44px;
    margin-bottom: 25px;
}

    .p30 span {
        font-weight: 600;
    }

.ayricaliklardiv {
    width: 100%;
    max-width: 1145px;
    position: relative;
    display: block;
    margin: auto;
    text-align: center;
}

    .ayricaliklardiv .box {
        position: relative;
        display: inline-block;
        width: 225px;
        height: 110px;
        color: #fff;
        overflow: hidden;
        transition: border-color 0.3s, color 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    }

        .ayricaliklardiv .box::before {
            content: '';
            position: absolute;
            top: 0;
            left: -55px;
            width: 150%;
            height: 100%;
            background: #37474f;
            z-index: 0;
            -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
            transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
            -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
            -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
            transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        }

        .ayricaliklardiv .box:hover {
            color: #fff;
            border-color: #3f51b5;
        }

            .ayricaliklardiv .box:hover::before {
                opacity: 1;
                background-color: #373d62;
                -webkit-transform: rotate3d(0, 0, 1, 0deg);
                transform: rotate3d(0, 0, 1, 0deg);
                -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
                transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
            }

.p31 {
    font-size: 16px;
    margin-top: 32px;
}

.p32 {
    font-weight: 600;
    font-size: 18px;
}

.planlananust {
    height: 510px;
    background-size: cover;
    background-position: center center;
}

.p33 {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.span29 {
    font-weight: 600;
    font-size: 50px;
}

.span30 {
    font-size: 14px;
    padding-left: 25%;
    padding-right: 25%;
}

.lifebox1 {
    position: relative;
    display: inline-block;
    margin: auto;
    width: 32%;
    height: 200px;
    background-color: #104e81;
}

.lifebox2 {
    position: relative;
    display: inline-block;
    margin: auto;
    width: 24%;
    height: 200px;
    background-color: #104e81;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}

.p34 {
}

.span31 {
    margin-bottom: 7px;
}

    .span31 img {
        height: 50px;
    }

.span32 {
    color: #fff;
    font-size: 23px;
}

.span33 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
}

.p35 {
    z-index: 2;
}

.span34 {
    margin-bottom: 7px;
    text-align: center;
}

    .span34 img {
        height: 53px;
    }

.span35 {
    color: #fff;
    font-size: 35px;
    text-align: center;
}

.span36 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}

.span37 {
    color: #fff;
    padding-left: 25%;
    padding-right: 25%;
    text-align: center;
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.7em;
}

.intro {
    background-size: cover;
    background-position: center center;
}

.overlay1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(142, 117, 77, 0.68);*/
    z-index: 1;
}

.overlay2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(30, 66, 102, 0.54); */
    z-index: 1;
}

.overlay3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(57, 131, 118, 0.77); */
    z-index: 1;
}

.overlay4 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(145, 124, 79, 0.81); */
    z-index: 1;
}

.overlay5 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(201, 174, 144, 0.64);
    z-index: 1;
}

.overlay6 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(53, 71, 91, 0.58); */
    z-index: 1;
}

.overlay7 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(178, 152, 119, 0.75); */
    z-index: 1;
}

.overlay8 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 115, 16, 0.64);
    z-index: 1;
}

.span38 {
    position: relative;
    display: block;
    margin: auto;
    width: 213px;
    height: 60px;
    background-color: #fff;
    color: #304c62;
    text-align: center;
    font-size: 18px;
    padding-top: 19px;
    margin-top: 35px;
    margin-bottom: 20px;
}

.span39 {
    color: #fff;
    text-align: center;
    font-size: 14px;
}

#drpProjeler {
    position: relative;
    float: left;
    width: 100%;
    height: 35px;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #4b4b4b;
    color: #fff;
    outline: none;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent url(/ContentMsy/images/arrow3.png) no-repeat;
    background-position: right 11px center;
    border-radius: 0;
}

.mapright {
    background-color: #978257;
    height: 400px;
    width: 293px;
    position: absolute;
    z-index: 100;
    left: -293px;
    top: 0;
    bottom: 0;
    margin: auto;
}

#mapclose {
    right: 4px;
    top: 4px;
    position: absolute;
    width: 17px;
    height: 17px;
    border: 0px;
    z-index: 101;
    cursor: pointer;
}

.p36 {
    font-size: 40px;
    color: #727272;
    text-align: center;
    margin-top: 130px;
    margin-bottom: 21px;
    line-height: 1em;
}

.arsadiv {
    text-align: center;
    position: relative;
    display: block;
    margin: auto;
    width: 90%;
}

.arsabox1 {
    height: 70px;
    position: relative;
    display: inline-block;
    width: 30%;
    margin-left: 1%;
    margin-right: 1%;
    border: 1px solid #cacaca;
    margin-bottom: 6px;
}

    .arsabox1 input {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        border: none;
        background-color: transparent;
        padding-left: 16px;
    }

.arsabox2 {
    position: relative;
    display: inline-block;
    width: 95%;
    margin-left: 0;
    height: 120px;
    border: 1px solid #cacaca;
}

    .arsabox2 textarea {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        border: none;
        background-color: transparent;
        padding-left: 16px;
        padding-top: 46px;
    }

.arazibtn {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 4px;
    display: block;
    background-color: #113555;
    border: 1px solid #113555;
    padding-top: 13px;
    width: 191px;
    height: 60px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    position: relative;
    margin: auto;
    margin-top: 26px;
    cursor: pointer;
}

    .arazibtn:after {
        content: '';
        position: absolute;
        z-index: 2;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        width: 0%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
    }

    .arazibtn span {
        position: relative;
        z-index: 3;
    }



    .arazibtn:hover:after {
        width: 100%;
    }

    .arazibtn:hover {
        color: #113555;
    }

.popupformoverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 99999999999;
    display: none;
}

.popupform {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 1005px;
    width: 100%;
    height: 454px;
    background-color: #fff;
}

    .popupform .left {
        position: relative;
        float: left;
        width: 50%;
        height: 100%;
        background-size: cover;
        background-position: center center;
    }

.p1_min_img {
    position: absolute;
    left: -17px;
    top: 0;
    z-index: 1;
}

.popupform .right {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
}

.close3_img {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 10;
    display: block;
}

.bsaform2 {
    width: 100%;
    max-width: 626px;
    height: 324px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.p102 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    color: #656565;
    font-family: 'Poppins', sans-serif;
    /* font-size: 33px; */
    margin-top: 56px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.p112 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    color: #656565;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 18px;
    padding-left: 15%;
    padding-right: 15%;
}

.inputbox2 {
    position: relative;
    display: inline-block;
    max-width: 185px;
    width: 100%;
    height: 50px;
    background-color: #fff;
    margin-bottom: 15px;
    border: 1px solid #bdbdbd;
}

    .inputbox2 input {
        position: relative;
        width: 100%;
        height: 100%;
        border: 0;
        outline: none;
        padding-left: 11px;
        color: #656565;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 13px;
    }

.formSend2 {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 40px;
    background-color: #b09369;
    text-align: center;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding-top: 2px;
    cursor: pointer;
    margin-top: 20px;
}

.popupbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.span162 {
    font-size: 27px;
    line-height: 27px;
}

.span172 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 8px;
}

.sponsorluklar {
    position: relative;
    display: block;
    margin: auto;
    margin-top: 70px;
    width: 90%;
    max-width: 1000px;
    background-color: #fff;
}

    .sponsorluklar .left {
        position: relative;
        float: left;
        width: 40%;
        height: 340px;
        background-size: cover;
        background-position: center center;
        margin-bottom: 100px;
    }

    .sponsorluklar .right {
        position: relative;
        float: left;
        width: 60%;
        height: 340px;
        margin-bottom: 100px;
    }

.topbilgibtn {
    position: absolute;
    right: 55px;
    width: 156px;
    height: 46px;
    background-color: #948669;
    top: 21px;
    cursor: pointer;
}

    .topbilgibtn img {
        position: relative;
        float: left;
        margin-left: 14px;
        width: 28px;
        margin-top: 8px;
    }

    .topbilgibtn span {
        position: relative;
        float: left;
        color: #fff;
        margin-left: 6px;
        margin-top: 11px;
        font-size: 15px;
    }

.p37 {
    text-align: center;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 600;
}

.digerprojeler {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1000px;
    /* text-align: center; */
}

.odulul {
    position: relative;
    float: left;
    width: 33.33%;
    max-width: 488px;
    font-size: 14px;
    line-height: 1.8em;
    list-style-type: none;
    display: inline-block;
}

    .odulul li {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 18px;
    }

        .odulul li img {
            position: absolute;
            left: -13px;
            top: 7px;
        }

        .odulul li span {
            position: relative;
            float: left;
            margin-left: 10px;
        }

.iletust {
    position: relative;
    margin-left: 5%;
    width: 90%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px 4px #f5f5f5;
    -moz-box-shadow: 0 0 6px 4px #f5f5f5;
    box-shadow: 0 0 20px 5px #eae9e9;
}

.loaddiv {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #00427b;
    z-index: 999999999999999999999;
}

.loading_container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    height: 127px;
}

    .loading_container > img {
        width: 200px;
        position: absolute;
        left: 0;
        top: 0;
    }

/*.loading_container span {
        font-family: 'Advent Pro', sans-serif;
        text-align: left;
        font-size: 40px;
        line-height: 40px;
        font-weight: 600;
        color: #5a5a5a;
        position: relative;
        float: left;
        display: inline-block;
        margin-top: 0;
        margin-left: 0;
    }*/

.rotate {
    transition: all ease-in 1s 0s;
    -webkit-transition: all ease-in 1s 0s;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.lifeboxover {
    position: absolute;
    left: 0;
    padding-left: 5%;
    padding-right: 5%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #928260;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    opacity: 0;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.lifebox2:hover .lifeboxover {
    opacity: 1;
}

.insanust {
    background-size: cover;
    background-position: center center;
    height: 268px;
}

.p38 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.ikcontent {
    position: relative;
    display: block;
    width: 98%;
    max-width: 1000px;
    margin: auto;
}

.p39 {
    color: #636363;
    font-size: 33px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1em;
    padding-left: 10px;
    padding-right: 10px;
}

.p40 {
    color: #636363;
    font-size: 14px;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

#fileImages {
    display: block;
    opacity: 0;
    position: absolute;
    border: none;
    background-color: transparent;
    color: transparent;
    width: 100%;
    height: 100%;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 3;
    margin: 0;
}

.profilefarmimageuploadbtn {
    bottom: 0;
    position: relative;
    float: left;
    margin-left: 0;
    margin-top: 13px;
    width: 160px;
    height: 45px;
    background-color: #345781;
    cursor: pointer;
    color: #fff;
}

    .profilefarmimageuploadbtn span {
        font-size: 16px;
        padding-left: 9px;
        padding-top: 11px;
        float: left;
        margin-left: 27px;
    }

    .profilefarmimageuploadbtn i {
        float: left;
        padding-top: 13px;
        padding-left: 14px;
        font-size: 17px;
    }

.secildi2 {
    font-size: 13px;
    position: absolute;
    width: 100%;
    left: 0;
    display: block;
    bottom: -19px;
    text-align: left;
    color: #1e1e1e;
}

.sf-button {
    padding: 0;
    background: #575858;
    color: #FFF;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    float: left;
    margin-top: 13px;
    margin-left: 10px;
    width: 160px;
    height: 45px;
    font-size: 16px;
    margin-bottom: 20px;
}

.blockUI img {
    position: absolute;
    height: 20px;
    left: 50px;
    top: 8px;
}

.haberdetayust {
    background-size: cover;
    background-position: center center;
    height: 500px;
    margin-top: 50px;
    margin-bottom: 22px;
}

    .haberdetayust:before {
        content: '';
        position: absolute;
        right: -20px;
        top: -20px;
        width: 170px;
        height: 170px;
        background-color: #d3b881;
    }

    .haberdetayust:after {
        content: '';
        position: absolute;
        left: -20px;
        bottom: -20px;
        width: 170px;
        height: 170px;
        background-color: #d3b881;
    }

.haberic {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 2;
}

#alink2 {
    display: none;
}

.p41 {
    text-align: center;
    font-size: 30px;
    color: #104e81;
    margin-top: 19px;
}

.toptelvis {
    display: none;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #2b7bc2;
    position: fixed;
    left: 7px;
    top: 37px;
    z-index: 999999;
}

    .toptelvis span {
        color: #8c9093;
    }

#toplogovis {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    z-index: 999999;
}

.mobilemenutop {
    height: 92px;
    background-color: #fff;
    -moz-box-shadow: 6px 7px 18px rgba(34, 34, 34, 0.05);
    -webkit-box-shadow: 6px 7px 18px rgba(34, 34, 34, 0.05);
    box-shadow: 6px 7px 18px rgba(34, 34, 34, 0.05);
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#loadingdots {
    left: 0;
    right: 0;
    bottom: -43px;
    position: absolute;
    margin: auto;
    text-align: center;
}

.dot {
    background: #fff;
    display: inline-block;
    height: 20px;
    margin-left: 4px;
    width: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 28px;
    opacity: 0;
}

.vonbelogo {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
}

.ikgorseller {
    max-width: 1045px;
    height: 525px;
    width: 100%;
    position: relative;
    margin: auto;
    margin-bottom: 100px;
}

.gorselbtn {
    font-size: 12px;
    text-align: center;
    background-color: #c9c9c9;
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    border-radius: 28px;
    cursor: pointer;
    margin-bottom: 7px;
    width: 195px;
    height: 50px;
}

    .gorselbtn.active {
        background-color: #025eaa;
        color: #ffffff;
    }

.subMenu {
    background-color: #025eaa;
    /* display: none; */
    position: relative;
    float: left;
    width: 100%;
}

    .subMenu .mobDropdown {
        display: block;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        font-size: 15px;
        cursor: pointer;
        /* background: #229ccb; */
        color: #fff;
        box-sizing: border-box;
        margin: 0;
        z-index: 2;
        position: relative;
    }

    .subMenu i {
        position: absolute;
        right: 6px;
        top: 11px;
        bottom: 0;
        height: 17px;
        color: #fff;
        font-size: 25px;
        padding: 0;
        z-index: 1;
    }

#submenuul {
    list-style-type: none;
    padding-left: 0px;
    display: none;
}

    #submenuul li a {
        text-decoration: none;
        position: relative;
        margin: 0 auto;
        display: block;
        text-align: center;
        color: #fff;
        padding: 23px 0;
        cursor: pointer;
    }

        #submenuul li a span {
            text-decoration: none;
            position: relative;
            margin: 0 auto;
            display: block;
            text-align: center;
            font-family: arial;
            font-size: 13px;
        }

.countdowndiv2 {
    height: 75px;
    background-color: #b09369;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-top: 26px;
    width: 100%;
    letter-spacing: 1px;
}

.firsatdaireplan {
    background-color: #000;
    width: 150px;
    height: 40px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-top: 8px;
}

.div1 {
    height: 75%;
    background-size: cover;
    background-position: center center;
}

.div2 {
    height: 25%;
}

    .div2 .left2 {
        position: relative;
        float: left;
        width: 50%;
        height: 100%;
    }

    .div2 .right2 {
        position: relative;
        float: left;
        width: 50%;
        height: 100%;
    }

.p42 {
    font-size: 18px;
    line-height: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #3e3e3e;
    margin-top: 24px;
}

.p43 {
    margin-top: 6px;
    font-size: 19px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #3e3e3e;
}

.galeriarrowleft2 {
    display: block;
    left: 0;
    top: 436px;
    cursor: pointer;
    position: absolute;
    width: 67px;
    height: 64px;
    background: #000;
}

    .galeriarrowleft2:before {
        content: '';
        width: 1px;
        height: 11px;
        background-color: #535353;
        position: absolute;
        right: -1px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .galeriarrowleft2:after {
        content: '';
        position: absolute;
        z-index: 2;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        width: 0%;
        height: 100%;
        top: 0;
        right: 0;
        background: #fff;
    }

    .galeriarrowleft2:hover:after {
        width: 100%;
    }

    .galeriarrowleft2 i {
        color: #535353;
        font-size: 22px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 8px;
        height: 24px;
        z-index: 3;
    }

.galeriarrowright2 {
    display: block;
    left: 66px;
    top: 436px;
    cursor: pointer;
    position: absolute;
    width: 67px;
    height: 64px;
    background: #000;
}

    .galeriarrowright2:before {
        content: '';
        width: 1px;
        height: 11px;
        background-color: #535353;
        position: absolute;
        left: -1px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .galeriarrowright2:after {
        content: '';
        position: absolute;
        z-index: 2;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        width: 0%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
    }

    .galeriarrowright2:hover:after {
        width: 100%;
    }

    .galeriarrowright2 i {
        color: #535353;
        font-size: 22px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 8px;
        height: 24px;
        z-index: 3;
    }

.a1 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    float: right;
    background-color: #113555;
    border: 1px solid #113555;
    padding-top: 12px;
    width: 90%;
    height: 50px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    position: relative;
    display: block;
    margin: auto;
    margin-top: 20px;
}

    .a1 span {
        z-index: 3;
        position: relative;
    }

    .a1:after {
        content: '';
        position: absolute;
        z-index: 2;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        width: 0%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
    }

    .a1:hover:after {
        width: 100%;
    }

    .a1:hover {
        color: #113555;
    }

        .a1:hover i {
            color: #113555;
        }

    .a1 i {
        font-size: 17px;
        position: relative;
        top: 1px;
        left: 2px;
        z-index: 3;
    }

.span40 {
    height: 75px;
    background-color: #b09369;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-top: 15px;
    width: 100%;
    letter-spacing: 1px;
}

    .span40 span {
        font-size: 15px;
    }

.sliderlink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sliderimg_mobil {
    display: none;
}

.div3 {
    height: 100vh;
}

    .div3 .left {
        position: relative;
        float: left;
        width: 75%;
        height: 100%;
        background-image: url(/ContentMsy/img/msy20.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .div3 .right {
        position: relative;
        float: left;
        width: 25%;
        height: 100%;
    }

        .div3 .right .ic {
            position: relative;
            float: left;
            width: 100%;
            top: 50%;
            transform: translateY(-50%);
            padding-left: 5%;
            padding-right: 5%;
        }

.p44 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    line-height: 45px;
    font-weight: 600;
}

.p45 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 13px;
    font-weight: 300;
    margin-top: 6px;
    margin-bottom: 11px;
    padding-left: 5%;
    padding-right: 5%;
}

.input--hoshi {
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    border: 1px solid #abaaa8;
}

    .input--hoshi input {
        position: relative;
        float: left;
        height: 100%;
        width: 100%;
        background-color: transparent;
        border: none;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        text-align: left;
        font-size: 15px;
        padding-left: 10px;
    }

.chkon {
    width: 22px;
    height: 22px;
    background: url(/ContentMsy/images/dolu.jpg) no-repeat;
    cursor: pointer;
    margin-top: 3px;
    margin-bottom: 0;
    position: relative;
    float: left;
    z-index: 2;
    padding-top: 5px;
    display: inline-block;
    font-size: 14px;
    color: #656565;
    font-weight: 400;
}

.chkof {
    width: 22px;
    height: 22px;
    background: url(/ContentMsy/images/bos.jpg) no-repeat;
    cursor: pointer;
    margin-top: 3px;
    margin-bottom: 0;
    position: relative;
    float: left;
    z-index: 2;
    padding-top: 5px;
    display: inline-block;
    font-size: 14px;
    color: #656565;
    font-weight: 400;
}

.uyari {
    font-size: 11px;
    position: relative;
    float: left;
    width: calc(100% - 35px);
    color: #484745;
    margin-left: 10px;
    margin-top: 0;
    font-family: 'Poppins', sans-serif;
}

.gonderbtn {
    display: block;
    margin: auto;
    cursor: pointer;
    width: 100%;
    position: relative;
    margin-top: 25px;
    z-index: 2;
}

    .gonderbtn img {
        width: 100%;
        max-width: 348px;
        position: relative;
        display: block;
        margin: auto;
    }

#drpProjeler {
    position: relative;
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    height: 50px;
    padding-left: 0px;
    margin-bottom: 10px;
    outline: none;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent url(/ContentMsy/images/arrow5.png) no-repeat;
    background-position: right 11px center;
    border: 1px solid #abaaa8;
    padding-left: 10px;
    border-radius: 0;
    color: #060606;
}

input::-webkit-input-placeholder {
    color: #060606;
}

.linkdevamet {
    height: 42px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

    .linkdevamet img {
        width: 100%;
        position: relative;
        float: left;
        top: 50%;
        transform: translateY(-50%);
        max-width: 440px;
    }

.msy20_img {
    display: none;
}

@media screen and (max-width: 1400px) {
    .galeriarrowleft2 {
        top: 341px;
    }

    .galeriarrowright2 {
        top: 341px;
    }

    .slick-track {
        height: 500px;
    }

    #drpProjeler, .input--hoshi {
        height: 44px;
    }

    .p44 {
        font-size: 35px;
        line-height: 35px;
    }

    @media screen and (max-width: 1141px) {
        .div3 .left {
            width: 70%;
        }

        .div3 .right {
            width: 30%;
        }

        @media screen and (max-width: 1041px) {

            #section0 {
                margin-top: 92px;
            }

            .mainslider {
                margin-top: 0 !important;
            }

                .mainslider .item {
                    height: initial;
                    background-image: none !important;
                }

            .sliderlink {
                position: relative;
            }

            .sliderimg_mobil {
                display: block;
            }

            .slidercontrol {
                margin-top: -38px !important;
                position: absolute !important;
                right: 10px !important;
                bottom: 26px !important;
                width: 138px !important;
                height: 14px !important;
                z-index: 2 !important;
                text-align: center;
            }

            .controldiv {
                width: 58px;
            }

            .div3 {
                height: initial;
            }

                .div3 .left {
                    width: 100%;
                    background-image: none;
                    height: initial;
                }

                .div3 .right {
                    width: 100%;
                    height: initial;
                }

                    .div3 .right .ic {
                        top: initial;
                        transform: initial;
                        padding-left: 2%;
                        padding-right: 2%;
                        margin-top: 20px;
                        margin-bottom: 20px;
                    }

            .msy20_img {
                display: block;
            }

            .linkdevamet {
                position: relative;
                display: block;
            }

                .linkdevamet img {
                    float: none;
                    margin: auto;
                    display: block;
                }

            @media screen and (max-width: 700px) {
                .rightic1 {
                    height: initial !important;
                }

                .div2 {
                    height: initial;
                    text-align: center;
                }

                    .div2 .left2 {
                        width: 100%;
                        height: initial;
                    }

                    .div2 .right2 {
                        width: 100%;
                        height: initial;
                    }

                .a1 {
                    float: none;
                }

                .mainslider .item {
                    background-image: none !important;
                }

                .sliderimg_mobil {
                    display: block;
                }

                .alink {
                    position: relative;
                    float: left;
                    margin-left: 8px;
                    margin-bottom: 15px;
                }
            }
        }
    }
}
