﻿*{
  font-family: BPGDejaVuSans;
}
h1,h2,h3,h4,h5{
  font-weight: normal;
  font-family: TBCDinMtavruli_bold;
  text-transform: uppercase;
}
ul li{.carousel-indicators .active
 list-style: none;
}

a{
  font-family: BPGDejaVuSans;
  text-decoration: none !important
}
a:hover, a:focus{
	outline: none;
}
 button:active {
outline: none !important;
border: none!important;
-webkit-box-shadow: none !important;
     box-shadow: none !important;
}

button:focus {outline:0!important;border: 0px!important;}
input:focus,textarea:focus{outline:0!important;}

body{
  background-color: #f5fdf8;
}

.header_section{
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.main_section{
  position: relative;
}
.header_contact span{
   display: inline-block;
 font-size: 14px;
}
.header_contact span a{
  font-family: BPGDejaVuSans;
  color: #333;
}

.header_contact_icon{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border:1px solid #d8d8d8;
  text-align: center;
  color:#00c140;
  padding-top: 4px;
}
.header_contact{
  display: inline-block;
  margin-top: 38px;
}
.header_contact:last-child{
margin-left: 30px;
}
.top_header{
  width: 100%;
  height: 140px;
  background-color: #fff;
}
.logo{
  margin-top: 35px;
}
.logo a img{
  margin: 0 auto;
}
.search_form, .lang_bar{
  display: inline-block;
}
.lang_bar{
  float: right;
}
.search_form input{
  width: 200px;
  border:0px;
}
.search_form .btn{
background-color: transparent;
}
.lang_bar > .dropdown > a{
  display: block;
  width: 100px;
  height: 40px;
  border-radius: 5px;
  background-color: #00c140;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding-top: 9px;
  display:none;
}
.lang_bar > .dropdown a i{
  margin-left: 5px;
}
.lang_bar > .dropdown > .dropdown-menu{
  min-width: 100px;
}
.lang_bar > .dropdown > .dropdown-menu > li > a:hover,.lang_bar > .dropdown > .dropdown-menu > li > a:focus{
  background-color: #00c140;
  color: #fff;
}
.lang_bar > .dropdown > .dropdown-menu{
  padding: 0px 0;
}
.search_form{
  margin-top: 37px;
  margin-left: 48px;
}
.lang_bar{
  margin-top: 32px;
}


.main_menu{
 background-color: #00c140;
 text-align: center;
padding-top: 9px;
    padding-bottom: 3px;
    position: relative;
    top: 33px;
    z-index: 500;
}
 .navbar.main_menu .navbar-nav {
    display: inline-block;
    float: none;
  }

 .navbar.main_menu .navbar-collapse {
     text-align: center;
   }

   #navbar > ul > li > a{
  color: #fff;
  font-size: 18px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  font-family: TBCDinMtavruli;
  text-transform: uppercase;
   }
 #navbar>ul>li>a:hover,#navbar>ul>li>a:focus{
    background-color: transparent;
   }
#navbar > ul > li > a:after, #navbar > ul > li > a:before{
  content: '\f111';
  font-family: FontAwesome;
  color: #007d29;
  position: absolute;
  font-size: 4px;

}
#navbar > ul > li > a:after{
       right: -20px;
}
 #navbar > ul > li > a:before{
      left: -24px;
 }
#navbar > ul > li > a:hover::after,#navbar > ul > li > a:hover::before{
  color: #fff;
  z-index: 10;
  font-size: 5px;
}
  #navbar > ul > li:last-child a:after, #navbar > ul > li:first-child a:before{
  content: none;
  }
