/* Kaydırma Çaubuğu */

::-webkit-scrollbar {
    width: 8px;
    background-color: #F2F2F2;
}

::-webkit-scrollbar-thumb {
    background-color: #D6D6D6;
}

 ::-webkit-scrollbar-thumb:hover {
    background-color: #A5A5A5;
}

 ::-webkit-scrollbar-thumb:active {
    background-color: #A5A5A5;
}

body {
    background-color: white;
    font-family: 'Poppins';
    color: black;
    font-size: 16px;
}

h1 {
    font-size: 24px;
}

p {
    font-size: 16px;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

.no-gutters {
    padding: 0;
}

.fancy img {
    width: 500px;
}

.menuustalan {
    background-color: #fff;
    /*border-bottom: 1px solid #4B4B4B;*/
    color: #fff;
}

.menualan {
    background-color: #e31e24;
    padding: 5px 0px;
}

.carousel-title {
    font-size: 50px;
    text-shadow: 0px 6px 0 #444, 0px 4px 0 #000, 0px 0px 0 #000, 0px 0px 0 #000, 0px 0px 0 #000;
}

.carousel-indicators1 {
    position: absolute;
    bottom: 15%;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
}

.carousel-btn {
    background-color: #fff;
    border: 0px;
    border-radius: 20px;
    width: 10px;
    height: 13px;
    margin-right: 5px;
}

.carousel-caption1 {
    position: absolute;
    right: 15%;
    top: 45%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
}

.btn-purple {
    border-radius: 30px;
    padding: 10px 25px;
    background-color: rgb(0 0 0 / 47%);
}

.btn-purple:hover {
    background-color: #e31e24;
}

.btn-purple span {
    color: #fff;
}

@media (max-width:768px) {
    .carousel-caption1 {
        position: absolute;
        right: 15%;
        top: 0%;
        left: 15%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
    }
    .carousel-title {
        font-size: 30px;
        text-shadow: 0px 6px 0 #444, 0px 4px 0 #000, 0px 0px 0 #000, 0px 0px 0 #000, 0px 0px 0 #000;
    }
    .btn-purple {
        border-radius: 30px;
        padding: 10px 18px;
        background-color: rgb(0 0 0 / 47%);
        font-size: 14px;
    }
}

.navbars .navbar-brand {
    max-width: 350px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 400;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #28a745;
}

.navbar-light .navbar-nav .nav-link span {
    color: #fff;
    transition: .3s ease-in-out;
}
#dropdownMenuLink{
    color: #fff!important;
}

.navbar-light .navbar-nav .nav-link span:hover {
    color: #e6e6e6;
    transition: .3s ease-in-out;
}
/*
.navbars {
    box-shadow: 0px 3px 6px rgb(0, 0, 0, 16%);
}*/

.navbar {
    width: 100%;
    padding:  0rem;
}

