.icerikgaleri.content>div:nth-child(1){
    width: 50%;
    float: left
}
.icerikgaleri.content>div.row{
    width: 50%;
    float: left
}

@media (max-width: 767px){
    .icerikgaleri.content>div:nth-child(1){
        width: 100%;
    }
    .icerikgaleri.content>div.row{
        margin: auto;
        width: 100%;
    }
    .icerikgaleri .col-xs-6.col-sm-6.col-md-6.mb15{
        padding: 5px;
    }
}
@media (min-width: 991px){
    div.imgright div:nth-child(2), div.imgright div:nth-child(3) {
        width: 50%;
        float: left;
    }
}
#arrows{
    transform-origin: center center;
    -webkit-animation:spin 19s linear infinite;
    -moz-animation:spin 19s linear infinite;
    animation:spin 19s linear infinite;
    transform-box: fill-box;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        i-webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-moz-keyframes spin-back {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin-back {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin-back {
    from {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform:rotate(0deg);
    }
}
/*
@media (min-width:767px){
    .custom-fixed-btn-form,
    .custom-fixed-btn-mobil{
        display: none !important;
    }
}
*/

.btn-default {
    border: 1px solid #203864 !important;
}

/******************* İÇERİKLERDEKİ TABLOLAR CSS ********************/
.content table {
    display: block;
    width: fit-content;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-collapse: collapse;
}
.content table {
  border-collapse: separate; /* Border-radius için separate kullanımı */
  border-spacing: 0;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
  border: 1px solid #ddd;
  border-radius: 8px; /* Tablonun köşelerini yuvarlar */
  overflow: hidden; /* Border-radius düzgün çalışır */
}

.content table th, 
.content table td {
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
}

.content table th {
  background-color: #f4f4f4;
  font-weight: bold;
  color: #333;
}

.content table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.content table tr:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}

.content table td {
  color: #333;
}

/* Soru hücreleri için özel stil */
.content table td:first-child {
  background-color: #30e3d221; /* Soruların arka planı için farklı bir renk */
  font-weight: bold; /* Soruların daha belirgin olması için kalın yazı */
  color: #000000; /* Soruların metin rengi */
}

.content table tr:last-child td {
  border-bottom: none; /* Son satırın alt kenarını kaldırır */
}
@media (max-width:767px){
    .content table {
        width: 100%;
        overflow-x: auto;
        border-collapse: collapse;
    }
}
/******************* İÇERİKLERDEKİ TABLOLAR CSS SON ********************/

span.thumb-info-action{
    display: none;
}
.egitimler .thumb-info:hover img{
    transform: none;
}
section p.f20{
    width: fit-content;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    border-bottom: 1px solid #d0a241;
}
div.alert-info {
    color: #31708f;
    padding: 30px;
    background-color: #d9edf7;
    border-color: #bce8f1;
    min-height: 390px;
    display: flex;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
}
div.alert-info h4{
    letter-spacing: 1px;
}
html .btn-borders.btn-primary:hover:hover, html .btn-borders.btn-primary:focus:hover{
    background-color: #ffffff8a;
}
/*
.kontakto .col-md-4:nth-child(3) .lnk-primary.learn-more, .kontakto .col-md-4:nth-child(3) .cp{
    pointer-events: none;
}
*/

    
/********************* RESİM BULANIK ÇERÇEVE CSS ************************/
.uberunsimg2:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    z-index: 9;
    background: #98000500;
    box-shadow: inset 0 4px 12px 52px #f4f4f4, inset 0 4px 21px 52px #f4f4f4;
}
.whoweare p img{
    margin-top: 50px;
}
@media (max-width: 767px){
    .uberunsimg:after{
        box-shadow: none!important;
    }
    .whoweare p img {
        margin-top: 0;
        border: 4px solid #203864;
    }
}
/********************* RESİM BULANIK ÇERÇEVE CSS SON ************************/


/********************* FÜR ÜBER UNS CSS ************************/
.terminct{
    padding: 30px;
    margin-top: -55px;
    background: #d1d1d1;
    display: block;
    margin-bottom: -56px;
    z-index: 9;
}
.terminct h4 {
    width: 50%;
    float: left;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
}
.terminct a {
    float: right;
    width: 30%;
    display: inline-grid;
}
@media (max-width: 767px){
    .terminct{
        margin-bottom: 0;
    }
    .terminct a {
        width: 100%;
    }
    .terminct h4 {
        width: 100%;
        margin-top: 15px;
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
}
/********************* FÜR ÜBER UNS CSS SON ************************/

html .btn-borders.btn-primary:focus{
    color: white!important;
}
.tp-caption.main-label.monetarg{
    white-space: normal;
    line-height: 38px!important;
    letter-spacing: 3.3px!important;
}
@media (max-width: 768px){
    .tp-caption.main-label.monetarg{
        letter-spacing: 1.9px!important;
        line-height: 20px!important;
    }
}


/************************************************************************************/
/****************************** SCROLL AYARI CSS BAŞLA ******************************/
@media (min-width: 991px){
    #header .header-nav-main-sub-effect-1 nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu:hover>.dropdown-menu{
        max-height: 450px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #header .header-nav-main-sub-effect-1 nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu:hover>.dropdown-menu::-webkit-scrollbar-track
    {
    	-webkit-box-shadow: inset 0 0 5px rgb(0 0 0 / 33%);
        border-radius: 10px;
        background-color: #F5F5F5;
    }
    
    #header .header-nav-main-sub-effect-1 nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu:hover>.dropdown-menu::-webkit-scrollbar
    {
    	width: 6px;
        background-color: #F5F5F5;
    }
    
    #header .header-nav-main-sub-effect-1 nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu:hover>.dropdown-menu::-webkit-scrollbar-thumb
    {
    	border-radius: 10px;
        -webkit-box-shadow: inset 0 0 10px rgb(146 208 80 / 70%);
        background-color: #d0a241;
    }
}

/****************************** SCROLL AYARI CSS SON ******************************/
/**********************************************************************************/
/*
aside.sidebar ul::-webkit-scrollbar {
    width: 6px;
    height: 3px;
}

aside.sidebar ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
    background-color: #999;
    opacity: .3;
}
aside.sidebar ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 20%);
    border-radius: 10px;
}
aside.sidebar ul{
    max-width: 881px;
    overflow-x: scroll;
}
*/

.post-content a{
    color: #203864!important;
}
.post-large .btn-primary{
    border-radius: 10px!important;
}
    

.mobile-side-menu li a{
    color: black;
    font-weight: 800;
    font-size: 20px;
    line-height: 56px;
}
/*
#header .header-social-icons{
    display: none!important;
}
*/
img.custom-proje-logo{
    display: none;
}
@media (max-width: 767px){
    html.sticky-header-enabled #header .header-nav-main {
        max-height: inherit;
        overflow-x: visible;
        overflow-y: visible;
    }
    .scroll-down.mouse{
        display: none;
    }
    /*
    #header .header-body {
        background: radial-gradient(circle,rgb(0 0 0 / 0%) 0%,rgb(0 0 0 / 13%) 91%);
    }
    */
    .sticky-header-active #header .header-body {
        background: #FFF;
    }
    .product-details-box{
        float: left;
    }
    .product-essential .col-md-10.col-md-offset-1{
        float: left;
        width: 100%;
    }
    .product-essential .owl-stage>.owl-item {
        width: 100%;
    }
    .product-details-box .product-name{
        text-align: left;
        font-size: 25px;
    }
    .page-header .breadcrumb {
        margin-bottom: 0!important;
        margin-top: 81px;
    }
}

.allparts{
     margin-top:50px!important;
}
/*
div.asidemenu{
    z-index: 999;
}
.asidemenu{
    animation: fadeIn 1s forwards;
    animation-direction: alternate;
    animation-delay: 500ms;
}
.asidemenu{
    opacity: 0;
}
*/
.pt100{
    padding-top: 100px!important;
}
.body.mmenu-open .mobile-nav:after{
    background-image: url(/upload/images/breadcrumb.jpg)!important;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-position: 94% 81%;
    background-size: cover;
    z-index: -1;
    position: absolute;
    content: '';
    background-repeat: no-repeat;
}
@media (min-width: 768px){
    .terminbuch.pb100{
        padding-bottom: 100px;
    }
    .product-essential .product-details-box {
        background: white;
        padding: 30px;
        box-shadow: 0 0 19px -3px #ddd;
        border-radius: 15px;
        margin-bottom: 30px;
        margin-top: 15px;
    }
    section.page-header.page-header-custom-background.breadcrumb8 {
        animation: fadeIn 2s;
        background-image: url(/upload/images/breadcrumb1.jpg)!important;
        background-position: 48% 21%;
        clip-path: ellipse(69% 115% at 50% -15%);
        transition: .6s;
    }
    .sticky-header-active section.page-header.page-header-custom-background.breadcrumb8 {
        clip-path: ellipse(249% 115% at 50% -15%);
    }
}
.page-header:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 5px;
    left: 0;
    background-image: linear-gradient(180deg, #203864 0%, #2038647a 50%, transparent);
    content: "";
    pointer-events: none;
    z-index: 1;
    height: 100%;
}




body{
    position: relative!important;
    overflow: hidden!important;
}

.part a {
    color: #203864;
    font-weight: 600;
}
.page-services .part img, .page-servisler .part img{
    margin-bottom: 40px;
}
@media (max-width: 767px){
    .part{
        margin-top: 0!important;
    }
    .asidemenu{
        overflow-x: overlay;
        margin-bottom: 0;
    }
}

/******************** ESKİ VERSİYON MENU CSS *************************/
/*********************************************************************
.desktop-nav .nav > li > a{
    color: #cccccc!important;
}
.desktop-nav .nav li.active_li a {
    color: #203864!important;
}
******************** ESKİ VERSİYON MENU CSS SON *************************/
/*********************************************************************/


/******************** YENİ VERSİYON MENU CSS *************************/
/*********************************************************************/
.desktop-nav .nav > li > a{
    color: #aaaaaa!important;
    mix-blend-mode: hard-light;
}
.desktop-nav .nav li.active_li a {
    color: #ffffff!important;
    mix-blend-mode: hard-light;
}
.desktop-nav{
    /*background: linear-gradient(35deg, black 31.666667%, #000000a3 45.666667%, black 91%)!important;*/
    background: #203864!important;
}
.desktop-nav:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 5px;
    left: 0;
    background: linear-gradient(90deg, white 99.6%, transparent 100%);
    content: "";
    pointer-events: none;
    z-index: -1;
    height: 100%;
    width: 41.66666667%;
    width: 50%;
}
.sticky-header-active .desktop-nav{
    background: linear-gradient(90deg, #203864 50%, #203864 50%)!important;
}
.desktop-nav-container > .col-md-12:not(.pr0), .col-md-6.ml0{
    overflow: hidden!important;
}
.deactive_li a {
    color: #ffffff;
}

.circle {
    width: 160px;
    height: 160px;
    background: #666666;
    border-radius: 50%;
    border: 0px solid #203864;
    position: absolute;
    mix-blend-mode: luminosity;
    opacity: .5;
}
.desktop-nav .close_custom{
    color: #ffffff!important;
}
.menu-resimleri-custom{
    padding-right: 0;
}
.menu-resimleri-custom img{
    margin-right: 33px;
}
/******************** YENİ VERSİYON MENU CSS SON *************************/
/*********************************************************************/

.desktop-nav .close_custom{
    top: 45px!important;
    text-decoration: none;
}
.desktop-nav .close_custom i{
    transition: .4s;
}
.desktop-nav .close_custom:hover i{
    transform: rotate(180deg);
}

.menu-308 li:hover > a:before {
    animation: rightLeftArrow 2s infinite;
}

.menu-308 .dropdown-lang:hover > .dropdown-toggle{
    color: #ffffff00;
}
.menu-308 .dropdown-lang:hover > .dropdown-toggle svg{
    fill: #ffffff00!important
}

@keyframes rightLeftArrow{
    0%{
        transform: translateX(0px)
    }
    33%{
        transform: translateX(-2px)
    }
    66%{
        transform: translateX(2px)
    }
    100%{
        transform: translateX(0px)
    }
}
.place-card place-card-medium{
    display: none!important;
}

.menu-308{
    margin-right: 30px;   
    display: inline-flex!important;
    align-items: center;    
}
.menu-308:hover {
    color: #0091dc;
    fill: #0091dc;
    background-color:transparent;
}
.menu-308 .dropdown-lang > a svg.globe{
    width: 24px;
    height: 20px;
    margin: 2px 5px 0;
    float: left;
}
.menu-308 .dropdown-lang > a svg.angle-down{
    width: 14px;
    height: 11px;
}
.menu-308 li {
    position: relative;
    font-weight: 500;
    padding: 0 10px 0 27px
}
.dropdown-lang{
    position:relative;
}
 .menu-308 .dropdown-lang .dropdown-menu {
    position: absolute;
    left: 6px;
    top: -9px;
    min-width: auto;
 }
.menu-308 .dropdown-lang:hover .dropdown-menu {
    display: block;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
    padding:5px 8px;
    border-radius: 6px;
 }
.menu-308 .dropdown-lang .dropdown-menu svg { 
    width: 25px;
    height: 25px; 
}
.menu-308 li > a:before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    transform: translate(8%,-50%);
    background: url(/upload/images/icon-arrow-left.svg) 50% no-repeat;
    background-size: contain;
}
.menu-308 li:hover > a:before {
    display: block!important;
}
.menu-308 li{
    position:relative
}
.menu-308 li > a:before{
    display:none
}
.menu-308 .dropdown-menu>li>a{
    color:#203864;
    font-weight:inherit;
}
a{
    transition: all .15s ease-in-out;
}
.menu-308 .dropdown-lang > .dropdown-toggle{
    color:#fff;
    letter-spacing: 2px;
    transition: none;
}
.sticky-header-active .menu-308 .dropdown-lang > .dropdown-toggle{
    color:#000;
}
.sticky-header-active .menu-308 .dropdown-lang svg { 
    fill: #000!important; 
}
/*************************************************************************************************************************************************/



/********REFERENCES TEST CSS******/
.product-essential .thumb-gallery .img-thumbnail:after {
    content: "";
    opacity: .19!important;
    background: #1f31ac;
    transition: all .3s;
    border-radius: 0;
    bottom: 4px;
    color: #FFF;
    left: 4px;
    position: absolute;
    right: 4px;
    top: 4px;
    display: block;
    z-index: 0;
}
.product-essential .thumb-gallery .img-thumbnail:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    transform: scale(-0.9);
    background: #ff000000;
    z-index: 1;
    --x: 50%;
    --y: 50%;
    border: 7px solid #ffffff47;
    transition: .3s;
}