.drop_menu ul li{
list-style-type: none;

}
.resp_search{
  display: 
  none
}
.drop_menu{
  position: relative;
}
.drop_menu:hover ul{
  top: 50px;
 visibility: visible;
 opacity: 1;
 z-index: 50;
}
.drop_menu ul{
 visibility: hidden;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 50px;
  padding: 0;
  box-shadow: 0px 0px 3px #8a8a8a;
  margin: 0;
  opacity: 0;
   -webkit-transition:0.3s;
    -ms-transition: 0.3s;
    -moz-transition:0.3s;
    transition:0.3s;
    overflow: hidden;
}
.drop_menu >ul>li>a{
  display: block;
  color: #212121;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e9e9e9;
  font-family: TBCDinMtavruli;

}
.drop_menu >ul>li>a:hover{
  background-color: #00c140;
  color: #fff;
}
.drop_menu >ul>li:last-child a{
  border-bottom: 0px;
}
.slider_section{
  width: 100%;
  height: calc(100vh - 140px);
}
.carousel-fade .carousel-inner{
top: -22px;
}
.carousel-fade .carousel-inner .item {
    height: calc(100vh - 140px);
  -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-repeat: repeat;
      background-position: center center;
  opacity: 0;
  transition-property: opacity;

}

.slider_content{
  position: relative;
  top: 20%;
  z-index: 3;
}
.slider_content h1{
color: #fff;
font-size: 50px;
position: relative;
left: 100px;
  animation-delay: 0.5s;
}
.slider_content h1:before{
  content: "";
  width: 100px;
  height: 2px;
  background-color: #00c140;
  position: absolute;
  left: -105px;
  top: 25px;
}
.slider_content h1 span{
  color: #00c140;
  font-family: TBCDinMtavruli;
}
.slider_text{
  color: #fff;
      font-size: 14px;
    margin-left: 100px;
    height: 91px;
    overflow: hidden;
    line-height: 1.7;
      animation-delay: 0.5s;
}
.slider_see_more a{
  display: block;
  width: 130px;
  height: 46px;
  background-color: #00c140;
  text-align: center;
  color: #fff;
  font-size: 14px;
   font-family: TBCDinMtavruli;
   border-radius: 5px;
   margin-top: 48px;
    margin-left: 100px;
    padding-top: 15px;
      animation-delay: 0.5s;
}
.next_content{
  text-align: center;
  position: absolute;
  width:100%;
  bottom: 0;
  cursor: pointer;
  z-index: 100;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.carousel-fade .carousel-inner .item:after{
  content: "";
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  left:0;
  top: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.slider_bullet.carousel-indicators li{
width: 20px;
height: 20px;
border:1px solid #fff;
margin: 15px 0px 15px 35px;
}
.slider_bullet.carousel-indicators .active{
 width: 20px!important;
height: 20px;
/*border:2px solid transparent;*/
background-color: transparent;
margin: 15px 0px 15px 35px;

}
.animation_test{
      position: absolute;
    left: 45px;
    /* top: 1px; */
    z-index: 5;
    color: #fff;
display: none;
}


.slider_bullet.carousel-indicators .active .animation_test{
display: block;
}
.slider_bullet.carousel-indicators{
  padding-left: inherit;
  width: 0;
}
.bullets{
    position: absolute;
    right: 18%;
    /*top: 50vh;*/
    z-index: 555;;
}
#wrapper{
  margin-top: 95px;
}

#container {
  position: absolute;
  width: 20px;
  height: 20px;
   animation: colors 4s infinite;
}

/* Container styles */
.chart {
       position: absolute;
    top: -6px;
}

.chart svg {
  position: absolute;
  top: -9px;
  left: 0;
}

