/*! Design By Designer_Imran | designerimran.xyz/portfolio  */

/*Fiverr Profile | fiverr.com/designerimran83  */
/* --------------------------------------------------------  */
/* ============== font link ================ */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

/* ============== font link ================ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  scroll-behavior: smooth !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ================ Start Top nav here ================= */
.top-bar {
  font-weight: bold;
  font-size: 13px !important;
  color: #ffffff;
  background-color: #006f3c;
}
.top-bar ul{
  margin-top: 10px;
  margin-bottom: 5px;
}
.top-bar ul li {
    display: inline-block;
    padding-left: 10px;
    padding-top: 0rem;
    font-size: 10px;
}
.top-bar-right {
  text-align: right;
}
.top-bar-right a {
  font-size: 18px;
  transition: all 0.3s ease;
}
.top-bar-right a:hover {
  color: #34f0f0 !important;
}

/* ====================== Google tranlate start ====================== */
.translated-ltr {
  margin-top: -40px;
}
.translated-ltr {
  margin-top: -40px;
}
.goog-te-banner-frame {
  display: none;
  margin-top: -20px;
}

.goog-logo-link {
  display: none !important;
}
.goog-te-gadget .goog-te-combo {
  margin: 0 !important;
}

.goog-te-gadget {
  color: transparent !important;
}
.goog-te-combo,
.goog-te-banner *,
.goog-te-ftab *,
.goog-te-menu *,
.goog-te-menu2 *,
.goog-te-balloon * {
  font-family: arial;
  font-size: 12pt;
  background: #fff;
  border: none;
  outline: none;
  padding: 8px 7px;
  color: #000 !important;
  border-radius: 25px;
}
/* ====================== Google tranlate end ====================== */

@media all and (max-width: 968px) {
  .top-bar-right {
    text-align: inherit;
  }
  .top-bar-right ul li img{
    margin-right: 0rem !important;
  }
  .goog-te-combo,
  .goog-te-banner *,
  .goog-te-ftab *,
  .goog-te-menu *,
  .goog-te-menu2 *,
  .goog-te-balloon * {
    font-family: arial;
    font-size: 7pt !important;
  }
  .navbar-nav {
  padding-left: !important;
  }
  
}

/* ================ End Top nav here ================= */

/* ================ Start Main nav here ================= */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 45%;
  margin-bottom: 0;
  list-style: none;
}
.bg-light {
  background-color: #fff !important;
}
.nav-item {
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: 400;
}
.navbar-light .navbar-nav .nav-link {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #006f3c;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 500;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  transition: all 0.3s ease-in-out;
}
.dropdown-item:hover {
  background: #006f3c;
  color: #fff;
}
.dropdown-menu {
  font-size: 15px;
  color: #212529;
  text-align: left;
  list-style: none;
}
.active {
  color: #006f3c !important;
}
.active-drop {
  color: #006f3c;
  background: #fff;
}

/* ================ End Main nav here ================= */

/* ================ Slider start here ================= */

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  background: transparent;
  border: none;
  height: 550px;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 550px !important;
}
.w-100 {
  width: 100% !important;
  height: 550px;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 14.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-caption h5 {
  font-size: 50px;
}
.ovarly-slider {
  background: rgba(0, 0, 0, 0.33);
  width: 100%;
  height: 550px;
  z-index: 11;
  position: absolute;
}
@media all and (max-width: 768px) {
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  background: transparent;
  border: none;
  height: 350px;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 350px !important;
}
.w-100 {
  width: 100% !important;
  height: 350px;
}
}
/* ================ Slider End here ================= */

/* ================ service Start here ================= */
.ser-img img {
  padding: 0px;
  border: 3px solid #fffb01;
  transition: all 0.5s ease-in-out;
}
.ser-img img:hover {
  transform: scale(0.9);
  border-color: #f0ff84;
}
.ser-img h3 {
  font-size: 26px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 2rem;
  color: #fff;
}
.ser-img a {
  text-decoration: none;
}

/* ================ service End here ================= */

