@charset "UTF-8";
/*----------------------------------------------------------------------
  * Onekit - Bootstrap Landing Page Template
  * Copyright MadeThemes
  * Licensed under  (https://support.wrapbootstrap.com/help/usage-licenses)
------------------------------------------------------------------------*/

.portfolio-item:hover .portfolio-image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.portfolio-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.75rem;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  background-color: var(--bs-primary);
  transition: all 0.2s ease;
  -webkit-transform: translate3d(0, 3.75rem, 0);
          transform: translate3d(0, 3.75rem, 0);
}

.portfolio-info small, .portfolio-info .small {
  opacity: 0.7;
}

.portfolio-info-2, .portfolio-info-3, .portfolio-info-4 {
  background-color: rgba(55, 26, 134, 0.7);
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
}

.portfolio-info-2:before, .portfolio-info-3:before {
  content: "";
  display: block;
  border: rgba(249, 250, 251, 0.8) 5px solid;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 1;
  opacity: 1;
  transition: all 0.3s ease;
}

.portfolio-info-2, .portfolio-info-4 {
  opacity: 0;
  transition: opacity 0.7s;
}

.portfolio-info-3 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.portfolio-info-4 .portfolio-center-icon {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.3s ease-in-out;
}

.portfolio-info-5 {
  background-color: rgba(55, 26, 134, 0.7);
  width: 100%;
  left: 0;
  top: 100%;
  height: 100%;
  position: absolute;
  transition: top 0.3s;
  -moz-transition: top 0.3s;
  -o-transition: top 0.3s;
  opacity: 0;
}

