:root {
  --font-dark: #0c0c0c;
  --theme-color: #d93337;
  --gray-font: #a4a4a4;
  --light-gray-bg: #eeeeee;
  --light-blue: #ebfcff;
  --theme-yellow: #f8cb2e;
  --theme-green: #31b477;
  --dark-purple: #92278f;
  --light-purple: #7156b2;
  --dark-blue: #20214d;
  --theme-blue: #1e407a;
  --dark-marron: #741971;
}
.page-template-contact-us .wpcf7-response-output {
  color: #fff !important;
}
* {
  line-height: 32px;
}

.anni-logo img{
  height: 57px;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme-blue);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  font-family: "Helvetica";
}
.simple-padding-top {
  padding-top: 60px;
}
.simple-padding-bottom {
  padding-bottom: 60px;
}
.high-padding-top {
  padding-top: 100px;
}
.high-padding-bottom {
  padding-bottom: 100px;
}
.main-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.min-wrap {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.middle-wrap {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
}
.middle-inner-wrap {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.middle-wrap-left {
  width: 82.5%;
  margin-left: auto;
}
.paragraph,
.paragraph p,
.paragraph h1,
.paragraph h2,
.paragraph h3,
.paragraph h4,
.paragraph h5,
.paragraph h6,
.paragraph a,
.paragraph span {
  font-size: 15px;
  line-height: 25px;
}
.paragraph a {
  text-decoration: underline;
  color: var(--theme-blue);
}
.paragraph-dark {
  color: var(--font-dark);
}
.paragraph-white {
  color: #fff;
}
.section-heading span {
  font-weight: bold;
}
.sub-section-heading {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
}
.section-heading {
  font-size: 25px;
  line-height: 40px;
}
.section-heading--dark {
  color: var(--font-dark);
}
.section-heading--white,
.sub-section-heading--white {
  color: #fff;
}
.read-more-link--dark,
.read-more-link--dark:hover {
  color: var(--font-dark) !important;
}
.read-more-link {
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.read-more-link:hover {
  color: #fff;
  text-decoration: underline !important;
}
.read-more-link--white {
  color: #fff;
}
.read-more {
  border-radius: 20px;
}
.read-more--white {
  background: #fff;
  color: var(--font-dark);
  transition: all 0.5s;
}
.read-more--white:hover {
  color: var(--font-dark);
  background: #d9d9d9;
  box-shadow: 0px 3px 6px #00000029;
  transition: all 0.5s;
}
.read-more--red {
  background: var(--theme-color);
  color: #fff;
  transition: all 0.5s;
}
.read-more--red:hover {
  background: #c22426;
  color: #fff;
  transition: all 0.5s;
}
.read-more--red:hover {
  box-shadow: 0px 3px 6px #00000029;
  transition: all 0.5s;
}
.read-more--line-white {
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.5s;
}
.read-more--line-white:hover {
  color: #fff;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  color: var(--font-dark) !important;
  transition: all 0.5s;
}
.read-more--line-dark {
  border: 1px solid var(--font-dark);
  color: var(--font-dark);
  transition: all 0.5s;
}
.read-more--line-dark:hover {
  background: var(--font-dark);
  box-shadow: 0px 3px 6px #00000029;
  color: #fff !important;
  transition: all 0.5s;
}
.read-more-line-btn,
.read-more {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 40px;
  text-decoration: none;
  font-size: 14px;
  width: max-content;
  transition: all 0.5s;
}
.read-more-line-btn img {
  transition: all 0.5s;
}
.read-more-line-btn--white {
  border: 1px solid #fff;
  color: #fff;
}
.read-more-line-btn--white:hover {
  box-shadow: 0px 3px 6px #00000029;
  color: var(--font-dark);
  background: #fff;
  transition: all 0.5s;
}
.read-more-line-btn--white:hover img,
.read-more-link--dark img {
  filter: invert(0%) sepia(3%) saturate(0%) hue-rotate(34deg) brightness(0%)
    contrast(101%);
  transition: all 0.5s;
}
/**********************Header****************************/
.menu-top-menu-container {
  width: 80%;
  margin-left: auto;
  padding-right: 20px;
}
#topbar {
  width: 100%;
}
#topbar {
  display: flex;
}
#topbar li {
  flex: 1 1 auto !important;
  display: flex;
  justify-content: center;
}
#topbar li.current-menu-ancestor .dropdown-toggle {
  color: var(--theme-color) !important;
}
#topbar
  li.current-menu-ancestor.current-menu-parent.menu-item-has-children.dropdown
  .dropdown-item {
  color: var(--theme-color) !important;
}
#topbar
  li.current-menu-ancestor.current-menu-parent.menu-item-has-children.dropdown
  .dropdown-menu
  .dropdown-item {
  color: var(--font-dark) !important;
}
#topbar
  li.current-menu-ancestor.current-menu-parent.menu-item-has-children.dropdown
  .dropdown-menu
  .current_page_item
  .dropdown-item {
  color: var(--theme-color) !important;
}
#topbar li a {
  font-size: 14px;
  color: var(--font-dark);
  padding: 0;
  font-weight: 400;
}
#topbar li:hover a {
  color: var(--theme-color);
}
#topbar li .dropdown-menu li a {
  display: flex;
  align-items: center;
}
.top-bar-wrap {
  padding: 15px 0;
}
.main-menu-bar {
  background: var(--theme-color);
  height: 40px;
  display: flex;
  align-items: center;
}
ul#primary {
  display: flex;
  flex-direction: row !important;
  /* margin-left: -2vw; */
}
ul#primary .dropdown.active .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-bottom: 6px solid;
  border-right: 4px solid transparent;
  border-top: 0;
  border-left: 4px solid transparent;
  position: absolute;
  bottom: 0px;
  left: auto;
  right: auto;
  transform: rotate(180deg);
}

ul#primary li:not(.menu-item-has-children):hover a {
  display: flex;
  justify-content: center;
}
ul#primary li:not(.menu-item-has-children):hover a::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-bottom: 6px solid;
  border-right: 4px solid transparent;
  border-top: 0;
  border-left: 4px solid transparent;
  position: absolute;
  bottom: 0px;
}
ul#primary .menu-item-has-children li:not(.menu-item-has-children) a::after {
  display: none !important;
}
ul#primary .menu-item-has-children li:not(.menu-item-has-children) a {
  justify-content: flex-start !important;
}
/* .dropdown.active a::after,.dropdown a::after{
    position:  relative !important;
    content: "";
    border-left: 6px solid !important;
    border-top: 4px solid transparent !important;
    border-right: 0 !important;
    border-bottom: 4px solid transparent !important;
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-left: auto !important;
    right: 0;
    
} */
.dropdown a::after {
  position: absolute;
  content: "";
  border-top: 6px solid !important;
  border-left: 4px solid transparent !important;
  border-bottom: 0 !important;
  border-right: 4px solid transparent !important;
  display: flex;
  justify-content: flex-end;
  /* margin-left: auto !important; */
  right: 0;
}
#topbar .dropdown a::after {
  position: relative;
}
/* .dropdown.active a,.dropdown a{
    flex-direction: row !important;
} */
.dropdown-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
ul#primary li {
  flex-grow: 1;
  height: 40px;
  display: flex;
  align-items: center;
}
ul#primary li a {
  color: #fff;
  font-size: 14px;
  padding: 0;
  width: max-content;
  height: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 15px !important;
}
ul#primary li.active a {
  position: relative;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  /* justify-content: space-between; */
}
ul#primary li.active .dropdown-menu a {
  display: flex;
  justify-content: flex-start !important;
  flex-direction: row !important;
}
.dropdown-menu .dropdown .dropdown-item::after {
  position: relative !important;
}
ul#primary li.active li a {
  flex-direction: row !important;
  justify-content: flex-start !important;
}
ul#primary li.active a::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-bottom: 6px solid;
  border-right: 4px solid transparent;
  border-top: 0;
  border-left: 4px solid transparent;
  position: absolute;
  bottom: 0px;
}
ul#primary li.active li a::after {
  content: "";
  border-left: 6px solid;
  border-top: 4px solid transparent;
  border-right: 0;
  border-bottom: 4px solid transparent;
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  right: 0;
}
#searchsubmit {
  font-size: 0;
  border: 0;
  background-color: transparent;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}
#searchform #s {
  border: 0;
  background: transparent;
  font-style: italic;
  color: var(--gray-font);
  font-size: 13px;
  height: 30px;
  padding: 0 15px;
}
#searchform {
  display: flex;
  align-items: center;
  background: var(--light-gray-bg);
  height: 30px;
  border-radius: 16px;
  width: 100%;
}
#searchform div {
  display: flex;
  align-items: center;
}
input:focus,
button:focus,
a:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.menu-contact {
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0 0 0 20px;
}
.menu-contact li {
  padding-right: 20px;
}
.menu-contact a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.menu-contact li img {
  padding-right: 10px;
}
/* 
#topbar .dropdown .dropdown-menu a::after{
    display: none;
} */

.dropdown-menu .dropdown a::after {
  transform: rotate(-90deg);
}
.menu-main-menu-container {
  width: 65%;
  margin-right: auto;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 6px solid;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
  position: absolute;
  /* bottom: -10px; */
}
.menu-contact li:last-child {
  padding-right: 0 !important;
}
.navbar .dropdown-menu-end {
  right: 0;
  left: auto;
}
@media only screen and (min-width: 991px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
    top: 40px;
  }
}

.navbar .nav-item:hover .nav-link {
  color: #fff;
}
.navbar .dropdown-menu.fade-down {
  top: 80%;
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
}
.navbar .dropdown-menu.fade-up {
  top: 180%;
}
.navbar .nav-item:hover .dropdown-menu {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  top: 40px;
  transform: rotateX(0deg);
}

.navbar .nav-item:hover .dropdown-menu .dropdown-menu {
  top: 0 !important;
}

.navbar .nav-item:hover .dropdown-menu .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  margin-top: 0;
  top: 0px;
}
.navbar .dropdown-menu .nav-item:hover .dropdown-menu {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  top: 40px;
  transform: rotateX(0deg) !important;
}

#primary .dropdown .dropdown-toggle::after {
  display: none;
}
#primary .dropdown:hover .dropdown-toggle::after {
  display: block !important;
}
#primary .dropdown:hover .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-bottom: 6px solid;
  border-right: 4px solid transparent;
  border-top: 0;
  border-left: 4px solid transparent;
  position: absolute;
  bottom: 0px;
  left: auto;
  right: auto;
}
.main-menu-bar nav {
  padding: 0;
}
.dropdown-menu {
  border: 0;
  border-radius: 0 !important;
  border-bottom: 2px solid var(--theme-color);
  padding: 0;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.dropdown-menu a {
  color: var(--font-dark) !important;
  width: 100% !important;
  padding: 0 20px !important;
  height: 35px !important;
}
.dropdown-menu .dropdown.active > a,
.dropdown-menu .current-menu-item.active a {
  color: var(--theme-color) !important;
}
.dropdown-menu li {
  height: 35px !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--light-gray-bg) !important;
}
.dropdown-menu li {
  position: relative;
}
.dropdown-menu .dropdown-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}
.dropdown-menu .submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu > li:hover {
  background-color: #f1f1f1;
}
.dropdown-menu > li:hover > .dropdown-menu {
  display: block;
}
.dropdown-menu .dropdown .dropdown-item::after {
  content: "";
  border-left: 6px solid;
  border-top: 4px solid transparent;
  border-right: 0;
  border-bottom: 4px solid transparent;
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  right: 0;
}

#topbar li.active .dropdown-toggle,
#topbar .current-menu-item.active a {
  color: var(--theme-color) !important;
}

#topbar li .dropdown-menu li a::after {
  display: none;
}

#topbar li .dropdown-menu .dropdown a::after {
  display: block !important;
  margin-left: 10px;
}

#topbar li .dropdown-menu .dropdown .dropdown-menu a::after {
  display: none !important;
}

.dropdown-menu .dropdown-menu a::after {
  display: none !important;
}
/* #topbar li .dropdown-menu li a{
    position: relative;
    display: flex;
}
#topbar li .dropdown-menu li a::after {
    content: "";
    border-left: 6px solid;
    border-top: 4px solid transparent;
    border-right: 0;
    border-bottom: 4px solid transparent;
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    right: 0;
} */
/********************Header END*******************************/

/**********************Home**************************************/

