@charset "UTF-8";
/*===================== Premery bg color =====================*/
:root {
    --color-primary: #f58220;
    --color-secondry: #880001;
    --color-hover: #770101;
    --rgba-primary-1: #fdfff7;
    --rgba-primary-2: #f5f0eb;
    --rgba-primary-3: #f6f6f6;
    --rgba-primary-4: rgba(255,94,20,0.4);
    --rgba-primary-5: rgba(255,94,20,0.5);
    --rgba-primary-6: rgba(255,94,20,0.6);
    --rgba-primary-7: rgba(255,94,20,0.7);
    --rgba-primary-8: rgba(255,94,20,0.8);
    --rgba-primary-9: #444444;
    --text-sec:#444444;
    --font1: "inter";
    --font2: "Roboto";
}

.bg-secondary {
  background-color: var(--color-secondry) !important;
}

.bg-rgba-primary-1 {
  background-color: var(--rgba-primary-1);
}

.bg-rgba-primary-2 {
  background-color: var(--rgba-primary-2);
}

.text-primary-1 {
  color: var(--color-primary);
}

.text-secondary-1 {
  color: var(--color-secondry);
}

.text-rgba-primary-1 {
  color: var(--rgba-primary-1);
}

.text-rgba-primary-2 {
  color: var(--rgba-primary-2);
}

.inner-pages p {
  text-align: justify;
}

.top-bar ul li a {
  color: var(--color-secondry);
}

.rounded {
  border-radius: 10px !important;
}

.bg-background-image {
  background-position: center;
  background-size: cover;
}

.dlab-bnr-inr, .dlab-bnr-inr .dlab-bnr-inr-entry {
  height: 320px;
}

@media (max-width: 768px) {
  .dlab-bnr-inr, .dlab-bnr-inr .dlab-bnr-inr-entry {
    height: 200px;
  }
}
#choose-us h4 {
  font-size: 18px;
}

.overlay-black-middle:after {
  opacity: 0.3;
}

.overlay-black-light:after, .overlay-black-middle:after, .overlay-black-dark:after {
  background: #333333;
}

.section-title-1 {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 20px;
}

.section-title-1:after {
  content: "";
  border: 0;
  width: 50px;
  height: 2px;
  background: #f21e4e;
  z-index: 1;
  margin-left: 0;
  position: absolute;
  left: 0;
  bottom: -12px;
}

.text-center.section-head p {
  max-width: 1000px;
  font-size: 16px !important;
}

.text-center.section-head p strong {
  font-weight: 700 !important;
  color: var(--color-secondry);
}

.text-center.section-head p.text-light strong {
  color: var(--color-primary);
}

.top-bar ul li a {
  color: var(--color-secondry);
  font-size: 14px;
}

.top-bar .site-button {
  background-color: var(--color-secondry);
}

.top-bar .hlm-fiesta-button {
  background-color: #A901DB;
}

@keyframes glowing {
  0% {
    background-color: #FF8000;
    box-shadow: 0 0 5px #FF8000;
  }
  50% {
    background-color: #FAAC58;
    box-shadow: 0 0 20px #FAAC58;
  }
  100% {
    background-color: #FF8000;
    box-shadow: 0 0 5px #FF8000;
  }
}
.top-bar .hlm-fiesta-button {
  animation: glowing 1300ms infinite;
}

.main-bar {
  background-color: var(--rgba-primary-1);
}

.header-nav .nav > li > a:after {
  height: 1px;
}

.header-nav .nav > li > a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
}

.owl-home-banner .owl-dots {
  display: none;
}

.call-to-action {
  background-color: var(--color-hover);
}

.approvals-affiliation {
  background-color: var(--rgba-primary-1) !important;
}

.approvals-affiliation .approval-caption {
  font-size: 14px;
  margin-top: 10px;
  display: block;
  text-align: center;
  font-weight: 500;
  color: var(--color-secondry);
}

@media (max-width: 768px) {
  .approvals-affiliation h2.title {
    font-size: 30px;
  }
}
.highlights-section {
  background-color: var(--rgba-primary-2);
}

.highlights-section .counter-row {
  padding: 40px 20px;
}

@media (max-width: 768px) {
  .highlights-section .counter-row {
    padding-top: 10px !important;
    text-align: center;
  }
}
.highlights-section .counter-row .row .col-6 {
  background-color: var(--text-sec);
  border: 10px solid var(--rgba-primary-2);
}

@media (max-width: 768px) {
  .highlights-section {
    padding-top: 40px !important;
  }
}
.ev-counter-area #box-1, .ev-counter-area #box-2, .ev-counter-area #box-3, .ev-counter-area #box-4 {
  padding: 20px;
}

@media (max-width: 768px) {
  .ev-counter-area #box-1, .ev-counter-area #box-2, .ev-counter-area #box-3, .ev-counter-area #box-4 {
    padding: 5px;
  }
}
.ev-counter-area .dz-title {
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  color: var(--rgba-primary-1);
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .ev-counter-area .dz-title .title-desktop {
    font-size: 40px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 768px) {
  .ev-counter-area .dz-title {
    font-size: 25px;
    margin-top: 20px;
  }
}
.ev-counter-area .dz-text {
  font-weight: 400;
  color: white;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .counter-row h2.dz-title.title-desktop {
    font-size: 40px !important;
    line-height: 40px !important;
  }
}
.hlm-showcase .owl-nav {
  display: none;
}

.hlm-showcase .dlab-thum-bx img {
  border-radius: 0px;
  filter: grayscale(50%) saturate(100%);
}

#spotlight-section #box-4 {
  background-image: url(../../../img/f1.jpg);
  background-position: center !important;
}

