/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/

.hv_360_tab .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content{
    position: relative;
}

.hv_360_tab .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-title.elementor-tab-mobile-title{
    background: #FFF;
}
.hv_360_tab .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-title.elementor-tab-mobile-title.elementor-active{
    background: #101A32;
}

.tab_info_icon {
	text-align: center;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.tab_info_icon svg {
    width: 5rem;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    pointer-events: none;
}

.tab_info_icon h5 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: bold;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    pointer-events: none;
}

.black-overlay{
	position: relative;
    float: left;
    width: 100%;
}
.black-overlay > img{width: 100%; float: left;}
a.black-overlay:before{
	content: '';
    background: #101a32;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .45;
    display: block;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    right: 50%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.testimonials_slider_ul a.slick-arrow{padding: 10px; top:38%;}
.testimonials_slider_ul a.slick-arrow:hover{background: #ffac10}
.testimonials_slider a.slider_prev{left: 60px;}
.testimonials_slider a.slider_next{right: 60px;}
.testimonials_slider .testimonials_slider_ul li .bq_wrapper{background: #fff; border-radius: 20px;}
.testimonials_slider .testimonials_slider_ul li .author h5{color: #FFF;}


#popmake-1109 p{text-align: center;}
#popmake-1109 form p{text-align:left;}


.wpcf7-response-output{
    background: #FFF;
    border-radius: 5px;
}


select.category-select option{
  background-color: #ffac10;
}


@media only screen and (max-width:767px) {
  .tab_info_icon > img{
    max-width:100px;
  }
}