body, html {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

body {
    overflow-x: hidden;
    background-image: url(../img/bg.png);
    background-repeat: repeat-y;
}


/*table
{
    width:100% !important;
}

td
{
    padding:7px 7px 7px 7px !important;
}*/




/*tr:not(:first-child):hover {
    background-color: #c3e6e5;
}

*/


tbody>tr:hover {
    background-color: #c3e6e5;
}

/*.floatingWhatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;

}

.fab-icon {
    margin-top: 16px;
}*/



.floating_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1001;
}

    .floating_btn a {
        text-decoration: none;
    }

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}



/*.whatsappIconHref {
    display: inline-block !important;
    position: fixed !important;
    z-index: 9999999 !important;
    right: 30px !important;
    bottom: 40px !important;
    color: white !important;
}



    .whatsappIconHref:before, .whatsappIconHref:after {
        content: '';
        display: block;
        position: absolute;
        border: 2px solid white;
        left: -20px;
        right: -20px;
        top: -20px;
        bottom: -20px;
        border-radius: 50px;
        animation: pulsefixed 1.5s linear infinite;
    }

    .whatsappIconHref:hover:before {
        border: 2px solid white;
    }

    .whatsappIconHref:hover:after {
        border: 2px solid white;
    }

    .whatsappIconHref:after {
        animation-delay: .5s;
    }*/


.hakkimizdaButton {
    display: inline-block;
    margin-top: 20px;
    font-weight: 700;
    border: 1px solid #ec1f27;
    color: #ec1f27;
    /*	border:1px solid #ff6239;*/
    /*color: #ff6239;*/
    padding: 15px 20px 15px 20px;
    border-radius: 20px 20px 20px 20px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .hakkimizdaButton:hover {
        text-decoration: none !important;
        color: #ec1f27;
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }


.haberlerBackground {
    background-color: #f5f3f3;
    padding-top: 30px;
    padding-bottom: 30px;
}


.mobileMenuOverlay {
    position: absolute;
    z-index: 99999999;
    height: 100%;
    width: 100%;
    background-color: #ec1f27;
    color: white;
    font-weight: 700;
    text-align: center;
    padding-top: 30px;
    display: none;
}

.innerContent {
    background: rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 1px 50px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 50px 0 rgba(0, 0, 0, .1);
    min-height: 500px;
    padding: 35px;
    border-radius: 0 0 11px 11px;
    font-size: 15px;
}



.ulContentMenuRight {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .ulContentMenuRight li > a {
        display: inline-block;
        padding: 10px 10px 10px 10px;
        display: inline-block;
        width: 100%;
        font-weight: 500;
        font-size: 16px;
        color: #5f504d;
        border-bottom: 1px solid #cdcdcd;
        cursor: pointer;
        -webkit-transition: .2s;
        transition: .2s;
    }

        .ulContentMenuRight li > a:hover {
            color: white;
            background-color: #ec1f27;
            text-decoration: none;
            font-size: 15px;
            padding-left: 30px;
            font-weight: bold;
            border-bottom: 0px;
            border-radius: 10px 10px 10px 10px;
        }

.innerRightBox {
    background: #fff;
    -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .05);
    padding: 25px 25px 10px;
    border-radius: 0 11px 11px 0;
    margin-top: 40px;
}

.mobileMenu {
    padding: 0;
    margin: 0;
    font-size: 17px;
    list-style: none;
}

    .mobileMenu li > a {
        padding-top: 5px;
        padding-bottom: 5px;
        display: inline-block;
        color: white;
        cursor: pointer;
    }


/*.urunlerDetailButton {
    display: inline-block;
    margin-top: 30px;
    font-weight: 700;
    border: 1px solid #ec1f27;
    color: #ec1f27;
    padding: 10px 10px 10px 10px;
    border-radius: 20px 20px 20px 20px;
    width: 100px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent !important;
}*/



/*urunlerDetailButton hover test*/
/*.urunlerDetailButton::before {
        content: '';
        width: 0%;
        height: 100%;
        display: block;*/
/*        background: #071982;
*/ /*position: absolute;
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        left: -10%;
        opacity: 1;
        top: 0;
        z-index: -12;
        -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
        -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
        box-shadow: 2px 0px 14px rgba(0,0,0,.6);
    }

    .urunlerDetailButton::after {
        content: '';
        width: 0%;
        height: 100%;
        display: block;
        background: #ff6c00;
        position: absolute;
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        left: -10%;
        opacity: 0;
        top: 0;
        z-index: -15;
        -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
        -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
        -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
        transition: all .4s cubic-bezier(.2,.95,.57,.99);
        box-shadow: 2px 0px 14px rgba(0,0,0,.6);
    }

    .urunlerDetailButton:hover::before, .urunlerDetailButton:hover::before {
        opacity: 1;
       width: 116%;
    }

    .urunlerDetailButton:hover::after, .urunlerDetailButton:hover::after {
        opacity: 1;
        width: 120%;
   }*/




.urunlerDetailButton {
    display: inline-block;
    margin-top: 30px;
    font-weight: 700;
    border: 1px solid #ec1f27;
    color: #ec1f27;
    padding: 10px 10px 10px 10px;
    border-radius: 20px 20px 20px 20px;
    width: 100px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .urunlerDetailButton:hover {
        text-decoration: none !important;
        color: #ec1f27 !important;
        transform: translateY(-3px);
        border: 1px solid #ec1f27 !important;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    .urunlerDetailButton .fa fa-long-arrow-right:hover {
        color: #ec1f27 !important;
    }




::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #FAFAFA;
}

::-webkit-scrollbar-thumb {
    background: #c00a27;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #e31444;
    }


.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%
}

