h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

p {
  line-height: 1.55;
  color: #333;
  font-size: 400;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 30px;
  margin-bottom: 65px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}



/* ==================================================
  General
  ================================================== */
a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 400;
}
#gallery .section-header .section-title {
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.section-header .section-divider {
  display: inline-block;
  width: 60px;
  height: 3px;
  background: #1e67b0;
  background: linear-gradient(0deg, #1e67b0 0%, #1e67b0 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

.section-header svg {
  width: 48px;
  display: inline-block;
  margin: 0 auto;
  padding: 0 10px;
  margin-bottom: 9px;
  fill: #1e67b0;
}
.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}
.section-header .section-intro{
  width: 85%;
  margin: 0 auto;  
}

#video-background {
  /*  making the video fullscreen  */
    position: absolute;
    top: 0; 
    left: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto;
    z-index: -100;
  }

/* ==================================================
  Elements
  ================================================== */
.btn {
  background-color: #199EB8;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #fff;
  padding: 15px 45px;
  /* border-radius: 50px; */
}

.btn:hover {
  background-color: #E04F00;
  color: #fff;
}

.btn:focus {
  color: #fff;
}

.btn-ghost {
  border: 3px solid #fff;
  background-color: transparent;
}

.btn-ghost:hover {
  background-color: #fff;
  color: #199EB8;
}

section {
  padding: 85px 0;
}

.card {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}

a:hover {
  text-decoration: none !important;
}

.scrolltop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #1e67b0;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
  color: #fff !important;
  opacity: .75;
}

/* ==================================================
  Aero Video Styling
================================================== */
.aero-hero {
  display: table;
  position: relative;
  padding: 150px 0;
  color: #fff;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.aero-hero:after {
  content: '';
  z-index: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.aero-hero .container {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.aero-hero-brand {
  margin-bottom: 5px;
  display: inline-block;
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 1000;
}

.aero-hero-brand img{
  width: 270px;
}

.aero-hero-brand:hover {
  opacity: .75;
}

.tagline {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 26px;
  margin: 105px 0 0px 0;
  color: #fff;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
  letter-spacing: 1px;
}

.tagline span{
  font-size: 14px;
  font-weight: bold;
}
.tagline-2 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 26px;
  margin: 0 105px 0px 0;
  color: #fff;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: -100%;
  overflow: hidden;
  z-index: 1000;
  transform: rotate(-90deg);
  letter-spacing: 1px;
}

.tagline-2 span{
  font-size: 14px;
  font-weight: bold;
}

.tagline-2 span {
  display: inline-block;
  position: relative;
  transition: all 0.4s ease-in-out;  
}
.tagline-2 span:before,
.tagline-2 span:after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid;
  top: 12px;
  width: 250px;
}
.tagline-2 span:before {
  right: 100%;
  margin-right: 15px;
}
.tagline-2 span:after {
  left: 100%;
  margin-left: 15px;
}

.tagline-2 span:hover{
  color: #1e67b0;
}

.c-scrolldown {
  width: 1px;
  height: 70px;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1000;
}
.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -70px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  z-index: 1000;
}

@keyframes scrolldown {
  0% {
    background-position: 0 -70px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 70px;
  }
}

#spinning-drone{
  animation: spin 1.2s linear infinite;
}


@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); 
    transform:rotate(360deg);
  }
}
/* ==================================================
  Header Styling
================================================== */
#header {
  background: #232935;
  height: 70px;
  border-bottom: 5px solid #1e67b0;
}

#header #logo {
  margin: 14px 25px 0 0;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 2px 0;
  line-height: 1;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  margin-top: -17px;
  width: 130px;
}

@media (max-width: 768px) {
  #header {
    height: 50px;
  }
  #header #logo {
    margin: 10px 0 0 0;
  }
  #header #logo h1 {
    padding: 2px 0;
    font-size: 26px;
  }
  #header #logo img {
    /* max-height: 30px; */
    width: 105px;
  }
}

#header .social-nav {
  margin-top: 15px;
}

#header .social-nav a {
  font-size: 24px;
  margin-left: 15px;
  color: #fff;
}

#header .social-nav a:hover {
  color: rgba(30, 103, 176, 0.75);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 22px 15px 18px 15px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  outline: none;
}

.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: rgba(30, 103, 176, 0.75);
}

.nav-menu ul {
  margin: 4px 0 0 15px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: #199EB8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-menu ul li a {
  color: #333;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 10px 15px;
}

.nav-menu ul li a:hover {
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 8px 10px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(35, 41, 53, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #199EB8;
}

#mobile-nav ul .menu-item-active {
  color: #199EB8;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/* ==================================================
  Parallax Styling
  ================================================== */
.block {
  color: #fff;
  height: 490px;
  overflow: hidden;
  padding-top: 85px;
  background-size: 100%;
  position: relative;
}

.block h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-left: 50px;
  color: #1e67b0;
  width: 20%;
  text-align: center;
  font-size: 42px;
  position: absolute;
  right: 10%;
  bottom: 10%;
}

