body 
{
    font-family:'Poppins', sans-serif;
}

.img-logo 
{
    max-width:100%;
    width:130px;
    margin-top:10px;
}

p
{
    text-align:justify;
}

.header 
{
    padding-top:15px;
    padding-bottom:15px;
}

a.navbar-brand 
{
    display:none;
}

.main-menu ul li a 
{
    color:#222;
    font-size:17px;
    margin:0px 5px;
    display:inline-block;
    font-weight:400;
}

.main-menu ul li a:hover 
{
    color:#39A935;
}

.slider img 
{
    width:100%;
    height:70vh;
    object-fit: cover;
    filter:brightness(50%);
    min-height:550px;
}

.carousel-caption 
{
    text-align:left;
    bottom:22vh;
}

.carousel-caption h2 
{
    font-size:32px;
    font-weight:700;
}

.carousel-caption p 
{
    max-width:800px;
    margin-top:20px;
    font-size:15px;
    line-height:32px;
    text-align:justify;
}

a.green-link 
{
    background:#39A935;
    color:#fff;
    padding:10px 25px;
    border-radius:20px;
    display:inline-block;
    margin-top:20px;
}

.carousel-indicators 
{
    left:auto;
    right:0px;
    padding-bottom:30px;
}

.carousel-indicators li
{
    height:15px;
    width:15px;
    margin-left:10px;
    border-radius:50%;
}

.carousel-indicators li.active
{
    width:50px;
    border-radius:10px !important;
    background:#39A935;
    height:15px;
    margin-top:10px;
    border:0px;
}

.about 
{
    padding:80px 0px;
}

.about img 
{
    width:100%;
    height:470px;
    border-radius:20px;
    object-fit: contain;
}

h2.section-title 
{
    color:#312782;
    font-size:18px;
    text-transform:uppercase;
    font-weight:700;
}

h3.section-subtitle 
{
    color:#111;
    font-size:32ps;
    font-weight:700;
    margin-top:15px;
}

p.section-para 
{
    margin-top:30px;
    line-height:32px;
}

.about h2 
{
    margin-top:30px;
}

.about-infos a 
{
    margin-top:5px;
    color:#312782;
    display:inline-block;
    font-weight:600;
}

.products 
{
    background:#EDF0F5;
    padding:80px 0px;
}

.product-single 
{
    background:#fff;
    border-radius:20px;
    padding:20px;
    box-shadow:0px 0px 25px #ddd;
    margin-top:30px;
    text-align:center;
}

.product-single a 
{
    color:#222;
}

.product-single img 
{
    height:160px;
    border-radius:12px;
    width:auto;
    margin:0px auto;
}

.product-image 
{
    width:100%;
    padding:10px;
}

.product-single h2 
{
    color:#222;
    font-size:20px;
    margin-top:15px;
    font-weight:600;
}

.product-single p 
{
    color:#444;
    margin-top:10px;
    font-size:15px;
    line-height:30px;
}

.product-info 
{
    border-top:solid 1px #ccc;
    margin-top:15px;
    padding-top:10px;
}

.product-info h5 
{
    font-size:17px;
}

.rand 
{
    padding:80px 0px;
}

.rand img 
{
    width:100%;
    margin-top:30px;
}

.rand-single 
{
    background:#EDF0F5;
    padding:15px;
    border-radius:20px;
    margin-top:30px;
}

.rand-single a 
{
    color:#222;
    font-weight:600;
}

.rand-single h2 
{
    color:#39A935;
    font-weight:700;
}

.gallery 
{
    background:#EDF0F5;
    padding:80px 0px;
}

.gallery img 
{
    width:100%;
    height:260px;
    object-fit:cover;
    margin-top:30px;
    border-radius:20px;
}

.blog 
{
    padding:80px 0px;
}

.blog-single 
{
    margin-top:30px;
}

.blog-single img 
{
    width:100%;
    height:240px;
    object-fit:cover;
    border-radius:20px;
}

.blog-infos 
{
    margin-top:15px;
    color:#777;
    text-transform:uppercase;
}

.blog-single h3 
{
    font-size:18px;
    color:#222;
    font-weight:600;
    margin-top:15px;
}


.footer 
{
    background:#111;
    padding-top:70px;
    padding-bottom:90px;
    color:#fff;
    font-size:15px;
    line-height:30px;
}

