*{
    margin: 0;
    padding: 0;
    font-family: 'Space Grotesk', sans-serif;
    box-sizing: border-box;
}


body{
    background-color: rgb(14, 12, 12);
    color: #fff;
}

header{
    min-height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-left: 30px;
    padding-right: 30px; 
    background-image: linear-gradient(rgba(4,9,30,0.3), rgba(4,9,30,0.3)),
    url(mypics/WhatsApp\ Image\ 2024-02-21\ at\ 11.36.39\ AM3.jpg);
    
}



li{
    list-style: none;
}

a{
    text-decoration: none;
    font-size: 17px;
    color: white;
}

a:hover{
    color: orange;
    outline: #fff;
}

.navbar{
    margin-top: 50px;
    width: 100%;
    height: 80px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .logo img{
    margin-top: 20px    ;
    width: 23%;
    position: relative;
}

.navbar .links{
    display: flex;
    gap: 2rem;
    padding-left: 450px;
    margin-right: 30px;
}

.navbar .toggle_btn {
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
}

@media (max-width: 1100px) {
    .navbar .logo img{
        width: 8%;
        position: relative;
    }
}


.action-btn{
    background-color: orange;
    padding: 7px 15px 7px 15px;
    border-radius: 40px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    transition: scale 0.2 ease;
}

.action-btn:hover{
    scale: 1.05;
    color: #fff;
}

.action-btn:active{
    scale: 0.95;
}

.dropdown-menu{
    display: none;
    position: absolute;
    right: 2rem;
    top: 55px;
    height: 0;
    width: 300px;
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(15px);
    border-radius: 15px;
    overflow: hidden;
    transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dropdown-menu.open{
    height: 240px;
}

.dropdown-menu li{
    padding: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-menu .action-btn{
    width: 100%;
    display: flex;
    justify-content: center;
}

@media (max-width: 1100px) {
    .navbar .links,
    .navbar .action-btn{
        display: none;
    }

    .navbar .toggle_btn{
        display: block;
    }

    .dropdown-menu{
        display: block;
    }
}

@media (max-width: 576px){
    .dropdown-menu{
        left: 2rem;
        width: unset;
    }
}


section#hero{
    height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#hero h1{
    padding-top: 80px;
    font-size: 3.5rem;
}


@media (max-width: 830px) {
    #hero h1{
        font-size: 1.539rem;
    }

    #hero .hero-sec{
        color: white;
        font-size: 14px;
    }
}

#hero h1 .hero-sec{
    padding-top: 50px;
    
}

#hero p{
    color: white;
    font-size: 15.5px;
}

.home-about-sec{
    padding-top: 50px;
    padding-left: 90px;
    padding-right: 90px;
    text-align: left;
    padding-bottom: 20px;
}

.home-about-sec h2{
    font-size: 35px;
    padding-bottom: 20px;
}

.home-about-sec p{
    padding-bottom: 25px;
}


@media (max-width: 700px){
    .home-about-sec{
        font-size: 15px;
        text-align: center;
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 20px;
    }

    .home-about-sec h2{
        font-size: 25px;
        padding-bottom: 20px;
    }
}


.insights-container{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      align-items: center;
      background-blend-mode: darken;      
}

@media (max-width: 800px) {
    .insights-container{
        grid-template-columns: 1fr 1fr;
    }
}


.insights-container img{
    filter:grayscale(100%);
    opacity: 0.8;
    margin: 0;
    transition: 400ms ease-in-out;
}


.insights-container img:hover{
    filter: initial;
    transform-style: flat;
    scale: 1.011;
}


@media (max-width: 585px) {
    .insights-container{
        grid-template-columns: 1fr;
    }
}

.insights-container img{
    width: 100%;
}


.about-sec{
    padding-left: 50px;
    padding-right: 50px;
}

.insights-sec{
    width: 100%;
    background-color: white;
    color: black;
    text-align: center;
    padding-top: 60px;
    font-size: 35px;
    padding-bottom: 60px;
    margin-top: 50px;
}

.insights-sec-schol{
    width: 100%;
    background-color: white;
    color: black;
    text-align: center;
    padding-top: 60px;
    font-size: 33px;
    padding-bottom: 60px;
    margin-top: 50px;
}


