@charset "UTF-8";
body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #484848;
  font-weight: 400;
  overflow-x: hidden;
}
@media (max-width: 575px) {
  body {
    font-size: 14px !important;
  }
}

img {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #484848;
  margin: 0px 0px 15px;
}

@media (max-width: 575px) {
  h4 {
    font-size: 1.15rem;
    margin-bottom: 10px;
  }
}

a {
  color: #484848;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
a:hover, a:focus {
  color: #bf1e2e;
  text-decoration: none;
  outline: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.list-style {
  list-style-type: disc;
}

ol.list-style {
  list-style-type: decimal;
}

.section {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*social colors*/
.social-facebook {
  background: #225b99 !important;
}
.social-twitter {
  background: #00adf2 !important;
}
.social-google-plus {
  background: #dc4d2d !important;
}
.social-pinterest {
  background: #cc2127 !important;
}
.social-instagram {
  background: #d341b2 !important;
}

/*NAVIGATION*/
#nav:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#nav.shadow-active:after {
  opacity: 1;
  visibility: visible;
}

#nav-top > .container {
  position: relative;
}

/*social*/
/*nav-btn*/
.nav-social li {
  display: inline-block;
}
.nav-social li a {
  display: block;
  padding: 15px;
  line-height: 20px;
  color: #898989;
  font-size: 14px;
}
.nav-social li a:hover {
  color: #bf1e2e;
}
.nav-social span {
  color: #898989;
  font-size: 14px;
}

.nav-btns {
  float: right;
  padding: 10px 0px;
}
.nav-btns > button {
  width: 50px;
  height: 50px;
  line-height: 53px;
  text-align: center;
  border: none;
  background: transparent;
}

/*nav-socialicons*/
.nav-socialicons {
  border-bottom: 1px solid #f6f6f6;
}
.nav-social li {
  border-left: 1px solid #f6f6f6;
}
.nav-social li:last-child {
  border-right: 1px solid #f6f6f6;
}

/*menu*/
#nav-bottom {
  background: #fff;
}
#nav-bottom .row {
  display: flex;
  align-items: center;
}

.nav-menu {
  position: relative;
  float: none;
  font-size: 14px;
}
.nav-menu-box {
  margin-left: 30px;
}
.nav-menu > li {
  float: none;
  display: inline-block;
}
.nav-menu > li > a {
  display: block;
  color: #484848;
  padding: 25px 30px 25px 0px;
  line-height: 20px;
  font-weight: normal;
  text-transform: uppercase;
}

/*dropdown*/
.nav-menu li.has-dropdown {
  position: relative;
}
.nav-menu li.has-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "";
  margin-left: 5px;
  font-weight: 900;
}
.nav-menu li.has-dropdown > .dropdown {
  position: absolute;
  left: 0px;
  width: 270px;
  text-align: left;
  z-index: 60;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.nav-menu li.has-dropdown:hover > .dropdown {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.nav-menu li.has-dropdown > .dropdown .dropdown-body {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #bf1e2e;
}

.dropdown .dropdown-list li {
  border-bottom: 1px solid #f6f6f6;
}
.dropdown .dropdown-list li a {
  display: block;
  padding: 20px 10px 20px 10px;
  line-height: 20px;
  color: #484848;
  text-transform: uppercase;
}
.dropdown .dropdown-list li a:hover {
  color: #bf1e2e;
  background-color: #f6f6f6;
}

.dropdown .dropdown-heading {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 30px;
}

/*tab-dropdown*/
.nav-menu li.has-dropdown.megamenu > .dropdown.tab-dropdown .tab-content {
  z-index: 70;
  position: relative;
  margin-left: -30px;
}
.nav-menu li.has-dropdown.megamenu > .dropdown.tab-dropdown .tab-nav {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 60;
}

.nav-menu li.has-dropdown.megamenu > .dropdown.tab-dropdown .tab-nav li {
  border-bottom: 1px solid #f6f6f6;
}
.nav-menu li.has-dropdown.megamenu > .dropdown.tab-dropdown .tab-nav li:last-child {
  border-bottom: 1px solid transparent;
}
.nav-menu li.has-dropdown.megamenu > .dropdown.tab-dropdown .tab-nav li a {
  display: block;
  padding: 15px;
  color: #484848;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.nav-menu li.has-dropdown.megamenu > .dropdown.tab-dropdown .tab-nav li .active {
  background: #bf1e2e;
}
.nav-menu li.has-dropdown.megamenu > .dropdown.tab-dropdown .tab-nav li.active a {
  color: #484848;
}

.remove-tabs-active {
  background: #bf1e2e;
  color: #484848;
}

/*nav-aside*/
#nav-aside {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 14px;
  background-color: #fff;
  max-width: 360px;
  width: 100%;
  padding: 80px 20px;
  overflow-y: scroll;
  z-index: 99;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.4s all cubic-bezier(0.77, 0, 0.18, 1);
  transition: 0.4s all cubic-bezier(0.77, 0, 0.18, 1);
}
#nav-aside.active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.nav-aside-menu li a {
  display: block;
  padding: 15px 0px;
  color: #484848 !important;
  border-bottom: 1px solid #f6f6f6;
}
.nav-aside-menu li a:hover, .nav-aside-menu li a:focus {
  color: #bf1e2e !important;
}

