*                   {margin:0; padding:0;}

/* *********** Non-Semantic Helper Classes ***************/

.hidden             {display: none !important; visibility: hidden; }
.invisible          {visibility: hidden; }

.clearfix:before, 
.clearfix:after     {content: ""; display: table; }
.clearfix:after     {visibility: hidden; display: block; font-size: 0;content: " "; clear: both; height: 0; }
.clearfix           {display: inline-block; }
* html .clearfix    {height: 1%; }
.clearfix           {display: block; }

.clear              {clear: both; }
.left               {float:left}
.right              {float:right}
.divtable           {display: table; width:auto; background-color:; border-spacing:5px;}
.divRow             {display:table-row; width:auto; }
.divcell            {float:left; display:table-column; width:150px; background-color:;}


/****************** Normalize Styles *********************/

img             {border: none; }
a               {text-decoration:none; outline: none; background: transparent;}
a:active,a:hover{outline: 0;}
input, select   {vertical-align:middle;}
button,
input,
textarea        {font-family: inherit; font-size: 100%; margin: 0; border-radius: 0}
select          {width: 50px;}
button,input    {line-height: normal;}
button, select  {text-transform: none;}
textarea        {overflow: auto; /* 1 */ vertical-align: top; /* 2 */}
table           {border-collapse: collapse; border-spacing: 0;}



body{
 background: url("../../../images/bg.png");
 font-family: 'Roboto', sans-serif;
 line-height:1; 
 font-size:20px;
}

/* Overall */
.container      {max-width: 1280px; margin: 0 auto; position: relative;}
.container:after{content: ""; display: table; clear: both;}

/****************** My Styles *****************************************/
h1              {
 /*margin-bottom:1em;*/
 color: #ed1c24;  
 font-weight: 300; 
 text-shadow: 0 0 1px rgba(0,0,0,0.1);
 /*font-family: 'Alex Brush', cursive;*/
 font-family: 'Roboto', sans-serif;
 margin: 25px 0 15px;
 /* border-right: 10px solid;
 color: #ed1c24;
 float: left;
 font-size: 35px;
 font-weight: 600;
 padding-right: 10px;
 text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);*/
}
.new-h1{
  text-transform: uppercase;
}
h2              {
 /*margin-bottom:0.9em;*/ 
 color: #6F828D; 
 font-weight: 300; 
 /*text-shadow: 0 0 1px rgba(0,0,0,0.1);*/
}
h3              {
 /*margin-bottom:0.8em; */
 color: #6F828D; 
 font-weight: 400; 
 text-shadow: 0 0 1px rgba(0,0,0,0.1);
}
h4              {
 /*margin-bottom:0.75em;*/ 
 color: #6F828D; 
 font-weight: 400; 
 text-shadow: 0 0 1px rgba(0,0,0,0.1);
}
.subTitle{
  font-size: 22px!important;
  text-align: left!important;
}
.sub-title{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ed1c24;
    letter-spacing: 0.5px;
}
h5              {
/* margin-bottom:0.7em;*/ 
 color: #6F828D; 
 font-weight: 400; 
 text-shadow: 0 0 1px rgba(0,0,0,0.1);
}
p               {
 /*margin-bottom:0.5em; */
 color: #333; 
 font-size:0.65em; 
 font-weight: 200; 
 text-shadow: 0 0 1px rgba(0,0,0,0.1);
 line-height: 20px;
}

a              {
 /*margin-bottom:0.5em; */
 color: #fff; 
 font-weight: 200; 
 text-shadow: 0 0 1px rgba(0,0,0,0.1);
 line-height: 20px;
 text-decoration: none;
}

a.dlk-link{
  color: #333;
  font-weight: 300;
  font-size: 15px;
}
a.dlk-link:hover {
  text-decoration: none;
  color: #888;
}

.hotline{
    float: right
}

.hotline img {
  margin-left:200px;
  width:50px;
}
    
.hotline p {
    float: right;
    font-size: 18px;
    font-weight: 300;
    line-height: 15px;
}

.logo p{
    /*font-size: 20px;*/
    display: inline;
    line-height: 40px
}


div#maximenuck91 ul.maximenuck{
    background: none;
    color: #000000;
    border: none;
}

div#maximenuck91 ul.maximenuck li.maximenuck.level1:hover, div#maximenuck91 ul.maximenuck li.maximenuck.level1.active {
    background: #ED1C24;
    border: none;
    border-radius:0px;
}

