body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #213343;
    line-height: 1.6em;
    padding: 0;
    background-color: #fff;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

section {
    padding: 90px 0 90px 0;
    position: relative;}

.spacer-60 {
        width: 100%;
        height: 60px;
        display: block;
        clear: both;
    }
.padding-120{
 padding: 120px 0 120px 0;
}
.padding-60{
    padding: 60px 0 60px 0;
   }


hr{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
   border-top: 1px solid #b6c7d6;
}

.pb-custom-40{
    padding-bottom: 40px;
}

.page-header{
    height: 600px;
    background-color: #F6F7F9;

}



.dropdown .icon {
    margin-right: 5px;
}

.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
}

.dropdown-menu{
    width: 20rem !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}


.dropdown-menu li a {
    color: #213343;
    text-decoration: none;
}

.dropdown-menu li a:hover {
    color: #555;


}
body{
    padding-top: 85px;
}

/* nav-bar-stack */
.top-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: white; 
    box-shadow: 0 2px 6px rgba(109, 109, 109, 0.1); 
}

.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-light .navbar-nav .nav-link{
    color: #213343;
    text-decoration: none;
    cursor: pointer;
      
}

.right-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px; /* Optional: Add space between menu items */
}

.right-menu li {
    position: relative; /* For positioning the dropdown menu */
}

.right-menu .dropdown-menu {
    display: none; /* Hide the dropdown menu initially */
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    list-style: none;
}

.right-menu .dropdown:hover .dropdown-menu {
    display: block; /* Show dropdown menu on hover */
}


.product-logo{
    padding: 6px;
    /* background-color: rgb(255, 255, 255); */
}
.product-logo img{
    width: 150px;
    height: auto;
}

.product-logo:hover{
border-radius: 4px;
/* background-color: #eeeeee; */
border: 1px solid #dddddd;
transition-duration: inherit;
transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)


}




/* Start CSS for Home page  */


.right-menu{
    font-size: 16px;
    font-weight: 500;
    line-height: 2 !important;
    color: #213343;
}
.right-menu ul li{
    padding: 0px 15px;
}

