@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html,
body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  word-spacing: 0.15em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Serif", serif;
}

a {
  text-decoration: none;
  color: #666;
}

main {
  padding-top: 30px;
}

.fw-400 {
  font-weight: 400;
}

.font-size-35 {
  font-size: 35px !important;
}

a:hover {
  color: #666;
  text-decoration: none;
}

.z-index-50 {
  z-index: 50;
}

#home-image-desktop {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
  text-align: center;
  display: flex;
}

.language-korea .kr-font {
  font-family: "Spoqa Han Sans Neo", "Spoqa Han Sans JP", sans-serif !important;
}

.language-korea :where(p, .brief) {
  font-family: "Spoqa Han Sans Neo", "Spoqa Han Sans JP", sans-serif;
}

.language-korea #contact-section .wpcf7-form {
  font-family: "Nunito Sans", sans-serif;
}

.language-korea #contact-section .wpcf7-submit {
  font-family: "Spoqa Han Sans Neo", "Spoqa Han Sans JP", sans-serif;
}

.language-korea #portfolio-filters button.portfolioTab {
  font-family: "Nunito Sans", sans-serif;
}

.language-korea a .profile-designation,
.language-korea #people-profile .people-content p {
  font-family: "Spoqa Han Sans Neo", "Spoqa Han Sans JP", sans-serif;
}

.language-korea #people-profile .designation h5 {
  font-family: "Spoqa Han Sans Neo", "Spoqa Han Sans JP", sans-serif;
}

.language-korea #people-profile .single-profile-name {
  font-family: "Spoqa Han Sans Neo", "Spoqa Han Sans JP", sans-serif;
}

.language-korea #office-location-section .panel-body ul,
.language-korea #contact-hq-section .panel-body ul {
  font-family: "Nunito Sans", sans-serif;
}

.language-korea a .profile-firstname {
  font-family: "Spoqa Han Sans Neo", "Spoqa Han Sans JP", sans-serif;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.875rem;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

section {
  width: 100%;
}

.btn.btn-cta {
  color: #fff;
  background-color: #ba0c2f;
  border-radius: 2.25rem;
  padding: 10px 25px;
  text-transform: uppercase;
}

.navbar-brand {
  position: absolute;
  top: 0;
  left: 15px;
}
.navbar-brand img {
  height: 60px;
}

.fas {
  color: #c41635;
  text-align: center;
  line-height: 22px;
  font-size: 20px;
  position: relative;
  top: 2px;
}

.navbar-nav li {
  margin-left: 0.7rem;
  margin-right: 0.7rem;
  font-size: 0.88rem;
  margin-top: 1.5rem;
}
.navbar-nav li a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  font-size: 0.88rem;
  text-transform: uppercase;
}
.navbar-nav li a.nav-active {
  color: #ba0c2f;
}

.home-hero-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
  padding: 3rem 2rem;
  text-align: center;
  display: flex;
}
.home-hero-bg .banner-subtext {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.5rem;
}

.coversation-home-sec h4 {
  font-size: 22px;
}
.coversation-home-sec p {
  color: #383838;
  font-size: 13px;
}

.event-box a {
  background-color: #EDEBEB;
  display: block;
  padding: 4px 20px;
  margin-bottom: 15px;
  position: relative;
  color: #000;
  font-size: 14px;
}
.event-box a .event-title {
  font-size: 15px;
  font-weight: 700;
}
.event-box a::before {
  position: absolute;
  content: "";
  width: 2%;
  height: 100%;
  background-color: #BA1F31;
  top: 0;
  left: 0px;
  transition: 0.4s all;
}
.event-box a:hover {
  color: #fff;
}
.event-box a:hover::before {
  width: 100%;
}

#redhill-way {
  padding-bottom: 5rem;
}

.redhillWayText {
  font-size: 1.2rem;
  font-weight: 400;
  border-right: 1px solid #DDD;
}

.redhillWayBtnDiv {
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}

a.redhillWayBtn {
  display: block;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #414141;
  max-width: 180px;
  text-align: center;
  padding: 0.2rem 0.2rem;
  border-radius: 2rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  text-decoration: none;
}

a.redhillWayBtn:hover {
  background-color: #BA0C2F;
  color: #FFF;
}

.awards-block h2 {
  font-size: 30px;
}
.awards-block p {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #000;
}
.awards-block span {
  font-size: 19px;
  font-weight: 600;
  color: #000;
}

.award-left img {
  position: absolute;
  left: 0;
  top: -100px;
  width: 350px;
}

.award-right img {
  position: absolute;
  right: 0;
  top: -100px;
  width: 350px;
}

.award-box {
  background-color: #F8F8F8;
  padding: 10px;
  margin: 0 10px;
  transition: 0.5s all;
  min-height: 125px;
  display: flex;
  align-items: center;
  position: relative;
}
.award-box span {
  font-weight: 600;
}
.award-box .description p {
  margin-bottom: 0;
}
.award-box img {
  width: 100%;
}
.award-box:hover {
  background-color: #BA0C2F;
}
.award-box .award-img-box {
  width: 100px;
  height: 70px;
  display: flex;
  align-items: center;
}

.award-box:hover span,
.award-box:hover .description {
  color: #fff;
}

#case-study-categories .category {
  background-color: #EEE;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-weight: 100;
  color: #FFF;
  line-height: 1.2rem;
  padding: 0px 0px;
  position: relative;
}
#case-study-categories .category.single {
  margin-bottom: 15px;
  min-height: 300px;
}
#case-study-categories .category.double {
  margin-bottom: 15px;
  min-height: 142px;
}
#case-study-categories .category::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
#case-study-categories .category a.category-content {
  display: block;
  position: absolute;
  z-index: 200;
  padding: 1rem 1rem;
  color: #FFF;
  height: 100%;
  width: 100%;
}
#case-study-categories .category a.category-content h4 {
  font-weight: 100;
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: absolute;
  z-index: 200;
  bottom: 25px;
  padding-right: 2rem;
}
#case-study-categories .category a.category-content h4.hidden {
  opacity: 0;
}
#case-study-categories .category a.category-content .brief {
  position: absolute;
  z-index: 200;
  bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: 300;
}
#case-study-categories .category a.category-content .showMore {
  position: absolute;
  bottom: 2rem;
  right: 1rem;
  color: #FFF;
  display: none;
}
#case-study-categories .category a.category-content .showMore .fas {
  color: #FFF;
}
#case-study-categories .category a.category-content:hover {
  background-image: none;
  background-color: #c41635;
}
#case-study-categories .category a.category-content:hover h4 {
  opacity: 0;
}
#case-study-categories .category a.category-content:hover h4.hidden {
  opacity: 1;
}
#case-study-categories .category a.category-content:hover .brief {
  opacity: 0;
}
#case-study-categories .category a.category-content:hover .showMore {
  display: inline-block;
}

#expertise .category {
  background-color: #EEE;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-weight: 100;
  color: #FFF;
  line-height: 1.2rem;
  padding: 0px 0px;
  position: relative;
}
#expertise .category.single {
  margin-bottom: 15px;
  min-height: 300px;
}
#expertise .category::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
#expertise .category a.category-content {
  display: block;
  position: absolute;
  z-index: 200;
  padding: 1.2rem 1.2rem;
  color: #FFF;
  height: 100%;
  width: 100%;
}
#expertise .category a.category-content h4 {
  font-weight: 200;
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: relative;
  z-index: 200;
  letter-spacing: normal;
  margin-bottom: 15px;
  font-family: "PT Serif", serif;
}
#expertise .category a.category-content h4.hidden {
  opacity: 0;
}
#expertise .category a.category-content .brief {
  position: relative;
  z-index: 200;
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: 300;
}
#expertise .category a.category-content:hover {
  background-image: none;
  background-color: #c41635;
}

