.fancy-image-box-wrapper {
    margin: 40px 0px;
    display: block;
    box-shadow: 0;
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    position: relative;
}

.fancy-image-box-wrapper > a{
    display: block;
}

.fancy-image-box-wrapper img {
    width: 100%;
    display: block;
    height: auto;
}


/* .fancy-image-box-wrapper.title:hover{
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    cursor: pointer;
} */

.fancy-image-box-wrapper.title a[href]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0, transparent 80%, transparent 100%);
    cursor: pointer;
  }
  
  .fancy-image-box-wrapper.title a:not([href]):hover {
    box-shadow: none;
    cursor: default;
  }

  .fancy-image-box-wrapper.title a:not([href]):hover::before{
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0, transparent 80%, transparent 100%);
}


.fancy-image-box-wrapper.title::before{
    display: block;
    position: absolute;
    z-index: 1;
    content: '';
    height: 100%;
    width: 100%;
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, transparent 80%, transparent 100%);
    pointer-events: none;

}
  
.fancy-image-box-wrapper.title .text_wrap{
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    color: #000;
    font-size: 1.1176em;
    line-height: 1.3684;
    font-weight: 600;
    position: relative;
    bottom: 0;
    padding: 10px;
    text-align: center;
    border: 1px solid #eee;
    border-top: none;
    margin-bottom: 20px;
}

.fancy-image-box-wrapper.title.blue .text_wrap{
    background: #435369;
    border: none;
    color: #fff;
}

.fancy-image-box-wrapper.title.red .text_wrap{
    background: #97262c;
    color: #fff;
    border: none;
}

.fancy-image-box-wrapper.title.gray .text_wrap{
    background: #dedede;
    color: #2b2b2b;
    border: none;
}

.fancy-image-box-wrapper.title.black .text_wrap{
    background: #2b2b2b;
    color: #fff;
    border: none;
}

.fancy-image-box-wrapper.title.white .text_wrap{
    background: #fff;
    color: #000;
    border: none;
}

.fancy-image-box-wrapper.bottom_button .text_wrap{
    padding: 25px 20px 18px;
    text-align: center;
    border: 1px solid #ccc;
    border-top: none;
    background-color: white;
    background: #fff;
    display: block;
    width: 100%;
    position: relative;
    bottom: 0;
    color: #2b2b2b;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4118;
}

.fancy-image-box-wrapper.bottom_button .text_wrap .text,
.fancy-image-box-wrapper.bottom_button .text_wrap .btn-text{
    color: #000;
    font-size: 1.1176em;
    line-height: 1.3684;
    font-weight: 600;
}

.fancy-image-box-wrapper.bottom_button  .text_wrap .btn-text{
    display: inline-block;
    clear: both;
    padding: 8px 40px;
    font-size: 1em;
    line-height: 1.3529;
    font-weight: 600 !important;
    text-align: center;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    margin-top: 23px;
    overflow: hidden;
    transition: background-color .3s cubic-bezier(.23,1,.32,1), color .3s cubic-bezier(.23,1,.32,1);
}

.fancy-image-box-wrapper.bottom_button.blue  .text_wrap .btn-text{
    background-color: #435369;
    border-color: #435369;
    color: #fff !important;
}

.fancy-image-box-wrapper.bottom_button.blue  .text_wrap .btn-text:hover{
    background: white;
    color: #2b2b2b !important;
    text-decoration: none;
}

.fancy-image-box-wrapper.bottom_button.gray  .text_wrap .btn-text{
    background-color: #dedede;
    border-color: #dedede;
    color: #2b2b2b !important;
}

.fancy-image-box-wrapper.bottom_button.gray  .text_wrap .btn-text:hover{
    background: white;
    color: #2b2b2b !important;
    border-color: #ccc;
    text-decoration: none;
}

.fancy-image-box-wrapper.bottom_button.red  .text_wrap .btn-text {
    background-color: #97262c;
    border-color: #97262c;
    color: #fff !important;
}

.fancy-image-box-wrapper.bottom_button.red  .text_wrap .btn-text:hover {
    background: white;
    color: #2b2b2b !important;
    border-color: #97262c;
    text-decoration: none;
}

.fancy-image-box-wrapper.bottom_button.black  .text_wrap .btn-text {
    background-color: #2b2b2b;
    border-color: #fff;
    color: #fff !important;
}

.fancy-image-box-wrapper.bottom_button.black  .text_wrap .btn-text:hover {
    background: white;
    color: #000 !important;
    border-color: #000;
    text-decoration: none;
}

.fancy-image-box-wrapper.white .text_wrap {
    border: solid 0.5px rgb(204, 204, 204);
}

.vc_row .vc_column_container>.vc_column-inner {
    padding: 0 10px;
}

.fancy-image-box-wrapper .text_wrap {
    margin-bottom: 5px;
}

.fancy-image-box-wrapper a:hover {
    text-decoration: none;
}

.fancy-image-box-wrapper .image-content span {
    display: inline-block;
    margin: 3px 0;
}


.vc_row .fancy-image-box-wrapper .highlight-line {
    color: #435369;
    font-weight: 600;
}

.vc_row .fancy-image-box-wrapper .highlight-line:hover {
    text-decoration: underline;
}



