body {
    background-image: linear-gradient(180deg, #000B14 0%, #000B14 100%);
}
.blur_bg {
    backdrop-filter: blur(3px);
}
.head h3{
	margin:0px;
}
.colofull-heading span {
    background: linear-gradient(to right, #ed1c24, #f38185);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-gallery .gallery-icon a {
    height: 140px;
}
.home-gallery .gallery-icon a {
    display: block;
    height: 100%;
    background-color: #333b42;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
}
.home-gallery .gallery-icon a img {
    width: 84px;
    height: 84px;
    object-fit: contain;
}
/* .testimonials-thumbnails__wrapper {
    flex-direction: column-reverse !important;
    gap: 0px !important;
}
.testimonials-thumbnails .thumbnail__slider_2 .swiper-slide .thumbnail__image {
    box-shadow: unset;
}
.thumbnail__description.slide-description h4 {
    font-size: 22px !important;
    margin: 40px 0px 8px !important;
    color: #ED1C24 !important;
    font-weight: 400 !important;
}
.thumbnail__description.slide-description h6 {
    font-size: 15px !important;
}
.swiper-button-prev, .swiper-button-next {width: 60px !important;background: none !important;}
.swiper-slide img {
    box-shadow: unset !important;
    border: none !important;
    padding: 10px;
}
.swiper-button-prev svg, .swiper-button-next svg {
    width: 60px !important;
}
.swiper-button-prev {
    left: -10px !important;
}
.swiper-button-next {
    right: -10px !important;
} */
html, body {
    overflow-x: hidden;
}

span.build-text {
    font-weight: 400;
}

@media (max-width:767px){
	.home-gallery div#gallery-1 {
			display: flex;
			flex-wrap: wrap;
	}
	.home-gallery figure.gallery-item {
			width: 50%;
	}
}


@media (min-width:1000px){
	.shap_section {
			height: 410px;
	}
}