:root {
    --star-size: 24px;
    --star-color: #fff;
    --star-background: #fc0
}

.testimonial {
    border: 1px dashed #00000014;
    padding: 15px;
    min-height: 325px;
    border-radius: 10px;
    background: #fafafa
}

span.testimonial__name {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    line-height: 22px
}

.testimonial__text {
    letter-spacing: .2px;
    font-size: 16px
}

.why_perfectuot_list_details {
    background: #038760;
    padding: 30px
}

.why_perfectuot_list_details li {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
    width: 48%;
    padding: 10px 10px 10px 45px;
    position: relative
}

.why_perfectuot_list_details li span {
    position: absolute;
    left: 0;
    background: #fff;
    padding: 4px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #76c143;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 13px 4px 24px 2px rgb(255 255 255 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 8px 4px 10px -7px rgb(0 0 0 / 20%);
    border: 2px solid #7abe48
}

.repairing-right,
.why_perfectuot_list_details ul {
    display: flex;
    flex-wrap: wrap
}

section#reviewstour,
section.section-default-property {
    padding: 40px 0
}

.Stars {
    --percent: calc(var(--rating) / 2.6 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
    margin-left: 10px
}

.Stars::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦";
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.rating-box,
.testimonials .tutor-info {
    display: flex
}

.slider_ctn h6 {
    color: #fff;
    font-weight: 700;
    font-size: 17px
}

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    text-align: left;
    border: 1px solid #ececec;
    box-shadow: 0 5px 10px 5px rgb(0 0 0 / 5%), 0 5px 10px 5px rgba(0, 0, 0, .02);
    min-height: 240px;
    margin: 20px 0
}

.fz_testimonial_desc {
    padding: 10px 10px 10px 20px;
    text-align: left
}

.shadow-effect p {
    font-size: 14px;
    letter-spacing: .3px
}

.clientsays {
    padding: 35px 10px
}

.clientsays .swiper-slide {
    opacity: .2;
    transition: .6s;
    transform: scale(1)
}

.clientsays .swiper-slide-active {
    transform: scale(1.2);
    z-index: 2;
    opacity: 1;
    transition: .6s
}

.swiper-button-next,
.swiper-button-prev {
    width: 30px;
    height: 30px;
    background: #e57a1e;
    /* border-radius: 100%; */
}

span.testimonial__name .icon {
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #0000002b;
    max-width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #ffff;
    margin-right: 10px;
    min-width: 40px
}

.sevenway {
    padding: 30px 0;
    background: #ffffff;
    border-radius: 10px;
}

.sevenway h2 {
    font-size: 21px;
    padding-bottom: 20px;
    padding-left: 12px;
    color: #000000 !important;
}

.sevenway span {
    color: #e57a1e;
}

.sevenway .accordion-flush {
    /* border: 1px solid #d1d1d1; */
    /* background: #000; */
}

.sevenway h2.accordion-header {
    padding-bottom: 0;
    padding-left: 0;
    border: none;
}

.sevenway h2 button:focus {
    box-shadow: none
}

video#bgVid {
    width: 100%
}

.center-video {
    border: 2px dashed #00000012;
    padding: 10px;
    border-radius: 10px
}

.service-img img {
    height: 237px;
    object-fit: cover;
    width: 100%
}

.packagebtn {
    border-radius: 7px
}

.point-heading {
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 2px
}

.carelist {
    background: #eaeaea63;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 6px
}

.hidden,
.team-inner:hover::after {
    display: none
}

.ccarelist-readmore ul {
    list-style: none;
    padding: 0
}

.carelist-readmore .toggle-btn {
    cursor: pointer;
    color: #389674;
    font-size: 13px;
    font-weight: 600
}

.carelist-readmore ul li {
    font-size: 13px;
    text-align: left;
    margin-bottom: 8px
}

.list-single-main-item-title.fl-wrap h2,
section.work-sec h2 {
    margin-bottom: 30px;
    text-align: center
}

.content-btn {
    text-align: right;
    margin-top: 0
}

.carelist-readmore ul li span {
    color: #389674;
    display: block;
    margin-right: 5px
}

.why-us {
    background: #edf4ff;
    padding: 20px;
    border-radius: 20px
}

