@charset "UTF-8";
tbody, td, tfoot, th, thead, tr {
  border-width: 1px;
}

.article_detail_panel {
  width: 100%;
  float: left;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 20px 0px;
}
.article_detail_panel h1 {
  font-size: 4rem;
  position: relative;
  color: #000000;
  text-align: left;
  margin: 0px 0px 10px;
  font-weight: 600;
  line-height: 1;
  border-bottom: solid 6px #f9c13e;
  padding-bottom: 10px;
}
.article_detail_panel h1 span {
  content: "";
  width: 100%;
  float: left;
  font-size: 22px;
  margin-bottom: 30px;
}
.article_detail_panel h1 span:after {
  content: "";
  width: 100px;
  height: 3px;
  background: #f9c13e;
  left: 44%;
  position: absolute;
  bottom: -30px;
}
.article_detail_panel h2 {
  font-size: 27px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.article_detail_panel h2 strong {
  font-weight: 600;
}
.article_detail_panel h3 {
  font-size: 22px;
  font-weight: 600;
}
.article_detail_panel h3 strong {
  font-weight: 500;
}
.article_detail_panel blockquote {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: left;
  line-height: 24px;
  background-size: cover;
  padding: 0px 0px 0px;
  color: #000;
  line-height: 1.5;
}
.article_detail_panel blockquote .inside {
  width: 100%;
  display: inline-block;
  color: #666;
  padding-bottom: 15px;
}
.article_detail_panel blockquote .inside span {
  font-size: 1rem;
}
.article_detail_panel blockquote .inside a {
  border: solid 2px #f9c13e;
  color: #000;
  padding: 8px 24px;
  transition: all 0.3s ease-in;
}
.article_detail_panel blockquote .inside a:hover {
  background: #f9c13e;
  color: #000;
  transition: all 0.3s ease-in;
}
.article_detail_panel .article_detail_content {
  width: 100%;
}
.article_detail_panel .article_detail_content tr:first-child {
  background: #ffcb08;
  font-weight: 700;
}
.article_detail_panel .article_detail_content td {
  padding: 8px 10px;
}
.article_detail_panel .article_detail_content table {
  width: 100% !important;
  height: auto !important;
}
.article_detail_panel .article_lg_banner {
  width: 100%;
  height: 415px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 10px 0px;
}
.article_detail_panel ol {
  counter-reset: item;
  margin: 0 0 1.5em;
  padding: 0;
}
.article_detail_panel ol > li {
  counter-increment: item;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 2rem;
  text-indent: -1.2rem;
}
.article_detail_panel ol > li::before {
  content: counter(item) ")";
  display: inline-block;
  font-weight: 600;
  padding-right: 0.5rem;
  text-align: right;
  width: 1.5rem;
}
.article_detail_panel ol li li {
  padding-left: 20px;
}
.article_detail_panel .copyright {
  font-size: 12px;
  border-bottom: solid 2px #ccc;
  font-weight: 400;
  padding-bottom: 10px;
  width: 100%;
  float: left;
}
.article_detail_panel .copyright p {
  margin: 10px 0px 0px;
}

.share-icon {
  position: absolute;
  right: 15px;
  bottom: 25px;
  border: none;
  background: rgba(255, 255, 255, 0.75);
  min-width: 250px;
  padding: 3px 0px;
  border-radius: 18px;
}

.article_imagebanner {
  width: 100%;
  text-align: left;
  position: relative;
  display: inline-block;
}
.article_imagebanner span {
  font-size: 16px;
  font-weight: 500;
  padding-right: 8px;
  color: #858e99;
}

.l-legal-articles {
  width: 100%;
  float: left;
}
.l-legal-articles h3 {
  font-weight: 700;
  font-size: 3.5rem;
  text-align: center;
}
.l-legal-articles h4 {
  font-size: 1.125rem;
  text-align: center;
  font-weight: 400;
  padding: 15px 25px 25px;
  font-family: "Open Sans", sans-serif;
}
.l-legal-articles h5 {
  font-size: 1.5rem;
  text-align: center;
  padding: 15px;
}
.l-legal-articles h5 a {
  color: #000;
  transition: all 0.3s ease-in;
}
.l-legal-articles h5 a:hover {
  color: #f9c13e;
  transition: all 0.3s ease-in;
}

.l-legal-articles-blocks {
  width: 100%;
  float: left;
  background: #f5f7fa;
  padding: 50px 0px;
  margin: 0px 0 0;
}
.l-legal-articles-blocks .u-repeater3 {
  grid-template-columns: repeat(3, calc(33.3% - 9px));
  display: grid;
  grid-gap: 25px;
  margin-bottom: 30px;
}
.l-legal-articles-blocks .item {
  width: 100%;
  background: #fff;
  padding: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.14);
}
.l-legal-articles-blocks .item .img-fluid {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-legal-articles-blocks .item h4 {
  padding: 15px 0 0;
}
.l-legal-articles-blocks .item h4 a {
  color: #000;
}
.l-legal-articles-blocks .item p {
  padding: 10px 0px;
}
.l-legal-articles-blocks .item .read-more {
  color: #a50b0a;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 20px;
}
.l-legal-articles-blocks .more-article {
  background: #950a09;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  margin: 30px 0px 0px;
}
.l-legal-articles-blocks span {
  text-align: center;
  color: #b2b2b2;
  font-size: 1.1rem;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding-top: 20px;
}

.article-listing {
  width: 100%;
  float: left;
}

.banner-section {
  width: 100%;
  float: left;
  position: relative;
  min-height: 399px;
  float: left;
  padding: 64px 0 0;
}
.banner-section h6 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 300;
  margin: 15px 0px;
}
.banner-section .form-select {
  background-image: url(../images/down-arrow.png);
  background-size: 16px 16px;
}
.banner-section .bootstrap-select.show-tick .dropdown-menu li a span.text {
  font-size: 14px;
  margin-right: 0px;
}
.banner-section .btn-check:active + .btn-light, .banner-section .btn-check:checked + .btn-light, .banner-section .btn-light.active, .banner-section .btn-light:active, .banner-section .show > .btn-light.dropdown-toggle {
  background: none;
}
.banner-section .get-touch-form .form-control, .banner-section .get-touch-form .form-select {
  padding: 2px 10px;
}
.banner-section p {
  color: #fff;
  font-size: 1rem;
}
.banner-section h1 {
  font-size: 5.5rem;
  font-weight: 700;
  color: #fff;
}
.banner-section .block {
  width: auto;
  padding: 0px 20px 0px 0px;
  min-width: 212px;
}
.banner-section .block .bootstrap-select .dropdown-menu {
  width: 300px !important;
}
.banner-section .block1 {
  width: auto;
  padding: 0px 20px 0px 0px;
}
.banner-section .block2 {
  width: 145px;
}
.banner-section .block2 input:focus {
  background-color: none;
}
.banner-section .block2 input[type=date], .banner-section .block2 input[type=time], .banner-section .block2 [type=month] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.banner-section .textbox-n {
  background: none;
  color: #fff;
  font-size: 1.125rem;
  width: 100%;
  border: none;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right;
}
.banner-section .article-category {
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  float: left;
  position: absolute;
  bottom: 0px;
}
.banner-section .article-category .navToSelect {
  padding: 10px 15px;
  background: none !important;
  border: none;
  box-shadow: none;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.banner-section .article-category ul {
  padding: 0px;
  margin: 10px 0px;
}
.banner-section .article-category li {
  list-style-type: none;
  display: inline-block;
  padding: 5px 20px 5px 0px;
}
.banner-section .article-category li a {
  color: #000;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
}
.banner-section .article-category li a:hover {
  border-bottom: solid 3px #f9c13e;
}
.banner-section .article-category li .active {
  font-weight: 700 !important;
  border-bottom: solid 3px #f9c13e;
}
.banner-section .textbox-n::-moz-placeholder {
  color: #ffffff;
  font-size: 1.125rem;
}
.banner-section .textbox-n::placeholder {
  color: #ffffff;
  font-size: 1.125rem;
}
.banner-section .textbox-n:-moz-placeholder {
  color: #ffffff;
  font-size: 1.125rem;
}
.banner-section .search {
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}
.banner-section .search input {
  height: 47px;
  text-indent: 25px;
  border: 2px solid #d6d4d4;
  padding: 0px 20px;
  border-radius: 0px;
  border: none;
}
.banner-section .search .fa-search {
  position: absolute;
  top: 14px;
  left: 16px;
  font-size: 20px;
  color: #f9c13e;
  font-weight: 300;
}
.banner-section .search button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 47px;
  font-weight: 700;
  font-size: 1rem;
  background: #f9c13e;
  color: #000;
  text-transform: uppercase;
}
.banner-section .text1 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  font-family: "Sora", sans-serif;
}
.banner-section .text2 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Sora", sans-serif;
}
.banner-section .text2 .form-select {
  background-color: transparent;
  border: none;
}
.banner-section .text2 .bootstrap-select > .dropdown-toggle {
  color: #fff !important;
  font-size: 1.125rem;
}
.banner-section .text2 .btn {
  padding: 0px;
}
.banner-section .text2 select {
  color: #fff;
}