.nav-aside-menu li.has-dropdown > a {
  cursor: pointer;
}
.nav-aside-menu li.has-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  float: right;
}
.nav-aside-menu li.has-dropdown > .dropdown {
  display: none;
  margin-left: 50px;
  border-left: 1px solid #f6f6f6;
}
.nav-aside-menu li.has-dropdown.active > .dropdown {
  display: block;
}
.nav-aside-menu li.has-dropdown > .dropdown a {
  padding: 15px;
}

.nav-close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 15px;
  background-color: transparent;
  border: none;
}
.nav-close span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nav-close span:before, .nav-close span:after {
  content: "";
  display: block;
  width: 20px;
  background-color: #484848;
  height: 2px;
}
.nav-close span:before {
  -webkit-transform: translateY(0px) rotate(-135deg);
  -ms-transform: translateY(0px) rotate(-135deg);
  transform: translateY(0px) rotate(-135deg);
}
.nav-close span:after {
  -webkit-transform: translateY(-2px) rotate(135deg);
  -ms-transform: translateY(-2px) rotate(135deg);
  transform: translateY(-2px) rotate(135deg);
}

/*post*/
.post {
  position: relative;
}
.post .post-body {
  position: relative;
  margin: -30px 3% 0;
  padding: 20px;
  background: #fff;
  z-index: 10;
  border: 2px solid #f6f6f6;
}
.post .post-body.border-less {
  border: transparent !important;
}
.post .post-img {
  display: block;
  overflow: hidden;
}
.post-img > img {
  width: 100%;
  -webkit-transition: 1.6s -webkit-transform;
  transition: 1.6s -webkit-transform;
  transition: 1.6s transform;
  transition: 1.6s transform, 1.6s -webkit-transform;
}
.post-img:hover > img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.post .post-title a {
  color: #484848;
}
.post .post-title a:hover {
  color: #bf1e2e;
}
.post .post-category {
  margin-bottom: 10px;
}
.post-category a {
  color: #bf1e2e;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}
.post-category a:after {
  content: ",";
  display: inline-block;
}
.post-category a:last-child:after {
  display: none;
}
.post .post-meta {
  margin-bottom: 10px;
}
.post.post-sm .post-body {
  margin: 15px 0px 0px;
  background: transparent;
  padding: 0;
}
.post.post-sm .post-body {
  margin: 15px 0px 0px;
  background: transparent;
  padding: 0;
}

.post-meta li {
  display: inline-block;
  color: #97989b;
  font-size: 14px;
  text-transform: uppercase;
}
.post-meta li a {
  color: #97989b;
  font-weight: normal;
}
.post-meta li a:hover, .post-meta li a:focus {
  color: #bf1e2e;
}
.post-meta li:after {
  content: "•";
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.post-meta li:last-child:after {
  display: none;
}

.hot-post {
  padding: 0 15px;
  margin-bottom: 25px;
}
.hot-post .hot-post-left {
  padding-right: 0px;
  padding-left: 0px;
}
.hot-post .hot-post-right {
  padding-right: 0;
  padding-left: 5px;
}
.hot-post .post {
  margin-bottom: 7px;
}
.hot-post-category-tag a {
  background: #fff;
  padding: 0px 8px 0px 8px;
  border-radius: 0.25rem;
}

.post.post-thumb .post-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 30, 0)), color-stop(90%, rgba(27, 28, 30, 0.8)));
  background: linear-gradient(180deg, rgba(27, 28, 30, 0) 0%, rgba(27, 28, 30, 0.8) 90%);
}
.post.post-thumb .post-body {
  position: absolute;
  margin: 0px;
  padding: 0px 5%;
  z-index: 20;
  bottom: 5%;
  background-color: transparent;
}
.post.post-thumb .post-title a {
  color: #fff;
}
.post.post-thumb .post-title a:hover, .post.post-thumb .post-title a:focus {
  color: #bf1e2e;
}
.post.post-thumb .post-meta li {
  color: #fff;
}
.post.post-thumb .post-meta li a {
  color: #fff;
}
.post.post-thumb .post-meta li a:hover, .post.post-thumb .post-meta li a:focus {
  color: #bf1e2e;
}

