@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

body {
    color: #555;
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    font-family: 'Roboto Condensed', sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 400ms linear;
}

a:hover, a:active, a:focus {
    color: #de4439;
    text-decoration: none;
}

ul {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
}

ul li {
    list-style-type: none;
}

p {
    font-size: 17px;
    line-height: 1.6;
    font-weight: 400;
}

.header_top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.btn2 {
    padding: 3px 10px 2px 10px;
    font-size: 24px;
    letter-spacing: 2px;
    color: white;
    border: 1px solid white;
    background: none;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.btn2:visited:hover, .btn2:hover {
    background: white;
    color: #1d2d47;
    text-decoration: none;
}

.btn2.active, .btn2:active {
    box-shadow: none;
}

header {
    position: relative;
}

.header-bar {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 15px;
}

.logo img {
    width: 70%;
}

.banner {
    z-index: -1111;
}

.navigation .navbar-nav li a, .navigation .navbar-nav li a:focus, .navigation .navbar-nav li a:hover, .navigation .navbar-nav.open li a, .navigation .navbar-nav.open li a:focus, .navigation .navbar-nav.open li a:hover {
    color: white;
    padding: 10px 20px;
}

.navbar {
    min-height: 0px;
    margin-bottom: 0px;
    border: none;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

.navbar-nav {
    float: right;
}

.nav li.dropdown:hover .dropdown-menu {
    display: block;
}

.mega-menu {
    min-width: 400px !important;
    margin-left: -145px;
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 0px;
}

.dropdown-menu {
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 0px;
    padding-top: 13px;
    min-width: 210px;
}

.dropdown-menu li {
    background-color: rgba(255, 255, 255, 0.83);
    margin: 2px;
}

.dropdown-menu a {
    padding: 10px !important;
}

.dropdown-menu li:hover {
    -webkit-box-shadow: 0px 0px 46px 0px rgba(227,215,227,1);
    -moz-box-shadow: 0px 0px 46px 0px rgba(227,215,227,1);
    box-shadow: 0px 0px 46px 0px rgba(227,215,227,1);
}

.dropdown-menu:before, .mega-menu:before {
    position: absolute;
    content: " ";
    top: 0px;
    width: 20px;
    margin: 0px auto;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 15px solid #efefef;
    z-index: 1111;
}

.last-dropdown {
    left: auto;
    right: 0px;
    margin-left: auto;
    min-width: 160px;
}

.last-dropdown:before {
    right: 20px !important;
    left: unset !important;
}

.dropdown-menu:before {
    left: 40px;
    right: unset;
}

.mega-menu:before {
    left: 0;
    right: 0;
}

.mega-menu li {
    width: 49%;
    float: left;
    text-align: center;
    min-height: 130px;
    background-color: rgba(255, 255, 255, 0.83);
    margin: 2px;
}

.mega-menu li:hover {
    -webkit-box-shadow: 0px 0px 46px 0px rgba(227,215,227,1);
    -moz-box-shadow: 0px 0px 46px 0px rgba(227,215,227,1);
    box-shadow: 0px 0px 46px 0px rgba(227,215,227,1);
}

.mega-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.mega-menu li a img {
    height: 40px;
}

.dropdown-menu li a {
    color: #000 !important;
    white-space: normal;
    font-weight: 100;
}

.dropdown-menu li img {
    margin-bottom: 20px;
}

.mega-menu li a:hover {
    background-color: transparent;
}

.banner-desc {
    margin-top: 100px;
    clear: both;
}

.banner-desc h1 {
    color: white;
    letter-spacing: 2px;
    line-height: 1.2;
    font-size: 42px;
    text-transform: uppercase;
}

.banner-desc p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 30px;
}

.drone-services-row {
    padding: 70px 0px;
}

.opinions-row {
    margin-top: 70px;
}

.drone-services img {
    width: 110px;
    margin: 0px 10px;
    vertical-align: top;
}
.drone-services i {
    margin: 0px 10px 40px;
    vertical-align: top;
    color: #149b9e;
}
.drone-services-desc {
    display: inline-block;
    width: 227px;
}

.drone-services-desc h3 {
    font-size: 20px;
    color: #149b9e;
}

.drone-services-desc p {
    font-size: 14px;
    text-align: justify;
}

.img img {
    margin-bottom: 60px;
    width: 100%;
}

.review-col {
    margin-bottom: 60px;
}

.review-col h2 {
    line-height: 1.4;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
    font-size: 25px;
    color: #1d2d47;
}

.review-col h2:before {
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 60px;
    background-color: #f26649;
    margin: 0px auto;
}

.review-col p {
    margin-bottom: 0px;
}

.review-col span {
    font-size: 10px;
}

.background {
    background-color: #efefef;
    color: #183058;
    padding: 5px 0px 0px 5px;
}

.about-link {
    padding: 80px 15px 40px 60px;
}

.about-link h2 {
    line-height: 40px;
}

.about-link h4 {
    line-height: 26px;
}

.logo-img img {
    opacity: 0.5;
    transition: all 500ms linear;
}

.logo-img img:hover {
    opacity: 1;
}

.gallery-row {
    margin-bottom: 60px;
}

.gallery-big-img {
    position: relative;
    padding: 0px 0px 0px 5px;
}

.gallery-big-img .video-overlay, .gallery-2 .gallery-img-2 .video-overlay {
    cursor: pointer;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(assets/img/PlayButton_White_64x64px-2a78752e.svg);
}

.gallery .gallery-img-1 {
    padding: 0px 0px 3px 5px;
}

.gallery .gallery-img-2 {
    padding: 0px 0px 3px 3px;
}

.gallery-2 {
    padding: 0px 5px 0px 3px;
}

.gallery-2 .gallery-img-1 {
    margin-bottom: 3px;
    padding-right: 10px;
}

.gallery-2 .gallery-img-2 {
    padding-right: 10px;
    position: relative;
}

.our-cutomers-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
    margin: 0px;
}