div#maximenuck91 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck91 ul.maximenuck li.maximenuck.level1 > span.separator{
    color: black;
    // font-size: 16px;
    font-size:20px;
    text-shadow: none;
    white-space: unset;
   /*margin-right: 20px;*/
    border: none;
    padding: 5px;
}


div#maximenuck91 ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.level1.active > a span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.level1:hover > span.separator, div#maximenuck91 ul.maximenuck li.maximenuck.level1.active > span.separator {
    color: #fff;
    text-shadow: none;
    /*margin-left: 18px;*/

}

div#maximenuck91 ul.maximenuck li.maximenuck.level1{
    border: none;
    margin-right: 0px;
    /*padding: 10px 28.5px;*/
  padding: 10px 18px;
}

div#maximenuck91 ul.maximenuck {
    background-color: #d9dcde;
    border-radius: 0px;
    box-shadow: none;
    text-align: center;
    /*border-bottom: 1px solid #ed1c24;*/
    height: auto;
}


div#maximenuck91 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck91 ul.maximenuck li.maximenuck.level1 > span.separator {
    min-height:auto !important;
}

.camera_caption > div {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    /*width: 50%;*/
    font-size: 28px;
    height: 25px;
}

div#maximenuck91 span.titreck{
    font-weight: 300;
}

/*.slider img{
    padding: 8px 3px 0 2px;
}*/

.slider p {
    /*background-color: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    height: 70px;
    line-height: 30px;
    margin-left: 2px;
    margin-top: -70px;
    opacity: 0.75;
    text-align: center;*/
    background-color: #000;
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    /*height: 100px;*/
    line-height: 30px;
    margin-left: 2px;
    margin-top: -65px;
    opacity: 0.75;
    text-align: center;
    width: 100%;
}

.slider img:hover {
    opacity: 0.5;
    filter: grayscale(100%); /* For IE8 and earlier */
}

.main_artical h1{
    text-align: center;
    color: #ED1C24;
    font-weight: 300;
    text-transform: uppercase;
}


.main_artical p{
    /*border-bottom: 1px solid #ed1c24;*/
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 35px;
    text-align: center;

  }

.social-media{
    text-align: center;
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
}

.social-media img {
   margin: 0 15px;
}


.social-media h2{
    color: #ed1c24;
    display: inline;
    font-weight: 200;
    text-align: center;
 }
  
