@charset "UTF-8";
.btn {
  display: inline-block;
  padding: 9px 30px;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: background 0.5s;
  /* For Safari 3.0 to 6.0 */
  transition: background 0.5s;
  /* For modern browsers */
}
.btn.primary-btn {
  background: #3051a2;
}
.btn.primary-btn:hover {
  color: #fff;
  background: #ea3a60;
}
.btn.primary-btn.no-hover:hover {
  background: #3051a2;
}
.btn.secondary-btn {
  background: #ea3a60;
}
.btn.secondary-btn:hover {
  background: #3051a2;
  color: #fff;
}
.btn.secondary-btn.no-hover:hover {
  background: #ea3a60;
}
.btn.white-btn {
  color: #333333;
  padding: 8px 28px;
  border: 2px solid #3051a2;
  background: #ffffff;
}
.btn.white-btn:hover {
  background: #3051a2;
  color: #ffffff;
}
.btn.footer-cta {
  color: #ffffff;
}
.btn.footer-cta:hover {
  background-color: #ffffff !important;
  color: #ea3a60;
}

.op-banner {
  position: relative;
}
.op-banner .item {
  position: relative;
}
.op-banner .item .op-banner-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.op-banner .item .op-banner-caption .container {
  position: relative;
  height: auto;
}
.op-banner .item .op-banner-caption .container .op-banner-details {
  opacity: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
  padding: 30px 30px 30px 50px;
  right: 100px;
  top: 15px;
  width: 450px;
  height: calc(100% - 30px);
  -webkit-transition: all 500ms ease 500ms;
  -khtml-transition: all 500ms ease 500ms;
  -moz-transition: all 500ms ease 500ms;
  -ms-transition: all 500ms ease 500ms;
  -o-transition: all 500ms ease 500ms;
  transition: all 500ms ease 500ms;
}
.op-banner .item .op-banner-caption .container .op-banner-details::before {
  border: 1px solid #ffffff;
  content: "";
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  position: absolute;
}
.op-banner .item .op-banner-caption .container .op-banner-details h1 {
  opacity: 0;
  transform: translateY(30px);
  -webkit-transition: all 500ms ease 1000ms;
  -khtml-transition: all 500ms ease 1000ms;
  -moz-transition: all 500ms ease 1000ms;
  -ms-transition: all 500ms ease 1000ms;
  -o-transition: all 500ms ease 1000ms;
  transition: all 500ms ease 1000ms;
}
.op-banner .item .op-banner-caption .container .op-banner-details .op-banner-text {
  opacity: 0;
  transform: translateY(30px);
  -webkit-transition: all 500ms ease 1200ms;
  -khtml-transition: all 500ms ease 1200ms;
  -moz-transition: all 500ms ease 1200ms;
  -ms-transition: all 500ms ease 1200ms;
  -o-transition: all 500ms ease 1200ms;
  transition: all 500ms ease 1200ms;
}
.op-banner .item .op-banner-caption .container .op-banner-details .banner-buttons {
  margin-top: 20px;
  transform: translateY(30px);
  -webkit-transition: all 500ms ease 1500ms;
  -khtml-transition: all 500ms ease 1500ms;
  -moz-transition: all 500ms ease 1500ms;
  -ms-transition: all 500ms ease 1500ms;
  -o-transition: all 500ms ease 1500ms;
  transition: all 500ms ease 1500ms;
  opacity: 0;
}
.op-banner .item .op-banner-caption .container .op-banner-details .banner-buttons li {
  display: inline-block;
}
.op-banner .item .op-banner-caption .container .op-banner-details .banner-buttons li:not(:last-child) {
  margin-right: 15px;
}
.op-banner .item.slick-active .op-banner-caption .container .op-banner-details {
  opacity: 1;
  right: 0;
}
.op-banner .item.slick-active .op-banner-caption .container .op-banner-details h1 {
  opacity: 1;
  transform: translateY(0);
}
.op-banner .item.slick-active .op-banner-caption .container .op-banner-details .op-banner-text {
  opacity: 1;
  transform: translateY(0);
}
.op-banner .item.slick-active .op-banner-caption .container .op-banner-details .banner-buttons {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 576px) {
  .op-banner .item .op-banner-caption .container .op-banner-details {
    padding: 20px;
    width: 100%;
  }
  .op-banner .item .op-banner-caption .container .op-banner-details::before {
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
  }
  .op-banner .item .op-banner-caption .container .op-banner-details h1 {
    font-size: 30px;
  }
  .op-banner .item .op-banner-caption .container .op-banner-details .banner-buttons li {
    display: inline-block;
  }
  .op-banner .item .op-banner-caption .container .op-banner-details .banner-buttons li:not(:last-child) {
    margin-right: 5px;
  }
  .op-banner .item .op-banner-caption .container .op-banner-details .banner-buttons li .btn {
    padding: 8px 15px;
  }
  .op-banner .item .op-banner-caption .container .op-banner-details .banner-buttons li .btn.white-btn {
    padding: 5px 15px;
  }
}
.header-svg {
  max-width: 150px;
}
.header-svg svg {
  fill: transparent;
  stroke-width: 3px;
}

