.ML_sub_menu .right_menu {
    margin-right: auto;
}

.ML_sub_menu {
    position: absolute;
    top: 60px;
    color: #fff;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: rgb(0 0 0 / 1%) 0px 10px 10px;
    border-top: rgba(0, 0, 0, 0.12) 1px solid;
    z-index: 111;
}

.left_title {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    padding: 16px 0px;
    flex: 0 0 19%
}

.ML_sub_menu .right_menu ul {
    margin: 0px;
    padding: 0px;
    display: flex
}

.ML_sub_menu .right_menu ul li {
    list-style: none;
}

.ML_sub_menu .right_menu ul li a {
    font-size: 14px;
    font-weight: 500;
    border-bottom: rgba(0, 0, 0, 0.00) 2px solid;
    padding: 15px 35px;
    display: block;
    color: #fff;
}

.ML_sub_menu .right_menu ul li a.active,
.ML_sub_menu .right_menu ul li a:hover {
    color: #F18F4A;
}

#headerSec .ML_sub_menu {
    z-index: 999;
}

#headerSec.sticky .ML_sub_menu .left_title {
    color: #000;
    z-index: 999;
}

#headerSec.sticky .ML_sub_menu {
    position: fixed;
    color: #000;
    top: 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 6px;
}

#headerSec.sticky .ML_sub_menu ul li a {
    color: #000;
}

#headerSec.sticky .ML_sub_menu {
    position: fixed;
    color: #000;
    top: 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 6px;
}

#headerSec.sticky .ML_sub_menu ul li a:hover,
#headerSec.sticky .ML_sub_menu ul li a.active {
    color: #F18F4A;
}


/* .................................................... */

.ai-herobanner {
    /* background: url("../images/banner.png") center bottom no-repeat; */
    background: rgb(18 39 66 / 72%);
    position: relative;
    padding-top: 60px;
    padding-bottom: 50px;
    background-size: cover;
}

.mmi-hd-t.sticky {
    position: fixed;
    background: #fff;
    z-index: 999;
}

.homePageG {
    text-align: left;
}

.homePageG .heading {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 40px;
}

.homePageG .heading span {
    color: #F18F4A;
}

.homePageG .text-long p {
 
}

.banner-bt {
    width: 100%;
    display: flex;
    align-items: center;
}
.logo_mmi img {
    height: 40px;
}
.logo_mmi {
    padding-bottom: 20px;
    text-align: left;
}
.mmi_showCase_2{background-image: url(../images/banner_2.jpg);   padding-top: 100px;}
.mmi_showCase_1 {
    background: url(../../solutions/drones/images/banner_1.jpg) center top no-repeat;
    background-size: cover;
    padding-top: 100px;
}
#heroslider  .banner-bt a.btn-bn {
     
    border: 1px solid #F18F4A;
}
.banner-bt a {
    background: #F18F4A;
    color: #fff;
    border: 1px solid #F18F4A;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 30px;
    margin-right: 30px;
}

.banner-bt a:last-child {
    background: inherit;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 0px;
}

.homePageG .row {
    width: 100%;
    align-items: center;
}

.homePageG .left-section {
    width: 60%;
    display: flex;
}

.homePageG .right-image {
    width: 30%;
    text-align: right;
    margin-bottom: -50px;
}


/* banner */

.heading-section {
    margin-top: 70px;
}


/* custom_solution */

.offer_zone {
    margin: 80px 0px;
}

.mv-hd {
    position: absolute;
    top: 80%;
    left: 5%;
    color: #fff;
    font-size: 24px;
    line-height: 22px;
    font-weight: 600;
}

.ofr-cntnt .img-section {
    position: relative;
}

.ofr-txt {
    margin-top: 60px;
    padding: 0;
}

.ofr-cntnt {
    background: #fff;
    border: rgb(145 153 177 / 15%) 1px solid;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 5px;
    height: 639px;
}

.ofr-cntnt .txt-section {
    padding: 30px 0px;
}

