@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Poppins&display=swap");
/* line 3, ../../wamp64/www/skylark/dist/scss/style.scss */
:root {
  --swiper-theme-color: #000;
  --swiper-navigation-size: 25px;
}

/* line 8, ../../wamp64/www/skylark/dist/scss/style.scss */
body {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
}

/* line 13, ../../wamp64/www/skylark/dist/scss/style.scss */
a {
  color: #097da2;
}

/* line 17, ../../wamp64/www/skylark/dist/scss/style.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

/* line 25, ../../wamp64/www/skylark/dist/scss/style.scss */
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #097da2;
}

/* line 29, ../../wamp64/www/skylark/dist/scss/style.scss */
a:hover {
  text-decoration: none;
}

/* line 32, ../../wamp64/www/skylark/dist/scss/style.scss */
i {
  vertical-align: bottom;
}

/* line 36, ../../wamp64/www/skylark/dist/scss/style.scss */
.btn-red {
  color: #fff;
  background-color: #d00000;
  border-radius: 0;
  border-bottom: 5px solid #9d0208;
  transition: all 0.2s linear;
}

/* line 43, ../../wamp64/www/skylark/dist/scss/style.scss */
.btn-red:hover {
  transition: all 0.2s linear;
  border-bottom: 0px solid #9d0208;
  background-color: #9d0208;
  transform: translateY(5px);
  color: #fff;
}

/* line 53, ../../wamp64/www/skylark/dist/scss/style.scss */
.logo {
  width: 150px;
}

/* line 58, ../../wamp64/www/skylark/dist/scss/style.scss */
.header a.nav-link {
  color: #000;
  font-size: 1.125rem;
  text-transform: uppercase;
}

/* line 62, ../../wamp64/www/skylark/dist/scss/style.scss */
.header a.nav-link:hover {
  color: #d00000;
}

/* line 67, ../../wamp64/www/skylark/dist/scss/style.scss */
.header .nav-item {
  margin-left: 20px;
}

/* line 72, ../../wamp64/www/skylark/dist/scss/style.scss */
.hero {
  background: #f5f8ff;
  box-shadow: 0 0px 25px -7px rgba(18, 50, 124, 0.4) inset;
}

