/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.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
*/

.header-button .elementor-button-icon svg {
    margin-top: 4px;
    margin-bottom: -2px;
}
.under-logo-nav a.elementor-item {
    position: relative;
}

.under-logo-nav a.elementor-item:after {
    content: "";
    width: 11px;
    height: 11px;
    background: #fff url(https://dev.wordpress-developer.us/streamwave/wp-content/uploads/2024/09/arrow_forward2.svg) no-repeat 0 0 / 10px !important;
    position: absolute;
    top: 53%;
    right: -20px;
    transform: translateY(-50%);
}

.header-button:hover .elementor-button-icon svg path{
	fill:var( --e-global-color-text );
}
.ver-tab .slick-slide h2{
    color:rgb(30, 30, 30 ,0.1) !important;
}
.ver-tab .slick-slide.slick-current h2{
    color:#1e1e1e !important;
}
.ver-tab .slick-arrow{
    display:none !important;
}
.ver-tab .slick-slide{
    margin:40px 0;
}
.ver-tab .slick-list{
    padding: 0 !important;
    height:400px;
}


.contact-txt a{
    color:#1e1e1e;
    text-decoration:underline !important;
    padding-right:20px;
    }
.contact-txt a:hover{
      background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6278 2.33776L0.965517 14L0 13.0345L11.6622 1.37224L0.477207 1.37224L0.482759 0H14V13.5172L12.6278 13.5228V2.33776Z' fill='%231E1E1E'/%3E%3C/svg%3E%0A") no-repeat 100% 50%;
}
.contact-form .gform_required_legend{
    display: none;
}
.contact-form legend,.contact-form label{
    font-size:20px ! important;
    color:#1E1E1E! important;
    font-weight:300 !important;
    margin-bottom:0 !important;
}
.contact-form input,.contact-form select, .contact-form textarea{
 font-size: 20px !important;
    color: #B5B5B5 !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid #1E1E1E !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    height: 45px !important;
    padding: 0 !important;
    padding-bottom: 11px !important;
}


.contact-form .gform_fields {
    row-gap: 20px !important;
    column-gap: 21px !important;
}
.contact-form input[type=radio]{
    height:20px !important;
    border-radius:100%  !important;
    border:1px solid !important;
    padding:0 !important;
    margin-top:16px !important;
    
}
.contact-form input[type=radio]:checked{
    border:1px solid #1E1E1E !important;
    
}
.contact-form .gchoice,.contact-form .gfield--type-submit{
    margin-top:41px;
}
.contact-form .gfield--type-submit{
    display:flex !important;
    justify-content: end !important;
}
.contact-form .gchoice label{
        color: #B5B5B5 !important;
    font-size: 22px !important;
    margin-left: 20px;
    line-height: 25px;
}
.contact-form input[type=submit]{
  font-size: 16px !important;
    color: #fff !important;
    border: 1px solid #1e1e1e !important;
    background: #1e1e1e !important;
    padding: 21px 91px !important;
    border-radius: 12px !important;
    height: unset !important;
}
.contact-form .gchoice a{
    color:#1e1e1e !important;
    text-decoration:underline;
    padding-right:20px ;
}
.contact-form .gchoice a:hover{
    background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6278 2.33776L0.965517 14L0 13.0345L11.6622 1.37224L0.477207 1.37224L0.482759 0H14V13.5172L12.6278 13.5228V2.33776Z' fill='%231E1E1E'/%3E%3C/svg%3E%0A") no-repeat 100% 50%;
}
.contact-form input[type=submit]:hover{
    color:#1e1e1e !important;
    background: #BFFFAF !important;
    border-color:#BFFFAF !important;
}
.contact-form input[type=radio]:checked::before{
    background-color:#1E1E1E;
    height:12px;
    width:12px;
}