.block p {
  color: #fff;
  margin-bottom: 45px;
}

/* ==================================================
  Services Styling
  ================================================== */
.services {
  padding-bottom: 45px;
}

.services h2 {
  color: #1e67b0;
}

.service-col {
  display: table;
  padding-bottom: 45px;
}

.service-col > div > div {
  display: table-cell;
  vertical-align: middle;
}

.service-col > div > div:last-child {
  padding-left: 20px;
}

.service-col .service-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  border: 2px solid #1e67b0;
  color: #1e67b0;
  font-size: 24px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
}

.service-col h3 {
  color: #1e67b0;
}

.service-col p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #999;
}

.service-col svg{
  width: 36px;
  margin-top: 16px;
  fill: #1e67b0;
}

/* ==================================================
  Call-to-action Styling
  ================================================== */
.cta {
  background-color: #232935;
  padding: 25px 0;
}

.cta h2 {
  margin-bottom: 5px;
}

.cta h2,
.cta p {
  color: #fff;
}

.cta p {
  margin-bottom: 0;
  opacity: .75;
}

.cta .btn-ghost {
  position: relative;
  top: 13px;
}

/* Gallery Section
--------------------------------*/
#gallery {
  background: #232935;
  padding: 80px 0 0 0;
  overflow: hidden;
}

#gallery .container-fluid {
  padding: 0px;
}

#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#gallery .gallery-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

/* ==================================================
  Portfolio Styling
  ================================================== */

.portfolio {
  background-color: #edf6ff;
  padding-bottom: 0;
}

.portfolio h2 {
  color: #199EB8;
  margin-bottom: 25px;
}

.portfolio-grid {
  margin-top: 65px;
}

.portfolio-grid .row {
  margin: 0;
}

.portfolio-grid .row > div {
  padding: 0;
}

.portfolio-grid .row > div .card img {
  width: 100%;
}

.portfolio-grid .row > div .card .portfolio-over {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-grid .row > div .card .portfolio-over > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-grid .row > div .card .portfolio-over .card-title {
  color: #fff;
  font-size: 30px;
}

.portfolio-grid .row > div .card .portfolio-over .card-text {
  color: #fff;
  opacity: .75;
  padding: 0 45px;
}

.portfolio-grid .row > div .card:hover .portfolio-over {
  opacity: 1;
  visibility: visible;
}

/* ==================================================
  Team Styling
  ================================================== */
.team h2 {
  color: #199EB8;
}

.team .col-sm-3 {
  padding: 0;
}

.team .card > a {
  display: block;
}

.team .card img {
  width: 100%;
}

.team .card h4 {
  color: #fff;
  text-transform: uppercase;
}

.team .card p {
  font-size: 11px;
  color: #fff;
  opacity: .75;
  margin: 0;
  padding: 0 35px;
}

.team .card .social-nav {
  margin-bottom: 45px;
}

.team .card .social-nav a {
  color: #fff;
  font-size: 16px;
  margin: 0 4px;
}

.team .card .social-nav a:hover {
  opacity: .75;
}

.team .card:hover .team-over {
  opacity: 1;
  visibility: visible;
}

.team .card:hover .card-title-wrap {
  background-color: #199EB8;
}

.team .card:hover .card-title-wrap .card-title, .team .card:hover .card-title-wrap .card-text {
  color: #fff;
}

.team .team-over {
  padding-top: 45px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team .card-title-wrap {
  padding: 15px 25px;
  position: relative;
  z-index: 9;
  background-color: #fff;
}

.team .card-title-wrap .card-title, .team .card-title-wrap .card-text {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  display: block;
  margin: 0;
}

.team .card-title-wrap .card-title {
  font-size: 24px;
  color: #333;
}

.team .card-title-wrap .card-text {
  font-size: 18px;
  color: #999;
}

/* Pricing Section
--------------------------------*/
/* display this row with flex and use wrap (= respect columns' widths) */

.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.equal > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

#team {
  padding: 80px 0 60px 0;
  overflow: hidden;
}

#team .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
  height: 100%;
}

#team h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 28px;
}

#team h4 {
  font-size: 46px;
  color: #1e67b0;
  font-weight: 300;
}

#team h4 sup {
  font-size: 20px;
  top: -20px;
}

#team h4 span {
  color: #bababa;
  font-size: 20px;
}

#team ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

#team ul li {
  padding-bottom: 12px;
}

#team ul i {
  color: #1e67b0;
  font-size: 18px;
  padding-right: 4px;
}

#team .get-started-btn {
  background: #515e61;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

/* #team .featured {
  border: 2px solid #1e67b0;
} */

#team .featured .get-started-btn {
  background: linear-gradient(45deg, #232935, #1e67b0);
}
#team .featured .get-started-btn:hover {
  background: linear-gradient(45deg, #1e67b0, #232935);
}
#team img{
  width: 224px;
}

