table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  grid-gap: 20px;
}

table tr td {
  width: 25%;
  margin-bottom: 20px;
}

table tr td:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

table tr td img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

table tr td .text {
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 14px;
  line-height: 132%;
  text-align: center;
  color: #304498;
}

.content_re img {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
}

.kcn2-block-1,
.kcn1-block-1,
.kcn3-block-1,
.kcn3-block-2 {
  margin-top: 40px;
}

.kcn2-block-1 h2,
.kcn1-block-1 h2,
.kcn3-block-1 h2,
.kcn3-block-2 h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 132%;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 30px;
}

.kcn2-block-1 img,
.kcn1-block-1 img,
.kcn3-block-1 img,
.kcn3-block-2 img {
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
}

.kcn1-block-2 img,
.kcn2-block-2 img {
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
}

.kcn1-block-3 h2,
.kcn2-block-3 h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 132%;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 30px;
}

/* Tab Links */
.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0px;
  margin-bottom: 0px;
  border-bottom: none !important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.nav-tabs .active {
  border-bottom: 4px solid #304498;
}

.nav-tabs .active a {
  border: none !important;
  text-decoration: none;
  color: #304498;
}

.nav-tabs li {
  padding: 7px 30px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.38);
}

.nav-tabs li a {
  background: unset;
  border: none;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.38);
}

@media all and (max-width: 768px) {
  .nav-tabs li a {
    font-size: 16px;
  }
}

.nav-tabs li:hover a {
  text-decoration: none;
}

.tab-content {
  padding-top: 30px;
}

.tab-content img, .tab-content iframe {
  width: 100% !important;
}

@media all and (max-width: 1025px) {
  table {
    width: 100% !important;
  }
  .gallery-kcn .content .effect-oscar {
    width: 100% !important;
    height: auto !important;
  }
  .gallery-kcn .row-1 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media all and (max-width: 767px) {
  .col {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
  }
  .tab-content img, .tab-content iframe {
    height: auto !important;
  }
  .nav-tabs li {
    padding: 7px 10px;
  }
  .kcn1-block-3 table tr, .kcn2-block-3 table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kcn1-block-3 table tr td, .kcn2-block-3 table tr td {
    width: 100%;
  }
  table tr {
    -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;
  }
}
/*# sourceMappingURL=research.css.map */