@font-face {
  font-family: Futura Light font;
  src: url("../fonts/Futura/Futura Light font.ttf");
}

@font-face {
  font-family: Futura Medium font;
  src: url("../fonts/Futura/Futura Medium font.ttf");
}

@font-face {
  font-family: Futura Bold font;
  src: url("../fonts/Futura/Futura Bold font.ttf");
}

@font-face {
  font-family: Futura Heavy font;
  src: url("../fonts/Futura/Futura Heavy font.ttf");
}

@font-face {
  font-family: BebasNeue-Regular;
  src: url("../fonts/Bebas_Neue/BebasNeue-Regular.ttf");
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  color: #333333;
  font-size: 12px;
  min-width: 320px;
  line-height: 1.6;
  overflow-x: hidden;
  background: #ffffff;
  font-family: Futura Medium font;
}

*,
p,
a,
ul,
li,
ol,
pre,
div,
span,
body,
table,
figure {
  margin: 0;
  padding: 0;
  transition: all 0.3s;
}

pre {
  padding: 0 0 6px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Futura Medium font !important;
}

a,
a:hover,
a:focus {
  transition: all 0.35s ease;
  text-decoration: none;
}

ul,
li,
ol {
  list-style-type: none;
}

input:focus,
select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

input:-internal-autofill-selected {
  background: #ffffff;
}

.input-field input::placeholder {
  color: #cbcbcb;
}

img {
  max-width: 100%;
}

/*! ==================================================================================================== !*/

/*! ==================== Custom Scroll Style !*/

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f2f2f2;
}

::-webkit-scrollbar-thumb {
  background: #dddddd;
}

::-webkit-scrollbar-thumb:hover {
  background: #999999;
}


.l-zero {
  left: 0 !important;
}

.scale-zero {
  transform: scale(0);
}

.scale-one {
  transform: scale(1) !important;
}

/*! ==================================================================================================== !*/

/*! ==================== Header Style !*/

header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  position: relative;
  background: #ffffff;
  border-bottom: 4px solid #ffffff;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
}

header::before {
  left: 0;
  content: "";
  height: 4px;
  bottom: -4px;
  width: 33.33%;
  position: absolute;
  background: #0665ae;
}

header::after {
  right: 0;
  content: "";
  height: 4px;
  bottom: -4px;
  width: 33.33%;
  position: absolute;
  background: #028bcc;
}

header::before,
header::after {
  display: none;
}

.inner-header {
  margin: 0 auto;
  max-width: 1230px;
  padding: 4px 15px 0px;
  box-sizing: border-box;
}

.logo-set a {
  display: flex;
}

.logo-set a ul {
  display: flex;
  flex-wrap: wrap;
  width: 52px;
  height: 50px;
  gap: 2px;
}

.logo-set a ul li {
  background: #1568b2;
  color: #ffffff;
  text-transform: uppercase;
  width: calc(50% - 1px);
  height: calc(50% - 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: normal;
}

.logo-set a img {
  width: 50px;
  margin: 0 2px 0 0;
  object-fit: contain;
  object-position: left;
}

.navigation-menu-bar .inner-nav ul {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.navigation-menu-bar .inner-nav ul li {
  position: relative;
}

.navigation-menu-bar .inner-nav ul li+li {
  margin: 0 0 0 14px;
}

.navigation-menu-bar .inner-nav ul li a,
.navigation-menu-bar .inner-nav ul li>span {
  gap: 8px;
  display: flex;
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  align-items: center;
  letter-spacing: 0.5px;
  font-family: BebasNeue-Regular;
  position: relative;
}

.navigation-menu-bar .inner-nav ul li a {
  border-bottom: 2px solid #fff;
  transition: all 0.3s;
}

.navigation-menu-bar .inner-nav ul li a.is-active,
.navigation-menu-bar .inner-nav ul li a:hover {
  border-bottom: 2px solid #0665ae;
}

.navigation-menu-bar .inner-nav ul li>span {
  padding: 0 22px 0 0;
}

.navigation-menu-bar .inner-nav ul li>span::after {
  padding: 0 10px 0 0;
  position: absolute;
  right: -6px;
  width: 10px;
  height: 15px;
  box-sizing: border-box;
  border-left: 3px solid #333333;
  border-bottom: 3px solid #333333;
  transform: rotate(-45deg) scale(0.7) translateY(-13px) translateX(4px);
  content: "";
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  display: block;
  top: 12px;
}

.navigation-menu-bar .inner-nav ul li a.menu-home-icon i {
  font-size: 20px;
  margin: -2px 0 0 0;
  color: #0665ae;
}

.navigation-menu-bar .inner-nav ul li a.menu-home-icon,
.navigation-menu-bar .inner-nav ul li a:hover,
.navigation-menu-bar .inner-nav ul li a.is-active,
.navigation-menu-bar .inner-nav ul li>span:hover {
  color: #0665ae;
}

.navigation-menu-bar .inner-nav ul li>span:hover::before {
  border-left-color: #0665ae;
  border-bottom-color: #0665ae;
}

.navigation-menu-bar .inner-nav ul li a i {
  font-size: 15px;
}

.navigation-menu-bar .inner-nav ul li ul.inner-dropdown {
  left: 50%;
  z-index: 9;
  opacity: 0;
  width: 260px;
  visibility: hidden;
  position: absolute;
  background: #028bcc;
  transition: all 0.3s;
  top: calc(100% + 24px);
  box-sizing: border-box;
  border: 1px solid #028bcc;
  transform: translateX(-50%) translateY(-20px);
}

.navigation-menu-bar .inner-nav ul li ul.inner-dropdown::before {
  content: "";
  position: absolute;
  left: calc(50% - 15px);
  border-top: 14px solid #028bcc;
  border-left: 14px solid #028bcc;
  border-right: 14px solid transparent;
  border-bottom: 14px solid transparent;
  transform: translateY(-50%) rotate(45deg);
}

.navigation-menu-bar .inner-nav ul li ul.inner-dropdown li,
.navigation-menu-bar .inner-nav ul li ul.inner-dropdown li+li {
  margin: 0;
}

.navigation-menu-bar .inner-nav ul li ul.inner-dropdown li a {
  padding: 15px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  justify-content: center;
}

.navigation-menu-bar .inner-nav ul li ul.inner-dropdown li a:hover {
  color: #028bcc;
  background: #ffffff;
}

.navigation-menu-bar .inner-nav ul li:hover ul.inner-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.navigation-menu-bar .inner-nav ul li a:first-child::after {
  display: none;
}

.lang-switcher {
  margin: 0 20px;
}

.lang-switcher .advanced-language-selector .dropdown button {
  background: #0665ae;
  border: none;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 0 10px;
  text-transform: uppercase;
}

.advanced-language-selector ul.dropdown-menu {
  display: block;
  border-radius: 0;
  background: #f5f5f5e6;
  padding: 5px 0;
  margin: 10px 0 0 0;
  opacity: 0;
  visibility: hidden;
  min-width: 6rem;
  transition: all 0.3s;
  transform: translateY(-6px);
}

.advanced-language-selector .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.advanced-language-selector ul.dropdown-menu li+li {
  margin: 0;
}

.advanced-language-selector ul.dropdown-menu li a {
  display: block;
  padding: 6px 10px;
  line-height: 20px;
  font-size: 15px;
  background: none !important;
}

.advanced-language-selector ul.dropdown-menu::before {
  position: absolute;
  left: 10px;
  top: -7px;
  content: "";
  width: 10px;
  height: 10px;
  background: #f5f5f5e6;
  transform: rotate(45deg);
  border-left: 1px solid rgba(0, 0, 0, 0.175);
  border-top: 1px solid rgba(0, 0, 0, 0.175);
}

.advanced-language-selector ul.dropdown-menu li.active {
  background: url("https://cdn-icons-png.flaticon.com/128/2732/2732655.png") no-repeat scroll right 10px center / 18px;
}

.advanced-language-selector ul.dropdown-menu li.active a {
  color: #0665ae !important;
}

.search-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-backdrop {
  z-index: 9;
}

.modal-header {
  background: #0665ae;
  color: #ffff;
  letter-spacing: 1px;
}

.full-search form>div .search-block-form {
  display: flex;
  align-items: center;
}

.full-search form>div .search-block-form .js-form-item {
  width: calc(100% - 100px);
}

.full-search form>div .search-block-form .js-form-item input {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #333333;
  border: 1px solid #eaeaea;
}

.full-search form>div .search-block-form .form-actions {
  width: 100px;
}

.full-search form>div .search-block-form .form-actions input {
  height: 40px;
  line-height: 40px;
  background-color: #0665ae;
  color: #ffff;
  text-align: center;
  border: none;
  text-transform: uppercase;
  width: 100%;
}

#searchFull .modal-dialog {
  background: #ffffff;
  top: 100px;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
}

#searchFull .modal-dialog .modal-content {
  max-width: 900px;
  margin: 0 auto;
  border: none;
}

#searchFull .modal-dialog .modal-content .modal-body {
  padding: 0;
}

#searchFull .modal-dialog .modal-content .modal-body .full-search form {
  position: relative;
}

#searchFull .modal-dialog .modal-content .modal-body .full-search form input {
  color: rgba(32, 35, 57, 0.3);
  font-weight: 600;
  padding: 0 0 15px;
  font-size: 1.875rem;
  width: 100%;
  border: 0 !important;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid rgba(32, 35, 57, 0.27) !important;
}

#searchFull .modal-dialog .modal-content .modal-body .full-search form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
  height: 52px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

form.search-form#search-form,
.page-label {
  display: none;
}

.inner-body-content {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1230px;
}

.inner-body-content .container-section {
  padding: 50px 0;
}

.inner-body-content .display-metadata-box {
  margin: 0;
  padding: 20px 20px 10px;
  background: #edf8ff;
  border-radius: 5px;
}

#result_search .search-list .item {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  padding: 15px 18px;
  margin: 0 0 10px;
}

#result_search .search-list .item h3 a {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px;
  display: inline-block;
  color: #333;
}

#result_search .search-list .item:hover h3 a {
  color: #0665ae;
}

.scroll-top {
  right: 34px;
  z-index: 999999999;
  display: none;
  bottom: 30px;
  cursor: pointer;
  position: fixed;
  transition: all 0.3s;
}

.menu-home-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-home-icon i {
  font-size: 20px;
  color: #333;
}

.menu-home-icon .sr-only {
  display: none;
}

/*! ==================================================================================================== !*/

/*! ==================== Content Page Style !*/

.outer-section {
  padding: 70px 0;
  position: relative;
}

.indicater-bx .outer-section {
  margin-top: 25px !important;
  padding: 0px;
  margin-bottom: 25px !important;
}

.indicater-bx .inner-section{
  padding: 0 0 !important;
}

.inner-section {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1230px;
}

.h2-basic01 {
  color: #0665ae;
  font-size: 48px;
  margin: 0 0 26px;
  letter-spacing: 2px;
  font-family: BebasNeue-Regular;
}

#portfolio_platform {
  /*  overflow: hidden;*/
}

#portfolio_platform p {
  color: #333333;
  font-size: 16px;
  margin: 0 0 26px;
  line-height: 150%;
}

.home-page-slider,
.home-page-slider .carousel {
  height: 100vh;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
}

.home-page-slider .carousel .carousel-inner,
.home-page-slider .carousel .carousel-inner .carousel-item {
  height: 100%;
  position: relative;
}

.home-page-slider .carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page-slider .carousel .carousel-inner .carousel-item .casousel-content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  position: absolute;
  align-items: center;
  box-sizing: border-box;
}

.home-page-slider .carousel .carousel-inner .carousel-item .casousel-content h1 {
  color: #ffffff;
  font-size: 72px;
  font-family: BebasNeue-Regular;
}

.home-page-slider .carousel-indicators {
  padding: 0 15px;
  max-width: 1230px;
  margin: 0 auto 68px;
  justify-content: flex-start;
}

.home-page-slider .carousel-indicators [data-bs-target] {
  opacity: 1;
  width: 15px;
  height: 8px;
  margin: 0 8px 0 0;
  transition: all 0.35s ease;
  box-sizing: border-box;
  background: transparent;
  border: 2px solid #ffffff;
}

.home-page-slider .carousel-indicators [data-bs-target]:hover,
.home-page-slider .carousel-indicators button.active {
  background: #ffffff;
}

.sdg-wheel {
  top: 0;
  right: 0;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  transition: all 1s ease;
  transform: translate(30%, -50%);
}

.sdg-wheel:hover {
  transform: translate(30%, -50%) scale(1.04);
}

.sdg-wheel svg {
  transform: scale(1);
  animation: animName 20s linear infinite;
}

