/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 07 2026 | 10:15:06 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


.pure-js-grid {
    display: grid !important;
    
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 24px !important; 
    width: 100% !important;
}


.pure-js-grid > div {
    width: 100% !important;
    float: none !important;
}

.pure-js-grid .owl-stage {
    transform: none !important;
    width: 100% !important;
    display: block !important;
	text-align: center;
}

.pure-js-grid .owl-stage .owl-item {
    display: inline-block;
    width: calc(100% / 4 - 30px) !important;
	margin-bottom: 30px !important;
}

.pure-js-grid {
    display: block !important;
}

.pure-js-grid .owl-stage-outer {
    display: block !important;
}

.pure-js-grid .owl-stage .owl-item .project-one__img img {
    height: auto !important;
    width: 100%;
    aspect-ratio: 9 / 7;
    object-fit: cover;
}

.pure-js-grid .owl-stage .owl-item .project-one__img {
    height: auto !important;
}

.sd_our_serv .owl-nav, .sd_our_serv .owl-dots {
    display: none;
}

.pure-js-grid .owl-stage .owl-item .project-one__content {
    position: relative;
    transform: scale(1);
    left: 0;
}

.pure-js-grid .owl-stage .owl-item .project-one__content .project-one__title {
    text-shadow: 1px 1px 5px black;
}

@media only screen and (max-width:1280px) {
	.pure-js-grid .owl-stage .owl-item {
    width: calc(100% / 3 - 30px) !important;
}
}

@media only screen and (max-width:1024px) {
	.pure-js-grid .owl-stage .owl-item {
    width: calc(100% / 2 - 30px) !important;
}
}

@media only screen and (max-width:767px) {
	.pure-js-grid .owl-stage .owl-item {
    width: calc(100% / 1 - 30px) !important;
}
}


