@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family:  "Inter", sans-serif;                                                            
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-bottom: 15px;
}
.font-50 {
  font-size: 50px;
}
.font-40{
  font-size: 40px;
}
.ls-1{
  letter-spacing: 1px;
}
.p-60 {
    padding: 60px;
}
.text-gray{
  color: #666;
}
span{
  color: #7190FF;
}
.fs-12{
  font-size: 12px;
}

.title-text-white {
    font-size: 25px;
    color: white;
}

.section.banner-section.d-flex.align-items-center.justify-content-center.text-center.text-white {
  padding-top: 20px;
  padding-bottom: 20px;
}

/****Navbar css start****/
.navbar.scrolled {
  background-color: #1770a2 ;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.menu-logo img{
  width: 200px;
}
/*****Nabbar css end*****/

/*****Home page css start*****/
.banner-section {
  background-color: #0c0f1f; min-height: 100vh;
}
.book-seat {
    background: #1C5CFF;
    padding: 12px 40px;
    color: #fff;
    box-shadow: 0 3px 12px 0 rgba(74, 58, 255, .18);
}
.book-seat-blue{
    background: #1C5CFF;
    padding: 12px 40px;
    color: #fff;
}
.book-seat-blue:hover{
  background-color: transparent;
  border: 1px solid #fff;
}
.card h5.card-title {
    color: #333;
}
.learn-box{                             
    transition: all 0.3s ease;
} 
.learn-box:hover{
  transform: translateY(-5px);
}                                                                                   
.learn-box img {
    height: 60px;
}
.ph-item{
  transition: all 0.3s ease-in-out;
}
.ph-item:hover{
  border: 1px solid #fff;
    box-shadow: 0 5px 17px 0 rgba(0, 0, 0, .15);
}
.about-the-company{
  background-image: url('../images/bg.jpg');
  padding: 100px 0;
}
/*****Home page css end*****/

/*Footer section css*/
section.office-location {
    background: #f9f9f9;
    padding: 140px 0 70px 0;
}
.g_container {
    background: #fdfdfd;
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
}
.og_growth_btm .g_container .g_detail {
    padding: 30px 0;
}
.og_growth.og_growth_btm .col1 {
    width: 20%;
}
.g_container .col1{
  position: relative;
  text-align: center;
}
.og_growth .col1:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 180px;
    background: #f4f4f4;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.g_container .g_detail>span {
    display: block;
    position: relative;
    z-index: 1;
    transition: .3s ease-in-out;
}
.og_growth.og_growth_btm .g_container {
    box-shadow: rgb(255 255 255 / 10%) 24px 26px 0, rgb(16 17 10 / 5%) 24px 37px 42px;
    top: 64px;
    z-index: 999;
}
.og_growth.og_growth_btm .g_container .g_detail>span:before {
    left: 85px;
}
.g_container .g_detail>span:before {
    content: "";
    position: absolute;
    background: #f0f6f9;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    z-index: -1;
    top: -10px;
    left: 10px;
    transition: .3s ease-in-out;
}
.g_detail img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    transition: .3s ease-in-out;
}
.og_growth .col1 .g_detail p.heading-title {
    font-weight: 600;
    color: #474848;
    font-size: 22px;
    margin-top: 10px;
    opacity: 1;
    overflow: visible;
    padding: 0;
    max-height: none;
}
.g_container .g_detail p {
    padding-top: 10px;
    opacity: 0;
    font-size: 12px;
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
    margin-bottom: 0;
}
.og_growth .col1:hover {
    border-radius: 15px;
    box-shadow: -2px 3px 30px rgb(0 0 0 / 15%);
    transform: scale(1.2);
    transition: .25s ease-in;
    border: 0;
    background: #fff;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    transform: none;
}
.og_growth .col1:hover .g_detail p.heading-title {
    font-weight: 700;
    color: #046091;
}
.g_container .g_detail:hover p {
    opacity: 1;
    max-height: 300px;
}
.og_growth .col1:hover p {
    color: rgb(120 120 120);
}

.footer-top-new.flxrow {
    display: flex;
    align-items: center;
    margin-top: 100px;
}
.border-div {
    width: 100%;
    height: 2px;
    background: #f0f0f0;
}
.f_box-data {
    margin: 0 15px;
    text-align: right;
    min-width: 320px;
    display: flex;
    flex-direction: row-reverse;
    border-radius: 100px;
    padding: 11px;
    align-items: center;
    box-shadow: rgb(255 255 255 / 10%) 24px 26px 0, rgb(16 17 10 / 5%) 24px 37px 42px;
    background: #fff;
}

.f_box-data {
    text-align: left;
    flex-direction: inherit;
}
.f_box-data i {
    padding: 0 17px 0 0;
}
.f_box-data .f_box-inner {
    font-size: 18px;
    text-transform: uppercase;
    color: #14517c;
    font-family: poppins, sans-serif;
    font-weight: 600;
}
.f_box-data .f_box-inner span {
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
    color: #666;
    display: block;
}
.f_box-inner a {
    text-decoration: none;
    font-weight: 700 !important;
}

.footer-contact-form{
  background-image: url('../images/Contact-Form.jpg');
}
.text-md-end a i, .copy-right a{
    color: #337ab7;
}