.navbar .nav-link {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.logogizle {
    display: flex;
}

.logokucukgizle {
    display: none;
}

@media (min-width:992px) {
    .mob-nav {
        display: none;
    }
}

@media (max-width:992px) {
    .ust-navs .g-box {
        margin: 0;
        height: 50px;
        justify-content: center;
    }
    .navbars,
    .online-box {
        display: none !important;
    }
    .mob-nav {
        display: block;
    }
    /* mob-banner */
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 20;
        top: 0;
        right: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 30px;
    }
    .overlay_bg {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.4);
        z-index: 20;
        display: none;
        transition: all 0.5s ease-in-out;
    }
    .overlay_bg_active {
        display: block;
        opacity: 1;
    }
    .sidebar_active {
        width: 320px;
    }
    #dismiss {
        position: absolute;
        top: 0;
        right: 5%;
        font-size: 25px;
    }
    .sidenav {
        background-color: rgb(51, 51, 51);
    }
    .sidenav a.hvr-rectangle-in {
        text-align: center;
        padding: 15px 0 !important;
    }
    .sidenav .hvr-icon-pop i {
        padding-right: 25px;
    }
    .sidenav a {
        padding: 8px 8px 8px 32px !important;
        text-decoration: none !important;
        font-size: 20px !important;
        color: #fff !important;
        display: block !important;
        font-weight: 300 !important;
        transition: .3s;
        position: relative;
    }
    .sidenav .dropdown-item {
        color: #204D87 !important;
    }
    .sidenav .dropdown-toggle::after {
        display: none;
    }
    .sidenav span {
        display: block;
        padding: 10px 0 15px 30px;
        font-size: 40px;
        font-weight: 200;
        font-family: 'Poppins', sans-serif;
        color: #fff;
    }
    .sidenav i {
        color: #fff;
        font-size: 24px;
    }
    .lang li {
        padding-top: 15px;
        padding-right: 20px;
    }
    .lang li i {
        font-size: 28px;
        color: #E31E24;
    }
    .sidenav .dot {
        padding: 0;
    }
    .mob-nav .teklif {
        margin: 10px 80px;
    }
    .nav-link {
        margin: 0.75rem 0;
    }
    .nav-item .social {
        display: flex;
        padding-top: 0px;
    }
    .sidenav .cos i {
        float: right;
        padding-right: 55px;
    }
    .sidenav {
        background-color: rgb(51, 51, 51);
    }
    .sidebar_active {
        width: 320px;
    }
    .logogizle {
        display: none;
    }
    .logokucukgizle {
        display: flex;
    }
}

.navbar-collapse {
    align-items: center;
    width: 70%;
}

.iconflag a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.iconflag a:hover {
    color: #fff;
    text-decoration: none;
}

.hoverflag img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hoverflag:hover img {
    opacity: .8;
}

.urunlerbg {
    background-color: #e31e24;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    font-size: 25px;
    position: relative;
}

.urunlerbg span {
    border-left: 6px solid #fff;
    padding-left: 5px;
}

.urunler {
    background-color: #F7F7F7;
}

.urunler ul {
    padding-left: 0px;
}

.urunler ul li {
    padding: 10px 15px;
    border-bottom: 2px solid #fff;
}

.urunler ul li:hover {
    padding: 10px 15px;
    border-bottom: 2px solid #fff;
    background-color: #E31E24;
}

.urunler ul li:hover a {
    color: #fff;
}

.urunler ul li a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}

.urunler ul li a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.urun-title {
    margin-top: 10px;
    font-size: 20px;
    color: #333333;
}

.haberlerbg {
    background-color: #f7f7f7;
    padding: 50px;
}

.haber-title {
    color: #333;
    font-size: 24px;
    margin: 10px 0px 20px 0px;
}

.haber-title div {
    color: #f00;
    background-color: #f00;
    width: 15%;
    height: 2px;
}

.haber-alan {
    background-color: #fff;
    padding: 30px 10px;
}

.haber-baslik {
    color: #333;
    font-size: 20px;
    margin: 0px 0px 25px 0px;
}

.haber-icerik {
    color: #333;
    font-size: 15px;
    margin: 25px 0px;
}

.haber-detay {
    color: #333;
    font-size: 18px;
    margin: 25px 0px;
}

.haber-detay a {
    color: #333;
    text-decoration: none;
}

.haber-detay a:hover {
    color: #f00;
    text-decoration: none;
}

.haber-detay a i {
    transition: ease-in-out 0.3s;
}

.haber-detay a:hover i {
    transition: ease-in-out 0.3s;
    transform: translate(10px, 0px);
    color: #f00;
}

.tumhaber {
    margin-top: 15px;
    font-size: 18px;
}

.tumhaber a {
    color: #868383;
    text-decoration: none;
}

.tumhaber a:hover {
    color: #444;
    text-decoration: underline;
}

.haber-icsayfabg
{
    background-color: #f7f7f7;
    padding: 20px;
}


.haber-icsyfalan
{
    background-color: #fff;
    padding: 15px 10px;
}


.haber-dtybg
{
    background-color: #F7F7F7;
    padding: 5% 4%;
}

footer {
    background-color: #333;
    border-top: 5px solid #f00;
    color: #fff;
    padding: 2% 0px;
    line-height: 30px;
    margin-top: 10%;
}