.outer {
  fill: url(#image-4);
  stroke: #00c140;
  stroke-width: 3;
  stroke-dasharray: 200;
  transition: stroke-dashoffset 70s;
  -webkit-animation-play-state: running;
}

.chart:hover .outer {
    stroke-dashoffset: 200 !important;
  /*-webkit-animation-play-state: paused;*/
}
/* END Circle colors and graphic positions */


/* Set the initial values for the animation */
.chart[data-percent='100'] .outer {
  stroke-dashoffset: 0;
  animation: show100 70s infinite;
}

/* Keyframes for the initial animation */

@keyframes show100 {
  from {
    stroke-dashoffset: 595;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.about_section_title{
     text-align: center;
    display: inline-block;
    font-size: 25px;
    position: relative
}
.about_section_title:after{
  content: url(../image/line.png);
 /* position: absolute;
  top: 15px;
  left: 40px;*/
  display: block;
}
.title_section{
  text-align: center;
  margin-bottom: 40px;
}
.about_section_image{
float: left;
  width: 50%;
  height: 420px;
  position: relative;
   -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
}
.about_section_image:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../image/m.png);
  right: 0;
    background-repeat: no-repeat;
     background-position: center right;
}
.about_intro_text{
  width:45%;
  height: 420px;
  float: left;
  margin-left: 5%;
}
.text,.text p,.text span,.text a,.text ul li {
  color: #393939;
  line-height: 1.8;
  font-size: 15px;
}
.text ul li{
   list-style-type: disc;
}
.text a{
  cursor: pointer;
  color: #00c140;
}
.about_intro_text .text::first-letter {

    font-size:30px;
    margin-right: 5px;
    color: #00c140;
   line-height: 0;
}
.about_intro_text .text{
  width: 80%;
  height: 224px;
  overflow: hidden;
  margin-top: 40px;
  padding-top: 10px;
}
.about_intro_text > a{
  display: block;
  width: 130px;
  height: 50px;
  text-align: center;
  color: #f3fcf2;
  font-family: TBCDinMtavruli;
  background-color: #00c140;
  font-size: 14px;
  border-radius: 5px;
  padding-top: 15px;
   margin-top: 55px;
   position: relative;
}
.about_intro_text > a:hover{
	opacity: 0.7;
}

.about_intro_text > a > i{
  margin-left: 10px;

}
#products_carusel {
  margin-top: 100px;
}
#products_carusel.owl-carousel .owl-item .item{
  height: 255px;
  border-radius: 8px;
  position: relative;
   -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-repeat: repeat;
      background-position: center center;
  overflow: hidden;
    -webkit-transition:0.3s;
    -ms-transition: 0.3s;
    -moz-transition:0.3s;
    transition:0.3s;
}


#products_carusel.owl-carousel .owl-item .item:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.06+0,0.61+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.61) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.06) 0%,rgba(0,0,0,0.61) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.06) 0%,rgba(0,0,0,0.61) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f000000', endColorstr='#9c000000',GradientType=0 ); /* IE6-9 */
}
#products_carusel.owl-carousel .owl-nav .owl-next, #products_carusel.owl-carousel .owl-nav .owl-prev{
  color: transparent;
  position: absolute;
  width: 50px;
  top: 110px;
  height: 50px;
  border-radius: 50%;
  border:1px solid #b1ecc5;
}
#products_carusel.owl-carousel .owl-nav .owl-prev{
  left: -70px;
}
#products_carusel.owl-carousel .owl-nav .owl-next{
  right: -70px;
}
#products_carusel.owl-carousel .owl-nav .owl-prev:before,#products_carusel.owl-carousel .owl-nav .owl-next:before{
    position: absolute;
    color: #212121;
    left: 15px;
    top: 11px;
    font-size: 20px;
    font-family: FontAwesome
}
#products_carusel.owl-carousel .owl-nav .owl-prev:before{
  content: "\f053";
}
#products_carusel.owl-carousel .owl-nav .owl-next:before{
  content: "\f054";
  left: 18px;
}
#products_carusel.owl-carousel .owl-item .item > a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#products_carusel.owl-carousel .owl-item .item > a > h3{
  margin:0 auto;
  position: absolute;
  bottom: 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
 left: 0;
  right: 0;
  padding-top: 10px;
}
#products_carusel.owl-carousel .owl-item .item > a > h3:before{
  content: "";
  width: 10%;
  height: 3px;
  background-color: #00bf40;
  display: block;
   -webkit-transition:0.3s;
    -ms-transition: 0.3s;
    -moz-transition:0.3s;
    transition:0.3s;
    margin: auto;
    margin-bottom: 7px;
}
#products_carusel.owl-carousel .owl-item .item:hover h3:before{
  width: 60%;
}
.popular_prod_section{
  margin-top: 100px;
}
.popular_prod_section h3.section_title{
  font-size: 40px;
  color: #212121;
  margin-top: 50px;

}
.popular_prod_section h3.section_title span{
  color: #00c140;
  font-size: 14px;
  font-weight: bold;
}
.popular_products{
  /*width: 100%;*/
 position: relative;
}
.popular_products:after{
  content: "";
  width: 100%;
  height: 260px;
  background-color: #00be3f;
  position: absolute;
     right: -15px;
    top: 69px;
}
#pop_products{
  position: relative;
  right: -15px;
}
#pop_products.owl-carousel .owl-item .item,.product_item{
  width: 100%;
  height: 330px;
  margin-top: 30px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 15px -4px rgba(0,0,0,0.65);
