@keyframes widgetAnimation {
    0% { right: 100% }
    to { right: 0 }
}

@keyframes buttonAnimation {
    0% { height: 100% }
    to { height: 0 }
}

@keyframes buttonLeftAnimation {
    0% { width: 15% }
    to { width: 0 }
}

@keyframes dash {
    to { stroke-dashoffset: 0 }
}

@keyframes animateLineRight {
    0% {
        width: 0;
        height: 0;
        border-color: #545454 transparent transparent
    }
    50% {
        width: 100%;
        height: 0;
        border-color: #545454 #545454 transparent transparent
    }
    to {
        width: 100%;
        height: 100%;
        border-color: #545454 #545454 transparent transparent
    }
}

@keyframes animateLineLeft {
    0% {
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #545454
    }
    50% {
        width: 0;
        height: 100%;
        border-color: transparent transparent #545454 #545454
    }
    to {
        width: 100%;
        height: 100%;
        border-color: transparent transparent #545454 #545454
    }
}

@font-face {
    font-family: 'CBold';
    font-display: auto;
    src: url(../fonts/CRC_bold.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Clight';
    font-display: auto;
    src: url(../fonts/CRC_light.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'CExtra';
    font-display: auto;
    src: url(../fonts/CRC_extra.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'C';
    font-display: auto;
    src: url(../fonts/CRC.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

* {
    box-sizing: border-box
}

body {
    font-family: 'CLight',sans-serif;
    margin: 0
}

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

a {
    text-decoration: none!important;
    transition: all .3s ease-in-out;
    outline: 0!important
}

body,h1,h2,h3,h4,h5,h6,p,ul {
    margin: 0
}

.blogItem .itemDetail .btn, .btnlart {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    color: #393534;
    text-align: center;
    border: 1px solid #ccc;
    font-family: 'CBold',sans-serif;
    font-size: 14px
}

.blogItem .itemDetail .btn:hover, .btnlart:hover {
    background: #ffffff6b;
    color: #fff
}

.myWrapper {
    width: 100%;
    max-width: 1080px;
    position: relative;
    margin: 0 auto
}

.flexSection,header.MainHead .sliderNav ul {
    display: flex;
    justify-content: space-between;
    align-items: center
}

header {
    height: auto;
    overflow: hidden;
    z-index: 10
}

header .myWrapper {
    position: relative;
    left: 0;
    right: 0;
    margin-top: 5.5%;
    max-width: 1094px
}

header .myWrapper>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -3%;
    width: 120%
}

header .myWrapper>ul a {
    color: #210972
}

header .myWrapper>ul>li {
    width: 50%
}

header .myWrapper>ul>li:first-child {
    width: 316px
}

header .myWrapper>ul>li:first-child img,section#mainBlogs ._head ul li:first-child {
    width: 100%
}

header .myWrapper>ul .menuAc p {
    font-family: 'CLight',sans-serif;
    color: #ddd;
    font-size: 11px;
    text-align: center;
    letter-spacing: .1em
}

header .myWrapper>ul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%
}

header .myWrapper>ul ul li a {
    color: #393534;
    font-family: 'CBold',sans-serif;
    font-size: 14px;
    display: block;
    white-space: nowrap
}

header.singleHead {
    height: 500px;
    position: relative
}

header.detailHeader .myWrapper,header.singleHead .myWrapper {
    height: 75%
}

header.singleHead .myWrapper ._headTitle {
    position: absolute;
    bottom: 0
}

header.detailHeader ._headTitle h3,header.singleHead .myWrapper ._headTitle h3 {
    font-family: 'CBold',sans-serif;
    font-size: 24px;
    color: #393534
}

header.singleHead .myWrapper ._headTitle p {
    position: absolute;
    top: 30%;
    left: -14%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'CExtra',sans-serif;
    font-size: 8em;
    color: #393534;
    opacity: .25
}

header.MainHead,header.detailHeader,header.singleHead {
    background: url(../img/sectionGolge.png) no-repeat center/cover;
}

header.detailHeader {
    position: relative;
    height: 800px
}

header.detailHeader ._headTitle {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 100%
}

header.detailHeader ._headTitle h3 {
    letter-spacing: .12em;
    text-transform: uppercase
}

header.detailHeader ._headTitle p {
    color: #393534;
    font-family: 'CLight',sans-serif;
    max-width: 680px;
    margin-top: 5%;
    font-size: 16px;
    line-height: 1.5
}

header.detailHeader ._headTitle p.golgeYazi {
    position: absolute;
    top: 50%;
    text-transform: uppercase;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    font-family: 'CExtra',sans-serif;
    font-size: 4em;
    line-height: 1em;
    color: #393534;
    opacity: .1
}

header.MainHead {
    background-attachment: fixed;
    background-position: top;
    height: 1015px
}

header.MainHead .flexSection {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 7%
}

header.MainHead .flexSection ._left,header.MainHead .flexSection ._right {
    width: 50%
}

header.MainHead .flexSection ._left {
    margin-top: -11%
}

header.MainHead .flexSection ._left .slideItem {
    position: absolute;
    visibility: hidden;
    left: -100%;
    opacity: 0;
    -webkit-transition: all 1.2s cubic-bezier(.66,.34,0,.95);
    transition: all 1.2s cubic-bezier(.66,.34,0,.95)
}

header.MainHead,header.MainHead .flexSection ._left .slideItem a {
    position: relative
}

header.MainHead .flexSection ._left .slideItem a:after,header.MainHead .flexSection ._left .slideItem a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: 0 0;
    border: 1px solid transparent
}

header.MainHead .flexSection ._left .slideItem a:hover {
    background: 0 0!important;
    color: #393534!important;
    border-color: transparent
}

header.MainHead .flexSection ._left .slideItem a:hover:before {
    -webkit-animation: animateLineRight .8s linear forwards;
    animation: animateLineRight .8s linear forwards
}

header.MainHead .flexSection ._left .slideItem a:hover:after {
    -webkit-animation: animateLineLeft .8s linear forwards;
    animation: animateLineLeft .8s linear forwards
}

header.MainHead .flexSection ._left .slideItem.active {
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    left: 0;
    visibility: visible
}

header.MainHead .flexSection ._left h3 {
    font-family: 'CLight',sans-serif;
    color: #393534;
    font-weight: 100;
    letter-spacing: .11em;
    font-size: 24px
}

.blogItem .itemDetail header.MainHead .flexSection ._left .btn,header.MainHead .flexSection ._left .blogItem .itemDetail .btn,header.MainHead .flexSection ._left .btnlart {
    color: #393534;
    margin-top: 9%;
    border-color: rgba(255,255,255,.4);
    display: block;
    width: 180px
}

.blogItem .itemDetail header.MainHead .flexSection ._left .btn:hover,header.MainHead .flexSection ._left .blogItem .itemDetail .btn:hover,header.MainHead .flexSection ._left .btnlart:hover {
    background: #393534;
    color: #000
}

header.MainHead .flexSection ._right {
    text-align: right
}

header.MainHead .sliderNav {
    margin-top: -2%;
    margin-left: -1.4%
}

header.MainHead .sliderNav ul li {
    opacity: .4;
    padding-right: 3.3%;
    padding-left: 3%
}

header.MainHead .sliderNav ul li a {
    color: #393534
}

header.MainHead .sliderNav ul li a span {
    display: block;
    font-size: 22px
}

header.MainHead .sliderNav ul li a p {
    font-family: 'CLight',sans-serif;
    font-size: 14px
}

header.MainHead .sliderNav ul li:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,.4)
}

