
h2.fontSize26{font-size:26px !important;}
.fontSize16{font-size:16px !important; line-height: 22px;}
.mt-10{margin-top:10px;}
.mt-20{margin-top:30px;}
.mt-15{margin-top:15px;}
.displayTable{display:table;}


.saas_two_main_header .dropdown .dropdown-menu li a.active:after {
    left: 0;
    top: 19px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    transform: scale(1);
    background-color: #eb391e;
    transition: 0.3s all ease-in-out;
}

.s2-main-navigation .navbar-nav li a{color:#fff;}
.saas_two_main_header .s2-main-navigation .dropdown:after{color: #fff;}
.saas_2-menu-bg-overlay.saas_two_main_header .s2-main-navigation .dropdown:after
{color: #000;}

.saas_two_main_header.saas_2-menu-bg-overlay{height:65px;}
.saas_two_main_header.saas_2-menu-bg-overlay li a{color:#000;}
.saas_2-menu-bg-overlay.saas_two_main_header .brand_logo img { width: 187px !important;}
.brand_logo{
  border-bottom-left-radius: 10px; 
  border-bottom-right-radius: 10px;
   border-top-left-radius:0px; 
    border-top-right-radius:0px; 
    position: absolute; background: #fff;padding: 15px;
}

.fa-bars{color:#fff; font-size: 25px;}
.saas_2-menu-bg-overlay .fa-bars{color:#000; font-size: 25px;}

.brand_logo img{width: 188px;}


.iosLogo{width:140px;}


.homeSlider{
  background: linear-gradient(58deg,rgba(0, 25, 52, 1) 0%, rgba(61, 33, 46, 1) 57%, rgba(106, 39, 42, 1) 75%, rgba(134, 43, 39, 1) 85%, rgba(235, 57, 30, 1) 100%);
}

.carouseHomelImg{
  opacity: 0.5;
}

.homeSlider .homeSliderCaption{
  width:100%;
  height:100%;

  left:0px;
  top:0%;
  text-align: left;
}

.homeSlider {position: relative;}
.homeSliderCaption .ripple-cirlcle,
.homeSliderCaption .ripple-cirlcle:before,
.homeSliderCaption .ripple-cirlcle:after {
	background-color: rgba(255,255,255, 0.1);
	position: absolute;
	top: 50%;
	left: 50%;
	height:450px;
	width: 450px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform-origin: center;
	transform-origin: center center;

	-webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255,0.1);
	-moz-box-shadow: 0 0 0 0 rgb(255, 255, 255,0.1);
	-ms-box-shadow:0 0 0 0 rgb(255, 255, 255,0.1);
	-o-box-shadow:0 0 0 0 rgb(255, 255, 255,0.1);
	box-shadow:0 0 0 0 rgb(255, 255, 255,0.1);
	
	-webkit-animation: ripple-slider 3s infinite;
	-moz-animation: ripple-slider 3s infinite;
	-ms-animation: ripple-slider 3s infinite;
	-o-animation: ripple-slider 3s infinite;
	animation: ripple-slider 3s infinite;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;	
}

.homeSliderCaption .ripple-cirlcle:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.homeSliderCaption .ripple-cirlcle:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple-slider {
	70% {
		box-shadow: 0 0 0 150px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes ripple-slider {
	70% {
		box-shadow: 0 0 0 150px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}


.droneImg {

  height:400px;

  position: relative;
  overflow: hidden; 
}
.drone {
  position: absolute;
  width:400px;
    top: 20%;
    left: 11%;
 animation: droneMove 8s ease-in-out infinite,
             float 8s ease-in-out infinite;
}

/* Animation */


 @keyframes droneMove {
 0%   { transform: translateX(0); }
  50%  { transform: translateX(50px); }
  100% { transform: translateX(calc(100% - 140px)); }
  
} 
 

@keyframes float {
  /* 0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); } */

  0%,100% {
    transform: translateX(0px) translateY(0) rotate(0deg);
  }
  25% {
    transform: translateX(20px) translateY(-10px) rotate(4deg);
  }

    50% {
    transform: translateX(40px) translateY(-30px) rotate(0deg);
  }

    75% {
    transform: translateX(20px) translateY(-10px) rotate(4deg);
  }
}

.sliderImg{margin-top:20%;}
.sliderText{
  padding-top:30%;
  padding-left: 10%;
}

.sliderText h1{
font-size: 32px;
text-transform: uppercase;
}

.sliderText h3{
font-size: 24px;
font-weight: 400;
}


.aboutHomeSection{margin-top:40px; margin-bottom:40px;}
.aboutImgHome{
width:110%;

}


.about-drone-three {
    /* padding: 20px 0px 0px 20px; */
    position: relative;
    z-index: 1;
}

/* .about-drone-three:before {
    content: '';
    left: 0px;
    top: 0px;
    z-index: -1;
    position: absolute;
    width: 210px;
    height: 180px;
    background-color:#eb391e;
} */


.headingLine h6{
	    font-size: 20px;
    font-weight: 700;
    color: #000;
    /* padding-left: 37px; */
	 text-transform: uppercase;
	 position: relative;
}
.headingLine h2{
font-size: 40px;
	font-weight: 700;
	color: #000;
}
.headingLine h3{
  font-weight:500;
  font-size:18px;
  color: #3f3f3f;
  line-height:30px;
}
h3.homeHeading{
     font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}

h2.orgHeading{
font-size: 35px;
font-weight: 700;
color: #eb391e;

}

/* .headingLine h6::before{
	    content: '';
	position: absolute;
    content: '';
    background-color: #eb391e;
    width: 30px;
    height: 4px;
       top:10px;
	    left: 0px;
	
} */


.productsSection{
background-color:#eef5ff ;
padding: 30px 0px 50px 0px;

}

.productsSection .headingLine h6{
display: table;
margin: auto;
text-align: center;
}

.productsSection .headingLine h2{
text-align: center;
}



.how-it-drone-media {
    position: relative;
    z-index: 1;
    padding-top: 0px;
}
.wave-effects {
	  position: absolute;
	   width:400px;
       top: 88px;
       left: -31px;
 animation: droneMove 8s ease-in-out infinite,
             waveEffects 8s ease-in-out infinite;
}

/* Animation */


 @keyframes droneMove {
 0%   { transform: translateX(0); }
  50%  { transform: translateX(50px); }
  100% { transform: translateX(calc(100% - 140px)); }
  
} 
 

@keyframes waveEffects {
  /* 0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); } */

  0%,100% {
    transform: translateX(0px) translateY(0) rotate(0deg);
  }
  25% {
    transform: translateX(20px) translateY(-10px) rotate(4deg);
  }

    50% {
    transform: translateX(40px) translateY(-30px) rotate(0deg);
  }

    75% {
    transform: translateX(20px) translateY(-10px) rotate(4deg);
  }
}

.readMore{
    display: inline-block;
    padding:5px 5px;   
    color:#000;
    text-decoration: none;
    border-radius: 5px;
	font-weight: 700;
	font-size:13px;
	border-bottom:solid 2px #ccc;
}

.readMore:hover{
 color:#eb391e;
}

.productsBox{
	min-height: 220px;
    margin-top: 12%;
 padding: 50px 30px 20px 30px;
 box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) ;
background-color: #fff ;
position: relative;
border-radius:6px;
}

.productsBox:hover{
 box-shadow: 0px 0px 3px rgba(14, 33, 55, 0.15) ;
} 

.proBoxImg{
position: absolute;
    top: -24px;
    left: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.proBoxImg h2{
    font-size: 26px;
    font-weight: 700;
    color:#eb391e;
    margin-left: 20px;
    padding-top: 33px;
}
.proBoxImg img{
 width:90px;
}

.box-content{
	margin-top:40px;
	min-height: 111px;
}

.box-content p{
	font-size:14px;
	line-height: 20px;
	font-weight: 400;
	color:#1e1e1e;
}


.reviewsSection{
background-color:#fff ;
padding: 50px 0px 50px 0px;

}

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

.reviewsSection .headingLine h6{
display: table;
margin: auto;
}

.reviewsCard{
	background-color: #fff;
padding: 30px 20px 20px 20px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	    width: 70%;
    margin: auto;
}

.s2-team_membar{
margin-top:30px;
}

.reviewsInfo{
	display: flex;
	flex-direction:row;
	padding:10px 0px 0px 0px;
	text-align: center;
}

.reviews_img{
	width:55px;
	height: 55px;
	border:solid 1px #ccc;
	border-radius:50%;
  overflow: hidden;

}




.owl-carousel .owl-item img{
    width: 40px !important;
    text-align: center;
    padding: 2px;
    margin-left: 8px;
    margin-top: 7px;
}

.owl-carousel .owl-item img.reviewOrgImg{
    width: 55px !important;
    text-align: center;
    padding: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

.reviewsInfo h3{
	font-size: 18px;
	font-weight: 700;
	color:#eb391e;
    padding-top: 17px;
    padding-left: 12px;
}


.footerWrap{background-color: #001934; padding-bottom:45px; padding-top: 84px;}
.footerWrap p{font-size:14px; color:#DBE0FF; padding:15px 0px 0px 0px; line-height:23px;}
.footerWrap h5{font-size:18px; color:#DBE0FF; font-weight:500;}
.footerWrap ul{list-style:none; padding:0px; margin:0px;}
.footerWrap ul li{padding:0px; margin:0px; }
.footerWrap ul li a{padding:0px; margin:0px; color:#DBE0FF; line-height:34px; font-size:14px;}
.footerWrap ul li a:hover{color:#eb391e;}
.footerWrap ul li a::before{content: "\f105"; font: normal normal normal 17px/1 FontAwesome;  color:#eb391e;     padding-right: 6px;}
.footerAddress p{    padding: 0px 0px 0px 0px;}
.footerAddress p span{display:inline-block;     width:80%;}
.footerAddress .fa{font-size: 15px; vertical-align:top;padding-top: 4px;padding-right: 5px;}
.socialMedia{display:block; width:100%;     margin-top: 38px;
    margin-left: 14px;}
.socialMedia a .fa{ text-align: center;   color: #fff;   font-size:21px;}
.socialMedia a{ text-align: center;    display: inline-block;
   background-color:#eb391e; border-radius: 2px; width:35px; height:35px;
      line-height: 38px; margin-right:6px;}
.socialMedia a:hover{background-color:#ee7461;}
.socialMedia a img{width: 20px; margin-top: -5px;}
.footerWrapbottom{background:#0d2239; padding:10px 0px;}
.footerWrapbottom p{color:#fff; font-size:13px; text-align:center; color:#ccc;     margin: 0px;}

.footerLogo{width:200px;}


.innerBanner{
      position: relative;
  overflow: hidden;
  background: linear-gradient(58deg,rgba(0, 25, 52, 1) 0%, rgba(61, 33, 46, 1) 57%, rgba(106, 39, 42, 1) 75%, rgba(134, 43, 39, 1) 85%, rgba(235, 57, 30, 1) 100%);
}

.innerBanner h1{font-size:40px; color:#fff; text-align:center;    text-transform: uppercase;
padding-top:120px; padding-bottom:50px; font-weight: 600;}

  .innerBg{
    opacity:0.3;
    position: absolute;
      width:100%;
    }

  .innerBannerContainer{position: relative; z-index:2;}
  .innerFly{    width: 214px;
    position: absolute;
    top: 92px;
    right: 10%;
   animation: droneMove 8s ease-in-out infinite,
             waveEffects 8s ease-in-out infinite;
            }



.ulStyles{

    padding: 0px;
    margin: 0px;
}

.ulStyles li{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 15px;
    position: relative;
    font-size:14px;
}

/* .ulStyles li::before {
  position: absolute;
    content: "\f105";
    font: normal normal normal 17px / 1 FontAwesome;
    color: #FCA21C;
    left:-0px;
    top: 2px;
} */

.reviewsSection .owl-controls{
  width:100px;
  height:15px;
  margin:auto;
  background-color:transparent;
}
.reviewsSection .owl-controls .owl-nav{display:none;}

.reviewsSection .owl-dots{
display: flex;
}

.reviewsSection .owl-dot{
      width:20px;
    height:6px;
    background: #eb391e;
    margin:0px 0px 0px 3px;
    border-radius: 3px;
}
.reviewsSection .owl-dot.active{

    background: #000;
}

.fa-iconsContact { margin:auto;margin-bottom:15px;
      left: 185px;
       width:40px;
    height:40px;
    background: transparent linear-gradient(165deg, var(--unnamed-color-ffffff) 0%, var(--unnamed-color-ffffff) 64%, #F3F3F3 69%, #EBEBEB 100%) 0% 0% no-repeat padding-box; background: transparent linear-gradient(165deg, #FFFFFF 0%, #FFFFFF 64%, #F3F3F3 69%, #EBEBEB 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 6px #00000047;
    border: 2px solid #FFFEFE;
    opacity: 1;
    border-radius: 50%;
}

.conatct .name{font-size:26px; font-weight:500; color:#1c2666 !important; margin: 0px 0px 20px 0px;
padding:0px;}
.conatct .phone{font-size:16px; font-weight:500; color:#1c2666 !important; margin:0px;
  padding:0px 0px 10px 0px;}
  .conatct .email{font-size:16px; font-weight:500; color:#1c2666 !important; margin:0px;
    padding:0px 0px 10px 0px;}

.iconsContact .fa{font-size: 30px;
    text-align: center;
    color: #fcb042;
    width: 42px;
    margin-right: 6px;
  }
 .phone-email h6{text-align: center; font-size:14px;     color: #1c2666;}
 .iconsContact{display: flex; align-items: center; width:100%;  margin-bottom: 14px;}
.conatct .address{font-size:15px; font-weight:500;     line-height: 22px; padding:8px 0px 12px 0px;} 
.phoneFa .fa{font-size:25px;}
.mapFa .fa{font-size:22px;}

 .formWrapp input, .formWrapp textarea {
      width: 100%;
      padding: 10px;
      margin: 8px 0;
      border: 1px solid #ccc;
      border-radius: 5px;
    }
    .formWrapp .submitBt {
      width: 100%;
      padding: 10px;
      background:#eb391e;
      color:#fff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      text-transform:uppercase;
      font-size:20px;
      font-weight:600;
    }
    .formWrapp button:hover {
      background: #0056b3;
    }
    .formWrapp .error {
      color: red;
      font-size: 12px;
    }

    .btnPrimaryBlock{
      display:block;
      width:100%;
    }
    .btnPrimary{
    color: #fff !important;
    font-weight:500;
    font-size: 13px;
    background-color:#001934;
    border-radius:30px;
    padding:10px 25px;
    text-transform:uppercase;
    display:inline-block;
    margin-bottom:12px;
    }

.btnPrimary:hover{
    background-color:#eb391e;
    }

    .h2Tag{
      font-size:20px;
      font-weight:600;   
    }

    .mb20{margin-bottom:20px;}
    .cardSh{
    padding:20px 30px 20px 30px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    background-color: #fff;
    position: relative;
    border-radius: 6px;
    height:100%;
    }
    .headingh3{
      font-size:22px;
      font-weight:600;
      color:#eb391e;
    }

    .lightBlue{
      background-color: #eef5ff;
    padding: 30px 0px 50px 0px;
    }

    .pt-50{
      padding-top:50px !important;
    }
    .whiteBg{
       background-color: #fff;
         padding: 50px 0px 50px 0px;
    }
  

    /* Tab */
    .tab-bg {
	background:#fffcf0;
	padding: 0px 0;
	position: relative;
}

.tab-container {
	position: relative;
}

.nav-tabs-wrapper {
	position: relative;
	overflow: hidden;
}

.nav-tabs {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	border-bottom: 2px solid #ddd;
	margin-bottom: 0;
}

.nav-tabs::-webkit-scrollbar {
	display: none;
}

.nav-tabs .nav-item {
	flex: 0 0 auto;
}

.nav-tabs .nav-link {
	color: #333;
	font-weight:600;
	padding: 12px 20px;
	border: none;
	border-bottom: 4px solid transparent;
	transition: all 0.3s ease;
	white-space: nowrap;
	font-size: 15px;
	text-transform: capitalize;
  background-color: transparent;
}

.nav-tabs .nav-link.active {
	color:#eb391e;
	border-color:#eb391e;
	background: transparent;
	font-weight: 600;
}

.proContentTab{margin-top:30px;}
.proInnerContent{margin-top:0px;}
.proInnerContent ul{margin:0px 0px 0px 15px; padding:0px;}
.proInnerContent ul li{margin:0px 0px 12px 0px; padding:0px; font-size:14px;}
.proInnerContent .table{border:solid 1px #ccc;}
.proInnerContent .table thead{background-color:#001934; font-size:14px; color:#fff;}
.proInnerContent .table tbody{background-color:#fff; font-size:14px;}

.innerHeadingLine{margin-bottom:20px;}
.innerHeadingLine h2{
	    font-size: 34px;
    font-weight: 700;
    color: #eb391e;
    padding-left: 0px;
	 text-transform: uppercase;
	 position: relative;
   margin-bottom:0px;
}


/* .innerHeadingLine h2::before{
	    content: '';
	position: absolute;
    content: '';
    background-color: #eb391e;
    width: 30px;
    height: 4px;
       top:18px;
	    left: 0px;	
} */

.innerHeadingLine h3{
font-size:26px;
	font-weight:400;
	color: #000;
}

.defaultProImgs{
  width:80%;
}

.videosSection{
  padding: 50px 0px 50px 0px;
}

.videosSection .headingLine {
    text-align: center;
    margin-bottom:40px;
}

.videosSection .headingLine h6{
      display: table;
    margin: auto;
}

.videoIframe{
  width:100%;
  height:350px;
  border:none;
}

.salientFeatureWrapp{
    padding: 50px 0px 50px 0px;
}

.salientFeatureWrapp .headingLine {
    text-align: center;
    margin-bottom:40px;
}

.salientFeatureWrapp .headingLine h6{
      display: table;
    margin: auto;
}
.salientFeatureWrapp p{font-size:14px;     line-height: 22px;}

.salientSm4{
  background: #093666;
  color:#fff;
   height: 100%;
}

.salientSmPadding{
  padding:20px;
}

.salientSm4 h4{
 color: #cce5ff;
 margin:0px 0px 10px 0px;

}
.salientSm4 h5{    font-size: 13px;}


.salientSm4 span{display:block; color: #cce5ff;}
.salientSm4 h3{
      margin-top: 15px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.salientFeature h3{
      font-size: 22px;
    font-weight: 500;
    color: #eb391e;
    margin-bottom: 10px;
}
.salientFeature ul{padding:0px; margin:0px;}
.salientFeature .salientFeatureCard strong{font-weight:600; color:#000;}
.salientFeature .salientFeatureCard{margin-bottom:12px; font-size:14px; background-color:#fff;
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15); border-radius:4px; list-style:none;
padding:15px;  min-height: 100%; }

.flexRow{display: flex; justify-content: space-between;}

.electronicsCardHeading .cardSh{
 text-align: center;
  display: flex;
      justify-content: center;
}

.electronicsCardHeading .col-sm-4{  margin-bottom:12px;}
.electronicsCardHeading .col-sm-4 .headingh3{margin-bottom:0px; color: #103359;
    font-size: 16px;}

    .mechanicalHomeHeading{
      margin-bottom: 30px;
    }


.mechanicalSection .img-fluid{width:90%;}

.aboutMisionSection .cardSh p{font-size:14px;}
.aboutUl{font-weight:500;}

.aboutUl li{
      font-size: 16px;
    font-weight: 700;
    line-height: 25px;
        margin-bottom: 10px;
}