-moz-box-shadow: 0px 3px 15px -4px rgba(0,0,0,0.65);
box-shadow: 0px 3px 15px -4px rgba(0,0,0,0.65);
-webkit-transition:0.5s;
    -ms-transition: 0.5s;
    -moz-transition:0.5s;
    transition:0.5s;
      padding-top: 10px;
      text-align: center;

}
#pop_products.owl-carousel .owl-stage-outer{
  height:400px;
}
#pop_products.owl-carousel .owl-item .item:hover{
  transform: scale(1.1);
}
#pop_products.owl-carousel .owl-nav .owl-next, #pop_products.owl-carousel .owl-nav .owl-prev{
    color: transparent;
    position: absolute;
    width: 42px;
    bottom: 161px;
    height: 30px;
    border: 1px solid #00c140;
    background-color: #dcf7e5;
}
#pop_products.owl-carousel .owl-nav .owl-prev{
 left: -28%;
}
#pop_products.owl-carousel .owl-nav .owl-next{
    left: -20%;
}
#pop_products.owl-carousel .owl-nav .owl-prev:before,#pop_products.owl-carousel .owl-nav .owl-next:before{
    position: absolute;
    color: #212121;
    top: 11px;
    font-size: 20px;
    font-family: FontAwesome;
}
#pop_products.owl-carousel .owl-nav .owl-next:before{
content:"\f178";
    left: 10px;
    top: 1px;
}
#pop_products.owl-carousel .owl-nav .owl-prev:before{
  content: "\f177";
    left: 11px;
    top: 1px;
}
.item_img{
  width: 90%;
  height: 177px;
  border-radius: 10px;
  margin:0 auto;
  overflow: hidden;
  -webkit-transition:0.5s;
    -ms-transition: 0.5s;
    -moz-transition:0.5s;
    transition:0.5s;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-repeat: repeat;
      background-position: center center;
      position: relative;
}
.item_img:before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.0);
  position: absolute;
  top: 0;
  left: 0;
    -webkit-transition:0.5s;
    -ms-transition: 0.5s;
    -moz-transition:0.5s;
    transition:0.5s;
}
.item_img:after{
  content: url(../image/plus.png);
  position: absolute;
  left: 0;
  right: 0;
top: 43%;
display: none;
}
#pop_products.owl-carousel .owl-item .item:hover .item_img:before,.product_item .item:hover .item_img:before{
background-color: rgba(0,0,0,0.5);

}
#pop_products.owl-carousel .owl-item .item:hover .item_img:after,.product_item .item:hover .item_img:after{
display: block;
}
#pop_products.owl-carousel .owl-item .item >h3,.product_item >h3{
     font-size: 15px;
    font-family: TBCDinMtavruli;
    text-align: center;
    padding-bottom: 5px;
    margin-left: 11px;
    margin-right: 5px;
    border-bottom: 1px solid #f6f6f6;
    margin-top: 20px;
    padding-bottom: 12px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item_link >a.see_more{
  position: absolute;
  margin: 0 auto;
  width: 50%;
  height: 30px;
  background-color: #00c140;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
  font-family:TBCDinMtavruli;
    padding-top: 5px;
     -webkit-transition:0.5s;
    -ms-transition: 0.5s;
    -moz-transition:0.5s;
    transition:0.5s;
    bottom: 10px;
    left: 0;
    right: 0;
}
#pop_products.owl-carousel .owl-item .item:hover .item_link >a.see_more,.product_item:hover .item_link >a.see_more{
  width:85%;
}
.partners_section{
  width: 100%;
  height: auto;
  margin-top: 20px;
  border-top: 1px solid #e7f2eb;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 70px;
}
#partners_carusel.owl-carousel .owl-item .item{
  width: 100%;
  border:1px solid #e7f2eb;
  height: 80px;
}
#partners_carusel.owl-carousel .owl-item .item a{
	display: inline-block;
