/* @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200;6..12,400&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200;6..12,600;6..12,800&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200;6..12,600;6..12,700;6..12,800&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200;6..12,400;6..12,600;6..12,700;6..12,800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.color-black {
  color: #3d3d3d;
}
.color-black-solid {
  color: #202020;
}
.color-white {
  color: #ffffff;
}
.color-blue {
  color: #25235d;
}
.link-color
{
  color: #8C0E0F;
}
.text-dec {
  text-decoration: none;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-25 {
  font-size: 25px;
}
.font-30 {
  font-size: 30px;
}
.font-40 {
  font-size: 40px;
}
.font-48 {
  font-size: 48px;
}
.f-f {
  font-family: "Nunito Sans", sans-serif;
}
.font-w-400 {
  font-weight: 400;
}
.font-w-600 {
  font-weight: 600;
}
.font-w-700 {
  font-weight: 700;
}
.font-w-800 {
  font-weight: 800;
}
.line-h1 {
  line-height: 27.28px;
}
.line-h2 {
  line-height: 24.55px;
}
.line-h3 {
  line-height: 40px;
}
.line-h4 {
  line-height: 30px;
}
.line-h5 {
  line-height: 54px;
}
.text-cent {
  text-align: center;
}
.flex {
  display: flex;
}
.align-c {
  align-items: center;
}

.justify-c {
  justify-content: center;
}

.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.display-b {
  display: block;
}
.marg-a {
  margin: auto;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-60
{
  margin-top: 60px;
}
.left-10
{
  margin-left: 10px;
}
.br-10
{
    border-radius: 10px;
}
.sticky
{
  position: sticky;
  top: 0;
  left: 0;
  margin-top: -1px;
  z-index: 990;
}
.container {
  /* width: 1200px; */
  width: 1140px;
  margin: auto;
}

/* btn start */
.btn {
  display: inline-flex;
  padding: 10px 20px;
  background-color: #25235d;
  border-radius: 8px;
  color: #ffffff;
  position: relative;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}
.btn::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  background: #ba821c;
  top: 0;
  left: -250%;
  z-index: -1;
  transform: skewX(45deg);
  transition: all 0.5s ease-in-out;
}
.btn:hover::after {
  left: -50%;
  transition: all 0.5s ease-in-out;
}
/* btn end */

/* btn1 start */

.btn1 {
  display: inline-flex;
  padding: 12px 30px;
  background-color: #ba821c;
  border-radius: 8px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}

.btn1::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  background: #25235d;
  top: 0;
  left: -250%;
  z-index: -1;
  transform: skewX(45deg);
  transition: all 0.5s ease-in-out;
}
.btn1:hover::after {
  left: -50%;
  transition: all 0.5s ease-in-out;
}

/* btn1 end */

/* btn2 start */
.btn2 {
  display: inline-flex;
  padding: 12px 30px;
  border: 1px solid #ffffff;
  border-radius: 8px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}
.btn2:hover {
  border: 1px solid transparent;
}
.btn2::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  background: #25235d;
  top: 0;
  left: -250%;
  z-index: -1;
  transform: skewX(45deg);
  transition: all 0.5s ease-in-out;
}
.btn2:hover::after {
  left: -50%;
  transition: all 0.5s ease-in-out;
}
/* btn2 end */

/* btn start */
.btn3 {
    display: inline-flex;
    padding: 12px 30px;
    background-color: #25235d;
    border-radius: 8px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    z-index: 0;
    transition: all 0.5s ease-in-out;
  }
  .btn3::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 200%;
    background: #236f6b;
    top: 0;
    left: -250%;
    z-index: -1;
    transform: skewX(45deg);
    transition: all 0.5s ease-in-out;
  }
  .btn3:hover::after {
    left: -50%;
    transition: all 0.5s ease-in-out;
  }
  /* btn end */


/* btn start */
.btn4 {
    display: inline-flex;
    padding: 12px 30px;
    background-color: #ba821c;
    border-radius: 8px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    z-index: 0;
    transition: all 0.5s ease-in-out;
  }
  .btn4::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 200%;
    background: #236f6b;
    top: 0;
    left: -250%;
    z-index: -1;
    transform: skewX(45deg);
    transition: all 0.5s ease-in-out;
  }
  .btn4:hover::after {
    left: -50%;
    transition: all 0.5s ease-in-out;
  }
  /* btn end */

.img-responsive {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: cover;
  object-fit: cover;
}

/* .header-section
{
  position: sticky;
} */

.top-header {
  background-color: #e8ca84;
  padding: 15px 0;
}

.top-contant {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.contact-info a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* .top-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  gap: 25px;
} */
.top-list li
{
  list-style: none;
  display: inline-flex;
  padding: 0 12px;
}
.second-header {
  background-color: #ffffff;
  padding: 20px 0;
  box-shadow: 0px 4px 32px 0 #171C5E14;
  position: relative;
}
.header-logo img
{
  width: 180px;
}
.second-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px;
}
/* .nav-list .second-list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
} */

.nav-list .second-list li  {
  list-style: none;
  display: inline-flex;
  padding: 0 8px;
	align-items: center;
}

.nav-list .nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.dropbtn a
{
  display: flex;
  align-items: center;
  gap: 5px;
}

