@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Coming+Soon&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;500;700&display=swap");
.videolink {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.submenu-card {
  margin-bottom: 10px;
  width: 100%;
}

.overview-text {
  color: #292e89;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-left: 6px;
  margin-right: 6px;
}

.video-tn {
  width: 100%;
  max-width: 500px;
  padding: 20px 20px;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9900;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: hidden;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */
}

.modal-content {
  z-index: 9900;
  margin: 15% auto;
  /* 15% from the top and centered */
  height: 60%;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.regular {
  color: #fff !important;
}

.background-video2 {
  height: 80%;
  text-align: center;
  margin: auto;
  width: 80%;
  max-width: 1200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.background-video {
  height: 80%;
  text-align: center;
  margin: auto;
  width: 100%;
  max-width: 1300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.background-top {
  background-color: #2b296e;
  background-image: url("../images/Purple-Texture.webp");
  background-repeat: repeat;
}

.hide {
  display: none;
}

.virtualtours {
  padding: 25px;
  margin: auto;
  border-style: solid !important;
  border: 2px;
  border-width: 2px;
  border-color: #2dc1db;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 26, 112, 0.5)), to(rgba(0, 0, 0, 0))), url("../images/frontpage-vt.webp");
  background: linear-gradient(rgba(40, 26, 112, 0.5), rgba(0, 0, 0, 0)), url("../images/frontpage-vt.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 300px !important;
}

.virtualtours:hover {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 26, 112, 0.9)), to(rgba(0, 0, 0, 0.9))), url("../images/frontpage-vt.webp") !important;
  background: linear-gradient(rgba(40, 26, 112, 0.9), rgba(0, 0, 0, 0.9)), url("../images/frontpage-vt.webp") !important;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.drone {
  padding: 25px;
  border-style: solid !important;
  border: 2px;
  border-width: 2px;
  border-color: #2dc1db;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 26, 112, 0.5)), to(rgba(0, 0, 0, 0))), url("../images/frontpage-drone.webp");
  background: linear-gradient(rgba(40, 26, 112, 0.5), rgba(0, 0, 0, 0)), url("../images/frontpage-drone.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px !important;
}

.drone:hover {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 26, 112, 0.9)), to(rgba(0, 0, 0, 0.9))), url("../images/frontpage-drone.webp") !important;
  background: linear-gradient(rgba(40, 26, 112, 0.9), rgba(0, 0, 0, 0.9)), url("../images/frontpage-drone.webp") !important;
}

.courses {
  max-width: 300px;
  padding: 25px;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 26, 112, 0.5)), to(rgba(0, 0, 0, 0))), url("../images/courses2.webp");
  background: linear-gradient(rgba(40, 26, 112, 0.5), rgba(0, 0, 0, 0)), url("../images/courses2.webp");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  width: 300px;
  height: 300px !important;
}

.courses:hover {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 26, 112, 0.9)), to(rgba(0, 0, 0, 0.9))), url("../images/courses2.webp") !important;
  background: linear-gradient(rgba(40, 26, 112, 0.9), rgba(0, 0, 0, 0.9)), url("../images/courses2.webp") !important;
}

.videoproduction {
  padding: 25px;
  border-style: solid !important;
  border: 2px;
  border-width: 2px;
  border-color: #2dc1db;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 26, 112, 0.5)), to(rgba(0, 0, 0, 0))), url("../images/frontpage-vp.webp");
  background: linear-gradient(rgba(40, 26, 112, 0.5), rgba(0, 0, 0, 0)), url("../images/frontpage-vp.webp");
  background-repeat: no-repeat !important;
  background-position: center center;
  background-size: cover;
  height: 300px !important;
}

.videoproduction:hover {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 26, 112, 0.9)), to(rgba(0, 0, 0, 0.9))), url("../images/frontpage-vp.webp") !important;
  background: linear-gradient(rgba(40, 26, 112, 0.9), rgba(0, 0, 0, 0.9)), url("../images/frontpage-vp.webp") !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.block {
  padding: 30px 20px;
  margin-left: 5px;
  margin-bottom: 5px;
  height: auto;
  vertical-align: middle;
  max-width: 300px;
  width: 90%;
}

.block:hover {
  cursor: pointer;
}

