::-webkit-scrollbar
{
    width: 3px;
    background-color: black;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: rgba(0, 0, 0, 0.34);
}
::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #ed1c24;
}
*{
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
/*===HEADER===*/
.header{
    background: white;
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    z-index: 999;
}
.logo{
    height: 80px;
    object-fit: contain;
    float:left;
    padding: 10px 0;
}
.desctop-menu{
    float:right;
    text-align: center;
    margin:0;
    padding: 0;
}
.dropping-menu {
    border-radius: 0;
    box-shadow: 0 0 5px #535c68;
    margin: 0;
    padding: 15px 0;
}
.desctop-menu > li{
    display: inline-block;
}
.desctop-menu > li > button{
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
    transition: 0.5s;
    padding: 0 10px;
    line-height: 80px;
    font-family: 'Bebas Neue', cursive;
    border:none;
    outline: none;
    border-bottom:2px solid transparent;
    background: none;
}
.desctop-menu > li > a{
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
    transition: 0.5s;
    padding: 0 10px;
    line-height: 80px;
    font-family: 'Bebas Neue', cursive;
    border-bottom:2px solid transparent;
}
.desctop-menu > li:last-child > a{
    padding-right: 0;
}
.dropping-menu li a:hover{
    color: #ed1c24;
}
.desctop-menu > li > a:hover{
    color: #ed1c24;
    border-color: #ed1c24;
}
/*===BANNER===*/
.banner{
    height: 100vh;
    background: url('../images/general/banner.jpg') no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
}
.banner:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.5);
    z-index: 2;
}
.abs-word{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    z-index: 10;
    color:white;
    font-size: 3em;
    font-weight: bold;
    text-transform: uppercase;
}
/*===ABOUT===*/
.about{
    height: 100vh;
}
.about-text{
    height:100%;
}
.about-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 40px;
}
.about-img{
    height:100%;
    background: url('../images/general/about.jpg') no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.about-text .about-title{
    color: #2c3e50;
    font-size: 3em;
    font-weight: bold;
    text-transform: uppercase;
}
.about-text .about-title span{
    color: #ed1c24;
}
.about-text .about-info{
    color: #2c3e50;
    font-size: 17px;
    text-align: justify;
}
/*===SERVICE===*/
.products{
    padding: 60px 0;
    background: #ecf0f1;
}
.products-type{
    margin-bottom: 20px;
}
.secondimg .item{
    text-align: center;
}
.secondimg img{
    max-width: 100%!important;
    height: 400px!important;
    object-fit: contain!important;
    margin: 0 auto;
}
.products-type a{
    display: inline-block;
    padding: 5px 15px;
    border: 2px solid #2c3e50;
    color: #2c3e50;
    text-decoration: none;
    transition: 0.5s;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
.products-type a:hover{
    border: 2px solid #ed1c24;
    color: white;
    background: #ed1c24;
}
.products-type a.active{
    border: 2px solid #ed1c24;
    color: white;
    background: #ed1c24;
}
.inner-products{
    margin-top:80px;
}
.inner-products .products-card{
    margin-bottom:20px;
}
.products .carousel-indicators{
    position: relative;
    bottom:0;
    margin-top: 15px;
}
.products .carousel-indicators li {
    width: 13px;
    height: 13px;
    border: 1px solid #2c3e50;
}
.products .carousel-indicators .active {
    width: 15px;
    height: 15px;
    background-color: #ed1c24;
    border-color: #ed1c24;
}
.products .item{
    padding: 10px 0;
}
.products-card{
    width: 80%;
    margin:0 auto;
    background: white;
    padding: 40px;
    box-shadow: 0 0 5px #535c68;
}
.products-image{
    width: 50%;
    float:left;
    display:inline-block;
    text-align: center;
    padding-right: 20px;
}
.products-title{
    color: #2c3e50;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 2px solid #ed1c24;
    text-align: left;
    padding-left: 10px;
}
.products-image img{
    max-width: 100%;
    height: 400px;
    object-fit: contain;
}
.products-details{
    width: 50%;
    float:left;
    display:inline-block;
    font-size: 12px;
}
.more-products{
    margin-top:20px;
    display: inline-block;
    padding: 10px 40px;
    font-size: 12px;
    text-transform: uppercase;
    color: #2c3e50;
    border: 2px solid #2c3e50;
    transition: 0.5s;
    background: white;
    text-decoration: none;
}
.more-products:hover{
    background: #ed1c24;
    border-color:#ed1c24;
    color:white;
    text-decoration: none;
}
.section-title{
    color: #2c3e50;
    font-size: 3em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}
.section-title span{
    color: #ed1c24;
}
/*===CONTACT===*/
.contact{
    background: #2c3e50;
    padding: 40px;
}
.map iframe{
    width: 100%;
    height: 450px;
}
.feedback{
    text-align: right;
}
.feedback-title{
    color:white;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    padding-left: 30px;
    float: right;
}
.feedback-detail{
    font-size: 13px;
    color:white;
}
.feedback-detail a{
    width: 33px;
    height: 33px;
    color:white;
    border: 2px solid white;
    text-align: center;
    line-height: 33px;
    transition: 0.5s;
    display:inline-block;
    font-size: 16px;
}
.feedback-detail a:hover{
    background: #ed1c24;
    color:white;
    border-color: #ed1c24;
}
.footer-menu{
    text-align: right;
}
.footer-section-title{
    display: block;
    color:white;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    border-bottom: 2px solid #ecf0f1;
    margin-bottom: 20px;
}
.footer-menu ul{
    margin:0;
    padding: 0;
}
.footer-menu ul li{
    display:block;
}
.footer-menu ul li a{
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    transition: 0.5s;
    padding: 0 10px;
    font-family: 'Bebas Neue', cursive;
    line-height: 50px;
}
.footer-menu ul li a:hover{
    color: #ed1c24;
}
.footer{
    background: white;
    font-size: 12px;
    color:black;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
}
/*PAGINATE*/
.pagination>li>a, .pagination>li>span {
    color: #000000;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #ed1c24;
    border-color: #ed1c24;
}
.admin-panel{
    margin: 40px -15px;
}
.admin-panel > div{
    margin-bottom: 20px;
}
.admin-panel > div a{
    display: block;
    color:black;
    text-align: center;
    font-size: 13px;
    padding: 10px;
}
.admin-panel > div a p{
    margin:0;
    width: 100%;
    text-overflow: ellipsis;
    overflow-x: hidden;
}
.back-to-admin{
    margin-bottom: 20px;
    margin-top: 20px;
}
.back-to-admin a{
    color:black;
    font-size: 12px;
    text-decoration: none;
}
.back-to-admin a:hover{
    color: #ed1c24;
    text-decoration: none;
}
.back-to-admin span{
    color:black;
    font-size: 12px;
}
/*===RESPONSIVE===*/
@media only screen and (max-width: 1024px) {
    .about {
        height: 120vh;
    }
}
@media only screen and (max-width: 800px) {
    .header {
        padding: 0 20px;
    }
    .about-img{
        display:none;
    }
    .footer-menu{
        display: none;
    }
    .map iframe {
        height: 250px;
    }
}
@media only screen and (max-width: 768px) {
    .products-image {
        width: 100%;
    }
    .products-details {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .header {
        text-align: center;
    }
    .logo {
        float: unset;
    }
    .desctop-menu {
        float: unset;
    }
    .desctop-menu > li > a{
        font-size: 15px;
    }
    .desctop-menu > li > button{
        font-size: 15px;
    }
    .dropdown-menu {
        left: -70px;
    }
    .banner{
        height: 500px;
    }
    .about{
        height: auto;
    }
    .about-inner {
        position: relative;
        top: 0;
        transform: translateY(0);
        padding: 0 40px;
    }
    .table {
        font-size: 8px;
    }
    .map, .feedback{
        width:100%;
    }
}