/*

        Framework: HASH Framework 1.0
        Version: 1.0
        Author: HASH Maldives
        Author URI: www.hash.mv

*/
/*__________________________________________________________________________
                                  FONTS CONFIG
__________________________________________________________________________*/
@font-face {
  font-family: faseyha;
  src: url(../fonts/dh/MV_Faseyha.otf);
}

@font-face {
  font-family: waheed;
  src: url(../fonts/dh/MVWaheed.otf);
}

@font-face {
  font-family: bodu;
  src: url(../fonts/dh/MV_Bodu.otf);
}

/*__________________________________________________________________________
                                  FONTS CONFIG
__________________________________________________________________________*/
/*===============================================================================================================================
                                                    VARIABLES CONFIG
===============================================================================================================================*/
/*Theme Specific Colors*/
/*General Colors*/
/*Header*/
/*Navigation*/
/*Dropdown*/
/*Off Canvas Navigation*/
/*Footer*/
/*Widget Colors*/
/*Font management*/
/*===============================================================================================================================
                                                   / VARIABLES CONFIG
===============================================================================================================================*/
.mainContainer.has-fixed-header {
  margin-top: 0;
}

.social-icons.social-share .social-icon {
  background-color: #fafcfd;
  border: 1px solid #e8f1f3;
}

.social-icons.social-share .social-icon:hover {
  border: 0;
  background-color: #aa0f3e;
}

.social-icons.social-share .social-icon:hover i {
  color: #e8f1f3;
}

.header.header-default {
  height: 140px;
}

@media (max-width: 575px) {
  .header.header-default {
    height: 100px;
  }
}

