* {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    outline: 0;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    background: #e7eaef;
    background: #eff1f4;
    background: #f5f7f9;
}

::selection {
    color: #fff;
    background: #25B0FA;
}

::-moz-selection {
    color: #fff;
    background: #25B0FA;
}

body::-webkit-scrollbar {
    width: 7px !important;
    height: 7px !important;
}

body::-webkit-scrollbar-thumb {
    background: #ddd !important;
    border: 0 !important;
}

body::-webkit-scrollbar-thumb:hover {
    background: #bbb !important;
    border: 0 !important;
}

body::-webkit-scrollbar-track {
    background: #e7eaef !important;
    border: 0 !important;
}

body.lock {
    margin-left: 280px;
    overflow: hidden;
}

b, strong, h1, h2, h3 {
    font-weight: 600;
}

a {
    text-decoration: none;
}

#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fafafa;
    background: rgb(21 40 75 / 0.4);
}

.center {
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
    position: relative;
    padding: 0 20px;
    clear: both;
}

.all {
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
    position: relative;
    padding: 0 20px;
    clear: both;
    text-align: center;
    margin-top: -110px;
    margin-bottom: 50px;
    z-index: 1;
}

.tcenter {
    text-align: center;
}

.p-0 {
    padding: 10px;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

#header {
    width: 100%;
    height: 75px;
    background: rgb(21 40 75 / 0);
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.2s linear;
}

#header.bg {
    background: rgb(31, 77, 137);
}

#header a#logo {
    float: left;
    display: block;
    width: 145px;
    height: 60px;
    margin: 7.5px 0;
}

#header a#logo img {
    width: 145px;
    height: 40px;
    margin: 10px 0;
}

#header #menu {
    float: right;
    display: block;
    width: calc(100% - 145px);
    height: 75px;
}

#header #menu ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header #menu ul.menu li {
    float: left;
    transition: all 0.2s linear;
    padding: 20px 10px;
    line-height: 35px;
    position: relative;
}

#header #menu ul.menu li a {
    color: rgb(255 255 255 / 0.9);
    display: block;
    padding: 0;
    transition: all 0.2s linear;
    border-bottom: 2px solid rgb(0 0 0 / 0);
}

#header #menu ul.menu li a.sec {
    color: #fff;
    border-bottom: 2px solid #25B0FA;
}

#header #menu ul.menu li:hover a {
    border-bottom: 2px solid rgb(255 255 255 / 0.3);
}

#header #menu ul.menu li.grp:hover a {
    border-bottom: 2px solid rgb(255 255 255 / 0.3);
}

#header #menu ul.menu li .menudiv {
    position: absolute;
    left: -45px;
    top: 75px;
    height: auto;
    width: 170px;
    background: #122343;
    z-index: 1;
    overflow: hidden;
    padding: 0;
    display: none;
    padding: 10px 0;
}

#header #menu ul.menu li:hover .menudiv {
    display: block;
}

#header #menu ul.menu li .menudiv a:link, #header #menu ul.menu li .menudiv a:visited {
    width: 100%;
    border-bottom: 2px solid rgb(0 0 0 / 0);
    padding: 5px 15px;
    line-height: 35px;
    color: rgb(255 255 255 / 0.9);
    white-space: nowrap;
    background: none;

    transition: all 0.2s linear;
}

#header #menu ul.menu li .menudiv a i {
    float: left;
    font-size: 25px;
    color: rgb(255 255 255 / 0.7);
    transition: all 0.2s linear;
    margin-right: 15px;
}

#header #menu ul.menu li .menudiv a span {
    padding-bottom: 7px;
    border-bottom: 2px solid rgb(255 255 255 / 0);
    transition: all 0.2s linear;
    font-size: 13px;
}

#header #menu ul.menu li .menudiv a:hover span {
    color: #fff;
    border-bottom: 2px solid rgb(255 255 255 / 0.2);
}

#header #menu ul.menu li .menudiv a:hover i {
    color: #25B0FA;
}

#slider {
    width: 100%;
    height: 380px;
    background-color: #122343;
}

.slide {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 380px;
}

.pageheader {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 380px;
}