header.MainHead .sliderNav ul li.active,section#projeler .projeListesi .projeItem:hover h5 {
    opacity: 1
}

.menuUl {
    overflow: hidden;
    position: relative
}

.menuUl,.menuUl li {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.menuUl li:not(:last-child) {
    padding-right: 7%;
    position: absolute;
    opacity: 0;
    right: -100%
}

.menuUl.active {
    width: auto!important
}

.menuUl.active li:not(:last-child) {
    opacity: 1;
    right: 0;
    position: relative
}

._menu,section#mainProjeler .mainProjeGrup .item:hover a ._yazi {
    display: none
}

.blogItem {
    width: 22%;
    margin-bottom: 10%;
    position: relative
}

.blogItem:after,.blogItem:before {
    content: "";
    position: absolute;
    left: 0;
    background: rgba(0,0,0,.2)
}

.blogItem:before {
    top: 0;
    width: 1px;
    height: 100%
}

.blogItem:after {
    bottom: 0;
    width: 15%;
    z-index: -1;
    height: 1px
}

.blogItem:hover:after,.blogItem:hover:before {
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards!important;
    animation-fill-mode: forwards!important
}

.blogItem:hover:before {
    -webkit-animation-delay: .3s!important;
    animation-delay: .3s!important;
    -webkit-animation: buttonAnimation .2s linear;
    animation: buttonAnimation .2s linear
}

