/********** Template CSS **********/
:root {
    --primary: #34AD54;
    --secondary: #FF9933;
    --light: #F6FFF2;
    --dark: #263A4F;
}

.btn {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}
.navbar-dark { padding: 0px 0px;}

.navbar-dark .navbar-nav .nav-link {
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #351100;
   /* text-transform: uppercase;*/
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 15px 25px;
    
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    background: #2c465e;
    border-radius:5px;
     color: #FFFFFF;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        padding: 15px ;
        text-align:right;
    }
}

@media (max-width: 576px) {
    #header-carousel{margin-top:40px;
    padding-top:50px;
    }
    .navbar-nav {
        margin-bottom:25px;
 background-color: #0f2835;
}
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
        
    }
    
    .carousel-caption h1 {
        font-size: 20px;
        font-weight: 600 !important;
        text-shadow: 2px 2px 1px rgba(255,255,255,1);
    }
    .carousel-caption h3, .h3{text-shadow: 2px 2px 1px rgba(255,255,255,1);}
    .mymenu{margin-top:0px !important;
    background-color: #0f2835 !important;}
    .mylogo img {
    width: 120px !important;
        height:auto;
    position:relative;
    margin-top: 3px !important;
    margin-bottom: -45px !important;
    z-index: 10;
        image-rendering: high-quality !important;
        background-color: #fff !important;
        border: none !important;
        -webkit-box-shadow: 0px 8px 12px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 8px 12px -8px rgba(0,0,0,0.75);
box-shadow: 0px 8px 12px -8px rgba(0,0,0,0.75);
}
    .navbar-dark .navbar-nav .nav-link {
    
    color: #fff;
   /* text-transform: uppercase;*/
   
}
    .bg-hero {
   margin-top:90px;
        height:120px !important;;
}
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.bg-hero {
    
   
    height:250px;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -60px;
        z-index: 1;
    }
}

.bg-vegetable {
    background: linear-gradient(rgba(38, 56, 73, .0), rgba(17, 30, 43, .0)), url(../img/fruit.png) bottom right no-repeat;
    background-size: contain;
}

.bg-fruit {
    background: linear-gradient(rgba(54, 99, 59, .0), rgba(54, 99, 59, .0)), url(../img/vegetable.png) bottom right no-repeat;
    background-size: contain;
}

.service-item {
    box-shadow: 0 0 45px #EDEDED;
    transition: .5s;
}

.about i,
.service-item i {
    background-image: linear-gradient(var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .5s;
}

.service-item:hover {
    color: var(--light);
    background: var(--primary) !important;
}

.service-item:hover i {
    background-image: linear-gradient(var(--light), var(--secondary));
}

.service-item:hover h4 {
    transition: .5s;
}

.service-item:hover h4 {
    color: var(--light);
}

.product-item {
    padding: 0px;
}

.product-item .btn-action {
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 0;
    opacity: 0;
    transition: .5s;
}

.product-item:hover .btn-action {
    bottom: 0;
    opacity: 1;
}

.product-item h5 {
    transition: .5s;
}

.product-item:hover h5 {
    opacity: 0;
}

.product-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 55%;
    bottom: 0;
    left: 0;
    background: url(../img/bg-product-1.png) left bottom no-repeat, url(../img/bg-product-2.png) right bottom no-repeat;
    background-size: contain;
    background-color: #0f2835;
    z-index: -1;
}

.product-carousel .owl-nav {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next{
    position: relative;
    width: 55px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    color: var(--secondary);
}

.bg-testimonial {
    background: url(../img/testimonial.jpg) top center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(52, 173, 84, .7);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.2);
}

.blog-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(52, 173, 84, 0), rgba(52, 173, 84, 1));
    z-index: 1;
}

.bg-footer {
    background: linear-gradient(rgba(52, 173, 84, .7), rgba(52, 173, 84, .7)), url(../img/footer.png) center bottom no-repeat;
    background-size: contain;
}

@media (min-width: 991.98px) {
    .bg-footer {
        margin-top: 90px !important;
    }
}

.slider {
  background: #333;
  height: 400px;
  width: 100%;
}