.txt-section h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding-left: 20px;
}

.txt-section li {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    list-style: none;
}

.txt-section li::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    background: url(../images/li_icn.svg) center center no-repeat;
    left: 30px;
    border-radius: 50%;
    margin-top: 7px;
}


/* custom_solution */

#custom_solution {
    background: url(../images/dron_bg.png) top no-repeat;
    background-size: cover;
    color: #fff;
}

.m_n_Box_api {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0px;
    box-shadow: rgb(0 0 0 / 8%) -10px 10px 20px;
    border-radius: 6px;
    overflow: hidden;
}

.m_l_txt {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    padding: 50px 50px 20px;
    background: #F1F7FE;
    color: #000;
}

.m_l_txt h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    /* margin-bottom: 10px; */
}

.m_l_txt p {
    font-size: 14px;
    line-height: 20px;
}

.m_l_txt ul {
    padding: 20px 0 30px 20px;
}

.m_l_txt ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.r-m-button {
    display: flex;
    /* padding-top: 15px; */
}

.r-m-button a:first-child {
    margin-right: 45px;
}

.r-m-button a {
    color: #F18F4A;
    font-weight: 500;
    font-size: 18px;
}

.m-r-R2 {
    background: url(../images/card_image.png) center center no-repeat;
    flex: 0 0 50%;
    background-size: cover;
    /* height: 440px; */
}

.cs-btn {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.cs-btn a {
    background: #F18F4A;
    color: #fff;
    border: 1px solid #F18F4A;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 24px;
    border-radius: 30px;
    margin-right: 20px;
}

.cs-btn a:hover {
    background: #e88e4f;
}

.cs-btn a:last-child {
    background: inherit;
    color: #0B539D;
    border: 1px solid #0B539D;
    margin-right: 0px;
}

.cs-btn a:last-child:hover {
    color: #1873d2;
    border: 1px solid #1873d2;
}

.icn-txt {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    /* margin-left: 22px; */
}

.icn-img {
    display: inherit;
}

.para-img {
    padding-left: 21px;
}

.icn-txt p {
    font-size: 20px;
    font-weight: 700;
    margin: 0!important;
    line-height: 28px;
    padding: 0!important;
}

.icn-txt .p-2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}


/* ............................. */

.m-p-7 {
    padding: 80px 0px;
}

.map-apis .bigTitle {
    padding: 0px 0 40px;
}

.mmi_cms-list {
    position: relative;
    display: -ms-grid;
    display: grid;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.mmi_cms_bnft-card {
    padding: 35px 20px 45px 35px;
    background: #F1F7FE;
    border: #B8CCDE 1px solid;
    border-radius: 6px;
    height: 100%;
    transition: all 0.3s;
}

.mmi_cms_bnft-card:hover {
    background: #fff;
    border-color: #F18F4A;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 15px;
}

.mmi_bnft-icon {
    height: 65px;
    width: 65px;
    border-radius: 100%;
    margin-bottom: 20px;
    background-color: #D6E9FF;
    background-position: center center;
    background-repeat: no-repeat;
    object-fit: contain;
    object-position: 0% 50%;
}

.mmi_cms_bnft-card:hover .mmi_bnft-icon {
    background-color: #FCE6D7;
}

.paragraph-small {
    line-height: 24px;
    font-size: 16px;
}

.mmi_cms_bnft-card h4 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
}


/* ................................... */

.card-wraper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.to-right .image-wrap {
    left: inherit !important;
    right: 0px;
}

.common-card .card-wraper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-top: 50px;
}

.to-right {
    justify-content: flex-start !important;
}

.common-card .card-wraper .image-wrap {
    width: 48%;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.common-card .card-wraper .content-section {
    width: 53%;
    display: flex;
    align-items: center;
    z-index: 2;
    padding: 50px 58px 50px 34px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    min-height: 474px;
    height: 100%;
    border-radius: 10px;
}

.ex-pd {
    padding-left: 58px !important;
}

.common-card {
    padding: 0px 0px 40px 0px;
}

.common-card .card-wraper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-top: 50px;
}