.article-listing-data {
  width: 100%;
  float: left;
}
.article-listing-data h2 {
  font-size: 3rem;
  font-weight: 700;
}
.article-listing-data h2 a {
  color: #000;
}
.article-listing-data h2 a:hover {
  color: #f9c13e;
}
.article-listing-data .top-content {
  padding: 0px 7rem;
  border: none;
  height: auto;
  overflow: auto;
  display: inline-block;
  width: 100%;
}
.article-listing-data ul {
  margin: 0px 0 0;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333% - 20px));
  grid-gap: 27px;
}
.article-listing-data li {
  list-style-type: none;
  margin-bottom: 20px;
}
.article-listing-data p {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 86px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  border-top: solid 1px #000;
  margin-top: 15px;
  padding-top: 15px;
}
.article-listing-data h5 {
  font-weight: 700;
  font-size: 1.25rem;
  word-break: break-word;
  margin: 50px 0px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
}
.article-listing-data tbody, .article-listing-data td, .article-listing-data tfoot, .article-listing-data th, .article-listing-data thead, .article-listing-data tr {
  border-width: 1px;
}
.article-listing-data h5 a {
  color: #000;
  transition: all 0.3s ease-in;
}
.article-listing-data h5 a:hover {
  color: #f9c13e;
  transition: all 0.3s ease-in;
}
.article-listing-data .img-banner {
  width: 100%;
  height: 243px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 13px;
  box-shadow: 0px 0px 8px 0px rgb(128, 128, 128);
}
.article-listing-data h6 {
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  margin: 10px 0px 20px;
}
.article-listing-data h6 a {
  color: #000;
}
.article-listing-data h6 a:hover {
  color: #f9c13e;
}
.article-listing-data .read-more {
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  font-size: 0.875rem;
  letter-spacing: 1px;
  font-weight: 700;
  color: #000;
  border-bottom: solid 8px #f9c13e;
  padding-bottom: 5px;
}
.article-listing-data .read-more i {
  font-size: 20px;
}
.article-listing-data .read-more:hover {
  color: #f9c13e;
  border-bottom: solid 8px #000;
  transition: all 0.3s ease-in;
}

