.appoint_button{
    display: contents;
}

.appoint_button a {
    padding: 14px 20px !important;
}

.appoint_button a i {
    padding-left: 20px;
}

.appoint_button a {
    border-top: none !important;
    font-size: var(--font-sm);
}

.appoint_button:hover a {
    border-top: none !important;
}

.banner-video-section .button {
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0px;
    margin-top: 20px;
    background-color: #82bb00;
    padding: var(--spacing-xs) var(--spacing-sm);
    border-radius: 0px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.b-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: var(--font-sm);
    padding: var(--spacing-xs);
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    height: 78px;
    margin: 6px 0;
}

.b-box1 {
    height: 78px;
    background-color: #E5033F !important;
    text-align: center;
    justify-content: center !important;
}

.b-box i {
    font-size: var(--font-2xl);
}

.b-box .hover-icon {
    visibility: hidden;
}

.b-box:hover {
    background-color: #0374E5;
}

.b-box:hover .hover-icon {
    visibility: visible;
}

.b-box-link {
    text-decoration: none;
}

.b-boxxx {
    clip-path: polygon(0% -235%, 0% 347%, 100% 50%);
    background: #E5033F !important;
    height: 78px;
    min-width: 215px;
    font-size: var(--font-sm);
    align-items: center;
    display: flex;
    border-radius: 8px;
    color: #fff;
    cursor: initial;
    inset:(0% 45% 0% 45% round 10px);
}

.appoint_button a {
    border-radius: 26px;
    background: #0374E5;
    padding: 8px 8px;
}

.appoint_button a img {
    margin: 0 0 0 10px;
    transform: rotate(-25deg);
    width: 16px;
}

.global_search {
    background-color: transparent;
    border: none;
}

.global_search i {
    font-size: var(--font-lg);
}

.appoint_button a {
    color: #fff !important;
}

.main-section-padding {
    padding: 100px var(--spacing-sm);
}

.sec-heading h2 {
    font-size: var(--font-3xl);
    line-height: 75px;
    margin:0;
}

.sec-heading .bold-span {
    font-weight: 700;
}

.sec-heading .light-span {
    font-weight: 300;
}

.sec-name h3,
.prime-sec-name h3 {
    color: #0374E5 !important;
    height: 100%;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    top: 2px;
    line-height: 1;
    padding: 0;
}

.sec-data p {
    padding: 18px 0;
    font-weight: 300;
}

.about-img img {
    width: 650px;
}

.serv-boxes-row .box1 {
    /* background-color: red; */
}

.serv-boxes-row .box {
    padding: var(--spacing-sm) 0;
}

.serv-boxes-row .box div {
    /* padding: 66px 20px 20px 20px; */
    /* margin: -62px 0 0 0; */
}

.serv-boxes-row .box1 {
    /* background-color: red; */
}

.serv-boxes-row .box1 .top-box,
.serv-boxes-row .box1 .bot-box {
    background-color: #0D47A1;
}

.serv-boxes-row .box2 {
    /* background-color: red; */
}

.serv-boxes-row .box2 .top-box,
.serv-boxes-row .box2 .bot-box {
    background-color: #0374E5;
}

.serv-boxes-row .box3 {
    /* background-color: red; */
}

.serv-boxes-row .box3 .top-box,
.serv-boxes-row .box3 .bot-box {
    background-color: #2196F3;
}

.serv-boxes-row .box4 {
    /* background-color: red; */
}

.serv-boxes-row .box4 .top-box,
.serv-boxes-row .box4 .bot-box {
    background-color: #64B5F6;
}

.serv-boxes-row .box4 .top-box {
    border-top-right-radius: 10px;
}

.serv-boxes-row .box4 .bot-box {
    border-bottom-right-radius: 10px;
}

.serv-boxes-row .box1 .top-box {
    border-top-left-radius: 12px;
}

.serv-boxes-row .top-box {
    height: 66px;
    max-height: 66px;
    overflow: hidden;
    margin: 35px 0 0 0;

}

.serv-boxes-row .bot-box {
    color: #fff;
}

.serv-boxes-row .bot-box a {
    /* background: #fff;
    padding: 6px 12px 10px 11px;
    border-radius: 50%; */
}

.serv-boxes-row .bot-box h4 {
    font-size: var(--font-lg);
    min-height: 60px;
    text-transform: uppercase;
}

.serv-boxes-row .bot-box {
    height: max-content;
    padding: 42px var(--spacing-sm);
}

.serv-boxes-row .box1 .bot-box {
    border-bottom-left-radius: 12px;
}

.serv-boxes-row .bot-box i {
    font-size: var(--font-lg);
    background: #fff;
    padding: 10px 12px;
    border-radius: 50%;
}

.serv-boxes-row .bot-box p {
    padding: 10px 0px 25px 0;
    min-height: 131px;
}

.serv-boxes-row .box span {
    font-size: var(--banner-md);
    font-weight: 700;
    margin: 0px 0 0 -44px;
    display: inline-block;
    z-index: -1;
    color: rgba(255, 255, 255, .7);
}

.input-group input::placeholder {
    font-style: normal;
    padding-left: 10px;
    text-transform: capitalize !important;
    opacity: .7;
}