.block-blue .recent-posts article, .block-blue .custom-box-shadow {
    box-shadow: none;
}

.tp-caption.btn-borders.btn-primary {
    border-width: 1px!important;
    border-color: #20386480;
    border-radius: 30px;
    color: #203864!important;
}
/*********FOOTER BUTON OK HİZALAMA CSS******
a.btn.btn-primary.btn-borders.btn-lg.mr-md:before {
    background-image: url(https://www.webtasarim34.com/outsource/t1/img/arrows-dark.png);
    content: '';
    left: 207px;
    top: -30px;
    position: absolute;
    background-color: #ff000000;
    background-repeat: no-repeat;
    background-position: -209px -101px;
    width: 120px;
    height: 47px;
}
span.arrow.arrow-light.hlb{
    display: none!important;
}
*/
@media (min-width:1349px) and (max-width:1560px){
    a.btn.btn-primary.btn-borders.btn-lg.mr-md:before{
        left: 153px!important;
    }
}
@media (min-width:768px) and (max-width:1349px){
    a.btn.btn-primary.btn-borders.btn-lg.mr-md:before{
        left: 177px!important;
    }
}
/*********FOOTER BUTON OK HİZALAMA CSS SON*******/


h1.modul-baslik {
    font-size: 2.2em;
}
.call-to-action .call-to-action-content{
    display: grid;
    justify-content: center;
    width: 100%;
}

ul.services li a {
    font-size: 15px!important;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
    white-space: nowrap;
    margin-right: 5px;
    transition: .3s;
    color: #000000!important;
    border: 1px solid #203864b0;
    padding: 10px 7px!important;
    border-radius: 30px;
    text-decoration: none;
    background: #dedede;
}
ul.services li a:not(.active):hover {
    border: 1px solid #910a09;
    background-color: #f4f4f4!important;
    color: black!important;
}
ul.services li a.active:hover {
    color: #203864;
    background: #dedede;
}
ul.services li.active a {
    color: #ffffff!important;
    border: 1px solid #20386400;
    background: black;
}
ul.services li {
    list-style: none;
    display: contents;
}
ul.services {
    display: flex;
    padding-left: 15px;
    margin-bottom: 0;
}
@media (min-width: 992px){
    ul.services {
        justify-content: center;
    }
}
@media (max-width: 1299px){
    ul.services li a {
        font-size: 13px;
    }
}
@media (max-width: 767px){
    ul.services li a {
        margin-right: 5px;
    }
    ul.services {
        display: flex;
        margin-bottom: -20px;
        padding-bottom: 20px;
        padding-left: 0px;
        flex: 0;
        overflow: scroll;
    }
}
aside.sidebar{
    background: white;
    z-index: 999;
    padding: 10px;
    margin: auto;
}
.sticky-header-active aside.sidebar{
    background: transparent;
}


.listing ul{
    list-style-type: none;
}
.listing a i{
    color: #203864;
}
.listing a:hover i{
    color: #ffffff;
}
.listing a{
    border-color: #dedede;
    border-radius: 30px;
}
.listing h2{
    color: #203864;
}
.listing ul li{
    line-height: 28px;
    position: relative;
    font-size: 18px;
}
.listing ul li:before{
    content: "";
    display: block;
    position: absolute;
    left: -26px;
    top: 7px;
    width: 14px;
    height: 14px;
    border: 1px solid #666666;
    background: #203864;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 4.5px #fff inset;
    transition: .3s;
}
.listing ul li:hover:before{
    border: 1px solid #203864;
    box-shadow: 0px 0px 0px 3px #fff inset;
}
.listing img{
    transition: 1.4s;
}
.listing:hover img{
    transform: rotate3d(1, 2, 1, 10deg) translateY(-10px) translateX(-40px);
}
@media (min-width: 992px){
    img.qrcode{
        width: 137px;
        height: auto;
        margin-top: -8px;
    }
    .listing div.left{
        display: table;
        min-height: 320px;
    }
    .listing div.left h2{
        display: table-cell;
        vertical-align: middle;
    }
}
@media (max-width: 991px){
    img.qrcode{
        width: 107px;
    }
    .listing ul li{
        line-height: 38px;
    }
}


p.sliderbaslik{
    color: #203864!important;
    font-size: 40px!important;
    margin-bottom: 18px;
    font-weight: 800!important;
    font-family: 'Kumbh Sans', sans-serif;
}


.col-md-5.menu-resimleri-custom {
    margin-top: 0px;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.desktop-nav ul.dropdown-menu {
    margin-top: 10px;
}
.desktop-nav-container > .col-md-12:nth-child(2){
    display: flex;
    align-items: center;
}

.desktop-nav .nav > li:nth-last-child(-n+2){
    display:none!important;
}
.create_links_bottom{
    text-align:center;
}
.ozellik-liste-custom div:second-child {
    font-weight: bold;
}
.ozellik-liste-custom {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    font-size: 15px;
}
@media (max-width:767px){
    .ozellik-liste-custom{
        float: left;
        width: 50%;
    }
    .ozellik-liste-custom:last-child{
        width: 100%;
    }
}
.ozellik-liste-custom .col-md-3.pl0 {
    font-weight: 700;
}

/*****Ümitin Geçici  Ekledikleri (Silmeyelim)  CSS****/
html #header.header-flex .header-nav-main nav>ul>li{
    display: block;
}
html #header.header-flex .header-nav-main nav>ul>li:nth-last-child(-n+2){
    display: block;
    top: 3px;
}

/*
body:not(.page-) #header .header-nav.header-nav-stripe nav>ul>li>a{
    color: white!important;
}
*/
.sticky-header-active body:not(.page-) #header .header-nav.header-nav-stripe nav>ul>li>a{
    color: #203864!important;
}
.opacitydnone{
    opacity: 0;
}

/*
#list-example{
    opacity: 1;
    transition: opacity .5s;
}
*/
.sticky-header-active .sidebar{
    left: 0!important;
    right: 0;
    top: 0px;
}

.sidebar.sticky-active{
    z-index:999;
}
.sidebar.sidebar_1{
    margin-bottom: 30px;
}
@media (min-width: 992px){
    #footer .col-md-2.col-md-3.col-xs-12.widget-column-2 {
        left: -.6%;
    }
    .aboutimg img{
        margin-top: 0px;
    }
    i.fa.fa-bars {
        margin: 0px 0 0 4px;
    }
    .page-why-markas img, .page-neden-markas img{
        margin-top: -100px;
    }
    .dropdown-menu>li>a:focus, .dropdown-menu>li>a{
        padding:5px 0;
    }
    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
        background:transparent!important;
    }    
}

/*Gallery services svg Start*/
@media (min-width: 992px){
    .urunler.urunler2 .thumb-info img {
        transition: .3s;
        padding: 0;
        margin: auto;
        left: 0;
        right: 0;
    }
    .urunler.urunler2 .thumb-info-type{
        opacity: 1;
        transition: .3s;
    }
    .urunler.urunler2 .thumb-info:hover .thumb-info-type {
        opacity: 1;
    }
    .urunler.urunler2 .thumb-info:hover img{
        /*
        padding: 40px 50px 105px;
        */
        /*
        filter: drop-shadow(0px 0px 0px red)
        */
    }
    .urunler.urunler2 .thumb-info {
        min-height: 490px;
        border-radius: 15px!important;
        padding: 10px;
        transition: .3s;
    }
    .urunler .thumb-info .thumb-info-inner{
        font-weight: 700;
        text-align: center;
    }
    .urunler.urunler2 .thumb-info .thumb-info-inner{
        font-family: 'monetasans-boldregular';
        font-weight: 700;
        white-space: normal;
        min-height: 63px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }
    .urunler.urunler2 .thumb-info .thumb-info-inner:after{
        position: absolute;
        content: '';
        top: 60px;
        left: 12px;
        height: 3px;
        width: 66px;
        background: #d0a241;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        z-index: -2;
    }
    .urunler.urunler2 .thumb-info:hover .thumb-info-inner:after{
        width: 131px;
    }
    .col-md-yuzde20 {
        width: 20%;
        padding: 3px;
    }
}
@media (max-width: 991px){
    .urunler .thumb-info .thumb-info-inner{
        font-size: 22px;
        font-weight: 700;
        white-space: normal;
    }
    .urunler.urunler2 .thumb-info {
        border-radius: 15px!important;
        padding: 20px;
        transition: .3s;
        border: 0px solid #DDD;
    }
    .urunler.urunler2 .thumb-info-type > p{
        font-size: 15px;
    }
    .urunler.urunler2 .col-xs-12.col-sm-4.col-md-4.mb15{
        padding: 0;
    }
    .urunler.urunler2 .thumb-info img {
        transition: .3s;
        padding: 0px;
        margin: auto;
        left: 0;
        right: 0;
        transform: translateX(0);
    }
    .urunler.urunler2 .thumb-info .thumb-info-title {
        padding-top: 15px!important;
        position: relative;
        text-transform: capitalize;
        background: linear-gradient(0deg, transparent, transparent);
        color: #000000;
    }
}
/*Gallery services svg Finish*/

.mainwrap.parallax-background-menu {
    margin-top: 0px;
    background: url(/upload/images/sectionbg.jpg);
    border-top: 0px solid rgb(255, 255, 255);
    border-bottom: 0px solid rgb(255, 255, 255);
    padding: 0;
    background-attachment: fixed !important;
    position: static;
    background-size: cover!important;
    margin-bottom: 50px;
}
.mainwrap.parallax-background-menu.yeni2 {
    background: url(/upload/images/dots.jpg);
    background-attachment: local!important;
    background-size: cover!important;
}
@media (max-width: 991px){
    .mainwrap.parallax-background-menu.yeni2{
        background-attachment: fixed!important;;
    }
    
    div.right.col-md-6{
        float: left!important;
    }
}
section.section.paydaslar.mb0i.mt0.pt0:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffa1;
    content: " ";
    z-index: -2;
}
.section-rakamlar{
    padding: 110px 0!important;
}
.section-rakamlar .modul-baslik i {
    opacity: 0.081!important;
}
.section-rakamlar.numbers .modul-baslik i {
    opacity: 0.35!important;
    color: white!important;
}

.section-rakamlar h2.modul-baslik{
    margin-bottom: 50px;
}
@media (min-width: 992px){
    .section.numbers{
        padding: 100px 0;
    }
    .counters .counter {
        color: #203864;
        text-shadow: 2px 1px 2px #70707000;
    }
    .counters strong{
        font-weight: 900;
        font-size: 40px;
    }
    .counters label {
        font-weight: 600;
        font-size: 26px;
        line-height: 72px;
    }
}
@media (max-width: 991px){
    .counters.template-1 .col-md-3 {
        width: 50%;
    }
    .section-rakamlar{
        padding: 0!important;
    }
    .counters .counter {
        color: #203864;
        text-shadow: none;
    }
    .counters strong {
        font-weight: 700;
        font-size: 51px;
    }
    .counters label{
        font-weight: 600;
        font-size: 23px;
        margin-bottom: 45px;
    }
}
.urunler.urunler2 .col-md-yuzde20:nth-child(odd) .thumb-info{
    margin-top: 00px;
}
.urunler.urunler2 a.thumb-info{
    transition: .3s;
}
.urunler.urunler2 a.thumb-info:hover {
    transform: translateY(-20px);
    box-shadow: 0 0 30px -10px #404040;
}
section.section.section-no-border.mt0.mb0i.section-rakamlar:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000012;
    content: " ";
    z-index: 0;
}
.ref-anasayfa.slider4.clientshome .thumb-info{
    background: transparent!important;
}


/*****Ümitin Geçici  Ekledikleri (Silinebilir)  CSS Sonu****/





@font-face{font-family:'Poppins';font-display:swap;font-style:normal;font-weight:400;src:local('Poppins Regular'),local(Poppins-Regular),url(/upload/fonts/gilroy/Gilroy-Medium.ttf)}
@media (min-width:52.06rem) {
.md-flex{display:-ms-flexbox;display:flex}
@font-face{font-family:'Poppins';font-display:swap;font-style:normal;font-weight:600;src:local('Poppins Regular'),local(Poppins-Regular),url(/upload/fonts/gilroy/Gilroy-Bold.ttf)}
@font-face{font-family:'Poppins';font-display:swap;font-style:normal;font-weight:900;src:local('Poppins Regular'),local(Poppins-Regular),url(/upload/fonts/gilroy/Gilroy-Black.ttf)}
}

.sayfa-641 .breadcrumb1{
    padding:120px 0;
}

.modul-baslik i {
    opacity: 0.10;
    font-style: normal;
    color: #d0a241;
    font-size: 62px;
}

@media (max-width: 767){
    .modul-baslik i {
        font-size: 52px;
    }
}
h2.modul-baslik {
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0px;
    color: #01077d;
    position: relative;
    text-align: center;
    margin: 0;
}

h2.modul-baslik span {
    display: block;
    font-weight: 700;
    letter-spacing: 0px;
    opacity: .85!important;
    position: relative;
    top: -38px;
    line-height: normal;
}
aside.sidebar{
    width: fit-content;
    padding: 13px!important;
}  
html #header.header-transparent .header-body:before {
    -webkit-transition:none;
    -moz-transition:none;
    transition:none;
    background:rgb(255 255 255 / 100%);
    /*background: linear-gradient(135deg, #ffffffeb 15%, transparent 15%, transparent 100%), linear-gradient(45deg, transparent 15%, transparent 87%, #ffffffeb 87%);*/
}
html.sticky-header-active #header.header-transparent .header-body:before {
    box-shadow: 0 14px 20px -25px #000;
    background: #ffffff;
}
#header.header-transparent .header-body:before{
    transition: .0s!important;    
}

