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

@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");

@import url("iletisim.css");
@import url("icon.css");
@import url("formlar.css");
@import url("../webfont/SFProDisplay/stylesheet.css");

@import url("../webfont/karto/stylesheet.css");
@import url("../webfont/kudryashev/stylesheet.css");
@import url("../webfont/rosmatika/stylesheet.css");
@import url("../webfont/young/stylesheet.css");
@import url("../webfont/futura/stylesheet.css");


@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");

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

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

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

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

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

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


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

.font1 {
    font-family: 'Rubik', sans-serif;
}

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

.font3 {
    font-family: 'Playfair Display', serif;
}

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

.font5 {
    font-family: 'Kudryashev Display';
}

.font6 {
    font-family: 'Rosmatika';
}

.font7 {
    font-family: 'Futura';
}


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



.Sitelinkk {
    font-size: 15px;
    letter-spacing: 0.3px;
    font-weight: 500;
    color: #000;
    background: transparent;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 20px;
    line-height: 1;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    border-bottom: 1px solid #000;
    justify-content: center;
}

.Sitelinkk i {
    margin-left: 7px;
    font-size: 14px !important;
}


.Sitelinkk2 {
    font-size: 17px;
    letter-spacing: 0.3px;
    font-weight: 300;
    color: #fff;
    background: transparent;
    border-radius: 0px 0px 0px 0px;
    padding: 1.5em 2em 1.5em 2em;
    line-height: 1;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    align-items: center;
}

.Sitelinkk3 {
    font-size: 16px;
    font-weight: 400;
    color: #293352;
    background-color: #fff;
    border-radius: 0px 0px 0px 0px;
    padding: 20px 30px;
    line-height: 1;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border: solid 1px #293352;
    text-align: center;
}

.Sitelinkk3:hover {
    color: #d60081 !important;
    border-color: #d60081 !important;
}

.Sitelinkk4 {
    font-size: 17px;
    letter-spacing: 0.3px;
    font-weight: 300;
    color: #fff;
    background-color: transparent;
    border-radius: 0px 0px 0px 0px;
    padding: 1.5em 2em 1.5em 2em;
    line-height: 1;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border: solid 1px #ffffff8e;
    text-align: center;
}

.Sitelinkk4:hover {
    color: #fff !important;
    border-color: #fff !important;
}

.Sitelinkk i {
    font-size: 20px;
    margin-right: 12px;
}

.Sitelinkk:hover {
    border-color: #0c1220;
    color: #000;
}


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

.Sitelinkk: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 .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:hover .Sitelink2 {
    transform: translate(0px, 0px);
    opacity: 1;
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

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

.site-baslik1 small {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 20px;
    color: #020102;
    opacity: 60%;
}

.site-baslik1 h1 {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 20px;
}

.site-baslik1 h2,
.site-baslik1 h3 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 32px;
    font-weight: 500;
}

.site-baslik1 .page-yildiz {
    font-size: 17px;
    margin-right: 5px;
    color: #020102;
    padding-top: 11px;
}

.site-baslik1 p {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.4;
    font-size: 16px;
    text-align: justify;
}

.site-baslik1 p b {
    font-weight: bold;
}

.site-baslik2 .cizgi {
    width: 100%;
    height: auto;
    margin-top: 13px;
    margin-bottom: 13px;
    display: block;
}

.site-baslik2 {
    width: 100%;
    height: auto;
    text-align: left;
    margin-bottom: 50px;
}

.site-baslik2 small {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 20px;
    color: #C5AD95;
}

.site-baslik2 h1 {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 20px;
}

.site-baslik2 h2,
.site-baslik2 h3 {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 50px;
    color: #5E4D43;
}

.site-baslik2 .page-yildiz {
    font-size: 17px;
    margin-right: 5px;
    color: #A4845A;
    padding-top: 11px;
}

.site-baslik2 p {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.4;
    font-size: 16px;
    text-align: justify;
}

.site-baslik2 p b {
    font-weight: bold;
}

