html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: 'Gotham Book';
}

h2 {
  font-family: 'Gotham Bold';
  font-size: 40px;
}

.text-content {
  font-size: 1rem;
  font-weight: 500;
  font-family: 'Gotham Book';
  text-align: justify;
}

@media (max-width: 767px) {
  .text-content {
    font-size: 0.8rem;
  }
}

@font-face {
  font-family: 'Gotham Bold';
  src: url("../libraries/font-gotham/Gotham-Bold.otf");
}

@font-face {
  font-family: 'Gotham Book';
  src: url("../libraries/font-gotham/Gotham-Book.otf");
}

.coloring {
  color: #EC1F26;
}

.nav2 #navbar ul li a {
  color: white;
}

.nav2 #navbar.header-scrolled {
  background: #323232 !important;
}

#navbar {
  height: 120px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  transition: all 0.5s;
  padding: 40px 0;
  background-color: transparent;
}

#navbar .logo {
  margin-top: -20px;
}

#navbar .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 80px;
  -webkit-transition: 1s;
  transition: 1s;
}

#navbar .logo2 {
  margin-top: -20px;
  display: none;
}

#navbar .logo2 img {
  padding: 0;
  margin: 7px 0;
  max-height: 80px;
  -webkit-transition: 1s;
  transition: 1s;
}

#navbar .logo3 {
  display: block;
}

#navbar .logo4 {
  display: none;
}

#navbar .mobile-ver {
  display: none;
}

#navbar .btn-foundation {
  color: #ff7076 !important;
  margin-top: 3px !important;
}

#navbar .btn-foundation:hover {
  color: #EC1F26 !important;
}

#navbar.header-scrolled {
  height: 70px;
  padding: 13px 0;
  background: #ffffff !important;
  opacity: 0.9;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#navbar.header-scrolled .logo {
  margin-top: -9px !important;
}

#navbar.header-scrolled .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 50px;
  max-width: 200px;
}

#navbar.header-scrolled .logo2 {
  margin-top: -9px !important;
}

#navbar.header-scrolled .logo2 img {
  padding: 0;
  margin: 7px 0;
  max-height: 50px;
  max-width: 200px;
}

#navbar.header-scrolled .main-nav * {
  margin-top: -0px !important;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .main-nav ul li a {
    font-size: 12px !important;
  }
}

@media (max-width: 991px) {
  #navbar {
    height: 60px;
    padding: 10px 0;
  }
  .logo {
    display: none;
  }
  .logo img {
    max-width: 130px;
  }
  .logo2 {
    margin-top: 5px !important;
    display: block !important;
  }
  .logo2 img {
    max-width: 130px;
  }
  .logo3 {
    margin-top: 5px !important;
    display: none;
  }
  .logo4 {
    display: none !important;
  }
  #navbar.header-scrolled {
    height: 70px;
    padding: 13px 0;
    background: #ffffff !important;
    opacity: 0.9;
    -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
            box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  }
  #navbar.header-scrolled .logo {
    display: block !important;
  }
  #navbar.header-scrolled .logo img {
    max-width: 130px;
  }
  #navbar.header-scrolled .logo2 {
    display: none !important;
  }
  #navbar.header-scrolled .logo4 {
    display: none !important;
  }
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 3px;
}

.main-nav ul li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding-left: 20px;
}

.main-nav ul li a {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 10px;
  color: black;
  font-size: 15px;
  font-family: 'Gotham Book';
  font-style: normal;
}

.main-nav ul li a:hover {
  color: #EC1F26 !important;
  text-decoration: none;
}

.main-nav ul li .btn-kontak {
  border-radius: 4px;
  background: #00227c;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff !important;
  margin-top: 3px !important;
  font-family: 'Gotham Bold';
}

.main-nav ul li .btn-kontak:hover {
  -webkit-box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.16);
  color: white !important;
  background: #ec2d43;
  background: linear-gradient(27deg, #ec2d43 0%, #df021b 47%, #fc5467 100%);
}

