body {
  background: #F7F5ED;
  padding: 0px;
  margin: 0px;
}
html{
  scroll-behavior: smooth;
}
@font-face {
  font-family: Poppins-Bold;
  src: url("../font-family/Poppins-Bold.ttf");
}
@font-face {
  font-family:Poppins-ExtraBold;
  src: url("../font-family/Poppins-ExtraBold.ttf");
}
@font-face {
  font-family:Poppins-Light;
  src: url("../font-family/Poppins-Light.ttf");
}
@font-face {
  font-family:Poppins-Medium;
  src: url("../font-family/Poppins-Medium.ttf");
}
@font-face {
  font-family:Poppins-Regular;
  src: url("../font-family/Poppins-Regular.ttf");
}
@font-face {
  font-family:Poppins-SemiBold;
  src: url("../font-family/Poppins-SemiBold.ttf");
}
@font-face {
  font-family:SpaceGrotesk-Bold;
  src: url("../font-family/SpaceGrotesk-Bold.ttf");
}
@font-face {
  font-family:SpaceGrotesk-Medium;
  src: url("../font-family/SpaceGrotesk-Medium.ttf");
}
@font-face {
  font-family:SpaceGrotesk-Regular;
  src: url("../font-family/SpaceGrotesk-Regular.ttf");
}

.nav-bar-main .navbar-toggler:hover{
  border: unset;
}
.navbar-bg-clr{
  background: #FAC25B !important;
  /* height: 807px; */
}

.nav-bar-main  .navbar{
  /* padding-top: 20px;
  padding-bottom: 20px; */
  --bs-navbar-padding-y:unset;

}
.nav-bar-main  .container-fluid{
  padding-left: 50px;
  padding-right: 50px;
}

.nav-bar-main .logo-nav{
  width: 77.864px;
height: 93.437px;
}
.nav-bar-main .nav-item{
  margin-right: 20px;
}
.nav-bar-main .nav-link{
  color: rgba(0, 0, 0, 0.50);
  font-size: 14px;
  font-family:Poppins-Medium;
  text-transform: capitalize;
  cursor: pointer;
}
.nav-bar-main .nav-link:hover{
  color: #000;
}
.nav-bar-main .navbar-nav .nav-link.active {
  color: #000;
  font-family:Poppins-SemiBold;
}

.nav-bar-main .btn-success{
  height: 58px;
padding: 16px 40px;
justify-content: center;
align-items: center;
border-radius: 20px;
background: #C14B3A;
font-size: 16px;
font-family:Poppins-SemiBold;
border: unset;
}
.nav-bar-main .navbar-toggler {
  background: #C14B3A;
  outline: unset;
}
.nav-bar-main .navbar-toggler:hover{
  text-decoration: unset;
  outline: unset;
}
.nav-bar-main .navbar-toggler:focus{
  text-decoration: unset;
  outline: unset;
}
.nav-bar-main button:focus:not(:focus-visible){
  outline: unset !important;
}
.nav-fix{
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1;
  background: #F7F5ED;
}
.nav-padding{
  margin-top: 100px;
}

@media screen and (max-width: 1280px) {
  .nav-bar-main .btn-success{
 width: 100%;
  }
}

/* Hero section css */

.hero-main{
  background-image: url("../images/Hero\ Informatic\ Enginering.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 698px;
  padding-top: 63px;
}

.hero-main h3 {
  font-size: 60px;
  font-family:SpaceGrotesk-Bold;
  color: #FFF;
}
.hero-main .hero-btn{
  margin-top: 35px;
}

.hero-main p {
  font-size: 20px;
  color: #FFF;
  font-family:Poppins-Regular;
}

@media screen and (min-width: 1280px) {
  .hero-main .paragraph-width{
    width: 609px;
  }
}

.child-img{
  width: 429.251px;
  height: 496.584px;
  /* width: 100%;
  height: auto; */
  position: relative;
  top: -32px;
  right: 83px;
}

 .btn {
  padding: unset;
}


@media screen and (max-width: 1200px) {
  .hero-main{
    height: auto;
    text-align: center;
  }
  .child-img{
    position: unset;
    top: unset;
    right:unset;
  }
  .hero-main h3 {
    font-size: 52px;
  }
}
@media screen and (max-width: 500px) {
  .hero-main .hero-btn{
    margin-top: unset;
  }
}




@media screen and (max-width: 1200px) {

  .child-img{
   width: 85%;
   height: auto;
  }
  .hero-main h3 {
    font-size: 30px;
  }
  .hero-main p {
    font-size: 18px;
}
}

/*  our card and our feature css started */


.readingcrd{
  border-radius: 20px;
background:#FFF;
box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.05);
padding: 35px 30px;
height: 331px;
width: 328px;
margin-left: auto;
margin-right: auto;

}

