.plans-section.section-with-img-left {
  flex-direction: row-reverse;
}
.plans-section img {
  width: 100%;
}
.plans-section .text-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .plans-section h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .plans-section h3 {
    font-size: 28px;
    line-height: 32px;
  }
}

.page-section.type3 .icons-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 100px;
}
@media only screen and (max-width: 768px) {
  .page-section.type3 .icons-box {
    margin: 0 0 30px;
  }
}
.page-section.type3 .icons-box .icons-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  flex-basis: 50%;
}
@media only screen and (max-width: 768px) {
  .page-section.type3 .icons-box .icons-wrap {
    flex-basis: 100%;
  }
}
.page-section.type3 .icons-box .icons-wrap .icons-item .icons-box-title a {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .page-section.type3 .icons-box .icons-wrap .icons-item .icons-box-title a {
    font-size: 20px;
    line-height: 28px;
  }
}
.page-section.type3 .icons-box .icons-wrap .icons-item .icons-box-title a:hover {
  text-decoration: none;
}
.page-section.type3 h4 {
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  .page-section.type3 h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.page-section.type3 h4:has(em) {
  max-width: 60%;
}

@media only screen and (max-width: 768px) {
  [class*=page-section].type3 {
    padding: 20px 20px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .page-section.type3.reggio h3 {
    font-size: 32px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .call-out.type-2 {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 768px) {
  .call-out.type-2 h2 {
    font-size: 20px;
  }
}

.blog-page .welcome-col .welcome-img img {
  width: 100%;
  object-fit: cover;
}
.blog-page .pagination {
  display: flex;
}
.blog-page .pagination a,
.blog-page .pagination span {
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: transparent;
  color: #666;
  border-radius: 50px;
  font-size: 12px;
  border: 1px solid #b9b9b9;
}
.blog-page .pagination a.active, .blog-page .pagination a:hover,
.blog-page .pagination span.active,
.blog-page .pagination span:hover {
  color: #fff;
  background: #b9b9b9;
}
.blog-page .prev.page-numbers::before,
.blog-page .next.page-numbers::before {
  font-family: "fontello";
  font-size: 16px;
  line-height: 30px;
}
.blog-page .prev.page-numbers::before {
  content: "\e8e4";
}
.blog-page .next.page-numbers::before {
  content: "\e8e5";
}

.content-container {
  max-width: fit-content;
}

/*Classes*/
.content-blog ol {
  list-style: number;
  margin-bottom: 20px;
}
.content-blog ol li {
  margin: 0 0 10px;
}
.content-blog ul {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 20px;
}
.content-blog ul li {
  margin: 0 0 10px;
}

.img-small-post-side img {
  max-height: 100px;
  max-width: 100px;
  object-fit: cover;
}

.welcome-section .welcome-col .welcome-item {
  z-index: 1000;
}

@media only screen and (max-width: 768px) {
  .section-with-carousel > .row {
    flex-direction: column-reverse;
    display: flex;
  }
}
.section-with-carousel .col {
  height: 100%;
}
.section-with-carousel .img-holder.left-side {
  width: 100%;
  padding-top: 75%; /* Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
.section-with-carousel .img-holder.left-side img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-with-carousel .opinion-slider .testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .section-with-carousel .opinion-slider .testimonial {
    max-width: 90%;
  }
}
.section-with-carousel .opinion-slider .testimonial .author-box img {
  border-radius: 100%;
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: 0 0 20px;
}
.section-with-carousel .testimonial-holder p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}
.section-with-carousel .author-info span {
  font-size: 16px;
  line-height: 24px;
}
.section-with-carousel .slick-dots {
  margin: 25px 0;
  display: flex;
  justify-content: center;
}
.section-with-carousel .slick-dots button {
  margin: 0 5px;
  width: 12px;
  line-height: 12px;
  border-radius: 50%;
  background: #b9b9b9;
  color: transparent;
}
.section-with-carousel .slick-dots .slick-active button {
  background: #a6c437;
  width: 20px;
  line-height: 20px;
}

.page-section-bg .welcome-col .welcome-img img {
  max-height: 220px;
  height: 100%;
  object-fit: cover;
}
.page-section-bg .welcome-col .welcome-img img.placeholder {
  height: 220px;
  object-fit: contain;
}
.page-section-bg .welcome-col .welcome-item {
  height: 100%;
}
.page-section-bg .welcome-col .welcome-item .welcome-inner {
  height: 100%;
}
.page-section-bg .welcome-col .welcome-item .welcome-inner .welcome-content {
  height: 100%;
}

#footer {
  position: static !important;
}

.form-wrap {
  margin: 60px 0;
}

header .logo-wrap img {
  max-height: 100px;
  object-fit: cover;
}

.slider-wrapper {
  position: relative;
}
.slider-wrapper .slider .buttons {
  display: flex;
}
.slider-wrapper .slider .buttons a {
  margin: 0 20px !important;
}
.slider-wrapper .arrows-wrap {
  position: absolute;
  top: 50%;
  width: 96%;
  left: 2%;
  display: flex;
  justify-content: space-between;
}

[class*=scaption][class*=-large] {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  [class*=scaption][class*=-large] {
    font-size: 38px;
    line-height: 48px;
    padding: 0 75px;
  }
}

.go-to-top.go-top-visible {
  right: 8px;
  bottom: 20px;
}

@media only screen and (max-width: 527px) {
  #header .menu-wrap .nav-item > .btn:not(.btn-style-2) {
    margin-top: 10px;
  }
}

.slider {
  max-height: 730px;
}
.slider .slider-wrap {
  height: 730px;
}
.slider .slider-wrap .background {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.slider .slider-wrap .background a,
.slider .slider-wrap .background p {
  display: block;
  margin: 0 0 18px;
}

ol {
  list-style: number;
}
ol li {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 10px;
}

.text-container {
  margin: 80px 0;
}

.blog-single .text-container {
  margin: 0;
}/*# sourceMappingURL=main.min.css.map */