@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
  font-family: "Poppins", serif;
  margin: 0;
  padding: 0;
  font-stretch: expanded !important;
  /* -webkit-text-stroke: #512DA8; */
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  transition: all 0.2s linear;
  
}

p{
  font-size: 16px ;
}
/* my custom css  */
.togglebtn{
  background-color: rgb(24, 132, 204);
  /* background-color: rgb(239, 91, 45); */
  font-size: 17px !important;
  color: white !important;
  padding: 2px 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgb(255, 255, 255);
  /* animation: shake 1s ease-in-out infinite; */
  transition: all ease 0.5s;

}
.togglebtn:hover{
  cursor: pointer;

filter: hue-rotate(80deg);
transform: scale(1.1);
}
.tda{
  text-decoration: none !important; 
}
.mybg{
background-color: rgb(24, 132, 204);
}
.mycolor{
  color: rgb(239, 91, 45) !important;
}
.mycolorWhite{
  color: rgb(255, 255, 255) !important;
}

.s1{
  background: url(../images/Fresh/s1.png) no-repeat; min-height: 43vw;background-position: right;
}
.s2{
  background: url(../images/Fresh/s1.png) no-repeat; min-height: 43vw;background-position: right;
}
.s3{
  background: url(../images/Fresh/s1.png) no-repeat; min-height: 43vw;background-position: right;
}
.carousel-item h2{
  border-left: 4px solid rgb(239, 91, 45) !important; 
  padding-left: 5px;
}
.carousel-item p{
  text-align: justify;
}

.ss> .image{
 border-top: 5px solid blue;
background-color:white;
/* box-shadow: 10px 0px 0px 5px blue !important; */
min-height: 350px;
z-index: -999;
}
.ss>.box{
  z-index: 9999 !important;
  margin-bottom: -50px;
  margin-left: 50px;
  /* margin-top: -100px; */
  background-color: white;
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 50%;
}
.ss small{
  font-size: 13px !important;
  /* color: red; */
  color: gray;
}


.os{
  min-height: 300px;
/* background-color: #f0f0f0; */
background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
/* background-color: rgb(24, 132, 204); */
margin-top: 80px !important;
}
.os> .box{
  height: 100px;width: 100px;border-radius: 50%;margin-top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;

}
.os>p{
  font-size: 12px ;
  text-align: justify;
  color: white;
  padding: 10px;
}
.nav-link{
  /* border-radius: 0px 20px 0px 20px ; */
  filter: brightness(1.2);
}
.upbox{
  height: 35px ;
  width: 35px;
  border-radius: 50%;
  background-color: rgb(239, 91, 45);
  bottom: 10px;
  right: 10px;
  position: fixed;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: white;
  animation: lazyupdown 2s linear infinite;
}
.b1{
  width: 200px !important;
  transition: all ease 0.5s !important  ;
  padding: 20px 10px !important; 
}
.b1:hover{
  /* background-color: rgb(239, 91, 45) !important; */
  box-shadow: 1px 1px 5px rgb(99, 120, 134);
  border-radius: 10px;
  
}
img1:hover{
  /* filter: hue-rotate(80deg); */
  background-color:rgb(239, 91, 45);
  color: white !important;
  border-radius: 5px;
  }

@keyframes lazyupdown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
  
}

.Perfect{
  height: 400px;
}
@media (max-width: 450px) {
  .Perfect{
  height: 100%;
  }
}
/* Other css  */
img {
  user-select: none;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}
html::-webkit-scrollbar {
  width: 1rem;
}
html::-webkit-scrollbar-track {
  background: #c02425; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #c02425, #f0cb35); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #c02425, #f0cb35); 
}
html::-webkit-scrollbar-thumb {
  background: #673AB7;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #5c39ad, #4a2d7e);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #512DA8, #673AB7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  
}
.fimg{
  filter: hue-rotate(160deg);  
}
section {
  padding: 5rem 10%;
}