.site-baslik2 .goz {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.site-baslik2 .goz img {
    height: 17px;
    margin-right: 10px;
}

.site-baslik2 .goz span {
    font-size: 20px;
}

.site-baslik2 .paket-baslik2 {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 20px;
}

a.site_btn,
a.site_btn2 {
    height: 43px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    color: #fff;
    background: #42b6d1;
    display: inline-flex;
    align-items: center;
    padding: 0px 34px;
}

/* Header BaÅŸlangÄ±Ã§*/

.header-menu::before {
    content: '';
    position: relative;
    width: 100%;
    height: 2px;
    background: #00BFFF;
    display: none;
}

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

.header-menu .Sitelinkk {
    height: 100%;
    border-left: 1px solid #ffffff42;
}

.header-menu .navbar-nav {
    padding-right: 0px;
}

.header-menu .navbar-brand {
    margin-top: 0px;
    padding-left: 0px;
}

.header-menu .navbar-text {
    margin-top: 0px;
    font-size: 28px;
    color: #0C1220;
    text-transform: uppercase;
}

.header-menu .navbar-text b {
    font-weight: 700;
}

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

.header-top {
    padding: 0px 0px;
    width: 100%;
    height: auto;
    background-color: #eee;
    background-image: linear-gradient(to right, #fff, #eee);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.header-top a.katelog {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-shadow: none;
    padding: 15px;
}

.header-top a.katelog {
    background: #d60081;
}

.header-top a.katelog i {
    margin-right: 10px;
    color: #EACF8B;
}

.header-top .header-top-ic {
    padding: 0px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

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

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

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

.header-top-bilgi li i {
    margin-right: 12px;
    color: #EACF8B;
}

.header-top-bilgi li a {
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    color: #999;
    text-shadow: none;
    padding: 15px 10px;
    display: flex;
    align-items: center;
}

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

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

.header-top-sosyal li a {
    width: 30px !important;
    height: 30px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999 !important;
    font-size: 13px;
}

.header-top-sosyal li a:hover {
    color: #293352 !important;
}


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


.header-search {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 40px;
}

.header-search .input-arama {
    border: solid 1px #ccc;
    padding: 6px 10px;
    position: relative;
    max-width: 155px;
}

.header-search .input-arama:focus {
    border-color: #d60081;
    box-shadow: none;
    outline: none;
}

.header-search .ara {
    position: absolute;
    right: 3px;
    top: 0px;
    background: transparent;
    color: #000;
    border: none;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.header-menu .navbar {
    height: 140px;
    padding-top: 0px;
    padding-bottom: 0px;
}

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

.header-menu .navbar-nav .nav-item {
    margin-left: 50px;
    position: inherit;
    height: 100%;
}

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

.header-menu .navbar-nav .nav-item .nav-link.home {
    color: #000;
}

.header-menu .navbar-nav .nav-item .nav-link {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
    color: #000;
    padding: 0px;
    height: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
}

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

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

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

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

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

.header-menu .navbar-nav .nav-item.nav-submenu>ul .acilir_urun {
    width: 100%;
}

.header-menu .navbar-nav .nav-item.nav-submenu>ul .acilir_urun a {
    width: 100%;
    display: block;
}

.header-menu .navbar-nav .nav-item.nav-submenu>ul .acilir_urun .baslik {
    display: block;
    padding: 8px 15px;

}

.header-menu .navbar-nav .nav-item.nav-submenu>ul .acilir_urun .baslik:hover {
    display: block;
    color: #d60081;

}

.header-menu .navbar-nav .nav-item.nav-submenu>ul .acilir_urun a:nth-child(1) .baslik .resim {
    display: block;
}

.header-menu .navbar-nav .nav-item.nav-submenu>ul .acilir_urun .baslik:hover .resim {
    display: block;
    z-index: 99;
}

.header-menu .navbar-nav .nav-item.nav-submenu>ul .acilir_urun .baslik .resim {
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    display: none;
    right: 0px;
    top: 0px;
}




.header-menu .navbar-nav .nav-item.nav-submenu>ul .acilir_urun .baslik .resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.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: 10px 15px 10px 15px;
    color: #5E4D43;
    font-size: 17px;
}

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

.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-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 {
    font-size: 12px;
    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;
    color: #999;
}

.header-dil:hover {
    background: #d60081;
    color: #fff !important;
}

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

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

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

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

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

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

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

/* sLider 1 BaÅŸlangÄ±Ã§*/



.telefon {
    width: auto;
    height: auto;
    align-items: center;
    color: #fff;
    padding-right: 0px;
    bottom: -115px;
    display: flex;
    position: absolute;
    right: 0px;
}

.telefon .icon {
    width: 30px;
    height: 30px;
    border: solid 1px #fff;
    animation: telefon infinite 2s linear;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.telefon span {
    display: block;
    padding-left: 15px;
    font-size: 17px;
    font-weight: 300;
}

.slider1 .swiper-slide .telefon {
    opacity: 0;
    transition: transform 2s ease-out;
    transform: translateY(300%);
}

.slider1 .swiper-slide-active .telefon {
    opacity: 1;
    transform: translateY(0%);
}



@keyframes telefon {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }

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

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


.slider1 .swiper-slide .Slidersosyal {
    width: auto;
    height: auto;
    align-items: center;
    color: #fff;
    padding-right: 0px;
    bottom: -115px;
    display: flex;
    position: absolute;
    opacity: 0;
    transition: transform 2s ease-out;
    transform: translateY(300%);
}

.slider1 .swiper-slide-active .Slidersosyal {
    opacity: 1;
    transform: translateY(0%);
}

.Slidersosyal span {
    width: auto;
    font-size: 12px;
    opacity: 100%;
    margin-right: 15px;
    font-weight: 300;
}

.Slidersosyal li:first-child {
    margin-left: 0px;
}

.Slidersosyal li {
    list-style: none;
    margin-left: 12px;
}

.Slidersosyal li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 22px;
}

.Slidersosyal li a .svgIcon {
    fill: #fff;
    width: 22px;
    height: 22px;
}

.Slidersosyal li a .svgIcon path {
    fill: #fff;
}


.Slidersosyal li a:hover {
    opacity: 1;
}

.slider1 {
    width: 100%;
    height: auto;
    position: relative;
    border-top: 0px;
    overflow: hidden;
}

.slider1 .text-bg::before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0 !important;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(9.5%, rgba(0, 0, 0, .738)), color-stop(17%, rgba(0, 0, 0, .541)), color-stop(23.5%, rgba(0, 0, 0, .382)), color-stop(28.25%, rgba(0, 0, 0, .278)), color-stop(32.5%, rgba(0, 0, 0, .194)), color-stop(36.5%, rgba(0, 0, 0, .126)), color-stop(40.1%, rgba(0, 0, 0, .075)), color-stop(43.05%, rgba(0, 0, 0, .042)), color-stop(45.5%, rgba(0, 0, 0, .021)), color-stop(47.6%, rgba(0, 0, 0, .008)), color-stop(49.1%, rgba(0, 0, 0, .002)), color-stop(50%, transparent));
    background-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, .738) 9.5%, rgba(0, 0, 0, .541) 17%, rgba(0, 0, 0, .382) 23.5%, rgba(0, 0, 0, .278) 28.25%, rgba(0, 0, 0, .194) 32.5%, rgba(0, 0, 0, .126) 36.5%, rgba(0, 0, 0, .075) 40.1%, rgba(0, 0, 0, .042) 43.05%, rgba(0, 0, 0, .021) 45.5%, rgba(0, 0, 0, .008) 47.6%, rgba(0, 0, 0, .002) 49.1%, transparent 50%);
    background-image: -o-linear-gradient(bottom, #000 0, rgba(0, 0, 0, .738) 9.5%, rgba(0, 0, 0, .541) 17%, rgba(0, 0, 0, .382) 23.5%, rgba(0, 0, 0, .278) 28.25%, rgba(0, 0, 0, .194) 32.5%, rgba(0, 0, 0, .126) 36.5%, rgba(0, 0, 0, .075) 40.1%, rgba(0, 0, 0, .042) 43.05%, rgba(0, 0, 0, .021) 45.5%, rgba(0, 0, 0, .008) 47.6%, rgba(0, 0, 0, .002) 49.1%, transparent 50%);
    background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, .738) 9.5%, rgba(0, 0, 0, .541) 17%, rgba(0, 0, 0, .382) 23.5%, rgba(0, 0, 0, .278) 28.25%, rgba(0, 0, 0, .194) 32.5%, rgba(0, 0, 0, .126) 36.5%, rgba(0, 0, 0, .075) 40.1%, rgba(0, 0, 0, .042) 43.05%, rgba(0, 0, 0, .021) 45.5%, rgba(0, 0, 0, .008) 47.6%, rgba(0, 0, 0, .002) 49.1%, transparent 50%);
    transform: rotate(180deg);
    display: none;
}

