@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=cyrillic,hebrew,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Akronim&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
@import url("font/stylesheet.css");

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


body {
    color: rgb(80, 83, 85);
    font-size: 15px;
    font-family: Roboto, sans-serif;
}

p {
    /* font-family: "Open Sans", sans-serif; */
    font-size: 14px;
    line-height: 26px !important;
}

.header {
    max-width: 100%;
    margin: 0;
    padding-bottom: 5px;
    /* background: rgb(241, 241, 241); */
    background: rgb(24, 34, 95);
    background: linear-gradient(270deg, rgba(24, 34, 95, 1) 0%, rgba(3, 73, 139, 1) 35%);
    padding-top: 0;
}

.header ul {
    float: left;
    margin-top: 16px;
    margin-bottom: 0px;
    height: 71px;
}

.header ul li {
    text-align: center;
    margin-right: 16px;
    border-right: 1px solid #182938;
    padding-right: 10px;
    padding-top: 0px;
    height: 59px;
}

.header ul a {
    color: rgb(118, 120, 123);
    font-size: 15px;
}

.header ul a:hover {
    color: rgb(44, 150, 195);
}

.header .phone {
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
    border-radius: 110px;
    font-weight: bold;
    font-size: 11px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 5px;
}

.header .phone i {
    margin-left: 12px;
    margin-right: 12px;
    color: rgb(0, 0, 0);
}

.header .contact {
    display: inline-block;
    float: right;
    margin-top: 5px;
    color: rgb(118, 120, 123);
    font-size: 15px;
}

.header a.btn {
    display: inline-block;
    float: right;
    margin-left: 30px;
    margin-right: 30px;
    padding: 15px 25px;
    color: rgb(255, 255, 255);
    font-size: 19px;
    background-color: rgb(44, 150, 195);
}

.logo {
    width: 300px;
    display: inline-block;
    float: left;
    margin-bottom: 15px;
    margin-top: 10px;
}

.elyazisi {
    font-family: "Dessert Script";
    font-weight: normal;
    font-style: italic;
    display: inline;
    padding-left: 20px;
    color: #fff;
    position: relative;
    top: 8px;
    font-size: 19px;
}

.navigation {
    float: right;
    margin-top: 10px;
    color: rgb(50, 51, 53);
    font-size: 19px;
    font-weight: 600;
}

.navigation .navbar {
    min-height: auto;
    margin-top: 25px;
}

.navigation .nav > li {
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
}

.navigation .nav > li:first-child {
    padding-left: 0px;
}

.navigation .nav > li:last-child {
    padding-right: 0px;
    border: none;
}

.navigation .nav > li > a {
    padding: 10px 10px;
    color: #000;
    background-color: transparent;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0px;
    border-radius: 130px;
    /* text-transform: uppercase; */
}

.navigation .nav > li.active > a, .navigation .nav > li > a:hover, .active {
    color: rgb(255, 255, 255);
    background: rgb(2, 51, 120);
}

.navigation .navbar-header button {
    font-size: 30px;
    color: rgb(0, 0, 0);
    background-color: transparent;
    display: block;
    position: absolute;
    height: 30px;
    right: -10px;
    margin-right: 0px;
    top: -27px !important;
}

.dil a {
    background: #f7f7f7 !important;
    width: 100%;
    /* height: 50px; */
    text-align: left;
    line-height: 31px;
}

.dil a:hover {
    color: #fff !important;
    background: #032469 !important;
}

.slider-area {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#slider {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-color: rgb(226, 230, 232);
}

#slider .slides {
    display: none;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 500px;
}

#slider .slide {
    width: 100% !important;
}

#slider .slides .slide-text {
    left: 58px;
    top: 94px;
    min-height: 300px;
    padding-left: 0px;
}

#slider .slides h2 {
    margin-top: 80px;
    margin-bottom: 40px;
    color: rgb(255, 255, 255);
    font-size: 35px;
    text-shadow: rgb(150, 150, 150) 0px 4px 19px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

#slider .slides h2 span {
    display: block;
    color: rgb(255, 255, 255);
    font-size: 42px;
    font-weight: 300;
    padding: 5px 20px;
}

#slider .slides h2 b {
    display: block;
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: 500;
    padding: 5px 20px;
}

#slider .slides p {
    width: 400px;
    margin: 0px;
    color: rgb(255, 255, 255);
    font-size: 16px;
}

#slider .slides a {
    left: 365px;
    top: 345px;
    padding: 8px 40px;
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: 300;
    border-radius: 26px;
    background-color: rgb(18, 72, 135);
}

.jssorb01 {
    position: absolute;
    left: 115px;
    top: 360px;
    z-index: 2;
}

.jssorb01 div {
    width: 16px;
    height: 16px;
    float: left;
    border-radius: 14px;
    background-color: rgb(78, 73, 73);
    cursor: pointer;
    outline: none;
}

.jssorb01 .av, .jssorb01 div:hover, .jssorb01 .av:hover {
    background-color: rgb(255, 255, 255);
}

.equipments {
    margin-top: 20px;
    margin-bottom: 40px;
}

.equipments li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    color: rgb(130, 135, 141);
    font-size: 16px;
}

.equipments li > img {
    margin-bottom: 15px;
    border: 1px solid rgb(220, 222, 223);
}

