


.grid_2x{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    grid-gap: 1rem;
    position: relative;
    @media screen and(max-width:480px) {
        grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
        grid-gap: 10px;
    }

    .grid_items{
        background: $white_color;
        border-radius: 5px;
        box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
        padding: 2rem 1rem;
    }
}

header{position:relative;z-index:100;background:#fa6161;box-shadow:0 10px 15px 0 rgba(0,0,0,.5)}header.fixed{position:fixed;top:0;left:0;width:100%}@media screen and (max-width: 600px){header.fixed{position:relative}}header .navbar-brand .logo{height:60px}@media screen and (max-width: 480px){header .navbar-brand .logo{height:35px}}header .navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.85);letter-spacing:1.5px;font-size:1rem;font-weight:500}header .navbar{padding:0 3rem}@media screen and (max-width: 768px){header .navbar{padding:0}}header .dropdown-menu{right:0;left:auto;width:100%;min-width:60rem;padding:1rem;box-shadow:5px 5px 10px 0 rgba(0,0,0,.2)}@media screen and (max-width: 480px){header .dropdown-menu{min-width:20rem;width:100%}}header .dropdown-menu .grid_5x{display:grid;grid-template-columns:repeat(auto-fit, minmax(18%, 1fr));grid-gap:10px;position:relative}@media screen and (max-width: 480px){header .dropdown-menu .grid_5x{grid-template-columns:repeat(auto-fit, minmax(100%, 0fr));grid-gap:5px}}header .dropdown-menu .grid_5x .grid_items{background:#fff;padding:0rem}header .dropdown-menu .grid_5x .grid_items a{padding:5px 0;display:block;color:#444}header .dropdown-menu .grid_5x .grid_items a:hover{color:#fa6161}header .dropdown-menu .grid_5x .grid_items h6{color:#444;font-size:17px;text-transform:uppercase !important;margin-bottom:1rem}@media screen and (max-width: 480px){header .dropdown-menu .grid_5x .grid_items h6{margin-top:1rem;margin-bottom:0rem;font-weight:600;border-bottom:1px solid #f9f9f9;padding-bottom:8px}}.carousel-item::before{height:100%;width:100%;background:rgba(255,255,255,.85) !important}.carousel-item::after{height:100%;width:100%;background:rgba(255,255,255,.85) !important}a{color:#fa6161}a:hover{color:#0990b9}h3{color:#fa6161}.grid_4x{display:grid;grid-template-columns:repeat(auto-fit, minmax(23%, 1fr));grid-gap:15px;position:relative}@media screen and (max-width: 480px){.grid_4x{grid-template-columns:repeat(auto-fit, minmax(48%, 1fr));grid-gap:10px}}.grid_4x .grid_items{background:#fff;border-radius:5px;box-shadow:0 0 8px 0 rgba(0,0,0,.1);padding: 2rem 1rem}.grid_4x .grid_items:hover{box-shadow:0 0 20px 0 rgba(0,0,0,.2)}.grid_4x .grid_items i{color:#fa6161;margin-bottom:2rem}.grid_4x .grid_items h4{color:#666;font-size:17px}.services{position:relative;display:block;padding:4rem 0;background:linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url("../images/bg.jpg");background-attachment:fixed;background-position:center;background-size:cover;text-align:center;color:#444}.whyChoose{padding:5rem 0}.whyChoose h3{color:#fa6161;margin-bottom:1.5rem}.productCat .col-md-6.h-100{border-bottom:1px solid #f9f9f9}.productCat .product_cat_1{position:relative;min-height:450px;background-size:cover;background-image:center center}.productCat .product_cat_2{position:relative;min-height:450px;background-size:cover;background-image:center center}.productCat h1{font-size:2.5rem;color:#fa6161;font-weight:100;margin-bottom:1.5rem}@media screen and (max-width: 480px){.productCat h1{font-size:1.5rem}}.productCat h4{color:#444}@media screen and (max-width: 480px){.productCat h4{font-size:1rem;color:#fa6161}}.productCat p{font-size:14px}.counter{padding:3rem;background:#fa6161;color:#fff}.partner{padding:5rem 0}.partner .grid_6x{display:grid;grid-template-columns:repeat(auto-fill, minmax(8.5%, 0fr));grid-gap:7px}.partner .grid_6x img{box-shadow:0 0 2px 0 rgba(0,0,0,.1);border-radius:4px;max-width:100%}.partner .grid_6x img:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.1)}@media screen and (max-width: 480px){.partner .grid_6x{grid-template-columns:repeat(auto-fill, minmax(23%, 0fr))}}
footer{padding:4rem 0; 
background:linear-gradient(to top, rgba(9, 9, 9, 0.8), rgba(9, 9, 9, 0.75)),url("../images/footer.jpg");
background-position:center;background-size:cover}footer ul li a{padding:6px 0px;display:block}/*# sourceMappingURL=style.min.css.map */