@font-face {
    font-family: UTM Akashi;
    src: url(../fonts/UTM_Akashi.ttf);
  }

@font-face {
    font-family: UTM Avo;
    src: url(../fonts/UTM_Avo.ttf);
  }

  @font-face {
    font-family: UTM Avo Bold;
    src: url(../fonts/UTM_AvoBold.ttf);
  }
body,
body a.hfe-menu-item{
    font-family: 'UTM Avo';
}
body a{
    color: #f37021
}
.top-bar .elementor-column-gap-default > .elementor-column > .elementor-element-populated{
    padding: 3px;
}
body p,
.elementor-icon-list-text{
    font-family: 'UTM Avo' !important;
}
.heading-top .elementor-heading-title{
    font-family: 'UTM Avo Bold' !important;
}  
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 .625rem rgba(0,0,0,.15);
  }
.sticky .elementor-column-gap-default > .elementor-column > .elementor-element-populated{
    padding: 0;
  }

.sticky .hfe-site-logo .hfe-site-logo-container img{
    width: 60% !important;
  }  
.title-heading{
    padding-bottom: 12px;
    border-bottom: 2px solid #ececec;
}  
.title-heading .elementor-heading-title{
    position: relative;
    font-family: 'UTM Avo Bold' !important;
}

.title-heading .elementor-heading-title::after{
    content: "";
    display: block;
    width: 20%;
    position: absolute;
    left: 0;
    bottom: -14px;
    height: 2px;
    background-color: rgb(243 112 33);
}

.price-table-widget .card{
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    background: #efefef;
    box-shadow: 0px 6px 4px rgb(0 0 0 / 25%);
}
.price-table-widget .card-body{
    padding: 0;
    border: none;
}
.price-table-widget .card-title{
    background-image: linear-gradient(to right,#e05705, #f98640, #e05705);
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    font-size: 28px;
    border-radius: 10px 10px 00 0;
    font-family: 'UTM Akashi';
    color: #fff;
    margin-top: 0;
    margin-bottom: 18px;
}

.price-table-widget .price{
    text-align: center;
    margin-bottom: 5px;
    color: #e25c0b;
    
}
.price-table-widget .price .price-number{
    font-size: 27px;
    font-family: 'UTM Avo Bold';
}
.price-table-widget .price .after-price{
    font-size: 16px;
    font-weight: 700;
}

.price-table-widget .card-text{
    text-align: left;
    padding: 20px;
    line-height: 1.7;
    border-top: 1px solid #ccc
}
.price-table-widget .card-text strong{
    color: #ff0000
}
.price-table-option{
    display: none;
}

.camera-pricing .price-table-option{
    display: block;
}
.camera-pricing .card-text{
    display: none;
}
.camera-pricing .price-table-widget .card-title{
    font-family: 'UTM Avo Bold';
    font-size: 22px;
    padding: 20px 5px;
}
.price-table-widget .parameter-content{
    font-size: 18px;
    font-weight: 700;
}

.price-table-widget .button-table a, .register-btn{
    background-image: linear-gradient(to right, #e05806, #f68a48 , #e25a09);
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    font-family: 'UTM Avo';
    border-radius: 20px;
    font-size: 15px;
    font-weight: 700;
    border: none;
}

.camera-price .price{
    text-align: center;
    color: #f26522;
    font-size: 21px;
    font-family: 'UTM Avo Bold';
}

.camera-price td {
    border: 1px solid #f17124;
    padding: 5px 20px;
    font-family: 'UTM Avo';
    font-size: 16px;
  }

footer a{
    color: #fff
} 

.news-page .page-header{
    padding-bottom: 12px;
    margin-top: 15px;
    margin-bottom: 30px;
    border-bottom: 2px solid #ececec;
}
.news-page .page-header h1.entry-title::after {
    content: "";
    display: block;
    width: 20%;
    position: absolute;
    left: 0;
    bottom: -22px;
    height: 2px;
    background-color: rgb(243 112 33);
  }

.news-page .entry-title{
    font-family: 'UTM Avo';
}
.news-page h1.entry-title{
    color: #777;
    position: relative;
    font-family: 'UTM Avo Bold';
    font-size: 26px;
    text-transform: uppercase;
}

.news-page h2.entry-title{
    margin: 8px 0;
}
.news-page .post .entry-title a{
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    -webkit-box-orient: vertical;
}
.news-page .post .wp-post-image{
    height: 210px;
}

.news-page .post p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    -webkit-box-orient: vertical;
}

@media  (max-width: 576px) {
    .table .register-btn{
        font-size: 11px;
        padding: 10px 5px;
    }
    .table .price{
        font-size: 15px;
    }
}