﻿/* bootstrap */
@import url("../../assets/bootstrap/css/bootstrap.min.css");
@import url("../../assets/bootstrap/list-groups/y.css.html");
/* 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.html");
@import url("formlar.css");
@import url("../webfont/markpro/stylesheet.css");
@import url("../webfont/clash/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");*/

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

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.4;
    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: 'MarkPro';
}

.font3 {
    font-family: 'Clash Display';
}


#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;
}

/* buton 2*/

.btn-genel2 {
    color: #1b1b1b;
    position: relative;
    display: inline-flex;
    align-items: center;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}

.btn-genel2 .btn-genel2-icon {
    align-items: center;
    background-color: #EA0029;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    height: 54px;
    justify-content: center;
    margin: 0;
    width: 54px;
    color: #fff;
    border: solid 2px #EA0029;
}

.btn-genel2:hover .btn-genel2-icon {
    background-color: transparent;
    color: #EA0029;
    border: solid 2px #EA0029;
}

.btn-genel2 .btn-genel2-icon i {
    display: flex;
}

.btn-genel2 .btn-genel2-text {
    font-size: 15px;
    line-height: 1.133em;
    margin-left: 19px;
    font-weight: 700;
}

.btn-genel2:hover {
    color: #1b1b1b;
}

/* butınlar son */


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

.site-baslik1 h2 {
    font-size: 38px;
    font-weight: 500;
}

.site-baslik1 p {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #647072;
    max-width: 55%;
    margin: 10px auto 5px;
    font-weight: 200;
    font-style: italic;
    opacity: 70%;
}

.site-baslik1:after {
    content: '';
    width: 35px;
    height: 2px;
    background: #EA0029;
    display: inline-block;
    position: relative;
}

/* 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;
    border-bottom: 1px solid #e8e8e8;
}

.header-menu .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

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

.header-top {
    padding: 6px 0px;
    width: 100%;
    height: auto;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
}

.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: 20px;
}

.header-top-sosyal li a {
    color: #fff;
    font-size: 1.1em;
}

.header-top-dil {
    display: flex;
    margin-right: 40px;
}

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

.header-top-dil li a {
    display: flex;
    padding: 0.65rem 0rem;
    color: #011028;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    position: relative;
}

.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 {
    height: 72px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #fff;
    padding: 0px 33px 0px 33px;
}

.header-menu .hizli-menu {
    display: flex;
    align-items: center;
}

.header-menu .navbar .nav {
    display: flex;
}


.header-menu .navbar-nav .nav-item,
.header-menu .hizli-menu li {
    margin-left: 30px;
    position: relative;
    list-style: none;
}

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

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

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


.header-menu .navbar-nav .nav-item .nav-link,
.header-menu .hizli-menu li a {
    display: block;
    padding: 0.65rem 0rem;
    color: #232426;
    font-size: 15px;
    text-decoration: none;
    font-weight: 300;
    position: relative;
}

.header-menu .navbar-nav .nav-item .nav-link:hover,
.header-menu .hizli-menu li a:hover {
    color: #EA0029;
}

.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: 0.80rem;
}

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

.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;
    display: none;
}

a.menu_button {
    background: #fff;
    width: auto;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #232426;
    cursor: pointer;
    line-height: 1;
    padding: 0px 13px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 300;
    position: relative;
    border-left: 1px solid #e8e8e8
}

a.menu_button:hover {
    background: #e4022c;
    color: #fff;
}

a.menu_button .icon {
    width: 21px;
    justify-content: end;
    flex-direction: column;
    display: flex;
    margin-right: 10px;
}

a.menu_button .icon span {
    width: 100%;
    height: 1.5px;
    background: #232426;
    margin-bottom: 2px;
    display: block;
    margin-left: auto;
}

a.menu_button .icon span:nth-child(1) {
    width: 12px;
}

a.menu_button .icon span:nth-child(3) {
    width: 16px;
}

a.menu_button:hover .icon span {
    background: #fff;
}

.header-dil {
    display: flex;
    position: relative;
    height: auto;
    padding-left: 0px;
    align-items: center;
    z-index: 99;
    margin-left: 25px;
    margin-right: 25px;
}

.header-dil::before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.244);
    margin-right: 16px;
    margin-left: 16px;
    display: none;
}

.header-dil li {
    display: flex;
    list-style: none;
    height: 100%;
    align-items: center;
}

.header-dil li a {
    display: flex;
    padding: 0.65rem 0rem;
    color: #011028;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    position: relative;
}

.header-dil.header-dil-Active li a {
    color: #011028;
}

.header-dil li a .icon {
    height: auto;
    margin-right: 7px;
    display: flex;
    align-items: center;
}

.header-dil li a .icon img {
    height: 16px;
}

.header-dil li a span {
    margin-left: 0px;
    display: flex;
    align-items: center;
}

.header-dil .header-dil-ul {
    min-width: 65px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border: 0;
    width: 140px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    list-style-type: none;
    z-index: 101;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 0px;
    background: #fff;
    padding: 20px;
}

.header-dil:hover .header-dil-ul {
    opacity: 1 !important;
    visibility: inherit;
    margin-top: 3px;
}

.header-dil .header-dil-ul li {
    display: flex;
    list-style: none;
    height: 100%;
    align-items: center;
    margin-top: 4px;
}

.header-dil .header-dil-ul li a {
    border-radius: 0px;
    font-size: 13px;
    color: #000;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding: 0;
    width: auto;
    height: auto;
    justify-content: center;
}

.header-dil .header-dil-ul li a .icon {
    height: 18px;
}

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

.header-dil .header-dil-ul li a:hover {
    color: #EA0029;
    text-decoration: underline !important;
}

/* Header Son*/

