@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800');

/*@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800');  */

body {
    font-size: 13px;
    line-height: 21px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background: #f1f1f1;
}

.p {
    color: #eee;
}

a {
    color: #b6872d;
    text-decoration: none;
}

a:hover {
    color: #b6872d;
    text-decoration: underline;
}

.bg-banner {
    background-image: url(../images/bg.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 120px 0 30px 0;
    padding: 180px 0 100px 0;
}

.logo {
    padding: 22px;
}

.logo img {
    width: auto;
    border: none;
    border-radius: 0px;
    display: inline;
}

.main-content {
    background: #f1f1f1;
}

.top-link {
    display: inline-block;
    list-style: none;
    margin-top: 3px;
    margin-bottom: 0px;
}

.greetings-line.top-link li h4 {
    margin: 0px;
    color: #ffffff;
    line-height: 38px;
    font-family: 'Libre Baskerville', serif;
    font-size: 23px;
    font-weight: 600;
}

.top-link li i {
    color: #FFFFFF;
    font-size: 17px;
    padding-right: 15px;
}

.main-box {}

.header-top {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.menu {
    border-color: #8ba8bb;
    background-color: #b6872d;
    border-style: solid;
    border-width: 7px 0px 0px;
    margin-top: 39px;
}

.logo img {
    max-width: 252px;
    width: 100%;
    position: relative;
    top: -50px;
}

.contant h1 {
    color: #FFFFFF;
    text-align: left;
    font-size: 48px;
    line-height: 70px;
    font-weight: 700;
    text-transform: uppercase;
}

.contant-box {
    padding: 10px 0px 23px;
    margin: 30px 0px;
}

.contant-box .contant-titel h2 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 25px;
    color: #ffffff;
    margin-top: 0;
}

.contant-box .contant-message-body p {
    line-height: 25px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    /* margin: auto; */
    margin-top: 12px;
}

.grating-message {
    background: #ffffff;
    padding: 15px 52px 15px;
    min-height: 280px;
    margin: 30px 0px;
    -webkit-box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
    -moz-box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
    box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
}

.mr-t-b {
    margin: 35px 0px 35px;
}

.mr-t {
    margin-top: 70px;
}

.line-horizontal {
    width: 20%;
    border-top: 2px solid #000;
    padding-bottom: 15px;
}

.line-horizontal-how-to {
    width: 10%;
    border-top: 2px solid #01518C;
    padding-bottom: 15px;
    margin: auto;
}

.grating-titel h2 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 25px;
    font-family: 'Libre Baskerville', serif;
    color: #000000;
    margin-top: 7px;
}

.grating-message-body p {
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.video-part {
    margin: 30px 0px;
    min-height: 280px;
}

.video img {
    border: 0px solid #fff;
    border-radius: 0px;
    display: block;
    height: auto;
    margin: auto;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}

.video-wrap {
    margin-top: 30px;
}

.video-wrap .inner {
    text-align: left;
}

.video-wrap .inner {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 1em;
    width: 100%;
    background: rgba(2, 82, 143, 0.7);
    margin-top: -60px;
}

.contact-form {
    background: #FFFFFF;
    padding: 22px 30px 0px;
}

.contact-form h3 {
    color: #01518C;
    font-size: 23px;
}

.contact-form p {
    color: #ffffff;
    font-size: 16px;
}

.contact-form-body {
    padding: 21px 0px 20px;
}

.contact-form .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f5f5f5;
    background-image: none;
    border: 1px solid #f5f5f5;
    box-shadow: none;
    border-radius: 0;
}

.form-group {
    margin-bottom: 15px;
}

.btn-submit {
    box-sizing: content-box;
    line-height: 21px;
}

.submit-button {
    background-color: #c8c3c0;
    color: #ffffff;
    border-radius: 0px;
    padding: 5px 10px;
    font-size: 17px;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    border-radius: 6px;
}

.submit-button:hover {
    color: #ffffff;
    background: #AEAEAE;
    transition: 0.3s ease-in-out;
}

.submit-button:active,
.submit-button:focus {
    color: #ffffff !important;
    background: #AEAEAE;
}

