::selection {
    color: #fff;
    background: #3E4651;
}

::-moz-selection {
    color: #fff;
    background: #3E4651;
}

body::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
}

body::-webkit-scrollbar-button {
    width: 0 !important;
    height: 0 !important;
}

body::-webkit-scrollbar-thumb {
    background: #c1c1c1 !important;
    border: 0 !important;
}

body::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8 !important;
}

body::-webkit-scrollbar-thumb:active {
    background: #a8a8a8 !important;
}

body::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border: 0 !important;
}

body::-webkit-scrollbar-track:hover {
    background: #f1f1f1 !important;
}

body::-webkit-scrollbar-track:active {
    background: #f1f1f1 !important;
}

body::-webkit-scrollbar-corner {
    background: transparent !important;
}

* {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    background: #fff;
    color: #222;
    font-weight: 400;
}

b, strong, h1, h2, h3, h4 {
    font-weight: 500;
}

#loader {
    width: 100%;
    height: 100%;
    background: url(../img/load.svg) center center no-repeat #3E4651;
    background: #fff;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
}

.center {
    margin: 0 auto;
    width: 100%;
    max-width: 1130px;
    padding: 0 15px;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.home {
    float: right;
    width: 350px;
    height: 350px;
    margin-right: 50px;
    border-radius: 175px;
    background: #e4f6fd;
}

.home.le {
    float: left;
    width: 350px;
}

.home img.homeimg {
    max-width: 450px;
    margin-left: -50px;
    margin-top: 15px;
    height: auto;
}

.home.le img.homeimg {
    max-width: 450px;
    margin-left: -50px;
    margin-top: 0;
    height: auto;
}

.right {
    float: right;
}

#header {
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 3;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

#logo {
    width: 160px;
    height: 80px;
    text-align: center;
    position: absolute;
    z-index: 4;
    box-sizing: border-box;
    top: 22px;
    transition: all 0.2s linear;
}

a.logo {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    color: #3E4651;
}

a.logo img {
    float: left;
    width: 145px;
    height: auto;
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#top {
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 3;
}

.page_left .sosyal {
    float: left;
    width: 100%;
    height: 50px;
    padding: 0px 0px 10px 0px;
    text-align: center;
}

.page_left .sosyal a {
    float: left;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 30px;
    text-decoration: none;
    margin-right: 5px;
    background: #aaa;
}

.page_left .sosyal a.youtube {
    background: #ff0000;
}

.page_left .sosyal a.facebook {
    background: #4267b2;
}

.page_left .sosyal a.instagram {
    background: #ce1467;
}

.page_left .sosyal a img {
    margin: 0 auto;
    width: 15px;
    height: 15px;
    display: block;
    color: #f0f2f5;
    margin-top: 7.5px;
}

#bar {
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 2;
    transition: all 0.2s linear;
    margin-top: 20px;
}

ul#mega {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 50px;
}

#mega li {
    float: left;
    position: relative;
    transition: all 0.2s linear;
}

#mega li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 15px;
    padding: 0 15px;
    line-height: 50px;
    text-transform: uppercase;
    transition: all 0.2s linear;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
}

#mega li:hover a {
    color: #fff;
    background: #3E4651;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

#mega div.menu {
    position: absolute;
    top: 45px;
    max-height: 0;
    min-width: 100%;
    background: #3E4651;
    z-index: 1;
    overflow: hidden;
    transition: height 2s;
    border-radius: 5px;
}

#mega li:hover div.menu {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
    box-shadow: 0 6px 6px 2px rgba(0, 0, 0, 0.2);
}

#mega div.menu a:link, #mega div.menu a:visited {
    padding: 0 20px 0 10px;
    color: #fff;
    line-height: 35px;
    white-space: nowrap;
    font-size: 13px;
    transition: all 0.2s linear;
    border-radius: 0;
    font-weight: 400;
    text-transform: capitalize;
    box-shadow: 0 0 0 0;
}