.footer-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-iletisim {
    color: #8b8b8b;
    font-size: 16px;
}

.footer-iletisim a {
    color: #8b8b8b;
    text-decoration: none;
    transition: ease-in-out 0.3s;
}

.footer-iletisim a:hover {
    color: #fff;
    text-decoration: none;
    transition: ease-in-out 0.3s;
}

.footer-icons {
    width: 100%;
    margin-bottom: 50px;
}

.footer-icons .facebookico,
.linkedinico,
.instagramico {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    transition: ease-in-out 0.3s;
}

.footer-icons .facebookico:hover,
.linkedinico:hover,
.instagramico:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    transition: ease-in-out 0.3s;
    padding: 10px 15px;
    font-size: 18px;
}

.logolar {
    width: 100%;
    margin-bottom: 15px;
    color: #8b8b8b;
}

.logolar img {
    margin-bottom: 10px;
}

.Copyright {
    color: #8b8b8b;
    margin: 50px 0px 0px 0px;
    padding: 15px 0px;
    border-top: 1px solid #ccc;
    font-size: 14px;
}

.Copyright img {
    float: right;
}


/*İçerik css kısımları*/

.icsayfatitle {
    font-size: 36px;
    margin-bottom: 15px;
    color: #333;
}

.icsayfaicerik {
    font-size: 18px;
    color: #333;
}

.urundetaybg {
    background-color: #F7F7F7;
    padding: 20px 0px;
}

.altsayfa {
    color: #C0C0C0;
    font-size: 16px;
}

.altsayfa a {
    color: #C0C0C0;
    font-size: 16px;
    text-decoration: none;
}

.altsayfa a:hover a:focus a:active a:visited {
    color: #979696;
    font-size: 16px;
    text-decoration: none;
}

.search {
    width: 100%;
    margin-bottom: auto;
    margin-top: 5px;
    height: 50px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 2px 7px 0px rgb(50 50 50 / 12%);
}

.search-input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    margin-top: 5px;
    caret-color: transparent;
    line-height: 20px;
    transition: width 0.4s linear;
}

.search .search-input {
    padding: 0 10px;
    width: 100%;
    caret-color: #536bf6;
    font-size: 19px;
    font-weight: 300;
    color: black;
    transition: width 0.4s linear;
}

.search-icon {
    height: 34px;
    width: 34px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #BCBCBC;
    font-size: 18px;
    bottom: 30px;
    position: relative;
}

.search-icon:hover {
    color: #BCBCBC !important
}

a:link {
    text-decoration: none
}

.arayalimbg {
    background-color: #F7F7F7;
    color: #999;
    padding: 4%;
    text-align: center;
}

.ulas-title {
    color: #E31E24;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.arayalimbg hr {
    width: 25%;
    height: 2px;
    background-color: #D3BEBE;
    margin-bottom: 20px;
}

.ulas-text {
    color: #999;
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
}

.form-ara {
    width: 100%;
    margin-bottom: 15px;
    height: 50px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #D2D2D2;
}

.form-ara-input {
    color: #999;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    margin-top: 5px;
    line-height: 20px;
    transition: width 0.4s linear;
    text-align: center;
}

.form-ara .form-ara-input {
    padding: 0 10px;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    color: #999;
    transition: width 0.4s linear;
    text-align: center;
}

.button-gonder {
    background-color: #E31E24;
    border-color: #E31E24;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    transition: ease-in-out 0.3s;
    margin-top: 25px;
}

.button-gonder:hover {
    background-color: #860106;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    transition: ease-in-out 0.3s;
}

.urun-icdetay-title {
    color: #E31E24;
    font-size: 24px;
    margin-bottom: 20px;
}


/*slider css*/

.owl-carousel .item h4 {
    font-size: 18px;
    color: #333;
    margin-top: 15px;
}


/**/

.urun-box {
    border: 1px solid #DFDFDF;
    padding: 5%;
    margin: auto;
}

.urun-box img {
    width: 50%;
}

.ym-urun {
    padding: 2%;
}

