body {
  color: #00256e;
  font-family: 'Sansita', sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Sansita', sans-serif;
}

h1 {
  font-size: 3em;
}

.btn {
  padding: 1em;
  font-weight: 500;
  border: 0;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

p {
  font-family: 'Roboto Slab', serif;
}

span {
  font-family: 'Lato', sans-serif;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/*topnavbar css*/

.topnavbar {
  background-color: #00256e;
  padding: 10px 0px;
}

.topicon ul {
  display: inline-flex;
}

.topicon ul li {
  margin-right: 25px;
}

.topicon ul li i {
  color: #fff;
}

.topnavbar .topicon span {
  color: white;
  margin-left: 1.25em;
}

.rightcolumn {
  text-align: right;
}

.rightcolumn ul {
  display: inline-flex;
}

.rightcolumn ul li {
  margin-right: 30px;
  font-size: 14px;
}

.rightcolumn ul li i {
  color: #ffc600;
  margin-right: 6px;
}

.rightcolumn ul li span {
  color: white;
}

.topnavbar .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/*menu css*/

.menu .logoimg {
  width: 2em;
}

.menu {
  background-color: white;
  padding-bottom: 0.8em;
}

.menu .navbar {
  padding-bottom: 0;
}

.menu .navbar .container .navbar-nav {
  margin-left: auto;
  margin-right: 0;
}

.menu .navbar .container ul li {
  margin-right: 1.5em;
}

.menu .container .nav-link {
  color: #344a77;
}

.menu .container .navbar-brand {
  color: #344a77;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.25em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
/*banner css*/

.carousel img {
  max-height: 800px;
  margin: 0 auto;
  filter: brightness(0.5);
}

carousel-inner {
  height: 30em;
}

.carousel-indicators {
  display: none;
}

.banner {
  position: relative;
  width: 100%;
}

.banner button {
  color: #264583;
  border-radius: 0;
}

.banner p {
  margin-bottom: 23px;
}

.bannertext {
  position: absolute;
  top: 17em;
  left: 16em;
  z-index: 9;
}

.banner .carousel-caption {
  position: absolute;
  top: 16em;
  z-index: 9;
}

.banner h1 {
  color: white;
  font-size: 5em;
  margin-bottom: 15px;
}

.banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 42, 99, 1);
  opacity: 0.7;
}
/*feature css*/

.featurelist {
  text-align: center;
  position: relative;
  margin-top: -12em;
}
.featurelist .row {
  justify-content: center;
}

.featurelist .feature {
  color: white;
}

.featurelist .feature i {
  font-size: 3em;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.featurelist .feature h2 {
  font-size: 2em;
  margin-bottom: 1em;
}

.featurelist .features:nth-child(1) .feature {
  background-color: #5599ff;
  padding-bottom: 1em;
}

.featurelist .features:nth-child(2) .feature {
  background-color: #ff5f69;
  padding-bottom: 1em;
}

.featurelist .features:nth-child(3) .feature {
  background-color: #11c0b2;
  padding-bottom: 1em;
}
/*about css*/

.about {
  margin-top: 60px;
  position: relative;
  margin-bottom: 60px;
}

.about .aboutimg img {
  width: 35%;
  height: auto;
  left: 13em;
  top: 0;
  position: absolute;
  object-fit: cover;
}

.about .imgbox {
  width: 31em;
  height: 21em;
  top: 3em;
  background: #eef4ff;
  position: relative;
  margin-bottom: 10em;
  left: 2em;
}

.about .imgdesc {
  background-color: #00256e;
  color: white;
  padding: 1em;
  width: 21em;
  height: auto;
  position: absolute;
  top: 12em;
  left: 25em;
  box-shadow: 0px 15px 10px -15px grey;
}

.about .imgdesc i {
  color: #7789b0;
  font-size: 25px;
  margin-bottom: 0.5em;
}

.about .imgdesc img {
  text-align: right;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-top: 1em;
  margin-bottom: 1em;
  object-fit: cover;
}

.about .imgdesc span {
  font-weight: 600;
}

.about .abtright {
  margin-left: 6em;
}

.about .abtright p {
  margin-top: 2em;
  color: #485d88;
}

.about .abtright h1 {
  font-size: 40px;
  font-weight: 600;
}

.about .abtright h5 {
  margin-left: 20%;
  color: #6184c8;
  margin-bottom: 1em;
  margin-left: 3em;
  font-size: 14px;
}

.about .abtright-head::before {
  content: '';
  position: absolute;
  width: 8%;
  height: 2px;
  top: 50%;
  background-color: #6184c8;
  left: -1em;
}

.about .abtright-head:hover :before {
  background-color: #00256e;
  content: '';
  position: absolute;
  width: 12%;
  height: 2px;
  top: 50%;

  left: -1.5em;
}

.about .abtright-head {
  position: relative;
  left: 1em;
}
/*details*/

.details {
}

.details .row {
  text-align: center;
}

.details .row h2 {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.details .row p {
  margin-bottom: 3em;
  color: #485d88;
}

.details .row .details-body {
  text-align: center;
}

.details .row .details-body img {
  width: 50px;
  object-fit: cover;
}

.details .row .details-body span {
  font-size: 3em;
  font-weight: 600;
  color: #5598ff;
  margin-bottom: 1em;
  margin-top: 1em;
}

.details .row .details-body h6 {
  font-size: 1.15em;
}
/*details*/

.coursedesc h2 {
  color: #204d67;
  font-size: 1.5em;

  font-weight: 800;
}
.coursecaption {
  color: black;
  font-size: 14px;
  margin-bottom: 1em;
  margin-top: 1em;
}

.coursecaption p {
  margin-top: 0.5em;
}

.coursecaption span:hover {
  color: orangered;
}
/* .carousel-control-next-icon, .carousel-control-prev-icon {
    display: block;
    width: 2rem;
    height: 2rem;
   background:#FFDB6D;
   
    border: 1px solid transparent;
} */

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 6em;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13%;
  padding: 0;
  color: white;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.carouselcontainer .coursedesc h2 {
  color: #204d67;
  font-size: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 800;
}

.carouselcontainer .coursecaption {
  color: #9cb7ff;
  font-size: 14px;
  margin-bottom: 2em;
}

.carousel-inner .carousel-item img {
  width: 100%;
  height: auto;
}
.coursecaption span {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.coursecards .courseimg img {
  width: 100%;
  height: 100%;
}

.article-badge {
  position: absolute;
  height: 40px;
  left: -8px;
  top: 15px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
}

.article-badge:before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  /* border-bottom: 8px solid #C21766; */
  border-left: 8px solid transparent;
  top: -8px;
  left: 0;
}

.article-badge:after {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  /* border-left: 15px solid #E83E8C; */
  right: -15px;
}
.hot {
  background-color: #fd7e14;
}
.article-badge.hot:before {
  border-bottom: 8px solid #fd7e14;
}
.article-badge.hot:after {
  border-left: 15px solid #fd7e14;
}
.price {
  background-color: #e83e8c;
}
.article-badge.price:before {
  border-bottom: 8px solid #e83e8c;
}
.article-badge.price:after {
  border-left: 15px solid #e83e8c;
}
.seller {
  background-color: #6f42c1;
}
.article-badge.seller:before {
  border-bottom: 8px solid #6f42c1;
}
.article-badge.seller:after {
  border-left: 15px solid #6f42c1;
}
.trending {
  background-color: #20c997;
}
.article-badge.trending:before {
  border-bottom: 8px solid #20c997;
}
.article-badge.trending:after {
  border-left: 15px solid #20c997;
}
.courses {
  background-color: #f7f8fd;

  position: relative;
}

.courses .row img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.courses .row .img-desc {
  position: relative;
  width: 90%;
  padding: 1em;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  margin: 0 auto;
  margin-top: -5em;
  background: white;
  opacity: 1;
}

.courses h1 {
  text-align: left;
  font-size: 39px;
  font-size: 54px;
  font-weight: 600;
}

.courses h5 {
  position: relative;
  margin-left: 6em;
  color: #6184c8;
  font-size: 14px;
  font-weight: 400;
}

.courses .teamhead h5::before {
  content: '';
  position: absolute;
  width: 6%;
  height: 2px;
  top: 50%;
  background-color: #6184c8;
  left: -8%;
}

.courses .row h3 {
  font-size: 1.25em;
}

.courses .row p {
  font-size: 1em;
  color: #485d88;
  margin-bottom: 1.5em;
  text-align: left;
}

.courses .row span {
  font-weight: 600;
  color: #264583;
}

.courses .row .btn {
  border-radius: 0;
  padding: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  color: #264583;
  margin: 0;
  text-transform: capitalize;
  letter-spacing: 0.8px;
  font-weight: 500;
}
/*interest*/

.interest {
  margin-bottom: 5em;
  overflow-x: hidden;
}

.interest .interest-img {
  position: relative;
}

.interest .interest-img .button {
  width: 100px;
  height: 100px;
  color: white;
  /* background: radial-gradient( rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 1) 62%); */
  /* border-radius: 50%; */
  position: relative;
  /* display: block; */
  /* margin: 100px auto; */
  /* box-shadow: 0px 0px 25px 3px rgb(255 255 255 / 80%); */
}
/* triangle */

.interest .interest-img .button::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* pulse wave */

.interest .interest-img .button:before {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.75);
  top: -30%;
  left: -30%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

.interest .interest-bodycontainer {
  background-image: url('assets/images/img3.jpg');
}

.interest .interest-body {
  position: relative;
}

.interest .interest-head::before {
  content: '';
  position: absolute;
  width: 8%;
  height: 2px;
  top: 10px;
  background-color: #6184c8;
  left: -3.5em;
}

.interest .interest-head {
  position: relative;
  left: 70px;
}

.interest .interest-body h5 {
  font-size: 15px;
}

.interest .interest-body h1 {
  margin-bottom: 0.75em;
}

.interest .row .paragraphbody {
  object-fit: cover;
  text-align: center;
  width: 100%;
  height: 600px;
  margin-left: 0;
}

.interest .row .paragraphbody img {
  width: 96%;
  height: 104%;
  object-fit: cover;
}

.interest .row .paragraphbody::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0px;
  width: 48.1%;
  height: 100%;
  background-color: rgba(16, 42, 99, 1);
  opacity: 0.9;
}

.interest .row {
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0;
}

.interest .row .paragraphbody p {
  position: absolute;
  color: white;
  top: 50%;
  text-align: center;
  right: 350px;
}

.interest .row .paragraphbody p:hover {
  color: red;
  cursor: pointer;
}

.interest .row .paragraphbody .accordion {
  position: absolute;
  top: 155px;
  right: 80px;
  width: 500px;
}

.interest .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  margin-bottom: 10px;
}

.interest .row .paragraphbody .accordion-body h1 {
  position: absolute;
  top: 71px;
  right: 87px;
  width: 500px;
  color: white;
  font-size: 41px;
  font-weight: 600;
}

.interest .row .paragraphbody .accordion-body h5 {
  position: absolute;
  top: 38px;
  right: 229px;
  width: 500px;
  color: #6184c8;
  font-size: 14px;
  font-weight: 400;
}

.interest .row .paragraphbody .accordion-body h5::before {
  content: '';
  position: absolute;
  width: 9%;
  height: 2px;
  top: 50%;
  background-color: #6184c8;
  left: 10em;
}

.accordion-button:not(.collapsed) {
  color: black;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-body {
  color: #485d88;
  font-size: 14px;
}

.accordion-button {
  color: #567fa1;
  font-size: 18px;
}

.interest {
  position: relative;
}

.interest .row {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}

.interest .row .interest-img {
  width: 690px;
  height: 652px;
  margin: 0;
  position: relative;
  overflow: hidden;
  left: -11px;
  object-fit: cover;
}

.interest .row .interest-img .girlimg {
  width: 100%;
  height: 654px;
  object-fit: cover;
}

.interest .interest-img .play-btn {
  width: 15%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.interest .video-player {
  width: 100%;
  height: 150px;
  display: none;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 3%;
  cursor: pointer;
}
/*Team css*/

.team {
  position: relative;
}
.team-one {
  margin-top: 0;
  background-color: #f7f8fd;
  margin-bottom: 3em;
}

.team .teamhead h5 {
  margin-left: 6em;
  color: #6184c8;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.team .teamhead h5::before {
  content: '';
  position: absolute;
  width: 6%;
  height: 2px;
  top: 50%;
  background-color: #6184c8;
  left: -8%;
}
.team .teamhead-one h5::before {
  content: '';
  position: absolute;
  width: 4%;
  height: 2px;
  top: 2.3%;
  background-color: #6184c8;
  left: 9.4%;
}

.team .teamhead-one {
  padding-top: 2em;
}

.team .imgcontainer img {
  width: 100%;
  object-fit: cover;
}

.team .buttondiv {
  width: 9%;
  margin-bottom: 1em;
  border-radius: 0;

  padding: 0.5em 1em;

  background-color: #ffca2c;
}
.team .buttondiv-one {
  border-radius: 0;
  padding: 0.5em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0;
  background-color: #ffca2c;
  display: inline-flex;

  float: right;
}

.team .buttondiv a {
  text-decoration: none;
  color: #264583;
}

.team .imgbox {
  background-color: #ffffff;
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-top: -3em;
  /* margin-bottom: 2em; */
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  padding: 1em;
}

.team h1 {
  font-size: 54px;
  font-weight: 600;
}

.team p {
  margin-bottom: 2.5em;
  color: #485d88;
  line-height: 1.5;
}

.team .imgbox h2 {
  color: #00256e;
  font-size: 18px;
}

.team .imgbox p {
  font-size: 12px;
  color: #485d88;
}

.team .btndesc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em;
}
.team .btndesc p {
  width: 100%;
  margin-bottom: 0;
}
.btndesc .btn {
  margin-bottom: 1em;
  color: #00256e;
  font-weight: 600;
  border-radius: 0;
  padding: 9px 10px;
  background: yellow;
}

.btndesc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btndesc p {
  width: 650px;
}
/*testimonial css*/

.testimonial h1 {
  color: white;
  font-size: 39px;
  font-size: 54px;
  font-weight: 600;
}

.testimonial p {
  color: white;
}
.testimonial h5 {
  position: relative;
  margin-left: 6em;
  color: white;
  font-size: 14px;
  font-weight: 400;
}

.testimonial .teamhead h5::before {
  content: '';
  position: absolute;
  width: 6%;
  height: 2px;
  top: 50%;
  background-color: white;
  left: -8%;
}

.testimonial {
  background-color: #5598ff;
}

.testimonial .testimonial-header {
  text-align: center;
  /* padding-top: 4em; */
  padding-bottom: 2em;
}

.testimonial .testimonial-header h1 {
  color: white;
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 0.25em;
}

.testimonial .testimonial-header p {
  color: white;
  line-height: 1.5;
}

.testimonial .contain .item {
  background: #ffffff;
  padding: 2em;
  text-align: center;
}

.testimonial .contain .item .imgcontainer {
  display: flex;
  justify-content: center;
}

.testimonial .contain .item img {
  text-align: right;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-top: 1em;
  margin-bottom: 1em;
  object-fit: cover;
}

.testimonial .item i {
  color: #bfbfbf;
  font-size: 2.5em;
  margin-bottom: 0.5em;
}

.testimonial .item span i {
  color: #ffb527;
  font-size: 1em;
  margin-bottom: 0;
}

.testimonial .item p {
  color: #8f8a8a;
}

.testimonial .item h3 {
  font-size: 1.3em;
}

.testimonial .item h4 {
  color: #8f8a8a;
  font-size: 1em;
}

.testimonial .owl-carousel .owl-nav .owl-next {
  color: white;
  position: absolute;
  font-size: 4em;
  top: 157px;
  right: -26px;
  width: 5px;
}

.testimonial .owl-carousel .owl-nav .owl-prev {
  left: -50px;
  color: white;
  position: absolute;
  font-size: 4em;
  top: 157px;
}

.testimonial .owl-carousel .owl-dots {
  color: red;
  font-size: 50px;
  display: none;
}
/*news*/

.news h1 {
  font-size: 54px;
  font-weight: 600;
}

.news h5 {
  position: relative;
  margin-left: 6em;
  color: #6184c8;
  font-size: 14px;
  font-weight: 400;
}

.news .teamhead h5::before {
  content: '';
  position: absolute;
  width: 6%;
  height: 2px;
  top: 50%;
  background-color: #6184c8;
  left: -8%;
}

.news {
  background-color: #f7f8fd;

  position: relative;
}

.news .img-desc h3 {
  font-size: 18px;
  font-weight: 600;
}

.news p {
  margin-bottom: 1em;
  /* color: #0B2E74; */
  color: #8f8a8a;
  margin-top: 1em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news span {
  font-size: 12px;
  color: #8f8a8a;
  letter-spacing: 1px;
  margin-top: 1em;
}

.news bold {
  color: #0b2e74;
  margin-left: 6px;
  margin-right: 6px;
}

.news .row img {
  object-fit: cover;
  /* margin-bottom: 11em; */
  width: 100%;
  height: 400px;
}

.news .row .img-desc {
  background-color: #ffffff;
  position: relative;
  width: 80%;
  padding: 1.5em;
  margin-left: 3.5em;
  margin-top: -8em;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
}

.news .row .btn {
  border-radius: 0;
  padding: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  color: #264583;
  margin: 0;
}
/* footer css*/

footer {
  background: #253d6b;
  color: white;
  position: relative;
  padding-top: 50px;
  padding-bottom: 3em;
}

footer ul li i {
  margin-right: 1em;
  color: yellow;
}

.copyright {
  text-align: center;
  background: #212b43;
  padding: 0.5em;
  width: 100%;
  color: white;
}

footer .social-media-icons ul li i {
  color: white;
}

#scroll-top {
  display: inline-block;
  background-color: #485d88;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  border-radius: 50px;
  box-shadow: 0px 0px 9px rgba(216, 102, 131, 0.6);
  transition: all 0.5s ease-in-out;
}

#scroll-top:after {
  content: '\f062';
  font-family: 'Font Awesome 5 Free';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 50px;
  color: #fff;
  font-weight: 900;
}

#scroll-top.show {
  opacity: 1;
  visibility: visible;
}

