  body{
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
    background-color:#f6f6f6;
    }
    #desk_nav{
      display: block;
    }
    #mob_nav{
      display: none;
    }

      /* margin from top  */

    #courses-available{
        scroll-margin: 82px;
      }
    .whats_app-pop-up{
      position: fixed;
      right: 10px;
      bottom: 150px;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background-color: #36b64b;
      cursor: pointer;
      z-index: 1;
      transition:0.3s
    }
    .whats_app-pop-up:hover{
      background-color: #44e65e;
      transition:0.3s
    }
    .whats_app-pop-up i{
      color: white;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      font-size: 18px;
    }
    .register-pop-up{
      position: fixed;
      right: 10px;
      bottom: 105px;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background-color: #00093c;
      cursor: pointer;
      z-index: 1;
    }
    .register-pop-up:hover{
      background-color: #000f66;
    }
    .register-pop-up i{
      color: white;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      font-size: 18px;
    }
    .enruy-pop-up{
      position: fixed;
      right: 10px;
      bottom: 60px;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background-color: #00093c;
      cursor: pointer;
      z-index: 1;
    }
    .enruy-pop-up:hover{
      background-color: #000f66;
    }
    .enruy-pop-up i{
      color: white;
      position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    }
    .go-top{
      position: fixed;
      right: 10px;
      bottom: 20px;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background-color: #00093c;
      cursor: pointer;
      z-index: 1;
      color: white;
    }
    .go-top::before{
      content: "";
      height: 15px;
      width: 15px;
      top: 14px;
      position: absolute;
      border: 2px solid white;
      border-bottom: none;
      border-right: none;
      transform: rotate(45deg);
    }
    .go-top:hover{
      background-color: #000f66;
    }

    #big_img{
      display: none;
      position: absolute;
      width: 100%;
      height: 100vh;
    }
    #big_img::before{
      position: fixed;
      content: "";
      width: 100%;
      height: 100vh;
      background-color: black;
      opacity: 0.8;
      left: 0;
      top: 0;
      z-index: 105;
    }
    #big_img h2{
      position: fixed;
      right: 40px;
      top: 20px;
      cursor: pointer;
      color: white;
      z-index: 106;
    }
    #big_img h2:hover{
      color: red;
    }
    #big_img img{
      position: fixed;
      width: 50%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 106;
      border: 1px solid white;
      padding: 20px;
      border-radius: 10px;
    }
    

  /*couses available*/
.courses-available{
    border-style:none;
    width:100%;
    height:80px;
    background-image:url(../img/06.jpg);
}
.courses-available{
  color:white;
  text-decoration-line: overline;
}








/*banner and header css */

.banner-main-nav{
  position: relative;
  width: 100%;
  height: 100vh;
  /* background-color: rgb(162, 162, 162);  */
}
.logo img{
  width: 100%;
}
.nav{
  position: absolute;
  width: 100%;
  padding: 10px;
  background-color: transparent;
  z-index: 100;
  transition:0.3s;
}
.nav.active{
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px;
  background:linear-gradient(to right, #00093c, #2d0b00); ;
  z-index: 100;
  transition:0.3s;
}
.banners{
  position: relative;
  width: 100%;
  height: 100%;
}
.banners img{
  width: 100%;
  height: 100vh;
}
a{
  padding: 10px;
  text-decoration: none;
  color:  white;
  font-size: 18px;
}
.menu-bar-desk li a{
  padding: 10px;
  text-decoration: none;
  color:  white;
  font-size: 18px;
  box-shadow: 0px 10px 5px 0px #00093c;
  transition: 0.3s;
  border-radius: 5px;
  margin: 0 5px;
}
.menu-bar-desk li a:hover{
  box-shadow: 10px 10px 10px 10px #00093c;
  transition: 0.3s;
 
}
.student-user a{
  color: white !important;
  cursor: pointer !important;
}
.student-user a:hover{
  color: white;
}
.right_form{
  display: none;
  position: relative;
  width: 100%;
  height: 100vh;
}
.right_form::before{
  position: fixed;
  content: "";
  top: 0;
  left: 0 ;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.835);
  z-index: 101;
}

