
*{
    margin:0;
    padding:0;
    box-sizing: bord;
}





.row-footer{
    display:flex;
    flex-wrap: wrap;
}
ul{
    list-style:none;
}
.footer{
  width:100%; 
  background:linear-gradient(to right, #00093c, #2d0b00);
  color:#fff;
  padding:100px 0 30px;
  border-top-left-radius: 125px;
  font-size:13px;
  line-height: 20px;
  height:100%; 
}
.footer-col{
    width: 25%;
    padding:0 15px;
}
.footer-col{
    font-size: 18px;
    color:#ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight:500;
    position:relative;
}
.footer-col h4{
    position: relative;
    margin-bottom: 20px;
}
.footer-col h4::before{
    content:'';
    position: absolute;
    left:0;
    bottom:-10px;
    background-color: #e91e63;
    height:2px;
    box-sizing: border-box;
    width: 50px;
}
.footer-col ul{
    padding-left:0px;
}
.footer-col ul li:not(:last-child){
    margin-bottom:10px;
}
.footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color:#ffffff;
    text-decoration: none;
    font-weight: 300;
    color:#bbbbbb;
    display:block;
    transition: all 0.3s ease;
}
.footer-col ul li a:hover{
    color:#ffffff;
    padding-left: 8px;
}
.footer-col .social-links a{
    display:inline-block;
    height: 40px;
    width:40px;
    margin: 0 10px 10px 0;
    border-radius: 50%;
}
.footer-col .social-links:hover{
    padding-left: 8px;
}
.footer-col .social-links a:hover{
    color:#24262b;
    background-color:#ffffff;
}
/* responsive  */
@media (max-width:500px){
    #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 .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;
}



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

      /* margin from top  */

    #courses-available{
        scroll-margin: 82px;
      }
    .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;
    }
    


.courses-available{
    border-style:none;
    width:100%;
    height:auto;
    background-image:url(../static/img/6.webp);
}
.courses-available{
  color:white;
  text-decoration-line: overline;
}
.vedio h1{
  margin-left:800px;
}
.vedio h2{
  margin-left:40px;
}
.vedio p{
  margin-right:20px;

}



.bodymaker{
  border-style: none;
    width:100%;
    height:700px;
    background-color:antiquewhite;
}
.bodymaker h1{
  margin-left:450px;
}
.bodymaker h3{
  margin-top:110px;
}
.bodymaker h7{
  margin-left:600px;
  color:groove;
}
.bodymaker h5{
  margin-left:620px;
}
.bodymaker h5 button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 100px;
  width:200px;

}
.bodymaker h5 button {
  background-color: orange; 
  color: black; 
  border: 2px solid white;
}

.bodymaker h5 button:hover {
  background-color: #1136ef;
  color: white;
}
.about{
/* border-style:; */
    width:100%;
    height:550px;
    background-image:url(/static/img/8.jpg);
}



/*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;
}


.join-us{
  border-style:none;
  width:100%;
  height:max-content;
  padding: 80px;
  border: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
}
.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;
}












/* MOBILE ONE */

.mobile-one .mobile-nav{
  display: none;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	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;
}
.header_area{
  display: none;
}
.top_header{
  width: 100% !important;
  left: 0px !important;
}
.main_section_content{
  left: 0 !important;
  padding: 20px !important;
}
.user_id a{
  padding: 0px !important;
}
}

h1 {
  text-align: center;
  margin-left: 10px;
  color: #000f66;
}
.events img{
  width: 100%;
}
.events p{
  text-align: center;
}