.latestarticle-sec {
  margin-bottom: 40px;
}

.latestarticle-sec h3 {
  margin-bottom: 18px;
}

.latestarticle-sec .editor-details {
  font-family: "Roboto", sans-serif;
  line-height: 18px;
}

.latestarticle-sec .author {
  font-size: 12px;
  color: #454545;
  display: inline-block;
}

.latestarticle-sec .author a {
  margin-left: 3px;
}

.latestarticle-sec .date {
  font-size: 12px;
  color: #999999;
  display: inline-block;
  position: relative;
}

.latestarticle-sec .date:before {
  content: "|";
  margin: 0 5px 0 0;
  color: #240261;
}

.latestarticle-sec .article-box {
  display: flex;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #380056;
}

.latestarticle-sec .article-box > a {
  flex: 0 0 85px;
  height: 105px;
  margin-right: 10px;
}

.latestarticle-sec .article-box img {
  width: 100%;
  height: 100%;
}

.latestarticle-sec .article-box .article-tag {
  font-size: 14px;
  font-weight: bold;
  color: #FF9D00;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.latestarticle-sec .article-box .article-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.latestarticle-sec .article-box .article-title a {
  color: #101f30;
}

.latestarticle-sec .article-box .article-title a:hover {
  color: #7A088C;
  text-decoration: none;
}

.latestarticle-sec .article-box .article-text {
  display: none;
}

.latestarticle-sec .article-box .article-text > *:last-child {
  margin-bottom: 0;
}

.latestarticle-sec .article-box .date:before {
  display: none;
}

.latestarticle-sec .article-button {
  text-align: center;
}

.team-sec a:hover {
  text-decoration: none;
}

.team-sec a:hover .employee-details strong {
  color: #7A088C;
}

.team-sec h4 {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
  color: #999999;
}

.team-sec .row {
  margin-bottom: 15px;
}

.team-sec .row [class*=col-md] {
  margin-bottom: 20px;
}

.team-sec .employee-box {
  padding: 10px;
  border-radius: 5px;
  box-shadow: 3px 3px 10px 0 rgba(16, 31, 48, 0.1);
  background-color: #ffffff;
  font-size: 14px;
  color: #101f30;
  line-height: 1.3;
  display: flex;
  align-items: center;
}