/*********Genel css ekle css*********/
.custom-thumb-info-post-infos ul li, .custom-thumb-info-post-infos ul li i{
    text-align: left;
    color: white;
}
.custom-thumb-info-2 .thumb-info-caption{
    background: linear-gradient(180deg,transparent 2%,rgba(0,0,0,.61) 42%);
    margin-top: 0px!important;
    min-height: 113px;
    position: absolute;
    bottom: 0;
}
.custom-thumb-info-2 .thumb-info-caption .thumb-info-caption-text{
    min-height: 54px;
    margin-top: 60px;
    margin-bottom: -10px;
}
.custom-thumb-info-2 .thumb-info-caption p, .custom-thumb-info-post-infos ul:before{
    display: none;
}
.recent-posts .owl-carousel .owl-stage-outer{
    padding-bottom: 30px;
}
.recent-posts h4 {
    font-size: 28px;
    line-height: 32px;
}
.blog.recent-posts h4 {
    font-size: 17px;
    line-height: 22px;
    font-weight: 500!important;
}
.recent-posts h4 a{
    color: white!important;
}
section.block-blue{
    margin-left: 180px;
}
section.block-blue>.container{
    padding: 2rem 0;
}
section.block-blue>.container:before {
    background: url(/upload/images/dots.png);
    background-size: 86%;
    background-position: left center;
    background-color: #5f6064;
    background-repeat: no-repeat;
    right: 80px;
    left: auto!important;
    transform: translateX(0)!important;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
    bottom: auto;
    content: '';
    position: absolute;
    border: 10px solid #ffffffba;
}
@media (max-width: 991px){
    html #header.header-transparent .header-body{
        background: #ffffff00;
    }
    section.block-blue {
        margin-left: 0;
        margin-top: 0;
    }
    .block-blue .recent-posts .owl-theme .owl-dots .owl-dot span{
        margin: 0 4px;
    }
    .owl-dots {
        display: block!important;
    }
    section.block-blue>.container:before{
        background: url(/upload/images/dots.png);
        background-size: 100%;
        background-position: left center;
        background-color: #5f6064;
        background-repeat: repeat;
        right: 80px;
        left: auto!important;
        transform: translateX(0)!important;
        height: 100%;
        width: 100%;
        z-index: 0;
        top: 0;
        bottom: auto;
        content: '';
        position: absolute;
        border: 10px solid #ffffffba;
    }
}



.recent-posts article{
    box-shadow: none;
}
.recent-posts .heading.heading-middle-border:before {
    border-top: 1px solid #dbdbdb54;
    right: auto;
    left: 0;
    width: 90%;
}
section.clients .col-md-8{
    background: #eee;
    padding: 50px 30px;
    margin-left: 33.33333333%;
}
.clients .col-md-8{
    background: linear-gradient(90deg, white, #eeeeee);
    padding: 41px 61px;
    z-index: 1;
    border: 1px solid #ddd;
    box-shadow: -15px 0px 50px -36px #003253;
    margin-bottom: 30px;
}
.clients-heading .col-md-4{
    margin-top: 61px;
    background: #f4f4f4;
    padding: 70px;
    right: 0px;
    padding-left: 80px;
}
.clients-heading .col-md-4 h2{
    color: #203864;
    font-size: 34px;
}
section.block-blue .col-md-4 p, section.block-blue .col-md-4 h2, section.block-blue .col-md-4 a{
    color: white;
}
.product-actions .btn.btn-primary {
    background: transparent;
    color: #ffffff;
    font-weight: 700;
    padding: 2px 4px;
    left: 10px;
    border: 1px solid #eee;
}
.product .product-name{
    margin-bottom: 0!important;
}
.product .product-name a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: white;
}
.product .product-details-area .product-actions{
    display: none;
}
.product .product-details-area{
    text-align: left;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, #000000bf 100%);
    padding-top: 50px;
    width: 100%;
}
.product{
    border: 0;
}
.product .product-image-area{
    border-radius: 0;
    background-color: #00000000;
    border: 0;
    padding: 0;
}
.fa.fa-arrow-right{
    animation: padding_left 2s infinite;
}
@keyframes padding_left{
    0%{
        padding-left: 0; 
    }
    50%{
        padding-left: 10px; 
    }
    100%{
        padding-left: 0;
    }
}


/*********Genel css ekle css son*********/
    
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
.custom-primary-font,
.nav-list a, #header li a,
.tp-caption{
    font-family: 'Kumbh Sans', sans-serif;
}

/*****SİLİNECEK KODLAR CSS*****/

/*****SİLİNECEK KODLAR CSS SON*****/
.page-header > div, .page-header > a{
   
}
/*
.page-header:after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 5px;
    left: 0;
    background-image: radial-gradient(circle,rgba(48,55,59,0) 0,rgb(0 0 0 / 80%) 91%);
    content: "";
    pointer-events: none;
    z-index: 1;
    height: 105%;
}
*/
.page-header h1{
    color: #ffffff;
    font-weight: 700!important;
    z-index: 2;
    font-size: 40px;
    line-height:normal;
}
.page-header .breadcrumb{
    margin-bottom: 30px;
}
.page-header h1 span{
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
}


/**Ürün tablo CSS***/
.shop td {
    color: black;
    border-right: 1px solid #dddddd0d;
}
/*
.shop .table-condensed>tbody>tr:first-child{
    background: #c38d59;
}
*/
.shop .product-details-box .product-actions{
    border-bottom: 1px solid #dddddd0d;
}
.shop .table-condensed>tbody>tr>td{
    padding: 11px 5px;
    font-size: 14px;
}
/**Ürün tablo CSS son***/

.product .product-ratings{
    display: none;
}
.product .product-name{
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
}
.product-details-box .product-name{
    color: #203864;
    margin-bottom: 15px;
}
.product-details-box .product-short-desc{
    position: relative
}
.product-details-box .product-short-desc:after {
    width: 60px;
    height: 4px;
    content: '';
    position: absolute;
    left: 0px;
    bottom: auto;
    top: 0px;
    background: #203864;
    transition: .3s;
}
.product-details-box .product-short-desc:hover:after {
    width: 100px;
    background: black;
}

.btn.butn-dark{
    border: 1px solid #00003322
}
.block{
    display: block;
}
.sol h2{
    font-size: 18px;
    letter-spacing: 0;
}
.sol .section.match-height-manual label.error{
    color: #203864;
}
.sol .divider.divider-primary.divider-small hr {
    background: #ffffff1f;
}
.sol .nav.nav-tabs{
    border-bottom: 1px solid #dddddd36;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}
.sol .nav-tabs>li>a:before {
    content: '';
    position: absolute;
    background: transparent;
    border-bottom: 3px solid #ffffff;
    height: 100%;
    width: 0px;
    top: 3px;
    transition: .3s;
    z-index: -1;
}
.sol .nav-tabs>li>a:hover:before {
    width: 66%;
}
.sol .nav-tabs li a:hover{
    border: 0;
}
.sol .nav-tabs>li>a{
    transition: .3s;
    border: 0;
    color: #ffffff;
    cursor: default;
    background-color: transparent;
    border-bottom: 3px solid #ffffff00!important;
    font-weight: 700;
    text-transform: uppercase;
}
.sol .nav-tabs>li.active>a{
    border: 0;
    border-bottom: 3px solid #203864!important;
}
.sol .nav-tabs li.active a, .sol .nav-tabs li.active a:hover, .sol .nav-tabs li.active a:focus{
    background: transparent;
    color: #203864;
}
.sol .tab-content{
    border: 0;
    background: #003253;
}
.sol .form-group input{
    min-height: 47px;
    border-radius: 4px;
}

/*
.tab-pane.active{
    transform: translateX(0px);
    transition: .4s;
}
*/
.tab-pane.fade.in.active {
    animation: lefttoright .4s forwards;
}
@keyframes lefttoright{
    0%{
        transform: translateX(-700px);
        opacity: 0;
    }
    41%{
        opacity: 0;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }
}
html .btn-primary:hover {
    border-color: #20386478;
}
.iufzhm .iygwBs:before {
    content: '';
    width: 27px;
    height: 27px;
    border: 3px solid #203864;
    border-radius: 50%;
    position: absolute;
    bottom: -6%;
    animation: pulsate 3s infinite;
    left: -3px;
}
.boemzy{
    background: rgb(255 255 255 / 33%)!important;
}
@keyframes pulsate{
    0% {
        -webkit-transform: scale(1,1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5,1.5);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(2,2);
        opacity: 0;
    }
}

.iufzhm .iRGIDU{
    box-shadow: none;
}
.iufzhm .lhJXOF{
    height: 0;
    padding: 9px;
}
.iufzhm svg{
    fill: white
}
.QwDtC:hover svg, .ievDfA:hover svg, .byqiKH:hover svg{
    fill: #f19719
}
.iufzhm .hognbJ, .iufzhm .fjXHxH{
    background: #203864;
}
@media (min-width:1300px) and (max-width:1400px){
    .container {
        width: 1270px!important;
    }
}
@media (min-width: 1401px) and (max-width:1800px){
    .container {
        width: 1380px!important;
    }
}
@media (min-width: 1801px) and (max-width:3600px){
    .container {
        width: 1550px!important;
    }
}
.custom-post-blog .thumb-info img{
    transition: all .3s ease!important;
}
article.post .post-meta > span{
    display: none;
}
.section.match-height-manual h2, .section.match-height-manual p, .section.match-height-manual label{
    color: white;
}
.col-half-section.col-half-section-right {
    margin-right: 50px;
    max-width: 660px;
    overflow: hidden;
}
@media (min-width:1024px) and (max-width:1349px){
    .col-half-section.col-half-section-right{
        margin-right: 0;
    }
}
div.sol{
    float: right;
}
html .background-color-secondary {
    background-image: url(/upload/images/section-form.jpg);
    background-size: cover;
    background-position: center;
    background-color: #e36159!important;
}

html .featured-box-primary .icon-featured{
    background: transparent!important;
}
.kontakto .featured-box-primary .box-content{
    padding: 30px 10px 10px;
    border: 1px solid #ddd;
    box-shadow: 0 0 20px 3px rgba(0,0,0,0.15)!important;
}
.kontakto .box-content h4.text-uppercase {
    font-family: 'Kumbh Sans', sans-serif;
    font-weight: 500!important;
    text-transform: capitalize!important;
}
.kontakto .featured-box .learn-more {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    border: 1px solid #d0a241;
    border-radius: 30px;
}

.featured-boxes-style-6 .featured-box .icon-featured:after {
    border: 5px solid #d0a24138;
}
.featured-boxes-style-6 .featured-box .icon-featured {
    border: 1px solid #cecece00;
}

html.webkit .ekip .thumb-info .thumb-info-wrapper{
    min-height: 310px;
    margin: 0!important;
}
html.webkit .ekip .thumb-info .thumb-info-wrapper:before{
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #006eb700;
    opacity: 1;
    transition: .3s;
}
.ekip .thumb-info{
    transition: .3s;
    border: 0;
}
.ekip .thumb-info:hover{
    transform: scale(1.081);
}
.ekip .thumb-info .thumb-info-title{
    background: #ffffff00!important;
    position: relative;
    color: #003253;
    z-index: 2222;
    letter-spacing: 0;
    bottom: -4px;
    text-align: center;
    border-top: 0;
    margin: auto;
    width: 100%;
    padding: 0;
    top: auto;
    font-size: 14px;
}

.ekip .thumb-info-wrapper a{
    pointer-events: none;
}
.ekip .thumb-info .thumb-info-type {
    float: initial;
    text-shadow: none;
    text-align: center;
    letter-spacing: 0;
    background-color: #ffffff;
    width: 100%;
    margin: 0;
    font-size: 14px;
}
.ekip span.thumb-info.thumb-info-hide-wrapper-bg:before {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    bottom: 74px;
    left: -81px;
    background-image: url(/upload/images/section-bg.svg);
    width: 100px;
    height: 100%;
    opacity: .5;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 81px;
    transition: .3s;
}
.ekip span.thumb-info.thumb-info-hide-wrapper-bg:hover:before {
    left: 0;
}
.ekip span.imgafter{
    display: none;
}
.ekip .thumb-info .thumb-info-inner{
    text-shadow: none;
    margin-top: 0;
    letter-spacing: 0;
}
.ekip .thumb-info img{
    filter: grayscale(.3)
}
.ekip .thumb-info:hover img{
    box-shadow: 0px 27px 30px -35px #003253;
    transform: translateY(-19px);
    filter: grayscale(0)
}
@media (min-width: 992px){
    .cc2{
        column-count: 2;
    }
    .ekip .col-md-3.thumb-info-takim-t1{
        width: 20%
    }
}


div .word-rotate {
    max-height: 40px;
    line-height: 40px;
    float: left;
}
.word-rotate.active .word-rotate-items span {
    font-size: 32px!important;
}

@keyframes a {
    0%{opacity:0;transform:translateY(2rem)!important}
    to{opacity:1;transform:none!important}
}
.custom_hizmetler a{animation:a .4s .2s ease-in-out both}

.ad02{animation-delay:.2s}.ad04{animation-delay:.4s}.ad06{animation-delay:.6s}.ad08{animation-delay:.8s}.ad10{animation-delay:1s}.ad12{animation-delay:1.2s}.ad14{animation-delay:1.4s}.ad16{animation-delay:1.6s}.ad18{animation-delay:1.8s}.ad20{animation-delay:2.0s}.ad22{animation-delay:2.2s}.ad24{animation-delay:2.4s}.ad26{animation-delay:2.6s}.ad28{animation-delay:2.8s}.ad30{animation-delay:3s}.ad32{animation-delay:3.2s}.ad34{animation-delay:3.4s}.ad36{animation-delay:36s}.ad38{animation-delay:3.8s}.ad40{animation-delay:4s}

.custom_hizmetler_wrp{
    margin-top:-200px;
    z-index:2;
    position:relative;
}

.custom_hizmetler .svg-container.hizmet_1 {
    
}

.custom_hizmetler .svg-container {
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.custom_hizmetler p {
    font: 400 18px/20px Commons, sans-serif;
    border-top: 1px solid #C8C8C8;
    margin-top: 25px;
    padding-top: 10px;
    position: relative;
}
.custom_hizmetler a p:before {
    position: absolute;
    content: '';
    top: -2px;
    left: 0;
    height: 3px;
    width: 0;
    background: #203864;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.custom_hizmetler a:hover p:before {
    width: 100%;
}
.custom_hizmetler a:hover{
    text-decoration:none;
}
.custom_hizmetler a,
.custom_hizmetler p{
    color: #fff;
    text-align:center;
}

.col-md-6.p-none.sol:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    top: auto;
    left: -40px;
    background-image: url(/upload/images/section-bg.svg);
    width: 100%;
    height: 100%;
    opacity: 0.038;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 390px;
}

/*********MEGA MENU & ANA MENU İKONLAR ********/
.dropdown-mega-content .col-md-3.col-sm-6{
    width: 50%;
}
html:lang(tr) .egitimler .thumb-info .thumb-info-title{
    display: none;
}
@media (min-width: 992px){
    html:lang(de) .header-logo svg, html:lang(en) .header-logo svg, html:lang(ru) .header-logo svg {
        width: 272px;
    }
    .rakamlar .counters.template-1>div {
        width: 25%;
        background: #5f6064;
        padding: 20px 0;
        color: #fff;
        border-left: 15px solid white;
        border-right: 12px solid white;
        transition: .3s;
    }
    .rakamlar .counters.template-1>div:hover{
        border-left: 0px solid white;
        border-right: 0px solid white;
    }
    .rakamlar .counters.template-1>div.col-xs-12.col-sm-6.col-md-3:before {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        left: -4px;
        bottom: 20px;
        z-index: 1;
        background-image: url(/upload/images/section-bg.svg);
        opacity: .19;
        transition: .3s;
        background-size: 90px;
        background-repeat: no-repeat;
        background-position: center left;
    }
    .rakamlar .counters.template-1>div.col-xs-12.col-sm-6.col-md-3:hover:before {
        background-size: 530px;
        opacity: .019;
        left: 0px;
    }
    /*
    #header{
        min-height: 44px!important;
        max-height: 44px!important;
    }
    */
    html #header.header-flex .header-top{
        padding: 0;
        margin-bottom: 0px;
        background-color: #003253;
        border-bottom: solid 1px rgba(255,255,255,.1);
    }
    section.page-header.breadcrumb1:after {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
        background: #ffffff7a;
        z-index: 0;
        background-repeat: no-repeat;
        opacity: 1;
        background-size: contain;
    }
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu{
        padding: 5px 12px!important;
    }
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu{
        margin: 0px -15px 0!important;
    }
    #header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav>li>a, #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a{
        padding: 15px 20px 16px 10px!important;
        font-size: 14px;
        letter-spacing: 0;
        font-weight: normal;
        padding: 5px 20px 11px 5px!important;
    }
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a:hover {
        padding-left: 20px!important;
    }
    /*
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a:before {
        z-index: 1111111;
        width: 40px;
        height: 40px;
        left: 1px;
        top: 12px;
        content: '';
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0% 50%;
        filter: brightness(0.5);
    }
    */
}
@media (min-width: 600px) and (max-width: 991px){
    .featured-boxes.featured-boxes-style-6 .col-md-4 {
        width: 33%;
    }
}
@media (max-width: 600px){
    .featured-boxes.featured-boxes-style-6 .col-md-4 {
        width: 100%;
    }
}
@media (max-width: 991px){
    
    .rakamlar .counters.template-1>div {
        margin-bottom: 15px;
        background: #003253;
        padding: 20px 0;
        color: #fff;
        border-left: 15px solid white;
        border-right: 12px solid white;
        transition: .3s;
    }
    .rakamlar .counters.template-1>div:hover{
        border-left: 0px solid white;
        border-right: 0px solid white;
    }
    .rakamlar .counters.template-1>div.col-xs-12.col-sm-6.col-md-3:before {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        left: -19px;
        bottom: 0px;
        z-index: 1;
        background-image: url(/upload/images/section-bg.svg);
        opacity: .19;
        transition: .3s;
        background-size: 130px;
        background-repeat: no-repeat;
        background-position: center left;
    }
    .rakamlar .counters.template-1>div.col-xs-12.col-sm-6.col-md-3:hover:before {
        background-size: 530px;
        opacity: .019;
        left: 0px;
    }
}