.inter-icon{
  width: 72px;
height: 72px;
}

.main-cards h3{
  font-size: 22px;
  color: #252B42;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: SpaceGrotesk-Bold;

}
.underline{
  width: 50px;
height: 2px;
background-color: #E74040;
}
.main-cards p {
  font-size: 14px;
  color: rgba(45, 45, 45, 0.50);
  font-family:Poppins-Regular;
  margin-top: 15px;
}
.main-cards{
  position: relative;
    top: -89px;
   
}


@media screen and (max-width: 1200px) {
  .main-cards{
    position: unset;
      top: unset;
      padding-top: 96px;
      padding-bottom: 96px;
  }
  .readingcrd{
  width: 100%;
    height: 90%;
  margin-top: 20px;
  }
 
}

.feature-card-bg{

}
/* our feature */
.our-feature-main{
  margin-bottom: 120px;
  
}
.our-feature-main  ul li::marker {
  color: #2D2D2DB2; /* Set your desired color here */
}

.our-feature-main .carousel-indicators [data-bs-target] {

  width: 8px;
  height: 8px;
  border-radius: 1000px;
  cursor: pointer;
  background-color: #00000033;
  border-top:unset;
  border-bottom:unset;
   opacity:unset;
  transition: opacity .6s ease;
  transition: width 0.5s;
}

.our-feature-main .carousel-indicators {
  bottom: 28px;
  margin-bottom: unset;
}
.our-feature-main .carousel-indicators .active{
  width: 25px !important;
    background: #C14B3A !important;
}
.our-feature-main h2 {
  color:#2D2D2D;
  font-family:SpaceGrotesk-Bold;
font-size: 38px;
}
.our-feature-main h5 {
  color: rgba(45, 45, 45, 0.70);
  font-size: 18px;
  font-family:Poppins-Regular;
}
@media screen and (max-width: 1200px) {
  .our-feature-main h5 {
    font-size: 16px;

  }
 
}
.our-feature-main h3 {
  color:#2D2D2D;
  font-family:SpaceGrotesk-Medium;
  text-align: center;
  font-size: 32px;
  margin-top: 40px;
}
.our-feature-main .booking-collection{
  border-radius: 20px;
border: 1px solid #E5F4F2;
background: #FFF;
/* width: 279px; */
padding: 20px;
}

.card-feat{
  margin-top: 30px;
}
.booking-icon{
  width: 50px;
  height: 50px;
}
.booking-collection ul {
  list-style: none;
    padding: unset;
    display: inline-flex;
    align-items: center;
    margin: unset;
}
.booking-collection h3 {
  color: #2D2D2D;
  font-size: 18px;
  font-family:Poppins-Regular;
  margin-bottom: 0px;
  margin-left: 20px;
  line-height: 27px;
}
.booking-collection{
  margin-top: 20px;
}


@media screen and (max-width: 1200px) {
  .our-feature-main h2{
    margin-top: 50px;
  }
 
}

/* who we started */
.who-we-main {
  margin-top: 120px;
  margin-bottom: 120px;
}

.who-we-main h4 {
  color: #2D2D2D;
  font-size: 48px;
  font-family:SpaceGrotesk-Bold;

}
.who-we-main .Reader-who{
  margin-top: 50px;
}
.who-we-main h5 {
  color: rgba(45, 45, 45, 0.70);

  font-size: 20px;
  font-family:Poppins-Regular;
  line-height: 32px;  
}

@media screen and (max-width: 1200px) {
  .who-we-main h5 {
    font-size: 16px;
  }
 
}
.who-we-main .inner-card{
  margin-top: 60px;
  align-items: center;
}