.heading-link {
  min-height: 275px;
  text-align: center;
  background: url(../images/Fresh/3d/bgab.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
}
.heading-link h3 {
  font-size: 4rem;
  text-transform: capitalize;
  color: black;
}
.heading-link p {
  font-size: 2rem;
  line-height: 2;
  color: #777;
}
.heading-link p a {
  color: rgb(239, 91, 45);
}
.heading-link p a:hover {
  text-decoration: underline;
}

.heading {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 3.5rem;
  text-transform: capitalize;
  color: black;
}

.btnd {
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 3rem;
  font-size: 1.8rem;
  border: 0.1rem solid rgb(24, 132, 204);
  background: #fff;
  color: rgb(24, 132, 204);
  cursor: pointer;
  text-transform: capitalize;
}
.btnd:hover {
  background: rgb(24, 132, 204);
  color: #fff;
  font-size: 2.1rem;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  padding: 1rem 5%;
  display: flex;
  align-items: center;
  z-index: 1000;
}
.header .logo {
  margin-right: auto;
  /* font-size: 2.5rem; */
  /* text-transform: capitalize; */
  /* color: black; */
  /* font-weight: bolder; */
}
.header .logo i {
  color: rgb(255, 136, 0);
}
.header .navbard {
  position: relative;
}
.header .navbard #close-navbard {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  font-size: 4rem;
  cursor: pointer;
  color: #444;
  display: none;
}

.header .navbard #close-navbard:hover {
  transform: rotate(90deg);
}
.header .navbard a {
  margin-right: 2rem;
  font-size: 1.8rem;
  text-transform: capitalize;
  color: black;
}
.header .navbard a:hover {
  color: rgb(255, 136, 0);
}
.iconsnv{
  display: flex;
  align-items: center;
}
.header .icons div {
  cursor: pointer;
  font-size: 2.5rem;
  color: #444;
  margin-left: 1.5rem;
}
.header .icons div:hover {
  color: rgb(24, 132, 204);
}
.header #menu-btnd {
  display: none;
}

.account-form {
  position: fixed;
  top: 0;
  right: 105%;
  width: 35rem;
  background: #fff;
  display: flex;
  flex-flow: column;
  gap: 2rem;
  justify-content: center;
  height: 100%;
  z-index: 1200;
  padding: 2rem;
  text-align: center;
}
.account-form.active {
  box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
  right: 0;
}
.account-form #close-form {
  position: absolute;
  top: 1.5rem;
  right: 2.5rem;
  font-size: 4rem;
  cursor: pointer;
  color: #444;
}
.account-form #close-form:hover {
  transform: rotate(90deg);
}
.account-form form {
  border: 0.1rem solid rgb(24, 132, 204);
  padding: 2rem;
  display: none;
}
.account-form form.active {
  display: block;
}
.account-form form h3 {
  font-size: 2.5rem;
  text-transform: capitalize;
  color: black;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}
.account-form form .box {
  width: 100%;
  border: 0.1rem solid rgb(24,132,204);
  padding: 1.2rem 1.4rem;
  font-size: 1.6rem;
  margin: 0.7rem 0;
}
.account-form form .flex {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.account-form form .flex label {
  font-size: 1.5rem;
  color: #777;
  cursor: pointer;
}
.account-form form .flex a {
  font-size: 1.5rem;
  color: #777;
  margin-left: auto;
}
.account-form form .flex a:hover {
  text-decoration: underline;
  color: rgb(255, 136, 0);
}
.account-form form .btnd {
  width: 100%;
}
.account-form .buttons .btnd {
  margin: 0 0.8rem;
}
.account-form .buttons .btnd.active {
  background: rgb(255, 136, 0);
  color: #fff;
}

.home {
  padding: 0;
}
.home .swiper-slide {
  display: flex;
  align-items: center;
  height: 60rem;
  background-size: cover !important;
  background-position: center !important;
}
.home .swiper-slide .content {
  width: 50rem;
}
.home .swiper-slide .content h3 {
  font-size: 5rem;
  text-transform: capitalize;
  color: black;
  color: #fff;
}
.home .swiper-slide .content p {
  font-size: 1.6rem;
  line-height: 2;
  color: #777;
  color: #eee;
  padding: 3rem 0;
}

.future .box-containerd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 2rem;
}
.future .box-containerd .box {
  padding: 3rem 2rem;
  text-align: center;
  border: 0.1rem solid rgb(24,132,204);
  cursor: pointer;
}
/* section{
  z-index: 5000 !important;
} */
.future .box-containerd .box:hover {
  /* transition: 0.5sec ease-in-out; */
  /* color: white !important; */
  background: rgb(24, 132,204);
}
.future .box-containerd .box:hover h3 {
  /* font-size: 2rem; */
  /* text-transform: capitalize; */
  color: white;
}
.future .box-containerd .box img {
  height: 8rem;
  margin-bottom: 0.5rem;
}
.future .box-containerd .box h3 {
  font-size: 1.5rem;
  text-transform: capitalize;
  color: black;
  padding: 0.5rem 0;
}
.future .box-containerd .box p {
  font-size: 1.5rem;
  text-transform: capitalize;
  color: black;
}