.about-header{
    min-height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.5), rgba(4,9,30,0.5)),
    url(mypics/WhatsApp\ Image\ 2024-02-21\ at\ 11.36.39\ AM3A.jpg);
    background-position: center;
    background-size: initial;
    position: relative;
    padding-left: 30px;
    padding-right: 30px; 
}

.about-header .abt-text{
    text-align: center;
    color: #fff;
    padding-top: 100px;
    font-size: 50px;
}

.about-sec p{
    margin-top: 50px;
    margin-bottom: 50px;
}


@media (max-width: 700px){
    .about-sec p{
        font-size: 13.7px;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }
    .about-header .abt-text{
        font-size: 35px;
    }

    .insights-sec{
        font-size: 17px;
        padding-bottom: 40px;
        padding-top: 40px;

    }

    .insights-sec-schol{
      background-color: white;
      color: black;
      text-align: center;
      padding-top: 30px;
      font-size: 1px;
      padding-bottom: 30px;
      margin-top: 50px;
  }
}

.mytimeline{
    position: relative;
    max-width: 1200px;
    margin: 100px auto;
}

.mycontainer{
    padding: 10px 50px;
    position: relative;
    width: 50%;
    margin-bottom: 50px;
}

.mytextbox{
    padding: 20px 30px;
    background: white;
    border-radius: 6px;
    font-size: 15px;
    color: black;
}

.myleft-container{
    left: 0;
}

.myright-container{
    left: 50%;
}

.mycontainer img{
    position: absolute;
    width: 40px;
    border-radius: 50%;
    right: -20px;
    top: 32px;
    z-index: 10;
}

.myright-container img{
    left: -20px;
}

.mytimeline::after{
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background: white;
    top: 0;
    left: 50%;
    margin-left: -3px;
    z-index: -1;
}


.mytextbox h2{
    font-weight: 600;
}

.mytextbox small{
    display: inline-block;
    margin-bottom: 16px;
}


@media screen and (max-width: 600px) {
    .mytimeline{
        margin: 50px auto;
    }

    .mytimeline::after{
        left: 31px;
    }

    .mycontainer{
        width: 100%;
        padding-left: 80px;
        padding-right: 25px;
    }

    .mytextbox{
        font-size: 13px;
    }
    
    .mytextbox small{
        margin-bottom: 10px;
    }

    .myright-container{
        left: 0;
    }

    .myleft-container img, .myright-container img{
        left: 10px;
    }

    .myleft-container-arrow, .myright-container-arrow{
        border-right: 15px solid white;
        border-left: 0;
        left: -15px;
    }
}


.Contact-header{
    min-height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.5), rgba(4,9,30,0.5)),
    url(mypics/WhatsApp\ Image\ 2024-02-21\ at\ 1.26.48\ PM.jpeg.jpg);
    background-position:unset;
    position: relative;
    padding-left: 30px;
    padding-right: 30px; 
    filter:grayscale(100%);
}


.Contact-header .abt-text-con{
    text-align: center;
    color: #fff;
    padding-top: 100px;
    font-size: 50px;
}


.btn{
    display: flex;
    align-items: center;
    justify-content: center;
}



.contact-section-page{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.name-sec{
    width: 450px;
    height: 50px;
    border: none;
    margin-top: 15px;
    background-color: rgb(17, 16, 16);
    color: white;
    padding-left: 50px;
    border-radius: 10px;
    outline: white dashed 0.5px;
}


.name-sec::placeholder{
    color: white;
}

.text-writ{
    padding-top: 35px;
    font-size: 18px;
}

.text-area{
    background-color: #252525;
    color: white;
    margin-top: 50px;
    padding-left: 15px;
    font-size: 18px;
    border-radius: 15px;
}

.text-area::placeholder{
    text-align: center;
    font-size: 20px;
    color: white;
    padding-top: 10px;
}


@media (max-width: 700px) {
    .contact-section-page .name-sec{
        width: 330px;
    }

    .contact-section-page{
        padding-left: 100px;
        padding-right: 100px;
    }

    .text-area{
        color: blue;
        display: none;
}

    .text-writ{
        font-size: medium;
        text-align: center;
        padding-bottom: 15px;
    }


    .btn button{
        padding: 7px 10px;
        font-size: medium;
    }

    .Contact-header .abt-text-con{
        font-size: 35px;
    }
}


.Services-header{
    min-height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.5), rgba(4,9,30,0.5)),
    url(top\ side.jpeg);
    background-position:center;
    position: relative;
    padding-left: 30px;
    padding-right: 30px; 
}

