@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap");
body {
  margin: 0px;
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
}

html, body {
  overflow-x: hidden;
}

header .btn {
  border-radius: 0px 0.25rem 0.25rem 0px;
  padding: 0.65rem 0.75rem;
}
header .btn i {
  color: #6c757d !important;
}

a {
  text-decoration: none;
}

.top-header {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/map-dark-bg.jpg);
  background-position: 50% 50%;
  padding: 10px 0px;
}

.top-header h5 {
  color: #fff;
  font-weight: 400;
  font-size: 1.25rem;
  font-family: "Open Sans", sans-serif;
}

.top-header ul {
  padding: 0px;
  margin: 0px;
}

.middle-area {
  width: 100%;
  float: left;
}

.breadcrumb {
  background: none;
  width: 100%;
  float: left;
  padding: 0px;
  margin: 30px 0px;
  position: relative;
}
.breadcrumb ul {
  padding: 0px;
  margin: 0px;
}
.breadcrumb li {
  float: left;
  color: #000;
  font-weight: 400;
  font-family: "Sora", sans-serif;
  list-style-type: none;
  padding: 5px 0px;
  font-size: 16px;
}
.breadcrumb a {
  color: #deb003;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb li:after {
  content: "/";
  padding: 0px 5px;
}
.breadcrumb li:last-child:after {
  content: " ";
}

.social-icon li {
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  font-size: 22px;
  border-radius: 50%;
  margin-left: 10px;
}

.social-icon li a {
  font-size: 22px !important;
  line-height: 35px;
}

.in {
  background: rgb(0, 122, 185);
}

.fb {
  background: rgb(59, 89, 152);
}

.tw {
  background: rgb(85, 172, 238);
}

.social-icon li a {
  color: #fff;
}

.u-image, .u-background-effect-image, .u-video-poster {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.menu-area {
  width: 100%;
  float: left;
  background: #f5f7fa;
  padding: 5px 0px;
  margin-top: 10px;
}

.expertise-submenu {
  width: 100%;
  float: left;
  padding: 30px 15px;
}

.expertise-submenu li {
  list-style-type: none;
  width: 32%;
  min-height: 65px;
  vertical-align: top;
  display: inline-block;
  padding: 0px 0px 0px 35px;
  position: relative;
}

.expertise-submenu li:before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  left: 18px;
  border: solid 2px #818285;
  top: 3px;
  position: absolute;
}

.expertise-submenu li a {
  font-size: 16px;
  color: #000;
  transition: all 0.3s ease-in;
}

.expertise-submenu li a:hover {
  color: #deb003;
}

.expertise-submenu li:hover:before {
  background: #deb003;
  border: solid 2px #deb003;
}

.io-link li {
  width: 32%;
  min-height: 30px;
}
.io-link .vertical-tabs {
  min-height: 360px;
}

.sub-city {
  width: 100%;
  float: left;
  padding: 15px 1rem 30px 1rem;
}

.sub-city h4 {
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #000 !important;
}

.sub-city .expertise-submenu {
  padding: 0px 0px;
}

.sub-city .expertise-submenu li {
  min-height: auto;
  width: auto;
  padding-bottom: 8px;
}

.sub-city h4 {
  padding: 0px;
  margin: 0px;
}

.sub-city .expertise-submenu2 li {
  width: 19%;
}

.global_countries_list {
  width: 100%;
  float: left;
  text-align: center;
  padding-left: 15px;
}

.global_countries_list h3 {
  text-align: left;
  font-family: "Sora", sans-serif;
  color: #000;
  font-size: 18px !important;
  padding: 10px 5px;
}

.global_countries_list li {
  list-style-type: none;
  list-style: none;
  text-align: center;
  display: inline-block;
  width: 19%;
  padding: 15px 15px 0px;
  margin: 0px 0 10px;
}

.global_countries_list li img {
  margin-right: 8px;
  padding-bottom: 0px !important;
  float: left;
  border: solid 1px #ccc;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.global_countries_list li:hover h3 {
  color: #deb003;
}

