/* -------------- herosec -------------- */

.servicesHeroMain {
    background-image: url('/assets/images/global/bg-banner-home.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 80px;
}

@media (max-width: 426px) {
    .servicesHeroMain {
        padding: 48px 30px 0;
    }
}

.servicesMain {
    display: flex;
}

@media (max-width: 1025px) {
    .servicesMain {
        display: block;
        padding: 100px 0 0;
        height: unset;
    }
}

@media (max-width: 426px) {
    .servicesMain {
        padding: 0;
    }
}

.decPart {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    align-content: center;
    justify-content: end;
    text-align: end;
    align-items: center;
    margin: 0 0 0 60px;
}

@media (max-width: 1025px) {
    .decPart {
        display: flex;
        justify-content: center;
        text-align: center;
        margin: 0;
        width: 100%;
    }
}

.decPart p {
    color: #0e719b;
    font-size: 17px;
    line-height: 1px;
    letter-spacing: 1.1px;
    word-spacing: 4px;
    margin-bottom: 0;
    font-weight: 1000;
    text-transform: uppercase;
    padding: 0 0 10px;
}

@media (max-width: 426px) {
    .decPart p {
        line-height: unset;
        font-size: 19px;
    }
}

.decPart h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    color: #0e719b;
    margin: 0 0 20px;
    padding-left: 40px;
}

@media (max-width: 1025px) {
    .decPart h1 {
        padding: 0 0 18px 0;
    }
}

@media (max-width: 426px) {
    .decPart h1 {
        font-size: 36px;
        line-height: 46px;
    }
}

.decPart span {
    margin: 0 0 20px;
    font-weight: 400;
    color: #6d6d6d;
}

.servicesMain.imgPart {
    padding: 15px;
    text-align: left;
    width: 70%;
}