.sdg-wheel svg:hover {
  animation-play-state: paused;
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.transverse-axes {
  overflow: hidden;
  position: relative;
  transition: all 0.35s ease;
  border-bottom: 6px solid #028bcc;
  background: linear-gradient(360deg, #dbf8ff 0%, #ecfbff 100%);
}

.transverse-axes::before {
  top: 0;
  left: 0;
  content: "";
  width: 135px;
  height: 155px;
  position: absolute;
  background: #0275b8;
  transition: all 0.35s ease;
  border-radius: 0px 0px 166px 0px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.transverse-head {
  z-index: 1;
  display: flex;
  position: relative;
  align-items: center;
  border-bottom: 1px solid transparent;
}

.transverse-icon {
  width: 135px;
  height: 155px;
  display: flex;
  align-items: center;
  transition: all 0.35s ease;
  box-sizing: border-box;
  justify-content: center;
  padding: 0px 5px 36px 0px;
}

.transverse-icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.transverse-icon i {
  color: #ffffff;
  font-size: 70px;
}

.transverse-head h3 {
  padding: 22px;
  color: #0665ae;
  font-size: 32px;
  line-height: 44px;
  transition: all 0.35s ease;
  box-sizing: border-box;
  width: calc(100% - 135px);
}

.transverse-axes p {
  z-index: 1;
  color: #6c757d;
  font-size: 17px;
  line-height: 150%;
  position: relative;
  transition: all 0.35s ease;
  padding: 20px 22px 30px;
  overflow: hidden;
  min-height: 100px;
  max-height: 178px;
  margin: 0 0 44px;
}

.transverse-axes:hover {
  border-radius: 10px;
  transform: scale(1.02);
  box-shadow: 0px 4px 20px -11px #000;
}

.transverse-axes:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.transverse-axes:hover .transverse-head {
  border-color: rgba(255, 255, 255, 0.2);
}

.transverse-axes:hover .transverse-icon {
  padding: 0px 5px;
}

.transverse-axes:hover .transverse-head h3 {
  color: #ffffff;
}

.transverse-axes:hover p {
  color: rgba(255, 255, 255, 0.8);
}

#facts_figures .inner-section {
  padding: 50px 40px 10px;
}

#facts_figures .inner-section::before {
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}

#facts_figures .inner-section video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  position: absolute;
  object-position: center;
}

#facts_figures .inner-section .h2-basic01 {
  color: #ffffff;
}

#facts_figures .inner-section .row .col-md-6 {
  z-index: 3;
  color: #ffffff;
  position: relative;
}

#facts_figures .inner-section .row .col-md-12 {
  z-index: 3;
  position: relative;
}

#facts_figures .inner-section .row .col-md-6:nth-child(odd) {
  padding-right: 30px;
}

#facts_figures .inner-section .row .col-md-6:nth-child(even) {
  padding-left: 30px;
}

.facts-head h2 {
  z-index: 3;
  font-size: 40px;
  position: relative;
  letter-spacing: 2px;
  font-family: BebasNeue-Regular;
}

.facts-head h6 {
  font-size: 19px;
  line-height: 150%;
}

.facts-lists p {
  font-size: 16px;
  line-height: 20px;
}

.mb-6 {
  margin-bottom: 60px;
}

#learning_set .learning-text {
  height: 100%;
  overflow: hidden;
  padding: 34px 30px;
  background: #028bcc;
}

#learning_set .learning-text h3 {
  color: #ffffff;
  font-size: 36px;
  margin: 0 0 0px;
  letter-spacing: 2px;
  font-family: BebasNeue-Regular;
  line-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#learning_set .learning-text p {
  color: #ffffff;
  font-size: 16px;
  margin: 0 0 18px;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#learning_set .learning-text a {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 16px;
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  font-family: BebasNeue-Regular;
}

#learning_set .learning-text a:hover {
  color: #028bcc;
  background: #ffffff;
}

#learning_set .learning-text01 {
  background: #0665ae;
}

#learning_set .learning-text01 a:hover {
  color: #0665ae;
  background: #ffffff;
}

#learning_set .col-md-6 figure {
  height: 100%;
  overflow: hidden;
}

#learning_set .col-md-6 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#learning_set .row .col-md-6:nth-child(3) {
  order: 4;
}

#learning_set .col-md-6 figure {
  height: 100%;
  overflow: hidden;
  border: 1px solid #028bcc;
  box-sizing: border-box;
}

#latest_learning_block .col-md-6 {
  padding: 0;
}

#latest_learning_block .col-md-6 figure {
  height: 100%;
  border: 1px solid #028bcc;
}

.resources-content {
  color: #333333;
  background: #ffffff;
  transition: all 0.35s ease;
  padding: 10px 15px 20px;
  filter: drop-shadow(0px 0px 12px rgba(107, 107, 107, 0.12));
}

.inner-resources {
  transition: all 0.35s ease;
  border: 1px solid #eaeaea;
}

.inner-resources figure {
  margin: 0;
  width: 100%;
  height: 324px;
  overflow: hidden;
}

.inner-resources figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  object-position: top;
  transition: all 0.35s ease;
}

.resources-content {
  transition: all 0.35s ease;
}

.resources-content small {
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px;
  line-height: 150%;
  align-items: center;
  display: inline-flex;
}

.resources-content small i {
  margin: 0 8px;
}

.resources-content small i:first-child {
  margin: 0 8px 0 0;
}

.resources-content h5,
.resources-content a.title-head {
  color: #333333;
  margin: 20px 0 10px;
  font-size: 24px;
  overflow: hidden;
  line-height: 28px;
  transition: all 0.35s ease;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: BebasNeue-Regular;
  min-height: 58px;
}

.resources-content p {
  font-size: 14px;
  margin: 0 0 25px;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 20px;
}

.resources-content .more,
.login-logout .more {
  color: #0665ae;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 16px;
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #0665ae;
  font-family: BebasNeue-Regular;
}

.resources-content .more:hover,
.login-logout .more:hover {
  color: #ffffff;
  background: #0665ae;
}

.user-logout-confirm.confirmation{
  margin: 60px auto;
  max-width: 1200px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  gap: 10px;
}

.user-logout-confirm.confirmation #edit-actions{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.user-logout-confirm.confirmation #edit-actions input,
.user-pass .form-actions input{
  color: #0665ae;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 16px;
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #0665ae;
  font-family: BebasNeue-Regular;
  background: #fff;
}

.user-pass .js-form-item.form-item.js-form-type-textfield.form-item-name.js-form-item-name {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.user-pass .js-form-item.form-item.js-form-type-textfield.form-item-name.js-form-item-name label{
  font-weight: bold;
}

.user-pass .js-form-item.form-item.js-form-type-textfield.form-item-name.js-form-item-name input{
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  border: 1px solid #eaeaea;
  font-size: 16px;
}

.user-logout-confirm.confirmation #edit-actions a{
  color: #0665ae;
  font-size: 18px;
  font-weight: bold;
}

.inner-resources:hover {
  transform: scale(1.02);
  filter: drop-shadow(0px 0px 18px rgba(107, 107, 107, 0.2));
}

.inner-resources:hover figure img {
  transform: scale(1.05);
}

.inner-resources:hover .resources-content h5,
.inner-resources:hover .resources-content a.title-head {
  color: #0665ae;
}

/*! ==================================================================================================== !*/

/*! ==================== footer Style !*/

footer {
  padding: 50px 0 0 0;
  background: linear-gradient(360deg, #dbf8ff 0%, #ecfbff 100%);
}

.footer-sets h4 {
  font-size: 24px;
  margin: 0 0 16px;
  line-height: 36px;
  font-family: BebasNeue-Regular;
}

.footer-sets ul li+li {
  margin: 16px 0 0 0;
}

.footer-sets ul li a {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}

.footer-sets ul li a:hover,
.terms-conditions ul li a:hover {
  color: #028bcc;
}

.footer-sets ul li i {
  font-size: 20px;
  margin: 4px 10px 0 0;
}

.footer-sets ul li p {
  color: #333333;
  font-size: 16px;
  line-height: 150%;
}

.terms-conditions {
  padding: 40px 0;
  margin: 40px 0 0 0;
  border-top: 1px solid #000000;
}

.terms-conditions ul li+li {
  margin: 0 0 0 60px;
}

.terms-conditions p,
.terms-conditions ul li a {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}

/*! ==================================================================================================== !*/

/*! ==================== Banner Head Style !*/

.banner-head {
  padding: 50px 0;
  min-height: 200px;
  box-sizing: border-box;
  border-bottom: 16px solid transparent;
  border-image: url("../img/banner-bottom-border.png") 30 round;
  background: url("../img/bg_banner_head.png") no-repeat scroll center center / cover;
}

.banner-head h1 {
  color: #ffffff;
  font-size: 64px;
  margin: 0 0 10px;
  line-height: 64px;
  text-align: center;
  font-family: BebasNeue-Regular;
}

.banner-head .inner-section-learning-details h1 {
  font-size: 40px;
  line-height: 40px;
}

.breadcrumb ul {
  gap: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb ul li,
.breadcrumb ul li a {
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
}

.breadcrumb ul li i {
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  margin: 2px 0 0 0;
}

.breadcrumb ul li.prev-page,
.breadcrumb ul li.prev-page a,
.breadcrumb ul li.prev-page i {
  color: #d9d9d9;
}

/*! ==================================================================================================== !*/

/*! ==================== Learning Page Style !*/

.learning-block-bg {
  height: 100%;
  padding: 24px 38px;
  background: linear-gradient(360deg, #dbf8ff 0%, #ecfbff 100%);
}

#latest_learning_block .col-md-6 figure {
  height: 100%;
}

#latest_learning_block .col-md-6 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.learning-block-bg small {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}

.learning-block-bg small i {
  margin: 0 8px;
}

.learning-block-bg small i:first-child {
  margin: 0 8px 0 0;
}

.learning-block-bg h2,
.learning-block-bg a {
  display: block;
  color: #0665ae;
  margin: 24px 0;
  font-size: 40px;
  line-height: 42px;
  text-transform: uppercase;
  font-family: BebasNeue-Regular;
}

.learning-block-bg p {
  color: #6c757d;
  font-size: 14px;
  line-height: 150%;
}

.learning-block-bg ul.learning-tags,
.learning-tags-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
}

.learning-block-bg ul.learning-tags li,
.learning-tags-box ul li {
  padding: 6px;
  color: #ffffff;
  font-size: 10px;
  line-height: 13px;
  border-radius: 5px;
  background: #028bcc;
  margin: 0 15px 10px 0;
}

.filter-tags {
  display: flex;
  margin: 0 0 10px;
  align-items: center;
  justify-content: space-between;
}

.filter-tags h4 {
  color: #0665ae;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: BebasNeue-Regular;
}

.filter-tag-search,
.dashboard-search form {
  width: 384px;
  height: 44px;
  display: flex;
  position: relative;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #bfc1c5;
}

.filter-tag-search input,
.dashboard-search form input {
  height: 42px;
  border: none;
  padding: 0 12px;
  font-size: 16px;
  line-height: 42px;
  box-sizing: border-box;
  width: calc(100% - 54px);
  margin: 0;
}

.filter-tag-search {
  width: 100%;
  margin: 0 0 30px;
}

.filter-tag-search input::placeholder,
.dashboard-search form input::placeholder {
  color: #94979e;
}

.filter-tag-search button,
.dashboard-search form button,
.dashboard-search form .form-actions input {
  width: 54px;
  border: none;
  height: 42px;
  display: flex;
  color: #ffffff;
  font-size: 17px;
  cursor: pointer;
  line-height: 42px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #0e69c1 0%, #028bcc 100%);
}

.dashboard-search form .form-actions input {
  width: 100%;
}

.dashboard-search form {
  width: 100%;
}

.dashboard-search form input,
.dashboard-search form .js-form-item {
  width: calc(100% - 100px);
}

.dashboard-search form button,
.dashboard-search form .form-actions {
  width: 100px;
}

.filter-tags-selection ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}

.filter-tags-selection ul li {
  color: #333333;
  cursor: pointer;
  font-size: 13px;
  min-width: 90px;
  overflow: hidden;
  line-height: 18px;
  position: relative;
  margin: 0 0 10px 0;
  padding: 10px 30px;
  text-align: center;
  border-radius: 5px;
  background: #dbf8ff;
  text-transform: capitalize;
  transition: all 0.35s ease;
}

.filter-tags-selection ul li+li {
  margin: 0 0 10px 20px;
}

.filter-tags-selection ul li:hover,
.filter-tags-selection ul li.active,
.filter-tags-selection ul li.is-checked {
  color: #ffffff;
  background: #81c8ec;
  padding: 10px 48px 10px 12px;
}

.filter-tags-selection ul li i {
  top: 0;
  right: 0;
  opacity: 0;
  width: 0px;
  height: 100%;
  display: flex;
  color: #ffffff;
  visibility: hidden;
  text-align: center;
  position: absolute;
  align-items: center;
  background: #86e8ff;
  transition: all 0.35s ease;
  justify-content: center;
}

.filter-tags-selection ul li input {
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
}

.filter-tags-selection ul li:hover i,
.filter-tags-selection ul li.active i,
.filter-tags-selection ul li.is-checked i {
  opacity: 1;
  width: 38px;
  visibility: visible;
}

#learning_faces .inner-resources figure {
  height: 220px;
}