/* dropdown css satrt */
.dropbtn {
  position: relative;
  font-size: 16px;
  border: none;
  outline: none;
  color: #fff;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
.dropdown-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 10px;
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  left: 50px;
  background: #fffdfd;
  min-width: 250px;
  z-index: -1;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

.dropdown-content a {
  /* padding: 5px 0px; */
  font-size: 14px;
  color: #404040;
  align-items: flex-start;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.second-list li:hover > .dropdown-content {
  left: 0;
	top: 50px;
  opacity: 1;
  z-index: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
	border-bottom: 3px solid #e7c983;
}
ul.dropdown-content li .icon img{
	width: 20px !important;
    margin-right: 10px;
    margin-top: 3px;
}



/* dropdown css end */


/*side Dropdown Code Start */

.sidebar-menu {
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  font-size: 18px;
  border: none;
  outline: none;
  color: #ffffff;
  margin: 0;
  transition: all 0.5s ease-in-out;
}

.sub-menu {
  display: none;
  color: #ffffff;
  padding-left: 15px;
}

.sub-menu ul li a
{
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  text-decoration: none;
}

/*side Dropdown Code End */


/*OUR PEOPLE START*/

.peoplewrapper{
	max-width: 700px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	padding: 15px;
    border-radius: 5px;
}

.people_grid{
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 20px;
}

.mb-2{
	margin-bottom: 10px;
}
.people-details h5{
	color: #25235d;
}
.people-details p{
	line-height: 1.4;
	margin-bottom: 10px;
}
.mt-3{
	margin-top: 10px;
}

.people-details ul{
	margin: 0;
    padding: 0;
	margin-top: 20px;
}

.people-details ul li{
	display: inline-block;
	
}

.people-details ul li a{
	display: block;
}

.people-details ul li a img{
	width: 30px !important;
}


/*OUR PEOPLE END*/



/* Menu Hover Start */
.hvr-link {
  position: relative;
}

.hvr-link::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #3D3D3D;
  transition: all 0.5s ease-in-out;
}

.hvr-link:hover::before {
  right: auto;
  left: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.hvr-link2 {
  position: relative;
}

.hvr-link2::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.5s ease-in-out;
}

.hvr-link2:hover::before {
  right: auto;
  left: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
/* Menu Hover End */

/* search bar css start */
.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 3px solid #25235D;
  border-right: none;
  padding: 8px;
  height: 36px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #3D3D3D;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #25235D;
  background: #25235D;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 20%;
  position: absolute;
  top: 100%;
  left: 75%;
  display: none;
  transition: all 0.5s ease-in-out;
}

.wrap.search-dep
{
  display: block;
  transition: all 0.5s ease-in-out;
}

/* search bar css end */

.search-ham
{
  display: none;
}

.ham {
  font-size: 30px;
  color: #25235D;
}

.ham-2 {
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.ham-2:hover {
  /* font-size: 25px;
  transition: all 0.5s ease-in-out; */
  transform: scale(0.8);
  -webkit-transform: all 0.2s ease-in-out 0s;
}

/* slide sidebar Start */

.slidein-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.768);
  top: 0;
  left: -120%;
  /* left: 0; */
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  z-index: 999;
}

.slidein-menu.open {
  left: 0;
  transition: all 0.5s ease-in-out;
}

.white-slidein {
  background: #25235D;
  width: 400px;
  height: 100vh;
  padding: 40px;
  position: relative;
  z-index: 1;
  overflow-y: scroll ;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}

.m-menu-list {
  list-style: none;
  overflow-y: scroll;
  height: 50vh;
  margin-top: 30px;
}

/*TABLE STYLE START*/


#tablestyle {
  border-collapse: collapse;
  width: 100%;
	font-family: "Nunito Sans", sans-serif;
}

#tablestyle td, #tablestyle th {
  border: 1px solid #ddd;
  padding: 8px;
}

#tablestyle tr:nth-child(even){background-color: #f2f2f2;}

#tablestyle tr:hover {background-color: #ddd;}

#tablestyle th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #25235d;
  color: white;
}


/*TABLE STYLE END*/

.m-menu-list li {
  padding: 15px 12px;
  display: block;
  font-family: "Nunito Sans", sans-serif;
}

.m-menu-list li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  text-decoration: none;
}

.slide-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar-logo
{
  background: #ffffff;
  padding: 10px;
}
.sidebar-logo img
{
  width: 150px;
}
.footer-icon
{
  display: flex;
  gap: 20px;
}
.footer-icon a img
{
  height: 25px;
  width: 25px;
}
.footer-btn-icon
{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* .footer-btn
{
  display: flex;
  justify-content: center;
} */

.side-btn1 {
  display: inline-flex;
  padding: 12px 40px;
  background-color: #236F6B;
  border-radius: 8px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}
.side-btn1::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  background: #BA821C;
  top: 0;
  left: -250%;
  z-index: -1;
  transform: skewX(45deg);
  transition: all 0.5s ease-in-out;
}
.side-btn1:hover::after {
  left: -50%;
  transition: all 0.5s ease-in-out;
}
/* slide sidebar end */

/* Menu Hover Start */
.hvr-link {
  position: relative;
}

.hvr-link::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #3d3d3d;
  transition: all 0.5s ease-in-out;
}

.hvr-link:hover::before {
  right: auto;
  left: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
/* Menu Hover End */

.banner-section {
  background: url("../images/banner-bg.png");
}
.banner-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 121px;
  padding-top: 25px;
}

.banner-section .banner-left {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.banner-left .banner-btn {
  margin-top: 10px;
}

.intro-section {
  padding: 83px 0;
}

.bachelor-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.bachelor-img img {
  border-radius: 10px;
  height: 100% !important;
}

.bachelor-content .bachelor-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* .about-bachelor .p-2
{
  margin-top: 20px;
} */
.about-bachelor {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
/* .course-btn a
  {
    margin-top: 15px;
  } */
.study-section {
  background: url("../images/study-bg.png");
  padding: 80px 0;
}
.study-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.study-des p {
  width: 598px;
  margin: auto;
}

.study-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 35px;
}

.box {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 4px 32px 0 #171c5e14;
}
.box-content {
  padding: 35px;
}
.box .box-head {
  display: flex;
  align-items: center;
  gap: 25px;
}
.box .box-head img {
  background-color: #fff5e8;
  border-radius: 4px;
  padding: 15px;
}

.box-content .box-des {
  margin-top: 25px;
}

.box-des .box-p {
  margin-top: 20px;
}

.study-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}