width: 100%;
height: 100%;
 	text-align: center;
}
#partners_carusel.owl-carousel .owl-item .item a img{
	width: auto;
    height: 60px;
  /*display: inline-block;*/
  margin: 0 auto;
  position: relative;
      top: 50%;
    transform: translateY(-50%);
}
#partners_carusel.owl-carousel .owl-nav .owl-next, #partners_carusel.owl-carousel .owl-nav .owl-prev{
    color: transparent;
    position: absolute;
    width: 40px;
    top: 18px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #b1ecc5;
    background-color: #dcf7e5;
}
#partners_carusel.owl-carousel .owl-nav .owl-prev{
  left: -70px;
}
#partners_carusel.owl-carousel .owl-nav .owl-next{
  right: -70px;
}
#partners_carusel.owl-carousel .owl-nav .owl-prev:before,#partners_carusel.owl-carousel .owl-nav .owl-next:before{
    position: absolute;
    color: #212121;
    left: 12px;
    top: 9px;
    font-size: 15px;
    font-family: FontAwesome;
}
#partners_carusel.owl-carousel .owl-nav .owl-prev:before{
  content: "\f053";
}
#partners_carusel.owl-carousel .owl-nav .owl-next:before{
  content: "\f054";
  left: 15px;
}
.footer{
  width: 100%;
  height: 180px;
  background-color: #272727;
}
.navbar.footer_navbar {
  margin-top: 80px;
}
.navbar.footer_navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.footer_navbar .navbar-collapse.collapse {
    width: 100%;
    text-align: center;
    }
