.experiences-default_slide {
  background-image: url("/images/bg/bg-exp2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 40px 0px;
}

.experiences-default_slide .block_title a {
  color: #0055A5;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.experiences-default_slide .block_summary {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 140px;
  text-align: center;
}

.experiences-default_slide .outer-nav-tabs {
  text-align: center;
}

.experiences-default_slide .outer-nav-tabs .nav-tabs {
  border-radius: 20px;
  margin-bottom: 30px;
  text-align: center;
  display: inline-block;
  background: #0055A5;
  padding: 2px 2px;
}

.experiences-default_slide .outer-nav-tabs .nav-tabs a {
  display: inline-block;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.experiences-default_slide .outer-nav-tabs .nav-tabs a.active {
  background: #fff;
  color: #0055a5;
}

.experiences-default_slide .tab-content .tab-pane {
  position: relative;
  border-bottom: 1px dashed #0055A5;
  padding-bottom: 50px;
}

.experiences-default_slide .tab-content .tab-pane .exam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.experiences-default_slide .tab-content .tab-pane .exam .col-md-4 .item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.experiences-default_slide .tab-content .tab-pane .exam .col-md-4 .item a img {
  border-radius: 20px;
}

.experiences-default_slide .tab-content .tab-pane .exam .col-md-4 .item:hover {
  border-radius: 20px;
}

.experiences-default_slide .tab-content .tab-pane .exam .col-md-4 .item:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 0.8s all ease-in-out;
  transition: 0.8s all ease-in-out;
}

.experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(1), .experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(3) {
  padding-right: 15px;
}

.experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(1) .item, .experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(3) .item {
  height: 100%;
}

.experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(1) .item a, .experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(3) .item a {
  width: 100%;
  height: 480px;
  max-height: 480px;
  overflow: hidden;
}

.experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(1) .item a img, .experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(3) .item a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 480px;
  -webkit-transition: 0.8s all ease-in-out;
  transition: 0.8s all ease-in-out;
}

.experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(1) .item .position, .experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(3) .item .position {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 0px 0px 20px 20px;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  padding-left: 20px;
}

.experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(1) .item .position svg, .experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(3) .item .position svg {
  margin-right: 10px;
}

.experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(1) .item .position .position-p, .experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(3) .item .position .position-p {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  padding-top: 15px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(1) .item .position .title, .experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(3) .item .position .title {
  margin: 15px 0px;
  font-size: 16px;
  padding: 0px 10px;
}

.experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(2) .item:first-child {
  margin-bottom: 30px;
}

.experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(2) .item a {
  width: 100%;
  height: 225px;
  overflow: hidden;
  display: block;
}

.experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(2) .item a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 225px;
  -webkit-transition: 0.8s all ease-in-out;
  transition: 0.8s all ease-in-out;
}

.experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(2) .item .position {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 0px 0px 20px 20px;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  padding-left: 20px;
}

.experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(2) .item .position svg {
  margin-right: 10px;
}

.experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(2) .item .position .position-p {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  padding-top: 15px;
  font-weight: 700;
  margin: 0;
}

.experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(2) .item .position .title {
  margin: 5px 0px 15px;
  font-size: 16px;
  padding: 0px 10px;
}

.experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(3) {
  padding-right: 10px !important;
  padding-left: 15px;
}

.experiences-default_slide .tab-content .tab-pane .exam .col-md-4 .item:hover .position {
  visibility: visible;
  -webkit-transition: 0.8s all ease-in-out;
  transition: 0.8s all ease-in-out;
}

.experiences-default_slide .tab-content .tab-pane .see-more {
  padding: 10px 20px;
  margin: 10px 0px;
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
}

.experiences-default_slide .tab-content .tab-pane .see-more a {
  border: 1px solid;
  padding: 7px 20px;
  border-radius: 20px;
  color: #0055A5;
  background-color: #fff;
}

.experiences-default_slide #profile-0 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

.experiences-default_slide #profile-0 .item a {
  width: 100%;
  height: 300px;
  max-width: 570px;
  overflow: hidden;
}

.experiences-default_slide #profile-0 .item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.experiences-default_slide #profile-0 .item .title {
  position: absolute;
  bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 21px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
}

.experiences-default_slide #profile-0 .item .title svg {
  margin-right: 11px;
}

@media screen and (max-width: 768px) {
  .experiences-default_slide {
    padding: 15px 0;
    background-size: cover;
  }
  .experiences-default_slide .block_summary {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .experiences-default_slide .nav-tabs a {
    padding: 5px 15px;
  }
  .experiences-default_slide .tab-content .tab-pane .experiences_slide {
    height: auto;
    margin-bottom: 20px;
  }
  .experiences-default_slide .tab-content .tab-pane .experiences_slide .item .name {
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
  .experiences-default_slide .tab-content .tab-pane .thumbnails-wrapper {
    display: none;
  }
  .experiences-default_slide .outer-nav-tabs .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .experiences-default_slide .tab-content .tab-pane .exam {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
  .experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(2) .item:first-child {
    margin-bottom: 15px;
  }
  .experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(1), .experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(3) {
    padding-right: 10px;
  }
  .experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(3) {
    padding-left: 10px;
  }
  .experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(1) .item .position .position-p, .experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(3) .item .position .position-p {
    margin: 0 !important;
    font-size: 16px;
  }
  .experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(1) .item .position .title, .experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(3) .item .position .title {
    margin: 10px 0;
    font-size: 15px;
  }
  .experiences-default_slide .tab-content .tab-pane {
    padding-bottom: 30px;
  }
  .experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(1) .item a img, .experiences-default_slide .tab-content .tab-pane .exam .col-md-4:nth-child(3) .item a img {
    max-height: 225px;
  }
}
/*# sourceMappingURL=default_slide.css.map */