.home-courses .slide {
  text-align: center;
  position: relative;
  background: rgb(24, 132, 204);
  overflow: hidden;
  /* color: white !important; */
}
.home-courses .slide:hover .content {
  bottom: 0;
}
.home-courses .slide .image {
  padding: 2rem;
}
.home-courses .slide .image img {
  width: 100%;
  margin-bottom: 1.5rem;
}
.home-courses .slide .image h3 {
  font-size: 2rem;
  text-transform: capitalize;
  color: black;
}
.home-courses .slide .content {
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255,0.9);
  padding: 1rem 2rem;
}
.home-courses .slide .content h3 {
  font-size: 2rem;
  text-transform: capitalize;
  /* color: black; */
  color:rgb(20, 20, 20) !important;
}
.home-courses .slide .content p {
  font-size: 1.5rem;
  line-height: 2;
  /* color: #777; */
  padding: 0.5rem 0;
  color: gray;
}
.home-courses .slide .content .btnd:hover {
  background:rgb(24, 132, 204);
}

.about {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5rem;
}
.about .image {
  flex: 1 1 40rem;
}
.about .image img {
  width: 100%;
}
.about .content {
  flex: 1 1 40rem;
}
.about .content .about-title {
  font-size: 4rem;
  text-transform: capitalize;
  color: black;
}
.about .content p {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
  padding: 0.5rem 0;
}
.about .content .icons-containerd {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 2rem;
}
.about .content .icons-containerd .icons {
  text-align: center;
  padding: 2rem 1rem;
  border: 0.1rem solid rgb(255, 136, 0);
  background:rgb(24, 132, 204);
}
.about .content .icons-containerd .icons img {
  height: 5rem;
  margin-bottom: 0.3rem;
}
.about .content .icons-containerd .icons h3 {
  padding: 0.3rem 0;
  font-size: 2rem;
  text-transform: capitalize;
  color: black;
}
.about .content .icons-containerd .icons span {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
}

.teachers .slide {
  text-align: center;
}
.teachers .slide:hover .image img {
  background: rgb(24, 132, 204);
}
.teachers .slide:hover .image .share {
  bottom: 0;
}
.teachers .slide .image {
  position: relative;
  overflow: hidden;
}
.teachers .slide .image img {
  background: rgb(239, 91, 45);
  width: 100%;
}
.teachers .slide .image .share {
  position: absolute;
  bottom: -10rem;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 2rem;
}
.teachers .slide .image .share a {
  font-size: 2rem;
  margin: 0 1rem;
  color: #fff;
}
.teachers .slide .image .share a:hover {
  color: rgb(255, 136, 0);
  font-size: 2.5rem;

}
.teachers .slide .content {
  display: flex;
  padding-top: 1rem;
  align-items: center;
  justify-content: space-between;
}
.teachers .slide .content h3 {
  font-size: 2rem;
  text-transform: capitalize;
  color: black;
}
.teachers .slide .content span {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
}

