html {
  box-sizing: border-box;
}


* {
  max-height: 1000000px;
  margin: 0;
  padding: 0;
}

body {
  color: rgb(27, 26, 26);
  font: 16px/1.6 "Roboto", sans-serif;
  min-width: 220px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400; 
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
a:hover {
  text-decoration: none;
}

.btn:hover {
  background-color: #829bef!important;
}

#wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.front1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.front1.round {
  position: relative;
}

.front1.round:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(119, 137, 225, 0.4);
}

.front1, .front1 > .container > .row {
  min-height: 230px;
  height: calc(20vh);
}


.front1 h2 {
  font-weight: 100;
  color: #ffffff;
  font-size: .5rem;
}   

 
@media (min-width: 768px) {
 
  .front1 h2{
      font-size: 4rem;
      font-weight: 300;
      line-height: 1.2; 
  }
}


#h1 {
  padding: 16px 0;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 0 8px 0px rgba(37, 37, 37, 0.1);
  transition: all 0.4s linear;
}

@media only screen and (max-width: 1023px) {
  #h1 {
    padding: 10px 0;
  }
}
#h1 .navbar {
  padding: 0;
  justify-content: space-between;
}
#h1 .navbar-brand {
  background-image: linear-gradient(to left, rgb(7, 30, 114), rgb(7, 56, 171), rgb(39, 62, 233), rgb(3, 5, 98), rgb(79, 151, 222), rgb(10, 55, 110), rgb(133, 140, 239));
  -webkit-background-clip:text;
  color: transparent;
  font-weight: 600;
  height: auto;
  padding: 0;
  font-size: 20px;
  line-height: 1.6;
}
#h1 .navbar-collapse {
  flex-grow: 0;
}
#h1 .navbar-collapse .navbar-nav {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0 0;
}
@media only screen and (max-width: 1023px) {
  #h1 .navbar-collapse .navbar-nav {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  #h1 .navbar-collapse .navbar-nav {
    margin: 0;
  }
}
#h1 .navbar-collapse .nitem {
  padding: 0 10px 5px;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  #h1 .navbar-collapse .nitem {
    float: none;
    display: block;
    padding: 7px 0;
  }
}
#h1 .navbar-collapse .nitem:last-child {
  padding-right: 0;
}
#h1 .navbar-collapse .nitem a {
  padding: 0;
  color: #0c0b0b;
  position: relative;
}
#h1 .navbar-collapse .nitem a:hover {
  background: none;
  background-image: linear-gradient(to left, rgb(7, 30, 114), rgb(7, 56, 171), rgb(39, 62, 233), rgb(3, 5, 98), rgb(79, 151, 222), rgb(10, 55, 110), rgb(133, 140, 239));
  -webkit-background-clip:text;
  color: transparent;
}
#h1 .navbar-collapse .nitem a:hover:before {
  right: 0;
  left: 0;
  opacity: 1;
}

@media only screen and (max-width: 1023px) {
  body {
    font-size: 15px;
    line-height: 24px;
  }
  
}
.up-scroll {
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(132, 144, 189);
  border-radius: 3px;
  color: #fff;
  display: none;
}

@media only screen and (max-width: 767px) {
  .up-scroll {
    width: 40px;
    height: 40px;
  }
}

.up-scroll:before {
  width: 13px;
  height: 13px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  content: '';
  border-style: solid;
  border-color: #fff;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -6px;
}

@media only screen and (max-width: 767px) {
  .up-scroll:before {
    width: 11px;
    height: 11px; 
  }
}

.up-scroll:hover {
  background: #06018b;
}






