/*----------------- Color -----------------*/
:root{
  --blue: #005dac;
  --yellow: #fbad18;
}
.black-a{
  color: #231f20 !important;
}
.white-a{
  color: white !important;
}
.blue-a{
  color: var(--blue);
}

.grey-a{
  color: #757679 !important;
}
.yellow-a{
  color: var(--yellow) !important;
}
.lightgrey-a{
color: #8e9093 !important;
}
.red-a{
  color: #af1f27 !important;
}
.grey2-a{
  color: #e8e5e2 !important;
}
/*----------------- Color -----------------*/
/*----------------- Font -----------------*/
p{
  font-size: 15px !important;
}
h5{
  font-size: 18px !important;
}
@font-face {
  font-family: 'LightFont';
  src: url('font/NeueMontreal-Light.otf')  format('opentype');
}
.light-font,.light-fontall *{
  font-family: 'LightFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'RegularFont';
  src: url('font/NeueMontreal-Regular.otf')  format('opentype');
}
.regular-font,.regular-fontall *{
  font-family: 'RegularFont', Fallback, sans-serif;
  line-height: 140%;
}
@font-face {
  font-family: 'MediumFont';
  src: url('font/NeueMontreal-Medium.otf')  format('opentype');
}
.medium-font,.medium-fontall *{
  font-family: 'MediumFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'BoldFont';
  src: url('font/NeueMontreal-Bold.otf')  format('opentype');
}
.bold-font,.bold-fontall *{
  font-family: 'BoldFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'ExtraBoldFont';
  src: url('font/NeueMontreal-Bold.otf')  format('opentype');
}
.extrabold-font,.extrabold-fontall *{
  font-family: 'ExtraBoldFont', Fallback, sans-serif;
}



/*----------------- Font -----------------*/

/*----------------- Navbar -----------------*/
.navbar{
  background-color: black;
}
.home-navbar.fixed-top{
  position: absolute !important;

}

.home-navbar .logo{
  max-width: 110px;
 
}

.home-navbar .navbar-nav li{
  margin: 0 5px;
}
.home-navbar .navbar-nav>.nav-item>a{
  color: #ffffff !important;
  padding: 8px 13px 5px !important;
  font-size: 15px !important;
}

.home-navbar .navbar-nav .nav-item a.contactlink{
  border: 1px solid var(--yellow) !important;
  border-radius: 25px !important;
  padding: 6px 20px  6px !important;
}

.home-navbar .navbar-nav>.nav-item a.contactlink.active{
  background-color: var(--yellow) !important;
   color:  white !important;
}
.home-navbar .navbar-nav>.nav-item a:hover{
  color: var(--yellow) !important;
}
.home-navbar .navbar-nav>.nav-item a.contactlink:hover{
  background-color: var(--yellow) !important;
   color:  white !important;
}


.home-navbar.fixed-top .navbar-nav>.nav-item>a{
  color: white;
}




/*----------------- Navbar -----------------*/
.text-justify{
  text-align: justify !important;
}
#slideShow .overlay-text  h1{
  letter-spacing: 2px;
}
#slideShow .overlay-text  h5{
  letter-spacing: 1px;
}
.banner-content p{
  letter-spacing: 1px;
}
.mnext{
  height:20px !important;
  margin-top: -3px;
  margin-left: 6px;
}
.home-navbar .navbar-nav>.nav-item:last-child>a.active .menudot{
 display: none !important;
}
.home-navbar .navbar-nav>.nav-item>a.active{

  color: var(--yellow) !important;
}

.menudot{
  height: 1px !important;
  display: none;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.home-navbar .navbar-nav>.nav-item>a.active .menudot{
  display: block;
}


/*----------------- Banner -----------------*/
#slideShow .overlay-text .more{
  background-color: white;
  padding: 10px 15px;
  border-radius: 30px;
  letter-spacing: 0px;
  font-size: 14px !important;
}
#slideShow .overlay-text .more:hover{
  opacity: 0.8;
  transition: 0.5s;
}
#slideShow .overlay-text h4{
    letter-spacing: .5px !important;
    margin-bottom: 20px;
}
#slideShow .overlay-text{
  letter-spacing: 3px;
  position: absolute;
  bottom: 20%;
  left: 0;
  
  width: 100%;

}
#slideShow .overlay-text h1{
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
#slideShow .btn-cta{
  background-color: white;
  color: black;
  border-radius: 100px;
  padding: 5px 20px;
}
/*----------------- Banner -----------------*/

