/* Futura webfont */

@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura-Bold.woff2') format('woff2'),
    url('../fonts/Futura-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Bk BT';
    src: url('../fonts/FuturaBT-Book.woff2') format('woff2'),
    url('../fonts/FuturaBT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/FuturaBT-Medium.woff2') format('woff2'),
    url('../fonts/FuturaBT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std 47 Light Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Std 47 Light Condensed'), url('../fonts/HelveticaNeueLTStd-LtCn.woff') format('woff');
}

/* web Style */

* {
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s
}

.mainrwrap {
    max-width: 1700px;
    background-image: url("../images/background-image.png");
    position: relative;
    background-size: cover;
    float: none;
    margin: auto;

}

.mt50 {
    /*    margin-top: 50px;*/
}

.logo {
    padding: 100px 0px 30px 0;
}

.logo img {
    max-width: 200px;
}

.gskimage {
    position: absolute;
    right: 50px;
    top: 50px;
}

.gskimage img {
    max-width: 120px;
}

.red {
    color: #e4170e !important;
}

.blue {
    color: #0063a7 !important;
}

.fontBold {
    font-family: 'Futura';
}

.fontMed {
    font-family: 'Futura Md BT';
}

.fontlight {
    font-family: 'Futura Bk BT'
}

.font3R {
    font-size: 3.2rem;
}

.font2R {
    font-size: 2rem;
}

.mt30 {
    margin-top: 30px;
}

.borderBottm {
    padding-bottom: 15px;
    border-bottom: 2px solid #0063a7;
    margin-bottom: 15px;
}