.blogItem:hover:after {
    -webkit-animation: buttonLeftAnimation .2s linear;
    animation: buttonLeftAnimation .2s linear
}

.blogItem .itemImage {
    width: 100%;
    height: 168px
}

.blogItem .itemImage img {
    width: 80%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blogItem .itemDetail {
    margin-left: 10%;
    padding-top: 5%
}

.blogItem .itemDetail h5 {
    height: 32px;
    font-family: 'CBold',sans-serif;
    font-size: 16px;
    line-height: 1em;
    margin-top: 10px;
    text-transform: uppercase
}

.blogItem .itemDetail p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'CLight',sans-serif;
    font-size: 16px;
    margin-top: 10px
}

.blogItem .itemDetail .btn {
    width: 146px;
    display: inline-block;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    background: #393534;
    position: relative
}

.resimKutu {
    width: 80%;
    height: 400px;
    background: 0 0
}

section#kurumsal {
    padding-top: 16%;
    padding-bottom: 9%;
    position: relative
}

section#kurumsal .myWrapper {
    padding-left: 6%;
    padding-right: 6%
}

section#kurumsal .sectionGolge {
    position: absolute;
    right: 0%;
    z-index: -1;
    bottom: 0%
}

section#kurumsal ._head {
    position: relative;
    margin-bottom: 2%;
    z-index: 2
}

section#kurumsal ._head h4,section#kurumsal ._head p {
    font-family: 'CBold',sans-serif;
    letter-spacing: .14em;
    font-size: 16px
}

section#kurumsal ._head p {
    position: absolute;
    font-size: 10em;
    color: #393534;
    left: -26%;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .15;
    letter-spacing: .18em
}

section#kurumsal ._body .flexSection,section#mainBlogs ._head ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

section#kurumsal ._body ._left,section#kurumsal ._body ._right {
    width: 45%
}

.blogItem .itemDetail section#kurumsal ._body a.btn,section#kurumsal ._body .blogItem .itemDetail a.btn,section#kurumsal ._body a.btnlart {
    display: block;
    width: 271px;
    height: 50px;
    margin-top: 6.2%
}

section#mainProjeler .mainProjeGrup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 1000px;
    overflow: hidden
}

section#mainProjeler .mainProjeGrup .item {
    cursor: pointer;
    width: 34%;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

section#mainProjeler .mainProjeGrup .item:hover {
    width: 100%!important
}

section#mainProjeler .mainProjeGrup .item:hover a::before {
    opacity: 0
}

section#mainProjeler .mainProjeGrup .item a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: rgba(0,0,0,.8)
}

section#mainProjeler .mainProjeGrup .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

section#mainProjeler .mainProjeGrup .item ._yazi {
    position: absolute;
    z-index: 4;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    text-align: center
}

section#mainProjeler .mainProjeGrup .item ._yazi h4 {
    font-size: 20px
}

section#mainProjeler .mainProjeGrup .item ._yazi h4,section#mainProjeler .mainProjeGrup .item ._yazi p {
    color: rgb(234, 234, 234);
    font-family: 'CLight',sans-serif;
    letter-spacing: .14em
}

section#mainBlogs {
    padding-top: 9%;
    padding-bottom: 7.2%
}

section#mainBlogs .myWrapper {
    max-width: 1329px
}

section#mainBlogs ._head {
    margin-bottom: 10%
}

section#mainBlogs ._head ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

section#mainBlogs ._head ul li:first-child h4 {
    font-family: 'CBold',sans-serif;
    font-size: 16px;
    margin-top: 4%
}

section#mainBlogs ._head ul li:first-child p {
    font-family: 'CBold',sans-serif;
    font-size: 10em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -3.4%;
    opacity: .1
}

section#mainBlogs ._head ul li:last-child {
    width: 70%
}