.post.post-widget:after {
  content: "";
  display: table;
  clear: both;
}
.post.post-widget .post-img {
  float: left;
  width: 130px;
}
.post.post-widget .post-body {
  position: relative;
  background: transparent;
  margin: 0px 0px 0px 150px;
  padding: 0;
}
.post.post-widget .post-title {
  font-size: 16px;
  margin-bottom: 0px;
}

/*logo*/
.header-logo img {
  width: 120px;
  filter: brightness(0);
}

.nav-logo .logo > img {
  width: 180px;
}

/*back-to-top*/
#scroll {
  position: fixed;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background-color: #bf1e2e;
  color: #fff;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  transition: background 0.5s;
  border-radius: 60px;
  z-index: 11;
  font-size: 16px;
}
#scroll i {
  padding-top: 12px;
  color: #fff;
}
#scroll:hover {
  background-color: #bf1e2e;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/*section start*/
.cdwn-section-title {
  position: relative;
}
.cdwn-section-title .cdwn-category-title {
  position: relative;
  display: inline-block;
  border-bottom: 3px solid #bf1e2e;
  height: 32px;
  line-height: 25px;
  font-weight: normal;
  text-transform: none;
  z-index: 22;
  border-color: #bf1e2e;
}
.cdwn-section-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  height: 3px;
  z-index: 1;
  background: #eaeaea;
}
.cdwn-section-title a {
  color: #484848;
}
.cdwn-section-title a:hover {
  color: #bf1e2e;
}

/*banner*/
.banner-inner {
  display: table;
  width: 100%;
  height: 600px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 30, 0)), color-stop(90%, rgba(27, 28, 30, 0.8)));
  background: linear-gradient(180deg, rgba(27, 28, 30, 0) 0%, rgba(27, 28, 30, 0.8) 90%);
  padding-bottom: 50px;
}
.banner-inner-content {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
}
.banner-inner-content h2 {
  line-height: 70px;
  font-size: 102px;
  text-shadow: #000000 1px 1px 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 1.5px;
  color: #fff;
}
.banner-inner-content h2 span {
  font-size: 76px;
  text-transform: none;
  text-shadow: 1px 1px 15px #000;
  line-height: 100px;
  font-weight: normal;
  letter-spacing: 1.5px;
}
.banner-inner-content h1 {
  font-size: 24px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
}

/*button*/
/*banner-button*/
.button-inner {
  color: #fff;
  border-radius: 0.25rem;
  padding: 15px 25px;
  background: #bf1e2e;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 15px;
  font-size: 14px;
}
.button-inner:hover, .button-inner:active, .button-inner:focus {
  color: #fff;
}

/*vacancy-button*/
.vacancies-button-inner {
  color: #fff;
  border-radius: 0.25rem;
  padding: 10px 10px;
  background: #662f90;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 15px;
  font-size: 12px;
}
.vacancies-button-inner:hover, .vacancies-button-inner:active, .vacancies-button-inner:focus {
  color: #fff;
}

/*white-hover btn */
.parallex-text-button {
  color: #fff;
  border-radius: 0.25rem;
  padding: 15px 25px;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 15px;
  font-size: 14px;
  border: 1px solid #fff;
}
.parallex-text-button:hover, .parallex-text-button:active, .parallex-text-button:focus {
  background: #fff;
  color: #bf1e2e;
}

/*maroon-hover-btn */
.facts-grid-btn {
  color: #bf1e2e;
  border-radius: 0.25rem;
  padding: 15px 25px;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 15px;
  border: 1px solid #bf1e2e;
  font-size: 14px;
}
.facts-grid-btn:hover, .facts-grid-btn:active, .facts-grid-btn:focus {
  background: #bf1e2e;
  color: #fff;
}