@media (max-width: 1025px) {
    .imgPart {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

.imgPart img {
    height: 500px;
    max-width: 100%;
    object-fit: cover;
    object-position: center right;
}

@media (max-width: 1025px) {
    .imgPart img {
        height: 600px;
        max-width: 100%;
        object-fit: cover;
        object-position: center right;
    }
}

@media (max-width: 426px) {
    .imgPart img {
        height: auto;
    }
}


/* ---------- logo slider ----------- */

.logoSliderMain {
    padding: 15px;
}

.logoSliderSec {
    margin: 40px 0 0;
    padding: 0 0 40px;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.owl-carousel .item>img {
    max-width: 100%;
    filter: contrast(0%);
    opacity: 0.7;
    transition: all 0.3s linear;
}

.owl-carousel .item>img:hover {
    filter: none;
    opacity: 1;
}


/* --------------- our Services -------------- */

.ourServicesMain {
    background-image: url('/assets/images/servicesPage/servicesMain/bg-particle1.webp');
    padding: 70px 0 0;
}

.ourServicesMain .ourServices {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

@media (max-width: 1025px) {
    .ourServicesMain .ourServices {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 426px) {
    .ourServicesMain .ourServices {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 15px;
    }
}

.ourServicesMain .ourServices .oneServices {
    position: relative;
    padding: 40px 45px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.ourServicesMain .ourServices .oneServices::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: all .3s linear;
}

.ourServicesMain .ourServices .oneServices::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    top: -15px;
    right: -15px;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s linear;
    transform: rotate(45deg);
    background: #43baff;
}

.ourServicesMain .ourServices .oneServices:hover {
    background: #fff !important;
    box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}

.ourServicesMain .ourServices .oneServices:hover::before {
    width: 100%;
    opacity: 1;
}

.ourServicesMain .ourServices .oneServices:hover::after {
    opacity: 1;
    width: 30px;
    height: 30px;
}

.ourServicesMain .ourServices .oneServices:hover .icon-main img {
    color: #43baff;
}

.ourServicesMain .ourServices .oneServices .icon-main {
    margin: 0 0 30px;
}

.ourServicesMain .ourServices .oneServices .content-box h5 {
    font-weight: 700;
    margin: 0 0 15px;
}

.ourServicesMain .ourServices .oneServices .content-box h5 a {
    font-size: 20px;
    color: #1b1d21;
}

.ourServicesMain .ourServices .oneServices .content-box p {
    color: #6d6d6d;
    line-height: 1.8;
}

/* -------------- services two boxes ---------------- */

.ourServicesBoxsMain {
    padding: 30px 0 50px;
}

.ourServicesBoxsMain .ourServicesBoxs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

@media (max-width: 426px) {
    .ourServicesBoxsMain .ourServicesBoxs {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 15px;
    }
}

.ourServicesBoxsMain .ourServicesBoxs .ourServicesOneBox {
    position: relative;
    padding: 40px 45px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.ourServicesBoxsMain .ourServicesBoxs .ourServicesOneBox::before {
    background-image: url('/assets/images/servicesPage/servicesMain/bg-ui-ux.webp');
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all .3s linear;
}

.ourServicesBoxsMain .ourServicesBoxs .ourServicesOneBox::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    top: -15px;
    right: -15px;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s linear;
    transform: rotate(45deg);
    background: #43baff;
}

.ourServicesBoxsMain .ourServicesBoxs .ourServicesOneBox:hover::before {
    width: 100%;
    opacity: 1;
}

.ourServicesBoxsMain .ourServicesBoxs .ourServicesOneBox:hover::after {
    opacity: 1;
    width: 30px;
    height: 30px;
}

.ourServicesBoxsMain .ourServicesBoxs .ourServicesOneBox .icon-main {
    margin: 0 0 30px;
    text-align: center;
}

.ourServicesBoxsMain .ourServicesBoxs .ourServicesOneBox .content-box {
    z-index: 9999 !important;
}

.ourServicesBoxsMain .ourServicesBoxs .ourServicesOneBox .content-box h5 {
    color: #000;
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.ourServicesBoxsMain .ourServicesBoxs .ourServicesOneBox:hover .content-box h5 {
    color: #fff;
}

.ourServicesBoxsMain .ourServicesBoxs .ourServicesOneBox .content-box p {
    margin: 0 0 20px;
    color: #6d6d6d;
    line-height: 1.8;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.ourServicesBoxsMain .ourServicesBoxs .ourServicesOneBox:hover .content-box p {
    color: #fff;
}

/* -------------- synoricIndia ---------------- */

.synorisIndiaMain .synorisIndia {
    padding: 0 0 45px;
}

.synorisIndiaMain .synorisIndia h5 {
    font-weight: 500;
    color: #0e719b;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    margin: 0 auto;
    max-width: min(100%, var(--container-max-width, 1140px));
    ;
}


/* ---------------------- Consultation --------------------- */
.consultationMain {
    background-image: url('/assets/images/servicesPage/softwareDev/CONSULTATION-BG.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0;
    overflow: hidden;
}

@media (max-width: 426px) {
    .consultationMain {
        padding: 120px 15px;
    }
}

.consultationMain .consultationSec {
    text-align: center;
}

.consultationMain .consultationSec p {
    padding: 0 0 13px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4em;
    color: #fff;
}

@media (max-width: 426px) {
    .consultationMain .consultationSec p {
        font-size: 18px;
    }
}

.consultationMain .consultationSec h2 {
    font-size: 72px;
    font-weight: 900;
    line-height: 80px;
    color: #fff;
    padding: 0 0 38px;
}

@media (max-width: 426px) {
    .consultationMain .consultationSec h2 {
        font-size: 34px;
        line-height: 44px;
    }
}

.consultationMain .consultationSec button {
    background-color: #656ae5;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    padding: 20px 70px;
    line-height: 1.42857143;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    outline: none;
    transition: all 0.3s ease-in-out;
}

.consultationMain .consultationSec button a {
    color: #fff;
}

.consultationMain .consultationSec button:hover {
    background-color: #161d39;
}


/* ------------------- Industries ------------------ */
.industriesMain {
    background-image: url('/assets/images/servicesPage/servicesMain/bg-maps-dots.jpg.webp');
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 0 0 110px;
}

.industriesMain .industriesWrapper .industriesSec .decSection {
    text-align: center;
    padding: 100px 0 50px;
}

.industriesMain .industriesWrapper .industriesSec .decSection span {
    font-size: 14px;
    font-weight: 800;
    color: rgb(113, 65, 177);
    position: relative;
    display: inline-block;
    margin-bottom: 2px;
    text-transform: uppercase;
}

@media (max-width: 426px) {
    .industriesMain .industriesWrapper .industriesSec .decSection span {
        font-size: 12px;
    }
}

.industriesMain .industriesWrapper .industriesSec .decSection h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
}

@media (max-width: 426px) {
    .industriesMain .industriesWrapper .industriesSec .decSection h2 {
        font-size: 27px;
        line-height: 38px;
    }
}


/* ------- reviewSlider ------ */

.testimonialSlide {
    padding-left: 30px;
}

.testimonialSlide .testimonialBox {
    padding: 0px 30px;
}

.testimonialSlide .testimonialBox .text {
    font-size: 22px;
    color: #161d39;
    font-weight: 500;
    line-height: 54px;
    margin-bottom: 32px;
    position: relative;
}

.testimonialSlide .testimonialBox .text::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 13px;
    width: 3px;
    height: calc(100% - 26px);
    background: #656ae5;
}

@media (max-width: 426px) {
    .testimonialSlide .testimonialBox .text {
        font-size: 20px;
        line-height: 34px;
    }
}

.testimonialSlide .testimonialBox h6 {
    font-size: 18px;
    font-weight: 500;
    color: #656ae5;
    line-height: 1.2;
    margin-bottom: 2px;
}

@media (max-width: 426px) {
    .testimonialSlide .testimonialBox h6 {
        font-size: 16px;
    }
}

.sliderControls {
    display: flex;
    justify-content: start;
    position: relative;
    padding: 0 0 0 50px;
    margin-top: auto;
}

.sliderControls .sliderNavigation {
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #161d39;
}

.sliderControls .current-slide {
    color: #161d39;
}

.sliderControls .total-slides {
    color: #8990ac;
    font-weight: 500;
    margin-left: 5px;
}