*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    
}
html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden; /* Prevent horizontal scroll */
  }

body{
    font-family: 'Gilroy', sans-serif !important;
    overflow-x: hidden;
}

h2{
    font-family: 'Gilroy', sans-serif !important;
}

/*navbar*/

nav{
    background: #fff;
    height: 80px;
    width: 100%;
    font-weight: bold;
    height: 12vh;
}

.content-wrapper{
    height: 88vh;
    overflow: auto;
    width: 100%;
}

.logo{
    width: auto;
    line-height: 80px;
    margin-left: 40px;
    margin-top: 10px
}

nav ul{
    float: right;
    margin-right: 17px;
}

nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}

nav .btn{
    display: inline-block;
    font-weight: bold;
    width: 100px;
    height: 40px;
    font-size: 17px;
}

.btn-outline-danger {
        display: inline-block;
        font-weight: bold;
        width: 100px;
        height: 40px;
        font-size: 17px;
        background-color: rgb(189, 56, 118); /* Set background color to black */
        color: white; /* Set text color to white */
        border: 1px solid white; /* Optional: Set border color to white */
}

nav ul li a{
    color: black;
    font-size: 20px;
    padding: 0 10px;
    text-decoration: none;
}

a.active,a:hover{
    background: none;
    transition: .5s;
}

.checkbtn{
    font-size: 30px;
    color: black;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check{
    display: none;
}

/* Home page */
.autoContainer, .container, .container1, .container2 {
    width: 100%;
    max-width: 1200px; /* Adjust to your desired maximum width */
    margin: 0 auto;
    padding: 20px;
  }
  
  .container3{
    width: 100vw;
    display: inline-flex;
    /* width: 90%; */
    margin: 0 auto;
    padding: 10px 20px;
    justify-content: center;
  }
  

  .image-section img, .PIKE-image img, .school-image img, .SFL-image img {
    width: 100%;
    height: auto;
  }
  
  

.secPadd {
    background-image: url(images/Banner1212.jpg) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.autoContainer {
    width: 90%;
    max-width: 1500px;
    padding: 0 30px;
    margin: auto;
}

.homeBannerMain .homeBannerContent {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 50px;
    align-items: center;
}

.homeBannerMain .textContent .title {
    font-size: 60px;
    font-weight: lighter;
    line-height: 1.25;
    margin-bottom: 15px;
    margin-left: 52px;
}

.homeBannerMain .textContent .subtitle {
    display: inline-block;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    padding: 5px 15px;
    color: #c43b28;
    margin-left: 40px;
}

.homeBannerMain .textContent .btnGrp {
    margin-top: 180px;
}

.homeBannerMain .imgContent img {
    width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}

.btnGrp img{
    width: 10%;
    margin-top: -250px;
    margin-left: 50px;
}

/* About US */
/* Ensure full-width for the title container */
.title {
    width: 100%;
    max-width: 100%; /* Allow the container to extend to full width */
    margin: 0 auto; /* Center the container, if needed */
    padding: 0; /* Remove default padding, if any */
    box-sizing: border-box; /* Include padding and border in element's total width */
  }
  
  /* Ensure the paragraph takes full width and has no extra margin */
  .title p {
    width: 100%;
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
    box-sizing: border-box; /* Include padding and border in element's total width */
  }
  
  /* Optionally, if you want to center the text within the container */
  .title p {
    text-align: left; /* Align text to left, or center if preferred */
  }
  

.section{
    width: 100%;
    /*min-height: 80vh! important;*/
    background-color: #3C0A44;
}
.container{
    width: 70%;
    display: block;
    margin: auto;
    padding-top: 100px;
}
.content-section{
    float: left;
    width: 55%;
}
.image-section{
    float: right;
    width: 40%;
}
.image-section img{
    width: 70%;
    height: auto;
    margin-left: 150px;
}
.content-section .title h4{
    font-size: 20px;
    margin-top: 20px;
    color: #fff;
}
.content-section .title h2{
    font-family: 'Gilroy', sans-serif !important;
    font-size: 36px;
    font-weight: lighter;
    color: #fff;
    margin-top: 10px;
}
.content-section .title h3{
    font-size: 35px;
    font-weight: bold;
    color: #141b3c;
}
.content-section .title p{
    font-size: 22px963;
    color: #fff;
    text-align: justify;
    word-spacing: 6px;
    margin-top: 30px;
}

/* Our Solution */

.cont{
    background-image: url(/images/Asset\ 62.png);
    background-size: contain;
    padding: 15px 9%;
    padding-bottom: 100px;
}

.cont .heading{
    text-align: center;
    padding-bottom: 15px;
    font-size: 30px;
}

.cont h1{
    text-align: center;
    font-size: 40px;
    font-weight: lighter;
}

.cont h2{
    font-family: 'Gilroy', sans-serif !important;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #141b3c;
}

.cont .box-container{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 15px;
}

.cont .box-container .box{
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-radius: 5px;
    background: #fff;
    text-align: center;
    padding: 30px 20px;
}

.cont .box-container .box img{
    height: 100px;
}

/* Fourth */
.forth {
    display: flex; /* This will align children side by side */
    justify-content: center; /* Center the images horizontally within the container */
    gap: 20px; /* Optional: Add spacing between images */
}

.forth img {
    width: 70%; /* Set the width of images to 70% of their container */
    height: auto; /* Maintain the aspect ratio of images */
}

#house1{
    float: left;
}

#house2{
    margin-left: -200px;
}

