/*@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*/

@import url("../webfont/kudr/stylesheet.css");
/* Site  Cssler Başla */


/* 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.WhatsApp1 {
    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: "Quicksand", sans-serif;
}

.font2 {
    font-family: 'Kudryashev 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 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid #1D1D1B;
    border-radius: 3px;
    color: #1D1D1B;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    text-transform: uppercase;
    height: auto;
    padding: 13px 32px 13px 32px;
    font-weight: 600;
}

.btn-genel i {
    margin-left: 15px;
    font-size: 11px;
    transform: rotate(-45deg);
    transition: transform 0.5s ease-in-out;
}

.btn-genel:hover i {
    transform: rotate(0deg);
    transition: transform 0.5s ease-in-out;
}

.btn-genel .text1,
.btn-genel .text2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}

.btn-genel .text1 {
    position: relative;
}

.btn-genel .text2 {
    transform: translateY(103%);
    background: #7d9b7d;
    color: #fff;
}

.btn-genel:hover .text1 {
    transform: translateY(-100%);
}

.btn-genel:hover .text2 {
    transform: translateY(0);
}

.btn-genel:hover {
    border-color: #7d9b7d;
}


/* buton 2*/

.btn-genel.btn-renk {
    background-color: #010103;
    border-color: #010103;
    color: #fff;
}

.btn-genel.btn-renk .text2 {
    background: #010103;
    color: #fff;
}

.btn-genel.btn-renk:hover {
    background-color: #fff;
    border-color: #010103;
    color: #000;
}

.btn-genel.btn-renk .text2 {
    background: #fff;
    color: #000;
}

.btn-genel.btn-beyaz {
    background-color: #fff;
    border-color: #fff;
}

.btn-genel.btn-beyaz .text2 {
    background: #fff;
    color: #000;
}

.btn-genel.btn-border-beyaz {
    border-color: #fff;
    color: #fff;
}

.btn-genel.btn-border-beyaz .text2 {
    background: #fff;
    color: #000;
}


/* buton 2*/

.btn-text {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    text-transform: uppercase;
    height: 32px;
    padding: 0px 8px;
    font-weight: 500;
}

.btn-text .text1,
.btn-text .text2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}

.btn-text .text1 {
    position: relative;
}

.btn-text .text2 {
    transform: translateY(103%);
    background: #7d9b7d;
    color: #fff;
}

.btn-text:hover .text1 {
    transform: translateY(-100%);
}

.btn-text:hover .text2 {
    transform: translateY(0);
}

.btn-text:hover {
    border-color: #7d9b7d;
}


/* butınlar son */

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

.site-baslik1 small {
    font-size: 16px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #29176d;
}

.site-baslik1 h3,
.site-baslik1 h1 {
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
}

.site-baslik1 p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 1.2em;
    opacity: 70%;
}

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


/* Header Başlangıç*/


/* Header Başlangıç*/

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

.header-menu .cizgi {
    width: 100%;
    height: 4px;
    position: relative;
}

.header-menu .cizgi::before,
.header-menu .cizgi::after {
    width: 50%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0px;
    background: #29176d;
}

.header-menu .cizgi::after {
    right: 0px;
    background: #29176d !important;
    left: auto;
}

.header-menu .navbar-brand {
    display: block;
}

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

.header-menu .navbar-brand2 {
    display: flex;
    border-left: 1px solid #ffffff6e;
    padding-left: 15px;
    margin-left: 15px;
    align-items: center;
}

.header-menu .navbar-brand2 img {
    height: 30px;
    width: auto;
}

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

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

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

.header-top-bilgi li {
    list-style: none;
    margin-left: 12px;
    border-left: 1px solid #ccc;
    padding-left: 12px;
}

.header-top-bilgi li a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    opacity: 50%;
}

.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 {
    margin-left: 30px;
    margin-right: 30px;
    align-items: center;
}

.header-top-sosyal li span {
    display: none;
}

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

.header-top-sosyal li:nth-child(1) {
}

.header-top-sosyal li:nth-child(5) {
    display: none;
}

.header-top-sosyal li:nth-child(8) {
    display: none;
}

.header-top-sosyal li a {
    width: 30px !important;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000 !important;
    border: solid 1px #ccc;
    line-height: 1;
}

.header-top-sosyal li a img{
    height: 20px;
}

.header-top-sosyal li.whatsapp a {
    background: #A4845A !important;
}

.header-top-sosyal li a svg {
    height: 50%;
}

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

.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: block;
    color: #100F17;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    line-height: 20px;
    font-weight: normal;
    text-shadow: none;
    padding: 15px 10px;
    display: inline-block;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    display: flex;
}

.header-dil:hover {
    background: #fff;
}

.header-dil li a:hover {}