.our-cutomers {
    background-color: #f26649;
}

.our-cutomers-col, .our-pilot {
    width: 570px;
    color: #fff;
    margin-left: auto;
    padding: 70px 200px 70px 0px;
}

.our-pilot {
    margin-right: auto;
    margin-left: 0px;
    padding-left: 40px;
}

.our-cutomers-col h2, .our-pilot h2 {
    margin-bottom: 30px;
}

.our-cutomers-col p, .our-pilot p {
    font-size: 17px;
    margin-bottom: 20px;
}

.our-cutomers-col span, .our-pilot span {
    font-size: 17px;
}

.our-cutomers-col .italic, .our-pilot .italic {
    font-size: 14px;
    font-style: italic;
}

.our-cutomer-img {
    background-image: url(assets/img/sky.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.our-cutomers-col .btn {
    margin-top: 30px;
    color: white;
}

.our-cutomers-col .btn2:hover {
    color: #1d2d47;
}

.our-pilot-col {
    background-color: #1d2d47;
}

.our-pilot-img {
    background-image: url(assets/img/drone_pilot2.jpg);
    background-size: cover;
}

.our-pilot .btn2 {
    margin-top: 30px;
    border: 1px solid #f26649;
    color: #f26649;
}

.our-pilot .btn2:hover {
    background-color: #f26649;
    color: #fff;
}

.bg-img {
    background-image: url(assets/img/signup_homepage_bg-09c3f12b.jpg);
    padding: 110px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 60px;
}

.be-the-first-col {
    color: #fff;
}

.be-the-first-col h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.be-the-first-col h2:after {
    position: absolute;
    content: " ";
    left: 0;
    bottom: 0;
    width: 70px;
    height: 2px;
    background-color: #f26649;
}

.be-the-first-col h4 {
    margin-bottom: 30px;
}

.be-the-first-col .btn {
    margin-top: 10px;
    border: 1px solid white;
    color: white;
}

.be-the-first-col .btn:hover {
    background-color: #f26649;
    color: #fff;
}

.be-the-first-col .form-control {
    width: 70%;
    height: 45px;
    border-radius: 0px;
}

.blog-row {
    margin-top: 50px;
    margin-bottom: 50px;
}

.blog .visit {
    text-decoration: underline;
    font-size: 16px;
}

.blog h3 {
    margin-bottom: 20px;
}

.drone-base-img img {
    width: 60%;
}

.color {
    color: #f26649;
}

.blog-img {
    margin-bottom: 30px;
}

.blog-desc {
    padding-right: 90px;
    padding-left: 0px;
    margin-bottom: 30px;
}

.blog-desc a:hover {
    color: #333;
}

.support-center h3 {
    margin-bottom: 20px;
}

.support-center .first-anchor {
    margin-right: 20px;
}

.support-center a {
    text-decoration: underline;
    font-size: 16px;
}

.footer {
    background-image: url(assets/img/FooterBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px 80px;
}

.social-link li {
    margin-right: 10px;
}

.social-link ul {
    position: relative;
    padding-bottom: 30px;
}

.social-link ul:before {
    position: absolute;
    content: " ";
    left: 0;
    bottom: 0;
    width: 70px;
    height: 2px;
    background-color: #f26649;
}

.social-link li i {
    font-size: 30px;
    color: #fff;
}

.footer-links ul, .industries ul, .faqs ul {
    margin-bottom: 50px;
}

.faqs ul {
    margin-bottom: 80px;
}

.footer-links li, .industries li, .faqs li {
    margin-bottom: 10px;
}

.footer-links a, .industries a, .faqs a {
    font-size: 15px;
    color: #ccc;
}

.footer-links a:hover, .industries a:hover, .faqs a:hover {
    text-decoration: underline;
}

.industries img, .faqs img {
    width: 70%;
}

.faqs {
}

.info-construct {
    text-align: center;
    
    position: relative;
  
    margin-bottom: 30px;
    padding: 15px; 
  
    
}
.info-construct h1{
   font-size: 16px;
   text-transform: uppercase;
  
    color: #183058;
}
.info-construct p{
font-size: 16px;
    text-align: justify;
    color: #555;
}
.info-construct img {
    height: 55px;
    margin: 35px 0 15px 0;
}

.info-construct-imgsamples {
    text-align: center;
    
    position: relative;
  
    margin-bottom: 30px;
    
  
    
}
.info-construct-imgsamples h1{
    font-size: 16px;
   text-transform: uppercase;
    color: #183058;
}

#myVideo {
    z-index: -1111;
    position: relative;
    width: 100%;
}

.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: transparent;
    border: 0px;
}

.width-1 {
    width: 32%;
    min-height: 400px;
    margin-bottom: 30px;
}

.width-2 {
    width: 33%;
    min-height: 400px;
    margin-bottom: 30px;
}

.commercial-banner {
    position: relative;
}

.navbar .commercial-estate {
    color: #fff;
    margin-top: 30px;
}

.navbar .commercial-estate h1 {
    text-transform: uppercase;
    font-size: 45px;
}

.navbar .commercial-estate p {
    font-size: 24px;
}

.navbar .commercial-estate .btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    border: 1px solid #fff;
    border-radius: 0px;
}

