body {
    font-family: 'Open Sans', sans-serif;
}
a {
    color: #555;
    transition: 0.5s ease;
    text-decoration: none;
}
a:hover {
    color: #333;
}
.swiper {
    width: 100%;
}

.flex-center-vertical {
    display: flex;
    align-items: center;
}
.main-wrapper {
    
}
.page-content {
    padding-bottom: 30px;
}

/* Header */
.page-header { 
    padding: 10px 0; 
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
}
.telClass{
    font-size: 14px;
    margin-top: 20px;
}

.site-logo {max-width: 50px;padding-bottom: 0px;padding-top: 0px;transition: 0.5s ease;}
@media screen and (min-width: 992px) {
    .site-logo {max-width: 80px;padding-bottom: 8px;padding-top: 8px;}
}
.sticky-header .page-header {
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
}
.sticky-header .site-logo {
    max-width: 40px; padding-bottom: 6px; padding-top: 6px;
}
.main-navigation { position: fixed; left: 0; top: 0; right: 0; bottom: 0; transform: translateX(-100%); z-index: 2; transition: 0.3s ease; }
.main-navigation.show { transform: translateX(0);  }
@media screen and (min-width: 992px) {
    .page-header { padding: 0; }
    .main-navigation { position: relative; }
}
.main-navigation-backdrop { position: fixed; left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.15);}
.main-navigation-wrapper { background: #fff; position: relative; height: 100%; max-width: 300px; }
@media screen and (min-width: 992px) {
    .main-navigation {
        position: static;
        display: block !important;
        transform: unset;
    }
    .main-navigation-backdrop { display: none;  }
    .main-navigation-wrapper {  max-width: unset; }
}

.main-menu { display: flex; flex-direction: column; list-style: none; padding: 0; margin: 0; position: relative; z-index: 2; }
.main-menu > li { width: 100%; border-bottom: 1px solid #eee; }
.main-menu > li > a { display: block; color: #707070; text-decoration: none; padding: 16px; position: relative; font-size: 14px; border-bottom: 1px solid #fff; }
.main-menu > li:hover > a { color: #333; background-color: #f6f6f6; border-bottom: 1px solid #eee; } 
.main-menu > li:hover > a + ul { padding-left: 16px; background-color: #eee;}
.main-menu > li:hover > a + ul a { color: #333}

.main-menu ul { list-style: none; padding: 0; position: relative; height: 0; opacity: 0; background: #fff; transition: 0.3s ease; }
.main-menu li:hover > ul { height: 100%; opacity: 1; }
.main-menu ul > li { display: block; }
.main-menu ul > li > a { display: block; padding: 8px 16px; font-size: 14px; color: #707070; text-decoration: none; transition: all .3s ease-in-out; }
.main-menu ul > li > a:hover { color: #333; background-color: #eee; }
@media screen and (min-width: 992px) {
    .main-menu  { flex-direction: row; }
    .main-menu ul { position: absolute; }
    .main-menu > li { width: unset; }
    .main-menu > li > a { display: inline-block;  }
    .main-menu > li > a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 3px;
        background-color: #333;
        transition: all .3s ease-in-out;
    }
    .main-menu > li:hover a { background: none;}
    .main-menu > li:hover > a:after { width: 100%; } 
    .main-menu > li:hover > a:after { position: absolute; } 
    .main-menu > li:hover > a + ul { padding: 0; background: #fff;}
    .main-menu li:hover > ul { height: auto;}
}

.navbar-toggler {
    position: absolute;
    width: 48px;
    height: 48px;
    padding: 12px;
    right: 15px;
    top: 19px;
}
@media screen and (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }
}
.navbar-toggler-icon {
    display: block;
    top: 50%;
    margin-top: -0.0625rem;
    transition-duration: .075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.navbar-toggler-icon, .navbar-toggler-icon::before, .navbar-toggler-icon::after {
    position: absolute;
    width: 1.375rem;
    height: 0.125rem;
    transition-property: transform;
    background-color: #333;
}
.navbar-toggler-icon::before, .navbar-toggler-icon::after {
    display: block;
    width: 1.375rem;
    content: "";
}
.navbar-toggler-icon::before {
    top: -0.4375rem;
    transition: top .075s .12s ease,opacity .075s ease,width .15s ease-in-out;
}
.navbar-toggler-icon:after {
    right: 0;
}
.navbar-toggler-icon::after {
    bottom: -0.4375rem;
    transition: bottom .075s .12s ease,transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19),width .15s ease-in-out;
}

[aria-expanded=true] .navbar-toggler-icon {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
[aria-expanded=true] .navbar-toggler-icon::before, [aria-expanded=true] .navbar-toggler-icon::after {
    width: 1.375rem;
}
[aria-expanded=true] .navbar-toggler-icon::before {
    top: 0;
    opacity: 0;
    transition: top .075s ease,opacity .075s .12s ease;
}
[aria-expanded=true] .navbar-toggler-icon::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .075s ease,transform .075s .12s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/* Banner */
.category-header {
    font-size: 18px; font-weight: 600; line-height: 1.8; margin-bottom: 16px; color: #555;
}

.swiper-slider { position: relative; overflow: hidden; padding-bottom: 16px; margin-bottom: 24px; }
.swiper-pagination-bullet { width: 6px; height: 6px; transition: 0.3s ease; }
.swiper-pagination-bullet-active { background: #333; }

.page-section-header {text-align: center;font-size: 33px;line-height: 1.8;margin-top: 40px;margin-bottom: 25px; font-weight: 600; position: relative;}
.page-section-header:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100px;
    height: 2px;
    background-color: #c3c3c3;
}
.product-card { width: 100; padding: 10px; margin-bottom: 30px; border-radius: 10px; border: 1px solid #eee; transition: 0.3s ease; }
.product-card:hover {  box-shadow: 0 0 10px rgba(0,0,0,0.15); }
.product-card .product-card-img {margin-bottom: 10px;overflow: hidden;}
.product-card .product-card-img img { max-width: 100%; border-radius: 5px; transition: 0.3s ease; }
.product-card:hover .product-card-img img { transform: scale(1.1) rotate(2); }
.product-card .product-description { }
.product-card .product-description .product-title {text-align: center;font-size: 18px;line-height: 1.8;color: #333;margin: 0;}
.product-card .product-description .product-subheader { text-align: center; font-size: 14px; line-height: 1.8; color: #707070; margin: 0; }

/* Our Clients */



/* Footer */
.page-footer { }
.footer-top { background: #f6f6f6; padding-top: 40px; padding-bottom: 40px;}
.footer-bottom { background: #222; color: #fff; padding-top: 12px; padding-bottom: 12px; border-top: 1px solid #eee; }

.footer-header {font-size: 16px;line-height: 1.8;position: relative;text-transform: uppercase;margin-bottom: 15px;padding-bottom: 8px;letter-spacing: 2px;font-weight: 600;}
.footer-header:after { content: ""; position: absolute; height: 2px; width: 40px; background: #333; bottom: 0; left: 0 }
.footer-list { padding: 0; margin: 0; margin-bottom: 15px;}
.footer-list li { list-style: none; }
.footer-list li a { display: block;color: #707070;font-size: 14px;line-height: 24px;margin-bottom: 8px;text-decoration: none;}
.footer-list li a:hover { color: #333; }

.social-links { display: flex; padding: 0; margin: 0; list-style: none; }
.social-links li { margin-right: 8px; }
.social-links li a { display: inline-block; width: 40px; height: 40px;}
.social-links li a img { width: 100%; }


.address-blocks { padding: 0; list-style: none; }
.address-blocks li { position: relative; }
.address-blocks li .address-icon { 
    position: absolute;
    left: 0;
    width: 40px;
    padding: 0 12px;
    border: 1px solid #999;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.address-blocks li .address-icon img {
    max-width: 24px;
}
.address-blocks li .address-info { padding-left: 60px; padding-top: 8px; }

.font-14 { font-size: 14px; }
.font-12 { font-size: 12px; }


