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

/* bootstrap */
@import url("../../assets/bootstrap/css/bootstrap.min.css");
/* bootstrap Son*/

/* Site font İconlar */
@import url("../../assets/font-icon/fontawesome/css/all.min.css");
@import url("../../assets/font-icon/demo-files/demo.css");
@import url("../../assets/font-icon/demo-files/fontello.css");
@import url("../../assets/font-icon/font-icon.css");
/* Site font İconlar Son*/

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

/* Site Slider  Başla */
@import url("../../assets/slick/slick.css");
@import url("../../assets/slick/slick-theme.css");
@import url("../../assets/swiper/css/swiper.min.css");
@import url("../../assets/owlcarousel/assets/owl.carousel.min.css");
@import url("../../assets/owlcarousel/assets/owl.theme.default.min.css");
@import url("../../assets/fancybox/css/jquery.fancybox.min.css");
/* Site Slider Son */


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

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

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

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

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


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


.font1 {
    font-family: "Inter", sans-serif;
}


.font4 {
    font-family: "Gilda Display", serif;
}

#yukaricik {
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    display: none;
    z-index: 999999;
}

html {
    font-size: 100%;
}

a {
    text-decoration: none !important;
    color: #23282d;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
}

ul {
    padding: 0px;
    margin: 0px;
}


/* butonlar başlangıç*/

.btn-genel {
    height: 45px;
    padding: 0px 26px;
    font-size: 14px;
    position: relative;
    transition: transform 1.4s cubic-bezier(.7, 0, .3, 1) .5s, opacity 1.4s cubic-bezier(.7, 0, .3, 1) .5s;
    text-align: center;
    transition: transform .2s;
    color: #212121;
    font-weight: 700;
    line-height: 1;
    border: 1px solid #212121;
    border-radius: 35px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

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

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

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


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

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

.btn-genel span {
    z-index: 9;
}

/* buton 2*/

.btn-genel2 {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    background: #C5AD95;
    border-radius: 0px;
    padding: 15px 20px;
    line-height: 1;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    align-items: center;
}

.btn-genel2 i {
    margin-right: 15px;
}

.btn-genel2:hover {
    color: #fff;
    background: #000;
}

.btn-genel2 .Sitelink1 {
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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


/* butınlar son */


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

.site-baslik1 small::before {
    content: '';
    background: #CF171F;
    height: 1px;
    width: 65px;
    position: relative;
    display: block;
}

.site-baslik1 small::after {
    content: '';
    background: #CF171F;
    height: 1px;
    width: 65px;
    position: relative;
    display: block;
}

.site-baslik1 small {
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    color: #CF171F;
}

.site-baslik1 small b {
    padding: 0px 10px;
}

.site-baslik1 h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
}

.site-baslik1 p {
    display: block;
    font-size: 16px;
}


/* Header Başlangıç*/
.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: #fff;
    padding: 0 0px;
}

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

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

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


.bd-menu .header-menu {
    background: #fff;
}

.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: 80px;
    padding: 0 33px;
    display: flex;
    align-items: center;
}

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

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

.header-menu .header-ust .ust_menu .nav-item {
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
}

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

.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 {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    padding: 0px 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #30434a;
    font-weight: 500;
}

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

.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 {
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
}

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

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

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

.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: #480707;
    border-radius: 36px;
    -moz-border-radius: 36px;
    -webkit-border-radius: 36px;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
}

.header-top {
    width: 100%;
    padding-right: 0;
    padding-left: 0rem;
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    border-top: 1px solid #e3e3e3;
    height: 40px;
    display: flex;
    align-items: center;
}

.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: #6C6C6C;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    display: flex;
    align-items: center;
}

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

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

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

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

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

.header-top-sosyal li a {
    color: #6C6C6C;
    font-size: 13px;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #6C6C6C;
    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 #D0171F;
    background: #D0171F;
}

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

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