.headerbar {
  font-size: 20px;
  font-family: Quicksand !important;
  font-weight: bold;
  background-color: #e93f95;
  background-image: url("../images/Pink-Texture.webp");
  background-repeat: repeat;
  width: 100%;
  padding: 10px 10px;
  background: #e93f95;
  background: -webkit-gradient(linear, left top, right top, from(#e93f95), to(#2dc1dd));
  background: linear-gradient(90deg, #e93f95 0%, #2dc1dd 100%);
  font-display: swap;
}

.submenu {
  overflow: auto;
  height: auto;
}

.double {
  zoom: 1.5;
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
}

#submitBtn[disabled] {
  background: #999 !important;
}

#submitBtn[disabled]:hover {
  background: #999 !important;
}

.gray-tile {
  background-image: url("https://radbotvideo.com/images/gray-tile.gif");
  background-repeat: repeat;
}

.strategy-bullets li {
  margin-left: 25px;
  font-size: 18px !important;
  text-align: left;
  list-style-type: disc;
  line-height: 1.1;
}

.quotes-container {
  padding-bottom: 50px;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}

.yellowlinks a:hover {
  color: #000 !important;
}

p {
  font-family: "Open Sans", san-serif !important;
  font-size: 16px !important;
  line-height: 1.3;
  text-align: left;
  font-weight: 500 !important;
  font-display: swap;
}

.h2-center {
  width: 100%;
  text-align: center;
  font-size: 30px !important;
}

/* Basic styling */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  position: relative;
  z-index: 1;
  font-family: sans-serif;
  font-size: 16px;
  font-display: swap;
}

nav {
  margin: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

nav a {
  color: #281a70 !important;
  text-decoration: none;
  font-weight: bold;
  font-family: "Open Sans", san-serif;
  font-size: 18px;
}

.menu,
.submenu {
  list-style-type: none;
}

.logo {
  font-size: 20px;
  padding: 7.5px 10px 7.5px 0;
}

.logo:hover {
  background-color: transparent !important;
}

.item {
  padding: 10px;
}

.item.button {
  padding: 9px 5px;
}

/* Mobile menu */
.logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: auto;
  text-align: center;
  padding-top: 10px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu li a {
  font-size: 25px !important;
  display: block;
  padding: 15px 5px;
}

.menu li a:hover:not(.logo) {
  background-color: transparent !important;
  color: #fff !important;
}

.menu li a .logo a:hover {
  background-color: transparent !important;
}

.menu li.subitem a {
  padding: 10px;
  color: #fff !important;
  line-height: 1.1;
  font-size: 17px !important;
}

.menu li.subitem a:hover {
  color: yellow !important;
}

.toggle {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 20px;
}

.item.button {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.item {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  text-align: center;
  display: none;
}

.active .item {
  display: block;
}

.button.secondary {
  /* divider between buttons and menu links */
  border-bottom: 1px #444 solid;
}

/* Submenu up from mobile screens */
.submenu {
  display: none;
}

.submenu-active .submenu {
  display: block;
}

.has-submenu i {
  font-size: 12px;
}

.has-submenu2 > a::after {
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
  content: "\f078";
  color: white;
  padding-left: 5px;
  font-display: swap;
}

.subitem a {
  padding: 15px 15px;
}

.submenu-active {
  border-radius: 3px;
}

/* Tablet menu */
@media all and (min-width: 700px) {
  .pushdown {
    margin-top: 100px;
  }
  .menu li a {
    font-size: 20px !important;
  }
  .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
    margin-left: 20px;
  }
  .item.button {
    width: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
  }
  .toggle {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  /* Button up from tablet screen */
  .menu li.button a {
    font-size: 20px !important;
    padding: 10px 15px;
    margin: 5px 0;
  }
  .button a {
    border: 1px #fff solid !important;
  }
  .button.secondary {
    border: 0;
  }
  .button.secondary a {
    background: transparent;
    border: 1px #0080ff solid;
  }
  .button a:hover {
    text-decoration: none;
  }
  .button:not(.secondary) a:hover {
    border-color: darkblue;
  }
}

/* Desktop menu */
@media all and (min-width: 960px) {
  .submenu {
    overflow: auto;
    height: auto;
    width: 250px;
  }
  .menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background: none;
    height: 90px;
  }
  .logo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    text-align: left !important;
  }
  .item {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    display: block;
    width: auto;
  }
  .button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .submenu-active .submenu {
    display: block;
    position: absolute;
    left: 0;
    top: 68px;
  }
  .toggle {
    display: none;
  }
  .submenu-active {
    border-radius: 0;
  }
}