.tick-box {
    padding: 75px 90px 75px 0;
    font-weight: 700;
}

.tick-box span {
    color: #fff;
}

.tick-box .tick-i {
    font-size: var(--font-2xl);
    font-weight: 500;
    padding-left: 15px;
}

.tick-box p {
    color: #fff;
    font-size: var(--font-md);
}

.tick-box span:first-child {
    font-size: var(--font-3xl);
}

.contact-box {
    height: 100%;
    background: #E5E5E5;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    border-radius: 10px;
}

.contact-box a {
    text-decoration: none;
    color: #000;
}

.contact-box h4 {
    font-size: var(--font-xl);
    font-weight: 600;
    padding: 10px 0 0 0;
}

.contact-box p {
    font-size: var(--font-md);
    font-weight: 300;
}

.contact-box i {
    font-size: var(--font-2xl);
}

.linkedIn {
    max-height: 290px;
    overflow: hidden;
    background-color: #F2F2F2;
    padding: 15px 0px 15px 15px;
}

.rotated-arrow {
    margin: -6px 0 0 22px;
    transform: rotate(-25deg);
    width: 16px;
}

.discover-more {
    background: #E5033F;
    color: #fff;
    padding: 16px 40px;
    font-weight: 600;
    border-radius: 32px;
    text-decoration: none;
}

.discover-more img {
    margin: 0px 0 0 22px;
    transform: rotate(-25deg);
    width: 18px !important;
}

.input-group .form-control {
    border-radius: 50px 0 0 50px;
}

.input-group .input-group-text {
    border-radius: 0 50px 50px 0;
    background-color: #fff;
    color: #fff;
}

.form-control::placeholder {
    color: #000;
    font-style: italic;
    font-size: var(--font-md) !important;
}


/* .ft-links-main h5 {
    background-color: #2D2D2D;
    padding: 6px 20px;
    color: #fff;
    width: max-content;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: var(--font-md);
} */
.ft-links-main h5 {
    background-color: #2D2D2D;
    padding: 6px 20px;
    color: #fff;
    width: max-content;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: var(--font-md);
    display: inline-block; /* Ensure h5 behaves like an inline element */
    position: relative; /* Position relative for absolute positioning of ::after */
}

.ft-links-main h5::after {
    content: "";
    display: inline-block;
    height: 1px; /* Height of the line */
    width: 50px; /* Length of the line */
    background-color: #ccc; /* Color of the line */
    position: absolute;
    top: 50%; /* Vertically center the line */
    right: -70px; /* Position the line to the right of the h5 element */
    transform: translateY(-50%); /* Adjust for perfect vertical centering */
}

.ft-links-main div {
    padding: 6px 0px;
}

.ft-links-main div h6 {
    padding-top: 5px;
    font-weight: 400;
}

.ft-links-main .f-nav {
    padding-left: 22px;
}

.ft-links-main div h6 a {
    text-decoration: none;
    color: #000;
}

.f-cont i {
    padding-right: 8px;
}

.ft-social-links {
    bottom: 0;
    position: absolute;
}

.ft-social-links a i {
    color: #000;
    background-color: #DBDBDB;
    padding: 10px;
    border-radius: 4px;
    font-size: var(--font-md);
}

.f-disclaim span {
    font-size: var(--font-sm);
}

.f-disclaim p {
    font-size: var(--font-xs);
    padding-top: 8px;
}

.copyright {
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: end;
    font-weight: 600;
    font-size: var(--font-sm);
    margin: 0;
}

.copyright:hover {
    color: #fff;
}

.subs-section {
    padding: 0 85px;
    background-color: #F2F2F2;
}

.subs-section .input-group input,
.subs-section .input-group span {
    border: 1px solid #fff;
}

.subs {
    background: #0374E5;
    border-radius: 40px;
    padding: 50px 60px;
    display: inline-block;
    width: 100%;
}

.subs h3 {
    font-size: var(--font-2xl);
    color: #fff;
}

.subs input {
    padding: 22px;

    font-size: var(--font-md);
}

.subs i {
    font-size: var(--font-2xl);
    background: #000;
    padding: 10px 12px;
    border-radius: 50%;
}

@media (max-width: 767px){
    .subs-section{
        padding: 0px;
    }
    #subscriptionEmail::placeholder {
    font-size: 12px !important;
}
    .ot-specility p {
    font-size: 20px !important;
    font-weight: 700;
    border-radius: 0 !important;
    margin: 0;
    padding: 0 !important;
}
    .subs h3{
        font-size: 20px;
    }
    .service-sec-heading p {
    font-size: 15px !important;
    line-height: 1.5 !important;
}
    .input-group{
        padding :0;
    }

    .subs input{
        padding: 10px;
        font-size: 8px;
    }

    .form-control{
        font-size: 5px;
    }
}

/*  */
.carousel-control-prev {
    margin: 0 0 0 -100px;
    background: #fff !important;
    opacity: 1;
    width: max-content;
    margin: auto 0;

}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
}

.carousel-control-next {
    margin: 0 0 0 -100px;
    background: #fff !important;
    opacity: 1;
    width: max-content;
    margin: auto 0;
}