.card-content h4 {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-bottom: 25px;
    font-weight: 600;
    width: 70%;
}

.card-content ul {
    margin: 0;
    padding: 0px 0px 0px 20px;
}

.card-content ul li {
    font-size: 14px;
    line-height: 24px;
    color: #505050;
    margin-bottom: 5px;
    font-weight: 500;
}

.card-content p {
    font-size: 16px;
    line-height: 26px;
    color: #505050;
    margin-bottom: 35px;
    font-weight: 500;
    /* width: 85%; */
}

.video_container {
    background: #333;
    overflow: hidden;
    border-radius: 6px;
    height: calc(100% - 40px);
    width: 100%;
    position: relative;
}

.image-section img {
    border-radius: 6px;
}

.video_container iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.video_container video {
    height: 120%;
    position: absolute;
}

.sub-heading {
    width: 70%;
    margin: 0 auto !important;
    font-size: 16px;
    margin: 0 auto !important;
    font-weight: 500;
    color: #000;
    padding-top: 15px;
}

.platform-container {
    display: flex;
    width: 100%;
    margin-top: 40px;
}

.platform-container .left-box {
    width: 30%;
    background: #DDEBFA;
    padding: 40px;
    border-radius: 4px 0px 0px 4px;
}

.platform-container .right-box {
    width: 70%;
    background: #000;
    border-radius: 4px;
    padding: 20px 30px;
    margin-left: -2px;
}