section#mainBlogs ._head ul li:last-child p {
    position: relative;
    font-family: 'CLight',sans-serif;
    font-size: 16px;
    opacity: 1
}

section#mainBlogs ._head ul li p {
    color: #000
}

section#mainBlogs ._body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

section#mainBlogs ._body .blogItem {
    width: 22%;
    margin-right: 7%
}

section#mainBlogs ._body .blogItem:hover {
    border-left: none
}

section#mainBlogs ._body .blogItem .itemDetail a.btn,section#mainBlogs ._body .blogItem a.btnlart {
    display: block;
    width: 148px;
    margin-top: 3%;
    margin-left: 2%
}

.blogItem .itemDetail section#mainBlogs a.btn,section#mainBlogs .blogItem .itemDetail a.btn,section#mainBlogs a.btnlart {
    display: block;
    width: 245px
}

section#blogs {
    margin-top: 5%
}

section#blogs .blogListesi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

section#projeler {
    padding-top: 3%
}

section#projeler ._headSelect {
    margin-bottom: 4%;
    display: grid;
    place-items: center;
}

section#projeler ._headSelect ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

section#projeler ._headSelect ul li {
    margin-right: 0%
}

section#projeler ._headSelect ul li a {
    color: #000;
    font-family: 'CBold',sans-serif;
    font-size: 14px;
    letter-spacing: normal;
    padding:5px 50px 5px 50px;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

section#projeler ._headSelect ul li a.active,section#projeler ._headSelect ul li a:hover {
    border-bottom: 1px solid #111
}

section#projeler .projeListesi {
    min-height: 300.548px
}

section#projeler .projeListesi .projeItem {
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    display: block;
    position: relative;
    border: 4px solid #000000;
    overflow: hidden;
}

section#projeler .projeListesi .projeItem:hover:before {
    opacity: 0;
    visibility: hidden
}

section#projeler .projeListesi .projeItem img {
    width: 100%;
    height: 100%!important;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

section#projeler .projeListesi .projeItem h5 {
    opacity: 1;
    position: absolute;
    top: 50%;
    color: #393534;
    font-family: 'CLight',sans-serif;
    font-size: 14px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    text-align: center;
    font-weight: lighter;
}

section#projeler .projeListesi .projeItem:before {
    content: "";
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #000;
    opacity: .8
}

#iletisim ._head p,section#projeler .projeListesi .ozelItem {
    color: #111;
    font-family: 'CLight',sans-serif;
    font-size: 16px
}

section#projeler .projeListesi .ozelItem:before {
    display: none
}

section#projeler .projeListesi:after {
    content: '';
    display: block;
    clear: both
}

section#projeler .projeListesi,section#projeler .projeListesi .projeItem {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

section#projeDetail {
    z-index: 10;
    position: relative;
    margin-top: -5%
}

section#projeDetail ._detayItem {
    margin-bottom: 2%
}

section#projeDetail ._detayItem img {
    width: 100%
}

section#blogDetail {
    padding-top: 3%;
    padding-bottom: 4%
}

section#blogDetail .flexSection {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

section#blogDetail .flexSection ._left {
    width: calc(85% - 258px)
}

section#blogDetail .flexSection ._left .blogHead h3,section#projeler .projeListesi .projeItem h5 {
    letter-spacing: .14em;
    text-transform: uppercase
}

section#blogDetail .flexSection ._left .blogBody img {
    width: 100%!important;
    margin-top: 4px;
    margin-bottom: 4px
}

section#blogDetail .flexSection ._left .blogBody * {
    font-family: 'CLight',sans-serif!important;
    color: #222!important;
    text-indent: 0!important;
    font-size: 16px !important;
    line-height: 19px!important;
    margin-bottom: 0!important
}

section#blogDetail .flexSection ._right {
    width: 258px
}

section#blogDetail .flexSection ._left .blogHead h3,section#blogDetail .flexSection ._right h5 {
    font-family: 'CBold',sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 15px
}

.formAlan ul li ._kutu,section#blogDetail .flexSection ._right ul li {
    margin-bottom: 20%
}

section#blogDetail .flexSection ._right ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section#blogDetail .flexSection ._right ul li a img {
    width: 100%;
    height: 181px;
    -o-object-fit: cover;
    object-fit: cover
}

section#blogDetail .flexSection ._right ul li a p {
    margin-top: 15px;
    font-family: 'CLight',sans-serif;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    line-height: 1em
}

