/* font loading */
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-BlackItalic.woff2") format("woff2"), url("../fonts/Nunito-BlackItalic.woff") format("woff"),
    url("../fonts/Nunito-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Bold.woff2") format("woff2"), url("../fonts/Nunito-Bold.woff") format("woff"),
    url("../fonts/Nunito-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Black.woff2") format("woff2"), url("../fonts/Nunito-Black.woff") format("woff"),
    url("../fonts/Nunito-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Nunito-ExtraLightItalic.woff") format("woff"),
    url("../fonts/Nunito-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-MediumItalic.woff2") format("woff2"), url("../fonts/Nunito-MediumItalic.woff") format("woff"),
    url("../fonts/Nunito-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-LightItalic.woff2") format("woff2"), url("../fonts/Nunito-LightItalic.woff") format("woff"),
    url("../fonts/Nunito-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Light.woff2") format("woff2"), url("../fonts/Nunito-Light.woff") format("woff"),
    url("../fonts/Nunito-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Italic.woff2") format("woff2"), url("../fonts/Nunito-Italic.woff") format("woff"),
    url("../fonts/Nunito-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-ExtraLight.woff2") format("woff2"), url("../fonts/Nunito-ExtraLight.woff") format("woff"),
    url("../fonts/Nunito-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-ExtraBold.woff2") format("woff2"), url("../fonts/Nunito-ExtraBold.woff") format("woff"),
    url("../fonts/Nunito-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-BoldItalic.woff2") format("woff2"), url("../fonts/Nunito-BoldItalic.woff") format("woff"),
    url("../fonts/Nunito-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Nunito-ExtraBoldItalic.woff") format("woff"),
    url("../fonts/Nunito-ExtraBoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Medium.woff2") format("woff2"), url("../fonts/Nunito-Medium.woff") format("woff"),
    url("../fonts/Nunito-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Regular.woff2") format("woff2"), url("../fonts/Nunito-Regular.woff") format("woff"),
    url("../fonts/Nunito-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Nunito-SemiBoldItalic.woff") format("woff"),
    url("../fonts/Nunito-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-SemiBold.woff2") format("woff2"), url("../fonts/Nunito-SemiBold.woff") format("woff"),
    url("../fonts/Nunito-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* styling */

/*:root {*/
/*  --font-nunito: "Nunito", sans-serif;*/
/*  --color-theme-red: #ae333f;*/
/*  --color-theme-orange: #f58634;*/
/*  --color-theme-black: #000000;*/
/*  --color-theme-white: #ffffff;*/
/*  --color-text: #747474;*/
/*  --color-theme-lightred: #f7ebec;*/
/*}*/
:root {
  --font-nunito: "Nunito", sans-serif;
  --color-theme-red: #1c96c5;
  --color-theme-orange: #20a7db;
  --color-theme-black: #000000;
  --color-theme-white: #ffffff;
  --color-text: #747474;
  --color-theme-lightred: #cfecf7;
}

body {
  font-family: var(--font-nunito);
  font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-theme-black);
}

p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

.bg-red {
  background: var(--color-theme-red);
}

.bg-orange {
  background: var(--color-theme-orange);
}

.bg-lightred {
  background: var(--color-theme-lightred);
}

/* top bar styling */
ul.social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.social-icons li a i {
  color: var(--color-theme-white);
}

.btns-list {
  gap: 8px;
  flex-wrap: wrap;
}

.white-btns a {
  background: var(--color-theme-white);
  color: var(--color-theme-red);
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 18px;
  border-radius: 22px;
  border: 2px solid var(--color-theme-white);
  transition: all 0.6s ease;
}
.white-btns a:hover {
  color: var(--color-theme-white);
  background: var(--color-theme-red);
}

.info-listing {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.info-listing li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.info-listing li span {
  flex: 0 0 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  text-align: center;
  background: var(--color-theme-white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text);
  border-radius: 100%;
  height: 40px;
}

.info-content h3 {
  font-size: 12px;
  color: var(--color-theme-white);
  margin-bottom: 0;
}
.info-content p,
.info-content a {
  font-size: 14px;
  color: var(--color-theme-white);
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 0;
}

.flex-grow-2 {
  flex-grow: 2;
}

.name-with-info img {
  width: 800px;
}

.menu-part {
  position: relative;
  z-index: 9;
  margin-bottom: -28px;
}

.menu-part .dropdown-toggle::after {
  display: inline-block;
  margin-left: 1px;
  vertical-align: -1px;
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
}

/* banner slider styling */

.zoom-out-slider {
  width: 100%;
  height: 800px;
  border-radius: 0 0 0 100px;
  overflow: hidden;
}

/* Remove zoom effect fully */
.swiper-scale-effect .swiper-slide-cover {
  transform: none !important;
  transition: none !important;
}

/* Active slide no scaling */
.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: none !important;
}