.navbar.footer_navbar .navbar-nav li a{
  color: #fff;
  font-family: TBCDinMtavruli;
  font-size-adjust: 18px;
  text-transform: uppercase;
}
.navbar.footer_navbar .navbar-nav li a:hover{
  background-color: transparent;
  color: #00ba3e;
}
.footer_bottom{
  width: 100%;
  height: 80px;
  background-color: #212121;
  color: #fff;
}
.footer_copy{ margin-top: 30px;}
.footer_logo{
  float: right;
  margin-top: 30px;
}
.page_cover{
  width: 100%;
  height: 145px;
  position: relative;
   -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-repeat: repeat;
         background-attachment: fixed;
      background-position: center center;
      text-align: center;
      margin-top: -20px;
}
.page_cover:before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.page_title{
  color: #fff;
  font-size: 25px;
  padding-top: 70px;
  position: relative;
  z-index: 2;
}
.section_item{
   width: 96%;
  margin: 0 auto;
  height: 245px;
  overflow: hidden;
  border-radius: 5px;
}
.gallery_item{
  width: 100%;
  min-height: 350px;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 2%;
  margin-bottom: 25px;
  overflow: hidden;
  border:1px solid #eff9f3;
}
.img_item{
  width: 100%;
  height: 245px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-background-size: cover;
    -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-repeat: repeat;
      background-position: center center;
      position: relative;
         -webkit-transition:0.6s;
    -ms-transition:0.6s;
    -moz-transition:0.6s;
    transition:0.6s;
}
.img_item:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,193,64,0.0);
  top: 0;
  left: 0;
 -webkit-transition:0.6s;
    -ms-transition:0.6s;
    -moz-transition:0.6s;
    transition:0.6s;
}
.img_item:before{
  content: '\f00e';
  font-size: 18px;
  position: absolute;
  z-index: 2;
  left:48%;
  margin-left: -5px;
  top: 46%;
  color: #fff;
  font-family: FontAwesome;
  display: none;
}
.gallery_section,.contact_section,.product_section,.aboutus_section{
  margin-top: 60px;
}
.gallery_item:hover .img_item{
  transform: scale(1.1);
}
.gallery_item:hover .img_item:after{
background-color: rgba(0,193,64,0.5);
}
.gallery_item:hover .img_item:before{
  display: block;
}
.gallery_item_title > h3{
  font-size: 20px;
  color: #212121;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.gallery_item_title:after{
  content: "";
  display: block;
  width: 20%;
  height: 3px;
  background-color: #00c140;
  margin: 0 auto;
 -webkit-transition:0.6s;
    -ms-transition:0.6s;
    -moz-transition:0.6s;
    transition:0.6s;
}
.gallery_item:hover .gallery_item_title:after{
  width: 80%;
}
.pagination_section{
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.pagination_section .pagination li a{
  width: 36px;
  height: 36px;
  border-radius: 10px;
border: 1px solid #eff9f3;
color: #212121;
margin-left: 9px;
margin-right: 9px;
}
.pagination_section .pagination > .active > a,
.pagination_section .pagination > .active > span,
.pagination_section .pagination > .active > a:hover,
.pagination_section .pagination > .active > span:hover,
.pagination_section  .pagination > .active > a:focus,
.pagination_section  .pagination > .active > span:focus{
 background-color: #00c140;
  color: #fff;
border: 1px solid #00c140;
   }

.pagination_section .pagination > li.active > a,
.pagination_section .pagination > li > a:hover,
.pagination_section .pagination > li > span:hover,
.pagination_section .pagination > li > a:focus,
.pagination_section .pagination > li > span:focus{
  background-color: #00c140;
  color: #fff;
border: 1px solid #00c140;
}
.pagination_section .pagination > li:first-child a,.pagination_section .pagination > li:last-child a{
    background-color: #00c140;
  color: #fff;
border: 1px solid #00c140;
}

.image-source-link {
  color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.zoom-gallery .section_item {
  height: 215px;
  margin-bottom: 35px;
  position: relative;
}
.zoom-gallery .section_item img{
 min-width: 100%;
 min-height: 100%;
 max-width: 200%;
 position: relative;
 left:50%;
 transform: translateX(-50%);
}
.brends_gallery .section_item{
  width: 100%;
  height: 140px;
  background-color: #fff;
  border:1px solid #e7f2eb;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 35px;
}
.brends_img{
  height: 90px;
}
.brends_img a{
  display: inline-block;
    width: 170px;
    height: 90px;
}
.brends_img img{
    max-width: 170px;
    max-height: 60px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
.brends_gallery .section_item> h3 a{
  font-size: 14px;
  border-top:1px solid #e7f2eb;
  margin-top: 0;
  padding-top:15px;
  color: black;
      font-family: TBCDinMtavruli_bold;
}
.contact_dtl{
  width: 100%;
  height: 85px;
  border:1px solid #e7f2eb;
  background-color: #fff;
  border-radius: 10px;
}
.dtl_img{
  float: left;
  width: 94px;
  height: 70px;
  text-align: center;
  position: relative;
    border-right:1px solid #e7f2eb;
  top: 50%;
  transform: translateY(-50%);
}

.dtl_img img{
  height: 27px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
.dtl_info{
  float: left;
    margin-top: 25px;
    margin-left: 25px;
}
.dtl_info span{
  display: block;

}
.dtl_info span.dtl_title{
  color: #999999;
  font-size: 13px;
  text-transform: capitalize;
}
.dtl_info span.comtact_info{
  font-size: 13px;
  color: #00c140;
}
.contact_form{
  margin-top: 90px;
}
.contact_form>h3{
  color: #212121;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 36px;
}
.contact_form .form-group input,.contact_form .form-group textarea{
  width: 100%;
  height: 50px;
  border:1px solid #e7f2eb;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 20px;
  text-transform: capitalize;
}
.contact_form .form-group textarea{
  height: 92px;
  padding-top: 20px;
  text-transform: capitalize;

}
.send_btn{
  width: 195px;
  height: 40px;
  color: #fff;
  border-radius: 50px;
  background-color: #00c140;
  float: right;
}
#map{
  width: 100%;
  height: 485px;
  -webkit-box-shadow: 2px 5px 13px 0px rgba(0,0,0,0.29);
-moz-box-shadow: 2px 5px 13px 0px rgba(0,0,0,0.29);
box-shadow: 2px 5px 13px 0px rgba(0,0,0,0.29);
margin-top: 35px;
margin-bottom: 40px;
}
.category_list{
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  background-color: #00c140;
  border-radius: 10px;
  margin-top: 32px;
  overflow: hidden;
}
.category_list ul{
  margin: 0;
  padding: 0;
  padding-left: 8px;
  padding-right: 8px;
}
.category_list h3{
  text-align: center;
  width: 100%;
  height: 60px;
  background-color: #00af3a;
  color: #fff;
  font-size: 20px;
  margin-top: 0;
  border-bottom: 1px solid #2ccc61;
  padding-top: 19px;
}
.category_list ul li a{
  display: block;
  width: 100%;
  padding: 15px 12px;
  border-bottom: 1px solid #01b03b;
  color: #fff;
  font-size: 15px;
  font-family: TBCDinMtavruli;
  cursor: pointer;

}
.category_dopdown li{
  position: relative;
  list-style: none;
}
.category_dopdown>a{
  /*width: 90%!important;*/
display: inline-block!important;
}
.category_dopdown>i{
  width: 6%!important;
  padding: 5px 2%;
display: inline-block;
cursor: pointer;
position: absolute;
    top: 117px;
    right: 25px;
}
.category_list ul li.active a{
	  background-color: #01b03b;
}
.category_list ul li a:hover{
  background-color: #01b03b;
}

.rotated {
  transition: 0.4s;
    -webkit-transform: rotate(-90deg);
     -webkit-transform-origin: 50% 50%;
    -moz-transform: rotate(-90deg);
     -moz-transform-origin: 50% 50%;
    -o-transform: rotate(-90deg);
     -o-transform-origin: 50% 50%;
    -ms-transform: rotate(-90deg);
     -ms-transform-origin: 50% 50%;
    transform: rotate(-90deg);
     transform-origin: 50% 50%;
}

.category_dopdown.active ul{
  display: block;
}
.category_dopdown ul{
  margin-top: 10px;
}
/*.category_list ul li i{
  float: right;
  margin-right: 5px;
}*/
.category_list ul li ul{
  display: none;
}
.category_list ul li ul li{
  margin-left: 5px;
  padding-right: 5px;
}
.category_list ul li ul li a{
  background-color: #01b03b;
  border-bottom: 1px solid #00a035;
  margin-right: 10px;

}

.category_list ul li.category_dopdown ul li:last-child a{
  border-bottom: 0px;
}
.category_list ul li:last-child a{
  border-bottom: 0px;
}
.page_road{
  padding: 0;
}
.page_road li{
  display: inline-block;
  position: relative;
  z-index: 5;
  margin-left: 12px;
  margin-right: 12px;
}
.page_road li:after{
  content: '\f105';
  position: absolute;
  color: #fff;
  font-family: FontAwesome;
  right: -15px;
}
.page_road li:last-child a{
  cursor: none;
}
.page_road li:last-child:after{
  content: none;
}
.page_road li a{
  color: #fff;
}
.category_info{
  width: 100%;
  min-height: 600px;
  border-radius: 10px;
  border:1px solid #f3f5f4;
  margin-top: 32px;
  background-color: #fff;
}
.category_info_gallery{
  width: 40%;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 25px;
}

.Productfull_img{
  width:40%;
  float: left;
  margin: 20px;

}
#plusgallery{
  border-radius: 10px;
  width: 100%;
  height: 315px;
  overflow: hidden;
}


.big img{
     /*width: 100%!important;*/
    height: 315px !important;
 cursor: pointer;
 margin: 0 auto;
}
.plus_box_img img{
     width: auto!important;
    max-height: 90px !important;;
   cursor: pointer;
   border-radius: 10px;
       margin: 0 auto;
}

.carousel-indicators .owl-stage-outer.active{
  width: 95px !important;
    height: 90px!important;
    background-color: transparent;
}
.carousel-indicators .active{
     width: 95px !important;
    height:90px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
#sliderMin.owl-carousel .owl-dot{
display: none;
}
#sliderMin{
  position: absolute;
     left: 108px;
        top: 5px;
}
#sliderMin.owl-carousel .owl-nav .owl-next,
#sliderMin.owl-carousel .owl-nav .owl-prev{
display: inline-block;
position: absolute;
color: transparent;
top: 40px;
}
#sliderMin.owl-carousel .owl-nav .owl-prev{
  left: -15px;
}
#sliderMin.owl-carousel .owl-nav .owl-next{
  right: -25px;
}
#sliderMin.owl-carousel .owl-nav .owl-prev:before,
#sliderMin.owl-carousel .owl-nav .owl-next:before{
content:"\f105";
position: absolute;
font-family: FontAwesome;
font-size: 18px;
top:-7px;
   -webkit-transition:0.3s;
    -ms-transition: 0.3s;
    -moz-transition:0.3s;
    transition:0.3s;
    color: #212121;
}
#sliderMin.owl-carousel .owl-nav .owl-prev:before{
  content:"\f104";
}
.plus_sect{
    height: 98px;
    width: 100%;
    position: relative;
    margin-top: 14px;
}


