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

/* bootstrap */
@import url("../../assets/bootstrap/css/bootstrap.min.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("../webfont/SFProDisplay/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 */


.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: 14px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    color: #00050B;
    transition: all 350ms ease-in-out 0s;
    background: #F1F5F7;
}

.font1 {
    font-family: 'SF Pro 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;
}

.sitebody {
    background: #fff;
}


/* butonlar başlangıç*/

.btn-genel {
    padding: 0px 26px;
    height: 45px;
    font-size: 16px;
    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;
    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: #EF2853;
    -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: #EF2853;
}

.btn-genel 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);
}


.btn-genel3 {
    display: inline-flex;
    align-items: center;
    border: solid 1px #1e1e1e;
    font-weight: 600;
    font-size: 15px;
}

.btn-genel3 .text {
    padding: 14px 25px;
}

.btn-genel3 .icon {
    width: 48px;
    height: 48px;
    border-left: 1px solid #1e1e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.btn-genel3 .icon i {
    transform: rotate(-45deg);
    transition: all .3s;
}

.btn-genel3 .icon i::before {
    font-weight: 700;
}

.btn-genel3:hover .icon i {
    transform: rotate(0deg);
    transition: all .3s;
}

.btn-genel3:hover {
    background: #1e1e1e;
    color: #fff;
}

.btn-genel3:hover .icon {
    border-left: 1px solid #ffffff2a;
}

/* butınlar son */


.site-baslik1 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
}

.site-baslik1 small {
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 11px;
    display: block;
}

.site-baslik1 h3 {
    font-size: 35px;
    font-weight: 600;
}

.site-baslik1 h3 b {
    color: #EF2853;
}

.site-baslik1 p {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    margin-top: 30px;
}

.site-baslik1:after {
    content: '';
    width: 25px;
    height: 3px;
    background: #B61E79;
    display: none;
    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;
    background: linear-gradient(90deg, rgba(0, 92, 159, 1) 7%, rgba(0, 88, 152, 1) 26%, rgba(1, 74, 129, 1) 39%);


}

.header-menu .btn-genel3 {
    width: auto;
    border-color: #fff;
    color: #000;
    background: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

.header-menu .btn-genel3 .icon {
    width: 38px;
    height: 38px;
    border-left: 1px solid #1e1e1e;
}

.header-menu .btn-genel3 .text {
    padding: 9px 12px 8px;
}

.header-menu .navbar-brand {
    padding: 0px;
    margin: 0px;
    display: block;
}

.header-menu .navbar-brand img {
    height: auto;
    width: 100%
}

.header-menu img.turbo-tamiri-maps {
    position: absolute;
    right: 250px;
    top: 42px;
}

.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;
    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 {
    width: auto;
    display: flex;
    align-items: center;
    margin-left: 25px;
}

.header-top-sosyal li {
    list-style: none;
    margin-left: 0px;
}

.header-top-sosyal li a {
    color: #fff;
    border-left: solid 1px #ffffff32;
    display: flex;
    align-items: center;
    padding: 1px 15px;
}

.header-top-sosyal li a:hover {
    color: #fff;
}

.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;
    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 .navbatitle {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    color: #333;
    position: absolute;
    margin-top: 8px;
}

.header-menu .navbatitle h1 {
    font-size: 14px;

}

.header-menu .nav {
    background: #DFE6EE;
}

.header-menu .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
}

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

.header-menu .navbar-nav .nav-item.home .nav-link {
    font-size: 13px;
}

.header-menu .navbar-nav .nav-item:first-child,
.header-menu .hizlimenu .nav-item:first-child {
    margin-left: 0px;
}

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


.header-menu .navbar-nav .nav-item:first-child a,
.header-menu .hizlimenu .nav-item:first-child a {
    border-left: 0px;
}


.header-menu .navbar-nav .nav-item,
.header-menu .hizlimenu .nav-item {
    position: relative;
    list-style: none;
}

.header-menu .navbar-nav .nav-item .nav-link,
.header-menu .hizlimenu .nav-item .nav-link {
    font-weight: 500;
    align-items: center;
    display: flex;
    height: 100%;
    position: relative;
    cursor: pointer;
    color: #576973;
    font-size: 15px;
    padding: 0px 25px;
    height: 64px;
    border-bottom: 2px solid transparent;
}