.platform-container .right-box pre {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.inner_cont_img {
    height: 100%;
    width: 100%;
}

.linkbutton a {
    color: #F18F4A;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;  
}
.ai-herobanner{position: relative; overflow: hidden;  }
.videobg{ position: absolute; width: 100%; top: 0%; height: 100%; z-index: 1;}
.videobg video{ width: 100%;
    height: 100%;object-fit:cover}
/* .ai-herobanner .homePageG{height: 100vh;} */
.videobg::after{    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    display: block;
    background-color: rgb(18 39 66 / 72%);
    z-index: 2; 
    height: 100%;
    width: 100%;}
   
    @media(max-width:1366px) {
        .videobg video{height: 100%; width: auto;} }

@media(max-width:980px) {
   .videobg video{height: 100%; width: auto;} 
    .linkbutton a >span{display: none;}
    #heroslider .banner-bt a{    flex:2 1  ; max-width: 160px;
      
    }   
   .mmi_showCase_1 .homePageG{padding-top: 15px;}
    .homePageG .heading{margin-bottom: 10px;} 
    .text-long p {
        text-align: center;
  
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
    }
    .drone-style   #heroslider .splide__pagination__page {
        margin-right: 4px;
        width: 30px;
    }
    .homePageG .left-section {
        width: 100%;
        text-align: center;
    }
    .ai-herobanner {
        background-position: right;
    }
    .homePageG {
        height: 416px;
    }
    .heading {
        font-size: 20px !important;
        line-height: 26px !important;
    }
    .text-long p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
    }
    body .banner-bt {
        width: 320px;
        margin: 0 auto;
    }
    .homePageG .banner-bt {
        justify-content: center;
        flex-wrap: wrap;
        flex: 2;
    }
    .homePageG .banner-bt a {
        padding: 11px 3px;
        flex: 2;
        font-size: 14px;
    }
    .banner-bt a:last-child {
        padding: 11px 0px;
    }
    /*  */
    .m_n_Box_api {
        flex: 0 0 100%;
        margin-top: 20px;
    }
    .m_n_Box_api .m_l_txt {
        flex: 0 0 100%;
        order: 2;
        padding: 20px 20px;
    }
    .m_l_txt h2 {
        font-size: 18px;
    }
    .mmi-txt2 h2 {
        line-height: 30px;
    }
    .m_n_Box_api .m-r-R2 {
        order: 1;
        flex: 0 0 100%;
        padding: 0px;
        height: 250px;
    }
    /*  */
    .ofr-cntnt {
        height: auto;
    }
    .mmi_cms-list._4cols {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        /* -ms-grid-columns: 1fr; */
        grid-template-columns: 1fr;
    }
    .common-card {
        padding: 0px 0px 9px 0px;
    }
    .common-card.pt-5 {
        padding-top: 0 !important;
    }
    .common-card .mmi-txt2.pt-5 {
        padding-top: 0 !important;
    }
    .mmi-txt2 p {
        font-size: 14px;
        margin: 0px;
    }
    .common-card .card-wraper {
        margin-top: 20px;
    }
    body .common-card .card-wraper .content-section {
        order: 2;
        margin-top: -10px;
        border-radius: 0px 0px 10px 10px;
        padding: 20px 15px 30px;
        min-height: 20px;
    }
    .card-content h4 {
        font-size: 18px;
        width: 100%;
    }
    .linkbutton {
        padding: 0px 0px 20px;
    }
    .common-card .card-wraper .image-wrap,
    .common-card .card-wraper .content-section {
        padding: 0px;
        position: relative;
        width: 100%;
        box-shadow: rgb(0 0 0 / 10%) 0px 5px 10px;
    }
    .icn-txt {
        display: block;
    }
    .icn-txt p {
        padding-left: 0;
        padding-top: 5px;
        /* font-size: 16px; */
    }
    .cs-btn {
        margin-bottom: 0;
    }
    .md-s {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .ofr-txt {
        margin: 0;
    }
    .card-sec {
        padding-top: 50px;
    }
    .cs-btn {
        flex: 2;
    }
    .cs-btn a {
        width: 100%;
        text-align: center;
        padding: 9px 1px;
        margin-right: 12px;
    }
    .m_l_txt ul {
        padding: 5px 0 20px 20px;
    }
    .mmi_bnft-icon {
        margin: 0px auto 20px;
    }
    .mmi_cms_bnft-card {
        text-align: center;
        padding: 30px;
    }
    .mv-hd {
        top: 70%;
        font-size: 20px;
    }
    .offer_zone {
        margin: 40px 0px;
    }
    .m-p-7,
    .map-apis .bigTitle {
        padding: 40px 0px;
    }
    .ex-pd {
        padding-left: 15px !important;
    }
    .m_l_txt ul li {
        line-height: 25px;
        font-size: 14px;
    }
    .txt-section li {
        font-size: 14px;
    }
    .banner-bt a >span{display: none;}
    .mmi_cms_bnft-card br{display: none;}
}

.material-form-group {
    position: relative;
    padding-top: 12px;
    padding-bottom: 6px;
    transition: all .25s ease-out
}

.material-form-group label {
    z-index: 2;
    position: absolute;
    font-size: 15px;
    top: 10px;
    font-weight: 500;
    transition: all .25s ease-out;
    pointer-events: none
}

.material-form-group.focus label,
.material-form-group:not(.pristine) label {
    top: -3px;
    font-size: 12px;
    pointer-events: all;
}

.material-form-group.focus label {
    color: #F18F4A !important;
}

.material-form-control:focus label {
    color: #F18F4A !important;
}

.material-form-group:not(.pristine) .reveal-password-toggle {
    display: block
}

.material-form-group.focus,
.material-form-group.has-error {
    margin-bottom: 0
}

.material-form-group.has-error .material-form-control {
    border-bottom-color: #f22f46;
    box-shadow: 0 1px 0 #f22f46;
    margin-bottom: 0
}

.material-form-group.has-error {
    padding-bottom: 30px
}

.material-form-control {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    padding: 6px 0 4px;
    display: block;
    border: 1px solid transparent;
    border-bottom-color: #b6cbe2;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    transition: all .25s ease-out;
    border-radius: 0;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}

