#ct {
  height: 175px;
}

.ccl {
  margin-top: 7px;
}

.list-unstyled.ccul {
  padding: 35px;
  font-family: Abel, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
}

.ccl:hover {
  color: #0c579c;
}

#formhead {
  font-family: 'Bad Script', cursive;
}

#cg {
  background: linear-gradient(to top, #ffffff, #aadaff);
  width: 100%;
  margin-top: -7px;
  margin-bottom: 37px;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #f0f9ff;
  background-color: rgba(0,39,85,0.909804);
  background-image: none;
  border-radius: 9px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-family: Abel, sans-serif;
}

@media (max-width:1199px) {
  #frm {
    margin: auto;
  }
}

@media (max-width:479px) {
  #frm {
    margin-bottom: 475px;
    padding-right: 3px;
    padding-left: 3px;
  }
}

#kin {
  float: right;
  margin-left: 0px;
  margin-right: 94px;
}

#ups {
  height: 53px;
  background-image: url("../../assets/img/ups.png");
  z-index: 2;
  background-position: center;
  margin-bottom: -72px;
}

#slpn {
  height: 269px;
  background-image: url("../../assets/img/ctc.jpg");
  background-size: cover;
  background-position: bottom;
  margin-bottom: -63px;
  z-index: -4;
  position: relative;
}

#slpp {
  height: 83px;
  background-image: url("../../assets/img/dcc.png");
  width: 100%;
  position: relative;
  margin-top: -5px;
}

#sbt {
  width: 100%;
  background: #b30202;
  padding-top: 12px;
  padding-bottom: 12px;
  text-shadow: none;
  color: #fff;
  margin-top: 11px;
  border: none;
  font-family: 'Bubblegum Sans', cursive;
}