/*about-us page css*/

.banner-one {
  background-image: url('assets/images/parkimg.jpg');
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.imgcontainer-one {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0;
  position: relative;
  z-index: 9;
}

.rightcontainer {
  display: flex;
}

.rightcontainer span {
  color: white;
  margin-right: 0.5em;
  white-space: nowrap;
  font-size: 18px;
}

.rightcontainer .breadcrumbwrapper {
  color: white;
}
.rightcontainer .breadcrumbwrapper a {
  text-decoration: none;
  color: white;
}

.breadcrumb-item.active {
  color: white;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #f37e02;
  content: var(--bs-breadcrumb-divider, '/');
}

.leftcontainer h2 {
  color: white;
  font-size: 3em;
}

.aboutus {
  margin-top: 5em;
  margin-bottom: 5em;
}

/*detailbody css*/

.detailbody {
  background: url(assets/images/college.jpg);
  width: 100%;
  min-height: 500px;
  margin-bottom: 3em;
  position: relative;
  padding: 60px 0;
}

.featurelist-one {
  text-align: center;
  margin-bottom: 2em;
  position: relative;
  top: 0;
  z-index: 9999;
  margin-top: 0 !important;
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 100%;
  /* perspective: 1000px; */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  color: white;
  padding: 2em;
  width: 100%;
  height: auto;
  transform: rotateY(180deg);
}

.one {
  background-color: #2980b9;
}

.two {
  background-color: #ff5f69;
}
.three {
  background-color: #11c0b2;
}

.flipbtn {
  box-shadow: #8a8b8d 0px 5px 15px;
  background-color: #06235c;
  color: white;
  padding: 0.5em 1em;
  margin-bottom: 2em;
  margin-top: 2.8em;
}

.flipbtn:hover {
  color: #06235c;
  background: white;
}

.banner .flip-card p {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.coursecards .courseimg img {
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
}

.courseimg {
  position: relative;
}

/* .carousel-inner .carousel-item img {
    width: 100%;
    height: auto;
     filter: brightness(0.5);
} */

/* .carousel-control-next-icon {   
    background-color: #ffdb6d;
} */

.formfields {
  border: 1px solid gray;
  padding: 2em;
}

.container-form h3 {
  font-size: 23px;
  margin-bottom: 0.75em;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: 'Lato', sans-serif;
}
.container-form i {
  color: #4c48bf;
  font-size: 2em;
  margin-right: 0.3em;
}
.container-form p {
  margin-top: 0;
  margin-bottom: 0;
}
.container-form span {
  font-size: 1.5em;
  font-weight: 600;
}

.formparagraphwrapper {
  margin-top: 1em;
}
.formparagraphwrapper span {
  font-weight: 800;
  font-size: 1em;
  font-family: 'Roboto Slab', serif;
}
.container-form .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid gray;
  border-left: none;
  border-top: none;
  border-right: none;
  -moz-appearance: none;
  appearance: none;
  /* border-radius: 0.25rem; */
  /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
}

.formwrapper {
  border: 1px solid black;
  padding-bottom: 0.6em;
  border: 1px solid gray;
  padding: 1em 1em 0.4em 1em;
}
.form-btndesc {
  border-radius: 0;
  padding: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  color: white;
  margin: 0;
  background-color: #fd7e14;
  /* width: 27%; */
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  display: inline-block;
}

form textarea {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 130px;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}

.menu .dropdown-item {
  transition: all 0.2s ease-in;
}

.menu .dropdown-item:focus,
.dropdown-item:hover {
  color: blue;

  background-color: transparent;
  transform: translateX(8px);
}

.menu .dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: none;
}