.material-form-control:focus {
    border-bottom-color: #F18F4A;
    outline: none;
}

.material-form-control:fill {
    background: #fff;
}

.material-form-control:-webkit-autofill,
.material-form-control:-webkit-autofill:active,
.material-form-control:-webkit-autofill:focus,
.material-form-control:-webkit-autofill:hover {
    /*-webkit-box-shadow:0 0 0 30px #fff inset!important*/
    background: #fff;
}

.content_mmi h2 {
    padding-bottom: 30px
}

.modal_shadow.addC_show {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.modal_shadow {
    position: fixed;
    top: 0px;
    padding: 50px 20px 30px;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s;
    opacity: 0;
}

.submit-bt {
    padding-top: 40px;
}

.submit-bt .button-btn {
    width: 100%;
    cursor: pointer;
    padding: 14px 0px;
    font-size: 18px;
    font-weight: 600;
    background: #F18F4A;
    border: 0;
    border-radius: 45px;
    color: #fff;
}

.inner_divBox {
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px;
    border-radius: 10px;
    padding: 30px;
    width: 480px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    max-height: calc(100vh - 86px);
}


/* .content_mmi {} */

.close_box {
    text-align: right;
    height: 32px;
}

.close_box img {
    height: 16px;
    cursor: pointer;
}

.overflauto_div {
    max-height: calc(100vh - 241px);
    overflow: auto;
}

.splide__list li>div {
    background-size: cover;
    background-position: center center;
 padding-bottom:10px; padding-top: 60px;
}
.homePageG{height: 520px;}
/***********button-line**********/
.drone-style  #heroslider-track.splide__track{padding-bottom: 0;}
.drone-style .splide__pagination__page {
    margin-right: 20px;
  }

  .drone-style .splide__pagination__page {
    width: 70px;
    height: 4px;
    opacity: 1;
    border-radius: 2px;
    position: relative;
}
.drone-style .splide__track {
    padding-bottom: 30px;
  }
  .drone-style .splide__pagination {
    bottom: 20px;
  }
  .drone-style .splide__pagination__page {
    width: 70px;
    height: 4px;
    opacity: 1;
    border-radius: 2px;
    position: relative
  }
  .widget_int {
    margin-bottom: 20px;
  }
  /*
  .drone-style #heroslider .splide__pagination__page:before {
    transition: all 8s cubic-bezier(0.38, 0.29, 0.71, 0.76);
  }
  */
  .drone-style .splide__pagination__page:before {
    content: "";
    transition: all 11s;
    background: #F18F4A;
    left: 0px;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 0px;
    visibility: hidden;
    overflow: hidden;
    z-index: 3;
  }
  .drone-style .splide__pagination__page:after {
    content: "";
    width: 100%;
  /*  transition: all 11s;*/
    background: #ccc;
    display: block;
    left: 0px;
    position: absolute;
    top: 0px;
    height: 100%;
    z-index: 2;
    width: 100%;
    overflow: hidden;
  }
  .drone-style .splide__pagination__page.is-active:before {
   
    z-index: 5;
    visibility: visible;
    animation:  rotate 12s forwards  ;
    animation-iteration-count: 1
  }
  @-webkit-keyframes rotate {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes rotate {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  .drone-style #heroslider .splide__pagination__page.is-active, .drone-style .splide__pagination__page.is-active {
    transform: scale(1);
    background: #ccc
  }
  .mmi-drone_f h2 {
    font-size: 24px;
    color: #000;
    font-weight: 600
  }
  .mmi-drone_f p {
    font-size: 18px;
  }

  @media (max-width:480px){
    #heroslider .banner-bt a{opacity: 1;}  
    .mmi_showCase_2:after {

    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.mmi_showCase_1:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}.logo_mmi {
 
    text-align: center;
}
    .splide__list li>div{background-position: right center;}
    #heroslider .mmi_showCase_1 .banner-bt{padding-top: 20px!important;}
    .text-long.animate-it{max-width: 100%;}
  }