#mainbanner button {
  width: max-content;
}
#mainbanner button span {
  width: 45px;
  height: 45px;
}
.carousel-control-prev {
  padding-left: 30px;
}
.carousel-control-next {
  padding-right: 30px;
}
.home-grid {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 260px 260px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.home-grid .div1 {
  grid-area: 1 / 2 / 3 / 3;
  padding: 10px 5px;
}
.home-grid .div2 {
  grid-area: 1 / 3 / 3 / 4;
  padding: 10px 5px;
}
.home-grid .div3 {
  grid-area: 1 / 1 / 2 / 2;
  padding: 10px 5px 5px 0px;
}
.home-grid .div4 {
  grid-area: 1 / 4 / 2 / 5;
  padding: 10px 0px 5px 5px;
}
.home-grid .div5 {
  grid-area: 2 / 4 / 3 / 5;
  padding: 5px 0px 10px 5px;
}
.home-grid .div6 {
  grid-area: 2 / 1 / 3 / 2;
  padding: 5px 5px 10px 0px;
}

.course-box-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.course-box-wrap h6 {
  text-transform: uppercase;
}
.course-box-title {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.course-box-title-wrap {
  width: 100%;
  background: var(--theme-color);
  color: #fff;
  text-align: center;
  padding: 20px;
}
.course-box-title-wrap h6 {
  margin: 0;
  font-size: 16px;
}
.course-box-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.course-box-wrap .course-box-title-wrap {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.course-box-wrap:hover .course-box-title-wrap {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.course-box-content-wrap {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.course-box-content-wrap {
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.course-box-wrap:hover .course-box-content-wrap {
  opacity: 1;
}
.course-box-wrap:hover .course-box-content-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.course-box-wrap:hover .course-box-content-wrap {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.course-box-wrap:hover .course-box-img {
  opacity: 0.9;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-box-wrap .course-box-img {
  /* opacity: 0.7; */
  /* -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; */
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  object-fit: cover;
  object-position: top;
  height: 100%;
  width: 100%;
  transition: 0.35s;
  -webkit-transition: 0.35s;
}
.course-box-content-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-box-content-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--theme-color);
  opacity: 0.6;
}
.course-box-content-inner {
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.course-box-content-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 30px 0 0 0;
}
.course-box-content-inner .read-more-line-btn {
  margin-top: 30px;
}
.course-box-content-inner .course-box-content-inner-icon {
  padding-bottom: 20px;
}
.course-box-content-inner h6 {
  margin: 0;
}
.course-box-content-inner ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}
.course-box-content-inner ul li a:hover {
  text-decoration: underline !important;
}
.course-box-content-wrap {
  padding: 30px;
}
.welcome-section p {
  padding: 20px 0;
}
/* .counter-box{
    width: 20%;
} */
.counter-box h6 {
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}
.counter-box h5 {
  font-size: 35px;
  line-height: 45px;
  font-weight: bold;
  margin: 0rem;
}
.counter-box-wrap {
  padding-top: 50px;
}
.counter-box {
  display: flex;
  padding-left: 5%;
}
.welcome-section {
  background: var(--light-blue);
}
.adv-banner {
  height: 480px;
  object-fit: cover;
  object-position: center;
}
.slick-slider:not(.slick-initialized),
.latest-news-slider:not(.slick-initialized) {
  display: none !important;
}
.partners-box-wrap {
  padding: 70px 15% 115px 15%;
  position: relative;
  margin-top: -60px;
}
.partners-box-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
}
.index-up {
  z-index: 1;
  position: relative;
}
.partners-box-wrap p {
  padding: 20px 0;
}
.partner-slider img {
  width: 80%;
  margin: auto;
  height: 50px;
  object-fit: contain;
  object-position: center;
}
.facilities-content-wrap {
  width: 35%;
}
.facilities-slider-wrap {
  width: 65%;
  padding-left: 60px;
}
.padding-para {
  padding: 15px 0;
}
.facilities-slider img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.facilities-slider .slick-list {
  padding-right: 30%;
}
.facilities-slider .slide-item {
  padding: 0 10px;
}
.slick-slider .slick-arrow {
  border: 0;
  background: transparent;
  font-size: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.facilities-slider .slick-arrow {
  border: 0;
  background: transparent;
  font-size: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.facilities-slider .slick-prev {
  top: -40px;
  right: 35%;
}
.facilities-slider .slick-next {
  top: -40px;
  right: 30%;
}
.partners-section {
  background-repeat: no-repeat;
  background-position: 8% 59%, 40% 95%;
}

.other-grid {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 270px 270px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.other-grid .div1 {
  grid-area: 1 / 1 / 3 / 3;
}
.other-grid .div2 {
  grid-area: 1 / 3 / 2 / 4;
  background: var(--theme-green);
}
.other-grid .div3 {
  grid-area: 1 / 4 / 2 / 5;
  background: var(--dark-purple);
}
.other-grid .div4 {
  grid-area: 2 / 3 / 3 / 4;
  background: var(--light-purple);
}
.other-grid .div5 {
  grid-area: 2 / 4 / 3 / 5;
}

.other-course-box-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 70%));
}
.other-course-box-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.other-course-box-content-inner {
  width: 60%;
  padding-bottom: 10%;
}
.facilities-slider h6 {
  font-size: 16px;
  padding-top: 15px;
  font-weight: bold;
}
.other-course-box-img {
  height: 100%;
  object-fit: cover;
}
.other-grid .div5 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.other-box-inner {
  width: 80%;
  margin: auto;
}
.blue-background {
  background: var(--light-blue);
}
.news-box-feature {
  width: 40%;
}
.news-box-feature .image-link {
  display: block;
  overflow: hidden;
}
.news-box-feature img {
  transition: all 0.5s;
}
.news-box-feature:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.news-box-slider {
  width: 60%;
  padding-left: 40px;
}
.feature-news-box .feature-news-box-img {
  height: 230px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.feature-date {
  font-size: 14px;
  color: var(--gray-font);
}
.feature-news-content .news-title {
  font-size: 18px;
  line-height: 30px;
  color: var(--font-dark) !important;
  text-decoration: none;
  font-weight: bold;
}
.feature-news-box {
  background: #fff;
  box-shadow: 0px 3px 6px #00000017;
}
.feature-news-content {
  padding: 20px 30px;
}
.news-slider p {
  font-size: 14px;
}
.news-slider .news-title {
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: var(--font-dark) !important;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 30px;
}
.slider-news-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}
.news-box-slider .image-link {
  display: block;
  overflow: hidden;
}
.news-box-slider .slide-item img {
  transition: all 0.5s;
}
.news-box-slider .slide-item:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.news-slider .slide-item {
  padding: 0 20px;
}
.news-box-wrap {
  padding-top: 20px;
}
.slide-new-content {
  padding: 20px 0;
}
.news-slider .slick-prev,
.news-slider .slick-next,
.events-slider .slick-prev,
.events-slider .slick-next,
.notices-slider .slick-prev,
.notices-slider .slick-next {
  background-size: contain;
  height: 40px;
  width: 40px;
}
.news-slider .slick-prev {
  position: absolute;
  right: -69px;
  top: 80px;
}
.news-slider .slick-next {
  position: absolute;
  right: -69px;
  top: 130px;
}
.news-slider {
  margin: 0 -20px;
}
.event-section {
  background: var(--theme-yellow);
  margin-top: -50px;
  padding-top: 100px;
}
.slider-events-img {
  width: 40%;
  height: auto;
  object-fit: contain;
}
.slide-events-content {
  width: 60%;
  padding-left: 40px;
}
.slide-events-content .date-wrap {
  height: 40px;
  color: #fff;
  margin: 0;
  font-size: 14px;
  display: flex;
  width: 100%;
  padding: 0 30px;
  align-items: center;
  justify-content: center;
  background: var(--dark-purple);
}
.slide-events-content h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding: 20px 0;
}
.events-div-wrap {
  padding-right: 40px;
}
.events-slider {
  padding-top: 30px;
  min-height: 100%;
}
.border-right {
  border-right: 1px solid rgb(0 0 0 / 11%);
}
.events-slider .slick-prev {
  position: absolute;
  left: -69px;
  top: 40%;
}
.events-slider .slick-next {
  position: absolute;
  left: -69px;
  top: 60%;
}
.spaecial-notices-wrap {
  padding-left: 40px;
}
.notices-slider h6 {
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  padding-bottom: 10px;
}
.notices-slider .slick-prev {
  position: absolute;
  right: -69px;
  top: 40%;
}
.notices-slider .slick-next {
  position: absolute;
  right: -69px;
  top: 60%;
}
.notices-slider {
  padding-top: 20px;
  min-height: 100%;
  flex-grow: 1;
}
.last-section {
  padding-bottom: 150px;
}
/**********************Home END*************************************/

/***********************Footer****************************************/

.footer-contact-wrap {
  background: var(--theme-color);
  border-radius: 10px;
  height: 170px;
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
  margin-top: -85px;
}
.footer-contect-col {
  width: 33.3%;
}
.footer-contect-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-contect-col a,
.footer-contect-col p {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.footer-contect-col a:hover {
  text-decoration: underline;
  color: #fff;
}
.footer-contect-col img {
  padding-bottom: 10px;
}
.footer-contect-col {
  border-right: 1px solid #ffffff8a;
}
.footer-contect-col:last-child {
  border: 0 !important;
}
#footer-main {
  background: var(--dark-blue);
}
.footer-main-col-first {
  width: 28%;
}
.footer-main-col {
  width: 24%;
}
.footer-main-wrap {
  padding: 50px 0;
}
.social-ul {
  list-style: none;
  padding: 0;
  display: flex;
}
.social-ul li {
  padding-right: 10px;
}
.socail-div-wrap {
  padding-top: 30px;
}
.footer-main-col h6 {
  position: relative;
  color: #fff;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  width: max-content;
  padding-bottom: 20px;
}
.footer-main-col h6::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  margin-top: 3px;
}
.footer-main-col ul {
  list-style: none;
  padding: 0;
}
.footer-main-col ul a {
  padding: 0;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.footer-main-col ul a:hover {
  color: #fff;
  text-decoration: underline !important;
}
.footer-main-col ul li {
  padding-bottom: 10px;
}
.top-banner-img {
  padding-top: 40px;
  height: 280px;
  object-fit: cover;
  width: 100%;
}
.chat-btn {
  padding: 0 30px;
  height: 40px;
  border-radius: 5px;
  background: var(--theme-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  text-decoration: none;
  margin-top: 30px;
}
.chat-btn--high-padding {
  padding: 12px 110px;
}
.chat-btn:hover {
  color: #fff;
}
.copyright-section p,
.copyright-section a,
.copyright-section a:hover {
  margin: 0;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.copyright-section {
  padding: 20px 0;
  border-top: 1px solid rgb(255 255 255 / 46%);
}
.btn-top {
  background: transparent;
  border: 0;
  position: absolute;
  right: 15px;
  top: -25px;
}
/*********************Footer****************************************/

/*****************************About IIT*****************************************/

.inner-banner img {
  height: 450px;
  object-fit: cover;
  object-position: top;
}
.banner-top-section,
.content-section {
  width: 50%;
}
.banner-top-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--theme-yellow);
  clip-path: polygon(85% 0, 100% 14%, 100% 100%, 0 100%, 0 0);
}
.banner-top-section {
  position: relative;
  padding-top: 50px;
  padding-left: 17.5%;
  margin-top: -225px;
}
.breadcrumbs,
.breadcrumbs a {
  font-size: 11px;
  color: var(--font-dark);
  text-decoration: none;
  text-transform: uppercase;
}
.breadcumb--white .breadcrumbs,
.breadcumb--white .breadcrumbs a {
  color: #fff !important;
}
.breadcrumbs span {
  padding: 0 4px;
}
.breadcrumbs {
  padding-bottom: 30px;
  padding-right: 50px;
}
.banner-top-section-inner {
  z-index: 1;
  position: relative;
  padding: 0 50px 300px 0;
}
.content-section {
  padding: 50px 50px 300px 50px;
  padding-right: 17.5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* align-items: center; */
}
.school-logo {
  position: absolute;
  width: 200px !important;
  height: auto !important;
  bottom: 20px;
  right: 5.5%;
  background-color: #fff;
  padding: 10px;
}
.inner-banner {
  position: relative;
}

.history-section {
  background: var(--theme-blue);
}
.history-img {
  height: 400px;
  object-fit: cover;
  margin-top: -250px;
  z-index: 2;
  position: relative;
}
.special-text {
  font-size: 18px;
  line-height: 30px;
  padding: 15px 0;
  font-weight: 600;
}
.special-text--white {
  color: #fff;
}
.btn-wrap .read-more--red {
  margin-right: 25px;
}
.history-desc {
  width: 60%;
  padding-right: 50px;
}
.history-slider-wrap {
  width: 40%;
}
.border-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.history-slider-img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}
.history-slider .slick-dots {
  display: flex;
  padding: 20px 0 0 0;
  list-style: none;
  justify-content: center;
}
.history-slider .slick-dots button {
  font-size: 0;
  background: #fff;
  height: 2px;
  width: 30px;
  border: 0;
  margin: 0 3px;
}
.history-slider .slick-dots .slick-active button {
  background: var(--theme-yellow);
}
.vision-mission-box {
  background: var(--dark-purple);
}
.value-box {
  width: 40%;
  padding: 0 15px;
}
.v-m-box-wrap {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
.v-m-box {
  width: 50%;
  height: 50%;
  margin-top: auto;
  padding: 0 15px;
}
.vision-mission-box {
  text-align: center;
  position: relative;
  padding: 30px;
  border-top: 4px solid var(--theme-yellow);
  height: 100%;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.vision-mission-box .vision-mission-box-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.value-inner-box {
  background: #fff;
  border-top: 4px solid var(--theme-yellow);
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  text-align: center;
  height: 100%;
  padding: 30px;
}
.value-inner-box h6 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.value-inner-box h2 {
  padding-bottom: 20px;
}
.vision-mission-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  object-fit: cover;
}
.middle-inner-wrap {
  position: relative;
  z-index: 1;
}
.vision-mission-section {
  padding-top: 150px;
}
.academic-content,
.academic-slider-wrap {
  width: 50%;
}
.tab-content > .tab-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}
.academic-content h6 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 15px;
}
.academic-content p {
  padding: 0 0 15px 0;
}
#academicTab {
  padding-bottom: 20px;
  border: 0;
  display: flex;
  flex-direction: column;
}
#academicTab button {
  border: 0;
  background: transparent;
  font-size: 14px;
  color: var(--font-dark) !important;
  padding: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
}
#academicTab button.active {
  font-weight: bold;
  color: var(--font-dark) !important;
}
#academicTab button::before {
  content: "";
  width: 0px;
  height: 1px;
  background: var(--font-dark);
  margin-right: 5px;
  transition: all 0.5s;
}
#academicTab button.active::before {
  width: 20px;
  transition: all 0.5s;
}
.academic-slider-img {
  height: 275px;
  width: 94%;
  margin-left: auto;
  object-fit: cover;
}
.academic-logo-img {
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 1;
}
.academic-slider .slick-arrow {
  border: 0;
  background: transparent;
  font-size: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.academic-slider .slick-prev {
  top: -40px;
  right: 5%;
}
.academic-slider .slick-next {
  top: -40px;
  right: 0%;
}
.academic-content {
  padding-right: 50px;
}
.dark-blue-background {
  background: var(--theme-blue);
}
.award-para {
  padding: 0 50px;
}
.awards-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: #fff;
}
.awards-content-wrap {
  background: var(--theme-yellow);
  padding: 40px 50px;
  display: flex;
  flex-wrap: wrap;
}
.awards-content-box {
  width: 33.3%;
  padding: 10px;
}
.awards-content-box h6 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
}
.awards-content-box h6::before {
  content: "";
  width: 15px;
  margin-right: 5px;
  height: 1px;
  background: var(--font-dark);
}
.awards-content-box .img-box {
  width: 60px;
  height: 60px;
  margin-left: 20px;
  margin-bottom: 5px;
}
.awards-content-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.awards-content-box ul {
  list-style: none;
  padding: 0 0 0 20px;
  font-size: 14px;
}
#awardsTab {
  border: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 40px 0 0 0;
  margin-bottom: -50px;
  align-items: flex-start;
}
#awardsTab .slick-track {
  padding-bottom: 80px;
}
#awardsTab button {
  border: 0;
  font-size: 14px;
  color: var(--font-dark);
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
}
#awardsTab button.active {
  color: var(--theme-color) !important;
  position: relative;
}
#awardsTab button.nav-link.active::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: -55px;
  z-index: 100;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