/* sLider 1 Başlangıç*/

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

.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: #EA0029;
    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 {
    right: 0px;
    left: auto;
}

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

.slider1 .swiper-button-next,
.slider1 .swiper-button-prev {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.slider1 .swiper-button-prev:after,
.slider1 .swiper-button-next:after {
    font-size: 17px;
    color: #fff;
}

.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: calc(100vh - 137px);
}

.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: linear-gradient(to right, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.07) 100%), linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 50%), linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 160px), linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100px);
    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: 600px;
    position: relative;
    margin-top: 50px;
}

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

.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: #F8F5F2;
    padding: 70px 0px;
}

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

.home-hakkimizda3 .yildiz {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.home-hakkimizda3 .yildiz i {
    color: #660a02;
}

.home-hakkimizda3 .yildiz span {
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
}

.home-hakkimizda3 h1 {
    display: block;
    font-weight: 900;
    font-size: 60px;
    line-height: 55px;
    margin-bottom: 35px;
}

.home-hakkimizda3 p {
    display: block;
    font-size: 17px;
    color: rgb(17 16 15 / 90%);
    font-weight: 400;
    margin-bottom: 40px;
    text-align: justify;
}

.home-hakkimizda3 .resim {
    width: 100%;
    height: 620px;
    position: relative;
    overflow: hidden;
}

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

/*hizmetler-sabit*/


.hizmetler-sabit {
    width: 100%;
    height: auto;
    position: relative;
    padding: 70px 0px;
}


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

.hizmetler-slider .container {
    position: relative;
}

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

.hizmetler-slider::after {
    width: 100%;
    height: 161px;
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    background: #EDEDED;
}

.hizmetler-slider .item {
    padding-bottom: 20px;
}


.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: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 99;
    background: #fff !important;
    color: #000;
    border-radius: 50% !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: -100px;
}

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

.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: 500px;
    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: 32px;
    font-weight: 300;
    margin-bottom: 0px;
    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: absolute;
    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;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, .06);
    ;
}

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

.urunler-listele3 .resimmbg {
    height: 270px;
    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 22px;
    background: #fff;
    text-align: left;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 7%);
    text-align: center;
    margin-top: -1px;
}

.urunler-listele3:hover .text {
    background: #EA0029;
    color: #fff;
}

.urunler-listele3 .text span {
    display: block;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0px;
    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: 70px 0px 0px;
    position: relative;
    background: #EDEDED;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.sayac .site-baslik2 {
    max-width: 500px;
}

.sayac .container {
    position: relative;
}

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

.sayac .sayac-liste {
    width: 100%;
    height: auto;
    color: #000;
    display: flex;
    margin-bottom: 35px;
}

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

.sayac .sayac-liste .media_counted {
    font-size: 45px;
    font-weight: 600;
    position: relative;
    padding: 0px 0px 0px;
}

.sayac .sayac-liste .cizgi {
    position: relative;
    bottom: 0px;
    width: 50px;
    height: 1px;
    background: #EA0029;
    left: 0px;
    margin: 1px 0px;
    display: block;
}

.sayac .sayac-liste .sayacbaslik {
    position: relative;
    font-family: inherit;
    margin-top: 18px;
}

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

.sayac .gemi {
    width: 100%;
    height: 680px;
    overflow: hidden;
}

.sayac .gemi img {
    width: 100%;
    height: 100%;
}