.reviews .slide {
  text-align: center;
}
.reviews .slide p {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
  position: relative;
  /* background: rgb(24, 132, 204); */
  border: 0.1rem solid rgb(255, 136, 0);
  margin-bottom: 3rem;
  padding: 2rem;
  user-select: none;
}
.reviews .slide p::before {
  content: "";
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background: rgb(24, 132, 204);
  border-bottom: 0.1rem solid rgb(255, 136, 0);
  border-right: 0.1rem solid rgb(255, 136, 0);
  height: 2rem;
  width: 2rem;
}
.reviews .slide img {
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
  object-fit: cover;
}
.reviews .slide h3 {
  font-size: 1.7rem;
  text-transform: capitalize;
  color: black;
  padding: 0.5rem 0;
}
.reviews .slide .stars {
  font-size: 1.5rem;
  color: rgb(255, 136, 0);
}

.courses .box-containerd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}
.courses .box-containerd .box:hover .image img {
  transform: scale(1.1);
}
.courses .box-containerd .box:hover .image h3 {
  font-size: 1.5rem;
  text-transform: capitalize;
  color: black;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  padding: 0.5rem 1.5rem;
  background: #fff;
}
.courses .box-containerd .box.hide {
  display: none;
}
.courses .box-containerd .box .image {
  height: 25rem;
  overflow: hidden;
  position: relative;
}
.courses .box-containerd .box .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.courses .box-containerd .box .content {
  padding: 2rem;
  text-align: center;
  border: 0.1rem solid rgb(255, 136, 0);
}
.courses .box-containerd .box .content h3 {
  font-size: 2rem;
  text-transform: capitalize;
  color: black;
}
.courses .box-containerd .box .content p {
  padding: 1rem 0;
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
}
.courses .box-containerd .box .content .icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 2rem;
  border-top: 0.1rem solid rgb(255, 136, 0);
}
.courses .box-containerd .box .content .icons span {
  font-size: 1.5rem;
  text-transform: capitalize;
  color: black;
}
.courses .box-containerd .box .content .icons span i {
  color: rgb(255, 136, 0);
  padding-right: 0.5rem;
}
.courses .load-more {
  margin-top: 2rem;
  text-align: center;
}

.contact .icons-containerd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}
.contact .icons-containerd .icons {
  text-align: center;
  padding: 3rem 2rem;
  border: 0.1rem solid rgb(255, 136, 0);
  background: rgb(24, 132, 204);
}
.contact .icons-containerd .icons i {
  height: 6rem;
  width: 6rem;
  line-height: 6rem;
  font-size: 2rem;
  border-radius: 50%;
  margin-bottom: 0.5rem;
  color: #fff;
  background: rgb(255, 136, 0);
  animation: lazyupdown 2s linear infinite;
}

.contact .icons-containerd .icons h3 {
  font-size: 2rem;
  text-transform: capitalize;
  color: black;
  padding: 0.5rem 0;
}
.contact .icons-containerd .icons p {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
}
.contact .rowd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.contact .rowd .image {
  flex: 1 1 40rem;
}
.contact .rowd .image img {
  width: 100%;
}
.contact .rowd form {
  flex: 1 1 40rem;
  border: 0.1rem solid rgb(24, 132, 204);
  padding: 2rem;
}
.clh:hover{
  filter: hue-rotate(180deg) brightness(1.1) !important;
}
.contact .rowd form h3 {
  font-size: 2.5rem;
  text-transform: capitalize;
  color: black;
  padding-bottom: 1rem;
}
.contact .rowd form .box {
  width: 100%;
  padding: 1.2rem 1.4rem;
  border: 0.1rem solid rgb(24, 132, 204);
  font-size: 1.6rem;
  margin: 0.7rem 0;
}
.contact .row form textarea {
  height: 13rem;
  resize: none;
}

