.teamName h5 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin: 0px;
    padding: 0;
    text-transform: capitalize;
    z-index: 1;
    transition: all 0.5s ease;
}

.teamName p {
    display: none;
}

.teamProf p {
    font-size: 13px;
    font-weight: 400;
}

.teambtm {
    width: 100%;
}

.teamList {
    width: 100%;
}

.teamLiNumber {
    transition: all 0.5s;
}

.teamListLi:not(:last-child):after {
    content: normal;
}

.teamListLi:first-child {
    border-top: 1px solid #0000001f;
}

.teamListLi {
    display: block;
    border-bottom: 1px solid #0000001f;
    padding: 12px 0;
    margin-bottom: 0;
}

.teamListLi .teamName::after {
    width: 0px;
    opacity: 0;
    transition: all 0.5s ease-out;
}

.teamListLi:hover .teamName::after {
    opacity: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 80px;
    height: 1px;
    background-color: #000;
}

.teamListLi:hover .teamLiNumber {
    width: auto;
    visibility: visible;
    opacity: 1;
}

.teamListLi:hover .teamListLiInn {
    width: calc(100% - 450px);
}

.teamListLi:hover .teamName {
    padding-left: 100px;
    position: relative;
    transition: all 0.5s;
}

.teamListLi:hover .teamName h5 {
    color: #0075ff;
}