@media (max-width: 760px) {
    .Services-header{
        background-position: left;
    }

    .Services-header .abt-text-con {
        opacity: 1;
    }
}

.Services-header .abt-text-con{
    text-align: center;
    color: #fff;
    padding-top: 130px;
    font-size: 40px;
}
 .p{
    margin-top: 70px;
    margin-bottom: 100px;
    font-size: 20px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
}

@media (max-width: 700px) {
    .p{
        padding-left: 30px;
        padding-right: 30px;
        font-size: 0.85rem;
    }
}


.edu-sec{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
    
}

.edu-text{
    padding-left: 30px;
    width: 52%;
    background-color: whitesmoke;
    color: black;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 15px;
}

.img-agg{
    width: 30vh;
    margin-right: 15px;
}

.img-upsa{
    width: 30vh;
}

.img-tech{
    width: 21vh;
    margin-right: 60px;
}


.img-bedmo{
    width: 26vh;
    margin-right: 40px;
}


@media (max-width: 700px) {
    .edu-sec{
        flex-direction: column;
        font-size: 13px;
        text-align: center;
    }

    .edu-text{
        padding-left: 20px;
        padding-right: 20px;
        width: 80%;
    }

    .img-tech, .img-agg, .img-upsa{
        margin-bottom : 10px;
        margin-right: 0px;
        width: 25vh;
    }

    .img-tech{
        width: 18vh;
    }

    .img-bedmo{
        margin-left: 35px;
    }


    .insights-sec-schol{
        font-size: 17px;
    }
}


footer{
    width: 100%;
    background-color: rgb(19, 17, 17);
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
    outline: rgb(32, 32, 32) solid 1px;
}

footer h3{
    font-size: 25px;
    margin-bottom: 10px;
}

footer p{
    margin-bottom: 15px;
}

.footer-icons a{
    font-size: 25px;
    margin-right: 18px;
}

.footer-don{
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #252525;
}