.hero-section {
  background: url("../images/hero-section-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px;
  position: relative;
}

.hero-text {
  position: relative;
  z-index: 1;
}
.hero-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, #14124a, #25235d00);
  opacity: 1;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.hero-desc .hero-p {
  margin-top: 20px;
}

.partner-section {
  padding: 80px 0;
}

.swiper.partners
{
  padding: 30px 10px 30px 10px;
}


.partner-logo {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 4px 32px 0 #171c5e14;
}

.partner-logo img {
  padding: 20px 35px;
}

.video-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.video-left {
  position: absolute;
  top: 0;
  left: -150px;
}
.video-right {
  position: absolute;
  top: 0;
  right: -150px;
}
.video-container {
  display: grid;
  grid-template-columns: 1fr 740px 1fr;
}
.video-content {
  margin-top: 45px;
}
.video-content .video-img .vid-img {
  display: block;
  margin: auto;
  border-radius: 10px;
  /* position: relative; */
}

.video-content .video-img {
  position: relative;
}

.video-content .video-img .play-buton {
  position: absolute;
  top: 40%;
  left: 40%;
}

.video-content .video-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #25235db2;
  border-radius: 10px;
  opacity: 1;
}

.video-instru {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-instru p {
  display: inline-flex;
  background-color: #236f6b;
  padding: 20px 85px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.news-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  transition: all 0.5s ease-in-out;
}

.card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 32px 0 #171c5e14;
  transition: all 0.5s ease-in-out;
}

.card .card-content .card-img .img-responsive {
  transition: all 0.5s ease-in-out;
}

.card:hover .img-responsive {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.card .card-content {
  padding: 30px;
}

.card-img {
  overflow: hidden;
}
.card-button p {
  color: #8c0e0f;
}

.card-button p:hover {
  color: #ba821c;
}

.news-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}

.contactus-section {
  padding: 80px 0;
}

.conatct-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.contact-num {
  display: flex;
  align-items: center;
  gap: 12px;
}
.call-content {
  background-color: #236f6b;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-top: 30px;
}

.call-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 47px 0px 47px 47px;
}

.right-contact {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 32px 0 #171c5e14;
}
.right-contact .form-title {
  color: #236f6b;
  letter-spacing: 3px;
}
.form-content {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
}
.top-field {
  display: flex;
  align-items: center;
  gap: 20px;
}
.form input {
  width: 100%;
  height: 48px;
  border: 2px solid #d6d6d6;
  border-radius: 3px;
  padding: 12px;
}

.form input::placeholder {
  color: #aaaaaa;
  font-size: 18px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
}
.form textarea {
  width: 100%;
  /* height: 48px; */
  border: 2px solid #d6d6d6;
  border-radius: 3px;
  padding: 12px;
  resize: none;
}
.form textarea::placeholder {
  color: #aaaaaa;
  font-size: 18px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
}

.form .form-btn {
  border: none;
}
.footer-section {
  overflow: hidden;
}
.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.footer-content .left-bg
{
    position: absolute;
    top: 0;
    left: -145px;
}
.footer-content .right-bg
{
    position: absolute;
    bottom: 0;
    right: -145px;
    z-index: 1;
}

.left-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #ba821c;
  /* position: relative; */
}



.left-footer .footer-left-container {
  padding: 60px 60px 40px 0px;
}

.right-footer {

  background: #25235d;
  position: relative;
}


.quick-link {
  padding: 60px 0px 40px 60px;
}

.right-footer .quick-link {
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px; */
  display: grid;
  grid-template-columns: 200px 245px;
  gap: 100px;
}

.right-footer .quick-link .quick-link-right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  position: relative;
  z-index: 2;
}

.right-footer .quick-link-left .footer-list {
  list-style: none;
}

.right-footer .quick-link-left .footer-list li a {
  text-decoration: none;
  color: #a09ed7;
  font-size: 18px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.right-footer .quick-link-left .footer-list li a i
{
    font-size: 12px;
}
.quick-link-left p {
  color: #e8ca84;
}

.quick-link-right .f-contact-info p {
  color: #e8ca84;
}

.cnt-info a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #a09ed7;
  font-size: 18px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
}

.social-link p {
  color: #e8ca84;
}
.social-info a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #a09ed7;
  font-size: 18px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
}

.bottom
{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.bottom .left-bottom
{
    padding: 20px 0;
    background: #E8CA84;
    color: #3D3D3D;
    font-size: 15px;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    text-align: center;

}
.bottom .right-bottom
{
    padding: 20px 0;
    background: #302E74;
    color: #A09ED7;
    font-size: 15px;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    text-align: center;
}


/* bachelor of business page start */
.bachelor-section
{
    background:  url('../images/bachelor-section-img.png');
    background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
}

.bachelor-grid
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}

.bache-title
{
    letter-spacing: 5px;
    color: #236F6B;
}

/* .bche-rig-img .bache-vid
{
    position: relative;
} */

.bche-rig-img
{
    position: relative;
}

.bche-rig-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #00000073;
    border-radius: 10px;
    /* opacity: 1; */
  }

.bche-rig-img .bache-vid-play
{
    position: absolute;
    top: 40%;
    right: 42%;
}

.about-bachelor-section
{
  padding: 80px 0;
}

.bachelor-main-container
{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
}

.bachelor-about-p p
{
  margin-top: 20px;
}
/* accordian start */
.acc-wrap
{
  border: 2px solid #236F6B1A;
  border-radius: 5px;
  margin-top: 20px;
}

