* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: lato-bold;
  src: url('../fonts/Lato-Bold.ttf');
}


@font-face {
  font-family: lato-regular;
  src: url('../fonts/Lato-Regular.ttf');
}


/* common classes */

h2 {
  font-size: 31px !important;
  font-family: sans-serif !important;
  font-weight: 800 !important;
}

h3 {
  font-size: 22px !important;
  font-weight: 400 !important;
  font-family: lato-regular, sans-serif !important;

}

h6 {
  font-size: 17px !important;
  font-weight: 400 !important;
  font-family: lato-regular, sans-serif !important;
}

p {
  font-size: 15px;

}



.primmary-btn {
  background-color: rgb(255, 147, 92);
  border-radius: 2px;
  padding: 6px 35px 12px;
}

.secondary-btn {
  padding-top: 13px;
}

.t-d-none {
  text-decoration: none;
}

.primmary-btn:hover {
  /* text-decoration: none !important; */
  background-color: #212529;
  ;
}

.active-item {
  background-color:rgb(255, 147, 92) !important;
}

/* coloe-classes */
.bg-baby-blue {
  background-color: #89CFF0;
}

.light-grey {
  color: rgb(122, 122, 122);
}

/* padding-class */
.p-b-10 {
  padding-block: 10px;
}

.p-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* margin-classes */
.m-t-100 {
  padding-top: 100px;
}