/* ================ Notice start here ================= */
.notice-header {
  margin: 3rem 0rem;
}
.notic-card {
  background: #f7f7f7;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 2rem;
}
.notic-card:hover {
  transform: translateY(-5px);
}
.notic-card img {
  height: 300px;
}
.notic-card h3 {
  font-size: 20px;
  margin-top: 10px;
  color: #000;
  padding: 10px;
}
.notic-card p {
  font-size: 13px;
  line-height: 30px;
  padding: 10px;
}
.notic-card button {
  padding: 10px 40px;
  margin-left: 10px;
  border-radius: 30px 0px;
  background: #006f3c;
  color: #fff;
  outline: none;
  border: none;
  margin-bottom: 2rem;
  transition: all 0.3s ease-in-out;
}
.notic-card button:hover {
  border-radius: 0px 30px;
  background: #57d64c;
  transform: translateY(-5px);
}

/* ================ Notice End here ================= */

/* ================ bannar start here ================= */
.con-bannar {
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 10px 100px;
}
@media all and (max-width: 768px) {
.con-bannar {
  text-align: center;
  color: #fff;
  font-size: 10px;
  padding: 2rem 0 !important;
}
}
/* ================ bannar End here ================= */

/* ================ work-sec Start here ================= */
.work-sec {
  text-align: center;
}
.work-sec h1 {
  font-size: 28px;
  color: #006f3c;
}
.work-sec p {
  font-size: 12px;
  text-align: center;
  padding: 10px;
  color: #000;
  font-weight: 400;
  line-height: 27px;
}
.work-img-text h1 {
  font-size: 26px;
  font-weight: 600;
}
.work-img-text p {
  font-size: 13px;
  padding: 0;
  color: #3d3d3d;
  font-weight: 500;
  line-height: 27px;
}
@media all and (max-width: 1200px){
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 28%;
    margin-bottom: 0;
    list-style: none;
}
}
@media all and (max-width: 768px) {
.work-img-text h1 {
  font-size: 20px !important;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0%;
    margin-bottom: 0;
    list-style: none;
    margin-top: 1rem;
}
}
/* ================ work-sec End here ================= */

/* ================ Footer start here ================= */
footer {
  background: #171717;
}
.footer-sec {
  margin: 50px 0px;
}
.footer-sec h3 {
  color: #fff;
  margin: 30px 0px;
  font-size: 20px;
  margin-bottom: -13px;
}
.footer-sec p {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}
.footer-sec span {
  border-bottom: 3.5px solid #fff;
}
.footer-box {
  width: 80%;
  border: 1px solid rgb(146, 146, 146);
  padding: 20px 30px;
}
.footer-box p {
  display: inline-block;
  line-height: 0px;
}
#f-active {
  color: #32b926;
  font-weight: 700;
}
/* ================ Footer End here ================= */

/* ===================================== (ppcs page start here) ========================================== */

/* ================= ppcs Bannar start =================== */

.ppcs-main-sec {
  background: #006f3c;
}
.ppcs-sec-bannar {
  padding: 32px 0px;
}
.ppcs-sec-bannar h1 {
  color: #fff;
  font-size: 48px;
  text-align: center;
  font-weight: 600;
}

/* ================= ppcs Bannar end =================== */

/* ================= Content title start =================== */
.ppcs-con-title {
  display: inline-block;
  list-style: none;
  margin-top: 1rem;
}
.ppcs-con-title li {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
}
.ppcs-con-title li a {
  text-decoration: none;
  color: #000;
}
.ppcs-con-title li a:hover {
  color: #006f3c;
}

  .item{
    transition: .5s ease-in-out;
  }
  .item:hover{
    filter: brightness(80%);
  }

/* ================= ppcs Content title end =================== */

/* ================= ppcs Content start =================== */
.ppcs-con-sec {
  margin-top: 3rem;
}
.ppcs-con-sec h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: -15px;
  padding: 10px;
  color: #000;
}
.ppcs-con-sec p {
  font-size: 13px;
  line-height: 28px;
  padding: 10px;
  color: #000;
}
/* ================= ppcs Content end =================== */

/* ===================================== (ppcs page End here) ========================================== */

/* ===================================== (Seeds page start here) ========================================== */

/* ================ Gallary start ==================== */

.seeds-gallary {
  text-align: center;
  width: 100%;
}
.seeds-gallary h2 {
  font-size: 24px;
  margin-bottom: 1rem;
}
.seeds-gallary img {
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  box-shadow: #171717 3px 3px 21px -12px;
}
.seeds-gallary img:hover {
  transform: scale(0.9);
  box-shadow: #171717 3px 8px 21px -8px;
}
/* ================ Gallary End ==================== */

/* ===================================== (Seeds page End here) ========================================== */

/* ===================================== (Equipment page Start here) ========================================== */

/* ================ Gallary start ==================== */