/* ==================================================
  Contact Section
  ================================================== */
  .contact{
    margin-top: -40px;
    color: #232935;
    text-align: left !important;
  }
  
  .contact h3{
    font-weight: bold;
    color: #232935;
    text-align: left;
  }
  
  textarea {
    resize: none;
  }
  .form-label {
    font-size: 12px;
    color: rgb(30,103,176);
    margin: -5px;
    display: block;
    opacity: 1;
    text-align: left;
    -webkit-transition: .333s ease top, .333s ease opacity;
    transition: .333s ease top, .333s ease opacity;
  }
  .form-control {
    border-radius: 0;
       border-width: 0 0 2px 0;
       border-style: none none solid none;
       box-shadow: none;
       background-color: transparent;
       color: #232935;
  }
  
  .form-control:focus {
    box-shadow: none;
    border-color: rgb(30,103,176);
  }
  .controls{
    margin-top: -15px;
  }
  .js-hide-label {
    opacity: 0; 	
  }
  .js-unhighlight-label {
    color: #232935; 
  }

  .btn-start-order {
    background: #1e67b0 ;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .btn-start-order:hover,.btn-start-order:active, .btn-start-order:focus {
    border-color: #1e67b0;
    background: #232935;
  }
  
  .alert-success, .success {
    margin-top: 15px;
      color: #1e67b0;
      font-size: 12px;
      background-color: transparent;
      border-color: #1e67b0;
  }
  
  #form_country, #form_date, #form_section{
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
  }
  
  .ms-choice{
    border: none !important;
    background-color: transparent;
    color: #232935;
  }

  #contact {
    background: whitesmoke;
    padding: 80px 0;
  }
  
  #contact h2 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    color: #1e67b0;
  }
  
  #contact .info i {
    font-size: 24px;
    color: #1e67b0;
    float: left;
    margin-top: 5px;
  }
  
  #contact .info p {
    padding: 0 0 10px 50px;
    line-height: 24px;
  }

  .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label, .error {
    color: #a94442 !important;
    font-size: 12px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}


  #contact a{
    text-decoration: none;
    color: #232935;
  }

  #contact .text-muted{font-size: 12px;margin: 10px;}

/* ==================================================
  Footer Styling
  ================================================== */
  .default-footer {
    background: #232935;
    padding-bottom: 100px;
    padding-top: 100px;
  }
  
  .footer-logo {
    width: auto;
  }
  
  .default-footer img {
    width: 200px;
  }
  
  .dis-blk {
    display: block;
    margin-bottom: 10px;
  }
  .mail-blk {
    display: block;
    margin-bottom: 7px;
    margin-top: -20px;
  }
  .copy-right {
    font-size: 12px;
    color: #bac0cb;
  }
  
  .default-footer a {
    color: #1e67b0;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    transition: .2s ease-in;
    letter-spacing: 0;
    outline: 0!important;
    margin: 0px 7px;
  }
  
  .default-footer a:hover {
    color: #fff;
  }

/* ==================================================
  Responsive Styling
  ================================================== */
@media (max-width: 61.9em) {
  section,
  .block,
  .cta {
    padding: 35px 0;
  }
  .services {
    padding-bottom: 5px;
  }
  p,
  .block p {
    margin: 0;
  }
  .aero-hero-brand {
    margin-bottom: 35px;
  }
  .tagline {
    margin: 35px 0 0 0;
  }
  h1 {
    font-size: 32px;
    margin: 0;
  }
  h2,
  .tagline {
    font-size: 24px;
  }
  h2 {
    margin-bottom: 15px;
  }
  h3 {
    font-size: 14px;
  }
  .aero-hero {
    padding: 75px 0;
  }

  .c-scrolldown {
    bottom: 80px;
  }
    
  #spinning-drone{
    bottom: 20px;
  }

  .stats-col {
    margin-bottom: 25px;
  }
  .block {
    height: auto;
  }
  .feature-col {
    padding-bottom: 30px;
  }
  .portfolio-grid .card h3.card-title {
    font-size: 18px !important;
  }
  .portfolio-grid .card .card-text {
    font-size: 13px;
  }
  .team .team-over {
    padding-top: 20px;
  }
  .team .card .social-nav {
    margin-bottom: 15px;
    padding: 0;
  }
  .site-footer .social-nav {
    margin-bottom: 35px;
  }
  .site-footer .list-inline {
    text-align: center;
    padding-bottom: 15px;
  }
  .site-footer .list-inline li {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .block {
    padding-left: 30px;
    padding-right: 30px;
  }
  .tagline-2 span:before,
  .tagline-2 span:after {
    width: 18px;
  }
  .fullscreen-bg {
    background: url('../img/gallery/poster-2.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
  
}

@media (max-width: 544px) {
  .c-scrolldown{
    bottom: 100px !important;
  }
  .tagline-2 span:before,
  .tagline-2 span:after {
    width: 28px;
  }
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
 
/* 
Extra small devices (portrait phones, less than 544px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
 
 
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  
 
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
 
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
 
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    
}
 
 
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
 
/* Set width to make card deck cards 100% width */
@media (max-width: 950px) { 
 
}