.teamBigImg {
    opacity: 0;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: -50%;
    right: 0;
    z-index: 2;
    width: 300px;
    height: 350px;
    transform: translateX(200%);
    transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.teamListLi:hover .teamBigImg {
    transform: translateX(0);
    opacity: 1;
}

.service_listingSec1 .row {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.service_listingSec1 .row:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.service_listingSec2 .row1 {
    justify-content: space-between;
    align-items: center;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.service_listingSec1 .teamImgDiv {
    width: 210px;
    overflow: hidden;
}

.serListD1 {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service_listHead {
    font-family: "Mona Sans Expanded";
    color: #000;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.serListD2 {
    height: 400px;
    width: auto;
    /* overflow: hidden; */
    padding: 0 30px;
    border-radius: 40px;
    overflow: hidden;
    transform: rotate(353deg);
    position: relative;
    left: 0;
    top: 0;
}

.serListD2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    transition: all 0.6s;
}

.service_listingSec2 .hiringApplyBtn {
    background-color: #ffffff;
}

.service_listingSec2 .ser_list2:hover .hiringApplyBtn {
    background-color: #000000;
    border-color: #000;
    color: #0075ff;
}

.ser_list2:hover .service_listHead {
    color: var(--blue);
}

.service_listingSec2 .ser_list2:hover .serListD2 img {
    transform: scale(1);
}

.service_listingSec4 .testiItems .testiContent .testiTxt p {
    font-size: 24px;
    line-height: 1.4;
}

.service_listingSec4 .tetimonial-show-more {
    display: none;
}

.service_listingSec4 blockquote::before {
    content: normal;
}

.service_listingSec4 .testiBottom h3 {
    font-family: "Mona Sans Expanded";
    color: var(--blue);
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 10px;
}

.service_listingSec6 {
    margin-top: 140px;
}

.blogSec.serviceSec9.service_listingSec8 {
    padding-top: 140px !important;
}

/* .service_listing .buttonWrap.wbg .innerBtn a {
  padding: 0;
}

.service_listing .buttonWrap.wbg p {
 padding: 0px;
 display: flex;
 align-items: center; 
}  */

.movingImage {
    position: absolute;
    pointer-events: none;
    /* This prevents the image from capturing the mouse events */
}

.ServicePage .testiSec,
.service_listing .testiSec {
    padding-bottom: 140px;
}

.ServicePage .serviceSec1 .moretextHead {
    color: #ffffff;
}

.serviceSec3 ul li,
.ServicePage .serviceSec2 ul li {
    margin-bottom: 10px;
}

.serviceSec3 ul li a,
.ServicePage .serviceSec2 ul li a {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0;
    transition: all 0.3s;
}

.ServicePage .serviceSec2 ul li a.srcBtn {
    display: block;
}

.serviceSec3 ul li a:hover,
.ServicePage .serviceSec2 ul li a:hover {
    color: #0075ff;
}

.locationMapSection iframe {
    width: 100%;
}

.ServicePage .serviceSec2 .acc-content ul {
    /* padding-left: 130px; */
}

.service_listingSec2 {
    padding-top: 90px;
}

.single-services #faqSection3 .rightFaq,
.single-industry .faqSec .accordBlock {
    height: auto;
    max-height: 100%;
}

.faqSec .accordBlock {
    height: auto;
    max-height: 100%;
}

.faqSec .leftFaq {
    height: 600px;
    position: sticky;
    top: 100px;
}

.sidebarForm .cs5 {
    margin: 20px 0 10px 0;
    font-size: 16px;
    font-weight: 500;
}

.sidebarForm .cs5 p .wpcf7-form-control-wrap .wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3%;
    margin-top: 20px;
}

.sidebarForm .cs5 .wpcf7-form-control .wpcf7-list-item {
    width: 48%;
    margin: 0;
    margin-bottom: 20px;
}

.sidebarForm .cs5 p .wpcf7-form-control-wrap .wpcf7-form-control label {
    display: flex;
    gap: 10px;
    width: 100%;
}

.sidebarForm .cs5 p .wpcf7-form-control-wrap .wpcf7-form-control input,
.sidebarForm .cs5 p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item-label {
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: 500;
}

.sidebarForm br {
    display: none;
}

.sidebarForm {
    max-width: 350px;
    z-index: 9999;
}

.sidebarForm .cs5 p>.cs_input_label {
    font-size: 18px;
    font-weight: 500;
}

.sidebarForm .sidebarHead {
    color: #0075ff;
}

.sidebarForm .menu_link_box:not(:last-child) {
    margin-bottom: 8px;
}

.sidebarForm .menu_link_box img {
    width: 24px;
    margin-right: 10px;
}

.sidebarForm .menu_link_box,
.sidebarForm .menu_link_box a {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    gap: 10px;
    transition: all 0.5s ease-in-out;
}

.sidebarForm .menu_link_box:hover a {
    color: #0075ff;
}

.sidebarForm .titleSub span {
    font-size: 18px;
    font-weight: 500;
    color: #0075ff;
}

.sidebarForm .titleSub {
    margin-bottom: 10px;
}

.sidebarForm .quickAdd {
    padding-top: 20px;
}

@media only screen and (max-width: 991px) {
    #FormBtn {
        display: none;
    }
}

.bssWrap h5 {
    margin-bottom: 0px;
    position: relative;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px #454545;
}

.mobile_Dn {
    display: none;
}

/* --------------404------------------ */
.sec404 {
    height: 100lvh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0075ff4a;
}

.sec404 .container404 {
    width: 80%;
    max-width: 800px;
    /* text-align: center; */
    padding: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 20px;
    display: flex;
    justify-content: center;
}

.sec404 h1 {
    font-size: 100px;
    margin: 0;
    font-size: 100px;
    font-weight: bold;
    color: #666;
    margin-bottom: 30px;
}

.sec404 h1 span {
    animation: leWaterWave 1s linear infinite;
    display: inline-block;
}

@keyframes leWaterWave {
    50% {
        transform: skewY(1deg) skewX(-1deg) scale(1.06);
    }
}

.sec404 p {
    font-size: 20px;
    color: #333;
    margin: 10px 0;
    line-height: 1.2;
    font-weight: 700;
    text-transform: capitalize !important;
    font-family: "Mona Sans Expanded";
}

.sec404 .skillApplyBtnDiv {
    justify-content: start;
}

.sec404 .row {
    align-items: center;
}

.sec404 .skillApplyBtn {
    padding: 10px 25px;
    height: auto;
    width: auto;
}

/* ----------------404------------------- */
.tabView .innerBtn a:hover {
    color: #000;
}

.caseStudyName h2 {
    font-size: 50px;
}

.caseStudyName h2 span {
    padding-left: 60px;
}

.serviceSec5 {
    overflow: hidden;
}

.caseStudyCvr .tableWrap table,
.caseStudyCvr .tableWrap tbody td {
    border: 1px solid rgba(150, 150, 150, 0.25);
    margin-bottom: 0;
    overflow: hidden;
}

.caseStudyCvr .tableWrap table {
    border-radius: 5px;
    overflow: hidden;
}

.caseStudyCardInn {
    height: 100%;
    display: flex;
    /* align-items: end; */
    flex-direction: column;
    justify-content: space-between;
}

.caseStudyCardInn .caseCardInnImg {
    margin-top: 20px;
}

.caseCardInnImg video{
    width: 100%;
    height: 100%;
}

.caseMain .tableWrap {
    border-radius: 5px;
    overflow: hidden;
}

.caseMain .tableWrap table tbody tr:last-child,
.caseMain .tableWrap table {
    overflow: hidden;
    margin-bottom: 0;
}

.single-case-studies .caseabtFig img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}

