
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
      overflow-x: hidden;
    font-family: 'Helvetica';
    color: #666;
    font-size: 20px;
}
a {
    text-decoration: none;
    outline: none;
    transition: all 0.5s ease;
}

li {
    list-style-type: none;
}




#main-slider {
  position: relative;
  background: #fff;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 150px;
}
/*
#main-slider .carousel .slide-margin{
  margin-top: 140px;
}
*/
#main-slider .carousel h2 {
  color: #fff;
}

/*#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #33b975;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}*/

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}
#main-slider .carousel .slider-video{
    padding:4% 0 0 0;
}

#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #61da62;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 48px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #61da62;
}

#main-slider .prev {
  left: 10px;
  background:  url(../../front/img/slider-left-arrow.png);
  background-repeat: no-repeat;
}

#main-slider .next {
  right: 10px;
  background:  url(../../front/img/slider-right-arrow.png);
  background-repeat: no-repeat;
}

#main-slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 10px;
  height: 10px;
  background-color: #fff;
   margin: 0 15px 0 0;
   border: 1px solid #33b975;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #33b975;
  border: 1px solid #33b975;
  left: -3px;
  top: -3px;
}


#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #777;
  border-radius:50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#777;
}

#carousel-slider a i:hover {
  background:#bfbfbf;
  color:#fff;
  border: 1px solid #bfbfbf;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:-25px
}

#carousel-slider .carousel-control.right i {
  right: -25px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}
.h150{
    height: 150px;
}

h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 10px;
    font-size: 60px;
    color: #333;
    font-family: 'Gotham-Bold';
    font-weight: normal;
    letter-spacing: -2px;
    line-height: 60px;
}
h3,
h4,
h5{
    letter-spacing: -1px;
}


p {
    margin-bottom: 15px;
    color: #999;
    line-height: 24px;
}
.med-font { font-size: 15px;  }
.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    max-width: 100%; height:auto;
}

input:focus,
button:focus {
    outline: none;
}
.home-loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    text-align: center;
}
.home-loader-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-loader img{
    display: inline-block;
}

.error {
    margin-top: 3px;
    overflow: hidden;
    color: red;
    font-size: 13px;
    display: block;
}
.success {
    margin-top: 3px;
    overflow: hidden;
    color: green;
    font-size: 13px;
    display: block;
}


/*common css*/

.container {
    position: relative;
    max-width: 1400px;
    width: 96%;
    margin: 0 auto;
}

