/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/
.abs-heading-subheading {
  margin-bottom: 50px;
}
.abs-heading-subheading .abs-subtitle {
  font-family: var(--abs-heading-typography-font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.8px;
  color: #696f6f;
  text-transform: uppercase;
  font-style: normal;
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
}
.abs-heading-subheading .abs-subtitle:before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  background-color: var(--abs-global-color);
}
.abs-heading-subheading .abs-title {
  font-family: var(--abs-heading-typography-font-family);
  font-weight: 600;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #16222d;
  text-transform: none;
  font-style: normal;
  margin: 0;
}
.abs-heading-subheading .abs-heading-desc {
  margin-top: 25px;
  margin-bottom: 15px;
}
.abs-bg-color-blackish .abs-heading-subheading .abs-heading-desc {
  color: rgba(var(--abs-white-color-rgb), 0.7);
}
.abs-bg-color-blackish .abs-heading-subheading .abs-subtitle,
.abs-bg-color-blackish .abs-heading-subheading .abs-title {
  color: var(--abs-white-color);
}
/*=== For the same css ===*/
.abs-service-btn a,
.abs-blog-btn,
.abs-btn-style-text,
.pricing-toggle .pricing-toggler,
.abs-ad-button a,
.blog-details .comment-respond .comment-form form button.submit-btn {
  font-family: var(--abs-btn-typography-font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  font-style: normal;
}
.abs-ihbox-icon-wrapper svg,
.abs-fid-icon-wrapper svg,
.abs-service-icon svg,
.abs-ptable-line svg {
  width: 1em;
  height: 1em;
}
.absgroup-ele-fid-style-2 .abs-fid-inner,
.absgroup-ele-fid-style-3 .abs-fid-inner,
.abs-testimonial-style-2 .absgroup-testimonial-detail,
.abs-ihbox-style-3 .abs-heading-desc,
.abs-testimonial-style-1 .absgroup-testimonial-detail,
.abs-meta-line,
.abs-ihbox-style-2 .abs-element-title,
.abs-ihbox-style-6 .abs-heading-desc,
.abs-team-style-1 .absgroup-box-team-position,
.absgroup-ele-ptable-style-1 .absgroup-ptable-symbol,
.absgroup-ele-ptable-style-1 .absgroup-ptable-price,
.abs-footer-style-1 .abs-footer-contact-area .abs-footer-contact-box span,
.abs-sortable-list a,
.widget-recent-post .abs-rpw-title a,
.abs-rpw-content .abs-rpw-date a,
aside.widget.widget-tag-cloud a,
.blog-details .abs-entry-content blockquote,
.post-navigation .nav-links .abs-post-nav-head,
.blog-details .abs-author-content .abs-author-nam,
.abs-comment-content .abs-comment-author,
.blog-details .abs-comment-content .reply a,
.blog-classic .abs-blog-meta-top .abs-meta,
.abs-team-single .abs-single-team-info li span,
.progressbar .progress-label,
.progress.progress-percent-bg .progress-percent,
.blog-details .abs-author-content .abs-author-name {
  font-family: var(--abs-heading-typography-font-family);
  font-weight: 500;
  font-style: normal;
}
.sidebar .widget .widget-title {
  font-family: var(--abs-heading-typography-font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0;
  color: var(--abs-heading-color);
  text-transform: capitalize;
  font-style: normal;
}
/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
/** Style 1 **/
.abs-ihbox-style-1 .abs-ihbox-svg,
.abs-ihbox-style-1 .abs-ihbox-icon-wrapper {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.abs-element-viewtype-carousel .abs-ihbox-style-1 {
  padding-top: 5px;
}
.abs-ihbox-style-1 .abs-ihbox-box {
  display: inline-flex;
  align-items: center;
}
.abs-ihbox-style-1 .abs-element-title {
  font-size: 20px;
  margin-bottom: 0;
  color: var(--abs-blackish-color);
  line-height: 26px;
  /* overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical; */
}
.abs-ihbox-style-1 .abs-ihbox-icon-wrapper,
.abs-ihbox-style-1 .abs-ihbox-svg-wrapper {
  font-size: 42px;
  margin-right: 25px;
  position: relative;
  display: flex;
  height: 70px;
  width: 70px;
  line-height: 70px;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  color: var(--abs-blackish-color);
  background-color: rgba(var(--abs-blackish-bg-color-rgb), 0.1);
  fill: var(--abs-blackish-color);
}
.abs-ihbox-style-1 .abs-ihbox-icon-wrapper::before,
.abs-ihbox-style-1 .abs-ihbox-svg-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: var(--abs-global-color);
  border-radius: 10px;
}
.abs-ihbox-style-1:hover .abs-ihbox-svg-wrapper::before,
.abs-ihbox-style-1:hover .abs-ihbox-icon-wrapper::before {
  height: 100%;
}
.abs-ihbox-style-1 .abs-ihbox-icon-wrapper img {
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 10px;
}
.abs-ihbox-style-1 .abs-element-subtitle {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
}
.absgroup-gap-40px .abs-miconheading-style-1 {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 40px;
}
/* Bg Color */
.abs-bg-color-blackish .abs-ihbox-style-1 .abs-element-title {
  color: var(--abs-white-color);
}
.abs-bg-color-blackish .abs-ihbox-style-1 .abs-ihbox-icon-wrapper,
.abs-bg-color-blackish .abs-ihbox-style-1 .abs-ihbox-svg-wrapper {
  color: var(--abs-white-color);
  background-color: rgba(var(--abs-white-color-rgb), 0.1);
  fill: var(--abs-white-color);
}
.abs-ihbox-style-1:hover .abs-ihbox-icon-wrapper,
.abs-ihbox-style-1:hover .abs-ihbox-svg-wrapper {
  color: var(--abs-blackish-color);
  fill: var(--abs-blackish-color);
}
/** Style 2 **/
.abs-ihbox-style-2 .abs-ihbox-svg,
.abs-ihbox-style-2 .abs-ihbox-icon-wrapper {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.abs-element-viewtype-carousel .abs-ihbox-style-2 {
  padding-top: 5px;
}
.abs-ihbox-style-2 .abs-ihbox-box {
  display: inline-flex;
  align-items: center;
}
.abs-ihbox-style-2 .abs-element-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--abs-blackish-color);
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.abs-ihbox-style-2 .abs-ihbox-icon-wrapper,
.abs-ihbox-style-2 .abs-ihbox-svg-wrapper {
  font-size: 42px;
  margin-right: 25px;
  position: relative;
  display: flex;
  height: 70px;
  width: 70px;
  line-height: 70px;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  color: var(--abs-white-color);
  fill: var(--abs-white-color);
  background-color: var(--abs-blackish-color);
  z-index: 1;
}
.abs-ihbox-style-2 .abs-ihbox-icon-wrapper.abs-ihbox-icon-type-text {
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
}
.abs-ihbox-style-2:hover .abs-ihbox-icon-wrapper {
  background-color: transparent;
}
.abs-ihbox-style-2 .abs-ihbox-icon-type-text span {
  margin-top: 3px;
  font-size: 24px;
  line-height: 30px;
}
.abs-ihbox-style-2 .abs-ihbox-icon-wrapper::before,
.abs-ihbox-style-2 .abs-ihbox-svg-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: var(--abs-global-color);
  border-radius: 10px;
}
.abs-ihbox-style-2:hover .abs-ihbox-svg-wrapper::before,
.abs-ihbox-style-2:hover .abs-ihbox-icon-wrapper::before {
  height: 100%;
}
.abs-ihbox-style-2 .abs-ihbox-icon-wrapper img {
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 10px;
}
.abs-ihbox-style-2 .abs-element-subtitle {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
}
.abs-ihbox-style-2 .abs-heading-desc {
  margin: 0;
}
.absgroup-gap-35px .abs-miconheading-style-2 {
  margin-bottom: 35px;
}
/** Style 3 **/
.abs-ihbox-style-3 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.abs-ihbox-style-3:hover {
  transform: translateY(-5px);
}
.abs-ihbox-style-3 .abs-ihbox-box {
  display: flex;
}
.abs-element-viewtype-carousel .abs-ihbox-style-3 {
  padding-top: 5px;
}
.abs-ihbox-style-3 .abs-ihbox-contents {
  padding-top: 10px;
}
.abs-ihbox-style-3 .abs-ihbox-icon-wrapper,
.abs-ihbox-style-3 .abs-ihbox-svg-wrapper {
  font-size: 62px;
  margin-right: 20px;
  position: relative;
  display: flex;
  height: 90px;
  width: 90px;
  line-height: 90px;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  color: var(--abs-blackish-color);
  background-color: var(--abs-global-color);
  fill: var(--abs-blackish-color);
}
.abs-ihbox-style-3 .abs-element-title,
.abs-ihbox-style-3 .abs-element-subtitle {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 0.36px;
}
.abs-ihbox-style-3 .abs-element-subtitle {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.abs-ihbox-style-3 .abs-heading-desc {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.abs-ihbox-style-3 .abs-ihbox-icon-wrapper img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  object-fit: cover;
}
/** Style 4 **/
.abs-ihbox-style-4 .abs-ihbox-svg,
.abs-ihbox-style-4 .abs-ihbox-icon-wrapper {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.abs-ihbox-style-4 .abs-ihbox-box {
  display: flex;
}
.abs-element-viewtype-carousel .abs-ihbox-style-4 {
  padding-top: 5px;
}
.abs-ihbox-style-4 .abs-element-title,
.abs-ihbox-style-4 .abs-heading-desc {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.abs-ihbox-style-4 .abs-element-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
  font-weight: 500;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.abs-ihbox-style-4 .abs-heading-desc {
  margin: 0;
}
.abs-ihbox-style-4 .abs-ihbox-icon-wrapper,
.abs-ihbox-style-4 .abs-ihbox-svg-wrapper {
  font-size: 53px;
  margin-right: 25px;
  position: relative;
  display: flex;
  height: 90px;
  width: 90px;
  line-height: 90px;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  color: var(--abs-blackish-color);
  background-color: var(--abs-light-color);
  fill: var(--abs-blackish-color);
  z-index: 1;
}
.abs-ihbox-style-4 .abs-ihbox-icon-wrapper img {
  /* width: 90px;
	height: 90px; */
  width: 70px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
}
.abs-ihbox-style-4 .abs-element-subtitle {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
.abs-ihbox-style-4 .abs-icon-type-icon::after,
.abs-ihbox-style-4 .abs-ihbox-svg-wrapper::after,
.abs-ihbox-style-4 .abs-ihbox-icon-type-text::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 10px;
  z-index: -1;
  transform: scale(0);
  background-color: var(--abs-global-color);
  transition: all 300ms linear;
}
.abs-ihbox-style-4:hover .abs-icon-type-icon::after,
.abs-ihbox-style-4:hover .abs-ihbox-svg-wrapper::after,
.abs-ihbox-style-4:hover .abs-ihbox-icon-type-text::after {
  transform: scale(1.1);
}
.absgroup-gap-35px .abs-miconheading-style-4 {
  margin-bottom: 35px;
}
/** Style 5 **/
.abs-ihbox-style-5 .abs-ihbox-svg,
.abs-ihbox-style-5 .abs-ihbox-icon {
  display: inline-block;
  margin-bottom: 40px;
  transition: transform 0.9s;
}
.abs-ihbox-style-5:hover .abs-ihbox-svg,
.abs-ihbox-style-5:hover .abs-ihbox-icon {
  transform: rotateY(180deg);
}
.abs-ihbox-style-5 {
  padding: 38px 35px;
  border-radius: 10px;
  background-color: var(--abs-light-color);
  height: 100%;
}
.abs-ihbox-style-5 .abs-element-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
.abs-ihbox-style-5 .abs-ihbox-icon-wrapper,
.abs-ihbox-style-5 .abs-ihbox-svg-wrapper {
  font-size: 60px;
  line-height: 60px;
  color: var(--abs-blackish-color);
  fill: var(--abs-blackish-color);
}
.abs-ihbox-style-5 .abs-ihbox-icon-wrapper img {
  height: 55px;
  width: 55px;
  object-fit: cover;
}
.abs-ihbox-style-5 .abs-element-subtitle {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
}
.abs-ihbox-style-5 .abs-heading-desc {
  margin-bottom: 0;
}
/** Style 6 **/
.abs-ihbox-style-6 .abs-ihbox-svg,
.abs-ihbox-style-6 .abs-ihbox-icon-wrapper {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.abs-ihbox-style-6 {
  position: relative;
  border-radius: 10px;
  padding: 30px 60px 20px 30px;
  background-color: var(--abs-light-color);
}
.abs-ihbox-style-6 .abs-ihbox-box {
  display: flex;
  gap: 28px;
}
.abs-ihbox-style-6:hover .abs-ihbox-svg,
.abs-ihbox-style-6:hover .abs-ihbox-icon-wrapper {
  transform: translateY(-5px);
}
.abs-ihbox-style-6 .abs-ihbox-icon-wrapper,
.abs-ihbox-style-6 .abs-ihbox-svg-wrapper {
  font-size: 30px;
  position: relative;
  display: flex;
  line-height: 70px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: var(--abs-white-color);
  color: var(--abs-global-color);
  fill: rgba(var(--abs-global-color-rgb), 0.4);
  border: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
}
.abs-ihbox-style-6 .abs-ihbox-icon-wrapper svg g polygon {
  fill: var(--abs-global-color) !important;
}
.abs-ihbox-style-6 .abs-ihbox-icon-wrapper img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.abs-ihbox-style-6 .abs-element-title {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  margin: 0;
  color: var(--abs-blackish-color);
  letter-spacing: -0.2px;
}
.abs-ihbox-style-6 .abs-element-title::before {
  content: "-";
  padding-right: 5px;
  display: inline-block;
  color: var(--abs-global-color);
}
.abs-ihbox-style-6 .abs-element-subtitle {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
}
.abs-ihbox-style-6 .abs-heading-desc {
  color: var(--abs-blackish-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
  margin-bottom: 15px;
}
/** Style 7 **/
/* .abs-ihbox-style-7{
	padding-right: 25px;
} */
.abs-ihbox-style-7 .abs-element-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  /* margin: 20px 0 10px 0; */
  /* padding-bottom: 15px; */
  border-bottom: 1px solid rgba(var(--abs-blackish-color-rgb), 0.2);
}
.abs-ihbox-style-7 .abs-ihbox-icon-wrapper,
.abs-ihbox-style-7 .abs-ihbox-svg-wrapper {
  font-size: 18px;
  position: relative;
  display: flex;
  height: 40px;
  width: 40px;
  line-height: 40px;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  color: var(--abs-blackish-color);
  background-color: var(--abs-light-color);
  fill: var(--abs-blackish-color);
  z-index: 1;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.abs-ihbox-style-7 .abs-ihbox-icon-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  object-fit: cover;
}
.abs-ihbox-style-7 .abs-element-subtitle {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
.abs-ihbox-style-7 .abs-icon-type-icon::after,
.abs-ihbox-style-7 .abs-ihbox-svg-wrapper::after,
.abs-ihbox-style-7 .abs-ihbox-icon-type-text::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 10px;
  z-index: -1;
  transform: scale(0);
  background-color: var(--abs-global-color);
  transition: all 300ms linear;
}
.abs-ihbox-style-7:hover .abs-ihbox-icon-wrapper,
.abs-ihbox-style-7:hover .abs-ihbox-svg-wrapper {
  color: var(--abs-white-color);
  fill: var(--abs-white-color);
}
.abs-ihbox-style-7:hover .abs-icon-type-icon::after,
.abs-ihbox-style-7:hover .abs-ihbox-svg-wrapper::after,
.abs-ihbox-style-7:hover .abs-ihbox-icon-type-text::after {
  transform: scale(1);
}
.abs-ihbox-style-7 .abs-heading-desc {
  margin-bottom: 10px;
  padding-right: 50px;
}
.absgroup-gap-20px .abs-miconheading-style-7 {
  margin-bottom: 20px;
}
/* Bg Color */
.abs-bg-color-secondary .abs-ihbox-style-7 .abs-ihbox-icon-wrapper,
.abs-bg-color-secondary .abs-ihbox-style-7 .abs-ihbox-svg-wrapper {
  background-color: rgba(var(--abs-white-color-rgb), 0.1);
}
.abs-bg-color-secondary .abs-ihbox-style-7 .abs-heading-desc {
  color: rgba(var(--abs-white-color-rgb), 0.6);
}
.abs-bg-color-secondary .abs-ihbox-style-7:hover .abs-ihbox-icon-wrapper svg,
.abs-bg-color-secondary .abs-ihbox-style-7:hover .abs-ihbox-svg-wrapper svg {
  fill: var(--abs-blackish-color);
}
.abs-bg-color-secondary .abs-ihbox-style-7 .abs-ihbox-icon-wrapper svg,
.abs-bg-color-secondary .abs-ihbox-style-7 .abs-ihbox-svg-wrapper svg {
  fill: var(--abs-white-color);
}
.abs-bg-color-secondary .abs-ihbox-style-7 .abs-element-title {
  color: var(--abs-white-color);
}
/** Style 8 **/
.abs-ihbox-style-8 .abs-ihbox-contents {
  padding-top: 25px;
}
.abs-ihbox-style-8 .abs-element-title {
  font-size: 80px;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.abs-ihbox-style-8 .abs-heading-desc {
  margin: 0;
}
.abs-ihbox-style-8 .abs-icon-type-icon,
.abs-ihbox-style-8 .abs-ihbox-icon-type-text,
.abs-ihbox-style-8 .abs-ihbox-svg-wrapper {
  font-size: 60px;
  position: relative;
  display: flex;
  height: 80px;
  width: 80px;
  line-height: 80px;
  align-items: center;
  justify-content: center;
  color: var(--abs-blackish-color);
  fill: var(--abs-blackish-color);
}
.abs-ihbox-style-8 .abs-ihbox-icon-wrapper img {
  height: 100%;
  border-radius: 10px;
}
.abs-ihbox-style-8 .abs-element-subtitle {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
.abs-bg-color-blackish .abs-ihbox-style-8 .abs-element-title {
  color: var(--abs-white-color);
}
.abs-bg-color-blackish .abs-ihbox-style-8 .abs-heading-desc {
  color: rgba(var(--abs-white-color-rgb), 0.8);
}
/** Style 9 **/
.abs-ihbox-style-9,
.abs-ihbox-style-9 .abs-ihbox-svg,
.abs-ihbox-style-9 .abs-ihbox-icon-wrapper {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.abs-ihbox-style-9 {
  padding: 75px 60px 35px 60px;
  border: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
  border-radius: 10px;
  position: relative;
  height: 100%;
}
.abs-ihbox-style-9:hover {
  transform: translateY(-5px);
}
.abs-ihbox-style-9 .abs-ihbox-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.abs-ihbox-style-9 .abs-ihbox-contents {
  padding-top: 45px;
}
.abs-element-viewtype-carousel-4 .abs-miconheading-style-9,
.abs-element-viewtype-carousel-1 .abs-miconheading-style-9 {
  padding-top: 30px;
}
.abs-ihbox-style-9 .abs-box-number {
  border-radius: 50%;
  color: var(--abs-blackish-color);
  background-color: var(--abs-body-color);
  border: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
  position: absolute;
  top: -25px;
  font-size: 17px;
  line-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  font-family: var(--abs-heading-typography-font-family);
  font-weight: 600;
}
.abs-ihbox-style-9 .abs-element-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
  font-weight: 500;
  padding: 0 25px;
}
.abs-ihbox-style-9 .abs-heading-desc {
  margin: 0;
}
.abs-ihbox-style-9 .abs-ihbox-icon-wrapper,
.abs-ihbox-style-9 .abs-ihbox-svg-wrapper {
  font-size: 63px;
  position: relative;
  display: flex;
  height: 105px;
  width: 105px;
  line-height: 105px;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  color: var(--abs-blackish-color);
  background-color: var(--abs-light-color);
  fill: var(--abs-blackish-color);
  z-index: 1;
}
.abs-ihbox-style-9 .abs-ihbox-icon-wrapper img {
  width: 105px;
  height: 105px;
  border-radius: 10px;
  object-fit: cover;
}
.abs-ihbox-style-9 .abs-element-subtitle {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
.abs-ihbox-style-9 .abs-icon-type-icon::after,
.abs-ihbox-style-9 .abs-ihbox-svg-wrapper::after,
.abs-ihbox-style-9 .abs-ihbox-icon-type-text::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 10px;
  z-index: -1;
  transform: scale(0);
  background-color: var(--abs-global-color);
  transition: all 200ms linear;
}
.abs-ihbox-style-9:hover .abs-icon-type-icon::after,
.abs-ihbox-style-9:hover .abs-ihbox-svg-wrapper::after,
.abs-ihbox-style-9:hover .abs-ihbox-icon-type-text::after {
  transform: scale(1.1);
}
.abs-miconheading-style-9.swiper-slide {
  height: unset;
}
/** Style 10 **/
.abs-ihbox-style-10,
.abs-ihbox-style-10 .abs-ihbox-svg,
.abs-ihbox-style-10 .abs-ihbox-icon-wrapper {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.abs-ihbox-style-10 {
  padding: 70px 35px 40px 35px;
  border: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
  border-radius: 30px;
  height: 100%;
  position: relative;
}
.absgroup-gap-0px
  .abs-miconheading-style-10:nth-child(odd)
  .abs-ihbox-style-10 {
  border-radius: 30px 30px 0px 0px;
  border-width: 1px 1px 0 1px;
}
.absgroup-gap-0px
  .abs-miconheading-style-10:nth-child(even)
  .abs-ihbox-style-10 {
  padding: 40px 35px 60px 35px;
  border-radius: 0px 0px 30px 30px;
  border-width: 0 0 1px 0;
}
.absgroup-gap-0px
  .abs-miconheading-style-10:nth-child(even):last-child
  .abs-ihbox-style-10 {
  border-radius: 0px 0px 30px 30px;
  border-width: 0 1px 1px 0;
}
.absgroup-gap-0px
  .abs-miconheading-style-10:nth-child(odd)
  .abs-ihbox-style-10::after,
.absgroup-gap-0px
  .abs-miconheading-style-10:not(:first-child):nth-child(odd)
  .abs-ihbox-style-10::before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 60px;
  width: 30px;
  box-shadow: 0 30px 0 0 var(--abs-body-color);
  z-index: 1;
}
.absgroup-gap-0px
  .abs-miconheading-style-10:nth-child(odd)
  .abs-ihbox-style-10::after {
  left: 100%;
  border-bottom-left-radius: 30px;
}
.absgroup-gap-0px
  .abs-miconheading-style-10:nth-child(odd)
  .abs-ihbox-style-10::before {
  right: 100%;
  border-bottom-right-radius: 30px;
}
.abs-ihbox-style-10 .abs-ihbox-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.absgroup-gap-0px .abs-miconheading-style-10:nth-child(even) .abs-ihbox-box {
  flex-direction: column-reverse;
}
.abs-ihbox-style-10 .abs-box-number {
  border-radius: 50%;
  color: var(--abs-blackish-color);
  background-color: var(--abs-body-color);
  border: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
  position: absolute;
  top: -25px;
  font-size: 17px;
  line-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  font-family: var(--abs-heading-typography-font-family);
  font-weight: 600;
}
.absgroup-gap-0px .abs-miconheading-style-10:nth-child(even) .abs-box-number {
  bottom: -25px;
  top: inherit;
}
.abs-ihbox-style-10 .abs-element-title {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  font-weight: 500;
  padding: 35px 0 25px 0;
}
.absgroup-gap-0px
  .abs-miconheading-style-10:nth-child(even)
  .abs-element-title {
  padding: 25px 0 35px 0;
}
.abs-ihbox-style-10 .abs-heading-desc {
  margin: 0;
  padding: 0 10px;
}
.abs-ihbox-style-10 .abs-ihbox-icon-wrapper,
.abs-ihbox-style-10 .abs-ihbox-svg-wrapper {
  font-size: 55px;
  position: relative;
  display: flex;
  height: 90px;
  width: 90px;
  line-height: 90px;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  color: var(--abs-blackish-color);
  background-color: var(--abs-light-color);
  fill: var(--abs-blackish-color);
  z-index: 1;
}
.abs-ihbox-style-10 .abs-ihbox-icon-wrapper img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  object-fit: cover;
}
.abs-ihbox-style-10 .abs-element-subtitle {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
.abs-ihbox-style-10 .abs-icon-type-icon::after,
.abs-ihbox-style-10 .abs-ihbox-svg-wrapper::after,
.abs-ihbox-style-10 .abs-ihbox-icon-type-text::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 10px;
  z-index: -1;
  transform: scale(0);
  background-color: var(--abs-global-color);
  transition: all 200ms linear;
}
.abs-ihbox-style-10:hover .abs-icon-type-icon::after,
.abs-ihbox-style-10:hover .abs-ihbox-svg-wrapper::after,
.abs-ihbox-style-10:hover .abs-ihbox-icon-type-text::after {
  transform: scale(1.1);
}
/** Style 11 **/
.abs-ihbox-style-11,
.abs-ihbox-style-11 .abs-ihbox-svg,
.abs-ihbox-style-11 .abs-ihbox-icon-wrapper {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.abs-ihbox-style-11 {
  padding: 65px 40px 35px 40px;
  border: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
  position: relative;
  height: 100%;
}
.abs-ihbox-style-11 .abs-ihbox-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.abs-ihbox-style-11 .abs-ihbox-contents {
  padding-top: 35px;
}
.abs-ihbox-style-11 .abs-box-number {
  border-radius: 50%;
  color: var(--abs-blackish-color);
  background-color: var(--abs-body-color);
  border: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
  position: absolute;
  top: -25px;
  font-size: 17px;
  line-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  font-family: var(--abs-heading-typography-font-family);
  font-weight: 600;
}
.abs-ihbox-style-11 .abs-element-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.abs-ihbox-style-11 .abs-heading-desc {
  margin: 0;
}
.abs-ihbox-style-11 .abs-ihbox-icon-wrapper,
.abs-ihbox-style-11 .abs-ihbox-svg-wrapper {
  font-size: 50px;
  position: relative;
  display: flex;
  height: 90px;
  width: 90px;
  line-height: 90px;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  color: var(--abs-blackish-color);
  background-color: var(--abs-light-color);
  fill: var(--abs-blackish-color);
  z-index: 1;
}
.abs-ihbox-style-11 .abs-ihbox-icon-wrapper img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  object-fit: cover;
}
.abs-ihbox-style-11 .abs-element-subtitle {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
.abs-ihbox-style-11 .abs-icon-type-icon::after,
.abs-ihbox-style-11 .abs-ihbox-svg-wrapper::after,
.abs-ihbox-style-11 .abs-ihbox-icon-type-text::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 10px;
  z-index: -1;
  transform: scale(0);
  background-color: var(--abs-global-color);
  transition: all 0.4s ease-in-out;
}
.abs-ihbox-style-11:hover .abs-icon-type-icon::after,
.abs-ihbox-style-11:hover .abs-ihbox-svg-wrapper::after,
.abs-ihbox-style-11:hover .abs-ihbox-icon-type-text::after {
  transform: scale(1);
}
/*----------------------------------------*/
/*  02 - Team Member
/*----------------------------------------*/
/** Style 1 **/
.abs-team-style-1 .abs-featured-wrapper img,
.abs-team-style-1 .abs-team-social-links li a,
.abs-team-style-1 .abs-team-social-links li,
.abs-team-style-1 .abs-team-btn .abs-team-text,
.abs-team-style-1 .absgroup-box-social-links {
  transition: all 0.6s ease-in-out;
}
.abs-team-style-1 .abs-featured-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.abs-team-style-1 .absgroup-post-item {
  position: relative;
}
.abs-team-style-1 .absgroup-box-content {
  position: relative;
  padding: 30px;
  text-align: center;
}
.abs-team-style-1 .abs-featured-inner,
.abs-team-style-1 .abs-featured-wrapper {
  position: relative;
}
.abs-team-style-1 .abs-featured-inner .abs-link {
  z-index: 0;
}
.abs-team-style-1 .abs-featured-wrapper img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s ease-out;
}
.abs-team-style-1 .abs-featured-wrapper::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    -135deg,
    rgba(var(--abs-global-color-rgb), 0) 0%,
    rgba(var(--abs-global-color-rgb), 0.2) 65%,
    rgba(var(--abs-global-color-rgb), 1) 100%
  );
  content: "";
  z-index: 0;
  opacity: 0;
  transition: all 300ms ease;
  visibility: hidden;
}
.abs-team-style-1:hover .abs-featured-wrapper img {
  filter: grayscale(100%);
}
.abs-team-style-1:hover .abs-featured-wrapper::after {
  opacity: 1;
  visibility: visible;
}
.abs-team-style-1:hover .abs-featured-wrapper img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.abs-team-style-1 .abs-team-title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 8px;
}
.abs-team-style-1 .abs-team-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 6;
  line-height: 0;
}
.abs-team-style-1 .abs-team-btn .abs-team-text {
  width: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 100%;
  color: var(--abs-white-color);
  background-color: rgba(var(--abs-white-color-rgb), 0.3);
  backdrop-filter: blur(40px);
}
.abs-team-style-1 .abs-team-btn:hover .abs-team-text {
  color: var(--abs-blackish-color);
  background-color: var(--abs-white-color);
}
.abs-team-style-1 .absgroup-box-social-links {
  text-align: center;
  position: absolute;
  bottom: 50px;
  right: 0;
  transform: translateY(10px);
  opacity: 0;
  padding: 0;
  z-index: -1;
}
.abs-team-style-1 .absgroup-box-social-links ul {
  display: flex;
  flex-direction: column-reverse;
}
.abs-team-style-1 .abs-team-btn:hover .absgroup-box-social-links {
  transform: translateY(-10px);
  opacity: 1;
}
.abs-team-style-1 .abs-team-btn .abs-team-social-links li {
  display: block;
  margin: 0;
  padding: 0 !important;
  margin-bottom: 5px;
  transform: translate(0);
  transition: all 600ms ease-in-out;
}
.abs-team-style-1 .abs-team-btn:hover .abs-team-social-links li {
  transform: translate(0);
}
.abs-team-style-1 .abs-team-social-links li:first-child {
  margin-top: 0;
}
.abs-team-style-1 .abs-team-social-links li a {
  display: inline-block;
  opacity: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
  font-size: 16px;
  background: transparent;
  color: var(--abs-white-color);
  background-color: var(--abs-blackish-color);
}
.abs-team-style-1 .abs-team-social-links li a:hover {
  background-color: var(--abs-global-color);
  color: var(--abs-blackish-color);
}
.abs-team-style-1 .absgroup-box-team-position {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.abs-element-posts-wrapper .abs-team-style-1 {
  margin-bottom: 30px;
}
/** Style 2 **/
.abs-team-style-2 {
  padding-bottom: 25px;
}
.abs-team-style-2 .abs-featured-wrapper img,
.abs-team-style-2 .abs-featured-wrapper::after {
  transition: all 0.6s ease-in-out;
}
.abs-team-style-2 .abs-featured-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 20px;
}
.abs-team-style-2 .absgroup-post-item {
  position: relative;
}
.abs-team-style-2 .absgroup-box-content {
  width: 100%;
}
.abs-element-team-style-2 .abs-featured-wrapper.abs-hover-img {
  width: 250px !important;
  height: 250px !important;
}
.abs-team-style-2 .abs-featured-inner {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.abs-team-style-2 .abs-featured-wrapper img {
  width: 100%;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  position: relative;
}
.abs-team-style-2 .abs-team-title {
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 5px;
  color: var(--abs-white-color);
  letter-spacing: 0;
}
.abs-team-style-2 .abs-team-title a {
  color: var(--abs-blackish-color);
}
.abs-team-style-2 .absgroup-box-team-position {
  font-size: 13px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 500;
  color: var(--abs-global-color);
}
.abs-team-style-2 {
  padding-bottom: 25px;
}
.absgroup-gap-50px .abs-team-style-2 {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 50px;
}
.abs-element-posts-wrapper .abs-team-style-2 {
  margin-bottom: 30px;
}
/* Bg Color Set */
.abs-bg-color-blackish .abs-team-style-2 .abs-team-title a {
  color: var(--abs-white-color);
}
/*----------------------------------------*/
/*  03 - Counter
/*----------------------------------------*/
/** Style 2 **/
.absgroup-ele-fid-style-2 {
  display: inline-block;
}
.absgroup-ele-fid-style-2 .abs-fld-wrap {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
}
.absgroup-ele-fid-style-2 .abs-fid-inner {
  display: inline-flex;
  font-size: 52px;
  line-height: 60px;
  color: var(--abs-blackish-color);
}
.abs-bg-color-blackish .absgroup-ele-fid-style-2 .abs-fid-inner,
.abs-bg-color-blackish .absgroup-ele-fid-style-2 .abs-heading-desc {
  color: #fff;
}
.absgroup-ele-fid-style-2 .abs-heading-desc {
  margin: 0 0 0 25px;
  font-size: 18px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.absgroup-ele-fid-style-2 .abs-fid-inner sub,
.absgroup-ele-fid-style-2 .abs-fid-inner sup {
  font-size: 50px;
  line-height: 50px;
}
.absgroup-ele-fid-style-2 .abs-fid-before sup,
.absgroup-ele-fid-style-2 .abs-fid sup {
  bottom: 0;
}
.absgroup-ele-fid-style-2 .abs-fid-before sub,
.absgroup-ele-fid-style-2 .abs-fid sub {
  top: 6px;
}
.absgroup-ele-fid-style-2 .abs-fid span {
  margin-left: 0px;
}
.absgroup-ele-fid-style-2 .abs-fid-title {
  margin: 0;
}
.absgroup-ele-fid .abs-progress-bar {
  height: 4px;
  background-color: var(--abs-global-color);
  border-radius: 6px;
}
.absgroup-ele-fid .abs-progress-bar {
  height: 2px;
}
.absgroup-ele-fid .abs-progress-wrapper {
  height: 100%;
  min-height: 2px;
  border-radius: 6px;
  padding: 2px 5px;
  position: relative;
  background-color: var(--abs-light-color);
}
.absgroup-ele-fid .abs-progress-wrapper {
  padding: 0;
  background-color: rgba(var(--abs-blackish-color-rgb), 0.15);
}
.absgroup-ele-fid .abs-progress-bar {
  font-size: 0;
}
.abs-progress-bar,
.elementor-progress-bar {
  display: flex;
  font-size: 11px;
  transition: width 1s ease-in-out;
  width: 0;
}
/* Extra Style */
.abs-fid-style-2-progress-top .absgroup-ele-fid-style-2:has(.abs-progressbar) {
  display: flex;
  flex-direction: column-reverse;
}
.abs-fid-style-2-progress-top .absgroup-ele-fid-style-2 .abs-fld-wrap {
  padding: 40px 0 20px 0;
}
/** Style 3 **/
.absgroup-ele-fid-style-3 {
  display: inline-block;
}
.absgroup-ele-fid-style-3 .abs-fld-contents {
  display: flex;
}
.absgroup-ele-fid-style-3 .abs-fid-icon-wrapper,
.absgroup-ele-fid-style-3 .abs-fid-svg-wrapper {
  font-size: 50px;
  margin-right: 25px;
  position: relative;
  display: flex;
  height: 80px;
  width: 80px;
  line-height: 80px;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  color: var(--abs-blackish-color);
  background-color: rgba(var(--abs-blackish-color-rgb), 0.1);
  fill: var(--abs-blackish-color);
  z-index: 1;
}
.absgroup-ele-fid-style-3 .abs-fid-inner {
  font-size: 60px;
  line-height: 56px;
  padding-bottom: 5px;
  color: var(--abs-blackish-color);
}
.absgroup-ele-fid-style-3 .abs-fid-inner sub,
.absgroup-ele-fid-style-3 .abs-fid-inner sup {
  font-size: 40px;
  line-height: 40px;
}
.absgroup-ele-fid-style-3 .abs-fid-title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
  color: var(--abs-blackish-color);
}
.absgroup-ele-fid-style-3 .abs-fid-before sup,
.absgroup-ele-fid-style-3 .abs-fid sup {
  bottom: 0;
}
.absgroup-ele-fid-style-3 .abs-fid sup {
  margin-left: -12px;
}
.absgroup-ele-fid-style-3 .abs-fid-before sup {
  margin-right: -12px;
}
.absgroup-ele-fid-style-3 .abs-fid-before sub,
.absgroup-ele-fid-style-3 .abs-fid sub {
  top: 0;
}
.absgroup-ele-fid-style-3 .abs-fid sub {
  margin-left: -12px;
}
.absgroup-ele-fid-style-3 .abs-fid-before sub {
  margin-right: -12px;
}
.absgroup-ele-fid-style-3 .abs-fid span {
  margin-left: -12px;
}
.absgroup-ele-fid-style-3 .abs-fid-before span {
  margin-right: -12px;
}
.absgroup-ele-fid-style-3 .abs-heading-desc {
  margin: 0;
}
.abs-dark-fid .absgroup-ele-fid-style-3 .abs-fid-icon-wrapper,
.abs-dark-fid .absgroup-ele-fid-style-3 .abs-fid-svg-wrapper {
  color: var(--abs-white-color);
  fill: var(--abs-white-color);
  background-color: var(--abs-blackish-color);
}
.abs-dark-fid .absgroup-ele-fid-style-3 .abs-heading-desc {
  color: var(--abs-blackish-color);
}
/* Bg Color */
.abs-bg-color-blackish .absgroup-ele-fid-style-3 .abs-fid-inner {
  color: var(--abs-white-color);
}
.abs-bg-color-blackish .absgroup-ele-fid-style-3 .abs-fid-icon-wrapper,
.abs-bg-color-blackish .absgroup-ele-fid-style-3 .abs-fid-svg-wrapper {
  color: var(--abs-white-color);
  background-color: rgba(var(--abs-white-color-rgb), 0.1);
  fill: var(--abs-white-color);
}
.abs-bg-color-blackish .absgroup-ele-fid-style-3 .abs-heading-desc {
  color: rgba(var(--abs-white-color-rgb), 0.7);
}
/** Style 4 **/
.absgroup-ele-fid-style-4 {
  display: inline-block;
}
.absgroup-ele-fid-style-4 .abs-fld-contents {
  display: flex;
}
.absgroup-ele-fid-style-4 .abs-fid-inner {
  font-size: 96px;
  line-height: 85px;
  margin-bottom: 0;
  color: var(--abs-blackish-color);
  font-family: var(--abs-heading-typography-font-family);
  font-weight: 600;
}
.absgroup-ele-fid-style-4 .abs-fid-inner sub,
.absgroup-ele-fid-style-4 .abs-fid-inner sup {
  font-size: 70px;
  line-height: 50px;
}
.absgroup-ele-fid-style-4 .abs-fid-title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
  color: var(--abs-blackish-color);
}
.absgroup-ele-fid-style-4 .abs-fid-before sup,
.absgroup-ele-fid-style-4 .abs-fid sup {
  top: -40px;
  bottom: 0;
}
.absgroup-ele-fid-style-4 .abs-fid sup {
  margin-left: -22px;
}
.absgroup-ele-fid-style-4 .abs-fid-before sup {
  margin-right: -22px;
}
.absgroup-ele-fid-style-4 .abs-fid-before sub,
.absgroup-ele-fid-style-4 .abs-fid sub {
  top: 0;
}
.absgroup-ele-fid-style-4 .abs-fid sub {
  margin-left: -22px;
}
.absgroup-ele-fid-style-4 .abs-fid-before sub {
  margin-right: -22px;
}
.absgroup-ele-fid-style-4 .abs-fid span {
  margin-left: -22px;
}
.absgroup-ele-fid-style-4 .abs-fid-before span {
  margin-right: -22px;
}
.absgroup-ele-fid-style-4 .abs-heading-desc {
  margin: 0;
}
/*----------------------------------------*/
/*  04 - Service
/*----------------------------------------*/
/** Style 1 **/
.abs-service-style-1 .abs-service-image-wrapper .abs-service-btn,
.abs-service-style-1 .abs-featured-wrapper img {
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.abs-service-style-1 .abs-image-wrap {
  z-index: 0;
  position: relative;
}
.abs-service-style-1 .abs-box-content-wrap {
  position: relative;
  overflow: hidden;
  /* padding: 12px;
	border: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
	border-radius: 10px; */
}
.abs-service-style-1.p-card .abs-box-content-wrap {
  padding: 12px;
  border: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
  border-radius: 10px;
}
.abs-service-style-1 .abs-service-content-wrap {
  padding: 25px 20px 15px;
}
.abs-service-style-1 .abs-service-content-wrap .abs-link {
  z-index: -1;
}
.abs-service-style-1 .abs-featured-wrapper {
  overflow: hidden;
  border-radius: 10px;
}
.abs-service-style-1 .abs-featured-wrapper img {
  width: 100%;
}
.abs-service-style-1:hover .abs-featured-wrapper img {
  transform: scale(1.02);
}
.abs-service-style-1 .abs-service-image-wrapper {
  position: relative;
}
.abs-service-style-1 .abs-service-image-wrapper a.abs-link {
  z-index: 0;
}
.abs-service-style-1 .abs-service-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
}
/* .abs-service-style-1 .abs-service-description p,
.abs-service-style-1 .abs-service-title,
.abs-service-style-1 .abs-service-title a{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-word;
} */
.abs-service-style-1 .abs-service-icon-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 8px 8px;
  border-radius: 0 10px 0 10px;
  background-color: var(--abs-white-color);
}
.abs-service-style-1 .abs-service-icon {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 40px;
  line-height: 70px;
  border-radius: 10px;
  z-index: 2;
  color: var(--abs-blackish-color);
  background-color: var(--abs-global-color);
}
.abs-service-style-1 .abs-service-icon svg {
  fill: var(--abs-blackish-color);
}
.abs-service-style-1 .abs-service-icon-wrapper::after,
.abs-service-style-1 .abs-service-icon-wrapper::before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 0;
  height: 40px;
  width: 20px;
  box-shadow: 0 -20px 0 0 var(--abs-white-color);
}
.abs-service-style-1 .abs-service-icon-wrapper::before {
  right: 100%;
  border-top-right-radius: 10px;
}
.abs-service-style-1 .abs-service-icon-wrapper::after {
  left: calc(100% - 20px);
  top: 100%;
  border-top-right-radius: 10px;
}
.abs-service-style-1 .abs-service-description {
  padding: 15px 0 0;
  margin: 15px 0 0;
  border-top: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
}
.abs-service-style-1 .abs-service-description p {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.abs-service-style-1 .abs-service-btn .abs-button-inner {
  display: flex;
  align-items: center;
  gap: 5px;
}
.abs-service-style-1 .abs-service-btn i {
  font-size: 30px;
  line-height: 30px;
}
.abs-service-style-1 .abs-service-title a:hover,
.abs-service-style-1 .abs-button-inner:hover {
  color: var(--abs-link-color-hover);
}
.abs-element-posts-wrapper .abs-service-style-1 {
  margin-bottom: 30px;
}
/** Style 2 **/
.abs-service-style-2 .abs-service-title,
.abs-service-style-2 .abs-service-title a,
.abs-service-style-2 .absgroup-post-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.abs-service-style-2 .absgroup-post-item {
  position: relative;
  overflow: hidden;
}
.abs-service-style-2:hover .absgroup-post-item {
  transform: translateY(-5px);
  /* background-color: var(--abs-secondary-color); */
}
.abs-service-style-2 .abs-image-wrap {
  position: relative;
}
.abs-service-style-2 .abs-featured-wrapper {
  overflow: hidden;
  border-radius: 10px;
}
.abs-service-style-2 .abs-image-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px;
  background: linear-gradient(
    to top,
    rgba(var(--abs-blackish-color-rgb), 0.3) 0%,
    rgba(var(--abs-blackish-color-rgb), 0.3) 20%,
    rgba(var(--abs-blackish-color-rgb), 0.1) 95%,
    rgba(var(--abs-blackish-color-rgb), 0) 100%
  );
}
.abs-service-style-2 .abs-service-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 40px;
  line-height: 70px;
  border-radius: 10px;
  z-index: 2;
  color: var(--abs-white-color);
  background-color: rgba(var(--abs-white-color-rgb), 0.5);
  backdrop-filter: blur(20px);
}
.abs-service-style-2 .abs-service-icon svg {
  fill: var(--abs-white-color);
}
.abs-service-style-2 .abs-service-icon img {
  max-width: 60px;
  height: 60px;
}
.abs-service-style-2 .abs-service-title {
  position: relative;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
  max-width: 180px;
}
.abs-service-style-2 .abs-service-title,
.abs-service-style-2 .abs-service-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  word-break: break-word;
  color: var(--abs-white-color);
}
.abs-service-style-2:hover .abs-service-title,
.abs-service-style-2:hover .abs-service-title a {
  color: var(--abs-global-color);
}
.abs-service-style-2:hover .abs-service-title a:hover {
  color: var(--abs-global-color);
}
.abs-service-style-2 .abs-service-content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 30px;
}
.abs-service-style-2 .abs-service-btn i {
  font-size: 35px;
  line-height: 35px;
  color: var(--abs-white-color);
}
/*----------------------------------------*/
/*  05 - Blog
/*----------------------------------------*/
/** Style 1 **/
.abs-blog-style-1 .abs-featured-wrapper img {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.abs-blog-style-1 .absgroup-box-content {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
  background-color: var(--abs-white-color);
}
.abs-blog-style-1 .abs-content-wrapper {
  padding: 30px 20px;
}
.abs-blog-style-1 .abs-featured-container-inner,
.abs-blog-style-1 .abs-featured-container {
  position: relative;
}
.abs-blog-style-1 .abs-featured-container-inner {
  z-index: 0;
}
.abs-blog-style-1 .abs-meta-date-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.abs-blog-style-1 .abs-post-date > * {
  display: block;
}
.abs-blog-style-1 .abs-post-date {
  display: inline-block;
  text-align: center;
  padding: 8px 13px;
  border-radius: 10px;
  color: var(--abs-white-color);
  background-color: rgba(var(--abs-blackish-color-rgb), 0.3);
  backdrop-filter: blur(20px);
}
.abs-blog-style-1 .abs-post-date .abs-date {
  font-size: 36px;
  line-height: 42px;
}
.abs-blog-style-1 .abs-post-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
.abs-blog-style-1 .abs-post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.abs-blog-style-1:hover .abs-featured-wrapper img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.abs-blog-style-1 .abs-featured-wrapper,
.abs-blog-style-1 .abs-featured-wrapper img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.abs-blog-style-1 .abs-meta-wraper .abs-meta-line > * {
  display: inline-block;
}
.abs-blog-style-1 .abs-meta-wraper {
  position: absolute;
  width: calc(100% - 16px);
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(8px, -8px);
  padding: 10px 10px 5px;
  border-radius: 10px;
  background-color: var(--abs-global-color);
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.abs-blog-style-1 .abs-meta-wraper .abs-meta-line,
.abs-blog-style-1 .abs-meta-wraper .abs-meta-line a {
  font-size: 14px;
  line-height: 20px;
  color: var(--abs-blackish-color);
}
.abs-blog-style-1 .abs-meta-wraper .abs-meta-line a:hover {
  color: var(--abs-white-color);
}
.abs-blog-style-1 .abs-blog-btn {
  display: inline-block;
  margin-top: 20px;
}
.abs-blog-style-1 .abs-blog-btn .abs-button-inner {
  display: flex;
  align-items: center;
  gap: 5px;
}
.abs-blog-style-1 .abs-meta-wraper .abs-meta-line {
  margin-right: 0;
}
.abs-blog-style-1 .abs-meta-wraper .abs-meta-line:not(:last-child) {
  padding-right: 13px;
  margin-right: 4px;
}
.abs-blog-style-1 .abs-meta-wraper > *:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--abs-white-color);
  right: 0;
  top: 6px;
  margin: 0;
}
.abs-blog-style-1 .abs-meta-wraper .abs-comment-text {
  margin-left: 2px;
}
.abs-meta-line {
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.abs-meta-line a,
.abs-meta-line {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #696f6f;
}
.abs-blog-style-1 .absgroup-box-desc {
  padding: 25px 0 0;
  margin: 25px 0 0;
  border-top: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* button */
.abs-blog-style-1 .abs-button-inner .abs-button-icon {
  font-size: 30px;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  display: inline-flex;
}
.abs-blog-style-1 .abs-button-inner:hover .abs-button-icon::after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.abs-blog-style-1 .abs-button-inner .abs-button-icon i {
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  color: var(--abs-blackish-color);
}
.abs-blog-style-1 .abs-button-inner .abs-button-text {
  position: relative;
  display: inline-block;
  line-height: 20px;
}
.abs-blog-style-1 .abs-button-inner .abs-button-text::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(var(--abs-global-color-rgb), 0.5);
  transition: all 0.4s ease-out;
}
.abs-blog-style-1 .abs-button-inner:hover .abs-button-text::before {
  width: 100%;
}
.abs-element-posts-wrapper .abs-blog-style-1 {
  margin-bottom: 30px;
}
/** Style 2 **/
.abs-blog-style-2 .abs-featured-wrapper img {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.abs-blog-style-2 .absgroup-box-content {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
}
.abs-blog-style-2 .abs-content-wrapper {
  position: relative;
  padding: 30px 35px 25px;
  z-index: 1;
  background-color: var(--abs-white-color);
}
.abs-blog-style-2 .abs-featured-container {
  position: relative;
  z-index: 0;
}
.abs-blog-style-2 .abs-meta-wraper {
  gap: 5px;
  margin-bottom: 10px;
}
.abs-blog-style-2 .abs-meta-category a {
  display: inline-block;
  padding: 5px 15px 3px;
  border-radius: 10px;
  background-color: var(--abs-global-color);
}
.abs-blog-style-2 .abs-post-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
}
.abs-blog-style-2 .abs-post-title,
.abs-blog-style-2 .abs-post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.abs-blog-style-2:hover .abs-featured-wrapper img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.abs-blog-style-2 .abs-featured-wrapper,
.abs-blog-style-2 .abs-featured-wrapper img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.abs-blog-style-2 .abs-meta-line a,
.abs-blog-style-2 .abs-meta-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  color: var(--abs-blackish-color);
}
.abs-blog-style-2 .abs-meta-category a:hover {
  color: var(--abs-white-color);
  background-color: var(--abs-blackish-color);
}
.abs-blog-style-2 .abs-meta-wraper > *:not(:last-child)::after {
  content: none;
}
.abs-blog-style-2 .abs-featured-container {
  height: 0;
}
.abs-blog-style-2 .abs-featured-wrapper img {
  width: 0;
}
.abs-blog-style-2 .abs-blog-btn {
  font-size: 0;
  height: 0;
}
.abs-blog-group-left .abs-blog-style-2 .absgroup-box-content {
  border: none;
}
.abs-blog-group-left .abs-blog-style-2 .abs-featured-wrapper img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}
.abs-blog-group-left .abs-blog-style-2 .abs-blog-btn {
  font-size: 16px;
  height: auto;
}
.abs-blog-group-left .abs-blog-style-2 .abs-featured-container {
  height: auto;
}
.abs-blog-group-left .abs-blog-style-2 .abs-content-wrapper {
  position: absolute;
  top: 40px;
  left: calc(50% - 30px);
  right: 30px;
  bottom: 40px;
  z-index: 2;
  background-color: rgba(var(--abs-white-color-rgb), 0.5);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 75px 30px 50px;
  backdrop-filter: blur(20px);
}
.abs-blog-group-left .abs-blog-style-2 .abs-meta-wraper {
  margin-bottom: 12px;
}
.abs-blog-group-left .abs-blog-style-2 .abs-post-title {
  font-size: 32px;
  line-height: 40px;
  flex: 1;
}
.abs-blog-group-left .abs-blog-style-2 .abs-post-title,
.abs-blog-group-left .abs-blog-style-2 .abs-post-title a {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.abs-blog-group-left .abs-blog-style-2 .abs-blog-btn {
  display: inline-block;
  margin-top: 20px;
}
.abs-blog-group-left .abs-blog-style-2 .abs-blog-btn .abs-button-inner {
  display: flex;
  align-items: center;
  gap: 5px;
}
.abs-blog-group-left .abs-blog-style-2 .abs-blog-btn i {
  font-size: 30px;
  line-height: 30px;
}
.abs-blog-group-left .abs-blog-style-2 .abs-blog-btn a:hover,
.abs-blog-group-left .abs-blog-style-2 .abs-post-title a:hover {
  color: rgba(var(--abs-blackish-color-rgb), 0.7);
}
.absgroup-gap-10px .abs-blog-style-2 {
  margin-bottom: 10px;
}
.abs-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/*----------------------------------------*/
/*  06 - Testimonial
/*----------------------------------------*/
/** Style 1 **/
.abs-testimonial-style-1 .absgroup-post-item {
  position: relative;
  padding-left: 112px;
}
.abs-testimonial-style-1 .absgroup-post-item::before {
  content: "\e81c";
  position: absolute;
  font-family: "absgroup-base-icons";
  font-size: 25px;
  top: 5px;
  left: 0;
  width: 75px;
  height: 75px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  color: var(--abs-blackish-color);
  background-color: var(--abs-light-color);
}
.abs-testimonial-style-1 .absgroup-box-author {
  display: flex;
  align-items: center;
  padding: 35px 0 0;
  margin: 35px 0 0;
  border-top: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
}
.abs-testimonial-style-1 .absgroup-box-title {
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 5px;
}
.abs-testimonial-style-1 .abs-featured-img-wrapper {
  margin-right: 25px;
}
.abs-testimonial-style-1 .abs-featured-wrapper {
  position: relative;
}
.abs-testimonial-style-1 .abs-featured-wrapper img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
}
.abs-testimonial-style-1 .absgroup-testimonial-text {
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  margin: 0 0 25px 0;
  padding: 0 25px 0 0;
  border: 0;
  color: rgba(var(--abs-blackish-color-rgb), 0.6);
}
.abs-testimonial-style-1 .absgroup-testimonial-detail,
.abs-testimonial-style-1 .absgroup-box-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.abs-testimonial-style-1 .absgroup-testimonial-detail {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
.abs-testimonial-style-1 .absgroup-box-star-ratings {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 25px;
}
.abs-testimonial-style-1 .absgroup-box-star-ratings i {
  transform: rotate(36deg);
  display: inline-block;
  color: rgba(var(--abs-blackish-color-rgb), 0.1);
}
.abs-testimonial-style-1 .absgroup-box-star-ratings .abs-active {
  color: var(--abs-global-color);
}
.abs-testimonial-style-1 .absgroup-box-star-ratings i:before {
  margin: 0 2px;
}
/* For Bg Color */
.abs-bg-color-light .abs-testimonial-style-1 .absgroup-post-item::before {
  background-color: var(--abs-white-color);
}
/** Style 2 **/
.abs-testimonial-style-2 .absgroup-post-item {
  position: relative;
  padding-top: 80px;
}
.abs-testimonial-style-2 .absgroup-post-item::before {
  content: "\e81c";
  position: absolute;
  font-family: "absgroup-base-icons";
  font-size: 30px;
  top: 0;
  left: 0;
  color: var(--abs-global-color);
}
.abs-testimonial-style-2 .absgroup-box-author {
  display: flex;
  align-items: center;
}
.abs-testimonial-style-2 .absgroup-box-title {
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 5px;
  font-weight: 500;
  color: var(--abs-global-color);
}
.abs-testimonial-style-2 .abs-featured-img-wrapper {
  margin-right: 20px;
}
.abs-testimonial-style-2 .abs-featured-wrapper {
  position: relative;
  width: 60px;
}
.abs-testimonial-style-2 .abs-featured-wrapper img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
}
.abs-testimonial-style-2 .absgroup-testimonial-text {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 40px 0;
  padding: 0;
  border: 0;
  color: rgba(var(--abs-blackish-color-rgb), 0.5);
  font-family: var(--abs-heading-typography-font-family);
}
.abs-testimonial-style-2 .absgroup-testimonial-detail,
.abs-testimonial-style-2 .absgroup-box-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.abs-testimonial-style-2 .absgroup-testimonial-detail {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
}
/* For Bg Color */
.abs-bg-color-blackish .abs-testimonial-style-2 .absgroup-testimonial-detail {
  color: rgba(var(--abs-white-color-rgb), 0.7);
}
.abs-bg-color-blackish .abs-testimonial-style-2 .absgroup-testimonial-text {
  color: var(--abs-white-color);
}