.header-top-dil li a {
    color: #fff;
    font-size: 12px;
    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: -11px;
    top: 50%;
    margin-top: -6px;
    height: 9px;
    width: 1px;
    background-color: #fff;
}

.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: 0px;
    padding-bottom: 0;
    background: transparent;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    height: 80px;

}

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

.header-menu .navbar-nav .nav-item {
    margin: 0 0px;
    height: 100%;
}

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

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

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

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

.header-menu .navbar-nav .nav-item .nav-link .icon {
    margin-right: 15px;
    display: flex;
    height: auto;
    color: #fff;
}

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

.hizmetler-menu .nav-item:nth-child(1) .nav-link .icon::before {
    content: '\e947';
    display: block;
    font-family: "fontello";
}

.hizmetler-menu .nav-item:nth-child(2) .nav-link .icon::before {
    content: '\e9b4';
    display: block;
    font-family: "fontello";
}

.hizmetler-menu .nav-item:nth-child(3) .nav-link .icon::before {
    content: '\e952';
    display: block;
    font-family: "fontello";
}

.hizmetler-menu .nav-item:nth-child(4) .nav-link .icon::before {
    content: '\e971';
    display: block;
    font-family: "fontello";
}

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

.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 {
    margin-left: auto;
}

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


/* Header Son*/

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


/* Açılır Memü Başlangıç */

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


/* Açılır Memü Son */

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

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

/* Header Son*/


/* sLider 1 Başlangıç*/

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

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

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

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

.slider1 .swiper-button-next,
.slider1 .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    position: relative;
    border: solid 1px #CF1720;
    background: #CF1720;
    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 120px;
    text-align: left;
}

.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 .text1 {
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 65px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
    border-left: 4px solid #fff;
    padding-left: 27px;
    text-align: justify;
}

.slider1 .swiper-slide .text-bg .textic .text2 {
    line-height: 1.3;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 27px;
    text-align: justify;
}


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

/* sLider 1 Son*/


/*home-hakkimizda3*/

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

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

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

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

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

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

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

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

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

/*hizmetler-sabit*/


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


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

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

.hizmetler-slider .owl-carousel .owl-nav button.owl-prev,
.hizmetler-slider .owl-carousel .owl-nav button.owl-next {
    font-size: 16px !important;
    line-height: 16px !important;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 99;
    background: #CF1720 !important;
    color: #fff;
    top: 31%;
    -webkit-transform: translateY(-31%);
    -ms-transform: translateY(-31%);
    border-radius: 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: -80px;
}

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

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

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

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

/* Hizmetler Sabit Son */

