@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
body {
    font-size: 13px;
    line-height: 21px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background: #f1f1f1;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

.p {
    color: #eee;
}

a {
    color: #01518c;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.bg-banner {
    background-image: url(../images/bg-hero.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 190px;
    min-height: 495px;
}

.logo {
    padding: 20px;
}

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

.main-content {
    background: #f1f1f1;
    margin-bottom: 30px;
}

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

.greetings-line.top-link li h4 {
    margin: 0px;
    color: #ffffff;
    line-height: 38px;
    font-size: 28px;
    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: #0e4c90;
    background-color: #f5821f;
    border-style: solid;
    border-width: 5px 0px 0px;
    margin-top: 63px;
}

.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: 47px 0px 23px;
    margin: 30px 0px;
}

.contant-box .contant-titel h2 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 29px;
    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: #0e4c90;
    padding: 35px 30px;
    height: 170px;
    margin: 30px 0px 0 0;
    -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: 8px;
    font-size: 25px;
    color: #ffffff;
}

.grating-message-body p {
    line-height: 29px;
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;
    text-align: justify;
}

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

.video img {
    border: 0px solid #fff;
    border-radius: 0px;
    display: block;
    height: 135px;
    margin: auto;
    position: relative;
    width: auto;
    max-width: 100%;
}

.video-wrap {
    margin-top: 30px;
    height: 135px;
    background-color: #fff;
    border: 1px solid #02528f;
}

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

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

.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: #f5821f;
    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: #0e4c90;
    transition: 0.3s ease-in-out;
}

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

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

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

.inner h5 {
    color:black;
    font-size: 17px;
    margin: 7px 0;
}

.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-color: white;
    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: 40%;
    transition: all 0.25s ease-in-out 0s;
    width: 66px;
}

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

.heading-howto h2 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 28px;
    color: black;
    margin-top: 18px;
}

.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: #ffffff;
        padding: 22px 30px 23px;
    }
    .contact-box{
        height: auto !important;
    }
}

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 0 0;
    background: #f5821f;
    height: 50px;
}

.support-Portal2 {
    margin: 10px 0px 0px;
    background: #f5821f;
    height: 50px;
}

.support-box {
    color: #fff;
    font-size: 15px !important;
    font-weight: 600;
    line-height: 50px;
}

.support-box:hover {
    color: #0e4c90;
}

.support-box:hover i {
    color: #0e4c90;
}

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

.contact-box p a:hover {
    color: #f5821f;
}

.contact-box p i:hover {
    color: #f5821f;
}

.contact-box p a:hover i {
    color: #f5821f;
}

@media (max-width: 767px) {
    .navbar-right {
        margin-right: 0;
    }
    .contant {
        padding: 0px 0px 0px;
    }
    .contant-box {
        padding: 0px 0px 0px;
        margin: 50px 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;
        padding-bottom: 30px;
    }
    .grating-message {
        background: #0e4c90;
        padding: 25px 20px 15px;
        margin-bottom: 0;
        height: auto;
    }
    .video-part {
        margin: 30px 0px;
        min-height: 352px;
    }
    
}

.contact-box {
    background: #fff;
    padding: 22px 32px;
    height: 170px;
    height: auto;
    text-align: center;
    border: 1px solid #02528f;
    height: 170px;
    margin: 30px 0 0 0;
}

.contact-box h3 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
    color: #0e4c90;
    margin-top: 0px;
}

.contact-box h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}

.contact-box p {
    margin: 0 auto;
}


/* Header Logo  Start*/

#top {
    border-style: solid;
    border-color: #0e4c90;
    background-color: #0e4c90;
    border-radius: 2px;
    border-width: 10px 10px 0px;
}

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

#logo-bg-color {
    z-index: 175;
    width: 262px;
    height: 114px;
    position: fixed;
    top: 24px;
    left: 50%;
    margin-left: -549px;
}

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

#logo-box {
    position: fixed;
}

#logo-box {
    z-index: 177;
    width: 265px;
    height: 95px;
    top: 32px;
    left: 50%;
    margin-left: -510px;
}

#logo-box {
    border-color: rgba(0, 0, 0, 0);
    opacity: 1;
    border-width: 0px;
    filter: alpha(opacity=100);
    background-size: contain;
}

#top {
    z-index: 135;
    width: 275px;
    height: 50px;
    position: fixed;
    top: 18px;
    left: 50%;
    margin-left: -556px;
}

#bottom {
    z-index: 136;
    width: 274px;
    height: 42px;
    position: fixed;
    top: 102px;
    left: 50%;
    margin-left: -555px;
}

@media (max-width: 1200px) {
    #top {
        z-index: 135;
        width: 274px;
        height: 42px;
        position: fixed;
        top: 15px;
        left: 4%;
        margin-left: -1px;
    }
    #bottom {
        z-index: 136;
        width: 274px;
        height: 42px;
        position: fixed;
        top: 95px;
        left: 4%;
        margin-left: 0;
    }
    #logo-bg-color {
        z-index: 175;
        width: 262px;
        height: 110px;
        position: fixed;
        top: 20px;
        left: 4.5%;
        margin-left: 0;
    }
    #logo-box {
        z-index: 177;
        width: 270px;
        height: 96px;
        top: 24px;
        left: 8%;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    #top {
        z-index: 135;
        width: 274px;
        height: 40px;
        position: fixed;
        top: 18px;
        left: 4%;
        margin-left: 2px;
    }
    #bottom {
        z-index: 136;
        width: 274px;
        height: 42px;
        position: fixed;
        top: 95px;
        left: 4%;
        margin-left: 3px;
    }
    #logo-bg-color {
        z-index: 175;
        width: 262px;
        height: 107px;
        position: fixed;
        top: 23px;
        left: 4.8%;
        margin-left: 0;
    }
    #logo-box {
        z-index: 177;
        width: 262px;
        height: 95px;
        top: 25px;
        left: 9%;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .menu {
        margin-top: 60px;
    }
    #logo-bg-color {
        z-index: 175;
        width: 256px;
        height: 92px;
        position: fixed;
        top: 19px;
        left: 50%;
        margin-left: -117px;
        z-index: 175;
        width: 267px;
        height: 110px;
        position: fixed;
        top: 23px;
        left: 46%;
        margin-left: -117px;
    }
    #logo-box {
        z-index: 177;
        width: 273px;
        height: 97px;
        top: 28px;
        left: 50%;
        margin-left: -101px;
    }
}

@media (max-width: 528px) {
    #logo-bg-color {
        left: 47%;
    }
    #logo-box {
        z-index: 177;
        width: 271px;
        height: 96px;
        top: 29px;
        left: 50%;
        margin-left: -85px;
    }
}

@media (max-width: 767px) {
    .logo {
        text-align: center;
    }
    #top {
        z-index: 135;
        width: 281px;
        height: 44px;
        position: fixed;
        top: 17px;
        left: 45%;
        margin-left: -116px;
    }
    #bottom {
        z-index: 136;
        width: 281px;
        height: 42px;
        position: fixed;
        top: 98px;
        left: 45%;
        margin-left: -116px;
    }
}


/* Header Logo  End*/

.fancybox-container {
    z-index: 99999;
}