/**
 * Theme Name: OT Infra
 * Description: OT Infra Security Theme
 * Author: Anzar Riyaz
 * Template: blocksy
 * Text Domain: blocksy
 */

 
 .elementor-counter .elementor-counter-number-wrapper{
    font-size: 38px;
    color:var(--theme-palette-color-1);
 }

.section{
    padding: 80px 0;
}

.section-top{
    padding-top: 80px;
}

.section-bottom{
    padding-bottom: 80px;
}
.no-padding{
    padding: 0;
}

body .uc_post_grid_style_one_item,body [data-archive=default] .card-content,body [data-cards=boxed] .entry-card {
    border: 1px solid var(--theme-palette-color-5)!important;
    padding: 30px;
    border-radius: 12px;
    background: #fff;
}
 
body .uc_post_image, [data-archive=default] .card-content img{
    border-radius:12px;
}

body .uc_content{
    padding:20px 0 0 ;
}
.uc_btn_txt {
    font-size: 16px;
}
/* 
.uc_btn_txt {
    visibility: hidden;
}
.uc_btn_txt:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    font-family: swiper-icons;
    content: 'next';
    color: red;
    visibility: visible;
    background: orange;
} */
a.uc_more_btn {
    font-size: 16px;
}
.elementor-widget-icon-box {
    background: #fff;
    border: 1px solid #ccc;
}
input#email {
    background: #fff;
    padding: 24px;
}
.mc4wp-form-fields {
    position: relative;
}
.mc4wp-form-fields input[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 11px 20px;
}

@media (max-width: 1023px) {
    .elementor-10 .elementor-element.elementor-element-ae08377{
        display: none!important;
    }
    .section{
        padding:60px 0;
    }
    .section-top{
        padding-top:60px;
    }
    .section-bottom{
        padding-bottom: 60px;
    }
    .slider-container {
        width: 100%;
    }
  
}
@media(max-width: 689.98px){
    .ct-panel-actions {
        padding-top: 0;
        position: absolute;
        right: 0;
        top: 20px;
    }
}