/*----------------------------------------*/
/*  07 - Header
/*----------------------------------------*/
.site-title {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 80px;
  transition: none;
  line-height: inherit;
}
.site-header .site-branding .abs-sticky-logo {
  display: none;
  max-height: 30px;
}
/** Header Style 1 **/
.site-header .abs-main-header-area {
  z-index: 9;
}
.site-header .abs-header-info-inner {
  display: flex;
  align-items: center;
}
.site-header .abs-header-info-inner .abs-header-box {
  margin-right: 20px;
  position: relative;
  padding: 0 0 0 20px;
}
.site-header .abs-header-info-inner .abs-header-box:last-child {
  margin-right: 0;
}
.site-header .abs-header-info-inner .abs-header-box,
.site-header .abs-header-info-inner .abs-header-box a {
  display: flex;
  align-items: center;
}
.site-header .abs-header-box .abs-header-box-icon {
  margin-right: 20px;
}
.site-header .abs-header-box span {
  display: block;
}
.site-header .abs-header-box .abs-header-box-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  font-size: 30px;
  line-height: 0;
  border-radius: 50%;
  transition: all 0.25s ease-in;
  color: var(--abs-blackish-color);
  background-color: rgba(var(--abs-blackish-color-rgb), 0.1);
}
.site-header .abs-bg-color-blackish .abs-header-box .abs-header-box-icon i {
  color: var(--abs-white-color);
  background-color: rgba(var(--abs-white-color-rgb), 0.1);
}
.site-header .abs-header-box-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-style: normal;
  color: var(--abs-white-color);
  font-family: var(--abs-btn-typography-font-family);
  transition: all 0.25s ease-in-out;
  color: rgba(var(--abs-blackish-color-rgb), 0.7);
}
.site-header .abs-bg-color-blackish .abs-header-box .abs-header-box-title {
  color: rgba(var(--abs-white-color-rgb), 0.7);
}
.site-header .abs-header-box-content {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-transform: none;
  font-style: normal;
  color: var(--abs-white-color);
  font-family: var(--abs-btn-typography-font-family);
}