.header-dil.header-dil-Active li a {}

.header-dil li a .icon {
    height: auto;
}

.header-dil li a i {
    font-size: 18px;
    line-height: 20px;
    color: #ccc;
    margin-right: 10px;
}

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

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

.header-dil .header-dil-ul {
    box-shadow: 0px 0px 10px #00000029;
    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: 10px;
    border-radius: 0px;
    background: #fff;
    display: none;
}

.header-dil:hover .header-dil-ul {
    opacity: 1 !important;
    visibility: inherit;
    margin-top: 0px;
    display: block;
    margin-left: 0px;
}

.header-dil .header-dil-ul li a {
    display: flex;
    background: #fff;
    margin-top: 3px;
    width: 100%;
    padding: 5px 11px;
}

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

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

.header-dil .header-dil-ul li a:hover {
    color: #1d1d1b;
}

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

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

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

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

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

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

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

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

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

.Sitelinkk_textt2:hover {
    color: #29176d;
}

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

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

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

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

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

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

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

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

.Sitelinkk_textt3:hover {
    color: #29176d;
}

.header-menu .navbar {
    height: auto;
    background: #fff;
    padding: 15px 5% 12px 5%;
}

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

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

.header-menu .navbar-nav .nav-item .nav-link {
    display: block;
    padding: 0.65rem 0rem;
    color: #100F17;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}

.header-menu .navbar-nav .nav-item .nav-link:hover {
    color: #29176d;
}

.header-menu .navbar-nav .nav-item .nav-link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    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;
}

.headerTel {
    color: #2E2E2C;
    font-weight: 600;
    position: relative;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.headerTel i {
    color: #29176d;
    font-size: 22px;
    margin-right: 9px;
}

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

.header-menu .navbar-nav .nav-item .nav-link.nav-link:hover::before {
    width: 100%;
    background: #29176d;
    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: #2EA9E1;
}

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


/* Header Son*/


/* sLider 1 Başlangıç*/

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

.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-button-prev {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    position: relative;
    top: -50px;
    color: #076633;
    box-shadow: 0px 0px 10px #0000004a;
}

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

.slider1 .swiper-button-next {
    right: 0px;
    left: 0;
    margin-right: 50px;
    margin-left: 8px;
}

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

.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;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 680px;
    display: block;
    position: relative;
}

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

.slider1 .gallery-top .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
}

.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 .sarialan {
    position: absolute;
    width: 14px;
    height: 349px;
    background: #F9B233;
    left: 1px;
    top: 38px;
    display: none;
}

.slider1 .swiper-slide .beyazlik {
    position: absolute;
    width: 73px;
    background: #fff;
    display: none;
}

.slider1 .swiper-slide .beyazlik.beyazlik1 {
    height: 351px;
    bottom: 0px;
    left: 0px;
    display: none;
}

.slider1 .swiper-slide .beyazlik.beyazlik2 {
    height: 351px;
    top: 0px;
    right: 0px;
    display: none;
}

.slider1 .swiper-slide .beyazlik.beyazlik2:after {
    width: 100%;
    height: 70px;
    background: #F9B233;
    content: '';
    bottom: -70px;
    display: block;
    position: absolute;
    display: none;
}

.slider1 .swiper-slide .text-bg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #100F17;
    justify-content: center;
    position: absolute;
    left: 0px;
    align-items: flex-end;
    top: 0px;
    padding-bottom: 100px;
}

.slider1 .swiper-slide .text-bg .bgg1 {
    position: absolute;
    left: 80px;
    top: 0px;
}

.slider1 .swiper-slide .text-bg .bgg2 {
    position: absolute;
    right: -290px;
}

.slider1 .swiper-slide .text-bg .textic {
    width: 100%;
    position: relative;
    margin: 0px auto;
    padding: 0px 15%;
}

.slider1 .swiper-slide .text-bg .textic .text1 {
    font-weight: 700;
    line-height: 1;
    font-size: 13px;
    margin-bottom: 15px;
}