.icon-scroll {
    width: 30px;
    height: 55px;
    margin-left: -20px;
    top: 50%;
    /*    margin-top: -55px;
*/
    margin-top: -150px;
    box-shadow: inset 0 0 0 3px #fff;
    border-radius: 25px;
}

    .icon-scroll:before {
        content: '';
        width: 8px;
        height: 8px;
        background: #fff;
        margin-left: -4px;
        top: 8px;
        border-radius: 4px;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        animation-name: scroll;
    }



@keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(30px);
    }
}


.owl-nav {
    position: absolute;
    right: -5px;
    top: -25px;
}

.line {
    height: 3px;
    background-color: #255946;
}

.sliderWrapper {
    height: 75vh;
    /*    min-height: 650px;
*/
    min-height: 450px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.slidePerItem {
    height: 90vh;
    min-height: 650px;
}

.urunlerItems {
    background-color: white;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px 20px 0px 0px;
    padding: 25px 20px 20px 20px;
    bottom: 0px;
    margin-bottom: 30px;
    z-index: 1000;
    width: 60%;
}

.lineBox {
    height: 5px;
    background-color: white;
    margin-bottom: 5px;
    width: 40px;
    border-radius: 10px 10px 10px 10px;
}

.social {
    position: absolute;
    width: 100%;
    height: 40px;
    padding: 10px 10px 10px 10px;
}

    .social i {
        width: 25px;
        height: 25px;
        color: #255946;
        margin-right: 10px;
        border-radius: 25px;
        background-color: white;
        display: inline-block;
        padding-top: 5px;
        text-align: center;
    }

.socialMediaIcon:hover {
    color: red;
}

.header {
    width: 100%;
   /* padding-left: 0px;
    padding-right: 0px;*/
    z-index: 1001;
   position: fixed;
    top: 0;
    left: 0;
    background-color: #255946;
}

.slideHeader {
    position: relative;
    height: 100%;
}



#inputParent {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover #inputParent {
    display: block;
}

.logoImg {
    margin-top: -15px;
    width: 200px;
}

.logoMask {
    display: inline-block;
    /* background-color: white;*/
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    padding-left: 20px;
    padding-right: 10px;
}

.navbar-default {
    background-color: transparent !important;
    border-color: transparent;
    background-image: none;
    box-shadow: none;
    font-weight: 700;
}

    .navbar-default .navbar-nav > li > a {
        color: white !important;
        font-size: 16px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: red !important;
        font-weight: bold;
        font-size: 16px;
    }

