body {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  font-weight: 700;
  margin-bottom: 5px;
}
h1 {
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  font-size: 30px;
}
h4 {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 17px;
  }
}
.fw900 {
  font-weight: 900;
}
.transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section .widget {
  margin-top: 30px;
  margin-bottom: 30px;
}
.section.full-bg {
  background-position: center;
  background-size: cover;
}
.container-wide {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding-left: 3.5em;
  padding-right: 3.5em;
}
@media (max-width: 992px) {
  .container-wide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .container-wide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 992px) {
  .container-wide .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.page-title {
  color: #222;
  font-weight: 900;
}
p.intro {
  color: #222;
  font-weight: 500;
  font-size: 1.2em;
}
@media only screen and (max-width: 768px) {
  p.intro {
    font-size: 1.1em;
  }
}
.page-head {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .page-head {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.icon-title {
  margin-bottom: 10px;
}
.icon-title img {
  border-radius: 50%;
  aspect-ratio: 1;
  max-width: 50px;
  margin-bottom: 5px;
}
.icon-title h4 {
  color: #005b94;
  margin-bottom: 0;
}
.row-core-values .icon-title h4 {
  font-size: 15px;
  color: #27bdbe;
}
.row-core-values p {
  font-size: 13px;
}
.list-striped {
  margin-bottom: 30px;
}
.list-striped li {
  background: #eef5fc;
  margin-bottom: 5px;
  padding: 5px 10px;
}
.list-striped li:nth-child(even) {
  background: #d8e8f8;
}
.font-lg {
  font-size: 17px;
}
.blue-box {
  background: #eef5fc;
  padding: 20px;
}
.text-blue {
  color: #005b94;
}
.text-light-blue {
  color: #27bdbe;
}
.title-light {
  font-size: 17px;
  color: #27bdbe;
}
.navigation-bar {
  background: #fff;
  z-index: 99;
  height: 62px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #e4e4e4;
}
@media only screen and (max-width: 992px) {
  .navigation-bar {
    padding: 10px;
  }
}
.navigation-bar .logo-area img {
  max-width: 250px;
}
@media only screen and (max-width: 992px) {
  .navigation-bar .logo-area img {
    max-width: 220px;
  }
}
.navigation-bar .text-area {
  margin-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.navigation-bar .text-area h5 {
  margin-bottom: 0;
  color: #005b94;
}
.navigation-bar .text-area h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.navigation-bar .hum-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #71be41;
  padding: 10px 18px 3px 15px;
  color: #fff;
  border-radius: 40px;
}
.navigation-bar .hum-menu .menu-icon svg {
  fill: #fff;
  width: 20px;
}
@media only screen and (max-width: 992px) {
  .navigation-bar .hum-menu .menu-icon svg {
    width: 15px;
  }
}
.navigation-bar .hum-menu .text {
  margin-bottom: 5px;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 13px;
}
@media only screen and (max-width: 992px) {
  .navigation-bar .hum-menu .text {
    font-size: 11px;
  }
}
.navigation-bar .hum-menu:hover {
  background: #005b94;
}
.nav-margin {
  height: 60px;
}
.footer {
  background: #222;
  color: #ccc;
  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;
  padding: 15px;
  font-size: 13px;
}
.footer .logo img {
  max-width: 60px;
}
@media only screen and (max-width: 768px) {
  .footer {
    font-size: 11px;
  }
}
.testimonial .quote {
  max-width: 45px;
  margin-bottom: 15px;
}
.testimonial .name {
  color: #27bdbe;
}
.deep-blue {
  color: #005b94;
}
.sub-intro {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}
.bg-gradient {
  background: #0e4d7f;
  background: -webkit-gradient(linear, left top, right top, from(#0e4d7f), to(#007bb0));
  background: linear-gradient(90deg, #0e4d7f 0%, #007bb0 100%);
}
.text-white {
  color: #fff;
}
.products-title:after {
  content: "";
  display: block;
  height: 1px;
  width: 180px;
  background-color: #fff;
  margin-top: 5px;
}
.mb16 {
  border-radius: 50% 50%;
}
.img-responsive1 {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.bg-light {
  background-color: #B2D3E3;
  padding: 10px;
}
.bg-extra-light {
  background-color: #eaf6f5;
  padding: 10px;
}
.mt130 {
  margin-top: 130px;
}
.mt65 {
  margin-top: 65px;
}
.border-blue {
  border: 1px solid #005b94;
  padding: 10px;
}
.gradient-bg {
  padding: 15px;
  background: #0d4e80;
  background: -webkit-gradient(linear, left top, right top, from(#0d4e80), to(#0080b6));
  background: linear-gradient(90deg, #0d4e80 0%, #0080b6 100%);
}
.basic-grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
}
.basic-grid.grid2 {
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.basic-grid.grid3 {
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
.basic-grid.grid4 {
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
}
.basic-grid.grid5 {
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(5, 1fr);
}
.basic-grid.grid6 {
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(6, 1fr);
}
.dark-color {
  color: #000;
}
.stakeholder-title {
  background-color: #27bdbe;
  padding: 10px;
  color: #fff;
}
.stakeholder-text {
  background-color: #E2EEF6;
  padding: 10px;
}
.stakeholder-text {
  background-color: #E2EEF6;
  padding: 10px;
}
.high-topics {
  background-color: #003B6C;
  padding: 10px;
}
.medium-topics {
  background-color: #0064A8;
  padding: 10px;
}
.low-topics {
  background-color: #0064A8;
  padding: 10px;
}
.high-priority {
  background-color: #005B94;
  padding: 10px;
}
.medium-priority {
  background-color: #ACD4F1;
  padding: 10px;
}
.low-priority {
  background-color: #E2EEF6;
  padding: 10px;
}
.header-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.header-item {
  position: relative;
}
.improvement-point {
  font-size: 30px;
}
.point-light {
  font-weight: 200;
}
.strong-number {
  font-size: 20px;
}
.award-box {
  margin-bottom: 30px;
}
.financial-section {
  margin-top: 20px;
}
.color-box {
  background: #0e4d7f;
  background: -webkit-gradient(linear, left top, right top, from(#0e4d7f), to(#007bb0));
  background: linear-gradient(90deg, #0e4d7f 0%, #007bb0 100%);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.subcolor-box {
  background: #E2EEF6;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.number-list li {
  border-bottom: 1px solid #000;
  list-style: none;
}
.number-list li .enablon-number {
  font-size: 40px;
  margin-right: 10px;
  color: #ACD4F1;
  font-weight: 900;
}
.text-gray {
  color: #A69998;
}
.text-box {
  background-color: #F1F7FB;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.gray-box {
  background-color: rgba(43, 51, 53, 0.6);
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}
/* ====  Preloader styles ==== */
#hola {
  width: 100vw;
  height: 100vh;
  background-color: #252328;
  position: fixed;
  z-index: 999;
}
#preloader {
  position: relative;
  width: 608px;
  height: 106px;
  top: 40%;
  margin: 0 auto;
}
#preloader span {
  position: absolute;
  border: 8px solid #ffe066;
  border-top: 8px solid transparent;
  border-radius: 999px;
}
#preloader span:nth-child(1) {
  width: 80px;
  height: 80px;
  -webkit-animation: spin-1 2s infinite linear;
          animation: spin-1 2s infinite linear;
}
#preloader span:nth-child(2) {
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  -webkit-animation: spin-2 1s infinite linear;
          animation: spin-2 1s infinite linear;
}
@-webkit-keyframes spin-1 {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes spin-1 {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes spin-2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.5;
  }
}
@keyframes spin-2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.5;
  }
}
.home {
  height: 100vh;
  position: relative;
  background-color: #F2F6F2;
  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;
}
.home:before {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  content: '';
  background-color: #F2F6F2;
}
.home:after {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 10;
  top: 0;
  right: 0;
  content: '';
  background-color: #F2F6F2;
}
.animate-border {
  border: 0px solid #EDEBE6;
  -webkit-transition: border 0.5s 0.2s ease;
  transition: border 0.5s 0.2s ease;
}
.home.divide:before {
  -webkit-transition: all 0.6s 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 0;
}
.home.divide:after {
  -webkit-transition: all 0.6s 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 0;
}
/* ====  Preloader styles ==== */
.bg-bluebg {
  background-color: #d8eaff;
}
.splash {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  z-index: 1;
  background-color: #757474;
  opacity: 1;
  will-change: opacity;
  -webkit-animation: logo 0.3s ease-in 1.5s forwards, off 1s ease-in-out 3.2s forwards;
  animation: logo 0.3s ease-in 1.5s forwards, off 1s ease-in-out 3.2s forwards;
}
.splash_logo {
  position: absolute;
  margin: -15px 0 0 -25px;
  top: 50vh;
  z-index: 5;
  left: 50vw;
  width: 50px;
  text-align: center;
  height: 30px;
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
  opacity: 1;
  will-change: opacity;
  -webkit-animation: logo 0.3s ease-in 1.5s forwards, off 0.6s ease-in-out 3.2s forwards;
  animation: logo 0.3s ease-in 1.5s forwards, off 0.6s ease-in-out 3.2s forwards;
}
.splash_logo:before {
  display: block;
  position: absolute;
  left: 15px;
  bottom: -5px;
  width: 20px;
  height: 1px;
  background-color: #757474;
  content: "";
}
.splash_logo:after {
  display: block;
  position: absolute;
  left: 15px;
  top: -5px;
  width: 20px;
  height: 1px;
  background-color: #757474;
  content: "";
  will-change: width;
}
.splash_svg {
  position: relative;
  margin: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}
.splash_svg svg {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.splash_svg svg rect {
  width: 100%;
  height: 100%;
  fill: #f5d300;
  stroke: 0;
  -webkit-clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
  clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
  -webkit-animation: expand 0.7s ease-in forwards 2.7s;
  animation: expand 0.7s ease-in forwards 2.7s;
}
.splash_minimize {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
.splash_minimize svg {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.splash_minimize svg rect {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
  clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
  -webkit-animation: scale 0.2s ease-out forwards 1s, hide 1.3s ease-out forwards 1.2s;
  animation: scale 0.2s ease-out forwards 1s, hide 1.3s ease-out forwards 1.2s;
}
@-webkit-keyframes scale {
  100% {
    -webkit-clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
    clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
  }
}
@keyframes scale {
  100% {
    -webkit-clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
    clip-path: polygon(45vw 40vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
  }
}
@-webkit-keyframes hide {
  100% {
    fill: transparent;
  }
}
@keyframes hide {
  100% {
    fill: transparent;
  }
}
@-webkit-keyframes off {
  100% {
    opacity: 0;
  }
}
@keyframes off {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes on {
  100% {
    opacity: 1;
  }
}
@keyframes on {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes logo {
  100% {
    color: #292929;
  }
}
@keyframes logo {
  100% {
    color: #292929;
  }
}
@-webkit-keyframes type {
  0% {
    width: 0;
  }
}
@keyframes type {
  0% {
    width: 0;
  }
}
@-webkit-keyframes type2 {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100;
  }
}
@keyframes type2 {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100;
  }
}
@-webkit-keyframes expand {
  25% {
    -webkit-clip-path: polygon(0vw 0vh, 55vw 40vh, 55vw 58vh, 45vw 58vh);
    clip-path: polygon(0vw 0vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
    fill: white;
  }
  50% {
    -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 45vw 60vh);
    clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 45vw 60vh);
    fill: #f5d300;
  }
  75% {
    -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 0vw 100vh);
    clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 0vw 100vh);
    fill: white;
  }
  100% {
    -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
    clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
    fill: #f5d300;
  }
}
@keyframes expand {
  25% {
    -webkit-clip-path: polygon(0vw 0vh, 55vw 40vh, 55vw 58vh, 45vw 58vh);
    clip-path: polygon(0vw 0vh, 55vw 40vh, 55vw 60vh, 45vw 60vh);
    fill: white;
  }
  50% {
    -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 45vw 60vh);
    clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 45vw 60vh);
    fill: #f5d300;
  }
  75% {
    -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 0vw 100vh);
    clip-path: polygon(0vw 0vh, 100vw 0vh, 55vw 60vh, 0vw 100vh);
    fill: white;
  }
  100% {
    -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
    clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh);
    fill: #f5d300;
  }
}
.home-banner {
  background: #eef5fc;
  height: calc(100vh - 60px);
  background-position: left;
  background-size: 10%;
  position: relative;
  text-align: center;
}
.home-banner h4 {
  font-weight: 300;
  text-transform: uppercase;
}
.home-banner .scroll-down::before {
  -webkit-animation: scrollDownAnimation 2s infinite;
          animation: scrollDownAnimation 2s infinite;
  border-radius: 100%;
}
@-webkit-keyframes scrollDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  100% {
    opacity: 0;
  }
}
.home-banner img {
  width: 320px;
  margin-top: 30px;
}
.sidemenu {
  background: #272727;
  background: linear-gradient(45deg, #272727 0%, #151515 100%);
  color: #ccc;
  width: 320px;
  position: fixed;
  right: -320px;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
}
.sidemenu .sidemenu-overlay {
  position: absolute;
  height: 1000px;
  width: 800px;
  background: #73bf43;
  z-index: 99;
  left: -350px;
  top: -100px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sidemenu .sidemenu-header {
  position: relative;
  z-index: 1;
  height: 50px;
}
.sidemenu .sidemenu-header .fs-icon {
  max-width: 94px;
  display: inline-block;
  padding: 10px 15px;
}
.sidemenu .sidemenu-inner {
  overflow-y: auto;
  height: calc(100vh - 50px);
  padding: 15px;
  width: 100%;
}
.sidemenu .menu-close {
  display: inline-block;
  max-width: 80px;
  padding: 5px;
  padding-left: 34px;
  padding-right: 10px;
  padding-top: 10px;
  position: relative;
  color: #73bf43;
  float: right;
}
.sidemenu .menu-close svg {
  width: 32px;
}
.sidemenu .menu-close img {
  opacity: 0.6;
}
.sidemenu .menu-close:hover img {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidemenu .menu-close span {
  position: absolute;
  left: -10px;
  font-size: 10px;
  top: 19px;
}
.sidemenu h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidemenu h4:hover {
  color: #73bf43;
}
.sidemenu h4 a:hover {
  color: #73bf43;
}
.sidemenu h4.h4link {
  cursor: pointer;
  position: relative;
}
.sidemenu h4.h4link:hover {
  color: #73bf43;
}
.sidemenu h4.h4link a {
  color: #fff;
  display: block;
}
.sidemenu h4.h4link a:hover {
  color: #73bf43;
}
.sidemenu h4.h4link svg {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
.sidemenu .menu-items {
  margin-bottom: 0;
}
.sidemenu .menu-items li a {
  color: #ccc;
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
  padding-left: 15px;
  position: relative;
}
.sidemenu .menu-items li a:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  display: inline-block;
  width: 4px;
  height: 10px;
  background: #73bf43;
}
.sidemenu .menu-items li a:hover {
  color: #73bf43;
}
.sidemenu .menu-area {
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.sidemenu .menu-bg {
  max-width: 700px;
  position: absolute;
  bottom: 0;
  left: -300px;
  opacity: 0.2;
}
.sidemenu .download-pdf {
  margin-top: 30px;
  display: block;
  border: 1px solid #626262;
  padding: 15px 5px 15px 50px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}
.sidemenu .download-pdf:hover {
  background: rgba(255, 255, 255, 0.1);
}
.sidemenu .download-pdf svg {
  position: absolute;
  top: 16px;
  left: 8px;
  width: 30px;
  margin-right: 10px;
}
.section-chairmans-insight {
  background-position: center;
}
.btn-primary {
  padding: 10px 24px;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-radius: 5px;
  background-color: #005b94;
}
.basic-grid-gapless {
  display: -ms-grid;
  display: grid;
  grid-gap: 0;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.section-capital .capital-outer {
  position: relative;
}
.section-capital .capital-outer img {
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.section-capital .capital-outer .capital-details {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  padding: 15px 20px 15px;
}
.section-capital .capital-outer .capital-details-bottom {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 15px 5px 15px 20px;
  color: #fff;
}
.section-capital .capital-outer .capital-details-bottom p {
  line-height: 1;
}