.radbot {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.fb-page-header {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.videotext {
  font-size: 20px !important;
  margin: 0;
  padding-top: 10px;
  margin: 5%;
}

.streaming {
  display: block;
  width: 100%;
  height: 500px;
  background-image: url("../images/streamingbackground.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-overview {
  display: block;
  width: 100%;
  height: 500px;
  background-image: url("../images/companyoverview.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-insidedrone {
  display: block;
  width: 100%;
  height: 500px;
  background-image: url("../images/drone-flythrough.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bts {
  display: block;
  width: 100%;
  height: 500px;
  background-image: url("../images/header-bts.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-mg {
  display: block;
  width: 100%;
  height: 500px;
  background-image: url("../images/motiongraphics-mobile.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-loop {
  display: block;
  width: 100%;
  height: 500px;
  background-image: url("../images/looppage-mobile.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-property {
  display: block;
  width: 100%;
  height: 500px;
  background-image: url("../images/propertytourpage.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-warehouse {
  display: block;
  width: 100%;
  height: 500px;
  background-image: url("../images/warehouse-mobile.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-workplace {
  display: block;
  width: 100%;
  height: 500px;
  background-image: url("../images/workplacesafety-mobile.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-workplace-funny {
  display: block;
  width: 100%;
  height: 500px;
  background-image: url("../images/workplacesafety-mobile-funny.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.header-retail {
  display: block;
  width: 100%;
  height: 500px;
  background-image: url("../images/retail-header-mobile.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-hs {
  display: block;
  width: 100%;
  height: 500px;
  background-image: url("../images/homeservices-mobile.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.banner-new {
  display: block;
  width: 100%;
  height: 500px;
  background-image: url("../images/header-weare.webp");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

.desktopborder {
  border-radius: 0px;
}

.banner-fb {
  display: block;
  width: 100%;
  height: 500px;
  background-image: url("../images/header-hire-now-get-great-workers-with-video.webp");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

.typeofvideos p {
  text-align: center !important;
}

ul, li {
  padding: 0;
  margin: 0;
  font-size: 25px;
  text-decoration: none;
  list-style-type: none;
  line-height: 1.9;
}

.hidden-mobile {
  display: none;
}

.hidden-desktop {
  display: block;
}

.header-ab {
  display: table;
  background-color: #2b296e;
  background-image: url("../images/abtestingpage.webp");
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.header-about2 {
  display: table;
  background-color: #2b296e;
  background-image: url("../images/aboutus.webp");
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.nonprofit {
  display: table;
  background-color: #2b296e;
  background-image: url("../images/nonprofit.webp");
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.header-360 {
  display: table;
  background-color: #2b296e;
  background-image: url("../images/header-360.webp");
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.header-hiring-strategy2 {
  display: table;
  background-color: #2b296e;
  background-image: url("../images/header-strategy.webp");
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}

.header-hiring-strategy {
  display: table;
  background-color: #2b296e;
  background-image: url("../images/header-hire-now-get-great-workers-with-video.webp");
  height: 600px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.header-about {
  display: table;
  background-color: #2b296e;
  background-image: url("../images/header-about.webp");
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.kia-about {
  display: table;
  background-color: #2b296e;
  background-image: url("../images/kiapage.webp");
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-brand {
  display: table;
  background-color: #2b296e;
  background-image: url("../images/header-brand.webp");
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.header-portfolio-photo {
  display: table;
  background-color: #2b296e;
  background-image: url("../images/event-photography-indianapolis-convention-center.webp");
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.header-portfolio-video {
  display: table;
  background-color: #2b296e;
  background-image: url("../images/video-editing-services-indianapolis.webp");
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-portfolio {
  display: table;
  background-color: #2b296e;
  background-image: url("../images/drone-construction-overview-shot-of-progress-bloomington-indiana.webp");
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-bands {
  display: table;
  background-color: #2b296e;
  background-image: url("../images/header-bands.webp");
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-promos {
  display: table;
  background-color: #2b296e;
  background-image: url("../images/header-promos2.webp");
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-lawncare {
  display: table;
  background-color: #2b296e;
  background-image: url("../images/header-lawncare-aeration-fertilization.webp");
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-lawncare2 {
  display: table;
  margin-bottom: 100px;
}

.header-video-production {
  display: table;
  background-color: #2b296e;
  background-image: url("../images/header-video-production.webp");
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.header-vp {
  display: table;
  background-color: #2b296e;
  background-image: url("../images/header-vp.webp");
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-vp2 {
  display: table;
  background-color: #2b296e;
  background-image: url("../images/header-vp2-Tuscula-illinois.webp");
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.cust-quotes blockquote p {
  line-height: 1.0 !important;
  margin-top: 0 !important;
  vertical-align: text-top;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.bold-header {
  font-size: 25px;
  font-family: "Open Sans", san-serif !important;
  font-weight: 700 !important;
  font-display: swap;
}

video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 50vh;
}

.btn2 {
  display: inline-block;
  border-radius: 20px;
  background-color: #ffcc00;
  padding: 15px 50px;
  color: #2b196f;
  font-weight: bold;
  font-size: 20px;
}

.btn {
  display: inline-block;
  border-radius: 10px;
  background-color: #ffcc00;
  padding: 15px 25px;
  color: #2b196f;
  font-weight: bold;
  font-size: 25px;
  text-decoration: none;
}

.btn:hover {
  background-color: #b28f03 !important;
}

.btn-small {
  display: inline-block;
  border-radius: 10px;
  background-color: #ffcc00;
  padding: 5px 15px;
  color: #2b196f;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}

html.sr .load-hidden {
  visibility: hidden;
}

.video-titles {
  text-align: center !important;
  margin-left: 0 !important;
  padding-left: 0px !important;
  font-family: "Open Sans", san-serif;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 1.1;
  font-display: swap;
}

.video-titles-bottom {
  margin-left: 0 !important;
  text-align: center !important;
  font-family: "Open Sans", san-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.1;
  font-display: swap;
}

.footer-text a {
  font-family: "Open Sans", san-serif;
  font-weight: bold;
  font-size: 14px !important;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  font-display: swap;
}

.footer-text p {
  font-family: "Open Sans", san-serif;
  font-weight: bold;
  font-size: 17px !important;
  text-align: center;
  color: #fff !important;
  padding-bottom: 4px;
  font-display: swap;
}

.footer-text a:hover {
  background-color: #404040;
  color: #fff;
  text-decoration: underline;
}

.site-max {
  max-width: 900px;
  margin: auto;
}

.purple {
  background-color: #2b296e;
  background-image: url("../images/Purple-Texture.webp");
  background-repeat: repeat;
}

.pink {
  background-color: #e94095;
  background-repeat: repeat;
}

label {
  font-weight: bold;
}

.aqua {
  background-color: #2dc1db;
  background-repeat: repeat;
}

.center {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topnav span {
  text-align: center;
  display: block;
  font-size: 2.2em;
  width: 100%;
  height: auto;
}

.mainvideo {
  display: block;
  height: 500px;
  background-image: url("../images/test.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.text-center {
  text-align: center;
}

.myvideo {
  height: 400px;
}

.social {
  color: #ffff00;
  text-align: center;
  font-size: 75px;
  padding-left: 3px;
  padding-right: 3px;
}

.footer-social {
  text-align: center;
  width: 50px;
  padding-left: 3px;
  padding-right: 3px;
  background-color: #e93f95;
}

h2 {
  font-family: "Open Sans", san-serif;
  font-weight: 400px;
  font-size: 17px;
  font-display: swap;
}

.header-back {
  background-color: rgba(0, 0, 0, 0.6);
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-text-top2 {
  font-family: "Open Sans", san-serif;
  font-weight: 700 !important;
  text-align: left;
  color: #fff;
  font-size: 16px !important;
  line-height: .6;
  padding-left: 25px;
  padding-top: -10px;
  font-display: swap;
}

.header-text-top {
  font-family: "Open Sans", san-serif;
  font-weight: 700 !important;
  text-align: left;
  color: #fc0;
  font-size: 25px !important;
  line-height: 1.0;
  padding-left: 25px;
  padding-top: -2px;
  font-display: swap;
}

.header-text-bottom {
  margin-top: -20px;
  font-family: "Open Sans", san-serif;
  font-weight: 700 !important;
  text-align: left;
  color: #fc0;
  font-size: 35px !important;
  padding-left: 25px;
  font-display: swap;
}

h1 {
  font-family: "Open Sans", san-serif;
  font-display: swap;
}

h1 span {
  color: #ff0000;
  font-weight: bold;
  -webkit-text-fill-color: #003366;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ff0000;
}

body {
  background-color: #000;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  background: #003366;
  font-display: swap;
  color: #fff;
  font-size: 0.75em;
  height: 100vh;
}

html {
  font-size: 100%;
}

html, body {
  height: 100%;
  margin: 0;
}

.clickdescription {
  display: block;
  font-family: "Quicksand", san-serif;
  text-align: center;
  margin-bottom: 5px;
  cursor: pointer;
  font-display: swap;
}

.hidden {
  display: none;
}

.viddescription {
  text-align: center;
  background-color: #800101;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px 10px 5px 10px;
  border-radius: 20px;
}

#mobile-menu {
  background-color: #2dc1db !important;
}

.wrapper {
  padding: 0;
}

.footmenu {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  padding-bottom: 20px;
  text-align: center;
  -webkit-transform: translate(-20%, -20%);
          transform: translate(-20%, -20%);
}

.footmenu .call {
  margin-right: 20px;
  font-size: 2em;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50%;
  background-color: #ffcc00;
}

.footmenu .email {
  margin-right: 20px;
  font-size: 2em;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50%;
  background-color: #ffcc00;
}

.footmenu a:hover {
  background-color: #000;
}

.portfolio {
  color: #ffff00;
  font-weight: bold;
  -webkit-text-fill-color: #003366;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffff00;
}

.footer {
  height: auto;
}

@media only screen and (min-width: 950px) {
  .footer {
    display: none;
  }
}

.portfoliosection {
  width: 100%;
  background-color: #999;
}

.portfoliosection p {
  color: #fff;
}

.portfoliosection h3 {
  font-size: 2em;
  padding-left: 5%;
}

.portfoliosection .videocontainer {
  margin: 10px 10px;
  text-align: center;
  background-color: #cc0000;
  border-radius: 25px;
  padding: 10px 20px;
}

.portfoliosection .videocontainer p {
  color: white;
  background-color: #000;
  padding: 10px 5px;
  border-radius: 25px;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #ff0000;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: auto;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  color: blue;
  background-color: aquamarine;
}

.autoplay {
  width: 100%;
  background: #0066cc;
}

div {
  font-family: "Quicksand", san-serif;
  font-weight: 300;
  font-size: 1.05em;
  font-display: swap;
}

.moviecaroselle {
  width: 80px;
  height: 150px;
  padding: 50px 5px 50px 5px;
}

.row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* For mobile phones: */
[class*=col-] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {
    width: 8.33%;
  }
  .col-s-2 {
    width: 16.66%;
  }
  .col-s-3 {
    width: 25%;
  }
  .col-s-4 {
    width: 33.33%;
  }
  .col-s-5 {
    width: 41.66%;
  }
  .col-s-6 {
    width: 50%;
  }
  .col-s-7 {
    width: 58.33%;
  }
  .col-s-8 {
    width: 66.66%;
  }
  .col-s-9 {
    width: 75%;
  }
  .col-s-10 {
    width: 83.33%;
  }
  .col-s-11 {
    width: 91.66%;
  }
  .col-s-12 {
    width: 100%;
  }
  .mainarea {
    background-image: url("../images/background-mobile.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

@media only screen and (min-width: 700px) {
  .wedge {
    padding-top: 10px;
  }
  .video-titles {
    margin-left: 25px;
    color: #fff;
    text-align: left;
    font-family: "Open Sans", san-serif;
    font-weight: bold !important;
    font-size: 16px;
    line-height: 1.1;
    font-display: swap;
  }
  .video-titles-bottom {
    margin-left: 25px;
    text-align: left;
    color: #fff;
    font-weight: 100;
    font-family: "Open Sans", san-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    font-display: swap;
  }
  /* For desktop: */
  .menu li.subitem a {
    padding: 10px;
    color: #fff !important;
    line-height: 1.1;
    font-size: 20px !important;
  }
  .menu li.subitem a:hover {
    color: yellow !important;
  }
  .strategy-bullets li {
    padding-left: 5px;
    font-size: 16px !important;
    text-align: left;
    list-style-type: disc;
    line-height: 1.1;
  }
  .header-hiring-strategy {
    display: none;
  }
  .header-hiring-strategy2 {
    display: none;
  }
  .header-ab {
    display: none;
  }
  .header-loop {
    display: none;
  }
  .streaming {
    display: none;
  }
  .header-overview {
    display: none;
  }
  .header-insidedrone {
    display: none;
  }
  .bts {
    display: none;
  }
  .header-360 {
    display: none;
  }
  .nonprofit {
    display: none;
  }
  .desktopborder {
    border-radius: 25px;
  }
  .videotext {
    font-size: 15px !important;
    margin: 0;
    padding-top: 10px;
  }
  .fb-page-header {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
  .iwantto {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 35px !important;
    font-family: "Open Sans", san-serif;
    margin-bottom: -50px;
    font-display: swap;
  }
  .hidden-mobile {
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
  .header-portfolio {
    display: none;
  }
  .header-portfolio-photo {
    display: none;
  }
  .header-portfolio-video {
    display: none;
  }
  .header-brand {
    display: none;
  }
  .header-bands {
    display: none;
  }
  .header-promos {
    display: none;
  }
  .header-lawncare {
    display: none;
  }
  .header-lawncare2 {
    display: table;
    margin-bottom: 0px;
    background-color: #2b296e;
    background-image: url("../images/header-lawncare-aeration-fertilization.webp");
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .header-video-production {
    display: none;
  }
  .header-about {
    display: none;
  }
  .kia-about {
    display: none;
  }
  .header-about2 {
    display: none;
  }
  .header-vp {
    display: none;
  }
  .header-hs {
    display: none;
  }
  .header-mg {
    display: none;
  }
  .header-property {
    display: none;
  }
  .header-warehouse {
    display: none;
  }
  .header-workplace {
    display: none;
  }
  .header-workplace-funny {
    display: none;
  }
  .header-retail {
    display: none;
  }
  .header-vp2 {
    display: none;
  }
}

@media only screen and (min-width: 400px) {
  .submenu-card {
    margin-bottom: 10px;
    width: 200px;
  }
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .social {
    color: #ffff00;
    text-align: center;
    font-size: 75px;
    padding-left: 3px;
    padding-right: 3px;
  }
  .video-tn {
    width: 100%;
    max-width: 300px;
  }
  .header-text-top {
    font-family: "Open Sans", san-serif;
    font-weight: 700 !important;
    text-align: left;
    color: #fc0;
    font-size: 30px !important;
    line-height: 1.0;
    padding-left: 25px;
    padding-top: -2px;
    font-display: swap;
  }
  .typeofvideos p {
    text-align: left !important;
  }
  .topnav span {
    text-align: left;
    display: block;
    font-size: 2.2em;
    width: 100%;
    height: auto;
    margin-left: 40px;
  }
  .footer-text a {
    font-family: "Open Sans", san-serif;
    font-weight: bold;
    font-size: 14px !important;
    text-align: left;
    color: #fff !important;
    font-display: swap;
  }
  .footer-text p {
    font-family: "Open Sans", san-serif;
    font-weight: bold;
    font-size: 14px !important;
    text-align: left;
    color: #fff !important;
    padding-bottom: 4px;
    font-display: swap;
  }
  .myvideo {
    height: 550px;
    width: 80%;
  }
  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.66%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.66%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
  .col-12 {
    width: 100%;
  }
}

.topnav {
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  /* style the links */
}

.description {
  padding-left: 1em;
  padding-right: 1em;
}

@media only screen and (min-width: 601px) {
  .description {
    padding-left: 2em;
    padding-right: 2em;
    font-size: 1.5em;
  }
  h1 {
    font-size: 3.3em;
  }
}

@media only screen and (min-width: 768px) {
  .topnav span {
    float: left !important;
    display: block;
    max-width: 454px;
  }
}

@media only screen and (min-width: 700px) {
  .footmenu {
    display: none;
  }
  .modal-content {
    margin: 15% auto;
    /* 15% from the top and centered */
    height: 50%;
    width: 80%;
  }
}

@media only screen and (min-width: 950px) {
  .footmenu {
    display: none;
  }
  .pushdown {
    margin-top: 80px;
  }
  .description {
    padding-left: 3em;
    padding-right: 3em;
  }
  .mainarea {
    background-image: url("../images/background-desktop.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

.topnav img {
  text-align: center;
  width: 100%;
  max-width: 454px;
}

.topnav a {
  float: right;
  display: block;
  color: #281a70;
  text-align: center;
  padding: 27px 10px 25px 10px;
  text-decoration: none;
  font-size: 15px;
  font-family: "Open Sans", san-serif;
  font-weight: bold;
  font-display: swap;
}

.topnav .brand {
  margin: 0;
  padding: 0px 0px 0px 0px;
}

.topnav a:hover {
  background-color: #ffff00;
  color: black;
}

.topnav a.active {
  background-color: #ffff00;
  color: #000;
}

.topnav .icon {
  display: none;
}

@media only screen and (max-width: 950px) {
  .topnav .desktoplinks {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .robot {
    display: none;
  }
  .robottext {
    display: none;
  }
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
  .portfolio {
    font-family: "Quicksand", san-serif;
    font-weight: 300;
    font-size: 2em;
    line-height: 1em;
    color: #ffff00;
    font-weight: bold;
    -webkit-text-fill-color: #003366;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffff00;
    font-display: swap;
  }
  .bottominfo {
    text-align: center;
    color: #fff;
    font-size: 1em;
    padding: 20px 20px;
  }
}

@media only screen and (min-width: 601px) {
  .bottominfo {
    text-align: center;
    color: #fff;
    font-size: 1.3em;
    padding: 20px 20px;
  }
}

@media only screen and (min-width: 951px) {
  .topnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .robot {
    text-align: center;
    max-width: 300px;
  }
  .bottominfo {
    text-align: center;
    color: #fff;
    font-size: 1.6em;
    padding: 20px 20px;
  }
}

.contactform {
  width: 85%;
  margin: auto;
  margin-top: 40px;
  /* Style the submit button with a specific background color etc */
  /* When moving the mouse over the submit button, add a darker green color */
  /* Add a background color and some padding around the form */
}

.contactform input[type=text], .contactform [type=email], .contactform select, .contactform textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.contactform input[type=submit] {
  background-color: #e93f95;
  color: white;
  padding: 12px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.contactform input[type=submit]:hover {
  background-color: #b92676;
}

.contactform .container {
  border-radius: 5px;
  background-color: #2fc2de;
  padding: 20px;
}

.contactform2 {
  width: 98%;
  margin: auto;
  margin-top: 40px;
  /* Style the submit button with a specific background color etc */
  /* When moving the mouse over the submit button, add a darker green color */
  /* Add a background color and some padding around the form */
}

.contactform2 input[type=text], .contactform2 [type=email], .contactform2 select, .contactform2 textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.contactform2 input[type=submit] {
  background-color: #e93f95;
  color: white;
  padding: 12px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.contactform2 input[type=submit]:hover {
  background-color: #b92676;
}

.contactform2 .container {
  border-radius: 5px;
  background-color: #2fc2de;
  padding: 20px;
}

.cust-quotes {
  width: 100%;
}

.cust-quotes blockquote {
  font-size: 14px;
  opacity: 0;
}

/* IE < 10 fallback */
.no-csstransitions .cust-quotes blockquote,
.no-csstransforms .cust-quotes blockquote {
  position: relative;
}

.cust-quotes blockquote:first-child {
  opacity: 0;
}

.cust-quotes blockquote:first-child + blockquote {
  opacity: 1;
  z-index: 0;
  -webkit-transition: opacity 1.6s ease 0s;
  transition: opacity 1.6s ease 0s;
}

.cust-quotes .btn {
  z-index: 9000 !important;
}

.cust-quotes blockquote p {
  font-size: 35px !important;
  font-weight: bold;
  font-family: "Open Sans", san-serif;
  color: #f8c500;
  text-align: center;
  -ms-flex-item-align: text-top !important;
      -ms-grid-row-align: text-top !important;
      align-self: text-top !important;
  font-display: swap;
}

.iwantto {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 35px !important;
  font-family: "Open Sans", san-serif;
  margin-bottom: -40px;
  font-display: swap;
}

.cust-quotes blockquote cite {
  text-align: center;
  font-size: 19px;
  color: #ff0;
}

.cite {
  text-align: center;
  font-size: 14px;
  color: #ff0;
}

.cust-quotes blockquote cite a {
  font-size: 14px;
  font-weight: normal;
}

/* Styles for the gallery thumbnails */
.gallery-img {
  cursor: pointer;
  width: 100px;
  /* Example thumbnail size */
}

/* The Modal (background) */
.imgmodal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 200px;
  /* 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;
  /* Black fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (Image) */
.imgmodal-content {
  margin: auto;
  display: block;
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  /* Ensures the whole image is visible within the bounds */
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.imgport:hover {
  cursor: pointer;
}
/*# sourceMappingURL=style2.css.map */