.white-link a{
    color: #ccc!important;
}
.white-link a:hover{
    color: #00aeef!important;
}
body .btn-icon-hover i.fas{
    width: 18px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -9px;
    opacity: 0;
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
}
body .btn-icon-hover:hover span{
    transform: translateX(-18px);
}
body .btn-icon-hover:hover i.fas {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    transform: translateX(6px);
}
.modal-search-field .fusion-search-field input{
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
}
.fusion-search-submit.searchsubmit{
    opacity: 0;
    visibility: hidden;
}
.fusion-accordian .panel-title a.active,
.fusion-accordian .panel-title a:hover{
    background-color: #00aeff;
    color: #fff!important;
}
body .fusion-accordian .panel-title a:hover span,
body #content .fusion-accordian .panel-title a:hover span i{
    color: #fff!important;
}
.fusion-accordian .collapse.in .panel-body{
    color: #676767;
}
.team-member .awb-imageframe-caption-container{
    position: absolute;
    z-index: 10;
    bottom: 40px;
    left: 25px;
    width: 85%;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}
.team-member .fusion-image-element:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: ' ';
    opacity: 0;
    display: block;
    transition: all .3s;
    -webkit-transition: all .3s;
    background: linear-gradient(to top, #333 0, rgba(51, 51, 51, .8) 20%, rgba(51, 51, 51, 0) 100%);
    background: -webkit-linear-gradient(to top,#333 0,rgba(51,51,51,.8) 20%,rgba(51,51,51,0) 100%);
    z-index: 1;
}
.team-member .fusion-image-element:hover:after {
    opacity: 1;
}
.team-member .fusion-image-element:hover .awb-imageframe-caption-container {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}
.team-member .fusion-image-element,
.team-member .fusion-image-element > div,
.team-member .fusion-image-element > div > .fusion-imageframe,
.team-member .fusion-image-element > div > .fusion-imageframe img{
    height: 100%;
}
.portfolio-filters .fusion-filters{
    margin-top: 0;
    z-index: 100;
    height: auto;
    padding:20px 30px;
    background-color: #252525;
    -webkit-backface-visibility: hidden;
    text-align: center;
    display: flex !important;
    align-items: center;
    margin-bottom: 1px;
    justify-content: center;
    flex-wrap: wrap;
}
.portfolio-filters .fusion-filters li a {
    color: #999;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px;
}
.portfolio-filters .fusion-filters li a:hover {
    color: #eee;
}
.portfolio-filters .fusion-filters li.fusion-filter {
    margin-right: 2px;
}
body .portfolio-filters .fusion-filter.fusion-active a{
    border: none;
}
                                                                                                                                                                     
body .portfolio-filters .fusion-portfolio-content{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 20px 16px 20px;
    width: 100%;
    background-color: #00aeef;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    margin: 0;
}

body .portfolio-filters .fusion-post-title{
    font-size: 25px!important;
}
body .portfolio-filters .fusion-post-title a{
    color: #fff!important;
}
body .portfolio-filters .fusion-image-wrapper,
body .portfolio-filters .fusion-image-wrapper img{
    height: 100%;
    width: 100%;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
body .portfolio-filters .fusion-portfolio-content-wrapper{
    overflow: hidden;
    height: 100%;
    position: relative;
}
body .portfolio-filters .fusion-portfolio-content-wrapper:hover img {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    transition-delay: 0.03s;
    -webkit-transition-delay: 0.03s;
}
body .portfolio-filters .fusion-portfolio-content-wrapper:hover .fusion-portfolio-content{
     -webkit-transform: translateY(0px); 
    transform: translateY(0px);
    z-index: 1;
}
body #main .portfolio-navigation .fusion-tb-previous a,
body #main .portfolio-navigation .fusion-tb-next a{
    color: transparent !important;
    width: 30px;
    padding: 0 2px;
}
body #main .portfolio-navigation{
    justify-content: end;
}
.fusion-form-element-required{
    opacity: 0;
}
/*--------------------*/
.custom-popup {
    text-align: center;
    font-size: 14px;
    position: relative;
}
.custom-popup .close-btn{
    position: absolute;
    right: -12px;
    top: -10px;
    cursor: pointer;
}
.custom-popup .close-btn{
    margin-left: 10px;
}
/*-----------------------------*/
@media (max-width:1024px){

    body .portfolio-filters .fusion-post-title {
        font-size: 20px !important;
    }
    body .portfolio-filters .fusion-filters li.fusion-filter{
        border: none;
        margin: 5px;
    }
}