﻿.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 55px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 999;
}

.whatsapp-float-i {
    margin-top: 16px;
}

.phone-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 120px;
    left: 20px;
    background-color: #e53a3a;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 999;
}

.phone-float-i {
    margin-top: 16px;
}


/* Tema Css*/
.loader .loader-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e7b200;
}

h1 {
    font-size: 30px;
}

.full-width-header .rs-header .topbar-area.style2 {
    background-image: linear-gradient(180deg, #221e1d 10%, #fdc802 100%);
}

    .full-width-header .rs-header .topbar-area.style2 .topbar-contact li a:hover {
        color: #ccc;
    }

    .full-width-header .rs-header .topbar-area.style2 .topbar-contact li a {
        color: #ffffff;
        border-right: 1px solid #ccc;
    }



#scrollUp i {
    background-image: linear-gradient(180deg, #221e1d 10%, #fdc802 100%);
    color: #fff;
}

.rs-footer {
    background: none;
    background-color: #F5F6F9;
}

body .search-modal {
    background: #ffc107;
}


.rs-breadcrumbs2 .breadcrumbs-inner ul li {
    color: #9c9797;
}

    .rs-breadcrumbs2 .breadcrumbs-inner ul li a:before {
        background-color: #000000;
    }

.rs-breadcrumbs2 .breadcrumbs-inner .page-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 56px;
    color: #000000;
}

.rs-breadcrumbs2 .breadcrumbs-inner ul li a {
    color: #000000;
}




@media only screen and (min-width: 992px) {
    .mobile-menu-5 {
        display: none;
    }
}


@media only screen and (max-width: 991px) {
    .mobile-menu-5 {
        display: block;
    }
}

.ul15 ul {
    padding: 0 15px 0 15px;
}

.ul15 p {
    margin-left: 0px;
}

header .navbar .navbar-brand img, header .sidebar-nav-menu .navbar-brand img, header.side-menu .logo img {
    max-height: 60px;
}

.bg-yellow-ochre {
    background-color: #505050;
}



.opacity-extra-medium {
    opacity: .7;
}

.parallax {
    height: 410px;
}

.small-screen {
    height: 150px;
}

.parallax {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden;
    background-attachment: inherit !important;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}

.urun2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: stretch;
    justify-content: center;
    min-height: 90px;
    padding: 0 10px 10px 10px;
}

.mobile-logo {
    max-width: 120px;
}

.border-color-fast-blue {
    border-color: #e53a3a !important;
}

.color-fast-blue {
    color: #e53a3a;
}

.tag-cloud a {
    border: 1px solid #e53a3a;
}

.tag-cloud-mini a {
    font-size: 11px;
    line-height: 18px;
    margin: 0 5px 8px 0;
    padding: 3px 15px 4px;
    border-radius: 4px;
}

.tag-cloud-mini a {
    font-size: 11px;
    line-height: 18px;
    margin: 0 5px 8px 0;
    padding: 3px 15px 4px;
    border-radius: 4px;
}


.phone-float-text {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}

.phone-float-text .phone-btn {
    width: 100%;
    height: auto;
    bottom: 0px;
    text-align: center;
    background: #232323;
    padding: 10px 5px 10px 5px;
    cursor: pointer;
    position: absolute;
    font-size: 14px;
}

.phone-float-text .phone-btn .theme-wrapper > div {
    color: #fff;
    text-transform: uppercase;
    line-height: 23px;
}


.phone-float-text .phone-btn .theme-wrapper i, .phone-float-text .phone-btn .theme-wrapper i {
    padding: 0 5px 0 5px;
    font-size: 24px;
}

.phone-float-text .phone-btn a > i, .phone-float-text .phone-btn a > i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px;
    line-height: 55px;
    text-align: center;
    opacity: 0;
    font-size: 18px;
    transition-delay: .3s;
}

@media (max-width: 767px) {
    .mobile-hide {
        display: none;
    }
}

@media (min-width: 768px) {
    .mobile-show {
        display: block;
    }
}

.bg-medium-slate-blue {
    background-color: #d23535;
}

.padding-3-rem-lr {
    padding-left: 2rem;
    padding-right: 2rem;
}

.blog-post-image {
    height: 277px;
}

.padding-2-half-rem-tb {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}


.navbar-nav {
    justify-content: center;
    flex-wrap: wrap;
}


.navbar .navbar-nav .nav-link {
    padding: 15px 0;
}