.rd-navbar-fullwidth {
    display: block;
    z-index: 1000;
    background-color: #d6e2f0;
}
.dropdown-menu>li>a{
	color: #fff;
}
.rd-parallax{
	background-image: url(../images/bg.jpg);
    background-position: center;
    /* background-repeat: no-repeat; */
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    color: #fff;
    background-repeat:no-repeat;
}
.rd-parallax h2{
	color: #fff;
}
.page-footer{
	    background-color: #262c81;
}
span{
        color: #2f378f;
}
.service-1{
        background-image: url(../images/bg1.jpg);
    padding-bottom: 30px;
    padding-top: 20px;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
.service-1 h1{
    color: #fff;
}