#topSliderSection .firstHeading
{
  text-align: center;
  font-size: 34px !important;
  color: #334150;
  letter-spacing: 0.34px;
}
#topSliderSection .secondHeading
{
  text-align: center;
  font-size: 45px !important;
  font-weight: 900 !important;
  color: #334150;
  letter-spacing: 0.80px;
  margin: 0px;
}
#topSliderSection .thirdHeading
{
  text-align: center;
  color: #7f8fa4;
  font-size: 24px !important;
  letter-spacing: 0.34px;
  font-weight: bold;
  margin-top: 10px;
}
#topSliderSection .btn-action
{
    font-weight: 700 !important;
    font-size: 18px !important;
    letter-spacing: 0;
    background-color: #004369;
    border:1px solid #004369;
    width: 257px;
    height: 46px;
    color: #FFF;
    padding-top:12px;
    text-align: center;
    margin-top:10px;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cloud9-item {
  max-width: 350px;
  min-height: 70px;
}
.wrap {
  width: 980px; /* fixed width, centered in viewport */
  left: -490px;
  margin-left: 50%;
  position: relative;
}
#showcase {
  visibility: hidden;
  height: 350px;
}
#showcase img {
  cursor: pointer;
}
#nav {
  text-align: center;
}
#nav > button {
  width: 50px;
  height: 50px;
  color: #666;
  font: bold 16px arial;
  text-align: center;
  margin: 5px;
  text-shadow: 0px 1px 0px #f5f5f5;
  background: #f6f6f6;
  border: solid 2px rgb(255 251 251 / 40%);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
#nav > button.left {
  position: absolute;
left: -50px;
top: 20% !important;
}
#nav > button.right {
position: absolute;
right: -50px;
top: 20% !important;
}
#nav > button:active,
#nav > button.down {
  background: #dfdfdf;
  border: solid 2px rgb(255 251 251 / 40%);
  box-shadow: none;
}
