body {
  font-family: "Poppins", sans-serif;
  color: #040000;
  background: #ffffff url(/uploads/images/bg_body.jpg);
}
.narrow {
  max-width: 1030px;
}
.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

/*header section*/
.sub_page .brand_box {
  position: relative;
  background-image: url(../images/slider-img.jpg);
  padding: 45px 0;
  background-position: center center;
}

.sub_page .nav_section {
  margin-top: 0;
  background-color: #212529;
  background-image: url(/uploads/images/bg_menu.gif);
}
.tlinks{
  text-indent:-9999px;
  height:0;
  line-height:0;
  font-size:0;
  overflow:hidden;
}
.brand_box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.breadcrumb {
  background: none;
}
.breadcrumb .breadcrumb-item a {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}
.breadcrumb-item.active {
  color: #FFF;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: rgb(255, 255, 255);
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 42px;
}

.custom_nav-container .nav_search-btn {
  margin: auto;
}

/*end header section*/
/* slider section */
.slider_section div#carouselExampleControls {
  overflow: hidden;
}

.slider_section .img-box {
  width: 100%;
  height: 350px;
  background: center;
  /* background-size:cover; */

}
.img-box span{
  position: absolute;
  font-size: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(255, 255, 255);
  }
.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  width: 90px;
  height: 90px;
  background-color: #252525;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 12px;
}

.slider_section .carousel-control-prev:hover,
.slider_section .carousel-control-next:hover {
  opacity: 0.9;
}

.slider_section .carousel-control-prev {
  border-radius: 0 100% 100% 0;
  background-image: url(../images/prev.png);
  left: -50px;
  background-position: 58px center;
}

.slider_section .carousel-control-next {
  border-radius: 100% 0 0 100%;
  background-image: url(../images/next.png);
  right: -45px;
  background-position: 20px center;
}

/* end slider section */
.nav_section {
  margin-top: -32px;
}

.nav_section .custom_nav2 .custom_nav-container {
  padding: 5px 0;
  background-color: #212529;
  border-radius: 5px;
  background-image: url(/uploads/images/bg_menu.gif);
}

.nav_section .custom_nav2 .custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 10px 30px;
  color: #ffffff;
  text-align: center;
  position: relative;
}

.nav_section .custom_nav2 .custom_nav-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav_section .custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 18px;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  margin: 0 40px 0 15px;
  background-position: center;
}

.shop_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.shop_section .box .detail-box h2 {
  font-weight: bold;
  font-size: 3rem;
  text-transform: uppercase;
}

.shop_section .box .detail-box p {
  margin-bottom: 0;
}

.shop_section .box .img-box img {
  max-width: 100%;
}

.shop_section .box .btn-box {
  margin-top: 25px;
}

.shop_section .box .btn-box a {
  display: inline-block;
  padding: 8px 40px;
  background-color: #313131;
  border: 1px solid #313131;
  color: #ffffff;
}

.shop_section .box .btn-box a:hover {
  background-color: transparent;
  color: #313131;
}
.height-limited {
  min-height: 250px;
  overflow: hidden;
}
.about_section .img-box {
  padding: 20px 0;
  background-color: #ececec;
}

.about_section .img-box img {
  
  width: 100%;
  /* -webkit-transform: translateX(45px);
          transform: translateX(45px); */
}

.about_section .detail-box {
  text-align: center;
  /* margin-top: 25px; */
}

.about_section .detail-box .heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .detail-box .heading_container hr {
  width: 1px;
  height: 50px;
  margin: 0;
  border: none;
  background-color: #b7b7b7;
  margin-bottom: 10px;
}
.about_section .detail-box h2{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.about_section .detail-box p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}
.about_section .detail-box p a {
  color: #ffffff;
  margin-top: 10px;
}
.about_section .detail-box a {
  color: #000000;
  margin-top: 10px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #858585;
}
.carousel-inner h2 {
  font-size: 20px;
  font-weight: 600;
}
.fruit_section .heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

