html body{
    font-family: 'Poppins';
}

.uly-image-link-template:not(.uly-work) {
    display: flex;
    padding: 32px;
}

.ih_works_skin, .ih_team_skin{
    box-shadow: 0px 0px 5Px #ccc;
}

.uly-image-link-template {
    z-index: 1;
    width: 100%;
    height: 100%;
    /* min-height: 300px; */
    margin-bottom: 0;
    position: relative;
}

@media screen and (max-width:980px) {
    .uly-image-link-template:not(.uly-team) {
        min-height: 100% !important;
    }
}

@media screen and (max-width:980px) {
    .uly-image-link-template {
        flex-direction: column;
    }
}

.uly-bottom{
    /* min-height: 300px; */
    align-items: flex-end;
}

.uly-top{
    /* min-height: 500px; */
    align-items: flex-start;
}

.uly-image-link .uly-image-link__description{

    font-size:22px;
    
}


    .uly-image-link-template__description{
        margin-top:30px;
    }


@media screen and (min-width:981px) {
    .uly-top .uly-image-link__description{
        margin-bottom: 70px;
    }
}


.uly-top .uly-def-arrow svg{
    transition: opacity 0.3s ease-in-out
}

.uly-top .uly-def-arrow{
    top: 32px;
    position: absolute;
    right: 32px;
}


.uly-image-link-template:not(.uly-work):before, .uly-work:not(.uly-team) .abs-img-wrap:before{
    /* .uly-image-link-template:before{ */
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 79.69%);
    z-index: 1;
}

.uly-image-link-template:hover::before, .uly-work:hover .abs-img-wrap:before, .uly-image-link-template.hover .abs-img-wrap:before, .uly-image-link-template:focus::before, .uly-work:focus .abs-img-wrap:before{
    opacity: 0;
}

.uly-background {
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
}



@media screen and (max-width:980px) {
    .uly-image-link-template:not(.uly-work) .uly-background {
        opacity: 0.48;
    }
    .uly-work:not(.uly-team) .uly-background {
        opacity: 1;
    }
    .uly-team .uly-background{
        opacity: 0;
    }
}

@media screen and (min-width:981px) {
    .uly-background {
        opacity: 0;
    }
}


.uly-image-link-template :is(span,h1,h2,h3,h4,h5,h6,p){
    color:#fff;
    bottom: 32px;
    display: block; 
    margin:0;
    word-break: break-word;
}

.uly-right-arrow.uly-def-arrow{
    /* position: absolute; */
    /* right: 32px; */
    transition: top 0.3s ease-in-out;
    display: block;
    height: 31Px;
    z-index: 2;
}


@media screen and (min-width:981px) {
.uly-bottom .uly-def-arrow{
    margin-bottom: 10px;
}
}

@media screen and (max-width:980px) {
    .uly-bottom .uly-def-arrow{
        position: absolute;
        right: 32px;
    }
}


.uly-join-now{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-weight: bold;
    z-index: 2;
    
    transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
    
}

.uly-image-link .uly-join-now{
font-size:35px;
}

@media screen and (max-width:980px) {
    .uly-join-now{
        margin-top: 30px;
    }
}


.uly-image-link .uly-image-link__text{
    
    font-size:54px;
    line-height: 1.2;
    font-weight: bold;
    
    
}



@media screen and (min-width:981px) {
.uly-image-link__text__wrapper, .uly-join-now{
    position: absolute;   
}
.uly-join-now{
    opacity: 0;
    bottom: 64px;
    left:0;
    padding-left:32px;
    padding-right: 32px;
}
}



.uly-image-link__text__wrapper{
    bottom: 32px;
    /* left: 32px; */
    left:0;
   
    
}

@media screen and (min-width:981px) {

    .uly-image-link__text__wrapper{
        padding-left:32px;
        padding-right: 32px;
    }
}

.top-text-wrap, .uly-image-link__text__wrapper{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 2;
}

@media screen and (max-width:980px) {
    .uly-image-link-template:not(.uly-work) .top-text-wrap{
        display: none;
    }
}



.uly-bottom .uly-image-link__text__wrapper{
    transition: bottom 0.3s ease-in-out;
}

