/* bootstrap */
@import url("../../assets/bootstrap/css/bootstrap.min.css");
@import url("../../assets/bootstrap/list-groups/y.css");
/* bootstrap Son*/

/* Site font İconlar */
@import url("../../assets/font-icon/fontawesome/css/all.min.css");
@import url("../../assets/font-icon/demo-files/demo.css");
@import url("../../assets/font-icon/demo-files/fontello.css");
@import url("../../assets/font-icon/font-icon.css");
/* Site font İconlar Son*/

/* Site  Cssler Başla */
@import url("iletisim.css");
@import url("icon.css");
@import url("formlar.css");
@import url("../webfont/avenir/stylesheet.css");
@import url("../webfont/SFProDisplay/stylesheet.css");
@import url("../webfont/klein/stylesheet.css");
/* Site  Cssler Son */

/* Site Slider  Başla */
@import url("../../assets/slick/slick.css");
@import url("../../assets/slick/slick-theme.css");
@import url("../../assets/swiper/css/swiper.min.css");
@import url("../../assets/owlcarousel/assets/owl.carousel.min.css");
@import url("../../assets/owlcarousel/assets/owl.theme.default.min.css");
@import url("../../assets/fancybox/css/jquery.fancybox.min.css");
/* Site Slider Son */

/*@import url("responsive.css");*/

#play-overlay #play-button{
    filter: opacity(100%) !important;
}

.site-bosluk-hizala {
    width: 100%;
    height: auto;
    overflow: hidden;
}

a.yuzyil {
    display: flex;
    font-size: 18px;
    background: #ffffff;
    font-weight: 600;
    width: 151px;
    height: 51px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    border-radius: 50px;
    color: #fff;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    overflow: hidden;
    padding: 0 10px;
    box-shadow:0px 0px 10px 0px #000000ad;
}


a.WhatsApp {
    display: flex;
    font-size: 18px;
    background: #2EB843;
    font-weight: 600;
    width: 51px;
    height: 51px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
    color: #fff;
    align-items: center;
    justify-content: center;
    animation: whatsapp infinite 2s linear;
    z-index: 9999;
}

