/* 
Theme Name: Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Fauzi Rizky Utama a.k.a Uzifru
Author URI: https://uzifru.gow.my.id/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* bismillah */

/* Catalogue Button */
a.download-catalogue {
    display:inline-block;
    background:#0099b3;
    color:white;
    padding:16px 20px;
    font-size:15px;
    font-family: "Open Sans", Sans-serif;
    transition:.5s;
	margin-top:20px;
}

a.download-catalogue i{
    margin-left:20px;
    transition:.5s;
}

a.download-catalogue:hover{
    text-decoration:none;
    background:#69727d;
	color:white;
}

a.download-catalogue:hover i{
    margin-left:40px;
	color:white;
}

/* Expertise Home */
.card-expertise-home {
    height:340px;
    overflow:hidden;
    position:relative;
}

.card-expertise-home img{
    height:100%;
    width:100%;
    object-fit:cover;
}

.card-expertise-content{
    position:absolute;
    bottom:0%;
    background:linear-gradient(rgb(217,217,217),rgb(217,217,217,.5));
    padding:20px 10px;
    width:100%;
    height:25%;
    transition:.2s;
    opacity:1;
}

.card-expertise-content p{
    font-size:14px;
    opacity:0;
}

.card-expertise-content h3{
    font-size:20px;
    font-weight:bold;
}

.card-expertise-home:hover .card-expertise-content{
    height:100%;
}

.card-expertise-home:hover .card-expertise-content p{
    opacity:1;
}
/* Slider Home */
.wrap-carousel-slide-home  .owl-nav{
    position: absolute;
    width: 100%;
    top:50%;
}

.wrap-carousel-slide-home  .owl-nav > button{
    position: absolute;
}

.wrap-carousel-slide-home  .owl-nav > button.owl-prev {
	left:20px;
}

.wrap-carousel-slide-home  .owl-nav > button.owl-next {
	right:20px;
}

.wrap-carousel-slide-home  .owl-nav > button.owl-prev span{
    border:none;
    color:#fff;
    padding:1em;
    border-radius:0px;
    background:#0099b3;
}

.wrap-carousel-slide-home  .owl-nav > button.owl-next span{
    border:none;
    color:#000;
    padding:10px 15px;
    border-radius:0px;
    background:white;
    padding:1em;
}


.wrap-carousel-slide-home  .owl-nav > button.owl-next:focus,
.wrap-carousel-slide-home  .owl-nav > button.owl-prev:focus,
.wrap-carousel-slide-home  .owl-nav > button.owl-next:hover,
.wrap-carousel-slide-home  .owl-nav > button.owl-prev:hover{
    background:none;
}

.wrap-carousel-slide-home  .owl-nav > button:focus{
    outline: none;
}

/*  */

.wrap-carousel-slide-home-alt  .owl-nav{
    position: absolute;
    width: 100%;
    bottom: 27%;
}

.wrap-carousel-slide-home-alt  .owl-nav > button{
    position: absolute;
}

.wrap-carousel-slide-home-alt  .owl-nav > button.owl-prev {
	right:530px;
}

.wrap-carousel-slide-home-alt  .owl-nav > button.owl-next {
	right:460px;
}

.wrap-carousel-slide-home-alt  .owl-nav > button.owl-prev span{
    border:none;
    color:#fff;
    padding:1.4em 1.8em;
    border-radius:0px;
    background:#0099b3;
}

.wrap-carousel-slide-home-alt  .owl-nav > button.owl-next span{
    border:none;
    color:#000;
    padding:10px 15px;
    border-radius:0px;
    background:white;
    padding:1.4em 1.8em;
}


.wrap-carousel-slide-home-alt  .owl-nav > button.owl-next:focus,
.wrap-carousel-slide-home-alt  .owl-nav > button.owl-prev:focus,
.wrap-carousel-slide-home-alt  .owl-nav > button.owl-next:hover,
.wrap-carousel-slide-home-alt  .owl-nav > button.owl-prev:hover{
    background:none;
}

.wrap-carousel-slide-home-alt  .owl-nav > button:focus{
    outline: none;
}


/* Clients Page */
.row-clients {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    justify-content: center;
}

.row-clients .card-clients{
    width:18%;
    height:140px;
    border:1px solid #B9B9B9;
    padding:1em;
    position:relative;
}

