@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,900');
body{
    font-family: poppins;
    width: 100%;
    overflow-x: none;
}
.navbar-container a{
    color: black;
    text-decoration: none;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
}
.header-navbar-section-container{
    background-color: white;
    max-height: 100px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.logo-para{
    color: #13d0e7;
}
.logo-sitename-container{
    display: flex;
}
.logo-sitename-container img{
    height: 80px;
}
.logo-sitename-container p{
    font-size: 25px;
    font-family: Tiro Devanagari Sanskrit;
    margin-left: -2%;
    margin-top: 24px;
  }
.navbar-container{
    display: flex;
}
.navbar-container p{
    padding-right: 35px;
    font-size: 18px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.nav-item.dropdown:hover .dropdown-content {
    display: block;
}
.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 99%;
    background-image: linear-gradient(to right, #00295cf5, #c4c4c456);
}
.about-home-image{
    width: 100%;
}
.about-home-page{
    position: relative;
}
.about-home-page-content{
    position: absolute;
    top: 10%;
    left: 5%;
    width: 60%;
    color: white;
}
.about-home-page-content p{
    font-size: 21px;
    line-height: 37px;
}
.about-home-page-content h1{
    font-size: 41px;
    margin: 0;
}
.blue-line1{
    background-color: #13d0e7;
    height: 5px;
    width: 10px;
    border-radius: 10px;
    margin-right:5px;
}
.blue-line2{
    background-color: #13d0e7;
    height: 5px;
    width: 40px;
    border-radius: 10px;
}
.blue-line{
    display: flex;
    margin-top:-15px;
}
.about-process-section{
    background-color: #F8F8F8;
    padding-top: 20px;
}
.about-process-heading{
    color: #13d0e7;
    text-align: center;
    margin: 0;
    font-weight: 500;
    font-size: 48px;
}
.about-small-images{
    height: 80px;
    width: 80px;
}
.flex-white{
    display: flex;
    width: 180px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-white{
    background-color: white;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.small-images{
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    width: 300px;
    margin: 20px;
    text-align: center;
    justify-content: center;
    margin-bottom: 50px;
    justify-content: space-around;
}
.about-journey-heading{
    color: #0D0D3F;
}
.about-journey-para{
    color: #676767;
    line-height: 36px;
    font-size: 21px;
}
.about-process-flex{
    display: flex;
    justify-content: center;
}
.about-middle-process{
    text-align: center;
    width: 600px;
}
.flexing-middle{
    display: flex;
    justify-content: space-between;
}
.working-section{
    position: relative;
}
.working-overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #04276cc0, #0790b2cc);
}
.working-para{
    color: white;
}
.position-working{
    position: absolute;
    top: 0;
    left: 6%;
    color: white;
}
.position-working h1{
    font-size: 24px;
}
.working-images1{
    height: 100px;
    width: 100px;
}
.working-images-white{
    background-color: white;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding: 20px;
}
.working-images{
    display: flex;
}
.content-container{
    margin: 0;
}
.flex-working-images{
    display: flex;
    justify-content: space-between;
}
.working-image{
    width: 100%;
}
.working-group-image{
    margin-top: 50px;
}
.para{
    font-size: 16px;
}
.para-head{
    font-size: 20px;
    font-weight: bold;
}
.working-section1{
    width: 50%;
}
.footer-p{
    font-size: 15px !important;
}
.footer-background{
    background-color: #00022d;
    background-size: cover;
}
.footer-section{
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    max-width: 100%;
    padding-left: 50px;
}
.footer-section a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}
.footer-logo-flex{
    display: flex;
}
.footer1{
    width: 300px;
}
.footer1 p{
    font-size: 15px !important;
}
.footer-section h1{
    font-size: 15px;
}
.para-footer{
    font-size: 15px;
    font-weight: 300 !important;
}

.footer-logo-para{
    color: #13d0e7;
    font-size: 15px;
}
.blue-small-lines-related{
    display: flex;
    margin-left: -475px;
}
.footer-blue-line-1{
    background-color: #13d0e7;
    height: 5px;
    width: 10px;
    border-radius: 10px;
    margin-right: 3px;
}
.footer-blue-line-2{
    background-color: #13d0e7;
    height: 5px;
    width: 30px;
    border-radius: 10px;
}
.footer-blue-line{
    display: flex;
}
.terms h1{
    color: rgb(0, 0, 0);
    font-size: 15px;
    background-color: white;
    margin: 20px;
    padding: 10px;
    border-radius: 10px;
}
.terms a{
    text-decoration: none;
}
.terms{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.fa {
    text-align: center;
    text-decoration: none;

  }
  
  .fa:hover {
      opacity: 0.7;
  }
  
  .fa-facebook {
    background: #00CDE5;
    color: white;
  }
  .fa1{
    padding: 20px;
    font-size: 15px;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    text-align: center;
    margin: 5px 2px;
  }
  .fa-twitter {
    background: #00CDE5;
    color: white;
  }
  .fa-instagram {
    background: #00CDE5;
    color: white;
  }
  .fa-youtube-play {
    background: #00CDE5;
    color: white;
  }
  .whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
}
.nav-link {
    color: black; /* Change this to the desired default color */
}


.active {
    color: #00CDE5;
}
.nav-link:selected{
    color:#00CDE5 ;
}
.about-process-section2{
    display: none;
}



.nav-mobile{
    background-color: #00CDE5;
    height: 2px;
    width: 30px;
    margin: 5px;
}
.mobile-drop-down a{
    text-decoration: none;
    color: white;
}
.mobile-drop-down p{
    font-size: 13px;
}
.mobile-drop-down{
    background-color: #00CDE5;
    text-align: end;
    padding: 20px;
    display: none;
    position: fixed;
    z-index: 4;
    right: 0%;
    height: 100vh;
}
.navbar-container-mobile{
    display: none;
}
.about-process-section{
    display: block;
}


@media screen and (max-width:1100px){
    .logo-sitename-container img{
      height: 50px;
    }
    .logo-sitename-container p{
      font-size: 18px;
      font-family: Tiro Devanagari Sanskrit;
      margin-left: -2%;
      margin-top: 15px;
    }
    .about-process-section2{
        display: block;
    }
    .about-process-section{
        display: none;
    }
    .about-process-flex2{
        flex-direction: column;
    }
    .small-images2{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .about-small-images2{
        height: 50px;
        width: 50px;
    }
    .flex-white2{
        width: 120px;
        font-size: 10px;
        margin: 15px;
    }
    .about-middle-process2{
        width: 100%;
        
    }
    .about-journey-heading2{
        font-size: 20px;
    }
    .about-journey-para2{
        font-size: 15px;
        width: 90%;
    }
    .working-para{
        font-size: 12px;
    }
    .working-section1 h1{
        font-size: 10px;
        margin: 0;
    }
    .working-section1{
        width: 100%;
    }
    .working-images1{
        height: 30px;
        width: 50px;
    }
    .working-images-white{
        background-color: white;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        padding: 10px;
    }
    .para-head{
        margin-top: 0;
        margin-bottom: 0;
        font-size:10px;
    }
    .para{
        font-size: 10px;
        margin-top: 0;
    }
    .working-group-image{
        height: 200px;
    }
    .navbar-container{
        display: none;
    }
    .working-image{
        height: 600px;
    }
    .flex-working-images{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .about-home-page-content h1{
        font-size: 13px;
    }
    .about-para{
        font-size: 8px !important;
        line-height: 15px !important;
        margin-top: 0%;
    }
    .about-home-page-content{
        width: 80%;
    }
    .about-process-heading{
        font-size: 20px;
    }
    .blue-line{
        margin-bottom: 0px;
    }
    .navbar-container-mobile{
        display: block;
    }
}

.copy-right{
    text-align: center;
    font-size: 18px;
    color: white;
    padding-bottom: 20px;
}
.hrs{
    color: rgb(214, 24, 24);
    width: 60%;
    text-align: center;
}