#learning_faces .resources-content {
  padding: 10px 15px 15px;
}

.inner-resources .filter-tags-selection ul {
  margin: 0;
}

.inner-resources .filter-tags-selection ul li {
  font-size: 10px;
  cursor: default;
  line-height: 14px;
  padding: 7px 17px;
  color: #333333 !important;
  background: linear-gradient(360deg, #dbf8ff 0%, #ecfbff 100%) !important;
}

.inner-resources .filter-tags-selection ul li+li {
  margin: 0 0 10px 15px;
}

/*! ==================================================================================================== !*/

/*! ==================== Learning Ddetails Page Style !*/

.current-blog-img {
  height: auto;
  overflow: hidden;
  margin: 0 0 60px;
  border: 1px solid #028bcc;
}

.current-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-head {
  padding: 20px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.blog-title {
  color: #333333;
  font-size: 28px;
  line-height: 32px;
  font-family: BebasNeue-Regular;
}

.blog-head ul {
  gap: 14px;
}

.related-blogs-tags h2 {
  color: #0665ae;
  padding: 20px 0;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: BebasNeue-Regular;
}

.related-blogs-tags .filter-tags-selection ul {
  margin: 0 -10px 60px;
}

.related-blogs-tags .filter-tags-selection ul li,
.related-blogs-tags .filter-tags-selection ul li+li {
  margin: 10px;
  min-width: auto;
  padding: 10px 12px;
}

.related-blogs-lists ul li {
  padding: 10px;
  margin: 0 0 30px;
  background: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}

.related-blogs-lists ul li figure {
  width: 90px;
  height: 115px;
  overflow: hidden;
}

.related-blogs-lists ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.related-blogs-lists ul li .relate-blog {
  padding: 0 0 0 16px;
  box-sizing: border-box;
  width: calc(100% - 90px);
}

.related-blogs-lists ul li .relate-blog small {
  color: #333333;
  font-size: 12px;
  line-height: 18px;
}

.related-blogs-lists ul li .relate-blog a {
  color: #333333;
  font-size: 20px;
  margin: 12px 0 0;
  line-height: 24px;
  overflow: hidden;
  letter-spacing: 0.5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  font-family: BebasNeue-Regular;
}

.related-blogs-lists ul li .relate-blog .filter-tags-selection ul {
  margin: 0;
}

.related-blogs-lists ul li .relate-blog .filter-tags-selection ul li {
  cursor: default;
  font-size: 10px;
  box-shadow: none;
  padding: 5px 10px;
  line-height: 13px;
  margin: 13px 15px 0 0;
  color: #333333 !important;
  background: linear-gradient(360deg, #dbf8ff 0%, #ecfbff 100%);
}

.author-note {
  color: #6c757d;
  font-size: 14px;
  line-height: 160%;
}

.blog-author {
  margin-top: 30px;
  padding: 0 0 0 26px;
  border-left: 2px solid #333333;
}

.blog-author h6 {
  font-size: 16px;
  margin: 0 0 46px;
  line-height: 24px;
}

.blog-author span {
  color: #6c757d;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
}

.filter-tag-results .col-md-4 {
  transition: all 0.5s ease;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
}

.filter-tag-results .col-md-4 .inner-resources {
  padding: 10px;
  background: #edeef0;
  border: 1px solid #d5d8dd;
}

#learning_faces .filter-tag-results .col-md-4 .inner-resources .resources-content {
  padding: 0;
  background: none;
  transition: all 0.5s ease;
}

#learning_faces .filter-tag-results .col-md-4 .inner-resources .resources-content a.title-head {
  margin: 0 0 10px;
}

#learning_faces .filter-tag-results .col-md-4 .inner-resources .resources-content figure {
  margin: 20px 0;
}

.filter-tag-results .col-md-4 .inner-resources:hover {
  background: #f5f5f5;
}

.filter-tag-results .col-md-4.hide-other {
  opacity: 0;
  z-index: -1000;
  visibility: hidden;
  transform: translate3d(0px, 0px, 0px) scale3d(0.001, 0.001, 1);
}

/*! ==================================================================================================== !*/

/*! ==================== Library Page Style !*/

.doc-content {
  background: linear-gradient(90deg, #028bcc 0%, #0e56b4 100%);
}

.doc-content ul {
  gap: 40px;
  padding: 150px 120px;
}

.doc-content ul li {
  gap: 16px;
  display: flex;
  align-items: flex-start;
}

.doc-content ul li i {
  display: flex;
  color: #ffffff;
  font-size: 28px;
  line-height: 28px;
  border-radius: 50%;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  border: 1px solid #0665ae;
}

.doc-content ul li p {
  color: #ffffff;
  font-size: 20px;
  line-height: 130%;
  font-weight: normal;
}

.number-of {
  gap: 8px;
  display: flex;
  font-size: 13px;
  padding: 6px 13px;
  line-height: 22px;
  border-radius: 5px;
  background: #ffffff;
  align-items: center;
}

.number-of i {
  border: none !important;
  color: #0665ae !important;
  font-size: 18px !important;
  border-radius: 0 !important;
  line-height: 18px !important;
}

.number-of strong {
  color: #0665ae !important;
  font-weight: bold !important;
  font-weight: normal !important;
  letter-spacing: -0.5px !important;
}

.footer-sets .number-of {
  color: #ffffff;
  min-width: 140px;
  background: #0665ae;
}

.footer-sets .number-of {
  gap: 2px;
  padding: 6px 12px 8px;
}

.footer-sets .number-of i,
.footer-sets .number-of strong {
  color: #ffffff !important;
}

.footer-sets .number-of strong {
  display: block;
  font-size: 28px;
  line-height: 28px;
  margin: 10px 0 2px 0;
  font-family: BebasNeue-Regular;
}

.doc-img figure {
  height: 100%;
  overflow: hidden;
}

.doc-img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*! ==================================================================================================== !*/

/*! ==================== Statistical Dashboard Page Style !*/

.dashboard-search form {
  margin: 0 0 30px;
  position: relative;
}

.dashboard-lists ul li {
  margin: 0 0 40px;
  border-bottom: 1px solid #d9d9d9;
}

.dashboard-head {
  margin: 0 0 24px;
}

.dashboard-head h2 {
  color: #3e92c2;
  font-size: 32px;
  line-height: 150%;
  font-family: BebasNeue-Regular;
}

.dashboard-head span {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}

.about-more {
  margin: 24px 0;
}

.about-more a {
  padding: 10px;
  color: #0665ae;
  font-size: 20px;
  min-width: 116px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border: 2px solid #0665ae;
  font-family: BebasNeue-Regular;
}

.about-more a:hover {
  color: #ffffff;
  background: #0665ae;
}

/*! ==================================================================================================== !*/

/*! ==================== Login Page Style !*/

#user_Login .login-bg {
  padding: 46px 32px;
  background: url("../img/bg_faits.png") no-repeat scroll center center / cover;
}

.login-bg .login-text {
  padding: 0 60px 0 0;
}

.login-bg .login-text h2 {
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 26px 0;
  font-family: BebasNeue-Regular;
}

.login-bg .login-text p {
  color: #ffffff;
  font-size: 16px;
  line-height: 150%;
}

.login-bg .login-form {
  padding: 40px 40px;
  border: 3px solid #ffffff;
}

#block-tunisia-content #search-form,
#block-tunisia-content h2:nth-child(2) {
  display: none;
}

.login-form #block-tunisia-content form .js-form-item {
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
}

.login-form #block-tunisia-content form .js-form-item label {
  color: #ffffff;
  display: block;
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 150%;
}

.login-form #block-tunisia-content form .js-form-item input {
  width: 100%;
  height: 50px;
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 50px;
  background: #ffffff;
  box-sizing: border-box;
  border: 3px solid #d9d9d9;
  padding: 0 15px;
}

.login-form #block-tunisia-content form .form-actions {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-form #block-tunisia-content form .form-actions input {
  height: 54px;
  border: none;
  color: #0665ae;
  font-size: 20px;
  min-width: 170px;
  line-height: 54px;
  text-align: center;
  background: #ffffff;
  transition: all 0.3s;
  box-sizing: border-box;
  border: 2px solid #0665ae;
  text-transform: uppercase;
  font-family: BebasNeue-Regular;
}

.login-form #block-tunisia-content form .form-actions input:hover {
  color: #ffffff;
  background: #0665ae;
  border: 2px solid #ffffff;
}

/*! ==================== Metadata Page Style !*/

.filter-box {
  padding: 40px 22px;
  box-sizing: border-box;
  background-color: #eceeed;
}

.filter-box h2 {
  font-size: 24px;
  margin: 0 0 16px;
  font-weight: 600;
  line-height: 36px;
}

.filter-box form .js-form-item label {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 2px;
}

.filter-box form .js-form-item input,
.filter-box form .js-form-item select {
  width: 100%;
  height: 53px;
  border: none;
  display: block;
  font-size: 16px;
  margin: 0 0 14px;
  font-weight: 400;
  line-height: 48px;
  padding: 0 15px;
  box-sizing: border-box;
}

.filter-box form .js-form-item input {
  background: #ffffff;
}

.filter-box form .js-form-item select {
  padding: 0 35px 0 15px;
}

.filter-box form .form-actions input {
  background: #0665ae;
  width: 100%;
  height: 50px;
  border: none;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#learning_faces #block-tunisia-content .views-element-container>div,
.home-resource-list .views-element-container>div {
  display: flex;
  flex-wrap: wrap;
}

#learning_faces #block-tunisia-content .views-element-container>div .views-row {
  padding: 0 15px;
  width: 50%;
}

.home-resource-list .views-element-container>div>div {
  padding: 0 15px;
  width: 33.33%;
}

.search-bx {
  position: relative;
}

.search-bx p input {
  width: 100%;
  height: 45px;
  display: block;
  font-size: 16px;
  margin: 0 0 30px;
  font-weight: 400;
  line-height: 43px;
  padding: 0 35px 0 15px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #eaeaea;
}

.input-group-append {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
}

.input-group-append button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: none;
  background: #0665ae;
  color: #ffffff;
  font-size: 18px;
  margin: 0 0 15px;
}

.submittion.know-more {
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  background: #0665ae;
  padding: 0 14px;
  text-transform: uppercase;
  border-radius: 2px;
  display: inline-block;
  min-width: 120px;
  text-align: center;
  font-size: 16px;
}

.radio-bx.checkbox-field input{
  width:17px;
  height: 17px;
}

.filter-tag-search.learning-filter-tag-search {
  height: auto;
  border: none;
}

.filter-tag-search.learning-filter-tag-search>div {
  width: 100%;
}

.filter-tag-search.learning-filter-tag-search>div>div form {
  display: flex;
  flex-direction: column;
  height: auto;
}

.filter-tag-search>div>div form .js-form-item.js-form-type-textfield input {
  border: 1px solid #bfc1c5;
  margin: 0 0 20px;
  width: 100%;
}

.filter-tag-search.learning-filter-tag-search>div>div form .fieldgroup {
  display: flex;
  flex-direction: column;
}

.filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline {
  display: flex;
  flex-wrap: wrap;
}

.filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline>.form-item {
  color: #333333;
  cursor: pointer;
  font-size: 13px;
  min-width: 90px;
  overflow: hidden;
  line-height: 18px;
  position: relative;
  margin: 0 0 10px 20px;
  padding: 10px 30px;
  text-align: center;
  border-radius: 5px;
  background: #dbf8ff;
  text-transform: capitalize;
  transition: all 0.35s ease;
}

.filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline>.form-item:first-child {
  margin: 0 0 10px 0;
}

.filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline>.form-item input {
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
}

.filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline>.form-item:hover,
.filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline>.form-item.highlight {
  color: #ffffff;
  background: #81c8ec;
  padding: 10px 48px 10px 12px;
}

.filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline>.form-item::before {
  top: 0;
  right: 0;
  opacity: 0;
  width: 0px;
  height: 100%;
  display: flex;
  content: "✔";
  font-size: 16px;
  color: #ffffff;
  visibility: hidden;
  text-align: center;
  position: absolute;
  align-items: center;
  background: #86e8ff;
  transition: all 0.3s ease;
  justify-content: center;
}

.filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline>.form-item:hover::before,
.filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline>.form-item.highlight::before {
  opacity: 1;
  width: 38px;
  visibility: visible;
}

#learning_faces .filter-tag-results #block-tunisia-content .views-element-container>div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#learning_faces .filter-tag-results #block-tunisia-content .views-element-container>div .views-row {
  width: calc(33.33% - 20px);
  padding: 0;
}

.a2a_kit a .a2a_svg {
  background: #fff !important;
  border-radius: 50px !important;
  height: 30px !important;
  width: 30px !important;
  line-height: 30px !important;
  border: 1px solid #eaeaea;
  display: block !important;
  padding: 2px !important;
}

.a2a_kit a .a2a_svg svg path {
  fill: #0665ae !important;
}

.author-post-image {
  overflow: hidden;
  height: 350px;
}

.author-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.learn-ext-link-button {
  margin: 15px 0 0 0;
}

