/* 
** Theming
*/

body {
  font-family: "Cambria", sans-serif;
  color: #2b2b2b !important;
  overflow-x: hidden;
  font-size: 1rem !important;
}

p {
  font-size: 1rem !important;
  line-height: 25px;
  font-family: "Cambria", sans-serif;
}

a {
  font-size: 0.778rem !important;
  font-family: "montserrat", sans-serif;
}

small {
  font-family: "Cambria", sans-serif;
  font-size: 0.722rem !important;
}

.main {
  min-height: 100vh;
}

.frm-cntnr {
  width: 100%;
  position: relative;
}

.frm-cntnr__inner {
  width: 95%;
  margin: auto;
  position: relative;
}

.container {
  width: 90% !important;
  margin: auto !important;
}

.hdr--margin {
  margin-top: 157px;
}

.frm-title {
  font-family: "montserrat-bold", sans-serif;
  font-size: 2.222rem;
}

.frm-secondary-title {
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.556rem;
}

.frm-sub-title {
  font-size: 0.778rem;
  font-family: "montserrat-bold", sans-serif;
}

.frm-line-title {
  width: 50px;
  height: 1px;
  background-color: #929496;
}

.frm-bckgrnds {
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.frm-bckgrnds.left--bg {
  background-position: left;
  top: 0;
  left: 0;
}

.frm-bckgrnds.right--bg {
  background-position: right;
  top: 0;
  right: 0;
}

.frm-bckgrnds.size--contain {
  background-size: contain;
}

.frm-bckgrnds.size--cover {
  background-size: cover;
}

.frm-bckgrnds.bring--front {
  z-index: -1;
}

.frm-bckgrnds.bring--back {
  z-index: -2;
}

.secondary-font-bold {
  font-family: "montserrat-bold", sans-serif !important;
}

.btn {
  padding: 13px 40px !important;
  font-weight: bold;
  color: #ffffff;
  border: none !important;
  font-family: "montserrat", sans-serif !important;
  font-size: 0.778rem !important;
}

.btn:focus {
  border: none !important;
}

.btn.btn-dark-blue:hover {
  background-color: #D65093 !important;
}

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

.btn-disabled {
  opacity: 0.2;
}

.frm-desc {
  font-family: "Cambria", sans-serif;
}

.frm-desc h1,
.frm-desc h2,
.frm-desc h3,
.frm-desc h4,
.frm-desc h5,
.frm-desc h6 {
  font-family: "montserrat-bold", sans-serif;
  color: #251F70;
}

.frm-desc table {
  width: 100%;
}

.frm-desc table th {
  background-color: #251F70;
  color: #ffffff;
  border: solid 1px #000;
  padding: 10px 30px;
  text-align: center;
}

.frm-desc table td {
  background-color: rgba(37, 31, 112, 0.1);
  border: solid 1px #000;
  padding: 10px 30px;
}

.frm-desc img {
  max-width: 100%;
  height: auto;
}

.form-group .selectize-input {
  padding: 14px 15px;
  border-color: #D65093;
  box-shadow: 5px 6px 5px 1px #f3f3f3;
}

.form-group .selectize-input::-moz-placeholder {
  color: #c4c4c4;
  font-size: 16px;
}

.form-group .selectize-input:-ms-input-placeholder {
  color: #c4c4c4;
  font-size: 16px;
}

.form-group .selectize-input::placeholder {
  color: #c4c4c4;
  font-size: 16px;
}

.form-group .rounded--input {
  border-radius: 20px !important;
}

.form-group select {
  padding: 12px 15px;
  height: auto;
  border-color: #D65093;
}

.form-group select::-moz-placeholder {
  color: #c4c4c4;
  font-size: 16px;
}

.form-group select:-ms-input-placeholder {
  color: #c4c4c4;
  font-size: 16px;
}

.form-group select::placeholder {
  color: #c4c4c4;
  font-size: 16px;
}

.form-group .input-group .form-control {
  padding: 14px 15px;
  border-color: #D65093;
  height: auto;
}

.form-group .input-group button {
  background-color: #ffffff;
  border-left: none !important;
  border-color: #D65093 !important;
}

.form-group .input-group button i {
  color: #D65093;
}

.form-group label {
  font-size: 0.889rem;
  color: #D65093;
  font-weight: bold;
}

.form-group input {
  border-color: #D65093;
  padding: 10px 15px;
  height: auto;
}

.form-group input::-moz-placeholder {
  color: #929496;
}

.form-group input:-ms-input-placeholder {
  color: #929496;
}

.form-group input::placeholder {
  color: #929496;
}

.form-group textarea {
  border-color: #D65093;
  padding: 10px 15px;
  height: auto;
}

.form-group textarea::-moz-placeholder {
  color: #929496;
}

.form-group textarea:-ms-input-placeholder {
  color: #929496;
}

.form-group textarea::placeholder {
  color: #929496;
}

.selectize-control.single .selectize-input:after {
  border-color: #D65093 transparent transparent transparent !important;
}

/*
* Scroll
*/

.scroll-custom {
  padding-right: 5px;
}

.scroll-custom::-webkit-scrollbar {
  width: 6px;
  height: 0px;
}

/* Track */

.scroll-custom::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

.scroll-custom::-webkit-scrollbar-thumb {
  background: #D65093;
}

/* Handle on hover */

.scroll-custom::-webkit-scrollbar-thumb:hover {
  background: #D65093;
}

.scroll-custom-horizontal::-webkit-scrollbar {
  width: auto;
  height: 6px;
}

/* Track */

.scroll-custom-horizontal::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

.scroll-custom-horizontal::-webkit-scrollbar-thumb {
  background: #251F70;
}

/* Handle on hover */

.scroll-custom-horizontal::-webkit-scrollbar-thumb:hover {
  background: #D65093;
}

.gradient--toRight {
  background: #D65093;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #D65093 0%, #251F70 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.table th,
.table td {
  vertical-align: middle;
}

/*
* Vertical
*/

.vertical-parent {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.vertical-align {
  display: table-cell;
  vertical-align: middle;
}

.vertical-align.align-t {
  vertical-align: top;
}

.vertical-align.align-b {
  vertical-align: bottom;
}

/*
* Inline
*/

.inlineBlock-parent > * {
  display: inline-block;
  vertical-align: middle;
}

.inlineBlock-parent > *.align-t {
  vertical-align: top;
}

.inlineBlock-parent > *.align-b {
  vertical-align: bottom;
}

.stylesheet--page {
  min-height: 100vh;
}

.color--scheme .color--holder {
  height: 70px;
  border-radius: 50%;
}

.divider {
  width: 100%;
  background-color: #e3e3e3;
  height: 2px;
}

/*
* Scroll
*/

.scroll-custom {
  padding-right: 5px;
}

.scroll-custom::-webkit-scrollbar {
  width: 6px;
  height: 0px;
}

/* Track */

.scroll-custom::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

.scroll-custom::-webkit-scrollbar-thumb {
  background: #929496;
}

/* Handle on hover */

.scroll-custom::-webkit-scrollbar-thumb:hover {
  background: #D65093;
}

.modal-open .modal {
  overflow-y: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 30px;
  height: 30px;
}

.slick-arrow.slick-prev {
  left: 30px;
}

.slick-arrow.slick-next {
  right: 30px;
}

.slick-dots {
  bottom: 20px !important;
  text-align: left !important;
  left: 30px !important;
}

.slick-dots .slick-active {
  background-color: #D65093;
  width: 25px !important;
}

.slick-dots li {
  width: 13px !important;
  height: 8px !important;
  border-radius: 8px;
  background-color: #ffffff;
}

.slick-dots li button {
  width: 25px !important;
  height: 8px !important;
}

.slick-dots li button:before {
  display: none !important;
}

.breadCrumbs__Holder small {
  font-family: "montserrat", sans-serif;
}

.about--menuHolder {
  width: 80%;
}

.about--menuHolder ul {
  padding-left: 0px;
  transition: all 0.3s ease;
}

.about--menuHolder .sublink__Holder {
  position: relative;
  padding-left: 50px;
}

.about--menuHolder .menu__subLink {
  font-size: 0.778rem !important;
}

.about--menuHolder .menu__subLink:hover {
  color: #2b2b2b;
  font-family: "montserrat-bold", sans-serif !important;
}

.about--menuHolder .menu__subLink:hover .about--menuHolder .menu__subLink:before {
  opacity: 1;
}

.about--menuHolder .menu__subLink:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background-color: #D65093;
  opacity: 0;
  transition: all 0.3s ease;
}

.about--menuHolder .menu__subLink li:hover {
  background-color: transparent !important;
}

.about--menuHolder a {
  font-size: 1rem !important;
  color: #2b2b2b;
}

.about--menuHolder a:hover {
  text-decoration: none;
  color: #ffffff;
  font-family: "montserrat-bold", sans-serif;
}

.about--menuHolder a.active {
  color: #ffffff;
  font-weight: bold;
}

.about--menuHolder a.active li {
  background-color: #251F70;
}

.about--menuHolder .btn {
  font-weight: normal !important;
}

.about--menuHolder li {
  list-style: none;
  padding: 4px 0px 4px 20px;
  border-radius: 4px;
}

.about--menuHolder li:hover {
  background-color: #251F70;
}

.about--menuHolder li a {
  font-size: 0.778rem !important;
}

.about--menuHolder .about--mobMenuHolder {
  display: none;
}

.about--menuHolder .about--mobMenuHolder.active {
  pointer-events: none;
}

.about--menuHolder .about--mobMenuHolder .about--mobMenuIcon {
  position: relative;
  top: 0px;
  left: 0;
  width: 25px;
  height: 5px;
  background-color: #251F70;
  border-radius: 6px;
}

.about--menuHolder .about--mobMenuHolder .about--mobMenuIcon:after,
.about--menuHolder .about--mobMenuHolder .about--mobMenuIcon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background-color: #251F70;
  border-radius: 6px;
}

.about--menuHolder .about--mobMenuHolder .about--mobMenuIcon:before {
  top: 10px;
}

.about--menuHolder .about--mobMenuHolder .about--mobMenuIcon:after {
  top: 20px;
}

.about--menuHolder .about--mobMenuHolder h3 {
  padding-left: 40px;
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.111rem;
}

.about--menuHolder .accordion--holder .card-header {
  background-color: transparent;
  border-bottom: none;
}

.about--menuHolder .accordion--holder .card-header:hover {
  background-color: #251F70;
}

.about--menuHolder .accordion--holder .card-header:hover a {
  color: #ffffff !important;
  font-family: "montserrat-bold", sans-serif !important;
}

.about--menuHolder .accordion--holder .card {
  margin-bottom: 0px;
}

.about--menuHolder .accordion--holder .btn[aria-expanded=true] {
  color: #ffffff !important;
  font-family: "montserrat-bold", sans-serif !important;
  background-color: #251F70 !important;
}

.about--menuHolder .accordion--holder .btn {
  background-color: transparent !important;
}

.about--menuHolder .accordion--holder .btn:hover {
  background-color: #251F70;
}

.about--menuHolder .sub--accordion .card-header:hover {
  background-color: transparent !important;
}

.about--menuHolder .sub--accordion .card-header:hover a {
  color: #2b2b2b !important;
}

.accordion--holder .card {
  border: none;
  margin-bottom: 10px;
}

.accordion--holder .card-header {
  border-radius: 8px !important;
  padding: 0px;
}

.accordion--holder .addMinus {
  position: relative;
}

.accordion--holder .addMinus::before,
.accordion--holder .addMinus::after {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.accordion--holder .addMinus::before {
  transform: rotate(0deg);
}

.accordion--holder .addMinus::after {
  transform: rotate(90deg);
}

.accordion--holder .btn {
  width: 100%;
  text-align: left;
  padding: 10px 20px !important;
  background-color: #d8d7fe;
  color: #2b2b2b;
  display: block;
  text-decoration: unset;
  box-shadow: unset;
  transition: all 0.3s ease;
}

.accordion--holder .btn i {
  transition: all 0.3s ease;
}

.accordion--holder .btn:hover {
  text-decoration: none;
  color: #ffffff;
}

.accordion--holder .btn:hover .addMinus::before,
.accordion--holder .btn:hover .addMinus::after {
  background-color: white;
}

.accordion--holder .btn[aria-expanded=true] {
  color: white;
  background-color: #251F70;
  font-family: "montserrat-bold", sans-serif !important;
}

.accordion--holder .btn[aria-expanded=true] i {
  transform: rotate(-90deg);
}

.accordion--holder .btn[aria-expanded=true] .addMinus::before,
.accordion--holder .btn[aria-expanded=true] .addMinus::after {
  background-color: white;
}

.accordion--holder .btn[aria-expanded=true] .addMinus::before {
  transform: rotate(360deg);
}

.accordion--holder .btn[aria-expanded=true] .addMinus::after {
  transform: rotate(0deg);
}

/* width */

.scroll-custom::-webkit-scrollbar {
  width: 7px;
  height: 0px;
}

.scroll-custom::-webkit-scrollbar-track {
  background: #eee;
}

.scroll-custom::-webkit-scrollbar-thumb {
  background: #251F70;
}

.scroll-custom::-webkit-scrollbar-thumb:hover {
  background: #251F70;
}

.bg--holder {
  position: relative;
  width: 100%;
  min-height: 80vh;
}

.bg--holder .bg-1 {
  width: 40%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.bg--holder .bg-2 {
  width: 40%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.search--holder h4 a {
  font-size: 1.111rem !important;
}

.search--holder .frm-desc {
  margin-bottom: 15px;
}

.success-modal i {
  font-size: 50px;
  color: lightgreen;
  margin-bottom: 20px;
}

.success-modal .modal-content {
  padding: 40px 0px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 90% !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 90% !important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 90% !important;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 90% !important;
  }
}

/*
* Stylesheet
* ss : stylesheet
*/

.ss-frm {
  margin-top: 0px;
  box-sizing: border-box;
}

.ss-frm__header {
  position: relative;
  width: 100%;
  padding: 60px 0;
  box-sizing: border-box;
  background: #fff;
}

.ss-frm__header:before {
  position: absolute;
  bottom: 60px;
  left: 4.2%;
  content: "";
  width: 140px;
  height: 24px;
  background: #ffd300;
}

.ss-frm__header .frm-title * {
  font-weight: bold;
  font-size: 48px;
  font-family: "montserrat", sans-serif;
}

.ss-frm__col {
  width: 48%;
  margin-left: 4%;
  margin-bottom: 40px;
}

.ss-frm__col:first-child,
.ss-frm__col:nth-child(2n+1) {
  margin-left: 0;
}

.ss-frm__col .btn {
  margin-top: 0;
}

.ss-frm__col .ss-frm__title {
  position: relative;
  padding-left: 18px;
}

.ss-frm__col .ss-frm__title:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 4px;
  height: 20px;
  background: #ffd300;
}

.ss-frm__col .ss-frm__title * {
  text-transform: uppercase;
  font-weight: bold;
}

.ss-frm__paletteHolder {
  width: 100px;
  height: auto;
  margin-right: 8px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  vertical-align: top;
  border-radius: 4px;
  overflow: hidden;
}

.ss-frm__paletteHolder:last-child {
  margin-right: 0;
}

.ss-frm__paletteHolder .ss-frm__palette {
  width: 100%;
  height: 70px;
  margin-bottom: 8px;
}

.ss-frm__paletteHolder .ss-frm__palette.bg--1 {
  background: #ddd;
}

.ss-frm__paletteHolder .ss-frm__palette.bg--2 {
  background: #000;
}

.ss-frm__paletteHolder .ss-frm__palette.bg--3 {
  background: #000;
}

.ss-frm__paletteHolder .ss-frm__palette.bg--4 {
  background: #000;
}

.ss-frm__paletteHolder .ss-frm__palette.bg--5 {
  background: #000;
}

.ss-frm__paletteHolder p {
  font-size: 12px;
  line-height: normal;
  padding: 0 8px;
}

.ss-frm__tp-col {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-bottom: 10px;
}

.ss-frm__tp-col .frm-title,
.ss-frm__tp-col .frm-desc {
  margin-bottom: 10px;
}

.ss-frm__tp-col .frm-title *,
.ss-frm__tp-col .frm-desc * {
  font-weight: bold;
}

.ss-frm__tp-col .frm-desc:last-child * {
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
}

@media screen and (max-width: 992px) {
  .about--menuHolder {
    width: 100%;
    margin-bottom: 35px;
    position: relative;
    z-index: 10 !important;
  }

  .about--menuHolder .about--mobMenuHolder {
    display: block;
  }

  .about--menuHolder ul {
    position: fixed;
    top: 78px;
    left: -100%;
    z-index: 10;
    width: 80%;
    height: calc(100vh - 78px);
    padding-left: 5%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: white;
  }

  .about--menuHolder ul.active {
    left: -40px;
  }

  .about--menuHolder li {
    padding: 10px 0px 10px 15px;
  }
}

.hdr--holder {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #ffffff;
  width: 100%;
}

.hdr--holder .hdr-topCon {
  justify-content: space-between;
}

.hdr-logoHolder {
  position: relative;
  width: 90%;
}

.hdr-logoHolder .hdr-logo {
  position: relative;
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.hdr-externalLinks__Holder {
  width: 100%;
  position: relative;
}

.hdr-externalLinks__Holder ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: flex-end;
}

.hdr-externalLinks__Holder li {
  list-style: none;
  padding: 0 15px;
  position: relative;
}

.hdr-externalLinks__Holder li:first-child {
  padding-left: 0;
}

.hdr-externalLinks__Holder li:hover .hdr-externalLinks__Menu {
  display: inline-block;
}

.hdr-externalLinks__Holder .hdr-externalLinks__Menu {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 200px;
  height: auto;
  background-color: #ffffff;
  transform: translateY(25px);
  z-index: 99;
  display: none;
  padding: 10px 15px;
}

.hdr-externalLinks__Holder .hdr-externalLinks__Menu a {
  color: #251F70;
}

.input-group input {
  border-radius: 20px !important;
  padding-right: 45px;
}

.input-group input:focus {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.input-group .input-group-append {
  background-color: transparent;
  position: absolute;
  right: 0;
  z-index: 3;
}

.input-group .input-group-append .btn-white {
  border: 1px solid #ced4da !important;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-right: 15px;
  height: calc(1.5em + 0.75rem + 2px);
}

.input-group .input-group-append i {
  color: #ced4da;
}

.input-group .input-group-text {
  background-color: transparent;
  border-left: none;
}

.hdr-menuHolder .hdr-linkHolder {
  position: relative;
  height: 50px;
  width: calc(100% / 7);
  max-width: calc(100% / 7);
}

.hdr-menuHolder .hover-menuHolder {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 300px;
  z-index: 9;
  display: none;
  padding-top: 10px;
  background-color: #ffffff;
  transform: translateY(100%);
}

.hdr-menuHolder .hover-menuHolder ul {
  padding-left: 0;
}

.hdr-menuHolder .hover-menuHolder li {
  width: 100%;
  list-style: none;
  padding: 3px 0px 3px 30px;
  color: #251F70;
  font-size: 0.778rem;
  border-left: 5px solid transparent;
}

.hdr-menuHolder .hover-menuHolder li:hover {
  background-color: rgba(234, 167, 201, 0.3);
  font-weight: bold;
  border-left: 5px solid #251F70;
}

.hdr-menuHolder .hover-menuHolder a:hover {
  text-decoration: none;
}

.hdr-menuHolder .hdr-link {
  position: relative;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.hdr-menuHolder .hdr-link.active {
  font-weight: bold;
  border-bottom: 2px solid #ffffff;
}

.hdr-menuHolder .hdr-link:hover {
  font-weight: bold;
  border-bottom: 3px solid #ffffff;
  text-decoration: none;
  color: #ffffff !important;
}

.hdr-menuHolder .hdr-linkHolder:hover .hover-menuHolder {
  display: block;
}

.hdr-menuIconCon {
  display: none;
  text-align: right;
}

.hdr-menuIconCon button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
}

.hdr-menuIconCon .hdr-menuIcon {
  position: relative;
  top: -10px;
  right: 0;
  width: 25px;
  height: 5px;
  margin-left: auto;
  background-color: #D65093;
  border-radius: 6px;
}

.hdr-menuIconCon .hdr-menuIcon:after,
.hdr-menuIconCon .hdr-menuIcon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background-color: #D65093;
  border-radius: 6px;
}

.hdr-menuIconCon .hdr-menuIcon:before {
  top: 10px;
}

.hdr-menuIconCon .hdr-menuIcon:after {
  top: 20px;
}

.hdr-menuClose {
  position: absolute;
  top: 23px;
  right: -11px;
  width: 25px;
  height: 25px;
}

.hdr-menuClose:before,
.hdr-menuClose:after {
  position: absolute;
  top: 13px;
  left: -5px;
  width: 70%;
  height: 4px;
  background-color: #251F70;
  content: "";
}

.hdr-menuClose:before {
  transform: rotate(45deg) translateY(-8px);
}

.hdr-menuClose:after {
  transform: rotate(135deg) translateY(-8px);
}

.hdr-menuCon {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  display: block;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.hdr-menuCon.active {
  left: 0;
}

.hdr-menuCon .input-group {
  width: calc(100% - 40px);
}

.hdr-menuCon .input-group .input-group-append .btn-white {
  border-left: unset !important;
}

.hdr-menuCon .hdr-menuTopCon {
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}

.hdr-menuCon .hdr-navCon {
  height: calc(100vh - 100px);
  padding-right: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollbar */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.hdr-menuCon .hdr-navCon ul {
  padding-left: 0;
}

.hdr-menuCon .hdr-navCon li {
  display: block;
}

.hdr-menuCon .hdr-navCon li.divider {
  height: 1px;
  background-color: #000;
  margin-bottom: 25px;
}

.hdr-menuCon .hdr-navCon::-webkit-scrollbar {
  width: 6px;
  border-radius: 5px;
}

.hdr-menuCon .hdr-navCon::-webkit-scrollbar-track {
  background-color: #C4C4C4;
  border-radius: 5px;
}

.hdr-menuCon .hdr-navCon::-webkit-scrollbar-thumb {
  background: #251F70;
  border-radius: 5px;
}

.hdr-menuCon .hdr-navCon::-webkit-scrollbar-thumb:hover {
  background: #251F70;
  border-radius: 5px;
}

.hdr-menuCon .hdr-primary > li.active .hdr-menuLink {
  font-family: "montserrat-bold", sans-serif;
}

.hdr-menuCon .hdr-primary > li.active .hdr-menuLink i {
  transform: scale(-1);
}

.hdr-menuCon .hdr-secondary {
  display: none;
  margin-right: 45px;
  margin-bottom: 30px;
}

.hdr-menuCon .hdr-menuLink {
  position: relative;
  display: block;
  padding-right: 30px;
  margin-right: 45px;
  margin-bottom: 25px;
  font-family: "montserrat", sans-serif;
  font-size: 1rem !important;
  text-transform: uppercase;
  color: #251F70;
  transition: all 0.3s ease;
}

.hdr-menuCon .hdr-menuLink i {
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
}

.hdr-menuCon .hdr-menuSubLink {
  display: block;
  font-family: "montserrat", sans-serif;
  font-size: 0.778rem !important;
  margin: 10px 0;
  color: #251F70;
  transition: all 0.3s ease;
}

.m-hdr-logoHolder {
  display: none;
}

@media screen and (max-width: 1150px) {
  .hdr--holder {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }

  .hdr--holder .hdr-topCon > div:nth-child(2),
  .hdr--holder .hdr-topCon > div:nth-child(3) {
    display: none;
  }

  .hdr--holder .hdr-topCon .hdr-menuIconCon {
    display: block;
  }

  .hdr--holder .hdr-botCon {
    display: none;
  }

  .m-hdr-logoHolder {
    display: block;
    width: 100%;
  }

  .m-hdr-logoHolder .m-hdr-logo {
    height: 60px;
    background-size: contain;
    background-origin: center;
    background-repeat: no-repeat;
    width: 100%;
  }

  .hdr-logoHolder {
    display: none;
  }

  .hdr--margin {
    margin-top: 72px;
  }
}

.ftr--holder {
  width: 100%;
}

.ftr--holder .w-20 .col-12 small {
  font-family: "montserrat-bold", sans-serif;
}

.ftr--holder .w-20 .col-10 a {
  font-family: "Cambria", sans-serif;
}

.ftr--holder .w-20 .col-1 .fas.fa-phone {
  transform: scale(-1, 1);
}

.ftr-logoHolder {
  width: 45%;
  position: relative;
}

.ftr-logoHolder .ftr-logo {
  width: 100%;
  height: 80px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-iconsHolder {
  display: flex;
}

.social-iconsHolder i {
  color: #ffffff;
  font-size: 1.111rem;
}

.ftr-linksHolder ul {
  display: flex;
  padding-left: 0;
}

.ftr-linksHolder li {
  list-style: none;
}

.ftr-linksHolder li a {
  color: #ffffff;
  font-size: 0.778rem;
}

@media screen and (max-width: 1024px) {
  .ftr--holder {
    padding: 50px 0 !important;
  }

  .ftr--holder .container > .row {
    display: block;
  }

  .ftr--holder .container > .row > .w-20 {
    display: block;
    width: 100% !important;
    margin-bottom: 50px;
  }

  .ftr--holder .container > .row > .w-20:last-child {
    margin-bottom: 0;
  }

  .ftr--holder .container > .row > .w-40 {
    display: block;
    width: 100% !important;
  }

  .ftr--holder small,
  .ftr--holder a {
    font-size: 1rem !important;
  }

  .ftr-logoHolder {
    width: 290px;
    margin-right: auto;
    margin-left: auto;
  }

  .ftr-logoHolder .ftr-logo {
    height: 75px;
  }

  .social-iconsHolder {
    margin-top: 65px !important;
    justify-content: center;
  }

  .social-iconsHolder i {
    font-size: 2.5rem;
    margin: 0 10px;
  }

  .ftr-linksHolder {
    margin-top: 35px !important;
    margin-bottom: 45px;
    text-align: center;
  }

  .ftr-linksHolder ul {
    display: block;
    margin-bottom: 0;
  }

  .ftr-linksHolder li {
    margin: 10px 0;
  }

  .ftr-linksHolder li:first-child {
    border-right: unset;
  }
}

.hm-frm1Holder {
  width: 100%;
  height: 60vh;
  position: relative;
}

.hm-frm1Holder .hm-frm1Slider__Holder {
  width: 100%;
  height: 100%;
  position: relative;
}

.hm-frm1Holder .hm-frm1Slider__Holder .hm-frm1Slider {
  width: 100%;
  height: 60vh;
  position: relative;
}

.hm-frm1Holder .hm-frm1Slider__Holder .hm-frm1Slider video {
  width: 100%;
  position: absolute;
  z-index: -2;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.hm-frm1Holder .hm-frm1Slider__Holder .hm-frm1Slider img {
  width: 100%;
  transform: scaleX(1.1);
}

.hm-frm2Holder {
  display: flex;
}

.hm-frm2Holder .w-20 {
  text-align: center;
  padding-top: 5px;
}

.hm-frm2Holder .hmfrm2Content {
  width: 90%;
  margin: auto;
}

.hm-frm2Holder .hmfrm2Content .hmfrm2--icon {
  width: 80%;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.hm-frm2Holder .hm-frm2Content__Holder {
  width: 20%;
  border-right: solid 1px #929496;
}

.hm-frm2Holder .hm-frm2Content__Holder:last-child {
  border-right: 0;
}

.hm-frm3Holder {
  position: relative;
}

.hm-frm3Holder .hm-frm3--arrows {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: auto;
}

.hm-frm3Holder .hm-frm3--line {
  width: 1px;
  height: 45px;
  margin: 10px auto;
  background-color: #929496;
}

.hm-frm3Holder .hm-frm3Slider__Holder {
  width: 70%;
}

.hm-frm3Holder .hm-frm3Slider__Holder .hm-frm3Slider {
  width: 100%;
  height: 0;
  padding-top: 70%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hm-frm4__Holder {
  position: relative;
}

.hm-frm4__Holder .hm-frm4Img__holder {
  width: 80%;
}

.hm-frm4__Holder .hm-frm4Img__holder .hm-frm4Img {
  width: 100%;
  height: 0;
  padding-top: 70%;
  background-color: blue;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hm-frm5__Holder {
  position: relative;
}

.hm-frm5__Holder .hm-frm5Img__Holder {
  width: 90%;
  position: relative;
}

.hm-frm5__Holder .hm-frm5Img__Holder.mobile {
  display: none;
}

.hm-frm5__Holder .hm-frm5Img__Holder .hm-frm5Img {
  width: 100%;
  height: 0;
  padding-top: 70%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.hm-frm5__Holder .hm-frm5Rimg__Holder {
  width: 100%;
  position: relative;
}

.hm-frm5__Holder .hm-frm5Rimg__Holder .hm-frm5Rimg {
  width: 100%;
  height: 0;
  padding-top: 70%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hm-frm6__Holder {
  position: relative;
}

.hm-frm6Article__Holder {
  width: 85%;
  margin-bottom: 40px;
}

.hm-frm6Article__Holder .article--img {
  width: 100%;
  height: 0;
  padding-top: 70%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.hm-frm6Article__Holder .article--date {
  font-family: "Cambria", sans-serif;
  font-size: 0.667rem;
}

.hm-frm6Article__Holder .article--desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 45px;
}

.hm-frm7__Holder {
  position: relative;
}

.awards__Con {
  position: relative;
}

.award--holder {
  width: 31%;
  height: 20vh;
  margin-right: 1%;
  margin-bottom: 48px;
  text-align: left;
}

.award--holder:nth-child(3n) {
  margin-right: 0;
}

.award--holder .award--img {
  width: 75%;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.floating--link {
  width: 100px;
  height: 75px;
  background-color: #251F70;
  position: fixed;
  right: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  z-index: 9;
  border: solid 1px #ffffff;
}

.floating--link.link-1 {
  top: 30vh;
}

.floating--link.link-2 {
  top: 42vh;
}

.floating--link.link-3 {
  top: 54vh;
}

.floating--link.link-3 .icon--holder {
  height: 45px;
  margin-top: 3px;
}

.floating--link .icon--holder {
  width: 70%;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: auto;
}

.floating--link small {
  font-family: "montserrat", sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5px;
}

@media screen and (max-width: 992px) {
  .hm-frm1Holder {
    height: auto;
  }

  .hm-frm1Holder .hm-frm1Slider__Holder .hm-frm1Slider {
    height: auto;
  }

  .hm-frm1Holder .hm-frm1Slider__Holder .hm-frm1Slider video {
    height: auto;
  }

  .hm-frm2 .frm-cntnr__inner {
    width: 100%;
  }

  .hm-frm2Holder {
    flex-wrap: wrap;
  }

  .hm-frm2Holder .hm-frm2Content__Holder {
    width: 33%;
    margin-bottom: 30px;
    border-right: unset;
  }

  .hm-frm3 {
    padding-top: 0 !important;
  }

  .hm-frm3 .frm-cntnr__inner {
    width: 100%;
  }

  .hm-frm3 .w-65 {
    width: 100% !important;
  }

  .hm-frm3Holder .hm-frm3Slider__Holder {
    width: 100%;
  }

  .hm-frm4 .frm-cntnr__inner {
    width: 100%;
  }

  .hm-frm4 .frm-line-title {
    width: 1px;
    height: 45px;
    margin-bottom: 10px;
  }

  .hm-frm4 .col-lg-7.col-12 {
    margin-bottom: 50px;
  }

  .hm-frm4__Holder .hm-frm4Img__holder {
    width: 100%;
  }

  .hm-frm5 .frm-cntnr__inner {
    width: 100%;
  }

  .hm-frm5 .frm-line-title {
    width: 1px;
    height: 45px;
    margin-bottom: 10px;
  }

  .hm-frm5__Holder .w-90 {
    width: 100% !important;
  }

  .hm-frm5__Holder .hm-frm5Img__Holder {
    display: none;
  }

  .hm-frm5__Holder .hm-frm5Img__Holder.mobile {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-right: 3%;
    margin-top: 30px;
  }

  .hm-frm5__Holder .hm-frm5Img__Holder.mobile .hm-frm5Img {
    height: 60vh;
  }

  .hm-frm5__Holder .hm-frm5Rimg__Holder {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
  }

  .hm-frm5__Holder .hm-frm5Rimg__Holder .hm-frm5Rimg {
    height: 30vh;
    background-size: contain;
  }

  .hm-frm5__Holder .col-lg-6:first-child {
    display: none;
  }

  .hm-frm6 .frm-cntnr__inner {
    width: 100%;
  }

  .award--holder {
    width: 47%;
    margin-right: 2%;
  }

  .award--holder:nth-child(3n) {
    margin-right: 2%;
  }

  .award--holder:nth-child(2n) {
    margin-right: 0%;
  }
}

@media screen and (max-width: 768px) {
  .award--holder {
    width: 100%;
    margin-right: 0%;
  }

  .award--holder:nth-child(3n) {
    margin-right: 0%;
  }

  .floating--link {
    width: 80px;
  }

  .floating--link .icon--holder {
    width: 60%;
  }
}

@media screen and (max-width: 576px) {
  .hm-frm2Holder .hm-frm2Content__Holder {
    width: 50%;
  }
}

.abt--holder {
  position: relative;
}

.abt--holder .campus--pubCon .accordion--holder .card .image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.abt--holder .universitySlider__Holder {
  width: 100%;
  position: relative;
}

.abt--holder .universitySlider__Holder .university--slider {
  width: 100%;
  height: 0;
  padding-top: 6%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.abt--holder .historyImg__Holder {
  width: 100%;
  position: relative;
}

.abt--holder .historyImg__Holder .history--img {
  width: 32%;
  height: 0;
  padding-top: 25%;
  margin-right: 1%;
  margin-bottom: 1%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.abt--holder .historyImg__Holder .history--img:nth-child(3n) {
  margin-right: 0;
}

.abt--holder .presidentsCard__Holder {
  position: relative;
}

.abt--holder .presidentsCard__Holder .presidentCard {
  width: 45%;
  padding: 0px 20px;
  height: 130px;
  border: solid 1px #e3e3e3;
  border-radius: 10px;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: all 0.3s ease;
  background-color: #ffffff;
}

.abt--holder .presidentsCard__Holder .presidentCard .presidentImg {
  width: 80%;
  margin: auto;
  height: 110px;
  border-radius: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.abt--holder .presidentsCard__Holder .presidentCard .w-30 {
  height: 130px;
}

.abt--holder .presidentsCard__Holder .presidentCard .w-70 {
  height: 130px;
  text-align: left;
}

.abt--holder .presidentsCard__Holder .presidentCard small {
  display: block;
}

.abt--holder .presidentsCard__Holder .presidentCard:first-child {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.abt--holder .presidentsCard__Holder .presidentCard:hover {
  background-color: #251F70;
}

.abt--holder .presidentsCard__Holder .presidentCard:hover p,
.abt--holder .presidentsCard__Holder .presidentCard:hover small {
  color: #ffffff;
}

.abt--holder .executiveCard__Holder {
  width: 22%;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 16%;
  margin-bottom: 4%;
  box-shadow: 0px 8px 7px 1px rgba(0, 0, 0, 0.15);
}

.abt--holder .executiveCard__Holder .executiveImg__Holder {
  width: 100%;
}

.abt--holder .executiveCard__Holder .executiveImg__Holder .executive--img {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.abt--holder .executiveCard__Holder .executiveDesc__Holder {
  width: 100%;
  height: 120px;
}

.abt--holder .executiveCard__Holder .executiveDesc__Holder small {
  display: block;
}

.abt--holder .executiveCard__Holder:nth-child(3n) {
  margin-right: 0;
}

.abt--holder .awardsCard__Holder {
  width: 100%;
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
}

.abt--holder .awardsCard__Holder .award--img {
  width: 70%;
  height: 100px;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.abt--holder .awardsCard__Holder .award--title {
  font-family: "montserrat-bold", sans-serif;
}

.abt--holder .awardsCard__Holder .award-sub--title {
  font-family: "montserrat-bold", sans-serif;
}

.abt--holder .ceuLogoCard__Holder {
  width: 20%;
  height: 200px;
  border-radius: 8px;
  box-shadow: 0px 8px 7px 1px rgba(0, 0, 0, 0.15);
}

.abt--holder .ceuLogoCard__Holder .ceuLgo--img {
  width: 90%;
  height: 90px;
  margin: 0px auto 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 992px) {
  .abt--holder .col-lg-9.col-12 h3.frm-secondary-title.text-dark-blue:first-child {
    display: none;
  }

  .abt--holder .abt--corpOffCon,
  .abt--holder .abt--descCon,
  .abt--holder .campus--SCcon,
  .abt--holder .campus--pubCon,
  .abt--holder .campus--stuLoansCon,
  .abt--holder .campus--finCon,
  .abt--holder .campus--comProCon,
  .abt--holder .campus--uniMinCon {
    margin-top: 0 !important;
  }

  .abt--holder .executiveCard__Holder {
    width: 27%;
    margin-right: 8%;
  }

  .abt--holder .awardsCard__Holder {
    padding: 0;
  }

  .abt--holder .awardsCard__Holder .w-20 {
    width: 100% !important;
  }

  .abt--holder .awardsCard__Holder .w-80 {
    width: 100% !important;
    margin-top: 20px;
  }

  .abt--holder .ceuLogoCard__Holder {
    min-width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .abt--holder .historyImg__Holder .history--img {
    width: 49%;
  }

  .abt--holder .historyImg__Holder .history--img:nth-child(2n) {
    margin-right: 0;
  }

  .abt--holder .executiveCard__Holder {
    width: 46%;
    margin-right: 4%;
  }

  .abt--holder .executiveCard__Holder:nth-child(2n) {
    margin-right: 0;
  }

  .abt--holder .executiveCard__Holder:nth-child(3n) {
    margin-right: 4%;
  }
}

@media screen and (max-width: 576px) {
  .abt--holder .presidentsCard__Holder .presidentCard {
    display: block;
    width: 100%;
    max-width: 365px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 320px) {
  .abt--holder .historyImg__Holder .history--img {
    width: 100%;
    margin-right: 0;
  }

  .abt--holder .historyImg__Holder .history--img:nth-child(2n) {
    margin-right: 0;
  }

  .abt--holder .executiveCard__Holder {
    width: 100%;
    margin-right: 0;
  }

  .abt--holder .executiveCard__Holder:nth-child(2n) {
    margin-right: 0;
  }

  .abt--holder .executiveCard__Holder:nth-child(3n) {
    margin-right: 0;
  }
}

.admission--holder {
  position: relative;
}

.admission--holder .admissionCard__Holder {
  width: 26%;
  height: 340px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 7%;
  margin-bottom: 3%;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0px 8px 7px 1px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.admission--holder .admissionCard__Holder .admissionImg__Holder {
  width: 100%;
  position: relative;
}

.admission--holder .admissionCard__Holder .admissionImg__Holder .admission--img {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.admission--holder .admissionCard__Holder .admissionDesc__Holder {
  width: 100%;
  height: 80px;
}

.admission--holder .admissionCard__Holder .admissionDesc__Holder .admission--title {
  font-family: "montserrat-bold", sans-serif;
}

.admission--holder .admissionCard__Holder .admissionDesc__Holder small i {
  color: #D65093;
}

.admission--holder .admissionCard__Holder .admissionDesc__Holder small span {
  font-family: "montserrat-bold", sans-serif;
}

.admission--holder .admissionCard__Holder:nth-child(3n) {
  margin-right: 0;
}

.admission--holder .admissionCard__Holder .admissionHover__Holder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(214, 80, 147, 0.8);
  display: none;
}

.admission--holder .admissionCard__Holder .admissionHover__Holder .admissionHover__Inner {
  position: relative;
  height: 100%;
}

.admission--holder .admissionCard__Holder .admissionHover__Holder .admissionHover__Inner .btn {
  position: absolute;
  bottom: 30px;
  margin: auto;
  left: 0;
  right: 0;
  max-width: 60%;
}

.admission--holder .admissionCard__Holder .admissionHover__Holder .frm-desc {
  width: 100%;
  height: 75px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.admission--holder .admissionCard__Holder .admissionHover__Holder .frm-desc p {
  font-size: 0.722rem !important;
  font-family: "Cambria", sans-serif;
}

.admission--holder .admissionCard__Holder:hover .admissionHover__Holder {
  display: block;
}

.admission--holder .nav-tabs {
  border: none;
  margin-bottom: 30px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  padding-bottom: 10px;
}

.admission--holder .nav-tabs .nav-item {
  white-space: nowrap;
}

.admission--holder .nav-tabs .nav-link.active,
.admission--holder .nav-tabs .nav-item.show .nav-link {
  background-color: #D65093;
  color: #ffffff;
  font-family: "montserrat-bold", sans-serif;
}

.admission--holder .nav-tabs .nav-link {
  color: #2b2b2b;
  border-radius: 8px;
}

.admission--holder .nav-tabs .nav-link:hover,
.admission--holder .nav-tabs .nav-link:focus {
  background-color: #D65093;
  color: #ffffff;
  font-family: "montserrat-bold", sans-serif;
  border: none;
}

.admission--holder .tab-content img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 992px) {
  .admission--holder .admissionCard__Holder {
    width: 46%;
  }

  .admission--holder .admissionCard__Holder:nth-child(2n) {
    margin-right: 0%;
  }

  .admission--holder .admissionCard__Holder:nth-child(3n) {
    margin-right: 7%;
  }
}

@media screen and (max-width: 768px) {
  .admission--holder .nav-tabs {
    display: block;
  }

  .admission--holder .nav-tabs .nav-item {
    margin-bottom: 10px;
  }

  .admission--holder .nav-tabs .nav-item:last-child {
    margin-bottom: 0px;
  }

  .admission--holder .nav-tabs .nav-link {
    display: inline-block;
  }
}

@media screen and (max-width: 576px) {
  .admission--holder .admissionCard__Holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
  }

  .admission--holder .admissionCard__Holder:nth-child(2n) {
    margin-right: 0%;
  }

  .admission--holder .admissionCard__Holder:nth-child(3n) {
    margin-right: 0%;
  }
}

.academic-sub-title {
  font-family: "montserrat-bold", sans-serif;
}

.curricularContent__Holder {
  column: 50px 2;
}

.curricularContent__Holder .curricular--name {
  color: #2b2b2b;
  font-family: "Cambria", sans-serif;
  text-decoration: underline;
  font-size: 1rem !important;
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}

.curricularContent__Holder ul li a {
  color: #2b2b2b;
  text-decoration: underline;
  font-family: "Cambria", sans-serif;
}

.date .flatpickr-input {
  display: none;
}

.flatpickr-calendar {
  width: 100% !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  overflow: hidden !important;
}

.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #251F70;
}

.flatpickr-calendar span.flatpickr-weekday {
  color: #251F70 !important;
}

.flatpickr-calendar span.flatpickr-weekday:first-child {
  color: #ffffff !important;
}

.flatpickr-current-month {
  color: #ffffff !important;
}

.flatpickr-months {
  background-color: #D65093 !important;
  padding: 10px 0px;
  position: relative;
}

.flatpickr-months .flatpickr-prev-month {
  color: #ffffff;
  top: 50% !important;
  left: 20px !important;
  height: auto !important;
  transform: translateY(-50%) !important;
}

.flatpickr-months .flatpickr-prev-month svg {
  fill: #ffffff;
}

.flatpickr-months .flatpickr-next-month {
  color: #ffffff;
  top: 50% !important;
  right: 20px !important;
  height: auto !important;
  transform: translateY(-50%) !important;
}

.flatpickr-months .flatpickr-next-month svg {
  fill: #ffffff;
}

.flatpickr-rContainer {
  width: 100% !important;
}

.flatpickr-weekdays {
  background-color: rgba(146, 148, 150, 0.3) !important;
  height: auto !important;
}

.flatpickr-weekday {
  color: #ffffff !important;
  padding: 15px 0px !important;
}

.flatpickr-weekday:first-child {
  background-color: #251F70 !important;
}

.flatpickr-days {
  width: 100% !important;
}

.dayContainer {
  width: 100% !important;
  max-width: 100% !important;
}

.flatpickr-day {
  max-width: 100% !important;
  border: solid 1px #e3e3e3 !important;
  border-radius: 0 !important;
  height: 70px !important;
  text-align: right !important;
  padding-right: 10px;
}

.flatpickr-day.today {
  background-color: #EAA7C9 !important;
  color: #ffffff !important;
}

.eventContent__Holder {
  background-color: rgba(146, 148, 150, 0.1) !important;
}

.eventContent__Holder .frm-desc table {
  width: 60%;
}

.eventContent__Holder .frm-desc table td {
  background-color: transparent;
  border: none;
  padding: 5px 30px;
}

.event--img {
  width: 90%;
  height: 0;
  padding-top: 90%;
  background-color: red;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  .academics--holder .col-lg-9.col-12 h3.frm-secondary-title.text-dark-blue:first-child {
    display: none;
  }

  .academics--holder .academic-sub-title {
    margin-bottom: 20px !important;
  }

  .event--img {
    margin-bottom: 60px;
  }

  .event--title {
    margin-bottom: 30px !important;
  }
}

.industryPartners__Holder {
  width: 17%;
  height: 200px;
  border-radius: 8px;
  margin-right: 3.3%;
  margin-bottom: 2%;
  text-align: center;
  box-shadow: 0px 8px 7px 1px rgba(0, 0, 0, 0.15);
}

.industryPartners__Holder:nth-child(5n) {
  margin-right: 0;
}

.industryPartners__Holder .partners--logo {
  width: 60%;
  height: 95px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}

.career--holder {
  position: relative;
}

.career--holder .career-link {
  color: #2b2b2b;
  text-decoration: underline;
}

.relatedCareer__Holder a {
  display: block;
  color: #2b2b2b;
  font-size: 1rem !important;
  margin-bottom: 7px;
}

.careerFilter__Holder {
  position: relative;
  transition: all 0.3s ease;
}

.careerFilter__Holder.active {
  left: 0;
}

.careerFilter__Holder .form-group {
  width: 21%;
}

.careerFilter__Holder label {
  font-size: 0.778rem !important;
  font-family: "montserrat-bold", sans-serif;
  font-weight: bold;
  margin-right: 3px;
}

.careerFilter__Holder .btn {
  position: absolute;
  right: 0;
}

.careerFilter__Holder .career--closeIcon {
  display: none;
  position: absolute;
  top: 25px;
  left: 5%;
  width: 20px;
  height: 20px;
}

.careerFilter__Holder .career--closeIcon:before,
.careerFilter__Holder .career--closeIcon:after {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 70%;
  height: 4px;
  background-color: #251F70;
  content: "";
}

.careerFilter__Holder .career--closeIcon:before {
  transform: rotate(-45deg) translateY(-5px);
}

.careerFilter__Holder .career--closeIcon:after {
  transform: rotate(-135deg) translateY(-5px);
}

.career--mobMenuHolder {
  display: none;
}

.career--mobMenuHolder.active {
  pointer-events: none;
}

.career--mobMenuHolder .career--mobMenuIcon {
  position: relative;
  top: 0px;
  left: 0;
  width: 25px;
  height: 5px;
  background-color: #251F70;
  border-radius: 6px;
  pointer-events: none;
}

.career--mobMenuHolder .career--mobMenuIcon:after,
.career--mobMenuHolder .career--mobMenuIcon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background-color: #251F70;
  border-radius: 6px;
}

.career--mobMenuHolder .career--mobMenuIcon:before {
  top: 10px;
}

.career--mobMenuHolder .career--mobMenuIcon:after {
  top: 20px;
}

.career--mobMenuHolder h3 {
  padding-left: 40px;
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.111rem;
}

.ceuCareerCard__Holder {
  width: 22%;
  height: 230px;
  border-radius: 8px;
  background-color: #ffffff;
  margin-right: 3.5%;
  margin-bottom: 4%;
  box-shadow: 0px 8px 7px 1px rgba(0, 0, 0, 0.15);
}

.ceuCareerCard__Holder:nth-child(4n) {
  margin-right: 0;
}

.ceuCareerCard__Holder h6 {
  font-family: "montserrat-bold", sans-serif;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 39px;
}

.ceuCareerCard__Holder i {
  margin-right: 3px;
  font-size: 0.889rem;
  color: #D65093;
}

.ceuCareerCard__Holder .btn {
  display: block;
  min-width: 152px;
  padding: 13px 20px !important;
  margin-right: auto;
  margin-left: auto;
}

.career-center__frm1 table {
  background-color: white;
}

.career-center__frm1 table td {
  border: none;
  background-color: #ffffff;
  padding: 10px;
}

.career-center__frm1 table img {
  width: 100%;
  height: 35vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1150px) {
  .careerFilter__Holder .btn {
    position: unset;
    display: block;
    margin-top: 35px;
  }
}

@media screen and (max-width: 992px) {
  .industryPartners__con {
    padding: 1.25rem 0;
  }

  .industryPartners__Holder {
    width: 30%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .industryPartners__Holder:nth-child(3n) {
    margin-right: 0%;
  }

  .industryPartners__Holder:nth-child(5n) {
    margin-right: 4%;
  }

  .career--holder .frm-secondary-title {
    margin-bottom: 35px !important;
  }

  .relatedCareer__Holder {
    margin-top: 50px;
  }

  .career--formCon {
    width: 100% !important;
  }

  .career--mobMenuHolder {
    display: block;
    margin-bottom: 35px;
  }

  .careerFilter__Holder {
    position: fixed;
    top: 78px;
    left: -100%;
    z-index: 10;
    width: 100% !important;
    height: calc(100vh - 78px);
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: white;
  }

  .careerFilter__Holder .btn {
    position: absolute;
    right: unset;
    bottom: 40px;
    left: 5%;
    width: 90% !important;
    margin-top: 0;
  }

  .careerFilter__Holder label {
    width: 90px;
    vertical-align: 12px;
  }

  .careerFilter__Holder .form-group {
    width: calc(100% - 100px);
    margin-bottom: 25px !important;
    margin-right: 0 !important;
  }

  .careerFilter__Holder .career--closeIcon {
    display: block;
  }

  .ceuCareer--con {
    margin-top: 0 !important;
  }

  .ceuCareerCard__Holder {
    width: 30%;
    margin-right: 4%;
  }

  .ceuCareerCard__Holder:nth-child(3n) {
    margin-right: 0%;
  }

  .ceuCareerCard__Holder:nth-child(4n) {
    margin-right: 4%;
  }
}

@media screen and (max-width: 768px) {
  .ceuCareerCard__Holder {
    width: 47%;
    height: auto;
    vertical-align: top;
  }

  .ceuCareerCard__Holder:nth-child(2n) {
    margin-right: 0;
  }

  .ceuCareerCard__Holder:nth-child(3n) {
    margin-right: 4%;
  }

  .ceuCareerCard__Holder > .w-70 {
    width: 90% !important;
  }

  .industryPartners__Holder {
    width: 47%;
    margin-right: 4%;
  }

  .industryPartners__Holder:nth-child(3n) {
    margin-right: 4%;
  }

  .industryPartners__Holder:nth-child(2n) {
    margin-right: 0%;
  }
}

@media screen and (max-width: 576px) {
  .career--formCon .col-md-6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 480px) {
  .ceuCareerCard__Holder .btn {
    min-width: unset;
  }
}

@media screen and (max-width: 320px) {
  .ceuCareerCard__Holder {
    width: 100%;
    height: auto;
    vertical-align: top;
    margin-right: 0;
  }

  .ceuCareerCard__Holder:nth-child(2n) {
    margin-right: 0;
  }

  .ceuCareerCard__Holder:nth-child(3n) {
    margin-right: 0%;
  }

  .ceuCareerCard__Holder .btn {
    min-width: 152px;
  }

  .industryPartners__Holder {
    width: 100%;
    margin-right: 0%;
  }

  .industryPartners__Holder:nth-child(3n) {
    margin-right: 0%;
  }
}

.news--holder .featuredNews__Holder {
  width: 100%;
  height: 50vh;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.news--holder .featuredNews__Holder .featured--img {
  width: 100%;
  height: 50vh;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.news--holder .featuredNews__Holder .featured--overflow {
  position: absolute;
  bottom: 0;
  height: 15vh;
  width: 100%;
  left: 0;
}

.news--holder .featuredNews__Holder .featured--overflow h4 {
  font-family: "montserrat-bold", sans-serif !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 55px;
  width: 95%;
}

.news--holder .featuredNews__Holder .featured--overflow small {
  font-family: "montserrat", sans-serif !important;
}

.news--holder .relatedNews__Holder {
  width: 100%;
  height: 44vh;
  overflow-y: auto;
  padding-right: 10px;
}

.news--holder .newsCard__Holder {
  width: 100%;
  height: 15vh;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.15);
}

.news--holder .newsCard__Holder .news--img {
  width: 100%;
  height: 15vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.news--holder .newsCard__Holder .newsCard--desc {
  position: relative;
  margin-left: 10px;
}

.news--holder .newsCard__Holder .newsCard--desc p {
  font-family: "montserrat-bold", sans-serif !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
  width: 95%;
}

.news--holder .newsCard__Holder .newsCard--desc small {
  font-family: "montserrat", sans-serif !important;
}

.news--holder .featuredNews__con {
  margin-bottom: 50px;
}

.news--holder .selected-news__Holder .selected--nws__img {
  width: 100%;
  height: 50vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 10px;
}

.news--holder .selected-news__Holder .article-name {
  font-family: "montserrat-bold", sans-serif !important;
}

@media screen and (max-width: 992px) {
  .news--holder .featuredNews__Holder {
    margin-bottom: 50px;
  }
}

.contactUs__Holder {
  width: 48%;
  min-height: 240px;
  background-color: white;
  border-radius: 16px;
  margin-right: 2%;
  margin-bottom: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.contactUs__Holder:nth-child(2n) {
  margin-right: 0;
}

.contactUs__Holder * {
  transition: all 0.3s ease;
}

.contactUs__Holder:hover {
  background-color: #251F70;
}

.contactUs__Holder:hover * {
  color: white;
}

.contactUs__Holder small {
  display: block;
}

.modal-backdrop.show {
  display: none;
}

@media screen and (max-width: 992px) {
  .contactUs--con .col-lg-6.col-12:nth-child(2) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .contactUs__Holder {
    width: 100%;
    margin-right: 0;
  }
}

.ceu-shop--card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.ceu-shop--card .ceu-shop--imgCon {
  width: 100%;
  height: auto;
}

.ceu-shop--card .ceu-shop--imgCon .ceu-shop--img {
  width: 100%;
  height: 0;
  padding-top: 120%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ceu-shop--card .ceu-shop--textCon {
  padding: 15px 15px 25px;
}

.ceu-shop--card .ceu-shop--textCon h6 {
  font-family: "montserrat-bold", sans-serif;
}

.ceu-shop--card .ceu-shop--textCon .btn {
  width: 100%;
}

.ceu-shop--card .ceu-shop--textCon p {
  font-family: "montserrat", sans-serif;
}

.shop--leftCon {
  border-radius: 8px;
  background-color: #f9f9f9;
  padding: 30px 25px;
}

.shop--leftCon .shop--mobMenuHolder {
  display: block;
}

.shop--mobMenuHolder {
  display: none;
}

.shop--mobMenuHolder h3 {
  font-size: 1.111rem;
  font-family: "montserrat-bold", sans-serif;
  margin-bottom: 25px;
}

.shop--mobMenuHolder.active {
  pointer-events: none;
}

.shop--mobMenuHolder .shop--mobMenuIcon {
  position: relative;
  top: 0px;
  left: 0;
  width: 25px;
  height: 5px;
  background-color: #251F70;
  border-radius: 6px;
  pointer-events: none;
}

.shop--mobMenuHolder .shop--mobMenuIcon:after,
.shop--mobMenuHolder .shop--mobMenuIcon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background-color: #251F70;
  border-radius: 6px;
}

.shop--mobMenuHolder .shop--mobMenuIcon:before {
  top: 10px;
}

.shop--mobMenuHolder .shop--mobMenuIcon:after {
  top: 20px;
}

.shopFilter__Holder {
  position: relative;
  transition: all 0.3s ease;
}

.shopFilter__Holder.active {
  left: 0;
}

.shopFilter__Holder .shop--closeIcon {
  display: none;
  position: absolute;
  top: 25px;
  left: 5%;
  width: 20px;
  height: 20px;
}

.shopFilter__Holder .shop--closeIcon:before,
.shopFilter__Holder .shop--closeIcon:after {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 70%;
  height: 4px;
  background-color: #251F70;
  content: "";
}

.shopFilter__Holder .shop--closeIcon:before {
  transform: rotate(-45deg) translateY(-5px);
}

.shopFilter__Holder .shop--closeIcon:after {
  transform: rotate(-135deg) translateY(-5px);
}

.shopFilter__Holder .card {
  background-color: transparent;
}

.shopFilter__Holder .w-100.inlineBlock-parent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.shopFilter__Holder .shop__filterCon ul {
  padding-left: 0;
  margin-bottom: 0;
}

.shopFilter__Holder .shop__filterCon li {
  display: block;
  font-family: "montserrat", sans-serif;
  font-size: 0.778rem;
  margin-bottom: 24px;
}

.shopFilter__Holder .shop__filterCon li:last-child {
  margin-bottom: 0;
}

.shopFilter__Holder .accordion--holder .btn {
  padding-right: 40px !important;
}

.shopFilter__Holder .accordion--holder .addMinus {
  position: absolute;
  top: 14px;
  right: 30px;
}

.shopFilter__Holder .accordion--holder label {
  color: #D65093;
  font-family: "montserrat", sans-serif;
}

.shopFilter__Holder .btn-clear {
  color: #251F70;
  padding: 13px 10px !important;
}

.shopFilter__Holder .btn-clear i {
  margin-right: 10px;
}

.filter-card {
  position: relative;
  width: 100%;
  height: 20px;
  padding: 10px 0 20px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.filter-card #slider-range {
  width: 90%;
  height: 6px;
  margin: auto;
  border: none;
  background-color: rgba(248, 107, 165, 0.5);
}

.filter-card .ui-widget-header {
  background-color: #D65093;
}

.filter-card .ui-slider-handle {
  top: -9px;
  width: 24px;
  height: 24px;
  border: 3px solid white;
  border-radius: 50%;
  background-color: #F86BA5;
  outline: unset;
}

.filter-card #min_price,
.filter-card #max_price {
  position: absolute;
  top: 20px;
  display: inline-block;
  min-width: unset;
  text-align: center;
  background-color: transparent;
  border: unset;
  transform: translateX(-44%);
  font-family: "Cambria", sans-serif;
  font-size: 0.778rem;
  pointer-events: none;
}

.filter-card #min_price:focus,
.filter-card #max_price:focus {
  outline: unset;
}

.filter-card p {
  margin-bottom: 0;
  font-size: 1rem;
}

.filter-card .filter-tab {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  cursor: pointer;
}

.filter-card .filter-tab i {
  transition: all 0.3s ease;
}

.filter-card .price-label {
  font-style: italic;
  font-size: 0.8em;
}

.pagination {
  margin-right: 0;
  margin-left: auto;
  width: 185px;
  height: 70px;
}

.pagination .pagination__inner {
  width: 90%;
  margin: auto;
}

.pagination ul {
  padding-left: 0;
}

.pagination li {
  padding: 0 3px;
}

.pagination li.active a {
  background-color: #D65093;
  border-radius: 50%;
  color: white;
  padding: 3px 8px;
}

.pagination a {
  color: #251F70;
}

.pagination i {
  color: #251F70;
  font-size: 0.8em;
  cursor: pointer;
}

.pagination .page-item.disabled .page-link {
  background-color: transparent;
  color: #251F70;
}

.pagination-holder {
  position: relative;
  width: auto;
  margin-right: 0;
  margin-left: auto;
}

.pagination-holder .pagination {
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 23px 10px;
  background-color: transparent;
}

.pagination-holder img {
  width: inherit;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}

.pagination-holder .page-link {
  background-color: transparent;
  border: none;
  padding: 3px 8px;
}

.pagination-holder .page-item.active .page-link {
  background-color: #D65093;
  border-color: #D65093;
  color: white;
  border-radius: 50%;
  font-family: "montserrat-bold", sans-serif;
}

.pagination-holder ul {
  display: inline-block;
  background-color: transparent;
}

.pagination-holder li {
  display: inline-block !important;
  background-color: transparent;
}

.product-modal .modal {
  z-index: 9999 !important;
}

.product-modal .modal-dialog {
  width: 100% !important;
  max-width: 100%;
}

.product-modal .modal-content {
  width: 60%;
  margin: auto;
  height: 60vh;
}

.product-modal .product--img {
  width: 100%;
  height: 50vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.product-modal .product-modal-name {
  font-family: "montserrat-bold", sans-serif;
  color: #251F70;
}

.product-modal .product--price {
  font-family: "montserrat-bold", sans-serif;
}

.product-modal .close {
  padding: 10px;
  width: 30px;
  margin-left: auto;
  margin-right: 20px;
}

@media screen and (max-width: 992px) {
  .shop--mobMenuHolder {
    display: block;
    margin-top: 10px;
  }

  .shop--mobMenuHolder h3 {
    padding-left: 40px;
    margin-bottom: 0;
  }

  .shop--leftCon {
    position: absolute;
    background-color: transparent;
  }

  .shop--leftCon .shop--mobMenuHolder {
    display: none;
  }

  .shopFilter__Holder {
    position: fixed;
    top: 78px;
    left: -100%;
    z-index: 10;
    width: 100% !important;
    height: calc(100vh - 78px);
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: white;
  }

  .shopFilter__Holder .w-100.inlineBlock-parent {
    position: absolute;
    right: unset;
    bottom: 40px;
    left: 5%;
    width: 90% !important;
    margin-top: 0;
    justify-content: center;
  }

  .shopFilter__Holder .w-100.inlineBlock-parent .btn.btn-clear {
    margin-right: 20px;
  }

  .shopFilter__Holder label {
    width: 90px;
    vertical-align: 12px;
  }

  .shopFilter__Holder .form-group {
    width: calc(100% - 100px);
    margin-bottom: 25px !important;
    margin-right: 0 !important;
  }

  .shopFilter__Holder .shop--closeIcon {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .contactUs__Holder {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 410px) {
  .ceu-shop--con {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