.footer p{
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

.slider a{
    text-decoration: none;
}

.slider span {
    display: none !important;
}
 
 .article p {
    color: #333;
    font-weight: 300;
}

 .article h3 {
    color: #ed1c24;
    font-weight: 300;
}

.vision p{
    border: 3px solid #ededed;
    color: #333;
    font-weight: 300;
    padding: 15px;
}

.vision h3{
    text-align:center;
    color: #ed1c24;
}

.contact p{
    color: #333;
    font-weight: 300;
    font-size: 15px;
}

/*.contact h1{
    font-family: Roboto,Arial,sans-serif;
}*/

.contact h3{
    color: #ed1c24;
    font-weight: 300;
}

.contact p  span{
    font-size: 20px;
    font-weight: 400;
}

.contact img{
     padding: 5px;
    width: 25px;
}


.about-section  p {
    
    color: #333;
    font-weight: 300;
    text-align: justify;
    width: 90%;
    
}

.about-section{
    background-color: #fff;
    height: 570px;
    margin-top: 10px;
    padding: 20px 0 0 20px;
}

.about-section h1{
    /*font-family: 'Alex Brush', cursive;*/
    margin: 10px 0;
}

.about-section h3{
    color: #ed1c24;
    font-weight: 300;

}

.about-section .span4{
/*    border-right: 1px solid #ED1C24;*/
    /*height: 500px;*/
    max-height: 500px;
    margin-left: 10px;
}

hr{
    border: 1px solid #ed1c24 !important;
}
.new-hr{
  border: 1px solid #ececec !important;
}
.about-section h4{
    color: #393535;
}

.drone_img{
    text-align: center;
}

.services{
    text-align: center;
}

.services h3{
    text-align: center;
    font-weight: 400;
    color: #f87676;
    font-size: 13px;
    line-height: 25px;
    /*min-height: 50px;*/
}

.services p{
    text-align:left;
    color: #333;
    font-weight: 300;
    min-height: 120px;

}

.services .btn-1{
    background-color: #393535;
    border-radius: 2px;
    /*float: left;*/
    font-size: 13px;
    padding: 5px;
    margin-top: 20px;
}

.jcemediabox-zoom-link{
    display: none !important;
}


.services a{
    text-decoration: none;
    font-weight: 400;
}

.services .btn-1:hover{
    background-color: #F57676;
    color: #fff;

}

.header{
    font-family: 'Alex Brush', cursive;
}

.header_s{
    text-align: center;
}

.header_s h1{
    /*border-right: 10px solid;*/
    text-align: left;
    /*font-weight: 400;*/
    padding-right: 10px
}

a:hover, a:focus{
    color: #fff;
}

.services .span3 {
    /*border: 1px solid #F87676;*/
    padding: 10px;
    /*background-color: #f4f4f4;*/
    margin-bottom:10px;
    /*height: 440px;*/
}
.abt_top{
    margin-top: 60px;
}

a.jcepopup span.jcemediabox-zoom-link, a.jcepopup span.jcemediabox-zoom-link.icon-right, a.jcepopup span.jcemediabox-zoom-link.zoom-righ{
    background:none !important;
}

.equipment{
    text-align: center;
}
.equipment h1{
    text-align: center;
    font-family: 'Alex Brush', cursive;
}

.equipment h3{
    text-align: center;
    font-weight: 400;
    color: #f87676;
    font-size: 20px;
}

.equipment p{
    text-align:justify;
    color: #333;
    font-weight: 300;
    height: 150px;
}

.equipment .btn-1{
    background-color: #F87676;
    border-radius: 5px;
    /*float: left;*/
    font-size: 15px;
    padding: 10px;
}

.equipment a{
    text-decoration: none;
    font-weight: 400;
}

.equipment .btn-1:hover{
    background-color: #F57676;
    color: #fff;

}
a:hover, a:focus{
    color: #fff;
    text-decoration: none;
}

.equipment .span3 {
    border: 1px solid #F87676;
    padding: 10px;
    background-color: #f4f4f4;
    margin-bottom:10px;
    height: 500px;
}

.btn-1 span a{
    display: none !important;
}

.aerial_360{
    text-align: center;
}


.aerial-live {
    background-color: #776F70;
    height: 336px;
    margin-top: 10px;
    padding: 20px 0 20px 20px;
}
#aerial-live{
  height: 365px;
  margin-bottom: 40px;
}
.aerial-live p{
    color: #fff;
    font-size: 15px;
    padding-right: 20px;
    text-align: justify;
}

.aerial-live h3 {
    color: #fff;
    font-size: 70px;
    font-weight: bolder;
    line-height: 65px;
}


.real-estate h3 {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    text-align: left;
}

.inter_pro h3 {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    /*float:left;*/
}

.inter_pro p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
}

.inter_pro .btn-1 {
    background: #ed1c24 none repeat scroll 0 0;
    padding: 10px;
    width: 150px;
}


.inter_pro .btn-1 {
    background: #ed1c24 none repeat scroll 0 0;
    padding: 10px;
    text-align: center;
    width: 150px;
    margin-top: 25px;
}

.inter_pro a{
    color: #fff;
    font-weight:500;
    text-align: center;
}

.inter_pro img{
    text-align: center;
}
.d-header img.logo{
    height: 125px;
    margin-top: 15px;
}
.d-header h1{
    color: #333435;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 5px;
}
.d-header h1 span{
    color: #ed1c24;
}
.d-header p{
    font-size: 21px;
    font-weight: 300;
}



.d-header .d-middle .d-middle-right{
    display: none;
}



.d-header .d-middle .title{
    text-transform: uppercase;
    padding-top: 20px;
    font-weight: 600;
    font-size: 2.8rem;
    letter-spacing: 0.2rem;
}
.d-header .d-middle .description_1{
    text-transform: uppercase;
    margin-top: 10px;
}

.d-header .d-middle .description_2{
    margin-top: 10px;
    font-style: italic;
}



.d-header .d-rules{
    margin-top: 25px;
}
.d-header .d-rules p{
    font-size: 17px;
}
.d-header .d-contact h3{
    color: #7b7d7e;
    line-height: 1.5;
    font-weight: 300;
    font-size: 20px;
}

.d-header .d-contact h3 .title
{
    font-family: sans-serif;
    color: #222;
    font-size: 1.9rem;
    letter-spacing: 0.01em;
}


.d-header .d-contact span a{
    color: #333435;
    font-weight: 400;
}