/*----------------- Product -----------------*/
.prodInfo .ext-color {
    display: none;
}
.prodInfo .list-inline label{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 15px 12px;
  border-radius: 20px !important;
  border: none !important;
}
.prodInfo .list-inline label:hover{
  background-color: rgb(205, 205, 205);
}
.prodInfo .list-inline input:checked + label{
  color: black !important;
  background-color: white !important;
  border: 1px solid #58595b !important;
}


.prodInfo .ext-colorpicker2{
  border-radius: 100px;
    margin-right: 2px;
    border: 1px solid grey !important;
    margin-bottom: 10px !important;
    padding: 2px 15px;
}
/*----------------- Product -----------------*/

/*----------------- Common Section -----------------*/
.droneshow .swiper-pagination{
  position: relative !important;
}
.droneshow .swiper-pagination-bullet{
  display: unset !important;
  width:auto;
  padding:8px 10px;
  border-radius:4px;
  font-size:12px;
  color:#fff;
  background:#000;
  opacity:.3;
  margin-inline: 3px !important;
}

.droneshow .swiper-pagination-bullet-active{
  opacity:1;
  background:#fbad18;
}
.services .box1 img,
.services .box1 video{
  border-radius: 15px;
  box-shadow: 0 11px 15px 4px #35285D;
}
.footer .fbox .wrap{
  cursor:pointer;
}


.footer .fbox .ph-caret-circle-right{
  display:inline-block;
}
.footer .fbox .wrap:hover{
  transition: 0.5s;
  transform: scale(1.03);
}
.footer .fbox .wrap:hover .ph-caret-circle-right{
  animation: moveLR 0.8s ease-in-out infinite;
}

@keyframes moveLR{
  0%   { transform: translateX(0); }
  50%  { transform: translateX(4px); }
  100% { transform: translateX(0); }
}

.contactus .box2 .inner:hover{
  transition: 0.5s;
  transform: scale(1.03);
  cursor: pointer;
}
.droneshow h5{
  border: none !important;
}
.droneshow .viewmore:hover{
  color: white;
  background-color: black;
  transition: 0.4s;
}
.droneshow .viewmore{
  width: fit-content;
  margin-inline:auto;
  border: 1px solid black;
  border-radius: 15px;
  padding: 0px 15px;
  color: black;
  font-size: 12px !important;
  display: block;
}
.services .box1 .inner p{
  text-align: justify !important;
}
.cbanner .contentbox{
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  padding-inline: 15px;
}
.contactus .box2 .inner{
  background-color: #231f20;
  border-radius: 10px;
  height: 100%;
}
.datalist-arrow{
  position:absolute;
  right:22px;
  top:50%;
  transform:translateY(-50%);
  pointer-events:none;
  color:#6d6e70;
  font-size:14px;
}
.goto{margin-inline: auto;
display: block;
font-size: 15px !important;}
.hservices .inner h3{
  position: absolute;
  bottom: 18px;
  width: 100%;
  text-align: center;
}
.hservices .inner video,
.hservices2 .inner img{
  border-radius: 20px;
  box-shadow: 0 6px 16px 3px #35285D;
 
}
/*
.hshow .box3 .inner:hover{
  transform: scale(1.05);
  transition: 0.3s;
}
*/
@keyframes floatNum {
  0%   { transform: translateY(0) translateX(-80%); }
  50%  { transform: translateY(-6px) translateX(-80%); }
  100% { transform: translateY(0) translateX(-80%); }
}

