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

@import url("../../assets/bootstrap/css/bootstrap.min.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("../webfont/SFProDisplay/stylesheet.css");
@import url("../webfont/degular/stylesheet.css");
@import url("../webfont/axiforma/stylesheet.css");
@import url("../webfont/room/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");


.btn-genel3 {
    position: relative;
    display: inline-block;
    text-align: center;
    transition: transform .2s;
    color: #000;
    border: 1px solid #000;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 22px;
    text-transform: none;
    letter-spacing: 0px;
    padding: 19px 72px;
    transition: 0.5s;
}

.btn-genel3:hover{
    background: black;
    color: white;
    transition: 0.5s;
}

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


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


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

.btn:focus {
    outline: none;
    box-shadow: none;
}

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

.font1 {
    font-family: 'Avenir LT Pro';
}

.font2 {
    font-family: 'Degular';
}

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

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

.font5 {
    font-family: 'Room';
}


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



.btn-genel {
    overflow: hidden !important;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    border: 2px solid #1D1D1B;
    border-radius: 25px;
    color: #1D1D1B;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    text-transform: uppercase;
    height: 35px;
    padding: 0px 25px;
    font-weight: 500;
}

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

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

.btn-genel .text2 {
    transform: translateY(100%);
    background: #1D1D1B;
    color: #fff;
    border-radius: 20px;
}

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

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

.btn-genel:hover {
    border-color: #1D1D1B;
}

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

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

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

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

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

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


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

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

.site-baslik1 h3,
.site-baslik1 h1 {
    font-size: 33px;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.site-baslik1 p {
    font-size: 15px;
    font-weight: 400;
    margin-top: 35px;
    color: #a0a0a0;
    line-height: 1.2em;
}

.site-baslik1 h4 {
    font-size: 17px;
    color: #727289;
}


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


.header-menu {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    height: auto;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
    background-color: white;
    padding: 0 0px;
    box-shadow: 0px 0px 10px 0px #0000001f;
}

.header-menu:before {
    content: '';
    width: 323px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #ffffff;
    z-index: 1;
}

.header-menu .kamypanya {
    width: 100%;
    height: auto;
    padding: 8px 0px;
    text-align: center;
    color: #1D1D1B;
    font-size: 18px;
    font-weight: 700;
}

.header-menu .kamypanya a.link {
    color: #1D1D1B;
}

.header-menu .kamypanya a.link:hover {
    text-decoration: underline !important;
}


/*
.bd-menu .header-menu .navbar-brand:before{
    display: none;
}

.bd-menu .header-menu .kamypanya {
    display: none;
}

.bd-menu .header-menu .navbar-brand img {
    height: 82px;
}


.bd-menu .header-menu .navbar-brand {
    top: 55px;
}

.bd-menu .header-menu .header-ust .ust_menu .nav-item .nav-link .icon .svgIcon {
    height: 25px;
    width: 25px;
    display: none;
}

.bd-menu .header-menu .header-ust {padding: 45px 20px;box-shadow: 0px 0px 10px 0px #0000001a;}

*/

.bd-menu .header-menu .navbar{
    display: none;
}

.bd-menu .header-menu .navbar-brand img {
    height: 105px;
    margin-top: 0;
}

.header-menu .header-ust {
    width: 100%;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
    height: auto;
    display: flex;
    align-items: center;
}

.header-menu .header-ust .ust_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
}


.header-menu .header-ust .ust_menu .nav-item {
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    border-left: 1px solid #000000;
}

.header-menu .header-ust .ust_menu .nav-item:nth-child(6){
    background: transparent;
    margin-right: 0;
}
.header-menu .header-ust .ust_menu .nav-item::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0px;
    width: 1px;
    height: 20px;
    background: #0b131914;
    display: none;
}

.header-menu .header-ust .ust_menu .nav-link {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    padding: 0px 14px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    text-align: center;
    max-height: 20px;
    display: flex;
    align-items: center;
}

.header-menu .header-ust .ust_menu .nav-item .nav-link .icon {
    margin: 0px auto 5px;
    display: none;
    height: auto;
    color: #fff;
    justify-content: center;
    opacity: 80%;
}

.header-menu .header-ust .ust_menu .nav-item .nav-link .icon .svgIcon {
    fill: #fff;
    height: 35px;
    width: 35px;
}

.header-menu .header-ust .ust_menu .nav-item .nav-link .icon .svgIcon path {
    fill: #fff;
}

.header-menu .header-ust .ust_menu .nav-link:hover {
    color: #000;
}

.headerTel {
    color: #727289;
    margin-left: auto;
    font-weight: 500;
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
}

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

.headerTel i {
    color: #0b1319;
    font-size: 18px;
    margin-right: 9px;
}

.headerTel::before {
    content: '';
    position: relative;
    width: 1px;
    height: 58px;
    background: #0b13190a;
    display: block;
    margin-left: 13px;
    margin-right: 13px;
}

.headerbutton {
    display: inline-flex;
    border-radius: 50px;
    padding: 10px 25px;
    color: #000;
    border: solid 1px #000;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
}

.headerbutton:hover {
    color: #000;
    background: #fff;
}

.header-menu .navbar-brand.logo-kapat {
    opacity: 0;
}

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

.header-menu .navbar-brand:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 115px;
    background: white;
    right: 0;
    margin: 0 auto;
    border-radius: 100%;
    display: none;
}

.header-menu .logobg {
    display: inline-block;
    position: absolute;
    left: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    top: 42px;
}

.header-menu .navbar-brand {
    display: flex;
    top: 0;
    position: relative;
    background: transparent;
    padding: 0px 5px;
    left: 0;
    right: 0;
    width: auto;
    justify-content: center;
    z-index: 9;
    margin-right: auto;
}

.header-menu .navbar-brand img {
    height: 135px;
    width: auto;
    filter: invert(1);
    margin-top: -63px;
    padding: 5px 0px;
}

.header-menu .search {
    width: 100%;
    max-width: 460px;
    padding-right: 28px;
}