.post-author img {
    width: 60px;
    border-radius: 10px;
    margin-bottom: 10px
}

.post-author span {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-left: 15px;
    display: inline-block
}

.post-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

section#feature,
section.repairing-sec,
section.work-sec {
    padding: 50px 0
}

.work-inner {
    border: 1px solid #eee;
    padding: 5px
}

.first-box,
.second-box {
    border-top: none !important
}

.first-box,
.third-box {
    border-left: none !important
}

.fourth-box,
.second-box {
    border-right: none !important
}

.fourth-box,
.third-box {
    border-bottom: none !important
}

.repairing-left {
    background: #ffc03d;
    color: #fff;
    padding: 50px
}

.repairing-left h4 {
    font-size: 1.5rem;
    color: #000
}

.repairing-left h2 {
    font-size: 2.5rem;
    color: #212d45;
    font-weight: 700
}

.repairing-left p {
    color: #212d45;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 1px
}

.repairing-left h5 {
    font-size: 27px;
    color: #353535;
    font-weight: 700;
    margin: 15px 0
}

.appointment-schedule-section .title-column .sec-title,
.single_feature h2,
.single_feature ul {
    margin-bottom: 30px
}

.repairing-right>div {
    width: 50%;
    display: flex;
    border: 1px solid #ebebeb;
    padding: 50px;
    flex-direction: column;
    justify-content: center
}

.repairing-left a {
    background: #202d45;
    padding: 10px 20px;
    color: #fff;
    margin-top: 30px;
    display: inline-block
}

.single_feature h2 {
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    color: #fff
}

@media only screen and (max-width:480px) {
    .single_feature h2 {
        font-size: 22px;
        line-height: 38px;
        font-weight: 800
    }
}

.single_feature ul {
    list-style: none
}

.single_feature ul li {
    color: #fff;
    font-size: 20px;
    line-height: 50px
}

.single_feature ul li span {
    margin-right: 10px;
    color: #ffc13d
}

.single_feature a {
    background: #ffc13d;
    border: 2px solid #ffc13d;
    border-radius: 500px;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    overflow: hidden;
    padding: 10px 30px;
    text-transform: capitalize;
    transition: .3s
}

@media only screen and (max-width:360px) {
    .single_feature {
        padding: 10px 40px
    }
}

.single_feature a:focus,
.single_feature a:hover {
    background: #ffc13d;
    color: #fff;
    border: 2px solid #ff8c00
}

.ti-check:before {
    content: "\e64c"
}

.appointment-schedule-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0 80px
}

.appointment-schedule-section .image-column,
.appointment-schedule-section .title-column {
    position: relative;
    margin-bottom: 40px
}

.appointment-schedule-section .image-column .inner-column,
.appointment-schedule-section .title-column .inner-column,
.schedule-info {
    position: relative
}

.schedule-info .info-inner {
    position: relative;
    display: flex;
    align-items: center
}

.schedule-info .info-inner span {
    position: relative;
    color: #2944ae;
    font-weight: 600;
    font-size: 16px
}

.schedule-info .info-inner a {
    position: relative;
    display: block;
    color: #555;
    font-weight: 500;
    font-size: 16px
}

.appointment-schedule-section .image-column .image {
    position: relative;
    margin-right: -100px
}

.info-inner img {
    width: 45px;
    margin-right: 10px
}

.appointment-schedule-section h2 {
    font-size: 40px;
    font-weight: 900
}

.schedule-info-outer {
    display: flex;
    justify-content: space-between;
    border: 1px solid #e2e2e2;
    padding: 10px;
    margin-bottom: 20px
}

.appointment-schedule-section .title {
    color: #2944ae
}

.cta-outer {
    background: #435bb9;
    padding: 20px 50px;
    border-radius: 100px
}

.cta-outer h2 {
    margin-bottom: 0;
    text-transform: capitalize
}

.cta-outer input {
    height: 50px;
    border: none !important
}

.cta-outer button {
    height: 50px
}

.team-inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.team-content {
    position: absolute;
    transform: translateY(0);
    padding: 10px;
    z-index: 1;
    transition: .5s
}

.team-content p {
    font-size: 13px
}