.site-header .abs-header-button a{
  /* font-size: 22px; */
  transition: all 0.1s ease-in-out;
  color: var(--abs-white-color);
}
.site-header .abs-header-button a:hover{
  color: var(--abs-global-color);
}
.site-header .abs-header-search-btn a {
  font-size: 22px;
  transition: all 0.1s ease-in-out;
  color: var(--abs-white-color);
}
.site-header .abs-header-search-btn a:hover {
  color: var(--abs-global-color);
}
.sticky-header.site-header .abs-header-search-btn a{
  color: var(--abs-secondary-color);
}
.site-header .abs-right-box {
  position: relative;
}
.abs-header-style-1 .abs-right-box > * {
  padding: 0 15px;
}
.abs-header-style-1 .abs-right-box > *:last-child {
  padding: 0;
}
.site-header .abs-header-social .abs-social-li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 45px;
  border-radius: 50%;
  color: var(--abs-blackish-color);
  background-color: var(--abs-light-color);
}
.site-header .abs-header-social .abs-social-li a.muted {
  background: transparent;
  color: #fff;
  border: solid 1px #6d74b1;
}
.site-header .abs-header-social .abs-social-li a:hover {
  color: var(--abs-white-color);
  background-color: var(--abs-blackish-color);
}
.site-header .abs-fixed-header .site-branding .abs-main-logo {
  display: none;
}
.site-header .abs-sticky-header.abs-bg-color-white {
  background-color: rgba(var(--abs-white-color-rgb), 0.9);
}
.site-header .abs-sticky-header .site-branding .abs-sticky-logo {
  display: inline-block;
}
/** Header Style 2 **/
.abs-header-style-2 .abs-header-content.abs-bg-color-blackish {
  background-color: rgba(var(--abs-theme-color-rgb), 0.6);
}
.abs-header-style-2 .site-branding .site-title {
  height: 90px;
}
.abs-header-style-2 .abs-header-menu-area .abs-menuarea .abs-header-search-btn {
  padding-left: 0;
}
.abs-header-style-2
  .abs-header-menu-area
  .abs-menuarea
  .abs-header-search-btn
  a:not(:hover) {
  color: var(--abs-white-color);
}
.abs-header-style-2 .site-navigation ul.navigation > li > a {
  color: var(--abs-white-color);
}
.abs-header-style-2 .abs-right-box .abs-header-social {
  padding-right: 20px;
}
.abs-header-style-2 .abs-sticky-header .abs-header-content {
  background-color: transparent;
}
.abs-header-style-2
  .abs-sticky-header
  .site-navigation
  ul.navigation
  > li:not(.active, :hover)
  > a,