#awardsTab .slick-arrow {
  border: 0;
  background: transparent;
  font-size: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px;
  /* margin-top: -55px; */
}
.title-wrap {
  padding-bottom: 15px;
}
.recognition-content ul {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  list-style: none;
  padding: 0;
}
.recognition-title {
  width: 40%;
  padding-right: 50px;
}
.recognition-title p {
  padding-bottom: 15px;
}
.recognition-content {
  width: 60%;
}
.recognition-content ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.recognition-content ul li::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  margin-right: 10px;
}
.admission-box {
  width: 28%;
}
.admission-box-wrap {
  justify-content: space-between;
  padding-top: 50px;
}
.admission-box h6 {
  padding: 20px 0 15px 0;
  font-size: 16px;
  font-weight: bold;
}
.milestone-slider .slide-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.milestone-box {
  width: 45%;
  padding: 10px 0;
}
.milestone-box h6 {
  font-weight: bold;
  font-size: 16px;
}
.milestone-slider {
  padding-top: 50px;
  position: relative;
}
.milestone-slider .slick-dots {
  list-style: none;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 48%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.milestone-slider .slick-dots::before {
  content: "";
  height: 100%;
  width: 1px;
  background: #707070;
  position: absolute;
  left: 50%;
}
.milestone-slider .slick-dots li {
  flex-grow: 1;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.milestone-slider button {
  font-size: 0;
  width: 15px;
  height: 15px;
  background-color: var(--theme-color);
  border-radius: 50%;
  border: 0;
  transition: all 0.5s;
}
.milestone-slider .slick-active button {
  height: 40px !important;
  width: 40px !important;
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-position: center;
}
.milestone-slider .slick-arrow,
.history-slider .slick-arrow {
  border: 0;
  background: transparent;
  font-size: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0px;
  z-index: 1;
}
.milestone-slider .slick-next,
.history-slider .slick-next {
  right: 40%;
}
.milestone-slider .slick-prev,
.history-slider .slick-prev {
  left: 40%;
}
.border-bottom-div {
  border-bottom: 1px solid #fff;
}
#satffTab {
  padding: 0 0 0 50px;
  margin: 0;
  border: 0;
  display: flex;
}
#satffTab li {
  flex-grow: 1;
  display: flex;
  justify-content: end;
}
#satffTab button {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: #fff;
  width: max-content;
  text-align: center;
  font-size: 14px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 40px;
}
#satffTab button.active::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-bottom: 6px solid;
  border-right: 4px solid transparent;
  border-top: 0;
  border-left: 4px solid transparent;
  bottom: 0px;
}
.center-slider .slick-arrow {
  border: 0;
  background: transparent;
  font-size: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 10px;
  position: absolute;
  top: 50%;
}
.center-slider {
  display: block;
  align-items: center;
  padding: 50px 17.5% 0 17.5%;
}
.center-slider .slick-prev {
  left: 3%;
}
.center-slider .slick-next {
  right: 3%;
}
.staff-box h6 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding-top: 15px;
}
.staff-box p {
  font-size: 13px;
  color: #fff;
}
.staff-box {
  padding: 0 15px;
}
.staff-slider {
  margin: 0 -15px;
}
.academic-section {
  overflow: hidden;
}
.overflow-hidden {
  overflow: auto;
}
/***************************About IIT end*******************************************/

/***************************Study****************************************/

.study-inner-box {
  width: 50%;
  padding: 20px;
}
.study-inner-box-main {
  position: relative;
}
.study-inner-box-wrap {
  margin: 0 -20px;
  margin-top: -200px;
}
.study-inner-box-img {
  height: 400px;
  object-fit: cover;
}
.title-study-inner,
.content-study-inner,
.title-study-inner-only {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 60px;
  padding: 30px 60px 30px 30px;
}
.title-study-inner,
.title-study-inner-only {
  clip-path: polygon(81% 0, 100% 35%, 100% 100%, 0 100%, 0 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.content-study-inner {
  clip-path: polygon(81% 0, 100% 35%, 100% 100%, 0 100%, 0 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.study-inner-box h6 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.study-inner-box-main:hover .title-study-inner {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.study-inner-box-main .title-study-inner {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.study-inner-box-main:hover .content-study-inner {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.study-inner-box-main:hover .content-study-inner {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.study-inner-box-main:hover .content-study-inner {
  opacity: 1;
}
.content-study-inner {
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.study-inner-box-main {
  overflow: hidden;
}
.study-inner-box-main ul {
  list-style: none;
  padding: 20px 0 0 0;
}
.study-inner-box-main ul a {
  font-size: 14px;
  color: #fff !important;
  text-decoration: none;
}
.study-inner-box-main ul a:hover {
  text-decoration: underline !important;
}
.study-inner-box-main .study-inner-box-img {
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  object-fit: cover;
  object-position: top;
  height: 100%;
  width: 100%;
}
.study-inner-box-main:hover .study-inner-box-img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-study-inner {
  background-repeat: no-repeat;
  background-position: 90% 90%;
}
.testimonial-yellow-box {
  height: 230px;
  width: 230px;
  background: var(--theme-yellow);
  border-radius: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 35px;
}
.testimonial-yellow-box h6 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.55px;
}
.testimonial-yellow-box h5 {
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
}
.testimonial-img {
  height: 100px;
  width: 100px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0px;
  right: -30px;
}
.testimonial-img img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.testimonial-content-wrap p {
  font-size: 20px;
  font-style: italic;
  color: #fff;
  padding: 10px 0;
}
.testimonial-content-wrap h5 {
  font-size: 14px;
  color: #fff;
}
.testimonial-content-wrap h6 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.testi-image {
  padding-right: 50px;
}
.testi-image {
  width: 320px;
}
/* .testimonial-img-col{
    width: 320px;
} */
.testimonial-content-slider .slick-arrow {
  border: 0;
  background: transparent;
  font-size: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -50px;
}
.testimonial-content-slider .slick-prev {
  left: 0;
}
.testimonial-content-slider .slick-next {
  left: 40px;
}
.para-right {
  padding-left: 100px;
}
.gallery-slider .slick-list {
  padding: 0 10%;
}
.gallery-slider .slide-item {
  padding: 0 5px;
}
.gallery-slider img {
  height: 400px;
  object-fit: cover;
}
.gallery-slider {
  padding-top: 40px;
}
.programme-box {
  background: #fff;
  padding: 50px 30px;
}
.programme-box h6 {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  padding-bottom: 15px;
}
.programmes-slider .slide-item {
  padding: 0 15px;
}
.programmes-slider {
  margin: 0 -15px;
  padding-top: 30px;
}
.programmes-slider .programme-box:hover {
  background: var(--theme-yellow);
}
.programmes-slider .slick-next {
  position: absolute;
  top: 0 !important;
  left: auto !important;
  bottom: auto !important;
  right: 0 !important;
}
.programmes-slider .slick-prev {
  position: absolute;
  left: auto !important;
  bottom: auto !important;
  top: 0 !important;
  right: 45px !important;
}

.programmes-slider .slick-prev {
  left: 12% !important;
  top: 45% !important;
}
.programmes-slider .slick-next {
  right: 12% !important;
  top: 45% !important;
}
.faculty-degree-programs .slick-prev,
.entrancxe-exam .slick-prev {
  left: -10% !important;
}

.faculty-degree-programs .slick-next .entrancxe-exam .slick-next {
  right: -10% !important;
}
.faculty-degree-programs .programmes-slider .slick-arrow {
  top: 45% !important;
}
.programmes-slider .slick-arrow {
  border: 0;
  background: transparent;
  font-size: 0;
  width: 43px;
  height: 43px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  background-size: 100%;
}
.dean-msg-img {
  width: 30%;
}
.dean-msg-content {
  width: 70%;
  padding-left: 50px;
}
.dean-msg-img-wrap::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -10px;
  background: var(--dark-purple);
  width: 90%;
  height: 60%;
}
.dean-img {
  z-index: 1;
  position: relative;
}
.dean-name-box h6 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-top: 30px;
}
.padding-top-para {
  padding-top: 20px;
}
.lecturer-section #satffTab button {
  color: var(--font-dark);
}
.lecturer-section .border-bottom-div {
  border-bottom: 1px solid var(--gray-font);
}
.lecturer-box {
  width: 33.3%;
  padding: 15px 25px;
}
.lecturer-box-wrap {
  margin: 0 -25px;
  padding-top: 30px;
}
.lecturer-section .staff-box h6,
.lecturer-section .staff-box p {
  color: var(--font-dark);
}
.lecturer-section .staff-box {
  padding: 0;
}
.lecturer-details {
  padding: 5px 20px;
  background: #fff;
}

.news-inner-slider p,
.news-inner-slider .news-link {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
}
.news-inner-slider .news-link {
  font-weight: bold;
  padding-bottom: 20px;
  text-decoration: none;
}
.news-inner-slider .slide-item {
  padding: 0 15px;
}
.news-inner-slider .slide-item img {
  transition: all 0.5s;
}
.news-inner-slider .slide-item:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.news-inner-slider .slide-item .image-link {
  overflow: hidden;
}
.news-inner-content {
  padding-top: 25px;
}
.news-inner-slider {
  margin: 0 -15px;
}
.upcomming-inner-box-content {
  background: #fff;
  border-radius: 5px;
  padding: 30px 60px;
  transition: all 0.5s;
}
.upcomming-inner-box-content:hover {
  box-shadow: 0px 3px 6px #00000029;
  transition: all 0.5s;
}
.upcomming-inner-box-content h6 {
  font-size: 20px;
  color: var(--font-dark);
  padding-top: 0px;
  margin: 0;
  font-weight: bold;
}
.upcomming-inner-box {
  padding-bottom: 30px;
}
.upcomming-inner-wrap {
  padding-top: 50px;
}

/***************************Study End***************************************/

/**************************Single Programmes*******************************************/

.uni-awarding-wrap {
  padding: 60px 80px;
  background: var(--light-blue);
  margin-top: -250px;
}
.uni-awarding-wrap h2 {
  padding-bottom: 50px;
}
.uni-slider img {
  height: 60px;
  width: 100%;
  object-fit: contain;
  object-position: left;
  padding-bottom: 20px;
}
.uni-slider .slide-item {
  padding: 0 15px;
}
.intake-box {
  width: 33.3%;
  padding-left: 30px;
}
.intake-box-inner {
  padding: 30px;
  background: var(--theme-yellow);
  border-top: 4px solid var(--theme-color);
  height: 100%;
  text-align: center;
}
.new-intake-wrapper {
  padding-top: 270px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.course-inner-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 530px;
  object-fit: cover;
  object-position: top;
}
.intake-box-inner h4 {
  font-size: 20px;
}
.intake-box-inner h3 {
  font-size: 25px;
}
.intake-box-inner h5 {
  font-size: 25px;
  font-weight: bold;
  padding-top: 15px;
}
.intake-box-inner h6 {
  font-size: 14px;
  font-weight: bold;
  padding-top: 25px;
}
.intake-box-inner p {
  font-size: 14px;
}
.box-icon {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.intake-box-inner .box-icon img {
  width: 48px;
  height: 48px;
}
.heading-wrp {
  width: 40%;
}
.content-wrp {
  width: 60%;
}
.entry-requirement {
  padding: 80px 0 50px 0;
  border-bottom: 1px solid #fff;
}
.associate-careers-wrap {
  padding: 50px 0;
}
.associate-careers-wrap ul li {
  position: relative;
  width: 45%;
  display: flex;
  align-items: center;
}
.associate-careers-wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  color: #fff;
}
.associate-careers-wrap ul li::before {
  content: "";
  height: 1px;
  width: 10px;
  margin-right: 10px;
  background: #fff;
}
#courseoutline .accordion-header .accordion-button {
  background: var(--dark-marron);
  color: #fff;
  height: 55px;
  padding: 0 60px;
  display: flex;
  align-items: center;
  font-size: 20px;
  position: relative;
}
#courseoutline .accordion-header .accordion-button::after {
  content: "";
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto !important;
}
#courseoutline .accordion-button.collapsed {
  position: relative;
  /* background: var(--dark-purple) !important; */
}
#courseoutline .accordion-button.collapsed::before {
  display: none;
}
#courseoutline .accordion-header .accordion-button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.15;
}
#courseoutline h6 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}
#courseoutline ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
}
#courseoutline ul li {
  padding-bottom: 5px;
}
#courseoutline .accordion-body {
  padding: 30px 50px;
}
.course-desc {
  padding-top: 20px;
}
.paragraph-padding {
  padding: 20px 0;
}
.apply-section {
  background: var(--theme-yellow);
}
.two-col {
  width: 48%;
  padding-bottom: 15px;
}
.three-col {
  width: 32%;
  padding-bottom: 15px;
}
.form-apply-wrap input[type="email"],
.form-apply-wrap input[type="text"],
.form-apply-wrap input[type="tel"],
.form-apply-wrap textarea {
  width: 100%;
}
.form-apply-wrap input[type="email"],
.form-apply-wrap input[type="text"],
.form-apply-wrap input[type="tel"] {
  height: 60px;
  background: #fff;
  border: 0;
  box-shadow: 0px 3px 6px #00000012;
  border-radius: 5px;
}
.apply-wrap {
  justify-content: space-between;
}
.form-apply-wrap textarea {
  background: #fff;
  border: 0;
  box-shadow: 0px 3px 6px #00000012;
  border-radius: 5px;
  padding-top: 20px;
}
textarea:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}
.form-apply-wrap input[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 40px;
  text-decoration: none;
  font-size: 14px;
  width: max-content;
  transition: all 0.5s;
  background: var(--theme-color);
  color: #fff;
  border-radius: 20px;
  border: 0;
  margin: 30px auto 0 auto;
}
.form-group {
  position: relative;
}
.form-input {
  position: relative;
  padding: 0 30px;
}

.focused .form-label {
  transform: translateY(-100%);
  font-size: 10px !important;
}

.form-label {
  font-size: 13px;
  position: absolute;
  left: 0;
  padding: 0 30px;
  top: 23px;
  color: var(--font-dark);
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 13px;
  font-weight: normal;
  display: block;
  position: absolute;
  padding-left: 30px;
}
.form-group br {
  display: none;
}
.apply-wrap {
  padding-top: 30px;
}
.course-inner-slider {
  padding-top: 40px !important;
  padding-bottom: 30px !important;
}
/*************************Single aprogrammes end*********************************************/

/******************************Transfer Options*********************************************/

.transfer-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 375px;
  object-fit: cover;
}
.transfer-option-box {
  padding: 70px 100px;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  background-size: 100% 100%;
  width: 80%;
  margin: 250px auto auto auto;
  text-align: center;
}
.transfer-option-box h2 {
  padding-bottom: 30px;
}
.transfer-top-sec {
  margin-top: -130px;
}
.transfer-slider h6 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
}
.transfer-slider .slide-item {
  padding: 0 15px;
}
.transfer-slider {
  margin: 0 -15px;
}
.countdown-section {
  background: var(--theme-color);
}
.counter-box-inner-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.counter-box-inner-main img {
  height: 40px;
}
.counter-box-inner-main p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  padding: 10px 0;
}
.counter-box-inner-main h6 {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.counter-box-inner h6 {
  padding: 10px 0;
}
.uni-inner-box-img-wrap {
  width: 50%;
  z-index: 1;
  position: relative;
}
.uni-inner-box-content {
  width: 50%;
  z-index: 1;
  position: relative;
}
.uni-inner-box-logo {
  position: absolute;
  bottom: 50px;
  left: 0;
}
.uni-inner-box-wrap {
  padding: 50px 12%;
  margin-top: 50px;
}
.uni-inner-box-img {
  width: 90%;
  height: 320px;
  object-fit: cover;
  margin-left: auto;
  display: block;
}
.uni-inner-box-content h6 {
  font-size: 20px;
  font-weight: bold;
}
.uni-inner-box-content p {
  padding: 15px 0;
}
.uni-inner-box-content {
  padding-left: 40px;
  padding-right: 50px;
}
.blue-absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 55%;
  margin-left: auto;
  background: var(--light-blue);
}
.reverse-uni.uni-inner-box-wrap {
  flex-direction: row-reverse;
  display: flex;
}
.reverse-uni .blue-absolute {
  margin-left: 0 !important;
  margin-right: auto;
}
.reverse-uni .uni-inner-box-img {
  margin-left: 0 !important;
  margin-right: auto;
}
.reverse-uni .uni-inner-box-logo {
  right: 0;
  left: auto;
}
.uni-inner-box-logo-inner {
  height: 80px;
  width: 280px;
}
.uni-inner-box-logo-inner::before {
  content: "";
  background: var(--font-dark);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}