#spotlight-section #box-5 {
  background-image: url(../../../img/f2.jpg);
  background-position: top !important;
}

#spotlight-section #box-6 {
  background-image: url(../../../img/f3.jpg);
}

#spotlight-section #box-4, #spotlight-section #box-5, #spotlight-section #box-6 {
  background-size: cover;
  background-position: left bottom;
}

@media (max-width: 768px) {
  #spotlight-section #box-4, #spotlight-section #box-5, #spotlight-section #box-6 {
    height: 350px;
  }
}
#events-happenings .dlab-post-title {
  height: 80px;
  overflow: hidden;
}

#events-happenings .display-4 {
  font-weight: 400;
  font-size: 16px;
}

#events-happenings .post-date {
  color: var(--color-secondry);
}

@media (max-width: 768px) {
  #events-happenings {
    padding: 40px 0px;
  }
}
.bg-primary#our-campuses {
  background-color: rgba(31, 4, 4, 0.9) !important;
}

#our-campuses .campus-overlay {
  position: relative;
}

#our-campuses .title {
  color: white;
}

#our-campuses .title span {
  color: white !important;
}

#our-campuses .campus-overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #EB5757; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #000000, #EB5757); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #000000, #EB5757); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#our-campuses .dlab-info {
  background-color: var(--rgba-primary-2);
}

#our-campuses .dlab-info a {
  color: var(--color-secondry);
}

@media (max-width: 768px) {
  #our-campuses {
    padding: 50px 0px;
  }
}
#alumni-testimonial .container {
  position: relative;
  z-index: 2;
}

#alumni-testimonial .testimonial-pic {
  background-size: cover;
  background-position: top;
  filter: grayscale(100%);
}

#alumni-testimonial .testimonial-detail {
  background-color: var(--color-secondry);
}

#alumni-testimonial .testimonial-position {
  color: gold;
}

#alumni-testimonial .alumni-overlay {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
  z-index: 1;
}

.placement-section {
  background-color: #5f5b5b;
}

.placement-section .text-light strong {
  color: lightgoldenrodyellow !important;
}

#choose-us .latest-project-info.style1 .list-check.list-check-admission li:before {
  top: 0px;
}

#choose-us .rounded[class*=list-] li {
  padding: 0px 0 10px 45px;
}

#choose-us .latest-project-info.style1 .list-check.list-check-admission h4 {
  font-weight: normal;
}

#choose-us .rounded.border[class*=list-] li:before {
  background-color: var(--color-primary);
  border: none;
}

#choose-us #box-7 {
  background: url(../../../img/u2.jpg);
}

#choose-us #box-8 {
  background: url(../../../img/u1.jpg);
}

#choose-us #box-7, #choose-us #box-8 {
  background-size: cover;
  background-position: left bottom;
}

@media (max-width: 768px) {
  #choose-us #box-4, #choose-us #box-5, #choose-us #box-6 {
    height: 250px;
  }
}
.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 900px;
  margin: 20px auto;
}

.white-popup2 {
  position: relative;
  background: transparent;
  padding: 20px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
  background: var(--color-primary);
}

.mfp-close-btn-in .mfp-close {
  width: 40px;
  height: 40px;
}

.mfp-iframe-holder .mfp-close {
  top: -40;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  right: -40;
  text-align: center;
  padding-right: 0;
}

#query-popup {
  background-color: var(--color-secondry);
}

#query-popup .col-md-12 {
  margin-bottom: 20px;
}

#query-popup .validation-message {
  color: white;
  margin-top: 10px;
  font-size: 14px;
  display: block;
  position: relative;
}

#query-popup .site-button {
  margin-bottom: 0px;
}

#query-popup .agree-condition {
  color: var(--rgba-primary-2);
}

#query-popup h2.title span.text-primary {
  color: lightgoldenrodyellow !important;
}