.fifth {
    display: flex; /* This will align children side by side */
    justify-content: center; /* Center the images horizontally within the container */
    gap: 20px; /* Optional: Add spacing between images */
}

.fifth img {
    width: 70%; /* Set the width of images to 70% of their container */
    height: auto; /* Maintain the aspect ratio of images */
}

#house3{
    float: left;
}

#house4{
    margin-left: -200px;
}


.seven {
    display: flex; /* This will align children side by side */
    justify-content: center; /* Center the images horizontally within the container */
    gap: 20px; /* Optional: Add spacing between images */
}

.seven img {
    width: 90%; /* Set the width of images to 70% of their container */
    height: auto; /* Maintain the aspect ratio of images */
}

#house5{
    float: left;
}

#house6{
    margin-left: -10px;
}

.main{
    background-repeat: no-repeat;
    width: 100%;
}

#life{
    width: 100%;
}

/* Why Us */

.heading{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 20px auto;
}

.heading h1{
    font-size: 24px;
    color: #000;
    margin-bottom: 25px;
    position: relative;
    margin-top: 15px;
}

.heading p{
    font-size: 32px;
    color: #000;
    margin-bottom: 35px;
}

.container1{
    justify-content: center;
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 10px 20px;
}

.why{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.why-content{
    flex: 1;
    margin-right: 40px;
    overflow: hidden;
}

.why-content h2{
    font-size: 23px;
    margin-bottom: 15px;
}

.why-content p{
    text-align: justify;
    line-height: 1.5;
}

.why-image{
    width: 250px;
}

.why-image img{
    max-width: 100%;
    height: auto;
    display: block;
    transition: 0.5s ease;
}

.highlight {
    display: inline;
    color:#141b3c;
    font-weight: bold;
}

.head{
    background-color: #F3F4FC;
}

/* PIKE */

.sixth{
    background-color: #00539B;
}

.container2{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
}

.PIKE{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.PIKE-content{
    flex: 1;
    margin-right: 40px;
    overflow: hidden;
}

.PIKE-content h2{
    font-family: 'Gilroy', sans-serif !important;
    font-size: 45px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #fff;
}

.PIKE-content h5{
    color: #fff;
}

.PIKE-content p{
    line-height: 1.5;
    color: #fff;
}

.PIKE-image{

}

.PIKE-image img{
    width: 300px;
    height: auto;
    display: block;
    transition: 0.5s ease;
}

/* School Children */

.heading3{
    margin-top: 20px;
    width: 90%;
    /* max-width: 1200px; */
    /* margin: 20px auto; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    text-align: start;
}

.heading3 p{
    font-size: 40px;
    /* margin-left: 180px; */
}

.container3, .container4{
    width: 100vw;
    display: inline-flex;
    /* width: 90%; */
    margin: 0 auto;
    padding: 10px 20px;
    justify-content: center;
    /* margin-left: 300px; */
}

.school{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 59vw;
}

.school-content{
    flex: 1;
    margin-right: 40px;
    overflow: hidden;
}

.school-content h2{
    font-size: 23px;
    margin-bottom: 15px;
}

.school-content p{
    text-align: justify;
    line-height: 1.5;
}

.school-image{
    flex: 1;
}

.school-image img{
    width: 350px;
    margin-left: 40px;
    height: auto;
    display: block;
    transition: 0.5s ease;
}


/* SFL */

.heading4{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 20px auto;
}

.heading4 h1{
    font-size: 35px;
    color: #000;
    margin-left: -580px;
    position: relative;
}


.container4{
    width: 69%;
    margin: 0 auto;
    padding: 10px 20px;
    /* margin-left: 300px; */
}

.SFL{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.SFL-content{
    flex: 1;
    margin-right: 40px;
    overflow: hidden;
}

.SFL-content h2{
    font-size: 23px;
    margin-bottom: 15px;
}

.SFL-content p{
    text-align: justify;
    line-height: 1.5;
}

.SFL-image{
    flex: 1;
}

.SFL-image img{
    width: 330px;
    height: auto;
    display: block;
    transition: 0.5s ease;
}

.head1{
    background-color: #F3F4FC;
}


/* Footer */

.footer{
    width: 100%;
    height: 200px;
    background-color: #00539B;
}

.footerlogo img{
    margin-left: 300px;
    margin-top: 50px;
}

.footertext{
    margin-top: 30px;
    margin-left: 300px;
}

.row{
    display: flex;
}

.vl {
    border-left: 3px solid #fff;
    height: 60px;
    margin-top: -90px;
    margin-left: 300px;
  }

.privacy-link {
    color: #fff; /* Ensure link text color is white */
    text-decoration: none; /* Remove underline from the link */
    margin-left: 390px; /* Adjust spacing between the line and the link */
}

.privacy-link:hover {
    text-decoration: underline; /* Optional: underline on hover */
}

.terms-link {
    color: #fff; /* Ensure link text color is white */
    text-decoration: none; /* Remove underline from the link */
    margin-left: 390px; /* Adjust spacing between the line and the link */
}


/* profile button */
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

h2{
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 2rem;
}

.text-danger {
    color: #dc3545 !important;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.sidebasr{
    display: none;
}





/* Media queries */

@media (min-width:2500px) and (max-width: 3200px) {
    .secPadd{
        height: 100vh;
    }

    .autoContainer{
        margin-top: 250px;
    }

    .heading3 {
        margin-left: 155px;
    }

    .head2 {
        margin-right: -900px;
    }

    .container3 {
        margin-left: 208px;
    }

    .SFL-content{
        font-size: 25px;
    }

    .school-content{
        font-size: 25px; 
    }

    .PIKE-content p{
        font-size: 20px;
    }

    .PIKE-content h5{
        font-size: 25px;
    }

    .why-content p{
        font-size: 25px;
    }
}

@media (min-width:1550px) and (max-width: 2200px) {
    .secPadd{
        height: 100vh;
    }

    .autoContainer{
        margin-top: 250px;
    }

    .heading3 {
        margin-left: 155px;
    }

    .school {
        margin-left: 130px;
    }

    .SFL {
        margin-left: 130px;
    }
}

@media (min-width: 1200px) {
    .container5{
        max-width: 1140px;
    }
}

@media (min-width: 922px) {
    .container5{
        max-width: 960px;
    }
}

@media (min-width: 768px) {
    .container5{
        max-width: 720px;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 576px) {
    .container5{
        max-width: 540px;
    }
}


@media (max-width:580px) {
    .cont .box-container{
        display: block;
    }

    .cont .box-container .box{
        margin-top: 20px;
    }

    .content-section {
        float: none; /* Remove float */
        width: 100%; /* Full width */
    }

    .image-section img{
        width: 250px;
        margin-left: 60px;
    }

    .image-section{
        float: none;
        width: 300px;
    }
}


@media (max-width: 1050px) {
   .checkbtn{
    display: block;
   }
   ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
   }
   nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
   }
   nav ul li a{
    font-size: 20px;
   }
   a:hover,a.active{
    background: none;
    color: #000;
   }
   #check:checked ~ ul{
    left: 0;
   }
   .secPadd{
    background-size: contain;
   }

   .section{
    min-height: 40vh;
   }

   .image-section img{
    width: 80%;
    height: 300px;
    margin-top: 80px;
   }
   
}

@media (max-width: 1430px) {
    .secPadd{
        margin-left: -100px;
    }

    .section{
        min-height: 80vh;
       }
    
       .image-section img{
        width: 80%;
        height: 300px;
        margin-top: 80px;
       }

       .head1{
        margin-left: 25px;
       }
}


/* New css written by Akash */
.img-grid h6, p{
}

.img-grid h6{
   font-weight: 600;
}

#line{
   position: absolute;
   top: 20%;
   z-index: 8;
}