.enqury-form{
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.835);
  padding: 10px 20px;
  border-radius: 8px;
  width: 35%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 102;
  /* border: 4px solid #ffffff; */
}
.enqury-form h2#close_form{
  color: white;
  cursor: pointer;
  position: absolute;
  right:10px;
  top: 10px;
} 
.enqury-form input,.enqury-form textarea,.enqury-form select{
  width: 100%;
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.085);
  border: none;
  outline: none;
  border: 1px solid #e5e5e5;
  color: white;
  margin: 15px 0 ;
}
.enqury-form input::placeholder,.enqury-form textarea::placeholder,.enqury-form select::placeholder{
  color: white;
}
.enqury-form label{
  display: none;
  transition: 0.3s;
  color: #ffffff;
  font-weight: 600;
}
.default-input{
  position: relative;
}
.enqury-form label.slidup{
  position: absolute;
  top: -10px;
  left: 5px;
  transition: 0.3s;
}
.btn-enq{
  width: 40%;
  margin: auto;
}
.btn-enq button{
  width: 100%;
  padding: 10px;
  background-color: #000000;
  color: white;
  margin-top: 10px;
  border-radius: 8px;
  transition: 0.3s;
  border: 1px solid #ffffff;
}
.btn-enq button:hover{
  background-color: #ffffff;
  color: black;
  border: 1px solid #000000;
  transition: 0.3s;
}
.course_detail{
  display: none;
}

.join-us{
  border-style:none;
  width:100%;
  height:max-content;
  padding: 80px;
  border: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  background-color: #00539C;
}
.join-us p{
  color: white;
}
.part-one ul li{
  margin: 20px 0;
}
.part-one ul li a{
  border-style:groove;
  border-radius:50px;
  border:1px solid #b6b6b6;
  background-color:transparent;
  color: black;
  padding: 10px 15px;
  transition: 0.3s;
}
.part-one ul li a:hover{
 border-color: #00093c ;
 background-color: #00093c ;
 color: #ffffff ;
 transition: 0.3s;
}

.part-one ul li p{
  font-size: 32px;
  margin-bottom: 0px;
  font-weight: 500;
}
/* course css  */
.course{
  border: 1px solid #000000;
  padding: 5px;
  text-align: center;
  border-radius: 8px;
  margin: 5px 0;
  cursor: pointer;
}
.course-detail{
  text-align: center;
  margin-left: 50px;
}
.img_back{
  width: 100%;
  text-align: center;
}
.img_back img{
 width: 50%;
 margin: auto;
 display: none;
}
.course-slider{
  width: 100%;
  position: relative;
  overflow-x: auto;
  margin-top: 30px;
  justify-content: center;
}
.course-slider p{
  margin: 0 10px;
  padding: 0 10px;
  cursor: pointer;
  font-weight: 500;
}
.course-slider p:hover{
 color: #000f66;
}
.design {
  --l: calc(100vw / var(--n-cols));
  --hl: calc(0.5 * var(--l));
  --ri: calc(0.5 *1.73205* var(--l));
  box-sizing: border-box;
  display: grid;
  place-content: center;
  grid-template: repeat(var(--n-rows), var(--l))/repeat(var(--n-cols), var(--ri));
  grid-gap: var(--hl) 0;
  overflow: hidden;
  margin: 0;
  padding: var(--hl) 0;
  height: max-content;
  background: transparent;
  filter: drop-shadow(2px 2px 5px);
}
@media (orientation: landscape) {
  .design {
    --l: calc(100vh / (var(--n-rows) + 3));
  }
}