.slider1 .bottom-ok {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 50px;
    justify-content: center;
}

.slider1 .bottom-ok a {
    position: relative;
    cursor: pointer;
    border: solid 2px #fff;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 99;
    width: 30px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 999px;
    align-items: flex-end;
}

.slider1 .bottom-ok a i {
    position: absolute;
    color: #fff;
    animation: sliderButon .9s alternate infinite;
}

.scroll-indicator__circle {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    top: 10px;
    left: 50%;
    margin-left: -3px;
    -webkit-animation: scroll 1.5s cubic-bezier(.645, .045, .355, 1) 0s infinite forwards running;
    -o-animation: scroll 1.5s cubic-bezier(.645, .045, .355, 1) 0s infinite forwards running;
    animation: scroll 1.5s cubic-bezier(.645, .045, .355, 1) 0s infinite forwards running;
    z-index: 1;
}


@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }

    15% {
        opacity: 1
    }

    85% {
        opacity: 1
    }

    to {
        -webkit-transform: translateY(22px);
        transform: translateY(22px);
        opacity: 0
    }
}

@-o-keyframes scroll {
    0% {
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }

    15% {
        opacity: 1
    }

    85% {
        opacity: 1
    }

    to {
        -o-transform: translateY(22px);
        transform: translateY(22px);
        opacity: 0
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }

    15% {
        opacity: 1
    }

    85% {
        opacity: 1
    }

    to {
        -webkit-transform: translateY(22px);
        -o-transform: translateY(22px);
        transform: translateY(22px);
        opacity: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider1 .swiper-slide .text-bg .textic {
    width: 100%;
    position: relative;
    font-size: 7vh;
    text-align: left;
    color: #fff;
    z-index: 9;
    max-width: 500px;
}

.slider1 .swiper-slide .text-bg .textic .text1 {
    font-weight: 700;
    line-height: 1.2;
    font-size: 29%;
}

.slider1 .swiper-slide .text-bg .textic .text2 {
    line-height: 1.4;
    letter-spacing: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 100%;
    font-weight: 700;
}

.slider1 .swiper-slide .text-bg .textic .linkk {
    padding: 23px 65px 23px 65px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.65em;
    letter-spacing: 1.9px;
    color: #000000;
    background-color: #00BFFF;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
}


.slider1 .swiper-slide .text-bg .textic .linkk .link1 {
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
    display: block;
}

.slider1 .swiper-slide .text-bg .textic .linkk:hover .link1 {
    transform: translateY(-200%);
}

.slider1 .swiper-slide .text-bg .textic .linkk .link2 {
    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%;
}

.slider1 .swiper-slide .text-bg .textic .linkk:hover .link2 {
    transform: translate(0px, -16px);
    opacity: 1;
}


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

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

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

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

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


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

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

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

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


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

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

/* sLider 1 Son*/


/* home-hakkimizda baÅŸlangÄ±Ã§*/

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

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

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

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

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

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

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

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

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


/* home-hakkimizda Son*/


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


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

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

.hizmetler-slider::before {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 500px;
    background: #EEF6FF;
    border-bottom: 3px solid #d4deea;
}

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

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

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

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

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

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

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

/* Hizmetler Sabit Son */

/* ÃœrÃ¼nler Liste 1 GÃ¶rÃ¼nÃ¼mÃ¼ BaÅŸla*/
.urunler-listele1 {
    display: block;
    height: auto;
    position: relative;
    color: #fff
}

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

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

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

.urunler-listele1 .text {
    padding: 0px 40px 0px;
    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: center;
    justify-content: center;
}

.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-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(9.5%, rgba(0, 0, 0, .738)), color-stop(17%, rgba(0, 0, 0, .541)), color-stop(23.5%, rgba(0, 0, 0, .382)), color-stop(28.25%, rgba(0, 0, 0, .278)), color-stop(32.5%, rgba(0, 0, 0, .194)), color-stop(36.5%, rgba(0, 0, 0, .126)), color-stop(40.1%, rgba(0, 0, 0, .075)), color-stop(43.05%, rgba(0, 0, 0, .042)), color-stop(45.5%, rgba(0, 0, 0, .021)), color-stop(47.6%, rgba(0, 0, 0, .008)), color-stop(49.1%, rgba(0, 0, 0, .002)), color-stop(50%, transparent));
    background-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, .738) 9.5%, rgba(0, 0, 0, .541) 17%, rgba(0, 0, 0, .382) 23.5%, rgba(0, 0, 0, .278) 28.25%, rgba(0, 0, 0, .194) 32.5%, rgba(0, 0, 0, .126) 36.5%, rgba(0, 0, 0, .075) 40.1%, rgba(0, 0, 0, .042) 43.05%, rgba(0, 0, 0, .021) 45.5%, rgba(0, 0, 0, .008) 47.6%, rgba(0, 0, 0, .002) 49.1%, transparent 50%);
    background-image: -o-linear-gradient(bottom, #000 0, rgba(0, 0, 0, .738) 9.5%, rgba(0, 0, 0, .541) 17%, rgba(0, 0, 0, .382) 23.5%, rgba(0, 0, 0, .278) 28.25%, rgba(0, 0, 0, .194) 32.5%, rgba(0, 0, 0, .126) 36.5%, rgba(0, 0, 0, .075) 40.1%, rgba(0, 0, 0, .042) 43.05%, rgba(0, 0, 0, .021) 45.5%, rgba(0, 0, 0, .008) 47.6%, rgba(0, 0, 0, .002) 49.1%, transparent 50%);
    background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, .738) 9.5%, rgba(0, 0, 0, .541) 17%, rgba(0, 0, 0, .382) 23.5%, rgba(0, 0, 0, .278) 28.25%, rgba(0, 0, 0, .194) 32.5%, rgba(0, 0, 0, .126) 36.5%, rgba(0, 0, 0, .075) 40.1%, rgba(0, 0, 0, .042) 43.05%, rgba(0, 0, 0, .021) 45.5%, rgba(0, 0, 0, .008) 47.6%, rgba(0, 0, 0, .002) 49.1%, transparent 50%);
}

.urunler-listele1 .text span {
    display: block;
    font-size: 29px;
    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: 17px;
    position: relative;
    z-index: 99;
    font-weight: 300;
}

.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: #00BFFF;
    border-bottom: 2px solid #00BFFF;
}

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

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

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

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