.nav-pills {
  margin-left: auto;
  margin-right: auto;
}
.nav-pills .nav-item {
  margin: 0px 0.5rem;
}
.nav-pills .nav-item .nav-link {
  border-radius: 2rem;
  min-width: 100px;
  text-align: center;
  padding: 0.3rem 1rem;
  text-transform: uppercase;
  font-size: 0.88rem;
  color: #666;
}
.nav-pills .nav-item .nav-link.active {
  background-color: #BA0C2F;
  color: #FFF;
}

.cta.go-to-contact {
  background-color: #ebeced;
}
.cta.go-to-contact .cta-message {
  font-size: 2.875rem;
  font-family: "PT Serif", serif;
  color: black;
}
.cta.go-to-contact .cta-submessage {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  font-weight: 400;
}
.cta.go-to-contact .cta-submessage .mobile-break {
  display: none;
}

.site-footer section {
  padding: 1rem 1rem;
}
.site-footer section a {
  color: #666;
  text-decoration: none;
}
.site-footer section .fab {
  color: #FFF;
  display: inline-block;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  background: #c41635;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
}

.left-hero-image img {
  position: absolute;
  left: 0;
  width: 50%;
}

.main-featured::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.main-featured .fetured-type-icon {
  border-radius: 0 0 0 5px;
  position: absolute;
  right: 0;
  background-color: #ba0c2f;
  padding: 6px 0;
  width: 50px;
  height: 52px;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-featured .fetured-type-icon img {
  margin: 0 auto;
}
.main-featured .main-featured-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;
  z-index: 10;
  width: 100%;
}
.main-featured .main-featured-info em {
  font-size: 0.8rem;
}
.main-featured .main-featured-info h5 {
  font-size: 1.25rem;
  color: #fff;
}
.main-featured .main-featured-info a {
  color: #fff;
}
.main-featured .main-featured-info a:hover {
  color: #fff;
}

.insight-filter select {
  background: #f3f3f3 url("../redhill/assets/images/insight-icon/arrow-down.png") right 0.75rem center/18px 10px no-repeat;
  color: #000;
  font-size: 1rem;
  border: none;
}
.insight-filter select option:hover {
  background: #F3F3F3;
}

.insight-grid-list em {
  color: #999999;
  font-size: 0.8rem;
}
.insight-grid-list h5 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
}
.insight-grid-list .insight-grid-box .grid-img-box {
  overflow: hidden;
  position: relative;
}
.insight-grid-list .insight-grid-box .grid-img-box img.insight-grid-img {
  transition: transform 1.5s ease-in-out;
  transform-origin: center center;
  min-height: 186px;
  max-height: 186px;
  -o-object-fit: cover;
     object-fit: cover;
}
.insight-grid-list .insight-grid-box .grid-img-box .grid-type-icon {
  border-radius: 5px 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ba0c2f;
  padding: 6px 0;
  width: 50px;
  height: 52px;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
}
.insight-grid-list .insight-grid-box .grid-img-box .grid-type-icon img {
  margin: 0 auto;
}
.insight-grid-list .insight-grid-box:hover img.insight-grid-img {
  transform: scale(1.1);
}
.insight-grid-list .row {
  margin-right: -15px;
  margin-left: -15px;
}
.insight-grid-list .col-md-4 {
  padding-right: 30px;
  padding-left: 30px;
}

.z-index-100 {
  z-index: 100;
}

.greyBg {
  background-color: #f4f4f4;
}

#stickyProcess {
  top: 100px;
}

main section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.animDisplay {
  opacity: 1;
  transition: all 0.5s ease;
}

#our-identity {
  background: url("../redhill/assets/images/red_illustration_about.png") bottom left no-repeat #f4f4f4;
  background-size: 28%;
}

#our-journey {
  background: url("../redhill/assets/images/white_illustration_about_top_right.png") top right no-repeat;
  background-size: 10%;
}

.blackText {
  font-family: "PT Serif", serif;
  font-size: 2rem;
  color: black;
}

#our-process {
  background: url(../images/grey_illustration_full.png) center right -21% no-repeat;
  background-size: 28%;
  padding: 3rem 3rem 0;
}

.process {
  position: relative;
  color: #DDD;
  margin-bottom: 40px;
}
.process h5 {
  margin-bottom: 0.5rem;
  font-family: "PT Serif", serif;
}
.process .process-circle {
  width: 20px;
  height: 20px;
  border: 1px solid #c41635;
  background-color: #DDD;
  border-radius: 50%;
  margin-bottom: 2rem;
  z-index: 200;
}
.process .process-circle::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #DDD;
  position: absolute;
  top: 121px;
  left: 15px;
  z-index: 100;
}
.process .process-icon img {
  max-width: 80px;
  margin-bottom: 2rem;
  opacity: 0;
  filter: opacity(0%);
}
.process.completed {
  color: #333;
}
.process.completed .process-circle {
  border: 1px solid #c41635;
  background-color: #c41635;
}
.process.completed .process-icon img {
  opacity: 1;
  filter: opacity(100%);
}
.process.completed .process-circle:before {
  background-color: #c41635;
}
.process:last-child .process-circle:before {
  display: none;
}

.map-locations {
  position: relative;
}
.map-locations .location {
  position: absolute;
  z-index: 100;
}
.map-locations .location .spot {
  position: relative;
  display: block;
  background-color: #c41635;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  z-index: 100;
}
.map-locations .location .spot:hover .country-name {
  display: block;
}
.map-locations .country-name {
  background: #FFF;
  border: 1px solid #EEE;
  box-shadow: 1px 1px 3px #999;
  font-size: 1.1rem;
  font-weight: 500;
  position: absolute;
  min-width: 180px;
  border-radius: 36px;
  top: -7px;
  left: 15px;
  text-align: center;
  display: none;
  z-index: 200;
  padding: 5px 0;
}
.map-locations .country-name.pop-left {
  top: -7px;
  left: initial !important;
  right: 15px;
}

.hr-scrolled {
  overflow-x: scroll;
  margin: 0 10px;
}
.hr-scrolled img {
  max-width: unset;
  margin-bottom: 20px;
  width: 400%;
}

.hr-scrolled-desktop {
  overflow-x: scroll;
  margin: 0 10px;
  cursor: grab;
}
.hr-scrolled-desktop img {
  max-width: unset;
  margin-bottom: 20px;
  width: 150%;
}

.hr-scrolled::-webkit-scrollbar,
.hr-scrolled-desktop::-webkit-scrollbar {
  height: 8px;
}

.hr-scrolled::-webkit-scrollbar-track,
.hr-scrolled-desktop::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 10px;
}

.hr-scrolled::-webkit-scrollbar-thumb,
.hr-scrolled-desktop::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #dbdbdb;
}

main section.lead-banner {
  background: url("../redhill/assets/images/red_llustration_left.png") center left no-repeat, url("../redhill/assets/images/red_llustration_right.png") center right no-repeat;
  background-size: 28%, 28%;
  font-size: 1.4rem;
  min-height: 60vh;
  display: flex;
}