#header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-title{
    display: none!important;
}

/********MEGA MENU & ANA MENU İKONLAR SON ***********/

/*Form Design Start*/
.modal-body input.btn-classic-form{
    width:100%!important;
}
.modal-body label.ozelFormLabel {
    font-weight: 700;
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 1px;
    background-color: #8e8e8e;
    width: fit-content;
    margin-bottom: -1px;
    margin-left: 0;
    padding: 2px 5px;
    border-radius: 4px 4px 0 0;
    border: 1px solid #ddd;
}
.modal-content{
    background-image: repeating-linear-gradient(45deg, hsla(207,0%,63%,0.05) 0px, hsla(207,0%,63%,0.05) 1px,transparent 1px, transparent 11px,hsla(207,0%,63%,0.05) 11px, hsla(207,0%,63%,0.05) 12px,transparent 12px, transparent 32px),repeating-linear-gradient(0deg, hsla(207,0%,63%,0.05) 0px, hsla(207,0%,63%,0.05) 1px,transparent 1px, transparent 11px,hsla(207,0%,63%,0.05) 11px, hsla(207,0%,63%,0.05) 12px,transparent 12px, transparent 32px),repeating-linear-gradient(135deg, hsla(207,0%,63%,0.05) 0px, hsla(207,0%,63%,0.05) 1px,transparent 1px, transparent 11px,hsla(207,0%,63%,0.05) 11px, hsla(207,0%,63%,0.05) 12px,transparent 12px, transparent 32px),repeating-linear-gradient(90deg, hsla(207,0%,63%,0.05) 0px, hsla(207,0%,63%,0.05) 1px,transparent 1px, transparent 11px,hsla(207,0%,63%,0.05) 11px, hsla(207,0%,63%,0.05) 12px,transparent 12px, transparent 32px),linear-gradient(90deg, rgb(255 255 255),rgb(66 66 66 / 1%))!important;
    border-radius:6px!important;
}
.modal-content .form-control{
    background:#ffffffcf;
}
.modal-content .modal-title {
    text-align: center;
}
.modal-header h4 {
    font-size: 1.9em;
}
.modal-content:before {
    display: block;
    position: absolute;
    top: -53px;
    right: 0;
    left: 15px;
    width: 128px;
    height: 146px;
    background-image: url(/upload/logo/bodrum-kitchen-logo-1601300410.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 56px;
    content: " ";
    filter: opacity(0.5);
}
.modal-header .close{
    opacity: .3;
    font-size: 36px;
}
.modal-body{
    display:block!important;
}
@media (max-width: 767px){
    .modal-content{
        margin: 4%;
        width: 92%;
    }
}
/*Form Design End*/


.o0{opacity:0;}


.content h4{
    font-weight: 700;
}

/*İçerik Düzenlemeleri*/
@media only screen and (min-width: 992px){
    .xcr{
        clip-path: polygon(0% 0%, 90% 0, 100% 100%, 10% 100%);
    }
}
@media only screen and (max-width:  767px){
    h2 {
        font-size: 1.6em;
        margin-bottom: 10px!important;
        line-height: 33px;
    }
    h3 {
        font-size: 20px;
        font-weight: 700;
    }
    .xcr{
        margin-bottom: 15px!important;
    }
}
.xcr{
    filter: grayscale(.7);
    opacity: .9;
}
/*leftMenu Start*/
@media only screen and (min-width: 992px){
    body:not(.page-) .leftMenu ul {
        margin-top: 20px;
        padding: 20px 15px;
        width: 100%;
    }
}
.leftMenu a:not(.btn):hover {
    color: #0086b8;
}
.leftMenu ul {
    background: #ededed;
    padding: 20px 30px;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    list-style: none;
}
.page- .leftMenu, .page- .girisHakkimizda{
    margin-top: 30px;
}
.lefMenu a:hover{
    color: #1380b9;
}
.leftMenu a:not(.btn) {
    transition: .2s;
    text-transform: uppercase;
    font-size: 16px;
    color: #78797a;
    text-decoration: none;
    display: block;
    padding: 20px 0;
    padding-left: 10px;
}
.leftMenu ul li {
    border-top: 1px solid #d3d3d3;
}
.leftMenu ul li:first-child {
    border-top: 0 none;
}
.leftMenu ul li a:before {
    z-index: 1111111;
    width: 40px;
    height: 40px;
    left: 1px;
    top: 12px;
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    filter: brightness(0.5);
}
.leftMenu ul li a{
    position: relative;
}


/***Header Start***/
.toggle{
    padding: 15px;
    background: #ededed;
}
.toggle li:first-child {
    border-top: 0 none;
}
.block .menu-list{
    border-top: 1px solid #d3d3d3;
}
.menu-list a:before{
    border-left: 4px solid #1279b500!important;
}
@media (min-width: 992px){
    select.form-control {
        border-radius: 4px;
        border: 1px solid #ededed!important;
        box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 5%)!important;
        padding: 10px 12px!important;
        height: 47px!important;
        font-size: 14px!important;
        line-height: 30px!important;
        text-transform: uppercase;
    }
    .subeformu .tab-content{
        background: transparent!important;
        border: 0!important;
        box-shadow: none;
        margin-top: 17px;
    }
    .subeformu .form-area.row{
        margin-top: 10px;
    }
    .subeformu h2 {
        font-size: 1.7em;
    }
    .subeformu{
        width: 56%;
        margin-left: 22%;
        box-shadow: 0px 25px 50px 0px rgb(0 0 0 / 7%);
        padding: 35px 0px 0px 20px;
        background: linear-gradient(0deg, white 33%, #ffffffd4);
        border-radius: 15px;
        border: 1px solid #ddd;
        margin-top: -200px;
    }
    .subeformu .col-md-5.mt10{
        padding: 0px 0px 0px 15px;
    }
}
@media (max-width: 991px){
    select.form-control {
        border-radius: 0 0 4px 4px;
        border: 1px solid #ededed!important;
        box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 5%)!important;
        padding: 10px 12px!important;
        height: 47px!important;
        font-size: 14px!important;
        line-height: 30px!important;
        text-transform: uppercase;
    }
    .subeformu .btn.btn-primary{
        width: 100%!important;
    }
    .subeformu{
        padding-top: 20px;
        background: #003253;
    }
    .subeformu h2, .subeformu p, .subeformu .ozelFormLabel {
        color: white;
    }
    .subeformu .ozelFormLabel{
        text-align: center;
        background: #004370;
        margin: 10px 0 0!important;
        padding: 6px;
        border-radius: 4px 4px 0 0;
    }
    .subeformu .tab-content.left.w100y{
        background: transparent!important;
        border: 0;
    }
}

