body{
  padding: 0%;
  margin: 0%;
  width: 100vw;
  overflow-x: hidden;
 }
 

/* //whyus */

.ag-format-container {
  width: 1142px;
  margin: 0 auto;
}



.ag-courses_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  padding: 50px 0;
}
.ag-courses_item {
  -ms-flex-preferred-size: calc(33.33333% - 30px);
  flex-basis: calc(33.33333% - 30px);

  margin: 0 15px 30px;

  overflow: hidden;

  border-radius: 28px;
}
.ag-courses-item_link {
  display: block;
  padding: 30px 20px;
  background-color: #121212;

  overflow: hidden;

  position: relative;
}
.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
  text-decoration: none;
  color: #FFF;
}
.ag-courses-item_link:hover .ag-courses-item_bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}
.ag-courses-item_title {
  min-height: 40px;
  margin: 0 0 0px;

  overflow: hidden;

  font-weight: bold;
  font-size: 17px;
  color: #FFF;

  z-index: 2;
  position: relative;
}
.ag-courses-item_date-box {
  font-size: 12px;
  color: #FFF;
  z-index: 2;
  position: relative;
}
.ag-courses-item_date {
  font-weight: bold;
  color: #f9b234;

  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease
}
.ag-courses-item_bg {
  height: 128px;
  width: 128px;
  background-color: #f9b234;

  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;

  border-radius: 50%;

  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.ag-courses_item:nth-child(2n) .ag-courses-item_bg {
  background-color: #3ecd5e;
}
.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
  background-color: #e44002;
}
.ag-courses_item:nth-child(4n) .ag-courses-item_bg {
  background-color: #952aff;
}
.ag-courses_item:nth-child(5n) .ag-courses-item_bg {
  background-color: #cd3e94;
}
.ag-courses_item:nth-child(6n) .ag-courses-item_bg {
  background-color: #4c49ea;
}



@media only screen and (max-width: 979px) {
  .ag-courses_item {
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
  .ag-courses-item_title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

}
@media only screen and (max-width: 639px) {
  .ag-courses_item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0px 15px 10px;
  }
  .ag-courses-item_title {
    min-height: 24px;
    line-height: 1;

    font-size: 17px;
  }
  .ag-courses-item_link {
    padding: 22px 40px;
  }
  .ag-courses-item_date-box {
    font-size: 12px;
  }
}



/* //MainBanner */
.mainContBannerAbout{
  width: 100%;
  height: 70vh
}

/* //ContentWhoweare */
.mainCont2About{
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #658a94; */
  background: url(./image/bg/bg4Games2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.contAbout1{
  height: 77vh;
  width: 90%;
  position: relative;
}
.contAbout1Img{
  width: 60%;
  height: auto;
  border: 4px solid #fec431
}
.contAbout1Txt{
  border-radius: 5px;
  background: rgb(75, 46, 46);
  height: 58vh;
  width: 60%;
  position: absolute;
  top: 30%;
  left: 40%;
}
.contAbout1Txt2{
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.contAbout1Txt2 h2{
  font-weight:400 ;
  color: rgb(255, 170, 0);
}
.contAbout1Txt2A{
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}

/* //ouruniqueCont */
.ourUniqueMainCont{
  /* background: rgb(1, 27, 53); */
  background:  url(./image/bg/bgBlack.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 120vh;
}
.ourUniqueheadercont{
  color: #fff;
  display: flex;
  flex-direction:column;
  justify-content: center;   
  align-items: center;
  height: 25vh;
}
.ourUniqueTxtcont{
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
}

/* //ourservice */
.OurserviceMainCont{
  background: linear-gradient(29deg, rgba(45, 58, 145, 1) 0%, rgba(148, 60, 164, 1) 100%);
  height:90vh;
}
.OurserviceHeaderCont{
  color: #fff;
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  height: 25vh;
}
.ourServiceContentCont{
  width: 100%;
  height: 55vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

}
.ourServiceContentCont1{
  height: 32vh;
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.ourServiceContentCont1A{
  width: 45%;display: flex;flex-direction: row;justify-content: space-around;align-items: center;margin: 0px 0px 15px 0px;
}

.ourServiceContentCont2{
  height: 32vh;width: 90%;display: flex;flex-direction: row;justify-content: space-around;
}
.ourServiceContentCont2A{
  width: 45%;display: flex;flex-direction: row;justify-content: space-around;align-items: center;
}
.imageCont1{
  width: 30%;
  text-align: center;
}
.txtCont1{
  width: 60%;
} 

.imageCont1 img{
  height: 14vh
}

/* //form */
.gameContComm{
  background:url(./image/bg/bgWallpaper.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;flex-direction: row;justify-content: space-around;align-items: center;
} 
.commMainCont{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
}
.commMainCont2{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
}
.formCont{
  width: 90%;
  height: auto;
  background: rgba(208, 208, 208, 0.599);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.txtCont{
  font-size: 18px;
}



@media screen and (max-width: 650px){
  .mainContBannerAbout{
    width: 100%;
    height: auto
  }
  .mainCont2About{
    height: 125vh;
    /* background: #658a94; */
  background: url(./image/bg/bg4Games2.webp);
  background-repeat: no-repeat;
  background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .contAbout1{
    width: 100%;
    height: 95vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .contAbout1Img{
    width: 100%;
    height: auto;
    border: 4px solid #fec431
  }
  .contAbout1Txt{
    border-radius: 0px;
    background: rgb(75, 46, 46);
    height: 89vh;
    width: 90%;
    left: 3%;
   
  }
  .contAbout1Txt2 h2{
    font-weight:600 ;
    font-size: 20px;
    color: rgb(255, 170, 0);
  }
  .contAbout1Txt2 img{
         width: 50vw;
  }
  .contAbout1Txt2A{
    line-height: 22px;
    font-size: 16px;
    color: #fff;
  }


  /* //ouruniqueCont */
.ourUniqueMainCont{
  background:  url(./image/bg/bgBlack.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 260vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ourUniqueheadercont{
  color: #fff;
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  height: 20vh;
}
.ourUniqueheadercont img{
  width: 60vw;
}
.ourUniqueTxtcont{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}

/* //ourservice */
.OurserviceMainCont{
  background: linear-gradient(29deg, rgba(45, 58, 145, 1) 0%, rgba(148, 60, 164, 1) 100%);
  height:auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.OurserviceHeaderCont{
  color: #fff;
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 15px 0px;
}
.ourServiceContentCont{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.ourServiceContentCont1{
  height: auto;
  width: 95%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;

}
.ourServiceContentCont1A ,.ourServiceContentCont2A{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
  box-shadow: 0px 4px 15px  0 rgba(0, 0, 0, 0.579);;
}
.imageCont1 img{
  height: 10vh
}
.imageCont1{
  width: 20%;
}
.txtCont1{
  width: 70%;
} 

.ourServiceContentCont2{
  height: auto;width: 95%;display: flex;flex-direction: column;justify-content: space-around;
}

/* form */
.gameContComm{
  background:url(./image/bg/bgColoured.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;flex-direction: row;justify-content: space-around;align-items: center;
  height: auto;
} 

.commMainCont{
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 20px 0px;
}
.commMainCont2{
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.commMainCont2 img{
  width: 50vw;
}
.formCont{
  width: 90%;
  height: 75vh;
  background: rgba(208, 208, 208, 0.599);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.txtCont{
  font-size: 14px;
}
.navbar-collapse{
  background: #0C0127;
  padding: 20px;
  }
}
.modal-backdrop.show {
  z-index:  auto;
}

