@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');

body{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: #444;
    font-weight: normal;
    background-position: top right;
    background-size: cover;
}
.main_header {
    width: auto;
    display: block;
    width: 353px;
    margin: 40px auto 0 auto;
    z-index: 999;
    padding: 10px 30px;
    background-color: #ffffff6e;
    position: relative;
}
.strip_template figure {
    margin: 0;
    overflow: hidden;
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.strip_template figure a {
    padding: 13px 20px 13px 62px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 900;
    color: #ffffff;
    position: relative;
    display: inline-block;
    background-color: #d44b3f;
}

.strip_template figure a:hover {
    background: #46515E;
}

.strip_template figure a i {
    width: 46px;
    height: 46px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 46px;
    font-size: 15px;
}

.strip_template figure section {
    float: left;
    height: 100%;
    display: inline-block;
    z-index: 13;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    width: 50%;
}

.strip_wrapper {
    overflow: auto;
    width: 100%;
    display: block;
    position: relative;
}

.strip_template figure.strip-menu-scroll {
    width: auto;
    position: relative;
    left: auto;
    top: auto;
}

.strip_template figure section .strip-text {
    text-align: center;
    position: relative;
    padding: 0 50px;
    opacity: 0;
    transition: opacity 250ms;
    -webkit-transition: opacity 250ms;
}

.strip_template figure.double section .strip-text {
    text-align: center;
    padding: 15px 15px;
}

.strip_template figure.double section:first-child .strip-text {
    text-align: center;
    padding: 15px 15px 15px 15px;
}

.strip_template figure.strip-menu-scroll section .strip-text {
    left: 0;
    bottom: 165px;
    width: 100%;
    text-align: center;
}

.strip_template .strip-text h1 {
    font-size: 67px;
    line-height: 102px;
    margin-bottom: 11px;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
}
.strip_template .wrapper_href {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:block;
    z-index:15;
    background:none!important;
    padding:0;
}
.strip_template .strip-text h3 {
    font-weight: 100;
    text-transform: none;
    font-size: 27px;
    line-height: 34px;
    color: #ffffff;
    margin: 0 0 52px 0;
}

.strip_template figure section .strip-text,
.strip_template figure section .strip-text h1,
.strip_template figure section .strip-text h3 {
    cursor: default;
}

.strip_template figure.strip-menu-scroll section .logo {
    margin-left: -70px;
    left: 50%;
    top: 88px;
}

.strip-fadder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background: rgba(12, 22, 35, 0);
    transition: background 250ms;
    -webkit-transition: background 250ms;
} 
@media only screen and (min-width: 1025px) {
    section:hover .strip-fadder {
        background: rgba(12, 22, 35, 0.8);
    }
    .strip_template figure section:hover .strip-text {
        opacity: 0.999;
    }
    .strip_template figure section:hover {
        z-index: 15;
    }
}
section.hovered .strip-fadder {
    background: rgba(12, 22, 35, 0.8);
}
.strip_template figure section.hovered .strip-text {
    opacity: 0.999;
}
.strip_template figure section.hovered {
    z-index: 15;
}
.img-certs{
    position:relative;
    width: 100%;
    z-index: 9999999999999;
    position: fixed;
    bottom: 0px;
    text-align: center;
}



@media only screen and (max-width: 600px) {
  .strip-item{
      width: 100% !important;
  }
  .strip_template figure {
    margin: 0;
    overflow: visible !important;
    height: 100%;
    display: block;
    width: 100%;
    position: relative;
}
.main_header {
    width: auto;
    display: block;
    width: 353px;
    margin: 40px auto 0 auto;
    z-index: 999;
    padding: 10px 0px;
    background-color: #ffffff;
    position: relative;
}
.strip_template figure section .strip-text {
    text-align: center;
    position: relative;
    padding: 0 50px;
    opacity: 1;
    transition: opacity 250ms;
    -webkit-transition: opacity 250ms;
}
.strip_template .strip-text h1 {
    font-size: 41px;
    line-height: 30px;
    margin-bottom: 11px;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
}
.strip_template .strip-text h3 {
    font-weight: 100;
    text-transform: none;
    font-size: 15px;
    line-height: 34px;
    color: #ffffff;
    margin: 0 0 30px 0;
}
}