#mega div.menu a:first-child {
    margin-top: 10px;
}

#mega div.menu a:last-child {
    margin-bottom: 10px;
}

#mega div.menu a:hover {
    padding: 0 15px 0 15px;
    background: #2F353D;
}

#megaac {
    float: right;
    margin-right: -5px;
    width: 40px;
    height: 50px;
    display: block;
    z-index: 5;
    position: relative;
}

#megaac span {
    display: block;
    width: 40px;
    height: 50px;
    line-height: 48px;
    font-size: 30px;
    text-align: right;
    color: #fff;
}

#megaac span.lnr-cross2 {
    display: none;
}

#slide {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../img/load.svg) center center no-repeat #3E4651;
    background: #fff;
}

#slide.mobile {
    display: none;
}

#mask {
    margin: 0 auto;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
}

.yer {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    background: #3E4651;
    border-bottom: 4px solid #3E4651;
    min-height: 50px;
    line-height: 50px;
    margin-top: -50px;
    position: relative;
}

.yer a {
    float: left;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding-right: 20px;
    background: url(../img/right.svg) right 5px center no-repeat;
    background-size: 10px 10px;
}

.yer a:hover {
    text-decoration: underline;
}

.yer b {
    float: left;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding-right: 20px;
}

.page {
    float: left;
    width: 100%;
    min-height: 300px;
    padding: 25px 0 65px 0;
    line-height: 25px;
}

.outer {
    display: table;
    height: 100%;
    top: 0;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.projeler {
    width: 100%;
    height: 600px;
    padding: 45px 0;
    line-height: 25px;
    background-color: #3E4651;
    overflow: hidden;
}

#tabalan {
    width: 100%;
    position: relative;
}

#tabs {
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

#tabs li {
    display: inline-block;
    *display: inline;
    /*IE7*/
    *zoom: 1;
    /*IE7*/
    padding: 7.5px;
}

#tabs a {
    position: relative;
    line-height: 50px;
    padding: 0 15px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.1s linear;
}

#tabs a:hover {}

#tabs a:focus {
    outline: 0;
}

#tabs #current a,
#tabs #current a::after {
    background: #fff;
    color: #3E4651;
    font-weight: 500;
}

#content {
    width: 100%;
    margin: 15px 0;
    min-height: 300px;
    position: relative;
    z-index: 1;
}

#content .alan {
    width: 100%;
    min-height: 460px;
}

#content .alan p {
    margin: 7.5px;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
}

.box {
    float: left;
    width: 25%;
    padding: 10px;
}

.alan .box {
    width: 100%;
}

.alan .box.urun {
    width: 100%;
    height: auto;
}