.fruit_section .heading_container hr {
  width: 20%;
  height: 1px;
  border: none;
  margin: 0;
  margin-right: 10px;
  background-color: #b7b7b7;
}

.fruit_section .heading_container h2 {
  margin: 0;
}

.fruit_section .fruit_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fruit_section .fruit_container .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.33%;
          flex: 0 0 31.33%;
  margin: 1%;
  position: relative;
  overflow: hidden;
}

.fruit_section .fruit_container .box img {
  width: 100%;
}

.fruit_section .fruit_container .box .link_box {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #252525;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fruit_section .fruit_container .box .link_box h5 {
  text-transform: uppercase;
  margin-bottom: 25px;
}
.fruit_container .box h5 {
  color: rgb(41, 41, 41);
  font-size: 16px;
  line-height: 25px;
}
.fruit_section .fruit_container .box .link_box a {
  display: inline-block;
  padding: 7px 35px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 15px;
}

.fruit_section .fruit_container .box .link_box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.fruit_section .fruit_container .box:hover .link_box {
  top: 0;
  opacity: 0.9;
}

.client_section .heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .heading_container hr {
  width: 20%;
  height: 1px;
  border: none;
  margin: 0;
  margin-left: 10px;
  background-color: #b7b7b7;
}

.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  /* width: 85%; */
  margin: auto;
}

.client_section .client_container .img-box {
  width: 175px;
  border-radius: 100%;
}

.client_section .client_container .img-box img {
  width: 100%;
}

.client_section .client_container .detail-box {
  margin-top: 25px;
}

.client_section .client_container .detail-box h5 {
  color: #1d1b28;
  margin-bottom: 15px;
  font-size: 18px;
}

.client_section .client_container .detail-box p {
  color: #1d1b28;
  margin: 20px;
}

.client_section .client_container .detail-box p img {
  width: 25px;
  margin: 3px 10px;
}

.client_section .client_container .detail-box img {
  width: 60px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #313131;
  opacity: .5;
  top: 20%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #000000;
}

.client_section .carousel-control-prev {
  background-image: url(../images/prev.png);
  left: 5%;
}

.client_section .carousel-control-next {
  background-image: url(../images/next.png);
  right: 5%;
}

/* contact section */
.contact_section {
  position: relative;
}

.contact_section .heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

.contact_section .heading_container hr {
  width: 20%;
  height: 1px;
  border: none;
  margin: 0;
  margin-right: 10px;
  background-color: #b7b7b7;
}

.contact_section .heading_container h2 {
  margin: 0;
}

.contact_section input::-webkit-input-placeholder {
  color: #000;
}

.contact_section input:-ms-input-placeholder {
  color: #000;
}

.contact_section input::-ms-input-placeholder {
  color: #000;
}

.contact_section input::placeholder {
  color: #000;
}

.contact_section input {
  border: none;
  outline: none;
  height: 45px;
  width: 100%;
  margin: 10px 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  padding-left: 15px;
}

.contact_section input::-webkit-input-placeholder {
  color: #ac9784;
  text-transform: uppercase;
  font-size: 15px;
}

.contact_section input:-ms-input-placeholder {
  color: #ac9784;
  text-transform: uppercase;
  font-size: 15px;
}

.contact_section input::-ms-input-placeholder {
  color: #ac9784;
  text-transform: uppercase;
  font-size: 15px;
}

.contact_section input::placeholder {
  color: #ac9784;
  text-transform: uppercase;
  font-size: 15px;
}

.contact_section input.message_input {
  height: 100px;
}

.contact_form-container {
  padding: 15px 15px 15px 0;
}

.contact_form-container button {
  border: none;
  background-color: #fd9e2e;
  color: #fff;
  padding: 10px 55px;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 35px;
}

/* contact section */
/* info section */
.info_section {
  background-color: #252525;
  color: #ffffff;
}