.ym-urun ul {
    padding: 20px 0px 0px 0px;
}

.ym-urun ul li {
    border-top: 1px solid #DFDFDF;
    padding: 15px 0px;
    list-style: none;
    color: #333;
}

.ym-urun ul li:nth-child(6) {
    border-bottom: 1px solid #DFDFDF;
}

.ymtitle {
    color: #333;
    font-size: 24px;
    margin-bottom: 15px;
}

.urun-item {
    border: 1px solid #DFDFDF;
    padding: 5%;
}

.urun-item img {
    width: 70% !important;
}

.owl-theme .item .ymuruntext {
    text-align: center;
    font-size: 18px;
    color: #5E5E5E;
    margin-top: 15px;
}


/*iletisim*/

.iletisim-title {
    font-size: 36px;
    margin-bottom: 20px;
}

.iletisim-txt {
    font-size: 18px;
    color: #242C39;
}

.iletisim-txt ul {
    padding: 0px;
}

.iletisim-txt ul li {
    border-bottom: 1px solid #B7B7B7;
    padding: 15px;
}

.iletisim-txt ul li i {
    color: #E31E24;
    font-size: 18px;
    margin-right: 10px;
}

.iletisim-txt ul li a {
    color: #26313E;
    font-size: 18px;
    text-decoration: none;
}

.iletisim-txt ul li a:hover {
    color: #E31E24;
    font-size: 18px;
    text-decoration: none;
}

.iletisim-msgbg {
    background-color: #F7F7F7;
    padding: 2%;
}

.iletisim-msg-title {
    color: #26313E;
    font-size: 24px;
    margin-bottom: 15px;
}

.iletisim-msg-title hr {
    width: 15%;
    background-color: #DA2125;
    height: 3px;
}

.iltsm-form {
    width: 100%;
    margin-bottom: 15px;
    height: 50px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #D2D2D2;
}

.iltsm-ara-input {
    color: #999;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    margin-top: 5px;
    line-height: 20px;
    transition: width 0.4s linear;
}

.iltsm-form .iltsm-ara-input {
    padding: 0 10px;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    color: #999;
    transition: width 0.4s linear;
}

.button-iletisim-gonder {
    background-color: #E31E24;
    border-color: #E31E24;
    width: 30%;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    transition: ease-in-out 0.3s;
    margin-top: 25px;
    text-align: center;
}

.button-iletisim-gonder:hover {
    background-color: #860106;
    width: 30%;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    transition: ease-in-out 0.3s;
    text-align: center;
}

.carret-right {
    display: none;
}

.urunlerbg-small {
    display: none;
}

@media (max-width:768px) {
    .carret-right {
        position: absolute;
        right: 15px;
        top: 10px;
        display: block;
    }
    .urunlerbg-small {
        background-color: #000;
        padding: 10px;
        width: 100%;
        margin-bottom: 10px;
        color: #fff;
        font-size: 25px;
        position: relative;
        display: block;
    }
    .urunlerbg-small span {
        border-left: 6px solid red;
        padding-left: 5px;
    }
    .urunlerbg {
        display: none;
    }
}

.urunlink a {
    color: #333333;
}

.urunlink a:hover {
    color: #444;
}


.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.input,
.buttonn {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
    border: none;
    outline: none;
    max-width: 100%;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
}

.fill-currentcolor {
    fill: currentcolor;
    color: #fff;
}

.fill-none {
    fill: none;
}

.icon {
    width: 24px;
    height: 24px;
    transition: .3s ease-out;
}

@media (min-width: 768px) {
    .icon {
        width: 32px;
        height: 32px;
    }
}

.buttonn {
    cursor: pointer;
}

.buttonn-open {
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff;
}

    .buttonn-open:hover {
        justify-content: center;
        align-items: center;
        align-content: center;
        color: #fff;
    }

.buttonn-open1 {
    justify-content: center;
    align-items: center;
    align-content: center;
}

.buttonn-close {
    position: absolute;
    top: 7.5vw;
    right: 7.5vw;
    padding: 0;
    background-color: transparent;
}