/* 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: #EA0029;
}

.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: #fff;
    padding: 30px 0;
    margin-top: 0px;
    border-bottom: 1px solid #d0d0d0;
}

.page-baslik1 h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 35px;
    margin: 0px;
    line-height: 100%;
}

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

.page-baslik1 .breadcrumb-item+.breadcrumb-item::before {
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, ">");
    margin: 0px 7px
}

.page-baslik1 .breadcrumb li:nth-child(1) a::before {
    content: '\ea60';
    font-family: "fontello";
    display: none;
}

.page-baslik1 .breadcrumb li {
    margin-left: 5px;
}

.page-baslik1 .breadcrumb li:nth-child(1) a span {
    display: none;
}

.page-baslik1 .breadcrumb li:nth-child(1) a {}

.page-baslik1 .breadcrumb li a {
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.breadcrumb-item.active {
    color: #000;
    font-weight: 600;
}

.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: 400px;
    padding: 0px 0px;
    background-size: cover;
    background-position: center;
    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: 35px 0px;
    min-height: 300px;
}

.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: #EA0029;
}

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

.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: #EA0029;
}

.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 #EA0029;
    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: #EA0029;
}

.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 #EA0029;
    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: #EA0029;
}

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

.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: #EA0029;
    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: #EA0029;
    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: #EA0029;
    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 #EA0029;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    color: #EA0029;
    margin: 10px 0px
}

.ekibim .ekibimiz_listele a.sahibinden:hover {
    border: solid 1px #EA0029;
    background: #EA0029;
    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: #EA0029;
    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 */

/*hakkimizda*/

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

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

.hakkimizda .text .text-ic {
    padding-right: 40px;
}

.hakkimizda .resim {
    height: 410px;
    border-left: 1px solid #c4c4c4;
    padding-left: 5.8%;
    padding-right: 0px;
}

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

.hakkimizda .butonbg {
    width: 100%;
    display: block;
    height: auto;
    border-top: 1px solid #c4c4c4;
    margin-top: 30px;
    padding-top: 30px;
}

.nedenbiz {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 60px;
}

.nedenbiz-liste {
    width: 100%;
    height: auto;
    position: relative;
    text-align: left;
    background: transparent;
    padding: 25px 0px;
    border-right: 1px solid #cbcbcb;
}

.nedenbiz-liste:hover {
    color: #EA0029;
}


.nedenbiz-liste .icon {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 61px;
    margin-bottom: 15px;
    line-height: 1;
}

.nedenbiz-liste h3 {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 18px;
    font-weight: 700;
}

.nedenbiz-liste p {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 15px;
    margin-bottom: 0px;
}

.nedenbiz-liste .iconbg .svgIcon {
    fill: #000;
    height: auto;
    width: 122px;
    position: absolute;
    right: 20px;
    opacity: 5%;
}

.nedenbiz-liste .iconbg .svgIcon path {
    fill: #000;
}


.iconbg3 .svgIcon {
    fill: #000;
    height: auto;
    width: 552px;
    position: absolute;
    right: 120px;
    opacity: 5%;
}

.iconbg3 .svgIcon path {
    fill: #000;
}


.iconbg4 .svgIcon {
    fill: #000;
    height: auto;
    width: 552px;
    position: absolute;
    left: 80px;
    opacity: 3%;
}

.iconbg4 .svgIcon path {
    fill: #000;
}

/*site-baslik2*/


.site-baslik2 {
    display: block;
}

.site-baslik2 small {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
}

.site-baslik2 h1,
.site-baslik2 h3 {
    margin-bottom: 29px;
    font-weight: 800;
    color: #1b1b1b;
    font-size: 45px;
    line-height: 1.155em;
}

.site-baslik2 p {
    font-size: 15px;
    line-height: 1.444em;
    font-weight: 300;
    color: #5b5b5b;
}

/*Sss*/

.HomeSss {
    width: 100%;
    height: auto;
    position: relative;
    padding: 70px 0px;
    display: block;
}

.HomeSss .butonbg {
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 30px;
}

.HomeSss .resimm {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0px;
}

.HomeSss .resimm img {
    width: 100%;
    height: 100%;
}


.HomeSss a.dtyBton {
    width: auto;
    height: auto;
    padding: 10px 40px;
    display: inline-block;
    padding-top: 13px;
    padding-bottom: 13px;
    position: relative;
    text-align: center;
    background: #EFCF9C;
    overflow: hidden;
    color: #fff;
    margin: 0 auto;
    margin-top: 30px;
}

.HomeSss a.dtyBton:after {
    content: "";
    opacity: 0;
    background-color: rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    margin: 0;
    padding: 0;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    -moz-transform: translateY(200%);
    -o-transform: translateY(200%);
}