.row-clients .card-clients img{
    height:100%;
    width:100%;
    object-fit:contain;
}
/* Clients Slide */
.wrap-carousel-clients .card-clients{
    height:140px;
    border:1px solid #B9B9B9;
    padding:1em;
	background:white;
    position:relative;
}

.wrap-carousel-clients .card-clients img{
    height:100%;
    width:100%;
    object-fit:contain;
}

.wrap-carousel-clients  .owl-nav{
    position: absolute;
    width: 100%;
    top: 30%;
}

.wrap-carousel-clients  .owl-nav > button{
    position: absolute;
}

.wrap-carousel-clients  .owl-nav > button.owl-prev {
    left: -64px;
}

.wrap-carousel-clients  .owl-nav > button.owl-next {
    right: -64px;
}

.wrap-carousel-clients  .owl-nav > button span{
    border:1px solid #262626;
    color:#262626;
    padding:10px 15px;
    border-radius:0px;
}


.wrap-carousel-clients  .owl-nav > button.owl-next:focus,
.wrap-carousel-clients  .owl-nav > button.owl-prev:focus,
.wrap-carousel-clients  .owl-nav > button.owl-next:hover,
.wrap-carousel-clients  .owl-nav > button.owl-prev:hover{
    background:none;
}

.wrap-carousel-clients  .owl-nav > button:focus{
    outline: none;
}

.box-top{
    display:inline-block;
    height:20px;
    width:20px;
    position:absolute;
    top:0;
    left:0;
    transition:.4s;
    border-left:3px solid #CD0003 ;
    border-top:3px solid #CD0003 ;
    opacity:0;
}

.box-bottom{
    display:inline-block;
    height:20px;
    width:20px;
    position:absolute;
    bottom:0;
    right:0;
    transition:.4s;
    border-right:3px solid #CD0003 ;
    border-bottom:3px solid #CD0003 ;
    opacity:0;
}

.card-clients:hover .box-bottom, .card-clients:hover .box-top{
    opacity:1;
}


.card-clients{
    transition:.6s;
}
.card-clients:hover{
    box-shadow:0px 0px 30px rgb(0,0,0,.4);
}

/* Certification Slide Home Slider - UZIFRU */
.wrap-carousel-certifications-home  .owl-nav{
    position: absolute;
    width: 100%;
    top: 30%;
}

.wrap-carousel-certifications-home  .owl-nav > button{
    position: absolute;
}

.wrap-carousel-certifications-home  .owl-nav > button.owl-prev {
    left: -64px;
}

.wrap-carousel-certifications-home  .owl-nav > button.owl-next {
    right: -64px;
}

.wrap-carousel-certifications-home  .owl-nav > button span{
    border:1px solid #262626;
    color:#262626;
    padding:10px 15px;
    border-radius:0px;
}


.wrap-carousel-certifications-home  .owl-nav > button.owl-next:focus,
.wrap-carousel-certifications-home  .owl-nav > button.owl-prev:focus,
.wrap-carousel-certifications-home  .owl-nav > button.owl-next:hover,
.wrap-carousel-certifications-home  .owl-nav > button.owl-prev:hover{
    background:none;
}

.wrap-carousel-certifications-home  .owl-nav > button:focus{
    outline: none;
}

/* Products Gallery Zoom */
.product-img--main {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.product-img--main__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out,-webkit-transform .5s ease-out;
}



/* Products Gallery */

.gallery-parent {
  position: relative;
}

.gallery-parent .mySlides img {
    height: 540px;
    object-fit: contain;
	transform:scale(.8);
}

.row-gallery {
    display:flex;
	margin-top:32px;
	gap:20px;
    justify-content: center;
}

.row-gallery .column-gallery {
  float: left;
  width: 100%;
  height:150px;
}

.hl-gallery img,
.row-gallery .column-gallery img{
    height:100%;
    width:100%;
    object-fit:contain;
}


/* Hide the images by default */
.hl-gallery {
  display: none;
  height:400px;
  padding:10px;
  background:#F6F6F6;
}

/* Next & previous buttons */
.prev-gallery,
.next-gallery {
  cursor: pointer;
}

/* Add a transparency effect for thumnbail images */
.img-gallery {
  opacity: 0.2;
  transition:.5s;
}

.active-gallery,
.img-gallery:hover {
  opacity: 1;
  border:2px solid #CD0003 !Important;
}

/* Gallery Nav */
.nav-gallery {
    position:absolute;
    bottom:90px;
    width:100%;
}

.nav-gallery a.next-gallery{
    right:0;
    position:absolute;
}

