
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}


.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}


.topnav {
    overflow: hidden;
    background-color: #2c3e50;
    position: relative;
  }
  
  /* Hide the links inside the navigation menu (except for logo/home) */
  .topnav #myLinks {
    display: none;
  }
  
  /* Style navigation menu links */
  .topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  
  /* Style the hamburger menu */
  .topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  /* Add a grey background color on mouse-over */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Style the active link (or home/logo) */
  .dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  .dropdown1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  
  .dropdown1-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown1-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown1-content a:hover {background-color: #d6d3d3}
  
  .dropdown1:hover .dropdown1-content {
    display: block;
    width: 100%;
  }
  
  .dropdown1:hover .dropbtn {
    background-color: #3e8e41;
  }

  @media only screen and (max-width: 767px) {
    .menu_block{
        display: none;
    }
    .topnav{
        top: -30px;
    }
    .topnav a.icon{
        top: 45px;
        background: #2c3e50;
    }
    .menu{
      overflow: scroll;
    }

    .top_slider_img1 {
      width: 225px;
      right: 10px;
  }
  .top_slider_img1 img{
    width: 470px;
    height: 30% !important;
  }

  .btn-arrow{
    display: none;
  }

  .top_flex_caption1 .title1 {
    font-size: 25px;
    line-height: 30px;
}

.top_flex_caption1 .title3 {
  font-size: 20px;
  line-height: 35px;
}

.cbp-qtcontent{
  top: 30px;
}

.testimonials_item .author_foto {
  width: 55px;
  margin-left: 25px;
  margin-right: 0px;
}
.testimonials_text {
  padding-left: 105px;
}

.testimonials_text p {
  font-size: 14px;
  line-height: 1.5;
}

.service_list .flex-control-nav{
  bottom: 150px;
}

.service_list .flex-control-nav{
  text-align: center;
}
 
  }

  @media only screen and (min-width: 768px) {
    .topnav{
        display: none;
    }
  }

  #home
  {
    background-color: #e4e5e5;
  }

  .img_size{
    width: 300px;
    height: 200px;
  }