.carousel-icon-div {
    padding: 6px 12px 8px 12px;
    border-radius: 50%;
    background: #F0F0F0;
}

.carousel-control-prev .carousel-icon-div img {
    transform: rotate(180deg);
}

.carousel-icon-div img {
    width: 14px;
    height: 14px;
}

.caro-row-padd {
    padding: var(--spacing-xl) 10px 0 10px;
}

::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #E5033F;
    border-radius: 20px;
    border: transparent;
}

.testimonials {
    padding: 100px 90px;
    background-color: #F2F2F2;
}

.testimonials h3 {
    padding: 24px 0;
}

.testimonials .carousel-indicators [data-bs-target] {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-left: 0 !important;
}

.testimonials .carousel-indicators {
    margin-left: 0 !important;
    left: 0 !important;
    justify-content: left;
    right: inherit;
}

.carousel-fade .carousel-item {
    transition: opacity 0.01s ease, visibility 0.01s ease;
}

.testimonials .carousel-indicators button.active {
    background-color: #0374E5;
}

.testimonials .carousel-indicators button {
    background-color: #2D2D2D;
    opacity: 1;
    margin-right: 8px;
}

.testimonials .carousel-control-prev,
.testimonials .carousel-control-next {
    display: none;
}

.quote-carousel {
    padding: var(--section-padding-y) 0;
}

.testi-img {
    width: max-content;
    margin: 0;
    border: 4px solid #0374E5;
    border-radius: 50%;
    padding: 8px;
}

.testi-img img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: block;
    object-fit: cover;
}

.testi-info h4 {
    font-size: var(--font-lg);
    padding-left: 25px;
}

.testi-info span {
    font-size: var(--font-xs);
    padding-left: 25px;
    display: block;
}

.testi-info p {
    font-size: var(--font-lg);
    padding-left: 10px;
    font-weight: 300;
    max-height: 300px;
    overflow: auto;
}

@media (max-width: 750px){
    .testimonials {
        padding: 30px;
    }
}
/* .testi-info img {
    margin: 0 0 0 -60px;
    height: 50px;
} */

.fixed-footer {
    position: fixed;
    bottom: 0;
    background: #E5033F;
    width: 100%;
    color: #fff;
    z-index: 99;
    padding: 0 var(--section-padding-x);
    max-width: 1560px;
    display: none;
}

/* .animated-image {
    animation: scaleUpDown 7s infinite;
  }

  @keyframes scaleUpDown {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
  } */











.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.lines-bg-right {
    position: absolute;
    top: 0;
    z-index: 0;
    right: -287px;
    opacity: .7;
    max-width: 700px;
}

.lines-bg-left {
    position: absolute;
    top: 0;
    z-index: 0;
    left: -287px;
    opacity: .3;
    max-width: 700px;
}

.whatsapp-btn {
    position: fixed;
    top: 84%;
    z-index: 999;
    right: 23px;
    transition: all .1s ease-in;
}

.whatsapp-btn img {
    width: 50px;
    transform: scale(1.2);
}

/* .whatsapp-btn:hover{
    
} */

.inner-banner {
    background-color: #F2F2F2;
    position: relative;
    /* min-height: 500px; */
    overflow: hidden;
}

.news-banner{
    height: 300px;
}

.blogs-banner{
    height:300px;
}

.inner-banner #blogs-images-div{
    display: flex;
    justify-content: center;
}
.inner-container #news-image{
    display: flex;
    align-items: center;
    justify-content: center;
}

.masonry {
 /* column-count: 1; */ 
    display:grid;
    /* column-gap: 1rem; */
    grid-auto-flow: column;
}

.masonry img {
  width: 100%;
  margin-bottom: 1rem;
  break-inside: avoid;
}

.inner-banner-bg {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
}

.inner-b-headings {
    z-index: 1;
    position: relative;
}

.aboutus-infographic{
    background-color: #000;
    color: #fff;
}

.main-section {
    background-image: url("../img/inner-main-bg.svg");
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.client-logo-parent {
    padding: 25px 22px;
    border-radius: 30px;
    background-color: #F2F2F2;
    text-align: center;
    min-height: 200px;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all .3s ease-in;
}

.client-logo-parent img {
    width: 100%;
    /* min-width: 130px; */
    max-width: 140px;
    max-height: 110px;
    min-height: 100%;
    min-width: 110px;
    transition: all .4s ease-in;
}

.client-logo-parent:hover{
    background-color: #c2c2c2;
}

.client-logo-parent:hover img{
    transform: scale(1.07);
}

.inner-container {
    padding: var(--section-padding-x) 80px;
}

.know-more-arrow {
    padding-top: 30px;
    font-size: var(--font-sm);
    color: #000;
}

.know-more-arrow a {
    margin-left: 15px;
    transition: all .3s ease-in;
}

@media (max-width: 767px){
    .know-more-arrow{
        padding-top:50px;
    }
}

/* .know-more-arrow a:hover img{
    transform: scale(1.1);
} */

/* .know-more-arrow a img {
    transform: rotate(90deg);
} */

.inner-container .sec-name h3 {
    padding-top: 15px;
}

.client-category h2 {
    font-size: var(--font-lg);
    text-align: center;
    padding: 20px 0 40px 0;
}

.industry-box {
    position: relative;
    padding: var(--section-padding-y) 0 20px 0;
}

.indus-info {
    background-color: #F2F2F2;
    padding: var(--spacing-sm);
    border-radius: 25px;
}

.indus-info h4 {
    font-size: var(--font-2xl);
    padding: 18px 0 0 0;
}

.indus-main-img {
    width: 97%;
    margin: -70px 0 0 -29px;
}

.indus-info div {
    display: flex;
    overflow: auto;
    padding-bottom: 10px;
    min-height: 125px;
    align-items: center;
    max-height: 125px;
}

.indus-info div img {
    width: 100%;
    max-width: 135px;
    margin-right: 35px;
    max-height: 90px;
    min-height: 100%;

}

.pevent-none{
    pointer-events: none;
}

#allIndustries .indus-box-col:nth-child(odd) {
    padding-right: 30px;
}

