:root {
--app-primary-color: #000094;
--app-text-color: #333;
--app-text-link-color:#3b86b0;
}

body {  font-family: "Roboto", sans-serif; font-size:16px;  color:var(--app-text-color); }

a { color:var(--app-text-link-color); }
a:hover { color:var(--app-text-link-color); text-decoration:underline; }

.contentbuilder-contentarea a, .textbuilder-contentarea a { color:var(--app-text-link-color); }
.contentbuilder-contentarea a, .textbuilder-contentarea a:hover  { color:var(--app-text-link-color); text-decoration:underline; }
.contentbuilder-css .row img {
    margin: 0;
}

.app-banner-home .banner-texts {  min-height:800px;  text-align:center; color:#fff;     max-width: 1054px;
    width: 100%;
    margin: 0 auto;
padding-top:100px; padding-bottom:100px;
    padding-left: 15px;
    padding-right: 15px; display:flex;  flex-direction:column; justify-content:center; align-items:center; }

.app-banner-container .banner-texts h2 { text-shadow: 1px 1px 2px rgba(0,0,0,0.7); }
.app-banner-container .banner-texts p { margin-top:0; font-size:18px; }

.app-banner-home-about .banner-texts {  min-height:600px;  text-align:center; color:#fff;     max-width: 1054px;
    width: 100%;
    margin: 0 auto;
padding-top:100px; padding-bottom:100px;
    padding-left: 15px;
    padding-right: 15px; display:flex;  flex-direction:column; justify-content:center; align-items:center; }

.app-color-black { color:var(--app-text-color); }