.referans {
    width: 100%;
    height: 490px;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage-outer {
    width: 100%;
    height: 100%;
    position: relative;
}

.item {
    width: 100%;
    padding-top: 60px;
    height: 100%;
    display: block;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-color: #122343;
}

.item-left {
    float: left;
    width: 40%;
    height: 100%;
    display: block;
    position: relative;
}

.item-right {
    float: right;
    width: 55%;
    height: 100%;
    display: block;
    position: relative;
    text-align: right;
}

.outer {
    display: table;
    position: absolute;
    height: 300px;
    top: 0;
    left: 0;
    width: 100%;
}

.pageheader .outer {
    display: table;
    position: absolute;
    height: 300px;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 20px;
}

.inner {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.inner span {
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 80px;
    color: #25B0FA;
    transition: all 0.2s linear;
    margin-bottom: 50px;
}

.inner h1, .inner h2 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #fff;
    font-size: 23px;
}

.inner p {
    width: 95%;
    margin: 0;
    padding: 10px 0 30px 0;
    line-height: 30px;
    color: #e7eaef;
    font-size: 16px;
    font-weight: 300;
}

.inner a {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    line-height: 35px;
    border: rgb(255 255 255 / 0.2) solid 1px;
    color: rgb(255 255 255 / 0.8);
    transition: all 0.2s linear;
}

.inner a:hover {
    border: rgb(255 255 255 / 0.6) solid 1px;
    color: rgb(255 255 255 / 1);
}

.inner img {
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    float: right;
    margin-right: -25px;
}

.owl-carousel .owl-nav {
    transition: all 0.2s linear;
}

.owl-carousel .owl-nav [class*="owl-"] {
    display: inline-block;
    cursor: pointer;
}

.owl-carousel .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 100px;
    height: 100%;
    text-align: center;
    line-height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    outline: 0;
    transition: all 0.2s linear;
    font-size: 60px;
    color: rgb(255 255 255 / 0.2);
    background: rgb(11 24 47 / 0);
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.referans.owl-carousel .owl-nav button.owl-prev {
    left: -80px;
    color: rgb(21 40 75 / 0.2);
    height: 75%;
}

.referans.owl-carousel .owl-nav button.owl-next {
    right: -80px;
    color: rgb(21 40 75 / 0.2);
    height: 75%;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    color: #25B0FA;
    background: rgb(11 24 47 / 0.3);
}

.referans.owl-carousel .owl-nav button.owl-prev:hover, .referans.owl-carousel .owl-nav button.owl-next:hover {
    color: #25B0FA;
    background: rgb(11 24 47 / 0);
}

.owl-carousel .owl-dots {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 20px 0;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    outline: 0;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    margin: 2px;
    background: #fff;
    display: block;
}

.owl-carousel .owl-dots .owl-dot:hover span {
    background: rgb(0 0 0 / 0.5);
}

.referans.owl-carousel .owl-dots .owl-dot span {
    background: rgb(21 40 75 / 0.3);
}

.referans.owl-carousel .owl-dots .owl-dot:hover span {
    background: rgb(21 40 75 / 0.5);
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #25B0FA;
}

#page {
    width: 100%;
    min-height: 300px;
    overflow: hidden;
}

#page h1, #page b.homebas, #page h2.home {
    margin: 0;
    padding: 0;
    padding: 25px 0 10px 0;
    font-weight: 400;
    color: #1F4D89;
    font-size: 20px;
    display: block;
}

#page h1 {
    padding: 35px 0 10px 0;
}

#page h2.home {
    padding: 35px 0 0 0;
}

#page p {
    color: #1F4D89;
    line-height: 25px;
}

#page p.home {
    font-weight: 300;
    font-size: 16px;
}

#page b.bigbas {
    margin: 0;
    padding: 0;
    padding: 10px 0;
    font-weight: 300;
    color: #1F4D89;
    font-size: 16px;
    display: block;
}

.box {
    float: left;
    width: 33.33%;
    padding: 10px;
}

.box.tam {
    width: 100%;
}

.galeribox {
    float: left;
    width: 33.33%;
    padding: 10px;
}

.galeribox a {
    display: block;
    height: 100%;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 0.03);
    transition: all 0.2s linear;
}

.galeribox:hover a {
    box-shadow: 0 8px 15px 0 rgb(0 0 0 / 0.1);
}

.galeribox a img {
    float: left;
    width: 100%;
}

.box.ref {
    float: left;
    width: 50%;
    padding: 10px;
}

.referans .box.ref {
    width: 100%;
}

.box_in {
    width: 100%;
    height: 100%;
    padding: 35px 25px 35px 25px;
    background: #fff;
    transition: all 0.2s linear;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 0.03);
}

.box.ref .box_in {
    width: 100%;
    height: 300px;
    padding: 25px;
    background-color: #1F4D89;
    transition: all 0.2s linear;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 0.03);
    position: relative;
    overflow: hidden;
}

.box.ref .box_in .iphone {
    float: right;
    width: 286px;
    position: absolute;
    z-index: 1;
    right: -40px;
    top: 40px;
    transition: all 0.2s linear;
    transform: rotate(-10deg);
}

.box.ref:hover .box_in .iphone {
    width: 305px;
    transform: rotate(0deg);
}

.box.ref .box_in .back {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    transition: all 0.2s linear;
    opacity: 1;
}

.box.ref:hover .box_in .back {
    opacity: 0.8;
}

