/*
Theme Name: CST
Version: 1.0
*/
.form-control:focus {
  background: #FFF; }

.section-7 input.form-control,
.section-7 textarea.form-control {
  color: #000; }

@media only screen and (max-width: 767px) {
  .badge {
    display: none; }

  .header {
    border-bottom: 1px solid #ccc; }

  .hero {
    background: #3C4D58; }

  .section-7 h2 {
    font-size: 18px;
    text-align: center; }
    .section-7 h2 br {
      display: none; }

  .example_title {
    font-size: 12px; } }
#section-3 {
  background: #f1f1f1; }

.differense {
  background: #E5E5E5; }

.advantage {
  display: table; }
  .advantage > div {
    display: table-cell;
    vertical-align: middle; }
  .advantage img {
    height: 60px;
    width: auto; }

.advantage_icon {
  width: 40px; }

.line-1 .step_text {
  height: 85px !important; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.frame {
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  .frame img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }

.btn.btn-primary {
  line-height: 55px; }

.btn-primary.btn-sm {
  line-height: 31px; }

.wpcf7-response-output {
  color: #FFF; }

/*# sourceMappingURL=style.css.map */
