/*============================================================== 
 You can write your style here and overwrite our style
 ============================================================== */


.btn-Estimate-gradiant {
  background: #188ef4;
  background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
  border: 0px; }
  .btn-Estimate-gradiant:hover {
    background: #316ce8;
    background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
    background: linear-gradient(to right, #316ce8 0%, #188ef4 100%); }
  .btn-Estimate-gradiant.active, .btn-Estimate-gradiant:active, .btn-Estimate-gradiant:focus {
    box-shadow: 0px;
    opacity: 1; }

.btn-Proposal-gradiant{
  background: #ff4d7e;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
  border: 0px; }
  .btn-Proposal-gradiant:hover {
    background: #ff6a5b;
    background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100%);
    background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%); }
  .btn-Proposal-gradiant.active, .btn-Proposal-gradiant:active, .btn-Proposal-gradiant:focus {
    box-shadow: 0px;
    opacity: 1; }


.btn-ESXFile-gradiant {
  background: #39d70e;
  background: -webkit-linear-gradient(legacy-direction(to right), #18f152 0%, #35d707 100%);
  background: linear-gradient(to right, #18f152 0%, #35d707 100%);
  border: 0px; }
  .btn-ESXFile-gradiant:hover {
    background: #39d70e;
    background: -webkit-linear-gradient(legacy-direction(to right), #18f152 0%, #35d707 100%);
    background: linear-gradient(to right, #18f152 0%, #35d707 100%); }
  .btn-ESXFile-gradiant.active, .btn-ESXFile-gradiant:active, .btn-ESXFile-gradiant:focus {
    box-shadow: 0px;
    opacity: 1; }

.feature8 {
    .list-block {
      li {
        font-weight: 400;
        color: $dark;
      }
    }
  }



/*******************
shop listing
*******************/

.shop-listing .shop-hover {
    position: relative;
}

.shop-listing .shop-hover .card-img-overlay {
    display: none;
    background: rgba(255, 255, 255, 0.5);
    justify-content: center;
}

.shop-listing .shop-hover:hover .card-img-overlay {
    display: flex;
}

.shop-listing .shop-hover .label {
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    right: 10px;
}

/*******************
Header 6
*******************/

.h6-topbar .authentication-box {
    margin-bottom: 0px;
    padding: 10px 0;
}

.h6-topbar .authentication-box li {
    display: inline-block;
}

.h6-topbar .authentication-box li a {
    padding: 3px 15px;
    display: block;
    color: #8d97ad;
    font-weight: 400;
    border-bottom: 0px !important;
}

.h6-topbar .authentication-box li a:hover {
    color: #188ef4;
}

.h6-topbar .authentication-box li a:last-child {
    padding-right: 0px;
}

.h6-topbar .authentication-box li i {
    font-size: 20px;
    vertical-align: text-bottom;
}

.h6-nav-bar {
    padding: 0px;
}

.h6-nav-bar .act-buttons .btn {
    margin: 10px 0 10px 10px;
}

.h6-nav-bar.nav-light .navbar-nav .nav-link {
    padding: 35px 15px;
    color: #8d97ad;
}

.h6-nav-bar.nav-light .navbar-nav .nav-item:hover .nav-link,
.h6-nav-bar.nav-light .navbar-nav .nav-item.active .nav-link {
    color: #263238;
}

@media (max-width: 1023px) {
    .h6-nav-bar .navbar-nav .nav-link {
        padding: 15px !important;
    }
    .h6-nav-bar .act-buttons .btn {
        margin: 10px 0 10px 0px;
    }
}

/*******************
Feature 26
*******************/

.wrap-feature-26 .max-box {
    max-width: 580px;
}

.wrap-feature-28 .side-content {
    max-width: 580px;
}

/*******************
Feature 9
*******************/

.wrap-feature9-box .card-body {
    padding: 40px 40px 0px;
}

.wrap-feature9-box .card-body .icon-space {
    padding: 0px 40px 20px 0px;
}

/*Gradiant*/

.card-body {
    padding: 20px;
}

/*******************
Testimonial 5
*******************/

.testimonial5 .testi5 {
    position: relative;
}

.testimonial5 .testi5 .content {
    font-size: 21px;
    line-height: 30px;
    padding: 50px 30px;
}

.testimonial5 .testi5 .owl-item.center .content {
    color: #ffffff;
    background: #ff4d7e;
    background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
    background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
}

.testimonial5 .testi5 .customer-thumb {
    margin-top: -30px;
    display: none;
}

.testimonial5 .testi5 .customer-thumb img {
    width: 60px;
    margin-bottom: 20px;
}

.testimonial5 .testi5 .owl-item.center .customer-thumb {
    display: block;
}

.testimonial5 .owl-dots {
    bottom: 50px;
    left:45%;
    position: absolute;
    cursor:pointer;
}

.testimonial5 .owl-theme .owl-dots .owl-dot.active span,
.testimonial5 .owl-theme .owl-dots .owl-dot:hover span {
    background: #188ef4 !important;
}

/*******************
Blog homepage 1
*******************/

.blog-home1 [class*="col-"] {
    transition: 0.2s ease-in;
}

.blog-home1 [class*="col-"]:hover {
    transform: translateY(-10px);
}

/*******************
Blog homepage 2
*******************/

.blog-home2 [class*="col-"] {
    transition: 0.2s ease-in;
}

.blog-home2 [class*="col-"]:hover {
    transform: translateY(-10px);
}

.blog-home2 .date-pos {
    padding: 10px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
}

.blog-home2 .date-pos span {
    display: block;
    font-size: 30px;
    line-height: 30px;
}

/*******************
Blog homepage 3
*******************/

.blog-home3 .date-pos {
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    padding: 10px;
}

.blog-home3 a {
    overflow: hidden;
}

.blog-home3 a img {
    transition: 0.2s ease-in;
}

.blog-home3 a img:hover {
    transform: scale(1.05);
}

/*******************
Blog homepage 4
*******************/

.blog-home4 .tweet {
    text-align: center;
}

.blog-home4 .tweet .card-title {
    color: #ffffff;
}

.blog-home4 .tweet .card-title a {
    color: #ffffff;
}

.blog-home4 .tweet .card-title a:hover {
    color: #263238;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .card-columns {
        column-count: 2;
    }
}

/*******************
Blog homepage 5
*******************/

.blog-home5 .b-h-box {
    position: relative;
    color: #ffffff;
}

.blog-home5 .b-h-box .card-img-overlay {
    bottom: 0px;
    top: auto;
    transition: 0.2s ease-in;
    height: 45%;
    overflow: hidden;
}

.blog-home5 .b-h-box .card-title {
    color: #ffffff;
    margin: 15px 0;
}

.blog-home5 .b-h-box .card-text {
    display: none;
}

.blog-home5 .b-h-box:hover {
    color: #8d97ad;
}

.blog-home5 .b-h-box:hover .card-img-overlay {
    height: 100%;
    background: #ffffff;
    border: 3px solid rgba(120, 130, 140, 0.13);
}

.blog-home5 .b-h-box:hover .card-title {
    color: #263238;
    margin: 15px 0;
}

.blog-home5 .b-h-box:hover .card-text {
    display: block;
}

/*******************
Blog homepage 6
*******************/

.blog-home6 .form-control {
    padding: 13px;
}

.blog-home6 .blog-row {
    margin-bottom: 30px;
}

.blog-home6 .blog-row a {
    color: #263238;
}

.blog-home6 .blog-row a:hover {
    color: #316ce8;
}

.blog-home6 .blog-row h5 {
    font-weight: 500;
    margin-top: 10px;
}

.card-body {
    padding: 20px;
}

/*******************
contact 2
*******************/

.contact2 {
    padding: 60px 0;
    margin-bottom: 170px;
    background-position: center top;
}

.contact2 .bg-image {
    background-size: cover;
    position: relative;
    display: flex;
}

.contact2 .detail-box {
    padding: 40px;
}

.contact2 .detail-box .round-social {
    margin-top: 100px;
}

.contact2 .detail-box .round-social.light a {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    margin: 0 7px;
    height: 49px;
    width: 49px;
    line-height: 49px;
}

.contact2 .contact-container {
    position: relative;
    top: 200px;
}

.contact2 .contact-container .links a {
    color: #8d97ad;
}

.wrap-feature41-box {
    .f41-tab {
        display: block;
        li a {
            display: flex;
            margin-bottom: 20px;
            padding: 25px;
            .t-icon {
                margin-right: 25px;
                color: $muted;
            }
            h5 {
                font-weight: 500;
            }
            h6 {
                font-size: 14px;
                margin-bottom: 0px;
            }
            &.active,
            &:hover {
                background: $white;
                box-shadow: $card-shadow;
                .t-icon {
                    @include linear-gradient(to right, $info 0%, $primary 100%);
                    -webkit-background-clip: text;
                    background-clip: text;
                    -webkit-text-fill-color: transparent;
                    text-fill-color: transparent;
                }
            }
        }
    }
}

@media (max-width: 1023px) {
    .wrap-feature41-box {
        .f41-tab {
            li a {
                padding: 20px;
                .display-5 {
                    font-size: 2.5rem;
                }
                h5 {
                    font-size: 16px;
                }
            }
        }
    }
}

/*******************
contact 26
*******************/

.wrap-feature-26 {
    .max-box {
        max-width: 580px;
    }
}

.wrap-feature-28 {
    .side-content {
        max-width: 580px;
    }
}

.card-body {
    padding: 20px;
}

/*******************
Feature 41
*******************/

.wrap-feature41-box .f41-tab {
    display: block;
}

.wrap-feature41-box .f41-tab li a {
    display: flex;
    margin-bottom: 20px;
    padding: 25px;
}

.wrap-feature41-box .f41-tab li a .t-icon {
    margin-right: 25px;
    color: #8d97ad;
}

.wrap-feature41-box .f41-tab li a h5 {
    font-weight: 500;
}

.wrap-feature41-box .f41-tab li a h6 {
    font-size: 14px;
    margin-bottom: 0px;
}

.wrap-feature41-box .f41-tab li a.active,
.wrap-feature41-box .f41-tab li a:hover {
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.wrap-feature41-box .f41-tab li a.active .t-icon,
.wrap-feature41-box .f41-tab li a:hover .t-icon {
    background: #188ef4;
    background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
    background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

@media (max-width: 1023px) {
    .wrap-feature41-box .f41-tab li a {
        padding: 20px;
    }
    .wrap-feature41-box .f41-tab li a .display-5 {
        font-size: 2.5rem;
    }
    .wrap-feature41-box .f41-tab li a h5 {
        font-size: 16px;
    }
}

/******************
Feature 31
*******************/

.wrap-feature36-box {
    background-position: right top;
    background-repeat: no-repeat;
}

/*******************
Pricing 4
*******************/

.pricing4 .price small {
    color: #8d97ad;
    font-size: 16px;
}

/*******************
slide 4
*******************/

@keyframes imagescale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
    100% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}

.slider4 .owl-carousel,
.slider4 .owl-item {
    width: 100%;
    max-height: 900px;
}



.slider4 .slide-image {
    animation: imagescale 15s ease-in-out infinite alternate;
    -webkit-animation: imagescale 15s ease-in-out infinite alternate;
    -moz-animation: imagescale 15s ease-in-out infinite alternate;
    -o-webkit-animation: imagescale 15s ease-in-out infinite alternate;
    width: 100%;
}

.slider4 .carousel-indicators {
    bottom: 0;
}

.slider4 .carousel-indicators li {
    background-color: #ffffff;
}

.slider4 .carousel-indicators li.active {
    background-color: #316ce8;
}

.slider4 label {
    font-style: italic;
    font-family: "PlayFairDisplay", sans-sarif;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.slider4 ul {
    list-style: none;
    margin: 0;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slider4 ul li {
    line-height: 36px;
}

.slider4 h2 {
    font-size: 36px;
    line-height: 42px;
    font-size: 36px;
}

.slider4 p {
    font-size: 18px;
}

.slider4 .slider-control span {
    width: 53px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #263238;
    color: #263238;
}

.slider4 .btn-secondary {
    background: transparent;
    color: #263238;
}

.slider4 .btn-secondary:hover {
    color: white !important;
}

@media (max-width: 768px) {
    .slider4 h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .slider4 .slide-text {
        padding: 0 !important;
        width: 95% !important;
    }
    .slider4 .slide-image {
        height: 480px;
        width: auto !important;
        position: relative;
    }
    .slider4 .btn-md {
        padding-left: 25px;
        padding-right: 25px;
    }
    .owl-prev {
        left: 30px !important;
    }
    .owl-next {
        right: 30px !important;
    }
}

@media (max-width: 428px) {
    .slider4 h2 {
        font-size: 23px;
        line-height: 30px;
    }
    .slider4 .slide-image {
        left: -90%;
        height: 380px;
    }
    .slider4 .btn-md {
        text-align: center;
        margin-bottom: 10px;
    }
    .slider4 .btn-secondary {
        margin-left: 0 !important;
    }
    .slider4 .owl-prev {
        left: 15px !important;
    }
    .slider4 .owl-next {
        right: 15px !important;
    }
}

.slide-text {
    margin: auto;
    position: absolute;
    text-align: left;
    max-width: 1170px;
    padding: 0 15px;
    top: 50%;
    left: 50%;
    right: auto;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.owl-next {
    opacity: 0.5;
    position: absolute;
    top: 45%;
    right: 65px;
    padding: 15px 20px !important;
    background: transparent !important;
    border-radius: 50% !important;
    border: 1px solid black;
    color: black !important;
}

.owl-prev {
    opacity: 0.5;
    position: absolute;
    top: 45%;
    left: 65px;
    padding: 15px 20px !important;
    background: transparent !important;
    border-radius: 50% !important;
    border: 1px solid black;
    color: black !important;
}



.owl-dots {
    bottom: 50px;
    position: absolute;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #188ef4 !important;
}

@media (max-width: 991px) {
    .slider4 .owl-prev,
    .slider4 .owl-next {
        display: none !important;
    }
}

.wrap-feature3-box {
    .card-body {
        padding: 40px;
        .icon-space {
            padding: 0px 40px 20px 0px;
        }
    }
}





/*******************
Feature 4
*******************/
.wrap-feature4-box .icon-round {
  font-size: 45px;
  width: 80px;
  color: #316ce8;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  margin: 20px 0 30px;
  border-radius: 100%; }
  
/*******************
Feature 12
*******************/
.wrap-feature-12 {
  position: relative; }
  .wrap-feature-12 [class*="col-md-12"] {
    margin-bottom: 30px;
    transition: 0.2s ease-in; }
    .wrap-feature-12 [class*="col-md-12"]:hover {
      transform: scale(1.1); }
  .wrap-feature-12 .uneven-box {
    margin-top: 100px; }  
  
/*******************
Feature 15
*******************/
.feature15 .quote {
  top: -40px;
  left: -40px; }
  
  
  
  
  .sp-1{
padding:10px;
  }
  
  .sp-2{
 padding:12px;
  }
  
  
  
  
  
@media (min-width: 576px) {
.sp-1{
padding:20px;
  }
  
  .sp-2{
 padding:40px;
  }
}






.form6 {
    overflow: hidden;
    position: relative;
    .right-image {
      background-position: center bottom;
      background-size: cover;
      background-repeat: none;
      position: absolute;
      right: 0;
      bottom: 0;
      top: 0;
    }
  }

  @media (max-width: 1023px) {
    .form6 {
      .contact-form {
        padding-left: 0;
        padding-right: 0;
      }
    }
  }

  @media (max-width: 767px) {
    .form6 {
      .contact-form {
        padding-left: 15px;
        padding-right: 15px;
      }
    }
  }
  
  /* agri websit add-product section starts */
  .wrap-feature41-box {
    .f41-tab {
      display: block;

      li a {
        display: flex;
        margin-bottom: 20px;
        padding: 25px;

        .t-icon {
          margin-right: 25px;
          color: $muted;
        }

        h5 {
          font-weight: 500;
        }

        h6 {
          font-size: 14px;
          margin-bottom: 0px;
        }

        &.active,
        &:hover {
          background: $white;
          box-shadow: $card-shadow;

          .t-icon {
            @include linear-gradient(to right, $info 0%, $primary 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            text-fill-color: transparent;
          }
        }
      }
    }
  }

  @media (max-width: 1023px) {
    .wrap-feature41-box {
      .f41-tab {
        li a {
          padding: 20px;

          .display-5 {
            font-size: 2.5rem;
          }

          h5 {
            font-size: 16px;
          }
        }
      }
    }
  }
  
/*============CARD2===========*/

.wrap-feature-24 {
    margin-top: 60px;

    .card {
      overflow: hidden;
      transition: 0.3s ease-out;
      -webkit-transition: 0.3s ease-out;

      &:hover {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
      }
    }

    .service-24 {
      text-align: center;
      padding: 40px 0;
      display: block;
    
    

      i {
        @include linear-gradient(to right, $success 0%, $success-dark 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
        font-size: 50px;
      }

      .ser-title {
        margin: 10px 0 5px;
        font-weight: 500;
      }

      &:hover,
      &:focus {
        @include linear-gradient(to right, $success 0%, $success-dark 100%);

        i,
        .ser-title {
          color: $white;
          text-fill-color: $white;
          -webkit-text-fill-color: $white;
        }

        i {
          margin-bottom: 5px;
        }
      }
    }
  }
  
  Feature 45
*******************/
.wrap-feature45-box {
  margin-top: 60px; }
  .wrap-feature45-box .f45-tab {
    display: table;
    width: 100%; }
    .wrap-feature45-box .f45-tab > a {
      display: table-cell;
      border: 1px solid rgba(120, 130, 140, 0.13);
      text-align: center;
      padding: 15px 10px;
      background: #f4f8fa;
      color: #263238; }
      .wrap-feature45-box .f45-tab > a.active {
        border-bottom-color: transparent;
        background: #ffffff;
        font-weight: 400; }
  .wrap-feature45-box .tab-pane {
    padding: 60px 0; }


.wrap-feature2-box {
    .card-body {
      padding: 40px;
    }
  }
  
 #imagess {
     height:300px;
     width:60vw;
     flex-wrap:wrap;
 }
.imgs {
    height:200px;
    width:300px;
}
.bg-container {
    height:40vh;
    width:100%;
}

.text {
    color:green;
    background-color:red;
}


#images-h{
    width:350px;
    height:150px;
    background-size:cover;
    border-radius:10px;
}
.i {
    border-radius:10px;

}
.boxes-cards {
    height:100vh;
    width:100%;
    background-color:#ede2a4;
    background-size:cover;
}
#pickle {
    height:300px;
    width:200px;
}
.bottle{
    height:250px;
    width:150px;
}
.headds {
     color:#708c0a;
     font-size:20px;
     font-family:bree-serif;
    
}


@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);
.pricing4 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
  background-color: #ede2a4 !important;
  height:100vh;
  width:100%;
}

.pricing4 h1,
.pricing4 h2,
.pricing4 h3,
.pricing4 h4,
.pricing4 h5,
.pricing4 h6 {
  color: #3e4555;
}

.pricing4 .font-weight-medium {
  font-weight: 500;
}

.pricing4 .bg-light {
  background-color: #ede2a4 !important;
  height:100vh;
  width:100%;
}

.pricing4 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.pricing4 .font-14 {
  font-size: 14px;
}

.pricing4 .font-13 {
  font-size: 13px;
}

.pricing4 .card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  height:300px;
  width:400px;
}

.pricing4 .text-success {
  color: #2cdd9b !important;
}

.pricing4 .price small {
  color: #8d97ad;
  font-size: 16px;
}

.pricing4 h5 {
    line-height: 22px;
    font-size: 18px;
}

.pricing4 .btn-danger-gradiant {
  background: #ff4d7e;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
  background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
}

 .pricing4 .btn-danger-gradiant:hover {
  background: #ff6a5b;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#ff4d7e));
  background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
}

.pricing4 .btn-md {
    padding: 10px 25px;
    font-size: 16px;
}


.team2 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.team2 h1,
.team2 h2,
.team2 h3,
.team2 h4,
.team2 h5,
.team2 h6 {
  color: #3e4555;
}

.team2 h5 {
	line-height: 22px;
  font-size: 18px;
}

.team2 .font-weight-medium {
  font-weight: 500;
}

.team2 .subtitle {
  color: #8d97ad;
  line-height: 24px;
	font-size: 13px;
}

.team2 .pro-pic {
  height: 250px;
  width:300px;
  border-radius:10px;
}

.team2 .pro-pic .card-img-overlay {
  background: rgba(26, 139, 243, 0.87);
  display: none;
}

.team2 .pro-pic .card-img-overlay ul {
  top: 50%;
}

.team2 .pro-pic .card-img-overlay ul li a {
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.team2 .pro-pic .card-img-overlay ul li a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
}

.team2 .pro-pic:hover .card-img-overlay {
  display: block;
}
.arrival {
    font-size:30px;
    font-family:bree-serif;
    color:#5e7508;
    font-weight:bold;
}
#shopby {
    font-size:30px;
    font-family:bree-serif;
    color:#5e7508; 
    font-weight:bold;
}
#spicies-img-one {
    width:100%;
    height:23vh;
    background-size:cover;
    border-radius:10px;
    background-size:cover;
}
.td-test{
 color:red;   
}


.cardds {
    width:90%;
    background-image: radial-gradient(white,#40e6b1);
    text-align:center;
    color:black;
    height:20vh;
}
.fontss {
    font-family:bree-serif;
    font-size:50px;
    margin-left:5vw;
    
}

.blue {
    display:flex;
    flex-direction:row;
    justify-content:center;
    width:100%;
}

.fonts {
    font-family:bree-serif;
    font-size:30px;
    margin-top:5px;
}

.fw {
    font-weight:bold;
}



.wrap-feature2-box {
    .card-body {
      padding: 40px;
      width:20vw;
      background-color:yellow;
      height:30vh;
    }
  }
  
 .form6 {
    overflow: hidden;
    position: relative;
    .right-image {
      background-position: center bottom;
      background-size: cover;
      background-repeat: none;
      position: absolute;
      right: 0;
      bottom: 0;
      top: 0;
    }
  }

  @media (max-width: 1023px) {
    .form6 {
      .contact-form {
        padding-left: 0;
        padding-right: 0;
      }
    }
  }

  @media (max-width: 767px) {
    .form6 {
      .contact-form {
        padding-left: 15px;
        padding-right: 15px;
      }
    }
  }

.banners{
position: relative !important;
    
}

 .banners .owl-dots {
    bottom:0px;
   position: relative;
}

