.bannerMainContTeen{
    width: 100%;
    height: 70vh
}

/* //form */
.formMaincontteen{
    /* background: linear-gradient(180deg, rgba(19, 0, 49, 1) 0%, rgba(13, 57, 101, 1) 100%); */
    background: url(../image/bg/bgWallpaper.webp);
    height: 80vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.formChilContteen1{
    width: 40%
}
.formChilContteen2{
    width: 40%;
    height: 70vh;background: rgba(208, 208, 208, 0.599);border-radius: 10px;display: flex;flex-direction: column;justify-content: space-around;align-items: center;
}
.descMainContteen{
    height: 60vh;
 
    /* background-color: #245224; */
    background: url(../image/bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.descContentCont1{
    width: 20%;
}
.descContentCont1 img{
  height: 50vh;
  width: 100%;
}
.descContentCont2{
    width: 60%;height: 50vh;color: white;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



/* //ourdesign */
.OurdesignMaincont{
    height: 180vh;
    /* background-color: rgb(7, 53, 59); */
   background: url(../image/bg/bgColoured.webp);
   background-repeat: no-repeat;
   background-size: cover;
  }
.ourdesginContent1{
    height: 50vh;
    display: flex;flex-direction: row;justify-content: space-around;align-items: center;
}
.ourdesignContent1A{
    width: 50%;
    height: 45vh
}
.ourdesignContent1A img{
    height: 45vh;
}
.lobiContContent1{
    width: 40%;
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    background: rgba(0, 0, 0, 0.418);
    border-radius: 5px;
  }
  .lobiContContent1New{
    display: none;
  }

  .ourdesignContent2{
    height: 50vh;
    display: flex;flex-direction: row;justify-content: space-around;align-items: center;
  }
  .ourdesignContent2B{
    width: 50%;height: 45vh;
  }
  .ourdesignContent2B img{
    height: 45vh;
  }

  .ourdesignContent3{
    height: 50vh;display: flex;flex-direction: row;justify-content: space-around;align-items: center;
  }

  .ourdesignContent3A{
    width: 50%;
    height: 45vh;
  }

  .ourdesignContent3A img{
    height: 45vh;
  }
  .descContentCont2 h2{
    font-weight:400
  }
@media screen and (max-width: 650px){
    .bannerMainContTeen{
        width: 100%;
        height: auto
    }
    .formMaincontteen{
      background: url(../image/bg/bgWallpaper.webp);
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    .descContentCont2 h2{
      font-weight:400;
      font-size: 18px;
      text-align: center;
    }
    
    .formChilContteen1{
        width: 80%
    }

    .formChilContteen2{
        width: 90%;
        height: 66vh;background: rgba(208, 208, 208, 0.599);border-radius: 10px;display: flex;flex-direction: column;justify-content: space-around;align-items: center;
    }
    
    .descMainContteen{
        height: auto;
        width: 100%;
        /* background-color: #245224; */
        background: url(../image/bg3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .descContentCont1{
        width: 70%;
    }
    .descContentCont1 img{
      height: 47vh;
      width: 100%;
    }
    .descContentCont2{
        width: 90%;height: auto;color: white;
        padding: 14px 0px;
    }




    /* //ourdesign */
.OurdesignMaincont{
    height: 206vh;
    background: url(../image/bg/bgColoured.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.ourdesginContent1{
    height: 60vh;
    display: flex;flex-direction: column;justify-content: space-around;align-items: center;
}
.ourdesignContent1A{
    width: 100%;
    height: auto
}
.ourdesignContent1A img{
    height: auto;
}
.lobiContContent1{
  display: none;
}
.lobiContContent1New{
    width: 90%;
    height: 29vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    background: rgba(0, 0, 0, 0.418);
    border-radius: 5px;
   }


   .ourdesignContent2{
    height: 60vh;
    display: flex;flex-direction: column;justify-content: space-around;align-items: center;
  }
  .ourdesignContent2B{
    width: 100%;height: auto;
  }
  .ourdesignContent2B img{
    height: auto;
  }
  .ourdesignContent3{
    height: 60vh;display: flex;flex-direction: column;justify-content: space-around;align-items: center;
  }
  .ourdesignContent3A{
    width: 100%;
    height: 45vh;
  }
  .ourdesignContent3A img{
    height: auto;
  }
  .navbar-collapse{
    background: #0C0127;
    padding: 20px;
    }
}


.modal-backdrop.show {
  z-index: auto;
}
.modalCss{
  z-index: 99;
}