.imgSlogan {
    display: inline-block !important;
    position: absolute !important;
    width: 100%;
    top: 10%;
    color: black !important;
    font-size: 25px !important;
    /* font-weight: bold !important;*/
    text-align: center !important;
    padding: 20px 20px 20px 20px !important;
    font-style: italic;
}

.mainProductName {
    font-weight: 700;
    padding-top: 10px;
    font-size: 16px;
    font-style: italic;
}

.mainProductTitle {
    margin-top: 20px;
}

/*#mainMenu > ul li > a:hover {
    background-color: #ec1f27;
    text-decoration: none;
    border-radius: 10px 10px 10px 10px;
}*/

/*#mainMenu > ul > li > a:hover {
    background-color: #ec1f27;
    text-decoration: none;
    border-radius: 10px 10px 10px 10px;

}*/

#mainMenu > ul > li > a {
    transition: 0.4s ease;
}

    #mainMenu > ul > li > a:hover,
    #mainMenu > ul > li > a:active,
    #mainMenu > ul > li > a:visited {
        background-color: #ec1f27;
        color: white !important;
        border-radius: 10px 10px 10px 10px;
    }



#mainMenu .dropdown-menu > li :hover {
    color: #ec1f27;
    font-weight: bold;
    padding-left: 25px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}





/*#mainMenu > ul > li > a {
    transition: 0.3s ease;
   
}

    #mainMenu>ul>li>a:hover{
        border-top:4px solid #ffffff;
        border-bottom:4px solid #ffffff;
        padding:6px 0;

    }*/



.owl-dots {
    position: absolute;
    top: 45%;
    right: 5px;
    transform: rotate(-270deg);
    text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
}

button.owl-dot {
    width: 30px !important;
    height: 30px !important;
    border: 3px solid white !important;
    margin-right: 5px;
    border-radius: 30px;
    outline: 0 !important;
}

    button.owl-dot span {
        display: inline-block !important;
        width: 18px !important;
        height: 18px !important;
        border-radius: 18px !important;
        background-color: white !important;
        margin: 3px 0 !important;
    }

    button.owl-dot.active {
        width: 30px !important;
        height: 30px !important;
        border: 3px solid #ff6c00 !important;
        margin-right: 5px;
        border-radius: 30px;
        outline: 0 !important;
    }

        button.owl-dot.active span {
            display: inline-block !important;
            margin-top: 3px !important;
            width: 18px !important;
            height: 18px !important;
            border-radius: 18px !important;
            background-color: #ff6c00 !important;
        }

#mobileMenuCheck {
    display: none;
}


@media only screen and (max-width: 1200px) {


    .urunlerItems {
        width: 80% !important;
    }
}


@media only screen and (max-width: 992px) {


    .urunlerItems {
        width: 80% !important;
    }
}


@media only screen and (max-width: 768px) {


   

    .logoImg {
        width: 150px !important;
    }
/*
    .hamburgerBox {
        margin-top: 30px !important;
    }*/

    .aboutBlockMain {
        height: 400px !important;
    }

    .welcomeBlock {
        margin-top: 200px;
    }


    .bizList {
        width: 100%;
        margin-left: 0px !important;
    }

    .urunlerItems {
        width: 90% !important;
    }


    .imgSlogan {
        font-size: 35px !important;
        line-height: 45px !important;
        top: 25% !important;
    }

    .imgSloganSub {
        margin-left: 50px;
        margin-right: 50px;
        line-height: 30px;
    }
}


@media (min-width: 973px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        margin-left: 30%;
        /* text-align: center;*/
    }
}

@media (max-width:768px)
{
    .navbar-default .navbar-nav .open .dropdown-menu > li > a{
        color:white !important;
    }
}

@media (min-width: 768px) and (max-width:973px){
    
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
         text-align: center;
    }
   
}
/*@media (min-width: 1320px) {
    .navbar-collapse {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}*/

/*@media only screen and (min-width: 1233px) {
    .navbar-collapse {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}*/


/*@media (min-width: 769px) and (max-width:1232px) {
    .navbar-collapse {
        position: absolute;
        left: 23%;
        transform: translateX(-10%);
    }
}*/