.nopading-right {
    padding-right: 0px;
}

.nopading-left {
    padding-left: 0px;
}

.inner h5 {
    color: #fff;
}

.line-horizontal-video {
    width: 10%;
    border-top: 2px solid #FFF;
    padding-bottom: 15px;
    margin: auto;
}

.video-part {
    background: #01518C;
}

.video-part {
    width: 100%;
    background-image: url(../images/vt-rbs.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
    -moz-box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
    box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
}

.video span.play {
    background: #898d8d00 url(../images/icon-play-white.png) no-repeat scroll 55% center / 30% auto;
    border-radius: 50%;
    display: block;
    height: 66px;
    border: 3px solid #fff;
    left: 50%;
    margin: -35px 0 0 -35px;
    position: absolute;
    top: 50%;
    transition: all 0.25s ease-in-out 0s;
    width: 66px;
}

.heading-howto {
    text-align: center;
}

.heading-howto h2 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
}

.link-mob li i {
    color: #000;
    font-size: 17px;
    padding-right: 10px;
}

.link-mob li a {
    color: #000;
    font-size: 15px;
    text-decoration: none;
    font-weight: 700;
}

.contact-part {
    background: #C7C3C3;
    padding: 30px 0px 30px;
}

.heading-contact {
    text-align: center;
}

.heading-contact h2 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 25px;
}

.contact-part p {
    line-height: 2;
    font-size: 15px;
}

.head {
    font-weight: 500;
}

.fotter {
    background: #01518C;
}

.fotter p {
    color: #FFFFFF;
    line-height: 4;
    margin: 0px;
    font-size: 16px;
    text-align: center;
}

@media (max-width: 1200px) {
    .contact-form {
        background: #B5282E;
        padding: 22px 30px 23px;
    }
}

@media (max-width: 767px) {
    .contant {
        padding: 70px 0px 70px;
    }
    .contant h1 {
        font-size: 20px;
        line-height: 31px;
        margin: 0px;
    }
    .main-box {
        width: 100%;
        margin: auto;
    }
    .top-link {
        text-align: center;
        display: block;
        padding: 0px;
    }
    .logo {
        text-align: center;
    }
    .fotter p {
        line-height: normal;
        text-align: center;
        padding: 9px;
    }
    .nopading-right {
        padding-right: 15px;
    }
    .nopading-left {
        padding-left: 15px;
    }
    .main-content {
        background: #fff;
        padding-top: 40px;
    }
}

#top {
    border-style: solid;
    border-color: #8ba8bb;
    background-color: rgb(255, 255, 255);
    border-radius: 2px;
    border-width: 10px 10px 0px;
}

#bottom {
    border-style: solid;
    border-color: #b6872d;
    background-color: rgb(255, 255, 255);
    border-radius: 2px;
    border-width: 0px 10px 10px;
}

#u1821945 {
    z-index: 137;
    height: 39px;
    position: fixed;
    top: 58px;
}

#u1821945 {
    border-color: rgb(199, 195, 195);
    border-style: solid;
    background-color: rgb(1, 81, 140);
    border-width: 5px 0px 0px;
}

#menuu1821796 {
    z-index: 138;
    width: 485px;
    height: 39px;
    position: fixed;
    top: 63px;
    left: 50%;
    margin-left: 95px;
}

#u1821934,
#menuu1821796,
#u11266098 {
    border-width: 0px;
    border-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
}

#u1838851 {
    z-index: 175;
    width: 306px;
    height: 92px;
    position: fixed;
    top: 19px;
    left: 50%;
    margin-left: -581px;
}

#u1838851 {
    border-width: 0px;
    border-color: rgba(0, 0, 0, 0);
    background-color: rgb(255, 255, 255);
}

#u1821930 {
    z-index: 176;
    width: 234px;
    padding-bottom: 62px;
    top: 37px;
    left: 50%;
    margin-left: -566px;
}

#u1821907,
#u1821930,
#logo-box {
    position: fixed;
}

#u1821930 {
    border-width: 0px;
    border-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
}