#footer {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/map-dark-bg.jpg");
  background-position: 50% 82.5%;
  float: left;
  width: 100%;
  padding: 30px 0px;
}
#footer ul {
  padding: 0px 0px 20px 0px;
}
#footer h3 {
  color: #f9c13e;
  font-weight: 700;
  font-size: 1.5rem;
}
#footer h3 a {
  color: #f9c13e;
}
#footer li {
  list-style-type: none;
}
#footer li a {
  font-size: 1rem;
  color: #fff;
  margin: 3px 0;
  display: inline-block;
  transition: all 0.3s ease-in;
}
#footer li a:hover {
  color: #f9c13e;
  transition: all 0.3s ease-in;
}
#footer li p {
  color: #fff;
  padding-left: 45px;
  line-height: 24px;
}
#footer li img {
  float: left;
}
#footer .bottom {
  width: 100%;
  float: left;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  padding: 10px 0px;
}
#footer .copyright {
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
}
#footer .copyright a {
  color: #fff;
}
#footer .copyright a:hover {
  color: #f9c13e;
}

.share {
  float: right;
  text-align: right;
  min-width: 165px;
}

.mash-brand li span {
  display: none;
}

.get-touch-form {
  width: 100%;
  float: left;
  margin-top: 30px;
  margin-bottom: 75px;
}
.get-touch-form h3 {
  font-weight: 700;
  font-size: 3.5rem;
  text-align: center;
}
.get-touch-form h4 {
  font-size: 1.125rem;
  text-align: center;
  font-weight: 400;
  padding: 15px 25px 45px;
  font-family: "Open Sans", sans-serif;
}
.get-touch-form .form-group {
  width: 100%;
  float: left;
  padding: 0px 15px;
  margin-bottom: 20px;
}
.get-touch-form .form-group label {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 10px;
  width: 100%;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}
.get-touch-form .form-control, .get-touch-form .form-select {
  border: solid 1px #ccd3db;
  border-radius: 0px;
  padding: 5px 10px;
}
.get-touch-form .dropdown-item {
  white-space: inherit;
}
.get-touch-form .dropdown-toggle:after {
  display: none;
}
.get-touch-form .form-select2 {
  padding: 0px !important;
  padding: 2px 0px !important;
}
.get-touch-form .btn-light {
  background: none;
  border: none;
}

.btn-primary {
  background: #f9c13e;
  transition: all 0.3s ease-in;
  color: #000000;
  text-align: center;
  display: inline-block;
  border: none;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 10px 32px;
  border-radius: 0px;
}

.btn-primary:hover {
  transition: all 0.3s ease-in;
  background: #818285;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

.published-articles {
  width: 100%;
  float: left;
}
.published-articles h2 {
  font-size: 2.8rem;
  font-weight: 700;
}
.published-articles p {
  font-size: 1.25rem;
  margin-bottom: 30px;
}
.published-articles .content-block {
  padding: 30px;
  display: inline-block;
  color: #fff;
}
.published-articles .content-block h5 {
  margin: 144px 0px 20px;
  font-size: 1.875rem;
}
.published-articles .content-block p {
  font-size: 1rem;
}
.published-articles .content-block .btn-primary {
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
}
.published-articles .slick-slide {
  margin: 0 20px;
}
.published-articles .slick-list {
  margin: 0 -20px;
}
.published-articles .slick-dots li button:before {
  font-size: 12px;
}
.published-articles .slick-dots li.slick-active button:before {
  color: #f9c13e;
}

.area-of-expertise {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.area-of-expertise h2 {
  font-size: 2.8rem;
  font-weight: 700;
}
.area-of-expertise p {
  font-size: 1.25rem;
  margin-bottom: 30px;
}
.area-of-expertise .grid-box-repeater {
  grid-template-columns: repeat(3, calc(33.3333% - 24.6667px));
  display: grid;
  grid-gap: 37px;
}
.area-of-expertise .grid-box {
  width: 100%;
  float: left;
  box-shadow: 0px 0px 8px 0px rgb(128, 128, 128);
  background: #fff;
  padding: 30px 15px;
  margin-bottom: 0px;
}
.area-of-expertise .grid-box h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
}
.area-of-expertise .grid-box h4 a {
  color: #000;
}
.area-of-expertise .grid-box ul {
  padding: 0px;
  margin: 0px;
}
.area-of-expertise .grid-box li {
  list-style-type: none;
  list-style: none;
}
.area-of-expertise .grid-box li a {
  font-size: 1.25rem;
  line-height: 2;
  color: #000;
  display: table;
  transition: all 0.3s ease-in;
}
.area-of-expertise .grid-box li a:hover {
  color: #f9c13e;
  transition: all 0.3s ease-in;
}
.area-of-expertise .grid-box li :before {
  content: "—";
  display: table-cell;
  padding-right: 8px;
}
.area-of-expertise .more {
  color: #000;
  border-bottom: double 5px #f9c13e !important;
  margin: 30px 0px 0px 0px;
  display: inline-block;
  transition: all 0.3s ease-in;
}
.area-of-expertise .more:hover {
  color: #f9c13e;
  transition: all 0.3s ease-in;
}

.share-btn {
  float: left;
  min-width: 200px;
  opacity: 1 !important;
}

#myDIV {
  margin-top: 5px;
  float: right;
}