#allIndustries .indus-box-col:nth-child(even) {
    padding-left: 30px;
}

#logo-slider {
    width: 100%;
    display: flex;
    justify-content: center;
}

#logo-slider .splide__slide img {
    display: block;
    width: 100%;
    max-width: 150px;
    height: auto;
    margin: 0 auto;
}

#logo-slider .splide__list {
    display: flex;
    justify-content: center;
}

.contact-box-col {
    background-color: #fff;
    padding: 20px 38px 0px 30px;
}

.calendly-modal-content .calendly-inline-widget {
    height: 700px;
    max-width: 300px;
}

.calendly-modal-content, .main-modal{
    background-color: transparent;
    border: none;
}

.main-modal .modal-header, .main-modal .modal-body{
    background-color: #fff;
}

.main-modal .modal-header{
    padding: 30px 44px 0 44px;
    border: none;
    color: #E5033F;

}

.main-modal .modal-header h5{
    font-weight: bold;
}

.main-modal .modal-body{
    background-color: #fff;
    padding: 30px 40px;
}

.calendly-modal-content .btn-close {
    display: none;
}

.calendly-modal-content .custom-close , .main-modal .custom-close{
    background: none;
    border: none;
    cursor: pointer;
    margin-left: auto;
    width: max-content;
    margin-bottom: 15px;
}

.team-member-info h3 {
    font-size: var(--font-2xl);
    font-weight: 700;
}

.team-member-info p {
    padding-top: 2px;
}

.team-member-info .designation {
    font-style: italic;
    margin: 20px 0 30px 0;
    font-weight: 500;
}

.team-member-info .first-p {
    padding-top: 20px;
}

.team-member-info .tags {
    color: #0374E5;
}

.team-member-info .tags span {
    margin-right: 8px;
}

.team-member-info .alumni,
.team-member-info .ccies {
    font-weight: bold;
}

.tm-image img {
    width: 100%;
    box-shadow: -10px -10px 0px 2px #0374E5;
    border-radius: 40px;
}

.tm-member-parent:nth-child(even) .tm-image img {
    box-shadow: 13px -13px 0px -3px #E5033F;
}

.tm-member-parent {
    padding-top: 70px
}

.service-sec-heading p {
    font-size: var(--font-xl);
    font-weight: 400;
    line-height: 42px;
    padding-top: 40px;
}

.sevice-sec-bg {
    position: relative;
}

.sevice-sec-bg-heading {
    width: 100%;
    color: #fff;
}

.serv-menu-img-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.first-img-container,
.second-img-container {
    position: relative;
    flex: 1;
}

.first-img {
    width: 50%;
    height: auto;
    border-radius: 15px;
    /* Adjust this value as needed */
}

.second-img-container {
    position: absolute;
    left: 20%;
    /* Overlaps the first div by 20% */
    width: 80%;
    /* Adjust width to ensure proper overlap */
    border-radius: 15px;
    /* Adjust this value as needed */
    overflow: hidden;
    /* Ensure the image stays within the rounded corners */
    text-align: right;
    padding: 80px 0 0 0;
}

.second-img {
    width: 90%;
    height: auto;
    border-radius: 15px;
    /* Adjust this value as needed */
}