.hshow .box3 .inner:hover .num {
  animation: floatNum 1.2s ease-in-out infinite;
}
.hshow .box3 .inner .num{
  position: absolute;
  left: 50%;
  transform: translateX(-80%);
  font-size: 35px;
  top: -15px;
  color: #dba510;
}
.hshow .box3 .inner p{
  height: 42px;
  line-height: 120%;
}
.hshow .box3 .inner h4{
  font-size: 22px !important;
}
.hshow .box3 .inner{
  background-image: url("/mem_module/library/image/howbg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 30px 30px;
  width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
}
.hshow .box2 .imgwrap{
  width: fit-content;
  border: 1px solid #67686b;
  border-radius: 50%;
  margin-inline: auto;
  padding: 20px;
}
.hshow .box2 .contentbox:hover .imgwrap{
  border: 1px solid transparent;
  background-color: var(--yellow);
  transition: 0.3s;
}
.hshow .box2 .contentbox:hover .imgwrap img{
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
.navbar-toggler-icon{
  filter: brightness(0) invert(1);
}
.display-none{

  display: none !important;
}



.mginline-auto{
  margin-inline: auto;
}
.relative{
  position:relative !important;
}

.btn-whatsapp{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:42px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.content-banner{
  position: relative;
}
.content-banner .contentbox{
  position: absolute;
  top: 55%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
}

.contactus .btn{
  background-color: #231f20;
  width: fit-content !important;
  border-radius: 20px;
}
.contactus .btn img{
  height: 12px !important;
}
.contactus textarea,
.contactus input{
  border: 1px solid #6d6e70;
  border-radius: 6px;
  padding-inline: 15px !important;
  padding-block: 5px;
  background-color: transparent;
}
 #footer .box1 i{
    font-size: 20px !important;
   }
#footer .box1{
  background-color: #231f20;
}
#footer.position-absolute{
  margin-top: -42px;
  border-top: 1px solid black;
}

#footer.position-absolute p,
#footer.position-absolute a{

  color: white !important;
}
#footer .copyright{
    font-size: 13px !important;
  }

.content-banner .title{
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.55);
}
.hprod .imgwrap{
      height:200px !important;
 
}

.hprod .imgwrap{
    display: flex;
    align-items: center;
    justify-content: center;
 
}

.hprod .fixed-size{
  max-height: 100% !important;
}

.hprod .content{
  background-color: var(--blue);
  border-radius: 20px;
  padding-block: 2px;
}