.uly-top .uly-image-link__text__wrapper{
    transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
}

.uly-image-link__description{

    
    line-height: 1.5;
}

.uly-image-link__description__wrapper {
    width: 100%;
    z-index: 2;
}

@media screen and (max-width:980px) {
.uly-top .uly-image-link__description__wrapper {
    margin-bottom: auto;

}
}

.uly-bottom :is(.uly-image-link__description, .uly-image-link__text){
    padding-right: 64px;
}

@media screen and (min-width:981px) {
    .uly-top .uly-image-link__description__wrapper :is(.uly-image-link__description, .uly-image-link__text){

        max-width: 360px;

    } 
    }


@media screen and (min-width:981px) {
.uly-image-link-template:not(.uly-work) .uly-image-link__description__wrapper :is(.uly-image-link__description, .uly-image-link__text){
    transition: opacity 0.3s ease-in-out;

    opacity: 0;
} 
}

/* .uly-image-link__description, .uly-image-link__text{
    max-width: 360px;
}  */

@media screen and (min-width:981px) {

/* .uly-image-link-template:hover .uly-background{
    opacity: 0.48;
} */

.uly-image-link-template:not(.uly-work:not(.uly-team)):hover .uly-background, .uly-image-link-template:not(.uly-work:not(.uly-team)):hover .uly-background, .uly-image-link-template:not(.uly-work:not(.uly-team)):focus .uly-background, .uly-image-link-template:not(.uly-work:not(.uly-team)):focus .uly-background {
    opacity: 0.48;
}
.uly-work:hover .uly-background, .uly-image-link-template.hover .uly-background, .uly-work:focus .uly-background {
    opacity: 1;
}

.uly-top:hover .uly-join-now, .uly-top.hover .uly-join-now, .uly-top:focus .uly-join-now{
    bottom: 32px;
    opacity: 1;
    
}

/* .elementor-88 .elementor-element.elementor-element-00d0cd4 .uly-image-link-template:hover .uly-image-link__text__wrapper */

.elementor-widget-container a.uly-image-link-template.uly-top:hover div.uly-image-link__text__wrapper, .elementor-widget-container a.uly-image-link-template.uly-top.hover div.uly-image-link__text__wrapper, .elementor-widget-container a.uly-image-link-template.uly-top:focus div.uly-image-link__text__wrapper{
    opacity: 0; 
    bottom: -32px;
}

.uly-top:hover .uly-def-arrow svg, .uly-top:focus .uly-def-arrow svg, .uly-top.hover .uly-def-arrow svg{
    opacity: 0;
}

.uly-image-link-template:hover .uly-image-link__description__wrapper :is(.uly-image-link__description, .uly-image-link__text), .uly-image-link-template.hover .uly-image-link__description__wrapper :is(.uly-image-link__description, .uly-image-link__text), .uly-image-link-template:focus .uly-image-link__description__wrapper :is(.uly-image-link__description, .uly-image-link__text), .uly-image-link-template.hover .uly-image-link__description__wrapper :is(.uly-image-link__description, .uly-image-link__text){

    opacity: 1;
}

}

/* .uly-image-link-template.hover:focus{
    border: 2px solid rgba(0, 0, 0, 0.6);
    border-radius: 20px;
}  */


/* .uly-image-link-template:not(.uly-post).hover{
    border:none;
}

.uly-image-link-template:not(.uly-post).hover:focus{
    outline: 2px solid rgba(0, 0, 0, 0.6);
}  */

 
/* .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } */












.ih_toggle {
    padding: 50px;
    border-radius: 50px;
    background: var(--neutral-100, #FFF);

    /* Cards/Short Default */
    box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
}
  
  .ih_toggle--default>.ih_toggle__heading a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    
    color:#170F49;
  }
  
  .ih_toggle--default>.ih_toggle__heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: all .3s linear;
    background: #F7F7FF;
    color:#6F6C90;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.69781rem;
    height: 2.69781rem;
    font-size: 2rem;
    padding-bottom: 0.3125rem;
  }
  
  
  .ih_toggle--default>.ih_toggle__heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-radius: 8px;
    background: #F78A3C;
    color:#fff;
  }
  
  .ih_toggle--default>.ih_toggle__heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);

    
  }
  
  .ih_toggle__body{
    height:0;
    /* transform:scaleY(0); */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    color: var(--neutral-600, #6F6C90);
    font-size: 1.125rem;
    font-family: Poppins;
    line-height: 1.875rem;
  }

  .ih_toggle.active .ih_toggle__body{
    height:100%;
    opacity: 1;
    visibility: visible;
    /* transform:scaleY(1); */
  }

  .ih_skin.ih_posts_skin img{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ih_skin{
    position: relative;
    overflow: hidden;
  }

 



  .ih_skin .uly-image-link__text{
    
    font-size:28px;
    font-weight: 700;
    line-height: normal;
}

.ih_skin .uly-join-now{
    font-size:18px;
}

.ih_skin:nth-child(3n+1) .uly-background{
    /* background: rgba(126, 187, 85, 0.80); */
    background: rgb(126, 187, 85);
}

.ih_skin:nth-child(3n+2) .uly-background{
    /* background: rgba(247, 138, 60, 0.80); */
    background: rgb(247, 138, 60);

}

.ih_skin:nth-child(3n+3) .uly-background{
    /* background: rgba(65, 190, 208, 0.80); */
    background: rgb(65, 190, 208);

}

.ih_works_skin {
    
}

.abs-img-wrap{
    position: relative;
    /* padding-bottom: 75%; */
} 

div.abs-img-wrap img,.elementor .abs-img{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uly-work span.uly-right-arrow{
    display: none;
}

.ih-work__front{
    z-index: 1;
    position: relative;
    
    background-color: #fff;
}

@media screen and (max-width:980px) {
    .uly-work:not(.uly-team) .ih-work__front{
    display: none;
    }
    .uly-work:not(.uly-team) .abs-img-wrap{
        display: none;
    }

    .uly-team .ih-work__front{
        z-index: 2;
        }
       .uly-team .abs-img-wrap{
            z-index: 2;
        }
}

.ih-work__front,.ih-work__back{
    padding: 32px;
}

.ih-work__front .uly-image-link__description__wrapper  :is(.uly-image-link__text, .uly-image-link__description){
color:#000;
}

.ih-work__back{
    
    z-index: 2;
    
    top: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width:981px) {
    .ih-work__back{
        opacity: 0;
        position: absolute;
    }
}

@media screen and (max-width:980px) {
    .ih-work__back{
        position: relative;
    }
}

.uly-work:hover .ih-work__back, .uly-image-link-template.hover .ih-work__back{
    opacity: 1;
}

.my-other-posts-filter, .my-category-filter{
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    /* justify-content: space-between; */
    align-items: center;
    margin-bottom: 20px;
}

/* @media screen and (max-width:1024px) { */
    .filter-reset{
        width: 100%;
    }
/* } */

@media screen and (max-width:1279px) {
   .page-content .elementor-element.elementor-widget.elementor-widget-category_filter .ul-filter-wrapper{
        display: block;
    }
}





.my-other-posts-filter .myof-wrapper{
    /* display: inline-block; */
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.uly-custom-select{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 2;
    cursor: pointer;
    min-height: 100%;
}

.uly-custom-select .isHover{
    /* font-weight: bold; */
    background-color: #222;
    color: #fff;
}

/* .myof-wrapper.uly-categories .js-uly-custom-select.uly-custom-select.my-category-filter-select{
    background-color: transparent;
} */

@media (hover: hover) {
    .uly-custom-select {
      display: block;
    }
  }

@media (hover: hover) {
.uly-normal-select:focus + .uly-custom-select {
    display: none;
}
}

.uly-custom-select-options {
    display: none;
    /* margin-top:20px; */
    margin-top:40px;
  }

.uly-custom-select-options div{
    margin-left:-40px;
    margin-right: -40px;
    margin-top:5px;
    margin-bottom: 5px;
}

.uly-custom-select.isActive .uly-custom-select-options {
    display: block;
  }

  .uly-custom-select.isActive .uly-custom-select-options .isActive:before{
    content: '✔';
    position: absolute;
    transform: translateX(-20px);
    /* margin-right: 10px; */
  }
  

.uly-def{
    /* position: relative; */
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    /* height: 100%; */

    padding: 20px;
}

.myof-wrapper:not(.uly-search, .uly-reset):after, .uly-def:after  {
    content: "";
    border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
    z-index: 1;
    pointer-events: none;

    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 25px;
    z-index: 1;
    pointer-events: none;
  }

  .uly-def:after{
    /* right: -25px; */
    pointer-events: none;
  }

.my-other-posts-filter select, .uly-custom-select  {
    font-size: 21px;
    /* font-weight: 700; */
    font-weight: 400;
    line-height: 30px;
    background-color: #F8F8F8;
    border-radius: 50px;
    padding: 20px 56px;
    border: none;
    /* width: auto; */
    width: 100%;
    
    text-align: center;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}


@media screen and (min-width:1025px) {
/* .my-other-posts-filter .myof-wrapper:not(:last-child), .my-category-filter button:not(:last-child){
    margin-right: 20px;

} */
.my-other-posts-filter {
    gap:20px;
}
}

.my-category-filter__btn{
    font-weight:400;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

.my-category-filter__btn.active{
    font-weight:700;
    /* width: 100%; */
}

@media screen and (max-width:1180px) {
    .my-other-posts-filter, .my-category-filter{
    flex-direction: column;
    }
    .myof-wrapper{
        margin-bottom: 20px;
        
    }
    .myof-wrapper, .myof-wrapper select{
        width: 100%;
    }
    .myof-wrapper select{
        
    }
}




.uly-team .uly-image-link__description{
    margin-bottom:0;
}

.team-modal {
display: none;
position: fixed;
z-index: 100;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.4);

}

.team-modal__wrapper {
    background: #FAF9F6;
    border-radius: 50px;
margin: 5% auto;


width: 90%;
display: flex;
position: relative;
overflow: hidden;
}

.close {


font-size: 28px;
/* font-weight: bold; */

border-radius: 100%;
position: absolute;
top: 32px;
right: 32px;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
background-color: #000;
color: #fff;
}

.close:hover,
.close:focus {
background-color: red;
text-decoration: none;
cursor: pointer;
}

.team-modal__left,.team-modal__right {
width: 50%;
}



.team-modal__left img {
width: 100%;
height: auto;
}

.team-modal__right {

display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.arrow-link {


font-size: 24px;

position: absolute;
bottom: 32px;
right: 32px;
color: #7EBB55;

}

.team-modal__wrapper .team-modal__right .team-modal__texts .team-modal__title.uly-image-link__text{
    margin-bottom: 0;
}

.team-modal__wrapper .team-modal__left img{
    height: 100%;
    object-fit: cover;
}

.team-modal__subtitle{
    margin-bottom: 20px;
}

.team-modal__texts{
    padding:52px;
}

@media screen and (max-width:980px) {
    .team-modal__left,.team-modal__right {
        width: 100%;
    }
    .team-modal__wrapper{
        flex-direction: column;
        width: 100%;
        /* height: 100%; */
        border-radius:0;
        margin:0;
    }
    .team-modal__texts{
        margin-bottom: 48px;
    }
    .team-modal__right{
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.uly-search {
    flex-grow: 1;
}

.uly-search .search-bar {
    width: 100%;
  }

  
  
  .input-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    
  }
  
  .input-wrapper i {
    position: absolute;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
  }
  
  .input-wrapper input[type=text] {
    width: 100%;
    height: 100%;

    /* padding: 28px 56px 28px 80px; */
    /* padding: 17px 56px 17px 80px; */
    padding: 21px 56px;
    background: #F8F8F8;
    /* font-size: 24px; */
    font-size: 21px;

    /* box-sizing: border-box; */
    border: none;
    border-radius: 50px;
  }
  
  .input-wrapper input:focus {
    outline: none;
    border: 1px solid #007BFF;
  }
  
  .input-wrapper input::placeholder {
    color: #aaa;
  }
  
  /* i.{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */
  .team-modal a svg{
    width: 1em;
  }

  .deactivate-anchor{
    opacity: 0.5;
    pointer-events: none;
  }

  .activate-anchor{
    opacity: 1;
    pointer-events: auto;
  }

  /**/

.elementor-kit-8 a{
	font-size:inherit;
	line-height:inherit;
}