/* ÃœrÃ¼nler Liste 1 GÃ¶rÃ¼nÃ¼mÃ¼ Son */


/* ÃœrÃ¼nler Liste 2 GÃ¶rÃ¼nÃ¼mÃ¼ BaÅŸla*/
.urunler-listele2 {
    display: block;
    position: relative;
    color: #000;
    height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ÃœrÃ¼nler Liste 2 GÃ¶rÃ¼nÃ¼mÃ¼ Son */

/* ÃœrÃ¼nler Liste 3 GÃ¶rÃ¼nÃ¼mÃ¼ BaÅŸla*/

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

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

.urunler-listele3 .item {
    padding: 15px;
    display: block;
}

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

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

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

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

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

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

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

.urunler-listele3 .text small {
    display: block;
    font-size: 16px;
    font-weight: 300;
}

.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-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.sayac .sayac-liste {
    width: 100%;
    height: auto;
    color: #585858;
    display: flex;
}

.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: #F57921;
    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: 200px;
    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: #C5AD95;
}

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

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

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

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

.page-baslik1 .breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}

.page-baslik1 .breadcrumb-item.active {
    color: #fff !important;
}

.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: 45px 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: #d60081;
}

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

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

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

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

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

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

.ekibim .ekibimiz_listele a.sahibinden:hover {
    border: solid 1px #d60081;
    background: #d60081;
    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: #d60081;
    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: #FFB8C9;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}

/* Destek son */

/* home Dondurma*/
.home-dondurma {
    width: 100%;
    height: auto;
    background-image: url(https://themes.muffingroup.com/be/icecream2/wp-content/uploads/2019/09/icecream2-sectionbg3.jpg);
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 100px 0px;
}

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

.dondurma_liste .resim {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
    text-align: center;
}

.dondurma_liste .resim img {
    width: 80%;
}

.dondurma_liste .dondurma_liste-ic {
    width: 100%;
    height: auto;
    position: relative;
    background: #FFB8C9;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: -130px 20px 0px 0px;
    padding: 160px 40px 60px 40px;
    border-radius: 20px 20px 20px 20px;
    color: #fff;
}

.dondurma_liste .dondurma_liste-ic.renk1 {
    background: #A8DD96;
}

.dondurma_liste .dondurma_liste-ic.renk2 {
    background: #FF6A6E;
}

.dondurma_liste .dondurma_liste-ic.renk3 {
    background: #F7BC79;
}

.dondurma_liste .dondurma_liste-ic.renk4 {
    background: #f0df64;
}


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

.dondurma_liste .dondurma_liste-ic p {
    width: 100%;
    height: auto;
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 45px;
}

.dondurma_liste .dondurma_liste-ic a {
    background: white;
    border-radius: 10px;
    padding: 14px 23px;
    font-size: 13px;
    font-weight: 500;
    margin-top: 30px;
}

.dondurma_liste .dondurma_liste-ic.renk1 a {
    color: #A8DD96;
}

.dondurma_liste .dondurma_liste-ic.renk2 a {
    color: #FF6A6E;
}

.dondurma_liste .dondurma_liste-ic.renk3 a {
    color: #F7BC79;
}

.dondurma_liste .dondurma_liste-ic.renk4 a {
    color: #f0df64;
}


/*home-diger-urun/*/

.home-diger-urun {
    width: 100%;
    height: auto;
    background: #42b7d10b;
    border-top: 1px solid #42b7d128;
    border-bottom: 1px solid #42b7d128;
    margin-top: -1px;
}

.home-diger-urun .textbg {
    display: flex;
    align-items: center;
}

.home-diger-urun .text {
    height: auto;
    max-width: 511px;
    margin: auto;
}

.home-diger-urun .text {
    display: block;
}

.home-diger-urun .text h3 {
    display: block;
    font-size: 17px;
    color: #655850;
}

.home-diger-urun .text h4 {
    display: block;
    width: 100%;
    height: auto;
    font-size: 50px;
    font-weight: 300;
    color: #655850;
}

.home-diger-urun.hiza2 .text h3 {
    color: #ff6c6c;
}

.home-diger-urun.hiza2 .text h4 {
    color: #ff6c6c;
}

.home-diger-urun .text h4 span {
    display: block;
    font-weight: 700;
}

.home-diger-urun .text p {
    display: block;
    width: 100%;
    height: auto;
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.home-diger-urun .text a.detay {
    border: solid 2px #00B9DB;
    display: inline-block;
    text-align: center;
    padding: 16px 30px;
    border-radius: 10px;
    transition: background .3s ease-out, color .3s ease-out, border-radius .3s ease-out;
    font-size: 15px;
    font-weight: 700;
    color: black;
}

.home-diger-urun .text a.detay:hover {
    background: #00B9DB;
    color: white;
    border-color: #00B9DB;
}

.home-diger-urun .resim {
    height: 583px;
    background-position: center !important;
    background-size: cover !important;
}

/*YorumlarSlider*/


.YorumlarSlider {
    background: #fff;
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.YorumlarSlider .container {
    height: 100%;
    overflow: visible !important;
}

.YorumlarSlider .swiper {
    width: 100%;
    height: 100%;
    overflow: visible !important;
    margin-left: -400px;
}

.YorumlarSlider .swiper-wrapper {
    background: white;
}

.YorumlarSlider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    position: relative;
}


.YorumlarSlider .swiper-slide .swiper-text {
    display: block;
    height: auto;
    padding: 40px;
    border: solid 1px #A4845A;
    border-radius: 12px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.102);
}

.YorumlarSlider .swiper-slide .swiper-text .yildiz {
    display: block;
    display: flex;
    margin-top: 13px;
    color: #C5AD95;
}

.YorumlarSlider .swiper-slide .swiper-text .yildiz i {
    margin-right: 5px;
}

.YorumlarSlider .swiper-text .swiper-baslik1 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0px;
    height: 93px;
}

.YorumlarSlider .swiper-text .swiper-isim {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.YorumlarSlider .swiper-text .swiper-isim .resimm {
    display: flex;
    align-items: center;
    width: 35px;
    height: 35px;
    background-color: #A4845A;
    border-radius: 50%;
    overflow: hidden;
}

.YorumlarSlider .swiper-text .yorumtext {
    margin-left: 9px;
}

.YorumlarSlider .swiper-text .swiper-isim span {
    font-weight: 700;
    font-size: 20px;
}

.YorumlarSlider .swiper-text .swiper-isim .resimm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.YorumlarSlider .swiper-pagination {
    display: none;
}

.YorumlarSlider .yorum-footer {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

/*home-btn*/

.home-btn {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #e0fff94a;
    padding: 80px 0px;
    overflow: hidden;
}

.home-btn::before {
    content: '';
    display: block;
    width: 540px;
    height: 160%;
    position: absolute;
    background-color: #c4efe6e6;
    left: -260px;
    top: -180px;
    transform: rotate(24deg);
}

.home-btn h3 {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 80px;
    color: #655850;
}

.home-btn .home-btn-liste {
    width: 100%;
    height: 387px;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 50px 0px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    overflow: hidden;
    color: #655850;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #00000012;
}

.home-btn .home-btn-liste .resim {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: transform .2s ease-out;
    top: 0px;
}

.home-btn .home-btn-liste:hover .resim {
    transform: scale(1.15);

}

.home-btn .home-btn-liste .text {
    width: 100%;
    height: auto;
    font-size: 23px;
    font-weight: 700;
    position: absolute;
    bottom: 40px;
    left: 0px;
    transition: all 0.4s;

}

.home-btn .home-btn-liste:hover .text {
    bottom: 50px;
}

.home-btn .home-btn-liste .text .detay {
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
}

.home-btn .home-btn-liste .text .detay {
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    opacity: 0;
    transition: all 0.4s;
}

.home-btn .home-btn-liste:hover .text .detay {
    opacity: 1;
}

/*uretim/*/

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

.uretim .slogan {
    width: 100%;
    height: auto;
    display: block;
    font-size: 72px;
    line-height: 1;
    text-align: center;
}

.uretim .liste {
    width: 100%;
    height: auto;
    list-style: none;
    position: relative;
    display: block;
    margin-bottom: 80px;
}

.uretim .liste .resim {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
}

.uretim .liste .text {
    background: #B5C9D2;
    padding: 3.95rem 3.75rem;
}

.uretim .liste .text .textic {
    max-width: 450px;
}

.uretim .liste .text .textic span {
    display: block;
    color: #fff;
    text-align: left;
    font-size: 37px;

}

.uretim .liste .text .textic small {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    white-space: pre-wrap;
    padding: 1.875rem 0rem 1.875rem 0rem;
    font-weight: 300;
}

.uretim .liste .text .textic a.detay {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
}

.uretim .liste .text .textic a.detay:hover {
    text-decoration: underline !important;
}

.uretim .liste .text .textic a.detay:hover {
    color: #d60081;
}

.uretim .liste.liste2 .text {
    background: #AECCAC;
}

.uretim .liste.liste2 .text .textic span {
    color: #fff;
}

.uretim .liste.liste2 .text .textic small {
    color: #fff;
}

.uretim .liste.liste2 .text .textic a.detay {
    color: #fff;
}

.uretim .liste.liste2 .text .textic a.detay:hover {
    color: #fff;
}

/*hizmetler-YEni*/

.hizmetler-YEni {
    width: 100%;
    height: auto;
    padding: 0px 0px 80px;
    background: #fff;
}

.hizmetler-YEni .slogan {
    width: 100%;
    height: auto;
    display: block;
    font-size: 72px;
    line-height: 1;
    text-align: center;
}

.hizmetler-YEni .site-baslik1 h2,
.hizmetler-YEni .site-baslik1 h3 {
    color: #2a2826;
}

.hizmetler-YEni .hizmetler-YEni-liste {
    width: 100%;
    height: auto;
    position: relative;
    color: #2a2826;
    display: block;
    margin-top: 30px;
}

.hizmetler-YEni .hizmetler-YEni-liste .resim {
    width: 100%;
    height: 305px;
    overflow: hidden;
}

.hizmetler-YEni .hizmetler-YEni-liste .resim img {
    will-change: transform;
    -webkit-transition: -webkit-transform .3s ease;
    -ms-transition: -ms-transform .3s ease;
    transition: transform .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.01, 1.01);
    -ms-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hizmetler-YEni .hizmetler-YEni-liste:hover .resim img {
    -webkit-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07);
}

.hizmetler-YEni .hizmetler-YEni-liste .text {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    position: relative;
}

.hizmetler-YEni .hizmetler-YEni-liste .text span {
    font-size: 1.556em;
    line-height: 1.214em;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 700;
}

.hizmetler-YEni .hizmetler-YEni-liste .text .ok {
    position: absolute;
    right: 0px;
    top: 50%;
    font-size: 25px;
    transform: translateY(-50%);
    opacity: 0;
    transition: transform .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.hizmetler-YEni .hizmetler-YEni-liste:hover .text .ok {
    opacity: 1;
}

.hizmetler-YEni .hizmetler-YEni-liste .cizgi {
    width: 100%;
    height: 1px;
    background: #e6e1dc;
    position: relative;
}

.hizmetler-YEni .hizmetler-YEni-liste .cizgi:after {
    content: '';
    height: 1px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    background-color: #2a2826;
    will-change: width;
    -webkit-transition: width .4s ease;
    -ms-transition: width .4s ease;
    transition: width .4s ease;
}

.hizmetler-YEni .hizmetler-YEni-liste:hover .cizgi:after {
    width: 100%;
}

/*home-ceviri-bilgi*/

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

.home-ceviri-bilgi .dunya {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.home-ceviri-bilgi .dunya img {
    width: 100%;
}

.kurumsal .nedenbiz {
    width: 100%;
    height: auto;
    padding: 30px 0px 80px;

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.referans-slider .logolar {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.referans-slider .logolar img {
    width: 100%;
}

/*HomeForm*/
.HomeForm {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background-size: cover !important;
    position: relative;
}

.HomeForm .site-baslik1 {
    position: relative;
    z-index: 9;
    color: white;
}

.HomeForm::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    background: #23282d;
    opacity: 60%;
}

.HomeForm .formic {
    margin-bottom: 0px;
    position: relative;
    z-index: 99;
}

.HomeForm form.form1 {
    border-radius: 10px !important;
    border: none !important;
    padding: 39px !important;
    background: none;
}

.HomeForm form.form1 .form-Liste {
    width: 100%;
    height: auto;
}

.HomeForm .form-Liste {
    display: block;
    position: relative;
    margin-bottom: 0px !important;
}

.HomeForm .form-Liste .guvenlik_resim {
    position: absolute;
    right: 0px;
    top: 15px !important;
    height: auto;
    display: flex;
    align-items: center;
}

.HomeForm .basliklabel {
    width: 100%;
    height: auto;
    font-weight: 700;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
    color: white;
}

.HomeForm .form-control,
.HomeForm select {
    display: block;
    width: 100%;
    height: 53px;
    padding: .375rem .75rem;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.HomeForm .form-control::placeholder {
    color: #fff;
}

.HomeForm .form1 .btn {
    position: absolute;
    margin-top: 80px;
    left: 0px;
    margin-left: 410px;
    width: 230px;
    font-size: 17px;
    letter-spacing: 0.3px;
    font-weight: 300;
    color: #fff;
    background-color: #17AEBF;
    border-radius: 0px 0px 0px 0px !important;
    padding: 1.5em 2em 1.5em 2em;
    line-height: 1;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    text-align: center;

}


/* hizmetler SLilderr*/

.hizmetlerSlider_Yeni {
    background: #fff;
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.hizmetlerSlider_Yeni .swiper {
    width: 100%;
    height: 100%;
}


.hizmetlerSlider_Yeni .swiper-wrapper {}

.hizmetlerSlider_Yeni .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 470px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.hizmetlerSlider_Yeni .swiper-slide .resimm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 92%;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 15px;
}

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

a.swiper-text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 80px 50px;
    color: #fff;
    text-align: center;
    cursor: url(https://www.simplex.ca/dist/assets/images/cursor-drag.png) 40 40, move;
    -webkit-transition: opacity .4s cubic-bezier(.25, 1, .5, 1);
    transition: opacity .4s cubic-bezier(.25, 1, .5, 1);
    color: #fff;
}

.hizmetlerSlider_Yeni .swiper-text .swiper-text-ic {
    width: 100%;
    height: auto;
    padding: 0px 20px;
    position: absolute;
    bottom: 14px;
    z-index: 9;
}

.hizmetlerSlider_Yeni .swiper-text .swiper-baslik1 {
    font-size: 25px;
    line-height: 45px;
    font-weight: 700;
    background: #fff;
    border-radius: 5px;
    color: #000;
    padding: 15px 0px;
    box-shadow: 0px 0px 10px #00000026;
}

.hizmetlerSlider_Yeni .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

/*hakkimizda22*/

.hakkimizda22 {
    width: 100%;
    height: auto;
    background: #EEF6FF;
    padding: 40px 0px;
    color: #020102;
}

.hakkimizda22 .text {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 100px 0px;
    position: relative;
}

.hakkimizda22 .text small {
    width: 100%;
    height: auto;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}

.hakkimizda22 .text h1 {
    width: 100%;
    height: auto;
    display: block;
    font-weight: 700;
}

.hakkimizda22 .text .bg {
    position: absolute;
    right: -248px;
    top: 290px;
    color: #b8c9db;
    transform: rotate(90deg);
    z-index: 99;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 11px;
}

.hakkimizda22 .text .texticon {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: block;
    margin: 20px 0px;
}

.hakkimizda22 .text .texticon img {
    width: 140%;
    margin-top: -123px;
    margin-left: -100px;
}

.hakkimizda22 .text p {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.4;
}

a.hakkimizda22-detay {
    display: flex;
    align-items: center;
}

a.hakkimizda22-detay .icon {
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    background: #00BFFF;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    text-transform: uppercase;
    justify-content: center;
}

a.hakkimizda22-detay span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 11px;
}

.hakkimizda22 .text .text-ic {
    width: 100%;
    height: auto;
    max-width: 315px;
}

.hakkimizda22 .text .text-ic {
    width: 100%;
    height: auto;
    max-width: 315px;
}

.hakkimizda22 .sagresim {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}

.hakkimizda22 .sagresim::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    background: #1F3B8A;
    opacity: 65%;
}

.hakkimizda22 .sagresim .talebformu {
    width: 100%;
    height: auto;
    max-width: 430px;
    border: solid 20px #00BFFF;
    padding: 70px 30px;
    position: relative;
}

.hakkimizda22 .sagresim .talebformu h3 {
    width: 100%;
    height: auto;
    font-size: 55px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 30px;
}

.hakkimizda22 .sagresim .talebformu p {
    width: 100%;
    height: auto;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 40px;
}

.hakkimizda22 .sagresim .talebformu a.hakkimizda22-detay {
    color: #fff;
}

/*HobeHaber*/

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

.HobeHaber .Haberliste {
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    background: #fff;
    box-shadow: 0px 0px 14px #0000000d;
}

.HobeHaber .Haberliste .resim {
    width: 100%;
    height: 257px;
    background-position: center !important;
    background-size: cover !important;
}

.HobeHaber .Haberliste .text {
    width: 100%;
    height: auto;
    padding: 26px;
}

.HobeHaber .Haberliste .text small {
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 700;
    display: block;
    color: #C5AD95;
}

.HobeHaber .Haberliste .text span {
    width: 100%;
    height: auto;
    font-size: 22px;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 16px;
    color: #5E4D43;
    display: block;
}

.HobeHaber .Haberliste .text p {
    width: 100%;
    height: auto;
    font-size: 17px;
    font-weight: 300;
    color: #C5AD95;
    display: block;
}

/*Homesss*/
.Homesss {
    width: 100%;
    height: auto;
    background: #6D5C4D;
    padding: 80px 0px;
}

.Homesss .site-baslik2 h3 {
    color: #fff;
}

.Homesss .sssresim {
    width: 100%;
    height: 629px;
    border-radius: 6px;
    overflow: hidden;
}

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

.Homesss .sssresim2 {
    width: 100%;
    height: 379px;
    border-radius: 6px;
    overflow: hidden;
}

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

.Homesss .accordion-item {
    background: transparent;
    border: none;
    color: #fff;
    border-bottom: 1px solid #ffffff1a;
}

.Homesss .accordion-button {
    background: transparent;
    color: #FFF;
    padding: 17px 0px;
    border-top: 1px solid #ffffff1a;
    font-size: 25px;
}

.Homesss .accordion-body {
    display: block;
    padding: 20px 0px 30px 20px;
}

.Homesss .accordion-body p {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 17px;
    opacity: 70%;
}

.Homesss .accordion-button:focus {
    outline: none;
    box-shadow: 0px;
}

.Homesss .accordion-button:not(.collapsed) {
    color: #fff;
    background: none;
    box-shadow: none;
}

.Homesss .accordion-button::after {
    font-family: "fontello";
    content: '\ea55';
    background: transparent;
    width: auto;
    height: auto;
}

.Homesss .accordion-button:not(.collapsed)::after {
    background: transparent;
    content: '\ea58';
    width: auto;
    height: auto;
}

.Homebulten {
    width: 100%;
    height: auto;
    padding-top: 80px;
}

.Homebulten .site-baslik2 {
    color: #fff;
}

.Homebulten .site-baslik2 p {
    max-width: 80%;
}

.Homebulten .site-baslik2 small {
    color: #fff;
}

.Homebulten .site-baslik2 h2,
.Homebulten .site-baslik2 h3 {
    color: #fff;
}

.Homesss form.newsletter-form {
    display: flex;
    position: relative;
    border: solid 1px #ffffff14;
    padding: 5px;
    border-radius: 0px;
}

.Homesss form.newsletter-form .form-control {
    display: flex;
    border-radius: 0px;
    font-size: 16px;
    padding: 18px 27px;
    border: none;
}

.Homesss form.newsletter-form .gondergitsin {
    border-radius: 0px;
    background: #C4BEB3;
    padding: 0px 50px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    right: 4px;
    height: 62px;
    top: 3px;
    opacity: 70%;
    border: none;
}

/*katalog*/

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

.katalog .resimm {
    width: 100%;
    height: auto;
    text-align: center;
    opacity: 50%;
    display: none;
}

.katalog .resimm img {
    height: 500px;
}

.katalog .text {
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 9;

}

.katalog .text h3 {
    font-size: 60px;
}

.katalog .text p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 45px;
}

/*kalite*/

.kalite {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background: #FAF8F6;
    min-height: 80px;
}

.kalite .katite_liste {
    width: 100%;
    height: 150px;
    text-align: center;
    border: solid 1px #f3f3f3;
    padding: 25px;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0px 0px 10px #00000005;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kalite .textic {
    width: 100%;
    padding-right: 100px;
}

.kalite .textic h3 {
    display: block;
    font-size: 45px;
    margin-bottom: 30px;
}

.kalite .textic p {
    display: block;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 50px;
}

/* HakkÄ±mÄ±zda TExt*/

.hakkimizda-text {
    width: 100%;
    height: auto;
    padding: 80px 0px;
}

.hakkimizda-text .baslik {
    width: 100%;
    text-align: center;
    height: auto;
}

.hakkimizda-text .baslik h1 {
    width: 100%;
    display: block;
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #2B3453;
}

.hakkimizda-text .baslik p {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding: 0px 130px;
    margin-bottom: 0px;
}

/*urunler_Resimli*/

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

.urunler_Resimli a.urun-liste {
    width: 100%;
    height: auto;
    position: relative;
    color: #fff;
}

.urunler_Resimli a.urun-liste .text {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    z-index: 8;
    left: 0px;
    top: 0px;
}

.urunler_Resimli a.urun-liste .text span{
   text-shadow: 0px 0px 5px #00000050;
}

.urunler_Resimli a.urun-liste .text:hover {
    background: #293352b1;
}

.urunler_Resimli a.urun-liste .resim {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.urunler_Resimli a.urun-liste .resim img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: transform .2s;
}

.urunler_Resimli a.urun-liste:hover .resim img {
    transform: scale(1.1);
}

.urunler_Resimli a.urun-liste.urun1 .resim {
    height: 500px;
}

.urunler_Resimli a.urun-liste.urun2 .resim {
    height: 330px;
}

.urunler_Resimli a.urun-liste.urun3 .resim {
    height: 330px;
}

/**/

.counter-section{
    position:relative;
    z-index:10;
}

.counter-section .auto-container{
}

.counter-section .inner-container{
    position:relative;
    border-radius: 0;
    overflow:hidden;
    padding: 60px 40px 60px;
    background-color: #d60081;
}

.counter-section .vector-layer-one{
    position:absolute;
    left:-60px;
    top:-40px;
    width:200px;
    height:205px;
}

.counter-section .vector-layer-two{
    position:absolute;
    right:-65px;
    bottom:-40px;
    width:200px;
    height:205px;
}

.counter-section .vector-layer-three{
    position:absolute;
    left:42%;
    top:-90px;
    width:200px;
    height:205px;
}

.counter-section .vector-layer-four{
    position:absolute;
    left:19%;
    top:-100px;
    width:202px;
    height:201px;
}

.counter-section .vector-layer-five{
    position:absolute;
    right:19%;
    top:-100px;
    width:202px;
    height:201px;
}

.counter-section .vector-layer-six{
    position:absolute;
    left:42%;
    bottom:-100px;
    width:202px;
    height:201px;
}





.fact-counter{
    position:relative;
}

.fact-counter .counter-column{
    position:relative;
}

.fact-counter .counter-column .inner{
    position:relative;
    text-align:center;
}

.fact-counter .counter-column .inner .content{
    position:relative;
}

.fact-counter .counter-column .inner .icon{
    font-weight:400;
    color:white;
    font-size:50px;
    font-family: "Flaticon";
    display:inline-block;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.fact-counter .counter-column .inner:hover .icon{
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.fact-counter .count-outer .percentage{
    position:relative;
}

.fact-counter .counter-column .inner .count-outer{
    position:relative;
    font-weight: 600;
    line-height:1em;
    color:white;
    font-size: 50px;
}

.fact-counter .counter-column h5{
    font-weight:400;
    color:white;
    margin-top:10px;
}


/**/

.banner-bg {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.banner-bg .swiper-button-prev,
.banner-bg .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    color: #fff;
    background: #ffffff94;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px 0px #00000021;
}

.banner-bg .swiper-button-prev:after,
.banner-bg .swiper-button-next:after {
    font-size: 15px;
    color: #000000;
}

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

.banner-bg .swiper-slide {
    background-size: cover;
    background-position: center;
}

.banner-bg .swiper-slide:hover .buyut {
    opacity: 1;
}

.banner-bg .swiper-slide .buyut {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 25%);
    opacity: 0;
}

.banner-bg .swiper-slide .buyut i {
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.banner-bg .swiper-slide .resim {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    border: solid 1px #e6e6e6;
}

.banner-bg .swiper-slide .resim img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.banner-bg .gallery-top22 {
    width: 100%;
}

.banner-bg .gallery-top22 .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
}

.banner-bg .gallery-top22 .swiper-slide .over {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #1F3C8A;
    opacity: 0.7;
}

.banner-bg .gallery-thumbs22 {
    box-sizing: border-box;
    padding: 10px 0;
    position: relative;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-bg .gallery-thumbs22 .swiper-slide {
    height: 90px;
    opacity: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.banner-bg .gallery-thumbs22 .swiper-slide img {
    height: 100%;
    border: solid 1px #e9e9e9;
}

.banner-bg .gallery-thumbs22 .swiper-slide-thumb-active {
    opacity: 1;
    background: #fff;
    color: #1F3C8A;
}

.banner-bg .gallery-thumbs22 .swiper-slide-thumb-active img {
    opacity: 50%;
}


/**/



/**/

.iletisim10 .form1 {
    margin-bottom: 0;
}

.iletisim10 .form1 .btn {
    display: inline-block;
    height: 55px;
    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;
    border-radius: 0 !important;
}

.iletisim10 .form1 input,
.iletisim10 .form1 textarea {
    height: 56px;
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
    color: #767676;
    background-color: #F8F8F8;
    border: none;
    border-bottom: solid #00000012 2px;
    border-radius: 0 !important;
}

.iletisim10 .form1 label {
    display: none;
}

.iletisim10 .form1 input::-webkit-input-placeholder,
.iletisim10 .form1 textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    line-height: 24px;
}

.iletisim10 .form1 input::-moz-placeholder,
.iletisim10 .form1 textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    line-height: 24px;
}

.iletisim10 .form1 input:-ms-input-placeholder,
.iletisim10 .form1 textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-size: 14px;
    line-height: 24px;
}

.iletisim10 .form1 input::-ms-input-placeholder,
.iletisim10 .form1 textarea::-ms-input-placeholder {
    /* MODERN BROWSER */
    font-size: 14px;
    line-height: 24px;
}

.iletisim10 .form1 input::placeholder,
.iletisim10 .form1 textarea::placeholder {
    /* MODERN BROWSER */
    font-size: 14px;
    line-height: 24px;
}

.iletisim10 .form1 textarea {
    height: 180px;
}

.iletisim10 .form1 input:hover,
.iletisim10 .form1 textarea:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 16%);
    /* Glowing red effect */
    transition: box-shadow 0.3s ease;
}

.iletisim10 .elementor-widget-wrap {
    padding: 30px 0 0 30px;
}

.iletisim10 .elementor-widget-wrap hr {
    margin: 30px 0px;
    background: #0000007a;
}

.iletisim10 .cms-contact-form-layout1.style1 {
    background-color: #fff;
    padding: 50px 25px 50px;
    -webkit-box-shadow: 0 8px 57px rgba(0, 0, 0, .25);
    -khtml-box-shadow: 0 8px 57px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 8px 57px rgba(0, 0, 0, .25);
    -ms-box-shadow: 0 8px 57px rgba(0, 0, 0, .25);
    -o-box-shadow: 0 8px 57px rgba(0, 0, 0, .25);
    box-shadow: 0 8px 57px rgba(0, 0, 0, .25);
    position: relative;
}

.iletisim10 .cms-contact-form-layout1.style1:before {
    content: '\e92a';
    font-size: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
    color: #fff;
    line-height: 1;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
}

.iletisim10 .cms-contact-form-layout1.style1:after {
    content: '';
    border-width: 30px;
    border-style: solid;
    border-color: #d60081 transparent transparent #d60081;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.iletisim10 .cms-contact-form-layout1.style1 .row {
    margin: 0 -8px;
}

.iletisim10 .cms-contact-form-layout1.style1 .row>div {
    padding: 0 8px;
}

.iletisim10 .cms-contact-form-layout1.style1 .cms-contact-form-meta {
    text-align: center;
    margin-bottom: 30px;
}

.iletisim10 .cms-contact-form-layout1.style1 .cms-contact-form-meta h3 {
    font-size: 30px;
    margin-bottom: 10px;
    margin: 0 0 15px;
    font-weight: 700;
}

.iletisim10 .cms-contact-form-layout1.style1 .cms-contact-form-meta p {
    margin-bottom: 0;
    max-width: 340px;
    display: inline-block;
}

.iletisim10 .cms-contact-form-layout1.style1 .wpcf7-form-control:not(.wpcf7-submit) {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}

.iletisim10 .cms-contact-form-layout1.style1 .wpcf7-form-control:not(.wpcf7-submit):focus {
    border-color: #d60081;
}

.iletisim10 .cms-contact-form-layout1.style1 .wpcf7-form-control.wpcf7-textarea {
    height: 140px;
}

.iletisim10 .cms-contact-form-layout1.style2 {
    background-color: #18185b;
    color: #ededed;
}

.iletisim10 .cms-contact-info2 .item--sub-title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-bottom: 3px;
}