.learn-ext-link-button a {
  color: #0665ae;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 16px;
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #0665ae;
  font-family: BebasNeue-Regular;
}

.mt-smooth-100 {
  margin-top: 100px;
}

.title-bx h2 {
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

.indicater-data p {
  color: #333333;
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 15px;
}

.goback-metadata {
  margin: 0 0 10px;
}

.goback-metadata a {
  background: #0665ae;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
}

.sample-text {
    color: #333333;
    font-size: 16px;
    margin: 0 0 26px;
    line-height: 150%;
}

.indicater-select-bx{
  border-top: 1px solid #eaeaea;
  padding: 20px 0 0 0;
  max-width: 1230px;
  margin: 0 auto;
}

.select-bx .select2 {
  width: 100% !important;
}

.indicater-select-bx .select-bx label {
  font-size: 1rem;
  font-weight: 700;
}

.indicater-select-bx .select-bx .select2-container--default .select2-selection--single {
  width: 100%;
  height: 45px;
  display: block;
  font-size: 16px;
  margin: 0 0 30px;
  font-weight: 400;
  line-height: 43px;
  padding: 0 35px 0 15px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #eaeaea;
}

.indicater-select-bx .select-bx .select2-container--default .select2-selection--single .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333333;
  line-height: 43px;
  padding: 0 0 0;
}

.indicater-select-bx .select-bx .select2-container--default .select2-selection--single .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px;
  width: 30px;
}

.indicater-select-bx .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  padding: 0;
  line-height: 45px;
}

.indicater-select-bx .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

section.non-crimnal-bx .border-non-bx {
  background: #f4f4f4;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.non-crimnal-bx .border-non-bx h3 {
  font-size: 32px;
  line-height: 38px;
  box-sizing: border-box;
  width: calc(100% - 210px);
}

section.non-crimnal-bx .border-non-bx .list-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

section.non-crimnal-bx .border-non-bx .list-button li {
  position: relative;
}

section.non-crimnal-bx .border-non-bx .list-button li a {
  width: 40px;
  height: 40px;
  margin: 0 6px 6px;
  display: flex;
  font-size: 17px;
  color: #ffffff;
  overflow: hidden;
  line-height: 40px;
  background: #0665ae;
  align-items: center;
  border-radius: 50px;
  box-sizing: border-box;
  justify-content: center;
  border: 2px solid #0665ae;
}

section.non-crimnal-bx .border-non-bx .list-button li .socialmedia {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px;
  border-radius: 14px;
  width: 100px;
  border: 1px solid #eaeaea;
  top: 100%;
  right: 0;
  margin: 0;
  box-sizing: border-box;
  z-index: 9999;
}

section.non-crimnal-bx .border-non-bx .list-button li.share:hover .socialmedia {
  display: block;
}

section.non-crimnal-bx .border-non-bx .list-button li .socialmedia .a2a_kit {
  display: flex;
  flex-wrap: wrap;
}

section.non-crimnal-bx .border-non-bx .list-button li .socialmedia .a2a_kit a {
  background: none;
  border: none;
  margin: 0px;
  padding: 0;
  width: 38px;
  height: 38px;
  border-radius: 0;
}

.crimnal-list li strong {
  font-size: 18px;
  position: relative;
  font-weight: 700;
  line-height: 30px;
  display: block;
  padding: 0 0 0 26px;
  margin: 12px 0 0.5rem;
}

.crimnal-list li strong::before {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #0665ae;
  content: "\f058";
  z-index: 9;
  font-family: "fontAwesome";
}

.crimnal-list li p {
  font-size: 16px;
  line-height: 24px;
}

.crimnal-list li .list-data p {
  padding: 0 0 4px 32px;
  position: relative;
}

.section .dfa-viz-bootstrap p span,
.section .dfa-viz-bootstrap .dfa-head-holder .dfa-narr-html-container p {
  background: none !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.5;
  color: #333 !important;
  font-family: Palanquin, sans-serif !important;
}

.dfa-viz-bootstrap b,
.dfa-viz-bootstrap strong {
  font-weight: normal !important;
}

.dfa-viz-bootstrap b,
.dfa-viz-bootstrap strong u {
  text-decoration: none;
  color: #333;
}

.dfa-viz-bootstrap b,
.dfa-viz-bootstrap strong,
.dfa-viz-bootstrap b,
.dfa-viz-bootstrap strong u {
  text-decoration: none;
  color: #333;
}

/* ========================== Monitoring Dashboard Start ================================ */

.dfa-dashboard-container text,
.dfa-dashboard-container h1,
.dfa-dashboard-container h2,
.dfa-dashboard-container h3,
.dfa-dashboard-container h4,
.dfa-dashboard-container h5,
.dfa-dashboard-container h6,
.dfa-dashboard-container p,
.dfa-dashboard-container span,
.dfa-dashboard-container div {
  font-family: Palanquin, sans-serif !important;
}

.inner-sets {
  margin: 0 auto;
  max-width: 1250px;
}

.main-about-box {
  background: linear-gradient(0deg,
      rgb(112 187 255 / 30%) 30%,
      rgba(255, 255, 255, 1) 100%);
}

.top-navigation {
  padding: 20px 15px;
  transition: all 0.3s;
}

.top-navigation ul {
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 10px 0;
  flex-wrap: wrap;
  max-width: 1250px;
  transition: all 0.3s;
  list-style-type: none;
  justify-content: center;
}

.top-navigation ul>li {
  position: relative;
  transition: all 0.3s;
  list-style-type: none;
}

.top-navigation ul>li+li {
  margin: 0 0 0 60px;
}

.top-navigation ul>li>a {
  display: flex;
  color: #3d85c6;
  font-weight: bold;
  align-items: center;
  padding: 38px 0 10px;
  transition: all 0.4s;
  text-decoration: none;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
}

.top-navigation ul>li>a img {
  top: 0;
  margin: 0;
  width: 32px;
  height: 32px;
  display: flex;
  font-size: 24px;
  line-height: 28px;
  position: absolute;
  align-items: center;
  transition: all 0.4s;
  justify-content: center;
}

.top-navigation ul>li>a span {
  font-size: 12px;
  line-height: 20px;
  margin: -1px 0 0 0;
  transition: all 0.4s;
}

.top-navigation ul ul {
  left: 50%;
  margin: 0;
  opacity: 0;
  width: auto;
  display: block;
  visibility: hidden;
  border-radius: 2px;
  position: absolute;
  background: #3d85c6;
  transition: all 0.4s;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 20px 12px 0;
  border: 1px solid #f5f5f5;
  justify-content: flex-start;
  transform: translate(-50%, -10px);
  z-index: 99;
}

.top-navigation ul>li ul li,
.top-navigation ul>li ul li+li {
  margin: 0 0 0 30px;
  list-style-type: disc;
}

.top-navigation ul>li ul li::marker {
  color: #ffffff;
  font-size: 10px;
}

.top-navigation ul>li ul li a {
  border: none;
  opacity: 0.9;
  color: #ffffff;
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  white-space: nowrap;
  padding: 6px 0 !important;
}

.top-navigation ul>li:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0px);
}

.top-navigation ul>li ul li a:hover {
  opacity: 1;
}

.top-navigation.scrolled {
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 999;
  position: sticky;
  padding: 0 15px;
  margin: 0 0 10px;
  background: #ffffff;
  border-bottom: 1px solid #cae6ff;
}

.about-set.scrolled {
  padding-top: 30px;
}

.top-navigation.scrolled ul>li>a {
  padding: 10px 0 10px 26px;
}

.top-navigation.scrolled ul>li>a img {
  left: 0;
  top: 50%;
  width: 20px;
  height: auto;
  font-size: 18px;
  line-height: 18px;
  justify-content: flex-end;
  transform: translateY(-50%);
}

.custom-text {
  font-size: 17px;
  margin: 0 0 10px;
  line-height: 28px;
}

.section {
  padding: 20px 0 10px;
}

.section-bg {
  background: #e4e8f3;
}

.section-title {
  display: flex;
  flex-wrap: wrap;
  font-size: 2.5rem;
  margin: 16px 0 10px;
  align-items: center;
}

.section-title i {
  font-size: 2.4rem;
  margin: 0 14px 0 0;
}

.section-bg-one {
  background: #eff3fd;
}

/* ============================================= */

text {
  color: #000000 !important;
  font-weight: 500 !important;
}

.highcharts-background {
  fill: transparent;
}

.highcharts-exporting-group,
.highcharts-credits {
  display: none;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 500px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.highcharts-description {
  margin: 0.3rem 10px;
}

.gauge-legends {
  padding: 0;
  margin: -20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.gauge-legends li {
  display: flex;
  font-size: 12px;
  margin: 0 5px 4px;
  font-weight: 500;
  align-items: center;
  font-family: "Palanquin", sans-serif;
}

.gauge-legends li span {
  width: 12px;
  height: 12px;
  display: block;
  margin: 0 10px 0 0;
  border-radius: 50px;
}

.gauge-legends li p {
  margin: 0;
}

.gauge-legends li span.gray {
  background: #ffffff;
}

.gauge-legends li span.need-improvement {
  background: #fa4b42;
}

.gauge-legends li span.good {
  background: #ffd95f;
}

.gauge-legends li span.excellent {
  background: #00e272;
}

text,
tspan {
  stroke: none;
  font-family: "Palanquin", sans-serif !important;
}

#container_gauge .highcharts-data-label text {
  font-size: 20px !important;
}

#container_bar_chart .highcharts-data-label text,
#container_bar_chart_deficit .highcharts-data-label text {
  /*color: #000000 !important;
  fill: #000000 !important;*/
  font-family: "Palanquin", sans-serif !important;
}

#container_bar_chart .highcharts-data-label text tspan,
#container_bar_chart_deficit .highcharts-data-label text tspan {
  /*fill: #000000 !important;
  color: #000000 !important;*/
  font-family: "Palanquin", sans-serif !important;
}

#container_bar_chart .highcharts-yaxis,
#container_bar_chart_deficit .highcharts-yaxis {
  display: none;
}

.highcharts-axis.highcharts-xaxis path.highcharts-axis-line {
  stroke: #b2b2b2 !important;
}

.highcharts-grid-line {
  stroke: #d9d9d9 !important;
}

.section .dfa-viz-bootstrap {
  margin: 16px 0;
}

.dfa-accordion-section table {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.dfa-accordion-section table {
  width: 100% !important;
}

.dfa-accordion-section table tr th,
.dfa-accordion-section table tr td {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  text-align: center !important;
  padding: 8px !important;
  width: auto !important;
}

.dfa-accordion-section table tr th:first-child {
  text-align: left !important;
}

.viz-note {
  font-size: 13px;
  line-height: 15px;
  padding: 0 80px;
  text-align: center;
  margin: -10px 0 0 0;
}

.dfa-chart-holder .dfa-tools-section {
  gap: 15px;
  display: flex;
  justify-content: flex-end;
}

.dfa-viz-bootstrap .dfa-tools-section .dfa-tools-label a {
  color: #4c4c4c;
  font-weight: bold;
  padding-left: 25px;
  margin-left: 10px;
  position: relative;
  text-decoration: none;
  text-align: center;
}

.dfa-viz-bootstrap .dfa-tools-section .dfa-tools-label a::before {
  opacity: 0.3;
}

.section#dashboardIndicators .dfa-viz-bootstrap div.dfa-dropdown.dfa-text-left {
  display: none !important;
}

/* #dashboardIndicators1.section .dfa-viz-bootstrap div.dfa-dropdown.dfa-text-left .dfa-cstm-drpdwn:last-child, */
#dashboardIndicators1.section .dfa-viz-bootstrap div.dfa-dropdown.dfa-text-left .dfa-cstm-drpdwn:first-child {
  display: none;
}

#dashboardIndicators6.section g.highcharts-legend.highcharts-no-tooltip,
#dashboardIndicators8.section g.highcharts-legend.highcharts-no-tooltip,
#dashboardIndicators11.section g.highcharts-legend.highcharts-no-tooltip {
  display: none;
}

#dashboardIndicators4 .dfa-chart-holder text tspan {
  display: none;
}

#dashboardIndicators1.section .dfa-viz-bootstrap .dfa-chart-holder,
#dashboardIndicators2.section .dfa-viz-bootstrap .dfa-chart-holder,
#dashboardIndicators3.section .dfa-viz-bootstrap .dfa-chart-holder,
#dashboardIndicators4.section .dfa-viz-bootstrap .dfa-chart-holder,
#dashboardIndicators5.section .dfa-viz-bootstrap .dfa-chart-holder,
#dashboardIndicators6.section .dfa-viz-bootstrap .dfa-chart-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#dashboardIndicators1.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row,
#dashboardIndicators2.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row,
#dashboardIndicators3.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row,
#dashboardIndicators4.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row,
#dashboardIndicators5.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row,
#dashboardIndicators6.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row {
  width: 100%;
}

