/**
 * Clay 3.124.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.124.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
 */
@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800);
@import url(fancybox.min.css?t=1765316585598);
@import url(slick.css?t=1765316585598);
@import url(animate.css?t=1765316585598);
.quick-access-nav {
  position: fixed;
  z-index: 999;
}

.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-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 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-right: 5px;
}
.lfr-form-row legend .field-label {
  float: left;
  margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px;
}
.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 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-left: 40px;
  z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  left: 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);
    left: -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-left: 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-right: 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-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 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: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.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 .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.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 .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 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.3em 0.4em 0.5em;
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-right: 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-left: 0;
}
.lfr-tree li ul li, .lfr-tree li.tree-item {
  padding-left: 0;
}
.lfr-tree li.tree-item {
  padding-left: 5px;
}
.lfr-tree li.tree-item li {
  padding-left: 20px;
}
.lfr-tree li.tree-item ul {
  margin-left: 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: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.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-right: 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-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 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,
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #6c757d;
  margin-top: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-left: 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-right: 10px;
}
.lfr-upload-container .file-added .success-message {
  float: right;
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
  padding-left: 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 8px 8px 24px;
}
.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-left: 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-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-left: 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 {
  left: 0;
  position: absolute;
  right: 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 - var(--control-menu-container-height) - 49px
	);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: calc(var(--control-menu-container-height) + 49px);
  transform: translateX(100%);
  transition: transform ease 0.5s;
  visibility: hidden;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 768px) {
  .contextual-sidebar {
    height: calc(
			100vh - var(--control-menu-container-height) - 64px
		);
    top: calc(
			var(--control-menu-container-height) + 64px
		);
  }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 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-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-left: 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-left: 1rem;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-left: 0;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 3.5rem;
  }
}
.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -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-left: 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%;
  left: 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 {
  transition: none;
}

.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 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 {
  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 {
  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;
  left: 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;
  left: 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;
  left: 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-left: 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-left: auto;
  margin-right: 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(../images/states/empty_state.svg);
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-result-message-header,
  .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header,
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state.svg);
  max-width: 210px;
  padding-top: 232px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-state {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-success-state {
    background-image: url(../images/states/success_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-search-state {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.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.3em 0 0;
  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;
}

.taglib-icon-help {
  color: #6c757d !important;
}
.taglib-icon-help:hover, .taglib-icon-help:active {
  color: #343a40 !important;
}

.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: left;
  margin-right: 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-left: 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-right: 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-right: 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 0 0 5px;
}
.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 0 1px 30px;
}
.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;
  left: -2px;
  position: absolute;
  right: -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: right;
    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-left: 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 {
  left: 12px;
  position: fixed;
  right: 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-left: 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 {
    background-color: #fff;
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):focus, .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):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-left-radius: 0.25rem;
  border-bottom-right-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-left-radius: 0;
  border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item .h4,
.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,
.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-left-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-right-radius: 0.25rem;
}

.user-info {
  display: flex;
}
.user-info .sticker {
  align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #343a40;
  font-weight: 600;
}
.user-info .date-info {
  color: #6c757d;
}

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 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: right;
  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: left;
  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: left;
  line-height: 46px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

@media (max-width: 991.98px) {
  ul.pagination ul.inline-scroller {
    max-height: inherit;
  }
}
.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-left: 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-right: 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: left;
  margin-right: 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-left: 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-left: -15px;
  margin-right: -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 .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-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 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;
  left: 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-left: 1rem;
  margin-right: 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;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 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-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 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;
  right: -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;
  }
}
.c-prefers-reduced-motion .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;
  right: -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-right: 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-right: 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-left: 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%;
  left: 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: left;
}

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

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

.file-icon-color-2 {
  background-color: #fff;
  color: #24a892;
}

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

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

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

.file-icon-color-6 {
  background-color: #fff;
  color: #0099e6;
}

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

.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;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 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: "";
  left: -0.0625rem;
  position: absolute;
  right: -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 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 {
  transition: none;
}

.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.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;
  right: 0;
}

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

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

.sheet-footer .btn {
  margin-right: 0.5rem;
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  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-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 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: #6c757d;
}

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

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

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

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

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

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

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

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

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

.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;
  left: 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_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
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_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}

.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 {
  left: 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-title-editable {
  pointer-events: none;
}
.controls-hidden .portlet-topper {
  display: none !important;
}
.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;
  height: 28px;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon {
  height: 12px;
  width: 12px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon.lexicon-icon-drag {
  height: 16px;
  width: 16px;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateY(-97%);
    transition: opacity 0.15s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .c-prefers-reduced-motion .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
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-left: 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: 12px;
  font-weight: 600;
  margin-left: 4px;
}
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-left-radius: 0;
    border-top-right-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;
  }
}
@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 {
    align-items: center;
    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-left-radius: 0;
    border-top-right-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;
  }
}
@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: 2px 2px 2px 2px;
  transition: border-color 0.15s ease;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.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 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.15s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 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: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  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;
  }
}
.c-prefers-reduced-motion .lfr-progress-active .progress-bar-status,
.c-prefers-reduced-motion .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 */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/* ------ "Fiery HTML" CSS Imports ------ */
/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

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

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

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/fa-brands-400.eot);
  src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/fa-regular-400.eot);
  src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/fa-solid-900.eot);
  src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

/*
	Flaticon icon font: Flaticon
	Creation date: 06/09/2020 18:04
*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^=flaticon-]:before, [class*=" flaticon-"]:before,
[class^=flaticon-]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-telephone:before {
  content: "\f100";
}

.flaticon-play-button:before {
  content: "\f101";
}

.flaticon-two-quotes:before {
  content: "\f102";
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* 
Note: style.css imports the following:
    1. @import url(fancybox.min.css?t=1765316585598);
    2. @import url(bootstrap-select.css?t=1765316585598);
    3. @import url(slick.css?t=1765316585598);
    4. @import url(animate.css?t=1765316585598);
*/
/*** ======= // TABLE OF CONTENT // ============================
01- Google Fonts
02- Plugin Stylesheets Import
03- General Styling
04- Cross Browser Compatibility
05- Project Style
06- Header Styles
    06.1- Header Style
    06.2- DropDown
    06.3- Header Search
    06.4- Responsive Header
    06.5- Responsive Menu
07- Sec Title
08- Theme Button
09- About Sec
10- Prayers Timing Sec
11- Services Sec
12- Pillars Sec
13- Blog Posts
14- Event
15- Donation Sec
16- Team Sec
17- Footer
18- Newsletter Sec
19- About Style 2
20- Service Style 2
21- Blog Page
22- Pagination
23- Breadcrumbs
24- Testimonials Sec
25- Causes Page
26- Event Page
27- Contact Page
28- Islamic Study Page
29- Sidebar
30- Cause Detail Page
31- Event Detail
32- Team Detail Page
33- Blog Detail Page
34- Services Detail Page
35- 404 Error Page
36- Search Found Page
37- Gallery Style
38- Product Page
39- Product Detail
40- Page Loader
41- Sidepanel


===================================================== ***/
/*=== Included Files ===*/
/*@import url(bootstrap-select.css?t=1765316585598);*/
/*===== Google Fonts =====*/
/*
@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800);
*/
/*===== General Styling =====*/
html,
body {
  overflow-x: hidden;
}

body {
  float: left;
  font-family: nunito;
  letter-spacing: 0;
  margin: 0;
  position: relative;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: montserrat;
  color: #222;
  font-weight: 600;
}

h1 {
  font-size: 54px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 22px;
}

p {
  font-family: nunito;
  color: #555;
  line-height: 28px;
  font-size: 16px;
}

ul li,
ol li {
  font-family: nunito;
  color: #666;
  font-size: 14px;
  line-height: 30px;
}

