/*!
	Theme Name: Hello Elementor Child
	Text Domain: hello-elementor-child
	Template:      hello-elementor
*/
* {
    -webkit-tap-highlight-color: transparent!important;
    outline: none!important;

}
body b, body strong{
    font-weight: 700;
}
body .footer_address b, body .footer_address strong{
    font-weight: 500;
}
body .footer_address a{
    color:var( --e-global-color-primary ) ;
}
body:not(.elementor-editor-active) .accordion .accordion_content{
    display:none ;
}
body .accordion .accordion_icon .elementor-icon{
   cursor: pointer;
    padding: 10px;
}
body .accordion .accordion_icon .elementor-icon i{
    transition: all 0.3s;
}
body .accordion .accordion_icon .elementor-icon.open i{
   transform: rotate(-45deg);
}
body:not(.elementor-editor-active)  .randomized_images .elementor-widget-image{display: none}

@media (max-width: 767px){
    body .accordion .accordion_icon .elementor-widget-container{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
.grecaptcha-badge{
    display: none!important;
}
.home_news  .elementor-post__card{
    padding-bottom: 65px!important;
    -webkit-box-shadow: 0 25px 50px  rgba(0,0,0,0.07) !important;
    box-shadow:  0 25px 50px rgba(0,0,0,0.07) !important;
}

.home_news  .elementor-post__text{
    position: relative;
   margin-top: 0!important;
    height: 100%;
}
.home_news  .meta{
   margin-bottom: 50px;
    color: var( --e-global-color-54a38cd );
    font-family:var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-f9e598a-font-size );
    font-weight: var( --e-global-typography-f9e598a-font-weight );
    text-transform: var( --e-global-typography-f9e598a-text-transform );
    line-height: var( --e-global-typography-f9e598a-line-height );
    letter-spacing: var( --e-global-typography-f9e598a-letter-spacing );
}
.home_news  .elementor-post__read-more{
    position: absolute;
    bottom: -25px;
    padding-bottom: 8px;
    border-bottom: 3px solid #8CB5AC;
}
.home_news  .elementor-post__read-more a{


}
.home_news  .elementor-post__meta-data{
    display: none;
}

.contact-form form  .elementor-select-wrapper:before{
    display: none;
}
.contact-form form select{
    background-color: var( --e-global-color-primary ) !important;
    color: #434343!important;
    appearance: none;
    -webkit-appearance: none;
    background-position: 98%;
    background-repeat: no-repeat;
    background-image: url("assets/img/arrow.svg");
    border: none!important;
}
.contact-form form input[type=email],
.contact-form form input[type=text],
.contact-form form  textarea{
    padding: 0;
    min-height: 32px;
    outline: none!important;
    box-shadow: none!important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var( --e-global-color-primary ) !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var( --e-global-color-primary ) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: var( --e-global-color-primary ) !important;
}

/*portfolio*/
.portfolio .portfolio_filter{
    background: #234A48;
    padding: 25px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.portfolio .portfolio_filter>div{
   margin: 0 10px;
    position: relative;
}
.portfolio .portfolio_filter .status{
  width: 167px;
}
.portfolio .portfolio_filter .industry,
.portfolio .portfolio_filter .vertical{
  width: 290px;
}
.portfolio .portfolio_filter .hq_region{
  width: 373px;
}
.portfolio .portfolio_filter .label{
    color: var( --e-global-color-primary );
    font-family:var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-fd48479-font-size );
    font-weight: var( --e-global-typography-fd48479-font-weight );
    line-height: var( --e-global-typography-fd48479-line-height );
    letter-spacing: var( --e-global-typography-fd48479-letter-spacing );
    margin-bottom: 10px;
}
.portfolio .portfolio_filter .selected{
    color: #434343;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-5a04340-font-size );
    font-weight: 500;
    line-height: var( --e-global-typography-5a04340-line-height );
    background-color: var( --e-global-color-primary );
    padding: 7px 10px;
    background-image: url("assets/img/arrow.svg");
    background-position: calc(100% - 10px);
    background-repeat: no-repeat;
    background-size: 10px;
    cursor: pointer;
}
.portfolio .portfolio_filter ul{
   display: none;
    position: absolute;
    left: 0;
    z-index: 9;
    margin: 0;
    padding: 10px 10px;
    list-style: none;
    background: var( --e-global-color-primary );
    width: 100%;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-5a04340-font-size );
}
.portfolio .portfolio_filter ul li{
    cursor: pointer;
}
.portfolio .portfolio_filter ul li:not(:last-child){
   margin-bottom: 5px;
}
.portfolio .item .portfolio_title_section{
    display: flex;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 0.5px solid #8cb5ac;
    min-height: 88px;
    max-height: 88px;
}
.portfolio .sort{
    background: #8CB5AC;
    padding: 17px 10px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}