.category_info_text h2{
  font-size: 25px;
  border-bottom: 1px solid #f2f3f2;
  padding-bottom: 8px;
      font-family: TBCDinMtavruli;
    color: #212121;
}
.weight>a{
	color: #01b03b;
}
.category_info_text{
  width: 50%;
  float: left;
  margin-left: 10px;
}
.weight{
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f2f3f2;
  width: 100%;
  font-family: TBCDinMtavruli;
  color: #212121;
}
.weight span{
  display: inline-block;
  padding: 7px 11px;
  height: 33px;
  background-color: #00c140;
  color: #fff;
  font-size: 13px;
  border-radius: 10px;
  text-align: center;
  /*padding-top: 7px;*/
  margin-left: 10px;
}
.category_info_text .text{
  color: #585858;
  font-size: 13px;
  margin-top: 10px;
}

.about_image{
  width: 40%;
  height: 315px;
  margin-right: 30px;
  margin-bottom: 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 14px -1px rgba(0,0,0,0.65);
-moz-box-shadow: 0px 3px 14px -1px rgba(0,0,0,0.65);
box-shadow: 0px 3px 14px -1px rgba(0,0,0,0.65);
  float: left;
    -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-repeat: repeat;
}
.about_text h1{
font-size: 20px;
color: #212121;
margin-bottom: 30px;
}
.about_text{
  padding-bottom: 20px;
}