/* Ürünler Liste 1 Görünümü Başla*/
.urunler-listele1 {
    display: block;
    height: auto;
    position: relative;
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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


/* Ürünler Liste 2 Görünümü Başla*/
.urunler-listele2 {
    display: block;
    position: relative;
    color: #000;
    height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.urunler-listele3 .resimm {
    display: block;
    height: 403px;
}

.urunler-listele3 .resimm img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -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 img {
    transform: scale(1.2);
}

.urunler-listele3 .text {
    width: 100%;
    padding: 22px 0px;
    text-align: left;
}

.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: 15px;
    width: 100%;
    margin-bottom: 25px;
}

.urunler-listele3 .detay {
    display: block;
    color: #CF171F;
    text-decoration: underline;
}

.urunler-listele3 .odabilgi {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.urunler-listele3 .odabilgi li:first-child {
    margin-left: 0px;
}

.urunler-listele3 .odabilgi li {
    display: flex;
    list-style: none;
    margin-left: 30px;
}

.urunler-listele3 .odabilgi li i {
    margin-right: 10px;
    font-weight: 600;
}

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

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

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

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


/*Sayaç*/

.sayac {
    width: 100%;
    padding: 50px 0px;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

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

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

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

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

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

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

/* Sayaç Son*/

/* İçerik Bölüm Başla*/
.page-urunler-listele {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    position: relative;
    color: #333;
}

.page-urunler-listele .page-urunler-resim {
    width: 100%;
    height: 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: #CF1720;
}

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

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

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

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

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

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

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

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

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


/* Page İçerik */
.page-baslik1 {
    width: 100%;
    height: auto;
    background: #f9f9f9;
    padding: 25px 0px;
    margin-top: 0px;
    border-bottom: 1px solid #e3e3e3;
}

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

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

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

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

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

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

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

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

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

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

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

.page-baslik3 {
    width: 100%;
    height: 280px;
    padding: 0px 0px;
    background-size: cover !important;
    background-position: top center !important;
    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: 0px;
    position: relative;
    z-index: 99;
}

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

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

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

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

.page-icerik {
    padding: 25px 0px;
    min-height: 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 İçerik Son*/



/* Sayfa Haberler Başla*/

.page-blog-list {
    width: 100%;
    height: auto;
    color: #45517F;
    border: solid 1px #efefef;
    padding: 10px;
    margin-bottom: 15px;
}

.page-blog-list .baslik1 {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 700;
    color: #89B22E;
    margin-bottom: 15px;
}

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

.page-blog-list .resim {
    width: 100%;
    height: 150px;
    background-position: center !important;
    background-size: cover !important;
    overflow: hidden;
}

.page-blog-list .resim img {
    max-width: 100%;
}

.page-blog-list .text {
    font-weight: 500;
    font-size: 13px;
    opacity: 60%;
    margin-top: 10px;
}

.page-blog-list small.detay {
    margin-top: auto;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #89B22E;
    position: relative;
    padding: 0px 0px;
    margin-top: 30px;
}

.page-blog-list small.detay:hover {
    color: #1F2749;
}

.page-blog-list small.detay span {
    font-size: 13px;
    margin-left: 12px;
}

.page-blog-details {
    width: 100%;
    height: auto;
    position: relative;
}

.page-blog-details h4 {
    font-weight: 700;
    font-size: 20px;
    border-top: 1px solid #f1f1f1;
    padding-top: 25px;
    margin-bottom: 25px;
}

.page-blog-details .page-blog-details-image {
    width: 100%;
    height: auto;
    border: solid 1px #f1f1f1;
    padding: 5px;
}

.page-blog-details .page-blog-details-sosyal {
    width: 100%;
    height: auto;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-blog-details .page-blog-details-image img {
    width: 100%;
}

.page-blog-details h3 {
    font-weight: 700;
    font-size: 30px;
}

.page-blog-details h6 {
    font-weight: 300;
    font-size: 17px;
    font-style: italic;
    opacity: 60%;
}

.page-blog-details p {
    font-weight: 400;
    font-size: 16px;
    opacity: 100%;
}

/* Sayfa Haberler Son*/


/* İçerik Sol Menü Başla*/

.sol-menu-style1 {
    width: 100%;
    height: auto;
}

.sol-menu-style1 .breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
}

.sol-menu-style1 .breadcrumb li a {
    color: #3e3e3e;
}

.sol-menu-style1 .sol-menu .menu-akordiyon {
    width: 100%;
    position: relative
}

.sol-menu-style1 .sol-menu .menu-akordiyon .sol-menu-icon {
    display: inline-block;
    margin-right: 8px;
    font-size: .75rem;
    display: none;
}

.sol-menu-style1 .sol-menu .menu-akordiyon .sol-menu-alt-var {
    display: inline-block;
    float: right;
    font-size: 12px;
}

.sol-menu-style1 .sol-menu .menu-akordiyon {
    width: 100%;
    text-align: left;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li:first-child {
    border: none;
    margin-top: 0px;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li {
    list-style-type: none;
    width: 100%;
    position: relative;
    background: #f2f2f2;
    margin-top: 1px;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li a {
    width: 100%;
    font-size: 0.85rem;
    color: #23282d;
    line-height: 1.6em;
    padding: 16px 24px 14px;
    font-weight: 500;
    transition: all .25s ease !important;
    display: block;
}

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

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

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

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

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

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

.sol-menu-style2 .navbar {
    padding: 0px;
}

.sol-menu-style2 .navbar .navbar-toggler {
    width: 100%;
    position: relative;
    margin-top: 0px;
    top: 0px;
    padding: 16px 24px 14px;
    font-size: 0.375rem;
    text-align: left;
    background: #333;
    color: #fff;
    border: none;
    outline: none;
}

.sol-menu-style2 .navbar .navbar-toggler:focus {
    border: none;
}

.sol-menu-style2 .navbar .navbar-toggler:hover {
    border: none;
}

.sol-menu-style2 .navbar .navbar-toggler i {
    padding-right: 5px;
}

/* İçerik Sol Menü Son*/



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

.ekibim .ekibimiz_listele {
    width: 100%;
    height: auto;
    border: solid 1px rgb(177 162 131 / 21%);
    padding: 5px 5px 15px;
}

.ekibim .ekibimiz_listele:hover {
    border: solid 1px rgb(177 162 131 / 95%);
}

.ekibim .ekibimiz_listele .detay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 15%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    opacity: 0;
}

.ekibim .ekibimiz_listele .detay i {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    color: #fff;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #CF1720;
    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: #CF1720;
    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: #CF1720;
    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 #CF1720;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    color: #CF1720;
    margin: 10px 0px
}

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

/* İçerik Bölüm Son */

/* destek */

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

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

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

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

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

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

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

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

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

/* Destek son */

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

}

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

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

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

/*İletişim 1 Son*/

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

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

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

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

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

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

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

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


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


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


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

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

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


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

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

/*İletişim 2 Son*/


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

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

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

.iletisim3 .title span {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 3px;
    background: #CF1720;
    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: #CF1720;
    background: transparent;
}

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

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

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

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

/*İletişim 3 Son*/

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

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

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

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

.iletisim4 .about_list .list-number {
    display: flex;
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 35px;
    background: #CF1720;
    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: #CF1720;
    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 #CF1720;
    }

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

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

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

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

/*İletişim 4 Son*/
form.form1 {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border: 1px solid #dee2e6 !important;
    padding: 15px !important;
    background: #f9f9f9;
    margin-bottom: 20px;
}

form.form1 .btn {
    border-radius: 0px !important;
    font-size: 0.85rem;
    height: calc(3.5rem + -8px);
    padding: 0 1.90rem;
    border-radius: 40px !important;
}

form.form1 label {
    display: none;
}

form.form1 .guvenlik_input {
    position: relative;
}

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

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

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

form.form1 .form-control {
    border-radius: 0px;
    min-height: 50px;
}


form.form2 {
    width: 100%;
    height: auto;
    text-align: left;
}

form.form2 button {
    border-radius: 35px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 9;
    padding: 10px 30px;
    top: 5px;
    font-size: 14px;
    font-weight: 600;
}

form.form2 .guvenlik_resim {
    position: relative;
    margin-top: -40px;
    left: 150px;
}

form.form2 .form-group {
    width: 100%;
    margin-bottom: 20px;
}

form.form2 .form-group label {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    display: none;
}

form.form2 .form-group .baslik-label {
    text-align: left;
    justify-content: left;
}

form.form2 .form-group .input-group {
    width: 100%;
    position: relative;
}

form.form2 .form-group .input-group .input-group-prepend .input-group-text {
    width: 36px;
    font-size: 14px !important;
    display: none !important;
    border-radius: 0px;
}

form.form2 .form-control {
    background: #f7f7f7;
    border: none;
    border-radius: 0px;
    color: #121212;
    padding: 12px 15px;
    font-size: 15px;
    height: 53px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

form.form2 .form-group .input-group textarea.form-control {
    background: #f7f7f7;
    border: none;
    border-radius: 0px;
    color: #121212;
    padding: 12px 15px;
    font-size: 15px;
    height: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

form.form2 .form-group .input-group .custom-select {
    background: #f7f7f7;
    border: none;
    border-radius: 5px;
    color: #121212;
    padding: 12px 15px;
    font-size: 15px;
    height: 53px;
}

form.form2 .form-group .guvenlik_input .form-control {
    background: #f7f7f7;
    border: none;
    border-radius: 0px;
    color: #121212;
    padding: 12px 15px;
    font-size: 15px;
    height: 53px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

form.form2 .form-group .input-group .guvenlik_resim {
    display: flex;
    align-items: center;
    border-radius: 0px;
    padding: 5px 7px;
    border: solid 1px #f7f7f7;
    background-color: #f7f7f7;
    box-shadow: none;
    font-weight: 300;
    margin-left: -2px;
    position: absolute;
    right: 0px;
    height: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

form.form2 .form-group .input-group .guvenlik_resim img {
    display: inline-block;
    height: 24px;
}

form.form2 .form-group .input-group .guvenlik_input {
    display: inline-block;
    max-width: 200px;
}

form.form2 .form-group .input-group button {
    font-style: normal;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: none;
    padding: 0px 35px;
    margin-bottom: 4px;
    border-radius: 0;
    border: 2px solid transparent;
    color: #323a43;
    position: relative;
    background-color: transparent;
    z-index: 1;
    overflow: hidden;
    border-color: #cdba6d;
    line-height: 50px;
}

form.form2 .form-group .input-group button::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s;
    transition-delay: 0.2s;
    transform: translate(0, 0);
}

form.form2 .form-group .input-group button::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    transition: all 0.5s;
    transform: translate(0, 0);
}

form.form2 .form-group .input-group button::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s;
    transition-delay: 0.2s;
    transform: translate(0, 0);
}

form.form2 .form-group .input-group button::before,
form.form2 .form-group .input-group button::after {
    background-color: rgba(205, 186, 109, .6);
}

form.form2 .form-group .input-group button span {
    z-index: 2;
    position: relative;
}

form.form2 .form-group .input-group button:hover::before {
    transform: translate(13%, 190%) rotate(-30deg);
}

form.form2 .form-group .input-group button:hover::after {
    transform: translate(-13%, -190%) rotate(-30deg);
}

form.form2 .input-group .checkbox_liste {
    display: inline-block;
    margin-right: 10px;
}

form.form2 .input-group .checkbox_liste input[type="checkbox"] {
    display: none;
}

form.form2 .input-group .checkbox_liste input[type="checkbox"]+label {
    color: #666;
    font-weight: 400;
}

form.form2 .input-group .checkbox_liste input[type=checkbox]:checked~label {
    color: #000;
}

form.form2 .input-group .checkbox_liste input[type="checkbox"]+label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -2px 5px 0 0;
    vertical-align: middle;
    background: url(../../form/img/chec-radio.png) left top no-repeat;
    cursor: pointer;
}

form.form2 .input-group .checkbox_liste input[type="checkbox"]:checked+label span {
    background-position: -40px top;
    background-repeat: no-repeat;
}

form.form2 .input-group .checkbox_liste input[type="radio"] {
    display: none;
}

form.form2 .input-group .checkbox_liste input[type="radio"]+label {
    color: #666;
    font-weight: 400;
}

form.form2 .input-group .checkbox_liste input[type=radio]:checked~label {
    color: #000;
}

form.form2 .input-group .checkbox_liste input[type="radio"]+label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -2px 5px 0 0;
    vertical-align: middle;
    background: url(../../form/img/chec-radio.png) -100px top no-repeat;
    cursor: pointer;
}

form.form2 .input-group .checkbox_liste input[type="radio"]:checked+label span {
    background-position: -140px top;
    background-repeat: no-repeat;
}

form.form2 .gonderilmedi {
    border-color: #dd4b39 !important;
    box-shadow: none;
    color: #dd4b39 !important;
}

form.form2 .input-group .gonderilmedi::-webkit-input-placeholder {
    color: #dd4b39;
}

form.form2 .input-group .gonderilmedi:-moz-placeholder {
    color: #dd4b39;
}

form.form2 .input-group .gonderilmedi::-moz-placeholder {
    color: #dd4b39;
}

form.form2 .input-group .gonderilmedi:-ms-input-placeholder {
    color: #dd4b39;
}

form.form2 .gonderildi {
    border-color: #09a606 !important;
    box-shadow: none;
    color: #09a606 !important;
}

form.form2 .input-group .gonderildi::-webkit-input-placeholder {
    color: #09a606;
}

form.form2 .input-group .gonderildi:-moz-placeholder {
    color: #09a606;
}

form.form2 .input-group .gonderildi::-moz-placeholder {
    color: #09a606;
}

form.form2 .input-group .gonderildi:-ms-input-placeholder {
    color: #09a606;
}




/* Form 1 Son */

/*neden-biz*/

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

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

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

}

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

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

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

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

/*Hakkimizda4*/

.Hakkimizda4 {
    width: 100%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
}

.Hakkimizda4 .Hakkimizda4-text {
    width: 100%;
    height: auto;
    padding-right: 50px;
}

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

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

.bilgi1 li {
    width: 100%;
    height: auto;
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.bilgi1 li .icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: solid 1px #CF1720;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    background: #CF1720;
    color: #FFF;
}

.bilgi1 li .icon img {
    width: 50%;
}

.bilgi1 li .text {
    width: calc(100% - 75px);
    padding-left: 20px;
}

.bilgi1 li .text span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #CF1720;
}

.bilgi1 li .text small {
    display: block;
    font-weight: 400;
    margin-top: 12px;
    font-size: 13px;
    opacity: 70%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

}

.Hakkimizda4 .hakkimizda-video {
    width: 100%;
    height: 549px;
    overflow: hidden;
    position: relative;
}

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

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    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;
}

.play-button:hover {
    color: white;
    background-color: #CF1820;
}

/*ayricalik*/

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

.ayricalik .bilgi1 {
    display: flex;
    flex-wrap: wrap;
}

.ayricalik .bilgi1 li {
    width: 48%;
}

.ayricalik .bilgi1 li .icon {
    width: 65px;
    height: 65px;
}

.ayricalik .bilgi1 li .text {
    width: calc(100% - 65px);
    padding-left: 20px;
}

.ayricalik img.resim1 {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.ayricalik img.resim2 {
    width: 100%;
    height: 219px;
    object-fit: cover;
    margin-top: 30px;
}

.ayricalik .slogan {
    width: 100%;
    height: auto;
    font-size: 29px;
    font-weight: 300;
    font-style: italic;
    max-width: 340px;
    text-align: center;
    margin: 0px auto;
    margin-top: 35px;
}


/*galeri-slider*/

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

.galeri-slider .galeri-liste {
    width: 100%;
    height: 334px;
    display: block;
}

.galeri-slider .galeri-liste img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

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

.galeri-slider .owl-carousel .owl-nav button.owl-prev,
.galeri-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;
    top: 31%;
    -webkit-transform: translateY(-31%);
    -ms-transform: translateY(-31%);
    border-radius: 50%;
}

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

.galeri-slider .owl-carousel .owl-nav button.owl-prev {
    left: -80px;
}

.galeri-slider .owl-carousel .owl-nav button.owl-next {
    right: -80px;
}

.galeri-slider .owl-theme .owl-dots {
    margin-top: 40px;
}

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

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

/* Yorumlar */

.populer-hizmetler .populerbg {
    background: #F2F2F2;
    padding-right: 120px;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 120px;
}

.populer-hizmetler .basliklabel {
    font-size: 12px;
    display: none;

}

.populer-hizmetler form.form1 .btn {
    font-size: 0.85rem;
    height: 37px;
    padding: 0 1.90rem;
    margin-top: 0px;
}

.populer-hizmetler form.form1 .guvenlik_input .guvenlik_resim {
    position: absolute;
    right: 0px;
    display: flex;
    align-items: center;
}

.populer-hizmetler .yorumslider {
    position: relative;
    z-index: 11;
}



.populer-hizmetler .yorumlarbg {
    position: relative;
    z-index: 11;
}

.populer-hizmetler .yorumlarbg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.yorumlarbg {
    padding: 70px 5%;
}

.yorumlarbg .site-baslik1 {
    color: #fff;
    position: relative;
    z-index: 11;
}

.yorumlarbg .site-baslik1 small::before,
.yorumlarbg .site-baslik1 small::after {
    background: #fff;
}

.yorumlarbg .site-baslik1 small {
    color: #fff;
}


.yorumlarbg .site-baslik1 h3 {
    color: #fff;
}

.yorumlarbg .site-baslik1 h4 {
    color: #fff;
}

.yorumlarbg .yorumliste {
    text-align: center;
    color: #fff;
}

.yorumlarbg .yorumliste p {
    margin-bottom: 20px;
    position: relative;
    font-weight: 300;
    line-height: 1.5;
    font-size: 15px;
}

.yorumlarbg .yorumliste h3 {
    margin-top: 40px;
    position: relative;
    font-weight: 400;
    line-height: 32px;
    font-size: 20px;
    border-top: 1px solid #ffffff48;
    display: inline-block;
    padding-top: 12px;
}

.yorumlarbg .yorumliste h4 {
    margin-top: 0px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
}

.yorumlarbg .owl-theme .owl-nav {
    margin-top: 40px;
}

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

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

.yorumlarbg .owl-carousel .owl-nav button.owl-prev {
    left: -80px;
}

.yorumlarbg .owl-carousel .owl-nav button.owl-next {
    right: -80px;
}

.yorumlarbg .owl-theme .owl-dots {
    position: relative;
    display: none;
}

a.view-more {
    color: #fff;
    font-weight: 700;
    text-decoration: underline !important;
}

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

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

/*icerik-video*/

.icerik-video {
    width: 100%;
    height: auto;
    background: #f2f2f2;
    padding: 70px 0px;
}

/*hizmet-icon-liste*/

.hizmetler-bg {
    width: 100%;
    height: auto;
    background: #f2f2f2;
    padding: 70px 0px;
}

.hizmet-icon-liste {
    display: flex;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0px;
    margin-bottom: 15px;
    align-items: center;
    padding: 0px 15px;
    border-left: 3px solid #CF1720;

}

.hizmet-icon-liste .icon {
    width: 50px;
    height: auto;
}

.hizmet-icon-liste .icon img {
    width: 100%;
}

.hizmet-icon-liste .text {
    height: auto;
    width: calc(100% - 70px);
    padding: 30px 15px;
    border-left: 1px solid #e9e9e9;
    margin-left: 20px;
}

.hizmet-icon-liste .text span {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.hizmet-icon-liste .text small {
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin-top: 15px;
}

/* iletişim */

.iletisim-icon-liste {
    display: flex;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0px;
    margin-bottom: 15px;
    align-items: center;
    padding: 0px 15px;
    border-left: 3px solid #CF1720;
    box-shadow: 0px 0px 11px #0000001c;

}

.iletisim-icon-liste .icon {
    width: 50px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 37px;
}

.iletisim-icon-liste .icon img {
    width: 100%;
}

.iletisim-icon-liste .text {
    height: auto;
    width: calc(100% - 70px);
    padding: 30px 15px;
    border-left: 1px solid #e9e9e9;
    margin-left: 20px;
}

.iletisim-icon-liste .text span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 41px;
    display: flex;
    align-items: center;
}

.iletisim-icon-liste .text small {
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin-top: 15px;
}