.who-we-main .Nonprofit{
  color: #2D2D2D;
  font-size: 28px;
  font-family:SpaceGrotesk-Bold;
}
.who-we-main p {
  color: rgba(45, 45, 45, 0.70);
  font-size: 16px;
  font-family:Poppins-Regular;
  padding-top: 15px;
}
.focus{
  margin-top: 40px;
}
.who-we-main img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .who-we-main img {
  margin-top: 20px;
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  }
}

/* what we offer started */
.what-we-offer-main {
  margin-top: 120px;
  margin-bottom: 120px;
}
.what-we-offer-main h3 {
  color: #2D2D2D;
  font-size: 48px;
  font-family:SpaceGrotesk-Bold;

}
.what-we-offer-main p {
  color: rgba(45, 45, 45, 0.70);
  font-size: 16px;
  font-family:Poppins-Regular;
  padding-top: 15px;

}
@media screen and (min-width: 1200px) {
  .what-we-offer-main .container{
    max-width: 1068px;
  }
}
@media screen and (max-width: 1200px) {

  .what-we-offer-main p {
    font-size: 16px;
  }
}

.what-we-offer-main .what-we-offer-card{
  margin-top: 50px;
  text-align: left;
}
.what-we-offer-card img {
  width: 64px;
  height: 64px;
}
.what-we-offer-card h3 {
  color: #252B42;
  font-size: 22px;
  font-family:SpaceGrotesk-Bold;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
.what-we-offer-card ul li::marker {
  color: #2D2D2DB2;
}
.what-we-offer-card h5 {
  color: rgba(45, 45, 45, 0.70);
  font-size: 14px;
  font-family:Poppins-Regular;
  line-height: 22px;
}
@media screen and (max-width: 1200px) {
  .what-we-offer-card h5 {
    font-size: 16px;
  }
 
}
.what-we-offer-card .row {
  --bs-gutter-y: 50px;
} 


/*  what we doing css started */
.we-doing-main{
  margin-top: 84px;
  margin-bottom: 84px;
}

@media screen and (min-width: 1200px) {
  .we-doing-main .container{
    max-width: 1038px;
  }
}
.we-doing-main h3 {
  color: #060919;
  font-size: 60px;
  font-family:SpaceGrotesk-Bold;
}
.we-doing-main p {
  color: rgba(45, 45, 45, 0.70);
  font-size: 20px;
  font-family:Poppins-Regular;
  line-height: 33.6px;
  margin-top: 25px;
}
.we-doing-main .btn {
  margin: unset;
  padding: unset;
}
.we-doing-main .when-we {
  width: 100%;
  height: auto;
  
}

.we-doing-main .row {
  align-items: center;
  --bs-gutter-y: 30px;
}

/* signup started */
.Signup-main {
  background: #FFF;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 1200px) {
  .Signup-main .container{
    max-width: 1170px;
  }
}
.signup-inner{
  border-radius: 20px;
  border: 1px solid #E5F4F2;
  background: #F7F5ED;
  padding: 60px;
}
.Signup-main h2 {
  color: #060919;
  font-size: 48px;
  font-family:Poppins-SemiBold;
}
.Signup-main p {
  color: rgba(45, 45, 45, 0.70);
  font-size: 20px;
  font-family:Poppins-Regular;
  /* line-height: 33.6px; */
  margin-top: 15px;
}

.Signup-main input {
  width: 100%;
  border-radius: 20px;
border: 1px solid #D8D8D8;
background: #FFF ;
height: 60px;
padding: 8px 20px;
outline: none;
padding-left: 65px;
}

.Signup-main input::placeholder {
  color: rgba(45, 45, 45, 0.50);
  font-size: 16px;
  font-family:Poppins-Regular;

}

.Signup-main select{
  width: 100%;
  border-radius: 20px;
border: 1px solid #D8D8D8;
background: #FFF ;
height: 60px;
padding: 8px 20px;
outline: none;
padding-left: 65px;
color: rgba(45, 45, 45, 0.50);
}
.Signup-main textarea{
  width: 100%;
  border-radius: 20px;
border: 1px solid #D8D8D8;
background: #FFF ;
height: 200px;
padding: 20px;
outline: none;
/* padding-left: 65px; */
color: rgba(45, 45, 45, 0.50);
}
.Signup-main select::placeholder {
  color: rgba(45, 45, 45, 0.50);
  font-size: 16px;
  font-family:Poppins-Regular;

}
.Signup-main .input-main {
  position: relative;
}

.Signup-main .icon-svg{
  position: absolute;
  top: 20px;
  left: 20px;
}

.Signup-main .input-row-setting{
  --bs-gutter-y: 20px;
}
.signup-inner .row {
  align-items: center;
}
.Signup-main .btn-success{
  display: flex;
  height: 60px;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  border-radius: 20px;
background: #C14B3A;
  font-size: 16px;
  font-family:Poppins-SemiBold;
  border: unset;
  line-height: 24px; /* 150% */
  margin-top: 20px;
  width: auto;
}
.Signup-main .btn-success:hover{
  background: #C14B3A;
}


@media screen and (max-width: 1024px) {
  .signup-inner {
    padding: 38px;
}
}


/*  footer started */

.main-footer{
  border-top: 0.8px solid #FF9B00 ;
background: #C14B3A;
padding-top: 57px;
padding-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  .main-footer .container{
    max-width: 1088px;
  }
}

.main-footer .logo-nav{
  width: 67px;
  height: 80px;
}

.main-footer .provide{
  color: #FFF;
font-size: 16px;
line-height: 24px; 
font-family:Poppins-Regular;
margin-top: 12px;
}

.main-footer ul {
  padding: unset;
  list-style: none;
  margin: unset;
  display: inline-flex;
  margin-top: 25px;
}

.main-footer li {
  margin-right: 25px;
}
.main-footer h1 {
  color:#FFF;
font-family: "Space Grotesk";
font-size: 20px;
font-family: SpaceGrotesk-Medium;
}

.main-footer .Foundation{
  color: rgba(255, 255, 255, 0.80);
font-family: Poppins;
font-size: 16px;
line-height: 24px; 
font-family:Poppins-Regular;
}

.main-footer .about-us{
  color:#FFF;
font-family: "Space Grotesk";
font-size: 18px;
font-family: SpaceGrotesk-Medium;

}

.main-footer .btn {
  color: rgba(255, 255, 255, 0.80);
  font-family: Poppins;
  font-size: 14px;
  font-family:Poppins-Regular;
}

.main-footer .footer-btn-list{
  margin-top: 12px;
  display: block;
  margin-right: unset;

}
.main-footer .footer-btn-list li {
  margin-top: 13px;

}

.main-footer .foterbrdr{
  height: 0.8px;
  width: 100%;
  opacity: 0.5;
background: radial-gradient(441.87% 148.66% at 31.82% -13.39%, #FF9B00 12.5%, #ED1C24 100%);
margin-top: 32px;
margin-bottom: 32px;
}

.main-footer h6 {
  color: #FFF;
font-size: 14.4px;
font-family:SpaceGrotesk-Regular;
text-align: center;
}
.main-footer .row{
  --bs-gutter-y: 20px;
}
@media screen and (max-width: 922px) {
  .weprovide {
  text-align: center;
}
}
@media screen and (max-width: 767px) {
  .main-footer .row{
    text-align: center;
  }
  .main-footer .footer-btn-list li{
    margin-right: unset !important;
  }
}




/* how we do  */

.how-we-do{
  background-image: url("/assets/images/Step that you can follow.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 120px;
}

.how-we-do h2{
  color: #FFF;
  font-family:SpaceGrotesk-Medium;
font-size: 38.4px;
margin-top: 54px;

}
.how-we-do h3{
  color: rgba(255, 255, 255, 0.80);
  font-family:Poppins-Regular;
  font-size: 18px;
  line-height:  27px ;

}

.how-we-do .employee-img{
  margin-top: 50px;
}
.how-we-do .row{
  --bs-gutter-y: 20px;
}

@media screen and (max-width: 992px) {
  .how-we-do .row{
    text-align: center;
  }
  .how-we-do{
    padding-top:unset;
  }
}


.about-us-main{
  padding: 112.596px 0px;
}
.about-us-main h2{
  color: #2D2D2D;
  font-family:Poppins-SemiBold;
  font-size: 48px;
}
.about-us-main h4{
  color: rgba(45, 45, 45, 0.70);
  font-family:SpaceGrotesk-Regular;
  font-size: 20px;
}
.about-us-main span{
  color: #F60;
  font-family:Poppins-SemiBold;
}
.Originals-main{
  padding-top: 44px;
  padding-bottom: 75px;
}
.Originals-main h2{
  font-size: 48px;
  color: #2D2D2D;
  font-family:SpaceGrotesk-Bold;
}
.Originals-main h3{
  color: rgba(45, 45, 45, 0.70);
  font-size: 28px;
  font-family:Poppins-Regular;
  line-height: 44px;
}
.school-slider{
  margin-top: 50px;
}

.school-slider .carousel-control-prev{
  width: 64px;
    height: 64px;
    border: 1px solid #F60;
    border-radius: 100px;
    left: unset;
    right: 106px;
    top: -130px;
    opacity: unset;

}

.school-slider .carousel-control-next{
  width: 64px;
    height: 64px;
    border: 1px solid #F60;
    border-radius: 100px;
    left: unset;
    right: 25px;
    top: -130px;
    opacity: unset;

}

@media only screen and (max-width: 1000px) {
  .school-slider .carousel-control-prev{
      top: -60px !important;
  }
  .school-slider .carousel-control-next{
      top: -60px !important;
  }
}

.next-svg{
  transform: rotate(180deg);
}

.school-card-main{
  padding-top: 96px;
  padding-bottom: 96px;
}
.school-card-main img{
  width: 150px;
  height: 150px;
}
.school-card-main .crd-inner{
  text-align: center;
}
.school-card-main h3 {
  color: #252B42;
  font-size: 28px;
  font-family:SpaceGrotesk-Bold;;
  line-height: 32px;
  margin-top: 20px;
}
.school-card-main h4{
  color: rgba(45, 45, 45, 0.70);
text-align: center;
font-size: 18px;
font-family:Poppins-Regular;
line-height: 29px;
}



.founder-main{
  padding: 37px 0px;
}
.founder-main h2{
  color: #2D2D2D;
  font-family:Poppins-SemiBold;
  text-align: center;
  font-size: 48px;
}
.founder-main h4{
  color: rgba(45, 45, 45, 0.70);
  font-family:Poppins-Regular;
  font-size: 20px;
  line-height: 32px;
}
.founder-main span{
  color: #F60;
  font-family:Poppins-SemiBold;
}
.founder-main img {
  text-align: center;
  width: 361px;
  height: auto;
}

@media only screen and (max-width: 1200px) {
  .founder-main .about-ustext {
        margin-top: 50px;
  }
  .carousel-item img {
    margin-top: 30px;
  }
}

.meet-team-main{
  padding-top: 57px;
  padding-bottom: 34px;
}


.meet-team-main h2{
  color: #2D2D2D;
  font-family:Poppins-SemiBold;
  font-size: 48px;
}


.meet-team-main h5{
  color: rgba(45, 45, 45, 0.70);
  font-family:Poppins-Regular;
  font-size: 20px;
  line-height: 32px;
}
.meet-team-main span{
  color: #F60;
  font-family:Poppins-SemiBold;
}


/* .meet-team-main img{
  width: 150px;
  height: 150px;
} */
.meet-team-main .crd-inner{
  text-align: center;
}
.meet-team-main h3 {
  color: #252B42;
  font-size: 28px;
  font-family:SpaceGrotesk-Bold;;
  line-height: 32px;
  margin-top: 20px;
}
.meet-team-main h4{
  color: rgba(45, 45, 45, 0.70);
text-align: center;
font-size: 18px;
font-family:Poppins-Regular;
line-height: 29px;
}

.meet-team-main .meet-row{
  margin-top: 50px;
  margin-bottom: 100px;
}



.firstitem{
  position: relative;
}
.btn-slider-fix{
  position: absolute;
  left: 18%;
  bottom: 10%;
}
.btn-slider-fix img{
  width: 101px;
}


@media only screen and (max-width: 500px) {
  .btn-slider-fix img{
    width: 42px;
  }
  .btn-slider-fix{

    left: 16%;
  }
}

.footer-ul-li-a{
  color: white;
  text-decoration: none;
}

.nav-bar-main .logo-nav-school {
    width: 77.864px;
    height: 77.864px;
}
.nav-padding-school {
    margin-top: 88px;
}