header {
  background-color: transparent;
}

.Hero_Home {
  padding-top: 250px;
  padding-top: 220px;
  padding: 88px 60px 0;
  margin: 0 0;
  position: relative;
  height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Hero_Home .square_texture {
  height: 140vh;
}
.Hero_Home h1 {
  position: relative;
  color: #FF8466;
  margin: 0 0 0.5rem;
  padding: 0;
  overflow: hidden;
  font-size: 9rem;
  line-height: 9rem;
  height: 10rem;
  font-size: 12rem;
  line-height: 12rem;
  height: 13rem;
}
.Hero_Home h1 span {
  position: absolute;
  left: 0;
  top: 0;
}
.Hero_Home h1, .Hero_Home h2 {
  font-weight: 600;
}
.Hero_Home h2 {
  font-size: 4.5rem;
  line-height: 4rem;
  font-size: 6rem;
  line-height: 6rem;
}
.Hero_Home .drawbg.vt {
  right: -12rem;
  width: 11rem;
  top: 0.8rem;
  height: 5.2rem;
  display: flex;
}
.Hero_Home .drawbg.vt img {
  width: 5.2rem;
}
.Hero_Home .drawbg.vt img:last-child {
  left: 5.2rem;
}
@media screen and (max-width: 1536px) {
  .Hero_Home h1 {
    font-size: 10rem;
    line-height: 10rem;
    height: 11rem;
  }
  .Hero_Home h2 {
    font-size: 5rem;
    line-height: 5rem;
  }
  .Hero_Home .drawbg.vt {
    right: -10rem;
    width: 9rem;
    top: 0.6rem;
    height: 4.4rem;
    display: flex;
  }
  .Hero_Home .drawbg.vt img {
    width: 4.4rem;
  }
  .Hero_Home .drawbg.vt img:last-child {
    left: 4.4rem;
  }
}
@media screen and (max-width: 1400px) {
  .Hero_Home h1 {
    font-size: 8rem;
    line-height: 8rem;
    height: 9rem;
  }
  .Hero_Home h2 {
    font-size: 4rem;
    line-height: 4rem;
  }
  .Hero_Home .drawbg.vt {
    right: -8rem;
    width: 7rem;
    top: 0.5rem;
    height: 3.4rem;
    display: flex;
  }
  .Hero_Home .drawbg.vt img {
    width: 3.4rem;
  }
  .Hero_Home .drawbg.vt img:last-child {
    left: 3.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .Hero_Home h1 {
    font-size: 7rem;
    line-height: 7rem;
    height: 8rem;
  }
  .Hero_Home h2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  .Hero_Home .drawbg.vt {
    right: -8rem;
    width: 7rem;
    top: 0.5rem;
    height: 3.4rem;
    display: flex;
  }
  .Hero_Home .drawbg.vt img {
    width: 3.4rem;
  }
  .Hero_Home .drawbg.vt img:last-child {
    left: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .Hero_Home {
    padding: 169px 15px 100px;
    height: auto;
    padding: 189px 15px 80px;
  }
  .Hero_Home h1 {
    font-size: 3.3rem;
    line-height: 3.3rem;
    height: 3.6rem;
  }
  .Hero_Home h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .Hero_Home .drawbg.vt {
    right: -4rem;
    width: 3.6rem;
    top: 0.1rem;
    height: 1.8rem;
    display: flex;
  }
  .Hero_Home .drawbg.vt img {
    width: 1.8rem;
  }
  .Hero_Home .drawbg.vt img:last-child {
    left: 1.8rem;
  }
  .Hero_Home .square_texture {
    height: 100vh;
  }
}

.changeTextani div .border81 {
  display: inline-block;
  animation: bounce-changeText 2s infinite linear;
  opacity: 0;
}

@keyframes bounce-changeText {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  15% {
    transform: translateY(0%);
    opacity: 1;
  }
  85% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 1;
  }
}
.Projects_Home {
  overflow: hidden;
  padding-top: 40px;
}
.Projects_Home .container, .Projects_Home .container-lg, .Projects_Home .container-md, .Projects_Home .container-sm, .Projects_Home .container-xl, .Projects_Home .container-xxl {
  max-width: 960px;
}
.Projects_Home .projects {
  position: relative;
}
.Projects_Home .projects .freshpicked {
  width: 140px;
  height: 140px;
  background: url(../images/home/projects/ic_freshly_picked.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: calc(100% - 280px);
  top: -38px;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.Projects_Home .projects .freshpicked span {
  font-size: 1rem;
  line-height: 1.3rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.Projects_Home .projects #freshpicked.active {
  position: fixed;
}
.Projects_Home .projects .project {
  transform-origin: top;
  position: relative;
  padding: 30px 0px 50px;
  opacity: 0;
  overflow: hidden;
  height: calc(100vh + 300px);
  overflow: hidden;
}
.Projects_Home .projects .project .mainimg {
  position: relative;
  width: calc(100% - 120px);
  height: calc(100vh - 80px);
  overflow: hidden;
  border-radius: 24px;
  margin: 0 60px;
}
.Projects_Home .projects .project .mainimg img {
  width: 100%;
  border-radius: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Projects_Home .projects .project .fw-60 {
  width: calc(100% - 120px);
  margin: 0 60px;
}
.Projects_Home .projects .project.project_ac {
  opacity: 1;
}
.Projects_Home .projects .project.project_ac1, .Projects_Home .projects .project.projectlast {
  opacity: 1;
}
.Projects_Home .projects .project.projectlast {
  height: calc(100vh - 0px);
}
.Projects_Home .projects .project .desc {
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding: 0 0;
}
.Projects_Home .projects .project .desc h5, .Projects_Home .projects .project .desc p {
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.Projects_Home .projects .project .desc p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
}
.Projects_Home .projects .project .desc h5 {
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 2.3rem;
}
.Projects_Home .projects .project .desc.descsecond {
  z-index: 0;
}
.Projects_Home .projects .project .desc.descsecond:before {
  content: "";
  height: 100%;
  z-index: -1;
  width: calc(100% - 0px);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f05054;
  filter: blur(20px);
  transform: scale(1);
}
.Projects_Home .projects .project .container {
  height: auto;
  padding: 0;
  border-radius: 25px;
}
.Projects_Home .projects .project .logoic {
  width: 250px;
  height: 72px;
  display: inline-block;
  position: absolute;
  left: 100px;
  top: 70px;
  z-index: 1;
}
.Projects_Home .projects .project .cursorbtnHoverEffect {
  height: 100%;
  z-index: 1111;
}
.Projects_Home .projects .project .cursorbtnHoverEffect .cursor {
  display: none;
  opacity: 0;
  transition: all 0.1s linear;
  position: absolute;
  cursor: pointer;
  background-color: rgba(37, 36, 36, 0.85);
  border-radius: 126px;
  font-size: 1rem;
  line-height: 1.3rem;
  color: #fff;
  width: 126px;
  height: 126px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.Projects_Home .projects .project .cursorbtnHoverEffect .cursor span {
  color: #fff;
}
.Projects_Home .projects .project .cursorbtnHoverEffect .cursor2 {
  background-color: rgba(255, 0, 0, 0.3);
  width: 130px;
  height: 130px;
}
.Projects_Home .projects .btncircle {
  margin-top: 50px;
}
.Projects_Home .projects .scrollmagic-pin-spacer:nth-child(4) .logoic {
  transform: scale(1.3);
  transform-origin: left top;
}
.Projects_Home .projects .scrollmagic-pin-spacer:nth-child(5) .logoic {
  transform: scale(1.2);
  transform-origin: left top;
}
.Projects_Home .projects .scrollmagic-pin-spacer:nth-child(6) .logoic {
  transform: scale(1.2);
  transform-origin: left top;
}
@media screen and (max-width: 767px) {
  .Projects_Home .projects .freshpicked {
    width: 100px;
    height: 100px;
    left: calc(100% - 150px);
    top: 0;
  }
  .Projects_Home .projects .freshpicked span {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .Projects_Home .projects .project .logoic {
    width: 180px;
    height: 53px;
    left: 40px;
  }
  .Projects_Home .projects .project .mainimg {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
  .Projects_Home .projects .project .mainimg img {
    height: 100%;
    width: auto;
  }
  .Projects_Home .projects .project .mainimg .cursorbtnHoverEffect .cursor {
    width: 100px;
    height: 100px;
    opacity: 1;
    display: flex;
  }
  .Projects_Home .projects .project .mainimg .cursorbtnHoverEffect .cursor span {
    font-size: 0.86rem;
    line-height: 1.1rem;
  }
  .Projects_Home .projects .project .desc {
    padding: 25px 20px;
    bottom: 0;
    left: 0;
  }
  .Projects_Home .projects .project .desc p {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .Projects_Home .projects .project .desc h5 {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 10px;
  }
}

.Working_home {
  padding-bottom: 30px;
}
.Working_home .headsec {
  padding: 50px 0 20px;
}
.Working_home .headsec h6 {
  font-weight: 300;
}
.Working_home .headsec h6 strong {
  color: #FF8466;
  font-weight: 600;
}
.Working_home .contentsec .content {
  transition: all 0.3s linear;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #252424;
}
.Working_home .contentsec .content h2 {
  width: 33.33%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
}
.Working_home .contentsec .content h2 span {
  margin-left: 1.8rem;
}
.Working_home .contentsec .content .divimg {
  position: relative;
  opacity: 0;
  transition: all 0.3s linear;
  z-index: 111;
}
.Working_home .contentsec .content .divimg img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
}
.Working_home .contentsec .content p {
  width: 33.33%;
}
.Working_home .contentsec .content:hover .divimg {
  opacity: 1;
  transition: all 0.3s linear;
  transform: scale(1.1);
}
.Working_home .contentsec .content:last-child h2 img {
  transform: scale(0.9);
}
.Working_home .content {
  padding: 50px 0;
}
.Working_home h2 img {
  width: 4rem;
}
.Working_home p {
  font-size: 1.2rem;
  line-height: 2.5rem;
}
.Working_home .divimg {
  width: 200px;
  height: 240px;
}
.Working_home .divimg img {
  width: 200px;
  height: 240px;
}
@media screen and (max-width: 1536px) {
  .Working_home .content {
    padding: 40px 0;
  }
  .Working_home h2 img {
    width: 3.6rem;
  }
  .Working_home p {
    font-size: 1.1rem;
    line-height: 2.3rem;
  }
  .Working_home .divimg {
    width: 180px;
    height: 216px;
  }
  .Working_home .divimg img {
    width: 180px;
    height: 216px;
  }
}
@media screen and (max-width: 1400px) {
  .Working_home .content {
    padding: 36px 0;
  }
  .Working_home h2 img {
    width: 3rem;
  }
  .Working_home p {
    font-size: 1rem;
    line-height: 2rem;
  }
  .Working_home .divimg {
    width: 150px;
    height: 180px;
  }
  .Working_home .divimg img {
    width: 150px;
    height: 180px;
  }
}
@media screen and (max-width: 1200px) {
  .Working_home .content {
    padding: 25px 0;
  }
  .Working_home h2 img {
    width: 2rem;
  }
  .Working_home p {
    font-size: 1rem;
    line-height: 2rem;
  }
  .Working_home .divimg {
    width: 130px;
    height: 156px;
  }
  .Working_home .divimg img {
    width: 130px;
    height: 156px;
  }
}
@media screen and (max-width: 767px) {
  .Working_home .headsec {
    padding-top: 0px;
  }
  .Working_home .contentsec .content {
    padding: 32px 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    align-items: flex-start;
  }
  .Working_home .contentsec .content h2 {
    grid-column: 1/3;
    width: 100%;
    position: relative;
  }
  .Working_home .contentsec .content h2 img {
    width: 2.6rem;
  }
  .Working_home .contentsec .content h2 strong {
    position: absolute;
    left: auto;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #252424;
    border-radius: 100px;
  }
  .Working_home .contentsec .content h2 strong::before {
    content: "";
    width: 18px;
    height: 2px;
    border-radius: 2px;
    display: inline-block;
    background-color: #fff;
    z-index: 1;
    font-size: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .Working_home .contentsec .content h2 strong::after {
    content: "";
    width: 2px;
    height: 18px;
    border-radius: 2px;
    display: inline-block;
    background-color: #fff;
    z-index: 1;
    font-size: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .Working_home .contentsec .content p {
    font-size: 0.8rem;
    line-height: 1.4rem;
    width: 100%;
  }
  .Working_home .contentsec .content .divimg {
    width: 160px;
    padding-top: 5px;
    height: auto;
    opacity: 1;
    padding-right: 25px;
    transform: scale(1) !important;
  }
  .Working_home .contentsec .content .divimg img {
    width: 100%;
    height: auto;
    position: relative;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    border-radius: 10px;
  }
  .Working_home .contentsec .content .rightside {
    display: none;
    margin-top: 32px;
  }
  .Working_home .contentsec .content.accordshow h2 strong::after {
    display: none;
  }
}

.Team_Home {
  position: relative;
  padding: 40px 0 80px;
  background-color: #F3F3F3;
}
.Team_Home .headsec {
  align-items: center;
}
.Team_Home .headsec h2.title {
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.Team_Home .headsec h2.title img {
  width: 4rem;
}
.Team_Home .headsec h2.title .texttitle {
  margin-left: 1rem;
  position: relative;
  z-index: 1;
}
.Team_Home .headsec h2.title .drawbg {
  position: absolute;
  right: -90px;
  width: 120px;
  height: 120px;
  left: auto;
  top: 60px;
}
.Team_Home .headsec h2.title .drawbg img {
  width: 120px;
  height: 120px;
}
.Team_Home .headsec h2.title .drawbg {
  position: absolute;
  right: -50px;
  width: 100px;
  height: 100px;
  left: auto;
  top: 60px;
}
.Team_Home .headsec h2.title .drawbg img {
  width: 100px;
  height: 100px;
}
.Team_Home .headsec p {
  margin: 0px;
}
.Team_Home #wipe_specialiseParentHeader {
  z-index: 1;
  transition: all 0.1s linear;
  position: relative;
  padding-top: 20px;
}
.Team_Home .teambtn .linedraw {
  width: 120px;
  height: 120px;
  z-index: 1;
  top: 60px;
}
.Team_Home .teambtn .linedraw .btncircle span {
  margin: 0;
}
.Team_Home .teambtn .linedraw .btncircle .circleBtn:hover {
  background: #F3F3F3;
}
.Team_Home .specialisecontent {
  position: relative;
  overflow: hidden;
  padding-top: 64px;
}
.Team_Home .specialisecontent #wipe_specialise {
  display: flex;
  transform: translateX(36vw);
}
.Team_Home .specialisecontent #wipe_specialise img {
  margin: 0 4vw 0 0;
  width: 28vw;
  height: auto;
  border-radius: 20px;
}
.Team_Home .specialisecontent #wipe_specialise img.fixedPin {
  inset: auto !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.Team_Home #we_specialiseslider {
  display: flex;
  padding: 50px 0;
  z-index: 0;
}
.Team_Home #we_specialiseslider img {
  border-radius: 24px;
}
@media screen and (max-width: 1536px) {
  .Team_Home .headsec h2.title img {
    width: 3.6rem;
  }
  .Team_Home .specialisecontent #wipe_specialise {
    transform: translateX(33vw);
  }
  .Team_Home .specialisecontent #wipe_specialise img {
    margin: 0 4vw 0 0;
    width: 33vw;
  }
}
@media screen and (max-width: 1400px) {
  .Team_Home .headsec h2.title img {
    width: 3rem;
  }
  .Team_Home .specialisecontent #wipe_specialise {
    transform: translateX(36vw);
  }
  .Team_Home .specialisecontent #wipe_specialise img {
    margin: 0 4vw 0 0;
    width: 27vw;
  }
}
@media screen and (max-width: 1200px) {
  .Team_Home .headsec h2.title img {
    width: 2rem;
  }
  .Team_Home .specialisecontent #wipe_specialise {
    transform: translateX(30vw);
  }
  .Team_Home .specialisecontent #wipe_specialise img {
    margin: 0 4vw 0 0;
    width: 42vw;
  }
}
@media screen and (max-width: 767px) {
  .Team_Home {
    padding: 0;
  }
  .Team_Home #Team_trigger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }
  .Team_Home .headsec h2.title img {
    width: 2.6rem;
  }
  .Team_Home .headsec h2.title .texttitle {
    margin-left: 0.5rem;
  }
  .Team_Home .headsec h2.title .drawbg {
    width: 90px;
    height: 90px;
    right: -30px;
    top: 40px;
    transform: rotate(45deg);
  }
  .Team_Home .headsec h2.title .drawbg img {
    width: 90px;
    height: 90px;
  }
  .Team_Home .headsec p {
    padding-right: 60px;
    position: relative;
    z-index: 1;
    margin-top: 10px;
  }
  .Team_Home #wipe_specialiseParentHeader {
    padding-top: 40px;
  }
  .Team_Home .specialisecontent {
    padding-top: 50px;
  }
  .Team_Home .specialisecontent #wipe_specialise {
    transform: translateX(12vw);
  }
  .Team_Home .specialisecontent #wipe_specialise img {
    margin: 0 4vw 0 0;
    width: 72vw;
  }
  .Team_Home .teambtn .linedraw {
    top: 0px;
    transform: none;
    left: auto;
    right: calc(var(--bs-gutter-x) * 0.5 + 15px);
    width: 100px;
    height: 100px;
  }
  .Team_Home .marquee {
    padding: 50px 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .Team_Home .marquee .marquee-content {
    display: inline-block;
    animation: scroll 30s linear infinite;
  }
  .Team_Home .marquee .marquee-content img {
    width: 72vw;
    margin: 0 2vw;
    border-radius: 24px;
    vertical-align: middle;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
}

.Testimonial_Home {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 60px 60px;
}
.Testimonial_Home::-webkit-scrollbar {
  display: none;
}
.Testimonial_Home .Testimonial_Home_inside {
  overflow: hidden;
  border-radius: 30px;
  padding: 60px 40px;
  /* width */
}
.Testimonial_Home .TestimonialSlider .slide .quote {
  width: 40px;
  height: 36px;
  display: inline-block;
}
.Testimonial_Home .TestimonialSlider .slide .content {
  min-height: 300px;
  margin: 30px 0 40px;
}
.Testimonial_Home .TestimonialSlider .slide .content p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.3rem;
}
.Testimonial_Home .TestimonialSlider .slide .desc h5 {
  line-height: 1.2rem;
  font-weight: 600;
  color: #fff;
  display: inline-block;
}
.Testimonial_Home .TestimonialSlider .slide .desc h5 .drawbg span {
  background-color: #252424;
}
.Testimonial_Home .TestimonialSlider .slide .desc h6 {
  margin: 10px 0 0;
  font-weight: 400;
  color: #fff;
}
.Testimonial_Home .TestimonialSlider .slide .desc img {
  width: 120px !important;
}
.Testimonial_Home .TestimonialSlider .owl-nav {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .Testimonial_Home {
    padding: 0 calc(var(--bs-gutter-x) * 0.5 + 15px) 60px;
  }
  .Testimonial_Home .TestimonialSlider {
    padding: 0 15px;
  }
  .Testimonial_Home .TestimonialSlider .owl-nav {
    position: relative;
    margin-top: 30px;
  }
  .Testimonial_Home .TestimonialSlider .slide .content {
    min-height: 261px;
  }
  .Testimonial_Home .TestimonialSlider .slide .content p {
    font-size: 0.85rem;
    line-height: 1.2rem;
  }
  .Testimonial_Home .Testimonial_Home_inside {
    padding: 40px 15px;
  }
}

