
body {
	font-size: 15px;
	line-height: 21px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	background: #f1f1f1;
}  
.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: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding-top: 120px;
    min-height: 450px;
}
.logo{
	padding: 15px;
}
.logo img{
	width:auto;
	border:none;
	border-radius: 0px;
	display:inline;
}
.main-content{
	background: #f1f1f1;
}
.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: #227AB1;
    background-color: #489F9D;
    border-style: solid;
    border-width: 6px 0px 0px;
    margin-top: 49px;
}

.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: 70px 0px;
}
.contant-box .contant-titel h2 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 29px;
    color: #ffffff;
    font-family: 'Noto Sans', sans-serif;
    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: #227AB1;
    padding: 15px 25px;
	height: 143px;	
	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: 8px;
    font-size: 25px;
    color: #ffffff;
}
    

.grating-message-body p {
        line-height: 28px;
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
}

.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;
	margin-top: 30px;
}
.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;
    font-size: 14px;
    margin: 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-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: 30%;
    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;
	}
}




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: #489F9D;
    height: 41px;
}
.support-Portal2 {
    margin: 10px 0px 0px;
    background: #489F9D;
    height: 41px;
}
.support-box{
    color: #fff;
    font-size: 17px !important;
    font-weight: 600;
    line-height: 41px;
}
.support-box i{
    font-size: 17px;
    color: #fff;
    text-align: center;
}


@media (max-width: 767px) {
	.navbar-right {
		margin-right: 0;
	}

  	.contant {
		padding: 0px 0px 0px;
	}
	.contant-box {
		padding: 0px 0px 0px;
		margin: 30px 0px;
	}
	.contact-form-body {
		padding: 0;
	}
	.contact-form {
		background: #B5282E;
		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: #B6292F;
		padding: 5px 20px 15px;
		    margin-bottom: 0;
	}
	.video-part {
		margin: 30px 0px;
		min-height: 352px;
	}
	
}

.contact-box {
    background: #fff;
    padding: 9px 20px 0;
    margin-top: 30px;
    height: auto;
    text-align: center;
    border: 1px solid #227AB1;
    height: 143px;
}

.contact-box h3 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 22px;
    color: #227AB1;
    margin-top: 0px;
}
.contact-box h4 {
        font-size: 17px;
    margin-top: 10px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}
.contact-box p {
    margin: 0 auto;
}


/* Header Logo  Start*/

#top {
    border-style: solid;
    border-color: #227AB1;
    background-color: #c8c3c0;
    border-radius: 2px;
    border-width: 10px 10px 0px;
}
#bottom {
    border-style: solid;
    border-color: #489F9D;
    background-color: rgb(255, 255, 255);
    border-radius: 2px;
    border-width: 0px 10px 10px;
}

#logo-bg-color {
    z-index: 175;
    width: 262px;
    height: 92px;
    position: fixed;
    top: 27px;
    left: 50%;
    margin-left: -581px;
}

#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: 25px;
    left: 50%;
    margin-left: -582px;
}
#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: 290px;
    height: 32px;
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -587px;
}
#bottom {
        z-index: 136;
    width: 290px;
    height: 48px;
    position: fixed;
    top: 83px;
    left: 50%;
    margin-left: -587px;
}


@media (max-width: 1200px){
	#top {
		z-index: 135;
		width: 274px;
		height: 30px;
		position: fixed;
		top: 20px;
		left: 4%;
		margin-left: -1px;
	}
	#bottom {
		z-index: 136;
		width: 274px;
		height: 42px;
		position: fixed;
		top: 83px;
		left: 4%;
		margin-left: 0;
	}
	#logo-bg-color {
		z-index: 175;
		width: 262px;
		height: 92px;
		position: fixed;
		top: 27px;
		left: 4.5%;
		margin-left: 0;
	}

	#logo-box {
    z-index: 177;
    width: 270px;
    height: 96px;
    top: 24px;
    left: 4%;
    margin-left: 0;
	}
}
@media (max-width: 991px){
	#top {
		z-index: 135;
		width: 274px;
		height: 32px;
		position: fixed;
		top: 20px;
		left: 4%;
		margin-left: 2px;
	}
	#bottom {
		z-index: 136;
		width: 274px;
		height: 42px;
		position: fixed;
		top: 83px;
		left: 4%;
		margin-left: 0;
	}
	#logo-bg-color {
		z-index: 175;
		width: 262px;
		height: 92px;
		position: fixed;
		top: 27px;
		left: 4.8%;
		margin-left: 0;
	}
	#logo-box {
		z-index: 177;
		width: 262px;
		height: 95px;
		top: 25px;
		left: 5%;
		margin-left: 0;
	}
}

@media (max-width: 767px){
	#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: 92px;
		position: fixed;
		top: 19px;
		left: 46%;
		margin-left: -117px;
	}
	#logo-box {
		z-index: 177;
		width: 273px;
		height: 97px;
		top: 16px;
		left: 50%;
		margin-left: -150px;
	}
}
@media (max-width: 528px){
	#logo-bg-color {
		left: 47%;
	}
	#logo-box {
		z-index: 177;
		width: 271px;
		height: 96px;
		top: 17px;
		left: 50%;
		margin-left: -130px;
	}
}

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

	#bottom {
		z-index: 136;
		width: 283px;
		height: 42px;
		position: fixed;
		top: 76px;
		left: 45%;
		margin-left: -117px;
	}

}


/* Header Logo  End*/


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