.card-deck {
    background-color: #f4f4f4;
    padding: 100px 0;
}

.card-deck .main-title h1 {
    font-size: 70px;
    line-height: 80px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    margin-bottom: 16px;
    text-align: center;
}

.cards-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

.card-wrapper {
    position: relative;
    flex: 1;
    transition: all 0.5s ease;
    margin-left: 12px;
    margin-right: 12px;
}

.card-wrapper:hover {
    flex: 3;
}

.card-deck {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.card-deck.loaded {
    opacity: 1;
}

.card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s ease;
}

.swiper-wrapper {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.card-text {
    text-align: center;
    padding: 20px;
    color: white;
    font-size: 27px;
    line-height: 37px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    transform: translateY(20px);
    transition: all 0.5s ease;
    font-weight: 600;
}

.card:hover .card-content {
    opacity: 1;
}

.card:hover .card-text {
    transform: translateY(0);
}

.card-1 {
    height: 300px;
}

.card-2 {
    height: 250px;
}

.card-3 {
    height: 330px;
}

.card-4 {
    height: 450px;
}

.card-5 {
    height: 250px;
}

.card-deck .cards-container .card-wrapper .arrow_image {
    width: 20px;
    height: 330px;
}

.card-deck .cards-container .card-wrapper .arrow1 {
    width: 20px;
    height: 300px;
}

.card-deck .cards-container .card-wrapper .arrow2 {
    width: 20px;
    height: 330px;
}

.card-deck .cards-container .card-wrapper .arrow3 {
    width: 20px;
    height: 450px;
}

.card-deck .cards-container .card-wrapper .arrow4 {
    width: 20px;
    height: 250px;
}

.arrow_image {
    position: absolute;
    right: -23px;
}

.arrow1 {
    top: 0;
}

.arrow2 {
    top: -40px;
}

.arrow3 {
    top: -40px;
}

.arrow4 {
    top: 100px;
}

.magnifier-section {
    padding: 100px 0;
    position: relative;
    margin-bottom: 150px;
    overflow-x: clip;
}

.magnifier-section .magnifier-head {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding-bottom: 80px;
    max-width: 1160px;
    width: 100%;
    margin: 0px auto;
}

.magnifier-section .magnifier-head h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.magnifier-section .magnifier-head h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.magnifier-section .magnifier-head h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.magnifier-section .magnifier-head h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.magnifier-section .magnifier-head h5 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.magnifier-section .magnifier-head h6 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.magnifier-section .magnifier-head p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #595959;
    margin: 0;
    text-align: center;
}

.magnifier-section .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.magnifier-section .text-block {
    max-width: 600px;
    line-height: 36px;
    font-size: 26px;
    font-family: "Lato", serif;
    color: #595959;
    font-weight: 400;
    position: relative;
    z-index: 2;
}

.magnifier-section .text-block strong {
    color: #084987;
}

.magnifier-section .text-block p {
    margin: 0;
    margin-bottom: 16px;
}

.magnifier-section .img-magnifier-container {
    position: relative;
    max-width: 700px;
    width: 100%;
    min-width: 525px;
}

.magnifier-section .img-magnifier-glass {
    position: absolute;
    border: 7px solid #084987;
    border-radius: 50%;
    cursor: none;
    width: 180px;
    height: 180px;
    pointer-events: none;
    background-clip: content-box;
}

.magnifier-section #myimage {
    width: 100%;
    height: auto;
}

.clip {
    position: absolute;
}

.clip img {
    width: 100%;
}

.clip.shape1 {
    bottom: -18%;
    left: 0;
}

.clip.shape2 {
    right: 0;
    top: 0;
    z-index: -1;
}

.clip.shape3 {
    right: 0;
}

.clip.shape4 {
    right: 0;
    bottom: 10%;
}

.clip.shape5 {
    left: 0;
    top: 25%;
}

.clip.shape6 {
    right: 0;
    top: 15%;
}

.logo-slider-section {
    padding: 80px 0;
}

.logo-slider-section .logo-slider-head {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    max-width: 1160px;
    width: 100%;
    margin: 0px auto;
    padding-bottom: 40px;
}