.section-header { max-width:1800px; margin:0 auto; width:100%; border-bottom: solid 1px #ddd;}
.section-header-inner  { max-width:1400px; margin:0 auto; width:100%;}

.section-header .navbar .navbar-header a img { max-height:80px; }
.section-header .container-fluid { padding-top:30px; padding-bottom:30px ; }

.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu { text-transform: none }

.center-background-image { background-size:cover; background-position:center; }
.top-background-image  { background-size:cover; background-position:top center; }
.home-product-slide .swiper-singlerow .swiper-slide {     height: 160px;text-align: center;    width: auto;    display: flex;    justify-content: center;    align-items: center; margin-left:40px; margin-right:40px;   }
.home-product-slide .swiper-singlerow .swiper-slide img { max-height:160px; }
.home-product-slide .app-page-title { padding-bottom:0; margin-bottom:0 ;}

.app-footer-container {padding-top: 66px;    padding-bottom: 66px;}

.section-footer { background-color:#fff;  }
.section-footer img { max-width:220px; }
.section-footer .app-grid-footer { display:grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .section-footer footer {
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 16px;
        color: #666;
        line-height: 1.8;
border-top: solid 1px #ddd;
    }
.section-footer footer a { color:var(--app-text-link-color); }
.section-footer footer .modal-body { color:#333; }
.section-footer footer .modal-body p { padding-bottom:20px; line-height:2; }
.section-footer footer .modal-body button.close { opacity:0.8; }
.section-footer footer .modal-body button.close span { font-size:32px; color:#333 !important}

.copyright-container { background-color:#222222; color:#aaa;     padding-bottom: 36px; padding-top:10px; } 
.app-grid-2 { display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.app-grid-3{ display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }

.app-contact-flex { display:flex; flex-wrap:wrap; gap:60px; align-items:center;  }

#contact-form { width:50%; }

.app-banner-about  .banner-texts {padding-bottom:60px; padding-top:60px;  color:#fff; padding-left:20px; padding-right:20px; }
.app-banner-about  .banner-texts h1 { font-size:54px; text-shadow: 1px 1px 2px rgba(0,0,0,0.7);}
.app-banner-about  .line-through { background-color:#fff; max-width:420px; height:1px; margin:0 auto; margin-top:40px; }

.app-paragraphs p { margin-bottom:26px;  font-weight:400;  font-size:16px;  color:#666;}
.app-paragraphs div, .app-paragraphs ul li, .app-paragraphs ol li {  font-weight:400; font-size:16px; color:#666; }

.app-paragraphs h3 { margin-top:0; margin-bottom:26px;  color:#000; }

.app-get-in-touch { background-color:#F7F7F7; border-top:solid 1px #ddd; padding-top:36px; padding-bottom:36px; }
.app-get-in-touch h2 { margin:0 !important;  }
.app-get-in-touch  .app-container-text { display:flex; justify-content:space-between; align-items:center ;}

.app-blog-header {background-color:#F7F7F7; border-bottom:solid 1px #ddd; padding-top:36px; padding-bottom:36px;}
.app-blog-header  h2 { margin:0 !important; font-weight:400 !important; }

@media (max-width:991px) { 
.section-footer .app-grid-footer { display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }

.home-product-slide .swiper-singlerow .swiper-slide {     height: 140px;margin-left:30px; margin-right:30px;   }
.home-product-slide .swiper-singlerow .swiper-slide img { max-height:140px; }
}

@media (max-width:767px) { 
.app-banner-container .banner-texts {  min-height:300px; padding-top:60px; padding-bottom:60px; }
.app-banner-container .banner-texts p { margin-top:0; font-size:16px; }

.app-banner-container.app-banner-about .banner-texts {  min-height:100px; padding-top:30px; padding-bottom:30px; }

.section-footer .app-grid-footer { display:grid; grid-template-columns: repeat(1, minmax(0, 1fr)); }
.app-grid-2 { display:grid; grid-template-columns: repeat(1, minmax(0, 1fr)); }
.app-grid-3{ display:grid; grid-template-columns: repeat(1, minmax(0, 1fr)); }

.home-product-slide .swiper-singlerow .swiper-slide {     height: 100px;margin-left:10px; margin-right:20px;   }
.home-product-slide .swiper-singlerow .swiper-slide img { max-height:100px; }
.app-contact-flex {  gap:30px; }
#contact-form { width:100%;  align-items:flex-start;}
.app-banner-about  .banner-texts h1 { font-size:30px; }
.app-banner-about  .line-through {  margin-top:20px; }

.app-get-in-touch  .app-container-text { display:flex; flex-direction:column;  justify-content:flex-start; align-items:center; gap:20px; }
.app-get-in-touch { padding-top:30px; padding-bottom:30px; }

.app-blog-header {padding-top:30px; padding-bottom:30px;}
.app-footer-container {padding-top: 46px;    padding-bottom: 46px;}
}

@media (min-width:768px) {
.section-header .container-fluid::before,.section-header .container-fluid::after, .section-header .container-fluid *::before,.section-header .container-fluid *::after {        content: none;    }
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li > a::before{        content: none;    }
.section-header .container-fluid { display:flex; justify-content:space-between; align-items:center;  }

.app-banner-container .banner-texts h2 { font-size:38px; }
}

.btn-danger { color:#fff !important; background-color:#FF0000 !important;  font-weight:500 !important;  }
.btn-danger:hover {opacity:0.7; }

.btn-primary { color:#fff !important; background-color:#3B86B0 !important;  font-weight:500 !important;  }
.btn-form-submit { color:#fff !important; background-color:#3B86B0 !important;  font-weight:500 !important;  }

.contentbuilder-css {  font-family: "Roboto", sans-serif; font-size:16px;  }
.contentbuilder-css p { margin-top:0; }

.app-container-outer { max-width:1800px; margin:0 auto; width:100%; }
.app-container { max-width:1400px; margin:0 auto; width:100%; }
.app-container-text  {
    max-width: 1054px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.top-bar-container  { border-bottom:solid 1px #ddd;}
.top-bar-container  a { color:var(--app-text-color); }
.top-bar-container > div { padding:8px 15px; }

.outer-container { max-width:1800px; margin:0 auto; width:100%;}

.contentbuilder-contentarea > .contentbuilder-inner { padding:0 !important; margin:0 !important; width:100%; max-width:100%; }
.contentbuilder-contentarea > .contentbuilder-inner  .row, .contentbuilder-contentarea > .contentbuilder-inner  .row .column {padding:0 !important; margin:0 !important; width:100%; max-width:100%;}

.textbuilder-contentarea > .textbuilder-inner { padding:0 !important; margin:0 !important; width:100%; max-width:100%; }
.textbuilder-contentarea > .textbuilder-inner .row, .textbuilder-contentarea > .textbuilder-inner  .row .column {padding:0 !important; margin:0 !important; width:100%; max-width:100%;}

.formbuilder-contentarea >.formbuilder-inner { padding:0 !important; margin:0 !important; width:100%; max-width:100%; }
.formbuilder-contentarea >.formbuilder-inner .row, .formbuilder-contentarea > .formbuilder-inner  .row .column {padding:0 !important; margin:0 !important; width:100%; max-width:100%;}
.formbuilder-contentarea >.formbuilder-inner form .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}