#testpin {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  border-radius: 24px;
  overflow: hidden;
}
#testpin span {
  width: 100%;
  height: 100%;
  background-color: #252424;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  border-radius: 24px;
  overflow: hidden;
}

.footerBG {
  overflow: hidden;
  border-radius: 24px;
}

.footerBGmain {
  padding-bottom: 336px;
}

#testpintrigger {
  height: 0px;
  background-color: red;
  z-index: 111111111111111100;
  position: absolute;
  left: 0;
  bottom: 336px;
}

#testpintriggerFooter {
  height: 0px;
  background-color: red;
  z-index: 111111111111111100;
  position: absolute;
  left: 0;
  top: 336px;
}

footer.footeractive {
  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100%;
}

.companykeepMain .container-fluid {
  padding: 0;
}

.companykeep {
  padding: 60px 0 60px 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.companykeep h2 {
  white-space: nowrap;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
.companykeep h2 .drawbg {
  top: 36px;
}
.companykeep h2 .drawbg span {
  background-color: #fff;
}
.companykeep h2 .drawbg img {
  width: 80%;
  height: auto;
}
.companykeep h2::after {
  width: 200px;
  height: 100%;
  position: absolute;
  left: calc(100% + 0px);
  top: 0;
  content: "";
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(161, 219, 255, 0) 100%);
}
.companykeep .brand_by_images {
  overflow: hidden;
}
.companykeep .brand_by_images .marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.companykeep .brand_by_images .marquee .marquee-content {
  display: inline-block;
  animation: scroll 20s linear infinite;
}
.companykeep .brand_by_images .marquee .marquee-content img {
  height: 110px;
  margin: 0 42px;
  vertical-align: middle;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .companykeep {
    z-index: -1;
    position: relative;
    flex-direction: column;
    padding: 30px 0;
  }
  .companykeep h2 {
    background-color: #fff;
    width: auto;
    display: inline-block;
    margin-bottom: 30px;
    padding-left: 20px;
    font-size: 1.9rem;
  }
  .companykeep h2 .drawbg {
    top: 22px;
  }
  .companykeep h2 br {
    display: none;
  }
  .companykeep .brand_by_images .marquee .marquee-content {
    animation: scroll 20s linear infinite;
  }
  .companykeep .brand_by_images .marquee .marquee-content img {
    height: 65px;
    margin: 0 15px;
  }
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
}

.scroll-container {
  width: 100%;
  overflow: hidden;
}

.scroll-content {
  display: flex;
  animation: scroll-left linear infinite;
}

.image-set {
  display: flex;
}

.scroll-content img {
  height: auto;
  width: auto;
  max-height: 200px;
  margin-right: 10px;
  display: block;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.my-owl-nav {
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: 111;
}
.my-owl-nav .my-next-button, .my-owl-nav .my-prev-button {
  width: 52px;
  height: 52px;
  margin: 0 20px 0 0;
}
.my-owl-nav .my-next-button .childdiv, .my-owl-nav .my-prev-button .childdiv {
  width: 42px;
  height: 42px;
}
.my-owl-nav .my-next-button .childdiv:before, .my-owl-nav .my-prev-button .childdiv:before {
  width: 42px;
  height: 42px;
  background-color: #FF8466;
  opacity: 0.5;
}
.my-owl-nav .my-next-button a.circleBtn, .my-owl-nav .my-prev-button a.circleBtn {
  width: 52px;
  height: 52px;
}
.my-owl-nav .my-next-button a.circleBtn .changePos_txt span, .my-owl-nav .my-prev-button a.circleBtn .changePos_txt span {
  width: 52px;
  height: 52px;
  background: url(../images/home/arrow.svg) no-repeat center center !important;
  background-size: cover !important;
}
.my-owl-nav .my-next-button a.circleBtn .chnagePos, .my-owl-nav .my-prev-button a.circleBtn .chnagePos {
  width: 52px;
  height: 52px;
}
.my-owl-nav .my-next-button:hover a.circleBtn .changePos_txt span, .my-owl-nav .my-prev-button:hover a.circleBtn .changePos_txt span {
  filter: invert(1);
}
.my-owl-nav .my-next-button a.circleBtn .changePos_txt {
  transform: translate(-50%, -50%) scaleX(-1);
}
@media screen and (max-width: 767px) {
  .my-owl-nav {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 111;
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
  }
}/*# sourceMappingURL=home.css.map */