@media screen and (max-width: 768px){
    .btn-block-xs{
        width: 100%;
    }

   .btn-block-xs .elementor-button{
        width: 100%;
   }
}

#latest-news-block {
        overflow: hidden;
    }

@media screen and (min-width:  768px){
    

    .hide-left .owl-carousel .owl-stage-outer{
        overflow: visible;
    }

    /*.hide-left .owl-carousel .owl-stage {
        display: flex;
        flex-flow: row-reverse;
    }
    */
    /*#latest-news .owl-item.active.center.uc-active-item + .owl-item ~ .owl-item {
        visibility: hidden;
    }
    */


    /*.hide-left .owl-carousel .owl-stage-outer:before {
        content: "";
        width: 1000px;
        height: 100%;
        position: absolute;
        right: 100%;
        background: #000;
        z-index: 999;
    }*/

    #latest-news .uc_post_title {
        text-overflow: ellipsis;
        display: block;
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
    }

    #latest-news .uc_paragraph {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}



 #latest-news .uc_cat_meta {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 88px;
        background: linear-gradient(180deg, rgb(239 239 239 / 54%) 0%, rgb(159 138 138 / 72%) 100%);
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        display: flex;
        flex-flow: column;
        justify-content: center;
        padding: 24px;
    }


#latest-news .uc_more_btn{
    background: url(../images/icons/arrow-up-right.png) right bottom no-repeat;
    line-height: 20px;
}

#latest-news .owl-carousel .owl-nav .owl-prev,
#latest-news .owl-carousel .owl-nav .owl-next {
    top: initial;
    bottom: -88px;
}

#latest-news .owl-carousel .owl-nav .owl-next {
    right: inherit;
    left: 88px;
}

@media screen and (max-width: 768px){
    #latest-news .owl-carousel .owl-nav .owl-prev, #latest-news .owl-carousel .owl-nav .owl-next {
        bottom: -70px;
    }

    #latest-news .owl-carousel .owl-nav .owl-next {
        left: 64px;
    }
}

.elementor-widget-social-icons .elementor-grid .elementor-grid-item a.elementor-icon{
    background: none;
    width: 20px;
    height: 20px;
    margin-right: 16px;
}


#inqury-form{
    /*max-height: 624px;*/
    padding-top: 0;
    padding-bottom: 30px;
    overflow-y: auto;
}

@media screen and (min-width:  768px){
    #inqury-form{
        max-height: 624px;
    }
}

#inqury-form .wpforms-field-label,
#inqury-form .wpforms-field-label-inline{
    /* Text sm/Medium */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    /* Gray/25 */
    color: #FCFCFD;
    margin-bottom: 6px;
}


#inqury-form  .wpforms-field input[type=text],
#inqury-form  .wpforms-field input[type=email],
#inqury-form  .wpforms-field input[type=tel]{
    padding: 10px 14px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
}

#inqury-form  .wpforms-field textarea{
    padding: 10px 14px;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    height: fit-content;
    transition: 0.2s;
}

#inqury-form  .wpforms-field textarea:focus,
#inqury-form  .wpforms-field textarea:active{
    min-height: 99px;
}

#inqury-form  .wpforms-form input[type=checkbox]{
    opacity: 0;
}

#inqury-form .wpforms-form input[type=checkbox]:not(:checked) + label:after {
    color: #373737;
    opacity: 0;
}

#inqury-form .wpforms-form input[type=checkbox] + label{
    position: relative;
}

#inqury-form .wpforms-form input[type=checkbox] + label:before {
    content: '';
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../images/icons/un-check.png) center no-repeat;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    transform: translate(-150%, -50%);
}

#inqury-form .wpforms-form input[type=checkbox]:checked + label:before {
    content: "";
    border: 1px solid #35AE65;
    background: url(../images/icons/checked.png) center no-repeat;
    color: #35AE65;
    text-align: center;
    line-height: 16px;
}

#wpforms-712-field_34-container {
    margin: 15px 0;
    padding: 15px;
    background: rgb(255 255 255 / 10%);
    border-radius: 8px;
}




#inqury-form .wpforms-field-file-upload > input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#inqury-form .wpforms-field-file-upload {
    position: relative;
    display: block;
    padding: 1em;
    font-size: 1em;
    width: 100%;
    height: 3.5em;
    color: #fff;
    cursor: pointer;
    border: 1px solid #eaecf021;
    margin-bottom: 20px;
    border-radius: 8px;
}

#inqury-form .wpforms-field-file-upload:before {
  content: "";
  position: absolute;
  top: 1.5em;
  right: 0.9em;
  width: 2em;
  height: 1.25em;
  border: 3px solid #a4afb7;
  border-top: 0;
  text-align: center;
}

#inqury-form .wpforms-field-file-upload:after {
  content: "➜";
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 0.65em;
  right: 0.45em;
  font-size: 2em;
  color: #fdfcfb;
  line-height: 0;
}