#portfolio-filters {
  text-align: center;
}
#portfolio-filters button.portfolioTab {
  background-color: transparent;
  color: #333;
  padding: 0.3rem 1rem;
  text-decoration: none;
  font-size: 0.9rem;
  margin: 1rem auto;
  border-radius: 2rem;
  min-width: 100px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  outline: none;
  border: none;
}
#portfolio-filters button.portfolioTab.active {
  background-color: #BA0C2F;
  color: #FFF;
}
#portfolio-filters button.portfolioTab:hover {
  background-color: #EEE;
  color: #333;
  text-decoration: none;
}
#portfolio-filters button.portfolioTab:hover.active {
  background-color: #BA0C2F;
  color: #FFF;
}

.port-item img {
  text-align: center;
  max-width: 130px;
  margin: 0px auto;
}

#dropdownMenuButton {
  background-color: #c41635;
  border-radius: 3rem;
  border-color: #c41635;
}
#dropdownMenuButton:focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 22, 53, 0.5) !important;
}

.grid {
  max-width: 1200px;
}

/* clearfix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

.grid-sizer,
.grid-item {
  width: 24%;
}

.gutter-sizer {
  width: 1%;
}

.grid-item {
  height: 60px;
  float: left;
  border: 2px solid #333;
  border-color: hsla(0, 0%, 0%, 0.5);
  margin-bottom: 10px;
}

.grid-item--height2 {
  height: 130px;
}

h1.sub {
  font-size: 42px;
}

.hero-video-setion {
  position: relative;
  padding: 0;
  margin-bottom: 60px;
  margin-top: 40px;
}

.bg-video-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  z-index: 10;
}
.bg-video-info p {
  font-size: 22px;
}
.bg-video-info .playbtn img {
  width: 300px;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.4s;
}
.bg-video-info .playbtn img:hover {
  transform: scale(1.2);
}

.studio-video {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.bg-video::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.video-popup {
  border-radius: 0px;
  position: relative;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.video-popup .studio-popup-video {
  width: 100% !important;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
}

.mfp-opened {
  overflow: hidden;
}

.mfp-container {
  padding: 0;
  height: auto;
}

.studio-col-info h4 {
  font-weight: 100;
  font-size: 2rem;
  line-height: 1.2;
  font-family: "PT Serif", serif;
}

#studio-portfolio .portfolio {
  background-color: #EEE;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-weight: 100;
  color: #FFF;
  line-height: 1.2rem;
  padding: 0px 0px;
  position: relative;
  transition: all 0.5s;
}
#studio-portfolio .portfolio a.portfolio-content {
  display: block;
  position: absolute;
  z-index: 200;
  padding: 1rem 1rem;
  color: #FFF;
  height: 100%;
  width: 100%;
}
#studio-portfolio .portfolio a h4 {
  font-weight: 100;
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: absolute;
  z-index: 200;
  bottom: 25px;
  padding-right: 2rem;
  font-family: "PT Serif", serif;
}
#studio-portfolio .portfolio.single {
  margin-bottom: 15px;
  min-height: 350px;
}
#studio-portfolio .portfolio.double {
  margin-bottom: 15px;
  min-height: 167px;
}
#studio-portfolio .portfolio::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
#studio-portfolio .portfolio.single {
  margin-bottom: 15px;
  min-height: 350px;
}
#studio-portfolio .portfolio .brief {
  position: absolute;
  z-index: 200;
  bottom: 10px;
}
#studio-portfolio .portfolio-video {
  background-color: #EEE;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-weight: 100;
  color: #FFF;
  line-height: 1.2rem;
  padding: 0px 0px;
  position: relative;
  transition: all 0.5s;
}
#studio-portfolio .portfolio-video a.portfolio-video-content {
  display: block;
  position: absolute;
  z-index: 200;
  padding: 1rem 1rem;
  color: #FFF;
  height: 100%;
  width: 100%;
}
#studio-portfolio .portfolio-video a h4 {
  font-weight: 100;
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: absolute;
  z-index: 200;
  bottom: 25px;
  padding-right: 2rem;
  font-family: "PT Serif", serif;
}
#studio-portfolio .portfolio-video.single {
  margin-bottom: 15px;
  min-height: 350px;
}
#studio-portfolio .portfolio-video::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
#studio-portfolio .portfolio-video .brief {
  position: absolute;
  z-index: 200;
  bottom: 10px;
}

.porfolio-pdf {
  background: #150909;
  position: relative;
}
.porfolio-pdf img {
  max-width: 100%;
}
.porfolio-pdf h4 {
  color: #fff;
  font-weight: 100;
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: "PT Serif", serif;
}

.pdf-download-info {
  position: absolute;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
  width: 120%;
  z-index: 10;
}

.port-btn {
  border-radius: 25px;
  padding: 10px 40px;
}
.port-btn.red {
  background-color: #BA0C2F;
  border-color: #BA0C2F;
}
.port-btn.light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.leadership h4 {
  font-weight: 100;
  line-height: 1.2;
  font-size: 2.125rem;
}
.leadership .team-lead {
  font-weight: 800;
  text-transform: capitalize;
  font-size: 1.3rem;
  color: #343a40;
}
.leadership p {
  font-weight: 600;
}

.portfolio-container {
  padding-left: 0;
}

.slbArrows button {
  background-color: transparent !important;
}

.slbArrow:hover {
  color: #fff;
  opacity: 1;
}

.slbCloseBtn {
  background-color: transparent !important;
  right: -100px;
  font-weight: 100;
  font-size: 3.5rem;
  text-decoration: none !important;
}
.slbCloseBtn:hover {
  color: #fff;
  opacity: 1;
}

.slbCloseBtn:focus,
.slbArrow:focus {
  outline: none !important;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.publishing .para {
  font-size: 24px;
  font-weight: 400;
}

.metaverse-section {
  position: relative;
}

.metaverse-banner {
  position: relative;
}
.metaverse-banner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.nasib-book img {
  min-height: 281px;
  -o-object-fit: cover;
     object-fit: cover;
}

.lancers-box {
  text-align: center;
  padding: 22px;
  background-color: #F8F8F8;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.4s;
  border: 1px solid #BA0C2F;
  z-index: 10;
  position: relative;
}

.lancers-hero .btn.btn-cta {
  text-transform: capitalize;
}

.lancers-hero h1 {
  font-size: 64px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1;
}

.lancers-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 75vh;
  display: flex;
  align-items: center;
  margin-top: 35px;
}

.lancers-hero::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /* background: linear-gradient(90.03deg, rgb(0 0 0 / 75%) 35%, rgb(255 255 255 / 0%) 60%); */
  left: 0;
  top: 0;
}

.lancers-hero,
.lancers-about,
.lancers-ete,
.lancers-program {
  padding: 4rem 0;
  position: relative;
}

.lancers-ete-up {
  position: relative;
  padding-bottom: 4rem;
}

.lancers-hero p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

.lancers-hero h2,
.lancers-ete h2,
.lancers-how-it-works h2,
.lancers-about h2,
.lancers-program h2 {
  font-size: 35px;
}

.lancers-how-it-works {
  background-color: #EBECED;
  padding: 4rem 0;
  padding-bottom: 0;
}

.bootstrap-select > .dropdown-toggle:after {
  display: none;
}

.steps h3 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
}

.steps p {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}

.slick-slide {
  position: relative;
}