/*design css*/

button.contactbutton {
  margin-bottom: 1em;
}
.menuwrapper .field {
  display: flex;
  align-items: baseline;
}
.menuwrapper .alert {
  color: black;
}
.menuwrapper .alert-one a {
  color: black;
  text-decoration: none;
}
.menuwrapper .alert-one a:hover {
  background-color: #253d6b;
  color: white;
}

.design {
  margin-top: 2em;
  margin-bottom: 2em;
}

.designimgcontainer {
  position: relative;
}

.designimgcontainer img {
  width: 100%;
  height: auto;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
  isolation: isolate;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: black;
  padding-right: 9em;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  /* border-color: #dee2e6 #dee2e6 #fff; */
  border-bottom: 1px solid black;
  border-top: none;
  border-left: none;
  border-right: none;
  border-width: 2px;
}

.toctitlediv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.toctitlediv i {
  font-size: 22px;
  color: #00256e;
}
.weekdiv i {
  color: #8dadc3;
  margin-left: 0.5em;
}
.weekdiv span {
  color: #8dadc3;
  margin-left: 0.5em;
}

.toctitlediv h5 {
  font-size: 18px;
  margin-left: 0.5em;
}

.tocwrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.toctitle h3 {
  margin-top: 1em;
}
.victoriadetails i {
  font-size: 50px;
  margin-right: 0.5em;
}

