@import url("font-family.css");
.swiper {
  width: 100%;
}

.swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
}

.swiper-pagination-bullets {
  bottom: 10px !important;
}

.swiper-pagination-bullet-active {
  background-color: #f5f1ff !important;
}

.desktop {
  overflow-x: hidden;
}
.desktop .mar_75 {
  padding: 30px 75px;
}
.desktop .pad_75 {
  padding: 0px 75px 0 75px;
}
.desktop .main_container {
  background-color: #F6F6F6;
}
.desktop .top_bar {
  margin-top: -30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.desktop .ourLogo {
  cursor: pointer;
}
.desktop .ourLogo .logoImage {
  width: 105px;
  height: 105px;
}
.desktop .hamburger_menu {
  width: 30px;
  transition: transform 0.3s ease-in-out;
  height: 30px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  overflow-y: scroll;
  position: fixed;
  right: 75px;
  z-index: 45;
  cursor: pointer !important;
}
.desktop .hamburger_menu .line {
  width: auto;
  margin-bottom: 7px;
  height: 3px;
  background-color: rgb(0, 0, 0);
}
.desktop .hamburger_menu::-webkit-scrollbar {
  display: none;
}
.desktop .privacy_content {
  color: #ffffff;
  text-wrap: nowrap;
  display: flex;
  font-size: small;
  justify-content: space-between;
  font-family: "RalewayRegular";
}
.desktop .bottom_bar {
  position: relative;
}
.desktop .bottom_bar .up_arrow {
  font-family: "RalewayLight";
  font-size: 28px;
  display: flex;
  cursor: pointer;
  justify-content: end;
  line-height: 1;
  margin: 20px 70px 20px 20px;
}
.desktop .bottom_bar .up_arrow .up_arrow_img {
  padding: 15px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid black;
  height: 50px;
}
.desktop .clients {
  margin-top: 40px;
}
.desktop .clients .title {
  font-size: 30px;
  color: #808080;
  font-family: "RalewayRegular";
}
.desktop .clients .client_head {
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 50px;
  color: #808080;
  font-family: "RalewayRegular";
}
.desktop .clients .client_para {
  color: #808080;
  font-family: "RalewayRegular";
}
.desktop .clients .Celebrate_title {
  font-size: 40px;
  margin-top: 50px;
  color: #f69329;
  font-family: "RalewaySemiBold";
}
.desktop .clients .client_image_container {
  margin-top: 30px;
  width: 100%;
}
.desktop .clients .client_image_container .client_img_outer img {
  width: 100px;
}
.desktop .desktop_testimonial {
  display: block;
  transition: all 1s ease;
}
.desktop .desktop_testimonial .testimonials {
  margin-top: 60px;
}
.desktop .desktop_testimonial .testimonials .testimonials_title {
  font-size: 40px;
  color: #f69329;
}
.desktop .desktop_testimonial .testimonials .pinkbg {
  background-color: #f3a29e;
  height: 25vw;
  position: relative;
}
.desktop .desktop_testimonial .testimonials .quote_img {
  width: 74%;
  height: 25vw;
  position: absolute;
  top: 50%;
  z-index: 0;
  left: 0;
  transform: translate(0%, -50%);
}
.desktop .desktop_testimonial .testimonials .rotated_img {
  z-index: 0;
  position: absolute;
  width: 74%;
  height: 25vw;
  top: 0 !important;
  right: 0;
  transform: scaleX(-1);
}
.desktop .desktop_testimonial .testimonials .greenbg {
  position: relative;
  height: 25vw;
  transition: all 1s ease;
  background-color: #75bfc2;
}
.desktop .desktop_testimonial .testimonials .lightbluebg {
  background-color: #c0e5f7;
  height: 25vw;
  transition: all 1s ease;
  position: relative;
}
.desktop .desktop_testimonial .testimonials .brownbg {
  background-color: #b5b986;
  height: 25vw;
  transition: all 1s ease;
  position: relative;
}
.desktop .desktop_testimonial .testimonials .orangebg {
  background-color: #edb691;
  height: 25vw;
  transition: all 1s ease;
  position: relative;
}
.desktop .desktop_testimonial .testimonials .brightGreenbg {
  background-color: #50ea9d;
  height: 25vw;
  transition: all 1s ease;
  position: relative;
}
.desktop .desktop_testimonial .testimonials .skybluebg {
  background-color: #7bc6ef;
  height: 25vw;
  transition: all 1s ease;
  position: relative;
}
.desktop .desktop_testimonial .testimonials .yellow {
  background-color: #e6cd69;
  height: 25vw;
  transition: all 1s ease;
  position: relative;
}
.desktop .desktop_testimonial .testimonials .left_box {
  transition: all 1s ease;
}
.desktop .desktop_testimonial .testimonials .right_box {
  transition: all 1s ease;
}
.desktop .desktop_testimonial .testimonials .left_box:hover {
  transition: all 0.5s ease;
}
.desktop .desktop_testimonial .testimonials .left_box:hover .content {
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  z-index: 2;
}
.desktop .desktop_testimonial .testimonials .left_box:hover .content .client_name_text {
  font-family: "RalewayMedium";
  position: absolute;
  font-size: 1.3vw;
  transition: all 0.5s ease;
  top: 75%;
  left: 10%;
}
.desktop .desktop_testimonial .testimonials .left_box:hover .content .fullcaption {
  font-family: "RalewayRegular";
  position: absolute;
  top: 15%;
  padding: 0 30px;
  transition: all 0.5s ease;
  font-size: 1vw;
  opacity: 1;
}
.desktop .desktop_testimonial .testimonials .left_box:hover .content .caption {
  opacity: 0;
  position: absolute;
  bottom: 5%;
  transition: all 0.5s ease;
  right: 5%;
  width: 60%;
  font-size: 1vw;
  font-family: "RalewayRegular";
}
.desktop .desktop_testimonial .testimonials .left_box:hover .dbl_quote {
  position: absolute;
  top: 5%;
  right: 5%;
  transition: all 0.5s ease;
  width: 40px;
  height: 40px;
}
.desktop .desktop_testimonial .testimonials .right_box:hover {
  transition: all 0.5s ease;
}
.desktop .desktop_testimonial .testimonials .right_box:hover .rotated_dbl_quote {
  position: absolute;
  top: 5%;
  transition: all 0.5s ease;
  left: 5%;
  width: 40px;
  height: 40px;
}
.desktop .desktop_testimonial .testimonials .right_box:hover .right_content {
  transition: all 0.5s ease;
  position: absolute;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
}
.desktop .desktop_testimonial .testimonials .right_box:hover .right_content .client_name_text {
  transition: all 0.5s ease;
  font-family: "RalewayMedium";
  text-align: left;
  font-size: 1.3vw;
  position: absolute;
  top: 75%;
  left: 30%;
}
.desktop .desktop_testimonial .testimonials .right_box:hover .right_content .fullcaption {
  font-family: "RalewayRegular";
  transition: all 0.5s ease;
  position: absolute;
  padding: 0 30px;
  top: 15%;
  font-size: 1vw;
  opacity: 1;
}
.desktop .desktop_testimonial .testimonials .right_box:hover .right_content .caption {
  transition: all 0.5s ease;
  opacity: 0;
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 60%;
  font-size: 1vw;
  font-family: "RalewayRegular";
}
.desktop .desktop_testimonial .testimonials .testimonials_box {
  transition: all 1s ease;
}
.desktop .desktop_testimonial .testimonials .testimonials_box .content {
  transition: all 0.5s ease;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  left: 0;
}
.desktop .desktop_testimonial .testimonials .testimonials_box .content .client_name_text {
  transition: all 0.5s ease;
  font-family: "RalewayMedium";
  position: absolute;
  font-size: 1.3vw;
  top: 25%;
  left: 10%;
}
.desktop .desktop_testimonial .testimonials .testimonials_box .content .fullcaption {
  font-family: "RalewayRegular";
  transition: all 0.5s ease;
  position: absolute;
  top: 15%;
  padding: 0 30px;
  left: 0;
  font-size: 1vw;
  opacity: 0;
}
.desktop .desktop_testimonial .testimonials .testimonials_box .content .caption {
  transition: all 0.5s ease;
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 60%;
  font-size: 1vw;
  font-family: "RalewayRegular";
}
.desktop .desktop_testimonial .testimonials .testimonials_box .dbl_quote {
  transition: all 0.5s ease;
  position: absolute;
  bottom: 40%;
  right: 5%;
  width: 40px;
  height: 40px;
}
.desktop .desktop_testimonial .testimonials .testimonials_box .rotated_dbl_quote {
  transition: all 0.5s ease;
  position: absolute;
  bottom: 40%;
  left: 5%;
  width: 40px;
  height: 40px;
}
.desktop .desktop_testimonial .testimonials .testimonials_box .right_content {
  transition: all 0.5s ease;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.desktop .desktop_testimonial .testimonials .testimonials_box .right_content .client_name_text {
  font-family: "RalewayMedium";
  text-align: left;
  font-size: 1.3vw;
  position: absolute;
  transition: all 0.5s ease;
  top: 25%;
  left: 30%;
}
.desktop .desktop_testimonial .testimonials .testimonials_box .right_content .fullcaption {
  position: absolute;
  top: 15%;
  padding: 0 30px;
  left: 0;
  font-family: "RalewayRegular";
  font-size: 1vw;
  transition: all 0.5s ease;
  opacity: 0;
}
.desktop .desktop_testimonial .testimonials .testimonials_box .right_content .caption {
  position: absolute;
  bottom: 5%;
  left: 5%;
  transition: all 0.5s ease;
  width: 60%;
  font-size: 1vw;
  font-family: "RalewayRegular";
}
.desktop .desktop_testimonial .testimonials .testimonials_box .client_name {
  font-family: "RalewayBold";
}
.desktop .mobile_testimonial {
  display: none;
}
.desktop .mobile_testimonial .testimonials {
  margin-top: 60px;
}
.desktop .mobile_testimonial .testimonials .testimonials_title {
  font-size: 40px;
  color: #f69329;
}
.desktop .mobile_testimonial .testimonials .pinkbg {
  background-color: #f3a29e;
  height: 75vh;
  width: 100%;
  position: relative;
}
.desktop .mobile_testimonial .testimonials .quote_img {
  height: 75vh;
  position: absolute;
  top: 50%;
  z-index: 0;
  left: 0;
  transform: translate(0%, -50%);
}
.desktop .mobile_testimonial .testimonials .rotated_img {
  z-index: 0;
  position: absolute;
  height: 75vh;
  top: 0 !important;
  right: 0;
  transform: scaleX(-1);
}
.desktop .mobile_testimonial .testimonials .greenbg {
  position: relative;
  height: 75vh;
  width: 100%;
  background-color: #75bfc2;
}
.desktop .mobile_testimonial .testimonials .lightbluebg {
  background-color: #c0e5f7;
  height: 75vh;
  width: 100%;
  position: relative;
}
.desktop .mobile_testimonial .testimonials .brownbg {
  background-color: #b5b986;
  height: 75vh;
  width: 100%;
  position: relative;
}
.desktop .mobile_testimonial .testimonials .orangebg {
  background-color: #edb691;
  height: 75vh;
  width: 100%;
  position: relative;
}
.desktop .mobile_testimonial .testimonials .brightGreenbg {
  background-color: #50ea9d;
  height: 75vh;
  width: 100%;
  position: relative;
}
.desktop .mobile_testimonial .testimonials .skybluebg {
  background-color: #7bc6ef;
  height: 75vh;
  width: 100%;
  position: relative;
}
.desktop .mobile_testimonial .testimonials .yellow {
  background-color: #e6cd69;
  height: 75vh;
  width: 100%;
  position: relative;
}
.desktop .mobile_testimonial .testimonials .content {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 2;
}
.desktop .mobile_testimonial .testimonials .content .client_name_text {
  font-family: "RalewayMedium";
  position: absolute;
  top: 25%;
  left: 10%;
}
.desktop .mobile_testimonial .testimonials .content .caption {
  position: absolute;
  bottom: 10%;
  right: 5%;
  width: 60%;
  font-family: "RalewayRegular";
}
.desktop .mobile_testimonial .testimonials .dbl_quote {
  position: absolute;
  bottom: 40%;
  right: 5%;
  transition: all 0.5s ease;
  width: 60px;
  height: 60px;
}
.desktop .mobile_testimonial .testimonials .rotated_dbl_quote {
  position: absolute;
  bottom: 40%;
  transition: all 0.5s ease;
  left: 5%;
  width: 60px;
  height: 60px;
}
.desktop .mobile_testimonial .testimonials .right_content {
  position: absolute;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
}
.desktop .mobile_testimonial .testimonials .right_content .client_name_text {
  font-family: "RalewayMedium";
  text-align: left;
  position: absolute;
  top: 25%;
  left: 30%;
}
.desktop .mobile_testimonial .testimonials .right_content .caption {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 60%;
  font-family: "RalewayRegular";
}
.desktop .mobile_testimonial .testimonials .client_name {
  font-family: "RalewayBold";
}
.desktop .contact_link {
  font-size: 30px;
  color: #f69329;
  padding-top: 12px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-family: "RalewayRegular";
}
.desktop .contact_link:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
}
.desktop .relationship {
  margin-top: 30px;
}
.desktop .relationship .relation_title {
  color: #f69329;
  font-size: 40px;
  margin-bottom: 30px;
  font-family: "RalewayRegular";
}
.desktop .relationship .our_approach {
  margin-top: 20px;
  font-family: "RalewayRegular";
  color: #808080;
  margin-bottom: 30px;
}
.desktop .relationship .underline {
  cursor: pointer;
  text-decoration: underline;
  font-family: "RalewayRegular";
  font-size: 40px;
  color: #f69329;
}
.desktop .left_next {
  width: 5vh;
  cursor: pointer;
  height: 5vh;
  position: relative;
  background-color: #ffffff;
  text-align: left;
}
.desktop .left_next .left_next_white {
  position: absolute;
  left: 50%;
  display: none;
  width: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.desktop .left_next .left_next_black {
  position: absolute;
  left: 50%;
  width: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.desktop .left_next:hover {
  background-color: #000000;
  transition: all 0.5s ease;
}
.desktop .left_next:hover .left_next_white {
  display: block;
  z-index: 3;
}
.desktop .right_next {
  width: 5vh;
  cursor: pointer;
  height: 5vh;
  position: relative;
  background-color: #ffffff;
  text-align: left;
}
.desktop .right_next .right_next_white {
  position: absolute;
  left: 50%;
  width: 30px;
  display: none;
  top: 50%;
  transform: translate(-50%, -50%);
}
.desktop .right_next .right_next_black {
  position: absolute;
  left: 50%;
  width: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.desktop .right_next:hover {
  background-color: #000000;
  transition: all 0.5s ease;
}
.desktop .right_next:hover .right_next_white {
  display: block;
  z-index: 3;
}
.desktop .nav_arrow_img {
  width: 20px;
  height: 20px;
}
.desktop .nav_arrow_left_white {
  width: 20px;
  height: 20px;
  display: none;
}
.desktop .nav_arrow_right_white {
  width: 20px;
  height: 20px;
  display: none;
}
.desktop .right_nav_arrow {
  display: flex;
  margin-left: 10px;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
  width: 30px;
  border-radius: 50px;
  height: 30px;
}
.desktop .left_nav_arrow {
  display: flex;
  z-index: 99;
  margin-right: 10px;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
  width: 30px;
  border-radius: 50px;
  height: 30px;
}
.desktop .left_nav_arrow:hover {
  background-color: #F69225;
}
.desktop .left_nav_arrow:hover .nav_arrow_left_white {
  display: block;
}
.desktop .left_nav_arrow:hover .nav_arrow_img_left {
  display: none;
}
.desktop .right_nav_arrow:hover {
  background-color: #F69225;
}
.desktop .right_nav_arrow:hover .nav_arrow_right_white {
  display: block;
}
.desktop .right_nav_arrow:hover .nav_arrow_img_right {
  display: none;
}

.next {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.prev {
  opacity: 0;
}

.prev_page_name {
  position: absolute;
  z-index: 0;
  opacity: 0;
  margin: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-300px);
}

@media screen and (max-width: 768px) {
  .desktop {
    overflow-x: hidden;
  }
  .desktop .mar_75 {
    padding: 30px 25px;
  }
  .desktop .pad_75 {
    padding: 0px 25px 0 25px;
  }
  .desktop .top_bar {
    margin-top: -30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .desktop .ourLogo {
    cursor: pointer;
  }
  .desktop .ourLogo .logoImage {
    width: 70px;
    height: 70px;
  }
  .desktop .hamburger_menu {
    width: 30px;
    transition: transform 0.3s ease-in-out;
    height: 30px;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    position: fixed;
    top: 30px;
    right: 25px;
    z-index: 45;
    cursor: pointer !important;
  }
  .desktop .hamburger_menu .line {
    width: auto;
    margin-bottom: 7px;
    height: 3px;
    background-color: rgb(0, 0, 0);
  }
  .desktop .hamburger_menu::-webkit-scrollbar {
    display: none;
  }
  .desktop .privacy_content {
    color: #ffffff;
    display: flex;
    text-wrap: nowrap;
    font-size: small;
    justify-content: space-between;
    font-family: "RalewayRegular";
  }
  .desktop .bottom_bar {
    position: relative;
  }
  .desktop .bottom_bar .up_arrow {
    font-family: "RalewayLight";
    font-size: 28px;
    display: flex;
    cursor: pointer;
    justify-content: end;
    line-height: 1;
    margin: 20px 20px 20px 20px;
  }
  .desktop .bottom_bar .up_arrow .up_arrow_img {
    padding: 15px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid black;
    height: 50px;
  }
  .desktop .clients {
    margin-top: 40px;
  }
  .desktop .clients .title {
    font-size: 30px;
    color: #808080;
    font-family: "RalewayRegular";
  }
  .desktop .clients .client_head {
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 50px;
    color: #808080;
    font-family: "RalewayRegular";
  }
  .desktop .clients .client_para {
    color: #808080;
    font-family: "RalewayRegular";
  }
  .desktop .clients .Celebrate_title {
    font-size: 40px;
    margin-top: 50px;
    color: #f69329;
    font-family: "RalewaySemiBold";
  }
  .desktop .clients .client_image_container {
    margin-top: 30px;
    width: 100%;
  }
  .desktop .clients .client_image_container .client_img_outer {
    display: flex;
    justify-content: center;
  }
  .desktop .clients .client_image_container .client_img_outer img {
    width: 50px;
  }
  .desktop .desktop_testimonial {
    display: none;
  }
  .desktop .desktop_testimonial .testimonials {
    margin-top: 60px;
  }
  .desktop .desktop_testimonial .testimonials .testimonials_title {
    font-size: 40px;
    color: #f69329;
  }
  .desktop .desktop_testimonial .testimonials .pinkbg {
    background-color: #f3a29e;
    height: 25vw;
    position: relative;
  }
  .desktop .desktop_testimonial .testimonials .quote_img {
    width: 74%;
    height: 25vw;
    position: absolute;
    top: 50%;
    z-index: 0;
    left: 0;
    transform: translate(0%, -50%);
  }
  .desktop .desktop_testimonial .testimonials .rotated_img {
    z-index: 0;
    position: absolute;
    width: 74%;
    height: 25vw;
    top: 0 !important;
    right: 0;
    transform: scaleX(-1);
  }
  .desktop .desktop_testimonial .testimonials .greenbg {
    position: relative;
    height: 25vw;
    background-color: #75bfc2;
  }
  .desktop .desktop_testimonial .testimonials .lightbluebg {
    background-color: #c0e5f7;
    height: 25vw;
    position: relative;
  }
  .desktop .desktop_testimonial .testimonials .brownbg {
    background-color: #b5b986;
    height: 25vw;
    position: relative;
  }
  .desktop .desktop_testimonial .testimonials .orangebg {
    background-color: #edb691;
    height: 25vw;
    position: relative;
  }
  .desktop .desktop_testimonial .testimonials .brightGreenbg {
    background-color: #50ea9d;
    height: 25vw;
    position: relative;
  }
  .desktop .desktop_testimonial .testimonials .skybluebg {
    background-color: #7bc6ef;
    height: 25vw;
    position: relative;
  }
  .desktop .desktop_testimonial .testimonials .yellow {
    background-color: #e6cd69;
    height: 25vw;
    position: relative;
  }
  .desktop .desktop_testimonial .testimonials .testimonials_box .content {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
  }
  .desktop .desktop_testimonial .testimonials .testimonials_box .content .client_name_text {
    font-family: "RalewayMedium";
    position: absolute;
    font-size: 1.3vw;
    top: 25%;
    left: 10%;
  }
  .desktop .desktop_testimonial .testimonials .testimonials_box .content .caption {
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 60%;
    font-size: 1vw;
    font-family: "RalewayRegular";
  }
  .desktop .desktop_testimonial .testimonials .testimonials_box .dbl_quote {
    position: absolute;
    transition: all 0.5s ease;
    bottom: 40%;
    right: 5%;
    width: 40px;
    height: 40px;
  }
  .desktop .desktop_testimonial .testimonials .testimonials_box .rotated_dbl_quote {
    position: absolute;
    bottom: 40%;
    transition: all 0.5s ease;
    left: 5%;
    width: 40px;
    height: 40px;
  }
  .desktop .desktop_testimonial .testimonials .testimonials_box .right_content {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 2;
  }
  .desktop .desktop_testimonial .testimonials .testimonials_box .right_content .client_name_text {
    font-family: "RalewayMedium";
    text-align: left;
    font-size: 1.3vw;
    position: absolute;
    top: 25%;
    left: 30%;
  }
  .desktop .desktop_testimonial .testimonials .testimonials_box .right_content .fullcaption {
    font-family: "RalewayRegular";
  }
  .desktop .desktop_testimonial .testimonials .testimonials_box .right_content .caption {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 60%;
    font-size: 1vw;
    font-family: "RalewayRegular";
  }
  .desktop .desktop_testimonial .testimonials .testimonials_box .client_name {
    font-family: "RalewayBold";
  }
  .desktop .mobile_testimonial {
    display: block;
  }
  .desktop .mobile_testimonial .testimonials {
    margin-top: 60px;
  }
  .desktop .mobile_testimonial .testimonials .testimonials_title {
    font-size: 40px;
    color: #f69329;
  }
  .desktop .mobile_testimonial .testimonials .pinkbg {
    background-color: #f3a29e;
    height: 75vw;
    width: 100vw;
    position: relative;
  }
  .desktop .mobile_testimonial .testimonials .quote_img {
    height: 100%;
    position: absolute;
    top: 50%;
    z-index: 0;
    left: 0;
    transform: translate(0%, -50%);
  }
  .desktop .mobile_testimonial .testimonials .rotated_img {
    z-index: 0;
    position: absolute;
    height: 100%;
    top: 0 !important;
    right: 0;
    transform: scaleX(-1);
  }
  .desktop .mobile_testimonial .testimonials .greenbg {
    position: relative;
    height: 75vw;
    width: 100vw;
    background-color: #75bfc2;
  }
  .desktop .mobile_testimonial .testimonials .lightbluebg {
    background-color: #c0e5f7;
    height: 75vw;
    width: 100vw;
    position: relative;
  }
  .desktop .mobile_testimonial .testimonials .brownbg {
    background-color: #b5b986;
    height: 75vw;
    width: 100vw;
    position: relative;
  }
  .desktop .mobile_testimonial .testimonials .orangebg {
    background-color: #edb691;
    height: 75vw;
    width: 100vw;
    position: relative;
  }
  .desktop .mobile_testimonial .testimonials .brightGreenbg {
    background-color: #50ea9d;
    height: 75vw;
    width: 100vw;
    position: relative;
  }
  .desktop .mobile_testimonial .testimonials .skybluebg {
    background-color: #7bc6ef;
    height: 75vw;
    width: 100vw;
    position: relative;
  }
  .desktop .mobile_testimonial .testimonials .yellow {
    background-color: #e6cd69;
    height: 75vw;
    width: 100vw;
    position: relative;
  }
  .desktop .mobile_testimonial .testimonials .left_box {
    transition: all 1s ease;
  }
  .desktop .mobile_testimonial .testimonials .right_box {
    transition: all 1s ease;
  }
  .desktop .mobile_testimonial .testimonials .left_box:hover .content {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
  }
  .desktop .mobile_testimonial .testimonials .left_box:hover .content .client_name_text {
    font-family: "RalewayMedium";
    position: absolute;
    font-size: 16px;
    top: 75%;
    left: 10%;
  }
  .desktop .mobile_testimonial .testimonials .left_box:hover .content .fullcaption {
    font-family: "RalewayRegular";
    position: absolute;
    top: 15%;
    padding: 0 20px;
    font-size: 14px;
    opacity: 1;
  }
  .desktop .mobile_testimonial .testimonials .left_box:hover .content .caption {
    opacity: 0;
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 60%;
    font-size: 1vw;
    font-family: "RalewayRegular";
  }
  .desktop .mobile_testimonial .testimonials .left_box:hover .dbl_quote {
    position: absolute;
    top: 5%;
    transition: top 0.5s ease;
    right: 5%;
    width: 40px;
    height: 40px;
  }
  .desktop .mobile_testimonial .testimonials .right_box:hover {
    transition: all 0.5s ease;
  }
  .desktop .mobile_testimonial .testimonials .right_box:hover .rotated_dbl_quote {
    transition: all 0.5s ease;
    position: absolute;
    top: 5%;
    left: 5%;
    width: 40px;
    height: 40px;
  }
  .desktop .mobile_testimonial .testimonials .right_box:hover .right_content {
    transition: all 0.5s ease;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .desktop .mobile_testimonial .testimonials .right_box:hover .right_content .client_name_text {
    font-family: "RalewayMedium";
    text-align: left;
    font-size: 16px;
    position: absolute;
    top: 75%;
    left: 50%;
  }
  .desktop .mobile_testimonial .testimonials .right_box:hover .right_content .fullcaption {
    position: absolute;
    font-family: "RalewayRegular";
    top: 15%;
    font-size: 14px;
    padding: 20px;
    opacity: 1;
  }
  .desktop .mobile_testimonial .testimonials .right_box:hover .right_content .caption {
    opacity: 0;
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 60%;
    font-size: 1vw;
    font-family: "RalewayRegular";
  }
  .desktop .mobile_testimonial .testimonials .content {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
  }
  .desktop .mobile_testimonial .testimonials .content .client_name_text {
    font-family: "RalewayMedium";
    position: absolute;
    top: 25%;
    left: 10%;
  }
  .desktop .mobile_testimonial .testimonials .content .fullcaption {
    font-family: "RalewayRegular";
    position: absolute;
    top: 20%;
    padding: 0 20px;
    font-size: 14px;
    opacity: 0;
  }
  .desktop .mobile_testimonial .testimonials .content .caption {
    position: absolute;
    bottom: 10%;
    right: 5%;
    width: 60%;
    font-size: 2.9vw;
    font-family: "RalewayRegular";
  }
  .desktop .mobile_testimonial .testimonials .dbl_quote {
    position: absolute;
    transition: all 0.5s ease;
    bottom: 40%;
    right: 5%;
    width: 60px;
    height: 60px;
  }
  .desktop .mobile_testimonial .testimonials .rotated_dbl_quote {
    position: absolute;
    transition: all 0.5s ease;
    bottom: 40%;
    left: 5%;
    width: 60px;
    height: 60px;
  }
  .desktop .mobile_testimonial .testimonials .right_content {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 2;
  }
  .desktop .mobile_testimonial .testimonials .right_content .client_name_text {
    font-family: "RalewayMedium";
    text-align: left;
    position: absolute;
    top: 25%;
    left: 50%;
  }
  .desktop .mobile_testimonial .testimonials .right_content .fullcaption {
    padding: 0 20px;
    opacity: 0;
  }
  .desktop .mobile_testimonial .testimonials .right_content .caption {
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: 60%;
    font-size: 2.9vw;
    font-family: "RalewayRegular";
  }
  .desktop .mobile_testimonial .testimonials .client_name {
    font-family: "RalewayBold";
  }
  .desktop .relationship {
    margin-top: 30px;
  }
  .desktop .relationship .relation_title {
    color: #f69329;
    font-size: 40px;
    margin-bottom: 30px;
    font-family: "RalewayRegular";
  }
  .desktop .relationship .our_approach {
    margin-top: 20px;
    font-family: "RalewayRegular";
    color: #808080;
    margin-bottom: 30px;
  }
  .desktop .relationship .underline {
    text-decoration: underline;
    font-family: "RalewayRegular";
    font-size: 40px;
    cursor: pointer;
    color: #f69329;
  }
}/*# sourceMappingURL=clients.css.map */