#slideshow {
    background-image: linear-gradient(to bottom, #1C1C1C, #3d3d3d);
	z-index: 3;
}
.slideshow_img {
    z-index: -2;
    mix-blend-mode: overlay;
/*    filter: grayscale(100);*/
}
.slideshow_bg, .slideshow_img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    width: auto;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    max-width: unset;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}
.slideshow_espa {
    width: auto;
    height: auto;
    bottom: 50px;
    right: 50px;
    z-index: 99;
}
#services {
    background-attachment: scroll;
    background: #e3e3e3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#services .swiper-pagination {
    text-align: left;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
#services .swiper-pagination {
    text-align: left;
}
#services .swiper-pagination-bullet {
    position: relative;
    display: block;
    font-size: 1.2em;
    line-height: 120%;
    font-weight: 500;
    font-style: normal;
    font-family: 'Effect_text_med';
    border: none;
    border-radius: 0px;
    height: auto;
    opacity: 1;
    width: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    background: transparent none repeat scroll 0 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
#services .swiper-pagination-bullet:hover, .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #c2a661;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
#services .swiper-pagination-bullet::before {
    content: " ";
    width: 0%;
    height: 2px;
    position: absolute;
    right: 0px;
    top: calc(50% - 1px);
    background-color: #c2a661;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
#services .swiper-pagination-bullet:hover::before, #services .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
    width: 230px;
    right: -210px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}
.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.services_carousel .services-post {
    height: 500px;
    width: 500px;
}
.services-post a.d-block {
    position: relative;
    max-width: 100%;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.swiper-slide:not(.swiper-slide-active) img {
    filter: grayscale(100);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.services-grid-img img, .swiper-slide img, .projects_carousel .projects-media img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    width: auto;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-more {
    opacity: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.swiper-slide-active .service-more {
    opacity: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
#company {
    background-attachment: scroll;
    background: #1C1C1C;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#company_nav li {
    max-width: 50%;
    width: 100%;
    text-align: center;
}
#company_nav li a {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-item .nav-link {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    font-weight: bold;
    background-color: transparent;
}
#projects {
    background-attachment: scroll;
    background: #e3e3e3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.prod_item h3.sm-title {
    font-size: 28px;
    line-height: 35px;
}
.prod_img {
    max-height: 370px;
}
.prod_item .prod_img::before {
    content: " ";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2e2e2e;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    z-index: 2;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.prod_item .prod_img::after {
    content: " ";
    width: 100%;
    height: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, #2e2e2e 2%, transparent);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.prod_item:hover .prod_img::after {
    height: 50%;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}
#numbers {
	background-color: #e3e3e3;
}
#numbers .pe-3 {
	display: flex;
    justify-content: center;
}
#num_1 h3, #num_2 h3, #num_3 h3 {
    font-size: 25px;
    opacity: 0.75;
	font-family: 'Effect_text_reg';
}
#num_1 h3 span, #num_2 h3 span, #num_3 h3 span {
    font-size: 12px;
	font-family: 'Effect_text_thin';
}










@media (max-width: 1815px) {
    .prod_item h3.sm-title {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width: 1600px) {
    .slideshow_img, .slideshow_bg {
        width: 100% !important;
        height: auto;
    object-fit: cover;
    }
	#services .swiper-pagination-bullet {
        margin-bottom: 20px;
    }
	#company {
        padding-bottom: 50px;
    }
	    #numbers .container {
        max-width: 100%;
    }
}

@media (max-width: 1399.98px) {
    #services p {
        width: 100% !important;
    }
	    .services_links.xl-x-padding.ps-0 {
        margin-top: -40px;
		margin-left: -50px;
    }
	    #services .swiper-pagination-bullet {
        font-size: 30px;
        line-height: 35px;
    }
	.services_carousel {
        margin-left: -25px;
    }
	    #company {
        padding-bottom: 40px;
    }
	.prod_img {
        max-height: 450px;
    }
	#num_1 h3, #num_2 h3, #num_3 h3 {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width: 1199.98px) {
    #services .row.align-items-center.sm-b-margin {
        align-items: start !important;
    }
	    .services_links.xl-x-padding.ps-0 {
        margin-left: -25px;
		margin-top: 0px;
    }
	.services_carousel {
        margin-left: -50px;
		padding-left: 0;
    }
	.services_carousel .swiper-3d, .services_carousel .swiper-3d.swiper-css-mode .swiper-wrapper {
        perspective: 1000px;
    }
	    #company_nav .nav-item a {
        font-size: 30px;
        line-height: 35px;
    }
}

@media (max-width: 991.98px) {
    #slideshow {
        padding-left: 30px;
        padding-right: 30px;
    }
	    .slideshow_espa {
        bottom: 40px;
    }
	    #services .col-12.col-lg-6 {
        width: 75%;
    }
	    .services_links.xl-x-padding.ps-0 {
        margin-left: 0;
        padding-top: 0;
        padding-right: 0;
        margin-bottom: 75px;
    }
	    #services .swiper-pagination-bullet {
        font-size: 25px;
        line-height: 100%;
        margin-bottom: 25px;
    }
	    #services .swiper-pagination-bullet:first-child {
        margin-left: 0;
    }
	.services_carousel {
        overflow: hidden;
		        padding-left: 0;
        padding-right: 0;
    }
	.services-post, .services-post a.d-block {
        height: 400px;
        width: 400px;
    }
	.services-post a.d-block {
        position: relative;
    }
	.services-post, .services-post a.d-block {
        height: 300px;
        width: 300px;
    }
	#company {
        padding-bottom: 25px;
    }
	    #company_nav .nav-item a {
        font-size: 20px;
        line-height: 25px;
        padding-top: 25px !important;
        padding-bottom: 0;
    }
	.owl-stage-outer {
        margin-left: -35px;
    }
	.prod_item {
        text-align: center;
    }
	    #numbers {
        padding-top: 30px;
    }
}

@media (max-width: 767.98px) {
    #slideshow_text h1 {
        font-size: 55px;
    }
	    .prod_item h3.sm-title {
        font-size: 22px;
    }
	    #num_1, #num_2, #num_3 {
        padding-bottom: 20px;
        text-align: center;
    }
	#num_1 h3, #num_2 h3, #num_3 h3 {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    #slideshow {
        padding-left: 0px;
        padding-right: 0px;
    }
	#slideshow_text h1, #slideshow_text h1 {
        font-size: 30px;
        line-height: 35px;
    }
	    .slideshow_espa {
        bottom: 30px;
        right: 15px;
    }
	    .intro-details {
        margin-left: 0px;
    }
	    #services .col-12.col-lg-6 {
        width: 90%;
    }
	.services-post, .services-post a.d-block {
        height: 300px;
        width: 300px;
    }
	.services-post, .services-post a.d-block {
        height: 300px;
        width: 300px;
    }
	    #company {
        padding-bottom: 0px;
    }
	    #company_nav {
        padding-bottom: 0px;
    }
	    #company_nav li {
        max-width: 100%;
        width: 100%;
    }
	    #company_nav li a {
        padding: 20px 0px !important;
        font-size: 25px;
        line-height: 30px;
    }
	    #numbers .xl-x-padding {
        padding-left: 0;
    }
	#num_1, #num_2, #num_3 {
        padding-bottom: 30px !important;
    }
}

@media (max-width: 445px) {
    .slideshow_espa {
        bottom: 30px;
    }
}