html:not(.sticky-header-active) #header.header-flex .header-container{
    display: block!important;
}
@media (min-width: 992px){
    #header .header-nav-main nav>ul>li.menu-856.dropdown .dropdown-menu {
        padding: 40px !important;
        min-width: 350px;
        border-radius: 0 0 10px 10px;
        box-shadow: 0px 5px 1px 4px #ddd;
    }
    img.menu-menu-img {
        width: 81px;
        border-radius: 10px;
        margin-right: 10px;
    }
    .page-header .parallax-background{
        top:-30px!important;    
    }
    
    html #header.header-flex .header-body{
        padding-top:0!important;
    }
    /*
    .contentDiv img{
        transition: .3s
    }
    .contentDiv:hover img{
        margin-top: 30px;
    }
    */
    .contentDiv .row .content p:nth-child(1){
        margin: 0;
    }
    .sidebar .toggle{
        margin: 0;
        padding-top: 0px;
        padding-bottom: 0;
        margin-bottom: 0px;
    }
    .side-dropdown-custom{
        top: 6px;
    }
    .sidebar ul li{
        letter-spacing: 1px;
    }
    .sidebar h2 {
        letter-spacing: 0;
        margin: 0;
        background: #5f6064!important;
        padding: 5px 0 5px 22px;
        color: white;
        font-size: 26px;
    }
    #header .header-top .header-social-icons{
        margin-top: 12px;
        margin-right: 8px;
    }
    #header .header-top .social-icons li{
        box-shadow: none;
    }
    #header .header-top .social-icons li a{
        background: transparent;
        border-right: solid 1px rgba(255,255,255,.1);
        border-radius: 0;
        transition: .3s;
    }
    #header .header-top .social-icons li:last-child a{
        border-right: 0;
    }
    #header .header-top .social-icons li:hover a{
        background: transparent!important;
    }
    #header .header-top .social-icons li a i{
        color: white;
    }
    #header .header-top .social-icons li a:hover i{
        color: #f19719;
    }
    .header-nav.header-nav-stripe .header-social-icons{
        display: none;
    }
    div.translation-icons{
        margin-top: 8px;
        margin-left: 15px;
    }
    #language_select a{
        text-decoration: none;
        margin-right: 5px;
    }
    #language_select a img {
        transition: .3s;
    }
    #language_select a:hover img {
        transform: scale(1.1);
    }
    html:not(.ie) #header.header-flex .header-column:nth-child(2){
        /*
        flex-wrap: wrap;
        */
        align-content: space-around;
        align-items: flex-end;
    }
    #header .header-nav-main nav>ul>li>a{
        text-transform: capitalize;
        font-size: 16px;
    }
    #header.header-flex.header-transparent-bottom-border .header-nav-main.header-nav-main-square nav>ul>li.dropdown .dropdown-menu{
        margin-top: -8px;
    }
    #header .header-body, #header .header-body{
        background: transparent!important;
        border: 0;
    }
    .sticky-header-active #header .header-body{
        background: #ffffff00!important;
    }
    .sticky-header-active body:not(.page-) #header .header-body{
        background: #ffffff!important;
    }
    
    .header-nav-top .nav.nav-pills li:first-child{
        height: 50px;
    }
    .page-surgulu-ray-dolap .masonry .masonry-item {
        width: 33.3333%;
    }
    .page- .header-nav-top .fa.fa-globe{
        color: #dddddd;
    }
    html.sticky-header-active #header.header-flex .header-nav-main-effect-2 nav>ul>li.dropdown:hover>.dropdown-menu{
        top: calc(100% + -3px);
    }
    html #header.header-flex .header-nav .header-social-icons{
        margin: 0 0 10px 10px;
    }
    .sticky-header-active #header.header-flex .header-nav .header-social-icons{
        margin: 0 0 4px 10px;
    }
    .sidebar .row div{
        margin-top: 0;
    }
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>a:after {
        border-color: transparent transparent transparent #de1d23;
    }
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu{
        border-top: 0!important;
    }
    #header.header-narrow .header-nav.header-nav-stripe nav>ul>li:hover>a, #header.header-narrow .header-nav.header-nav-stripe nav>ul>li>a {
        font-weight: 500;
        padding: 8px 28px;
    }
    #header.header-narrow .header-nav.header-nav-stripe nav>ul>li:hover>a{
        color: #01077d !important
    }
    #header .header-nav.header-nav-stripe nav>ul>li:last-child>a{
        border-radius: 25px;
        border: 1.5px solid #d0a241;
    }
    #header .header-nav-top{
        margin-top: 0
    }
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a{
        font-size: 16px;
        font-weight: 600;
        transition: .3s;
    }
    #header .header-nav-top .nav>li>a{
        font-size: 13px;
        font-family: 'Kumbh Sans', sans-serif!important;
        font-weight: 400;
        padding: 15px 12px;
    }
    #header .header-nav-top .nav>li>a:hover{
        background: transparent;
        color: #d6d6d6;
    }
    #header .header-nav-top .nav>li>a{
        color: #ffffff;
    }
    /*
    html.sticky-header-active #header .header-body{
        animation: fadeInDown .81s;
    }
    */
    html:not(.ie) #header.header-flex .header-container{
        margin-top: 15px;
    }
    html:not(.sticky-header-active) #header.header-flex .header-container{
        display: block!important;
    }
    .header-body{
        max-height: 70px;
    }
    .sticky-header-active .header-body {
        max-height: 78px;
    }
    #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
        background-color: transparent!important;
    }
    html #header.header-flex .header-nav-main nav>ul>li{
        height: 42px!important;
        transition: .3s;
        top: 19px!important;
    }

    .header-container.container{
        top: -26px;
    }
    .header-container.container:after{
        background: #ffffffdb;
        height: 94%;
        width: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        position: absolute;
        content: '';
        border-radius: 0 0 15px 15px;
    }
    .sticky-header-active .header-container.container:after{
        opacity: 0;
    }
    html #header.header-flex .header-nav{
        margin-top: 26px;
    }
    .sticky-header-active #header.header-flex .header-nav {
        margin-bottom: 0;
        margin-top:13px;
    }
    .sticky-header-active #header.header-narrow .header-logo .logo-small{
        margin-top: 61px!important;
    }
    .sticky-header-active #header .header-nav.header-nav-stripe nav>ul>li:hover>a {
        color: #1690c4!important;
    }
    .page- #header .header-nav-main nav>ul>li>a.dropdown-toggle:after{
        border-color: #d0a241 transparent transparent!important;
    }
    body:not(.page-) #header .header-nav-main nav>ul>li:hover>a.dropdown-toggle:after{
        border-color: #ffffff transparent transparent!important;
    }
    #header .header-nav.header-nav-stripe nav>ul>li>a{
        transition: none;
        font-weight: 400;
        text-transform: capitalize;
        letter-spacing: .81px;
        color: black!important;
        line-height: 21px;
    }
    #header .header-nav.header-nav-stripe nav>ul>li{
        color: white;
    }
    .sticky-header-active #header .header-nav.header-nav-stripe nav>ul>li>a{
        color: black;
    }
    body:not(.page-) #header .header-nav.header-nav-stripe nav>ul>li>a{
        font-weight: 600!important;
    }
    body:not(.page-) #header .header-nav.header-nav-stripe nav>ul>li:hover>a, .sticky-header-active #header .header-nav.header-nav-stripe nav>ul>li:hover>a{
        color: #203864!important;
    }
    #header .header-nav.header-nav-stripe nav>ul>li:hover>a {
        color: #d6d6d6!important;
    }
    .sticky-header-active body:not(.page-) #header.header-narrow .header-logo img{
        top: 14px!important;
    }
    .breadcrumb8{
        padding: 50px 0 !important;
    }
    .page-header.breadcrumb8{
        background-position: 50% 75%;
        background-size: cover;
    }
    html #header.header-flex .header-nav-main nav>ul>li>a.dropdown-toggle:after{
        margin-top: 4px!important;
        border-color: #203864 transparent transparent;
    }
    #header.header-narrow .header-logo img {
        margin: 53px 12px 12px 0;
    }
    .page-header{
        background-image: url(/upload/images/breadcrumb.jpg);
        background-position: center;
        border: 0px solid #f1f0ea;
        padding: 0;
        background-color: #fffffc;
        text-align: center;
        height: calc(81vh);
        background-repeat: no-repeat;
        margin-top: -190px;
    }
    .page-header>.container{
        z-index:9;
    }
    .page-header>.container.z3.pr {
        top: auto;
        bottom: 150px;
        position: absolute;
        text-align: center;
        width: 100%!important;
    }
    .col-md-9.col-sm-12.col-xs-12.col-sm-12.col-xs-12.contentDiv{
        float: right;
        margin-top: 5px;
    }
    .col-md-9.col-sm-12.col-xs-12.col-sm-12.col-xs-12.contentDiv h3{
        font-size: 1.4em;
        font-weight: 400;
        text-transform: capitalize;
        letter-spacing: normal;
        line-height: 27px;
        margin: 0 0 14px;
    }
}
@media (max-width: 991px) {
    
    #header .header-nav-main nav>ul li a {
        font-size: 16px;
        font-weight: 500;
        color: #203864!important;
    }
    #header .header-nav-main nav>ul li ul>li a {
        font-size: 16px;
        font-weight: 300;
        padding: 7px 8px;
        margin: 1px 0;
        border-radius: 4px;
    }
    .m-p0{
        padding: 0!important;
    }
    .page-header{
        background-image: url(/upload/images/breadcrumb.jpg);
        background-position: 50% 0%;
        border: 0px solid #f1f0ea;
        margin: 0px 0 35px;
        padding: 10px 0 181px;
        background-color: #fffffc;
        text-align: center;
    }
    section.page-header.page-header-custom-background.breadcrumb8 {
        background-image: url(/upload/images/breadcrumb.jpg)!important;
        height: 19vh;
        background-position: 32% 1%;
        background-size: 318px;
        clip-path: ellipse(99% 114% at 50% -15%);
        /*clip-path: ellipse(69% 115% at 50% -15%);*/
        transition: .6s;
    }
    .page-header h1{
        font-size: 32px;
        line-height: 34px;
        color: white!important;
        letter-spacing: 0;
    }
}
.page-header h1 {
    border-bottom: 0px solid #003253;
}
.breadcrumb a {
    color: #ffffff;
}
.page-header .breadcrumb>li+li:before{
    color: #fff!important;
}
.page-header .breadcrumb>li>span{
    color: #fff;
    text-transform: capitalize;
}
.page-header .breadcrumb>li{
    font-family: 'monetasans-regularregular';
    text-transform: capitalize;
    font-size: 20px;
}
@media (max-width: 600px) {
    .page-header .breadcrumb>li{
        font-size: 10px;
    }
}

/* Arrow Animasyon Başla */
.new-arrow.down {
    padding-right: 0;
    position: absolute;
    display: block;
    height: 10px;
    width: 10px;
    border: 1px solid transparent;
    transform: rotate(315deg);
    margin-top: -21px;
    margin-left: -29px;
}
.new-arrow.right:before {
    border-top: 2px solid #f00;
    border-left: 2px solid #f00;
    border-bottom: 0;
    border-right: 0;
}
.new-arrow.right:after {
    border-top: 2px solid #f00;
    border-left: 2px solid #f00;
    border-bottom: 0;
    border-right: 0;
}
.new-arrow.right {
    padding-right: 0;
    position: absolute;
    display: block;
    height: 10px;
    width: 10px;
    border: 1px solid transparent;
    transform: rotate(315deg);
    margin-top: -21px;
    margin-left: 69px;
}
.new-arrow{
    position: absolute;
    display: block;
    height: 10px;
    width: 10px;
    padding-right: 20px;
    border: 1px solid transparent;
    transform: rotate(315deg);
    margin-left: -29px;
    margin-top: 23px;
}
.new-arrow:after, .new-arrow:before{
    content:"";
    display: block;
    height: inherit;
    width: inherit;
    position: absolute;
    top: 0;
    left: 0;
}
.new-arrow:after{
    border-bottom: 2px solid #f00;
    border-right: 2px solid #f00;
    top: 0;
    left: 0;
    opacity: 1;
    animation: bottom-arrow 1.65s infinite
}
@keyframes bottom-arrow {
    0%{
        opacity:1;transform:translate(0,0)
    }
    45%{
        opacity:0;transform:translate(12px,12px)
    }
    46%{
        opacity:0;transform:translate(-16px,-16px)
    }
    90%{
        opacity:1;transform:translate(-6px,-6px)
    }
    100%{
        opacity:1;transform:translate(-6px,-6px)
    }
}
.new-arrow:before{
    top: 0;
    left: 0;
    border-bottom: 2px solid #f00;
    border-right: 2px solid #f00;
    animation: top-arrow 1.65s infinite
}
@keyframes top-arrow {
    0%{
        transform:translate(-6px,-6px)
    }
    35%{
        transform:translate(0,0)
    }
    90%{
        opacity:1;transform:translate(0,0)
    }
    100%{
        opacity:1;transform:translate(0,0)
    }
}
@media only screen and (max-width: 767px){
    .new-arrow{
        margin-top:1px;
    }    
}
@media (max-width: 991px) {
    .btn-last{
        background: linear-gradient(-45deg, #68eaf7, #5b6cc1, #526dad, #67dcf1);color:#fff;padding: 10px 13px;color:#fff;border-radius:30px;
    }
    .btn-last:hover{
        color:#fff;
    }
    .page-header .new-arrow:after, .page-header .new-arrow:before{
        display:none;
    }
}
/* Arrow Animasyon Bitir */

/*LOGO START*/
#sletter {
    stroke: #203864;
    animation: letterd 2000ms forwards;
    stroke-dasharray: 376;
    stroke-width: 10;
    transition: 1s;
}
@keyframes letterd{
    0%{
        stroke-width: 1px;
        stroke-dashoffset: 376;
        fill: none
    }
    25%{
        stroke-width: 1.2px;
    }
    50%{
        stroke-width: 1.4px;
    }
    75%{
        stroke-width: 1.6px;
        fill: #20386400
    }
    99%{
        stroke-width: 1.6px;
    }
    100%{
        stroke-width: 1.8px;
        stroke-dashoffset: 0px;
        fill: #203864
    }
}
.header-logo svg{
    width: 245px;
    height: 111px;
    transition: .3s;
    margin-top: 10px;
    padding: 10px;
}
.sticky-header-active .header-logo svg{
    width: 191px;
    height: 89px;
}

.header-logo svg:hover #greenheart, .header-logo svg:hover #strokeheart{
    animation: heartbeat 2s infinite;
    animation-fill-mode: both;
    transform-box: fill-box;
}
@keyframes heartbeat
{
  0%
  {
    transform: scale( 1 );
  }
  20%
  {
    transform: scale( .75 );
  }
  40%
  {
    transform: scale( 1 );
  }
  60%
  {
    transform: scale( .75 );
  }
  80%
  {
    transform: scale( 1 );
  }
  100%
  {
    transform: scale( 1 );
  }
}
.sticky-header-active #marka{
    transform: translateX(0px);
}
.sticky-header-active #marka path, .sticky-header-active #marka polygon, .sticky-header-active #tmletters polygon, .sticky-header-active #tmletters path{
    fill: #000000
}
.mmenu-toggle-btn{
    color: white;
}

@media (min-width: 992px) and (max-width: 1025px) {
    #header .header-nav-main nav>ul>li>a{
        font-size: 14px;
        padding: 10px 5px!important;
    }
    .header-logo svg{
        width: 245px;
    }
}
@media (min-width: 1025px) and (max-width: 1349px) {
    #header .header-nav-main nav>ul>li>a{
        font-size: 15px;
        padding: 10px 7px!important;
    }
    .header-logo svg{
        width: 245px;
    }
}
@media only screen and (max-width: 991px){
    .ml30.p15{
        margin-left: 0;
        width: 160px;
    }
    #header .header-nav-main nav>ul li:last-child a{
        padding-bottom: 20px;
    }
    .mmenu-toggle-btn{
        color: white;
    }
    body:not(.page-) .mmenu-toggle-btn{
        color: black;
    }
    .sticky-header-active .mmenu-toggle-btn{
        color: #070707;
    }
    p.sliderbaslik {
        font-size: 40px!important;
        line-height: 40px;
    }
    .header-logo svg {
        transition: .3s;
        width: 201px;
        height: 93px;
        margin-top: 2px;
    }
    .sticky-header-active .header-logo svg{
        width: 152px;
        height: 73px;
        margin-top: 2px;
    }
}
@media (width: 320px){
    .header-logo svg{
        width: 181px
    }
}
#marka path, #marka polygon, #tmletters path, #tmletters polygon {
    fill: black;
}
body:not(.page-) .menu-308 .dropdown-lang > a svg.globe, body:not(.page-) .menu-308 .dropdown-lang > a svg.angle-down{
    fill: black!important
}
body:not(.page-) .menu-308 .dropdown-lang > .dropdown-toggle, body:not(.page-) #header .header-nav.header-nav-stripe nav>ul>li>a{
    color: #203864;
}
.page-header h1, body:not(.page-) .scroll-down > label {
    color: #ffffff;
}
body:not(.page-) .scroll-down.mouse span{
    border: 2px solid #666666;
}
.page-header .breadcrumb>li>span, .page-header .breadcrumb>li+li:before {
    color: #aaaaaa!important;
}
body:not(.page-) .scroll-down.mouse.effect1 span::after{
    background: #203864;
}

.page- .header-logo svg #blackgroup path{
    transition: .3s;
    fill: #ffffff;
}
.sticky-header-active .page- .header-logo svg #blackgroup path{
    fill: #A5A5A5;
}
#header.header-narrow .header-logo .logo-default{
    filter: drop-shadow(1px 1px 0px #666);
    width: 330px;
    height: 69px;
}
body:not(.page-) #header.header-narrow .header-logo .logo-default{
    margin-bottom: -30px!important;
}
html #header.header-flex .header-logo{
    margin: 0!important;
}
html #header.header-transparent .header-body:before, html #header.header-transparent-bottom-border .header-body{
    border: 0!important;
}