.click-div {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.accordion-title
{
  padding: 20px;
  transition: all 0.5s ease-in-out;
}
.accordion-title .title
{
  color: #25235D;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  font-family: "Nunito Sans", sans-serif;
 
}

.accordion-content {
  padding: 0 25px 25px 25px;
}

.accordion-content p {
  color: #3D3D3D;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.55px;
  font-family: "Nunito Sans", sans-serif;
  margin-top: 20px;
}

.accordion-content ul, .accordion-content ol{
  font-family: "Nunito Sans", sans-serif;
	margin-left: 30px;
	color: #3D3D3D;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.55px;
    font-family: "Nunito Sans", sans-serif;
    margin-top: 20px;
}

.inner_content {
  display: none;
}
.plus-icon
{
  transition: all 0.5s ease-in-out;
}
.minus-icon
{
  display: none;
  transition: all 0.5s ease-in-out;
}

.accordion-title.active .title
{
  color: #236F6B;
}

.accordion-title.active .minus-icon
{
  display: block;
  transition: all 0.5s ease-in-out;
}

.accordion-title.active .plus-icon
{
  display: none;
  transition: all 0.5s ease-in-out;
}

/* accordian end */

/* .right-sidebar
{
  
} */

/* .right-sidebar .course-detail
{
  padding: 20px;
} */
.course-detail
{
  border-radius: 10px;
  box-shadow: 0px 4px 32px 0 #171c5e14;
}

.courses-section
{
  padding: 0 20px;
}
.course-content p
{
  font-size: 18px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  padding: 15px 20px;
  color: #FFFFFF;
  background: #25235D;
  border-radius: 10px 10px 0px 0;
}
.course-content ul li
{
  display: flex;
  align-items: center;
  justify-content: space-between;
   padding: 15px 0px;
   border-bottom: 1px solid #E6E6E6;
}

.course-content ul li:last-child
{
  border-bottom: none;
}
.course-duration
{
  display: flex;
  flex-direction: column;
  line-height: 21.82px;
}
.course-content ul li .course-main-title
{
  font-size: 16px;
  font-weight: 600;
  line-height: 21.82px;
  font-family: "Nunito Sans", sans-serif;
  color: #3D3D3D;
}
.course-content ul li .course-sub-title
{
  font-size: 16px;
  font-weight: 600;
  line-height: 21.82px;
  font-family: "Nunito Sans", sans-serif;
  color: #AAAAAA;
}
.course-content ul
{
  list-style: none;
}

.Indicative-Student
{
  border-radius: 10px;
  box-shadow: 0px 4px 32px 0 #171c5e14;
  margin-top: 35px;
}

.int-course-detail
{
  border-radius: 10px;
  box-shadow: 0px 4px 32px 0 #171c5e14;
  margin-top: 35px;
}
.sidebar-btn
{
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-bar-btn-green
{
  display: inline-flex;
  /* width: 100%; */
  padding: 12px 153px;
  background-color: #236F6B;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  color: #ffffff;
  margin-top: 35px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  z-index: 0;
  transition: all 0.5s ease-in-out; 
}

.side-bar-btn-green::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  background: #25235d;
  top: 0;
  left: -250%;
  z-index: -1;
  transform: skewX(45deg);
  transition: all 0.5s ease-in-out;
}

.side-bar-btn-green:hover::after {
  left: -50%;
  transition: all 0.5s ease-in-out;
}

.side-bar-btn-white
{
  display: inline-flex;
  padding: 12px 95px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  color: #25235D;
  border: 1px solid #25235D;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  z-index: 0;
  transition: all 0.5s ease-in-out;  
}

.side-bar-btn-white:hover
{
  color: #ffffff;
}
.side-bar-btn-white::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  background: #25235d;
  top: 0;
  left: -250%;
  z-index: -1;
  transform: skewX(45deg);
  transition: all 0.5s ease-in-out;
}
.side-bar-btn-white:hover::after {
  left: -50%;
  transition: all 0.5s ease-in-out;
}

.bachelor-heo-section
{
  background: linear-gradient(#FFFBF3, #FFFFFF00);
}

.bachelor-hero-left .bachelor-hero-btn
{
   display: flex;
   align-items: center;
   gap: 20px;
}

.bachelor-hero-grid
{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  padding: 90px 0;
}

.bachelor-btn1 {
  display: inline-flex;
  padding: 12px 40px;
  background-color: #236F6B;
  border-radius: 8px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}
.bachelor-btn1::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  background: #25235d;
  top: 0;
  left: -250%;
  z-index: -1;
  transform: skewX(45deg);
  transition: all 0.5s ease-in-out;
}
.bachelor-btn1:hover::after {
  left: -50%;
  transition: all 0.5s ease-in-out;
}


.bachelor-btn2 {
  display: inline-flex;
  padding: 12px 40px;
  border: 1px solid #25235D;
  border-radius: 8px;
  color: #25235D;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}
.bachelor-btn2:hover
{
   color: #FFFFFF;
}
.bachelor-btn2::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  background: #25235d;
  top: 0;
  left: -250%;
  z-index: -1;
  transform: skewX(45deg);
  transition: all 0.5s ease-in-out;
}
.bachelor-btn2:hover::after {
  left: -50%;
  transition: all 0.5s ease-in-out;
}
/* bachelor of business page end */