.services-listing {
  width: 100%;
  float: left;
  margin: 40px 0px;
}
.services-listing .repeater-wrapper {
  grid-template-columns: repeat(2, calc(50% - 21px));
  display: grid;
  grid-gap: 42px;
}
.services-listing .services-box {
  padding: 30px 30px 14px;
  box-shadow: 0px 0px 8px 0px rgb(128, 128, 128);
  border-radius: 0px 0px 20px 20px;
}
.services-listing .services-box .banner-image {
  height: 260px;
  overflow: hidden;
  border-radius: 0px 0px 20px 20px;
}
.services-listing .services-box img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px 0px 20px 20px;
  overflow: hidden;
  transition: all 0.3s ease-in;
}
.services-listing .services-box img:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in;
}
.services-listing h3 {
  margin: 20px 0px;
}
.services-listing h3 a {
  font-weight: 700;
  color: #000;
  transition: all 0.3s ease-in;
}
.services-listing h3 a:hover {
  color: #f9c13e;
  transition: all 0.3s ease-in;
}
.services-listing ul {
  padding: 0px;
  margin: 0px;
}
.services-listing li {
  list-style-type: none;
  padding: 5px 0px;
  display: table;
}
.services-listing li:before {
  content: "➥";
  color: #f9c13e;
  display: table-cell;
  padding-right: 8px;
}
.services-listing li a {
  font-size: 1.125rem;
  color: #000;
}
.services-listing li a:hover {
  color: #f9c13e;
}
.services-listing .more {
  color: #000;
  font-weight: 700;
  border-bottom: double 5px #f9c13e !important;
  margin: 30px 0px 0px 0px;
  display: inline-block;
  transition: all 0.3s ease-in;
}
.services-listing .more:hover {
  color: #f9c13e;
  transition: all 0.3s ease-in;
}