#iletisim {
    padding: 11.7% 5% 10.6%;
    background: url(../img/sectionGolge.png) no-repeat center/cover;
    z-index: 1;
    
}

#iletisim .myWrapper {
    max-width: 1167px
}

#iletisim .flexSection {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#iletisim ._head {
    margin-bottom: 6%;
    text-align: center
}

#iletisim ._head h4 {
    color: #393534
}

#iletisim ._head p {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin-bottom: 15px;
    color: #393534!important;
    font-size: 2em!important;
    opacity: 1!important
}

#iletisim .haritadaGoster {
    margin-top: 20%;
    width: 182px
}

#iletisim ._left {
    width: 45%
}

#iletisim ._head h4,#iletisim ._left ._head p,#iletisim ._left h4 {
    font-family: 'CLight',sans-serif;
    font-weight: 100
}

#iletisim ._left h4 {
    letter-spacing: 0;
    font-size: 14px
}

#iletisim ._left ul li {
    width: 47%
}

#iletisim ._left ._head {
    position: relative;
    text-align: left;
    margin-bottom: 11%
}

#iletisim ._left ._head p {
    position: absolute;
    left: 60%;
    top: 50%;
    font-size: 10em;
    opacity: .06
}

#iletisim ._right {
    width: 40%;
    padding-top: 1.3%
}

#iletisim ._right h3 {
    color: #393534;
    font-family: 'CBold',sans-serif
}

#iletisim ._right form {
    margin-top: 9%
}

#iletisim ._right form .blogItem .itemDetail .btn,#iletisim ._right form .btnlart,.blogItem .itemDetail #iletisim ._right form .btn {
    display: block;
    cursor: pointer;
    border: 0!important;
    font-family: 'CBold',sans-serif;
    margin-top: 8%;
    font-size: 14px;
    color: #393534;
    width: 153px;
    background: 0 0;
    border: 1px solid rgba(255,255,255,.4)!important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#iletisim ._right form .blogItem .itemDetail .btn:hover,#iletisim ._right form .btnlart:hover,.blogItem .itemDetail #iletisim ._right form .btn:hover,.blogItem .itemDetail .formAlan ul li a.btn:hover,.formAlan ul li .blogItem .itemDetail a.btn:hover,.formAlan ul li a.btnlart:hover {
    color: #222;
    background: #fff
}

.field {
    position: relative;
    margin-bottom: 15px
}

.field input,
.field textarea {
    width: 100%;
    min-height: 45px;
    padding: 3px 15px;
    box-sizing: border-box;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #393534;
    border-radius: 0;
    box-shadow: none;
    line-height: 1.38;
    font-family: "CLight",sans-serif;
    font-size: 14px;
    color: #393534
}

.field label::before {
    content: attr(title);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    line-height: 2.38;
    font-family: "CLight",sans-serif;
    font-size: 14px;
    color: #393534
}

.field ::-webkit-input-placeholder {
    color: #ddd
}

.field ::-moz-placeholder {
    color: #ddd
}

.field :-ms-input-placeholder {
    color: #ddd
}

.field :-moz-placeholder {
    color: #ddd
}

.field input:focus,.field textarea:focus {
    outline: 0;
    border-color: #393534
}

.field input:valid+label::before,.field textarea:valid+label::before {
    line-height: 20px;
    font-size: 12px;
    background: #222;
    padding: 0 6px;
    left: 0;
    color: #393534;
    -webkit-transform: translateY(-102%);
    transform: translateY(-102%);
    content: attr(data-title);
    border: 1px solid #222
}

.field input:focus+label::before,.field textarea:focus+label::before {
    line-height: 20px;
    font-size: 12px;
    background: #222;
    padding: 0 6px;
    left: 0;
    color: #393534;
    -webkit-transform: translateY(-102%);
    transform: translateY(-102%);
    content: attr(data-title);
    border: 1px solid #222
}

.formAlan h5 {
    color: #393534;
    font-size: 12px;
    font-weight: 100;
    font-family: 'CLight',sans-serif;
    opacity: .4;
    margin: 10px 0
}

.formAlan ul,footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.formAlan ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify
}

.formAlan ul li a,.formAlan ul li p,footer ul li p {
    color: #393534;
    font-family: 'CLight',sans-serif;
    font-size: 16px
}