.portfolio-info-content-2 {
  margin-top: 0px;
  text-align: center;
  top: 40%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.portfolio-info-content-2 h3, .portfolio-info-content-2 .h3, .portfolio-info-content-2 h4, .portfolio-info-content-2 .h4, .portfolio-info-content-2 h5, .portfolio-info-content-2 .h5, .portfolio-info-content-2 h6, .portfolio-info-content-2 .h6 {
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
  transition: all 0.3s ease-in-out;
}

.portfolio-info-content-2 small, .portfolio-info-content-2 .small {
  -webkit-transform: translateY(220px);
  transform: translateY(220px);
  transition: all 0.3s ease-in-out;
}

.portfolio-info-content-3, .portfolio-info-content-4, .portfolio-info-content-5 {
  margin-top: 0px;
  text-align: center;
  top: 40%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.portfolio-item:hover .portfolio-info {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.portfolio-zoom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-indent: -10000px;
}

.product-one header {
  overflow: hidden;
}

.product-one img {
  transition: all 0.25s linear;
}

.product-one:hover img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

/*------------------------------------
  Post
------------------------------------*/
.post-content {
  --bs-postcolor: $post-content-color;
  color: var(--bs-postcolor);
}

.post-content p {
  line-height: 1.7rem;
  margin-bottom: 1.5rem;
}

.post-content ul li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.post-content figure {
  margin-bottom: 1rem;
}

.post-content figure .b-lazy {
  width: inherit;
}

.post-content figure figcaption {
  --bs-figure-color: $figure-caption-color;
  font-family: Verdana, sans-serif;
  text-align: left;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1rem;
  color: var(--bs-figure-color);
  padding: 8px 0;
}

.post-content .align-start, .post-content img.align-start, .post-content .alignstart {
  float: left;
  margin-right: 2rem;
  margin-top: 4px;
}

.post-content .align-end, .post-content img.align-end, .post-content .alignend {
  float: right;
  margin-left: 2rem;
  margin-top: 4px;
}

.post-content .align-center, .post-content img.align-center, .post-content .aligncenter {
  text-align: center;
}

.post-content .align-center figcaption, .post-content img.align-center figcaption, .post-content .aligncenter figcaption {
  text-align: center;
}

.dropcaps {
  color: var(--bs-gray-900);
  float: left;
  display: block;
  margin-top: 0.7rem;
  margin-right: 0.7rem;
  margin-bottom: 0;
  margin-left: 0;
  padding: 2px 10px 5px;
  line-height: 3.5rem;
  text-align: center;
  text-transform: uppercase;
  min-width: 3.5rem;
  min-height: 3.5rem;
  font-size: 5rem;
}

@media (max-width: 767.98px) {
  .post-content .align-start, .post-content img.align-start, .post-content .alignstart {
    max-width: 15rem;
  }
  .post-content .align-end, .post-content img.align-end, .post-content .alignend {
    max-width: 15rem;
  }
}
.post-meta {
  border-top: var(--bs-gray-200) 1px dashed;
  border-bottom: var(--bs-gray-200) 1px dashed;
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.u-blockquote, .wp-block-quote {
  border-left: var(--bs-primary) 3px solid;
  background: #f9fafb;
  padding: 1rem;
}

.u-blockquote::before, .wp-block-quote::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 270.000000 270.000000'%3e%3cg transform='translate%280.000000,270.000000%29 scale%280.100000,-0.100000%29' fill='%235b2be0' stroke='none'%3e%3cpath d='M920 2182 c-290 -124 -482 -341 -540 -610 -30 -140 -40 -296 -40 -644 l0 -328 370 0 370 0 0 370 0 370 -181 0 -181 0 7 63 c26 243 129 387 342 477 35 15 66 29 69 32 7 7 -132 298 -143 298 -4 0 -37 -13 -73 -28z'/%3e%3cpath d='M2179 2186 c-249 -103 -442 -295 -520 -516 -50 -142 -61 -247 -66 -677 l-5 -393 371 0 371 0 0 370 0 370 -181 0 -181 0 7 53 c21 170 67 281 150 363 51 49 143 107 215 134 19 7 39 17 44 21 10 9 -124 298 -139 298 -5 0 -35 -10 -66 -23z'/%3e%3c/g%3e%3c/svg%3e");
  position: absolute;
  opacity: 0.8;
  width: 2rem;
  height: 2rem;
}

.u-blockquote p, .u-blockquote footer, .wp-block-quote p, .wp-block-quote footer {
  margin-left: 3.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.breadcrumb-dark li a {
  color: var(--bs-light);
}

.breadcrumb-dark li a:hover {
  color: var(--bs-white);
}

.breadcrumb-dark li.breadcrumb-item.active {
  color: var(--bs-white);
}

.breadcrumb-dark li.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.breadcrumb-dark li.breadcrumb-item + .breadcrumb-item::before {
  color: var(--bs-gray-200);
}

.pagination-circle li a {
  border-radius: 50% !important;
  margin-right: 1rem;
}

/*------------------------------------
  Preloader
------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.loaded-success .preloader {
  visibility: hidden;
  transition: all 1s ease-in-out;
}

/*------------------------------------
  Pricing
------------------------------------*/
.pricing-table-one {
  position: relative;
  background-color: var(--bs-white);
}

.pricing-table-two {
  position: relative;
  background-color: var(--bs-white);
  margin-bottom: 1rem;
}

.pricing-table-two .pricing-header {
  position: relative;
  padding: 3rem 4.5rem 1rem;
}

.pricing-table-two .pricing-header .pricing-fee {
  display: block;
  line-height: 0.84;
}

.pricing-table-two .pricing-header .pricing-title {
  opacity: 0.8;
}

.pricing-table-two .pricing-header .sub-head {
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.pricing-table-two .pricing-header .pricing-decoration {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.pricing-table-two .pricing-content {
  padding: 0 4.5rem 3rem;
}

.pricing-table-two .pricing-content .disabled .u-icon {
  color: #9d80ec;
  background-color: rgba(157, 128, 236, 0.1);
}

.pricing-table-two .disabled {
  color: #9d80ec;
}

.pricing-table-three {
  position: relative;
  background-color: var(--bs-white);
  margin-bottom: 1rem;
}

.pricing-table-three .pricing-header {
  position: relative;
  padding: 4.5rem 1.5rem;
}

.pricing-table-three .pricing-header .pricing-fee {
  line-height: 0.84;
}

.pricing-table-three .pricing-header .pricing-title {
  opacity: 0.8;
  margin-top: 1rem;
}

.pricing-table-three .pricing-header .pricing-decoration {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.pricing-table-three .pricing-content {
  padding: 1.5rem;
}

.pricing-table-three .pricing-content .disabled .u-icon {
  color: #9d80ec;
  background-color: rgba(157, 128, 236, 0.1);
}

.pricing-table-three .disabled {
  color: #9d80ec;
}

.line-after {
  height: 0.2rem;
  width: 100%;
}

.js-yearly {
  display: none;
}

.slideToggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.slideToggle i {
  margin: 0 1rem;
}

.form-switch {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 1.25rem;
}

.form-switch i {
  position: relative;
  display: inline-block;
  width: 6.25rem;
  height: 1.875rem;
  border: 1px solid #E5E7EB;
  border-radius: 0.9375rem;
  transition: all 0.3s linear;
}

.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 2.5rem;
  height: 1.375rem;
  background-color: var(--bs-primary);
  border-radius: 0.9375rem;
  -webkit-transform: translate3d(4px, 3px, 0);
          transform: translate3d(4px, 3px, 0);
  transition: all 0.2s ease-in-out;
}

.form-switch input {
  display: none;
}

.form-switch input:checked + i::after {
  -webkit-transform: translate3d(54px, 3px, 0);
          transform: translate3d(54px, 3px, 0);
}

/*------------------------------------
  Process
------------------------------------*/
.process-vertical {
  list-style: none;
  margin: 0;
}

.process-vertical-item {
  display: -ms-flexbox;
  display: flex;
}

.process-vertical-item:last-child .process-vertical-icon::before {
  bottom: 0.5rem;
}

.process-vertical-icon {
  position: relative;
  width: 4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}

.process-vertical-icon-bg {
  background: var(--bs-light);
  border: var(--bs-gray-200) 1px solid;
  height: 3rem;
  width: 3rem;
}

.process-vertical-icon span {
  font-size: 1.3rem;
}

.process-vertical-icon::before {
  content: "";
  position: absolute;
  left: 36%;
  top: 3rem;
  bottom: -2rem;
  border-left: 2px dashed var(--bs-gray-200);
}

.process-vertical-content {
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.process-horizontal li {
  list-style-type: none;
  float: left;
  width: 25%;
  position: relative;
  text-align: center;
  font-size: 1.25rem;
}

.process-horizontal li svg {
  border: var(--bs-gray-200) 1px solid;
  background: var(--bs-light);
  border-radius: 50%;
}

.process-horizontal li.active, .process-horizontal li:hover {
  color: var(--bs-primary);
  cursor: pointer;
}

.process-horizontal li:before {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  border: 1px solid #ddd;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #fff;
}

.process-horizontal li:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: var(--bs-gray-200) 2px dashed;
  top: 1.5rem;
  left: -50%;
  z-index: -1;
}

.process-horizontal li:first-child:after {
  content: none;
}

.process-horizontal i {
  font-size: 1.5625rem;
}

/*----------------------------------
  Progress Bars
------------------------------------*/
.progress-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  background-color: #ded5f9;
  height: 12.5rem;
}

.progress-vertical-line {
  position: relative;
  background-color: var(--bs-primary);
  height: 0;
  transition: 2s linear;
}

.progress-vertical-line::before {
  content: attr(data-percent) "%";
  position: absolute;
  right: 0px;
  left: 0px;
  padding: 1px 0px;
  color: transparent;
  font-size: 0.9375rem;
  border-radius: 1.5625rem;
  font-weight: bold;
  width: 1.25rem;
  margin: 0 auto;
}

.progress-vertical-line.text-white::before {
  color: var(--bs-white);
  padding-top: 10px;
}

.progress-vertical-value::before {
  content: attr(data-percent);
  font-size: 0.9375rem;
}

/*------------------------------------
	Progress top scroll
------------------------------------*/
.progress-one {
  height: 2px;
}

.progress-two {
  height: 4px;
}

.progress-three {
  height: 5px;
}

.progress-one, .progress-two, .progress-three {
  display: inline-block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  z-index: 99999;
  color: var(--bs-primary);
}

.progress-one .progress-container, .progress-two .progress-container, .progress-three .progress-container {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
}

.progress-one .progress-container .progress-bar, .progress-two .progress-container .progress-bar, .progress-three .progress-container .progress-bar {
  background-color: var(--bs-primary);
  width: 0%;
  display: block;
  height: inherit;
}

.progress-one::-webkit-progress-bar, .progress-two::-webkit-progress-bar, .progress-three::-webkit-progress-bar {
  background-color: rgba(221, 221, 221, 0.05);
}

.progress-one::-webkit-progress-value, .progress-two::-webkit-progress-value, .progress-three::-webkit-progress-value {
  background-color: var(--bs-primary);
}

.progress-one::-moz-progress-bar, .progress-two::-moz-progress-bar, .progress-three::-moz-progress-bar {
  background-color: var(--bs-primary);
}

.progress-one:after, .progress-two:after, .progress-three:after {
  background-image: none;
}

.admin-bar .progress-one, .admin-bar .progress-two, .admin-bar .progress-three {
  top: 32px;
  background: rgba(221, 221, 221, 0.05);
}

.progress-area {
  height: 1.125rem;
  background: #ded5f9;
  border-radius: 1.875rem;
}

.progress-area .progress-bar {
  background-color: var(--bs-primary);
}

.progress-bar {
  background-color: var(--bs-primary);
  height: 1.125rem;
  border-radius: 1.875rem;
  position: relative;
  width: 0;
  transition: 2s linear;
}

.progress-bar::before {
  content: attr(data-percent) "%";
  position: absolute;
  right: 0px;
  left: 0px;
  padding: 1px 0px;
  color: #fff;
  font-size: 0.9375rem;
  border-radius: 1.5625rem;
  font-weight: bold;
  width: 1.25rem;
  margin: 0px auto;
}

/*----------------------------------
  Reviews
------------------------------------*/
.reviews-one, .reviews-two {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0.2rem 1.25rem 0 rgba(55, 26, 134, 0.1);
  padding-top: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 3.75rem;
}

.reviews-one::before, .reviews-two::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 270.000000 270.000000'%3e%3cg transform='translate%280.000000,270.000000%29 scale%280.100000,-0.100000%29' fill='%235b2be0' stroke='none'%3e%3cpath d='M920 2182 c-290 -124 -482 -341 -540 -610 -30 -140 -40 -296 -40 -644 l0 -328 370 0 370 0 0 370 0 370 -181 0 -181 0 7 63 c26 243 129 387 342 477 35 15 66 29 69 32 7 7 -132 298 -143 298 -4 0 -37 -13 -73 -28z'/%3e%3cpath d='M2179 2186 c-249 -103 -442 -295 -520 -516 -50 -142 -61 -247 -66 -677 l-5 -393 371 0 371 0 0 370 0 370 -181 0 -181 0 7 53 c21 170 67 281 150 363 51 49 143 107 215 134 19 7 39 17 44 21 10 9 -124 298 -139 298 -5 0 -35 -10 -66 -23z'/%3e%3c/g%3e%3c/svg%3e");
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 0.8;
  width: 2rem;
  height: 2rem;
  top: 1rem;
  left: 1rem;
}

.reviews-one-thumb, .reviews-two-thumb {
  width: 3.75rem;
  height: 3.75rem;
}

.reviews-one::after {
  content: "";
  position: absolute;
  bottom: -1.875rem;
  left: 3.75rem;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-top-width: 1.875rem;
  border-left-width: 0;
  border-right-width: 1.875rem;
  border-bottom-width: 0;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}

.reviews-two::after {
  content: "";
  position: absolute;
  top: -3.75rem;
  left: 1.25rem;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.875rem;
  border-color: transparent transparent #fff transparent;
  -webkit-filter: drop-shadow(1px -1px 1px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(1px -1px 1px rgba(0, 0, 0, 0.1));
}

.reviews-three {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0.2rem 1.25rem 0 rgba(55, 26, 134, 0.1);
  padding: 1.875rem;
}

.reviews-three-thumb {
  width: 3.75rem;
  height: 3.75rem;
}

.reviews-four, .reviews-five {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0.2rem 1.25rem 0 rgba(55, 26, 134, 0.1);
  padding: 1.875rem 1.875rem 2.5rem;
}

.reviews-four::after, .reviews-five::after {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 270.000000 270.000000'%3e%3cg transform='translate%280.000000,270.000000%29 scale%280.100000,-0.100000%29' fill='%235b2be0' stroke='none'%3e%3cpath d='M400 1700 l0 -370 180 0 180 0 0 -45 c0 -116 -47 -250 -123 -347 -36 -47 -159 -129 -238 -158 -33 -13 -58 -26 -57 -30 2 -4 34 -73 72 -153 l69 -145 48 19 c276 108 474 303 553 545 42 130 48 195 53 632 l5 422 -371 0 -371 0 0 -370z'/%3e%3cpath d='M1660 1700 l0 -370 180 0 180 0 0 -34 c0 -69 -31 -193 -65 -262 -47 -96 -129 -172 -247 -230 -49 -23 -93 -44 -99 -46 -5 -2 22 -71 62 -155 l72 -151 79 33 c243 103 439 298 513 512 51 145 57 209 62 656 l5 417 -371 0 -371 0 0 -370z'/%3e%3c/g%3e%3c/svg%3e");
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 0.8;
  width: 2rem;
  height: 2rem;
  right: 2rem;
  bottom: 1rem;
}

.reviews-four-thumb, .reviews-five-thumb {
  width: 3.75rem;
  height: 3.75rem;
}

.reviews-five {
  position: relative;
  margin-left: 1.875rem;
  background-color: #fff;
  box-shadow: 0 0.2rem 1.25rem 0 rgba(55, 26, 134, 0.1);
  padding-top: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 4rem;
}

.thumb-minus {
  margin-top: -2rem;
  margin-left: 2rem;
}

.thumb-start-minus {
  top: 50%;
  margin-top: -1.875rem;
  margin-left: 0;
}

.ratings {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
}

.ratings li {
  padding: 0;
  margin: 0 10px 0 0;
  list-style: none;
}

.ratings li svg {
  stroke: #371a86;
}

.ratings li.active {
  color: #ffcc43;
}

.ratings li.active svg .rating-svg {
  stroke: #ffcc43;
}

/*------------------------------------
  Ribbon
------------------------------------*/
.ribbon {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  text-align: right;
}

.ribbon span {
  color: var(--bs-white);
  text-align: center;
  display: block;
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #9d9d9d;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #9d9d9d;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 100%;
  z-index: -1;
  border-right: 3px solid #9d9d9d;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #9d9d9d;
}

.ribbon-lg {
  font-size: 1.25rem;
  width: 15.625rem;
  height: 15.625rem;
  top: -6px;
}

.ribbon-lg span {
  line-height: 3.125rem;
  width: 12.5rem;
  top: 1.875rem;
}

.ribbon-lg.ribbon-start {
  left: -0.6875rem;
}

.ribbon-lg.ribbon-start span {
  left: -2.5rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.ribbon-lg.ribbon-end {
  right: -0.6875rem;
}

.ribbon-lg.ribbon-end span {
  right: -2.5rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.ribbon-md {
  font-size: 0.875rem;
  width: 9.375rem;
  height: 9.375rem;
  top: -5px;
}

.ribbon-md span {
  line-height: 1.875rem;
  width: 9.375rem;
  top: 1.75rem;
}

.ribbon-md.ribbon-start {
  left: -7px;
}

.ribbon-md.ribbon-start span {
  left: -1.875rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.ribbon-md.ribbon-end {
  right: -7px;
}

.ribbon-md.ribbon-end span {
  right: -1.875rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.ribbon-sm {
  font-size: 0.75rem;
  width: 6.25rem;
  height: 6.25rem;
  top: -5px;
}

.ribbon-sm span {
  line-height: 1.25rem;
  width: 6.25rem;
  top: 1.1875rem;
}

.ribbon-sm.ribbon-start {
  left: -6px;
}

.ribbon-sm.ribbon-start span {
  left: -1.25rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.ribbon-sm.ribbon-end {
  right: -6px;
}

.ribbon-sm.ribbon-end span {
  right: -1.25rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.no-gutters .ribbon-lg.ribbon-start, .no-gutters .ribbon-md.ribbon-start, .no-gutters .ribbon-sm.ribbon-start, .g-0 .ribbon-lg.ribbon-start, .g-0 .ribbon-md.ribbon-start, .g-0 .ribbon-sm.ribbon-start {
  left: -7px;
}

.no-gutters .ribbon-lg.ribbon-end, .no-gutters .ribbon-md.ribbon-end, .no-gutters .ribbon-sm.ribbon-end, .g-0 .ribbon-lg.ribbon-end, .g-0 .ribbon-md.ribbon-end, .g-0 .ribbon-sm.ribbon-end {
  right: -7px;
}

/*------------------------------------
  Services
------------------------------------*/
.three-service {
  position: relative;
}

.four-service-icon {
  position: absolute;
  top: 1.2rem;
  right: 2.5rem;
  max-width: 6.25rem;
  z-index: 1;
  text-align: center;
}

.four-service-icon i {
  font-size: 3rem;
  line-height: 4.0625rem;
}

.four-service-content {
  padding-right: 2.75rem;
}

.four-service .line {
  content: "";
  position: relative;
  display: block;
  width: 6.25rem;
  height: 2px;
  background: var(--bs-primary);
  border-radius: 25%;
  margin-top: 0.9375rem;
  margin-bottom: 5px;
}

.four-service .line::after {
  position: absolute;
  content: "";
  width: 4.375rem;
  height: 2px;
  background: var(--bs-primary);
  bottom: -0.625rem;
  left: 0;
}

.five-service {
  position: relative;
}

.five-service .service-icon {
  border-radius: 50%;
  width: 4.25rem;
  height: 4.25rem;
  padding-top: 1rem;
  background: var(--bs-primary);
  margin: 0 auto;
  position: absolute;
  top: -1.875rem;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
}

.five-service .service-icon span i {
  font-size: 2rem;
  transition: all 0.3s ease-out 0s;
}

.five-service .service-icon span svg {
  transition: all 0.3s ease-out 0s;
}

.five-service .service-content {
  background: #fff;
}

.five-service .read-more {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #E5E7EB;
  font-size: 0.875rem;
  color: #D1D5DB;
  margin: 0 auto;
  position: absolute;
  bottom: -1.0625rem;
  left: 0;
  right: 0;
  transition: all 0.3s ease-out 0s;
}

.five-service .read-more:hover {
  color: var(--bs-primary);
}

.three-features {
  position: relative;
  padding-left: 5rem;
  margin-bottom: 2.1875rem;
}

.three-features .features-icon {
  font-size: 3rem;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 0.25rem;
}

.three-features.features-end {
  padding-right: 5rem;
  padding-left: 0;
  text-align: right;
}

.three-features.features-end .features-icon {
  right: 0;
  left: auto;
  margin-top: 0;
}

/*----------------------------------
  Tabs
------------------------------------*/
.tab-profile > li > a > div {
  background: var(--bs-light);
}

.tab-profile > li > a.active > div {
  background: var(--bs-white);
}

/*------------------------------------
  team
------------------------------------*/
.team, .team2, .team3, .team5 {
  position: relative;
}