.box.ref .box_in .iphone img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    transition: all 0.2s linear;
}

.box.ref .box_in .iphone img.site {
    width: 61.5%;
    height: auto;
    left: 34px;
    top: 18px;
    position: absolute;
    z-index: 1;
}

.box.ref:hover .box_in .iphone img.site {
    width: 61.5%;
    height: auto;
    left: 37px;
    top: 19px;
    position: absolute;
    z-index: 1;
}

#page .box.ref .box_in p {
    color: #e7eaef;
    margin: 15px 0;
    padding: 0;
    line-height: 25px;
    position: relative;
    width: 46%;
    font-size: 13px;
}

.box_in .icon {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    color: #25B0FA;
    transition: all 0.2s linear;
    margin-bottom: 10px;
}

.box_in h3 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 30px;
    color: #1F4D89;
    font-size: 19px;
    display: inline-block;
    position: relative;
}

.box.ref .box_in h3 {
    color: #fff;
    border-bottom: 2px solid rgb(255 255 255 / 0.5);
}

.box_in p {
    color: #1F4D89;
    margin: 15px 0;
    padding: 0;
    line-height: 25px;
    position: relative;
}

.box_in p.sml {
    color: #1F4D89;
    margin: 15px 0;
    padding: 0;
    line-height: 25px;
    font-size: 13px;
}

.box_in p b {
    display: block;
    border-bottom: 1px solid #e7eaef;
    font-weight: 300;
    font-size: 16px;
    margin-top: -15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.box_in p a.online {
    font-weight: 600;
    color: #1F4D89;
}

.box_in p a.online:hover {
    font-weight: 600;
    color: #25B0FA;
}

a.go {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    line-height: 40px;
    background: rgb(21 40 75 / 0.4);
    color: #fff;
    transition: all 0.1s linear;
}

.box_in a.go {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    line-height: 40px;
    background: #bfc9d8;
    color: #fff;
    background: #788192;
    color: #fff;
    transition: all 0.1s linear;
}

.box.ref .box_in a.go {
    bottom: 25px;
    position: absolute;
}

.box_in a.go span {
    float: left;
    margin-left: -5px;
    margin-right: 5px;
    transition: all 0.1s linear;
}

a.go span {
    float: left;
    margin-left: -5px;
    margin-right: 5px;
    transition: all 0.1s linear;
}

.box_in:hover a.go {
    background: #25B0FA;
    color: #fff;
}

.box_in a.go:hover span {
    margin-left: -3px;
    margin-right: 3px;
}

.box_in:hover a.go:hover {
    background: #25B0FA;
    box-shadow: 0 5px 0 0 rgb(0 0 0 / 0.1);
}

a.go:hover span {
    margin-left: -3px;
    margin-right: 3px;
}

a.go:hover {
    background: #25B0FA;
    box-shadow: 0 5px 0 0 rgb(0 0 0 / 0.1);
}

.box_in:hover {
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 0.15);
}

.box.contact, .box.form {
    float: left;
    width: 50%;
    padding: 10px;
}

.box.contact .box_in {
    padding: 35px 25px 35px 25px;
    background: #fff;
}

.box.form .box_in {
    padding: 35px 25px 35px 25px;
    background: #fff;
}

#footer {
    width: 100%;
    background: #fff;
    margin-top: 25px;
}

#footer a#logo {
    float: left;
    display: block;
    width: 145px;
    height: 60px;
    margin: 10px 0;
}

#footer a#logo img {
    width: 145px;
    height: 40px;
    margin: 10px 0;
}

#footer #menu {
    float: right;
    display: block;
    width: calc(100% - 145px);
    height: 35px;
    margin: 20px 0;
    line-height: 35px;
}

#footer #menu ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer #menu ul.menu li {
    float: left;
    position: relative;
    transition: all 0.2s linear;
    padding: 0 10px;
    font-weight: 400;
    line-height: 35px;
}

#footer #menu ul.menu li a {
    color: #1F4D89;
    display: block;
    padding: 0;
    transition: all 0.2s linear;
}

#footer #menu ul.menu li a span {
    color: #1F4D89;
    display: inline-block;
    font-size: 20px;
    float: left;
    margin-right: 5px;
    color: #25B0FA;
}

#footer #menu ul.menu li a span.lnr-envelope {
    margin-top: -1px;
}

#footer .alan {
    float: left;
    width: 25%;
    padding: 40px 0;
}

#footer .alan b {
    display: block;
    color: #1F4D89;
    line-height: 30px;
}

#footer .alan a {
    display: block;
    color: #1F4D89;
    line-height: 25px;
}

#footer .alan a.dis {
    display: block;
    color: #aaa;
    line-height: 25px;
}

#footer .sosyal {
    width: 100%;
    height: 80px;
    border-top: 1px solid #e7eaef;
    border-bottom: 1px solid #e7eaef;
}