.header.header-default .header-logo {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.header.header-default .header-logo .logo-img-container img {
  height: 100px;
  width: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
}

@media (max-width: 575px) {
  .header.header-default .header-logo .logo-img-container img {
    height: 70px;
  }
}

.header.header-default .nav {
  width: auto;
}

.header.header-default .nav .nav-item .nav-link {
  font-size: 20px;
  font-weight: 600;
}

.header.header-default .nav .nav-item.active .nav-link {
  background-image: linear-gradient(22deg, #8A1538 0%, #aa0f3e 95%);
  background-clip: text;
  color: transparent !important;
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
}

.header.header-default.transparent.dark.scrolled {
  background-color: #01151c;
  height: 60px;
}

.header.header-default.transparent.dark.scrolled .header-logo .logo-img-container img {
  height: 50px;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
}

@media (max-width: 575px) {
  .header-logo .logo-text {
    padding-top: 15px;
  }
}

.header-logo .logo-text h3 {
  font-size: 18px;
}

@media (max-width: 575px) {
  .header-logo .logo-text h3 {
    font-size: 14px;
    padding-left: 5px;
  }
}

.header-logo .logo-text div.lang-en h3 {
  font-size: 18px;
}

@media (max-width: 575px) {
  .header-logo .logo-text div.lang-en h3 {
    font-size: 14px;
    padding-left: 5px;
  }
}

.header-logo .logo-text div.lang-dh h3 {
  padding-right: 10px;
  font-size: 16px;
  font-weight: 300;
}

/*=============================================================================================================
                                             CUSTOMIZED ELEMENTS
=============================================================================================================*/
/*=============================================================================================================
                                            CUSTOMIZED ELEMENTS
=============================================================================================================*/
/*===============================================================================================================================
                                                            HEADER STYLES
===============================================================================================================================*/
.header.header-default {
  height: 100px;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  padding: 0;
}

@media (max-width: 575px) {
  .header.header-default {
    height: 100px;
  }
}

@media (max-width: 1000px) {
  .header.header-default {
    border-bottom: 0.2px solid #e63b6e;
  }
}

.header.header-default.transparent.dark {
  background: transparent;
}

.header.header-default .header-logo-container {
  padding: 5px 15px;
  height: 100%;
}

.header.header-default .header-logo-container .header-logo .logo-img-container img {
  height: 70px;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
}

.header.header-default .header-logo-container .logo-text {
  width: 300px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
}

.header.header-default .header-logo-container .logo-text div h3, .header.header-default .header-logo-container .logo-text div h5 {
  background-image: linear-gradient(22deg, #8A1538 0%, #aa0f3e 95%);
  background-clip: text;
  color: transparent !important;
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  margin: 0;
}

.header.header-default .header-logo-container .logo-text div.lang-en h3 {
  font-size: 18px;
  padding-left: 0;
  font-family: "Montserrat", sans-serif, "faseyha";
  font-weight: 700;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
}

@media (max-width: 575px) {
  .header.header-default .header-logo-container .logo-text div.lang-en h3 {
    font-size: 13px;
  }
}

.header.header-default .header-logo-container .logo-text div.lang-en h5 {
  font-size: 10px;
  font-family: "Montserrat", sans-serif, "faseyha";
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
}

@media (max-width: 575px) {
  .header.header-default .header-logo-container .logo-text div.lang-en h5 {
    font-size: 10px;
  }
}

.header.header-default .header-logo-container .logo-text div.lang-dh h3 {
  font-size: 25px;
  font-weight: 300;
  padding-left: 25px;
  font-family: "Montserrat", sans-serif, "faseyha";
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  padding-top: 5px;
  padding-bottom: 5px;
}

.header.header-default .header-logo-container .logo-text div.lang-dh h5 {
  font-size: 15px;
  font-family: "Montserrat", sans-serif, "faseyha";
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 575px) {
  .header.header-default .header-logo-container .logo-text div.lang-dh h5 {
    font-size: 10px;
  }
}

.header.header-default.scrolled {
  height: 65px;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  background-image: linear-gradient(22deg, #8A1538 0%, #aa0f3e 95%) !important;
}

.header.header-default.scrolled .header-logo-container .header-logo .logo-img-container img {
  height: 50px;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
}

.header.header-default.scrolled .header-logo-container .header-logo .logo-text {
  width: 200px;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
}

.header.header-default.scrolled .header-logo-container .header-logo .logo-text div h3 {
  background-image: none;
  color: #e8f1f3 !important;
  -webkit-text-fill-color: #e8f1f3;
}

.header.header-default.scrolled .header-logo-container .header-logo .logo-text div.lang-en h3 {
  font-size: 12px;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
}

@media (max-width: 575px) {
  .header.header-default.scrolled .header-logo-container .header-logo .logo-text div.lang-en h3 {
    font-size: 12px;
  }
}

.header.header-default.scrolled .header-logo-container .header-logo .logo-text div.lang-en h5 {
  font-size: 10px;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
}

.header.header-default.scrolled .header-logo-container .header-logo .logo-text div.lang-dh h3 {
  padding-left: 35px;
  font-size: 16px;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
}

.header.header-default.scrolled .header-logo-container .header-logo .logo-text div.lang-dh h5 {
  font-size: 12px;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
}

.header div.container-fluid {
  height: 100%;
}

.header div.container-fluid div.row {
  height: 100%;
}

/*===============================================================================================================================
                                                            / HEADER STYLES
===============================================================================================================================*/
.landing-section {
  height: 100vh;
  position: relative;
}

.landing-section .background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  background-position: center;
  background-size: cover;
}

.landing-section .background.ltr {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.landing-section .video-wrapper {
  position: absolute;
  top: 0;
  height: 100vh;
  right: 0;
  left: 0;
}

.landing-section .video-wrapper .background-video {
  position: relative;
}

.landing-section .video-wrapper .background-video video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100vw;
  top: 0;
  height: 100vh;
  right: 0;
  left: 0;
}

.landing-section .section-content {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 70px;
}

.landing-section .section-content .row {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landing-section .section-content .intro-text p {
  margin-bottom: 5px;
}

.landing-section .section-content .intro-text p, .landing-section .section-content .intro-text span, .landing-section .section-content .intro-text ul, .landing-section .section-content .intro-text li {
  padding-right: 5px;
  padding-left: 5px;
}

.landing-section .section-content .intro-text h1, .landing-section .section-content .intro-text h2, .landing-section .section-content .intro-text h3, .landing-section .section-content .intro-text h4, .landing-section .section-content .intro-text h5, .landing-section .section-content .intro-text h6 {
  background-image: linear-gradient(22deg, #8A1538 0%, #aa0f3e 95%);
  background-clip: text;
  color: transparent !important;
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  padding: 5px;
}

@media (max-width: 767px) {
  .landing-section .section-content .intro-text h1, .landing-section .section-content .intro-text h2, .landing-section .section-content .intro-text h3, .landing-section .section-content .intro-text h4, .landing-section .section-content .intro-text h5, .landing-section .section-content .intro-text h6 {
    background-image: none;
    color: #455b61;
    -webkit-text-fill-color: #455b61;
  }
}

/*=============================================================================================================
                                                    NAVIGATION
=============================================================================================================*/
.navigation-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.navigation-container .mega-search {
  width: 100%;
}

.navigation-container .navbar-toggler {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navigation-container .navbar-toggler span {
  color: #e8f1f3;
}

.navigation-container .language-switch-container .language-switch span {
  color: #e8f1f3;
}

@media (max-width: 1000px) {
  .navigation-container.is-sticky-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navigation-container.is-sticky-top .container .mobile-search-trigger {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
            flex: 0 0 35px;
  }
  .navigation-container.is-sticky-top .container .navbar-logo {
    background-color: transparent;
  }
  .navigation-container.is-sticky-top .container .offCanvasToggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.navigation-container .container .offCanvasToggler span i {
  color: #e8f1f3;
}

.nav {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: "Montserrat", sans-serif, waheed;
  width: auto;
}

.nav.navbar {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav .navbar-brand {
  padding: 0;
}

.nav .nav-item.dropdown .dropdown-menu {
  border-radius: 10px;
  padding: 0;
  max-height: 80vh;
  top: 87px !important;
  border: 0;
  background-color: #FFFFFF;
  border: 1px solid #aa0f3e;
  -webkit-box-shadow: 0 3px 35px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 35px rgba(0, 0, 0, 0.5);
}

.nav .nav-item.dropdown .dropdown-menu::after {
  border-bottom-color: #aa0f3e;
}

.nav .nav-item.dropdown .dropdown-menu .dropdown-toggle.rtl::after {
  display: inline-block;
  margin-top: 7px;
  vertical-align: 0.255em;
  content: "";
  border-bottom: 0.3em solid transparent;
  border-top: 0.3em solid transparent;
  border-left: 0;
  border-right: 0.3em solid;
  float: left;
  margin-left: .255em;
}

.nav .nav-item.dropdown .dropdown-menu .dropdown-toggle.ltr::after {
  display: inline-block;
  margin-top: 7px;
  vertical-align: 0.255em;
  content: "";
  border-bottom: 0.3em solid transparent;
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-left: 0.3em solid;
  float: right;
  margin-left: .255em;
}

.nav .nav-item.dropdown .dropdown-menu .nav-item {
  padding: 0;
}

.nav .nav-item.dropdown .dropdown-menu .nav-item.active .nav-link {
  color: #aa0f3e !important;
}

.nav .nav-item.dropdown .dropdown-menu .nav-item.active .nav-link span {
  color: #aa0f3e !important;
}

.nav .nav-item.dropdown .dropdown-menu .nav-item.active .nav-link:hover {
  background-color: #aa0f3e;
}

.nav .nav-item.dropdown .dropdown-menu .nav-item.active .nav-link:hover span {
  color: #e8f1f3 !important;
}

.nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link {
  padding: 10px;
}

.nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link span {
  padding: 0;
  font-size: 18px;
  font-family: "Montserrat", sans-serif, waheed;
}

.nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link:hover {
  background-color: #aa0f3e;
}

.nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link:hover span {
  color: #e8f1f3;
}

.nav .nav-item.dropdown .dropdown-menu .dropdown-menu {
  margin-top: 0 !important;
}

.nav .nav-item.dropdown .dropdown-menu .dropdown-menu.depth_2 {
  position: absolute !important;
  top: 0 !important;
}

.nav .nav-item.dropdown .dropdown-menu .dropdown-menu.depth_2.rtl {
  left: auto !important;
  right: 220px !important;
}

.nav .nav-item.dropdown .dropdown-menu .dropdown-menu.depth_2.ltr {
  right: auto !important;
  left: 220px !important;
}

.nav .nav-item.dropdown .dropdown-menu .dropdown-menu.depth_3 {
  left: 220px !important;
}

.nav .nav-item.dropdown .dropdown-menu .dropdown-menu.depth_5 {
  left: 220px !important;
}

.nav .nav-item.dropdown .dropdown-menu .dropdown-menu.depth_6 {
  left: 220px !important;
}

.nav .nav-item.dropdown .dropdown-menu .dropdown-menu.depth_7 {
  left: 220px !important;
}

.nav .nav-item.dropdown .dropdown-menu .dropdown-menu.depth_8 {
  left: 220px !important;
}

.nav .nav-item.dropdown.show > .nav-link {
  overflow: visible;
  position: relative;
}

.nav .nav-item.dropdown .nav-item .nav-link span.lang-en {
  font-weight: 500;
  font-size: 18px;
}

.nav .nav-item.dropdown .nav-item .nav-link span.lang-dh {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #92a1a5;
}

.nav .nav-item.dropdown .dropdown-toggle::after {
  border-top-color: #e8f1f3;
}

.nav .nav-item.dropdown.megamenu .dropdown-menu {
  padding: 15px;
}

.nav .nav-item.active .nav-link {
  color: #aa0f3e;
}

.nav .nav-item.active .nav-link span {
  color: #aa0f3e;
}

.nav .nav-item .nav-link {
  line-height: 15px;
  font-family: "Montserrat", sans-serif, waheed;
  color: #e8f1f3;
}

.nav .nav-item .nav-link span, .nav .nav-item .nav-link i {
  color: #e8f1f3;
}

.nav .nav-item .nav-link:hover {
  color: #e8f1f3 !important;
}

.nav .nav-item .nav-link span.lang-en {
  font-family: "Montserrat", sans-serif, waheed;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.nav .nav-item .nav-link span.lang-dh {
  font-family: "Montserrat", sans-serif, waheed;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-weight: 300 !important;
}

.nav .nav-item .section-heading span.lang-dh {
  font-family: "waheed";
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 29px;
  color: #455b61 !important;
}

.nav .nav-item .dropdown-menu .nav-link {
  color: #455b61;
}

.nav .nav-item .dropdown-menu .nav-link span,
.nav .nav-item .dropdown-menu .nav-link p {
  color: #455b61;
}

.nav .nav-item .dropdown-menu .nav-link span.lang-en {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding-top: 0;
}

.nav .nav-item .dropdown-menu .nav-link span.lang-dh {
  font-family: "waheed";
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 25px;
  color: #92a1a5;
  padding-top: 0;
}

.nav .nav-item.megamenu .dropdown-menu {
  margin-top: 0;
}

.nav .nav-item.megamenu .section-heading span.lang-dh {
  font-family: "waheed";
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 29px;
  color: #92a1a5 !important;
}

.nav .nav-item.megamenu .nav-item .nav-link {
  color: #455b61;
}

.nav .nav-item.megamenu .nav-item .nav-link span,
.nav .nav-item.megamenu .nav-item .nav-link p {
  color: #455b61;
}

.nav .nav-item.megamenu .nav-item .nav-link span.lang-en {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding-top: 0;
}

.nav .nav-item.megamenu .nav-item .nav-link span.lang-dh {
  font-family: "Montserrat", sans-serif, waheed;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 25px;
  color: #92a1a5;
  padding-top: 0;
}

.nav .nav-item.megamenu .nav-item.active .nav-link span {
  color: #aa0f3e !important;
}

.navigation-container.ltr .nav.navbar-right li.megamenu.ltr .dropdown-menu {
  left: auto !important;
  right: 15px !important;
}

.navigation-container.ltr .nav.navbar-right li.megamenu.ltr .dropdown-menu .megamenu-column {
  float: left;
}

.navigation-container.ltr .nav.navbar-right li.megamenu.rtl .dropdown-menu {
  right: auto !important;
  left: 15px !important;
}

.navigation-container.ltr .nav.navbar-right li.megamenu.rtl .dropdown-menu .megamenu-column {
  float: right;
}

.navigation-container.ltr .nav.navbar-right li.megamenu .dropdown-menu {
  right: 15px !important;
}

.navigation-container.ltr .nav.navbar-right li.megamenu .dropdown-menu::after {
  right: auto !important;
  left: 40px !important;
}

.navigation-container.ltr .nav.navbar-right li.megamenu .dropdown-menu .megamenu-column {
  float: left;
}

.navigation-container.ltr .nav.navbar-right .dropdown-menu::after {
  right: auto !important;
  left: 40px !important;
}

.navigation-container.rtl .nav.navbar-right li.megamenu .dropdown-menu::after {
  left: auto !important;
  right: 40px !important;
}

.navigation-container.rtl .nav.navbar-right li.megamenu .dropdown-menu .megamenu-column {
  float: right;
}

.navigation-container.rtl .nav.navbar-right .dropdown-menu::after {
  left: auto !important;
  right: 40px !important;
}

.navigation-container.rtl .nav .nav-item.dropdown .dropdown-menu {
  right: 0;
  left: auto;
}

/*=============================================================================================================
                                                    NAVIGATION
=============================================================================================================*/
/*=============================================================================================================
                                            RESOURCE ITEMS
=============================================================================================================*/
.publication-resource-item {
  padding: 15px 15px;
  background: #F6F7F9;
  border: 2px solid #e8f1f3;
  border-radius: 5px;
  margin-bottom: 8px;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.publication-resource-item.job-announcement {
  display: block;
}

.publication-resource-item.active {
  border: 2px solid #e63b6e;
}

.publication-resource-item:hover {
  border: 2px solid #7c0226;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
}

.publication-resource-item p {
  margin: 0;
}

.publication-resource-item a {
  text-decoration: none;
  color: #aa0f3e;
}

.publication-resource-item .title {
  color: #aa0f3e;
}

.publication-resource-item .title div {
  color: #aa0f3e;
}

.publication-resource-item .title div.lang-en span {
  font-weight: 600;
}

.publication-resource-item .title div span {
  color: #aa0f3e;
  font-family: "Montserrat", sans-serif, "waheed";
}

.publication-resource-item .resource-tag {
  padding: 8px 10px;
  background: #e8f1f3;
  color: #aa0f3e;
  border-radius: 20px;
  line-height: 10px !important;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.publication-resource-item .resource-tag.lang-dh {
  line-height: 10px !important;
  padding: 0px 10px;
}

.publication-resource-item .resource-tag i, .publication-resource-item .resource-tag span {
  color: #aa0f3e;
  font-size: 12px;
}

.publication-resource-item .resource-tag span {
  padding-left: 5px;
  padding-right: 5px;
}

.publication-resource-item .resource-tag.active {
  background: #09b660;
}

.publication-resource-item .resource-tag.active span {
  color: #e8f1f3;
}

.publication-resource-item .resource-tag.inactive {
  background: #92a1a5;
}

.publication-resource-item .resource-tag.inactive span {
  color: #e8f1f3;
}

.publication-resource-item .icon {
  position: absolute;
  bottom: 15px;
}

.publication-resource-item .icon.ltr {
  left: 15px;
}

.publication-resource-item .icon.rtl {
  right: 15px;
}

.publication-resource-item .icon span i {
  font-size: 30px;
  color: #aa0f3e;
}

.publication-resource-item .publication-resource-icon i {
  font-size: 45px;
  padding-top: 5px;
  color: #92a1a5;
}

.publication-resource-item .text {
  padding-left: 10px;
  padding-right: 10px;
}

.publication-resource-item .text p {
  margin: 0;
}

.publication-resource-item .text a {
  text-decoration: none;
  color: #aa0f3e;
}

.publication-resource-item .text .title {
  color: #aa0f3e;
}

.publication-resource-item .text .title span {
  max-height: 30px;
  line-height: 25px;
}

.publication-resource-item .text .meta {
  padding-bottom: 0;
  padding-top: 2px;
}

.publication-resource-item .text .meta p span {
  max-height: 30px;
  line-height: 25px;
}

/*=============================================================================================================
                                            RESOURCE ITEMS
=============================================================================================================*/
/*=============================================================================================================
                                                IMAGE TEXT ELEMENT
=============================================================================================================*/
.image-text-element .text {
  position: relative;
  width: 100%;
}

.image-text-element .text .inner {
  background-color: #FFFFFF;
  padding: 35px;
  position: relative;
  z-index: 1;
}

.image-text-element .text .inner p {
  margin: 0;
}

.image-text-element .text .inner::after {
  content: '';
  position: absolute;
  bottom: 17px;
  width: 150px;
  height: 2px;
  background-color: #aa0f3e;
}

.image-text-element .text.right .inner {
  margin-left: -150px;
}

@media (max-width: 997px) {
  .image-text-element .text.right .inner {
    margin-left: 82px;
    margin-top: -110px;
  }
}

.image-text-element .text.right .inner::after {
  left: 35px;
}

.image-text-element .text.left .inner {
  margin-right: -150px;
}

@media (max-width: 997px) {
  .image-text-element .text.left .inner {
    margin-right: 82px;
    margin-bottom: -110px;
  }
}

.image-text-element .text.left .inner::after {
  right: 35px;
}

/*=============================================================================================================
                                               / IMAGE TEXT ELEMENT
=============================================================================================================*/
/*=============================================================================================================
                                                 FLOATING ICONS
=============================================================================================================*/
.floating-icon {
  position: absolute;
  width: 40px;
  height: 40px;
}

.floating-icon.right {
  right: -50px;
}

.floating-icon.left {
  left: -150px;
}

.floating-icon.top {
  top: 25px;
}

.floating-icon.bottom {
  bottom: 25px;
}

.floating-icon img {
  width: 100%;
  height: 100%;
}

/*=============================================================================================================
                                               / FLOATING ICONS
=============================================================================================================*/
.offCanvasToggler {
  cursor: pointer;
  display: none;
}

@media (max-width: 1000px) {
  .offCanvasToggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*=============================================================================================================
                                               OFFCANVAS MENU
=============================================================================================================*/
/*
        OFFCANVAS NAVIGATION START
*/
.offcanvas-wrapper {
  overflow-x: hidden;
  /**/
  /* active status */
}

.offcanvas-wrapper .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1999;
  cursor: pointer;
  display: none;
}

.offcanvas-wrapper .offCanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 15.625rem;
  z-index: 2000;
  -webkit-transition: all 0.4s cubic-bezier(0.1, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.1, 0.98, 0.52, 0.99);
  overflow-y: auto;
  opacity: 0;
}

@media (max-width: 575px) {
  .offcanvas-wrapper .offCanvas {
    width: 15.625rem;
  }
}

.offcanvas-wrapper .offCanvas .header-logo-container {
  padding-right: 30px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 7px;
}

.offcanvas-wrapper .offCanvas .header-logo-container a.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offcanvas-wrapper .offCanvas .header-logo-container a.header-logo .logo-img-container img {
  width: auto;
  height: 40px;
}

.offcanvas-wrapper .offCanvas .header-logo-container a.header-logo .logo-text {
  padding-left: 10px;
}

.offcanvas-wrapper .offCanvas .header-logo-container a.header-logo .logo-text h3 {
  font-size: 16px;
  margin: 0;
}

.offcanvas-wrapper .offCanvas div.search-form form .offcanvas-search-form-container .offcanvas-search-form {
  padding-right: 30px;
}

.offcanvas-wrapper .offCanvas div.search-form {
  padding-right: 30px;
}

.offcanvas-wrapper .offCanvas ul.nav-tabs .nav-item {
  width: 50%;
}

.offcanvas-wrapper .offCanvas .tab-content .tab-pane {
  padding-top: 20px;
}

.offcanvas-wrapper .offCanvas .tab-content .widget_product_categories {
  margin: 0;
}

.offcanvas-wrapper .offCanvas .accordion.ltr .nav .nav-item.accordion .submenu {
  padding-left: 20px;
  padding-right: 10px;
}

.offcanvas-wrapper .offCanvas .accordion.rtl .nav .nav-item.accordion .submenu {
  padding-right: 20px;
  padding-left: 10px;
}

.offcanvas-wrapper .offCanvas .accordion.rtl .nav .nav-item.accordion .nav-link::after {
  float: left;
}

.offcanvas-wrapper .offCanvas .nav .nav-item.accordion .submenu .section-heading {
  padding-bottom: 5px;
}

.offcanvas-wrapper .offCanvas .nav .nav-item.accordion .submenu .nav-link {
  padding-top: 0;
  padding-bottom: 5px;
}

.offcanvas-wrapper .offCanvas .nav .nav-item.accordion .submenu .nav-link span.lang-en {
  line-height: 20px;
}

.offcanvas-wrapper .offCanvas .nav .nav-item.accordion .submenu .nav-link span.lang-dh {
  line-height: 25px;
  font-family: faseyha;
  font-size: 14px;
}

.offcanvas-wrapper .offCanvas.dark {
  background-color: #010d11;
}

.offcanvas-wrapper .offCanvas.dark .header-logo-container {
  border-bottom: 0.5px solid #455b61;
}

.offcanvas-wrapper .offCanvas.dark .header-logo-container a.header-logo .logo-text h3 {
  color: #e8f1f3;
}

.offcanvas-wrapper .offCanvas.dark .offcanvas-search-form {
  background: #2b393d;
  color: #e8f1f3;
}

.offcanvas-wrapper .offCanvas.dark .navbar-close-icon {
  color: #e8f1f3;
}

.offcanvas-wrapper .offCanvas.dark ul.nav-tabs {
  border-bottom: 0.5px solid #415157;
}

.offcanvas-wrapper .offCanvas.dark ul.nav-tabs .nav-item .nav-link {
  background-color: #242a2c;
}

.offcanvas-wrapper .offCanvas.dark ul.nav-tabs .nav-item .nav-link.active {
  background-color: #2b393d;
}

.offcanvas-wrapper .offCanvas.dark .nav .nav-item.active .nav-link {
  background-image: linear-gradient(22deg, #8A1538 0%, #aa0f3e 95%);
  background-clip: text;
  color: transparent !important;
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
}

.offcanvas-wrapper .offCanvas.dark .nav .nav-item .nav-link {
  color: #92a1a5;
  font-size: 20px;
  font-weight: 600;
}

.offcanvas-wrapper .offCanvas.dark .nav .nav-item .nav-link.active {
  color: #aa0f3e;
}

.offcanvas-wrapper .offCanvas.dark .nav .nav-item .nav-link:hover {
  color: #aa0f3e;
}

.offcanvas-wrapper .offCanvas.dark .nav .nav-item .lang-label {
  color: #e8f1f3;
}

.offcanvas-wrapper .offCanvas.dark .nav.accordion .nav-item.has-children > .nav-link {
  background-color: #2b393d;
}

.offcanvas-wrapper .offCanvas.dark .nav.accordion .nav-item.has-children > .nav-link.collapsed {
  -webkit-transition: all 750ms ease-in-out;
  transition: all 750ms ease-in-out;
  background: transparent;
}

.offcanvas-wrapper .offCanvas.dark .nav.accordion .nav-item.has-children .submenu {
  background-color: #2b393d;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories {
  list-style-type: none;
  padding-left: 0;
  border: 0.5px solid #2b393d;
  position: relative;
  background: inherit;
  height: auto;
  background: #01151c;
  min-height: 100%;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories li.cat-item.open a {
  background-color: #242a2c;
  color: #aa0f3e;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories li.cat-item.open > span.toggle i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  color: #e8f1f3;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories li.cat-item span.toggle {
  position: absolute;
  right: 0px;
  cursor: pointer;
  padding: 8px;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories li.cat-item span.toggle i {
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  color: #e8f1f3;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories li.cat-item a {
  color: #e8f1f3;
  padding: 8px 15px;
  display: block;
  border-bottom: 0.5px solid #2b393d;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories li.cat-item:hover {
  background: #FFFFFF;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories li.cat-item:hover ul.children {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px) !important;
          transform: translateX(0px) !important;
  -webkit-transition: none;
  transition: none;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories li.cat-item.cat-parent > a::after {
  margin: 0;
  content: none;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories li.cat-item ul.children {
  list-style-type: none;
  padding-left: 0;
  position: relative;
  border: 0;
  right: 0;
  width: auto;
  height: 100%;
  z-index: 500;
  overflow: auto;
  top: 0;
  background: #455b61;
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  -webkit-transition: none;
  transition: none;
  padding-left: 10px;
  background: #242a2c;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories li.cat-item ul.children li.cat-item a {
  color: #e8f1f3;
  border-bottom: 0.5px solid #2b393d;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories li.cat-item ul.children li.cat-item ul.children {
  position: relative;
  left: 0;
  width: 100%;
  border: 0;
}

.offcanvas-wrapper .offCanvas.dark ul.offcanvas-accordion-product-categories li.cat-item ul.children li.cat-item ul.children li.cat-item a {
  color: #e8f1f3;
  padding-left: 25px;
}

.offcanvas-wrapper .offCanvas.light {
  background-color: #FFFFFF;
}

.offcanvas-wrapper .offCanvas.light .offcanvas-search-form {
  background: #e8f1f3;
}

.offcanvas-wrapper .offCanvas.light .navbar-close-icon {
  color: #2b393d;
}

.offcanvas-wrapper .offCanvas.light .social-icons .social-icon {
  border-radius: 50%;
  background-color: #aa0f3e;
  color: #e8f1f3;
}

.offcanvas-wrapper .offCanvas.light .language-switch .lang-label {
  color: #455b61;
}

.offcanvas-wrapper .offCanvas.light ul.nav-tabs {
  border: 0;
}

.offcanvas-wrapper .offCanvas.light ul.nav-tabs .nav-item {
  width: 50%;
}

.offcanvas-wrapper .offCanvas.light ul.nav-tabs .nav-item .nav-link {
  background-color: #fafcfd;
  border-bottom: 0.5px solid #e8f1f3;
  border-top: 0.5px solid #e8f1f3;
}

.offcanvas-wrapper .offCanvas.light ul.nav-tabs .nav-item .nav-link.active {
  background-color: #e8f1f3;
  border-bottom: 0.5px solid #e8f1f3;
  border-top: 0.5px solid #e8f1f3;
}

.offcanvas-wrapper .offCanvas.light ul.nav-tabs .nav-item .lang-label {
  color: #2b393d;
}

.offcanvas-wrapper .offCanvas.light .nav .section-heading {
  color: #455b61;
  font-size: 15px;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

.offcanvas-wrapper .offCanvas.light .nav .section-heading span, .offcanvas-wrapper .offCanvas.light .nav .section-heading i {
  color: #455b61;
  font-size: 15px;
  font-weight: 600;
}

.offcanvas-wrapper .offCanvas.light .nav .divider {
  height: 1px;
  background: #92a1a5;
  margin: 20px 20px 10px 15px;
  max-width: 60px;
}

.offcanvas-wrapper .offCanvas.light .nav .nav-item.active .nav-link {
  color: #AF2025 !important;
}

.offcanvas-wrapper .offCanvas.light .nav .nav-item.active .nav-link span {
  color: #AF2025 !important;
}

.offcanvas-wrapper .offCanvas.light .nav .nav-item .nav-link {
  color: #455b61;
  font-size: 14px;
}

.offcanvas-wrapper .offCanvas.light .nav .nav-item .nav-link span.lang-en {
  color: #455b61;
  font-weight: 500;
  font-size: 14px;
}

.offcanvas-wrapper .offCanvas.light .nav .nav-item .nav-link span.lang-dh {
  color: #455b61;
  font-weight: 300;
  font-size: 17px;
}

.offcanvas-wrapper .offCanvas.light .nav .nav-item .nav-link i {
  color: #455b61;
  font-size: 30px;
  padding-bottom: 10px;
}

.offcanvas-wrapper .offCanvas.light .nav .nav-item.accordion .nav-link:hover {
  color: #455b61;
}

.offcanvas-wrapper .offCanvas.light .nav .nav-item.accordion .nav-link:hover::after {
  color: #455b61;
}

.offcanvas-wrapper .offCanvas.light .nav.accordion .nav-item.has-children > .nav-link {
  background-color: #e8f1f3;
}

.offcanvas-wrapper .offCanvas.light .nav.accordion .nav-item.has-children > .nav-link.collapsed {
  -webkit-transition: all 750ms ease-in-out;
  transition: all 750ms ease-in-out;
  background: transparent;
}

.offcanvas-wrapper .offCanvas.light .nav.accordion .nav-item.has-children .submenu {
  background-color: #e8f1f3;
}

.offcanvas-wrapper .offCanvas .navbar-close-icon {
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 18px;
  cursor: pointer;
}

.offcanvas-wrapper .offCanvas .social-icons {
  display: inline-block;
  width: 100%;
  padding: 5px;
}

.offcanvas-wrapper .content .mainNavbar,
.offcanvas-wrapper .content .mainContainer {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.offcanvas-wrapper.leftCanvas .offCanvas {
  left: 0;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.offcanvas-wrapper.rightCanvas .offCanvas {
  right: 0;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.offcanvas-wrapper.active .overlay {
  display: block;
}

.offcanvas-wrapper.active .offCanvas {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.offcanvas-wrapper.active.leftCanvas .content .mainNavbar,
.offcanvas-wrapper.active.leftCanvas .content .mainContainer {
  -webkit-transform: translate(250px);
          transform: translate(250px);
}

.offcanvas-wrapper.active.rightCanvas .content .mainNavbar,
.offcanvas-wrapper.active.rightCanvas .content .mainContainer {
  -webkit-transform: translate(-250px);
          transform: translate(-250px);
}

.offcanvas-wrapper.active .offcanvas-header {
  -webkit-animation: slideInRight;
          animation: slideInRight;
  -webkit-animation-duration: 950ms;
          animation-duration: 950ms;
}

.offcanvas-wrapper.active .social-icons .social-icon {
  -webkit-animation: slideInRight;
          animation: slideInRight;
  -webkit-animation-duration: 750ms;
          animation-duration: 750ms;
}

.offcanvas-wrapper.active .language-switch-container .language-switch {
  -webkit-animation: slideInRight;
          animation: slideInRight;
  -webkit-animation-duration: 550ms;
          animation-duration: 550ms;
}

.offcanvas-wrapper.active .nav.accordion .nav-item {
  -webkit-animation: menuItemAppear 0.5s linear;
          animation: menuItemAppear 0.5s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(1) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(3) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(4) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(5) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(6) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(7) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(8) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(9) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(10) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(11) {
  -webkit-animation-delay: 2.75s;
          animation-delay: 2.75s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(12) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(13) {
  -webkit-animation-delay: 3.25s;
          animation-delay: 3.25s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(14) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(15) {
  -webkit-animation-delay: 3.75s;
          animation-delay: 3.75s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(16) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(17) {
  -webkit-animation-delay: 4.25s;
          animation-delay: 4.25s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(18) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(19) {
  -webkit-animation-delay: 4.75s;
          animation-delay: 4.75s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(20) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(21) {
  -webkit-animation-delay: 5.25s;
          animation-delay: 5.25s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(22) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(23) {
  -webkit-animation-delay: 5.75s;
          animation-delay: 5.75s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(24) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(25) {
  -webkit-animation-delay: 6.25s;
          animation-delay: 6.25s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(26) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(27) {
  -webkit-animation-delay: 6.75s;
          animation-delay: 6.75s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(28) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(29) {
  -webkit-animation-delay: 7.25s;
          animation-delay: 7.25s;
}

.offcanvas-wrapper.active .nav.accordion .nav-item li:nth-child(30) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

@-webkit-keyframes menuItemAppear {
  0% {
    opacity: 0;
    left: 100px;
  }
  75% {
    opacity: 0.5;
    left: 0px;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menuItemAppear {
  0% {
    opacity: 0;
    left: 100px;
  }
  75% {
    opacity: 0.5;
    left: 0px;
  }
  100% {
    opacity: 1;
  }
}

.offcanvas-wrapper.active .nav.accordion .nav-item:nth-child(1) {
  -webkit-animation-delay: 50ms;
          animation-delay: 50ms;
}

.offcanvas-wrapper.active .nav.accordion .nav-item:nth-child(2) {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

.offcanvas-wrapper.active .nav.accordion .nav-item:nth-child(3) {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}

.offcanvas-wrapper.active .nav.accordion .nav-item:nth-child(4) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.offcanvas-wrapper.active .nav.accordion .nav-item:nth-child(5) {
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}

.offcanvas-wrapper.active .nav.accordion .nav-item:nth-child(6) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.offcanvas-wrapper.active .nav.accordion .nav-item:nth-child(7) {
  -webkit-animation-delay: 350ms;
          animation-delay: 350ms;
}

.offcanvas-wrapper.active .nav.accordion .nav-item:nth-child(8) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

.offcanvas-wrapper.active .nav.accordion .nav-item:nth-child(9) {
  -webkit-animation-delay: 450ms;
          animation-delay: 450ms;
}

.offcanvas-wrapper.active .nav.accordion .nav-item:nth-child(10) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.offcanvas-wrapper.active .nav.accordion .nav-item:nth-child(11) {
  -webkit-animation-delay: 550ms;
          animation-delay: 550ms;
}

.offcanvas-wrapper.active .nav.accordion .nav-item:nth-child(12) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.offcanvas-wrapper.active .nav.accordion .nav-item:nth-child(13) {
  -webkit-animation-delay: 650ms;
          animation-delay: 650ms;
}

.offcanvas-wrapper.active .nav.accordion .nav-item:nth-child(14) {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}

.offcanvas-wrapper.active .nav.accordion .nav-item.has-children .nav-item {
  -webkit-animation: none;
          animation: none;
}

.offcanvas-wrapper.active .nav.accordion .nav-item.has-children > .nav-link.collapsed {
  -webkit-transition: all 750ms ease-in-out;
  transition: all 750ms ease-in-out;
  background: transparent;
}

.offcanvas-wrapper.active .nav.accordion .nav-item.has-children .submenu {
  padding-left: 20px;
}

.offcanvas-search-form-container {
  width: 100%;
  padding: 5px 15px;
  margin-bottom: 5px;
}

@media (max-width: 575px) {
  .offcanvas-search-form-container {
    width: 100%;
  }
}

.offcanvas-search-form-container .search-field-icon {
  position: absolute;
  margin: auto;
  right: 15px;
  top: 19px;
  bottom: 0;
  color: transparent;
}

.offcanvas-search-form-container .offcanvas-search-form {
  padding: 10px 10px;
  border-radius: 5px;
  width: 100%;
  border: 0;
  font-size: 12px;
  font-weight: 200;
  border: 1px solid #aa0f3e;
}

.offcanvas-search-form-container .offcanvas-search-form.dhivehi-input {
  font-size: 15px;
}

@media (max-width: 575px) {
  .offcanvas-search-form-container .offcanvas-search-form {
    width: 100%;
  }
}

/*
        / OFFCANVAS NAVIGATION END
*/
/*=============================================================================================================
                                               OFFCANVAS MENU
=============================================================================================================*/
/*__________________________________________________________________________
                                 MASTER SLIDER
__________________________________________________________________________*/
.home-slider {
  height: 100vh;
}

@media (max-width: 575px) {
  .home-slider {
    height: 350px;
  }
}

.home-slider .ms-container {
  height: 100% !important;
}

.home-slider .ms-container .ms-inner-controls-cont {
  height: 100% !important;
}

.home-slider .ms-container .ms-inner-controls-cont .ms-view {
  height: 100% !important;
}

.home-slider .ms-container .ms-inner-controls-cont .ms-view .ms-slide-container {
  height: 100% !important;
}

.home-slider .ms-container .ms-inner-controls-cont .ms-view .ms-slide-container .ms-slide {
  height: 100% !important;
}

/*__________________________________________________________________________
                                 MASTER SLIDER
__________________________________________________________________________*/
/*__________________________________________________________________________
                                 BUTTONS
__________________________________________________________________________*/
/*
         BUTTONS
*/
.btn {
  border-radius: 30px !important;
}

.btn.dark {
  background: #2b393d;
  color: #e8f1f3;
}

.btn.light {
  background: #e8f1f3;
  color: #2b393d;
}

.btn.primary {
  background: #aa0f3e;
  color: #e8f1f3 !important;
}

.btn.primary h1, .btn.primary h2, .btn.primary h3, .btn.primary h4, .btn.primary h5, .btn.primary h6, .btn.primary span, .btn.primary p {
  color: #e8f1f3 !important;
  margin: 0;
  font-size: 20px;
  font-family: "Montserrat", sans-serif, "waheed";
}

.btn.primary:hover {
  color: #e8f1f3 !important;
}

.btn.primary:hover h1, .btn.primary:hover h2, .btn.primary:hover h3, .btn.primary:hover h4, .btn.primary:hover h5, .btn.primary:hover h6, .btn.primary:hover span, .btn.primary:hover p, .btn.primary:hover i {
  color: #e8f1f3 !important;
}

.btn.red {
  background: #AF2025;
  color: #e8f1f3 !important;
}

.btn.red h1, .btn.red h2, .btn.red h3, .btn.red h4, .btn.red h5, .btn.red h6, .btn.red span, .btn.red p {
  color: #e8f1f3 !important;
  margin: 0;
  font-size: 20px;
  font-family: "Montserrat", sans-serif, "waheed";
}

.btn.red:hover {
  color: #e8f1f3 !important;
}

.btn.red:hover h1, .btn.red:hover h2, .btn.red:hover h3, .btn.red:hover h4, .btn.red:hover h5, .btn.red:hover h6, .btn.red:hover span, .btn.red:hover p, .btn.red:hover i {
  color: #e8f1f3 !important;
}

.btn.outline.dark {
  border: 2px solid #455b61;
  background: transparent;
  color: #455b61;
  text-shadow: 0 0 20px #FFFFFF;
}

.btn.outline.light {
  border: 2px solid #e8f1f3;
  background: transparent;
  color: #e8f1f3;
  text-shadow: 0 0 20px #000;
}

.btn.outline.primary {
  border: 2px solid #AF2025;
  background: transparent;
  color: #AF2025;
  text-shadow: 0 0 20px #FFFFFF;
}

.btn.outline:hover {
  background: #AF2025;
  color: #e8f1f3 !important;
}

.btn:hover {
  color: #e8f1f3 !important;
  background-color: #7c0226;
}

.btn.btn-small {
  padding: 5px 15px;
  font-size: 12px;
}

.btn.btn-menu {
  padding: 10px 15px;
}

.btn.btn-medium {
  padding: 10px 50px;
  font-size: 20px;
}

.btn.btn-big {
  padding: 15px 65px;
  font-size: 25px;
}

.btn.btn-full {
  width: 100%;
  padding: 15px;
  font-size: 20px;
}

/*
        / BUTTONS
*/
/*__________________________________________________________________________
                                 CARD ITEMS
__________________________________________________________________________*/
.card-item {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .card-item {
    margin-bottom: 50px;
  }
}

.card-item:hover .text {
  text-decoration: none;
}

.card-item:hover .thumbnail.zoh img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
}

@media (max-width: 575px) {
  .card-item:hover .thumbnail.zoh img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.card-item:hover a {
  text-decoration: none !important;
}

.card-item .thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.card-item .thumbnail img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
}

.card-item .text {
  padding-top: 10px;
}

.card-item .text .title h1,
.card-item .text .title h2,
.card-item .text .title h3,
.card-item .text .title h4,
.card-item .text .title h5,
.card-item .text .title h6 {
  line-height: 1.6;
  margin-bottom: 0;
}

.card-item .text .title span {
  font-weight: bold;
}

.card-item .text .title p {
  line-height: 1.7;
}

@media (max-width: 575px) {
  .card-item .text .title p {
    font-size: 12px;
  }
}

.event-item .thumbnail img {
  border-radius: 5px;
}

.borderbox-item {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 35px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media (max-width: 575px) {
  .borderbox-item {
    margin-bottom: 50px;
  }
}

.borderbox-item .text {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.borderbox-item .text .inner {
  background-color: #e8f1f3;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 15px;
  min-height: 150px;
}

.borderbox-item .text::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: -15px;
  bottom: -15px;
  border: 2px solid #aa0f3e;
  z-index: 0;
}

.borderbox-item .text .title {
  color: #475D66;
  padding-top: 5px;
  padding-bottom: 15px;
}

.borderbox-item .text .title h1,
.borderbox-item .text .title h2,
.borderbox-item .text .title h3,
.borderbox-item .text .title h4,
.borderbox-item .text .title h5,
.borderbox-item .text .title h6 {
  line-height: 1.6;
  margin-bottom: 0;
  color: #455b61 !important;
}

.borderbox-item .text .title span {
  font-weight: bold;
  color: #455b61 !important;
}

.borderbox-item .text .title p {
  line-height: 1.7;
  color: #455b61 !important;
}

@media (max-width: 575px) {
  .borderbox-item .text .title p {
    font-size: 12px;
  }
}

.resource-search .search-input {
  width: 100%;
  padding: 7px 30px 7px 10px;
  border: 0;
  background-color: #e8f1f3;
  color: #455b61;
}

.resource-search i {
  position: absolute;
  margin: auto;
  right: 10px;
  top: 11px;
  bottom: 0;
  color: #aa0f3e;
}

.clear-filter {
  padding-bottom: 15px;
}

.clear-filter button {
  border: 0;
  background-color: #e8f1f3;
  padding: 5px 15px;
  border-radius: 30px !important;
}

.clear-filter button div {
  max-height: 32px;
}

.clear-filter button span {
  padding-left: 10px;
  padding-right: 10px;
}

.clear-filter button span, .clear-filter button i {
  color: #aa0f3e;
}

/*__________________________________________________________________________
                                EVENT CARD
__________________________________________________________________________*/
.event-card .thumbnail {
  border-radius: 5px;
}

/*__________________________________________________________________________
                                EVENT CARD
__________________________________________________________________________*/
/*__________________________________________________________________________
                                COUNCIL
__________________________________________________________________________*/
.council-item .text {
  padding: 10px;
  background: #e8f1f3;
  border: 1px solid #92a1a5;
  border-radius: 5px;
}

.council-item .text .title h6 {
  color: #aa0f3e;
}

/*__________________________________________________________________________
                                COUNCIL
__________________________________________________________________________*/
/*__________________________________________________________________________
                        SINGLE JOB ANNOUNCEMENT
__________________________________________________________________________*/
.single-job-announcement .status-badge {
  padding: 7px 20px;
  border-radius: 25px;
  color: #455b61;
  display: inline-block;
}

.single-job-announcement .status-badge.active {
  background: #09b660;
}

.single-job-announcement .status-badge.active span {
  color: #e8f1f3;
  font-weight: 500 !important;
}

.single-job-announcement .status-badge.inactive {
  background: #92a1a5;
}

.single-job-announcement .status-badge.inactive span {
  color: #e8f1f3;
  font-weight: 500 !important;
}

/*__________________________________________________________________________
                        / SINGLE JOB ANNOUNCEMENT
__________________________________________________________________________*/
/*__________________________________________________________________________
                                PROJECT CARD
__________________________________________________________________________*/
.project-card .thumbnail {
  border-radius: 5px;
}

/*__________________________________________________________________________
                                PROJECT CARD
__________________________________________________________________________*/
/*__________________________________________________________________________
                                 STAT ITEMS
__________________________________________________________________________*/
.stat-item {
  border-radius: 5px;
}

.stat-item .stat-item-inner {
  border-radius: 5px;
}

.stat-item .stat-item-inner .text-english {
  font-weight: 600 !important;
}

/*__________________________________________________________________________
                                 STAT ITEMS
__________________________________________________________________________*/
/*__________________________________________________________________________
                            SPECIAL STAT ITEMS
__________________________________________________________________________*/
.special-stat-item {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: inline-block;
  width: 208px;
  margin-right: 5px;
  margin-left: 5px;
}

.special-stat-item .stat-item-inner {
  background-color: #fafcfd;
  padding-top: 35px;
  padding-bottom: 35px;
  border-radius: 5px;
}

@media (max-width: 575px) {
  .special-stat-item .stat-item-inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.special-stat-item .stat-item-inner .value-container h5 {
  margin: 0;
  text-align: center;
}

.special-stat-item .stat-item-inner .icon {
  padding-bottom: 15px;
}

.special-stat-item .stat-item-inner .icon i {
  font-size: 65px;
  background-image: linear-gradient(22deg, #8A1538 0%, #aa0f3e 95%);
  background-clip: text;
  color: transparent !important;
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
}

@media (max-width: 575px) {
  .special-stat-item .stat-item-inner .icon i {
    font-size: 40px;
  }
}

.special-stat-item .stat-item-inner .icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 575px) {
  .special-stat-item .stat-item-inner .icon img {
    width: 45px;
    height: 45px;
  }
}

.special-stat-item .stat-item-inner .title {
  padding-bottom: 15px;
}

.special-stat-item .stat-item-inner .title h1,
.special-stat-item .stat-item-inner .title h2,
.special-stat-item .stat-item-inner .title h3,
.special-stat-item .stat-item-inner .title h4,
.special-stat-item .stat-item-inner .title h5,
.special-stat-item .stat-item-inner .title h6 {
  font-size: 15px;
  font-weight: 400;
  color: #aa0f3e;
  text-align: center;
}

@media (max-width: 575px) {
  .special-stat-item .stat-item-inner .title h1,
  .special-stat-item .stat-item-inner .title h2,
  .special-stat-item .stat-item-inner .title h3,
  .special-stat-item .stat-item-inner .title h4,
  .special-stat-item .stat-item-inner .title h5,
  .special-stat-item .stat-item-inner .title h6 {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .special-stat-item {
    width: 46%;
  }
}

/*__________________________________________________________________________
                            / SPECIAL STAT ITEMS
__________________________________________________________________________*/
/*__________________________________________________________________________
                                 MEMBER ITEM
            template to display member/user profiles in a loop
__________________________________________________________________________*/
.member-item .profile-picture-container .profile-picture {
  border-radius: 50%;
}

.member-item .profile-picture-container .profile-picture .political-party-tag {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 10px;
}

.member-item .profile-picture-container .profile-picture .political-party-tag span {
  padding: 3px 5px;
  border-radius: 5px;
  color: #e8f1f3;
  font-size: 12px;
  line-height: 15px;
}

.member-item .profile-picture-container .profile-picture .political-party-tag.lang-en span {
  font-weight: 500;
}

/*__________________________________________________________________________
                                / MEMBER ITEM
__________________________________________________________________________*/
/*__________________________________________________________________________
                         CARD GALLERY STYLE ITEMS
__________________________________________________________________________*/
.gallery-card-item {
  padding-bottom: 15px;
}

@media (max-width: 575px) {
  .gallery-card-item {
    margin-bottom: 50px;
  }
}

.gallery-card-item:hover .thumbnail.zoh img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
}

@media (max-width: 575px) {
  .gallery-card-item:hover .thumbnail.zoh img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.gallery-card-item .thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.gallery-card-item .thumbnail img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
}

.gallery-card-item .thumbnail .camera-icon {
  position: absolute;
  height: 60px;
  width: 60px;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #e8f1f3 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
}

.gallery-card-item .thumbnail .camera-icon i {
  color: #e8f1f3 !important;
}

.gallery-card-item .thumbnail .text {
  position: absolute;
  bottom: -40px;
  right: 19px;
  width: 100%;
  z-index: 2;
}

.gallery-card-item .thumbnail .text .inner {
  position: relative;
  background-color: #fafcfd;
  z-index: 3;
  width: 100%;
  padding: 15px;
}

.gallery-card-item .thumbnail .text::after {
  content: '';
  position: absolute;
  bottom: 18px;
  width: 150px;
  height: 2px;
  left: 15px;
  background-color: #3ACDDA;
  z-index: 3;
}

.gallery-card-item .thumbnail .text .title {
  color: #475D66;
  padding-top: 5px;
  padding-bottom: 15px;
}

.gallery-card-item .thumbnail .text .title h1,
.gallery-card-item .thumbnail .text .title h2,
.gallery-card-item .thumbnail .text .title h3,
.gallery-card-item .thumbnail .text .title h4,
.gallery-card-item .thumbnail .text .title h5,
.gallery-card-item .thumbnail .text .title h6 {
  line-height: 1.6;
  margin-bottom: 0;
}

.gallery-card-item .thumbnail .text .title span {
  font-weight: bold;
}

.gallery-card-item .thumbnail .text .title p {
  line-height: 1.7;
}

@media (max-width: 575px) {
  .gallery-card-item .thumbnail .text .title p {
    font-size: 12px;
  }
}

/*__________________________________________________________________________
                        / CARD GALLERY STYLE ITEMS
__________________________________________________________________________*/
/*__________________________________________________________________________
                                ANIMATIONS
__________________________________________________________________________*/
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.rotate-clockwise-5 {
  -webkit-animation: rotation 30s infinite linear;
          animation: rotation 30s infinite linear;
}

/*__________________________________________________________________________
                                ANIMATIONS
__________________________________________________________________________*/
/*__________________________________________________________________________
                               / QUICKLINK ITEM
__________________________________________________________________________*/
.quicklink-item {
  padding: 25px;
  border-radius: 5px;
  background-color: #e8f1f3;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quicklink-item .icon-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
}

.quicklink-item .icon-container .icon {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-image: linear-gradient(22deg, #8A1538 0%, #aa0f3e 95%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quicklink-item .icon-container .icon i {
  color: #e8f1f3;
}

.quicklink-item .title {
  padding-left: 7px;
  padding-right: 7px;
}

.quicklink-item .title h1, .quicklink-item .title h2, .quicklink-item .title h3, .quicklink-item .title h4, .quicklink-item .title h5, .quicklink-item .title h6 {
  color: #455b61;
  margin: 0;
  float: none;
}

.quicklink-item:hover .title h1, .quicklink-item:hover .title h2, .quicklink-item:hover .title h3, .quicklink-item:hover .title h4, .quicklink-item:hover .title h5, .quicklink-item:hover .title h6 {
  color: #7c0226;
}

/*__________________________________________________________________________
                                QUICKLINK ITEM
__________________________________________________________________________*/
/*__________________________________________________________________________
                                PAGE TEMPLATES
__________________________________________________________________________*/
.page-container {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #e8f1f3;
  margin-top: 100px !important;
}

.page-container .page-content {
  padding-top: 35px;
}

.page-container .single-resource-meta p i {
  color: #e63b6e;
}

.page-container .single-resource-meta p, .page-container .single-resource-meta span {
  font-size: 12px;
}

.page-container.article-detailed-view {
  padding-top: 30px;
}

.page-container .post-thumbnail img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 575px) {
  .page-container .post-thumbnail img {
    height: 275px;
  }
}

.page-container .single-resource-featured-image {
  height: 280px !important;
}

@media (max-width: 575px) {
  .page-container .single-resource-featured-image {
    height: 200px !important;
  }
}

.page-container .single-resource-featured-image .page-title {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  color: #e8f1f3 !important;
  padding: 10px 0;
}

.page-container .single-resource-featured-image .page-title h2 {
  line-height: 1.6;
}

.page-container .single-resource-featured-image .page-title h1,
.page-container .single-resource-featured-image .page-title h2,
.page-container .single-resource-featured-image .page-title h3,
.page-container .single-resource-featured-image .page-title h4,
.page-container .single-resource-featured-image .page-title h5,
.page-container .single-resource-featured-image .page-title h6 {
  color: #e8f1f3 !important;
}

@media (max-width: 575px) {
  .page-container .single-resource-featured-image .page-title h1,
  .page-container .single-resource-featured-image .page-title h2,
  .page-container .single-resource-featured-image .page-title h3,
  .page-container .single-resource-featured-image .page-title h4,
  .page-container .single-resource-featured-image .page-title h5,
  .page-container .single-resource-featured-image .page-title h6 {
    font-size: 20px;
  }
}

.page-container .single-resource-featured-image .page-title .breadcrumb {
  color: #e8f1f3;
}

.page-container .single-resource-featured-image .page-title .breadcrumb span,
.page-container .single-resource-featured-image .page-title .breadcrumb i,
.page-container .single-resource-featured-image .page-title .breadcrumb p,
.page-container .single-resource-featured-image .page-title .breadcrumb a {
  color: #e8f1f3;
}

.page-container .single-resource-featured-image .page-title .page-title-inner {
  max-width: 1000px;
}

.page-container .single-resource-featured-image .page-title .social-icons i,
.page-container .single-resource-featured-image .page-title .social-icons a {
  color: #e8f1f3;
}

.page-container .single-resource-featured-image .page-title .social-icons i:hover,
.page-container .single-resource-featured-image .page-title .social-icons a:hover {
  color: #7c0226;
}

.page-container .single-resource-featured-image .page-title.dark {
  color: #455b61;
}

.page-container .page-featured-image {
  height: 500px !important;
}

.page-container .page-featured-image .page-title {
  position: absolute;
  top: 0;
  margin-top: auto;
  bottom: 0;
  margin-bottom: auto;
  right: 0;
  margin-right: auto;
  left: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  color: #e8f1f3 !important;
  padding: 10px 0;
}

.page-container .page-featured-image .page-title h2 {
  line-height: 1.6;
}

.page-container .page-featured-image .page-title h1,
.page-container .page-featured-image .page-title h2,
.page-container .page-featured-image .page-title h3,
.page-container .page-featured-image .page-title h4,
.page-container .page-featured-image .page-title h5,
.page-container .page-featured-image .page-title h6 {
  color: #e8f1f3 !important;
}

@media (max-width: 575px) {
  .page-container .page-featured-image .page-title h1 {
    font-size: 20px;
  }
}

.page-container .page-featured-image .page-title .breadcrumb {
  color: #e8f1f3;
}

.page-container .page-featured-image .page-title .breadcrumb span,
.page-container .page-featured-image .page-title .breadcrumb i,
.page-container .page-featured-image .page-title .breadcrumb p,
.page-container .page-featured-image .page-title .breadcrumb a {
  color: #e8f1f3;
}

.page-container .page-featured-image .page-title .page-title-inner {
  max-width: 1000px;
}

.page-container .page-featured-image .page-title .social-icons i,
.page-container .page-featured-image .page-title .social-icons a {
  color: #e8f1f3;
}

.page-container .page-featured-image .page-title .social-icons i:hover,
.page-container .page-featured-image .page-title .social-icons a:hover {
  color: #7c0226;
}

.page-container .page-featured-image .page-title.dark {
  color: #455b61;
}

.page-container .page-title.dark {
  color: #455b61;
}

@media (max-width: 575px) {
  .page-section {
    height: auto !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/*__________________________________________________________________________
                            / PAGE TEMPLATES
__________________________________________________________________________*/
/*===============================================================================================================================
                                                  // SITE SINGLE MEMBER TEMPLATE START
===============================================================================================================================*/
.single-member .single-member-featured-image {
  height: 400px !important;
  position: relative;
}

@media (max-width: 575px) {
  .single-member .single-member-featured-image {
    height: 600px !important;
  }
}

.single-member .single-member-featured-image .breadcrumb {
  width: 100%;
  position: absolute;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2b393d;
}

.single-member .single-member-featured-image .breadcrumb p {
  text-align: center;
  display: inline-block;
}

.single-member .single-member-featured-image .breadcrumb span,
.single-member .single-member-featured-image .breadcrumb i,
.single-member .single-member-featured-image .breadcrumb p,
.single-member .single-member-featured-image .breadcrumb a {
  color: #FFFFFF;
  font-size: 14px;
}

.single-member .service-details {
  padding-bottom: 8px;
}

.single-member .service-details .service-item {
  display: inline-block;
}

@media (max-width: 990px) {
  .single-member .service-details .service-item {
    width: 100%;
  }
}

.single-member .service-details .service-item h6 {
  color: #e63b6e;
  max-height: 25px;
}

.single-member .service-details .service-item h6 span {
  color: #92a1a5;
  font-size: 14px;
}

@media (max-width: 990px) {
  .single-member .service-details .service-item h6 {
    text-align: center;
  }
}

.single-member .member-meta {
  padding-top: 150px;
}

.single-member .social-icons .social-icon {
  border-radius: 5px;
  width: 40px;
  height: 40px;
  background: #e8f1f3;
}

.single-member .member-profile-head {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e8f1f3 !important;
}

.single-member .member-profile-head .logo-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}

@media (max-width: 993px) {
  .single-member .member-profile-head .logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 90px;
  }
}

.single-member .member-profile-head .logo {
  height: 250px;
  width: 250px;
  border-radius: 50%;
  overflow: hidden;
}

.single-member .member-profile-head .logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 993px) {
  .single-member .member-profile-head .logo {
    height: 190px;
    width: 190px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    bottom: -110px;
    z-index: 2;
  }
  .single-member .member-profile-head .logo img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.single-member .member-profile-head .details-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 700px;
          flex: 0 0 700px;
}

.single-member .member-profile-head .details {
  background-color: #e8f1f3;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}

@media (max-width: 993px) {
  .single-member .member-profile-head .details {
    margin-top: 20px;
    padding-top: 100px !important;
    padding-bottom: 50px;
  }
}

.single-member .member-profile-head .details .title {
  font-size: 20px;
  font-weight: 600;
  color: #aa0f3e;
}

@media (max-width: 575px) {
  .single-member .member-profile-head .details .title {
    margin-top: 17px;
  }
}

@media (max-width: 993px) {
  .single-member .member-profile-head .details .title {
    text-align: center;
  }
}

.single-member .member-profile-head .details .item {
  margin-bottom: 5px;
}

.single-member .member-profile-head .details .item i {
  color: #aa0f3e;
  width: 35px;
  text-align: center;
}

.single-member .member-profile-head .details .lang-dh .item {
  line-height: 22px;
}

.single-member .member-profile-head .details .political-party-badge {
  padding: 8px 12px;
  border-radius: 5px;
  color: #e8f1f3;
  position: absolute;
  top: 10px;
  line-height: 15px;
}

/*===============================================================================================================================
                                                  // SITE SINGLE MEMBER TEMPLATE END
===============================================================================================================================*/
/*__________________________________________________________________________
                                HASH BLOCKS
__________________________________________________________________________*/
@media (max-width: 993px) {
  .image-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/*__________________________________________________________________________
                                HASH BLOCKS
__________________________________________________________________________*/
/*__________________________________________________________________________
                                Advertisements
__________________________________________________________________________*/
.advertisement-badge {
  padding-bottom: 5px;
}

.advertisement-badge span {
  color: #455b61;
  font-size: 10px;
}

/*__________________________________________________________________________
                                Advertisements
__________________________________________________________________________*/
/*__________________________________________________________________________
                          WIDGETS GENERAL SETTINGS 
__________________________________________________________________________*/
.widget {
  margin-top: 15px;
  margin-bottom: 15px;
}

.widget .resource-filter-accordion a {
  width: 100%;
}

.widget .widget-title {
  padding-bottom: 10px;
  font-size: 18px;
  border-radius: 5px;
}

.widget .widget-container {
  height: 100%;
}

.widget .widget-container.with-bg {
  height: 100%;
}

.widget .widget-container .widget-title {
  color: #e8f1f3;
}

.widget .widget-container .widget-title.with-bg {
  background-image: linear-gradient(22deg, #8A1538 0%, #aa0f3e 95%);
}

.widget .widget-container .widget-title {
  padding: 10px;
  font-weight: 500;
  font-size: 17px;
  margin: 0;
}

.widget .widget-container .widget-title.with-bg {
  padding: 12px 18px;
  font-weight: 400;
  font-size: 15px;
}

.widget .widget-container .widget-content {
  padding: 10px 10px;
}

.widget .widget-container .widget-content a:hover {
  color: #aa0f3e !important;
}

.widget .widget-container .widget-content p {
  margin: 0;
}

.widget .widget-container .widget-content img {
  max-width: 100%;
}

.widget.light .widget-container {
  background: transparent;
}

.widget.light .widget-container.with-bg {
  background: #fafcfd;
}

.widget.light .widget-container .widget-title {
  color: #455b61;
}

.widget.light .widget-container .widget-title.with-bg {
  background: #F6F7F9;
}

.widget.light .widget-container .widget-content {
  color: #455b61;
}

.widget.light .widget-container .widget-content a, .widget.light .widget-container .widget-content p, .widget.light .widget-container .widget-content span, .widget.light .widget-container .widget-content ul, .widget.light .widget-container .widget-content li {
  color: #455b61;
}

.widget.light .widget-container .widget-content .social-icons .social-icon.colored {
  background-color: #e8f1f3;
}

.widget.dark .widget-container {
  background: #01151c;
}

.widget.dark .widget-container.with-bg {
  background: #2b393d;
}

.widget.dark .widget-container .widget-title {
  color: #e8f1f3;
}

.widget.dark .widget-container .widget-title.with-bg {
  background: #010d11;
}

.widget.dark .widget-container .widget-content {
  color: #e8f1f3;
}

.widget.dark .widget-container .widget-content a, .widget.dark .widget-container .widget-content p, .widget.dark .widget-container .widget-content span, .widget.dark .widget-container .widget-content ul, .widget.dark .widget-container .widget-content li {
  color: #e8f1f3;
}

/*__________________________________________________________________________
                        / WIDGETS GENERAL SETTINGS END
__________________________________________________________________________*/
/*__________________________________________________________________________
                            WIDGET STYLES
__________________________________________________________________________*/
.contactcard .text-container .item-title {
  background-color: #e8f1f3;
  border: 0;
  border-radius: 5px;
  color: #aa0f3e !important;
}

.contactcard .widget-container .widget-content p {
  margin-bottom: 0px;
}

.contactcard .widget-container .widget-content p i {
  width: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  text-align: center;
}

/*__________________________________________________________________________
                            / WIDGET STYLES
__________________________________________________________________________*/
/*__________________________________________________________________________
                                PARTNERS
__________________________________________________________________________*/
.partner-block {
  padding: 15px;
}

.partner-block .logo {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partner-block .logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.partner-block .name {
  padding-top: 15px;
}

/*__________________________________________________________________________
                                / PARTNERS
__________________________________________________________________________*/
/*__________________________________________________________________________
                                  SOCIAL ICON
__________________________________________________________________________*/
.social-icon {
  background-image: linear-gradient(22deg, #8A1538 0%, #aa0f3e 95%);
  border-radius: 50%;
  color: #e8f1f3;
}

.social-icon i {
  font-size: 12px;
}

/*__________________________________________________________________________
                                / SOCIAL ICON
__________________________________________________________________________*/
/*__________________________________________________________________________
                                  SOCIAL ICON
__________________________________________________________________________*/
.intro-item {
  min-height: 250px;
}

.intro-item .thumbnail {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 320px;
}

.intro-item .thumbnail .bg-filter {
  z-index: 1;
}

@media (max-width: 575px) {
  .intro-item .thumbnail {
    height: 300px;
  }
}

.intro-item .thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
}

.intro-item .thumbnail .text {
  position: absolute;
  right: 0;
  left: 0;
  padding: 15px;
  bottom: 0;
  top: 0;
  margin-bottom: auto;
  margin-top: auto;
  z-index: 2;
}

.intro-item .thumbnail .text h1, .intro-item .thumbnail .text h2, .intro-item .thumbnail .text h3, .intro-item .thumbnail .text h4, .intro-item .thumbnail .text h5, .intro-item .thumbnail .text h6, .intro-item .thumbnail .text span, .intro-item .thumbnail .text p {
  margin: 0;
}

.intro-item .thumbnail .title.text_dark p, .intro-item .thumbnail .title.text_dark a, .intro-item .thumbnail .title.text_dark h1, .intro-item .thumbnail .title.text_dark h2, .intro-item .thumbnail .title.text_dark h3, .intro-item .thumbnail .title.text_dark h4, .intro-item .thumbnail .title.text_dark h5, .intro-item .thumbnail .title.text_dark h6, .intro-item .thumbnail .title.text_dark div, .intro-item .thumbnail .title.text_dark span, .intro-item .thumbnail .title.text_dark li, .intro-item .thumbnail .text.text_dark p, .intro-item .thumbnail .text.text_dark a, .intro-item .thumbnail .text.text_dark h1, .intro-item .thumbnail .text.text_dark h2, .intro-item .thumbnail .text.text_dark h3, .intro-item .thumbnail .text.text_dark h4, .intro-item .thumbnail .text.text_dark h5, .intro-item .thumbnail .text.text_dark h6, .intro-item .thumbnail .text.text_dark div, .intro-item .thumbnail .text.text_dark span, .intro-item .thumbnail .text.text_dark li {
  color: #2b393d !important;
}

.intro-item .thumbnail .title.text_extra_dark p, .intro-item .thumbnail .title.text_extra_dark a, .intro-item .thumbnail .title.text_extra_dark h1, .intro-item .thumbnail .title.text_extra_dark h2, .intro-item .thumbnail .title.text_extra_dark h3, .intro-item .thumbnail .title.text_extra_dark h4, .intro-item .thumbnail .title.text_extra_dark h5, .intro-item .thumbnail .title.text_extra_dark h6, .intro-item .thumbnail .title.text_extra_dark div, .intro-item .thumbnail .title.text_extra_dark span, .intro-item .thumbnail .title.text_extra_dark li, .intro-item .thumbnail .text.text_extra_dark p, .intro-item .thumbnail .text.text_extra_dark a, .intro-item .thumbnail .text.text_extra_dark h1, .intro-item .thumbnail .text.text_extra_dark h2, .intro-item .thumbnail .text.text_extra_dark h3, .intro-item .thumbnail .text.text_extra_dark h4, .intro-item .thumbnail .text.text_extra_dark h5, .intro-item .thumbnail .text.text_extra_dark h6, .intro-item .thumbnail .text.text_extra_dark div, .intro-item .thumbnail .text.text_extra_dark span, .intro-item .thumbnail .text.text_extra_dark li {
  color: #01151c !important;
}

.intro-item .thumbnail .title.text_light p, .intro-item .thumbnail .title.text_light a, .intro-item .thumbnail .title.text_light h1, .intro-item .thumbnail .title.text_light h2, .intro-item .thumbnail .title.text_light h3, .intro-item .thumbnail .title.text_light h4, .intro-item .thumbnail .title.text_light h5, .intro-item .thumbnail .title.text_light h6, .intro-item .thumbnail .title.text_light div, .intro-item .thumbnail .title.text_light span, .intro-item .thumbnail .title.text_light li, .intro-item .thumbnail .text.text_light p, .intro-item .thumbnail .text.text_light a, .intro-item .thumbnail .text.text_light h1, .intro-item .thumbnail .text.text_light h2, .intro-item .thumbnail .text.text_light h3, .intro-item .thumbnail .text.text_light h4, .intro-item .thumbnail .text.text_light h5, .intro-item .thumbnail .text.text_light h6, .intro-item .thumbnail .text.text_light div, .intro-item .thumbnail .text.text_light span, .intro-item .thumbnail .text.text_light li {
  color: #e8f1f3 !important;
}

.intro-item .thumbnail .title.text_extra_light p, .intro-item .thumbnail .title.text_extra_light a, .intro-item .thumbnail .title.text_extra_light h1, .intro-item .thumbnail .title.text_extra_light h2, .intro-item .thumbnail .title.text_extra_light h3, .intro-item .thumbnail .title.text_extra_light h4, .intro-item .thumbnail .title.text_extra_light h5, .intro-item .thumbnail .title.text_extra_light h6, .intro-item .thumbnail .title.text_extra_light div, .intro-item .thumbnail .title.text_extra_light span, .intro-item .thumbnail .title.text_extra_light li, .intro-item .thumbnail .text.text_extra_light p, .intro-item .thumbnail .text.text_extra_light a, .intro-item .thumbnail .text.text_extra_light h1, .intro-item .thumbnail .text.text_extra_light h2, .intro-item .thumbnail .text.text_extra_light h3, .intro-item .thumbnail .text.text_extra_light h4, .intro-item .thumbnail .text.text_extra_light h5, .intro-item .thumbnail .text.text_extra_light h6, .intro-item .thumbnail .text.text_extra_light div, .intro-item .thumbnail .text.text_extra_light span, .intro-item .thumbnail .text.text_extra_light li {
  color: #fafcfd !important;
}

.intro-item .thumbnail .title.text_light_grey p, .intro-item .thumbnail .title.text_light_grey a, .intro-item .thumbnail .title.text_light_grey h1, .intro-item .thumbnail .title.text_light_grey h2, .intro-item .thumbnail .title.text_light_grey h3, .intro-item .thumbnail .title.text_light_grey h4, .intro-item .thumbnail .title.text_light_grey h5, .intro-item .thumbnail .title.text_light_grey h6, .intro-item .thumbnail .title.text_light_grey div, .intro-item .thumbnail .title.text_light_grey span, .intro-item .thumbnail .title.text_light_grey li, .intro-item .thumbnail .text.text_light_grey p, .intro-item .thumbnail .text.text_light_grey a, .intro-item .thumbnail .text.text_light_grey h1, .intro-item .thumbnail .text.text_light_grey h2, .intro-item .thumbnail .text.text_light_grey h3, .intro-item .thumbnail .text.text_light_grey h4, .intro-item .thumbnail .text.text_light_grey h5, .intro-item .thumbnail .text.text_light_grey h6, .intro-item .thumbnail .text.text_light_grey div, .intro-item .thumbnail .text.text_light_grey span, .intro-item .thumbnail .text.text_light_grey li {
  color: #92a1a5 !important;
}

.intro-item .thumbnail .title.text_grey p, .intro-item .thumbnail .title.text_grey a, .intro-item .thumbnail .title.text_grey h1, .intro-item .thumbnail .title.text_grey h2, .intro-item .thumbnail .title.text_grey h3, .intro-item .thumbnail .title.text_grey h4, .intro-item .thumbnail .title.text_grey h5, .intro-item .thumbnail .title.text_grey h6, .intro-item .thumbnail .title.text_grey div, .intro-item .thumbnail .title.text_grey span, .intro-item .thumbnail .title.text_grey li, .intro-item .thumbnail .text.text_grey p, .intro-item .thumbnail .text.text_grey a, .intro-item .thumbnail .text.text_grey h1, .intro-item .thumbnail .text.text_grey h2, .intro-item .thumbnail .text.text_grey h3, .intro-item .thumbnail .text.text_grey h4, .intro-item .thumbnail .text.text_grey h5, .intro-item .thumbnail .text.text_grey h6, .intro-item .thumbnail .text.text_grey div, .intro-item .thumbnail .text.text_grey span, .intro-item .thumbnail .text.text_grey li {
  color: #455b61 !important;
}

.intro-item .thumbnail .title.text_primary p, .intro-item .thumbnail .title.text_primary a, .intro-item .thumbnail .title.text_primary h1, .intro-item .thumbnail .title.text_primary h2, .intro-item .thumbnail .title.text_primary h3, .intro-item .thumbnail .title.text_primary h4, .intro-item .thumbnail .title.text_primary h5, .intro-item .thumbnail .title.text_primary h6, .intro-item .thumbnail .title.text_primary div, .intro-item .thumbnail .title.text_primary span, .intro-item .thumbnail .title.text_primary li, .intro-item .thumbnail .text.text_primary p, .intro-item .thumbnail .text.text_primary a, .intro-item .thumbnail .text.text_primary h1, .intro-item .thumbnail .text.text_primary h2, .intro-item .thumbnail .text.text_primary h3, .intro-item .thumbnail .text.text_primary h4, .intro-item .thumbnail .text.text_primary h5, .intro-item .thumbnail .text.text_primary h6, .intro-item .thumbnail .text.text_primary div, .intro-item .thumbnail .text.text_primary span, .intro-item .thumbnail .text.text_primary li {
  color: #aa0f3e !important;
}

.intro-item:hover .thumbnail .bg-filter {
  z-index: 1;
}

.intro-item:hover .thumbnail.zoh img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.3, 0.98, 0.52, 0.99);
}

@media (max-width: 575px) {
  .intro-item:hover .thumbnail.zoh img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*__________________________________________________________________________
                                / SOCIAL ICON
__________________________________________________________________________*/
/*__________________________________________________________________________
                                   FOOTER
__________________________________________________________________________*/
@media (max-width: 1000px) {
  .footer-height-wrapper {
    display: none;
  }
}

.main-footer {
  min-height: 500px;
  background-position: bottom center;
  background-size: cover;
  position: fixed !important;
  right: 0;
  left: 0;
  bottom: 0;
  top: auto;
  z-index: 0;
  background-color: #fafcfd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media (max-width: 1000px) {
  .main-footer {
    position: relative !important;
    min-height: auto;
  }
}

.main-footer .footer-wrapper {
  width: 100%;
}

.main-footer .footer-widgets {
  background-color: #fafcfd !important;
  padding-top: 200px;
  position: absolute;
  z-index: 9999;
}

@media (max-width: 1000px) {
  .main-footer .footer-widgets {
    padding-top: 45px;
  }
}

.main-footer .footer-widgets .widget .widget-title {
  font-size: 15px;
  padding-left: 15px;
  background: linear-gradient(22deg, #8A1538 0%, #aa0f3e 95%);
  color: #e8f1f3;
}

.main-footer .footer-widgets .widget .widget-container .widget-content a, .main-footer .footer-widgets .widget .widget-container .widget-content p, .main-footer .footer-widgets .widget .widget-container .widget-content ul, .main-footer .footer-widgets .widget .widget-container .widget-content ol, .main-footer .footer-widgets .widget .widget-container .widget-content li, .main-footer .footer-widgets .widget .widget-container .widget-content span, .main-footer .footer-widgets .widget .widget-container .widget-content h1, .main-footer .footer-widgets .widget .widget-container .widget-content h2, .main-footer .footer-widgets .widget .widget-container .widget-content h3, .main-footer .footer-widgets .widget .widget-container .widget-content h4, .main-footer .footer-widgets .widget .widget-container .widget-content h5, .main-footer .footer-widgets .widget .widget-container .widget-content h6 {
  font-size: 13px;
  color: #455b61;
}

.main-footer .footer-copyright {
  border-top: transparent;
  background-color: #fafcfd !important;
  color: #455b61;
  border-top: 0.5px solid #e8f1f3;
}

.main-footer .footer-copyright .footer-text {
  color: #455b61;
}

/*__________________________________________________________________________
                                  / FOOTER
__________________________________________________________________________*/
@media (max-width: 575px) {
  .offcanvas2-header {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
}

.offcanvas2-search-form-container {
  width: 100%;
  padding: 20px;
}

@media (max-width: 575px) {
  .offcanvas2-search-form-container {
    width: 100%;
  }
}

.offcanvas2-search-form-container .search-field-icon {
  position: absolute;
  margin: auto;
  right: 15px;
  top: 19px;
  bottom: 0;
  color: transparent;
}

.offcanvas2-search-form-container .offcanvas2-search-form {
  padding: 10px 10px;
  border-radius: 5px;
  width: 100%;
  border: 0;
  font-size: 15px;
  font-weight: 200;
  border: 1px solid #aa0f3e;
}

@media (max-width: 575px) {
  .offcanvas2-search-form-container .offcanvas2-search-form {
    width: 100%;
  }
}

.offcanvas2-wrapper .main-content {
  z-index: 2;
  position: relative;
  height: 100%;
  background-color: #2D3142;
  -webkit-transition: transform .7s ease-in-out;
  -webkit-transition: -webkit-transform .7s ease-in-out;
  transition: -webkit-transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out, -webkit-transform .7s ease-in-out;
}

.offcanvas2-wrapper .main-content.active {
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
}

.offcanvas2-wrapper .offCanvas {
  height: 100%;
  width: 300px;
  position: fixed;
  top: 0;
  z-index: 0;
  right: 0;
  background-color: #fafcfd;
  overflow-x: scroll;
}

.offcanvas2-wrapper .offCanvas .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 21px;
  margin-left: 20px;
}

.offcanvas2-wrapper .bar {
  display: block;
  height: 3px;
  width: 35px;
  border-radius: 1.5px;
  background-color: #e8f1f3;
  margin: 8px auto;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

.offcanvas2-wrapper .hidden-xs {
  display: none;
}

.offcanvas2-wrapper .middle {
  margin: 0 auto;
}

.offcanvas2-wrapper .navbar-toggle-button.active .top {
  -webkit-transform: translateY(7px) rotateZ(45deg);
  transform: translateY(7px) rotateZ(45deg);
}

.offcanvas2-wrapper .navbar-toggle-button.active .bottom {
  -webkit-transform: translateY(-15px) rotateZ(-45deg);
  transform: translateY(-15px) rotateZ(-45deg);
}

.offcanvas2-wrapper .navbar-toggle-button.active .middle {
  width: 0;
}

.offcanvas2-wrapper .move-to-left {
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
}

.offcanvas2-wrapper #accordion {
  min-height: 50%;
}

.offcanvas2-wrapper .offcanvas-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  margin-top: 25px;
  text-align: left;
}

@media (max-width: 575px) {
  .offcanvas2-wrapper .offcanvas-nav {
    margin-top: 10px;
  }
}

.offcanvas2-wrapper .offcanvas-nav .nav-item {
  margin: 5px 15px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.offcanvas2-wrapper .offcanvas-nav .nav-item:first-child {
  -webkit-transition: all .7s .2s ease-in-out;
  transition: all .7s .2s ease-in-out;
}

.offcanvas2-wrapper .offcanvas-nav .nav-item:nth-child(2) {
  -webkit-transition: all .7s .4s ease-in-out;
  transition: all .7s .4s ease-in-out;
}

.offcanvas2-wrapper .offcanvas-nav .nav-item:nth-child(3) {
  -webkit-transition: all .7s .6s ease-in-out;
  transition: all .7s .6s ease-in-out;
}

.offcanvas2-wrapper .offcanvas-nav .nav-item:nth-child(4) {
  -webkit-transition: all .7s .6s ease-in-out;
  transition: all .7s .6s ease-in-out;
}

.offcanvas2-wrapper .offcanvas-nav .nav-item:nth-child(5) {
  -webkit-transition: all .7s .6s ease-in-out;
  transition: all .7s .6s ease-in-out;
}

.offcanvas2-wrapper .offcanvas-nav .nav-item:nth-child(6) {
  -webkit-transition: all .7s .6s ease-in-out;
  transition: all .7s .6s ease-in-out;
}

.offcanvas2-wrapper .offcanvas-nav .nav-item:nth-child(7) {
  -webkit-transition: all .7s .6s ease-in-out;
  transition: all .7s .6s ease-in-out;
}

.offcanvas2-wrapper .offcanvas-nav .nav-item:nth-child(8) {
  -webkit-transition: all .7s .6s ease-in-out;
  transition: all .7s .6s ease-in-out;
}

.offcanvas2-wrapper .offcanvas-nav .nav-item:nth-child(9) {
  -webkit-transition: all .7s .6s ease-in-out;
  transition: all .7s .6s ease-in-out;
}

.offcanvas2-wrapper .offcanvas-nav .nav-item:nth-child(10) {
  -webkit-transition: all .7s .6s ease-in-out;
  transition: all .7s .6s ease-in-out;
}

.offcanvas2-wrapper .offcanvas-nav .nav-item:nth-child(11) {
  -webkit-transition: all .7s .6s ease-in-out;
  transition: all .7s .6s ease-in-out;
}

.offcanvas2-wrapper .offcanvas-nav .nav-item:nth-child(12) {
  -webkit-transition: all .7s .6s ease-in-out;
  transition: all .7s .6s ease-in-out;
}

.offcanvas2-wrapper .offcanvas-nav .nav-item:last-child {
  -webkit-transition: all .7s .8s ease-in-out;
  -webkit-transition: all .7s .6s ease-in-out;
  transition: all .7s .6s ease-in-out;
}

.offcanvas2-wrapper .offcanvas-nav .nav-item.visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.offcanvas2-wrapper .offcanvas-nav .nav-item .nav-link {
  color: #455b61;
  text-decoration: none;
  font-size: 1.4em;
  position: relative;
  padding-bottom: 7px;
}

@media (max-width: 575px) {
  .offcanvas2-wrapper .offcanvas-nav .nav-item {
    margin: 10px 0;
  }
}

.offcanvas2-wrapper .offCanvas.dark {
  background-color: #010d11;
}

.offcanvas2-wrapper .offCanvas.dark .offcanvas-nav .nav-item .nav-link {
  color: #92a1a5;
  text-decoration: none;
  font-size: 1.4em;
  position: relative;
  padding-bottom: 7px;
}

.offcanvas2-wrapper .ua {
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.offcanvas2-wrapper .ua:hover .fa {
  color: #FFF;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.offcanvas2-wrapper .fa {
  font-size: 1.4em;
  color: #EF8354;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (min-width: 480px) {
  .offcanvas2-wrapper .nav-list {
    display: block;
  }
}

@media (min-width: 768px) {
  .offcanvas2-wrapper .nav-right {
    position: absolute;
  }
  .offcanvas2-wrapper .hidden-xs {
    display: block;
  }
  .offcanvas2-wrapper .visible-xs {
    display: none;
  }
}

/*__________________________________________________________________________
                              / OFFCANVAS 2.0
__________________________________________________________________________*/
/*__________________________________________________________________________
                                 MEGA SEARCH
__________________________________________________________________________*/
.megaSearchTrigger {
  cursor: pointer;
}

.mega-search {
  padding: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  opacity: 0;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1000px) {
  .mega-search {
    display: none;
  }
}

.mega-search.active {
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  height: 80px;
  margin-top: 0;
}

.mega-search.active .mega-search-form {
  max-height: 100px;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
}

.mega-search.active .mega-search-form .mega-search-input {
  display: block;
  padding: 8px 35px 8px 12px;
  height: 40px;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  font-size: 16px;
}

.mega-search.active .mega-search-form .search-field-icon {
  font-size: 17px;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
}

.mega-search.active .megasearch-close-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
}

.mega-search.active .megasearch-close-icon i {
  font-size: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.9, 0.98, 0.52, 0.99);
}

.mega-search .mega-search-form .mega-search-input {
  background: #e8f1f3;
  color: #2b393d;
}

.mega-search .mega-search-form .search-field-icon {
  color: #aa0f3e;
}

.mega-search .megasearch-close-icon i {
  color: #e8f1f3;
}

/*__________________________________________________________________________
                                 / MEGA SEARCH
__________________________________________________________________________*/
/*__________________________________________________________________________
                                PDF VIEW
__________________________________________________________________________*/
.pdf-embedd-container {
  height: 800px;
}

@media (max-width: 575px) {
  .pdf-embedd-container {
    height: 500px;
  }
}

/*__________________________________________________________________________
                            // PDF VIEW
__________________________________________________________________________*/
/*__________________________________________________________________________
                                WEBSITE FORMS
__________________________________________________________________________*/
.form-container .hash-form .form-group .form-control,
.form-container .hash-form .form-group select {
  background-color: #F6F7F9;
  border: 2px solid #e8f1f3;
  border-radius: 5px;
}

.form-container .hash-form .form-group .select {
  margin-bottom: 0;
}

.form-container .hash-form .errors {
  font-size: 12px;
  color: #d30303 !important;
}

.form-container .hash-form .section-heading {
  background-color: #e8f1f3;
  padding: 15px;
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.form-container .hash-form .section-heading .section-heading-inner h1, .form-container .hash-form .section-heading .section-heading-inner h2, .form-container .hash-form .section-heading .section-heading-inner h3, .form-container .hash-form .section-heading .section-heading-inner h4, .form-container .hash-form .section-heading .section-heading-inner h5, .form-container .hash-form .section-heading .section-heading-inner h6, .form-container .hash-form .section-heading .section-heading-inner p, .form-container .hash-form .section-heading .section-heading-inner span, .form-container .hash-form .section-heading .section-heading-inner a {
  margin: 0;
  color: #aa0f3e;
  text-align: center;
}

.form-container .form-alert {
  padding: 15px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
}

.form-container .form-alert i {
  font-size: 20px;
}

.form-container .form-processing {
  background: #f8749c;
  color: #aa0f3e;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}

.form-container .form-processing span, .form-container .form-processing i {
  color: #aa0f3e;
}

.form-container .form-processing h1, .form-container .form-processing h2, .form-container .form-processing h3, .form-container .form-processing h4, .form-container .form-processing h5, .form-container .form-processing h6 {
  margin: 0;
  font-size: 20px;
}

.form-container .form-processing h1 span, .form-container .form-processing h2 span, .form-container .form-processing h3 span, .form-container .form-processing h4 span, .form-container .form-processing h5 span, .form-container .form-processing h6 span {
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Montserrat", sans-serif, "waheed";
}

.color-danger {
  color: #c40202 !important;
}

.color-danger p, .color-danger span {
  color: #c40202 !important;
}

.alert.alert-success {
  background-color: #62fcb4;
  border: 0;
  color: #069754;
  font-weight: 600;
}

.file-uploader-wrapper .file-upload-button {
  color: #aa0f3e;
  padding: 20px 20px;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  border: 2px solid #e8f1f3;
  -webkit-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
}

.file-uploader-wrapper .file-upload-button h1, .file-uploader-wrapper .file-upload-button h2, .file-uploader-wrapper .file-upload-button h3, .file-uploader-wrapper .file-upload-button h4, .file-uploader-wrapper .file-upload-button h5, .file-uploader-wrapper .file-upload-button h6 {
  color: #aa0f3e;
}

.file-uploader-wrapper .file-upload-button h1 span, .file-uploader-wrapper .file-upload-button h2 span, .file-uploader-wrapper .file-upload-button h3 span, .file-uploader-wrapper .file-upload-button h4 span, .file-uploader-wrapper .file-upload-button h5 span, .file-uploader-wrapper .file-upload-button h6 span {
  padding-left: 10px;
  padding-right: 10px;
  color: #aa0f3e;
  font-family: "Montserrat", sans-serif, "waheed";
}

.file-uploader-wrapper .file-upload-button .mime-types {
  color: #92a1a5;
  font-size: 12px;
}

.file-uploader-wrapper .file-upload-button:hover {
  border: 2px solid #aa0f3e;
  -webkit-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
}

.file-uploader-wrapper .is-uploading progress {
  margin-top: 10px;
  border: none;
  width: 100%;
  height: 15px;
  background: #e8f1f3;
  color: #e63b6e;
}

.file-uploader-wrapper .is-uploading progress::-moz-progress-bar {
  background: #e63b6e;
}

.file-uploader-wrapper .is-uploading progress::-webkit-progress-value {
  background: #e8f1f3;
}

.file-uploader-wrapper .is-uploading progress::-webkit-progress-bar {
  background: #e63b6e;
}

.attached-file {
  margin-top: 10px;
  background-color: #e8f1f3;
  padding: 15px;
  border-radius: 5px;
}

.attached-file .file a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.attached-file .file a i {
  font-size: 20px;
  color: #aa0f3e;
}

.attached-file .file a span {
  padding-left: 15px;
  color: #aa0f3e;
}

.attached-file .delete {
  -webkit-box-flex: 0;
      -ms-flex: 0 30px;
          flex: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.attached-file .delete span {
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.form-item-details-card {
  background-color: #e8f1f3;
  padding: 10px 15px;
  border-radius: 5px;
  position: relative;
}

.form-item-details-card p {
  margin: 0;
  color: #aa0f3e;
}

.form-item-details-card p, .form-item-details-card span {
  font-family: "Montserrat", sans-serif, "faseyha";
}

.form-item-details-card .close-btn {
  border: 0;
  background-color: transparent;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #455b61;
}

.form-item-details-header {
  padding: 0 15px;
  background-color: #455b61;
  border-radius: 5px;
}

.form-item-details-header h1, .form-item-details-header h2, .form-item-details-header h3, .form-item-details-header h4, .form-item-details-header h5, .form-item-details-header h6, .form-item-details-header p, .form-item-details-header span {
  color: #e8f1f3;
  margin: 0;
}

.form-item-details-header .row {
  min-height: 60px;
}

.form-item-details-header .row div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 993px) {
  .form-item-details-header {
    display: none;
  }
}

.form-item-details-list {
  padding: 10px 15px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 0;
  border: 1px solid #e8f1f3;
  background-color: #fafcfd;
  margin-top: 2px;
  margin-bottom: 2px;
}

.form-item-details-list p {
  margin: 0;
  color: #aa0f3e;
}

.form-item-details-list p span {
  text-decoration: underline;
}

.form-item-details-list p, .form-item-details-list span {
  font-family: "Montserrat", sans-serif, "faseyha";
}

@media (max-width: 575px) {
  .form-item-details-list p, .form-item-details-list span {
    font-size: 12px;
  }
}

.form-item-details-list .form-item-title {
  display: none;
}

@media (max-width: 993px) {
  .form-item-details-list .form-item-title {
    display: inline-block;
  }
}

.form-item-details-list .form-item-details-list-close-btn-container {
  position: absolute;
  top: 11px;
  width: 25px;
  padding: 0;
}

.form-item-details-list .form-item-details-list-close-btn-container.en {
  right: 8px;
}

.form-item-details-list .form-item-details-list-close-btn-container.dh {
  left: 8px;
}

@media (max-width: 993px) {
  .form-item-details-list .form-item-details-list-close-btn-container {
    top: 2px;
    width: 25px;
    padding: 0;
  }
  .form-item-details-list .form-item-details-list-close-btn-container .close-btn {
    padding: 10px;
  }
}

.form-item-details-list .close-btn {
  border: 0;
  background-color: transparent;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #455b61;
}

/*__________________________________________________________________________
                            // WEBSITE FORMS
__________________________________________________________________________*/
/*__________________________________________________________________________
                                FILE UPLOADER
__________________________________________________________________________*/
.fileuploader .fileuploader-input {
  padding: 20px 0;
}

.fileuploader .fileuploader-input .fileuploader-input-inner .fileuploader-input-button {
  background: linear-gradient(22deg, #8A1538 0%, #aa0f3e 95%);
}

.fileuploader .fileuploader-input .fileuploader-input-inner .fileuploader-input-button span {
  color: #e8f1f3 !important;
}

/*__________________________________________________________________________
                            CONTACT CARD
__________________________________________________________________________*/
.contactcard .text-container .item-title {
  background-color: #e8f1f3;
  border: 0;
  border-radius: 5px;
  color: #aa0f3e !important;
}

/*__________________________________________________________________________
                            / CONTACT CARD
__________________________________________________________________________*/
/*__________________________________________________________________________
                            DYNAMIC ACCORDION
__________________________________________________________________________*/
.dynamic-accordion {
  margin-bottom: 20px;
}

.dynamic-accordion a .dynamic-accordion-title {
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #aa0f3e;
  border: 2px solid #aa0f3e;
  color: #aa0f3e !important;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
}

.dynamic-accordion a .dynamic-accordion-title h5 {
  font-size: 16px;
  color: #e8f1f3 !important;
}

.dynamic-accordion a .dynamic-accordion-title i {
  color: #e8f1f3 !important;
}

.dynamic-accordion a.collapsed .dynamic-accordion-title {
  background-color: transparent;
  border: 2px solid #e8f1f3;
  color: #455b61;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
  transition: all 0.4s cubic-bezier(0.5, 0.98, 0.52, 0.99);
}

.dynamic-accordion a.collapsed .dynamic-accordion-title h5 {
  color: #455b61 !important;
}

.dynamic-accordion a.collapsed .dynamic-accordion-title i {
  color: #455b61 !important;
}

.dynamic-accordion .accordion-content {
  padding: 15px;
}

/*__________________________________________________________________________
                            DYNAMIC ACCORDION
__________________________________________________________________________*/
/*__________________________________________________________________________
                            ISLAND INFORMATION
__________________________________________________________________________*/
.island-information {
  padding-left: 5px;
  padding-right: 5px;
}

.island-information .island-info-item {
  background-color: #e8f1f3;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 8px;
}

.island-information .island-info-item .row div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.island-information .island-info-item .row div span.lang-en {
  line-height: 32.1px;
}

.island-information .island-info-item .row div:first-of-type {
  background-color: #aa0f3e;
}

.island-information .island-info-item .row div:first-of-type span {
  color: #e8f1f3 !important;
}

/*__________________________________________________________________________
                            ISLAND INFORMATION
__________________________________________________________________________*/
.language-english,
.text-english {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400 !important;
}

.language-english h1, .language-english h2, .language-english h3, .language-english h4, .language-english h5, .language-english h6, .language-english p, .language-english span,
.text-english h1,
.text-english h2,
.text-english h3,
.text-english h4,
.text-english h5,
.text-english h6,
.text-english p,
.text-english span {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
}
/*# sourceMappingURL=application.css.map */