/*
Color
Font Size
Font Color
Font Family


*/
/*********Color*********/
/*PageUp New Branding*/
/*********End Color*********/
/*********Font Size*********/
/*********End Font Size*********/
/*********Font Color*********/
/*********Font Family*********/
/*********End Font Color*********/
.cta-button-2025 {
  padding: 9px 20px;
  border-radius: 2rem;
  min-width: 7rem;
  width: auto;
}
.two_column_text_img img {
  max-width: 100%;
  width: auto;
  border-radius: 10px;
  max-height: 550px;
}
@media (max-width: 991px) {
  .two_column_text_img {
    max-width: unset;
  }
}
/******Banner*********/
.banner.banner_about_us_2025 {
  padding: 8rem 0px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.banner.banner_about_us_2025 h1 {
  text-align: center;
  color: white;
  margin: 0px;
  font-size: 65px;
}
.banner.banner_about_us_2025 p {
  text-align: center;
  color: white;
  margin-bottom: 30px;
  font-size: 34px;
}
/******End Banner*********/
/******Value boxes*********/
.value_boxes {
  /*background-image:linear-gradient(#ffffff, #ffffffdb, #ffffff), url(/wp-content/uploads/2025/09/pageup_group_2025_photo.jpg);*/
  background-position: 50% 10%;
  background-repeat: no-repeat;
}
@media (max-width: 1172px) {
  .value_boxes {
    background-position: 100% 95%;
  }
}
.value_boxes .row {
  justify-content: center;
  margin-top: 4rem;
}
.value_boxes .row .value_box_col {
  margin-bottom: 20px;
}
.value_boxes .row .value_box_col .value_box {
  height: 100%;
}
.value_boxes .row .value_box_col .value_box .value_box_icon_wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.value_boxes .row .value_box_col .value_box .value_box_icon_wrapper .value_box_icon {
  max-width: 85px;
}
.value_boxes .row .value_box_col .value_box h3 {
  text-align: center;
  font-size: 30px;
}
@media (min-width: 768px) {
  .value_boxes .row .value_box_col .value_box h3 {
    min-height: 84px;
  }
}
@media (max-width: 767px) {
  .value_boxes .row .value_box_col .value_box h3 br {
    display: none;
  }
}
.value_boxes .row .value_box_col .value_box p {
  text-align: center;
  font-size: 20px;
}
/******End Value boxes*********/
/******teams*********/
.teams .row {
  justify-content: center;
}
.teams .row .team_box_col {
  justify-items: center;
  margin-bottom: 2rem;
}
.teams .row .team_box_col .team_box {
  margin-bottom: 4rem;
}
.teams .row .team_box_col .team_box .team_photo {
  position: relative;
}
.teams .row .team_box_col .team_box .team_photo .ratio-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 22rem;
}
.teams .row .team_box_col .team_box .team_photo .ratio-image img {
  object-fit: cover;
  object-fit: contain;
  object-position: top;
  padding: 0px;
  position: absolute;
  left: 0rem;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
.teams .row .team_box_col .team_box .team_photo .ratio-image img:hover {
  transform: scale(1.2);
}
.teams .row .team_box_col .team_box .team_info {
  margin-top: 2rem;
}
.teams .row .team_box_col .team_box .team_info .team_name {
  padding-bottom: 1px;
}
.teams .row .team_box_col .team_box .team_info .team_name p {
  margin-bottom: 10px;
}
.teams .row .team_box_col .team_box .team_info .team_designation {
  padding-bottom: 1px;
}
/******End teams*********/
/******News*********/
.news .post-box .post-box-content .post-imgbox .ratio-img {
  padding-bottom: 10rem;
}
.news .post-box .post-box-content .post-imgbox .ratio-img img {
  height: 100%;
  object-fit: fill;
  object-position: top;
  padding: 0px;
}
/*******End News***********/
/*************Photos************/
.photos .owl-item {
  display: flex;
}
.photos .photo_container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /*transform: skew(5deg);*/
}
.photos .photo_container .photo_card {
  flex: 1;
  transition: all 1s ease-in-out;
  height: 50vmin;
  position: relative;
  padding: 0px;
}
.photos .photo_container .photo_card:hover {
  flex-grow: 10;
}
.photos .photo_container .photo_card:hover img {
  filter: grayscale(0);
}
.photos .photo_container .photo_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
  /*filter: grayscale(100%);*/
}
.photos .photo_container .photo_card:not(:nth-child(5)) {
  margin-right: 1em;
}
.film-strip {
  /*--s: 12px;*/
  /*--c: #222; */
  /*background: 
      conic-gradient(at 50% var(--s),var(--c) 75%,#0000 0) 
      0 0/calc(2*var(--s)) calc(100% - var(--s)) padding-box;*/
  border: var(--s) solid var(--c);
  padding: calc(var(--s)*2.5) calc(var(--s)*1.5);
  box-sizing: content-box;
  /* you can add a filter for an oldish effect 
    filter: sepia(1) brightness(0.9) grayscale(.2);
    */
}
/*************End photos********/
.card-wrapper {
  background-color: black;
  height: 395px;
  max-width: 350px;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 0 0;
  /* margin-bottom: 2rem; */
  /* transform: scale(0.95); */
  transition: transform 0.5s, background-color 0.5s, box-shadow 0.5s;
}
.card-wrapper:hover {
  /*box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);*/
}
.card-wrapper:hover .card-header img {
  transform: scale(1.2);
}
.card-wrapper:hover .card-container .card-footer-title .black_layer .team_linkedin_link {
  opacity: 1;
}
.card-wrapper .card-container {
  /* width: 100%; */
  /* height: 100%; */
  /* position: relative;*/
}
.card-wrapper .card-container .card-header {
  position: relative;
  height: 350px;
  width: 100%;
  /* display: flex; */
  justify-content: center;
  /* align-items: center; */
  left: 0;
  right: 0;
  padding: 0px;
  border-bottom: none;
  overflow: hidden;
}
.card-wrapper .card-container .card-header img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  position: absolute;
  object-fit: cover;
}
.card-wrapper .card-container .card-footer {
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transition: color 500ms;
  color: white;
  background-color: #1d1e24;
  opacity: 0.7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  display: none;
}
.card-wrapper .card-container .card-footer-title {
  /* height: 100%; */
  display: flex;
  /* align-items: end;*/
}
.card-wrapper .card-container .card-footer-title .black_layer {
  /* font-size: 24px; */
  /* z-index: 999999; */
  /* position: absolute; */
  /* left: 15px; */
  /* bottom: 0px; */
  /* color: white; */
  /*font-weight: bold;*/
  padding: 10px 20px;
  /* background-color: #1d1e24; */
  width: 100%;
  /* opacity: 0.9; */
  /* height: 8rem; */
  /* align-content: flex-end;*/
}
.card-wrapper .card-container .card-footer-title .black_layer::before {
  /*content:"";
                        height: 8rem;
                        background-color: #1d1e24;*/
}
.card-wrapper .card-container .card-footer-title .black_layer p {
  margin-bottom: 9px;
  text-align: left;
  font-size: 23px;
  color: white;
  /*-webkit-text-stroke-width: 1px;*/
  /* -webkit-text-stroke-color: #FF4782; */
  /*-webkit-text-stroke-color: black;*/
  /* color: white; */
  /*-webkit-text-fill-color: white;*/
  /* -webkit-text-stroke: 1px; */
  /*text-shadow: 2px 2px black;*/
}
.card-wrapper .card-container .card-footer-title .black_layer .team_name {
  font-weight: 800;
}
.card-wrapper .card-container .card-footer-title .black_layer .team_linkedin_link {
  opacity: 0;
  transition: all 1s;
}
@media (max-width: 991px) {
  .card-wrapper .card-container .card-footer-title .black_layer .team_linkedin_link {
    opacity: 1;
  }
}
.card-wrapper .card-container .card-footer-title .black_layer .team_linkedin_link .fa {
  font-size: 35px;
  padding-left: 5px;
  color: white;
}
.card-wrapper .card-hover-content-container {
  background-color: #1d1e24;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 0px 0px 0px 100px;
  transition: all 0.2s, border-radius 1s, top 1s;
  overflow: hidden;
  color: white;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  opacity: 0.7;
}
.card-wrapper .card-hover-content-container:hover {
  border-radius: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 26%;
  opacity: 0.5;
}
.card-wrapper .card-hover-content-container .card-menu-icon {
  position: absolute;
  right: 16px;
  top: 15px;
  color: white;
  opacity: 1;
  font-size: 20px;
}
.card-wrapper .card-hover-content-container .card-menu-icon .bar {
  width: 30px;
  height: 4px;
  background-color: white;
  margin: 3px;
}
.card-hover-content-container:hover .card-menu-icon {
  opacity: 0;
  right: 15px;
  top: 15px;
}
.card-hover-content-container:hover .card-hover-content {
  opacity: 1;
  transform: scale(1);
  transform: translateY(0);
}
.card-hover-content {
  width: 100%;
  text-align: center;
  padding: 5%;
  opacity: 0;
  transform: scale(0.5);
  transform: translateY(-200%);
  transition: opacity 0.2s, transform 0.8s;
}
.card-hover-content a {
  border-radius: 100%;
  border: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  /*background-color: #343741;*/
  color: white;
  margin: 5px;
  transition: all 0.5s;
}
.card-hover-content a .fa {
  font-size: 50px;
}
.card-hover-content a:hover {
  transform: scale(1.1);
}
