.top-section {
  background-color: #3c3c41;
  background-image: url(../Images/Slider-Images-05.jpg);
  width: 100%;
  height: 600px;
  color: white;
}
.col-12 {
  padding-top: 130px;
  padding-bottom: 10px;
}
.upperDiv {
  background-color: white;
  width: 100%;
  height: auto;
  color: #3c3c41;
}
.first {
  height: 500px;
}
.first > .row > .col-12 {
  padding-top: 130px;
  padding-bottom: 10px;
}

.parallax {
  background-image: url("../Images/index-jumbotron@2x.png");
  min-height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container > h3 {
  text-align: center;
  font-weight: 300;
}
.cnt {
  width: 100%;
  background-color: #fbfbfb;
}
.cnt > h2 {
  text-transform: capitalize;
}
.container > .row > .col-md-4 i,
.container > .row > .col-md-6 i {
  font-size: 40px;
  color: #4557c9;
}
.container > .row > .col-md-4 h2 {
  font-size: larger;
}
.container > .row > .col-md-4 p {
  font-size: small;
}
.container > .row > .col-md-6 p {
  font-size: small;
}
.container > .row > .col-md-6 h2 {
  font-size: larger;
}
.parallex {
  background-image: url("/Images/cubex-pos.jpg");
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