.serv-menus-wrapper {
    background-color: #F2F2F2;
    margin: 0;
    padding: var(--spacing-xl) var(--spacing-xl);
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.serv-menu-box h3 {
    padding-top: 70px;
    padding-bottom: 20px;
    font-size: var(--font-2xl);
    font-weight: 600;
}

.serv-menu-box p {
    font-size: var(--font-md);
    color: #000;
}

.serv-menu-box .info {
    padding: 0 0px 0 0;
}

.serv-menu-box {
    padding: 40px 20px;
}


.services-section {
    background-color: #E5E5E5;
    padding: 96px 82px var(--spacing-xl) 34px;
}

.services-section h2 {
    width: 70%;
}

.other-services h4 {
    font-size: var(--font-lg);
    padding: 0 0 35px 0;
    text-transform: uppercase;
    min-height: 63px;
    max-height: 63px;
}

.other-services .box {
    font-size: var(--font-lg);
    padding: 54px 60px;
    color: #fff;
    position: relative;
    flex: 1; 
    box-sizing: border-box;
}

.other-services{
    display: flex;
    padding: 55px 0;
}

.other-services .box a {
    /* padding: 3px 16px 11px 15px;
    background: #fff;
    border-radius: 50%; */
    bottom: 20px;
    position: absolute;
}

.other-services .box1 {
    background-color: #0374E5;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.other-services .box2 {
    background-color: #2196F3;
}

.other-services .box3 {
    background-color: #64B5F6;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.other-services .box p{
    font-weight: 300;
    padding-bottom: 30px;
    font-size: var(--font-md);
    padding-top: 30px;
}

.service-sec-heading{
    padding: 0 0 0 0px;
    margin: 0;
}

.service-sec-heading .know-more-arrow {
    font-size: var(--font-sm) !important;
}

.service-sec-heading .know-more-arrow a {

}

.services .inner-container {
    padding: var(--section-padding-x) 80px var(--section-padding-x) 80px;
}

.about-us-section{
    background-color: #000;
    margin: 108px 0 0 0;
}

.about-us-section .first-row img{
    margin:-112px 0 0 0;
    width: 100%;
}

.about-us-section .first-row img {
    margin: -112px 0 0 0;
}

.aus-sec-head-col{
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
}

.aus-box{
    display: flex;
    color: #fff;
}

.aus-box img{
    width: 85px;
    height: 85px;
}

.aus-box span i{
    font-size: var(--font-3xl);
    color: #fff;
}

.aus-box div{
    padding: 15px;
}

.aus-box div p{
    padding-top: 15px;
}

#readyToTalk{
    padding: 50px 20px;
}

#readyToTalk .left h4{
    font-size: var(--font-3xl);
    color: #fff;
}

#readyToTalk .left{
    padding: 0  40px;
}

#readyToTalk .left p{
    font-size: var(--font-lg);
    padding-top: 15px;
    color: #fff;
    font-weight: 300;
}

#readyToTalk .first-col{
    background: linear-gradient(to bottom, #EB2228, #EB1D4C);
    align-items: center;
    justify-content: center;
    display: flex;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

#readyToTalk .sec-col{
    padding: 40px 30px;
    background-color: #000;
    color: #fff;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

/* #readyToTalk .sec-col .form-control
{
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: none !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
} */
#readyToTalk .sec-col .form-control,
#readyToTalk .sec-col .form-select,
#readyToTalk .sec-col .form-control:focus,
#readyToTalk .sec-col .form-select:focus {
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: none;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: transparent;
    color: #fff;
    
}

#readyToTalk .sec-col .form-control::placeholder,
#readyToTalk .sec-col .form-select::placeholder {
    opacity: 0.7;
    font-size: var(--font-sm) !important;
    text-transform: uppercase;
    font-style: normal;
    color: #fff;
}

#readyToTalk .sec-col .last-row{
    display: flex;
    width: 100%;
}

#readyToTalk .sec-col .last-row .form-control {
    width: 80%;
    display: inline-block;
}

#readyToTalk .sec-col .last-row .btn {
    width: 20%;
    height: max-content;
    margin: auto;
}

#readyToTalk .sec-col .form-select{
    background-color: #000 !important;
}

.submitbtn{
    padding: 6px 15px 11px 12px;
    border-radius: 50%;
    height: max-content;
    margin: auto;
    border: none;
    background: linear-gradient(to bottom, #EB2228, #EB1D4C);
}

.submitbtn[disabled]{
    cursor: not-allowed;
}

#newsModal , #blogModal{
   background-color: rgba(9, 31, 53, .9);
}

#newsModal .modal-dialog, #blogModal .modal-dialog{
    transform: none;
    max-width: 80%;
    margin: 7% auto;
}

#newsModal .modal-body, #blogModal .modal-body, #newsModal .modal-header, #blogModal .modal-header{
    padding: 40px;
}

.our-process-card{
    border: none;
    background-color: #F2F2F2;
    border-radius: 30px;
}

.our-process-card .card-body{
    padding: 0px 50px 10px 50px;
}

.our-process-card .small-img{
    width: 95px;
    height: 95px;
    margin: -50px 45px 0 auto;
}

.our-process-card .card-img-top{
    border-radius: 25px;
}

.our-process-card h5{
    font-size: var(--font-2xl);
}

.job-box h3{
    font-size: var(--font-xl);
}

.job-box p{
    font-size: var(--font-md);
    padding: 16px 0;
}

.job-box ul {
    padding: 0;
    list-style: none;
}

.job-box li:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.job-box li:first-child {
    display: none;
}

.job-box:hover li:last-child a{
    background: #fff;
    padding: 10px 5px;
    border: none;
    border-radius: 5px;
    color: #E5033F;;
}

.job-box li:last-child a{
    background: #0D47A1;
    padding: 10px 5px;
    border: none;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    max-width: 250px;
    text-align: center;
}

.job-box a {
    text-decoration: none;
    font-size: var(--font-md);
}

.job-box li:first-child a{
    border-bottom: 1px solid #000;
    padding: 12px 0 12px 0;
    color: #000;
    display: none;
}

.job-box:hover li:first-child a{
    border-bottom: 1px solid #fff;
    padding: 12px 0 12px 0;
    color: #fff;
}