.abs-header-style-2
  .abs-sticky-header
  .abs-header-menu-area
  .abs-menuarea
  .abs-header-search-btn
  a:not(:hover) {
  color: var(--abs-blackish-color);
}
/*----------------------------------------*/
/*  08 - Footer
/*----------------------------------------*/
.site-footer {
  position: relative;
  font-size: 15px;
}
.abs-footer-style-1:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 0;
  background-image: url(../img/banner-slider/footer-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
}
.site-footer.abs-bg-color-blackish {
  color: rgba(var(--abs-white-color-rgb), 0.7);
}
.abs-footer-style-1 {
  padding-top: 80px;
}
.abs-footer-style-1 .abs-footer-big-area-wrapper,
.abs-footer-style-1 .abs-footer-contact-area-wrapper {
  position: relative;
  padding: 0 15px;
}
.abs-footer-style-1 .abs-footer-big-area-wrapper .abs-footer-big-area {
  position: relative;
  padding-bottom: 50px;
}
.abs-footer-style-1 .abs-footer-big-area .container {
  padding: 0;
}
.abs-footer-style-1 .abs-footer-big-area .abs-footer-left h3 {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--abs-white-color);
}
.abs-footer-style-1 .abs-footer-logo img {
  max-height: 55px;
}
.abs-footer-style-1 .abs-footer-contact-area .row {
  border: 1px solid rgba(var(--abs-white-color-rgb), 0.2);
  border-radius: 10px;
}
.abs-footer-style-1 .abs-footer-contact-area .abs-footer-contact-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 52px 60px;
  font-size: 22px;
  line-height: 28px;
  color: var(--abs-white-color);
}
.abs-footer-style-1
  .abs-footer-contact-area
  .abs-footer-contact-box:not(:last-child) {
  border-right: 1px solid rgba(var(--abs-white-color-rgb), 0.2);
}
.abs-footer-style-1 .abs-footer-widget-area {
  padding: 10px 0 60px;
  position: relative;
  z-index: 1;
}
.site-footer .widget {
  padding-top: 50px;
  position: relative;
}
.abs-footer-style-1 .abs-footer-widget .widget .widget-title {
  font-family: var(--abs-heading-typography-font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: var(--abs-white-color);
  text-transform: capitalize;
  font-style: normal;
  margin-bottom: 20px;
}
.widget ul > li {
  padding: 0 0 15px;
  line-height: 20px;
}
.abs-footer-style-1.abs-bg-color-blackish a {
  color: rgba(var(--abs-white-color-rgb), 0.7);
}
.abs-footer-style-1.abs-bg-color-blackish a:hover {
  color: var(--abs-global-color);
}
.widget ul > li:last-child {
  padding-bottom: 0;
}
.abs-footer-style-1 .abs-footer-text-area {
  background-color: #0b0f38;
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  /* z-index: 1; */
  padding: 25px 0;
}
.site-footer .abs-footer-text-inner {
  font-size: 15px;
}
.abs-footer-style-1 .abs-footer-social-area ul {
  text-align: right;
  font-size: 16px;
}
.abs-footer-style-1 .abs-footer-social-area ul li:not(:last-child) {
  padding: 0 11px 0 0;
}
.abs-footer-style-1 .abs-footer-text-area .abs-social-li a:not(:hover) {
  /* color: var(--abs-white-color); */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--abs-blackish-color);
  background-color: var(--abs-light-color);
}