.marg-img-1 {
    margin-bottom: 60px;
}

.navbar .commercial-estate .btn:hover {
    background-color: #fff;
    color: #1d2d47;
    text-decoration: none;
}

.commercial-title img {
    width: 55px;
    margin: 35px 0 15px 0;
}

.commercial-title h1, .commercial-flying .commercial-flying-cont h1 {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: #183058;
}

.commercial-title h1:after {
    background-color: #f26649;
    width: 75px;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 0;
}

.commercial-title p {
    text-align: center;
    font-size: 18px;
}

.commercial-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 40px;
}

.commercial-flying .commercial-flying-cont {
    background-color: #eff4f0;
    padding: 22px;
}

.commercial-flying .commercial-flying-cont h1 {
    color: #183058;
    text-align: center;
}

.commercial-flying .commercial-flying-cont h1 {
    color: #183058;
    font-size: 20px;
}

.commercial-flying .commercial-flying-cont p {
    font-size: 16px;
    text-align: justify;
}

.commercial-flying .commercial-flying-cont h3 {
    text-align: center;
    margin-bottom: 5px;
}

.commercial-flying .commercial-flying-cont h1:after {
    background-color: #f26649;
    width: 75px;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 0;
}

.commercial-flying .commercial-flying-cont-diff {
    background-color: #eff4f0;
    padding: 22px;
}

.commercial-flying .commercial-flying-cont-diff h1:after {
    background-color: #f26649;
    width: 75px;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 0;
}

.commercial-flying .commercial-flying-cont-diff h1 {
    color: #183058;
    text-align: center;
    font-size: 20px;
    position: relative;
    padding-bottom: 30px;
}

.commercial-flying .commercial-flying-cont-diff p {
    text-align: justify;
}

.commercial-flying .commercial-flying-cont .diff-head {
    margin-bottom: 23px;
}

.commercial-flying {
    margin-bottom: 15px;
}

.commercial-flying .img-3 a {
    display: block;
    min-height: 376px;
    position: relative;
    float: left;
    width: 100%;
}
.commercial-flying .img-3b a {
    display: block;
    min-height: 376px;
    position: relative;
    float: left;
    width: 100%;
}

.img-1 {
    background-image: url(assets/img/img-1.jpg);
    background-repeat: no-repeat;
    margin-right: 15px;
}

.img-2 {
    background-image: url(assets/img/img-2.jpg);
    background-repeat: no-repeat;
    margin-left: 15px;
}

.img-3 {
    background-image: url(assets/img/img-fontanals.jpg);
    background-repeat: no-repeat;
    margin-left: 15px;
    margin-right: 15px;
}
.img-3b {
    background-image: url(assets/img/sunrental8.jpg);
    background-repeat: no-repeat;
    margin-left: 15px;
    margin-right: 15px;
}


