/*** ### Home Page Section Design ### ***/
/* .mgt-radius {
  margin-top: var(--minusMargin);
  margin-bottom: var(--minusMargin);
  padding: var(--paddingBoxes);
  border-radius: var(--radiusBoxes);
} */
/*** ### Hero Section ### ***/
.hero-section {
  position: relative;
  z-index: 10001;
  border-radius: var(--radiusBoxes);
  z-index: 10002;
  background: #000000;
}
.hero-section .hero-slides {
  position: relative;
  height: 100vh;
  max-height: 1020px;
  background-image: url(../images/hero-images/Masthead-01.png);
  background-size: cover !important;
  background-position: center center !important;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -ms-justify-content: end;
  -o-justify-content: end;
  border-radius: var(--radiusBoxes);
  z-index: 1;
}
.hero-section .hero-slides::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: var(--radiusBoxes);
  z-index: -1;
}
.hero-section .iner {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -ms-justify-content: end;
  -o-justify-content: end;
  padding-bottom: 60px;
  z-index: 1;
}
.hero-section h1 {
  color: #ffffff;
  font-size: var(--large);
  margin: 0px 0px 15px 0px;
  padding: 0px;
  text-align: center;
  font-family: "Sainte Colombe";
  font-weight: 400;
}
.hero-section .start-now {
  position: relative;
}
.hero-section .start-now img {
  display: block;
  max-width: 28px;
  margin: 30px auto auto auto;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .hero-section .iner {
    padding-bottom: 30px;
  }
  .hero-section .start-now img {
    max-width: 22px;
    margin: 20px auto auto auto;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-slides {
    height: calc(100vh - 70px);
    height: -webkit-calc(100vh - 70px);
    height: -moz-calc(100vh - 70px);
    height: -ms-calc(100vh - 70px);
    height: -o-calc(100vh - 70px);
    min-height: 500px;
  }
}
/*** ### Our Business Section ### ***/
.our-business {
  position: relative;
  background: #d5dbd4;
  z-index: 1000;
}
.our-business h2 {
  color: #3A3A3A;
  font-size: var(--h1);
  margin: 0px 0px 15px 0px;
  padding: 0px;
  text-align: center;
  font-family: "Sainte Colombe";
  font-weight: 400;
}
.our-business h3 {
  color: #3a3a3a;
  font-size: var(--plarge);
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-weight: 400;
}
.our-business .main-box {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
.our-business .main-box.start {
  justify-content: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  -o-justify-content: start;
}
.our-business .main-box {
  width: calc(100% + 2%);
  width: -webkit-calc(100% + 2%);
  width: -moz-calc(100% + 2%);
  width: -ms-calc(100% + 2%);
  width: -o-calc(100% + 2%);
  left: -1%;
}
.our-business a.boxes {
  position: relative;
  flex: 1;
  margin: 20px 1% 0px 1%;
  text-align: center;
  text-decoration: none !important;
  outline: none !important;
  min-width: 30%;
}
.our-business .boxes .image-box {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  max-width: 280px;
  /* height: 356px; */
}
.our-business .boxes .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radiusImage);
}
.our-business .boxes .title-box {
  position: relative;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .our-business .boxes .image-box {
    /* height: 320px; */
  }
}
@media (max-width: 767px) {
  .our-business .main-box {
    width: calc(100% + 15px);
    width: -webkit-calc(100% + 15px);
    width: -moz-calc(100% + 15px);
    width: -ms-calc(100% + 15px);
    width: -o-calc(100% + 15px);
    left: -7.5px;
  }
  .our-business a.boxes {
    position: relative;
    flex: 1;
    margin: 30px 7.5px 0px 7.5px;
    min-width: 40%;
    max-width: 40%;
  }
  .our-business .boxes .image-box {
    max-width: 230px;
    /* height: 275px; */
  }
}
@media (max-width: 576px) {
  .our-business .boxes .image-box {
    max-width: 150px;
    /* height: 180px; */
  }
}
/*** ### Our Subsidiaries Section ### ***/
.our-subsidiaries {
  position: relative;
  background: #edeae1;
  z-index: 999;
}
.our-subsidiaries h2 {
  color: #3A3A3A;
  font-size: var(--h1);
  margin: 0px 0px 15px 0px;
  padding: 0px;
  text-align: center;
  font-family: "Sainte Colombe";
  font-weight: 400;
}
.our-subsidiaries h3 {
  color: #3a3a3a;
  font-size: var(--plarge);
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-weight: 400;
}
.our-subsidiaries .main-box {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
.our-subsidiaries .main-box.start {
  justify-content: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  -o-justify-content: start;
}
.our-subsidiaries .main-box {
  width: calc(100% + 2%);
  width: -webkit-calc(100% + 2%);
  width: -moz-calc(100% + 2%);
  width: -ms-calc(100% + 2%);
  width: -o-calc(100% + 2%);
  left: -1%;
}
.our-subsidiaries a.boxes {
  position: relative;
  flex: 1;
  margin: 30px 1% 0px 1%;
  text-align: center;
  text-decoration: none !important;
  outline: none !important;
  min-width: 30%;
}
.our-subsidiaries .boxes .image-box {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  max-width: 280px;
  /*height: 356px; */
}
.our-subsidiaries .boxes .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radiusImage);
}
.our-subsidiaries .boxes .title-box {
  position: relative;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .our-subsidiaries .boxes .image-box {
    /* height:320px; */
  }
}
@media (max-width: 767px) {
  .our-subsidiaries .main-box {
    width: calc(100% + 15px);
    width: -webkit-calc(100% + 15px);
    left: -7.5px;
  }
  .our-subsidiaries a.boxes {
    position: relative;
    flex: 1;
    margin: 20px 7.5px 0px 7.5px;
    min-width: 40%;
    max-width: 40%;
  }
  .our-subsidiaries .boxes .image-box {
    max-width: 230px;
    /* height: 275px; */
  }
}
@media (max-width: 576px) {
  .our-subsidiaries .boxes .image-box {
    max-width: 150px;
    /* height: 180px; */
  }
}
/*** ### Sustainability Section ### ***/
.sustainability-section {
  position: relative;
  background: url(../images/home/uol-homepage-sustainability.jpg) center center
    no-repeat;
  background-size: cover;
  z-index: 998;
}
.sustainability-section::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: var(--radiusBoxes);
  z-index: -1;
}
.sustainability-section h2 {
  color: #ffffff;
  font-size: var(--h1);
  margin: 0px 0px 20px 0px;
  padding: 0px;
  text-align: center;
  font-family: "Sainte Colombe";
  font-weight: 400;
}
.sustainability-section h3 {
  color: #ffffff;
  font-size: var(--h3);
  margin: 0px 0px 15px 0px;
  padding: 0px;
  font-weight: 400;
}
.sustainability-section p {
  color: #ffffff;
  font-size: var(--p);
  margin: 0px;
  padding: 0px;
  font-weight: 400;
}
.sustainability-section .learn-more {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 15px;
  margin: 0px;
  padding: 0px 0px 5px 0px;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .sustainability-section p {
    font-size: 15px;
  }
}
/*** ### Map Section ### ***/
.map-section {
  position: relative;
  background-image: url(../images/home/uol-homepage-ourglobalpresence.jpg);
  background-color: #dce0da;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
  z-index: 997;
  min-height: 450px;
}
.map-section h2 {
  color: #3A3A3A;
  font-size: var(--h1);
  margin: 0px 0px 15px 0px;
  padding: 0px;
  text-align: center;
  font-family: "Sainte Colombe";
  font-weight: 400;
}
.map-section h3 {
  color: #476b69;
  font-size: 50px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-weight: 400;
}
.map-section p {
  color: #3a3a3a;
  font-size: var(--plarge);
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-weight: 400;
}
.map-section .boxes {
  position: relative;
  margin: 50px 15px;
}
@media (max-width: 1199px) {
  .map-section .boxes {
    margin: 40px 15px;
  }
  .map-section h3 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .map-section {
    background-position: 0px -100px;
  }
  .map-section .boxes {
    margin: 30px 15px;
  }
  .map-section h3 {
    font-size: 40px;
  }
}
/*** ### Latest Development Section ### ***/
.latest-development {
  position: relative;
  z-index: 996;
  background: #000000;
  border-radius: var(--radiusBoxes);
}
.latest-development .latest-development-slider {
  position: relative;
}
.latest-development .slide {
  position: relative;
  background-image: url(../images/home/latest/Image-1.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
  z-index: 996;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.latest-development .slide::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: var(--radiusBoxes);
  z-index: -1;
}
.latest-development h2 {
  color: #ffffff;
  font-size: var(--h1);
  margin: 0px 0px 15px 0px;
  padding: 0px;
  text-align: center;
  font-family: "Sainte Colombe";
  font-weight: 400;
}
.latest-development p {
  color: #ffffff;
  font-size: var(--p);
  margin: 0px 0px 15px 0px;
  padding: 0px;
  text-align: center;
  font-weight: 400;
}
.latest-development p a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
.latest-development .learn-more {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 15px;
  margin-top: 20px;
  padding: 0px 0px 5px 0px;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}
.latest-development .iner {
  position: relative;
  min-height: 650px;
  max-width: 500px;
  width: 100%;
  margin: auto;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  /* transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -ms-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    visibility: hidden;
    opacity: 0; */
}
/* .latest-development:hover .iner{
    visibility: visible;
    opacity: 1;
} */
.latest-development .company-logo {
  position: relative;
  margin-bottom: 20px;
}
.latest-development .company-logo-text h2 {
  position: relative;
  display: block;
  margin: auto;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.latest-development .company-logo img {
  display: block;
  margin: auto;
  max-height: 100px;
}
.latest-development .arrows {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  font-weight: bold;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
}
.latest-development .arrows img {
  max-height: 35px;
}
.latest-development .arrows.left {
  left: 50px;
}
.latest-development .arrows.right {
  right: 50px;
}
@media (max-width: 1199px) {
  .latest-development .iner {
    min-height: 600px;
    max-width: 470px;
  }
  .latest-development .company-logo img {
    max-height: 90px;
  }
  .latest-development .slide {
    padding-left: 30px;
    padding-right: 30px;
  }
  .latest-development .arrows img {
    max-height: 30px;
  }
  .latest-development .arrows.left {
    left: 15px;
  }
  .latest-development .arrows.right {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .latest-development .iner {
    min-height: 500px;
    max-width: 400px;
  }
  .latest-development .company-logo img {
    max-height: 80px;
  }
  .latest-development .company-logo-text h2 {
    font-size: 24px;
  }
  /* .latest-development .iner{
        visibility: visible;
        opacity: 1;
    } */
}
@media (max-width: 574px) {
  .latest-development .iner {
    max-width: 320px;
  }
}
@media (max-width: 424px) {
  .latest-development .iner {
    max-width: 255px;
  }
}
/*** ### Latest News Section ### ***/
.latest-news {
  position: relative;
  background: #edeae1;
  z-index: 995;
}
.latest-news h2 {
  color: #3A3A3A;
  font-size: var(--h1);
  margin: 0px 0px 15px 0px;
  padding: 0px;
  text-align: center;
  font-family: "Sainte Colombe";
  font-weight: 400;
}
.latest-news h3 {
  color: #808080;
  font-size: 12px;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-weight: 400;
  text-transform: uppercase;
}
.latest-news p {
  color: #3a3a3a;
  font-size: var(--plarge);
  margin: 0px;
  padding: 0px;
  font-weight: 400;
}
.latest-news a.view-all {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #3a3a3a;
  font-size: var(--p);
  margin: 0px;
  padding: 0px 0px 5px 0px;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #3a3a3a;
  margin-top: 50px;
  transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
}
.latest-news a.view-all:hover {
  color: #477c5e;
  border-bottom: 1px solid #477c5e;
}
.latest-news .boxes {
  position: relative;
  margin: 50px 0px 0px 0px;
  display: inline-block;
  text-decoration: none !important;
  outline: none !important;
}
.latest-news .boxes .image-box {
  position: relative;
  display: block;
  margin: auto;
  /* max-width: 280px;
    width: 100%;
    height: 170px; */
  margin-bottom: 30px;
}
.latest-news .boxes .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radiusImage);
}
@media (max-width: 991px) {
  .latest-news .boxes {
    margin: 30px 0px 0px 0px;
  }
}
@media (max-width: 767px) {
  .latest-news .boxes .image-box {
    /* height:190px; */
  }
  .latest-news h3 {
    font-size: 12px;
  }
}
/*** ### Slick Slider Design ### ***/
.slick-track,
.slick-list {
  transition-delay: 0.0001ms;
}

.awards-carousel-wrapper{
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
}
.awards-carousel{
    display: none;
}
.awards-carousel.slick-initialized{
    display: block;
}

.awards-carousel .award-img{
    height: 80px;
    position: relative;
    padding-left: 7px;
    padding-right: 7px;
}
.awards-carousel .award-img img{
    display: block;
    margin: 0 auto;
    height: 80px;
    width: auto !important;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}
.awards-carousel .slick-arrow{
    font-size: 16px;
    color: #3A3A3A;
}


@media(min-width: 1024px){
    .awards-carousel{
        margin-top: 50px;
    }
    .awards-carousel .award-img{
        height: 80px;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }
}