.nav-gallery a.prev-gallery{
    position:absolute;
}

.nav-gallery a{
    background:#fff;
    border:1px solid #D2D2D2;
    height:50px;
    width:50px;
    display:flex;
    flex-flow:column;
    align-items:center;
    justify-content:center;
}


/* Breadcrumb */
img.breadcrumb-custom {
    height: 10px;
    margin: 0 10px;
}

/* Button hover icon right custom */
.btn-icon-custom div div a span span i{
    transition:.5s !important;
}
.btn-icon-custom div div a:hover span span i{
    margin-left:20px !important;
}

/* Line Before white & black */
.before-line-white h2:before {
    content:'';
    display:flex;
    width:37px;
    height:5px;
    background:white;
}

.before-line-white h2{
    display:flex;
    align-items:center;
    gap:10px;
}

/*  */
.before-line-black h2:before {
    content:'';
    display:flex;
    width:37px;
    height:5px;
    background:#707070;
}

.before-line-black h2{
    display:flex;
    align-items:center;
    gap:10px;
}


/* Certifications Page */
/* .certifications {
    margin-bottom:50px;
} */
.certifications.certif-page {
    padding:4em 0;
}

.certifications h2.certifications-title{
    font-size:28px;
    text-align:left;
    font-weight:bold;
    margin-bottom:20px;
}

.image-certifications{
    height:100%;
    min-height: 300px;
    align-content: center;
    background:#F6F6F6;
    padding:16px 40px;
    border:1px solid #AEAEAE;
    margin-bottom:20px;
}

/* @media only screen and (max-width: 767px) {

    .image-certifications{
        min-height: 450px;
    }

} */

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

    .image-certifications{
        min-height: 450px;
    }

}

.image-certifications a{
	height:100%;
	display:inline-block;
}

.image-certifications a img{
    height:100%;
    width:100%;
    object-fit:cover;
}

.item.card-certifications h3{
    font-weight:bold;
    font-size:18px;
    line-height:1.5em;
}

/*  */

.wrap-carousel-certifications .owl-nav{
    position: absolute;
    width: 100%;
    top: 12em;
}

.wrap-carousel-certifications .owl-nav > button{
    position: absolute;
}

.wrap-carousel-certifications .owl-nav > button.owl-prev {
    left:-5em;
}

.wrap-carousel-certifications .owl-nav > button.owl-next {
    right: -5em;
}

.wrap-carousel-certifications .owl-nav > button span{
    border:1px solid #fff;
    color:#262626;
    background:rgb(0,0,0,.2);
    padding:15px 20px;
    border-radius:30px;
}

.wrap-carousel-certifications .owl-nav > button.owl-next:focus,
.wrap-carousel-certifications .owl-nav > button.owl-prev:focus,
.wrap-carousel-certifications .owl-nav > button.owl-next:hover,
.wrap-carousel-certifications .owl-nav > button.owl-prev:hover{
    background:none;
}

.wrap-carousel-certifications .owl-nav > button:focus{
    outline: none;
}

/* News Page */
.row.row-news .col-md-4{
    margin-bottom:30px;
}

.card-news{
    position:relative;
}

.image-news {
    height:250px;
    overflow:hidden;
}

.image-news a{
    display:inline-block;
    height:100%;
    width:100%;
}

.image-news a img{
    object-fit:cover;
    height:100%;
    width:100%;
    transition:.2s;
}



.content-news{
    padding:20px;
    border:1px solid #CCCCCC;
    transition:.2s;
}
.content-news:hover {
    box-shadow:0px 0px 10px rgb(0,0,0,.4);
}

.terms-author-news{
    display:flex;
    justify-content:flex-start;
    gap:20px;
}

.terms-author-news p{
    color:#9E9E9E;
    display:flex;
    align-items:center;
    gap:8px;
    font-size: 14px;
    margin:0;
}

a.title-news{
    margin-top:16px;
    display:inline-block;
    border-bottom:1px solid #D7D7D7;
    padding-bottom:16px;
}

a.title-news:hover{
    text-decoration:none;
}

a.title-news h3{
    color:black;
    font-weight:bold;
    font-size:20px;
    line-height:1.4em;
	transition:.2s;
    margin:0;
}
a.title-news h3:hover {
    color:#CD0003;
}
.excerpt-news{
    display:inline-block;
    margin-top:16px;
}


