#mobile
{
  display: none;
}


.cta-card__button
{
    background-color:#fff;
}


.desktopbutton
{
      background: rgba(0, 0, 0, .05);
    color: #fff;
    border-radius: 50px !important;

}
.desktopbutton:hover
{
  background-color: #000;

}





    /**************************************************************************************/

.contactForm
{
/*  border:1px solid #eee;*/
  padding: 20px;
}
.form-control
{
      background: #eeeeee75;
}
.submit
{
    background-color: #000;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    color: #fff;
    border-radius: 7px;
    border: 1px solid #fff;
}
.formbox1
{
  padding-top: 20px;
  padding-left: 50px;
  padding-bottom: 30px;
  padding-right: 50px;
  background-color: #eeeeee26;
    border-radius: 15px;
}
 .error-text {
            color: red;
            font-size: 12px;
        }

.form-label
{
  text-align: left;
}
 #threesixty {
  margin: 0 auto;
  user-select: none;
}  

*{
    padding: 0px;
    margin: 0px;
    box-sizing: boder-box;
    /*font-family: 'Montserrat', sans-serif;*/
}


a{
    text-decoration: none;
}


ul li{
    list-style: none;
}

p 
{

font-family: 'Montserrat', sans-serif !important; 
font-size: 14px;
   

}
h1,h2
{
  font-family: "Montserrat", sans-serif !important;
  font-size: 60px;
  /*font-family: 'Orbitron', sans-serif !important   */
}
h3,h4,h5,h6
{
  font-family: "Montserrat", sans-serif !important;
  font-size: 40px;
  /*font-family: 'Orbitron', sans-serif !important   */
}

nav{
  position: fixed;
  z-index: 99;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  
  background: #f2f2f217;
}
nav .wrapper{
  position: relative;
  max-width: 100%;
  padding: 0px 110px;
  height: 60px;
  line-height: 60px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  /*display: inline-flex;*/
      display: flex;

}
.nav-links li{
  list-style: none;
      padding-top: 0px;
}
.drop-menu li
{
    padding-top: 0px;
}
.drop-menu li a
{
    color: #666;
    font-family: "Montserrat", sans-serif;
}
.nav-links li a{
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  padding: 9px 25px;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
}
.nav-links li a:hover{
/*  background: rgba(0,0,0,.05);*/
/*      color: #666;*/
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #fff;
  width: 265px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
  font-family: "Montserrat", sans-serif;
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 60px;
  opacity: 1;
  visibility: visible;
  font-family: "Montserrat", sans-serif;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
  color: #666;
    border-bottom: 1px solid #eee;
    font-family: "Montserrat", sans-serif;
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  font-family: "Montserrat", sans-serif;
}
.mega-box .content{
  background: #fff;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
  font-family: "Montserrat", sans-serif;
}
.mega-box .content .row{
  width: calc(25% - 47px);
  line-height: 45px;
  font-family: "Montserrat", sans-serif;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .row header{
  color: #666;
  font-size: 16px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
      margin-left: 38px;
}
.content .row .mega-links{
  margin-left: 0px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
  font-family: "Montserrat", sans-serif;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #666;
  font-size: 13px;
  display: block;
  line-height: 25px;
}
.row .mega-links li a:hover{
  color: #666;
    font-size: 12px;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
  font-family: 'Montserrat', sans-serif;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
  font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
    font-family: "Montserrat", sans-serif;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
    font-family: "Montserrat", sans-serif;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav input{
  display: none;
}

.body-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
  font-family: 'Montserrat', sans-serif;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}
/* header end */

/*******************************************************************************************/

.section{
    width: 100%;
    /*height:100vh;*/
    overflow: hidden;
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*z-index: 9;*/
    /*margin-top:100px;*/
    /*margin-bottom:100px;*/
}



.section_1 {
    background-image: url('../images/main_mobec1.jpg');
    position: relative;
}


.section_2 {
    background-image: url('../images/car2.png');
    position: relative;
}

.section_3 {
    background-image: url('../images/car3.png');
    position: relative;
}

.section_4 {
    background-image: url('../images/car4.png');
    position: relative;
}


.section_5 {
    background-image: url('../images/car1.png');
    position: relative;
}

.section_6 {
    background-image: url('../images/car2.png');
    position: relative;
}
.fp-tableCell
{
    background-color: #00000069;
}

.section_7 {
    background-image: url('../images/car3.png');
    position: relative;
}

.text_box{
    width: 100%;
    height: 90%;
    text-align: center;
    padding-top: 160px;
    position: relative;
}
.mobecs:nth-child(2)
{
  margin-top: 10px;
  padding-top: 50px;
}

.mobecs
{
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobecs h2
{
  text-align: center;
      font-size: 22px;
}
.mobecs h6
{
  text-align: center;
}
.mobecs p
{
  text-align: center;
}
.form_data
{
  margin-bottom: 50px;
}
.contactnow
{
  background-color: #000;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #000;
  cursor: pointer;
  font-size: 12px;
}
.contactnow:hover
{
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.heding{
    font-weight:bold;
    font-size: 40px;
     color: #181b21;
     font-family: 'Montserrat';
}
.footer ul li a:hover
{
  text-decoration: none;
}
.sub_heding {
    font-size: 14px;
    color: #000;
    width: 543px;;
    text-align:justify;
}


.sub_heding a{
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #000;
}

.sub_heding a:hover{
     border-bottom: 2px solid #000;
}


.btn_box{
    width: 100%;
    display: flex;
    justify-content: center;
}


.btn_box button{
    width: 250px;
    padding: 12px 24px;
    border-radius:20px;
    margin: 0 20px;
    border: none;
    outline: none;
    text-transform:uppercase;
    font-size: 12px;
    font-weight:500;
}

.primary_btn{
    color: #fff;
    background-color:rgba(0, 0, 0, .7);
    cursor: pointer;
}

.secondary_btn{
    color: #000;
    background-color:rgba(255, 255, 255, .7);
    cursor: pointer;
}


/************************footer********************************/


.footer {
    /*position: absolute;*/
    z-index: 11;
    bottom: 0;
    width: 100%;
        background-color: #ffffff6e;
        height: 55px;
}

.footer ul {
    width: 80%;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer ul li {
    margin: 0 10px;
    margin-top:16px;
    text-transform: capitalize;
    font-weight: 600;
}

.footer ul li a {
    font-size:12px;
    color:#000;
}


/* responsive */

/*@media screen and (max-width: 1200px) {
    .header_mid{
        display: none;
    }

    .hide_manu{
        display: none;
    }

    .header_right ul li{
    background-color:rgba(0, 0, 0, 0.1);
}
}*/

/*@media screen and (max-width: 600px) {*/
    
/*    .btn_box{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    padding:0px 20px;*/
/*    box-sizing: border-box;*/
/*}*/

/*.btn_box button{*/
/*    width:100%;*/
/*    margin: 10px;*/
/*}*/

/*}*/






