@charset "UTF-8";

/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */

/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}

.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}

.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

.lfr-asset-column-details .lfr-asset-icon {
  border-left: 1px solid transparent;
  color: #999;
  float: right;
  line-height: 1em;
  margin-left: 10px;
  padding-left: 10px;
}

.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}

.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}

.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}

.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}

.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}

.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}

.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}

.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
  display: none;
}

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}

.lfr-form-row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}

.lfr-form-row.lfr-form-row-inline .form-group {
  margin-left: 5px;
}

.lfr-form-row legend .field-label {
  float: right;
  margin-left: 10px;
}

.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-right: 20px;
}

.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  left: 5px;
}

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu,
.overlay-content .open > .dropdown-menu {
  display: block;
}

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}

.form-control-inline:not(:hover) {
  border-color: transparent;
}

.form-control-inline::placeholder {
  color: #a9afb5;
  font-style: italic;
}

.form-search .input-group {
  position: relative;
}

.form-search .input-group.advanced-search .search-query {
  padding-right: 40px;
  z-index: 0;
}

.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  right: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}

.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}

.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .form-search .input-group {
    width: 100%;
  }

  .form-search .input-group .btn {
    clip: rect(0, 0, 0, 0);
    right: -9999px;
    position: absolute;
  }

  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.lfr-table {
  border-collapse: collapse;
  clear: both;
}

.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-table > tbody > tr > td:first-child,
.lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-right: 0;
}

.lfr-table > tbody > tr > td:last-child,
.lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-left: 0;
}

.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-pagination .dropdown-menu {
  display: none;
}

.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-right: 5px;
}

.lfr-pagination .lfr-pagination-controls {
  float: right;
}

.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
  top: 10px;
}

.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: right;
  white-space: nowrap;
  width: 100%;
}

.lfr-pagination .lfr-pagination-delta-selector {
  float: right;
}

@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-pagination .pagination-content {
  float: left;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #dedede #bfbfbf #bfbfbf;
}

.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}

.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}

.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}

.lfr-panel .toggler-header {
  cursor: pointer;
}

.sidebar-sm {
  font-size: 0.875rem;
}

.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}

.sidebar-sm .form-group {
  margin-bottom: 1rem;
}

.sidebar-sm .form-control {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1.5;
  min-height: auto;
  padding: 0.25rem 0.75rem;
}

.sidebar-sm .form-control.form-control-tag-group {
  height: auto;
}

.sidebar-sm .form-control.form-control-tag-group .form-control-inset {
  margin-bottom: 0;
  margin-top: 0;
}

.sidebar-sm .form-control.form-control-tag-group .label {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 0.25rem;
}

.sidebar-sm .form-control[type=file] {
  padding: 0;
}

.sidebar-sm select.form-control {
  padding-left: 1.6rem;
}

.sidebar-sm select.form-control:not([size]) {
  height: 2rem;
}

.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}

.sidebar-sm .btn:not(.btn-unstyled) {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.15;
  padding: 0.4375rem 0.75rem;
}

.sidebar-sm .btn:not(.btn-unstyled).close {
  padding: 0.4375rem;
}

.sidebar-sm .btn.btn-monospaced,
.sidebar-sm .btn.btn-monospaced.btn-sm {
  height: 2rem;
  padding: 0.1875rem 0;
  width: 2rem;
}

.sidebar-sm .btn.btn-monospaced.input-localized-trigger,
.sidebar-sm .btn.btn-monospaced.btn-sm.input-localized-trigger {
  padding: 0;
}

.sidebar-sm .input-group-item .input-group-text {
  font-size: 0.875rem;
  height: 2rem;
  min-width: 2rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.sidebar-sm .input-group-item .btn .btn-section {
  font-size: 0.5625rem;
}

.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}

.sidebar-sm .list-group-item-flex .autofit-col {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}

.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}

.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}

.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
  display: inline;
}

.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
  margin: 10px 0;
}

.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}

.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}

.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.5em 0.4em 0.3em;
  text-decoration: none;
}

.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}

.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-left: 0.3em;
}

.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}

.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}

.lfr-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}

.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}

.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}

.lfr-tree a {
  text-decoration: none;
}

.lfr-tree li {
  margin-bottom: 2px;
  padding-right: 0;
}

.lfr-tree li ul li,
.lfr-tree li.tree-item {
  padding-right: 0;
}

.lfr-tree li.tree-item {
  padding-right: 5px;
}

.lfr-tree li.tree-item li {
  padding-right: 20px;
}

.lfr-tree li.tree-item ul {
  margin-right: 0;
  margin-top: 5px;
}

.lfr-upload-container {
  margin-bottom: 1rem;
}

.lfr-upload-container .upload-target {
  border: 3px dashed #e5e7e9;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}

.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}

.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #92e5a5;
  border-color: #69db83;
}

.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}

.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}

.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}

.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}

.lfr-upload-container .manage-upload-target .select-files {
  float: right;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 5px 0 0;
}

.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: left;
}

.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-left: 0;
}

.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-right: 16px;
}

.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-right: 25px;
}

.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-left: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}

.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}

.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}

.lfr-upload-container .cancel-button {
  color: #6c757d;
  margin-top: 1px;
  position: absolute;
  left: 5px;
  top: 50%;
  white-space: nowrap;
}

.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-right: 5px;
}

.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}

.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}

.lfr-upload-container .delete-button {
  color: #6c757d;
}

.lfr-upload-container .delete-button-col {
  padding-left: 10px;
}

.lfr-upload-container .file-added .success-message {
  float: left;
  font-weight: normal;
}

.lfr-upload-container .upload-error {
  opacity: 1;
  padding-right: 25px;
}

.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}

.lfr-upload-container .multiple-files .upload-error {
  background: #f5c4c9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
  border-color: #bd2130;
  color: #bd2130;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 24px 8px 8px;
}

.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}

.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
  padding-right: 1rem;
}

.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
  display: none;
}

.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}

.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}

.lfr-upload-container .upload-complete {
  padding-right: 5px;
}

.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-right: 1em;
}

.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}

.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
  display: none;
}

.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}

.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.lfr-alert-container {
  right: 0;
  position: absolute;
  left: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}

.lfr-alert-container.inline-alert-container {
  position: relative;
}

.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}

.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}

.lfr-search-container td .overlay.entry-action .btn a {
  display: block;
  padding: 4px 12px;
}

.contextual-sidebar {
  height: calc(100vh - 49px);
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 49px;
  transform: translateX(calc(100% * -1));
  transition: transform ease 0.5s;
  width: 320px;
  will-change: transform;
}

.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
}

body.has-control-menu .contextual-sidebar {
  height: calc(100vh - 98px);
  top: 98px;
}

@media (min-width: 576px) {
  .contextual-sidebar {
    height: calc(100vh - 64px);
    top: 64px;
  }

  body.has-control-menu .contextual-sidebar {
    height: calc(
				100vh - 120px
			);
    top: 120px;
  }

  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }

  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-left: 320px;
  }
}

.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}

.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}

.taglib-diff-html div.diff-removed-image,
.taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}

.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}

.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}

.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}

.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}

.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}

.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}

.taglib-discussion .actions-menu .component-action {
  display: inline-flex;
}

.taglib-discussion .button-holder {
  margin: 1rem 0;
}

.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}

.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-right-color: #dbdde1;
}

.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}

@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-right: 3.5rem;
  }
}

@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}

.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none;
}

.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
  text-decoration: underline;
}

.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px;
}

.taglib-discussion .lfr-discussion-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}

.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}

.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}

.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-right: 1rem;
}

.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-right: 0;
}

@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-right: 3.5rem;
  }
}

.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-right: 1em;
}

@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-right: -0.75rem;
}

.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}

.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}

.taglib-discussion .taglib-workflow-status {
  margin-right: 0.5rem;
}

.taglib-discussion .workflow-value {
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .taglib-discussion .actions-menu {
    display: none;
  }

  .taglib-discussion .comment-container:hover .actions-menu,
  .taglib-discussion .actions-menu:focus,
  .taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}

.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}

.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}

.drop-zone p {
  margin: 10px auto 0;
  max-width: 75%;
}

.drop-here-info {
  font-size: 25px;
  height: 100%;
  right: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}

.drop-here-info .drop-here-indicator {
  height: 115px;
  right: 0;
  margin: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}

.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}

.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  right: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}

.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  right: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}

.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  right: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}

.drop-here-info .drop-icons span:nth-of-type(1),
.drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}

.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-right: 0;
  margin-top: 20px;
}

.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.drop-active .drop-here-info .drop-icons span:nth-of-type(1),
.drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}

.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}

.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}

.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}

.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px;
}

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: auto;
  margin-left: auto;
}

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/o/mbrsg-theme/images/states/empty_state.gif);
}

.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/mbrsg-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px;
}

.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/mbrsg-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}

.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/mbrsg-theme/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}

.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/mbrsg-theme/images/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}

.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}

.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}

.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}

.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

.field-wrapper.form-inline .control-label {
  display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap;
}

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}

.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}

.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}

.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0 0 0.3em;
  text-decoration: none;
}

.taglib-icon {
  text-decoration: none;
}

.taglib-icon:not(.btn):hover .taglib-text,
.taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}

.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}

.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.taglib-icon-list li {
  float: right;
  margin-left: 1em;
}

.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}

@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }

  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
  .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}

.lfr-menu-list.direction-right {
  margin: 0 2px;
}

.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}

@media (max-width: 991.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }

  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}

.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}

.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}

.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}

body > .lfr-menu-list ul {
  border-radius: 4px;
}

.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}

.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}

.input-localized .input-group-item {
  flex-direction: column;
}

.input-localized .input-localized-content {
  margin-right: 6px;
}

.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}

.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}

.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}

.input-localized .lfr-input-localized-default a {
  margin-left: 14px;
}

.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}

.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}

.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}

.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}

.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}

.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}

.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-left: 4px;
  width: 16px;
}

.input-localized-palette-container .palette-item-inner img {
  display: block;
}

.taglib-move-boxes {
  margin-bottom: 1em;
}

.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}

.taglib-move-boxes .toolbar {
  text-align: center;
}

.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}

.taglib-move-boxes .choice-selector {
  width: 100%;
}

.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}

.taglib-move-boxes .field-content {
  margin-bottom: 0;
}

.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}

.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}

.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}

.taglib-move-boxes .sortable-container .btn.edit-selection {
  margin-bottom: 10px;
}

.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}

.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}

.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}

.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}

.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 5px 0 0;
}

.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}

.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 30px 1px 0;
}

.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}

.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}

.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}

.mobile .taglib-move-boxes .selector-container {
  display: none;
}

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}

.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}

.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}

.item-selector .input-file + label {
  position: relative;
}

.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  right: -2px;
  position: absolute;
  left: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}

.item-selector .input-file:focus + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff;
}

.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer;
}

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}

.lfr-map .home-button {
  margin: 5px;
}

@media (max-width: 575.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}

.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}

@media (min-width: 576px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}

.lfr-map .search-controls .search-input {
  width: 100%;
}

.navbar .navbar-collapse {
  max-height: none;
}

.navbar .navbar-collapse:after,
.navbar .navbar-collapse:before {
  display: inline;
}

@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}

.navbar .navbar-search .form-search {
  margin: 8px 0;
}

@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: left;
    max-width: 275px;
  }
}

@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }

  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}

.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}

.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}

.lfr-search-container .entry-action {
  width: 1px;
}

.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}

@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-right: 375px;
    width: auto;
  }
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  right: 12px;
  position: fixed;
  left: 12px;
  top: -1px;
  z-index: 1020;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}

@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-right: 375px;
  }
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}

@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    right: 0;
    position: absolute;
    left: 15px;
  }
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}

.lfr-search-container-wrapper a:not(.component-action):not(.btn) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}

.lfr-search-container-wrapper a:not(.component-action):not(.btn):focus,
.lfr-search-container-wrapper a:not(.component-action):not(.btn):hover {
  color: #000;
}

.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d;
}

.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #343a40;
}

.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d;
}

.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active,
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus,
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #343a40;
}

.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}

.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}

.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6,
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}

.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-right-radius: 0.25rem;
}

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-left-radius: 0.25rem;
}

.user-info {
  display: flex;
}

.user-info .sticker {
  align-self: center;
}

.user-info .user-details {
  margin-right: 1rem;
}

.user-info .user-name {
  color: #343a40;
  font-weight: 600;
}

.user-info .date-info {
  color: #6c757d;
}

.user-status-tooltip .user-status-avatar {
  float: right;
  margin-left: 5px;
}

.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}

.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}

.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}

@media (max-width: 767.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}

.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}

.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}

.taglib-page-iterator .lfr-pagination-buttons {
  float: left;
  margin: 0;
}

@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}

@media (max-width: 991.98px) and (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}

@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }

  .taglib-page-iterator .lfr-pagination-buttons > li.first,
  .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }

  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}

.taglib-page-iterator .lfr-pagination-config {
  float: right;
  line-height: 46px;
}

@media (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }

  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }

  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
    display: block;
  }
}

.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}

.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}

@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}

.taglib-page-iterator .search-results {
  float: right;
  line-height: 46px;
  margin-right: 10px;
}

@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

.taglib-search-toggle .form-search {
  position: relative;
}

.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}

@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}

.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-right: 10px;
  position: absolute;
  top: 8px;
}

.taglib-search-toggle .toggle-advanced,
.taglib-search-toggle .toggle-advanced:hover,
.taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}

.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
  position: relative;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
  margin-bottom: 0;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
  color: #999;
  font-size: 13px;
}

.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-left: 5px;
  position: relative;
  z-index: 1;
}

.taglib-user-display {
  padding: 0.5em;
}

.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}

.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

.taglib-user-display .user-details {
  margin-top: 1em;
}

.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}

.taglib-user-display a .user-name {
  text-decoration: underline;
}

.taglib-user-display.display-style-1 .user-profile-image {
  float: right;
  margin-left: 24px;
}

.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}

.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}

.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}

.taglib-user-display.display-style-3 {
  padding: 0;
}

.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}

.table-cell .taglib-workflow-status {
  margin: 0;
}

.table-cell .taglib-workflow-status .workflow-status {
  padding-right: 0;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}

.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}

.portal-popup .lfr-form-content {
  padding: 24px 12px;
}

.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}

.portal-popup .portlet-column {
  position: static;
}

.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}

.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-right: -15px;
  margin-left: -15px;
  margin-top: -20px;
}

.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}

.portal-popup .login-container {
  padding: 1rem;
}

.portal-popup .management-bar-default {
  border-right-width: 0;
  border-radius: 0;
  border-left-width: 0;
  border-top-width: 0;
  margin-bottom: 0;
}

.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}

@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}

.portal-popup .panel-group .panel {
  border-right-width: 0;
  border-radius: 0;
  border-left-width: 0;
}

.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}

.portal-popup .panel-heading {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding-right: 3px;
  padding-left: 3px;
}

@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  right: 0;
  overflow: auto;
  position: absolute;
  left: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}

.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}

.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  right: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}

@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}

.portal-popup .dialog-footer .btn {
  margin-right: 1rem;
  margin-left: 0;
}

.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}

.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}

.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}

.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}

.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}

.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}

.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  right: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}

@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}

.portal-popup .columns-max > .portlet-layout.row {
  margin-right: 0;
  margin-left: 0;
}

.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-right: 0;
  padding-left: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}

html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}

html:not(#__):not(#___) .active-area {
  background: #ffc;
}

html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}

html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}

html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}

html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}

html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}

html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}

html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  left: -15px;
  top: -15px;
  width: 32px;
}

html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}

html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}

html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

.drop-area {
  background-color: #d3dadd;
}

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}

.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

.sortable-layout-proxy {
  opacity: 1;
}

.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}

.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}

.proxy.generic-portlet .portlet-title {
  padding: 10px;
}

.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  left: -15px;
  top: -15px;
  width: 32px;
}

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}

.sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}

.sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

.yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-column-content.empty {
  padding: 50px;
}

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}

.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}

.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}

.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}

.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}

.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}

.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}

.lfr-source-editor .ace_editor {
  height: 100%;
}

.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}

.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}

.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}

.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}

.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open,
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}

.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "▾";
}

.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}

.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}

.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}

.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-left: solid 1px #ccc;
}

.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}

.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}

.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}

.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}

.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}

.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}

.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}

.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}

.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}

.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}

.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}

.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden;
}

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-left: 4px;
  margin-top: 4px;
  min-height: 40px;
}

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-right: 20px;
}

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
  display: inline-block;
}

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
  height: 100%;
  width: 50%;
}

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
  height: 100%;
  right: 50%;
  top: 0;
}

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
  height: 50%;
  width: 100%;
}

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
  top: 50%;
  width: 100%;
}

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
  display: none;
}

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
  height: 100%;
  width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: right;
}

.file-icon-color-0 {
  background-color: #fff;
  color: #6b6c7e;
}

.file-icon-color-1 {
  background-color: #fff;
  color: #a7a9bc;
}

.file-icon-color-2 {
  background-color: #fff;
  color: #50d2a0;
}

.file-icon-color-3 {
  background-color: #fff;
  color: #af78ff;
}

.file-icon-color-4 {
  background-color: #fff;
  color: #ffb46e;
}

.file-icon-color-5 {
  background-color: #fff;
  color: #ff5f5f;
}

.file-icon-color-6 {
  background-color: #fff;
  color: #4b9bff;
}

.file-icon-color-7 {
  background-color: #fff;
  color: #272833;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}

.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}

.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}

.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}

.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}

.lfr-item-viewer .progress-container {
  background-color: #fff;
  right: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  left: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}

.lfr-item-viewer .progress-container a {
  position: absolute;
  left: 30px;
}

.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}

.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}

.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}

.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}

.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}

.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}

.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-page-layouts {
  padding: 0;
}

.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}

.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}

.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: -0.0625rem;
  content: "";
  right: -0.0625rem;
  position: absolute;
  left: -0.0625rem;
  transition: height 0.15s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}

.lfr-page-layouts .card-horizontal {
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}

.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  right: -0.0625rem;
  position: absolute;
  left: -0.0625rem;
  transition: height 0.15s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}

.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}

.modal-dialog.dialog-iframe-modal {
  max-width: none;
}

.modal-dialog.modal-dialog-sm {
  max-width: 500px;
}

.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}

.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  left: 2px;
}

.modal-open .modal {
  display: block;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer .btn {
  margin-left: 0.5rem;
}

.sheet-footer .btn:last-child {
  margin-left: 0;
}

.tag-items {
  list-style: none;
  margin: 0 0 0 1em;
  padding: 0 1em 0.5em;
  white-space: normal;
}

.tag-items li {
  display: inline-block;
  margin: 0 0 0 1em;
  max-width: 100%;
}

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}

.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}

.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}

.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}

.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}

.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}

.lfr-portal-tooltip {
  display: inline-flex;
}

.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tree-node .icon-check {
  padding-left: 2px;
}

.tree-node .tree-node-checked .icon-check {
  padding-left: 0;
}

.tree-node [class^=icon-] {
  margin-left: 5px;
}

.tree-node .tree-node-checkbox-container {
  margin-left: 0;
}

.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-left: 6px;
}

.tree-node-content .tree-label {
  margin-right: 3px;
}

.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

.tree-node-selected .tree-label {
  background-color: transparent;
}

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #6b6c7e;
}

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4a97f2;
}

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #e87523;
}

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #fb625b;
}

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4fa488;
}

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #fe4fb5;
}

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #879b7a;
}

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #af78ff;
}

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #bf8c2a;
}

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #5f9bc7;
}

/* -------Start Of Website Color Branding-------- */

/* -------End Of Website Color Branding-------- */

/* -------begin customization-------- */

::-moz-selection {
  background: rgba(33, 52, 105, 0.23);
}

::selection {
  background: rgba(33, 52, 105, 0.23);
}

/* -------end customization-------- */

@font-face {
  font-family: "alexonlightregular";
  src: url("../fonts/alexonlight-webfont.woff2") format("woff2"), url("../fonts/alexonlight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "alexon_rrmedium";
  src: url("../fonts/alexon_rr_medium-webfont.woff2") format("woff2"), url("../fonts/alexon_rr_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "alexon_rrbold";
  src: url("../fonts/alexon_rr_bold-webfont.woff2") format("woff2"), url("../fonts/alexon_rr_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.woff2"), url("../fonts/Helvetica.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica-Bold";
  src: url("../fonts/Helvetica-Bold.woff2") format("woff"), url("../fonts/Helvetica-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica-Light";
  src: url("../fonts/Helvetica-Light.woff2") format("woff"), url("../fonts/Helvetica-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "29lt_bukrabold";
  src: url("../fonts/29lt_bukra_bold-webfont.woff2") format("woff2"), url("../fonts/29lt_bukra_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "29lt_bukraregular";
  src: url("../fonts/29lt_bukra_regular-webfont.woff2") format("woff2"), url("../fonts/29lt_bukra_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "29lt_bukrabold";
  src: url("../fonts/29lt_bukra-bold-webfont.woff2") format("woff2"), url("../fonts/29lt_bukra-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "29lt_bukralight";
  src: url("../fonts/29lt_bukra-light_0-webfont.woff2") format("woff2"), url("../fonts/29lt_bukra-light_0-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "29lt_bukramedium";
  src: url("../fonts/29lt_bukra-medium-webfont.woff2") format("woff2"), url("../fonts/29lt_bukra-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "29lt_bukraregular";
  src: url("../fonts/29lt_bukra-regular_2-webfont.woff2") format("woff2"), url("../fonts/29lt_bukra-regular_2-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "29lt_bukralight";
  src: url("../fonts/29ltbukralight-webfont.woff2") format("woff2"), url("../fonts/29ltbukralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ae_albattarregular";
  src: url("../fonts/_-webfont.woff2") format("woff2"), url("../fonts/_-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GE Hili Light";
  src: url("../fonts/GE-Hili-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GE Hili Book";
  src: url("../fonts/GE-Hili-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLT Arabic 45 Light";
  src: url("../fonts/HelveticaNeueLTArabic-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLT Arabic 75 Bold";
  src: url("../fonts/HelveticaNeueLTArabic-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  overflow-x: hidden;
}

html.dark-mode {
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}

* {
  outline: 0 !important;
}

:active,
:focus {
  outline: 0 !important;
}

body {
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  text-align: right;
  margin: 0em;
  padding: 0em;
  font-family: "Helvetica";
  font-size: 16px;
  box-sizing: border-box;
  line-height: 1.625em;
  color: #121212;
  background-color: #ffffff;
}

body.page-loading {
  position: fixed;
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
}

body.st-body-no-scroll {
  position: relative !important;
  overflow-y: scroll !important;
}

[dir=rtl] .h1 p,
[dir=rtl] .h2 p,
[dir=rtl] .h3 p,
[dir=rtl] .h4 p,
[dir=rtl] .h5 p,
[dir=rtl] .h6 p,
[dir=rtl] h1 p,
[dir=rtl] h2 p,
[dir=rtl] h3 p,
[dir=rtl] h4 p,
[dir=rtl] h5 p,
[dir=rtl] h6 p {
  font-family: "GE Hili Book" !important;
}

[dir=rtl] .h1,
[dir=rtl] .h2,
[dir=rtl] .h3,
[dir=rtl] .h4,
[dir=rtl] .h5,
[dir=rtl] .h6,
[dir=rtl] h1,
[dir=rtl] h2,
[dir=rtl] h3,
[dir=rtl] h4,
[dir=rtl] h5,
[dir=rtl] h6 {
  font-family: "GE Hili Book" !important;
}

[dir=rtl] body,
[dir=rtl] p,
[dir=rtl] span,
[dir=rtl] a {
  font-family: "HelveticaNeueLT Arabic 45 Light" !important;
}

[dir=rtl] .btn {
  font-family: "HelveticaNeueLT Arabic 45 Light" !important;
}

ul {
  list-style: none;
}

ul li {
  list-style: none;
}

.portlet-layout .portlet-header {
  margin-bottom: 0em !important;
}

.dark-mode {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

body.learge-font {
  font-size: 1.1875em;
}

body.Ex-learge-font {
  font-size: 1.25em;
}

body.small-font {
  font-size: 0.9375em;
}

body.Ex-small-font {
  font-size: 0.875em;
}

.urdu {
  font-family: "Almarai", sans-serif;
  font-weight: 400;
}

.bg-blue {
  background-color: #213469;
}

.bg-blue-dark {
  background-color: #1c1f40;
}

.bg-purple {
  background: #7c2a44;
}

.bg-green {
  background: #04a99e;
}

.bg-gray {
  background: #F3F5F7;
}

.bg-gray-lite {
  background: #F1F1F1;
}

.bg-white {
  background: #ffffff;
}

.txt-blue {
  color: #213469 !important;
}

.txt-grey {
  color: #7C7C7C !important;
}

.txt-white {
  color: #ffffff !important;
}

.txt-green {
  color: #04a99e !important;
}

.tag {
  font-family: "Helvetica";
  background: transparent;
  padding: 0.4375em 1.125em 0.3125em 1.125em;
  font-size: 0.6875em;
  border-radius: 1.5em;
  text-transform: uppercase;
  line-height: normal;
}

.tag.green {
  background: #DFF6E1;
  color: #08580F;
}

.tag.purple {
  background: #F0DFF6;
  color: #6A0066;
}

.tag.red {
  background: #F4E4E4;
  color: #E53939;
}

.tag.blue {
  background: #E9E4F4;
  color: #7039E5;
}

.tag.liteBlue {
  background: #DFEBF6;
  color: #121212;
  border: 1px solid #5088BB;
}

.socialHldr {
  position: relative;
  margin-top: 1.5em;
}

.socialHldr ul {
  position: relative;
  margin: 0em;
  padding: 0em 0em;
  display: flex;
  align-items: center;
  justify-content: left;
}

.socialHldr ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-left: 0.75em;
}

.socialHldr ul li:last-child {
  margin-left: 0;
}

.socialHldr ul li a {
  color: #ffffff;
  width: 2.75em;
  height: 2.75em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(33, 52, 105, 0.23);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.socialHldr ul li a i {
  font-size: 1.25em;
}

.socialHldr ul li a:hover {
  color: #04a99e;
}

.pagination {
  position: relative;
  margin-top: 1.5em;
}

.pagination .page-link {
  font-family: "Helvetica";
  border-radius: 3.125em;
  width: 3.125em;
  height: 3.125em;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 1em;
  border: 1px solid #BCBCBC !important;
  color: #BDBDBD !important;
  padding: 0;
  margin-left: 0.75em;
}

.pagination .page-link:hover {
  background: #213469;
  color: #ffffff;
  border: 1px solid #213469;
}

.pagination .current {
  background: #213469;
  color: #ffffff;
  border: 1px solid #213469;
  margin-left: 0.75em;
  width: 3.125em;
  height: 3.125em;
  font-family: "Helvetica";
  border-radius: 3.125em;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 1em;
}

.pagination .current.prev::before,
.pagination .current.next::before {
  color: #BDBDBD !important;
}

.pagination .prev,
.pagination .next {
  font-family: "Helvetica";
  border-radius: 3.125em;
  width: 3.125em;
  height: 3.125em;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 1em;
  border: none !important;
  color: transparent !important;
  padding: 0;
  background: none;
}

.pagination .prev:hover,
.pagination .next:hover {
  background: none;
  color: #fff;
  border: none;
}

.pagination .prev::before {
  font-family: "icomoon" !important;
  content: "\e917";
  position: absolute;
  color: #213469;
  font-size: 3em;
}

.pagination .next::before {
  font-family: "icomoon" !important;
  content: "\e918";
  position: absolute;
  color: #213469;
  font-size: 3em;
}

.pagination .ellipse {
  margin-left: 0.75em;
  display: flex;
  align-items: center;
}

[dir=rtl] .pagination .prev::before {
  content: "\e918";
}

[dir=rtl] .pagination .next::before {
  content: "\e917";
}

.white-box-hldr {
  position: relative;
  background: #ffffff;
  padding: 1.5em;
  border-radius: 0.5em;
}

.container {
  padding: 0 0.75em;
}

.container.right-container {
  max-width: 87%;
  margin: 0 auto 0 0;
}

.container .row {
  margin: 0 -0.75em;
}

.container .row [class^=col-] {
  padding: 0 0.75em;
}

.container .row.no-gutters {
  margin: 0;
}

.container .row.no-gutters [class^=col-] {
  padding: 0;
}

.container-fluid {
  padding: 0 0.75em;
}

.container-fluid .row {
  margin: 0 -0.75em;
}

.container-fluid .row [class^=col-] {
  padding: 0 0.75em;
}

.container-fluid .row.no-gutters {
  margin: 0;
}

.container-fluid .row.no-gutters [class^=col-] {
  padding: 0;
}

.py-100 {
  padding: 6.25em 0em !important;
}

.pt-100 {
  padding-top: 6.25em !important;
}

.pb-100 {
  padding-bottom: 6.25em !important;
}

.py-50 {
  padding: 3.125em 0em !important;
}

.pt-50 {
  padding-top: 3.125em !important;
}

.pb-50 {
  padding-bottom: 3.125em !important;
}

.pt-150 {
  padding-top: 9.375em !important;
}

.pb-150 {
  padding-bottom: 9.375em !important;
}

.mt-100 {
  margin-top: 6.25em !important;
}

.mt-50 {
  margin-top: 3.125em !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

i {
  font-style: normal;
}

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

a {
  color: #04AA9F;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

a:focus,
a:hover {
  color: #121212;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

a,
button {
  text-decoration: none;
}

a:hover,
button:hover {
  text-decoration: none;
}

.img-ani {
  transform: rotate3d(0.5, -0.866, 0, 15deg) rotate(1deg);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.img-ani:hover {
  transform: rotate3d(0, 0, 0, 0deg) rotate(0deg);
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "alexon_rrmedium";
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
}

.btn {
  font-family: "Helvetica";
  position: relative;
  font-size: 0.9375em;
  box-shadow: none;
  white-space: normal;
  height: 2.75em;
  padding: 0.6875em 1.625em 0.5625em 1.625em;
  border-radius: 1.875em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  text-decoration: none;
  margin: 0em;
  line-height: normal;
}

.btn .btn-icon {
  font-size: 1.125em;
}

.btn .btn-icon.btn-icon-before {
  padding-right: 0;
  padding-left: 0.625em;
}

.btn.btn-center .btn-icon {
  padding-right: 0.625em;
}

.btn:hover {
  background: none;
}

.btn.read-more {
  font-weight: bold;
  color: #213469 !important;
}

.btn.read-more:hover {
  color: #213469 !important;
}

.btn.paid {
  cursor: auto;
}

.btn-primary {
  background: none;
  color: #213469;
  border: 2px solid #213469;
  height: 2.75em;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
}

.btn-primary::before {
  position: absolute;
  content: "";
  border-right: 2px solid #213469;
  border-top: 2px solid #213469;
  border-bottom: 2px solid #213469;
  height: 2.75em;
  width: 36%;
  z-index: 0;
  border-radius: 0em 1.875em 1.875em 0em;
  right: -0.625em;
  top: -2px;
}

.btn-primary::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #213469;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 1.875em;
}

.btn-primary .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
  border: 2px solid #213469;
  color: #ffffff;
  background: #213469;
}

.btn-primary:focus .btn-icon:not(.btn-icon-before),
.btn-primary:hover .btn-icon:not(.btn-icon-before),
.btn-primary:active .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

[dir=rtl] .btn-primary::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[dir=rtl] .btn-primary .btn-icon::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

[dir=rtl] .btn-primary:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .btn-primary:hover .btn-icon:not(.btn-icon-before) {
  transform: none;
}

.btn-white {
  background: #ffffff;
  color: #121212;
  border: 1px solid #E5E7EB;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-white .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-white:focus,
.btn-white:hover,
.btn-white:active {
  color: #ffffff;
  background-color: #213469;
}

.btn-white:focus .btn-icon:not(.btn-icon-before),
.btn-white:hover .btn-icon:not(.btn-icon-before),
.btn-white:active .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

.btn-gray {
  background: none;
  color: #213469;
  border: 2px solid #EFEFEF;
  height: 2.75em;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
}

.btn-gray::before {
  position: absolute;
  content: "";
  border-right: 2px solid #EFEFEF;
  border-top: 2px solid #EFEFEF;
  border-bottom: 2px solid #EFEFEF;
  height: 2.75em;
  width: 30%;
  z-index: 0;
  border-radius: 0em 1.875em 1.875em 0em;
  right: -0.625em;
  top: -2px;
}

.btn-gray::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #EFEFEF;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 1.875em;
}

.btn-gray .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-gray:focus,
.btn-gray:hover,
.btn-gray:active {
  border: 2px solid #EFEFEF;
  color: #213469;
  background: #EFEFEF;
}

.btn-gray:focus .btn-icon:not(.btn-icon-before),
.btn-gray:hover .btn-icon:not(.btn-icon-before),
.btn-gray:active .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

[dir=rtl] .btn-gray::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[dir=rtl] .btn-gray .btn-icon::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

[dir=rtl] .btn-gray:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .btn-gray:hover .btn-icon:not(.btn-icon-before) {
  transform: none;
}

.btn-black-border {
  background: none;
  color: #000;
  border: 2px solid #000;
  height: 2.75em;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
}

.btn-black-border::before {
  position: absolute;
  content: "";
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  height: 2.75em;
  width: 30%;
  z-index: 0;
  border-radius: 0em 1.875em 1.875em 0em;
  right: -0.625em;
  top: -2px;
}

.btn-black-border::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 1.875em;
}

.btn-black-border .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-black-border:focus,
.btn-black-border:hover,
.btn-black-border:active {
  border: 2px solid #000;
  color: #ffffff;
  background: #000;
}

.btn-black-border:focus .btn-icon:not(.btn-icon-before),
.btn-black-border:hover .btn-icon:not(.btn-icon-before),
.btn-black-border:active .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

[dir=rtl] .btn-black-border::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[dir=rtl] .btn-black-border .btn-icon::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

[dir=rtl] .btn-black-border:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .btn-black-border:hover .btn-icon:not(.btn-icon-before) {
  transform: none;
}

.btn-blue-border,
.fc-today-button {
  background: none;
  color: #213469;
  border: 2px solid #213469;
  height: 2.75em;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
}

.btn-blue-border::before,
.fc-today-button::before {
  position: absolute;
  content: "";
  border-right: 2px solid #213469;
  border-top: 2px solid #213469;
  border-bottom: 2px solid #213469;
  height: 2.75em;
  width: 30%;
  z-index: 0;
  border-radius: 0em 1.875em 1.875em 0em;
  right: -0.625em;
  top: -2px;
}

.btn-blue-border::after,
.fc-today-button::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #213469;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 1.875em;
}

.btn-blue-border .btn-icon,
.fc-today-button .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-blue-border:focus,
.btn-blue-border:hover,
.btn-blue-border:active,
.fc-today-button:focus,
.fc-today-button:hover,
.fc-today-button:active {
  border: 2px solid #213469;
  color: #ffffff;
  background: #213469;
}

.btn-blue-border:focus .btn-icon:not(.btn-icon-before),
.btn-blue-border:hover .btn-icon:not(.btn-icon-before),
.btn-blue-border:active .btn-icon:not(.btn-icon-before),
.fc-today-button:focus .btn-icon:not(.btn-icon-before),
.fc-today-button:hover .btn-icon:not(.btn-icon-before),
.fc-today-button:active .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

.btn-blue-border i,
.fc-today-button i {
  position: relative;
  top: -0.125em;
}

[dir=rtl] .btn-blue-border::after,
[dir=rtl] .fc-today-button::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[dir=rtl] .btn-blue-border .btn-icon::before,
[dir=rtl] .fc-today-button .btn-icon::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

[dir=rtl] .btn-blue-border:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .btn-blue-border:hover .btn-icon:not(.btn-icon-before),
[dir=rtl] .fc-today-button:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .fc-today-button:hover .btn-icon:not(.btn-icon-before) {
  transform: none;
}

.btn-blue {
  background: none;
  color: #ffffff;
  border: 2px solid #213469;
  background-color: #213469;
  height: 2.75em;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
}

.btn-blue::before {
  position: absolute;
  content: "";
  border-right: 2px solid #213469;
  border-top: 2px solid #213469;
  border-bottom: 2px solid #213469;
  height: 2.75em;
  width: 30%;
  z-index: 0;
  border-radius: 0em 1.875em 1.875em 0em;
  right: -0.625em;
  top: -2px;
}

.btn-blue::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 1.875em;
}

.btn-blue .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-blue:focus,
.btn-blue:hover,
.btn-blue:active {
  border: 2px solid #213469;
  color: #213469;
  background: #fff;
}

.btn-blue:focus .btn-icon:not(.btn-icon-before),
.btn-blue:hover .btn-icon:not(.btn-icon-before),
.btn-blue:active .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

.btn-blue i {
  position: relative;
  top: -0.125em;
}

[dir=rtl] .btn-blue::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[dir=rtl] .btn-blue .btn-icon::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

[dir=rtl] .btn-blue:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .btn-blue:hover .btn-icon:not(.btn-icon-before) {
  transform: none;
}

.btn-perpal-border {
  background: none;
  color: #213469;
  border: 2px solid #7C2A44;
  height: 2.75em;
  color: #7C2A44;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
}

.btn-perpal-border::before {
  position: absolute;
  content: "";
  border-right: 2px solid #7C2A44;
  border-top: 2px solid #7C2A44;
  border-bottom: 2px solid #7C2A44;
  height: 2.75em;
  width: 30%;
  z-index: 0;
  border-radius: 0em 1.875em 1.875em 0em;
  right: -0.625em;
  top: -2px;
}

.btn-perpal-border::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #7C2A44;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 1.875em;
}

.btn-perpal-border .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-perpal-border:focus,
.btn-perpal-border:hover,
.btn-perpal-border:active {
  border: 2px solid #7C2A44;
  color: #ffffff;
  background: #7C2A44;
}

.btn-perpal-border:focus .btn-icon:not(.btn-icon-before),
.btn-perpal-border:hover .btn-icon:not(.btn-icon-before),
.btn-perpal-border:active .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

.btn-perpal-border i {
  position: relative;
  top: -0.125em;
}

[dir=rtl] .btn-perpal-border::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[dir=rtl] .btn-perpal-border .btn-icon::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

[dir=rtl] .btn-perpal-border:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .btn-perpal-border:hover .btn-icon:not(.btn-icon-before) {
  transform: none;
}

.btn-perpal {
  background: none;
  color: #213469;
  border: 2px solid #7C2A44;
  height: 2.75em;
  background: #7C2A44;
  color: #fff;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
}

.btn-perpal::before {
  position: absolute;
  content: "";
  border-right: 2px solid #7C2A44;
  border-top: 2px solid #7C2A44;
  border-bottom: 2px solid #7C2A44;
  height: 2.75em;
  width: 30%;
  z-index: 0;
  border-radius: 0em 1.875em 1.875em 0em;
  right: -0.625em;
  top: -2px;
}

.btn-perpal::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 1.875em;
}

.btn-perpal .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-perpal:focus,
.btn-perpal:hover,
.btn-perpal:active {
  border: 2px solid #7C2A44;
  color: #7C2A44;
  background: #fff;
}

.btn-perpal:focus .btn-icon:not(.btn-icon-before),
.btn-perpal:hover .btn-icon:not(.btn-icon-before),
.btn-perpal:active .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

.btn-perpal i {
  position: relative;
  top: -0.125em;
}

[dir=rtl] .btn-perpal::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[dir=rtl] .btn-perpal .btn-icon::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

[dir=rtl] .btn-perpal:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .btn-perpal:hover .btn-icon:not(.btn-icon-before) {
  transform: none;
}

.btn-green-border {
  background: none;
  color: #213469;
  border: 2px solid #04AA9F;
  height: 2.75em;
  color: #04AA9F;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
}

.btn-green-border::before {
  position: absolute;
  content: "";
  border-right: 2px solid #04AA9F;
  border-top: 2px solid #04AA9F;
  border-bottom: 2px solid #04AA9F;
  height: 2.75em;
  width: 30%;
  z-index: 0;
  border-radius: 0em 1.875em 1.875em 0em;
  right: -0.625em;
  top: -2px;
}

.btn-green-border::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #04AA9F;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 1.875em;
}

.btn-green-border .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-green-border:focus,
.btn-green-border:hover,
.btn-green-border:active {
  border: 2px solid #04AA9F;
  color: #ffffff;
  background: #04AA9F;
}

.btn-green-border:focus .btn-icon:not(.btn-icon-before),
.btn-green-border:hover .btn-icon:not(.btn-icon-before),
.btn-green-border:active .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

.btn-green-border i {
  position: relative;
  top: -0.125em;
}

[dir=rtl] .btn-green-border::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[dir=rtl] .btn-green-border .btn-icon::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

[dir=rtl] .btn-green-border:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .btn-green-border:hover .btn-icon:not(.btn-icon-before) {
  transform: none;
}

.btn-green {
  background: none;
  color: #213469;
  border: 2px solid #04AA9F;
  height: 2.75em;
  background: #04AA9F;
  color: #fff;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
}

.btn-green::before {
  position: absolute;
  content: "";
  border-right: 2px solid #04AA9F;
  border-top: 2px solid #04AA9F;
  border-bottom: 2px solid #04AA9F;
  height: 2.75em;
  width: 30%;
  z-index: 0;
  border-radius: 0em 1.875em 1.875em 0em;
  right: -0.625em;
  top: -2px;
}

.btn-green::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 1.875em;
}

.btn-green .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-green:focus,
.btn-green:hover,
.btn-green:active {
  border: 2px solid #04AA9F;
  color: #04AA9F;
  background: #ffffff;
}

.btn-green:focus .btn-icon:not(.btn-icon-before),
.btn-green:hover .btn-icon:not(.btn-icon-before),
.btn-green:active .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

.btn-green i {
  position: relative;
  top: -0.125em;
}

[dir=rtl] .btn-green::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[dir=rtl] .btn-green .btn-icon::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

[dir=rtl] .btn-green:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .btn-green:hover .btn-icon:not(.btn-icon-before) {
  transform: none;
}

.btn-white-border {
  background: none;
  color: #ffffff;
  border: 2px solid #ffffff;
  height: 2.75em;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
}

.btn-white-border::before {
  position: absolute;
  content: "";
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  height: 2.75em;
  width: 30%;
  z-index: 0;
  border-radius: 0em 1.875em 1.875em 0em;
  right: -0.625em;
  top: -2px;
}

.btn-white-border::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 1.875em;
}

.btn-white-border .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-white-border:focus,
.btn-white-border:hover,
.btn-white-border:active {
  border: 2px solid #ffffff;
  color: #213469;
  background: #fff;
}

.btn-white-border:focus .btn-icon:not(.btn-icon-before),
.btn-white-border:hover .btn-icon:not(.btn-icon-before),
.btn-white-border:active .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

[dir=rtl] .btn-white-border::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[dir=rtl] .btn-white-border .btn-icon::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

[dir=rtl] .btn-white-border:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .btn-white-border:hover .btn-icon:not(.btn-icon-before) {
  transform: none;
}

.btn-link {
  color: #213469;
  border: 0;
  padding: 0em;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-link .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-link:focus,
.btn-link:hover {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  color: #121212;
}

.btn-link:focus .btn-icon:not(.btn-icon-before),
.btn-link:hover .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

[dir=rtl] .btn-link:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .btn-link:hover .btn-icon:not(.btn-icon-before) {
  transform: translateX(calc(6px * -1));
}

[dir=rtl] .btn-link .bi-arrow-right-short::before {
  content: "\f12c";
}

[dir=rtl] .btn-link .icon-round-arrow::before {
  font-family: bootstrap-icons !important;
  content: "\f12a";
}

.btn-sm {
  font-size: 0.875em;
  padding: 0.625em 1.5em;
}

.btn-primary:disabled,
.disabled.btn-primary {
  background-color: #213469 !important;
  border-color: #213469 !important;
  color: #ffffff !important;
}

.form-group {
  position: relative;
  margin-bottom: 1.5em;
}

.form-group .required {
  font-family: "Helvetica";
  font-size: 1em;
  color: #F43A3A;
}

.form-group .spnValidation {
  position: relative;
  top: -20px;
  font-size: 12px !important;
}

.form-group .errorMessage,
.form-group .error {
  font-family: "Helvetica";
  font-size: 0.875em;
  color: #F43A3A;
}

.form-group .successMsg {
  font-family: "Helvetica";
  font-size: 1em;
  color: #121212;
}

.form-group label {
  display: block;
  margin-bottom: 0.25em;
  font-size: 0.875em;
  color: #121212;
}

.form-group .form-control.error {
  color: #121212;
}

.form-group sup {
  color: rgb(243, 102, 93);
  top: -0.0625em;
}

.form-group .right-icon {
  position: absolute;
  top: 1.875em;
  left: 0.625em;
  font-size: 1.125em;
  z-index: 1;
}

.form-group .uploadImg {
  position: relative;
  display: block;
  font-size: 0.75em;
}

.form-group .uploadImg i {
  position: absolute;
  top: 0.1875em;
  left: 0;
  color: #E53939;
}

textarea.form-control {
  resize: none;
  min-height: auto;
  height: auto;
}

.form-control {
  color: #667085;
  position: relative;
  font-size: 0.875em;
  height: 2.75em;
  border-radius: 0.25em;
  border: 1px solid #D0D5DD;
  background: none;
  padding: 0em 0.75em;
}

.form-control.pad-right {
  padding-left: 1.875em;
}

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/down-arrow.svg) no-repeat left 8px center/1.125em 1.125em #ffffff !important;
  padding-left: 1.875em;
  padding: 0em 0.75em;
  border: 1px solid #D0D5DD;
  font-size: 0.875em;
  height: 2.75em !important;
  border-radius: 0.25em;
}

.form-control::file-selector-button {
  font-size: 0.875em;
  height: 3em;
  margin: 0em -0.875em 0em 0.75em;
  padding: 0em 0.9375em;
  border: none;
  background: #ebebeb;
}

.empty-state {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 85%;
  padding: 3.75em 0;
}

.empty-state ul.emptyService {
  display: block;
  text-align: center;
  margin: 0;
  width: 100%;
}

.empty-state ul.emptyService li {
  position: relative;
  margin: 0.625em 0;
  padding: 0;
  display: block;
  text-align: center;
}

.empty-state ul.emptyService li .information {
  display: inline-block;
  font-size: 3.25em;
  color: rgba(32, 72, 108, 0.32);
}

.checkBoxMain {
  display: inline-block !important;
  position: relative;
  padding-right: 2.25em;
  margin-bottom: 0 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 0.25em;
}

.checkBoxMain:disabled {
  cursor: default;
}

.checkBoxMain label {
  display: inline-block !important;
  font-size: 1em !important;
  margin-bottom: 0 !important;
}

.checkBoxMain input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkBoxMain input:disabled {
  cursor: default;
}

.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 0.25em;
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.checkBoxMain:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkBoxMain input:checked ~ .checkmark {
  background-color: #213469;
}

.checkBoxMain input:checked ~ .checkmark:after {
  display: block;
}

.checkBoxMain .checkmark::after {
  right: 9px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

[dir=rtl] .checkBoxMain .checkmark::after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  border-width: 2px 0px 0 2px;
}

.radioBtn {
  display: inline-block !important;
  position: relative;
  padding-right: 36px;
  margin-bottom: 0 !important;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 0.3125em;
}

.radioBtn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radioBtn .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.radioBtn .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.radioBtn .error {
  font-size: 1em;
}

.radioBtn:hover input ~ .checkmark {
  background-color: #ccc;
}

.radioBtn input:checked ~ .checkmark {
  background-color: #213469;
}

.radioBtn input:checked ~ .checkmark:after {
  display: block;
}

.radioBtn .checkmark::after {
  top: 7px;
  right: 7px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffffff;
}

ul.checkHldr {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.checkHldr li {
  position: relative;
  padding-right: 1.875em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

ul.checkHldr li:last-child {
  margin-bottom: 0;
}

ul.checkHldr li::before {
  content: "\e913";
  font-family: "icomoon" !important;
  position: absolute;
  color: #004685;
  top: 0;
  right: 0;
  font-size: 1.125em;
}

ul.dotHldr {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.dotHldr li {
  position: relative;
  padding-right: 1.875em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

ul.dotHldr li:last-child {
  margin-bottom: 0;
}

ul.dotHldr li::before {
  content: "\f309";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: #121212;
  top: 0;
  right: 0;
  font-size: 1.875em;
  width: 0.9375em;
}

ul.numberHldr {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.numberHldr li {
  position: relative;
  padding-right: 0.3125em;
  margin-right: 0.9375em;
  line-height: 1.5em;
  margin-bottom: 0.3125em;
  list-style: conic-gradient;
}

ul.numberHldr li:last-child {
  margin-bottom: 0;
}

.innerBannerWrapper {
  position: relative;
  margin: 0;
  padding: 0;
  height: 22.7777777778em;
  overflow: hidden;
  width: 100%;
}

.innerBannerWrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}

.innerBannerWrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.innerBannerWrapper .braTxtMain {
  position: absolute;
  bottom: 3.125em;
  right: 0;
  left: 0;
  z-index: 5;
  color: #ffffff;
  width: 100%;
}

.innerBannerWrapper .braTxtMain .breadcrumb {
  position: relative;
  margin-bottom: 0.75em;
  background: none;
  padding: 0em;
  border-radius: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.innerBannerWrapper .braTxtMain .breadcrumb .active {
  color: #ffffff;
  max-width: 100%;
  vertical-align: middle;
  white-space: break-spaces;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.innerBannerWrapper .braTxtMain .breadcrumb li {
  font-size: 0.875em;
  margin-left: 0.75em;
  padding-right: 0.9375em;
}

.innerBannerWrapper .braTxtMain .breadcrumb li.active {
  color: #ffffff;
  max-width: 100%;
  vertical-align: middle;
  white-space: break-spaces;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.innerBannerWrapper .braTxtMain .breadcrumb li:first-child {
  padding-right: 0em;
}

.innerBannerWrapper .braTxtMain .breadcrumb li:first-child::before {
  display: none;
}

.innerBannerWrapper .braTxtMain .breadcrumb li::before {
  color: #fff !important;
  content: "\f105" !important;
  font-family: FontAwesome;
  background-image: none;
  top: -2px !important;
  font-size: 1.125em;
  margin: 0;
}

.innerBannerWrapper .braTxtMain .breadcrumb li a {
  color: #D0D0D0;
}

.innerBannerWrapper .braTxtMain .breadcrumb li a:hover {
  color: #ffffff;
}

.innerBannerWrapper .braTxtMain h2 {
  font-size: 6em;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.innerBannerWrapper .braTxtMain .bannerTxt {
  font-size: 1em;
  width: 50%;
  padding-top: 0.9375em;
}

[dir=rtl] .innerBannerWrapper .braTxtMain .breadcrumb li::before {
  top: 2px !important;
}

[dir=rtl] .innerBannerWrapper .braTxtMain .breadcrumb .active {
  vertical-align: inherit;
}

.breadcrumb {
  position: relative;
  margin-bottom: 0em;
  background: none;
  padding: 0em !important;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.breadcrumb li {
  font-size: 0.875em;
  margin-left: 0.75em;
  padding-right: 0.9375em;
}

.breadcrumb li.active {
  color: #213469;
  max-width: 100%;
  vertical-align: middle;
  white-space: break-spaces;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.breadcrumb li:first-child {
  padding-right: 0em;
}

.breadcrumb li:first-child::before {
  display: none;
}

.breadcrumb li::before {
  content: "\f105" !important;
  color: #495465 !important;
  font-family: "FontAwesome";
  top: 0px !important;
  font-size: 1.125em;
  background-image: none !important;
  margin: 0 !important;
}

.breadcrumb li a {
  color: #495465;
}

.breadcrumb li a:hover {
  color: #213469;
}

[dir=rtl] .innerBannerWrapper .braTxtMain .breadcrumb li::before {
  content: "\f104" !important;
}

[dir=rtl] .breadcrumb li::before {
  content: "\f104" !important;
}

.FindCourseWrapper {
  position: relative;
  padding: 2.5em 0em;
  background: #213469;
}

.FindCourseWrapper h3 {
  font-size: 1.875em;
  padding-bottom: 0.75em;
  color: #ffffff;
}

.FindCourseWrapper select {
  background-color: #ffffff !important;
  height: 100% !important;
}

.GetAccessWrapper {
  position: relative;
  padding: 2.5em 0em;
  background: #213469;
  color: #ffffff;
}

.GetAccessWrapper .accessTxt {
  position: relative;
  width: 96%;
  font-size: 1.5em;
  line-height: normal;
}

.applyWrapper {
  position: relative;
  padding: 2.5em 0em;
  background: #213469;
  color: #ffffff;
}

.applyWrapper .applyTxt {
  position: relative;
}

.applyWrapper .applyTxt h2 {
  font-size: 1.5em;
  word-wrap: break-word;
}

.applyWrapper .applyTxt .applySubTxt {
  position: relative;
  font-size: 0.875em;
  color: #ffffff;
  margin-top: 0.9375em;
}

.applyWrapper .btnMain {
  display: flex;
  align-items: center;
  justify-content: end;
}

.applyWrapper .btnMain .btn {
  margin-left: 1.25em;
  text-transform: uppercase;
}

.applyWrapper .btnMain .btn:last-child {
  margin-left: 0;
}

.offerProWrapper {
  position: relative;
}

.offerProWrapper .titleMain {
  display: flex;
  padding-bottom: 3.125em;
}

.offerProWrapper .titleMain h2 {
  font-size: 3.25em;
  word-wrap: break-word;
}

.offerProWrapper .titleMain p {
  text-align: left;
}

.offerProWrapper .ProgramHldr {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #121212;
}

.offerProWrapper .ProgramHldr .programImg {
  position: relative;
  height: 26.1875em;
  overflow: hidden;
}

.offerProWrapper .ProgramHldr .programImg::before {
  content: "";
  background: rgba(0, 70, 133, 0.5);
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.offerProWrapper .ProgramHldr .programImg img {
  height: 23.2777777778em;
  width: 100%;
  object-fit: cover;
}

.offerProWrapper .ProgramHldr .programImg .txtHldr {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0.9375em 0.9375em;
  background: #ffffff;
  z-index: 2;
}

.offerProWrapper .ProgramHldr .programImg .txtHldr a {
  color: #213469;
}

.offerProWrapper .ProgramHldr .programImg .txtHldr h2 {
  font-size: 1.5em;
}

.offerProWrapper .ProgramHldr .programImg .txtHldr .txtMain {
  position: relative;
  padding: 0.625em 0em 0em;
  width: 100%;
  display: none;
}

.offerProWrapper .ProgramHldr .programImg .txtHldr .txtMain .perTxt {
  font-size: 1em;
  color: #606E83;
  padding-bottom: 0.625em;
}

.offerProWrapper .ProgramHldr .programImg:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.offerProWrapper .ProgramHldr .programImg:hover::before {
  opacity: 1;
}

.offerProWrapper .ProgramHldr .programImg:hover .txtHldr .txtMain {
  display: block;
}

.subNavHldrMain {
  position: relative;
}

.subNavHldrMain .sticky-top {
  top: 7.875em;
  border-top: 1px solid rgba(3, 12, 28, 0.08);
  z-index: 300;
}

.subNavWrapper {
  background: #ffffff;
  border-bottom: 1px solid rgba(3, 12, 28, 0.08);
}

.subNavWrapper.sticky-top {
  top: 4.625em;
  border-top: 1px solid rgba(3, 12, 28, 0.08);
  z-index: 300;
}

.subNavWrapper ul {
  position: relative;
  list-style: none;
}

.subNavWrapper ul li {
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  display: inline-block;
}

.subNavWrapper ul li a {
  padding: 0.875em 1em;
  font-size: 0.875em;
  display: block;
  color: #121212;
}

.subNavWrapper ul li a:hover,
.subNavWrapper ul li a.active {
  color: #213469;
  position: relative;
  border-color: transparent;
  color: #213469;
}

.subNavWrapper ul li a:hover::after,
.subNavWrapper ul li a.active::after {
  content: "";
  position: absolute;
  height: 4px;
  background-color: #004685;
  bottom: -2px;
  right: 0;
  width: 100%;
}

.subNavWrapper ul li.applyNow {
  background: #213469;
  color: #ffffff;
}

.subNavWrapper ul li.applyNow .apply {
  color: #ffffff;
}

.subNavWrapper ul li.applyNow .apply::after {
  display: none;
}

.subNavWrapper ul li.applyNow .dropdown-menu {
  padding: 0.125em;
  border: 1px solid rgba(227, 227, 227, 0.41);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.04);
  background: #ffffff;
}

.subNavWrapper ul li.applyNow .dropdown-menu li {
  display: block;
}

.subNavWrapper ul li.applyNow .dropdown-menu li a {
  text-transform: uppercase;
}

.subNavWrapper ul li.applyNow .dropdown-menu li a::after {
  display: none;
}

.numberCountWrapper {
  position: relative;
}

.numberCountWrapper .numberBox {
  position: relative;
  background: #ffffff;
  padding: 1.5em 0.75em;
  text-align: center;
  border-top: 2px solid rgb(23, 32, 46);
  display: block;
  border-radius: 0.25em;
}

.numberCountWrapper .numberBox h2 {
  font-size: 3.25em;
  word-wrap: break-word;
}

.numberCountWrapper .numberBox h2 div {
  color: #121212;
  padding-top: 0;
}

.numberCountWrapper .numberBox p,
.numberCountWrapper .numberBox div {
  padding-top: 0.5em;
  font-size: 1em;
  color: #495465;
}

[dir=rtl] .numberCountWrapper .numberBox h2 div {
  font-family: "alexon_rrmedium" !important;
}

button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: none;
  height: 0px;
  width: 0px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  left: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
  outline: 0 !important;
}

button.back-to-top:hover::before,
button.back-to-top:active::before,
button.back-to-top:focus::before {
  background: #04a99e;
}

button.back-to-top::before {
  content: "\e923";
  display: flex;
  background: #fff;
  justify-content: center;
  width: 50%;
  font-family: "icomoon" !important;
  color: #213469;
  font-size: 2.5em;
  right: 16px;
  position: relative;
}

button.back-to-top.show {
  display: block;
  font-size: 1.5625em;
  left: 24px;
  bottom: 4.375em;
  height: 2.875em;
  width: 2.875em;
  visibility: visible;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
  visibility: visible;
}

.bootstrap-select {
  position: relative;
  width: 100% !important;
}

.bootstrap-select .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/down-arrow.svg) no-repeat left 8px center/1.125em 1.125em !important;
  font-size: 0.875em;
  height: 2.75em;
  line-height: 2.5em;
  border-radius: 0.25em;
  border: 1px solid #D0D5DD;
  padding: 0em 0.75em;
}

.page-not-Wrapper {
  position: relative;
}

.page-not-Wrapper .page-not-img {
  position: relative;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  height: auto;
}

.page-not-Wrapper .page-not-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-not-Wrapper h2 {
  font-size: 12.5em;
  color: #213469;
  line-height: 1;
}

.page-not-Wrapper p {
  font-size: 1.875em;
}

.newsWrapper {
  position: relative;
  background: #f0f0f1;
}

.newsWrapper .whiteBoxHldr {
  position: relative;
  background: #ffffff;
  padding: 1.875em;
}

.newsWrapper .upcomingEveWrapper {
  position: relative;
  padding-left: 1.5em;
  border-left: 1px solid rgba(23, 32, 46, 0.1);
}

.newsWrapper .upcomingEveWrapper h2 {
  font-size: 2.5em;
  padding-bottom: 0.625em;
  border-bottom: 1px solid rgba(23, 32, 46, 0.1);
  margin-bottom: 0.625em;
  word-wrap: break-word;
}

.newsWrapper .upcomingEveWrapper .eventBox {
  position: relative;
  padding-bottom: 1.5625em;
  border-bottom: 1px solid rgba(23, 32, 46, 0.1);
  margin-bottom: 1.5625em;
}

.newsWrapper .upcomingEveWrapper .eventBox .imgTxtMain {
  display: flex;
}

.newsWrapper .upcomingEveWrapper .eventBox .imgTxtMain:hover .imgMain img {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}

.newsWrapper .upcomingEveWrapper .eventBox .imgTxtMain .imgMain {
  width: 12.5em;
  height: 9.75em;
  overflow: hidden;
  margin-left: 0.9375em;
}

.newsWrapper .upcomingEveWrapper .eventBox .imgTxtMain .imgMain img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25em;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.8s ease-in-out;
}

.newsWrapper .upcomingEveWrapper .eventBox .imgTxtMain .newsTxtMain {
  position: relative;
  width: 100%;
}

.newsWrapper .upcomingEveWrapper .eventBox .imgTxtMain .newsTxtMain h3 {
  font-family: "Helvetica";
  font-size: 1.125em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.newsWrapper .upcomingEveWrapper .eventBox .imgTxtMain .newsTxtMain h3 a {
  font-size: 1.125em;
  color: #121212;
}

.newsWrapper .upcomingEveWrapper .eventBox .imgTxtMain .newsTxtMain h3 a:hover {
  color: #213469;
}

.newsWrapper .upcomingEveWrapper .eventBox .imgTxtMain .newsTxtMain .dateTimeHldr {
  padding-top: 0.9375em;
  font-family: "Helvetica-Light";
}

.newsWrapper .upcomingEveWrapper .eventBox .imgTxtMain .newsTxtMain .dateTimeHldr .date {
  font-size: 0.8125em;
  color: #495465;
  padding-bottom: 0.1875em;
}

.newsWrapper .upcomingEveWrapper .eventBox .imgTxtMain .newsTxtMain .dateTimeHldr .time {
  font-size: 0.8125em;
  color: #495465;
}

.newsWrapper .latestNewsWrapper {
  position: relative;
}

.newsWrapper .latestNewsWrapper h2 {
  font-size: 2.5em;
  padding-bottom: 0.625em;
  border-bottom: 1px solid rgba(23, 32, 46, 0.1);
  margin-bottom: 0.625em;
  word-wrap: break-word;
}

.newsWrapper .latestNewsWrapper ul.genAnnouHldr {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}

.newsWrapper .latestNewsWrapper ul.genAnnouHldr li {
  margin: 0em 0em 0em 0em;
  padding: 1.5em 0em 1.5em 0em;
  width: 100%;
  border-bottom: 1px solid rgba(23, 32, 46, 0.1);
}

.newsWrapper .latestNewsWrapper ul.genAnnouHldr li:first-child {
  padding-top: 0em;
}

.newsWrapper .latestNewsWrapper ul.genAnnouHldr li .latestHldr {
  display: flex;
  font-size: 1.125em;
  position: relative;
}

.newsWrapper .latestNewsWrapper ul.genAnnouHldr li .latestHldr:hover .genAnnouImg img {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}

.newsWrapper .latestNewsWrapper ul.genAnnouHldr li .latestHldr .genAnnouImg {
  width: 13.5em;
  height: 8.75em;
  margin-left: 1.25em;
  overflow: hidden;
}

.newsWrapper .latestNewsWrapper ul.genAnnouHldr li .latestHldr .genAnnouImg img {
  width: 100%;
  height: 100%;
  border-radius: 0.25em;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.8s ease-in-out;
}

.newsWrapper .latestNewsWrapper ul.genAnnouHldr li .latestHldr .textMain {
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.newsWrapper .latestNewsWrapper ul.genAnnouHldr li .latestHldr .textMain a {
  font-size: 1.125em;
  color: #121212;
}

.newsWrapper .latestNewsWrapper ul.genAnnouHldr li .latestHldr .textMain a:hover {
  color: #213469;
}

.newsWrapper .latestNewsWrapper ul.genAnnouHldr li .latestHldr .newsCate {
  font-family: "Helvetica-Light";
  font-size: 0.8888888889em;
  color: #495465;
  display: block;
  text-transform: uppercase;
  padding-bottom: 0.6666666667em;
}

.patnerWrapper {
  position: relative;
}

.patnerWrapper h2 {
  font-size: 1.875em;
  margin-bottom: 1.25em;
  font-weight: bold;
  line-height: 1.875em;
  word-wrap: break-word;
}

.patnerWrapper ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, 16.66%);
}

.patnerWrapper ul li {
  position: relative;
  margin: 0em;
  padding: 0 0.625em;
  display: inline-block;
  text-align: center;
}

.patnerWrapper ul li img {
  transition: transform 0.5s, filter 1.5s ease-in-out;
}

.patnerWrapper ul li img:hover {
  transform: scale(1.1);
}

.patnerWrapper .patner-slider .slick-slide {
  padding: 0em 0.75em;
}

.patnerWrapper .patner-slider .slick-slide:hover img {
  filter: none;
  -webkit-transform: scale(1.05);
}

.patnerWrapper .patner-slider .slick-slide img {
  margin: 0 auto;
  -webkit-transition: all 0.8s ease-in-out;
}

.patnerWrapper .patner-slider .slick-next,
.patnerWrapper .patner-slider .slick-prev {
  top: -82px;
}

.patnerWrapper .patner-slider .slick-next:hover::before,
.patnerWrapper .patner-slider .slick-prev:hover::before {
  color: #213469;
}

.patnerWrapper .patner-slider .slick-prev {
  right: 190px;
}

.patnerWrapper .patner-slider .slick-next {
  left: 0;
  right: 246px;
}

.patnerWrapper .patner-slider .slick-track {
  display: flex;
  align-items: center;
}

.termsConditionsWrapper {
  position: relative;
}

.termsConditionsWrapper h2 {
  font-size: 3.25em;
  padding-bottom: 0.625em;
  word-wrap: break-word;
}

.termsConditionsWrapper ul {
  position: relative;
  margin: 0.9375em 0em 0em 0em;
  padding: 0;
  list-style: none;
}

.termsConditionsWrapper ul li {
  position: relative;
  padding-right: 0.9375em;
  margin-right: 1.5em;
  line-height: 1.625em;
  margin-bottom: 0.9375em;
  list-style: conic-gradient;
  font-size: 1em;
}

.termsConditionsWrapper ul li ul {
  margin-right: 0.625em;
}

.termsConditionsWrapper ul li:last-child {
  margin-bottom: 0;
}

.comTabMain {
  position: relative;
}

.comTabMain .nav-tabs {
  position: relative;
  border: none;
}

.comTabMain .nav-tabs .nav-link {
  font-family: "Helvetica";
  font-size: 0.875em;
  border: none;
  color: rgba(73, 84, 101, 0.5);
  padding: 0.75em 1.25em;
}

.comTabMain .nav-tabs .nav-link.active {
  position: relative;
  color: #121212;
}

.comTabMain .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #20486c;
  bottom: 0px;
  right: 0;
  width: 100%;
}

.generalAccordion {
  position: relative;
  border: none;
  border-radius: 0;
}

.generalAccordion .accordion-item {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid rgba(205, 214, 218, 0.25);
  background: none;
}

.generalAccordion .accordion-item:first-child {
  border-top: 2px solid rgba(205, 214, 218, 0.25);
}

.generalAccordion .accordion-item:first-child .accordion-button {
  border-radius: 0;
}

.generalAccordion .accordion-item h2 {
  font-size: 1.125em;
  margin-bottom: 0em;
  padding-bottom: 0em;
}

.generalAccordion .accordion-item h2 .accordion-button {
  position: relative;
  background: none;
  padding: 0.75em 0em;
  font-size: 1.125em;
  display: flex;
  align-items: center;
  width: 100%;
  border: none;
  border-radius: 0em;
  text-align: right;
}

.generalAccordion .accordion-item h2 .accordion-button:focus {
  box-shadow: none;
}

.generalAccordion .accordion-item h2 .accordion-button::after {
  content: "\f4fe";
  font-family: "bootstrap-icons";
  background-image: none;
  margin-right: auto;
}

.generalAccordion .accordion-item h2 .accordion-button:not(.collapsed)::after {
  content: "\f62a";
  font-family: "bootstrap-icons";
  background-image: none;
  margin-right: auto;
}

.generalAccordion .accordion-item .accordion-body {
  font-family: "Helvetica-Light";
  padding: 0.9375em 0em;
}

[dir=rtl] .generalAccordion .accordion-item h2 .accordion-button {
  font-family: "helvetica_neue_lt_arabic75Bd" !important;
}

.read-more-content {
  display: none;
}

.readall {
  position: relative;
  text-align: right;
  box-sizing: border-box;
}

.readall-wrapper {
  text-align: center;
}

.readall-button {
  display: inline-block;
  border: none;
  width: 150px;
  text-align: center;
  cursor: pointer;
  background: none;
  color: #213469;
  font-weight: 700;
}

.readall-button:hover {
  color: #213469;
}

.readall-hide:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 290px;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0) 100%, #F3F5F7 100%);
}

[dir=rtl] .readall-hide:after {
  background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, #F3F5F7 100%);
}

.comonWrapper {
  position: relative;
}

.comonWrapper h2 {
  font-size: 3.25em;
  margin-bottom: 0.625em;
  word-wrap: break-word;
}

.comonWrapper h3 {
  font-size: 2.625em;
  margin-bottom: 0.625em;
  word-wrap: break-word;
}

.comonWrapper h4 {
  font-size: 2em;
  margin-bottom: 0.625em;
  word-wrap: break-word;
}

.comonWrapper strong {
  font-family: "Helvetica-Bold";
}

.comonWrapper ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comonWrapper ul li {
  position: relative;
  padding-right: 1.25em;
  line-height: 1.5em;
  margin-bottom: 0.625em;
}

.comonWrapper ul li:last-child {
  margin-bottom: 0;
}

.comonWrapper ul li::before {
  content: "\f309";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: #121212;
  top: -2px;
  right: -9px;
  font-size: 1.875em;
  width: 0.9375em;
}

.comonWrapper ol {
  position: relative;
  margin: 0.9375em 0em 0em 0em;
  padding: 0;
  list-style: none;
}

.comonWrapper ol li {
  position: relative;
  padding-right: 0.9375em;
  margin-right: 1.5em;
  line-height: 1.625em;
  margin-bottom: 0.9375em;
  list-style: conic-gradient;
  font-size: 1.0625em;
}

.comonWrapper ol li ol {
  margin-right: 0.625em;
}

.comonWrapper ol li ol li {
  font-size: 0.9375em;
}

.comonWrapper ol li:last-child {
  margin-bottom: 0;
}

.comonWrapperChk {
  position: relative;
}

.comonWrapperChk h2 {
  font-size: 3.25em;
  margin-bottom: 0.625em;
  word-wrap: break-word;
}

.comonWrapperChk h3 {
  font-size: 2.625em;
  margin-bottom: 0.625em;
  word-wrap: break-word;
}

.comonWrapperChk h4 {
  font-size: 2em;
  margin-bottom: 0.625em;
  word-wrap: break-word;
}

.comonWrapperChk strong {
  font-family: "Helvetica-Bold";
}

.comonWrapperChk ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comonWrapperChk ul li {
  position: relative;
  padding-right: 1.875em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

.comonWrapperChk ul li:last-child {
  margin-bottom: 0;
}

.comonWrapperChk ul li::before {
  content: "\e913";
  font-family: "icomoon" !important;
  position: absolute;
  color: #004685;
  top: 0;
  right: 0;
  font-size: 1.125em;
}

.comonWrapperChk ol {
  position: relative;
  margin: 0.9375em 0em 0em 0em;
  padding: 0;
  list-style: none;
}

.comonWrapperChk ol li {
  position: relative;
  padding-right: 0.9375em;
  margin-right: 1.5em;
  line-height: 1.625em;
  margin-bottom: 0.9375em;
  list-style: conic-gradient;
  font-size: 1.0625em;
}

.comonWrapperChk ol li ol {
  margin-right: 0.625em;
}

.comonWrapperChk ol li ol li {
  font-size: 0.9375em;
}

.comonWrapperChk ol li:last-child {
  margin-bottom: 0;
}

@media (min-width: 2560px) {
  body {
    font-size: 15px;
    padding-top: 124px;
  }
}

@media (min-width: 1980px) {
  body {
    font-size: 15px;
    padding-top: 124px;
  }
}

@media (min-width: 1900px) {
  body {
    font-size: 15px;
    padding-top: 124px;
  }
}

@media (min-width: 1600px) and (max-width: 1899.98px) {
  body {
    font-size: 15px;
    padding-top: 124px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  body {
    font-size: 14px;
    padding-top: 114px;
  }

  .container {
    padding: 0 0.75em;
  }

  .container.right-container {
    max-width: 87%;
    margin: 0 auto 0 0;
  }

  .container .row {
    margin: 0 -0.75em;
  }

  .container .row [class^=col-] {
    padding: 0 0.75em;
  }

  .container .row.no-gutters {
    margin: 0;
  }

  .container .row.no-gutters [class^=col-] {
    padding: 0;
  }

  .patnerWrapper .patner-slider .slick-prev,
  .patnerWrapper .patner-slider .slick-next {
    top: -77px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  body {
    font-size: 14px;
    padding-top: 114px;
  }

  .container {
    padding: 0 0.75em;
  }

  .container.right-container {
    max-width: 87%;
    margin: 0 auto 0 0;
  }

  .container .row {
    margin: 0 -0.75em;
  }

  .container .row [class^=col-] {
    padding: 0 0.75em;
  }

  .container .row.no-gutters {
    margin: 0;
  }

  .container .row.no-gutters [class^=col-] {
    padding: 0;
  }

  .patnerWrapper .patner-slider .slick-prev,
  .patnerWrapper .patner-slider .slick-next {
    top: -77px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  body {
    font-size: 13px;
    padding-top: 106px;
  }

  * {
    outline: 0;
  }

  .container {
    padding: 0 0.75em;
  }

  .header-main .navbar {
    padding: 0.7em 0px;
  }

  .GetAccessWrapper .accessTxt {
    width: 100%;
  }

  .page-not-Wrapper .page-not-img {
    width: 80%;
  }

  .patnerWrapper .patner-slider .slick-prev,
  .patnerWrapper .patner-slider .slick-next {
    top: -74px;
  }

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body {
    font-size: 12px;
    padding-top: 90px;
  }

  * {
    outline: 0;
  }

  .container {
    max-width: 97%;
    padding: 0 0.75em;
  }

  ul.checkHldr li:last-child {
    margin-bottom: 1.875em;
  }

  .innerBannerWrapper .braTxtMain {
    padding: 0em 1.25em;
  }

  .innerBannerWrapper .braTxtMain h2 {
    font-size: 3.125em;
    word-wrap: break-word;
  }

  .innerBannerWrapper .braTxtMain .bannerTxt {
    width: 100%;
  }

  .GetAccessWrapper .accessTxt {
    width: 100%;
    font-size: 1.125em;
  }

  .offerProWrapper .titleMain h2 {
    font-size: 2.5em;
    word-wrap: break-word;
  }

  .offerProWrapper .titleMain p {
    font-size: 0.875em;
  }

  .offerProWrapper .ProgramHldr .programImg .txtHldr h2 {
    font-size: 1.25em;
  }

  .applyWrapper .applyTxt {
    margin-bottom: 1.5em;
    text-align: center;
  }

  .applyWrapper .btnMain {
    justify-content: center;
  }

  .page-not-Wrapper .page-not-img {
    width: 80%;
    height: auto;
  }

  .page-not-Wrapper h2 {
    font-size: 7.5em;
  }

  .page-not-Wrapper p {
    font-size: 1.25em;
  }

  .newsWrapper .upcomingEveWrapper h2 {
    font-size: 1.875em;
  }

  .newsWrapper .latestNewsWrapper h2 {
    font-size: 1.875em;
    word-wrap: break-word;
  }

  .newsWrapper .latestNewsWrapper ul.genAnnouHldr li .textMain {
    padding-bottom: 0;
    -webkit-line-clamp: 4;
  }

  .newsWrapper .upcomingEveWrapper {
    padding-left: 0;
    border-left: 0;
  }

  .newsWrapper .latestNewsWrapper {
    margin-top: 1.875em;
  }

  .patnerWrapper .patner-slider .slick-prev,
  .patnerWrapper .patner-slider .slick-next {
    top: -69px;
  }

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body {
    font-size: 13px;
    padding-top: 92px;
  }

  .container {
    max-width: 98%;
    padding: 0 0.75em;
  }

  .container .row {
    margin: 0 -0.75em;
  }

  .container .row [class^=col-] {
    padding: 0 0.75em;
  }

  ul.checkHldr {
    margin-bottom: 1.5em;
  }

  ul.checkHldr li:last-child {
    margin-bottom: 1.875em;
  }

  .innerBannerWrapper {
    height: 25em;
  }

  .innerBannerWrapper .braTxtMain h2 {
    font-size: 4em;
    word-wrap: break-word;
  }

  .FindCourseWrapper .btn {
    margin-top: 0.9375em;
  }

  .GetAccessWrapper .accessTxt {
    width: 100%;
    margin-bottom: 0.9375em;
  }

  .offerProWrapper .titleMain h2 {
    font-size: 2.5em;
    word-wrap: break-word;
  }

  .offerProWrapper .titleMain p {
    text-align: right;
    padding-top: 0.3125em;
  }

  .offerProWrapper .ProgramHldr {
    margin-bottom: 1.875em;
  }

  .applyWrapper .applyTxt {
    margin-bottom: 1.5em;
    text-align: center;
  }

  .applyWrapper .btnMain {
    text-align: center;
    display: block;
  }

  .applyWrapper .btnMain .btn {
    margin-left: 0;
    margin-bottom: 0em;
  }

  .applyWrapper .btnMain .btn:last-child {
    margin-bottom: 0;
    margin-right: 0.9375em;
  }

  .numberCountWrapper .numberBox {
    margin-bottom: 1.5em;
  }

  .newsWrapper .upcomingEveWrapper {
    padding-left: 0;
    border-left: 0;
  }

  .newsWrapper .latestNewsWrapper {
    margin-top: 1.5em;
  }

  .newsWrapper .latestNewsWrapper ul.genAnnouHldr li .textMain {
    -webkit-line-clamp: 5;
  }

  .patnerWrapper .patner-slider .slick-prev,
  .patnerWrapper .patner-slider .slick-next {
    top: -73px;
  }

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }

  .socialHldr {
    display: none;
  }

  button.back-to-top.show {
    display: none;
  }
}

@media (max-width: 575.98px) {
  * {
    outline: 0;
  }

  body {
    font-size: 12px;
    padding-top: 88px;
  }

  .container {
    max-width: 100%;
    padding: 0 0.9375em;
  }

  .container .row {
    margin: 0 -0.9375em;
  }

  .container .row [class^=col-] {
    padding: 0 0.9375em;
  }

  ul.checkHldr li:last-child {
    margin-bottom: 1.875em;
  }

  .pagination li.page-item .page-link {
    font-family: "Helvetica";
    width: 2.5em;
    height: 2.5em;
    font-size: 1em;
  }

  .btn {
    font-size: 0.9375em;
  }

  .innerBannerWrapper {
    height: 21.875em;
  }

  .innerBannerWrapper .braTxtMain {
    padding: 0em 1.25em;
  }

  .innerBannerWrapper .braTxtMain h2 {
    font-size: 2.5em;
    word-wrap: break-word;
  }

  .innerBannerWrapper .braTxtMain .bannerTxt {
    width: 100%;
  }

  .FindCourseWrapper .btn {
    margin-top: 0.9375em;
  }

  .GetAccessWrapper .accessTxt {
    width: 100%;
    margin-bottom: 0.9375em;
  }

  .offerProWrapper .titleMain h2 {
    font-size: 2.5em;
    word-wrap: break-word;
  }

  .offerProWrapper .titleMain p {
    text-align: right;
    padding-top: 0.3125em;
  }

  .offerProWrapper .ProgramHldr {
    margin-bottom: 1.875em;
  }

  .applyWrapper .applyTxt {
    margin-bottom: 1.5em;
    text-align: center;
  }

  .applyWrapper .btnMain {
    text-align: center;
    display: block;
  }

  .applyWrapper .btnMain .btn {
    margin-left: 0;
    margin-bottom: 1.5em;
    width: 90%;
  }

  .applyWrapper .btnMain .btn:last-child {
    margin-bottom: 0;
  }

  .numberCountWrapper .numberBox {
    margin-bottom: 1.875em;
  }

  .page-not-Wrapper .page-not-img {
    width: 100%;
  }

  .page-not-Wrapper h2 {
    font-size: 7.5em;
    word-wrap: break-word;
  }

  .page-not-Wrapper p {
    font-size: 1.25em;
  }

  .newsWrapper .whiteBoxHldr {
    padding: 1.25em;
  }

  .newsWrapper .upcomingEveWrapper {
    padding-left: 0;
    border-left: none;
  }

  .newsWrapper .latestNewsWrapper ul.genAnnouHldr li {
    display: block;
  }

  .newsWrapper .latestNewsWrapper ul.genAnnouHldr li .latestHldr {
    display: block;
  }

  .newsWrapper .latestNewsWrapper ul.genAnnouHldr li .latestHldr .genAnnouImg {
    margin-left: 0;
    margin-bottom: 0.9375em;
    width: 100%;
  }

  .newsWrapper .latestNewsWrapper ul.genAnnouHldr li .latestHldr .textMain {
    padding-bottom: 0;
  }

  .patnerWrapper .patner-slider .slick-prev,
  .patnerWrapper .patner-slider .slick-next {
    top: -69px;
  }

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }

  .comTabMain {
    padding: 0em 0.9375em;
  }

  .comTabMain .nav-tabs .nav-link {
    padding: 0.75em 0.75em;
  }

  .socialHldr {
    display: none;
  }

  button.back-to-top.show {
    display: none;
  }
}

@media (min-width: 359px) and (max-width: 574px) {
  .comTabMain .nav-tabs .nav-link {
    padding: 0.75em 0.5em;
  }

  .socialHldr {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 451.99px) {
  body {
    padding-top: 88px;
  }
}

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  right: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}

html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_right.png) no-repeat 0 50%;
  padding: 5px 18px 5px 5px;
}

html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}

html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}

.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_right.png) no-repeat 0 50%;
  padding: 5px 18px 5px 5px;
}

.portlet-options-dropdown {
  z-index: 1035;
}

.portlet-topper {
  position: relative;
}

.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}

.portlet-draggable .portlet-topper {
  cursor: move;
}

.portlet-title-editable {
  cursor: pointer;
}

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

.panel-page-body .portlet-title-text,
.panel-page-content .portlet-title-text {
  cursor: auto;
}

.portlet-minimized .portlet-content {
  padding: 0;
}

.portlet-nested-portlets .portlet-boundary {
  right: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.portlet-layout .portlet-header {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}

.portlet:hover .visible-interaction,
.portlet.open .visible-interaction,
.portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}

.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 24px 3px 12px;
  position: relative;
}

html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}

@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    right: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}

html:not(#__):not(#___) .cadmin .portlet-actions {
  float: left;
}

html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}

html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}

html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}

html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}

html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600;
}

html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper,
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper,
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable,
  html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable,
  html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper,
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper,
  html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}

@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex;
  }
}

html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}

@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable,
  .controls-visible .portlet.open > .portlet-content-editable,
  .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper,
  .controls-visible .portlet.open > .portlet-topper,
  .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}

@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper,
  .lfr-configurator-visibility .portlet.focus .portlet-topper,
  .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}

.portlet > .portlet-content-editable {
  border-color: transparent;
}

@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600;
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet-title-menu {
  flex: 0 1 auto;
}

.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 24px 3px 12px;
  position: relative;
}

.portlet > .portlet-topper {
  display: none;
}

@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    right: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

.portlet-topper-toolbar {
  margin: 0;
  padding-right: 0;
}

.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}

.portlet-topper-toolbar > a:focus,
.portlet-topper-toolbar > a:hover {
  text-decoration: none;
}

.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-panel-page .portlet-title {
  font-size: 13px;
}

.portlet-borderless .portlet-content {
  padding: 1rem;
}

.portlet-decorate .portlet-content {
  background: #ffffff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  word-wrap: break-word;
}

.portlet-barebone .portlet-content {
  padding: 0;
}

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px;
}

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}

.breadcrumb.breadcrumb-vertical li {
  display: block;
}

.breadcrumb.breadcrumb-vertical li.last,
.breadcrumb.breadcrumb-vertical li.only {
  background: none;
}

.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.navbar form {
  margin: 0;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}

.product-menu .loading-animation {
  margin-top: 160px;
}

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }

  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1);
  }

  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }

  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}

.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}

.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}

.upload-drop-active .lfr-upload-container .upload-target {
  animation: none;
}

.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.select-files {
  border-radius: 5px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number,
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  box-shadow: 0 0 5px 0 #333;
  transition-duration: 0.25s;
  transition-property: box-shadow;
  transition-timing-function: ease-out;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
  }
}

@keyframes highlight-animation {
  from {
    background-color: #ffc;
  }

  to {
    background-color: transparent;
  }
}

.highlight-animation {
  animation: highlight-animation 0.7s;
}

.portlet-options.btn-group .dropdown-toggle,
.portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.form-group.form-inline.input-boolean-wrapper label,
.form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */

/* inject:imports */

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: "fontawesome-alloy";
  src: url("../font/fontawesome-alloy.eot");
  src: url("../font/fontawesome-alloy.eot?#iefix") format("embedded-opentype"), url("../font/fontawesome-alloy.woff") format("woff"), url("../font/fontawesome-alloy.ttf") format("truetype"), url("../font/fontawesome-alloy.svg#fontawesome-alloy") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* FONT AWESOME CORE
 * -------------------------- */

[class^=icon-],
[class*=" icon-"] {
  font-family: "fontawesome-alloy";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */

.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333em;
}

/* makes sure icons active on rollover in links */

a [class^=icon-],
a [class*=" icon-"] {
  display: inline;
}

/* increased font size for icon-large */

[class^=icon-].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571429em;
  text-align: left;
  padding-left: 0.2857142857em;
}

[class^=icon-].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714286em;
}

.icons-ul {
  margin-right: 2.1428571429em;
  list-style-type: none;
}

.icons-ul > li {
  position: relative;
}

.icons-ul .icon-li {
  position: absolute;
  right: -2.1428571429em;
  width: 2.1428571429em;
  text-align: center;
  line-height: inherit;
}

[class^=icon-].hide,
[class*=" icon-"].hide {
  display: none;
}

.icon-muted {
  color: #eeeeee;
}

.icon-light {
  color: white;
}

.icon-dark {
  color: #333333;
}

.icon-border {
  border: solid 1px #eeeeee;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.icon-2x {
  font-size: 2em;
}

.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}

.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}

.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.icon-5x {
  font-size: 5em;
}

.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.pull-right {
  float: left;
}

.pull-left {
  float: right;
}

[class^=icon-].pull-left,
[class*=" icon-"].pull-left {
  margin-left: 0.3em;
}

[class^=icon-].pull-right,
[class*=" icon-"].pull-right {
  margin-right: 0.3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */

/* Bootstrap 2.0 sprites.less reset */

[class^=icon-],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 100% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */

.icon-white,
.nav-pills > .active > a > [class^=icon-],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^=icon-],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^=icon-],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^=icon-],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^=icon-],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^=icon-],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */

.btn [class^=icon-].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class^=icon-].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: 0.9em;
}

.btn [class^=icon-].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class^=icon-].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

.nav-tabs [class^=icon-],
.nav-tabs [class^=icon-].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class^=icon-],
.nav-pills [class^=icon-].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: 0.9em;
}

.btn [class^=icon-].pull-left.icon-2x,
.btn [class^=icon-].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}

.btn [class^=icon-].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}

.btn.btn-small [class^=icon-].pull-left.icon-2x,
.btn.btn-small [class^=icon-].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.25em;
}

.btn.btn-large [class^=icon-],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}

.btn.btn-large [class^=icon-].pull-left.icon-2x,
.btn.btn-large [class^=icon-].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.05em;
}

.btn.btn-large [class^=icon-].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-left: 0.2em;
}

.btn.btn-large [class^=icon-].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-right: 0.2em;
}

/* Fixes alignment in nav lists */

.nav-list [class^=icon-],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}

/* EXTRAS
 * -------------------------- */

/* Stacked and layered icon */

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}

.icon-stack [class^=icon-],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
}

.icon-stack .icon-stack-base {
  font-size: 2em;
}

/* Animated rotating icon */

.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */

a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

/* Icon rotations and mirroring */

.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */

a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */

[data-icon]:before {
  font-family: "fontawesome-alloy";
  content: '\FEFF' attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */

/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/

.icon-caret-bottom-right,
.icon-glass,
.icon-music,
.icon-search,
.icon-envelope,
.icon-heart,
.icon-star,
.icon-star-empty,
.icon-user,
.icon-film,
.icon-th-large,
.icon-th,
.icon-th-list,
.icon-ok,
.icon-remove,
.icon-zoom-in,
.icon-zoom-out,
.icon-off,
.icon-signal,
.icon-cog,
.icon-trash,
.icon-home,
.icon-file,
.icon-inbox,
.icon-play-circle,
.icon-repeat,
.icon-refresh,
.icon-list-alt,
.icon-lock,
.icon-flag,
.icon-headphones,
.icon-volume-off,
.icon-volume-down,
.icon-volume-up,
.icon-qrcode,
.icon-barcode,
.icon-tag,
.icon-tags,
.icon-book,
.icon-bookmark,
.icon-print,
.icon-camera,
.icon-font,
.icon-bold,
.icon-italic,
.icon-align-justify,
.icon-list,
.icon-indent-left,
.icon-indent-right,
.icon-facetime-video,
.icon-picture,
.icon-pencil,
.icon-map-marker,
.icon-adjust,
.icon-tint,
.icon-edit,
.icon-share,
.icon-check,
.icon-move,
.icon-step-backward,
.icon-fast-backward,
.icon-backward,
.icon-play,
.icon-pause,
.icon-stop,
.icon-forward,
.icon-fast-forward,
.icon-minus-sign,
.icon-remove-sign,
.icon-ok-sign,
.icon-question-sign,
.icon-info-sign,
.icon-screenshot,
.icon-remove-circle,
.icon-ok-circle,
.icon-ban-circle,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-down,
.icon-share-alt,
.icon-resize-full,
.icon-resize-small,
.icon-plus,
.icon-minus,
.icon-asterisk,
.icon-exclamation-sign,
.icon-gift,
.icon-leaf,
.icon-calendar,
.icon-random,
.icon-comment,
.icon-magnet,
.icon-chevron-up,
.icon-chevron-down,
.icon-retweet,
.icon-shopping-cart,
.icon-folder-close,
.icon-folder-open,
.icon-resize-vertical,
.icon-resize-horizontal,
.icon-bar-chart,
.icon-twitter-sign,
.icon-facebook-sign,
.icon-camera-retro,
.icon-key,
.icon-cogs,
.icon-comments,
.icon-thumbs-up,
.icon-thumbs-down,
.icon-star-half,
.icon-signin,
.icon-trophy,
.icon-github-sign,
.icon-upload-alt,
.icon-lemon,
.icon-phone,
.icon-check-empty,
.icon-bookmark-empty,
.icon-phone-sign,
.icon-twitter,
.icon-facebook,
.icon-github,
.icon-unlock,
.icon-credit,
.icon-rss,
.icon-hdd,
.icon-bullhorn,
.icon-bell,
.icon-certificate,
.icon-hand-right,
.icon-hand-left,
.icon-hand-up,
.icon-globe,
.icon-wrench,
.icon-tasks,
.icon-filter,
.icon-briefcase,
.icon-fullscreen,
.icon-group,
.icon-link,
.icon-cloud,
.icon-beaker,
.icon-cut,
.icon-copy,
.icon-paper-clip,
.icon-save,
.icon-sign-blank,
.icon-reorder,
.icon-list-ul,
.icon-list-ol,
.icon-strikethrough,
.icon-underline,
.icon-table,
.icon-magic,
.icon-money,
.icon-caret-down,
.icon-caret-up,
.icon-caret-left,
.icon-caret-right,
.icon-columns,
.icon-sort,
.icon-sort-down,
.icon-sort-up,
.icon-envelope-alt,
.icon-linkedin,
.icon-undo,
.icon-legal,
.icon-dashboard,
.icon-comment-alt,
.icon-comments-alt,
.icon-bolt,
.icon-sitemap,
.icon-umbrella,
.icon-paste,
.icon-lightbulb,
.icon-exchange,
.icon-bell-alt,
.icon-coffee,
.icon-food,
.icon-file-alt,
.icon-building,
.icon-hospital,
.icon-ambulance,
.icon-medkit,
.icon-fighter-jet,
.icon-beer,
.icon-h-sign,
.icon-plus-sign,
.icon-double-angle-left,
.icon-double-angle-right,
.icon-double-angle-up,
.icon-double-angle-down,
.icon-angle-left,
.icon-angle-right,
.icon-angle-up,
.icon-angle-down,
.icon-desktop,
.icon-laptop,
.icon-spinner,
.icon-circle,
.icon-reply,
.icon-github-alt,
.icon-folder-close-alt,
.icon-folder-open-alt,
.icon-expand-alt,
.icon-collapse-alt,
.icon-smile,
.icon-frown,
.icon-meh,
.icon-gamepad,
.icon-keyboard,
.icon-flag-alt,
.icon-flag-checkered,
.icon-terminal,
.icon-code,
.icon-reply-all,
.icon-star-half-full,
.icon-location-arrow,
.icon-crop,
.icon-code-fork,
.icon-subscript,
.icon-eraser,
.icon-puzzle,
.icon-microphone,
.icon-microphone-off,
.icon-shield,
.icon-calendar-empty,
.icon-fire-extinguisher,
.icon-rocket,
.icon-maxcdn,
.icon-chevron-sign-left,
.icon-chevron-sign-right,
.icon-chevron-sign-up,
.icon-chevron-sign-down,
.icon-html5,
.icon-css3,
.icon-anchor,
.icon-unlock-alt,
.icon-bullseye,
.icon-ellipsis-horizontal,
.icon-ellipsis-vertical,
.icon-rss-sign,
.icon-fb-boolean,
.icon-text-height,
.icon-text-width,
.icon-align-left,
.icon-align-center,
.icon-align-right,
.icon-step-forward,
.icon-eject,
.icon-chevron-left,
.icon-chevron-right,
.icon-plus-sign-2,
.icon-fire,
.icon-eye-open,
.icon-eye-close,
.icon-warning-sign,
.icon-plane,
.icon-heart-empty,
.icon-signout,
.icon-linkedin-sign,
.icon-pushpin,
.icon-external-link,
.icon-hand-down,
.icon-circle-arrow-left,
.icon-circle-arrow-right,
.icon-circle-arrow-up,
.icon-circle-arrow-down,
.icon-truck,
.icon-pinterest,
.icon-pinterest-sign,
.icon-google-plus-sign,
.icon-google-plus,
.icon-cloud-download,
.icon-cloud-upload,
.icon-user-md,
.icon-stethoscope,
.icon-suitcase,
.icon-tablet,
.icon-mobile,
.icon-circle-blank,
.icon-quote-left,
.icon-quote-right,
.icon-unlink,
.icon-question,
.icon-info,
.icon-exclamation,
.icon-superscript,
.icon-play-sign,
.icon-ticket,
.icon-minus-sign-alt,
.icon-check-minus,
.icon-level-up,
.icon-sort-by-attributes-alt,
.icon-sort-by-order,
.icon-sort-by-order-alt,
.icon-thumbs-up-2,
.icon-thumbs-down-2,
.icon-dribbble,
.icon-skype,
.icon-foursquare,
.icon-trello,
.icon-female,
.icon-level-down,
.icon-check-sign,
.icon-edit-sign,
.icon-external-link-sign,
.icon-share-sign,
.icon-compass,
.icon-collapse,
.icon-collapse-top,
.icon-expand,
.icon-euro,
.icon-gbp,
.icon-dollar,
.icon-rupee,
.icon-yen,
.icon-renminbi,
.icon-won,
.icon-bitcoin,
.icon-file-2,
.icon-file-text,
.icon-sort-by-alphabet,
.icon-sort-by-alphabet-alt,
.icon-sort-by-attributes,
.icon-youtube-sign,
.icon-youtube,
.icon-xing,
.icon-xing-sign,
.icon-youtube-play,
.icon-dropbox,
.icon-stackexchange,
.icon-instagram,
.icon-flickr,
.icon-adn,
.icon-bitbucket,
.icon-bitbucket-sign,
.icon-tumblr,
.icon-tumblr-sign,
.icon-long-arrow-down,
.icon-long-arrow-up,
.icon-long-arrow-left,
.icon-long-arrow-right,
.icon-apple,
.icon-windows,
.icon-android,
.icon-linux,
.icon-male,
.icon-gittip,
.icon-sun,
.icon-moon,
.icon-archive,
.icon-bug,
.icon-vk,
.icon-weibo,
.icon-renren,
.icon-time,
.icon-road,
.icon-download-alt,
.icon-download,
.icon-upload,
.icon-db-joinxor,
.icon-db-state,
.icon-db-start,
.icon-db-end,
.icon-db-fork,
.icon-db-condition,
.icon-db-task,
.icon-db-join,
.icon-fb-button,
.icon-fb-fieldset,
.icon-fb-custom-field,
.icon-fb-separator,
.icon-fb-paragraph,
.icon-fb-file-upload,
.icon-fb-text,
.icon-fb-text-box,
.icon-fb-select,
.icon-fb-radio,
.icon-fb-number,
.icon-fb-integer,
.icon-fb-decimal {
  font-family: "fontawesome-alloy";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-caret-bottom-right:before {
  content: "\e016";
}

.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-cog:before {
  content: "\f013";
}

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file:before {
  content: "\f016";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-repeat:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f061";
}

.icon-arrow-right:before {
  content: "\f060";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up:before {
  content: "\f087";
}

.icon-thumbs-down:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a5";
}

.icon-hand-left:before {
  content: "\f0a4";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0da";
}

.icon-caret-right:before {
  content: "\f0d9";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope-alt:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign:before {
  content: "\f0fe";
}

.icon-double-angle-left:before {
  content: "\f101";
}

.icon-double-angle-right:before {
  content: "\f100";
}

.icon-double-angle-up:before {
  content: "\f102";
}

.icon-double-angle-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f105";
}

.icon-angle-right:before {
  content: "\f104";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

.icon-expand-alt:before {
  content: "\f116";
}

.icon-collapse-alt:before {
  content: "\f117";
}

.icon-smile:before {
  content: "\f118";
}

.icon-frown:before {
  content: "\f119";
}

.icon-meh:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard:before {
  content: "\f11c";
}

.icon-flag-alt:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-star-half-full:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-off:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-empty:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-sign-left:before {
  content: "\f138";
}

.icon-chevron-sign-right:before {
  content: "\f137";
}

.icon-chevron-sign-up:before {
  content: "\f139";
}

.icon-chevron-sign-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-horizontal:before {
  content: "\f141";
}

.icon-ellipsis-vertical:before {
  content: "\f142";
}

.icon-rss-sign:before {
  content: "\f143";
}

.icon-fb-boolean:before {
  content: "\e008";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f054";
}

.icon-chevron-right:before {
  content: "\f053";
}

.icon-plus-sign-2:before {
  content: "\f055";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a9";
}

.icon-circle-arrow-right:before {
  content: "\f0a8";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-play-sign:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-sign-alt:before {
  content: "\f146";
}

.icon-check-minus:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

.icon-sort-by-order:before {
  content: "\f162";
}

.icon-sort-by-order-alt:before {
  content: "\f163";
}

.icon-thumbs-up-2:before {
  content: "\f164";
}

.icon-thumbs-down-2:before {
  content: "\f165";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-sign:before {
  content: "\f14a";
}

.icon-edit-sign:before {
  content: "\f14b";
}

.icon-external-link-sign:before {
  content: "\f14c";
}

.icon-share-sign:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-collapse:before {
  content: "\f150";
}

.icon-collapse-top:before {
  content: "\f151";
}

.icon-expand:before {
  content: "\f152";
}

.icon-euro:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before {
  content: "\f155";
}

.icon-rupee:before {
  content: "\f156";
}

.icon-yen:before {
  content: "\f157";
}

.icon-renminbi:before {
  content: "\f158";
}

.icon-won:before {
  content: "\f159";
}

.icon-bitcoin:before {
  content: "\f15a";
}

.icon-file-2:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-by-alphabet:before {
  content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

.icon-sort-by-attributes:before {
  content: "\f160";
}

.icon-youtube-sign:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-sign:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stackexchange:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-sign:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-sign:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f178";
}

.icon-long-arrow-right:before {
  content: "\f177";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-sun:before {
  content: "\f185";
}

.icon-moon:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-db-joinxor:before {
  content: "\e006";
}

.icon-db-state:before {
  content: "\e009";
}

.icon-db-start:before {
  content: "\e00b";
}

.icon-db-end:before {
  content: "\e00a";
}

.icon-db-fork:before {
  content: "\e00c";
}

.icon-db-condition:before {
  content: "\e00e";
}

.icon-db-task:before {
  content: "\e00d";
}

.icon-db-join:before {
  content: "\e00f";
}

.icon-fb-button:before {
  content: "\e010";
}

.icon-fb-fieldset:before {
  content: "\e011";
}

.icon-fb-custom-field:before {
  content: "\e012";
}

.icon-fb-separator:before {
  content: "\e013";
}

.icon-fb-paragraph:before {
  content: "\e014";
}

.icon-fb-file-upload:before {
  content: "\e015";
}

.icon-fb-text:before {
  content: "\e000";
}

.icon-fb-text-box:before {
  content: "\e001";
}

.icon-fb-select:before {
  content: "\e002";
}

.icon-fb-radio:before {
  content: "\e003";
}

.icon-fb-number:before {
  content: "\e004";
}

.icon-fb-integer:before {
  content: "\e005";
}

.icon-fb-decimal:before {
  content: "\e007";
}

.icon-btc:before {
  content: "\f15a";
}

.icon-cny:before {
  content: "\f158";
}

.icon-eur:before {
  content: "\f153";
}

.icon-gear:before {
  content: "\f013";
}

.icon-gears:before {
  content: "\f085";
}

.icon-inr:before {
  content: "\f156";
}

.icon-jpy:before {
  content: "\f157";
}

.icon-krw:before {
  content: "\f159";
}

.icon-mail-forward:before {
  content: "\f064";
}

.icon-mail-reply:before {
  content: "\f112";
}

.icon-paperclip:before {
  content: "\f0c6";
}

.icon-power-off:before {
  content: "\f011";
}

.icon-rotate-left:before {
  content: "\f0e2";
}

.icon-rotate-right:before {
  content: "\f01e";
}

.icon-star-half-empty:before {
  content: "\f123";
}

.icon-unchecked:before {
  content: "\f096";
}

.icon-usd:before {
  content: "\f155";
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../font/glyphicons-halflings-regular.eot);
  src: url(../font/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../font/glyphicons-halflings-regular.woff2) format("woff2"), url(../font/glyphicons-halflings-regular.woff) format("woff"), url(../font/glyphicons-halflings-regular.ttf) format("truetype"), url(../font/glyphicons-halflings-regular.svgglyphicons_halflingsregular) format("svg");
}

.glyphicon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

/* endinject */

/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */

/* -------Start Of Website Color Branding-------- */

/* -------End Of Website Color Branding-------- */

/* -------begin customization-------- */

::-moz-selection {
  background: rgba(33, 52, 105, 0.23);
}

::selection {
  background: rgba(33, 52, 105, 0.23);
}

/* -------end customization-------- */

@font-face {
  font-family: "alexonlightregular";
  src: url("../fonts/alexonlight-webfont.woff2") format("woff2"), url("../fonts/alexonlight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "alexon_rrmedium";
  src: url("../fonts/alexon_rr_medium-webfont.woff2") format("woff2"), url("../fonts/alexon_rr_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "alexon_rrbold";
  src: url("../fonts/alexon_rr_bold-webfont.woff2") format("woff2"), url("../fonts/alexon_rr_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.woff2"), url("../fonts/Helvetica.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica-Bold";
  src: url("../fonts/Helvetica-Bold.woff2") format("woff"), url("../fonts/Helvetica-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica-Light";
  src: url("../fonts/Helvetica-Light.woff2") format("woff"), url("../fonts/Helvetica-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "29lt_bukrabold";
  src: url("../fonts/29lt_bukra_bold-webfont.woff2") format("woff2"), url("../fonts/29lt_bukra_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "29lt_bukraregular";
  src: url("../fonts/29lt_bukra_regular-webfont.woff2") format("woff2"), url("../fonts/29lt_bukra_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "29lt_bukrabold";
  src: url("../fonts/29lt_bukra-bold-webfont.woff2") format("woff2"), url("../fonts/29lt_bukra-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "29lt_bukralight";
  src: url("../fonts/29lt_bukra-light_0-webfont.woff2") format("woff2"), url("../fonts/29lt_bukra-light_0-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "29lt_bukramedium";
  src: url("../fonts/29lt_bukra-medium-webfont.woff2") format("woff2"), url("../fonts/29lt_bukra-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "29lt_bukraregular";
  src: url("../fonts/29lt_bukra-regular_2-webfont.woff2") format("woff2"), url("../fonts/29lt_bukra-regular_2-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "29lt_bukralight";
  src: url("../fonts/29ltbukralight-webfont.woff2") format("woff2"), url("../fonts/29ltbukralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ae_albattarregular";
  src: url("../fonts/_-webfont.woff2") format("woff2"), url("../fonts/_-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GE Hili Light";
  src: url("../fonts/GE-Hili-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GE Hili Book";
  src: url("../fonts/GE-Hili-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLT Arabic 45 Light";
  src: url("../fonts/HelveticaNeueLTArabic-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLT Arabic 75 Bold";
  src: url("../fonts/HelveticaNeueLTArabic-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?aeqdtk");
  src: url("../fonts/icomoon.eot?aeqdtk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?aeqdtk") format("truetype"), url("../fonts/icomoon.woff?aeqdtk") format("woff"), url("../fonts/icomoon.svg?aeqdtk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-assessibility:before {
  content: "\e924";
}

.icon-guide:before {
  content: "\e925";
}

.icon-search1:before {
  content: "\e926";
}

.icon-arrow-top-fill:before {
  content: "\e923";
}

.icon-alliment:before {
  content: "\e921";
}

.icon-top-arrow:before {
  content: "\e922";
}

.icon-round:before {
  content: "\e920";
}

.icon-calendar1:before {
  content: "\e91d";
}

.icon-call:before {
  content: "\e91e";
}

.icon-briefcase:before {
  content: "\e91f";
}

.icon-btn-search:before {
  content: "\e91c";
}

.icon-qot:before {
  content: "\e91b";
}

.icon-close1:before {
  content: "\e91a";
}

.icon-menu:before {
  content: "\e919";
}

.icon-dow-left-arrow:before {
  content: "\e917";
}

.icon-dow-right-arrow:before {
  content: "\e918";
}

.icon-cot:before {
  content: "\e916";
}

.icon-text:before {
  content: "\e914";
}

.icon-text-a:before {
  content: "\e915";
}

.icon-check:before {
  content: "\e913";
}

.icon-cloud:before {
  content: "\e90d";
}

.icon-search:before {
  content: "\e90e";
}

.icon-setting:before {
  content: "\e90f";
}

.icon-smallcaps:before {
  content: "\e910";
}

.icon-call-calling:before {
  content: "\e911";
}

.icon-mosque:before {
  content: "\e912";
}

.icon-download:before {
  content: "\e90b";
}

.icon-external-link:before {
  content: "\e90c";
}

.icon-info-circle:before {
  content: "\e90a";
}

.icon-calendar:before {
  content: "\e909";
}

.icon-plus-add:before {
  content: "\e908";
}

.icon-close:before {
  content: "\e907";
}

.icon-check-icon:before {
  content: "\e906";
}

.icon-mail-icon:before {
  content: "\e905";
}

.icon-round-arrow:before {
  content: "\e904";
}

.icon-calendar-icon:before {
  content: "\e903";
}

.icon-edit:before {
  content: "\e902";
}

.icon-student-loign-icon:before {
  content: "\e900";
}

.icon-public-login-icon:before {
  content: "\e901";
}

/* -------Start Of Website Color Branding-------- */

/* -------End Of Website Color Branding-------- */

/* -------begin customization-------- */

::-moz-selection {
  background: rgba(33, 52, 105, 0.23);
}

::selection {
  background: rgba(33, 52, 105, 0.23);
}

/* -------end customization-------- */

@font-face {
  font-family: "alexonlightregular";
  src: url("../fonts/alexonlight-webfont.woff2") format("woff2"), url("../fonts/alexonlight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "alexon_rrmedium";
  src: url("../fonts/alexon_rr_medium-webfont.woff2") format("woff2"), url("../fonts/alexon_rr_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "alexon_rrbold";
  src: url("../fonts/alexon_rr_bold-webfont.woff2") format("woff2"), url("../fonts/alexon_rr_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.woff2"), url("../fonts/Helvetica.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica-Bold";
  src: url("../fonts/Helvetica-Bold.woff2") format("woff"), url("../fonts/Helvetica-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica-Light";
  src: url("../fonts/Helvetica-Light.woff2") format("woff"), url("../fonts/Helvetica-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "29lt_bukrabold";
  src: url("../fonts/29lt_bukra_bold-webfont.woff2") format("woff2"), url("../fonts/29lt_bukra_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "29lt_bukraregular";
  src: url("../fonts/29lt_bukra_regular-webfont.woff2") format("woff2"), url("../fonts/29lt_bukra_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "29lt_bukrabold";
  src: url("../fonts/29lt_bukra-bold-webfont.woff2") format("woff2"), url("../fonts/29lt_bukra-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "29lt_bukralight";
  src: url("../fonts/29lt_bukra-light_0-webfont.woff2") format("woff2"), url("../fonts/29lt_bukra-light_0-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "29lt_bukramedium";
  src: url("../fonts/29lt_bukra-medium-webfont.woff2") format("woff2"), url("../fonts/29lt_bukra-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "29lt_bukraregular";
  src: url("../fonts/29lt_bukra-regular_2-webfont.woff2") format("woff2"), url("../fonts/29lt_bukra-regular_2-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "29lt_bukralight";
  src: url("../fonts/29ltbukralight-webfont.woff2") format("woff2"), url("../fonts/29ltbukralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ae_albattarregular";
  src: url("../fonts/_-webfont.woff2") format("woff2"), url("../fonts/_-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GE Hili Light";
  src: url("../fonts/GE-Hili-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GE Hili Book";
  src: url("../fonts/GE-Hili-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLT Arabic 45 Light";
  src: url("../fonts/HelveticaNeueLTArabic-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLT Arabic 75 Bold";
  src: url("../fonts/HelveticaNeueLTArabic-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  overflow-x: hidden;
}

html.dark-mode {
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}

* {
  outline: 0 !important;
}

:active,
:focus {
  outline: 0 !important;
}

body {
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  text-align: right;
  margin: 0em;
  padding: 0em;
  font-family: "Helvetica";
  font-size: 16px;
  box-sizing: border-box;
  line-height: 1.625em;
  color: #121212;
  background-color: #ffffff;
}

body.page-loading {
  position: fixed;
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
}

body.st-body-no-scroll {
  position: relative !important;
  overflow-y: scroll !important;
}

[dir=rtl] .h1 p,
[dir=rtl] .h2 p,
[dir=rtl] .h3 p,
[dir=rtl] .h4 p,
[dir=rtl] .h5 p,
[dir=rtl] .h6 p,
[dir=rtl] h1 p,
[dir=rtl] h2 p,
[dir=rtl] h3 p,
[dir=rtl] h4 p,
[dir=rtl] h5 p,
[dir=rtl] h6 p {
  font-family: "GE Hili Book" !important;
}

[dir=rtl] .h1,
[dir=rtl] .h2,
[dir=rtl] .h3,
[dir=rtl] .h4,
[dir=rtl] .h5,
[dir=rtl] .h6,
[dir=rtl] h1,
[dir=rtl] h2,
[dir=rtl] h3,
[dir=rtl] h4,
[dir=rtl] h5,
[dir=rtl] h6 {
  font-family: "GE Hili Book" !important;
}

[dir=rtl] body,
[dir=rtl] p,
[dir=rtl] span,
[dir=rtl] a {
  font-family: "HelveticaNeueLT Arabic 45 Light" !important;
}

[dir=rtl] .btn {
  font-family: "HelveticaNeueLT Arabic 45 Light" !important;
}

ul {
  list-style: none;
}

ul li {
  list-style: none;
}

.portlet-layout .portlet-header {
  margin-bottom: 0em !important;
}

.dark-mode {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

body.learge-font {
  font-size: 1.1875em;
}

body.Ex-learge-font {
  font-size: 1.25em;
}

body.small-font {
  font-size: 0.9375em;
}

body.Ex-small-font {
  font-size: 0.875em;
}

.urdu {
  font-family: "Almarai", sans-serif;
  font-weight: 400;
}

.bg-blue {
  background-color: #213469;
}

.bg-blue-dark {
  background-color: #1c1f40;
}

.bg-purple {
  background: #7c2a44;
}

.bg-green {
  background: #04a99e;
}

.bg-gray {
  background: #F3F5F7;
}

.bg-gray-lite {
  background: #F1F1F1;
}

.bg-white {
  background: #ffffff;
}

.txt-blue {
  color: #213469 !important;
}

.txt-grey {
  color: #7C7C7C !important;
}

.txt-white {
  color: #ffffff !important;
}

.txt-green {
  color: #04a99e !important;
}

.tag {
  font-family: "Helvetica";
  background: transparent;
  padding: 0.4375em 1.125em 0.3125em 1.125em;
  font-size: 0.6875em;
  border-radius: 1.5em;
  text-transform: uppercase;
  line-height: normal;
}

.tag.green {
  background: #DFF6E1;
  color: #08580F;
}

.tag.purple {
  background: #F0DFF6;
  color: #6A0066;
}

.tag.red {
  background: #F4E4E4;
  color: #E53939;
}

.tag.blue {
  background: #E9E4F4;
  color: #7039E5;
}

.tag.liteBlue {
  background: #DFEBF6;
  color: #121212;
  border: 1px solid #5088BB;
}

.socialHldr {
  position: relative;
  margin-top: 1.5em;
}

.socialHldr ul {
  position: relative;
  margin: 0em;
  padding: 0em 0em;
  display: flex;
  align-items: center;
  justify-content: left;
}

.socialHldr ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-left: 0.75em;
}

.socialHldr ul li:last-child {
  margin-left: 0;
}

.socialHldr ul li a {
  color: #ffffff;
  width: 2.75em;
  height: 2.75em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(33, 52, 105, 0.23);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.socialHldr ul li a i {
  font-size: 1.25em;
}

.socialHldr ul li a:hover {
  color: #04a99e;
}

.pagination {
  position: relative;
  margin-top: 1.5em;
}

.pagination .page-link {
  font-family: "Helvetica";
  border-radius: 3.125em;
  width: 3.125em;
  height: 3.125em;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 1em;
  border: 1px solid #BCBCBC !important;
  color: #BDBDBD !important;
  padding: 0;
  margin-left: 0.75em;
}

.pagination .page-link:hover {
  background: #213469;
  color: #ffffff;
  border: 1px solid #213469;
}

.pagination .current {
  background: #213469;
  color: #ffffff;
  border: 1px solid #213469;
  margin-left: 0.75em;
  width: 3.125em;
  height: 3.125em;
  font-family: "Helvetica";
  border-radius: 3.125em;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 1em;
}

.pagination .current.prev::before,
.pagination .current.next::before {
  color: #BDBDBD !important;
}

.pagination .prev,
.pagination .next {
  font-family: "Helvetica";
  border-radius: 3.125em;
  width: 3.125em;
  height: 3.125em;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 1em;
  border: none !important;
  color: transparent !important;
  padding: 0;
  background: none;
}

.pagination .prev:hover,
.pagination .next:hover {
  background: none;
  color: #fff;
  border: none;
}

.pagination .prev::before {
  font-family: "icomoon" !important;
  content: "\e917";
  position: absolute;
  color: #213469;
  font-size: 3em;
}

.pagination .next::before {
  font-family: "icomoon" !important;
  content: "\e918";
  position: absolute;
  color: #213469;
  font-size: 3em;
}

.pagination .ellipse {
  margin-left: 0.75em;
  display: flex;
  align-items: center;
}

[dir=rtl] .pagination .prev::before {
  content: "\e918";
}

[dir=rtl] .pagination .next::before {
  content: "\e917";
}

.white-box-hldr {
  position: relative;
  background: #ffffff;
  padding: 1.5em;
  border-radius: 0.5em;
}

.container {
  padding: 0 0.75em;
}

.container.right-container {
  max-width: 87%;
  margin: 0 auto 0 0;
}

.container .row {
  margin: 0 -0.75em;
}

.container .row [class^=col-] {
  padding: 0 0.75em;
}

.container .row.no-gutters {
  margin: 0;
}

.container .row.no-gutters [class^=col-] {
  padding: 0;
}

.container-fluid {
  padding: 0 0.75em;
}

.container-fluid .row {
  margin: 0 -0.75em;
}

.container-fluid .row [class^=col-] {
  padding: 0 0.75em;
}

.container-fluid .row.no-gutters {
  margin: 0;
}

.container-fluid .row.no-gutters [class^=col-] {
  padding: 0;
}

.py-100 {
  padding: 6.25em 0em !important;
}

.pt-100 {
  padding-top: 6.25em !important;
}

.pb-100 {
  padding-bottom: 6.25em !important;
}

.py-50 {
  padding: 3.125em 0em !important;
}

.pt-50 {
  padding-top: 3.125em !important;
}

.pb-50 {
  padding-bottom: 3.125em !important;
}

.pt-150 {
  padding-top: 9.375em !important;
}

.pb-150 {
  padding-bottom: 9.375em !important;
}

.mt-100 {
  margin-top: 6.25em !important;
}

.mt-50 {
  margin-top: 3.125em !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

i {
  font-style: normal;
}

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

a {
  color: #04AA9F;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

a:focus,
a:hover {
  color: #121212;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

a,
button {
  text-decoration: none;
}

a:hover,
button:hover {
  text-decoration: none;
}

.img-ani {
  transform: rotate3d(0.5, -0.866, 0, 15deg) rotate(1deg);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.img-ani:hover {
  transform: rotate3d(0, 0, 0, 0deg) rotate(0deg);
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "alexon_rrmedium";
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
}

.btn {
  font-family: "Helvetica";
  position: relative;
  font-size: 0.9375em;
  box-shadow: none;
  white-space: normal;
  height: 2.75em;
  padding: 0.6875em 1.625em 0.5625em 1.625em;
  border-radius: 1.875em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  text-decoration: none;
  margin: 0em;
  line-height: normal;
}

.btn .btn-icon {
  font-size: 1.125em;
}

.btn .btn-icon.btn-icon-before {
  padding-right: 0;
  padding-left: 0.625em;
}

.btn.btn-center .btn-icon {
  padding-right: 0.625em;
}

.btn:hover {
  background: none;
}

.btn.read-more {
  font-weight: bold;
  color: #213469 !important;
}

.btn.read-more:hover {
  color: #213469 !important;
}

.btn.paid {
  cursor: auto;
}

.btn-primary {
  background: none;
  color: #213469;
  border: 2px solid #213469;
  height: 2.75em;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
}

.btn-primary::before {
  position: absolute;
  content: "";
  border-right: 2px solid #213469;
  border-top: 2px solid #213469;
  border-bottom: 2px solid #213469;
  height: 2.75em;
  width: 36%;
  z-index: 0;
  border-radius: 0em 1.875em 1.875em 0em;
  right: -0.625em;
  top: -2px;
}

.btn-primary::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #213469;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 1.875em;
}

.btn-primary .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
  border: 2px solid #213469;
  color: #ffffff;
  background: #213469;
}

.btn-primary:focus .btn-icon:not(.btn-icon-before),
.btn-primary:hover .btn-icon:not(.btn-icon-before),
.btn-primary:active .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

[dir=rtl] .btn-primary::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[dir=rtl] .btn-primary .btn-icon::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

[dir=rtl] .btn-primary:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .btn-primary:hover .btn-icon:not(.btn-icon-before) {
  transform: none;
}

.btn-white {
  background: #ffffff;
  color: #121212;
  border: 1px solid #E5E7EB;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-white .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-white:focus,
.btn-white:hover,
.btn-white:active {
  color: #ffffff;
  background-color: #213469;
}

.btn-white:focus .btn-icon:not(.btn-icon-before),
.btn-white:hover .btn-icon:not(.btn-icon-before),
.btn-white:active .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

.btn-gray {
  background: none;
  color: #213469;
  border: 2px solid #EFEFEF;
  height: 2.75em;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
}

.btn-gray::before {
  position: absolute;
  content: "";
  border-right: 2px solid #EFEFEF;
  border-top: 2px solid #EFEFEF;
  border-bottom: 2px solid #EFEFEF;
  height: 2.75em;
  width: 30%;
  z-index: 0;
  border-radius: 0em 1.875em 1.875em 0em;
  right: -0.625em;
  top: -2px;
}

.btn-gray::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #EFEFEF;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 1.875em;
}

.btn-gray .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-gray:focus,
.btn-gray:hover,
.btn-gray:active {
  border: 2px solid #EFEFEF;
  color: #213469;
  background: #EFEFEF;
}

.btn-gray:focus .btn-icon:not(.btn-icon-before),
.btn-gray:hover .btn-icon:not(.btn-icon-before),
.btn-gray:active .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

[dir=rtl] .btn-gray::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[dir=rtl] .btn-gray .btn-icon::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

[dir=rtl] .btn-gray:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .btn-gray:hover .btn-icon:not(.btn-icon-before) {
  transform: none;
}

.btn-black-border {
  background: none;
  color: #000;
  border: 2px solid #000;
  height: 2.75em;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
}

.btn-black-border::before {
  position: absolute;
  content: "";
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  height: 2.75em;
  width: 30%;
  z-index: 0;
  border-radius: 0em 1.875em 1.875em 0em;
  right: -0.625em;
  top: -2px;
}

.btn-black-border::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 1.875em;
}

.btn-black-border .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-black-border:focus,
.btn-black-border:hover,
.btn-black-border:active {
  border: 2px solid #000;
  color: #ffffff;
  background: #000;
}

.btn-black-border:focus .btn-icon:not(.btn-icon-before),
.btn-black-border:hover .btn-icon:not(.btn-icon-before),
.btn-black-border:active .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

[dir=rtl] .btn-black-border::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[dir=rtl] .btn-black-border .btn-icon::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

[dir=rtl] .btn-black-border:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .btn-black-border:hover .btn-icon:not(.btn-icon-before) {
  transform: none;
}

.btn-blue-border,
.fc-today-button {
  background: none;
  color: #213469;
  border: 2px solid #213469;
  height: 2.75em;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
}

.btn-blue-border::before,
.fc-today-button::before {
  position: absolute;
  content: "";
  border-right: 2px solid #213469;
  border-top: 2px solid #213469;
  border-bottom: 2px solid #213469;
  height: 2.75em;
  width: 30%;
  z-index: 0;
  border-radius: 0em 1.875em 1.875em 0em;
  right: -0.625em;
  top: -2px;
}

.btn-blue-border::after,
.fc-today-button::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #213469;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 1.875em;
}

.btn-blue-border .btn-icon,
.fc-today-button .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-blue-border:focus,
.btn-blue-border:hover,
.btn-blue-border:active,
.fc-today-button:focus,
.fc-today-button:hover,
.fc-today-button:active {
  border: 2px solid #213469;
  color: #ffffff;
  background: #213469;
}

.btn-blue-border:focus .btn-icon:not(.btn-icon-before),
.btn-blue-border:hover .btn-icon:not(.btn-icon-before),
.btn-blue-border:active .btn-icon:not(.btn-icon-before),
.fc-today-button:focus .btn-icon:not(.btn-icon-before),
.fc-today-button:hover .btn-icon:not(.btn-icon-before),
.fc-today-button:active .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

.btn-blue-border i,
.fc-today-button i {
  position: relative;
  top: -0.125em;
}

[dir=rtl] .btn-blue-border::after,
[dir=rtl] .fc-today-button::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[dir=rtl] .btn-blue-border .btn-icon::before,
[dir=rtl] .fc-today-button .btn-icon::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

[dir=rtl] .btn-blue-border:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .btn-blue-border:hover .btn-icon:not(.btn-icon-before),
[dir=rtl] .fc-today-button:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .fc-today-button:hover .btn-icon:not(.btn-icon-before) {
  transform: none;
}

.btn-blue {
  background: none;
  color: #ffffff;
  border: 2px solid #213469;
  background-color: #213469;
  height: 2.75em;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
}

.btn-blue::before {
  position: absolute;
  content: "";
  border-right: 2px solid #213469;
  border-top: 2px solid #213469;
  border-bottom: 2px solid #213469;
  height: 2.75em;
  width: 30%;
  z-index: 0;
  border-radius: 0em 1.875em 1.875em 0em;
  right: -0.625em;
  top: -2px;
}

.btn-blue::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 1.875em;
}

.btn-blue .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-blue:focus,
.btn-blue:hover,
.btn-blue:active {
  border: 2px solid #213469;
  color: #213469;
  background: #fff;
}

.btn-blue:focus .btn-icon:not(.btn-icon-before),
.btn-blue:hover .btn-icon:not(.btn-icon-before),
.btn-blue:active .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

.btn-blue i {
  position: relative;
  top: -0.125em;
}

[dir=rtl] .btn-blue::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[dir=rtl] .btn-blue .btn-icon::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

[dir=rtl] .btn-blue:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .btn-blue:hover .btn-icon:not(.btn-icon-before) {
  transform: none;
}

.btn-perpal-border {
  background: none;
  color: #213469;
  border: 2px solid #7C2A44;
  height: 2.75em;
  color: #7C2A44;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
}

.btn-perpal-border::before {
  position: absolute;
  content: "";
  border-right: 2px solid #7C2A44;
  border-top: 2px solid #7C2A44;
  border-bottom: 2px solid #7C2A44;
  height: 2.75em;
  width: 30%;
  z-index: 0;
  border-radius: 0em 1.875em 1.875em 0em;
  right: -0.625em;
  top: -2px;
}

.btn-perpal-border::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #7C2A44;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 1.875em;
}

.btn-perpal-border .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-perpal-border:focus,
.btn-perpal-border:hover,
.btn-perpal-border:active {
  border: 2px solid #7C2A44;
  color: #ffffff;
  background: #7C2A44;
}

.btn-perpal-border:focus .btn-icon:not(.btn-icon-before),
.btn-perpal-border:hover .btn-icon:not(.btn-icon-before),
.btn-perpal-border:active .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

.btn-perpal-border i {
  position: relative;
  top: -0.125em;
}

[dir=rtl] .btn-perpal-border::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[dir=rtl] .btn-perpal-border .btn-icon::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

[dir=rtl] .btn-perpal-border:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .btn-perpal-border:hover .btn-icon:not(.btn-icon-before) {
  transform: none;
}

.btn-perpal {
  background: none;
  color: #213469;
  border: 2px solid #7C2A44;
  height: 2.75em;
  background: #7C2A44;
  color: #fff;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
}

.btn-perpal::before {
  position: absolute;
  content: "";
  border-right: 2px solid #7C2A44;
  border-top: 2px solid #7C2A44;
  border-bottom: 2px solid #7C2A44;
  height: 2.75em;
  width: 30%;
  z-index: 0;
  border-radius: 0em 1.875em 1.875em 0em;
  right: -0.625em;
  top: -2px;
}

.btn-perpal::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 1.875em;
}

.btn-perpal .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-perpal:focus,
.btn-perpal:hover,
.btn-perpal:active {
  border: 2px solid #7C2A44;
  color: #7C2A44;
  background: #fff;
}

.btn-perpal:focus .btn-icon:not(.btn-icon-before),
.btn-perpal:hover .btn-icon:not(.btn-icon-before),
.btn-perpal:active .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

.btn-perpal i {
  position: relative;
  top: -0.125em;
}

[dir=rtl] .btn-perpal::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[dir=rtl] .btn-perpal .btn-icon::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

[dir=rtl] .btn-perpal:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .btn-perpal:hover .btn-icon:not(.btn-icon-before) {
  transform: none;
}

.btn-green-border {
  background: none;
  color: #213469;
  border: 2px solid #04AA9F;
  height: 2.75em;
  color: #04AA9F;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
}

.btn-green-border::before {
  position: absolute;
  content: "";
  border-right: 2px solid #04AA9F;
  border-top: 2px solid #04AA9F;
  border-bottom: 2px solid #04AA9F;
  height: 2.75em;
  width: 30%;
  z-index: 0;
  border-radius: 0em 1.875em 1.875em 0em;
  right: -0.625em;
  top: -2px;
}

.btn-green-border::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #04AA9F;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 1.875em;
}

.btn-green-border .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-green-border:focus,
.btn-green-border:hover,
.btn-green-border:active {
  border: 2px solid #04AA9F;
  color: #ffffff;
  background: #04AA9F;
}

.btn-green-border:focus .btn-icon:not(.btn-icon-before),
.btn-green-border:hover .btn-icon:not(.btn-icon-before),
.btn-green-border:active .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

.btn-green-border i {
  position: relative;
  top: -0.125em;
}

[dir=rtl] .btn-green-border::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[dir=rtl] .btn-green-border .btn-icon::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

[dir=rtl] .btn-green-border:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .btn-green-border:hover .btn-icon:not(.btn-icon-before) {
  transform: none;
}

.btn-green {
  background: none;
  color: #213469;
  border: 2px solid #04AA9F;
  height: 2.75em;
  background: #04AA9F;
  color: #fff;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
}

.btn-green::before {
  position: absolute;
  content: "";
  border-right: 2px solid #04AA9F;
  border-top: 2px solid #04AA9F;
  border-bottom: 2px solid #04AA9F;
  height: 2.75em;
  width: 30%;
  z-index: 0;
  border-radius: 0em 1.875em 1.875em 0em;
  right: -0.625em;
  top: -2px;
}

.btn-green::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 1.875em;
}

.btn-green .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-green:focus,
.btn-green:hover,
.btn-green:active {
  border: 2px solid #04AA9F;
  color: #04AA9F;
  background: #ffffff;
}

.btn-green:focus .btn-icon:not(.btn-icon-before),
.btn-green:hover .btn-icon:not(.btn-icon-before),
.btn-green:active .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

.btn-green i {
  position: relative;
  top: -0.125em;
}

[dir=rtl] .btn-green::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[dir=rtl] .btn-green .btn-icon::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

[dir=rtl] .btn-green:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .btn-green:hover .btn-icon:not(.btn-icon-before) {
  transform: none;
}

.btn-white-border {
  background: none;
  color: #ffffff;
  border: 2px solid #ffffff;
  height: 2.75em;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
}

.btn-white-border::before {
  position: absolute;
  content: "";
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  height: 2.75em;
  width: 30%;
  z-index: 0;
  border-radius: 0em 1.875em 1.875em 0em;
  right: -0.625em;
  top: -2px;
}

.btn-white-border::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 1.875em;
}

.btn-white-border .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-white-border:focus,
.btn-white-border:hover,
.btn-white-border:active {
  border: 2px solid #ffffff;
  color: #213469;
  background: #fff;
}

.btn-white-border:focus .btn-icon:not(.btn-icon-before),
.btn-white-border:hover .btn-icon:not(.btn-icon-before),
.btn-white-border:active .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

[dir=rtl] .btn-white-border::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[dir=rtl] .btn-white-border .btn-icon::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

[dir=rtl] .btn-white-border:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .btn-white-border:hover .btn-icon:not(.btn-icon-before) {
  transform: none;
}

.btn-link {
  color: #213469;
  border: 0;
  padding: 0em;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-link .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-link:focus,
.btn-link:hover {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  color: #121212;
}

.btn-link:focus .btn-icon:not(.btn-icon-before),
.btn-link:hover .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

[dir=rtl] .btn-link:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .btn-link:hover .btn-icon:not(.btn-icon-before) {
  transform: translateX(calc(6px * -1));
}

[dir=rtl] .btn-link .bi-arrow-right-short::before {
  content: "\f12c";
}

[dir=rtl] .btn-link .icon-round-arrow::before {
  font-family: bootstrap-icons !important;
  content: "\f12a";
}

.btn-sm {
  font-size: 0.875em;
  padding: 0.625em 1.5em;
}

.btn-primary:disabled,
.disabled.btn-primary {
  background-color: #213469 !important;
  border-color: #213469 !important;
  color: #ffffff !important;
}

.form-group {
  position: relative;
  margin-bottom: 1.5em;
}

.form-group .required {
  font-family: "Helvetica";
  font-size: 1em;
  color: #F43A3A;
}

.form-group .spnValidation {
  position: relative;
  top: -20px;
  font-size: 12px !important;
}

.form-group .errorMessage,
.form-group .error {
  font-family: "Helvetica";
  font-size: 0.875em;
  color: #F43A3A;
}

.form-group .successMsg {
  font-family: "Helvetica";
  font-size: 1em;
  color: #121212;
}

.form-group label {
  display: block;
  margin-bottom: 0.25em;
  font-size: 0.875em;
  color: #121212;
}

.form-group .form-control.error {
  color: #121212;
}

.form-group sup {
  color: rgb(243, 102, 93);
  top: -0.0625em;
}

.form-group .right-icon {
  position: absolute;
  top: 1.875em;
  left: 0.625em;
  font-size: 1.125em;
  z-index: 1;
}

.form-group .uploadImg {
  position: relative;
  display: block;
  font-size: 0.75em;
}

.form-group .uploadImg i {
  position: absolute;
  top: 0.1875em;
  left: 0;
  color: #E53939;
}

textarea.form-control {
  resize: none;
  min-height: auto;
  height: auto;
}

.form-control {
  color: #667085;
  position: relative;
  font-size: 0.875em;
  height: 2.75em;
  border-radius: 0.25em;
  border: 1px solid #D0D5DD;
  background: none;
  padding: 0em 0.75em;
}

.form-control.pad-right {
  padding-left: 1.875em;
}

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/down-arrow.svg) no-repeat left 8px center/1.125em 1.125em #ffffff !important;
  padding-left: 1.875em;
  padding: 0em 0.75em;
  border: 1px solid #D0D5DD;
  font-size: 0.875em;
  height: 2.75em !important;
  border-radius: 0.25em;
}

.form-control::file-selector-button {
  font-size: 0.875em;
  height: 3em;
  margin: 0em -0.875em 0em 0.75em;
  padding: 0em 0.9375em;
  border: none;
  background: #ebebeb;
}

.empty-state {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 85%;
  padding: 3.75em 0;
}

.empty-state ul.emptyService {
  display: block;
  text-align: center;
  margin: 0;
  width: 100%;
}

.empty-state ul.emptyService li {
  position: relative;
  margin: 0.625em 0;
  padding: 0;
  display: block;
  text-align: center;
}

.empty-state ul.emptyService li .information {
  display: inline-block;
  font-size: 3.25em;
  color: rgba(32, 72, 108, 0.32);
}

.checkBoxMain {
  display: inline-block !important;
  position: relative;
  padding-right: 2.25em;
  margin-bottom: 0 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 0.25em;
}

.checkBoxMain:disabled {
  cursor: default;
}

.checkBoxMain label {
  display: inline-block !important;
  font-size: 1em !important;
  margin-bottom: 0 !important;
}

.checkBoxMain input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkBoxMain input:disabled {
  cursor: default;
}

.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 0.25em;
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.checkBoxMain:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkBoxMain input:checked ~ .checkmark {
  background-color: #213469;
}

.checkBoxMain input:checked ~ .checkmark:after {
  display: block;
}

.checkBoxMain .checkmark::after {
  right: 9px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

[dir=rtl] .checkBoxMain .checkmark::after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  border-width: 2px 0px 0 2px;
}

.radioBtn {
  display: inline-block !important;
  position: relative;
  padding-right: 36px;
  margin-bottom: 0 !important;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 0.3125em;
}

.radioBtn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radioBtn .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.radioBtn .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.radioBtn .error {
  font-size: 1em;
}

.radioBtn:hover input ~ .checkmark {
  background-color: #ccc;
}

.radioBtn input:checked ~ .checkmark {
  background-color: #213469;
}

.radioBtn input:checked ~ .checkmark:after {
  display: block;
}

.radioBtn .checkmark::after {
  top: 7px;
  right: 7px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffffff;
}

ul.checkHldr {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.checkHldr li {
  position: relative;
  padding-right: 1.875em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

ul.checkHldr li:last-child {
  margin-bottom: 0;
}

ul.checkHldr li::before {
  content: "\e913";
  font-family: "icomoon" !important;
  position: absolute;
  color: #004685;
  top: 0;
  right: 0;
  font-size: 1.125em;
}

ul.dotHldr {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.dotHldr li {
  position: relative;
  padding-right: 1.875em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

ul.dotHldr li:last-child {
  margin-bottom: 0;
}

ul.dotHldr li::before {
  content: "\f309";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: #121212;
  top: 0;
  right: 0;
  font-size: 1.875em;
  width: 0.9375em;
}

ul.numberHldr {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.numberHldr li {
  position: relative;
  padding-right: 0.3125em;
  margin-right: 0.9375em;
  line-height: 1.5em;
  margin-bottom: 0.3125em;
  list-style: conic-gradient;
}

ul.numberHldr li:last-child {
  margin-bottom: 0;
}

.innerBannerWrapper {
  position: relative;
  margin: 0;
  padding: 0;
  height: 22.7777777778em;
  overflow: hidden;
  width: 100%;
}

.innerBannerWrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}

.innerBannerWrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.innerBannerWrapper .braTxtMain {
  position: absolute;
  bottom: 3.125em;
  right: 0;
  left: 0;
  z-index: 5;
  color: #ffffff;
  width: 100%;
}

.innerBannerWrapper .braTxtMain .breadcrumb {
  position: relative;
  margin-bottom: 0.75em;
  background: none;
  padding: 0em;
  border-radius: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.innerBannerWrapper .braTxtMain .breadcrumb .active {
  color: #ffffff;
  max-width: 100%;
  vertical-align: middle;
  white-space: break-spaces;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.innerBannerWrapper .braTxtMain .breadcrumb li {
  font-size: 0.875em;
  margin-left: 0.75em;
  padding-right: 0.9375em;
}

.innerBannerWrapper .braTxtMain .breadcrumb li.active {
  color: #ffffff;
  max-width: 100%;
  vertical-align: middle;
  white-space: break-spaces;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.innerBannerWrapper .braTxtMain .breadcrumb li:first-child {
  padding-right: 0em;
}

.innerBannerWrapper .braTxtMain .breadcrumb li:first-child::before {
  display: none;
}

.innerBannerWrapper .braTxtMain .breadcrumb li::before {
  color: #fff !important;
  content: "\f105" !important;
  font-family: FontAwesome;
  background-image: none;
  top: -2px !important;
  font-size: 1.125em;
  margin: 0;
}

.innerBannerWrapper .braTxtMain .breadcrumb li a {
  color: #D0D0D0;
}

.innerBannerWrapper .braTxtMain .breadcrumb li a:hover {
  color: #ffffff;
}

.innerBannerWrapper .braTxtMain h2 {
  font-size: 6em;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.innerBannerWrapper .braTxtMain .bannerTxt {
  font-size: 1em;
  width: 50%;
  padding-top: 0.9375em;
}

[dir=rtl] .innerBannerWrapper .braTxtMain .breadcrumb li::before {
  top: 2px !important;
}

[dir=rtl] .innerBannerWrapper .braTxtMain .breadcrumb .active {
  vertical-align: inherit;
}

.breadcrumb {
  position: relative;
  margin-bottom: 0em;
  background: none;
  padding: 0em !important;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.breadcrumb li {
  font-size: 0.875em;
  margin-left: 0.75em;
  padding-right: 0.9375em;
}

.breadcrumb li.active {
  color: #213469;
  max-width: 100%;
  vertical-align: middle;
  white-space: break-spaces;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.breadcrumb li:first-child {
  padding-right: 0em;
}

.breadcrumb li:first-child::before {
  display: none;
}

.breadcrumb li::before {
  content: "\f105" !important;
  color: #495465 !important;
  font-family: "FontAwesome";
  top: 0px !important;
  font-size: 1.125em;
  background-image: none !important;
  margin: 0 !important;
}

.breadcrumb li a {
  color: #495465;
}

.breadcrumb li a:hover {
  color: #213469;
}

[dir=rtl] .innerBannerWrapper .braTxtMain .breadcrumb li::before {
  content: "\f104" !important;
}

[dir=rtl] .breadcrumb li::before {
  content: "\f104" !important;
}

.FindCourseWrapper {
  position: relative;
  padding: 2.5em 0em;
  background: #213469;
}

.FindCourseWrapper h3 {
  font-size: 1.875em;
  padding-bottom: 0.75em;
  color: #ffffff;
}

.FindCourseWrapper select {
  background-color: #ffffff !important;
  height: 100% !important;
}

.GetAccessWrapper {
  position: relative;
  padding: 2.5em 0em;
  background: #213469;
  color: #ffffff;
}

.GetAccessWrapper .accessTxt {
  position: relative;
  width: 96%;
  font-size: 1.5em;
  line-height: normal;
}

.applyWrapper {
  position: relative;
  padding: 2.5em 0em;
  background: #213469;
  color: #ffffff;
}

.applyWrapper .applyTxt {
  position: relative;
}

.applyWrapper .applyTxt h2 {
  font-size: 1.5em;
  word-wrap: break-word;
}

.applyWrapper .applyTxt .applySubTxt {
  position: relative;
  font-size: 0.875em;
  color: #ffffff;
  margin-top: 0.9375em;
}

.applyWrapper .btnMain {
  display: flex;
  align-items: center;
  justify-content: end;
}

.applyWrapper .btnMain .btn {
  margin-left: 1.25em;
  text-transform: uppercase;
}

.applyWrapper .btnMain .btn:last-child {
  margin-left: 0;
}

.offerProWrapper {
  position: relative;
}

.offerProWrapper .titleMain {
  display: flex;
  padding-bottom: 3.125em;
}

.offerProWrapper .titleMain h2 {
  font-size: 3.25em;
  word-wrap: break-word;
}

.offerProWrapper .titleMain p {
  text-align: left;
}

.offerProWrapper .ProgramHldr {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #121212;
}

.offerProWrapper .ProgramHldr .programImg {
  position: relative;
  height: 26.1875em;
  overflow: hidden;
}

.offerProWrapper .ProgramHldr .programImg::before {
  content: "";
  background: rgba(0, 70, 133, 0.5);
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.offerProWrapper .ProgramHldr .programImg img {
  height: 23.2777777778em;
  width: 100%;
  object-fit: cover;
}

.offerProWrapper .ProgramHldr .programImg .txtHldr {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0.9375em 0.9375em;
  background: #ffffff;
  z-index: 2;
}

.offerProWrapper .ProgramHldr .programImg .txtHldr a {
  color: #213469;
}

.offerProWrapper .ProgramHldr .programImg .txtHldr h2 {
  font-size: 1.5em;
}

.offerProWrapper .ProgramHldr .programImg .txtHldr .txtMain {
  position: relative;
  padding: 0.625em 0em 0em;
  width: 100%;
  display: none;
}

.offerProWrapper .ProgramHldr .programImg .txtHldr .txtMain .perTxt {
  font-size: 1em;
  color: #606E83;
  padding-bottom: 0.625em;
}

.offerProWrapper .ProgramHldr .programImg:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.offerProWrapper .ProgramHldr .programImg:hover::before {
  opacity: 1;
}

.offerProWrapper .ProgramHldr .programImg:hover .txtHldr .txtMain {
  display: block;
}

.subNavHldrMain {
  position: relative;
}

.subNavHldrMain .sticky-top {
  top: 7.875em;
  border-top: 1px solid rgba(3, 12, 28, 0.08);
  z-index: 300;
}

.subNavWrapper {
  background: #ffffff;
  border-bottom: 1px solid rgba(3, 12, 28, 0.08);
}

.subNavWrapper.sticky-top {
  top: 4.625em;
  border-top: 1px solid rgba(3, 12, 28, 0.08);
  z-index: 300;
}

.subNavWrapper ul {
  position: relative;
  list-style: none;
}

.subNavWrapper ul li {
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  display: inline-block;
}

.subNavWrapper ul li a {
  padding: 0.875em 1em;
  font-size: 0.875em;
  display: block;
  color: #121212;
}

.subNavWrapper ul li a:hover,
.subNavWrapper ul li a.active {
  color: #213469;
  position: relative;
  border-color: transparent;
  color: #213469;
}

.subNavWrapper ul li a:hover::after,
.subNavWrapper ul li a.active::after {
  content: "";
  position: absolute;
  height: 4px;
  background-color: #004685;
  bottom: -2px;
  right: 0;
  width: 100%;
}

.subNavWrapper ul li.applyNow {
  background: #213469;
  color: #ffffff;
}

.subNavWrapper ul li.applyNow .apply {
  color: #ffffff;
}

.subNavWrapper ul li.applyNow .apply::after {
  display: none;
}

.subNavWrapper ul li.applyNow .dropdown-menu {
  padding: 0.125em;
  border: 1px solid rgba(227, 227, 227, 0.41);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.04);
  background: #ffffff;
}

.subNavWrapper ul li.applyNow .dropdown-menu li {
  display: block;
}

.subNavWrapper ul li.applyNow .dropdown-menu li a {
  text-transform: uppercase;
}

.subNavWrapper ul li.applyNow .dropdown-menu li a::after {
  display: none;
}

.numberCountWrapper {
  position: relative;
}

.numberCountWrapper .numberBox {
  position: relative;
  background: #ffffff;
  padding: 1.5em 0.75em;
  text-align: center;
  border-top: 2px solid rgb(23, 32, 46);
  display: block;
  border-radius: 0.25em;
}

.numberCountWrapper .numberBox h2 {
  font-size: 3.25em;
  word-wrap: break-word;
}

.numberCountWrapper .numberBox h2 div {
  color: #121212;
  padding-top: 0;
}

.numberCountWrapper .numberBox p,
.numberCountWrapper .numberBox div {
  padding-top: 0.5em;
  font-size: 1em;
  color: #495465;
}

[dir=rtl] .numberCountWrapper .numberBox h2 div {
  font-family: "alexon_rrmedium" !important;
}

button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: none;
  height: 0px;
  width: 0px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  left: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
  outline: 0 !important;
}

button.back-to-top:hover::before,
button.back-to-top:active::before,
button.back-to-top:focus::before {
  background: #04a99e;
}

button.back-to-top::before {
  content: "\e923";
  display: flex;
  background: #fff;
  justify-content: center;
  width: 50%;
  font-family: "icomoon" !important;
  color: #213469;
  font-size: 2.5em;
  right: 16px;
  position: relative;
}

button.back-to-top.show {
  display: block;
  font-size: 1.5625em;
  left: 24px;
  bottom: 4.375em;
  height: 2.875em;
  width: 2.875em;
  visibility: visible;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
  visibility: visible;
}

.bootstrap-select {
  position: relative;
  width: 100% !important;
}

.bootstrap-select .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/down-arrow.svg) no-repeat left 8px center/1.125em 1.125em !important;
  font-size: 0.875em;
  height: 2.75em;
  line-height: 2.5em;
  border-radius: 0.25em;
  border: 1px solid #D0D5DD;
  padding: 0em 0.75em;
}

.page-not-Wrapper {
  position: relative;
}

.page-not-Wrapper .page-not-img {
  position: relative;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  height: auto;
}

.page-not-Wrapper .page-not-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-not-Wrapper h2 {
  font-size: 12.5em;
  color: #213469;
  line-height: 1;
}

.page-not-Wrapper p {
  font-size: 1.875em;
}

.newsWrapper {
  position: relative;
  background: #f0f0f1;
}

.newsWrapper .whiteBoxHldr {
  position: relative;
  background: #ffffff;
  padding: 1.875em;
}

.newsWrapper .upcomingEveWrapper {
  position: relative;
  padding-left: 1.5em;
  border-left: 1px solid rgba(23, 32, 46, 0.1);
}

.newsWrapper .upcomingEveWrapper h2 {
  font-size: 2.5em;
  padding-bottom: 0.625em;
  border-bottom: 1px solid rgba(23, 32, 46, 0.1);
  margin-bottom: 0.625em;
  word-wrap: break-word;
}

.newsWrapper .upcomingEveWrapper .eventBox {
  position: relative;
  padding-bottom: 1.5625em;
  border-bottom: 1px solid rgba(23, 32, 46, 0.1);
  margin-bottom: 1.5625em;
}

.newsWrapper .upcomingEveWrapper .eventBox .imgTxtMain {
  display: flex;
}

.newsWrapper .upcomingEveWrapper .eventBox .imgTxtMain:hover .imgMain img {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}

.newsWrapper .upcomingEveWrapper .eventBox .imgTxtMain .imgMain {
  width: 12.5em;
  height: 9.75em;
  overflow: hidden;
  margin-left: 0.9375em;
}

.newsWrapper .upcomingEveWrapper .eventBox .imgTxtMain .imgMain img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25em;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.8s ease-in-out;
}

.newsWrapper .upcomingEveWrapper .eventBox .imgTxtMain .newsTxtMain {
  position: relative;
  width: 100%;
}

.newsWrapper .upcomingEveWrapper .eventBox .imgTxtMain .newsTxtMain h3 {
  font-family: "Helvetica";
  font-size: 1.125em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.newsWrapper .upcomingEveWrapper .eventBox .imgTxtMain .newsTxtMain h3 a {
  font-size: 1.125em;
  color: #121212;
}

.newsWrapper .upcomingEveWrapper .eventBox .imgTxtMain .newsTxtMain h3 a:hover {
  color: #213469;
}

.newsWrapper .upcomingEveWrapper .eventBox .imgTxtMain .newsTxtMain .dateTimeHldr {
  padding-top: 0.9375em;
  font-family: "Helvetica-Light";
}

.newsWrapper .upcomingEveWrapper .eventBox .imgTxtMain .newsTxtMain .dateTimeHldr .date {
  font-size: 0.8125em;
  color: #495465;
  padding-bottom: 0.1875em;
}

.newsWrapper .upcomingEveWrapper .eventBox .imgTxtMain .newsTxtMain .dateTimeHldr .time {
  font-size: 0.8125em;
  color: #495465;
}

.newsWrapper .latestNewsWrapper {
  position: relative;
}

.newsWrapper .latestNewsWrapper h2 {
  font-size: 2.5em;
  padding-bottom: 0.625em;
  border-bottom: 1px solid rgba(23, 32, 46, 0.1);
  margin-bottom: 0.625em;
  word-wrap: break-word;
}

.newsWrapper .latestNewsWrapper ul.genAnnouHldr {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}

.newsWrapper .latestNewsWrapper ul.genAnnouHldr li {
  margin: 0em 0em 0em 0em;
  padding: 1.5em 0em 1.5em 0em;
  width: 100%;
  border-bottom: 1px solid rgba(23, 32, 46, 0.1);
}

.newsWrapper .latestNewsWrapper ul.genAnnouHldr li:first-child {
  padding-top: 0em;
}

.newsWrapper .latestNewsWrapper ul.genAnnouHldr li .latestHldr {
  display: flex;
  font-size: 1.125em;
  position: relative;
}

.newsWrapper .latestNewsWrapper ul.genAnnouHldr li .latestHldr:hover .genAnnouImg img {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}

.newsWrapper .latestNewsWrapper ul.genAnnouHldr li .latestHldr .genAnnouImg {
  width: 13.5em;
  height: 8.75em;
  margin-left: 1.25em;
  overflow: hidden;
}

.newsWrapper .latestNewsWrapper ul.genAnnouHldr li .latestHldr .genAnnouImg img {
  width: 100%;
  height: 100%;
  border-radius: 0.25em;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.8s ease-in-out;
}

.newsWrapper .latestNewsWrapper ul.genAnnouHldr li .latestHldr .textMain {
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.newsWrapper .latestNewsWrapper ul.genAnnouHldr li .latestHldr .textMain a {
  font-size: 1.125em;
  color: #121212;
}

.newsWrapper .latestNewsWrapper ul.genAnnouHldr li .latestHldr .textMain a:hover {
  color: #213469;
}

.newsWrapper .latestNewsWrapper ul.genAnnouHldr li .latestHldr .newsCate {
  font-family: "Helvetica-Light";
  font-size: 0.8888888889em;
  color: #495465;
  display: block;
  text-transform: uppercase;
  padding-bottom: 0.6666666667em;
}

.patnerWrapper {
  position: relative;
}

.patnerWrapper h2 {
  font-size: 1.875em;
  margin-bottom: 1.25em;
  font-weight: bold;
  line-height: 1.875em;
  word-wrap: break-word;
}

.patnerWrapper ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, 16.66%);
}

.patnerWrapper ul li {
  position: relative;
  margin: 0em;
  padding: 0 0.625em;
  display: inline-block;
  text-align: center;
}

.patnerWrapper ul li img {
  transition: transform 0.5s, filter 1.5s ease-in-out;
}

.patnerWrapper ul li img:hover {
  transform: scale(1.1);
}

.patnerWrapper .patner-slider .slick-slide {
  padding: 0em 0.75em;
}

.patnerWrapper .patner-slider .slick-slide:hover img {
  filter: none;
  -webkit-transform: scale(1.05);
}

.patnerWrapper .patner-slider .slick-slide img {
  margin: 0 auto;
  -webkit-transition: all 0.8s ease-in-out;
}

.patnerWrapper .patner-slider .slick-next,
.patnerWrapper .patner-slider .slick-prev {
  top: -82px;
}

.patnerWrapper .patner-slider .slick-next:hover::before,
.patnerWrapper .patner-slider .slick-prev:hover::before {
  color: #213469;
}

.patnerWrapper .patner-slider .slick-prev {
  right: 190px;
}

.patnerWrapper .patner-slider .slick-next {
  left: 0;
  right: 246px;
}

.patnerWrapper .patner-slider .slick-track {
  display: flex;
  align-items: center;
}

.termsConditionsWrapper {
  position: relative;
}

.termsConditionsWrapper h2 {
  font-size: 3.25em;
  padding-bottom: 0.625em;
  word-wrap: break-word;
}

.termsConditionsWrapper ul {
  position: relative;
  margin: 0.9375em 0em 0em 0em;
  padding: 0;
  list-style: none;
}

.termsConditionsWrapper ul li {
  position: relative;
  padding-right: 0.9375em;
  margin-right: 1.5em;
  line-height: 1.625em;
  margin-bottom: 0.9375em;
  list-style: conic-gradient;
  font-size: 1em;
}

.termsConditionsWrapper ul li ul {
  margin-right: 0.625em;
}

.termsConditionsWrapper ul li:last-child {
  margin-bottom: 0;
}

.comTabMain {
  position: relative;
}

.comTabMain .nav-tabs {
  position: relative;
  border: none;
}

.comTabMain .nav-tabs .nav-link {
  font-family: "Helvetica";
  font-size: 0.875em;
  border: none;
  color: rgba(73, 84, 101, 0.5);
  padding: 0.75em 1.25em;
}

.comTabMain .nav-tabs .nav-link.active {
  position: relative;
  color: #121212;
}

.comTabMain .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #20486c;
  bottom: 0px;
  right: 0;
  width: 100%;
}

.generalAccordion {
  position: relative;
  border: none;
  border-radius: 0;
}

.generalAccordion .accordion-item {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid rgba(205, 214, 218, 0.25);
  background: none;
}

.generalAccordion .accordion-item:first-child {
  border-top: 2px solid rgba(205, 214, 218, 0.25);
}

.generalAccordion .accordion-item:first-child .accordion-button {
  border-radius: 0;
}

.generalAccordion .accordion-item h2 {
  font-size: 1.125em;
  margin-bottom: 0em;
  padding-bottom: 0em;
}

.generalAccordion .accordion-item h2 .accordion-button {
  position: relative;
  background: none;
  padding: 0.75em 0em;
  font-size: 1.125em;
  display: flex;
  align-items: center;
  width: 100%;
  border: none;
  border-radius: 0em;
  text-align: right;
}

.generalAccordion .accordion-item h2 .accordion-button:focus {
  box-shadow: none;
}

.generalAccordion .accordion-item h2 .accordion-button::after {
  content: "\f4fe";
  font-family: "bootstrap-icons";
  background-image: none;
  margin-right: auto;
}

.generalAccordion .accordion-item h2 .accordion-button:not(.collapsed)::after {
  content: "\f62a";
  font-family: "bootstrap-icons";
  background-image: none;
  margin-right: auto;
}

.generalAccordion .accordion-item .accordion-body {
  font-family: "Helvetica-Light";
  padding: 0.9375em 0em;
}

[dir=rtl] .generalAccordion .accordion-item h2 .accordion-button {
  font-family: "helvetica_neue_lt_arabic75Bd" !important;
}

.read-more-content {
  display: none;
}

.readall {
  position: relative;
  text-align: right;
  box-sizing: border-box;
}

.readall-wrapper {
  text-align: center;
}

.readall-button {
  display: inline-block;
  border: none;
  width: 150px;
  text-align: center;
  cursor: pointer;
  background: none;
  color: #213469;
  font-weight: 700;
}

.readall-button:hover {
  color: #213469;
}

.readall-hide:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 290px;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0) 100%, #F3F5F7 100%);
}

[dir=rtl] .readall-hide:after {
  background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, #F3F5F7 100%);
}

.comonWrapper {
  position: relative;
}

.comonWrapper h2 {
  font-size: 3.25em;
  margin-bottom: 0.625em;
  word-wrap: break-word;
}

.comonWrapper h3 {
  font-size: 2.625em;
  margin-bottom: 0.625em;
  word-wrap: break-word;
}

.comonWrapper h4 {
  font-size: 2em;
  margin-bottom: 0.625em;
  word-wrap: break-word;
}

.comonWrapper strong {
  font-family: "Helvetica-Bold";
}

.comonWrapper ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comonWrapper ul li {
  position: relative;
  padding-right: 1.25em;
  line-height: 1.5em;
  margin-bottom: 0.625em;
}

.comonWrapper ul li:last-child {
  margin-bottom: 0;
}

.comonWrapper ul li::before {
  content: "\f309";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: #121212;
  top: -2px;
  right: -9px;
  font-size: 1.875em;
  width: 0.9375em;
}

.comonWrapper ol {
  position: relative;
  margin: 0.9375em 0em 0em 0em;
  padding: 0;
  list-style: none;
}

.comonWrapper ol li {
  position: relative;
  padding-right: 0.9375em;
  margin-right: 1.5em;
  line-height: 1.625em;
  margin-bottom: 0.9375em;
  list-style: conic-gradient;
  font-size: 1.0625em;
}

.comonWrapper ol li ol {
  margin-right: 0.625em;
}

.comonWrapper ol li ol li {
  font-size: 0.9375em;
}

.comonWrapper ol li:last-child {
  margin-bottom: 0;
}

.comonWrapperChk {
  position: relative;
}

.comonWrapperChk h2 {
  font-size: 3.25em;
  margin-bottom: 0.625em;
  word-wrap: break-word;
}

.comonWrapperChk h3 {
  font-size: 2.625em;
  margin-bottom: 0.625em;
  word-wrap: break-word;
}

.comonWrapperChk h4 {
  font-size: 2em;
  margin-bottom: 0.625em;
  word-wrap: break-word;
}

.comonWrapperChk strong {
  font-family: "Helvetica-Bold";
}

.comonWrapperChk ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comonWrapperChk ul li {
  position: relative;
  padding-right: 1.875em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

.comonWrapperChk ul li:last-child {
  margin-bottom: 0;
}

.comonWrapperChk ul li::before {
  content: "\e913";
  font-family: "icomoon" !important;
  position: absolute;
  color: #004685;
  top: 0;
  right: 0;
  font-size: 1.125em;
}

.comonWrapperChk ol {
  position: relative;
  margin: 0.9375em 0em 0em 0em;
  padding: 0;
  list-style: none;
}

.comonWrapperChk ol li {
  position: relative;
  padding-right: 0.9375em;
  margin-right: 1.5em;
  line-height: 1.625em;
  margin-bottom: 0.9375em;
  list-style: conic-gradient;
  font-size: 1.0625em;
}

.comonWrapperChk ol li ol {
  margin-right: 0.625em;
}

.comonWrapperChk ol li ol li {
  font-size: 0.9375em;
}

.comonWrapperChk ol li:last-child {
  margin-bottom: 0;
}

@media (min-width: 2560px) {
  body {
    font-size: 15px;
    padding-top: 124px;
  }
}

@media (min-width: 1980px) {
  body {
    font-size: 15px;
    padding-top: 124px;
  }
}

@media (min-width: 1900px) {
  body {
    font-size: 15px;
    padding-top: 124px;
  }
}

@media (min-width: 1600px) and (max-width: 1899.98px) {
  body {
    font-size: 15px;
    padding-top: 124px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  body {
    font-size: 14px;
    padding-top: 114px;
  }

  .container {
    padding: 0 0.75em;
  }

  .container.right-container {
    max-width: 87%;
    margin: 0 auto 0 0;
  }

  .container .row {
    margin: 0 -0.75em;
  }

  .container .row [class^=col-] {
    padding: 0 0.75em;
  }

  .container .row.no-gutters {
    margin: 0;
  }

  .container .row.no-gutters [class^=col-] {
    padding: 0;
  }

  .patnerWrapper .patner-slider .slick-prev,
  .patnerWrapper .patner-slider .slick-next {
    top: -77px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  body {
    font-size: 14px;
    padding-top: 114px;
  }

  .container {
    padding: 0 0.75em;
  }

  .container.right-container {
    max-width: 87%;
    margin: 0 auto 0 0;
  }

  .container .row {
    margin: 0 -0.75em;
  }

  .container .row [class^=col-] {
    padding: 0 0.75em;
  }

  .container .row.no-gutters {
    margin: 0;
  }

  .container .row.no-gutters [class^=col-] {
    padding: 0;
  }

  .patnerWrapper .patner-slider .slick-prev,
  .patnerWrapper .patner-slider .slick-next {
    top: -77px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  body {
    font-size: 13px;
    padding-top: 106px;
  }

  * {
    outline: 0;
  }

  .container {
    padding: 0 0.75em;
  }

  .header-main .navbar {
    padding: 0.7em 0px;
  }

  .GetAccessWrapper .accessTxt {
    width: 100%;
  }

  .page-not-Wrapper .page-not-img {
    width: 80%;
  }

  .patnerWrapper .patner-slider .slick-prev,
  .patnerWrapper .patner-slider .slick-next {
    top: -74px;
  }

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body {
    font-size: 12px;
    padding-top: 90px;
  }

  * {
    outline: 0;
  }

  .container {
    max-width: 97%;
    padding: 0 0.75em;
  }

  ul.checkHldr li:last-child {
    margin-bottom: 1.875em;
  }

  .innerBannerWrapper .braTxtMain {
    padding: 0em 1.25em;
  }

  .innerBannerWrapper .braTxtMain h2 {
    font-size: 3.125em;
    word-wrap: break-word;
  }

  .innerBannerWrapper .braTxtMain .bannerTxt {
    width: 100%;
  }

  .GetAccessWrapper .accessTxt {
    width: 100%;
    font-size: 1.125em;
  }

  .offerProWrapper .titleMain h2 {
    font-size: 2.5em;
    word-wrap: break-word;
  }

  .offerProWrapper .titleMain p {
    font-size: 0.875em;
  }

  .offerProWrapper .ProgramHldr .programImg .txtHldr h2 {
    font-size: 1.25em;
  }

  .applyWrapper .applyTxt {
    margin-bottom: 1.5em;
    text-align: center;
  }

  .applyWrapper .btnMain {
    justify-content: center;
  }

  .page-not-Wrapper .page-not-img {
    width: 80%;
    height: auto;
  }

  .page-not-Wrapper h2 {
    font-size: 7.5em;
  }

  .page-not-Wrapper p {
    font-size: 1.25em;
  }

  .newsWrapper .upcomingEveWrapper h2 {
    font-size: 1.875em;
  }

  .newsWrapper .latestNewsWrapper h2 {
    font-size: 1.875em;
    word-wrap: break-word;
  }

  .newsWrapper .latestNewsWrapper ul.genAnnouHldr li .textMain {
    padding-bottom: 0;
    -webkit-line-clamp: 4;
  }

  .newsWrapper .upcomingEveWrapper {
    padding-left: 0;
    border-left: 0;
  }

  .newsWrapper .latestNewsWrapper {
    margin-top: 1.875em;
  }

  .patnerWrapper .patner-slider .slick-prev,
  .patnerWrapper .patner-slider .slick-next {
    top: -69px;
  }

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body {
    font-size: 13px;
    padding-top: 92px;
  }

  .container {
    max-width: 98%;
    padding: 0 0.75em;
  }

  .container .row {
    margin: 0 -0.75em;
  }

  .container .row [class^=col-] {
    padding: 0 0.75em;
  }

  ul.checkHldr {
    margin-bottom: 1.5em;
  }

  ul.checkHldr li:last-child {
    margin-bottom: 1.875em;
  }

  .innerBannerWrapper {
    height: 25em;
  }

  .innerBannerWrapper .braTxtMain h2 {
    font-size: 4em;
    word-wrap: break-word;
  }

  .FindCourseWrapper .btn {
    margin-top: 0.9375em;
  }

  .GetAccessWrapper .accessTxt {
    width: 100%;
    margin-bottom: 0.9375em;
  }

  .offerProWrapper .titleMain h2 {
    font-size: 2.5em;
    word-wrap: break-word;
  }

  .offerProWrapper .titleMain p {
    text-align: right;
    padding-top: 0.3125em;
  }

  .offerProWrapper .ProgramHldr {
    margin-bottom: 1.875em;
  }

  .applyWrapper .applyTxt {
    margin-bottom: 1.5em;
    text-align: center;
  }

  .applyWrapper .btnMain {
    text-align: center;
    display: block;
  }

  .applyWrapper .btnMain .btn {
    margin-left: 0;
    margin-bottom: 0em;
  }

  .applyWrapper .btnMain .btn:last-child {
    margin-bottom: 0;
    margin-right: 0.9375em;
  }

  .numberCountWrapper .numberBox {
    margin-bottom: 1.5em;
  }

  .newsWrapper .upcomingEveWrapper {
    padding-left: 0;
    border-left: 0;
  }

  .newsWrapper .latestNewsWrapper {
    margin-top: 1.5em;
  }

  .newsWrapper .latestNewsWrapper ul.genAnnouHldr li .textMain {
    -webkit-line-clamp: 5;
  }

  .patnerWrapper .patner-slider .slick-prev,
  .patnerWrapper .patner-slider .slick-next {
    top: -73px;
  }

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }

  .socialHldr {
    display: none;
  }

  button.back-to-top.show {
    display: none;
  }
}

@media (max-width: 575.98px) {
  * {
    outline: 0;
  }

  body {
    font-size: 12px;
    padding-top: 88px;
  }

  .container {
    max-width: 100%;
    padding: 0 0.9375em;
  }

  .container .row {
    margin: 0 -0.9375em;
  }

  .container .row [class^=col-] {
    padding: 0 0.9375em;
  }

  ul.checkHldr li:last-child {
    margin-bottom: 1.875em;
  }

  .pagination li.page-item .page-link {
    font-family: "Helvetica";
    width: 2.5em;
    height: 2.5em;
    font-size: 1em;
  }

  .btn {
    font-size: 0.9375em;
  }

  .innerBannerWrapper {
    height: 21.875em;
  }

  .innerBannerWrapper .braTxtMain {
    padding: 0em 1.25em;
  }

  .innerBannerWrapper .braTxtMain h2 {
    font-size: 2.5em;
    word-wrap: break-word;
  }

  .innerBannerWrapper .braTxtMain .bannerTxt {
    width: 100%;
  }

  .FindCourseWrapper .btn {
    margin-top: 0.9375em;
  }

  .GetAccessWrapper .accessTxt {
    width: 100%;
    margin-bottom: 0.9375em;
  }

  .offerProWrapper .titleMain h2 {
    font-size: 2.5em;
    word-wrap: break-word;
  }

  .offerProWrapper .titleMain p {
    text-align: right;
    padding-top: 0.3125em;
  }

  .offerProWrapper .ProgramHldr {
    margin-bottom: 1.875em;
  }

  .applyWrapper .applyTxt {
    margin-bottom: 1.5em;
    text-align: center;
  }

  .applyWrapper .btnMain {
    text-align: center;
    display: block;
  }

  .applyWrapper .btnMain .btn {
    margin-left: 0;
    margin-bottom: 1.5em;
    width: 90%;
  }

  .applyWrapper .btnMain .btn:last-child {
    margin-bottom: 0;
  }

  .numberCountWrapper .numberBox {
    margin-bottom: 1.875em;
  }

  .page-not-Wrapper .page-not-img {
    width: 100%;
  }

  .page-not-Wrapper h2 {
    font-size: 7.5em;
    word-wrap: break-word;
  }

  .page-not-Wrapper p {
    font-size: 1.25em;
  }

  .newsWrapper .whiteBoxHldr {
    padding: 1.25em;
  }

  .newsWrapper .upcomingEveWrapper {
    padding-left: 0;
    border-left: none;
  }

  .newsWrapper .latestNewsWrapper ul.genAnnouHldr li {
    display: block;
  }

  .newsWrapper .latestNewsWrapper ul.genAnnouHldr li .latestHldr {
    display: block;
  }

  .newsWrapper .latestNewsWrapper ul.genAnnouHldr li .latestHldr .genAnnouImg {
    margin-left: 0;
    margin-bottom: 0.9375em;
    width: 100%;
  }

  .newsWrapper .latestNewsWrapper ul.genAnnouHldr li .latestHldr .textMain {
    padding-bottom: 0;
  }

  .patnerWrapper .patner-slider .slick-prev,
  .patnerWrapper .patner-slider .slick-next {
    top: -69px;
  }

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }

  .comTabMain {
    padding: 0em 0.9375em;
  }

  .comTabMain .nav-tabs .nav-link {
    padding: 0.75em 0.75em;
  }

  .socialHldr {
    display: none;
  }

  button.back-to-top.show {
    display: none;
  }
}

@media (min-width: 359px) and (max-width: 574px) {
  .comTabMain .nav-tabs .nav-link {
    padding: 0.75em 0.5em;
  }

  .socialHldr {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 451.99px) {
  body {
    padding-top: 88px;
  }
}

/* Slider */

/* Icons */

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
  transition: transform 0.2s;
}

.slick-prev:hover::before,
.slick-next:hover::before {
  color: #213469;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "icomoon" !important;
  font-size: 40px;
  line-height: 1;
  opacity: 1;
  color: #17202E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  right: -25px;
}

[dir=rtl] .slick-prev {
  left: -25px;
  right: auto;
}

.slick-prev:before {
  content: "\e917";
}

[dir=rtl] .slick-prev:before {
  content: "\e918";
}

.slick-next {
  left: -25px;
}

[dir=rtl] .slick-next {
  left: auto;
  right: -25px;
}

.slick-next:before {
  content: "\e918";
}

[dir=rtl] .slick-next:before {
  content: "\e917";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 6px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 6px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  opacity: 1;
  background: #5c5c5c;
  border-radius: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  display: none;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
  width: 30px;
  opacity: 1;
  background: #213469;
  border-radius: 20px;
}

.mobileText {
  display: none;
}

.container-scroller {
  overflow: hidden;
}

.page-body-wrapper {
  min-height: calc(100vh - 97px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding-right: 0;
  padding-left: 0;
  padding-top: 97px;
}

.page-body-wrapper.full-page-wrapper {
  width: 100%;
  min-height: 100vh;
  padding-top: 0;
}

.content-wrapper {
  background: #ffffff;
  padding: 1.5rem 3.5rem 1.5rem 2.187rem;
  width: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.auth .bgImagMain {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.auth .signupImg {
  background-size: cover;
}

.auth .signupImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.auth .loginImg {
  background-size: cover;
}

.auth .loginImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loginHldr {
  position: relative;
}

.loginHldr .logoMain,
.loginHldr .loginLogo {
  position: relative;
  padding: 0.9375em 2.5em 1.875em;
  text-align: left;
}

.loginHldr .loginLogo {
  text-align: right;
}

.loginHldr .formMain {
  position: relative;
  width: 90%;
  margin: 0 auto;
  height: 100%;
}

.loginHldr .formMain h3 {
  font-size: 1.875em;
  padding-bottom: 0.25em;
  line-height: normal;
}

.loginHldr .formMain hr {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 1.25em 0em;
}

.loginHldr .formMain .formHldr {
  position: relative;
}

.loginHldr .formMain .formHldr .btn-black-border:hover {
  background: #ffffff;
  border: 1px solid #121212;
}

.loginHldr .formMain .formHldr p {
  font-size: 0.875em;
}

.loginHldr .formMain .formHldr .uae-btn-main {
  position: relative;
  width: 19.375em;
  height: 3.375em;
  margin: 0em auto;
  padding: 0em;
  display: block;
}

.loginHldr .formMain .formHldr .uae-btn-main.signup-uae {
  background: url("../images/UAEPASS_Sign_up_Btn_Outline_Active.png") no-repeat top center;
  background-size: cover;
}

.loginHldr .formMain .formHldr .uae-btn-main.signup-uae:hover {
  background: url("../images/UAEPASS_Sign_up_Btn_Outline_Focus.png") no-repeat top center;
  background-size: cover;
}

.loginHldr .formMain .formHldr .uae-btn-main.login-uae {
  background: url("../images/UAEPASS_Sign_in_Btn_Outline_Active.png") no-repeat top center;
  background-size: cover;
}

.loginHldr .formMain .formHldr .uae-btn-main.login-uae:hover {
  background: url("../images/UAEPASS_Sign_in_Btn_Outline_Focus.png") no-repeat top center;
  background-size: cover;
}

.loginHldr .loginForm {
  width: 60%;
}

.loginHldr .loginForm p {
  font-size: 0.875em;
}

.RequestTabHldr .nav-tabs .nav-item {
  margin-bottom: 0px;
}

.RequestTabHldr .nav-tabs {
  border-bottom: 1px solid rgba(67, 67, 67, 0.24);
  padding: 0 0.9375em;
  font-size: 1em;
}

.RequestTabHldr .nav-tabs .nav-link {
  color: rgba(67, 67, 67, 0.64);
  font-size: 1em;
  font-weight: bold;
}

.RequestTabHldr .nav-tabs .nav-link i {
  margin-left: 0.3125em;
  vertical-align: middle;
  font-size: 1.25em;
}

.loginTabHldr {
  position: relative;
  margin-top: 1.5625em;
}

.loginTabHldr .nav-tabs {
  position: relative;
  border: none;
}

.loginTabHldr .nav-tabs .nav-link {
  font-family: "Helvetica";
  border: none;
  color: #A2A2A2;
  padding: 0.75em 1.25em;
}

.loginTabHldr .nav-tabs .nav-link.active {
  position: relative;
  color: #213469;
}

.loginTabHldr .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #20486c;
  bottom: 0px;
  right: 0;
  width: 100%;
}

.loginTabHldr .tab-content {
  padding: 1.5625em 0em;
}

.loginTabHldr .tab-content .remember-row {
  position: relative;
  margin-bottom: 1em;
  font-size: 0.875em;
  display: flex;
  align-items: center;
}

.loginTabHldr .tab-content .remember-row .form-check-label {
  font-size: 0.875em;
}

.loginTabHldr .tab-content .remember-row .forgotPwd {
  text-align: left;
}

.loginTabHldr .tab-content .remember-row .form-check .form-group {
  margin-bottom: 0 !important;
}

.loginTabHldr .panel-body {
  padding: 0;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .loginHldr .loginForm {
    width: 70%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .loginHldr .loginForm {
    width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .loginHldr .logoMain {
    padding: 0.9375em 0em 1.875em;
    text-align: center;
  }

  .loginHldr .logoMain .formHldr {
    margin-bottom: 1.5em;
  }

  .loginHldr .formMain {
    width: 90%;
  }

  .auth .bgImagMain {
    height: 110vh;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .page-body-wrapper.full-page-wrapper {
    min-height: auto;
  }

  .login-img {
    display: none;
  }

  .loginHldr .logoMain {
    padding: 0.9375em 0em 1.875em;
    text-align: center;
  }

  .loginHldr .formMain {
    width: 100%;
    padding-bottom: 1.875em;
  }
}

@media (max-width: 575.98px) {
  .page-body-wrapper.full-page-wrapper {
    min-height: auto;
  }

  .login-img {
    display: none;
  }

  .loginHldr .logoMain,
  .loginHldr .logoMain {
    padding: 0.9375em 0em 1.875em;
    text-align: center;
  }

  .loginHldr .formMain {
    width: 100%;
    padding-bottom: 1.875em;
  }

  .loginTabHldr .nav-tabs .nav-link {
    padding: 0.75em 0.9375em;
    font-size: 0.875em;
  }
}

.username-wrapper {
  position: relative;
}

.username-wrapper .nameBox {
  position: relative;
  background: url(../images/login-name-bg.png) no-repeat bottom center;
  border-radius: 0.5em;
  display: block;
}

.username-wrapper .nameBox .user-hldr {
  position: relative;
  background: #213469;
  padding: 1.875em;
  border-radius: 0.5em 0.5em 0em 0em;
}

.username-wrapper .nameBox .user-hldr .userId {
  font-family: "Helvetica-Light";
  text-align: left;
  color: #ffffff;
}

.username-wrapper .nameBox .user-hldr .userId .id {
  font-style: italic;
}

.username-wrapper .nameBox .photoName-hldr {
  position: relative;
  padding: 0em 2.5em;
  margin-bottom: 1.5em;
  margin-top: -2.5em;
  display: flex;
  align-items: center;
}

.username-wrapper .nameBox .photoName-hldr .photoEdit {
  position: absolute;
  top: 3.75em;
  left: 2.5em;
}

.username-wrapper .nameBox .photoName-hldr .photo {
  width: 12.5em;
  height: 12.5em;
  overflow: hidden;
  position: relative;
}

.username-wrapper .nameBox .photoName-hldr .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  border: 0.375em solid #ffffff;
}

.username-wrapper .nameBox .photoName-hldr .photo .profile-edit {
  position: absolute;
  bottom: 16px;
  left: 9px;
  border-radius: 50%;
  background: #213469;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  color: #fff;
}

.username-wrapper .nameBox .photoName-hldr .name-hldr {
  position: relative;
  margin-right: 1.5em;
  color: #ffffff;
}

.username-wrapper .nameBox .photoName-hldr .name-hldr h2 {
  font-family: "Helvetica";
  font-size: 1.625em;
  margin-bottom: 0.1875em;
  line-height: normal;
  color: #ffffff;
}

.username-wrapper .nameBox .photoName-hldr .name-hldr p {
  color: #ffffff;
}

.ProfileTabHldr {
  position: relative;
  padding: 0em 2.5em;
  display: flex;
  align-items: center;
}

.ProfileTabHldr span {
  font-size: 12px;
  padding: 3px 14px 0px;
  background: #04a99e;
  border-radius: 15px;
  color: #fff;
  margin-right: auto;
}

.ProfileTabHldr .nav-tabs {
  position: relative;
  border: none;
}

.ProfileTabHldr .nav-tabs .nav-link {
  font-family: "Helvetica";
  font-size: 0.875em;
  border: none;
  color: #ffffff;
  padding: 0.75em 1.25em;
}

.ProfileTabHldr .nav-tabs .nav-link.active {
  position: relative;
  color: #121212;
}

.ProfileTabHldr .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #20486c;
  bottom: 0px;
  right: 0;
  width: 100%;
}

.white-box-hldr .title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em;
  background: #F3F5F7;
  border-radius: 0.25em;
}

.white-box-hldr .title h2 {
  font-size: 1.375em;
}

.white-box-hldr .title .editIcon {
  background: none;
  padding: 0;
  border: 0;
  cursor: pointer;
  font-size: 1em;
  line-height: 1;
  position: relative;
}

.white-box-hldr .title .editIcon:hover {
  background: none;
}

.white-box-hldr .contant-main {
  position: relative;
  padding: 0em 1em;
}

.personal-details-wrapper {
  position: relative;
}

.personal-details-wrapper .personal-details-box {
  position: relative;
  margin-bottom: 1.5em;
}

.personal-details-wrapper .personal-details-box h2 {
  font-family: "Helvetica";
  font-size: 1em;
  margin-bottom: 0.3125em;
}

.personal-details-wrapper .personal-details-box p {
  font-size: 0.875em;
  display: flex;
  align-items: center;
}

.personal-details-wrapper .personal-details-box p i {
  margin-left: 0.3125em;
}

.exp-edu-wrapper {
  position: relative;
}

.exp-edu-wrapper .exp-edu-hldr {
  position: relative;
  padding: 1.5em 0em;
  margin: 0em;
  border-bottom: 1px solid #E2E2E2;
}

.exp-edu-wrapper .exp-edu-hldr h3 {
  font-family: "Helvetica";
  font-size: 1.125em;
  padding-bottom: 0.75em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.exp-edu-wrapper .exp-edu-hldr h3 .edu-tag {
  font-family: "Helvetica-Light";
  color: #7C7C7C;
  padding: 0.3125em 0.75em;
  font-size: 0.75em;
  background: #EBEFF3;
  border-radius: 0.25em;
  margin-right: 1em;
}

.exp-edu-wrapper .exp-edu-hldr h3 .ext-tag {
  font-family: "Helvetica-Light";
  color: #7C7C7C;
  font-size: 0.75em;
  margin-right: 1em;
}

.exp-edu-wrapper .exp-edu-hldr h3 .editIcon,
.exp-edu-wrapper .exp-edu-hldr h3 .removeIcon {
  background: none;
  padding: 0;
  border: 0;
  cursor: pointer;
  font-size: 1em;
  line-height: 1;
  position: relative;
}

.exp-edu-wrapper .exp-edu-hldr h3 .editIcon:hover,
.exp-edu-wrapper .exp-edu-hldr h3 .removeIcon:hover {
  background: none;
}

.exp-edu-wrapper .exp-edu-hldr h3 .removeIcon {
  font-size: 1.25em;
}

.exp-edu-wrapper .exp-edu-hldr .edu-point {
  position: relative;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75em;
}

.exp-edu-wrapper .exp-edu-hldr .edu-point li {
  display: inline-block;
  position: relative;
  padding-right: 0.75em;
  font-size: 0.875em;
  color: #7C7C7C;
}

.exp-edu-wrapper .exp-edu-hldr .edu-point li::before {
  content: "•";
  color: #121212;
  padding-left: 0.75em;
}

.exp-edu-wrapper .exp-edu-hldr .edu-point li:first-child {
  padding-right: 0em;
}

.exp-edu-wrapper .exp-edu-hldr .edu-point li:first-child::before {
  display: none;
}

.my-courses-wrapper {
  position: relative;
}

.my-courses-wrapper .CoursesTabHldr {
  position: relative;
  padding: 0em 0em;
}

.my-courses-wrapper .CoursesTabHldr .nav-tabs {
  position: relative;
  border: none;
}

.my-courses-wrapper .CoursesTabHldr .nav-tabs .nav-link {
  font-family: "Helvetica";
  font-size: 0.875em;
  border: none;
  color: rgba(73, 84, 101, 0.5);
  padding: 0em 0.125em 0.5em;
  margin-left: 1.875em;
}

.my-courses-wrapper .CoursesTabHldr .nav-tabs .nav-link.active {
  position: relative;
  color: #121212;
}

.my-courses-wrapper .CoursesTabHldr .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #20486c;
  bottom: 0px;
  right: 0;
  width: 100%;
}

.my-courses-wrapper .CoursesTabHldr .tab-content {
  position: relative;
  padding-top: 1.5em;
}

.my-courses-wrapper .my-courses-hldr {
  position: relative;
}

.my-courses-wrapper .my-courses-hldr .courses-card {
  position: relative;
  margin: 0em 0em 3.125em 0em;
  padding: 0em;
  border: none;
}

.my-courses-wrapper .my-courses-hldr .courses-card .courses-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 12em;
}

.my-courses-wrapper .my-courses-hldr .courses-card .courses-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25em;
}

.my-courses-wrapper .my-courses-hldr .courses-card .card-body {
  padding: 0em;
}

.my-courses-wrapper .my-courses-hldr .courses-card .card-body h5 {
  font-size: 1.75em;
  padding-bottom: 0.3125em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.my-courses-wrapper .my-courses-hldr .courses-card .card-body h5 a {
  color: #121212;
}

.my-courses-wrapper .my-courses-hldr .courses-card .card-body h5 a:hover {
  color: #213469;
}

.my-courses-wrapper .my-courses-hldr .courses-card .card-body .date {
  position: relative;
  display: flex;
  align-items: center;
  color: #495465;
  font-size: 0.875em;
  padding-bottom: 0.3125em;
}

.my-courses-wrapper .my-courses-hldr .courses-card .card-body .date i {
  margin-left: 0.3125em;
  font-size: 1.125em;
  top: -0.125em;
  position: relative;
}

.my-courses-wrapper .my-courses-hldr .courses-card .card-body .language {
  color: #495465;
  font-size: 0.875em;
  padding-bottom: 0.3125em;
  text-transform: capitalize;
}

.my-courses-wrapper .my-courses-hldr .courses-card .card-body .btnTagMain {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.625em;
}

.my-courses-wrapper .my-courses-hldr .courses-card .card-body .btnTagMain .btn {
  padding: 0.375em 1.25em;
  font-size: 0.875em;
  text-transform: uppercase;
}

.my-courses-wrapper .my-courses-hldr .courses-card .card-body .btnTagMain .btn .btn-icon {
  font-size: 1.125em;
}

.my-courses-wrapper .my-courses-hldr .courses-card .card-body .btnTagMain .pad-date {
  font-size: 0.875em;
  font-family: "Helvetica-Light";
}

.my-courses-wrapper .shortlisted-hldr {
  position: relative;
}

.my-courses-wrapper .shortlisted-hldr .shortlisted-card {
  position: relative;
  margin: 0em 0em 3.75em 0em;
  padding: 0em;
  border: none;
}

.my-courses-wrapper .shortlisted-hldr .shortlisted-card .shortlisted-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 15.8888888889em;
}

.my-courses-wrapper .shortlisted-hldr .shortlisted-card .shortlisted-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25em;
}

.my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body {
  padding: 0em;
}

.my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .card-title {
  position: relative;
  display: block;
  padding-bottom: 0.625em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.625em;
}

.my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .card-title h5 {
  font-size: 1.75em;
  padding-bottom: 0.1875em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .card-title h5 a {
  color: #121212;
}

.my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .card-title h5 a:hover {
  color: #213469;
}

.my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .card-title .title-disc {
  font-size: 0.875em;
  color: #999999;
}

.my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .cont-main {
  position: relative;
  padding: 0.625em 0em;
}

.my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .cont-main .txt-main {
  position: relative;
}

.my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .cont-main .txt-main .dateLangMain {
  font-size: 1em;
  color: #495465;
  display: flex;
  align-items: center;
}

.my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .cont-main .txt-main .dateLangMain .date,
.my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .cont-main .txt-main .dateLangMain .language {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0.9375em;
  margin-left: 0.9375em;
  border-left: 1px solid #000;
  line-height: 1;
}

.my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .cont-main .txt-main .dateLangMain .date span,
.my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .cont-main .txt-main .dateLangMain .language span {
  padding-left: 0.3125em;
}

.my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .cont-main .txt-main .dateLangMain .language {
  padding-left: 0em;
  margin-left: 0em;
  border-left: none;
}

.my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .cont-main .txt-main .Price {
  font-size: 1em;
  color: #495465;
}

.my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .cont-main .txt-main .Price span {
  padding-left: 0.3125em;
}

.my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .cont-main .txt-main .Attend {
  font-size: 1em;
  color: #495465;
}

.my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .cont-main .txt-main .Attend span {
  padding-left: 0.3125em;
}

.my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .cont-main .txt-main .emailMain {
  font-size: 1em;
  color: #495465;
  display: flex;
  align-items: center;
}

.my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .cont-main .txt-main .emailMain i {
  margin-left: 0.3125em;
  font-size: 1.125em;
  position: relative;
  top: 1px;
}

.my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .cont-main .txt-main .emailMain a {
  margin-right: 0.3125em;
}

.profile-modal-Wrapper {
  max-width: 57.6875em;
}

.profile-modal-Wrapper .modal-content {
  border: none;
  border-radius: 0.5em;
}

.profile-modal-Wrapper .modal-content .modal-header {
  background: #213469;
  padding: 1.875em;
  color: #ffffff;
  height: auto;
}

.profile-modal-Wrapper .modal-content .modal-header h5 {
  font-size: 1.4375em;
}

.profile-modal-Wrapper .modal-content .modal-header p {
  font-size: 1em;
}

.profile-modal-Wrapper .modal-content .modal-header .btn-close {
  background: none;
  color: #ffffff;
  font-size: 1.25em;
  opacity: 1;
  border: none;
}

.profile-modal-Wrapper .modal-content .modal-header .btn-close::before {
  content: "\e91a";
  font-family: "icomoon" !important;
}

.profile-modal-Wrapper .modal-content .modal-body {
  padding: 1.875em;
  max-height: 31.25em;
  overflow-x: auto;
}

.profile-modal-Wrapper .modal-content .modal-body .event-login-text {
  position: relative;
}

.profile-modal-Wrapper .modal-content .modal-body .event-login-text p {
  font-family: "Helvetica";
  font-size: 1.25em;
  margin-bottom: 0.75em;
  text-align: center;
}

.profile-modal-Wrapper .modal-content .modal-body .event-login-text p:last-child {
  margin-bottom: 0;
}

.profile-modal-Wrapper .modal-content .modal-footer {
  background: #F3F4F6;
  padding: 1.25em 1.875em;
  border: none;
  justify-content: flex-end;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .profile-modal-Wrapper {
    max-width: 90%;
  }
}

@media (max-width: 575.98px) {
  .username-wrapper .nameBox .user-hldr {
    padding: 0.9375em;
  }

  .username-wrapper .nameBox .photoName-hldr {
    padding: 0em 0.9375em;
    margin-top: 0.9375em;
    display: block;
    text-align: center;
  }

  .username-wrapper .nameBox .photoName-hldr .photoEdit {
    top: 0em;
    left: 0.9375em;
  }

  .username-wrapper .nameBox .photoName-hldr .photo {
    width: 9.375em;
    height: 9.375em;
    margin: 0em auto;
  }

  .username-wrapper .nameBox .photoName-hldr .photo .profile-edit {
    bottom: 2px;
    left: 0px;
  }

  .username-wrapper .nameBox .photoName-hldr .name-hldr {
    margin-right: 0em;
    margin-top: 0.9375em;
  }

  .username-wrapper .nameBox .photoName-hldr .name-hldr h2 {
    font-size: 1.375em;
  }

  .username-wrapper .ProfileTabHldr {
    padding: 0em 0.9375em;
  }

  .username-wrapper .ProfileTabHldr .nav-tabs .nav-link {
    padding: 0.75em 0.75em;
  }

  .my-courses-wrapper .my-courses-hldr .courses-card .card-body {
    margin-top: 0.9375em;
  }

  .my-courses-wrapper .CoursesTabHldr .nav-tabs .nav-link {
    margin-left: 0.75em;
  }

  .my-courses-wrapper .shortlisted-hldr .shortlisted-card .shortlisted-img {
    height: 12.5em;
  }

  .my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body {
    margin-top: 0.9375em;
  }

  .my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .cont-main .txt-main .dateLangMain {
    display: block;
  }

  .my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .cont-main .txt-main .dateLangMain .date {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-bottom: 0.625em;
  }

  .my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .cont-main .btn-gray:hover,
  .my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .cont-main .btn-gray:focus {
    background: #efefef;
    color: #213469;
  }

  .my-courses-wrapper .shortlisted-hldr .shortlisted-card .card-body .cont-main .show-interest:hover {
    background: #213469;
    color: #ffffff;
  }
}

@media (min-width: 359px) and (max-width: 574px) {
  .username-wrapper .ProfileTabHldr .nav-tabs .nav-link {
    padding: 0.75em 0.5em;
  }
}

.footerLogoWrapper {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.875em 0em;
}

.footerLogoWrapper .footLogoHldr {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.footerLogoWrapper .footLogoHldr img {
  width: auto;
  height: 3.125em;
}

footer {
  position: relative;
  padding: 3.125em 0em 0em;
  margin: 0;
  background: #14162d;
  color: #ffffff;
}

footer .logoSectionWraapper {
  position: relative;
  width: 90%;
}

footer .logoSectionWraapper .logoMain {
  position: relative;
  padding: 0em 0em 2.125em 0em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left;
}

footer .logoSectionWraapper .logoMain img {
  width: 50%;
}

footer .logoSectionWraapper .getStartedHldr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  padding: 1.5em 0em 0em 0em;
}

footer .logoSectionWraapper .getStartedHldr h5 {
  position: relative;
  padding-bottom: 0.625em;
  font-size: 1.5em;
}

footer .logoSectionWraapper .getStartedHldr .downloadBtn {
  position: relative;
  display: flex;
  align-items: center;
}

footer .logoSectionWraapper .getStartedHldr .downloadBtn .btn {
  font-size: 0.75em;
}

footer .logoSectionWraapper .getStartedHldr .downloadBtn .btn:first-child {
  margin-left: 1.5em;
}

footer .logoSectionWraapper .twitterWrapper {
  position: relative;
  width: 100%;
  padding: 1.25em;
  border: 1px solid #1e223d;
  border-radius: 1em;
  background: #1e223d;
}

footer .logoSectionWraapper .twitterWrapper .twitLogoHldr {
  position: relative;
  display: flex;
  align-items: center;
}

footer .logoSectionWraapper .twitterWrapper .twitLogoHldr .mbrsgMain {
  position: relative;
  display: flex;
  align-items: center;
}

footer .logoSectionWraapper .twitterWrapper .twitLogoHldr .mbrsgMain .icon {
  width: 2.5em;
  height: 2.5em;
  margin-left: 0.75em;
  background: #003E77;
  border-radius: 50%;
  overflow: hidden;
}

footer .logoSectionWraapper .twitterWrapper .twitLogoHldr .mbrsgMain .nameMain {
  position: relative;
  font-size: 0.875em;
}

footer .logoSectionWraapper .twitterWrapper .twitLogoHldr .mbrsgMain .nameMain span {
  font-size: 0.75em;
  display: block;
  clear: both;
}

footer .logoSectionWraapper .twitterWrapper .twitLogoHldr .twitIcon {
  position: relative;
}

footer .logoSectionWraapper .twitterWrapper .twitLogoHldr .twitIcon i {
  font-size: 1.375em;
}

footer .logoSectionWraapper .twitterWrapper .twitTxtHldr {
  position: relative;
  font-size: 0.875em;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.875em;
}

footer .logoSectionWraapper .socialIcon {
  position: relative;
  padding: 5.625em 0em 0em;
}

footer .logoSectionWraapper .socialIcon ul {
  position: relative;
  margin: 0em;
  padding: 0em 0em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

footer .logoSectionWraapper .socialIcon ul li {
  list-style: none;
  margin-left: 1.5em;
}

footer .logoSectionWraapper .socialIcon ul li:last-child {
  margin-left: 0;
}

footer .logoSectionWraapper .socialIcon ul li a {
  color: #ffffff;
}

footer .logoSectionWraapper .socialIcon ul li a i {
  font-size: 1.25em;
}

footer .logoSectionWraapper .socialIcon ul li a:hover {
  color: #ffffff;
  text-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}

footer .linksWrapper {
  position: relative;
  margin-bottom: 1.875em;
}

footer .linksWrapper:last-child {
  margin-bottom: 0;
}

footer .linksWrapper h5 {
  font-size: 0.9375em;
}

footer .linksWrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0.625em 0em 0em 0em;
  display: block;
}

footer .linksWrapper ul li {
  padding: 0;
  width: 100%;
  margin: 0em 0em 0.375em 0em;
  line-height: 1;
}

footer .linksWrapper ul li:last-child {
  margin-bottom: 0;
}

footer .linksWrapper ul li a {
  color: #AEAEAE;
  font-size: 0.8125em;
  line-height: 1;
}

footer .linksWrapper ul li a:hover {
  color: #04a99e;
}

footer .PrivcayLinksHldr {
  position: relative;
  display: none;
}

footer .PrivcayLinksHldr h5 {
  margin-bottom: 0.9375em;
  font-size: 0.875em;
  line-height: 1;
}

footer .PrivcayLinksHldr h5 a {
  color: #ffffff;
}

footer .PrivcayLinksHldr h5 a:hover {
  color: #ffffff;
}

footer .joinSocialWrapper {
  position: relative;
  margin-top: 1.875em;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 3.125em;
}

footer .joinSocialWrapper .mailingListWrapper {
  position: relative;
}

footer .joinSocialWrapper .mailingListWrapper h2 {
  font-size: 1.125em;
  word-wrap: break-word;
}

footer .joinSocialWrapper .mailingListWrapper h2 i {
  color: #ffffff;
  margin-left: 0.5em;
}

footer .joinSocialWrapper .mailingListWrapper .inboxTxt {
  font-size: 0.625em;
  padding: 0.625em 0em 1em;
}

footer .joinSocialWrapper .mailingListWrapper .joininput {
  position: relative;
  display: flex;
  align-items: center;
}

footer .joinSocialWrapper .mailingListWrapper .joininput .form-control {
  position: relative;
  text-align: right;
  background: #1e223d;
  border: 1px solid #1e223d;
  border-left: none;
  border-radius: 0;
  color: #ffffff;
}

footer .joinSocialWrapper .mailingListWrapper .joininput .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

footer .joinSocialWrapper .mailingListWrapper .joininput .JoinBtn {
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  height: 2.75em;
  background: #1e223d;
  padding: 0em 1.25em;
  font-size: 0.875em;
  color: #ffffff;
}

footer .joinSocialWrapper .footerServWrapper {
  position: relative;
  margin-top: 3em;
}

footer .joinSocialWrapper .footerServWrapper ul {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

footer .joinSocialWrapper .footerServWrapper ul li {
  padding-left: 0.9375em;
  margin-bottom: 0.9375em;
  transition: all 0.5s ease-in-out;
}

footer .joinSocialWrapper .footerServWrapper ul li a {
  position: relative;
  display: flex;
  color: #ffffff;
}

footer .joinSocialWrapper .footerServWrapper ul li a .iconMain {
  position: relative;
  width: 2.875em;
  height: 2.875em;
  background: rgba(33, 52, 105, 0.23);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5em;
  margin-left: 0.625em;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .joinSocialWrapper .footerServWrapper ul li a .iconMain i {
  font-size: 1.25em;
  color: #ffffff;
}

footer .joinSocialWrapper .footerServWrapper ul li a .iconMain i.presidentIconMain {
  background: url(../images/president-icon.svg) no-repeat center !important;
  background-size: 100% !important;
  width: 1.25em;
  height: 1.25em;
}

footer .joinSocialWrapper .footerServWrapper ul li a .servTxtHldr {
  position: relative;
}

footer .joinSocialWrapper .footerServWrapper ul li a .servTxtHldr h2 {
  font-size: 1em;
  word-wrap: break-word;
}

footer .joinSocialWrapper .footerServWrapper ul li a .servTxtHldr .servTxt {
  font-size: 0.75em;
  margin-top: 0.3125em;
}

footer .joinSocialWrapper .footerServWrapper ul li a .servTxtHldr .servTxt a {
  color: #ffffff;
}

footer .joinSocialWrapper .footerServWrapper ul li a:hover {
  cursor: pointer;
}

footer .joinSocialWrapper .footerServWrapper ul li a:hover .iconMain i {
  color: #04a99e;
}

footer .joinSocialWrapper .footerServWrapper ul li a:hover .iconMain i.presidentIconMain {
  width: 1.25em;
  height: 1.25em;
  background: url(../images/president-icon-hover.svg) no-repeat center !important;
  background-size: 100% !important;
}

footer .joinSocialWrapper .footerServWrapper ul li:first-child {
  padding-right: 0em;
}

footer .joinSocialWrapper .footerServWrapper ul li:last-child {
  padding-left: 0;
}

footer .joinSocialWrapper .footerServWrapper ul li.visitorsCount a {
  cursor: default;
}

footer .FooterSocialHldr {
  padding: 0em 0em;
  margin-top: 2.5em;
  position: relative;
  display: none;
}

footer .FooterSocialHldr ul {
  position: relative;
  margin: 0em;
  padding: 0em 0em;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .FooterSocialHldr ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-left: 0.75em;
}

footer .FooterSocialHldr ul li:last-child {
  margin-left: 0;
}

footer .FooterSocialHldr ul li a {
  color: #ffffff;
  width: 3em;
  height: 3em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(33, 52, 105, 0.23);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

footer .FooterSocialHldr ul li a i {
  font-size: 1.25em;
}

footer .FooterSocialHldr ul li a:hover {
  color: #04a99e;
}

footer .copyRightWrapper {
  position: relative;
  margin-top: 2.5em;
  background: #213469;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.5em 0em;
  font-size: 0.875em;
}

footer .copyRightWrapper .ftPrivcayLinks {
  position: relative;
}

footer .copyRightWrapper .ftPrivcayLinks ul {
  position: relative;
  margin: 0em;
  padding: 0em 0em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

footer .copyRightWrapper .ftPrivcayLinks ul li {
  list-style: none;
  margin-left: 1.5em;
}

footer .copyRightWrapper .ftPrivcayLinks ul li:last-child {
  margin-left: 0;
}

footer .copyRightWrapper .ftPrivcayLinks ul li a {
  color: #ffffff;
  font-size: 1em;
}

footer .copyRightWrapper .ftPrivcayLinks ul li a:hover {
  color: #04a99e;
}

.CookieWrapper {
  position: fixed;
  bottom: 0em;
  left: -110%;
  width: 100%;
  background: #fff;
  border-radius: 0em;
  padding: 1.5625em;
  transition: bottom 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  z-index: 2147483648;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.CookieWrapper.show {
  left: 0em;
}

.CookieWrapper .headerTitle {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.CookieWrapper .headerTitle i {
  color: #213469;
  font-size: 2em;
}

.CookieWrapper .headerTitle h2 {
  color: #213469;
  font-weight: 500;
  word-wrap: break-word;
}

.CookieWrapper .data {
  margin-top: 0em;
}

.CookieWrapper .data p {
  color: #333;
  font-size: 0.875em;
}

.CookieWrapper .data p a {
  color: #213469;
  text-decoration: none;
}

.CookieWrapper .data p a:hover {
  text-decoration: underline;
}

.CookieWrapper .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobileLinkWrapper {
  position: relative;
  display: none;
}

.mobileLinkWrapper .accordion-item {
  margin-bottom: 0.9375em;
}

.mobileLinkWrapper .accordion-item .accordion-header {
  font-size: 14px;
}

.mobileLinkWrapper .accordion-item .accordion-header .accordion-button {
  position: relative;
  margin: 0;
  padding: 0;
  background: no-repeat;
  color: #ffffff;
  border: none;
  font-size: 0.875em;
}

.mobileLinkWrapper .accordion-item .accordion-body ul {
  list-style-type: none;
  margin: 0;
  padding: 0.625em 0em 0em 0em;
  display: block;
}

.mobileLinkWrapper .accordion-item .accordion-body ul li {
  padding: 0;
  width: 100%;
  margin: 0em 0em 0.375em 0em;
  line-height: 1;
}

.mobileLinkWrapper .accordion-item .accordion-body ul li:last-child {
  margin-bottom: 0;
}

.mobileLinkWrapper .accordion-item .accordion-body ul li a {
  color: #AEAEAE;
  font-size: 0.75em;
  line-height: 1;
}

.mobileLinkWrapper .accordion-item .accordion-body ul li a:hover {
  color: #04a99e;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  footer .logoSectionWraapper {
    width: 100%;
    margin-top: 3.125em;
  }

  footer .logoSectionWraapper .twitterWrapper {
    margin-bottom: 1.875em;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .logoSectionWraapper {
    width: 100%;
    margin-top: 3.125em;
  }

  footer .logoSectionWraapper .logoMain img {
    width: 25%;
  }

  footer .logoSectionWraapper .twitterWrapper {
    margin-bottom: 1.875em;
  }

  footer .joinSocialWrapper .footerServWrapper {
    display: none;
  }

  footer .joinSocialWrapper .mailingListWrapper .joininput #joinMailListing {
    width: 80%;
  }

  footer .joinSocialWrapper .mailingListWrapper .joininput #joinMailListing .joinList {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .linksWrapper:last-child {
    margin-bottom: 1.875em;
  }

  footer .PrivcayLinksHldr {
    display: none;
  }

  footer .logoSectionWraapper {
    width: 100%;
    margin-top: 1.5em;
  }

  footer .logoSectionWraapper .twitterWrapper {
    margin-bottom: 1.875em;
  }

  footer .joinSocialWrapper .footerServWrapper {
    display: none;
  }

  footer .joinSocialWrapper .mailingListWrapper .joininput #joinMailListing {
    width: 100%;
  }

  footer .joinSocialWrapper .mailingListWrapper .joininput #joinMailListing .joinList {
    width: 100%;
  }

  footer .FooterSocialHldr {
    display: block;
  }

  footer .copyRightWrapper .ftPrivcayLinks {
    display: none;
  }

  .decLinksWrapper {
    display: none;
  }

  .mobileLinkWrapper {
    display: block;
  }
}

@media (max-width: 575.98px) {
  footer .linksWrapper {
    margin: 1.5em 0em;
  }

  footer .PrivcayLinksHldr {
    display: none;
  }

  footer .logoSectionWraapper {
    width: 100%;
    margin-top: 1.5em;
  }

  footer .logoSectionWraapper .twitterWrapper {
    margin-bottom: 1.875em;
  }

  footer .joinSocialWrapper .footerServWrapper {
    display: none;
  }

  footer .joinSocialWrapper .footerServWrapper ul {
    grid-template-columns: 50% 50%;
  }

  footer .joinSocialWrapper .footerServWrapper ul li {
    padding-left: 0;
    padding-bottom: 0.9375em;
  }

  footer .joinSocialWrapper .footerServWrapper ul li:first-child {
    padding-right: 0;
  }

  footer .joinSocialWrapper .mailingListWrapper .joininput #joinMailListing {
    width: 100%;
  }

  footer .joinSocialWrapper .mailingListWrapper .joininput #joinMailListing .joinList {
    width: 100%;
  }

  footer .copyRightWrapper .ftPrivcayLinks ul li {
    margin-left: 0.75em;
  }

  footer .FooterSocialHldr {
    display: block;
  }

  footer .copyRightWrapper {
    text-align: center;
  }

  footer .copyRightWrapper .ftPrivcayLinks {
    display: none;
  }

  footer .copyRightWrapper .ftPrivcayLinks ul {
    justify-content: center;
    margin-top: 1.5em;
  }

  .decLinksWrapper {
    display: none;
  }

  .mobileLinkWrapper {
    display: block;
  }
}

.topBarWrapper {
  position: relative;
  padding: 0em 0em;
  background: #213469;
  color: #ffffff;
  font-size: 1em;
  z-index: 400;
}

.topBarWrapper .phonePreHldr {
  position: relative;
  float: right;
}

.topBarWrapper .phonePreHldr ul {
  position: relative;
  list-style: none;
  line-height: 1;
  float: right;
}

.topBarWrapper .phonePreHldr ul li {
  margin-left: 0.625em;
  display: flex;
  align-items: center;
  float: right;
  line-height: 1;
}

.topBarWrapper .phonePreHldr ul li i {
  font-size: 1.25em;
  margin-left: 0.375em;
}

.topBarWrapper .phonePreHldr ul li a {
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 0.875em;
  padding: 1.375em 0.625em;
  transition: 0.3s;
}

.topBarWrapper .phonePreHldr ul li a i {
  font-size: 1.125em;
}

.topBarWrapper .phonePreHldr ul li a:hover {
  color: #04a99e;
}

.topBarWrapper .phonePreHldr ul li.dropdown {
  position: relative;
}

.topBarWrapper .phonePreHldr ul li.dropdown .dropdown-toggle::before {
  display: none;
}

.topBarWrapper .phonePreHldr ul li.dropdown .dropdown-menu {
  position: absolute;
  top: 3.125em;
  right: 0;
  min-width: 12.5em;
  border: 0;
  padding: 1.25em;
  box-shadow: 0px 1px 1.875em rgba(32, 72, 108, 0.24);
  border-radius: 0em 0em 0.5em 0.5em;
  margin-top: 0em !important;
}

.topBarWrapper .phonePreHldr ul li.dropdown .dropdown-menu li {
  display: block;
  width: 100%;
  margin: 0em 0em 1.25em 0em;
}

.topBarWrapper .phonePreHldr ul li.dropdown .dropdown-menu li:last-child {
  margin: 0;
}

.topBarWrapper .phonePreHldr ul li.dropdown .dropdown-menu li a {
  padding: 0;
  color: #213469;
  transform: none;
}

.topBarWrapper .phonePreHldr ul li.dropdown .dropdown-menu li a:hover {
  transform: none;
}

.topBarWrapper .phonePreHldr .ServIconsWrapper {
  position: relative;
  list-style: none;
  line-height: 1;
  align-items: flex-start;
  padding: 0.5em 0em;
  width: 100%;
  display: none;
}

.topBarWrapper .phonePreHldr .ServIconsWrapper li {
  margin-left: 0.9375em;
  display: flex;
  align-items: center;
  line-height: 1;
}

.topBarWrapper .phonePreHldr .ServIconsWrapper li a {
  color: #ffffff;
  padding: 0em 0em;
}

.topBarWrapper .phonePreHldr .ServIconsWrapper li a i {
  font-size: 1.5em;
  margin-left: 0;
}

.topBarWrapper .phonePreHldr .ServIconsWrapper li a:hover {
  color: #213469;
  background: #ffffff;
}

.topBarWrapper .topServiceHldr {
  position: relative;
}

.topBarWrapper .topServiceHldr ul.serviceIcons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  line-height: 1;
  padding: 0.9375em 0em;
}

.topBarWrapper .topServiceHldr ul.serviceIcons li {
  border-left: 1px solid #fff;
  padding-left: 0.9375em;
  margin-left: 0.9375em;
  display: flex;
  align-items: center;
}

.topBarWrapper .topServiceHldr ul.serviceIcons li:last-child {
  padding: 0;
  margin: 0;
  border-left: none;
}

.topBarWrapper .topServiceHldr ul.serviceIcons li:last-child .portlet-content .autofit-float {
  display: none;
}

.topBarWrapper .topServiceHldr ul.serviceIcons li:last-child .portlet-content .portlet-content-container .portlet-body span {
  display: none;
}

.topBarWrapper .topServiceHldr ul.serviceIcons li i {
  font-size: 1.25em;
}

.topBarWrapper .topServiceHldr ul.serviceIcons li i.volume {
  font-size: 1.625em;
}

.topBarWrapper .topServiceHldr ul.serviceIcons li a {
  position: relative;
  color: #ffffff;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.topBarWrapper .topServiceHldr ul.serviceIcons li a::after {
  display: none;
}

.topBarWrapper .topServiceHldr ul.serviceIcons li a .bi-circle-half::before {
  transform: rotate(180deg) !important;
}

.topBarWrapper .topServiceHldr ul.serviceIcons li a small {
  position: absolute;
  top: 4px;
  left: -10px;
  color: #121212;
  font-size: 0.9375em;
}

.topBarWrapper .topServiceHldr ul.serviceIcons li .fontSizeWrapper {
  position: relative;
  min-width: 8.125em;
  z-index: 901;
}

.topBarWrapper .topServiceHldr ul.serviceIcons li .fontSizeWrapper li {
  list-style: none;
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  width: 33.33%;
  text-align: center;
  justify-content: center;
}

.topBarWrapper .topServiceHldr ul.serviceIcons li .fontSizeWrapper li i {
  font-size: 1.25em;
  color: #213469;
}

.header-main {
  position: fixed;
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 0em 0em;
  top: 0em !important;
  z-index: 399;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
}

.header-main.navbar-fixed {
  top: 0;
  z-index: 399;
  position: fixed;
  width: 100%;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.header-main.navbar-fixed .LogoMain {
  display: block;
}

.header-main .navbar {
  padding: 0em;
}

.header-main .navbar-brand {
  padding: 0;
  margin: 0;
  height: auto;
  display: inline-block;
}

.header-main .portlet {
  margin-bottom: 0px;
}

.header-main .portlet .portlet-decorate .portlet-content {
  background: none;
  padding: 0;
  border: none;
}

.header-main .portlet .portlet-decorate .portlet-content .portlet-layout {
  margin: 0;
}

.header-main .portlet .portlet-decorate .portlet-content .portlet-header {
  margin: 0;
}

.signed-in {
  padding-top: 0px !important;
}

.signed-in .header-main {
  top: 56px;
  position: relative;
}

.signed-in .header-main.navbar-fixed {
  top: 56px;
  position: fixed;
}

.overlaySearch {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.overlaySearch .closebtn {
  position: absolute;
  top: 20px;
  left: 45px;
  font-size: 30px;
  cursor: pointer;
  color: white;
  transition: transform 0.2s;
}

.overlaySearch .inputWrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.overlaySearch .inputWrapper .input-group-item {
  margin-right: 0;
}

.overlaySearch .inputWrapper .input-group-item .input-group {
  position: relative;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.overlaySearch .inputWrapper .input-group-item .input-group .form-control {
  position: relative;
  padding: 0.9375em 0em;
  font-size: 1em;
  border: none;
  float: right;
  width: 100%;
  background: none;
  border-bottom: 1px solid #878787;
  color: #ffffff;
}

.overlaySearch .inputWrapper .input-group-item .input-group .form-control:hover {
  background: none;
}

.overlaySearch .inputWrapper .input-group-item .input-group .input-group-inset-item {
  background: none;
  border: none;
}

.overlaySearch .inputWrapper .input-group-item .input-group .input-group-inset-item button {
  width: auto;
  padding: 15px;
  background: none;
  font-size: 17px;
  border: none;
  cursor: pointer;
  color: #ffffff;
  position: absolute;
  left: 0;
  transition: transform 0.2s;
}

.overlaySearch .inputWrapper .input-group-item .input-group .input-group-inset-item button:hover {
  background: none;
}

.overlaySearch .inputWrapper .lineAni ~ .focus-border {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #04a99e;
  transition: 0.4s;
}

.overlaySearch .inputWrapper .lineAni:focus ~ .focus-border {
  width: 100%;
  transition: 0.4s;
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: 0 auto;
  height: 3.5625em;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-main .navbar-brand img {
    width: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .topBarWrapper .phonePreHldr ul {
    display: none;
  }

  .topBarWrapper .phonePreHldr .ServIconsWrapper {
    display: flex;
  }

  .topBarWrapper .topServiceHldr {
    justify-content: flex-end;
    display: flex;
  }

  .topBarWrapper .topServiceHldr ul.serviceIcons {
    padding: 0.5em 0;
  }

  .header-main {
    background: #ffffff;
    padding: 0em 0em 0.9375em 0em;
  }

  .header-main .navbar {
    padding-top: 0.9375em !important;
  }

  .header-main .navbar-brand {
    width: 100%;
    margin-left: auto;
  }

  .header-main .navbar-brand img {
    width: 150px;
  }

  .navbar {
    padding: 0.9375em 0em 0em 0em !important;
  }

  .navbar .nav-item .dropdown-toggle::after {
    display: none;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
    display: none;
    border: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 1.125em;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: none;
    color: #2AB0CB;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .topBarWrapper .phonePreHldr ul {
    display: none;
  }

  .topBarWrapper .phonePreHldr ul li a {
    padding: 1.375em 0em;
  }

  .topBarWrapper .phonePreHldr .ServIconsWrapper {
    display: flex;
  }

  .topBarWrapper .topServiceHldr {
    justify-content: flex-end;
    display: flex;
  }

  .topBarWrapper .topServiceHldr ul.serviceIcons {
    padding: 0.5em 0;
  }

  .header-main {
    background: #ffffff;
    padding: 0em 0em 0.9375em 0em;
  }

  .header-main .navbar-brand {
    width: 40%;
    margin-left: auto;
  }

  .header-main .navbar-brand img {
    width: 140px;
  }

  .header-main .navbar {
    padding: 0.9375em 0em 0em 0em !important;
  }

  .header-main .navbar .nav-item {
    margin: 0.5em 0em;
  }

  .header-main .navbar .nav-item .nav-link {
    font-size: 1.375em;
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .topBarWrapper .phonePreHldr {
    margin-bottom: 0em;
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .topBarWrapper .phonePreHldr ul {
    display: none;
  }

  .topBarWrapper .phonePreHldr ul li {
    margin-left: 0;
  }

  .topBarWrapper .phonePreHldr .ServIconsWrapper {
    display: flex;
  }

  .topBarWrapper .topServiceHldr {
    justify-content: flex-end;
    display: flex;
  }

  .topBarWrapper .topServiceHldr ul.serviceIcons {
    padding: 0.5em 0;
  }

  .header-main {
    background: #ffffff;
    padding: 0em 0em 0.9375em 0em;
  }

  .header-main .navbar-brand {
    width: 100%;
    margin-left: auto;
  }

  .header-main .navbar-brand img {
    width: 140px;
  }

  .header-main .navbar {
    padding: 0.9375em 0em 0em 0em !important;
  }

  .header-main .navbar .nav-item {
    margin: 0.5em 0em;
  }

  .header-main .navbar .nav-item .nav-link {
    font-size: 1.375em;
    padding: 0;
  }
}

.bannerWrapper {
  position: relative;
  background: url(../images/banner-bg.jpg) no-repeat bottom center #9195a7;
  background-size: cover;
  height: 86vh;
}

.bannerWrapper .heroBannerSlider .slick-slide img {
  width: 100%;
  height: 86vh;
}

.bannerWrapper .heroBannerSlider .slick-next,
.bannerWrapper .heroBannerSlider .slick-prev {
  top: auto;
  bottom: 40px;
  text-align: center;
  width: 44px;
  height: 44px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.bannerWrapper .heroBannerSlider .slick-next::before,
.bannerWrapper .heroBannerSlider .slick-prev::before {
  color: #ffffff;
}

.bannerWrapper .heroBannerSlider .slick-next {
  left: 21%;
}

.bannerWrapper .heroBannerSlider .slick-prev {
  right: 74%;
}

.carousel-indicators {
  position: absolute;
  bottom: 24px;
  right: 0;
  z-index: 15;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 20px;
  height: 6px;
  padding: 0;
  margin: 0px 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #5c5c5c;
  background-clip: padding-box;
  border: none;
  opacity: 0.6;
  transition: opacity 0.6s ease;
  border-radius: 10px;
}

.carousel-indicators .active {
  margin: 0px 3px;
  width: 30px;
  height: 6px;
  opacity: 1;
  background-color: #213469;
}

.homeServiceWrapper {
  position: relative;
  background: #f0f0f1;
}

.homeServiceWrapper .service-card {
  position: relative;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}

.homeServiceWrapper .service-card .service-img {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  aspect-ratio: 2.03/1;
  overflow: hidden;
}

.homeServiceWrapper .service-card .service-img::before {
  content: "";
  background: rgba(0, 70, 133, 0.7);
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  border-radius: 0.9375em 0.9375em 0em 0em;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.homeServiceWrapper .service-card .service-img .serviceTxt {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  padding: 0.9375em;
  color: #ffffff;
  font-size: 1.125em;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homeServiceWrapper .service-card .service-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.9375em 0.9375em 0.9375em 0em;
}

.homeServiceWrapper .service-card .service-card-body {
  position: relative;
  padding: 1.875em 0em 0em 0em;
}

.homeServiceWrapper .service-card .service-card-body .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 0.625em;
  transition: 0.3s;
  transform-origin: 0 100% 0;
}

.homeServiceWrapper .service-card .service-card-body .txt-main {
  position: relative;
}

.homeServiceWrapper .service-card .service-card-body .txt-main h3 {
  font-size: 1.125em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.homeServiceWrapper .service-card .service-card-body .txt-main h5 {
  font-family: "Helvetica-Bold";
  font-size: 1.875em;
  line-height: 1;
  margin-bottom: 0.9375em;
  text-transform: uppercase;
}

.homeServiceWrapper .service-card .service-card-body .txt-main p {
  font-family: "Helvetica";
  font-size: 0.75em;
}

.homeServiceWrapper .service-card:hover {
  cursor: auto;
}

.homeServiceWrapper .service-card:hover .service-img::before {
  opacity: 1;
}

.homeServiceWrapper .service-card:hover .service-img .serviceTxt {
  opacity: 1;
}

.homeServiceWrapper .service-card:hover .service-card-body .line {
  width: 100%;
}

.president-cot-wrapper {
  position: relative;
}

.president-cot-wrapper .president-txt {
  position: relative;
  margin: 0em;
  padding: 1.5em 0em;
}

.president-cot-wrapper .president-txt .cot-icon {
  text-align: left;
  margin-bottom: 0.625em;
}

.president-cot-wrapper .president-txt .cot-icon i {
  font-size: 1.875em;
  color: #7c2a44;
}

.president-cot-wrapper .president-txt p {
  font-family: "alexonlightregular";
  font-size: 2.125em;
  line-height: normal;
}

.president-cot-wrapper .president-txt p span {
  font-family: "alexon_rrbold";
}

.president-cot-wrapper .president-txt .nameHldr {
  position: relative;
  margin-top: 1.5em;
  text-align: left;
}

.president-cot-wrapper .president-txt .nameHldr .name {
  font-family: "Helvetica-Bold";
  font-size: 1.25em;
}

.president-cot-wrapper .president-txt .nameHldr .sub {
  font-family: "Helvetica";
  font-size: 0.875em;
}

.president-cot-wrapper .president-img {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 25em;
  overflow: hidden;
  text-align: left;
}

.president-cot-wrapper .president-img img {
  position: relative;
  width: auto;
  height: 100%;
  object-fit: cover;
}

.register-now-wrapper {
  background: url(../images/register-bg.jpg) no-repeat;
  padding: 6.25em 0em;
  background-attachment: fixed;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.register-now-wrapper h3 {
  font-family: "Helvetica";
  font-size: 1.875em;
  text-transform: uppercase;
}

.register-now-wrapper h4 {
  font-family: "Helvetica-Bold";
  font-size: 1.875em;
  text-transform: uppercase;
}

.register-now-wrapper .registerDesc {
  font-size: 1em;
  margin: 1.875em 0em;
  width: 60%;
  margin: 1.5em auto;
}

.get-start-wrapper {
  position: relative;
  background: url(../images/feature-pro-bg.webp) no-repeat top center #1c1f40;
  background-size: 100% 100%;
}

.get-start-wrapper h2 {
  font-size: 2.375em;
  width: 41%;
  margin-bottom: 0.9375em;
  text-transform: uppercase;
  color: #ffffff;
  word-wrap: break-word;
}

.get-start-wrapper .FeaturedProHldr {
  position: relative;
  margin-top: 5em;
}

.get-start-wrapper .FeaturedProHldr h3 {
  font-size: 2.5em;
  color: #04a99e;
  margin-bottom: 0.9375em;
  display: flex;
  align-items: center;
  line-height: 1;
}

.get-start-wrapper .FeaturedProHldr h3 span {
  margin-right: auto;
  font-size: 16px;
}

.get-start-wrapper .FeaturedProHldr h3 span a {
  color: #ffffff;
}

.get-start-wrapper .FeaturedProHldr h3 span a:hover {
  color: #ffffff;
}

.get-start-wrapper .FeaturedProHldr .FeaturedPro-card {
  position: relative;
}

.get-start-wrapper .FeaturedProHldr .FeaturedPro-card:hover {
  cursor: pointer;
}

.get-start-wrapper .FeaturedProHldr .FeaturedPro-card:hover .FeaturedPro-img img {
  filter: brightness(100%);
  transform: scale(1.1);
}

.get-start-wrapper .FeaturedProHldr .FeaturedPro-card:hover .FeaturedPro-txt h2 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.get-start-wrapper .FeaturedProHldr .FeaturedPro-card .FeaturedPro-img {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  aspect-ratio: 0.79/1;
  overflow: hidden;
}

.get-start-wrapper .FeaturedProHldr .FeaturedPro-card .FeaturedPro-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.625em;
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
  filter: brightness(100%);
}

.get-start-wrapper .FeaturedProHldr .FeaturedPro-card .FeaturedPro-txt {
  position: relative;
}

.get-start-wrapper .FeaturedProHldr .FeaturedPro-card .FeaturedPro-txt h2 {
  font-family: "Helvetica";
  font-size: 1em;
  margin: 1.25em 0em;
  width: 100%;
  min-height: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6;
}

.get-start-wrapper .FeaturedProHldr .FeaturedPro-card .FeaturedPro-txt h2 a {
  color: #ffffff;
}

.get-start-wrapper .FeaturedProHldr .FeaturedPro-card .FeaturedPro-txt h2 a:hover {
  color: #ffffff;
}

.get-start-wrapper .FeaturedProHldr .FeaturedPro-card .FeaturedPro-txt .btn {
  text-transform: none;
}

.get-start-wrapper .FeaturedProHldr .FeaturedPro-card .FeaturedPro-txt .btn i {
  color: #04a99e;
  font-size: 1.75em;
  top: 0.0625em;
  position: relative;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .bannerWrapper .heroBannerSlider .slick-next {
    left: 19%;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .bannerWrapper .heroBannerSlider .slick-next {
    left: 18%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bannerWrapper .heroBannerSlider .slick-next {
    left: 16%;
  }

  .get-start-wrapper .FeaturedProHldr .FeaturedPro-card {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bannerWrapper .heroBannerSlider .slick-next {
    left: 16%;
  }

  .get-start-wrapper h2 {
    width: 100%;
    word-wrap: break-word;
  }

  .get-start-wrapper .FeaturedProHldr .FeaturedPro-card {
    width: 100%;
    margin-top: 1.5em;
  }

  .register-now-wrapper {
    background-size: cover;
    background-attachment: inherit;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bannerWrapper .heroBannerSlider .slick-next {
    left: 10%;
  }

  .homeServiceWrapper .service-card {
    margin-bottom: 1.875em;
  }

  .president-cot-wrapper .president-img {
    text-align: center;
    margin-top: 1.5em;
  }

  .president-cot-wrapper .president-txt .nameHldr .sub {
    font-size: 0.8125em;
  }

  .get-start-wrapper {
    padding-top: 3.125em !important;
  }

  .get-start-wrapper h2 {
    width: 100%;
    word-wrap: break-word;
  }

  .get-start-wrapper .FeaturedProHldr {
    margin-top: 1.875em;
  }

  .get-start-wrapper .FeaturedProHldr .FeaturedPro-card {
    width: 100%;
    margin-bottom: 1.5em;
  }

  .get-start-wrapper .FeaturedProHldr .FeaturedPro-card .FeaturedPro-txt h2 {
    min-height: auto;
  }

  .register-now-wrapper {
    background-size: cover;
    background-attachment: inherit;
  }

  .register-now-wrapper .registerDesc {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .bannerWrapper .heroBannerSlider .slick-prev,
  .bannerWrapper .heroBannerSlider .slick-next {
    bottom: 9px;
  }

  .bannerWrapper .heroBannerSlider .slick-prev {
    right: 71%;
  }

  .bannerWrapper .heroBannerSlider .slick-next {
    left: 5%;
  }

  .homeServiceWrapper .service-card {
    margin-bottom: 1.875em;
  }

  .president-cot-wrapper .president-img {
    text-align: center;
    margin-top: 1.875em;
  }

  .president-cot-wrapper .president-txt .nameHldr .sub {
    font-size: 0.8125em;
  }

  .get-start-wrapper {
    padding-top: 3.125em !important;
  }

  .get-start-wrapper h2 {
    width: 100%;
  }

  .get-start-wrapper .FeaturedProHldr {
    margin-top: 1.875em;
  }

  .get-start-wrapper .FeaturedProHldr .FeaturedPro-card {
    margin-bottom: 1.875em;
    width: 100%;
  }

  .get-start-wrapper .FeaturedProHldr .FeaturedPro-card .FeaturedPro-txt h2 {
    min-height: auto;
  }

  .newsWrapper .latestNewsWrapper {
    margin-top: 1.875em;
  }

  .register-now-wrapper {
    background-size: cover;
    background-attachment: inherit;
  }

  .register-now-wrapper .registerDesc {
    width: 100%;
  }
}

.latestNews-wrapper {
  position: relative;
  background: #F0F0F2;
}

.latestNews-wrapper h2 {
  font-size: 2.5em;
  margin-bottom: 0.9375em;
  display: flex;
  align-items: center;
}

.latestNews-wrapper h2 span {
  margin-right: auto;
  font-size: 16px;
}

.latestNews-wrapper h2 span a {
  color: #213469;
}

.latestNews-wrapper h2 span a:hover {
  color: #121212;
}

.latestNews-wrapper .latestNewsBoxHldr {
  position: relative;
  padding: 0;
  margin: 0em;
  border: none;
  border-radius: 0.5em;
  background: #fff;
}

.latestNews-wrapper .latestNewsBoxHldr.smallBox .newsImg {
  aspect-ratio: 2.7/1;
}

.latestNews-wrapper .latestNewsBoxHldr.smallBox .card-body .newsDisc {
  font-size: 1em;
  margin: 0em 0em 0.75em 0em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.latestNews-wrapper .latestNewsBoxHldr .newsImg {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 2.7/1;
  display: flex;
  justify-content: center;
  background: #efefef;
}

.latestNews-wrapper .latestNewsBoxHldr .newsImg img {
  width: 100%;
  height: 100%;
  border-radius: 0.5em 0.5em 0em 0em;
  object-fit: cover;
}

.latestNews-wrapper .latestNewsBoxHldr .card-body .date {
  color: #495465;
  margin-bottom: 0.75em;
}

.latestNews-wrapper .latestNewsBoxHldr .card-body h5 {
  font-size: 1.375em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.latestNews-wrapper .latestNewsBoxHldr .card-body h5 a {
  color: #213469;
}

.latestNews-wrapper .latestNewsBoxHldr .card-body h5 a:hover {
  color: #121212;
}

.latestNews-wrapper .latestNewsBoxHldr .card-body .newsDisc {
  font-size: 1em;
  margin: 0.75em 0em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.latestNews-wrapper .latestNewsBoxHldr .card-body .btn i {
  font-size: 1.75em;
  top: 0.0625em;
  position: relative;
}

.Events-wrapper {
  position: relative;
}

.Events-wrapper h2 {
  font-size: 2.5em;
  margin-bottom: 0.9375em;
  display: flex;
  align-items: center;
  line-height: 1;
  word-wrap: break-word;
}

.Events-wrapper h2 span {
  margin-right: auto;
  font-size: 16px;
}

.Events-wrapper h2 span a {
  color: #213469;
}

.Events-wrapper h2 span a:hover {
  color: #121212;
}

.Events-wrapper .eventBoxHldr {
  position: relative;
  padding: 0.9375em;
  margin: 1.875em 0.9375em;
  border: 1px solid rgb(228, 231, 238);
  border-radius: 0.5em;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}

.Events-wrapper .eventBoxHldr .dateMain {
  position: absolute;
  top: 0;
  right: 0.5em;
  padding: 1.25em 0.25em 0.625em 0.25em;
  font-size: 1.75em;
  letter-spacing: 3px;
  background: #213469;
  border-radius: 0em 0em 0.5em 0.5em;
  z-index: 1;
  color: #fff;
  font-family: "Helvetica-Bold";
  text-align: center;
  display: flex;
  flex-direction: column;
  line-height: 1;
  width: 3.125em;
}

.Events-wrapper .eventBoxHldr .dateMain span {
  font-family: "Helvetica-Light";
  text-align: center;
  width: 100%;
  margin-top: 0.3125em;
  letter-spacing: 0;
  font-size: 0.875em;
}

.Events-wrapper .eventBoxHldr .eventImg {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 0.74/1;
}

.Events-wrapper .eventBoxHldr .eventImg img {
  width: 100%;
  height: 100%;
  border-radius: 0.5em;
  object-fit: cover;
}

.Events-wrapper .eventBoxHldr .card-body {
  padding: 0.9375em 0em 0em;
}

.Events-wrapper .eventBoxHldr .card-body h5 {
  font-size: 1.25em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.Events-wrapper .eventBoxHldr .card-body h5 a {
  color: #213469;
}

.Events-wrapper .eventBoxHldr .card-body h5 a:hover {
  color: #121212;
}

.Events-wrapper .eventBoxHldr .card-body .dateTimeMain {
  position: relative;
  font-size: 0.875em;
  margin-top: 1.125em;
}

.Events-wrapper .eventBoxHldr .card-body .dateTimeMain .date {
  color: #495465;
}

.Events-wrapper .eventBoxHldr .card-body .dateTimeMain .time {
  font-size: 0.875em;
  color: #495465;
}

.Events-wrapper .eventBoxHldr .card-body .btn i {
  font-size: 1.75em;
  top: 0.0625em;
  position: relative;
}

.Upcoming-Events-slider {
  margin-right: -0.9375em;
  margin-left: -0.9375em;
}

.Upcoming-Events-slider .slick-next,
.Upcoming-Events-slider .slick-prev {
  top: -76px;
}

.Upcoming-Events-slider .slick-next:hover::before,
.Upcoming-Events-slider .slick-prev:hover::before {
  color: #213469;
}

.Upcoming-Events-slider .slick-prev {
  right: 310px;
}

.Upcoming-Events-slider .slick-next {
  left: 0;
  right: 366px;
}

.Upcoming-Events-slider .slick-track {
  display: flex;
  align-items: center;
}

.NewsEvent-wrpper {
  position: relative;
}

.NewsEvent-wrpper h2 {
  font-size: 3.25em;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  line-height: 1;
  word-wrap: break-word;
}

.NewsEvent-wrpper h2 span {
  margin-right: auto;
  font-size: 16px;
}

.NewsEvent-wrpper h2 span a {
  color: #213469;
}

.NewsEvent-wrpper h2 span a:hover {
  color: #121212;
}

.NewsEvent-wrpper .newsBoxHldr {
  position: relative;
  padding: 0;
  margin: 0em 0em 0em 0em;
  border: none;
  border-radius: 0.625em;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.NewsEvent-wrpper .newsBoxHldr .newsImg {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 2.7/1;
  display: flex;
  justify-content: center;
  background: #efefef;
}

.NewsEvent-wrpper .newsBoxHldr .newsImg img {
  width: 100%;
  height: 100%;
  border-radius: 0.625em 0.625em 0em 0em;
  object-fit: cover;
}

.NewsEvent-wrpper .newsBoxHldr .card-body h5 {
  font-size: 1.375em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.NewsEvent-wrpper .newsBoxHldr .card-body h5 a {
  color: #213469;
}

.NewsEvent-wrpper .newsBoxHldr .card-body h5 a:hover {
  color: #121212;
}

.newsDetails-wrapper {
  position: relative;
}

.newsDetails-wrapper h2 {
  font-size: 3.25em;
  margin-bottom: 0.5em;
  word-wrap: break-word;
}

.newsDetails-wrapper .newsDetail-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 2.7/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
}

.newsDetails-wrapper .newsDetail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsDetails-wrapper .titleDateMain {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.newsDetails-wrapper .titleDateMain .titleDate {
  margin-left: auto;
}

.newsDetails-wrapper .titleDateMain .titleDate h3 {
  font-size: 1.5em;
  margin-bottom: 0.3125em;
}

.newsDetails-wrapper .titleDateMain .titleDate .date {
  font-size: 1em;
  color: #213469;
}

.newsDetails-wrapper .titleDateMain .shareIcon {
  text-align: left;
}

.newsDetails-wrapper .titleDateMain .shareIcon a {
  color: #213469;
}

.newsDetails-wrapper p {
  margin-bottom: 1.5em;
  text-align: justify;
}

.newsDetails-wrapper .btnMain .pagination {
  justify-content: space-between !important;
}

.newsDetails-wrapper .btnMain .pagination a {
  margin: 0 !important;
}

.media-Publi-hldr {
  position: relative;
}

.media-Publi-hldr .media-Publi-card {
  position: relative;
  margin: 0em 0em 1.875em 0em;
  padding: 0.9375em;
  border: none;
  border-radius: 0.25em;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
}

.media-Publi-hldr .media-Publi-card .media-Publi-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 11.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efefef;
}

.media-Publi-hldr .media-Publi-card .media-Publi-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25em;
}

.media-Publi-hldr .media-Publi-card .card-body {
  padding: 0em;
}

.media-Publi-hldr .media-Publi-card .card-body .card-title {
  position: relative;
  display: block;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.625em;
}

.media-Publi-hldr .media-Publi-card .card-body .card-title h5 {
  font-size: 1.25em;
  padding-bottom: 0em;
}

.media-Publi-hldr .media-Publi-card .card-body .card-title h5 a {
  color: #121212;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.media-Publi-hldr .media-Publi-card .card-body .card-title h5 a:hover {
  color: #213469;
}

.media-Publi-hldr .media-Publi-card .card-body .dis {
  font-size: 0.9375em;
  color: #121212;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0.625em;
}

.media-Publi-hldr .media-Publi-card .card-body .sec {
  font-size: 0.9375em;
  color: #495465;
  line-height: normal;
  margin-bottom: 0.625em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.media-Publi-hldr .media-Publi-card .card-body .sec span {
  padding-left: 0.3125em;
}

.news-logo-wrapper {
  background: url(../images/news-logo-bg.jpg) no-repeat top center;
  padding: 6.25em 0em;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-logo-wrapper .registerDesc {
  font-size: 1em;
  margin: 0em 0em;
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .Upcoming-Events-slider .slick-prev,
  .Upcoming-Events-slider .slick-next {
    top: -68px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .newsDetails-wrapper .titleDateMain {
    display: block;
  }

  .newsDetails-wrapper .titleDateMain .titleDate {
    margin-bottom: 1.5em;
  }

  .Upcoming-Events-slider .slick-prev,
  .Upcoming-Events-slider .slick-next {
    top: -64px;
  }

  .news-logo-wrapper .registerDesc {
    margin-bottom: 1.5em;
  }

  .Events-wrapper .eventBoxHldr {
    overflow: hidden;
  }

  .Events-wrapper .eventBoxHldr .card-body {
    padding: 1.5em;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background: rgba(33, 52, 105, 0.8);
    color: #fff;
  }

  .Events-wrapper .eventBoxHldr .card-body .dateTimeMain .date {
    color: #fff;
  }

  .Events-wrapper .eventBoxHldr .card-body .btn-link {
    color: #fff;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .newsDetails-wrapper .titleDateMain {
    display: block;
  }

  .newsDetails-wrapper .titleDateMain .titleDate {
    margin-bottom: 1.5em;
  }

  .latestNews-wrapper .latestNewsBoxHldr {
    margin-bottom: 0em;
  }

  .latestNews-wrapper .latestNewsBoxHldr .card-body .newsDisc {
    -webkit-line-clamp: 2;
  }

  .Upcoming-Events-slider .slick-prev,
  .Upcoming-Events-slider .slick-next {
    top: -68px;
  }

  .news-logo-wrapper .registerDesc {
    margin-bottom: 1.5em;
  }

  .Events-wrapper .eventBoxHldr {
    overflow: hidden;
  }

  .Events-wrapper .eventBoxHldr .card-body {
    padding: 1.5em;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background: rgba(33, 52, 105, 0.8);
    color: #fff;
  }

  .Events-wrapper .eventBoxHldr .card-body .dateTimeMain .date {
    color: #fff;
  }

  .Events-wrapper .eventBoxHldr .card-body .btn-link {
    color: #fff;
  }
}

@media (max-width: 575.98px) {
  .newsDetails-wrapper .titleDateMain {
    display: block;
  }

  .newsDetails-wrapper .titleDateMain .titleDate {
    margin-bottom: 1.5em;
  }

  .latestNews-wrapper .latestNewsBoxHldr {
    margin-bottom: 0em;
  }

  .latestNews-wrapper .latestNewsBoxHldr .card-body .newsDisc {
    -webkit-line-clamp: 2;
  }

  .media-Publi-hldr .media-Publi-card .card-body {
    margin-top: 0em;
  }

  .Upcoming-Events-slider .slick-prev,
  .Upcoming-Events-slider .slick-next {
    top: 42%;
    height: 41px;
    width: 41px;
    border-radius: 41px;
    background: #fff;
  }

  .Upcoming-Events-slider .slick-prev {
    right: 5px;
  }

  .Upcoming-Events-slider .slick-next {
    left: 5px;
    right: auto;
  }

  .news-logo-wrapper .registerDesc {
    margin-bottom: 1.5em;
  }

  .Events-wrapper .eventBoxHldr {
    overflow: hidden;
  }

  .Events-wrapper .eventBoxHldr .card-body {
    padding: 1.5em;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background: rgba(33, 52, 105, 0.8);
    color: #fff;
  }

  .Events-wrapper .eventBoxHldr .card-body .dateTimeMain .date {
    color: #fff;
  }

  .Events-wrapper .eventBoxHldr .card-body .btn-link {
    color: #fff;
  }

  .NewsEvent-wrpper h2 {
    font-size: 2.5em;
  }
}

.OverviewWrapper {
  position: relative;
}

.OverviewWrapper h2 {
  font-size: 3.25em;
  padding-bottom: 0.9375em;
  word-wrap: break-word;
}

.OverviewWrapper p {
  line-height: 1.625em;
  margin-bottom: 1.25em;
}

.OverviewWrapper p:last-child {
  margin-bottom: 0;
}

.OverviewWrapper .viewImg {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.91/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #efefef;
}

.OverviewWrapper .viewImg img {
  width: 100%;
  height: 100%;
  border-radius: 0.5em;
  object-fit: cover;
}

.OverviewWrapper .btn {
  margin-top: 1.5em;
}

.OverviewWrapper .btn.read-more {
  font-weight: bold;
  color: #213469 !important;
}

.OverviewWrapper .btn.read-more:hover {
  color: #213469 !important;
}

.OverviewWrapper hr {
  color: rgb(23, 32, 46);
  margin: 3.125em 0em;
}

.OverviewWrapper .learnCourse {
  position: relative;
  padding: 3.125em;
  background: rgba(236, 236, 236, 0.4);
}

.OverviewWrapper .learnCourse h2 {
  font-size: 1.5em;
}

.OverviewWrapper .learnCourse .learnCourseImg {
  position: relative;
  overflow: hidden;
  margin-top: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  aspect-ratio: 7.88/1;
}

.OverviewWrapper .learnCourse .learnCourseImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.OverviewWrapper .overviewList {
  position: relative;
}

.OverviewWrapper .overviewList ol {
  position: relative;
  margin: 0em 1.25em 0em 0em;
  padding: 0;
  list-style: none;
}

.OverviewWrapper .overviewList ol li {
  position: relative;
  padding-right: 0.3125em;
  margin-right: 0.9375em;
  line-height: 1.5em;
  margin-bottom: 0.3125em;
  list-style: conic-gradient;
}

.OverviewWrapper .overviewList ol li:last-child {
  margin-bottom: 0;
}

.OnlineApplicationWrapper {
  background: url(../images/smart-platform-img.jpg) no-repeat top center;
  padding: 10em 0em;
  background-position: center;
  background-size: cover;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.OnlineApplicationWrapper h2 {
  font-size: 1.875em;
}

.OnlineApplicationWrapper .applySubTxt {
  position: relative;
  font-size: 0.875em;
  color: #ffffff;
  margin-top: 0.9375em;
}

.MissionWrapper h2 {
  font-size: 1.625em;
  padding: 0.625em 0em;
  color: #213469;
}

.MissionWrapper p {
  padding-bottom: 0.9375em;
}

.MissionStatementWrapper {
  position: relative;
}

.MissionStatementWrapper h2 {
  font-size: 3.25em;
  padding-bottom: 0.9375em;
  word-wrap: break-word;
}

.MissionStatementWrapper .StatementImg {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3.75/1;
  margin-bottom: 3.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efefef;
}

.MissionStatementWrapper .StatementImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.MissionStatementWrapper h5 {
  font-size: 1.5em;
}

.MissionStatementWrapper .featureBoxHldr {
  position: relative;
  padding: 2.5em;
  margin-top: 1.5em;
  background: #213469;
  color: #ffffff;
  border-radius: 0.5em;
}

.MissionStatementWrapper .featureBoxHldr h3 {
  font-size: 1.5em;
}

.MissionStatementWrapper .featureBoxHldr p {
  font-size: 1em;
  margin: 0.9375em 0em;
}

.AdmissionreqWrapper {
  position: relative;
}

.AdmissionreqWrapper h2 {
  font-size: 3.25em;
  padding-bottom: 0.9375em;
  word-wrap: break-word;
}

.AdmissionreqWrapper h3 {
  font-size: 1.75em;
  padding-bottom: 0.5em;
}

.AdmissionreqWrapper p {
  margin-bottom: 0.9375em;
}

.AdmissionreqWrapper p:last-child {
  margin-bottom: 0em;
}

.AdmissionreqWrapper .AdmissionImg {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.15/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efefef;
}

.AdmissionreqWrapper .AdmissionImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ProgStruWrapper {
  position: relative;
}

.ProgStruWrapper h2 {
  font-size: 1.5em;
  padding-bottom: 0.625em;
  word-wrap: break-word;
}

.ProgStruWrapper .ProgImg {
  position: relative;
  overflow: hidden;
}

.ProgStruWrapper .ProgImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ProgStruWrapper hr {
  border: 1px solid rgb(192, 192, 192);
  margin: 2.5em 0em;
}

.ProgStruWrapper .rightTxt {
  position: relative;
}

.ProgStruWrapper table {
  position: relative;
  width: 100%;
  font-size: 1em;
  background: #ffffff;
}

.ProgStruWrapper table tr th,
.ProgStruWrapper table tr td {
  border: 1px solid #e7e7e7;
  line-height: normal;
}

.ProgStruWrapper table tr th {
  background: #213469;
  color: #ffffff;
}

.modulesWrapper {
  position: relative;
}

.modulesWrapper h2 {
  font-size: 3.25em;
  padding-bottom: 0.625em;
  word-wrap: break-word;
}

.modulesWrapper .responsive-tabs-container .responsive-tabs {
  position: relative;
  padding: 0em 0em;
  background: #F5F7F9;
  border: none;
}

.modulesWrapper .responsive-tabs-container .responsive-tabs li {
  font-family: "Helvetica-Bold";
  font-size: 0.875em;
  border: none;
  color: rgba(73, 84, 101, 0.5);
  padding: 1.25em 1.375em;
}

.modulesWrapper .responsive-tabs-container .responsive-tabs li a {
  position: relative;
  color: rgba(73, 84, 101, 0.5);
  padding: 0em 0em 0.5em 0em;
}

.modulesWrapper .responsive-tabs-container .responsive-tabs li.active a {
  color: #213469;
}

.modulesWrapper .responsive-tabs-container .responsive-tabs li.active a::after {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #20486c;
  bottom: 0;
  right: 0;
  width: 100%;
}

.modulesWrapper .responsive-tabs-container .tab-content {
  border: none;
  padding: 1.25em;
}

.modulesWrapper .responsive-tabs-container .tab-content .modulesHldr {
  position: relative;
}

.modulesWrapper .responsive-tabs-container .tab-content .modulesHldr h2 {
  font-size: 1.375em;
  padding-bottom: 0.625em;
  color: #213469;
}

.modulesWrapper .responsive-tabs-container .tab-content .modulesHldr .ModulesImg {
  position: relative;
  overflow: hidden;
  height: 17.3333333333em;
}

.modulesWrapper .responsive-tabs-container .tab-content .modulesHldr .ModulesImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5em;
}

.modulesWrapper .responsive-tabs-container .tab-content .modulesHldr h4 {
  font-size: 1.25em;
  padding: 0.625em 0em;
  color: #213469;
}

.modulAccordion {
  position: relative;
  border: none;
  border-radius: 0;
}

.modulAccordion .accordion-item {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid rgba(205, 214, 218, 0.25);
  background: none;
}

.modulAccordion .accordion-item:first-child {
  border-top: 2px solid rgba(205, 214, 218, 0.25);
}

.modulAccordion .accordion-item:first-child .accordion-button {
  border-radius: 0;
}

.modulAccordion .accordion-item h2 {
  font-size: 1.125em;
}

.modulAccordion .accordion-item h2 .accordion-button {
  position: relative;
  background: none;
  padding: 0.75em 0em;
  font-size: 1.125em;
  border: none;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: right;
}

.modulAccordion .accordion-item h2 .accordion-button div {
  width: 100%;
  text-align: right;
}

.modulAccordion .accordion-item h2 .accordion-button:focus {
  box-shadow: none;
}

.modulAccordion .accordion-item h2 .accordion-button::after {
  content: "\f4fe";
  font-family: "bootstrap-icons";
  background-image: none;
}

.modulAccordion .accordion-item h2 .accordion-button:not(.collapsed)::after {
  content: "\f62a";
  font-family: "bootstrap-icons";
  background-image: none;
}

.modulAccordion .accordion-item .accordion-body {
  font-family: "Helvetica-Light";
  padding: 1.5em;
}

.getTouch {
  position: relative;
  width: 90%;
  margin: 0 auto;
  background: #121212;
  border-radius: 0.9375em;
  padding: 2.5em;
  text-align: center;
}

.getTouch .avtarImg {
  position: relative;
}

.getTouch .getTouchTxt {
  position: relative;
  padding: 1.875em 0em;
}

.getTouch .getTouchTxt h2 {
  font-size: 1.5em;
  color: #ffffff;
}

.getTouch .getTouchTxt p {
  margin-top: 0.625em;
  color: #C3C3C3;
}

.applyOnlineWrapper {
  position: relative;
}

.applyOnlineWrapper h2 {
  font-size: 3.25em;
  padding-bottom: 0.625em;
  word-wrap: break-word;
}

.applyOnlineWrapper p {
  margin-bottom: 0.9375em;
}

.applyOnlineWrapper ol {
  position: relative;
  margin: 0em 0em 1.5em 0em;
  padding: 0;
  list-style: none;
}

.applyOnlineWrapper ol li {
  position: relative;
  padding-right: 0.3125em;
  margin-right: 0.9375em;
  line-height: 1.5em;
  margin-bottom: 0.9375em;
  list-style: conic-gradient;
}

.applyOnlineWrapper ol li:last-child {
  margin-bottom: 0;
}

.applyOnlineWrapper ol li ul {
  list-style: none;
  position: relative;
  margin-top: 0.9375em;
}

.applyOnlineWrapper ol li ul li {
  position: relative;
  padding-right: 0.3125em;
  margin-right: 0.9375em;
  line-height: 1.5em;
  margin-bottom: 0.9375em;
  list-style: lower-alpha;
  font-size: 0.875em;
}

.applyOnlineWrapper ol li ul li ul li {
  font-size: 1em;
}

.applyOnlineWrapper .btn {
  margin-left: auto;
}

.applyOnlineWrapper .btn:last-child {
  margin-left: 0;
}

.FeesGrantsWrapper {
  position: relative;
}

.FeesGrantsWrapper h2 {
  font-size: 3.25em;
  padding-bottom: 0.625em;
  word-wrap: break-word;
}

.FeesGrantsWrapper table {
  position: relative;
  width: 100%;
  font-size: 0.875em;
}

.FeesGrantsWrapper table tr th,
.FeesGrantsWrapper table tr td {
  border: 1px solid #e7e7e7;
}

.FeesGrantsWrapper table tr th {
  background: #213469;
  color: #ffffff;
}

.FeesGrantsWrapper h3 {
  font-size: 1.625em;
  padding-bottom: 0.9375em;
}

.FeesGrantsWrapper ul {
  position: relative;
  margin: 0em 0em 0em 0em;
  padding: 0;
  list-style: none;
}

.FeesGrantsWrapper ul li {
  position: relative;
  padding-right: 1.875em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

.FeesGrantsWrapper ul li:last-child {
  margin-bottom: 1.5em;
}

.FeesGrantsWrapper ul li::before {
  content: "\e913";
  font-family: "icomoon" !important;
  position: absolute;
  color: #004685;
  top: 0;
  right: 0;
  font-size: 1.125em;
}

.facultiesWrapper {
  position: relative;
}

.facultiesWrapper h2 {
  font-size: 3.25em;
  padding-bottom: 0.625em;
  word-wrap: break-word;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .numberCountWrapper .numberBox {
    margin-bottom: 1.5em;
  }

  .MissionStatementWrapper .featureBoxHldr {
    margin-bottom: 1.5em;
  }

  .AdmissionreqWrapper .dotHldr {
    margin-bottom: 1.5em;
  }

  .ProgStruWrapper .ProgImg {
    margin-top: 1.5em;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .OverviewWrapper .viewImg {
    margin: 1.875em 0em;
  }

  .OverviewWrapper .video {
    margin: 1.875em 0em;
  }

  .MissionStatementWrapper .featureBoxHldr {
    margin-bottom: 1.5em;
  }

  .MissionStatementWrapper .checkHldr {
    margin-top: 1.5em;
  }

  .AdmissionreqWrapper h2 {
    margin-top: 1.5em;
  }

  .ProgStruWrapper .ProgImg {
    margin-top: 1.5em;
  }

  .modulesWrapper .responsive-tabs-container .tab-content {
    padding: 0;
  }

  .modulesWrapper .responsive-tabs-container .tab-content .modulesHldr .ModulesImg {
    margin: 1.5em 0em;
  }
}

@media (max-width: 575.98px) {
  .OverviewWrapper .viewImg {
    margin: 1.875em 0em;
  }

  .OverviewWrapper .video {
    margin: 1.875em 0em;
  }

  .OverviewWrapper .learnCourse {
    padding: 1.5em;
  }

  .MissionStatementWrapper .featureBoxHldr {
    margin-bottom: 1.5em;
  }

  .MissionStatementWrapper .checkHldr {
    margin-top: 1.5em;
  }

  .AdmissionreqWrapper h2 {
    margin-top: 1.5em;
  }

  .ProgStruWrapper .ProgImg {
    margin-top: 1.5em;
  }

  .modulesWrapper .responsive-tabs-container .tab-content {
    padding: 0;
  }

  .modulesWrapper .responsive-tabs-container .tab-content .modulesHldr .ModulesImg {
    margin: 1.5em 0em;
  }

  .applyOnlineWrapper .d-flex {
    display: block !important;
    text-align: center;
    width: 100%;
  }

  .applyOnlineWrapper .btn {
    margin-left: 0;
    margin-bottom: 1.5em;
    width: 70%;
  }

  .applyOnlineWrapper .btn:last-child {
    margin-bottom: 0;
  }
}

.passionWrapper {
  position: relative;
}

.passionWrapper h2 {
  font-size: 3.25em;
  padding-bottom: 0.9375em;
  width: 55%;
  word-wrap: break-word;
}

.passionWrapper .passImg {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.passionWrapper .passImg img {
  width: 100%;
  height: 100%;
  border-radius: 0.5em;
  object-fit: cover;
}

.passionWrapper p {
  margin-bottom: 0.9375em;
}

.passionWrapper p:last-child {
  margin-bottom: 0;
}

.passionWrapper ul {
  position: relative;
  margin: 0 0 0.9375em 0;
  padding: 0;
  list-style: none;
}

.passionWrapper ul li {
  position: relative;
  padding-right: 1.25em;
  line-height: 1.5em;
  margin-bottom: 0.625em;
}

.passionWrapper ul li::before {
  content: "\f309";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: #121212;
  top: -2px;
  right: -9px;
  font-size: 1.875em;
  width: 0.9375em;
}

.courses-offered-wrapper {
  background: url(../images/courses-offered-img-bg.jpg) no-repeat top center;
  padding: 9.375em 0em;
  background-position: center;
  background-size: cover;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.courses-offered-wrapper h4 {
  font-family: "Helvetica-Bold";
  font-size: 1.875em;
  text-transform: uppercase;
}

.courses-offered-wrapper .registerDesc {
  font-size: 1em;
  margin: 1.875em 0em;
  width: 100%;
  margin: 1.5em auto;
}

.CoursesOfferWrapper {
  position: relative;
}

.CoursesOfferWrapper h2 {
  font-size: 3.25em;
  padding-bottom: 0.9375em;
  word-wrap: break-word;
}

.CoursesOfferWrapper .coursesOffer-card {
  position: relative;
  margin-bottom: 2.5em;
  padding: 0em;
  border: none;
}

.CoursesOfferWrapper .coursesOffer-card .courses-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 13.3333333333em;
}

.CoursesOfferWrapper .coursesOffer-card .courses-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25em;
}

.CoursesOfferWrapper .coursesOffer-card .card-body {
  padding: 0em;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.CoursesOfferWrapper .coursesOffer-card .card-body h5 {
  font-size: 1.75em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.CoursesOfferWrapper .coursesOffer-card .card-body .tagHldr {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.625em 0em;
}

.CoursesOfferWrapper .coursesOffer-card .card-body .tagHldr .tag {
  font-family: "Helvetica";
}

.CoursesOfferWrapper .coursesOffer-card .card-body .academicCourseHldr {
  flex: 1 1 auto;
}

.CoursesOfferWrapper .coursesOffer-card .card-body .academicCourseHldr .courses-txt {
  margin-bottom: 0.625em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.CoursesOfferWrapper .coursesOffer-card .card-body .ProbtnMain {
  position: relative;
  display: flex;
  align-items: center;
}

.CoursesOfferWrapper .coursesOffer-card .card-body .ProbtnMain .btn {
  font-size: 0.875em;
  margin-left: 1.5em;
  transform: none;
}

.CoursesOfferWrapper .coursesOffer-card .card-body .ProbtnMain .btn:hover {
  transform: none;
}

.CoursesOfferWrapper .coursesOffer-card .card-body .ProbtnMain .btn:last-child {
  margin-left: 0;
}

.CoursesOfferWrapper .coursesOffer-card .card-body .ProbtnMain .btn i {
  font-size: 1.125em;
}

.CoursesOfferWrapper .coursesOffer-card .card-body .ProbtnMain .btn i img {
  width: 1.125em;
  position: relative;
  top: -2px;
}

.ProgBrochuresWrapper {
  position: relative;
}

.ProgBrochuresWrapper h2 {
  font-size: 3.25em;
  padding-bottom: 0.9375em;
  word-wrap: break-word;
}

.ProgBrochuresWrapper .brochure-card {
  position: relative;
  margin: 0 0 2.5em 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}

.ProgBrochuresWrapper .brochure-card .brochure-img {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 10em;
  overflow: hidden;
}

.ProgBrochuresWrapper .brochure-card .brochure-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ProgBrochuresWrapper .brochure-card .card-body {
  padding: 0em;
}

.ProgBrochuresWrapper .brochure-card .card-body h5 {
  font-size: 1.75em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ProgBrochuresWrapper .brochure-card .card-body p {
  font-size: 1em;
  margin: 0.9375em 0em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.studentSayWrapper {
  position: relative;
}

.studentSayWrapper h2 {
  font-size: 3.25em;
  margin-bottom: 0.9375em;
  word-wrap: break-word;
}

.studentSayWrapper .student-txt {
  width: auto;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 20%;
  left: 0;
}

.studentSayWrapper .student-txt .number {
  font-size: 2em;
  margin-bottom: 0em;
  line-height: normal;
}

.studentSayWrapper .student-txt h2 {
  font-size: 2.5em;
  margin-bottom: 0.3125em;
  word-wrap: break-word;
}

.studentSayWrapper .student-txt .videoLink {
  position: relative;
  margin-bottom: 0.9375em;
}

.studentSayWrapper .student-txt .videoLink a {
  color: #213469;
  font-family: "Helvetica";
  font-size: 1em;
  color: #213469;
  display: flex;
  align-items: center;
}

.studentSayWrapper .student-txt .videoLink a:hover {
  color: #121212;
}

.studentSayWrapper .student-txt .videoLink a i {
  margin-left: 0.5em;
  font-size: 1.5em;
}

.studentSayWrapper .student-txt p {
  font-size: 1em;
  color: #495465;
}

.studentSayWrapper .student-slider {
  position: relative;
}

.studentSayWrapper .student-slider .slick-track {
  display: flex;
  align-items: flex-end;
}

.studentSayWrapper .student-slider .slick-track .student-img {
  background: #fff;
  margin: 0em 0.5em;
  padding: 0;
  position: relative;
  height: 12.2222222222em;
  overflow: hidden;
}

.studentSayWrapper .student-slider .slick-track .student-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.375em;
}

.studentSayWrapper .student-slider .slick-track .slick-current {
  height: 30em;
  width: 21.1111111111em;
}

.studentSayWrapper .student-slider .slick-next,
.studentSayWrapper .student-slider .slick-prev {
  top: auto;
  bottom: -80px;
  text-align: center;
  width: 44px;
  height: 44px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  background: #ffffff;
  border-radius: 44px;
}

.studentSayWrapper .student-slider .slick-next {
  left: 46.3%;
  right: auto;
}

.studentSayWrapper .student-slider .slick-prev {
  right: 46.3%;
  left: auto;
}

.studentSayWrapper .StudentVideo {
  position: relative;
}

.studentSayWrapper .StudentVideo .videoMain {
  position: relative;
  margin: 0em 0em 1.5em 0em;
  padding: 0;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 2.08/1;
}

.studentSayWrapper .StudentVideo .videoMain img,
.studentSayWrapper .StudentVideo .videoMain video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.studentSayWrapper .StudentVideo .videoSmall {
  position: relative;
  margin: 0em 0em;
  padding: 0em 0.9375em;
  overflow: hidden;
  aspect-ratio: 1.16/1;
  width: 100%;
}

.studentSayWrapper .StudentVideo .videoSmall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.625em;
}

.studentSayWrapper .StudentVideo .student-thumb {
  margin: 0em -0.9375em;
}

.studentSayWrapper .StudentVideo .student-thumb .slick-next,
.studentSayWrapper .StudentVideo .student-thumb .slick-prev {
  top: auto;
  bottom: -70px;
  text-align: center;
  width: 44px;
  height: 44px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  background: #ffffff;
  border-radius: 44px;
}

.studentSayWrapper .StudentVideo .student-thumb .slick-next {
  left: 46%;
  right: auto;
}

.studentSayWrapper .StudentVideo .student-thumb .slick-prev {
  right: 46%;
  left: auto;
}

.newApplication-wrapper {
  position: relative;
  padding: 2.5em 0em;
  background: #213469;
  color: #ffffff;
}

.newApplication-wrapper .ApplicationMain {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
}

.newApplication-wrapper .ApplicationMain .appTitle {
  position: relative;
  margin: 0em 0em 0.625em 0em;
  padding: 0;
  font-size: 1em;
}

.newApplication-wrapper .ApplicationMain .btn {
  width: 70% !important;
}

.testimonialVideo-modal-Wrapper {
  max-width: 57.6875em;
}

.testimonialVideo-modal-Wrapper .modal-content {
  border: none;
  border-radius: 0.5em;
}

.testimonialVideo-modal-Wrapper .modal-content .modal-body {
  padding: 1.875em;
}

.testimonialVideo-modal-Wrapper .modal-content .modal-body .btn-close {
  background: none;
  color: #213469;
  font-size: 1.25em;
  opacity: 1;
  border: none;
  float: left;
  padding: 0;
}

.testimonialVideo-modal-Wrapper .modal-content .modal-body .btn-close::before {
  content: "\e91a";
  font-family: "icomoon" !important;
}

.Campus-Community-wrapper {
  position: relative;
}

.Campus-Community-wrapper .latestNewsBoxHldr.smallBox .card-body .newsDisc {
  -webkit-line-clamp: 4;
}

.Campus-Community-wrapper .latestNewsBoxHldr .card-body .newsDisc {
  -webkit-line-clamp: 16;
}

.short-warpper {
  position: relative;
}

.short-warpper ul.short-hldr {
  position: relative;
  display: grid;
  grid-template-columns: 18.4% 18.4% 18.4% 18.4% 18.4%;
  column-gap: 2%;
}

.short-warpper ul.short-hldr li {
  list-style: none;
  position: relative;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
}

.short-warpper ul.short-hldr li:last-child {
  margin-left: 0em;
}

.short-warpper ul.short-hldr li .short-box-main {
  position: relative;
  margin: 0;
  padding: 0.9375em;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.short-warpper ul.short-hldr li .short-box-main .icon-main {
  position: relative;
  padding: 0em;
  text-align: center;
  width: 5em;
  height: auto;
  margin: 0 auto 1.25em;
  display: block;
}

.short-warpper ul.short-hldr li .short-box-main .icon-main img {
  width: 100%;
  height: 100%;
}

.short-warpper ul.short-hldr li .short-box-main .short-cont {
  position: relative;
}

.short-warpper ul.short-hldr li .short-box-main .short-cont h2 {
  font-size: 1.375em;
  margin-bottom: 0.625em;
  text-align: center;
  color: #213469;
  word-wrap: break-word;
}

.short-warpper ul.short-hldr li .short-box-main .short-cont .shortTxt {
  font-size: 0.875em;
  text-align: center;
  line-height: 1.375em;
}

.short-warpper ul.short-hldr li .short-box-main .short-cont .shortTxt .link {
  font-size: 0.875em;
  display: flex;
}

.short-warpper ul.short-hldr li .short-box-main .short-cont .shortTxt .link i {
  margin-left: 0.5em;
}

.short-warpper ul.short-hldr li .short-box-main .short-cont .shortTxt .link i img {
  width: 1.375em;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .studentSayWrapper .student-slider .slick-next {
    left: 46%;
  }

  .studentSayWrapper .student-slider .slick-prev {
    right: 46%;
  }

  .studentSayWrapper .StudentVideo .student-thumb .slick-next {
    left: 46%;
  }

  .studentSayWrapper .StudentVideo .student-thumb .slick-prev {
    right: 46%;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .studentSayWrapper .student-slider .slick-next {
    left: 45.6%;
  }

  .studentSayWrapper .student-slider .slick-prev {
    right: 45.6%;
  }

  .studentSayWrapper .StudentVideo .student-thumb .slick-next {
    left: 45%;
  }

  .studentSayWrapper .StudentVideo .student-thumb .slick-prev {
    right: 45%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .studentSayWrapper .student-txt {
    width: auto;
    right: 27%;
  }

  .studentSayWrapper .student-slider .slick-next {
    left: 45%;
  }

  .studentSayWrapper .student-slider .slick-prev {
    right: 45%;
  }

  .studentSayWrapper .StudentVideo .student-thumb .slick-next {
    left: 45%;
  }

  .studentSayWrapper .StudentVideo .student-thumb .slick-prev {
    right: 45%;
  }
}

@media (min-width: 991px) and (max-width: 991.98px) {
  .studentSayWrapper .student-txt {
    right: 27% !important;
  }

  .studentSayWrapper .student-slider .slick-prev {
    right: 44.3% !important;
  }

  .studentSayWrapper .student-slider .slick-next {
    left: 44.3% !important;
  }

  .studentSayWrapper .StudentVideo .student-thumb .slick-next {
    left: 44.3%;
  }

  .studentSayWrapper .StudentVideo .student-thumb .slick-prev {
    right: 44.3%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .passionWrapper h2 {
    width: 100%;
    font-size: 3.125em;
    word-wrap: break-word;
  }

  .passionWrapper .passImg {
    height: 100%;
  }

  .CoursesOfferWrapper h2 {
    font-size: 2.5em;
    word-wrap: break-word;
  }

  .ProgBrochuresWrapper h2 {
    font-size: 2.5em;
    word-wrap: break-word;
  }

  .studentSayWrapper .student-txt {
    width: auto;
    right: 35.5%;
  }

  .studentSayWrapper .student-slider .slick-next {
    left: 43%;
  }

  .studentSayWrapper .student-slider .slick-prev {
    right: 43%;
  }

  .studentSayWrapper .StudentVideo .student-thumb .slick-next {
    left: 44.5%;
  }

  .studentSayWrapper .StudentVideo .student-thumb .slick-prev {
    right: 44.5%;
  }

  .short-warpper ul.short-hldr {
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
  }

  .short-warpper ul.short-hldr li {
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 1.5em 0em;
  }

  .short-warpper ul.short-hldr li:last-child {
    padding-left: 0em;
    margin-left: 0em;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .passionWrapper h2 {
    font-size: 2.5em;
    width: 100%;
    word-wrap: break-word;
  }

  .passionWrapper .passImg {
    margin-bottom: 0.9375em;
  }

  .CoursesOfferWrapper h2 {
    font-size: 2.5em;
    word-wrap: break-word;
  }

  .CoursesOfferWrapper .coursesOffer-card .courses-img {
    height: auto;
    margin-bottom: 1.5em;
  }

  .ProgBrochuresWrapper h2 {
    font-size: 2.5em;
    word-wrap: break-word;
  }

  .ProgBrochuresWrapper .brochure-card .brochure-img {
    margin-bottom: 0.9375em;
  }

  .studentSayWrapper .student-txt {
    width: 100%;
    position: relative;
    margin: 0.9375em 0.5em 0em;
    right: 0;
  }

  .studentSayWrapper .student-slider .slick-track .student-img {
    height: 12.2222222222em;
  }

  .studentSayWrapper .student-slider .slick-track .slick-current {
    height: 16.6666666667em;
  }

  .studentSayWrapper .student-slider .slick-next,
  .studentSayWrapper .student-slider .slick-prev {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .studentSayWrapper .student-slider .slick-prev {
    right: -2%;
  }

  .studentSayWrapper .student-slider .slick-next {
    left: -2%;
  }

  .studentSayWrapper .StudentVideo .student-thumb .slick-next {
    left: 42%;
  }

  .studentSayWrapper .StudentVideo .student-thumb .slick-prev {
    right: 42%;
  }

  .short-warpper ul.short-hldr {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }

  .short-warpper ul.short-hldr li {
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 1.5em 0em;
  }

  .short-warpper ul.short-hldr li:last-child {
    padding-left: 0em;
    margin-left: 1.5em;
  }

  .newApplication-wrapper .ApplicationMain {
    margin-bottom: 1.5em;
  }
}

@media (max-width: 575.98px) {
  .passionWrapper h2 {
    font-size: 2.5em;
    width: 100%;
    word-wrap: break-word;
  }

  .passionWrapper .passImg {
    margin-bottom: 0.9375em;
  }

  .CoursesOfferWrapper h2 {
    font-size: 2.5em;
    word-wrap: break-word;
  }

  .CoursesOfferWrapper .coursesOffer-card .courses-img {
    height: auto;
    margin-bottom: 1.5em;
  }

  .ProgBrochuresWrapper h2 {
    font-size: 2.5em;
    word-wrap: break-word;
  }

  .ProgBrochuresWrapper .brochure-card .brochure-img {
    margin-bottom: 0.9375em;
  }

  .studentSayWrapper.pb-150 {
    padding-bottom: 6.25em;
  }

  .studentSayWrapper .student-txt {
    width: 100%;
    position: relative;
    margin: 0.9375em 0.5em 0em;
    right: 0;
  }

  .studentSayWrapper .student-slider .slick-track .student-img {
    height: 12.2222222222em;
  }

  .studentSayWrapper .student-slider .slick-track .slick-current {
    height: 16.6666666667em;
  }

  .studentSayWrapper .student-slider .slick-next,
  .studentSayWrapper .student-slider .slick-prev {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .studentSayWrapper .student-slider .slick-prev {
    right: -1.5%;
  }

  .studentSayWrapper .student-slider .slick-next {
    left: -1.5%;
  }

  .studentSayWrapper .StudentVideo .student-thumb .slick-next {
    left: 38%;
  }

  .studentSayWrapper .StudentVideo .student-thumb .slick-prev {
    right: 38%;
  }

  .short-warpper ul.short-hldr {
    grid-template-columns: 100%;
    column-gap: 0;
  }

  .short-warpper ul.short-hldr li {
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 1.5em 0em;
  }

  .newApplication-wrapper .ApplicationMain {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 359px) and (max-width: 574px) {
  .studentSayWrapper .student-slider .slick-track .student-img {
    height: 25em;
  }

  .studentSayWrapper .student-slider .slick-track .slick-current {
    height: 33.3333333333em;
  }

  .studentSayWrapper .StudentVideo .student-thumb .slick-next {
    left: 37%;
  }

  .studentSayWrapper .StudentVideo .student-thumb .slick-prev {
    right: 37%;
  }

  .newApplication-wrapper .ApplicationMain {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 320px) and (max-width: 358.99px) {
  .studentSayWrapper .student-slider .slick-track .student-img {
    height: 25em;
  }

  .studentSayWrapper .student-slider .slick-track .slick-current {
    height: 25em;
  }

  .studentSayWrapper .StudentVideo .student-thumb .slick-next {
    left: 35%;
  }

  .studentSayWrapper .StudentVideo .student-thumb .slick-prev {
    right: 35%;
  }

  .newApplication-wrapper .ApplicationMain {
    margin-bottom: 1.5em;
  }
}

.responsive-tabs {
  position: relative;
}

.responsive-tabs-container .tab-content {
  padding: 0.625em 1.25em;
  border: 1px solid #ddd;
  border-top: none;
}

.responsive-tabs-container[class*=accordion-] .tab-pane {
  margin-bottom: 0;
}

.responsive-tabs-container[class*=accordion-] .accordion-link {
  display: none;
  margin-bottom: 0.625em;
  padding: 0.625em 0.9375em;
  background-color: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #333;
  font-family: "alexon_rrmedium";
}

.responsive-tabs-container[class*=accordion-] .accordion-link.active {
  border-bottom: medium none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: #213469;
}

@media (max-width: 767px) {
  .responsive-tabs-container.accordion-xs .nav-tabs {
    display: none;
  }

  .responsive-tabs-container.accordion-xs .accordion-link {
    display: block;
  }

  .responsive-tabs-container .tab-content {
    border: none;
  }

  .responsive-tabs-container[class*=accordion-] .tab-pane {
    border: 1px solid #ddd;
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-width: medium 1px 1px;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 10px 10px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive-tabs-container.accordion-sm .nav-tabs {
    display: none;
  }

  .responsive-tabs-container.accordion-sm .accordion-link {
    display: block;
  }

  .responsive-tabs-container .tab-content {
    border: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-tabs-container.accordion-md .nav-tabs {
    display: none;
  }

  .responsive-tabs-container.accordion-md .accordion-link {
    display: block;
  }
}

@media (min-width: 1200px) {
  .responsive-tabs-container.accordion-lg .nav-tabs {
    display: none;
  }

  .responsive-tabs-container.accordion-lg .accordion-link {
    display: block;
  }
}

.EnrolmentAboutWrapper {
  position: relative;
}

.EnrolmentAboutWrapper h2 {
  font-size: 3.25em;
  word-wrap: break-word;
}

.EnrolUpcomingProWrapper {
  position: relative;
}

.EnrolUpcomingProWrapper h2 {
  font-size: 3.25em;
  padding-bottom: 0.9375em;
  word-wrap: break-word;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr {
  position: relative;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card {
  position: relative;
  margin: 0em 0em 1.875em 0em;
  padding: 1.25em 1.25em;
  border: none;
  border-radius: 0.25em;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .UpcomingProg-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 0.72/1;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .UpcomingProg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25em;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body {
  padding: 0em;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .card-title {
  position: relative;
  display: block;
  padding-bottom: 0.625em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.625em;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .card-title h5 {
  font-size: 1.75em;
  padding-bottom: 0.1875em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.3;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .card-title h5 a {
  color: #121212;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .card-title h5 a:hover {
  color: #213469;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .card-title .title-disc {
  font-size: 0.875em;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main {
  position: relative;
  padding: 0.625em 0em;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .txt-main {
  position: relative;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .txt-main .dateLangMain {
  font-size: 1em;
  color: #495465;
  display: flex;
  align-items: center;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .txt-main .dateLangMain .date,
.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .txt-main .dateLangMain .language {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0.9375em;
  margin-left: 0.9375em;
  border-left: 1px solid #000;
  line-height: 1;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .txt-main .dateLangMain .date span,
.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .txt-main .dateLangMain .language span {
  padding-left: 0.3125em;
  margin-top: -0.125em;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .txt-main .dateLangMain .language {
  padding-left: 0em;
  margin-left: 0em;
  border-left: none;
  text-transform: capitalize;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .txt-main .Price {
  font-size: 1em;
  color: #495465;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .txt-main .Price span {
  font-family: "Helvetica-Light";
  padding-left: 0.3125em;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .txt-main .Attend {
  font-size: 1em;
  color: #495465;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .txt-main .Attend span {
  padding-left: 0.3125em;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .txt-main .lecturersMain {
  font-size: 1em;
  color: #495465;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .txt-main .lecturersMain span {
  padding-left: 0.3125em;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .txt-main .lecturersMain a {
  font-size: 0.875em;
  color: #213469;
  margin-left: 0.9375em;
  padding-left: 0.9375em;
  border-left: 1px solid #ccc;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .txt-main .emailMain {
  font-size: 1em;
  color: #495465;
  display: flex;
  align-items: center;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .txt-main .emailMain i {
  margin-left: 0.3125em;
  font-size: 1.125em;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .txt-main .emailMain a {
  margin-right: 0.3125em;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main a i {
  position: relative;
  top: -1px;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .btn-gray:hover,
.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .btn-gray:focus {
  background: none;
  color: #213469;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card.policySeries {
  position: relative;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card.policySeries .txt-main {
  position: relative;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card.policySeries .txt-main .Price,
.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card.policySeries .txt-main .Attend {
  display: flex;
  line-height: 1.625em;
}

.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card.policySeries .txt-main .Price span,
.EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card.policySeries .txt-main .Attend span {
  margin-top: -2px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .enrolButtons {
    display: flex;
    align-items: center;
  }

  .EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .enrolButtons p {
    margin-left: 1.5em;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .enrolButtons {
    display: block;
    align-items: center;
  }

  .EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .enrolButtons p {
    margin-left: 1.5em;
  }
}

@media (max-width: 575.98px) {
  .EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .UpcomingProg-img {
    margin-bottom: 0.9375em;
  }

  .EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body {
    margin-top: 0.9375em;
  }

  .EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .txt-main .dateLangMain {
    display: block;
  }

  .EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main .txt-main .dateLangMain .date {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-bottom: 0.625em;
  }
}

.educationDetailWrapper {
  position: relative;
}

.educationDetailWrapper h2 {
  font-size: 3.25em;
  word-wrap: break-word;
}

.educationDetailWrapper .sticky-top {
  top: 6.25em;
  z-index: 350;
}

.educationDetailWrapper .grayBoxHldr {
  position: relative;
  background: #F3F5F7;
  padding: 1.875em 1.5em;
  margin: 0.9375em 0em 1.875em;
  border-radius: 0.25em;
}

.educationDetailWrapper .grayBoxHldr .txt-main {
  position: relative;
}

.educationDetailWrapper .grayBoxHldr .txt-main .dateLangMain {
  font-size: 1em;
  color: #495465;
  display: flex;
  align-items: center;
}

.educationDetailWrapper .grayBoxHldr .txt-main .dateLangMain .date,
.educationDetailWrapper .grayBoxHldr .txt-main .dateLangMain .language {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0.9375em;
  margin-left: 0.9375em;
  border-left: 1px solid #000;
  line-height: 1.5;
}

.educationDetailWrapper .grayBoxHldr .txt-main .dateLangMain .date span,
.educationDetailWrapper .grayBoxHldr .txt-main .dateLangMain .language span {
  padding-left: 0.3125em;
}

.educationDetailWrapper .grayBoxHldr .txt-main .dateLangMain .language {
  padding-left: 0em;
  margin-left: 0em;
  border-left: none;
  text-transform: capitalize;
}

.educationDetailWrapper .grayBoxHldr .txt-main .Price {
  font-size: 1em;
  color: #495465;
  line-height: 1;
}

.educationDetailWrapper .grayBoxHldr .txt-main .Price span {
  padding-left: 0.3125em;
}

.educationDetailWrapper .grayBoxHldr .txt-main .Attend {
  font-size: 1em;
  color: #495465;
  line-height: 1.5;
}

.educationDetailWrapper .grayBoxHldr .txt-main .Attend span {
  padding-left: 0.3125em;
}

.educationDetailWrapper .grayBoxHldr .txt-main .emailMain {
  font-size: 1em;
  color: #495465;
  display: flex;
  align-items: center;
  line-height: 1;
}

.educationDetailWrapper .grayBoxHldr .txt-main .emailMain i {
  margin-left: 0.3125em;
  font-size: 1.125em;
}

.educationDetailWrapper .grayBoxHldr .txt-main .emailMain a {
  margin-right: 0.3125em;
}

.educationDetailWrapper .trainingHldr {
  position: relative;
  margin-bottom: 1.875em;
}

.educationDetailWrapper .trainingHldr h3 {
  font-size: 1.5em;
  margin-bottom: 0.625em;
}

.educationDetailWrapper .trainingHldr p {
  margin-bottom: 1.875em;
}

.educationDetailWrapper .trainingHldr h4 {
  font-size: 1.125em;
  margin-bottom: 0.625em;
}

.educationDetailWrapper .trainingHldr h5 {
  font-size: 1.125em;
  margin-bottom: 0.625em;
}

.educationDetailWrapper .trainingHldr ol {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.educationDetailWrapper .trainingHldr ol li {
  position: relative;
  padding-right: 0.3125em;
  margin-right: 0.9375em;
  line-height: 1.5em;
  margin-bottom: 0.3125em;
  list-style: conic-gradient;
}

.educationDetailWrapper .trainingHldr ol li:last-child {
  margin-bottom: 0;
}

.educationDetailWrapper .learningHldr {
  position: relative;
}

.educationDetailWrapper .learningHldr h4 {
  font-size: 1.125em;
  margin-bottom: 0.625em;
}

.educationDetailWrapper .CourseProg-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 0.74/1;
  margin-bottom: 1.875em;
  border: 1px solid #e9e9e9;
}

.educationDetailWrapper .CourseProg-img::before {
  content: "";
  background: rgba(0, 70, 133, 0.8);
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  border-radius: 0.25em;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.educationDetailWrapper .CourseProg-img .btnMain {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  display: none;
  width: 80%;
  margin: 0 auto;
}

.educationDetailWrapper .CourseProg-img:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.educationDetailWrapper .CourseProg-img:hover::before {
  opacity: 1;
}

.educationDetailWrapper .CourseProg-img:hover .btnMain {
  display: block;
}

.educationDetailWrapper .CourseProg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0em;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .educationDetailWrapper .CourseProg-img {
    margin-top: 1.5em;
  }
}

@media (max-width: 575.98px) {
  .educationDetailWrapper .grayBoxHldr .txt-main .dateLangMain {
    display: block;
  }

  .educationDetailWrapper .grayBoxHldr .txt-main .dateLangMain .date {
    margin: 0;
    padding: 0;
    border-left: none;
    margin-bottom: 1.875em;
  }

  .educationDetailWrapper .CourseProg-img {
    margin-top: 1.875em;
  }
}

.Exe-Edu-Overview {
  position: relative;
}

.Exe-Edu-Overview h2 {
  font-size: 3.25em;
  padding-bottom: 0.3125em;
}

.Exe-Edu-Overview .Exe-Edu-Img {
  position: relative;
  overflow: hidden;
  height: 22.2222222222em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efefef;
}

.Exe-Edu-Overview .Exe-Edu-Img img {
  width: 100%;
  height: 100%;
  border-radius: 0.5em;
  object-fit: cover;
}

.Exe-Edu-Overview hr {
  color: rgb(23, 32, 46);
  margin: 3.125em 0em;
}

.Exe-Edu-Overview .disseminate-box {
  position: relative;
  background: rgba(236, 236, 236, 0.4);
  padding: 2.5em 3.75em;
}

.Exe-Edu-Overview .disseminate-box h2 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  width: 50%;
  word-wrap: break-word;
}

.Open-Enro-Prog-wrapper {
  position: relative;
}

.Open-Enro-Prog-wrapper h2 {
  font-size: 3.25em;
  margin-bottom: 0.625em;
  word-wrap: break-word;
}

.Open-Enro-Prog-wrapper .exe-edu-summaries-slider {
  margin: 0em -0.75em;
}

.Open-Enro-Prog-wrapper .exe-edu-summaries-slider .slick-next,
.Open-Enro-Prog-wrapper .exe-edu-summaries-slider .slick-prev {
  top: auto;
  bottom: -70px;
  text-align: center;
  width: 44px;
  height: 44px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  background: #ffffff;
  border-radius: 44px;
}

.Open-Enro-Prog-wrapper .exe-edu-summaries-slider .slick-next {
  left: 46%;
  right: auto;
}

.Open-Enro-Prog-wrapper .exe-edu-summaries-slider .slick-prev {
  right: 46%;
  left: auto;
}

.Open-Enro-Prog-wrapper .Enro-Prog-card {
  position: relative;
  margin: 0em 0.75em;
  padding: 1.5em;
  background: #fff;
  border-radius: 0.25em;
  border: none;
}

.Open-Enro-Prog-wrapper .Enro-Prog-card .Prog-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 0.74/1;
}

.Open-Enro-Prog-wrapper .Enro-Prog-card .Prog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25em;
}

.Open-Enro-Prog-wrapper .Enro-Prog-card .card-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.Open-Enro-Prog-wrapper .Enro-Prog-card .card-body h5 {
  font-size: 1.625em;
  margin-bottom: 0.3125em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Open-Enro-Prog-wrapper .Enro-Prog-card .card-body .txt-main-hldr {
  position: relative;
  margin-bottom: 0.625em;
  color: #495465;
  flex: 1 1 auto;
}

.Open-Enro-Prog-wrapper .Enro-Prog-card .card-body .txt-main-hldr .parMain {
  width: 100%;
  position: relative;
  font-size: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.Open-Enro-Prog-wrapper .Enro-Prog-card .card-body .btn-hldr {
  position: relative;
}

.Open-Enro-Prog-wrapper .Enro-Prog-card .card-body .btn-hldr .btn {
  font-size: 0.75em;
}

.Open-Enro-Prog-wrapper .Enro-Prog-card .card-body .btn-hldr .btn i img {
  width: 1.125em;
}

.Custo-Prog-wrapper {
  position: relative;
}

.Custo-Prog-wrapper .Custo-Prog-hldr {
  position: relative;
  text-align: center;
  color: #ffffff;
  height: auto;
  display: flex;
  align-items: center;
}

.Custo-Prog-wrapper .Custo-Prog-hldr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 70, 133, 0.8);
}

.Custo-Prog-wrapper .Custo-Prog-hldr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Custo-Prog-wrapper .Custo-Prog-hldr .Custo-Prog-txt {
  position: absolute;
  right: 0;
  left: 0;
  width: 60%;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}

.Custo-Prog-wrapper .Custo-Prog-hldr .Custo-Prog-txt h2 {
  font-size: 3.25em;
  word-wrap: break-word;
}

.Custo-Prog-wrapper .Custo-Prog-hldr .Custo-Prog-txt h2 div {
  margin: 0;
}

.Custo-Prog-wrapper .Custo-Prog-hldr .Custo-Prog-txt p,
.Custo-Prog-wrapper .Custo-Prog-hldr .Custo-Prog-txt div {
  margin: 0.9375em 0em;
}

.smart-platform-wrapper {
  background: url(../images/smart-platform-img1.jpg) no-repeat top center;
  padding: 6.25em 0em;
  background-attachment: fixed;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.smart-platform-wrapper h4 {
  font-family: "Helvetica-Bold";
  font-size: 1.875em;
  text-transform: uppercase;
}

.smart-platform-wrapper .smart-platform-Desc {
  font-size: 1em;
  margin: 1.875em 0em;
  width: 100%;
  margin: 1.5em auto;
}

.ind-org-wrapper {
  position: relative;
}

.ind-org-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 18.75em;
  background: #213469;
  width: 100%;
  z-index: -1;
}

.ind-org-wrapper h2 {
  font-size: 3.25em;
  padding-bottom: 0.625em;
  word-wrap: break-word;
}

.ind-org-wrapper .ind-org-Hldr {
  position: relative;
  border-bottom: 1px solid #121212;
  margin: 0em 0em;
}

.ind-org-wrapper .ind-org-Hldr .ind-org-Img {
  position: relative;
  height: 20.875em;
  overflow: hidden;
  width: 100%;
}

.ind-org-wrapper .ind-org-Hldr .ind-org-Img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0.9375em 0.9375em 0em 0em;
}

.ind-org-wrapper .ind-org-Hldr .txtHldr {
  position: relative;
  width: 100%;
  padding: 1.5em;
}

.ind-org-wrapper .ind-org-Hldr .txtHldr h2 {
  font-size: 1.75em;
  margin: 0;
  color: #213469;
  word-wrap: break-word;
}

.ind-org-wrapper .ind-org-Hldr .txtHldr .txtDec {
  font-size: 0.875em;
  margin-bottom: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.ind-org-wrapper .ind-org-Hldr .txtHldr a {
  color: #213469;
}

.ind-org-wrapper .programHldr {
  position: relative;
  background: #fff;
  padding: 0.9375em;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #e4e7ee;
  margin-top: 1.5em;
  border-radius: 0.625em;
}

.ind-org-wrapper .programHldr .prodImg {
  position: relative;
  width: 100%;
  aspect-ratio: 0.57/1;
}

.ind-org-wrapper .programHldr .prodImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ind-org-wrapper .programHldr .proTxtHldr {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ind-org-wrapper .programHldr .proTxtHldr h4 {
  font-size: 1.4375em;
  margin-bottom: 0.3125em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1;
}

.ind-org-wrapper .programHldr .proTxtHldr h4 a {
  color: #213469;
}

.ind-org-wrapper .programHldr .proTxtHldr .decMain {
  position: relative;
  font-size: 0.875em;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}

.ind-org-wrapper .programHldr .proTxtHldr .dateLangHldr {
  position: relative;
  margin-top: auto;
  padding-top: 0.3125em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ind-org-wrapper .programHldr .proTxtHldr .dateLangHldr .date,
.ind-org-wrapper .programHldr .proTxtHldr .dateLangHldr .lang {
  color: #495465;
  font-size: 0.75em;
  line-height: 1.5;
}

.ind-org-wrapper .programHldr .proTxtHldr .dateLangHldr .date {
  margin-bottom: 5px;
}

.ind-org-wrapper .programHldr .proTxtHldr .dateLangHldr .lang {
  text-transform: capitalize;
}

.ind-org-wrapper .programHldr.logoProgHldr .proTxtHldr h4 {
  -webkit-line-clamp: 1;
}

.ind-org-wrapper .programHldr.logoProgHldr .proTxtHldr .decMain {
  -webkit-line-clamp: 5;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .Open-Enro-Prog-wrapper .exe-edu-summaries-slider .slick-next {
    left: 45%;
  }

  .Open-Enro-Prog-wrapper .exe-edu-summaries-slider .slick-prev {
    right: 45%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .Exe-Edu-Overview .disseminate-box h2 {
    width: 100%;
    word-wrap: break-word;
  }

  .Custo-Prog-wrapper .Custo-Prog-hldr .Custo-Prog-txt {
    width: 90%;
  }

  .Open-Enro-Prog-wrapper .exe-edu-summaries-slider .slick-next {
    left: 43%;
  }

  .Open-Enro-Prog-wrapper .exe-edu-summaries-slider .slick-prev {
    right: 43%;
  }

  .smart-platform-wrapper {
    background-size: cover;
    background-attachment: inherit;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .Exe-Edu-Overview .disseminate-box h2 {
    width: 100%;
    word-wrap: break-word;
  }

  .Exe-Edu-Overview .Exe-Edu-Img {
    margin-top: 1.5em;
  }

  .Custo-Prog-wrapper .Custo-Prog-hldr .Custo-Prog-txt {
    width: 90%;
  }

  .Open-Enro-Prog-wrapper .exe-edu-summaries-slider .slick-next {
    left: 42%;
  }

  .Open-Enro-Prog-wrapper .exe-edu-summaries-slider .slick-prev {
    right: 42%;
  }

  .ind-org-wrapper h2 {
    font-size: 2.25em;
    word-wrap: break-word;
  }

  .ind-org-wrapper .ind-org-Hldr {
    margin-bottom: 1.875em;
    margin-top: 1.875em;
  }

  .ind-org-wrapper .programHldr .prodImg {
    width: 40%;
    aspect-ratio: auto;
    margin: 0 auto 0.9375em;
  }

  .smart-platform-wrapper {
    background-size: cover;
    background-attachment: inherit;
  }
}

@media (max-width: 575.98px) {
  .Exe-Edu-Overview .Exe-Edu-Img {
    margin-top: 1.875em;
  }

  .Exe-Edu-Overview .disseminate-box {
    padding: 1.5em;
  }

  .Exe-Edu-Overview .disseminate-box h2 {
    width: 100%;
    word-wrap: break-word;
  }

  .Exe-Edu-Overview .disseminate-box .checkHldr {
    margin-bottom: 1.875em;
  }

  .Custo-Prog-wrapper .Custo-Prog-hldr {
    height: 21.25em;
  }

  .Custo-Prog-wrapper .Custo-Prog-hldr .Custo-Prog-txt {
    width: 90%;
  }

  .Open-Enro-Prog-wrapper .exe-edu-summaries-slider .slick-next {
    left: 38%;
  }

  .Open-Enro-Prog-wrapper .exe-edu-summaries-slider .slick-prev {
    right: 38%;
  }

  .ind-org-wrapper h2 {
    font-size: 2.25em;
    word-wrap: break-word;
  }

  .ind-org-wrapper .ind-org-Hldr {
    margin-bottom: 1.875em;
    margin-top: 1.875em;
  }

  .ind-org-wrapper .programHldr .prodImg {
    width: 40%;
    aspect-ratio: auto;
    margin: 0 auto 0.9375em;
  }

  .smart-platform-wrapper {
    background-size: cover;
    background-attachment: inherit;
  }
}

@media (max-width: 320.99px) {
  .Open-Enro-Prog-wrapper .exe-edu-summaries-slider .slick-next {
    left: 35%;
  }

  .Open-Enro-Prog-wrapper .exe-edu-summaries-slider .slick-prev {
    right: 35%;
  }
}

.Cust-Prog-aboutUs {
  position: relative;
}

.Cust-Prog-aboutUs h2 {
  font-size: 3.25em;
  width: 50%;
  margin-bottom: 0.625em;
  word-wrap: break-word;
}

.Cust-Prog-aboutUs .Cust-Prog-Img {
  position: relative;
  overflow: hidden;
  height: 22.2222222222em;
}

.Cust-Prog-aboutUs .Cust-Prog-Img img {
  width: 100%;
  height: 100%;
  border-radius: 0.5em;
  object-fit: cover;
}

.Cust-Our-Prog-wrapper {
  position: relative;
}

.Cust-Our-Prog-wrapper h2 {
  font-size: 3.25em;
  margin-bottom: 0.625em;
  word-wrap: break-word;
}

.Cust-Our-Prog-wrapper .Our-Prog-box {
  position: relative;
  background: #ffffff;
  padding: 1.5em;
  margin-bottom: 1.5em;
  border-radius: 0.375em;
}

.Cust-Our-Prog-wrapper .Our-Prog-box:last-child {
  margin-bottom: 0em;
}

.Cust-Our-Prog-wrapper .Our-Prog-box .Our-Prog-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.07/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Cust-Our-Prog-wrapper .Our-Prog-box .Our-Prog-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Cust-Our-Prog-wrapper .Our-Prog-box .Our-Prog-txt {
  position: relative;
}

.Cust-Our-Prog-wrapper .Our-Prog-box .Our-Prog-txt h2 {
  font-size: 1.75em;
  word-wrap: break-word;
}

.Cust-Our-Prog-wrapper .Our-Prog-box .Our-Prog-txt p {
  margin: 0.9375em 0em;
  font-family: "Helvetica-Light";
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .Cust-Prog-aboutUs h2 {
    width: 100%;
    word-wrap: break-word;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .Cust-Prog-aboutUs h2 {
    width: 100%;
    word-wrap: break-word;
  }

  .Cust-Prog-aboutUs .Cust-Prog-Img {
    margin-top: 0.9375em;
  }

  .Cust-Our-Prog-wrapper .Our-Prog-box .Our-Prog-img {
    width: 9.4444444444em;
    height: 9.4444444444em;
    margin: 0 auto 0.9375em;
  }
}

@media (max-width: 575.98px) {
  .Cust-Prog-aboutUs h2 {
    width: 100%;
    word-wrap: break-word;
  }

  .Cust-Prog-aboutUs .Cust-Prog-Img {
    margin-top: 0.9375em;
  }

  .Cust-Our-Prog-wrapper .Our-Prog-box .Our-Prog-img {
    width: 9.4444444444em;
    height: 9.4444444444em;
    margin: 0 auto 0.9375em;
  }
}

.Lead-Prog-wrapper {
  position: relative;
}

.Lead-Prog-wrapper h2 {
  font-size: 3.25em;
  margin-bottom: 0.625em;
}

.Lead-Prog-wrapper .Lead-Prog-Img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 28.8888888889em;
}

.Lead-Prog-wrapper .Lead-Prog-Img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Lead-Prog-Attendees {
  position: relative;
}

.Lead-Prog-Attendees .txt-box-main {
  position: relative;
  margin-bottom: 1.875em;
}

.Lead-Prog-Attendees .txt-box-main:last-child {
  margin-bottom: 0em;
}

.Lead-Prog-Attendees .txt-box-main h2 {
  font-size: 1.5em;
  margin-bottom: 0.625em;
  word-wrap: break-word;
}

.Lead-Prog-Attendees .txt-box-main ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.Lead-Prog-Attendees .txt-box-main ul li {
  position: relative;
  padding-right: 1.875em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

.Lead-Prog-Attendees .txt-box-main ul li:last-child {
  margin-bottom: 0;
}

.Lead-Prog-Attendees .txt-box-main ul li::before {
  content: "\f309";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: #121212;
  top: 0;
  right: 0;
  font-size: 1.875em;
  width: 0.9375em;
}

.Lead-Prog-Attendees .Lead-Prog-details {
  position: relative;
  height: 24.4444444444em;
  width: 100%;
  margin: 0;
  padding: 0;
}

.Lead-Prog-Attendees .Lead-Prog-details::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 70, 133, 0.8);
}

.Lead-Prog-Attendees .Lead-Prog-details img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Lead-Prog-Attendees .Lead-Prog-details .Lead-Prog-text {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 1.875em;
  color: #fff;
}

.Lead-Prog-Attendees .Lead-Prog-details .Lead-Prog-text h3 {
  font-size: 1.5em;
}

.Lead-Prog-Attendees .Lead-Prog-details .Lead-Prog-text p,
.Lead-Prog-Attendees .Lead-Prog-details .Lead-Prog-text div {
  padding: 0.75em 0em;
  font-size: 1em;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .Lead-Prog-Attendees .Lead-Prog-details {
    width: 24.4444444444em;
    height: 24.4444444444em;
    margin: 1.875em auto 0em;
  }
}

@media (max-width: 575.98px) {
  .Lead-Prog-Attendees .Lead-Prog-details {
    margin-top: 1.875em;
  }
}

.rese-publi-about {
  position: relative;
}

.rese-publi-about h2 {
  font-size: 3.25em;
  margin-bottom: 0.625em;
  width: 50%;
  word-wrap: break-word;
}

.rese-publi-about p {
  margin-bottom: 0.9375em;
}

.rese-publi-about p:last-child {
  margin-bottom: 0;
}

.rese-publi-about .rese-publi-Img {
  position: relative;
  overflow: hidden;
  height: 25em;
}

.rese-publi-about .rese-publi-Img img {
  width: 100%;
  height: 100%;
  border-radius: 0.5em;
  object-fit: cover;
}

.rese-publi-about hr {
  color: rgb(23, 32, 46);
  margin: 3.125em 0em;
}

.rese-publi-about .rese-publi-include {
  background: rgba(236, 236, 236, 0.4);
  padding: 3.125em;
}

.rese-publi-about .rese-publi-include h2 {
  font-size: 1.5em;
  margin-bottom: 0.9375em;
  width: 50%;
  word-wrap: break-word;
}

.rese-publi-book {
  position: relative;
}

.rese-publi-book h2 {
  font-size: 3.25em;
  margin-bottom: 0.5em;
  word-wrap: break-word;
}

.rese-publi-book .filterWrapper {
  position: relative;
  margin-bottom: 2.5em;
}

.rese-publi-book .filterWrapper .searchMain {
  position: relative;
  display: flex;
  align-items: center;
  width: 40%;
  margin-bottom: 1.875em;
}

.rese-publi-book .filterWrapper .searchMain .btn {
  position: relative;
  padding: 0em 0em;
  margin-right: 0.625em;
  background: none;
  color: #fff;
  border-radius: 0em;
  height: 2.8125em;
  width: 2.8125em;
}

.rese-publi-book .filterWrapper .searchMain .btn::before {
  font-family: "icomoon" !important;
  position: absolute;
  content: "\e91c";
  font-size: 2.5em;
  color: #213469;
}

.rese-publi-book .filterWrapper .searchMain .btn:hover,
.rese-publi-book .filterWrapper .searchMain .btn:focus {
  box-shadow: none;
}

.rese-publi-book .filterWrapper .filterHldr {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.9375em;
}

.rese-publi-book .filterWrapper .filterHldr .filterMain {
  position: relative;
  display: flex;
  align-items: center;
}

.rese-publi-book .filterWrapper .filterHldr .filterMain .form-group {
  margin: 0em 0em 0em 0.9375em;
  max-width: 12.5em;
}

.rese-publi-book .filterWrapper .filterHldr .filterMain .form-group select {
  min-width: 12.5em;
}

.rese-publi-book .filterWrapper .filterHldr .clearMain {
  position: relative;
  margin-right: auto;
}

.rese-publi-book .filterWrapper .filterHldr .clearMain a,
.rese-publi-book .filterWrapper .filterHldr .clearMain .btn {
  font-family: "Helvetica";
  color: #17202E;
  font-size: 0.875em;
  border: none;
  padding: 0;
}

.rese-publi-book .filterWrapper .SuggestionHldr {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.625em 0em;
  border-top: 1px solid rgba(23, 32, 46, 0.08);
  border-bottom: 1px solid rgba(23, 32, 46, 0.08);
}

.rese-publi-book .filterWrapper .SuggestionHldr .SuggestionMain {
  position: relative;
  font-family: "Helvetica-Light";
  font-size: 0.875em;
  display: flex;
  align-items: center;
}

.rese-publi-book .filterWrapper .SuggestionHldr .SuggestionMain span {
  padding: 0em 0.25em;
  font-family: "Helvetica-Light";
  font-size: 0.875em;
  cursor: pointer;
}

.rese-publi-book .filterWrapper .SuggestionHldr .showResul-main {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.875em;
  margin-right: auto;
}

.rese-publi-book .filterWrapper .SuggestionHldr .showResul-main .resultsFind {
  font-size: 0.875em;
  font-family: "Helvetica-Light";
  margin-right: 1.875em;
  display: flex;
  align-items: center;
}

.rese-publi-book .filterWrapper .SuggestionHldr .showResul-main .resultsFind span {
  font-family: "Helvetica";
}

.rese-publi-book .filterWrapper .SuggestionHldr .showResul-main .resultsFind #result-msg {
  max-width: 10.9375em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-right: 0.1875em;
}

.rese-publi-book .filterWrapper .SuggestionHldr .showResul-main .showPage {
  font-size: 0.875em;
  font-family: "Helvetica-Light";
  position: relative;
  display: flex;
  align-items: center;
}

.rese-publi-book .filterWrapper .SuggestionHldr .showResul-main .showPage select {
  width: 4.375em;
  margin-right: 0.625em;
}

.rese-publi-book .rese-publi-card {
  position: relative;
  padding: 0em;
  border: none;
  margin: 0em 0em 2.5em 0em;
}

.rese-publi-book .rese-publi-card .book-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 0.71/1;
  border: 1px solid #e9e9e9;
}

.rese-publi-book .rese-publi-card .book-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rese-publi-book .rese-publi-card .card-body {
  position: relative;
  padding: 0em;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.rese-publi-book .rese-publi-card .card-body h2 {
  font-size: 1.625em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.rese-publi-book .rese-publi-card .card-body h2 a {
  color: #213469;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.rese-publi-book .rese-publi-card .card-body .book-txt-main {
  position: relative;
  margin-top: 0.9375em;
  color: #495465;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.rese-publi-book .rese-publi-card .card-body .book-txt-main .language {
  position: relative;
  margin-bottom: 0.4375em;
  line-height: normal;
  font-size: 0.875em;
}

.rese-publi-book .rese-publi-card .card-body .book-txt-main .author {
  position: relative;
  margin-bottom: 0.4375em;
  line-height: normal;
  font-size: 0.875em;
  display: flex;
  align-items: center;
}

.rese-publi-book .rese-publi-card .card-body .book-txt-main .author span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 0.3125em;
  width: 100%;
}

.rese-publi-book .rese-publi-card .card-body .book-txt-main .author .nr-author {
  width: 14.3em;
  color: #495465;
  padding-right: 0;
}

.rese-publi-book .rese-publi-card .card-body .book-txt-main .topic {
  position: relative;
  margin-bottom: 0.4375em;
  line-height: normal;
  font-size: 0.875em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.rese-publi-book .rese-publi-card .card-body .book-txt-main .download {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.875em;
}

.rese-publi-book .rese-publi-card .card-body .book-txt-main .download .btn {
  text-transform: uppercase;
}

.rese-publi-book .rese-publi-card .card-body .book-txt-main .download .btn i {
  top: -1px;
  width: 24px;
}

.rese-publi-book .rese-publi-card .card-body .book-txt-main .download .btn i img {
  width: 14px;
}

.rese-publi-book .pagination {
  position: relative;
}

.rese-publi-book .pagination .page-link {
  font-family: "Helvetica";
  border-radius: 3.125em;
  width: 3.125em;
  height: 3.125em;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 1em;
  border: 1px solid #BCBCBC !important;
  color: #BDBDBD !important;
  padding: 0;
  margin-left: 0.75em;
}

.rese-publi-book .pagination .page-link:hover {
  background: #213469;
  color: #ffffff;
  border: 1px solid #213469;
}

.rese-publi-book .pagination .current {
  background: #213469;
  color: #ffffff;
  border: 1px solid #213469;
  margin-left: 0.75em;
  width: 3.125em;
  height: 3.125em;
  font-family: "Helvetica";
  border-radius: 3.125em;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 1em;
}

.rese-publi-book .pagination .current.prev::before,
.rese-publi-book .pagination .current.next::before {
  color: #BDBDBD !important;
}

.rese-publi-book .pagination .prev,
.rese-publi-book .pagination .next {
  font-family: "Helvetica";
  border-radius: 3.125em;
  width: 3.125em;
  height: 3.125em;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 1em;
  border: none !important;
  color: transparent !important;
  padding: 0;
  background: none;
}

.rese-publi-book .pagination .prev:hover,
.rese-publi-book .pagination .next:hover {
  background: none;
  color: #fff;
  border: none;
}

.rese-publi-book .pagination .prev::before {
  font-family: "icomoon" !important;
  content: "\e917";
  position: absolute;
  color: #213469;
  font-size: 3em;
}

.rese-publi-book .pagination .next::before {
  font-family: "icomoon" !important;
  content: "\e918";
  position: absolute;
  color: #213469;
  font-size: 3em;
}

[dir=rtl] .rese-publi-book .pagination .prev::before {
  content: "\e918";
}

[dir=rtl] .rese-publi-book .pagination .next::before {
  content: "\e917";
}

[dir=rtl] .rese-publi-book .filterWrapper .SuggestionHldr .showResul-main .resultsFind {
  font-family: "HelveticaNeueLT Arabic 45 Light" !important;
}

[dir=rtl] .rese-publi-book .filterWrapper .SuggestionHldr .showResul-main .resultsFind span {
  font-family: "HelveticaNeueLT Arabic 45 Light" !important;
}

.Publication-about {
  position: relative;
}

.Publication-about .Publication-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 0.71/1;
  border: 1px solid #e9e9e9;
}

.Publication-about .Publication-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0em;
}

.Publication-about h2 {
  font-size: 1.75em;
  margin-bottom: 0.9375em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.Publication-about .publ-gray-box {
  position: relative;
  background: #F3F5F7;
  padding: 1.875em 1.5em;
  margin: 0.9375em 0em 1.875em;
  border-radius: 0.25em;
}

.Publication-about .publ-gray-box .txt-main {
  position: relative;
}

.Publication-about .publ-gray-box .txt-main .dateLangMain {
  font-size: 1em;
  color: #495465;
  display: flex;
  align-items: center;
}

.Publication-about .publ-gray-box .txt-main .dateLangMain .date,
.Publication-about .publ-gray-box .txt-main .dateLangMain .language {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0.9375em;
  margin-left: 0.9375em;
  border-left: 1px solid #000;
  line-height: 1;
}

.Publication-about .publ-gray-box .txt-main .dateLangMain .date span,
.Publication-about .publ-gray-box .txt-main .dateLangMain .language span {
  padding-left: 0.3125em;
}

.Publication-about .publ-gray-box .txt-main .dateLangMain .language {
  padding-left: 0em;
  margin-left: 0em;
  border-left: none;
}

.Publication-about .publ-gray-box .txt-main .author {
  font-family: "Helvetica-Light";
  font-size: 1em;
  color: #004685;
  line-height: 1;
}

.Publication-about .publ-gray-box .txt-main .author span {
  font-family: "Helvetica";
  padding-left: 0.3125em;
  color: #495465;
}

.Publication-about .publ-gray-box .txt-main .non-author {
  font-family: "Helvetica-Light";
  font-size: 1em;
  color: #495465;
  line-height: 1.625em;
}

.Publication-about .publ-gray-box .txt-main .non-author span {
  font-family: "Helvetica";
  padding-left: 0.3125em;
}

.Publication-about .publ-gray-box .txt-main .genre {
  font-family: "Helvetica-Light";
  font-size: 1em;
  color: #495465;
  line-height: 1;
}

.Publication-about .publ-gray-box .txt-main .genre span {
  font-family: "Helvetica";
  padding-left: 0.3125em;
}

.Publication-about .publ-gray-box .txt-main .category {
  font-family: "Helvetica-Light";
  font-size: 1em;
  color: #495465;
  line-height: 1;
}

.Publication-about .publ-gray-box .txt-main .category span {
  font-family: "Helvetica";
  padding-left: 0.3125em;
}

.Publication-about .publ-gray-box .txt-main .totalDownload {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.875em;
  color: #495465;
}

.Publication-about .publ-gray-box .txt-main .totalDownload .btn {
  text-transform: uppercase;
  font-size: 0.875em;
  padding: 0.75em 1.5em;
}

.Publication-about .publ-gray-box .txt-main .totalDownload .btn i img {
  width: 1.125em;
  top: 0.0625em;
  position: relative;
}

.Publication-about .publ-gray-box .txt-main .tagMain {
  position: relative;
  width: 100%;
  margin-bottom: 0.625em;
}

.Publication-about .publ-gray-box .txt-main .tagMain span {
  font-family: "Helvetica-Light";
  font-size: 1em;
  background: #04AA9F;
  color: #ffffff;
  padding: 0.625em 0.9375em;
  border-radius: 0.25em;
  display: inline-block;
  line-height: 1;
}

.Publication-about .publ-gray-box .txt-main .tagMain span .number {
  font-family: "Helvetica-Bold";
  padding: 0;
  margin-left: 0.3125em;
}

.Publication-about .publ-gray-box .txt-main .btnMain {
  position: relative;
  display: flex;
  align-items: center;
  clear: both;
}

.Publication-about .publ-gray-box .txt-main .btnMain .btn {
  font-size: 0.875em;
  margin-left: 1.5em;
  transform: none;
}

.Publication-about .publ-gray-box .txt-main .btnMain .btn:hover {
  transform: none;
}

.Publication-about .publ-gray-box .txt-main .btnMain .btn:last-child {
  margin-left: 0;
}

.Publication-about .publ-gray-box .txt-main .btnMain .btn i {
  font-size: 1.125em;
}

.Publication-about .publ-gray-box .txt-main .btnMain .btn i img {
  width: 1.125em;
  position: relative;
  top: -2px;
}

.Publication-about .about-main {
  position: relative;
}

.Publication-about .about-main h2 {
  font-size: 1.5em;
  margin-bottom: 0.625em;
  word-wrap: break-word;
}

.Publication-about .about-main ol {
  position: relative;
  margin: 1.5em 0em 0em;
  padding: 0;
  list-style: none;
}

.Publication-about .about-main ol li {
  position: relative;
  padding-right: 0.3125em;
  margin-right: 0.9375em;
  line-height: 1.5em;
  margin-bottom: 0.3125em;
  list-style: conic-gradient;
}

.Publication-about .about-main ol li:last-child {
  margin-bottom: 0;
}

.Publication-about .videoWrapper {
  position: relative;
}

.Publication-about .videoWrapper .videoMain {
  position: relative;
  margin: 0em 0em 1.5em 0em;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.Publication-about .videoWrapper .videoMain img {
  width: 100%;
  height: 100%;
}

.Publication-about .videoWrapper .videoSmall {
  position: relative;
  margin: 0em 0em;
  padding: 0em 0.9375em;
  overflow: hidden;
  aspect-ratio: 1.16/1;
  width: 100%;
}

.Publication-about .videoWrapper .videoSmall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.625em;
}

.Publication-about .videoWrapper .video-nav {
  margin: 0em -0.9375em;
}

.Publication-about .speakers-hldr {
  position: relative;
}

.Publication-about .speakers-hldr .speakers-card {
  position: relative;
  margin: 0em 0em 1.875em 0em;
  padding: 1.25em 1.25em;
  border: 1px solid #f0f0f0;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 0.5em;
}

.Publication-about .speakers-hldr .speakers-card .speakers-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.Publication-about .speakers-hldr .speakers-card .speakers-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25em;
}

.Publication-about .speakers-hldr .speakers-card .card-body {
  padding: 0em;
}

.Publication-about .speakers-hldr .speakers-card .card-body .card-title {
  position: relative;
  display: block;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.9375em;
}

.Publication-about .speakers-hldr .speakers-card .card-body .card-title h5 {
  font-size: 1.5em;
  padding-bottom: 0.1875em;
  color: #121212;
}

.Publication-about .speakers-hldr .speakers-card .card-body .card-title .title-disc {
  font-size: 0.875em;
  color: #999999;
  margin-bottom: 0;
}

.Publication-about .speakers-hldr .speakers-card .card-body p {
  font-size: 0.875em;
  color: #999;
  line-height: normal;
}

.Publication-about .usefulcontent {
  position: relative;
}

.Publication-about .usefulcontent .speaker-card {
  position: relative;
  margin: 0em 0em 1.875em 0em;
  padding: 1.25em 1.25em;
  border: none;
  border-radius: 0.25em;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}

.Publication-about .usefulcontent .speaker-card .speaker-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.Publication-about .usefulcontent .speaker-card .speaker-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25em;
}

.Publication-about .usefulcontent .speaker-card .card-body {
  padding: 0em;
}

.Publication-about .usefulcontent .speaker-card .card-body .card-title {
  position: relative;
  display: block;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.9375em;
}

.Publication-about .usefulcontent .speaker-card .card-body .card-title h5 {
  font-size: 1.25em;
  color: #121212;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -moz-box-orient: vertical;
}

.Publication-about .usefulcontent .speaker-card .card-body .card-title h5:hover {
  color: #213469;
}

.Publication-about .usefulcontent .speaker-card .card-body .card-title .title-disc {
  font-size: 0.875em;
  color: #999999;
  margin-bottom: 0;
  margin-top: 0.3125em;
}

.Publication-about .usefulcontent .speaker-card .card-body .dateTimeMain {
  position: relative;
  margin: 0em 0em 0.5em 0em;
  padding: 0;
  font-size: 0.875em;
}

.Publication-about .usefulcontent .speaker-card .card-body .dateTimeMain b {
  margin-left: 0.3125em;
}

.Publication-about .usefulcontent .speaker-card .card-body ul {
  list-style: none;
  margin-top: 0.9375em;
  padding-right: 1.125em;
}

.Publication-about .usefulcontent .speaker-card .card-body ul li {
  font-size: 0.875em;
  margin-bottom: 0.625em;
  padding-right: 0.625em;
  list-style: decimal;
}

.edi-Wrapper {
  position: relative;
}

.edi-Wrapper h2 {
  font-size: 3.25em;
  margin-bottom: 0.625em;
  word-wrap: break-word;
}

.edi-Wrapper .globImg {
  float: right;
  margin: 0em 0em 1.5em 1.5em;
}

.edi-Wrapper p {
  margin-bottom: 1.5em;
}

.edi-Wrapper h4 {
  font-size: 1.5em;
  margin-bottom: 0.625em;
  color: #213469;
}

.edi-Wrapper ul {
  position: relative;
  margin: 0em;
  padding: 0;
  list-style: none;
}

.edi-Wrapper ul li {
  position: relative;
  padding-right: 1.25em;
  line-height: 1.5em;
  margin-bottom: 0.625em;
}

.edi-Wrapper ul li::before {
  content: "\f309";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: #121212;
  top: -2px;
  right: -9px;
  font-size: 1.875em;
  width: 0.9375em;
}

.res-init-wrapper {
  position: relative;
}

.res-init-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 18.75em;
  background: #F7F7F7;
  width: 100%;
  z-index: -1;
}

.res-init-wrapper h2 {
  font-size: 3.25em;
  padding-bottom: 0.625em;
  word-wrap: break-word;
}

.res-init-wrapper .res-init-Hldr {
  position: relative;
  border-bottom: 1px solid #121212;
  margin: 0em 0em;
}

.res-init-wrapper .res-init-Hldr .res-init-Img {
  position: relative;
  height: 17.5em;
  overflow: hidden;
  width: 100%;
}

.res-init-wrapper .res-init-Hldr .res-init-Img img {
  height: 100%;
  width: 100%;
  object-fit: fill;
  border-radius: 0.9375em 0.9375em 0em 0em;
}

.res-init-wrapper .res-init-Hldr .txtHldr {
  position: relative;
  width: 100%;
  padding: 1.5em;
}

.res-init-wrapper .res-init-Hldr .txtHldr h2 {
  font-size: 1.75em;
  margin: 0;
  color: #213469;
}

.res-init-wrapper .res-init-Hldr .txtHldr .txtDec {
  font-size: 0.875em;
  margin-bottom: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.5em;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .rese-publi-about h2 {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .rese-publi-about h2 {
    width: 100%;
  }

  .rese-publi-about .rese-publi-include h2 {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .rese-publi-about h2 {
    width: 100%;
  }

  .rese-publi-about .rese-publi-include {
    padding: 1.5em;
  }

  .rese-publi-about .rese-publi-include h2 {
    width: 100%;
  }

  .rese-publi-book .filterWrapper .searchMain {
    width: 100%;
  }

  .rese-publi-book .filterWrapper .filterHldr .filterMain .form-group {
    margin: 0em 0em 0em 0.9375em;
    max-width: 9.375em;
  }

  .rese-publi-book .filterWrapper .filterHldr .filterMain .form-group select {
    min-width: 9.375em;
  }

  .Publication-about .Publication-img {
    height: 23.8888888889em;
    width: 23.8888888889em;
    margin: 0 auto 1.875em;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .Publication-about .Publication-img {
    margin-bottom: 1.5em;
  }

  .Publication-about .publ-gray-box .txt-main .btnMain {
    display: inline-block;
  }

  .rese-publi-about h2 {
    width: 100%;
  }

  .rese-publi-about .rese-publi-Img {
    margin-bottom: 1.5em;
  }

  .rese-publi-about .rese-publi-include h2 {
    width: 100%;
  }

  .rese-publi-book .filterWrapper .searchMain {
    width: 100%;
  }

  .rese-publi-book .filterWrapper .filterHldr .filterMain .form-group {
    margin: 0em 0em 0em 0.9375em;
    max-width: 7.5em;
  }

  .rese-publi-book .filterWrapper .filterHldr .filterMain .form-group select {
    min-width: 7.5em;
  }

  .rese-publi-book .filterWrapper .SuggestionHldr .SuggestionMain {
    display: block;
  }

  .rese-publi-book .rese-publi-card .card-body h2 {
    -webkit-line-clamp: 2;
  }

  .rese-publi-book .rese-publi-card .card-body h2 a {
    -webkit-line-clamp: 2;
  }

  .res-init-wrapper .res-init-Hldr {
    margin-bottom: 1.875em;
  }
}

@media (max-width: 575.98px) {
  .rese-publi-about h2 {
    width: 100%;
  }

  .rese-publi-about .rese-publi-Img {
    margin-bottom: 1.875em;
  }

  .rese-publi-about .rese-publi-include {
    padding: 1.5em;
  }

  .rese-publi-about .rese-publi-include h2 {
    width: 100%;
  }

  .rese-publi-book .filterWrapper .searchMain {
    width: 100%;
  }

  .rese-publi-book .filterWrapper .filterHldr {
    display: block;
  }

  .rese-publi-book .filterWrapper .filterHldr .filterMain {
    display: block;
  }

  .rese-publi-book .filterWrapper .filterHldr .filterMain .form-group {
    max-width: 100%;
    margin-left: 0;
  }

  .rese-publi-book .filterWrapper .filterHldr .filterMain .form-group select {
    width: 100%;
    min-width: 100%;
    margin-left: 0 !important;
    margin-bottom: 0.625em;
  }

  .rese-publi-book .filterWrapper .SuggestionHldr {
    display: block;
  }

  .rese-publi-book .filterWrapper .SuggestionHldr .SuggestionMain {
    margin-bottom: 0.625em;
    display: block;
  }

  .rese-publi-book .rese-publi-card .book-img {
    margin-bottom: 0em;
    height: auto;
  }

  .rese-publi-book .rese-publi-card .card-body h2 {
    -webkit-line-clamp: 2;
  }

  .rese-publi-book .rese-publi-card .card-body h2 a {
    -webkit-line-clamp: 2;
  }

  .rese-publi-book .rese-publi-card .card-body .book-txt-main .download .btn img {
    width: 1.125em;
  }

  .rese-publi-book .rese-publi-card .card-body .book-txt-main .author .nr-author {
    width: 18em;
  }

  .Publication-about .Publication-img {
    margin-bottom: 1.875em;
  }

  .Publication-about .publ-gray-box .txt-main .dateLangMain {
    display: block;
  }

  .Publication-about .publ-gray-box .txt-main .dateLangMain .date {
    margin: 0;
    padding: 0;
    border: none;
    margin-bottom: 2.3em;
  }

  .Publication-about .publ-gray-box .txt-main .btnMain {
    display: inline-block;
  }

  .res-init-wrapper .res-init-Hldr {
    margin-bottom: 1.875em;
  }
}

.navbar-collapse.collapse {
  display: block;
  height: auto;
  padding-bottom: 0;
  overflow: visible;
}

.navbar-collapse.collapse a {
  color: #213469;
}

.dropdown-toggle::after {
  display: none;
}

.w3_megamenu .dropdown-menu {
  box-shadow: none;
  border: none;
  padding: 0em;
  border-radius: 0em;
  position: absolute;
  top: 100%;
  max-width: 100%;
  margin: 0em;
  max-height: fit-content;
  overflow: hidden;
}

.w3_megamenu .nav,
.w3_megamenu .collapse,
.w3_megamenu .dropup,
.w3_megamenu .dropdown {
  position: static;
  display: flex;
}

.navbar-collapse .hamMenu {
  position: relative;
  margin-right: 0.9375em;
}

.navbar-collapse .hamMenu i {
  font-size: 1.125em;
  top: 0.125em;
  position: relative;
}

.navbar-collapse .searchMain {
  position: relative;
  margin-right: 1.25em;
}

.navbar-collapse .searchMain i {
  font-size: 1.25em;
  position: relative;
  top: 2px;
}

.searchWrapper {
  position: absolute;
  z-index: 912;
  border-radius: 0;
  width: 100%;
  right: 0;
  left: 0;
}

.searchWrapper.search-fixed {
  position: fixed;
  top: 4.625em;
}

.searchWrapper .card {
  border-radius: 0;
  border: none;
  background: #213469;
  color: #ffffff;
  padding: 5em 0em;
}

.searchWrapper .card .searchHldr {
  position: relative;
  display: flex;
  align-items: center;
}

.searchWrapper .card .searchHldr input {
  border: none;
  background: none;
  border-bottom: 1px solid #ffffff;
  width: 100%;
  margin-left: 1.5em;
  color: #ffffff;
  padding: 0.5em 0em;
}

.w3_megamenu .container {
  position: relative;
}

.w3_megamenu .dropdown-menu {
  right: 0;
  width: 100%;
  left: 0;
}

.w3_megamenu .nav.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}

.w3_megamenu .w3_megamenu-content {
  padding: 0em;
  background: #ffffff;
}

.w3_megamenu .dropdown.w3_megamenu-fw .dropdown-menu {
  right: 0;
  left: 0;
}

.w3_megamenu ul {
  list-style: none;
  padding-right: 0;
  margin-right: auto;
}

.w3_megamenu ul li {
  margin: 0 1.25em;
}

.w3_megamenu ul li a {
  position: relative;
  padding: 1.8125em 0em;
  color: #213469;
  font-size: 0.9375em;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.w3_megamenu ul li a:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.w3_megamenu ul li a:hover p {
  font-weight: normal;
}

.w3_megamenu ul li .dropdown-toggle:hover {
  font-weight: normal;
}

.dropdown:nth-child(1) .dropdown-toggle::before {
  background: #C5C5C5;
}

.dropdown:nth-child(2) .dropdown-toggle::before {
  background: #213469;
}

.dropdown:nth-child(3) .dropdown-toggle::before {
  background: #7c2a44;
}

.dropdown:nth-child(4) .dropdown-toggle::before {
  background: #04a99e;
}

.dropdown .dropdown-toggle {
  position: relative;
}

.dropdown .dropdown-toggle::before {
  content: " ";
  position: absolute;
  bottom: 1.5em;
  right: 0;
  width: 2.5em;
  height: 0.25em;
  background: #ccc;
  transition: 0.3s;
  transform-origin: 0 100% 0;
}

.dropdown .dropdown-toggle:hover::before {
  width: 100%;
  transform: 100%;
}

.dropdown.open .dropdown-toggle::before {
  width: 100%;
  transform: 100%;
}

.w3_megamenu .title {
  font-size: 1.125em;
  border-bottom: 2px solid transparent;
  padding-bottom: 0.625em;
  margin-bottom: 0.9375em;
}

.w3_megamenu .title.whiteBorder {
  border-color: rgba(255, 255, 255, 0.2);
}

.w3_megamenu .title.blueBorder {
  border-color: rgba(0, 47, 108, 0.2);
}

.twoCol {
  display: grid;
  grid-template-columns: 50% 50%;
}

.twoCol .subMenu {
  padding-left: 0.75em;
  margin-right: 0;
}

.twoCol .subMenu:last-child {
  padding-left: 0em;
  padding-right: 0.75em;
}

.subMenu {
  position: relative;
  list-style: none;
  margin-right: 0;
}

.subMenu li {
  list-style: none;
  margin: 0 !important;
}

.subMenu li:last-child {
  margin-bottom: 0em !important;
}

.subMenu li a {
  font-size: 0.8125em !important;
  display: flex;
  align-items: center;
  padding: 0.625em !important;
  line-height: normal;
  font-weight: bold;
}

.subMenu li a i {
  font-size: 1.625em;
  margin-left: 0.5em;
}

.subMenu li a p {
  font-size: 12px;
  margin-top: 0.375em;
  line-height: 1.5em;
  color: #212529;
  font-weight: normal;
}

.subMenu li a:hover {
  font-weight: bold;
  background: #e2e2e2;
  border-radius: 0.375em;
}

.subMenu li p {
  font-size: 0.75em;
  margin-top: 0.375em;
  line-height: 1.5em;
  font-weight: normal;
}

.subMenu.withImage li {
  display: flex;
  padding: 0.625em !important;
}

.subMenu.withImage li .imgMain {
  width: 4em;
  height: 4.375em;
  overflow: hidden;
  margin-left: 0.625em;
  flex-grow: 1;
  flex-shrink: 0;
}

.subMenu.withImage li .imgMain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5em;
}

.subMenu.withImage li .linkContant {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.subMenu.withImage li a {
  padding: 0em !important;
}

.subMenu.withImage li a:hover {
  background: none !important;
}

.subMenu.withImage li:hover {
  background: #e2e2e2;
  border-radius: 0.375em;
}

.subMenu.withImage li:hover p {
  font-weight: normal;
}

.w3_megamenu .dropdown-menu .bg-blue .subMenu li a:hover {
  background: #152656;
}

.w3_megamenu .dropdown-menu .bg-purple .subMenu li a:hover {
  background: #671f36;
}

.w3_megamenu .dropdown-menu .bg-green .subMenu li a:hover {
  background: #08988e;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9990;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  top: 0;
}

.overlay.active {
  display: block;
  opacity: 1;
}

#sidebar {
  width: 350px;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100vh;
  z-index: 9999;
  background: #213469;
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  padding: 1.5em;
}

#sidebar.active {
  left: 0em;
}

#dismiss {
  text-align: center;
  position: absolute;
  top: 4px;
  left: 10px;
  cursor: pointer;
  color: #ffffff;
  transition: transform 0.2s;
}

#dismiss i {
  font-size: 1.375em;
  width: 2.125em;
  height: 2.125em;
}

/* ---------------------------------------------------
  CONTENT STYLE
----------------------------------------------------- */

.rightNavWrapper {
  position: relative;
  margin-top: 3.125em;
}

.rightNavWrapper .searchBox {
  position: relative;
  margin-bottom: 0.9375em;
  padding: 0;
}

.rightNavWrapper .searchBox .form-control {
  background: #0e4389;
  border: 1px solid #0e4389;
  color: #fff;
  appearance: none !important;
}

.rightNavWrapper .searchBox .form-control::placeholder {
  display: none;
  color: rgba(255, 255, 255, 0.5);
}

.rightNavWrapper .searchBox .form-control:focus {
  box-shadow: none !important;
}

.rightNavWrapper .searchBox button {
  width: auto;
  padding: 0.4375em 0.9375em;
  background: 0 0;
  font-size: 1em;
  border: none;
  cursor: pointer;
  color: #fff;
  position: absolute;
  left: 0;
  z-index: 1;
  height: 100%;
}

.rightNavWrapper .accordion-item {
  border: none;
  background: none;
}

.rightNavWrapper .accordion-item.home .accordion-header a::after {
  display: none;
}

.rightNavWrapper .accordion-item .accordion-header {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.rightNavWrapper .accordion-item .accordion-header a {
  background: none;
  border-radius: 0;
  color: #ffffff;
  padding: 0.9375em 0em 0.9375em 0.9375em;
  border: none;
  box-shadow: none;
  font-size: 1rem;
  display: flex;
  align-items: center;
  line-height: 1;
}

.rightNavWrapper .accordion-item .accordion-header a::after {
  font: normal normal normal 14px/1 FontAwesome;
  color: #ffffff;
  content: "\f107";
  background: none;
  font-size: 1.375em;
  position: absolute;
  top: 0.625em;
  left: 0;
  text-align: center;
}

.rightNavWrapper .accordion-item .accordion-body {
  color: #ffffff;
  padding: 0.9375em;
  background: rgba(255, 255, 255, 0.05);
}

.rightNavWrapper .accordion-item .accordion-body ul {
  list-style: none;
  position: relative;
}

.rightNavWrapper .accordion-item .accordion-body ul li {
  list-style: none;
  margin: 0;
  padding: 0.3125em 0em;
}

.rightNavWrapper .accordion-item .accordion-body ul li a {
  font-size: 0.875em;
  color: #C1C1C1;
}

.rightNavWrapper .accordion-item .accordion-body ul li a:hover {
  color: #ffffff;
}

.dropdown:hover .dropdown_menu-animated {
  display: block;
}

.dropdown_menu-animated {
  display: none;
}

.mCSB_container {
  height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  display: none !important;
}

.mCSB_container::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.mCSB_container::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}

.mCSB_container::-webkit-scrollbar-thumb {
  background-color: #0ae;
  border: 1px solid #0ae;
}

.mobile-top {
  display: none;
}

.dropServWrapper {
  margin-top: 1.5em;
  margin-bottom: 2.5em;
  width: 100%;
  display: none;
  text-align: center;
}

.dropServWrapper li {
  display: inline-block;
  margin-left: 0.9375em;
}

.dropServWrapper li:last-child {
  margin-left: 0;
}

.dropServWrapper li a {
  position: relative;
  display: flex;
  color: #ffffff;
  justify-content: center;
}

.dropServWrapper li a .iconMain {
  position: relative;
  width: 2.875em;
  height: 2.875em;
  background: #ffffff;
  border-radius: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropServWrapper li a .iconMain i {
  font-size: 1.25em;
  color: #213469;
}

.dropServWrapper li a:hover {
  cursor: pointer;
}

.dropServWrapper li .login {
  background: #fff;
  color: #000;
  padding: 0.5em 1.5em;
  border-radius: 1.875em;
  color: #213469;
  display: flex;
  align-items: center;
}

.dropServWrapper li .login:hover {
  color: #213469;
}

.dropServWrapper li .login i {
  font-size: 1.25em;
  color: #213469;
}

.droptopServiceHldr {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 60%;
  height: auto;
  display: none;
  padding: 0.1875em 0em 0;
  background: #213469;
  display: none;
}

.droptopServiceHldr .topBarWrapper .topServiceHldr {
  display: flex;
  justify-content: flex-start;
}

.droptopServiceHldr .topBarWrapper .topServiceHldr ul.serviceIcons {
  padding: 0;
  justify-content: center;
}

ul.footerServWrapper1 {
  display: none;
  grid-template-columns: 50% 50%;
  position: relative;
}

ul.footerServWrapper1 li {
  padding-left: 0.9375em;
  margin-bottom: 0.9375em;
  transition: all 0.5s ease-in-out;
}

ul.footerServWrapper1 li a {
  position: relative;
  display: flex;
  color: #ffffff;
}

ul.footerServWrapper1 li a .iconMain {
  position: relative;
  width: 2.875em;
  height: 2.875em;
  background: rgba(33, 52, 105, 0.23);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5em;
  margin-left: 0.625em;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.footerServWrapper1 li a .iconMain i {
  font-size: 1.25em;
  color: #ffffff;
}

ul.footerServWrapper1 li a .iconMain i.presidentIconMain {
  background: url(../images/president-icon.svg) no-repeat center !important;
  background-size: 100% !important;
  width: 1.25em;
  height: 1.25em;
}

ul.footerServWrapper1 li a .servTxtHldr {
  position: relative;
}

ul.footerServWrapper1 li a .servTxtHldr h2 {
  font-size: 1em;
  word-wrap: break-word;
}

ul.footerServWrapper1 li a .servTxtHldr .servTxt {
  font-size: 0.75em;
  margin-top: 0.3125em;
}

ul.footerServWrapper1 li a .servTxtHldr .servTxt a {
  color: #ffffff;
}

ul.footerServWrapper1 li a:hover {
  cursor: pointer;
}

ul.footerServWrapper1 li a:hover .iconMain i {
  color: #04a99e;
}

ul.footerServWrapper1 li a:hover .iconMain i.presidentIconMain {
  width: 1.25em;
  height: 1.25em;
  background: url(../images/president-icon-hover.svg) no-repeat center !important;
  background-size: 100% !important;
}

ul.footerServWrapper1 li:first-child {
  padding-right: 0em;
}

ul.footerServWrapper1 li:last-child {
  padding-left: 0;
}

ul.footerServWrapper1 li.visitorsCount a {
  cursor: default;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .w3_megamenu ul {
    display: none !important;
  }

  .mobile-top {
    display: block;
  }

  .dropServWrapper {
    display: block;
  }

  .droptopServiceHldr {
    display: none;
  }

  .droptopServiceHldr .topBarWrapper {
    display: block;
  }

  .droptopServiceHldr .topBarWrapper .topServiceHldr ul.serviceIcons li:last-child span {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .w3_megamenu ul {
    display: none !important;
  }

  .mobile-top {
    display: block;
  }

  .dropServWrapper {
    display: block;
  }

  .droptopServiceHldr {
    display: none;
  }

  .droptopServiceHldr .topBarWrapper {
    display: block;
  }

  .droptopServiceHldr .topBarWrapper .topServiceHldr ul.serviceIcons li:last-child span {
    display: none;
  }

  .rightNavWrapper .searchBox .form-control {
    font-size: 1em;
    height: 2.5em;
  }

  ul.footerServWrapper1 {
    display: grid;
  }
}

@media (max-width: 575.98px) {
  #sidebar {
    width: 100%;
  }

  .w3_megamenu ul {
    display: none !important;
  }

  .mobile-top {
    display: block;
  }

  .dropServWrapper {
    display: block;
  }

  .droptopServiceHldr {
    display: none;
  }

  .droptopServiceHldr .topBarWrapper {
    display: block;
  }

  .droptopServiceHldr .topBarWrapper .topServiceHldr ul.serviceIcons li:last-child span {
    display: none;
  }

  .rightNavWrapper .searchBox .form-control {
    font-size: 1.2em;
    height: 3em;
  }

  ul.footerServWrapper1 {
    display: grid;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.tilt-image div {
  transform-style: preserve-3d;
  transform: perspective(1000px);
}

.slide-content-wrapper {
  z-index: 1;
  position: relative;
  height: 100%;
}

.slider-item-1 .image-1 {
  filter: grayscale(1) brightness(0.5) contrast(0.7) opacity(0.5) saturate(0.5);
  z-index: 0;
  background-color: rgb(196, 196, 196);
  /* max-height: 100vh; */
  width: 100%;
  object-fit: cover;
}

.slider-arrows-wrapper {
  position: absolute;
  bottom: 4%;
  left: 22%;
  z-index: 10;
}

.fullscreen-slider .swiper-wrapper {
  align-items: flex-end;
  aspect-ratio: 2.4/1;
}

.fullscreen-slider .slider-arrows {
  display: inline-block;
  height: 3.125em;
  width: 3.125em;
  cursor: pointer;
  position: relative;
  margin-left: 15px;
  color: #ffffff;
  transition: 0.4s ease-in-out;
}

.fullscreen-slider .slider-arrows::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 0;
  z-index: -1;
  transition: 0.4s ease-in-out;
  font-family: "icomoon" !important;
  font-size: 3.125em;
  line-height: 1;
}

.fullscreen-slider .slider-arrows:last-child {
  margin-left: 0;
}

.fullscreen-slider .slider-arrows.swiper-slider-button-prev {
  transition: transform 0.2s;
  display: inline-block;
  transition-delay: 200ms;
}

.fullscreen-slider .slider-arrows.swiper-slider-button-prev::after {
  content: "\e917";
}

.fullscreen-slider .slider-arrows.swiper-slider-button-prev:hover::after {
  color: #213469;
}

.fullscreen-slider .slider-arrows.swiper-slider-button-next {
  transition: transform 0.2s;
  transition-delay: 400ms;
}

.fullscreen-slider .slider-arrows.swiper-slider-button-next::after {
  content: "\e918";
}

.fullscreen-slider .slider-arrows.swiper-slider-button-next:hover::after {
  color: #213469;
}

.fullscreen-slider:hover::after {
  width: 100%;
  transition: 0.4s ease-in-out;
}

.fullscreen-slider:hover .slider-arrows {
  transform: translateY(0px);
  transition: 0.4s ease-in-out;
}

.fullscreen-slider:hover .slider-arrows.swiper-slider-button-prev {
  transition-delay: 200ms;
}

.fullscreen-slider:hover .slider-arrows.swiper-slider-button-next {
  transition-delay: 400ms;
}

/* New CSS */

.slider-banner-content {
  position: absolute;
  bottom: 10px;
  right: 18.9%;
  width: 19%;
  transform: translateX(calc(-200px * -1));
  -webkit-transition: all 2.5s ease;
  -moz-transition: all 2.5s ease;
  transition: all 2.5s ease;
  opacity: 0;
  bottom: 5%;
}

.slider-banner-content img {
  position: relative !important;
  width: 100%;
}

.slider-banner-photo {
  transform: translateY(200px);
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  transition: all 1.5s ease;
  opacity: 0;
  height: 100%;
}

.slider-banner-photo img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: 100%;
}

.swiper-slide-active .slider-banner-content,
.swiper-slide-active .slider-banner-photo {
  opacity: 1;
  transform: translateX(0px);
}

.slider-content {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  bottom: 0;
  right: 0;
  height: 100%;
}

.swiper-pagination {
  bottom: 4% !important;
}

.swiper-pagination .swiper-pagination-bullet {
  box-sizing: content-box;
  width: 20px;
  height: 6px;
  padding: 0;
  margin: 0px 3px;
  background-color: #5c5c5c;
  border: none;
  opacity: 0.6;
  border-radius: 10px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin: 0px 3px;
  width: 30px;
  height: 6px;
  opacity: 1;
  background-color: #213469;
}

.parallax-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
}

@media screen and (max-width: 991px) {
  .slider-arrows {
    height: 20px;
    width: 20px;
  }
}

[dir=rtl] .fullscreen-slider .slider-arrows.swiper-slider-button-prev::after {
  content: "\e918";
}

[dir=rtl] .fullscreen-slider .slider-arrows.swiper-slider-button-next::after {
  content: "\e917";
}

@media (max-width: 575.98px) {
  .swiper-wrapper {
    height: 30vh !important;
  }

  .swiper-wrapper .slide-content-wrapper {
    height: 100%;
  }

  .swiper-wrapper .slide-content-wrapper .slider-bg {
    height: 100%;
    overflow: hidden;
  }

  .swiper-wrapper .slide-content-wrapper .slider-bg img {
    height: 100%;
    object-fit: cover;
  }

  .swiper-wrapper .slider-content .slider-banner-content {
    right: 3%;
    width: 28%;
  }

  .slider-arrows-wrapper {
    display: none;
  }
}

.about-Wrapper {
  position: relative;
}

.about-Wrapper h2 {
  font-size: 3.25em;
  margin-bottom: 0.5em;
  word-wrap: break-word;
}

.about-Wrapper h2 div {
  margin-bottom: 0 !important;
}

.about-Wrapper h3 {
  font-size: 1.875em;
  margin-bottom: 0.9375em;
}

.about-Wrapper h3 div {
  margin-bottom: 0 !important;
}

.about-Wrapper h4 {
  font-size: 1.5em;
  margin-bottom: 0.9375em;
  color: #213469;
}

.about-Wrapper h4 div {
  margin-bottom: 0 !important;
}

.about-Wrapper .intro-hldr {
  position: relative;
}

.about-Wrapper .intro-hldr h2 {
  font-size: 3.25em;
  margin-bottom: 0.5em;
  word-wrap: break-word;
}

.about-Wrapper .intro-hldr h2 div {
  margin-bottom: 0 !important;
}

.about-Wrapper .intro-hldr p {
  margin-bottom: 1.5em;
}

.about-Wrapper .intro-hldr p span {
  font-style: italic;
}

.about-Wrapper .intro-hldr img {
  width: 100%;
  height: auto;
}

.about-Wrapper .AnnualReportsImage {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 0.74/1;
  margin-bottom: 1.875em;
  border: 1px solid #e9e9e9;
}

.about-Wrapper .AnnualReportsImage::before {
  content: "";
  background: rgba(0, 70, 133, 0.8);
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  border-radius: 0.25em;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.about-Wrapper .AnnualReportsImage .btnMain {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  display: none;
  width: 80%;
  margin: 0 auto;
}

.about-Wrapper .AnnualReportsImage:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.about-Wrapper .AnnualReportsImage:hover::before {
  opacity: 1;
}

.about-Wrapper .AnnualReportsImage:hover .btnMain {
  display: block;
}

.about-Wrapper .AnnualReportsImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0em;
}

.about-Wrapper .trustees-hldr {
  position: relative;
}

.about-Wrapper .trustees-hldr .trustees-card {
  position: relative;
  margin: 0em 0em 1.875em 0em;
  padding: 1.25em 1.25em;
  border: none;
  border-radius: 0.25em;
}

.about-Wrapper .trustees-hldr .trustees-card .trustees-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 0.76/1;
}

.about-Wrapper .trustees-hldr .trustees-card .trustees-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25em;
}

.about-Wrapper .trustees-hldr .trustees-card .card-body {
  padding: 0em;
}

.about-Wrapper .trustees-hldr .trustees-card .card-body .card-title {
  position: relative;
  display: block;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5em;
}

.about-Wrapper .trustees-hldr .trustees-card .card-body .card-title h5 {
  font-size: 1.5em;
  padding-bottom: 0.1875em;
  color: #121212;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.about-Wrapper .trustees-hldr .trustees-card .card-body .card-title h5:hover {
  color: #213469;
}

.about-Wrapper .trustees-hldr .trustees-card .card-body p {
  font-size: 0.875em;
  color: #999;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.about-Wrapper .president-welcome {
  position: relative;
}

.about-Wrapper .president-welcome h3 {
  font-size: 1.875em;
  margin-bottom: 0.9375em;
  color: #213469;
}

.about-Wrapper .president-welcome h3 div {
  margin-bottom: 0 !important;
}

.about-Wrapper .president-welcome p {
  margin-bottom: 1.5em;
}

.about-Wrapper .president-welcome p span {
  font-style: italic;
}

.about-Wrapper .president-welcome h4 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  color: #213469;
}

.about-Wrapper .president-welcome h4 div {
  margin-bottom: 0 !important;
}

.about-Wrapper .president-welcome ol {
  position: relative;
  padding-right: 0.9375em;
  margin-bottom: 1.5em;
}

.about-Wrapper .president-welcome ol li {
  position: relative;
  padding-right: 0.9375em;
  line-height: 1.5em;
  margin-bottom: 0.625em;
}

.about-Wrapper .strategy-hldr {
  position: relative;
}

.about-Wrapper .strategy-hldr h3 {
  font-size: 1.875em;
  margin-bottom: 0.9375em;
  color: #213469;
}

.about-Wrapper .strategy-hldr h3 div {
  margin-bottom: 0 !important;
}

.about-Wrapper .strategy-hldr div {
  margin-bottom: 1.5em;
}

.about-Wrapper .strategy-hldr div span {
  font-style: italic;
}

.about-Wrapper .strategy-hldr h4 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  color: #213469;
}

.about-Wrapper .strategy-hldr h4 div {
  margin-bottom: 0 !important;
}

.about-Wrapper .researchers-hldr {
  position: relative;
}

.about-Wrapper .researchers-hldr .trustees-card {
  position: relative;
  margin: 0em 0em 0em 0em;
  padding: 1.25em 1.25em;
  border: none;
  border-radius: 0.25em;
  height: 100%;
}

.about-Wrapper .researchers-hldr .trustees-card .trustees-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 0.76/1;
}

.about-Wrapper .researchers-hldr .trustees-card .trustees-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25em;
}

.about-Wrapper .researchers-hldr .trustees-card .card-body {
  padding: 0em;
}

.about-Wrapper .researchers-hldr .trustees-card .card-body .card-title {
  position: relative;
  display: block;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.9375em;
}

.about-Wrapper .researchers-hldr .trustees-card .card-body .card-title h5 {
  font-size: 1.5em;
  padding-bottom: 0.1875em;
  color: #121212;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.about-Wrapper .researchers-hldr .trustees-card .card-body .card-title h5:hover {
  color: #213469;
}

.about-Wrapper .researchers-hldr .trustees-card .card-body .card-title h5 a {
  color: #121212;
}

.about-Wrapper .researchers-hldr .trustees-card .card-body .card-title h5 a:hover {
  color: #213469;
}

.about-Wrapper .researchers-hldr .trustees-card .card-body .card-title .title-disc {
  font-size: 0.875em;
  color: #999999;
  margin-bottom: 0;
}

.about-Wrapper .researchers-hldr .trustees-card .card-body .facultyDescription p {
  font-size: 0.875em;
  color: #121212;
  margin-bottom: 0.9375em;
  line-height: normal;
  display: none;
}

.about-Wrapper .researchers-hldr .trustees-card .card-body .facultyDescription p:nth-child(2) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.about-Wrapper .researchers-hldr .trustees-card .card-body.facultyDesc p {
  display: block;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: initial;
}

.about-Wrapper .researchers-hldr .trustees-card .card-body .facultyDesc {
  position: relative;
}

.about-Wrapper .researchers-hldr .trustees-card .card-body .facultyDesc p {
  display: none;
}

.about-Wrapper .researchers-hldr .trustees-card .card-body .facultyDesc p:first-child {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.about-Wrapper .fact-sheet-hldr {
  position: relative;
}

.about-Wrapper .fact-sheet-hldr p {
  margin-bottom: 1.5em;
}

.about-Wrapper .fact-sheet-hldr p span {
  font-family: "Helvetica-Bold";
}

.about-Wrapper .fact-sheet-hldr h4 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  color: #213469;
}

.about-Wrapper .fact-sheet-hldr h4 div {
  margin-bottom: 0 !important;
}

.about-Wrapper .strategic-partnerships-hldr {
  position: relative;
}

.about-Wrapper .strategic-partnerships-hldr h3 {
  font-size: 1.875em;
  margin-bottom: 0.9375em;
  color: #213469;
}

.about-Wrapper .strategic-partnerships-hldr h3 div {
  margin-bottom: 0 !important;
}

.about-Wrapper .strategic-partnerships-hldr p,
.about-Wrapper .strategic-partnerships-hldr div {
  margin-bottom: 1.5em;
}

.about-Wrapper .strategic-partnerships-hldr p span,
.about-Wrapper .strategic-partnerships-hldr div span {
  font-family: "Helvetica-Bold";
}

.about-Wrapper .strategic-partnerships-hldr h4 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  color: #213469;
}

.about-Wrapper .strategic-partnerships-hldr ol {
  position: relative;
  padding-right: 0.9375em;
  margin-bottom: 1.5em;
}

.about-Wrapper .strategic-partnerships-hldr ol li {
  position: relative;
  padding-right: 0.9375em;
  line-height: 1.5em;
  margin-bottom: 0.625em;
}

.about-Wrapper .management-education-hldr {
  position: relative;
}

.about-Wrapper .management-education-hldr h3 {
  font-size: 1.875em;
  margin-bottom: 0.9375em;
  color: #213469;
}

.about-Wrapper .management-education-hldr h3 div {
  margin-bottom: 0 !important;
}

.about-Wrapper .management-education-hldr p {
  margin-bottom: 1.5em;
}

.about-Wrapper .management-education-hldr p span {
  font-family: "Helvetica-Bold";
}

.about-Wrapper .government-summit-hldr {
  position: relative;
}

.about-Wrapper .government-summit-hldr h3 {
  font-size: 1.875em;
  margin-bottom: 0.9375em;
  color: #213469;
}

.about-Wrapper .government-summit-hldr h3 div {
  margin-bottom: 0 !important;
}

.about-Wrapper .government-summit-hldr p {
  margin-bottom: 1.5em;
}

.about-Wrapper .government-summit-hldr div img {
  margin: 1.5em 0em;
}

.about-Wrapper .government-summit-hldr .government-card {
  position: relative;
  margin: 0em 0em 1.875em 0em;
  padding: 1.25em 1.25em;
  border: none;
  border-radius: 0.25em;
}

.about-Wrapper .government-summit-hldr .government-card .trustees-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 0.76/1;
}

.about-Wrapper .government-summit-hldr .government-card .trustees-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25em;
  margin: 0;
}

.about-Wrapper .government-summit-hldr .government-card .card-body {
  padding: 0em;
}

.about-Wrapper .government-summit-hldr .government-card .card-body .card-title {
  position: relative;
  display: block;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5em;
}

.about-Wrapper .government-summit-hldr .government-card .card-body .card-title h5 {
  font-size: 1.5em;
  padding-bottom: 0.1875em;
}

.about-Wrapper .government-summit-hldr .government-card .card-body p {
  font-size: 0.875em;
  color: #999;
}

.about-Wrapper .contact-us-hldr {
  position: relative;
}

.about-Wrapper .contact-us-hldr .contact-card {
  position: relative;
  margin: 0em 0em 0em 0em;
  padding: 1.25em 1.25em;
  border: none;
  border-radius: 0.25em;
  height: 100%;
}

.about-Wrapper .contact-us-hldr .contact-card .contact-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 18.75em;
  margin-bottom: 1.5em;
}

.about-Wrapper .contact-us-hldr .contact-card .contact-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25em;
}

.about-Wrapper .contact-us-hldr .contact-card .card-body {
  padding: 0em;
}

.about-Wrapper .contact-us-hldr .contact-card .card-body .card-title {
  position: relative;
  display: block;
  padding-bottom: 0.3125em;
}

.about-Wrapper .contact-us-hldr .contact-card .card-body .card-title h5 {
  font-size: 1.25em;
}

.about-Wrapper .contact-us-hldr .contact-card .card-body p {
  font-size: 0.875em;
  color: #999;
}

.about-Wrapper .reportPDF {
  position: relative;
}

.about-Wrapper .reportPDF picture img {
  margin-bottom: 1.5em;
}

.about-Wrapper ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-Wrapper ul li {
  position: relative;
  padding-right: 1.25em;
  line-height: 1.5em;
  margin-bottom: 0.625em;
}

.about-Wrapper ul li:last-child {
  margin-bottom: 0;
}

.about-Wrapper ul li::before {
  content: "\f309";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: #121212;
  top: -2px;
  right: -9px;
  font-size: 1.875em;
  width: 0.9375em;
}

.about-Wrapper .partnerImage {
  position: relative;
  width: auto;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  height: 8.75em;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25em;
}

.about-Wrapper .partnerImage picture {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-Wrapper .partnerImage picture img {
  width: 80%;
}

.AcademicCatWrapper {
  position: relative;
}

.AcademicCatWrapper h2 {
  font-size: 1.875em;
  margin-bottom: 0.5em;
  word-wrap: break-word;
}

.AcademicCatWrapper h2 div {
  margin-bottom: 0 !important;
}

.AcademicCatWrapper .pdf-card {
  position: relative;
  margin: 0em 0em 1.875em 0em;
  padding: 1.25em 1.25em;
  border: none;
  border-radius: 0.25em;
  display: flex;
  align-items: center;
}

.AcademicCatWrapper .pdf-card a {
  position: relative;
  display: flex;
  align-items: center;
  color: #121212;
}

.AcademicCatWrapper .pdf-card a:hover {
  color: #213469;
}

.AcademicCatWrapper .pdf-card a i {
  margin-left: 0.5em;
}

.AcademicCatWrapper .pdf-card a i img {
  width: 1.5em;
}

.abouRegistrationWrapper {
  position: relative;
}

.abouRegistrationWrapper h2 {
  font-size: 3.25em;
  margin-bottom: 0.5em;
  word-wrap: break-word;
}

.abouRegistrationWrapper h2 div {
  margin-bottom: 0 !important;
}

.abouRegistrationWrapper p {
  margin-bottom: 0.9375em;
}

.abouRegistrationWrapper .RegistrationForm {
  position: relative;
  padding: 1.875em;
  background: #fff;
  border-radius: 0.9375em;
  margin-top: 1.5em;
}

.admin-contact-wrapper {
  position: relative;
}

.admin-contact-wrapper h2 {
  font-size: 3.25em;
  margin-bottom: 0.5em;
  word-wrap: break-word;
}

.admin-contact-wrapper h2 div {
  margin-bottom: 0 !important;
}

.admin-contact-wrapper .admi-box {
  position: relative;
  margin: 0em 0em 0em 0em;
  padding: 1.25em 1.25em;
  border: none;
  border-radius: 0.25em;
  height: 100%;
}

.admin-contact-wrapper .admi-box h4 {
  font-size: 1.25em;
  margin-bottom: 0.75em;
}

.admin-contact-wrapper .adminForm {
  position: relative;
  padding: 1.875em;
  background: #fff;
  border-radius: 0.9375em;
  margin-top: 1.5em;
}

.admin-contact-wrapper .adminForm h4 {
  font-size: 1.25em;
  margin-bottom: 0.75em;
}

.policy-analy-wrapper {
  position: relative;
}

.policy-analy-wrapper h2 {
  font-size: 3.25em;
  margin-bottom: 0.5em;
  word-wrap: break-word;
}

.policy-analy-wrapper h2 div {
  margin-bottom: 0 !important;
}

.policy-analy-wrapper .policy-card {
  position: relative;
  margin: 0em 0em 1.875em 0em;
  padding: 1.25em 1.25em;
  border: none;
  border-radius: 0.25em;
}

.policy-analy-wrapper .policy-card .policy-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 14.375em;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.policy-analy-wrapper .policy-card .policy-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25em;
}

.policy-analy-wrapper .policy-card .card-body {
  padding: 0em;
}

.policy-analy-wrapper .policy-card .card-body .card-title {
  position: relative;
  display: block;
  padding-bottom: 0.625em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.9375em;
}

.policy-analy-wrapper .policy-card .card-body .card-title h5 {
  font-size: 1.75em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.policy-analy-wrapper .policy-card .card-body .card-title h5 a {
  color: #121212;
}

.policy-analy-wrapper .policy-card .card-body .card-title h5 a:hover {
  color: #213469;
}

.policy-analy-wrapper .policy-card .card-body .conte-main {
  position: relative;
  padding: 0em;
}

.policy-analy-wrapper .policy-card .card-body .conte-main .txtMain {
  font-size: 1em;
  color: #121212;
  margin-bottom: 0.75em;
}

.policy-analy-wrapper .policy-card .card-body .conte-main .txtMain span {
  font-family: "Helvetica";
  padding-left: 0.3125em;
  color: #495465;
}

.policy-analy-wrapper .policy-card .card-body .conte-main .txtMain .shortDic {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.aboutFacultyWrapper {
  position: relative;
}

.aboutFacultyWrapper h2 {
  font-size: 3.25em;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  line-height: 1;
  word-wrap: break-word;
}

.aboutFacultyWrapper h2 div {
  margin-bottom: 0 !important;
}

.aboutFacultyWrapper h2 span {
  margin-right: auto;
  font-size: 16px;
}

.aboutFacultyWrapper h2 span a {
  color: #213469;
}

.aboutFacultyWrapper h2 span a:hover {
  color: #213469;
}

.aboutFacultyWrapper .dis {
  font-size: 1em;
  margin-bottom: 1.875em;
}

.aboutFacultyWrapper .FacultyBoxHldr {
  position: relative;
  padding: 0em;
  margin: 0em 0em;
  border: 1px solid rgb(228, 231, 238);
  border-radius: 0.5em;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}

.aboutFacultyWrapper .FacultyBoxHldr .FacultyImg {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 0.75/1;
}

.aboutFacultyWrapper .FacultyBoxHldr .FacultyImg img {
  width: 100%;
  height: 100%;
  border-radius: 0.5em 0.5em 0em 0em;
  object-fit: cover;
}

.aboutFacultyWrapper .FacultyBoxHldr .card-body {
  padding: 0.9375em;
}

.aboutFacultyWrapper .FacultyBoxHldr .card-body h5 {
  font-size: 1.25em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  color: #213469;
}

.aboutFacultyWrapper .FacultyBoxHldr .card-body h5 a {
  color: #213469;
}

.aboutFacultyWrapper .FacultyBoxHldr .card-body h5 a:hover {
  color: #121212;
}

.aboutFacultyWrapper .FacultyBoxHldr .card-body .dis {
  font-size: 0.875em;
  color: #75787B;
  margin: 0.625em 0em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.aboutFacultyWrapper .FacultyBoxHldr .card-body .btn {
  padding: 0;
  height: auto;
  line-height: 1;
}

.aboutFacultyWrapper .FacultyBoxHldr .card-body .btn i {
  font-size: 1.75em;
  top: 0.0625em;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .AcademicCatWrapper .pdf-card {
    min-height: 76px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .aboutFacultyWrapper .FacultyBoxHldr {
    margin-bottom: 1.875em;
  }

  .aboutFacultyWrapper .FacultyBoxHldr .FacultyImg {
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .policy-analy-wrapper .policy-card .policy-img {
    margin-bottom: 1.875em;
    height: auto;
  }

  .aboutFacultyWrapper .FacultyBoxHldr {
    margin-bottom: 1.875em;
  }

  .aboutFacultyWrapper .FacultyBoxHldr .FacultyImg {
    height: auto;
  }
}

#calendar {
  width: 100%;
  margin: 0px;
  height: auto;
  padding: 1.5em;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.9375em;
}

#calendar .btn-group .btn {
  cursor: pointer;
  background: none;
  border: none;
  color: #fff;
  padding: 0;
  height: auto;
  margin-left: 0.9375em;
}

#calendar .btn-group .btn:focus {
  box-shadow: none;
}

#calendar .btn-group .btn:last-child {
  margin-left: 0;
}

#calendar .btn-group .btn::before,
#calendar .btn-group .btn::after {
  display: none;
}

#calendar .btn-group .btn span.bi-chevron-left::before,
#calendar .btn-group .btn span.bi-chevron-right::before {
  display: none;
}

#calendar .btn-group .btn span.bi-chevron-left::after,
#calendar .btn-group .btn span.bi-chevron-right::after {
  font-family: icomoon !important;
  font-size: 40px;
  line-height: 1;
  opacity: 1;
  color: #17202e;
}

#calendar .btn-group .btn span.bi-chevron-left::after {
  content: "\e917";
}

#calendar .btn-group .btn span.bi-chevron-left:hover::after {
  color: #04a99e;
}

#calendar .btn-group .btn span.bi-chevron-right::after {
  content: "\e918";
}

#calendar .btn-group .btn span.bi-chevron-right:hover::after {
  color: #04a99e;
}

#calendar table {
  border: none;
}

#calendar table.fc-scrollgrid-sync-table {
  width: 100% !important;
  height: 300px !important;
}

#calendar table tr td,
#calendar table tr th {
  border: none;
  vertical-align: inherit;
}

#calendar table tr th {
  border-bottom: 1px solid #E9E9E9;
  padding: 0.625em 0em;
}

#calendar table tr th table tr th {
  border: none;
  padding: 0em;
}

#calendar table tr td.fc-day-today {
  background: none !important;
}

#calendar table tr td.fc-day-today .fc-daygrid-day-frame {
  background-color: #002F6C;
  color: #fff;
}

[dir=rtl] #calendar .btn-group .btn {
  margin-right: 0.9375em;
}

#calendar .fc-view-harness {
  height: 362px !important;
}

#calendar .fc-daygrid-day-frame {
  width: 2.5em;
  height: 2.5em;
  min-height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  margin: 0 auto;
  border-radius: 2.5em;
}

#calendar .fc-daygrid-day-frame .fc-daygrid-event-harness::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #002f6c;
  position: absolute;
  margin: 0 auto;
  top: -10px;
  right: 0;
  left: 0;
}

#calendar .fc-daygrid-day-frame a.fc-event {
  display: none;
}

#calendar .fc-daygrid-day-bg .fc-daygrid-bg-harness .fc-highlight {
  background: none;
}

#calendar .fc-daygrid-day-top {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

#calendar .fc-daygrid-day-top a.fc-daygrid-day-number {
  padding: 0;
}

#calendar .fc-scroller-harness-liquid {
  margin-top: 15px;
}

#calendar #divEventharness span.fc-popover-close {
  position: relative;
  right: 10px;
  cursor: pointer;
}

#calendar #divEventharness .fc-daygrid-event-dot {
  border: calc(var(--fc-daygrid-event-dot-width) / 2) solid #002f6c;
  border-radius: / calc(var(--fc-daygrid-event-dot-width) / 2);
  box-sizing: content-box;
  height: 0px;
  margin: 0px 4px;
  width: 0px;
}

#calendar .fc-daygrid-day-frame {
  cursor: pointer;
}

#calendar .btn-group > .btn-group:not(:last-child) > .btn,
#calendar .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#calendar .btn-group > .btn-group:not(:first-child) > .btn,
#calendar .btn-group > .btn:nth-child(n+3),
#calendar .btn-group > :not(.btn-check) + .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#calendar .btn-group > .btn-group:not(:first-child),
#calendar .btn-group > .btn:not(:first-child) {
  margin-right: -1px;
}

.btn-group-vertical > .btn,
#calendar .btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

.public-policy-wrapper {
  position: relative;
}

.public-policy-wrapper h2 {
  font-size: 3.25em;
  margin-bottom: 0.5em;
  word-wrap: break-word;
}

.public-policy-wrapper h2 div {
  margin-bottom: 0 !important;
}

.public-policy-wrapper p {
  margin-bottom: 1.5em;
}

.filterHldr {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1.875em;
}

.filterHldr .searchMain {
  position: relative;
  display: flex;
  align-items: center;
  width: 40%;
}

.filterHldr .searchMain .btn {
  position: relative;
  padding: 0em 0em;
  margin-right: 0.625em;
  background: none;
  color: #fff;
  border-radius: 0em;
  height: 2.8125em;
  width: 2.8125em;
}

.filterHldr .searchMain .btn::before {
  font-family: "icomoon" !important;
  position: absolute;
  content: "\e91c";
  font-size: 2.5em;
  color: #213469;
}

.filterHldr .dateMain {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: auto;
}

.filterHldr .dateMain .form-group {
  margin-bottom: 0;
}

.filterHldr .dateMain .form-group .event-filter {
  width: 9.375em;
}

.filterHldr .dateMain .form-control {
  width: 16.875em;
}

.filterHldr .dateMain .clearMain {
  position: relative;
  min-width: 7.75em;
  text-align: left;
}

.filterHldr .dateMain .clearMain a,
.filterHldr .dateMain .clearMain .btn {
  font-family: "Helvetica";
  color: #17202E;
  font-size: 0.875em;
  border: none;
  padding: 0;
}

.Policy-box-wrapper {
  position: relative;
}

.Policy-box-wrapper h2 {
  font-size: 3.25em;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  word-wrap: break-word;
}

.Policy-box-wrapper h2 div {
  margin-bottom: 0 !important;
}

.Policy-box-wrapper h2 span {
  margin-right: auto;
  font-size: 16px;
}

.Policy-box-wrapper h2 span a {
  color: #213469;
}

.Policy-box-wrapper h2 span a:hover {
  color: #121212;
}

.Policy-box-wrapper .events-program-list-slider {
  position: relative;
  margin: 0em -0.9375em;
}

.Policy-box-wrapper .events-program-list-slider .Policy-box-hldr {
  margin: 0.9375em;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
}

.Policy-box-wrapper .events-program-list-slider .slick-next,
.Policy-box-wrapper .events-program-list-slider .slick-prev {
  top: auto;
  bottom: -70px;
  text-align: center;
  width: 44px;
  height: 44px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  background: #ffffff;
  border-radius: 44px;
}

.Policy-box-wrapper .events-program-list-slider .slick-next {
  left: 46.3%;
  right: auto;
}

.Policy-box-wrapper .events-program-list-slider .slick-prev {
  right: 46.3%;
  left: auto;
}

.Policy-box-wrapper .Policy-box-hldr {
  position: relative;
  border: none;
  padding: 1.5em;
  margin-bottom: 0em;
  background: #ffffff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.15);
  height: 100%;
}

.Policy-box-wrapper .Policy-box-hldr .dateMain {
  position: absolute;
  top: 0;
  right: 1.5em;
  padding: 0.9375em 0.625em 0.75em 0.625em;
  background: #002F6C;
  border-radius: 0em 0em 0.5em 0.5em;
  z-index: 1;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  line-height: 1;
  width: 4.125em;
}

.Policy-box-wrapper .Policy-box-hldr .dateMain .number {
  font-family: "Helvetica-Bold";
  font-size: 1.625em;
  letter-spacing: 3px;
}

.Policy-box-wrapper .Policy-box-hldr .dateMain .month {
  font-family: "Helvetica-Bold";
  font-size: 1.125em;
}

.Policy-box-wrapper .Policy-box-hldr .dateMain span {
  font-family: "Helvetica-Light";
  text-align: center;
  width: 100%;
  margin-top: 0.3125em;
  letter-spacing: 0;
  font-size: 0.875em;
}

.Policy-box-wrapper .Policy-box-hldr .book-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 0.74/1;
}

.Policy-box-wrapper .Policy-box-hldr .book-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Policy-box-wrapper .Policy-box-hldr .card-body {
  position: relative;
  padding: 0em;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.Policy-box-wrapper .Policy-box-hldr .card-body h2 {
  font-size: 1.75em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  line-height: normal;
}

.Policy-box-wrapper .Policy-box-hldr .card-body h2 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Policy-box-wrapper .Policy-box-hldr .card-body .txt-main-hldr {
  position: relative;
  margin-top: 0.625em;
  font-family: "Helvetica-Light";
  color: #495465;
  flex: 1 1 auto;
}

.Policy-box-wrapper .Policy-box-hldr .card-body .txt-main-hldr .tagMain {
  position: relative;
  width: 100%;
  margin-bottom: 0.625em;
}

.Policy-box-wrapper .Policy-box-hldr .card-body .txt-main-hldr .tagMain span {
  font-family: "Helvetica-Light";
  font-size: 0.875em;
  background: #04AA9F;
  color: #ffffff;
  padding: 0.625em 0.9375em;
  border-radius: 0.25em;
  display: inline-block;
  line-height: 1;
}

.Policy-box-wrapper .Policy-box-hldr .card-body .txt-main-hldr .tagMain span .number {
  font-family: "Helvetica-Bold";
  padding: 0;
  margin-left: 0.3125em;
}

.Policy-box-wrapper .Policy-box-hldr .card-body .txt-main-hldr .tagMain span.ongoing {
  background: #7C2A44;
}

.Policy-box-wrapper .Policy-box-hldr .card-body .txt-main-hldr .parMain {
  width: 100%;
  position: relative;
  font-family: "Helvetica-Light";
  font-size: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Policy-box-wrapper .Policy-box-hldr .card-body .txt-main-hldr .date {
  margin: 0.625em 0em;
  font-size: 1em;
  font-family: "Helvetica-Light";
}

.Policy-box-wrapper .Policy-box-hldr .card-body .txt-main-hldr .date span {
  font-family: "Helvetica";
}

.Policy-box-wrapper .Policy-box-hldr .card-body .btnMain {
  position: relative;
  display: flex;
  align-items: center;
}

.Policy-box-wrapper .Policy-box-hldr .card-body .btnMain .btn {
  font-size: 0.875em;
  margin-left: 1.25em;
  transform: none;
}

.Policy-box-wrapper .Policy-box-hldr .card-body .btnMain .btn:hover {
  transform: none;
}

.Policy-box-wrapper .Policy-box-hldr .card-body .btnMain .btn:last-child {
  margin-left: 0;
}

.Policy-box-wrapper .Policy-box-hldr .card-body .btnMain .btn i {
  font-size: 1.125em;
}

.Policy-box-wrapper .Policy-box-hldr .card-body .btnMain .btn i.bi-arrow-right-short {
  font-size: 1.75em;
}

.Policy-box-wrapper .Policy-box-hldr .card-body .btnMain .btn i img {
  width: 1.125em;
  position: relative;
  top: -2px;
}

.podcasts-wrapper {
  background: url(../images/podcast-img.jpg) no-repeat top center;
  padding: 6.25em 0em;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.podcasts-wrapper h3 {
  font-family: "Helvetica-Bold";
  font-size: 1.875em;
  text-transform: uppercase;
}

.podcasts-wrapper .registerDesc {
  font-size: 1em;
  margin: 1.875em 0em;
  width: 100%;
  margin: 1.5em auto;
}

.event-form-wrapper {
  position: relative;
}

.event-form-wrapper h2 {
  font-size: 3.25em;
  margin-bottom: 0.5em;
  word-wrap: break-word;
}

.event-form-wrapper h2 div {
  margin-bottom: 0 !important;
}

.initiatives-Wrapper {
  position: relative;
}

.initiatives-Wrapper h2 {
  font-size: 3.25em;
  margin-bottom: 0.5em;
  line-height: 1;
  word-wrap: break-word;
}

.initiatives-Wrapper h2 div {
  margin-bottom: 0 !important;
}

.initiatives-Wrapper .ProgramHldr {
  position: relative;
  border-bottom: 1px solid #121212;
  margin: 0em 0.9375em;
}

.initiatives-Wrapper .ProgramHldr:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.initiatives-Wrapper .ProgramHldr:hover .programImg::before {
  opacity: 1;
}

.initiatives-Wrapper .ProgramHldr .programImg {
  position: relative;
  height: 20.875em;
  overflow: hidden;
  width: 100%;
}

.initiatives-Wrapper .ProgramHldr .programImg::before {
  content: "";
  background: rgba(0, 70, 133, 0.5);
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.initiatives-Wrapper .ProgramHldr .programImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.initiatives-Wrapper .ProgramHldr .txtHldr {
  position: relative;
  width: 100%;
  padding: 0.9375em 0.9375em;
  background: #ffffff;
}

.initiatives-Wrapper .ProgramHldr .txtHldr h2 {
  font-size: 1.75em;
  margin: 0;
}

.initiatives-Wrapper .ProgramHldr .txtHldr a {
  color: #213469;
}

.initiatives-Wrapper .initiatives-slider {
  margin-right: -0.9375em;
  margin-left: -0.9375em;
}

.initiatives-Wrapper .initiatives-slider .slick-next,
.initiatives-Wrapper .initiatives-slider .slick-prev {
  top: -70px;
}

.initiatives-Wrapper .initiatives-slider .slick-prev {
  right: 320px;
}

.initiatives-Wrapper .initiatives-slider .slick-next {
  left: 0;
  right: 370px;
}

.initiatives-Wrapper .initiatives-slider .slick-track {
  display: flex;
  align-items: center;
}

.event-subsc-wrapper {
  background: #213469;
  padding: 6.25em 0em;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.event-subsc-wrapper h3 {
  font-family: "Helvetica-Bold";
  font-size: 1.875em;
  text-transform: uppercase;
}

.event-subsc-wrapper .registerDesc {
  font-size: 1em;
  margin: 1.875em 0em;
  width: 100%;
  margin: 1.5em auto;
}

.event-subsc-wrapper .inputBtnHldr {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  margin: 0 auto;
}

.event-subsc-wrapper .inputBtnHldr .portlet {
  width: 100%;
}

.event-subsc-wrapper .inputBtnHldr .portlet .portlet-content .portlet-header {
  display: none;
}

.event-subsc-wrapper .inputBtnHldr .portlet .portlet-content .lfr-ddm__default-page-header {
  display: none;
}

.event-subsc-wrapper .inputBtnHldr .portlet .portlet-content .ddm-form-page-container {
  display: flex;
  flex-direction: column;
}

.event-subsc-wrapper .inputBtnHldr .portlet .portlet-content .ddm-form-page-container .ddm-layout-builder {
  width: 100%;
}

.event-subsc-wrapper .inputBtnHldr .portlet .portlet-content .ddm-form-page-container .ddm-layout-builder p.text-secondary {
  display: none;
}

.event-subsc-wrapper .inputBtnHldr .portlet .portlet-content .ddm-form-page-container .ddm-layout-builder .ddm-row {
  margin-top: 0;
}

.event-subsc-wrapper .inputBtnHldr .portlet .portlet-content .ddm-form-page-container .ddm-layout-builder .ddm-row .col-md-12 {
  position: relative;
}

.event-subsc-wrapper .inputBtnHldr .portlet .portlet-content .ddm-form-page-container .ddm-layout-builder .ddm-row .col-md-12 .ddm-field-container {
  padding: 0;
}

.event-subsc-wrapper .inputBtnHldr .portlet .portlet-content .ddm-form-page-container .ddm-layout-builder .ddm-row .col-md-12 .ddm-field-container .form-group label {
  display: none;
}

.event-subsc-wrapper .inputBtnHldr .portlet .portlet-content .ddm-form-page-container .ddm-layout-builder .ddm-row .col-md-12 .ddm-field-container .form-group .form-control {
  position: relative;
  background: none;
  color: #ffffff;
  border-radius: 1.875em;
  padding: 0em 1.5em;
}

.event-subsc-wrapper .inputBtnHldr .portlet .portlet-content .ddm-form-page-container .ddm-layout-builder .ddm-row .col-md-12 .ddm-field-container .form-group .form-control::placeholder {
  color: #ffffff;
}

.event-subsc-wrapper .inputBtnHldr .portlet .portlet-content .ddm-form-page-container .lfr-ddm-form-pagination-controls {
  padding: 0;
  display: flex;
  justify-content: center;
}

.event-subsc-wrapper .inputBtnHldr .portlet .portlet-content .ddm-form-page-container .lfr-ddm-form-pagination-controls .btn-primary {
  margin-bottom: 0;
  border: 2px solid #fff;
  color: #ffffff;
  text-transform: uppercase;
}

.event-subsc-wrapper .inputBtnHldr .portlet .portlet-content .ddm-form-page-container .lfr-ddm-form-pagination-controls .btn-primary::before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.event-subsc-wrapper .inputBtnHldr .portlet .portlet-content .ddm-form-page-container .lfr-ddm-form-pagination-controls .btn-primary::after {
  background: #ffffff;
}

.event-subsc-wrapper .inputBtnHldr .portlet .portlet-content .ddm-form-page-container .lfr-ddm-form-pagination-controls .btn-primary:hover {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #213469;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .Policy-box-wrapper .events-program-list-slider .slick-next {
    left: 46%;
  }

  .Policy-box-wrapper .events-program-list-slider .slick-prev {
    right: 46%;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .Policy-box-wrapper .events-program-list-slider .slick-next {
    left: 45.6%;
  }

  .Policy-box-wrapper .events-program-list-slider .slick-prev {
    right: 45.6%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .Policy-box-wrapper .events-program-list-slider .slick-next {
    left: 45%;
  }

  .Policy-box-wrapper .events-program-list-slider .slick-prev {
    right: 45%;
  }
}

@media (min-width: 991px) and (max-width: 991.98px) {
  .Policy-box-wrapper .events-program-list-slider .slick-next {
    left: 44.3% !important;
  }

  .Policy-box-wrapper .events-program-list-slider .slick-prev {
    right: 44.3% !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .initiatives-Wrapper .initiatives-slider .slick-prev,
  .initiatives-Wrapper .initiatives-slider .slick-next {
    top: -60px;
  }

  .initiatives-Wrapper .initiatives-slider .slick-next {
    right: 310px;
  }

  .initiatives-Wrapper .initiatives-slider .slick-prev {
    right: 260px;
  }

  .Policy-box-wrapper .events-program-list-slider .slick-next {
    left: 43%;
  }

  .Policy-box-wrapper .events-program-list-slider .slick-prev {
    right: 43%;
  }

  .podcasts-wrapper {
    background-size: auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .initiatives-Wrapper .initiatives-slider .slick-prev,
  .initiatives-Wrapper .initiatives-slider .slick-next {
    top: -60px;
  }

  .initiatives-Wrapper .initiatives-slider .slick-next {
    right: 340px;
  }

  .initiatives-Wrapper .initiatives-slider .slick-prev {
    right: 290px;
  }

  .Policy-box-wrapper .events-program-list-slider .slick-next {
    left: 42%;
  }

  .Policy-box-wrapper .events-program-list-slider .slick-prev {
    right: 42%;
  }

  .event-subsc-wrapper .inputBtnHldr {
    width: 100%;
  }

  .podcasts-wrapper {
    background-size: auto;
  }
}

@media (max-width: 575.98px) {
  .filterHldr {
    display: block;
  }

  .filterHldr .searchMain {
    width: 100%;
    margin-bottom: 0.9375em;
  }

  .filterHldr .dateMain .form-control {
    width: 100%;
    margin-left: 0 !important;
  }

  .filterHldr .clearMain .btn {
    padding-right: 0 !important;
  }

  .initiatives-Wrapper h2 {
    font-size: 2.5em;
    word-wrap: break-word;
  }

  .initiatives-Wrapper .initiatives-slider .slick-prev,
  .initiatives-Wrapper .initiatives-slider .slick-next {
    top: -53px;
  }

  .initiatives-Wrapper .initiatives-slider .slick-next {
    right: 265px;
  }

  .initiatives-Wrapper .initiatives-slider .slick-prev {
    right: 216px;
  }

  .Policy-box-wrapper h2 {
    display: block;
  }

  .Policy-box-wrapper .Policy-box-hldr .card-body {
    margin-top: 1.875em;
  }

  .Policy-box-wrapper .Policy-box-hldr .card-body .txt-main-hldr {
    flex: initial;
    margin-bottom: 0.9375em;
  }

  .Policy-box-wrapper .Policy-box-hldr .card-body .btnMain {
    display: block;
  }

  .Policy-box-wrapper .events-program-list-slider .slick-next {
    left: 38%;
  }

  .Policy-box-wrapper .events-program-list-slider .slick-prev {
    right: 38%;
  }

  .event-subsc-wrapper .inputBtnHldr {
    width: 100%;
  }

  .podcasts-wrapper {
    background-size: auto;
  }

  #calendar .btn-group .btn span.bi-chevron-left::after,
  #calendar .btn-group .btn span.bi-chevron-right::after {
    font-size: 30px;
  }
}

@media (max-width: 320.99px) {
  .Policy-box-wrapper .events-program-list-slider .slick-next {
    left: 35%;
  }

  .Policy-box-wrapper .events-program-list-slider .slick-prev {
    right: 35%;
  }

  .Policy-box-wrapper .Policy-box-hldr .card-body .btnMain {
    display: block;
  }
}

.contactWrapper {
  position: relative;
}

.contactWrapper .mapHldr {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background: #ccc;
}

.contactWrapper .mapHldr .mapMain {
  width: 100%;
  height: 100%;
}

.contactWrapper .contactTxtHldr {
  position: relative;
  margin: 0;
  padding: 0;
  background: #F3F5F7;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.contactWrapper .contactTxtHldr .mapPin {
  position: absolute;
  bottom: -4.375em;
  right: -10em;
  background: url(../images/map-point.png) no-repeat top center;
  background-size: contain;
  width: 31.25em;
  height: 31.25em;
  z-index: 0;
}

.contactWrapper .contactTxtHldr h2 {
  font-size: 1.875em;
  padding: 1.25em;
  background: #213469;
  color: #ffffff;
  width: 100%;
  word-wrap: break-word;
}

.contactWrapper .contactTxtHldr .addressHldr {
  position: relative;
  padding: 1.25em;
}

.contactWrapper .contactTxtHldr .addressHldr .addressMain {
  position: relative;
  font-size: 1.25em;
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
  border-bottom: 1px solid rgba(0, 47, 108, 0.2);
}

.contactWrapper .contactTxtHldr .addressHldr .contactHldr {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
}

.contactWrapper .contactTxtHldr .addressHldr .contactHldr .generalContHldr {
  position: relative;
}

.contactWrapper .contactTxtHldr .addressHldr .contactHldr .generalContHldr .contactCard {
  position: relative;
  margin-bottom: 1.25em;
}

.contactWrapper .contactTxtHldr .addressHldr .contactHldr .generalContHldr .contactCard h3 {
  font-size: 1.375em;
  margin-bottom: 0.25em;
}

.contactWrapper .contactTxtHldr .addressHldr .contactHldr .generalContHldr .contactCard p {
  font-size: 0.875em;
  color: #495465;
}

.contactWrapper .contactTxtHldr .addressHldr .contactHldr .generalContHldr .contactCard p a {
  color: #213469;
}

.contactWrapper .contactTxtHldr .addressHldr .contactHldr .generalContHldr .contactCard p a:hover {
  color: #121212;
}

.contactWrapper .contactTxtHldr .addressHldr .contactHldr .generalContHldr .contactCard .mapImg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 4.375em;
}

.contactWrapper .contactTxtHldr .addressHldr .contactHldr .generalContHldr .contactCard .mapImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactFormWrapper {
  position: relative;
}

.contactFormWrapper h2 {
  font-size: 3.25em;
  word-wrap: break-word;
}

#_mbrsg_myprofile_module_MbrsgMyprofileModulePortlet_INSTANCE_sdud_changeLogo .modal-dialog {
  max-width: 37.5em !important;
  margin: 0 auto !important;
}

#_mbrsg_myprofile_module_MbrsgMyprofileModulePortlet_INSTANCE_sdud_changeLogo .modal-dialog .modal-content {
  max-height: 540px !important;
}

#_mbrsg_myprofile_module_MbrsgMyprofileModulePortlet_INSTANCE_sdud_changeLogo .portlet-body form .dialog-body .container-fluid .sheet {
  padding: 0 !important;
  border: none !important;
  text-align: center !important;
}

#_mbrsg_myprofile_module_MbrsgMyprofileModulePortlet_INSTANCE_sdud_changeLogo .portal-popup .dialog-footer .btn {
  width: 7.5em !important;
}

.sheet {
  padding: 0 !important;
  border: none !important;
  text-align: center !important;
}

.sheet .panel-group .h4 {
  margin-bottom: 0.9375em;
}

.sheet .button-holder .btn {
  width: auto !important;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .contactWrapper .mapHldr {
    height: 25em;
  }

  #_mbrsg_myprofile_module_MbrsgMyprofileModulePortlet_INSTANCE_sdud_changeLogo .modal-dialog {
    max-width: 22em !important;
    margin-top: 10% !important;
  }
}

@media (max-width: 575.98px) {
  .contactWrapper .mapHldr {
    height: 25em;
  }

  #_mbrsg_myprofile_module_MbrsgMyprofileModulePortlet_INSTANCE_sdud_changeLogo .modal-dialog {
    max-width: 22em !important;
    margin-top: 10% !important;
  }
}

.searchBox {
  position: relative;
  padding: 3.125em 0em;
  background: #213469;
  color: #ffffff;
}

.searchBox .inputWrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.searchBox .inputWrapper .searchField {
  position: relative;
  width: 100%;
  margin-left: 1.875em;
}

.searchBox .inputWrapper .searchField i {
  position: absolute;
  top: 1.125em;
  right: 0;
}

.searchBox .inputWrapper .searchField input[type=text] {
  position: relative;
  padding: 0.9375em 1.875em 0.75em 0em;
  font-size: 1em;
  border: none;
  float: right;
  width: 100%;
  background: none;
  border-bottom: 1px solid #fff;
  color: #ffffff;
}

.searchBox .inputWrapper .searchField input[type=text]:hover {
  background: none;
}

.searchBox .inputWrapper .searchField .lineAni ~ .focus-border {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #04a99e;
  transition: 0.4s;
}

.searchBox .inputWrapper .searchField .lineAni:focus ~ .focus-border {
  width: 100%;
  transition: 0.4s;
}

.searchMainWrapper {
  position: relative;
}

.searchMainWrapper .comTabMain .nav-tabs {
  border-bottom: 1px solid rgba(3, 12, 28, 0.08);
}

.searchMainWrapper .SearchNewsWrapper {
  position: relative;
}

.searchMainWrapper .SearchNewsWrapper .serachHldr {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid rgba(23, 32, 46, 0.16);
}

.searchMainWrapper .SearchNewsWrapper .serachHldr h2 {
  font-size: 1.875em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.searchMainWrapper .SearchNewsWrapper .serachHldr h2 a {
  color: #213469;
}

.searchMainWrapper .SearchNewsWrapper .serachHldr .linkMain {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0.3125em 0em;
}

.searchMainWrapper .SearchNewsWrapper .serachHldr .searchDec {
  font-size: 0.875em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0.625em;
}

.search-pagination {
  position: relative;
}

.search-pagination .form {
  position: relative;
}

.search-pagination .form .pagination-items-per-page,
.search-pagination .form .pagination-results {
  display: none;
}

.search-pagination .form nav {
  position: relative;
  width: 100%;
  margin-bottom: 1.875em;
}

.search-pagination .form nav .pagination {
  position: relative;
  justify-content: center;
}

.search-pagination .form nav .pagination .page-item .page-link {
  font-family: "Helvetica";
  border-radius: 3.125em;
  width: 3.125em;
  height: 3.125em;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 1em;
  border: 1px solid #BCBCBC !important;
  color: #BDBDBD !important;
  padding: 0;
  margin-left: 0.75em;
}

.search-pagination .form nav .pagination .page-item .page-link:hover {
  background: #213469;
  color: #ffffff !important;
  border: 1px solid #213469 !important;
}

.search-pagination .form nav .pagination .page-item.active .page-link {
  background: #213469;
  color: #ffffff !important;
  border: 1px solid #213469 !important;
  margin-left: 0.75em;
  width: 3.125em;
  height: 3.125em;
  font-family: "Helvetica";
  border-radius: 3.125em;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 1em;
}

.search-pagination .form nav .pagination .page-item.active .page-link.prev::before,
.search-pagination .form nav .pagination .page-item.active .page-link.next::before {
  color: #BDBDBD !important;
}

.search-pagination .form nav .pagination .page-item:first-child .page-link {
  border: none !important;
  background: none;
}

.search-pagination .form nav .pagination .page-item:first-child .page-link span {
  display: none;
}

.search-pagination .form nav .pagination .page-item:first-child .page-link::before {
  font-family: "icomoon" !important;
  content: "\e917";
  position: absolute;
  color: #213469;
  font-size: 3em;
}

.search-pagination .form nav .pagination .page-item:first-child .page-link:hover {
  background: none;
}

.search-pagination .form nav .pagination .page-item:last-child .page-link {
  border: none !important;
  background: none;
}

.search-pagination .form nav .pagination .page-item:last-child .page-link span {
  display: none;
}

.search-pagination .form nav .pagination .page-item:last-child .page-link::before {
  font-family: "icomoon" !important;
  content: "\e918";
  position: absolute;
  color: #213469;
  font-size: 3em;
}

.search-pagination .form nav .pagination .page-item:last-child .page-link:hover {
  background: none;
}

.search-pagination .form nav .pagination .page-item.dropdown .page-link::before {
  display: none;
}

.search-pagination .form nav .pagination .page-item.disabled .page-link::before {
  color: #BDBDBD !important;
}

.custom-search-page .form {
  max-width: 1300px;
  margin: 0 auto 1.875em;
}

.custom-search-page .form .pagination-items-per-page,
.custom-search-page .form .pagination-results {
  display: block !important;
  margin: 0;
}

.custom-search-page .form .pagination-results {
  margin-left: auto !important;
}

.custom-search-page .form .pagination-items-per-page .dropdown-toggle::before {
  display: none;
}

.custom-search-page .form nav {
  width: auto !important;
  margin-bottom: 0 !important;
}

.custom-search-page .form nav .pagination {
  margin: 0 !important;
}

.custom-search-page .form .pagination-bar .dropdown button {
  color: #213469 !important;
}

.custom-search-page .form .pagination-bar .dropdown .dropdown-item.active {
  background-color: #213469 !important;
}

.custom-search-page .form .pagination-items-per-page > button[aria-expanded=true] {
  background-color: #213469 !important;
  color: #fff !important;
}

[dir=rtl] .search-pagination .form nav .pagination .page-item:first-child .page-link::before {
  content: "\e918";
}

[dir=rtl] .search-pagination .form nav .pagination .page-item:last-child .page-link::before {
  content: "\e917";
}

@media (min-width: 1400px) {
  .custom-search-page .form {
    max-width: 1300px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .custom-search-page .form {
    max-width: 1300px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .custom-search-page .form {
    max-width: 1120px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .custom-search-page .form {
    max-width: 940px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .custom-search-page .form {
    max-width: 700px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .custom-search-page .form {
    max-width: 520px;
  }

  .custom-search-page .form .pagination-bar {
    display: flex !important;
    flex-direction: inherit;
  }

  .custom-search-page .form nav {
    width: 100%;
    margin-top: 1.875em;
  }
}

@media (max-width: 575.98px) {
  .custom-search-page .form {
    max-width: 98%;
  }

  .custom-search-page .form .pagination-bar {
    display: flex !important;
    flex-direction: inherit;
  }

  .custom-search-page .form nav {
    width: 100%;
    margin-top: 1.875em;
  }
}

.marketing-wrapper {
  position: relative;
}

.marketing-wrapper h2 {
  font-size: 3.25em;
  margin-bottom: 0.5em;
  word-wrap: break-word;
}

.marketing-wrapper h2 div {
  margin-bottom: 0 !important;
}

.marketing-wrapper .marketing-text {
  position: relative;
  font-size: 1em;
}

.prog-open-reg-wrapper {
  position: relative;
}

.prog-open-reg-wrapper .card-body {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.prog-open-reg-wrapper .card-body h5 {
  margin-bottom: 0.3125em;
}

.prog-open-reg-wrapper .card-body .courses-txt {
  height: 3.125em;
  margin-bottom: 0 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.prog-open-reg-wrapper .card-body .ProbtnMain {
  margin-top: auto;
}

.prog-open-reg-wrapper .card-body .btn {
  width: auto !important;
}

.prog-open-reg-wrapper .card-body a.btn-link {
  width: auto !important;
  height: auto !important;
}

.marketing-short-warpper {
  position: relative;
}

.marketing-short-warpper ul.short-hldr {
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
}

.marketing-short-warpper ul.short-hldr li {
  padding-left: 0;
  background: #ffffff;
}

.marketing-form-wrapper {
  position: relative;
}

.marketing-form-wrapper h2 {
  font-size: 3.25em;
  margin-bottom: 0.5em;
  word-wrap: break-word;
}

.marketing-form-wrapper h2 div {
  margin-bottom: 0 !important;
}

.marketingFooter {
  position: relative;
}

.marketingFooter .joinSocialWrapper {
  margin: 0;
  padding: 0;
  border-top: none;
}

.link-uae-wrapper {
  position: relative;
}

.link-uae-wrapper .uaeboxMain {
  position: relative;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 1.875em;
  border-radius: 0.9375em;
}

.link-uae-wrapper .uaeboxMain h3 {
  font-size: 2.625em;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

.link-uae-wrapper .uaeboxMain h3 div {
  margin-bottom: 0 !important;
}

.link-uae-wrapper .uaeboxMain h3 span {
  margin-right: auto;
}

.link-uae-wrapper .uaeboxMain h4 {
  font-size: 1.875em;
}

.link-uae-wrapper .uaeboxMain p {
  margin-bottom: 0.5em;
  color: #8a8a8a;
}

.link-uae-wrapper .uaeboxMain .btn {
  min-width: 9.375em;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .marketing-short-warpper ul.short-hldr li {
    padding: 0;
  }

  .marketing-short-warpper ul.short-hldr li:last-child {
    padding: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .marketing-short-warpper ul.short-hldr {
    grid-template-columns: 100%;
    column-gap: 0;
  }

  .marketing-short-warpper ul.short-hldr li {
    padding: 0;
    margin-bottom: 1.875em;
  }

  .marketing-short-warpper ul.short-hldr li:last-child {
    padding: 0;
  }

  .marketing-form-wrapper .form-group .radioBtn {
    width: 100%;
    margin-bottom: 1.25em !important;
  }

  .link-uae-wrapper .uaeboxMain h3 {
    display: block;
  }

  .link-uae-wrapper .uaeboxMain h3 span {
    display: block;
    margin-top: 0.3125em;
  }

  .link-uae-wrapper .uaeboxMain h3 span img {
    width: 5em;
  }
}

@media (max-width: 575.98px) {
  .CoursesOfferWrapper .coursesOffer-card .card-body .ProbtnMain {
    margin-top: 0.9375em;
  }

  .marketing-short-warpper ul.short-hldr {
    grid-template-columns: 100%;
    column-gap: 0;
  }

  .marketing-short-warpper ul.short-hldr li {
    padding: 0;
    margin-bottom: 1.875em;
  }

  .marketing-form-wrapper .form-group .radioBtn {
    width: 100%;
    margin-bottom: 1.25em !important;
  }

  .link-uae-wrapper .uaeboxMain h3 {
    display: block;
  }

  .link-uae-wrapper .uaeboxMain h3 span {
    display: block;
    margin-top: 0.3125em;
  }

  .link-uae-wrapper .uaeboxMain h3 span img {
    width: 5em;
  }
}

#milestone-swiper .swiper-wrapper {
  height: auto !important;
}

.timelineWrapper {
  position: relative;
}

.timelineWrapper .titleMain {
  display: flex;
  align-items: center;
  padding-bottom: 3.125em;
  margin: 0;
}

.timelineWrapper .titleMain h2 {
  font-size: 3.25em;
  word-wrap: break-word;
}

.timelineWrapper .titleMain p {
  text-align: right;
  font-size: 0.9375em;
}

.timelineWrapper .timeline-txt {
  position: relative;
}

.timelineWrapper .timeline-txt .sildHldr {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 6.8333333333em;
  height: 8.3888888889em;
  background: url(../images/timeline-shild-img.png) no-repeat top center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timelineWrapper .timeline-txt .sildHldr span {
  font-size: 5em;
  font-family: "alexon_rrbold";
  color: #04a99e;
  padding-right: 0.3125em;
  margin-left: 2.25em;
}

.timelineWrapper .timeline-txt .timelineHldr {
  position: relative;
}

.timelineWrapper .timeline-txt .timelineHldr h2 {
  font-size: 2.5em;
  margin-bottom: 0.8333333333em;
  word-wrap: break-word;
}

.timelineWrapper .timeline-txt .timelineHldr .txtMain {
  position: relative;
}

.timelineWrapper .timeline-txt .timelineHldr .txtMain .title {
  font-family: "Helvetica-Bold";
  font-size: 1em;
}

.timelineWrapper .timeline-txt .timelineHldr .txtMain p {
  font-size: 0.875em;
  font-family: "Helvetica-Light";
  margin-top: 1.3333333333em;
}

.timelineWrapper .timeline-txt .timeline-img {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 25em;
  overflow: hidden;
}

.timelineWrapper .timeline-txt .timeline-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.625em;
}

.timelineWrapper .timeline-slider {
  position: relative;
  padding-top: 2.5em;
}

.timelineWrapper .timeline-slider .slick-next,
.timelineWrapper .timeline-slider .slick-prev {
  top: auto;
  bottom: 40px;
  text-align: center;
  width: 44px;
  height: 44px;
}

.timelineWrapper .timeline-slider .slick-next::before,
.timelineWrapper .timeline-slider .slick-prev::before {
  color: #213469;
  background: #fff;
  border-radius: 50%;
}

.timelineWrapper .timeline-slider .slick-next:hover::before,
.timelineWrapper .timeline-slider .slick-prev:hover::before {
  color: #213469;
}

.timelineWrapper .timeline-slider .slick-next {
  left: auto;
  bottom: 200px;
}

.timelineWrapper .timeline-slider .slick-prev {
  right: 0%;
  bottom: 150px;
}

.timelineWrapper .timeline-slider .timeline-year {
  text-align: center;
  position: relative;
  background: url(../images/timeline-line.jpg) no-repeat bottom center #fff;
  padding-bottom: 3.75em;
  height: 5.625em;
  background-size: 100%;
  background-position: 3px 32px;
}

.timelineWrapper .timeline-slider .timeline-year h2 {
  font-size: 1.125em;
}

.timelineWrapper .timeline-slider .timeline-year.slick-current {
  bottom: -0.4375em;
}

.timelineWrapper .timeline-slider .timeline-year.slick-current h2 {
  font-size: 1.625em;
  font-family: "alexon_rrbold";
  color: #03a99d;
  position: relative;
  top: -0.3125em;
}

.timelineWrapper .timeline-slider .slick-list .slick-track {
  display: flex;
  align-items: first baseline;
  margin-right: -11.5625em;
}

.timelineWrapper .vertical-line {
  width: 5px;
  height: 11.5%;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  right: 37.2%;
}

.timelineWrapper .vertical-line .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
}

[dir=rtl] .timelineWrapper .timeline-slider .slick-next {
  right: auto;
}

[dir=rtl] .timelineWrapper .timeline-slider .timeline-year h2 {
  font-family: "alexon_rrmedium" !important;
}

[dir=rtl] .president-cot-wrapper .president-txt .cot-icon i::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.milestones-wrapper {
  position: relative;
}

.milestones-wrapper .swiper-container {
  width: 100%;
}

.milestones-wrapper .swiper-slide {
  width: 51.25em;
  height: 26.75em;
  position: relative;
  overflow: hidden;
  filter: blur(6px);
  opacity: 0.5;
}

.milestones-wrapper .swiper-slide.swiper-slide-active {
  filter: blur(0);
  opacity: 1;
}

.milestones-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 0.625em;
}

.milestones-wrapper .swiper-slide .imageTxt-hldr {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 3em 1.5em 1.5em 1.5em;
  z-index: 1;
  color: #fff;
  width: 100%;
  height: 90%;
  background: linear-gradient(0deg, rgb(1, 1, 1) 100%, rgba(0, 0, 0, 0.05) 40%);
  border-radius: 0em 0em 0.625em 0.625em;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.milestones-wrapper .swiper-slide .imageTxt-hldr h2 {
  font-size: 2.5em;
  color: #03A99D;
  word-wrap: break-word;
}

.milestones-wrapper .swiper-slide .imageTxt-hldr .date,
.milestones-wrapper .swiper-slide .imageTxt-hldr .dateLocale {
  font-family: "Helvetica-Bold";
  font-size: 1.125em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0.25em;
  text-align: right;
  margin-top: auto;
}

.milestones-wrapper .swiper-slide .imageTxt-hldr .textMain {
  font-size: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: none;
}

.milestones-wrapper .swiper-button-next,
.milestones-wrapper .swiper-button-prev {
  background-image: none;
  width: 2.75em;
  height: 2.75em;
  transition: transform 0.2s;
}

.milestones-wrapper .swiper-button-next::before,
.milestones-wrapper .swiper-button-prev::before {
  font-family: "icomoon" !important;
  font-size: 2.5em;
  line-height: 1;
  opacity: 1;
  color: #000;
}

.milestones-wrapper .swiper-button-next:hover::before,
.milestones-wrapper .swiper-button-prev:hover::before {
  color: #213469;
}

.milestones-wrapper .swiper-button-prev {
  right: 14% !important;
}

.milestones-wrapper .swiper-button-prev::before {
  content: "\e917";
}

.milestones-wrapper .swiper-button-prev::after {
  display: none;
}

.milestones-wrapper .swiper-button-next {
  left: 14% !important;
}

.milestones-wrapper .swiper-button-next::before {
  content: "\e918";
}

.milestones-wrapper .swiper-button-next::after {
  display: none;
}

.milestones-wrapper .swiper-container-rtl .swiper-button-next,
.milestones-wrapper .swiper-container-rtl .swiper-button-prev {
  background-image: none;
}

.milestones-wrapper .swiper-container-rtl .swiper-button-prev {
  left: 14% !important;
  right: auto;
}

.milestones-wrapper .swiper-container-rtl .swiper-button-prev::before {
  content: "\e917";
}

.milestones-wrapper .swiper-container-rtl .swiper-button-next {
  right: 14% !important;
  left: auto;
}

.milestones-wrapper .swiper-container-rtl .swiper-button-next::before {
  content: "\e918";
}

[dir=rtl] .milestones-wrapper .swiper-button-prev::before {
  content: "\e918";
}

[dir=rtl] .milestones-wrapper .swiper-button-next::before {
  content: "\e917";
}

@media (max-width: 1440px) {
  .timelineWrapper .vertical-line {
    right: 37.5%;
    height: 13%;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .timelineWrapper .timeline-slider .timeline-year {
    background-position: 3px 25px;
  }

  .timelineWrapper .vertical-line {
    right: 38%;
    height: 10%;
  }

  .milestones-wrapper .swiper-slide {
    width: 68.75em;
    height: 32.5em;
  }

  .milestones-wrapper .swiper-button-prev {
    right: 8% !important;
  }

  .milestones-wrapper .swiper-button-next {
    left: 8% !important;
  }

  .milestones-wrapper .swiper-container-rtl .swiper-button-prev {
    left: 8% !important;
  }

  .milestones-wrapper .swiper-container-rtl .swiper-button-next {
    right: 8% !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .timelineWrapper .timeline-slider .timeline-year {
    background-position: 3px 34px;
  }

  .timelineWrapper .vertical-line {
    right: 35.9%;
    height: 11%;
  }

  .milestones-wrapper .swiper-button-prev {
    right: 11% !important;
  }

  .milestones-wrapper .swiper-button-next {
    left: 11% !important;
  }

  .milestones-wrapper .swiper-container-rtl .swiper-button-prev {
    left: 11% !important;
  }

  .milestones-wrapper .swiper-container-rtl .swiper-button-next {
    right: 11% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .timelineWrapper .vertical-line {
    right: 34.8%;
    height: 13.5%;
  }

  .timelineWrapper .timeline-slider .timeline-year {
    height: 6.625em;
    background-position: 3px 34px;
  }

  .milestones-wrapper .swiper-button-prev {
    right: 8% !important;
  }

  .milestones-wrapper .swiper-button-next {
    left: 8% !important;
  }

  .milestones-wrapper .swiper-container-rtl .swiper-button-prev {
    left: 8% !important;
  }

  .milestones-wrapper .swiper-container-rtl .swiper-button-next {
    right: 8% !important;
  }
}

@media (min-width: 820px) and (max-width: 820.98px) {
  .timelineWrapper .vertical-line {
    right: 32.5% !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .timelineWrapper .timeline-slider .slick-next {
    left: auto;
    bottom: 150px;
  }

  .timelineWrapper .timeline-slider .slick-prev {
    bottom: 102px;
  }

  .timelineWrapper .timeline-slider .timeline-year {
    height: 6.875em;
  }

  .timelineWrapper .timeline-slider .slick-list .slick-track {
    margin-right: -11.6875em;
  }

  .timelineWrapper .vertical-line {
    right: 35.5%;
    height: 14.5%;
  }

  .milestones-wrapper .swiper-button-prev {
    right: 8% !important;
  }

  .milestones-wrapper .swiper-button-next {
    left: 8% !important;
  }

  .milestones-wrapper .swiper-container-rtl .swiper-button-prev {
    left: 8% !important;
  }

  .milestones-wrapper .swiper-container-rtl .swiper-button-next {
    right: 8% !important;
  }
}

@media (max-width: 768px) {
  .timelineWrapper .timeline-slider .slick-list .slick-track {
    margin-right: -13.25em;
  }

  .timelineWrapper .timeline-slider .timeline-year {
    background-position: 3px 20px;
  }

  .timelineWrapper .vertical-line {
    right: 28.8%;
    height: 14.9%;
  }

  .milestones-wrapper .swiper-slide {
    width: 40em;
    height: 25em;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .timelineWrapper {
    padding-top: 3.125em !important;
  }

  .timelineWrapper .timeline-txt .sildHldr {
    display: none;
  }

  .timelineWrapper .timeline-txt .timelineHldr {
    margin-bottom: 1.5em;
  }

  .timelineWrapper .timeline-slider {
    padding-top: 1.5em;
  }

  .timelineWrapper .timeline-slider .slick-prev,
  .timelineWrapper .timeline-slider .slick-next {
    bottom: 200px;
  }

  .timelineWrapper .timeline-slider .slick-next {
    left: 0;
  }

  .timelineWrapper .timeline-slider .slick-list .slick-track {
    margin-right: 0em;
  }

  .timelineWrapper .timeline-slider .timeline-year {
    height: 6.25em;
    background-position: 3px 29px;
  }

  .timelineWrapper .timeline-slider .timeline-year.slick-current h2 {
    color: #04a99e;
    background: #fff;
  }

  .timelineWrapper .vertical-line {
    height: 17%;
    right: 6px;
    left: 0;
  }

  .milestones-wrapper .titleMain p {
    text-align: right;
  }

  .milestones-wrapper .swiper-slide {
    width: 33.75em;
    height: 18.75em;
  }

  .milestones-wrapper .swiper-slide .imageTxt-hldr h2 {
    font-size: 1.5em;
  }

  .milestones-wrapper .swiper-slide .imageTxt-hldr .date {
    font-size: 1em;
  }

  .milestones-wrapper .swiper-slide .imageTxt-hldr .textMain {
    -webkit-line-clamp: 2;
  }

  .milestones-wrapper .swiper-button-prev {
    right: 3% !important;
  }

  .milestones-wrapper .swiper-button-next {
    left: 3% !important;
  }

  .milestones-wrapper .swiper-container-rtl .swiper-button-prev {
    left: 3% !important;
  }

  .milestones-wrapper .swiper-container-rtl .swiper-button-next {
    right: 3% !important;
  }
}

@media (max-width: 575.98px) {
  .timelineWrapper {
    padding-top: 3.125em !important;
  }

  .timelineWrapper .titleMain p {
    text-align: right;
  }

  .timelineWrapper .timeline-txt .sildHldr {
    display: none;
  }

  .timelineWrapper .timeline-txt .timelineHldr {
    margin-bottom: 1.5em;
  }

  .timelineWrapper .timeline-slider {
    padding-top: 1.5em;
  }

  .timelineWrapper .timeline-slider .slick-prev,
  .timelineWrapper .timeline-slider .slick-next {
    bottom: 200px;
  }

  .timelineWrapper .timeline-slider .slick-next {
    left: 0;
  }

  .timelineWrapper .timeline-slider .slick-list .slick-track {
    margin-right: 0em;
  }

  .timelineWrapper .timeline-slider .timeline-year {
    background-position: 3px 38px;
  }

  .timelineWrapper .timeline-slider .timeline-year.slick-current h2 {
    color: #04a99e;
    background: #fff;
  }

  .timelineWrapper .vertical-line {
    height: 14%;
    right: 1%;
    left: 0;
  }

  .milestones-wrapper .swiper-slide {
    width: 26.25em;
    height: 18.75em;
  }

  .milestones-wrapper .swiper-slide .imageTxt-hldr h2 {
    font-size: 1.5em;
  }

  .milestones-wrapper .swiper-slide .imageTxt-hldr .date {
    font-size: 1em;
  }

  .milestones-wrapper .swiper-slide .imageTxt-hldr .textMain {
    -webkit-line-clamp: 2;
  }

  .milestones-wrapper .swiper-button-prev {
    right: 1% !important;
  }

  .milestones-wrapper .swiper-button-next {
    left: 1% !important;
  }

  .milestones-wrapper .swiper-container-rtl .swiper-button-prev {
    left: 1% !important;
  }

  .milestones-wrapper .swiper-container-rtl .swiper-button-next {
    right: 1% !important;
  }
}

@media (min-width: 320px) and (max-width: 358.99px) {
  .milestones-wrapper .swiper-slide {
    width: 21.875em;
    height: 18.75em;
  }

  .milestones-wrapper .swiper-slide .imageTxt-hldr h2 {
    font-size: 1.5em;
  }

  .milestones-wrapper .swiper-slide .imageTxt-hldr .date {
    font-size: 1em;
  }

  .milestones-wrapper .swiper-slide .imageTxt-hldr .textMain {
    -webkit-line-clamp: 2;
  }

  .milestones-wrapper .swiper-button-prev {
    right: 2% !important;
  }

  .milestones-wrapper .swiper-button-next {
    left: 2% !important;
  }

  .milestones-wrapper .swiper-container-rtl .swiper-button-prev {
    left: 2% !important;
  }

  .milestones-wrapper .swiper-container-rtl .swiper-button-next {
    right: 2% !important;
  }

  .milestones-wrapper .vertical-line {
    height: 20%;
    right: 0;
    left: 0;
  }

  .timelineWrapper {
    padding-top: 3.125em !important;
  }

  .timelineWrapper .timeline-slider {
    padding-top: 1.5em;
  }

  .timelineWrapper .timeline-slider .timeline-year {
    background-position: 3px 48px;
  }
}

.SearchElectronicWrapper {
  position: relative;
}

.SearchElectronicWrapper h2 {
  font-size: 3.25em;
  margin-bottom: 0.5em;
}

.SearchElectronicWrapper h2 div {
  margin-bottom: 0 !important;
}

.SearchElectronicWrapper .iframe-container {
  position: relative;
}

.SearchElectronicWrapper .iframe-container iframe {
  width: 100%;
  height: 18.75em;
}

.SearchElectronicWrapper .iframe-container iframe #searchBox .nav-tabs li a {
  font-family: "GE Hili Book" !important;
}

#searchBox .btn,
#searchBox .btn:hover,
#tabs > li > a {
  font-family: "GE Hili Book" !important;
}

.KnowledgeAccessWrapper {
  position: relative;
}

.KnowledgeAccessWrapper h2 {
  font-size: 3.25em;
  margin-bottom: 0.5em;
  word-wrap: break-word;
}

.KnowledgeAccessWrapper h2 div {
  margin-bottom: 0 !important;
}

.KnowledgeAccessWrapper .LibTutorialsHldr {
  width: 100%;
  position: relative;
  height: 29.375em;
  padding: 0em;
  overflow: hidden;
  border-radius: 0.625em;
}

.KnowledgeAccessWrapper .LibTutorialsHldr::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 52, 105, 0.7);
  display: block;
}

.KnowledgeAccessWrapper .LibTutorialsHldr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.KnowledgeAccessWrapper .LibTutorialsHldr .LibraryTextHldr {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  padding: 1.875em;
  color: #fff;
}

.KnowledgeAccessWrapper .LibTutorialsHldr .LibraryTextHldr h2 {
  font-size: 1.625em;
  margin-bottom: 0.9375em;
  word-wrap: break-word;
}

.KnowledgeAccessWrapper .LibTutorialsHldr .LibraryTextHldr .linkMain {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1em;
  margin-bottom: 1.5em;
  color: #fff;
}

.KnowledgeAccessWrapper .LibTutorialsHldr .LibraryTextHldr .linkMain a {
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
}

.KnowledgeAccessWrapper .LibTutorialsHldr .LibraryTextHldr .linkMain a i {
  margin-left: 0.625em;
  height: 1.875em;
}

.KnowledgeAccessWrapper .LibTutorialsHldr .LibraryTextHldr p {
  font-size: 1em;
}

.KnowledgeAccessWrapper .LibTutorialsHldr .LibraryTextHldr p a {
  color: #fff;
  text-decoration: underline;
}

.KnowledgeAccessWrapper .rightTextHldr {
  position: relative;
}

.LibLendWrapper {
  position: relative;
}

.LibLendWrapper .boxMain {
  position: relative;
  margin: 0;
  padding: 1.875em;
  height: 100%;
  min-height: 31.25em;
}

.LibLendWrapper .boxMain.blueBg {
  background: #213469;
  color: #ffffff;
}

.LibLendWrapper .boxMain.blueBg .dotHldr {
  margin-top: 0.9375em;
}

.LibLendWrapper .boxMain.blueBg .dotHldr li::before {
  color: #fff;
}

.LibLendWrapper .boxMain h2 {
  font-size: 3.25em;
  margin-bottom: 0.5em;
  word-wrap: break-word;
}

.LibLendWrapper .boxMain ul.dotHldr {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.LibLendWrapper .boxMain ul.dotHldr li {
  line-height: normal;
  margin-bottom: 0.5em;
  padding-right: 0.9375em;
}

.LibLendWrapper .boxMain ul.dotHldr li::before {
  top: -0.1875em;
  right: -0.375em;
}

.LibLendWrapper .boxMain h4 {
  font-size: 1.5em;
  text-transform: uppercase;
}

.LibLendWrapper .boxMain .libLink {
  color: #121212;
  text-decoration: underline;
}

.LibLendWrapper .boxMain .PrivilegesHldr {
  position: relative;
}

.LibLendWrapper .boxMain .PrivilegesHldr li {
  display: grid;
  grid-template-columns: 49% 49%;
  gap: 2%;
  margin-bottom: 0.375em;
}

.LibLendWrapper .boxMain .PrivilegesHldr li span {
  font-family: "Helvetica";
}

.LibLendWrapper .boxMain .PrivilegesHldr li span:first-child {
  font-family: "Helvetica";
}

.DatabasesWrapper {
  position: relative;
}

.DatabasesWrapper .titleMain {
  display: flex;
  align-items: center;
}

.DatabasesWrapper .titleMain h2 {
  font-size: 3.25em;
  word-wrap: break-word;
}

.DatabasesWrapper .titleMain p {
  font-size: 0.9375em;
}

.DatabasesWrapper .DatabasesBoxHldr {
  position: relative;
  padding: 0.9375em;
  margin: 0.9375em 0.9375em;
  border: 1px solid #efefef;
  border-radius: 0.5em;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}

.DatabasesWrapper .DatabasesBoxHldr .DatabasesImg {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.94/1;
  text-align: center;
}

.DatabasesWrapper .DatabasesBoxHldr .DatabasesImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.DatabasesWrapper .DatabasesBoxHldr .card-body {
  padding: 0.9375em 0em 0em;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.DatabasesWrapper .DatabasesBoxHldr .card-body h5 {
  font-size: 1.25em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1 1 auto;
}

.DatabasesWrapper .DatabasesBoxHldr .card-body .data-txt-main {
  position: relative;
  margin-top: 0.625em;
}

.DatabasesWrapper .DatabasesBoxHldr .card-body .data-txt-main .decTxt {
  font-size: 0.875em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.9375em;
}

.DatabasesWrapper .databases-slider {
  margin: 0em -0.75em;
}

.DatabasesWrapper .databases-slider .slick-next,
.DatabasesWrapper .databases-slider .slick-prev {
  top: auto;
  bottom: -70px;
  text-align: center;
  width: 44px;
  height: 44px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  background: #ffffff;
  border-radius: 44px;
}

.DatabasesWrapper .databases-slider .slick-next {
  left: 46%;
  right: auto;
}

.DatabasesWrapper .databases-slider .slick-prev {
  right: 46%;
  left: auto;
}

.LibHoursWrapper {
  position: relative;
}

.LibHoursWrapper hr {
  border-color: rgba(23, 32, 46, 0.26);
  margin-top: 0;
  margin-bottom: 1.875em;
}

.LibHoursWrapper h2 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  word-wrap: break-word;
}

.LibHoursWrapper h2 div {
  margin-bottom: 0 !important;
}

.LibHoursWrapper p {
  margin-bottom: 0.5em;
}

.lib-catalog-wrapper {
  position: relative;
}

.lib-catalog-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 18.75em;
  background: #213469;
  width: 100%;
  z-index: -1;
}

.lib-catalog-wrapper h2 {
  font-size: 3.25em;
  padding-bottom: 0.625em;
  word-wrap: break-word;
}

.lib-catalog-wrapper .lib-catalog-Hldr {
  position: relative;
  border-bottom: 1px solid #121212;
  margin: 0em 0em;
}

.lib-catalog-wrapper .lib-catalog-Hldr .lib-catalog-Img {
  position: relative;
  aspect-ratio: 2.09/1;
  overflow: hidden;
  width: 100%;
}

.lib-catalog-wrapper .lib-catalog-Hldr .lib-catalog-Img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0.9375em 0.9375em 0em 0em;
}

.lib-catalog-wrapper .lib-catalog-Hldr .txtHldr {
  position: relative;
  width: 100%;
  padding: 1.5em;
}

.lib-catalog-wrapper .lib-catalog-Hldr .txtHldr h2 {
  font-size: 1.75em;
  margin: 0em 0em 0.3125em 0em;
  padding-bottom: 0em;
  color: #213469;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.lib-catalog-wrapper .lib-catalog-Hldr .txtHldr .txtDec {
  font-size: 0.875em;
  margin-bottom: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.875em;
  line-height: normal;
}

.lib-catalog-wrapper .lib-catalog-Hldr .txtHldr .btn {
  width: fit-content;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .DatabasesWrapper .databases-slider .slick-next {
    left: 45%;
  }

  .DatabasesWrapper .databases-slider .slick-prev {
    right: 45%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .DatabasesWrapper .databases-slider .slick-next {
    left: 43%;
  }

  .DatabasesWrapper .databases-slider .slick-prev {
    right: 43%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .DatabasesWrapper .databases-slider .slick-next {
    left: 42%;
  }

  .DatabasesWrapper .databases-slider .slick-prev {
    right: 42%;
  }
}

@media (max-width: 575.98px) {
  .DatabasesWrapper .databases-slider .slick-next {
    left: 38%;
  }

  .DatabasesWrapper .databases-slider .slick-prev {
    right: 38%;
  }
}

@media (max-width: 320.99px) {
  .DatabasesWrapper .databases-slider .slick-next {
    left: 35%;
  }

  .DatabasesWrapper .databases-slider .slick-prev {
    right: 35%;
  }
}

.AlumniAboutWrapper {
  position: relative;
}

.AlumniAboutWrapper h2 {
  font-size: 3.25em;
  margin-bottom: 0.5em;
  word-wrap: break-word;
}

.AlumniAboutWrapper h2 div {
  margin-bottom: 0 !important;
}

.AlumniAboutWrapper .AlumnisImg {
  width: 100%;
  position: relative;
  aspect-ratio: 1.45/1;
  padding: 0em;
  overflow: hidden;
}

.AlumniAboutWrapper .AlumnisImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.625em;
}

.AlumniAboutWrapper ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.AlumniAboutWrapper ul li {
  position: relative;
  padding-right: 1.875em;
  line-height: normal;
  margin-bottom: 0.9375em;
  font-size: 0.9375em;
}

.AlumniAboutWrapper ul li:last-child {
  margin-bottom: 0;
}

.AlumniAboutWrapper ul li::before {
  content: "\f309";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: #121212;
  top: -5px;
  right: 0;
  font-size: 1.875em;
  width: 0.9375em;
}

.AlumniAboutWrapper ul li strong {
  position: relative;
  display: block;
}

.AlumniAboutWrapper .order {
  order: 2;
}

.alumni-update-wrapper {
  background: url(../images/alumni-update-bg.jpg) no-repeat top center;
  padding: 6.25em 0em;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.alumni-update-wrapper h4 {
  font-size: 1.875em;
}

.alumni-update-wrapper .alumniDesc {
  font-size: 1em;
  margin: 1.875em 0em;
  width: 100%;
  margin: 1.5em auto;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .AlumniAboutWrapper .AlumnisImg {
    margin: 1.5em 0em;
  }

  .AlumniAboutWrapper .order {
    order: 0;
  }
}

@media (max-width: 575.98px) {
  .AlumniAboutWrapper .AlumnisImg {
    margin: 1.5em 0em;
  }

  .AlumniAboutWrapper .order {
    order: 0;
  }
}

:root {
  --iti-border-gray: #ccc;
  --iti-text-gray: #999;
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: var(--iti-border-gray);
  --iti-dialcode-color: var(--iti-text-gray);
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 15px;
  --iti-flag-width: 20px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-input-padding: 6px;
  --iti-right-hand-selected-country-padding: calc(var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) + var(--iti-flag-width));
  --iti-selected-country-arrow-padding: calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding));
  --iti-path-flags-1x: url("../img/flags.webp");
  --iti-path-flags-2x: url("../img/flags@2x.webp");
  --iti-path-globe-1x: url("../img/globe.webp");
  --iti-path-globe-2x: url("../img/globe@2x.webp");
  --iti-flag-sprite-width: 5762px;
  --iti-flag-sprite-height: 15px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: var(--iti-right-hand-selected-country-padding);
  margin-left: 0;
}

.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: var(--iti-border-width);
}

.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-spacer-horizontal) 0 var(--iti-arrow-padding);
}

.iti__arrow {
  margin-right: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-right: var(--iti-triangle-border) solid transparent;
  border-left: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

[dir=rtl] .iti__arrow {
  margin-left: var(--iti-arrow-padding);
  margin-right: 0;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-right: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding: 9px 12px;
}

.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}

.iti__flag-box {
  display: inline-block;
  width: var(--iti-flag-width);
}

.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}

.iti__dial-code {
  color: var(--iti-dialcode-color);
}

.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}

.iti__flag-box,
.iti__country-name {
  margin-left: var(--iti-spacer-horizontal);
}

[dir=rtl] .iti__flag-box,
[dir=rtl] .iti__country-name {
  margin-left: 0;
  margin-right: var(--iti-spacer-horizontal);
}

.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel] {
  padding-left: var(--iti-input-padding);
  padding-right: var(--iti-selected-country-arrow-padding);
  margin-right: 0;
}

[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel] {
  padding-left: var(--iti-selected-country-arrow-padding);
  padding-right: var(--iti-input-padding);
  margin-left: 0;
}

.iti--allow-dropdown .iti__country-container {
  left: auto;
  right: 0;
}

[dir=rtl] .iti--allow-dropdown .iti__country-container {
  left: auto;
  right: 0;
}

[dir=rtl] .iti--allow-dropdown input.iti__tel-input {
  direction: initial;
  padding-right: 4.375em !important;
  padding-left: 0.9375em !important;
  text-align: right;
}

[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text] {
  direction: initial;
  padding-right: 4.375em !important;
  padding-left: 0.9375em !important;
  text-align: right;
  padding-bottom: 4px;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}

.iti .iti__selected-dial-code {
  margin-right: 4px;
}

[dir=rtl] .iti .iti__selected-dial-code {
  margin-right: 0;
  margin-left: 4px;
}

.iti--container {
  position: fixed;
  top: -1000px;
  right: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}

.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 0px;
  --iti-flag-width: 20px;
  --iti-flag-height: 14px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__np {
  --iti-flag-width: 13px;
}

.iti__va,
.iti__ch {
  --iti-flag-width: 15px;
}

.iti__ne,
.iti__be {
  --iti-flag-width: 18px;
}

.iti__mc {
  --iti-flag-width: 19px;
}

.iti__zw,
.iti__ws,
.iti__vg,
.iti__uz,
.iti__uk,
.iti__tv,
.iti__to,
.iti__tl,
.iti__tk,
.iti__tj,
.iti__tc,
.iti__ta,
.iti__su,
.iti__st,
.iti__ss,
.iti__si,
.iti__sh,
.iti__sd,
.iti__sc,
.iti__sb,
.iti__ps,
.iti__pn,
.iti__ph,
.iti__om,
.iti__nz,
.iti__nu,
.iti__nr,
.iti__ng,
.iti__nf,
.iti__nc,
.iti__my,
.iti__ms,
.iti__mp,
.iti__mn,
.iti__mk,
.iti__me,
.iti__md,
.iti__ly,
.iti__lv,
.iti__lk,
.iti__lc,
.iti__kz,
.iti__ky,
.iti__kw,
.iti__kp,
.iti__ki,
.iti__jo,
.iti__jm,
.iti__io,
.iti__im,
.iti__ie,
.iti__hu,
.iti__hr,
.iti__hn,
.iti__hm,
.iti__gw,
.iti__gs,
.iti__gi,
.iti__gb,
.iti__fk,
.iti__fj,
.iti__et,
.iti__er,
.iti__eh,
.iti__dm,
.iti__dg,
.iti__cx,
.iti__cu,
.iti__ck,
.iti__cc,
.iti__ca,
.iti__by,
.iti__bs,
.iti__bn,
.iti__bm,
.iti__ba,
.iti__az,
.iti__au,
.iti__as,
.iti__am,
.iti__ai,
.iti__ae,
.iti__ac {
  --iti-flag-height: 10px;
}

.iti__us,
.iti__um,
.iti__py,
.iti__mh,
.iti__lr,
.iti__gu,
.iti__fm {
  --iti-flag-height: 11px;
}

.iti__vu,
.iti__tt,
.iti__sv,
.iti__ni,
.iti__mx,
.iti__lu,
.iti__lt,
.iti__li,
.iti__km,
.iti__kg,
.iti__je,
.iti__ir,
.iti__ht,
.iti__gy,
.iti__gd,
.iti__fi,
.iti__de,
.iti__cv,
.iti__cr,
.iti__cq,
.iti__bz,
.iti__bi,
.iti__bh,
.iti__bg,
.iti__bd {
  --iti-flag-height: 12px;
}

.iti__tg,
.iti__se,
.iti__pw,
.iti__pl,
.iti__kh,
.iti__gt,
.iti__ee,
.iti__ax,
.iti__ar {
  --iti-flag-height: 13px;
}

.iti__xk,
.iti__va,
.iti__sm,
.iti__sj,
.iti__pg,
.iti__np,
.iti__no,
.iti__ne,
.iti__mc,
.iti__is,
.iti__il,
.iti__ga,
.iti__fo,
.iti__dk,
.iti__ch,
.iti__cd,
.iti__bv,
.iti__be,
.iti__al {
  --iti-flag-height: 15px;
}

.iti__qa {
  --iti-flag-height: 8px;
}

.iti__ac {
  --iti-flag-offset: 0px;
}

.iti__ad {
  --iti-flag-offset: -22px;
}

.iti__ae {
  --iti-flag-offset: -44px;
}

.iti__af {
  --iti-flag-offset: -66px;
}

.iti__ag {
  --iti-flag-offset: -88px;
}

.iti__ai {
  --iti-flag-offset: -110px;
}

.iti__al {
  --iti-flag-offset: -132px;
}

.iti__am {
  --iti-flag-offset: -154px;
}

.iti__ao {
  --iti-flag-offset: -176px;
}

.iti__aq {
  --iti-flag-offset: -198px;
}

.iti__ar {
  --iti-flag-offset: -220px;
}

.iti__as {
  --iti-flag-offset: -242px;
}

.iti__at {
  --iti-flag-offset: -264px;
}

.iti__au {
  --iti-flag-offset: -286px;
}

.iti__aw {
  --iti-flag-offset: -308px;
}

.iti__ax {
  --iti-flag-offset: -330px;
}

.iti__az {
  --iti-flag-offset: -352px;
}

.iti__ba {
  --iti-flag-offset: -374px;
}

.iti__bb {
  --iti-flag-offset: -396px;
}

.iti__bd {
  --iti-flag-offset: -418px;
}

.iti__be {
  --iti-flag-offset: -440px;
}

.iti__bf {
  --iti-flag-offset: -460px;
}

.iti__bg {
  --iti-flag-offset: -482px;
}

.iti__bh {
  --iti-flag-offset: -504px;
}

.iti__bi {
  --iti-flag-offset: -526px;
}

.iti__bj {
  --iti-flag-offset: -548px;
}

.iti__bl {
  --iti-flag-offset: -570px;
}

.iti__bm {
  --iti-flag-offset: -592px;
}

.iti__bn {
  --iti-flag-offset: -614px;
}

.iti__bo {
  --iti-flag-offset: -636px;
}

.iti__bq {
  --iti-flag-offset: -658px;
}

.iti__br {
  --iti-flag-offset: -680px;
}

.iti__bs {
  --iti-flag-offset: -702px;
}

.iti__bt {
  --iti-flag-offset: -724px;
}

.iti__bv {
  --iti-flag-offset: -746px;
}

.iti__bw {
  --iti-flag-offset: -768px;
}

.iti__by {
  --iti-flag-offset: -790px;
}

.iti__bz {
  --iti-flag-offset: -812px;
}

.iti__ca {
  --iti-flag-offset: -834px;
}

.iti__cc {
  --iti-flag-offset: -856px;
}

.iti__cd {
  --iti-flag-offset: -878px;
}

.iti__cf {
  --iti-flag-offset: -900px;
}

.iti__cg {
  --iti-flag-offset: -922px;
}

.iti__ch {
  --iti-flag-offset: -944px;
}

.iti__ci {
  --iti-flag-offset: -961px;
}

.iti__ck {
  --iti-flag-offset: -983px;
}

.iti__cl {
  --iti-flag-offset: -1005px;
}

.iti__cm {
  --iti-flag-offset: -1027px;
}

.iti__cn {
  --iti-flag-offset: -1049px;
}

.iti__co {
  --iti-flag-offset: -1071px;
}

.iti__cp {
  --iti-flag-offset: -1093px;
}

.iti__cq {
  --iti-flag-offset: -1115px;
}

.iti__cr {
  --iti-flag-offset: -1137px;
}

.iti__cu {
  --iti-flag-offset: -1159px;
}

.iti__cv {
  --iti-flag-offset: -1181px;
}

.iti__cw {
  --iti-flag-offset: -1203px;
}

.iti__cx {
  --iti-flag-offset: -1225px;
}

.iti__cy {
  --iti-flag-offset: -1247px;
}

.iti__cz {
  --iti-flag-offset: -1269px;
}

.iti__de {
  --iti-flag-offset: -1291px;
}

.iti__dg {
  --iti-flag-offset: -1313px;
}

.iti__dj {
  --iti-flag-offset: -1335px;
}

.iti__dk {
  --iti-flag-offset: -1357px;
}

.iti__dm {
  --iti-flag-offset: -1379px;
}

.iti__do {
  --iti-flag-offset: -1401px;
}

.iti__dz {
  --iti-flag-offset: -1423px;
}

.iti__ea {
  --iti-flag-offset: -1445px;
}

.iti__ec {
  --iti-flag-offset: -1467px;
}

.iti__ee {
  --iti-flag-offset: -1489px;
}

.iti__eg {
  --iti-flag-offset: -1511px;
}

.iti__eh {
  --iti-flag-offset: -1533px;
}

.iti__er {
  --iti-flag-offset: -1555px;
}

.iti__es {
  --iti-flag-offset: -1577px;
}

.iti__et {
  --iti-flag-offset: -1599px;
}

.iti__eu {
  --iti-flag-offset: -1621px;
}

.iti__ez {
  --iti-flag-offset: -1643px;
}

.iti__fi {
  --iti-flag-offset: -1665px;
}

.iti__fj {
  --iti-flag-offset: -1687px;
}

.iti__fk {
  --iti-flag-offset: -1709px;
}

.iti__fm {
  --iti-flag-offset: -1731px;
}

.iti__fo {
  --iti-flag-offset: -1753px;
}

.iti__fr {
  --iti-flag-offset: -1775px;
}

.iti__fx {
  --iti-flag-offset: -1797px;
}

.iti__ga {
  --iti-flag-offset: -1819px;
}

.iti__gb {
  --iti-flag-offset: -1841px;
}

.iti__gd {
  --iti-flag-offset: -1863px;
}

.iti__ge {
  --iti-flag-offset: -1885px;
}

.iti__gf {
  --iti-flag-offset: -1907px;
}

.iti__gg {
  --iti-flag-offset: -1929px;
}

.iti__gh {
  --iti-flag-offset: -1951px;
}

.iti__gi {
  --iti-flag-offset: -1973px;
}

.iti__gl {
  --iti-flag-offset: -1995px;
}

.iti__gm {
  --iti-flag-offset: -2017px;
}

.iti__gn {
  --iti-flag-offset: -2039px;
}

.iti__gp {
  --iti-flag-offset: -2061px;
}

.iti__gq {
  --iti-flag-offset: -2083px;
}

.iti__gr {
  --iti-flag-offset: -2105px;
}

.iti__gs {
  --iti-flag-offset: -2127px;
}

.iti__gt {
  --iti-flag-offset: -2149px;
}

.iti__gu {
  --iti-flag-offset: -2171px;
}

.iti__gw {
  --iti-flag-offset: -2193px;
}

.iti__gy {
  --iti-flag-offset: -2215px;
}

.iti__hk {
  --iti-flag-offset: -2237px;
}

.iti__hm {
  --iti-flag-offset: -2259px;
}

.iti__hn {
  --iti-flag-offset: -2281px;
}

.iti__hr {
  --iti-flag-offset: -2303px;
}

.iti__ht {
  --iti-flag-offset: -2325px;
}

.iti__hu {
  --iti-flag-offset: -2347px;
}

.iti__ic {
  --iti-flag-offset: -2369px;
}

.iti__id {
  --iti-flag-offset: -2391px;
}

.iti__ie {
  --iti-flag-offset: -2413px;
}

.iti__il {
  --iti-flag-offset: -2435px;
}

.iti__im {
  --iti-flag-offset: -2457px;
}

.iti__in {
  --iti-flag-offset: -2479px;
}

.iti__io {
  --iti-flag-offset: -2501px;
}

.iti__iq {
  --iti-flag-offset: -2523px;
}

.iti__ir {
  --iti-flag-offset: -2545px;
}

.iti__is {
  --iti-flag-offset: -2567px;
}

.iti__it {
  --iti-flag-offset: -2589px;
}

.iti__je {
  --iti-flag-offset: -2611px;
}

.iti__jm {
  --iti-flag-offset: -2633px;
}

.iti__jo {
  --iti-flag-offset: -2655px;
}

.iti__jp {
  --iti-flag-offset: -2677px;
}

.iti__ke {
  --iti-flag-offset: -2699px;
}

.iti__kg {
  --iti-flag-offset: -2721px;
}

.iti__kh {
  --iti-flag-offset: -2743px;
}

.iti__ki {
  --iti-flag-offset: -2765px;
}

.iti__km {
  --iti-flag-offset: -2787px;
}

.iti__kn {
  --iti-flag-offset: -2809px;
}

.iti__kp {
  --iti-flag-offset: -2831px;
}

.iti__kr {
  --iti-flag-offset: -2853px;
}

.iti__kw {
  --iti-flag-offset: -2875px;
}

.iti__ky {
  --iti-flag-offset: -2897px;
}

.iti__kz {
  --iti-flag-offset: -2919px;
}

.iti__la {
  --iti-flag-offset: -2941px;
}

.iti__lb {
  --iti-flag-offset: -2963px;
}

.iti__lc {
  --iti-flag-offset: -2985px;
}

.iti__li {
  --iti-flag-offset: -3007px;
}

.iti__lk {
  --iti-flag-offset: -3029px;
}

.iti__lr {
  --iti-flag-offset: -3051px;
}

.iti__ls {
  --iti-flag-offset: -3073px;
}

.iti__lt {
  --iti-flag-offset: -3095px;
}

.iti__lu {
  --iti-flag-offset: -3117px;
}

.iti__lv {
  --iti-flag-offset: -3139px;
}

.iti__ly {
  --iti-flag-offset: -3161px;
}

.iti__ma {
  --iti-flag-offset: -3183px;
}

.iti__mc {
  --iti-flag-offset: -3205px;
}

.iti__md {
  --iti-flag-offset: -3226px;
}

.iti__me {
  --iti-flag-offset: -3248px;
}

.iti__mf {
  --iti-flag-offset: -3270px;
}

.iti__mg {
  --iti-flag-offset: -3292px;
}

.iti__mh {
  --iti-flag-offset: -3314px;
}

.iti__mk {
  --iti-flag-offset: -3336px;
}

.iti__ml {
  --iti-flag-offset: -3358px;
}

.iti__mm {
  --iti-flag-offset: -3380px;
}

.iti__mn {
  --iti-flag-offset: -3402px;
}

.iti__mo {
  --iti-flag-offset: -3424px;
}

.iti__mp {
  --iti-flag-offset: -3446px;
}

.iti__mq {
  --iti-flag-offset: -3468px;
}

.iti__mr {
  --iti-flag-offset: -3490px;
}

.iti__ms {
  --iti-flag-offset: -3512px;
}

.iti__mt {
  --iti-flag-offset: -3534px;
}

.iti__mu {
  --iti-flag-offset: -3556px;
}

.iti__mv {
  --iti-flag-offset: -3578px;
}

.iti__mw {
  --iti-flag-offset: -3600px;
}

.iti__mx {
  --iti-flag-offset: -3622px;
}

.iti__my {
  --iti-flag-offset: -3644px;
}

.iti__mz {
  --iti-flag-offset: -3666px;
}

.iti__na {
  --iti-flag-offset: -3688px;
}

.iti__nc {
  --iti-flag-offset: -3710px;
}

.iti__ne {
  --iti-flag-offset: -3732px;
}

.iti__nf {
  --iti-flag-offset: -3752px;
}

.iti__ng {
  --iti-flag-offset: -3774px;
}

.iti__ni {
  --iti-flag-offset: -3796px;
}

.iti__nl {
  --iti-flag-offset: -3818px;
}

.iti__no {
  --iti-flag-offset: -3840px;
}

.iti__np {
  --iti-flag-offset: -3862px;
}

.iti__nr {
  --iti-flag-offset: -3877px;
}

.iti__nu {
  --iti-flag-offset: -3899px;
}

.iti__nz {
  --iti-flag-offset: -3921px;
}

.iti__om {
  --iti-flag-offset: -3943px;
}

.iti__pa {
  --iti-flag-offset: -3965px;
}

.iti__pe {
  --iti-flag-offset: -3987px;
}

.iti__pf {
  --iti-flag-offset: -4009px;
}

.iti__pg {
  --iti-flag-offset: -4031px;
}

.iti__ph {
  --iti-flag-offset: -4053px;
}

.iti__pk {
  --iti-flag-offset: -4075px;
}

.iti__pl {
  --iti-flag-offset: -4097px;
}

.iti__pm {
  --iti-flag-offset: -4119px;
}

.iti__pn {
  --iti-flag-offset: -4141px;
}

.iti__pr {
  --iti-flag-offset: -4163px;
}

.iti__ps {
  --iti-flag-offset: -4185px;
}

.iti__pt {
  --iti-flag-offset: -4207px;
}

.iti__pw {
  --iti-flag-offset: -4229px;
}

.iti__py {
  --iti-flag-offset: -4251px;
}

.iti__qa {
  --iti-flag-offset: -4273px;
}

.iti__re {
  --iti-flag-offset: -4295px;
}

.iti__ro {
  --iti-flag-offset: -4317px;
}

.iti__rs {
  --iti-flag-offset: -4339px;
}

.iti__ru {
  --iti-flag-offset: -4361px;
}

.iti__rw {
  --iti-flag-offset: -4383px;
}

.iti__sa {
  --iti-flag-offset: -4405px;
}

.iti__sb {
  --iti-flag-offset: -4427px;
}

.iti__sc {
  --iti-flag-offset: -4449px;
}

.iti__sd {
  --iti-flag-offset: -4471px;
}

.iti__se {
  --iti-flag-offset: -4493px;
}

.iti__sg {
  --iti-flag-offset: -4515px;
}

.iti__sh {
  --iti-flag-offset: -4537px;
}

.iti__si {
  --iti-flag-offset: -4559px;
}

.iti__sj {
  --iti-flag-offset: -4581px;
}

.iti__sk {
  --iti-flag-offset: -4603px;
}

.iti__sl {
  --iti-flag-offset: -4625px;
}

.iti__sm {
  --iti-flag-offset: -4647px;
}

.iti__sn {
  --iti-flag-offset: -4669px;
}

.iti__so {
  --iti-flag-offset: -4691px;
}

.iti__sr {
  --iti-flag-offset: -4713px;
}

.iti__ss {
  --iti-flag-offset: -4735px;
}

.iti__st {
  --iti-flag-offset: -4757px;
}

.iti__su {
  --iti-flag-offset: -4779px;
}

.iti__sv {
  --iti-flag-offset: -4801px;
}

.iti__sx {
  --iti-flag-offset: -4823px;
}

.iti__sy {
  --iti-flag-offset: -4845px;
}

.iti__sz {
  --iti-flag-offset: -4867px;
}

.iti__ta {
  --iti-flag-offset: -4889px;
}

.iti__tc {
  --iti-flag-offset: -4911px;
}

.iti__td {
  --iti-flag-offset: -4933px;
}

.iti__tf {
  --iti-flag-offset: -4955px;
}

.iti__tg {
  --iti-flag-offset: -4977px;
}

.iti__th {
  --iti-flag-offset: -4999px;
}

.iti__tj {
  --iti-flag-offset: -5021px;
}

.iti__tk {
  --iti-flag-offset: -5043px;
}

.iti__tl {
  --iti-flag-offset: -5065px;
}

.iti__tm {
  --iti-flag-offset: -5087px;
}

.iti__tn {
  --iti-flag-offset: -5109px;
}

.iti__to {
  --iti-flag-offset: -5131px;
}

.iti__tr {
  --iti-flag-offset: -5153px;
}

.iti__tt {
  --iti-flag-offset: -5175px;
}

.iti__tv {
  --iti-flag-offset: -5197px;
}

.iti__tw {
  --iti-flag-offset: -5219px;
}

.iti__tz {
  --iti-flag-offset: -5241px;
}

.iti__ua {
  --iti-flag-offset: -5263px;
}

.iti__ug {
  --iti-flag-offset: -5285px;
}

.iti__uk {
  --iti-flag-offset: -5307px;
}

.iti__um {
  --iti-flag-offset: -5329px;
}

.iti__un {
  --iti-flag-offset: -5351px;
}

.iti__us {
  --iti-flag-offset: -5373px;
}

.iti__uy {
  --iti-flag-offset: -5395px;
}

.iti__uz {
  --iti-flag-offset: -5417px;
}

.iti__va {
  --iti-flag-offset: -5439px;
}

.iti__vc {
  --iti-flag-offset: -5456px;
}

.iti__ve {
  --iti-flag-offset: -5478px;
}

.iti__vg {
  --iti-flag-offset: -5500px;
}

.iti__vi {
  --iti-flag-offset: -5522px;
}

.iti__vn {
  --iti-flag-offset: -5544px;
}

.iti__vu {
  --iti-flag-offset: -5566px;
}

.iti__wf {
  --iti-flag-offset: -5588px;
}

.iti__ws {
  --iti-flag-offset: -5610px;
}

.iti__xk {
  --iti-flag-offset: -5632px;
}

.iti__ye {
  --iti-flag-offset: -5654px;
}

.iti__yt {
  --iti-flag-offset: -5676px;
}

.iti__za {
  --iti-flag-offset: -5698px;
}

.iti__zm {
  --iti-flag-offset: -5720px;
}

.iti__zw {
  --iti-flag-offset: -5742px;
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: left;
  box-shadow: none;
  height: 19px;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }

  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}

[dir=rtl] [type=checkbox] {
  margin-right: 0.5em;
}

[dir=rtl] .dropServWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

[dir=rtl] .dropServWrapper li {
  margin-left: 0.4em;
}

[dir=rtl] .dropServWrapper li a .iconMain {
  width: 2.5em;
  height: 2.5em;
}

[dir=rtl] .dropServWrapper li a .iconMain i {
  font-size: 0.875em;
}

[dir=rtl] .dropServWrapper li .login {
  font-size: 0.86em;
}

[dir=rtl] .btn-gray .btn-icon::before {
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

[dir=rtl] .loginTabHldr .tab-content .remember-row .forgotPwd {
  text-align: right;
}

[dir=rtl] .dropdown .dropdown-toggle::before {
  bottom: 1.3em;
}

[dir=rtl] .portlet-login .container-scroller {
  direction: ltr;
}

[dir=rtl] .btn {
  align-items: flex-end;
  line-height: 1.7;
}

[dir=rtl] .btn-link {
  align-items: center;
}

[dir=rtl] .tag {
  line-height: 1.7;
  padding: 0px 18px 5px;
}

[dir=rtl] .innerBannerWrapper .braTxtMain h2 {
  line-height: 1.2;
}

[dir=rtl] .topBarWrapper .phonePreHldr ul li.phoneNumber a span {
  direction: ltr;
}

[dir=rtl] .homeServiceWrapper .service-card .service-card-body .txt-main h3 {
  font-family: "HelveticaNeueLT Arabic 75 Bold" !important;
}

[dir=rtl] .president-cot-wrapper {
  direction: initial;
}

[dir=rtl] .president-cot-wrapper .president-img {
  height: 25.5em;
}

[dir=rtl] .president-cot-wrapper .president-txt p {
  font-family: "GE Hili Light" !important;
  line-height: 1.3;
}

[dir=rtl] .president-cot-wrapper .president-txt p b {
  font-family: "GE Hili Light" !important;
}

[dir=rtl] .timelineWrapper .swiper-slide .imageTxt-hldr h2 {
  font-family: "GE Hili Book" !important;
  line-height: 1.2;
}

[dir=rtl] .timelineWrapper .swiper-slide .imageTxt-hldr .date {
  direction: rtl;
}

[dir=rtl] .timelineWrapper .vertical-line {
  left: 26%;
  right: 0;
}

[dir=rtl] .modulesWrapper .responsive-tabs-container .responsive-tabs li {
  font-family: "HelveticaNeueLT Arabic 75 Bold" !important;
}

[dir=rtl] .modulesWrapper .responsive-tabs-container .tab-content .modulesHldr h2 {
  font-family: "HelveticaNeueLT Arabic 75 Bold" !important;
}

[dir=rtl] .get-start-wrapper h2 {
  width: 100%;
}

[dir=rtl] .get-start-wrapper .FeaturedProHldr h3 .btn-link {
  align-items: flex-end;
}

[dir=rtl] .get-start-wrapper .FeaturedProHldr .FeaturedPro-card .FeaturedPro-txt h2 {
  font-family: "HelveticaNeueLT Arabic 45 Light" !important;
  font-size: 1.0625em;
  line-height: 1.7;
  height: 50px;
}

[dir=rtl] .Policy-box-wrapper h2 .btn-link {
  align-items: flex-end;
}

[dir=rtl] .Policy-box-wrapper .Policy-box-hldr .card-body h2 {
  font-family: "HelveticaNeueLT Arabic 75 Bold" !important;
}

[dir=rtl] .Policy-box-wrapper .Policy-box-hldr .card-body .txt-main-hldr {
  font-family: "HelveticaNeueLT Arabic 45 Light" !important;
}

[dir=rtl] .Policy-box-wrapper .Policy-box-hldr .card-body .txt-main-hldr .parMain,
[dir=rtl] .Policy-box-wrapper .Policy-box-hldr .card-body .txt-main-hldr .date {
  font-family: "HelveticaNeueLT Arabic 45 Light" !important;
}

[dir=rtl] .Policy-box-wrapper .Policy-box-hldr .dateMain .month,
[dir=rtl] .Policy-box-wrapper .Policy-box-hldr .dateMain .number {
  font-family: "HelveticaNeueLT Arabic 75 Bold" !important;
}

[dir=rtl] .Events-wrapper h2 .btn-link {
  align-items: flex-end;
}

[dir=rtl] .Events-wrapper .eventBoxHldr .dateMain {
  font-family: "HelveticaNeueLT Arabic 75 Bold" !important;
}

[dir=rtl] .Events-wrapper .eventBoxHldr .dateMain span {
  font-size: 0.625em;
}

[dir=rtl] .Events-wrapper .eventBoxHldr .card-body h5 {
  font-size: 1.0625em;
  font-family: "HelveticaNeueLT Arabic 75 Bold" !important;
}

[dir=rtl] .Events-wrapper .eventBoxHldr .card-body .dateTimeMain {
  font-size: 0.9375em;
}

[dir=rtl] .Events-wrapper .eventBoxHldr .card-body .dateTimeMain .date {
  direction: rtl;
}

[dir=rtl] .about-Wrapper .government-summit-hldr h3 {
  font-family: "HelveticaNeueLT Arabic 75 Bold" !important;
}

[dir=rtl] .about-Wrapper .government-summit-hldr .government-card .card-body .card-title h5 {
  font-family: "HelveticaNeueLT Arabic 75 Bold" !important;
}

[dir=rtl] .latestNews-wrapper h2 .btn-link {
  align-items: flex-end;
}

[dir=rtl] .latestNews-wrapper .latestNewsBoxHldr .card-body h5 {
  font-family: "GE Hili Book" !important;
}

[dir=rtl] .latestNews-wrapper .latestNewsBoxHldr .card-body h5 a {
  font-family: "GE Hili Book" !important;
}

[dir=rtl] .latestNews-wrapper .latestNewsBoxHldr .card-body .date {
  direction: inherit;
}

[dir=rtl] .patnerWrapper h2 {
  line-height: 1.2;
  font-weight: normal;
}

[dir=rtl] .patnerWrapper .patner-slider .slick-next,
[dir=rtl] .patnerWrapper .patner-slider .slick-prev {
  top: -72px;
}

[dir=rtl] .Upcoming-Events-slider .slick-next,
[dir=rtl] .Upcoming-Events-slider .slick-prev {
  top: -76px;
}

[dir=rtl] .EnrolUpcomingProWrapper .UpcomingProg-hldr .UpcomingProg-card .card-body .cont-main a i {
  top: 0px;
}

[dir=rtl] .rese-publi-book .rese-publi-card .card-body h2 {
  -webkit-line-clamp: 3;
  line-height: 1.5;
}

[dir=rtl] .rese-publi-book .rese-publi-card .card-body h2 a {
  -webkit-line-clamp: 3;
  line-height: 1.5;
}

[dir=rtl] .rese-publi-book .rese-publi-card .card-body .book-txt-main .language,
[dir=rtl] .rese-publi-book .rese-publi-card .card-body .book-txt-main .author,
[dir=rtl] .rese-publi-book .rese-publi-card .card-body .book-txt-main .topic {
  line-height: 1.8;
  padding-bottom: 0.5em;
  margin-bottom: 0;
}

[dir=rtl] .rese-publi-book .rese-publi-card .card-body .book-txt-main .download .btn i {
  top: 1px;
}

[dir=rtl] .rese-publi-book .filterWrapper .SuggestionHldr .showResul-main .showPage {
  font-family: "HelveticaNeueLT Arabic 45 Light" !important;
}

[dir=rtl] .rese-publi-book .filterWrapper .SuggestionHldr .SuggestionMain {
  font-family: "HelveticaNeueLT Arabic 45 Light" !important;
}

[dir=rtl] .rese-publi-book .filterWrapper .searchMain .btn {
  line-height: 1;
}

[dir=rtl] .Publication-about h2 {
  font-family: "HelveticaNeueLT Arabic 75 Bold" !important;
}

[dir=rtl] .Publication-about .about-main h2 {
  line-height: normal;
}

[dir=rtl] .Publication-about .publ-gray-box .txt-main .dateLangMain .date {
  direction: rtl;
}

[dir=rtl] .Publication-about .publ-gray-box .txt-main .totalDownload .btn {
  align-items: center;
}

[dir=rtl] .Publication-about .publ-gray-box .txt-main .totalDownload .btn i {
  top: -3px;
}

[dir=rtl] .milestones-wrapper .swiper-slide .imageTxt-hldr {
  background: linear-gradient(0deg, rgb(1, 1, 1) 0%, rgba(0, 0, 0, 0.05) 40%);
}

[dir=rtl] .milestones-wrapper .swiper-slide .imageTxt-hldr .date,
[dir=rtl] .milestones-wrapper .swiper-slide .imageTxt-hldr .dateLocale {
  font-family: "HelveticaNeueLT Arabic 75 Bold";
}

[dir=rtl] .ind-org-wrapper .btn-link {
  align-items: flex-end;
}

[dir=rtl] .OverviewWrapper .btn-blue-border i {
  top: 1px;
}

[dir=rtl] .Cust-Our-Prog-wrapper .Our-Prog-box .Our-Prog-txt .btn-link {
  align-items: flex-end;
}

[dir=rtl] .my-profile-number p {
  direction: ltr;
  display: block;
}

[dir=rtl] .aboutFacultyWrapper h2 .btn-link {
  align-items: flex-end;
}

[dir=rtl] .NewsEvent-wrpper h2 .btn-link {
  align-items: flex-end;
}

[dir=rtl] footer .linksWrapper ul li a {
  font-size: 0.875em;
}

[dir=rtl] footer .PrivcayLinksHldr h5 a {
  font-family: "GE Hili Book" !important;
}

[dir=rtl] footer .joinSocialWrapper .footerServWrapper ul li a .servTxtHldr .servTxt {
  direction: ltr;
  line-height: 1.5;
}

[dir=rtl] footer .FooterSocialHldr ul li {
  margin-left: 0.625em;
}

[dir=rtl] footer .FooterSocialHldr ul li a {
  width: 2.5em;
  height: 2.5em;
}

[dir=rtl] footer .FooterSocialHldr ul li a i {
  font-size: 0.875em;
}

[dir=rtl] .footerLogoWrapper {
  direction: ltr;
}

[dir=rtl] .footerLogoWrapper .footLogoHldr {
  text-align: left;
}

[dir=rtl] .footerLogoWrapper .footLogoHldr.text-right {
  text-align: right!important;
}

[dir=rtl] .offerProWrapper .ProgramHldr .programImg .txtHldr h2 {
  font-size: 1.25em;
}

[dir=rtl] .filterHldr .searchMain .btn {
  line-height: 1;
}

[dir=rtl] .user-payment b {
  font-family: "GE Hili Book" !important;
}

[dir=rtl] .iti--inline-dropdown .iti__dropdown-content {
  left: auto !important;
  right: 0 !important;
}

[dir=rtl] .iti--inline-dropdown .iti__dropdown-content .iti__search-input,
[dir=rtl] .iti--inline-dropdown .iti__dropdown-content .iti__country-list {
  direction: ltr;
}

[dir=rtl] .socialHldr ul li a i.bi-whatsapp {
  top: -2px;
  position: relative;
}

[dir=rtl] .iti__selected-country .iti__selected-country-primary {
  direction: rtl;
}

[dir=rtl] .iti__selected-country .iti__selected-country-primary .iti__arrow {
  margin-left: auto;
  margin-right: 5px;
}

[dir=rtl] .sheet .button-holder .btn {
  width: 7.5em !important;
}

[dir=rtl] div.dt-container .dt-input {
  font-family: "Helvetica";
}

@media (min-width: 2560px) {
  [dir=rtl] body {
    font-size: 15px;
  }
}

@media (min-width: 1980px) {
  [dir=rtl] body {
    font-size: 15px;
  }
}

@media (min-width: 1600px) and (max-width: 1699.98px) {
  [dir=rtl] body {
    font-size: 15px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  [dir=rtl] body {
    font-size: 15px;
  }

  [dir=rtl] .timelineWrapper .timeline-slider .timeline-year {
    background-position: 3px 30px;
  }

  [dir=rtl] .timelineWrapper .vertical-line {
    right: 36.7%;
    height: 10%;
    left: auto;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  [dir=rtl] body {
    font-size: 14px;
  }

  [dir=rtl] .topBarWrapper .phonePreHldr ul li a {
    font-size: 0.8125em;
  }

  [dir=rtl] .timelineWrapper .vertical-line {
    right: 35.5%;
    height: 12%;
    left: auto;
  }
}

@media (min-width: 1024px) and (max-width: 1024.99px) {
  [dir=rtl] .timelineWrapper .vertical-line {
    height: 13.5%;
    right: 67.9%;
    left: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  [dir=rtl] body {
    font-size: 15px;
  }

  [dir=rtl] .topBarWrapper .phonePreHldr ul li a {
    font-size: 0.8125em;
  }

  [dir=rtl] .Upcoming-Events-slider .slick-prev,
  [dir=rtl] .Upcoming-Events-slider .slick-next {
    top: -68px;
  }

  [dir=rtl] .patnerWrapper .patner-slider .slick-prev,
  [dir=rtl] .patnerWrapper .patner-slider .slick-next {
    top: -78px;
  }

  [dir=rtl] .timelineWrapper .timeline-slider .timeline-year {
    background-position: 3px 48px;
  }

  [dir=rtl] .timelineWrapper .vertical-line {
    height: 13.5%;
    right: 31.5%;
    left: auto;
  }
}

@media (min-width: 991px) and (max-width: 991.98px) {
  [dir=rtl] .timelineWrapper .timeline-slider .timeline-year {
    background-position: 3px 43px !important;
  }

  [dir=rtl] .timelineWrapper .vertical-line {
    right: 32.8% !important;
    height: 14.9% !important;
    left: auto;
  }
}

@media (min-width: 820px) and (max-width: 820.98px) {
  [dir=rtl] .timelineWrapper .vertical-line {
    right: 28.8% !important;
    left: auto !important;
    height: 14.9% !important;
  }
}

@media (min-width: 768px) and (max-width: 768.98px) {
  [dir=rtl] .timelineWrapper .timeline-slider .timeline-year {
    background-position: 3px 33px;
  }

  [dir=rtl] .timelineWrapper .vertical-line {
    right: 24.5% !important;
    left: auto !important;
    height: 14.9% !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  [dir=rtl] .fc .fc-toolbar-title {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  [dir=rtl] body {
    font-size: 14px;
  }

  [dir=rtl] .Upcoming-Events-slider .slick-prev,
  [dir=rtl] .Upcoming-Events-slider .slick-next {
    top: -84px;
  }

  [dir=rtl] .patnerWrapper .patner-slider .slick-prev,
  [dir=rtl] .patnerWrapper .patner-slider .slick-next {
    top: -75px;
  }

  [dir=rtl] .timelineWrapper .timeline-slider .timeline-year {
    background-position: 3px 33px;
  }

  [dir=rtl] .timelineWrapper .vertical-line {
    height: 14.5%;
    right: 24.5%;
    left: auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  [dir=rtl] body {
    font-size: 15px;
  }

  [dir=rtl] .Upcoming-Events-slider .slick-prev,
  [dir=rtl] .Upcoming-Events-slider .slick-next {
    top: -68px;
  }

  [dir=rtl] .timelineWrapper .timeline-slider .timeline-year {
    background-position: 3px 46px;
  }

  [dir=rtl] .timelineWrapper .vertical-line {
    right: 0;
    left: 0;
  }

  [dir=rtl] .patnerWrapper .patner-slider .slick-prev,
  [dir=rtl] .patnerWrapper .patner-slider .slick-next {
    top: -78px;
  }

  [dir=rtl] .rese-publi-book .rese-publi-card .card-body h2,
  [dir=rtl] .rese-publi-book .rese-publi-card .card-body a {
    -webkit-line-clamp: 2 !important;
    line-height: 1.5;
    font-size: 1em;
  }
}

@media (max-width: 575.98px) {
  [dir=rtl] body {
    font-size: 12px;
  }

  [dir=rtl] .Upcoming-Events-slider .slick-prev,
  [dir=rtl] .Upcoming-Events-slider .slick-next {
    top: 42%;
  }

  [dir=rtl] .patnerWrapper .patner-slider .slick-prev,
  [dir=rtl] .patnerWrapper .patner-slider .slick-next {
    top: -75px;
  }

  [dir=rtl] .patnerWrapper .patner-slider .timeline-year {
    height: 4.8em;
  }

  [dir=rtl] .timelineWrapper .timeline-slider .timeline-year {
    background-position: 3px 49px;
  }

  [dir=rtl] .timelineWrapper .vertical-line {
    height: 13.5%;
    left: 1%;
    right: 0;
  }

  [dir=rtl] .rese-publi-book .rese-publi-card .card-body h2,
  [dir=rtl] .rese-publi-book .rese-publi-card .card-body a {
    -webkit-line-clamp: 2 !important;
    line-height: 1.5;
    font-size: 1em;
  }

  [dir=rtl] .fc .fc-toolbar-title {
    font-size: 16px;
  }
}

@media (min-width: 375px) and (max-width: 424.98px) {
  [dir=rtl] #calendar .btn-group .btn:first-child {
    margin-right: 5px;
    margin-left: 0;
  }

  [dir=rtl] .fc .fc-toolbar-title {
    font-size: 14px;
  }
}

@media (min-width: 320px) and (max-width: 374.98px) {
  [dir=rtl] #calendar .fc-today-button {
    padding-right: 15px;
    padding-left: 15px;
  }

  [dir=rtl] #calendar .btn-group .btn:first-child {
    margin-right: 5px;
    margin-left: 0;
  }

  [dir=rtl] .fc .fc-toolbar-title {
    font-size: 12px;
  }
}

.homeGalleryWrapper,
.homeMobileGalleryWrapper {
  position: relative;
  background: #213469;
  color: #ffffff;
}

.homeGalleryWrapper .GalleryHldr,
.homeMobileGalleryWrapper .GalleryHldr {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1.57/1;
  border-radius: 1.25em 1.25em 1.25em 0em;
}

.homeGalleryWrapper .GalleryHldr.twoImage,
.homeMobileGalleryWrapper .GalleryHldr.twoImage {
  aspect-ratio: 2.51/1;
}

.homeGalleryWrapper .GalleryHldr img,
.homeMobileGalleryWrapper .GalleryHldr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homeGalleryWrapper .GalleryHldr::after,
.homeMobileGalleryWrapper .GalleryHldr::after {
  content: "";
  background: rgba(0, 70, 133, 0.5);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.homeGalleryWrapper .GalleryHldr .GalleryTxt,
.homeMobileGalleryWrapper .GalleryHldr .GalleryTxt {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  height: 100%;
  padding: 0;
  color: #ffffff;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.homeGalleryWrapper .GalleryHldr .GalleryTxt h3,
.homeMobileGalleryWrapper .GalleryHldr .GalleryTxt h3 {
  font-size: 1.5em;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 80%, 0);
  transform: translate3d(0, 80%, 0);
}

.homeGalleryWrapper .GalleryHldr .GalleryTxt p,
.homeMobileGalleryWrapper .GalleryHldr .GalleryTxt p {
  margin-top: 0.9375em;
  font-size: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.homeGalleryWrapper .GalleryHldr:hover,
.homeMobileGalleryWrapper .GalleryHldr:hover {
  cursor: auto;
}

.homeGalleryWrapper .GalleryHldr:hover::after,
.homeMobileGalleryWrapper .GalleryHldr:hover::after {
  background: rgba(0, 70, 133, 0.9);
}

.homeGalleryWrapper .GalleryHldr:hover .GalleryTxt h3,
.homeMobileGalleryWrapper .GalleryHldr:hover .GalleryTxt h3 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.homeGalleryWrapper .GalleryHldr:hover .GalleryTxt p,
.homeMobileGalleryWrapper .GalleryHldr:hover .GalleryTxt p {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.homeGalleryWrapper .GalleryHldr .plusMain,
.homeMobileGalleryWrapper .GalleryHldr .plusMain {
  position: absolute;
  bottom: 0.75em;
  left: 0.75em;
  width: 1.875em;
  height: 1.875em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
  display: none;
}

.homeGalleryWrapper .GalleryHldr .plusMain i,
.homeMobileGalleryWrapper .GalleryHldr .plusMain i {
  font-size: 1.5em;
  color: #ffffff;
  line-height: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homeMobileGalleryWrapper {
  display: none;
}

.homeMobileGalleryWrapper .slick-list {
  margin: 0em -0.9375em;
}

.homeMobileGalleryWrapper .slick-list .slick-slide {
  margin: 0em 0.9375em;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .homeGalleryWrapper {
    display: none;
  }

  .homeMobileGalleryWrapper {
    display: block;
    padding: 1.875em 0em !important;
  }

  .homeMobileGalleryWrapper .GalleryHldr.twoImage {
    aspect-ratio: 1.57/1;
  }

  .homeMobileGalleryWrapper .GalleryHldr .GalleryTxt h3 {
    transform: none;
  }

  .homeMobileGalleryWrapper .GalleryHldr .GalleryTxt p {
    opacity: 1;
    margin-top: 0.9375em;
    transform: none;
  }

  .homeMobileGalleryWrapper .GalleryHldr::after {
    background: rgba(0, 70, 133, 0.8);
  }

  .homeMobileGalleryWrapper .GalleryHldr:hover::after {
    background: rgba(0, 70, 133, 0.8);
  }

  .homeMobileGalleryWrapper .slick-dots li.slick-active button {
    background: #d7d7d7;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .homeGalleryWrapper {
    display: none;
  }

  .homeMobileGalleryWrapper {
    display: block;
    padding: 1.875em 0em !important;
  }

  .homeMobileGalleryWrapper .GalleryHldr.twoImage {
    aspect-ratio: 1.57/1;
  }

  .homeMobileGalleryWrapper .GalleryHldr .GalleryTxt h3 {
    transform: none;
  }

  .homeMobileGalleryWrapper .GalleryHldr .GalleryTxt p {
    opacity: 1;
    margin-top: 0.9375em;
    transform: none;
  }

  .homeMobileGalleryWrapper .GalleryHldr::after {
    background: rgba(0, 70, 133, 0.8);
  }

  .homeMobileGalleryWrapper .GalleryHldr:hover::after {
    background: rgba(0, 70, 133, 0.8);
  }

  .homeMobileGalleryWrapper .slick-dots li.slick-active button {
    background: #d7d7d7;
  }
}

@media (max-width: 575.98px) {
  .homeGalleryWrapper {
    display: none;
  }

  .homeMobileGalleryWrapper {
    display: block;
    padding: 1.875em 0em !important;
  }

  .homeMobileGalleryWrapper .GalleryHldr.twoImage {
    aspect-ratio: 1.57/1;
  }

  .homeMobileGalleryWrapper .GalleryHldr .GalleryTxt h3 {
    transform: none;
  }

  .homeMobileGalleryWrapper .GalleryHldr .GalleryTxt p {
    opacity: 1;
    margin-top: 0.9375em;
    transform: none;
  }

  .homeMobileGalleryWrapper .GalleryHldr::after {
    background: rgba(0, 70, 133, 0.8);
  }

  .homeMobileGalleryWrapper .GalleryHldr:hover::after {
    background: rgba(0, 70, 133, 0.8);
  }

  .homeMobileGalleryWrapper .slick-dots li.slick-active button {
    background: #d7d7d7;
  }
}

.certificateWrapper {
  position: relative;
  margin: 0 auto;
  padding: 64px;
  width: 842px;
  height: 595px;
  background: url(../images/certificate.jpg) no-repeat top center;
  text-align: center;
}

.certificateWrapper .textHldr {
  position: relative;
  margin: 122px 0px 0px;
  padding: 0;
  text-align: center;
}

.certificateWrapper .textHldr h2 {
  color: #002E6D;
}

.certificateWrapper .textHldr .certify {
  font-size: 0.875em;
  margin-top: 10px;
}

.certificateWrapper .textHldr .nameMain {
  font-family: "helveticabold";
  margin-top: 30px;
}

.certificateWrapper .textHldr .participated {
  font-size: 0.875em;
  margin-top: 42px;
}

.certificateWrapper .textHldr .date {
  font-size: 0.875em;
  margin-top: 5px;
}

:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}

:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}

table.dataTable td.dt-control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-left: 0px solid transparent;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-right: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 5px solid transparent;
}

html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before,
:root[data-theme=dark] table.dataTable td.dt-control:before {
  border-right-color: rgba(255, 255, 255, 0.5);
}

html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-right-color: transparent;
}

div.dt-scroll {
  width: 100%;
}

div.dt-scroll-body thead tr,
div.dt-scroll-body tfoot tr {
  height: 0;
}

div.dt-scroll-body thead tr th,
div.dt-scroll-body thead tr td,
div.dt-scroll-body tfoot tr th,
div.dt-scroll-body tfoot tr td {
  height: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}

div.dt-scroll-body thead tr th div.dt-scroll-sizing,
div.dt-scroll-body thead tr td div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
  height: 0 !important;
  overflow: hidden !important;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}

table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  position: absolute;
  display: block;
  top: 50%;
  content: "▼";
  content: "▼"/"";
}

table.dataTable thead > tr > th.dt-orderable-asc,
table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > th.dt-ordering-asc,
table.dataTable thead > tr > th.dt-ordering-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc,
table.dataTable thead > tr > td.dt-ordering-asc,
table.dataTable thead > tr > td.dt-ordering-desc {
  position: relative;
  padding-left: 30px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  width: 12px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  right: 0;
  opacity: 0.125;
  line-height: 9px;
  font-size: 0.8em;
}

table.dataTable thead > tr > th.dt-orderable-asc,
table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
  cursor: pointer;
}

table.dataTable thead > tr > th.dt-orderable-asc:hover,
table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(0, 0, 0, 0.05);
  outline-offset: -2px;
}

table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 0.6;
}

table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before,
table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
  display: none;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dt-scroll-body > table.dataTable > thead > tr > th,
div.dt-scroll-body > table.dataTable > thead > tr > td {
  overflow: hidden;
}

:root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(255, 255, 255, 0.05);
}

div.dt-processing {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 200px;
  margin-right: -100px;
  margin-top: -22px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}

div.dt-processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

div.dt-processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(13, 110, 253);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.dt-processing > div:last-child > div:nth-child(1) {
  right: 8px;
  animation: datatables-loader-1 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(2) {
  right: 8px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(3) {
  right: 32px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(4) {
  right: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable th,
table.dataTable td {
  box-sizing: border-box;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: right;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: left;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
  text-align: center;
  vertical-align: top;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: left;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: right;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: right;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: left;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: right;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: left;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/*
 * Table styles
 */

table.dataTable {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}

table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 10px 6px 10px;
}

table.dataTable > tbody > tr {
  background-color: transparent;
}

table.dataTable > tbody > tr:first-child > * {
  border-top: none;
}

table.dataTable > tbody > tr:last-child > * {
  border-bottom: none;
}

table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}

table.dataTable > tbody > tr.selected a {
  color: rgb(9, 10, 11);
  color: rgb(var(--dt-row-selected-link));
}

table.dataTable > tbody > tr > th,
table.dataTable > tbody > tr > td {
  padding: 8px 10px;
}

table.dataTable.row-border > tbody > tr > *,
table.dataTable.display > tbody > tr > * {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.row-border > tbody > tr:first-child > *,
table.dataTable.display > tbody > tr:first-child > * {
  border-top: none;
}

table.dataTable.row-border > tbody > tr.selected + tr.selected > td,
table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}

table.dataTable.cell-border > tbody > tr > * {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border > tbody > tr > *:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border > tbody > tr:first-child > * {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable.stripe > tbody > tr:nth-child(odd) > *,
table.dataTable.display > tbody > tr:nth-child(odd) > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.023);
}

table.dataTable.stripe > tbody > tr:nth-child(odd).selected > *,
table.dataTable.display > tbody > tr:nth-child(odd).selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.923);
}

table.dataTable.hover > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.035);
}

table.dataTable.hover > tbody > tr.selected:hover > *,
table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px #0d6efd !important;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
}

table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3,
table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}

table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3,
table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.054);
}

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.047);
}

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.039);
}

table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.954);
}

table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.947);
}

table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.939);
}

table.dataTable.display > tbody > tr.even > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}

table.dataTable.display > tbody > tr.even > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.011);
}

table.dataTable.display > tbody > tr.even > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.003);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.911);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.903);
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.082);
}

table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.074);
}

table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.062);
}

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.982);
}

table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.974);
}

table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.962);
}

table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

div.dt-container div.dt-layout-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0.75em 0;
}

div.dt-container div.dt-layout-row div.dt-layout-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
  justify-content: flex-start;
  margin-left: auto;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
  justify-content: flex-end;
  margin-right: auto;
}

div.dt-container div.dt-layout-row div.dt-layout-cell:empty {
  display: none;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-row:not(.dt-layout-table) {
    display: block;
  }

  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell {
    display: block;
    text-align: center;
  }

  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell > * {
    margin: 0.5em 0;
  }

  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-start {
    margin-left: 0;
  }

  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-end {
    margin-right: 0;
  }
}

div.dt-container div.dt-layout-start > *:not(:last-child) {
  margin-left: 1em;
}

div.dt-container div.dt-layout-end > *:not(:first-child) {
  margin-right: 1em;
}

div.dt-container div.dt-layout-full {
  width: 100%;
}

div.dt-container div.dt-layout-full > *:only-child {
  margin-right: auto;
  margin-left: auto;
}

div.dt-container div.dt-layout-table > div {
  display: block !important;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-start > *:not(:last-child) {
    margin-left: 0;
  }

  div.dt-container div.dt-layout-end > *:not(:first-child) {
    margin-right: 0;
  }
}

/*
 * Control feature layout
 */

div.dt-container {
  position: relative;
  clear: both;
}

div.dt-container .dt-search input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-right: 3px;
}

div.dt-container .dt-input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
}

div.dt-container select.dt-input {
  padding: 4px;
}

div.dt-container .dt-paging .dt-paging-button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-right: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.05);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.05) 100%, rgba(0, 0, 0, 0.05) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.05) 100%, rgba(0, 0, 0, 0.05) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.05) 100%, rgba(0, 0, 0, 0.05) 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, rgba(230, 230, 230, 0.05) 100%, rgba(0, 0, 0, 0.05) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 100%, rgba(0, 0, 0, 0.05) 100%);
  /* W3C */
}

div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button.disabled:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
  cursor: default;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

div.dt-container .dt-paging .dt-paging-button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #111;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 100%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 100%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 100%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 100%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 100%, #111 100%);
  /* W3C */
}

div.dt-container .dt-paging .dt-paging-button:active {
  outline: none;
  background-color: #0c0c0c;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 100%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 100%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 100%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 100%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 100%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

div.dt-container .dt-paging .ellipsis {
  padding: 0 1em;
}

div.dt-container .dt-length,
div.dt-container .dt-search,
div.dt-container .dt-info,
div.dt-container .dt-processing,
div.dt-container .dt-paging {
  color: inherit;
}

div.dt-container .dataTables_scroll {
  clear: both;
}

div.dt-container .dataTables_scroll div.dt-scroll-body {
  -webkit-overflow-scrolling: touch;
}

div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td {
  vertical-align: middle;
}

div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

div.dt-container.dt-empty-footer .dt-scroll-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

div.dt-container.dt-empty-footer .dt-scroll-body tbody > tr:last-child > * {
  border-bottom: none;
}

html.dark {
  --dt-row-hover: 255, 255, 255;
  --dt-row-stripe: 255, 255, 255;
  --dt-column-ordering: 255, 255, 255;
}

html.dark table.dataTable > thead > tr > th,
html.dark table.dataTable > thead > tr > td {
  border-bottom: 1px solid rgb(89, 91, 94);
}

html.dark table.dataTable > thead > tr > th:active,
html.dark table.dataTable > thead > tr > td:active {
  outline: none;
}

html.dark table.dataTable > tfoot > tr > th,
html.dark table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgb(89, 91, 94);
}

html.dark table.dataTable.row-border > tbody > tr > *,
html.dark table.dataTable.display > tbody > tr > * {
  border-top: 1px solid rgb(64, 67, 70);
}

html.dark table.dataTable.row-border > tbody > tr:first-child > *,
html.dark table.dataTable.display > tbody > tr:first-child > * {
  border-top: none;
}

html.dark table.dataTable.row-border > tbody > tr.selected + tr.selected > td,
html.dark table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}

html.dark table.dataTable.cell-border > tbody > tr > th,
html.dark table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid rgb(64, 67, 70);
  border-left: 1px solid rgb(64, 67, 70);
}

html.dark table.dataTable.cell-border > tbody > tr > th:first-child,
html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
  border-right: 1px solid rgb(64, 67, 70);
}

html.dark .dt-container.dt-empty-footer table.dataTable {
  border-bottom: 1px solid rgb(89, 91, 94);
}

html.dark .dt-container .dt-search input,
html.dark .dt-container .dt-length select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--dt-html-background);
}

html.dark .dt-container .dt-paging .dt-paging-button.current,
html.dark .dt-container .dt-paging .dt-paging-button.current:hover {
  border: 1px solid rgb(89, 91, 94);
  background: rgba(255, 255, 255, 0.15);
}

html.dark .dt-container .dt-paging .dt-paging-button.disabled,
html.dark .dt-container .dt-paging .dt-paging-button.disabled:hover,
html.dark .dt-container .dt-paging .dt-paging-button.disabled:active {
  color: #666 !important;
}

html.dark .dt-container .dt-paging .dt-paging-button:hover {
  border: 1px solid rgb(53, 53, 53);
  background: rgb(53, 53, 53);
}

html.dark .dt-container .dt-paging .dt-paging-button:active {
  background: #3a3a3a;
}

/*
 * Overrides for RTL support
 */

*[dir=rtl] table.dataTable thead th,
*[dir=rtl] table.dataTable thead td,
*[dir=rtl] table.dataTable tfoot th,
*[dir=rtl] table.dataTable tfoot td {
  text-align: left;
}

*[dir=rtl] table.dataTable th.dt-type-numeric,
*[dir=rtl] table.dataTable th.dt-type-date,
*[dir=rtl] table.dataTable td.dt-type-numeric,
*[dir=rtl] table.dataTable td.dt-type-date {
  text-align: right;
}

*[dir=rtl] div.dt-container div.dt-layout-cell.dt-start {
  text-align: left;
}

*[dir=rtl] div.dt-container div.dt-layout-cell.dt-end {
  text-align: right;
}

*[dir=rtl] div.dt-container div.dt-search input {
  margin: 0 0 0 3px;
}

picture {
  width: 100%;
  height: 100%;
}

.input-group-item {
  margin-right: 1.5rem;
}

.btn-secondary {
  background: none;
  color: #213469;
  border: 2px solid #213469;
  height: 2.75em;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
}

.btn-secondary::before {
  position: absolute;
  content: "";
  border-right: 2px solid #213469;
  border-top: 2px solid #213469;
  border-bottom: 2px solid #213469;
  height: 2.75em;
  width: 30%;
  z-index: 0;
  border-radius: 0em 1.875em 1.875em 0em;
  right: -0.625em;
  top: -2px;
}

.btn-secondary::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #213469;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 1.875em;
}

.btn-secondary .btn-icon {
  padding-right: 0.625em;
  padding-left: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:active {
  border: 2px solid #213469;
  color: #ffffff;
  background: #213469;
}

.btn-secondary:focus .btn-icon:not(.btn-icon-before),
.btn-secondary:hover .btn-icon:not(.btn-icon-before),
.btn-secondary:active .btn-icon:not(.btn-icon-before) {
  transform: translateX(0.375em);
}

[dir=rtl] .btn-secondary::after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[dir=rtl] .btn-secondary .btn-icon::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

[dir=rtl] .btn-secondary .btn-icon .page-editor__sidebar__fragments-widgets-panel .overflow-auto {
  height: 70vh;
}

[dir=rtl] .btn-secondary:focus .btn-icon:not(.btn-icon-before),
[dir=rtl] .btn-secondary:hover .btn-icon:not(.btn-icon-before) {
  transform: none;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.page-editor-_sidebar page-editor_theme-adapter-forms {
  top: 150px;
}

.page-editor_item-configuration-sidebar {
  top: 150px;
}

.portlet-content .icon-monospaced {
  display: none;
}

.form-group .dropdown .dropdown-toggle {
  font-family: "Helvetica";
}

.form-group .dropdown .dropdown-toggle::before {
  display: none;
}

.form-group #language {
  width: 6.875em;
}

.portlet {
  margin-bottom: 0 !important;
}

[type=checkbox] {
  margin-left: 0.5em;
  position: relative;
  top: 0.125em;
  border: 1px solid #dde1e5 !important;
}

.text-warning {
  font-size: 7px;
}

.columns-1 {
  width: 100%;
}

.error {
  color: red;
}

.navbar-collapse {
  flex-grow: inherit;
}

.portlet-decorate .portlet-content {
  padding: 0;
  border: none;
  background: none;
}

.portlet-decorate .portlet-content .portlet-layout .portlet-header {
  margin: 0;
}

.lfr-search-container .lfr-icon-menu .btn {
  background: no-repeat;
  border: 1px solid #ccc;
  padding: 10px 15px;
  font-size: 16px;
  color: #000;
}

.lfr-search-container .lfr-icon-menu .component-action[aria-expanded=true] {
  background: none;
}

.lfr-search-container-wrapper .taglib-page-iterator .lfr-pagination {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.lfr-search-container-wrapper .taglib-page-iterator .lfr-pagination .search-results {
  margin-left: auto;
}

.lfr-search-container-wrapper .taglib-page-iterator .lfr-pagination .lfr-pagination-config {
  line-height: normal;
}

.lfr-search-container-wrapper .taglib-page-iterator .lfr-pagination .lfr-pagination-config .lfr-icon-menu .btn {
  border: none;
  font-size: 0.75em;
  padding: 0em 0.75em;
}

.lfr-search-container-wrapper .taglib-page-iterator .lfr-pagination .lfr-pagination-config .lfr-icon-menu .btn:first-child {
  padding-right: 0em;
}

.lfr-search-container-wrapper .searchcontainer table tr th,
.lfr-search-container-wrapper .searchcontainer table tr td {
  font-family: "Helvetica";
  padding: 0.9375em;
  font-size: 0.875em;
  font-weight: normal;
}

.lfr-search-container-wrapper .searchcontainer table tr th {
  background: #213469;
  font-family: "Helvetica";
  color: #fff;
}

.lfr-search-container-wrapper .searchcontainer table tr th:last-child {
  width: 9.375em;
}

.lfr-search-container-wrapper .searchcontainer table tr td .dropdown {
  position: relative;
}

.lfr-search-container-wrapper .searchcontainer table tr td .dropdown .dropdown-toggle ::before {
  display: none !important;
}

.lfr-search-container-wrapper .searchcontainer table tr td .dropdown .direction-left::before {
  display: none !important;
}

.lfr-search-container-wrapper .searchcontainer table tr td .dropdown .dropdown-menu {
  padding: 0em;
  max-width: 8.5em;
  min-width: 8.5em;
  right: -0.5625em;
  margin-top: -0.3125em;
}

.lfr-search-container-wrapper .searchcontainer table tr td .dropdown .dropdown-menu li a {
  font-size: 0.75em;
  padding: 0.5em 0.625em;
  display: flex;
  align-items: center;
}

.lfr-search-container-wrapper .searchcontainer table tr td .dropdown .dropdown-menu li a img {
  margin-left: 0.5em;
}

.lfr-search-container-wrapper .searchcontainer table tr td .dropdown .dropdown-menu li a .lexicon-icon-shortcut {
  margin-right: 0.5em;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  width: 97%;
}

[dir=rtl] .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-align: right;
  width: 97%;
}

[dir=rtl] .bootstrap-select .dropdown-menu li {
  text-align: left;
}

.popover {
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
}

#MrAccessInHand {
  display: none !important;
  width: 4.125em !important;
  height: 4.125em !important;
  border-radius: 50% !important;
  background: none !important;
  border: none !important;
  z-index: 999 !important;
}

#MrAccessInHand img {
  margin-top: 6px !important;
  margin-right: 8px;
}

#MrAccessInHand:hover {
  filter: none !important;
}

#MrAccessInHand::before {
  content: "\e921";
  display: block;
  font-family: "icomoon" !important;
  color: #002F6C;
  font-size: 4em;
  position: absolute;
  right: 0;
  left: 0;
  top: 16px;
}

[dir=rtl] #MrAccessInHand {
  right: 20px;
}

[dir=rtl] #MrAccessInHand::before {
  top: 20px;
}

[dir=rtl] #MrAccessInHand img {
  margin-top: 10px !important;
  margin-right: 0px;
}

[dir=rtl] .mr-muiTool {
  right: 5px;
}

#live_chat_status {
  width: 4.1875em !important;
  height: 4.1875em !important;
  left: 26px !important;
  z-index: 999 !important;
}

#live_chat_status .button_icon_parent {
  background: url(../images/hi.svg) no-repeat center !important;
  background-size: 100% !important;
  width: 4.1875em !important;
  height: 4.1875em !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#live_chat_status .button_icon_parent .liveChatIcon {
  display: none;
  font-size: 2.5em !important;
  line-height: normal !important;
  color: #ffffff !important;
  z-index: 1;
  position: relative;
  top: -6px;
  right: 4px;
}

#live_chat_status .button_icon_parent::after {
  display: none;
  content: "\e921";
  font-family: "icomoon" !important;
  color: #002F6C;
  font-size: 4em;
  position: absolute;
  right: 0;
  left: 0;
  top: 14px;
}

#live_chat_status .button_icon_parent:hover {
  background: url(../images/hi-hover.svg) no-repeat center !important;
  background-size: 100% !important;
}

[dir=rtl] button.back-to-top.show {
  right: 20px !important;
}

[dir=rtl] #preSurveyForm {
  right: auto !important;
  left: 0 !important;
}

[dir=rtl] #preSurveyForm .lcf-close-square {
  font-size: 1em;
  font-family: "icomoon" !important;
}

[dir=rtl] #preSurveyForm .lcf-close-square::before {
  content: "\e91a" !important;
}

#preSurveyForm .lcf-close-square {
  font-size: 1.125em;
  top: 12px;
  left: 8px;
  font-family: "icomoon" !important;
}

#preSurveyForm .lcf-close-square::before {
  content: "\e91a" !important;
}

.swiper-lazy-preloader {
  border: 4px solid #213469 !important;
  border-top-color: transparent !important;
}

.loginTabHldr .input-container .alert .lead {
  display: none;
}

.welcome-Modal {
  position: fixed;
  top: 20%;
  width: 280px;
  background: #fff;
  left: 0;
  border-radius: 0 0.5em 0.5em 0;
  min-height: 3.75em;
  box-shadow: 11px 17px 19px 8px rgba(0, 0, 0, 0.5);
  z-index: 99;
  padding: 0.625em 1.25em;
}

.welcome-Modal .welcome-close {
  cursor: pointer;
}

.welcome-Modal .welcomeImg {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 15em;
  height: 17.125em;
}

.welcome-Modal .welcomeImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.introjs-helperNumberLayer {
  width: 50px !important;
  border-radius: 12% !important;
  top: -25px !important;
}

.iti--inline-dropdown,
.iti,
.iti--allow-dropdown,
.iti--show-flags {
  width: 100% !important;
  display: block;
}

.iti--inline-dropdown input,
.iti input,
.iti--allow-dropdown input,
.iti--show-flags input {
  width: 100% !important;
}

.iti__selected-country {
  height: 34px !important;
}

.iconFooterWrapper {
  position: fixed;
  bottom: 0;
  background: white;
  z-index: 98;
  height: 74px;
  right: 0;
  left: 0;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgb(228, 231, 238);
}

.button-holder {
  text-align: center;
}

.cookies-banner {
  padding: 1.5em;
}

.cookies-banner .portlet-cookies-banner {
  width: 90%;
  margin: 0 auto;
}

.cookies-banner .container-fluid-max-xl {
  width: 100%;
  max-width: 100%;
}

#cookiesBannerConfiguration .modal-dialog .modal-content .modal-footer .btn-group .btn-group-item {
  margin-left: 1.5em !important;
}

#cookiesBannerConfiguration .modal-dialog .modal-content .modal-footer .btn-group .btn-group-item:last-child {
  margin-left: 0em !important;
}

.user-payment i {
  position: relative;
  display: block;
  font-size: 6.25em;
  margin-bottom: 1.875em;
}

.user-payment i.bi-check-circle {
  color: #04AA9F;
}

.user-payment i.bi-x-circle {
  color: #7C2A44;
}

.user-payment b {
  font-family: "helvetica" !important;
  font-size: 1.5em;
  width: 100%;
  display: block;
}

#clayFullScreenModal .modal-header .close {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
  opacity: 1;
}

#clayFullScreenModal .modal-header .close::before {
  content: "\e91a";
}

#clayFullScreenModal .modal-header .close .lexicon-icon {
  display: none !important;
}

#clayFullScreenModal .modal-body .welcome-popup-overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
  width: 90%;
  left: 0;
  display: flex;
  align-content: center;
  z-index: 10;
  color: #fff;
  flex-wrap: wrap;
  z-index: 1;
}

#clayFullScreenModal .modal-body .welcome-popup-overlay p {
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  width: 100%;
}

#clayFullScreenModal .modal-body .welcome-popup-overlay p:last-child {
  margin-bottom: 0;
}

#clayFullScreenModal .modal-body .welcome-popup-overlay p .welcome-popup-close {
  border: none;
  background: no-repeat;
  padding: 0;
  margin: 0;
  color: #04a99e;
  font-size: 1.125em;
}

#clayFullScreenModal .modal-body .welcome-popup-overlay p .welcome-popup-close:hover {
  color: #ffffff;
}

#clayFullScreenModal .modal-body .welcome-popup-overlay-image {
  position: relative;
}

#clayFullScreenModal .modal-body .welcome-popup-overlay-image::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 70, 133, 0.8);
}

.fc .fc-toolbar-title {
  font-family: "Helvetica-Bold" !important;
}

[dir=rtl] .fc .fc-toolbar-title {
  font-family: "Helvetica-Bold" !important;
}

.fc-today-button {
  text-transform: capitalize;
  background: none !important;
  color: #213469 !important;
  border: 2px solid #213469 !important;
}

.application-icon img {
  width: 50%;
}

.application-icon p {
  margin-top: 0.75em;
}

#portlet_new-password .sheet .sheet-header .lfr-icon-menu {
  display: none;
}

#portlet_new-password .sheet .sheet-text .button-holder .btn {
  margin-left: 1.25em;
}

#portlet_new-password .sheet .sheet-text .button-holder .btn:last-child {
  margin-left: 0;
}

#portlet_verify-email-address .sheet-header .lfr-icon-menu {
  display: none;
}

#portlet_verify-email-address .sheet-text .form .button-holder .btn {
  margin-left: 1.125em;
}

#portlet_verify-email-address .sheet-text .form .button-holder .btn:last-child {
  margin-left: 0;
}

#paymentListDatatableCustom_wrapper .dt-layout-row .dt-layout-end .dt-paging nav .next,
#paymentListDatatableCustom_wrapper .dt-layout-row .dt-layout-end .dt-paging nav .previous,
#datatableCustom_wrapper .dt-layout-row .dt-layout-end .dt-paging nav .next,
#datatableCustom_wrapper .dt-layout-row .dt-layout-end .dt-paging nav .previous,
#eventdatatableCustom_wrapper .dt-layout-row .dt-layout-end .dt-paging nav .next,
#eventdatatableCustom_wrapper .dt-layout-row .dt-layout-end .dt-paging nav .previous {
  color: transparent !important;
}

.dt-container .dt-paging nav {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
}

.dt-container .dt-paging nav .first,
.dt-container .dt-paging nav .last {
  display: none !important;
}

.dt-container .dt-paging nav .dt-paging-button {
  font-family: "Helvetica" !important;
  border-radius: 3.125em !important;
  width: 3.125em !important;
  height: 3.125em !important;
  justify-content: center !important;
  display: flex;
  align-items: center !important;
  font-size: 1em !important;
  border: 1px solid #BCBCBC !important;
  color: transparent !important;
  padding: 0 !important;
  margin-left: 0.75em !important;
}

.dt-container .dt-paging nav .dt-paging-button:hover {
  background: #213469 !important;
  color: #ffffff !important;
  border: 1px solid #213469 !important;
}

.dt-container .dt-paging nav .dt-paging-button.current {
  background: #fff !important;
  color: #213469 !important;
  border: 2px solid #213469 !important;
  margin-left: 0.75em !important;
  width: 3.125em !important;
  height: 3.125em !important;
  font-family: "Helvetica" !important;
  border-radius: 3.125em !important;
  justify-content: center !important;
  display: flex;
  align-items: center !important;
  padding: 0 !important;
  font-size: 1em !important;
}

.dt-container .dt-paging nav .dt-paging-button.current.prev::before,
.dt-container .dt-paging nav .dt-paging-button.current.next::before {
  color: #BDBDBD !important;
}

.dt-container .dt-paging nav .previous,
.dt-container .dt-paging nav .next {
  font-family: "Helvetica" !important;
  border-radius: 3.125em !important;
  width: 3.125em !important;
  height: 3.125em !important;
  justify-content: center !important;
  display: flex !important;
  align-items: center !important;
  font-size: 1em !important;
  border: none !important;
  color: transparent !important;
  padding: 0 !important;
  background: none !important;
}

.dt-container .dt-paging nav .previous:hover,
.dt-container .dt-paging nav .next:hover {
  background: none !important;
  color: #fff !important;
  border: none !important;
}

.dt-container .dt-paging nav .previous::before {
  font-family: "icomoon" !important;
  content: "\e917" !important;
  position: absolute !important;
  color: #213469 !important;
  font-size: 3em !important;
}

.dt-container .dt-paging nav .next::before {
  font-family: "icomoon" !important;
  content: "\e918" !important;
  position: absolute !important;
  color: #213469 !important;
  font-size: 3em !important;
}

.dt-container .dt-paging nav .disabled {
  color: transparent !important;
}

.dt-container .dt-paging nav .disabled.previous::before,
.dt-container .dt-paging nav .disabled.next::before {
  color: #BDBDBD !important;
}

div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button.disabled:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
  color: transparent !important;
}

#datatableCustom_wrapper .dt-layout-row .dt-length select {
  margin-left: 0.5em;
}

#datatableCustom_wrapper .dt-layout-row .dt-search label {
  margin-left: 0.5em;
}

[dir=rtl] #datatableCustom_wrapper .dt-layout-row .dt-layout-start,
[dir=rtl] #paymentListDatatableCustom_wrapper .dt-layout-row .dt-layout-start,
[dir=rtl] #certificateDatatableCustom_wrapper .dt-layout-row .dt-layout-start,
[dir=rtl] #eventdatatableCustom_wrapper .dt-layout-row .dt-layout-start {
  margin-right: inherit;
  margin-left: auto;
}

[dir=rtl] #datatableCustom_wrapper .dt-layout-row .dt-layout-end,
[dir=rtl] #paymentListDatatableCustom_wrapper .dt-layout-row .dt-layout-end,
[dir=rtl] #certificateDatatableCustom_wrapper .dt-layout-row .dt-layout-end,
[dir=rtl] #eventdatatableCustom_wrapper .dt-layout-row .dt-layout-end {
  margin-left: inherit;
  margin-right: auto;
}

[dir=rtl] #datatableCustom_wrapper .dt-layout-row .dt-layout-end .dt-paging nav .previous::before,
[dir=rtl] #paymentListDatatableCustom_wrapper .dt-layout-row .dt-layout-end .dt-paging nav .previous::before,
[dir=rtl] #certificateDatatableCustom_wrapper .dt-layout-row .dt-layout-end .dt-paging nav .previous::before,
[dir=rtl] #eventdatatableCustom_wrapper .dt-layout-row .dt-layout-end .dt-paging nav .previous::before {
  content: "\e918" !important;
}

[dir=rtl] #datatableCustom_wrapper .dt-layout-row .dt-layout-end .dt-paging nav .next::before,
[dir=rtl] #paymentListDatatableCustom_wrapper .dt-layout-row .dt-layout-end .dt-paging nav .next::before,
[dir=rtl] #certificateDatatableCustom_wrapper .dt-layout-row .dt-layout-end .dt-paging nav .next::before,
[dir=rtl] #eventdatatableCustom_wrapper .dt-layout-row .dt-layout-end .dt-paging nav .next::before {
  content: "\e917" !important;
}

.fc .fc-col-header-cell-cushion {
  font-weight: normal;
  font-family: "Helvetica" !important;
}

.iti__country {
  color: #121212 !important;
}

#fm .button-holder .btn:nth-child(3) {
  display: none;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer !important;
}

.form-control[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

[dir=rtl] .fc .fc-col-header-cell-cushion {
  font-weight: normal;
  font-family: "Helvetica" !important;
}

.daterangepicker .drp-buttons .applyBtn {
  width: 6.25em;
}

#deleteSubmitBtn,
#deleteCancelBtn,
#personalDetailCancelBtn,
#exportEventsDataButton,
#exportDataButton {
  width: 6.25em;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 2%;
}

input::-webkit-datetime-edit-fields-wrapper {
  position: relative;
  right: 0;
}

input::-webkit-datetime-edit {
  position: relative;
  right: 0;
}

[dir=rtl] input[type=date] {
  text-align: right;
}

.btn.interested {
  cursor: default !important;
}

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #ffffff;
  z-index: 99999999;
}

.preloader #preloader-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  height: auto;
  width: auto;
  margin: auto;
}

.preloader #preloader-logo .spinner {
  width: 3.125em;
  height: 3.125em;
  border-width: 0.3125em;
  color: #213469 !important;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #D0D5DD !important;
  font-size: 0.875em !important;
  height: 2.75em !important;
  border-radius: 0.25em !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px !important;
  left: 6px !important;
}

.form-group .multiselect-native-select .btn-group {
  width: 100%;
}

.form-group .multiselect-native-select .btn-group .multiselect {
  text-align: right!important;
}

.form-group .multiselect-native-select .btn-group .dropdown-menu {
  max-width: 100% !important;
  width: 100% !important;
}

.form-group .multiselect-native-select .btn-group .dropdown-menu .multiselect-option .form-check {
  display: flex;
  align-items: center;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-bottom: 1px solid #e7e7e7 !important;
}

.fc .fc-daygrid-more-link {
  overflow: inherit !important;
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .fc .fc-toolbar-title {
    font-size: 16px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #MrAccessInHand {
    bottom: 10px !important;
  }

  #MrAccessInHand img {
    margin-top: 10px !important;
    margin-right: 6px;
    max-width: 60%;
  }

  #live_chat_status {
    bottom: 10px !important;
  }

  #live_chat_status .button_icon_parent .liveChatIcon {
    top: -1px;
    right: 4px;
  }

  .cookies-banner .portlet-cookies-banner {
    width: 100%;
    margin: 0 auto 15%;
  }

  .cookies-banner .container-fluid-max-xl .autofit-row {
    display: block;
  }

  .search-bar-suggestions-dropdown-menu {
    max-height: 14rem;
    overflow-y: auto !important;
  }
}

@media (max-width: 575.98px) {
  #MrAccessInHand {
    bottom: 10px !important;
  }

  #MrAccessInHand img {
    margin-top: 10px !important;
    margin-right: 6px;
    max-width: 60%;
  }

  #live_chat_status {
    bottom: 10px !important;
  }

  #live_chat_status .button_icon_parent .liveChatIcon {
    top: -1px;
    right: 4px;
  }

  .cookies-banner .portlet-cookies-banner {
    width: 100%;
    margin: 0 auto 15%;
  }

  .cookies-banner .container-fluid-max-xl .autofit-row {
    display: block;
  }

  .iti__selected-country-primary {
    margin-top: -7px;
  }

  .search-bar-suggestions-dropdown-menu {
    max-height: 14rem;
    overflow-y: auto !important;
  }
}

@media (min-width: 375px) and (max-width: 424.98px) {
  .fc .fc-toolbar-title {
    font-size: 16px;
  }

  .iti__selected-country-primary {
    margin-top: -7px;
  }

  .search-bar-suggestions-dropdown-menu {
    max-height: 14rem;
    overflow-y: auto !important;
  }
}

@media (min-width: 320px) and (max-width: 374.98px) {
  .fc .fc-toolbar-title {
    font-size: 12px;
  }

  .iti__selected-country-primary {
    margin-top: -7px;
  }

  .search-bar-suggestions-dropdown-menu {
    max-height: 14rem;
    overflow-y: auto !important;
  }

  #fm .button-holder .btn {
    margin-bottom: 0.9375em;
  }
}

/*# sourceMappingURL=main.css.map */

/*# sourceMappingURL=main.css.map */