.about-team-slider .about-team-heading .about-team-top-heading, .collection-wrap .collection-img-heading .elementor-heading-title, .blog-listing .pt-cv-title,.about-team-heading .about-team-top-heading {
    font-size: 24px !important;
    font-weight: 500 !important;
    font-family: 'DM Sans', sans-serif !important;
    color: #111111 !important;
    margin-bottom: 20px;
}

.brand-image img {
	height: 100%;
    max-height: 450px; 
    object-fit: cover;
}

.blog-listing .pt-cv-title {
    margin-bottom: 10px;
}

.collection-wrap .collection-img-heading .elementor-heading-title {
    text-transform: uppercase;
    margin-bottom: 0px;
}

.about-team-slider .about-team-heading .about-team-short-desc, .blog-listing .pt-cv-content,.about-team-heading .about-team-short-desc {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.4;
    color: #6E6E6E !important;
    font-family: 'DM Sans', sans-serif !important;
}

.collection-wrap .collection-img-desc .elementor-heading-title {
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 700;
    color: #AAAAAA;
    line-height: 1;
}

.about-team-slider .about-team-content .about-team-img,.about-team-content .about-team-img {
    margin-bottom: 20px;
    width: 100%;
}

.about-team-slider .slick-slide {
    padding: 10px;
}

.about-team-slider .slick-list .slick-track {
    display: flex;
    gap: 0;
}

.about-team-slider .slick-prev,
.about-team-slider .slick-next {
    z-index: 1;
    width: 36px;
}

.about-team-slider .slick-arrow {
    top: 35% !important;
}

.about-team-slider .slick-arrow.slick-prev {
    left: 10px !important;
}

.about-team-slider .slick-arrow.slick-next {
    right: 10px !important;
}

.about-team-img img {
    width: 100%;
}

.about-team-slider .slick-arrow::before {
    content: unset !important;
}

.collection-wrapper1 .collection-wrap1, .collection-wrapper2 .collection-wrap2, .collection-wrapper3 .collection-wrap3{
	opacity: 1 !important;
	transform: translate(-50%, -50%) !important;
	z-index: 10;
}
/* 
.collection-wrapper1:hover .collection-wrap1, .collection-wrapper2:hover .collection-wrap2, .collection-wrapper3:hover .collection-wrap3 {
    opacity: 1 !important;
    transition: opacity 0.3s ease-in-out !important;
	scale: 1.1;
    z-index: 10;
} */

/* .collection-wrap1, .collection-wrap2, .collection-wrap3 {
    opacity: 0 !important;
    transform: translate(-50%, -50%) !important;
} */

.collection-wrapper1:hover .swiper-slide-active img, .collection-wrapper2:hover .swiper-slide-inner img, .collection-wrapper3:hover .swiper-slide-inner img{
	scale: 1.1;
	transition: scale 1s ease-in;
}

.collection-slider4 {
    display: none;
    transition: all 0.3s ease-in-out !important;
}

.about-team-slider .slick-next img {
    transform: rotate(180deg);
}

.about-team-slider .slick-arrow img {
    border: 2px solid #EAEAEA;
    padding: 12px 4px;
    background-color: transparent;
    transition: content 0.3s, background-color 0.3s;
}

.about-team-slider .slick-prev:hover img {
    content: url('/wp-content/uploads/2024/07/Vector-106-1.svg');
    background-color: #fff;
    transform: rotate(180deg);
    border: 2px solid #fff;
}

.about-team-slider .slick-next:hover img {
    content: url('/wp-content/uploads/2024/07/Vector-106-1.svg');
    background-color: #fff;
    transform: rotate(0deg);
    border: 2px solid #fff;
}

.height100 {
    height: 100%;
}

#load-more-btn {
    cursor: pointer;
}

.blog-listing .pt-cv-rmwrap .pt-cv-readmore {
    background: none;
    border: 0;
    padding: 0;
    color: #074BCB;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
}

.blog-listing .pt-cv-ifield .pt-cv-href-thumbnail img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.blog-listing .pt-cv-ifield {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 8px;
}

.blog-listing .pt-cv-ifield .pt-cv-title {
    padding: 10px 15px 0;
}

.blog-listing .pt-cv-ifield .pt-cv-content {
    padding: 0 15px 20px 15px;
}

/*************** Media Query *********************/
@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {

    .about-team-slider .slick-prev,
    .about-team-slider .slick-next {
        width: 26px;
    }

    .bg-blue-responsive {
        background-color: #051256;
    }
}

@media screen and (max-width: 880px) {
    .about-team-slider .slick-arrow.slick-prev {
        left: 16px !important;
    }

    .about-team-slider .slick-arrow.slick-next {
        right: 10px !important;
    }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 600px) {
    .about-team-slider .slick-arrow.slick-prev {
        left: 0 !important;
    }

    .about-team-slider .slick-arrow.slick-next {
        right: 0 !important;
    }

    .about-team-img img {
        width: 100%;
    }

    .about-team-slider .about-team-heading .about-team-top-heading {
        margin-bottom: 0px;
    }

    .collection-wrap .collection-img-heading .elementor-heading-title {
        font-size: 16px !important;
    }

    .sustainable-check-icon svg {
        height: 30px;
    }

    .about-team-slider .slick-slide {
        padding: 0px;
    }
	
	.collection-wrapper1 .collection-wrap1, .collection-wrapper2 .collection-wrap2, .collection-wrapper3 .collection-wrap3{
	transform: translate(-50%, -45%) !important;
	z-index: 10;
}

}