/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.drone-services, .contact {
  background: #ebf0f6;
}

body {
  background: #fff;
  margin: 0 !important;
}

header {
  position: fixed;
  z-index: 99;
  width: 100%;
  text-align: center;
}

main {
  padding-top: 300px;
}
@media (min-width: 768px) {
  main {
    padding-top: 484px;
  }
}

footer {
  padding: 20px 30px;
  text-align: center;
  font-size: 80%;
  color: #bf462a;
}

section {
  padding: 20px 0;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}

body {
  font-family: "Red Hat Text", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #222;
}

a {
  color: #bf462a;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #bf462a;
  text-decoration: underline;
}
a[href^="tel:"] {
  color: inherit !important;
  text-decoration: none;
  cursor: text !important;
}

main h1 {
  font-size: 1.8em;
  line-height: 1;
  font-weight: 400;
  margin: 30px 0 12px;
  word-spacing: 4px;
  color: #bf462a;
}
@media (min-width: 768px) {
  main h1 {
    font-size: 2.3em;
  }
}
main h1 ~ p {
  margin-top: 0;
}
main h2 {
  font-weight: 500;
  font-size: 1.5em;
  margin: 20px 0 12px;
}
main p {
  line-height: 1.5;
  word-spacing: -1px;
  margin: 20px 0;
}

.nowrap {
  white-space: nowrap;
}

header .container {
  max-width: unset;
  width: 100%;
  padding: 0;
  border-top: #bf462a 10px solid;
  background: #fff;
}
header .container .logo {
  width: 100%;
  max-width: 250px;
  padding: 5px 30px;
}
@media (min-width: 768px) {
  header .container .logo {
    max-width: 333px;
  }
}
header .banner {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #fff;
}
@media (min-width: 768px) {
  header .banner {
    height: 350px;
  }
}
header .banner .slide1, header .banner .slide2, header .banner .slide3 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: url("images/banner-bg1.jpg") scroll no-repeat center top;
  background-size: cover;
  transition: all ease 2s;
}
@media (min-width: 768px) {
  header .banner .slide1, header .banner .slide2, header .banner .slide3 {
    height: 350px;
  }
}
header .banner .slide1 {
  opacity: 1;
}
header .banner .slide2 {
  background-image: url("images/banner-bg2.jpg");
}
header .banner .slide3 {
  background-image: url("images/banner-bg3.jpg");
}

hr {
  height: 3px;
  background: #fff;
  margin: 0;
  border: 0;
}