.uni-inner-box-logo img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  padding-right: 25%;
}
.reverse-uni .uni-inner-box-logo img {
  padding-right: 0 !important;
  padding-left: 25%;
}
.reverse-uni .uni-inner-box-logo-inner::before {
  background: var(--dark-purple) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%) !important;
}
.transfer-testimonial-section {
  background: var(--theme-yellow);
}
.transfer-testimonial-section .testimonial-yellow-box {
  background: #fff !important;
}
.transfer-testimonial-section .testimonial-content-wrap p,
.transfer-testimonial-section .testimonial-content-wrap h6,
.transfer-testimonial-section .testimonial-content-wrap h5 {
  color: var(--font-dark) !important;
}
.partner-setion::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 150px;
  background: var(--theme-yellow);
}
.academic-logo-img img {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 25%;
  object-fit: contain;
}
.staff-para {
  padding-top: 20px;
}
/*****************************Transfer Options END***********************************************/

.student-life-banner .banner-top-section::before {
  bottom: 150px;
}
.guidance-img {
  margin-top: -250px;
  height: 375px;
  width: 100%;
  object-fit: cover;
}
.reverse-career .box.content-box {
  padding-right: 0 !important;
  padding-left: 50px;
}
.red-box {
  background: var(--theme-color);
  padding: 30px;
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  margin-top: 50px;
  display: block;
}
.sru-banner-setion .banner-top-section::before {
  bottom: 150px;
}
.sru-contact .contact-details .box .rectangle .left {
  padding-right: 15px;
}
.rectangle a {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}
.sru-contact .form-apply-wrap input[type="submit"] {
  margin-left: 0 !important;
}
.sru-contact .apply-wrap {
  padding-top: 0 !important;
}

/* 2023-11-09- new development CR changes - chamini */

/* contact us page */

.business-schol,
.school-computing {
  width: 50%;
}
.contact-us-contact-info {
  width: 100%;
  flex-grow: 1;
}
.wrap-contactMaps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.card-contactMap {
  width: 30%;
  background-color: #fff;
  margin: 0 15px 30px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.wrap-sec-computing {
  padding: 30px 30px 0;
}
.iframe-map iframe {
  width: 100%;
  height: 100%;
}
.image-logo-computing {
  width: 76px;
  height: 33px;
}
.image-logo-computing img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-title {
  padding: 12px 0 37px;
}
.school-computing-box-info .left {
  width: 15%;
}
.school-computing-box-info .right {
  width: 80%;
}
.school-computing-box-info .right a {
  text-decoration: none;
}
.school-computing-box-info .right a:hover {
  text-decoration: none;
  color: var(--font-dark);
}
.iframe-map {
  line-height: 0;
}
.dark-para-data p {
  font-size: 14px;
  line-height: 32px;
}
.school-computing-box-info {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 5px;
}
.contact-info-box-school {
  background-color: transparent;
  padding: 0;
  margin: 35px 0;
  border-radius: 5px;
}
.contact-info-box-school .left {
  padding-right: 30px;
}
/* galle campus page */
section#RegionCourses {
  background-color: #ebfcff;
  padding: 65px 0;
}
.containerWrap {
  width: 100vw;
  max-width: 60vw;
  margin: auto;
}
.titl-courseRegion {
  text-transform: capitalize;
  color: var(--font-dark);
}
.wraper-courses {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 48px;
}
.content-bx-course {
  width: 30%;
  padding: 40px;
  background-color: #f8cb2e;
  margin-bottom: 40px;
  height: 195px;
}
.title-course {
  color: var(--font-dark);
}
.title-course {
  height: 100px;
}
.readmore a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: var(--font-dark);
  text-decoration: none;
}
.content-bx-course:hover .readmore a {
  text-decoration: underline;
}
.title-serviceRegion {
  color: var(--font-white);
  padding: 0 20px;
}
.card-regional {
  width: 30%;
  background-color: var(--font-white);
  margin: 0 19px 35px;
  padding: 30px;
}
.regional-title {
  color: var(--font-dark);
  margin-bottom: 0;
}
.regional_description {
  margin-bottom: 0;
  color: #404040;
}
.wrap-services-of {
  display: flex;
  flex-wrap: wrap;
}
.card-regional:hover {
  background-color: #f8cb2e;
  transition: all 0.5s;
}
.gal-image-course img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gal-image-course {
  padding: 0 10px;
  height: 255px;
}
section#CallIIT {
  background-color: #d93337;
}
.joinCall {
  display: flex;
  padding: 45px 0;
  justify-content: space-between;
  align-items: center;
}
.texty-Join,
.number-joinBokkign span,
.number-joinBokkign a {
  color: var(--font-white);
}
.number-joinBokkign {
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 20px 45px;
  text-align: center;
}
.number-joinBokkign a {
  font-size: 30px;
  line-height: 30px;
  color: var(--font-white);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.baner-call-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section#moreInformations {
  background-color: #ebfcff;
  padding: 98px 0 350px;
}
.more-info-left {
  width: 25%;
}
.belowFom-right {
  width: 62%;
}
.wrap-moreInfo {
  justify-content: space-between;
}
.contact-info-box {
  background-color: #f8cb2e;
  padding: 35px;
  margin: 15px 0;
  border-radius: 5px;
}
.foem-campus-region input {
  height: 60px;
  background: #fff;
  border: 0;
  box-shadow: 0px 3px 6px #00000012;
  border-radius: 5px;
}
.foem-campus-region textarea {
  background: #fff;
  border: 0;
  box-shadow: 0px 3px 6px #00000012;
  border-radius: 5px;
  padding-top: 20px;
  width: 98%;
}
.foem-campus-region input.wpcf7-form-control.wpcf7-submit {
  background-color: #d93337;
  border-radius: 20px;
  width: 170px;
  height: 40px;
  color: var(--font-white);
  font-size: 14px;
  text-align: center;
  line-height: 16px;
}
section#mapSec {
  margin-top: -13%;
}
section#StudentLife {
  padding: 80px 0 40px;
}
section#upComming {
  padding-top: 40px;
}
.events-News-wrap {
  padding: 0 15px;
}
.events-News-wrap img.slider-events-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slide-eventscoming-content {
  width: 100%;
  padding-left: 0;
}
.slide-eventscoming-content .date-wrap {
  height: 40px;
  color: #fff;
  margin: 0;
  font-size: 14px;
  display: flex;
  width: 100%;
  padding: 0 30px;
  align-items: center;
  justify-content: center;
  background: var(--dark-purple);
}
.slide-eventscoming-content h6,
.commingNews-slider .news-inner-content a {
  padding: 17px 0 33px;
  font-size: 20px;
  color: var(--font-dark);
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
}
section#contactUsData {
  padding-top: 60px;
}
p.text {
  color: var(--font-dark);
  font-size: 25px;
  font-weight: 700;
}
.contactData {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  box-shadow: 0px 1px 6px #00000029;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding: 25px;
}
.containerDataWrap {
  width: 100vw;
  max-width: 30vw;
  margin: auto;
}
section#contactUsData ul.social-ul,
section#contactUsData p.text {
  margin-bottom: 0;
}
.image-popu img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.data-para p {
  font-size: 18px;
  line-height: 32px;
}
/* pdu page */
.pdu-desc p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: var(--font-white);
}
.region-box-pdu {
  padding-left: 20%;
  padding-right: 6%;
}
.wrapper-boxes-intakes {
  width: 35%;
  position: absolute;
  top: 30%;
  left: auto;
  right: 22%;
  bottom: auto;
  justify-content: space-between;
  height: 270px;
}
.box-intake {
  width: 47%;
  padding: 50px;
  background-color: #f8cb2e;
  z-index: 9;
  /* border-top: 5px solid #92278F; */
  position: relative;
}
.date-new-intake {
  padding: 16px 0 0;
}
.full-time {
  padding-bottom: 25px;
  padding-top: 10px;
}
.text-intake {
  padding-top: 30px;
}
.apply-btn {
  background-color: #d93337;
  width: 170px;
  border-radius: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.apply-btn a,
.msgNow-btn a {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.msgNow-btn {
  background-color: #00a83f;
  width: 170px;
  border-radius: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btns-pdu {
  width: 72%;
  justify-content: space-between;
}
.pdu-desc-right p {
  line-height: 30px !important;
  padding-bottom: 30px;
}
.wrap-notice {
  justify-content: space-between;
  align-items: center;
}
.wrap-right-para {
  width: 45%;
}
.wrap-slid-notice {
  width: 45%;
  background-color: #f8cb2e;
  padding: 30px 100px 30px 30px;
}
section#noticeBoard {
  padding: 65px 0;
}
.wrap-right-para p {
  color: var(--font-dark);
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
}
.slider-noticeBoard .slick-arrow,
.wraperRelated .slick-arrow {
  border: 0;
  background: transparent;
  font-size: 0;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
}
.slider-noticeBoard button.slick-prev {
  position: absolute;
  right: -69px;
  top: 40px;
}
.slider-noticeBoard .slick-next {
  position: absolute;
  right: -69px;
  top: 100px;
}
section#courseDetails {
  padding: 80px 0;
  background-color: #f3f3f3;
}
.containerFAQ {
  width: 100vw;
  max-width: 40vw;
  margin: auto;
}
button.accordion-button {
  background-color: #1e407a !important;
  border-radius: 5px;
}
.faq-courses-body {
  margin-bottom: 15px;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0px 3px 6px #00000029;
}
.uni-awarding-wrap-course {
  padding: 60px 80px;
  background: var(--light-blue);
}
section#AwardingDetils {
  padding: 75px 0;
}
.uni-awarding-wrap-course h2 {
  padding-bottom: 40px;
}
.box-intake .box-icon img {
  width: 48px;
  height: 48px;
}
.wrap-banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.li-ul-why ul li::before {
  content: "";
  margin-top: 14px;
  background-color: #fff;
  min-width: 11px;
  height: 1px;
}
.li-ul-why ul li::marker {
  list-style-type: none;
}
.li-ul-why ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}
.wrap-whyUs {
  background-color: #1e407a;
  box-shadow: 0px 3px 6px #00000029;
  border-top: 5px solid #f8cb2e;
  margin-top: -10%;
  padding: 40px 0 105px;
}
.wrap-whyUs {
  clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
}
.li-ul-why ul {
  column-count: 2;
  padding: 0 75px 35px 75px;
}
#WhyUsBanner {
  background-color: #ebfcff;
  padding-bottom: 85px;
}
section#RelatedDegree {
  background-color: #ebfcff;
  padding: 25px 0 115px;
}
.content-bx-course-related {
  width: 95%;
  padding: 35px;
  background-color: #ffffff;
  height: 195px;
}
.content-bx-course-related:hover {
  background-color: #f8cb2e;
  transition: all 0.5s;
}
.wraperRelated .slick-prev {
  left: -15% !important;
  top: 40% !important;
}
.wraperRelated .slick-next {
  right: -15% !important;
  top: 40% !important;
}
.wraperRelated .slick-arrow,
.wrap-center-join-slider .slick-arrow,
.commingNews-slider .slick-arrow {
  border: 0;
  background: transparent;
  font-size: 0;
  width: 43px;
  height: 43px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  background-size: 100%;
}
.wrap-center-join-slider .slick-prev,
.commingNews-slider .slick-prev {
  left: -10% !important;
  top: 40% !important;
}
.wrap-center-join-slider .slick-next,
.commingNews-slider .slick-next {
  right: -10% !important;
  top: 40% !important;
}
section#ContactPlease {
  background-color: #ebfcff;
  padding: 75px 0;
}
button.reginals {
  background-color: transparent;
  border: none;
  text-align: left;
}
.wrap-right-para img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.accordion-collapse ul {
  column-count: 2;
}
.membrshipSection .uni-awarding-wrap {
  margin: 0;
}
.membrshipSection {
  padding: 50px 0;
}
.single-iit-programmes .wrapper-boxes-intakes {
  width: 35%;
  position: absolute;
  top: 30%;
  left: auto;
  right: 15%;
  bottom: auto;
  justify-content: space-between;
  height: 270px;
}
/* ethics */
.special-text-ethics p {
  color: var(--font-white);
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
}
.banerContainer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section#secondBanner {
  padding: 65px 0 85px;
}
.secondBContent {
  padding-top: 50px;
}
.secondBContent p {
  font-size: 16px;
  line-height: 30px;
  color: var(--font-dark);
  font-weight: 700;
  text-align: center;
  padding: 0 45px;
}
.wraper-ethics {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 92px;
}
.left-contentEthics {
  width: 40%;
}
.right-contentEthics {
  width: 50%;
}
.right-contentEthics img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.title-ethics-bx {
  font-size: 25px;
  color: var(--font-dark);
  font-weight: 700;
  padding-bottom: 30px;
}
.content-ethics-bx p {
  font-size: 14px;
  color: #404040;
  font-weight: 400;
  padding-bottom: 30px;
  line-height: 30px;
}
.wraper-ethics:nth-child(even) {
  flex-direction: row-reverse;
}
.wraper-ethics:last-child {
  padding-bottom: 0;
}
/* research laning page */

.boxes-wrapper {
  justify-content: flex-start;
  align-items: center;
}
.wraper-cat-research {
  background-color: #1e407a;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  width: 195px;
  height: 151px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}
