 .service-card-h {
  position: relative;
  padding: 30px;
}

.service-card-h::before,
.service-card-h::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

.service-card-h::before {
  left: 0px;
  bottom: 0px;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  transition: all 0.6s linear;
}

.service-card-h::after {
  right: 0px;
  top: 0px;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: all 0.6s linear;
}

.service-card-h:hover::before,
.service-card-h:hover::after {
  border-color: #9c1c1e;
  width: 100%;
  height: 100%;
}
.service-card__text p {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 26px;
    color: #4a4a4a;
}
.service-card__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f2eeea;
  z-index: -1;
  transition-delay: 100ms;
  transition-timing-function: ease-in-out;
  transition-duration: 400ms;
  transition-property: all;
  transform-style: preserve-3d;
  opacity: 1;
  transform-origin: bottom;
  transform: scaleY(1);
}

.service-card-h:hover .service-card__bg {
  opacity: 0;
  transform: scaleY(0);
}

.service-card__top {
  position: relative;
  display: flex;
  gap: 30px;
  margin-bottom: 27px;
  z-index: 1;
}

.service-card__image {
  width: calc(100% - 100px);
  flex-shrink: 0;
}
.service-card__image img {
  width: 100%;
  display: block;
}

.service-card__icon {
  width: 70px;
  flex-shrink: 0;
}
.service-card__content {
  position: relative;
  z-index: 1;
}

.service-card__title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.72px;
  text-transform: capitalize;
  margin-bottom: 18px;
}
 .service-card-h:hover .service-card__title {
    color: #9c1c1e;
}
.img-box2 {
    position: relative;
    padding-top: 35px;
    max-width: 570px;
    margin-bottom: -30px;
    top: -14em;
    right: -2em;
}
.img-box2 .shape-dotted {
    position: absolute;
    right: 0;
    top: 0;
    height: 80px;
    z-index: -1;
}
.shape-dotted {
    width: 275px;
    height: 175px;
    background: radial-gradient(circle, transparent 20%, #fff 20%, var(--dot-bg, #fff) 80%, transparent), radial-gradient(circle, transparent 20%, #fff 20%, var(--dot-bg, #fff) 0%, var(--dot-color, red)) var(--dot-size, 5.8px) var(--dot-size, 5.8px);
    background-color: #fff;
    background-size: calc(var(--dot-size, 5.8px)* 2) calc(var(--dot-size, 5.8px)* 2);
}
.round-c .elementor-icon:before {
    content: "";
    position: absolute;
    width: 111px;
    height: 111px;
    border: 1px solid #9c1c1e;
    left: -6px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}
.round-c .elementor-icon {
    width: 101px;
    height: 101px;
    position: relative;
    /* padding: 21px; */
}
.round-c:hover .elementor-icon {
    background: #9c1c1e !important;
}
.round-c:hover .elementor-icon svg path {
    fill: #ffffff;
    color: #ffffff;
    border-color: #ffffff;
}

.work_progress {
    position: relative;
}
.work_progress:before {
    position: absolute;
    content: "";
    right: 51px;
    top: 35px;
    width: 100%;
    height: 100%;
    background: url(../images/arrow.png);
    background-repeat: no-repeat;
}
.no-be:before{ display:none}

.round-c2 .elementor-icon:before {
    content: "";
    position: absolute;
    width: 111px;
    height: 111px;
    border: 1px solid #9c1c1e;
    left: -6px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}
.round-c2 .elementor-icon {
    width: 101px;
    height: 101px;
    position: relative;
    /* padding: 21px; */
}
.round-c2:hover .elementor-icon {
    background: #9c1c1e !important;
}
.round-c2:hover .elementor-icon svg path {
    fill: #ffffff;
    color: #ffffff;
    border-color: #ffffff;
}
.team-listing-wrapper {
    margin: 0 -20px -30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.team-listing-wrapper .team-item-wrapper {
    padding: 0 20px;
    margin: 0 0 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.team-item {
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

 .team-item:before {
    content: "";
    border-width: 1px;
    border-color: #E0E0E0 !important;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.team-item .team-item-link {
    display: block;
    text-decoration: none;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}
.team-item .team-item-media {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    padding-bottom: 103%;
}
.team-item .team-item-media img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top right;
    object-position: top right;
    -webkit-transition: all 0.6s cubic-bezier(0.21, 0, 0.01, 0.98);
    transition: all 0.6s cubic-bezier(0.21, 0, 0.01, 0.98);
}
.team-item .team-item-content {
    position: relative;
    display: block;
    padding:35px 35px 25px;
}
.team-item .team-item-socials {
    position: absolute;
    width: 104px;
    left: 8.5%;
    bottom: calc(100% - 15px);
    overflow: hidden;
    z-index: 2;
    text-align: center;
    pointer-events: none;
    height: 104px;
}
.team-item .socials-trigger-wrapper {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 19px;
    -webkit-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
    z-index: 99999;
    background-color: #ffffff;
}
.team-item .socials-trigger-wrapper:before {
    right: calc(100% - 1px);
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 #ffffff;
}
.team-item .socials-trigger-wrapper:before, .team-item .socials-trigger-wrapper:after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 15px;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 #ffffff;
}
.team-item .socials-trigger-wrapper .socials-trigger {
    height: 50px ! IMPORTANT;
    width: 50px ! IMPORTANT;
    line-height: 22px;
    font-size: 23px;
    margin: 8px 8px 0 8px;
    cursor: pointer;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #9c1c1e;
    padding: 14px;
    color: #fff;
    display: inline-block;
}
.team-item .socials-trigger-wrapper:after {
    left: calc(100% - 1px);
    border-bottom-left-radius: 20px;
}
 .team-item .post-title {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: -0.03em;
    display: block;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: #111111;
}
.team-item .team-item-position {
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
}
.hot .elementor-widget-container {
    --e-transform-rotateZ: -90deg;
    transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1)* var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1)* var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    
    width: max-content;
    display: inline-block;
    position: absolute;
    left: -8.5em;
    top: 13em;
}
.testimonial-slide {
    background: #9c1c1e;
    padding: 70px 40px;
}
.testimonials-card__image {
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}
.testimonials-card__athour-wrap {
    margin-top: 30px;
}
.testimonials-card__content p {
    font-size: 20px;
    line-height: 29px;
}
.testimonials-card__content {
    font-size: 28px;
    line-height: 38.78px;
    letter-spacing: .02em;
    color: #fff;
    font-style: italic;
    margin-bottom: 28px;
}
i.icon.icon-quote.testimonials-card__quote {
    height: 57px;
    width: 57px;
    background-color: #edb110;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    /* position: absolute; */
    top: -30px;
    left: 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 24px;
}
.testimonials-card__athour-name h3 {
    font-size: 19px;
    font-weight: 600;
    color: #fff;  margin-bottom: 5px;
}
p.testimonials-card__designation {
    font-size: 17px;
    color: #fff;
}
.testimonial-slide .owl-dots{margin-top:25px;}
.testimonial-slide .owl-dots button {
    width: 45px;
    height: 4px;
    background: #ffffff7d;
    margin: 0px 5px;
    border-radius: 30px;
}
.testimonial-slide .owl-dots button.active{background: #fff;}


 


.service-carousel-home-two .owl-nav { position: absolute;
    top: -6em;
    right: 14.4%;
}