.box.urun .box_in {
    background: #fff;
    position: relative;
    min-height: 100%;
    padding: 0;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.box.urun .box_in .resimbox {
    width: 100%;
    height: 280px;
    display: block;
    text-align: center;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.box.urun .box_in .resimbox img {
    display: none;
}

.box.urun .box_in a.baslik {
    display: block;
    width: 100%;
    padding: 10px;
    height: 70px;
    line-height: 25px;
    font-size: 15px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    font-weight: 500;
}

.anabas {
    width: 100%;
    position: relative;
    font-size: 22px;
    text-align: center;
    padding: 15px 7.5px 0px 7.5px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.homepage {
    float: left;
    width: 100%;
    height: 490px;
    padding: 75px 0;
    line-height: 25px;
}

.homepage .homepagep {
    float: left;
    width: calc(100% - 400px);
    height: 100%;
    padding-right: 70px;
    font-size: 17px;
}

.homepage .homepagep.re {
    padding-right: 0px;
    padding-left: 70px;
}

.homepage .homepagep.re i {
    font-size: 15px;
    display: block;
    color: #aaa;
}

.homepage .homepagep.re a {
    float: left;
    display: inline-block;
    line-height: 55px;
    height: 50px;
    color: #000f19;
    text-decoration: none;
    margin-right: 25px;
}

.homepage .homepagep.re a span {
    float: left;
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
    margin-top: -2px;
}

.homepage .homepagep.re a span.lnr-envelope {}

.homepage .homepagep.re a:hover {
    color: #3E4651;
}

.homepage p span {
    font-size: 40px;
}

.page p.kisa {
    color: #3E4651;
    font-weight: 600;
    font-size: 14px;
}

.galeri {
    width: calc(100% + 15px);
    margin-left: -7.5px;
}

.galeribox {
    float: left;
    width: 25%;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 7.5px;
    box-sizing: border-box;
}

.galeribox a.resim {
    width: 100%;
    height: 200px;
    display: block;
    background-color: #3E4651;
    overflow: hidden;
    box-sizing: border-box;
    overflow: hidden;
    box-sizing: border-box;
	box-shadow: 0 0 6px 2px rgb(0 0 0 / 10%);
    transition: all 0.15s linear;
}

.galeribox:hover a.resim {
    opacity : .7
}

.projebox {
    float: left;
    width: 33.3%;
    height: auto;
    box-sizing: border-box;
    margin: 3px 0;
    padding: 7px;
    transition: all 0.15s linear;
}

.projebox:hover {
    background: #3E4651;
}

.proje {
    width: 100%;
    height: 190px;
    background: #eee;
    position: relative;
    overflow: hidden;
}

.proje a {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../img/ikon2.svg);
    background-position: center center;
    background-size: cover;
}

a.vbas {
    display: block;
    width: 100%;
    min-height: 50px;
    line-height: 50px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 12px;
    color: #fff;
    text-decoration: none;
    background: #3E4651;
}

a.vbas b {
    color: #fff;
}

.hizmetbox {
    float: left;
    width: 25%;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0 10px 15px 10px;
    box-sizing: border-box;
}

.hizmetbox a {
    display: block;
    width: 100%;
    min-height: 44px;
    line-height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 12px;
    background: #fff;
    text-decoration: none;
    color: #333;
    border: 2px solid #ddd;
    font-weight: 600;
    border-radius: 3px;
}

.hizmetbox a:hover {
    color: #3E4651;
    border: 2px solid #3E4651;
}

.hizmetbox a.sec {
    color: #3E4651;
    border: 2px solid #3E4651;
}

.page_left {
    float: left;
    width: calc(100% - 470px);
    padding: 25px 0;
    line-height: 25px;
}

.page h1, .page_left h1, b.h1 {
    margin: 0;
    padding: 0 0 10px 0;
    color: #000f19;
    font-size: 19px;
    display: inline-block;
    border-bottom: 2px solid #3E4651;
    margin-bottom: 10px;
}

.homepage h1 {
    margin: 0;
    padding: 0 0 10px 0;
    color: #000f19;
    font-size: 19px;
    display: inline-block;
    border-bottom: 2px solid #3E4651;
    margin-bottom: 10px;
}

.page a.tg {
    color: #3E4651;
    text-decoration: none;
    text-transform: capitalize;
}

.page hr.dat {
    height: 0;
    border: 0;
    border-bottom: 1px dashed #aaa;
}

.page b, .page_left b, .page_left a {
    color: #3E4651;
    text-decoration: none;
}

.kesif {
    float: right;
    width: 450px;
    padding-left: 15px;
    padding-top: 25px;
    margin-bottom: 25px;
    box-sizing: border-box;
}

.form {
    width: 100%;
    box-sizing: border-box;
    background: #3E4651;
    border-radius: 5px;
}

.form p {
    padding: 10px 15px 15px 15px;
    margin: 0;
    color: #fff;
}

.form_baslik {
    width: 100%;
    line-height: 60px;
    background: url(../img/form.svg) left 15px top 20px no-repeat;
    background-size: 37px 37px;
    padding: 10px 15px 0 65px;
    font-size: 17px;
    height: 60px;
    color: #fff;
    box-sizing: border-box;
}

.form .form_in {
    padding: 5px 15px 15px 15px;
    box-sizing: border-box;
}

.form input.text {
    width: 100%;
    line-height: 50px;
    background: #3E4651;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
    height: 50px;
    color: #fff;
    box-sizing: border-box;
    outline: 0;
}

.form input.text::placeholder {
    color: #fff;
}

#sonuc {
    float: left;
    min-width: 50px;
    background-size: 37px 37px;
    line-height: 45px;
    padding: 0;
    font-size: 14px;
    height: 45px;
    color: #fff;
    box-sizing: border-box;
    margin-top: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.sonuc {
    background: #333;
    line-height: 45px;
    color: #fff;
    padding: 0 15px;
}

a#send {
    float: right;
    line-height: 45px;
    background: #282D34;
    padding: 0 15px;
    font-size: 14px;
    height: 45px;
    color: #fff;
    box-sizing: border-box;
    margin-top: 15px;
    outline: 0;
    cursor: pointer;
    transition: all 0.2s linear;
    border-radius: 5px;
}

a#send:hover {
    background: #fff;
    color: #3E4651;
}