.job-box li:first-child a img{
    margin-left: 20px;
    transform: rotate(-30deg);
}

.job-box .li-container {
    padding: 10px;
}

.job-box {
    background: #F2F2F2;
    color: #000;
    padding: var(--section-padding-x) var(--section-padding-x) 50px var(--section-padding-x);
    border-radius: 20px;
}

.job-box:hover {
    background: #E5033F;
    color: #fff;
    padding: var(--section-padding-x) var(--section-padding-x) 50px var(--section-padding-x);
    border-radius: 20px;
}

.address-wrapper{
    display: flex;
    padding: 20px 0 0 0;
}

.address-wrapper img{
    width: 60px;
    height: 60px;
}

.address-wrapper .address{
    padding: 12px 0 34px 25px;
}

.address-wrapper .address h4{
    font-weight: 700;
    font-size: var(--font-md);
}

.address-wrapper .address a{
    color: #000;
    text-decoration: none;

}

.address-wrapper .address a:hover{
    color: #E5033F;
    text-decoration: none;
    font-weight: 600;
}

.contact-info h3{
    font-size: var(--font-lg);
    padding-top: 20px;
    padding-bottom: 30px;
    text-transform: capitalize;
}

.contact-inner-container{
    padding: 38px 38px;
    background: #f2f2f2;
    border-radius: 20px
}

.InternalFormselectOptions{
    background-color: #000 !important;
}

.contact-info .form-control,
.contact-info .form-select,
.contact-info .form-control:focus,
.contact-info .form-select:focus {
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: none;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: transparent;
    color: #000;
    
}

.contact-info .form-control::placeholder,
.contact-info .form-select::placeholder {
    opacity: 0.7;
    font-size: var(--font-sm) !important;
    text-transform: uppercase;
    font-style: normal;
    color: #000;
}

.submitbtnText{
    background-color: #E5033F;
    color: #fff;
    border-radius: 30px;
    border: none;
    padding: 12px 30px;
    margin: 35px 0 0 0;
}

.submitbtnText img{
    margin: 0 0 0 10px;
    transform: rotate(-25deg);
    width: 16px;
}

.error {
    color: red;
    font-size: var(--font-sm);
}

.submitbtnText[disabled] {
    /* background-color: grey; */
    cursor: not-allowed;
}

#applyJobForm .form-control, #applyJobForm .form-select, #applyJobForm .form-control:focus, #applyJobForm .form-select:focus{
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: none;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: transparent;
    color: #000;
}

#applyJobForm .form-control::placeholder,
#applyJobForm .form-select::placeholder {
    opacity: 0.7;
    font-size: var(--font-sm) !important;
    text-transform: uppercase;
    font-style: normal;
    color: #000;
}

.attachlabel{
    color: #E5033F;
    font-size: var(--font-sm);
    font-weight: 700;
}

#applyJobForm .btn-primary.disabled, #applyJobForm .btn-primary:disabled{
    background-color: #E5033F;
}

.custom-file-label {
    background-color: red;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 2; /* Ensure label is above input */
}

.upload-icon {
    width: 24px;
    height: 24px;
    display: block;
    margin: auto;
}

.custom-file-input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; /* Ensure input is behind label but still clickable */
    cursor: pointer;
}

.file-input-wrapper {
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 8px;
    margin-top: 5px;
    position: relative; /* Ensure proper stacking context */
}

.file-name {
    margin-left: 10px;
    font-weight: 500;
    color: #6c757d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px; /* Adjust based on your design */
}

.modal-title{
    margin-bottom: 0;
    line-height: 1.5;
    background: #fff;
    padding: 38px 36px 0 44px;
    font-weight: 600;
}

#newsModal .modal-body img, #blogModal .modal-body img{
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    border-radius: 15px;
}