.header-menu .search form {
    position: relative;
    width: 100%;
}

.header-menu .search form input {
    width: 100%;
    height: 44px;
    color: #30434a;
    font-weight: 500;
    padding: 6px 90px 6px 44px;
    border: 1px solid #f2eded;
    border-radius: 44px;
    -moz-border-radius: 44px;
    -webkit-border-radius: 44px;
    background: url('../images/icon/icon-search.svg') no-repeat 13px center;
    font-size: 12px;
}

.header-menu .search form input:focus {
    box-shadow: none;
    outline: none;
    border-color: #1D1D1B;
}

.header-menu .search form button {
    position: absolute;
    top: 4px;
    right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 36px;
    padding: 0;
    border: none;
    background: #1D1D1B;
    border-radius: 36px;
    -moz-border-radius: 36px;
    -webkit-border-radius: 36px;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
}

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

.header-top-bilgi {
    display: block;
    margin-left: auto;
}

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

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

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

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

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

.header-top-sosyal {
    margin-left: 15px;
}

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

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

.header-top-sosyal li a {
    color: #1D1D1B;
    font-size: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #1D1D1B;
    border-radius: 50%;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

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

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

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

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

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

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

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

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

.header-menu .navbar-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: start;
    width: 100%;
}

.header-menu .navbar {
    width: 100%;
    padding-right: 0;
    padding-left: 0rem;
    padding-top: 1px;
    padding-bottom: 0;
    height: 70px;
    background: white;
    border-bottom: solid 1px #00000012;
}

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


.header-menu .navbar-nav .nav-item {
    margin: 0 0px;
    height: 100%;
    display: flex;
    align-items: center;
}

.header-menu .navbar-nav .nav-item:nth-child(1) .nav-link {
    padding-left: 0px;
}

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

.header-menu .navbar-nav .nav-item .nav-link {
    position: relative;
    font-style: normal;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid transparent;
    transition: border-bottom .3s, color .3s;
    height: auto;
    display: block;
    text-align: center;
    border-left: 1px solid #00000049;
}

.header-menu .header-ust .ust_menu .nav-link{
    position: relative;
}

.header-menu .header-ust .ust_menu .nav-link::after{
        content: '';
    content: "" !important;
    position: relative;
    z-index: 1;
    top: auto;
    bottom: -2px;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: none;
}

.header-menu .header-ust .ust_menu .nav-link.nav-link:hover::after {
    width: 100%;
    background: #000;
    left: 0%;
    opacity: 1;
}

.header-menu .navbar-nav .nav-item .nav-link.urunlerac {
    font-size: 20px;
    font-weight: 500;
    padding: 0px;
    cursor: pointer;
}

.header-menu .navbar-nav .nav-item .nav-link:hover {
    text-decoration: underline !important;
}

.header-menu .navbar-nav .nav-item .nav-link .icon {
    color: #fff;
    font-size: 16px;
    opacity: 70%;
    display: none;
}

.header-menu .navbar-nav .nav-item .nav-link .icon .svgIcon {
    fill: #fff;
    height: 22px;
}

.header-menu .navbar-nav .nav-item .nav-link .icon .svgIcon path {
    fill: #fff;
}

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

.header-menu .navbar-nav .nav-item .nav-link span {
    display: block;
}


.header-menu .navbar-nav .nav-item .nav-link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: transparent;
    display: block;
    top: 1px;
    transition: transform .4s;
    -webkit-transition: transform .4s;
    -moz-transition: transform .4s;
    -ms-transition: transform .4s;
    -o-transition: transform .4s;
    opacity: 1;
    left: 0px;
    background: rgba(255, 255, 255, 0.288);
    display: none;
}

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

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

.header-menu .nav {

}

.header-menu .navbar-nav .nav-item.nav-submenu>ul {
    position: fixed;
    left: 0;
    z-index: 901;
    background: #f5f6f6;
    width: 100%;
    padding: 0px 0px;
    height: auto;
    text-align: center;
    border-top: 1px solid #ccc;
}

.header-menu .navbar-nav .nav-item.nav-submenu>ul .acilirresim {
    height: 100%;
    width: 100%;
    position: absolute;
    background: url('../images/menubgg.jpg');
    background-position: center !important;
    background-size: cover !important;
}

.header-menu .navbar-nav .nav-item.nav-submenu>ul .menubgg {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-menu .navbar-nav .nav-item.nav-submenu>ul .menubgg .menuic {
    max-width: 60%;
}

.header-menu .navbar-nav .nav-item.nav-submenu>ul li:first-child {
    margin: 0px;
}

.header-menu .navbar-nav .nav-item.nav-submenu>ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 17px;
}

.header-menu .navbar-nav .nav-item.nav-submenu>ul li a {
    width: 100%;
    display: flex;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    line-height: 1;
    padding: 20px 0px;
    transition: transform .5s ease-out;
    font-weight: 500;
    color: #323232;
    border-bottom: 2px solid transparent;
}


.header-menu .navbar-nav .nav-item.nav-submenu>ul li a:hover {
    color: #02923D;
    border-bottom: 2px solid #323232;
}

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



.headerBilgi {
    display: flex;
    height: 100%;
    margin-left: 15px;
}

.headerBilgi li {
    display: flex;
    border-left: 1px solid #ffffff42;
    align-items: center;
}

.headerBilgi li a {
    display: flex;
    height: 100%;
    padding: 0px 20px;
    color: #fff;
    align-items: center;
    font-size: 19px;
}

.headerBilgi li a.phone {
    font-size: 17px;
    font-weight: 700;
}


a.menubtn-b {
    padding: 0 0px;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99;
    transition: transform 0.5s;
}

a.menubtn-b .text {
    display: block;
}

a.menubtn-b .text2 {
    display: none;
}

a.menubtn-b.menubtn-b-Active .text {
    display: none;
}

a.menubtn-b.menubtn-b-Active .text2 {
    display: block;
}

a.menubtn-b .text {
    margin-right: 10px;
}

a.menubtn-b .buton {
    display: block;
}

