/*******************navbar*********************/


.header-1 {
    z-index: 999;
    background-color: #fff;
    top: 0;
    position: absolute;
    width: 100%;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
  }
  
  .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background:#fff;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
  }
  
  .navigation {
  
    background-image: linear-gradient(to right, transparent 50%, transparent 50%);
    transition: .2s ease;
    padding: 5px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1), 0 2px 10px 0 rgba(0,0,0,0.1);
}
  
  .navbar-nav {
    padding-left: 50px;
    background: transparent;
  }
  .nav-bg {
    background-color: #fff;
    margin-top: -46px;
  }
  
  .nav-item {
    margin: 0 15px;
    position: relative;
  }
  
  .nav-item .nav-link {
    text-transform: uppercase;
    font-weight: 600;
  }
  

  .nav-item:hover::before,
  .nav-item.active::before {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #1a1a37;
    font-size: 14px;
    font-weight: 500;
  }
  link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    color: #8cc53e;
  }
  .navbar-light .navbar-nav .active>.nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show>.nav-link {
    color: #1a1a37;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 0px;
  }
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff !important;
    box-shadow: 0 2px 5px #ffffff;
  }
  .navbar .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .navbar .dropdown-menu {
    box-shadow: #fff;
    border-bottom: 5px solid #8cc53e;
    padding: 15px;
    top: 70px;
    border-radius: 0;
    display: block;
    visibility: hidden;
    transition: .3s ease;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    background: #fff;
  }
  .navbar .dropdown-menu.view {
    visibility: visible !important;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .navbar .dropdown-menu.show {
    visibility: hidden;
  }
  .navbar .dropdown-item {
    position: relative;
    color: #1e1e4b;
    transition: .2s ease;
    font-family: "Poppins", sans-serif;
  }
  .navbar .dropdown-item:not(:last-child) {
    margin-bottom: 10px;
  }
  
  .navbar .dropdown-item:hover {
    color: #8cc53e;
    background: transparent;
  }
  /*end */
  
  .navbar-light .navbar-toggler {

    background-color: #8cc53e;
    border-radius: none;
}

.custom-breadcrumb {
    background-image: url(../img/bread.jpg);
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    border-bottom: 4px solid #81b03f;
}
.custom-breadcrumb ul li {
    display: inline-block;
}
.breadcrumb-item+.breadcrumb-item::before, .breadcrumb-item.active {
    color: #f7f7f7;
}
#contact {
    padding: 60px 0;
}
.section-bg {
    background: #f7f7f7;
}
.section-header {
    text-align: center;
}
.section-header h3 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;
    position: relative;
    padding-bottom: 15px;
}
.section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.section-header h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #81b03f;
    bottom: 0;
    left: calc(50% - 20px);
}
#contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
    margin-bottom: 20px;
}
#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #81b03f;
}
#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}
#contact .contact-info address, #contact .contact-info p {
    margin-bottom: 0;
    color: #000;
}
#contact .form input, #contact .form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}
#contact .form button[type="submit"] {
    background: #81b03f;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
}
#contact .contact-info a {
    color: #000;
}
#contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

canvas {
    opacity: 1;
    display: block;
    vertical-align: bottom;
  }
  #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
  
  }
  .htext {
    z-index: 99;
    position: absolute;
}

@media only screen and (max-width: 991px) {
 

    .header-1 {
  
      background: #fff;
      opacity: 1;
  
    }
 
    .navbar-nav {
      padding-left: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
      padding: 20px;
    }
  
    .nav-item:hover::before,
    .nav-item.active::before {
      display: none;
  
  
    }
    .navbar .dropdown-menu {
      display: none;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transform-origin: unset;
      transform-origin: unset;
    }
    .navbar .dropdown-menu.view {
      display: block;
    }
    .navbar .dropdown-menu.show {
      visibility: visible;
      display: block;
    }
    .navbar .dropdown-item {
      text-align: center;
    }
  
   
 
    .navbar-expand-lg .navbar-nav .nav-link {
      padding: 15px 0;
      text-align: left;
  }

    .menu ul li a {
      color: #fff;
      padding-left: 10px !important;
    }

    .menu ul li a:hover {
      color: white;
    }
    .dropdown-menu .show .dropdown-item {
      color: white !important;
    }
    .request {
      display: none;
    }
    .menu img {
      width: 152px;
      height: 61px;
    }
    .nav-item a {
      padding-right: 3px !important;
      font-size: 13px !important;
    }

  }