.header-menu .navbar-nav .nav-item .nav-link:hover,
.header-menu .hizlimenu .nav-item .nav-link:hover {
    color: #EF2853;
    border-color: #EF2853;
}



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

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

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

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

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

.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 .nav-item.nav-submenu>ul li ul{
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 901;
    background: #000;
    width: calc(100% + 110px);
    padding: 0px 0px;
}

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

.header-menu a.header-teklif {
    border-left: 1px solid #d9d9d9;
    height: 100%;
    align-items: center;
    padding-left: 30px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
}

.header-menu a.header-teklif i {
    margin-right: 5px;
}

.bd-menu .header-menu {
    background: #0C0C0C;
}

.bd-menu .header-menu .navbar-nav .nav-item .nav-link,
.bd-menu .header-menu .hizlimenu .nav-item .nav-link {
    font-size: 14px;
}

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

.bd-menu .header-menu .navbar {
    height: 60px;
}


/* Header Son*/

/* sLider 1 Başlangıç*/

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

.slider1 .slider-ic {
    width: 100%;
    padding: 5px;
    background: #fff;
}

.slider1 .egespor {
    width: 100%;
}

.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: #91252f;
    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%;
}


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

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

.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 {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider1 .swiper-slide .text-bg::before {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    content: '';
    left: 0px;
    background: #000;
    opacity: 60%;
}


.slider1 .swiper-slide .text-bg .textic {
    width: 100%;
    max-width: 800px;
    position: relative;
    margin-top: 50px;
    text-align: center;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.slider1 .swiper-slide .text-bg .textic .text1 {
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 70px;
    color: #EF2853;
}

.slider1 .swiper-slide .text-bg .textic .text2 {
    letter-spacing: 7px;
    font-weight: 700;
    font-size: 100px;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 40px;
}

.slider1 .swiper-slide .text-bg .textic .text3 {
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 18px;
    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-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;
}


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

.sayac .sayac-liste {
    width: 100%;
    height: auto;
    color: #000;
    display: flex;
    border-right: 1px solid #00000014;
    justify-content: center;
}

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

.sayac .sayac-liste .media_counted {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 600;
    position: relative;
    padding: 0px 0px 0px;
}

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

.sayac .sayac-liste .sayacbaslik {
    position: relative;
    max-width: 145px;
    font-family: inherit;
    font-size: 0.90rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .025em;
    margin-top: 18px;
}

.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 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.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: 17px 0px;
    border-bottom: 1px solid #DFE6EE;
}

.page-baslik1 h3 {
    margin-bottom: 0px;
    font-size: 17px;
    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: 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: 25px 0px;
    min-height: 250px;
}

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

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

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

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

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

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

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

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

/*İletişim 1 Başlangıç*/
.iletisim1 {
    width: 100%;
    height: auto;

}

.iletisim1 .rounded-circle {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iletisim1 .maps {
    width: 100%;
    height: 600px;
}

.iletisim1 .maps iframe {
    width: 100%;
    height: 100%;
}

/*İletişim 1 Son*/

/*İletişim 2 Başlangıç*/

.iletisim2 {
    width: 100%;
    height: auto;
    color: #00338D;
}

.iletisim2 form.form2 {
    background: transparent;
    background: #00338d;
    padding: 35px;
}

.iletisim2 h3 {
    color: #d81324;
    margin-bottom: 20px;
    font-size: 16px;
}

.iletisim2 h4 {
    font-size: 35px;
    margin-bottom: 25px;
    font-weight: 700;
}

.iletisim2 .about_list .list-number {
    display: flex;
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 35px;
    background: #d81324;
    font-weight: 600;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-top: 3px;
    -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;
    margin-right: 20px;
}

.iletisim2 .about_list li:first-child {
    margin-top: 0px;
}

.iletisim2 .about_list li {
    list-style: none;
    margin-top: 30px;
}


.iletisim2 .about_list__inner .list-number {
    background: #d81324;
    width: 40px;
    height: 40px;
    line-height: 40px;
    animation: pulseBig3 infinite 2s linear;
}


.iletisim2 .cta-area-3.cta-height::before {
    background-image: -moz-linear-gradient(0deg, rgba(216, 19, 36, 0.85882) 0%, rgba(150, 24, 52, 0.88) 32%, rgba(11, 33, 84, 0.9) 99%, #0b2154 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(216, 19, 36, 0.85882) 0%, rgba(150, 24, 52, 0.88) 32%, rgba(11, 33, 84, 0.9) 99%, #0b2154 100%);
    background-image: -ms-linear-gradient(0deg, rgba(216, 19, 36, 0.85882) 0%, rgba(150, 24, 52, 0.88) 32%, rgba(11, 33, 84, 0.9) 99%, #0b2154 100%);
}


@keyframes pulseBig3 {
    0% {
        box-shadow: 0 0 0 0 #d81324;
    }

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

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


.iletisim2 .about_list h5 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700;
}

.iletisim2 .about_list p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #596277;
    margin-bottom: 0;
}

/*İletişim 2 Son*/


/*İletişim 3 Başlangıç*/

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

.iletisim3 .title {
    font-size: 22px;
    font-weight: 700;
    position: relative;
}

.iletisim3 .title span {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 3px;
    background: #00338D;
    margin-bottom: -8px;
}

.iletisim3 .editor {
    padding: 0px;
    color: #787878;
    margin-bottom: 25px;
}

.iletisim3 .editor .media {
    margin-bottom: 20px;
    background: #f9f9f9;
    overflow: hidden;
    min-height: 170px;
    border: solid 1px #ececec;
    padding: 15px 20px 11px 20px;
    border-radius: 5px;
}

.iletisim3 .editor .media .editor-list-icon {
    width: 30px;
    text-align: center;
    font-size: 28px;
    color: #00338D;
    background: transparent;
}

.iletisim3 .editor .media:hover .editor-list-icon {
    color: #1f2a4f;
}

.iletisim3 .editor .media .media-body .feature-box-content {
    line-height: 20px;
    font-size: 13px;
}

.iletisim3 .editor .media .media-body .feature-title h5 {
    font-size: 17px;
    /* display: none; */
    color: #1f2a4f;
    font-weight: 600;
}

.iletisim3 .maps {
    width: 100%;
    height: 433px;
}

/*İletişim 3 Son*/

/*İletişim 4 Başlangıç*/

.iletisim4 .maps {
    width: 100%;
    position: relative;
}

.iletisim4 .bilgiler {
    position: absolute;
    bottom: 70px;
    width: 100%;
}

.iletisim4 .bilgiler .metin {
    background: white;
    padding: 40px 40px;
    border-radius: 5px;
}

.iletisim4 .about_list .list-number {
    display: flex;
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 35px;
    background: #00338d;
    font-weight: 600;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-top: 3px;
    -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;
    margin-right: 20px;
    background: #00338d;
    width: 40px;
    height: 40px;
    line-height: 40px;
    animation: pulseBig4 infinite 2s linear;
}

.iletisim4 .about_list li {
    list-style: none;
    margin-top: 30px;
}

.iletisim4 .about_list li:first-child {
    margin-top: 0px;
}



.iletisim4 .cta-area-3.cta-height::before {
    background-image: -moz-linear-gradient(0deg, rgba(216, 19, 36, 0.85882) 0%, rgba(150, 24, 52, 0.88) 32%, rgba(11, 33, 84, 0.9) 99%, #0b2154 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(216, 19, 36, 0.85882) 0%, rgba(150, 24, 52, 0.88) 32%, rgba(11, 33, 84, 0.9) 99%, #0b2154 100%);
    background-image: -ms-linear-gradient(0deg, rgba(216, 19, 36, 0.85882) 0%, rgba(150, 24, 52, 0.88) 32%, rgba(11, 33, 84, 0.9) 99%, #0b2154 100%);
}


@keyframes pulseBig4 {
    0% {
        box-shadow: 0 0 0 0 #00338d;
    }

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

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

.iletisim4 .about_list h5 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700;
}

.iletisim4 .about_list p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #596277;
    margin-bottom: 0;
    padding-left: 60px;
}

/*İletişim 4 Son*/

form.form1 {
    width: 100%;
}

form.form1 .btn {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    font-size: 0.85rem;
    height: calc(3.5rem + 2px);
    padding: 0 1.90rem;
}

form.form1 .guvenlik_input {
    position: relative;
}

form.form1 textarea.form-control {
    position: relative;
    min-height: 150px;
}

form.form1 .guvenlik_input .guvenlik_resim {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}

form.form1 .guvenlik_input .guvenlik_resim img {
    height: 25px;
}


/* Form 1 Son */


/* hizmet yeni*/

a.urun_liste_yeni {
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
    color: #424244;
    padding: 25px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
}

a.urun_liste_yeni .urun_liste_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

a.urun_liste_yeni .urun_liste_yeni_ic {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding-top: 0;
    z-index: 1;
    overflow: hidden;
}

a.urun_liste_yeni .baslik {
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0px;
    z-index: 99;
    padding: 0px 0px 30px;
    transition: all .2s;
    text-align: left;
    background: #fff;
}

a.urun_liste_yeni .baslik .sayi::before {
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    margin-right: 16px;
    background: #ED1C24;
}

a.urun_liste_yeni .baslik .sayi {
    width: 100%;
    display: flex;
    text-align: left;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 700;
    align-items: center;
}

a.urun_liste_yeni .baslik span {
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #2f2483;
}

a.urun_liste_yeni .baslik small {
    width: 100%;
    display: block;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    opacity: 80%;
}

a.urun_liste_yeni .urun_liste_yeni_ic .resim {
    width: 100%;
    height: 325px;
    position: relative;
    z-index: 9;
    border-radius: 8px;
    overflow: hidden;
}

a.urun_liste_yeni .urun_liste_yeni_ic .resim img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/*home-hakkimizda4 */

.home-hakkimizda4 {
    width: 100%;
    height: auto;
    position: relative;
    background: #FFDBE9;
    color: #000000;
    padding: 70px 0px;
    overflow: hidden;
}

.home-hakkimizda4 .bg {
    color: #FFE6F0;
    position: absolute;
    left: 0px;
    bottom: -70px;
    font-size: 220px;
    font-weight: 700;
}

.home-hakkimizda4 .btn-genel {
    background: #000000;
    color: #fff;
}

.home-hakkimizda4 h1 {
    width: 100%;
    height: auto;
    position: relative;
    font-weight: 700;
    font-size: 46px;
    display: flex;
    align-items: center;
    line-height: 1.2;
}

.home-hakkimizda4 span {
    display: block;
}

.home-hakkimizda4 h1 span {
    height: 40px;
    width: 100px;
    object-fit: cover;
    border-radius: 30px;
    background: url('../images/hakkimizda1.jpg') center;
    background-size: cover !important;
    margin: 0px 12px
}

.home-hakkimizda4 h1 span:nth-child(2) {
    height: 40px;
    width: 200px;
    object-fit: cover;
    border-radius: 30px;
    background: url('../images/hakkimizda2.jpg') center;
    background-size: cover !important;
}

.home-hakkimizda4 .ikon-logo2 {
    position: absolute;
    left: 50%;
    top: -70px;
    width: 550px;
    transform: translateX(-50%);
    opacity: 3%;
    margin-right: -100px;

}

.home-hakkimizda4 .resim {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
}

.home-hakkimizda4 .resim .slogan {
    width: 310px;
    height: 220px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: -30px;
    bottom: 30px;
    color: #6f645f;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 40px;
}

.home-hakkimizda4 .resim .slogan strong {
    color: #002113;
    margin-top: 32px;
    font-style: italic;
    display: block;
}

.home-hakkimizda4 .resim1 {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

.home-hakkimizda4 .resim2 {
    width: 100%;
    height: 195px;
    object-fit: cover;
    margin-top: 30px;
}

.home-hakkimizda4 .textic {
    width: 100%;
    height: auto;
    padding: 0px 50px;
    position: relative;
    z-index: 9;
}

.home-hakkimizda4 h2 {
    width: 100%;
    height: auto;
    font-size: 40px;
}

.home-hakkimizda4 p {
    width: 100%;
    height: auto;
    font-size: 16px;
    max-width: 80%;
}

.home-hakkimizda4 h2 b {
    color: #00ca05;
}

.home-hakkimizda4 .text-right {
    width: 100%;
    height: auto;
    padding: 10px 27px;
    border-left: 1px solid #000;
}

.home-hakkimizda4 .text1 {
    width: 100%;
    height: auto;
    font-size: 17px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: justify;
}

.home-hakkimizda4 .text2 {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: justify;
}

.home-hakkimizda4 .star {
    color: #00ca05;
    margin-bottom: 15px;
}

.home-hakkimizda4 .baslikic {
    width: 100%;
    height: auto;
    padding: 0px 15%;
}

.home-hakkimizda4 .baslikic li {
    width: 100%;
    height: auto;
    list-style: none;
    display: flex;
    margin-bottom: 25px;
}

.home-hakkimizda4 .baslikic li:last-child {
    margin-bottom: 0px;
}

.home-hakkimizda4 .baslikic li .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #e30613;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 27px;
}

.home-hakkimizda4 .baslikic li .text {
    width: calc(100% - 100px);
    padding-left: 40px;
}

.home-hakkimizda4 .baslikic li .text span {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0px;
    text-decoration: none;
    font-style: normal;
    text-transform: none;
    display: block;
}

.home-hakkimizda4 .baslikic li .text small {
    font-size: 15px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0px;
    margin-top: 0px;
}

.home-hakkimizda4 .resim {
    width: 100%;
    height: auto;
    position: relative;
    padding-right: 40px;
    border-right: 1px solid #000;
}

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

/*calisma-saati*/

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

.calisma-saati .container {
    position: relative;
}

.calisma-saati h3 {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    text-align: end;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.2em;
    text-transform: uppercase;
    padding-right: 30px;
}

.calisma-saati .bg {
    color: #f7bbd2;
    position: absolute;
    white-space: nowrap;
    -webkit-transition: opacity .3s ease-out .2s;
    -o-transition: opacity .3s ease-out .2s;
    transition: opacity .3s ease-out .2s;
    font-size: 225px;
    left: -105px;
    top: -7px;
    opacity: .2;
}

.calisma-saati table {
    width: 100%;
    height: auto;
    border: 0px
}

.calisma-saati table tr {
    width: 100%;
    height: auto;
    border: 0px;
    border-bottom: 1px solid #afaaa9;
}

.calisma-saati table tr td {
    padding: 17px 0px;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
}

.calisma-saati table tr td:first-child {
    font-size: 20px;
    font-weight: 600;
}

/*Merak_edilenler*/


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

.Merak_edilenler .bilgi {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    font-weight: 700;
    position: relative;
    z-index: 9;
    margin-top: 50px;
}

.Merak_edilenler .ikon-logo {
    position: absolute;
    left: 50%;
    top: 30px;
    width: 600px;
    transform: translateX(-50%);
}

.accordion-button:not(.collapsed) {
    color: #00050B;
    background-color: #ffffff;
    box-shadow: none;
}

.accordion-item {
    background-color: #fff;
    border: none;
    margin-bottom: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.004);
    border-radius: 10px !important;
}

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


/* referans*/

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

.referans-slider-ic {
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    padding: 10px 70px;
    z-index: 99;
    margin-top: -70px;
}

.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: #ccc;
    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: transparent !important;
    color: #0084CA;
}

.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 {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.referans-slider .item img {
    width: auto;
    height: 102px;
    filter: grayscale(100%);
}

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

/* Blog */

.HomeBlog {
    padding: 70px 0px;
    position: relative;
}

.HomeBlog .ikon-logo {
    position: absolute;
    left: 50%;
    top: 30px;
    width: 600px;
    transform: translateX(-50%);
    opacity: 5%;

}

.box {
    box-sizing: border-box;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #E8E6E6;
    border-radius: 20px;
    display: block;
}

.boxImg {
    height: 222px;
    margin-bottom: 10px;
}

.boxImg img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.box .miniText {
    color: #959FB5;
}

.box .miniTitle {
    font-size: 24px;
    color: #061027;
    letter-spacing: -0.9px;
    line-height: 34px;
    height: 68px;
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-weight: 700;
}

.detailBtn {
    color: #0067FF;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    padding-right: 20px;
}

/*hizmet-liste*/

.hizmetlerYeni {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 50px 40px;
}


.hizmet-liste {
    width: 100%;
    height: auto;
    position: relative;
}

.hizmet-liste .resim {
    width: 100%;
    height: 580px;
    position: relative;
}

.hizmet-liste .resim::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, .2);
    z-index: 99;
    transition: .3s;
}

.hizmet-liste:hover .resim::before {
    background-color: rgba(0, 0, 0, 0.326);
}

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

.hizmet-liste .baslik {
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    bottom: 50px;
    left: 0px;
    transition: .5s;
    z-index: 9;
    color: #fff;
    text-align: center;
}

.hizmet-liste .baslik span {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.hizmet-liste .baslik small {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 11px;
    line-height: 1.72727em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px solid transparent;
    transition: .5s;
}

.hizmet-liste:hover .baslik small {
    border-bottom: 1px solid #fff;
}

/*neden-biz*/

.neden-biz {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 70px;
}

.neden-biz a.Nedenbiz_liste {
    height: 241px !important;
    margin: 0 0 0px !important;
    padding: 11px 26px 21px 20px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex !important;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 15px 35px 25px 28px;
    position: relative;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 9;
    border: solid 1px #ffffff4a
}

.neden-biz a.Nedenbiz_liste .ikon-logo3 {
    position: absolute;
    top: 20px;
    width: 340px;
    opacity: 5%;
    right: -80px;

}

.neden-biz a.Nedenbiz_liste .icon {
    height: 51px;
    width: 51px;
    background-image: linear-gradient(to bottom, #EF2853 0, #f9e145 104%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 9;
    margin-bottom: 25px;
}

.neden-biz a.Nedenbiz_liste h3 {
    width: 100%;
    height: auto;
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 12px;
    color: #fff;
    font-weight: 700;
}

.neden-biz a.Nedenbiz_liste p {
    font-size: 13px;
    line-height: 1.4;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0px;
}

.neden-biz a.Nedenbiz_liste .detay {
    display: inline-block;
    align-items: center;
    border-bottom: 2px solid #000;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 9;
}

/* Projeler  */

.uygulamalar {
    width: 100%;
    height: auto;
    padding: 0px 25px 25px;
    background: #fff;
}

.uygulamalar .textt {
    width: 100%;
    height: auto;
    padding: 10% 10%;
}

.uygulamalar .resim {
    width: 100%;
    height: auto;
}

.uygulamalar .resim.resim1 {
    height: 400px;
}

.uygulamalar .resim.resim2 {
    height: 730px;
}

.uygulamalar .resim.resim3 {
    height: 454px;
}


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

/**/

.fiyat-listesi {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0px 0px 70px;
    overflow: hidden;
}

.fiyat-listesi .bg {
    color: #FFE6F0;
    position: absolute;
    right: 0px;
    bottom: -40px;
    font-size: 280px;
    font-weight: 700;
    opacity: 30%;
}

.fiyat-listesi .fiyat_video {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
}

.fiyat-listesi .fiyat_video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 140%;
    min-height: 140%;
    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%);
}

.fiyat-listesi .fiyat_text {
    width: 100%;
    padding: 0% 0% 0% 12%;
    position: relative;
}

.fiyat-listesi .fiyat_text h3 {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    padding-bottom: 40px;
}

.fiyat-listesi .fiyat_ul {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fiyat-listesi .fiyat_ul li:first-child {
    margin-top: 0px;
}

.fiyat-listesi .fiyat_ul li:nth-child(2) {
    margin-top: 0px;
}

.fiyat-listesi .fiyat_ul li {
    width: 45%;
    list-style: none;
    position: relative;
    margin-top: 10px;
}

.fiyat-listesi .fiyat_ul li span {
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    position: relative;
}

.fiyat-listesi .fiyat_ul li span .baslik {
    background: #fff;
    display: inline-block;
    z-index: 9;
    position: relative;
    padding: 3px 30px 3px 0px;
}

.fiyat-listesi .fiyat_ul li span::before {
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.fiyat-listesi .fiyat_ul li small {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
}

.fiyat-listesi .fiyat_ul li .fiyat {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 17px;
    font-weight: 700;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 2px 0px 4px 14px;
}

/* ürünler */

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

.UrunlerYeni .bg {
    color: #fcf1f6;
    position: absolute;
    left: 50%;
    top: -20px;
    font-size: 280px;
    font-weight: 700;
    margin-left: -350px;
    opacity: 70%;
}

.UrunlerYeni h3 {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 50px;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.UrunlerYeni .urun-liste-yeni {
    padding: 40px 40px;
    background-color: #fff;
    display: block;
}

.UrunlerYeni .urun-liste-yeni .resim {
    display: block;
    height: 363px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.UrunlerYeni .urun-liste-yeni .resim img {
    width: 100%;
}

.UrunlerYeni .urun-liste-yeni .baslik {
    display: block;
    height: auto;
    width: 100%;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
}

.swiper-pagination {
    height: auto;
    position: relative;
    left: 0px;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}

.swiper-pagination .swiper-pagination-bullet {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 11px;
    height: 11px;
    margin: 9px !important;
    padding: 0;
    background-color: #000;
    border-radius: 0;
    opacity: 1;
    transition: all .35s ease;
    transform: scale(.636);
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    transform: scale(1);
}

/* yorumlar */

.yorumlar {
    width: 100%;
    height: auto;
    position: relative;
    padding: 50px 0px;
    background: #fff;
}

.yorumlar .bg {
    color: #f1f1f1;
    position: absolute;
    left: 50%;
    top: 200px;
    transform: translateY(-50%);
    font-size: 230px;
    font-weight: 700;
    margin-left: -220px;
}

.yorumlar .testimonial-block .yildiz {
    color: #DB284F;
    width: 100%;
    margin-bottom: 25px;
}


.yorumlar .testimonial-block .inner-box {
    position: relative;
    text-align: left;
}


.yorumlar .testimonial-block .content {
    position: relative;
    text-align: left;
    padding: 0 22%;
    text-align: center;
}


.yorumlar .testimonial-block .text {
    position: relative;
    display: block;
    font-size: 35px;
    color: #000;
    font-weight: 600;
    line-height: 1.3;
}

.yorumlar .testimonial-block .name {
    position: relative;
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-top: 38px;
}

.yorumlar .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 11px;
    height: 11px;
    margin: 9px !important;
    padding: 0;
    background-color: #000;
    border-radius: 0;
    opacity: 1;
    transition: all .35s ease;
    transform: scale(.636);
}

.yorumlar .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.yorumlar .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    transform: scale(1);
}

.yorumlar .swiper-pagination {
    margin-top: -20px;
}


.yorumlar .isaret {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    color: #000;
    font-size: 80px;
    line-height: 1;
}

/*online-randevu*/

.online-randevu {
    width: 100%;
    height: auto;
}

.online-randevu .randevu-resim {
    height: 600px;
}

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

.online-randevu .randevu-text {
    background: #000;
    color: #fff;
    position: relative;
}

.online-randevu .bg {
    position: absolute;
    font-size: 210px;
    top: 0px;
    text-align: center;
    display: block;
    width: 100%;
    left: 0px;
    opacity: 20%;
}

.online-randevu .randevu-text .textic {
    display: block;
    text-align: center;
    max-width: 547px;
    margin: 0px auto;
}

.online-randevu .randevu-text .textic small {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .25em;
    line-height: 1.33em;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
}

.online-randevu .randevu-text .textic h3 {
    display: block;
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 35px;
    position: relative;
    z-index: 99;
}

.online-randevu .randevu-text .textic p {
    display: block;
    font-weight: 400;
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: 35px;
}

.online-randevu .btn-genel3 {
    border: solid 1px #fff;
    color: #fff;
}

.online-randevu .btn-genel3 .icon {
    border-left: 1px solid #ffffff3e;
}

/* rEsim Galeri*/

#stars .star-images {
    position: relative;
    background: #000;
    display: block;
}

#stars img {
    width: 100%;
    height: 350px;
    object-fit: cover !important;
}

#stars .star-images>div {
    padding: 0;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: starImage;
}