/* Normal slide layout */
.zoom-out-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Slide background cover */
.zoom-out-slider .swiper-slide > .swiper-slide-cover {
  position: absolute;
  inset: 0;
  background: transparent no-repeat center center / cover;
}

/* Pagination styling */
.zoom-out-slider .swiper-pagination {
  /*background: var(--color-theme-white);*/
  right: 0 !important;
  padding: 20px 12px;
  border-radius: 10px 0 0 10px;
}

.zoom-out-slider .swiper-pagination-bullet-active {
  background: var(--color-theme-red);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 15px 0 !important;
}


/* our cources styling */
.sub-heading {
  font-size: 32px;
  text-align: center;
  line-height: 42px;
  font-weight: bold;
}
.dot-with-line {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  line-height: 35px;
}
.dot-with-line:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-theme-red);
  margin: 0 auto;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
}

.dot-with-line:before {
  content: "";
  width: 130px;
  height: 3px;
  background: var(--color-theme-lightred);
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
}

.left-dot-with-line::before,
.left-dot-with-line::after {
  margin: unset;
}
.left-dot-with-line::after {
  left: 60px;
}

.cources-card {
  overflow: hidden;
  border-radius: 40px 0 0 0;
}
.cources-card img {
  border-radius: 40px 0 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  width: 100%;
  transition: all 0.6s ease;
}
.cources-card h3 {
  font-size: 20px;
  line-height: 28px;
  border: 2px solid var(--color-theme-red);
  padding: 20px 30px;
  border-radius: 10px;
  width: 80%;
  margin: -30px auto 0;
  font-weight: 600;
  background: var(--color-theme-white);
  position: relative;
  transition: all 0.6s ease;
  margin-bottom: 14px;
}

.cources-card h3:after {
  content: "";
  position: absolute;
  width: 100%;
  background: var(--color-theme-lightred);
  border-radius: 10px;
  height: 66%;
  left: 10px;
  z-index: -1;
  bottom: -12px;
}
.cources-card:hover img {
  transform: scale(1.1);
}
.cources-card:hover h3 {
  margin-top: -40px;
  color: var(--color-theme-red);
}

.red-btns a {
  color: var(--color-theme-white);
  background: var(--color-theme-red);
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 22px;
  min-width: 160px;
  text-align: center;
  display: table;
  border: 2px solid var(--color-theme-red);
  transition: all 0.6s ease;
}

.red-btns a:hover {
  background: var(--color-theme-white);
  color: var(--color-theme-red);
}