.blogItem .itemDetail .formAlan ul li a.btn,.formAlan ul li .blogItem .itemDetail a.btn,.formAlan ul li a.btnlart {
    display: block;
    font-family: 'CBold',sans-serif;
    margin-top: 7%;
    font-size: 14px;
    color: #393534;
    border-color: #fff
}

footer {
    background: rgb(234, 234, 234);
    padding: 3%;
    color: #393534;
}

footer .myWrapper {
    max-width: 1172px
}

footer ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer ul li p {
    color: #393534;
    font-size: 14px
}

footer ul li:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer ul li:last-child img {
    margin-left: 15px
}

@media (max-width: 1500px) {
    section#kurumsal ._head p {
        left:-7%
    }

    header .myWrapper>ul {
        width: 100%
    }
}

@media (max-width: 1280px) {
    section#mainProjeler .mainProjeGrup {
        height:673px
    }

    .myWrapper {
        max-width: calc(100% - 17%)!important
    }
}

@media (max-width: 1200px) {
    .myWrapper {
        width:calc(100% - 10%)
    }

    section ._head ul li:first-child p {
        left: 0!important;
        font-size: 4em!important
    }

    section ._head ul li:last-child {
        display: none!important
    }

    section ._head p {
        font-size: 4em!important
    }
}

footer .myWrapper>ul li:nth-child(1) img {
    width: 222px
}

@media (max-width: 992px) {
    footer .myWrapper>ul li:nth-child(1) img {
        width:222px
    }

    header.MainHead {
        background-attachment: scroll!important
    }

    header.MainHead .flexSection ._left .slideItem,header.MainHead .flexSection ._right img {
        width: 100%
    }

    #iletisim ._left h4,.formAlan h5,.formAlan ul {
        text-align: left!important
    }

    #iletisim ._right {
        margin-top: 9%
    }

    .blogItem {
        margin-bottom: 16%
    }

    .blogItem:after,.blogItem:before {
        display: none!important
    }

    section#projeler .projeListesi .projeItem h5 {
        top: 23%;
        font-size: 10px
    }

    header.active {
        height: 100px!important
    }

    header.active .flexSection {
        display: none
    }

    .flexSection {
        flex-direction: column;
    }

    .flexSection ._left,.flexSection ._right {
        width: 100%!important
    }

    header.MainHead .flexSection {
        margin-top: 20%
    }

    header.MainHead .flexSection ._right {
        width: 50%!important
    }

    header.MainHead .flexSection ._left {
        margin-top: 10%;
        text-align: center
    }

    .blogItem .itemDetail header.MainHead .flexSection ._left a.btn,header.MainHead .flexSection ._left .blogItem .itemDetail a.btn,header.MainHead .flexSection ._left a.btnlart {
        margin: 4% auto 0
    }

    header.MainHead {
        height: 500px
    }

    header.MainHead .myWrapper {
        height: 100%
    }

    header.MainHead .sliderNav {
        display: none
    }

    header.MainHead .flexSection ._left h3 {
        font-size: 14px
    }

    header .myWrapper>ul ul li:not(:last-child) {
        display: none
    }

    section#mainProjeler .mainProjeGrup {
        height: 400px
    }

    header.singleHead {
        height: 279px
    }

    header.singleHead .myWrapper ._headTitle p {
        font-size: 4em;
        top: 50%
    }

    ._menu {
        display: block;
        visibility: hidden;
        position: fixed;
        width: 100%;
        z-index: 20
    }

    ._menu ul li,._menu:before {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    ._menu:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: -1;
        height: 0;
        background: #222
    }

    ._menu ul {
        margin-top: 10%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    ._menu ul li {
        opacity: 0;
        margin-bottom: 4%
    }

    ._menu ul li a {
        color: #393534;
        font-family: 'CLight',sans-serif;
        letter-spacing: .2em;
        font-size: 1.5em
    }

    ._menu.active {
        visibility: visible
    }

    ._menu,._menu ul,._menu.active:before {
        height: 100%
    }

    ._menu.active ul li {
        opacity: 1
    }

    ._menu.active ul li:nth-child(1) {
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

    ._menu.active ul li:nth-child(2) {
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

    ._menu.active ul li:nth-child(3) {
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }

    ._menu.active ul li:nth-child(4) {
        -webkit-transition-delay: .4s;
        transition-delay: .4s
    }

    ._menu.active ul li:nth-child(5) {
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }

    header.active {
        position: fixed;
        width: 100%;
        z-index: 99;
        background: 0 0
    }

    ._head p,header.active ._headTitle,section#blogs .blogListesi .blogItem .itemDetail a.btn:before,section#blogs .blogListesi .blogItem a.btnlart:before,section#blogs .blogListesi .blogItem:before,section#mainBlogs ._body .blogItem .itemDetail a.btn:before,section#mainBlogs ._body .blogItem a.btnlart:before,section#mainBlogs ._body .blogItem:before {
        display: none
    }

    section#blogs .blogListesi .blogItem,section#mainBlogs ._body .blogItem {
        width: 100%;
        margin-right: 0
    }

    section#blogDetail .flexSection ._right {
        margin-top: 10%
    }

    header.detailHeader ._headTitle p.golgeYazi {
        font-size: 3em
    }

    header.detailHeader {
        height: auto;
        padding-bottom: 18%
    }

    header.detailHeader ._headTitle {
        margin-top: 22%
    }

    #iletisim ._left h4 {
    }

    #iletisim ._left ._head,.formAlan ul li ._kutu {
        margin-bottom: 4%
    }

    #iletisim ._right form {
        margin-top: 5%
    }

    .formAlan ul,footer ul,section#blogs .blogListesi,section#mainBlogs ._body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    section#projeler ._headSelect ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    section#projeler ._headSelect ul li {
        width: 100%;
        height: 40px
    }

    .resimKutu {
        height: 175px
    }

    footer ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    footer ul li p {
        margin-bottom: 10px
    }

    footer ul li:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    footer ul li:last-child img {
        margin-left: 0
    }
}