.mb-img{
    width: 100% !important;
    z-index: 10;
    position: relative;
}

#mainImg{
    display: none;
}

@media (max-width: 598px) {
    .container1{
        display: block;
    }

    .why{
        display: block;
    }

    .why-image{
        display: flex;
        justify-content: center ;
    }

    .PIKE{
        display: block;
    }

    .heading3{
        width: 90%;
        margin-left: 60px;
        display: block;
        text-align: center  ;
    }

    .footer{
        margin-top: 100px;
    }

    .secPadd{
        padding-top: 4px;
        background-image: unset !important;
    }

    #mainImg{
        display: flex;
        justify-content: center;
        margin-left: 175px;
    }

    #mainImg img{
        width: 200%;
    }

    .btnGrp img{
        width: 25%;
    }

    .PIKE-image img{
        width: 100%;
    }

    .school-image img{
        margin-left: -60px;
    }

    .footerlogo img{
        margin-left: 20px;
    }

    .footertext {
        margin-left: 20px;
    }

    .vl {
        margin-top: -104px;
        margin-left: 170px;
    }
    
   

    .privacy-link {
        margin-left: 200px;
    }

    
    .homeBannerMain .textContent .title {
        font-size: 30px;
    }

    .homeBannerMain .textContent .subtitle {
        font-size: 35px;
    }

    .container{
        margin-top: -100px;
    }

    .SFL-image img{
        margin-left: -50px;
    }

    .heading3 p {
        margin-left: -30px;
    }

    .btn {
        margin-left: -5px;
    }

}

@media (min-width: 580px) and (max-width: 900px) {
    .school-content{
        margin-left: 100px;
    }

    .school{
        margin-left: -220px;
    }

    .school-image img {
        margin-left: 80px;
    }

    .SFL-content{
        margin-right: -150px;
    }

    .SFL {
        margin-left: -100px;
    }

    .SFL-image img {
        width: 200px;
        margin-left: 170px;
}

.footerlogo img {
    margin-left: 0px;
}

.footertext {
    margin-left: 0px;
}

.homeBannerMain .textContent .subtitle {
    font-size: 45px;
}

}