.steps .slick-current::before {
  position: absolute;
  content: "";
  border-width: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(to left, #BA0C2F, rgba(0, 0, 0, 0)) 1;
     border-image: linear-gradient(to left, #BA0C2F, rgba(0, 0, 0, 0)) 1;
  border-right: 1px solid #BA0C2F;
  background-color: transparent;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.steps .slick-list {
  min-height: 480px;
}

.steps-box {
  padding: 25px 20px;
}

.steps-for img {
  margin: 0 auto;
}

.bold {
  font-weight: 700;
}

.lancers-contact h1 {
  font-size: 48px;
  color: #fff;
}

.lp-slider .slick-slide {
  padding: 0 40px;
}

.lancers-contact p {
  color: #fff;
}

.lc-subtitle {
  font-size: 18px;
  font-weight: 400;
}

.lancers-contact {
  background-color: #BA0C2F;
  padding: 4rem 0;
  position: relative;
}

.lc-patterns img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.lc-patterns-footer img {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scaleX(-1);
  width: 50%;
}

.startup-pr-contact {
  background-color: transparent;
  padding: 0;
}

.lansers-submit-btn {
  padding: 12px 50px;
  font-size: 18px;
  border-radius: 25px;
  font-weight: 400;
  background-color: #fff;
  color: #BA0C2F;
  text-transform: capitalize;
  text-decoration: none;
  z-index: 1;
  position: relative;
}

.lancers-contact .wpcf7-not-valid-tip {
  color: #cdcdcd;
}

.slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.slick-dots li.slick-active button {
  background-color: #BA0C2F;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li button {
  border: 1px solid #BA0C2F;
  border-radius: 100%;
}

.lp-slider .slick-dots {
  bottom: -50px;
}

.lp-slider .slick-slide img {
  margin-bottom: 20px;
}

.lc-about img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.lancers p {
  font-size: 18px;
  font-weight: 400;
}

.lancers-contact .wpcf7-response-output {
  border: none !important;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}

.lancers-contact .dropdown-toggle {
  background-image: url("http://redhillv3.yourcontentishere.com/wp-content/uploads/2022/09/arrow-down.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

.lancers-contact .dropdown-toggle .filter-option {
  width: 90%;
}

.step-info-box h5 {
  color: #BA0C2F;
  font-size: 20px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}

.step-info-box {
  position: relative;
}

.step-info-box span::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 65%;
  background-color: #BA0C2F;
  top: 50px;
  right: -20px;
}

.step-info-box.first span::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 10%;
  background-color: #BA0C2F;
  top: 50px;
  left: -30px;
}

.step-info-box.last span::before {
  position: absolute;
  content: "";
  top: 44px;
  right: -25px;
  border-left: 10px solid #BA0C2F;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.lancers-form-image img {
  position: absolute;
  left: 0;
  width: 35%;
  bottom: 0;
}

.lancers-form-box .form-control {
  padding: 0px 12px !important;
  letter-spacing: normal !important;
  font-size: 16px !important;
  border: unset;
  color: #7E7E7E;
  background-color: #F3F3F3 !important;
  font-weight: 400;
  height: calc(1.5em + 0.75rem + 5px);
  border-style: unset !important;
  border-radius: 0;
}

.textarea {
  padding: 12px !important;
}

.lancers-form-box .select2-selection--multiple {
  border: unset !important;
  color: #000;
}

.lancers-form-box .select2-search__field {
  padding: 0px 12px !important;
  letter-spacing: normal !important;
  font-size: 16px !important;
  color: #000;
  background-color: #F3F3F3 !important;
  font-weight: 400;
  height: calc(1.5em + 0.75rem + 5px);
  margin-top: 0 !important;
}

.lancers-form-box .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 !important;
}

.lancers-form-box .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 0 !important;
}

.lancers-form-box .select2-selection__clear {
  position: absolute;
  right: 0;
  margin-top: 0;
}

.lancers-form-box .select2-selection__rendered {
  background-color: #F3F3F3 !important;
  display: flex !important;
  align-items: center;
}

.lancers-form-box label {
  font-size: 20px;
  color: #7E7E7E;
  margin-top: 15px;
}

.lancers-form-box li.select2-search,
.lancers-form-box li.select2-results__option,
.lancers-form-box li.select2-selection__choice {
  margin: 0;
}

.lancers-form-box li.select2-selection__choice {
  margin-left: 15px;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
  margin-left: 0px;
}

.cf7-sg-table-button .ui-button {
  background: transparent;
  border: none;
  margin-left: 15px;
  padding: 0;
  margin-bottom: 20px;
  color: #7E7E7E;
}

.cf7-sg-table-button .ui-button:hover,
.cf7-sg-table-button .ui-button:active,
.cf7-sg-table-button .ui-button:focus {
  background: transparent;
  border: none !important;
}

.cf7-sg-table {
  position: relative;
}

.cf7-sg-table .dashicons {
  position: absolute;
  bottom: -18px;
  width: auto;
  right: 15px;
  cursor: pointer;
  color: #BA0C2F;
}

.wpcf7 p {
  margin-bottom: 0;
}

[name=other-industry-1],
[name=other-industry-2] {
  margin-top: 10px !important;
}

[data-row="1"],
[data-row="2"],
[data-row="3"] {
  margin-top: 20px;
}

.wpcf7 .ajax-loader {
  position: absolute !important;
  top: 10px;
}

.wpcf7-list-item {
  float: left;
  margin: 0 10px 0 0 !important;
  width: 100px;
  height: 40px;
  position: relative;
  text-align: center;
  border: 1px solid #c0c0c0;
  border-radius: 30px;
}

.wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-list-item input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px 10px;
}

.wpcf7-list-item input[type=radio] {
  opacity: 0.011;
  z-index: 100;
}

.wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label {
  background: #BA0C2F;
  border-radius: 30px;
  color: #fff;
}

.wpcf7-list-item .wpcf7-list-item-label {
  cursor: pointer;
  z-index: 90;
  line-height: 32px;
  font-size: 16px;
}

.lancers-form-box textarea.form-control {
  padding: 12px !important;
}

.lancers-form-box .red-down-arrow {
  padding: 0 !important;
}

.lancers-form-box .dropdown-toggle {
  background-image: url("../redhill/assets/images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-color: #F3F3F3 !important;
  height: calc(1.5em + 0.75rem + 5px);
}

.lancers-form-box .dropdown-item.active,
.lancers-form-box .lancers-form .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #BA0C2F;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #BA0C2F !important;
}

.lancers-form-box .filter-option-inner-inner {
  margin-top: 2px;
}

.lancers-form-box .bootstrap-select .dropdown-menu li {
  position: relative;
  margin-left: 0;
}

.lancers-form-box .select2-selection__clear {
  display: none;
}

.lancers-form-box .select2-selection--multiple:after {
  content: "";
  display: inline-block;
  height: 15px;
  right: 16px;
  position: absolute;
  top: 8px;
  width: 15px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  border-color: #BA0C2F;
  transform: rotate(45deg);
}

.lancers-form-box .filter-option-inner-inner {
  color: #7E7E7E;
}

.lancers-form-box .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 20px;
  padding: 0 10px;
}

.ui-button::first-letter {
  font-size: 22px;
  color: #BA0C2F;
}

.lancers-form-box textarea.form-control {
  height: auto;
}

.how-can-help .slick-slide {
  margin: 0 30px;
}

.how-can-help .slick-list {
  margin: 0 -30px;
}

.how-can-help .slick-dots li {
  width: 35px;
  height: 5px;
  margin: 0 12px;
}

.how-can-help .slick-dots li button {
  width: 35px;
  height: 5px;
  padding: 4px;
  border: none;
  background-color: #EBECED;
  border-radius: 10px;
}

.how-can-help .slick-dots li.slick-active button {
  background-color: #BA0C2F;
}

#people-list {
  padding-top: 0px;
}

.profile-photo {
  position: relative;
  background-color: #EEE;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
}

