.banner-slider img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    margin: 0 auto;
}

.missionBlock {
    display: flex;
    justify-content: space-between;
    /* align-items: end; */
    gap: 4pc;
}
.statsSection{
    display: flex;
    flex-direction: column;
    gap: 2pc;
    justify-content: space-between;
}

.statsSection .tiles {
    text-align: center;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--website-bg-color);
    box-shadow: 5px 5px 20px var(--website-bg-color);
    border-radius: 15px;
    padding: 12px;
}

.missionBlock .tiles {
    background: var(--website-bg-color);
    border-radius: 4px;
    box-shadow: var(--website-color) 1px 1px 2px;
    padding: 18px;
    height: 260px;
    cursor: pointer;
}

.zoomOnHover:hover {
    transform: scale(1.2) !important;
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.missionBlock .tiles ul, ul.list-style {
    list-style: inside;
}

.missionBlock .tiles h4 {
    color: var(--website-color);
}


.statsSection .tiles .percent {
    /* color: var(--website-color); */
    font-size: 44px;
}

.container {
    display: flex;
    flex-direction: column;
    /* gap: 5pc; */
}

.industrySection .top_inside_divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI2MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2YyZjJmMiI+PHBhdGggZD0iTTAgNTEuNzZjMzYuMjEtMi4yNSA3Ny41Ny0zLjU4IDEyNi40Mi0zLjU4IDMyMCAwIDMyMCA1NyA2NDAgNTcgMjcxLjE1IDAgMzEyLjU4LTQwLjkxIDUxMy41OC01My40VjBIMHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAyNC4zMWM0My40Ni01LjY5IDk0LjU2LTkuMjUgMTU4LjQyLTkuMjUgMzIwIDAgMzIwIDg5LjI0IDY0MCA4OS4yNCAyNTYuMTMgMCAzMDcuMjgtNTcuMTYgNDgxLjU4LTgwVjBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAwdjMuNEMyOC4yIDEuNiA1OS40LjU5IDk0LjQyLjU5YzMyMCAwIDMyMCA4NC4zIDY0MCA4NC4zIDI4NSAwIDMxNi4xNy02Ni44NSA1NDUuNTgtODEuNDlWMHoiLz48L2c+PC9zdmc+);
    background-size: 100% 60px;
    top: 0;
    height: 60px;
    z-index: 1;
    transform: scale(1, 1);
}

.industrySection .bottom_inside_divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI2MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTEyODAgMy40QzEwNTAuNTkgMTggMTAxOS40IDg0Ljg5IDczNC40MiA4NC44OWMtMzIwIDAtMzIwLTg0LjMtNjQwLTg0LjNDNTkuNC41OSAyOC4yIDEuNiAwIDMuNFYxNDBoMTI4MHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAyNC4zMWM0My40Ni01LjY5IDk0LjU2LTkuMjUgMTU4LjQyLTkuMjUgMzIwIDAgMzIwIDg5LjI0IDY0MCA4OS4yNCAyNTYuMTMgMCAzMDcuMjgtNTcuMTYgNDgxLjU4LTgwVjE0MEgweiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik0xMjgwIDUxLjc2Yy0yMDEgMTIuNDktMjQyLjQzIDUzLjQtNTEzLjU4IDUzLjQtMzIwIDAtMzIwLTU3LTY0MC01Ny00OC44NS4wMS05MC4yMSAxLjM1LTEyNi40MiAzLjZWMTQwaDEyODB6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 100% 60px;
    bottom: 0;
    height: 60px;
    z-index: 1;
    transform: scale(1, 1);
}

.industrySection p {
    text-align: center;
    color: var(--white-color);
    font-size: 28px;
    padding-top: 12px;
}

.industry-list {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 2pc;
}

.industry-list p {
    color: var(--black-color);
}
.industry-list img {
    object-fit: cover;
    width: 98%;
}
.industry-list .industry-icon {
    width: 150px;
    border-radius: 50%;
    padding: 18px;
    background-color: var(--website-color);
}

 .industry-list div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.companyBrandContent {
    text-align: center;
    color: var(--website-color);
    font-size: 26px;
    font-weight: 600;
    margin: 20px 0;
}

.locationSection .location-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.locationSection .location-row {
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: center;
}


.round-container {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    border: solid 2px var(--website-color);
}

.round-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.hover-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--website-color);
    border-radius: 50%;
    transition: bottom 0.4s ease;
    z-index: 3;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.round-container:hover .hover-overlay {
    bottom: 0;
}

.round-container img {
    position: relative;
    z-index: 2;
}

.location-item h4 {
    margin: 20px 0;
    text-align: center;
}

.topBorder {
    border-top: solid var(--website-color);
}
.bottomBorder {
    border-bottom: solid var(--website-color);
}

.flex1 {
    flex: 1 !important;
}

.contact-page .contact-page-box .contact-box .icon i {
    font-size: 30px;
    color: var(--white-color);
}

.heading1 span.span {
    background-color: var(--website-color);
    color: var(--white-color);
}

.header-area.header-area3 .header-elements .main-menu-ex ul li a {
    color: var(--black-color);
}

.btn1 {
    background-color: var(--website-color);
    color: var(--white-color);
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none !important;
    font-weight: var(--f-fw-bold);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    text-transform: capitalize;
    padding: 18px 22px 18px 22px;
    overflow: hidden;
    z-index: 1;
    border-radius: 4px;
}

.job-apply-div {
    background-color: #F5F3F4;
    padding: 30px;
    width: 80%;
    margin: 0 auto;
    border-radius: 8px;

}