/*arun styles*/
.mylogo img {
    width: 137px;
    height:auto;
    position:relative;
    margin-top: -50px;
    margin-bottom: -50px;
    z-index: 10;
    transition: width 1s;
    image-rendering: smooth;
background-color: #fff;
    border-radius:50%;
    padding:3px;
    -webkit-box-shadow: 0px 8px 12px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 8px 12px -8px rgba(0,0,0,0.75);
box-shadow: 0px 8px 12px -8px rgba(0,0,0,0.75);
}
.bg-lbrown{background-color: #0f2835;}
.text-darkorange{color:#ba502d;}
.mymenu{margin-top:58px;
background-color: transparent;
}
.mymenuscroll{margin-top:25px;
background-color: #0f2835;}

.mymenuscroll.navbar-dark .navbar-nav .nav-link {
    
    color: #fff;
   /* text-transform: uppercase;*/
   
}
.mymenuscroll.navbar-dark .navbar-nav .nav-link:hover {
    
    color: #fff;
   /* text-transform: uppercase;*/
   
}
.mymenuscroll .mylogo img {width: 120px;
    margin-top: -30px;
    margin-bottom: -30px;
    height:auto;
     image-rendering: smooth;
transition: width 1s;
background-color: #fff;
    border:3px solid #fff;
    border-radius:50%;
-webkit-box-shadow: 0px 8px 12px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 8px 12px -8px rgba(0,0,0,0.75);
box-shadow: 0px 8px 12px -8px rgba(0,0,0,0.75);}

.topdiv {width:100%;
    top:-35px;
   
   z-index: 9;
height:35px;
    transition: width 1s;
background-color: rgba(255,255,255,.9);
position: fixed;}

.navbar-dark .navbar-toggler {
 color: rgba(228,154,46,0.6);
 border-color:rgba(228,154,46,0.7)
}
.navbar-dark .navbar-toggler-icon {
 background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28228,153,46,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.carousel-control-prev-icon {
 background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d11f00'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
 background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d11f00'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}
.carousel-caption h1 {
       
        text-shadow: 2px 2px 1px rgba(255,255,255,1);
    }
  .carousel-caption h3, .h3{text-shadow: 2px 2px 1px rgba(255,255,255,1);}
.btn-custom {
 color:#fff;
 background-color:#434913;
 border-color:#33380a
}
.btn-custom:hover {
 color:#fff;
 background-color:#33380a;
 border-color:#33380a
}

.owl-carousel .owl-stage{display: flex;}
.myitem {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
    
}

.prohover:hover{	animation: pulse 1s infinite;
  animation-timing-function: linear;   
		}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05);
  100% { transform: scale(1); }
  }
}
.myitem a{color : #b9502d;}
.myitem a:hover{color : #263849;}

/* Flashing */
.myitem:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
.ed-bg{background-color:#b35526;}
.abt-bg{background-color:#6c2d1e;}
.myfooter{
background-color: #0f2835;}
.bg-black{
background-color: #000;}
/*my tests*/
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .mylogo img {
  width: 120px !important;
  height: auto;
  position: relative;
  image-rendering: high-quality;
}
}
.flink a{margin-bottom:10px;
    font-size:1.1em;
color: #fff;}
.flink a:hover{color: #ffa852;}
.breadcrumb {
 display:flex;
 flex-wrap:wrap;
 padding:0 0;
 margin-bottom:0rem;
 list-style:none
}
.bread{
    background: rgb(102,89,79);
background: -moz-linear-gradient(128deg, rgba(102,89,79,1) 39%, rgba(70,65,63,1) 39%);
background: -webkit-linear-gradient(128deg, rgba(102,89,79,1) 39%, rgba(70,65,63,1) 39%);
background: linear-gradient(128deg, rgba(102,89,79,1) 39%, rgba(70,65,63,1) 39%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#66594f",endColorstr="#46413f",GradientType=1);
}
.breadcrumb .breadcrumb-item a {color:#f93;}
.breadcrumb .breadcrumb-item a:hover {color:#fff;}
.breadcrumb .breadcrumb-item.active {color:#fff;}

.mymanage{}
.mymanage h4{font-size:18px;
margin:0px;}

 #map {
  /*height: 100vh;*/
  width: 100%;
  min-height: 100%;
  max-height: none;
}

@media (max-width: 991px) {
  .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
}

.accordion-body {
  padding: 1.5rem 1.25rem;
    
    
}
.bg-brown{background: rgb(221,200,181);
background: -moz-linear-gradient(128deg, rgba(221,200,181,1) 36%, rgba(244,228,213,1) 36%, rgba(221,200,181,1) 64%, rgba(244,228,213,1) 64%);
background: -webkit-linear-gradient(128deg, rgba(221,200,181,1) 36%, rgba(244,228,213,1) 36%, rgba(221,200,181,1) 64%, rgba(244,228,213,1) 64%);
background: linear-gradient(128deg, rgba(221,200,181,1) 36%, rgba(244,228,213,1) 36%, rgba(221,200,181,1) 64%, rgba(244,228,213,1) 64%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ddc8b5",endColorstr="#f4e4d5",GradientType=1);}

.nav-link {
 display:block;
 padding:.9rem 1rem;
 color:#34AD54;
 transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out
}

.nav-link:hover,
.nav-link:focus {
 color:#2a8a43
}
.nav-link.disabled {
 color:#6c757d;
 pointer-events:none;
 cursor:default
}
.nav-tabs {
 border-bottom:0px solid #dee2e6
}
.nav-tabs .nav-link {
    color:#614020;
 margin-bottom:-1px;
 background:#eedac8;
 border:1px solid #ceb095;
 border-top-left-radius:15px;
 border-top-right-radius:15px;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
      color:#000;
 border-color:#af9175 #af9175 #af9175;
 isolation:isolate
}
.nav-tabs .nav-link.disabled {
 color:#6c757d;
 background-color:transparent;
 border-color:transparent
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
 color:#495057;
 background-color:#f3e8dd;
 border-color:#af9175 #af9175 #f3e8dd
}

.accordion-item {
background-color: #f3e8dd;
 border:1px solid rgba(175,145,117,1);
    -webkit-box-shadow: 0px 23px 13px -18px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 23px 13px -18px rgba(0,0,0,0.25);
box-shadow: 0px 23px 13px -18px rgba(0,0,0,0.25);
}

.error {
  color: #e9d69c;
  display: block;
  margin-bottom: 5px !important;