@media (max-width: 768px) {
  #query-popup h2.title {
    font-size: 25px;
    margin: 10px auto;
  }
}
@media (min-width: 992px) {
  .main-bar .container {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .call-action {
    padding: 15px 0 !important;
  }
  .call-action h2.title {
    font-size: 25px;
  }
}
.list-2 li:before {
  content: "\e661";
}

.site-footer .footer-top {
  background-color: #650202;
}

.inner-pages .career-pathway-1 .icon-content img {
  width: 100px;
  margin-bottom: 10px;
  filter: grayscale(100%);
}

.inner-pages .career-pathway-1 .icon-content h5.dlab-tilte {
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase !important;
}

.inner-pages .career-pathway-1.career-pathway-2 .col-md-3 {
  padding: 10px;
  border: 10px solid var(--rgba-primary-2);
  box-sizing: border-box;
  background-clip: padding-box;
  border-radius: 20px;
}

.inner-pages .career-pathway-1.career-pathway-2 .col-md-3:nth-child(even) {
  background-color: var(--color-secondry);
}

.inner-pages .career-pathway-1.career-pathway-2 .col-md-3:nth-child(odd) {
  background-color: var(--text-sec);
}

.inner-pages .career-pathway-1.career-pathway-2 .icon-content img {
  margin-top: 10px;
}

.inner-pages .career-pathway-1.career-pathway-2 .icon-content h5.dlab-tilte {
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase !important;
  color: var(--rgba-primary-1);
}

.inner-pages .content-inner {
  padding-top: 40px;
  padding-bottom: 50px;
}

.inner-pages .leadership-image {
  --s: 10px; /* control the size */
  padding: var(--s);
  border: calc(2 * var(--s)) solid rgba(0, 0, 0, 0);
  outline: 1px solid #fc6363;
  outline-offset: calc(-1 * var(--s));
  background: conic-gradient(from 90deg at 1px 1px, rgba(0, 0, 0, 0) 25%, #a80808 0);
}

.inner-pages .name-post-1 h5 {
  font-weight: 500 !important;
  font-size: 18px;
  color: var(--color-secondry);
}

.inner-pages .name-post-1 p {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.inner-pages p strong {
  font-weight: bold;
  color: var(--color-secondry) !important;
}

.inner-pages .programs-section ul li {
  list-style: none;
}

.inner-pages .programs-section .card-container .dlab-box {
  background-color: var(--rgba-primary-2);
  padding: 20px;
  border-radius: 10px;
  text-align: left;
}

.inner-pages .programs-section .card-container .dlab-box .program-button a {
  color: var(--color-secondry) !important;
  margin-top: 20px;
  display: block;
}

.inner-pages .programs-section .card-container .dlab-box .program-button a:after {
  content: "\e661";
  font-family: "themify";
  margin-left: 5px;
}

@media (max-width: 768px) {
  .inner-pages .programs-section .card-container .dlab-box {
    margin: 10px 20px !important;
  }
}
.inner-pages .programs-section .card-container .dlab-box {
  margin: 5px;
}

.inner-pages .programs-section .program-info .program-category li {
  font-weight: 700;
  font-size: 15px;
  color: var(--color-secondry);
}

.inner-pages .programs-section .program-info .program-category li:before {
  content: "#";
}

.inner-pages .programs-section h5.program-title span {
  line-height: 15px;
  text-transform: none;
  font-weight: normal;
}

.inner-pages .programs-section h5.program-title a {
  color: var(--color-primary);
}

.inner-pages .programs-section h5 span {
  font-size: 12px;
  display: block;
}

.inner-pages .programs-section hr {
  margin: 5px auto;
  color: var(--color-primary);
  margin-bottom: 10px;
}

.inner-pages .programs-section span.duration {
  font-size: 12px;
  display: block;
  margin: 5px auto 5px !important;
  line-height: 10px;
}

.inner-pages .programs-section span.approvals {
  font-size: 12px;
  display: block;
  margin: 0px !important;
  line-height: 12px;
  text-transform: none;
}

.inner-pages .programs-section span.duration strong {
  font-weight: bold;
  color: var(--color-primary);
}

.inner-pages .programs-section span.approvals strong {
  font-weight: bold;
  color: var(--color-primary);
}

.inner-pages .maintab {
  background-color: var(--color-secondry);
}

.inner-pages .resp-tab-active {
  background-color: var(--color-primary) !important;
}

.inner-pages .resp-tab-active li {
  color: white;
}

.inner-pages .resp-tabs-container {
  background-color: var(--rgba-primary-2);
  padding-top: 1px;
}

.inner-pages .resp-tab-hr {
  height: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.inner-pages #get-more-information .form-control {
  background: var(--rgba-primary-2) !important;
}

.inner-pages .program-details .stream-box {
  border: 3px solid transparent;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  background-clip: padding-box;
  background-color: gold;
}

.inner-pages .program-details .stream-box img {
  height: 88px;
}

.inner-pages .program-details .stream-box label {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.inner-pages .program-details .stream-box:hover {
  border-color: var(--color-secondry);
  background-color: var(--rgba-primary-2);
}

.inner-pages .program-details .streams-ballb .stream-box {
  background-color: var(--rgba-primary-2);
}

.inner-pages .program-details .bsc-highlights div:nth-child(even) {
  background-color: var(--color-secondry);
  text-align: center;
}

.inner-pages .program-details .bsc-highlights div {
  padding: 10px;
  border: 5px solid transparent;
  box-sizing: border-box;
  background-clip: padding-box;
}

.inner-pages .program-details .bsc-highlights div label {
  display: block;
  color: white;
  margin-top: 10px;
  font-weight: normal;
}

.inner-pages .program-details .bsc-highlights img {
  height: 88px;
  margin-top: 10px;
}

.inner-pages .program-details .bsc-highlights div:nth-child(odd) {
  background-color: #26354D;
  text-align: center;
}

.inner-pages .program-details .section-title-1 {
  margin-bottom: 20px;
}

.inner-pages .program-details ul li {
  line-height: 28px;
  text-align: justify;
}

.inner-pages .program-details .list-light.list-arrow li:before {
  color: gold;
}

.inner-pages .program-details .icon-blocks {
  border: 3px solid #FACC2E;
  border-radius: 8px;
  margin-top: 10px;
  text-align: center;
  padding: 8px;
  background-color: gold;
}

.inner-pages .program-details .icon-blocks .icon img {
  width: auto;
}

.inner-pages .program-details .icon-blocks h6 {
  margin-top: 20px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  height: 50px;
  overflow: hidden;
  font-size: 14px !important;
  font-weight: bold;
  color: var(--color-secondry);
  line-height: 16px;
}

.inner-pages .program-details .icon-blocks:hover {
  border-color: var(--color-primary);
}

.inner-pages .program-details .icon-blocks:hover .icon img {
  transition: all 0.3s ease-in;
  transform: scale(1.1);
}

.inner-pages .program-details .icon-blocks .icon img {
  transition: all 0.3s ease-in;
}

.inner-pages .program-details .icon-blocks:hover h6 {
  color: var(--color-primary);
}

.inner-pages .program-details .summary {
  background-color: #26354D;
  border-radius: 5px;
  padding: 15px 15px;
}

.inner-pages .program-details .summary .summary-box-1 {
  background-color: var(--rgba-primary-2);
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 10px solid #26354D;
}

.inner-pages .program-details .summary .summary-box-2 {
  background-color: var(--rgba-primary-2);
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 10px solid #26354D;
}

.inner-pages .program-details .summary h4.program-name {
  color: white;
  font-size: 35px;
}

.inner-pages .program-details .summary h4.program-name i {
  margin-right: 10px;
}

.inner-pages .program-details .summary h5 {
  color: var(--color-secondry);
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: normal;
}

.inner-pages .program-details .summary h5 strong {
  font-weight: bolder;
  color: var(--color-primary);
}

.dlab-accordion.blue .acod-head a {
  background-color: var(--text-sec);
}

.custom-table-1 .table strong {
  font-weight: bold;
  color: var(--color-secondry);
}

.custom-table-1 .table thead {
  background-color: var(--color-secondry);
}

.custom-table-1 .table thead th {
  color: var(--rgba-primary-1);
}

.custom-table-1 .table tbody tr:nth-child(odd) {
  background-color: var(--rgba-primary-2);
}

.custom-table-1 .table tbody.eligibility tr td:nth-child(even) {
  text-align: justify;
}

.custom-box {
  margin-top: 20px;
  text-align: center;
}

.custom-box div {
  padding: 10px;
  border: 5px solid transparent;
  box-sizing: border-box;
  background-clip: padding-box;
}

.custom-box div label {
  display: block;
  color: white;
  margin-top: 15px;
  font-weight: normal;
  font-size: 18px;
}

.custom-box div:nth-child(1) {
  background-color: #E74C3C;
}

.custom-box div:nth-child(2) {
  background-color: #17A589;
}

.custom-box div:nth-child(3) {
  background-color: #26354D;
}

.custom-box div:nth-child(4) {
  background-color: #2471A3;
}

.custom-box img {
  height: 88px;
  margin-top: 20px;
}

.custom-box .box-button a {
  color: var(--rgba-primary-1) !important;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
  font-size: 20px;
}

.custom-box .box-button a:after {
  content: "\e661";
  font-family: "themify";
  margin-left: 5px;
}

.custom-box-2 .item {
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

.custom-box-2 .item img {
  height: 88px;
  width: 88px;
  margin: 10px auto;
}

.custom-box-2 .item label {
  color: var(--rgba-primary-1);
  text-transform: uppercase;
  display: block;
}

.custom-box-2 .item .site-button {
  background-color: var(--rgba-primary-2);
  color: var(--color-primary);
}

.custom-box-2 .item-box-1 {
  background-color: #E74C3C;
}

.custom-box-2 .item-box-2 {
  background-color: #17A589;
}

.custom-box-2 .item-box-3 {
  background-color: #26354D;
}

.custom-box-2 .item-box-4 {
  background-color: #2471A3;
}

.custom-box-2 .item-box-5 {
  background-color: #7D3C98;
}

.approval-logos {
  background-color: var(--rgba-primary-2);
  border-radius: 10px;
}

.approval-logos .approval-logo-inner {
  padding: 20px;
  border-radius: 10px;
}

.approval-logos .approval-logo-inner img {
  border-radius: 10px;
}

.approval-logos .approval-caption {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  font-weight: 500;
  color: var(--color-secondry);
}

.row-content .row {
  margin: 40px auto;
  border-radius: 10px;
}

.row-content .row .image-container {
  padding: 30px;
}

.row-content .row img {
  border-radius: 10px;
  box-shadow: -50px -50px 0 -40px gold, 50px 50px 0 -40px var(--color-primary);
}

.row-content .row .image-parent-container {
  display: flex;
  align-items: center;
}

.row-content .row:nth-child(odd) {
  background-color: var(--text-sec);
  color: var(--rgba-primary-1);
}

.row-content .row:nth-child(odd) h4.section-title-1 {
  color: var(--rgba-primary-1);
}

.row-content .row:nth-child(even) {
  background-color: white;
}

.value-added-section .stream-box:nth-child(6) {
  background-color: var(--rgba-primary-1) !important;
}

.value-added-section .stream-box:nth-child(8) {
  background-color: var(--rgba-primary-1) !important;
}

.value-added-section .stream-box:nth-child(10) {
  background-color: var(--rgba-primary-1) !important;
}

.value-added-section .stream-box:nth-child(12) {
  background-color: var(--rgba-primary-1) !important;
}

.value-added-section .stream-box:nth-child(15) {
  background-color: var(--rgba-primary-1) !important;
}

.icon-bx-wraper.style-4 {
  padding: 20px 10px;
  min-height: 250px;
  border-radius: 10px;
  background-color: var(--rgba-primary-2);
}

.icon-bx-wraper.style-4 .icon-bx-sm .icon-cell img {
  width: 70px !important;
  height: 70px !important;
}

.icon-bx-wraper.style-4 .icon-content p {
  font-size: 14px;
  text-align: center;
}

.icon-bx-wraper.style-4 .icon-content p strong {
  font-weight: bolder;
  color: orange;
}

.value-added-section-2 .stream-box label {
  font-size: 16px !important;
  color: var(--color-secondry);
  margin-bottom: 20px !important;
}

.value-added-section-2 .stream-box p {
  text-align: center;
}

.value-added-section-2 .stream-box:nth-child(1) {
  background-color: #FEF9E7 !important;
}

.value-added-section-2 .stream-box:nth-child(2) {
  background-color: #F8F9F9 !important;
}

.value-added-section-2 .stream-box:nth-child(3) {
  background-color: #EBF5FB !important;
}

.value-added-section-2 .stream-box:nth-child(4) {
  background-color: #E8F8F5 !important;
}

.custom-box-5 .item {
  padding: 10px;
  text-align: center;
}

.custom-box-5 .item .item-inner {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 10px;
}

.custom-box-5 .item:nth-child(1) .item-inner {
  background-color: #E74C3C;
}

.custom-box-5 .item:nth-child(2) .item-inner {
  background-color: #17A589;
}

.custom-box-5 .item:nth-child(3) .item-inner {
  background-color: #26354D;
}

.custom-box-5 .item:nth-child(4) .item-inner {
  background-color: #2471A3;
}

.custom-box-5 .item:nth-child(5) .item-inner {
  background-color: #7D3C98;
}

.custom-box-5 .item:nth-child(6) .item-inner {
  background-color: #5DADE2;
}

.custom-box-5 .item:nth-child(7) .item-inner {
  background-color: #7F8C8D;
}

.custom-box-5 .item:nth-child(8) .item-inner {
  background-color: #EB984E;
}

.custom-box-5 .item:nth-child(9) .item-inner {
  background-color: #D98880;
}

.custom-box-5 .item:nth-child(10) .item-inner {
  background-color: #2ECC71;
}

.custom-box-5 .item img {
  height: 88px;
  width: 88px;
  margin: 10px auto;
}

.custom-box-5 .item label {
  color: var(--rgba-primary-1);
  text-transform: uppercase;
  display: block;
}

.custom-box-5 .item .site-button {
  background-color: var(--rgba-primary-2);
  color: var(--color-primary);
  border-radius: 10px;
}

.custom-box-6 .item {
  padding: 10px;
  text-align: center;
}

.custom-box-6 .item .item-inner {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 10px;
}

.custom-box-6 .item:nth-child(odd) .item-inner {
  background-color: #26354D;
}

.custom-box-6 .item:nth-child(even) .item-inner {
  background-color: var(--color-secondry);
}

.custom-box-6 .item img {
  height: 88px;
  width: 88px;
  margin: 10px auto;
}

.custom-box-6 .item label {
  color: var(--rgba-primary-1);
  text-transform: uppercase;
  display: block;
}

.custom-box-6 .item .site-button {
  background-color: var(--rgba-primary-2);
  color: var(--color-primary);
  border-radius: 10px;
}

.college-box {
  height: 100%;
  padding: 25px;
  border-radius: 10px;
}

.college-2 {
  background-color: var(--rgba-primary-2);
}

.college-3 {
  background-color: var(--rgba-primary-1);
}

.college-4 {
  background-color: var(--rgba-primary-1);
}

.college-5 {
  background-color: var(--rgba-primary-2);
}

.row-content-2 .row {
  margin: 40px auto;
  border-radius: 10px;
}

.row-content-2 .row .image-container {
  padding: 30px;
}

.row-content-2 .row img {
  border-radius: 10px;
  box-shadow: -50px -50px 0 -40px var(--color-secondry), 50px 50px 0 -40px var(--color-secondry);
}

.row-content-2 .row .image-parent-container {
  display: flex;
  align-items: center;
}

.row-content-2 .row:nth-child(odd) {
  background-color: var(--text-sec);
  color: var(--rgba-primary-1);
}

.row-content-2 .row:nth-child(odd) img {
  box-shadow: -50px -50px 0 -40px var(--rgba-primary-1), 50px 50px 0 -40px var(--rgba-primary-1);
}

.row-content-2 .row:nth-child(odd) h4.section-title-1 {
  color: var(--rgba-primary-1);
}

.row-content-2 .row:nth-child(even) {
  background-color: white;
}

.custom-list-1 li:before {
  color: var(--rgba-primary-1);
}

.custom-list-1 li {
  line-height: 20px !important;
}

.custom-list-2 li:before {
  color: var(--rgba-primary-1);
}

.image-frame {
  width: 100%;
  height: 250px;
  background-size: cover;
}

.white-popup-block {
  background: #fff;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

.corporate-members .name-post-1 h5 {
  margin: 0px;
}

.corporate-members .name-post-1 p {
  margin: 5px auto;
}

.corporate-members .name-post-1 .advisory-board-company-logo {
  width: 150px;
  margin-bottom: 10px;
}

.corporate-members.academic-advisory-board .name-post-1 p {
  line-height: 20px;
}

.advisory-board-popup h5.custom-title-h5 {
  color: var(--color-secondry);
  padding-bottom: 0px !important;
}

.advisory-board-popup p.advisory-board-member-designation {
  margin: 0px;
  font-size: 12px;
  line-height: 14px;
}

.placement-contact h5.widget-title.style-1 {
  color: var(--rgba-primary-2);
  margin-top: 20px;
  border-bottom-color: var(--rgba-primary-2);
}

.placement-contact p {
  margin: 5px auto;
}

.placement-contact p a {
  color: var(--rgba-primary-2);
}

.placement-highlights .counter-row .row .col-3 {
  background-color: var(--text-sec);
  border: 10px solid var(--rgba-primary-2);
}

.placement-highlights .counter-row .row .col-3 div {
  text-align: center;
}

.placement-highlights .ev-counter-area .dz-title {
  margin-top: 30px;
}

.faq strong {
  font-weight: bold;
  color: var(--color-secondry);
}

.faq .span-answer {
  font-weight: bold;
  color: var(--color-secondry);
}

.faq .panel .acod-head a {
  font-weight: normal;
}

.faq .acod-title {
  border: none !important;
}

.events-gallery .dlab-post-title h4.post-title {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: justify;
  height: 90px;
  overflow: hidden;
}

.event-details .row.event-description {
  border-radius: 10px;
}

.event-details .row.event-description .image-container {
  padding: 10px;
}

.event-details .row.event-description img {
  border-radius: 10px;
  box-shadow: -50px -50px 0 -40px var(--color-secondry), 50px 50px 0 -40px var(--color-secondry);
  max-height: 400px;
}

.event-details .row.event-description .image-parent-container {
  display: flex;
  align-items: center;
}

.event-details .row.event-description .event-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

.event-details .row.event-description .event-date {
  background-color: var(--color-secondry);
  padding: 4px 10px;
  border-radius: 5px;
  color: var(--rgba-primary-2);
}

.event-details .row.event-description p {
  text-align: justify;
}

.event-details .row.event-description .dlab-social-icon li a {
  width: 35px;
  height: 35px;
  font-size: 20px;
}

.notice-board.table thead {
  background-color: var(--color-secondry);
}

.notice-board.table thead th {
  color: var(--rgba-primary-1);
}

.notice-board.table tbody tr:nth-child(even) {
  background-color: var(--rgba-primary-2);
}

.notice-board.table .site-button-secondry {
  background-color: var(--text-sec);
}

.notice-board.table td {
  vertical-align: middle;
}

.contact-us-section .icon-bx-wraper {
  background-color: var(--rgba-primary-2);
}

.contact-us-section .mobile-box h5 {
  text-transform: uppercase;
  color: var(--color-primary);
}

.contact-us-section .mobile-box p {
  margin: 0px auto;
}

.contact-us-section .email-box h5 {
  text-transform: uppercase;
  color: var(--color-primary);
}

.contact-us-section .email-box p {
  margin: 0px auto;
}

.contact-us-section .address-box h5 {
  text-transform: uppercase;
  color: var(--color-primary);
}

.contact-us-section .address-box p {
  margin: 0px auto;
  line-height: 22px;
}

.row-content-5 .row {
  margin: 40px auto;
  border-radius: 10px;
}

.row-content-5 .row .image-container {
  padding: 30px;
}

.row-content-5 .row img {
  border-radius: 10px;
  box-shadow: -50px -50px 0 -40px var(--color-secondry), 50px 50px 0 -40px var(--color-secondry);
  max-height: 300px;
}

.row-content-5 .row .image-parent-container {
  display: flex;
  align-items: center;
}

.row-content-5 .row:nth-child(odd) {
  background-color: #020247;
  color: var(--rgba-primary-1);
}

.row-content-5 .row:nth-child(odd) img {
  box-shadow: -50px -50px 0 -40px var(--rgba-primary-1), 50px 50px 0 -40px var(--rgba-primary-1);
}

.row-content-5 .row:nth-child(odd) h4.section-title-1 {
  color: var(--rgba-primary-1);
}

.row-content-5 .row:nth-child(even) {
  background-color: white;
}

.sports-achievers h4.post-title {
  text-align: center;
  color: var(--color-secondry);
}

.sports-achievers h4.post-title span {
  display: block;
  font-size: 15px;
}

@media (min-width: 769px) {
  .title-desktop {
    padding-top: 25px !important;
  }
}
@media (max-width: 768px) {
  .title-mobile {
    font-size: 30px !important;
    padding-top: 25px !important;
    padding-bottom: 15px !important;
  }
}
.mobile_footer_btn {
  display: none;
}

@media only screen and (max-width: 990px) {
  /*//////##########//////*/
  .mobile_footer_btn {
    display: block;
  }
  .mobile_footer_btn a {
    color: #fff;
    font-size: 16px !important;
    font-weight: 600;
    padding: 10px 0px;
  }
  .mobile_footer_btn {
    position: fixed;
    z-index: 999;
    background:red;
    width: 100%;
    bottom: 0;
    padding: 10px 0;
  }
  .mobile_footer_btn .apply_btn span {
    padding: 0;
    border-right: solid 1px #ddd;
    width: 49%;
    padding: 0 10px;
    float: left;
  }
  /*//////##########//////*/
}
@media screen and (max-width: 575px) {
  /*//////##########//////*/
  .mobile_footer_btn a {
    font-size: 10px;
    color: white;
  }
  .mobile_footer_btn .apply_btn span {
    padding: 0 5px;
    color: white;
  }
  .mobile_footer_btn {
    padding: 5px 0;
  }
  /*//////##########//////*/
}
.sticky-icon {
  z-index: 1;
  position: fixed;
  top: 25%;
  right: 0%;
  width: 220px;
  display: flex;
  flex-direction: column;
}

.sticky-icon a {
  transform: translate(160px, 0px);
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  margin: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  transition: all 0.8s;
}

.sticky-icon a:hover {
  color: #FFF;
  transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
  transform: rotate(360deg);
}

/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook {
  background-color: var(--color-secondry);
  color: #FFF;
}

.Instagram {
  background-color: var(--color-primary);
  color: #FFF;
}

.Youtube {
  background-color: var(--color-secondry);
  color: #FFF;
}

.Twitter {
  background-color: var(--color-primary);
  color: #FFF;
}

.Google {
  background-color: var(--color-secondry);
  color: #FFF;
}

.sticky-icon a i {
  background-color: #FFF;
  height: 40px;
  width: 40px;
  color: #000;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.5s;
}

.sticky-icon a i.fa-facebook-f {
  background-color: #FFF;
  color: #2C80D3;
}

.sticky-icon a i.fa-google-plus-g {
  background-color: #FFF;
  color: #d34836;
}

.sticky-icon a i.fa-instagram {
  background-color: #FFF;
  color: #FD1D1D;
}

.sticky-icon a i.fa-youtube {
  background-color: #FFF;
  color: #fa0910;
}

.sticky-icon a i.fa-twitter {
  background-color: #FFF;
  color: #53c5ff;
}

.fas fa-shopping-cart {
  background-color: #FFF;
}

#myBtn {
  height: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align: center;
  padding: 10px;
  text-align: center;
  line-height: 40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}

.fa-arrow-circle-up {
  font-size: 30px;
}

#myBtn:hover {
  background-color: #555;
}

.ct-socials {
  position: fixed;
  top: 35%;
  right: 0;
  list-style: none;
  padding-left: 0;
  z-index: 10;
  margin: 0;
  -webkit-transition: right 0.25s ease-in-out;
  transition: right 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ct-socials li {
  padding: 0px 0;
}

.ct-socials li a {
  background: #3f4653;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  width: 44px;
  height: 54px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  float: right;
  padding-left: 5px;
}

.ct-socials li a:hover {
      width: 54px;
      padding-left: 0;
      text-decoration: none;
      background: #3c9bd9;
}

.custom-heading-1 {
  border-bottom: 2px solid var(--color-secondry);
  display: block;
  margin-bottom: 20px;
}

.custom-heading-1 .custom-heading-title {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
}

.custom-heading-1 .custom-heading-title span {
  background: var(--color-secondry);
  padding: 10px 20px 8px 20px;
  color: white;
  position: relative;
  display: inline-block;
  margin: 0;
}

.custom-heading-1 .custom-heading-title :after {
  content: "";
  width: 0;
  height: 0;
  border-top: 39px solid transparent;
  border-left: 20px solid var(--color-secondry);
  border-bottom: 0px solid transparent;
  border-right: 0 solid transparent;
  position: absolute;
  top: 0px;
  right: -20px;
}

.list-checked.color-secondary li:before {
  color: var(--color-secondry);
  font-weight: bolder;
}

.custom-overlay-1 {
  background-position: center !important;
  background-size: cover !important;
  position: relative;
}

.custom-overlay-1:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #FFE53B;
  background-image: linear-gradient(147deg, #FFE53B 0%, #FF2525 74%);
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

.usps .stream-box {
  border: 3px solid transparent;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  background-clip: padding-box;
  background-color: gold;
}

.usps .stream-box img {
  height: 200px !important;
  width: 200px !important;
}

.usps .stream-box label {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.usps .stream-box:hover {
  border-color: var(--color-secondry);
  background-color: var(--rgba-primary-2);
}

.usps .streams-ballb .stream-box {
  background-color: var(--rgba-primary-2);
}

@media (max-width: 768px) {
  .usps .stream-box {
    padding: 15px !important;
  }
}
.sports-carousel h4.post-title {
  font-size: 15px;
  line-height: 20px;
}

.sports-carousel h4.post-title span {
  font-size: 12px;
}

.blog .dlab-post-title h4.post-title {
  font-size: 14px;
  height: 70px;
  text-align: justify;
}

.blog-content a {
  color: blue;
  font-weight: bold;
}
.blog-content p {
  text-align: justify;
}
.blog-content .blog-subheading-h2 {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: black;
  border-radius: 10px;
}
.blog-content .blog-subheading-h2 strong {
  color: white !important;
}
.blog-content .blog-subheading-h3 {
  position: relative;
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 20px;
  font-weight: bold;
}
.blog-content .blog-subheading-h3::after {
  content: "";
  border: 0;
  width: 50px;
  height: 2px;
  background: #f21e4e;
  z-index: 1;
  margin-left: 10px;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.blog-content .blog-subheading-h4 {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 17px;
  font-weight: bold;
}
.blog-content .blog-subheading-h4::after {
  content: "";
  border: 0;
  width: 50px;
  height: 2px;
  background: #f21e4e;
  z-index: 1;
  margin-left: 10px;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.blog-content ul.list-arrow {
  padding-top: 0px;
}
.blog-content ul.list-arrow li {
  font-size: initial;
}
.blog-content ul.list-arrow li:before {
  color: var(--color-primary);
  top: 8px;
}
.blog-content strong {
  font-weight: bold;
  color: var(--color-secondry);
}
.blog-content strong a {
  color: cornflowerblue;
}
.blog-content strong em {
  color: white;
  font-weight: 400;
}
.blog-content p:has(em) {
  background-color: var(--color-primary);
  border-radius: 10px;
  text-emphasis: none !important;
  color: white;
}
.recruiters-logo{
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2) !important;
}
.marquee-head.action-area.marquee{height:200px;overflow:hidden;background-color:var(--color-secondry);margin-top: 5px}
.marquee ul{margin-bottom:0}
.marquee-head.action-area,.marquee-head.action-area.marquee{height:auto;vertical-align:middle}
.marquee-head.action-area ul li,.marquee-head.action-area.marquee ul li{display:inline-block;margin:0 20px 0 0}
.marquee-head.action-area ul li a,.marquee-head.action-area.marquee ul li a{padding:4px 0 4px 30px}
.action-area.marquee ul li,.action-area.marquee1 ul li{margin-bottom:10px}
.action-area.marquee ul li a{padding:4px 0 0 30px;display:block;color: white;line-height:30px;font-size:16px;position:relative;font-weight:500}
.fa-caret-down:before{content:"";color:red !important}
.action-area.marquee ul li a:hover,.action-area.marquee1 ul li a:hover{color:var(--color-primary)}
.action-area.marquee ul li a:after,.action-area.marquee1 ul li a:after{content:"\f0a1";font-family:FontAwesome;color:var(-color-primary);position:absolute;left:0;font-size:24px;top:5px}

@media (max-width: 767.9px) {
    .owl-carousel.owl-loaded {
        display: block;
    }
}
/* Live Events  */
#live-events{position:fixed;bottom:0px;left:-286px;z-index:2001;transition:all .5s cubic-bezier(.19, 1, .22, 1) .2s;-webkit-transition:all .5s cubic-bezier(.19, 1, .22, 1) .2s;-moz-transition:all .5s cubic-bezier(.19, 1, .22, 1) .2s;-o-transition:all .5s cubic-bezier(.19, 1, .22, 1) .2s;-ms-transition:all .5s cubic-bezier(.19, 1, .22, 1) .2s}
#live-events.active{left:0}
#live-events .live-events-placeholder{transform:rotate(270deg);background: rgb(2, 2, 71);padding:12px 20px;border-radius:4px 4px 0 0;font-size:15px;color:#fff;font-weight:500;position:absolute;right:-88px;top:8px}
#live-events .live-events-placeholder a{color:#fff;text-decoration:none}
#live-events .count{background:#d33737;padding:1px 4px;border-radius:3px;color:#fff;font-size:12px;transform:rotate(90deg);font-weight:500;position:absolute;left:110px;top:-10px}
#live-events .live-events-content{margin-top:-39px;background:white;width:300px;opacity:0;-moz-transition:opacity .9s ease-in-out;-o-transition:opacity .9s ease-in-out;-webkit-transition:opacity .49s ease-in-out;transition:opacity .9s ease-in-out;border:9px solid white;border-radius:5px}
#live-events.active .live-events-content{opacity:1}
#live-events .live-events-content .slick-slide img{width:100%}
@media (max-width:992px){#live-events{display:none}}
@media (max-width:767px){#live-events{display:block}}
#live-events1{position:fixed;top:0;right:0;z-index:9999;transition:all .5s cubic-bezier(.19, 1, .22, 1) .2s;-webkit-transition:all .5s cubic-bezier(.19, 1, .22, 1) .2s;-moz-transition:all .5s cubic-bezier(.19, 1, .22, 1) .2s;-o-transition:all .5s cubic-bezier(.19, 1, .22, 1) .2s;-ms-transition:all .5s cubic-bezier(.19, 1, .22, 1) .2s}
#live-events1.active{right:-240px}
#live-events1 .live-events-placeholder1{background:#212121;top:50px;left:-300px;height:35px;padding:7px 5px;font-size:12px;color:#fff;font-weight:500;position:absolute;left:00px;top:2px;width:35px}
#live-events1 .live-events-placeholder1 strong{height:31px;width:35px;color:#fff;float:right;position:absolute;top:0;right:0;text-align:center;line-height:30px;font-size:20px}
#live-events1 .live-events-placeholder1 a{transform:rotate(270deg);color:#fff;text-decoration:none}
#live-events1 .count1{background:#d33737;padding:1px 4px;border-radius:3px;color:#fff;font-size:12px;transform:rotate(90deg);font-weight:500;position:absolute;left:98px;top:-10px}
#live-events1 .live-events-content1{margin-top:0;height:100vh;background:#2070ff;width:240px}
#live-events1.active .live-events-content1{opacity:1}
#live-events1 .live-events-content1 .slick-slide1 img{width:100%}
.whatsnew-carousel p.whatsnew-text{color: white;
  font-size: 14px;line-height: 21px;
  padding: 10px 0px;
  margin-bottom: 0;
  font-weight: bold;text-align: center;}
.whatsnew-carousel .read-more p{margin: 0;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);font-size: 15px;font-weight: bold;color:white}
.whatsnew-carousel .read-more{position: absolute;height:100%; width:100%; background: linear-gradient(90deg, rgba(98, 222, 210, 0.5) 0%, rgba(253,29,29,0.7) 50%, rgba(250, 56, 100, 0.5) 100%);display:none}

/*--- Live Events --- */
/*# sourceMappingURL=skin-hlm.css.map */