.feature-card {
  border: 2px solid var(--color-theme-red);
  border-radius: 10px;
  padding: 40px;
  margin: auto;
  text-align: center;
  width: 72%;
  background: var(--color-theme-white);
}
.orange-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  background: var(--color-theme-lightred);
  border-radius: 10px;
  height: 60%;
  left: 0;
  z-index: -1;
  top: 20%;
}
.feature-card span {
  background: var(--color-theme-red);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.feature-card span img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* .feature-info {
 
} */

.feature-card h3 {
  font-size: 20px;
  line-height: 30px;
  padding-top: 20px;
  font-weight: 600;
}

.feature-card p {
  min-height: 130px;
}

/* what we offer */

.we-offer {
  background: url("../images/pattern.png") var(--color-theme-lightred) no-repeat center center;
  padding: 85px 0 100px;
}

.offer-card {
  border: 2px solid var(--color-theme-orange);
  border-radius: 10px;
  padding: 40px 25px;
  margin: auto;
  background: var(--color-theme-white);
  width: 96%;
  position: relative;
  transition: all 0.6s ease;
  z-index: 1;
}
.offer-card span {
  background: var(--color-theme-red);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer-card span img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.offer-card h3 {
  font-size: 20px;
  line-height: 30px;
  padding-top: 20px;
  font-weight: 600;
}

/* .offer-card:hover {
  margin-top: -20px;
} */

.red-wrapper:after {
  content: "";
  position: absolute;
  width: 90%;
  background: var(--color-theme-red);
  border-radius: 10px;
  height: 38%;
  right: 0;
  z-index: 0;
  transition: all 0.6s ease;
  bottom: -8px;
}

.card-number {
  position: absolute;
  right: 20px;
  font-size: 64px;
  font-weight: 800;
  color: rgb(0 0 0 / 10%);
  top: 5px;
}

/* gallery styling */
.gallery-card img {
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  margin: auto;
  display: table;
}

/* footer styling */
.small-sub-heading {
  font-size: 20px;
  padding-bottom: 15px;
  line-height: 30px;
  font-weight: 700;
}

.red-social-icons li a i {
  color: var(--color-theme-red);
}

.dark-list {
  flex-flow: column;
  gap: 25px;
}
.dark-list li {
  gap: 15px;
}
.dark-list .info-content h3 {
  font-size: 16px;
  color: var(--color-theme-black);
}
.dark-list .info-content p,
.dark-list .info-content a {
  font-size: 16px;
  color: var(--color-theme-black);
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 0;
}
.dark-list .info-content a {
  font-weight: bold;
  word-break: break-all;
}
.dark-list li span {
  flex: 0 0 50px;
  height: 50px;
}

.vertical-menu {
  padding-left: 0;
}
.vertical-menu li {
  list-style: none;
}
.vertical-menu li:not(:last-child) {
  margin-bottom: 5px;
}
.vertical-menu li a {
  color: var(--color-theme-black);
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.vertical-menu li a:hover {
  color: var(--color-theme-red);
}

.Copyright-info,
.Copyright-info a {
  color: var(--color-theme-white);
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}

.Copyright-info a:hover {
  text-decoration: underline;
}

/* mobile responsive menu */

.menu-part {
  padding: 8px 25px;
  border-radius: 25px 0 25px 0;
}

.menu-part .navbar-nav {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.menu-part .nav-link {
  color: var(--color-theme-white) !important;
  font-weight: 600;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  animation: slideDown 0.6s ease;
}

.menu-bar {
  z-index: 9;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.sticky nav.navbar {
  background: var(--color-theme-orange);
  padding: 0;
  border-radius: 0 0 35px 35px;
}
.sticky nav.navbar .bg-orange {
  background: transparent;
}
.sticky .menu-part {
  margin-bottom: 0;
}
.menu-part .dropdown-menu {
  animation: 0.6s slideup;
  padding: 15px 10px;
  border: 2px solid var(--color-theme-red);
  border-radius: 0 20px 0 20px;
  box-shadow: 0 0 40px hsl(0deg 0% 0% / 20%);
}

@keyframes slideup {
  from {
    transform: translateY(10%);
  }

  to {
    transform: translateY(0);
  }
}
.menu-part .dropdown-menu a {
  transition: all 0.6s ease;
}
.menu-part .dropdown-menu a:hover {
  background: var(--color-theme-red);
  color: var(--color-theme-white);
  border-radius: 10px;
}

/* circle pattern */
.left-half-circle,
.right-half-circle {
  position: relative;
}
.left-half-circle:before {
  content: "";
  position: absolute;
  background: url(../images/left-half-circle.svg) no-repeat;
  left: 0;
  top: 55px;
  width: 78px;
  height: 135px;
  background-size: contain;
}
.right-half-circle:after {
  content: "";
  position: absolute;
  background: url(../images/right-half-circle.svg) no-repeat right;
  right: 0;
  top: 65%;
  width: 78px;
  height: 135px;
  background-size: contain;
}
.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 1em;
  margin: 1em;
  background: var(--color-theme-white);
  border: 2px solid var(--color-theme-red);
  z-index: 9;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.back-to-top:hover {
  cursor: pointer;
}

/* ================= innner pages ================= */

/* Academmics page start */

.academics-img {
  background: url(../images/innper-page-banner.jpg) no-repeat top;
}

.inner-banner {
  background-size: cover;
  min-height: 360px;
  align-items: end;
  padding-bottom: 30px;
  display: flex;
}

.page-title h1 {
  display: table;
  background: var(--color-theme-white);
  border-left: 5px solid var(--color-theme-red);
  font-size: 30px;
  font-weight: 700;
  padding: 12px 20px;
  /* min-width: 372px; */
  line-height: 40px;
  border-radius: 0 30px 0 0;
}

.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}

.w58 {
  width: 58%;
}
.trainnings-tables {
  padding-top: 30px;
}
.trainnings-tables table thead tr th:nth-child(1),
.trainnings-tables table tbody tr td:nth-child(1),
.trainnings-tables table thead tr th:nth-child(3),
.trainnings-tables table tbody tr td:nth-child(3),
.trainnings-tables table thead tr th:nth-child(4),
.trainnings-tables table tbody tr td:nth-child(4),
.trainnings-tables table thead tr th:nth-child(5),
.trainnings-tables table tbody tr td:nth-child(5) {
  text-align: center;
}

.trainnings-tables table thead tr th {
  color: var(--color-theme-white);
  padding: 15px;
}

.trainnings-tables table tbody td {
  padding: 6px;
}

.trainnings-tables table thead tr th:first-child,
.trainnings-tables table tbody tr:nth-child(even) td:first-child {
  border-radius: 40px 0 0 40px;
}
.trainnings-tables table thead tr th:last-child,
.trainnings-tables table tbody tr:nth-child(even) td:last-child {
  border-radius: 0 40px 40px 0;
}
.trainnings-tables table thead {
  background: var(--color-theme-red);
}

.trainnings-tables table tbody tr:nth-child(even) {
  background: var(--color-theme-lightred);
}
.table > :not(caption) > * > * {
  border-bottom-width: 0px;
}
.dcf-w-100\% {
  width: 100% !important;
}
@media only screen and (max-width: 42.09em) {
  .dcf-table-responsive thead {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
  .dcf-table-responsive tr {
    display: block;
  }
  .dcf-table-responsive td {
    -webkit-column-gap: 3.16vw;
    -moz-column-gap: 3.16vw;
    column-gap: 3.16vw;
    display: grid;
    grid-template-columns: 2fr 2fr;
    text-align: left !important;
  }
  .dcf-table-responsive.dcf-table-bordered,
  .dcf-table-responsive.dcf-table-bordered thead th {
    border-width: 0;
  }
  .dcf-table-responsive.dcf-table-bordered tbody td {
    border-top-width: 0;
  }
  .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
    padding-bottom: 0.75em;
  }
  .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
    padding-bottom: 0;
  }
  .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
    padding-right: 0;
  }
  .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
    border-bottom-width: 0;
  }
  .dcf-table-responsive tbody td:before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    padding-right: 1.78em;
  }
}