#stars .star-images>div.stars-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    color: #fff;
    opacity: 1;
    align-items: center;
    animation-name: none;
}

#stars .star-images>div.stars-title>div {
    width: 100%;
}

#stars .star-images>div.stars-title span:before {
    font-size: 70px;
    margin: 0 0 60px;
    line-height: 0;
    display: block;
}

#stars .star-images>div.stars-title h5 {
    font-size: 60px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

#stars .star-images>div.stars-title h5 span {
    display: block;
    font-size: 20px;
    letter-spacing: 5px;
    margin: 0 0 20px;
    font-weight: 300;
}

#stars .star-images>div.stars-title p {
    display: block;
    font-size: 18px;
    font-weight: 300;
    max-width: 600px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;

}

#stars .star-images>div.stars-title h5 span:before,
#stars .star-images>div.stars-title h5 span:after {
    content: "";
    width: 35px;
    height: 2px;
    background: #fff;
    display: inline-block;
    margin: 7px 15px;
    vertical-align: top;
}

#stars .star-contents {
    margin: -60px 0 0;
}

#stars .star-contents .item {
    background: #fff;
    padding: 35px 15px;
    text-align: center;
    color: #474747;
}

#stars .star-contents .active .item .star-content {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
}

#stars .star-contents .item .star {
    font-weight: 800;
    margin-top: 20px;
}