/*blog filter*/
.btn-category-grp {
    display: flex;
    gap:20px;
    
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-top:230px;
  }
  
  .filter-activecls {
    width: 20%;
    background: transparent;
    height: 70px;
    padding:0px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000000;
    font-size: 20px;
    border:1px solid #1E1E1E;
    
  }
  ul.filter-category-name li {
    border: 1px solid #000000;
    padding: 23px 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    transition: 0.5s ease-in-out;
    
  }
  .right-content-wrapper{
    width:100%;
  }
  ul.filter-category-name li.checked label {
      color: inherit;
  }
  ul.filter-category-name li.checked {
    background: #1e1e1e;
    border: 1px solid #1e1e1e !important;
    color: #fff;
}
li.catname_Company.news.checked {
    background: #BFFFAF;
    border: 1px solid #BFFFAF !important;
    color: #1E1E1E;
}
  ul.filter-category-name li.catname_Company.checked {
    border: 1px solid #BFFFAF !important;
    background: #BFFFAF;
    color: #1e1e1e;
}


  ul.filter-category-name li.catname_Impact.checked {
    background: #BFFFAF;
    border: 1px solid #BFFFAF !important;
    color: #1e1e1e;
}

  ul.filter-category-name li.catname_Industry.Commentary.checked{
    border: 1px solid #FFD3FF !important;
    background: #FFD3FF;
    color: #1e1e1e;

  }
  ul.filter-category-name li.catname_Updates.checked{
    border: 1px solid #FFDB01!important;
    background: #FFDB01;   color: #000000;
  }
  
  
  
  ul.second-level-filter li input[type="radio"]{
    display: none;
    
  }
  
  
  ul.filter-category-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    width: 80%;
    gap:15px;
   
    padding: 0px;
    margin: 0px;
  }
  
  ul.filter-category-name img {
    width: 19px;
    height: 19px;
    object-fit: contain;
    margin-right: 20px;
    
  }
  
  .load-more-wrapper {
    text-align: center;
    padding-bottom: 200px;
    /* margin-bottom: 200px;
    border-bottom: 3px solid #000000; */
  }
  
  .filter-activecls{
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.28571 17.2554L9.28571 -4.68336e-07L10.7143 -4.05891e-07L10.7143 17.2554L18.9889 8.98071L20 10L10 20L-4.37114e-07 10L1.01107 8.98071L9.28571 17.2554Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center right 15px;
  }
  
  .filter-category-name li label{
    cursor: pointer;
  }
  
  .filter-category-name li input[type="checkbox"]{
    display: none;
  }
  
  .second-level-category {
    background: #F7F7F7;
    padding: 40px;
    border-radius: 10px;
    margin-top: 20px;
  }
  
  ul.second-level-filter {
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 20px;
  }
  
  .cust-caterg {
    font-size: 15px;
    line-height: 18px;
    color: #b5b5b5;
    margin-bottom: 20px;
  }
  
  ul.second-level-filter li label {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-align: center;
    padding: 23px 114px;
    border: 1px solid #000000;
    border-radius: 10px;
    cursor: pointer;
    transition:0.3s ease-in-out;
  }
  
  .hr-line {
    width: 100%;
    background: #000000;
    height: 3px;
    margin-top: 80px;
    margin-bottom: 100px;
  }
  
  .content-filter-heading {
    font-size: 90px;
    line-height: 96px;
    color: #000000;
    position: relative;
    display: inline-block;
    margin-bottom: 120px;
    font-family: 'Aeonik Fono TRIAL';
  }
  
  .content-filter-heading span{
    font-size: 30px;
    position: absolute;
    top: -10px;
    right: -70px;
    
  }
  
  .content-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap:112px;
  }
  
  .content-inner-wrapper .content-lst-image {
    width: 36%;
  }
  
  .content-inner-wrapper .right-content-inner{
    width: 56%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    border-bottom: 2px solid #1e1e1e
  }
  .newsroom-author {
    display: flex;
    align-items: end;
  }
  .newsroom-author p{
    font-family:'Inter' !important;
  }
  .content-lst-image img {
    height: 446px;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    clip-path: polygon(74% 0, 100% 26%, 100% 100%, 0 100%, 0 0);
    border-radius:10px !important;
}
  .newsroom-info ul {
    list-style: none;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 81px;
    margin-bottom: 30px;
  }
  .content-filter-heading{
    position:absolute;
    top:0;
  }
 
  .newsroom-info ul li {
    font-size: 16px;
    /* font-family: RoobertFontLight; */
    font-family: 'Inter';
}
  .newsroom-info .cat-box .content{
    background: #ffd3ff;
    padding: 5px 10px;
    border-radius: 6px;
  }
  
  .hr-lght-line {
    width: 100%;
    background: #1e1e1e36 !important;
    height: 2px;
    margin: 30px 0px;
}
  
  .newsrooom-pst-title h3 {
    font-family: 'Aeonik Pro Regular';
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
  }
  
  .newsroom-author p {
    font-size: 20px;
    font-family: RoobertFontLight;
  }
  .content-inner-wrapper{
    margin-bottom: 100px;
  }
  .read-more-btn a {
    border: 1px solid #000000;
    border-radius: 100%;
    height: 68px;
    width: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease;
  }
  .newsroom-info{
    display:flex;
    justify-content: space-between;
    width: 100%;
  }
  /* .read-more-btn {
    padding-bottom: 70px;
    width: 100%;
    padding-right: 60px;
    display: flex;
    justify-content: flex-end;
    border-bottom: 3px solid #000000;
  } */
  
  .read-more-btn {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}
  .newsroom-author {
    margin-bottom: 20px;
  }
  /* .read-more-btn a:hover svg{
    filter: invert(1);
  } */
  
  .read-more-btn a:hover{
    background: #BFFFAF;
    border: 1px solid #BFFFAF;
    
  }
  
  .newroom-cont-wrapper{
    margin-bottom: 200px;
    padding-bottom: 100px;
    border-bottom: 1px solid #000000;
  }
  
  .load-more-wrapper button {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    padding: 11px 72px;
    border: 1px solid #000000;
    background: #1E1E1E;
    border-radius: 12px;
    transition: 0.5s ease-in-out;
  }
  .load-more-wrapper button:hover {
    color: #1e1e1e;
    background: #BFFFAF;
    border: 1px solid #BFFFAF;
}
  p.no_more_posts {
    color: #000000;
    font-size: 30px;
  }
  
  .second-level-filter li input[type="radio"]:checked ~ label {
  background:#ffffff !important;
  border: 1px solid #ffffff !important;
  }
  .active-filters{
    background: #1E1E1E;
    border: 1px solid #1E1E1E;
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.28571 17.2554L9.28571 -4.68336e-07L10.7143 -4.05891e-07L10.7143 17.2554L18.9889 8.98071L20 10L10 20L-4.37114e-07 10L1.01107 8.98071L9.28571 17.2554Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center right 15px;
  }
  .active-filters span{
    color: #fff;
  }

.svg-wrppr{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    z-index: 1;
}
.svg-wrppr img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.progress-bar__background {
    fill: none;
    stroke: #e2eff0;
    stroke-width: 0.3;
}
.progress-bar__progress {
    fill: none;
    stroke: #ffffff;
    /* stroke: #78bec7; */
    stroke-dasharray: 100 100;
    stroke-dashoffset: 100;
    stroke-linecap: round;
    stroke-width: 1.1;
    transition: stroke-dashoffset 1s ease-in-out;
}
.custom-tab .e-n-tabs-content > .elementor-element.e-active .progress-bar__progress{
    stroke-dasharray: 119;
    stroke-dashoffset: 119;
    -webkit-animation: dash 5s linear infinite;
    animation: dash 5s linear infinite;
}
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}



  