/* About ACC page start */

.content-area {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.bg-circle-pattern {
  background: url(../images/bg-circle-pattern.svg) no-repeat center center;
  background-size: contain;
}

/* vision and mission start */

.thoughts-details {
  box-shadow: 0 0 20px rgb(0 0 0 / 20%);
  padding: 35px;
  margin-right: -52px;
  position: relative;
  z-index: 1;
  background: var(--color-theme-white);
  border-radius: 10px;
}
.thoughts-details h3 {
  font-size: 28px;
  font-weight: 600;
  color: var(--color-theme-red);
  margin-bottom: 20px;
}
.thoughts-details p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.thought-bg:after {
  content: "";
  position: absolute;
  background: var(--color-theme-red);
  width: 100%;
  height: 42%;
  z-index: -1;
  top: 18%;
  border-radius: 5px;
}

.pl-25 {
  padding-left: 35px;
}

.vision-line {
  font-size: 30px;
  line-height: 48px;
}

.highlight-text {
  color: var(--color-theme-black);
  font-weight: 700;
}

.custom-list {
  padding-top: 15px;
  padding-left: 0;
}
.custom-list li:not(:last-child) {
  margin-bottom: 8px;
}
.custom-list li {
  position: relative;
  padding-left: 18px;
  list-style: none;
}
.custom-list li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: var(--color-theme-red);
  border-radius: 100%;
  top: 7px;
  left: 0;
}

.objective-line {
  color: var(--color-theme-red);
  font-size: 24px !important;
  line-height: 34px;
}

.conduct-list {
  padding-left: 0;
  padding-top: 30px;
  margin-bottom: 0;
}
.conduct-list li {
  list-style: none;
  display: flex;
  gap: 20px;
}
.conduct-list li span {
  background: var(--color-theme-white);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  flex: 0 0 80px;
}
.conduct-list li:not(:last-child) {
  margin-bottom: 30px;
}
.conduct-content h3 {
  color: var(--color-theme-red);
  font-size: 20px;
  font-weight: 600;
}
.conduct-list li span img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.activity-info {
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  padding: 40px;
  margin-left: -65px;
  background: var(--color-theme-white);
  border: 1px solid var(--color-theme-red);
  border-radius: 0 0 75px 0;
}
.activity-info p:not(:last-child) {
  padding-bottom: 10px;
}

.activityImg img {
  border-radius: 75px 0 0 0;
}

.rev-cols .activity-info {
  margin-right: -65px;
  margin-left: 0;
  border-radius: 0 0 0 75px;
  position: relative;
  z-index: 1;
}
.rev-cols .activityImg img {
  border-radius: 0 75px 0 0;
}

.course-index {
  column-count: 2;
  gap: 35px;
  padding-left: 20px;
  margin-bottom: 0;
}
.course-index li:not(:last-child) {
  margin-bottom: 8px;
}