.victoriadetails h1 {
  font-size: 30px;
}

.victoriadetails {
  display: flex;
  flex-direction: row;
}
.victoriawrapper {
  margin-top: 2em;
  border: 1px solid #cdd1e6;
  padding: 2em;
}

.victoriawrapper p {
  color: #3c4a53;
}
.menuwrapper {
  border: 2px solid #cdd1e6;
  padding: 1em;
}

.menuwrapper h1 {
  font-size: 2em;
}

.alert {
  border: 1px solid #cdd1e6;
  border-radius: 0;
  padding: 10px;
}

.alert:hover {
  background-color: #253d6b;
  color: white;
}

.designformcontainer {
  border: 2px solid #cdd1e6;
  padding: 2em;
  margin-top: 1em;
}

.field span {
  padding: 6px;
  border: 1px solid #cdd1e6;
  border-right: none;
  background: #e9ecef;
}

.field input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 1em;
  width: 85%;
}

.loginbtn {
  padding: 1em;
  text-align: center;
  text-decoration: none;
  background: #ffc107;
  color: black;
  width: 100%;
  margin-top: 1em;
  font-size: 15px;
  margin-bottom: 1em;
  border: none;
  border-radius: 5px;
  border: 2px solid #ffc107;

  transition: all 0.3s ease-in;
}