.primary-heading.primary-color .header-svg svg {
  stroke: #3051a2;
}
.primary-heading.secondary-color .header-svg svg {
  stroke: #ea3a60;
}
.primary-heading.white-color .header-svg svg {
  stroke: #ffffff;
}
.primary-heading h1, .primary-heading h2, .primary-heading h3, .primary-heading h4, .primary-heading h5 {
  position: relative;
  margin-bottom: 10px;
}

.sidebar .widget h4 {
  position: relative;
  margin-bottom: 20px;
}

.secondary-heading .header-svg {
  margin-left: auto;
  margin: auto;
}
.secondary-heading .header-svg svg {
  stroke: #3051a2;
}
.secondary-heading.primary-color .header-svg svg {
  stroke: #3051a2;
}
.secondary-heading.secondary-color .header-svg svg {
  stroke: #ea3a60;
}
.secondary-heading.white-color .header-svg svg {
  stroke: #ffffff;
}
.secondary-heading h1, .secondary-heading h2, .secondary-heading h3, .secondary-heading h4, .secondary-heading h5 {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

.op-title-wrapper {
  padding-top: 220px;
  padding-bottom: 180px;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.op-title-wrapper::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(6, 38, 55, 0.5);
}
.op-title-wrapper .container {
  position: relative;
}
.op-title-wrapper .container h2 {
  margin-bottom: 0;
}
.op-title-wrapper .title-svg {
  position: absolute;
  bottom: -2px;
  z-index: 3;
  fill: #ffffff;
  width: 100%;
  display: none;
}

@media (max-width: 767px) {
  .op-title-wrapper {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
.corpto-pricing-item {
  text-align: center;
  padding: 30px;
}
.corpto-pricing-item h5 {
  margin-bottom: 20px;
}
.corpto-pricing-item h3 {
  color: #3051a2;
  margin-bottom: 20px;
}
.corpto-pricing-item ul {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.corpto-pricing-item ul li {
  padding: 10px 0;
}

.image-content-container {
  position: relative;
  padding: 40px 0 0 48px;
  width: calc(100% - 12px);
}

.op-image {
  position: relative;
}
.op-image::before {
  height: 100%;
  width: calc(100% - 15px);
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 22px);
  top: 0;
  bottom: 0;
  left: 2px;
  right: 0;
  margin: auto;
  border: 5px solid #ea3a60;
  background-color: transparent;
}
.op-image img {
  padding-left: 15px;
  position: relative;
  z-index: 2;
}

.op-image-content {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 8px;
  width: 72%;
  border-radius: 10px 0 0 0;
  box-shadow: -10px -10px 20px 0 rgba(67, 88, 109, 0.05);
  background-color: #fff;
  max-height: 140px;
  z-index: 2;
  padding: 30px 15px 20px 40px;
}
.op-image-content:after {
  content: "";
  border-color: #ffffff transparent #ffffff #ffffff;
  border-style: solid;
  border-top-width: 135px;
  border-right-width: 50px;
  border-bottom-width: 0;
  border-left-width: 0;
  height: 0;
  width: calc(100% + 50px);
  border-radius: 10px 0 0 0;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.op-image-content .op-image-content-label,
.op-image-content .op-image-content-title {
  position: relative;
  z-index: 2;
  display: block;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.op-image-content .op-image-content-title {
  font-weight: bold;
  font-size: 24px;
}

@media (max-width: 767px) {
  .image-content-container {
    padding: 30px 0 0 20px;
  }

  .op-image-content .op-image-content-title {
    font-size: 20px;
  }

  .op-image-content {
    width: 70%;
    padding: 30px 15px 20px 20px;
  }
  .op-image-content:after {
    border-top-width: 115px;
  }
}
.corpto-team-members-carousel.pagi-disabled .slick-dots {
  display: none !important;
}
.corpto-team-members-carousel .slick-dots {
  bottom: -50px;
}
.corpto-team-members-carousel .slick-dots li button {
  background: #ea3a60;
  border-radius: 100px 100px 0 100px;
  width: 12px;
  height: 12px;
}
.corpto-team-members-carousel .slick-dots li button::before {
  display: none;
}
.corpto-team-members-carousel .slick-dots li.slick-active button, .corpto-team-members-carousel .slick-dots li:hover button {
  background: #3051a2;
  box-shadow: 0px 4px 12px 0px rgba(76, 21, 191, 0.4);
}

.team-member-item.style-1 {
  margin: 0 15px;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid #f2f2f4;
}
.team-member-item.style-1 .team-item-profile {
  overflow: hidden;
}
.team-member-item.style-1 .team-member-info {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -45px;
  background: #ffffff;
  width: 100%;
  padding: 20px;
  padding-top: 0;
  text-align: center;
  -webkit-transition: all 0.4s, max-height 0.4s;
  -o-transition: all 0.4s, max-height 0.4s;
  -moz-transition: all 0.4s, max-height 0.4s;
  transition: all 0.4s, max-height 0.4s;
}
.team-member-item.style-1 .team-member-info:before {
  content: "";
  position: absolute;
  left: -5%;
  top: -22%;
  width: 110%;
  height: 90px;
  background-color: #fff;
  -webkit-transform: skewX(-6deg) rotate(-7deg);
  -ms-transform: skewX(-6deg) rotate(-7deg);
  transform: skewX(-6deg) rotate(-7deg);
  z-index: -1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.team-member-item.style-1 .team-member-info .member-meta .member-name {
  font-weight: 700;
  color: #333333;
  font-size: 20px;
}
.team-member-item.style-1 .team-member-info .member-meta .member-name a {
  color: #333333;
}
.team-member-item.style-1 .team-member-info .member-excerpt {
  z-index: 1;
  max-height: 0;
  opacity: 1;
  overflow: hidden;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
.team-member-item.style-1 .team-member-info .member-social-links {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.team-member-item.style-1 .team-member-info .member-social-links li {
  margin: 0px 5px;
}
.team-member-item.style-1 .team-member-info .member-social-links li a {
  color: #333333;
}
.team-member-item.style-1 .team-member-info .member-social-links li a:hover {
  color: #3051a2;
}
.team-member-item.style-1:hover .team-member-info {
  background-color: #ea3a60;
  color: #ffffff;
  bottom: 0;
}
.team-member-item.style-1:hover .team-member-info:before {
  background-color: #ea3a60;
}
.team-member-item.style-1:hover .team-member-info .member-name a {
  color: #ffffff;
}
.team-member-item.style-1:hover .team-member-info .member-social-links li a {
  color: #ffffff;
}
.team-member-item.style-1:hover .team-member-info .member-excerpt {
  opacity: 1;
  max-height: 450px;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  padding-bottom: 10px;
  padding-top: 10px;
}
.team-member-item.style-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.team-member-item.style-2:hover .team-member-container {
  box-shadow: 0 15px 10px 5px rgba(0, 0, 0, 0.1);
}
.team-member-item.style-2:hover .team-member-info {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.team-member-item.style-2 .team-member-info {
  padding: 85px 20px 30px 50px;
  text-align: right;
  position: absolute;
  bottom: -15px;
  right: -235px;
  z-index: 2;
  min-width: 220px;
  min-height: 220px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.team-member-item.style-2 .team-member-info:after {
  height: 200%;
  width: 200%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  border-radius: 100%;
  background: #3051a2;
}
.team-member-item.style-2 ul.member-social-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.team-member-item.style-2 ul.member-social-links li {
  display: inline-block;
  margin: 0 5px;
}
.team-member-item.style-2 ul.member-social-links li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  position: relative;
}
.team-member-item.style-2 ul.member-social-links li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  transition: transform 250ms ease-in-out;
  transform: scaleX(0);
  background: #ffffff;
}
.team-member-item.style-2 ul.member-social-links li a:hover::before {
  transform: scaleX(1);
}
.team-member-item.style-2 .member-excerpt {
  display: none;
}
.team-member-item.style-2 .member-meta a {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.team-member-item.style-2 .member-meta a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  transition: transform 250ms ease-in-out;
  transform: scaleX(0);
  background: #ffffff;
}
.team-member-item.style-2 .member-meta a:hover::before {
  transform: scaleX(1);
}
.team-member-item.style-2 .member-meta .member-desingation {
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 400;
}

.single-team-bio ul li {
  border-bottom: none;
}

@media (max-width: 992px) {
  .team-member-item.style-1 .team-member-info:before {
    top: -24%;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .team-member-item.style-1 .team-member-info {
    background-color: #ea3a60;
    color: #ffffff;
    bottom: 0;
  }

  .team-member-item.style-1 .team-member-info .member-meta .member-name a {
    color: #ffffff;
  }

  .team-member-item.style-1 .team-member-info .member-excerpt {
    opacity: 1;
    max-height: 450px;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .team-member-item.style-1 .team-member-info .member-social-links li a {
    color: #ffffff;
  }

  .team-member-item.style-1 .team-member-info:before {
    background-color: #ea3a60;
  }
}
@media (max-width: 767px) {
  .team-member-item.style-2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    position: relative;
  }
  .team-member-item.style-2 .team-member-info {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
}
.corpto-blog-item .featured-image {
  margin: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 0;
}
.corpto-blog-item .featured-image img {
  border-radius: 5px;
}
.corpto-blog-item .post-content {
  padding: 50px 30px 30px 30px;
  margin: -50px 15px 50px 0;
}
.corpto-blog-item .post-content.no-featured-image {
  padding: 30px 30px 30px 30px;
  margin: 0 15px 50px 0;
}
.corpto-blog-item .post-content .page-title {
  margin-bottom: 15px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.gallery figure {
  flex-basis: 33%;
  padding: 5px;
  margin-bottom: 0;
  text-align: center;
}

.comments-area .comments-title {
  margin-bottom: 20px;
}
.comments-area .header-svg {
  max-width: 90px;
  stroke: #3051a2;
  margin-bottom: 40px;
}
.comments-area .bypostauthor {
  background: transparent;
}
.comments-area .comment-list li article {
  padding: 40px 40px 35px 40px;
  background: #f5f7fb;
  margin-bottom: 15px;
}
.comments-area .comment-list li article img {
  display: block;
  margin-bottom: 10px;
}
.comments-area .comment-list li .children {
  margin-left: 15px;
}
.comments-area .reply {
  text-align: right;
}
.comments-area .reply .comment-reply-link {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  border-radius: 5px;
  background: #ea3a60;
  -webkit-transition: all 500ms ease;
  -khtml-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.comments-area .reply .comment-reply-link:hover {
  color: #fff;
  background: #3051a2;
}
.comments-area .respond {
  padding-top: 15px;
}
.comments-area .comment-reply-title small {
  font-size: 16px;
  text-transform: capitalize;
}

.corpto-testimonial-carousel .slick-track {
  display: flex;
}
.corpto-testimonial-carousel .slick-track .testimonial-item {
  background: #ffffff;
  margin: 15px 15px 30px 15px;
  border-radius: 5px;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.1);
}
.corpto-testimonial-carousel .slick-track .testimonial-item:focus {
  outline: none;
}
.corpto-testimonial-carousel .slick-track .testimonial-item .testimonial-image {
  padding-top: 30px;
  display: flex;
  justify-content: flex-end;
}
.corpto-testimonial-carousel .slick-track .testimonial-item .testimonial-image .testimonial-image-container {
  padding: 10px;
  margin-left: auto;
  display: inline-block;
  text-align: right;
  background: #3051a2;
  border-radius: 50% 0 0 50%;
  margin-bottom: 15px;
}
.corpto-testimonial-carousel .slick-track .testimonial-item .testimonial-image .testimonial-image-container img {
  max-width: 60px;
  display: inline-block;
  border-radius: 50%;
}
.corpto-testimonial-carousel .slick-track .testimonial-item .testimonial-content {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.corpto-testimonial-carousel .slick-track .testimonial-item .testimonial-content::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  content: "";
  color: #ea3a60;
  margin-top: -80px;
  font-size: 50px;
}
.corpto-testimonial-carousel .slick-track .testimonial-item .testimonial-info {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.corpto-testimonial-carousel .slick-track .testimonial-item .testimonial-name {
  margin-top: 15px;
  color: #ea3a60;
  font-weight: 900;
}
.corpto-testimonial-carousel .slick-track .testimonial-item .testimonial-designation {
  font-weight: 700;
}

*, *:focus {
  outline: none !important;
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
  margin-bottom: 15px;
  border: none;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  background: #ffffff;
  border-radius: 5px;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
  background: #ea3a60;
  border: 2px solid #ea3a60;
  color: #ffffff;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active a:hover {
  color: #ffffff;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  border: none;
  box-shadow: 0px 1px 12px 0px rgba(48, 81, 162, 0.25);
  border-radius: 5px;
  margin-top: 15px;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-content p {
  margin: 0;
}

.elementor-widget-google_maps .elementor-custom-embed {
  position: relative;
}

.op-logos-container {
  display: flex;
  flex-wrap: wrap;
}
.op-logos-container li {
  flex-basis: 25%;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.op-logos-container li:nth-of-type(4n) {
  border-right: 0;
}
.op-logos-container li img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.op-logos-container.last-column-4-items li:nth-last-child(1), .op-logos-container.last-column-4-items li:nth-last-child(2), .op-logos-container.last-column-4-items li:nth-last-child(3), .op-logos-container.last-column-4-items li:nth-last-child(4) {
  border-bottom: none;
}
.op-logos-container.last-column-3-items li:nth-last-child(1), .op-logos-container.last-column-3-items li:nth-last-child(2), .op-logos-container.last-column-3-items li:nth-last-child(3) {
  border-bottom: none;
}
.op-logos-container.last-column-2-items li:nth-last-child(1), .op-logos-container.last-column-2-items li:nth-last-child(2) {
  border-bottom: none;
}
.op-logos-container.last-column-1-items li:nth-last-child(1) {
  border-bottom: none;
}

@media (max-width: 767px) {
  .op-logos-container li {
    flex-basis: 50%;
  }
  .op-logos-container li:nth-of-type(2n), .op-logos-container li:nth-of-type(4n) {
    border-right: 0;
  }
  .op-logos-container.last-column-2-items li:nth-last-child(1), .op-logos-container.last-column-2-items li:nth-last-child(2), .op-logos-container.last-column-4-items li:nth-last-child(1), .op-logos-container.last-column-4-items li:nth-last-child(2) {
    border-bottom: none;
  }
  .op-logos-container.last-column-2-items li:nth-last-child(3), .op-logos-container.last-column-4-items li:nth-last-child(3) {
    border-bottom: 1px solid #ccc;
  }
  .op-logos-container.last-column-2-items li:nth-last-child(4), .op-logos-container.last-column-4-items li:nth-last-child(4) {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .op-logos-container.last-column-1-items li:nth-last-child(1), .op-logos-container.last-column-3-items li:nth-last-child(1) {
    border-bottom: none;
  }
  .op-logos-container.last-column-1-items li:nth-last-child(2), .op-logos-container.last-column-1-items li:nth-last-child(3), .op-logos-container.last-column-3-items li:nth-last-child(2), .op-logos-container.last-column-3-items li:nth-last-child(3) {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}
.corpto-service-item {
  margin-bottom: 20px;
  margin-top: 20px;
}

.corpto-blog-item.corpto-service-item .post-content .page-title {
  margin-top: 20px;
}

.corpto-services-carousel .slick-dots {
  bottom: -50px;
}
.corpto-services-carousel .slick-dots li button {
  background: #ea3a60;
  border-radius: 10px;
  width: 8px;
  height: 8px;
}
.corpto-services-carousel .slick-dots li button::before {
  display: none;
}
.corpto-services-carousel .slick-dots li.slick-active button, .corpto-services-carousel .slick-dots li:hover button {
  background: #3051a2;
  box-shadow: 0px 4px 12px 0px rgba(76, 21, 191, 0.4);
}

/*# sourceMappingURL=default.css.map */