.abs-footer-style-1 .abs-footer-text-area .abs-social-li a:hover {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: var(--abs-white-color);
  background-color: var(--abs-global-color);
}

/*----------------------------------------*/
/*  09 - Title Bar
/*----------------------------------------*/
.abs-title-bar-wrapper {
  background-color: var(--abs-blackish-color);
  /* background-image: url(../img/bg/titlebar-bg.jpg); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.abs-title-bar-wrapper,
.abs-title-bar-content {
  min-height: 500px;
}
.abs-title-bar-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--abs-blackish-color-rgb), 0.6);
  filter: blur(200px);
}
.abs-title-bar-wrapper::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(
    to right,
    rgba(var(--abs-blackish-color-rgb), 0.7) 50%,
    rgba(var(--abs-blackish-color-rgb), 0) 100%
  );
}
.abs-title-bar-content {
  position: relative;
  z-index: 1;
  padding: 64px 0;
  display: flex;
  align-items: center;
}
.abs-title-bar-content .abs-tbar,
.abs-title-bar-content .abs-breadcrumb {
  display: block;
}
.abs-title-bar-content .abs-tbar {
  position: relative;
  padding: 0 0 12px;
  margin: 0 0 16px;
}
.abs-title-bar-content .abs-tbar:before,
.abs-title-bar-content .abs-tbar:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 5px;
}
.abs-title-bar-content .abs-tbar::before {
  width: 50px;
  background-color: var(--abs-global-color);
  z-index: 1;
}
.abs-title-bar-content .abs-tbar:after {
  width: calc(100% - 5px);
  background-color: rgba(var(--abs-white-color-rgb), 0.15);
  z-index: 0;
}
.abs-title-bar-content .abs-tbar-inner {
  max-width: none;
  padding: 0;
  margin-bottom: 5px;
}
.abs-title-bar-content .abs-tbar-subtitle {
  padding: 0px 13px;
  border-radius: 15px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  display: inline-block;
  text-transform: none;
  color: var(--abs-blackish-color);
  background: var(--abs-global-color);
}
.abs-tbar-title {
  font-family: var(--abs-heading-typography-font-family);
  font-size: 54px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: 0px;
  color: var(--abs-white-color);
  text-transform: none;
  font-style: normal;
  margin-bottom: 0;
}
.single-post .abs-title-bar-content-inner {
  width: 60%;
}
.single-post .abs-tbar .abs-tbar-title {
  font-size: 50px;
  line-height: 60px;
}
.abs-breadcrumb,
.abs-breadcrumb a {
  font-family: var(--abs-heading-typography-font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: var(--abs-white-color);
  /* text-transform: uppercase; */
  font-style: normal;
}
.abs-breadcrumb a:hover {
  color: var(--abs-global-color);
}
.abs-breadcrumb .abs-breadcrumb-inner {
  padding-left: 5px;
}
.abs-breadcrumb .abs-breadcrumb-inner span {
  display: inline-block;
  font-size: 14px;
      text-transform: capitalize;
}
.abs-breadcrumb .abs-breadcrumb-inner .sep {
  font-size: 15px;
  line-height: 15px;
  position: relative;
  padding: 0 5px;
  position: relative;
  top: 0;
  color: var(--abs-global-color);
}
.abs-breadcrumb .abs-breadcrumb-inner .sep:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: var(--abs-global-color);
  position: relative;
  top: -2px;
  margin: 0 7px;
}