.product01 img {
    max-width: 215px;
    margin-left: 50px;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.product01-list ul li {
    font-family: 'Futura Md BT';
    color: #0063a7;
    font-size: 28px;
    margin: 15px 0 40px;
    line-height: 32px;
}

.product01-list ul li img {
    width: 55px;
    margin-right: 15px;
    float: left;
}

.mb10 {
    margin-bottom: 10px !important;
}

.pad20 {
    padding: 20px 0;
}

.leftList h2 {
    font-family: 'Futura';
    color: #e4170e;
    font-size: 26px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.leftList ul {
    list-style-type: disc;
    padding: 0 40px;
}

.leftList ul li {
    color: #0063a7;
    font-family: 'Futura Bk BT';
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}

.borderRight {
    border-right: 2px solid #0063a7;
}

.mt70 {
    margin-top: 70px !important;
}

.productBottomImage img {
    max-width: 100%;
}

.productBottomImage .container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    color: #0063a7;
    font-family: 'Futura Bk BT';
}

.text-center.borderBottm h1 {
    text-shadow: 0 0 1px #FFF, 0 0 10px #FFF, 0 0 32px #FFF, 0 0 0px #FFF, 0 0 0px #FFF, 0 0 23px #FFF, 0 0 53px #FFF, 0 0 15px #FFF;
}

.heading02 {
    font-family: 'Futura Bk BT';
    font-size: 50px;
    margin-top: -10px;
    margin-bottom: 50px;
}

.stepSection h1 {
    font-family: 'Futura Bk BT';
    font-size: 32px;
    margin-bottom: 30px;
}

.stepSection h1 span {
    font-family: 'Futura' !important;
}

.stepSection {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}


.stepSection::before {
    content: "";
    background-image: url(../images/border-top.png);
    width: 100%;
    height: 51px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.stepSection::after {
    content: "";
    background-image: url(../images/border-bottom.png);
    width: 100%;
    height: 51px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.borderInner {
    border-right: 9px solid #9ec0e1;
    padding-top: 0;
    overflow: hidden;
    border-left: 9px solid #9ec0e1;
    margin-top: 30px;
    padding: 0 90px;
}

.stepInner h2 {
    text-align: center;
    font-family: 'Futura';
    color: #0063a7 !important;
}

.stepInner ul {}

.stepInner ul li {
    font-size: 18px;
    color: #0063a7 !important;
    font-family: 'Futura Bk BT';
}

.stepInner p {
    text-align: center;
}

.stepInner h3 {
    text-align: center;
}

.stepInner h4 {
    text-align: center;
}

.stepInner h5 {
    text-align: center;
}

.stepInner {
    border-top: 2px solid #0063a7;
    padding: 15px 20px 0 20px;
    position: relative;
    border-left: 2px solid #0063a7;
    border-right: 2px solid #0063a7;
}

.stepInner::after {
    content: "";
    background-image: url(../images/border-bot.png);
    position: absolute;
    width: 101.8%;
    height: 75px;
    background-size: contain;
    left: 0;
    background-repeat: no-repeat;
    margin: 0px 0 0 -2px;
}

.stepInner ul {
    padding-bottom: 10px;
}

.borderInner h3 {
    margin-top: 65px;
    text-align: center;
    color: #0063a7;
}

.stepInner ul.pm50 {
    padding-bottom: 50px;
}

.borderInner h4 {
    font-family: 'Futura Bk BT';
    margin-top: 75px;
    text-align: center;
    font-size: 22px;
    position: relative;
}

.borderInner h4 span {
    font-family: 'Futura' !important;
}

.borderInner h5 {
    font-family: 'Futura';
    color: #e4170e !important;
    text-align: center;
    padding-top: 65px;
    font-size: 32px;
}

.borderInner h4::before {
    content: "";
    position: absolute;
    background-image: url(../images/arrow-left.png);
    width: 170px;
    height: 82px;
    background-repeat: no-repeat;
    left: -110px;
    background-size: contain;
}

.borderInner h4::after {
    content: "";
    position: absolute;
    background-image: url(../images/arrow-right.png);
    width: 170px;
    height: 82px;
    background-repeat: no-repeat;
    right: -130px;
    background-size: contain;
}

.borderInner p {
    text-align: center;
    margin-top: 60px;
    width: 100%;
    margin-bottom: 0;
    font-size: 16px;
    color: #0063a7 !important;
    font-family: 'Futura Bk BT';
}

.process h1 {
    font-family: 'Futura' !important;
    text-align: center;
}

.process p {
    font-family: 'Futura Bk BT';
    font-size: 28px;
    padding-left: 28px;
    margin-top: -15px;
}

.process p img {
    width: 50px;
}

.process {
    margin-top: 50px;
}

.processImage img {
    max-width: 100%;
    width: 100%;
}

.processImage {
    margin-top: 35px;
}

.dis p {
    font-family: 'Helvetica Neue LT Std 47 Light Condensed';
    color: #fff;
    font-size: 14px;
    text-shadow: 1px 1px 1px #00000070;
    line-height: 16px;
}

.dis {
    margin: 50px 0 0;
    padding-bottom: 50px;
}

@media screen and (max-width: 1200px) {
    .borderInner {
        padding: 0 25px;
    }
    .stepInner ul li {
        font-size: 16px;
    }
    .process p {
        font-family: 'Futura Bk BT';
        font-size: 22px;
        padding-left: 0;
        margin-top: -10px;
        text-align: center;
    }
    .process h1 {
        font-family: 'Futura' !important;
        text-align: center;
        font-size: 32px;
    }
}

@media screen and (max-width: 991px) {
    .product01 {
        text-align: center;
    }
    .mb10 {
        margin-bottom: 40px !important;
    }
    .borderRight {
        border-right: 0px solid #0063a7;
    }
    .borderInner {
        border-right: 5px solid #9ec0e1;
        padding-top: 0;
        overflow: hidden;
        border-left: 5px solid #9ec0e1;
        margin-top: 23px;
        padding: 0 90px;
    }
    .stepInner ul li {
        font-size: 18px;
        text-align: center;
    }
    .stepInner::after {
        display: none
    }
    .stepInner {
        padding: 15px 20px 15px 20px;
        border-bottom: 2px solid #0063a7;
    }
    .stepInner ul.pm50 {
        padding-bottom: 10px;
    }
    .borderInner h3 {
        margin-top: 15px;
        margin-bottom: 50px;
    }
    .borderInner h4 {
        margin-top: 15px;
        margin-bottom: 50px;
    }
    .borderInner h4::before,
    .borderInner h4::after {
        display: none;
    }
    .borderInner h5 {
        padding-top: 15px;
    }
    .process p {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .borderInner {
        margin-top: 15px;
        padding: 25px 40px;
    }
    .font3R {
        font-size: 36px;
    }
    .heading02 {
        font-size: 35px;
        margin-top: 0;
    }
    .info {
        font-size: 10px !important;
        margin-top: 0px !important;
    }
    .mainrwrap {
        background-size: auto;
    }
}

@media screen and (max-width: 430px) {
    .font3R {
        font-size: 26px;
    }
    .gskimage img {
        max-width: 80px;
    }
    .gskimage {
        position: absolute;
        right: 30px;
        top: 30px;
    }
    .process h1 {
        font-size: 24px;
    }
    .process p {
        font-size: 18px;
        margin-top: 0px;
    }
    .productBottomImage .container {
        left: 0;
        bottom: -16px;
        padding-left: 40px;
    }
    .product01-list ul li {
        font-size: 24px;
    }
    .leftList h2 {
        font-size: 22px;
    }
    .leftList ul {
        padding: 0 25px;
    }
    .leftList ul li {
        font-size: 20px;
    }
    .stepSection h1 {
        font-size: 24px;
    }
    .text-center.borderBottm h1 {
        font-size: 24px;
    }
    .product01 img {
        max-width: 190px;
        margin: 0 auto;
    }
    .logo img {
        max-width: 180px;
    }
    .info {
        font-size: 8px !important;
        margin-top: 0px !important;
    }
    .mainrwrap {
        background-size: auto;
    }
    .stepSection {
        display: none;
    }
    .empfeh {
        display: none;
    }
    .logo {
        padding: 100px 0px 0px 0;
    }
}