/*
 Theme Name:     Principal Business Finance child theme
 Theme URI:      https://www.detype.com
 Description:    Custom theme
 Author:         DeType
 Author URI:     https://www.detype.com
 Template:       Divi
 Version:        1.0.0
*/
/* ------------------- testimonials slider ------------------- */
.testimonials_wrapper .testimonial_slider .slick-list {
  margin-left: -20px;
}
.testimonials_wrapper .testimonial_slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.testimonials_wrapper .testimonial_slider .slick-slide {
  margin-left: 20px;
  height: inherit !important;
}
.testimonials_wrapper .testimonial_slider .testimonial {
  background-color: #fff;
  padding: 20px;
  padding-bottom: 100px;
  position: relative;
}
.testimonials_wrapper .testimonial_slider .testimonial .stars img {
  width: 100px;
  display: block;
}
.testimonials_wrapper .testimonial_slider .testimonial blockquote {
  border: none;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 18px;
  margin-top: 20px;
}
.testimonials_wrapper .testimonial_slider .testimonial .footer {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
}
.testimonials_wrapper .testimonial_slider .testimonial .footer .author_info .name {
  font-size: 24px;
  color: #000;
}
.testimonials_wrapper .testimonial_slider .testimonial .footer .author_info .other_info {
  margin-top: 10px;
  font-size: 16px;
  color: #000;
}
.testimonials_wrapper .testimonial_slider .testimonial .footer .logo img {
  width: 40px;
  display: block;
}
.testimonials_wrapper .testimonial_slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.testimonials_wrapper .testimonial_slider .slick-arrow img {
  width: 25px;
  display: block;
}
.testimonials_wrapper .testimonial_slider .slick-arrow.slick-prev {
  left: -60px;
}
.testimonials_wrapper .testimonial_slider .slick-arrow.slick-next {
  right: -60px;
}
.testimonials_wrapper .dots_nav {
  margin-top: 40px;
}
.testimonials_wrapper .dots_nav .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonials_wrapper .dots_nav .slick-dots li button {
  text-indent: -9999em;
  border: none;
  background-color: #c8cdcc;
  height: 5px;
  width: 60px;
  margin: 0 7px;
  cursor: pointer;
}
.testimonials_wrapper .dots_nav .slick-dots li.slick-active button {
  background-color: #2ECFB1;
}

/* ------------------------------ services tabs ----------------------- */
.services_tab_wrapper .services_tab_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 20px 2.5fr;
  grid-template-columns: 1.5fr 2.5fr;
  grid-gap: 20px;
}
@media (max-width: 979px) {
  .services_tab_wrapper .services_tab_wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.services_tab_wrapper .services_tab_wrap .title h2 {
  font-size: 50px;
  font-weight: 800;
  color: #1e4f61;
  line-height: 1.5;
}
.services_tab_wrapper .services_tab_wrap ul.tab_links {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.services_tab_wrapper .services_tab_wrap ul.tab_links li {
  margin-bottom: 25px;
}
.services_tab_wrapper .services_tab_wrap ul.tab_links li a {
  position: relative;
  font-size: 24px;
  color: #1e4f61;
  background: url(/wp-content/uploads/2024/03/pbf-icon6.svg) no-repeat 0 4px;
  padding: 0 0 0 25px;
  display: block;
}
.services_tab_wrapper .services_tab_wrap ul.tab_links li a.active {
  background: url(/wp-content/uploads/2024/03/pbf-icon7.svg) no-repeat 0 4px;
  font-weight: 900;
}
.services_tab_wrapper .services_tab_wrap ul.tab_links li a.active:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: #0bc7a4;
  display: block;
  right: 0;
  top: 12px;
}
.services_tab_wrapper .tab_content_wrapper {
  position: relative;
}
.services_tab_wrapper .tab_content_wrapper .theme_shap {
  background: url(/wp-content/uploads/2024/03/pbf-shape2.svg) no-repeat 0 0;
  width: 300px;
  height: 400px;
  background-size: contain;
  position: absolute;
  z-index: 9;
  right: -75px;
  top: -50px;
}
.services_tab_wrapper .tab_content_wrapper .tab_content {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 20px;
  min-height: 600px;
  -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 30%, 80% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 85% 0%, 100% 30%, 80% 100%, 0% 100%);
}
.services_tab_wrapper .tab_content_wrapper .tab_content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0.1012780112)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.1012780112) 100%);
}
.services_tab_wrapper .tab_content_wrapper .tab_content .content_icon {
  position: absolute;
  width: 100px;
  
  left: 50px;
  top: 30px;
  z-index: 9;
}
.services_tab_wrapper .tab_content_wrapper .tab_content .content_wrap {
  position: absolute;
  bottom: 50px;
  left: 50px;
  max-width: 60%;
}
.services_tab_wrapper .tab_content_wrapper .tab_content .content_wrap .tab_title h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
}
.services_tab_wrapper .tab_content_wrapper .tab_content .content_wrap .tab_description {
  color: #fff;
  font-size: 20px;
}
.services_tab_wrapper .tab_content_wrapper .tab_content .content_wrap .action {
  margin-top: 30px;
}
.services_tab_wrapper .tab_content_wrapper .tab_content .content_wrap .action a {
  font-size: 16px;
  background-color: transparent;
  border: transparent solid 1px;
  padding: 10px 30px;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.services_tab_wrapper .tab_content_wrapper .tab_content .content_wrap .action a:first-child {
  background-color: #FFF;
  border-color: #FFF;
  color: #1f9f86;
}
.services_tab_wrapper .tab_content_wrapper .tab_content .content_wrap .action a:first-child:hover {
  background-color: #1f9f86;
  border-color: #1f9f86;
  color: #FFF;
}
.services_tab_wrapper .tab_content_wrapper .tab_content .content_wrap .action a:nth-child(2) {
  background-color: #1f9f86;
  border-color: #1f9f86;
  color: #FFF;
  margin-left: 10px;
}
.services_tab_wrapper .tab_content_wrapper .tab_content .content_wrap .action a:nth-child(2):hover {
  background-color: #FFF;
  border-color: #FFF;
  color: #1f9f86;
}