: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: 0.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;
    position: relative;
    padding-left: 45px;
}

.why_perfectuot_list_details li span {
    position: absolute;
    left: 0px;
    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;
}

.why_perfectuot_list_details ul {
    display: flex;
    flex-wrap: wrap;
}

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 {
    display: flex;
    margin-top: 15px;
}

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

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

.testimonials .tutor-info {
    display: flex;
}

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

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

.clientsays {
    padding: 35px 10px;
}

.clientsays .swiper-slide {
    opacity: 0.2;
    transition: all 0.6s;
    transform: scale(1);
}

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

.swiper-button-next,
.swiper-button-prev {
    width: 35px;
    height: 35px;
    background: #05865f;
    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 0px;
    /* background: #fbfbfb; */
}

.sevenway h2 {
    font-size: 21px;
    padding-bottom: 20px;
    padding-left: 12px;
}

.sevenway span {
    color: #061640;
}

.sevenway .accordion-flush {
    border: 1px solid #dee2e6;
}

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

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

section#reviewstour {
    padding: 40px 0;
}

video#bgVid {
    width: 100%;
}

.center-video {
    border: 2px dashed #00000012;
    padding: 10px;
    border-radius: 10px;
    /* background: #0000000a; */
}

.service-img img {
    /* height: 200px; */
    /* object-fit: cover; */
}

.packagebtn {
    background: #244984;
    margin-bottom: 10px;
    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 {
    display: none;
}

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

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

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

    margin-bottom: 8px;
}

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

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

.service-img img {
    width: 100%;
}

.service-img {
    border: 1px solid #0000001a;
    border-radius: 10px;
}

section.specification h2 {
    text-align: center;

}

section.specification {
    padding: 50px 0;
    background: #fafafa;
}

.service-box.style3 .icon-bx-wraper {
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
    /* box-shadow: 5px 5px 20px 0 rgba(0,0,0,.05); */
    z-index: 1;
    position: relative;
    border: 1px dashed #00000024;
    border-radius: 10px;
    min-height: 3;
}

.service-box.style3 .icon-bx-wraper:before {
    content: attr(data-name);
    position: absolute;
    font-size: 50px;
    right: 10px;
    top: -4px;
    line-height: 80px;
    font-weight: 700;
    color: #000;
    opacity: .03;
    /* -webkit-text-stroke: 1px #000; */
}

.service-box.style3 .icon-bx-wraper:before,
.service-box.style3 .icon-lg i {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.service-box.style3 .icon-lg i {
    font-size: 70px;
    line-height: 70px;
    color: var(--color-primary)
}

.service-box.style3 .dlab-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    line-height: 30px;
    text-align: left;
    /* width: 70%; */
    /* text-align: center; */
}

.service-box.style3 .icon-lg {
    margin-bottom: 25px;
    position: absolute;
    right: 0;
    top: 0;
}




.service-box.style3 .icon-bx-wraper:hover:before {
    opacity: .2
}

.service-box.style3 .icon-bx-wraper:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    -o-transform-origin: right
}

.scroll-div {
  
    margin-top: 26px;
}
.scroll-div p{
    padding-right: 10px;
}
.industries-inner {
    /* padding: 10px; */
    /* display: flex; */
    border: 1px solid #00000021;
    flex-direction: column;
    /* align-items: center; */
    /* border-radius: 10px; */
    /* overflow: hidden; */
    /* position: relative; */
}

.industries-inner img {
    width: 70px;
}

.industries-inner h3 {
    font-size: 20px;
    /* margin-top: 10px; */
    margin-bottom: 0;
    /* padding: 10px; */
    color: #fff;
    z-index: 3;
    position: relative;
}
section.Industries-sec {
    padding: 50px 0;
}
section.Industries-sec h2{
    text-align: center;

}
.industries-inner img {
    width: 100%;
}
.industries-inner .content {
    padding: 10px;
    background: #000;
    overflow: hidden;
    position: relative;
    min-height: 160px;
}
.industries-inner p{
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
    z-index: 3;
    position: relative;
}
.industries-inner .content::after{
    content:'';
    position: absolute;
    width: 100%;
    right: 0;
    left: 100%;
    top:0;
    background:#244984;
    height: 100%;
    transition: all 0.5s;
    z-index: 1;
}
.industries-inner:hover .content::after{
  
    left: 0;
    transition: all 0.5s;
}