a.menubtn-b .buton span {
    width: 30px;
    display: block;
    height: 1px;
    margin-top: 9px;
    background: #fff;
    transition: transform 0.2s;
}

a.menubtn-b.menubtn-b-Active .buton span:nth-child(1) {
    transform: rotate(126deg);
    transition: transform 0.2s;
}

a.menubtn-b.menubtn-b-Active .buton span:nth-child(2) {
    transform: rotate(56deg);
    margin-top: 0px;
    transition: transform 0.2s;
}

.kisayollar {
    display: flex;
    align-items: center;
    height: 100%;
    border-left: 1px solid #d0d0d0;
    margin-left: 0.9375rem;
}

.kisayollar li:first-child {
    border-left: none;
}

.kisayollar li {
    list-style: none;
    height: 100%;
    border-left: 1px solid #d0d0d029;
    position: relative;
    overflow: hidden;
}

.kisayollar li a {
    font-style: normal;
    font-size: 14px;
    min-width: 40px;
    font-weight: 400;
    transition: transform .5s ease-out;
    line-height: 1;
    text-align: center;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0px 35px;
    cursor: pointer;
    color: #242424;
}

.kisayollar li a::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #242424;
    transition: transform .5s ease-out;
    transform: translateY(100%);
    opacity: 0;
}

.kisayollar li a:hover:after {
    transition: transform .5s ease-out;
    transform: translateY(0%);
    opacity: 1;
}

.kisayollar li a .icon {
    width: 31px;
    height: 28px;
    transform: translateY(0px);
    transition: all .3s ease-in-out;
    display: inline-block;
    position: relative;
    z-index: 9;
}

.kisayollar li a .icon.sanal {
    height: 36px;
}

.kisayollar li a .icon .svgIcon {
    fill: #242424;
    height: 100%;
    width: auto;
    transition: all .2s ease-in-out;
}

.kisayollar li a .icon .svgIcon path {
    fill: #242424;
    transition: all .2s ease-in-out;
}

.kisayollar li a:hover .icon .svgIcon {
    fill: #fff;
}

.kisayollar li a:hover .icon .svgIcon path {
    fill: #fff;
}

.kisayollar li a:hover {
    color: #fff;
}

.kisayollar li a:hover .icon {
    transform: translateY(-8px);
}

.kisayollar li a span {
    transform: translateY(10px);
    opacity: 0;
    transition: all .3s ease-in-out;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    position: absolute;
    left: 0px;
    z-index: 9;
}

.kisayollar li a:hover span {
    opacity: 1;
    transform: translateY(0);
}

.kisayollar li a:hover {
    background-color: #f2f6f9;
}



.nav-menu {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    background-color: transparent;
    -webkit-transition: background-color 250ms ease 150ms;
    transition: background-color 250ms ease 150ms;
    -moz-transition: background-color 250ms ease 150ms;
    -ms-transition: background-color 250ms ease 150ms;
    -o-transition: background-color 250ms ease 150ms;
    padding: 0px;
    opacity: 0;
    z-index: -9999;
    overflow: hidden;
    transform: translateX(100%);
    transition: all 0.5s ease-in-out;
}

.nav-menu:before {
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 300vw;
    height: 300vh;
    background-color: #010101;
    border-radius: 50%;
    -webkit-transform: translate(50%, -50%) scale(0);
    -ms-transform: translate(50%, -50%) scale(0);
    transform: translate(50%, -50%) scale(0);
    -webkit-transition: transform 200ms ease 150ms;
    transition: transform 200ms ease 150ms;
}

.nav-menu.MenuAc {
    z-index: 999;
    opacity: 1;
    transform: translateX(0%);
}

.nav-menu.MenuAc:before {
    -webkit-transform: translate(50%, -50%) scale(1);
    -ms-transform: translate(50%, -50%) scale(1);
    transform: translate(50%, -50%) scale(1);
    -webkit-transition: transform 200ms ease 150ms;
    transition: transform 200ms ease 150ms;
}

.nav-menu .orta {
    position: relative;
}

.nav-menu .resimbg {
    display: block;
    position: relative;
    background-position: center !important;
    background-size: cover !important;
}

.nav-menu .resimbg::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url('../images/menubg.jpg');
    background-position: center !important;
    background-size: cover !important;
    transition: all 3s ease-in-out;
    opacity: 0;
}

.nav-menu.MenuAc .resimbg::before {
    content: '';
    transition: all 3s ease-in-out;
    opacity: 1;
}

.nav-menu .menunav {
    display: flex;
    padding: 3% 7% 0% 7%;
    position: relative;
    align-items: center;
}

.nav-menu .menunav li:first-child {
    margin-left: 0px;
}

.nav-menu .menunav li {
    display: block;
    position: relative;
    margin-left: 0px;
    position: relative;
    height: 100%;
    webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.nav-menu .menunav li a {
    display: inline-flex;
    color: #fff;
    font-size: 2vw !important;
    padding: 25px 0px;
    line-height: 1;
    font-weight: 700;
    align-items: center;
    padding-left: 0px;
    position: relative;
    opacity: 0;
    transform: translateX(100%);
    transition: all 1s ease-in-out;
}

.nav-menu.MenuAc .menunav li a {
    opacity: 1;
    transform: translateX(0);
}

.nav-menu .menunav li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    right: 0;
    background-color: #fff;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.nav-menu .menunav li a:hover:before {
    visibility: visible;
    width: 100%;
    left: 0;
}