.custom-font-size{
    font-size: var(--font-md);
}
@media(max-width: 750px) {
.inner-container {
    padding: 30px;
}
.sec-heading h2{
    font-size: 24px;
}

.custom-font-size{
    font-size: 14px;
}

.about-section .sec-data p{
    font-size: 16px;
}
.about-img{
    display: flex;
    justify-content: center;
}

.about-img img{
    width: 55%;
}

.services-section .sec-data h2{
    font-size: 16px;
    line-height: normal;
} 

.serv-boxes-row .box1,
.serv-boxes-row .box2,
.serv-boxes-row .box3,
.serv-boxes-row .box4 {
    padding: 3px;
}

.serv-boxes-row .box1 h4,
.serv-boxes-row .box2 h4,
.serv-boxes-row .box3 h4,
.serv-boxes-row .box4 h4 {
    font-size: 18px;
    min-height: auto;
}

.serv-boxes-row .box1 p,
.serv-boxes-row .box2 p,
.serv-boxes-row .box3 p,
.serv-boxes-row .box4 p {
    font-size: 14px;
    min-height: auto;
}
.serv-boxes-row .bot-box{
    padding: 20px;
}

.ticker .row > div:not(.contact-box-col) {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* Contact box full width */
  .ticker .row > .contact-box-col {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

    .tick-box span:first-child {
        font-size: 20px;
    }
   
    .tick-box .tick-i {
        font-size: var(--font-sm);
        font-weight: 300 !important;
        padding-left: 6px;
    }

    .tick-box p{
        font-size: var(--font-sm);
    }

}
/* Media Queries */
@media screen and (min-width:992px) and (max-width: 1120px) {
    .primary-padding {
        padding: 0 25px !important;
    }

    .main-nav .navbar-nav li {
        padding: 0 0px
    }

    .about-section {
        padding: 40px 0 40px 15px;
    }

    .about-section .sec-name {
        padding: 32px 0 0 17px;
    }

    .services-section {
        padding: 40px 30px 40px 30px;
    }
    .other-services .box {
        font-size: var(--font-lg);
        padding: 54px 25px;
    }
}

.testimonials .quote-imgsvg {
    margin: -10px 6px 0 0;
    width: 45px;
}

.testimonials .splide__slide {
    padding: var(--section-padding-y) 0 0 0;
}

/* .splide .splide__arrow {
    display: none;
} */

.testimonials .splide__pagination {
    right: auto !important;
    margin: 0 0 -48px 0;
}

.testimonials .splide__pagination button {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-left: 0 !important;
}

.testimonials .splide__pagination {
    margin-left: 0 !important;
    left: 0 !important;
    justify-content: left;
    right: inherit;
    display: none;
}

.carousel-fade .carousel-item {
    transition: opacity 0.01s ease, visibility 0.01s ease;
}

.testimonials .splide__pagination button.is-active {
    background-color: #0374E5;
}

.testimonials .splide__pagination button {
    background-color: #2D2D2D;
    opacity: 1;
    margin-right: 8px;
}

/*  */

/* .splide {
    padding: 20px 0;
}
.splide__slide img {
    display: block;
    width: 100%;
    border-radius: 8px;
    transition: transform 400ms;
    transform: scale(0.9);
    transform-origin: center center;
}
.splide__slide.is-active img {
    transform: scale(1);
}
.splide .splide__arrow {
    top: 0;
    bottom: 0;
    height: 100%;
    transform: none;
    border-radius: unset;
    width: 50px;
    opacity: 0.9;
    display: none;
}
.splide .splide__arrow svg {
    filter: invert(1);
    width: 24px;
    height: 24px;
}
.splide__arrow.splide__arrow--prev {
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
}
.splide__arrow.splide__arrow--next {
    right: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
} */

.testimonials .splide__arrow svg {
    display: none;
    background-image: url('../img/homepage/arrow-small-right\ Black.svg');
}

.testimonials .splide__arrow {
    background-image: url('../img/homepage/arrow-small-right Black.svg');
    background-size: 50%;
    /* Reduce size to create space */
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    /* Adjust size of the button */
    height: 30px;
    /* Adjust size of the button */
    border: none;
    cursor: pointer;
    opacity: 1;
}

.testimonials .splide__arrow.splide__arrow--prev{
    margin: 0 0 0 -80px;
    rotate: 180deg;
}

.testimonials .splide__arrow.splide__arrow--next{
    margin: 30px -60px 0 0px;
}

.splide3 .splide__arrow {
    display: block;
}

.splide3 .splide__arrow svg {
    display: none;
    background-image: url('../img/homepage/arrow-small-right\ Black.svg');
}

.splide3 .splide__arrow {
    background-image: url('../img/homepage/arrow-small-right Black.svg');
    background-size: 50%;
    /* Reduce size to create space */
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    /* Adjust size of the button */
    height: 30px;
    /* Adjust size of the button */
    border: none;
    cursor: pointer;
    opacity: 1;
}

#logo-slider .splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-align: center;
    align-items: center;
    display: flex;
}

.splide3 .splide__slide:not(:first-child) {
    border-right: 1px solid #e1e1e1;
}

#logo-slider .is-prev,
#logo-slider .is-visible:last-child {
    border-right: none !important;
}

.splide3 .splide__arrow--prev {
    transform: rotate(180deg);
    /* Flip the arrow for the previous button */
    margin: -20px 0 0 -10px;
}

#logo-slider .splide__arrow--next {
    margin: 0 -10px 0 0;
}

#logo-slider .splide__slide img {
    vertical-align: bottom;
    margin: 0 auto;
}

#logo-slider .splide__pagination {
    display: none;
}

#subscriptionEmail, .subs-section .input-group input:last-child, .cust-input-br{
    border-radius:40px 0 0 40px !important;
}

@media (max-width: 767px){
    .input-group {
        border-radius: 5px 0 0 5px !important;
        font-size: 10px;
    }
}

#newsAndEvents .sr-main-img img, #blogList img{
    border-radius: 18px 18px 0px 0;
}

/* #newsAndEvents .sr-main-img img{
    height: 250px;
} */
#aboutUsSection .inner-container p{
    font-size: var(--font-md);
}


@media (max-width: 767px){
    #aboutUsSection .inner-container p{
        font-size: 16px;
    }
}

#blogList .blog-item{
    padding-top: 30px;
}

.snumb-img{
    margin: -92px 0 21px -67px;
}

.ot-specility{
        background-color: #F2F2F2;
        text-align: center;
        border-radius: 15px;
        margin: 70px 0;
        text-transform: capitalize;
    }