.right-menu a{
    font-size: 19px;
    color: #444a4e;
    text-decoration: none;
    cursor: pointer;
}
.right-menu a:hover{
    color: #204ECF;
    transition: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.navbar-btn-custom{
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 4px 18px !important;
    background-color: #204ECF;
    color: #fff;
    border-radius: 20px;
    border: none;
}
.btn-solid{
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 12px 26px;
    background-color: #204ECF;
    color: #fff;
    border-radius: 4px;
    border: none;
}
.btn-solid:hover{
    background-color: #0035C9;
    color: white;
}

.btn-sm-solid{
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 6px 24px;
    background-color: #204ECF;
    color: #fff;
    border-radius: 4px;
    border: none;
}
.btn-sm-solid:hover{
    background-color: #0035C9;
    color: white;
}



.bg-shades{
    background-color: #F6F9FC;
}

.top-nav {
    padding: 11px 0px;
    /* height: 70px; */
    background-color: #fff;
}
.nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.heading{
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #213343;
    height: 160px;
    width: auto;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px 6px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
}

.widget-border{
    border-right: 1px solid #e6e8eb;
}
.widget h2{
    font-size: 40px;
    font-weight: 600;
    color: #00AD45;
}
.top-heading p{
    text-transform: uppercase;
}

.heading-txt h1{
    font-size: 56px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 !important;
    padding-bottom: 16px;
    color: #072F60;
}
.heading-txt h2{
    margin: 0 !important;
    font-size: 48px;
    font-weight: 600;
}


.top-heading {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-sec h1{
 font-size: 40px;
 font-weight: 600;
}
.product-card{
    padding: 40px;
    color: #213343;
    height: auto;
    width: auto;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px 6px rgba(0, 0, 0, 0.07);
    border-radius: 6px;

}
.product-card {
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensures equal height for all cards */
}

.card-top {
    flex-grow: 1; /* Allows the content to take up available space */
}

.learn-more-button {
    margin-top: auto; /* Pushes the button to the bottom */
    text-align: center;
}










.feature-list p{
    font-size: 15px;
    font-weight: 300;
}

.feature-list{
    padding-bottom: 14px;
}


.card-top p{
    font-size: 17px;
    line-height: 1.6;
    font-weight: 400;

}



.learn-more-button a{
    text-decoration: none;
}


.custom-button{
    border: 1px solid #d8d8d8;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    text-align: center;
    padding: 15px 30px;
    /* height: 56px; */
    width: 100%;
    color: #204ECF;
    display: block;
    background-color: #204ECF1F;
    border-radius: 6px;
}

.custom-button:hover{
    background-color: #204ECF;
    color: white;
    transition: 0.3s;
    box-shadow: 0px 10px 30px 6px rgba(32, 78, 207, 0.2);

}
.details-page-sec{
    background-color: #F6F7F9;
}
.details-page-sec h1{
    font-size: 42px;
    font-weight: 600;
}
.details-page-sec p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}


.our-story h3{
border-left: 5px solid #204ECF;
font-size: 36px;
font-weight: 500;
margin-bottom: 12px ;
}


.our-story p{
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
}



.aboutus-img img{
    height: auto;
    width: 360px;
}
.number-counter{
    justify-content: center;
    color: white;
}
.number-counter{
    border-radius: 8px;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #00854D;
}
.number-widget h2{
 font-size: 40px;
 font-weight: 600;
}
.number-widget p{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
   }
.number-widget{
    padding: 0px 80px;
    display: flex;
    justify-content: space-between;
    
}
.widget-border-num{
 
    border-right: 1px solid #00CA72;
  
}
.name-title{
    text-align: left;
}

.qoute{
    padding: 50px 40px;
    background-color: #F6F9FC;
}
.review-sec h6{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
}

.client-info{
    display: inline-flex;
}
.contact-us{
    align-self: center;
}

.aboutus-title{
    align-self: center;
}

.top-background-img {
    background-image: url(../images/header_img.jpg);
    /* background-image: url(../images/cover-top.jpg); */
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    width: 100%; 
    height: 936px; 
  }

  .top-title-text{
    position: relative;
    top: -500px;
    color: white;
  }
.text-overlay h1{
    font-size: 72px;
    line-height: 1.3;
    font-weight: 700;
    text-shadow: rgba(55, 43, 37, 0.4) 0px 0px 10px;
}

.top-section p{
    font-size: 18px;
    line-height: 1.6;
    color: #213343;
    font-weight: 400;
}
.impact-section h4{
    color:#213343;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 400;
}

.impact-section{
    background-color: #f6f9fc;
}

.Impact-card h3{
    color: #204ECF;
    font-weight: 600;
}
.Impact-card h5{
    color: #213343;
    font-size: 18px;
    font-weight: 400;

}


.Impact-card{
    background-color: #fff;
    border: 1px solid #dbe4ed;
    border-radius: 12px;
    padding: 28px;
    text-align: center;
}







.footer{
    color: white;
    /* height: 400px; */
    background-color: #111212;
}
.footer a{
    color: #dddfe3;
    text-decoration: none;

}

.footer a:hover{
    color: white;
    text-decoration: underline;

}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer li{
    padding: 2px 0px;

}
.form-group {
    margin-bottom: 20px;
}
.form-area .form-control {
    font-weight: 300;
    font-size: 15px;
    color: #152934;
    background-color: #fff;
    border: 1px solid #d0d3d6; 
    border-radius: 4px;
    height: 48px;
}

.form-area label {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.contact-info{
    padding-left: 130px;
}

.form-area textarea.form-control {
    height: 120px;
    margin-bottom: 0;
}

.required-star{
    color: #e83330;
}
.events-card{
    width: auto;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 20px;

}
.events-card:hover{
    background-color: #FCFCFC;
    cursor: pointer;
}

.image-text-overlay {
    position: absolute;
    top: 50%;
    left: 32%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: white; /* Adjust text color as needed */
    width: 100%;
    max-width: 400px; /* Adjust as needed */
}
.event-details p{
    font-weight: 300;
}
.radio-section label{
margin: 0px;
padding-right: 8px;
font-size: 14px;
font-weight: 400;
}
.navbar-collapse{
    flex-grow: 0;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .feature-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .feature-item h3 {
    margin: 0;
    color: #1a1a1a;
    font-size: 22px;
    align-items: center;
    padding-top: 20px;
    font-weight: 500;
    display: flex;
    gap: 20px;
    padding-bottom: 16px;
    line-height: 26px;
    letter-spacing: -.36px;
  }
  .feature-item p {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -.14px;
  }

  .feature-area {
    background-image: url(../images/dot.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }


  .card{
    color: #000;
    background-color: #fff;
    border: 1px solid #0000001a;
    border-radius: 8px;
    padding: 28px;
  }
.security-card{
    background-color: #fff;
    /* padding: 0px; */
    /* border: 1px solid #0000001a; */
    /* border-radius: 8px; */

}
.section-image img{
    border-radius: 12px;
}

.accordion-button{
    color: #213343;
    font-size: 20px;
    font-weight: 500;
  }
.get-started{
    background-color: #F6F9FC;
}
.About-us-sec{
    padding: 40px;
    border-radius: 16px;
    background-color: #b7ecec;

}
.accordion-item p{
    font-size: 18px;
    line-height: 1.5;
}
.get-started p{
    font-size: 18px;
    line-height: 1.5;
}

h3{
    font-size: 36px;
    font-weight: 500;
}
h6{
    font-size: 18px;
    line-height: 1.5;
}
h2{
    font-size: 42px;
    line-height: 1.4;
    font-weight: 600;
}
h1{
    font-size: 48px;
    font-weight: 600;
}
p{
    margin: 0px !important;
}

.pt-36{
    padding-top: 36px;
}
.pb-36{
    padding-bottom: 36px;
}

.pt-26{
    padding-top: 26px;
}
.pb-18{
    padding-bottom: 18px;
}
.pb-24{
    padding-bottom: 24px;
}

.pt-32{
    padding-top: 32px;
}








@media (min-width: 320px) and (max-width: 1199.98px){
    .teacher-img{
        display: none;
    }

}


@media (min-width: 320px) and (max-width: 575px){

    .product-sec h1, h1{
        font-size: 32px;
    }
    h3{
        font-size: 24px;
    }
    .text-overlay h1{
        font-size: 32px;
        line-height: 1.3;
        font-weight: 600;
    }
    .top-background-img{
        height: 250px;
    }
    .top-title-text {
        top: -170px;
      }

      .features-grid {
        grid-template-columns: none !important;
      }
      h2 {
        font-size: 26px;
      }
      .impact-section h4 {
        font-size: 16px;
      }
      .padding-120{
        padding: 40px 0 40px 0;
      }
      section {
        padding: 40px 0 40px 0;
      }
      /* .section-image img{
        margin: 20px;
      } */
}

@media (min-width: 576px ) and (max-width: 768px){
    .text-overlay h1{
        font-size: 52px;
    }
    .top-background-img{
        height: 400px;
    }
    .top-title-text {
        top: -250px;
      }


  }


  @media (min-width: 768px) {

  }

  @media (min-width: 992px) {

  }


  @media (min-width: 1200px) {
.get-started p{
    padding: 0px 200px 0px 200px
}
  }

  

  @media (min-width: 1400px) {

  }