.headline-ribbon {
    background-color: var(--website-color);
    color: white;
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: bold;
    white-space: nowrap;
}
.contact-page .contact1-form .single-input input,
.contact-page .contact1-form .single-input textarea,
.contact-page .contact1-form .single-input select {
    background-color: #E9E8E9;
    border: none;
    width: 100%;
    margin-top: 20px;
    padding: 16px;
    color: #60656E;
    font-weight: var(--f-fw-medium);
    font-size: var(--f-fs-font-fs18);
}

.testimonial {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-slide {
    padding: 40px 20px;
}

.testimonial_box-top {
    padding-top: 0;
    background-color: var(--website-bg-color);
    padding: 20px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-shadow: 5px 5px 20px var(--website-bg-color);
    height: 300px;
}

.testimonial_box-icon {
    padding: 10px 0;
}

.testimonial_box-icon i {
    font-size: 25px;
    color: #14213d;
}

.testimonial_box-text {
    padding: 10px 0;
}

.testimonial_box-text p {
    color: #293241;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

/* .testimonial_box-img {
    padding: 20px 0 10px;
    display: flex;
    justify-content: center;
} */

/* .testimonial_box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
} */

.testimonial_box-name {
    padding-top: 10px;
}

.testimonial_box-name h4 {
    font-size: 20px;
    line-height: 25px;
    color: #293241;
    margin-bottom: 0;
}

.testimonial_box-job p {
    color: #293241;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
}

.odometer {
    text-align: center;
    width: 100%;
}

.odometer.odometer2.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer2.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
    -webkit-transition-duration: 7s !important;
    -moz-transition-duration: 7s !important;
    -ms-transition-duration: 7s !important;
    -o-transition-duration: 7s !important;
    transition-duration: 7s !important;
}

.odometer:first-child {
    margin-top: 30px;
}

p {
    /* text-align: center; */
}

.panIndiaDiv .pan-india-section {
    position: relative;
    width: 400px;
    height: 400px;
    margin: 0 auto;
}

.panIndiaDiv .map-piece {
    position: absolute;
    width: 50%;
    height: 50%;
    opacity: 0;
    transition: transform 1.2s ease, opacity 1.2s ease;
}

.panIndiaDiv .top-left {
    top: 0;
    left: 0;
    transform: translate(-100%, -100%);
}

.panIndiaDiv .top-right {
    top: 0;
    right: 0;
    transform: translate(100%, -100%);
}

.panIndiaDiv .bottom-left {
    bottom: 0;
    left: 0;
    transform: translate(-100%, 100%);
}

.panIndiaDiv .bottom-right {
    bottom: 0;
    right: 0;
    transform: translate(100%, 100%);
}

.panIndiaDiv .center-logo {
    position: absolute;
    top: 50%;
    left: 35%;
    height: 120px;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all 0.8s ease 1.2s;
}

.panIndiaDiv .pan-india-text {
    font-size: 1.5rem;
    opacity: 1;
    transform: translateY(20px);
    transition: all 1s ease 1.5s;
}

.panIndiaDiv .animate .map-piece {
    opacity: 1;
    transform: translate(0, 0);
}

.panIndiaDiv .animate .center-logo {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.panIndiaDiv .animate .pan-india-text {
    opacity: 1;
    transform: translateY(0);
}

.stats-map-section {
    display: flex;
    justify-content: space-around;
}
.ribbon {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.ribbon {
  --d: .8em; /* the depth */
  top: 20px;
  inset-inline: calc(-1*var(--d));
  border-bottom: var(--d) solid #0008;
  line-height: 1.8;
  clip-path: polygon(0 0,100% 0,100% calc(100% - var(--d)),calc(100% - var(--d)) 100%,calc(100% - var(--d)) calc(100% - var(--d)),var(--d) calc(100% - var(--d)),var(--d) 100%,0 calc(100% - var(--d)));
  background-color: var(--website-color);
  padding-left: 10px;
}
.service-content{
    padding: 10px 20px;
    position: relative;
    background-color: var(--website-bg-color);
    top: -50px;
    margin: 20px;
    padding-top: 32px;
    padding-bottom: 42px;
    line-height: 26px;
}
ul.list-style{
    text-indent: 30px;
    
}
.capsule {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--website-bg-color);
    color: var(--website-color);
    font-weight: bold;
    border-radius: 5px;
    font-size: 16px;
}
.job-details-section .capsule{
    /* display: flex; */
    font-size: 24px;
    font-weight: 600;
}
.job-details-section ul{
    font-size: 18px;
    line-height: 32px;
}
.jobPara{
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #696B6D;
    margin: 10px;
    padding: 12px 0;
}
.pointer{
    cursor: pointer;
}
.clientPlus,.employeePlus,.trainingPlus{
    position: absolute;
    font-size: 25px;
}
.trainingPlus{
    margin-top: 17px;
    margin-left: 130px;
}
.employeePlus{
    margin-top: 8px;
    margin-left: 157px;
}
.clientPlus{
    margin-top: -32px;
    margin-left: 70px;
}
.contact1-form p, .locationSection p{
    text-align: center;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li a {
  font-size: 18px;
  display: block;
  font-weight: 600;
  padding: 8px 15px;
  transition: all 0.3s;
}
.loginBtn{
    border: solid 1px var(--website-color);
    border-radius: 5px;
}
.loginBtn:hover{
    background-color: var(--website-bg-color);
}
.brandlogos img{
    max-width:260px;
}
.brandlogos .logo-slider3 .slick-track {
    display: flex;
    align-items: center;
}

