.wave-circle-1 {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
}

.wave-circle-2 {
  position: absolute;
  bottom: -30%;
  left: 40%;
  transform: translate(-40%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
}

.wave-circle-3 {
  position: absolute;
  bottom: -10%;
  right: 20%;
  transform: translate(-20%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
}

.circle {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #CE181E;
  position: relative;
  transition: height .25s ease, width .25s ease;
  cursor: pointer;
}

.wave-circle-1 .circle {
  height: 60px;
  width: 60px;
}

.wave-circle-1 .circle:hover {
  height: 80px;
  width: 80px;
}

.wave-circle-3 .circle {
  height: 180px;
  width: 180px;
}

.wave-circle-3 .circle:hover {
  height: 220px;
  width: 220px;
}

.circle:hover {
  height: 130px;
  width: 130px;
}

.circle:before,
.circle:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #CE181E;
}

.circle:before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

.circle:after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.wave-circle-1 .circle:before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple2 2s linear infinite;
}

.wave-circle-1 .circle:after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple2 2s linear 1s infinite;
}

.wave-circle-3 .circle:before {
  -webkit-animation: ripple2 2s linear infinite;
  animation: ripple2 2s linear infinite;
}

.wave-circle-3 .circle:after {
  -webkit-animation: ripple2 2s linear 1s infinite;
  animation: ripple2 2s linear 1s infinite;
}

.circle:hover:before,
.circle:hover:after {
  -webkit-animation: none;
  animation: none;
}

.line-height-title-section {
  line-height: 85.33px;
}

.wp-mobie-display {
  display: none;
}

.wp-pc-display {
  display: flex
}

.wp-our-core-value .col {
  padding: 0px !important
}

@media screen and (max-width: 1024px) {
  .responsive-scroll {
    display: none !important;
  }

  /* 	add */
  .section-home-10 {
    padding-bottom: 0px !important
  }

  .wp-our-core-value .col {
    padding: 0px !important
  }

  .wave-circle-1-mobie {
    left: 80%;
  }

  .wave-circle-1 .circle {
    height: 35px;
    width: 35px;
  }

  .wave-circle-2 {
    left: 10%;
    bottom: 10%;
    width: 100px;
    height: 100px;
  }

  .wave-circle-2 .circle {
    height: 45px;
    width: 45px;
  }

  .wave-circle-2 .circle:hover {
    height: 75px;
    width: 75px;
  }

  .wave-circle-3 {
    right: 0;
    bottom: 0;
    transform: none;
    width: 150px;
    height: 150px;
  }

  .wave-circle-3 .circle {
    height: 60px;
    width: 60px;
  }

  .wave-circle-3 .circle:hover {
    height: 90px;
    width: 90px;
  }

  .title-content {
    font-size: 21px !important;
  }

  /* 	 end  */
  .padding-mobie-core-value.col>.col-inner {
    padding: 10px 20px !important;
  }

  .section-home-02 {
    padding-left: 15px !important;
  }

  .title-our-value-mb {
    padding-left: 15px !important
  }

  .wpcf7 input[type="file"] {
    width: 175px;
  }

  .attach-file-custom::before {
    content: 'Attach file';
    color: rgba(191, 191, 191, 1);
    display: inline-block;
    background-color: white;
    border: 2px solid rgba(206, 24, 30, 1);
    border-radius: 9999px;
    padding: 12px 20px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 1px;
    font-size: 12px;
    width: 7rem;
    height: 3rem;
  }

  .mobie-form-custom-p {
    width: 7rem;
    height: 3rem;
    font-size: 12px;
  }

  .section-home-10 {
    padding-left: 0px !important;
  }

  footer .row.large-columns-4 {
    max-width: 90% !important;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
  }

  footer .footer-about-us {
    margin-left: 0px;
  }

  .line-height-title-section {
    line-height: 31.69px;
  }

  .pl-pr-mobie .col {
    padding-left: 9px;
    padding-right: 9px;
  }

  .mobie-content-pt {
    padding-top: 30px;
  }

  /** add **/
  .wp-pc-display {
    display: none
  }

  .wp-mobie-display {
    display: flex
  }
}

@media (min-width: 600px) and (max-width: 1024px) {
  .container {
    max-width: 1024px !important;
  }

  .text-partnership {
    font-size: 2.75rem
  }

}

body {
  font-family: Montserrat !important;
}

.sub-item-service:hover,
.btn-browse-all:hover {
  color: white;
}

.contact-us-hover:hover {
  background-color: #f93535;
}

.contact-us-hover {
  background-color: #CE181E
}

.industry-box div span {
  transition: all 0.1s ease !important;
}

.wp-hidden {
  display: none;
}

.pl-home-our {
  /* 	padding-left: 95px !important; */
}

/*fix bug */

.rm-padding .col {
  padding-bottom: 0px !important;
}

.title-content {
  width: 40%;
}

@media screen and (max-width: 1024px) {
  .width-column {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .title-content {
    width: 401px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-top: -48px;
  }
	.logo-magRabibit .img-inner {
		padding-top: 92px !important;
	}
	.logo-vdx .img-inner {
		padding-top: 48px !important;
	}
}

@media (min-width: 1024px) and (max-width: 1530px) {
  .title-content {
    max-width: 60%;
	  width: 60%;
  }
	.logo-magRabibit .img-inner {
		padding-top: 125px !important;
	}
	.logo-vdx .img-inner {
		padding-top: 67px !important;
	}
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.logo-magRabibit .img-inner {
		padding-top: 100px !important;
	}
	.logo-vdx .img-inner {
		padding-top: 50px !important;
	}
}

@media screen and (max-width: 1365px) {
  .responsive-mobile-b {
    display: block !important;
    height: unset !important
  }

  .responsive-desktop-b {
    display: none !important;
  }

  .container {
    max-width: 1365px !important;
  }

  .wave-circle-3 {
    right: 8%;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.text-services-deliver {
		font-size: 20px!important;
	}
	
	.text-services-deliver-detail {
		font-size: 16px!important;
	}
}

@media (min-width: 1000px) and (max-width: 1024px) {
	.text-technologies-use {
		font-size: 26px!important;
	}
	
	.text-browse-all {
		font-size: 14px!important;
	}
	
	.div-text-browse-all {
		width: 120px!important;
		height: 40px!important;
	}
	
	.div-text-browse-all-stories {
		width: 275px!important;
    	height: 55px!important;
	}
	
	.text-browse-all-stories {
		font-size: 16px!important;
	}
	
	.div-text-explore-further {
		width: 180px!important;
		height: 40px!important;
	}
	
	.text-explore-further {
		font-size: 14px!important;
    	margin-top: unset!important;
	}
}


@media (min-width: 850px) and (max-width: 1024px) {
	.font-size-technologies-home {
		font-size: 20px!important;
	}
	
	.technology-action {
		text-transform: none!important;
	}
	
	.text-technologies-use {
		font-size: 26px!important
	}
	
	.div-text-browse-all {
		width: 120px!important;
		height: 40px!important;
	}
	
	.text-browse-all {
		font-size: 14px!important;
	}
	
	.div-icon-technologies {
		width: 60px!important;
		height: 60px!important;
	}
}

@media (max-width: 520px) {
	.wave-circle-3 {
		right: -8%;
	}
}