.team-sec .employee-box img {
  border-radius: 5px;
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.team-sec .employee-box strong {
  display: block;
  text-transform: uppercase;
}

.team-sec .employee-box span {
  display: inline-block;
}

.news .main-title {
  margin-bottom: 30px;
}

.news .author {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #454545;
  margin-right: 5px;
  line-height: 20px;
  display: inline-block;
}

.news .author a {
  margin-left: 3px;
}

.news .date {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #cccccc;
  display: inline-block;
  position: relative;
  line-height: 20px;
}

.news .date:before {
  content: "|";
  font-size: 16px;
  margin: 0 8px 0 0;
}

.news .updates-box-first {
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #ffffff;
  margin-bottom: 20px;
  overflow: hidden;
}

.news .updates-box-first > a {
  display: inline-flex;
  flex: 0 0 auto;
}

.news .updates-box-first img {
  height: 180px;
}

.news .updates-box-first .updates-cont {
  padding: 15px 20px;
}

.news .updates-box-first .upd-tag {
  font-size: 12px;
  font-weight: bold;
  color: #FF9D00;
  letter-spacing: 0.6px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.news .updates-box-first .upd-title {
  font-size: 16px;
  font-weight: bold;
  color: #101f30;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  display: inline-block;
}

.news .updates-box-first .upd-title:hover {
  color: #7A088C;
  text-decoration: none;
}

.news .updates-box-first .upd-text {
  display: none;
}

.news .updates-box {
  display: flex;
  padding: 15px 0px;
}

.news .updates-box > a {
  display: inline-flex;
  flex: 0 0 auto;
}

.news .updates-box img {
  width: 85px;
  height: 105px;
  margin-right: 15px;
}

.news .updates-box .upd-title {
  font-size: 14px;
  font-weight: 500;
  color: #101f30;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news .updates-box .upd-title:hover {
  color: #7A088C;
  text-decoration: none;
}

.news .updates-box .upd-details {
  display: none;
}

.news .explore-sec {
  background: #E8F5F3;
  padding: 45px 0 25px 0;
  margin: 0 auto 40px auto;
  max-width: 1920px;
}

.news .explore-sec h2 {
  margin-bottom: 20px;
}

.news .explore-sec .explore-link {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 30px 12px 15px;
  border-radius: 5px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  color: #101f30;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
}

.news .explore-sec .explore-link:after {
  content: "";
  background: url("../../images/icons-ui-caret-right.svg") no-repeat center right;
  width: 12px;
  height: 15px;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
}

.news .explore-sec .explore-link:hover {
  color: #7A088C;
  text-decoration: none;
}

.news .explore-sec img {
  width: 30px;
  margin-right: 10px;
}

.news .editors-sec {
  margin-bottom: 60px;
}

.news .editors-sec h2 {
  margin-bottom: 25px;
}

.news .editors-sec [class*=col-12] {
  margin-bottom: 20px;
}

.news .editors-sec .btn {
  margin-top: 15px;
}

.news .editor-box {
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #ffffff;
  height: 100%;
  overflow: hidden;
}

.news .editor-box .editor-cont {
  padding: 10px 15px;
}

.news .editor-box img {
  height: 155px;
}

.news .editor-box .editor-title {
  font-size: 14px;
  font-weight: 500;
  color: #101f30;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news .editor-box .editor-title:hover {
  color: #7A088C;
  text-decoration: none;
}

.news .latestarticle-sec {
  margin-bottom: 60px;
}

.news .latestarticle-sec h2 {
  margin-bottom: 25px;
}

.news .team-sec h2 {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .latestarticle-sec {
    margin-bottom: 60px;
  }

  .latestarticle-sec h3 {
    margin-bottom: 22px;
  }

  .latestarticle-sec .author {
    font-size: 14px;
  }

  .latestarticle-sec .date {
    font-size: 14px;
  }

  .latestarticle-sec .article-box {
    padding-bottom: 0;
    margin-bottom: 30px;
    border: 0;
  }

  .latestarticle-sec .article-box > a {
    flex: 0 0 330px;
    height: 205px;
    margin-right: 25px;
    border-radius: 5px;
    overflow: hidden;
  }

  .latestarticle-sec .article-box .article-tag {
    font-size: 17px;
    letter-spacing: 0.85px;
    margin-bottom: 8px;
  }

  .latestarticle-sec .article-box .article-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .latestarticle-sec .article-box .article-text {
    font-family: "Roboto", sans-serif;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .latestarticle-sec .article-box .date:before {
    display: inline-block;
  }

  .latestarticle-sec .btn {
    max-width: 250px;
  }

  .team-sec h4 {
    text-align: left;
    font-size: 17px;
  }

  .team-sec .employee-box img {
    width: 83px;
    height: 83px;
  }

  .team-sec .employee-box strong {
    margin-bottom: 5px;
  }

  .news .main-title {
    margin-bottom: 40px;
  }

  .news .author {
    font-size: 14px;
  }

  .news .date {
    font-size: 14px;
  }

  .news .updates-box-first {
    display: flex;
    margin-bottom: 30px;
  }

  .news .updates-box-first img {
    width: 345px;
    height: 310px;
  }

  .news .updates-box-first .updates-cont {
    padding: 25px;
  }

  .news .updates-box-first .upd-tag {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .news .updates-box-first .upd-title {
    font-size: 23px;
    margin-bottom: 18px;
  }

  .news .updates-box-first .upd-text {
    font-size: 17px;
    display: block;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .news .updates-box-wrap {
    display: flex;
    margin-bottom: 60px;
    column-gap: 16px;
  }

  .news .updates-box {
    padding: 0;
    border-radius: 5px;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    overflow: hidden;
    border-bottom: none;
    flex: 0 1 33.33%;
    flex-direction: column;
  }

  .news .updates-box img {
    width: 100%;
    height: 155px;
    margin-right: 0;
  }

  .news .updates-box .updates-cont {
    padding: 15px;
  }

  .news .updates-box .upd-title {
    margin-bottom: 10px;
  }

  .news .updates-box .upd-details {
    display: block;
  }

  .news .explore-sec {
    margin-bottom: 60px;
  }

  .news .editors-sec {
    margin-bottom: 40px;
  }

  .news .editors-sec h2 {
    margin-bottom: 30px;
  }

  .news .editor-box {
    display: flex;
    flex-direction: column;
  }

  .news .editor-box .editor-cont {
    flex-shrink: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .news .editor-box img {
    flex-shrink: 0;
  }

  .news .latestarticle-sec h2 {
    margin-bottom: 30px;
  }

  .news .team-sec h2 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .news .team-sec h2 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .latestarticle-sec {
    margin-bottom: 70px;
  }

  .latestarticle-sec h3 {
    margin-bottom: 35px;
  }

  .latestarticle-sec .article-box {
    margin-bottom: 55px;
  }

  .latestarticle-sec .article-box > a {
    flex: 0 0 412px;
    height: 245px;
    margin-right: 70px;
  }

  .latestarticle-sec .article-box .article-cont {
    display: flex;
    flex-direction: column;
  }

  .latestarticle-sec .article-box .article-tag {
    font-size: 20px;
    letter-spacing: 1.2px;
    margin-bottom: 5px;
  }

  .latestarticle-sec .article-box .article-title {
    font-size: 20px;
  }

  .latestarticle-sec .article-box .article-text {
    -webkit-line-clamp: 5;
  }

  .team-sec h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .team-sec .row {
    margin-bottom: 20px;
  }

  .team-sec .row [class*=col-md] {
    margin-bottom: 25px;
  }

  .team-sec .employee-box {
    font-size: 17px;
    padding: 15px;
  }

  .team-sec .employee-box img {
    width: 90px;
    height: 90px;
    margin-right: 15px;
  }

  .team-sec .employee-box strong {
    font-size: 20px;
  }

  .news .updates-box-first img {
    width: 555px;
    height: 330px;
  }

  .news .updates-box-first .updates-cont {
    padding: 40px 35px;
  }

  .news .updates-box-first .upd-tag {
    font-size: 17px;
    letter-spacing: 0.85px;
  }

  .news .updates-box-first .upd-title {
    font-size: 30px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .news .updates-box-first .upd-text {
    -webkit-line-clamp: 3;
  }

  .news .updates-box-wrap {
    column-gap: 24px;
    margin-bottom: 80px;
  }

  .news .updates-box img {
    height: 200px;
  }

  .news .updates-box .updates-cont {
    padding: 15px 20px;
  }

  .news .updates-box .upd-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .news .explore-sec {
    margin-bottom: 80px;
    padding-bottom: 30px;
  }

  .news .explore-sec h2 {
    margin-bottom: 40px;
  }

  .news .editors-sec {
    margin-bottom: 50px;
  }

  .news .editors-sec h2 {
    margin-bottom: 40px;
  }

  .news .editors-sec [class*=col-12] {
    margin-bottom: 30px;
  }

  .news .editor-box .editor-cont {
    padding: 15px 20px;
  }

  .news .editor-box img {
    height: 200px;
  }

  .news .editor-box .editor-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .news .latestarticle-sec {
    margin-bottom: 80px;
  }

  .news .latestarticle-sec h2 {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .latestarticle-sec .article-box .no-image {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    height: 105px;
  }

  .latestarticle-sec .article-box .no-image img {
    height: 65%;
  }

  .latestarticle-sec .btn {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    min-width: 150px;
  }

  .news .updates-box-wrap {
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin-bottom: 40px;
  }

  .news .updates-box:not(:last-child) {
    border-bottom: 1px solid #380056;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .news .updates-box .author,
  .news .updates-box .date {
    font-size: 12px;
  }

  .news .editors-sec .author {
    font-size: 12px;
    margin-right: 0;
  }

  .news .editors-sec .date {
    font-size: 12px;
  }

  .news .editors-sec .date:before {
    margin-right: 5px;
  }
}