/*----------------------------------------*/
/*  10 - Accordion
/*----------------------------------------*/
.accordion-item {
  position: relative;
  border: none;
  background-color: transparent;
  color: inherit;
  border-radius: 0px !important;
  box-shadow: none;
}
.accordion-item:not(:last-child) {
  margin-bottom: 10px;
}
.accordion-item .accordion-button {
  display: flex;
  position: relative;
  padding: 18px 25px;
  z-index: 1 !important;
  border-radius: 10px !important;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  box-shadow: none;
  color: var(--abs-blackish-color);
  background-color: var(--abs-light-color);
}
.abs-bg-color-light .accordion-item .accordion-button {
  background-color: var(--abs-white-color);
}
.accordion-item .abs-accordion-title {
  font-size: 18px;
  line-height: 24px;
  color: var(--abs-blackish-color);
}
.accordion-button::after {
  display: none;
}
.accordion-item .abs-accordion-icon {
  align-items: center;
  display: flex;
  width: fit-content;
  position: relative;
  margin-left: auto;
}
.accordion-item.active .abs-accordion-icon-opened,
.accordion-item .abs-accordion-icon-closed {
  display: flex;
}
.accordion-item.active .abs-accordion-icon-closed,
.accordion-item .abs-accordion-icon-opened {
  display: none;
}
.accordion-item .abs-accordion-icon svg {
  height: 14px;
  fill: var(--abs-blackish-color);
}
.abs-bg-color-blackish .accordion-item {
  border-color: rgba(var(--abs-white-color-rgb), 0.15);
}
.abs-bg-color-blackish .accordion-item .abs-accordion-title {
  color: var(--abs-white-color);
}
.accordion-item .abs-accordion-icon span {
  width: auto;
  height: 14px;
}
.abs-bg-color-blackish .accordion-item .abs-accordion-icon svg {
  fill: var(--abs-white-color);
}
.abs-bg-color-blackish .accordion-item .accordion-body {
  color: rgba(var(--abs-white-color-rgb), 0.7);
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-item .accordion-body {
  border: 0;
  padding: 25px 32px 15px;
}

/*----------------------------------------*/
/*  11 - List Group
/*----------------------------------------*/
.list-group .list-group-item {
  display: flex;
  font-size: inherit;
  align-items: start;
  padding: 0;
  margin-bottom: 10px;
  color: var(--abs-blackish-color);
  position: relative;
  border: none;
  background: transparent;
}
.list-group .abs-icon-list-icon {
  color: var(--abs-blackish-color);
  display: flex;
  position: relative;
  line-height: normal;
  top: 4px;
  transition: all 0.25s ease-in-out;
}
.list-group .abs-icon-list-icon i {
  width: 1.25em;
  font-size: 20px;
  transition: color 0.3s;
  color: var(--abs-global-color);
}
.list-group .abs-icon-list-text {
  padding-left: 5px;
  color: var(--abs-blackish-color);
  align-self: center;
  transition: color 0.3s;
}
.list-group .list-group-item:not(:first-child) {
  margin-top: calc(15px / 2);
}
.abs-bg-color-blackish .list-group .abs-icon-list-text {
  color: var(--abs-white-color);
}

/*----------------------------------------*/
/*  12 -  Banner Slider
/*----------------------------------------*/
.abs-slider-area .transform-right {
  opacity: 0;
  transition: all 1000ms ease;
  transform: translateX(200px);
}
.swiper-slide-active .transform-right {
  opacity: 1;
  transform: translateX(0);
}
.abs-slider-area .transform-center {
  opacity: 0;
  transition: all 1000ms ease;
  transform: scale(0.9);
}
.swiper-slide-active .transform-center {
  opacity: 1;
  transform: scale(1);
}
.abs-slider-area .transform-bottom {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1000ms ease;
}
.swiper-slide-active .transform-bottom {
  opacity: 1;
  transform: translateY(0);
}
.abs-slider-area .transform-right-1 {
  position: relative;
  transition: 1s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.abs-slider-area .transform-right-1 span {
  transform: scale(1.5) translate(-100px, 0px);
  transform-origin: 50% 50%;
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}
.swiper-slide-active .transform-right-1 {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.swiper-slide-active .transform-right-1 span {
  transform: scale(1) translate(0, 0);
}
.abs-slider-area .transform-left {
  position: relative;
  transition: 1s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.abs-slider-area .transform-left > span {
  transform: scale(1.5) translate(100px, 0px);
  transform-origin: 50% 50%;
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}
.swiper-slide-active .transform-left {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.swiper-slide-active .transform-left > span {
  transform: scale(1) translate(0, 0);
}
.swiper-slide-active .transform-delay-1 {
  transition-delay: 1000ms;
}
.swiper-slide-active .transform-delay-2 {
  transition-delay: 1400ms;
}
.swiper-slide-active .transform-delay-3 {
  transition-delay: 1800ms;
}
.swiper-slide-active .transform-delay-4 {
  transition-delay: 2100ms;
}
.swiper-slide-active .transform-delay-5 {
  transition-delay: 2400ms;
}
.abs-slider-area .abs-slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.abs-slider-area .swiper-slider {
  padding-bottom: 0 !important;
}
.abs-slider-area .swiper-button-next,
.abs-slider-area .swiper-button-prev {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1) !important;
  border: none;
  left: auto;
  right: 40px;
  /* top: 45%; */
  top: calc(50% - 45px);
}
.abs-slider-area .swiper-button-next {
  /* top: 55%; */
  top: calc(50% + 45px);
}
.abs-slider-area .swiper-button-next:after,
.abs-slider-area .swiper-button-prev:after {
  content: "\e84e";
  font-size: 17px;
  color: var(--abs-white-color);
}
/** Slider 01 **/
.abs-slider-one .abs-slider-item,
.abs-slider-two .abs-slider-item {
  /* height: 900px; */
  height: 85vh;
  position: relative;
}
.abs-slider-one .abs-slider-item:before {
  content: "";
  position: absolute;
  left: auto;
  right: 10%;
  top: 65px;
  width: 100%;
  height: 100%;
  background: rgba(22, 34, 45, 0.5);
  filter: blur(100px);
}
.abs-slider-one .abs-slider-content {
  padding: 380px 0 130px 0;
}
.abs-slider-area .abs-slider-subtitle,
.abs-slider-one .abs-slider-title,
.abs-slider-area .abs-slider-desc,
.abs-slider-two .abs-slider-title {
  color: var(--abs-white-color);
}
.abs-slider-area .abs-slider-subtitle {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 2.4px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.abs-slider-one .abs-slider-title {
  font-size: 120px;
  line-height: 120px;
  font-weight: 800;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.abs-slider-area .abs-slider-desc {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.abs-slider-one .abs-button .abs-btn.white .abs-button-content-wrapper:before {
  background-color: var(--abs-global-color);
}
.abs-slider-one .abs-button .abs-btn.white .abs-button-icon i {
  color: var(--abs-blackish-color);
}
/** Slider 02 **/
.abs-slider-two .abs-slider-item {
  display: flex;
  align-items: center;
}
.abs-slider-two .abs-slider-item:before {
  content: "";
  position: absolute;
  left: auto;
  /* right: 29%;
	top: 16%; */
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 9, 12, 0.7);
  /* filter: blur(125px);
    -webkit-filter: blur(125px); */
}
.abs-slider-two .abs-slider-content {
  position: relative;
  padding-top: 120px;
  overflow: hidden;
}
.abs-slider-two .abs-slider-title {
  font-weight: 800;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.abs-slider-two .abs-slider-title .first {
  font-size: 85px;
  line-height: 88px;
}
.abs-slider-two .abs-slider-title .second {
  font-size: 95px;
  line-height: 98px;
}
.abs-slider-two .abs-slider-desc {
  display: flex;
  margin-bottom: 40px;
  opacity: 0;
  position: relative;
  width: fit-content;
}
.abs-slider-two .swiper-slide-active .abs-slider-desc {
  opacity: 1;
  transition-duration: 0.7s;
}
.abs-slider-two .abs-slider-desc:after {
  content: "";
  height: 105%;
  width: 100%;
  background: var(--abs-white-color);
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  opacity: 0;
}
.abs-slider-two .swiper-slide-active .abs-slider-desc:after {
  opacity: 1;
  animation: anime 1s 1800ms cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
@keyframes anime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  51% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
.abs-slider-two .abs-slider-desc span,
.abs-slider-two .abs-slider-desc:before {
  opacity: 0;
}
.abs-slider-two .swiper-slide-active .abs-slider-desc span,
.abs-slider-two .swiper-slide-active .abs-slider-desc:before {
  opacity: 1;
  transition-delay: 2300ms;
}
.abs-slider-two .abs-slider-desc::before {
  content: "\e80c";
  font-family: "absgroup-base-icons";
  font-size: 50px;
  line-height: 60px;
  margin-right: 20px;
}
.abs-slider-two .abs-button .abs-btn.white .abs-button-content-wrapper:before {
  background-color: var(--abs-global-color);
}
.abs-slider-two .abs-button .abs-btn.white .abs-button-icon i {
  color: var(--abs-blackish-color);
}
.abs-slider-two .abs-button .second-btn {
  opacity: 0;
  position: relative;
}
.abs-slider-two .abs-button .abs-btn-style-text:before {
  content: "";
  height: 105%;
  width: 100%;
  background: var(--abs-white-color);
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  opacity: 0;
}
.abs-slider-two .swiper-slide-active .abs-button .abs-btn-style-text:before {
  opacity: 1;
  animation: anime1 1.2s 2400ms cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
.abs-slider-two .abs-button .abs-btn-style-text {
  opacity: 0;
}
.abs-slider-two .swiper-slide-active .abs-button .abs-btn-style-text {
  opacity: 1;
  transition-delay: 2500ms;
}
@keyframes anime1 {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }

  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  51% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.abs-slider-two .swiper-slide-active .abs-button .second-btn {
  opacity: 1;
  transition-duration: 0.5s;
}
.abs-slider-two .swiper-button-prev {
  transform: rotate(0deg);
}
.abs-slider-two .swiper-button-next {
  transform: rotate(180deg);
}
.home-main-slider .abs-slider-title {
  padding-left: 50px;
  margin-left: -50px;
}
/* Safari smooth animation fix */
.transform-right,
.transform-center,
.transform-bottom,
.transform-right-1,
.transform-right-1 span,
.transform-left,
.transform-left > span,
.abs-slider-two .abs-slider-desc,
.abs-slider-two .abs-button .abs-btn-style-text {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
/*----------------------------------------*/
/*  13 - Client
/*----------------------------------------*/
.abs-hide {
  display: none;
}
/** Style 1 **/
.abs-client-style-1 .abs-border-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.4s ease-in;
}
.abs-client-style-1 .abs-client-wrapper {
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  height: -webkit-max-content;
  display: inline-block;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.abs-client-style-1 .abs-border-wrapper {
  transition: all 0.4s ease-in;
}
.abs-client-style-1 .abs-client-with-hover-img .abs-featured-wrapper,
.abs-client-style-1 .abs-client-with-hover-img .abs-client-hover-img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.abs-client-style-1 .abs-client-hover-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}
.abs-client-style-1:hover .abs-client-with-hover-img .abs-client-hover-img {
  visibility: visible;
  transform: translateY(0%);
}
.abs-client-style-1:hover .abs-client-with-hover-img .abs-featured-wrapper {
  transform: translateY(100%);
}
/* --------------------------------------
* 14 - Sortable
* ---------------------------------------*/
.abs-sortable-list-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  display: block;
  text-align: center;
}
.abs-sortable-list-ul li {
  display: inline-block;
}
.abs-sortable-list-ul li::before {
  content: " ";
  margin: 0 10px;
}
.abs-sortable-list-ul li:first-child::before {
  display: none;
}
.abs-sortable-list a {
  display: inline-block;
  font-size: 14px;
  padding: 8px 16px;
  font-weight: 500;
  min-width: 100px;
  border-radius: 10px;
  text-align: center;
  letter-spacing: 0.2px;
}
.abs-sortable-list a.abs-selected {
  background: var(--abs-blackish-color);
  color: var(--abs-white-color);
}

/* --------------------------------------
* 15 - Pricing
* ---------------------------------------*/
/** Style 1 **/
.absgroup-ele-ptable-style-1 .abs-pricing-table-box,
.absgroup-ele-ptable-style-1 .abs-head-wrap::after {
  transition: all 0.6s ease-in-out;
}
.absgroup-ele-ptable-style-1 .abs-head-wrap {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(var(--abs-blackish-color-rgb), 0.2);
}
.absgroup-ele-ptable-style-1 .abs-head-wrap::after {
  content: "";
  position: absolute;
  background-color: var(--abs-secondary-color);
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.absgroup-ele-ptable-style-1 .abs-ptable-col:hover .abs-head-wrap::after {
  width: 100%;
}
.absgroup-ele-ptable-style-1 .absgroup-ptable-heading {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 500;
  color: rgba(var(--abs-blackish-color-rgb), 0.6);
}
.absgroup-ele-ptable-style-1 .abs-ptable-desc {
  margin-top: 25px;
}
.absgroup-ele-ptable-style-1 .abs-price-wrapper {
  display: flex;
  align-items: center;
}
.absgroup-ele-ptable-style-1 .abs-pricing-table-box {
  position: relative;
  padding: 42px 45px;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--abs-light-color);
  height: 100%;
}
.absgroup-ele-ptable-style-1 .absgroup-ptable-symbol,
.absgroup-ele-ptable-style-1 .absgroup-ptable-price {
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
}
.absgroup-ele-ptable-style-1 .abs-ptable-price-w {
  display: flex;
  align-items: flex-start;
  color: var(--abs-blackish-color);
  padding-right: 15px;
}
.absgroup-ele-ptable-style-1 .absgroup-ptable-frequency {
  font-size: 15px;
  line-height: 26px;
  color: var(--abs-blackish-color);
  position: relative;
  font-weight: 500;
  border-radius: 10px;
  background-color: var(--abs-white-color);
  padding: 0 14px;
  text-align: center;
}
.absgroup-ele-ptable-style-1 .abs-ptable-inner {
  padding: 25px 0 0px;
}
.absgroup-ele-ptable-style-1 .abs-ptable-line {
  margin-bottom: 12px;
  position: relative;
  display: flex;
  align-items: center;
  color: var(--abs-blackish-color);
}
.absgroup-ele-ptable-style-1 .abs-ptable-line > * {
  font-size: 20px;
}
.absgroup-ele-ptable-style-1 .abs-ptable-line svg {
  fill: var(--abs-global-color);
}
.absgroup-ele-ptable-style-1 .abs-ptable-line svg,
.absgroup-ele-ptable-style-1 .abs-ptable-line i {
  margin-right: 10px;
}
.absgroup-ele-ptable-style-1
  .abs-ptable-col:nth-child(2)
  .abs-ptable-lines-w
  > .abs-ptable-line:nth-child(4),
.absgroup-ele-ptable-style-1
  .abs-ptable-col:nth-child(1)
  .abs-ptable-lines-w
  > .abs-ptable-line:nth-child(4),
.absgroup-ele-ptable-style-1
  .abs-ptable-col:nth-child(1)
  .abs-ptable-lines-w
  > .abs-ptable-line:nth-child(3) {
  color: rgba(var(--abs-blackish-color-rgb), 0.6);
}
.absgroup-ele-ptable-style-1
  .abs-ptable-col:nth-child(2)
  .abs-ptable-lines-w
  > .abs-ptable-line:nth-child(4)
  svg,
.absgroup-ele-ptable-style-1
  .abs-ptable-col:nth-child(1)
  .abs-ptable-lines-w
  > .abs-ptable-line:nth-child(4)
  svg,
.absgroup-ele-ptable-style-1
  .abs-ptable-col:nth-child(1)
  .abs-ptable-lines-w
  > .abs-ptable-line:nth-child(3)
  svg {
  fill: rgba(var(--abs-blackish-color-rgb), 0.5);
}
.absgroup-ele-ptable-style-1 .abs-ptable-line:last-child {
  margin-bottom: 0;
}
.absgroup-ele-ptable-style-1 .absgroup-ptable-btn {
  margin-top: 30px;
}
.absgroup-ele-ptable-style-1 .abs-pricing-table-box:hover {
  transform: translateY(-5px);
}
.abs-elementor-bg-color-white
  .absgroup-ele-ptable-style-1
  .abs-pricing-table-box {
  background-color: var(--abs-light-color);
}
.absgroup-ele-ptable-style-1 .abs-ptable-cols.row {
  margin: 0 -6px;
}
.absgroup-ele-ptable-style-1 .abs-ptable-cols .abs-ptable-col {
  padding: 0 6px;
}
.absgroup-ele-ptable-style-1 .abs-ptable-desc {
  font-size: 16px;
}
/* Featured Column */
.absgroup-ele-ptable-style-1 .abs-feature-wrap {
  position: absolute;
  top: -15px;
  right: -60px;
  text-transform: uppercase;
  padding: 40px 40px 10px 40px;
  display: inline-block;
  margin-bottom: 25px;
  transform: rotate(45deg);
  background-color: var(--abs-global-color);
}
.absgroup-ele-ptable-style-1 .abs-ptablebox-featured-w {
  padding: 0 13px;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
  color: var(--abs-white-color);
  position: relative;
  border-radius: 30px 0 0 30px;
}
/* BG Color Set */
.abs-bg-color-light .abs-ptable-col .abs-pricing-table-box {
  background-color: var(--abs-white-color);
}
.abs-bg-color-light .absgroup-ele-ptable-style-1 .absgroup-ptable-frequency {
  background-color: var(--abs-light-color);
}

/* --------------------------------------
* 16 - Portfolio
* ---------------------------------------*/
/** Style 1 **/
.abs-portfolio-style-1 {
  overflow: hidden;
}
.abs-portfolio-style-1 .absgroup-post-warpper {
  position: relative;
  z-index: 0;
}
.abs-portfolio-style-1 .absgroup-box-content {
  position: absolute;
  top: inherit;
  bottom: 30px;
  left: 30px;
  right: 30px;
  /* padding: 25px 30px; */
  padding: 10px 15px;
  opacity: 0;
  border-radius: 10px;
  word-break: break-word;
  transform: translateY(100%) scale(0.7);
  background: var(--abs-white-color);
  transition: all 0.5s;
}
.abs-portfolio-style-1:hover .absgroup-box-content {
  transition: all 0.5s;
  opacity: 1;
  transform: translateY(0);
}
.abs-portfolio-style-1 .abs-port-cat a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--abs-global-color);
}
.abs-portfolio-style-1 .abs-port-cat a:hover {
  color: var(--abs-secondary-color);
}
.abs-portfolio-style-1 .abs-portfolio-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
}
.abs-portfolio-style-1 .abs-portfolio-title:hover {
  color: var(--abs-global-color);
}
.abs-portfolio-style-1 .abs-portfolio-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.abs-portfolio-style-1 .abs-featured-wrapper {
  position: relative;
  overflow: hidden;
}
.abs-portfolio-style-1 .abs-featured-wrapper img {
  width: 100%;
  transform: scale(1.05) rotate(0.5deg);
  transform-origin: 90% 50%;
  border-radius: 10px;
  transition: transform 1.2s cubic-bezier(0.4, 0.01, 0.14, 0.99);
  min-height: 320px;
    object-fit: cover;
}
.abs-portfolio-style-1:hover .abs-featured-wrapper img {
  transform: scale(1.001) rotate(0);
}
.abs-portfolio-style-1 .absgroup-post-content {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.abs-element-posts-wrapper .abs-portfolio-style-1 {
  margin-bottom: 30px;
}
.abs-element-posts-wrapper .abs-portfolio-style-1 a{
	position: relative;
}
/** Style 2 **/
.abs-portfolio-style-2 {
  margin-bottom: 30px;
}
.abs-portfolio-style-2 .absgroup-post-content {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.abs-portfolio-style-2 .abs-portfolio-title a,
.abs-portfolio-style-2 .abs-portfolio-title {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  color: var(--abs-white-color);
}
.abs-portfolio-style-2 .absgroup-warpper-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.abs-portfolio-style-2 .abs-featured-img-wrapper img {
  width: 100%;
  border-bottom: 10px;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.abs-portfolio-style-2 .absgroup-post-content:hover .abs-featured-wrapper img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.abs-portfolio-style-2 .absgroup-box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 40px;
  display: grid;
  z-index: 1;
  transform: translatex(-102%);
  background-color: rgba(var(--abs-blackish-color-rgb), 0.93);
  -webkit-transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
}
.abs-portfolio-style-2 .absgroup-post-content:hover .absgroup-box-content {
  transform: translateY(0);
}
.abs-portfolio-style-2 .absgroup-box-content-inner {
  align-self: flex-end;
  padding-top: 12px;
  border-top: 1px solid var(--abs-global-color);
  opacity: 0;
  transform: translatex(30px);
  transition: transform 1s 0.4s, opacity 1s 0.4s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.abs-portfolio-style-2
  .absgroup-post-content:hover
  .absgroup-box-content-inner {
  transform: translatex(0);
  opacity: 1;
}
.abs-portfolio-style-2 .abs-port-cat {
  padding-bottom: 5px;
}
.abs-portfolio-style-2 .absgroup-box-content .abs-port-cat a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--abs-global-color);
  display: inline-block;
}
.abs-portfolio-style-2 .abs-featured-wrapper {
  overflow: hidden;
  border-radius: 10px;
}
.abs-portfolio-style-2 .abs-portfolio-btn {
  position: relative;
  align-self: flex-start;
  text-align: end;
  display: ruby;
}
.abs-portfolio-style-2 .abs-button-inner {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  color: var(--abs-white-color);
  background-color: var(--abs-global-color);
  opacity: 0;
  transform: translatex(-30px);
  transition: transform 1s 0.4s, opacity 1s 0.4s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.abs-portfolio-style-2 .absgroup-post-content:hover .abs-button-inner {
  transform: translatex(0);
  opacity: 1;
}
.abs-portfolio-style-2 .abs-button-inner .abs-button-icon {
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
.abs-portfolio-style-2 .abs-button-inner .abs-button-icon i {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.abs-portfolio-style-2 .abs-button-inner .abs-button-icon::before {
  content: "\e83c";
  font-family: "absgroup-base-icons";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  width: 1.6em;
  height: auto;
  transform: translate(-25px, 0);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.abs-portfolio-style-2 .abs-button-inner:hover .abs-button-icon::before {
  transform: translate(0, 0);
}
.abs-portfolio-style-2 .abs-button-inner:hover .abs-button-icon i {
  transform: translate(100%, 0);
}

/* --------------------------------------
* 17 - Progress Bar
* ---------------------------------------*/
.progressbar {
  margin-bottom: 25px;
  overflow: hidden;
}
.progressbar:last-child {
  margin-bottom: 0;
}
.progressbar .progress-label {
  display: inline-block;
  position: relative;
  top: -5px;
  font-size: 16px;
  line-height: 18px;
  color: var(--abs-blackish-color);
}
.progress {
  position: relative !important;
  line-height: 30px;
  height: 100%;
  border-radius: 6px;
  padding: 2px 5px;
  overflow: visible;
  background-color: var(--abs-blackish-color);
}
.progress .progress-bar {
  position: relative;
  height: 4px;
  overflow: hidden;
  border-radius: 6px;
  background-color: var(--abs-global-color);
}
.progress.progress-percent-bg .progress-percent {
  position: absolute;
  right: 0px;
  left: auto;
  top: -28px;
  font-size: 16px;
  line-height: 18px;
  color: var(--abs-blackish-color);
}

/* --------------------------------------
* 18 - Chart
* ---------------------------------------*/
#chart .apexcharts-legend {
  display: none;
}
#chart .apexcharts-series path {
  stroke-width: 0;
}
#chart .apexcharts-tooltip.apexcharts-theme-dark {
  color: var(--abs-blackish-color);
}
.chart-sub-heading {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
  color: rgba(var(--abs-white-color-rgb), 0.7);
}

/* --------------------------------------
* 19 - Product Card
* ---------------------------------------*/
.abs-product-content-wrap {
  padding: 25px 20px 15px;
}
.abs-product-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
}
.abs-product-description {
  padding: 15px 0 0;
  margin: 15px 0 0;
  border-top: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);

  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.abs-product-description p {
  margin: 0 0 25px;
}
.abs-product-btn .abs-button-inner {
  font-family: var(--abs-btn-typography-font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
}
.abs-box-content-wrap:hover .abs-button-inner {
  color: var(--abs-link-color-hover) !important;
}
.abs-product-btn i {
  font-size: 30px;
  line-height: 30px;
}

/* Translation & country dropdown */
.translation-dd .bootstrap-select>.dropdown-toggle,
.site-footer .bootstrap-select>.dropdown-toggle,
.abs-region-alert .bootstrap-select>.dropdown-toggle {
  background-color: transparent;
}
.translation-dd .bootstrap-select>.dropdown-toggle {
  border: solid 1px #6d74b1;
  color: #fff;
  border-radius: 50px;
  padding-block: 5px;
}
.site-footer .bootstrap-select>.dropdown-toggle {
  border: 1px solid rgba(255,255,255, 0.2);
  color: #fff;
}
.abs-region-alert .bootstrap-select>.dropdown-toggle {
  border: 1px solid #ccc;
}
.abs-region-alert .bootstrap-select {
  min-width: 165px;
}
.abs-region-alert {
  position: relative;
}
.abs-region-alert .location-close-btn {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.abs-region-alert .language-btn {
  background: var(--abs-blackish-color);
  color: #fff;
}

.sticky-header .translation-dd .bootstrap-select>.dropdown-toggle {
  color: var(--abs-blackish-color);
  border: solid 1px #6d74b1;
}
.translation-dd .bootstrap-select .dropdown-menu {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.language-btn {
  padding: 6px 12px;
  border-radius: 6px;
  background: var(--abs-global-color);
  color: #fff;
  margin-left: 5px;
}
.site-footer .bootstrap-select {
  min-width: 165px;
}
.site-footer .bootstrap-select .dropdown-menu li {
  padding: 0;
}
.site-footer .bootstrap-select .dropdown-menu li a {
  color: var(--abs-blackish-color);
}
.abs-region-alert .bootstrap-select .dropdown-menu li a.dropdown-item.active,
.site-header .bootstrap-select .dropdown-menu li a.dropdown-item.active {
  background: var(--abs-blackish-color);
}
.site-footer .bootstrap-select .dropdown-menu li a.dropdown-item.active {
  background: var(--abs-global-color);
}
.abs-region-alert .bootstrap-select .dropdown-menu li a.dropdown-item.active,
.site-header .bootstrap-select .dropdown-menu li a.dropdown-item.active,
.site-footer .bootstrap-select .dropdown-menu li a.dropdown-item.active {
  color: #fff;
}