.article-pagination {
  width: 100%;
  float: left;
  margin-top: 50px;
  margin-bottom: 30px;
}
.article-pagination .pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.article-pagination .page-link {
  border: none;
  color: #000;
  font-size: 1.25rem;
  padding: 6px;
}
.article-pagination .active {
  font-weight: 700;
  border-bottom: solid 3px #f9c13e;
}
.article-pagination .page-item {
  align-items: center;
  display: inline-block;
}
.article-pagination .page-link:hover {
  color: #f9c13e;
  background: none;
}
.article-pagination .page-item:not(:first-child) .page-link {
  margin-left: 0px;
}
.article-pagination .page-item:first-child .page-link {
  border-radius: 0px;
  color: #000 !important;
  background: #f8b720;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 20px;
  font-size: 1rem;
}
.article-pagination .page-item:last-child .page-link {
  border-radius: 0px;
  color: #000 !important;
  border-radius: 0px;
  background: #f8b720;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 20px;
  font-size: 1rem;
  float: right;
}

.contactus-banner {
  min-height: 400px;
}
.contactus-banner p {
  color: #fff;
  text-align: center;
}
.contactus-banner ul {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333% - 14px));
  grid-gap: 21px;
}

.contact-us {
  width: 100%;
  float: left;
}
.contact-us h1 {
  font-size: 5.5rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 3rem 0px 0px;
}
.contact-us .c-info {
  width: 100%;
  float: left;
}
.contact-us .c-info a {
  color: #000;
}
.contact-us .c-info a:hover {
  color: #f9c13e;
}
.contact-us .main-office-address {
  width: 100%;
  float: left;
  margin-top: 50px;
  font-size: 1.25rem;
}
.contact-us .main-office-address .btn-primary {
  border-radius: 10px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-size: 0.875rem;
  padding: 20px 47px 20px 46px;
  margin-top: 10px;
}
.contact-us .main-office-address .banner-img {
  border-radius: 20px;
  width: 100%;
}
.contact-us .main-office-address h6 {
  font-size: 1.25rem;
  letter-spacing: 4px;
  font-weight: 700;
}
.contact-us .main-office-address h2 {
  font-size: 3rem;
  font-weight: 700;
}
.contact-us .main-office-address p {
  font-size: 1.125rem;
}
.contact-us .contact-info {
  width: 100%;
  float: left;
  background: #f7f6fb;
  min-height: 200px;
}
.contact-us .contact-info h6 {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  padding: 50px 0px 0px;
}
.contact-us .contact-info ul {
  grid-template-columns: repeat(3, calc(33.3333% - 14px));
  grid-gap: 21px;
  margin: -175px 10% 0px 10%;
  display: grid;
  padding: 0px 0px 0px 0px;
}
.contact-us .contact-info h5 {
  font-weight: 700;
  font-size: 1.25rem;
}
.contact-us .contact-info img {
  margin-bottom: 15px;
}
.contact-us .contact-info li {
  list-style-type: none;
  list-style: none;
  margin-top: 30px;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
}
.contact-us .contact-info li:last-child {
  border: none;
}
.contact-us .contact-info .st-top {
  display: none;
}
.contact-us .contact-info p {
  line-height: 22px;
  margin-bottom: 0px;
}
.contact-us .contact-info li a {
  color: #000;
  transition: all 0.3s ease-in;
}
.contact-us .contact-info li a:hover {
  text-decoration: underline;
  color: #f9c13e;
  transition: all 0.3s ease-in;
}
.contact-us .extra-location2 {
  width: 100%;
  float: left;
}
.contact-us .extra-location2 ul {
  grid-template-columns: repeat(3, calc(33.3% - 27px));
  grid-gap: 27px;
  display: grid;
  padding: 0px;
  margin: 0px;
}
.contact-us .extra-location2 li {
  list-style-type: none;
  padding: 30px;
}
.contact-us .extra-location2 h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-us .extra-location2 li img {
  margin-bottom: 20px;
}
.contact-us .extra-location2 .btn {
  padding: 0px;
  border-bottom-color: #f9c13e !important;
  border-width: 5px;
  padding: 5px;
  border-radius: 0px;
  border-style: double;
}
.contact-us .extra-location {
  width: 100%;
  float: left;
  min-height: 250px;
  padding-bottom: 30px;
  margin-top: 20px;
}
.contact-us .extra-location h3 {
  border-bottom: solid 1px #ededed;
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
}
.contact-us .extra-location h3 a {
  color: #000;
}
.contact-us .extra-location h3 a:hover {
  color: #f9c13e;
}
.contact-us .extra-location p {
  line-height: 20px;
  min-height: 120px;
}
.contact-us .extra-location ul {
  grid-template-columns: repeat(4, calc(25% - 27px));
  grid-gap: 27px;
  display: grid;
  padding: 0px;
  margin: 0px;
}
.contact-us .extra-location li {
  list-style-type: none;
  list-style: none;
  margin-top: 30px 20px;
  background: #f5f4f7;
  border-radius: 10px;
  padding: 25px;
}
.contact-us .extra-location li a {
  color: #000;
}
.contact-us .extra-location li .box {
  border-radius: 10px;
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #f4faff;
  margin-bottom: 15px;
}
.contact-us .extra-location li .box img {
  width: 100%;
  border-radius: 5px;
}
.contact-us .extra-location li .btn:hover {
  background: #f9c13e;
  color: #000;
  transition: all 0.3s ease-in;
}
.contact-us .extra-location li .btn {
  width: 100%;
  border-radius: 10px;
  border: solid 2px #f9c13e;
  padding: 4px 10px;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #f9c13e;
  transition: all 0.3s ease-in;
  background: #fff;
}