a.read-more-news{
    display:flex;
    align-items:center;
    gap:10px;
}

a.read-more-news:hover{
    text-decoration:none;
}

a.read-more-news p{
    margin:0;
    color:black;
	transition:.2s;
}

a.read-more-news:hover p{
	color:#CD0003;
}

a.read-more-news img{
    height:16px;
    width:16px !important;
    object-fit:contain;
}

span.date-news {
    display: flex;
    flex-flow: column;
    width: 25%;
    justify-content: center;
    align-items: center;
    position:absolute;
    top:20px;
    left:20px;
}


.date-day{
    color:white;
    font-weight:bold;
    font-size:28px;
    background:#CD0003;
    display:inline-block;
    width:100%;
    text-align:center;
}

.date-month-year{
    text-transform:uppercase;
    font-weight:600;
    padding:2px;
    background:white;
    width:100%;
    text-align:center;
    font-size:14px;
}

.image-news:hover a img{
    transform:scale(1.1);
}

select.blog-select {
    background-color: #0099B3;
    outline:none !important;
    border:none;
    color:white;
    border-radius:0;
    font-weight:bold;
}
  
select.blog-select option {
    color: #0099B3;
    background:white;
}

/* Pagination */
.pagination{
    display:flex;
    justify-content:center;
}

.pagination span.page-numbers{
    background:#737373;
    height:40px;
    width:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    margin-right:5px;
    border:1px solid #737373;
}

.pagination a.page-numbers{
    background:none;
    height:40px;
    width:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#000;
    margin-right:5px;
    border:1px solid #D2D2D2;
}

.pagination a.next,
.pagination a.prev{
    background:#737373;
    margin:0 10px;
    border:none;
}

.pagination a.next i,
.pagination a.prev i{
    color:white;
}

/* Recent News */
.recent-news-title {
    padding:1em 2em;
    background:#757575;
    border:1px solid #757575;
}

.recent-news-title h3{
    color:white;
    font-weight:bold;
    margin:0;
    font-size:24px;
}


.recent-news-child{
    padding:2em;
    border:1px solid #C9C9C9;
}

/*  */

.recent-news-card{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:30px;
}

a.recent-news-card:hover{
    text-decoration:none;
}

.img-recent-news{
    width:40%;
    height:100px;
}

.img-recent-news img{
    height:100%;
    width:100%;
    object-fit:cover;
}

.content-recent-news{
    width:60%;
}

/*  */

.content-recent-news h4{
    font-size:15px;
    color:#000000;
    font-weight:bold;
}

.author-date-recent-news{
    color:#9E9E9E;
    font-weight:bold;
    text-transform:uppercase;
    font-size:12px;
    margin:0;
}

.author-date-recent-news i{
    margin-right:5px;
}


/* Services Page */
.row.services-row {
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto;
}

.row.services-row .col-md-6{
    padding:0;
}

.image-services{
    height:800px;
}

.image-services img{
    height:100%;
    width:100%;
    object-fit:cover;
}

/*  */

.col-md-6.content-services{
    background:#1C1C1C ;
    height:800px;
    display:flex;
    flex-flow:column;
    justify-content:center;
    padding:5em !important;
	align-items:flex-start;
}

.col-md-6.content-services h3{
    color:white;
    font-weight:bold;
    display:flex;
    align-items:center;
    gap:10px;
	margin:0;
}

.col-md-6.content-services h3:before{
    content:'';
    display:flex;
    width:37px;
    height:5px;
    background:white;
}

.col-md-6.content-services .excerpt-services{
    margin-top:20px;
    color:white;
}

.col-md-6.content-services .excerpt-services p{
    margin:0;
}

.what-we-do-outer{
    margin:30px 0;
}

.what-we-do-outer p{
    color:white;
    font-size:14px;
}