.iletisim10 .cms-contact-info2 .item--title {
    font-size: 25px;
    padding-bottom: 15px;
    position: relative;
    letter-spacing: 0.03em;
    margin: 0 0 15px;
    font-weight: 700;
}

.iletisim10 .cms-contact-info2 .item--title:before {
    content: '';
    width: 65px;
    height: 2px;
    background-color: #d60081;
    position: absolute;
    bottom: 0;
    left: 0;
}

.iletisim10 .cms-contact-info2 .item--description {
    max-width: 100%;
    line-height: 2;
    font-size: 15px;
}

.iletisim10 .cms-contact-info2 .item--description label {
    color: #111;
    font-weight: 600;
}

.iletisim10 .cms-contact-info2.style2 {
    position: relative;
    padding-bottom: 17px;
}

.iletisim10 .cms-contact-info2.style2:before {
    content: '';
    width: 65px;
    height: 2px;
    background-color: #d60081;
    position: absolute;
    bottom: 0;
    left: 0;
}

.iletisim10 .cms-contact-info2.style2 .item--title {
    padding-bottom: 0;
    margin-bottom: 7px;
}

.iletisim10 .cms-contact-info2.style2 .item--title:before {
    display: none;
}

.iletisim10 .cms-contact-info2.style2 .item--description {
    font-size: 15px;
    line-height: 24px;
    max-width: 100%;
}

.iletisim10 .cms-contact-info3 .item--title {
    font-size: 25px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
}

.iletisim10 .cms-contact-info3 .item--description {
    color: #ededed;
    max-width: 300px;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 23px;
}


/**/