.iframe-style iframe {
  border: 2px solid var(--color-theme-red);
  border-radius: 0 20px 0 20px;
}

.red-listing i {
  color: var(--color-theme-red);
}
.dark-list.red-listing {
  gap: 35px;
}

.recognition-list {
  padding-left: 0;
  width: 90%;
  margin: auto;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  padding: 40px;
  border-radius: 10px;
}
.recognition-list li {
  list-style: none;
  display: flex;
  gap: 20px;
  align-items: center;
}

.recognition-list li span {
  flex: 0 0 200px;
  width: 200px;
  height: 200px;
  border: 2px solid rgb(0 0 0 / 18%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px 0;
}
.recognition-list li span img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.recognize-content h3 {
  font-size: 22px;
  color: var(--color-theme-red);
  margin-bottom: 15px;
  font-weight: 600;
}

.recognition-list li:not(:last-child) {
  margin-bottom: 30px;
}

.bg-size-30 {
  background-size: 30%;
}
.card-img-top {
  border-radius: 22px;
  border: 3px solid var(--color-theme-red);
}
p.event-text {
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 600;
}
.event-video a {
  position: relative;
  height: 100%;
  display: block;
}
.event-video a:before {
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: var(--color-theme-white);
  top: 40%;
  position: absolute;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  font-size: 22px;
  border: 2px solid;
  border-radius: 100%;
  left: 45%;
}

.w40 {
  width: 40%;
}

/* career page start */
.career-update table thead tr th:nth-child(1),
.career-update table tbody tr td:nth-child(1),
.career-update table thead tr th:nth-child(4),
.career-update table tbody tr td:nth-child(4),
.career-update table thead tr th:nth-child(5),
.career-update table tbody tr td:nth-child(5),
.career-update table thead tr th:nth-child(6),
.career-update table tbody tr td:nth-child(6) {
  text-align: center;
}

.career-update table thead tr th:nth-child(3),
.career-update table tbody tr td:nth-child(3) {
  text-align: left;
}

.course-listing {
  display: flex;
  align-items: center;
}
.course-listing > label {
  flex: 0 0 130px;
  font-weight: 700;
  color: var(--color-theme-red);
}
.form-fields-group form {
  display: flex;
  flex-flow: column;
  gap: 15px;
}
.course-listing select,
.course-listing input,
.course-listing textarea {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding: 0;
  font-size: 15px;
  color: #212529;
}
.course-listing select:focus,
.course-listing input:focus {
  box-shadow: none;
  outline: none;
}

.course-listing select option {
  padding: 5px;
}

.form-fields-group {
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  padding: 20px;
  border-radius: 10px;
  background: var(--color-theme-white);
}
.form-fields-group .table-responsive th {
  color: var(--color-theme-red);
  font-size: 15px;
}
.form-fields-group .table-responsive::-webkit-scrollbar {
  width: 2px !important;
  scrollbar-width: thin;
}
.form-fields-group .table-responsive::-webkit-scrollbar-track {
  background: #e8e8e8;
  border-radius: 5px;
  border: 1px solid #dddbdb;
}
.form-fields-group .table-responsive::-webkit-scrollbar-thumb {
  background: var(--color-theme-red);
  border-radius: 5px;
}
.form-fields-group .table-responsive::-webkit-scrollbar-thumb:hover {
  background: var(--color-theme-red);
}

.form-fields-group .table-responsive input {
  border: 1px solid #ddd;
  border-radius: 10px;
}
.submit_btn button {
  color: var(--color-theme-white);
  background: var(--color-theme-red);
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 18px;
  border-radius: 22px;
  min-width: 160px;
  text-align: center;
  display: table;
  border: 2px solid var(--color-theme-red);
  transition: all 0.6s ease;
  margin: auto;
  margin-top: 30px;
}
.submit_btn button:hover {
  background: var(--color-theme-white);
  color: var(--color-theme-red);
}

.inline-alignment {
  display: flex;
  align-items: center;
  gap: 20px;
}

.inline-alignment .course-listing {
  align-items: start;
  flex: 1;
  flex-flow: column;
}
.inline-alignment .course-listing > label {
  flex: auto;
}
.inline-alignment .submit_btn button {
  margin-top: 0;
}

.link-style {
  text-decoration: none;
  color: var(--color-theme-red);
  font-size: 18px;
  font-weight: 600;
}
.link-style:hover {
  color: var(--color-theme-black);
}
.mobile-only {
    display: none;
}

@media (max-width: 767px) {
    .mobile-only {
        display: block;
    }
}