.faq .accordiond-containerd {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}
.faq .accordiond-containerd .accordiond {
  flex: 1 1 40rem;
  border: 0.1rem solid rgb(24, 132, 204);
}
.faq .accordiond-containerd .accordiond.active .accordiond-heading {
  background:rgb(24, 132, 204);
}
.faq .accordiond-containerd .accordiond.active .accordiond-heading h3 {
  color: #fff;
}
.faq .accordiond-containerd .accordiond.active .accordiond-heading i {
  color: #fff;
  transform: rotate(180deg);
}
.faq .accordiond-containerd .accordiond.active .accordiond-content {
  display: block;
}
.faq .accordiond-containerd .accordiond .accordiond-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  padding: 1.5rem;
}
.faq .accordiond-containerd .accordiond .accordiond-heading h3 {
  font-size: 2rem;
  text-transform: capitalize;
  color: black;
}
.faq .accordiond-containerd .accordiond .accordiond-heading i {
  font-size: 2rem;
  color: rgb(24, 132, 204);
}
.faq .accordiond-containerd .accordiond .accordiond-content {
  padding: 1.5rem;
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
  border-top: 0.1rem solid rgb(24, 132, 204);
  display: none;
}

.footer {
  background: rgba(253, 253, 115,0.1);
}
.footer .box-containerd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(23rem, 1fr));
  gap: 2rem;
  /* background-color: #f0cb35; */
}
.footer .box-containerd .box h3 {
  font-size: 2.2rem;
  text-transform: capitalize;
  color: black;
  padding: 1rem 0;
}
.footer .box-containerd .box h3 i {
  color: rgb(255, 136, 0);
}
.footer .box-containerd .box .share {
  margin-top: 1rem;
}
.footer .box-containerd .box .share a {
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  font-size: 2.4rem;
  color: rgb(0, 0, 0);
  text-align: center;
}
.footer .box-containerd .box .share a:hover {
  color: #fff;
  font-size: 3rem;
  animation: 0.5s ease-in-out;
}
.footer .box-containerd .box .link {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
  padding: 0.5rem 0;
  display: block;
}
.footer .box-containerd .box .link:hover {
  color: rgb(239, 91, 45);
  text-decoration: underline;
}
.footer .box-containerd .box p {
  font-size: 1.5rem;
  line-height: 2;
  color: #1d1a1a;
  /* color: rgb(239, 91, 45); */
  padding: 1rem 0;
}
.footer .box-containerd .box .email {
  width: 100%;
  padding: 1.2rem 1.4rem;
  font-size: 1.6rem;
  border: 0.1rem solid rgb(24, 132, 204);
  margin-bottom: 1rem;
}
.credit {
  text-align: center;
  margin-top: 3rem;
  padding: 1rem;
  font-size: 2rem;
  text-transform: capitalize;
  color: black;
  border-top: 0.1rem solid rgb(255, 136, 0);
}
small>p{
  text-align: justify;
}

@media (max-width: 1200px) {
  .header {
    padding: 2rem 5%;
  }
  section {
    padding: 3rem 5%;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .header {
    padding: 2rem;
  }
  section {
    padding: 3rem 2rem;
  }
}
@media (max-width: 768px) {
  .header #menu-btnd {
    display: inline-block;
  }
 
  .header .navbard {
    position: fixed;
    top: 0;
    right: -105%;
    width: 30rem;
    background-image: url(../images/Fresh/bgWithlogo1.jpg);
    background-size: cover;
    /* background: #fff; */
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    z-index: 1200;
  }
  .header .navbard #close-navbard {
    display: block;
  }
  .header .navbard.active {
    box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
    right: 0;
  }
  .header .navbard a {
    display: block;
    background-color:;
    margin: 1rem 0;
    text-align: center;
    font-size: 3rem;
  }
  .home .slide .content {
    font-size: 2.4rem;
  }
}
@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .heading {
    font-size: 3rem;
  }
  .about .content .about-title {
    font-size: 4rem;
  }
  
}/*# sourceMappingURL=style.css.map */



@keyframes shake {
   0% {
        transform: rotate(0deg);
      }
      25% {
        transform: rotate(-10deg); /* Hang to the left */
      }
      50% {
        transform: rotate(0deg); /* Return to center */
      }
      75% {
        transform: rotate(10deg); /* Hang to the right */
      }
      100% {
        transform: rotate(0deg); /* Return to center */
      }
}