.loginbtn:hover {
  color: black;
  background-color: transparent;
}

.formoptions h5 {
  border: 1px solid gray;
  margin-bottom: 0.5em;
  padding: 1em;
  font-size: 15px;
}
.courseslist {
  margin-top: 1em;
  padding: 1em;
  border: 2px solid #cdd1e6;
}
.courselistwrapper {
  display: flex;
  flex-direction: row;
}

.courselistwrapper i {
  margin-right: 0.5em;
  font-size: 23px;
}
.design .descriptionwrapper {
  margin-top: 3em;
}
.design .descriptionwrapper .descbody {
  margin-top: 2em;
}
.design .description {
  padding: 2em;

  background: #ffc600;
}
.descbody span {
  font-size: 19px;
  font-weight: 600;
  /* margin-top: 1em; */
}
.descbody ul {
  margin-bottom: 1.5em;
  margin-left: 1em;
}
.description .descquote i {
  color: white;
  font-size: 2.5em;
  margin-bottom: 0.5em;
  margin-right: 1em;
}
blockquote {
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  font-size: 27px;
  font-style: italic;
  color: black;
}

.descquote {
  display: flex;
  flex-direction: row;
}

.descquote span {
  color: black;
  font-size: 21px;
  font-weight: 600;
  font-style: italic;
}