a {
  color: inherit;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

input,
textarea,
select,
button {
  border: 0;
}

button,
input[type=submit],
.fileContainer,
input[type=file] {
  cursor: pointer;
}

input:focus,
textarea:focus,
select:focus,
button:focus,
a:focus,
.form-wrp fieldset p a:focus,
.page-link:focus {
  border-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

main {
  float: left;
  position: relative;
  width: 100%;
}

body.boxed {
  text-align: center;
}

body.boxed main {
  float: none;
  display: inline-block;
  text-align: left;
  width: 1720px;
}

section {
  /*float:left;*/
  float: left;
  position: relative;
  width: 100%;
}

.gap {
  float: left;
  padding: 100px 0;
  position: relative;
  width: 100%;
}

.less-gap,
.gap.less-gap {
  padding: 80px 0;
}

.top-spac40,
.gap.top-spac40 {
  padding-top: 40px;
}

.bottom-spac40,
.gap.bottom-spac40 {
  padding-bottom: 40px;
}

.top-spac50,
.gap.top-spac50 {
  padding-top: 50px;
}

.bottom-spac50,
.gap.bottom-spac50 {
  padding-bottom: 50px;
}

.top-spac60,
.gap.top-spac60 {
  padding-top: 60px;
}

.bottom-spac60,
.gap.bottom-spac60 {
  padding-bottom: 60px;
}

.top-spac70,
.gap.top-spac70 {
  padding-top: 70px;
}

.bottom-spac70,
.gap.bottom-spac70 {
  padding-bottom: 70px;
}

.top-spac80,
.gap.top-spac80 {
  padding-top: 80px;
}

.bottom-spac80,
.gap.bottom-spac80 {
  padding-bottom: 80px;
}

.top-spac90,
.gap.top-spac90 {
  padding-top: 90px;
}

.gap-spac90,
.gap.bottom-spac90 {
  padding-bottom: 90px;
}

.top-spac120,
.gap.top-spac120 {
  padding-top: 120px;
}

.gap-spac120,
.gap.bottom-spac120 {
  padding-bottom: 120px;
}

.top-spac215,
.gap.top-spac215 {
  padding-top: 215px;
}

.gap-spac215,
.gap.bottom-spac215 {
  padding-bottom: 215px;
}

.top-spac260,
.gap.top-spac260 {
  padding-top: 260px;
}

.gap-spac260,
.gap.bottom-spac260 {
  padding-bottom: 260px;
}

.top-spac270,
.gap.top-spac270 {
  padding-top: 270px;
}

.gap-spac270,
.gap.bottom-spac270 {
  padding-bottom: 270px;
}

.remove-gap,
.gap.remove-gap {
  padding-top: 0;
}

.remove-bottom,
.gap.remove-bottom {
  padding-bottom: 0;
}

.no-gap,
.gap.no-gap {
  padding: 0;
}

.gray-bg {
  background-color: #f8f8f8;
}

.drk-bg {
  background-color: #222222;
}

.container {
  padding: 0;
  max-width: 1170px;
}

.bottom-spac5 {
  margin-bottom: 5px;
}

.remove-ext,
.remove-ext2,
.remove-ext3,
.remove-ext4,
.remove-ext5,
.remove-ext6,
.remove-ext7,
.remove-ext8,
.remove-ext9,
.remove-ext10,
.remove-ext11,
.remove-ext12,
.remove-ext13,
.remove-ext14,
.remove-ext15 {
  float: left;
  margin-bottom: -20px;
  width: 100%;
}

.remove-ext2 {
  margin-bottom: -25px;
}

.remove-ext3 {
  margin-bottom: -30px;
}

.remove-ext4 {
  margin-bottom: -35px;
}

.remove-ext5 {
  margin-bottom: -40px;
}

.remove-ext6 {
  margin-bottom: -45px;
}

.remove-ext7 {
  margin-bottom: -50px;
}

.remove-ext8 {
  margin-bottom: -55px;
}

.remove-ext9 {
  margin-bottom: -60px;
}

.remove-ext10 {
  margin-bottom: -65px;
}

.remove-ext11 {
  margin-bottom: -70px;
}

.remove-ext12 {
  margin-bottom: -75px;
}

.remove-ext13 {
  margin-bottom: -80px;
}

.remove-ext14 {
  margin-bottom: -85px;
}

.remove-ext15 {
  margin-bottom: -90px;
}

.overlap144 {
  position: relative;
  z-index: 1;
  padding: 50px 0px;
}

.overlap144 {
  margin-top: 0px;
}

.mrg {
  margin: 0;
}

.mrg > div {
  padding: 0;
}

.mrg4 {
  margin: 0 -2px;
}

.mrg4 > div {
  padding: 0 2px;
}

.mrg6 {
  margin: 0 -3px;
}

.mrg6 > div {
  padding: 0 3px;
}

.mrg10 {
  margin: 0 -5px;
}

.mrg10 > div {
  padding: 0 5px;
}

.mrg15 {
  margin: 0 -7.5px;
}

.mrg15 > div {
  padding: 0 7.5px;
}

.mrg20 {
  margin: 0 -10px;
}

.mrg20 > div {
  padding: 0 10px;
}

.mrg25 {
  margin: 0 -12.5px;
}

.mrg25 > div {
  padding: 0 12.4px;
}

.fixed-bg,
.fixed-bg2 {
  background-position: center;
  height: 100%;
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.fixed-bg {
  background-attachment: fixed;
  background-size: cover;
}

.fixed-bg2 {
  background-attachment: scroll;
  background-size: cover;
}

.fixed-bg2.pattern-bg,
.fixed-bg.pattern-bg {
  background-size: initial;
}

.fixed-bg.wt-gry-bg,
.fixed-bg2.wt-gry-bg {
  background-color: #f5f5f5;
}

.fixed-bg.wt-gry-bg2,
.fixed-bg2.wt-gry-bg2 {
  background-color: #f7f6fc;
  background-blend-mode: multiply;
}

.fixed-bg.wt-blk-bg,
.fixed-bg2.wt-blk-bg {
  background-color: #1e1d1d;
}

.black-layer:before,
.black-layer2:before,
.blue-layer:before,
.black-layer4:before,
.white-layer:before,
.gray-layer:before,
.gray-layer2:before,
.gray-layer3:before,
.grd-lyr:before,
.theme-bg-layer:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.gray-layer2:before {
  background-color: #fafbfe;
}

.white-layer:before {
  background-color: #ffffff;
}

.gray-layer:before {
  background-color: #ececec;
}

.gray-layer3:before {
  background-color: #f7f6fc;
}

.black-layer:before {
  background-color: #000000;
}

.black-layer2:before {
  background-color: #171717;
}

.blue-layer:before {
  background-color: #000524;
}

.black-layer4:before {
  background-color: #070500;
}

.grd-lyr:before {
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
  background: -ms-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#ffffff",GradientType=1 );
  opacity: 0.17;
  z-index: initial;
}

.hlf-parallax.black-layer:before,
.hlf-parallax.black-layer2:before,
.hlf-parallax.blue-layer:before,
.hlf-parallax.black-layer4:before,
.hlf-parallax.white-layer:before,
.hlf-parallax.gray-layer:before,
.hlf-parallax.gray-layer2:before,
.hlf-parallax.grd-lyr:before,
.hlf-parallax.theme-bg-layer:before,
.hlf-parallax .fixed-bg,
.hlf-parallax .fixed-bg2 {
  height: 60%;
}

.opc1:before {
  opacity: 0.1;
}

.opc15:before {
  opacity: 0.15;
}

.opc2:before {
  opacity: 0.2;
}

.opc25:before {
  opacity: 0.25;
}

.opc3:before {
  opacity: 0.3;
}

.opc35:before {
  opacity: 0.35;
}

.opc4:before {
  opacity: 0.4;
}

.opc45:before {
  opacity: 0.45;
}

.opc5:before {
  opacity: 0.5;
}

.opc55:before {
  opacity: 0.55;
}

.opc6:before {
  opacity: 0.6;
}

.opc65:before {
  opacity: 0.65;
}

.opc7:before {
  opacity: 0.7;
}

.opc75:before {
  opacity: 0.75;
}

.opc8:before {
  opacity: 0.8;
}

.opc85:before {
  opacity: 0.85;
}

.opc9:before {
  opacity: 0.9;
}

.opc95:before {
  opacity: 0.95;
}

iframe {
  border: 0;
  width: 100%;
}

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

/*===== Cross Browser Compatibility =====*/
i,
a,
img,
input,
button,
textarea,
:before,
:after,
nav ul ul,
label,
.logo,
nav > div > ul ul,
nav > div > ul li,
td,
.pagination > li,
.rspn-cnt > li,
.rspn-mnu-btn,
.rspn-mnu-cls,
.srch-cls-btn,
.owl-nav > div,
.owl-dots > div,
.tm-inf,
.tm-inf > span,
.countdown > li,
.toggle-item > h6,
.tm-inf2,
.tm-bx2 .tm-thmb > h4,
.featured-cap > *,
.camp-info,
.tem-box3,
.tem-info,
.tem-info > * {
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

nav ul ul,
.header-search,
.theme-btn:before,
.theme-btn:after,
.rsnp-mnu,
.sidepanel,
.scl2,
.tm-inf2,
.tm-bx2:before {
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
}

.brd-rd50,
.abt-desc > ul li:before,
.pagination > li.page-item,
.pagination > li.pg-lst {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.brd-rd40 {
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

.brd-rd30 {
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.brd-rd20 {
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.brd-rd10 {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.brd-rd5,
.scl4 > a,
.tag-clouds > a,
a.comment-reply-link,
.rspn-mnu-cls {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.brd-rd4 {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.brd-rd3,
nav > div > ul li a:before {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/*===== Social Media Colors =====*/
.scl4 > a.facebook {
  border-color: #3b5999;
  background-color: #3b5999;
}

.scl4 > a.twitter {
  border-color: #55acee;
  background-color: #55acee;
}

.scl4 > a.google {
  border-color: #dd4b39;
  background-color: #dd4b39;
}

.scl4 > a.linkedin {
  border-color: #0077B5;
  background-color: #0077B5;
}

/*===== Project Style =====*/
/*===== Header Styles =====*/
header {
  /*float: left;*/
  float: left;
  position: relative;
  width: 100%;
  /* z-index: 9999; */
}

header.stick {
  position: absolute;
  top: 0;
  left: 0;
}

.tb-br {
  float: left;
  background-color: #222;
  width: 100%;
}

.scl1 {
  display: inline-block;
  text-align: center;
}

.scl1 > a {
  position: relative;
  float: left;
  color: #fff;
  width: 45px;
  font-size: 15px;
  line-height: 50px;
  z-index: 1;
}

.scl1 > a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.scl1 > a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  bottom: 100%;
}

.scl1 > a:hover:before,
.scl1 > a:focus:before {
  opacity: 1;
  bottom: 0;
  top: 0;
}

.tp-lst {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
}

.tp-lst > li {
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
}

.tp-lst > li + li {
  margin-left: 30px;
}

.tp-lst > li i {
  margin-right: 10px;
}

i.fa-phone {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.lg-mnu-sec {
  float: left;
  width: 100%;
}

.logo {
  display: inline-block;
  padding: 20px 0;
}

.logo > a {
  display: inline-block;
}

.lg-mnu-sec nav {
  float: right;
  margin-top: 65px;
}

nav > div {
  float: left;
  width: 100%;
}

nav > div ul {
  float: left;
  width: 100%;
}

nav > div > ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  float: left;
  width: auto;
}

nav > div > ul li {
  float: left;
  width: 100%;
  font-size: 15px;
  font-family: montserrat;
  font-weight: 500;
  line-height: 35px;
  position: relative;
}

nav > div > ul > li {
  width: auto;
  font-size: 15px;
  color: #fff;
}

nav > div > ul > li + li {
  margin-left: 10px;
}

nav > div > ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 5px 30px;
}

nav > div > ul > li > a {
  display: inline-block;
  padding: 0 20px;
}

nav > div a.srch-btn {
  display: inline-block;
  color: #fff;
  line-height: 35px;
  width: 35px;
  text-align: center;
  font-size: 13px;
  margin-left: 30px;
}

nav > div a.srch-btn:hover,
nav > div a.srch-btn:focus {
  background-color: #333;
}

nav > div > ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  right: 100%;
  bottom: 0;
  z-index: -1;
  opacity: 0;
}

nav > div > ul li:hover > a::before,
nav > div > ul li a:focus:before,
nav > div > ul li.active > a::before {
  opacity: 1;
  left: 0;
  right: 0;
}

nav > div > ul li:hover > a,
nav > div > ul li a:focus,
nav > div > ul li.active > a {
  color: #fff;
}

/*===== DropDown =====*/
nav > div > ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 0;
  list-style: none;
  margin-bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0px rgba(93, 93, 93, 0.1);
  -ms-box-shadow: 0 0 10px 0px rgba(93, 93, 93, 0.1);
  -o-box-shadow: 0 0 10px 0px rgba(93, 93, 93, 0.1);
  box-shadow: 0 0 10px 0px rgba(93, 93, 93, 0.1);
  width: 230px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}

nav > div > ul ul ul {
  left: 100%;
  top: 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

nav > div > ul li.menu-item-has-children:hover > ul {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}

nav > div > ul ul li a:before {
  -webkit-border-radius: 0;
  border-radius: 0;
}

nav > div > ul ul li a i.fas {
  position: absolute;
  right: 25px;
  line-height: 45px;
  top: 0;
}

nav > div > ul ul li a {
  padding-right: 30px;
}

nav > div > ul ul li {
  font-size: 14px;
}

nav > div > ul ul li + li {
  border-top: 1px solid #e9e9e9;
}

/*===== Header Search =====*/
.header-search {
  position: fixed;
  top: 0;
  left: 80%;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 80px 100px;
  background-color: rgba(18, 18, 18, 0.95);
  visibility: hidden;
  opacity: 0;
}

.header-search > form {
  position: absolute;
  left: 100px;
  right: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-search > form input {
  float: left;
  width: 100%;
  background-color: transparent;
  font-size: 30px;
  height: 70px;
  border-bottom: 1px solid #fff;
  padding-right: 70px;
  color: #fff;
}

.header-search > form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0px;
  width: 70px;
  font-size: 20px;
  background-color: transparent;
  color: #555;
}

.srch-cls-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  line-height: 50px;
  width: 50px;
  text-align: center;
  background-color: #fff;
}

.srch-cls-btn:hover {
  color: #fff;
}

.header-search.active {
  opacity: 1;
  visibility: visible;
  left: 0;
}

/*===== Sec Title =====*/
.sec-tl {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}

.sec-tl:before,
.cnt-frm > h4:before,
.cnt-inf-wrp > h4:before, .pg-tp-wrp h1:after, .rltd-wrp > h4:before, .cmts-wrp h4:before, .team-detail-desc h3:before {
  content: "";
  position: absolute;
  left: 0;
  width: 128px;
  height: 9px;
  background-image: url(../images/tl-shp.png);
  bottom: 0;
}

.theme-bg-layer .sec-tl:before,
.black-layer .sec-tl:before {
  background-image: url(../images/tl-shp2.png);
}

.sec-tl.text-center:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec-tl > span {
  display: inline-block;
  font-size: 15px;
  color: #555;
  margin-bottom: 5px;
}

.sec-tl.text-center > span {
  margin-bottom: 0px;
}

.sec-tl > h2 {
  margin-bottom: 0;
}

.tl-shp {
  position: absolute;
  bottom: -10px;
  width: 150px;
  margin-left: -1px;
}

.tl-shp > i {
  float: left;
  height: 10px;
  width: 10px;
  border: 1px solid;
  background-color: #fff;
  z-index: 1;
  position: relative;
  margin: 2.5px 1px 0 1px;
  display: inline-block;
  vertical-align: middle;
}

.tl-shp:before {
  content: "";
  position: absolute;
  left: 1px;
  right: 0;
  height: 1px;
  border-top: 1px solid;
  top: 50%;
  margin-top: -0.5px;
}

.tl-shp > i.md-shp {
  height: 13px;
  width: 13px;
  margin-top: 0;
}

.text-center .tl-shp {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.text-center .tl-shp > i {
  float: none;
  display: inline-block;
  margin-bottom: 4px;
}

/*===== Theme Button =====*/
.theme-btn {
  display: inline-block;
  color: #fff;
  font-family: montserrat;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 45px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.theme-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  background-color: #1a1a1a;
}

.theme-btn:hover:before,
.theme-btn:focus:before {
  opacity: 1;
  left: 0;
  right: 0;
}

.theme-btn:hover,
.theme-btn:focus {
  color: #fff;
}

/*===== About Sec =====*/
.abt-sec {
  float: left;
  width: 100%;
}

.abt-cnt {
  float: left;
  width: 100%;
}

.abt-desc {
  float: left;
  width: 100%;
}

.abt-desc > p {
  margin: 0 0 10px;
}

.abt-desc > h3 {
  margin: 15px 0 0;
}

.abt-desc > ul {
  padding-left: 0;
  list-style: none;
  margin: 10px 0 0;
  display: inline-block;
  width: 100%;
}

.abt-desc > ul > li {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  margin-top: 5px;
}

.abt-desc > ul > li:before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  left: 0;
  top: 10px;
}

.abt-desc > ul + a.theme-btn {
  margin-top: 25px;
}

.abt-img {
  float: left;
  width: 100%;
  position: relative;
  padding: 155px 45px 0 0;
}

.abt-img > img {
  -webkit-box-shadow: 0 6px 70px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 6px 70px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 6px 70px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 70px rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: relative;
}

.abt-img > img.abt-img1 {
  position: absolute;
  top: 0;
  right: 0;
}

.abt-img.style2 {
  padding: 30px 30px 0 0;
}

.abt-img.style2:before {
  content: "";
  position: absolute;
  height: 200px;
  width: 200px;
  right: 0;
  top: 0;
}

/*===== Services Sec =====*/
.srv-wrp {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.remove-ext7 .srv-bx {
  margin-bottom: 50px;
}

.srv-bx {
  float: left;
  width: 100%;
}

.srv-bx > i {
  background-color: #f8f8f8;
  display: inline-block;
  margin-bottom: 15px;
}

.gray-bg .srv-bx > i {
  background-color: #fff;
}

.srv-inf {
  float: left;
  width: 100%;
}

.srv-inf > h5 {
  margin-bottom: 10px;
}

.srv-inf > p {
  margin-bottom: 0;
  line-height: 24px;
  font-size: 15px;
}

.srv-inf > a {
  display: inline-block;
  margin-top: 12px;
  font-weight: 700;
  font-size: 16px;
}

.vw-al {
  float: left;
  margin-top: 50px;
  margin-bottom: -5px;
  width: 100%;
}

/*===== Campaign Sec =====*/
.camp-wrp {
  float: left;
  width: 100%;
}

.remove-ext5 .camp-bx {
  margin-bottom: 40px;
}

.camp-bx {
  float: left;
  width: 100%;
}

.camp-thmb {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.camp-inf::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.24) 15%, rgba(0, 0, 0, 0.25) 20%, rgba(0, 0, 0, 0.35) 30%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.57) 70%, rgba(0, 0, 0, 0.66) 100%, rgba(0, 0, 0, 0.52) 85%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.24) 15%, rgba(0, 0, 0, 0.25) 20%, rgba(0, 0, 0, 0.35) 30%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.57) 70%, rgba(0, 0, 0, 0.66) 100%, rgba(0, 0, 0, 0.52) 85%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 1;
  top: 0;
  z-index: -1;
}

.camp-thmb > a {
  float: left;
  width: 100%;
}

.camp-inf {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  z-index: 1;
}

.camp-inf > h5 {
  color: #fff;
  margin-bottom: 3px;
}

.camp-inf > span {
  color: #fff;
  display: inline-block;
  font-size: 15px;
}

.camp-inf > span i {
  margin-right: 8px;
  color: #fff;
}

.prg-wrp {
  float: left;
  width: 100%;
  position: relative;
}

.camp-bx .prg-wrp {
  margin-top: 30px;
  padding-right: 125px;
}

.camp-bx .prg-wrp > a.theme-btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #1a5abc;
  padding: 10px 20px 11px;
  font-weight: 500;
}

.prg-wrp .progress {
  background-color: #e7e7e7;
  height: 10px;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.progress .progress-bar {
  -webkit-border-radius: inherit;
  border-radius: inherit;
}

.rs-gl {
  display: inline-block;
  font-size: 14px;
  color: #444;
  margin-top: 14px;
  font-weight: 600;
}

.rs-gl > i {
  font-style: normal;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

/*===== Video Sec =====*/
.theme-bg-layer .sec-tl > span,
.theme-bg-layer .sec-tl > h2,
.black-layer .sec-tl > span,
.black-layer .sec-tl > h2 {
  color: #fff;
}

.theme-bg-layer .tl-shp:before,
.black-layer .tl-shp:before {
  border-top-color: #fff;
}

.theme-bg-layer .tl-shp > i,
.black-layer .tl-shp > i {
  border-color: #d7d7d7;
}

.black-layer p,
.theme-bg-layer p {
  color: #eee;
}

.vdo-sec-wrp {
  float: left;
  padding: 0 30px;
  width: 100%;
}

.vdo-car {
  float: left;
  width: 100%;
  margin: -30px 0;
}

.vdo-sec {
  float: left;
  width: 100%;
}

.remove-ext5 .vdo-bx-wrp {
  margin-bottom: 40px;
}

.vdo-bx-wrp {
  float: left;
  width: 100%;
}

.vdo-bx {
  float: left;
  width: 100%;
  position: relative;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.vdo-bx-wrp > h4,
.vdo-bx-wrp > h5 {
  margin: 25px 0 0;
  float: left;
  width: 100%;
}

.vdo-bx:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  background-color: #000;
  opacity: 0.5;
}

.vdo-car .owl-stage-outer {
  padding: 30px 0;
}

.vdo-bx img {
  -webkit-border-radius: inherit;
  border-radius: inherit;
  width: 100%;
}

.vdo-bx > a {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 60px;
}

.col-md-6 .vdo-bx > a {
  font-size: 80px;
}

.vdo-car .owl-nav {
  position: absolute;
  top: 50%;
  left: -20px;
  right: -20px;
}

.vdo-car .owl-nav > div,
.vdo-car .owl-nav > button.owl-next,
.vdo-car .owl-nav > button.owl-prev {
  position: absolute;
  line-height: 38px;
  width: 40px;
  text-align: center;
  background-color: #a8a8a8;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  height: 40px;
  border: 2px solid #fff;
  color: #fff;
}

.vdo-car .owl-nav > div.owl-prev,
.vdo-car .owl-nav > button.owl-prev {
  left: 0;
}

.vdo-car .owl-nav > div.owl-next,
.vdo-car .owl-nav > button.owl-next {
  right: 0;
}

.vdo-car .owl-nav > div:hover,
.vdo-car .owl-nav > div:focus,
.vdo-car .owl-nav > button.owl-next:hover,
.vdo-car .owl-nav > button.owl-prev:hover,
.vdo-car .owl-nav > button.owl-next:focus,
.vdo-car .owl-nav > button.owl-prev:focus {
  color: #fff;
}

/*===== Blog Sec =====*/
.blg-evnt-wrp {
  float: left;
  width: 100%;
}

.remove-ext5 .blg-bx {
  margin-bottom: 40px;
}

.blg-bx,
.tm-bx {
  float: left;
  width: 100%;
}

.blg-thmb,
.tm-thmb {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.blg-thmb > a,
.tm-thmb > a {
  float: left;
  width: 100%;
}

.blg-thmb > a:before,
.tm-thmb > a:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-color: #000;
  z-index: 1;
}

.blg-bx:hover .blg-thmb > a::before,
.tm-bx:hover .tm-thmb > a:before {
  opacity: 0.5;
  left: 0;
  right: 0;
}

.blg-thmb > a img {
  width: 100%;
}

.blg-bx:hover .blg-thmb > a img,
.tm-bx:hover .tm-thmb > a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.blg-inf {
  float: left;
  width: 100%;
  margin-top: 25px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.blg-inf > h6 {
  font-size: 18px;
  margin-bottom: 0;
}

.pst-mta {
  display: inline-block;
  padding-left: 0;
  margin: 2px 0 0;
  list-style: none;
}

.pst-mta > li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  margin-top: 10px;
}

.pst-mta > li + li:before {
  content: "-";
  font-weight: 700;
  margin: 0 15px;
  font-family: montserrat;
}

.pst-mta > li i {
  margin-right: 8px;
}

.blg-inf > p {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 24px;
}

.blg-inf > a {
  position: absolute;
  bottom: -10px;
  right: 0;
  font-family: montserrat;
  font-size: 14px;
  background-color: #fff;
  color: #808080;
  font-weight: 600;
  padding-left: 15px;
}

/*===== Event Style 1 =====*/
.evnt-wrp {
  float: left;
  width: 100%;
}

.evnt-bx {
  float: left;
  width: 100%;
  padding-left: 100px;
  position: relative;
}

.evnt-bx + .evnt-bx {
  margin-top: 25px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
}

.evnt-bx .evnt-dat {
  position: absolute;
  left: 0;
}

.evnt-dat {
  display: inline-block;
  color: #fff;
  font-family: montserrat;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  max-width: 80px;
  width: 100%;
  line-height: 30px;
}

.evnt-dat > a {
  float: left;
  width: 100%;
  padding: 20px 5px 15px;
}

.evnt-dat > a i {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  display: block;
  margin-top: 5px;
}

.evnt-dat > a:hover,
.evnt-dat > a:focus {
  color: #fff;
}

.evnt-inf {
  float: left;
  width: 100%;
}

.evnt-inf > h5 {
  margin-bottom: 0;
}

.evnt-inf > p {
  line-height: 24px;
  margin: 10px 0 0;
}

.evnt-inf > a {
  display: inline-block;
  font-family: montserrat;
  font-weight: 600;
  font-size: 14px;
  margin-top: 15px;
  color: #222;
}

/*===== Facts Sec =====*/
.fcts-lst {
  float: left;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  width: 100%;
}

.fcts-lst > li {
  float: left;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px 40px;
  line-height: initial;
}

.black-layer .fcts-lst > li span,
.black-layer .fcts-lst > li h6 {
  color: #fff;
}

.fcts-lst > li:last-child,
.fcts-lst > li:nth-last-child(2) {
  border-bottom: 0;
}

.fcts-lst > li:nth-child(2n+1) {
  border-left: 0;
}

.fcts-lst > li span {
  font-weight: 700;
  font-family: montserrat;
  font-size: 50px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.fcts-lst > li span:before {
  content: "";
  height: 3px;
  width: 25px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12.5px;
  background-color: #fff !important;
}

.fcts-lst > li h6 {
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: 700;
}

/*===== Team Sec =====*/
.tem-sec {
  float: left;
  width: 100%;
}

.remove-ext5 .tm-bx {
  margin-bottom: 40px;
}

.tm-inf > span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}

.tm-thmb img {
  width: 100%;
}

.scl2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  max-width: 45px;
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  opacity: 0;
  visibility: hidden;
}

.scl2 > a {
  float: left;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #343434;
}

.tm-bx:hover .scl2 {
  opacity: 1;
  visibility: visible;
  top: 25px;
  right: 25px;
}

.scl2 > a:hover,
.scl2 > a:focus {
  background-color: #1a1a1a;
}

.tm-inf {
  position: relative;
  display: inline-block;
  background-color: #fff;
  margin-top: -50px;
  max-width: 100%;
  width: 100%;
  padding: 20px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.tm-inf > h5 {
  margin-bottom: 5px;
}

.tm-bx:hover .tm-inf > h5,
.tm-inf > h5 a:hover,
.tm-inf > h5 a:focus,
.tm-bx:hover .tm-inf > span {
  color: #fff;
}

/*===== Footer =====*/
.ftr-dta {
  float: left;
  width: 100%;
}

.remove-ext5 .wdgt-bx {
  margin-bottom: 40px;
}

.remove-ext7 .wdgt-bx {
  margin-bottom: 50px;
}

.wdgt-bx {
  float: left;
  width: 100%;
}

.wdgt-bx > h5 {
  margin-bottom: 30px;
}

.drk-bg .wdgt-bx > h5 {
  color: #fff;
}

.wdgt-bx > ul {
  padding-left: 0;
  list-style: none;
  float: left;
  width: 100%;
  margin-bottom: 0;
  margin-top: -10px;
}

.wdgt-bx > ul li {
  float: left;
  width: 100%;
  font-size: 16px;
  position: relative;
}

.drk-bg .wdgt-bx > ul li {
  color: #bcbcbc;
}

.wdgt-bx > ul li a > i {
  position: absolute;
  left: 0;
  line-height: inherit;
  font-size: 13px;
}

.wdgt-bx > ul li + li {
  margin-top: 10px;
}

.wdgt-bx > ul li > a {
  padding-left: 20px;
  float: left;
  width: calc(100% - 30px);
}

.drk-bg .wdgt-bx > ul li a > i {
  color: #fff;
}

.drk-bg .wdgt-bx > ul li:hover > a,
.drk-bg .wdgt-bx > ul li a:focus {
  color: #fff;
}

.ltst-wrp {
  float: left;
  width: 100%;
}

.ltst-nws-bx {
  float: left;
  width: 100%;
}

.ltst-nws-bx + .ltst-nws-bx {
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 15px;
}

.drk-bg .ltst-nws-bx + .ltst-nws-bx {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.ltst-nws-bx > a {
  float: left;
  margin-right: 15px;
  overflow: hidden;
}

.ltst-nws-inf {
  display: table;
  padding-top: 7px;
}

.ltst-nws-inf > h6 {
  font-size: 16px;
  margin-bottom: 3px;
}

.drk-bg .ltst-nws-inf > h6 {
  color: #fff;
}

.drk-bg .ltst-nws-inf > span {
  color: #919191;
}

.ltst-nws-inf > span {
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
}

.wrk-glry-wrp {
  float: left;
  width: 100%;
}

.wrk-glry-wrp > ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  float: left;
  width: 100%;
}

.wrk-glry-wrp > ul img {
  width: 100%;
}

.wrk-gal-nv-itm {
  overflow: hidden;
  margin: 8px 4px 0;
  position: relative;
}

.wrk-glry-wrp > ul.wrk-gal-nv {
  margin-left: -4px;
  width: calc(100% + 8px);
}

.wrk-glry-wrp > ul.wrk-gal-nv li {
  cursor: pointer;
  border: 0 !important;
}

.wrk-gal-nv-itm:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
}

.wrk-glry-wrp > ul.wrk-gal-nv li.slick-current .wrk-gal-nv-itm:before {
  opacity: 0.8;
}

.wdgt-bx > p {
  line-height: 23px;
  margin-bottom: 10px;
  font-size: 15.5px;
  line-height: 24px;
}

.drk-bg .wdgt-bx > p {
  color: #bcbcbc;
}

.loc-mp {
  float: left;
  width: 100%;
  height: 80px;
  margin-top: 15px;
}

.wdgt-bx > span {
  float: left;
  width: 100%;
  margin-top: 20px;
  font-family: montserrat;
  font-weight: 500;
}

.drk-bg .wdgt-bx > span {
  color: #bcbcbc;
}

.wdgt-bx > span i {
  margin-right: 8px;
  color: #fff;
}

/*===== Bottom Bar =====*/
.btm-br {
  float: left;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px;
}

.cpyrgt {
  display: inline-block;
}

.cpyrgt > p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 40px;
}

.drk-bg .cpyrgt > p {
  color: #bcbcbc;
}

.scl-sbcrb {
  display: inline-block;
}

.scribe-frm {
  float: left;
  max-width: 250px;
  position: relative;
  min-width: 250px;
  overflow: hidden;
}

.scribe-frm > input {
  float: left;
  width: 100%;
  color: #919191;
  height: 40px;
  padding: 10px 40px 10px 20px;
  font-size: 14px;
}

.scribe-frm > button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  font-size: 14px;
  background-color: transparent;
  color: #555;
}

.scl3 {
  display: inline-block;
  float: left;
  margin-top: -5px;
}

.scl3 > a {
  float: left;
  position: relative;
  color: #fff;
  line-height: 40px;
  width: 40px;
  text-align: center;
  font-size: 14px;
  background-color: #4a4a4a;
  margin: 5px 0 0 5px;
  z-index: 1;
  overflow: hidden;
}

.scl3 > a:before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  opacity: 0;
  z-index: -1;
}

.scl3 > a:hover:before,
.scl3 > a:focus:before {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

/*===== Page Top =====*/
.pg-tp-wrp {
  text-align: center;
  padding-top: 150px;
  width: 100%;
}

.pg-tp-wrp ol.breadcrumb {
  margin: 15px 0 -15px;
}

.pg-tp-wrp > h1 {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 58px;
}

.black-layer .pg-tp-wrp > h1 {
  color: #fff;
}

ol.breadcrumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  margin: 25px 0 0;
  display: inline-block;
}

ol.breadcrumb > li.breadcrumb-item {
  display: inline-block;
  font-size: 18px;
  float: left;
}

.black-layer ol.breadcrumb > li.breadcrumb-item {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #fff;
  padding: 0;
  margin: 0 12px;
  font-size: 16px;
}

/*===== Pagination =====*/
.pgn-wrp {
  float: left;
  margin-top: 60px;
  width: 100%;
}

.pagination {
  display: inline-block;
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.pagination > li.page-item {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  color: #666;
  margin: 5px 2px 0;
}

/* If you use Liferay 7's search results widget then these settings will mess with the pagination buttons
  located at the bottom under ul.pagination
.pagination > li.page-item a.page-link, 
.pagination > li.page-item span {
  -webkit-border-radius: inherit !important;
  border-radius: inherit !important;
  color: inherit;
  padding: 0;
  display: inline-block;
  line-height: 40px;
  width: 42px;
  border: 1px solid #dfdfdf;
  font-size:16px;
}
*/
.pagination > li.pg-lst {
  line-height: 40px;
  border: 1px solid #ddd;
  width: 42px;
  display: inline-block;
  height: 42px;
  border: 1px solid #dfdfdf;
}

.pagination > li.page-item a.page-link:hover,
.pagination > li.page-item a.page-link:focus,
.pagination > li.page-item span {
  color: #fff;
}

.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

/*===== 404 Error Page =====*/
.error-page {
  float: left;
  width: 100%;
  text-align: center;
}

.error-page-inner {
  display: inline-block;
  max-width: 50%;
  width: 100%;
  position: relative;
}

.error-page-inner > h1 {
  display: inherit;
  font-size: 200px;
  color: #292929;
  font-weight: 700;
  margin-bottom: 0;
}

.error-page-inner > h1 > i {
  font-style: normal;
}

.error-page-inner > span {
  display: inherit;
  font-size: 70px;
  font-weight: 300;
  color: #292929;
  position: relative;
  line-height: 60px;
  letter-spacing: 0.3px;
  margin-top: 10px;
}

.error-page-inner span span {
  display: block;
  font-size: 24px;
  font-weight: 400;
}

.error-page-inner > p {
  font-size: 15px;
  display: inherit;
  max-width: 80%;
  margin-top: 10px;
}

.search-form {
  display: inherit;
  margin-top: 40px;
  width: 100%;
  position: relative;
  max-width: 540px;
}

.search-form > input {
  width: 100%;
  border: 0;
  background: #f8f8f8;
  padding-left: 60px;
  padding-right: 30px;
  height: 60px;
  font-size: 14px;
  color: #969292;
  -webkit-border-radius: inherit;
  border-radius: inherit;
}

.search-form > button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.error-page-inner > p a {
  text-decoration: underline;
}

/*===== Search Found Page =====*/
.search-found {
  float: left;
  width: 100%;
  text-align: center;
}

.search-found-inner {
  display: inline-block;
  max-width: 80%;
  width: 100%;
}

.searh-content {
  width: 100%;
  background: #f8f8f8;
  text-align: center;
  display: inline-block;
  padding: 25px;
  font-size: 18px;
  max-width: 870px;
  margin-bottom: 30px;
  color: #444;
  font-weight: 700;
}

.searh-content > i {
  font-style: normal;
}

.search-found-inner > h4 {
  margin-top: 20px;
  font-size: 30px;
}

.search-found-inner > p {
  margin-top: 18px;
  font-size: 15px;
}

.search-found-inner .searching-form {
  margin-top: 50px;
}

.search-results {
  margin-top: 50px;
  border-top: 1px solid #d6d6d6;
  padding-top: 60px;
  text-align: left;
}

/*===== Events Sec =====*/
.evnt-sec {
  float: left;
  width: 100%;
}

.evnt-bx2 {
  float: left;
  width: 100%;
  overflow: hidden;
}

.evnt-thmb {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.evnt-thmb > a {
  float: left;
  width: 100%;
}

.evnt-thmb img {
  width: 100%;
}

.evnt-thmb .countdown {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.countdown {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
}

.countdown {
  max-width: 38px;
  width: 100%;
}

.countdown > li {
  float: left;
  width: 100%;
  line-height: initial;
  font-size: 15px;
  font-weight: 700;
  background-color: #1a5abc;
  margin: 2px 0;
  color: #fff;
  padding: 5px 3px;
}

.evnt-thmb > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}

.evnt-bx2:hover .evnt-thmb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.evnt-bx2:hover .evnt-thmb img {
  opacity: 0.7;
  z-index: 1;
}

.countdown > li span {
  display: block;
  line-height: 13px;
}

.countdown > li p {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 10.5px;
  color: #fff;
  font-weight: 300;
  line-height: initial;
}

.evnt-bx2 .evnt-inf {
  background-color: #ffffff;
  position: relative;
  padding: 25px 20px 75px;
}

.evnt-bx2 .evnt-inf > p {
  color: #777;
}

.pst-mta-wrp {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 85px;
  margin-top: 17px;
}

.pst-mta-wrp .evnt-dat {
  position: absolute;
  left: 0;
  font-size: 23px;
  max-width: 55px;
  line-height: 20px;
}

.pst-mta-wrp .evnt-dat > a {
  background-color: #1a5abc;
  padding: 8px 5px 6px;
}

.pst-mta-wrp .evnt-dat > a i {
  font-size: 15px;
  margin-top: 3px;
  font-weight: 400;
}

.pst-mta-wrp .pst-mta > li {
  float: left;
  width: 100%;
  margin-top: 3px;
  color: #777;
}

.pst-mta-wrp .pst-mta > li + li:before {
  display: none;
}

.pst-mta-wrp .pst-mta > li + li {
  margin-top: 10px;
}

.evnt-bx2 .evnt-inf > a.theme-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  background-color: #808080;
  color: #fff;
  font-weight: 700;
}

.evnt-bx2 .evnt-inf > a.theme-btn:hover,
.evnt-bx2 .evnt-inf > a.theme-btn:focus {
  color: #fff;
}

.remove-ext5 .evnt-bx2 {
  margin-bottom: 40px;
}

.evnt-bx2:hover .evnt-inf > a.theme-btn:before {
  opacity: 1;
  left: 0;
  right: 0;
}

/*===== Contact Us =====*/
.cnt-wrp {
  float: left;
  width: 100%;
}

.cnt-frm {
  float: left;
  width: 100%;
}

.cnt-frm > h4 {
  margin-bottom: 25px;
}

.cnt-frm > form {
  float: left;
  width: 100%;
}

.cnt-frm > form input,
.cnt-frm > form textarea {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  height: 42px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  color: #666;
  padding: 10px 25px;
  font-size: 16px;
}

.cnt-frm > form textarea {
  height: 185px;
  padding-top: 15px;
}

.cnt-frm > form button {
  float: right;
}

.cnt-inf-wrp {
  float: left;
  width: 100%;
}

.cnt-inf-wrp > h4 {
  margin-bottom: 22px;
}

.cnt-inf-lst {
  float: left;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  width: 100%;
}

.cnt-inf-lst > li {
  position: relative;
  padding-left: 50px;
  line-height: 24px;
  float: left;
  width: 100%;
}

.cnt-inf-lst > li i {
  position: absolute;
  left: 0;
  line-height: 30px;
  font-size: 25px;
}

.cnt-inf-lst > li strong {
  display: block;
  font-family: montserrat;
  font-weight: 600;
  color: #222;
  font-size: 24px;
  margin-bottom: 7px;
}

.cnt-inf-lst > li + li {
  margin-top: 30px;
}

.cnt-inf-lst > li > a,
.cnt-inf-lst > li > span {
  display: block;
  line-height: 22px;
}

.scl4 {
  display: inline-block;
}

.cnt-inf-wrp .scl4 {
  margin-top: 45px;
}

.scl4 > a {
  float: left;
  margin: 5px 0 0 5px;
  font-size: 14px;
  color: #fff;
  line-height: 35px;
  width: 35px;
  background-color: #1a5abc;
  text-align: center;
}

.cnt-mp {
  float: left;
  width: 100%;
  height: 605px;
}

/*===== Faq Sec =====*/
.faq-wrp {
  float: left;
  width: 100%;
}

.remove-ext5 .toggle {
  margin-bottom: 40px;
}

.toggle {
  float: left;
  width: 100%;
}

.toggle-item {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
}

.toggle-item > h6 {
  float: left;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  padding: 15px 40px 15px 25px;
  position: relative;
  margin-bottom: 0;
}

.toggle-item > h6 i {
  position: absolute;
  right: 25px;
  line-height: 50px;
  top: 0;
}

.toggle-item > h6.active i.fa-plus {
  opacity: 0;
  right: 0;
}

.toggle-item > h6 i.fa-minus {
  opacity: 0;
  right: 0;
}

.toggle-item > h6.active i.fa-minus {
  opacity: 1;
  right: 25px;
}

.toggle-item + .toggle-item {
  margin-top: 10px;
}

.toggle-content {
  float: left;
  padding: 0 25px 25px;
  width: 100%;
}

.toggle-content > p {
  font-size: 15px;
  line-height: 26px;
  margin: 0;
  color: #666;
}

.toggle-content > p + p {
  margin-top: 15px;
}

/*===== Team Detail Page =====*/
.team-detail-wrp {
  float: left;
  width: 100%;
}

.team-detail-inr {
  float: left;
  width: 100%;
}

.team-detail-thmb {
  float: left;
  width: 100%;
  overflow: hidden;
}

.team-detail-thmb > img {
  width: 100%;
}

.team-detail-inf {
  float: left;
  width: 100%;
  padding-top: 5%;
}

.team-member-name {
  float: left;
  width: 100%;
  position: relative;
  padding-right: 220px;
}

.team-member-name .scl4 {
  position: absolute;
  right: 0;
  top: 14px;
}

.team-member-name > h3 {
  margin-bottom: 5px;
}

.team-member-name > span {
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
}

.team-detail-inf-inr {
  float: left;
  width: 100%;
}

.member-cnt {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.member-cnt > h6 {
  margin-bottom: 10px;
}

.member-cnt > ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  float: left;
  width: 100%;
}

.member-cnt > ul > li {
  float: left;
  width: 100%;
  padding-left: 25px;
  position: relative;
  font-size: 15px;
  margin-top: 11px;
}

.member-cnt > ul > li i {
  position: absolute;
  left: 0;
  top: 9px;
}

.member-expr-lst > li:before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 11px;
}

.member-expr-lst > li {
  padding-left: 20px !important;
}

.team-detail-desc {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.team-detail-desc > h3 {
  margin-bottom: 0;
}

.team-detail-desc > p {
  margin: 20px 0 0;
}

/*===== Blog Detail =====*/
.blog-detail-wrp {
  float: left;
  width: 100%;
}

.blog-detail {
  float: left;
  width: 100%;
}

.blog-detail-inf {
  float: left;
  width: 100%;
}

.blog-detail-inf img,
.event-detail-img img {
  -webkit-border-radius: inherit;
  border-radius: inherit;
}

.blog-detail-inf .pst-mta {
  width: 100%;
  margin: 15px 0 -10px;
  display: block;
}

.blog-detail-desc,
.event-detail-desc {
  float: left;
  width: 100%;
}

.blog-detail-desc > p {
  margin: 25px 0 0;
}

.blog-detail-desc blockquote {
  display: inline-block;
  width: 100%;
  background-color: #f7f7f7;
  padding: 40px 80px 40px;
  position: relative;
  margin: 25px 0 5px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-style: italic;
}

.blog-detail-desc blockquote p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: #4d4d4d;
  line-height: 24px;
}

.blog-detail-desc blockquote p i {
  color: #d1cfcf;
  font-size: 30px;
  display: inline-block;
  position: relative;
}

.aligncenter {
  margin-bottom: 30px;
}

.pst-shr-tgs {
  float: left;
  margin-top: 30px;
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
}

.pst-shr-tgs .scl4 {
  margin-top: 20px;
}

.scl4 > span,
.tag-clouds > span {
  float: left;
  margin: 5px 10px 0 0;
  line-height: 35px;
  font-size: 16px;
  font-weight: 600;
  font-family: montserrat;
}

.tag-clouds {
  display: inline-block;
  margin-top: 20px;
}

.tag-clouds > a {
  float: left;
  margin: 5px 0 0 5px;
  color: #fff;
  background-color: #1a5abc;
  padding: 6.25px 16px;
  position: relative;
  z-index: 1;
  font-size: 15px;
  overflow: hidden;
}

.tag-clouds > a:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
}

.tag-clouds > a:hover:before,
.tag-clouds > a:focus:before {
  opacity: 1;
  left: 0;
  right: 0;
}

.rltd-wrp {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.rltd-wrp > h4 {
  margin-bottom: 25px;
  position: relative;
}

.cmts-wrp {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.cmts-wrp > h4 {
  margin-bottom: 25px;
  position: relative;
}

.cmt-thrd {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  float: left;
  width: 100%;
}

.blog-detail .cmt-thrd {
  margin-top: 25px;
}

.cmt-thrd > li {
  float: left;
  width: 100%;
}

.cmt-thrd .children {
  padding-left: 50px;
  list-style: none;
  margin-bottom: 0;
  float: left;
  width: 100%;
}

.cmt-thrd .children > li {
  float: left;
  width: 100%;
}

.cmt-bx {
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 30px;
}

.cmt-bx > img {
  float: left;
  margin-right: 25px;
}

.cmt-inf {
  float: left;
  width: calc(100% - 120px);
}

.cmt-inf > h6 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.cmt-inf > span {
  line-height: initial;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
}

a.comment-reply-link {
  position: relative;
  background-color: #1a5abc;
  color: #fff;
  padding: 2px 18px;
  float: right;
  font-size: 13px;
  font-weight: 600;
  font-family: montserrat;
  z-index: 1;
  overflow: hidden;
  margin-top: -10px;
}

a.comment-reply-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  top: 0;
  opacity: 0;
}

a.comment-reply-link:hover:before,
a.comment-reply-link:focus:before {
  left: 0;
  right: 0;
  opacity: 1;
}

.cmt-inf > p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  max-width: 90%;
}

.cmt-thrd > li:first-child > .cmt-bx {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.cmt-frm {
  float: left;
  width: 100%;
  margin-top: 60px;
}

.cmt-frm > h4 {
  margin-bottom: 25px;
}

/*===== Sidebar =====*/
.sidebar-wrp .wdgt-bx > h5 {
  margin-bottom: 15px;
}

.sidebar-wrp .wdgt-bx > p:last-child {
  margin-bottom: 0;
}

.srch-frm {
  position: relative;
}

.wdgt-bx > form {
  float: left;
  width: 100%;
}

.wdgt-bx > form input,
.wdgt-bx > form textarea {
  float: left;
  width: 100%;
  background-color: #f8f8f8;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  font-size: 15px;
  padding: 10px 24px;
  color: #777;
}

.srch-frm > input {
  -webkit-border-radius: inherit;
  border-radius: inherit;
  margin-bottom: 0 !important;
}

.srch-frm > button {
  position: absolute;
  background-color: transparent;
  font-size: 13px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45px;
}

.wdgt-bx > ul.cat-lst li {
  text-align: right;
}

.wdgt-bx > ul.cat-lst li a {
  text-align: initial;
}

.sidebar-wrp .wdgt-bx > ul li + li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed #ccc;
}

.wrk-gal {
  float: left;
  width: 100%;
  margin-bottom: -4px;
}

.wrk-gal a {
  float: left;
  width: 100%;
  overflow: hidden;
}

.wrk-gal a img {
  width: 100%;
}

.wrk-gal .mrg4 a {
  margin-bottom: 4px;
}

.wdgt-bx .scl4 {
  margin-left: -5px;
}

.wdgt-bx > form.nws-ltr {
  float: left;
  width: 100%;
  padding: 35px 20px;
  background-color: #222;
}

.wdgt-bx > form.nws-ltr > input {
  border-color: #fff;
  background-color: #fff;
}

.wdgt-bx > form.nws-ltr > button {
  width: 100%;
  padding: 11px 30px;
}

.wdgt-bx > form.nws-ltr > button:before {
  background-color: #4a4a4a;
}

/*===== Event Detail =====*/
.event-detail-wrp {
  float: left;
  width: 100%;
}

.event-detail {
  float: left;
  width: 100%;
}

.event-detail-img {
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.event-detail-img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
}

.event-detail-img ul.countdown {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 50px;
}

.event-detail-img ul.countdown > li {
  font-size: 20px;
  padding: 9px 5px;
}

.event-detail-img ul.countdown > li p {
  font-size: 14px;
  margin-top: 3px;
}

.event-detail-inf-inr {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.event-detail-desc > p {
  margin: 20px 0 20px;
}

.event-detail-desc > blockquote + p {
  margin-top: 0;
}

.evntspkrs-wrp {
  float: left;
  width: 100%;
  margin: 15px 0 20px;
}

.evntspkrs-wrp > h3 {
  margin-bottom: 30px;
}

.ltst-evnt-wrp {
  float: left;
  width: 100%;
}

.ltst-evnt {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ltst-evnt > a {
  float: left;
  width: 100%;
}

.ltst-evnt > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: 1;
}

.ltst-evnt:hover > a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ltst-evnt ul.countdown {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 30px;
}

.ltst-evnt ul.countdown > li {
  font-size: 10.8px;
  padding: 3px;
}

.ltst-evnt ul.countdown > li p {
  font-size: 7.6px;
}

.ltst-evnt-car > .owl-nav {
  position: absolute;
  top: -40px;
  right: 0;
}

.ltst-evnt-car > .owl-nav > div,
.ltst-evnt-car > .owl-nav > button.owl-next,
.ltst-evnt-car > .owl-nav > button.owl-prev {
  display: inline-block;
  line-height: 25px;
  width: 25px;
  text-align: center;
  background-color: #4a4a4a;
  color: #fff;
  margin-left: 3px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/*===== Service Detail =====*/
.service-detail-wrp {
  float: left;
  width: 100%;
}

.service-detail-nav {
  float: left;
  width: 100%;
  background-color: #fbfbfb;
  padding: 30px;
}

.service-detail-nav > ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  float: left;
  width: 100%;
}

.service-detail-nav > ul li {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #222;
  font-weight: 700;
}

.service-detail-nav > ul li + li {
  margin-top: 10px;
}

.service-detail-desc {
  float: left;
  width: 100%;
}

.service-detail-desc > img {
  width: 100%;
}

.service-detail-desc > h3 {
  margin: 25px 0 0;
}

.service-detail-desc > p {
  margin: 20px 0 0;
}

.service-detail-desc > p + p {
  margin-top: 30px;
}

/*===== Campaign Detail =====*/
.campaign-detail-wrp {
  float: left;
  width: 100%;
}

.campaign-detail-img {
  float: left;
  width: 100%;
  position: relative;
}

.campaign-detail-img > a.theme-btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.campaign-detail-desc {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.campaign-detail-desc > p {
  margin: 25px 0 10px;
}

/*===== Gallery Style =====*/
.gallery-wrap {
  float: left;
  width: 100%;
}

.gallery-item {
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.gallery-item > a {
  float: left;
  width: 100%;
}

.gallery-item > a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
}

.gallery-item:hover > a::before {
  opacity: 0.5;
}

.mrg10 .gallery-item {
  margin-bottom: 10px;
}

/*===== Responsive Header =====*/
.rspn-hdr {
  display: none;
  float: left;
  width: 100%;
  position: relative;
  z-index: 999;
}

.rspn-mdbr {
  background-color: #252a2c;
  float: left;
  width: 100%;
}

.rspn-scil {
  float: left;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
}

.rspn-scil > li {
  color: #fff;
  float: left;
  font-size: 10px;
  line-height: 38px;
  margin-right: 1px;
  text-align: center;
}

.rspn-scil > li:last-child {
  margin-right: 0;
}

.rspn-scil > li a {
  background-color: #3d3d3d;
  color: inherit;
  float: left;
  height: 38px;
  width: 33px;
}

.rspn-srch {
  float: right;
  height: 38px;
  position: relative;
  width: calc(100% - 135px);
}

.rspn-srch > input {
  background-color: transparent;
  border: 0 none;
  color: #7e7e7e;
  font-family: nunito;
  font-size: 12px;
  height: 100%;
  padding: 0 7% 0 4%;
  width: 100%;
}

.rspn-srch > input:focus {
  font-style: normal;
}

.rspn-srch > button {
  background-color: transparent;
  border: 0;
  color: #999;
  font-size: 12px;
  height: 100%;
  position: absolute;
  right: 10px;
  top: 0;
}

.lg-mn {
  float: left;
  padding: 20px 30px;
  position: relative;
  width: 100%;
}

.lg-mn .logo {
  float: left;
  width: auto;
  padding: 0;
}

.lg-mn .logo > a {
  padding: 0;
}

.lg-mn {
  text-align: center;
}

.rspn-cnt {
  display: inline-block;
  margin-top: 10px;
}

.rspn-cnt > span {
  display: inline-block;
  margin: 10px 10px 0;
  color: #fff;
}

.rspn-cnt > span i {
  margin-right: 8px;
}

.rspn-mnu-btn {
  background-color: #141414;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 30%;
  width: 40px;
}

.rspn-mnu-btn:hover {
  background-color: #fff;
}

/*===== Responsive Menu =====*/
.rsnp-mnu {
  background-color: #0c0c0c;
  bottom: 0;
  opacity: 0;
  padding: 85px 40px 50px;
  position: fixed;
  right: -350px;
  top: 0;
  visibility: hidden;
  z-index: 99999;
  max-width: 350px;
  width: 100%;
}

.rsnp-mnu.slidein {
  opacity: 1;
  right: 0;
  visibility: visible;
}

.rspn-mnu-cls {
  background-color: #303030;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 12px;
  width: 40px;
}

.rsnp-mnu > ul {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
  overflow-y: auto !important;
  height: 320px;
  width: 100% !important;
}

.rsnp-mnu > ul > li {
  color: #fff;
  float: left;
  font-family: nunito;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}

.rsnp-mnu > ul > li a {
  color: inherit;
  display: block;
}

.rsnp-mnu > ul > li:last-child {
  margin-bottom: 0;
}

.rsnp-mnu > ul ul {
  display: none;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 20px;
  opacity: 1;
  position: static;
  visibility: visible;
}

.rsnp-mnu ul li.menu-item-has-children.active > a {
  margin-bottom: 15px;
}

.rsnp-mnu > ul li.menu-item-has-children::before {
  content: "...";
  right: 0;
  position: absolute;
  top: -2px;
}

.rsnp-mnu > ul ul > li {
  color: #a4a4a4;
  font-family: montserrat;
  font-size: 13px;
  margin-bottom: 12px;
  position: relative;
  text-transform: initial;
}

.rsnp-mnu > ul ul > li:last-child {
  margin-bottom: 0;
}

/*===== Sidepanel =====*/
.sidepanel {
  padding: 30px;
  position: fixed;
  width: 250px;
  background: #222222;
  z-index: 100000000;
  left: -250px;
  top: 100px;
}

.show {
  left: 0;
}

.sidepanel > span {
  position: absolute;
  right: -50px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  font-size: 18px;
  color: #ffffff;
  background: #222222;
  top: 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.color-picker {
  float: left;
  width: 100%;
}

.color-picker > h6 {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  position: relative;
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  padding-bottom: 13px;
}

.color-picker > h6::before {
  content: "";
  background: #777;
  height: 3px;
  width: 13px;
  left: 0;
  bottom: 0;
  position: absolute;
}

.color-picker > a::before {
  height: 100%;
  top: 0;
  left: 0;
  width: 0;
  position: absolute;
  z-index: 1;
  content: "";
}

.color-picker > a.color-picker::before {
  width: 100%;
}

.color-picker > a::after {
  color: #fff;
  content: "✔";
  font-size: 16px;
  left: 50%;
  top: 50%;
  position: absolute;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.color-picker > a.applied::after {
  opacity: 1;
}

.color-picker > a {
  cursor: pointer;
  float: left;
  height: 35px;
  margin: 0 10px 10px 0;
  position: relative;
  width: 35px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.color-picker .color {
  background-color: #1a5abc;
}

.color-picker .color2 {
  background-color: #b57c00;
}

.color-picker .color3 {
  background-color: #a0ce4e;
}

.color-picker .color4 {
  background-color: #f01313;
}

/*===== Page Loader =====*/
.preloader {
  background: #0b52e4;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  left: 0;
  top: 0;
}

.preloader .ball-scale-multiple {
  position: relative;
  top: 50%;
  left: 50%;
}

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

.ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-ripple-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear;
}

.ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
  animation-delay: -0.35s !important;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-multiple > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}

.blog-detail-inf > h1 {
  font-size: 36px;
  margin: 25px 0 0;
  font-weight: 500;
}

.sidebar-wrp .ltst-nws-bx > a {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.sidebar-wrp .ltst-nws-inf > h6 {
  font-size: 13px;
  line-height: 20px;
  margin-top: 5px;
  width: calc(100% + 5px);
  font-weight: 500;
}

.sidebar-wrp .ltst-nws-inf > span {
  font-size: 12px;
}

.ltst-nws-inf > span i {
  margin-right: 7px;
}

.event-detail-inf-inr > h1 {
  font-size: 36px;
  font-weight: 500;
  margin: 10px 0 0;
}

.event-detail-inf-inr .pst-mta {
  margin: 5px 0 -5px;
  display: block;
}

.sidebar-wrp .ltst-nws-bx + .ltst-nws-bx {
  padding-top: 0;
  border-top: 0;
  margin-top: 15px;
}

.wdgt-bx > form.srch-frm input {
  background-color: transparent;
  padding: 10px 45px 10px 13px;
  -webkit-border-radius: 0;
  border-radius: 5px;
}

.wdgt-bx > form.srch-frm i.fa.fa-search {
  font-size: 14px;
}

.wdgt-bx .srch-frm > button:before {
  content: "";
  top: 8px;
  bottom: 8px;
  width: 1px;
  position: absolute;
  left: 0;
  background-color: #ccc;
}

.wdgt-bx .srch-frm > button {
  padding-top: 4px;
}

.wdgt-bx .srch-frm > button:hover,
.wdgt-bx .srch-frm > button:focus {
  color: #333;
}

.floter-911 {
  position: fixed;
  z-index: 1;
  right: 40px;
  bottom: 50px;
}

.pagination > li.page-item.prev a,
.pagination > li.page-item.next a {
  line-height: 42px;
  height: 42px;
}

.cnt-frm > h4,
.cnt-inf-wrp > h4 {
  position: relative;
  padding-bottom: 15px;
}

.toggle-item > h6.active {
  padding-top: 28px;
  padding-bottom: 10px;
}

.toggle-item > h6.active i {
  line-height: 62px;
}

blockquote p i.tp-qt {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: -35px;
  margin-top: 0;
  top: -15px;
}

blockquote p i.bt-qt {
  display: inline;
  bottom: -15px;
  margin-left: 15px;
}

.event-detail-desc blockquote {
  border: 6px solid #ebe9e9;
  position: relative;
  padding: 23px 40px 20px 35px;
  margin-bottom: 20px;
  display: inline-block;
  width: calc(100% - 20px);
  margin-left: 10px;
}

.event-detail-desc blockquote p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 26px;
  color: #555;
  max-width: 95%;
}

.event-detail-desc blockquote p i.tp-qt {
  left: -25px;
  top: 0;
}

.event-detail-desc blockquote p i {
  margin: 0;
  color: #bcbbbb;
  font-size: 23px;
  position: absolute;
  background-color: #fff;
  line-height: 50px;
  width: 50px;
  text-align: center;
}

.event-detail-desc blockquote p i.bt-qt {
  right: -25px;
  bottom: 0;
}

/*===== Team Style 2 =====*/
.remove-ext5 .tm-bx2 {
  margin-bottom: 40px;
}

.tm-bx2 {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tm-thmb > h4 {
  position: absolute;
  left: 50%;
  bottom: 30px;
  color: #fff;
  margin-bottom: 0;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 24px;
  line-height: 70px;
  padding-right: 50px;
  min-width: 268px;
  z-index: 1;
}

.tm-thmb > h4 i {
  float: left;
  line-height: 70px;
  width: 70px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #222;
  margin-right: 30px;
}

.tm-bx2 .tm-thmb > img {
  -webkit-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}

.tm-bx2:hover .tm-thmb > img {
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

.tm-bx2 .tm-thmb:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  z-index: 1;
  opacity: 0.6;
}

.tm-bx2:hover .tm-thmb > h4 {
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.tm-inf2 {
  position: absolute;
  top: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  padding: 0 50px;
  opacity: 0;
  visibility: hidden;
}

.tm-inf2 > h5 {
  color: #fff;
  margin-bottom: 0;
  font-size: 26px;
}

.tm-inf2 > span {
  color: #fff;
  font-size: 16px;
  display: inline-block;
}

.tm-inf2 > p {
  color: #fff;
  line-height: 24px;
  margin: 13px 0 12px;
}

.tm-inf2 .scl4 > a {
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 40px;
  width: 40px;
  font-size: 16px;
}

.tm-bx2:hover .tm-inf2 {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.floter-911 {
  display: none;
}

.logo img {
  width: 80%;
}

.logo {
  display: inline-block;
  padding: 25px 0 0 10px;
}

.lg-mnu-sec nav {
  float: right;
  margin-top: 55px;
}

.header-search i.fas.fa-search {
  color: #fff;
}

.header-search i.fas.fa-search:hover {
  color: #ff1313;
}

.header-search ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.header-search :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.header-search ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.header-search > form {
  position: absolute;
  left: 180px;
  right: 200px;
  top: 50%;
  width: 75%;
}

header.stick {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
}

.abt-sec.style-edit h3 {
  font-size: 32px;
  padding-bottom: 0px;
}

.camp-thmb > a:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.camp-thmb > a:hover:after {
  opacity: 1;
}

.hlf-parallex .fixed-bg {
  background-attachment: initial;
  background-size: contain;
}

.evnt-inf a.event-btn {
  color: #808080;
}

.evnt-inf a.event-btn:hover {
  color: #222;
}

.theme-bg-layer:before {
  background-color: #1a5abc !important;
}

footer .drk-bg .ltst-nws-inf > h6 {
  color: #bcbcbc;
  font-weight: 500;
  line-height: 20px;
  font-size: 15px;
}

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

#animated-example {
  width: 20px;
  height: 20px;
  background-color: red;
  position: relative;
  top: 100px;
  left: 100px;
  border-radius: 50%;
}

hr {
  position: relative;
  top: 92px;
  left: -300px;
  width: 200px;
}

.pg-tp-wrp h1:after {
  content: "";
  position: absolute;
  left: 44%;
  width: 128px;
  height: 9px;
  background-image: url(../images/tl-shp2.png);
  bottom: 0;
  top: 60px;
}

.black-layer .pg-tp-wrp > h1 {
  position: relative;
  margin-top: -5px;
}

header.header2, header {
  border: none;
  background-color: rgba(0, 0, 0, 0.45);
}

header.header2 .tb-br {
  display: none;
}

header.header2 {
  padding: 0px 40px 40px;
}

.blog-detail img.alignleft {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.rltd-wrp h4:before, .cmts-wrp h4:before {
  top: 45px;
}

.rltd-wrp .remove-ext5 .blg-bx {
  margin-top: 20px;
}

.team-member-name .scl1 > a {
  color: #1a5abc;
}

.team-member-name .scl1 > a:hover {
  color: #fff;
}

.team-member-name .scl1 {
  display: block;
}

.team-detail-desc h3 {
  position: relative;
}

.team-detail-desc h3:before {
  top: 45px;
}

.overlap144.rev_slider_wrapper {
  margin-top: -25px;
}

/*===== Index 3 =====*/
/*===== Header Style 3 =====*/
header.style3 {
  background-color: transparent;
  padding-bottom: 0;
  border-bottom: 0;
  position: relative;
}

header.style3.stick {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
}

header.style3.sticky {
  position: fixed;
  left: 0;
  top: -51.4px;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.topbar {
  /*float: left;*/
  float: left;
  width: 100%;
}

.scl5 {
  display: inline-block;
}

.select-wrap {
  display: inline-block;
}

.select-wrap .bootstrap-select {
  width: 100% !important;
}

.select-wrap .bootstrap-select > button {
  background-color: transparent;
  color: #fff;
  font-size: inherit;
  line-height: initial;
  border: 0;
  padding: 0 10px 0 5px;
}

.select-wrap .bootstrap-select > button:after {
  top: 10px;
  position: absolute;
  right: 0;
  margin: 0;
}

.topbar .bootstrap-select.btn-group .dropdown-menu {
  width: 100px;
}

.theme-bg .tp-lst > li > a:hover, .theme-bg .tp-lst > li > a:focus {
  color: #fff;
}

.scl5 > a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
}

.scl5 > a + a {
  margin-left: 20px;
}

.scl5 > a:hover, .scl5 > a:focus {
  color: #000;
  opacity: 0.5;
}

.topbar .scl5 {
  margin-top: 10px;
}

.lg-mnu-sec2 {
  /*float: left;*/
  float: left;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.lg-mnu-sec2 .logo {
  padding: 21.3px 0;
  max-width: 250px;
}

nav {
  display: inline-block;
}

.lg-mnu-sec2 .logo + nav {
  width: calc(100% - 250px);
  float: right;
}

header.style3 nav > div > ul > li {
  color: #535353;
  line-height: 96.7px;
}

header.style3 nav > div > ul > li > a {
  padding: 0;
}

header.style3 nav > div > ul > li + li {
  margin-left: 30px;
}

header.style3 nav > div > ul > li > a:before {
  display: none;
}

nav > div > ul + form {
  margin-left: 25px;
  margin-top: 28px;
  float: right;
}

nav > div > form {
  display: inline-block;
  max-width: 211px;
  position: relative;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
}

nav > div > form input {
  border: 1px solid #e2e2e2;
  border-radius: inherit;
  padding: 10px 20px;
  font-size: 14px;
  height: 40px;
  float: left;
  width: 100%;
}

nav > div > form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  width: 100px;
  font-size: 14px;
}

nav > div > form button:hover,
nav > div > form button:focus {
  background-color: #333;
}

/*===== Featured Area Style 2 =====*/
.featured-area-wrap {
  float: left;
  width: 100%;
}

.featured-car {
  float: left;
  width: 100%;
}

.featured-item {
  float: left;
  width: 100%;
  padding: 200px 15px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.featured-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.05;
  z-index: -1;
}

.featured-cap {
  display: inline-block;
}

.featured-cap > span {
  display: block;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 10px;
  display: none;
}

.featured-cap > span + h2 {
  margin-top: -10px;
}

.featured-cap > h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: 58px;
  font-weight: 700;
  line-height: 70px;
}

.featured-cap > h2 + p {
  margin-top: 15px;
}

.featured-cap > p {
  margin-bottom: 5px;
  color: #dbdbdb;
  font-size: 25px;
  line-height: 36px;
  font-weight: 500;
}

.btns-grp {
  display: inline-block;
}

.featured-cap > p + .btns-grp {
  margin-top: 18px;
}

.btns-grp > a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

.btns-grp > a:not(.theme-btn) {
  font-size: 15px;
  font-family: montserrat;
  font-weight: 500;
  background-color: #fff;
  padding: 14px 45px;
  display: inline-block;
}

.btns-grp > a:not(.theme-btn):hover,
.btns-grp > a:not(.theme-btn):focus {
  color: #fff;
}

/*===== About & Services Style 3 =====*/
.abt-sec3 {
  float: left;
  width: 100%;
}

.abt-gal3 {
  float: left;
  margin-bottom: -5px;
  width: 100%;
}

.abt-gal-itm {
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.abt-gal-itm > a {
  float: left;
  width: 100%;
}

.abt-gal-itm:hover img {
  -webkit-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}

.abt-gal-itm img {
  width: 100%;
}

.abt-gal3 .abt-gal-itm {
  margin-bottom: 10px;
}

.abt-gal-itm > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  z-index: 1;
}

.abt-gal-itm:hover > a::before {
  opacity: 0.6;
}

.abt-gal-itm > a i {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 30px;
  -webkit-transform: translate(-50%, -50%) scale(8);
  -ms-transform: translate(-50%, -50%) scale(8);
  -o-transform: translate(-50%, -50%) scale(8);
  transform: translate(-50%, -50%) scale(8);
  opacity: 0;
  z-index: 1;
}

.abt-gal-itm:hover > a i {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.abt-desc3 {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.abt-tl3 {
  float: left;
  width: 100%;
}

.abt-tl3 > h2 {
  font-size: 48px;
  margin-bottom: 0;
  margin-top: -5px;
}

.abt-tl3 > p {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 16px;
  line-height: 24px;
}

.abt-srv-wrp {
  float: left;
  width: 100%;
}

.srv-bx3 {
  float: left;
  position: relative;
  width: 100%;
  padding-left: 45px;
  margin-top: 20px;
}

.srv-bx3 > i {
  border: 1px solid;
  line-height: 28px;
  width: 30px;
  position: absolute;
  left: 0;
  text-align: center;
  font-style: normal;
  height: 30px;
  font-size: 15px;
  font-weight: 600;
  top: 0;
  background-color: #fff;
  font-family: montserrat;
}

.srv-bx3 > h4 {
  font-size: 18px;
  margin-bottom: 0;
}

.srv-bx3 > h4 + p {
  margin-top: 6px;
}

.srv-bx3 > p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
  max-width: 95%;
}

.abt-tl3 + .abt-srv-wrp {
  margin-top: 3px;
}

.srv-bx3 + .srv-bx3 > i::before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: calc(100% + 50px);
  width: 1px;
  left: 50%;
  margin-left: -0.5px;
  z-index: -1;
}

.srv-bx3 + .srv-bx3 > i::after {
  content: "";
  height: 10px;
  width: 10px;
  left: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: calc(100% + 24px);
}

/*===== Campaign Style 3 =====*/
.sec-tl3 {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  margin-top: -10px;
}

.sec-tl3 > h2 {
  margin-bottom: 0;
}

.remove-ext7 .camp-box3 {
  margin-bottom: 50px;
}

.camp-box3 {
  float: left;
  width: 100%;
}

.camp-img3 {
  float: left;
  width: 100%;
  position: relative;
}

.camp-img3:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
}

.camp-img3 > img {
  width: 100%;
}

.camp-img3 > h4 {
  position: absolute;
  color: #fff;
  bottom: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  padding: 0 20px 12px;
}

.camp-info {
  float: left;
  width: 100%;
  padding: 30px 20px 20px;
}

.camp-prg {
  float: left;
  width: 100%;
}

.camp-prg .progress {
  display: block;
  height: 10px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-color: #f2f2f2;
}

.camp-prg .progress .progress-bar {
  display: block;
  float: left;
  height: inherit;
}

.camp-prg > span {
  display: inline-block;
  font-size: 14px;
  float: left;
  margin-top: 10px;
}

.camp-prg > span + span {
  float: right;
}

.camp-prg > span i {
  font-style: normal;
  margin-left: 5px;
}

.camp-prg + a {
  margin-top: 15px;
}

.camp-info > a {
  border: 1px solid;
  padding: 13px 35px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

.camp-info > a:hover,
.camp-info > a:focus {
  color: #fff;
}

.camp-box3:hover .camp-info {
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
}

.camp-box3.style2 .camp-info {
  background-color: #f2f2f2;
}

.camp-box3.style2 .camp-prg .progress {
  background-color: #fff;
}

.camp-box3.style2 .camp-info > a {
  border-color: #fff;
  background-color: #fff;
}

/*===== Services Style 3 =====*/
.servs-wrap {
  float: left;
  width: 100%;
}

.servs-wrap .srv-bx4 {
  margin-bottom: 30px;
}

.srv-bx4 {
  background-color: #f7f6fc;
  float: left;
  width: 100%;
  padding: 40px 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.18);
  position: relative;
}

.gray-layer3 .srv-bx4 {
  background-color: #fff;
}

.srv-bx4:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  top: 0;
  bottom: 0;
  border-bottom: 1px solid;
  opacity: 0;
}

.srv-bx4:hover:before {
  opacity: 1;
  border-bottom-width: 7px;
}

.srv-bx4 > i {
  display: inline-block;
  line-height: 75px;
  position: relative;
}

.srv-bx4 > i + .srv-info4 {
  margin-top: 25px;
}

.srv-info4 {
  float: left;
  width: 100%;
  position: relative;
}

.srv-info4 > h4 {
  font-size: 24px;
  margin-bottom: 0;
}

.srv-info4 > h4 + p {
  margin-top: 10px;
}

.srv-info4 > p {
  margin-bottom: 0;
  font-size: 15.5px;
  line-height: 26px;
}

.srv-info4 > p + a {
  margin-top: 7px;
}

.srv-info4 > a {
  display: inline-block;
  font-weight: 500;
  color: #222;
  font-family: montserrat;
  font-size: 15px;
}

/*===== Video Sec 3 =====*/
.videos-wrap3 {
  float: left;
  width: 100%;
  margin-bottom: -4px;
}

.video-box {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 4px;
}

.video-box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.6;
}

.video-box > img {
  width: 100%;
}

.video-box > a {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 85px;
}

.video-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px 15px;
}

.video-info > h4 {
  color: #fff;
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 500;
}

.video-meta {
  display: inline-block;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.video-meta > li {
  display: inline-block;
  color: #f8f8f8;
  font-size: 14px;
  font-weight: 600;
}

.video-meta > li + li {
  margin-left: 25px;
}

.video-meta > li i {
  margin-right: 8px;
  color: #fff;
}

/*===== Emergency Call Style =====*/
.emrgncy-wrap {
  float: left;
  padding: 54.35px 30px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.emrgncy-wrap:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  z-index: -1;
}

.emrgncy-inr {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: -6px;
  position: relative;
}

.emrgncy-inr > h4 {
  color: #fff;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 500;
  padding-left: 10px;
}

.emrgncy-inr > h4 strong {
  padding-left: 15px;
}

.emrgncy-inr + .emrgncy-inr {
  float: right;
  padding-left: 40px;
}

.emrgncy-inr + .emrgncy-inr:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  top: -25px;
  bottom: -20px;
  background-color: #fff;
  opacity: 0.5;
}

.emrgncy-inr > a.theme-btn {
  padding: 14px 70px;
  margin-right: 20px;
}

.emrgncy-inr > a.theme-btn:before {
  background-color: #fff;
}

/*===== Blog Style 3 =====*/
.blog-wrap3 {
  float: left;
  width: 100%;
}

.remove-ext3 .blg-box3 {
  margin-bottom: 30px;
}

.blg-box3 {
  float: left;
  width: 100%;
}

.blg-img {
  float: left;
  width: 100%;
  border-bottom: 6px solid;
  padding-bottom: 0px;
  position: relative;
}

.blg-img > a {
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.blg-box3:hover .blg-img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}

.blg-img img {
  width: 100%;
}

.blg-date {
  position: absolute;
  left: 0;
  color: #fff;
  text-align: center;
  bottom: -4px;
  width: 65px;
  line-height: 22px;
}

.blg-date > a {
  float: left;
  width: 100%;
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
}

.blg-date > a i {
  display: block;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
}

.blg-date > a:hover,
.blg-date > a:focus {
  color: #fff;
}

.blg-info3 {
  float: left;
  width: 100%;
  margin-bottom: -5px;
  background: #fff;
  box-shadow: 0px -1px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 25px;
}

.pst-meta {
  display: inline-block;
  padding-left: 0;
  list-style: none;
  margin-bottom: -5px;
  width: 100%;
}

.pst-meta > li {
  float: left;
}

.pst-meta > li + li {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}

.pst-meta > li + li:before {
  content: "";
  position: absolute;
  left: 0;
  height: 12px;
  width: 1px;
  background-color: #666;
  top: 50%;
  margin-top: -6px;
}

.blg-info3 > h4 {
  font-size: 18px;
  margin-bottom: 0;
  color: #2f2f2f;
  font-weight: 500;
  line-height: 27px;
}

.blg-info3 > h4 + p {
  margin-top: 8px;
}

.blg-info3 > p {
  margin-bottom: 0;
  font-size: 15.5px;
  line-height: 26px;
}

.blg-info3 > p + a {
  margin-top: 10px;
  color: #1a5abc;
  font-size: 15px;
}

.blg-info3 > a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

.blg-info3 > a i {
  margin-left: 8px;
  font-size: 12px;
}

/*===== Gallery Style 3 =====*/
.gallery-wrap3 {
  float: left;
  width: 100%;
  padding: 0 10px;
  margin-bottom: -10px;
}

.gallery-wrap3 .gallery-item {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}

/*===== Team Style 3 =====*/
.tem-sec3 {
  float: left;
  width: 100%;
}

.remove-ext3 .tem-box3 {
  margin-bottom: 30px;
}

.tem-box3 {
  float: left;
  width: 100%;
}

.tem-box3:hover {
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 0px 10px 4px rgba(0, 0, 0, 0.1);
}

.tem-img {
  float: left;
  width: 100%;
}

.tem-img > a {
  float: left;
  width: 100%;
  border: 6px solid #1a5abc;
}

.tem-img > a img {
  width: 100%;
}

.tem-info {
  float: left;
  padding: 25px 30px 27px;
  width: 100%;
}

.tem-box3:hover .tem-info {
  background-color: #fff;
}

.tem-info > h4 {
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
}

.tem-box3:hover .tem-info > h4 {
  color: #222;
}

.tem-info > span {
  display: block;
  color: #fff;
  font-size: 15px;
  padding: 7px 0px;
  font-weight: 600;
  margin-bottom: -8px;
}

.tem-info > span + .scl6 {
  margin-top: 8px;
}

.scl6 {
  display: inline-block;
}

.scl6 > a {
  color: #fff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  margin: 0px 0px 4px 0px;
  line-height: 30px;
  width: 30px;
  font-size: 15px;
  height: 30px;
}

.tem-box3:hover .scl6 > a {
  color: #555;
  border-color: #555;
}

.scl6 > a:hover,
.scl6 > a:focus,
.tem-box3:hover .scl6 > a:hover,
.tem-box3:hover .scl6 > a:focus {
  color: #fff;
}

.tem-info > h4 a:hover,
.tem-info > h4 a:focus {
  color: #fff;
}

/*===== Testimonials Sec =====*/
.black-layer .sec-tl3 > h2 {
  color: #fff;
}

.testi-car {
  float: left;
  width: 100%;
  padding-right: 100px;
}

.testi-item {
  float: left;
  width: 100%;
  margin-top: -10px;
}

.testi-item > p {
  margin-bottom: 0;
  font-size: 18px;
  font-style: italic;
  line-height: 36px;
  position: relative;
}

.black-layer .testi-item > p {
  color: #fff;
}

.testi-item > p i {
  position: absolute;
  transform: rotateY(180deg);
  right: 0;
  opacity: 0.1;
  font-size: 150px;
  line-height: initial;
  bottom: -50px;
}

.testi-item > p + .testi-info {
  margin-top: 25px;
}

.testi-info {
  float: left;
  width: 100%;
}

.testi-info > img {
  max-width: 95px;
  float: left;
}

.testi-info-inner {
  float: left;
  width: 100%;
}

.testi-info > img + .testi-info-inner {
  width: calc(100% - 95px);
  padding-left: 15px;
  margin-top: 22.5px;
}

.testi-info-inner > h4 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.testi-info-inner > span {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-top: 7px;
}

.testi-car .owl-dots {
  position: absolute;
  right: 0;
  bottom: 40px;
}

.testi-car .owl-dots > div {
  background-color: #fff;
  height: 3px;
  width: 24px;
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.testi-car .owl-dots > div + div {
  margin-left: 5px;
}

/*===== Featured Area Style 2 =====*/
.featured-area-wrap2 {
  float: left;
  width: 100%;
}

.featured-item2 {
  float: left;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 300px 15px 160px;
}

.featured-item2 .featured-cap {
  max-width: 45%;
}

.featured-item2 .featured-cap > h2 {
  font-size: 58px;
}

.featured-item2 .featured-cap > p {
  font-size: 20px;
  display: inline-block;
  max-width: 80%;
}

.featured-item2 .featured-cap > h2 + p {
  margin-top: 15px;
}

.featured-item2 .featured-cap > p + a {
  margin-top: 40px;
}

.owl-item.animated {
  -webkit-animation-iteration-count: initial !important;
  -ms-animation-iteration-count: initial !important;
  -o-animation-iteration-count: initial !important;
  animation-iteration-count: initial !important;
}

.quick-acc-lst {
  position: absolute;
  right: 0;
  bottom: 90px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  line-height: 140px;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 200px 0 0 200px;
  border-radius: 200px 0 0 200px;
}

.quick-acc-lst > a {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

.quick-acc-lst > a + a:before {
  height: 60px;
  width: 1px;
  top: 50%;
  content: "";
  margin-top: -30px;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  left: 0;
}

/*===== Theme Color =====*/
/*===== Background Color =====*/
.theme-bg,
.theme-btn,
.theme-bg-layer:before,
nav > div > ul li > a:before,
.rspn-scil > li a:hover,
.rspn-mnu-cls:hover,
.preloader,
.scl1 > a:before,
.srch-cls-btn:hover,
.abt-desc > ul li:before,
.camp-bx .prg-wrp > a.theme-btn:before,
.vdo-car .owl-nav > div:hover,
.vdo-car .owl-nav > div:focus,
.vdo-car .owl-nav > button.owl-next:hover,
.vdo-car .owl-nav > button.owl-prev:hover,
.vdo-car .owl-nav > button.owl-next:focus,
.vdo-car .owl-nav > button.owl-prev:focus,
.fcts-lst > li span:before,
.tm-bx:hover .tm-inf,
.scl3 > a:before,
.pagination > li.page-item a.page-link:hover,
.pagination > li.page-item a.page-link:focus,
.pagination > li.page-item span,
.evnt-bx2 .evnt-inf > a.theme-btn:before,
.evnt-bx2:hover .countdown > li,
.evnt-bx2:hover .pst-mta-wrp .evnt-dat > a,
.scl4 > a:hover,
.scl4 > a:focus,
.abt-img.style2:before,
.member-expr-lst > li:before,
.tag-clouds > a:before,
a.comment-reply-link:before,
.event-detail-img ul.countdown > li,
.ltst-evnt ul.countdown > li,
.ltst-evnt-car .owl-nav > div:hover,
.ltst-evnt-car .owl-nav > div:focus,
.ltst-evnt-car .owl-nav > button.owl-next:hover,
.ltst-evnt-car .owl-nav > button.owl-prev:hover,
.ltst-evnt-car .owl-nav > button.owl-next:focus,
.ltst-evnt-car .owl-nav > button.owl-prev:focus,
.preloader,
.tm-bx2 .tm-thmb > h4,
.rspn-mnu-btn,
nav > div > form button,
.btns-grp > a:not(.theme-btn):hover,
.btns-grp > a:not(.theme-btn):focus,
.srv-bx3 > i:before,
.srv-bx3 > i:after,
.camp-info > a:hover,
.camp-info > a:focus,
.blg-date > a,
.camp-box3.style2 .camp-info > a:hover,
.camp-box3.style2 .camp-info > a:focus,
.testi-car .owl-dots .owl-dot:hover,
.testi-car .owl-dots .owl-dot:focus,
.testi-car .owl-dots .owl-dot.active,
.scl6 > a:hover,
.scl6 > a:focus,
.quick-acc-lst {
  background-color: #1a5abc;
}

/*===== Text Color =====*/
.theme-clr,
.rsnp-mnu ul > li > a:focus,
.rsnp-mnu ul > li:hover > a,
.rsnp-mnu ul > li.active > a,
.rspn-srch > button:hover,
.rsnp-mnu ul li.menu-item-has-children.active:before,
.tp-lst > li a:hover,
.tp-lst > li a:focus,
.header-search > form button:hover,
.header-search > form button:focus,
.srv-inf > h5 a:hover,
.srv-inf > h5 a:focus,
.srv-inf > a:hover,
.srv-inf > a:focus,
.camp-inf > h5 a:hover,
.camp-inf > h5 a:focus,
.vdo-bx > a:hover,
.vdo-bx > a:focus,
.blg-inf > h6 a:hover,
.blg-inf > h6 a:focus,
.blg-inf > a:hover,
.blg-inf > a:focus,
.pst-mta > li a:hover,
.pst-mta > li a:focus,
.evnt-inf > h5 a:hover,
.evnt-inf > h5 a:focus,
.evnt-inf > a:hover,
.evnt-inf > a:focus,
.ltst-nws-inf > h6 a:hover,
.ltst-nws-inf > h6 a:focus,
.ltst-nws-inf > span a:hover,
.ltst-nws-inf > span a:focus,
.wdgt-bx > ul li:hover > a,
.wdgt-bx > ul li a:focus,
.cpyrgt p a:hover,
.cpyrgt p a:focus,
.scribe-frm > button:hover,
.scribe-frm > button:focus,
.breadcrumb > li > a:hover,
.breadcrumb > li > a:focus,
.cnt-inf-lst > li a:hover,
.cnt-inf-lst > li a:focus,
.toggle-item > h6 i,
.toggle-item > h6.active,
.rspn-cnt > span a:hover,
.rspn-cnt > span a:focus,
.tm-inf2 > h5 a:hover,
.tm-inf2 > h5 a:focus,
.rspn-mnu-btn:hover,
header.style3 nav > div > ul > li:hover > a,
header.style3 nav > div > ul > li > a:focus,
.btns-grp > a:not(.theme-btn),
.srv-bx3 > i,
.abt-tl3 > h2 span,
.sec-tl3 > h2 span,
.camp-img3 > h4 a:hover,
.camp-img3 > h4 a:focus,
.camp-info > a,
.camp-prg > span i,
.srv-info4 > h4 a:hover,
.srv-info4 > h4 a:focus,
.srv-info4 > a:hover,
.srv-info4 > a:focus,
.video-box > a:hover,
.video-box > a:focus,
.video-info > h4 a:hover,
.video-info > h4 a:focus,
.emrgncy-inr > a.theme-btn:hover,
.emrgncy-inr > a.theme-btn:focus,
.pst-meta > li a:hover,
.pst-meta > li a:focus,
.blg-info3 > h4 a:hover,
.blg-info3 > h4 a:focus,
.blg-info3 > a:hover,
.blg-info3 > a:focus,
.abt-gal-itm > a i:hover,
.tem-info > h4 a:hover,
.tem-info > h4 a:focus,
.tem-box3:hover .tem-info > span,
header.style3 nav > div > ul > li > a:before {
  color: #1a5abc;
}

/*===== Border Color =====*/
.theme-brd-clr,
.tl-shp > i.theme-brd-clr,
.pagination > li.page-item a.page-link:hover,
.pagination > li.page-item a.page-link:focus,
.pagination > li.page-item span,
.srv-bx3 > i,
.camp-info > a,
.blg-img,
.tem-box3:hover .tem-img > a,
.tem-img > a:focus,
.camp-box3.style2 .camp-info > a:hover,
.camp-box3.style2 .camp-info > a:focus,
.scl6 > a:hover,
.scl6 > a:focus,
.tem-box3:hover .scl6 > a:hover,
.tem-box3:hover .scl6 > a:focus {
  border-color: #1a5abc;
}

/*===== Border Top Color =====*/
.tl-shp:before {
  border-top-color: #1a5abc;
}

/*===== Border Bottom Color =====*/
.srv-bx4:before {
  border-bottom-color: #1a5abc;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  padding-top: 3px;
}

header.style3 nav > div > ul > li > a i {
  font-size: 12px;
  color: #9d9d9d;
  padding-left: 2px;
}

header.style3 nav > div > ul > li > a::after {
  content: "...";
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -9px;
  font-size: 20px;
  opacity: 0;
}

header.style3 nav > div > ul > li > a:hover:after,
header.style3 nav > div > ul > li > a:focus:after {
  opacity: 1;
}

.sec-tl.abt-tl3 {
  margin-bottom: 0px;
}

.videos-wrap3 .video-info {
  margin-left: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.quick-acc-lst {
  display: none;
}

.videos-wrap3.bottom-spac5 {
  margin-bottom: 0px;
}

.mrg-05 {
  margin-top: -5px;
}

.mrg-10 {
  margin-top: -10px;
}

.mrg-btm05 {
  margin-bottom: -5px;
}

.ltst-nws-inf > h6 a:hover, .ltst-nws-inf > span a:hover {
  color: #fff;
}

.abt-cnt .sec-tl {
  margin-bottom: 15px;
}

.event-detail-wrp .cmt-frm {
  margin-top: 30px;
}

.ltst-evnt ul.countdown {
  display: none;
}

.service-block-fix {
  padding: 95px 0px 100px 0;
}

.blog-event-fix {
  padding: 100px 0px 95px 0;
}

header {
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.sidebar-wrp .wdgt-bx > ul {
  margin-top: -5px;
}

nav > div > ul li.active > a {
  color: #1a5abc;
}

header.style3 nav > div > ul > li.active > a:after {
  content: "...";
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -9px;
  font-size: 24px;
  opacity: 1;
}

.fcts-wrp p {
  float: left;
  margin-top: -15px;
}

.new-facts .fcts-lst > li {
  padding: 22px 40px;
}

.overlap144.opc6:before {
  opacity: 0.25;
}

.camp-inf > h5, .srv-bx3 > h4, .srv-info4 > h4, .tem-info > h4, .drk-bg .wdgt-bx > h5, .evnt-inf > h5, .blg-inf > h6, .fcts-lst > li h6, .tm-inf > h5, .toggle-item > h6, .tm-thmb > h4, .sidebar-wrp .wdgt-bx > h5 {
  font-weight: 600;
}

.camp-thmb img {
  width: 100%;
  height: auto;
}

.gallery-item img {
  width: 100%;
  height: auto;
}

/* BASE STYLES FOR EACH */
.callouts li {
  display: inline-block;
  /* Real styles */
  position: relative;
  width: 22%;
  height: 100px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  box-shadow: 0 0 10px #c1c1c1;
}

/* LEFT */
.callouts--left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -42px;
  top: 17px;
  border: 10px solid transparent;
  border-right: 32px solid rgb(193, 193, 193); /* IE8 Fallback */
  border-right: 32px solid rgba(193, 193, 193, 0.5);
  z-index: 2;
}

.callouts--left:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -31px;
  top: 20px;
  border: 8px solid transparent;
  border-right: 24px solid #fff;
  z-index: 3;
}

header nav button i {
  padding: 8px;
}

header nav button {
  font-weight: bold;
}

nav > div > ul ul li a i {
  padding: 10px 0;
  float: right;
  font-size: 12px;
}

.red-block.sec-tl:before {
  background-image: url(../images/tl-shp-red.png);
}

.red-block.sec-tl.text-center:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/tl-shp-red.png);
}

@media (max-width: 2570px) and (min-width: 1000px) {
  .pg-tp-wrp.style2 {
    padding-top: 0;
  }
  img.facts-mockup {
    margin-top: -40px;
    margin: 0 auto;
    width: 85%;
  }
}
@media (max-width: 1024px) and (min-width: 570px) {
  span.rs-gl.float-right {
    display: none;
  }
}
@media (max-width: 1605px) {
  .quick-acc-lst {
    max-width: 210px;
    line-height: 90px;
    padding-left: 10px;
    bottom: 40px;
  }
  .quick-acc-lst > a {
    padding: 0 5px;
  }
  .quick-acc-lst > a img {
    max-width: 60%;
  }
  .quick-acc-lst > a + a::before {
    height: 40px;
    margin-top: -20px;
  }
}
@media (max-width: 1370px) {
  .hlf-parallax.black-layer::before,
  .hlf-parallax.black-layer2::before,
  .hlf-parallax.blue-layer::before,
  .hlf-parallax.black-layer4::before,
  .hlf-parallax.white-layer::before,
  .hlf-parallax.gray-layer::before,
  .hlf-parallax.gray-layer2::before,
  .hlf-parallax.grd-lyr::before,
  .hlf-parallax.theme-bg-layer::before,
  .hlf-parallax .fixed-bg,
  .hlf-parallax .fixed-bg2 {
    height: 61%;
  }
  .floter-911 {
    width: 60px;
  }
}
@media (max-width: 1200px) {
  nav > div > ul {
    float: right;
  }
  .emrgncy-inr + .emrgncy-inr {
    float: right;
    padding-left: 20px;
    display: none;
  }
  .rspn-cnt {
    display: inline-block;
    margin-top: 0px;
  }
  nav > div > form {
    display: none;
  }
  nav > div > ul > li {
    width: auto;
    font-size: 14px;
    color: #fff;
  }
  nav > div > ul > li > a {
    display: inline-block;
    padding: 0 15px;
  }
  .container {
    padding: 0 30px;
    max-width: 100%;
  }
}
@media (max-width: 1030px) {
  img.facts-mockup {
    margin-top: -40px;
    margin: 0 auto;
    width: 100%;
  }
  .container {
    padding: 0 30px;
    max-width: 100%;
  }
  header {
    display: none !important;
  }
  .rspn-hdr {
    display: block;
  }
  main {
    padding-top: 0 !important;
  }
  .pst-mta > li + li::before {
    margin: 0 10px;
  }
  .pg-tp-wrp {
    padding-top: 120px;
  }
  .tag-clouds.float-right {
    float: left !important;
  }
  .floter-911 {
    width: 50px;
  }
  .logo img {
    width: 60%;
  }
  .srv-inf h5, .evnt-inf > h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .blg-inf > h6 {
    font-size: 16px;
  }
  .pst-mta > li {
    font-size: 12px;
  }
  .drk-bg .wdgt-bx > ul li {
    font-size: 14px;
  }
  .abt-tl3 > h2 {
    font-size: 40px;
  }
  .emrgncy-inr > h4 {
    font-size: 36px;
  }
  .testi-car {
    padding-right: 0;
  }
  .srv-bx3 + .srv-bx3 > i::before {
    height: calc(100% + 70px);
  }
  .srv-bx3 + .srv-bx3 > i::after {
    bottom: calc(100% + 43px);
  }
}
@media (max-width: 1030px) and (min-width: 1000px) {
  .lg-mn {
    background-color: #252525;
    text-align: left;
  }
  .rspn-cnt {
    padding-left: 9%;
  }
  .pg-tp-wrp {
    padding-top: 0;
    margin-top: -30px;
  }
  .srv-info4 > h4 {
    font-size: 20px;
  }
}
@media (max-width: 1120px) and (min-width: 1000px) {
  .lg-mn {
    background-color: #252525;
    text-align: left;
  }
  nav > div > ul > li {
    width: auto;
    font-size: 14px;
    color: #fff;
  }
  .rspn-cnt {
    padding-left: 9%;
  }
  nav > div > ul > li > a {
    display: inline-block;
    padding: 0 7px;
  }
  .evnt-inf h5 {
    font-size: 20px;
  }
  .overlap144 {
    padding-top: 144px;
  }
}
@media (max-width: 1000px) and (min-width: 980px) {
  .lg-mn {
    background-color: #252525;
    text-align: left;
  }
  .overlap144 {
    margin-top: -30px;
    padding-top: 0;
  }
  .evnt-inf h5 {
    font-size: 20px;
  }
  .rspn-cnt {
    padding-left: 9%;
  }
}
@media (max-width: 980px) {
  .video-info {
    display: none;
  }
  .sidebar-wrp .ltst-nws-inf {
    display: block;
    padding-top: 7px;
    width: 100%;
    clear: both;
  }
  .logo img {
    width: 60%;
  }
  .pst-mta > li {
    font-size: 14px;
  }
  .evnt-thmb .countdown, .tm-thmb > h4 {
    display: none;
  }
  .overlap144 {
    margin-top: -30px;
    padding-top: 0;
  }
  .lg-mn {
    background-color: #252525;
    text-align: left;
  }
  h1,
  .pg-tp-wrp > h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  .abt-sec h3 {
    font-size: 24px;
  }
}
@media (max-width: 770px) {
  .event-detail-img ul.countdown {
    position: static;
    max-width: 100%;
    float: left;
    margin: 20px 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .event-detail-img ul.countdown > li {
    max-width: 50px;
    margin: 3px;
    float: none;
    display: inline-block;
  }
  .emrgncy-inr + .emrgncy-inr {
    float: right;
    padding-left: 20px;
  }
  .emrgncy-inr > h4 strong {
    padding-left: 0px;
    display: block;
    margin-top: 15px;
  }
  .featured-cap > h2 + p {
    font-size: 18px;
    line-height: 28px;
  }
  h1,
  .pg-tp-wrp > h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  .abt-sec.style-edit h3 {
    font-size: 24px;
  }
  .rspn-cnt {
    display: none;
  }
  .overlap144 {
    margin-top: -30px;
    padding-top: 0;
  }
  .evnt-wrp {
    margin-top: 50px;
  }
  .btm-br {
    text-align: center;
  }
  .cpyrgt.float-left,
  .scl-sbcrb.float-right {
    float: none !important;
  }
  .scl-sbcrb {
    margin-top: 10px;
  }
  .fcts-lst {
    margin-top: 30px;
  }
  .abt-img,
  .sidebar-wrp,
  .cnt-inf-wrp {
    margin-top: 50px;
  }
  .pg-tp-wrp {
    text-align: center;
  }
  .pg-tp-wrp > h1 {
    font-size: 52px;
    max-width: 100%;
    width: 100%;
  }
  ol.breadcrumb {
    max-width: 100%;
    width: 100%;
  }
  ol.breadcrumb > li.breadcrumb-item {
    float: none;
    display: inline-block;
    font-size: 20px;
  }
  .team-detail-thmb {
    margin-bottom: 30px;
  }
  .error-page-inner,
  .search-found-inner {
    max-width: 100%;
  }
  .abt-img.style2 img {
    width: 100%;
  }
  .fcts-wrp {
    text-align: center;
  }
  .fcts-wrp .sec-tl:before {
    left: 50%;
    margin-left: -64px;
  }
  .logo img {
    width: 60%;
  }
  .pg-tp-wrp h1:after {
    top: 70px;
    left: 39%;
  }
  .featured-item {
    padding: 150px 15px;
  }
  .featured-cap > span {
    font-size: 32px;
  }
  .featured-cap > h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .abt-gal3,
  .testi-car {
    margin-bottom: 40px;
  }
  .emrgncy-inr {
    width: 100%;
  }
  .emrgncy-wrap {
    text-align: center;
  }
  .emrgncy-inr + .emrgncy-inr {
    padding-left: 0;
    margin-top: 30px;
  }
  .emrgncy-inr + .emrgncy-inr::before {
    display: none;
  }
}
@media (max-width: 480px) {
  .featured-cap > h2 + p {
    display: none;
  }
  #rev_slider_4_1_wrapper .tp-caption {
    line-height: 20px;
  }
  .rspn-cnt {
    display: none;
  }
  .overlap144.rev_slider_wrapper {
    margin-top: -5px;
  }
  h1,
  .pg-tp-wrp > h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 28px;
  }
  .abt-sec.style-edit h3 {
    font-size: 24px;
  }
  .srv-bx {
    text-align: center;
  }
  .camp-thmb > a img,
  .gallery-item > a img {
    width: 100%;
  }
  .fcts-lst > li {
    padding: 30px 20px;
  }
  .scribe-frm {
    float: none;
    display: inline-block;
  }
  .scl-sbcrb .scl3 {
    float: none;
    margin-top: 10px;
    margin-left: -5px;
  }
  .alignleft,
  .alignright,
  .aligncenter {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .team-member-name {
    padding-right: 0;
  }
  .team-member-name .scl4 {
    position: static;
    float: left;
    width: 100%;
    margin: 15px 0 0 -5px;
  }
  .error-page-inner > h1 {
    font-size: 150px;
  }
  .search-form > button {
    position: relative;
    margin-top: 10px;
    float: left;
    width: 100%;
  }
  .blog-detail-desc blockquote,
  .event-detail-desc blockquote {
    padding: 40px 65px;
  }
  .blog-detail-desc blockquote p, .scl4 > span, .tag-clouds > span {
    font-size: 14px;
  }
  .cmt-thrd .children {
    padding-left: 0;
  }
  .cmt-bx {
    text-align: center;
  }
  .cmt-bx > img {
    display: inline-block;
    float: none;
    margin: 0 0 25px;
  }
  .cmt-inf {
    width: 100%;
  }
  .cmt-inf > h6 {
    width: 100%;
    margin: 0 0 10px;
  }
  .cmt-inf > span {
    width: 100%;
    margin-bottom: 30px;
    float: left;
  }
  a.comment-reply-link {
    float: none;
    display: inline-block;
  }
  .cmt-inf > p {
    max-width: 100%;
    font-size: 14px;
  }
  .cmts-wrp > h4 {
    text-align: center;
  }
  .cnt-frm > form button {
    float: left;
    padding: 14px 30px 15px;
  }
  .campaign-detail-img > a.theme-btn {
    padding: 12px 35px;
    bottom: 20px;
    left: 20px;
  }
  .event-detail-img ul.countdown {
    position: static;
    max-width: 100%;
    float: left;
    margin: 20px 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cnt-frm > h4, .cnt-inf-wrp > h4 {
    font-size: 24px;
  }
  .rltd-wrp h4:before, .cmts-wrp h4:before {
    display: none;
  }
  .black-layer .pg-tp-wrp > h1 {
    font-size: 36px;
  }
  .pg-tp-wrp h1:after {
    top: 70px;
    left: 32%;
  }
  .event-detail-img ul.countdown > li {
    max-width: 50px;
    margin: 3px;
    float: none;
    display: inline-block;
  }
  .col-md-6 .vdo-bx > a,
  .vdo-bx > a {
    font-size: 45px;
  }
  .pg-tp-wrp > h1 {
    line-height: 66px;
  }
  .container {
    padding: 0 15px;
  }
  .lg-mn {
    background-color: #252525;
    text-align: left;
  }
  .vdo-bx-wrp > h4 {
    font-size: 24px;
  }
  .wrk-gal > div > div {
    width: 33.334%;
  }
  .featured-item {
    padding: 100px 15px;
  }
  .featured-cap > span {
    font-size: 25px;
  }
  .featured-cap > span + h2 {
    margin-top: -5px;
  }
  .featured-cap > h2 {
    font-size: 38px;
  }
  .video-box > a {
    font-size: 60px;
  }
  .emrgncy-inr > h4 {
    font-size: 30px;
    line-height: 45px;
  }
  .btns-grp > a {
    margin: 5px;
  }
}
@media (max-width: 420px) {
  .abt-img {
    padding-top: 130px;
  }
  h1,
  .pg-tp-wrp > h1 {
    font-size: 40px;
  }
  .pg-tp-wrp > h1 {
    line-height: 40px;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 25px;
  }
  h5 {
    font-size: 22px;
  }
  .abt-sec.style-edit h3 {
    font-size: 20px;
  }
  .sec-tl > span {
    font-size: 14px;
  }
  .gap {
    float: left;
    padding: 60px 0;
    position: relative;
    width: 100%;
  }
  .srv-wrp {
    margin-top: 0px;
  }
  .rs-gl {
    font-size: 12px;
  }
  .pg-tp-wrp h1:after {
    top: 55px;
    left: 30%;
  }
  .pg-tp-wrp {
    padding-top: 30px;
  }
  .black-layer .pg-tp-wrp > h1 {
    font-size: 30px;
  }
  .pst-mta > li {
    font-size: 14px;
  }
  .black-layer .pg-tp-wrp ol.breadcrumb > li.breadcrumb-item {
    font-size: 18px;
  }
  .vdo-sec-wrp {
    padding: 0 15px;
  }
  .fixed-bg + .sec-tl {
    padding-left: 15px;
    padding-right: 15px;
  }
  .evnt-bx {
    padding-left: 0;
    text-align: center;
  }
  .evnt-bx .evnt-dat {
    position: static;
    margin: 0 0 20px;
  }
  .fcts-lst > li {
    width: 100%;
    border-left: 0;
  }
  .fcts-lst > li:nth-last-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .scribe-frm {
    max-width: 100%;
    min-width: 100%;
  }
  .scl-sbcrb {
    width: 100%;
  }
  .btm-br {
    padding: 20px 0;
  }
  .lg-mn .logo {
    max-width: 100%;
  }
  .error-page-inner > h1 {
    font-size: 120px;
  }
  .error-page-inner > p {
    line-height: 25px;
    max-width: 100%;
    margin-bottom: 0;
  }
  .tm-inf2 {
    padding: 0 30px;
  }
  .tm-thmb > h4 {
    line-height: 40px;
    font-size: 18px;
    min-width: 180px;
    padding-right: 20px;
  }
  .tm-thmb > h4 i {
    line-height: 40px;
    width: 40px;
    margin-right: 20px;
    font-size: 14px;
  }
  .lg-mn {
    padding: 20px 15px;
  }
  .video-info {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 320px) {
  .featured-cap > p {
    display: none;
  }
  .pg-tp-wrp {
    padding-top: 30px;
  }
  .pg-tp-wrp h1:after {
    top: 55px;
    left: 28%;
  }
  .featured-cap > span {
    font-size: 14px;
  }
  .featured-cap > h2 {
    font-size: 36px;
    font-weight: 700;
  }
  .featured-cap > p {
    font-size: 18px;
  }
  .featured-cap > span + h2 {
    margin-top: 5px;
  }
  .abt-tl3 > h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .video-meta > li {
    width: 100%;
  }
  .video-meta > li + li {
    margin-left: 0;
  }
  .blg-info3 > h4 {
    font-size: 23px;
  }
  .emrgncy-inr > h4 {
    font-size: 26px;
  }
  .srv-bx3 + .srv-bx3 > i::before {
    height: calc(100% + 100px);
  }
  .srv-bx3 + .srv-bx3 > i::after {
    bottom: calc(100% + 60px);
  }
}
/*===== Theme Color =====*/
/*===== Background Color =====*/
.theme-bg,
.theme-btn,
.theme-bg-layer:before,
nav > div > ul li > a:before,
.rspn-scil > li a:hover,
.rspn-mnu-cls:hover,
.preloader,
.scl1 > a:before,
.srch-cls-btn:hover,
.abt-desc > ul li:before,
.camp-bx .prg-wrp > a.theme-btn:before,
.vdo-car .owl-nav > div:hover,
.vdo-car .owl-nav > div:focus,
.vdo-car .owl-nav > button.owl-next:hover,
.vdo-car .owl-nav > button.owl-prev:hover,
.vdo-car .owl-nav > button.owl-next:focus,
.vdo-car .owl-nav > button.owl-prev:focus,
.fcts-lst > li span:before,
.tm-bx:hover .tm-inf,
.scl3 > a:before,
.pagination > li.page-item a.page-link:hover,
.pagination > li.page-item a.page-link:focus,
.pagination > li.page-item span,
.evnt-bx2 .evnt-inf > a.theme-btn:before,
.evnt-bx2:hover .countdown > li,
.evnt-bx2:hover .pst-mta-wrp .evnt-dat > a,
.scl4 > a:hover,
.scl4 > a:focus,
.abt-img.style2:before,
.member-expr-lst > li:before,
.tag-clouds > a:before,
a.comment-reply-link:before,
.event-detail-img ul.countdown > li,
.ltst-evnt ul.countdown > li,
.ltst-evnt-car .owl-nav > div:hover,
.ltst-evnt-car .owl-nav > div:focus,
.ltst-evnt-car .owl-nav > button.owl-next:hover,
.ltst-evnt-car .owl-nav > button.owl-prev:hover,
.ltst-evnt-car .owl-nav > button.owl-next:focus,
.ltst-evnt-car .owl-nav > button.owl-prev:focus,
.preloader,
.tm-bx2 .tm-thmb > h4,
.rspn-mnu-btn,
nav > div > form button,
.btns-grp > a:not(.theme-btn):hover,
.btns-grp > a:not(.theme-btn):focus,
.srv-bx3 > i:before,
.srv-bx3 > i:after,
.camp-info > a:hover,
.camp-info > a:focus,
.blg-date > a,
.camp-box3.style2 .camp-info > a:hover,
.camp-box3.style2 .camp-info > a:focus,
.testi-car .owl-dots .owl-dot:hover,
.testi-car .owl-dots .owl-dot:focus,
.testi-car .owl-dots .owl-dot.active,
.scl6 > a:hover,
.scl6 > a:focus,
.quick-acc-lst {
  background-color: #1a5abc;
}

/*===== Text Color =====*/
.theme-clr,
.rsnp-mnu ul > li > a:focus,
.rsnp-mnu ul > li:hover > a,
.rsnp-mnu ul > li.active > a,
.rspn-srch > button:hover,
.rsnp-mnu ul li.menu-item-has-children.active:before,
.tp-lst > li a:hover,
.tp-lst > li a:focus,
.header-search > form button:hover,
.header-search > form button:focus,
.srv-inf > h5 a:hover,
.srv-inf > h5 a:focus,
.srv-inf > a:hover,
.srv-inf > a:focus,
.camp-inf > h5 a:hover,
.camp-inf > h5 a:focus,
.vdo-bx > a:hover,
.vdo-bx > a:focus,
.blg-inf > h6 a:hover,
.blg-inf > h6 a:focus,
.blg-inf > a:hover,
.blg-inf > a:focus,
.pst-mta > li a:hover,
.pst-mta > li a:focus,
.evnt-inf > h5 a:hover,
.evnt-inf > h5 a:focus,
.evnt-inf > a:hover,
.evnt-inf > a:focus,
.ltst-nws-inf > h6 a:hover,
.ltst-nws-inf > h6 a:focus,
.ltst-nws-inf > span a:hover,
.ltst-nws-inf > span a:focus,
.wdgt-bx > ul li:hover > a,
.wdgt-bx > ul li a:focus,
.cpyrgt p a:hover,
.cpyrgt p a:focus,
.scribe-frm > button:hover,
.scribe-frm > button:focus,
.breadcrumb > li > a:hover,
.breadcrumb > li > a:focus,
.cnt-inf-lst > li a:hover,
.cnt-inf-lst > li a:focus,
.toggle-item > h6 i,
.toggle-item > h6.active,
.rspn-cnt > span a:hover,
.rspn-cnt > span a:focus,
.tm-inf2 > h5 a:hover,
.tm-inf2 > h5 a:focus,
.rspn-mnu-btn:hover,
header.style3 nav > div > ul > li:hover > a,
header.style3 nav > div > ul > li > a:focus,
.btns-grp > a:not(.theme-btn),
.srv-bx3 > i,
.abt-tl3 > h2 span,
.sec-tl3 > h2 span,
.camp-img3 > h4 a:hover,
.camp-img3 > h4 a:focus,
.camp-info > a,
.camp-prg > span i,
.srv-info4 > h4 a:hover,
.srv-info4 > h4 a:focus,
.srv-info4 > a:hover,
.srv-info4 > a:focus,
.video-box > a:hover,
.video-box > a:focus,
.video-info > h4 a:hover,
.video-info > h4 a:focus,
.emrgncy-inr > a.theme-btn:hover,
.emrgncy-inr > a.theme-btn:focus,
.pst-meta > li a:hover,
.pst-meta > li a:focus,
.blg-info3 > h4 a:hover,
.blg-info3 > h4 a:focus,
.blg-info3 > a:hover,
.blg-info3 > a:focus,
.abt-gal-itm > a i:hover,
.tem-info > h4 a:hover,
.tem-info > h4 a:focus,
.tem-box3:hover .tem-info > span,
header.style3 nav > div > ul > li > a:before,
nav > div > ul li.active > a {
  color: #1a5abc;
}

/*===== Border Color =====*/
.theme-brd-clr,
.tl-shp > i.theme-brd-clr,
.pagination > li.page-item a.page-link:hover,
.pagination > li.page-item a.page-link:focus,
.pagination > li.page-item span,
.srv-bx3 > i,
.camp-info > a,
.blg-img,
.tem-box3:hover .tem-img > a,
.tem-img > a:focus,
.camp-box3.style2 .camp-info > a:hover,
.camp-box3.style2 .camp-info > a:focus,
.scl6 > a:hover,
.scl6 > a:focus,
.tem-box3:hover .scl6 > a:hover,
.tem-box3:hover .scl6 > a:focus {
  border-color: #1a5abc;
}

/*===== Border Top Color =====*/
.tl-shp:before {
  border-top-color: #1a5abc;
}

/*===== Border Bottom Color =====*/
.srv-bx4:before {
  border-bottom-color: #1a5abc;
}

/* ------ Other Imports ------ */
/* Place custom variables here */
/* ------ Accessibility ------ */
a:focus,
button:focus,
input:focus {
  border: 4px red solid;
}

.footer-heading {
  margin-top: 0px !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin-bottom: 30px !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-family: Montserrat;
}

.fixed-bg2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../images/ToPPBanner.jpg) !important;
}

/* ------ clay.css (Liferay's bootstrap extension) overrides ------ */
.style3 .navbar {
  padding: 0rem 1rem;
}

/* ------ liferay ga96 adds a white bar at the top - let's remove it ------ */
nav.quick-access-nav {
  display: none;
}

/* bootstrap-select.css overrides*/
.caret {
  position: absolute;
  top: 38% !important;
  right: 0% !important;
  margin-top: 0px !important;
  vertical-align: middle;
}

/* ------ custom css ------ */
.footer-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hide-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/* ------ style.css  overrides ------ */
header.style3 {
  display: flex;
  flex-direction: column;
}

.topbar {
  float: none !important;
}

section#content {
  float: none !important;
}

.logo {
  flex-grow: 4;
  max-height: 89px;
  padding: 0px 0px 0px 0px;
}

.logo img {
  max-width: 72px;
  max-height: 89px;
}

/*
header.style3 nav > div > ul > li {
    line-height: 0px;
}
*/
nav > div > ul form {
  display: inline-block;
  max-width: 211px;
  position: relative;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
  line-height: 0px;
}

nav > div > ul form input {
  border: 1px solid #e2e2e2;
  border-radius: inherit;
  padding: 10px 20px;
  font-size: 14px;
  height: 40px;
  float: left;
  width: 60%;
}

nav > div > ul form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  width: 100px;
  font-size: 14px;
  background-color: #1a5abc;
}