ul.nav-list li a:before{border-left: 4px solid #1279b5;}
.side-dropdown-custom:before{border-top: 4px solid #bdbdbd!important;}
h1, h2, h3, h4, h5, h6 {
    color: #203864;
    font-family: 'Kumbh Sans', sans-serif!important;
}
h3 {
    font-size: 1.4em;
}


.tp-caption.main-label{
    text-shadow: none;
    font-family: 'Kumbh Sans', sans-serif!important;
}
.breadcrumb9 .parallax-background{background-size: contain!important;}
.header-nav-top .fa.fa-globe{color:#828282;}
/*.parallax-background:after{background-image: url(/upload/images/pattern.png);}
.parallax-background{height: 100%!important;
    transform: none!important;
    background-size: cover!important;
    background-position:center!important;}
    .parallax-background:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(343deg,#07397e -5.67%,#f71b4f 94.33%);
    opacity:.3;
}*/
.menu-list a:not(.side-dropdown-custom) {
    transition: .2s;
    text-transform: capitalize;
    font-size: 14px;
    color: #121212;
    text-decoration: none;
    display: block;
    padding: 12px 0px 12px 10px;
}
@media (max-width: 370px){
    #header .header-nav-top .nav>li>a, #header .header-nav-top .nav>li>span{font-size:.81em}
}
@media (max-width: 475px){
.owl-dots{display:none;}
}


@media (max-width: 767px){
    div.pnone.col-md-6{
        float: unset;
    }
    div.pnone.col-md-6:not(.sol){
        float: left;
    }
    .container-fluid>.row>.p-none:last-child section.section{
        min-height: 500px;
    }
    .heading.heading-border {
        margin-bottom: 0px;
    }
    #header.header-no-min-height .header-body{
        min-height: 0.2px!important;
        border-bottom: 0;
    }
    #header {
        min-height: 59.4px!important;
        max-height: 89.4px!important;
    }
    #header .header-top{
        background: #003253;
        border-bottom: 0;
        padding-bottom: 12px;
    }
    #header .header-top .header-social-icons {
        display: block!important;
        margin: 1px 0 -10px;
    }
    .header-nav-top .nav.nav-pills li:nth-child(2),.header-nav-top .nav.nav-pills li:nth-child(4),.header-nav-top .nav.nav-pills li:nth-child(5){display:none;}
    #header .header-nav-top .nav>li>a a:focus, #header .header-nav-top .nav>li>a:hover {color:#fff;background: transparent;}
    .page- #header .header-nav-top .nav>li>a, #header .header-nav-top .nav>li>span{color:#222222}
    #header .header-nav-top .nav>li>a, #header .header-nav-top .nav>li>span{color:#828282}
    #footer:not(.light) h3{margin: 20px 0 5px 0;}
    #header .header-btn-collapse-nav:before {
        content: 'MENU';
        font-size: 18px;
        font-weight: 400;
    }
    #header .header-btn-collapse-nav{
        margin-top: 10px;
        color: black;
        font-weight: 800;
        font-size: 18px;
        line-height: 40px;
        background: transparent;
    }
    #header.header-narrow .header-logo img {
        margin: 0px 12px 12px 0;
    }
    #header .header-logo img{width: 160px!important;height: auto!important;}
    .sticky-header-active #header .header-logo img{top:0!important;}
}
/*Call to Action CSS*/
html .btn-borders.btn-primary{
    border-color: #d9ffb0;
    border-radius: 4px;
}
.call-to-action p{
    font-size: 16px;
}
@media (max-width: 767px){
    #footer .widget-column-3, #footer .widget-column-2{
        margin-top: 30px;
    }
    #footer .widget-column-4{
        margin-top: 50px;
    }
    .call-to-action-btn .btn-primary{
        margin: 0!important;
    }
    html .call-to-action.call-to-action-primary {
        background: #00294400;
        padding-bottom: 30px;
    }
    .slideText{
        margin-bottom: 30px;
    }
    .call-to-action .call-to-action-content, .call-to-action .call-to-action-btn{
        text-align: center;
        padding: 0;
        margin-bottom: 0!important;
    }
    .call-to-action .call-to-action-content{
        width: 100%;
    }
    .word-rotate.active .word-rotate-items span{
        font-size: 32px!important;
        letter-spacing: 0;
    }
    .call-to-action{
        padding-right: 0;
        padding-left: 0;
    }
    h1 .word-rotate{
        float: none;
    }
    .call-to-action p{
        margin-bottom: 0!important;
        text-align: center!important;
    }
}
/*
@media (min-width: 992px) and (max-width: 1200px){
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a{padding:4px 20px 3px 8px!important;}
}
*/
.col-md-3 .portfolio-item.img-thumbnail {
    border: 0;
    margin-top: 0px;
}

.page-header .breadcrumb{
    z-index: 2;
}
/*
section.page-header.breadcrumb1:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #ffffff66 3%, #ffffff99, #ffffffc7 80%, white);
    content: " ";
    z-index: 1;
}
section.page-header.breadcrumb1:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0%) url(https://www.webtasarim34.com/outsource/t1/vendor/rs-plugin/assets/gridtile.png);
    content: " ";
    z-index: 0;
}
*/
/*polygon start
.portfolio-item.img-thumbnail a .thumb-info-title{display:none;}
.portfolio-item.img-thumbnail a:hover .thumb-info-title{display:none;}
.portfolio-item.img-thumbnail a img{position:inherit;top:0;left:0;width:100%;height:100%;object-fit:cover;-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);transition:1s;}
.portfolio-item.img-thumbnail a:hover img{-webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);}
/*polygon finish*/
/* -- Google Translate Css*/
.goog-te-gadget-icon{display:none;}
.goog-te-banner-frame.skiptranslate {display:none !important;} 
body{top: 0px !important;}
.goog-te-gadget-simple{border:0!important;}
.goog-te-gadget-simple {background-color: transparent!important;}
.goog-te-gadget-simple .goog-te-menu-value span {
    font-family: 'Kumbh Sans', sans-serif;
    color: #828282 !important;
}
.page- .goog-te-gadget-simple .goog-te-menu-value span {color:#ddd  !important;}
.goog-te-gadget-simple .goog-te-menu-value{padding:0px;margin:0 15px 0 0;display: inline-block;}
.goog-te-gadget-simple{padding-top:0;}

#header .header-top .header-nav-top{max-height:48px;overflow: hidden;}
html.sticky-header-active #header.header-semi-transparent-light .header-body{top:0px !important;}
.goog-te-gadget-simple{font-size:14px !important;color: #222 !important;}
.fa.fa-globe {float:left;padding:5px 6px;}
/* -- End Google Translate Css */
/*
.call-to-action.call-to-action-primary:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -100px;
    background-image: url(/upload/images/section-bg.png);
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: 1;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: -56px;
}
*/
.testimonial blockquote p {min-height:auto!important;}
#header .header-nav-top .nav>li>a a:focus, #header .header-nav-top .nav>li>a:hover {
    background:transparent!important;
}
.btn-primary-scale-2{
    background: #000!important;
    color: #ffffffab!important;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

@media screen and (max-width: 768px) {
  .masonry .masonry-item{width:50%;}
}
.masonry-item .thumb-info {
    border: 10px solid #fff;
}

.thumb-info .thumb-info-action-icon{background-image: linear-gradient(147deg, #990000 0%, #ff0000 74%);}

section.section-serit{background-image: linear-gradient(315deg, #fffffc 0%, #beb7a4 74%);/*background-image: linear-gradient(147deg, #990000 0%, #ff0000 74%);background: linear-gradient(89deg, #ab8526 , #d2a847 , #b28c2f , #d7b462 );*/}
section.section-haberler{background-image: linear-gradient(315deg, #fffffc 0%, #beb7a4 74%);}
.owl-theme .owl-dots .owl-dot span{background:#949494;}
html .btn-dark {background-color: #727271;border-color: #727271;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #de1d23!important;}
@media (max-width: 991px){
#header .header-nav-main nav > ul > li > a, #header .header-nav-main nav > ul > li > a:focus, #header .header-nav-main nav > ul > li > a:hover {
    color: #555;}
}
.section-anasayfa {
background: linear-gradient(89deg, #ab8526 , #d2a847 , #b28c2f , #d7b462 )!important;padding: 20px 0!important;margin-top:0!important;margin-bottom:0!important;}
.section-serit h2,.section-serit h4{text-shadow: 0 0 2px dimgrey;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #d5bd60;}

html .btn-primary {
    border-color: #203864;
    background: #203864;
}

/*Footer Start*/
#footer .footer-copyright.pt-md.pb-md.tleft{text-align:center;}
#footer .footer-copyright img{opacity:0.5;}
#footer .footer-copyright .footer-developed-by{
    z-index: 2;
    padding-top: 15px;
}
#footer .fa-facebook:before{
    margin-left: -1px;
}
#footer i.fa.fa-linkedin {
    margin-top: 9px;
}
#footer .social-icons a:hover i.fa.fa-linkedin:last-child {
    margin-top: 7px;
}
#footer .fa-linkedin:before {
    margin-left: -2px;
}
#footer-wrapper>.container>.col-md-3{
    z-index: 2;
}
#footer-wrapper iframe{
    filter: grayscale(.5) contrast(1.03) opacity(0.8);
    border-radius: 4px;
}
#footer-wrapper a.btn.btn-primary.btn-m.mt15.block{
    border-radius: 4px;
    width: auto!important;
}
.footerlogo {
    background-color: #20386400;
    padding: 0px;
    margin: -1px 0 25px 0;
    text-align: left;
}
@media (min-width: 768px) {
    #footer a.btn.btn-primary.btn-borders.btn-lg.mr-md {
        margin-right: 23px!important;
    }
    #footer-wrapper>.container>.col-md-4{
        width: 41.66666667%!important;
        padding-right: 7.5%;
    }
    .logo.footerlogo img{
        width: auto;
        height: 110px;
        margin-top: -93px;
        background: white;
        padding: 10px;
        border-radius: 7px;
    }
}
#footer .footer-copyright p, #footer .footer-developed-by a{
    color: white!important;
}

@media (max-width: 767px) {
    
    .logo.footerlogo img{
        width: auto;
        height: 70px;
        margin-top: -6px;
        background: white;
        padding: 10px;
        border-radius: 7px;
    }
    #footer h5:before{
        display: none
    }
    .social-icons li{
        margin-right: 10px;
    }
    .social-icons li:last-child{
        margin-right: 0;
    }
    .iufzhm .lhJXOF{
        margin-left: -15px;
    }
    footer#footer:before {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
        background: linear-gradient(180deg, #203864 0%, #2038647a 50%, transparent);
        z-index: 0;
        background-repeat: no-repeat;
        opacity: 1;
    }
    #footer{
        background-position: 81% 100%!important;
        padding: 0px!important;
    }
    #footer-wrapper{text-align:center;padding: 0!important;}
    #footer-wrapper .footerlogo{margin:0 auto 15px;text-align: center;}
}    
footer#footer:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: linear-gradient(180deg, #203864 0%, #2038647a 50%, transparent);
    z-index: 0;
    background-repeat: no-repeat;
    opacity: 1;
}
#footer-wrapper .col-md-3 ul li a:before{content: '\203A';display:inline-block;margin-right:5px;font-size: 19px;color: #fff;}
#footer-wrapper .col-md-3 ul.social-icons li a:before{content:none;}
#footer-wrapper .footer-social-icons>li>strong>a:before{content:none!important;}
#footer .footer2 .social-icons li{border-radius:0;box-shadow:none;list-style-type:none;}
#footer .footer2 .social-icons li:hover a{opacity:1}
#footer .footer2 .social-icons li a{color:#FFF!important;border-radius:0}
#footer .footer2 .social-icons li.social-icons-twitter a{background:#1aa9e1}
#footer .footer2 .social-icons li:hover.social-icons-foursquare a{background:#0072b1!important}
#footer .footer2 .social-icons li:hover.social-icons-tripadvisor a{background:#00AF87!important}
#footer .footer2 .social-icons li.social-icons-facebook a{background:#3b5a9a}
#footer .footer2 .social-icons li.social-icons-instagram a{background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);}
#footer .footer2 .social-icons li:hover.social-icons-instagram a{background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;}
#footer .social-icons li:hover.social-icons-foursquare a{background:#0072b1!important}
#footer .social-icons li:hover.social-icons-tripadvisor a{background:#00AF87!important}
#footer .social-icons li:hover.social-icons-linkedin a{background:#0e76a8 !important}
.social-icons li:hover.social-icons-facebook a{background: #3b5a9a!important;}
.social-icons li:hover.social-icons-twitter a {background: #1aa9e1!important;}
.social-icons li:hover.social-icons-tiktok a {background: #000000!important;}
.social-icons li:hover.social-icons-instagram a {background: #f09433!important; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)!important; 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)!important; 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)!important; 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 )!important;}
#footer .footer-copyright {

    background: transparent;
    border-top: 0;
    margin-top: 50px;
    margin-bottom:30px;
}
#footer .container .row>div {
    margin-bottom: 0;
}
.phone-no {
    line-height: 22px;
}
@media (min-width: 992px){
    .phone-no {
        margin-top: 39px;
    }
    #menu-footer-menu{
        margin-top: -6px;
    }
    .call-to-action .call-to-action-btn {
        width: 22%;
        text-align: right;
        position: absolute;
        top: 50%;
        margin: -18px 0 0;
        left: auto;
        right: 19px;
    }
}
#footer-wrapper .col-md-3 .phone-no p {
    margin-bottom: 2px;
    display: grid;
    line-height: 26px;
}

#footer-wrapper {
    position: relative;
    padding: 50px 0 0;
}
#footer-wrapper .footer-social-icons {
    margin-top: 20px;
    padding-left:0;
}
#footer-wrapper .footer-social-icons li{display: inline-block;}
#footer{
    font-size:1em!important;
    margin-top: 0;
    border: 0;
    padding: 0;
    background: #5f6064;
    background-position: 81% 50%;
    background-size: cover;
}
/*
.footer-social-icons li a:hover {background: #203864!important;}
.footer-social-icons a {
    background: #203864!important;
    color: #ffffff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 5px 5px 0;
    padding: 0!important;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    font-size: 20px;
}
*/
/*Footer Social Icons Start*/
    #footer .social-icons li {
        border-radius: 0;
        box-shadow: none;
        margin: 0;
    }
    #footer .social-icons li a {
        overflow: hidden;
        margin: 0 5px 5px 0;
        width: 40px;
        height: 40px;
        border: #ffffff29 1px solid;
        border-radius: 3px;
        color: #eeeeee!important;
        background: transparent;
    }
    #footer .social-icons li a i {
        font-size: 20px;
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
        margin-top: 10px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    #footer .social-icons a:hover i {
        color:#fff;
    }
    #footer .social-icons a:hover i:first-child {
        margin-top: -38px;
    }
    #footer .social-icons a:hover i:last-child {
        margin-top: 8px;
    }
    #footer .social-icons li a i.fa-tiktok img{
        margin-top: -4px;
    }
    /*Footer Social Icons End*/
.phone-no span, .phone-no a:hover, .col-md-3 h5 span, .widget-column-2 ul li a:hover, .widget-column-2 ul li.current_page_item a {
    color: #d0a241;
}

#menu-footer-menu{list-style: none;padding-left:0}
.col-md-3 h5 {
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: capitalize;
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 15px;
    color: #ffffff;
    font-size: 26px;
}
#footer h5:before {
    position: absolute;
    content: '';
    top: 32px;
    left: 14px;
    height: 3px;
    width: 12px;
    background: #ffffff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
#footer .col-md-3:hover h5:before{
    width: 181px;
}
/*Footer End*/
.footer-ribbon{display:none;}
/*Butonlar CSS*/
.btn-warning{background-color:#333;border:#333;}
.btn-white{color:#fff;border:1px solid #ccc;}
.btn-white:hover{color:#fff;border: 1px solid #00538082;background-color: #27317d82;}
/*Butonlar CSS SON*/
.social-icons li:hover.social-icons-instagram a {background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );}.page-odeme .submit{margin-bottom: 30px;}

.product-price-box .old-price {width:100%;}
#footer p, #footer a{color:#ffffff!important;}

@media only screen and (min-width: 992px){
    #footer .col-md-3.col-md-6 ul{
        column-count: 3;
    }
    #footer .col-md-3.col-md-6{
        width: 50%!important;
    }
    #footer .container .row>div {
        margin-bottom: 0;
    }
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>a:after {
        border-color: transparent transparent transparent #08c;
    }
}