@media (max-width: 468px) {
    section#mainProjeler .mainProjeGrup {
        height:214px
    }

    .blogItem .itemImage img {
        width: 100%
    }

    .blogItem .itemDetail {
        margin-left: 0;
        padding-top: 0
    }

    .blogItem .itemDetail section#mainBlogs a.btn,section#mainBlogs .blogItem .itemDetail a.btn,section#mainBlogs a.btnlart {
        margin: 0 auto
    }

    section#mainProjeler .mainProjeGrup .item ._yazi {
        top: 32%
    }

    section#mainProjeler .mainProjeGrup .item ._yazi h4 {
        font-size: 13px
    }

    section#mainProjeler .mainProjeGrup .item ._yazi p {
        font-size: 12px
    }
}

.swal2-popup {
    background: rgba(35,35,35,.93)!important;
    border-radius: 0!important
}

.swal2-icon,.swal2-popup #swal2-content,.swal2-popup .swal2-title {
    color: #fff!important
}

.swal2-icon {
    border-color: #fff!important
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: .25em solid #fff!important
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #fff!important
}

#iletisim ._left ._head p {
    display: block !important;
}

.whatsapp-icon {
    position: fixed;
    bottom: 80px;
    right: 80px;
    z-index: 99;
    background: #25D366;
    border-radius: 100px;
    animation: pulse 2000ms linear infinite;
}

.whatsapp-icon:after, .whatsapp-icon:before {
    display: inline-block;
    margin: auto;
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: #25D366;
}

.whatsapp-icon:after {
    inset: 0;
    z-index: -100;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
    animation: outer-ripple 2000ms linear infinite;
}

.whatsapp-icon:before {
    inset: 0;
    z-index: -200;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
    animation: inner-ripple 2000ms linear infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    10% {
        transform: scale(1.1);
        filter: alpha(opacity=1);
        opacity: 1;
    }

    20% {
        transform: scale(0.9);
        filter: alpha(opacity=1);
        opacity: 1;
    }

    100% {
        transform: scale(0.8);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }
}