.wraper-cat-research:hover {
  background-color: #d93337;
  transition: all 0.5s;
}
section.research-arenas {
  padding-bottom: 60px;
}
.research-arenas .boxes-wrapper {
  justify-content: space-between;
}
.wraper-cooboration {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 55px 0 75px;
}
.card-image-coloborate {
  width: 480px;
  height: 300px;
  position: relative;
}
.card-image-coloborate img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.visit-site,
.visit-site-ethics {
  background-color: #d93337;
  width: 40%;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.visit-site {
  margin: 35px 0;
}
.visit-site a,
.visit-site-ethics a {
  text-align: center;
  color: var(--font-white);
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
}
.wraper-cooboration {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 55px 0 75px;
}
.absolute-card-logo {
  width: 256px;
  height: 72px;
  position: absolute;
  background-color: #000;
  clip-path: polygon(0 0, 100% 0, 100% 51%, 73% 100%, 0 100%);
  box-shadow: 0px 3px 6px #00000029;
  top: auto;
  bottom: 12%;
  left: -5%;
  right: 0;
}
.wraper-bx-publicate {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.publicate-cards {
  background-color: #f8cb2e;
  width: 30%;
  padding: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section#ResearchCatelog {
  padding: 75px 0;
}
section#campusEthics {
  padding: 75px 0;
}
.wraper-CampusEthics {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.camousEthics-image {
  width: 47%;
  height: 265px;
}
.camousEthics-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.camousEthics-Content {
  width: 47%;
}
.wraper-repository-left {
  width: 87vw;
  display: flex;
  height: 550px;
  align-items: center;
  margin: 50px 0;
}
.wraper-repository-left:nth-child(even) .bg-blue-leftside {
  background-color: #1e407a;
  padding: 100px 405px 100px 185px;
  height: 550px;
  width: 65%;
}
.bg-blue-leftside {
  background-color: #1e407a;
  padding: 100px 185px 100px 405px;
  height: 550px;
  width: 65%;
}
.wraper-repository-left:nth-child(even) {
  flex-direction: row-reverse;
  margin-left: auto;
  margin-right: 0;
}
.image-repo-right {
  margin: 0 0 0 -8%;
  width: 33%;
}
.repository-title {
  margin-bottom: 0;
  padding-bottom: 70px;
}
.content-repository {
  line-height: 30px;
}
.wraper-repository-left:nth-child(even) .image-repo-right {
  margin: 0 -8% 0 0;
  position: relative;
}
.image-repo-right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.boxes-wrapper a {
  text-decoration: none;
}
.single-iit-regionals .modal-dialog {
  height: auto !important;
}
.single-iit-regionals .modal-header .btn-close {
  top: 0;
}
.single-iit-regionals .contact-info-box .left {
  padding-right: 25px;
}
.single-iit-regionals .contact-info-box .right a {
  text-decoration: none;
}
.center-slider .center-slider .slick-next {
  right: 12%;
}
.center-slider .center-slider .slick-next {
  right: 12%;
}
/* end new dvelopmnt cr changes  */
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-input {
  width: 100%;
  padding: 18px 20px;
  border: 0;
  font-size: 13px;
}

@media only screen and (min-width: 1600px) {
  .uni-inner-box-img {
    height: 400px;
  }
  .content-section {
    padding-right: 20% !important;
  }
  .conatc-us-top-banner .content-section {
    padding-right: 100px !important;
  }
  .main-wrapper {
    width: 75%;
  }
  .min-wrap {
    width: 45%;
  }
  .middle-wrap {
    width: 60%;
  }
  .home-grid {
    grid-template-rows: 320px 320px;
  }
  /* .facilities-slider img {
        height: 400px;
    } */
  .other-grid {
    grid-template-rows: 300px 300px;
  }
  .feature-news-box .feature-news-box-img {
    height: 300px;
  }
  /* .slider-news-img {
        height: 300px;
    } */
  .inner-banner img {
    height: 500px;
  }
  .banner-top-section {
    margin-top: -150px;
  }
  .paragraph {
    font-size: 15px;
    line-height: 28px;
  }
  .section-heading {
    font-size: 30px;
    line-height: 45px;
  }
  .counter-box h6 {
    font-size: 18px;
    line-height: 40px;
  }
  .sub-section-heading {
    font-size: 25px;
    line-height: 40px;
  }
  .feature-news-content {
    padding: 40px 40px;
  }
  .events-div-wrap {
    padding-right: 70px;
    min-height: 100%;
  }
  .spaecial-notices-wrap {
    padding-left: 70px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
  .footer-main-col ul a {
    font-size: 14px;
  }
  ul#primary li a {
    font-size: 15px;
  }
  #topbar li a {
    font-size: 15px;
  }
  .menu-top-menu-container {
    width: 65%;
  }
  .menu-contact a {
    font-size: 15px;
  }
  .menu-main-menu-container {
    width: 60%;
  }
  .course-box-content-inner ul li a {
    font-size: 14px;
  }
  .read-more-line-btn,
  .read-more {
    padding: 0 45px;
  }
  .news-slider h6 {
    font-size: 15px;
  }
  .read-more-link {
    font-size: 15px;
  }
  .center-slider {
    padding: 50px 20% 0 20%;
  }
  .banner-top-section {
    padding-left: 20%;
  }
  .content-section {
    padding-right: 20%;
  }
}

.home-grid .div4 ul,
.home-grid .div3 ul {
  display: none;
}

.radio-wrap {
  display: flex;
  padding-right: 30px;
}
.filter-bottons-wrapper form {
  width: 100%;
}

.filter-bottons-wrapper form {
  justify-content: flex-end;
}
.filter-bottons-wrapper form .rad-box {
  padding: 5px 0;
}
.news-related-articles {
  padding-top: 25px;
}
.news-related-articles h6 {
  font-weight: bold;
}
.bottom-artical-wrap {
  padding-bottom: 50px;
}
.filter-bottons-wrapper form,
.filter-bottons-wrapper form .rad-box {
  gap: 0 !important;
}
.filter-bottons-wrapper form .rad-box {
  padding: 5px 10px;
}

.radio-wrap {
  width: 60%;
}
.filter-bottons-wrapper form select,
.filter-bottons-wrapper form .read-more {
  width: 140px !important;
  margin-left: 5px;
  margin-right: 5px;
  /* max-width: none !important;
    min-width: none !important; */
}
.rad-box {
  height: 40px;
  border-radius: 20px;
  position: relative;
}

.rad-box input[type="radio"] {
  opacity: 0;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 100000;
}
.rad-box label {
  border: 1px solid var(--font-dark);
  color: var(--font-dark);
  height: 40px;
  font-family: sans-serif, Arial;
  font-size: 14px;
  border-radius: 20px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.rad-box input[type="radio"]:checked + label {
  color: #fff;
  background: var(--font-dark);
}

/* 2023-11-16 start responsive*/

.entrance-test-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 80px;
  z-index: 1;
}

.single-entrance {
  width: 48%;
  background-color: #f8cb2e;
  clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  padding: 129px 89px;
  color: #333;
  .entance-title {
    text-align: center;
    padding-bottom: 30px;
    font-weight: 700;
  }
  .entrance-content {
    strong {
      font-weight: 700;
    }
  }
}
.Inquiry-single {
  background: #ebfcff;
}

.lingua-form .apply-wrap .form-input {
  position: relative;
  padding: 0 0px 0 20px;
  width: 100%;
}
.lingua-form .apply-wrap .three-col {
  width: 100%;
  padding-bottom: 15px;
}
.lingua-form .apply-wrap {
  padding-top: 0;
}
.lingua-form input[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 40px;
  text-decoration: none;
  font-size: 14px;
  width: max-content;
  transition: all 0.5s;
  background: var(--theme-color);
  color: #fff;
  border-radius: 20px;
  border: 0;
  margin: 30px auto 0 auto;
}
.who-you-want-section .main-wrap {
  width: 80%;
  margin: auto;
  text-align: center;
}
.who-you-want-section h3.section-heading {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 121%;
  padding-bottom: 60px;
}
.who-you-want-content {
  padding-bottom: 60px;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  /* ethics */
  .containerWrap {
    width: 100vw;
    max-width: 75vw;
    margin: auto;
  }
  .page-id-3473 .left-contentEthics {
    width: 45%;
  }
  /* end */
  .single-entrance {
    padding: 80px 50px;
    color: #333;
  }
}

@media screen and (max-width: 1537px) {
  /* research */
  .page-id-1147 .bg-blue-leftside {
    padding: 60px 185px 60px 330px;
    height: 450px;
  }
  .page-id-1147 .wraper-repository-left:nth-child(even) .bg-blue-leftside {
    padding: 60px 330px 60px 185px;
    height: 450px;
  }
  .page-id-1147 .wraper-repository-left {
    height: 450px;
  }
  .repository-title {
    padding-bottom: 25px;
  }
  /* end */

  /* pdu */
  .single-iit-pdu-unit .breadcrumbs {
    padding-bottom: 30px;
    padding-right: 0;
  }
  .single-iit-pdu-unit .wrapper-boxes-intakes {
    width: 40%;
    right: 15%;
  }
  .single-iit-pdu-unit .region-box-pdu {
    padding-left: 16%;
  }
  .single-iit-pdu-unit .content-section {
    padding: 50px 11% 50px 50px;
  }
  .single-iit-pdu-unit .containerFAQ {
    width: 100vw;
    max-width: 60vw;
    margin: auto;
  }
  .single-iit-pdu-unit .containerDataWrap {
    width: 100vw;
    max-width: 35vw;
    margin: auto;
  }
  .single-iit-programmes .wrapper-boxes-intakes {
    width: 40%;
    position: absolute;
    top: 10%;
    left: auto;
    right: 10%;
    bottom: auto;
    justify-content: space-between;
    height: 270px;
  }
  .single-iit-programmes .wrapper-boxes-intakes {
    width: 44%;
    top: 10%;
    right: 6%;
  }
  .single-iit-programmes .wrapper-boxes-intakes {
    width: 47%;
    top: 10%;
    right: 2%;
  }
  .btns-pdu {
    width: 80%;
  }
  /* end */
  /* galle campus */
  .single-iit-regionals .card-regional {
    width: 30%;
    margin: 0 18px 35px;
  }
  .single-iit-regionals .containerDataWrap {
    width: 100vw;
    max-width: 40vw;
    margin: auto;
  }
  .single-iit-regionals .foem-campus-region input {
    height: 60px;
    background: #fff;
    border: 0;
    box-shadow: 0px 3px 6px #00000012;
    border-radius: 5px;
    width: 95%;
  }
  .single-iit-regionals .form-label {
    top: 15px;
  }
  /* end */
}

@media screen and (max-width: 1445px) {
  /* research */
  .page-id-1147 .bg-blue-leftside {
    padding: 60px 185px 60px 230px;
    height: 450px;
  }
  .page-id-1147 .wraper-repository-left:nth-child(even) .bg-blue-leftside {
    padding: 60px 230px 60px 185px;
    height: 450px;
  }
  .page-id-1147 .wraper-repository-left {
    height: 450px;
  }
  .page-id-1147 .repository-title {
    padding-bottom: 25px;
  }
  .page-id-1147 .image-repo-right {
    width: 40%;
  }
  .btns-pdu {
    width: 90%;
  }
  /* end */
}

@media screen and (max-width: 1367px) {
  /* pdu */
  .single-iit-pdu-unit .wrapper-boxes-intakes {
    width: 45%;
    right: 12%;
  }
  .single-iit-pdu-unit .content-section {
    padding-right: 8% !important;
  }
  /* end */
  /* galle campus */
  .single-iit-regionals .card-regional {
    width: 30%;
    margin: 0 17px 35px;
  }
  .single-iit-regionals .containerDataWrap {
    width: 100vw;
    max-width: 40vw;
    margin: auto;
  }
  /* end */
}

@media screen and (max-width: 1285px) {
  /* research */
  .page-id-1147 .main-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  /* end */
  /* pdu */
  .wrapper-boxes-intakes {
    width: 50%;
    top: 30%;
    right: 10%;
  }
  .single-iit-pdu-unit .content-section {
    padding-right: 5% !important;
  }
  .single-iit-pdu-unit .containerDataWrap {
    width: 100vw;
    max-width: 40vw;
    margin: auto;
  }
  .single-iit-pdu-unit section#ContactPlease {
    padding: 45px 0;
  }
  .single-iit-pdu-unit section#WhyUsBanner {
    padding: 0 0 45px 0;
  }
  .single-iit-pdu-unit .wrapper-boxes-intakes {
    width: 48%;
    right: 8%;
  }
  /* end */
  /* galle campus */
  .single-iit-regionals .card-regional {
    width: 30%;
    margin: 0 16px 35px;
  }
  .single-iit-regionals .containerDataWrap {
    width: 100vw;
    max-width: 40vw;
    margin: auto;
  }
  .containerFAQ {
    width: 100vw;
    max-width: 60vw;
    margin: auto;
  }
  .containerDataWrap {
    width: 100vw;
    max-width: 45vw;
    margin: auto;
  }
  /* end */
}

@media screen and (min-width: 993px) and (max-width: 1025px) {
  /* contact us page */
  .page-id-35 .conatc-us-top-banner .content-section {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .page-id-35 .computing-name {
    height: 100px;
    padding-bottom: 30px;
  }
  .page-id-35 .contact-info-box-school {
    margin: 0 0 35px 0;
  }
  .page-id-35 .middle-wrap {
    width: 90%;
  }
  /* end */

  /* reserach */
  .page-id-1147 .wraper-cat-research {
    width: 100%;
    padding: 15px 10px;
  }
  .page-id-1147 .boxes-wrapper a {
    width: 19%;
  }
  .page-id-1147 .icon-research img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .page-id-1147 .icon-research {
    width: 37%;
  }
  .page-id-1147 .bg-blue-leftside {
    padding: 60px 115px 60px 60px;
    height: 395px;
  }
  .page-id-1147 .wraper-repository-left:nth-child(even) .bg-blue-leftside {
    padding: 60px 60px 60px 115px;
    height: 395px;
  }
  /* end */
  /* ethics */
  .containerWrap {
    width: 100vw;
    max-width: 80vw;
    margin: auto;
  }
  .page-id-3473 .left-contentEthics {
    width: 45%;
  }
  /* end */
  /* pdu */
  .single-iit-pdu-unit .box-intake {
    padding: 45px;
  }
  .single-iit-pdu-unit .btns-pdu {
    width: 85%;
  }
  .single-iit-pdu-unit .containerFAQ {
    width: 100vw;
    max-width: 80vw;
    margin: auto;
  }
  .single-iit-pdu-unit .wraperRelated .slick-next {
    right: -9% !important;
  }
  .single-iit-pdu-unit .wraperRelated .slick-prev {
    left: -9% !important;
  }
  .single-iit-pdu-unit .containerDataWrap {
    width: 100vw;
    max-width: 55vw;
    margin: auto;
  }
  .banner-top-section {
    margin-top: -144px;
    padding-right: 4% !important;
    padding-left: 4% !important;
  }
  .single-iit-programmes .wrapper-boxes-intakes {
    width: 50%;
    top: 10%;
    right: 3%;
  }
  .box-intake {
    padding: 25px 39px;
  }
  .btns-pdu {
    width: 100%;
  }
  /* end */
  /* galle campus */
  .single-iit-regionals .card-regional {
    width: 30%;
    margin: 0 14px 25px;
  }
  .single-iit-regionals .number-joinBokkign {
    padding: 20px;
  }
  .single-iit-regionals .more-info-left {
    width: 30%;
  }
  .single-iit-regionals section#mapSec {
    margin-top: -25%;
  }
  .single-iit-regionals .wrap-center-join-slider .slick-prev,
  .single-iit-regionals .commingNews-slider .slick-prev {
    left: -5% !important;
    top: 40% !important;
  }
  .single-iit-regionals .wrap-center-join-slider .slick-next,
  .single-iit-regionals .commingNews-slider .slick-next {
    right: -5% !important;
    top: 40% !important;
  }
  .single-iit-regionals .containerDataWrap {
    width: 100vw;
    max-width: 60vw;
    margin: auto;
  }
  /* end */
}