.team-inner::after {
    content: '';
    background: #000;
    background: linear-gradient(180deg, rgb(242 242 242 / 0%) 7%, rgb(0 0 0 / 67%) 57%);
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.team-inner::before {
    background: #ec108fd6;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    transition: .4s
}

.team-content h3,
.team-content h6,
.team-content p {
    color: #fff
}

.team-inner:hover .team-content {
    transform: translateY(-100%)
}

.team-inner:hover::before {
    opacity: 1
}

.team-upper-content {
    position: absolute;
    bottom: 0;
    padding-left: 10px;
    color: #fff;
    z-index: 1;
    opacity: 1
}

.team-upper-content h3 {
    font-size: 19px;
    font-weight: 600
}

.team-upper-content h6 {
    font-weight: 300
}

.team-inner:hover .team-upper-content {
    opacity: 0
}

.swiper-pagination-bullet-active {
    background: #e57a1e;
}

.productbox p img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-bottom: 8px;
}
a.logo {
    /* background: #000; */
    /* display: inline-block; */
    padding: 5px;
    /* border-radius: 8px; */
}
section.short-pack-outer {
    background: #212328;
    border-top: 1px solid #252323;
}

section.short-pack-outer h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    font-size: 2rem;
}
.package_list-inclusions>li span {
    font-size: 9px;
    line-height: 10px;
}
.side_icons {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -45px;
    z-index: 100;
  }
  .side_icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .side_icons ul li {
    margin: 14px;
    display: flex;
    justify-content: flex-end;
  }
  .side_icons ul li a {
    transition: all 0.3s;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
    padding: 7px 5px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.12;
    text-decoration: none;
    overflow: hidden;
    height: 46px;
    color: #000;
    background: #fff;
  }
  @media (max-width: 991px) {
    .side_icons ul li a {
      height: 38px;
      width: 38px;
      align-items: center;
      justify-content: center;
    }
  }
  .side_icons ul li a span {
    transition: all 0.3s;
    visibility: hidden;
    padding-left: 5px;
    width: 0px;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
  }
  @media (max-width: 991px) {
    .side_icons ul li a span {
      display: none;
    }
  }
  .side_icons ul li a:hover span {
    width: 132px;
    visibility: visible;
    padding-left: 10px;
  }
  .side_icons ul li img {
    max-width: 30px;
  }
  @media (max-width: 991px) {
    .side_icons ul li img {
      max-width: 25px;
    }
  }
  .side_icons ul li.rotated_text a {
    transform: rotate(-90deg) translate(38px, 38px);
    height: 46px;
    text-align: center;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .side_icons ul li.rotated_text.btm_text a {
    transform: rotate(-90deg) translate(-38px, 38px);
  }
  @media (max-width: 991px) {
    .side_icons ul li.chat_buddy {
      display: none;
    }
  }
  @media (max-width: 991px) {
    .side_icons {
      right: -10px;
      margin-top: 0;
    }
  }
  section.why-us-sec h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    font-size: 2rem;
}
.scrollfix.lightgrey {
    background: #535353;
}
button.accordion-button.collapsed {
    /* background: #000; */
    /* color: #fff; */
}
button.accordion-button::after{
        /* filter: invert(1); */
}
.sevenway .accordion-flush .accordion-item {
    /* border-color: #3d3d3d; */
}

.phone-icon {
    position: relative;
    height: 30px;
    width: 30px;
    margin-right: 20px;
}
.c-white {
  color: white !important;
}

.bgc-blue {
  background-color: #e57a1e !important;
}

.circle {
  border-radius: 50%;
}

.icon:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #e57a1e;
  opacity: 0.5;
  animation: ring-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.icon:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background-color: #e57a1e;
  border-radius: 50%;
  border: none;
  animation: ring-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.osc-rotation {
  box-sizing: border-box;
  animation: oscillate-rotation 1s infinite ease-in-out;
  transform-origin: 50% 50%;
}

.icon {
  font-size: 15px;
  line-height: 1;
  text-rendering: optimizeLegibility;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes ring-circle-anim {
  0% {
    transform: rotate(0) scale(1.1) skew(0deg);
    opacity: 0;
  }
  30% {
    transform: rotate(0) scale(1.5) skew(0deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1.7) skew(0deg);
    opacity: 0.1;
  }
}
@keyframes ring-circle-fill-anim {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1.4) skew(0deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(1.1) skew(0deg);
    opacity: 0.2;
  }
}
@keyframes oscillate-rotation {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(0deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(0deg);
  }
}