#dashboardIndicators1.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:first-child,
#dashboardIndicators2.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:first-child,
#dashboardIndicators3.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:first-child,
#dashboardIndicators4.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:first-child,
#dashboardIndicators5.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:first-child,
#dashboardIndicators6.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:first-child {
  order: 2;
  width: auto;
}

#dashboardIndicators1.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2),
#dashboardIndicators2.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2),
#dashboardIndicators3.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2),
#dashboardIndicators4.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2),
#dashboardIndicators5.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2),
#dashboardIndicators6.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2) {
  order: 1;
  width: 33.33%;
}

#dashboardIndicators1.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2) .dfa-cstm-drpdwn,
#dashboardIndicators2.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2) .dfa-cstm-drpdwn,
#dashboardIndicators3.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2) .dfa-cstm-drpdwn,
#dashboardIndicators4.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2) .dfa-cstm-drpdwn,
#dashboardIndicators5.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2) .dfa-cstm-drpdwn,
#dashboardIndicators6.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2) .dfa-cstm-drpdwn,
.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row .dfa-cstm-drpdwn label {
  width: 100% !important;
}

#dashboardIndicators1.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(3),
#dashboardIndicators2.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(3),
#dashboardIndicators3.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(3),
#dashboardIndicators4.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(3),
#dashboardIndicators5.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(3),
#dashboardIndicators6.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(3) {
  order: 3;
}

#dashboardIndicators1.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(4),
#dashboardIndicators2.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(4),
#dashboardIndicators3.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(4),
#dashboardIndicators4.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(4),
#dashboardIndicators5.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(4),
#dashboardIndicators6.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(4) {
  order: 4;
}

#dashboardIndicators1.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(5),
#dashboardIndicators2.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(5),
#dashboardIndicators3.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(5),
#dashboardIndicators4.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(5),
#dashboardIndicators5.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(5),
#dashboardIndicators6.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(5) {
  order: 5;
}

#dashboardIndicators2.section .dfa-row.dfa-accordion-row {
  margin: 0;
}

#dashboardIndicators2.section .dfa-row.dfa-accordion-row .dfa-p-0.dfa-accordion-section {
  width: 50%;
}

#dashboardIndicators1.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(6),
#dashboardIndicators2.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(6),
#dashboardIndicators3.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(6),
#dashboardIndicators4.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(6),
#dashboardIndicators5.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(6),
#dashboardIndicators6.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(6) {
  order: 6;
}

#dashboardIndicators3 text tspan {
  display: none;
}

.dfa-viz-bootstrap .dfa-legend-filter-content {
  font-weight: normal !important;
  font-size: 13px;
}

#dashboardIndicators13.section .dfa-viz-bootstrap .dfa-container-fluid {
  flex-direction: column;
}

#dashboardIndicators12 text {
  text-transform: initial;
  display: flex !important;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 20px !important;
  background: red !important;
  font-weight: bold !important;
}

div#\33WMapDisclaimer,
div#WMap_Map_disclaimer_Div {
  display: none;
}

div#WMap_Filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

div#WMap_Filter>div {
  flex: auto;
  padding: 10px;
  width: calc(33.33% - 20px);
  border-bottom: 1px solid #ccc;
}

div#WMap_Filter>div>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

div#WMap_Filter>div>div label {
  width: 100%;
  display: block;
  color: #000000;
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

div#WMap_Filter>div>div .choices,
div#WMap_Filter>div>div .choices__inner {
  width: 100%;
  text-align: left;
}

div#WMap_Filter>div>div .choices .choices__list {
  width: 100%;
}

div#WMap_Filter .resetBar {
  order: 5;
  margin: 0;
  width: 100px;
  border: none;
  padding: 0 10px 0 0;
}

div#WMap_Filter .resetBar a {
  width: 100%;
  height: 44px;
  display: flex;
  color: #ffffff;
  font-size: 14px;
  line-height: 44px;
  border-radius: 2px;
  margin: 18px 0 0 0;
  align-items: center;
  background: #3d85c6;
  justify-content: center;
  text-transform: uppercase;
}

div#WMap_Filter>div:nth-child(2) {
  order: 4;
  border: none;
  width: calc(100% - 100px);
  border-top: 1px solid #ccc;
}

.DFA-tooltip .leaflet-popup-content {
  overflow: hidden;
  border-radius: 0 0 6px 6px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 12px;
  flex-direction: column;
  width: 320px !important;
}

.DFA-tooltip .leaflet-popup-content .DFA-tooltipCont {
  padding: 10px 5px 0 10px;
  display: flex;
}

.DFA-tooltip .leaflet-popup-content .DFA-tooltipCont label {
  margin: 0;
}

.DFA-tooltip .leaflet-popup-content .DFA-tooltipCont label.attr {
  font-weight: bold;
}

.DFA-tooltip .leaflet-popup-content .DFA-tooltipCont:first-child {
  padding: 10px;
  background: #3d85c6;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  width: 100%;
}

.DFA-tooltip .leaflet-popup-content .DFA-tooltipCont:first-child label.attr {
  display: none;
}

.DFA-tooltip .leaflet-popup-content .DFA-tooltipCont label:first-child {
    width: 80px;
}
.DFA-tooltip .leaflet-popup-content .DFA-tooltipCont label:last-child {
    width: calc(100% - 80px);
}

#dashboardIndicators7 .dfa-viz-bootstrap .dfa-info-3col-section {
  border: none;
  background: #d6eaf8;
}

#dashboardIndicators7 .dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-left-part {
  background: #aed6f1;
  color: #000;
}

#dashboardIndicators7 .dfa-info-3col-circle {
  background: #3d85c6;
  border: none;
  top: 0px;
  height: 48px;
  width: 48px;
  left: -26px;
}

#dashboardIndicators7 .dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-left,
#dashboardIndicators7 .dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-right {
  padding: 12px 16px 8px;
}

#dashboardIndicators7 .dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-left p,
#dashboardIndicators7 .dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-right p {
  margin: 10px 0 0 0;
}

#dashboardIndicators7 .dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-left span,
#dashboardIndicators7 .dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-right span {
  display: block;
  margin: 10px 0 12px 0;
}

div#dashboardIndicators12 {
  padding: 20px 0 10px;
  margin: 0 0 0px;
}

#total_Act {
  color: #3d85c6;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 0;
}

.dfa-viz-bootstrap .dfa-cmbnd-scr-legend-content i {
  font-size: 12px;
}

#dashboardIndicators1 g.highcharts-axis.highcharts-yaxis text,
#dashboardIndicators g.highcharts-axis.highcharts-yaxis text,
#dashboardIndicators8 g.highcharts-axis.highcharts-yaxis text,
#dashboardIndicators11 g.highcharts-axis.highcharts-yaxis text {
  transform: translateY(-8px);
}

.dfa-viz-bootstrap .dfa-cmbnd-scr-legend-content b {
  font-size: 13px;
}

.dfa-viz-bootstrap .dfa-legend-filter {
  padding: 0;
}

div#dashboardIndicators13.section {
  margin: 0 0 50px;
}

#dashboardIndicators .dfa-viz-bootstrap .dfa-disclaimer-section .dfa-date-label,
#dashboardIndicators1 .dfa-viz-bootstrap .dfa-disclaimer-section .dfa-date-label,
#dashboardIndicators3 .dfa-viz-bootstrap .dfa-disclaimer-section .dfa-date-label,
#dashboardIndicators4 .dfa-viz-bootstrap .dfa-disclaimer-section .dfa-date-label,
#dashboardIndicators5 .dfa-viz-bootstrap .dfa-disclaimer-section .dfa-date-label,
#dashboardIndicators6 .dfa-viz-bootstrap .dfa-disclaimer-section .dfa-date-label,
#dashboardIndicators8 .dfa-viz-bootstrap .dfa-disclaimer-section .dfa-date-label,
#dashboardIndicators11 .dfa-viz-bootstrap .dfa-disclaimer-section .dfa-date-label {
  padding: 0 !important;
  margin: -10px 0 0 0;
}

#dashboardIndicators1.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2) {
  width: 50%;
}

#dashboardIndicators8 .highcharts-axis-labels.highcharts-xaxis-labels span > div {
    width: 130px !important;
}

#dashboardIndicators11 .highcharts-axis-labels.highcharts-xaxis-labels span > div {
    width: 160px !important;
    overflow: visible !IMPORTANT;
    text-overflow: inherit !IMPORTANT;
    white-space: initial !important;
}

g.highcharts-axis.highcharts-yaxis text {
  text-transform: initial;
}

.dfa-viz-bootstrap .dfa-info-3col-section .dfa-info-3col-heading {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
  text-align: left;
}

#dashboardIndicators7 .dfa-info-3col-circle {
  background: #3d85c6;
  border: none;
  top: 0px;
  height: 38px;
  width: 38px;
  left: -26px;
}

#dashboardIndicators7 .dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-left, #dashboardIndicators7 .dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-right {
  padding: 0 16px;
}

.dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-left p, .dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-right p {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  margin: 14px 0px 14px 0px;
  padding: 0;
}

/* ========================== Monitoring Dashboard End ================================ */

/* ====================== Secure Dashboard Start ====================================== */

