/*cabin*/
*, body {
  font-family: 'Cabin';
  font-weight: normal;
  font-style: normal;
}

header.header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 4;
}

.log {
  display: inline-block;
}

.log > a {
  width: 120px;
  display: block;
  margin: 20px 0px;
}

@media (max-width: 768px) {
  .log > aimg {
    padding: 10px;
  }
}

.log-right {
  display: inline-block;
  float: right;
  padding: 23px 20px;
}

@media (max-width: 768px) {
  .log-right {
    padding: 23px 10px;
  }
}

.log-right > h1 {
  color: #A74E86;
  font-weight: 600;
  font-size: 2rem;
}

.frst-sec {
  margin-top: 95px;
  padding: 0;
  height: auto;
}

.sec-bg {
  background: linear-gradient(#DCE7F9 318px, #FFFFFF 0%);
  height: 100%;
}

@media (max-width: 600px) {
  .sec-bg {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50vw, #DCE7F9), color-stop(0%, #FFFFFF));
    background: linear-gradient(#DCE7F9 50vw, #FFFFFF 0%);
  }
}

.back-bg {
  background-image: url("../images/fams-banner.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 318px;
  position: relative;
}

@media (max-width: 600px) {
  .back-bg {
    height: 50vw;
  }
}

.cnt-track {
  bottom: 0;
  position: absolute;
  background-color: #DCE7F9;
  opacity: 0.7;
  padding: 20px;
  width: 100%;
}

@media (max-width: 992px) {
  .cnt-track {
    padding: 5px;
  }
}

.cnt-track > h3 {
  font-size: 1.5rem;
  color: #000;
}

.cnt-track > h3.cnt-tam {
  font-weight: 900;
}

@media (max-width: 767px) {
  .cnt-track > h3 {
    font-size: 1rem;
  }
}

.cnt-track > .cnt-track {
  font-weight: 600;
}

.testinomial-slick .test-para {
  padding: 10px 20px;
}

.testinomial-slick .test-para > h5 {
  font-weight: 700;
}

.testinomial-slick .test-para > p {
  position: relative;
  padding: 0px 35px;
  line-height: 1.75rem;
  font-size: .95rem;
  text-align: justify;
  margin-bottom: .5rem;
}

.testinomial-slick .test-para > p::before {
  content: '';
  background: url("../images/quote-1.png") no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 0;
}

@media (max-width: 450px) {
  .testinomial-slick .test-para > p::before {
    top: 4px;
    left: -8px;
    width: 13px;
    height: 13px;
  }
}

.testinomial-slick .test-para > p::after {
  content: '';
  background: url("../images/quote-1.png") no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 8px;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (max-width: 450px) {
  .testinomial-slick .test-para > p::after {
    bottom: 4px;
    right: -8px;
    width: 13px;
    height: 13px;
  }
}

@media (max-width: 768px) {
  .testinomial-slick .test-para > p {
    font-size: .75rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 450px) {
  .testinomial-slick .test-para > p {
    line-height: 1.3rem;
    font-size: .8rem;
    padding: 0px 10px;
  }
}

.testinomial-slick .test-para > .test-adress {
  font-size: 12px;
  padding: 0px 35px;
  line-height: 1.25rem;
}

@media (max-width: 450px) {
  .testinomial-slick .test-para > .test-adress {
    font-size: .7rem;
    padding: 0px 10px;
    line-height: 1rem;
  }
}

.testinomial-slick .slick-dots li button:before {
  color: #f47121;
  font-size: 9px;
  width: 28px;
  top: -5px;
}

.testinomial-slick .slick-dots li.slick-active {
  width: 40px;
  background-color: #f47121;
  height: 10px;
  border-radius: 12px;
}

.testinomial-slick .slick-dots-common .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 5px 10px;
  border-radius: 30px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.testinomial-slick .slick-dots {
  bottom: -13px;
}

.testinomial-slick .slick-slide {
  outline: none;
}

.snd-sec {
  background-color: #F9F9F9;
  padding: 40px 0px;
}

.snd-sec .chose-fact h3 {
  padding: 20px 0px;
  text-align: center;
  font-weight: 700;
}

.snd-sec .ast-benifit {
  background-color: #FFFFFF;
  padding: 15px 20px;
  -webkit-box-shadow: 0 8px 8px -4px #e9ecef;
          box-shadow: 0 8px 8px -4px #e9ecef;
  border: 1px solid #e9ecef;
  margin-bottom: .75rem;
}

.snd-sec .ast-benifit > h5 {
  font-size: 1rem;
  font-weight: 600;
}

.snd-sec .ast-benifit > p {
  font-size: .85rem;
  margin-bottom: 0;
}

.lp-form {
  background: #f5f5f5;
  padding: 20px;
}

.lp-form h5 {
  margin-bottom: 20px;
}

.lp-form .form-group input {
  background: transparent;
  border-bottom: 1px #d8d8d8 solid !important;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.lp-form .form-group {
  margin-bottom: .5rem;
}

.form-group.form-check label {
  font-size: 13px;
  line-height: 25px;
}

.form-group span {
  font-size: 11px;
  line-height: 13px !important;
  display: block;
}

.form-check {
  margin-bottom: 8px;
}

button.btn.btn-primary.form-bt {
  background: #f47121 !important;
  border-color: #f47121 !important;
  padding: 5px 20px;
  margin: 10px 0px;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #f47121 !important;
  border-color: #f47121 !important;
  margin: 0 auto;
  display: block;
}

footer {
  text-align: center;
  padding-top: 20px;
  float: left;
  width: 100%;
  border-top: 1px #c6c6c6 solid;
}

@media (max-width: 450px) {
  footer > .container p {
    font-size: .65rem;
  }
}
/*# sourceMappingURL=app.css.map */