div#maximenuck91 ul.maximenuck{
    padding: 0;
}
div#maximenuck91 ul.maximenuck li.maximenuck.level1{
    margin: 0;
}
#header{
    background-color: #ecf0f3;
}
#footer1{
    background-color: #2d2d2d;
    padding: 15px 0;
    border-top: 5px solid #e44e3d;
}
.container{
    /*padding: 0 20px;*/
}
.d-footer{
    background-color: #7e8c8d;
    padding: 35px 0;
}
.d-footer p{
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 0;
    /*border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;*/
    /*margin: 0 auto 30px;*/
    margin: 10px 0;
}
.d-footer .span3{
  background: #8ca0a0;
}
.hovereffect {
  /*width: 100%;*/
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  /*background-color: rgba(75,75,75,0.7);*/
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(45vh);
  -ms-transform: translateY(45vh);
  transform: translateY(45vh);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  line-height: normal;
  margin-bottom: 0;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(35vh);
  -ms-transform: translateY(35vh);
  transform: translateY(35vh);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  /*margin: -52px 0 0 0;*/
  padding: 60px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.d-new-services h2{
  color: #ed1c24;
  text-transform: uppercase;
  font-size: 27px;
}
.d-new-services h3{
  color: #fff;
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 120px;
  margin-bottom: 0;
}
.d-new-services hr{
  display: none;
}
.d-new-services .d-bg{
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px;
  min-height: 170px;
  margin-bottom: 25px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.d-new-services .bg-1{
  background: url(../../../images/2017/services/bg-1.jpg);
}
.d-new-services .bg-2{
  background: url(../../../images/2017/services/bg-2.jpg);
}
.d-new-services .bg-3{
  background: url(../../../images/2017/services/bg-3.jpg);
}
.d-new-services .bg-4{
  background: url(../../../images/2017/services/bg-4.jpg);
}
.d-new-services a:hover .d-bg{
    background: rgb(126, 140, 141);
}
.btn-danger{
    background: transparent;
    color: #ed1c24;
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 13px;
    border-radius: 0;
    border: 1.5px solid #bd362f;
    padding: 5px 23px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
.margin-bottom{
  margin-bottom: 50px;
}
.embed-responsive-item{
  width: 360px;
  height: 200px;
}
.video-screen{
  width: 430px;
  height: 250px;
}
.d-footer h4{
  text-transform: uppercase;
  color: #e4e4e4;
  font-weight: 500;
  letter-spacing: 0.8px;
}

/************* Media Queries ***********************************************************/

@media (min-width: 1200px){
  .container{
    width: 1245px;
  }
  .slider .span2{
    width: 206.5px;
    margin: 0px 0.5px;
  }
  .d-footer p{
    line-height: 1.1;
  }
  .best-web{
    position: absolute;
    z-index: 9999;
    top: -192px;
    right: 25px;
  }

  .d-header img.logo{
    margin-top: 5px;
    }
  .d-header .d-contact h3{
    padding-left: 20px;
    border-left: 3px solid #ed1c24;
    text-align: right;
    margin-right: 50px;
  }

 ./*d-header .d-middle::before{
    background-image: url('/images/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #ecf0f3;
    background-position-x: right;
 }
*/

  .d-header .d-middle-right{
    display: block;
  }

 .d-header .d-middle{
/*    background-image: url(/images/drone-logo-mid.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-position-x: 460px;
    border-left: 3px solid #ed1c24;
 }

.d-header .d-middle .d-middle-overlay
{
    padding-left: 20px;
    padding-bottom: 1px;
    position: absolute;
    width: 100%;
/*    background: #ecf0f3dd;*/
}


.d-header .d-middle .d-middle-right
{
    text-align:right;
     padding-top: 15px;
     display: block;
}

.d-header .d-middle .d-middle-right p
{
    font-size: 1.85rem;
    font-style: italic;
    margin-bottom: 21px;    
}



  .best-web img{
    height: 130px;
  }
  .d-header .d-contact{
    margin-top: 5px;
  }
  .d-new-services{
    width: 68%;
    margin: 0 auto;
  }
  .d-new-services hr{
    margin: 28px 0;
    display: block;
  }

  d-border-left-red{
    border-left: 3px solid #ed1c24;
  }

    
}

/* ----------- Moblie Screens ----------- */
@media (max-width : 480px) {
  .footer .text-left, .footer .text-right{
     text-align: center;
  }
  .d-footer p{
    line-height: 1.1;
  }
  .about-section  p{
    padding: 0 15px 0 0;
  }
  [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"]{
    float: left;
  }
  .justify{
    text-align: justify;
  }
  .drone-fly-img{
    padding-top: 30px;
  }
  .aerial-live h3{
    font-size: 48px;
    line-height: 48px;
  }
  .aerial-live{
    padding: 0;
  }
  .contact{
    text-align: center;
  }
  .slider .span2{
    float: none !important;
    width: 279px;
    margin: 0 auto !important;
  }
}
@media (max-width: 767px){
  body{
     padding-right: 0;
     padding-left: 0;
  }
  .maximenumobiletogglericonck{
     padding: 5px 10px !important;
     background-color: #d9dcde;
  }
  .d-header{
     text-align: center;
  }
  .d-header .d-rules h3{
    margin-bottom: 10px;
  }
  .best-web{
    text-align: center;
  }
  .best-web img{
    width: 110px;
    margin-top: 35px;
  }
  .main_artical p{
    text-align: justify;
    padding: 0 10px;
  }
  .justify{
    text-align: justify;
  }
  /*navigation*/
  div#maximenuck91 span.titreck{
    font-size: 11px;
  }
  div#maximenuck91 ul.maximenuck li.maximenuck.level1{
    padding: 0 8px;
  }
  [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"]{
    float: left;
  }
  .aerial-live{
    height: 500px;
  }
   .aerial-live h3{
    font-size: 48px;
    line-height: 48px;
  }
  .aerial-live{
    padding: 0;
  }
  .contact{
    text-align: center;
  }
}
.item168{
  background: #ed1c24;
}
.download_link{
  color: #fff!important;
}
.fa-download{
  color:#fff;
}
.Llogo{
  background: #fff;
  padding: 20px;
}
#dron-span{
    color: #bd1016;
    font-size: 15px;
    font-weight: 600;
}  
/* ----------- Tablets Screens ----------- */
@media only screen and (min-width : 481px) and (max-width : 768px) {
  .best-web{
    position: absolute;
    z-index: 9999;
    top: -185px;
    right: 5px;
  }
  .best-web img{
    max-height: 100px;
  }
}