.monitoring-main {
  padding-top: 80px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.gird-20 {
  flex: 1;
  width: 30%;
}

.monitoring-main .dropdown-menu {
  transform: translate3d(5px, 200px, 0px) !important;
  transform: -webkit-translate3d(5px, 200px, 0px) !important;
}

.monitoring-main .servicesBox .circleBox {
  width: 135px;
  height: 135px;
  line-height: 150px;
  color: #fff;
  background: #eee;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

.monitoring-main .servicesBox .circleBox span[class^="icon-"] {
  font-size: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.monitoring-main .servicesBox .circleBox .icon-user-management {
  font-size: 4rem !important;
}

.monitoring-main .servicesBox .circleBox+span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 30px;
  display: block;
}

.monitoring-main .lightGreen .circleBox {
  background: #8dc63f;
}

.monitoring-main .lightGreen .circleBox+span {
  color: #8dc63f;
}

.monitoring-main .lightBlue .circleBox {
  background: #44c8f5;
}

.monitoring-main .lightBlue .circleBox+span {
  color: #44c8f5;
}

.monitoring-main .darkBlue .circleBox {
  background: #006cb7;
}

.monitoring-main .darkBlue .circleBox+span {
  color: #006cb7;
}

.monitoring-main .gird-20 a:hover .lightOrange .circleBox {
  background: #fff;
  border: 1px solid #ffc20e;
  color: #ffc20e;
}

.monitoring-main .gird-20 a:hover .lightOrange .circleBox+span {
  color: #5091d4;
}

.monitoring-main .gird-20 a:hover .darkOrange .circleBox {
  background: #fff;
  border: 1px solid #f58220;
  color: #f58220;
}

.monitoring-main .gird-20 a:hover .darkOrange .circleBox+span {
  color: #5091d4;
}

.monitoring-main .gird-20 a:hover .lightGreen .circleBox {
  background: #fff;
  border: 1px solid #8dc63f;
  color: #8dc63f;
}

.monitoring-main .gird-20 a:hover .lightGreen .circleBox+span {
  color: #5091d4;
}

.monitoring-main .gird-20 a:hover .lightBlue .circleBox {
  background: #fff;
  border: 1px solid #44c8f5;
  color: #44c8f5;
}

.monitoring-main .gird-20 a:hover .lightBlue .circleBox+span {
  color: #5091d4;
}

.monitoring-main .gird-20 a:hover .darkGreen .circleBox {
  background: #fff;
  border: 1px solid #00a76d;
  color: #00a76d;
}

.monitoring-main .gird-20 a:hover .darkGreen .circleBox+span {
  color: #5091d4;
}

.monitoring-main .gird-20 a:hover .magenta .circleBox {
  background: #fff;
  border: 1px solid #ee3d96;
  color: #ee3d96;
}

.monitoring-main .gird-20 a:hover .magenta .circleBox+span {
  color: #5091d4;
}

.monitoring-main .gird-20 a:hover .wheat .circleBox {
  background: #fff;
  border: 1px solid #b18b4e;
  color: #b18b4e;
}

.monitoring-main .gird-20 a:hover .wheat .circleBox+span {
  color: #5091d4;
}

.monitoring-main .gird-20 a:hover .darkBlue .circleBox {
  background: #fff;
  border: 1px solid #006cb7;
  color: #006cb7;
}

.monitoring-main .gird-20 a:hover .darkBlue .circleBox+span {
  color: #5091d4;
}

.monitoring-main .dropdown-menu {
  border: none;
  border-top: 1px solid #ccc;
  width: 380px;
  padding: 0;
  position: relative !important;
  top: -200px !important;
  margin-bottom: 60px;
  border-radius: 0;
}

.monitoring-main .dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #ddd;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  left: 10px;
  top: -15px;
}

.monitoring-main .dropdown-menu:after {
  content: "";
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  left: 10px;
  top: -14px;
}

.monitoring-main .dropdown-menu a {
  width: 50%;
  float: left;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #333;
}

.monitoring-main .dropdown-menu a:hover {
  color: #658fca;
}

.monitoring-main .dropdown-menu a:before {
  content: ">";
  margin-right: 8px;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 10px;
  position: relative;
  top: 1px;
}

.monitoring-main .dropdown-menu.business {
  border-top: 1px solid #8dc63f;
}

.monitoring-main .dropdown-menu.business:before {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.monitoring-main .dropdown-menu.business:after {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.monitoring-main .dropdown-menu.business a {
  border-bottom: 1px solid #8dc63f;
  color: #8dc63f;
}

.monitoring-main .dropdown-menu.business a:before {
  color: #8dc63f;
}

.monitoring-main .dropdown-menu.business a:hover:before {
  color: #8dc63f;
}

.monitoring-main .dropdown-menu.business:before {
  border-bottom: 15px solid #8dc63f;
}

.monitoring-main .dropdown-menu.data {
  border-top: 1px solid #44c8f5;
  left: inherit !important;
  right: 0;
}

.monitoring-main .dropdown-menu.data:before {
  left: inherit;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.monitoring-main .dropdown-menu.data:after {
  left: inherit;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.monitoring-main .dropdown-menu.data a {
  border-bottom: 1px solid #44c8f5;
}

.monitoring-main .dropdown-menu.data a:before {
  color: #44c8f5;
}

.monitoring-main .dropdown-menu.data a:hover:before {
  color: #44c8f5;
}

.monitoring-main .dropdown-menu.data:before {
  border-bottom: 15px solid #44c8f5;
}

.middleSection.monitoring-main {
  width: 80%;
  margin: 0 auto;
  min-height: 350px;
  text-align: center;
}

.middleSection.monitoring-main .gird-20 {
  width: 33%;
}

.gird-20 {
  width: 20%;
  float: left;
  padding: 0px 15px;
}

.securedashmalawi span.dropdownSubmenu {
  display: grid;
  float: left;
  width: 50%;
}

.monitoring-main .dropdown-menu a {
  width: 50%;
}

.securedashmalawi ul.dropdownMenu li a {
  font-size: 9px !important;
  display: flex;
}

.securedashmalawi span.dropdownSubmenu a {
  width: 100% !important;
  color: #8dc63f !important;
}

.securedashmalawi div#block-monapidatabosblock .searchContainer a {
  color: #8dc63f;
}

.securedashmalawi div#block-monapidataseedatablock .searchContainer a {
  color: #44c8f5;
}

.securedashmalawi {
  padding-bottom: 0;
}

.securedashmalawi {
  min-height: 260px !important;
}

.securedashmalawi ul.dropdownMenu li a {
  padding-left: 20px !important;
}

.middleSection.monitoring-main .searchContainer {
  max-height: 200px;
  /* overflow: auto; */
  margin-top: 7px;
}

.middleSection.monitoring-main ul.dropdownMenu {
  list-style: none;
  display: contents;
}

p.summary-desc-value {
  color: #3d85c6;
}

/* user-administration */

.user-administration-page .views-exposed-form {
  margin-top: 20px;
  margin-bottom: 30px;
}

.user-administration-page .views-exposed-form .js-form-type-textfield {
  margin-bottom: 30px;
  position: relative;
}

.user-administration-page .form-text {
  width: 100%;
  height: 45px;
  margin: 0 !important;
  padding: 10px;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-bottom: 1px solid #000;
}

.user-administration-page .views-element-container {
  min-height: calc(100vh - 155px);
  padding: 10px 50px 50px 50px;
}

.user-administration-page .views-exposed-form .js-form-type-select {
  width: 30%;
  display: inline-block;
  padding-right: 20px;
}

.user-administration-page .form-select {
  width: 100%;
  height: 45px;
  margin: 0 !important;
  padding: 10px;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.user-administration-page .views-exposed-form #edit-submit-user-administration {
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  padding: 11px 40px;
  background-color: #fff;
  border: 2px solid #69ccf7;
  color: #69ccf7 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.user-administration-page .views-exposed-form #edit-submit-user-administration:hover {
  background: #69ccf7 !important;
  color: #fff !important;
}

.user-administration-page .views-exposed-form div#edit-actions {
  display: contents;
}

.user-administration-page table.cols-5 {
  width: 100%;
}

.user-administration-page table.cols-5 thead tr {
  background: #69ccf7;
}

.user-administration-page table.cols-5 thead tr th {
  background: #69ccf7;
  color: #fff;
  padding: 10px;
}

.user-administration-page table.cols-5 tbody tr td {
  padding: 10px;
  border: 1px solid #ddd;
}

.user-administration-page table.cols-5 tbody tr:nth-child(even) {
  background: #f9f9f9;
}

.pager ul.pager__items.js-pager__items {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 10px 0
}

.pager ul.pager__items.js-pager__items li {
  margin: 0 3px;
  padding: 5px
}

.pager ul.pager__items.js-pager__items li a {
  color: #658fca;
}

.pager ul.pager__items.js-pager__items li.pager__item.is-active a {
  color: #3b3b3b;
}

/* ====================== Secure Dashboard End ====================================== */

.section .dfa-viz-bootstrap .dfa-container-fluid {
  display: flex;
}

.section .dfa-viz-bootstrap .dfa-head-holder {
  max-width: 420px;
  width: 50%;
}

.section .dfa-viz-bootstrap .dfa-chart-holder {
  position: relative;
  padding: 0 0 0 50px;
  box-sizing: border-box;
  width: calc(100% - 420px);
}

.dfa-viz-bootstrap .dfa-dropdown {
  margin: 0 0 25px 0px !important;
}

.section .dfa-viz-bootstrap .dfa-head-holder p {
  font-size: 28px;
  margin: 0 0 10px;
  line-height: 22px;
}

.section .dfa-viz-bootstrap .dfa-head-holder p.summary-desc-text {
    font-size: 20px !important;
    line-height: 25px !important;
    margin: 0 0 !important;
}

#dashboardIndicators .dfa-chart-holder .dfa-row:first-child .dfa-col .dfa-dropdown .dfa-cstm-drpdwn:first-child,
#dashboardIndicators1 .dfa-chart-holder .dfa-row:first-child .dfa-col .dfa-dropdown .dfa-cstm-drpdwn:nth-child(1) {
  display: none;
}

#dashboardIndicators2.section .dfa-viz-bootstrap .dfa-container-fluid {
  flex-direction: column;
}

#dashboardIndicators2.section .dfa-viz-bootstrap .dfa-head-holder,
#dashboardIndicators13.section .dfa-viz-bootstrap .dfa-head-holder {
  width: 100%;
  max-width: 100%;
}

#dashboardIndicators2.section .dfa-viz-bootstrap .dfa-chart-holder,
#dashboardIndicators13.section .dfa-viz-bootstrap .dfa-chart-holder {
  padding: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}

.section .dfa-viz-bootstrap .dfa-head-holder .dfa-narr-html-container {
  padding: 0;
}

.section .dfa-viz-bootstrap .dfa-chart-holder .dfa-card .dfa-card-header {
  display: flex;
  padding: 10px;
  align-items: center;
}

.section .dfa-viz-bootstrap .dfa-chart-holder .dfa-card .dfa-card-header .dfa-acrdn-progress-perc {
  position: static;
  width: 50px !important;
  height: 50px !important;
}

.section .dfa-viz-bootstrap .dfa-card-header .dfa-acrdn-progress-perc .single-chart svg {
  width: 100%;
  height: 100%;
}

h5.dfa-mb-0.dfa-acrdn-h5 {
  margin: 0 !important;
  display: flex !important;
  min-height: auto !important;
  overflow: visible !important;
  position: relative !important;
  white-space: normal !important;
  padding: 0 0 0 10px !important;
  width: calc(100% - 50px) !important;
  flex-direction: column !important;
}

.dfa-viz-bootstrap .dfa-card-header h5 i.dfa-icon-circle-right,
.dfa-viz-bootstrap .dfa-card-header h5 i.dfa-icon-circle-down {
  right: 0 !important;
  top: 50% !important;
  left: auto !important;
  width: 30px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  position: absolute !important;
  justify-content: center !important;
  transform: translateY(-50%) !important;
  z-index: 0;
}

.dfa-btn.dfa-btn-link.dfa-acrdn-head {
  padding: 0 30px 0 0 !important;
  width: 100% !important;
  font-size: 15px !important;
  border-radius: 0 !important;
  text-align: left !important;
  position: static !important;
  white-space: normal !important;
  z-index: 1;
  font-weight: normal !important;
}

.open-close-menu {
  display: none;
  transition: 0.5s;
}

.dfa-viz-bootstrap .dfa-head-container>p {
  font-size: 1.7rem !important;
  line-height: 1.2 !important;
}

.section .dfa-viz-bootstrap div.dfa-dropdown.dfa-text-left {
  gap: 10px;
}

.read-more-less a {
  position: absolute;
  left: 0;
  bottom: 0px;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 22px 10px;
  text-align: center;
  background: linear-gradient(#d2f9ff00, #d2f9ff);
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  cursor: default;
}

.transverse-axes:hover .read-more-less a {
  color: #fff;
  letter-spacing: 2px;
}

.read-more-less a span {
  transition: all 0.3s;
  display: inline-block;
  width: auto;
  cursor: pointer;
  letter-spacing: 1px;
}

.width-auto-display-none {
  overflow: hidden;
  width: 0px !important;
}

.transverse-axes p.auto-scroll {
  overflow-y: auto;
}

.transverse-axes p.auto-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.transverse-axes p.auto-scroll::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 6px;
}

.transverse-axes p.auto-scroll::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.2);
}

.dfa-viz-bootstrap .dfa-legend-wrapper {
  padding: 0 0 5px !IMPORTANT;
  margin: -15px auto 0 !important;
}

.add_user.globalusercreate-button {
  text-align: right;
}

.add_user.globalusercreate-button a,
#edit-submit-user-administration {
  color: #0665ae;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 16px;
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #0665ae;
  font-family: BebasNeue-Regular;
}

.user-administration-page .views-exposed-form #edit-submit-user-administration {
  font-weight: 500;
  color: #0665ae !important;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 16px;
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #0665ae;
  font-family: BebasNeue-Regular;
  background: #FFFFFF !important;
}

.view-name-table-column a {
  color: #0665ae;
}

.DFA-tooltip .leaflet-popup-content .DFA-tooltipCont label:first-child {
  width: 140px;
}

.dfa-cmbnd-scr-legend-content span {
  display: none;
}

.section .dfa-viz-bootstrap .dfa-head-holder p {
  font-size: 25px;
  margin: 0 0 10px;
  line-height: 22px;
}

.section .dfa-viz-bootstrap .dfa-head-holder p.summary-desc-text span {
  color: #0665ae !important;
  font-size: 25px !important;
}

form#user-pass {
  margin: 50px auto;
  max-width: 1230px;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  line-height: 30px;
  gap: 10px;
}

.dfa-viz-bootstrap .dfa-narrtv-wrapper .modal-header {
    padding: 10px;
}

.dfa-viz-bootstrap .dfa-narrtv-wrapper .modal {
    background: rgba(0,0,0,0.7);
}

.section .dfa-viz-bootstrap div.dfa-dropdown.dfa-text-left {
  margin: 0 !important;
  min-height: 40px;
  height: 40px;
}

.dfa-viz-bootstrap .dfa-narrtv-wrapper button {
  background: none;
  border: none;
  font-size: 12px;
  width: auto;
}

.dfa-viz-bootstrap .dfa-narrtv-wrapper button.onlyIcon {
  font-size: 22px;
  color: #FFFFFF;
  padding: 0 6px;
}

.dfa-viz-bootstrap .dfa-narrtv-wrapper {
   left: 0 !important;
}