.main-nav ul li .btn-kontak:active {
  background-color: #EC1F26;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
  margin-left: -15px !important;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 15px;
  color: #303030 !important;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #007bff;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
  right: -260px;
  width: 260px;
  padding-top: 18px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mobile-nav .logo {
  display: block;
}

.mobile-nav .logo2 {
  display: none;
}

.mobile-nav .mobile-ver {
  display: block;
  height: 100px;
  width: 100vw;
}

.mobile-nav .mobile-ver hr {
  width: 100%;
}

.mobile-nav .mobile-ver img {
  width: 140px;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav * a {
  display: block;
  position: relative;
  color: black;
  padding: 10px 20px;
  font-size: 20px;
  text-align: left;
}

.mobile-nav * a:hover {
  color: #EC1F26;
  text-decoration: none;
}

.mobile-nav * .btn-foundation {
  color: #ff7076 !important;
}

.mobile-nav * .btn-foundation:hover {
  color: #EC1F26 !important;
}

.mobile-nav * .btn-kontak {
  text-align: left;
  color: white;
  background: #EC2D43;
  width: 85%;
  margin-left: 20px;
  border-radius: 5px;
  text-align: center;
  margin-top: 10px !important;
}

.mobile-nav * .btn-kontak:hover {
  background: #e01028;
  color: white;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999899;
  border: 0;
  background: none;
  font-size: 24px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 24px 18px 0 0;
  color: #EC1F26;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  right: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  right: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #C7BCBC;
}

header {
  padding-top: 35vh;
  margin-top: 0px;
  background-size: cover;
  height: 650px;
  color: #323232;
  width: 100%;
  /* Safari 6.0 - 9.0 */
  text-align: center;
}

header ol ul {
  list-style: none;
}

header .row-heading {
  margin-top: 50px;
}

header .description {
  margin-top: 40px;
  color: white;
}

header .description h1 {
  font-size: 86px;
  font-weight: 700;
  font-family: 'Gotham Bold';
}

header .description h4 {
  font-size: 1.2rem;
  margin-top: -10px;
}

.header-mobile {
  display: none;
}

@media (max-width: 767px) {
  .section-about-page {
    margin-bottom: 30px !important;
  }
  header {
    display: none;
    margin-bottom: 200px;
    margin-top: 80px;
    width: 100%;
    height: 180px !important;
    background-size: cover !important;
    background-repeat: no-repeat;
  }
  header .row-heading {
    margin-top: 0px !important;
  }
  header .description {
    color: #323232;
    margin-top: -10px;
    background-color: red;
  }
  header .description h1 {
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 1;
  }
  header .description h4 {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 15px;
  }
  .header-mobile {
    display: block;
    margin-top: 90px;
  }
  .header-mobile .bg-bg-img {
    display: block;
    padding-top: 50%;
    background-size: 100% 80% !important;
    background-size: cover !important;
    color: #323232;
    background-repeat: no-repeat;
  }
  .header-mobile .description {
    color: #323232;
    padding: 50px 10px 50px 10px;
    text-align: center;
  }
  .header-mobile .description h1 {
    font-size: 29px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Gotham Bold';
  }
  .header-mobile .description h4 {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}

.section-about p {
  min-height: 90px;
  font-size: 1rem;
  font-weight: 500;
}

.section-about .side-left {
  background-color: #EC1F26;
  color: #F7F7F7;
}

.section-about .side-left .btn-learn {
  background-color: #F7F7F7;
  font-weight: bold;
  color: #EC1F26;
}

.section-about .side-left .btn-learn:hover {
  -webkit-box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.16);
  background-color: #FAEBD7;
}

.section-about .side-right {
  background-color: #F7F7F7;
}

.section-about .side-right .btn-learn {
  background-color: #EC1F26;
  font-weight: bold;
  color: #F7F7F7;
}

.section-about .side-right .btn-learn:hover {
  -webkit-box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.16);
  color: white !important;
  background: #ec2d43;
}

.section-about .card-content {
  margin: 40px 30px 40px 30px;
  text-align: center;
}

.section-about .card-content img {
  width: 25%;
  margin: 0 auto;
  display: block;
}

.new4 {
  border: 5px solid #EC1F26;
  margin-top: -23px;
  float: left;
  width: 7%;
}

hr {
  width: 5%;
  border: 3px solid red;
  border-radius: 3px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 29px;
  }
  .text-content {
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .section-about p {
    font-size: 0.8rem;
  }
  .section-impact h2 {
    font-size: 27px !important;
  }
  .section-impact h6 {
    font-size: 0.8rem !important;
  }
  .section-testimonials .card-testi p {
    font-size: 0.8rem !important;
  }
  .section-team-content h6 {
    font-size: 1.3rem;
  }
  .section-team-content .text-content {
    font-size: 0.9rem !important;
  }
  hr {
    width: 17%;
    border: 2px solid red;
  }
}

.new {
  width: 5%;
  border: 3px solid red;
  border-radius: 3px;
}

.section-impact {
  background-color: white !important;
  padding: 70px 0px;
}

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

.section-impact .section-impact-content .box-impact {
  border: 1.5px solid #ebebeb;
}

.section-impact .section-impact-content .box-impact .description {
  margin: 50px 0 50px 0;
  text-align: center;
}

.section-impact .section-impact-content .box-impact .description h2 {
  font-size: 40px;
}

.section-impact .section-impact-content .box-impact .description h6 {
  font-size: 1rem;
  font-weight: 500;
}

.section-testimonials {
  padding: 70px 0px 70px 0px;
  background-color: #F7F7F7;
}

.section-testimonials .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-testimonials .owl-carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.section-testimonials .container-fluid {
  max-width: 1230px;
}

.section-testimonials .navbar-brand {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  margin-left: 0px !important;
}

.section-testimonials .section-testimonial-content .card-testi {
  text-align: center;
  padding: 20px 0px 20px 0;
  height: 100%;
  position: relative;
  -webkit-transition: 0.4s ease;
  border-radius: 11px;
  top: 0px;
}

.section-testimonials .section-testimonial-content .card-testi:hover {
  -webkit-transition: all 0.2s ease-out !important;
  transition: all 0.2s ease-out !important;
  -webkit-box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
          box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -5px;
  border: 1px solid #cccccc;
}

.section-testimonials .section-testimonial-content .card-testi .img-testimonial {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 110px;
  height: 110px;
  border-radius: 50% !important;
}

.section-testimonials .section-testimonial-content .card-testi h4 {
  color: #EC1F26;
  font-size: 22px;
  font-family: 'Gotham Bold';
}

.section-testimonials .section-testimonial-content .card-testi h5 {
  color: #EC1F26;
  font-size: 1rem;
}

.section-testimonials .section-testimonial-content .card-testi .text-content {
  line-height: 21px !important;
  font-size: 0.98rem;
}

.banner-stories {
  margin-top: 120px;
}

.banner-stories .bg-stories {
  width: 100%;
  min-height: 333px !important;
}

@media (max-width: 767px) {
  .banner-stories .bg-stories {
    min-height: 180px !important;
  }
}

.section-about-page {
  margin-top: 120px;
}

.section-about-page .banner-mobile img {
  display: none !important;
}

.section-about-page .thumbnail {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.section-about-page .thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto !important;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-about-page .hero-about {
  max-height: 450px;
  width: 100%;
}

@media (max-width: 767px) {
  .section-about-page .banner-mobile {
    max-height: 250px;
    margin-top: -25px;
  }
  .section-about-page .banner-mobile .banner {
    display: block !important;
    width: 100%;
    height: auto;
  }
  .section-about-page .hero-about {
    display: none !important;
  }
}

.section-about-content .feature .img-feature p {
  font-size: 18px;
  font-family: 'Gotham Bold';
}

.section-about-content .feature .img-feature p .img-set {
  width: 25px;
}

.section-about-content .feature .img-feature p a {
  text-decoration: none;
  color: black;
}

.section-about-content .card-stories {
  text-align: left;
  border: none;
  border-radius: none;
  width: 100%;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  border: 1px solid #fffcfc;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.section-about-content .card-stories:hover {
  -webkit-box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
          box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.section-about-content .card-stories a {
  font-size: 24px;
  font-family: 'Gotham Bold';
  color: #EC1F26;
  line-height: 1 !important;
}

.section-about-content .card-stories a:hover {
  color: red;
}

.section-about-content .card-stories p {
  font-family: 'Gotham Book';
  line-height: 1.7 !important;
  font-size: 0.88rem !important;
  margin-top: 15px;
  color: #6b6b6b;
  font-weight: 500;
}

.section-about-content .card-stories .img-stories {
  width: 100%;
  height: 200px;
}

.section-about-content .btn-learn {
  background-color: #EC1F26;
  font-weight: bold;
  color: #F7F7F7;
  margin-top: 20px;
  margin-bottom: 50px;
}

.section-about-content .btn-learn:hover {
  -webkit-box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.16);
  color: white !important;
  background: #ec2d43;
}

@media (max-width: 767px) {
  .section-about-content .feature {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.section-detail-content {
  background-color: #F7F7F7;
}

.section-detail-content .story-detail {
  background-color: white;
  margin-top: -140px;
  min-height: 600px;
  border-radius: 0px;
  border: 0px;
}

.section-detail-content .story-detail h2 {
  color: #EC1F26;
}

.section-detail-content .story-detail .date-story {
  font-size: 17px;
  opacity: 0.4;
}

.section-detail-content .more-stories {
  margin-top: 50px;
}

.section-detail-content .more-stories .card-stories {
  text-align: center;
  border: none;
  border-radius: none;
  width: 100%;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  border: 1px solid #fffcfc;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.section-detail-content .more-stories .card-stories:hover {
  -webkit-box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
          box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.section-detail-content .more-stories .card-stories a {
  font-size: 24px;
  font-family: 'Gotham Bold';
  color: #EC1F26;
  line-height: 1 !important;
}

.section-detail-content .more-stories .card-stories a:hover {
  color: red;
}

.section-detail-content .more-stories .card-stories p {
  font-family: 'Gotham Book';
  font-size: 1rem !important;
  margin-top: 15px;
  color: #6b6b6b;
  font-weight: 500;
}

.section-detail-content .more-stories .card-stories .img-stories {
  width: 100%;
  height: 160px;
}

@media (max-width: 767px) {
  .section-detail-content .story-detail {
    margin-top: -75px;
  }
  .section-detail-content .story-detail h2 {
    font-size: 20px;
  }
}

.alm-load-more-btn.done {
  display: none !important;
}

.section-team-content .card-team {
  height: 348px;
  -webkit-transition: 0.4s ease;
}

.section-team-content .card-team:hover {
  -webkit-transition: all 0.2s ease-out !important;
  transition: all 0.2s ease-out !important;
  -webkit-box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
          box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  border: 1px solid #cccccc;
}

.section-team-content .card-team .parent {
  position: relative;
}

.section-team-content .card-team .parent:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: white;
  background: linear-gradient(176deg, rgba(255, 255, 255, 0) 0%, rgba(66, 66, 66, 0.459821) 0%, rgba(0, 0, 0, 0.353379) 0%, rgba(255, 255, 255, 0) 0%, rgba(33, 33, 33, 0.302959) 100%);
}

.section-team-content .card-team .parent .description {
  text-align: left;
  width: 90%;
  position: absolute;
  bottom: 10px;
  color: white;
  z-index: 1;
}

.section-team-content .card-team .parent .description a {
  font-size: 1.5rem;
  font-family: 'Gotham Bold';
  color: #F7F7F7;
  line-height: 1.1;
}

.section-team-content .card-team .parent .description a:hover {
  color: #EC1F26;
}

.section-team-content .card-team .parent .description h6 {
  font-size: 1.5rem;
  font-family: 'Gotham Bold';
  color: #F7F7F7;
  line-height: 1.1;
  -webkit-transition: 0.2s ease;
}

.section-team-content .card-team .parent .description h6:hover {
  color: #EC1F26;
}

.section-team-content .card-team .parent .description p {
  font-size: 1rem;
  font-weight: 500;
  margin-top: -5px;
  text-align: left;
  line-height: 1.2;
}

.section-team-content .modalTeam {
  z-index: 999999;
}

.section-team-content .modalTeam .img-profile {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.section-team-content .modalTeam .img-profile-o {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}

.section-team-content .modalTeam .description-o {
  text-align: left;
  width: 100%;
  bottom: 20px;
  color: white;
  z-index: 1;
  padding: 0px 30px;
}

.section-team-content .modalTeam .description-o h6 {
  font-size: 1.5rem;
  font-family: 'Gotham Bold';
  color: #323232;
}

.section-team-content .modalTeam .description-o .card-text {
  font-size: 1rem;
  font-weight: 500;
  color: #EC1F26;
  margin-top: -10px;
  line-height: 1.4;
}

.section-team-content .modalTeam .description-o .text-content {
  color: #323232;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.section-team-content .modalTeam .description {
  text-align: left;
  width: 80%;
  bottom: 20px;
  color: white;
  z-index: 1;
}

.section-team-content .modalTeam .description h6 {
  font-size: 1.5rem;
  font-family: 'Gotham Bold';
  color: #323232;
}

.section-team-content .modalTeam .description .card-text {
  font-size: 1rem;
  color: #EC1F26;
  font-weight: 500;
}

.section-team-content .modalTeam .description .text-content {
  color: #323232;
  font-size: 1rem;
  font-weight: 500;
}

.section-team-content .modalTeam .exit-btn {
  width: 20px;
  margin-left: -40px;
}

@media (max-width: 767px) {
  .section-team-content .modalTeam .description {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .section-contact-content .contact-us {
    margin-top: -40px !important;
  }
  .section-contact-content .contact-us .fa {
    font-size: 1rem;
  }
  .section-contact-content .contact-us a {
    letter-spacing: -1px !important;
    margin-left: -4px !important;
  }
}

.section-contact-content {
  min-height: 600px;
  margin: 120px 0px 0px 0px;
  border-top: 1px solid #e7e6e0;
}

.section-contact-content .contact-us {
  padding: 70px 0px;
}

.section-contact-content .contact-us p {
  font-size: 0.9rem;
}

.section-contact-content .contact-us .fa {
  font-size: 17px;
  color: #EC1F26;
}

.section-contact-content .contact-us a {
  color: #323232 !important;
  text-decoration: underline;
}

.section-contact-content .contact-us a:hover {
  color: #EC1F26 !important;
}

.section-contact-content .contact-us ul li {
  list-style: none;
  margin-left: -40px;
  font-size: 0.9rem;
  font-family: 'Gotham Book';
  margin-top: 10px;
}

.section-contact-content .contact-us form .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #dbdbda;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 1rem;
  margin-bottom: 10px;
}

.section-contact-content .contact-us form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-contact-content .contact-us .btn-submit {
  background-color: #EC1F26;
  font-weight: bold;
  color: #F7F7F7;
}

.section-contact-content .contact-us .btn-submit:hover {
  -webkit-box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.16);
  color: white !important;
  background: #ec2d43;
}

.new5 {
  border: 5px solid #f2cd11;
  margin-top: -23px;
  float: left;
  width: 50%;
}

.new6 {
  border: 5px solid #f2cd11;
  margin-top: -23px;
  float: left;
  width: 35%;
}

.section-investment-content h2 {
  text-align: center;
}

.section-investment-content .profiles {
  background-color: #F7F7F7;
  padding: 50px 0px;
}

.section-investment-content .profiles .for-img {
  margin: 0 auto;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.section-investment-content .profiles .for-img .logo-iwef {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  margin: 0 auto !important;
}

.section-investment-content .profiles .for-img .logo-iwef:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.section-investment-content .profiles a {
  color: #EC1F26;
  font-family: 'Gotham Bold';
}

.section-investment-content .profiles a:hover {
  -webkit-transform: scale(2) !important;
          transform: scale(2) !important;
  text-decoration: underline;
  color: #ff000a;
}

.section-investment-content .modalProfiles {
  z-index: 999999;
}

.section-investment-content .modalProfiles h2 {
  text-align: left;
  margin-bottom: 10px;
}

.section-investment-content .modalProfiles .modal-content {
  padding: 40px 20px;
}

.section-investment-content .modalProfiles p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.section-investment-content .modalProfiles button {
  outline: none !important;
}

.section-investment-content .modalProfiles .img-close {
  width: 40px;
  margin-top: -30px;
}

.section-investment-content .portfolio {
  padding: 50px 0px;
}

.section-investment-content .portfolio .owl-carouselTwo .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-investment-content .portfolio .owl-carouselTwo .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.section-investment-content .portfolio .owl-carouselTwo .portfolio-img {
  border-radius: 50%;
}

.section-investment-content .portfolio .owl-carouselTwo .owl-nav button {
  background: 0 0;
  border: none !important;
}

.section-investment-content .portfolio .owl-carouselTwo .owl-nav button:focus {
  outline: none;
}

.section-investment-content .portfolio .owl-carouselTwo .owl-nav .owl-prev {
  width: 15px;
  position: absolute;
  top: 35%;
  margin-left: -20px;
  display: block !important;
}

.section-investment-content .portfolio .owl-carouselTwo .owl-nav .owl-next {
  width: 15px;
  position: absolute;
  top: 35%;
  right: -20px;
  display: block !important;
}

.section-investment-content .portfolio .owl-carouselTwo .owl-nav i {
  -webkit-transform: scale(1, 2);
          transform: scale(1, 2);
  color: #EC1F26;
  font-size: 19px !important;
}

.section-investment-content .portfolio .owl-carouselTwo .owl-nav i:hover {
  color: red;
}

.section-investment-content .portfolio .owl-carouselTwo .content {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.section-investment-content .portfolio .owl-carouselTwo .content .content-overlay {
  background: rgba(26, 26, 26, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.section-investment-content .portfolio .owl-carouselTwo .content:hover .content-overlay {
  opacity: 0.5;
}

.section-investment-content .portfolio .owl-carouselTwo .content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.section-investment-content .portfolio .owl-carouselTwo .content-image {
  width: 100%;
  border-radius: 50%;
}

.section-investment-content .portfolio .owl-carouselTwo .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%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.section-investment-content .portfolio .owl-carouselTwo .content-details p {
  color: #fff;
  font-size: 0.9em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.section-investment-content .portfolio .owl-carouselTwo .fadeIn-bottom {
  top: 80%;
}

.section-investment-content .portfolio .owl-carouselTwo .fadeIn-top {
  top: 20%;
}

.section-investment-content .portfolio .owl-carouselTwo .fadeIn-left {
  left: 20%;
}

.section-investment-content .portfolio .owl-carouselTwo .fadeIn-right {
  left: 80%;
}

@media (max-width: 767px) {
  .owl-nav .owl-prev {
    top: 40% !important;
  }
  .owl-nav .owl-next {
    top: 40% !important;
  }
  .logo-iwef {
    width: 240px !important;
  }
}

footer {
  background-color: #323232;
  padding: 40px 0 40px 0;
}

footer small {
  letter-spacing: -1px !important;
}

footer hr {
  border: 1px solid #EC1F26;
  margin-top: -10px;
  float: left;
}

footer h4 {
  font-size: 20px;
  font-family: 'Gotham Bold';
}

footer .credit {
  font-size: 11px;
}

footer .location p {
  padding-top: 20px;
  float: left;
  margin-left: 0px;
  margin-top: -20px;
  font-size: 0.9rem;
}

footer .telpon {
  font-size: 0.9rem;
}

footer .telpon .mail {
  word-wrap: break-word !important;
  margin-left: 25px;
  float: left;
  margin-top: -22px;
  width: 100%;
}

footer .telpon .mail a {
  color: #F7F7F7 !important;
  text-decoration: underline;
}

footer .telpon .mail a:hover {
  color: #EC1F26 !important;
}

footer .telpon .fa {
  font-size: 16px;
  color: #EC1F26;
}

footer .telpon ul li {
  list-style: none;
  margin-left: -40px;
}

footer .telpon ul li span {
  font-size: 0.9rem;
}

footer .logo-footer {
  width: 80%;
  margin-top: -30px;
  padding-bottom: 20px !important;
}

@media (max-width: 767px) {
  .owl-nav .owl-prev {
    top: 40% !important;
  }
  .owl-nav .owl-next {
    top: 40% !important;
  }
  footer .logo-footer {
    width: 60%;
  }
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #EC1F26;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

@-webkit-keyframes "boing" {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  40% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  60% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  80% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes "boing" {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  40% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  60% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  80% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* -------------------------------------- */
.slider {
  display: block;
  width: 100%;
  height: 650px !important;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #323232 !important;
  overflow: hidden;
  -webkit-transition: transform .4s;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  margin-top: 0px;
  color: #323232;
}

.slider div {
  background-position: center center;
  display: block;
  width: 100%;
  height: 650px !important;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
  -webkit-transition: transform .4s;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  position: absolute;
}

.slider div span {
  display: block;
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0 200px 0;
  top: 40% !important;
}

.slider div span h1 {
  font-size: 86px;
  font-weight: 700;
  font-family: 'Gotham Bold';
}

.slider div span h4 {
  font-size: 1.2rem;
  margin-top: -10px;
}

.slider i {
  color: #5bbd72;
  position: absolute;
  font-size: 60px;
  margin: 20px;
  top: 40%;
  text-shadow: 0 10px 2px #223422;
  -webkit-transition: .3s;
  transition: .3s;
  width: 30px;
  padding: 10px 13px;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  line-height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 3px;
  z-index: 4;
}

.slider i svg {
  margin-top: 3px;
}

.slider i:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}

.slider .left {
  left: -100px;
}

.slider .right {
  right: -100px;
}

.slider:hover .left {
  left: 0;
}

.slider:hover .right {
  right: 0;
}

.slider i.right:hover {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

.slider i.right:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.slider i.left:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.slider ul {
  position: absolute;
  bottom: 18px;
  left: 50%;
  z-index: 4;
  padding: 0;
  margin: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slider ul li {
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  list-style: none;
  float: left;
  margin: 5px 5px 0;
  cursor: pointer;
  border: 1px solid #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.slider ul li:hover {
  background-color: #EC1F26;
}

.slider ul .showli {
  background-color: #EC1F26;
  -webkit-animation: boing .5s forwards;
  animation: boing .5s forwards;
}

.slider .show {
  z-index: 1;
}

.hoverZoomOff:hover div {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hideDots ul {
  display: block !important;
  z-index: 3;
}

.showArrows .left {
  left: 0;
}

.showArrows .right {
  right: 0;
}

#slider2 {
  max-width: 100% !important;
}

.row2Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-new-slider {
  display: block;
}

@media (max-width: 767px) {
  .slider {
    display: block;
    margin-top: 90px !important;
  }
  .slider div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 100%;
    height: 500px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    overflow: hidden;
    -webkit-transition: transform .4s;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
  }
  .slider div span {
    top: 75% !important;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    width: 100%;
  }
  .slider div span h1 {
    font-size: 20px;
  }
  .slider div span h4 {
    margin-top: 10px;
    font-size: 16px;
  }
}

@media (min-width: 770px) and (max-width: 961px) {
  .slider div {
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  .slider div span h1 {
    font-size: 24px !important;
  }
  .slider div span h4 {
    margin-top: 10px;
    font-size: 16px;
  }
}
/*# sourceMappingURL=main.css.map */