.slider1 .swiper-slide .text-bg .textic .text2 {
    font-weight: 700;
    font-size: 47px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.slider1 .swiper-slide .text-bg .textic .text2 b {
    color: #29176d;
}

.slider1 .swiper-slide .text-bg .textic .text2 span {
    color: #29176d;
}

.slider1 .swiper-slide .text-bg .textic .text3 {
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 50px;
    color: #111921;
}

.imgg {
    position: absolute;
}

.img1 {
    left: -250px;
    top: 18%;
    height: 120px;
}

.img2 {
    left: -180px;
    top: 85%;
    height: 120px;
}

.img3 {
    right: -170px;
    top: 50%;
    z-index: 99;
    height: 150px;
}

.slider1 .slider-sosyal {
    margin: 0px;
}

.slider1 .slider-sosyal li {
    list-style: none;
    margin-left: 5px;
}

.slider1 .slider-sosyal li a {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #F9B233;
    font-size: 13px;
}

.slider1 .slider-sosyal li a:hover {
    color: #fff;
    background-color: #076633;
}

.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*/

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

.hizmetler-sabit .hizmetler_listeee {
    width: 100%;
    height: 550px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    display: flex;
    margin-bottom: 25px;
    align-items: end;
}

.hizmetler-sabit .hizmetler_listeee .hizmetler-sabit_resim {
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    min-width: 100%;
    height: 100%;
    -webkit-transition: .35s cubic-bezier(.645, .045, .355, 1);
    -o-transition: .35s cubic-bezier(.645, .045, .355, 1);
    transition: all cubic-bezier(.645, .045, .355, 1) .35s;
}

.hizmetler-sabit .hizmetler_listeee:hover .hizmetler-sabit_resim {
    transform: scale(1.1);
}

.hizmetler-sabit .hizmetler_listeee::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: radial-gradient(at center right, #0a0a0c00 50%, #0a0a0c 100%);
    opacity: 70%;
    transition: background .3s, border-radius .3s, opacity .3s;
    z-index: 9;
}

.hizmetler-sabit .hizmetler_listeee .odalarimiz_text {
    position: relative;
    z-index: 99;
}

.hizmetler-sabit .hizmetler_listeee .textic {
    width: 100%;
    max-width: 500px;
    position: relative;
    text-align: left;
    padding: 40px;
}

.hizmetler-sabit .hizmetler_listeee .textic .text1 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: none;
}

.hizmetler-sabit .hizmetler_listeee .textic .text2 {
    font-size: 3.1vw;
    color: #fff;
    font-weight: 500;
    line-height: 0.97;
    margin-bottom: 16px;
}

.hizmetler-sabit .hizmetler_listeee .textic .text3 {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
}

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

.hizmetler-slider .container {
    position: relative;
    z-index: 9;
}

.hizmetler-slider::before {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 361px;
    background: #000000;
}

.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: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: none;
}

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

.hizmetler-slider .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background: #a9a8a8;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    opacity: 1;
    border-radius: 5px;
    background: #68C17C;
}

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


/* Hizmetler Sabit Son */


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

.urunler-listele1 {
    display: block;
    height: auto;
    position: relative;
    color: #fff;
    overflow: hidden;
    border-radius: 10px;
    transition: all 350ms ease-in-out 0s;
}

.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: 0px 20px 30px;
    transition: all 350ms ease-in-out 0s;
    position: absolute;
    z-index: 9;
    top: 0px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    text-align: left;
}

.urunler-listele1 .text::before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 24, 32, 0)), color-stop(100%, #000000), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(180deg, rgba(13, 24, 32, 0) 0%, #000000 100%, rgba(0, 0, 0, 0.7) 100%);
}

.urunler-listele1:hover .text::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 193, 148, 0)), color-stop(61.98%, #68C17Ce0), to(#68C17C));
    background: linear-gradient(180deg, rgba(0, 193, 148, 0) 0%, #68C17Ce0 61.98%, #68C17C 100%);
    bottom: 0;
}

.urunler-listele1 .text span {
    display: block;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 0;
    transition: all 350ms ease-in-out 0s;
    position: relative;
    z-index: 99;
}

.urunler-listele1 .text small {
    display: block;
    font-size: 14px;
    position: relative;
    z-index: 99;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 25px;
}

.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;
    position: relative;
    z-index: 99;
}

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

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

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

.urunler-listele1:hover {
    transition: all 350ms ease-in-out 0s;
    margin-top: -10px;
}

.hizmetler-slider .item {
    padding-top: 10px;
}


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


/*btn-3*/

.btn-3 {
    position: relative;
    color: #ffffff;
    height: 70px;
    line-height: 70px;
    display: inline-flex;
    padding: 0 31px;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    transition: opacity 0.65s, transform 0.60s;
    overflow: hidden;
    align-items: center;
    bordeR: solid 2px #fff;
    z-index: 9;
}

.btn-3:before,
.btn-3:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background: #000000;
}

.btn-3 i {
    font-size: 17px;
    position: relative;
    color: #fff;
    z-index: 1;
}

.btn-3 p {
    color: #fff;
    font-weight: 600;
    z-index: 2;
    position: relative;
    display: flex;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}

.btn-3:before,
.btn-3:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background: #68C17C;
    opacity: 0;
    transition: opacity 0.65s, transform 0.60s;
}

.btn-3:before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    transition: opacity 0.65s, transform 0.60s;
    transform: translate(-50%, -50%);
}

.btn-3:after {
    background: #68C17C;
    right: -20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    transition: opacity 0.65s, transform 0.60s;
}