#footer {
    width: 100%;
    padding: 40px 0 0px 0;
    background: #2f353d;
    height: auto;
}

#footer a.logo img {
    width: 110px;
    opacity: 0.5;
    padding-bottom: 11px;
    margin-bottom: 20px;
    border-bottom: 2px solid #48515d;
}

.projeler .center {
    padding: 0 5px;
}

#footer .sosyal {
    float: right;
    width: 100%;
    height: 40px;
    max-width: 240px;
    text-align: center;
}

#footer .sosyal a {
    float: right;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    margin-left: 10px;
    background: #282d34;
}

#footer .sosyal a.youtube:hover {
    background: #ff0000;
}

#footer .sosyal a.facebook:hover {
    background: #4267b2;
}

#footer .sosyal a.instagram:hover {
    background: #ce1467;
}

#footer .sosyal a.youtube:hover {
    background: #ff0000;
}

#footer .sosyal a img {
    margin: 0 auto;
    width: 15px;
    height: 15px;
    display: block;
    color: #f0f2f5;
    margin-top: 7.5px;
}

#footer .footer .alan {
    float: left;
    width: 20%;
    padding-right: 20px;
    padding-bottom: 20px;
}

#footer .footer .alan input.mail {
    border: #ddd solid 1px;
    border-right: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: #fefefe;
    float: right;
    outline: 0;
}

#footer .footer .alan span {
    float: right;
    margin: 0;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background: #e2c97f;
}

#footer .footer .alan span:hover {
    background: #d3bb72;
}

#footer .footer .alan.kurumsal {
    width: 30%;
}

#footer .footer .alan.bulten {
    width: 30%;
    text-align: right;
    padding-right: 0;
}

#footer .footer .alan b {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    padding: 3px 0;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 2px solid #48515d;
}

#footer .footer .alan a {
    display: block;
    padding: 0;
    text-decoration: none;
    color: #ccc;
    line-height: 25px;
    cursor: pointer;
}

#footer .footer .alan p {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #ccc;
    line-height: 25px;
}

#up {
    position: fixed;
    background: rgba(0, 0, 0, 0);
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    z-index: 2;
    transition: all 0.2s linear;
    bottom: 90px;
    right: 20px;
    text-align: center;
    border-radius: 5px;
}

#up i {
    display: none;
}

#up.goster {
    background: rgba(0, 0, 0, 0.2);
}

#up.goster i {
    color: #fff;
    font-size: 20px;
    display: block;
}

#up.goster:hover {
    background: #3E4651;
}

.copyright {
    width: 100%;
    padding: 20px 0;
    background: #282d34;
    margin-top: 20px;
    text-align: left;
    color: #aaa;
}

a.filnet {
    float: right;
    display: block;
    width: 16px;
    height: 22px;
    background: url(../img/filnet.svg) top left no-repeat;
    background-size: auto 22px;
    transition: all 0.2s linear;
}