#logo-box {
    z-index: 177;
    width: 290px;
    height: 63px;
    top: 31px;
    left: 50%;
    margin-left: -572px;
}

#logo-box {
    border-color: rgba(0, 0, 0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    border-width: 0px;
    filter: alpha(opacity=100);
    background-size: contain;
}

#top {
    z-index: 135;
    width: 320px;
    height: 35px;
    position: fixed;
    top: 11px;
    left: 50%;
    margin-left: -587px;
}

#bottom {
    z-index: 136;
    width: 320px;
    height: 42px;
    position: fixed;
    top: 76px;
    left: 50%;
    margin-left: -587px;
}

figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #3085a3;
    background: rgba(48, 133, 163, 0);
    text-align: center;
    cursor: pointer;
}

figure.effect-lily img {
    width: 100%;
    opacity: 1;
}

figure.effect-lily figcaption {
    text-align: left;
}

figure.effect-lily figcaption>div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    width: 100%;
    background: #02528f;
}

figcaption h4 {
    color: #ffffff;
    font-size: 14px;
}

.support-Portal {
    margin: 30px 0px;
    background: #02528f;
}

.support-box {
    padding: 39px;
    -webkit-box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
    -moz-box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
    box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
    background-color: #8ba8bb;
}

.support-box i {
    font-size: 116px;
    color: #fff;
    text-align: center;
}

.support-box h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

.support-box h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    margin-top: 0;
}

.bottom-a {
    margin-bottom: 30px;
}

.bottom-a .btn-primary {
    color: #fff;
    background-color: #02528f;
    border-color: #004477;
}

.bottom-a .btn {
    display: inline-block;
    background-color: #b6872d;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    /* border-radius: 0px; */
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    text-transform: uppercase;
    border-radius: 4px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    transition: 0.3s ease-in-out;
}

.bottom-a .btn-primary:hover,
.bottom-a .btn-primary:active,
.bottom-a .btn-primary:focus {
    color: #fff;
    background-color: #8ba8bb !important;
    border-color: #8ba8bb !important;
}

@media (max-width: 767px) {
    .navbar-right {
        margin-right: 0;
    }
    #top {
        z-index: 135;
        width: 274px;
        height: 41px;
        position: fixed;
        top: 12px;
        left: 48%;
        margin-left: -117px;
    }
    #bottom {
        z-index: 136;
        width: 274px;
        height: 42px;
        position: fixed;
        top: 76px;
        left: 48%;
        margin-left: -117px;
    }
    #u1838851 {
        z-index: 175;
        width: 258px;
        height: 92px;
        position: fixed;
        top: 19px;
        left: 50%;
        margin-left: -117px;
    }
    #logo-box {
        z-index: 177;
        width: 234px;
        height: 62px;
        top: 26px;
        left: 50%;
        margin-left: -117px;
    }
    .contant {
        padding: 0px 0px 0px;
    }
    .contant-box {
        padding: 0px 0px 0px;
        margin: 30px 0px;
    }
    .contact-form-body {
        padding: 0;
    }
    .contact-form {
        background: #ffffff;
        padding: 22px 20px 10px;
        margin-bottom: 15px;
    }
    .contant h1 {
        font-size: 20px;
        line-height: 31px;
        margin: 0px;
    }
    .main-box {
        width: 100%;
        margin: auto;
    }
    .top-link {
        text-align: center;
        display: block;
        padding: 0px;
    }
    .logo {
        text-align: center;
    }
    .fotter p {
        line-height: normal;
        text-align: center;
        padding: 9px;
    }
    .nopading-right {
        padding-right: 15px;
    }
    .nopading-left {
        padding-left: 15px;
    }
    .main-content {
        background: #fff;
        padding-top: 0px;
    }
    .grating-message {
        background: #ffffff;
        padding: 5px 20px 15px;
        margin-bottom: 0;
    }
    .video-part {
        margin: 30px 0px;
        min-height: 352px;
    }
    .bottom-a .btn {
        padding: 10px 10px;
        font-size: 14px;
        width: 100%;
    }
}