.contactbutton {
  padding: 0.5em 1em;
  border-radius: 0px;
  border: 0px;
  color: white;
  background-color: green;
  margin-top: 1.5em;
  border-radius: 5px;
  border: 2px solid green;
  transition: all 0.3s ease-in;
}

.contactbutton:hover {
  background-color: transparent;

  color: black;
}

.contactcontent {
  margin-top: 2em;
}

.contactcontent span {
  margin-left: 0.25em;
}

.contactcontent ul {
  margin-left: 1em;
}
.alert:hover a {
    color: white;
}

/*event css*/
.coursecaption i {
  color: #485d88;
}

.funiconwrapper i {
  margin-right: 0.5em;
}

.funiconwrapper ul li {
  color: #485d88;
  line-height: 30px;
}
.funiconwrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 1em;
}

.readbtn {
  text-align: left;

  border-radius: 7px;
  word-spacing: 3px;
  display: inline-block;
}

.readbtn button {
  border: 2px solid #ffc107;
  border-radius: 5px;
  transition: all 0.3s ease-in;
}

.readbtn button:hover {
  color: black;
  background-color: transparent;
}

.eventwrapper {
  box-shadow: 0px 2px 5px rgba(219, 209, 209, 0.692);
}

.eventbody {
  margin: 2em;
}