.btn-3:hover:before {
    left: 0px;
    width: 50%;
    height: 100%;
    transform: translate(0%, 0%);
    top: 0px;
    opacity: 1;
    transition: opacity 0.65s, transform 0.60s;
}

.btn-3:hover:after {
    right: 0px;
    width: 50%;
    height: 100%;
    transform: translate(0%, 0%);
    top: 0px;
    opacity: 1;
    transition: opacity 0.65s, transform 0.60s;
}


/*btn-4*/

.btn-4 {
    position: relative;
    color: #ffffff;
    height: 70px;
    line-height: 70px;
    display: inline-flex;
    padding: 0 31px;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    transition: opacity 0.65s, transform 0.60s;
    overflow: hidden;
    align-items: center;
    bordeR: solid 2px #fff;
    background: #68C17C;
    z-index: 9;
}

.btn-4:before,
.btn-4:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background: #000000;
}

.btn-4 i {
    font-size: 17px;
    position: relative;
    color: #fff;
    z-index: 1;
}

.btn-4 p {
    color: #fff;
    font-weight: 600;
    z-index: 2;
    position: relative;
    display: flex;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}

.btn-4:before,
.btn-4:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background: #68C17C;
    opacity: 0;
    transition: opacity 0.65s, transform 0.60s;
}

.btn-4:before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    transition: opacity 0.65s, transform 0.60s;
    transform: translate(-50%, -50%);
}

.btn-4:after {
    background: #68C17C;
    right: -20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    transition: opacity 0.65s, transform 0.60s;
}

.btn-4:hover:before {
    left: 0px;
    width: 50%;
    height: 100%;
    transform: translate(0%, 0%);
    top: 0px;
    opacity: 1;
    transition: opacity 0.65s, transform 0.60s;
}

.btn-4:hover:after {
    right: 0px;
    width: 50%;
    height: 100%;
    transform: translate(0%, 0%);
    top: 0px;
    opacity: 1;
    transition: opacity 0.65s, transform 0.60s;
}


/* Ü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;
    text-align: center;
}

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

.urunler-listele2 .resimmbg {
    height: 398px;
    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 .resimmbg .resimm img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.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: 24px;
    font-weight: 300;
    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;
    display: none;
}

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

.urunler-listele2 .text small {
    display: block;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 300;
    opacity: 50%;
}

.urunler-listele2 .item-readmore {
    opacity: 1;
    transition: all 350ms ease-in-out 0s;
    margin-top: 20px;
    display: inline-block !important;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid #000;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.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: 15px;
    overflow: hidden;
}

.urunler-listele3 .ok {
    width: 101px;
    height: 101px;
    background: #fff;
    border-radius: 50px 0px 0px 0px;
    padding-left: 15px;
    padding-top: 15px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.urunler-listele3 .ok i {
    width: 80px;
    height: 80px;
    background: #7d9b7d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 33px;
    justify-content: center;
    transition: transform 0.5s;
    transform: rotate(-45deg);
}

.urunler-listele3:hover .ok i {
    transition: transform 0.5s;
    transform: rotate(0deg);
}

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

.urunler-listele3 .resimmbg {
    height: 387px;
    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: #FEFAE0;
    text-align: left;
}

.urunler-listele3 .text span {
    display: block;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all 350ms ease-in-out 0s;
    color: #283618;
    border-bottom: 1px solid #ece8c9;
    padding-bottom: 15px;
}

.urunler-listele3 .text small {
    display: block;
    font-size: 17px;
    width: 68%;
    font-weight: 500;
    opacity: 50%;
}

.urunler-listele3 .text .star {
    display: flex;
    align-items: center;
    color: #7d9b7d;
    font-size: 17px;
    margin-top: 15px;
}

.urunler-listele3 .text .star i {
    margin-right: 5px;
}

.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: 50px 0px;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.sayac .container {
    position: relative;
    z-index: 99;
}


.sayac .sayac-liste {
    width: 100%;
    height: auto;
    color: #000;
    display: flex;
    position: relative;
    z-index: 9;
    background: #f3f3f3;
    padding: 37px 30px;
}

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

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

.sayac .sayac-liste .cizgi {
    position: relative;
    bottom: 0px;
    width: 50px;
    height: 1px;
    background: #29176d;
    left: 0px;
    margin: 18px 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 {
    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: #29176d;
}

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

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

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

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

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

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

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

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

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


/* Page İçerik */

.page-baslik1 {
    width: 100%;
    height: auto;
    background: #e8e8e8;
    padding: 25px 0px;
    margin-top: 95px;
}

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

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

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

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

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

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

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

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

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

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

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

.page-baslik3 {
    width: 100%;
    height: 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: #29176d;
}

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

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

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

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

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

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

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