/* student info page start here */
.student-content-section
{
  padding-top: 60px;
  padding-bottom: 80px;
}
.student-info-banner-section
{
  background:  url('../images/bachelor-section-img.png');
    background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.student-content-grid
{
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
}
.student-info-detail
{
  border-radius: 10px;
  box-shadow: 0px 4px 32px 0 #171c5e14;
}

.student-content p
{
  font-size: 20px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  padding: 20px 25px;
  color: #FFFFFF;
  background: #236F6B;
  border-radius: 10px 10px 0px 0;
}
.about-stdent-service a
{
  color: #8C0E0F;
  text-decoration: none;
}

.about-stdent-service p{
	margin-bottom: 15px;
}

.about-stdent-service ul{
	margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.about-stdent-service ol{
	margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-stdent-service h1, .about-stdent-service h2, .about-stdent-service h3, .about-stdent-service h4, .about-stdent-service h5, .about-stdent-service h6{
	margin-bottom: 20px;
}


.student-services
{
  padding: 0 0px;
}
.student-content ul li
{
  list-style: none;
   padding: 20px 25px;
   border-bottom: 1px solid #E6E6E6;
   font-size: 20px;
  font-weight: 700;
  line-height: 21.82px;
  font-family: "Nunito Sans", sans-serif;
  color: #3D3D3D;
}

.student-content ul li a{
	color: #236F6B;
	display: block;
	text-decoration: none;
}

.student-content ul li:last-child
{
  border-bottom: none;
}

.student-content ul li.active{
	font-size: 20px;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    padding: 20px 25px;
    background: #236F6B;
}
.student-content ul li.active a{
	color: #fff;
}


.document-container
{
  margin-top: 60px;
}

.pdf-links a
{
  display: flex;
  align-items: center;
  gap: 15px;
  color: #25235D;
  font-size: 18px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  line-height:  24.55px;
  margin-top: 25px;
}


.button-box
{
  margin-top: 50px;
}

.box-grid
{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.btn-box
{
  box-shadow: 0px 4px 32px 0 #171C5E14;
  border-radius: 5px;
}


.box-item
{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 25px 33px;
}
.box-btn1 {
  display: inline-flex;
  padding: 8px 30px;
  /* background-color: #25235d; */
  border: 1px solid #25235D;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  text-decoration: none;
  color: #25235D;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}
.box-btn1:hover{
  color: #ffffff;
}
.box-btn1::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  background: #25235d;
  top: 0;
  left: -250%;
  z-index: -1;
  transform: skewX(45deg);
  transition: all 0.5s ease-in-out;
}
.box-btn1:hover::after {
  left: -50%;
  transition: all 0.5s ease-in-out;
}
/* student info page end here */


/* blog page start */
.blog-banner-section
{
  background:  url('../images/blog-banner-bg.png');
  /* background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; */
  padding: 80px 0;
}
.bnr-title
{
  letter-spacing: 5px;
    color: #ffffff;
}
.blog-news-section2
{
  padding-bottom: 80px;
}
/* blog page end */

/* blog single start */
.blog-content
{
  padding-top: 60px;
  padding-bottom: 80px;
}

.blog-content-grid
{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
}

.blog-date
{
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  color: #8C0E0F;
}

.main-blog-content p
{
  font-size: 18px;
  font-weight: 400;
  line-height: 24.55px;
  font-family: "Nunito Sans", sans-serif;
  margin-top: 20px;
  color: #3D3D3D;
}
.main-blog-content h3
{
  font-size: 30px;
  font-weight: 800;
  line-height: 41px;
  font-family: "Nunito Sans", sans-serif;
  color: #25235D;
  margin-top: 35px;
}

.share-btn
{
     display: flex;
     align-items: center;
     gap: 45px;
     margin-top: 70px;
}

.share-btn .share-txt-icon
{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #202020;
}

.share-btn .share-icones
{
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 30px;
}

.a2a_kit
{
  display: flex;
  gap: 8px;
}

.blog-next-prev
{
  margin-top: 65px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 98px;
}

.blog-next-prev .prev-btn
{
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 10px;
}
.blog-next-prev .next-btn
{
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 10px;
}
.blog-next-prev .prev-btn .prev
{
  color: #236F6B;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  font-family: "Nunito Sans", sans-serif;
}
.blog-next-prev .next-btn .nxt
{
  color: #236F6B;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  font-family: "Nunito Sans", sans-serif;
}

.blog-next-prev .prev-btn .prev-topic
{
  font-size: 16px;
  font-weight: 400;
  color: #202020;
  font-family: "Nunito Sans", sans-serif;
  line-height: 21.82px;
}
.blog-next-prev .next-btn .nxt-topic
{
  font-size: 16px;
  font-weight: 400;
  color: #202020;
  font-family: "Nunito Sans", sans-serif;
  line-height: 21.82px;
}

.blog-right-content
{
  background: #236F6B;
  border-radius: 10px;
}
.blog-contact-detail
{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: ce;
  gap: 20px;
  padding: 40px;
}
.blog-single-btn
{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.blog-btn-1 {
  display: inline-flex;
  align-items: center;
  padding: 12px 113px;
  background-color: #FFFFFF;
  border-radius: 8px;
  color: #236F6B;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}
.blog-btn-1:hover
{
  color: #FFFFFF;
}
.blog-btn-1::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  background: #25235d;
  top: 0;
  left: -250%;
  z-index: -1;
  transform: skewX(45deg);
  transition: all 0.5s ease-in-out;
}
.blog-btn-1:hover::after {
  left: -50%;
  transition: all 0.5s ease-in-out;
}


.blog-btn2 {
  display: inline-flex;
  padding: 12px 55px;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}

.blog-btn2:hover
{
 border: 1px solid transparent;
}
.blog-btn2::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  background: #25235d;
  top: 0;
  left: -250%;
  z-index: -1;
  transform: skewX(45deg);
  transition: all 0.5s ease-in-out;
}
.blog-btn2:hover::after {
  left: -50%;
  transition: all 0.5s ease-in-out;
}

/* blog single end */

.blog-news-section
{
  padding: 80px 0;
  background: linear-gradient(#FFFBF3, #FFFFFF00);
}

/* conatct us Start */
/* .contact-us-banner
{
  background:  url('../images/contat-us-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
} */

.contact-us-wraper
{
  background:  url('../images/contat-us-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 80px;
  /* padding-bottom: 60px; */
}
.contact-grid
{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.contact-left
{
  display: grid;
  grid-template-columns: 1fr;
  /* gap: 90px; */
}
.contact-right
{
  margin-bottom: -85px;
  position: relative;
  z-index: 1;
}
.contact-right .form-title {
  color: #236f6b;
  letter-spacing: 3px;
}
/* .bottom-content
{
  margin-top: 90px;
} */
.bottom-content .contact-slogan
{
   font-size: 40px;
   font-weight: 700;
   color: #E8CA84;
   font-family: "Nunito Sans", sans-serif;
}

.contact-us-detail a
{
  font-size: 18px;
  font-weight: 400;
  line-height: 24.55px;
  color: #FFFFFF;
  font-family: "Nunito Sans", sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-top: 15px;
}

.map-wrapper {
  height: 550px;
}
.map-wrapper iframe {
  height: 100%;
  width: 100%;
}

/* conatct us End */

/* our team start */
.team-banner-section
{
  background:  url('../images/bachelor-section-img.png');
    background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}
.ourteam-member-section
{
  padding-top: 60px;
  padding-bottom: 80px;
}
.top-team-btn
{
  display: flex;
  align-items: center;
  justify-content: center;
}


.director-btn
{
  display: inline-flex;
  padding: 15px 25px;
  background-color: #236F6B;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.28px;
  font-family: "Nunito Sans", sans-serif;
  cursor: pointer;
}

.director-btn.t-btn-1 {
  display: inline-flex;
  padding: 15px 25px;
  background-color: #ffffff;
  border-radius: 5px;
  color: #3D3D3D;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.28px;
  font-family: "Nunito Sans", sans-serif;
}

.academic-btn
{
  display: inline-flex;
  padding: 15px 25px;
  /* background-color: #236F6B; */
  border-radius: 5px;
  color: #3D3D3D;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.28px;
  font-family: "Nunito Sans", sans-serif;
  cursor: pointer;
}

.academic-btn.t-btn-2
{
  display: inline-flex;
  padding: 15px 25px;
  background-color: #236F6B;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.28px;
  font-family: "Nunito Sans", sans-serif;
}

.execu-btn
{
  display: inline-flex;
  padding: 15px 25px;
  /* background-color: #236F6B; */
  border-radius: 5px;
  color: #3D3D3D;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.28px;
  font-family: "Nunito Sans", sans-serif;
  cursor: pointer;
}

.execu-btn.t-btn-3
{
  display: inline-flex;
  padding: 15px 25px;
  background-color: #236F6B;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.28px;
  font-family: "Nunito Sans", sans-serif;
}

.team-member
{
  margin-top: 45px;
}

.team-detail {
  margin-top: 20px;
}

.team-detail h5{
	font-size: 18px;
}

.teamflex{
	display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 150px;
    align-items: center;
}

.team-box p
{
  color: #AEAEAE;
}

.team-box img{
	height: 232px !important;
	width: 232px !important;
	object-fit: cover;
}

.director-team-grid
{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 28px;
}

.academic-team-grid
{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 28px;
}

.executive-team-grid
{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 28px;
}


/* .director-team
{
  display: none;
} */

.director-team.diactive
{
  display: none;
}

.academic-team
{
  display: none;
}

.academic-team.active
{
  display: block;
}

.executive-team
{
  display: none;
}

.executive-team.active
{
  display: block;
}
/* our team end */


@media (max-width: 1447px) {
  .nav-list .second-list li  {
    padding: 0 8px;
  }

  .nav-list {
    gap: 15px;
  }

  .btn-r{
    font-size: 16px;
    padding: 10px 20px;
  }

  .nav-list .nav-btn {
    gap: 20px;
  }
}


@media (max-width: 1330px) {

  .footer-content {
    grid-template-columns: 1fr;
  }

  .left-footer {
    grid-template-columns: 1fr;
  }

  .left-contact
  {
    padding-left: 25px;
  }
  .left-footer .footer-left-container {
    padding: 60px 60px 40px 40px;
  }

  .bottom
{
    grid-template-columns: 1fr;
}
}


@media (max-width: 1235px) {

  .nav-list {
    gap: 10px;
  }

  .btn-r{
    font-size: 16px;
    padding: 10px 15px;
  }

  .nav-list .nav-btn {
    gap: 15px;
  }

  .search-icon img
  {
     height: 20px;
     width: 20px;
  }

  .header-logo img
  {
        width: 150px;
  }
  .map-wrapper {
    height: 450px;
  }
}


@media (max-width: 1140px)
{
  .nav-list li a
  {
    font-size: 14px;
  }

  .header-logo img
  {
        width: 140px;
  }

  .banner-title h1
  {
    font-size: 35px;
  }

  .call-section p
  {
    font-size: 16px;
  }
    
  .contact-num img
  {
    width: 30px;
    height: 30px;
  }
  .contact-num
  {
    font-size: 18px;
  }

  .bche-rig-img .bache-vid-play
{
    top: 40%;
    right: 42%;
}

.student-content-grid
{
  grid-template-columns: 1fr;
  gap: 30px;
}

}

@media (max-width: 1024px)
{
  .top-header
  {
    display: none;
  }
  .nav-list
  {
    display: none;
  }

  .search-ham
  {
    display: block;
  }

  .banner-title h1
  {
    font-size: 30px;
  }

  /* .banner-desc p
  {
    font-size: 18px;
  } */

  .bachelor-img img {
    height: auto !important;
  }

  .bachelor-content {
    grid-template-columns: 1fr;
  }

  .news-box {
    grid-template-columns: 1fr 1fr;
  }

  .conatct-grid {
    grid-template-columns: 1fr ;
    gap: 40px;
  }

  .contact-bg img
  {
    width: 100%;
  }

  .call-section p
  {
    font-size: 20px;
  }
    
  .contact-num img
  {
    width: 50px;
    height: 50px;
  }

  .contact-num
  {
    font-size: 35px;
  }

  .bche-rig-img .bache-vid-play
  {
      width: 70px;
      height: 70px;
  }

  .bachelor-main-container
{
  grid-template-columns:  1fr;
  gap: 40px;
}

.bachelor-hero-grid
{
  grid-template-columns: 1fr;
  gap: 40px;
}

.side-bar-btn-flex
{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.side-bar-btn-green
{
  font-size: 16px;
  padding: 12px 90px;
  margin-top: 20px;
}

.side-bar-btn-white
{
  font-size: 16px;
  padding: 12px 30px;
  margin-top: 20px;
}

.bachelor-section
{
  padding: 50px 0;
}

.about-bachelor-section
{
  padding: 50px 0;
}

.bachelor-hero-grid
{
  gap: 30px;
  padding: 50px 0;
}

.blog-content
{
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog-content-grid
{
  grid-template-columns: 1fr;
  gap: 30px;
}

.blog-news-section
{
  padding: 50px 0;
}

.share-btn
{
     margin-top: 40px;
}

.blog-next-prev
{
  margin-top: 45px;
}
.blog-news-section2
{
  padding-bottom: 50px;
}
.contact-grid
{
  grid-template-columns: 1fr;
  gap: 30px;
}
.student-info-banner-section
{
  padding: 50px 0;
}
.student-content-section
{
  padding: 50px 0;
}

.director-team-grid
{

  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
}
.academic-team-grid
{
  grid-template-columns: 1fr 1fr 1fr;
}
.executive-team-grid
{
  grid-template-columns: 1fr 1fr 1fr;
}
.ourteam-member-section
{
  padding: 50px 0;
}
}



@media (max-width: 950px)
{
  .banner-title h1
  {
    font-size: 25px;
  }
	
	.container {
    width: 95%;
	padding: 0px 15px;
	}
	

  .call-section p
  {
    font-size: 14px;
  }

  .banner-btn a
  {
    font-size: 16px;
  }

  .banner-section .banner-left {
    gap: 5px;
  }

  .bachelor-title h2
  {
    font-size: 35px;
  }

  .about-bachelor p
  {
    font-size: 16px;
  }

  .course-btn a
  {
    font-size: 16px;
  }

  .study-title h3
  {
     font-size: 30px;
  }

  .study-des p
  {
    font-size: 18px;
  }

  .study-des p {
    width: 100%;
  }

  .study-box {
    grid-template-columns: 1fr;
  }

  .study-btn a
  {
      font-size: 16px;
  }
  
  .hero-title p
  {
    font-size: 18px;
  }

  .hero-sub-title
  {
    font-size: 30px;
  }

  .hero-desc p
  {
    font-size: 16px;
  }

  .hero-btn a
  {
    font-size: 16px;
  }

  .partner-title p
  {
    font-size: 30px;
  }

  .video-title
  {
    font-size: 30px;
  }

  .video-instru p
  {
    font-size: 20px;
  }

  .news-title
  {
    font-size: 30px;
  }
  
  .card-title p
  {
    font-size: 20px;
  }

  .news-btn a
  {
    font-size: 16px;
  }

  .left-contact .c-title
  {
    font-size: 30px;
  }

  .left-desc p
  {
    font-size: 18px;
  }

  .video-container {
    grid-template-columns: 1fr 600px 1fr;
  }

  .contactus-section {
    padding: 50px 0;
  }

  .partner-section {
    padding: 50px 0;
  }

  .study-section {
    padding: 50px 0;
  }

  .intro-section {
    padding: 50px 0;
  }

  .bachelor-content {
    gap: 30px;
  }

  .hero-content {
    gap: 0px;
  }

  .form-btn
  {
    font-size: 16px;
  }

  .footer-btn
  {
    font-size: 16px;
  }

  .bache-title
  {
    font-size: 18px;
  }
 
  .bachelor-main-title
  {
    font-size: 30px;
    margin-top: 10px;
  }

  .bachelor-desc
  {
    font-size: 18px;
    margin-top: 15px;
  }

  .bach-btn
  {
    margin-top: 20px;
  }

  .bachelor-hero-left .p1
  {
    font-size: 30px;
  }
  .bachelor-hero-left .p2
  {
    font-size: 16px;
  }
  .bachelor-btn1
  {
    font-size: 16px;
  }
  .bachelor-btn2
  {
    font-size: 16px;
  }
  .bachelor-grid
{
    grid-template-columns: 1fr;
    gap: 40px;
}

.bche-rig-img .bache-vid-play
  {
      top: 43%;
      right: 44%;
  }

  .blog-title
  {
    font-size: 30px;
  }
  .main-blog-content h3
  {
    font-size: 25px;
    margin-top: 20px;
  }

  .main-blog-content p
{
  font-size: 16px;
  margin-top: 10px !important;
}

.bnr-title
{
  font-size: 18px;
}
.bnr-big-title
{
  font-size: 38px;
}
.map-wrapper {
  height: 400px;
}
.bottom-content .contact-slogan
{
   font-size: 30px;
}
.contact-us-detail a
{
  font-size: 16px;
}
.student-content ul li
{
   font-size: 18px;
}
.about-stdent-service p
{
  font-size: 16px;
}
.document-container .p1
{
  font-size: 20px;
}
.document-container .p2
{
  font-size: 16px;
}
.pdf-links a
{
  font-size: 16px;
}
.box-item p
{
  font-size: 20px;
}
.box-grid
{
  grid-template-columns: 1fr;
}
}

@media (max-width: 850px)
{
  .banner-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 25px;
  }
  .banner-btn
  {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .video-container {
    grid-template-columns: 1fr 530px 1fr;
  }
  
  .video-instru p {
    padding: 16px 65px;
    font-size: 20px;
  }

  .video-content .video-img .play-buton {
    top: 40%;
    left: 40%;
    width: 90px;
    height: 90px;
  }

  .contact-num img
  {
    width: 30px;
    height: 30px;
  }
  .contact-num
  {
    font-size: 25px;
  }
 
  .news-section
  {
    padding-top: 40px;
  }
  .contact-num {
    font-size: 20px;
}
.director-team-grid
{

  grid-template-columns: 1fr 1fr;
}
.academic-team-grid
{
  grid-template-columns: 1fr 1fr;
}
.executive-team-grid
{
  grid-template-columns: 1fr 1fr;
}

.director-btn
{
  font-size: 18px;
}
.director-btn.t-btn-1
{
  font-size: 18px;
}
.academic-btn
{
  font-size: 18px;
}
.academic-btn.t-btn-2
{
  font-size: 18px;
}
.execu-btn
{
  font-size: 18px;
}
.execu-btn.t-btn-3
{
  font-size: 18px;
}

}

@media (max-width: 750px)
{
  .contact-bg
  {
    display: none;
  }

  .video-container {
    grid-template-columns: 1fr 400px 1fr;
  }
  
  .video-instru p {
    padding: 15px 20px;
    font-size: 16px;
  }

  .video-content .video-img .play-buton {
    top: 40%;
    left: 40%;
    width: 70px;
    height: 70px;
  }

  .side-bar-btn-green
{
  font-size: 16px;
  padding: 12px 70px;
  margin-top: 20px;
}

.side-bar-btn-white
{
  font-size: 16px;
  padding: 12px 25px;
  margin-top: 20px;
}
.bnr-big-title
{
  font-size: 30px;
}

.director-btn
{
  font-size: 16px;
  padding: 12px 20px;
}
.director-btn.t-btn-1
{
  font-size: 16px;
  padding: 12px 20px;;
}
.academic-btn
{
  font-size: 16px;
  padding: 12px 20px;
}
.academic-btn.t-btn-2
{
  font-size: 16px;
  padding: 12px 20px;
}
.execu-btn
{
  font-size: 16px;
  padding: 12px 20px;
}
.execu-btn.t-btn-3
{
  font-size: 16px;
  padding: 12px 20px;
}
}
@media (max-width: 650px)
{

	.people_grid {
    grid-template-columns: 1fr;
		margin-top: 25px;
	}
	.teamflex{
		min-height: unset;
	}
	
  .footer-logg img
  {
    width: 400px;
  }

  .right-footer .quick-link {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .news-box {
    grid-template-columns: 1fr;
  }
  /* .dummy-div
  {
    display: none;
  } */

  .hero-content {
    grid-template-columns: 170px 1fr;
  }

  .side-bar-btn-green
  {
    font-size: 16px;
    padding: 12px 60px;
    margin-top: 20px;
  }
  
  .side-bar-btn-white
  {
    font-size: 16px;
    padding: 12px 20px;
    margin-top: 20px;
  }
  .director-team-grid
  {
  
    grid-template-columns: 1fr;
  }
  .academic-team-grid
  {
    grid-template-columns: 1fr;
  }
  .executive-team-grid
  {
    grid-template-columns: 1fr;
  }

.director-btn
{
  font-size: 14px;
  padding: 10px 15px;
}
.director-btn.t-btn-1
{
  font-size: 14px;
  padding: 10px 15px;
}
.academic-btn
{
  font-size: 14px;
  padding: 10px 15px;
}
.academic-btn.t-btn-2
{
  font-size: 14px;
  padding: 10px 15px;
}
.execu-btn
{
  font-size: 14px;
  padding: 10px 15px;
}
.execu-btn.t-btn-3
{
  font-size: 14px;
  padding: 10px 15px;
}

}

@media (max-width: 550px)
{
  .right-footer .quick-link {
    grid-template-columns: 290px;
    gap: 50px;
  }

  .video-container {
    grid-template-columns: 1fr 300px 1fr;
  }
  
  .video-instru p {
    padding: 13px 16px;
    font-size: 12px;
  }

  .video-content .video-img .play-buton {
    top: 40%;
    left: 40%;
    width: 50px;
    height: 50px;
  }

  .footer-logg img
  {
    width: 350px;
  }

  .hero-content {
    grid-template-columns: 100px 1fr;
  }

  .side-bar-btn-green
  {
    font-size: 14px;
    padding: 12px 15px;
    margin-top: 20px;
  }
  
  .side-bar-btn-white
  {
    font-size: 14px;
    padding: 12px 15px;
    margin-top: 20px;
  }

  .bche-rig-img .bache-vid-play
  {
      top: 43%;
      right: 42%;
  }

  .blog-next-prev
  {
    gap: 20px;
  }

  .blog-btn-1 {
    font-size: 14px;
    padding: 12px 72px;
  }
  .blog-btn2 {
    padding: 12px 25px;
    font-size: 14px;
  }
.share-txt-icon
{
  font-size: 18px;
}
  .blog-next-prev .prev-btn .prev
{
  font-size: 16px;
}
.blog-next-prev .next-btn .nxt
{
  font-size: 16px;
}

.blog-next-prev .prev-btn .prev-topic
{
  font-size: 14px;
}
.blog-next-prev .next-btn .nxt-topic
{
  font-size: 14px;
}
.share-btn
{
     gap: 30px;
}

.share-btn .share-icones
{
   gap: 20px;
}
.top-team-btn
{
  display: flex;
  flex-direction: column;
}
}

@media (max-width: 450px)
{
  .footer-logg img
  {
    width: 300px;
  }

  .hero-content {
    grid-template-columns: 50px 1fr;
  }

  .side-bar-btn-green
  {
    font-size: 14px;
    padding: 8px 15px;
  }
  
  .side-bar-btn-white
  {
    font-size: 14px;
    padding: 8px 15px;
    font-size: 12px;
  }

  .bachelor-btn1
  {
    font-size: 14px;
    padding: 8px 15px;
  }
  .bachelor-btn2
  {
    font-size: 14px;
    padding: 8px 15px;
  }

  .course-content ul li .course-main-title
  {
    font-size: 14px;;
  }
  .course-content ul li .course-sub-title
  {
    font-size: 14px;
  }
  .bche-rig-img .bache-vid-play
  {
      top: 40%;
      right: 40%;
  }
}