@media screen and (max-width: 992px) {
  /* contact us page */
  .page-id-35 .contact-info-box-school .left {
    width: 15%;
  }
  .page-id-35 .contact-info-box-school .right {
    width: 80%;
  }
  .page-id-35 .contact-info-box-school {
    background-color: transparent;
    padding: 0;
    margin: 0 0 25px;
    border-radius: 5px;
  }
  /* end */
  /* pdu */
  .single-iit-pdu-unit .wrapper-boxes-intakes {
    width: 85%;
    right: auto;
    left: auto;
    margin: auto;
    top: 0;
    position: relative;
    height: auto;
  }
  .single-iit-pdu-unit .box-intake {
    padding: 25px;
  }
  .single-iit-pdu-unit .content-section div.btns-pdu {
    width: 60%;
    margin: auto;
  }
  .single-iit-pdu-unit .msgNow-btn,
  .single-iit-pdu-unit .apply-btn {
    margin: 0 15px;
  }
  .single-iit-pdu-unit .wrap-notice {
    flex-direction: column;
  }
  .single-iit-pdu-unit .wrap-right-para {
    width: 100%;
  }
  .single-iit-pdu-unit .wrap-slid-notice {
    width: 100%;
    padding-right: 100px;
    padding-top: 35px;
  }
  .single-iit-pdu-unit section#courseDetails {
    padding: 45px 0;
  }
  .single-iit-pdu-unit .containerFAQ {
    width: 100vw;
    max-width: 70vw;
    margin: auto;
  }
  .single-iit-pdu-unit .wraperRelated .slick-next {
    right: -9% !important;
  }
  .single-iit-pdu-unit .wraperRelated .slick-prev {
    left: -9% !important;
  }
  .single-iit-pdu-unit .containerDataWrap {
    width: 100vw;
    max-width: 70vw;
    margin: auto;
  }
  .single-iit-programmes .wrapper-boxes-intakes {
    width: 100%;
    top: 0;
    right: 0;
    position: relative;
  }
  .content-section div {
    width: 80%;
    margin: auto;
  }
  .content-section div.apply-btn,
  .content-section div.msgNow-btn {
    width: 43%;
  }
  .containerFAQ {
    width: 100vw;
    max-width: 85vw;
    margin: auto;
  }
  .wraperRelated .slick-next {
    right: -9% !important;
  }
  .wraperRelated .slick-prev {
    left: -9% !important;
  }
  /* end */
}

@media screen and (min-width: 667px) and (max-width: 992px) {
  /* contact us page */
  .page-id-35 .conatc-us-top-banner .content-section div.school-computing,
  .page-id-35 .conatc-us-top-banner .content-section div.business-schol {
    width: 50%;
  }
  .page-id-35 .card-contactMap {
    width: 45%;
  }
  /* end */

  /* research */
  .containerWrap {
    width: 100vw;
    max-width: 90vw;
    margin: auto;
  }
  .page-id-1147 .research-arenas .boxes-wrapper {
    justify-content: space-evenly;
  }
  .page-id-1147 .boxes-wrapper a {
    margin-bottom: 25px;
  }
  .page-id-1147 .wraper-repository-left {
    height: 380px;
    width: 95vw;
  }
  .page-id-1147 .bg-blue-leftside {
    padding: 40px 85px 40px 40px;
    height: 380px;
  }
  .page-id-1147 .wraper-repository-left:nth-child(even) .bg-blue-leftside {
    padding: 40px 40px 40px 85px;
    height: 380px;
  }
  .page-id-1147 .image-repo-right {
    width: 43%;
  }
  /* end */
  /* ethics */
  .containerWrap {
    width: 100vw;
    max-width: 80vw;
    margin: auto;
  }
  .page-id-3473 section#secondBanner {
    padding: 0 0 45px;
  }
  .page-id-3473 .wraper-ethics,
  .page-id-3473 .wraper-ethics:nth-child(even) {
    padding-bottom: 45px;
    flex-direction: column-reverse;
  }
  .page-id-3473 .left-contentEthics {
    width: 100%;
    text-align: center;
    padding: 35px 0 0;
  }
  .page-id-3473 .right-contentEthics {
    width: 75%;
  }
  .page-id-3473 .content-ethics-bx p {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  /* end */
  /* galle campus */
  .single-iit-regionals .content-bx-course {
    padding: 20px;
    margin-bottom: 25px;
  }
  .single-iit-regionals .readmore {
    padding-top: 18px;
  }
  .single-iit-regionals .card-regional {
    width: 44%;
    margin: 0 16px 35px;
  }
  .single-iit-regionals .more-info-left {
    width: 37%;
  }
  .single-iit-regionals .belowFom-right {
    width: 60%;
  }
  .single-iit-regionals section#mapSec {
    margin-top: -40%;
  }
  .wraperRelated .slick-arrow,
  .wrap-center-join-slider .slick-arrow,
  .commingNews-slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .wrap-center-join-slider .slick-prev {
    left: -5% !important;
    top: 48% !important;
  }
  .commingNews-slider .slick-prev {
    left: -5% !important;
    top: 25% !important;
  }
  .wrap-center-join-slider .slick-next {
    right: -5% !important;
    top: 48% !important;
  }
  .commingNews-slider .slick-next {
    right: -5% !important;
    top: 25% !important;
  }
  .single-iit-regionals .containerDataWrap {
    width: 100vw;
    max-width: 75vw;
    margin: auto;
  }
  /* end */
}

@media screen and (max-width: 667px) {
  .wraper-repository-left,
  .wraper-repository-left:nth-child(even) {
    height: auto;
    width: 100%;
    flex-direction: column-reverse;
  }
  .image-repo-right,
  .wraper-repository-left:nth-child(even) .image-repo-right {
    width: 100%;
    margin: auto;
  }

  .repository-title {
    padding-bottom: 25px;
    text-align: center;
  }
  .content-repository {
    text-align: center;
  }
  section#campusEthics,
  section#ResearchCatelog {
    padding: 45px 0;
  }
  .containerWrap {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
  .wraper-CampusEthics {
    flex-direction: column;
  }
  .camousEthics-image {
    width: 100%;
    height: auto;
  }
  .camousEthics-Content {
    width: 100%;
    padding: 25px;
    text-align: center;
  }
  .visit-site,
  .visit-site-ethics {
    margin: auto;
  }
  .publicate-cards {
    width: 100%;
    padding: 25px;
    margin-bottom: 25px;
  }
  .card-image-coloborate {
    width: 100%;
    height: auto;
    padding-bottom: 35px;
  }
  .card-title-coloborate {
    font-size: 20px;
    padding-bottom: 15px;
    text-align: center;
  }
  .absolute-card-logo {
    bottom: 27%;
  }
  .coloboration-cards:last-child {
    padding-top: 45px;
  }
  .boxes-wrapper a {
    text-decoration: none;
    width: 25%;
  }
  .wraper-cat-research {
    width: 100%;
  }
  .boxes-wrapper a {
    text-decoration: none;
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
  }
  section.research-arenas {
    padding-bottom: 45px;
  }
  section#secondBanner {
    padding: 45px 0;
  }
  .pdu-desc-right p {
    padding-bottom: 0;
    margin: 0;
  }
  .page-id-1147 .content-section {
    padding: 30px 5% 0 !important;
  }
  .containerWrap {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }

  /* contact us page */
  .page-id-35 .card-contactMap {
    width: 100%;
  }
  /* end */

  /* research */
  .page-id-1147 .wraper-repository-left {
    height: auto;
  }
  .page-id-1147 .research-arenas .boxes-wrapper {
    justify-content: space-between;
  }
  .page-id-1147 .wraper-bx-publicate {
    flex-direction: column;
  }
  .page-id-1147 .image-repo-right {
    width: 95%;
  }
  .page-id-1147 .bg-blue-leftside,
  .page-id-1147 .wraper-repository-left:nth-child(even) .bg-blue-leftside {
    height: auto;
    padding: 25px;
    width: 100%;
  }
  /* end */
  /* ethics */
  .page-id-3473 .wraper-ethics,
  .page-id-3473 .wraper-ethics:nth-child(even) {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
  .page-id-3473 .right-contentEthics,
  .page-id-3473 .left-contentEthics {
    width: 100%;
  }
  .page-id-3473 .left-contentEthics {
    padding: 25px;
    text-align: center;
  }
  .page-id-3473 .title-ethics-bx {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  /* end */
  /* pdu */
  .single-iit-pdu-unit .date-new-intake {
    font-size: 20px;
  }
  .single-iit-pdu-unit .text-intake {
    padding-top: 20px;
  }
  .single-iit-pdu-unit .full-time {
    padding-bottom: 0;
    padding-top: 10px;
  }
  .single-iit-pdu-unit .content-section div.btns-pdu {
    width: 100%;
    margin: auto;
    padding-top: 30px;
  }
  .single-iit-pdu-unit .wrap-right-para p {
    text-align: center;
  }
  .single-iit-pdu-unit section#noticeBoard {
    padding: 45px 0 85px;
  }
  .single-iit-pdu-unit .slider-noticeBoard button.slick-prev {
    position: absolute;
    right: auto;
    top: auto;
    bottom: -25%;
    left: 30%;
  }
  .single-iit-pdu-unit .slider-noticeBoard .slick-next {
    position: absolute;
    right: 30%;
    top: auto;
    bottom: -25%;
    left: auto;
  }
  .single-iit-pdu-unit .wrap-slid-notice {
    width: 100%;
    padding-right: 0;
    padding-top: 20px;
  }
  .single-iit-pdu-unit .title-NoticeBoard {
    padding-bottom: 20px;
    margin-bottom: 0;
    text-align: center;
  }
  .single-iit-pdu-unit .notice_course-body p {
    text-align: center;
  }
  .single-iit-pdu-unit .containerFAQ {
    width: 100vw;
    max-width: 90vw;
    margin: auto;
  }
  .single-iit-pdu-unit section#AwardingDetils {
    padding: 45px 0;
  }
  .single-iit-pdu-unit .uni-awarding-wrap-course h2 {
    padding-bottom: 0;
  }
  .single-iit-pdu-unit .li-ul-why ul {
    column-count: 1;
    padding: 0 25px 35px 25px;
  }
  .single-iit-pdu-unit .wraperRelated .slick-next {
    right: 20% !important;
    top: auto !important;
    bottom: -45%;
  }
  .single-iit-pdu-unit .wraperRelated .slick-prev {
    left: 20% !important;
    top: auto !important;
    bottom: -45%;
  }
  .single-iit-pdu-unit .content-bx-course-related {
    margin: auto;
  }
  .single-iit-pdu-unit .containerDataWrap {
    width: 100vw;
    max-width: 95vw;
    margin: auto;
  }
  .single-iit-pdu-unit .wrapper-boxes-intakes {
    width: 95%;
  }
  .single-iit-pdu-unit section#contactUsData {
    padding-top: 45px;
  }
  .single-iit-pdu-unit .containerDataWrap {
    width: 100vw;
    max-width: 100vw;
    margin: auto;
  }
  .single-iit-pdu-unit section#contactUsData p.text {
    font-size: 15px;
  }
  .wrap-slid-notice,
  .wrap-right-para {
    width: 100%;
    padding: 0;
  }
  .wrap-notice {
    flex-direction: column;
  }
  .slider-noticeBoard button.slick-prev {
    position: absolute;
    right: 60%;
    top: auto;
    bottom: -15%;
  }
  .slider-noticeBoard .slick-next {
    position: absolute;
    right: 33%;
    top: auto;
    bottom: -15%;
  }
  .wraperRelated .slick-next {
    right: 20% !important;
    top: auto !important;
    bottom: -37%;
  }
  .wraperRelated .slick-prev {
    left: 20% !important;
    top: auto !important;
    bottom: -37%;
  }
  .containerDataWrap {
    width: 100vw;
    max-width: 100vw;
    margin: auto;
  }
  p.text {
    font-size: 18px;
  }
  .social-ul li {
    padding-right: 4px;
  }
  .single-iit-programmes .wrapper-boxes-intakes {
    flex-direction: column;
  }
  .box-intake {
    width: 100%;
  }
  /* end */

  /* galle campus */
  .single-iit-regionals .content-bx-course {
    width: 48%;
    padding: 20px;
    height: auto;
    margin-bottom: 15px;
  }
  .single-iit-regionals .title-course {
    height: 120px;
    font-size: 16px;
  }
  .single-iit-regionals section#RegionCourses,
  .single-iit-regionals section#moreInformations {
    padding: 45px 0;
  }
  .single-iit-regionals .card-regional {
    width: 100%;
    margin: 0 16px 35px;
  }
  .single-iit-regionals .modal-header .btn-close {
    top: -2%;
  }
  .single-iit-regionals .modal-dialog {
    padding-top: 55px;
  }
  .single-iit-regionals .joinCall {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .single-iit-regionals .texty-Join,
  .single-iit-regionals .number-joinBokkign span,
  .single-iit-regionals .number-joinBokkign a {
    text-align: center;
    padding: 10px 0;
  }
  .single-iit-regionals .more-info-left,
  .single-iit-regionals .belowFom-right {
    width: 100%;
    padding-bottom: 25px;
  }
  .single-iit-regionals .wrap-moreInfo {
    flex-direction: column;
  }
  .single-iit-regionals .title-moreInfor {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .single-iit-regionals section#StudentLife,
  .single-iit-regionals section#upComming {
    padding: 45px 0 80px;
  }
  .single-iit-regionals .wrap-center-join-slider .slick-next {
    right: 25% !important;
    top: auto !important;
    bottom: -25%;
  }
  .single-iit-regionals .commingNews-slider .slick-next {
    right: 25% !important;
    top: auto !important;
    bottom: -12%;
  }
  .single-iit-regionals .wrap-center-join-slider .slick-prev {
    left: 25% !important;
    top: auto !important;
    bottom: -25%;
  }
  .single-iit-regionals .commingNews-slider .slick-prev {
    left: 25% !important;
    top: auto !important;
    bottom: -12%;
  }
  .single-iit-regionals .containerDataWrap {
    width: 100vw;
    max-width: 95vw;
    margin: auto;
  }
  .single-iit-regionals .contactData {
    flex-direction: column;
  }
  .single-iit-regionals section#contactUsData p.text {
    font-size: 15px;
  }
  .single-iit-regionals .contactData img {
    padding: 10px 0;
  }
  /* end */
}

/* end responsive */

/* pdu cr */
.postid-77 .faculty-degree-programs {
  background-color: rgb(235, 252, 255);
}
.postid-77 .banner-top-section::before {
  background-image: none;
}
.postid-77 .banner-top-section {
  margin-top: -1px;
}
.postid-77 .intake-section {
  background-color: #ebfcff;
}

.mv-wrap-section {
  padding: 60px 0 0;
}

.mv-flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mv-box {
  flex: 1 1 49%;
  padding: 55px 85px;
  color: #ffffff;
  box-sizing: border-box;
}

.mv-box h2 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}

.mv-box p,
.mv-box div {
  font-size: 16px;
  line-height: 1.6;
}

.mv-box ul {
  margin: 10px 0 0 20px;
  padding: 0;
}

.mv-box li {
  margin-bottom: 10px;
}

.mv-mission {
  background-color: #9c27b0; /* Purple */
}

.mv-objective {
  background-color: #00695c; /* Green */
}

.mv-purpose {
  background-color: #0d47a1; /* Dark Blue */
}

.mv-pursuit {
  background-color: #d32f2f; /* Red */
}
.faculty-degree-programs {
  background-color: transparent;
}

.iit-mastary-wrap-section {
  width: 90%;
  margin: auto;
  background: var(--theme-yellow);
  .mastary-logs {
    a {
      img {
        width: 90%;
        height: auto;
        object-fit: contain;
        margin: auto;
        display: flex;
        justify-content: center;
        padding: 30px;
      }
    }
  }
  .mastary-content .mastary-content-inner {
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .mastary-content .mastary-content-inner .read-more {
    margin: auto;
  }
  .mastary-content .mastary-content-inner .read-more a {
    color: #fff;
    text-decoration: none;
  }
}

.inquary-ddl-section {
  &::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45%;
    background: #fff;
  }
}

@media (min-width: 600px) and (max-width: 992px) {
  .iit-mastary-wrap-section .mastary-logs img {
    height: 200px !important;
  }
}