.detailsInfo ul li:not(:last-child)::after {
    height: 60%;
    top: 20%;
}

/* #respond form{
  display: flex;
  flex-direction: column;
}
#respond form .comment-notes {
  order: 1;
}
#respond form .comment-form-author {
  width: 48%;
  margin-right: 20px;
  order: 2;
  display: inline-block;
}
#respond form .comment-form-email {
  width: 48%;
  order: 3;
  display: inline-block;
}
#respond form .comment-form-url {
  order: 4;
}
#respond form .comment-form-comment {
  order: 5;
}
#respond form .comment-form-cookies-consent {
  order: 5;
}
#respond form .form-submit {
  order: 6;
} */

.thankyouSec {
    padding: 140px 0;
}

.thankYourIcon {
    display: none;
}

.thankyouSec .skillApplyBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: auto;
    padding: 10px 25px;
}

.thankyouSec .skillApplyBtn span {
    margin-right: 10px;
}

.thankyouSec .skillApplyBtn svg {
    transition: all 0.3s;
}

.thankyouSec .skillApplyBtn:hover svg {
    transform: rotate(-30deg);
}

.thankYouTxt h3 {
    font-size: 60px;
    font-weight: 500;
    color: #000;
    opacity: 0;
    margin-bottom: 35px;
    transform: translateX(-50px);
    animation: slideIn 1s forwards;
}

@keyframes slideIn {
    0% {
        opacity: 0.5;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 
.thankYouTxt h2 {
  font-size: 100px;
  font-weight: 500;
  font-family: "Mona Sans Expanded";
  color: #000;
  opacity: 0;
  transform: translateX(-50px);
  animation: slideIn 1s forwards;
  opacity: 0;
  transform: translateY(-30px);
  animation: fadeInBounce 2s ease forwards;
}

@keyframes fadeInBounce {
  0% {
    opacity: 1;
    transform: translateY(-30px);
  }
  50% {
    opacity: 0.5;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.thankyouSec p{
  line-height: 1.2;
} */
.thankYouTxt h2 {
    color: #000000;
    font-size: 90px;
    position: relative;
    text-transform: uppercase;
    -webkit-text-stroke: 0.3vw #f7f7fe;
    font-weight: 700;
    display: block;
    display: inline-block;
    padding-right: 20px;
}

/* .thankYouTxt h2::before {
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    color: #000000;
    overflow: hidden;
    position: absolute;
    content: attr(data-text);
    border-right: 2px solid #0075ff;
    -webkit-text-stroke: 0vw #f7f7fe;
    animation: animate 6s linear infinite;
}

@keyframes animate {
    0%,
    10%,
    100% {
        width: 0;
    }

    70%,
    90% {
        width: 100%;
    }
} */

.thankYouTxt p br {
    display: none;
}

.thankYouTxt p a {
    color: #0075ff;
}

.serviceRight figure,
.serviceLeft figure {
    height: 100%;
}

.accBlock.activeLi {
    list-style: none;
}

.accBlock .numSpan {
    margin-right: 10px;
    font-weight: 500;
    font-size: 21px;

}

.accBlock.activeLi .numSpan {
    display: inline-block !important;
}

.accTitle.active::before {
    width: 70px;
    left: 45px;
}

.single-industry .faqSec .accordBlock {
    overflow: inherit;
}

#respond .comment-form-url {
    margin-top: 30px;
}

.customList li a,
.customList li {
    font-weight: 700;
}

.serviceSec3 ul li strong,
.serviceSec3 ul li a {
    font-weight: 700;
}

.single-services .accTitle.active::before {
    display: block !important;
}

/* .single-location #serviceSection2 ul {
    padding-left: 138px;
} */