@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
.banner-part {
  width: 100%;
  float: left;
}
.banner-part h1 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}
.banner-part h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 7px;
}
.banner-part .share-icon {
  float: right;
  background: #f7f9fb;
  border-radius: 20px;
  padding: 5px 15px;
  min-width: 250px;
  margin-top: -10px;
}
.banner-part .banner {
  width: 100%;
  float: left;
  padding: 52px 0px;
}
.banner-part .banner .content-block {
  border: solid 10px #f9c13e;
  padding: 30px;
}
.banner-part .banner .content-block h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
.banner-part .banner .content-block p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 2;
}

.desk-team p{font-size: 1.125rem;}
.banner-part .banner .content-block .contact-btn {
  border: solid 3px #f9c13e;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  transition: all 0.3s ease-in;
  margin: 15px 0px 30px;
}
.banner-part .banner .content-block .contact-btn:hover {
  background: #f9c13e;
  transition: all 0.3s ease-in;
}

.business-environment {
  width: 100%;
  float: left;
}
.business-environment h2 {
  font-size: 3.5rem;
  font-weight: 700;
}
.business-environment p {
  font-size: 1.25rem;
}
.business-environment .be-banner {
  width: 100%;
  float: left;
  background: #f5f7fa;
  padding-bottom: 75px;
}
.business-environment .be-banner .banner-image {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-environment .be-banner .u-repeater-1 {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333% - 26px));
  grid-gap: 39px;
  margin: -124px 0px 0 0px;
}
.business-environment .be-banner .grid-box {
  padding: 30px 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
}
.business-environment .be-banner .grid-box h2 {
  font-family: "Lalezar", cursive;
  color: #f9c13e;
  font-family: "Oswald", sans-serif;
  margin: 0px 0px 20px;
}

.inner-content {
  width: 100%;
  float: left;
  margin-top: 30px;
  font-size: 1.25rem;
}
.inner-content h2 {
  font-size: 3.5rem;
  font-weight: 700;
}

.content-point {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.content-point ul {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(2, calc(50% - 7.5px));
  padding: 0px;
  margin: 0px;
}
.content-point li {
  list-style-type: none;
  margin-bottom: 10px;
  list-style: none;
  float: left;
  min-height: 66px;
  background: url(../images/arrow-btn.jpg) no-repeat left top;
  font-size: 1.25rem;
  background-size: 65px 65px;
  padding: 0px 21px 0px 100px;
  align-items: center;
  display: flex;
}

.desk-team {
  width: 100%;
  float: left;
  margin-top: 30px;
  font-size: 1.25rem;
}
.desk-team h2 {
  font-size: 3.5rem;
  font-weight: 700;
}
.desk-team h3 {
  font-size: 2.5rem;
  font-weight: 700;
}
.desk-team h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.desk-team h4 a {
  color: #000;
  transition: all 0.3s ease-in;
}
.desk-team h4 a:hover {
  color: #f9c13e;
  transition: all 0.3s ease-in;
}
.desk-team h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #f9c13e;
}
.desk-team ul {
  display: grid;
  grid-gap: 57px;
  grid-template-columns: repeat(3, calc(33.3% - 57px));
}
.desk-team ul li {
  list-style-type: none;
  text-align: center;
  margin-top: 30px;
}
.desk-team ul .team-image {
  width: 270px;
  height: 270px;
  border: solid 1px #BCBDBE;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  transition: all 0.3s ease-in;
  margin-bottom: 20px;
}
.desk-team ul .team-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 270px;
  -o-object-position: top;
     object-position: top;
}

.market-entry {
  width: 100%;
  float: left;
  font-size: 1.25rem;
}
.market-entry h3 {
  font-size: 3.5rem;
  font-weight: 700;
}
.market-entry h4 {
  font-size: 2.25rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.market-entry ul {
  padding: 0px;
  margin: 0px;
}
.market-entry li {
  list-style-type: none;
  list-style: none;
  background: url(../images/right-check.png) no-repeat left 10px;
  background-size: 32px 32px;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0px 0px 0px 48px;
  display: flex;
  align-items: center;
  min-height: 60px;
}
.market-entry .download-report {
  width: 100%;
  float: left;
  margin-left: 25px;
  text-align: center;
}
.market-entry .download-report .content-part {
  margin-top: 175px;
}
.market-entry .download-report a {
  background: #f9c13e;
  color: #000;
  text-align: center;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 75px;
  font-weight: 700;
}

.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) {
  .banner-part h1 {
    font-size: 3rem;
  }
  .inner-content h2{font-size: 2.2rem;}
  .banner-part .share-icon {
    float: left;
    margin-top: 10px;
  }
  .banner-part .banner .content-block h2 {
    font-size: 2rem;
    line-height: 1;
  }
  .banner-part .banner .content-block p {
    line-height: 1.3;
  }
  .banner-part .banner .content-block {
    padding: 15px;
  }
  .business-environment .be-banner .u-repeater-1 {
    grid-template-columns: repeat(1, calc(100% - 0px));
    grid-gap: 39px;
    margin: -124px 0px 0 0px;
  }
  .content-point ul {
    grid-template-columns: repeat(1, calc(100% - 0px));
  }
  .content-point li {
    background-size: 45px 45px;
    padding: 0px 21px 0px 65px;
  }
  .desk-team h2 {
    font-size: 3rem;
  }
  .desk-team ul {
    grid-template-columns: repeat(1, calc(100% - 0px));
    grid-gap: 0px;
    padding: 0px;
    margin: 0px;
  }
  .market-entry h3 {
    font-size: 2rem;
  }
  .desk-team h3{font-size: 1.75rem;}
  .market-entry li{background-size: 25px 25px; padding: 0px 0px 0px 35px;}
  .market-entry{font-size: 1.125rem;}
  .market-entry li{font-size: 1.125rem;}
  .market-entry h4 {
    font-size: 2rem;
  }
  .market-entry .download-report {
    margin-left: 0px;
    min-height: auto !important;
  }
  .country-project h3 {
    font-size: 3rem;
  }
  .country-project .slick-slide {
    margin: 0px;
    border: none;
  }
}/*# sourceMappingURL=international-desk.css.map */