.info_section h6 {
  font-weight: bold;
}

.info_section .info_logo h2 {
  font-size: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.info_section .info_contact {
  margin-top: 60px;
  margin-bottom: 45px;
}

.info_section .info_contact .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .info_contact a {
  color: #ffffff;
}

.info_section .info_contact img {
  max-width: 100%;
  margin-right: 10px;
}

.info_section .info_form {
  margin: 0 auto;
  margin-bottom: 45px;
}

.info_section .info_form h4 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_form form input {
  background-color: #ffffff;
  border: none;
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
  outline: none;
  color: #000000;
  min-height: 42.4px;
  padding-left: 15px;
}

.info_section .info_form form input ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form input :-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form input ::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form input ::placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  padding: 9px 30px;
  background-color: #f89e12;
  border: 1px solid #f89e12;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
}

.info_section .info_form form button:hover {
  background-color: transparent;
  color: #f89e12;
}

.info_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_social img {
  width: 35px;
  margin-right: 8px;
}

/* end info section */
/* footer section*/
.footer_section {
  background-color: #ffffff;
  padding: 10px 15px;
}

.footer_section p {
  margin: 0;
  text-align: center;
  color: #222222;
}

.footer_section a {
  color: #222222;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #272727;
}
.detail-box h2{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.detail-box p {
  font-size: 14px;
  line-height: 25px;
}
.return a{
  color: rgb(59, 59, 59);
  font-size: 14px;
   }
   
.page_left_list dd {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  }
  
  .page_left_list a {
  font-size: 20px;
  color: #333333;
  }
  .page_left_list a:hover {
  color:#2e2e2e;
  }
  
  .NewsDetails_page_back {
  margin: 50px 0;
  padding: 10px;
  border: 1px dashed #e5e5e5;
  line-height: 30px;
  font-size: 30px;
  }
  .fruit_container img {
    width: 100%;
  }
  .fruit_container h5 {
    color: rgb(41, 41, 41);
    font-size: 16px;
    line-height: 25px;
  }
  
.pages{
  width:100%;
  height:40px;
  text-align:center;
  margin: 60px 0;
  }
  .pages a{
  display:inline-block;
  *display:inline;
  zoom:1;
  margin-left:3px;
  height:40px;
  line-height:40px;
  border:1px solid #ddd;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  font-size:18px;
  color:#3b3b3b;
  min-width:40px;
  text-align:center;
  }
  .pages a.now,.pages a:hover{
  color:#FFF;
  background:#313131;
  border:1px solid #313131;
  }
  .contact_section h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .contact_section p {
    line-height: 1rem;
  }


.border-dot {
    padding-bottom: 5px;
    border-bottom: 1px dotted #555;
}
.menu-item-name p {
    text-transform: uppercase;
    white-space:nowrap; 
    overflow:hidden; 
	  text-overflow:ellipsis; 
}
.news p {
  font-size: 14px;
  color: #323648;
} 

body{
    -webkit-animation: bgbody 1s ease;
    -o-animation: bgbody 1s ease;
    animation: bgbody 1s ease;
}
@keyframes bgbody {
    0%{
        opacity: 0;
        background-color: #ffffff;
    }
    100%{
        opacity: 1;
    }
}
/* end footer section*/

/* CSS Document */


nav ul {
	padding: 0;
  margin: 0;
	list-style: none;
	position: relative;
	}
	
  nav ul li {
    display:inline-block;
    background-color: #212529;
    background-image: url(/uploads/images/bg_menu.gif);
    }

nav a {
	display:block;
	padding:0 5px;	
	color:#FFF;
	line-height: 30px;
	text-decoration:none;
}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
	top: 40px; /* the height of the main nav */
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
  z-index: 9;
	min-width:170px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-40px; 
	left:170px;
}

	
/* Change this in order to change the Dropdown symbol */
li > a:after { content:  '+'; }
li > a:only-child:after { content: ''; }