@media (max-width: 800px) {
    footer{
        font-size: 13px;
        margin-right: 35px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }

    .footer-icons a{
        font-size: 18px;
        margin-left: 10px;
    }

    .footer-don{
        font-size: 12px;
    }
}

  .phonee{
    font-size: 1.5rem;
    margin-right: 20px;
  }


  .all-service-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 15px;
    margin-top: 50px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .service-container{
    display: flex;
    flex-direction: column;    
    text-align: center;
  }

  .service-container p{
    font-size: 1.2rem;
    font-weight: bold;
  }

  .service-container img{
    width: 100%;
    border-radius: 5%;
  }


  .service-container p{
    margin-bottom: 10px;
  }


  @media (max-width: 1090px) {
    .all-service-container{
        grid-template-columns: 1fr 1fr;
        
    }

    .service-container img{
        width: 80%;
      }

      .service-container{
        align-items: center;
        margin-top: 60px;
    }
  }


  @media (max-width: 790px) {
    .all-service-container{
        grid-template-columns: 1fr;
    }

    .service-container{
        align-items: center;
        margin-top: 50px;
    }

    .service-container img{
        width: 85%;
      }

      .service-container p{
        margin-bottom: 12px;
      }
  }



  .slider-sec{
    width: 100%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
  }

  .swiper{
    width: calc(100% - 7%);
    height: calc(100vh - 4rem);
    border-radius: 8px;
  }

  .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .pagination_{
    display: none;
  }

  .spanfooter{
    color: black;
    margin-bottom: 150px;
  }

  .kud-secc{
    margin-top: 50px;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 45px;
    color: black;
    background-color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
  }

  @media (max-width: 790px) {
    .kud-secc{
      font-size: 1.5rem;
      display: block;
      margin-bottom: 90px;
    }

    .spanfooter{
      color: black;
      margin-bottom: 150px;
    }
  }

  @media (max-width: 650px){
    .slider-sec{
      height: 50vh;
    }

    .kud-secc{
        font-size: 2.2rem;
      } 
  }


  @media (max-width: 680px) {
    .kud-secc{
      margin-bottom: 70px;
    }
  }

  @media (max-width: 624px) {
    .kud-secc{
      margin-bottom: 0px;
      font-size: 1.8rem;
    }

    @media (max-width: 420px) {
        .kud-secc{
          margin-bottom: 0px;
          font-size: 1.5rem;
          padding-top: 30px;
          padding-bottom: 30px;
        }

        .slider-sec{
            height: 40vh;
        }
  }

  .container {
     width: 80%;
     margin: 50px auto;
  }

  .contact-box{
    background-color: #FAFAFA;
    display: flex;
    color: black;
  }

  .contact-left{
    flex-basis: 60%;
    padding: 40px 60px;
  }

  .contact-right{
    flex-basis: 40%;
    padding: 40px;
    background-color: #252525;
  }

  h1{
    margin-bottom: 10px;
  }

  .container p{
    margin-bottom: 40px;
  }

  .input-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .input-row .input-group{
    flex-basis: 45%;
  }

  input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    padding-bottom: 5px;
  }

  textarea{
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    box-sizing: border-box;
  }

  label{
    margin-bottom: 6px;
    display: block;
  }


  button {
    font-size: 1rem;
    color: #FAFAFA;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid #FAFAFA;
    background: #252525;
    box-shadow: 3px 3px #272424;
    cursor: pointer;
    margin: 35px 0;
  }
  
  button:active {
    box-shadow: none;
    transform: translate(3px, 3px);
  }
  }

  .container {
    width: 80%;
    margin: 50px auto;
    
 }

 .contact-box{
   background-color: #FAFAFA;
   display: flex;
   color: black;
 }

 .contact-left{
   flex-basis: 60%;
   padding: 40px 60px;
 }

 .contact-right{
   flex-basis: 40%;
   padding: 40px;
   background-color: #252525;
 }

 h1{
   margin-bottom: 10px;
 }

 .container p{
   margin-bottom: 40px;
 }

 .input-row{
   display: flex;
   justify-content: space-between;
   margin-bottom: 20px;
 }

 .input-row .input-group{
   flex-basis: 45%;
 }

 .contact-left h3{
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
 }

 input{
   width: 100%;
   border: none;
   border-bottom: 1px solid #ccc;
   outline: none;
   padding-bottom: 5px;
 }

 textarea{
   width: 100%;
   border: 1px solid #ccc;
   outline: none;
   box-sizing: border-box;
 }

 label{
   margin-bottom: 6px;
   display: block;
 }


 button {
   font-size: 1rem;
   color: #FAFAFA;
   text-transform: uppercase;
   padding: 10px 20px;
   border-radius: 10px;
   border: 2px solid #FAFAFA;
   background: #252525;
   box-shadow: 3px 3px #272424;
   cursor: pointer;
   margin: 35px 0;
 }
 
 button:active {
   box-shadow: none;
   transform: translate(3px, 3px);
 }



 .contact-right{
   color: #FAFAFA;
 }

 .contact-right h3{
   font-weight: 600;
   margin-bottom: 30px;
 }

 tr td{
   padding-top: 20px;
 }

 tr td:first-child{
   padding-right: 30px;
 }

 @media (max-width:964px) {
   .contact-box{
     flex-direction: column;
   }
   
   .contact-left{
     flex-basis: 10%;
   }

   tr td:first-child{
     padding-right: 10px;
   }

   .input-row{
     display: flex;
     flex-direction: column;
     margin-bottom: 10px;
   }

   .input-group{
     margin-bottom: 25px;
   }

   .container {
    width: 91.5%;
    margin: 50px auto;
 }

 .container h1{
    font-size: 1.5rem;
    text-align: center;
 }

 .container p{
    font-size: 0.9rem;
    text-align: center;
 }

 .contact-left h3{
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
 }
 }