#example-2 li a {
  font-size: 1rem;
  font-weight: 600;
}

.navToSelect {
  display: none;
}

.recognition {
  width: 100%;
  float: left;
  margin: 50px 0px;
}
.recognition h3 {
  font-size: 3.25rem;
  font-weight: 700;
  text-align: center;
}
.recognition h4 {
  padding-top: 15px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}
.recognition p {
  font-size: 1.25rem;
  text-align: center;
}
.recognition .slick-slide {
  margin: 0 20px;
}
.recognition .slick-slide img {
  text-align: center;
  width: 100%;
  padding: 0px 6rem;
}
.recognition .slick-list {
  margin: 0 -20px;
}
.recognition .slick-dots li button:before {
  font-size: 12px;
}
.recognition .slick-dots li.slick-active button:before {
  color: #f9c13e;
}
.recognition .slick-next:before, .recognition .slick-prev:before {
  color: #666;
  font-size: 30px;
}

.related-team-member {
  width: 100%;
  float: left;
  background: #f5f7fa;
  margin-top: 30px;
  padding: 30px 0px 0px;
}
.related-team-member .repeater-box {
  grid-template-columns: repeat(2, calc(50% - 21px));
  display: grid;
  grid-gap: 42px;
  margin-bottom: 40px;
}
.related-team-member h3 {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
}
.related-team-member p {
  font-size: 1.25rem;
  text-align: center;
}
.related-team-member .btn-primary {
  font-weight: 700;
  font-size: 1rem;
}
.related-team-member .team-box {
  padding: 30px 30px 14px;
  box-shadow: 0px 0px 8px 0px rgb(128, 128, 128);
  background: #fff;
}
.related-team-member .team-box p {
  text-align: left;
}
.related-team-member .team-box h5 {
  font-size: 1.5rem;
  font-weight: 700;
}
.related-team-member .team-box h5 a {
  color: #000;
}
.related-team-member .team-box h5 a:hover {
  color: #f9c13e;
}
.related-team-member .team-box .des {
  font-weight: 400;
  color: #858e99;
  font-size: 1rem;
}
.related-team-member .team-box p {
  font-size: 1rem;
  font-weight: 300;
}
.related-team-member .picture {
  border-radius: 50%;
  width: 186px;
  height: 186px;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 1px #cccccc;
}
.related-team-member .i-icon {
  width: 27px;
  transition-duration: 0.5s;
}
.related-team-member .i-icon:hover {
  transform: translateX(10px) translateY(0px) scale(1) !important;
}

