section.technology-slider--Wraper {
    padding: 60px 0px;
}

.logo--slider {
    display: flex;
    gap: 100px;
    justify-content: space-evenly;
}

.logo--slider-Inner {
    width: 200px;
    height: 153px;
    text-align: center;
    display: grid;
    align-items: center;
}

.logo--SliderImage{
    transition: all 0.9s ease-in-out;
    text-align: center;
}

.logo--SliderLink {
    visibility: hidden;
}
.logo--slider-Inner:hover .logo--SliderLink {
    visibility: visible;
}
.logo--slider-Inner:hover .logo--SliderImage {
    transform: scale(1.15);
    transition: all 0.9s ease-in-out;
}

.logo--SliderLink a{
    color: var(--text-color);
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
}

body.postid-5499 .logo--slider {
    justify-content: flex-start;
}



/* New Layout */
section.technology-slider--Wraper.about--tech-section {
    padding: 60px 0px;
}

section.technology-slider--Wraper.about--tech-section .logo--SliderImage img {
    height: 100px;
}

section.technology-slider--Wraper.about--tech-section .logo--SliderImage {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 20px;
}
.logo--SliderImage img {
    width: 100%;
}

/* Testimonial and Gallery Slider */
.section--Title.first--block {
    margin-bottom: 160px;
}
section.testimonial-slider--Wraper {
    padding: 80px 0px;
}

section.gallery-slider--Wraper {
    padding: 80px 0px;
}

.testimonial--InnerContent ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial--Content p {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 121.429% */
    color: var(--text-color);
    margin-bottom: 36px;
}

.testimonial--InnerContent ul li p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
    letter-spacing: 0.045px;
    color: #ABABAB;
    margin: 0px;
}

.testimonial--InnerContent ul li h4 {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 121.429% */
    margin: 0px;
}

.testimonial--InnerContent {
    margin-bottom: 36px;
}

.testimonial--Image img {height: 415px;object-fit: cover;}

.testimonial--Content {
    padding-left: 60px;
    padding-top: 45px;
}

section.gallery-slider--Wraper .owl-dots {
    display: none;
}

.owl-slider .owl-dots .owl-dot span {
    width: 80px;
    height: 5px;
}

.owl-slider .owl-dots {
    position: absolute;
    top:0;
    left: 38%;
}

.owl-slider .owl-dots button.owl-dot.active span{
    background: var(--text-color);
}

.owl-slider .owl-nav {
    float: right;
}

.owl-slider .owl-nav [class*=owl-]:hover{
    background: transparent;
}

.gallery--Box img {
    height: 515px;
    object-fit: cover;
}

.gallery--Title {
    position: absolute;
    bottom: 0;
    padding: 32px;
}

.gallery--Box {
    position: relative;
}

.gallery--Title h4 {
    margin: 0px;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

.owl-slider .owl-nav {
    position: absolute;
    bottom: 0px;
    left: -53%;
}
.logo-grid-five-col {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}

/* Homepage Slider */
.home--image-banner img {
    height: 650px;
    object-fit: cover;
    width: 100%;
}

.home--content-banner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
}

.home--image-banner:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00000054;
    top: 0;
    z-index: 0;
}

.homepage--banner {
    position: relative;
}

.home--content-banner h2 {
    font-size: 80px;
    font-weight: 400;
    line-height: 88px;
    letter-spacing: -0.2px;
    color: #fff;
    margin-bottom: 60px;
    /* text-transform: capitalize; */
}

.home--content-banner p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    margin-bottom: 20px;
}
.owl-home .owl-nav {
    left: unset;
    right: 5%;
    bottom: 5%;
}

/* Home Tech */
section.home--tech-section .section--Title {
    margin: 0px;
}

section.home--tech-section .section--Title h5 {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    text-transform: capitalize;
}

section.home--tech-section {
    padding: 40px 0px;
}

.homepage--banner .btn-yellow:hover {
    color: var(--secondary-color) !important;
}

/* techslider */
.logo--SliderImage.if--slider img {
    width: 170px;
    height: 60px;
    object-fit: contain;
    object-position: center;
}

.withouSlider--Outer {
    display: grid;
    align-items: center;
    justify-content: flex-start;
    grid-template-columns: repeat(5, 1fr);
}

.logo--SliderImage.without--slider img {
    width: 100%;
}

section.technology-slider--Wraper.padding-bottom{
    padding-bottom: 60px;
}

/* Inference Type Design */
section.technology-slider--Wraper.inference--tech-logos .withouSlider--Outer {display: grid;grid-template-columns: repeat(4, 1fr);}

section.technology-slider--Wraper.inference--tech-logos .logo--SliderImage {
    text-align: center;
}
section.technology-slider--Wraper.inference--tech-logos {
    padding: 80px 0px;
}

@media(max-width:768px){
    section.technology-slider--Wraper.infrastrucure---tech1 {
        padding: 60px 0px;
    }

    section.technology-slider--Wraper {
        padding: 60px 0px 0px;
    }
    .logo--slider {
        display: grid;
        gap: 0;
    }
    .logo--slider-Inner {
        height: 120px;
    }
    .content--InnerWrapper p {
        font-size: 24px;
        line-height: 30px;
    }
    .content--InnerWrapper p br{
        display:none;
    }
    section.technology-slider--Wraper.about--tech-section .section--Title {
        text-align: left;
    }

    section.technology-slider--Wraper.about--tech-section .section--Title h3 br {
        display: none;
    }

    section.technology-slider--Wraper.about--tech-section .section--Title p {
        font-size: 18px;
    }

    section.technology-slider--Wraper.about--tech-section .logo--SliderImage img {
        height: auto;
    }
    section.technology-slider--Wraper.about--tech-section{
        padding: 20px 0px 20px;
    }

    .owl-slider .owl-dots {
        width: 100%;
        left: 0;
        top: 53%;
        text-align: left;
    }

    .testimonial--Content {
        padding-left: 0;
        padding-bottom: 20px;
    }
    .testimonial--Image img {
        height: 345px;
    }
    .testimonial--Content p {
        font-size: 18px;
        line-height: 22px;
    }

    .testimonial--InnerContent ul li h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .testimonial--InnerContent ul li p {
        font-size: 16px;
    }

    .testimonial--InnerContent a {
        width: 100%;
    }
    .section--Title.first--block{
        margin-bottom: 45px;
    }

    .gallery--Box img {
        height: 300px;
    }

    .gallery--Title h4 {
        font-size: 16px;
        line-height: 19px;
    }

    .gallery--Title {
        padding: 12px;
    }

    .owl-slider .owl-nav {
        left: auto;
        bottom: 0;
        width: 100%;
        right: 0px !important;
        text-align: right;
    }

    .testimonial--InnerContent {
        margin: 0px 0px 20px;
    }

    section.testimonial-slider--Wraper {
        padding-bottom: 20px;
    }
    .btn-yellow {
        width: 100%;
    }
    .logo-grid-five-col {
        grid-template-columns: repeat(2, 1fr);
    }
    .withouSlider--Outer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .logo--SliderImage.without--slider img {
        width: 100%;
    }
    section.technology-slider--Wraper.inference--tech-logos {
        padding: 40px 0px;
    }
    section.technology-slider--Wraper.inference--tech-logos .withouSlider--Outer {
        justify-content: center;
        grid-template-columns: repeat(1,1fr);
        gap: 70px;
        margin-top: 30px;
    }

    /* Home Slider */
    .home--content-banner h2 {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 15px;
    }
    .home--image-banner img {
        height: 535px;
    }
    .home--content-banner h2 br{
        display: none;
    }

    .owl-nav button img {
        height: 30px;
    }
}