.hwhy .wrap{
  border-radius: 10px;
  height: 100%;
  width: 100%;
  background-image: url("/mem_module/library/image/hwhybg.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
   

.hwhy .icon{
  width: 50px;
  height: auto;
}
    
.hwhy .content2{
  line-height: 120% !important;
}

.hover:hover{
  opacity: 0.7 !important;
  transition: 0.5s !important;
}

.hwhy .underline2{
  background-color: #bc9a31;
  width: 140px;
  height: 1.5px;
  display: block;
  margin-inline: auto;
}
.aboutus .wrap{
  background-color: #eeeeee;
  border-radius: 20px;
  padding: 10px 20px;
  display: block;
  text-align: justify;
  
}

.aboutus .wrap img{
  height:28px;
  margin-top: -10px;
  margin-left: 10px;
}

.aboutus .vmimg{
  border-radius: 30px;
}

.aboutus .value{
  height:35px;
  margin-top: -15px;
  margin-left: 10px;
}
.aboutus .value2{
  height:35px;
  margin-top: 6px;
}

.aboutus .wrap3{
  display: flex;
  gap: 15px;
}
.services .box1 .title{
  line-height: 130% !important;
}

.services .box2 .contentbox{
  background-color: var(--blue);
}

.services .box2 .wrapper:nth-child(odd) .row{
  flex-direction: row-reverse;
}

.services .box2 .wrapper:nth-child(odd) .contentbox{
  border-bottom-left-radius: 20px;
}
.services .box2 .wrapper:nth-child(even) .contentbox{
  border-bottom-right-radius: 20px;
}

.services .box2 .wrapper .underline{
  width: 100%;
  height: 6px;
  background: linear-gradient(135deg, #e8e09d, #ce910e,#f0c43c, #996901);
}




/*----------------- Common Section -----------------*/

/*----------------- Footer Section -----------------*/
#footer .box{
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  padding-block: 10px;
}
#footer .box .link{
  font-size: 13px !important;
}

/*----------------- Footer Section -----------------*/

/*----------------- Less Than -----------------*/
@media only screen and (max-width: 1200px){ /* col-xl */
.hredefining .box .inner img{
  max-height: 300px;
}
}
@media only screen and (max-width: 992px){ /* col-lg */
  #footer.position-absolute{
  margin-top: -60px;
}
  .extreme .box2 .swiper-pagination,
  .youngline .box3 .swiper-pagination{
    bottom: 30px;
  }
    .icon-wrapper{
    position: absolute;
    right: 20px;
    top: 5px;
    width: fit-content !important;
  }


  .services .box2 .wrapper:nth-child(even) .contentbox,
.services .box2 .wrapper:nth-child(odd) .contentbox{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

  .home-navbar .contactbtn{
    font-size: 14px !important;
 }

 .home-navbar .contactbtn{
    display: block;
    position: absolute;
    right: 15px;
    top: 0px;
    color: white;
    background: linear-gradient(135deg, #e8e09d, #ce910e,#f0c43c, #996901);
    border-radius: 100px;
    padding: 6px 15px !important;
 }
 .home-navbar .container{
  position: relative;
 }
  .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
    display: block !important;
  }
  
  .home-navbar .logo{

    max-width: 110px !important;
    margin-top: 10px;
    
  }  

  .home-navbar .navbar-nav>.nav-item>a{
    text-align: center !important;
    margin-top: 5px;
    font-size: 15px !important;
  }

  #slideShow .overlay-text .btn-cta{
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 768px){ /* col-md */
  .extreme .orderwrap{
    margin-top: 22% !important;
  }
    #footer.position-absolute{
  margin-top: -65px;

}
  .copyright{
    font-size: 13px;
  }
  .sm-hidden{
    display: none;
  }
  .contenttitle .underline{
    margin-inline: auto;
  } 

  .aboutus .cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    opacity: 0.7;

  }
  .aboutus .box1{
    background-position: left !important;
  }

   
    .haboutus .box1{
  height:180px;
  width: 180px;
}
  .haboutus .wrapper{
    align-items: center;
  }
}
@media only screen and (max-width: 400px){ /* col-sm */
    #footer.position-absolute{
  margin-top: -105px !important;

}
}
@media only screen and (max-width: 576px){ /* col-sm */
  .tocenter{
    width: fit-content;
    margin-inline: auto;
  }
  
  .btn-addtocart{
    border-radius: 0 !important;
  }
  .extreme .box1 .inner2 img{
  max-width: 80% !important;

}
  .extreme .box1 img{
    max-width: 100% !important;
  }
  .home-navbar.position-absolute{
    position: relative !important;
  }
  h5{
    font-size: 15px !important;
  }
  .youngline .box2 .img img{
    max-width: 100% !important;
  }
  .youngline .box1 img{
    max-width: 100% !important;
  }
    #footer.position-absolute{
  margin-top: -85px;

}

  .extreme .box2 .swiper-pagination,
  .youngline .box3 .swiper-pagination{
    bottom: 20px !important;
    left: 20px;
  }
  .hquality .h4img{
  max-width: 80%;

}
  .hprotect .swiper-button-next i{
  color: black !important;
 
}
  .icon-wrapper{
    position: absolute;
    right: 20px;
    top: 5px;
  }
  .banner-content h2{
    font-size: 20px !important;
    letter-spacing: 1px;
  }
  
  .banner-content p{
    font-size: 16px !important;
    margin-block: 10px 25px;
  }
  .banner-content a{
    display: block;
    width: fit-content;
    font-size: 14px !important;
  }
  
   .hproject .fixed-size{
      height:220px !important;
    }
.content-banner .contentbox{

  top: 30%;

}

.content-banner .contentbox h2{
  font-size: 22px !important;
}
.content-banner .contentbox h5{
  font-size: 16px !important;
}


.haboutus .box2{
  height:120px;
  width: 120px;
}
.haboutus .box2 h2{
  font-size: 34px !important;
}
.haboutus .box1 h2{
  font-size: 60px !important;
}

  #slideShow .overlay-text h4{
    margin-bottom: 10px !important;
}
  .home-navbar.fixed-top .navbar-nav li:last-child a{

  width: fit-content;
  margin-inline: auto;
}

.btn-whatsapp{
    width: 46px;
    height: 46px;
    bottom: 30px;
    right: 20px;
    font-size: 32px;
}
.home-navbar.fixed-top{
  position: relative !important;
  background-color: #101216 !important;
}  
.home-navbar .logo{
  max-width: 110px !important;
  margin-top: 15px;
  margin-left: 10px;
}
.home-navbar .navbar-toggler{
  font-size: small;
  margin-top: 45px;
  margin-right: 5px;  
  border: 1px solid rgb(103, 101, 101);
}

.home-navbar .navbar-nav>.nav-item>a{
  text-align: center !important;
  margin-top: 5px;
}


  #footer .logo{
    max-width: 160px !important;
  }
  

  #slideShow .overlay-text {
    width: 100% !important;
  }
  #slideShow .overlay-text *{

    margin-bottom: 5px;
  }
  #slideShow .overlay-text .btn-cta{
    font-size: 13px !important;
  }  
}
/*----------------- Less Than -----------------*/