.HomeSss a.dtyBton:hover:after {
    opacity: 20%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.HomeSss .text {
    width: 100%;
    height: auto;
    padding: 25px 0px;
}

.HomeSss .bgg {
    background: #dadada;
}

.HomeSss .text .textic {
    width: 100%;
    height: auto;
}

.HomeSss .texticc {
    width: 100%;
    height: auto;
}

.HomeSss h5 {
    font-size: 80px;
    color: #FFFFFF;
    margin-bottom: 20px;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    z-index: 9;
    position: absolute;
    margin-top: -50px;
    width: 100%;
    text-align: center;
}

.HomeSss .qodef-video-button {
    position: relative;
    width: 200px;
    height: 200px;
    display: block;
    border-radius: 50%;
    border: solid 1px #fff;
    color: #fff;
    transition: all 0.2s;
    margin: 0px auto;
    margin-top: 59px;
}

.HomeSss .qodef-video-button:hover {
    background: #fff;
    color: #000;
}

.HomeSss .qodef-m-play-text {
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
}

.HomeSss .qodef-m-play-inner svg {
    width: 100%;
}

.HomeSss .qodef-m-play-inner svg path {
    fill: none;
    stroke: currentColor;
    stroke-dasharray: 630;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset .6s cubic-bezier(.33, 1, .68, 1);
}

.HomeSss .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: none !important;
}

.HomeSss .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.HomeSss .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.HomeSss .accordion-button {
    font-weight: 500;
}

.HomeSss .accordion-body p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px !important;
    color: #76869C;
    line-height: 1.4;
}

.HomeSss .accordion-item {
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 7%);
    margin-top: 15px;
}

.HomeSss .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #EA0029;
    box-shadow: none !important;
    font-weight: 700;
}

.HomeSss .accordion-button:not(.collapsed) i {
    color: #000;
    border-color: #fff;
}

.HomeSss .accordion-button {
    text-align: left;
    background-color: transparent;
    color: #000000;
    font-weight: 700;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .1);
    background: #f7f7f7;
    font-size: 14px;
}

.HomeSss .accordion-button i {
    width: 30px;
    height: 30px;
    display: flex;
    border: solid 1px #ccc;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background: #fff;
}

.HomeSss .accordion-body {
    padding: 10px 1.25rem;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "\e93a";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    background: none !important;
    display: block;
    font-family: 'Linearicons';
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    background: none !important;
}

/*online-teklif*/

.online-teklif {
    width: 100%;
    height: 554px;
    position: relative;
    background-position: center;
    background-size: cover !important;
    display: flex;
    align-items: end;
}

.online-teklif .button {
    display: flex;
}

.online-teklif .button .solbolum {
    width: 100%;
    max-width: 807px;
    height: 175px;
    background: #EA0029;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0px 70px;
}

.online-teklif .button .solbolum p {
    width: 100%;
    max-width: 510px;
    margin: 0px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.online-teklif .button a.tiklaa {
    background: #fff;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    height: 175px;
    padding: 0px 35px;
    width: 238px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
}

.online-teklif .button a.tiklaa i {
    display: block;
    font-size: 25px;
    margin-bottom: 15px;
}

.online-teklif .button a.tiklaa:hover {
    background: #000;
    color: #fff;
}

/**/


.trwpwhatsappballon {font-size: 14px; border-radius: 12px; border: 1px solid #fff; max-width: 250px; box-shadow: 0px 0px 10px 0px #00000029; }
.trwpwhatsapptitle {background-color: #22c15e; color: white; padding: 14px; border-radius: 12px 12px 0px 0px; text-align: left; }

.trwpwhatsappmessage {padding: 10px 10px;background-color: white;text-align: center;}
.trwpwhatsappinput {background-color: white; border-radius: 0px 0px 12px 12px; }
.trwpwhatsappinput input {width: 230px;border-radius: 10px;margin: 10px 10px 10px 10px;padding:10px;font-weight: 300;font-size: 13px;background-color: #efefef;border: 1px solid #d4d4d4;}
.trwpwhatsappbutton {background-color: #22c15e; border-radius: 20px; padding: 8px 15px; cursor: pointer; color: #fff; width: 250px; margin-top: 10px; margin-bottom: 10px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin-left: auto; display: flex; align-items: center; justify-content: space-evenly; }
.trwpwhatsappsendbutton {color: #22c15e; cursor:pointer; }
.trwpwhatsappall {position: fixed; z-index: 9999999999999999999; bottom: 0; right: 10px; font-family: "Raleway", Arial, sans-serif; font-weight: 300; font-size: 15px; }

.trwpwhatsappballon button {outline: none !important;border: none;float: right;position: absolute;z-index: 999999999999;right: 15px;top: auto;bottom: 80px;font-size: 18px !important;width: 25px;height: 25px;display: flex;align-items: center;justify-content: center;}
.trwpwhatsappballon button i {}

.trwpwhatsappballon .kapat {position: absolute;right: 8px;top: 6px;font-size: 13px;border: 1px solid #fff;border-radius: 99px;color: white;font-size: 10px;cursor: pointer;display: flex;align-items: center;justify-content: center;width: 20px;height: 20px;}


/**/
