.fs-background {
overflow: hidden;
position: relative;       }
.fs-background,
.fs-background-container,
.fs-background-media {
-webkit-transition: none;
transition: none;
}
.fs-background-container {
width: 100%;
height: 100%;
position: absolute;
top: 0;
z-index: 0;
overflow: hidden;
}
.fs-background-media {
position: absolute;
top: 0;
bottom: 0;
opacity: 0;
}
.fs-background-media.fs-background-animated {
-webkit-transition: opacity 0.5s linear;
transition: opacity 0.5s linear;
}
.fs-background-media img,
.fs-background-media video,
.fs-background-media iframe {
width: 100%;
height: 100%;
display: block;
-webkit-user-drag: none;
}
.fs-background-media.fs-background-native,
.fs-background-media.fs-background-fixed {
width: 100%;
height: 100%;
}
.fs-background-media.fs-background-native img,
.fs-background-media.fs-background-fixed img {
display: none;
}
.fs-background-media.fs-background-native {
background-position: center;
background-size: cover;
}
.fs-background-media.fs-background-fixed {
background-position: center;
background-attachment: fixed;
}
.fs-background-embed.fs-background-ready:after {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: '';
}
.fs-background-embed.fs-background-ready iframe {
z-index: 0;
}.fw-main-row.background-video .fw-container,
.fw-main-row.background-video .fw-container-fluid {
z-index: 1;
}.fw-divider-space {
clear: both;
width: 100%;
}
.fw-divider-space.space-sm {
height: 30px;
}
.fw-divider-space.space-md {
height: 60px;
}
.fw-divider-space.space-lg {
height: 100px;
} .fw-divider-line {
clear: both;
position: relative;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}.certificate-item {
position: relative;
display: table;
table-layout: fixed;
width: 100%;
border: 2px solid #e5e5e5;
border-radius: 8px;
margin-bottom: 20px;
-webkit-transition: all 2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.certificate-item:hover {
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-o-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
-o-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
}
.certi-logo {
display: table-cell;
width: 120px;
height: 100%;
background-color: #f5f5f5;
padding: 25px;
vertical-align: middle;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
.certi-logo img {
display: block;
max-width: 100%;
}
.certi-content {
display: table-cell;
width: 100%;
padding: 20px 25px;
vertical-align: middle;
}
.certi-title h4 {
font-size: 16px;
margin: 0 0 5px;
}
.certi-id {
font-size: .9em;
color: #777;
}
.certi-date {
font-size: 0.7em;
color: #777;
opacity: .7;
}