/*footer*/
.footer-list-content h5 a {
  text-transform: uppercase;
  font-size: 18px;
}
.footer-list-content li {
  line-height: 28px;
}
.footer-list-content .progress-circle .row {
  align-items: center;
  display: flex;
}
.footer-list-content .annual-report p {
  font-size: 14px;
}

.footer-middle ul.legal-info li {
  display: inline-block;
  padding-right: 50px;
}

.footer-social-icons ul li {
  display: inline-block;
  border: 1px solid #484848;
  margin-right: 10px;
  border-radius: 0.25rem;
}
.footer-social-icons ul li:hover {
  background: #bf1e2e;
  color: #fff;
}
.footer-social-icons ul li a:hover {
  color: #fff;
}
.footer-social-icons ul li span {
  padding-right: 5px;
}

.form-signup-email input {
  height: 47px;
}

.footer-signup-bgcolor {
  background: #f6f6f6;
}
.footer-signup-input {
  padding-right: 150px;
}

.footer-contact-icon svg {
  width: 18px !important;
  text-align: center;
}

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

/*parallex*/
.parallax-text-image {
  width: 225px;
}
.parallax-text-image img {
  border-radius: 50%;
}

.parallex-text-bgcolor {
  background: #bf1e2e;
  padding: 60px 0px;
}
.parallex-text-bgcolor h2, .parallex-text-bgcolor p, .parallex-text-bgcolor h6, .parallex-text-bgcolor h4 {
  color: #fff;
}
.parallex-text-bgcolor .row {
  display: flex;
  align-items: center;
}

.parallex-text-desc h4 {
  line-height: calc(24px + 20px);
}
.parallex-text-desc h6 {
  text-align: right;
}

/*quotes*/
.quotes-images {
  min-height: 680px;
  padding-top: 85px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.quotes-images-overlay {
  position: relative;
  z-index: 99;
  color: #fff;
}
.quotes-images-overlay h2 {
  color: #fff;
}

.quotes-images-overlay .quotes-images-blockquotes {
  font-size: 1.4em;
  padding: 1.2em 30px 1.2em 100px;
  line-height: 1.6;
  position: relative;
}
.quotes-images-overlay .quotes-images-blockquotes::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #fff;
  font-size: 50px;
  position: absolute;
  left: 20px;
  top: 0px;
}
.quotes-images-overlay .quotes-images-blockquotes::after {
  content: "";
}
.quotes-images-overlay .quotes-images-blockquotes span {
  display: block;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

.whoweare-block .post-body {
  border: transparent;
}
.whoweare-btn {
  color: #bf1e2e;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/*stories*/
.stories-desc {
  color: #fff;
  margin: auto;
}
.stories-block .row {
  background: #000;
}
.stories-desc-inner {
  padding: 30px;
}
.stories-overlay-bgcolor {
  position: relative;
}
.stories-overlay-text {
  position: absolute;
  bottom: 0;
}
.stories-overlay-text h1 a {
  color: #fff;
  z-index: 99;
}

.stories-block .post.post-thumb .post-img:after {
  background: linear-gradient(180deg, rgba(27, 28, 30, 0) 50%, rgba(27, 28, 30, 0.8) 90%);
}
.stories-block .post .post-body {
  border: transparent;
}

.stories-visible-desktop {
  position: absolute;
  margin: 0px;
  padding: 0px 5%;
  z-index: 20;
  bottom: 5%;
  background-color: transparent;
}
.stories-visible-desktop a {
  color: #fff;
}
.stories-visible-desktop-overlay:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(27, 28, 30, 0) 50%, rgba(27, 28, 30, 0.8) 90%);
}