.logo-slider-section .logo-slider-head h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.logo-slider-section .logo-slider-head h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.logo-slider-section .logo-slider-head h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.logo-slider-section .logo-slider-head h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.logo-slider-section .logo-slider-head h5 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.logo-slider-section .logo-slider-head h6 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.logo-slider-section .logo-slider-head p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #595959;
    margin: 0;
    text-align: center;
}

.logo-swiper .slick-slide img {
    max-width: 200px;
    width: 100%;
    min-height: 70px;
    max-height: 70px;
    object-fit: contain;
}

.logo-slider-section .inner-title,
.accrodion-section .inner-title {
    padding-bottom: 72px;
}

.inner-title {
    padding-bottom: 30px;
}

.logo-slider-section .logo-swiper {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    margin: 0;
}

.logo-slider-section .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-slider-section .swiper-slide img {
    max-width: 200px;
    height: auto;
    transition: transform 0.3s ease;
}

.logo-slider-section .swiper-slide img:hover {
    transform: scale(1.1);
}

.slider-container {
    position: relative;
}

.slider-container .fade-effect {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10%;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 0));
    z-index: 2;
}

.slider-container .fade-effect.right {
    right: 0;
    background: linear-gradient(to left,
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 0));
}

.slider-container .fade-effect.left {
    left: 0;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 0));
}

.how-we-do-slider {
    padding: 50px 0;
}

.how-title {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    margin: 0px auto;
    text-align: center;
    max-width: 1160px;
    width: 100%;
    padding-bottom: 40px;
}

.how-title h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.how-title h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.how-title h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.how-title h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.how-title h5 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.how-title h6 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.how-title p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #595959;
    margin: 0;
    text-align: center;
}

.how-we-do-slider .how-cards {
    display: flex !important;
    margin: 0 10px;
    background-color: #F4F4F4;
    border: 8px solid #0d68b6;
    border-radius: 24px;
    position: relative;
}

.how-we-do-slider .how-cards::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    top: 20px;
    left: -19px;
    width: 37px;
    background-size: contain;
    height: 38px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 42.77 52.97'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D .cls-2 %7B fill: %230d6dbc; %7D %3C/style%3E%3C/defs%3E%3Crect class='cls-1' x='16.65' y='4.04' width='9.68' height='38.29'/%3E%3Cpolygon class='cls-2' points='21.49 5.87 26.33 13.04 26.33 -.2 16.65 -.2 16.65 13.04 21.49 5.87'/%3E%3Cpolygon class='cls-2' points='.49 49.53 21.49 18.39 42.49 49.53 .49 49.53'/%3E%3Crect class='cls-2' x='16.65' y='47' width='9.68' height='5.85'/%3E%3C/svg%3E");
    transform: unset;
}

.how-we-do-slider .how-cards .how-desc {
    display: flex;
    flex-direction: column;
    gap: 10px;

    justify-content: center;
    padding: 30px;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    max-width: 50%;
    width: 100%;
}

.how-we-do-slider .how-cards .how-img {
    max-width: 50%;
    width: 100%;
    padding: 10px;
}

.how-we-do-slider .how-cards .how-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    width: 100%;
    border: 3px solid #131e37;
}

.how-we-do-slider .how-cards .how-desc h1 {
    line-height: normal;
    color: #131E37;
    font-weight: 700;
    margin: 0;
}

.how-we-do-slider .how-cards .how-desc h2 {
    line-height: normal;
    color: #131E37;
    font-weight: 700;
    margin: 0;
}

.how-we-do-slider .how-cards .how-desc h3 {
    font-size: 28px;
    line-height: normal;
    color: #131E37;
    font-weight: 700;
    margin: 0;
}

.how-we-do-slider .how-cards .how-desc h4 {
    line-height: normal;
    color: #131E37;
    font-weight: 700;
    margin: 0;
}

.how-we-do-slider .how-cards .how-desc h5 {
    line-height: normal;
    color: #131E37;
    font-weight: 700;
    margin: 0;
}

.how-we-do-slider .how-cards .how-desc h6 {
    line-height: normal;
    color: #131E37;
    font-weight: 700;
    margin: 0;
}

.how-we-do-slider .how-cards .how-desc p {
    font-size: 24px;
    line-height: normal;
    color: #595959;
    font-weight: 400;
    margin: 0;
}

.how-we-do-slider .how-cards .how-desc ul {
    margin: 0;
}

.how-we-do-slider .how-cards .how-desc ol {
    margin: 0;
}

.how-we-do-slider .how-cards .how-desc ul li {
    font-size: 20px;
    line-height: normal;
    color: #595959;
    font-weight: 400;
    margin: 0;
    padding-bottom: 10px;
}

.how-we-do-slider .how-cards .how-desc ol li {
    font-size: 20px;
    line-height: normal;
    color: #595959;
    font-weight: 400;
    margin: 0;
    padding-bottom: 10px;
}

.how-we-do-slider .slick-dots li button:before {
    color: #595959;
    font-size: 16px;
}

.how-we-do-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #131e37;
}

.how-we-do-slider .slick-list {
    padding-bottom: 20px;
}

.how-we-do-slider .slick-dots {
    margin: 0;
}

.hr-line .container {
    height: 1px;
    background-color: #737373;
}

.accrodion-section {
    padding: 100px 0;
}

.Home-accordion .accordion-head {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding-bottom: 40px;
}

.Home-accordion .accordion-head h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.Home-accordion .accordion-head h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.Home-accordion .accordion-head h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.Home-accordion .accordion-head h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.Home-accordion .accordion-head h5 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.Home-accordion .accordion-head h6 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.Home-accordion .accordion-head p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #595959;
    margin: 0;
    text-align: center;
}

.accordion-item:not(:first-of-type) {
    border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 100%;
    margin: 0 auto;
}

.accrodion-section .accordion {
    width: 38%;
}

.accordion-item {
    background-color: white;
    margin-bottom: 10px;
    border-radius: 5px;
}

.accordion-header {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: #084987;
    padding: 25px 50px 25px 25px;
    cursor: pointer;
    position: relative;
}

.accordion-header::after {
    font-size: 15px;
    content: "\25BC";
    position: absolute;
    right: 20px;
    top: 20px;
    font-family: "Lato", serif;
    transition: transform 0.3s;
    color: grey;
}

.accordion-header.active::after {
    content: "\2582";
    transform: rotate(180deg);
    color: #00c2ff;
    top: 25px;
}

.accordion-content {
    display: none;
    padding: 25px;
    padding-top: 0;
}

.accordion-content p {
    font-size: 20px;
    color: #595959;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

.progress-bar {
    width: 100%;
    background-color: #ddd;
    height: 5px;
    margin-top: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.progress {
    height: 100%;
    width: 0;
    background-color: #00c2ff;
    transition: width 0.1s linear;
}

.accrodion-section .image-container {
    width: 60%;
    align-items: center;
    background: #ededed;
    padding: 10px;
    border-radius: 24px;
}

.accrodion-section .accordion .accordion-content .home-accordion-faq {
    font-size: 20px;
    line-height: normal;
    color: #131e37;
    font-weight: 600;
    margin: 16px 0;
    display: flex;
    position: relative;
    max-width: fit-content;
    transition: 0.3s ease-in-out;
}

.accrodion-section .accordion .accordion-content .home-accordion-faq::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='14' height='12' viewBox='0 0 1080 1080' xml:space='preserve'%3E%3Cdesc%3ECreated with Fabric.js 5.2.4%3C/desc%3E%3Cdefs/%3E%3Cg transform='matrix(1 0 0 1 540 540)' id='d0915858-fc2a-4c55-99ed-b6dad086ad70'%3E%3Crect style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1; visibility: hidden;' vector-effect='non-scaling-stroke' x='-540' y='-540' rx='0' ry='0' width='1080' height='1080'/%3E%3C/g%3E%3Cg transform='matrix(1 0 0 1 540 540)' id='dcbbe41f-2d1a-4ba7-8a69-9f237a5fcc51'/%3E%3Cg transform='matrix(77.14 0 0 77.14 540 540)'%3E%3Cpath style='stroke: %23131e37; stroke-width: 2; stroke-dasharray: none; stroke-linecap: round; stroke-dashoffset: 0; stroke-linejoin: round; stroke-miterlimit: 4; fill: none; fill-rule: nonzero; opacity: 1;' transform=' translate(-6.79, -4)' d='M 12.143 1.5 L 6.78585 6.5 L 1.42871 1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
    right: -30px;
    top: -3px;
    transform: rotate(270deg);
}

.accrodion-section .image-container img {
    max-width: 100%;
    border-radius: 10px;
    vertical-align: middle;
    object-fit: contain;
}

.caption p {
    line-height: 28px;
    text-align: left;
    color: #131e37;
    font-size: 20px;
    font-family: "Lato", serif;
    padding: 18px;
    font-weight: 500;
    font-style: italic;
}

.accordion-image-mobile {
    max-width: 100%;
}

.accordion-image-mobile img {
    width: 100%;
}

.testimonial {
    padding: 50px 0;
}

.testimonial .testimonial-head {
    display: flex;
    gap: 30px;
    flex-direction: column;
    padding-bottom: 40px;
    max-width: 1160px;
    width: 100%;
    margin: 0px auto;
}

.testimonial .testimonial-head h1 {
    font-size: 50px;
    line-height: 60px;
    color: #084987;
    font-weight: 500;
    text-align: center;
}

.testimonial .testimonial-head h2 {
    font-size: 42px;
    line-height: 52px;
    color: #084987;
    font-weight: 500;
    text-align: center;
}

.testimonial .testimonial-head h3 {
    font-size: 36px;
    line-height: 46px;
    color: #084987;
    font-weight: 500;
    text-align: center;
}

.testimonial .testimonial-head h4 {
    font-size: 36px;
    line-height: 46px;
    color: #084987;
    font-weight: 500;
    text-align: center;
}

.testimonial .testimonial-head h5 {
    font-size: 32px;
    line-height: 42px;
    color: #084987;
    font-weight: 500;
    text-align: center;
}

.testimonial .testimonial-head h6 {
    font-size: 32px;
    line-height: 42px;
    color: #084987;
    font-weight: 500;
    text-align: center;
}

.testimonial .testimonial-head p {
    font-size: 24px;
    line-height: 34px;
    color: #595959;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

.testimonial .testimonial-head .case-study {
    padding: 12px 24px;
    font-size: 18px;
    line-height: normal;
    color: #fff;
    display: flex;
    align-items: center;
    max-width: fit-content;
    width: 100%;
    background-color: #131E37;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    border-radius: 100px;
    margin: 0px auto;
    border: 1px solid transparent;
}

.testimonial .testimonial-head .case-study:hover {
    background-color: transparent;
    border: 1px solid #131E37;
    color: #131E37;
}

.testimonial .testimonials-card-wrap {
    display: flex;
    align-items: stretch;
    gap: 24px;
    flex-wrap: wrap;
}

.testimonial .testimonials-card-wrap .testimonial-card {
    padding: 40px 20px;
    background-color: #004D7C;
    border-radius: 24px;
    max-width: calc((100% - 48px) / 3);
    width: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial .testimonials-card-wrap .testimonial-card .testi-desc {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial .testimonials-card-wrap .testimonial-card .tetsi-logo {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.testimonial .testimonials-card-wrap .testimonial-card .tetsi-logo .quote {
    max-width: 50px;
    width: 100%;
    object-fit: contain;
    height: 50px;
}

.testimonial .testimonials-card-wrap .testimonial-card .tetsi-logo .company {
    max-width: 120px;
    width: 100%;
    object-fit: contain;
    height: 50px;
}

.testimonial .testimonials-card-wrap .testimonial-card p {
    font-size: 22px;
    line-height: normal;
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px;
}

.testimonial .testimonials-card-wrap .testimonial-card p:last-child {
    padding-bottom: 0;
}

.testimonial .testimonials-card-wrap .testimonial-card .testi-designation {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 80px;
}

.testimonial .testimonials-card-wrap .testimonial-card .testi-designation p {
    font-size: 22px;
    line-height: normal;
    color: #fff;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.testimonial .testimonials-card-wrap .testimonial-card .testi-designation span {
    font-size: 18px;
    line-height: normal;
    color: #fff;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.strategies-alliance {
    padding: 50px 0;
}

.strategies-alliance .alliance-head {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding-bottom: 80px;
    max-width: 1160px;
    width: 100%;
    margin: 0px auto;
}

.strategies-alliance .alliance-head h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.strategies-alliance .alliance-head h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.strategies-alliance .alliance-head h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.strategies-alliance .alliance-head h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.strategies-alliance .alliance-head h5 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.strategies-alliance .alliance-head h6 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    text-align: center;
}

.strategies-alliance .alliance-head p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #595959;
    margin: 0;
    text-align: center;
}

.strategies-alliance .our-parnter {
    margin: 0px auto;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.strategies-alliance__title h2 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: 0%;
    text-align: center;
    color: #131e37;
    margin-bottom: 90px;
}

.strategies-alliance__logo {
    box-shadow: 0px 0px 11px 0px #0000004d;
    background-color: #fff;
    border-radius: 50%;
    max-width: 244px;
    width: 100%;
    height: 244px;
    margin: 0 auto;
    padding: 20px;
}

.strategies-alliance a.resource-btn {
    padding: 16px 32px;
    font-size: 20px;
    line-height: normal;
}

.strategies-alliance__logo img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.strategies-alliance__logo--inner {
    padding: 112px;
    border-radius: 50%;
    border: 4px dashed #c3c3c3;
    width: fit-content;
    margin: 0 auto;
}

.strategies-alliance__circle {
    position: relative;
    min-height: 740px;
}

.strategies-alliance__logo--outer {
    padding: 128px;
    width: fit-content;
    margin: 0 auto;
    border: 4px dashed #c3c3c347;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.strategies-alliance__circle-wrappper {
    width: 100%;
    position: relative;
    z-index: 1;
}

.strategies-alliance__row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding: 0 13.19%;
    margin-bottom: 70px;
}

.strategies-alliance__row:nth-child(5) {
    margin-bottom: 0;
}

.strategies-alliance__box {
    padding: 22px 58px;
    box-shadow: 0px 0px 23px 0px #00000033;
    background-color: #fff;
    border-radius: 90px;
    max-width: 397px;
    width: 100%;
}

.strategies-alliance__row:first-child,
.strategies-alliance__row:nth-child(4) {
    width: 100%;
    max-width: 100%;
    padding: 0 13.19%;
    margin-top: unset;
}

.strategies-alliance__row:nth-child(2),
.strategies-alliance__row:nth-child(3) {
    padding: 0;
}

.strategies-alliance__row:nth-child(4) {
    margin-bottom: 26px;
}

.strategies-alliance__row:nth-child(5) {
    justify-content: center;
}

.strategies-alliance__box img {
    max-height: 70px;
    object-fit: contain;
}

.mobileBox-strategies-alliance.strategies-alliance__box {
    display: none;
}

@media(max-width:1540px) {

    .magnifier-section .text-block {
        font-size: 24px;
        line-height: normal;
    }

    .accordion-header {
        font-size: 22px;
        line-height: normal;
    }
}

@media(max-width:1440px) {

    .strategies-alliance__logo--outer {
        padding: 120px;
    }

    .strategies-alliance__logo--inner {
        padding: 90px;
    }

    .strategies-alliance__logo {
        max-width: 200px;
        width: 100%;
        height: 200px;
    }

    .strategies-alliance__box {
        padding: 20px 50px;
    }
}

@media (max-width:1300px) {

    .strategies-alliance__circle {
        min-height: 636px;
    }
}

@media (max-width:1280px) {

    .strategies-alliance__logo--outer {
        padding: 95px;
    }

    .strategies-alliance__row {
        margin-bottom: 60px;
    }

    .strategies-alliance__box {
        padding: 15px 40px;
        max-width: 320px;
    }

    .strategies-alliance__box img {
        max-height: 60px;
        margin: 0 auto;
        display: block;
    }

    .strategies-alliance__row:nth-last-child(4) {
        margin-bottom: 60px;
    }

    .strategies-alliance__title h2 {
        font-size: 42px;
        line-height: normal;
        margin-bottom: 60px;
    }

    .strategies-alliance__row:first-child,
    .strategies-alliance__row:nth-child(4) {
        padding: 0 8%;
    }
}

@media(max-width:1200px) {

    .testimonial .testimonials-card-wrap .testimonial-card p {
        font-size: 18px;
        line-height: normal;
    }

    .testimonial .testimonials-card-wrap .testimonial-card {
        max-width: calc((100% - 24px) / 2);
        width: 100%;
    }
}

@media(max-width:1024px) {

    .magnifier-section .content,
    .accordion-container {
        flex-wrap: wrap;
        gap: 30px;
    }

    .magnifier-section .img-magnifier-container {
        max-width: 100%;
        order: 1;
    }

    .magnifier-section .text-block {
        max-width: 100%;
        order: 2;
    }

    .magnifier-section .text-block p {
        text-align: center;
    }

    .magnifier-section .magnifier-head h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .magnifier-section .magnifier-head h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .magnifier-section .magnifier-head h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .magnifier-section .magnifier-head h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .magnifier-section .magnifier-head h5 {
        font-size: 28px;
        line-height: 38px;
    }

    .magnifier-section .magnifier-head h6 {
        font-size: 28px;
        line-height: 38px;
    }

    .magnifier-section .magnifier-head p {
        font-size: 20px;
        line-height: 22px;
    }

    .logo-slider-section .logo-slider-head h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .logo-slider-section .logo-slider-head h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .logo-slider-section .logo-slider-head h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .logo-slider-section .logo-slider-head h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .logo-slider-section .logo-slider-head h5 {
        font-size: 28px;
        line-height: 38px;
    }

    .logo-slider-section .logo-slider-head h6 {
        font-size: 28px;
        line-height: 38px;
    }

    .logo-slider-section .logo-slider-head p {
        font-size: 20px;
        line-height: 30px;
    }

    .how-we-do-slider .how-cards .how-desc p {
        font-size: 18px;
        line-height: 28px;
    }

    .how-we-do-slider .how-cards .how-desc h3 {
        font-size: 22px;
        line-height: normal;
    }

    .how-title h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .how-title h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .how-title h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .how-title h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .how-title h5 {
        font-size: 28px;
        line-height: 38px;
    }

    .how-title h6 {
        font-size: 28px;
        line-height: 38px;
    }

    .how-title p {
        font-size: 20px;
        line-height: 30px;
    }

    .accrodion-section .image-container {
        order: 1;
        width: 100%;
        margin: 0 auto;
    }

    .accordion-container .accordion {
        order: 2;
        width: 100%;
    }

    .accordion-image-mobile {
        margin-top: 20px;
    }

    .Home-accordion .accordion-head h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .Home-accordion .accordion-head h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .Home-accordion .accordion-head h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .Home-accordion .accordion-head h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .Home-accordion .accordion-head h5 {
        font-size: 28px;
        line-height: 38px;
    }

    .Home-accordion .accordion-head h6 {
        font-size: 28px;
        line-height: 38px;
    }

    .Home-accordion .accordion-head p {
        font-size: 20px;
        line-height: 30px;
    }

    .testimonial .testimonial-head h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .testimonial .testimonial-head h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .testimonial .testimonial-head h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .testimonial .testimonial-head h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .testimonial .testimonial-head h5 {
        font-size: 28px;
        line-height: 38px;
    }

    .testimonial .testimonial-head h6 {
        font-size: 28px;
        line-height: 38px;
    }

    .testimonial .testimonial-head p {
        font-size: 20px;
        line-height: 30px;
    }

    .strategies-alliance__logo--outer {
        padding: 100px;
    }

    .strategies-alliance__logo--inner {
        padding: 100px;
    }

    .strategies-alliance__logo {
        max-width: 150px;
        height: 150px;
        aspect-ratio: 1 / 1;
    }

    .strategies-alliance__row {
        flex-wrap: wrap;
        margin-bottom: 70px;
    }

    .strategies-alliance__row:first-child,
    .strategies-alliance__row:nth-child(4) {
        padding: 0 5%;
    }

    .strategies-alliance__row:nth-child(5) {
        padding: 0 5%;
    }

    .strategies-alliance__circle {
        min-height: 566px;
    }

    .strategies-alliance__box img {
        max-height: 35px;
    }

    .strategies-alliance__box {
        max-width: 285px;
    }

    .strategies-alliance .alliance-head h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .strategies-alliance .alliance-head h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .strategies-alliance .alliance-head h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .strategies-alliance .alliance-head h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .strategies-alliance .alliance-head h5 {
        font-size: 28px;
        line-height: 38px;
    }

    .strategies-alliance .alliance-head h6 {
        font-size: 28px;
        line-height: 38px;
    }

    .strategies-alliance .alliance-head p {
        font-size: 20px;
        line-height: 30px;
    }

}

@media(max-width:991px) {

    .card-deck {
        padding-bottom: 50px;
    }

    .card-deck .main-title h1 {
        font-size: 50px;
        line-height: normal;
    }

    .magnifier-section {
        padding: 50px 0;
        margin-bottom: 0;
    }

    .subtitle,
    .magnifier-section .text-block,
    .magnifier-section .text-block p {
        font-size: 24px;
        line-height: 34px;
    }

    .magnifier-section .clip {
        position: absolute;
        display: none;
    }

    .magnifier-section .img-magnifier-glass {
        width: 110px;
        height: 110px;
    }

    .magnifier-section .content {
        gap: 0;
    }

    .logo-slider-section .inner-title,
    .accrodion-section .inner-title {
        padding-bottom: 35px;
    }

    .logo-slider-section {
        padding: 50px 0 35px;
    }

    .hr-line+section.simple-content {
        padding-top: 75px !important;
    }
}

@media(max-width:767px) {

    .card-deck {
        padding: 50px 0 25px;
    }

    .card-deck .main-title h1 {
        font-size: 42px;
        line-height: normal;
    }

    .card-text {
        font-size: 22px;
        line-height: normal;
    }

    .subtitle,
    .magnifier-section .text-block,
    .magnifier-section .text-block p {
        font-size: 18px;
        line-height: 26px;
    }

    .magnifier-section {
        padding: 50px 0 25px;
        margin-bottom: 0;
    }

    .magnifier-section .clip {
        position: absolute;
        display: none;
    }

    .magnifier-section .img-magnifier-container {
        min-width: auto;
    }

    .magnifier-section .magnifier-head {
        max-width: 100%;
        width: 100%;
        gap: 20px;
        padding-bottom: 30px;
    }

    .magnifier-section .magnifier-head h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .magnifier-section .magnifier-head h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .magnifier-section .magnifier-head h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .magnifier-section .magnifier-head h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .magnifier-section .magnifier-head h5 {
        font-size: 24px;
        line-height: 34px;
    }

    .magnifier-section .magnifier-head h6 {
        font-size: 24px;
        line-height: 34px;
    }

    .magnifier-section .magnifier-head p {
        font-size: 18px;
        line-height: 28px;
    }

    .logo-slider-section .inner-title,
    .accrodion-section .inner-title {
        padding-bottom: 35px;
    }

    .logo-slider-section {
        padding: 35px 0 35px;
    }

    .logo-slider-section .logo-swiper {
        margin-bottom: 0;
    }

    .logo-slider-section .logo-slider-head {
        max-width: 100%;
        width: 100%;
        gap: 20px;
        padding-bottom: 30px;
    }

    .logo-slider-section .logo-slider-head h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .logo-slider-section .logo-slider-head h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .logo-slider-section .logo-slider-head h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .logo-slider-section .logo-slider-head h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .logo-slider-section .logo-slider-head h5 {
        font-size: 24px;
        line-height: 34px;
    }

    .logo-slider-section .logo-slider-head h6 {
        font-size: 24px;
        line-height: 34px;
    }

    .logo-slider-section .logo-slider-head p {
        font-size: 18px;
        line-height: 28px;
    }

    .how-we-do-slider .how-cards .how-desc h3 {
        font-size: 20px;
        line-height: normal;
    }

    .how-title {
        max-width: 100%;
        width: 100%;
        gap: 20px;
        padding-bottom: 30px;
    }

    .how-title h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .how-title h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .how-title h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .how-title h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .how-title h5 {
        font-size: 24px;
        line-height: 34px;
    }

    .how-title h6 {
        font-size: 24px;
        line-height: 34px;
    }

    .how-title p {
        font-size: 18px;
        line-height: 28px;
    }

    .hr-line+section.simple-content {
        padding-top: 50px !important;
    }

    .accrodion-section {
        padding: 50px 0;
    }

    .accordion-content {
        padding: 0 10px;
    }

    .accordion-content p,
    .gradient-section .description-txt {
        font-size: 18px;
        line-height: 26px;
        font-family: "Lato", serif;
    }

    .Home-accordion .accordion-head {
        gap: 20px;
        padding-bottom: 30px;
    }

    .Home-accordion .accordion-head h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .Home-accordion .accordion-head h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .Home-accordion .accordion-head h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .Home-accordion .accordion-head h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .Home-accordion .accordion-head h5 {
        font-size: 24px;
        line-height: 34px;
    }

    .Home-accordion .accordion-head h6 {
        font-size: 24px;
        line-height: 34px;
    }

    .Home-accordion .accordion-head p {
        font-size: 18px;
        line-height: 28px;
    }

    .accordion-header {
        font-size: 20px;
        line-height: normal;
        padding: 20px;
        padding-left: 10px;
        padding-right: 50px;
    }

    .testimonial .testimonials-card-wrap .testimonial-card {
        max-width: 100%;
        width: 100%;
    }

    .testimonial .testimonials-card-wrap .testimonial-card .tetsi-logo .quote {
        max-width: 30px;
        width: 100%;
        object-fit: contain;
        height: 40px;
    }

    .testimonial .testimonials-card-wrap .testimonial-card .tetsi-logo {
        padding-bottom: 20px;
    }

    .testimonial .testimonials-card-wrap .testimonial-card .testi-designation {
        padding-top: 40px;
    }

    .testimonial .testimonials-card-wrap .testimonial-card .tetsi-logo .company {
        max-width: 100px;
        width: 100%;
        object-fit: contain;
    }

    .testimonial .testimonial-head .case-study {
        padding: 8px 16px;
        font-size: 16px;
        line-height: normal;
    }

    .testimonial .testimonial-head {
        max-width: 100%;
        width: 100%;
        gap: 20px;
        padding-bottom: 30px;
    }

    .testimonial .testimonial-head h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .testimonial .testimonial-head h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .testimonial .testimonial-head h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .testimonial .testimonial-head h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .testimonial .testimonial-head h5 {
        font-size: 24px;
        line-height: 34px;
    }

    .testimonial .testimonial-head h6 {
        font-size: 24px;
        line-height: 34px;
    }

    .testimonial .testimonial-head p {
        font-size: 18px;
        line-height: 28px;
    }

    .strategies-alliance__row {
        flex-wrap: nowrap;
        padding: 0;
        margin-bottom: 30px;
        gap: 20px;
    }

    .strategies-alliance__row:first-child,
    .strategies-alliance__row:nth-child(4) {
        padding: 0;
    }

    .strategies-alliance__box {
        padding: 10px 30px;
        max-width: unset;
        margin: 25px 0;
    }

    .strategies-alliance__box img {
        max-height: 30px;
    }

    .strategies-alliance__logo--outer {
        padding: 50px;
        position: unset;
    }

    .strategies-alliance__logo--inner {
        padding: 30px;
    }

    .strategies-alliance__logo {
        max-width: 100px;
        height: 100px;
        aspect-ratio: 1 / 1;
    }

    .strategies-alliance__circle-wrappper {
        top: 80px;
        position: absolute;
    }

    .mobileBox-strategies-alliance.strategies-alliance__box {
        display: flex;
    }

    .strategies-alliance a.resource-btn {
        padding: 12px 24px;
        font-size: 16px;
        line-height: normal;
    }

    .strategies-alliance .alliance-head {
        padding-bottom: 30px;
        gap: 20px;
    }

    .strategies-alliance .alliance-head h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .strategies-alliance .alliance-head h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .strategies-alliance .alliance-head h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .strategies-alliance .alliance-head h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .strategies-alliance .alliance-head h5 {
        font-size: 24px;
        line-height: 34px;
    }

    .strategies-alliance .alliance-head h6 {
        font-size: 24px;
        line-height: 34px;
    }

    .strategies-alliance .alliance-head p {
        font-size: 18px;
        line-height: 28px;
    }

}

@media(max-width:768px) {

    .arrow_image {
        display: none !important;
    }

    .card-content {
        opacity: 1;
    }

    .card-wrapper:hover {
        flex: 1;
    }

    .how-we-do-slider .how-cards {
        flex-direction: column-reverse;
    }

    .how-we-do-slider .how-cards .how-desc {
        max-width: 100%;
    }

    .how-we-do-slider .how-cards .how-img {
        max-width: 100%;
    }

    .accordion-container {
        flex-direction: column;
        align-items: center;
    }

    .accordion,
    .image-container {
        width: 100%;
    }

    .strategies-alliance__circle {
        min-height: unset;
    }
}

@media(max-width:576px) {

    .strategies-alliance__circle {
        position: relative;
    }

    .strategies-alliance__circle-wrappper {
        top: 98px;
        position: absolute;
    }

    .strategies-alliance__logo--outer {
        position: unset;
    }

    .strategies-alliance__title h2 {
        margin-bottom: 45px;
    }
}