#inqury-form .wpforms-field-file-upload .wpforms-field-label {
  width: 75%;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

#inqury-form .wpforms-container-full .wpforms-form button[type=submit]{
    height: 48px;
    /* Primary/600 */
    background: #35AE65;
    /* Primary/600 */
    border: 1px solid #35AE65;
    /* Shadow/xs */
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    color: #fff;
    width: 100%;
}

#inqury-form .wpforms-container-full .wpforms-form button[type=submit]:hover{
    opacity: 0.8;
}

#inqury-form .wpforms-field.wpforms-field-divider {
    border: 1px solid #ffffff21;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 8px 10px;
    border-radius: 8px;
    background: #ffffff1c;
}

#inqury-form .wpforms-field.wpforms-field-divider:first-child{

    margin-top: 0;

}

#inqury-form .wpforms-field.wpforms-field-divider h3{
    color: #02c04e;
}

#inqury-form  input[type=file], 
#inqury-form  .wpforms-field-description{
    color: #fff;
}


#contact-block .elementor-icon-box-description > a{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    /* Primary/400 */
    color: #4DCB80 !important;
}

.visible-xs{
        display: none !important;
        opacity: 0;
    }

@media screen and (max-width:  767px){
    .visible-xs{
        display: inherit !important;
        opacity: 1;
    }

    .fullwidth-xs a{
        width: 100% !important;
    }
}

.row-grey-img .elementor-widget-container img {
    transition: 0.2s;
}

.row-grey-img .elementor-widget-container img:hover {
    -webkit-filter: inherit;
    filter: inherit;
}

/* Page default template */

.page-template-default .hentry {
    padding: 32px 0 64 0;
}

.page-template-default .page-header h1.entry-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #FCFCFD;
}

.page-template-default .page-content {

    font-family: 'Inter';
    font-style: normal;
    color: #FCFCFD;

}

.page-template-default .page-content  h2,
.page-template-default .page-content  h3,
.page-template-default .page-content  h4{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
}

.page-template-default .page-content  h3{
    font-size: 24px;
    line-height: 38px;
}

.page-template-default .page-content  h4{
    font-size: 20px;
    line-height: 32px;
}

.page-template-default .page-content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #EAECF0;
}

.page-template-default .page-content ul li{
    list-style-position: inside;
}

#faq-block .elementor-accordion .elementor-accordion-item.active{
    background: #ffffff1c;
}

header nav .elementor-nav-menu li.menu-item a,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a,
.elementor-14 .elementor-element .elementor-nav-menu--main .elementor-item{
    margin-right: 0;
}

.elementor-14 .elementor-element .elementor-nav-menu--dropdown a:hover,
.elementor-14 .elementor-element .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before{
    background: inherit !important;
    color: inherit !important;
}

#inqury-form #wpforms-712-field_22-container.wpforms-field-file-upload{
    margin-bottom: 2em;
}

#wpforms-712-field_22-container .wpforms-field-description{
    padding-top: 10px;
}


.row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.col-12{
    width: 100%;
}

@media screen and (min-width: 768px){
    .col-md-6{
        width: 50%;
    }

    .mr-md-30{
        margin-right: 30px !important;
    }
}

.flex-col{
    display: flex;
    flex-flow: column;
}

.flex-row{
    display: flex;
    flex-flow: row;
}
.justify-between{
    justify-content: space-between;
}


.flex-wrap {
    flex-wrap: wrap;
}

#custom_logo_slider_block .block-header h2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    /* identical to box height, or 122% */
    letter-spacing: -0.02em;
    color: #FCFCFD;
}

#custom_logo_slider_block .block-header p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FCFCFD;
}

.btn.btn-readmore{
    background: #35AE65;
    border: 1px solid #35AE65;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    padding:  12px 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

#logo_slider .logo-item{
    min-width: 26%;
    max-width: 50%;
    padding-right: 8px;
    margin-bottom: 16px;
}

@media screen and (min-width: 768px){
    #logo_slider .logo-item:nth-child(6),
    #logo_slider .logo-item:nth-child(7),
    #logo_slider .logo-item:nth-child(8),
    #logo_slider .logo-item:nth-child(9){
        margin-bottom: 0;
    }
}

.h-100{
    height: 100%;
}

#logo_slider .logo-item img{
    max-height: 64px;
    width: auto;
}

.slider-controls .slider-control{
    display: inline-block;
    
    width: 56px;
    height: 56px;
    background: url(../images/icons/arrow-l.png);
    opacity: 0.9;
    text-indent: -9999px;
}

.slider-controls .slider-control:hover{
    opacity: 1;
}

.slider-controls .slider-control.next{
    margin-left: 20px;
    background: url(../images/icons/arrow-r.png);
}

@media screen and (max-width:  768px){

    #custom_logo_slider_block .block-footer {
        margin-bottom: 35px;
    }
}