#footer .bottom {
    font-size: 12px;
    padding: 15px 20px;
    line-height: 33px;
}

#footer .bottom span {
    float: left;
    font-size: 20px;
    line-height: 30px;
    margin-right: 5px;
}

#footer .bottom a {
    font-weight: 600;
    color: #1F4D89;
}

#footer .bottom a:hover {
    font-weight: 600;
    color: #25B0FA;
}

.tabs-menu {
    overflow: hidden;
    list-style: none;
    padding: 0;
}

.tabs-menu li {
    display: inline-block;
}

.tabs-menu li a {
    margin: 0 9px;
    padding: 0 1px;
    font-size: 18px;
    line-height: 50px;
    padding-bottom: 7px;
    font-weight: 400;
    color: #57698c;
    text-decoration: none;
    border-bottom: 2px solid rgb(21 40 75 / 0);
    transition: all 0.2s linear;
}

.tabs-menu li:first-child a {
    margin-left: 0;
}

.tabs-menu li a:hover {
    border-bottom: 2px solid rgb(21 40 75 / 0.1);
}

.tabs-menu li.current a {
    color: #1F4D89;
    border-bottom: 2px solid #25B0FA;
}

.tabs-menu .current a {
    color: #f60;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: block;
}

#up {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: url(../images/up.svg) center center no-repeat #1F4D89;
    background-size: 25px 25px;
    width: 45px;
    height: 45px;
    padding: 10px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    transition: all 0.2s linear;
}

#up.goster {
    opacity: 0.8;
}

#up.goster:hover {
    opacity: 1;
    background: url(../images/up.svg) center center no-repeat #25B0FA;
    background-size: 25px 25px;
}

@media screen and (max-width:768px) {
    #header #menu ul.menu li .menudiv {
        position: relative;
        left: -25px;
        top: 0;
        padding: 10px 10px;
        height: auto;
        width: calc(100% + 50px);
        background: #122343;
        background: rgb(0 0 0 / 0.1);
        z-index: 1;
        overflow: hidden;
        display: block;
        margin-bottom: 10px;
    }

    #header #menu ul.menu li .menudiv i {
        display: none;
    }

    .inner h1, .inner h2 {
        font-size: 20px;
    }

    .inner p {
        font-size: 14px;
    }

    #megaac {
        right: 0px;
        width: 70px;
        height: 80px;
        display: block;
        background: url(../images/menu.svg) center center no-repeat;
        background-size: 30px 30px;
        position: absolute;
    }

    #slider, .slide {
        height: 380px;
    }

    .outer {
        height: 300px;
    }

    .item-left {
        width: 100%;
    }

    .box.ref .box_in {
        height: 280px;
        padding: 15px
    }

    .box.ref .box_in .iphone {
        top: 120px;
        right: -70px;
    }

    .box.ref .box_in:hover .iphone {
        right: -60px;
    }

    .box.ref .box .box_in .back {
        height: 100%;
        width: auto;
    }

    #page .box.ref .box_in p {
        margin: 10px 0;
        line-height: 20px;
        width: 100%;
    }

    .box.ref a.go {
        z-index: 1;
        bottom: 15px;
    }

    #header {
        background: rgb(21 40 75 / 1);
    }

    .center.scr {
        overflow: hidden;
        list-style: none;
        width: 100%;
        height: 64px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .tabs-menu {
        width: 550px;
    }

    #header #menu {
        display: none;
        background: #122343;
    }

    #header #menu.ac {
        display: block;
        height: 100%;
        min-height: 800px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 70px;

        padding: 15px
    }

    #header #menu ul.menu {
        width: 100%;
    }

    #header #menu ul.menu li {
        width: 100%;
        position: relative;
        transition: all 0.2s linear;
        padding: 0 10px;
    }

    #header #menu ul.menu li a, #header #menu ul.menu li a.sec {
        height: 45px;
        font-size: 17px;
        border-bottom: 0;
    }

    #megaac.ac {
        background: url(../images/x.svg) center center no-repeat;
        background-size: 30px 30px;
    }

    .box {
        width: 100%;
    }

    .box.form, .box.contact, .box.ref {
        width: 100%;
    }

    #footer a#logo {
        width: 100%;
    }

    #footer a#logo img {
        margin: 15px auto;
    }

    #footer #menu {
        width: 100%;
    }

    #footer #menu ul.menu {
        width: 100%;
    }

    #footer #menu ul.menu li {
        width: 50%;
        padding-left: 0;
    }

    #footer .alan {
        width: 50%;
    }
}

@media screen and (max-width:488px) {
    #footer #menu {
        height: auto;
    }

    #footer #menu ul.menu li {
        width: 100%;
        padding-left: 0;
    }
}