.footer-contact 
{
    border-bottom:solid 1px #777;
    padding-bottom:30px;
}

.footer-contact h2 
{
    font-weight:700;
    font-size:24px;
    margin-top:10px;
}

.footer-contact a 
{
    background:#39A935;
    color:#fff;
    border-radius:20px;
    width:100%;
    display:block;
    text-align:center;
    padding:10px;
}

.main-footer
{
    padding-top:50px;
}

h2.footer-title 
{
    font-size:18px;
    font-weight:700;
    margin-bottom:20px;
}

.main-footer ul 
{
    list-style-type:none;
    margin:0px;
    padding:0px;
    margin-left:5px;
}

.main-footer p 
{
    color:#eee;
}

.main-footer ul li a 
{
    color:#eee;
    display:block;
    font-size:15px;
    margin-top:5px;
}

.footer-credit 
{
    background:#000;
    color:#eee;
    font-size:14px;
    padding-top:30px;
    padding-bottom:70px;
    line-height:30px;
}

.footer-credit a 
{
    color:#eee;
    font-weight:700;
}

.page-title 
{
    background-image:url('../img/back.jpg');
    padding-top:60px;
    padding-bottom:60px;
    background-size:cover;
    background-attachment:fixed;
    color:#fff;
}

.page-title a 
{
    color:#fff;
}

.about-mission 
{
    padding-bottom:70px;
}

.mission-single 
{
    background:#EDF0F5;
    padding:25px;
    border-radius:20px;
    margin-top:30px;
}

.mission-single h2 
{
    font-size:22px;
    font-weight:700;
    color:#222;
}

.mission-single p 
{
    color:#111;
    font-size:15px;
    line-height:30px;
    margin-top:20px;
}

.div-para 
{
    font-size:16px;
    line-height:30px;
}

h3.about-title 
{
    margin-top:20px;
    font-weight:700;
    margin-bottom:30px;
}


.contact-page 
{
    padding-top:70px;
    padding-bottom:80px;
}

.contact-form 
{
    margin-top:30px;
}

.contact-form h2 
{
    color:#222;
    font-weight: 700;
    margin-bottom:30px;
}

.contact-form input 
{
    width:100%;
    display:inline-block;
    border-radius:20px;
    background:#EDF0F5;
    border:none;
    padding:10px;
    margin-top:10px;
    margin-bottom:30px;
}

.contact-form textarea 
{
    width:100%;
    display:inline-block;
    border-radius:20px;
    background:#EDF0F5;
    border:none;
    padding:10px;
    margin-top:10px;
    margin-bottom:30px;
    min-height:130px;
    max-height:130px;
}

.form-submit 
{
    background:#39A935 !important;
    color:#fff;
    padding:10px 30px;
    border-radius:20px;
    width:30% !important;
}

.contact-infos 
{
    background:#EDF0F5;
    padding:25px;
    border-radius:20px;
    margin-top:30px;
}

.contact-infos h2 
{
    font-size:20px;
    font-weight:700;
    color:#222;
}

.contact-infos p 
{
    margin-top:15px;
    line-height:31px;
}

.emergency 
{
    background:#39A935;
    color:#fff;
    padding:25px;
    border-radius:20px;
    margin-top:30px;
}

.emergency h2 
{
    font-size:32px;
    font-weight:700;
    margin-top:15px;
}

.emergency h4
{
    font-size:22px;
}

.social 
{
    background:#EDF0F5;
    padding:25px;
    border-radius:20px;
    margin-top:30px;
}

.social h2 
{
    font-size:20px;
    color:#222;
    font-weight:700;
    margin-bottom:25px;
}

.social a 
{
    margin-right:15px;
    color:#0093D3;
    font-size:20px;
}

.map-responsive
{
    overflow:hidden;
    padding-bottom:300px;
    position:relative;
    height:0;
    border-radius:20px;
}