/*neden-biz*/

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

.neden-biz a.Nedenbiz_liste {
    color: #000;
    display: flex;
    margin-bottom: 45px;
}

.neden-biz a.Nedenbiz_liste .icon {
    height: 51px;
    width: 51px;
    background-image: linear-gradient(to bottom, #f9b52c 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 .textic {
    width: calc(100% - 51px);
    padding-left: 15px;
}

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

.neden-biz a.Nedenbiz_liste p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0px;
}

.neden-biz .nedenbiz-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 16px;
}

.neden-biz .nedenbizbilgi {
    width: 100%;
    height: auto;
    background: #283618;
    padding: 25px;
    border-radius: 16px;
    margin-top: 25px;
}

.neden-biz .nedenbizbilgi h3 {
    width: 100%;
    font-size: 32px;
    color: #fff;
    margin-bottom: 25px;
}


/* neden-biz2 */

.neden-biz2 {
    width: 100%;
    height: auto;
    position: relative;
    padding: 100px 0px;
    background-image: url('../images/bg.png');
    background-color: #283618;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 0px 50px 50px;
}

.neden-biz2 .nedenbiz-liste {
    width: 100%;
    height: auto;
    position: relative;
    background: #FEFAE0;
    border-radius: 15px 20px 15px 15px;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 0em;
}

.neden-biz2 .numara {
    width: 86px;
    height: 86px;
    background: #283618;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 0px 15px 0px 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    padding-left: 15px;
}

.neden-biz2 .numara span {
    width: 72px;
    height: 72px;
    background: #FEFAE0;
    color: #283618;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 25px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
}

.neden-biz2 .nedenbiz-liste h3 {
    width: 100%;
    height: auto;
    color: #283618;
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ECE8C9;
    margin-top: 30px;
    margin-bottom: 20px;
}

.neden-biz2 .nedenbiz-liste .nedenbiz-alt {
    width: 100%;
    height: auto;
    display: flex;
}

.neden-biz2 .nedenbiz-liste .nedenbiz-alt p {
    height: auto;
    width: 70%;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    opacity: 70%;
}

.neden-biz2 .nedenbiz-liste .nedenbiz-alt i {
    height: auto;
    width: 30%;
    font-size: 48px;
    text-align: center;
    color: #606C38;
    margin-top: 25px;
}


/*hakkimizda2*/

.hakkimizda2 {
    width: 100%;
    height: auto;
    position: relative;
    padding: 70px 0px;
    color: #283618;
}

.hakkimizda2 img.resim1 {
    width: 100%;
    height: 323px;
    object-fit: cover;
    border-radius: 15px;
}

.hakkimizda2 img.resim2 {
    width: 100%;
    height: 281px;
    object-fit: cover;
    border-radius: 15px;
    margin-top: 35px;
}

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

.hakkimizda2 .text small {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}

.hakkimizda2 .text h2 {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}

.hakkimizda2 .text p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 25px;
    text-align: justify;
}

.hakkimizda2 .text small::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #7d9b7d;
    margin-right: 15px;
}

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