/*.portfolio .item .portfolio_title_section,*/
.portfolio .item .portfolio_title_section>div{
    color: var( --e-global-color-text );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: var( --e-global-typography-text-font-weight );
    line-height: var( --e-global-typography-text-line-height );
    margin: 0 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
/*.portfolio .item .portfolio_title_section{*/
/*    margin: 0;*/
/*}*/
.portfolio .item i{
    color: var( --e-global-color-secondary );
    cursor: pointer;
   font-size: 13px;
    transition: all 0.3s;
}
.portfolio .item i.open{
   transform: rotate(-45deg);
}
.portfolio .item .portfolio_title_section>div span{
   margin: 0 5px;
}
.portfolio .item .portfolio_title_section>div span:last-child{
    display: none;
}
.portfolio .item .portfolio_title_section>div img{
    max-height: 35px;
    max-width: 80%;
}
.portfolio .sort>div{
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-5a04340-font-size );
    line-height: var( --e-global-typography-5a04340-line-height );
    color: var( --e-global-color-primary );
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 10px;
    letter-spacing: 2px;
}

.portfolio .sort div span{
    position: relative;
    display: inline-block;
    cursor: pointer;

}
.portfolio .sort div span:before,
.portfolio .sort div span:after{
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 5px;
    background-image: url("assets/img/arrow_white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: -10px;
}
.portfolio .sort div span:before{
    transform: rotate(180deg);
    bottom: 0;
    top: auto;
}
.portfolio .item .status,
.portfolio .sort .status{
    width: 215px;
    text-align: center;
    justify-content: center;
}
.portfolio .item .industry,
.portfolio .sort .industry,
.portfolio .item .headquarters_region,
.portfolio .sort .headquarters_region,
.portfolio .item .vertical,
.portfolio .sort .vertical{
    width: 190px;
}
.portfolio .item .company,
.portfolio .sort .company{
    width: 270px;
}
.portfolio .item .company a{
    width: 100%;
}
.portfolio .portfolio_content_section{
    display: none;
}
.portfolio .portfolio_content,
.portfolio .portfolio_content_title{
   display: flex;
}
.portfolio .portfolio_content .video_inner{
    position: relative;
    padding-top: 58%;
}
.portfolio .portfolio_content .video_inner iframe{
    position: absolute;
    top: 0;
    left: 0;
    width:100% ;
    height: 100%;
}
.portfolio .portfolio_content_title {
    /*padding: 20px 0;*/
    margin: 0 -10px;
}
.portfolio .portfolio_content {

    margin: 0 -20px;
}
.portfolio .portfolio_content .item{
   width: 50%;
    padding: 0 20px;
}
.portfolio .portfolio_content .item .portfolio_bg_image{
    height: 250px;
    position: relative;
}
.portfolio .portfolio_content .item .portfolio_bg_image img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.portfolio .portfolio_content_title .item{
    width: 50%;
    padding: 0 10px;
}
.portfolio .portfolio_content_title.mobile {
   display: none;
}
.portfolio .portfolio_content_title .item:first-child{
   display: flex;

}
.portfolio .portfolio_content_title .item:first-child .item_year_of_investment,
.portfolio .portfolio_content_title .item:first-child .item_website{
    width: 50%;
}
.portfolio .portfolio_content_title .item .label {
    color: var( --e-global-color-accent );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-5a04340-font-size );
    font-weight: var( --e-global-typography-5a04340-font-weight );
    text-transform: var( --e-global-typography-5a04340-text-transform );
    line-height: var( --e-global-typography-5a04340-line-height );
    letter-spacing: var( --e-global-typography-5a04340-letter-spacing );
}
.portfolio .portfolio_content_title .item .value a ,
.portfolio .portfolio_content_title .item .value {
    color: var( --e-global-color-secondary );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: 700;
    line-height: var( --e-global-typography-text-line-height );
}
.portfolio .portfolio_content_title .item .website {
    padding-left: 20px;
    padding-top: 20px;
    border-top: 4px solid #417C7C;
}
.portfolio .portfolio_content_title .item .year_of_investment {
    padding-left: 20px;
    padding-top: 20px;
    border-top: 4px solid #417C7C;
    margin-left: 20px;
}
.portfolio .portfolio_content_title .item  .company_profile {
    border-top: 4px solid #417C7C;
    padding-top: 20px;
    padding-left: 20px;
}
.portfolio .portfolio_content{
    margin-bottom: 100px;
    margin-top: 80px;
    margin-right: -20px;
    margin-left: -20px;
}
.portfolio .portfolio_content .sub_title{
    color: var( --e-global-color-accent );
    font-family:var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-c1c775d-font-size );
    font-weight: var( --e-global-typography-c1c775d-font-weight );
    line-height: var( --e-global-typography-c1c775d-line-height );
    letter-spacing: var( --e-global-typography-c1c775d-letter-spacing );
}
.portfolio .portfolio_content .text{
    color: var( --e-global-color-text );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: var( --e-global-typography-text-font-weight );
    line-height: var( --e-global-typography-text-line-height );
}
@media (max-width: 992px){
    .portfolio .item .industry,
    .portfolio .sort .industry,
    .portfolio .item .headquarters_region,
    .portfolio .sort .headquarters_region,
    .portfolio .item .status,
    .portfolio .sort .status,
    .portfolio .item .vertical,
    .portfolio .sort .vertical{
       display: none!important;
    }
    .portfolio .portfolio_content_section .sort .industry,
    .portfolio .portfolio_content_section .industry,
    .portfolio .portfolio_content_section .sort  .headquarters_region,
    .portfolio .portfolio_content_section   .headquarters_region,
    .portfolio .portfolio_content_section .sort  .status,
    .portfolio .portfolio_content_section   .status,
    .portfolio .portfolio_content_section .sort  .vertical,
    .portfolio .portfolio_content_section .vertical{
        display: block!important;
        width: 100%;
    }
    .portfolio .item .company,
    .portfolio .sort .company{
        width: 100%;
    }
    .portfolio .portfolio_content_title.mobile {
        display: flex;
        position: relative;
        padding-top: 20px;
        margin-bottom: 30px;
    }
    .portfolio .portfolio_content_title.mobile:after {
       content: "";
        display: block;
        left: 10px;
        bottom: -30px;
        height: 0.5px;
        position: absolute;
        background-color: #8cb5ac;
        width: calc(100% - 20px);
    }
    .portfolio .portfolio_content_title:not(.mobile) .item:first-child{
        width: 65%;
    }
    .portfolio .portfolio_content_title:not(.mobile) .item:last-child{
        width: 35%;
    }
    .portfolio .portfolio_content_title.mobile .item{
        width: 25%;
    }
    .portfolio .portfolio_content_title.mobile .item>div{
       position:relative;
    }
    .portfolio .portfolio_content_title.mobile .item>div:after{
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        top: -20px;
        left: 0;
        height: 4px;
        background: #417C7C;
    }
    .portfolio .portfolio_content_title.mobile .item.item_headquarters_region{
        width: 30%;
    }
    .portfolio .portfolio_content_title.mobile .item.status{
        width: 20%;
    }
    .portfolio .portfolio_content_title .item .website,
    .portfolio .portfolio_content_title .item .company_profile,
    .portfolio .portfolio_content_title .item .year_of_investment{
        padding-left: 0;
    }
    .portfolio .portfolio_content_title.mobile .item .value{
        display: flex;
    }
    .portfolio .portfolio_content_title.mobile .item .value span{
      margin: 0 5px;
    }
    .portfolio .portfolio_content_title.mobile .item .value span:last-child{
        display: none;
    }
    .portfolio .portfolio_content_title.mobile .item .status .value {
        justify-content: center;
    }
    .portfolio .portfolio_content{
        flex-direction: column;
        margin-right: 0;
        margin-left: 0;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .portfolio .portfolio_content .item{
        width: 100%;
        padding: 0;

    }
    .portfolio .portfolio_content .item:first-child{
        margin-bottom: 30px;

    }
}
@media (max-width: 767px) {
    .portfolio .portfolio_filter{
        padding: 25px 20px;
        padding-top: 40px;
        flex-wrap: wrap;
    }
    .portfolio .portfolio_filter>div{
        margin-bottom: 15px;
        width: calc(50% - 20px) !important;
    }
    .portfolio .portfolio_content .sub_title{
        font-size: var( --e-global-typography-c1c775d-font-size );
        line-height: var( --e-global-typography-c1c775d-line-height );
        letter-spacing: var( --e-global-typography-c1c775d-letter-spacing );
    }
    .portfolio .portfolio_content .text{
        font-size: var( --e-global-typography-text-font-size );
        line-height: var( --e-global-typography-text-line-height );
    }
    .portfolio .portfolio_content .item .portfolio_bg_image{
        height: 200px;
    }
    .portfolio .item i{
        padding: 15px;
        margin-right: -15px;
    }
}
@media (max-width: 480px) {

    .portfolio .portfolio_filter{
        flex-direction: column;

    }
    .portfolio .portfolio_filter>div{
        margin: 0;
        margin-bottom: 15px;
        width: 100% !important;
    }
    .portfolio .portfolio_content_title.mobile .item>div {
        padding: 20px 0;
    }
    .portfolio .portfolio_content_title.mobile:after{
        display: none;
    }
    .portfolio .portfolio_content_title.mobile .item>div:after{
        top: 0;
    }
    .portfolio .portfolio_content_title,
    .portfolio .portfolio_content_title.mobile{
        flex-direction: column;
        padding-top: 0;
        margin: 0;
    }
    .portfolio .portfolio_content_title.mobile .item .status .value,
    .portfolio .item .status, .portfolio .sort .status{
        text-align: left;
        justify-content: flex-start;
    }
    .portfolio .portfolio_content_title .item:first-child .item_year_of_investment,
    .portfolio .portfolio_content_title .item:first-child .item_website,
    .portfolio .portfolio_content_title .item{
        width: 100% !important;
        flex-direction: column;
        padding: 0;
    }
    .portfolio .portfolio_content_title .item .year_of_investment{
        margin-left: 0;
    }
    .portfolio .portfolio_content_title .item .year_of_investment,
    .portfolio .portfolio_content_title .item .website{
        padding-top: 20px;
        padding-bottom: 20px;
    }

}
.leadership .elementor-row,
.accordion_content .elementor-row{
    flex-wrap: wrap;
}
.leadership .elementor-row .elementor-column,
.accordion_content .elementor-row .elementor-column{
   width: 25%;
}
.leadership .elementor-row .elementor-column .more a,
.accordion_content .elementor-row .elementor-column .more a{
   text-decoration: underline;
    text-transform: unset;
}
@media (max-width: 767px) {
    .leadership .elementor-row .elementor-column,
    .accordion_content .elementor-row .elementor-column{
        width: 100%;
    }
}
.fadeInUp{animation-name:fadeInUp-1!important;}
@keyframes fadeInUp-1 {
    0% {
        opacity: 0;
        transform: translate3d(0 , 30px ,0) ;
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

#elementor-popup-modal-252 .dialog-close-button{
    align-items: center;
}
#elementor-popup-modal-252 .close_text{
    color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: 16px;
    font-weight: var( --e-global-typography-secondary-font-weight );
    margin-right: 10px;
    text-transform: uppercase;
}
@media (max-width: 992px){
    body:not(.rtl) #elementor-popup-modal-252 .dialog-close-button {
        transform: translateX(50%);
    }
}