.news-insight {
  width: 100%;
  float: left;
  margin-top: 40px;
}
.news-insight h3 {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
}
.news-insight p {
  font-size: 1.25rem;
  text-align: center;
}
.news-insight .repeater-block {
  grid-template-columns: repeat(3, calc(33.3333% - 6.66667px));
  grid-gap: 10px;
  display: grid;
}
.news-insight .news-block {
  width: 100%;
  padding: 30px 30px 11px;
}
.news-insight .news-block .banner-img {
  width: 100%;
  float: left;
  margin-bottom: 20px;

  -o-object-fit: cover;
     object-fit: cover;
}
.news-insight .news-block h6 a {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
}
.news-insight .news-block a:hover {
  color: #f9c13e;
}
.news-insight .news-block p {
  font-size: 1rem;
  text-align: left;
}
.news-insight .news-block .more {
  font-weight: 700;
  font-size: 1rem;
  border-bottom: solid 2px #f9c13e;
  color: #000;
}
.news-insight .btn-primary {
  font-size: 1rem;
}

/* Mobile device */
@media only screen and (max-width: 767px) {
  .article-category ul {
    display: none;
  }
  .navToSelect {
    display: block;
    width: 100%;
    background: none;
    color: #2e5e9c;
    font-size: 18px;
    padding: 10px 10px;
    border: none;
    font-family: "Sora", sans-serif;
  }
  .contact-us .extra-location2 ul {
    grid-template-columns: repeat(1, calc(100% - 0px));
  }
  .contact-us .extra-location2 li {
    padding-bottom: 0px;
  }
  .main-office-address .mb-5 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .related-team-member .picture {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 980px) {
  .hide-mobile {
    display: none;
  }
  .mash-brand li span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .expertise-submenu li {
    width: 100%;
    min-height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .expertise-submenu {
    padding: 0px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
  }
  .expertise-submenu li:before {
    top: 8px;
  }
  .drop-down-large ul {
    padding: 0px;
  }
  .top-header h5 {
    font-size: 1rem;
  }
  .sub-city .expertise-submenu2 li {
    width: 48%;
  }
  .cityicon {
    width: 100%;
    text-align: center !important;
  }
  .global_countries_list li {
    width: 49%;
  }
  .global_countries_list li img {
    float: none;
  }
  .global_countries_list h3 {
    text-align: center;
    margin: 0px !important;
    padding: 0px;
  }
  .area-of-expertise .grid-box-repeater {
    grid-template-columns: repeat(1, calc(100% - 0px));
    grid-gap: 25px;
  }
  .breadcrumb {
    margin: 15px 0 0;
  }
  .contact-us .contact-info ul {
    grid-template-columns: repeat(1, calc(100% - 0px));
    margin: -175px 0 0px 0;
    padding: 0px;
  }
  .contact-us h1 {
    font-size: 3rem;
  }
  .contact-us .contact-info li {
    margin-top: 0px;
    border-right: none;
    border-bottom: solid #efefef 1px;
    padding-bottom: 10px;
  }
  .contact-us .extra-location {
    background: linear-gradient(to top, #f5f4f7 100%, #fff 100%);
    padding: 30px 0px;
  }
  .contact-us .extra-location ul {
    padding: 0px;
    margin: 0px;
    grid-template-columns: repeat(1, calc(100% - 0px));
  }
  .contact-us .extra-location ul p {
    min-height: auto;
  }
  .related-team-member .repeater-box {
    grid-template-columns: repeat(1, calc(100% - 0px));
  }
  .news-insight .repeater-block {
    grid-template-columns: repeat(2, calc(50% - 6.66667px));
    grid-gap: 20px;
  }
  .news-insight .news-block {
    padding: 0px;
  }
  .get-touch-form h4 {
    padding: 15px 0px;
    line-height: 1.4;
  }
  .get-touch-form h4 br {
    display: none;
  }
  .news-insight p br {
    display: none;
  }
  .related-team-member p br {
    display: none;
  }
  .area-of-expertise h2 {
    font-size: 2.5rem;
  }
  .get-touch-form h3 {
    font-size: 2.5rem;
  }
  .get-touch-form .form-group {
    padding: 0px;
  }
  .city-detail {
    font-size: 1.125rem;
  }
  .related-team-member h3 {
    font-size: 3rem;
  }
  .related-team-member .team-box .des {
    margin: 10px 0 0;
    padding: 0px;
  }
  .news-insight h3 {
    font-size: 3rem;
  }
  .published-articles h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  #footer h3 {
    font-size: 1.25rem;
  }
  header .logo {
    width: 100%;
  }
  .news-insight .repeater-block {
    grid-template-columns: repeat(1, calc(100% - 0px));
    grid-gap: 20px;
  }
}/*# sourceMappingURL=main.css.map */