@-moz-keyframes pulse {
    0% {
        transform: scale(0.8);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    10% {
        transform: scale(1.1);
        filter: alpha(opacity=1);
        opacity: 1;
    }

    20% {
        transform: scale(0.9);
        filter: alpha(opacity=1);
        opacity: 1;
    }

    100% {
        transform: scale(0.8);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(0.8);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    10% {
        transform: scale(1.1);
        filter: alpha(opacity=1);
        opacity: 1;
    }

    20% {
        transform: scale(0.9);
        filter: alpha(opacity=1);
        opacity: 1;
    }

    100% {
        transform: scale(0.8);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }
}

@keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    80% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@-webkit-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    80% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@-moz-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    80% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

/* inner ripple */
@keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    100% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@-webkit-keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    100% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@-moz-keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    100% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

.whatsapp-icon img {
    padding: 5px 10px;
    width: 82px;
}

@media only screen and (max-width: 600px) {
    .whatsapp-icon {
        bottom:20px;
        right: 20px;
    }
}

.checkbox-wrapper-8 .tgl {
    display: none;
  }
  
  .checkbox-wrapper-8 .tgl,
    .checkbox-wrapper-8 .tgl:after,
    .checkbox-wrapper-8 .tgl:before,
    .checkbox-wrapper-8 .tgl *,
    .checkbox-wrapper-8 .tgl *:after,
    .checkbox-wrapper-8 .tgl *:before,
    .checkbox-wrapper-8 .tgl + .tgl-btn {
    box-sizing: border-box;
  }
  
  .checkbox-wrapper-8 .tgl::-moz-selection,
    .checkbox-wrapper-8 .tgl:after::-moz-selection,
    .checkbox-wrapper-8 .tgl:before::-moz-selection,
    .checkbox-wrapper-8 .tgl *::-moz-selection,
    .checkbox-wrapper-8 .tgl *:after::-moz-selection,
    .checkbox-wrapper-8 .tgl *:before::-moz-selection,
    .checkbox-wrapper-8 .tgl + .tgl-btn::-moz-selection,
    .checkbox-wrapper-8 .tgl::selection,
    .checkbox-wrapper-8 .tgl:after::selection,
    .checkbox-wrapper-8 .tgl:before::selection,
    .checkbox-wrapper-8 .tgl *::selection,
    .checkbox-wrapper-8 .tgl *:after::selection,
    .checkbox-wrapper-8 .tgl *:before::selection,
    .checkbox-wrapper-8 .tgl + .tgl-btn::selection {
    background: none;
  }
  
  .checkbox-wrapper-8 .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .checkbox-wrapper-8 .tgl + .tgl-btn:after,
    .checkbox-wrapper-8 .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
  }
  
  .checkbox-wrapper-8 .tgl + .tgl-btn:after {
    left: 0;
  }
  
  .checkbox-wrapper-8 .tgl + .tgl-btn:before {
    display: none;
  }
  
  .checkbox-wrapper-8 .tgl:checked + .tgl-btn:after {
    left: 50%;
  }
  
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn {
    overflow: hidden;
    transform: skew(-10deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.2s ease;
    font-family: sans-serif;
  }
  
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:after,
    .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:before {
    transform: skew(10deg);
    display: inline-block;
    transition: all 0.2s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #000000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  }
  
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:after {
    left: 100%;
    content: attr(data-tg-on);
  }
  
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:before {
    left: 0;
    content: attr(data-tg-off);
  }
  
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:active {
  }
  
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:active:before {
    left: -10%;
  }
  
  .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn {

  }
  
  .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:before {
    left: -100%;
  }
  
  .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:after {
    left: 0;
    color: rgb(255, 255, 255);
  }
  
  .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:active:after {
    left: 10%;
  }
  .projegalleryleft{
    margin-right: 5px;
  }
  .projegalleryright{
    margin-left: 5px;
  }

.lang-switch {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    color: #393534;
    font-family: 'CBold', sans-serif;
    font-size: 14px;
    transition: all 0.3s ease;
}

.lang-switch:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #393534;
}

.lang-switch img {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 992px) {
    .lang-switch {
        margin-top: 10px;
    }
}

.surec-item {
    background: rgba(227, 227, 227, 0.591);
    padding: 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.surec-item h5 {
    color: #393534;
    font-size: 1.2em;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    
}

.surec-item p {
    color: #393534;
    line-height: 1.6;
    text-align: justify;
    position: relative;
    z-index: 1;
}

.arka-numara {
    position: absolute;
    left: 0px;
    top: -85px;
    font-size: 300px;
    color: rgba(57, 53, 52, 0.2);
    font-weight: bold;
    z-index: 0;
    pointer-events: none;
}