.nav-menu .menunav li a::after {
    font-family: 'Linearicons';
    content: "\e944";
    display: block;
    margin-left: 25px;
    font-size: 70%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.nav-menu .menunav li a:hover::after {
    margin-left: 35px;
}

.nav-menu .elementor-background-overlay {
    background-image: url(../images/river_light.png);
    background-position: -20vw 1px;
    background-repeat: no-repeat;
    background-size: 100vw auto;
    opacity: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-attachment: scroll;
}

.nav-menu .altmenu {
    display: flex;
    margin-top: 50px;
}

.nav-menu .altmenu li:first-child {
    margin-left: 0px;
}

.nav-menu .altmenu li {
    margin-left: 18px;
    position: relative;
    height: 100%;
    webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.nav-menu .altmenu li a::after {
    display: none;
}

.nav-menu .altmenu li a {
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 700;
}



.headerarama {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #323232;
    font-weight: 500;
}

.headerarama i {
    margin-right: 10px;
    font-size: 17px;
}

.headerarama::before {
    content: '';
    position: relative;
    width: 1px;
    margin-right: 18px;
}

.headerarama::before,
.headerTel::after {
    content: '';
    height: 28px;
    background: #0000001f !important;
}

.search-menu {
    position: absolute;
    right: 150px;
    z-index: 99;
    width: 71%;
    background: #fff;
    height: 75px;
    align-items: center;
    display: flex;
    padding: 0px 50px;
    border-right: 1px solid #f1f1f1;
    right: -100%;
}

.search-menu.search-menu-open {
    right: 150px;
}

.search-menu .search-form {
    display: block;
    align-items: center;
    width: 100%;
}

.search-menu .form-input {
    width: 100%;
    padding: 25px;
    border: none;
}

.search-menu .form-input:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.search-menu .form-input:active {
    box-shadow: none;
    border: none;
}

.search-menu button {
    background: transparent;
    font-size: 20px;
    border: none;
}

.button .ac {
    display: block;
}

.button .kapat {
    display: none;
}

.button.butondurum {
    cursor: pointer;
}

.button.butondurum .ac {
    display: none;
}

.button.butondurum .kapat {
    display: block;
}

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

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

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

.header-dil li a {
    display: flex;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    align-items: center;
    line-height: 1;
    width: 34px;
    height: 34px;
    border: solid 1px #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    justify-content: center;
}

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

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

.header-dil li a i {
    display: none;
}

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

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

.header-dil .header-dil-ul li a {
    color: #000;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    background: #fff;
    margin-top: 3px;
}

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

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

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


.kategori-menu {
    position: absolute;
    left: 0px;
    width: 100%;
    height: auto;
    background: #FBF9F7;
    min-height: 200px;
    padding: 25px;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    border-bottom: 4px solid #1D1D1B;
}

.kategori-menu a.kategori-menu-liste {
    display: block;
    margin-bottom: 25px;
}

.kategori-menu a.kategori-menu-liste .resim {
    width: 100%;
    height: 110px;
}

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

.kategori-menu a.kategori-menu-liste span {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 10px;
}

.kategori-menu.kategori-menu-open {
    visibility: visible;
}


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

.slider1 .btn-genel {
    margin-left: 25px;
}

.slider1::after {
    content: '';
    width: 100%;
    height: 5px;
    background: #FBFBFB;
    display: block;
    position: absolute;
    bottom: 0px;
    z-index: 9;
}

.slider-arrow {
    position: absolute;
    bottom: -0px;
    left: 50%;
    z-index: 9;
    margin-left: 0px;
    margin-bottom: 0px;
    transform: translateX(-50%);
}

.slider-arrow a.icon {
    color: #8F9595;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 27px;
    cursor: pointer;
}

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

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

    100% {
        bottom: 45px;
    }
}

.slider1 .oklarbg {
    position: absolute;
    bottom: 80px;
    width: 100%;
}

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

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

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

.slider1 .swiper-button-next,
.slider1 .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    border: solid 1px #fff;
}

.slider1 .swiper-button-next:hover,
.slider1 .swiper-button-prev:hover {
    background: #1D1D1B;
    border: solid 1px #1D1D1B;
}

.slider1 .swiper-button-next:hover::after,
.slider1 .swiper-button-prev:hover::after {
    color: #fff;
}


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

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

.slider1 .swiper-slide {
    overflow: hidden;
    height: 80vh;
}

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

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

.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: end;
    justify-content: center;
    background: #05050539;
}

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

.slider1 .swiper-slide .text-bg .textic .sgk .yazi{
    font-weight: 600;
    font-size: 17px;
    color: #0281BB;
    padding-left: 25px;
    margin-top: 20px;
}

.slider1 .swiper-slide .text-bg .textic .text0 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.slider1 .swiper-slide .text-bg .textic .slidertext1 {
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
    border-left: 4px solid #fff;
    padding-left: 27px;
    letter-spacing: 0.5px;
    text-align: justify;
    text-transform: uppercase;
}

.slider1 .swiper-slide .text-bg .textic .slidertext2 {
    line-height: 1.4;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 27px;
    text-align: justify;
    max-width: 680px;
}


.slider1 .swiper-slide .text-bg .textic .btn-border {
    background: #fff;
    border-color: #fff;
}


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

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


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

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

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

.home-hakkimizda3 .yildiz i {
    color: #1D1D1B;
}

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

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

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

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

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



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


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

.hizmetler-slider .owl-stage-outer {
    padding: 20px;
}

.hizmetler-slider .hizmetler-ic-bg {
    background-color: #eaeff5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 100px 0;
}

.hizmetler-slider .hizmetler-ic {
    max-width: 800px;
    margin: 0px auto;
}

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

.hizmetler-slider .owl-carousel .owl-nav button.owl-prev,
.hizmetler-slider .owl-carousel .owl-nav button.owl-next {
    font-size: 16px !important;
    line-height: 16px !important;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 99;
    background: #fff !important;
    color: #000;
    border-radius: 50% !important;
    top: 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: -152px;
}

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

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


.urunler-liste-icon {
    color: #262469;
    width: 100%;
    height: auto;
    padding: 44px 40px 40px 44px;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
}

.urunler-liste-icon:hover {
    box-shadow: 0 15px 15px rgba(119, 131, 145, .3);
    -webkit-box-shadow: 0 15px 15px rgba(119, 131, 145, .3);
    -moz-box-shadow: 0 15px 15px rgba(119, 131, 145, .3);
    margin-bottom: 21px;
    margin-top: -21px;
}

.urunler-liste-icon .urunler-liste-header {
    width: 100%;
    height: 102px;
    display: flex;
}

