
.beyaz{
    color: #FFF !important;
}
.page-title-area{
    animation: sectionbgimg 10s infinite ease-in-out;
}

@keyframes sectionbgimg {
    0% {
        background-size: 120% auto;
    }
    50% {
        background-size: 125% auto;
    }
    100% {
        background-size: 130% auto;
    }
}
@-webkit-keyframes sectionbgimg {
    0% {
        background-size: 120% auto;
    }
    50% {
        background-size: 125% auto;
    }
    100% {
        background-size: 130% auto;
    }
}
@media (max-width: 991px){

    @keyframes sectionbgimg {
        0% {
            background-size: auto 120%;
        }
        50% {
            background-size: auto 125%;
        }
        100% {
            background-size: auto 130%;
        }
    }
    @-webkit-keyframes sectionbgimg {
        0% {
            background-size: auto 120%;
        }
        50% {
            background-size: auto 125%;
        }
        100% {
            background-size: auto 130%;
        }
    }
    .gizli{
        display: none; !important;
    }
}
.hakkimizda{
    border-radius: 5px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
@media only screen and (max-width: 991px){
    .navbar-nav {
        height: 100% !important;
        overflow-y: scroll;
    }
}
@media only screen and (max-width: 991px) {
    .mob-pdf {
        display: none !important;
    }

    .pdf-only-mob {
        display: block !important;
    }
}
@media only screen and (min-width: 991px){
    .mob-pdf{
        display: block !important;
    }
    .pdf-only-mob{
        display: none !important;
    }
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.sticky + .content {
    padding-top: 102px;
}
.renkli {
    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .5s ease-in-out;
}

.renkli:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.1);
}
footer {
    background-color: #eeeeee;
}

footer .footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #eeeeee;
}
footer .footer-top .footer-logo img {
    filter: grayscale(1) opacity(0.7);
    width: 150px;
}
.footer-middle {
    padding-top: 5px;
    border-top: 1px solid #c1c1c1;
    background: #dedede;
}
.footer-middle p {
    color: rgba(52, 52, 52, 1);
    margin-top: 10px;
}
footer .footer-middle ul {
    display: block;
}
footer .footer-bottom {
    background: #1c4883;
    color: WHITE;
    padding: 10px;
    font-size: 12px;
}
.beyaz{
    color: #FFF;
}
.footer-top a.footer-url:last-child {
    margin-left: 10px;
    border-left: 1px solid #9e9e9e;
    padding-left: 10px;
    font-size: 0.9em;
}
footer .footer-top .footer-url {
    color: rgba(161, 161, 161, 1);
    font-size: 0.9em;
    letter-spacing: 0px;
    font-weight: 600;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    margin-top: 13px;
    display: inline-block;
}
.sag{
    text-align: right;
}

div.main-nav .navbar-brand >img {
    width: 210px;
    padding-bottom: 5px;
    padding-top: 5px;
}

div.side-nav .social-info .nav-item a>span {
    font-size: 16px;
    color: #00245a;
}

.pekyol-brand-title {
    font-size: 20px;
    color: black !important;
    line-height: 0px;
}

.card-content {
    padding: 20px 0px;
}

.card-content p {
    line-height: 12px;
    margin-bottom: 12px;
    padding: 10px;
}

.card-title {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding: 10px;
}

.card-price {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    padding: 10px;
}

.card .card-image img {
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px;
    background-size: auto;
    height: 300px;
    -webkit-box-shadow: 0 0 0.313em rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 0.313em rgba(0, 0, 0, .05);
    box-shadow: 0 0 0.313em rgb(0 0 0 / 5%);
    -webkit-transition: -webkit-box-shadow .3s ease, border-color .3s ease;
    -moz-transition: -moz-box-shadow .3s ease, border-color .3s ease;
    -ms-transition: -ms-box-shadow .3s ease, border-color .3s ease;
    -o-transition: -o-box-shadow .3s ease, border-color .3s ease;
    transition: box-shadow .3s ease, border-color .3s ease;
}
.birinci{
    position: absolute;
    z-index: 99999;
    float: right;
    text-align: right;
    right: 70px;
    padding-top: 25px;
    margin-left: -70px;
}
.ikinci{
    position: absolute;
    z-index: 99999;
    float: right;
    text-align: right;
    right: 140px;
    padding-top: 25px;
    margin-left: -150px;
}
.gri{
    color: #575969;
}
.left{
    text-align: left;
}