.ot-specility p{
    font-size: var(--font-2xl);
    font-weight: 700;
    border-radius: 10px;
    margin: 0;
    padding: 12px 0;
}

.ot-specility span
{
    color: #E5033F;
    font-size: var(--font-2xl);
    font-weight: 700;
}

.appont_button_footer a{
    background: #E5033F;
    display: inline-block;
    text-align: center;
    margin: 25px 0;
    padding: 10px 18px;
    border-radius: 35px;
    color: #fff;
    text-decoration: none;
    font-size: var(--font-md);
    font-weight: 500;
    display: flex;
    width: max-content;
    align-items: center;
}

.appont_button_footer a i{
    font-size: var(--font-3xl);

    padding-right: 15px;
}

.image--container {
    height: 50%; /* Show only the bottom 50% of the image */
    overflow: hidden; /* Hide the top 50% */
    position: relative;
}

.image--container img {
    position: relative;
    top: -50%; /* Shift the image up by 50%, hiding the top half */
    width: 100%;
    height: auto; /* Maintain aspect ratio */
}

.sitemapModal .modal-dialog{
    max-width: 80%;
    margin: 0 auto;
}

.sr-main-img{
    padding: 25px 0;
}

/* Ensure the container does not overflow */
.splide3 {
    width: 100%; /* Full width of the parent container */
    overflow: hidden; /* Hide overflow content */
}

.splide3 .splide__slide {
    width: 100%; /* Each slide takes up the full width of the container */
    box-sizing: border-box; /* Include padding and border in element’s total width */
    text-align: center;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

.splide3 .splide__slide img {
    width: 100%; /* Fit image to the slide container */
    max-width: 180px;
    min-width: 180px;
    max-height: 180px;
}

.splide3 .splide__track {
    overflow: hidden; /* Hide any overflow */
}

.only-mobile{
    display: none;
}

#newsAndEvents .sr-main-img .ne-top-img{
    height: 250px;
}

.calendly-section{
    padding: 0;
}

.video_v_section_top .vv-first-img{
    box-shadow: -10px -10px 0px 2px #0374E5;
    border-radius: 40px;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.video_v_section_top .vv-sec-img{
    box-shadow: 13px -13px 0px -3px #E5033F;
    border-radius: 40px;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.section-head-para {
    font-size: 22px;
    line-height: 1.7;
    color: #444;
}

.main-section {
    position: relative;
}

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

.service-container img {
    width: 100%;
    height: auto;
    display: block;
}

/* 🔥 Dark overlay */
.service-container::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55); /* adjust darkness */
    z-index: 1;
}

.key-highlights{
    font-size: 22px;
    padding: 80px 80px 0 80px ;
}
/* Keep content above overlay */
.service-container .inner-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center; /* vertically center the text */
}

/* Text styling */
.case-study-para {
    font-size: 18px;
    color: #fff;
    /* max-width: 650px; */
    line-height: 1.7;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7);
}

.case-study-bg {
    height: 800px;
    background-color: var(--bs-blue);
}

/* Tablet (768px - 1024px) */
@media (max-width: 1024px) {
    .service-container .inner-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        display: flex;
        align-items: center;
    }

    .case-study-para {
        font-size: 16px;
        max-width: 100%;
    }

    .sevice-sec-bg-heading h2 {
        font-size: 28px;
    }

    .key-highlights {
        padding: 20px 30px;
    }
}

/* Mobile (max 767px) */
@media (max-width: 767px) {
    .case-study-bg {
        height: 420px;
    }
    .service-sec-heading {
        margin: 0 10px;
    }
    .service-container {
        min-height: 400px; /* ensures overlay has height even if img shrinks */
    }

    .service-container img {
        height: 400px;
        object-fit: cover;
    }

    .service-container .inner-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        display: flex;
        align-items: center;
        padding: 20px 15px;
    }

    .sevice-sec-bg-heading {
        flex-direction: column;
        top:10%;
    }

    .sevice-sec-bg-heading .col-md-1 {
        display: none; /* removes empty spacer col on mobile */
    }

    .sevice-sec-bg-heading .col-md-11 {
        width: 100%;
    }

    .case-study-para {
        font-size: 14px;
        max-width: 100%;
        line-height: 1.6;
    }

    .sevice-sec-bg-heading h2 {
        font-size: 24px;
    }

    .key-highlights {
        padding: 20px 15px;
        font-size: 14px;
    }

    .key-highlights ul {
        padding-left: 18px;
    }

    .section-head-para {
        font-size: 16px;
    }
}

.calendly-section iframe{
    height: 680px !important;
    /* overflow: hidden; */
}

.testi-info div{
    align-items: flex-start;
    display: flex;
}

#sitemapLabel + .modal-body {
    padding: 10px 5px !important;
}

#sitemapLabel {
    padding-top: 10 !important;
}
@media(max-width:750px){
      .calendly-section iframe {
            height: 400px !important;
            /* overflow: hidden; */
        }
        .contact-box p, .contact-box h4 {
            font-size: 20px;
        }
        .contact-box-col {
            border-radius: 10px;
        }
}