.dfa-viz-bootstrap .dfa-narrtv-wrapper .modal-header .modal-title .dfa-cstm-drpdwn.dfa-tmprd-cntnr label {
  margin: 0;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.dfa-viz-bootstrap .dfa-narrtv-wrapper .panel-body.standard-report {
  padding: 15px;
}

.dfa-viz-bootstrap .dfa-narrtv-wrapper .modal-body .scrolltabs .nav.nav-tabs {
  padding: 0 0 5px;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 2px solid #F2F2F2;
}

.dfa-viz-bootstrap .dfa-narrtv-wrapper .modal-body .scrolltabs .nav-item {
  margin: 0 5px 10px;
}

.dfa-viz-bootstrap .dfa-narrtv-wrapper .modal-body .scrolltabs .nav-item .nav-link {
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #F2F2F2;
}

.dfa-viz-bootstrap .dashboard-modal-content {
  min-height: 280px;
  padding: 0;
}

.dfa-viz-bootstrap .dashboard-modal-header {
  padding: 10px 28px 10px 15px !important;
  border-bottom: 1px solid #eaeaea !important;
  position: relative;
}

.dfa-viz-bootstrap .dashboard-modal-header h2 {
  margin: 0;
}

.dfa-viz-bootstrap .dashboard-close {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  width: 28px;
}

.dfa-viz-bootstrap .dashboard-modal-body {
  padding: 15px !important;
}

.dfa-viz-bootstrap .dashboard-modal-body table {
  width: 100%;
}

.dfa-viz-bootstrap .dashboard-modal-body table thead th, .dfa-viz-bootstrap .dashboard-modal-body table tbody td {
  padding: 10px 8px;
  height: auto;
  border: 1px solid #eaeaea;
  text-align: center !important;
}

.dfa-viz-bootstrap .dashboard-modal-body table thead th:first-child, .dfa-viz-bootstrap .dashboard-modal-body table tbody td:first-child {
  width: 40%;
  min-width: 160px;
  text-align: left !important;
}


/* ============================ Responsive ===================================== */

@media screen and (max-width: 991px) {
  .about-set.scrolled {
    padding: 15px !important;
  }

  .section {
    padding: 10px 0 20px 0;
  }

  .section>.px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .section .dfa-viz-bootstrap .dfa-container-fluid {
    flex-direction: column;
  }

  .section .dfa-viz-bootstrap .dfa-head-holder,
  .section .dfa-viz-bootstrap .dfa-chart-holder {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }

  .section-title {
    margin: 10px 0 0;
  }

  .mt-4.border-bottom {
    margin: 0 !important;
  }

  .mt-4.border-bottom .row h1 {
    margin: 10px 0 0 0 !important;
  }

  .mt-4.border-bottom .row h4 {
    margin: 10px 0 0 0 !important;
  }

  header {
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    z-index: 999999;
    position: fixed;
  }

  .inner-header {
    padding: 10px;
    background: #FFFFFF;
  }

  .logo-set a,
  .logo-set a img {
    height: 40px;
  }

  .logo-set a img {
    width: 41px;
    height: 40px;
  }

  .logo-set a ul {
    gap: 1px;
    width: 42px;
    height: 41px;
  }

  .logo-set a ul li {
    font-size: 16px;
  }

  #block-tunisia-mainnavigation {
    top: 100%;
    width: 100%;
    left: -100%;
    height: 100vh;
    overflow-y: auto;
    position: absolute;
    background: #ffffff;
    border-top: 1px solid #eaeaea;
  }

  .navigation-menu-bar .inner-nav ul {
    flex-direction: column;
  }

  .navigation-menu-bar .inner-nav ul li {
    width: 100%;
    margin: 0 !important;
  }

  .navigation-menu-bar .inner-nav ul li a,
  .navigation-menu-bar .inner-nav ul li span {
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
  }

  .navigation-menu-bar .inner-nav ul li>span::after {
    right: 10px;
    width: 15px;
    height: 15px;
    transform: rotate(-45deg) scale(0.7) translateY(0px) translateX(0px);
  }

  .navigation-menu-bar .inner-nav ul li ul.inner-dropdown {
    left: 0;
    top: 100%;
    height: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    transform: translate(0px, 0px) !IMPORTANT;
  }

  .navigation-menu-bar .inner-nav ul li:hover ul.inner-dropdown {
    height: auto;
  }

  .navigation-menu-bar .inner-nav ul li ul.inner-dropdown li a {
    text-align: left;
    justify-content: flex-start;
    padding: 10px 10px 10px 24px;
  }

  .navigation-menu-bar .inner-nav ul li ul.inner-dropdown::before {
    display: none;
  }

  .lang-switcher {
    margin: 0 10px 0 0;
  }

  .lang-switcher .advanced-language-selector .dropdown button {
    gap: 3px;
    height: 36px;
    font-size: 18px;
    padding: 0 10px;
    line-height: 34px;
  }

  .dropdown-toggle::after {
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
  }

  .search-btn {
    display: none;
  }

  .open-close-menu {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    border-radius: 0px;
    background: #ffffff;
    box-sizing: border-box;
    border: 3px solid #0665ae;
  }

  .open-close-menu i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    font-size: 22px;
    color: #0665ae;
    z-index: 8;
  }

  .open-close-menu i.fa-xmark {
    transform: scale(0);
  }

  .home-page-slider,
  .home-page-slider .carousel {
    height: 60vh;
    box-sizing: border-box;
  }

  .home-page-slider .carousel .carousel-inner .carousel-item .casousel-content {
    padding: 100px 0 20px;
  }

  .home-page-slider .carousel .carousel-inner .carousel-item .casousel-content .row .col-md-7,
  #portfolio_platform .inner-section .row .col-md-7 {
    width: 100%;
  }

  .home-page-slider .carousel .carousel-inner .carousel-item .casousel-content h1 {
    font-size: 34px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
  }

  .home-page-slider .carousel-indicators {
    margin: 0 auto 20px;
    justify-content: center;
  }

  .breadcrumb {
    display: none !important;
  }

  .outer-section {
    padding: 20px 0;
  }

  .h2-basic01 {
    font-size: 26px;
    margin: 0 0 10px;
    letter-spacing: 0;
  }

  #portfolio_platform p {
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 140%;
    transition: all 0.3s;
  }

  .sdg-wheel {
    display: none;
  }

  .sdg-wheel svg {
    width: 320px;
    height: 320px;
  }

  #axes_trans,
  #resources {
    padding-bottom: 0;
  }

  #axes_trans .row .col-md-6 {
    width: 100%;
  }

  .transverse-axes::before {
    width: 60px;
    height: 60px;
    border-radius: 0px 250px 250px 0px;
  }

  .transverse-icon {
    width: 60px;
    height: 60px;
    padding: 0px;
  }

  .transverse-icon img {
    width: 36px;
    height: 36px;
  }

  .transverse-head h3 {
    padding: 12px;
    font-size: 18px;
    line-height: 24px;
    width: calc(100% - 60px);
  }

  .transverse-axes p {
    font-size: 14px;
    margin: 0 0 44px;
    max-height: 100px;
    min-height: 100px;
    padding: 15px 15px 0px;
  }

  .read-more-less a {
    font-size: 14px;
    color: #0275b8;
  }

  #facts_figures .inner-section {
    padding: 20px;
  }

  #facts_figures .inner-section::before {
    background: rgba(0, 0, 0, 0.35);
  }

  #facts_figures .inner-section .row .col-md-12 {
    margin: 0 !important;
  }

  #facts_figures .inner-section .row .col-md-6 {
    width: 100%;
    margin: 0 0 10px !important;
    padding: 0 10px 15px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  #facts_figures .inner-section .row .col-md-6 .facts-lists .facts-head {
    gap: 0.5rem !important;
    margin: 0 0 10px !important;
  }

  #facts_figures .inner-section .row .col-md-6:last-child {
    margin: 0 !important;
    border: none;
    padding-bottom: 0 !important;
  }

  #learning_set .row .col-md-6 {
    width: 100%;
  }

  #learning_set .learning-text {
    padding: 15px;
  }

  #learning_set .learning-text h3 {
    font-size: 26px;
    margin: 0 0 10px;
    letter-spacing: 0;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  #learning_set .learning-text p {
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 12px;
  }

  #learning_set .learning-text a,
  .resources-content .more {
    padding: 5px 16px;
    border: 2px solid #0665ae;
  }

  #learning_set .row .col-md-6:nth-child(3) {
    order: 3;
  }

  #learning_set .row .col-md-6:nth-child(4) {
    order: 4;
  }

  .home-resource-list .views-element-container>div>div {
    padding: 0;
    width: 100%;
  }

  .resources-content h5,
  .resources-content a.title-head {
    font-size: 20px;
    min-height: auto;
    line-height: 22px;
    margin: -4px 0 10px;
  }

  footer {
    padding: 20px 0 0 0;
  }

  .inner-footer .row .col-md-3 {
    width: 100%;
  }

  .inner-footer .row .col-md-3:first-child {
    margin-bottom: 10px;
  }

  .footer-sets h4 {
    font-size: 18px;
    margin: 10px 0;
    line-height: 30px;
    font-weight: bold;
    padding: 10px 0 0 0;
    text-align: center;
    border-top: 1px solid #0665ae29;
  }

  .footer-sets ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-sets ul li {
    padding: 0 5px;
    margin: 0 5px 5px !important;
    border-right: 1px solid #0665ae29;
  }

  .footer-sets ul li:last-child {
    border: none;
  }

  .footer-sets ul li p {
    text-align: center;
  }

  .footer-sets ul li a {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    }

  .inner-footer .row .col-md-3:first-child {
    margin-bottom: 10px;
    justify-content: center;
    align-items: center !important;
    flex-direction: row !important;
  }

  .inner-footer .row .col-md-3:first-child figure img {
    height: 78px;
  }

  .inner-footer .row .col-md-3:last-child {
    text-align: left !important;
  }

  .inner-footer .row .col-md-3:last-child ul {
    flex-direction: column;
    text-align: left;
  }

  .inner-footer .row .col-md-3:last-child ul li {
    margin: 0 0 10px !important;
    padding: 0 !important;
  }

  .inner-footer .row .col-md-3:last-child ul li div p {
    width: 100%;
  }

  .inner-footer .row .col-md-3:last-child ul li div p br {
    display: none;
  }

  .terms-conditions {
    padding: 10px 0;
    margin: 4px 0 0 0;
  }

  .terms-conditions>div>div {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center !important;
  }

  .terms-conditions ul li+li {
    margin: 0 0 0 20px;
  }

  .terms-conditions p,
  .terms-conditions ul li a {
    font-size: 14px;
    line-height: 22px;
  }

  .banner-head {
    margin: 60px 0 0 0;
    padding: 30px 0;
    min-height: auto;
    box-sizing: border-box;
    border-bottom: 8px solid transparent;
  }

  .banner-head h1 {
    margin: 0;
    font-size: 22px;
    line-height: 26px;
  }

  .dashboard-search form {
    margin: 0 0 15px;
    position: relative;
  }

  .dashboard-head {
    margin: 0px 0 10px;
    flex-direction: column;
    align-items: flex-start !important;
  }

  .dashboard-head h2 {
    color: #3e92c2;
    font-size: 26px;
    line-height: 150%;
    width: 100%;
  }

  .dashboard-lists ul li:last-child {
    margin: 0;
  }

  .dashboard-lists ul li p {
    font-size: 14px;
  }

  .about-more {
    margin: 15px 0;
  }

  .dfa-dashboard-container {
    padding: 61px 0 0 0;
  }

  .top-navigation {
    padding: 10px !important;
    transition: all 0.3s;
    position: fixed !important;
    left: 0 !important;
    top: 60px !important;
    width: 100% !important;
    background: #FFFFFF !important;
    z-index: 999 !important;
  }

  .top-navigation ul {
    padding: 0;
  }

  .top-navigation ul > li {
    margin: 0 5px 5px !important;
  }

  .top-navigation ul > li > a {
    position: relative !important;
    padding: 0 14px 0 0 !important;
  }

  .top-navigation ul > li > a::before {
    top: 50%;
    right: 0;
    content: "";
    position: absolute;
    margin: -3px 0 0 0;
    border: 6px solid;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }

  .top-navigation ul > li > a img {
    display: none;
  }

  .top-navigation ul ul {
    left: 0;
    padding: 0;
    min-width: 120px;
    list-style-type: none;
    transform: translate(-50%, -10px);
  }

  .top-navigation ul li:nth-child(3) ul,
  .top-navigation ul li:nth-child(4) ul {
    left: auto;
    right: 0;
  }

  .top-navigation ul > li ul li,
  .top-navigation ul > li ul li + li {
    padding: 0;
    list-style-type: none;
    margin: 0 !important;
  }

  .top-navigation ul > li ul li a {
    padding: 5px 10px !important;
    display: block !important;
  }

  .top-navigation ul > li ul li a::before {
    display: none;
  } 

  .top-navigation.scrolled {
    top: 61px;
    padding: 0;
    margin: 0;
  }

  .main-about-box {
    margin: 65px 0 0 0;
  }

  .about-set {
    padding: 15px !important;
  }

  .about-set .row .col-md-4 {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #3d85c62b;
  }

  .viz-note {
    padding: 0 10px;
    margin: -20px 0 0 0;
  }

  .about-set .row .col-md-6,
  .section .row .col-md-6 {
    width: 100%;
  }

  .section-title h1, .dfa-viz-bootstrap .dfa-head-container > p {
    font-weight: 600;
    font-size: 24px !important;
    line-height: 24px !important;
    font-family: Palanquin, sans-serif !important;
  }

  .dfa-viz-bootstrap .dfa-head-container {
    padding: 0 !important;
    font-size: 22px !important;
  }

  .dfa-viz-bootstrap .dfa-head-container > p {
    margin: 0 !important;
  }

  .about-set .section-title {
    margin: -15px 0 10px 0;
  }

  .section .section-title {
    margin: 0 0 12px;
  }
  
  .custom-text {
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 20px;
  }

  .section .dfa-viz-bootstrap {
    margin: 16px 0 0;
  }

  .section>.px-5.mt-4 {
    margin: 0 !important;
  }

  .dfa-viz-bootstrap .dfa-tools-section {
    font-size: 11px;
  }

  .dfa-viz-bootstrap .dfa-tools-section .dfa-tools-label a {
    display: flex;
    margin: 0 !important;
    padding: 20px 0 0 0 !important;
  }

  .dfa-viz-bootstrap ul.dfa-legends {
    margin: 0px 0 15px 0;
    width: 100%;
  }

  .dfa-viz-bootstrap ul.dfa-legends li {
    font-weight: normal !important;
    margin: 0 10px !important;
  }

  .section .dfa-viz-bootstrap .dfa-chart-holder .dfa-card .dfa-card-header .dfa-acrdn-progress-perc {
    width: 35px !important;
    height: 35px !important;
  }

  h5.dfa-mb-0.dfa-acrdn-h5 {
    width: calc(100% - 35px) !important;
  }

  .section .dfa-viz-bootstrap .dfa-chart-holder .dfa-card .dfa-card-header {
    align-items: flex-start;
  }

  .dfa-viz-bootstrap .dfa-card-header h5 i.dfa-icon-circle-right, .dfa-viz-bootstrap .dfa-card-header h5 i.dfa-icon-circle-down {
    align-items: flex-start !important;
  }

  .dfa-btn.dfa-btn-link.dfa-acrdn-head {
    font-size: 12px !important;
  }

  .dfa-viz-bootstrap .dfa-tools-section .dfa-tools-label a::before {
    opacity: 0.3;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  #dashboardIndicators .dfa-viz-bootstrap .dfa-legend-wrapper {
    padding: 0 0 10px;
    margin: -16px 0 0 0;
  }

  .dfa-viz-bootstrap .dfa-legend-filter-content {
    font-size: 12px;
    padding: 5px 10px;
  }

  .dfa-viz-bootstrap .dfa-disclaimer-section {
    display: flex;
    padding: 0 !important;
    width: 100% !important;
    justify-content: center;
  }

  .section .dfa-viz-bootstrap {
    margin: 10px 0 0;
  }

  .dfa-card-body.dfa-acrdn-box {
    padding: 0 6px !important;
  }

  #dashboardIndicators2.section .dfa-row.dfa-accordion-row {
    flex-direction: column;
  }

  #dashboardIndicators2.section .dfa-row.dfa-accordion-row .dfa-p-0.dfa-accordion-section {
    width: 100%;
    margin: 0;
  }

  .dfa-viz-bootstrap .dfa-card-body .dfa-table tr th, .dfa-viz-bootstrap .dfa-card-body .dfa-table tr td {
    min-width: auto;
    font-size: 12px !important;
    padding: 5px !important;
    line-height: 16px;
  }

  .dfa-viz-bootstrap .dfa-legend-wrapper, .dfa-viz-bootstrap .dfa-legend-filter {
    padding: 0;
  }

  #dashboardIndicators2.section .dfa-row.dfa-accordion-row .dfa-p-0.dfa-accordion-section .dfa-text-center.dfa-accordion-chart {
    width: 100% !important;
  }

  #dashboardIndicators1 g.highcharts-axis.highcharts-yaxis text,
  #dashboardIndicators g.highcharts-axis.highcharts-yaxis text,
  #dashboardIndicators8 g.highcharts-axis.highcharts-yaxis text,
  #dashboardIndicators11 g.highcharts-axis.highcharts-yaxis text {
    transform: translateY(0px);
  }

  #dashboardIndicators1.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:first-child,
  #dashboardIndicators2.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:first-child,
  #dashboardIndicators3.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:first-child,
  #dashboardIndicators4.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:first-child,
  #dashboardIndicators5.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:first-child,
  #dashboardIndicators6.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:first-child {
    margin: 0;
    width: 100%;
  }

  #dashboardIndicators1.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:first-child .dfa-col,
  #dashboardIndicators3.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:first-child .dfa-col,
  #dashboardIndicators4.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:first-child .dfa-col,
  #dashboardIndicators5.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:first-child .dfa-col,
  #dashboardIndicators6.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:first-child .dfa-col {
    padding: 0;
  }

  #dashboardIndicators1.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(4) .dfa-col {
    padding: 0 0 10px;
  }

  #dashboardIndicators1.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2),
  #dashboardIndicators2.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2),
  #dashboardIndicators3.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2),
  #dashboardIndicators4.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2),
  #dashboardIndicators5.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2),
  #dashboardIndicators6.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2),
  #dashboardIndicators1.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2) .dfa-col,
  #dashboardIndicators2.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2) .dfa-col,
  #dashboardIndicators3.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2) .dfa-col,
  #dashboardIndicators4.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2) .dfa-col,
  #dashboardIndicators5.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2) .dfa-col,
  #dashboardIndicators6.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row:nth-child(2) .dfa-col {
    margin: 0;
    width: 100%;
    padding: 0;
  }

  .dfa-viz-bootstrap .dfa-text-left.dfa-dropdown {
    margin: 0 0 10px !important;
  }

  .section .dfa-viz-bootstrap .dfa-dropdown .dfa-cstm-drpdwn .dfa-cstm-input {
    width: 100% !important;
  }

  .dfa-chart-holder .dfa-tools-section {
    padding: 0 0 15px;
    justify-content: center;
  }

  .section#dashboardIndicators2 .dfa-viz-bootstrap .dfa-chart-holder .dfa-row .dfa-col {
    padding: 0 !important;
  }

  #dashboardIndicators.section .dfa-viz-bootstrap .dfa-chart-holder .dfa-row .dfa-col {
    padding: 0 10px !important;
  }

  #dashboardIndicators7 .dfa-viz-bootstrap .dfa-info-3col-section {
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  #dashboardIndicators .dfa-viz-bootstrap .dfa-disclaimer-section .dfa-date-label,
  #dashboardIndicators1 .dfa-viz-bootstrap .dfa-disclaimer-section .dfa-date-label,
  #dashboardIndicators3 .dfa-viz-bootstrap .dfa-disclaimer-section .dfa-date-label,
  #dashboardIndicators4 .dfa-viz-bootstrap .dfa-disclaimer-section .dfa-date-label,
  #dashboardIndicators5 .dfa-viz-bootstrap .dfa-disclaimer-section .dfa-date-label,
  #dashboardIndicators6 .dfa-viz-bootstrap .dfa-disclaimer-section .dfa-date-label,
  #dashboardIndicators8 .dfa-viz-bootstrap .dfa-disclaimer-section .dfa-date-label,
  #dashboardIndicators11 .dfa-viz-bootstrap .dfa-disclaimer-section .dfa-date-label {
    padding: 0 !important;
    margin: 10px 0 0 0;
  }


  .section .dfa-viz-bootstrap .dfa-head-holder p {
    font-size: 20px !important;
    margin: 0 0 10px !important;
    line-height: 22px ! IMPORTANT;
  }

  #dashboardIndicators1.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row,
  #dashboardIndicators2.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row,
  #dashboardIndicators3.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row,
  #dashboardIndicators4.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row,
  #dashboardIndicators5.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row,
  #dashboardIndicators6.section .dfa-viz-bootstrap .dfa-chart-holder>.dfa-row {
    margin: 0;
  }

  .dfa-viz-bootstrap .dfa-info-3col-section .dfa-info-3col-heading {
    padding: 10px 10px 10px 40px !important;
  }

  #dashboardIndicators7 .dfa-info-3col-circle {
    top: 0;
    left: -15px;
    height: 37px;
    width: 37px;
  }

  .dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-left p {
    font-size: 22px;
  }

  #dashboardIndicators7 .dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-left,
  #dashboardIndicators7 .dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-right {
    border-right: none;
    width: 100%;
    border-bottom: 1px solid #94ccff;
    padding: 10px;
  }

  #dashboardIndicators7 .dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-left span,
  #dashboardIndicators7 .dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-right span {
    margin: 10px 0;
    font-size: 14px;
  }

  .section#dashboardIndicators9 .highcharts-label.highcharts-data-label span,
  .section#dashboardIndicators10 .highcharts-label.highcharts-data-label span {
    font-size: 8px !important;
    font-weight: normal !IMPORTANT;
  }

  .dfamon-map.overlay.show {
    z-index: 7;
    margin: 10px 0;
  }

  #latest_learning_block {
    padding: 20px 10px;
  }

  #latest_learning_block .col-md-6 {
    width: 100%;
  }

  .learning-block-bg {
    height: 100%;
    padding: 20px 20px 14px;
  }

  div#WMap_Filter>div,
  div#WMap_Filter>div:nth-child(2) {
    width: 100%;
  }

  div#WMap_Filter>div:nth-child(2) {
    border-top: none;
  }

  div#WMap_Filter .resetBar {
    padding: 0 10px 10px;
  }

  div#WMap_Filter .resetBar a {
    margin: 0;
  }

  .learning-block-bg h2,
  .learning-block-bg a {
    display: block;
    color: #0665ae;
    font-size: 30px;
    line-height: 32px;
    margin: 15px 0 6px;
  }

  .learning-block-bg ul.learning-tags,
  .learning-tags-box ul {
    margin: 20px 0 0 0;
  }

  .filter-tag-search {
    margin: 0 0 5px;
  }

  .filter-tag-search>div>div form .js-form-item.js-form-type-textfield input {
    margin: 0 0 5px;
  }

  #learning_faces .filter-tag-results #block-tunisia-content .views-element-container>div .views-row {
    width: 100%;
    padding: 0;
  }

  #learning_faces .filter-tag-results #block-tunisia-content .views-element-container>div .views-row span.field-content .mb-4 {
    margin: 0 !important;
  }

  .resources-content a.title-head {
    margin: 10px 0;
  }

  .inner-resources figure {
    height: 210px;
  }

  #learning_faces .inner-resources figure {
    height: 220px !important;
  }

  .resources-content p {
    margin: 10px 0 15px;
  }

  .doc-content ul {
    gap: 20px;
    padding: 20px;
  }

  .section .dashboard-modal {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section .dashboard-modal .dashboard-modal-body {
    padding: 0;
    max-height: 100%;
  }

  .section .dashboard-modal .dashboard-modal-content {
    min-height: auto;
  }

  .section .dashboard-modal .dashboard-modal-content {
    min-height: auto;
    min-width: 280px;
  }

  .section .dashboard-modal .dashboard-modal-content .dashboard-modal-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
  }

  .section .dashboard-modal .dashboard-modal-content .dashboard-modal-header h2 {
    margin: 0;
  }

  

  .section .dashboard-modal .dashboard-modal-body .dfa-download-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    gap: 20px;
    width: 100%;
  }

  .dfa-viz-bootstrap .dashboard-modal-body .dfa-download-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dfa-viz-bootstrap .dashboard-modal-body .dfa-download-label span.img {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
  }

  .dfa-viz-bootstrap .dashboard-modal-body .dfa-download-label a {
    padding: 0;
    font-size: 16px;
  }

  #library_doc .row .col-md-4,
  #library_doc .row .col-md-8 {
    width: 100%;
  }

  #learning_faces {
    margin: 20px 0 0 0;
  }

  #learning_faces #block-tunisia-content .views-element-container>div .views-row {
    padding: 0;
    width: 100%;
  }

  .filter-box {
    padding: 20px;
  }

  #learning_faces .resources-content a.title-head {
    margin: 0 0 10px;
  }

  #learning_faces .resources-content .more {
    border: 2px solid #0665ae !important;
  }

  #user_Login .login-bg {
    padding: 32px;
  }

  #user_Login.outer-section {
    padding: 75px 0 20px 0;
  }

  .login-bg .row .col-md-6 {
    width: 100%;
    padding: 0;
  }

  .login-bg .login-text p {
    display: none;
  }

  .login-bg .login-text h2 {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 16px 0;
    text-align: center;
  }

  .dfamon-map.loader {
    z-index: 9;
  }

  .mt-5.indicater-bx {
    margin-top: 75px !important;
  }

  div#dashboardIndicators13.section {
    margin: 0 0 30px;
  }

  .current-blog-img {
    margin: 0;
    border: none;
  }

  .blog-head {
    gap: 10px;
    padding: 10px 0;
    flex-direction: column;
    margin: 0 0 0 !important;
    align-items: flex-start !important;
  }

  .blog-title {
    font-size: 22px;
    line-height: 26px;
  }

  .addtoany_list > a {
    padding: 0 4px 0 0;
  }

  .author-note {
    margin: 10px 0 0 !important;
  }

  .author-note p {
    margin: 0 0 15px;
  }

  .blog-author {
    margin: 20px 0 !important;
    padding: 0 0 0 16px;
    border-left: 1px solid #333333;
  }

  .filter-tag-search.learning-filter-tag-search .bef-exposed-form .form--inline>.form-item {
    margin: 0 0 5px 5px !important;
    padding: 10px 10px;
  }

  .blog-author h6 {
    font-size: 15px;
    margin: 0 0 15px;
    line-height: 22px;
  }

  .author-post-image {
    height: 220px;
    margin: 0 0 10px !important;
  }

  .related-blogs-tags h2 {
    padding: 10px 0 0;
    font-size: 22px;
    margin: 20px 0 0 0;
    border-top: 1px solid #eaeaea;
  }

  .related-blogs-tags .filter-tags-selection ul {
    margin: 0 -10px 0px;
  }

}