/*stories-seeocnd-page*/
.stories-page-text-overlay {
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.stories-page-text-overlay h1 a, .stories-page-text-overlay h2 a {
  color: #fff;
}
.stories-page-text-overlay h1 {
  font-size: 64px;
  text-transform: uppercase;
}
.stories-page-text-overlay h2 {
  font-size: 32px;
}

.stories-page-logo-overlay {
  z-index: 20;
  position: absolute;
  bottom: 0%;
  left: 50%;
  filter: brightness(0) invert(1);
  text-align: center;
  transform: translate(-50%);
}
.stories-page-logo-overlay p {
  font-size: 12px;
}

.stories-page-description-heading {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.stories-page-description-heading h2 {
  font-size: 40px;
  font-weight: bold;
}
.stories-page-description-heading blockquote {
  font-style: italic;
  font-size: 20px;
  line-height: 35px;
}
.stories-page-description-heading p {
  font-size: 18px;
}

.stories-desc-margin {
  margin-left: -5px;
  margin-right: -5px;
}
.stories-desc-padding {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

hr.stories-page-desc-hr {
  border-top: solid 1px #ccc;
  width: 30%;
}

.more-stories-grid {
  background: #f6f6f6;
}

.stories-container-width {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.stories-container-width .post .post-body {
  position: relative;
  margin: 0px;
  padding: 20px;
  background: #fff;
  border: transparent;
}

.more-stories-col-left {
  padding-right: 15px;
}
.more-stories-col-left h4 {
  font-size: 20px;
  font-weight: bold;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.more-stories-col-left h5 {
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  letter-spacing: 0.3px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.more-stories-flex .row {
  display: flex;
  align-items: center;
}

/*prev-next*/
.stories-page-prev-next a.next {
  right: 15px;
}
.stories-page-prev-next a.prev {
  left: 15px;
}
.stories-page-prev-next a {
  position: absolute;
  color: #484848;
  border: none;
  font-weight: bold;
  letter-spacing: 0;
  white-space: nowrap;
}

/*press-release*/
.press-release-title ul li {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 8px;
  padding-top: 8px;
}
.press-release-title ul li a:hover {
  text-decoration: underline;
}
.press-release-title ul li em {
  font-size: 14px;
}
.press-release-title ul li:last-child {
  border-bottom: transparent;
}

/*vacancies-page-inner*/
.vacancies-page-inner ul li {
  list-style-type: initial;
  margin-left: 20px;
}

/*map*/
.mapouterm {
  position: relative;
  text-align: right;
  height: 500px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}

/*getintouch*/
ul.getintouch-social li {
  display: inline;
  padding-right: 20px;
}
ul.getintouch-social li span {
  font-size: 14px;
}

/*team*/
.team-top .post-body p {
  font-size: 14px;
}
.team-top .post-body h5 a {
  color: #bf1e2e;
  font-weight: bolder;
}

.partners-desc-img .row {
  display: flex;
  align-items: center;
}

.partners-link a {
  color: #bf1e2e;
  font-size: 14px;
}

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

.vacancy-list .whoweare-btn {
  font-size: 12px;
}

.post.post-sm.vacancy-list-grid .post-body {
  padding: 30px;
}

/*OVERLAY-vacancy-list*/
.content {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  text-align: center;
  overflow: hidden;
  padding: 30px;
  border: 2px solid #f6f6f6;
  margin-bottom: 30px;
}
.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-overlay {
  opacity: 1;
}
.content-description p {
  font-size: 14px;
}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.fadeIn-bottom {
  top: 80%;
}
.fadeIn-top {
  top: 20%;
}
.fadeIn-left {
  left: 20%;
}
.fadeIn-right {
  left: 80%;
}

/*404page*/
#notfound {
  position: relative;
  height: 100vh;
}
#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 410px;
  width: 100%;
  text-align: center;
}
.notfound .notfound-404 {
  height: 280px;
  position: relative;
  z-index: -1;
}
.notfound .notfound-404 h1 {
  font-size: 230px;
  margin: 0px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/bg.jpg") no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
}
.notfound h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}
.notfound p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0px;
}

.notfound-social {
  margin-top: 25px;
}
.notfound-social > a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 14px;
  color: #484848;
  margin: 0px 6px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.notfound-social > a:hover {
  color: #bf1e2e;
}

.btn:active,
.btn:focus {
  box-shadow: none;
  outline: none;
}

/*facts-page-grid-colorful*/
.fact-colourful-purple-list,
.fact-colourful-orange-list,
.fact-colourful-yellow-list,
.fact-colourful-pink-list {
  color: #fff;
  width: 214px;
  height: 250px;
  padding: 15px;
}
.fact-colourful-purple-list h3,
.fact-colourful-orange-list h3,
.fact-colourful-yellow-list h3,
.fact-colourful-pink-list h3 {
  color: #fff;
}

.fact-colourful-purple-list {
  background: #663090;
  cursor: pointer;
}
.fact-colourful-orange-list {
  background: #ff4700;
  cursor: pointer;
}
.fact-colourful-pink-list {
  background: #ff044a;
  cursor: pointer;
}
.fact-colourful-yellow-list {
  background: #ffc107;
  cursor: pointer;
}
.fact-colourful-purple-list,
.fact-colourful-orange-list,
.fact-colourful-yellow-list,
.fact-colourful-pink-list {
  border-radius: 20px;
}

.fact-colourful-purple-list .row,
.fact-colourful-orange-list .row,
.fact-colourful-yellow-list .row,
.fact-colourful-pink-list .row {
  margin-left: -5px;
  margin-right: -5px;
}

.fact-colourful-purple-col,
.fact-colourful-orange-col,
.fact-colourful-yellow-col,
.fact-colourful-pink-col {
  padding-left: 5px;
  padding-right: 5px;
}

.fact-colourful-purple,
.fact-colourful-orange,
.fact-colourful-yellow,
.fact-colourful-pink {
  margin: 10px;
}

.fact-colorful-height {
  display: flex;
  height: 100%;
  align-items: center;
}

.fact-colorful-font-size {
  font-size: 18px;
}

.map-indexing-color {
  padding: 25px 30px;
  margin-right: 20px;
  height: 100%;
}

.map-indexing-list li {
  display: flex;
}

.map-indexing-content a {
  font-size: 18px;
}

/*hover*/
.hvr-grow {
  display: inline-block;
  border: 0;
  position: relative;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.2);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.2);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.2);
  transition: all 200ms ease-in;
  transform: scale(1.2);
}

