/* 
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: ToffeeDev Team | Zahab
Author URI: https://toffeedev.com/
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
*/

/* Applications */
.wrap-carousel-applications .owl-stage-outer{
  padding-bottom: 10px;
}

.item.card-applications img{
  height:340px;
  object-fit: cover;
}

.item.card-applications{
  box-shadow: 0px 3px 10px rgb(0,0,0,7%)
}

.item.card-applications .content{
  padding:26px;
  min-height:250px;
  background:#fff;
}

.item.card-applications .content h3{
  font-family: anton;
  font-size: 34px
}

.item.card-applications .content p{
    margin:0;
	font-size:17px;
	color:#636363;
}

.item.card-applications .content .content-child{
    margin:20px 0;
}

.item.card-applications .content p.kekuatan-title{
    color:#FF4C01;
    font-weight:bold;
}

/*  */
.wrap-carousel-applications .owl-nav{
    position: absolute;
    width: 100%;
    top: 40%;
    margin: 0;
}

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

.wrap-carousel-applications.owl-carousel .owl-nav > button.owl-prev {
    left: -25px;
    background:#fff;
    box-shadow:0 10px 20px rgb(63,63,63,0.22);
    padding:10px 11px !Important;
    border-radius:40px;
	background:#11131670 !important;
    backdrop-filter: blur(10px);
}

.wrap-carousel-applications.owl-carousel .owl-nav > button.owl-next {
    right: -25px;
    box-shadow:0 10px 20px rgb(63,63,63,0.22);
    padding:10px 11px !Important;
    border-radius:40px;
	background:#11131670 !important;
    backdrop-filter: blur(10px);
}

.wrap-carousel-applications .owl-nav > button  span img{
    height:32px;
}

.wrap-carousel-applications .owl-nav > button span{
    border:none;
    padding:unset;
    border-radius:unset;
}

.wrap-carousel-applications .owl-nav > button:hover span{
    border:none;
    padding:unset;
}

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

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

/* Service */
.item.card-services{
  	background: #D5D5D5;
    display: flex;
    align-items: self-start;
    flex-flow: column;
    justify-content: flex-start;
    height: 400px;
    padding: 30px;
}

.item.card-services p{
  margin: 0;
}


.title-services{
    display: flex;
    gap: 0;
    align-items: self-start;
    padding: 0px;
    margin-bottom: 20px;
    flex-flow: column;
}

.title-services p{
	font-size: 40px;
	color:#FF4C01;
	font-family: anton;
}

.title-services h3{
	font-size: 32px;
	color: #06101A;
	font-family: anton;
	margin-bottom: 0px;
	margin-top: 20px;
	height:76px;
}

.title-services i{
    font-size:26px;
    color:#FF4C01;
}

.item.card-services .subtitle,
.item.card-services .description{
    color:#06101A;
}

.item.card-services .subtitle{
    font-weight:bold;
    font-size:19px;
    line-height:1.3em;
    display:block;
    margin-bottom:10px;
}


/*  */

.owl-theme .owl-dots .owl-dot.active span{
  background: #FF4C01 !Important;
}
.wrap-carousel-services .owl-dots {
    margin-top:20px;
}

/*  */

.wrap-carousel-services .owl-nav{
    position: absolute;
    width: 100%;
    top: 40%;
    margin: 0;
}

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

.wrap-carousel-services.owl-carousel .owl-nav > button.owl-prev {
    left: -20px;
    background:#fff;
    box-shadow:0 10px 20px rgb(63,63,63,0.22);
    padding:10px 11px !Important;
    border-radius:40px;
	background:#11131670 !important;
    backdrop-filter: blur(10px);
}

.wrap-carousel-services.owl-carousel .owl-nav > button.owl-next {
    right: -20px;
    box-shadow:0 10px 20px rgb(63,63,63,0.22);
    padding:10px 11px !Important;
    border-radius:40px;
	background:#11131670 !important;
    backdrop-filter: blur(10px);
}

.wrap-carousel-services .owl-nav > button  span img{
    height:32px;
}

.wrap-carousel-services .owl-nav > button span{
    border:none;
    padding:unset;
    border-radius:unset;
}

.wrap-carousel-services .owl-nav > button:hover span{
    border:none;
    padding:unset;
}

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

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




@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: 480px) {
	.wrap-carousel-promo .item.card-promo,
	.item.card-services{
		height:unset;
	}
	
	

}