.hakkimizda2 .videoo .play {
    width: 97px;
    height: 97px;
    border-radius: 0px 50px 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 15px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.hakkimizda2 .videoo .play span {
    width: 82px;
    height: 82px;
    background: #7d9b7d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.hakkimizda2 .videoo .play:hover span {
    background: #283618;
}

.hakkimizda2 .hakkimizda-sayac {
    background: #283618;
    padding: 2em;
    border-radius: 15px 15px 15px 15px;
    display: flex;
    color: #fff;
    justify-content: space-between;
    margin-top: 30px;
}

.hakkimizda2 .hakkimizda-sayac li {
    width: auto;
    padding-right: 15px;
    margin-right: 15px;
    list-style: none;
    border-right: 1px solid #ffffff1f;
}

.hakkimizda2 .hakkimizda-sayac li:last-child {
    padding-right: 0px;
    border-right: 0px;
    margin-right: 0px;
}

.hakkimizda2 .hakkimizda-sayac li span {
    display: block;
    font-size: 42px;
    font-weight: 700;
}

.hakkimizda2 .hakkimizda-sayac li small {
    display: block;
    font-size: 15px;
    margin-top: 25px;
    font-weight: 700;
}


/*hakkimizda3*/

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

.hakkimizda3 img.resim1 {
    width: 90%;
    height: 589px;
    object-fit: cover;
}

.hakkimizda3 img.resim2 {
    width: 100%;
    height: 385px;
    object-fit: cover;
    margin-top: 40px;
}


/*hakkimizda33*/

.hakkimizda33 {
    width: 100%;
    height: auto;
    position: relative;
    background: #F4F4F4;
    padding: 80px 0px;
}

.hakkimizda33 h1 {
    width: 100%;
    height: auto;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 50px;
    text-transform: uppercase;
    display: block;
}

.hakkimizda33 h2 {
    font-size: 55px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #27272f;
    text-transform: none;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 50px;
}

.hakkimizda33 .text {
    width: 100%;
    height: auto;
    padding: 0px 100px 0px 75px;
}

.hakkimizda33 .text li:first-child {
    margin-top: 0px;
}

.hakkimizda33 .text li {
    width: 100%;
    height: auto;
    list-style: none;
    position: relative;
    display: flex;
    margin-top: 40px;
}

.hakkimizda33 .text li .icon {
    width: 50px;
    height: 50px;
    background: #27272F;
    border: solid 1px #27272F;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hakkimizda33 .text li .text22 {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.hakkimizda33 .text li span {
    width: 100%;
    height: auto;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.hakkimizda33 .text li small {
    width: 100%;
    height: auto;
    display: block;
    font-size: 15px;
    opacity: 70%;
}

.hakkimizda33 .text li:hover .icon {
    background: transparent;
    color: #27272F;
}

.hakkimizda33 h3 {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #27272f;
    text-transform: none;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;
    opacity: 70%;
}

.hakkimizda33 .resim1 {
    width: 80%;
    height: 300px;
    object-fit: cover;
}

.hakkimizda33 .resim2 {
    width: 100%;
    height: 515px;
    object-fit: cover;
}

/* Hakkımızda Yeni*/

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

.hakkimizda_yeni .slidervideo {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin-bottom: 25px;
}

.hakkimizda_yeni .slidervideo img.resimm {
    width: 100%;
    object-fit: cover;
    height: 100% !important;
}

.hakkimizda_yeni .slidervideo iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    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%);
}


.hakkimizda_yeni .slidervideo .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    z-index: 1;
}

.hakkimizda_yeni img.resimm {
    width: 100%;
    height: 188px;
    object-fit: cover;

}

.hakkimizda_yeni .textt {
    width: 100%;
    height: auto;
    display: block;
}

.hakkimizda_yeni .textt h1 {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
}

.hakkimizda_yeni .textt h2 {
    display: block;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 1.1;
}

.hakkimizda_yeni .textt p {
    width: 100%;
    height: auto;
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 50px;
    max-width: 450px;
    line-height: 1.4;
}

.nedenbiz {
    width: 100%;
    height: auto;
    padding: 50px 0px 0px;

}

.nedenbiz .container2 {
    max-width: 1170px;
}

.nedenbiz .nedenbiz_liste {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0px 10px;
}

.nedenbiz .nedenbiz_liste i {
    width: 50px;
    height: 50px;
    border: solid 2px #efefef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #000;
    margin: 0px auto 18px;
}

.nedenbiz .nedenbiz_liste h3 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.nedenbiz .nedenbiz_liste p {
    width: 100%;
    height: auto;
    display: block;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 0px;
    opacity: 80%;
    font-weight: 500;
}

/* hizmetler SLilderr*/

.hizmetlerSlider_Yeni {
    background: #010101;
    background-image: url('../images/bg.png');
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.hizmetlerSlider_Yeni .baslik {
    color: #fff;
    width: 100%;
    display: block;
    margin-bottom: 50px;
}

.hizmetlerSlider_Yeni .baslik h3 {
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: 300;
}

.hizmetlerSlider_Yeni .baslik h4 {
    width: 100%;
    height: auto;
    font-size: 30px;
    font-weight: 700;
}

.hizmetlerSlider_Yeni .hizmetler_sol {
    position: relative;
    display: flex;
    align-items: center;
}

.hizmetlerSlider_Yeni .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: auto;
    justify-content: center;
    display: flex;
    align-items: center;
}

.hizmetlerSlider_Yeni .swiper-slide .swiper-slide-ic {
    width: 100%;
    height: auto;
}

.hizmetlerSlider_Yeni .swiper-slide a {
    width: 100%;
    height: auto;
}

.hizmetlerSlider_Yeni .swiper-slide .resimm {
    width: 100%;
    height: 400px;
    background-position: center !important;
    background-size: cover !important;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 0px;
}

.hizmetlerSlider_Yeni .swiper-slide .resimm {
    opacity: 1;
}

.hizmetlerSlider_Yeni .swiper-slide:hover .resimm {
    opacity: 0.2;
    transition: opacity 0.3s linear 0.1s;
}

.hizmetlerSlider_Yeni .swiper-slide .swiper-text {
    display: block;
    text-align: center;
    color: #fff;
}

.hizmetlerSlider_Yeni .swiper-text .swiper-baslik1 {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    margin-top: 14px;
}