/* line 77, ../../wamp64/www/skylark/dist/scss/style.scss */
.about {
  background: url(../img/logo-trans.png);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* line 85, ../../wamp64/www/skylark/dist/scss/style.scss */
.products {
  background: #fafafa;
}

/* line 88, ../../wamp64/www/skylark/dist/scss/style.scss */
.products .card-title a {
  color: #000;
}

/* line 90, ../../wamp64/www/skylark/dist/scss/style.scss */
.products .card-title a:hover {
  color: #d00000;
}

/* line 98, ../../wamp64/www/skylark/dist/scss/style.scss */
.whychoose .knowmore {
  background: #9d0208;
  color: #fff;
  padding: 2rem 0;
}

/* line 102, ../../wamp64/www/skylark/dist/scss/style.scss */
.whychoose .knowmore .btn-yellow {
  color: #fff;
  background-color: #f7c625;
  transition: all 0.2s linear;
}

/* line 106, ../../wamp64/www/skylark/dist/scss/style.scss */
.whychoose .knowmore .btn-yellow:hover {
  transform: translateY(-2px);
  transition: all 0.2s linear;
}

/* line 114, ../../wamp64/www/skylark/dist/scss/style.scss */
.footer {
  background: #fafafa;
}

/* line 117, ../../wamp64/www/skylark/dist/scss/style.scss */
.footer p {
  margin-bottom: 0;
}

/* line 122, ../../wamp64/www/skylark/dist/scss/style.scss */
.formbox {
  text-align: center;
  box-shadow: 0 10px 22px 10px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 100;
  margin-bottom: 1.5rem;
}

/* line 130, ../../wamp64/www/skylark/dist/scss/style.scss */
.formhead {
  background: #097da2;
  color: #fff;
  padding: 1.5rem 0rem;
}

/* line 136, ../../wamp64/www/skylark/dist/scss/style.scss */
.formhead h4 {
  color: #fff;
  font-size: 32px;
}

/* line 141, ../../wamp64/www/skylark/dist/scss/style.scss */
.formfld {
  padding: 1.5rem;
}

/* line 145, ../../wamp64/www/skylark/dist/scss/style.scss */
.formfld .form-control {
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  height: 50px;
}

/* line 152, ../../wamp64/www/skylark/dist/scss/style.scss */
.formfld .form-control:focus {
  border-color: #95c12b;
}

/* line 156, ../../wamp64/www/skylark/dist/scss/style.scss */
.formfld .btn-default {
  background: #000;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  border: none;
  padding: 1rem 3.5rem;
}

/* line 166, ../../wamp64/www/skylark/dist/scss/style.scss */
.formBox {
  margin-top: 10px;
  padding: 50px;
}

/* line 171, ../../wamp64/www/skylark/dist/scss/style.scss */
.formBox h1 {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 48px;
}

/* line 180, ../../wamp64/www/skylark/dist/scss/style.scss */
.inputBox {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 37px;
}

/* line 186, ../../wamp64/www/skylark/dist/scss/style.scss */
.inputBox .inputText {
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  transition: .5s;
  opacity: .5;
  color: #000;
}

/* line 196, ../../wamp64/www/skylark/dist/scss/style.scss */
.inputBox .input {
  position: relative;
  width: 100%;
  height: 50px;
  background: 0 0;
  border: none;
  outline: 0;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

/* line 207, ../../wamp64/www/skylark/dist/scss/style.scss */
.selectinput {
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  transition: .5s;
  opacity: .5;
}

/* line 216, ../../wamp64/www/skylark/dist/scss/style.scss */
.inputBox .selectinput {
  position: relative;
  width: 100%;
  height: 50px;
  background: 0 0;
  border: none;
  outline: 0;
  font-size: 14px;
  border-bottom: 1px solid black;
}

/* line 227, ../../wamp64/www/skylark/dist/scss/style.scss */
.focus .inputText {
  transform: translateY(-30px);
  font-size: 15px;
  opacity: 1;
  color: #1a2d42;
}

/* line 234, ../../wamp64/www/skylark/dist/scss/style.scss */
textarea {
  height: 50px !important;
}

/* line 238, ../../wamp64/www/skylark/dist/scss/style.scss */
.button {
  width: 100%;
  height: 50px;
  border: none;
  outline: 0;
  background: #03a9f4;
  color: #fff;
}

/* line 247, ../../wamp64/www/skylark/dist/scss/style.scss */
.parsley-errors-list {
  margin: 12px 0;
  text-align: left;
}

/*____________________________ parsley css __________________________*/
/* line 253, ../../wamp64/www/skylark/dist/scss/style.scss */
input.parsley-success,
input.parsley-success:active,
input.parsley-success:focus,
select.parsley-success,
textarea.parsley-success,
textarea.parsley-success:active,
textarea.parsley-success:focus {
  color: #4caf50;
  /* background-color: #DFF0D8; */
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

/* line 266, ../../wamp64/www/skylark/dist/scss/style.scss */
input.parsley-error,
input.parsley-error:active,
input.parsley-error:focus,
select.parsley-error,
textarea.parsley-error,
textarea.parsley-error:active,
textarea.parsley-error:focus {
  color: #f44336 !important;
  /* background-color: #F2DEDE; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

/* line 278, ../../wamp64/www/skylark/dist/scss/style.scss */
.parsley-errors-list {
  margin: 8px 0 3px;
  padding: 0;
  color: #f44336;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

/* line 292, ../../wamp64/www/skylark/dist/scss/style.scss */
.parsley-errors-list.filled {
  opacity: 1;
}

/* line 296, ../../wamp64/www/skylark/dist/scss/style.scss */
.whybox {
  background: #097da2;
  color: #fff;
}

/* line 299, ../../wamp64/www/skylark/dist/scss/style.scss */
.whybox h2 {
  color: #f7c625;
  text-transform: uppercase;
}

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