/*media query*/
@media(min-width: 1400px){
  .banner-section{
    min-height: 600px;
  }
  img.object-fit-cover {
      height: 700px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1250px) {
    .og_growth_btm .g_container {
        width: 800px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
    .og_growth .g_container {
        flex-wrap: wrap;
    }
    .og_growth .col1, .og_growth.og_growth_btm .col1{
      width: 32%;
    }
}
@media(max-width: 1200px){
  .p-60{
    padding: 50px;
  }
}
@media(max-width: 991px){
  button.navbar-toggler{
    background-color: #fff;
  }
  .font-40{
    font-size: 30px;
  }
  h1 br{
    display: none;
  }
  
}

@media(max-width: 767px){
  .font-50 {
    font-size: 32px;
  }
  .font-40 {
    font-size: 28px;
  }
  .traning-content.p-60 {
    padding: 50px 0;
  }

  /* Footer section css */
  .og_growth.og_growth_btm .col1 {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .og_growth .g_container {
    width: 95%;
    flex-wrap: wrap;
    position: static;
    margin: 0 auto;
  }
  .g_container .g_detail>span{
    width: 80px;
    margin: 0 auto;
  }
  .og_growth.og_growth_btm .g_container .g_detail>span:before {
    left: 15px;
  }
  .g_container .g_detail p {
    opacity: 1;
    max-height: 300px;
    font-size: 14px;
  }
  .og_growth .col1:hover{
    transform: none ;
  }
}


.top-header-section{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}






@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;800&display=swap");

:root {
  --bg: #000000;
  --clr-1: #00c2ff;
  --clr-2: #33ff8c;
  --clr-3: #ffc640;
  --clr-4: #e54cff;

  --blur: 1rem;
  --fs: clamp(3rem, 8vw, 7rem);
  --ls: clamp(-1.75px, -0.25vw, -3.5px);
}



*,
*::before,
*::after {
  font-family: inherit;
  box-sizing: border-box;
}

.content {
  text-align: center;
}

.title {
  font-size: var(--fs);
  font-weight: 800;
  
  position: relative;
  overflow: hidden;
  
  margin: 0;
}



.aurora {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  mix-blend-mode: darken;
  pointer-events: none;
}

.aurora__item {
  overflow: hidden;
  position: absolute;
  width: 60vw;
  height: 60vw;
  background-color: var(--clr-1);
  border-radius: 37% 29% 27% 27% / 28% 25% 41% 37%;
  filter: blur(var(--blur));
  mix-blend-mode: overlay;
}

.aurora__item:nth-of-type(1) {
  top: -50%;
  animation: aurora-border 6s ease-in-out infinite,
    aurora-1 12s ease-in-out infinite alternate;
}

.aurora__item:nth-of-type(2) {
  background-color: var(--clr-3);
  right: 0;
  top: 0;
  animation: aurora-border 6s ease-in-out infinite,
    aurora-2 12s ease-in-out infinite alternate;
}

.aurora__item:nth-of-type(3) {
  background-color: var(--clr-2);
  left: 0;
  bottom: 0;
  animation: aurora-border 6s ease-in-out infinite,
    aurora-3 8s ease-in-out infinite alternate;
}

.aurora__item:nth-of-type(4) {
  background-color: var(--clr-4);
  right: 0;
  bottom: -50%;
  animation: aurora-border 6s ease-in-out infinite,
    aurora-4 24s ease-in-out infinite alternate;
}

@keyframes aurora-1 {
  0% {
    top: 0;
    right: 0;
  }

  50% {
    top: 100%;
    right: 75%;
  }

  75% {
    top: 100%;
    right: 25%;
  }

  100% {
    top: 0;
    right: 0;
  }
}

@keyframes aurora-2 {
  0% {
    top: -50%;
    left: 0%;
  }

  60% {
    top: 100%;
    left: 75%;
  }

  85% {
    top: 100%;
    left: 25%;
  }

  100% {
    top: -50%;
    left: 0%;
  }
}

@keyframes aurora-3 {
  0% {
    bottom: 0;
    left: 0;
  }

  40% {
    bottom: 100%;
    left: 75%;
  }

  65% {
    bottom: 40%;
    left: 50%;
  }

  100% {
    bottom: 0;
    left: 0;
  }
}

@keyframes aurora-4 {
  0% {
    bottom: -50%;
    right: 0;
  }

  50% {
    bottom: 0%;
    right: 40%;
  }

  90% {
    bottom: 50%;
    right: 25%;
  }

  100% {
    bottom: -50%;
    right: 0;
  }
}

@keyframes aurora-border {
  0% {
    border-radius: 37% 29% 27% 27% / 28% 25% 41% 37%;
  }

  25% {
    border-radius: 47% 29% 39% 49% / 61% 19% 66% 26%;
  }

  50% {
    border-radius: 57% 23% 47% 72% / 63% 17% 66% 33%;
  }

  75% {
    border-radius: 28% 49% 29% 100% / 93% 20% 64% 25%;
  }

  100% {
    border-radius: 37% 29% 27% 27% / 28% 25% 41% 37%;
  }
}