.what-we-do-outer-child {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

/* .what-we-do-outer p:before{
    content:url(https://powertek-indoasia.com/wp-content/uploads/2023/10/Icon-awesome-check-circle.png);
    transform:scale(.8);
} */

/*  */

.learn-more-services{
    background:#0099B3;
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:white;
    transition:.4s;
    padding:1em;
}

.learn-more-services:after{
    content: url(https://powertek-indoasia.com/wp-content/uploads/2023/10/Icon-awesome-arrow-left.png);
    margin-top:4px;
    margin-left:8px;
    transition:.2s;
}

.learn-more-services:hover:after{
    margin-left:16px;
}

.learn-more-services:hover{
    text-decoration:none;
    color:white;
    background:#707070;
}

/*  */

.icon-services {
    background:#0099B3;
    border-radius:100%;
    position:absolute;
    padding:28px;
    height:100px;
    width:100px;
}

.icon-services img{
    height:100%;
    width:100%;
    object-fit:contain;
}

/* Services Sidebar */
.services-sidebar-title {
    padding:1em 2em;
    background:#757575;
    border:1px solid #757575;
}

.services-sidebar-title h3{
    color:white;
    font-weight:bold;
    margin:0;
    font-size:24px;
}

.services-sidebar-child{
    border:1px solid #C9C9C9;
}

/*  */

.services-sidebar-card{
    display:flex;
    flex-flow:column;
}

.services-sidebar-card:hover{
    text-decoration:none;
}

/*  */
.services-sidebar-child a{
    color:#000000;
    background:white;
    padding:1em;
    transition:.2s;
    border-bottom:1px solid #C9C9C9;
}

.services-sidebar-child a:hover, .services-sidebar-active{
    background:#E4CD27 !Important;
}

/* What We Do - Service Single Post */
/* .what-we-do-parent p:before{
    content:url(https://powertek-indoasia.com/wp-content/uploads/2023/10/Check.png);
    transform:scale(.8);
}

.what-we-do-parent p{
    display:flex;
    align-items:flex-start;
    gap:20px;
} */
.what-we-do-child {
    display:flex;
    align-items:flex-start;
    gap:20px;
}

/* FAQ Service Single Post */
.faq-services{
    display:flex;
    flex-flow:column;
    gap:2px;
}

.btn-faq-services,.btn-faq-services:focus ,.btn-faq-services:hover{
    border: none !important;
    background:#E4CD27 !Important;
    display: flex !important;
    color: black !important;
    align-items:center;
    justify-content:space-between;
    padding: 1em !important;
    border-radius: 0 !important;
    font-weight: bold !important;
    text-decoration:none !Important;
    border: 1px solid #E4CD27 !important;
}


.card.card-faq-services {
    border:none;
}

/*  */

.collapse-faq-services{
    padding:1em;
    border:1px solid #D6D6D6;
    border-top:none;
    margin-bottom:2px;
}

/*  */

button.btn-faq-services.collapsed i{
    transition:.2s;
    transform:rotate(0deg);
}

button.btn-faq-services i{
    transform: rotate(90deg);
}

/* Products Page */
.row.row-products{
    width:100%;
    margin:auto;
}

.row.row-products .col-md-4{
    padding-bottom:30px;
}

a.card-products {
    display:inline-block;
	width:100%;
}

a.card-products:hover{
    text-decoration:none;
}

.image-products{
    background:#F6F6F6;
    height:280px;
    display:flex;
    align-items:center;
	justify-content:center;
    overflow:hidden;
}

.image-products img{
    height:90%;
    width:90%;
    object-fit:contain;
    transition:.2s;
}

.image-products:hover img{
    transform:scale(1.2);
}
/*  */

.card-products h3{
    color:#000000;
    font-weight:bold;
    font-size:16px;
    margin-top:16px;
}


/* Products Category Sidebar */
.products-cat-title {
    padding:1em 2em;
    background:#757575;
    border:1px solid #757575;
}

.products-cat-title h3{
    color:white;
    font-weight:bold;
    margin:0;
    font-size:24px;
}

.products-cat-child{
    border:1px solid #C9C9C9;
}

/*  */

.products-cat-child{
    display:flex;
    flex-flow:column;
}

.products-cat-child a:hover{
    text-decoration:none;
}

/*  */
.products-cat-child a{
    color:#000000;
    background:white;
    padding:1em 2em;
    transition:.2s;
    border-bottom:1px solid #C9C9C9;
}

.products-cat-child a:hover, .products-cat-active{
    background:#E4CD27 !Important;
}
/* Services Home */
.item.services-card {
    display:flex;
    align-items:center;
    gap:30px;
    flex-flow:row;
    background:white;
    padding:2em;
    border:1px solid #C8C8C8
}

.services-content-card{
    width:50%;
}

.services-content-card-img{
    width:50%;
}

/*  */

.services-content-card h2{
    font-weight:bold;
    font-size:24px;
}

.services-content-card h2:before {
    content:'';
    display:flex;
    width:37px;
    height:5px;
    background:black;
}

.services-content-card h2{
    display:flex;
    align-items:center;
    gap:10px;
}

/*  */

.services-content-card-img{
    height:325px;
}

.services-content-card-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/*  */


.learn-more-services-home{
    background:#0099B3;
    display:inline-block;
	margin-top:10px;
    align-items:center;
    justify-content:flex-start;
    color:white;
    transition:.4s;
    padding:1em;
/*     width:32%; */
}

.learn-more-services-home:after{
    content: url(https://powertek-indoasia.com/wp-content/uploads/2023/10/Icon-awesome-arrow-left.png);
    margin-top:4px;
    margin-left:12px;
    transition:.2s;
}

.learn-more-services-home:hover:after{
    margin-left:16px;
}

.learn-more-services-home:hover{
    text-decoration:none;
    color:white;
    background:#707070;
}

/*  */
.wrap-carousel-services  .owl-nav{
    position: absolute;
    width: 100%;
    top: 30%;
}

.wrap-carousel-services  .owl-nav > button{
    position: absolute;
}

.wrap-carousel-services  .owl-nav > button.owl-prev {
    left: -64px;
}

.wrap-carousel-services  .owl-nav > button.owl-next {
    right: -64px;
}

.wrap-carousel-services  .owl-nav > button span{
    border:1px solid #262626;
    color:#262626;
    padding:10px 15px;
    border-radius:0px;
}


.wrap-carousel-services  .owl-nav > button.owl-next:focus,
.wrap-carousel-services  .owl-nav > button.owl-prev:focus,
.wrap-carousel-services  .owl-nav > button.owl-next:hover,
.wrap-carousel-services  .owl-nav > button.owl-prev:hover{
    background:none;
}

.wrap-carousel-services  .owl-nav > button:focus{
    outline: none;
}

/* dots */
.wrap-carousel-services .owl-dots {
    text-align: center;
	margin:0;
	margin-top:10px;
	margin-bottom:0;
}

.wrap-carousel-services .owl-dots button.owl-dot.active span{
    background:#BBBBBB !important;
	display: block !important;
    border:1px solid #BBBBBB;
}

.wrap-carousel-services .owl-dots button.owl-dot span{
    background:rgb(0,0,0,0) !important;
	display: block !important;
    border:1px solid #BBBBBB;
}
span.excerpt-services {
    display:inline-block;
}

/* Products Slide Home */
.item.card-products-slide {
    display:flex;
    align-items:center;
    gap:30px;
}

.image-products-slide{
    width:50%;
    height:350px;
}

.image-products-slide img{
    height:100%;
    width:100%;
    object-fit:contain;
}

.content-products-slide{
    text-align:left;
    width:50%;
}

/*  */

.content-products-slide h3{
    font-weight:bold;
    margin-bottom:.8em;
    line-height:1.3em;
}

/*  */

.wrap-carousel-products  .owl-nav{
    position: absolute;
    width: 100%;
    top: -8em;
}

.wrap-carousel-products  .owl-nav > button{
    position: absolute;
}

.wrap-carousel-products  .owl-nav > button.owl-prev {
    left: unset;
    right:0;
}

.wrap-carousel-products  .owl-nav > button.owl-next {
    right: -50px;
}

.wrap-carousel-products  .owl-nav > button span{
    border:1px solid #262626;
    color:#262626;
    padding:10px 15px;
    border-radius:0px;
}


.wrap-carousel-products  .owl-nav > button.owl-next:focus,
.wrap-carousel-products  .owl-nav > button.owl-prev:focus,
.wrap-carousel-products  .owl-nav > button.owl-next:hover,
.wrap-carousel-products  .owl-nav > button.owl-prev:hover{
    background:none;
}

.wrap-carousel-products  .owl-nav > button:focus{
    outline: none;
}

/* Products Cat Slide Home */
a.card-products-cat {
    display:inline-block;
    height:320px;
    position:relative;
	width:100%;
}

a.card-products-cat img.products-cat-img{
    height:100%;
    width:100%;
    object-fit:cover;
}

.icon-plus-products-cat{
    position:absolute;
    height:60px !important;
    width:60px !Important;
    top:20%;
    right:10%;
    opacity:0 !important;
    transform:scale(.5);
    transition:.2s !important;
}

a.card-products-cat:hover .icon-plus-products-cat{
    opacity:1 !important;
    transform:scale(1);
}

/*  */

.card-products-cat-content{
    position:absolute;
    bottom:0;
    height:50%;
    padding:20px;
    z-index: 9999;
	overflow:hidden;
}

.card-products-cat-content p{
    color:white;
}

.card-products-cat-content h3{
    font-weight:bold;
    color:white;
    font-size:20px;
    display:flex;
    align-items:center;
    gap:10px;
}

.card-products-cat-content h3:before {
    content:'';
    display:flex;
    width:20px;
    height:2px;
    background:white;
}
/*  */

.overlay-products-cat{
    position:absolute;
    height:100%;
    width:100%;
    background:linear-gradient(rgb(0,0,0,.1) , rgb(0,0,0,1));
}

/*  */
.wrap-carousel-products-cat .owl-nav{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -44px !important;
}

.wrap-carousel-products-cat .owl-nav > button{
    position: absolute;
}

.wrap-carousel-products-cat .owl-nav > button.owl-prev {
    margin-right:66px;
	margin-top:4px;
}

.wrap-carousel-products-cat .owl-nav > button.owl-next {
    margin-left:66px;
	margin-top:4px;
}

.wrap-carousel-products-cat .owl-nav > button span{
    border:1px solid #262626;
    color:#262626;
    background:white;
    padding:10px 15px;
}

.wrap-carousel-products-cat .owl-nav > button:hover span{
    border:1px solid #fff;
    color:#000;
    background:#fff;
    padding:10px 15px;
}

.wrap-carousel-products-cat .owl-nav > button.owl-next:focus,
.wrap-carousel-products-cat .owl-nav > button.owl-prev:focus,
.wrap-carousel-products-cat .owl-nav > button.owl-next:hover,
.wrap-carousel-products-cat .owl-nav > button.owl-prev:hover{
    background:none;
}

.wrap-carousel-products-cat .owl-nav > button:focus{
    outline: none;
}

/* Stats */
.stats {
    margin-bottom: 1em;
}
.stats-title {
    display:flex;
    align-items:center;
    gap:20px;
    justify-content:space-between;
}

.stats-title h3,.stats-title p{
    margin:0;
}

.stats-title h3{
    font-size:16px;
    font-weight:bold;
    text-transform:uppercase;
}

.stats-width{
    width:100%;
    background:#DCDCDC;
    height:10px;
    border-radius:10px;
    margin-top:10px;
    position:relative;
}

.stats-width span{
    display:inline-block;
    height:100%;
    background:#0099B3;
    position:absolute;
    border-radius:10px;
}

/*  */

.stats-title p{
    color:white;
    background:black;
    font-weight:bold;
    padding:8px 10px;
    border-radius:5px;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
	font-size:12px;
}

.stats-title p:after{
    content:'';
    background:black;
    height:20px;
    width:20px;
    position:absolute;
    bottom:-8px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}

/* RESPONSIVE */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

@media only screen and (max-width: 1020px) {
/* Products Slide Home */
.wrap-carousel-products .owl-nav > button.owl-next {
    right:0;
}
.wrap-carousel-products .owl-nav > button.owl-prev {
    right:50px;
}

/* Client Carousel */
.wrap-carousel-clients .owl-nav > button.owl-next{
    right: unset;
    position: static;
}

.wrap-carousel-clients .owl-nav > button.owl-prev{
    right: unset;
    position: static;
}

.wrap-carousel-clients .owl-nav{
    bottom: unset;
    top: unset;
    display: flex;
    justify-content: center;
}

/* Certification Carousel Home - UZIFRU */
.wrap-carousel-certifications-home .owl-nav > button.owl-next{
    right: unset;
    position: static;
}

.wrap-carousel-certifications-home .owl-nav > button.owl-prev{
    right: unset;
    position: static;
}

.wrap-carousel-certifications-home .owl-nav{
    bottom: unset;
    top: unset;
    display: flex;
    justify-content: center;
}

/* Services Home */
.wrap-carousel-services .owl-nav > button.owl-next{
    right: unset;
    position: static;
}

.wrap-carousel-services .owl-nav > button.owl-prev{
    right: unset;
    position: static;
}

.wrap-carousel-services .owl-nav{
    bottom: unset;
    top: unset;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
/* Services Page */
.col-md-6.content-services{
    padding:4em 2em !important;
}

.learn-more-services{
    width:unset;
	justify-content:center;
	margin-top:10px;
}

.col-md-6.content-services .excerpt-services p{
    font-size:14px;
}

.what-we-do-outer{
    margin:10px 0;
}
	

}

@media only screen and (max-width: 768px) {
/* Slide home */
/* Slide Home */
.wrap-carousel-slide-home .owl-dots {
    text-align: center;
    bottom:5%;
    left:0;
    right:0;
    position:absolute;
}

.wrap-carousel-slide-home .owl-dots button.owl-dot.active span{
    background:#BBBBBB !important;
	display: block !important;
    border:1px solid #BBBBBB;
}

.wrap-carousel-slide-home .owl-dots button.owl-dot span{
    background:rgb(0,0,0,0) !important;
	display: block !important;
    border:1px solid #BBBBBB;
}
	
/* Products slide Home */
.wrap-carousel-products .owl-nav{
    top:0;
}
	
/* Services Home */
.learn-more-services-home{
/*     width:100%; */
    justify-content:space-between;
}
/* Services Page */
.row.services-row .col-md-6{
    height:620px;
}

}

@media only screen and (max-width: 480px) {
	
/* Pagination Products */
.row.row-products .col-md-12 {
    position:absolute;
    bottom:-60px;
    left:0;
    right:0;
}

/* Products Slide Home */
.item.card-products-slide {
    flex-flow:column;
    margin-top:4em;
}

.image-products-slide,.content-products-slide{
    width:100%;
}
/* Services Home */
.item.services-card{
    flex-flow:column-reverse;
    padding:1em;
	height:755px;
	justify-content: flex-end;
}

.services-content-card,.services-content-card-img{
    width:100%;
}

.wrap-carousel-services .owl-nav > button.owl-prev{
    right: unset;
    position: static;
}
/* Clients Page */
.row-clients {
    flex-flow:column;
}

.row-clients .card-clients{
    width:100%;
}
/* Products Page */
.row.row-products {
    overflow-x:scroll;
    flex-wrap:nowrap;
}

.row.row-products .col-md-4{
    min-width:95%;
}
/* Services Page */
.col-md-6.content-services{
    height: unset !important;
}

.col-md-6.image-services{
    height:320px !Important;
}

.col-md-6.content-services h3{
    font-size:24px;
}

.icon-services{
    height: 70px;
    width: 70px;
    padding: 15px;
    top:280px;
}
	
/* certific */
.certifications{
	margin-bottom:0;
}
.certifications.certif-page {
    padding-bottom: 3em;
    padding-top: unset;
}
.certifications-parent .certifications.certif-page:nth-child(1){
    padding-top:3em;
}

}

/* Big Screen */

@media (min-width: 2400px) {
/* Services Page */
	.learn-more-services{
		width:15%;	
	}
}

@media (min-width: 1020px) {

/* Services Style Reverse */
.services-parent .row.services-row:nth-child(even){
    flex-flow:row-reverse;
}

.services-parent .row.services-row:nth-child(even) .col-md-6.content-services{
    background:white;
}

.services-parent .row.services-row:nth-child(even) .col-md-6.content-services h3{
    color:#000000;
}

.services-parent .row.services-row:nth-child(even) .col-md-6.content-services h3:before{
    background:#707070;
}

.services-parent .row.services-row:nth-child(even) .col-md-6.content-services .excerpt-services{
    color:#000000;
}

.services-parent .row.services-row:nth-child(even) .what-we-do-outer p{
    color:#000000;
}

/* .services-parent .row.services-row:nth-child(even) .what-we-do-outer p:before{
    content:url(https://powertek-indoasia.com/wp-content/uploads/2023/10/Icon-awesome-check-circle-red.png);
} */
	
}

@media (min-width: 1000px){
/* Slide Home */
.wrap-carousel-slide-home .owl-dots {
    text-align: center;
    bottom:5%;
    left:13%;
    position:absolute;
}

.wrap-carousel-slide-home .owl-dots button.owl-dot.active span{
    background:#BBBBBB !important;
	display: block !important;
    border:1px solid #BBBBBB;
}

.wrap-carousel-slide-home .owl-dots button.owl-dot span{
    background:rgb(0,0,0,0) !important;
	display: block !important;
    border:1px solid #BBBBBB;
}
}

/* Bismillah UZIFRU */

/* Products */
.aspect-ratio-11 img {
	aspect-ratio: 1 / 1;
  	object-fit: contain;
}

.title-product-bg-custom {
	min-height: 115px;
    background: #0099B3;
}

.prodGrid {
    text-decoration: none;
}

.prodGrid:hover {
    text-decoration: none;
}