.reference-area {
    max-width: 1140px;
    margin-bottom: 60px;
}

.reference-area .bx-viewport {
    border: 1px solid rgb(241, 243, 243);
}

.reference-area ol > li {
    height: 75px;
    border-right: 1px solid rgb(241, 243, 243);
}

.reference-area ol > li:nth-child(2n) {
    background-color: rgb(249, 250, 250);
}

.reference-area .bx-controls-direction > a {
    width: 70px;
    height: 75px;
    padding-top: 15px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 26px;
    border: 1px solid rgb(234, 236, 236);
    position: absolute;
    top: 0px;
}

.reference-area a.bx-prev {
    left: 0px;
    border-right: none;
}

.reference-area a.bx-next {
    right: 0px;
    border-left: none;
}

.copyright > ul {
    margin-bottom: 40px;
    padding: 16px 20px 8px;
    text-align: center;
    border: 1px solid rgb(220, 222, 223);
}

.copyright > ul > li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.copyright > ul > li > a {
    color: rgb(50, 51, 53);
    font-size: 15px;
}

.copyright > ul > li > a:hover {
    color: rgb(184, 147, 47);
}

.copyright p {
    color: rgb(122, 130, 133);
    font-size: 15px;
}

.page-down {
    width: 45px;
    height: 75px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    text-align: center;
    color: rgb(108, 110, 111);
    font-size: 20px;
    border: none;
    position: relative;
    background-color: transparent;
    margin-top: -90px;
}

.page-down i {
    position: absolute;
    left: 18px;
    bottom: 18px;
}

.index-content, .container-area {
    margin-bottom: 50px;
    padding: 20px 0 !important;
}

.index-content h3, .container-area h2, .container-area h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #10225f;
    font-size: 33px;
    font-weight: 900;
    letter-spacing: 0;
}

.index-content h4 {
    margin-top: 0px;
    margin-bottom: 40px;
    color: rgb(1 74 138);
    font-size: 20px;
}

.index-content article {
    margin-bottom: 40px;
}

.work-list {
    margin-bottom: 20px;
    text-align: center;
    vertical-align: top;
    width: 100%;
    /* background: red; */
    padding: 0 30px;
}

.work-list > li {
    padding: 5px;
    background: rgb(255, 255, 255);
    max-width: 320px;
    display: block;
    text-align: left;
    border: 1px solid rgb(238, 238, 238);
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.75) 0px 4px 73px -60px;
    transition: all 0.5s ease 0s;
    position: relative;
    float: left;
    width: 25%;
}

.work-list > li:hover {
    background: rgb(15 34 95);
}

.work-list > li:hover h5 {
}

.work-list > li > a {
    display: block;
    margin-bottom: 0;
}

.work-list > li > h5 {
    margin-top: 0px;
    /* margin-bottom: 14px; */
    color: #fff;
    text-align: right;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0px;
    /* height: 60px; */
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 999;
    /* padding-top: 10px; */
    line-height: 42px;
    /* left: 0px; */
    right: 40px;
    /* background: white; */
    text-shadow: 1px 3px 9px rgb(0 0 0 / 52%);
}

.work-list > li > p {
    margin-bottom: 0px;
}

.content-header {
    min-height: 270px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    background: url('../images/header-bg.png');
    position: relative;
    background-size: cover;
}

.content-header h1 {
    margin-top: 22px;
    color: #fff;
    font-size: 44px;
    width: 100%;
    text-align: left;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-left: 20px;
    font-weight: 900;
    margin-top: 110px;
}

.content-header ul {
    margin-top: 0px;
    margin-bottom: 10px;
}

.content-header ul li {
}

.content-header ul li:last-child {
    border-right: none;
}

.content-header ul a {
    color: rgb(255, 255, 255);
    font-size: 18px;
}

.content-header ul a:hover {
    color: #fff;
}

.breadcrumb {
    background-color: transparent;
    text-align: left;
    padding-left: 20px;
}

.breadcrumb > li {
}

.breadcrumb > li > a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
}

.breadcrumb > li + li::before {
    padding: 0px 8px;
    color: rgb(122, 130, 133);
    content: "/";
}

.content-area {
    margin-bottom: 40px;
}

.content-text {
    overflow: hidden;
}

.content-text h3 {
    margin-bottom: 20px;
}

.content-text .text-description {
    color: rgb(80, 83, 85);
    font-size: 17px;
    font-weight: 600;
}

.content-text p {
    margin-bottom: 30px;
}

#gmap_canvas {
    max-width: 880px;
    height: 400px;
    margin: 0px auto;
    padding: 0px;
    border: 1px solid rgb(218, 220, 221);
}

.reference-list > li {
    margin: 0px 12px 20px;
    padding: 5px 0px;
    border: 1px solid rgb(232, 235, 237);
}

.all-gellery {
    overflow: hidden;
    clear: both;
    padding-top: 10px;
}

.all-gellery ul {
    text-align: center;
    vertical-align: middle;
}

.all-gellery ul > li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 35px;
    text-align: center;
}

.all-gellery ul > li a {
    display: block;
    color: rgb(246, 161, 27);
    line-height: 17px;
}

.all-gellery ul > li a img {
    border: 1px solid rgb(220, 222, 223);
}

.form-contact label {
    font-weight: 500;
}