.owl-carousel .owl-nav .owl-prev {
    left: -25px;
}
.owl-carousel .owl-nav .owl-next {
    right: -25px;
}

.header-logo a .logo-text span:first-child {
    font-size: 18px;
    color: #08c;
    text-align: left;
    font-weight: 600;
    letter-spacing: -1.3px;
    margin-top: -5px;
}
.header-logo a .logo-text span:nth-child(2) {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -.7px;
    margin-top: 2px;
    color: #575757;
}
.logo-icon-wrp {
    float: left;
    width: 50px;
    height: 45px;
}
.parallax-background{background-repeat: no-repeat;}

.testimonial blockquote {background: #f5f5f5;}
.testimonial .testimonial-arrow-down {border-top-color: #f5f5f5;}


.page- .testimonial blockquote {background: #fff;}
.page- .testimonial .testimonial-arrow-down {border-top-color: #fff;}

.testimonial blockquote p {color: #777;}
.testimonial blockquote:after, .testimonial blockquote:before {color: #777;}
@media only screen and (min-width: 768px){
.testimonial blockquote p{min-height: 231px;max-height: 231px;overflow-y:auto;overflow-x:hidden;}
.section-yorumlar .aboutDesc>div:nth-child(1n+4){margin-top:30px;}
}

/*
section.section {
    margin: 0;
    padding: 30px 0;
}
.row {
    padding-bottom:30px;
}
*/

 /*  STYLE 1
 */

.testimonial blockquote p::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.testimonial blockquote p::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.testimonial blockquote p::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.section.template-2{margin-top:0;}

.section-primary.template-2 span, .section-primary.template-2 label{color:#fff;}

.counters.template-2 strong { line-height: 1;font-size: 3.6em;font-family: 'Kumbh Sans', sans-serif!important;font-weight:normal;}
.counters.template-2 label{ font-family: 'Kumbh Sans', sans-serif!important;font-weight:normal;font-size: 1.1em;color: #6a80a9 !important;}

/* .sidebar form .form-area .col-md-6{padding:0;} */

/* Roundness */ 		
.rounded, .img-thumbnail, .img-thumbnail img, code, pre, .form-control, .form-control-sm, .form-control-sm .form-control, .form-control-lg, .form-control-lg .form-control, .form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .invalid-tooltip, .btn, .btn-group-4 > .btn, .btn-sm, .btn-group-2 > .btn, .btn-xs, .btn-group-1 > .btn, .btn-lg, .btn-group-lg > .btn, .btn-sm, .btn-group-sm > .btn, .dropdown-menu, .input-group-4 > .form-control, .input-group-4 > .input-group-addon, .input-group-4 > .input-group-btn > .btn, .input-group-2 > .form-control, .input-group-2 > .input-group-addon, .input-group-2 > .input-group-btn > .btn, .input-group-addon, .input-group-addon.form-control-sm, .input-group-addon.form-control-lg, .nav-tabs > li > a, .nav-tabs.nav-justified > li > a, .nav-pills > li > a, .nav-tabs-justified > li > a, .navbar, .navbar-toggle, .navbar-toggle .icon-bar, .breadcrumb, .pagination, .pager li > a, .pager li > span, .label, .badge, .container .jumbotron, .container-fluid .jumbotron, .thumbnail, .alert, .progress, .card, .accordion .card, .well, .well-lg, .well-sm, .modal-content, .tooltip-inner, .popover, .popover-title, .carousel-indicators li, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span, .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span, #header .header-search .form-control, #header .header-nav-main nav > ul > li > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a, #header.header-transparent .header-nav-main, #header.header-semi-transparent .header-nav-main, #header.header-semi-transparent-light .header-nav-main, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a, #header .header-nav-top .dropdown-menu, .slider-container .tparrows, .nivo-slider .theme-default .nivoSlider, .nivo-slider .theme-default .nivoSlider img, .home-intro-compact, html.dark #header, html.boxed .body, blockquote.with-borders, p.drop-caps.drop-caps-style-2:first-child:first-letter, .btn-3d, select, .captcha-refresh, .featured-icon, .accordion .card-header, .tabs, .nav-tabs li a, .tab-content, .tabs.tabs-bottom .tab-content, .tabs.tabs-bottom .nav-tabs li a, .tabs-left .tab-content, .tabs-left .nav-tabs > li:first-child a, .tabs-left .nav-tabs > li:last-child a, .tabs-right .tab-content, .tabs-right .nav-tabs > li:first-child a, .tabs-right .nav-tabs > li:last-child a, .nav-tabs.nav-justified li:first-child a, .nav-tabs.nav-justified li:first-child a:hover, .nav-tabs.nav-justified li:last-child a, .nav-pills .nav-link, .nav-tabs.nav-justified li:last-child a:hover, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a, .tabs-navigation, .tabs-navigation .nav-tabs > li:first-child a, .tabs-navigation .nav-tabs > li:last-child a, .nav-pills .nav-link, .navbar-toggler, .card, .card-header:first-child, .card-footer:last-child, .card-img, .badge, .badge-pill, .jumbotron, .alert, .progress, .modal-content, .tooltip-inner, .popover, .rounded, .toggle > label, .toggle.toggle-simple .toggle > label, .toggle.toggle-simple .toggle > label:after, .owl-carousel .owl-nav [class*="owl-"], .owl-carousel.rounded-nav .owl-nav [class*="owl-"], .owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover, .owl-carousel.full-width .owl-nav .owl-prev, .owl-carousel.big-nav .owl-nav .owl-prev, .owl-carousel.full-width .owl-nav .owl-next, .owl-carousel.big-nav .owl-nav .owl-next, .embed-responsive.embed-responsive-borders, .pricing-table h3, .pricing-table .plan, .featured-box, .featured-box .box-content, .thumb-info, .thumb-info .thumb-info-wrapper, .thumb-info .thumb-info-wrapper:after, .thumb-info .thumb-info-type, .thumb-info img, section.timeline .timeline-date, section.timeline .timeline-box, .testimonial blockquote, .testimonial.testimonial-style-2 blockquote, .testimonial.testimonial-style-3 blockquote, .testimonial.testimonial-style-4, .testimonial.testimonial-style-4 blockquote, .testimonial.testimonial-style-5 blockquote, .testimonial.testimonial-style-6 blockquote, .container .call-to-action, .progress, .progress.progress-border-radius, .progress.progress-border-radius .progress-bar, .progress-bar, .progress-bar-tooltip, .counters.with-borders .counter, html .scroll-to-top, .google-map.small, .google-map-borders, article.post .post-date .month, article.post .post-date .day, article .post-video, article .post-audio, ul.comments .comment-block, .recent-posts .date .month, #header nav.mega-menu .mega-menu-shop .dropdown-menu, .shop ul.products .product .add-to-cart-product, .product-info, .product-info img, .product-info + .product-info, .img-thumbnail.img-thumbnail-hover-icon:before, .product-thumb-info, .product .product-label span {border-radius: 7px;}

/* */
.ml-15{margin-left:-15px;}
.mr-15{margin-right:-15px;}

/* Genel */
/*.text-primary{color:#ab7c09 !important;}*/
.breadcrumb-section{margin:0 0 60px 0 !important;}


/*whatsapp animation*/
/*.wws--bg-color {background-image: linear-gradient(34deg,#ddbd6b 0%,#ad8b36 100%);}
.wws-lau00001 {fill: #ddbd6b !important;}
.wws-lau00002 {fill: #ad8b36 !important;}*/
.wws-popup__open-btn{
/*background: linear-gradient(89deg, #ab8526 , #d2a847 , #b28c2f , #d7b462 );*/
background: linear-gradient(89deg, #0c9e43 , #1ba54f , #5ed88c, #077731 );
background-size: 400% 400%;

-webkit-animation: AnimationName 15s ease infinite;
-moz-animation: AnimationName 15s ease infinite;
animation: AnimationName 15s ease infinite;

}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@keyframes AnimationName { 
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}


/* .product .product-image-area {padding:0;border:none;border-radius:0;} */
.product .product-image-area .product-image{border-radius:0;}

#footer .footer-ribbon span, .home-concept strong, .home-intro p em {font-family: inherit;}

body{
    font-family: 'Kumbh Sans', sans-serif!important;
    font-size: 16px;
}
body p{
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    /*font-family: 'Quicksand', sans-serif!important;*/
}

.tp-caption.PostSlider-Title, .PostSlider-Title {/*font-family: 'Muli', sans-serif;*/font-family: 'Kumbh Sans', sans-serif!important;}

html .scroll-to-top {
    background: #d7d7d7;
    border-radius: 60px;
    mix-blend-mode: normal;
    bottom: 81px;
    color: #000000;
    border: 1px solid #fff;
    transition: .3s;
}
a.scroll-to-top.hidden-mobile.visible:before {
    position: absolute;
    top: -4px;
    right: 0;
    bottom: 1px;
    left: -5px;
    background: transparent;
    border: 1px solid #203864;
    content: "";
    pointer-events: none;
    width: 57px;
    z-index: -1;
    height: 57px;
    border-radius: 30px;
    transition: .1s;
}
a.scroll-to-top.hidden-mobile.visible:hover:before{
    border: 27px solid #203864;
}
html .scroll-to-top:hover, html .scroll-to-top:focus{
    color: #203864;
    border: 1px solid #666666;
}
html .scroll-to-top:hover i.fa.fa-chevron-up{
    color: white;
}



/* Slider Bullet */
.tp-thumbs.hades {background: transparent !important;}
.section .HakkimizdaTitle {
    font-size: 40px;
}
.call-to-action-content .fa-star{font-size:30px;color:#FD4;}
.call-to-action-with-star .call-to-action-content{padding-top:0;padding-bottom: 0;}

.call-to-action.call-to-action-with-star .call-to-action-content {
    width: 65%;
}
.call-to-action.call-to-action-with-star .call-to-action-btn {
    width: 30%;
}
@media (max-width: 500px) {
    .custom-footer{text-align:center!important;}
}
@media (max-width: 767px) {
    .call-to-action.call-to-action-with-star .call-to-action-btn,
    .call-to-action.call-to-action-with-star .call-to-action-content{
        width:100%;
    }
}
.footer_custom{
    clear: both!important;
}

.footer_custom ul{padding:0}
.footer_custom ul li{list-style:none;line-height: 30px;}
.footer_custom .footer-copyright{border-top:0!important}
#googlemaps{min-height:550px}

html .background-color-light {
    background-color: #fff0!important;
}
.list.list-icons li > .fa:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > .fa:first-child, .list.list-icons li a:first-child > .icons:first-child {
    position: absolute;
    left: 0;
    top: 5px;
}
.list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}
.fa-check:before {
    color: #0088cc;
    border-color: #0088cc;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}
.icons {font-size: inherit;}
/*Gallery Start*/
.row.slider4 div.col-md-3{
    padding: 0 10px;
}
.thumb-info .thumb-info-title, .thumb-gallery .thumb-info-title{
    max-width: 100%;
    bottom:0;
    background: #00325399;
}
.urunler .thumb-info .thumb-info-title{
    position: relative;
    text-transform: capitalize;
    background: linear-gradient(0deg, white, transparent);
    color: #203864;
    text-shadow: none;
    letter-spacing: 1px;
    font-size: 24px;
}
.urunler a.thumb-info .thumb-info-title{
    font-family: 'monetasans-blackregular';
}
.urunler .owl-carousel .owl-nav [class*="owl-"]{
    color: #203864;
    font-size: 44px;
}
.urunler .owl-carousel .owl-nav .owl-prev {
    left: -55px;
}
.urunler .owl-carousel .owl-nav .owl-next {
    right: -35px;
}
.urunler .owl-theme .owl-nav [class*=owl-]:hover{
    color: #003253;
}
.ref-anasayfa .owl-carousel .owl-nav [class*="owl-"]{
    color: #203864;
    font-size: 44px;
}
.ref-anasayfa .owl-carousel .owl-nav .owl-prev {
    left: -55px;
}
.ref-anasayfa .owl-carousel .owl-nav .owl-next {
    right: -35px;
}
.ref-anasayfa .owl-theme .owl-nav [class*=owl-]:hover{
    color: #ffffff;
}
.portfolio-item.img-thumbnail{
    padding: 0px;
    border: 1px solid #dddddd;
    box-shadow: 0 0 9px #ddd;
}
.portfolio-item .thumb-info{
    border:0;
}
.referanslar .portfolio-item .thumb-info{
    border: 0;
    padding: 0 30px;
}
.thumb-info img:hover {
    opacity: 0.85;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    color: #898a8d;
}
.owl-carousel .owl-nav [class*="owl-"] {
    color: #aa2d2d;
    width: 20px;
    background: transparent !important;
}
.mfp-bottom-bar{
    display:table;
    margin-top:-81px;
}
.mfp-bottom-bar .mfp-title{
    height: 41px;
    vertical-align: middle;
    display: table-cell;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-top: -36px;
    color: #005AC4;
    border:1px solid #ddd;
}
.urunler .thumb-info-type{
    letter-spacing: 1px;
    margin-top: 0;
    background: transparent;
    white-space: normal;
    min-height: 100%;
    padding: 10px 4px;
    display: table;
    height: 100%;
    width: 100%;
}
.urunler .thumb-info-type > li{
    font-size: 13px!important;
}
.urunler .thumb-info-type > p{
    opacity: 1;
    letter-spacing: .4px;
    font-size: 18px;
    line-height: 26px;
    /*display: table-cell;*/
    margin-bottom: 10px;
    vertical-align: middle;
    transition: .3s;
}
.urunler .thumb-info:hover .thumb-info-type > p{
    opacity: 1;
}
.urunler .thumb-info:hover .thumb-info-title{
    background: linear-gradient(0deg, #ffffff 25%, #ffffffa6 65%, transparent 85%);
}
.urunler .thumb-info:hover .thumb-info-title .thumb-info-inner{
    color:#203864;
}
.urunler .thumb-info:hover:after{
    background: #ffffff00;
}
.urunler .thumb-info img{
    transition: .3s;
}
.urunler .thumb-info:hover img{
    transform: translateY(0px);
}
.urunler .thumb-info-type:after{
    width: 100%;
    height: 100%;
    content: "Devamını oku...";
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 9;
    background-position: 100%;
    opacity: 1;
    color: #ff654c;
    background-size: unset;
    display: none;
}
.urunler a.thumb-info{
    box-shadow: none!important;
    margin-bottom: 0px;
}
.urunler a.thumb-info:hover{
    text-decoration: none;
}
.urunler a.thumb-info:after{
    position: absolute;
    content: '';
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    width: 23px;
    background: #d0a241;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
}
.urunler a.thumb-info:hover:after{
    width: 81px;
}
/*
.urunler .thumb-info:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    bottom: 70px;
    z-index: 1;
    background-image: url(/upload/images/section-bg.svg);
    opacity: .19;
    transition: .3s;
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center right;
}
*/
.urunler .thumb-info:hover:before {
    opacity: .11;
}
@media (max-width: 767px) {
    .urunler .owl-carousel .owl-nav .owl-next{
        right: 15px
    }
    .urunler .owl-carousel .owl-nav .owl-prev {
        left: 5px;
    }
}
/*Gallery Finish*/
.contentDiv img.col-md-6.col-xs-12{
    width: 58%;
}
.contentDiv .pagination li:before{
    display: none;
}
.contentDiv li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #d0a241;
    transform-origin: bottom left;
    transform: rotate(45deg);
}
.contentDiv li {
    font-weight: 300;
    position: relative;
    list-style-type: none;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}
.contentDiv ul {
    margin: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
@media (max-width: 767px){
    .row.m-none .col-half-section{
        padding: 0!important;
        margin-left: 0!important;
    }
    div.sol{
        float: none;
    }
    .sol .tab-content {
        background: #003253eb;
    }
}
/*SHOP*/
@media (min-width: 922px) {
    .shop-sidebar-toggle-btn{display:none;}
}
.sorter .pagination li{padding:0!important}
.sorter .products-grid.columns4 li{width:auto!important;}
.toolbar-bottom li a, .sorter .pagination>li>a, .sorter .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.toolbar .sorter select{width:100px;}
.toolbar {padding:0 10px !important;}
.sort-by{display:none}
.mobile-nav{
    background-color: rgba(255,255,255,0.95);
    overflow-y: auto;
    overflow-x: hidden;
}
.body.mmenu-open .mobile-nav{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);    
}
.mmenu-open #mobile-menu-overlay {
    opacity: .25;
}
.mobile-nav-wrapper h4{font-weight:bold;}
.shop-sidebar-mobile li a {
    display: block;
    font-size: 13px;
    line-height: 40px;
    background-color: transparent;
    border: 0;
    padding:0 20px 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-decoration: none!important;
}
.shop-sidebar-mobile{
    margin:0;
    padding:0;
}
.shop-sidebar-mobile li {
    display: block;
    position: relative;
    list-style:none;
    margin:0
}

.shop-sidebar-mobile li.chosen a:after {
    top: 8px;
    content: 'X';
    display: inline-block;
    opacity: .6;
    color: currentColor;
    margin-right: 5px;
    background-color: #ff0000;
    color:#fff;
    border: 1px solid rgba(0,0,0,0.1);
    line-height: 12px;
    font-size: 12px;
    padding: 2px 4px;
    text-align: center;
    border-radius: 99px;
    text-align: right;
    position: absolute;
    right: 0;
}

.shop-sidebar-mobile li.chosen a:before {
    content: '\2713';
    display: inline-block;
    opacity: .6;
    margin-right: 5px;
    color: green;
}

/* Shop Sidebar */
@media (min-width: 992px) {
    .page-header{
        margin: -195px 0 25px;
    }
  .col-md-9 {
    padding-right: 12px;
  }
  .col-md-9.col-md-push-3 {
    padding-right: 15px;
    padding-left: 12px;
  }
  .col-md-9 + .col-md-3 {
    padding-left: 12px;
  }
  .col-md-9 + .col-md-3.col-md-pull-9 {
    padding-left: 15px;
    padding-right: 12px;
  }
}
.col-md-9.col-xs-12.hide-addtolinks{
    margin-top: -10px;
}
.shop-sidebar .panel-group .panel + .panel {
  margin-top: 14px;
}
.shop-sidebar .panel.panel-default {
  border-radius: 6.99px;
  border: none;
}
.shop-sidebar .panel.panel-default .panel-heading {
  border-radius: 0;
}
.shop-sidebar .panel.panel-default .panel-heading .panel-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: #777;
}
.shop-sidebar .panel.panel-default .panel-heading a {
  position: relative;
  border-radius: 6.99px 6.99px 0 0;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  padding-right: 45px;
  color: #777;
  border: 1px solid #ddd;
}
.shop-sidebar .panel.panel-default .panel-heading a:before {
  font-family: 'FontAwesome';
  content: "\f0d8";
  width: 26px;
  height: 26px;
  display: block;
  border: 1px solid #ddd;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -13px;
  border-radius: 3px;
  color: #ccc;
  text-align: center;
  line-height: 24px;
  background-color: #fff;
  font-size: 10px;
}
.shop-sidebar .panel.panel-default .panel-heading a:hover:before {
  background-color: #0088CC;
  border-color: #0088CC;
  color: #fff;
}
.shop-sidebar .panel.panel-default .panel-heading a.collapsed {
  border-radius: 6.99px;
}
.shop-sidebar .panel.panel-default .panel-heading a.collapsed:before {
  content: "\f0d7";
}
.shop-sidebar .panel.panel-default .panel-body {
  padding: 15px 15px 7px;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 6.99px 6.99px;
  background-color: #fbfbfb;
}
.shop-sidebar .filter-price {
  margin: 14px 0 9px;
}
.shop-sidebar .filter-price #price-slider {
  margin-bottom: 20px;
}
.shop-sidebar .filter-price .noUi-target {
  background: #eee;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.shop-sidebar .filter-price .noUi-handle {
  background: #0088CC;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  box-shadow: none;
}
.shop-sidebar .filter-price .noUi-handle:before, .shop-sidebar .filter-price .noUi-handle:after {
  display: none;
}
.shop-sidebar .filter-price .noUi-horizontal {
  position: relative;
  height: 7px;
}
.shop-sidebar .filter-price .noUi-horizontal .noUi-handle {
  position: absolute;
  width: 13px;
  height: 18px;
  border: 0;
  left: -6.5px;
  top: -6px;
}
.shop-sidebar .filter-price .noUi-horizontal .noUi-base .noUi-origin {
  position: absolute;
}
.shop-sidebar .filter-price .noUi-connect {
  background-color: #1ab3ff;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
}
.shop-sidebar .filter-price .filter-price-details {
  text-align: center;
}
.shop-sidebar .filter-price .filter-price-details * {
  white-space: normal;
}
.shop-sidebar .filter-price .filter-price-details span {
  vertical-align: middle;
  line-height: 26px;
}
.shop-sidebar .filter-price .filter-price-details .form-control {
  display: inline-block;
  vertical-align: middle;
  color: #a3a2a2;
  padding: 2px 5px;
  font-size: 14px;
  margin: 0 2px;
  width: 50px;
  height: 26px;
}
.shop-sidebar .filter-price .filter-price-details .btn {
  border: none;
  height: 26px;
  line-height: 26px;
  color: #fff;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
  margin: 5px 0;
}
.shop-sidebar ul, .shop-sidebar ol {
  padding: 0;
  margin: -7px 0 0;
  list-style: none;
}
.shop-sidebar ul li a, .shop-sidebar ol li a {
  color: #777;
  line-height: 2.5;
}
.shop-sidebar .configurable-filter-list {
  padding: 0;
  margin: 0 -5px;
  list-style: none;
  font-size: 0;
}
.shop-sidebar .configurable-filter-list li {
  display: inline-block;
  margin: 0 5px 8px;
}
.shop-sidebar .configurable-filter-list li a {
  display: block;
  color: #777;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 28px;
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.shop-sidebar .configurable-filter-list li a:hover {
  border-color: #0088CC;
  text-decoration: none;
}
.shop-sidebar .configurable-filter-list.filter-list-color li a {
  padding: 1px;
}
.shop-sidebar .configurable-filter-list.filter-list-color li a span {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 3px;
}
.shop-sidebar h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.shop-sidebar .owl-carousel .owl-nav {
  top: -28px;
  width: auto;
  right: 5px;
  margin: 0;
  line-height: 1;
}
.shop-sidebar .owl-carousel .owl-nav .owl-prev,
.shop-sidebar .owl-carousel .owl-nav .owl-next {
  font-size: 16px;
  line-height: 1;
  min-width: 18px;
}

.shop-sidebar li.chosen{position:relative;}
.shop-sidebar li.chosen a{font-weight:bold;color:#262626;}
.shop-sidebar li.chosen{
    padding-right: 28px;
}
.shop-sidebar li{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shop-sidebar li.chosen a:before {
    content: '\2713';
    display: inline-block;
    opacity: .6;
    margin-right: 5px;
    color: green;
}
.shop-sidebar li.chosen a:after {
    top: 8px;
    content: 'X';
    display: inline-block;
    opacity: .6;
    color: currentColor;
    margin-right: 5px;
    background-color:#ff0000;
    color:#fff;
    border: 1px solid rgba(0,0,0,0.1);
    line-height: 12px;
    font-size: 12px;
    padding: 2px 4px;
    text-align: center;
    border-radius: 99px;
    text-align: right;
    position: absolute;
    right: 0;
}
/******* SHOP *******/


#footer{
    background: #111111;
    background-image: url(/upload/images/footerbg.jpg);
    background-size: cover;
    background-position: center;
}
html .call-to-action.call-to-action-primary {
    background: transparent!important;
}

.scroll-down{position:absolute;bottom:50px;left:50%;width:75px;height:120px;text-align:center;text-decoration:none;cursor:pointer;bottom:0;transform:translateX(-50%)}
.scroll-down > label{pointer-events:none;font-weight:600;font-size:1.1rem;color:#fff}
.scroll-down.arrow span{position:absolute;display:inline-block;top:20px;height:30px;width:2px;left:calc(50% - 1px);animation:animateArrow 1.5s infinite linear}
@keyframes animateArrow {
0%{transform:translateY(0)}
100%{transform:translateY(40px);opacity:0}
}
.scroll-down.arrow span::before,.scroll-down.arrow span::after{position:absolute;content:"";width:3px;height:100%;top:0;left:0;background:#fff;border-radius:3px}
.scroll-down.arrow span::before{transform-origin:bottom;transform:rotate(-45deg)}
.scroll-down.arrow span::after{transform-origin:bottom;margin-left:-1px;transform:rotate(45deg)}
.scroll-down.arrows span{position:absolute;display:inline-block;top:20px;height:25px;width:2px;left:calc(50% - 1px);animation:animateArrows 1.25s infinite linear}
@keyframes animateArrows {
0%,40%,100%{opacity:0}
75%{opacity:1}
}
.scroll-down.arrows span:first-child{top:35px;animation-delay:0}
.scroll-down.arrows span:nth-child(2){top:35px;animation-delay:.33s}
.scroll-down.arrows span:last-child{top:50px;animation-delay:.66s}
.scroll-down.arrows span::before,.scroll-down.arrows span::after{position:absolute;content:"";width:3px;height:100%;top:0;left:0;background:#fff;border-radius:3px}
.scroll-down.arrows span::before{transform-origin:bottom;transform:rotate(-45deg)}
.scroll-down.arrows span::after{transform-origin:bottom;margin-left:-1px;transform:rotate(45deg)}
.scroll-down.mouse{height:120px;z-index:2;}
.scroll-down.mouse span{position:relative;display:inline-block;width:30px;height:60px;border:2px solid #fff;border-radius:50px;top:5px}
.scroll-down.mouse.effect1 span::after{position:absolute;content:"";top:10px;left:0;right:0;margin:0 auto;width:6px;height:6px;border-radius:100%;background:#fff;animation:animateMousePointer 1.5s infinite}
@keyframes animateMousePointer {
0%{transform:translateY(0)}
50%{opacity:.7}
100%{opacity:0;transform:translateY(20px)}
}
.scroll-down.mouse.effect2 span::after{position:absolute;content:"";top:10px;left:0;right:0;margin:0 auto;width:2px;height:20px;border-radius:2px;background:#fff;animation:animateMouseScrollBar 1.5s infinite linear}
@keyframes animateMouseScrollBar {
0%{height:20px;top:10px}
50%{height:0;top:30px}
50.01%{top:10px}
100%{height:20px}
}
.card.shape{overflow:hidden}
.card.shape::before,.card.shape::after{position:absolute;content:"";bottom:0;width:50%;height:100px;background-color:#fff;z-index:2}
.card.shape::before{left:0;clip-path:polygon(0 50%,0% 100%,100% 100%)}
.card.shape::after{left:50%;clip-path:polygon(100% 50%,0% 100%,100% 100%)}
.scroll-down.semicircle span{position:absolute;width:100px;height:100px;left:-10px;border-radius:50%;background:#ffc2f0;bottom:-50px;display:inline-block;z-index:1}
.scroll-down.semicircle span svg{position:absolute;left:0;right:0;margin:0 auto;top:15px;animation:animateLargeArrow 1.25s infinite linear}
@keyframes animateLargeArrow {
0%{opacity:0;top:0}
25%,75%{opacity:1}
50%{top:15px}
100%{opacity:0;top:30px}
}

/*************************** SABİT FIXED BUTTON CSS ******************************/
.custom-fixed-btn{
    line-height: 22px;
    padding: 7px 11px;
    font-size: 15px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 14px;
    cursor: pointer;
    box-shadow: 0 0 50px rgba(0,0,0,0.2);
    left: 12px;
    width: auto;
    position: fixed;
    z-index: 9999999;    
}
.custom-fixed-btn:hover{
    color: #ffffff;
    text-decoration:none;
}
.custom-fixed-btn-whatsapp:hover{
    background: #114232;
}
.custom-fixed-btn-whatsapp{
    bottom: 6px;
    background-color: #1aa54e;
    color: #fff;
    border: 3px solid #81be40;
    border-radius: 30px;
}
.custom-fixed-btn-mobil{
    bottom: 58px;
    background-color: #203864;
    color: #fff;
}
.custom-fixed-btn-form{
    bottom: 116px;
    background: #ea760000;
    color: #fff;
}
.custom-fixed-btn-form img{
    animation: swing 2s infinite;
    width: 81px;
    height: 81px;
}
@media (min-width: 768px){
    .custom-fixed-btn {
        padding: 8px 13px !important;
        font-size: 17px !important;
        font-weight:bold;
    }
    .custom-fixed-btn.custom-fixed-btn-form{
        padding: 0;
    }
}
/*************************** SABİT FIXED BUTTON CSS SON ******************************/