.eventbody h1 {
  font-size: 2.5em;
  margin-bottom: 0.5em;
}

.articlewrapper .alert {
  margin-bottom: 0;
}

/*page wrapper*/
.pagewrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}

.pagewrapper li a {
  color: #f9bc07;
}

.pagewrapper li a:hover {
  color: white;
  background-color: #f9bc07;
}

/* event-school fun run css*/
.readbtn.readbtn-one {
  margin-top: 1em;
}
.coursecaption h2 {
  font-size: 3em;
  color: #204d67;
  font-weight: 900;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}

.funiconwrapper-one h3 {
  color: #394764;
  font-size: 2.5em;
  font-weight: 600;
}

.funiconwrapper-one-body {
  padding: 1em;
}
.eventwrapper-one {
  box-shadow: none;
  border: none;
}

.eventbody-one {
  margin: 0;
}
.funiconwrapper-one {
  background-color: #eeeeee;
  padding: 1em;
  border: 1 px solid gray;
}
section.map {
  margin-top: 1em;
}
.contact-wrapper {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.design .map {
  margin-top: 1em;
  margin-bottom: 1em;
}

.design .map iframe {
  margin-bottom: 1em;
}

.designbody h4 {
  color: #204d67;
  font-size: 2.5em;
  font-weight: 400;
}

.descparagraph {
  margin-top: 2em;
}

.imgevents img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

.designbody ul {
  margin-bottom: 1em;
  margin-top: 1em;
  margin-left: 1em;
}

.nextbtn {
  margin-right: 0;
  float: right;
  border: none;
  padding: 10px;
  font-size: 20px;
  background-color: transparent;
  border: 0.5px solid lightgray;
  font-weight: 100;
}

.nextbtn i {
  font-size: 18px;
  font-weight: 800;
}

.victoriawrapper-one {
  margin-top: 5em;
}

/*blog css*/

button.loginbtn a {
  text-decoration: none;
  color: black;
}

.descquote-one blockquote {
  color: black;
}

.description .descquote-one i {
  color: #253d6b;
}

.description {
  border-left: 5px solid black;
  margin-bottom: 3em;
}

.descquote-one .quotebody blockquote {
  color: #222222;
}

.descquote-one .quotebody span {
  color: #253d6b;
}

.designimgcontainer-one img {
  margin-bottom: 2em;
}

.designbody ul {
  margin-left: 1em;
}

/* Gallery css*/

.section {
  padding: 30px 0;
  color: #333;
}
.section .top-side {
  text-align: center;
}
.section .top-side .title {
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
}
.section .top-side .title:after {
  content: '';
  display: block;
  width: 50%;
  border-bottom: 1px solid #494949;
  margin: 8px auto;
}
.section .top-side h2 {
  font-weight: 700;
}
.section.portfolio .filters {
  text-align: center;
  margin-top: 50px;
}
.section.portfolio .filters ul {
  padding: 0;
}
.section.portfolio .filters ul li {
  list-style: none;
  display: inline-block;
  padding: 1em 1.5em;
  cursor: pointer;
  position: relative;
  border: 1px solid gray;
}
.section.portfolio .filters ul li:after {
  content: '';
  display: block;
  width: calc(0% - 60px);
  position: absolute;
  height: 2px;
  background: #333;
  transition: width 350ms ease-out;
}
.section.portfolio .filters ul li:hover:after {
  width: calc(100% - 60px);
  transition: width 350ms ease-out;
}
.section.portfolio .filters ul li.active:after {
  width: calc(100% - 60px);
}
.section.portfolio .filters-content {
  margin-top: 50px;
}
.section.portfolio .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.section.portfolio .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.section.portfolio .filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}
.section.portfolio .filters-content .item .p-inner {
  padding: 20px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.section.portfolio .filters-content .item .p-inner h5 {
  font-size: 15px;
}
.section.portfolio .filters-content .item .p-inner .cat {
  font-size: 13px;
}
.section.portfolio .filters-content .item img {
  width: 100%;
}
.firstcol ul li {
  line-height: 40px;
  font-size: 15px;
}
.section-padding {
  padding: 60px 0;
}
.firstcol h3 {
  font-size: 22px;
  font-weight: 600;
}

/*imgcontainer css*/

.img-wrapper{
  display: flex;


}

.photo-stack,.photo-stack-1 {
  position: relative;
  margin:0;
  width: 300px;
  height: 300px;
}

.photo-stack img,.photo-stack-1 img {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid white;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-out;
  object-fit: cover;
}
.photo-stack img:nth-child(1) {
  z-index: 999;
}

.photo-stack:hover img:nth-child(1) {
  transform: rotate3d(0, 0, 1, 3deg);
  z-index: 999;
}

.photo-stack:hover img:nth-child(2) {
  transform: translateX(10px);
  z-index: 99;
}
.photo-stack:hover img:nth-child(3) {
  transform: translateX(20px);
  z-index: 9;
}
.photo-stack:hover img:nth-child(4) {
  transform: translateX(40px);
  z-index: 2;
}
.photo-stack:hover img:nth-child(5) {
  transform: translateX(60px);
}





.photo-stack-1 img:nth-child(1) {
  z-index: 999;
}

.photo-stack-1:hover img:nth-child(1) {
  transform: rotate3d(0, 0, 1, 3deg);
  z-index: 999;
}

.photo-stack-1:hover img:nth-child(2) {
  transform: translateX(30px);
  z-index: 99;
}
.photo-stack-1:hover img:nth-child(3) {
  transform: translateX(-30px);
  z-index: 9;
}

.album-gallery h5 {
  position: relative;
  margin-left: 6em;
  color: #6184c8;
  font-size: 14px;
  font-weight: 400;
}

.album-gallery  .teamhead h5::before {
  content: '';
  position: absolute;
  width: 6%;
  height: 2px;
  top: 50%;
  background-color: #6184c8;
  left: -8%;
}

.album-gallery  .row h3 {
  font-size: 1.25em;
}