@charset "UTF-8";

#wrapper,
#page-content-wrapper {
  /* overflow: hidden !important;  */
}


.direct-home-drone {
  width: 100%;
  height: 560px;
  text-align: center;
  padding: 120px 80px;
  background-image: url("/img/direct-drone.jpg");
  background-size: cover;
  background-position: center;
  /*
	-webkit-box-shadow: inset 0px 0px 250px 50px rgba(1, 1, 1, 0.55);
    -moz-box-shadow: inset 0px 0px 250px 50px rgba(1, 1, 1, 0.55);
    box-shadow: inset 0px 0px 250px 50px rgba(1, 1, 1, 0.55);
	*/
}

.direct-home {
  width: 100%;
  height: 560px;
  text-align: center;
  padding: 120px 80px;
  background-image: url("/img/direct-home.jpg");
  background-size: cover;
  background-position: center;
  /*
	-webkit-box-shadow: inset 0px 0px 250px 50px rgba(1, 1, 1, 0.55);
    -moz-box-shadow: inset 0px 0px 250px 50px rgba(1, 1, 1, 0.55);
    box-shadow: inset 0px 0px 250px 50px rgba(1, 1, 1, 0.55);
	*/
}

.direct-home-drone h1 {
  font-weight: bold;
  color: #181818 !important;
}


.direct-home h1 {
  font-weight: bold;
  color: #181818 !important;
}

.discount-icon {
  position: absolute;
  top: -31px;
  left: -45px;
  width: 90px;
}

.discount-icon-quote {
  position: absolute;
  top: -34px;
  left: -22px;
  width: 82px;
}

.bg-primary {
  background: #3A4D87 !important;
}

.home-icons h2 {
  font-size: 22px;
}

.call-to-action {
  font-size: 24px;
  color: #FCFCFC;
  margin-bottom: 45px;
  font-weight: bold;
  text-shadow: 1px 1px #000000;
}

.homeButtons {
  font-size: 12px;
}

.homeButtons a {
  color: white;
}

.cta {
  display: inline-block;
  padding: 0.7em 1.4em;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.15em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 22px;
  background-color: #3369ff;
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
  text-align: center;
  position: relative;
}

@media (max-width: 868px) {
  .cta {
    font-size: 16px;
  }

  .policyNav {
    display: none;
  }
}


.cta:hover {
  color: white;
  text-decoration: none;
  background: #6E90F7;
}

.cta:active {
  top: 0.1em;
}

@media all and (max-width:30em) {
  .cta {
    display: block;
    margin: 0.4em auto;
  }
}

.bouncy {
  animation: bouncy 5s infinite linear;
  position: relative;
}

@keyframes bouncy {
  0% {
    top: 0em
  }

  40% {
    top: 0em
  }

  43% {
    top: -0.9em
  }

  46% {
    top: 0em
  }

  48% {
    top: -0.4em
  }

  50% {
    top: 0em
  }

  100% {
    top: 0em;
  }
}




@media (min-width: 768px) {
  #menu-toggle {
    display: none;
  }

  .policyNav {
    display: flex;
  }
}

@media (max-width: 768px) {
  .policyNav {
    display: none !important;
  }
}

.direct-page-drone h1,
.direct-page-quote-drone h1,
.direct-page h1,
.direct-page-quote h1 {
  font-size: 32px;
  font-weight: bold;
}


.direct-page-drone,
.direct-page-quote-drone {
  width: 100%;
  height: 130px;
  text-align: left;
  padding: 40px 80px;
  color: #F1F1F1;
  background-image: url("/img/direct-drone.jpg");
  background-size: cover;
  background-position: center;

}

.direct-page-drone,
.direct-page-quote-drone {
  width: 100%;
  height: 130px;
  text-align: left;
  padding: 40px 80px;
  color: #F1F1F1;
  background-image: url("/img/direct-drone.jpg");
  background-size: cover;
  background-position: center;
}


.direct-page,
.direct-page-quote {
  width: 100%;
  height: 130px;
  text-align: left;
  padding: 40px 80px;
  color: #F1F1F1;
  background-image: url("/img/direct-home.jpg");
  background-size: cover;
  background-position: center;
}

.direct-page-quote {
  background-image: url("/img/header.jpg");
}

.title-style {
  border-bottom: 3px solid #6173DD;
  display: inline;
  color: #161616;
  width: 110px;
  height: 20px;
  font-size: 18px;
  font-weight: normal;
}

.text-block {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #555555;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: rgb(59, 76, 135);
}

.snip1566 {
  position: relative;
  display: inline-block;
  max-width: 190px;
  width: 100%;
  color: #bbb;
  font-size: 16px;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.snip1566 *,
.snip1566:before,
.snip1566:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.snip1566:before,
.snip1566:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  border: 2px solid #bbb;
  border-color: transparent #bbb;
}

.snip1566 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  border-radius: 50%;
  padding: 10px;
}

.snip1566 figcaption {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
}

.snip1566 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4em;
  z-index: 1;
}

.snip1566 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1566:hover figcaption,
.snip1566.hover figcaption {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.snip1566:hover:before,
.snip1566.hover:before,
.snip1566:hover:after,
.snip1566.hover:after {
  border-width: 10px;
}

.snip1566:hover:before,
.snip1566.hover:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.snip1566:hover:after,
.snip1566.hover:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.discount-bg {
  background-color: #9D9D9D;
  background-image: url("/img/pop-up-bg.jpeg");
  background-size: cover;

}

.discountText {
  font-size: 14px;
  text-align: center;
  color: #FCFCFC;
  margin-bottom: 45px;
  font-weight: bold;
  text-shadow: 1px 1px #000000;
}

.animate-intro {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: translateY(100%);
  opacity: 0;
}

.animate-intro.off {
  transform: translateY(0);
  opacity: 100;
}