/*responsive*/
@media only screen and (max-width: 767px) {
  .hot-post .hot-post-right {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 991px) {
  #nav-bottom {
    display: none;
  }

  .nav-logo {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    display: inline-block;
    float: left;
  }

  .nav-btns > button {
    color: #484848;
  }

  .mobile-after-nav {
    margin-top: 70px;
  }

  .footer-middle ul.legal-info li {
    padding-right: 10px;
  }

  .banner-inner-content h2 {
    line-height: 25px;
    font-size: 65px;
  }
  .banner-inner-content h2 span {
    font-size: 40px;
  }
  .banner-inner-content h1 {
    font-size: 20px;
  }

  .footer-social-icons ul li {
    display: grid;
    margin-bottom: 15px;
  }

  .parallax-text-image {
    margin: auto;
    margin-bottom: 20px;
  }

  .facts-grid .post .post-body {
    margin-bottom: 50px;
  }

  .nav-social {
    text-align: center;
  }
  .nav-socialicons {
    border-bottom: 1px solid #f6f6f6;
  }
  .nav-social li {
    border-left: 1px solid transparent;
  }
  .nav-social li:last-child {
    border-right: 1px solid transparent;
  }

  .quotes-images:after {
    width: 100%;
    background: #000;
    opacity: 0.7;
  }

  .section.stories-block,
.section.jarallax-parallex-img {
    margin-top: -50px;
  }

  .nav-logo .logo {
    display: inline-block;
    line-height: 70px;
    height: 70px;
  }
  .nav-logo .logo > img {
    width: 150px;
  }

  .header-logo img {
    width: 100px;
  }

  .stories-page-text-overlay h1 {
    font-size: 32px;
  }
  .stories-page-text-overlay h2 {
    font-size: 20px;
  }

  .stories-page-description-heading h2 {
    font-size: 24px;
  }

  .current-page-list-view-mobile {
    padding-bottom: 24px;
  }

  .getintouch-contact-info .border-right {
    border-right: 1px solid transparent !important;
  }

  .footer-social-icons {
    margin-bottom: 30px;
  }

  .footer-contact-mobile {
    float: none !important;
    text-align: center;
  }

  .footer-top {
    text-align: center;
  }

  .charity-logo img {
    margin-bottom: 15px;
  }

  .detail-page-text-overlay {
    width: 75vw;
  }
}
@media (max-width: 1199px) {
  .fact-colourful-purple-col,
.fact-colourful-orange-col,
.fact-colourful-yellow-col,
.fact-colourful-pink-col {
    margin-bottom: 10px;
  }

  .fact-colourful-purple-list,
.fact-colourful-orange-list,
.fact-colourful-yellow-list,
.fact-colourful-pink-list {
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 142px;
  }
  .notfound .notfound-404 h1 {
    font-size: 112px;
  }

  .nav-logo .logo > img {
    width: 130px;
  }

  .nav-social li a {
    padding: 10px 15px;
  }

  .stories-visible-desktop-overlay {
    height: 40vh !important;
  }

  .detail-page-text-overlay {
    width: 90vw;
    bottom: 15px !important;
  }
}
.secondary-bg {
  background-color: rgba(0, 102, 91, 0.1);
  padding: 60px 0;
}