a .profile-firstname {
  color: #FFF;
  text-transform: none;
  font-size: 1.5rem;
  margin-bottom: 0px;
  font-family: "PT Serif", serif;
}

a .profile-designation {
  color: #FFF;
}

.profile-name {
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #FFF;
  display: none;
  bottom: 0px;
  padding: 1rem 1rem;
}
.profile-name a {
  width: 100%;
  height: 100%;
}

.profile-row {
  margin-top: 30px;
}

.profile-photo:hover .profile-name {
  display: flex !important;
}

.apply-photo .profile-name {
  background-image: linear-gradient(to bottom, #BA0C2F, #BA0C2F);
}

.profile-item {
  margin-bottom: 25px;
}

a.vacancy-row {
  padding: 0.7rem 0px;
  border: 1px solid #ba0c2f;
  border-radius: 0.7rem;
}

a.vacancy-row:hover {
  background-color: #ba0c2f;
  color: #FFF;
}

.legalText {
  font-size: 0.9rem;
}

.vacancy-header-row {
  padding: 1rem 15px 0.5rem;
  font-weight: 700;
  color: #333;
}

#career-list-section {
  padding: 3rem;
}

#instagram-feed {
  position: relative;
}
#instagram-feed .instagram-container {
  position: relative;
}
#instagram-feed .instagream-post {
  position: relative;
  width: 20vw;
  height: 20vw;
  display: block;
  color: #FFF;
  background-position: center center;
  background-size: cover;
  background-color: #EEE;
  background-repeat: no-repeat;
}
#instagram-feed .post-content {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.6);
}
#instagram-feed .post-content .post-reactions {
  padding: 1rem;
}
#instagram-feed .post-content .post-reactions .count {
  padding-left: 0.4rem;
  padding-right: 1.5rem;
  font-weight: 500;
}
#instagram-feed .post-content .post-text {
  padding: 1rem;
}

#instagram-feed .instagream-post:hover .post-content {
  display: block;
}

.media {
  display: block;
}