.img-4 {
    background-image: url(assets/img/img-4.jpg);
    background-repeat: no-repeat;
    margin-right: 15px;
}

.img-5 {
    background-image: url(assets/img/img-5.jpg);
    background-repeat: no-repeat;
    margin-left: 15px;
}

.img-inspec-1 {
    background-image: url(assets/img/img-insp1.jpg);
    background-repeat: no-repeat;
    margin-right: 15px;
}

.img-inspec-2 {
    background-image: url(assets/img/img-insp2.jpg);
    background-repeat: no-repeat;
    margin-left: 15px;
}

.img-inspec-3 {
    background-image: url(assets/img/img-insp3.jpg);
    background-repeat: no-repeat;
    margin-left: 15px;
    margin-right: 15px;
}

.img-construc-1 {
    background-image: url(assets/img/img-const1.jpg);
    background-repeat: no-repeat;
    margin-right: 15px;
}

.img-construc-2 {
    background-image: url(assets/img/img-const2.jpg);
    background-repeat: no-repeat;
    margin-left: 15px;
}

.img-construc-3 {
    background-image: url(assets/img/img-const2b.jpg);
    background-repeat: no-repeat;
    margin-left: 15px;
}
.thumb-post img {
  object-fit: none; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 250px;
  height: 280px;
  margin-bottom: 1rem;
}

.commercial-flying .commercial-flying-col {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #eff4f0;
}

.commercial-title-2 {
    color: #183058;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.li-back {
    background-color: #eff4f0;
    padding: 10px 5px;
}

.commercial-title-2 h1 {
    margin-bottom: 30px;
    letter-spacing: 3px;
}

.commercial-title-2 .first-p {
    margin-bottom: 30px;
}

.commercial-title-2 .last-p a {
    color: #149b9e;
}

.commercial-title-2 p {
    font-size: 18px;
}

.commercial-title-2 .blue-p {
    color: #183058;
    font-weight: 700;
    margin-bottom: 0px;
}

.item-1 .price-divider {
    height: 10px;
    width: 100%;
    background-color: #3fc0c2;
}

.item-1 h3 {
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #183058;
}