/* ----------- Desktop screens ----------- */
@media only screen and (min-width : 769px) and (max-width : 1024px) {
  .best-web{
    position: absolute;
    z-index: 9999;
    top: -205px;
    right: 5px;
  }
  .best-web img{
    max-height: 100px;
  }
  .hovereffect h2{
    font-size: 11px;
  }
  div#maximenuck91 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck91 ul.maximenuck li.maximenuck.level1 > span.separator{
    font-size: 13px;
  }
  div#maximenuck91 ul.maximenuck li.maximenuck.level1{
    padding: 10px 16px;
  }
}

/* ----------- Large Desktop screens ----------- */
@media only screen and (min-width : 1025px)  {
  .d-header .d-border-right{
    min-height: 133px !important;
    /* padding-top: 20px;*/
    margin-top: 20px;
  }
 .d-header .d-border-right-red{
      min-height: 133px !important;
      padding-top: 20px;
  }
  .d-header{
    padding: 0 0 15px 0;
    background-image: url(/images/drone-logo-mid-op5.png);
    background-repeat: no-repeat;
    background-position-x: 632px;
    position: relative;
  }

    .d-header .d-middle .d-middle-overlay
    {
        padding-left: 20px;
        padding-bottom: 1px;
        position: absolute;
        width: 100%;
    }
}

/* ----------- 979px ----------- */
@media only screen and (max-width : 980px)  {
}

.row-fluid [class*="span"]{
    min-height: 1px;
}
.bk-link{
    color: transparent !important;
    position: absolute !important;
    text-shadow: none !important;
}

.best-Dweb{
  position: fixed;
  z-index: 99999;
  right: 20px;
  left: 0px;
  bottom: 50px;
  img{
    height:118px;
  }
}
.s-icon{
  width: 32px!important;
}
.s-list{
  padding-left:0;
  margin: 20px 0;
}
.sIcon{
  width: 32px!important;
  float: left;
  padding-right: 10px;
}
.subTitle{
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500!important;
  color: #565656!important;
}
.s-list li{
  font-size:14px;
  list-style-type: none;
  line-height: 3;
}
@media only screen and (min-width: 768px){
  .download{
    
  }
}
.why-drone{
  background: linear-gradient(to right,#fbfbfb 26%,#ffc5c3 50%);
}
.bw2020 {
    position: fixed;
    z-index: 100000;
    right: 30px;
    bottom: 30px;
}


.default-p {
    color: #333;
    font-weight: 300;
    text-align: justify;
    width: 90%;
}