.buttonn-close2 {
    position: absolute;
    top: 7.5vw;
    right: 7.5vw;
    padding: 0;
    background-color: transparent;
}

.buttonn-search {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 25px 16px 21px;
}

@media (min-width: 768px) {
    .buttonn-search {
        padding: 30px 48px;
    }
}

.form-search {
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .form-search {
        max-width: 720px;
    }
}

.input-search {
    padding: 26px 16px 25px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #4c4c4c;
    background-color: #fff;
    box-shadow: 0 0px 0px rgba(160, 160, 160, 0.6), 0 3px 3px rgba(125, 125, 125, 0.4), 0 4px 9px rgba(142, 142, 142, 0.3);
}

@media (min-width: 768px) {
    .input-search {
        padding: 29px 80px 29px 48px;
        font-size: 32px;
    }
}

.input-search::placeholder {
    color: #BFBFBF;
}

.overlay {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    position: fixed;
    z-index: 3;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(242,242,242,0.8155637254901961) 100%);
    z-index: 99;
}

.overlay {
    align-items: center;
    align-content: center;
}

    .overlay button:focus {
        outline: 0px dotted;
        outline: 0px auto -webkit-focus-ring-color;
    }

.hiding {
    max-height: 0;
    opacity: 0;
    bottom: 0;
    transition: max-height 0.3s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s ease-out;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.hiding .buttonn-search,
.hiding .input-search {
    opacity: 0;
}

.hiding .button-search {
    transform: translate3d(0, 33%, 0);
}

.hiding .input-search {
    transform: translate3d(0, 50%, 0);
}

.showing {
    max-height: 100vh;
    top: 0;
    transition: max-height 0.4s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s ease-out;
}

.buttonn-search {
    transition: .4s .6s ease-out;
}

.input-search {
    transition: .8s .3s ease-out;
}

.perde {
    background: transparent;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
}

/*arama btn*/

.aramasonuculistesi {
    border-color: rgb(149, 196, 31);
    position: absolute;
    background: #fff;
    width: 70%;
    border: 1px solid #ebebeb;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
}
.menuustalan .col-md-3,
.menuustalan .col-md-1 a,
.menuustalan .col-md-3 a{
    color: #e31e24;
}
.menuustalan .col-md-3:hover,
.menuustalan .col-md-1 a:hover,
.menuustalan .col-md-3 a:hover{
    color: #e31e24;
}
.border_color_color{
    border: 1px solid white;
}
    .ttr_wp {
        position: fixed;
        bottom: 15px;
        left: 15px;
        z-index: 200;
        animation-name: moveFromLeft;
        animation-duration: 1s;
    }
    @keyframes moveFromLeft {
        from { transform: translateX(-800px) }
    }
.ttr_wp .ttr_wp_btn {
    background-color: #fff;
    border-radius: 40px;
    bottom: 10px;
    color: #fff;
    display: table;
    height: 62px;
    left: 10px;
    min-width: 62px;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
    background: #33b84d;
    background: -webkit-linear-gradient(to right,#2F80ED,#56CCF2);
    background: linear-gradient(to right,#33b84d,#48a559);

}
.ttr_wp .ttr_wp_btn span {
    display: none;
    /*display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: inherit;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    text-transform: uppercase;
    animation-name: openx;
    animation-delay: 2s;
    animation-duration: 1s;
    animation-fill-mode:backwards ;*/
}
.ttr_wp .ttr_wp_btn i {
    display: inline-block;
    width: 36px;
    margin: 12px 10px 0;
}
.ttr_wp .ttr_wp_btn img {
    display: inline-block;
    max-width: 100%;
}
/*
.ttr_wp .ttr_wp_btn:hover {
    color: #fff;
    padding: 0 20px;
}

.ttr_wp .ttr_wp_btn:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}*/
.ttr_wp_span{
    width: 30px;
    height: 30px;
    background: red;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    right: -6px;
    animation-name: zoomIn;
    animation-delay: 2s;
    animation-duration: 1s;
    animation-fill-mode:backwards ;
}

@keyframes zoomIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
.navbar-nav .dropdown {
    cursor: pointer;
}
.navbar-nav .dropdown .dropdown-menu{
    top: 43px;
    left: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    -webkit-transition: top .15s ease-out;
    -moz-transition: top .15s ease-out;
    transition: top .15s ease-out;
    visibility: visible;
    -webkit-transform: scale(.4);
    -moz-transform: scale(.4);
    transform: scale(.4);
    -webkit-transform-origin: 10% top;
    -moz-transform-origin: 10% top;
    transform-origin: 10% top;
    padding: 10px 0 10px;
    border-radius: 0px;
    border:none;
    position: absolute;
}
.navbar-nav .dropdown .dropdown-menu::after{
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 25px;
    background-color: transparent;
}
.navbar-nav .dropdown:hover .dropdown-menu{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .15s cubic-bezier(.1,1.26,.83,1),opacity .1s cubic-bezier(.39,.575,.565,1);
    -moz-transition: -moz-transform .15s cubic-bezier(.1,1.26,.83,1),opacity .1s cubic-bezier(.39,.575,.565,1);
    transition: transform .15s cubic-bezier(.1,1.26,.83,1),opacity .1s cubic-bezier(.39,.575,.565,1);
    z-index: 20;
    visibility: visible;
    overflow: visible;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e31e24!important;
}
.navbar-nav .dropdown .dropdown-menu li a{
  transition: all .5s;
}
.navbar-nav .dropdown .dropdown-menu li:hover a{
  color: #fff;
    text-decoration: none;
    background-color: #e31e24!important;
}
.menuustalan{
    transition: all .5s;
}
.header_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.logogizle img{
    transition: all .5s
}
.header_bg .logogizle img{
    max-width: 170px!important;
}
.logogizle .py-4{
   transition: all .5s
}
.header_bg .logogizle .py-4{
    padding-top: .25rem!important;
    padding-bottom: .25rem!important;
    line-height: 35px;
}
.header_bg1{
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 2px 2px rgba(0,0,0,.2);
}
.menuustalan.logokucukgizle .py-4{
padding-top: .25rem!important;
    padding-bottom: .25rem!important;
    font-size: 14px;
}
.menuustalan.logokucukgizle{
    background-color: #e31e24;
}
@media (max-width: 991px){
    .menualan {
        background-color: #ffffff;
    }
    .mob-nav .navbar-brand img{
        max-width: 170px!important;
    }
    .header_bg1 {
        top: 0px;
    }
    .carousel-indicators1{
        display: none;
    }
    
}

.parallaxbg
{
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 300px;
    position: relative;
    object-fit: cover;
}
@media (max-width: 767px){
	.section_home_urunler .urunlerbg-small,
    .section_home_urunler .urunler{
    	display: none!important;
    }
    .icsayfatitle {
	    font-size: 18px
	}
	.altsayfa{
		display: none;
	}
	.urundetaybg{
		padding: 20px 0px 0px;
	}
	.urundetaybg .col-12 .d-flex.justify-content-center.px-5,
	.urundetaybg .aramasonuculistesi{
		display: none!important;
	}
	.urun-title {
	    font-size: 16px;
	}
	.haber-baslik {
	    font-size: 16px;	
	}
	.haber-icerik {
	    font-size: 14px;
	    text-align: left;
	}
	.haber-detay a{
		font-size: 14px;
	}
	.haberlerbg{
		padding: 30px 10px;
	}
	.carousel-title{
		font-size: 20px;
	}
	.btn-purple{
		padding: 3px 18px;
	}
	.carousel-caption1{
		right: auto;
		top: auto;
		left: 5%;
		bottom: -23%;
	}
	section .urunler{
		display: none;
	}
	.iconflag{
		padding-left: 15px!important;
	}
	.iconflag a{
		 display: inline-block!important;
	    padding: 0!important;
	    font-size: 14px!important;
	}
}
.urun_title h1{
       color: #e31e24;
    margin: 16px 0px 22px;
}
.urun_bg_txt p a{
    color: #e31e24;
}