.m-b-100 {
  padding-bottom: 100px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-30 {
  margin-left: 30px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-10 {
  margin-right:10px;
}




/* top-banner */
.top-banner {
  background-color: rgb(12, 71, 131);
  padding-top: 17px;
}

.top-banner p {
  font-size: 13px;
  
}


/* navbar-section-start */
.navbar-toggler-icon {
  height: auto !important;
  margin-right: 20px;
}

.navbar-list{
  gap:40px;
  margin-right:50px;
}

.navbar-item-list {
  width: 850px;

}

.navbar-item-list ul {
  gap: 60px;
}

.navbar-list a:hover {
  color: rgb(255, 147, 92) !important;
  text-decoration: underline;
}

.navbar-logo {
  display: block;
  width: 75px;
  height: 75px;
}

.navbar-logo img {
  width: 100%;
}

.navbar-toggler-icon i{
  color:rgb(4, 89, 174);
}

.whatsapp-icon a{
  font-size: 25px;
  color:#25D366;
}

.whatsapp-icon a:hover {
  color:darkgreen;
}

/* class-intro-section */
.teacher-intro h3 {
  color: rgb(50, 64, 89);
}

.specification {
  margin-top: -15px;
}

/* homw-page-img */
.home-page-main-img img {
  width: 100%;
}


/* class-intro-section */
.class-intro-img {
  margin-top: 40px;
}

.class-intro-img img {
  width: 100%;
}


/* counter-area */
.counter-area {
  padding-bottom: 50px;
  color: rgb(4, 89, 174);
}

.counter-item span {
  font-size: 65px !important;
}



/* journey-section */
.journey-section {
  background-color: rgb(12, 71, 131);
  color: white !important;
  border-radius: 20px;
  padding-bottom: 130px;
}

.journey-section h2 {
  margin-bottom: 30px;
}

.journey-section p {
  font-size: 14px;
  margin-bottom: 40px;
}

.journey-section-img {
  margin: 0 auto;
  max-width: 350px;
  margin-top: 20px;
  /* margin-left: 50px; */
}

.journey-section-img img {
  /* margin-left: 50px; */
  border-radius: 20px;
  width: 100%;
}

/* choose-us-section */

.choose-us-section-outer {
  background-color: #f8fafc;
  max-height: 789px;
}

.choose-us-section-inner {
  padding-block: 60px;
  margin-inline: 10px;
  border-radius: 20px;
  position: relative;
  top: -80px;
  z-index: 1;
  background-color: #fff;
  border: 1px transparent;

  /* width:1262px; */
}

.choose-us-section-inner h6 {
  color: rgb(103, 121, 147);
}

.choose-us-content {
  margin-top: 60px !important;
}

.choose-us-text p {
  font-size: 15px;
}

.choose-us-img img {
  width: 100%;
}

/* admission-section */
.admission-section-outer {
  background-color: #f8fafc !important;
  min-height: 400px;

}

.admission-section-inner {
  background-color: rgb(12, 71, 131);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  top: 125px;
  color: #fff;

}

.admission-section-text {
  padding-top: 80px;
  margin-bottom: 22px;
}

.admission-section-inner a {
  color:rgb(255, 147, 92) !important;
}

.admission-section-inner a:hover {
  color: #212529;
}

.admission-section-img {
  position: absolute;
  top: -103px;
  margin-left: 60px;
}

.admission-section-img img {
  width: 100%;
  height: 100%;
}


/* admission-form */
.admission-form-outer {
  padding-block: 50px;
}

.call-us-btn {
  padding-top: 13px;
}

.whatsapp-btn {
  background-color: #25D366 !important;
}

.whatsapp-btn a:hover {
  background-color: darkgreen;
}

.form-section{
  color:#777771;
}

.form-section input{
  width:100%;
  font-size: 18px;
  font-family:lato-regular ,sans-serif !important ;
  border:none;
  border-bottom:1px solid #777771 !important;
}

.radio-btns {
  width:15px !important;
  height:15px !important;
  border:1px solid #777771 !important;
}

.form-btn {
  margin-block:30px !important;
}
/* testimonilas-section */

.testimonilas-section-inner {
  background-color: #1B3D5B;
  color: #fff;
}

/* .slider-section {
  margin-top: 50px !important;
  
} */

/* .slider-section-inner {
  margin: 0 auto;
} */

.google-logo {
  /* margin-left: 6px; */
  width: 135px !important;
  height: 40px !important;
  margin: 0 auto;
}

.google-logo img {
  width: 100%;
  height: 100%;
}

.google-icon {
  width: 20px;
  height: 20px;
}

.customer-review-wrapper {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.customer-review {
  background-color: #fff;
  padding-block: 15px;
  padding-inline: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  /* flex-grow: 1; */
}

.customer-review:hover {
  margin-top: -10px;
  transition: 0.2s;
}

.customer-review h6 {
  font-size:15px !important;
}

.customer-review-text {
  font-size: 13px;
  /* max-width:230px; */
}

.star-img {
  display: inline-block;
  background-image: url('../img/star-img.svg');
  background-repeat: no-repeat;
}
.customer-img p {
  font-size: 20px;
}
.customer-name{
  margin-left: 10px;
}

.customer-img {
  width:35px;
  height:35px;
  border-radius: 50%;
  background-color: #605be5;
  font-weight: 500;
}

.google-icon img {
  width:100%;
}





/* Contact-us-section */

.contact-us-section {
  background-color: #f8fafc !important;
}

.contact-us-inner {
  background-color: #F3F4F2;
}

.contact-us-section p {
  color: rgb(18, 18, 18);
  padding-right: 30px !important;
}

.contact-us-section h2 {
  font-weight: 600 !important;
}

.contact-us-section a {
  text-decoration: none;
}

.contact-list a:hover {
  color: rgb(255, 147, 92) !important;
}

iframe {
  width:100%;
}


/* footer */
.footer-section {
  background-color: #1B3D5B;
}


.social-network {
  background-color: rgb(255, 147, 92);
}

.class-logo img {
  width: 100px;
  height: 100px;
}

.footer-section p {
  font-size: 13px;

}

.quick-link {
  color: #fff !important;
  
}

.quick-link:hover {
  color: rgb(255, 147, 92) !important;
}

/* .contact-info a{
  text-decoration: none;
} */

/* .contact-info span{
  border-bottom:1px solid white;
} */

.subfooter {
  font-size: 12px;
}


/* about-us-page */
.about-us-img img {
  width:100%;
}




/* .courses-page*/

.courses-section h2 {
  color: rgb(12, 71, 131);
  font-size: 40px !important;
}

.services-section h3{
  font-weight: 600 !important;
}

.courses-img img {
  width: 100%;
}

.card {
  border: none !important;
}


.services-card-p {
  padding-inline: 10px;
  font-size:13.5px !important;
  color: rgb(122, 122, 122);
}

.services-section{
  padding-bottom: 50px;
}

.services-header{
  margin-bottom: 40px;
  color: rgb(12, 71, 131);
}
/* media-query */

@media (max-width: 992px) {
  .admission-section-outer{
    display: none;
  }
}
 


/* media-query */

