
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: 'berlin_sans_fbregular';
  src: url('../fonts/brlnsr.woff2') format('woff2'),
       url('../fonts/brlnsr.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

.bg-blue {
  background-color: #0B1F3A !important;
}
.border-blue-500 {
  border-color: #0B1F3A !important;
}
.hover\:bg-orange-500\/10:hover {
    background-color: #0B1F3A !important;
}

h1,h2,h3,h4,h5 { font-family: 'berlin_sans_fbregular'; }

:root {
  --primary-color: #9f4d1f;
  --secondary-color: #42241a;
}

.header-logo {
  position: absolute;
  z-index: 9;
  top: 0;
  padding: 0px 10px 10px 10px;
}

.header-logo img { height: 60px;}

.header-top ul {
    margin: 0;
    padding: 0;
}

.header-top ul li {
    display: inline-block;
    padding: 5px 15px;
}

.header-top ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    top: 3px;
}
.headertop li a { font-size: 15px; z-index: 99999; position: relative; color: #fff;}
.headertop li a:hover {
  color: #fff;
}
.headertop .fa { color: #7c3710; }
.stellarnav.light .join-us {
  background-color: #f97316;
  border-radius: 25px;
  transition: 0.5s ease-in-out;
}
.stellarnav.light .join-us a {
  color: #fff;
  font-size: 11px;
  padding: 9px 15px;
}
.stellarnav.light .join-us a:hover {
  color: #fff;
 background-color: #000;
 border-radius: 25px;
 transition: 0.5s ease-in-out;
}


.mainheader.sticky .header-logo img { height: 30px;}

.mainheader.sticky { background: #000;}

/*
.mainHeader-top {
background: linear-gradient(to right,  #ffffff 29%,#1c2c45 29%);
} */

.header-top::before {
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+29,1c2c45+29 */
    background: linear-gradient(to right,  #ffffff 35%,#13195e 35%);
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    right: 0;
}
.main-banner {
 top: -90px;
    position: relative;
}

section {
    padding: 50px 0px;
}

.sticky {
    background-color: #fff; /* dark background */
    color: #000;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); /* extra shadow */
  }

  .stellarnav.light li a {
    color: #fff;
    font-size: 0.9rem;
  }

  .swiper-button-prev, .swiper-button-next {
    color: #fff;
  }

  .stellarnav.light .menu-toggle span.bars span {
    background: #42241a !important;
}

/*--------------------------------------------------------------
# section
--------------------------------------------------------------*/

/* Floating Animation */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0px); }
}

.float-animation {
  animation: float 4s ease-in-out infinite;
}

.stellarnav.light .menu-toggle span.bars span {
    background: #ffffff !important;
}

    .stellarnav.light.left .menu-toggle, .stellarnav.light.right .menu-toggle {
        color: #ffffff !important;
        float: right !important;
        position: relative;
        z-index: 9;
    }

section {
  padding: 50px 0px;
  position: relative;
}

.common-btn {
  font-size: 0.7rem;
  color: #ee8d1a;
  text-transform: uppercase;
  font-weight: 600;
}

.read-but {
  background: #ad8b3a;
  color: #fff;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
}

.zoom-effect {
  transition: 0.5s all ease-in-out;
  position: relative;
  overflow: hidden;
}

.zoom-effect:hover {
  transform: scale(1.1);
}

.home-aboutus::after {
  content: url('../images/about-after.png');
  position: absolute;
  bottom:-25px;
  right: 0;
  z-index:-1;
}

.home-aboutus::before {
  content: url('../images/about-before.png');
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index:-1;
}


.courses {
  background-image: url(../images/courses-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.courses-title span {
  color: var(--primary-color);
}

.courses-groupbtn  .joinnow {
  background-color: #ad8b3a;
  color: #fff;
  font-size: 1rem;
  padding: 10px;
  border: none;
  font-weight: 600;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-title { color: var(--primary-color) ;} 
.home-aboutus h1 { color: var(--secondary-color);}
.readmore { background-color: var(--primary-color);} 

.our-services {
  background-image: url(../images/services-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.infrastructure-section h3 {
  font-family: "Poppins", sans-serif;
}

.advantage-section {
  background-image: url(../images/advantage-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.advantage-col:after {
  content: '';
  background-image: url(../images/box-flyer.jpg);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 126px;
  height: 150px;
}

.advantage-col:before {
  content: '';
  background-color: var(--primary-color);
  position: absolute;
    top: 0;
    left: 27px;
    width: 100px;
    height: 7px;
}

.taketour {
  background-image: url(../images/video-section-bg.png);
  background-color: #f8f8f8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.taketour .section-title span { color: #9f4d1f;}


.testimonial-section {
  background-color: #f8f8f8;
}

.testimonial-content:before {
  content: '';
  background-image: url(../images/testimonial-comma.png);
  position: absolute;
  width: 76px;
  height: 62px;
  left: 0;
  top: 0;
}

.advantage-col { min-height: 270px; }
.advantage-col .list-disc {
  z-index: 9;
  position: relative;
}

.list-disc li::marker {
  color: #9f4d1f;
}

.courses-brief.min-h115 { min-height: 115px; }

.mySwiper2 .swiper-slide {
  text-align: center;
  height: calc((100% - 30px) / 2) !important;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}


.footer-links ul { 
  list-style-type: disc;
  margin-left: 20px; 
}

.footer-links.social-link ul {
  list-style: none;
  margin: 0;
}

.footer-links ul li a {
  position: relative;
}

.footer-links ul li::marker {
  color: #f46f25;
}
.footer-logo img { height: 60px;}

/*--------------------------------------------------------------
# Popup CSS
--------------------------------------------------------------*/


.slider-video-icon { 
  position: relative; 
  border-radius: 10px;
  overflow: hidden; 
}

.slider-video-icon::before {
  content: '';
  background-color: rgba(0,0,0,0.3);
  position:absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top:0;
  width: 100%;
  height: 100%;
}

.vidP {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000c7;
  z-index: 99999;
  padding: 50px;
  backdrop-filter: blur(3px);
  display: none;
  transition: display ease-in-out 200ms;
  -webkit-transition: display ease-in-out 200ms;
  -moz-transition: display ease-in-out 200ms;
}

.vidP .innerPop {
  max-width: 80%;
  max-height: 100%;
  position: absolute;
  background: #000;
  padding: 15px;
  top: 50%;
  left: 50%;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.vidP .innerPop .cls_btn {
  position: absolute;
  right: -15px;
  top: -15px;
}

.vidP .innerPop .cls_btn a {
  width: 40px;
  height: 40px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #333;
  border-radius: 100px;
}

.vidP .innerPop .videoWrap video {
  width: 100%;
  height: 100%;
}

.vidP .innerPop .videoWrap iframe {
  min-width: 70vw;
  min-height: 85vh;
}

.vidP.active {
  display: block;
  transition: display ease-in-out 200ms;
  -webkit-transition: display ease-in-out 200ms;
  -moz-transition: display ease-in-out 200ms;
}

.slider-video-icon a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 500%;
  position: absolute;
  color: #5a49f8;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-white 1s linear infinite;
  -webkit-transition: .5s;
  background: #fff;
  left: 0;
  right: 0;
  top: 42%;
  bottom: 0;
  text-align: center;
  margin: 0 auto;
}

.slider-video-icon .fa-play {     
  color: #f1502b;
  font-size: 25px;
  padding-top: 14px;
  padding-left: 7px; 
}

@-webkit-keyframes ripple-white {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
  }
  100% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
  }
}

@keyframes ripple-white {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
  }
  100% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
  }
}

.our-academy {
  background-color: #f5f5f5;
  padding: 50px 0;
}
.academy-advantage {
  border-radius: 25px;
    background-color: #9f4d1f;
    transition: 0.5s ease-in-out;
    color: #fff;
    text-align: left;
    min-height: 310px;
}
.academy-advantage:hover {
  background-color: #ee8d1a;
  transition: 0.5s ease-in-out;
  color: #000;
}
.academy-advantage h3 {
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 18px;
}

.mySwiper2 .swiper-pagination-bullet-active { background-color: #fff;}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  background-image: url(../images/foooterbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px 100px 0px;
}

.footer-links ul li a { color: #ccc; font-size: 0.9rem; width: 100%; margin: 3px 0px; display: inline-block;}
.footer-links ul li a:hover {
  color: #ee8d1a;
}
.copyright-text { color: #ccc; font-size: 0.9rem; }
address { font-style: normal; color: #ccc; font-size: 0.9rem; }

.soclia-media ul {
  float: right;
}
.soclia-media ul li {
  display: inline-block;
  padding: 0px 5px;
}
.soclia-media ul li a {
  font-size: 1rem;
  color: #ccc;
}
 
@media (max-width:767px){

.header {
        text-align:center;
    }
 
.stellarnav.light li a {
  color: #000000 !important;
}
.stellarnav.light a {
  color: #000000 !important;
}
.close-menu.half {
  position: relative;
  top: -23px;
}
.stellarnav .icon-close {
  right:10px;
}

}

.soclia-media .fa {
  background-color: #9f4d1f;
    border-radius: 25px;
    padding: 11px 13px;
    color: #fff;
}
.soclia-media .fa:hover {
  background-color: #f46f25;
    border-radius: 25px;
    padding: 11px 13px;
    color: #fff;
}
.footer address {
  display: flex;
}
.footer .fa-map-marker {
  font-size: 25px;
  margin-right: 13px;
  color: #f9730f;
}
.footer .fa-envelope, .footer .fa-volume-control-phone {
  color: #f9730f;
}


/*---------------------------------main-section-stop---------------------------------*/


@media(max-width:767px){

.stellarnav.light.left .menu-toggle { color: #000000 !important;}
.stellarnav.light.left .menu-toggle, .stellarnav.light.right .menu-toggle {
  color: #fff !important;
  float: right !important;
}
.stellarnav.light .menu-toggle span.bars span {
    background: #fff !important;
}

.stellarnav.light .join-us {
  background-color: #9f4d1f;
  border-radius: 0;
}

.stellarnav.light .join-us a {
  color: #fff !important;
  font-size: 16px;
}

.header-logo img {
  height: 30px;
}

.header-logo { margin-left: 15px;}

}


/************** About Section *****************/

/* .internal-title {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
} 
  */

.shadowmd {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
  }

.internal-title span {
  color: #9f4d1f;
}

.graybg {
  background-color: #f8f8f8;
}

.main-bg {
  background-image: url(../images/video-section-bg.png);
    background-color: #f8f8f8;
    background-position: center center;
}

.about-section h2 {
  font-size: 20px;
    color: #9f4d1f;
    line-height: 25px;
}

.about-section h2 span {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
}

/* ===== Scroll Reveal Animation ===== */
.reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: all 1s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* Slight zoom entrance */
.reveal-zoom {
    opacity: 0;
    transform: scale(0.9);
    transition: all 1s ease;
}

.reveal-zoom.active {
    opacity: 1;
    transform: scale(1);
}

/* ===== Animated Gradient Line ===== */
@keyframes gradientMove {
    0% { background-position: 0% }
    100% { background-position: 200% }
}

.gradient-line {
    height: 4px;
    background: linear-gradient(90deg, #f97316, #fb923c, #f97316);
    background-size: 200% auto;
    animation: gradientMove 3s linear infinite;
}

/* ===== Scroll To Top Button ===== */
#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 60;
    display: none;
}

/* ===== Floating WhatsApp ===== */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 60;
}