/* hexagan shapes */
.hex-cell {
  overflow: hidden;
  grid-column-end: span 2;
  margin: calc(-1 * var(--hl)) 0;
  transform: scale(0.95);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.hex-cell img {
  --hl: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(calc(1 + 0.2 * var(--hl)));
  /* filter: brightness(calc(0.6 * (1 + var(--hl)))); */
  transition: 0.7s;
}
.hex-cell img:hover {
  --hl: 1;
}
.testimo{
  background-color: #ffffff;
}
.testimo h1,.testimo p,.testimo a,.testimo i{
  color: #000f66 !important;
}
.testimonials{
  padding-top: 10px ;
}
#testimonials{
  padding: 0;
}
.test-head{
  text-align: center;
  border: 20px solid rgb(199, 152, 10);
  position: relative;
  width: 70%;
  padding-top: 50px ;
  margin: auto;
  margin-top:75px ;
  padding-top: 80px;
}
.test-head img{
  width: 125px;
  height: 125px;
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 50%;
  border: 1px solid;
  background-color: rgb(255, 255, 255);
}
.test-head a{
  color: #000f66;
}


  /* responsive  */
  @media (max-width:500px){
    .hide-mobile{
      display: none;
    }
    .rectuangle{
      display: none !important;
    }
    #desk_nav{
      display: none;
    }
    #mob_nav{
      display: block;
    }
    .banner-main-nav {
      height: 35vh;
  }
  .m-d-none{
    display: none !important;
  }
   .banners{
    margin-top: 90px;
    height: 35vh;
   }
   .banners img {
    height: 100%;
}
.mobile-wrapper{
  position: fixed;
  left: 0;
  top: 0;
	width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* ALL MOBILES */


.mobile{
	width: 100%;
	height: 15vh;
	background-color: #eee;
	overflow: hidden;
	position: relative;
	display: inline-block;
}

.mobile .header{
	background-color: #ffffff;
	color: #fff;
	padding: 20px 10px;
}

.line{
	width: 30px;
	height: 2px;
	margin: 10px 0;
	background-color: #000f66;
}

.form-body{
  width: 90% !important;
  transform: translate(-50%, -90%) !important;
}

.menu-toggle:hover{
	cursor: pointer;
}

.mobile-nav ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* MOBILE ONE */

.mobile-one{
  /**/
	/* background: #44cba0; */
    background:transparent; 
    position: absolute;
    left: 0;
    width: 100%;
    
}

.mobile-one .mobile-nav{
  display: none;
	background-color: #ffffff;
	width: 100%;
	height: 100vh;
	transform: translate(-100%, 0);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.mobile-nav h2{
	padding: 25px 20px;
}

.mobile-one .mobile-nav li a{
	color: #989AA4;
	display: block;
	padding: 15px 20px;
}

.mobile-one .mobile-nav li a:hover{
	background-color: #000f66;
	color: #fff;
	border-left: 3px solid #44bfc6;
}
#back_logo_mob{
  position: absolute;
  transform: translate(-45%, -30%);
  width: 30%;
}

    .join-us{
      padding: 0;
    }
    .join-us ul{
      padding-left: 10px;
    }
    .img_back img {
      width: 100%;
  }
  .contact_form{
    padding: 0 !important;
  }
  .map_location iframe {
    margin-top: 20px;
    padding: 0 !important;
}
.part-one ul li p{
  font-size: 26px;
}
.enqury-form{
  width: 90%;
}
}

/* end here  */

h1 {
  text-align: center;
  margin-left: 10px;
  color: #000f66;
}

.grid-container {
  columns: 5 300px;
  column-gap: 1rem;
  width: 90%;
  margin: 0 auto;
}
.grid-container div {
  width: 150px;
  margin: 0 1.5rem 1.5rem 0;
  display: inline-block;
  width: 100%;
}
.grid-container div:hover {
  border-color: #000f66;
}
.grid-container div img {
  width: 100%;
  /* filter: grayscale(100%); */
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
}
.grid-container div p {
  margin: 5px 0;
  padding: 0;
  text-align: center;
}
/* for use special movement image size*/

.grid-container img:hover{
  transform: scale(0.9);
}

.image-1 {
  width:300px;
  height:325px;
}
.image-1 img{
  width:250;
  height:280px;
}
.image-2 {
  width:300px;
  height:300px;
}
.image-2 img{
  width:250px;
  height:250px;
}
.image-3{
  width:300px;
  height:350px;
}
.image-3 img{
  width:auto;
  height:300px;
}
.image-4{
  width:180px;
  height:250px;
}
.image-4 img{
  width:170px;
  height:200px;
}
.image-5{
  width:200px;
  height:250px;
}
.image-5 img{
  width:150px;
  height:200px;
}
.image-5 p{
  font-size:13px;
}
.image-6{
  width:300px;
  height:380px;
}
.image-6 img{
  width:280;
  height:340px;
}
.image-7{
  width:300px;
  height:350px;
}
.image-7 img{
  width:auto;
  height:300px;
}
.image-8{
  width:300px;
  height:200px;
}
.image-8 img{
  width:auto;
  height:150px;
}

/* photo gallery*/
.photo-gallery{
  display:flex;
  flex-direction:column;
  justify-content: center;
  align-items:center;
  text-align:center;
  margin:40px 20px 0 20px;
}
.photo-gallery h1{
  font-size: 3em;
  font-weight: bolder;
  padding-bottom: 10px;
  border-bottom: 3px solid #222;
  color: black;
  font-weight:300;
}
.photo-gallery h1 span{
  font-weight: 300;
  color:red;
  
}