.gallery {
  display: flex;
  flex-flow: wrap;
  border-radius: 5px;
  overflow: hidden;
  width: 350px;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .gallery {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .gallery {
    width: 900px;
  }
}
.gallery .lightbox {
  line-height: 0;
  transition: all ease 0.5s;
}
.gallery .lightbox:hover, .gallery .lightbox:active, .gallery .lightbox:focus {
  opacity: 0.7;
}
.gallery .lightbox img {
  width: 300px;
}

/* Hide scrollbar if lightbox is displayed */
.tobi-is-open {
  overflow-y: hidden;
}

/* Lightbox */
.tobi {
  background-color: rgba(13, 13, 13, 0.94);
  bottom: 0;
  box-sizing: border-box;
  contain: strict;
  font-size: 20px;
  left: 0;
  line-height: 1.5555555556;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1337;
}
.tobi[aria-hidden=true] {
  display: none;
}
.tobi *, .tobi *::before, .tobi *::after {
  box-sizing: inherit;
}

/* Slider */
.tobi__slider {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  will-change: transform;
}
.tobi__slider:not(.tobi__slider--is-dragging) {
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .tobi__slider:not(.tobi__slider--is-dragging) {
    transition: none;
  }
}
.tobi__slider--is-draggable .tobi__slider__slide__content {
  cursor: grab;
}
.tobi__slider--is-dragging .tobi__slider__slide__content {
  cursor: grabbing;
}

/* Slide */
.tobi__slider__slide {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

/* Slide content */
.tobi__slider__slide__content > figure {
  margin: 0;
  position: relative;
}
.tobi__slider__slide__content > figure > img {
  display: block;
  height: auto;
  max-height: 85vh;
  max-width: 85vw;
  width: auto;
}
.tobi__slider__slide__content > figure > figcaption {
  background-color: rgba(255, 255, 255, 0.94);
  bottom: 0;
  color: #1a2a3a;
  display: block;
  left: 0;
  padding-bottom: 0.2222222222em;
  padding-left: 0.4444444444em;
  padding-right: 0.4444444444em;
  padding-top: 0.2222222222em;
  position: absolute;
  white-space: pre-wrap;
  width: 100%;
}
.tobi__slider__slide__content[data-type=html] {
  max-height: 85vh;
  max-width: 85vw;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.tobi__slider__slide__content[data-type=html] video {
  cursor: auto;
  display: block !important;
  max-height: 85vh;
  max-width: 85vw;
}
.tobi__slider__slide__content[data-type=iframe] {
  max-height: 85vh;
  max-width: 85vw;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  /* Fix iframe scrolling on iOS */
  -webkit-overflow-scrolling: touch;
  transform: translate3d(0, 0, 0);
}
.tobi__slider__slide__content[data-type=iframe] iframe {
  display: block !important;
  height: 85vh;
  width: 85vw;
}
.tobi__slider__slide__content[data-type=youtube] {
  max-height: 85vh;
  max-width: 85vw;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.tobi__slider__slide__content[data-type=youtube] iframe {
  display: block !important;
}

/* Buttons */
.tobi > button {
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: 0.0555555556em solid transparent;
  color: #fff;
  cursor: pointer;
  display: flex;
  font: inherit;
  justify-content: center;
  line-height: 1;
  margin: 0;
  opacity: 0.5;
  padding-bottom: 0.2222222222em;
  padding-left: 0.2222222222em;
  padding-right: 0.2222222222em;
  padding-top: 0.2222222222em;
  position: absolute;
  touch-action: manipulation;
  transition-duration: 0.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity, transform;
  z-index: 1;
}
@media screen and (prefers-reduced-motion: reduce) {
  .tobi > button {
    transition: none;
    will-change: opacity;
  }
}
.tobi > button svg {
  pointer-events: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-linecap: square;
  stroke-linejoin: miter;
  fill: none;
  color: #fff;
}
.tobi > button:active, .tobi > button:focus, .tobi > button:hover {
  opacity: 1;
  transform: scale(0.84);
}
@media screen and (prefers-reduced-motion: reduce) {
  .tobi > button:active, .tobi > button:focus, .tobi > button:hover {
    transform: none;
  }
}
.tobi > button.tobi__prev, .tobi > button.tobi__next {
  top: 50%;
  top: calc(50% - 2.2222222222em);
}
.tobi > button.tobi__prev svg, .tobi > button.tobi__next svg {
  height: 3.8888888889em;
  width: 3.8888888889em;
}
.tobi > button.tobi__prev {
  left: 0;
}
.tobi > button.tobi__next {
  right: 0;
}
.tobi > button.tobi__close {
  right: 0.2777777778em;
  top: 1em;
}
.tobi > button.tobi__close svg {
  height: 3.3333333333em;
  width: 3.3333333333em;
}
.tobi > button:disabled, .tobi > button[aria-hidden=true] {
  display: none;
}

/* Counter */
.tobi__counter {
  align-items: center;
  background-color: transparent;
  color: #fff;
  display: flex;
  font-size: 1.1111111111em;
  justify-content: center;
  left: 1em;
  line-height: 1;
  position: absolute;
  top: 2.2222222222em;
  z-index: 1;
}
.tobi__counter[aria-hidden=true] {
  display: none;
}

/* Loader */
.tobi-loader {
  display: inline-block;
  height: 5.5555555556em;
  left: calc(50% - 2.7777777778em);
  position: absolute;
  top: calc(50% - 2.7777777778em);
  width: 5.5555555556em;
}
.tobi-loader::before {
  animation: spin 1s infinite;
  border-radius: 100%;
  border: 0.2222222222em solid #949ba3;
  border-top-color: #fff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.contact-form-wrapper {
  position: relative;
}

.lds-ring, .contact-form, .response {
  transition: all ease 0.3s;
}

.lds-ring {
  display: none;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 10px;
  opacity: 0;
  left: calc(50% - 64px);
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #bf462a transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.response {
  display: none;
  opacity: 0;
  background: #abeab3;
  padding: 20px;
  border: #59d669 1px solid;
  border-radius: 10px;
}

.contact-form {
  margin: 30px 0;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-group label {
  margin-right: 15px;
}
.contact-form .form-group textarea {
  width: 300px;
}
.contact-form .submit {
  margin-top: 10px;
  padding: 5px 30px;
  border-radius: 5px;
  background: #6d90c5;
  color: #fff;
  font-weight: 500;
}
.contact-form .submit:hover, .contact-form .submit:active, .contact-form .submit:focus {
  background: #3a5d92;
  cursor: pointer;
}

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