.hizmetlerSlider_Yeni .swiper-pagination {
    display: none !important;
}

.hizmetlerSlider_Yeni .okbg {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 30px;
}

.hizmetlerSlider_Yeni .okbg .cizgi {
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 0.32);
    vertical-align: middle;
    margin: 0 45px;
}

.hizmetlerSlider_Yeni .swiper-button-next {
    left: 0px;
    right: auto;
    position: relative;
}

.hizmetlerSlider_Yeni .swiper-button-prev {
    left: 0px;
    right: auto;
    position: relative;
}

.hizmetlerSlider_Yeni .swiper-button-next,
.hizmetlerSlider_Yeni .swiper-button-prev {
    top: 0px;
    margin-top: 0px;
    font-weight: 700;
}

.hizmetlerSlider_Yeni .swiper-button-next i,
.hizmetlerSlider_Yeni .swiper-button-prev i {
    font-size: 23px;
}

.hizmetlerSlider_Yeni .swiper-button-next:after,
.hizmetlerSlider_Yeni .swiper-button-prev:after {
    display: none;
}

/*home-galeri*/


.home-galeri {
    padding: 70px 0px;
}

.home-galeri .home-galeri-resim-bg {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.home-galeri a.home-galeri-resim {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
}

.home-galeri a.home-galeri-resim .home-galeri-resim-img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.home-galeri a.home-galeri-resim .home-galeri-resim-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.home-galeri a.home-galeri-resim:hover .home-galeri-resim-img img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.home-galeri .home-galeri-baslik {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
}

.home-galeri .home-galeri-resim-bg .videoo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-galeri .home-galeri-resim-bg .videoo i {
    color: #fff;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-galeri .home-galeri-resim-orta {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    overflow: hidden;
}

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

.home-galeri {
    width: 100%;
    height: auto;
    position: relative;
}

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

.home-galeri .owl-carousel .owl-nav button.owl-prev,
.home-galeri .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%);
}

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

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

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

.home-galeri .owl-theme .owl-dots {
    margin-top: 20px;
    display: none;
}

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

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


/* Destek son */


.videolar {
    width: 100%;
    height: auto;
    position: relative;
    padding: 80px 0px 80px;
    background: url(../images/fiyatarka.png) #f6f6f6;
    background-size: 10%;
}

.videolar .container{
    position: relative;
}

.videolar .container::before{
    content: '';
    position: absolute;
    left: -100px;
    top: -80px;
    width: calc(100% + 200px);
    height: 400px;
    background: #e9e9e9;
    display: none;
}

.videolar h1 {
    padding: 0px 60px 20px;
    position: relative;
}

.videolar a.resim{
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    color: #000;
    overflow: hidden;
}

.videolar a.resim img{
    width: 100%;
    will-change: transform;
    -webkit-transform: translateX(-4px) translateZ(0) scale(1.02);
    transform: translateX(-4px) translateZ(0) scale(1.02);
    -webkit-transition: .29s cubic-bezier(.4, .12, .4, .85);
    -o-transition: .29s cubic-bezier(.4, .12, .4, .85);
    transition: .29s cubic-bezier(.4, .12, .4, .85);
    margin-bottom: 30px;
    min-height: 370px;
}

.videolar a.resim:hover img{
    -webkit-transform: translateX(4px) translateZ(0) scale(1.02);
    transform: translateX(4px) translateZ(0) scale(1.02);
    -webkit-transition: .35s cubic-bezier(.4, .12, .4, .85);
    -o-transition: .35s cubic-bezier(.4, .12, .4, .85);
    transition: .35s cubic-bezier(.4, .12, .4, .85);
}

.videolar .text{
    width: 100%;
    height: auto;
    padding: 40px 20px;
    position: relative;
    bottom: 0;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.videolar .text2{width: 480px;height: auto;padding: 40px 20px;position: absolute;top: 20px;z-index: 9;left: 0;right: 0;margin: 0 auto;text-align: center;}

.videolar .text,.videolar .text2{
    font-size: 18px;
    font-weight: 700;
    background: #fff;
}

.videolar .text span,.videolar .text2 span{ 
    display: block;
    font-size: 23px;
}
 
.videolar .text small,.videolar .text2 small{ 
    display: block;
    font-size: 14px;
    font-weight: 300;
}

.videolar .buton{
    width: 100%;
    height: auto;
    background: #29176d;
    padding: 50px 40px;
    margin-top: 0;
    display: flex;
    align-items: center;
    color: #fff;
}

.videolar .buton:hover{
    background: #000000;
    color: #fff;
}

.videolar .buton h3 {
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 18px;
}

.videolar .buton i{
    margin-left: auto;
}



/**/

.iletisim5 .maps {
    box-shadow: 0px 0px 20px #0000000e;
    padding: 20px 20px;
    border-radius: 20px;
}

.iletisim5 .maps iframe {
    height: 100%;
    min-height: 550px;
}

.iletisim5 .form1 {}

.iletisim5 .form1 label {
    display: none;
}

.iletisim5 .form1 .form-control {
    width: 100%;
    outline: none;
    border: 0;
    border-bottom: 2px solid #ddd;
    color: #222;
    font-weight: 400;
    padding: 12px 0 12px;
    height: 50px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 0 !important;
}

.iletisim5 .form1 textarea:focus,
.iletisim5 .form1 input:focus {
    border-color: #ffc246;
    box-shadow: none;
}

.iletisim5 .form1 .btn {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    background-color: #ffc246;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border: none;
}

.iletisim5 .career-title-area {
    padding: 0 30px;
}

.iletisim5 .career-title-area h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}

