.slick-dots {
    bottom: 40px !important;
}
.slick-dots li button:before {font-size: 40px!important;}
.slick-dots li button {width: 20px;height: 4px;}
.slick-dots li button:before {
    content: '' !important;
    width: 20px !important;
    height: 4px !important;
    background: #000;
    border-radius: 100px;
}
.slick-dots li.slick-active button:before {
    background: #686868 !important;
    opacity: 1 !important;
}
.videoslide-pro-text span.title {
    color: #fff;
    font-size: 50px;
    font-family: 'Gloock' !important;
    font-weight: 500;
    line-height: 1;
}
.videoslide-pro-text p.content {
    color: #fff;
    font-size: 16px !important;
    line-height: 1.7;
}
.videoslide-pro-text .content-div {
    width: 60% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
}
@media(max-width:991px){
.videoslide-pro-text .content-div {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px !important;
}
.videoslide-pro-text p.content {
    font-size: 13px !important;
    margin-top: 20px !important;
}
.videoslide-pro-text span.title {
    font-size: 35px;
}
}
.videoslide-pro-text {
    align-items: baseline;
}
.videoslide-btn.sppb-btn.sppb-btn-default {
    background: transparent;
    border: 1px solid #fff;
    margin-top: 20px;
}
@media(max-width:992px){
.videoslide-btn.sppb-btn.sppb-btn-default {
    background: transparent;
    border: 1px solid #fff;
    margin-top: 10px;
}}
.videoslide-btn.sppb-btn.sppb-btn-default:hover {
    background: #fff !IMPORTANT;
    color: #000 !important;
    border: 1px solid #fff;
}


/*line-bottom*/
@media(min-width:992px){
.line-bottom {
    position: relative;
}
.line-bottom:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 500px;
    background: #000;
    left: 0;
    right: 0;
    margin: auto;
    top: 120%;
  }}


/*img-style-001*/
.img-style-001 {
    position: relative;
    transition: 0.5s;
}
.img-style-001:before {
    position: absolute;
    content: '';
    width: 280px;
    height: 280px;
    background: #f2f2f2;
    left: -50px;
    bottom: -50px;
    transition: 0.5s;
}
@media(min-width:992px){
.img-style-001:hover:before {
    left: -50px;
    /* top: -50px; */
    bottom: 45%;
    transition: 0.5s;
    background: #64676c;
  }}


/*img-style-002*/
.img-style-002 {
    position: relative;
}
.img-style-002:before {
    position: absolute;
    content: '';
    width: 1000px;
    height: 120%;
    background: #f2f2f2;
    right: 280px;
    bottom: 0px;
    top: 0;
    margin: auto;
    transition: 0.5s;
}
.img-style-002:hover:before {
    right: 400px;
}

/*img-style-003*/
.img-style-003 {
    position: relative;
    transition: 0.5s;
}
.img-style-003:before {
    position: absolute;
    content: '';
    width: 280px;
    height: 280px;
    background: #f2f2f2;
    right: -50px;
    bottom: -50px;
    transition: 0.5s;
}
@media(min-width:992px){
.img-style-003:hover:before {
    right: -50px;
    /* top: -50px; */
    bottom: 45%;
    transition: 0.5s;
    background: #64676c;
  }}

/*Home-icon-001*/
.Home-icon-001 img {
    width: 80px;
    height: 80px;
    border: 2px solid #64676c;
    border-radius: 1000px;
    margin-bottom: 10px;
    transition: 1s;
    filter: grayscale(1);
}
.Home-icon-001 h4 {
    font-size: 18px;
}
.Home-icon-001 {
    margin-bottom: 50px;
}
@media(min-width:992px){
.Home-icon-001:hover img {
    transform: rotate3d(1, 1, 1, 360deg);
}}


/*affiliated-logo*/
.affiliated-logo img {
    width: 150px;
    height: auto;
}

/*z-index*/
.z-index-negative {
    z-index: 0 !important;
}

/*home-products-icon*/
.home-products-icon h5 {
    font-size: 22px;
    font-weight: 800;
    position: relative;
  transition: 0.5s;
}
.home-products-icon:hover h5 {
    color: #64676c;
}
@media(min-width:992px){
.home-products-icon:hover img {
    transform: translateY(-15px);
}}
.home-products-icon img {
    margin-bottom: 10px;
  transition: 0.5s;
}
.home-products-icon h5:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background: #64676c;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
}
.home-products-icon:hover h5:before {
    background: #686868;
}
.home-products-icon {
    margin-bottom: 50px;
}


.career-position h5 {
    font-size: 22px;
    font-weight: 800;
    position: relative;
  transition: 0.5s;
}
.career-position h5:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background: #64676c;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}

/*food-grade-icon*/

.food-grade-icon img {
    width: 180px;
    height: auto;
}
@media(max-width:992px){
.food-grade-icon img {
    width: 120px;
    height: auto;
}
}

/*img-moving-001*/
.img-moving-001, .floating {
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

/*Contact-icon-001*/
.Contact-icon-001 img {
    width: 40px;
    height: 40px;
    border: 1px solid #64676c;
    border-radius: 1000px;
    margin-bottom: 10px;
    transition: 0.5s;
    filter: grayscale(1);
}
.Contact-icon-001h4 {
    font-size: 18px;
}
.Contact-icon-001 {
    margin-bottom: 25px;
}

.threeD-content-inner img {
    width: 80px;
    height: auto;
    margin: auto;
    filter: invert(1);
}


/*affiliated-logo*/
.affiliated-logo img {
    transition: 0.3s;
  max-width: 150px;
  height: auto;
}
.affiliated-logo img:hover {transform: scale(1.3);}

/*aropak*/
.aropak-title {
    border: 1px solid #64676c;
    padding: 30px !IMPORTANT;
}
.aropak-title img {
    width: 60px;
    height: auto;
    animation: scale;
    animation: scale 3s ease-in-out infinite;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}

.Home-icon-001 img {
    border: none;
}

.rounded-img img {
    border: none;
}

.career-position img {
    border: none;
}

.Contact-icon-001 img {
    border: none;
}