@media only screen and (max-width: 600px) {
  .secTwo img {
    width: 50%;
    margin: auto;
  }
  .m-big {
    width: 75% !important;
  }
  .secZero .miniForm {
    background: #f7f7f7 !important;
  }
  .logAbs {
    top: initial !important;
    padding-top: 3em;
  }
  .image-half img {
    width: 25% !important;
  }
}

@media only screen and (max-width: 601px) {
  .logAbs {
    padding-top: initial !important;
  }
}

@media only screen and (max-width: 1200px) {
  .form-seen {
    display: block;
  }
  .fullSec {
    padding-bottom: 5em !important;
  }
}

@media only screen and (min-width: 1200px) {
  .secZero .miniForm h3 {
    font-size: calc(0.5vw + 8px) !important;
    position: relative;
  }
  .form-seen {
    display: none;
  }
}

b {
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

body {
  font-family: 'Poppins', sans-serif;
  position: relative;
  z-index: 0;
}

body .modal-open {
  overflow: scroll !important;
}

body li {
  list-style-type: none !important;
}

body .fa-check-circle {
  color: #74a700;
}

body hr {
  background: #132a5c;
  width: 100px;
  height: 2px;
}

body img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.fullSec {
  background: #132a5c;
  background-image: url(../materials/secOneBG-alternate.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.fullSec h2 {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 700;
}

.fullSec p {
  color: #e2e2e2;
}

.secFour {
  background: url(../materials/bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.secFive {
  background-color: #d3e7ff;
}

.lighten {
  mix-blend-mode: screen !important;
}

.secZero {
  bottom: 20px;
}

.secZero .miniForm {
  background: #132a5c !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#132a5c), to(#0077df)) !important;
  background: linear-gradient(180deg, #132a5c 0%, #0077df 100%) !important;
  color: #fff !important;
  right: 0;
  bottom: 0;
  top: 0;
  width: 23%;
  height: auto;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: fixed;
}

.secZero .miniForm .form-check-label {
  color: #fff !important;
  font-size: 12px;
}

.secZero .miniForm h3 {
  color: #fff !important;
  font-size: 23px;
  font-family: 'Poppins', sans-serif;
  width: 85%;
  margin: auto;
}

.secZero .miniForm p {
  font-size: 14px;
  color: #fff !important;
}

.secZero .miniForm a {
  color: #fff !important;
  text-decoration: underline;
}

.secZero .miniForm form p {
  font-size: 14px;
  color: #fff !important;
}

.secZero .miniForm form .form-control {
  border-radius: 0px;
  border: none;
  height: 30px;
  width: 85%;
  margin: auto;
  background: #fff !important;
}

.secZero .miniForm form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
}

.secZero .miniForm form .btn-submit {
  background: #00a0e0;
  color: #fff !important;
  border-radius: 0;
  border: none;
  width: 85%;
  height: 40px;
}

.logAbs {
  position: relative;
  top: -100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

.form-seen {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 41px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 41px -15px rgba(0, 0, 0, 0.75);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.form-seen a {
  color: #005cb8;
}

.form-seen button {
  font-size: 12px;
}

.form-seen button i {
  color: #00a0e0;
  font-size: 15px;
  padding: 0.3em 0.1em 0.3em 0.1em;
}

.bottomAbs {
  position: relative !important;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999 i !important;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  top: -50px !important;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: calc(65% + 2vw) !important;
}

/* The Close Button */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.thank-you {
  background: #005cb8;
  background-size: cover;
  color: #fff;
}

.thank-you a {
  color: #fff;
  text-decoration: underline;
}

.thank-you a:hover {
  color: #fff;
}

.secTwo {
  background: url(../materials/secTwo.png) no-repeat;
  background-size: cover;
  background-position: bottom;
}

.secTwo h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #005cb8;
}

.reverse {
  background-image: url(../materials/secTwo-reverse.png) no-repeat !important;
  background-color: #d3e7fe;
  background-size: cover !important;
  background-position: bottom !important;
}

.reverse h1 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
}

.none-bg {
  background: none !important;
}

.none-bg img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.none-bg img:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.hover-disable img {
  -webkit-transition: initial !important;
  transition: initial !important;
}

.hover-disable img:hover {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.image-half img {
  width: auto;
}

.b-white {
  background-image: url(../materials/w-pattern.jpg) !important;
  background-size: cover !important;
}

.bg-blue {
  background: url(../materials/footer.jpg) no-repeat !important;
  background-size: cover !important;
  background-position: top !important;
}

.bordered li {
  border: solid 1px #11336b;
  min-height: 100px;
}

.borderless {
  border-radius: 0px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.borderless:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.parent {
  text-align: center;
}

.parent ul {
  text-align: left;
  display: inline-block;
}

.secThree {
  background: #f7f7f7;
  padding-left: 5em;
}

.secThree .details {
  -webkit-box-shadow: 0px 0px 15px -15px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px -15px rgba(0, 0, 0, 0.5);
  background: #fff;
  border: solid 1px #f7f7f7;
  padding: 1em;
}

.secThree .details p {
  font-family: 'Lora', serif;
}

.c-select {
  width: 85%;
  padding: 0.5em;
  border: 0;
  font-size: 14px;
  color: #878e95;
}

img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  image-rendering: crisp-edges;
  -webkit-image-rendering: crisp-edges;
}

.anim {
  position: relative;
  -webkit-animation: blipblop 1s infinite;
  animation: blipblop 1s infinite;
  -webkit-filter: invert(100%) sepia(5%) saturate(2%) hue-rotate(27deg) brightness(205%) contrast(100%);
          filter: invert(100%) sepia(5%) saturate(2%) hue-rotate(27deg) brightness(205%) contrast(100%);
}

@-webkit-keyframes blipblop {
  from {
    top: -20px;
  }
  to {
    top: -10px;
  }
}

@keyframes blipblop {
  from {
    top: -20px;
  }
  to {
    top: -10px;
  }
}
/*# sourceMappingURL=main.css.map */