.urunler-liste-icon .urunler-liste-header h3 {
    height: auto;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
    color: #262469;
}

.urunler-liste-icon .urunler-liste-header .urunler-icon {
    width: 72px;
    height: 51px;
    margin-left: auto;
    position: relative;
}

.urunler-liste-icon .urunler-liste-header .urunler-icon img {
    height: 100%;
    position: relative;
    z-index: 9;
}

.urunler-liste-icon .urunler-liste-header .urunler-icon .svgIcon {
    fill: #262469;
    height: 60px;
    position: relative;
    z-index: 9;
}

.urunler-liste-icon .urunler-liste-header .urunler-icon .svgIcon path {
    fill: #262469;
}

.urunler-liste-icon .urunler-liste-header .urunler-icon::before {
    content: '';
    background: #ffcfd3;
    display: block;
    width: 40px;
    height: 31px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.urunler-liste-icon .urunler-liste-text {
    height: 242px;
    margin-bottom: 18px;
}

.urunler-liste-icon .urunler-liste-text p {
    color: #727289;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.urunler-liste-icon .urunler-liste-detay {
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.urunler-liste-icon .urunler-liste-detay i {
    width: 26px;
    height: 26px;
    background: #26246910;
    color: #262469;
    border: solid 1px #262469;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
}


.urunler-listele1 {
    display: block;
    height: auto;
    position: relative;
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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



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


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

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

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

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

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

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

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

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

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

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

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

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

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


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


.page-urunler-listele {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    position: relative;
    color: #333;
}

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

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

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

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

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

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




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

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

.page-urunler-listele:hover .page-urunler-title {
    color: #1D1D1B;
}

.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-baslik1 {
    width: 100%;
    height: auto;
    background: transparent;
    padding: 25px 0px 10px;
    border-bottom: 1px solid #f1f1f1;
    margin-top: 0;
}

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

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

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

.page-baslik1 .breadcrumb {
    opacity: 50%;
}

.breadcrumb-item {
    color: #1D1D1B;
    font-size: 11px;
}

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

.breadcrumb-item.active {
    color: #1D1D1B;
}

.page-baslik1 h3 {
    margin-bottom: 0px;
    font-size: 33px;
    font-weight: 700;
    color: #1D1D1B;
    margin-top: 5px;
    display: inline-block;
    position: relative;
}

.page-baslik1 h3::after {
    content: '';
    position: absolute;
    top: 100%;
    width: 100%;
    height: 1px;
    background: #1D1D1B;
    left: 0px;
    margin-top: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #1D1D1B;
    content: "/";
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-icerik {
    padding: 35px 0px;
    min-height: 650px;
}

.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-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: #1D1D1B;
    margin-bottom: 15px;
}

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

.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: #1D1D1B;
    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%;
}


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

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

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

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

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

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

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


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

.ekibim .ekibimiz_listele a.sahibinden:hover {
    border: solid 1px #1D1D1B;
    background: #1D1D1B;
    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: #1D1D1B;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 11px;
    padding: 6px 8px;
}


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

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

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

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

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

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

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

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

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


.iletisim1 {
    width: 100%;
    height: auto;

}

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

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

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


.iletisim2 {
    width: 100%;
    height: auto;
    color: #1D1D1B;
}

.iletisim2 form.form2 {
    background: transparent;
    background: #1D1D1B;
    padding: 35px;
}

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

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

.iletisim2 .about_list .list-number {
    display: flex;
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 35px;
    background: #d81324;
    font-weight: 600;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-top: 3px;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

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

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


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


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


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

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

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


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

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


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

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

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

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

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

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

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

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

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

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


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

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

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

.iletisim4 .about_list .list-number {
    display: flex;
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 35px;
    background: #1D1D1B;
    font-weight: 600;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-top: 3px;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    background: #1D1D1B;
    width: 40px;
    height: 40px;
    line-height: 40px;
    animation: pulseBig4 infinite 2s linear;
}

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

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



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


@keyframes pulseBig4 {
    0% {
        box-shadow: 0 0 0 0 #1D1D1B;
    }

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

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

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

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


form.form1 {
    width: 100%;
}

form.form1 label{
    display: none;
}

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

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

form.form1 .guvenlik_input {
    position: relative;
}

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

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

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



.hizmetlerYeni {
    width: 100%;
    height: auto;
    padding: 70px 0px;
}

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

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

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

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

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

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

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

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

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

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


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

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

.home-hakkimizda4 .resimbg:before {
    content: '';
    display: block;
    width: 660px;
    position: absolute;
    background-image: url('../images/dots-black.svg');
    top: -2.5%;
    left: -5.5%;
    right: 12.5%;
    bottom: 12.5%;
    z-index: 0;
    opacity: .8;
}

.home-hakkimizda4 .resimbg .resim1 {
    width: 100%;
    height: 500px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.home-hakkimizda4 .textbg {
    width: 100%;
}

.home-hakkimizda4 .text-ic {
    max-width: 400px;
    margin: 0px auto;
    padding-left: 17px;
}



.Home-Video {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
}

.Home-Video::after {
    width: 100%;
    height: 250px;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #1D1D1B;
}

.Home-Video .bg {
    width: 100px;
    height: 100px;
    background: #1D1D1B;
    position: absolute;
}

.Home-Video .bg.bg2 {
    background: #fff;
    left: 0px;
}

.Home-Video .bg.bg3 {
    background: #fff;
    left: 100px;
    opacity: 75%;
}

.Home-Video .bg.bg1 {
    background: #00D3BE;
    left: 0px;
    margin-top: 100px;
}

.Home-Video .bg.bg4 {
    background: #fff;
    right: 0px;
}

.Home-Video .bg.bg5 {
    background: #1D1D1B;
    right: 0px;
    bottom: 0px;
}

.Home-Video .bg.bg6 {
    background: #00D3BE;
    right: -50px;
    margin-top: 250px;
}

.Home-Video .Home-Video-ic {
    width: 100%;
    max-width: 1140px;
    height: 600px;
    margin: 0px auto;
    background: #000;
    display: block;
    position: relative;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    z-index: 99;
}

.Home-Video .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    cursor: pointer;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.neden-biz {
    width: 100%;
    height: auto;
    position: relative;
    padding: 70px 0px;
    background: #1D1D1B;
}

.neden-biz .site-baslik1 {
    width: 100%;
    height: auto;
    padding-right: 100px;
}

.neden-biz .sag-bolum {
    position: relative;
}

.neden-biz .sag-bolum::after {
    height: 640px;
    right: -42px;
    width: 582px;
    position: absolute;
    background-color: #eaeff5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    content: "";
    top: -70px;
    display: none;
}

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

}

.neden-biz a.Nedenbiz_liste {
    height: auto;
    display: flex;
    padding: 25px 0px;
}

.neden-biz a.Nedenbiz_liste .icon {
    height: 51px;
    width: 51px;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #1D1D1B;
}

.neden-biz a.Nedenbiz_liste .neden-textt {
    width: 100%;
    height: auto;
    padding-left: 15px;
}

.neden-biz a.Nedenbiz_liste h3 {
    width: 100%;
    height: auto;
    font-size: 22px;
    margin-bottom: 12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

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

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

.neden-biz a.Nedenbiz_liste:hover h3 {
    color: #1D1D1B !important;
}


.Merak_edilenler {
    width: 100%;
    height: auto;
    padding: 70px 0px;
}

.Merak_edilenler .btn-genel2.btn-border {
    background: transparent;
    color: #fff;
    border: solid 1px #fff
}

.Merak_edilenler .Merak_edilenler-ic {
    width: 100%;
    padding: 70px 70px;
}


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

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

}

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

.Merak_edilenler .accordion-item {
    background-color: #fff;
    border: none;
    margin-bottom: 9px;
    box-shadow: 0 0 1px rgb(14 14 14 / 16%);
    border-radius: 3px !important;
}

.Merak_edilenler .accordion-button {
    font-weight: 500;
    border-radius: 3px !important;
    font-size: 13px;
}

.Merak_edilenler .sss-resim {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* referans*/

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

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

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

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

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

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

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

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

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

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

.referans-slider .item {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

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

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

/* Blog */

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

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

}

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

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

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

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

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

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

/* yorumlar*/

.yorumlar-slider {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
}

.yorumlar-slider .yorumlaric {
    width: 100%;
    height: auto;
    position: relative;
    background: #fef8f4;
    padding: 80px 80px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.yorumlar-slider .yorumlaric-ccc {
    max-width: 800px;
    margin: 0px auto;
}

.yorumlar-slider .yildiz {
    display: block;
    display: flex;
    margin-bottom: 10px;
    color: #1D1D1B;
}

.testimonial-block .inner-box {
    position: relative;
    text-align: left;
    padding: 17px;
}

.testimonial-block .content {
    position: relative;
    padding: 40px 40px;
    text-align: left;
    border-radius: 0px;
    box-shadow: 0px 0px 5px #0000001a;
}

.testimonial-block .text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.4;
    color: #676767;
    font-weight: 500;
    margin-bottom: 0px;
}


.testimonial-block .info-box {
    position: relative;
    display: inline-block;
    padding-left: 0;
    min-height: 80px;
    padding-top: 0;
    text-align: left;
    left: 50px;
    padding-left: 80px;
}


.testimonial-block .name {
    position: relative;
    display: block;
    font-size: 17px;
    color: #1D1D1B;
    font-weight: 700;
    margin-bottom: 14px;

}

.testimonial-block .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #858687;
    margin-bottom: 12px;
}

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

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

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

.yorumlar-slider .owl-carousel .owl-nav button.owl-prev {
    left: -152px;
}

.yorumlar-slider .owl-carousel .owl-nav button.owl-next {
    right: -152px;
}

.yorumlar-slider .owl-theme .owl-dots {
    display: none;
    margin-top: 30px;
    margin-bottom: 50px;
}

.yorumlar-slider .owl-theme .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 1px #000;
    margin: 0px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    opacity: 1;
    position: relative;
}

.yorumlar-slider .owl-theme .owl-dots .owl-dot span {
    background: #000;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: '';
    padding: 0px;
    margin: 0px;
    opacity: 0;
}

.yorumlar-slider .owl-theme .owl-dots .owl-dot.active span {
    background: #000;
    opacity: 1;
}

/* yorumlar*/
.video-slider {
    width: 100%;
    height: auto;
    position: relative;
}

.video-slider .yarisma_video {
    width: 100%;
    height: auto;
    position: relative;
    color: #27292C;
    background: red;
}

.video-slider .yarisma_video .resim {
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
}

.video-slider .yarisma_video .resim iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.video-slider .yarisma_video .resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-slider .yarisma_video .texttbg {
    background: linear-gradient(45deg, #0000009c, transparent);
    box-shadow: 0px 0px 10px #0000000a;
    position: absolute;
    left: 0;
    bottom: 0;
    border-right: 4px solid #CEA964;
    width: 100%;
    height: 100%;
}

.video-slider .yarisma_video .textt {
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px 30px;
}

.video-slider .yarisma_video .textt h3 {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: white;
}

.video-slider .yarisma_video .textt p {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 14px;
    font-weight: 300;
}

.video-slider .owl-theme .owl-nav {
    top: -100px;
    position: absolute;
    width: 100%;
    display: none;
}

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

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

.video-slider .owl-carousel .owl-nav button.owl-prev {
    left: 100px;
}

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

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

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

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

/**/
.ray-call .randevuresim {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ray-call {
    color: #fff;
    display: block;
    background: #1D1D1B !important;
}

.y-cal-ic {
    height: 100%;
    padding: 50px 12%;
}

.footer-contact__title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Axiforma';
}

.footer-contact__text {
    line-height: 20px;
    font-size: 13px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
    font-family: 'Axiforma';
}

.footer-contact__text b {
    font-weight: 700;
}

.footer-contact__phone {
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
}

.footer-contact__btn {
    font-size: 16px;
    line-height: 16px;
    padding: 18.5px 22px 18.5px 20px;
    width: 131px;
}

.btn-yeni {
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2) !important;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .2) !important;
    -moz-box-shadow: 0 20px 40px rgba(0, 0, 0, .2) !important;
    font-size: 16px;
    line-height: 16px;
    padding: 18.5px 22px 18.5px 20px;
    background: #E00817 !important;
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #fff;
}

.btn-yeni i {
    color: #fff;
    margin-left: 20px;

}

.btn-yeni:hover {
    color: #fff;
    margin-top: -10px;
}

/*hakkimizda1*/


.hakkimizda1 {
    width: 100%;
    height: auto;
    background: #FAFAFA;
    padding: 70px 0px;
}

.hakkimizda1 .baslikic {
    width: 100%;
    padding-right: 20px;
}

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

.hakkimizda1 .yildiz i {
    color: #1D1D1B;
}

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

.hakkimizda1 h1 {
    display: block;
    font-weight: 900;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 22px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

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

.hakkimizda1 .baslikic {
    width: 100%;
    height: auto;
}

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

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

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

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

.hakkimizda1 .baslikic li .text h3 {
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 0px;
    text-decoration: none;
    font-style: normal;
    text-transform: none;
    text-transform: uppercase;
}

.hakkimizda1 .baslikic li .text p {
    font-size: 13px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0px;
    margin-bottom: 0px;
}

.slidervideo {
    position: relative;
    width: 100%;
    height: 620px;
    overflow: hidden;
}

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

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


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

.btn {
    position: relative;
    border: 0;
    outline: 0;
    width: 100%;
    padding: 0px;
}

.btn .btn-wrap {
    position: relative;
    overflow: hidden;
    width: auto;
}

.btn .btn-click {
    cursor: pointer;
    border: 0;
    outline: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.btn .btn-layer {
    position: relative;
    transform: translateY(0%) rotate(0.001deg);
    transition: 0.4s cubic-bezier(.85, 0, .15, 1);

}

.btn .btn-layer .btn-fill {
    background-color: #FAFAFA;
    transition: background-color 0.4s cubic-bezier(.85, 0, .15, 1);
}

.btn-icon .btn-layer .btn-content {
    justify-content: space-between;
}

.btn .btn-layer .btn-content {
    position: relative;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    height: 55px;
    padding: clamp(1em, 1.5vw, 1.5em);
    gap: clamp(1em, 1.5vw, 1.5em);
}

.btn .btn-layer .btn-content h6 {
    margin-bottom: 0px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.btn .btn-layer .btn-content h6 i {
    font-size: 19px;
}

.btn .btn-layer .btn-content h6 i {
    margin-right: 15px;
}

.btn .btn-layer.duplicate {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(101%) rotate(0.001deg);
}

.btn .btn-layer.duplicate .btn-fill {
    background-color: #1D1D1B;
}

.btn .btn-click:hover .btn-layer {
    transform: translateY(-100%) rotate(0.001deg);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.locations-single-info-box .btn .border-box {
    opacity: 0;
}

.border-box {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid #434140;
    transition: border 0.4s cubic-bezier(.85, 0, .15, 1);
}

.btn .btn-click:hover .btn-layer.duplicate {
    transform: translateY(0%) rotate(0.001deg);
}

.btn .btn-layer.duplicate .btn-content :is(h5, h6, i) {
    color: #fff;
}

/* */

.uretim-slider {
    width: 100%;
    height: auto;
    position: relative;
    padding: 80px 0px;
}

.uretim-slider .uretim_ic {
    margin: 0 auto;
    padding-left: 40px;
}


.uretim-slider .owl-stage-outer {
    padding: 0px 0px 0px 0px;

}

.uretim-slider .owl-theme .owl-nav {
    margin-top: 0px;
    display: none;
}

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

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

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

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

.uretim-slider .owl-theme .owl-dots {
    margin-top: 50px !important;
    display: flex;
    justify-content: center;
}

.uretim-slider .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 25px;
    margin: 0px 3px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
    border: solid 2px #660a02;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.uretim-slider .owl-theme .owl-dots .owl-dot span::before {
    content: '';
    width: 13px;
    height: 13px;
    background: #660a02;
    border-radius: 50%;
    opacity: 0;
}

.uretim-slider .owl-theme .owl-dots .owl-dot.active span::before,
.uretim-slider .owl-theme .owl-dots .owl-dot:hover span::before {
    opacity: 1;
}

.uretim-slider .uretim_liste {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    display: block;
}

.uretim-slider .uretim_liste .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #57585b;
    background: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
}

.uretim-slider .uretim_liste .resim {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 0px;
    position: relative;
}

.uretim-slider .uretim_liste .resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uretim-slider .uretim_liste .text {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 50px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.uretim-slider .uretim_liste .text span {
    display: inline-block;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: fit-content;
    padding: 20px 26px;
    text-transform: uppercase;
    text-align: center;
    border: none;
    border-radius: 100px;
    font-size: 22px;
    outline: 0;
    font-weight: 400;
    color: #fff;
    transition: background-color .2s ease, color .2s ease;
}

.uretim-slider .uretim_liste:hover .text span {
    color: #fff;
}

.uretim-slider .uretim_liste:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 35%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
}

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

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

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


/**/


.header-menu .action-btn__search {
    background: transparent;
    border: none;
    padding: 0px 30px 0 0px;
    display: flex;
    color: black;
}

.header-menu .action-btn__search:focus {
    outline: none;
    cursor: pointer;
}



.search-menu {
    position: fixed;
    top: 140px;
    left: 0;
    width: 100%;
    height: auto;
    color: white;
    background-color: transparent;
    -webkit-transition: background-color 250ms ease 150ms;
    transition: background-color 250ms ease 150ms;
    -moz-transition: background-color 250ms ease 150ms;
    -ms-transition: background-color 250ms ease 150ms;
    -o-transition: background-color 250ms ease 150ms;
    padding: 50px;
    opacity: 0;
    z-index: -9999;
    overflow: hidden;
}

.search-menu ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.search-menu ::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.search-menu ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .3);
    background-color: #CC0000;
}

.search-menu:before {
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 300vw;
    height: 300vh;
    background-color: #151617;
    border-radius: 50%;
    -webkit-transform: translate(50%, -50%) scale(0);
    -ms-transform: translate(50%, -50%) scale(0);
    transform: translate(50%, -50%) scale(0);
    -webkit-transition: transform 200ms ease 150ms;
    transition: transform 200ms ease 150ms;
}

.search-menu.search-menu-open {
    z-index: 99;
    opacity: 1;
}

.search-menu.search-menu-open:before {
    -webkit-transform: translate(50%, -50%) scale(1);
    -ms-transform: translate(50%, -50%) scale(1);
    transform: translate(50%, -50%) scale(1);
    -webkit-transition: transform 200ms ease 150ms;
    transition: transform 200ms ease 150ms;
}

.search-menu .ust {
    width: 100%;
    height: auto;
    position: relative;
}

.search-menu .ust {
    opacity: 0;
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
}

.search-menu.search-menu-open .ust {
    opacity: 1;
}

.search-menu .ust .navbar-brand img {
    height: 44px;
}

.search-menu .ust .mobil-search-b {
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: #CC0000;
    height: 38px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    font-size: 12px;
    border: none;
    box-shadow: none;
    font-weight: 600;
    cursor: pointer;
}

.search-menu .ust .mobil-search-b .svgIcon {
    fill: #CC0000;
    height: 12px;
    width: 12px;
    margin-left: 10px;
}

.search-menu .ust .mobil-search-b .svgIcon path {
    fill: #CC0000;
}

.search-menu .ust .mobil-search-b:focus {
    outline: none;
    box-shadow: none;
}


.search-menu .orta .container {
    max-width: 840px;
}

.header-menu .mobil-search-b .svgIcon {
    fill: #000;
    height: auto;
    width: 17px;
}

.header-menu .mobil-search-b .kapat {
    display: none;
    width: 18px;
    height: 18px;
}

.header-menu .mobil-search-b.mobil-search-b-open .ac {
    display: none;
}

.header-menu .mobil-search-b.mobil-search-b-open .kapat {
    display: block;
}

.search-menu form {
    width: 100%;
    position: relative;
}

.search-menu .form-input {
    box-sizing: border-box;
    color: white;
    width: 100%;
    padding: 0px;
    background: 0;
    border: 0;
    font-size: 32px;
    line-height: 82px;
    opacity: 0;
    -webkit-transform: translateY(.6rem);
    -ms-transform: translateY(.6rem);
    transform: translateY(.6rem);
    -webkit-transition: transform 250ms ease, opacity 150ms ease 100ms;
    transition: transform 250ms ease, opacity 150ms ease 100ms;
    font-weight: 400;
}

.search-menu .form-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(.6rem);
    -ms-transform: translateY(.6rem);
    transform: translateY(.6rem);
    -webkit-transition: transform 250ms ease, opacity 150ms ease 100ms;
    transition: transform 250ms ease, opacity 150ms ease 100ms;
    background: transparent;
    border: none;
    background: transparent;
    opacity: 0;
    cursor: pointer;
}

.search-menu .form-submit .svgIcon {
    fill: #fff;
    height: 38px;
    width: 38px;
}

.search-menu .form-submit .svgIcon path {
    fill: #fff;
}

.search-menu.search-menu-open .form-input,
.search-menu.search-menu-open .form-submit {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 400ms ease 550ms, opacity 100ms ease 550ms;
    transition: transform 400ms ease 550ms, opacity 100ms ease 550ms;
}

.search-menu.search-menu-open .form-input:focus,
.search-menu.search-menu-open .form-submit:focus {
    outline: none;
}

.search-menu .form-input::placeholder {
    color: rgb(255, 255, 255);
    opacity: 55%
}

.search-menu .form-input:-ms-input-placeholder {
    color: rgb(255, 255, 255);
    opacity: 55%
}

.search-menu .form-input::-ms-input-placeholder {
    color: rgb(255, 255, 255);
    opacity: 55%
}

.search-menu.search-menu-open .form-input:focus {
    outline: none;
    box-shadow: none;
}

.search-menu .search-form:after {
    display: block;
    content: ' ';
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform 250ms ease 250ms;
    transition: transform 250ms ease 250ms;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.search-menu.search-menu-open .search-form:after {
    transform: scaleX(1);
    -webkit-transition: transform 250ms ease 250ms;
    transition: transform 250ms ease 250ms;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

.search-menu .search-nav {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.search-menu .search-nav .search-nav-baslik1 {
    opacity: 0;
    -webkit-transform: translateY(-.6rem);
    -ms-transform: translateY(-.6rem);
    transform: translateY(-.6rem);
    -webkit-transition: transform 250ms ease, opacity 150ms ease 100ms;
    transition: transform 250ms ease, opacity 150ms ease 100ms;
    margin-right: 20px;
    font-weight: 700;
}

.search-menu.search-menu-open .search-nav-baslik1 {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.search-menu .nav-group {
    display: inline-block;
    margin: 0px 0px;
    opacity: 0;
    -webkit-transform: translateY(-.6rem);
    -ms-transform: translateY(-.6rem);
    transform: translateY(-.6rem);
    -webkit-transition: transform 250ms ease, opacity 150ms ease 100ms;
    transition: transform 250ms ease, opacity 150ms ease 100ms;
    width: 100%;
}

.search-menu .nav-group li:first-child {
    margin-left: 0px;
}

.search-menu .nav-group li {
    text-align: left;
    list-style: none;
    display: inline-block;
    margin-left: 15px;
}

.search-menu .nav-group a {
    color: #fff;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    text-align: left;
    font-size: 13px;
}

.search-menu .nav-group a:hover {
    color: #fff;
    text-decoration: underline !important;
}

.search-menu.search-menu-open .nav-group {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


/**/

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