@media (min-width: 991px) {
  .mv-flex-container {
    display: block;
    column-count: 2;
    gap: 10px;
  }
  .mv-box {
    flex: 1 1 49%;
    padding: 55px 85px;
    color: #ffffff;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .mv-box.mv-mission {
    height: 268px;
    overflow: auto;
  }
  .mv-objective {
    height: 470px;
    overflow: auto;
  }
  .mv-purpose {
    height: 470px;
    overflow: auto;
  }
  .mv-box.mv-pursuit {
    height: 268px;
    overflow: auto;
  }
  .mastary-logs {
    width: 48%;
  }
  .mastary-content {
    width: 48%;
    padding: 0;
  }
  .iit-mastary-wrap-section {
    display: flex;
    padding: 50px 75px;
    justify-content: space-between;
  }
  .mastary-content .mastary-content-inner {
    text-align: left !important;
    align-items: flex-start;
  }

  .mastary-logs {
    width: 38%;
  }
  .mastary-content {
    width: 58%;
  }
  .mastary-logs img {
    width: 100%;
    height: auto !important;
    object-fit: contain;
    margin: auto;
    display: flex;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
  }
  .mastary-content .mastary-content-inner .read-more {
    margin: auto 0 !important;
  }
  .mastary-content .mastary-content-inner {
    padding: 0 !important;
  }
  .iit-mastary-wrap-section {
    width: 75% !important;
    align-items: flex-start;
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
/* Optional: Responsive Mobile Support */
@media (max-width: 991px) {
  .mv-box {
    flex: 1 1 100%;
    padding: 40px 30px;
  }
  .mv-box li,
  .mv-box p {
    font-size: 15px;
    line-height: 28px;
  }
}

/* pdu inner */

.pdu-inner {
  .banner-top-section {
    margin-top: 0;
  }
  .wrapper-boxes-intakes {
    top: 0;
    right: 5%;
    height: 270px;
  }
  .school-logo {
    position: absolute;
    width: 200px !important;
    height: auto !important;
    bottom: 20px;
    right: 5.5%;
    background-color: #fff;
    padding: 10px;
  }
  .breadcrumbs,
  .breadcrumbs a,
  .section-heading,
  .special-text,
  .paragraph,
  .paragraph p {
    color: #000 !important;
  }
  .wrap-notice,
  .wrap-slid-notice {
    background-color: #fff;
  }
  .notice_course-body {
    background: #f8cb2e;
  }
  .wrap-right-para {
    padding-left: 120px;
  }
  .wrap-notice {
    align-items: flex-start;
    padding-top: 87px;
  }
  .wrap-slid-notice {
    padding-top: 0;
    padding-bottom: 0;
  }
  .notice_course-body {
    padding: 40px 30px;
  }
  .faq-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    ul {
      position: sticky;
      top: 25%;
    }
  }
  ul#faqTab li {
    position: relative;
    margin-bottom: 5px;
    .active {
      color: #f8cb2e;
      &::after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #f8cb2e;
      }
    }
  }
  div#faqTabContent {
    width: 75%;
    z-index: 9;
  }
  ul#faqTab {
    width: 20%;
  }
  ul#faqTab li button {
    width: 100%;
  }
  ul#faqTab li {
    width: 100%;
  }
  ul#faqTab li button {
    width: 100%;
    background: transparent;
    border: 0;
    text-align: left;
    color: #fff;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 165%;
    letter-spacing: -0.9px;
    text-transform: capitalize;
    border-bottom: 1px solid #ffffff57;
  }
  div#faqTabContent {
    border-radius: 8px;
    background: #d3e2e9;
    padding: 76px 106px;
  }
  div#faqTabContent p {
    color: #211e1e;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: inherit;
    letter-spacing: -0.48px;
    text-transform: capitalize;
    margin-bottom: 0;
  }
  .nav-tabs {
    border-bottom: 1px solid #dee2e600;
  }
  .nav-tabs .nav-link.active button {
    color: #f8cb2e;
  }
  .containerWrap {
    max-width: 90vw;
  }
  .wrap-whyUs {
    background-color: transparent;
    box-shadow: 0;
    border-top: none;
    margin-top: -10%;
    padding: 0;
    clip-path: none;
    outline: none;
    box-shadow: none;
    border: none;
  }

  .li-ul-why ul {
    column-count: auto;
    padding: 0;
  }
  .li-ul-why ul li::before {
    display: none;
  }
  .why-us-slide {
    background: var(--theme-yellow);
    height: 340px;
    clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: black;
    text-align: center;
    padding: 20px 50px;
    margin: 0 5px;
    position: relative;
    &::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 8px;
      background-color: #1e407a;
      z-index: -1;
    }
  }
}
.faculty-degree-programs.pdu-inner,
#noticeBoard.pdu-inner {
  background-color: #ebfcff !important;
}
section#noticeBoard.pdu-inner {
  padding: 65px 0;
  position: relative;
  &::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background-color: #ffffff;
    z-index: 1;
  }
  &::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    z-index: 1;
  }
  .slider-noticeBoard .slick-next {
    position: absolute;
    right: -69px;
    top: 195px;
  }
  .slider-noticeBoard button.slick-prev {
    position: absolute;
    right: -68px;
    top: 121px;
  }
}
#courseDetails.pdu-inner {
  background: #1e407a;
}
.notice_course-body {
  height: 400px;
  overflow: auto;
}
#courseDetails.pdu-inner {
  .course-description,
  .title-NoticeBoard {
    color: #fff;
  }
  .containerFAQ {
    max-width: 80vw;
  }
  .course-description {
    width: 80%;
    margin: auto;
  }
}
#AwardingDetils {
  display: none;
}
.postid-79 {
  .banner-top-section {
    margin-top: 0px;
  }
  .faculty-degree-programs {
    background: #ebfcff;
  }
  .banner-top-section::before {
    background-image: none;
  }
  .content-section ul {
    text-align: left;
  }
  .welcome-dep {
    h2 {
      width: 100%;
      text-align: center;
      padding-left: 4%;
      padding-right: 4%;
      padding-bottom: 60px;
    }
  }
  .inquary-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #fddc02;
    padding: 2.5rem 0;
    .inquary-img {
      width: 29%;
    }
    .inquary-content {
      width: 37%;
    }
    .inquary-now {
      width: 26%;
    }
    .inquary-img img {
      position: absolute;
      bottom: 0;
      height: 350px;
    }
  }
  .simple-padding-top {
    padding-top: 100px;
  }
  .services-wrap-section {
    display: none;
  }
}
.postid-79 .faculty-news-section {
  padding-top: 100px;
}
.extra-section {
  .section-heading {
    padding-bottom: 40px;
  }
}
.ddl-event-facility-wrap {
  display: flex;
  justify-content: space-between;
  align-items: unset;
  flex-wrap: wrap;
  .facility-wrap {
    width: 48%;
  }
  .events-wrap {
    width: 48%;
    background: #1e407a;
    padding: 50px 50px 30px;
    .events-inner-box-content {
      .event-thumbnail {
        height: 530px;
        object-fit: cover;
      }
      p {
        color: #fff;
        padding-top: 20px;
        text-align: center;
      }
      a.read-more-link {
        color: #fff !important;
        margin: auto;
      }
      .read-more-link--dark img {
        filter: none;
      }
      .events-inner-box-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
      }
    }
  }
  .facility-wrap {
    background: #ebfcff;
    padding: 50px 50px 30px;
    img.facility-thumbnail {
      height: 530px;
    }
    .facility-inner-box-content p {
      text-align: center;
      padding-top: 20px;
    }
    .section-heading {
      padding-bottom: 30px;
    }
  }
}

.event-banner-section {
  .event-banner-wrap {
    justify-content: space-between;
    position: relative;
    &::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(
        270deg,
        rgba(30, 64, 122, 0) 48.96%,
        #1e407a 60.45%
      );
    }
  }

  .event-banner-box {
    width: 39%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    z-index: 2;
    color: #fff;
    padding: 100px 50px 100px 50px;
    .paragraph,
    .section-heading {
      color: #fff;
    }
  }
  .event-banner-img {
    width: 61%;
    display: flex;
    justify-content: end;
    img {
      width: 100%;
      height: auto;
      object-fit: cover;
      object-fit: cover;
      object-position: right;
    }
  }
}
.vision-mission-ddl {
  .vision-mission-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    .vision {
      display: flex;
      justify-content: space-around;
    }
    .mission {
      display: flex;
      justify-content: space-around;
    }
    .vision {
      display: flex;
      justify-content: flex-start;
      width: 100%;
      border-bottom: 1px solid #211e1e;
      padding-bottom: 40px;
    }
    .mission {
      display: flex;
      justify-content: flex-start;
      flex-direction: row;
      padding-top: 40px;
    }

    .vm-title {
      width: 30%;
    }
    .vision .paragraph,
    .mission .paragraph {
      width: 70%;
    }
  }
}
.ddl-couses {
  .wraper-courses {
    align-items: flex-start;
  }
  .content-bx-course {
    height: auto;
  }
}

.page-id-3825 {
  .content-section li {
    list-style: none;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    a {
      font-weight: 700;
      list-style: none;
      text-decoration: none;
      color: #0d0c0c;
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: 165%;
    }
    strong {
      font-weight: 400 !important;
      width: 30%;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 165%;
    }
  }
  .content-section ul {
    text-align: left;
    padding: 0;
  }
}
.page-id-3825 .faculty-degree-programs {
  background: #ebfcff;
}

.overview-section {
  padding: 80px 0;
}
.overview-main-wrapper {
  justify-content: space-between;
}
.couse-specility-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-couse-spec {
  width: 24%;
  text-align: center;
  background: #f8cb2e;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 165%;
}
.single-couse-spec {
  width: 24%;
  text-align: center;
  background: #f8cb2e;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 165%;
  clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  padding: 40px 10px;
  position: relative;
}
.single-couse-spec:after {
  content: "";
  position: absolute;
  top: 0;
  background: red;
  width: 100%;
  height: 5px;
  right: 0;
  left: 0;
}
.overview-left-section-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.duration-content h4 {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  span {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 165%;
  }
}
.overview-section {
  .paragraph {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 165%;
    p {
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 165%;
    }
  }
  .overview-left-section {
    width: 50%;
  }
  .overview-right-section {
    width: 40%;
  }
}
.overview-duration-warp {
  border-radius: 349px;
  background: #f8cb2e;
  width: 201px;
  height: 201px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: -16%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.overview-left-section-inner {
  display: flex;
  justify-content: space-evenly;
}
.what-do-you-know {
  background-color: #1e407a !important;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;

  .main-wrap {
    width: 60%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .title-section {
    width: 30%;
    h2 {
      color: #fff;
    }
  }

  .intro-section {
    width: 59%;
    padding-top: 0;
  }
  p.special-text {
    padding: 0;
    margin: 0;
  }
}

.start-masters-section::after {
  content: "";
  position: absolute;
  height: 55%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 0;
}

.we-provide-section .main-wrap {
  width: 75%;
  margin: auto;
  background: #ebfcff;
  padding: 80px;
  display: flex;
  justify-content: space-between;
}

h3.we-provide-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 121%;
  padding-bottom: 30px;
}
.master-wrap .we-provide-content {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 121%;
}
.master-wrap {
  width: 48%;
}
.we-provide-wrap {
  width: 48%;
}

.levels-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-leval {
  background: #f8cb2e;
  width: 24%;
  text-align: center;
}
.single-leval a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 121%;
  color: #333;
  text-decoration: none;
}
.single-leval a br {
  display: none;
}
.single-leval {
  background: #f8cb2e;
  width: 24%;
  text-align: center;
  padding: 40px;
}
.single-leval h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 121%;
}
.single-leval h4.read-more {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 121%;
}
.lingua-level-popup {
  width: 100%;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 80% !important;
  background: #1e407a !important;
  box-shadow: 0px 4px 46.4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 70px;
}
.level-sub-block {
  border-radius: 8px;
  background: #d3e2e9;
  padding: 50px;
  margin: 50px auto;
  color: #333;
  text-align: justify;
  width: 90%;
}
.level-sub-block h4 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: -0.9px;
  text-align: center;
  margin-bottom: 30px;
}
.why-you-need-wrap {
  text-align: center;
}
.why-you-need-wrap h3.section-heading {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 121%;
  padding-bottom: 30px;
}
.single-faq {
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
}
.single-faq:last-child {
  border-bottom: 0px solid #ccc;
  padding-bottom: 0;
}
.single-faq:first-child {
  padding-top: 0px;
}
.single-entrance {
  position: relative;
}
.single-entrance::after {
  content: "";
  position: absolute;
  top: 0;
  background: red;
  width: 100%;
  height: 5px;
  right: 0;
  left: 0;
}
.Inquiry-single::after {
  background: #f8cb2e;
}
.start-masters-section .wpcf7-response-output {
  color: #333 !important;
}
.start-masters-section .main-wrap {
  width: 75%;
}
.start-masters-section .title-section {
  padding-left: 10%;
}
.start-masters-section .intro-section {
  padding-right: 10%;
}
.faculty-news-section .center-slider .slick-prev {
  left: 12%;
}
.faculty-news-section .center-slider .slick-next {
  right: 12%;
}
.single-entrance a.read-more.read-more--red {
  margin: auto;
  margin-top: 60px !important;
}

@media (max-width: 1600px) {
  .inquary-ddl-section {
    .section-heading {
      font-size: 22px;
      line-height: 34px;
    }
    .inquary-img img {
      position: absolute;
      bottom: 0;
      height: auto !important;
      width: 26%;
      object-fit: cover;
    }
    .inquary-img {
      width: 17%;
    }
    .inquary-content {
      width: 43%;
      padding-right: 6%;
    }
    .inquary-now {
      width: 30% !important;
    }
  }
  .single-couse-spec p {
    font-size: 18px;
  }
  .duration-content {
    span {
      font-size: 20px !important;
    }
  }
  .single-entrance {
    padding: 60px 50px 80px;
    color: #333;
  }
  .overview-duration-warp {
    width: 180px !important;
    height: 180px !important;
  }
}