#stars .star-contents .active .item .star {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
}

#stars .owl-nav {
    margin: 30px 0;
}

#stars .owl-nav [class*=owl-] {
    color: #ddd;
    font-size: 25px;
    margin: 0 7px;
    padding: 0;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    transition: 1s ease;
    -moz-transition: 1s ease;
    -webkit-transition: 1s ease;
}

#stars .owl-nav [class*=owl-]:Hover {
    color: #bbb;
    transition: 1s ease;
    -moz-transition: 1s ease;
    -webkit-transition: 1s ease;
}

#stars .btn-genel3 {
    background: #fff;
    color: #000;
    border-color: #fff;
}

#stars .btn-genel3:hover .icon {
    border-left: 1px solid #4242422a;
}


#footer {
    background-size: cover;
    font-family: 'Renoga';
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    padding: 75px 15px;
    align-items: center;
    display: flex;
}

@keyframes starImage {
    0% {
        opacity: 0.1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

/* anasayfa */

.anasayfa {
    width: 100%;
    height: auto;
    position: relative;
    padding: 40px 40px 60px;
}

.anasayfa .liste {
    width: 100%;
    height: 100%;
    border: solid 1px #000;
}

.anasayfa .liste h2 {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #000;
    color: #800000;
    padding: 10px 0px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.anasayfa .listeic {
    width: 100%;
    height: auto;
    padding: 10px;
}

.anasayfa .form1 {
    width: 100%;
    height: auto;
}

.anasayfa .form1 .form-group {
    width: 100%;
    height: auto;
}

.anasayfa .form1 label {
    width: auto;
    display: none;
}

.anasayfa form.form1 .btn {
    height: 39px;
}

table.iletisim {
    width: 100%;
    height: auto;
}

table.iletisim p {
    margin: 0px;
    padding: 0px;
}

table.iletisim tr {
    border-top: 2px solid #fff;
}

table.iletisim tr td {
    padding: 5px;
}

table.iletisim tr td:nth-child(1) {
    text-align: right;
    color: rgb(170, 170, 170);
    padding-right: 10px;
}

table.iletisim tr td:nth-child(3) {
    background: #CDCDCD;
    color: #000;
    text-align: left;
}


/*slider3*/

.slider3 {
    width: 100%;
    height: auto;
    position: relative;
    background: #EDF0F5;
}

.slider3::after {
    content: '';
    width: 667px;
    height: 59px;
    position: absolute;
    display: block;
    background: url(../images/bg.png) no-repeat;
    bottom: 4px;
    background-size: cover;
}

.slider3 .slideric {
    width: 100%;
    padding-top: 20px;
    padding-left: 40px;
}

.slider3 .egespor {
    width: 100%;
    margin-top: -60px;
    position: relative;
    z-index: 999;
    margin-left: -24px;
}

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

.slider3 .owl-carousel .owl-nav button.owl-prev,
.slider3 .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%);
    display: none;
}

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

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

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

.slider3 .owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: auto;
    text-align: center;
}

.slider3 .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;
}

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

/*anasayfa*/

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

.anasayfa .text {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

.anasayfa .text h1 {
    width: 100%;
    height: auto;
    display: block;
    font-weight: 700;
    font-size: 24px;
}

.anasayfa .text p {
    width: 100%;
    height: auto;
    display: block;
    font-weight: 300;
    font-size: 15px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}