﻿.container {
    padding: 0 36px;
}
.bgDark {
    background: #4D4D4D !important;
}
/*BREADCRUMB--------------------*/
.breadcrumbNav {
    background-color: #ffffff !important;
}

nav[aria-label="breadcrumb"] ol {
    background-color: #ffffff !important;
}

/*------------------------------*/
.kisit {
    min-height: 10rem!important;
    max-height: 10rem!important;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media only screen and (min-width:992px) and (max-width:1400px) {
    #navbarNavDropdown a {
        font-size: .625em !important;
    }
}

@media only screen and (max-width:992px) {
    .site-banner {
        padding: 22% 0px !important;
    }

    .banner-mask {
        background: rgba(0, 0,0, .52);
    }
}

@media only screen and (min-width:993px) {
    .container-fluid {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

@media only screen and (min-width:1400px) {
    .container-fluid {
        padding-left: 10rem;
        padding-right: 10rem;
    }
}

.site-banner {
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px;
    padding: 6% 0px;
    background-position: center;
}

.banner-mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: radial-gradient(circle farthest-side, rgba(0, 0, 0, 0),rgba(0, 0, 0, .52), rgba(0, 0,0, .52));
}

.banner-title {
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    color: rgba(255,255,255,1);
    position: absolute;
    top: 48%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.cmb-navba .sub-menu a {
    color: #707070;
    font-size: 16px;
    line-height: 2.5rem;
}

a:hover {
    color: unset;
    text-decoration: none;
}

.navbar-brand {
    padding: 0 !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    margin:0;
}

.mass-navbar {
    background-color: #414141;
    color: #707070;
    font-size: 20px;
    font-family: 'Roboto',sans-serif;
    padding:0;
}

.mass-navbar .navbar-collapse {
    height: 50px;
    margin: 0;
    border-top: 1px #202020 solid;
    border-bottom: 1px #202020 solid;
}

    .mass-navbar .nav-item {
        width:100%;
    }

    .mass-navbar .nav-item {
        font-size: 1rem;
        font-family: 'Roboto',sans-serif;
        text-align: center;
    }

        .mass-navbar a::before {
            color: #707070;
            text-decoration-line: underline;
            text-decoration-color: #BE0000;
        }
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


.footer {
    background-color: #272725;
    bottom: 0;
    padding-top: 4rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #919191;
    font-family: 'Roboto',sans-serif;
}

    .footer h3 {
        color: #fff;
        font-size: 24px;
        font-weight: 500;
        font-style: normal;
    }

    .footer a {
        color: #919191;
        text-decoration-line: none;
    }

.submenu-border {
    border-top: 1px solid #393937;
}

.p-style {
    color: white!important;
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
    line-height: 2;
}
    .p-style a{
        color:white!important;
    }


    .searchbar {
        margin-bottom: auto;
        margin-top: auto;
        height: 55px;
        background-color: #fff;
        border-radius: 2px;
        padding: 8px 0px;
    }

.search_input {
    color: #707070;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    line-height: 40px;
    transition: width 0.4s linear;
    font-size: .75rem;
}

.searchbar:hover > .search_input {
    padding: 0 10px;
    width: 180px;
    border: 2px solid #868686;
    border-radius: 3px;
    caret-color: #868686;
    transition: width 0.4s;
}

.copyright {
    background-color: #272725;
    padding: .5rem 8%;
    text-align: center;
    border-bottom: none;
}

    .copyright p {
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        color: #919191;
        text-align: center;
        margin: .5rem 0 0;
    }

.searchbar:hover > .search_icon {
    background: white;
    color: #707070;
    text-decoration: none;
}

.search_icon {
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .navbar-nav li {
        margin-top: 3%;
    }

    .searchbar {
        margin-left: 5%;
    }
}

.dropdown-menu {
    top: 45px;
    border-radius: 0px;
    flex-direction: row;
    width: 100%;
    height: auto;
    padding: 0;
    z-index: 9999;
    border: 1px #262626 solid;
    background: #171717;
    filter: alpha(opacity=60);
    opacity: 0.9;
}
.dropdown-item {
    font-size: 14px;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.dropdown-item:last-child {
    border-bottom: none;
}

    .dropdown-item:hover {
        color: #F33!important;
        text-decoration: none;
        background-color:unset;
    }

.navbar-light .navbar-nav .show > .nav-link {
    color: #707070;
    padding-top: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #707070;
    padding-top: 0;
}

    .navbar-light .navbar-nav .nav-link:focus {
        color: #707070;
        padding-top: 0;
    }

.training-menu {
    color: #707070 !important;
    font-size: 16px !important;
    margin-left: 2%;
    margin-right: 2%;
}

    .training-menu:hover {
        color: #BE0000 !important;
        font-size: 16px !important;
        background-color: #ffffff;
        margin-left: 2%;
        margin-right: 2%;
    }

.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa !important;
}

.card-imgFit {
    object-fit: cover !important;
    height: 175px !important;
    width: 100% !important;
}

.card-body {
    font-family: 'Roboto',sans-serif;
}

.char-limitter {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.logo {
    background: #414141;
    position: relative;
    overflow: visible;
}

.nav-item {
    display: block;
    padding-top: 13px;
    text-transform: uppercase;
    padding-bottom: 11px;
}

    .nav-item:hover, .dropdown.show {
        background: #171717;
        color: #acacac;
    }

    .nav-item:hover a {
        color: #acacac;
    }

    .nav-item a {
        display: block;
        color: #FFF;
        text-decoration: none;
    }

#content .title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 36px;
    text-transform: capitalize;
    color:#fff;
}

#content p {
    font-size: 14px;
    margin: 0 0 18px;
    color: #D2D2D2!important;
}

.solbir {
    font-size: 13px;
    margin: 0 0 18px;
    color: #D2D2D2 !important;
}


.nivo-caption {
    width: 25%;
    min-width:200px;
    height: 100%;
    padding: 36px 36px 0 36px;
    right: 0px !important;
}

.nivo-directionNav a {
    display: block;
    line-height: 36px;
    background: #666;
    padding: 0 1em;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    /* for IE */
    filter: alpha(opacity=60);
    /* CSS3 standard */
    opacity: 0.6;
}
.nivo-caption {
    position: absolute;
    /*left:0px;*/
    bottom: 0px;
    background: #000;
    color: #fff;
    opacity: 0.75!important; /* Overridden by captionOpacity setting */
    z-index: 0;
    text-align:center;
}

.nivo-caption ul {
    background:#202020;
    border-radius:5px!important;
    padding:18px;
    list-style-type:none;
    text-align:left;
}

    .nivo-caption ul li {
        font-size:14px;
        line-height:18px;
        color:#999999;
        text-shadow:1px 1px #000000;
        padding-left:2rem;
    }

.readmore.bigbutton a {
    color: #000;
    font-size: 16px;
    background: #fff;
    padding: 6px 14px 10px 14px;
    border-radius: 5px;
}

.buyuk {
    font-size: 25px;
    text-align: center;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

#sidebar .product-menu {
    list-style-type: none;
    margin: 0 0 3rem;
    padding: 0;
    width: 100%;
    background-color: white;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
}

    #sidebar .product-menu li a {
        font-size: 16px;
        line-height: 33px;
        font-weight: 300;
        display: block;
        color: #707070;
        margin-left: 2rem;
        padding: 0.5rem 0;
        border-bottom: 1px solid #E4E4E4;
        text-decoration: none;
    }


    #sidebar .product-menu li:hover {
        background-color: #80808024;
    }
        #sidebar .product-menu li:hover .fa-chevron-right {
            color: #e20a16;
        }

#sidebar h3, .contact-info h3 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 9px;
    padding-bottom: 9px;
    font-weight: 400;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, p, b, breadcrumb-item ,span{
    color: #ffffff !important;
}
.footer a {
    color: #ffffff !important;
}
#main {
    padding-top: 36px!important;
    padding-bottom: 1px!important;
}

.catalog-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 36px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 400;
}

.ServicesText {
    color: #999999 !important;
    font-size: 14px;
    margin-top: .5rem;
    text-align: center;
}

.carousel-control-next .sliderBtn, .carousel-control-prev .sliderBtn {
    display: block;
    line-height: 36px;
    background: #666;
    padding: 0 1rem;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    filter: alpha(opacity=60);
    font-size: 12px;
    opacity:0;
}

.carousel-control-next, .carousel-control-prev {
    width: 5.4%;
}

#massSlider:hover .carousel-control-next .sliderBtn, #massSlider:hover .carousel-control-prev .sliderBtn {
    opacity: 1;
}