.media-bg {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

.media-red-box {
  background: #BA0C2F;
  color: #fff;
  position: absolute;
  min-width: 450px;
  padding: 30px;
  z-index: 10;
  top: 50%;
  left: 128%;
  transform: translate(-50%, -50%);
}

.latest-post-box {
  background-size: cover;
  position: relative;
  transition: all 0.5s;
  background-position: center;
  background-repeat: no-repeat;
}

.latest-post-box::before {
  transition: all 0.5s;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgb(255, 255, 255);
}

.latest-post-info {
  position: relative;
  color: #000;
}

.latest-post-box.has-image:hover::before {
  background-color: rgba(255, 255, 255, 0.85);
}

.media-red-box h4,
.latest-post-info h4 {
  font-family: "PT Serif", serif;
  font-weight: 200;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.latest-post-info h4 {
  min-height: 100px;
  color: #000;
}

.latest-post-info .aurthor {
  font-weight: 600;
  color: #4b4b4b;
}

.latest-post-info .date {
  font-weight: 400;
  color: #919191;
  font-size: 13px;
  font-style: italic;
}

.long-arrow svg path {
  fill: #BA0C2F;
}

.long-arrow {
  transition: all 0.5s;
}

.long-arrow:hover {
  transform: translateX(8px);
}

.publication {
  display: none !important;
}

.publication.pubshow {
  display: flex !important;
}

.news-content a {
  color: #BA0C2F;
}

.single-news {
  padding: 5rem 0 1rem 0;
}
.single-news a {
  color: #BA0C2F;
}
.single-news h1 {
  font-size: 2.875rem;
  font-weight: 400;
  color: #000;
}
.single-news h2 {
  font-size: 35px;
  font-weight: 400;
  color: #000;
  margin-top: 25px;
}
.single-news h3 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
}
.single-news h4 {
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
  color: #414141;
  font-size: 21px;
  font-weight: 500;
  margin: 2rem 0;
  max-width: 80%;
}
.single-news figcaption {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}
.single-news blockquote {
  font-family: "Nunito Sans", sans-serif;
  color: #414141;
  font-size: 21px;
  font-weight: 500;
}

.single-news-side-bar h3 {
  font-family: "PT Serif", serif;
  font-weight: 500;
  font-size: 26px;
  color: #000;
}

.news-single-featured-img img {
  width: 100%;
  min-height: 400px;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-featured {
  position: relative;
  overflow: hidden;
  min-height: 236px;
}
.main-featured.right-side {
  max-height: 202px;
  min-height: 202px;
}
.main-featured.right-side .main-featured-img {
  min-height: 202px;
  max-height: 202px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-featured img.main-featured-img {
  transition: transform 1.5s ease-in-out;
  transform-origin: center center;
  min-height: 420px;
  max-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-featured:hover img.main-featured-img {
  transform: scale(1.1);
}
.main-featured::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.main-featured .featured-type-icon {
  border-radius: 0 0 0 5px;
  position: absolute;
  right: 0;
  background-color: #ba0c2f;
  padding: 6px 0;
  width: 50px;
  height: 52px;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-featured .featured-type-icon img {
  margin: 0 auto;
}
.main-featured .main-featured-info em {
  font-size: 0.8rem;
}
.main-featured .main-featured-info h5 {
  font-size: 1.25rem;
  font-family: "PT Serif", serif;
}
.main-featured .main-featured-info h3 {
  font-family: "PT Serif", serif;
}

.asean-box {
  background-image: url("../redhill/assets/images/asean.png");
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 185px;
  position: relative;
  display: flex;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
}
.asean-box p {
  font-weight: 400;
}

.btn.btn-download {
  color: #fff;
  background-color: #BA0C2F;
  border-radius: 29px;
  padding: 0.5rem 1.5rem;
  min-width: 190px;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-download:hover {
  color: #fff;
  background-color: #a70727;
}

.asean-box-mobile {
  background-image: url("../redhill/assets/images/asean-mobile.png");
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 200px;
  position: relative;
  display: flex;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
}
.asean-box-mobile p {
  font-weight: 400;
  padding: 0 15px;
}

.asean-box-mobile .btn.btn-download {
  position: absolute;
  bottom: -30px;
}

.subscribe-box {
  background: #F8F8F8;
  min-height: 185px;
  position: relative;
  display: flex;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  border-radius: 90px;
}
.subscribe-box h5 {
  font-size: 1.2rem;
  font-weight: 600;
}
.subscribe-box p {
  font-weight: 400;
}

.btn.btn-insight-subscribe {
  color: #fff;
  background-color: #BA0C2F;
  border-radius: 29px;
  padding: 0.5rem 1.5rem;
  padding-left: 4rem;
}

.btn-insight-subscribe:hover {
  color: #fff;
  background-color: #a70727;
}

.insight-download-subscribe .input-group {
  position: absolute;
  bottom: 0;
  width: 80%;
}

.subscribe-box-mobile {
  background: #F8F8F8;
  min-height: 200px;
  position: relative;
  display: flex;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  padding: 20px;
  border-radius: 15px;
}
.subscribe-box-mobile h5 {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0 15px;
}
.subscribe-box-mobile p {
  font-weight: 400;
  padding: 0 15px;
}
.subscribe-box-mobile .input-group {
  position: absolute;
  bottom: -30px;
  width: 80%;
}

.input-subscribe {
  border: 1px solid #BA0C2F;
  height: 42px;
  border-radius: 29px !important;
  z-index: 10;
  padding: 0.5rem 1.5rem !important;
  font-size: 1rem !important;
}
.input-subscribe::-moz-placeholder {
  font-size: 1rem;
  color: #999999;
}
.input-subscribe::placeholder {
  font-size: 1rem;
  color: #999999;
}

.insight-download-subscribe .input-group-append {
  margin-left: -45px;
}

.filter-search .btn-insight-search {
  color: #BA0C2F;
  background-color: #F3F3F3;
  padding: 0.5rem 1.5rem;
}
.filter-search .input-search {
  border: none;
  background-color: #F3F3F3;
  height: 42px;
  padding: 0.5rem 1.5rem !important;
  font-size: 1rem !important;
}
.filter-search .input-search::-moz-placeholder {
  font-size: 1rem;
  color: #999999;
}
.filter-search .input-search::placeholder {
  font-size: 1rem;
  color: #999999;
}

.filter-text {
  color: #999999;
}

.insight-filter select {
  background: #f3f3f3 url("../redhill/assets/images/insight-icon/arrow-down.png") right 0.75rem center/18px 10px no-repeat;
  color: #000;
  font-size: 1rem;
  border: none;
  -webkit-appearance: none;
}
.insight-filter select option:hover {
  background: #F3F3F3;
}

.insight-grid-list em {
  color: #999999;
  font-size: 0.8rem;
}
.insight-grid-list h5 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
}

.grid-type-icon {
  border-radius: 5px 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ba0c2f;
  padding: 6px 0;
  width: 50px;
  height: 52px;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-type-icon img {
  margin: 0 auto;
}

.grid-img-box {
  overflow: hidden;
  position: relative;
}
.grid-img-box img.insight-grid-img {
  transition: transform 1.5s ease-in-out;
  transform-origin: center center;
  min-height: 186px;
  max-height: 186px;
  -o-object-fit: cover;
     object-fit: cover;
}

.insight-grid-box:hover img.insight-grid-img {
  transform: scale(1.1);
}

.insight-grid-list .row {
  margin-right: -15px;
  margin-left: -15px;
}

.insight-grid-list .col-md-4 {
  padding-right: 30px;
  padding-left: 30px;
}

.z-index-100 {
  z-index: 100;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
}

.insight-content a {
  color: #BA0C2F;
}

.single-insight {
  padding: 5rem 0 1rem 0;
}
.single-insight h1 {
  font-family: "PT Serif", serif;
  font-size: 2.875rem;
  font-weight: 400;
  color: #000;
}
.single-insight h2 {
  font-size: 35px;
  font-weight: 400;
  font-family: "PT Serif", serif;
  color: #000;
  margin-top: 25px;
}
.single-insight h3 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
}
.single-insight h4 {
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
  color: #414141;
  font-size: 21px;
  font-weight: 500;
  margin: 2rem 0;
  max-width: 80%;
}
.single-insight figcaption {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}
.single-insight blockquote {
  font-family: "Nunito Sans", sans-serif;
  color: #414141;
  font-size: 21px;
  font-weight: 500;
}
.single-insight .single-insight-cate-icon {
  background-color: #ba0c2f;
  padding: 6px 0;
  width: 50px;
  height: 52px;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-insight .back-btn span {
  font-size: 20px;
  font-weight: 400;
}
.single-insight .single-insight-cate-icon-text {
  font-weight: 400;
}
.single-insight .tags {
  border: 1px solid #666666;
  border-radius: 30px;
  padding: 8px 15px;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 10px;
}
.single-insight .date-author {
  color: #666666;
}

.single-insight-side-bar h3 {
  font-family: "PT Serif", serif;
  font-weight: 500;
  font-size: 26px;
  color: #000;
}

.hq-office-info ul {
  list-style: none;
  padding-left: 0;
}
.hq-office-info ul li {
  margin-left: 0px;
  padding-left: 1.8rem;
  position: relative;
  margin: 1rem 0 0 0rem;
}
.hq-office-info ul li .fas.fa-map-pin {
  left: 0.4rem;
  font-size: 18px;
}
.hq-office-info ul li .fas {
  position: absolute;
  left: 0.2rem;
  top: 0rem;
  color: #BA0C2F;
  font-size: 16px;
}

.accordion-body ul {
  list-style: none;
  padding-left: 0;
}
.accordion-body ul li {
  margin-left: 0px;
  padding-left: 1.8rem;
  position: relative;
  margin: 1rem 0 0 0rem;
}
.accordion-body ul li .fas.fa-map-pin {
  left: 0.4rem;
  font-size: 18px;
}
.accordion-body ul li .fas {
  position: absolute;
  left: 0.2rem;
  top: 0rem;
  color: #BA0C2F;
  font-size: 16px;
}

.accordion .accordion-item {
  border: none;
  padding: 0rem;
  margin: 0.5rem 1rem;
  width: 100%;
  min-height: 40px;
}
.accordion .accordion-item .accordion-header {
  border-bottom: 2px solid #BA0C2F;
  padding: 1rem 0.2rem 1rem 4rem;
  margin-bottom: 1rem;
  background-position: left center;
  background-size: auto 90%;
  background-repeat: no-repeat;
}
.accordion .accordion-item .accordion-header .accordion-title {
  position: relative;
  padding-right: 7%;
  margin-bottom: 0px;
  font-family: "PT Serif", serif;
}
.accordion .accordion-item .accordion-header .accordion-title a {
  cursor: pointer;
  color: black;
}
.accordion .accordion-item .accordion-header .accordion-title .arrow {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 1.5rem;
}

#contact-hq-section {
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.lang-menu.skeleton .hide-lang {
  background: #e2e2e2;
  color: transparent;
  overflow: hidden;
}
.lang-menu.skeleton .hide-lang:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #e2e2e2 25%, #d5d5d5 50%, #e2e2e2 100%);
  animation-name: gradient-animation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  filter: blur(5px);
  z-index: 99999;
}

@keyframes gradient-animation {
  from {
    left: 0%;
  }
  to {
    left: 100%;
  }
}
.lang-menu.skeleton .lang-switch button {
  background-color: #e2e2e2;
}

.lang-menu.skeleton .hide-lang {
  background: #e2e2e2;
  color: transparent;
  overflow: hidden;
}

.lang-switch {
  position: absolute;
  right: 2rem;
  top: 20px;
  margin-bottom: 0;
  display: inline-block;
  border-radius: 20px;
  padding-left: 0;
}
.lang-switch .bootstrap-select.pll-switcher-select {
  width: 150px !important;
}
.lang-switch button {
  background-image: url("../redhill/assets/images/select-pin.png");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  border-radius: 20px;
  padding: 5px 60px 5px 15px;
  background-color: #BA0C2F;
  color: #fff !important;
  border: none;
  position: relative;
  cursor: pointer;
  z-index: 9999;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.lang-switch button:hover {
  background-color: #BA0C2F;
}
.lang-switch button:active {
  background-color: #BA0C2F !important;
}
.lang-switch button::after {
  display: none;
}
.lang-switch .dropdown-menu {
  background-color: #ba0c2f;
  border-radius: 0 0 20px 20px;
  padding-top: 25px;
  background-clip: initial;
  margin: -15px 0 0 0;
}
.lang-switch .dropdown-menu .inner {
  overflow-x: hidden;
}
.lang-switch .dropdown-menu .inner li {
  color: #fff;
  margin: 0;
}
.lang-switch .dropdown-menu .inner .dropdown-item {
  position: relative;
  color: #fff;
  padding: 5px 40px 5px 15px;
  transition: all 0.5s;
}
.lang-switch .dropdown-menu .inner .dropdown-item.active {
  color: #ffffff;
  text-decoration: none;
  background-color: #ba0c2f;
}
.lang-switch .dropdown-menu .inner .dropdown-item.active::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 100%;
  right: 0;
  right: 12px;
  top: 12px;
}
.lang-switch .dropdown-menu .inner .dropdown-item span {
  transition: all 0.5s;
}
.lang-switch .dropdown-menu .inner .dropdown-item:hover {
  transform: translateX(3px);
  color: #ffffff;
  text-decoration: none;
  background-color: #ba0c2f;
}
.lang-switch .show {
  background-color: #BA0C2F;
}
.lang-switch .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.our-market-title {
  text-align: center;
  font-size: 35px;
}

.cs-top {
  min-height: 100vh;
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-why {
  padding: 2.5rem 0;
}
.cs-why h4 {
  font-size: 1.875rem;
}
.cs-why .cs-why-image img {
  width: 80px;
}
.cs-why .cs-why-image h5 {
  font-size: 1.5rem;
}

.cs-we-item {
  padding: 3rem 0;
  background: #c41635;
  color: #FFF;
}
.cs-we-item h4 {
  font-size: 1.875rem;
}

.cs-want-to {
  background: #eee;
  padding: 4rem 0;
}
.cs-want-to .cta-message {
  font-size: 2.875rem;
  font-family: "PT Serif", serif;
  color: black;
}
.cs-want-to .cta-submessage {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  font-weight: 400;
}
.cs-want-to .btn-theme.btn-red {
  background: #c41635;
  color: #FFF;
  padding: 8px 0px;
  border-radius: 40px;
  width: 160px;
}
.cs-want-to .btn-theme.btn-gray {
  background: #c5c5c5;
  color: #000;
  padding: 8px 0px;
  border-radius: 40px;
  width: 160px;
}

.home-startup-pr {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.startup-pr-box {
  padding: 4rem 0;
}
.startup-pr-box h2 {
  font-size: 35px;
  font-weight: 400;
}
.startup-pr-box h3 {
  font-size: 25px;
}
.startup-pr-box p {
  margin-top: 40px;
  font-weight: 400;
}
.startup-pr-box ul {
  list-style: none;
  margin: 0;
}
.startup-pr-box ul li {
  margin: 0;
  position: relative;
}
.startup-pr-box .card {
  transition: all 0.4s;
  border-color: #A30928;
  border-radius: 10px;
  min-height: 322px;
}
.startup-pr-box .card ul li:before {
  position: absolute;
  content: "";
  left: -21px;
  top: 10px;
  width: 15px;
  height: 1px;
  background-color: #FF0000;
}
.startup-pr-box .card:hover ul li:before {
  position: absolute;
  content: "";
  background-color: #ffffff;
}
.startup-pr-box .card:hover {
  background-color: #BA0C2F;
}
.startup-pr-box .card:hover li,
.startup-pr-box .card:hover p,
.startup-pr-box .card:hover h3,
.startup-pr-box .card:hover h2 {
  color: #fff;
}

.startup-pr-contact {
  padding: 5rem 0;
  background-color: #EBECED;
}
.startup-pr-contact .wpcf7 .form-control {
  padding: 1rem;
  letter-spacing: normal;
  font-size: 1rem;
  border-radius: 20px;
  border: unset;
  color: #000;
  height: calc(1.5em + 0.75rem + 2px);
}
.startup-pr-contact .wpcf7 .form-control.wpcf7-select {
  padding-top: 1.6rem;
}
.startup-pr-contact .wpcf7 .form-control::-moz-placeholder {
  color: #999999;
}
.startup-pr-contact .wpcf7 .form-control::placeholder {
  color: #999999;
}
.startup-pr-contact .wpcf7 label {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  margin-left: 1rem;
  margin-bottom: 10px;
}
.startup-pr-contact .wpcf7 label span {
  color: #BA1F31;
}
.startup-pr-contact .wpcf7 .ajax-loader {
  position: absolute;
  top: 10px;
}
.startup-pr-contact .form-group {
  margin-bottom: 20px;
}
.startup-pr-contact .wpcf7-form-control-wrap .dropdown {
  width: 100%;
}
.startup-pr-contact .wpcf7-form-control-wrap .dropdown .dropdown-menu {
  padding-top: 20px;
  margin-top: -30px;
  border: none;
  border-radius: 20px;
  box-shadow: rgba(27, 31, 35, 0.1) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}
.startup-pr-contact .wpcf7-form-control-wrap .dropdown .dropdown-menu.inner {
  box-shadow: none;
}
.startup-pr-contact .wpcf7-form-control-wrap .dropdown-toggle {
  background-color: #fff;
  border-radius: 20px;
  z-index: 9999;
  border: none;
}
.startup-pr-contact .wpcf7-form-control-wrap .dropdown-toggle:focus {
  border: none;
  outline: none !important;
}
.startup-pr-contact .wpcf7-form-control-wrap .dropdown-toggle:active {
  border: none;
}

input[type=submit].startup-submit-btn {
  padding: 12px 80px;
  font-size: 18px;
  border-radius: 25px;
  font-weight: 400;
  background-color: #BA0C2F;
  color: #fff;
  text-transform: capitalize;
  border: none;
  display: inline-block;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  margin: 0;
  opacity: 1;
}

.first-country {
  font-family: "PT Serif", serif;
}

.first-country .redText {
  font-family: "Nunito Sans", sans-serif;
}

#contact-section {
  background-repeat: no-repeat;
  background-position: right top 10%;
  background-size: 45% auto;
}

.fa-plus-circle:before,
.fa-minus-circle:before {
  color: #ba0c2f;
}

#office-accordion-left h4,
#office-accordion-right h4,
#office-accordion-middle h4 {
  line-height: 1.8rem;
  font-weight: 400;
  font-size: 1.5rem;
}

.wpcf7-field-group {
  position: relative;
}

.wpcf7-field-group-add.add-btn {
  background: transparent;
  border: none;
  color: #555;
  margin: 5px 0;
}
.wpcf7-field-group-add.add-btn span {
  color: #BA0C2F;
  font-size: 19px;
  font-weight: 500;
}

.wpcf7-field-group-remove.remove-btn {
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  color: #BA0C2F;
  font-size: 19px;
  font-weight: 500;
  margin: 5px 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  main section.lead-banner {
    background: url("../redhill/assets/images/red_llustration_left.png") top left no-repeat, url("../redhill/assets/images/red_llustration_right.png") bottom right no-repeat;
    background-size: 60%, 60%;
    font-size: 1.4rem;
    min-height: 60vh;
    display: flex;
  }
  .metaverse-banner img {
    min-height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pdf-download-info {
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    position: relative;
    z-index: 10;
    width: 100%;
  }
  .porfolio-pdf img {
    margin-top: -40px;
  }
  #studio-portfolio .portfolio.double {
    min-height: 350px;
  }
  .slbCloseBtn {
    right: -16px;
  }
  .studio-popup-video {
    width: 100% !important;
    height: 28vh;
  }
  .playbtn img {
    width: 200px;
  }
  .port-btn.red {
    margin-bottom: 1rem;
  }
  .studio-video {
    min-height: 90vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .nasib-book img {
    min-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lancers-hero {
    background-position: 65% 50%;
  }
  .red-add {
    background-color: #BA0C2F;
    color: #fff;
  }
  .steps .slick-list {
    min-height: unset;
  }
  .steps .slick-current::before {
    -o-border-image: unset;
       border-image: unset;
    border: unset;
  }
  .lp-slider .slick-track {
    display: flex;
    align-items: center;
  }
  .lancers-how-it-works {
    padding-bottom: 4rem;
  }
  .lancers-hero::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90.03deg, rgba(0, 0, 0, 0.5) 100%, rgba(255, 255, 255, 0) 60%);
  }
  .step-info-box span::after {
    width: 65%;
    right: 15px;
  }
  .step-info-box.last span::before {
    right: 10px;
  }
  .step-info-box.first span::before {
    display: none;
  }
  .how-can-help {
    overflow: hidden;
  }
  #our-identity .float-right {
    float: none !important;
    margin: 0px auto;
  }
  #our-identity {
    background-size: 60%;
  }
  #our-presence {
    padding: 3rem 0px;
  }
  .map-locations {
    overflow-x: auto;
  }
  .mobile-scroll {
    position: relative;
    min-width: 600px;
    margin-bottom: 1rem;
  }
  .map-locations .location .spot {
    width: 5px;
    height: 5px;
  }
  #our-journey,
  #our-process,
  #our-presence {
    background: none;
  }
  .process .process-circle {
    width: 25px;
    height: 25px;
    position: absolute;
    left: -30px;
    top: 15px;
  }
  .process .process-circle:before {
    width: 2px;
    height: 280px;
    left: 10px;
    top: 10px;
  }
  .event-box a::before {
    transition: 0s all;
  }
  .fetured-type-icon {
    right: 15px;
  }
  .dropdown-menu {
    max-width: 93%;
    width: 100%;
  }
  .dropdown-item {
    text-align: center;
  }
  .dropdown-item.active {
    background-color: #c41635;
  }
  .profile-row .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 25px;
  }
  .profile-row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .profile-row {
    margin-top: 0px;
  }
  #people-list {
    background: none;
  }
  .profile-item {
    padding: 10px;
    margin-bottom: 10px;
  }
  .profile-name h6 {
    font-size: 1rem;
  }
  .title {
    font-weight: 500;
  }
  .date {
    text-align: right;
  }
  .media-bg {
    min-height: 215px;
  }
  .media-red-box {
    background: #BA0C2F;
    color: #fff;
    position: relative;
    min-width: auto;
    padding: 30px;
    z-index: 10;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
  }
  main section.lead-banner {
    min-height: 70vh;
  }
  .latest-post-box.has-image::before {
    background-color: rgba(255, 255, 255, 0.85);
  }
  .main-featured-info h3 {
    font-size: 1.25rem;
  }
  .subscribe-box-mobile img,
  .asean-box-mobile img {
    width: 50%;
  }
  .subscribe-box-mobile h5 {
    margin-bottom: 4px;
  }
  .navbar-brand {
    top: 5px;
    left: 25px;
  }
  .navbar-brand img {
    height: 40px;
  }
  .navbar-toggler {
    position: absolute;
    top: 13px;
    right: 15px;
    border: none;
    outline: none;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .lang-switch {
    right: 4rem;
    top: 14px;
  }
  .navbar {
    min-height: 65px;
  }
  .navbar-collapse {
    margin-top: 50px;
    padding: 15px;
  }
  header .navbar-nav .menu-item {
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
    margin-top: 0.8rem;
  }
  #home-image-desktop {
    background-image: url("../redhill/assets/images/rh-mobile-hero.png") !important;
    background-position: bottom;
    min-height: 100vh;
    padding: 0;
  }
  .banner-text-box {
    margin-top: 150px !important;
  }
  a.redhillWayBtn {
    margin: 1rem auto;
    text-transform: uppercase;
    color: #414141;
    font-weight: 600;
  }
  .redhillWayBtnDiv {
    background-image: none !important;
  }
  #redhill-way {
    padding: 2rem 0px 1.5rem;
  }
  #our-identity img {
    float: none !important;
    margin: 0px auto;
  }
  #contact-hq-section {
    background-image: none !important;
  }
  .accordion .accordion-item {
    width: auto;
  }
  .bg-video::before {
    height: 99%;
  }
}
@media (min-width: 438px) and (max-width: 767px) {
  .port-btn.red {
    margin-bottom: 0rem;
  }
}
@media (min-width: 768px) and (max-width: 1020px) {
  .cs-top {
    min-height: 80vh;
  }
  .pdf-download-info {
    left: 50%;
    width: 100%;
  }
  .porfolio-pdf img {
    max-width: 100%;
  }
  .slbCloseBtn {
    right: -16px;
  }
  .playbtn img {
    width: 250px;
  }
  .studio-popup-video {
    width: 100% !important;
    height: 40vh;
  }
  .metaverse-banner img {
    min-height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .nasib-book img {
    min-height: 303px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lancers-hero {
    background-position: 60% 50%;
  }
  .steps .slick-list {
    min-height: 570px;
  }
  .step-info-box.first span::before {
    display: none;
  }
  .media-red-box {
    min-width: 300px;
    left: 95%;
  }
  .media-bg {
    min-height: 450px;
    background-position: 68% 50%;
  }
  .subscribe-box-mobile img {
    width: 35%;
  }
  .subscribe-box-mobile h5 {
    margin-top: -30px;
    margin-bottom: 4px;
  }
  .navbar-toggler {
    position: absolute;
    top: 13px;
    right: 15px;
    border: none;
    outline: none;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .lang-switch {
    right: 4rem;
    top: 14px;
  }
  .navbar {
    min-height: 65px;
  }
  .navbar-collapse {
    margin-top: 50px;
    padding: 15px;
  }
  header .navbar-nav .menu-item {
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
    margin-top: 0.8rem;
  }
  main section.lead-banner {
    min-height: 35vh;
  }
  #case-study-categories .category a h4 {
    font-size: 1rem;
  }
  #case-study-categories .category .brief {
    font-size: 12px;
  }
  #expertise .category a.category-content {
    padding: 12px;
  }
  #expertise .category a.category-content h4 {
    font-size: 1rem;
  }
  #expertise .category a.category-content .brief {
    font-size: 12px;
  }
  #expertise .category.single {
    min-height: 200px;
  }
  .bg-video-info h1 {
    font-size: 3rem;
  }
  .hq-icon {
    text-align: center;
  }
  .hq-icon img {
    margin: 0px auto;
  }
  .contact-email {
    display: block;
  }
  #contact-hq-section {
    background: #f4f4f4;
    background-image: unset !important;
  }
  .steps .slick-track {
    transform: none !important;
  }
  .bg-video::before {
    height: 98%;
  }
}
@media (min-width: 1021px) and (max-width: 1450px) {
  .slbCloseBtn {
    right: -16px;
  }
}
@media (min-width: 1300px) {
  video {
    display: block;
    width: 100% !important;
  }
  video.metaverse-loop-video {
    height: 70vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1400px) {
  .porfolio-pdf img {
    max-width: 110%;
  }
}
@media (min-width: 1600px) {
  .porfolio-pdf img {
    max-width: 120%;
  }
}
@media (min-width: 1800px) {
  .porfolio-pdf img {
    max-width: 130%;
  }
}
@media (min-width: 2000px) {
  .porfolio-pdf img {
    max-width: 140%;
  }
}
@media only screen and (min-device-width: 540px) and (max-device-width: 750px) and (orientation: landscape) {
  .pdf-download-info {
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    position: relative;
    z-index: 10;
  }
  .studio-popup-video {
    width: 100% !important;
    height: 100vh;
  }
}
@media only screen and (min-device-width: 540px) and (max-device-width: 900px) and (orientation: landscape) {
  .studio-popup-video {
    width: 100% !important;
    height: 100vh;
  }
}/*# sourceMappingURL=style.css.map */