@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto+Slab:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-family: "Roboto Flex", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
}

.hero-section {
    background-image: url(../img/hero-img.jpg);
    background-size: cover;
    background-position: center center;
    z-index: 1;
    /* height: 200px; */
    position: relative;
    padding: 25px;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000887;
  z-index: -1;
}

.accredation-section {
  background: #e1e5f8;
}

.download-section {
  background: rgb(0, 0, 2);
  background: linear-gradient(
    96deg,
    rgba(0, 0, 2, 1) 5%,
    rgba(53, 51, 203, 1) 92%
  );
}
@media (max-width:786px)
{
    .float--end {
        float: right !important;
    }
    .download-section {
        height: 190px;
    }
}
.accredation-section .logo {
  width: 200px;
  height: 200px;
}

.online-icon {
  margin-top: 8px;
  height: 120px;
  width: 120px;
  padding: 10px;

  border-radius: 10px;
}

.online-section {
  position: relative;
  z-index: 1;
}

.online-section::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #393185;
  height: 80%;
  width: 100%;
  content: "";
  z-index: -1;
  border-radius: 0 0 20px 20px;
}

    .online-section .wrapper_4 {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 0.6rem;
        margin-bottom: .5rem;
    }

    .accredation-section .wrapper_4
     {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0.6rem;
        margin-bottom: .5rem;
    }

    @media (max-width:786px)
    {
        .accredation-section .wrapper_4,
        .online-section .wrapper_4 {
            display: flex;
            overflow-y: auto;
            padding: 0rem;
        }
            .accredation-section .wrapper_4 .card,
            .online-section .wrapper_4 .card {
                min-width: 225px;
                height: 210px !important;
                margin-bottom: .5rem;
            }
    }

    .skill-section {
        background-image: url(../img/skills.png);
        background-size: cover;
        background-position: center center;
        z-index: 1;
        /* height: 200px; */
        position: relative;
    }

.skill-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff9e;
  z-index: -1;
}

    .skill-section ul li {
        list-style-type: none;
      
    }
    .skill-section ul li:before {
        list-style-type: none;
        content: "\F26A";
        font-family: bootstrap-icons !important;
              font-size: 18px;
    }


    .scholarship-section {
        background: #393185;
    }

ul li {
  line-height: 32px;
}

/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slide-section {
  padding: 5px;
}

.students-section {
  background: linear-gradient(
    96deg,
    rgba(90, 220, 228, 1) 5%,
    rgba(0, 75, 173, 1) 92%
  );
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 12;
  background: #fff;
}

main {
  margin-top: 60px;
}
.form-group {
  margin-bottom: 0.3rem;
}
#subscribe-new1 .sign-up-form form .form-group {
  position: relative;
}

#subscribe-new1 .sign-up-form form input {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 8px 20px;
}

#subscribe-new1 .sign-up-form form .form-group i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 20px;
  color: #999;
}

/* index2 css */

.three-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-bottom: 0;
}

.three-wrap .card {
  border: none;
  position: relative;
  border-radius: 10px;
  z-index: 1;
}

.three-wrap .card .count-box {
  display: flex;
  align-items: center;
  padding: 5px 5px 5px 15px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  height: 110px;
}

.three-wrap .card .count-box img {
  line-height: 0;
  margin-right: 20px;
}

.span-custom {
  position: relative;
  top: 0;
  left: 10px;
  padding: 5px;
  border-radius: 10px;
  background: #fff;
  box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.span-custom i {
  position: relative;
  top: 7px;
}

.three-wrap .card::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -3px;
  bottom: -3px;
  left: 4px;
  background-color: #7c74bb;
  z-index: -1;
  border-radius: 10px;
  transition: 0.3s ease-out;
  box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
}

.three-wrap .card:hover::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.3s ease-out;
}

@media (max-width: 991px) {
  .three-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
    margin-bottom: 0;
  }
  .three-wrap .card .count-box {
    height: 90px;
  }
}

@media (max-width: 769px) {
    .three-wrap {
        display: flex;
        overflow-y: auto;
        padding: 0rem;
    }
}

.bg-img1 {
  background-image: url(../img/student-01.jpg);
  background-size: cover;
  width: 100%;
  height: 270px;
  position: relative;
  color: #fff;
}

.bg-img {
  background-image: url(../img/student-02.jpg);
  background-size: cover;
  width: 100%;
  height: 270px;
  position: relative;
  color: #fff;
}
.bg-img1:before,
.bg-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
}

.bg-content {
  height: 100%;
}

.bg-content-para {
  opacity: 0;
}
.bg-img1:hover .bg-content-para,
.bg-img:hover .bg-content-para {
  opacity: 1;
}

.bg-img1:hover::before,
.bg-img:hover::before {
  height: 100% !important;
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 52%) 100%,
    rgb(0 0 0 / 0%) 100%
  );
}
@media (max-width: 1200px) {
  .bg-img1 {
    background-image: url(../img/student-01.jpg);
    background-size: 100% 100%;
    width: 100%;
    height: 320px;
    position: relative;
    color: #fff;
  }

  .bg-img {
    background-image: url(../img/student-02.jpg);
    background-size: 100% 100%;
    width: 100%;
    height: 320px;
    position: relative;
    color: #fff;
  }
}

.w_180 {
  width: 187px;
}

.program-container {
  background: #261052;
}

.highlight {
  clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
  background: #6c5ce7;
}

@media (max-width: 768px) {
  .highlight {
    clip-path: polygon(0 0, 100% 1%, 100% 100%, 0% 100%);
    background: #6c5ce7;
  }
}

.footer-section {
  background-image: url(../img/footer.jpg);
  background-size: cover;
  background-position: center center;
  z-index: 1;
  /* height: 200px; */
  position: relative;
}

.footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00007387;
  z-index: -1;
}
.cursornone {
  cursor: none;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 100px;
    z-index: 99999;
    background: #bd2440;
    width: 40px;
    height: 80px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 32px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #393185;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }
