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

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

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

@import url("../../assets/slick/slick.css");
@import url("../../assets/slick/slick-theme.css");
@import url("../../assets/swiper/css/swiper.min.css");
@import url("../../assets/owlcarousel/assets/owl.carousel.min.css");
@import url("../../assets/owlcarousel/assets/owl.theme.default.min.css");
@import url("../../assets/fancybox/css/jquery.fancybox.min.css");

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

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

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

@keyframes whatsapp {
    0% {
      box-shadow: 0 0 0 0 #2EB843;
    }
    50% {
      box-shadow: 0 0 0 10px rgba(1, 93, 199, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
  }


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

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

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

.font4 {
    font-family: 'Uni Sans';
}

.font5 {
    font-family: 'GT Walsheim Pro';
}

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

p {
    color: #888;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
}

h2 {
    margin: 0;
    line-height: 1.4;
    font-weight: 600;
}

.btn-genel {
    padding: 1.1em 1.8em;
    font-size: .70em;
    position: relative;
    display: inline-block;
    letter-spacing: .06363636363636em;
    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: #fff;
    font-weight: 800;
    line-height: 2.1818em;
    text-transform: uppercase;
    border: 1px solid #fff;
    margin-left: 15px;
}

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


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

.btn-genel:hover {
    color: #000;
}

.btn-genel2 {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 15px;
    font-size: 0.67rem;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    border: 2px solid #00338D;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    margin: 0px auto;
    background: transparent;
    color: #00338D;
}

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


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

.site-baslik1 h2 {
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 55px;
}

.site-baslik1 p {
    display: block;
    font-size: 0.90rem;
    font-weight: 300;
    color: #647072;
    max-width: 55%;
    margin: 10px auto 5px;
}

.site-baslik1:after {
    content: '';
    width: 25px;
    height: 3px;
    background: #91252F;
    display: inline-block;
    position: relative;
}


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

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

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

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

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

.header-top-dil li a .icon {
    height: 17px;
    margin-right: 0;
}

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

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

.header-menu {
    width: 100%;
    top: 0px;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 1030;
}

.header-menu .navbar {
    width: 100%;
    padding: 0px;
    background-color: #fff;
    width: 100%;
    height: 80px;
    max-width: 1230px;
    padding-left: 30px;
}

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

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

.header-menu .nav {
    display: block;
    position: relative;
    bottom: auto;
    overflow: visible;
    margin-left: auto;
    margin-right: 20px;
}

.header-menu .nav ul {
    display: block;
    position: relative;
    zoom: 1;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.header-menu .nav li {
    position: relative;
}

.header-menu .nav li a {
    border-radius: 0;
    padding: 10px 8px;
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.header-menu .nav li:last-child{
    display: none;
}

.header-menu .header-sosyal {
    display: block;
}

.header-menu .header-sosyal li {
    display: inline-block;
    list-style: none;
}

.header-menu .header-sosyal li a {
    color: #fff;
    font-size: 16px;
}

.header-menu .link {
    width: 100%;
    height: 100%;
    max-width: 145px;
    max-height: 80px;
    background: #c20000;
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 0;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    margin-left: 20px;
}

.header-menu .link i {
    margin-left: 15px;
}

.header-menu .link:hover span {
    -webkit-animation: headerButtonHover-in 0.25s;
    animation: headerButtonHover-in 0.25s;
    -webkit-animation-delay: 0.27s;
    animation-delay: 0.27s;
}

.header-menu .link span {
    display: inline-block;
    line-height: 21px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    -webkit-animation: headerButtonHover-out 0.25s;
    animation: headerButtonHover-out 0.25s;
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.btn__bg_animation {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    background-color: #fff;
    width: 100%;
    height: 100%;
    transition: -webkit-transform 0.5s cubic-bezier(0.54, 0.01, 0.49, 1);
    transition: transform 0.5s cubic-bezier(0.54, 0.01, 0.49, 1);
    transition: transform 0.5s cubic-bezier(0.54, 0.01, 0.49, 1), -webkit-transform 0.5s cubic-bezier(0.54, 0.01, 0.49, 1);
    transition-delay: 0s;
    color: #000;
}

.header-menu .link:hover .btn__bg_animation {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition-delay: 0.1s;
}

.header-menu .nav li a:active {
    color: #c20000;
}

.header-menu .nav li a.active {
    color: #c20000;
}

.header-menu .nav li li a.active {
    color: #c20000;
}

.header-menu .nav li a:hover {
    color: #c20000;
}

.header-menu .nav li li a:hover {
    color: #c20000;
}

.header-menu .nav ul li {
    display: inline-block
}

.header-menu .nav ul li:first-child{display: none;}

.header-menu .nav ul {
    display: block
}

.header-menu .nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 901;
    background: #fff;
    min-width: 290px;
    box-shadow: 0px 0px 10px 0px #00000038;
}

.header-menu .nav ul ul li a{

}

.header-menu .nav ul ul ul {
    top: 5px;
    left: 100%;
    z-index: 902;
    background: #fff;
}

.header-menu .nav ul ul ul ul {
    z-index: 903;
    background: #fff;
}

.header-menu .nav ul ul ul ul ul {
    z-index: 904;
    background: #fff;
}

.header-menu .nav ul ul li.nav-left>ul {
    left: auto;
    right: 95%
}

.header-menu .nav-no-js .nav li:hover>ul {
    display: block
}

.header-menu .nav>ul>.nav-submenu>a:after {
    content: "\eab6";
    font-family: "fontello";
}

.header-menu .nav li.nav-active>a,
.nav li:hover>a {
    color: #c20000;
    background: transparent;
}

.header-menu .nav .nav-submenu>ul {
    margin-left: 0px
}

.header-menu .nav .nav-submenu>ul li {
    margin-left: 0px;
    display: block;
    width: 100%;
}

.header-menu .nav .nav-submenu>ul li a {
    width: 100%;
    display: flex;
    padding: 8px 15px 8px 15px;
    font-size: 11px;
    border-bottom: solid 1px #00000014;
}

.nav .nav-submenu>a:after {
    content: "\eab8";
    font-family: "fontello";
    margin-left: auto;
    padding-left: 10px;
}

.bd-menu .header-menu{
    box-shadow: 0px 0px 10px 0px #00000033;
    background: white;
}

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

.bd-menu .header-menu .navbar{
    padding-left: 0;
}





.slider2-bg {
    padding-left: 0px;
}

.slider2-bg .owl-nav{
    display: none;
}

.slider2 {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 0px;
}

.slider2:after {
    content: '';
    position: relative;
    left: 0px;
    bottom: 0px;
    background: #EDEDED;
    width: 300px;
    height: 70px;
    display: none;
}

.banner-sol {
    width: auto;
    height: auto;
    display: none;
    position: relative;
    padding-top: 0px;
    align-items: center;
}

.banner-sol-ic {
    width: auto;
    height: auto;
    display: flex;
    position: relative;
    padding-top: 420px;
    align-items: center;
    margin-top: auto;
    background: #eeeeee;
    padding-bottom: 50px;
}

.banner-sol .tel {
    margin-top: 0px;
    width: 73px;
    height: 29px;
    white-space: nowrap;
    transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    max-height: none;
    max-width: none;
}

.banner-sol .tel span {
    margin: 0px 15px;
    font-weight: 400;
    color: #000;
    font-size: 13px;
}

.banner-sol .tel span i {
    padding-right: 10px;
    color: #000;
    opacity: 0.7;
}

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

.slider2 .owl-item {
    height: auto;
}

.slider2 .owl-item .item {
    width: 100%;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

.slider2 .owl-item .item .text {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.slider2 .owl-item .item {
    height: 100vh;
}

.slider2 .owl-item .item .text .text1 {
    font-size: 47px;
    letter-spacing: 0px;
}

.slider2 .owl-item .item .text .text2 {
    font-size: 18px;
    opacity: 1!important;
}

.slider2 .owl-item .item .text a.button {
    margin-top: 50px;
    padding: 13px 25px;
    font-size: 13px;
}

.slider2 .owl-dots {
    opacity: 0;
}

.slider2 .owl-nav {
    opacity: 0;
}

.slider2 .owl-nav .owl-prev,
.slider2 .owl-nav .owl-next {
    font-size: 35px!important;
    width: 50px;
    height: 50px;
}

.slider2 .owl-item .item .text a.button {
    margin-top: 50px;
    padding: 13px 25px;
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
}

.slider2 .owl-item .item .text a.button.button1 {
    border: solid 1px #fff;
    color: #fff;
}

.slider2 .owl-item .item .text a.button.button2 {
    border: solid 1px #fff;
    color: #202020;
    background: #fff;
}

.slider2 .owl-item .item .text a.button i {
    margin-right: 5px;
}



.slider2 .owl-dots {
    position: absolute;
    margin-top: 0px;
    bottom: 15px;
    left: 0px;
    width: 100%;
    height: auto;
    -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;
}

.slider2 .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    margin: 0px 3px;
}

.slider2 .owl-theme .owl-dots .owl-dot.active span {
    background: #000;
}

.slider2 .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}

.slider2 .owl-nav {
    top: 50%;
    width: 100%;
    position: absolute;
    -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;
}

.slider2 .owl-nav .owl-prev,
.slider2 .owl-nav .owl-next {
    top: 50%;
    margin-top: -22px!important;
    line-height: normal!important;
    display: flex!important;
    align-items: center;
    background: transparent!important;
    border: solid 1px #fff!important;
    color: #fff!important;
    position: absolute;
    z-index: 999;
    border-radius: 2px!important;
    margin: 0px!important;
    opacity: 0.5!important;
}

.slider2 .owl-nav .owl-prev span,
.slider2 .owl-nav .owl-next span {
    margin: -8px auto 0px!important;
}

.slider2 .owl-nav .owl-next {
    right: 20px;
}

.slider2 .owl-nav .owl-prev {
    left: 20px;
}

.slider2 .owl-nav .owl-prev:hover,
.slider2 .owl-nav .owl-next:hover {
    opacity: 1!important;
    background: #fff!important;
    color: #202020!important;
}

.slider2:hover .owl-nav {
    opacity: 1;
}

.slider2:hover .owl-dots {
    opacity: 1;
}


.slider2 .owl-item .item .text .text1 {
    opacity: 0;
    transform: translate(0%, -100%);
}

.slider2 .owl-item .item .text .text2 {
    opacity: 0;
    transform: translate(0%, -100%);
}

.slider2 .owl-item.active .item .text .text1 {
    opacity: 1;
    transform: translate(0%, 0%);
}

.slider2 .owl-item.active .item .text .text2 {
    opacity: 1;
    transform: translate(0%, 0%);
}

.slider2 .owl-item .item .text a.button.button1 {
    opacity: 0;
    transform: translate(0%, -100%);
}

.slider2 .owl-item .item .text a.button.button2 {
    opacity: 0;
    transform: translate(0%, -100%);
}

.slider2 .owl-item.active .item .text a.button.button1 {
    opacity: 1;
    transform: translate(0%, 0%);
}

.slider2 .owl-item.active .item .text a.button.button2 {
    opacity: 1;
    transform: translate(0%, 0%);
}




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

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

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

    100% {
        bottom: 45px;
    }
}

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

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

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

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

.slider1 .swiper-slide {
    overflow: hidden;
}

.slider1 .swiper-slide .swiper-slide-resim {
    background-size: cover!important;
    background-position: center!important;
    animation: slideShow 24s linear infinite 0s;
    -o-animation: slideShow 24s linear infinite 0s;
    -moz-animation: slideShow 24s linear infinite 0s;
    -webkit-animation: slideShow 24s linear infinite 0s;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

@keyframes slideShow {
    0% {
        background-position: 0px 0px;
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-o-keyframes slideShow {
    0% {
        background-position: 0px 0px;
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
        transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-moz-keyframes slideShow {
    0% {
        background-position: 0px 0px;
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
        transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-webkit-keyframes slideShow {
    0% {
        background-position: 0px 0px;
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
        transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}


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

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

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

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

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

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

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

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

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

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

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

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

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

.slider1 .swiper-slide .text-bg {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.07) 100%), linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 50%), linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 160px), linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100px);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.slider1 .swiper-slide .text-bg .textic {
    width: 100%;
    max-width: 600px;
    position: relative;
    margin-top: 50px;
}

.slider1 .swiper-slide .text-bg .textic .text1 {
    font-size: 5.7vh;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}

.slider1 .swiper-slide .text-bg .textic .text2 {
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 1.10em;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
}

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

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

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

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

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


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

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

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

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


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

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



.team {
  position: relative;
  padding: 90px 0 90px 0;
}

.team .slick-slide img {
    display: block;
    height: 220px;
    object-fit: contain;
    margin-top: 15px;
}

.team:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 480px;
    background: url(../images/dots.png);
    z-index: -1;
}

.team .btn-curve.btn-color {
    background: #000000;
    border-color: #0000000d;
}

.team .btn-curve.btn-color span {
    color: #fff;
    font-weight: 700;
}

.team .tit h6 {
    color: #c20000;
    font-weight: 400;
    font-size: 16px;
}
.team .tit h3 {
    font-weight: 700;
    margin-bottom: 20px;
}
.team .team-container {
  width: 140%;
  position: relative;
}
.team .team-container:after {
  content: '';
  position: absolute;
  top: -90px;
  bottom: -120px;
  right: 0;
  width: 80%;
  background: #F2F2F2;
  z-index: -1;
}
.team .item {
  padding: 0 15px;
}
.team .item .img {
  position: relative;
  overflow: hidden;
  /* filter: grayscale(1); */
  max-height: 370px;
}
.team .item .img:hover:after {
  opacity: 0;
}
.team .item .img:hover .social {
  opacity: 1;
  left: 0;
}
.team .item .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.team .item .img .social {
  position: absolute;
  top: 0;
  left: -40px;
  background-color: #fff;
  padding: 20px 10px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: none;
}
.team .item .img .social a {
  display: block;
  font-size: 13px;
  margin-top: 10px;
  color: #b19777;
}
.team .item .info {
  margin-top: 20px;
  text-align: center;
}
.team .item .info h5 {
  font-size: 18px;
  margin-bottom: 2px;
}
.team .item .info span {
  color: #777;
  font-size: 14px;
}
.team .slick-dots {
  bottom: -60px;
  /* display: none !important; */
}
.team .slick-dots li.slick-active button {
  background: #000;
}
.team .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.8;
}
.team .slick-dots li button:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  line-height: 1;
  background: #000;
  opacity: 1;
}
.team .dots-half {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -2;
}




.about {
  position: relative;
  padding: 90px 0;
}
.about .sub-title {
  color: #c20000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  padding-left: 40px;
  letter-spacing: 4px;
  margin-bottom: 15px;
  position: relative;
}
.about .sub-title:before {
  content: "";
  width: 25px;
  height: 1px;
  background: #b19777;
  position: absolute;
  left: 0;
  top: 50%;
}
.about .exp-img .img {
  width: 90%;
  height: 500px;
  position: relative;
  z-index: 2;
}
.about .exp-img .img:after {
  content: '';
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  background: rgba(255, 255, 255, 0.95);
  z-index: -1;
}
.about .exp-img .img .since {
  position: absolute;
  right: 70px;
  top: 70px;
}
.about .exp-img .img .since span {
  display: block;
  color: #b19777;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.about .exp-img .img .since span:first-of-type {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}
.about .exp-img .img .years {
  position: absolute;
  left: 70px;
  bottom: 70px;
}
.about .exp-img .img .years h2 {
  font-size: 140px;
  font-weight: 800;
  background: url(/assets/img/exp.jpg) no-repeat;
  background-position: 18% 65%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.about .exp-img .img .years h5 {
  color: #b19777;
  letter-spacing: 5px;
  font-size: 20px;
}
.about .exp-content {
  position: relative;
  z-index: 2;
}
.about .exp-content:after {
  content: '';
  width: 200px;
  height: 250px;
  position: absolute;
  top: -40px;
  right: -40px;
  border: 10px solid #fafafa;
  z-index: -1;
}
.about .exp-content.nopat:after {
  display: none;
}
.about .exp-content ul {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

.about .exp-content ul li {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.about .exp-content ul li:after {
  content: '/';
  position: relative;
  margin: 0 15px;
  color: #777;
}

.about .exp-content ul li:last-of-type:after {
  display: none;
}

.about .ab-exp{
    position: relative;
    min-height: 340px;
}
.about .ab-exp:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 320px;
    background: url(../images/dunya.png);
    background-size: 100%;
}

.about .ab-exp .pattern {
  height: 100%;
  width: 100%;
}
.about .ab-exp .years-exp {
  position: relative;
  height: 100%;
  width: 100%;
  border: 10px solid #0000000d;
  border: none;
}
.about .ab-exp .years-exp .exp-text {
  position: relative;
  bottom: -80px;
  left: -80px;
  padding: 10px 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: transparent;
}
.about .ab-exp .years-exp .exp-text h2 {
  font-size: 70px;
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.about .ab-exp .years-exp .exp-text h2:after {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0000000d;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: -1;
  opacity: 0;
}
.about .ab-exp .years-exp .exp-text h6 {
  font-size: 17px;
}
.about .specialty ul {
  margin: 0;
}
.about .specialty ul li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 0 15px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
}
.about .specialty ul li span {
  font-size: 14px;
  font-weight: 300;
  color: #999;
  margin-right: 30px;
}
.about .specialty ul li:last-of-type {
  margin-bottom: 0;
}
.about .pat {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  z-index: 2;
}
.about .pat:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.94;
}
.intro-section .item h6 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}


.btn-curve {
  background: transparent;
  padding: 14px 35px;
  border: 1px solid #1e1e1e;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
}
.btn-curve:focus {
  outline: none;
}
.btn-curve:hover {
  outline: none;
}
.btn-curve:hover:after {
  bottom: -30px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.btn-curve:hover span {
  color: #fff;
}
.btn-curve:after {
  content: '';
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: 130%;
  background: #1e1e1e;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.btn-curve span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.btn-curve.btn-lit {
  border-color: #fff;
  color: #fff;
}
.btn-curve.btn-lit:hover span {
  color: #b19777;
}
.btn-curve.btn-lit:after {
  background: #fff;
}
.btn-curve.btn-blc {
  background: #1e1e1e;
}
.btn-curve.btn-blc:after {
  background: #fff;
}
.btn-curve.btn-blc span {
  color: #fff;
}
.btn-curve.btn-blc:hover span {
  color: #1e1e1e;
}
.btn-curve.btn-color {
  background: #c20000;
  border-color: #c20000;
}
.btn-curve.btn-color:after {
  background: #fff;
}
.btn-curve.btn-color span {
  color: #fff;
}
.btn-curve.btn-color:hover span {
  color: #c20000;
}
.btn-curve.btn-lg {
  padding: 14px 40px;
}
.btn-curve.btn-lg span {
  font-size: 14px;
}
.btn-curve.btn-wit {
  background: #fff;
  border-color: #fff;
}
.btn-curve.btn-wit:after {
  background: #090909;
}
.btn-curve.btn-wit span {
  color: #1e1e1e;
}
.btn-curve.btn-wit:hover span {
  color: #fff;
}
.btn-curve.btn-radius {
  border-radius: 30px;
}


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

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

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

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

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

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

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

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

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




.services {
    padding: 90px 0;
}

.services .section-head h6 {
    color: #c20000;
    font-weight: 400;
    font-size: 16px;
}

.services .section-head h4{
    font-weight: 700;
    margin-bottom: 0px;
}

.services .bord-box {
  overflow: hidden;
}
.services .box-top {
  position: relative;
  margin-top: -80px;
  z-index: 4;
}
.services .feat-top {
  padding: 100px 80px;
  position: relative;
  width: 80%;
  margin-top: -40px;
  z-index: 3;
}
.services .feat-top .notfull {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.services .feat-top .notfull.animated {
  width: 100%;
}
.services .item-bx {
  padding: 60px 40px;
  height: 100%;
  background-color: #fff;
  border: 1px solid #eee;
  border-right: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.services .item-bx:last-of-type {
  border-right: 1px solid #eee;
}
.services .item-bx:hover {
  background-color: black;
  color: #fff;
}
.services .item-bx .numb{
    
}
.services .item-bx:hover p {
  color: #eee;
}
.services .item-bx:hover .more {
  color: #ffffff;
}
.services .item-bx .numb {
  width: 70px;
  font-weight: 700;
  margin-bottom: 30px;
  color: transparent;
  -webkit-text-stroke: 1px #c20000;
}
.services .item-bx .icon {
  font-size: 60px;
  color: #b19777;
  margin-bottom: 30px;
}
.services .item-bx .more {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}
.services .item-bx.bg-img {
  position: relative;
  border: 0;
  z-index: 2;
}
.services .item-bx.bg-img:hover:after {
  background: rgba(0, 0, 0, 0.6);
}
.services .item-bx.bg-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.services .item-sm h6 {
  font-weight: 600;
  font-size: 18px;
}
.services .item-sm .numb {
  font-size: 40px;
  font-weight: 400;
  color: #b19777;
  padding-right: 70px;
  line-height: 1;
  position: relative;
}
.services .item-sm .numb:after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #ddd;
  width: 50px;
  height: 1px;
}
.services.halfbg .background {
  height: 70vh;
}
.services.halfbg .ontop {
  position: relative;
  margin-top: -120px;
  z-index: 3;
}
.services.halfbg .ontop .item-bx:hover {
  background: #b19777;
}
.services.halfbg .ontop .item-bx:hover .numb, .services.halfbg .ontop .item-bx:hover .more {
  color: #fff;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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



.skills-circle .skill {
  position: relative;
  margin-top: 45px;
}
.skills-circle{
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.skills-circle:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 600px;
    background: #02050b;
    opacity: 0.8;
}
.skills-circle .skill span {
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-75px) translateY(-98px);
  -ms-transform: translateX(-75px) translateY(-98px);
  transform: translateX(-75px) translateY(-98px);
  font-size: 28px;
  font-weight: 200;
  color: white;
}
.skills-circle .skill svg{
  position: relative;
  top: -22px;
    width: 110px;
    height: 110px;
}
.skills-circle h5 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 20px !important;
    color: white;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
   line-height: 20px; 
}
.skills-circle p{
   line-height: 20px; 
}
.skills-sec .skill-item {
  margin-bottom: 50px;
}
.skills-sec .skill-item:last-of-type {
  margin-bottom: 0;
}
.skills-sec h6 {
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.skills-sec .skill-progress {
  height: 7px;
  background-color: #f7f7f7;
  position: relative;
}
.skills-sec .skill-progress .progres {
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background-color: #333;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.skills-sec .skill-progress .progres:after {
  content: attr(data-value);
  position: absolute;
  right: 10px;
  top: -30px;
  font-size: 20px;
  font-weight: 100;
}
.skills-sec .skill-progress .progres:before {
  content: '';
  width: 1px;
  height: 30px;
  background: #333;
  position: absolute;
  right: 0;
  bottom: 0;
}
.play-button {
  position: relative;
  width: 85px;
  height: 85px;
  margin: auto;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 4;
}
.play-button svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.circle-fill circle {
  opacity: 1;
  fill: rgba(255, 255, 255, 0.1);
}
.polygon {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 90px;
  font-size: 35px;
  z-index: 2;
}
.play-button svg.circle-fill {
  z-index: 1;
  stroke-dasharray: 322;
  stroke-dashoffset: 322;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
  stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
  z-index: 0;
}
.play-button.color {
  color: #b19777;
}
.play-button.color .circle-fill circle {
  fill: rgba(177, 151, 119, 0.2);
}




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

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

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

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

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

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

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



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

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

.page-urunler-listele .page-urunler-resim.iki img{
    height: 170px;
    object-fit: contain;
}

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

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

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

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

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

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

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

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

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

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


.page-baslik1 {
    width: 100%;
    height: auto;
    background: transparent;
    padding: 25px 0px 10px;
    border-bottom: 1px solid #f1f1f1;
    margin-top: 80px;
}

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

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

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

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

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

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

.breadcrumb-item.active {
    color: #c20000;
}

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-icerik {
    padding: 25px 0px;
    min-height: 250px;
}

.page-video iframe {
    width: 100%;
}

.page-video .card-body {
    padding: 0.3125rem;
}

.page-dosya a.dosya-liste {
    width: 100%;
    border: 1px solid #dadada;
    margin-bottom: 20px;
    position: relative;
    display: block;
    font-size: 0.80rem;
    color: black;
}

.page-dosya a.dosya-liste .dosya-icon {
    text-align: center;
    color: #666;
    padding: 50px 10px;
    display: block;
    position: relative;
}

.page-dosya a.dosya-liste .dosya-aciklama {
    padding: 10px;
    background: #f4f4f4;
    display: block;
    width: 100%;
    border-top: 1px solid #dadada;
    position: relative;
    display: block;
}

.page-dosya a.dosya-liste .dosya-aciklama .baslik {
    width: 100%;
    height: auto;
}

.page-dosya a.dosya-liste .dosya-aciklama .baslik i {
    padding-right: 5px;
}

.page-dosya a.dosya-liste .dosya-indir-icon {
    font-size: 0.80rem;
}

.page-resimler a.images-list {
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.page-resimler a.images-list .image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-resimler a.images-list .image img {
    max-width: 100%;
    transition: transform .2s;
}

.page-resimler a:hover.images-list .image img {
    transform: scale(1.1);
}

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

.page-resimler a.images-list .image .zoom {
    display: block;
    position: absolute;
    left: 0px;
    top: 40%;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 9;
}

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

.page-resimler a.images-list:hover .image .zoom i {
    opacity: 1;
}




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

.page-blog-list .baslik1 {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 700;
    color: #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%;
}


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

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

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

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

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

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

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

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

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

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

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




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

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

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

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

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

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


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

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

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

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

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

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

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

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

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



.fiyatal {width: 100%;height: auto;background: #c20000;padding:50px 0px;}
.fiyatal .baslik {position: relative;color: #ffffff;}
.fiyatal .baslik span{position: relative;font-size: 25px;font-weight: 600;display: block;}
.fiyatal .baslik small{position: relative;font-size: 16px;font-weight: 300;margin-top: 0px;}

.fiyatal .btn-curve.btn-color {background: #000000; border-color: #0000000d; } 
.fiyatal .btn-curve.btn-color:hover{border-color: #fff; } 
.fiyatal .btn-curve.btn-color:hover span {color: #C20000; font-weight: 700; } 
.fiyatal .btn-curve.btn-color span {color: #fff; font-weight: 700; }







.referans-slider2 {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    border-top: solid 1px #00000014;
}

.referans-slider2 .slick-list {
    height: auto;
}

.referans-slider2 .reff {
    width: 100%;
    margin: 0px;
    margin-bottom: 0px!important;
}

.referans-slider2 .reff .resim img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 100%;
    height: 230px;
    object-fit: contain;
    margin-top: 0;
}

.referans-slider2 .reff .resim:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
}

.referans-slider2 .slick-prev,
.referans-slider2 .slick-next {}

.referans-slider2 .slick-prev:before,
.referans-slider2 .slick-next:before {
    color: black;
}

.referans-slider2 .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.referans-slider2 .slick-active {
    opacity: 1;
}

.referans-slider2 .slick-current {
    opacity: 1;
}

.referans-slider2 .slick-dots {
    margin-top: 0px;
    bottom: 0px;
    position: relative;
    display: none!important;
}

.referans-slider2 .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}

.referans-slider2 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 9px;
    height: 5px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ccc;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.referans-slider2 .slick-dots li.slick-active button {
    width: 20px;
    padding: 0px;
    background: #da2c46;
}

.referans-slider2 .slick-dots li button:before {
    display: none;
}


