.form-btn .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 999;
}
.form-btn {
    position: relative;
}
.wpcf7-response-output{
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
}
.news-letter-1-wrapper .newsletter-form .th-btn:focus{
        background-color: var(--theme-color);
    color: var(--white-color);
}
.news-letter-1-wrapper .newsletter-form .th-btn{
    margin-top: 0 !important;
    top:0px !important;
}
.blog-single .blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-single .blog-img{
    height: auto;
    aspect-ratio: 422/323;
}
.service-card , .team-card.style-2{
 height: 100%;   
}
.footer-border-right:before{
    right: -30px;
}
.cv-form textarea{
    resize:none;
}
.cv-form .wpcf7 form.sent .wpcf7-response-output{
    color: #46b450;
}
.contact-page-thumb{
    border-radius: 10px;
    overflow: hidden;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    max-width:250px;
}
.text-justify{
    text-align: justify;
}
.service-card .box-icon img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.service-card .box-icon{
    padding:18px;
}
.footer-widget .th-widget-about .about-text{
    font-weight: 600;
}
.news-letter-1-wrapper{
    background-color: var(--theme-color2);
}
.news-letter-1-wrapper .subscribe-box{
    padding: 30px 0;
}
*{
    user-select: none !important;
}
@media(min-width:1440px){
    .blog-single .blog-title{
        font-size:24px;
    }
}
.custom__category__list__wrap{
    width: 100%;
    overflow-x: auto;
    margin-bottom: 50px;
}
/*.custom__category__list__wrap::-webkit-scrollbar {*/
/*    height: 8px;*/
/*}*/

/*.custom__category__list__wrap::-webkit-scrollbar-track {*/
/*    background: #f1f1f1;*/
/*}*/

/*.custom__category__list__wrap::-webkit-scrollbar-thumb {*/
/*    background: #999;*/
/*    border-radius: 10px;*/
/*}*/

/*.custom__category__list__wrap::-webkit-scrollbar-thumb:hover {*/
/*    background: #666;*/
/*}*/
.custom__category__list{
    display:flex;
    flex-wrap:nowrap;
    gap:15px;
    list-style: none;
    padding-left:0;
    margin-bottom: 0;
    
}
.custom__category__list li a{
        display: block;
    padding: 10px 50px 10px 30px;
    font-size: 16px;
    line-height: 1.313;
    color: var(--body-color);
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
       width:max-content;
}
.custom__category__list li span{
    olor: var(--title-color);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height:25px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    pointer-events: none;
    min-width: 20px;
    text-align: right;
}
.custom__category__list li{
    margin: 0 0 ;
    background-color: var(--smoke-color2);
    border-radius: 50px;
    width:max-content;
    position: relative;
    /*padding-right: 30px;*/
}
.widget_title{
    font-size:30px;
}
.th-pagination span.page-numbers.current{
    background-color: var(--theme-color);
    color:var(--white-color);
}
.th-pagination a.prev.page-numbers,
.th-pagination a.next.page-numbers{
    width:max-content;
    padding: 0 15px;
    border-radius: 100px;
}