.iletisim5 .career-title-area p {
    line-height: 1.66;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    color: #888;
}

.iletisim5 .work-process {
    position: relative;
    padding-bottom: 75px;
    padding-top: 75px;
}

.iletisim5 .work-block-one .inner-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 0px 30px;
}

.iletisim5 .work-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 153px;
    line-height: 153px;
    text-align: center;
    font-size: 60px;
    margin-bottom: 24px;
    transition: all 500ms ease;
}

.iletisim5 .work-block-one .inner-box:hover .icon-box i {
    color: #fff;
}

.iletisim5 .work-block-one .inner-box .icon-box i {
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #29176d;
}

.iletisim5 .work-block-one .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    box-shadow: 0 0px 100px 30px rgba(0, 0, 0, 0.4);
    transition: all 500ms ease;
}

.iletisim5 .work-block-one .inner-box:hover .icon-box:before {
    box-shadow: 0 30px 70px 70px #00000030;
}

.iletisim5 .work-block-one .inner-box .icon-box .count {
    position: absolute;
    top: -8px;
    right: -5px;
    font-size: 15px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
}

.iletisim5 .work-block-one .inner-box .icon-box .count:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    transform: scale(0, 0);
    transition: all 500ms ease;
    z-index: -1;
}

.iletisim5 .work-block-one .inner-box:hover .icon-box .count:before {
    transform: scale(1, 1);
}

.iletisim5 .work-block-one .inner-box:hover .icon-box .count {
    color: #fff;
    background: #171416;
}

.iletisim5 .work-block-one .inner-box .icon-box .bg-pattern {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 180px;
    height: 153px;
    background-repeat: no-repeat;
}

.iletisim5 .work-block-one .inner-box .icon-box .overlay-pattern {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 180px;
    height: 153px;
    opacity: 0;
    transform: translateY(30px);
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.iletisim5 .work-block-one .inner-box:hover .icon-box .overlay-pattern {
    opacity: 1;
    transform: translateY(0px);
}

.iletisim5 .work-block-one .inner-box h4 {
    margin-bottom: 7px;
}

.iletisim5 .work-block-one .inner-box p {
    padding: 0 20px;
    font-size: 16px;
}

.iletisim5 .work-process .sec-title {
    margin-bottom: 68px;
}

.iletisim5 .work-process .work-block {
    position: relative;
}

.iletisim5 .work-process .work-block:before {
    position: absolute;
    content: '';
    background: #e5e5e5;
    height: 1px;
    width: 150px;
    top: 50%;
    right: -70px;
    margin-top: -55px;
}

.iletisim5 .work-process .work-block.iki:before {
    display: none;
}

.iletisim5 .work-process .work-block:last-child:before {
    display: none;
}


/**/
/*surdurebilirlik*/


.surdurebilirlik {
    width: 100%;
    height: auto;
    padding: 80px 0px 160px;
    background: #fff;
}

.surdurebilirlik .resim {
    width: 100%;
    height: 521px;
    position: relative;
    z-index: 1;
}

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


.surdurebilirlik .slogan {
    margin: 0px 0px -95px -226px;
    padding: 70px 45px 70px 50px;
    background-color: #29176d;
    width: 670px;
    color: #fff;
    font-size: 19px;
    line-height: 1.3;
    margin-top: -250px;
    z-index: 99;
    position: relative;
}

.surdurebilirlik .text {
    width: 100%;
    height: 100%;
    padding-left: 22px;
}

.surdurebilirlik .text p {
    width: 100%;
    height: auto;
    font-size: 16px;
    margin-bottom: 35px;
    font-weight: 300;
    opacity: 80%;
}

.bgg {
    position: absolute;
    bottom: 0px;
    left: -70px;
}

.bgg.bg1 {
    bottom: 360px;
    height: 230px;
    left: -100px;
}

.bgg.bg2 {
    bottom: 0px;
    height: 190px;
}