/*----------------- Greater Than -----------------*/
@media only screen and (min-width: 1200px){ /* col-xl */
  .hredefining .box .inner img{
  max-height: 369px;
}

}
@media only screen and (min-width: 992px){ /* col-lg */
  #slideShow .overlay-text h1{
    font-size: 40px !important;
  }
  #slideShow .overlay-text h5{
    font-size: 20px !important;
  }
  .services .box2 .wrapper:nth-child(odd) .contentbox{
  border-bottom-left-radius: 20px;
}
.services .box2 .wrapper:nth-child(even) .contentbox{
  border-bottom-right-radius: 20px;
}
  .hservices2 .mgtp1{
    margin-top: 160px !important;
  }
  .hservices2 .mgtp2{
    margin-top: 230px !important;
  }
  .home-navbar .contactbtn{
    display: none;
 }
  #footer h4{
    font-size: 20px !important;
  }
  

  .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
    border-radius: 35px;
    padding: 10px 0px !important;
    align-items: center !important;
  }
  .navbar {
    background-color: #101216 !important;
  }
   

}
@media only screen and (min-width: 768px){ /* col-md */
  .services .box1 .inner:nth-child(odd){
  flex-direction: row-reverse !important;

}
 .services .box1 .inner:nth-child(even) .innerbox1,
 .services .box1 .inner:nth-child(odd) .innerbox2{
    padding-right:  25px !important;
 }
 .services .box1 .inner:nth-child(odd) .innerbox1,
 .services .box1 .inner:nth-child(even) .innerbox2{
    padding-left:  25px !important;
 }

  #footer .box1 .inner1{
    border-right: 1px solid white;
  }
  .sm-hidden.copyrightwrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 .stickyposition{
    position: sticky;
    top: 125px;
    align-self: flex-start;
}


/* Swiper performance fix */
.swiper{
    transform: none !important;
}
  .extreme .box1 .content{
    margin-top: 20% !important;
  }
  .orderwrap{
    position: absolute;
    right: 4%;
    bottom: 30px;
  }
  .sm-display{
    display: none;
  }

  .hservices2 .mgtp1{
    margin-top: 160px !important;
  }
  .hservices2 .mgtp2{
    margin-top: 230px !important;
  }
  .services .box:nth-child(even) .row{
    flex-direction: row-reverse !important;
  }
  .aboutus .cover{
    display: none;
  }
  .blog-content{
    border-right: 1px solid black;
  }

}
@media only screen and (min-width: 576px){ /* col-sm */
  .home-navbar.fixed-top{

  background-color: transparent !important;
}
  .hdroneshow .mySwiper {
  padding: 40px 0;
}

.hdroneshow .mySwiper .swiper-slide {
  transform: scale(0.85);
  transition: 0.4s ease;
  opacity: 0.7;
}

.hdroneshow .mySwiper .swiper-slide-active {
  transform: scale(1.20);
  opacity: 1;
  z-index: 5;
}

.hdroneshow .mySwiper .swiper-slide img,
.hdroneshow .mySwiper .swiper-slide video {
  width: 100%;

}

  .extreme .box1 .inner1{
  padding-top: 120px !important;
}
  .hservices .swiper-slide:nth-child(even) {
  margin-top: 50px;
}

}



/*----------------- Greater Than -----------------*/

/*----------------- Between -----------------*/
@media  (min-width:992px) and (max-width:1200px) {
.hshow .box3 .inner .num{
 
  transform: translateX(-35%);
  
}
}
@media  (min-width:768px) and (max-width:992px) {
  .hservices2 .mgtp1{
    margin-top: 120px !important;
  }
  .hservices2 .mgtp2{
    margin-top: 160px !important;
  }
  .home-navbar .logo-div{
    text-align: center !important;
  }
  .home-navbar .navbar-nav{
    margin-top: 10px;
  }
}
@media  (min-width:576px) and (max-width:768px) {
  #slideShow .overlay-text {
    bottom: 10% !important;
  }
  .extreme .box1 .inner2 img{
  max-width: 50% !important;

}
  .container, .container-sm {
    max-width: 90% !important;
  }
  .home-navbar .logo-div{
    text-align: center !important;
  }  
  .home-navbar .navbar-nav{
    margin-top: 10px;
  }  
}


/*----------------- Between -----------------*/