/* about ours center */
.about_section{
  border-style:none;
  width:100%;
  height:auto;
  background-color:#00539C;
  padding: 50px 0;
}
.typewriter {
  display: none;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .10em; /* Adjust as needed */
  width: max-content;
  color: white;
  animation:  typing 2s steps(100, end),blink-caret 0.7s 4 step-end;
}


/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 30%; }
  110% {border: none !important;}
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}

.about_section h1{
  font-style:italic;
  font-weight:500;
  color:rgb(255, 255, 255);
  
  }
  .about_section h1 span{
    font-style:italic;
    font-weight:400;
    color:rgb(255, 255, 255);
  }
  .about_section p{
    color:rgb(255, 255, 255);
  }
  .fixed_me_here{
    position: relative;
  }
  .rectuangle{
    width:100%;
    height:200px;
    border-style:white;
    border:3px solid white;
    background-color:white;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    box-shadow:0px 3px 0px 3px #00093c;
  }
  .curcle-image{
    height:300px;
    width:300px;
    border-style:none;
    border:1px solid white;
    border-radius:50%;
    /* top:830px; */
    /* left:120px; */
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);

  }
  .coding-course h1{
    text-align: center;
    font-size:1.944em;

   
  }
  
  .coding-course p{
    position:absolute;
    top: 880px;
    right: 200px;
  }
  
  .know-more a{
    padding: 10px;
    text-decoration: none;
    color: white;
    font-size: 18px;
    border: 1px solid white;
    box-shadow: 0px 0px 5px  #068bff;
    transition: 0.3s; 
    border-radius: 5px;
    margin: 0 5px;
  }
  .know-more a:hover{
    /* background-color:grey; */
    box-shadow: 0px 5px 15px  #068bff;
    color:white;
    transition: 0.4s;


  }
  
 
  .standerd{
    border-style:none;
    width:55%;
    padding: 20px;
    padding-bottom: 40px;
    margin: auto;
    height:400px;
    border-radius:25px;
    border: 2px solid white;
    box-shadow: 0px 7px 15px #0682ef;
    /* background-color:#E03136; */
    cursor: pointer;
    position: relative;
    transition: 0.4s;
    
  }
  .standerd:hover{
    background-color: #dfdfdf;
    transition: 0.4s;
    box-shadow: 0px 7px 30px #0070d2;
    /* background-color:#E03136; */
  }
  .standerd h3, .standerd p{
   color:white;

  }
  .standerd:hover h3, .standerd:hover p{
    color: #000f66;
  }
  .standerd:hover a{
    color: white;
    background-color: #011899;
  }
  
  .width-100{
    width: 100%;
  }
  .standerd a{

    padding: 10px;
    text-decoration: none;
    color: white;
    font-size: 18px;
    width: max-content;
    margin: auto;
    margin-top: 10px;
    border: 1px solid white;
    box-shadow: 0px 2px 5px #2192f4;
    transition: 0.3s;
    border-radius: 5px;    
  }
  .standerd a:hover{
    box-shadow: 0px 2px 15px #3c9ef4;
  /* background-color: red; */
  color: white;
  border: 1px solid white;
  transition: 0.3s;
}

.parent_popup_feedback{
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
}

.parent_popup_feedback::before{
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 102;
}

.popup_parent_feedback{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1022;
  height: 90vh;
  transform: translate(-50%,-50%);
}
.popup_parent_feedback::before{
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1022;
  height: 80vh;
  transform: translate(0%,-50%);
  border-right: 5px solid #dfdfdf;
  border-radius: 8px;

}
.center_box{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1022;
  height: 85vh;
}
.popup_body_feedback{
  padding: 20px;
  height: 100%;
  background-color: white;

}
.questions{
  height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
}

.color-royal{
  color: #011899;
}

.popup_body_feedback{
  width: 100%;
  padding: 20px;
}
.popup_body_feedback img{
  width: 100%;
  height: 100%;
}

#close_feebacK_form{
  position: absolute;
  right: 40px;
  top: 5px;
  color: rgb(170, 2, 2);
  font-size: 42px;
  transition: 0.3s;
  cursor: pointer;
}
#close_feebacK_form:hover{
  color: red;
  transition: 0.3s;
}