@media (min-width: 994px) and (max-width: 1367px) {
  .ddl-event-facility-wrap {
    & .events-wrap {
      & .events-inner-box-content {
        .event-thumbnail {
          height: 400px;
          object-fit: cover;
        }
      }
    }
  }
  .ddl-event-facility-wrap {
    & .facility-wrap {
      img.facility-thumbnail {
        height: 400px;
      }
    }
  }
  .event-banner-section {
    .event-banner-box {
      padding: 60px 50px 60px 50px !important;
    }
  }
}
@media screen and (max-width: 1367px) {
  .overview-duration-warp {
    width: 160px !important;
    height: 160px !important;
  }
  .duration-content h4 {
    font-size: 16px !important;
  }
  span {
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 144%;
  }
  .breadcrumbs span {
    font-size: 11px !important;
  }
  .single-couse-spec {
    font-size: 18px;
    line-height: 22px;
  }
  .overview-section .section-heading span {
    font-size: 20px !important;
    line-height: 30px;
  }

  .page-id-3825 {
    .content-section li {
      a {
        font-size: 20px !important;
      }
    }
  }
  .duration-content h4 {
    span {
      font-size: 18px !important;
      line-height: 22px;
    }
  }
  .overview-duration-warp {
    width: 140px !important;
    height: 140px !important;
  }
  .page-id-3825 {
    .programme-box h6 {
      font-size: 17px;
      line-height: 22px;
    }
  }

  .who-you-want-section {
    .section-heading {
      padding-bottom: 20px !important;
      font-size: 20px !important;
    }
    .who-you-want-sectio {
      p {
        font-size: 16px !important;
        line-height: 28px;
      }
    }
  }
  .faculty-news-section .center-slider .slick-prev {
    left: 8% !important;
  }
  .faculty-news-section .center-slider .slick-next {
    right: 8%;
  }
}
@media (max-width: 1280px) {
  .pdu-inner {
    .inquary-img img {
      height: 300px;
    }
  }
  .what-do-you-know {
    .main-wrap {
      width: 80%;
    }
  }
  .single-entrance a.read-more.read-more--red {
    margin: auto;
    margin-top: 40px !important;
  }
}
@media (min-width: 1024px) {
  .pdu-inner {
    .wrap-banner {
      margin: -2px;
      &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(
          180deg,
          #1e407a 24.35%,
          rgba(30, 64, 122, 0) 80.92%
        );
        z-index: 1;
      }
      img {
        width: 100%;
        height: auto;
        object-fit: cover;
        min-height: 500px;
      }
    }
    section:last-of-type {
      padding-bottom: 0px !important;
    }
  }
  #WhyUsBanner.pdu-inner {
    .titl-whyUs {
      position: absolute;
      z-index: 99999;
      color: #fff;
      font-size: 64px;
      font-style: normal;
      font-weight: 700;
      line-height: 146%;
      left: 0;
      right: 0;
      top: 75px;
    }
  }
}
@media (max-width: 1024px) {
  .pdu-inner {
    img.school-logo {
      top: 0 !important;
    }
    .wrapper-boxes-intakes {
      height: auto;
      padding: 10px;
      right: 0%;
    }
    .box-intake {
      width: 49%;
    }
    .notice_course-body {
      height: auto;
      overflow: auto;
    }
    .wrap-right-para {
      padding-left: 40px;
    }
    section#noticeBoard.pdu-inner {
      &::after {
        display: none;
      }
      &::before {
        display: none;
      }
    }
    .wrap-slid-notice {
      width: 55% !important;
    }
    .slider-noticeBoard .slick-next,
    .slider-noticeBoard button.slick-prev {
      display: none;
    }
    .wrap-right-para {
      padding-left: 0px;
    }
    .wrap-notice {
      padding-top: 40px !important;
    }
    section:last-of-type {
      padding-bottom: 0px !important;
    }
  }
  #noticeBoard.pdu-inner {
    &::after {
      display: none;
    }
  }
  .wrap-banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  h2.titl-whyUs {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 8;
  }
  .wrap-banner {
    &::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(
        180deg,
        #1e407a 24.35%,
        rgba(30, 64, 122, 0) 80.92%
      );
      z-index: 1;
    }
  }
  .overview-section .paragraph p {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
  }
  .overview-section .section-heading {
    font-size: 22px;
    line-height: 30px;
  }
  .overview-duration-warp {
    width: 135px !important;
    height: 135px !important;
  }
  .what-do-you-know {
    .main-wrap {
      width: 80%;
      margin: auto;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
    }
  }
  .start-masters-section .title-section {
    padding-left: 0%;
  }
  .start-masters-section .intro-section {
    padding-right: 0%;
  }

  .we-provide-section .main-wrap {
    padding: 40px;
  }
  .we-provide-content p,
  h3.we-provide-title {
    font-size: 14px;
    line-height: normal;
  }
  .we-provide-content li {
    font-size: 12px !important;
    line-height: inherit;
  }
  .who-you-want-section {
    padding-top: 0 !important;
  }
  .levels-section {
    padding: 0;
  }
  .why-you-need-wrap h3.section-heading {
    font-size: 20px;
  }
  .faq-content p {
    font-size: 13px;
    line-height: 22px;
  }
  .single-leval h3 {
    font-size: 20px !important;
  }
  .single-leval {
    padding: 20px;
    h4.read-more {
      margin-bottom: 0;
    }
  }
}
@media (max-width: 992px) {
  .ddl-event-facility {
    .events-wrap {
      width: 100%;
    }
    .event-thumbnail {
      margin: auto;
    }
    .facility-wrap {
      width: 100%;
    }
  }
  .event-banner-section {
    .event-banner-wrap {
      flex-direction: column-reverse;
    }
    .event-banner-img {
      width: 100%;
    }
    .event-banner-box {
      width: 100%;
    }
  }
  .event-banner-section {
    .event-banner-box {
      padding: 25px 40px 30px 40px;
    }
    & .event-banner-wrap {
      &::before {
        content: "";
        background: linear-gradient(
          180deg,
          rgba(30, 64, 122, 0) 38.96%,
          #1e407a 55.45%
        );
      }
    }

    & .event-banner-img {
      img {
        height: 400px !important;
      }
    }
  }
  .event-banner-box .paragraph {
    padding: 10px 0;
  }
  .event-banner-box {
    background-color: #1e407a;
  }
  .overview-right-section {
    width: 100% !important;
    padding: 40px 0;
  }
  .overview-left-section {
    width: 100% !important;
  }
  .overview-section {
    padding: 40px 0 20px;
    margin-bottom: 40px;
  }
  .overview-section {
    .section-heading {
      padding-bottom: 20px;
    }
    .paragraph {
      padding-bottom: 20px;
    }
    .overview-duration-warp {
      top: inherit;
      bottom: 0;
      right: 0;
    }
  }
  .page-id-3825 {
    background-color: #ebfcff !important;
  }

  .ddl-couses .content-bx-course {
    width: 47%;
  }
}
@media (max-width: 769px) {
  .what-do-you-know .title-section {
    width: 100% !important;
  }
  .what-do-you-know .intro-section {
    width: 100% !important;
  }
  .entrance-test-wrap {
    padding-top: 40px;
  }

  .single-entrance {
    width: 100%;
    margin-bottom: 40px;
  }
  .start-masters-section::after {
    height: 0;
  }
  .start-masters-section {
    padding-bottom: 20px;
  }
  section.who-you-want-section.simple-padding-top.simple-padding-bottom {
    padding-top: 40px !important;
  }
  .we-provide-section .main-wrap {
    padding: 40px 0;
  }
  .single-entrance {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section.we-provide-section.simple-padding-bottom h3.we-provide-title {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .pdu-inner {
    img.school-logo {
      top: 0 !important;
    }
    .box-intake {
      padding: 20px;
      width: 100%;
      margin: 10px auto;
    }
    .wrapper-boxes-intakes {
      height: auto;
      padding: 10px;
      right: 0%;
    }
    .wrap-slid-notice {
      width: 100% !important;
    }
    button.slick-next.slick-arrow {
      display: none !important;
    }
    button.slick-prev.slick-arrow {
      display: none !important;
    }
    .notice_course-body {
      height: 400px;
      overflow: auto;
    }
    .course-description {
      width: 100% !important;
    }
  }
  img.school-logo {
    display: none;
  }
  .wrap-notice {
    padding-top: 40px !important;
  }
  .wrap-right-para {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  h2.title-NoticeBoard {
    text-align: center;
  }
  .wrap-slid-notice {
    padding-top: 30px !important;
  }
  .postid-79 {
    .inquary-wrap {
      display: flex;
      flex-direction: column;
    }
    .inquary-content {
      width: 94%;
      margin: auto;
      text-align: center;
    }
    .inquary-img img {
      display: none;
    }
    .inquary-content {
      width: 90%;
      padding: 0;
    }
    .inquary-now {
      width: 100% !important;
      margin: auto;
      display: flex;
      justify-content: center;
      margin-top: 20px;
    }

    .section-heading {
      font-size: 19px;
      line-height: 30px;
    }
    .inquary-content {
      width: 80% !important;
    }
    .inquary-ddl-section {
      padding-top: 30px !important;
      .section-heading {
        font-size: 17px;
        line-height: 25px;
      }
    }
    .simple-padding-top {
      padding-top: 40px !important;
    }
  }
  .vision-mission-ddl {
    .vision {
      display: flex;
      justify-content: flex-start;
      width: 100%;
      border-bottom: 1px solid #211e1e;
      padding-bottom: 20px;
      flex-direction: column;
      padding-bottom: 25px !important;
      .paragraph {
        width: 100% !important;
      }
    }
    .mission {
      display: flex;
      justify-content: flex-start;
      padding-top: 20px !important;
      flex-direction: column;
      flex-direction: column !important;
      .paragraph {
        width: 100% !important;
      }
    }
  }
  .ddl-event-facility {
    .events-wrap,
    .facility-wrap {
      padding: 20px 20px 30px;
    }
    .event-thumbnail {
      height: 400px !important;
      object-fit: cover;
    }
    .img.facility-thumbnail {
      height: 400px !important;
    }
    .facility-inner-box-content {
      img {
        height: 400px !important;
      }
    }
  }
  .event-banner-section {
    & .event-banner-img {
      img {
        height: auto !important;
      }
    }
  }
  .page-id-3825 {
    .content-section li {
      a {
        font-weight: 700;
        font-size: 20px !important;
        line-height: 130%;
      }
    }
  }
  .overview-section {
    padding: 20px 0 20px;
  }
  .couse-specility-wrap {
    flex-wrap: wrap;
  }
  .single-couse-spec {
    width: 48% !important;
    margin-bottom: 20px;
  }
  .what-do-you-know {
    padding-bottom: 60px;
    padding-top: 60px;
    .main-wrap {
      width: 90%;
      flex-direction: column;
    }
    .title-section {
      padding-bottom: 20px;
    }
    .title-section,
    .intro-section {
      width: 100%;
    }
  }
  .what-do-you-know {
    padding-bottom: 20px;
  }
  .who-you-want-section .main-wrap {
    width: 90%;
  }
  .we-provide-section .main-wrap {
    width: 90%;
    flex-direction: column;
  }
  .we-provide-wrap {
    width: 100%;
  }
  .master-wrap {
    width: 100%;
    padding-top: 20px;
  }
  section.we-provide-section.simple-padding-bottom {
    padding-bottom: 0;
  }
  .single-leval {
    width: 49%;
    margin-bottom: 2%;
  }
  .we-provide-section.simple-padding-bottom .main-wrap {
    padding-bottom: 0 !important;
  }
  .who-you-want-content {
    padding-bottom: 40px;
  }
  .we-provide-section .popup-inner {
    background: #fff;
    padding: 10px !important;
    border-radius: 8px;
    max-width: 95% !important;
    width: 100%;
    min-width: 95% !important;
    position: relative;
  }
  .lingua-level-popup {
    max-width: 90% !important;
  }
  .popup-inner {
    padding: 10px 0 !important;
  }
  .level-sub-block {
    padding: 20px;
  }
  .level-sub-desc {
    ul {
      padding: 10px;
    }
  }
  .ddl-couses .content-bx-course {
    width: 100%;
}
.ddl-couses .title-course {
    height: auto;
}
}



span.input-group-text img {
    width: 32px;
    height: 32px;
}
#courseSearch {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 121%;
    letter-spacing: 1.6px;
    padding: 1rem;   
}
div#searchResultsContainer {
    padding-bottom: 3vw;
}
.all-courses-section .nav-link{
 font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 146%;
}
.all-courses-section .nav-link.active {
    color: #fff !important;
    background-color: #1E407A;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 146%;
}
.all-courses-section button.accordion-button::before {
     content: "";
    height: 1px;
    width: 36vw;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 7%;
    background-color: #000000;

}
.accordion-header .accordion-button::after {
    background-image: url("<?php bloginfo('template_directory'); ?>/assets/img/accordian.png") !important;
    /* filter: invert(1); */
}
.all-couses-wrap-main  ul{
    width: 100%;
    border-bottom: 5px solid #1E407A;
}


.view-toggle .view-toggle-icon{
  border: transparent;
  background-color: transparent;
} 

.all-courses-section .accordion-item {
    margin-bottom: 3rem;
    border: 0;
    box-shadow: 0px 0px 0px #00000029;
}
.all-courses-section  .accordion-body{
  padding: 0;
}
.all-courses-section button.accordion-button {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 121%;
    text-transform: capitalize;
    color: #333 !important;
    background-color: transparent !important;
    position: relative;
    box-shadow: 0px 0px 0px #00000029;
}
.all-courses-section .accordion-body th{
color: #1E407A;
text-transform: uppercase;
}
.all-courses-section .accordion-body td a{
color: #000;
font-style: normal;
font-weight: 700;
line-height: 121%;
text-decoration: none;
}
.all-courses-section .accordion-body td {
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: 121%;
    text-decoration: none;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 10px;
    padding-right: 10px;

}

.all-courses-section .accordion-body tr{
  gap: 20px;
}
.couse-table-name {
    width: 39%;
}
.card-body a, .card-body a:hover {
    background-color: transparent;
    border: 0;
    color: #333;
    text-transform: uppercase;
    text-decoration: underline !important;
    font-weight: 600;
    line-height: 28px;
    padding: 0;
}
.all-couses-wrap-main .nav-tabs .nav-link:hover, #searchResultsTable tr:hover td  {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}
.all-couses-wrap-main tr:hover, #searchResultsTable tr:hover {
    background-color: #d93337 !important;
    
}
.all-couses-wrap-main tr:hover a, #searchResultsTable tr:hover a, .all-couses-wrap-main tr:hover td {
    color: #fff !important;    
}
.all-courses-section a.btn.btn-primary {
    background-color: transparent;
    border: 0;
    text-decoration: underline;
    text-align: start;
}

.single-couse-spec p {
    margin-bottom: 0;
    font-size: 16px;
}
.single-couse-spec {
    width: 48%;
    margin-bottom: 1rem;
    color: #fff;
    clip-path: polygon(100% 0, 93% 49%, 100% 100%, 0% 100%, 0 53%, 0% 0%);
    padding: 1rem 0;

}
.single-couse-spec:after {
    content: "";
    position: absolute;
    top: 0;
    background: red;
    width: 5px;
    height: 100%;
    right: 0;
    left: 0;
}
.couse-specility-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
        padding-top: 1rem;
}
.who-you-want-image-gallery {
    justify-content: space-between;
}
.who-you-want-image-gallery a {
    width: 48%;
   
}
.who-you-want-image-gallery a img {
    height: 350px;
    width: 100%;
    object-fit: cover;
     margin-bottom: 2rem;
     margin-top: 2rem;
}

img.couse-card-img {
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: 50px;
    height: 50px;
}
.course-card{
  min-height: 250px;
    overflow: auto;
}
@media (max-width: 600px) {
  .all-courses-section .containerWrap {
    width: 90%;
    padding-top: 60px;
}
table#listView {
    width: max-content;
    overflow: auto;
}
.accordion-body {
    overflow-y: auto;
}
.all-courses-section button.accordion-button {
    font-size: 15px !important;
}
.accordion-header .accordion-button::after {
    font-size: 15px;
    line-height: 14px;
    height: 11px;
    width: 11px;
    object-fit: contain !important;
    background-size: contain;
}
.all-courses-section button.accordion-button::before {
    width: 18%;
}
.who-you-want-image-gallery a {
    width: 100%;
}
.who-you-want-image-gallery a img{
    height: 220px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
}