@keyframes whatsapp {
    0% {
        box-shadow: 0 0 0 0 #2EB843;
    }

    50% {
        box-shadow: 0 0 0 10px rgba(1, 93, 199, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}


body {
    font-size: 15px;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    color: #00050B;
    transition: all 350ms ease-in-out 0s;
}

.font1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.font2 {
    font-family: 'Teko', sans-serif;
}

.font3 {
    font-family: 'SF Pro Display';
}

.font4 {
    font-family: 'Klein';
}


#yukaricik {
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    display: none;
    z-index: 999999;
}

html {
    font-size: 100%;
}

a {
    text-decoration: none !important;
    color: #23282d;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
}

ul {
    padding: 0px;
    margin: 0px;
}


/* butonlar başlangıç*/

.btn-genel {
    height: 45px;
    padding: 0px 26px;
    font-size: 14px;
    position: relative;
    transition: transform 1.4s cubic-bezier(.7, 0, .3, 1) .5s, opacity 1.4s cubic-bezier(.7, 0, .3, 1) .5s;
    text-align: center;
    transition: transform .2s;
    color: #212121;
    font-weight: 700;
    line-height: 1;
    border: 1px solid #212121;
    border-radius: 35px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.btn-genel:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    background-color: #614de4;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: left .2s ease-out, right .2s ease-out, opacity .2s ease-out, background-color .2s ease-out;
}

.btn-genel:hover:after {
    left: 0;
    right: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.btn-genel:hover {
    color: #fff;
    border-color: #614de4;
}

.btn-genel span {
    z-index: 9;
}



.btn-genel1 {
    height: 45px;
    padding: 0px 26px;
    font-size: 14px;
    position: relative;
    transition: transform 1.4s cubic-bezier(.7, 0, .3, 1) .5s, opacity 1.4s cubic-bezier(.7, 0, .3, 1) .5s;
    text-align: center;
    transition: transform .2s;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    border: 1px solid #fff;
    border-radius: 35px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.btn-genel1:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    background-color: #00AEEF;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: left .2s ease-out, right .2s ease-out, opacity .2s ease-out, background-color .2s ease-out;
}

.btn-genel1:hover:after {
    left: 0;
    right: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.btn-genel1:hover {
    color: #fff;
    border-color: #00AEEF;
}

.btn-genel1 span {
    z-index: 9;
}

/* buton 2*/

.btn-genel2 {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    background: #C5AD95;
    border-radius: 0px;
    padding: 15px 20px;
    line-height: 1;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    align-items: center;
}

.btn-genel2 i {
    margin-right: 15px;
}

.btn-genel2:hover {
    color: #fff;
    background: #000;
}

.btn-genel2 .Sitelink1 {
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-genel2:hover .Sitelink1 {
    transform: translateY(-200%);
    opacity: 0;
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.btn-genel2 .Sitelink2 {
    transform: translate(0px, 250px);
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
    position: absolute;
    width: 100%;
    opacity: 0;
    left: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-genel2:hover .Sitelink2 {
    transform: translate(0px, 0px);
    opacity: 1;
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.Sitelinkk_textt2 {
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 700;
    color: #0B1E62;
    border-radius: 0px 0px 0px 0px !important;
    padding: 15px 0px;
    line-height: 1;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.Sitelinkk_textt2 i {
    margin-left: 8px;
}

.Sitelinkk_textt2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ccc;
    display: block;
    bottom: 0px;
}

.Sitelinkk_textt2::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background: #0B1E62;
    display: block;
    bottom: 0px;
    z-index: 9;
    transition: all 0.9s;
}

.Sitelinkk_textt2:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
}

.Sitelinkk_textt2 .Sitelink1 {
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
    display: block;
}

.Sitelinkk_textt2:hover .Sitelink1 {
    transform: translateY(-200%);
    opacity: 0;
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.Sitelinkk_textt2 .Sitelink2 {
    transform: translate(0px, 250px);
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
    position: absolute;
    width: 100%;
    opacity: 0;
    left: 0px;
    text-align: center;
}

.Sitelinkk_textt2:hover .Sitelink2 {
    transform: translate(0px, -15px);
    opacity: 1;
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.Sitelinkk_textt2:hover {
    color: #A6CE39;
}


/* butınlar son */


.site-baslik1 {
    width: 100%;
    height: auto;
    text-align: center;
}

.site-baslik1 h2 {
    font-size: 55px;
    font-weight: 400;
    line-height: 1;
}

.site-baslik1 p {
    display: block;
    font-size: 17px;
    font-weight: 300;
    color: #647072;
    max-width: 55%;
    margin: 10px auto 5px;
}

.site-baslik1:after {
    content: '';
    width: 25px;
    height: 3px;
    background: #025676;
    display: inline-block;
    position: relative;
}

.mahallemde {
    width: 100%;
    height: 80px;
    overflow: hidden;
}

.mahallemde img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Header Başlangıç*/

.header-menu {
    width: 100%;
    height: auto;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
}

.header-menu .navbar-brand {
    position: absolute;
    left: 0;
    transform: translateX(0%);
    margin: 0 auto;
    width: 100%;
    display: inline-flex;
    justify-content: center;
}

.header-menu .navbar-brand img {
    width: auto;
    height: 142px;
}

.header-top {
    padding: 12px 0px;
    width: 100%;
    height: auto;
    background: #00338D;
}

.header-top-bilgi {
    display: block;
}

.header-top-bilgi li:first-child {
    margin-left: 0px;
}

.header-top-bilgi li {
    list-style: none;
    margin-left: 22px;
}

.header-top-bilgi li a {
    color: #fff;
    font-size: .70em;
    font-weight: 400;
    letter-spacing: .0278em;
    color: #fff;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.header-top-bilgi li.email a {
    text-transform: none;
}

.header-top-bilgi li a span {
    margin-right: 5px;
    font-size: 1.17em;
}

.header-top-sosyal li:first-child {
    margin-left: 0px;
}

.header-top-sosyal li {
    list-style: none;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.header-top-sosyal li a {
    color: #015877;
    font-size: 1.1em;
    border: solid 1px #015877;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 13px;
}

.header-top-sosyal li a:hover {
    color: #fff;
    border: solid 1px #015877;
    background: #015877;
}

.header-top-dil {
    display: flex;
    padding-left: 40px;
}

.header-top-dil li {
    list-style: none;
    margin-left: 22px;
    position: relative;
}

.header-top-dil li a {
    color: #fff;
    font-size: .70em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .0278em;
    color: #fff;
    display: flex;
    align-items: center;
}

.header-top-dil li:first-child:before {
    display: none;
}

.header-top-dil li:before {
    content: "";
    display: block;
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -4px;
    height: 9px;
    width: 1px;
    background-color: #30628a;
}

.header-top-dil li a .icon {
    height: 10px;
    margin-right: 5px;
    display: none;
}

.header-top-dil li a .icon img {
    height: 100%;
}


.header-menu .navbar {
    padding-top: 30px;
    padding-bottom: 30px;
}

.header-menu .navbar-nav .nav-item {
    margin-left: 39px;
    position: relative;
}

.header-menu .navbar-nav .nav-item:nth-child(2) {
    margin-left: 0px;
}

.header-menu .navbar-nav .nav-item:nth-child(5) {
    margin-left: 250px;
}

.header-menu .navbar-nav .nav-item:nth-child(1) {
    display: none;
}

.header-menu .navbar-nav .nav-item .nav-link {
    display: block;
    padding: 0.65rem 0rem;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

.header-menu .navbar-nav .nav-item .nav-link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.2rem;
    background: transparent;
    display: block;
    bottom: 0rem;
    transition: transform .4s;
    -webkit-transition: transform .4s;
    -moz-transition: transform .4s;
    -ms-transition: transform .4s;
    -o-transition: transform .4s;
    opacity: 0;
}

.header-menu .navbar-nav .nav-item .nav-link.nav-link.active::after {
    width: 100%;
    background: #fff;
    opacity: 1;
}


.header-menu .navbar-nav .nav-item .nav-link.nav-link:hover::after {
    width: 100%;
    background: #fff;
    left: 0%;
    opacity: 1;
}

.header-menu .navbar-nav .nav-item.nav-submenu>ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 901;
    background: #080A09;
    width: calc(100% + 110px);
    padding: 0px 0px;
}

.header-menu .navbar-nav .nav-item.nav-submenu>ul li {
    list-style: none;
}

.header-menu .navbar-nav .nav-item.nav-submenu>ul li a {
    width: 100%;
    display: flex;
    padding: 7px 15px 7px 15px;
    color: #fff;
    font-size: 20px;
}

.header-menu .navbar-nav .nav-item.nav-submenu>ul li a:hover {
    color: #6e8c1f;
}

.header-menu .navbar-nav .nav-submenu>a:after {
    content: "\eab8";
    font-family: "fontello";
    margin-left: auto;
    padding-left: 5px;
}

.header-menu .navbar-nav>.nav-submenu>a::after {
    content: "\eab6";
    font-family: "fontello";
}

.header-menu .navbar-nav ul ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 100%;
    z-index: 902;
    background: #080A09;
    width: calc(100% + 70px);
    padding: 15px 0px;
}

.header-menu .navbar-nav li {
    position: relative;
}

.bd-menu .header-menu {
    background: black;
}

.header-ust {
    position: relative;
    width: 100%;
    height: 48px;
    display: flex;
    background: #fff;
    border-top: 1px solid #efefef;
}

.header-ust .container {
    position: relative;
}

.header-ust::before {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/pattern-white.svg) repeat;
    content: '';
    top: 0px;
    left: 0px;
    opacity: 50%;
}

.header-ust .logolar {
    display: block;
}

.header-ust .logolar img {
    height: 87px;
}

.header-ust .slogan {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    left: 0px;
    top: 0;
    margin-left: -14px;
    letter-spacing: 2px;
}


.header-ust .slogan b {
    color: #A6CE39;
    font-weight: 700;
    margin-left: 11px;
}

/* Header Son*/

/* sLider 1 Başlangıç*/

.slider1 {
    width: 100%;
    height: auto;
    position: relative;
}

.slider1 .bottom-ok {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    z-index: 6;
    animation: sliderButon .8s alternate infinite;
    cursor: pointer;
    border: solid 2px #fff;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    color: #00AEEF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 99;
}

@keyframes sliderButon {
    0% {
        bottom: 30px;
    }

    100% {
        bottom: 45px;
    }
}

.slider1 .swiper-button-next,
.slider1 .swiper-container-rtl .swiper-button-prev {
    right: 40px;
    left: auto;
}

.slider1 .swiper-button-prev {
    right: auto;
    left: 40px;
}

.slider1 .banner-sol {
    width: 104px;
    height: auto;
    background: #fff;
}

.slider1 .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.slider1 .swiper-slide {
    overflow: hidden;
}

.slider1 .swiper-slide .swiper-slide-resim {
    background-size: cover !important;
    background-position: center !important;
    /*
    animation: slideShow 24s linear infinite 0s;
    -o-animation: slideShow 24s linear infinite 0s;
    -moz-animation: slideShow 24s linear infinite 0s;
    -webkit-animation: slideShow 24s linear infinite 0s;
    */
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

@keyframes slideShow {
    0% {
        background-position: 0px 0px;
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-o-keyframes slideShow {
    0% {
        background-position: 0px 0px;
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
        transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-moz-keyframes slideShow {
    0% {
        background-position: 0px 0px;
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
        transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-webkit-keyframes slideShow {
    0% {
        background-position: 0px 0px;
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
        transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}


.slider1 .gallery-top {
    width: 100%;
}

.slider1 .gallery-top .swiper-slide {
    width: 100%;
    height: 85vh;
}

.slider1 .slider-sektor {
    box-sizing: border-box;
    padding: 0px 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.slider1 .gallery-thumbs {
    box-sizing: border-box;
    padding: 0px 0px 35px 0px;
    position: relative;
    bottom: 0px;
    width: 100%;
}

.slider1 .gallery-thumbs .swiper-slide {
    position: relative;
    height: auto;
    cursor: pointer;
    color: #fff;
    text-align: center;
}

.slider1 .gallery-thumbs .swiper-slide span {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 20px;
}

.slider1 .gallery-thumbs .swiper-slide .textt-slide {
    width: auto;
    height: auto;
    left: 0px;
    z-index: 1;
    opacity: 0.5;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
    display: inline-block;
}

.slider1 .gallery-thumbs .swiper-slide .textt-slide .hero__slide-nav-progress {
    background-color: #c00;
    height: 5px;
    margin-bottom: 1.5rem;
    transition: width linear;
    width: 0;
    transition-duration: 5500ms;
    display: block;
    opacity: 0;
}

.slider1 .gallery-thumbs .swiper-slide-thumb-active .hero__slide-nav-progress {
    width: calc(100% + 0px) !important;
    visibility: visible;
    opacity: 1 !important;
}

.slider1 .gallery-thumbs .swiper-slide-thumb-active .textt-slide {
    background: transparent;
    height: auto;
    opacity: 1;
}

.slider1 .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    background: transparent;
    padding-top: 0px;
    transition: transform .2s;
}

.slider1 .gallery-thumbs .swiper-slide:hover .textt-slide {
    opacity: 1;
    transition: transform .2s;
}

.slider1 .gallery-thumbs .swiper-slide:hover {
    transition: transform .2s;
}

.slider1 .swiper-slide .text-bg {
    background: #0255748c;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.slider1 .swiper-slide .text-bg .textic {
    width: 100%;
    max-width: 700px;
    position: relative;
    margin: 80px auto 0px;
    text-align: center;
}

.slider1 .swiper-slide .text-bg .textic .text1 {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}

.slider1 .swiper-slide .text-bg .textic .text1 b {
    font-weight: 700;
    display: block;
    font-size: 47px;
}

.slider1 .swiper-slide .text-bg .textic .text2 {
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 1.10em;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
}

.slider1 .swiper-slide .text-bg .textic .btn {
    padding: 1.5em 1.8em;
    font-size: .70em;
    position: relative;
    display: inline-block;
    letter-spacing: .06363636363636em;
    transform: translateY(10px) translateZ(0);
    -webkit-transform: translateY(10px) translateZ(0);
    -ms-transform: translateY(10px) translateZ(0);
    transition: transform 1.4s cubic-bezier(.7, 0, .3, 1) .5s, opacity 1.4s cubic-bezier(.7, 0, .3, 1) .5s;
    text-align: center;
    transition: transform .2s;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn1 {
    color: #fff;
    font-weight: 800;
    line-height: 2.1818em;
    text-transform: uppercase;
    border: 1px solid #fff;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn1:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    background-color: #fff;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: left .2s ease-out, right .2s ease-out, opacity .2s ease-out, background-color .2s ease-out;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn1:hover:after {
    left: 0;
    right: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn1:hover {
    color: #000;
}


.slider1 .swiper-slide .text-bg .textic .btn.btn2 {
    color: #00338D;
    font-weight: 800;
    line-height: 2.1818em;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: #fff;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn2:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    background-color: #00338D;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: left .2s ease-out, right .2s ease-out, opacity .2s ease-out, background-color .2s ease-out;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn2:hover:after {
    left: 0;
    right: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn2:hover {
    color: #fff;
    border-color: #00338D
}


.slider1 .swiper-slide .text-bg .geciscizgiii {
    background-color: #fff;
    height: 5px;
    transition: width linear;
    width: 0;
    transition-duration: 5500ms;
    display: block;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.slider1 .swiper-slide-active .geciscizgiii {
    width: calc(100% + 0px) !important;
    visibility: visible;
    opacity: 1 !important;
}

/* sLider 1 Son*/


/* home-hakkimizda başlangıç*/

.home-hakkimizda1 {
    width: 100%;
    height: auto;
    padding: 4.375rem 0rem;
}

.home-hakkimizda1 .container {
    max-width: 660px;
}

.home-hakkimizda1 a.liste {
    width: 100%;
    height: auto;
}

.home-hakkimizda1 a.liste .resim img {
    width: 100%;
}

.home-hakkimizda1 a.liste h4 {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0.93rem;
    font-weight: 700;
}

.home-hakkimizda1 a.liste p {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 0.78rem;
    line-height: 1.5;
    color: #999;
    font-weight: 400;
}

.home-hakkimizda1 a.liste:hover p {
    color: #00338D;
}

.home-hakkimizda1 .btn-link {
    flex-flow: row;
    align-items: center;
    font-size: 0.75rem;
    color: #000;
    padding-bottom: 2px;
    border-bottom: 2px solid #00338D;
    text-decoration: none;
}

.home-hakkimizda1 .btn-link .icon {
    flex: 0 0 auto;
    font-size: 12px;
    color: #00338D;
    margin-left: 8px;
}


/* home-hakkimizda Son*/


/*home-hakkimizda2 Başla*/
.home-hakkimizda2 {
    width: 100%;
    height: auto;
    position: relative;
    background: #f5f5f5;
    padding: 70px 0px;
}

.home-hakkimizda2 .container {
    position: relative;
}

.home-hakkimizda2 .texttt {
    width: 100%;
    max-width: 500px;
    right: 0px;
    text-align: center;
}

.home-hakkimizda2 .texttt h1 {
    height: auto;
    display: block;
    line-height: 41px;
    font-size: 1.95rem;
    font-weight: 400;
    text-align: center;
    position: relative;
    z-index: 999;
}

.home-hakkimizda2 .texttt h2 {
    height: auto;
    display: block;
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    opacity: 5%;
    margin-top: -28px;
    font-style: italic;
}

.home-hakkimizda2 .texttt p {
    display: block;
    font-size: 0.80rem;
    font-weight: 300;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: justify;
}

.home-hakkimizda2 .image-box {
    justify-content: flex-start;
    margin-left: 0;
    flex-wrap: nowrap;
}

.home-hakkimizda2 .image-box__static {
    transition: transform .5s ease;
    position: relative;
    z-index: 99;
}

.home-hakkimizda2 .inset-xl-1 {
    padding-left: 40px;
}

.home-hakkimizda2 .image-box {
    transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
}

.home-hakkimizda2 .image-box img {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.home-hakkimizda2 .image-box__float {
    position: absolute;
    right: 0;
    transform: translate(0px, 0px);
    top: 0px;
    transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
}

.home-hakkimizda2 .image-box:hover .image-box__float {
    transform: translate(-15px, 0);
}

.home-hakkimizda2 .image-box:hover .image-box__static {
    transform: translateY(50px);
}

.home-hakkimizda2 .image-box__static {
    transition: transform .5s ease;
}

/*home-hakkimizda3*/

.home-hakkimizda3 {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 70px 0px;
    color: #015775;
}

.home-hakkimizda3 .baslikic {
    width: 100%;
    padding-right: 70px;
}


.home-hakkimizda3 small {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 700;
}

.home-hakkimizda3 small i {
    margin-right: 10px;
}

.home-hakkimizda3 h1 {
    display: block;
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 20px;
    line-height: 1.1;
}

.home-hakkimizda3 h1 span {
    display: block;
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.1;
    margin-top: 8px;
}

.home-hakkimizda3 p {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
    opacity: 60%;
}

.home-hakkimizda3 .resim {
    width: 100%;
    height: 348px;
    position: relative;
    overflow: hidden;
    border: solid 2px #bf9b5c;
    padding: 0px;
}

.home-hakkimizda3 .resim::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background: transparent;
    z-index: 99;
    display: none;
}

.home-hakkimizda3 .resim iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 95%;
    min-height: 98%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.home-hakkimizda3 .resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hakkimizda3 a.playvideo {
    font-size: 23px;
    height: 80px;
    line-height: 76px;
    margin: 0 auto;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 99;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

/*hizmetler-sabit*/


.hizmetler-sabit {
    width: 100%;
    height: auto;
    position: relative;
}


.hizmetler-slider {
    width: 100%;
    height: auto;
    position: relative;
    background: #f1f1f1;
    padding: 70px 0px;
}

.hizmetler-slider .owl-theme .owl-nav {
    margin-top: 0px;
}

.hizmetler-slider .owl-carousel .owl-nav button.owl-prev,
.hizmetler-slider .owl-carousel .owl-nav button.owl-next {
    font-size: 16px !important;
    line-height: 16px !important;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 99;
    background: #fff !important;
    color: #000;
    border-radius: 0px !important;
    top: 31%;
    -webkit-transform: translateY(-31%);
    -ms-transform: translateY(-31%);
}

.hizmetler-slider .owl-carousel .owl-nav button.owl-prev:hover,
.hizmetler-slider .owl-carousel .owl-nav button.owl-next:hover {
    background: #000 !important;
    color: #fff;
}

.hizmetler-slider .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.hizmetler-slider .owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.hizmetler-slider .owl-theme .owl-dots {
    margin-top: 20px;
    display: none;
}

.hizmetler-slider .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.hizmetler-slider .owl-theme .owl-dots .owl-dot.active span,
.hizmetler-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}

/* Hizmetler Sabit Son */

/* Ürünler Liste 1 Görünümü Başla*/
.urunler-listele1 {
    display: block;
    height: auto;
    position: relative;
    color: #fff
}

.urunler-listele1:hover {
    color: #fff;
}

.urunler-listele1 .resimmbg {
    display: block;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.urunler-listele1 .resimmbg .resimm {
    display: block;
    height: 100%;
    background-size: cover !important;
}

.urunler-listele1 .text {
    padding: 0 40px 29px;
    transition: all 350ms ease-in-out 0s;
    position: absolute;
    z-index: 9;
    top: 0px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}

.urunler-listele1 .text span {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all 350ms ease-in-out 0s;
}

.urunler-listele1 .text small {
    display: block;
    font-size: 0.80rem;
    width: 55%;
}

.urunler-listele1 .item-readmore {
    opacity: 0;
    transition: all 350ms ease-in-out 0s;
    margin-top: 20px;
    display: inline-block !important;
    font-size: 0.75rem;
    color: #fff;
    font-weight: 700;
    position: relative;
    border-bottom: 2px solid #fff;
}

.urunler-listele1:hover .item-readmore {
    opacity: 1;
    transition: all 350ms ease-in-out 0s;
}

.urunler-listele1:hover .text {
    padding-bottom: 80px;
}

.urunler-listele1 .overflow {
    position: absolute;
    width: 100%;
    background-image: -webkit-gradient(linear, top bottom, from(transparent), to(#1b1a1a));
    background-image: -webkit-linear-gradient(top, transparent, #1b1a1a 100%);
    background-image: -moz-linear-gradient(top, transparent, #1b1a1a 100%);
    background-image: -ms-linear-gradient(top, transparent, #1b1a1a 100%);
    background-image: -o-linear-gradient(top, transparent, #1b1a1a 100%);
    background-image: linear-gradient(top, transparent, #1b1a1a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0)', endColorStr='#1b1a1a');
    opacity: .46;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all ease-in-out .4s;
    -khtml-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    display: flex;
    align-items: flex-end;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    color: #fff;
    z-index: 9;
}

.urunler-listele1:hover .overflow {
    opacity: .46;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* Ürünler Liste 1 Görünümü Son */


/* Ürünler Liste 2 Görünümü Başla*/
.urunler-listele2 {
    display: block;
    position: relative;
    color: #000;
    height: auto;
}

.urunler-listele2:hover {
    color: #000;
}

.urunler-listele2 .resimmbg {
    height: 400px;
    overflow: hidden;
}

.urunler-listele2 .resimmbg .resimm {
    display: block;
    height: 100%;
    background-size: cover !important;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.urunler-listele2:hover .resimmbg .resimm {
    transform: scale(1.2);
}

.urunler-listele2 .text {
    position: relative;
    z-index: 99;
    width: 100%;
    height: auto;
    padding: 25px;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.urunler-listele2 .text span {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all 350ms ease-in-out 0s;
}

.urunler-listele2 .text span::after {
    content: '';
    position: relative;
    display: block;
    width: 80px;
    height: 1px;
    background: #01803A;
    margin: 10px 0px;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.urunler-listele2:hover .text span::after {
    width: 100%;
}

.urunler-listele2 .text small {
    display: block;
    font-size: 0.80rem;
    width: 55%;
}

.urunler-listele2 .item-readmore {
    opacity: 1;
    transition: all 350ms ease-in-out 0s;
    margin-top: 20px;
    display: inline-block !important;
    font-size: 0.75rem;
    color: #000;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #000;
    display: none;
}

.urunler-listele2:hover .item-readmore {
    opacity: 1;
    transition: all 350ms ease-in-out 0s;
}

.urunler-listele2 .overflow {
    position: absolute;
    width: 100%;
    background-image: -webkit-gradient(linear, top bottom, from(transparent), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, transparent, #e8e8e8 100%);
    background-image: -moz-linear-gradient(top, transparent, #e8e8e8 100%);
    background-image: -ms-linear-gradient(top, transparent, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, transparent, #e8e8e8 100%);
    background-image: linear-gradient(top, transparent, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0)', endColorStr='#1b1a1a');
    opacity: .46;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all ease-in-out .4s;
    -khtml-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    display: flex;
    align-items: flex-end;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    color: #fff;
    z-index: 9;
}

.urunler-listele2:hover .overflow {
    opacity: .46;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* Ürünler Liste 2 Görünümü Son */

/* Ürünler Liste 3 Görünümü Başla*/

.urunler-listele3 {
    display: block;
    position: relative;
    color: #000;
    height: auto;
}

.urunler-listele3:hover {
    color: #000;
}

.urunler-listele3 .resimmbg {
    height: 400px;
    overflow: hidden;
}

.urunler-listele3 .resimmbg .resimm {
    display: block;
    height: 100%;
    background-size: cover !important;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.urunler-listele3:hover .resimmbg .resimm {
    transform: scale(1.2);
}

.urunler-listele3 .text {
    width: 100%;
    padding: 22px 30px 30px;
    background: #fff;
    text-align: left;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 7%);
}

.urunler-listele3 .text span {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all 350ms ease-in-out 0s;
}

.urunler-listele3 .text span::after {
    content: '';
    position: relative;
    display: block;
    width: 80px;
    height: 1px;
    background: #01803A;
    margin: 10px 0px;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    display: none;
}

.urunler-listele3:hover .text span::after {
    width: 100%;
}

.urunler-listele3 .text small {
    display: block;
    font-size: 0.80rem;
    width: 55%;
}

.urunler-listele3 .item-readmore {
    opacity: 1;
    transition: all 350ms ease-in-out 0s;
    margin-top: 20px;
    display: inline-block !important;
    font-size: 0.75rem;
    color: #000;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #000;
    display: none;
}

.urunler-listele3:hover .item-readmore {
    opacity: 1;
    transition: all 350ms ease-in-out 0s;
}

.urunler-listele3 .overflow {
    display: none;
}

/* Ürünler Liste 3 Görünümü Son */


/*Sayaç*/

.sayac {
    width: 100%;
    padding: 30px 0px 0px;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-top: 1px solid #ededed;
    margin-top: 30px;
}

.sayac .sayac-liste {
    width: 100%;
    height: auto;
    color: #015775;
    display: flex;
    justify-content: start;
}

.sayac .sayac-liste .sayac-ust {
    justify-content: center;
}

.sayac .sayac-liste .icon {
    font-size: 1.8rem;
    margin-right: 15px;
    display: none;
}

.sayac .sayac-liste .media_counted {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    padding: 0px 0px 0px;
}

.sayac .sayac-liste .cizgi {
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #00AEEF;
    left: 0px;
    margin: 12px 0px;
    display: block;
    opacity: 12%;
}

.sayac .sayac-liste .sayacbaslik {
    position: relative;
    width: 100%;
    height: auto;
    color: #151616;
    letter-spacing: 2px;
    opacity: 40%;
}

.sayac .sayac-liste .arti {
    padding-left: 10px;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
}

/* Sayaç Son*/

/* İçerik Bölüm Başla*/
.page-urunler-listele {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    position: relative;
    color: #333;
}

.page-urunler-listele .page-urunler-resim {
    width: 100%;
    height: 310px;
    display: flex;
    position: relative;
    border: solid 1px #e8e8e8;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
}

.page-urunler-listele .page-urunler-resim.logo-ortala img {
    max-width: 50%;
}

.page-urunler-listele .page-urunler-resim img {
    max-width: 100%;
    transition: transform .2s;
}

.page-urunler-listele:hover .page-urunler-resim img {
    transform: scale(1.1);
}

.page-urunler-listele .page-urunler-resim .urunler-iconbg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.53);
    display: flex;
    align-items: center;
    opacity: 0;
    transition: all .25s ease !important;
}

.page-urunler-listele .page-urunler-resim .urunler-iconbg .icon {
    margin: 0px auto;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #333;
}

.page-urunler-listele:hover .page-urunler-resim .urunler-iconbg {
    opacity: 1;
    transition: all .25s ease !important;
}

.page-urunler-listele .page-urunler-title {
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 10px 0px;
}

.page-urunler-listele:hover .page-urunler-title {
    color: #6e8c1f;
}

.page-urunler-listele-resimler {
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.page-urunler-listele-resimler .img-thumbnail {
    overflow: hidden;
}

.page-urunler-listele-resimler .image {
    width: 100%;
    height: auto;
    position: relative;
}

.page-urunler-listele-resimler .image img {
    max-width: 100%;
    transition: transform .2s;
}

.page-urunler-listele-resimler:hover .image img {
    transform: scale(1.1);
}

.page-urunler-listele-resimler .images-list-text {
    width: 100%;
    height: 51px;
    overflow: hidden;
    display: block;
    text-align: center;
    padding: 5px 0px;
    color: #333;
    line-height: 1.4;
    text-decoration: none;
}

.page-urunler-listele-resimler .image .zoom {
    display: block;
    position: absolute;
    left: 0px;
    top: 40%;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 9;
    transition: all .25s ease
}

.page-urunler-listele-resimler .image .zoom i {
    opacity: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: #fff;
    box-shadow: 0px 2px 3px #ababab;
    color: #333;
}

.page-urunler-listele-resimler:hover .image .zoom i {
    opacity: 1;
    transition: all .25s ease
}


/* Page İçerik */
.page-baslik1 {
    width: 100%;
    height: auto;
    background: #e8e8e8;
    padding: 25px 0px;
    margin-top: 145px;
}

.page-baslik1 h3 {
    margin-bottom: 0px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #3e3e3e;
}

.page-baslik1 .breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
}

.page-baslik1 .breadcrumb li a {
    color: #3e3e3e;
}

.page-baslik2 {
    width: 100%;
    height: 400px;
    padding: 0px 0px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

.page-baslik2 .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.page-baslik2::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 40%;
}

.page-baslik2 .container {
    margin-top: 80px;
    position: relative;
    z-index: 99;
}

.page-baslik2 h3 {
    margin-top: 0px;
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
}

.page-baslik2 .breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
}

.page-baslik2 .breadcrumb li a {
    color: #fff;
}

.page-baslik2 .breadcrumb li.breadcrumb-item.active {
    color: #fff;
}

.page-baslik3 {
    width: 100%;
    height: 300px;
    padding: 0px 0px;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    position: relative;
}

.page-baslik3 .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.page-baslik3::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 40%;
}

.page-baslik3 .container {
    margin-top: 80px;
    position: relative;
    z-index: 99;
}

.page-baslik3 h3 {
    margin-bottom: 0px;
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
}

.page-baslik3 .breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
    display: inline-flex;
}

.page-baslik3 .breadcrumb li a {
    color: #fff;
}

.page-baslik3 .breadcrumb li.breadcrumb-item.active {
    color: #fff;
}

.page-icerik {
    padding: 25px 0px;
    min-height: 250px;
    letter-spacing: 0.5px;
}

.page-video iframe {
    width: 100%;
}

.page-video .card-body {
    padding: 0.3125rem;
}

.page-dosya a.dosya-liste {
    width: 100%;
    border: 1px solid #dadada;
    margin-bottom: 20px;
    position: relative;
    display: block;
    font-size: 0.80rem;
}

.page-dosya a.dosya-liste .dosya-icon {
    text-align: center;
    color: #666;
    padding: 50px 10px;
    display: block;
    position: relative;
}

.page-dosya a.dosya-liste .dosya-aciklama {
    padding: 10px;
    background: #f4f4f4;
    display: block;
    width: 100%;
    border-top: 1px solid #dadada;
    position: relative;
    display: block;
}

.page-dosya a.dosya-liste .dosya-aciklama .baslik {
    width: 100%;
    height: auto;
}

.page-dosya a.dosya-liste .dosya-aciklama .baslik i {
    padding-right: 5px;
}

.page-dosya a.dosya-liste .dosya-indir-icon {
    font-size: 0.80rem;
}

.page-resimler a.images-list {
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.page-resimler a.images-list .image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-resimler a.images-list .image img {
    max-width: 100%;
    transition: transform .2s;
}

.page-resimler a:hover.images-list .image img {
    transform: scale(1.1);
}

.page-resimler a.images-list .images-list-text {
    width: 100%;
    height: 51px;
    overflow: hidden;
    display: block;
    text-align: center;
    padding: 5px 0px;
    color: #333;
    line-height: 1.4;
    text-decoration: none;
}

.page-resimler a.images-list .image .zoom {
    display: block;
    position: absolute;
    left: 0px;
    top: 40%;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 9;
}

.page-resimler a.images-list .image .zoom i {
    opacity: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: #fff;
    box-shadow: 0px 2px 3px #ababab;
    color: #333;
}

.page-resimler a.images-list:hover .image .zoom i {
    opacity: 1;
}

/* Page İçerik Son*/



/* Sayfa Haberler Başla*/

.page-blog-list {
    width: 100%;
    height: auto;
    color: #45517F;
    border: solid 1px #efefef;
    padding: 10px;
    margin-bottom: 15px;
}

.page-blog-list .baslik1 {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 700;
    color: #89B22E;
    margin-bottom: 15px;
}

.page-blog-list .baslik2 {
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.page-blog-list .resim {
    width: 100%;
    height: 150px;
    background-position: center !important;
    background-size: cover !important;
    overflow: hidden;
}

.page-blog-list .resim img {
    max-width: 100%;
}

.page-blog-list .text {
    font-weight: 500;
    font-size: 13px;
    opacity: 60%;
    margin-top: 10px;
}

.page-blog-list small.detay {
    margin-top: auto;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #89B22E;
    position: relative;
    padding: 0px 0px;
    margin-top: 30px;
}

.page-blog-list small.detay:hover {
    color: #1F2749;
}

.page-blog-list small.detay span {
    font-size: 13px;
    margin-left: 12px;
}

.page-blog-details {
    width: 100%;
    height: auto;
    position: relative;
}

.page-blog-details h4 {
    font-weight: 700;
    font-size: 20px;
    border-top: 1px solid #f1f1f1;
    padding-top: 25px;
    margin-bottom: 25px;
}

.page-blog-details .page-blog-details-image {
    width: 100%;
    height: auto;
    border: solid 1px #f1f1f1;
    padding: 5px;
}

.page-blog-details .page-blog-details-sosyal {
    width: 100%;
    height: auto;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-blog-details .page-blog-details-image img {
    width: 100%;
}

.page-blog-details h3 {
    font-weight: 700;
    font-size: 30px;
}

.page-blog-details h6 {
    font-weight: 300;
    font-size: 17px;
    font-style: italic;
    opacity: 60%;
}

.page-blog-details p {
    font-weight: 400;
    font-size: 16px;
    opacity: 100%;
}

/* Sayfa Haberler Son*/


/* İçerik Sol Menü Başla*/

.sol-menu-style1 {
    width: 100%;
    height: auto;
}

.sol-menu-style1 .breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
}

.sol-menu-style1 .breadcrumb li a {
    color: #3e3e3e;
}

.sol-menu-style1 .sol-menu .menu-akordiyon {
    width: 100%;
    position: relative
}

.sol-menu-style1 .sol-menu .menu-akordiyon .sol-menu-icon {
    display: inline-block;
    margin-right: 8px;
    font-size: .75rem;
    display: none;
}

.sol-menu-style1 .sol-menu .menu-akordiyon .sol-menu-alt-var {
    display: inline-block;
    float: right;
    font-size: 12px;
}

.sol-menu-style1 .sol-menu .menu-akordiyon {
    width: 100%;
    text-align: left;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li:first-child {
    border: none;
    margin-top: 0px;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li {
    list-style-type: none;
    width: 100%;
    position: relative;
    background: #f2f2f2;
    margin-top: 1px;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li a {
    width: 100%;
    font-size: 0.85rem;
    color: #23282d;
    line-height: 1.6em;
    padding: 16px 24px 14px;
    font-weight: 500;
    transition: all .25s ease !important;
    display: block;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li.active a {
    color: #fff;
    background: #6e8c1f;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li a:hover {
    color: #fff;
    background: #6e8c1f;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li ul {
    display: none;
    background: #fff;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li ul li {
    margin-top: 0px;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li ul li a {
    padding: 8px 24px 8px;
    font-weight: 400;
    color: #23282d;
}

.sol-menu-style1 .navbar {
    padding: 0px;
}

.sol-menu-style1 .navbar .navbar-toggler {
    width: 100%;
    position: relative;
    margin-top: 0px;
    top: 0px;
    padding: 16px 24px 14px;
    font-size: 0.80rem;
    text-align: left;
    background: #333;
    color: #fff;
    border: none;
    outline: none;
}

.sol-menu-style1 .navbar .navbar-toggler:focus {
    border: none;
}

.sol-menu-style1 .navbar .navbar-toggler:hover {
    border: none;
}

.sol-menu-style1 .navbar .navbar-toggler i {
    padding-right: 5px;
}

.sol-menu-style2 {
    width: 100%;
    height: auto;
}

.sol-menu-style2 .breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
}

.sol-menu-style2 .breadcrumb li a {
    color: #3e3e3e;
}

.sol-menu-style2 .sol-menu .menu-akordiyon {
    width: 100%;
    position: relative
}

.sol-menu-style2 .sol-menu .menu-akordiyon .sol-menu-icon {
    display: inline-block;
    margin-right: 8px;
    font-size: 12px;
    display: none;
}

.sol-menu-style2 .sol-menu .menu-akordiyon .sol-menu-alt-var {
    display: inline-block;
    float: right;
    font-size: 0.8rem;
}

.sol-menu-style2 .sol-menu .menu-akordiyon {
    width: 100%;
    text-align: left;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li:first-child {
    border: none;
    margin-top: 0px;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li {
    list-style-type: none;
    width: 100%;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 5px 0 17px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 5px 0 17px 0 rgba(0, 0, 0, .05);
    box-shadow: 5px 0 17px 0 rgba(0, 0, 0, .05);
    margin-top: 1px;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li a {
    border-bottom: none;
    border-right: none;
    padding: 17px 30px;
    line-height: 1;
    position: relative;
    ;
    width: 100%;
    display: block;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li.active a {
    color: #fff;
    background: #6e8c1f;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li.active a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 100%;
    border-top: 7px solid transparent;
    border-left: 8px solid #6e8c1f;
    border-bottom: 7px solid transparent;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li a:hover {
    color: #fff;
    background: #6e8c1f;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li a:hover:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 100%;
    border-top: 7px solid transparent;
    border-left: 8px solid #6e8c1f;
    border-bottom: 7px solid transparent;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li ul {
    display: none;
    background: #fff;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li ul li {
    margin-top: 0px;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li ul li a {
    padding: 13px 24px 13px;
    font-weight: 400;
    color: #23282d;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li ul li.active a {
    color: #fff;
    background: #6e8c1f;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li ul li a:hover {
    color: #fff;
    background: #6e8c1f
}

.sol-menu-style2 .navbar {
    padding: 0px;
}

.sol-menu-style2 .navbar .navbar-toggler {
    width: 100%;
    position: relative;
    margin-top: 0px;
    top: 0px;
    padding: 16px 24px 14px;
    font-size: 0.375rem;
    text-align: left;
    background: #333;
    color: #fff;
    border: none;
    outline: none;
}

.sol-menu-style2 .navbar .navbar-toggler:focus {
    border: none;
}

.sol-menu-style2 .navbar .navbar-toggler:hover {
    border: none;
}

.sol-menu-style2 .navbar .navbar-toggler i {
    padding-right: 5px;
}

/* İçerik Sol Menü Son*/



.ekibim {
    width: 100%;
    height: auto;
}

.ekibim .ekibimiz_listele {
    width: 100%;
    height: auto;
    border: solid 1px rgb(177 162 131 / 21%);
    padding: 5px 5px 15px;
}

.ekibim .ekibimiz_listele:hover {
    border: solid 1px rgb(177 162 131 / 95%);
}

.ekibim .ekibimiz_listele .detay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 15%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    opacity: 0;
}

.ekibim .ekibimiz_listele .detay i {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    color: #fff;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #6e8c1f;
    justify-content: center;
    font-size: 12px;
}

.ekibim .ekibimiz_listele:hover .detay {
    opacity: 1;
}

.ekibim .ekibimiz_listele .detay:focus {
    outline: none;
    box-shadow: none;
}

.ekibim .ekibimiz_listele .resim {
    width: 100%;
    height: auto;
    position: relative;
}

.ekibim .ekibimiz_listele .resim .ayin-danismani {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #6e8c1f;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-family: 'Cera Pro';
    font-size: 13px;
    font-weight: 700;
    padding: 4px 10px;
    box-shadow: 0 0 17px #6f6f6f;
}

.ekibim .ekibimiz_listele .resim img {
    width: 100%;
}

.ekibim .ekibimiz_listele .resim .ekibim-isim {
    width: auto;
    height: auto;
    background: #6e8c1f;
    color: #fff;
    padding: 8px 15px 8px 45px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: -20px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
}

.ekibim .ekibimiz_listele .aciklama {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding-top: 15px;
    font-family: 'Cera Pro';
}

.ekibim .ekibimiz_listele .aciklama h4 {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 700;
}

.ekibim .ekibimiz_listele .aciklama h5 {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0px;
    opacity: 60%;
    font-weight: 400;
}

.ekibim .ekibimiz_listele a.sahibinden {
    width: auto;
    height: auto;
    position: relative;
    text-align: center;
    padding: 2px 60px;
    border: solid 1px #6e8c1f;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    color: #6e8c1f;
    margin: 10px 0px
}

.ekibim .ekibimiz_listele a.sahibinden:hover {
    border: solid 1px #6e8c1f;
    background: #6e8c1f;
    color: #fff;
}

.ekibim .ekibimiz_listele .sosyal {
    display: block;
    width: 100%;
}

.ekibim .ekibimiz_listele .sosyal li {
    display: inline-block;
    list-style: none;
    margin: 0px 0px;
}

.ekibim .ekibimiz_listele .sosyal li a {
    width: 100%;
    height: 26px;
    background: #6e8c1f;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 11px;
    padding: 6px 8px;
}

/* İçerik Bölüm Son */

/* destek */

.destek {
    width: 100%;
    height: auto;
}

.destek .destek-bg {
    width: 100%;
    height: 642px;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.destek .destek-bg:before {
    display: block;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: .3;
    z-index: 2;
    left: 0px;
    top: 0px;
}

.destek .banner-text {
    max-width: 505px;
    margin: 0px auto;
    z-index: 99;
    position: relative;
    text-align: center;
}

.destek .banner-text small {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.destek .banner-text h2 {
    width: 100%;
    height: auto;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
    display: block;
}

.destek .banner-text p {
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}

.destek .banner-text a.detayy {
    margin-top: 25px;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 15px;
    font-size: 11px;
    line-height: 26px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    border: 1px solid #fff;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}

.destek .banner-text a.detayy:hover {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    border: 1px solid #CC0000;
    background: #CC0000;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}

/* Destek son */
/*hizmetler_icon*/

.hizmetler_icon {
    width: 100%;
    height: auto;
    position: relative;
    background: #0B1E62;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 70px 0px;
}

.hizmetler_icon .container {
    position: relative;
    z-index: 11;
}

.hizmetler_icon::before {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/pattern-white.svg) repeat;
    content: '';
    top: 0px;
    left: 0px;
    opacity: 10%;
}

.hizmetler_icon .Liste {
    width: 100%;
    height: 275px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 70px 30px;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 30px;
    background-clip: border-box;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.lhizmetler_icon .Listeer:hover .Liste {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.hizmetler_icon .onListe {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.hizmetler_icon .arkaListe {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-size: cover;
    color: #fff;
}


.hizmetler_icon .Liste .icon {
    width: 100%;
    height: 68px;
    display: block;
}

.hizmetler_icon .Liste .icon .svgIcon {
    fill: #26AE61;
    height: 60px;
    width: 100%;
}

.hizmetler_icon .Liste .icon .svgIcon path {
    fill: #26AE61;
}

.hizmetler_icon .Liste h3 {
    width: 100%;
    height: auto;
    font-weight: 600;
    margin: 16px 0 0 0;
    font-size: 24px;
    display: block;
}

.hizmetler_icon .Liste h4 {
    width: 100%;
    height: auto;
    opacity: 0.55;
    font-size: 14px;
    display: block;
    margin: 2px 0 0 0;
}


.row.row-center {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.lte-services-categories {
    margin-top: -30px;
}

.lte-services-categories .lte-item-wrapper {
    perspective: 1000px;
    -webkit-perspective: 1000px;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .lte-services-categories .lte-item-wrapper:hover .lte-item-inner {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

.lte-services-categories .lte-item-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.lte-services-categories .lte-header {
    display: block;
    font-size: 18px;
}

.lte-services-categories .lte-item {
    text-align: center;
    display: block;
    margin-top: 30px;
    padding: 49px 30px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    background-color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-clip: border-box;
    min-height: 270px;
}

.lte-services-categories .lte-item .lte-item-inner-wrapper {
    -webkit-transform: translateZ(60px);
    -moz-transform: translateZ(60px);
    -ms-transform: translateZ(60px);
    -o-transform: translateZ(60px);
    transform: translateZ(60px);
    display: block;
    position: relative;
    height: 100%;
    color: #015775;
}

.lte-services-categories .lte-item.hasLabel:after {
    display: none;
    content: "";
    width: 0;
    height: 0;
    border-top: 85px solid #ccc;
    border-left: 85px solid transparent;
    position: absolute;
    top: 0;
    right: 1px;
}

.lte-services-categories .lte-item.hasLabel.lte-new:after {
    border-top-color: #ccc;
}

.lte-services-categories .lte-item .lte-label {
    display: none;
    position: absolute;
    top: -74px;
    right: -28px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 45px;
    height: 45px;
    display: block;
    line-height: 85px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    color: #ea4a34;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.lte-services-categories .lte-item .lte-icon {
    color: #015775;
    font-size: 45px;
}

.lte-services-categories .lte-item .lte-icon .svgIcon {
    fill: #015775;
    height: 64px;
}

.lte-services-categories .lte-item .lte-icon .svgIcon path {
    fill: #015775;
}


.lte-services-categories .lte-item .lte-header {
    margin: 16px 0 0 0;
    font-size: 24px;
}

.lte-services-categories .lte-item .lte-info {
    display: block;
    zoom: 1;
    filter: alpha(opacity=55);
    -webkit-opacity: 0.55;
    -moz-opacity: 0.55;
    opacity: 0.55;
    font-size: 14px;
    margin-top: 14px;
    font-weight: 300;
}

.lte-services-categories .lte-item-front,
.lte-services-categories .lte-item-back {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.lte-services-categories .lte-item-back {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-size: cover;
    color: #fff;
    background-position: center !important;
    background-size: cover !important;
}

@media (max-width: 768px) {
    .lte-services-categories .lte-item-back {
        display: none;
    }
}

.lte-services-categories .lte-item-back:before {
    content: "";
    background-color: #1d1c1f;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-clip: border-box;
    zoom: 1;
    filter: alpha(opacity=45);
    -webkit-opacity: 0.45;
    -moz-opacity: 0.45;
    opacity: 0.45;
}

.lte-services-categories .lte-item-back .lte-item-inner-info {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 90%;
    -webkit-transform: translateZ(60px) translateX(-50%) translateY(-50%);
    -moz-transform: translateZ(60px) translateX(-50%) translateY(-50%);
    -ms-transform: translateZ(60px) translateX(-50%) translateY(-50%);
    -o-transform: translateZ(60px) translateX(-50%) translateY(-50%);
    transform: translateZ(60px) translateX(-50%) translateY(-50%);
    padding: 0px 15px;
    line-height: 1.2;
    color: #fff;
}

.lte-services-categories .lte-item-back .lte-header {
    margin: 0;
}

.lte-services-categories .lte-item-back .lte-description {
    font-size: 14px;
    margin-top: 8px;
    max-width: 120%;
    margin-top: 10px;
    display: block;
}

/* Galeri */

.galerii {
    width: 100%;
    height: auto;
    position: relative;
    padding: 70px 0px;
    background: #f1f1f1;
}

.galerii .galeri_list {
    width: 100%;
    height: 285px;
    position: relative;
    overflow: hidden;
    display: block;
}

.galerii .galeri_list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galerii .galeri_list .hoverr {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    padding: 20px;
    opacity: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #00000089;
}

.galerii .galeri_list:hover .hoverr {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* referans*/

.referans-slider {
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    padding: 70px 0px;
}

.referans-slider .owl-theme .owl-nav {
    margin-top: 0px;
}

.referans-slider .owl-carousel .owl-nav button.owl-prev,
.referans-slider .owl-carousel .owl-nav button.owl-next {
    font-size: 16px !important;
    line-height: 16px !important;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 99;
    background: #fff !important;
    color: #000;
    border-radius: 0px !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.referans-slider .owl-carousel .owl-nav button.owl-prev:hover,
.referans-slider .owl-carousel .owl-nav button.owl-next:hover {
    background: #000 !important;
    color: #fff;
}

.referans-slider .owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}

.referans-slider .owl-carousel .owl-nav button.owl-next {
    right: -50px;
}

.referans-slider .owl-theme .owl-dots {
    margin-top: 20px;
    display: none;
}

.referans-slider .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.referans-slider .owl-theme .owl-dots .owl-dot.active span,
.referans-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}

.referans-slider .item {
    display: flex;
    justify-content: center;
}

.referans-slider .item img{
    width: 100%!important;
    height: 100px;
    object-fit: contain;
    padding: 10px 30px;
}


.logolar img {
    transition: 0.5s;
}

.logolar img:hover{
    transition: 0.5s;
}

/**/



.page-altbaslik-listele .hover{
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 410px;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 0px 9px #00000014;
    /* -webkit-transition: all 300ms ease-in-out; */
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    /* transition: all 300ms ease-in-out; */
    -ms-transition: all 300ms ease-in-out;
    margin-bottom: 20px;
}

.page-altbaslik-listele .hover .resim {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 0px;
    min-height: 140px;
    background: #ffffff;
    border-bottom: solid 1px #0000000d;
}

.page-altbaslik-listele .hover .resim img {
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 0;
    transition: 0.5s;
    height: 235px;
    object-fit: contain;
}

.page-altbaslik-listele .hover:hover .resim img{
    filter: none;
    transition: 0.5s;
}

.page-altbaslik-listele .hover .text {
    width: 100%;
    height: auto;
    line-height: 22px;
    font-size: 15px;
    text-align: center;
    padding: 10px 10px;
    display: inline-block;
}

.page-altbaslik-listele .hover .text span {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    min-height: auto;
    display: inline-flex;
    min-height: 60px;
    align-items: center;
    justify-content: center;
}

.page-altbaslik-listele .hover .text small {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    display: block;
    opacity: 100%;
    color: #707273;
    margin-top: 5px;
}

.page-altbaslik-listele .hover .js-add-basket {
    background: #6e8c1f;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 1.4px;
    font-size: 14px;
    margin-top: 10px;
    visibility: visible;
    height: 50px;
    display: inline-block;
    width: 100%;
}

.page-altbaslik-listele .hover .js-add-basket:hover {
    background: #000;
    color: #fff;
}