.our-work-process{
	padding: 50px 0;
	background-image: url('../images/work-process-bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background: #fff;
}

.wrok-process-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.work-process-item{
	position: relative;
	text-align: center;
	padding-top: 10px;
	width: calc(25% - 22.5px);
}

.work-process-item:nth-child(odd){
	margin-top: 90px;
}

.work-process-item:after{
	position: absolute;
	content: '';
	top: -30px;
	right: -65px;
	width: 100px;
	height: 50px;
	background: url('../images/work-process-arrow.svg') no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 0;
}

.work-process-item:last-child:after,
.work-process-item:nth-child(4n + 4):after{
	display: none;
}

.work-process-item:nth-child(even):after{
	top: 132px;
	transform: rotateX(180deg);
}

.work-process-item .icon-box{
	position: relative;
	width: 100px;
	height: 100px;
	background: #e57a1e;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

.work-process-item .icon-box:before{
	content: '';
	position: absolute;
	height: calc(100% + 20px);
	width: calc(100% + 20px);
	border: 2px dashed #e57a1e;
	border-radius: 50%;
}

.work-process-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 60px;
	z-index: 1;
}

.work-process-item .icon-box .work-process-number{
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e6e4e4;
}

.work-process-item .icon-box .work-process-number h3{
	font-size: 24px;
}

.work-process-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.work-process-content p{
	margin: 0;
}

.Whychooseus-section {
    position: relative;
    padding: 120px 0 50px !important;
}

.why-choose-block .inner-box {
    position: relative;
    padding: 20px 20px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    transition: .5s;
    align-items: center;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.why-choose-block .inner-box .icons {
    position: relative;
    font-size: 40px;
    margin-right: 30px;
    transition: .5s;
    line-height: 70px;
    width: 70px;
    height: 70px;
    text-align: center;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.why-choose-block .inner-box .icons:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    border: 2px solid #10101036;
    background-color: #fff;
    top: -30px;
    left: -20px;
    transition: .5s;
}

.why-choose-block .inner-box .icons:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    border: 2px solid #e57a1f36;
    background-color: #fff;
    border-radius: 50%;
    top: 0;
    left: 0;
    transition: .5s;
}

.why-choose-block .inner-box .icons img {
    position: relative;
    z-index: 9;
    width: 40px;
}

.why-choose-block .inner-box:hover .icon {
    color: #fff;
}

.why-choose-block .inner-box .counts {
    position: absolute;
    top: -38px;
    left: -27px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 25px;
    background: #fff;
    padding: 2px 6px;
    color: #e57a1f;
}

.why-choose-block .inner-box .content {
    max-width: 390px;
}

.why-choose-block .inner-box h4 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    transition: .5s;
    /* padding-bottom: 12px; */
    /* margin-bottom: 20px; */
}

.why-choose-block .inner-box h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
    background-image: url(../images/shape/border-shape-2.png);
}

.why-choose-block .inner-box .text {
    font-size: 16px;
    /* margin-bottom: 20px; */
}

section.Whychooseus-section .sec-title {
    margin-bottom: 40px;
}
.sticky-form {
    position: sticky;
    top: 25%;
}

