.home-products .overlay{
  padding: 20px !important;
  
}

.home-products h6{
  background-color: #fccb06;
  color: rgb(255, 255, 255);
  width: 10px;
  padding: 10px 20px;
  font-weight: 600;
}

.home-products h1{
  color: rgb(255, 255, 255);
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.home-products h2{
  position: absolute;
  top: 60%;
  font-size: 20px;
  line-height: 20px;
}

.home-about img{
  margin-bottom: 50px;
  border-radius: 50px 10px;
}

hr {
  border-top: 1px solid #fccb06;
}

.about-globe {
  position: absolute;
  top: 316px;
  left: 482px;
  z-index: 1;
  transform: rotate(38deg);
  width: 500px;
}

@media screen and (min-width:1200px) {
  .text-box2{
    height: 650px;
  }
}

@media screen and (max-width:1200px) {
  .text-box2{
    height: 900px;
  }
}

@media screen and (max-width:990px) {
  .text-box2{
    height: auto;
  }
}

.brand-page ul li::before{
  content: "🔸 ";
}

/* slider brand / product */
.sync-carousel .item {
  padding: 0;
  margin: 0 0 30px 0;
  color: #FFF;
}

.sync-carousel[data-role="thumbnail"] {
  width: 100%;
  margin: 0 auto;
}

.sync-carousel[data-role="thumbnail"] .item {
  padding: 0;
  margin: 0 10px 0 0;
  color: #FFF;
  border: 1px solid #101010;
  cursor: pointer;
}

.carousel_holder {
  width: 100%;
  padding: 0;
  margin: 0;
  float: left;
}

.sync-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}

.owl-btn-style-1 .owl-theme .owl-controls .owl-buttons .owl-prev {
  background-color: #fc4242;
  border-radius: 0;
  opacity: 1;
}

@media only screen and (max-width: 480px) {
  .sync-carousel[data-role="thumbnail"] {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (max-width: 320px) {
  .sync-carousel[data-role="thumbnail"] {
    width: 100%;
    margin: 0;
  }
}

.krtx-bg-prlx{
  background-image: linear-gradient(216deg, rgba(77, 77, 77,0.05) 0%, rgba(77, 77, 77,0.05) 25%,rgba(42, 42, 42,0.05) 25%, rgba(42, 42, 42,0.05) 38%,rgba(223, 223, 223,0.05) 38%, rgba(223, 223, 223,0.05) 75%,rgba(36, 36, 36,0.05) 75%, rgba(36, 36, 36,0.05) 100%),linear-gradient(44deg, rgba(128, 128, 128,0.05) 0%, rgba(128, 128, 128,0.05) 34%,rgba(212, 212, 212,0.05) 34%, rgba(212, 212, 212,0.05) 57%,rgba(25, 25, 25,0.05) 57%, rgba(25, 25, 25,0.05) 89%,rgba(135, 135, 135,0.05) 89%, rgba(135, 135, 135,0.05) 100%),linear-gradient(241deg, rgba(55, 55, 55,0.05) 0%, rgba(55, 55, 55,0.05) 14%,rgba(209, 209, 209,0.05) 14%, rgba(209, 209, 209,0.05) 60%,rgba(245, 245, 245,0.05) 60%, rgba(245, 245, 245,0.05) 69%,rgba(164, 164, 164,0.05) 69%, rgba(164, 164, 164,0.05) 100%),linear-gradient(249deg, rgba(248, 248, 248,0.05) 0%, rgba(248, 248, 248,0.05) 32%,rgba(148, 148, 148,0.05) 32%, rgba(148, 148, 148,0.05) 35%,rgba(202, 202, 202,0.05) 35%, rgba(202, 202, 202,0.05) 51%,rgba(181, 181, 181,0.05) 51%, rgba(181, 181, 181,0.05) 100%),linear-gradient(92deg, hsl(214,0%,11%),hsl(214,0%,11%));
  /* min-height: 500px; */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
}

@media screen and (min-width:992px) and (max-width:1200px) {
  .kdesc{
    display: none;
  }
}

@media screen and (min-width:1200px) {
  .kdesc{
    display: none;
  }
}

.kbtn{
  background-color: white;
  margin-top: 20px;
  border-radius: 5px;
}

.brand-width img{
  width: 30%;
  
}

.yellow-text{
  color: #fccb06;
}

.kbtn-pro {
  background-color: #fccb06;
  border-radius: 5px;
  transition: ease .3s;
  padding: 10px 15px;
  font-weight: 600;
  margin-top: 30px;
  color: #727272;
  letter-spacing: 1px;
  font-size: 15px;
}

.kbtn-pro:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  color: #fff;
}

.mt-30 {
  margin-top:30px;
  display: flex;
}

.pad-20 {
  padding: 20px !important;
}

.floating {
  position: fixed;
  bottom: 70px;
  right: 10px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

.floating img {
  width: 150px;
}

.fab-icon {
  margin-top: 10px;
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
    transform: translatey(0px);
  }
}

.modal-body a {
  color: #fccb06;
}

.fact span{
  position: relative;
  font-weight: 700;
  color: #fccb06 !important;
}

.fact h4 {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #fccb06;
  margin-top: 20px;
  font-size: 18px;
}

.va img {
  width: 100%;
  display: block;
  transition: ease-in-out .3s all;
}

.va .col-lg-2 {
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}

.va .fa-check {
  color: #fccb06 !important;
}

/* .va li {
transition: ease .3s all;
}

.va li:hover {
transform: scale(1.1);
} */

.va img:hover {
  transform: scale(1.4);
}

.footer-social-icons li a {
  font-size: 30px;
  margin: 0 20px;
}

.home4s p {
  font-size: 17px;
}

.home4s-mv h6{
  margin: 30px 0;
  font-size: 30px;
  font-weight: 800;
  color: #fccb06;
}

.home4s-mv p {
  font-size: 18px;
}

.contact-cs img{
  width: 100%;
  height: 265px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {

  
  #slide-2934-layer-5 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(33%, -170%);
    width: 190px !important;
    height: 155px !important;
  }
  
  .sli-btn {
    position: relative !important;
    left: 0;
    transform: translate(1%, 100%) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

}

.footer-logo {
  margin-bottom: 35px;
  width: 185px;
}