[class^='imghvr-'], [class*=' imghvr-'] {
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    /*background-color: #002968;*/
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

[class^='imghvr-'] > img, [class*=' imghvr-'] > img {
    vertical-align: top;
    max-width: 100%;
    border-radius:unset;
}

[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
    padding: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    background-color: rgba(61, 180, 183, 0.9);
}

[class^='imghvr-'] figcaption h1, [class^='imghvr-'] figcaption h2, [class^='imghvr-'] figcaption h3, [class^='imghvr-'] figcaption h4, [class^='imghvr-'] figcaption h5, [class^='imghvr-'] figcaption h6, [class*=' imghvr-'] figcaption h1, [class*=' imghvr-'] figcaption h2, [class*=' imghvr-'] figcaption h3, [class*=' imghvr-'] figcaption h4, [class*=' imghvr-'] figcaption h5, [class*=' imghvr-'] figcaption h6 {
    color: #ffffff;
}

[class^='imghvr-'] a, [class*=' imghvr-'] a {
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;*/
    color:#fff;
}
[class^='imghvr-'] > .menucim, [class*=' imghvr-'] > .menucim{
    position: absolute;
    /*width: 80%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    text-align: center;*/
    width: 100%;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 1px;
    bottom: 0;
    padding: 10px 5px 10px 20px;
}

[class^='imghvr-'] * >.overlay-label {
    /*position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    line-height: 1.7em;
    text-transform: uppercase;
    font-size: 1.1em;
    text-align: center;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    color: white;
    line-height: 1.7em;
    text-transform: uppercase;
    font-size: 1.1em;
    padding: 5px;
    position:absolute*/
    color: #fcbf00;
    width: 100%;
    z-index: 3;
    font-size: 0.9em;
    line-height: normal;
    font-weight: 700;
}
[class^='imghvr-'] > .menuoverlay, [class*=' imghvr-'] > .menuoverlay {
    position: absolute;
    /*top: 0;*/
    bottom: 0;
    left: 0;
    right: 0;
    height: 20%;
    width: 100%;
    /* opacity: 0; */
    transition: .5s ease;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    background-image: linear-gradient(rgba(243,240,240,0),rgb(35,45,55,0.9));
    overflow: hidden;
}
    

[class^='imghvr-'], [class*=' imghvr-'], [class^='imghvr-']:before,
[class^='imghvr-']:after, [class*=' imghvr-']:before, [class*=' imghvr-']:after,
[class^='imghvr-'] *, [class*=' imghvr-'] *, [class^='imghvr-'] *:before,
[class^='imghvr-'] *:after, [class*=' imghvr-'] *:before, [class*=' imghvr-'] *:after {
    box-sizing: border-box;
    transition: all .35s ease;
       
}
/* imghvr-flip-*
   ----------------------------- */
[class^='imghvr-flip-'], [class*=' imghvr-flip-'] {
    -webkit-perspective: 50em;
            perspective: 50em;
}

[class^='imghvr-flip-'] img, [class*=' imghvr-flip-'] img {
   /* -webkit-backface-visibility: hidden;
            backface-visibility: hidden;*/
}

[class^='imghvr-flip-'] figcaption, [class*=' imghvr-flip-'] figcaption {
    opacity: 0;
}

[class^='imghvr-flip-']:hover > img, [class*=' imghvr-flip-']:hover > img {
    opacity:1;
}

[class^='imghvr-flip-']:hover figcaption, [class*=' imghvr-flip-']:hover figcaption {
    opacity: 1;
    transition-delay: 0.14s;
}
[class^='imghvr-flip-']:hover>.menucim, [class*=' imghvr-flip-']:hover>.menucim {
    opacity: 0;
    
}

/* imghvr-flip-vert
   ----------------------------- */
.imghvr-flip-vert figcaption {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
}

.imghvr-flip-vert:hover > img {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
}

.imghvr-flip-vert:hover figcaption {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
}
.overlay-amb-name {
    border-bottom: 1px solid #fcbf00;
    padding-bottom: 5px;
}
.emb-arrow {
    float: right;
    font-size: 1.4em;
}
.overlay-amb-name a{
  color:#fff;
}
.emb-box {
    width: 1200px;
}
/*figure.imghvr-flip-vert {
    border: 2px solid #ccd1d1;
}*/
/*box-end*/

.box-icon-text {
   margin-left: 60px;
}
li.resp-tab-item.resp-tab-active {
    color: #28a7af;
}
li.resp-tab-item {
    text-transform: uppercase;
}
.more-information {
    padding: 5px 0;
    font-style: italic;
}
.dexp-grid > h3 {
    background: unset;
    border: unset;
    border-radius: unset;
    clear: both;
    color: #003087;
    /*display: unset;*/
    font-size: 1.3em;
    font-weight: 400;
    line-height: 18px;
    margin: 0 auto 7px;
    padding: 0 0 30px 0;
    /*position: unset;*/
    text-shadow: unset;
    width: unset;
    height: unset;
    text-transform: uppercase;
}
.ambassador-row .col-xl-4.col-lg-4.col-md-4.col-sm-6.col-12 {
    padding-left: 25px !important;
}
.short-description p {
    margin-bottom: 0;
}
.box-icon.yellow {
    background-color: #fdba01 !important;
    border-color: #fdba01 !important;
    color: #fff !important;
}
.box-icon.yellow:hover {
    background-color: #fff !important;
    border-color: #30a0a9 !important;
    color: #30a0a9 !important;
}
.dexp-button.btn.btn-warning {
width: 93%;
margin-bottom: 25px;
text-decoration: none;
background: #fbc10e !important;
border: solid 1px #fbc10f !important;
color: #fff;
}
.dexp-button.btn.btn-warning:hover {
text-decoration: none;
background: #fff !important;
border: solid 1px #fbc10f !important;
color: #fbc10e;
}