.form-contact button {
    padding: 10px 20px;
    background-color: rgb(18, 72, 135);
    color: rgb(255, 255, 255);
    font-size: 16px;
}

.form-contact button:hover {
    color: rgb(0, 0, 0);
}

#map-canvas {
    height: 400px;
    margin: 0px;
    padding: 0px;
}

.padding-top-0 {
    padding-top: 0px;
}

.padding-right-0 {
    padding-right: 0px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-left-10 {
    padding-left: 10px;
}

.margin-top-0 {
    margin-top: 0px;
}

.margin-right-0 {
    margin-right: 0px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-left-0 {
    margin-left: 0px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-right-25 {
    margin-right: 25px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-right-35 {
    margin-right: 35px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-left-35 {
    margin-left: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-right-40 {
    margin-right: 40px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-left-40 {
    margin-left: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-right-50 {
    margin-right: 50px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-left-50 {
    margin-left: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-right-60 {
    margin-right: 60px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-left-60 {
    margin-left: 60px;
}

.blue {
    color: rgb(18, 72, 135);
}

.black {
    color: rgb(45, 48, 51);
}

.clear-both {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none !important;
}

.border-none {
    border: 0px !important;
}

.radius-none {
    border-radius: 0px !important;
}

.shadow-none {
    margin-right: 21px;
    box-shadow: none !important;
    text-shadow: none !important;
}

.outline-none {
    outline: none !important;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.overflow-hidden {
    overflow: hidden;
}

.display-inline-block {
    display: inline-block;
}

.display-none {
    display: none;
}

.img-border {
    border: 1px solid rgb(232, 235, 237);
}

a {
    color: #000;
    text-decoration: none !important;
    outline: none !important;
}

@media (min-width: 1200px) {
    .logo {
        width: 205px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .navigation {
        font-size: 18px;
    }

    .navigation .nav > li {
        padding-left: 12px;
        padding-right: 12px;
    }

    .navigation .nav > li > a {
        padding: 3px 0px;
    }
}

@media (max-width: 992px) {
    .footer-bottom-right p {
        text-align: center !important;
    }

    .footer-section-bottom {
        text-align: center;
        padding-bottom: 110px !important;
    }

    .index-content p {
        width: 85%;
        margin: 0px auto;
        text-align: center !important;
    }

    .ustMenu {
        display: none;
    }

    .elyazisi {
        width: 100%;
        text-align: center;
        display: block;
        top: 0px;
        margin: 0px;
        font-size: 13px;
        padding: 15px 0px;
    }

    .header {
        margin-bottom: 30px;
    }

    .footer ul, .footer address, .footer .phone {
        float: none;
        text-align: center;
    }

    .footer .phone {
        margin-bottom: 20px;
    }

    .navigation {
        float: none;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .navigation .nav > li {
        padding-left: 12px;
        padding-right: 12px;
    }

    .navigation .nav > li > a {
        padding: 10px 0px;
        text-align: left;
        border-bottom: 1px solid #eee;
        border-radius: 0;
    }

    .logo {
        display: block;
        float: left;
        margin: 0px auto;
        z-index: 9999999;
        position: relative;
    }

    .logo img {
        margin-top: -46px;
        width: 180px !important;
        position: relative;
        top: 24px;
        left: -20px;
    }

    #myCarousel .carousel-indicators {
        bottom: 0px !important;
    }

    #myCarousel {
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .navigation {
        margin-bottom: 40px;
    }

    .logo {
        width: 314px;
        margin-bottom: 30px;
    }
}

@media (max-width: 570px) {
    .work-list > li {
        float: left;
        margin: 9px;
        height: 170px;
        max-width: 100% !important;
        width: 100%;
        margin-bottom: 100px;
    }

    .content-header h1 {
        font-size: 22px;
        padding-left: 0;
    }

    .content-header ul li {
        padding: 6px 0px;
    }

    .content-header ul a {
        font-size: 16px;
    }
}

.hover {
    position: relative;
    width: 100%;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
    backface-visibility: hidden;
}

.middle {
    transition: all 0.5s ease 0s;
    opacity: 0;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.renk {
    color: rgb(113, 113, 113);
    font-size: 16px;
    line-height: 28px;
    height: 130px;
    overflow: hidden;
}

.partners-wrapper.style-two {
    background: rgb(255, 255, 255);
}

.partners-wrapper.style-two .partners .partner {
    border-right: 1px solid rgb(242, 242, 242);
}

.partners-wrapper.style-two .partners .partner.top {
    border-bottom: 1px solid rgb(242, 242, 242);
}


#myCarousel2 {
    display: none;
}


@media screen and (max-width: 760px) {



    .aboutus-banner .thumb {
        width: 100%;
    }
    .aboutus-banner {
        width: 100%;
        margin-bottom: 40px;
        margin-top: 30px;
    }
    #myCarousel {
        display: none;
    }


    #myCarousel2 {
        display: block;
    }


    .breadcrumb {
        padding: 0 !important;
    }

    .partners-wrapper.style-two .partners .partner.last {
        border-right: 1px solid rgb(242, 242, 242);
    }

    .partners-wrapper.style-two .partners .partner.top {
        border-top: 1px solid rgb(242, 242, 242);
    }

    .partners-wrapper.style-two .partners .partner.bottom {
        border-bottom: 1px solid rgb(242, 242, 242);
    }
}

.partners-wrapper .container {
    position: relative;
    z-index: 10;
}

.partners-wrapper .partners {
    padding-top: 72px;
}

.partners-wrapper .partners .partner {
    display: block;
    float: left;
    padding: 0px 43px;
    border-right: 1px solid rgba(255, 255, 255, 0.55);
}

.partners-wrapper .partners .partner.top {
    padding-bottom: 37px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.partners-wrapper .partners .partner.last {
    border-right: none;
}

.partners-wrapper .partners .partner.bottom {
    padding-top: 49px;
}

@media screen and (max-width: 981px) {
    .partners-wrapper .partners .partner {
        padding: 0px 19px;
    }
}

@media screen and (max-width: 760px) {
    .partners-wrapper .partners .partner {
        width: 50%;
        text-align: center;
        padding: 35px;
        border-left: 1px solid rgba(255, 255, 255, 0.55);
    }

    .partners-wrapper .partners .partner.last {
        border-right: 1px solid rgba(255, 255, 255, 0.55);
    }

    .partners-wrapper .partners .partner.top {
        border-top: 1px solid rgba(255, 255, 255, 0.55);
    }

    .partners-wrapper .partners .partner.bottom {
        border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    }
}

@media screen and (max-width: 425px) {
    .partners-wrapper .partners .partner {
        width: 100%;
    }
}

.referansList .boxed {
    box-shadow: rgba(0, 0, 0, 0.04) 2px 2px 2px;
    padding: 15px;
    background-color: rgb(255, 255, 255);
}

.referansList {
    margin-bottom: 30px;
}

.referansList a {
    color: inherit;
}

.referansList:hover a {
    color: rgb(234, 178, 56);
}

.referansList .image-thumbnail {
    position: relative;
    /* border-bottom: 1px solid rgb(234, 234, 234); */
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.referansList .image-thumbnail img {
    transition: all 0.3s ease 0s;
    width: 100%;
}

.referansList .text {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0px 3px;
}

.referansList:hover img {
    filter: grayscale(1);
}

.referansList .text-ref::after {
    font-family: fontawesome;
    display: inline-block;
    opacity: 0;
    transition: all 0.3s ease 0s;
    margin-left: -30px;
}

.referansList:hover .text-ref::after {
    opacity: 1;
    margin-left: 5px;
}

.imza {
    width: 150px;
}

#imza-digital {
    position: relative;
}

#imza-digital a img {
    position: absolute;
    right: 0px;
    top: -17px;
    width: 22px;
    transition: opacity 1s ease-in-out 0s;
}

#imza-digital a img.top {
    opacity: 0;
}

#imza-digital a img.top:hover {
    opacity: 1;
    transition: transform 1s ease 0s;
    transform: scale(0.8);
}

.card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: rgb(255, 255, 255);
    border: 0px solid rgb(238, 238, 238);
}

.card-block {
    padding: 10px;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0px;
}

.card-text:last-child {
    margin-bottom: 0px;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.875rem;
}

.card-header {
    padding: 0.75rem 1.875rem;
    background-color: rgb(245, 245, 245);
    border-bottom: 0px solid rgb(238, 238, 238);
}

.card-footer {
    padding: 0.75rem 1.875rem;
    background-color: rgb(245, 245, 245);
    border-top: 0px solid rgb(238, 238, 238);
}

.card-primary {
    background-color: rgb(164, 29, 22);
    border-color: rgb(164, 29, 22);
}

.card-success {
    background-color: rgb(92, 184, 92);
    border-color: rgb(92, 184, 92);
}

.card-info {
    background-color: rgb(83, 154, 208);
    border-color: rgb(83, 154, 208);
}

.card-warning {
    background-color: rgb(240, 173, 78);
    border-color: rgb(240, 173, 78);
}

.card-danger {
    background-color: rgb(217, 83, 79);
    border-color: rgb(217, 83, 79);
}

.card-inverse .card-header, .card-inverse .card-footer {
    border-bottom: 0.075rem solid rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header, .card-inverse .card-footer, .card-inverse .card-title, .card-inverse .card-blockquote {
    color: rgb(255, 255, 255);
}

.card-inverse .card-link, .card-inverse .card-text, .card-inverse .card-blockquote > footer {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: rgb(255, 255, 255);
}

.card-blockquote {
    padding: 0px;
    margin-bottom: 0px;
    border-left: 0px;
}

.card-img-overlay {
    position: absolute;
    inset: 0px;
    padding: 1.25rem;
}

@media (min-width: 544px) {
    .card-deck {
        display: table;
        table-layout: fixed;
        border-spacing: 1.25rem 0px;
    }

    .card-deck .card {
        display: table-cell;
        width: 1%;
        vertical-align: top;
    }

    .card-deck-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
}

@media (min-width: 544px) {
    .card-group {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .card-group .card {
        display: table-cell;
        vertical-align: top;
    }

    .card-group .card + .card {
        margin-left: 0px;
        border-left: 0px;
    }
}

.contact-profile__container {
    position: relative;
    border-top: 3px solid rgb(0, 0, 0);
    border-bottom: 9px solid rgb(242, 242, 242);
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    box-shadow: rgba(0, 0, 0, 0.26) 2px 2px 20px;
    padding-bottom: 1.625rem !important;
}

.contact-profile__name {
    position: absolute;
    background-color: rgb(164, 29, 22);
    color: rgb(255, 255, 255);
    top: -1rem;
    left: 1.875rem;
    padding: 0.25rem 0.625rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: bold;
    font-size: 0.875rem;
    text-shadow: rgba(0, 0, 0, 0.15) 0px 1px;
}

.contact-profile__item {
    padding: 10px 10px 1.1875rem;
    margin-bottom: 1.1875rem;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.contact-profile__item:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.contact-profile__icon {
    float: left;
}

.contact-profile__text {
    margin-left: 1.875rem;
    margin-bottom: 0px;
    font-size: 14px;
    color: rgb(113, 113, 113);
}

.contact-profile__social-icons {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: rgb(242, 242, 242);
    padding: 0.6875rem 1.875rem 0.0625rem 0.625rem;
    line-height: 1;
}

.contact-profile__social-icons::before {
    position: absolute;
    content: "";
    left: -2.1875rem;
    bottom: 0px;
    width: 0px;
    height: 0px;
    border-bottom: 2.1875rem solid rgb(242, 242, 242);
    border-left: 2.1875rem solid transparent;
}

.contact-profile__social-icons + .contact-profile__items {
    margin-bottom: 1.875rem;
}

.contact-profile__social-icon {
    font-size: 1.375rem;
    color: rgb(153, 153, 153);
    padding-left: 0.0625rem;
}

.contact-profile__social-icon:focus, .contact-profile__social-icon:hover {
    color: rgb(164, 29, 22);
}

.box {
    margin-left: 110px;
    width: 120px;
    height: 120px;
    background: rgb(25, 56, 118);
    color: rgb(255, 255, 255);
    border-radius: 100%;
    text-align: center;
    line-height: 120px;
    font-size: 50px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.32) 2px 2px 20px;
}

.side-bar h3 {
    background: rgb(24 34 95);
    padding: 20px 10px;
    font-size: 17px;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-bottom: 0px;
}

.side-bar ul {
    padding: 0px;
    border-top: 0px;
}

.side-bar ul li {
    list-style: none;
    border-bottom: 1px solid rgb(1 74 138);
    padding: 10px 0px;
    background: rgb(1 74 138);
}

.side-bar ul li a {
    display: block;
    color: rgb(255, 255, 255);
    padding-left: 15px;
}

.side-bar ul li a:hover {
    display: block;
    color: rgb(255, 255, 255);
    padding-left: 10px;
    transition: all 0.5s ease 0s;
}

.side-bar ul li a i {
    float: right;
    margin-right: 11px;
}

.ustMenu {
    float: right;
    padding-top: 0px;
    position: relative;
    top: 3px;
    margin-top: -23px;
    margin-bottom: -12px;
}

.ustMenu li {
    float: left;
}

.ustMenu a {
    padding: 13px 20px;
    line-height: 38px;
    margin: 0px;
    position: relative;
    color: #fff !important;
    background: none !important;
}

.iletisim .table {
    float: left;
    width: 48%;
    margin: 0px 10px 40px;
    border-left: 1px solid rgb(238, 238, 238);
    border-right: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid rgb(238, 238, 238);
    height: 280px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    width: 40px;
}

.faaliyetx::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    background: rgb(12 61 125 / 66%);
    top: 0px;
}

.faaliyetx .container {
    position: relative;
    z-index: 999;
}


.detayx h1 {
    margin-top: 0px;
    padding-top: 0px;
}

.bg-blue-grey {
    background-color: rgb(37, 59, 77);
}

.text-grey {
    color: rgb(183, 183, 183);
    padding: 50px 0px;
}

.footer a:link, a:visited {
    color: rgb(183, 183, 183);
}

.footer a:hover, a:active {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.footer-section {
    background: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
    color: #000;
    border-top: 1px solid #eee;
}

.footer-section-row {
    background: rgb(29, 117, 144);
    padding: 18px;
    margin-bottom: 50px;
}

.address {
    padding: 10px;
    display: flex;
}

.right-text {
    padding-left: 28px;
}

.right-text h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: 700;
}

.right-text p {
    margin: 0px;
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 23px;
}

.footer-title {
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    margin-bottom: 23px;
    font-weight: 400;
    position: relative;
}

.footer-title-text {
    z-index: 999;
    position: relative;
    padding-bottom: 10px;
    font-weight: 400;
    margin-bottom: 20px !important;
    letter-spacing: 0;
    font-size: 22px;
}

.footer-title-underline {
    height: 1px;
    background-color: rgb(238, 238, 238);
    position: absolute;
    bottom: 3px;
    left: 0px;
}

.quick-link-list {
    list-style-type: none;
    padding: 0px;
    margin-top: 0px;
    width: 100%;
    float: left;
}

.quick-link-list li a {
    color: #000;
    margin-bottom: 5px;
    display: block;
    font-weight: 200;
    font-size: 18px;
}

.footer-section-bottom {
    background: #f1f1f1;
    padding: 17px 0px;
}

.footer-bottom-left p {
    margin: 0px;
    color: rgb(31, 31, 31);
}

.footer-bottom-right p {
    margin: 0px;
    color: rgb(33, 33, 33);
    text-align: right;
}

.footer-bottom-right p a {
    color: rgb(45, 45, 45);
    font-weight: bold;
}

.title-transparent {
    opacity: 0 !important;
}

#social {
    margin: 20px 0px 0px;
    text-align: left;
}

.smGlobalBtn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: none;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    line-height: 41px;
    border-radius: 27px;
    margin-right: 4px;
    color: rgb(255, 255, 255) !important;
    background: #022a50 !important;
}


/* facebook button class*/

.facebookBtn {
    background: #4060A5;
}


.facebookBtn:before {
    /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a";
    /* add facebook icon */
}

.facebookBtn:hover {
    color: #4060A5;
    background: #000;
    border-color: #4060A5;
    /* change the border color on mouse hover */
}

/* twitter button class*/


.instagramBtn {
    background: #4060A5;
}


.instagramBtn:before {
    /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f16d";
    /* add facebook icon */
}

.instagramBtn:hover {
    color: #4060A5;
    background: #000;
    border-color: #4060A5;
    /* change the border color on mouse hover */
}

/* twitter button class*/


.twitterBtn {
    background: #000000;
}

.twitterBtn:before {
    font-family: "FontAwesome";
    content: "\f099";
    /* add twitter icon */
}

.twitterBtn:hover {
    color: #00ABE3;
    background: #000;
    border-color: #00ABE3;
}

/* google plus button class*/

.googleplusBtn {
    background: #e64522;
}

.googleplusBtn:before {
    font-family: "FontAwesome";
    content: "\f0d5";
    /* add googleplus icon */
}

.googleplusBtn:hover {
    color: #e64522;
    background: #fff;
    border-color: #e64522;
}

/* linkedin button class*/

.linkedinBtn {
    background: #0094BC;
}

.linkedinBtn:before {
    font-family: "FontAwesome";
    content: "\f0e1";
    /* add linkedin icon */
}

.linkedinBtn:hover {
    color: #0094BC;
    background: #fff;
    border-color: #0094BC;
}

/* youtube button class */

.youtubeBtn {
    background: #bf1d23;
}

.youtubeBtn:before {
    font-family: "FontAwesome";
    content: "\f167";
    /* add linkedin icon */
}

.youtubeBtn:hover {
    color: #bf1d23;
    background: #000;
    border-color: #bf1d23;
}

/* youtube button class */
/* pinterest button class*/

.pinterestBtn {
    background: #cb2027;
}

.pinterestBtn:before {
    font-family: "FontAwesome";
    content: "\f0d2";
    /* add pinterest icon */
}

.pinterestBtn:hover {
    color: #cb2027;
    background: #fff;
    border-color: #cb2027;
}

/* tumblr button class*/

.tumblrBtn {
    background: #3a5876;
}

.tumblrBtn:before {
    font-family: "FontAwesome";
    content: "\f173";
    /* add tumblr icon */
}

.tumblrBtn:hover {
    color: #3a5876;
    background: #fff;
    border-color: #3a5876;
}


.rssBtn {
    background: rgb(232, 136, 69);
}

.rssBtn::before {
    font-family: FontAwesome;
}

.rssBtn:hover {
    color: rgb(232, 136, 69);
    background: rgb(255, 255, 255);
    border-color: rgb(232, 136, 69);
}

.form-control-new {
    border-radius: 0px;
    position: relative;
}

.form-control-new::before {
    content: "/f0e0";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: 0px;
}

.newsletter {
    color: rgb(255, 255, 255);
}

.subscribe {
    width: 100%;
    border-radius: 0px;
    background: rgb(36, 130, 159);
    border: 1px solid rgb(106, 197, 225);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

#myCarousel .carousel-indicators {
    bottom: 70px;
}

#myCarousel .carousel-caption {
    bottom: 100px !important;
}

#myCarousel .carousel-caption h3 {
    font-size: 30px !important;
}

.altt {
    margin-bottom: -10px;
    padding-top: 10px !important;
}

.altt li {
    background: rgb(169, 11, 24) !important;
    padding-left: 20px !important;
    border-bottom: 1px solid rgb(119, 8, 17) !important;
}

.baslik b {
    font-weight: 100;
}

.mbBtn {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: none;
    z-index: 9999;
}

.mbBtn a {
    display: inline-block;
    width: 50%;
    text-align: center;
    float: left;
    padding: 10px;
    font-size: 14px;
    background: #014a8a;
    color: rgb(255, 255, 255);
}

.mbBtn a:last-child {
    float: right;
    background: #162763;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .mbBtn {
        display: block;
    }

    .lisans {
        width: 50%;
        float: left;
    }
}

#myCarousel {
    height: 65vh !important;
    overflow: hidden;
}

#myCarousel img {
    width: 100%;
    max-width: 100%;
}

.footer_link {
    margin: 30px 0px 0px;
    padding: 0px;
}

.footer_link li {
    list-style: none;
    width: 100%;
    margin-bottom: 10px;
}

.footer_link li a {
    text-align: center;
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 100px;
    border: 2px solid rgb(236 236 236);
    color: rgb(0, 0, 0);
    font-weight: 500;
    background: #fff;
}

.footer_link li a:hover {
    background: rgb(4 73 139);
    color: rgb(255, 255, 255);
}

.form h2 {
    color: rgb(0, 0, 0);
    margin-bottom: 1%;
}

.form p {
    color: rgb(0, 0, 0);
    font-weight: 400;
    margin-bottom: 2%;
}

.form input {
    width: 100%;
    padding: 4%;
    margin-bottom: 2%;
    border: 1px solid rgb(170, 170, 170);
    height: 15px !important;
}

.form textarea {
    width: 100%;
    height: 180px;
    resize: none;
    padding: 3%;
    margin-bottom: 2%;
    border: 1px solid rgb(170, 170, 170);
}

.form button {
    float: right;
    border: 2px solid transparent;
    transition: all 0.3s ease 0s;
    margin-top: 10px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 15px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.form button:hover {
    background: transparent;
    border: 2px solid rgb(12 64 129);
    color: #000;
}

.colorb li {
    list-style-type: none;
    margin-bottom: 12px;
}

.owl-referans {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.owl-referans img {
    filter: grayscale(100%);
    /* border: 1px solid #eee; */
}

.owl-referans img:hover {
    filter: grayscale(0%);
}


.yazi p {
    font-size: 15px;
    color: #000;
    line-height: 35px !important;
}

.projeler .col-md-3 {
    margin-top: 30px;
}

.projeler h3 {
    font-size: 19px;
    color: #000;
    font-weight: 300;
    text-align: center;
    padding: 20px;
    background: #ffffff;
    height: auto;
    line-height: auto;
    position: absolute;
    top: 60px;
    border-top-right-radius: 20px;
    font-weight: 600;
    border-bottom-right-radius: 20px;
    -webkit-box-shadow: 0px 0px 53px -29px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 53px -29px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 53px -29px rgba(0, 0, 0, 0.75);
}

.projeler .col-md-3 .div {
    display: block;
    height: 180px;
    overflow: hidden;
}


.yazi {
    line-height: 40px;
}

.footer_logo {
    filter: grayscale(100%);
    margin-top: 20px;
    width: 250px;
    margin: 21px auto;
}


.owl-carousel .owl-item {
    background: none !important;
}


.owl-referans .item {
    padding: 30px;
    border: 1px solid #f5f4f4;
}


.colorb {
    padding: 0;
    color: #000;
}


.ustMenu li {
    list-style: none
}

.ustMenu li a {
    padding: 0 !important;
    font-weight: 300;
    font-size: 13px !important;
}

.ustMenu li i {
    font-size: 25px;
    margin-bottom: -5px;
    display: block;
    margin-top: 4px;
}


.ustMenu li p {
    font-size: 13px;
    margin-top: -11px;
}

.phone {
    color: #000 !important;
}


.haberleR {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    /* display: table; */
    /* border: 1px solid #f5f7f9; */
    border-radius: 0 0 6px 6px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.75);
}

.haberleR img {
    width: 100%;
    /* border-radius: 6px 6px 0 0; */
}

.haberleR .text421 {
    width: 100%;
    float: left;
    padding: 15px;
    border-top: none;
    background: #fff;
    padding-bottom: 0px;
    position: relative;
    z-index: 999;
    /* margin-top: -20px; */
}

.haberleR .text421 span {
    height: 26px;
    line-height: 26px;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    border: 1px solid #c4c9d3;
    background: #c4c9d3;
    padding: 0 7px;
    border-radius: 3px;
    font-size: 12px;
    margin-top: -40px;
    position: relative;
    top: -29px;
}

.haberleR .text421 h4 {
    font-size: 18px;
    color: #014a8a;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    margin-top: -26px;
}

.haberleR .text421 h4:after {
    content: '';
    width: 32px;
    height: 2px;
    background: #1b5892;
    position: absolute;
    left: 45%;
    bottom: 0;
}

.haberleR .text421 p {
    line-height: 30px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 300;
    /* height: 10px; */
    text-align: center;
    /* display: block; */
    /* background: red; */
}

.haberleR .text421 div {
    height: 90px;
    overflow: hidden;
    line-height: 24px;
    text-align: center;
    color: #6b6b6b;
}

.haberleR .btnHab3 {
    display: inline-block;
    border: 2px solid transparent;
    transition: all .3s;
    font-size: 12px;
    background: #fff;
    color: #242f5b;
    padding: 5px 20px;
    padding-top: 7px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 20px;
    /* margin-left: 15px; */
    width: 60%;
    text-align: center;
    font-size: 18px;
    border: 1px solid #eee;
    margin-left: 20%;
}

.btnHab3:hover {
    background: transparent;
    border: 1px solid #212b55;
    color: #fff;
    background: #212b55;
}

.haberDetays p {
    font-size: 15px;
    font-weight: 400;
    color: #444;
    line-height: 18px;
}


@media (max-width: 768px) {


    .navigation .nav {
        padding-top: 41px;
    }

    .navigation .nav > li {

    }

    #myCarousel {
        height: auto !important;
    }

    .refx {
        padding-top: 0 !important;
    }

    .quick-link-list {
        height: auto;
    }

    .work-list {
        position: relative;
        padding-left: 0;
    }

    body {
        font-size: 14px;
    }

    .header {
        min-height: auto;
        /* margin-bottom: -10px; */
    }

    .header a.btn {
        margin: 0px;
        padding: 15px;
        font-size: 16px;
    }

    .header .phone {
        float: left;
        margin-top: 16px;
    }

    .header .phone > span, .header .phone > i {
        display: none;
    }

    .navigation .nav > li {
        display: block;
        padding: 0px;
        border: none;
    }

    .work-list > li {
        margin-left: 15px;
        margin-right: 15px;
    }

    .work-list > li > h5 {
        font-size: 31px;
        height: auto;
        position: relative;
        top: -100px;
        right: 20px;
    }

    .copyright p {
        text-align: center;
        float: none !important;
    }

    .index-content h3, .container-area h3 {
        font-size: 21px;
    }

    .content-text .text-description {
        font-size: 15px;
    }

    .dil {
        margin-left: 0 !important;
        float: left;
        text-align: center;
    }

    .dil a {
        text-align: center !important;
    }

    .haberxx {
        width: 50%;
        float: left;
        padding: 7px;
    }

    .haberxx .text421 div {
        display: none;
    }

    .haberxx .text421 h4 {
        height: 60px;
        text-align: center;
        line-height: 23px;
        font-size: 13px;
    }

    .haberleR .btnHab3 {
        font-size: 13px;
    }
}


.search-lang {
    display: table;
    position: relative;
    right: 0;
    top: 10px;
    z-index: 9999;
}

.search-lang .dropbtn {
    background-color: transparent;
    color: #444;
    padding: 7px 16px;
    font-size: 15px;
    border: none;
    border: 1px solid #d4d4d4;
    /* margin-top: -10px; */
    border-radius: 60px;
}

.search-lang .dropdown {
    position: relative;
    display: inline-block;
}

.search-lang .dropdown:hover .dropdown-content {
    display: block;
}

.search-lang .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 124px;
    z-index: 1;
    transition: 1s;
}

.search-lang .dropdown-content a {
    color: #666666;
    padding: 4px 15px;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    display: block;
    /* border-bottom: 1px solid #7b7a7a; */
}


.imBayi img {
    border: 1px solid #eee;
}


.aboutus-section {
    padding: 90px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
}

.aboutus-title {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 39px;
    padding: 0 0 11px;
    position: relative;
    text-transform: uppercase;
    color: #10235e;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #10225f;
    font-size: 33px;
    font-weight: 900;
    letter-spacing: 0;
    text-align: right;
}

.aboutus-title::after {
    background: #e8e8e8 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    right: 0;
    position: absolute;
    width: 54px;
}

.aboutus-text {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 47px;
    text-align: right;
    color: #606060;
    font-size: 13px;
    line-height: 22px;
}


.aboutus-more {
    border: 1px solid #11245d;
    border-radius: 25px;
    color: #11245d !important;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 7px 40px;
    text-transform: uppercase;
    float: right;
}

.aboutus-more:hover {
    background: #11245d;
    color: #fff !important;
}

.feature .feature-box .iconset {
    background: #fff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 18%;
    border-radius: 70px;
}

.feature .feature-box .iconset::after {
    background: #eeeeee none repeat scroll 0 0;
    content: "";
    height: 90%;
    left: 43%;
    position: absolute;
    top: 100%;
    width: 1px;
}

.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}