.item-1 {
    border: 2px solid #ebe9e9;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

.item-1 p {
    text-align: center;
}

.item-1 .p-1 {
    letter-spacing: 2px;
    line-height: 0.9;
    color: #ec4f39;
    font-size: 80px;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
}

.item-1 .p-1 small {
    font-size: 30px;
    vertical-align: top;
    color: #aaa;
}

.item-1 .p-2 {
    color: #666;
    font-weight: 400;
    margin-bottom: 30px;
}

.item-1 ul {
    list-style: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.item-1 ul li i {
    font-size: 20px;
    color: #ec4f39;
    position: absolute;
    left: 10px;
}

.item-1 ul li {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    margin-bottom: 12px;
}

.marg-ul {
    /*margin-bottom: 271px;*/
    min-height: 320px;
}

.marg-ul-2 {
    /*margin-bottom: 188px;*/
    min-height: 320px;
}

.marg-ul-3 {
    /*margin-bottom: 51px;*/
    min-height: 320px;
}

.item-1 .anchor-1 {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #149b9e;
    text-decoration: underline;
    margin-bottom: 20px;
}

.item-1 .price-btn {
    font-size: 20px;
    background: #3fc0c2;
    color: #fff;
    padding: 10px 39px;
    margin-bottom: 50px;
    display: inline-block;
}

.item-row {
    margin-bottom: 70px;
}

.title-3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
}

.map-img {
    background-image: url(assets/img/map.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.map-img .map-cont {
    text-align: center;
}

.map-img .map-cont p {
    margin-bottom: 25px;
}

.map-img .map-cont h1 {
    font-size: 25px;
    color: #1d2d47;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.map-img .map-cont h1:after {
    background-color: #f26649;
    width: 75px;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 0;
}

.map-img .map-cont p {
    font-size: 18px;
}

.map-img .map-cont .contact {
    background-color: #f26649;
    font-size: 20px;
    color: #fff;
    padding: 5px 25px;
    text-transform: uppercase;
}

.map-img .map-cont .contact:hover {
    background-color: transparent;
    color: #f26649;
    text-decoration: none;
    border: 1px solid #f26649;
}

.sign-img {
    background-image: url(assets/img/sign.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 95px;
    margin-bottom: 60px;
}

.sign-img h1 {
    text-align: center;
    color: #fff;
    font-size: 25px;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 2px;
}

.sign-img h1:after {
    background-color: #f26649;
    width: 75px;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 0;
}

.sign-img p {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.flex-vrt-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: center;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-vert {
    margin-bottom: 40px;
}

.our-design figure, .great-job figure, .phenomenal figure {
    min-height: 70px;
    margin-bottom: 30px;
}

.our-design figure img, .great-job figure img {
    width: 120px;
}

.phenomenal figure img {
    width: 190px;
}

.our-design p, .great-job p, .phenomenal p {
    text-align: center;
    font-size: 18px;
    position: relative;
}

.our-design .first-p, .great-job .first-p, .phenomenal .first-p {
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.our-design .first-p:after, .great-job .first-p:after, .phenomenal .first-p:after {
    background-color: #f26649;
    width: 75px;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 0;
}

.title-3 a {
    color: #149b9e;
}

.item-1.active {
    border: 4px solid #ec4f39;
    border-top: 17px solid #ec4f39;
    border-radius: 8px;
    background-color: transparent;
    opacity: 1;
    min-height: 750px;
    margin-top: -40px;
}

.item-1 .tri {
    width: 20px;
    height: 0;
    border-top: 20px solid #ec4f39;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    margin-top: 6px;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 0;
    display: none;
}

.item-1.active .tri {
    display: block;
}

.item-1:hover .price-divider {
    display: none;
}

.item-1:hover .price-btn {
    background-color: #ec4f39;
    text-decoration: none;
}

.blog-row {
    margin-bottom: 50px;
}

.blog .visit {
    text-decoration: underline;
    font-size: 16px;
}

.blog h3 {
    margin-bottom: 20px;
}

.drone-base-img img {
    width: 60%;
}

.color {
    color: #f26649;
}

.blog-img {
    margin-bottom: 30px;
}

.blog-desc {
    padding-right: 90px;
    padding-left: 0px;
    margin-bottom: 30px;
}

.support-center h3 {
    margin-bottom: 20px;
}

.support-center .first-anchor {
    margin-right: 20px;
}

.support-center a {
    text-decoration: underline;
    font-size: 16px;
}

.footer {
    background-image: url(assets/img/FooterBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px 80px;
}

.social-link li {
    margin-right: 10px;
}

.social-link ul {
    position: relative;
    padding-bottom: 30px;
}

.social-link ul:before {
    position: absolute;
    content: " ";
    left: 0;
    bottom: 0;
    width: 70px;
    height: 2px;
    background-color: #f26649;
}

.social-link li i {
    font-size: 30px;
    color: #fff;
}

.footer-links ul, .industries ul, .faqs ul {
    margin-bottom: 50px;
}

.faqs ul {
    margin-bottom: 80px;
}

.footer-links li, .industries li, .faqs li {
    margin-bottom: 10px;
}

.footer-links a, .industries a, .faqs a {
    font-size: 15px;
    color: #ccc;
}

.footer-links a:hover, .industries a:hover, .faqs a:hover {
    text-decoration: underline;
}

.industries img, .faqs img {
    width: 70%;
}
.iframe-360{
    width:100%;
    height: 500px;
}
.panel-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
    
}

.panel-menu li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
    border-bottom: 1px solid #999;
     border-bottom-right-radius: 3px; 
     border-bottom-left-radius: 3px; 
      border-top-right-radius: 3px; 
     border-top-left-radius: 3px; 
}

/* Change the link color on hover */
.panel-menu li a:hover {
    background-color: #555;
    color: white;
}
@media(min-width:992px) {
    .banner img {
        height: 450px !important;
        object-fit: cover;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navigation .navbar-nav li a, .navigation .navbar-nav li a:focus, .navigation .navbar-nav li a:hover, .navigation .navbar-nav.open li a, .navigation .navbar-nav.open li a:focus, .navigation .navbar-nav.open li a:hover {
        padding: 10px 13px;
    }

    .banner-desc h1 {
        font-size: 34px;
    }

    .drone-services-desc {
        width: 160px;
    }

    .drone-services-desc h3 {
        font-size: 17px;
    }

    .review-col h2 {
        font-size: 28px;
    }

    .our-cutomers-col, .our-pilot {
        width: 470px;
        color: #fff;
        margin-left: auto;
        padding: 70px 40px 70px 0px;
    }


    .block {
        display: none;
    }

    .img-3 {
        background-position: center;
        background-size: cover;
    }

    .commercial-flying .commercial-flying-cont-diff {
        padding-bottom: 85px !important;
    }

    .commercial-flying .commercial-flying-cont .diff-head {
        margin-bottom: 13px;
        padding-bottom: 15px;
        margin-top: -10px;
    }

    .commercial-flying .commercial-flying-cont h3 {
        text-align: center;
        margin-bottom: 0px;
        margin-top: -3px;
    }

    .marg-ul-3 {
        margin-bottom: 76px;
    }

    .width-2 {
        width: 38%;
    }

    .width-1 {
        width: 29%;
    }

    .commercial-title h1, .commercial-flying .commercial-flying-cont h1 {
        margin-bottom: 14px;
    }

    .commercial-flying .commercial-flying-cont p {
        font-size: 14px;
    }

    .navbar .commercial-estate h1 {
        font-size: 40px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .drone-services {
        text-align: center;
    }


    .banner-desc h1 {
        font-size: 33px !important;
    }

    p {
        font-size: 16px;
    }

    .logo img {
        width: 100%;
    }

    .drone-services img {
        margin-bottom: 20px;
    }

    .review-col h2 {
        font-size: 20px;
    }

    .about-link {
        padding: 80px 15px 40px 15px;
    }

    .our-cutomers-col, .our-pilot {
        width: 370px;
        padding: 40px 15px 40px 15px;
    }

    .bg-img {
        background-image: url(assets/img/signup_homepage_bg-09c3f12b.jpg);
        padding: 40px 0px;
    }

    .banner-desc {
        margin-top: 30px;
        clear: both;
    }

    /*.col-sm-6 {
        width: 100%;
    }*/

    .social-link li {
        margin-right: 5px;
    }
    /*css*/
    .navbar .commercial-estate {
        margin-top: 0px;
    }

    .navbar .commercial-estate h1 {
        font-size: 28px;
    }

    .commercial-title p {
        font-size: 16px;
    }

    .block {
        display: inline-block;
    }

    .img-1 {
        margin-right: 12px;
    }

    .width-2 {
        width: 49%;
    }

    .width-1 {
        width: 49%;
    }

    .img-2 {
        margin-left: 0px;
        margin-right: 12px;
    }

    .img-3 {
        margin-left: 0px;
        margin-right: 12px;
    }

    .img-4 {
        margin-right: 12px;
    }

    .h1, h1 {
        font-size: 30px;
    }

    .item-1 .price-btn {
        padding: 10px 15px;
    }

    .marg-ul-2 {
        /*margin-bottom: 167px;*/
    }

    .marg-ul-3 {
        /*margin-bottom: 105px;*/
    }

    .item-1 {
        margin-bottom: 50px;
    }

    .item-1:nth-of-type(3) {
        clear: left;
    }

    .item-1.active {
        min-height: 650px;
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .map-img .map-cont h1 {
        font-size: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .title-3 {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .item-row {
        margin-bottom: 30px;
    }

    .flex-vert {
        margin-bottom: 30px;
    }

    .map-img {
        margin-bottom: 30px;
    }

    .sign-img {
        padding-top: 80px;
        padding-bottom: 75px;
    }

    .navbar .commercial-estate .btn2 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .navigation .navbar-nav li a, .navigation .navbar-nav li a:focus, .navigation .navbar-nav li a:hover, .navigation .navbar-nav.open li a, .navigation .navbar-nav.open li a:focus, .navigation .navbar-nav.open li a:hover {
        padding: 10px 13px;
        color: #000;
        font-weight: 100;
        background-color: #fff;
    }
    .iframe-360{
        width:100%;
        height: 300px;
    }
    .navigation li {
        background-color: transparent;
        margin-bottom: 3px;
        opacity: 0.95;
        float: left;
        width: 100%;
    }

    .navigation li a {
        background-color: #fff;
    }

    .banner img {
        height: 400px;
    }

    .banner-desc h1 {
        font-size: 36px;
    }

    .dropdown-menu li:hover {
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset;
    }

    .navbar-brand {
        height: auto;
        padding: 0px;
        width: 200px;
    }

    .navbar-toggle {
        border: 1px solid #fff;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .header-bar {
        position: absolute;
    }

    .navigation {
        position: absolute;
    }

    .banner-desc {
        position: absolute;
        margin-top: 70px;
    }

    .navbar-nav {
        float: right;
        width: 50%;
        background-color: transparent;
        z-index: 11111;
    }

    .navbar-collapse {
        z-index: 11111;
        position: relative;
        overflow-x: hidden;
    }

    .navbar-nav li:hover .mega-menu {
        display: none !important;
    }

    .dropdown-menu {
        position: static;
        display: block;
        min-width: auto !important;
        padding-top: 0px;
    }

    .dropdown-menu li {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0px;
    }

    .mega-menu {
        margin-left: 0px;
        min-width: 100% !important;
        display: none;
    }

    .mega-menu li a {
        text-align: left;
        display: block;
    }

    .mega-menu li a span {
        display: none;
    }

    .mega-menu li {
        width: 100%;
        min-height: auto;
    }

    .dropdown-menu:before, .mega-menu:before {
        display: none;
    }

    .gallery-img-1 img, .gallery-img-2 img, .gallery-big-img img {
        width: 100%;
    }

    .gallery .gallery-img-1, .gallery .gallery-img-2, .gallery .gallery-big-img {
        padding: 0px 5px 3px 5px;
    }

    .gallery-2 .gallery-img-1 {
        padding: 0px 15px;
    }

    .gallery-2 {
        padding: 0px 15px 0px 15px;
    }

    .gallery-2 .gallery-img-1, .gallery-2 .gallery-img-2 {
        padding: 0px 5px;
    }

    .our-cutomers-col, .our-pilot {
        width: 100%;
        padding: 70px 15px;
    }

    .our-cutomers-row {
        display: block !important;
        margin: 0px;
    }

    .our-cutomer-img, .our-pilot-img {
        padding-top: 100%;
    }

    .blog-desc, .blog .visit {
        padding: 0px 15px;
        margin-bottom: 40px;
        display: block;
    }

    .social-link, .footer-links, .industries, .faqs {
        margin-bottom: 30px;
    }

    .bg-img {
        padding: 30px 0px;
    }

    .navbar .commercial-estate h1 {
        margin: 0px;
        font-size: 18px;
    }

    .navbar .commercial-estate p {
        font-size: 14px;
    }

    p {
        margin: 0px;
    }

    .navbar .commercial-estate .btn2 {
        font-size: 16px;
    }

    .navbar .commercial-estate {
        margin-top: 0px;
    }

    .commercial-title img {
        margin: 0;
    }

    h1 {
        font-size: 20px;
    }

    .commercial-title h1, .commercial-flying .commercial-flying-cont h1 {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .commercial-title p {
        font-size: 14px;
    }

    .marg-img-1 {
        margin-bottom: 30px;
    }

    .commercial-title {
        margin-bottom: 30px;
    }

    .img-1 {
        margin-right: 0px;
        background-size: cover;
    }

    .width-1 {
        width: 100%;
    }

    .width-2 {
        width: 100%;
    }

    .img-2 {
        margin-left: 0px;
        background-size: cover;
    }

    .img-3 {
        margin-left: 0px;
        margin-right: 0px;
        background-size: cover;
    }

    .img-4 {
        margin-right: 0px;
        background-size: cover;
    }

    .img-5 {
        margin-left: 0px;
        background-size: cover;
    }

    .commercial-title-2 p {
        font-size: 13px;
    }

    .commercial-title-2 {
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .commercial-title-2 .first-p {
        margin-bottom: 20px;
    }

    .commercial-title-2 h1 {
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

    h1 {
        font-size: 18px;
    }

    .title-3 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .item-1:nth-of-type(3) {
        clear: left;
    }

    .item-1.active {
        min-height: 0px;
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .map-img .map-cont h1 {
        font-size: 18px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .map-img .map-cont p {
        font-size: 14px;
    }

    .map-img {
        padding-top: 20px;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    .our-design p, .great-job p, .phenomenal p {
        font-size: 16px;
    }

    .sign-img p {
        font-size: 14px;
    }

    .sign-img h1 {
        font-size: 20px;
    }

    .sign-img {
        padding-top: 30px;
        padding-bottom: 45px;
    }

    .marg-ul {
        margin-bottom: 50px;
    }

    .marg-ul-2 {
        margin-bottom: 50px;
    }

    .marg-ul-3 {
        margin-bottom: 50px;
    }
}


@media (max-width: 480px) {
    .navbar-brand {
        width: 170px;
    }
    .iframe-360{
        width:100%;
        height: 300px;
    }
    .navbar-toggle {
        margin-top: 0px;
        margin-right: 30px;
    }

    .navbar-nav {
        width: 100%;
    }

    .banner-desc h1 {
        font-size: 17px !important;
    }

    .banner-desc p {
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 30px;
    }

    .drone-services {
        margin-bottom: 30px;
        text-align: center;
    }

    .drone-services img {
        margin-bottom: 20px;
    }

    .drone-services-row {
        padding: 40px 0px 0px;
    }

    .review-col h2 {
        font-size: 24px;
    }

    .review-col {
        margin-bottom: 40px;
    }

    .about-link {
        padding: 40px 15px 40px 15px;
    }

    .our-cutomers-col, .our-pilot {
        padding: 40px 15px;
    }

    .our-cutomers-col h2, .our-pilot h2 {
        margin-bottom: 30px;
        font-size: 25px;
    }

    .be-the-first-col .form-control {
        width: 100%;
        height: 40px;
        border-radius: 0px;
    }

    .drone-base-img {
        margin-bottom: 30px;
    }

    .navbar .commercial-estate .btn2 {
        font-size: 14px;
    }

    .navbar .commercial-estate h1 {
        font-size: 20px;
    }

    .item-1 {
        margin-bottom: 20px;
    }

    .item-row {
        margin-bottom: 5px;
    }

    flying-cont p {
        font-size: 14px;
    }

    video {
        object-fit: cover;
        height: 300px;
    }

    .navbar .commercial-estate p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .navbar .commercial-estate {
        margin-top: 60px;
        padding-left: 0px;
        padding-right: 0px;
        position: absolute;
    }
}

@media(min-width:992px) {

    .block {
        display: block;
    }

    .be-the-first-col h2 {
        font-size: 38px;
    }

    .commercial-flying .commercial-flying-cont h1 {
        font-size: 23px;
        line-height: 31px;
    }

    .commercial-flying .commercial-flying-cont-diff h1 {
        font-size: 23px;
        line-height: 31px;
    }

    .item-1 h3 {
        font-size: 22px;
    }

    .sign-img h1 {
        font-size: 35px;
    }
}


@media(max-width:767px) {
    .mobile-navbar {
        width: 90% !important;
    }

    .navbar-toggle {
        margin-right: 0px !important;
    }

    .banner-desc h1 {
        font-size: 19px;
    }

    .banner-desc p {
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 30px;
        line-height: 18px;
        margin-top: 20px;
    }

    .width-2 {
        min-height: inherit !important;
    }

    .width-1 {
        min-height: inherit !important;
    }

    .item-1 ul li {
        margin: 10px;
    }

    .marg-ul {
        min-height: inherit !important;
    }

    .marg-ul-2 {
        min-height: inherit !important;
    }

    .marg-ul-3 {
        min-height: inherit !important;
    }
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.progressbar {
    counter-reset: step;
}

.progressbar li {
    list-style-type: none;
    width: 20%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}

.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}

.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #f26649;
}

.progressbar li.active:before {
    border-color: #f26649;
}

.progressbar li.active + li:after {
    background-color: #f26649;
}

.steps {
    margin-top: 30px;
    margin-bottom: 30px;
}

#map {
    height: 100%;
    width: 100%;
}

.adminDemoVideo {
    position: relative;
    display: inline-block;
}

.adminDemoVideo::before {
    content: '\f04b';
    z-index: 5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
    padding: 3px 15px 3px 25px;
    color: white;
    font-family: 'FontAwesome';
    font-size: 50px !important;
    background-color: rgba(23, 35, 34, 0.75);
    border-radius: 5px 5px 5px 5px;
}



/*NEW CSS ADDED HERE*/
@media(max-width:767px) {
    .navbar-nav {
        width: 100% !important;
        border: 1px solid #e8e5e5;
    }

    .mega-menu{
        display:block
    }
    .mega-menu:hover{
        display:block
    }

    .navbar-nav li:hover .mega-menu {
        display:block !important
    }

    .dropdown-menu {
        width: 100% !important;
    }

    .last-dropdown {
        width: 100% !important;
    }

    .navigation .navbar-nav li a {
        color: #222 !important;
        background: white !important;
    }

    .navigation .navbar-nav li a, .navigation .navbar-nav li a:focus, .navigation .navbar-nav li a:hover, .navigation .navbar-nav.open li a, .navigation .navbar-nav.open li a:focus, .navigation .navbar-nav.open li a:hover {
        color: #222 !important;
    }

    .navbar-nav {
        background: white !important;
        padding-bottom: 15px;
    }

    .navigation .navbar-nav li {
        background: white !important;
    }

    .navigation li {
        opacity: 1;
    }

    .navbar-collapse {
        padding-left: 0px !important;
    }


    .last-dropdown li a {
        color: #222 !important;
    }

    .navbar-nav .dropdown-menu {
        padding-bottom: 0px !important;
        padding-left: 20px;
    }

    .navbar-nav .dropdown-menu li a {
        padding: 0px !important;
        font-size: 13px;
    }

    .navbar-nav .dropdown-menu li a:before {
        font-family: FontAwesome;
        content: "\f101";
        display: inline-block;
        padding-right: 6px;
    }

    .navigation .navbar-nav li a, .navigation .navbar-nav li a:focus, .navigation .navbar-nav li a:hover, .navigation .navbar-nav.open li a, .navigation .navbar-nav.open li a:focus, .navigation .navbar-nav.open li a:hover {
        color: #222 !important;
    }
}