.image-size img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-size a {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  overflow: hidden;
}

.image-size-75 {
  padding-bottom: 75%;
}

.image-size-72 {
  padding-bottom: 72%;
}

.image-size-70 {
  padding-bottom: 70%;
}

.partner-slider-item {
  width: 100%;
  height: 200px;
  display: flex !important;
  justify-content: center;
  padding: 0 15px;
  max-height: 160px;
}
.partner-slider-item img {
  object-fit: contain;
}

.post-body-divider {
  display: flex;
  gap: 10px;
}
.post-body-divider h4 {
  flex: 1;
}
.post-body-divider a.download {
  margin-top: 2px;
}
.post-body-divider a.download .ph {
  font-size: 24px;
  color: #484848;
}

.news-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.news-block .post-title {
  margin-bottom: 5px;
}
.news-block .post-body p {
  margin-bottom: 0;
}

.detail-page-text-overlay {
  z-index: 20;
  position: absolute;
  top: unset;
  left: 50%;
  bottom: 50px;
  text-align: center;
  transform: translateX(-50%);
}
.detail-page-text-overlay .post-title {
  text-transform: unset;
}

.stories-page-description-images .caption {
  font-size: 15px;
  color: #8a8a8a;
  font-style: italic;
}
@media (max-width: 575px) {
  .stories-page-description-images .caption {
    font-size: 14px;
  }
}

.stories-page-additional {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.stories-page-additional h6 {
  margin-bottom: 0px;
  font-weight: 600;
}
.stories-page-additional-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.post-meta.white {
  color: #bbbbbb;
}

.social-download {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.social-download .social-share {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.social-download .social-share a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
  border-radius: 0.25rem;
}
.social-download .social-share a:hover {
  background-color: #484848;
  border: 1px solid #484848;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.social-download .social-share a:hover img {
  filter: brightness(0) invert(1);
}
.social-download .social-share img {
  width: 15px;
  height: auto;
}
.social-download .detail-download {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: end;
  transition: all 0.2s linear;
  padding: 0 8px;
  gap: 8px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 0.25rem;
}
.social-download .detail-download .ph {
  font-size: 20px;
}
.social-download .detail-download:hover {
  background-color: #484848;
  border: 1px solid #484848;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.category-list .row {
  row-gap: 30px;
}
.category-list .post-body p {
  margin-bottom: 0;
}

.pagination-box {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.pagination-box .pagination {
  gap: 5px;
}
.pagination-box .pagination .page-link {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: #484848;
}
@media (max-width: 575px) {
  .pagination-box .pagination .page-link {
    width: 35px;
    height: 35px;
  }
}
.pagination-box .pagination .page-link.active {
  background-color: #bf1e2e;
  border: 1px solid #bf1e2e;
  color: #fff;
}
.pagination-box .pagination .page-link.disable {
  background-color: #dadada;
  cursor: not-allowed;
}
.pagination-box .pagination .page-link:hover, .pagination-box .pagination .page-link:focus, .pagination-box .pagination .page-link:active {
  outline: none;
  box-shadow: none;
}

.partners-box .row {
  row-gap: 30px;
}

a.post-img.partners-logo {
  width: 100%;
  height: 180px;
  padding: 25px;
  border: 1px solid #f6f6f6;
}
@media (max-width: 575px) {
  a.post-img.partners-logo {
    height: 140px;
    padding: 20px;
  }
}
@media (max-width: 375px) {
  a.post-img.partners-logo {
    height: 120px;
    padding: 15px;
  }
}
a.post-img.partners-logo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

h5.mb-1.text-center.partners-title {
  font-size: 1rem;
  color: #484848;
}
@media (max-width: 575px) {
  h5.mb-1.text-center.partners-title {
    font-size: 0.85rem;
  }
}
h5.mb-1.text-center.partners-title a {
  color: #484848;
  transition: all 0.2s ease-in-out;
}
h5.mb-1.text-center.partners-title a:hover {
  color: #bf1e2e;
}