.feature .feature-box .feature-content {
    float: left;
    padding-left: 28px;
    width: 78%;
    margin-bottom: 31px;
}

.feature .feature-box .feature-content h4 {
    color: #10235e;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}

.feature .feature-box .feature-content p {
    color: #606060;
    font-size: 13px;
    line-height: 22px;
}

.icon {
    color: #f4b841;
    padding: 0px;
    font-size: 40px;
    border: 1px solid #eeeeee;
    border-radius: 100px;
    color: #10235e;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}


.thumb {
    width: 270px;
    height: 425px;
    margin: 0px auto;
    perspective: 1000px;
}

.thumb a {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../images/bg.png");
    background-size: 0, cover;
    transform-style: preserve-3d;
    transition: all 0.5s;
}

.thumb:hover a {
    transform: rotateX(80deg);
    transform-origin: bottom;
}

.thumb a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background: inherit;
    background-size: cover, cover;
    background-position: bottom;
    transform: rotateX(90deg);
    transform-origin: bottom;
}

.thumb a span {
    color: white;
    text-transform: uppercase;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font: bold 12px/36px "Open Sans";
    text-align: center;
    transform: rotateX(-89.99deg);
    transform-origin: top;
    z-index: 1;
}

.thumb a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
    opacity: 0.15;
    transform: rotateX(95deg) translateZ(-80px) scale(0.75);
    transform-origin: bottom;
}

.thumb:hover a:before {
    opacity: 1;
    box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.5);
    transform: rotateX(0) translateZ(-60px) scale(0.85);
}


.projeler .col-md-6 {
    margin-bottom: 20px;
    position: relative;
}

.projeler .col-md-6 .div {
    height: 300px;
    overflow: hidden
}


.detayx {
    /* position: absolute; */
    /* top: 130px; */
    background: #ffffffed;
    /* width: 80%; */
    /* padding: 10px; */
    text-align: left !important;
}

.detayx p {
    color: #000 !important;
}


.dropdown-menu {
    padding: 0;
    min-width: 200px;
    border: 0;
    border-radius: 0;
}


.dropdown-menu > li > a {
    color: #000;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.dropdown-menu > li > a i {
    color: #aaa;
    padding-right: 5px;
}

.yazi ol li {
    list-style-type: initial;
}