.wpo-process-section {
    background: url(../images/process-bg.615806a37ff9f433f5b5.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative;
    z-index: 1
}

@media(max-width: 991px) {
    .wpo-process-section {
        padding-bottom:60px
    }
}

@media(max-width: 767px) {
    .wpo-process-section {
        padding-bottom:50px
    }
}

.wpo-process-section:before {
    background: linear-gradient(98deg,rgba(7,46,54,.92) 27.49%,rgba(7,46,54,.92) 27.5%,rgba(7,46,54,.92) 90.05%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.wpo-process-section .process-wrap {
    position: relative
}

.wpo-process-section .process-wrap .border-shape {
    left: 9%;
    position: absolute;
    top: 20%;
    width: 100%
}

@media(max-width: 991px) {
    .wpo-process-section .process-wrap .border-shape {
        display:none
    }
}

.wpo-process-section .process-item {
    margin-bottom: 30px
}

.wpo-process-section .process-item .top-contnent {
    border-radius: 100%;
    box-shadow: 0 8px 23px rgba(0,0,0,.07);
    height: 190px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    transition: all .3s ease-in-out;
    width: 190px;
    z-index: 1
}

.wpo-process-section .process-item .top-contnent img {
    border-radius: 100%;
    padding: 5px
}

.wpo-process-section .process-item .top-contnent .item-shape {
    height: 100%;
    left: 39%;
    opacity: 0;
    position: absolute;
    top: 37%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .3s ease-in-out;
    visibility: hidden;
    width: 145%
}

.wpo-process-section .process-item .top-contnent .item-shape img {
    width: 100%
}

.wpo-process-section .process-item .top-contnent .text {
    align-items: center;
    background: #0ba08a;
    bottom: 12px;
    -webkit-clip-path: polygon(0 0,100% 19%,95% 100%,10% 100%);
    clip-path: polygon(0 0,100% 19%,95% 100%,10% 100%);
    display: flex;
    height: 60px;
    justify-content: center;
    left: 16px;
    margin: 0 auto;
    position: absolute;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    transition: all .3s ease-in-out;
    width: 170px;
    z-index: 1
}

.wpo-process-section .process-item .top-contnent .text span {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    transition: all .3s ease-in-out
}

.wpo-process-section .process-item .top-contnent .shape-1 {
    bottom: -12px;
    left: 8px;
    position: absolute;
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg);
    width: 100%
}

.wpo-process-section .process-item .top-contnent .shape-2 {
    bottom: 0;
    position: absolute;
    right: 14px;
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg)
}

.wpo-process-section .process-item .top-contnent .shape-2 svg path {
    fill: #373940;
    transition: all .3s ease-in-out
}

.wpo-process-section .process-item .content {
    margin: 30px auto 0;
    max-width: 220px;
    text-align: center
}

.wpo-process-section .process-item .content h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize
}

.wpo-process-section .process-item .content p {
    color: #c2c2c2;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0
}

.wpo-process-section .process-item:hover .top-contnent .item-shape {
    opacity: 1;
    visibility: visible
}

.wpo-process-section .process-item:hover .top-contnent .text {
    background: #ff7236
}

.wpo-process-section .process-item:hover .top-contnent .shape-2 svg path {
    fill: #ff7236
}

.wpo-project-section {
    background: #fff5f0;
    padding-bottom: 90px;
    position: relative;
    z-index: 1
}

@media(max-width: 991px) {
    .wpo-project-section {
        padding-bottom:60px
    }
}

@media(max-width: 767px) {
    .wpo-project-section {
        padding-bottom:50px
    }
}

.wpo-project-section:before {
    background: #0ba08a;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    z-index: -1
}

@media(max-width: 991px) {
    .wpo-project-section:before {
        bottom:0;
        height: 40%;
        top: auto;
        width: 100%
    }
}

.wpo-project-section .row.align-items-center {
    margin-bottom: 60px
}

@media(max-width: 991px) {
    .wpo-project-section .row.align-items-center {
        margin-bottom:40px
    }
}

.wpo-project-section .wpo-section-title {
    margin-bottom: 0;
    max-width: 615px;
    text-align: left
}

@media(max-width: 991px) {
    .wpo-project-section .wpo-section-title {
        margin-bottom:20px;
        max-width: 100%;
        text-align: center
    }
}

.wpo-project-section .project-all {
    text-align: right
}

@media(max-width: 991px) {
    .wpo-project-section .project-all {
        text-align:center
    }
}

.wpo-project-section .project-all .theme-btn,.wpo-project-section .project-all .view-cart-btn {
    background: #fff;
    color: #000
}

.wpo-project-section .project-all .theme-btn:after,.wpo-project-section .project-all .theme-btn:before,.wpo-project-section .project-all .view-cart-btn:after,.wpo-project-section .project-all .view-cart-btn:before {
    background-color: #ff7236
}

.wpo-project-section .project-all .theme-btn:hover,.wpo-project-section .project-all .view-cart-btn:hover {
    color: #fff
}

.wpo-project-section .side-img {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1
}

@media(max-width: 991px) {
    .wpo-project-section .side-img {
        display:none
    }
}