.services-detail {
  width: 100%;
  float: left;
  font-size: 1.25rem;
}
.services-detail h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  border-bottom: solid 6px #f9c13e;
  padding-bottom: 10px;
}
.services-detail h6 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
}
.services-detail p {
  margin-bottom: 25px;
}
.services-detail .more {
  color: #000;
  border-bottom: double 5px #f9c13e !important;
  font-weight: 700;
  transition: all 0.3s ease-in;
}
.services-detail .more:hover {
  color: #f9c13e;
  transition: all 0.3s ease-in;
}
.services-detail .services-banner {
  width: 100%;
  float: left;
  margin: 30px 0px;
  position: relative;
}
.services-detail .services-banner img {
  width: 100%;
  height: 415px;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-detail .services-banner .share-icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  border: none;
  background: rgba(255, 255, 255, 0.75);
}

.cmp-content {
  width: 100%;
  float: left;
  font-size: 1.125rem;
}
.cmp-content .share-icon {
  background: #f5f7fa;
  padding: 10px 25px;
  border-radius: 50px;
  position: relative;
  float: right;
  margin-top: 30px;
}
.cmp-content h2 {
  font-size: 3rem;
  font-weight: 700;
}
.cmp-content ul {
  padding: 0px;
  margin: 0px 0px 30px;
}
.cmp-content li {
  background: url(../images/arrow-point.png) no-repeat left 8px;
  font-size: 1.125rem;
  list-style-type: none;
  background-size: 24px 24px;
  padding: 5px 0px 5px 30px;
}