.map-responsive iframe
{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.map-div 
{
    padding-bottom:80px;
}

.footer-logos 
{
    background:#EDF0F5;
    text-align:center;
    padding:35px 0px;
}

.footer-logos img 
{
    margin:10px 50px;
}

.product-page 
{
    padding:50px 0px;
}

.product-page img 
{
    width:100%;
    height:auto;
    border-radius:20px;
}

.product-page h2 
{
    font-size:24px;
    margin-top:15px;
    font-weight:700;
}

.product-page h3
{
    font-size:20px;
    font-weight:700;
}

button.primary 
{
    background:#39A935;
    font-size:14px;
    color:#fff;
    padding:5px 10px;
    border-radius:10px;
    border:none;
    margin-top:5px;
    margin-right:10px;
}

button.submit-form-btn
{
     background:#39A935;
     color:#fff;
     font-size:18px;
     padding:10px;
     width:100%;
     border:none;
     border-radius:20px;
}

font.require 
{
    font-size:14px;
    color:red;
    text-align:right;
    margin-left:15px;
}

.products-single 
{
    margin-top:30px;
    border-radius:15px;
    border:solid 1px #aaa;
}

.products-single img 
{
    width:100%;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    height:280px;
    object-fit:cover;
}

.products-single h5
{
    margin-top:15px;
    margin-left:15px;
    color:#222;
    font-size:16px;
}

.product-group 
{
    padding:50px 0px;
}

.product-meta 
{
    border-radius:15px;
    background:#EBEBEB;
    padding:15px;
    margin-top:30px;
}

.product-meta h4
{
    font-size:18px;
    font-weight:700;
}

.product-meta a 
{
    display:inline-block;
    width:100%;
    color:#444;
}

.product-meta input 
{
    width:100%;
    padding:5px;
    margin-top:15px;
    border-radius:10px;
    border:none;
}

.content-page 
{
    padding:50px 0px;
}

.contact-job 
{
    background:#ebebeb;
    padding:20px;
    border-radius:15px;
    margin-top:10px;
}

.career-page 
{
    line-height:30px;
}

.career-page ul 
{
    list-style-type:circle;
}

.career-page ul li 
{
    margin-top:10px;
}

.career-page h4 
{
    color:#312782;
    margin-top:5px;
}

.contact-job a 
{
    width:100%;
    border-radius:15px;
    background:#39A935;
    color:#fff;
    display:block;
    text-align:center;
    padding:10px;
}

.larapress-contact-form input 
{
    border-radius:15px;
    margin-bottom:10px;
    padding:10px;
    border:none;
    background:#EDF0F5;
}


.larapress-contact-form select
{
    border-radius:15px;
    margin-bottom:10px;
    padding:12px;
    border:none;
    background:#EDF0F5;
}

.larapress-contact-form label 
{
    font-weight:500;
    margin-top:10px;
}

.map-network
{
    padding:0px 40px;
}

.map-network img
{
    margin-top:30px;
    width:100%;
}

img.long-image 
{
    height:90vh;
}

a.product-next 
{
  color:#444;  
  font-size:32px;
}

a.product-next:hover 
{
    opacity:1;
}

img.small-images-prod
{
    border-radius:20px;
    border:solid 1px #aaa;
}

img {
  max-width:100%;
	width:100%;
}

.productss {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  text-align:center;
}

.product-filtt
{
    background:#ebebeb;
    padding:30px;
    border-radius:15px;
    box-shadow:0px 0px 15px #aaa;
}

.product-card 
{
    min-width:272px;
}


.product-select 
{
    padding:5px;
    border-radius:5px;
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu {
  transition: all 0.3s ease;
}

/* Enable hover for top-level dropdowns */
.navbar .dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}

/* Optional: smoother dropdown */
.dropdown-menu {
  transition: all 0.3s ease;
}

/* Level 1 dropdown (top-level) */
.navbar .dropdown-menu {
    color:#222;
}

/* Level 2 submenu */
.navbar .dropdown-menu .dropdown-submenu > .dropdown-menu {
  padding:10px 15px;
}

/* Level 3 submenu */
.navbar .dropdown-menu .dropdown-submenu .dropdown-submenu > .dropdown-menu {
  width:500px;
}

.main-menu ul li a:hover 
{
    text-decoration:none;
    
    color:#53399D;
}

.main-menu ul ul ul li a 
{ 
    padding:5px 0px;
    display:inline-block;
    font-size:15px;
    line-height:22px !important;
}

.main-menu ul ul ul li a:hover 
{
    padding:5px 0px;
    font-size:15px;
    color:#53399D;
    line-height:22px;
    text-decoration:none;
    line-height:22px !important;
}


@media only screen and (max-width: 600px) {
    .navbar-toggler
    {
        border:solid 1px #222;
        color:#222;
    }

    .slider p 
    {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        line-clamp: 2; 
        -webkit-box-orient: vertical;
    }
  }