.container-sm {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after,
.container:before,
.container-sm:after,
.container-sm:before,
.row:after,
.row:before,
.warning-div:after,
.warning-div:before {
    content: '';
    display: block;
    clear: both;
}

.mobile-img,
.slick-slide img.mobile-img {
    display: none;
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
}

.col-1 {
    width: 10%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-2 {
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-3 {
    width: 30%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-4 {
    width: 40%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-5 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}
.col-55 {
    width: 55%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-6 {
    width: 60%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-7 {
    width: 70%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-8 {
    width: 80%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-9 {
    width: 90%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-10 {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-25 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-75 {
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-33 {
    width: 33.33%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.col-66 {
    width: 66.66%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.input {
    position: relative;
    margin-bottom: 30px;
}

.input input,
.input select,
.input textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Helvetica';
    color: #333;
    font-size: 15px;
    outline: none;
}

.select select {
    color: #999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    outline: none;
    background: #fff;
}

.select {
    position: relative;
}

.select:after {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome;
    position: absolute;
    top: 17px;
    right: 15px;
    z-index: 1;
    pointer-events: none;
    color: #999;
}

.input textarea {
    padding: 15px;
    height: 131px;
    resize: none;
}

.submit input {
    height: 50px;
    width: 160px;
    background: #0dab5b;
    outline: none;
    border: 0;
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
    font-family: 'Helvetica';
    cursor: pointer;
}
.suumm{
    height: 50px !important;
    width: 160px !important;
    background: #0dab5b;
    outline: none;
    border: 0;
    color: #fff;
    line-height: 0px !important;
    font-size: 15px !important;
    border-radius: 10px !important;
    font-family: 'Helvetica' !important;
    cursor: pointer !important;

}

.clr {
    clear: both;
}

.input ::placeholder {
    color: #999;
}

.input :-ms-input-placeholder {
    color: #999;
}

.input ::-ms-input-placeholder {
    color: #999;
}

.btn {
    background: #0dab5b;
    display: inline-block;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-family: 'Helvetica';
    color: #fff;
    text-align: center;
    min-width: 155px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s ease;
}


/*common css end*/

header .container-sm {
    position: static;
    max-width: 1400px;
    padding-left: 50px;
    padding-right: 50px;
}

header {
    z-index: 99;
    padding: 12px 0;
    padding-bottom: 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
}

header.fillbg {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
}

header.change {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
}
.abt-header{
    position: absolute;
}

header .logo img {
    width: 62px;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

header.change menu li a,
header.fillbg menu li a {
    color: #9c9c9c;
}

header.change .logo img {
    width: 40px;
}

header.change .search-menu {
    padding-top: 16px;
}
header .container{
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.open-search ::placeholder {
    color: #b5b5b5;
}

.open-search :-ms-input-placeholder {
    color: #b5b5b5;
}

.open-search ::-ms-input-placeholder {
    color: #b5b5b5;
}

.open-search {
    height: 0px;
    overflow: hidden;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.open-search.open {
    height: 101px;
}

.open-search .container {
    position: relative;
}

.open-search input {
    height: 101px;
    width: 100%;
    border: none;
    text-align: center;
    font-size: 25px;
    color: #333;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    font-family: 'Helvetica';
    padding-right: 55px;
}

.open-search .close-search {
    cursor: pointer;
    width: 65px;
    position: absolute;
    right: 0;
    top: 0;
    height: 101px;
    background: #00a752 url(../img/search-close.png) center no-repeat;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.change .open-search.open,
.change .open-search input,
.change .open-search .close-search {
    height: 73px;
}

.search-menu {
    padding-top: 30px;
    transition: all 0.5s ease;
}

.search-part {
    padding-top: 2px;
    cursor: pointer;
    margin-left: 46px;
}
.company-box.fix-nav.fix-nav-active{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
    z-index: 99;
    background: #fff;
}

menu {
    float: left;
}

menu li {
    margin-left: 35px;
    float: left;
    font-family: 'Helvetica';
}

menu li a {
    position: relative;
    padding: 0 12px;
    padding-bottom: 44px;
    display: block;
    font-size: 16px;
    color: #fff;
}

header.change menu li a {
    padding-bottom: 30px;
}

menu li ul {
    margin-top: 1px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    max-height: 0;
    -webkit-transition: max-height .5s;
    -moz-transition: max-height .5s;
    transition: max-height .5s;
    overflow: hidden;
    box-sizing: border-box;
}

menu li:hover ul {
    max-height: 500px;
    border-bottom: 5px solid #e2e2e2;
}

menu ul li a:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1px;
    background: #00a752;
    width: 0;
    height: 4px;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    z-index: 1;
}

menu ul li a:after {
    content: '';
    position: absolute;
    right: 50%;
    bottom: -1px;
    background: #00a752;
    width: 0;
    height: 4px;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    z-index: 1;
}

menu ul li:hover a:before,  menu ul li:hover a:after, menu ul li.active a:after, menu ul li.active a:before{
    width: 50%;
}

menu ul li:hover li a:after,
menu ul li:hover li a:before {
    display: none;
}
menu ul li:hover > a, menu ul li.active > a{
    color: #00a752;
}

menu li li {
    width: 100%;
    margin: 0;
}

menu li li a {
    padding: 0!important;
    padding-bottom: 5px!important;
    position: relative;
    display: block;
}

menu li li a:hover span {
    color: #00a752;
}

menu li:hover li a:before {
    width: 33px !important;
    height: 7px;
    position: absolute;
    left: 20px!important;
    bottom: 0;
    content: "";
    background: url(../img/arrow-menu.png) right top no-repeat;
   filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    display: block !important;
}

menu li li a:hover:before {
    width: 72px !important;
     -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
}

menu li li a.large-menu:before {
    display: none !important;
}

.large-menu-item {
    padding: 22px 0;
}

.large-menu-item a {
    margin-bottom: 4px;
    padding-left: 62px !important;
}
.large-menu-item a:hover{
    color: #00a752;
}

.large-menu-item a:before {
    left: 0 !important;
    bottom: 7px !important;
}

.large-menu-item a:hover {
    padding-left: 100px !important;
}

menu li .image {
    position: relative;
}

menu li .image img {
    display: block;
    width: 100%;
}

menu li .image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 1;
}

menu li li a:hover .image:after {
    display: block;
}

menu li span {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    z-index: 2;
}

menu li p {
    padding: 22px 20px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    font-family: 'Helvetica';
}

menu .menu-gap {
    overflow: hidden;
    padding: 20px 0 40px;
}

menu .menu-row {
    float: left;
    width: 25%;
    padding: 0 10px;
}

menu .about-section .menu-row {
    float: left;
    width: 20%;
    padding: 0 10px;
}

menu .menu-row2 {
    float: left;
    width: 50%;
    padding: 0 10px;
}

menu .menu-row3 {
    float: left;
    width: 33.33%;
    padding: 0 10px;
}
menu .menu-row4 {
    float: left;
    width: 37.5%;
    padding: 0 10px;
}


.mainslider-box {
    position: relative;
    overflow: hidden;
}
.mainslider-box img{
    width: 100%; height:auto;
}

.mainslider-abt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.mainslider-box .slide-dot {
    padding-top: 98px;
    height: 336px;
    width: 300px;
    background: url(../img/slider-line.png) left 13px top -10px no-repeat;
    position: absolute;
    bottom: 25%;
    left: 3%;
}

.mainslider-box .nav{
    position: relative;
    padding-left: 52px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Gotham-Bold' ;
    padding-bottom: 30px;
    cursor: pointer;
    width: 100%!important;
    /* line-height: 20px; */
    text-shadow: 3px 2px 2px #212121;
}
.mainslider-box .nav:before {
    position: absolute;
    left: 7px;
    top: 1px;
    width: 13px;
    height: 13px;
    content: "";
    background: transparent;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 4px solid #89a5d8;
    box-sizing: border-box;
}

.mainslider-box .nav:after {
    width: 1px;
    height: 88.8%;
    position: absolute;
    left: 13px;
    top: 11px;
    content: "";
    background: #89a5d8;
    z-index: 5;
}

/* .mainslider-box .slide-dot .slick-list {
    padding-top: 15px;
} */

.mainslider-box .nav.slick-current:before {
    z-index: 9;
    background: #fff;
    border: 4px solid #fff;
}

.mainslider-box .drop {
    width: 100%;
    height: 61px;
    position: absolute;
    left: -12px;
    bottom: -38px;
}

.mainslider-box .drop-img{
    width: 56px;
    float: left; display: none;
}
.mainslider-box .drop span{
    display: inline-block;
    padding-left: 6px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Gotham-Medium';
}
.mainslider-box .drop img{
    display: inline-block;
}

.mainslider-box .txt {
    margin: 0 0 0 -200px;
    width: 600px;
    position: absolute;
    left: 78%;
    bottom: 25%;
}

.mainslider-box h1 {
    color: #fff;
        font-size: 45px !important;
    line-height: 55px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
}

.mainslider-box p {
    padding: 8px 40px 8px 0px;
    color: #fff;
    font-size: 18px;
    font-family: 'GothamLight';
    line-height: 25px;
}

.mainslider-box .txt a {
    color: #fff;
    font-size: 16px;
    background: #00a752;
    font-family: 'GothamBook';
    display: inline-block;
    padding: 13px 25px;
}
.mainslider-box .txt a:hover{
    background: #fff;
    color: #00a752;
}

.mainslider-box .slick-slide {
    position: relative;
}

.mainslider-box .slide-dot .slick-track {
    -webkit-transform: translate3d(0, 0, 0)!important;
}

.mainslider-box .slide-dot .slick-track {
    -moz-transform: translate3d(0, 0, 0)!important;
}

.mainslider-box .slide-dot .slick-track {
    -ms-transform: translate3d(0, 0, 0)!important;
}

.mainslider-box .slide-dot .slick-track {
    -o-transform: translate3d(0, 0, 0)!important;
}

.mainslider-box .slide-dot .slick-track {
    transform: translate3d(0, 0, 0)!important;
}

.company-box {
    padding-bottom: 50px;
    padding-top: 50px;
    overflow: hidden;
}
.company-box .our-enterprise h5 {
    margin-bottom: 25px;
    line-height: 35px;
    text-align: center;
    font-size: 30px;
    font-family: 'GothamBook';
    padding-bottom: 50px;
}
.our-enterprise h5 span {
    display: block;
}
.company-box h5{
    font-size: 40px;
    margin-bottom: 30px;
}
.tobacco{
    margin-top: 100px;
}
.slide-link{
    margin-top: 35px;
}
.company-box.home-prd-sec{
    padding-bottom: 0;
}
.home-slider .left{
    width: 40%;
    float: left;
}
.home-slider .right{
    width: 60%;
    float: left;
}
.home-slider .slide:nth-child(even) .left{
    float: right;
    padding-left: 40px;
    padding-right: 0;
}
.home-slider .slide:nth-child(even) .right{
    float: left;
    padding-left: 0;
    padding-right: 40px;
}
.home-slider .left{
    padding-right: 40px;
}
.home-slider .right{
    padding-left: 40px;
}
.home-slider h4{
    font-size: 40px;
    margin-bottom: 20px;
}
.home-slider p{
    font-size: 26px;
    color: #000;
    line-height: 38px;
}
.company-box .home-slider ul{
    margin-top: 40px;
}
.company-box .home-slider li {
    margin-bottom: 18px;
    width: 100%;
    float: left;
    height: auto;
    padding: 0;
    text-align: left;
    cursor: inherit;
    height: auto;
}
.company-box .home-slider li:nth-child(2n+1) {
    clear: left;
}
.company-box .home-slider .slide:nth-child(even) li {
    width: 50%;
}
.company-box .home-slider li a {
    display: inline-block;
    padding: 3px 0px;
    padding-left: 42px;
    font-size: 16px;
    font-family: 'Gotham-Medium';
    color: #000;
    font-weight: bold;
    background: url(../img/list-arrow.png) left top 2px no-repeat;
}
.company-box .home-slider li li a { font-weight:normal !important;}
.company-box .home-slider li a:hover{
    color: #00a752 !important;
}
.home-slider .slide{
    padding: 70px 0;
}
.sld-food {
    background: url(../img/food-bg.jpg) no-repeat;
    background-position: right top 100px;
}
.sld-agro {
    background: url(../oi/agro-bg.webp) center top 0px no-repeat;
    background-size: cover;
}
.sld-host{
    background: url(../oi/hospitality-home.webp) left top no-repeat;
    background-size: cover;
}
.sld-tobacco img{
    margin-bottom: -70px;
}
.home-slider .sld-agro{
    height: 520px;
    margin-bottom: 0;
}
.home-slider .sld-tobacco .left{
    padding-top: 50px;
}
.home-slider .sld-mouth .right{
    padding-top: 110px;
}
.home-slider .sld-food .right{
    padding-top: 20px;
}
.home-slider .sld-con .right{
    padding-top: 50px;
}
.home-slider .sld-agro .right{
    padding-top: 50px;
}
.home-slider .sld-agro .left, .home-slider .sld-agro .right{
    width: 50%;
}
.company-box .home-slider .slide.sld-others li{
    width: 100%;
}
.company-box .tabs {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

.company-box li {
    height: 160px;
    padding: 33px 12px;
    text-align: center;
    cursor: pointer;
    font-family: 'GothamBook';
    transition: background 0.5s ease;
}
.company-box li a{
    color: #666;
    display: block;
}
.company-box li img {
    margin: 0 auto 25px auto;
    width: auto;
    display: block;
}
.company-box li.slick-current, .company-box li.active a{
    color: #fff;
}
.company-box li.slick-current img, .company-box li img.active-img, .company-box li.active img{
    display: none;
}
.company-box li.slick-current img.active-img, .company-box li.active img.active-img {
    display: block;
}
.company-box li.ds.slick-current, .company-box li.ds.active, .company-box li.ds:hover {
    background: #c7c7c7;
}
.company-box li.mouth.slick-current, .company-box li.mouth.active, .company-box li.mouth:hover {
    background: #1c8fbb;
}

.company-box li.con.slick-current, .company-box li.con.active, .company-box li.con:hover {
    background: #e25586;
}

.company-box li.food.slick-current, .company-box li.food.active, .company-box li.food:hover {
    background: #e1a428;
}
.company-box li.beverages.slick-current, .company-box li.beverages.active, .company-box li.beverages:hover {
    background: #80DED9;
}

.company-box li.dairy.slick-current, .company-box li.dairy.active, .company-box li.dairy:hover {
    background: #143666;
}

.company-box li.hos.slick-current, .company-box li.hos.active, .company-box li.hos:hover {
    background: #7e5d6e;
}

.company-box li.clo.slick-current, .company-box li.clo.active, .company-box li.clo:hover {
    background: #662d91;
}
.company-box li.hnd.slick-current, .company-box li.hnd.active, .company-box li.hnd:hover {
    background: #c7e3f8;
}




.company-box li.agro.slick-current, .company-box li.agro.active, .company-box li.agro:hover {
    background: #2b953e;
}

.company-box li.pac.slick-current, .company-box li.pac.active, .company-box li.pac:hover {
    background: #b9b089;
}
.company-box li.tobaco{
   color: #5c3a2e; 
}

.company-box li.tobaco.slick-current,  .company-box li.tobaco.active, .company-box li.tobaco:hover{
    background: #5c3a2e;
    color: #fff;
}

.company-box li.others.slick-current, .company-box li.others.active, .company-box li.others:hover {
    background: #ed664e;
}
.company-box li.luxury-retail.slick-current, .company-box li.luxury-retail.active, .company-box li.luxury-retail:hover{ background: #b60000; }
.company-box.fix-nav, .company-box.fix-nav .tabs{
    overflow: initial;
}
.company-box li a:hover, .company-box li:hover{
    color: #fff!important;
}
.company-box li:hover img{
    display: none;
}
.company-box li:hover img.active-img{
    display: block;
}


.fix-nav ul:after{
    content: '';
    display: block;
    clear: both;
}
.hw50{
    height:50px;
    width:50px;
}
.fix-nav ul li{
    float: left;
    width: 8.1%;
    padding: 0;
    height: auto;
}
.fix-nav ul li a {
    padding: 33px 5px;
    position: relative;
}
.fix-nav ul li a .icon { min-height: 50px;  }
.fix-nav ul li img{
    margin: 0 auto 25px auto;
    width: auto;
    display: block;
}
.company-box.fix-nav-active li{
    height: auto;
    padding: 0;
}
.company-box.fix-nav li{
    z-index: 2;
}
.company-box.fix-nav-active li a{
    padding: 20px 0;
    padding-top: 10px;
}
.company-box.fix-nav-active ul li img{
   margin-bottom: 10px; 
}
.fix-nav .container{
    position: static;
}
.company-box.fix-nav{
    padding-top: 40px;
    padding-bottom: 0;
    position: relative;
}
.company-box.fix-nav .tabs{
    margin-bottom: 0;
}
.fix-sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    z-index: 1;
    background: #fff;
}
.fix-sub-menu.fix-sub-menu-active{
    position: fixed;
    top: 0;
}
.company-box li .fix-sub-menu ul{
    display: inline-block;
    vertical-align: top;
}
.company-box li .fix-sub-menu li{
    width: auto;
    font-family: 'Gotham-Medium';
}
.company-box li .fix-sub-menu li a{
    color: #000;
    font-size: 15px;
    padding: 30px 12px;
}
.cate-hospitality .company-box li .fix-sub-menu li a{
    font-size: 13px;
    padding: 30px 12px;
}
.company-box li .fix-sub-menu li a:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1px;
    background: #e25586;
    width: 0;
    height: 4px;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    z-index: 1;
}
.company-box li .fix-sub-menu li a:before {
    content: '';
    position: absolute;
    right: 50%;
    bottom: -1px;
    background: #e25586;
    width: 0;
    height: 4px;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    z-index: 1;
}
.company-box li .fix-sub-menu li a:hover:after, .company-box li .fix-sub-menu li a:hover:before, .company-box li .fix-sub-menu li.active a:before,.company-box li .fix-sub-menu li.active a:after{
    width: 50%;
}
.company-box li .fix-sub-menu li a:after, 
.company-box li .fix-sub-menu li a:before{
    background: #e25586;
}
.company-box li .fix-sub-menu li.active a, 
.company-box li .fix-sub-menu li a:hover{
    color: #e25586 !important;
}

.company-box li.tobaco .fix-sub-menu li a:after, 
.company-box li.tobaco .fix-sub-menu li a:before{
    background: #5c3a2e;
}
.company-box li.tobaco .fix-sub-menu li.active a, 
.company-box li.tobaco .fix-sub-menu li a:hover{
    color: #5c3a2e !important;
}

.company-box li.beverages .fix-sub-menu li.active a, 
.company-box li.beverages .fix-sub-menu li a:hover{
    color: #80ded9 !important;
}
.company-box li.beverages .fix-sub-menu li a:after, 
.company-box li.beverages .fix-sub-menu li a:before{
    background: #80ded9;
}
.company-box li.mouth .fix-sub-menu li a:after, 
.company-box li.mouth .fix-sub-menu li a:before{
    background: #1c8fbb;
}
.company-box li.mouth .fix-sub-menu li.active a, 
.company-box li.mouth .fix-sub-menu li a:hover{
    color: #1c8fbb !important;
}

.company-box li.food .fix-sub-menu li a:after, 
.company-box li.food .fix-sub-menu li a:before{
    background: #e1a428;
}
.company-box li.food .fix-sub-menu li.active a, 
.company-box li.food .fix-sub-menu li a:hover{
    color: #e1a428 !important;
}

.company-box li.luxury-retail .fix-sub-menu li a:after, 
.company-box li.luxury-retail .fix-sub-menu li a:before{
    background: #b60000;
}
.company-box li.luxury-retail .fix-sub-menu li.active a, 
.company-box li.luxury-retail .fix-sub-menu li a:hover{
    color: #b60000 !important;
}

.company-box li.hos .fix-sub-menu li a:after, 
.company-box li.hos .fix-sub-menu li a:before{
    background: #7e5d6e;
}
.company-box li.hos .fix-sub-menu li.active a, 
.company-box li.hos .fix-sub-menu li a:hover{
    color: #7e5d6e !important;
}


.company-box li.clo .fix-sub-menu li a:after, 
.company-box li.clo .fix-sub-menu li a:before{
    background: #000;
}
.company-box li.clo .fix-sub-menu li.active a, 
.company-box li.clo .fix-sub-menu li a:hover{
    color: #000 !important;
}




.company-box li.agro .fix-sub-menu li a:after, 
.company-box li.agro .fix-sub-menu li a:before{
    background: #2b953e;
}
.company-box li.agro .fix-sub-menu li.active a, 
.company-box li.agro .fix-sub-menu li a:hover{
    color: #2b953e !important;
}

.company-box li.others .fix-sub-menu li a:after, 
.company-box li.others .fix-sub-menu li a:before{
    background: #ed664e;
}
.company-box li.others .fix-sub-menu li.active a, 
.company-box li.others .fix-sub-menu li a:hover{
    color: #ed664e !important;
}

.nslink a{color: #333;
    padding-left: 48px;
    height: 32px;
    line-height: 32px;
    display: inline-block; background: url(../img/web-icon.png) no-repeat;}
	 
.nslim{}	

.nslim img{ float:right; width:50px;     margin-top: -10px;}

.myslink{ float:left; width:100%;margin-bottom: 20px;}
.myimm{ margin-top:15px;}


.purslink {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.purslink a:before {content: '';
    background: url(../img/sitelinicon.png) #059b45 no-repeat center;
    height: 35px;
    width: 35px;
    position: absolute;
    /* top: 0; */
    border-radius: 50px;
    text-align: center;
    margin-left: -45px;}
.purslink a {
    color: #333;
    padding-left:45px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
   /* background: url(../img/sitelinks.png) no-repeat;margin-left: 70px;*/ background:none;
    margin-top: -10px;
    margin-bottom: 10px;
}

.social-link{
    font-family: 'GothamBook';
    margin-top: 20px;
}
.social-link span{
    margin-right: 20px;
    display: inline-block; margin-bottom: 15px;
}
.social-link span a{
    color: #333;
    padding-left: 38px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
}
.social-link span a:hover{
    color: #00a752;
}

.social-link span.instagram a{
    background: url(../img/instagram-icon.png) no-repeat;
}
.social-link span.follow a{
    background: url(../img/fb-icon.png) no-repeat;
}
.social-link span.tvc a{
    background: url(../img/tvc.png) no-repeat;
}
.social-link span.visit a{
    background: url(../img/web-icon.png) no-repeat;
}
.social-link span.twitter a{  background: url(../img/twitter.png) no-repeat; }
.social-link span.youtube a{  background: url(../img/youtube.png) no-repeat; }
.details-page .all-pro{
    margin-top: 70px;
}
.details-page .company-box.fix-nav{
    padding-top: 0;
}


.company-box .slide {
    position: relative;
}

.company-box .slide1 .slick-prev {
    font-size: 0;
    z-index: 9;
    margin-top: -29px;
    cursor: pointer;
    border: none;
    width: 57px;
    height: 58px;
    position: absolute;
    left: 0;
    top: 50%;
    background: url(../img/tab-left.png) left top no-repeat;
}


.company-box .slide1 .slick-next {
    font-size: 0;
    z-index: 9;
    margin-top: -29px;
    cursor: pointer;
    border: none;
    width: 57px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 50%;
    background: url(../img/tab-right.png) right top no-repeat;
}

.company-box .resp-tab-content {
    height: 0px;
    overflow: hidden;
    display: block!important;
}

.company-box .resp-tab-content.resp-tab-content-active {
    height: auto;
}
.sustainability-sec{
   
    height: 600px;
    padding-top: 80px;
}
.sustainability-sec h3{
    margin-bottom: 30px;
}
.sustainability-sec p{
    font-size: 20px;
    line-height: 30px;
}

.ds-timeline {
    position: relative;
    padding: 100px 0 50px 0px;
    overflow: hidden;
    background: #323942;
}
.timeline-slider{
    width: 1100px;
    margin: 0 auto;
}
.timeline-slider:after, .timeline-slider:before, .timeline-nav:before{
    content: '';
    display: block;
    clear: both;
}
.ds-timeline:before {
    position: absolute;
    left: 0;
    bottom: 59px;
    content: "";
    width: 100%;
    height: 1px;
    background: #606366;
}

.ds-timeline .image {
    width: 700px;
    margin-left: 170px;
}

.ds-timeline .left-txt {
    width: 300px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.ds-timeline h2 {
    margin-bottom: 10px;
    line-height: 50px;
    font-size: 45px;
    color: #fff;
    text-shadow: 0px 3px 2px #1e2228;
}

.ds-timeline .slick-slide {
    position: relative;
}

.ds-timeline h2 span {
    display: block;
}

.ds-timeline p {
    color: #bcbcbc;
    background: #323942;
    padding: 10px 10px 10px 0;
}
.link{
    padding-right: 48px;
    color: #00a752;
    font-size: 16px;
    background: url(../img/green-arrow.png) right center no-repeat;
    font-family: 'GothamBook';
    display: inline-block;
}

.ds-timeline .right-txt {
    width: 200px;
    position: absolute;
    right: 0px;
    bottom: 60px;
}
.right-txt-head{
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    font-family: 'Gotham-Bold';
}
.ds-timeline .right-txt p {
    margin-bottom: 0;
    padding: 0;
    background: none;
}

.ds-timeline .comon-btn {
    left: 0;
    margin-top: -44px;
    position: absolute;
    top: 50%;
    width: 55px;
    height: 88px;
    font-size: 0px;
    background: #48505a url(../img/prev-arrow.png) center no-repeat;
    z-index: 5;
}

.ds-timeline .comon-btn#next {
    right: 0;
    left: auto;
    background: #48505a url(../img/next-arrow.png) center no-repeat;
}
.ds-timeline .slick-arrow{
    border: none;
    left: 0;
    margin-top: -44px;
    position: absolute;
    top: 50%;
    width: 55px;
    height: 88px;
    font-size: 0px;
    background: #48505a url(../img/prev-arrow.png) center no-repeat;
    cursor: pointer;
    z-index: 10;
}
.ds-timeline .slick-next {
    left: inherit;
    right: 0;
    left: auto;
    background: #48505a url(../img/next-arrow.png) center no-repeat;
}
.timeline-nav{
    margin-top: 40px;
    position: static;
}
.timeline-nav li {
        list-style: none;
        float: left;
        width: 150px;
       
        font-size: 24px;
        text-align: center; position: relative;
       
      }
      .timeline-nav li a:before { width: 20px; height: 20px; display: block; position: absolute; left: 0; bottom: 0; content: ""; background: url(../img/time-dot.png) left top no-repeat  }


        .timeline-nav a { text-align: left;
          line-height: 38px;
         font-size: 20px;  height: 65px; color: #a2a2a3; position: relative; display: inline-block; font-family: 'GothamLight';
        }
        .timeline-nav .slick-current a{
              font-size: 35px; color: #00a752;
        }
    
    .timeline-nav li.slick-current a:before { background-position: 0 -30px;  }

.family-box {
    overflow: hidden;
}
.family-box h2{
    font-size: 50px;
    margin-bottom: 20px;
}
.family-box img{
    width: 100%;
}
.family-box .txt {
    padding: 50px;
    width: 555px;
    background: rgba(255,255,255,0.9);
    position: absolute;
    right: 0;
    bottom: 0;
}

.family-box .txt p {

    margin-bottom: 40px;
}

.family-box a {
    padding-right: 48px;
    color: #00a752;
    font-size: 16px;
    background: url(../img/green-arrow.png) right center no-repeat;
}

.campaign-box {
    padding: 0 100px;
    padding-top: 100px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.campain-slider {
    padding-top: 30px;
}

.campain-slider a {
    display: block;
    position: relative;
}

.campain-slider a:before {
    margin: -38px 0 0 -38px;
    width: 76px;
    height: 76px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    background: url(../img/play-icon.png) center no-repeat;
}

.campain-slider .text {
    line-height: 44px;
    font-size: 40px;
    color: #fff;
    font-family: 'Gotham-Bold';
    text-align: left;
    width: 410px;
    position: absolute;
    left: 48px;
    bottom: 48px;
}

.campain-slider .sourse {
    margin-top: 15px;
    padding-left: 40px;
    position: relative;
    color: #fff;
    font-size: 24px;
    font-family: 'GothamBook';
    line-height: normal;
}

.campain-slider .sourse:before {
    width: 24px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 12px;
    content: "";
    background: #fff;
    line-height: normal;
}

.campaign-box .campain-nav {
    width: 455px;
    position: absolute;
    right: 0;
    bottom: 59px;
}

.campaign-box .thumb img {
    border: 1px solid #565557;
}

.campaign-box .thumb.slick-current img {
    border: 1px solid #fff;
}

.campaign-box .slick-current .left {
    color: #fff;
    font-family: 'Gotham-bold';
}

.campaign-box .campain-nav h2 {
    font-size: 18px;
    letter-spacing: 0;
    font-family: 'Gotham-Medium';
    line-height: 22px;
    color: #fff;
}

.campaign-box .campain-nav h2 span {
    display: block;
}

.campaign-box .left {
    font-size: 14px;
    color: #fff;
    padding-top: 20px;
    width: 48%;
    float: left;
    text-align: right;
}

.campaign-box .right {
    float: right;
    width: 48%;
}

.campaign-box .thumb-gap {
    padding-bottom: 5px;
    overflow: hidden;
}

.campaign-box .slick-next {
    cursor: pointer;
    font-size: 0;
    width: 47px;
    border: 1px solid #33b975;
    border-left: none;
    height: 60px;
    position: absolute;
    right: 53px;
    bottom: -59px;
    background: #01a753 url(../img/arrow-down.png) center no-repeat;
    z-index: 5;
}
.campaign-box .slick-next.slick-disabled{
    border: 1px solid #ccc;
    background: url(../img/arrow-down-disabled.png) center no-repeat;
}

.campaign-box .slick-prev {
    cursor: pointer;
    font-size: 0;
    width: 47px;
    border: 1px solid #33b975;
    border-left: none;
    height: 60px;
    position: absolute;
    right: 53px;
    top: -64px;
    background: #01a753 url(../img/arrow-up.png) center no-repeat;
    z-index: 5;
}
.campaign-box .slick-prev.slick-disabled{
    border: 1px solid #ccc;
    background: url(../img/arrow-up-disabled.png) center no-repeat;
}

.media-center {
    margin-top: -60px;
    text-align: center;
    padding-top: 150px;
    overflow: hidden;
    position: relative;
}

.media-center h2,
.media-center p {
    color: #fff;
}

.media-center:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 78.2%;
    content: "";
    display: block;
    background: #00a752;
}

.media-center .container {
    z-index: 9;
}

.media-center .mediaslider {
    position: relative;
    padding-top: 20px;
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;
}

.media-center a {
    display: block;
    margin: 0 5px;
}

.media-center .image {
    margin-bottom: 30px;
    overflow: hidden;
}

.media-center img {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.media-center h3 {
    font-size: 20px;
    line-height: 20px;
    color: #3a3a3a;
    letter-spacing: 0;
    margin-left: 10px;
}

.media-center span {
    font-size: 13px;
    color: #aeaeae;
    margin-left: 10px; display: none;
}

.media-center .slick-prev {
    z-index: 9;
    position: absolute;
    left: -43px;
    top: 30%;
    cursor: pointer;
    width: 48px;
    height: 59px;
    border: 1px solid #34b975;
    border-right: none;
    font-size: 0px;
    background: #01a753 url(../img/prev-arrow.png) center no-repeat;
}

.media-center .slick-next {
    z-index: 9;
    position: absolute;
    right: -45px;
    top: 30%;
    cursor: pointer;
    width: 48px;
    height: 59px;
    border: 1px solid #34b975;
    border-left: none;
    font-size: 0px;
    background: #01a753 url(../img/next-arrow.png) center no-repeat;
}

.extensive {
    padding: 150px 4%;
    text-align: center;
    overflow: hidden;
    background: url(../oi/map.webp) center 100px no-repeat;
    background-size: 110%;
}

.extensive h2 {
    margin-bottom: 30px;
}

.extensive p {
    margin-bottom: 80px;
    font-size: 20px;
    line-height: 30px;
    color: #747474;
}

.extensive .pre-list {
    overflow: hidden;
}

.extensive .pre {
    font-size: 18px;
    color: #333;
    width: 33.3%;
    float: left;
    text-align: left;
}

.extensive .pre span {
    font-size: 100px;
    color: #10ad5d;
    float: left;
    font-family: 'Gotham-Bold';
}

.extensive i {
    float: left;
    font-style: normal;
    padding-top: 78px;
    line-height: 22px;
}

.fo-up {
    padding: 44px 0;
    overflow: hidden;
    background: #c4c4c4; display: none;
}

.fo-up .container {
    padding-left: 80px;
}

.fo-up h3 {
    margin-bottom: 12px;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-family: 'Gotham-Medium';
}

.fo-up p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.fo-up .left {
    width: 50%; padding-top: 25px;
}

.fo-up .right {
    padding-top: 14px;
    width: 48%;
}

.fo-up .news-letter {
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.fo-up input {
    padding: 0;
    padding-right: 70px;
    padding-left: 20px;
    font-size: 14px;
    color: #333;
    height: 51px;
    border: none;
    background: #fff;
    width: 100%;
}

.fo-up button {
    cursor: pointer;
    height: 51px;
    color: #fff;
    border: none;
    width: 65px;
    position: absolute;
    right: 0;
    top: 0;
    background: #a2a2a2 url(../img/button-arow.png) center no-repeat;
}

.fo-bottom {
    padding: 30px 0 0 0;
    overflow: hidden;
    background: #ededed;
}

.fo-bottom .fo-row {
    width: 25%;
    float: left;
}

.fo-bottom h3 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    line-height: 18px;
    color: #00a752;
    letter-spacing: 0;
}

.fo-bottom h3:before {
    height: 2px;
    width: 25px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #00a752;
}

.fo-bottom li {
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.fo-bottom li:last-child {
    margin-bottom: 0px;
}

.fo-bottom li a {
    font-size: 14px;
    color: #999;
}

.fo-bottom li a:hover {
    color: #00a752;
}

.fo-bottom ul {
    overflow: hidden;
    margin-bottom: 35px;
}

.fo-copyright {
    color: #a7a7a7;
    font-size: 13px;
    padding: 25px 0;
    overflow: hidden;
    background: #e4e4e4;
}

.fo-copyright a {
    color: inherit;
}

.fo-copyright a:hover {
    color: #00a752;
}

.top-sec {
    margin-top: 100px;
}

.page-banner {
    position: relative;
}

.page-banner img {
    width: 100%;
    display: block;
}
.page-banner img.mob-banner{
    display: none;
}

.abt-banner {
    position: absolute;
    width: 100%;
    bottom: 45px;
    left: 0;
}

.abt-banner h1 {
    color: #fff;
    margin-bottom: 0;
}
.abt-banner.founders-h h1{
    color: #302003
}

.office-add {
    padding-top: 80px;
    padding-bottom: 40px;
}

.office-add h2,
.office-add h3 {
    font-size: 40px;
    line-height: 40px;
}

.office-add h3 {
    border-bottom: 3px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.office-add h4 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 50px;
    letter-spacing: 0;
}

.office-add h5 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 3px solid #00a752;
    letter-spacing: 0;
}

.office-add iframe {
    width: 100%;
    height: 415px;
}

.address-box {
    margin-top: 50px;
}

.address-box address {
    font-style: normal;
    line-height: 22px;
}

.address-box .tel,
.address-box .email,
.address-box .user,
.address-box .mark-icon {
    margin-bottom: 30px;
}

.address-box .tel a {
    color: #666;
}

.address-box .email a {
    color: #0dab5b;
}

.address-box .add-icon {
    position: relative;
    padding-left: 45px;
}

.address-box .add-icon:before {
    content: "\f041";
    font: normal normal normal 19px/1 FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    color: #0dab5b;
}

.address-box .call-icon:before {
    content: "\f095";
}

.address-box .fax:before {
    content: "\f1ac";
}

.address-box .mob-icon:before {
    content: "\f10b";
}

.address-box .email:before {
    content: "\f0e0";
}

.address-box .user:before {
    content: "\f007";
}

.address-box .user {
    font-family: 'Gotham-Bold';
}

.address-list {
    margin-bottom: 50px;
}
.address-list:nth-child(3n+1){
    clear: left;
}

.manufacturing .address-box {
    margin-top: 0;
}

.manufacturing h4 {
    margin-bottom: 30px;
}

.manufacturing h5 {
    margin-bottom: 20px;
}

.write-sec {
    background: #f2f2f0;
    padding: 70px 0 120px 0;
    border-bottom: 2px solid #d3d3ce;
}

.write-tab {
    margin-top: -75px;
    margin-bottom: 50px;
}

.write-tab span {
    border: 2px solid #d3d3ce;
    border-bottom: 0;
    background: #d3d3ce;
    color: #fff;
    display: inline-block;
    font-family: 'Gotham-Bold';
    font-size: 22px;
    line-height: 75px;
    height: 75px;
    padding: 0 20px;
    cursor: pointer;
}

.write-tab span.active {
    background: #fff;
    color: #333;
}

.write-form {
    padding: 0 170px 100px 0;
    display: none;
}

.write-form p {
    margin-bottom: 50px;
}

.write-form .label {
    font-size: 13px;
    color: #333;
    margin-bottom: 15px;
}

.search-col input[type=search] {
    border: 0;
    border-bottom: 1px solid #999999;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 0;
    padding-right: 20px;
    font-size: 22px;
    font-family: 'GothamLight';
    position: relative;
}

.search-col input[type=submit] {
    opacity: 0;
    cursor: pointer;
}

.search-col .press-submit {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 50px
}

.search-col .press-submit:before {
    content: "\f002";
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    top: 16px;
    left: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.custom-select .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 50px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00a752;
    padding: 12px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-family: 'Gotham-Bold';
    font-size: 20px;
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 21px;
    right: 10px;
}

.select-styled:hover {
    background-color: #1abb69;
}

.select-styled:active,
.select-styled.active {
    background-color: #00a752;
}

.select-styled:active:after,
.select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #fff transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #00a752;
}

.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #33b975;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    opacity: 0.5;
}

.select-options li:hover {
    color: #fff;
    background: #1abb69;
    opacity: 1;
}

.select-options li[rel="hide"] {
    display: none;
}

.custom-select .select:after {
    display: none;
}

.press-releases {
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
}

.press-result-row {
    padding: 30px 0;
    border-bottom: 1px solid #e9e9e6;
}

.press-date {
    font-size: 14px;
    font-family: 'GothamLight';
    color: #333;
    margin-bottom: 12px;
}

.press-date span {
    color: #999;
}

.press-head {
    font-size: 18px;
    color: #333;
    font-family: 'Gotham-Bold';
}

.press-load {
    margin-top: 70px;
}

.details .press-result-row {
    padding-bottom: 20px;
}

.press-content {
    padding-top: 30px;
    line-height: 24px;
}

.press-content p {
    font-family: 'GothamLight';
    font-size: 14px;
}
.press-content p strong, .press-content b, .press-content p b{
    color: #333;
    font-weight: normal;
}
.press-content iframe{
    width: 100% !important;
    display: block;
    margin-bottom: 15px;
}
.press-content ul{
    margin-bottom: 15px;
    margin-left: 15px;
}
.press-content ul li {
    font-family: 'GothamLight';
    font-size: 14px;
    color: #999;
    line-height: 24px;
    list-style-type: disc;
}

.press-img {
    float: left;
    padding-right: 30px;
    padding-bottom: 20px;
}

.press-img img {
    display: block;
}

.backto {
    float: right;
    font-size: 12px;
    color: #b5b5b5;
    margin-top: -30px;
}

.backto a {
    color: #00a752;
    padding-left: 42px;
    background: url(../img/arrow-left.png) no-repeat;
    background-position: top 3px left;
}

.backto-left {
    float: left;
    margin-top: -30px;
}
.write-brd{
    position: absolute;
    top: -70px;
    left: 15px;
    z-index: 1;
}
.backto-left .breadcrumbs ul{
    padding: 0;
}

.backto-left span {
    color: #00a752;
}

.backto-left a {
    color: #b5b5b5;
}

.join {
    padding-top: 100px;
    padding-bottom: 80px;
}

.join-right {
    float: right;
    width: 52%;
    padding-top: 75px;
}

.join-left {
    float: left;
    width: 48%;
    margin-left: -50px;
}

.join-left img {
    display: block;
    width: 100%;
}

.join-right h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
}

.join-sm-col {
    width: 77%;
    float: right;
    margin-top: -120px;
}

.join-sm-col .left {
    float: left;
    padding-right: 70px;
    width: 45%;
}

.join-sm-col .right {
    float: left;
    width: 55%;
}

.join-sm-col h5 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.join-sm-col ul li {
    position: relative;
    padding-left: 35px;
 /*   font-family: 'Gotham-Light';*/
    color: #8d8d8d;
    line-height: 22px;
    margin-bottom: 10px;
}

.join-sm-col ul li:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 9px;
    height: 9px;
    background: #ccc;
    border-radius: 100%;
}

.join-content {
    padding: 70px 0;
    border-top: 1px solid #c8c8c8;
}

.join-content h3 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}

.join-list {
    margin-top: 50px;
}

.join-list h4 {
    font-size: 24px;
    line-height: 26px;
    color: #00a752;
    margin: 20px 0;
}

.work-bg {
    background: url(../img/work-bg.jpg) no-repeat;
    background-size: cover;
    background-position: left top;
    padding: 80px 0 140px 0;
}

.work-col {
    max-width: 700px;
    float: right;
}

.work-bg h3 {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 25px;
}

.work-bg p {
    font-size: 15px;
    font-family: 'GothamLight';
    color: #b2b2b0;
    line-height: 24px;
}

.work-bg a {
    color: #00a752;
    background: url(../img/green-arrow.png) no-repeat;
    background-position: right top 5px;
    padding-right: 42px;
    margin-top: 15px;
    display: inline-block;
}

.gallery {
    padding: 60px 0 80px 0;
}

.gallery-row {
    margin-left: -8px;
    margin-right: -8px;
}

.gallery-row:after {
    content: '';
    display: block;
    clear: both;
}

.gallery-col {
    width: 50%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 14px
}

.gallery-col2 {
    width: 42.9%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 14px
}

.gallery-row img {
    display: block;
    width: 100%;
}

.gallery-row a {
    position: relative;
    display: block;
    cursor: pointer;
}

.gallery-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    transition: height 0.4s;
    overflow: hidden;
}

.gallery-row a:hover .gallery-hover {
    height: 100%;
}

.hover-item {
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.gallery-head {
    font-size: 26px;
    font-family: 'GothamLight';
    color: #a5a5a5;
    margin-bottom: 15px;
}

.gallery-head2 {
    font-size: 40px;
    font-family: 'Gotham-Bold';
    color: #fff;
}

.gallery p {
    margin-bottom: 50px;
}

.gallery-row .hide-gal{display: none;}
.gallery-div .fr-window-skin-fresco .fr-side-button-icon, .fr-window-skin-fresco .fr-thumbnails-side-button-icon, .fr-window-skin-fresco .fr-error-icon {
    background-image: url(../img/sprite.png);}
.gallery-div .fr-side{ display: block;}
.gallery-div .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon { background-position: -48px -360px; }
.gallery-div .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon{ background-position: 0px -360px; }
.gallery-div .fr-side-button-background {background-color: transparent;}

.image-box h3 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
}
.newsdevlpil b{  font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: 'Gotham-Bold';
    display: block;
    margin-top: 10px;
    letter-spacing: -1px;
    color: #000;
}


.newsdevlpil small{font-size: 14px;
    font-weight: bold;
    color: #20b268;display: block;
    margin-bottom: 20px;}
.newsdevlpil p{font-size: 15px; text-align:justify;
    line-height: 24px;
    color: #666;
    background: #fff;
    padding: 0 !important;display: block;}


.lsidy{     float: left;
    width: 100%;
    max-width: 550px;
    border: solid 1px #ddd;
    margin: 20px 50px 20px 0px;}
	
.rsidy{     float: right;
    width: 100%;
    max-width: 550px; width:100%;
    margin: 20px 0px 20px 50px;}
.rsidy img{     border: solid 1px #ddd;}	
		
.image-box p.large {
    color: #333;
}

p.large {
    font-size: 26px;
    font-family: 'GothamLight';
    line-height: 36px;
    color: #999;
}

p.large a {
    color: #0dab5b;
}



.image-box .para {
    font-size: 15px;
    line-height: 24px;
    color: #666;
    background: #fff;
    padding: 20px 20px 0px 0;
    /*margin-right: -150px;*/
    position: relative;
}

.heritage-box {
    padding-top: 60px;
}
.heritage-box .image-box{
    margin-top: 92px;
}

.current-openings {
    padding-top: 70px;
    padding-bottom: 100px;
}

.job-list h5 {
    font-size: 26px;
    line-height: 30px;
}

.job-exp {
    display: inline-block;
    color: #333;
}

.job-exp span {
    color: #999999;
}

.job-exp:first-child {
    content: '';
    border-right: 1px solid #999;
    padding-right: 18px;
    margin-right: 15px;
}

.job-loca {
    margin-top: 10px;
}

.job-jd {
    color: #333;
    margin-top: 20px;
    line-height: 26px;
    padding-right: 430px;
}
.job-jd p{
     color: #333;
}

.job-jd span {
    color: #999;
}

.job-list {
    padding-bottom: 40px;
    border-bottom: 1px dashed #b2b2b2;
    margin-bottom: 60px;
    position: relative;
}

.job-apply {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.job-apply .btn {
    background: #bbb;
    transition: all 0.5s ease;
}

.job-apply .btn:hover {
    background: #0dab5b;
}

.job-row {
    margin-top: 50px;
}

.job-desc {
    background: #eff3f5;
    padding: 50px 0 40px;
}

.job-desc h2 {
    font-size: 36px;
    line-height: 36px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.jd-loca {
    color: #333;
    margin-bottom: 20px;
}

.jd-loca.exp {
    margin-bottom: 35px;
}

.jd-loca span {
    color: #999;
}

.jd-info {
    padding-bottom: 100px;
    margin-top: 50px;
    background: url(../img/jd-bg.png) no-repeat;
    background-position: center right;
    background-size: 15%;
}

.jd-info h4 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.jd-info p {
    font-family: 'GothamLight';
    color: #666;
}

.jd-info li {
    margin-bottom: 8px;
    padding-left: 35px;
    color: #666;
    line-height: 24px;
    position: relative;
}

.jd-info li span {
    color: #999;
}

.jd-info li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #ccc;
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 100%;
}

.apply-job {
    background: #fff;
}

.apply-list {
    padding-right: 170px;
}

.job-desc .jd-loca.exp {
    margin-bottom: 25px;
}

.input-file {
    width: 150px;
    float: left;
    position: relative;
}

.input-file2 {
    float: left;
    color: #aaa;
    line-height: 20px;
}

.input-file input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.input-file label,
.file-path {
    font-family: 'Gotham-Bold';
    font-size: 15px;
    color: #333;
}

.file-path {
    margin-top: 5px;
}

.input-file label:after {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome;
    position: absolute;
    top: 2px;
    right: 10px;
    z-index: 1;
    pointer-events: none;
    color: #333;
}

.work-with h2 {
    font-family: 'GothamLight';
    font-size: 26px;
}

.buisness-single {
    padding: 100px 5%;
    overflow: hidden;
}

.buisness-single .image-style {
    padding-bottom: 40px;
    overflow: hidden;
}

.buisness-single .head-cont {
    font-size: 20px;
    color: #999;
    line-height: 26px;
    overflow: hidden;
}

.buisness-single .left {
    width: 40%;
}

.buisness-single .right {
    width: 50%;
}

.buisness-single .left p {
    margin-top: 15px;
    font-size: 26px;
    color: #999;
    line-height: 35px;
    font-family: 'GothamLight';
}

.buisness-single .head-cont span {
    color: #000;
}

.buisness-single h1 {
    margin-top: -5px;
}

.buisness-single h1 span {
    margin-left: -6px;
    display: inline-block;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #999;
}

.buisness-single h1 span span {
    display: block;
    font-family: 'Gotham-Bold';
    font-size: 32px;
    color: #00a752;
}

.abt-banner.blkhead h1 {
    color: #000;
}

.buisness-list {
    overflow: hidden;
}

.buisness-list .head-description {
    line-height: 26px;
    padding: 80px 5%;
    padding-bottom: 0;
    text-align: center;
}

.pro-section {
    padding: 80px 0;
    width: 100%;
    float: left;
    position: relative;
}

.pro-section .container {
    padding: 0 5%;
}

.pro-section .left.gap {
    padding-top: 100px;
}

.pro-section .left {
    width: 40%;
}

.pro-section .right {
    width: 60%;
    padding-left: 70px;
    margin-top: 80px;
}
.tobacco-col.pro-section .right{
    margin-top: 0;
}
.tobacco-col{
    margin-bottom: -81px;
}

.pro-section h4 {
    font-size: 40px;
    line-height: 40px;
}

.pro-section p {
    padding: 25px 0;
    font-size: 26px;
    color: #999;
    line-height: 35px;
    font-family: 'GothamLight';
    margin-bottom: 0;
}
.pro-section p.small{
    font-size: 15px;
    line-height: 26px;
    padding-top: 0;
    padding-bottom: 15px;
    color: #666;
    margin-bottom: 0;
    text-align: justify;
}
.pro-section p.small:last-child{
    padding-bottom: 0;
}
.pro-section p strong{
    color: #333;
    font-weight: normal;
    font-family: 'GothamBook';
} 

.pro-section li, .slide-link li {
    margin-bottom: 18px;
    width: 100%;
    float: left;
    height: auto;
    padding: 0;
    text-align: left;
    cursor: inherit;
}

.pro-section li a, .slide-link li a {
    display: inline-block;
    padding: 3px 0px;
    padding-left: 41px;
    font-size: 16px;
    font-family: 'Gotham-Medium';
    color: #000;
    font-weight: bold;
    background: url(../img/list-arrow.png) left top 2px no-repeat;
}

.pro-section li a:hover, .slide-link li a:hover {
    color: #00a752 !important;
}
.buisness-list .pro-section:nth-child(even) {
    background: #f5f5f5;
}

.pro-section:nth-child(even) li {
    width: 50%;
}
.pro-section:nth-child(even) .left {
    width: 40%;
    float: right;
}

.pro-section:nth-child(even) .right {
    width: 60%;
    float: left;
     padding-left: 0;
    padding-right: 70px;
    margin-top: 80px;
}
.pro-section li:nth-child(2n+1){
    clear: left;
}

/* .hospitality-col.pro-section {
    margin-bottom: 20px;
} */

.hospitality-col.pro-section .right {
    margin: -9%;
    width: 55%;
}

.agro-col.pro-section {
    height: 570px;
    background: url(../img/agro-bg.jpg) center top no-repeat !important;
    background-size: cover;
}

.agro-col.pro-section .left {
    width: 50%;
}

.agro-col.pro-section .right {
    width: 40%;
}

.others-col.pro-section {
    background: url(../img/other-bg.png) right bottom -1px no-repeat !important;
    background-size: 30% !important;
}

.others-col.pro-section .right {
    width: 60%;
}

.others-col.pro-section .left {
    width: 40%;
}

.others-col.pro-section li {
    width: 100%;
}
.mouth_item{
    position: absolute;
    right: 50px;
    top: -50px;
}
.con_item{
    position: absolute;
    right: 20px;
    top: 40px;
}
.con_item2{
    position: absolute;
    left: 40px;
    bottom: 20px;
}
.confectionery-col{
    background: #f6f4f0 !important;
}
.food-col{
    background: url(../img/food_bg.png) right bottom -2px no-repeat;
    background-size: 40%;
}
.dairy-col, .sld-dairy{
    background: url(../img/dairy_bg.png) right bottom no-repeat;
}
.dairy-col .right{
    text-align: right;
}
.age-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99;
}

.age-popup .age-in {
    border-bottom: 9px solid #00a752;
    padding: 45px;
    padding-top: 60px;
    text-align: center;
    margin: -175px 0 0 -300px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 600px;
    height: 350px;
    background: rgba(255, 255, 255, 0.8);
}

.age-popup h2 {
    font-size: 35px;
}

.age-popup p {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
    color: #474747;
}

.age-popup a {
    margin: 0 4px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
    width: 135px;
    height: 50px;
    display: inline-block;
    background: #999;
}

.age-popup a.yes {
    background: #000;
}

.age-popup .close-icon {
    display: block;
    width: 40px;
    height: 37px;
    position: absolute;
    right: 0;
    top: -37px;
    cursor: pointer;
    background: url(../img/age-close.jpg) right bottom no-repeat;
}
.details-page:after{
    content: '';
    display: block;
    clear: both;
}
.details-page .pro-section .left{
    width: 50%;
    float: left;
}
.details-page .pro-section .right{
    width: 50%;
    float: right;
    padding-left: 80px;
    margin-top: 0px;
}
.details-page .pro-section:nth-child(even){
    background: #f5f5f5;
}
.details-page .pro-section:nth-child(even) .left{
    float: right;
}
.details-page .pro-section:nth-child(even) .right{
    float: left;
    padding-left: 0;
    padding-right: 80px;
}



.common-padd{
    padding-top: 50px;
    padding-bottom: 50px;
}
.top-box h2{
    font-size: 100px;
    line-height: 50px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.top-box h2 span{
    font-size: 20px;
    display: block;
}
.top-box p.large{
    padding: 20px 20px 20px 0;
    margin-right: 0;
    background: #fff;
    position: relative;
}
.core-value{
    /*background: url(../img/core-bg.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;*/
    position: relative;
    background: #ededed;
}
.core-value h3{
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}
.core-value p{
    font-size: 32px;
    color: #000;
    font-family: 'Gotham-LightItalic';
    line-height: 40px;
    text-align: center;
    padding: 0 75px;
}
.watch-abt{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 300px;
}
.mission-sec{
    background: url(../img/mission-bg.jpg) no-repeat right center;
    background-size: 35%;
    border-top: 1px solid #ddd;
}
.mission-sec h3{
    margin-bottom: 18px;
}
.mission-sec p.large{
    margin-bottom: 35px;
}
.trendsetters-sec{
    background: url(../img/trendsetters-bg.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 40px;
}
.trendsetters-sec h3{
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.trendsetters-img{
    width: 350px;
    margin: 0 auto;
}
.trendsetters-img img{
    display: block;
}
.trendsetters-con{
    position: relative;
    margin: 0 60px;
    margin-top: 35px;
}
.trendsetters-con ul{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}
.trendsetters-con li{
    color: #b8c2d0;
    line-height: 26px;
    text-align: right;
    background: url(../img/list-bg.png) no-repeat right center;
    padding-right: 70px;
    float: left;
    width: 35%;
    margin-left: 5%;
}
.trendsetters-con li span{
    color: #fff;
}
.trendsetters-con li:nth-child(1n+1){
    clear: left;
}
.trendsetters-con li:nth-child(even){
    width: 42%;
    float: left;
    text-align: left;
    left: inherit;
    background-position: left center;
    padding-right: 0;
    padding-left: 70px;
    margin-left: 25%;
}
.trendsetters-con li.list1{
    margin-left: 8.4%;
}
.trendsetters-con li.list2{
    margin-left: 49%;
}
.trendsetters-con li.list3{
    margin-left: 0.5%;
}
.trendsetters-con li.list4{
    margin-left: 50.1%;
    margin-top: -20px;
}
.trendsetters-con li.list5{
    margin-left: 0;
}
.trendsetters-con li.list6{
    margin-left: 59.7%;
}
.trendsetters-con li.list7{
    margin-left: 1.7%;
    width: 38%;
}
.trendsetters-con li.list8{
    margin-left: 65%;
}
.trendsetters-con li.list9{
    margin-left: 14%;
    margin-top: 20px;
}
.trendsetters-con li.list10{
    margin-left: 64.5%;
    margin-top: -45px;
}
.trendsetters-con li.list11{
    margin-left: 16.2%;
    margin-top: -35px;
}
.logos{
    margin-top: -80px;
}
.logos img{
    margin-bottom: 60px;
}
p.italic{
    font-family: 'Gotham-LightItalic';
    color: #666;
}
.evolution-logo h4{
    margin-bottom: 35px;
}
.current-logo{
    margin-top: 35px;
    margin-bottom: 35px;
}
.current-logo img{
    display: inline-block;
}
.current-logo-head{
    display: inline-block;
    font-size: 26px;
    line-height: 36px;
    margin-left: 15px;
}
.current-logo-head span{
    display: block;
}

.founder-outer { overflow: hidden; margin-top: -130px;  background: url(../img/founder-bg.jpg) no-repeat center;   background-size: cover;  }

.founder-sec .pic-col { margin-top: -30px;  }
.founder-sec {
    
    padding: 40px 0 80px 0; background: url(../img/f-seprator.png) repeat-x left bottom; margin-bottom: 40px;
}
.founder-sec2{
   text-align: left; padding-bottom: 80px; margin-bottom: 0px; background: none;
}
.founder-sec2 .dob{
    color: #838383;
}
.founder-sec p{
    color: #333;
}

.warning { font-size: 14px; width: 205px; padding: 10px 0; color: #fff; background: #00a752; text-align: center; margin-top: 10px; }

.life-journey { margin-bottom: 20px; overflow: hidden; font-size: 15px; color: #000; }
.founder-name{
    font-size: 22px;
    line-height: 24px;
    font-family: 'Gotham-Bold';
    color: #333;
    margin-bottom: 10px; 
}
.dob{
    font-size: 15px;
    color: #333;
    font-family: 'GothamLight';
    margin-bottom: 30px;
}
.pic-col{
    margin-top: -140px;
}
.info-col{
    padding-top: 70px;
    padding-bottom: 140px;
}
.info-col p{
    color: #666;
}
.info-col p strong{
    font-family: 'Gotham-Medium';
    font-weight: normal;
    color: #333;
}
.milestones-sec{
    padding: 80px 0;
    position: relative;
}
.milestones-sec:after{
    content: '';
    display: block;
    clear: both;
}
.milestones-col{
    width: 50%;
    float: right;
    padding-left: 120px;
    text-align: left;
    position: relative;
    clear: both;
    min-height: 80px;
    padding-bottom: 30px;
}
.milestones-col:nth-child(even){
    float: left;
    text-align: right;
    padding-left: 0;
    padding-right: 120px;
}
.milestones-col:last-child{
    min-height: 0;
}
.milestones-col:before{
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    background: #e2e5e7;
}
.milestones-col:last-child:before{
    display: none;
}
.milestones-col:after{
    content: '';
    position: absolute;
    background: url(../img/circle.png) no-repeat;
    width: 16px;
    height: 16px;
    left: -7px;
    top: -7px;
    border-radius: 100%;
}
.milestones-col:nth-child(even):after{
    width: 6px;
    height: 6px;
    top: -2px;
    right: -4px;
    left: inherit;
    background: #00a752;
}
.milestones-col:nth-child(even):before{
    left: inherit;
    right: -2px;
}
.year:before{
    content: '';
    position: absolute;
    width: 110px;
    height: 1px;
    top: 0;
    left: 0;
    background: #e2e5e7;
}
.milestones-col:nth-child(even) .year:before{
    left: inherit;
    right: 0;
}
.year{
    font-size: 32px;
    font-family: 'Gotham-Bold';
    color: #333;
    margin-bottom: 20px;
    margin-top: -20px;
}
.milestones-col ul{
    margin-bottom: 20px;
}
.milestones-col ul li{
    color: #999;
    font-size: 18px;
    font-family: 'GothamBook';
    padding-left: 40px;
    background: url(../img/list-arrow2.png) no-repeat left top 2px;
    line-height: 24px;
    margin-bottom: 10px;
}
.milestones-col ul li span, .milestones-col ul li strong{
    color: #333;
    font-weight: normal;
}
.milestones-col:nth-child(even) ul li{
    background-position: right top 2px;
    padding-left: 0;
    padding-right: 40px;
}
.common-page{
    padding-top: 80px;
    padding-bottom: 80px;
}
.common-page h2{
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
}
.common-page h6, .common-page h5{
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;
    margin-top: 40px;
    font-family: 'Gotham-Bold';
    font-weight: normal;
    color: #333;
}
.common-page h5{
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: -10px;
}
.common-page p{
    color: #666;
    font-family: 'GothamBook';
    line-height: 28px;
}
.common-page strong{
    font-family: 'GothamBook';
    font-weight: normal;
    color: #333;
}
.common-page ol{
    padding-left: 15px;
}
.common-page ol li{
    margin-bottom: 5px;
    color: #666;
    line-height: 28px;
    list-style-type: decimal;
}
.terms-page p, .policy p{
    color: #333;
}
.terms-page p, .terms-page li{
    margin-left: 24px;
    font-size: 16px;
}
.policy p, .policy li{
    font-size: 16px;
}
.terms-page ul li, .policy ul li{
    padding-left: 30px;
    background: url(../img/list-arrow3.png) no-repeat left top 3px;
    margin-bottom: 12px;
    line-height: 26px;
}
.terms-border{
    margin-top: 50px;
    border-top: 1px solid #c8c8c8;
}
.terms-bg{
    background: #f5f5f5;
    padding: 40px 25px;
    margin-top: 40px;
}
.terms-page .terms-bg li{
    margin-left: 0;
}
.csr-top-sec .image-box{
   /* margin-top: 80px;*/
}
.csr-top-sec .image-box p.large{
    padding-right: 80px;
}
.program-bg {
    background: url(../img/program-bg.jpg) no-repeat center top;
    /*background-attachment: fixed;*/
    background-size: cover;
    text-align: center;
    padding: 120px 0;
}
.focus-bg {
    background-image: url(../img/focus-bg.jpg);
    
}
.focus-bg h3, .focus-bg p{
    color: #fff;
}
.focus-bg p {
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    text-align: left;
}
.programs-col h2{
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 25px;
}
.programs-list{
    margin-top: 40px;
}
.programs-list img{
    display: block;
    border-radius: 10px;
}
.programs-list h4{
    font-size: 24px;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.programs-list p{
    color: #666;
}
.programs-list .link{
    font-size: 14px;
}
.awards-col{
    width: 50%;
    float: left;
}
.awards-col.fr{
    float: right;
}
.awards-sec{
    background: #f5f5f5;
}
.awards-img{
    background: #fff;
    text-align: center;
    padding: 60px 30px;
}
.awards-img img{
    display: inline-block;
}
.awards-cont{
    padding-left: 80px;
}
.awards-name{
    font-size: 24px;
    font-weight: normal;
    font-family: 'Gotham-Bold';
    color: #333;
    margin-bottom: 15px;
    padding-top: 130px;
}
.awards-sec h2{
    position: absolute;
    left: 50%;
    top: 50px;
    padding-left: 80px;
    font-size: 40px;
    z-index: 2;
}
.custom-paging{
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 15px;
    padding-left: 80px;
    padding-bottom: 80px;
}
.custom-paging span{
    display: inline-block;
    vertical-align: top;
}
.slider--prev,.slider--next{
    width: 24px;
    height: 15px;
    cursor: pointer;
    background: url(../img/custom-arrow.png) no-repeat;
    text-indent: -999px;
    overflow: hidden;
    font-size: 13px;
    font-family: 'GothamBook';
    color: #b1b1b1;
}
.slider--prev{
    background-position: left top 4px;
}
.slider--next{
    background-position: right top 4px;
}
.pagingInfo{
    margin: 0 20px;
    width: 40px;
    text-align: center;
}
.trust-sec{
    padding-top: 110px;
    padding-bottom: 70px;
}
.trust-sec p{
    color: #666;
}
.trust-sec h3 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 30px;
}
.trust-sec .image-box p.large{
    padding-right: 80px;
}
.trust-sec .image-box .para{
    padding-right: 30px;
}
.trust-img{
    margin-top: -44px;
}
.all-pro:after{
    content: '';
    display: block;
    clear: both;
}
.projects-head h3{
    font-size: 40px;
    border-bottom: 3px solid #ebebeb;
    line-height: 40px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    margin-top: 50px;
}
.program-details p{
    color: #666;
    line-height: 26px;
}
.program-details p.large{
    color: #333;
    line-height: 36px;
}
.program-details p strong{
    font-size: 24px;
    font-family: 'Gotham-Bold';
    color: #333;
}






.program-bg p:last-child{
    margin-bottom: 0;
}
.program-bg p, .program-details .program-bg p.large, .program-details .program-bg p strong{
    color: #fff;
}
.program-row{
    padding-top: 30px;
    padding-bottom: 30px;
}
.program-row:last-child{
    padding-bottom: 0;
}
.program-row2{
    padding-top: 20px;
    padding-bottom: 20px;
}
.breadcrumbs ul:after{
    content: '';
    display: block;
    clear: both;
}
.breadcrumbs ul {
    padding: 20px 0 0 0;
    list-style: none;
}
.breadcrumbs ul li {
    float: left;
    font-size: 12px;
    line-height: 16px;
    color: #00a752;
    font-family: 'GothamBook';
}
.breadcrumbs ul li+li:before {
    padding: 0 6px;
    color: #999;
    content: "/";
}
.breadcrumbs ul li a {
    color: #999;
}
.program-menu{
    padding-bottom: 50px;
    margin-top: -20px;
}
.program-menu ul:after{
    content: '';
    display: block;
    clear: both;
}
.program-menu ul{
    margin: 0 -10px;
}
.program-menu li{
    font-family: 'Gotham-Bold';
    font-size: 16px;
    float: left;
    width: 20%;
    text-align: center;
    padding: 0 10px;
}
.program-menu li a{
    color: #b2b2b2;
    display: block;
    border-bottom: 2px solid #b2b2b2;
    padding-bottom: 10px;
    position: relative;
}
.program-menu li.active a, .program-menu li a:hover{
    color: #00a752;
    border-bottom: 4px solid #00a752;
}
.program-menu li a:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 0px solid #00a752;
    transition: border-top 0.5s ease;
}
.program-menu li a:hover:after, .program-menu li.active a:after{
    border-top: 10px solid #00a752;
}
.livelihood .image-box{
   /* margin-top: 60px;*/
}
.livelihood .program-bg{
    background-image: url(../img/livelihood-bg.jpg) ;

}
.integrated .image-box{
   /* margin-top: 40px;*/
}
.integrated .program-bg{
  background-image: url(../img/integrated-bg.jpg);
    
}

.mobile-menu{
    position: absolute;
    right: 2%;
    top: 50%;
    margin-top: -14px;
    cursor: pointer;
    display: none;
    z-index: 1;
}
.page-404{
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
    padding: 110px 0;
}
.page-404 img{
    display: inline-block;
}
.page-404 h1, .thank-you h2{
    font-size: 30px;
    font-family: 'GothamBook';
    margin-top: 50px;
    margin-bottom: 15px;
    line-height: normal;
    color: #010101;
}
.thank-you{
    max-width: 840px;
}
.thank-you h1{
    font-size: 70px;
    font-family: 'GothamLight';
    margin-bottom: 10px;
}
.back-btn{
    font-family: 'GothamBook';
    font-size: 16px;
    color: #00a752;
    background: url(../img/arrow-left.png) no-repeat top 6px left;
    padding-left: 44px;
    margin-top: 50px;
    display: inline-block;
}
.disclaimer.common-page h6:nth-child(1){
    margin-top: 0;
}
.over-link{
    margin-top: 20px;
}
.core-sec h3, .core-sec p{
    text-align: left;
    padding: 0;
}
.core-sec p{
    font-size: 20px;
    font-family: 'GothamBook';
    line-height: 28px;
    margin-bottom: 20px;
}
.core-sec p strong{
    font-size: 26px;
    font-family: 'Gotham-Bold';
}
.sub-title{
    font-size: 20px;
    color: #333;
    font-family: 'GothamBook';
    margin-bottom: 20px;
    line-height: 32px;
}
.sub-title:last-child{
    margin-bottom: 0;
}
.sub-title strong{
    font-size: 26px;
    font-family: 'Gotham-Bold';
}
.mission-border{
   /* background: url(../img/dotted1.jpg) repeat-x bottom left;*/
    height: 3px;
    padding-top: 30px;
    margin-bottom: 50px;
}
.evolution-logo strong{
    color: #333;
    font-weight: normal;
}
.policy-tab{
    margin-top: 90px;
    border-bottom: 1px solid #00a752;
}
.policy-tab ul:after{
    content: '';
    display: block;
    clear: both;
}
.policy-tab ul li{
    font-size: 16px;
    color: #bab9b9;
    font-family: 'Gotham-Bold';
    float: left;
    padding: 18px 20px;
    cursor: pointer;
}
.policy-tab ul li.active{
    color: #fff;
    background: #00a752;
}
.policy-tab-content h4{
    font-size: 40px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 20px;
}
.policy-tab-content {
    display: none;
}
.policy-tab-content:first-child{
    display: block;
}
.businesses-brd{
    margin-bottom: 18px;
}
.expend-col{
    overflow: hidden;
    height: 0;
    transition: height 0.5s ease;
}
.expend-col.open{
    overflow: visible;
    height: auto;
}
.expend-col p strong{
    font-weight: normal;
    color: #333;
}
.collapse-link{
    color: #00a752;
    font-size: 20px;
    font-family: 'GothamBook';
    display: inline-block;
    margin-top: 20px;
}
.result-list{
    margin-top: 50px;
}
.search-box .found {
    font-size: 22px;
    color: #999;
}
.search-box .found span {
    color: #00a752;
    font-family: 'Gotham-Bold';
}
.search-box .result {
    margin-bottom: 35px;
}
.search-box .result:last-child{
    margin-bottom: 20px;
}
.search-box .result a {
    display: block;
    font-size: 16px;
    color: #999;
    line-height: 24px;
}
.search-box .result a span {
    margin-bottom: 10px;
    color: #000;
    display: block;
    font-size: 26px;
    font-family: 'Gotham-Bold';
    transition: all 0.5s ease;
}
.search-box .result a:hover span {
    color: #00a752;
}
#loader_full,.popup-close{
    -webkit-animation-duration:.6s
}
#loader_full{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    background-color:rgba(241,242,247,.9);
    -webkit-animation-name:fadeIn;animation-name:fadeIn;
    animation-duration:.6s;
    z-index:9999
}
#loader_full span{
    position:absolute;
    top:50%;
    left:50%;
    font-size:25px;
    margin-left:-45px;
    margin-top:-37px;
    color:#1abb69
}
.click-btn{
    color: #00a752;
}
.large-content{
    display: none;
}
.history-page{
    overflow: hidden;
}
.history-page h4{
    font-size: 30px;
    line-height: normal;
    margin-bottom: 20px;
}
.history-page p{
    margin-bottom: 20px;
}
.history-page p:last-child{
    margin-bottom: 0;
}
.history-col{
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
}

.history-col .container-sm .overlaps{ z-index:3; position:relative; margin-top: 30px;}

.history-col:first-child{
    padding-top: 0;
}
.history-col:after, .history-col:before{
    content: '';
    display: block;
    clear: both;
}
.history-page strong{
    color: #333;
    font-weight: normal;
}
.history-img1{
    margin-left: -100px;
}
.history-img2{
    margin-top: -55px;
}
.history-img3{
    margin-left: -80px;
    margin-right: -80px;
    margin-top: 65px;
}
.history-con3{
    position: absolute;
    top: 0;
    right: 100px;
    max-width: 500px;
    z-index: 1;
}
.history-img4{
   position: absolute;
    top: 0;
    right: 0;
    max-width: 550px;
    z-index: 1; 
}
.history-img5{
   position: absolute;
    top: 0;
    left: 0;
    max-width: 750px;
    z-index: 0; 
}


/*Mobile Menu*/
.mobile-col {
    display: none;
}
.button_container {
    position: fixed;
    top: 27px;
    right: 15px;
    height: 20px;
    width: 25px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
    transition: top .25s ease;
    display: none;
}
.button_container:before {
    content: '';
    position: absolute;
    top: -11px;
    left: -7px;
    width: 40px;
    height: 40px;
    background: #f4f4f4;
    z-index: -1;
    border-radius: 100%;
}
.button_container:hover {
    opacity: .8;
}
.hide_item {
    display: none;
}
.button_container.active .top {
    transform: translateY(8px) translateX(0) rotate(45deg);
    background: #333;
}
.button_container.active .middle {
    opacity: 0;
    background: #333;
}
.button_container.active .bottom {
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: #333;
}
.button_container span {
    background: #333;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}
.button_container span:nth-of-type(2) {
    top: 8px;
}
.button_container span:nth-of-type(3) {
    top: 16px;
}
.button_container span.middle:after {
    position: absolute;
    top: 0;
    left: 0;
    background: #f4f4f4;
    height: 2px;
    width: 8px;
    content: '';
    z-index: 1;
}
.overlay-menu {
    position: fixed;
    background: #f4f6ff;
    top: 70px;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}
#menu_overlay {
    overflow-y: auto;
    padding: 0 15px 30px 15px;
}
.mb-menu {
    display: none;
}
.overlay-menu.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    z-index: 1;
}
.mob_menu_col:after, .mob_menu_col:before {
    content: '';
    display: block;
    clear: both;
}
 @keyframes fadeInRight {
 0% {
 opacity: 0;
 left: 20%;
}
 100% {
 opacity: 1;
 left: 0;
}
}
/*Mobile Menu End*/
.pro-section.agro-col p{
    color: #666;
}
.fix-menu-row{
    display: none;
}
.menu-mob {
    display: block;
    text-transform: uppercase;
    padding: 17px 15px;
    cursor: pointer;
    position: relative;
    background: #5c3a2e;
    color: #fff;
    font-family: 'Gotham-Bold';
    font-size: 16px;
}
.menu-mob:after{
    content: "\f0dd";
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 15px;
    z-index: 1;
    font: normal normal normal 16px/1 FontAwesome;
}
.menu-mob-col{
    display: none;
}
.menu-mob-col ul li {
    width: auto;
    float: none;
    display: block;
    border: 1px solid #5c3a2e;
    border-top: 0;
    padding: 10px 15px;
    font-family: 'GothamBook';
    font-size: 14px;
}
.menu-mob-col ul li:first-child{
    border-top: 0;
}
.menu-mob-col ul li a{
    border-bottom: 0;
    display: block;
    color: #5c3a2e;
}
.tobacco-active .menu-mob{
    background: #5c3a2e;
}
.tobacco-active .menu-mob-col ul li{
    border-color: #5c3a2e;
}
.tobacco-active .menu-mob-col ul li a{
    color: #5c3a2e;
}

.mouth-fresheners-active .menu-mob{
    background: #1c8fbb;
}
.mouth-fresheners-active .menu-mob-col ul li{
    border-color: #1c8fbb;
}
.mouth-fresheners-active .menu-mob-col ul li a{
    color: #1c8fbb;
}

.food-and-beverages-active .menu-mob{
    background: #e1a428;
}
.food-and-beverages-active .menu-mob-col ul li{
    border-color: #e1a428;
}
.food-and-beverages-active .menu-mob-col ul li a{
    color: #e1a428;
}

.confectionery-active .menu-mob{
    background: #e25586;
}
.confectionery-active .menu-mob-col ul li{
    border-color: #e25586;
}
.confectionery-active .menu-mob-col ul li a{
    color: #e25586;
}

.dairy-active .menu-mob{
    background: #143666;
}
.dairy-active .menu-mob-col ul li{
    border-color: #143666;
}
.dairy-active .menu-mob-col ul li a{
    color: #143666;
}

.hospitality-active .menu-mob{
    background: #7e5d6e;
}
.hospitality-active .menu-mob-col ul li{
    border-color: #7e5d6e;
}
.hospitality-active .menu-mob-col ul li a{
    color: #7e5d6e;
}

.agri-active .menu-mob{
    background: #2b953e;
}
.agri-active .menu-mob-col ul li{
    border-color: #2b953e;
}
.agri-active .menu-mob-col ul li a{
    color: #2b953e;
}

.others-active .menu-mob{
    background: #ed664e;
}
.others-active .menu-mob-col ul li{
    border-color: #ed664e;
}
.others-active .menu-mob-col ul li a{
    color: #ed664e;
}

.food-active .menu-mob{
 background: #e1a428;
}
.food-active .menu-mob-col ul li{
    border-color: #e1a428;
}
.food-active .menu-mob-col ul li a{
    color: #e1a428;
}

.beverages-active .menu-mob{
 background: #80DED9;
}
.beverages-active .menu-mob-col ul li{
    border-color: #80DED9;
}
.beverages-active .menu-mob-col ul li a{
    color: #80DED9;
}

.luxury-retail-active .menu-mob{
 background: #b60000;
}
.luxury-retail-active .menu-mob-col ul li{
    border-color: #b60000;
}
.luxury-retail-active .menu-mob-col ul li a{
    color: #b60000;
}

.sitemap.fo-bottom{
    background: #fff;
    padding: 80px 0 60px 0;
}

.custom-pro-row:after{
    content: '';
    display: block;
    clear: both;
}
.custom-pro-row{
    border-top: 1px solid #f8f7f6;
    margin-top: 20px;
    padding-top: 40px;
}
.details-page .pro-section.custom-pro-sec .left{
    padding-right: 40px;
}

.details-page .pro-section.custom-pro-sec .right{
    margin-top: 0;
    padding-left: 40px;
}

.pro-section.custom-pro-sec .custom-pro-row h4{
   margin-top: 40px; 
}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #00a752;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #028f47;
}
#back-to-top.show {
    opacity: 1;
}
.small-font{
    font-size: 14px;
}


.csr-top-sec .image-box.martp{ margin-top: 0 }

.focsareabox{
    background:rgba(0,0,0,0.2);
    padding: 50px;
        text-align: left;
}
.title28{
       font-size: 28px;
       text-transform: uppercase;
  font-family: 'Gotham-Bold';
    color: #000;
    margin-bottom: 20px;
}

.focsareabox h3 {
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 40px;
}
.mar01{margin-top: 30px}
.marrgt01{ margin-right:-10% }
.marleft01{ margin-left:-10% }



.padd01{padding-top: 25px;  padding-bottom: 60px;}
.common-paddtp5050{   padding-top: 50px; padding-bottom: 50px;}
.common-paddtp5090 {
    padding-top: 50px;
    padding-bottom: 90px;
}

.paddlft{padding-left: 95px;  }
.paddrt{padding-right: 95px;  }
.padd03{padding-bottom:  60px; }
.common-paddtp {
    padding-top: 90px;
    padding-bottom: 30px;
}
.common-paddtp50{   padding-top: 50px;}

.text-revise{ font-size: 15px; line-height: 24px; color: #999; position: relative; margin-bottom: 0;}
.image-box .text-revise{ color: #666; }
.padd-top0{
    padding-top: 0;
}
.padd-bot0{
    padding-bottom: 0;
}
.mar-bot0{
    margin-bottom: 0;
}
 .margnbt55{margin-bottom: 55px;}


.padd03:after, .gsi:after{ content: ''; display: block; clear: both; }
.crshed01 {
    font-size: 24px;
    font-weight: normal;
    font-family: 'Gotham-Bold';
    color: #333;
    margin-bottom: 15px;
    
}
.gsi .col-6.fr  { text-align: right; }
.integrated .school-infra{ background-image: url(../img/education_img_bg01.jpg); }
.integrated .imp_qua{ background-image: url(../img/education_img_bg02.jpg); }

.integrated .swachh_bharat{ background-image: url(../img/others_img_bg01.jpg); }
.integrated .dis_reli{ background-image: url(../img/others_img_bg02.jpg); }
.crossimg img{
        width: 110%;
    max-width: inherit;
}
.gsi.crossimg img { float: right; }

.bullet-custom{}
.bullet-custom ul li{ position: relative; padding-left: 35px; color: #8d8d8d; line-height: 22px;margin-bottom: 10px; }
.bullet-custom ul li:before{content: ''; position: absolute; top: 6px; left: 0; width: 9px; height: 9px; background: #ccc; border-radius: 100%;}
.bullet-custom ol{ margin-left: 15px;}
.bullet-custom ol li{ position: relative; padding-left: 15px;  color: #8d8d8d; line-height: 22px;margin-bottom: 10px;list-style: auto; font-size:14px; color:#333; }


.veg-product { margin-top: 15px; padding-left: 34px; font-size: 10px; color: #666; line-height: 14px; overflow: hidden;  background: url(../img/veg-icon.png) left 3px no-repeat; font-family: 'GothamBook';  }
.veg-product.single-line  { padding-top: 8px; padding-bottom: 3px;  }

.withback ul { float: left; padding-top: 0px; margin-top: -30px;  } 

.menu-gap .bussiness-menu> ul{ position: static; }
menu li:hover .menu-gap .bussiness-menu> ul li a:before { display: none !important; }
menu li:hover .menu-gap .bussiness-menu> ul{ border-bottom: 0; }
.menu-gap .bussiness-menu> ul li{padding: 30px 0;}

p.large.font-23 { font-size: 23px; }

.homepage .sustainability-sec{ height: 800px; }
.homepage .milestone-div { overflow: hidden;  position: relative;}
.homepage .milestone-div img{ width: 100%; }
.homepage .milestone-div .txt {width: 45%; position: absolute; right: 0; top: 50%; margin: -42% 0 0 ;}
.homepage .milestone-div .txt h1 { color: #fff; font-size: 50px; line-height: 55px; text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6); }
.homepage .milestone-div .txt p{padding: 8px 0 15px 0px; color: #fff; font-size: 18px; font-family: 'GothamLight'; line-height: 25px;}
.homepage .milestone-div .txt a { color: #fff; font-size: 16px; background: #00a752; font-family: 'GothamBook'; display: inline-block; padding: 13px 25px; }
.homepage .milestone-div .txt a:hover { background: #fff; color: #00a752 }

.warning-div{ width: 100%; float: left; }
.large.text-color{ color: #333; font-family: 'Gotham-Bold';}
.mainslider-box .nav:nth-child(1){ text-indent: -9999px; }
.pro-section p.firsttext{padding: 25px 0; font-size: 20px; line-height: 29px; padding: 0px 0 25px 0;}
.pro-section p.text-size{padding: 0 0 25px 0; font-size: 20px; line-height: 29px;}
.tit{padding-bottom: 0 !important;     margin-bottom: 0 !important;}
.projects-head .title-same{ border-bottom: 3px solid #ebebeb; padding-bottom: 20px; margin-bottom: 40px; margin-top: 10px; }
.mg-top70{ margin-top: 70px; }
.form-innvation .inn-bg{ background: #f2f2f0; padding-top: 80px; }
.innovation-tab{
    background: #f2f2f0;
    border-bottom: 2px solid #d3d3ce;
    height: 57px;
}
.innovation-tab ul:after{
    content: '';
    display: block;
    clear: both;
}
.innovation-tab ul li{
    font-size: 16px;
    color: #bab9b9;
    font-family: 'Gotham-Bold';
    float: left;
    padding: 18px 20px;
    cursor: pointer;
    border: 2px solid #d3d3ce;
    border-bottom: 0;
    background: #d3d3ce;
    color: #fff;

}
.innovation-tab ul li.active{
    background: #fff;
    color: #333;
}
.innovation-tab-content h4{
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 30px;
    text-align: center;
}
.innovation-tab-content {
    padding: 50px 0 50px 0;
    display: none;
}
.innovation-tab-content:first-child{
    display: block;
}
 .brandslog{     padding-top: 117px;
    padding-right: 50px;
 }

.brandslog  h1{ color: #fff;
   
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);     float: right;
}
 
.brandslog  p{ color: #000; margin-bottom: 30px;  display:none; }
.brandslog   a {
    color: #fff;
    font-size: 16px;
    background: #00a752;
    font-family: 'GothamBook';
    display: inline-block;
    padding: 13px 25px; 
}



.brands-div{ position: relative; background: url(../img/brand-bg.png) no-repeat center center; background-size: cover;padding-top: 50px; background: #dedede; background:#f5f5f5; }
.container-brand{ width: 800px; margin: 0;  height: 500px; position: relative; float: left; margin-right: 30px;}
.container-brand:before{ content: " "; height: 184px; width: 290px; border: 2px dashed #ddd; border-radius: 50%;  position: absolute; top: 50%; left: 50%;  transform: translate( -145px,-110px);  }
.container-brand:after{ content: " "; height: 320px; width: 500px; border: 2px dashed #ddd; border-radius: 50%;  position: absolute; top: 50%; left: 50%;  transform: translate( -250px,-177px);  }
.container-brand .logo1{ position: absolute; top: 103px;  left: 41%; z-index: 10; }
.container-brand .logo2{ position: absolute; top: 196px;  right: 25%; z-index: 10; }
.container-brand .logo3{ position: absolute; bottom: 137px;  left: 42%; z-index: 10; }
.container-brand .logo4{ position: absolute; top: 196px;  left: 25%; z-index: 10;top: 290px; left: 22%; }
.container-brand .logo5{ position: absolute; top: 43px;  left: 30%; z-index: 10; }
.container-brand .logo6{ position: absolute; top: 42px;  right: 31%; z-index: 10; }
.container-brand .logo7{ position: absolute; top: 146px;  right: 17%; z-index: 10; }
.container-brand .logo8{ position: absolute; bottom: 151px;  right: 17%; z-index: 10; }
.container-brand .logo9{ position: absolute; bottom: 87px;  right: 35%; z-index: 10; }
.container-brand .logo10{ position: absolute; bottom: 138px;  left: 21%; z-index: 10; bottom: 220px;    left: 27%;}
.container-brand .logo11{ position: absolute; top: 160px;  left: 16%; z-index: 10; }
.container-brand .logo12{ position: absolute; top: 59px;  left: 18%; z-index: 10; }
.container-brand .logo13{ position: absolute; top: 20px;  left: 52%; z-index: 10; }
.container-brand .logo14{ position: absolute; top: 45px;  right: 17%; z-index: 10; }
.container-brand .logo15{ position: absolute; bottom: 235px;  right: 1%; z-index: 10; }
.container-brand .logo16{ position: absolute; bottom: 75px;  right: 11%; z-index: 10; }
.container-brand .logo17{ position: absolute; bottom: 40px;  left: 42%; z-index: 10; }
.container-brand .logo18{ position: absolute; bottom: 86px;  left: 10%; z-index: 10; }
.container-brand .logo19{ position: absolute; bottom: 200px;  left: 6%; z-index: 10; }
.container-brand .logo20{ position: absolute; top:245px;  left: 7%; z-index: 10; }
.container-brand img{ transition: transform .2s; }
.container-brand img:hover { -ms-transform: scale(1.2); -webkit-transform: scale(1.2); transform: scale(1.2); 
}
.abt-banner.ds-grants-abt{ bottom: 20px; }
.mobilebrds .slick-prev { display: block; font-size: 0; border: none; width: 13px; height: 21px; position: absolute; left: 0px; top: 50%; background: url(../img/slider-left-arrow.png) no-repeat; cursor: pointer; -webkit-transform: rotate(180deg); transform: rotate(180deg); z-index: 2; margin-top: -20px;}

.mobilebrds .slick-next { display: block; font-size: 0; border: none; width: 13px; height: 21px; position: absolute; right: 0px; top: 50%; background: url(../img/slider-right-arrow.png) no-repeat; cursor: pointer; z-index: 2; margin-top: -20px;
}

.slide-dot, .mobilebrds{ display: none; }
.side-links{ position: absolute; bottom: 50px; left: 60px; }
.side-links ul li{ display: inline-block; background-color: rgba(255, 255, 255, 0.8); letter-spacing: 4px; text-transform: uppercase; font-size: 12px; padding: 10px 15px; border-radius: 15px; margin-right: 20px; border: 2px solid rgba(255, 255, 255, 0.8); -webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease; background-color: rgba(0, 167, 82, 0.83);}
.side-links ul li a{ color: #00a752; color:#ffffff; }
.side-links ul li:hover{ background-color: transparent; background-color: #00a752; }
.side-links ul li:hover a{ color: #fff;}

.company-box .home-slider .slide:nth-child(even) .list-beverages li, .beverages-col .list-beverages li{ width: 100%; }
.company-box .home-slider .list-beverages ul, .beverages-col .list-beverages ul{ margin: 20px 0 0 40px; }
.dairy-custom .col{ padding-right: 0; padding-left: 0; }
.dairy-custom .col.img-pos img{ margin: 0 auto; display: block;}
.dairy-custom .col.img-pos img.dairy-mix-pro{ position: absolute; right: 60px; top: 420px; }
.company-box .home-slider .con-list li , .pro-section .con-list li{ width: 50%; }
.home-slider .slide.sld-agro .left ,.pro-section.agro-col .left{ float: left; padding-right: 40px; padding-left: 0;}
.home-slider .slide.sld-agro .right, .home-slider .slide.sld-host .left ,.hospitality-col .left, .pro-section.agro-col .right{ float: right; padding-left: 40px; padding-right: 0;}
.pro-section.hospitality-col{ background-size:cover !important;  background-repeat: no-repeat !important;}


.fagug{ float:left; width:100%; height:auto; position:relative; margin-top: 50px; transition: all 0.5s ease;border: solid 3px #fff; border: solid 3px #fff;
    box-shadow: 5px 5px 10px #ccc;}
	.fagug span{ float:left; width:100%; height:auto;  overflow:hidden; background:#20b268;}
	.fagug span img{ float:left; width:100%; height:auto; transition: all 0.5s ease;}
	.fagug h3{ float: none;
    width: 100%;
    height: auto;
    font-size: 22px;
    color: #fff;
    padding: 5px 15px 0px 15px;
    margin-top: 0;
    margin-bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.48) 44%, rgba(0,0,0,0.53) 49%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.04) 0%,rgba(0,0,0,0.48) 44%,rgba(0,0,0,0.53) 49%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.04) 0%,rgba(0,0,0,0.48) 44%,rgba(0,0,0,0.53) 49%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a000000', endColorstr='#000000',GradientType=0 );
    position: absolute;
    bottom: 0;
	}
	.fagug strong{width:100%; background:#20b268e0; position:absolute; top:0; left:0;  opacity:0;   height: 100%; text-align: center; transition: all 0.5s ease;}
	.fagug  strong b{ border: solid 1px #fff; 
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin-top: 33%;
    font-size: 18px; }
	.fagug h3 small{float: left;
    width: 100%;
    height: auto;
    font-size: 17px;
    color: #dadada;
    margin: 0;
    padding: 0;
    line-height: 10px;
    font-weight: normal; display:none;}
	
	.fagug:hover strong{opacity:3; transition: all 0.5s ease;}







.popisvid {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 50px;
    transition: all 0.5s ease; cursor:pointer;
    border: none;
}
	.popisvid span{ float:left; width:100%; height:auto;  overflow:hidden; background:#20b268;}
	.popisvid span img{ float:left; width:100%; height:auto; transition: all 0.5s ease;}
	.popisvid h3{ float: left;
    width: 100%;
    height: auto;
    font-size: 19px;
    color: #000;
    padding: 10px 0px 10px 0px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 25px;	
	}
	.popisvid strong{width: 100%;
    /* background: #20b268e0; */
    position: absolute;
    top: 0;
    left: 0;
    opacity: 2;
    height: 100%;
    text-align: center;
    transition: all 0.5s ease;
    color: #20b268;
    font-size: 70px;
    padding-top: 85px;}
	.popisvid  strong i{ background: #fff;
    padding: 0;
    margin: 0;
    line-height: 45px;
    border-radius: 13px;transition: all 0.5s ease;
    background-position: 0px 0px;
    width: 60px;}
	
	
	.popisvid:hover strong i{ color:#fff; background:#20b268; transition: all 0.5s ease;}
	
	
	
	.dscnbox{ float:left; width:100%; height:auto; border-bottom: solid 4px #20b268; margin-top: 50px;    padding-bottom: 20px; transition: all 0.5s ease;}
	.dscnbox span{ float:left; width:100%; height:auto;border: solid 1px #ddd;  overflow:hidden;}
	.dscnbox span img{ float:left; width:100%; height:auto; transition: all 0.5s ease;}
	.dscnbox h3{ float:left; width:100%; height:auto; font-size:22px;}
	.dscnbox h3 {float: left; width: 100%; height: auto; font-size: 18px; line-height: 28px; margin-top: 10px;}
	.dscnbox b{ float:left; width:100%; height:auto; color:#666666;}
	.dscnbox b img{ display:inline-block; margin-left:10px;}
	.dscnbox b:hover{ color:#20b268}
	
	.dscnbox:hover span img{ transform:scale(1.1); transition: all 0.5s ease;}
		.col-33{width: 33%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;}
	.seciend .col-md-6 img{ border:solid 1px #ddd;}
	.newpddi{    padding-top: 30px; margin-top:30px;}
.greenbuti{ background:#fff; color:#20b268; padding:10px 25px; display:inline-block; font-size:16px; text-decoration:none; border:solid 1px #20b268;}
.greenbuti:hover{ background:#20b268; color:#fff; text-decoration:none;}
.comisapd{ padding: 0px 0px 50px 0px;
    border-top: solid 1px #ddd;
    display: none;}
	
.seciend .image-box .para {
    font-size: 15px;
    line-height: 24px;
    color: #666;
    background: #fff;
    padding:0 !important;
    /*margin-right: -150px;*/
    position: relative;
}	
.seciend{ border-bottom: solid 1px #ddd; padding-bottom: 40px;
    margin-top: 40px;}	
.ordi{ order: 1;}
#myDIV {
  width: 100%;     margin-top: 0px;
}
.htmvideo{ float:left; width:100%; height:auto;}
.htmvideo video{ width:100%; height:350px;}
.desitab{margin-top:50px;}

.changestat{ float:left; width:100%; text-align:right;}
		.changestat span{ display:inline-block; font-size:15px; color:#000;}
		.changestat select{ display:inline-block; border:solid 1px #000; padding:10px; background:#fff; width:100%; max-width:250px; outline:none;}
		
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt36{ margin-top:36px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.mt60{ margin-top:60px;}

.mb10{ margin-bottom:10px;}
.mb20{ margin-bottom:20px;} 
.mb30{ margin-bottom:30px;}
.mb36{ margin-bottom:36px;}
.mb40{ margin-bottom:40px;}
.mb50{ margin-bottom:50px;}
.mb60{ margin-bottom:60px;}

.pt10{ padding-top:10px;}
.pt20{ padding-top:20px;}
.pt30{ padding-top:30px;}
.pt36{ padding-top:36px;}
.pt40{ padding-top:40px;}
.pt50{ padding-top:50px;}
.pt60{ padding-top:60px;}

.pb10{ padding-bottom:10px;}
.pb20{ padding-bottom:20px;} 
.pb30{ padding-bottom:30px;}
.pb36{ padding-bottom:36px;}
.pb40{ padding-bottom:40px;}
.pb50{ padding-bottom:50px;}
.pb60{ padding-bottom:60px;}

.tonikakar strong{ font-size:16px; font-weight:bold;}
.tonikakar small{ font-size:14px; font-weight:bold; color:#20b268; float: left;  width: 100%; margin-bottom: 20px;}
.silislili h3{ font-size:40px}
.newsdevlpil { padding:0px 15px;}
.newsdevlpil ul{  float:left; width:100%;}
.newsdevlpil li{ list-style:disc; font-size: 15px; text-align: justify;  line-height: 24px;  color: #666;margin-left:15px; margin-bottom:10px;}
.silislili h3{ line-height:48px;}
.dsctpn{ width:20%;}
.csssr .col-md-6 { width: 50%; float: left; padding: 15px;}

@media (max-width:500px) and (min-width:50px){
.mainslider-box h1 {
    color: #fff;
    font-size:18px !important;}
	.history-col .container-sm .overlaps{ margin-top: 0px;}
	
	
	.dsctp{ width:50%;}	
	.dscnbox h3{ float:left; width:100%; height:auto; font-size:18px;     min-height: 43px;}
	.dscnbox span { margin-bottom: 12px;}
	
	.fagug h3 {
    padding: 5px 15px 15px 15px;
    margin-top: -21%;
    line-height: 45px;
}
.changestat {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 30px;
}
.desitab {
    margin-top: 50px;
    padding: 15px;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor{ margin-bottom: 5px;
    background-color: transparent !important;
    font-size: 19px !important;
    color: #009945 !important;
    border-bottom: solid 3px #009945;}
	.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #fff;
    color: #00c5ad;
    text-shadow: none;
    color: #000 !important;
    border-bottom: solid 3px #000;
}

.r-tabs .r-tabs-panel {
    padding: 10px 0px 0px 0px !important;    margin-bottom: 0px;}
	.htmvideo video {
    width: 100%;
    height: auto;
}
.changestat select { max-width: 100%; margin-top:10px;}
.seciend h3{ font-size: 24px !important;
    margin-bottom: 10px;
    line-height: 30px;
    margin-top: 20px;
    float: left;
    width: 100%;}
	
.newsdevlpil b{font-size: 19px !important;
    margin-bottom: 10px;
    line-height: 30px;
    margin-top: 20px;
    float: left;
    width: 100%;}	
.slick-slide img {
    display: block;
    height: auto;
}
.homepage .milestone-div img {
    width: 100%;
    height: auto;
}
.campaign-box .thumb.slick-current img {
    border: none;
    width: 100%;
    height: auto;
}	
.dsctpn {
    width: 50%;
}
.csssr .col-md-6 { width: 100%;}
}