nav > div > ul form button:hover,
nav > div > ul form button:focus {
  background-color: #333;
}

.rspn-cnt {
  flex-grow: 1;
}

.rspn-hdr {
  z-index: 989;
  float: none;
}

.rspn-mdbr {
  float: none;
}

.rspn-srch {
  width: calc(100% - 34px);
}

.lg-mn {
  float: none;
}

.menu-item-has-children > ul {
  z-index: 10;
}

.rsnp-mnu > ul li.menu-item-has-children::before {
  display: none;
}

.rsnp-mnu > ul li.menu-item-has-children .rspn-mnu-btn {
  height: 30px;
  line-height: 31px;
  position: absolute;
  right: 0px;
  top: 0%;
  width: 40px;
  background-color: inherit;
}
.rsnp-mnu > ul li.menu-item-has-children .rspn-mnu-btn :hover {
  background-color: none;
  color: #1a5abc;
}
.rsnp-mnu > ul li.menu-item-has-children .rspn-mnu-btn i, .rsnp-mnu > ul li.menu-item-has-children .rspn-mnu-btn i::before {
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.wdgt-bx > ul li > a {
  float: none;
  padding-left: 2px;
}

.wdgt-bx > ul {
  float: none;
  display: inline-block;
}

.fixed-bg2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../images/ToPPBanner.jpg);
}

.breadcrumb-item + .breadcrumb-item::before {
  background-image: none;
  position: relative;
}

.breadcrumb-item {
  margin-right: 0px;
}

.pg-tp-wrp h1:after {
  background-image: none;
}

.sec-tl {
  float: none;
}

.btm-br {
  float: none;
}

.drk-bg .wdgt-bx > ul li > i {
  color: #fff;
}

footer .wdgt-bx > p {
  margin-top: -10px;
}

/* If you use Liferay 7's search results widget then these settings will mess with the pagination buttons
  located at the bottom under ul.pagination
.pagination > li.page-item a.page-link, 
.pagination > li.page-item span {
  -webkit-border-radius: inherit !important;
  border-radius: inherit !important;
  color: inherit;
  padding: 0;
  display: inline-block;
  line-height: 40px;
  width: 42px;
  border: 1px solid #dfdfdf;
  font-size:16px;
}
*/
/* ------ icons.min.css overides ------ */
/* ------ responsive.css media querys ------ */
@media (max-width: 1200px) {
  nav > div > ul form {
    display: none !important;
  }
  .logo {
    flex-grow: 20 !important;
  }
}
@media (max-width: 1030px) {
  .logo {
    flex-grow: 1 !important;
  }
}
@media (max-width: 1120px) and (min-width: 1000px) {
  .overlap144 {
    padding-top: 50px;
  }
}
/* Responsive header bottom bar color */
@media (max-width: 1120px) and (min-width: 1000px) {
  .lg-mn {
    background-color: white;
  }
}
@media (max-width: 1000px) and (min-width: 980px) {
  .lg-mn {
    background-color: white;
  }
}
@media (max-width: 980px) {
  .lg-mn {
    background-color: white;
  }
}
@media (max-width: 480px) {
  .lg-mn {
    background-color: white;
  }
}
/* responsive header hamburger button hover colors*/
.rspn-mnu-btn:hover {
  background-color: #252525;
  color: white;
}

/* responsive header bottom bar text color */
.rspn-cnt > span {
  color: #252525;
}

/* ------ fancybox css overides ------ */