.equipment-gallary h2 {
  font-size: 20px;
  margin-top: 2rem;
  color: #000;
  font-weight: 500;
}

/* ================ Gallary End ==================== */

/* ===================================== (Equipment page End here) ========================================== */

/* ===================================== (Map page Start here) ========================================== */

/* ================ Map contant start ==================== */

.map-con-sec h1 {
  font-size: 22px;
  padding: 10px;
  color: #000;
}
.map-con-sec p {
  font-size: 13px;
  line-height: 24px;
  padding: 10px;
  color: #585858;
}
.map-con-sec h3 {
  font-size: 19px;
  padding: 10px;
  color: #080808;
  font-weight: 500;
}

.map-form-input input,
.map-form-input textarea {
  width: 100%;
  padding: 6px 10px;
  font-size: 13px;
  border: 1px solid #989898;
  border-radius: 5px;
}

.map-form-input label {
  margin-top: 30px;
  margin-bottom: 1rem;
}
.map-form-input textarea {
  height: 160px;
}

.map-submit button {
  width: 174px;
  margin: 30px 0px;
  border-radius: 25px;
  background: #04a259;
  color: #fff;
  text-align: center;
  height: 40px;
  text-transform: uppercase;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease-in-out;
  border: none;
}
.map-submit button:hover {
  color: #fff;
  background: #57d64c;
  transform: translateY(-2px);
  box-shadow: #171717 3px 8px 21px -14px;
}

/* ================ Map contant End ==================== */

/* ===================================== (Map page End here) ========================================== */

/* ===================================== (Blog page Start here) ========================================== */

/* ================ Blog Page 1 Start ==================== */

.blog-hr-sec hr {
  margin: 0;
}
.blog-img-sec {
  border: 1px solid #d5d5d5;
}
.blog-img-sec h3 {
  padding-left: 32px;
  font-size: 22px;
  margin-top: 1rem;
  color: #000;
}
.blog-sidbar-sec a {
  text-decoration: none;
}
.blog-img-sec ul li {
  list-style: none;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  color: #2b2b2b;
}
.blog-img-sec ul li i {
  color: #006f3c;
  padding-right: 7px;
}
.blog-con-sec p,
.blog-con-sec li {
  font-size: 13px;
  line-height: 24px;
  padding: 10px;
  color: #000;
  margin: 0;
}
.blog-sidbar-sec {
  border: 1px solid #d5d5d5;
  margin-top: 2rem;
}
.blog-sidber-box {
  padding: 2rem;
}
.blog-sidber-con h3 {
  font-size: 15px;
  margin: 0 0 24px;
  color: #252525;
  cursor: pointer;
  text-transform: uppercase;
}
.blog-sidber-con h3:hover {
  color: #006f3c;
}
.blog-sidber-con {
  margin-top: 40px;
}
/* ================ Blog Page 1 End ==================== */

/* ===================================== (Blog page End here) ========================================== */

/* ===================================== (Achive page Star here) ========================================== */

.blog-con-sec button {
  padding: 10px 40px;
  margin-left: 10px;
  border-radius: 30px 0px;
  background: #006f3c;
  color: #fff;
  outline: none;
  border: none;
  margin-bottom: 2rem;
  transition: all 0.3s ease-in-out;
}
.blog-con-sec button:hover {
  border-radius: 0px 30px;
  background: #57d64c;
  transform: translateY(-5px);
}

/* ===================================== (Achive page End here) ========================================== */

/* ===================================== (Contact page start here) ========================================== */
.con-sec-content h1 {
  font-size: 23px;
  font-weight: 500;
}
.con-sec-content p {
  font-size: 13px;
  color: #252525;
  font-weight: 400;
  line-height: 20px;
}
/* ===================================== (Contact page End here) ========================================== */
/* ===================================== (Acces page Start here) ========================================== */

.access-con span {
  margin-right: 10px;
}
.access-con input {
  padding: 5px 10px;
  width: 220px;
  font-size: 12px;
  height: 30px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #252525;
}
.access-con button {
  padding: 7px 25px;
  border-radius: 25px;
  background: #006f3c;
  color: #fff;
  outline: none;
  border: none;
  margin-bottom: 2rem;
  transition: all 0.3s ease-in-out;
}
.access-con button:hover {
  background: #57d64c;
  transform: translateY(-5px);
  color: #000000;
}

/* ===================================== (Acces page End here) ========================================== */