.itopplus-background {

}
.navbar-nav {
  float: none !important;
  display: inline-block !important;
}

.navbar-default .navbar-nav > li > a {
     /*font-weight: bold;*/
  font-family:RSU !important;
  font-size: 19px !important;
 font-style: bold;
}
 


.service-block {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 3%;
}


@media screen and (min-width : 1024px) {
#controlBanner {
    width: 60%;
    padding: 8% 0%;
}
.itopplus-menu {
    margin-top: 45px;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
   display: block;
   margin: 0;
}
}

@media screen and (min-width : 1900px) {
.navbar-default .navbar-nav > li > a {
    font-size: 24px !important;;
}
#controlBanner {
    width: 45%;
}
.itopplus-menu {
    margin-top: 55px;
}
.dropdown-menu>li>a {
    font-size: 22px;
}
}



/* oscar*/
figure.effect-oscar {
    background: transparent;
}
figure.effect-oscar figcaption {
    background: rgb(255 255 255 / 0%);
}
figure.effect-oscar img {
    opacity: 1;
}
figure.effect-oscar:hover img {
    opacity: 1;
}
figure.effect-oscar figcaption::before {
	border: 0px solid #fff;
}
figure.effect-oscar figcaption {
   background: rgb(12 47 80 / 0.8);
}
figure.effect-oscar:hover figcaption {
    background: rgb(12 47 80 / 0.5);
}
figure.effect-oscar h2 {
       margin: 0% 0 0px 0;
    -webkit-transition: -webkit-transform 0.32s;
    transition: transform 0.32s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-oscar:hover h2 {
    opacity: 1;
    transition: 0.32s;
  transform: none!important;
}
.grid figure h2 {
    word-spacing: 0em;
    font-weight: 300;
    text-transform: none;
}
figure.effect-oscar img {
	max-width: none;
	-webkit-transition: opacity 0.32s, -webkit-transform  0.32s;
	transition: opacity  0.32s, transform  0.32s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-oscar:hover img {
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}
figure.effect-oscar figcaption {
    background: rgb(12 47 80 / 0%) !important;
}
/* oscar */

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h1 {
    font-size: 2em;
}
h2 {
    font-size: 3em;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 28px;
}
p {
    font-size: 16px;
}

.blockone {
    text-align: center;
    padding: 6% 0% 2%;
}
.service-block h1 {
    font-weight: 600;
}