a.filnet:hover {
    width: 95px;
}

.tabs-menu{
overflow : hidden;
list-style : none;
margin : 0;
padding : 0;
}

.tabs-menu li{
height : 48px;
float: left;
border-top : 2px solid rgba(0,0,0,0.15);
position : relative;
}

.tabs-menu li.current {
position: relative;
border-top : 2px solid #3E4651;
z-index : 5;
}

.tabs-menu li a {
display : block;
padding: 0 15px;
line-height : 50px;
font-size : 15px;
color: #666;
text-decoration: none;
font-weight : 500;
}

.tabs-menu .current a {
color: #3E4651;
}

.tab-content {
display : none;
margin-top : 25px;
margin-bottom : 15px;
}
.tab-content.current{
display : block;
}

@media screen and (max-width:780px) {
	
.tabs-menu li{
	width:50%;
}
    .nn {
        display: none;
    }

    .page_left {
        width: 100%;
    }

    .kesif {
        width: 100%;
        padding-left: 0;
    }

    .projebox {
        width: 100%;
    }

    .hizmetbox {
        width: 50%;
    }

    .box.urun {
        width: 33.33%;
    }

    .galeribox {
        width: 33.33%;
    }

    .galeribox a.resim {
        height: 120px;
    }

    ul#mega {
        float: left;
        width: 100%;
        padding: 0 15px;
        margin-left: -15px;
        background: #3E4651;
        box-sizing: border-box;
        display: none;
    }

    ul#mega li {
        width: 100%;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        box-sizing: border-box;
    }

    ul#mega li a {
        color: #fff;
        padding: 0;
    }

    ul#mega li a.grp {
        pointer-events: none;
        ;
    }

    #mega li:hover div.menu {
        display: block;
        position: relative;
        top: 0px;
    }

    #megaac {}

    #megaac.ac span.lnr-menu {
        display: none;
    }

    #megaac.ac span.lnr-cross2 {
        display: block;
    }

    ul#mega.ac {
        display: block;
        min-height: 100%;
        height: 700px;
        position: absolute;
        background: #3E4651;
        top: -20px;
        padding-top: 100px;
    }

    .homepage {
        height: auto;
    }

    .homepage .homepagep {
        float: none;
        width: 100%;
        height: auto;
        padding-right: 0px;
    }

    .homepage .homepagep.re {
        padding-right: 0px;
        padding-left: 0px;
    }

    .home, .home.le {
        float: none;
        width: 100%;
        height: auto;
        margin-right: 0px;
        text-align: center;
        background: none;
    }

    .home img.homeimg, .home.le img.homeimg {
        width: 100%;
        max-width: 450px;
        margin-left: 0px;
        margin-top: 15px;
        height: auto;
    }

    #footer .footer .alan.kurumsal {
        display: none;
    }

    #footer .footer .alan {
        width: 35%;
    }

    #mask {
        background-position: center center;
    }
}

@media screen and (max-width:550px) {
    #top a.mail {
        display: none;
    }

    #slide.mobile {
        display: block;
    }

    #slide.desktop {
        display: none;
    }

    a.logo img {
        width: 135px;
    }

    #footer .footer .alan {
        width: 50%;
    }

    #footer .footer .alan.bulten {
        width: 100%;
        text-align: left;
    }

    #footer .sosyal a {
        float: left;
        margin-left: 0px;
        margin-right: 10px;
    }

    #footer .sosyal {
        float: left;
    }

    .box.urun .box_in .resimbox {
        height: 200px;
    }

    #tabs li {
        float: left;
    }

    #tabalan {
        overflow: hidden;
        overflow-x: scroll;
    }

    #tabs {
        width: 500px;
        height: 65px;
    }

    .projeler {
        height: 550px;
    }

    .homepage {
        padding: 45px 0;
    }

    .galeribox {
        width: 50%;
    }

    .hizmetbox {
        width: 100%;
    }

    .box.urun {
        width: 50%;
    }
}