.country-project {
  width: 100%;
  float: left;
  text-align: center;
}
.country-project h3 {
  font-size: 3.5rem;
  font-weight: 700;
}
.country-project p {
  font-size: 1.25rem;
}
.country-project h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.country-project .slick-slide {
  margin: 0px 25px;
  padding: 30px;
  text-align: center;
  border-right: solid 1px #999999;
}
.country-project .slick-slide p {
  font-size: 1.125rem;
}
.country-project .slick-slide img {
  width: 100%;
}
.country-project .shape1 {
  border-radius: 5px;
  width: 87px;
  height: 87px;
  padding: 16px;
  background: #f9c13e;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
.country-project .slick-dots li button:before {
  font-size: 16px;
}
.country-project .slick-dots li.slick-active button:before {
  color: #f9c13e;
}
.country-project .slick-next:before, .country-project .slick-prev:before {
  color: #666;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .cmp-content h2 {
    font-size: 2rem;
  }
  .banner-section {
    padding: 15px 0 25px;
    min-height: auto;
  }
  .banner-section p {
    display: none;
  }
  .banner-section h1 {
    font-size: 2.8rem;
    line-height: 1;
    margin: 10px 0px 20px;
  }
  .banner-section .pt-5 {
    padding-top: 0px !important;
  }
  .banner-section .search button {
    padding: 10px 15px;
  }
  .banner-section .get-touch-form {
    margin-bottom: 25px;
    margin-top: 15px;
  }
  .banner-section .article-category {
    background: none;
    position: inherit;
    margin-top: 10px;
  }
  .banner-section .article-category li {
    padding: 2px 20px 2px 15px;
    list-style-type: disc;
    color: #fff;
    display: block;
    position: relative;
  }
  .banner-section .article-category li a:after {
    content: "";
    width: 10px;
    height: 10px;
    top: 11px;
    left: 0px;
    border-radius: 50%;
    border: solid 1px #fff;
    position: absolute;
  }
  .banner-section .article-category li a {
    font-size: 1.15rem !important;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
  }
  .banner-section .article-category li a:hover {
    border-bottom: none;
  }
  .banner-section .article-category li a:hover:after {
    background: #fec52d;
    border: solid 1px #fec52d;
  }
  .banner-section .article-category ul {
    margin: 1px 0px;
    display: block;
    background: none;
  }
  .banner-section .article-category li .active {
    border-bottom: none;
  }
  .banner-section .article-category li .active:after {
    background: #fec52d;
    border: solid 1px #fec52d;
  }
  .article_detail_content table {
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  .article-listing-data .top-content {
    padding: 0px;
  }
  .article-listing-data ul {
    grid-template-columns: repeat(2, calc(50% - 20px));
  }
  .article-listing-data .img-banner {
    height: 175px;
  }
  .article_detail_panel .article_lg_banner {
    height: 250px;
    width: 100%;
    margin: 0px 0px 20px;
  }
  .article_detail_panel h1 {
    font-size: 2.5rem;
  }
  .article-right {
    width: 100%;
    padding-left: 0px;
    margin-top: 30px;
  }
  .article_detail_panel .article_detail_content {
    width: 100%;
  }
  .l-legal-articles-blocks .u-repeater3 {
    grid-template-columns: repeat(2, calc(50% - 15px));
  }
  .l-legal-articles h4, .get-touch-form h4 {
    padding: 15px 0px 15px;
  }
  .get-touch-form br, .l-legal-articles br {
    display: none;
  }
  .services-listing .repeater-wrapper {
    grid-template-columns: repeat(1, calc(100% - 0px));
  }
  .services-detail h1 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  .services-detail .services-banner img {
    height: 225px;
  }
  .recognition h3, .related-team-member h3 {
    font-size: 2.5rem;
  }
  .recognition br, .related-team-member br {
    display: none;
  }
  .article_detail_panel blockquote .inside {
    padding-top: 10px;
  }
  .article_detail_panel blockquote .share-icon {
    margin: 10px 0px 20px;
  }
  .article_detail_panel blockquote .contact {
    width: 100%;
    float: left;
  }
  .country-project h3 {
    font-size: 3rem;
  }
  .country-project .slick-slide {
    border: none;
    padding: 15px 0px;
  }
}
@media screen and (max-width: 480px) {
  .article-listing-data h5 {
    height: auto !important;
    overflow: auto;
    display: inline-block;
    margin-top: 25px;
  }
  .article-listing-data ul {
    grid-template-columns: repeat(1, calc(100% - 0px));
  }
  .l-legal-articles-blocks .u-repeater3 {
    grid-template-columns: repeat(1, calc(100% - 0px));
  }
  .article-listing-data h2 {
    font-size: 2rem;
  }
  .banner-section h6 {
    font-size: 1rem;
  }
  .article-category li {
    width: 100%;
  }
}/*# sourceMappingURL=article.css.map */