@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ysriy3");
  src: url("../fonts/icomoon.eot?ysriy3#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ysriy3") format("truetype"), url("../fonts/icomoon.woff?ysriy3") format("woff"), url("../fonts/icomoon.svg?ysriy3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  scroll-padding-top: 20px;
}

.team .collapsing {
  transition-delay: 2s;
  transition: height 1s ease;
}

.icon-arrow:before {
  content: "\e900";
  color: #fff;
}

section {
  scroll-margin-top: 70px;
  padding: 70px 0;
}

.z-index-10 {
  z-index: 10;
}

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 99999;
}
.loading-screen .loading-circle {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  min-height: 70vh;
  top: 20%;
}
.loading-screen .loading-circle img {
  animation: Rotate 1.5s ease, fadeIn 1.5s ease-in-out;
  width: 70%;
  transform: rotate(0deg);
}
.loading-screen .loading-circle .welcome-text {
  position: absolute;
  font-size: 80px;
  font-weight: 600;
  animation: fadeIn 1.5s ease-in-out;
  color: #fff;
}

@keyframes Rotate {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
.brazil-header {
  position: sticky;
  width: 100%;
  z-index: 999;
  top: 0px;
  background-color: #fff;
}
.brazil-header .lang-switch {
  margin-right: 50px;
}
.brazil-header .lang-switch .pll-switcher-select {
  left: 0;
}
.brazil-header nav.navbar .navbar-brand img {
  width: 80px;
}
.brazil-header .wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(270deg, #19AFE1 0%, #004097 100%);
  -webkit-clip-path: circle(20px at calc(100% - 45px) 45px);
          clip-path: circle(20px at calc(100% - 45px) 45px);
  transition: all 0.3s ease-in-out;
}
.brazil-header .wrapper ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brazil-header .wrapper ul li {
  margin: 5px 0;
}
.brazil-header .wrapper ul li a {
  color: none;
  text-decoration: none;
  font-size: 25px !important;
  font-weight: 500;
  padding: 5px 30px;
  color: #fff;
  position: relative;
  line-height: 30px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.brazil-header #active-checkbox:checked ~ .wrapper {
  -webkit-clip-path: circle(75%);
          clip-path: circle(75%);
}
.brazil-header .menu-btn {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 20px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 20px;
  color: #004097;
  cursor: pointer;
  background: #fff;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brazil-header #active-checkbox:checked ~ .menu-btn {
  background: #fff;
  color: #004097;
}
.brazil-header #active-checkbox:checked ~ .menu-btn i:before {
  content: "\eace";
}
.brazil-header .wrapper ul li a:hover:after {
  transform: scaleY(1);
}
.brazil-header .wrapper ul li a:hover {
  color: #004097;
}
.brazil-header input[type=checkbox] {
  display: none;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0;
  z-index: 10;
}
.hero-section img {
  width: 100%;
}
.hero-section .hero-info-box {
  position: absolute;
  width: 100%;
  top: 25%;
}
.hero-section .hero-heading h1 {
  font-size: 4.0625rem;
  color: #004097;
  font-weight: 500;
  line-height: 1.2;
}
.hero-section .hero-heading h4 {
  font-size: 2.1875rem;
  color: #004097;
  font-weight: 400;
  line-height: 1.5;
}
.hero-section .hero-heading h4 p {
  color: #004097;
  display: inline;
}
.hero-section .hero-heading .square {
  padding: 0 5px;
  border: 1px solid #004097;
  border-radius: 5px;
  display: inline-block;
}
.hero-section .hero-heading a {
  text-decoration: none;
  display: inline-block;
  top: 5px;
  position: relative;
}
.hero-section .hero-heading a i {
  font-size: 40px;
}
.hero-section .hero-heading a i::before {
  color: #004097;
}

.heading {
  font-size: 2.8125rem;
  color: #004097;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}
.heading span {
  color: #00CEF5;
}
.heading.white {
  color: #fff;
}

span.section-title {
  border: 1px solid #004097;
  color: #004097;
  font-size: 18px;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 8px;
  display: inline-block;
}
span.section-title.white {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
}

.who-we-are-section {
  position: relative;
  margin-top: -130px;
}
.who-we-are-section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background: linear-gradient(270deg, #19AFE1 0%, #004097 100%);
}
.who-we-are-section p {
  color: #F2F2F2;
  font-size: 24px;
  font-weight: 400;
}

.our-unique-offering {
  scroll-margin-top: 50px;
  position: relative;
}
.our-unique-offering .container-box {
  background-color: #ffffff;
  border-radius: 25px;
}
.our-unique-offering .container-box .white-box {
  padding: 80px 30px 0;
}
.our-unique-offering .container-box .card {
  position: relative;
  overflow: hidden;
  height: 500px;
  border-radius: 8px;
}
.our-unique-offering .container-box .card img {
  width: 100%;
}
.our-unique-offering .container-box .card .card-info {
  position: absolute;
  bottom: 0;
  background-color: #004097;
  padding: 15px;
  height: 65%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.4s all;
  width: 100%;
}
.our-unique-offering .container-box .card .card-info .number {
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  transition: 0.4s all;
}
.our-unique-offering .container-box .card .card-info h3 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  transition: 0.4s all;
  width: 80%;
}
.our-unique-offering .container-box .card .card-info h3 i {
  cursor: pointer;
  font-size: 30px;
}
.our-unique-offering .container-box .card .extend-info {
  position: absolute;
  opacity: 0;
  transform: translateY(600px);
  padding: 80px 30px 20px 30px;
  height: 0%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  left: 0;
  top: 0;
}
.our-unique-offering .container-box .card .extend-info p {
  opacity: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  transition: 0.4s all;
}
.our-unique-offering .container-box .card .extend-info i {
  font-size: 30px;
  transform: rotate(0deg);
}
.our-unique-offering .container-box .card.hovered .card-info {
  height: 100%;
}
.our-unique-offering .container-box .card.hovered .card-info .number {
  opacity: 0;
}
.our-unique-offering .container-box .card.hovered .card-info h3 {
  opacity: 0;
}
.our-unique-offering .container-box .card.hovered .extend-info {
  opacity: 1;
  height: 100%;
  transform: translateY(0px);
  transition-delay: 0.4s;
}
.our-unique-offering .container-box .card.hovered .extend-info p {
  opacity: 1;
  transition-delay: 0.4s;
}
.our-unique-offering .container-box .card.hovered .extend-info i {
  cursor: pointer;
  transform: rotate(180deg);
  display: inline-block;
}
.our-unique-offering .card-list .contains:nth-child(1) .card-info {
  background-color: #004097;
}
.our-unique-offering .card-list .contains:nth-child(2) .card-info {
  background-color: #19AFE1;
}
.our-unique-offering .card-list .contains:nth-child(3) .card-info {
  background-color: #F2F2F2;
}
.our-unique-offering .card-list .contains:nth-child(3) .card-info .number {
  color: #004097;
}
.our-unique-offering .card-list .contains:nth-child(3) .card-info h3 {
  color: #004097;
}
.our-unique-offering .card-list .contains:nth-child(3) .card-info h3 i::before {
  color: #004097;
}
.our-unique-offering .card-list .contains:nth-child(3) .extend-info p {
  color: #004097;
}
.our-unique-offering .card-list .contains:nth-child(3) .extend-info i::before {
  color: #004097;
}

.our-partners .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.our-partners .box .partner-inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  text-align: center;
}
.our-partners .box .partner-inner img {
  width: 50%;
  margin-bottom: 20px;
}
.our-partners .box .partner-inner h4 {
  color: #004097;
  font-size: 30px;
  font-weight: 500;
}
.our-partners .box .partner-inner .info {
  text-align: center;
}
.our-partners .box .partner-inner .info h6 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.our-partners .box .partner-inner .info p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.our-partners .box .description {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 245, 245, 0.9490196078);
  left: 0;
  top: 0;
  text-align: center;
  opacity: 0;
  padding: 20px 40px;
  color: #004097;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  transition: 0.4s all;
  transform: translateY(20px);
}
.our-partners .box:hover .description {
  opacity: 1;
  transform: translateY(0px);
}
.our-partners .partner-box img {
  width: 100%;
}
.our-partners .partner-box .info .description {
  color: #004097;
  font-size: 20px;
  font-weight: 400;
}
.our-partners .partner-box .info h4 {
  color: #004097;
  font-size: 30px;
  font-weight: 500;
}
.our-partners .partner-box .info h6 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.our-partners .partner-box .info p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.our-partners .partner-slider-wrap {
  display: flex;
  align-items: center;
  position: relative;
  gap: 15px;
  justify-content: flex-end;
}
.our-partners .partner-slider-wrap .partnerPrevSlide i, .our-partners .partner-slider-wrap .partnerNextSlide i {
  cursor: pointer;
  font-size: 30px;
}
.our-partners .partner-slider-wrap .partnerPrevSlide i::before, .our-partners .partner-slider-wrap .partnerNextSlide i::before {
  color: #004097;
}
.our-partners .partner-slider-wrap .partnerPrevSlide {
  transform: rotate(180deg);
  top: -4px;
  position: relative;
}
.our-partners .partner-slider-wrap .partnerNextSlide {
  z-index: 10;
}

.our-partners .owl-dots {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.our-partners .owl-dots .owl-dot {
  margin: 0;
}
.our-partners .owl-dots .owl-dot.active span {
  background: #004097;
}
.our-partners .owl-dots .owl-dot span {
  border: none;
}
.our-partners .owl-dots .owl-dot span::before {
  display: none;
}

.our-brazil-team .team-main {
  height: 100%;
}
.our-brazil-team .team-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-brazil-team .team-main .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #004097;
  padding: 70px;
  border-radius: 0 50px 0 0;
}
.our-brazil-team .team-main .info h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
}
.our-brazil-team .team-main .info h6 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}
.our-brazil-team .team-main .info p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}
.our-brazil-team .accordion-item {
  border: none;
}
.our-brazil-team .accordion-item .info {
  padding: 20px;
  background-color: #004097;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.our-brazil-team .accordion-item .info .info-box {
  width: 90%;
}
.our-brazil-team .accordion-item .info .info-box h5 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}
.our-brazil-team .accordion-item .info .info-box h6 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}
.our-brazil-team .accordion-item .info i {
  transition: 0.4s all;
  font-size: 28px;
  display: inline-block;
}
.our-brazil-team .accordion-item .info i::before {
  color: #ffffff;
}
.our-brazil-team .accordion-item .info [aria-expanded=true] i {
  transform: rotate(90deg);
}
.our-brazil-team .accordion-item .info-bottom {
  background-color: #F2F2F2;
}
.our-brazil-team .accordion-item .info-bottom p {
  padding: 20px;
  color: #004097;
  font-size: 18px;
  font-weight: 400;
  background-color: #F2F2F2;
  min-height: 290px;
}
.our-brazil-team .team .team-img {
  position: relative;
}
.our-brazil-team .team .team-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  background-color: #F2F2F2;
  border-radius: 20px 0 0 0;
}
.our-brazil-team .team .team-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.qoute {
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.qoute::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.qoute .qoute-image {
  position: relative;
  top: 30px;
  left: -45px;
  width: 140px;
}
.qoute h2 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.5;
}
.qoute h5 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}

.video {
  min-height: 90vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  scroll-margin-top: 80px;
}
.video .video-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.video .impact-video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video .video-info {
  position: absolute;
  min-width: 100%;
  z-index: 10;
}
.video .video-info h1 {
  font-size: 45px;
  font-weight: 500;
  color: #ffffff;
}
.video .video-info h5 {
  font-size: 35px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
}
.video .video-info .square {
  padding: 0 5px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  display: inline-block;
}
.video .video-info a {
  text-decoration: none;
}
.video .video-info a i {
  font-size: 30px;
}
.video .video-info a i::before {
  color: #ffffff;
}

.about-company p {
  font-size: 24px;
  font-weight: 400;
  color: #004097;
}
.about-company p a {
  text-decoration: none;
  color: #19AFE1;
  position: relative;
  display: inline-block;
}
.about-company p a::before {
  position: absolute;
  content: "";
  bottom: 5px;
  width: 100%;
  height: 2px;
  background-color: rgba(25, 175, 225, 0.5019607843);
  left: 0;
  transition: 0.4s all;
}
.about-company p a:hover::before {
  width: 100%;
  height: 15px;
}

.our-global-presence .map img {
  width: 100%;
}

.what-defines-us {
  scroll-margin-top: 80px;
  position: relative;
}
.what-defines-us .box {
  padding: 20px;
  height: 100%;
  min-height: 250px;
  border-radius: 8px;
  position: relative;
}
.what-defines-us .box .number {
  font-size: 25px;
  font-weight: 400;
}
.what-defines-us .box h2 {
  font-size: 40px;
  font-weight: 500;
}
.what-defines-us .box p {
  font-size: 18px;
  font-weight: 400;
}
.what-defines-us .box.vision {
  background-color: #004097;
}
.what-defines-us .box.vision .number,
.what-defines-us .box.vision h2,
.what-defines-us .box.vision p {
  color: #ffffff;
  margin-bottom: 0;
}
.what-defines-us .box.mission {
  background-color: #19AFE1;
}
.what-defines-us .box.mission .number,
.what-defines-us .box.mission h2,
.what-defines-us .box.mission p {
  color: #ffffff;
  margin-bottom: 0;
}
.what-defines-us .box.values {
  background-color: #F2F2F2;
  height: unset;
  min-height: 270px;
}
.what-defines-us .box.values .number,
.what-defines-us .box.values h2,
.what-defines-us .box.values p {
  color: #004097;
}
.what-defines-us .box.values.right-box {
  position: absolute;
  width: 100%;
}
.what-defines-us .box .accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.what-defines-us .box .accordion .accordion-item {
  background-color: #004097;
  border-radius: 5px;
  border: none;
}
.what-defines-us .box .accordion .accordion-item .accordion-button {
  background-color: #004097;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  box-shadow: none;
  border: none;
  display: flex;
  justify-content: center;
  padding: 10px;
  padding-left: 1.25rem;
  background-color: #004097;
  border-radius: 5px;
}
.what-defines-us .box .accordion .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.what-defines-us .box .accordion .accordion-item .accordion-body p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}
.what-defines-us .animated-circle {
  position: absolute;
  right: 0;
  bottom: 24%;
  display: flex;
  justify-content: end;
  z-index: -1;
  overflow: hidden;
}
.what-defines-us .animated-circle img {
  width: 75%;
  animation: Rotate 10s linear infinite;
  transform: rotate(0deg);
}

@keyframes Rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.what-defines-us-bg {
  margin-top: -550px;
}
.what-defines-us-bg img {
  width: 100%;
}

.contact-section .heading {
  position: relative;
}
.contact-section .heading::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 80%;
  height: 4px;
  background: linear-gradient(90deg, #19AFE1 0%, rgba(255, 255, 255, 0) 100%);
}
.contact-section h5 {
  color: #004097;
  font-size: 22px;
  font-weight: 500;
}
.contact-section a {
  color: #004097;
  font-size: 22px;
  font-weight: 400;
}
.contact-section p {
  color: #004097;
  font-size: 22px;
  font-weight: 400;
}

.brazil-footer {
  background-color: #ffffff;
  border-top: 1px solid #004097;
  padding-top: 15px;
}
.brazil-footer p {
  color: #676767;
  font-size: 9px;
  font-weight: 400;
}
.brazil-footer a {
  text-decoration: none;
  color: #676767;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.brazil-footer a img {
  width: 100%;
}
.brazil-footer .follow-us {
  color: #004097;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.brazil-footer .follow-us a {
  width: 30px;
  height: 30px;
  color: #ffffff;
  background-color: #004097;
  border-radius: 100%;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.brazil-footer .copyright-txt {
  color: #004097;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .brazil-header nav.navbar .navbar-brand img {
    width: 80px !important;
  }
  .hero-section {
    min-height: 50vh;
  }
  .hero-section img {
    height: 60vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero-section .hero-heading h1 {
    font-size: 2rem;
    width: 225px;
  }
  .hero-section .hero-heading h4 {
    font-size: 1.2rem;
  }
  .hero-section .hero-heading a i {
    font-size: 28px;
  }
  .heading {
    font-size: 1.7rem;
  }
  .span.section-title {
    font-size: 1.125rem;
  }
  .who-we-are-section {
    margin-top: -75px;
  }
  .who-we-are-section p {
    font-size: 20px;
  }
  .our-unique-offering .container-box .card .extend-info p {
    font-size: 22px;
  }
  .our-unique-offering .container-box .card .card-info h3 {
    font-size: 26px;
    width: 225px;
  }
  .our-unique-offering .container-box .card .card-info h3 i {
    font-size: 25px;
  }
  .our-brazil-team .team-main img {
    border-radius: 20px 20px 0 0;
  }
  .our-brazil-team .team-main .info {
    padding: 30px;
    border-radius: 0 0 20px 20px;
  }
  .our-brazil-team .team-main .info h4 {
    font-size: 24px;
  }
  .our-brazil-team .team-main .info h6 {
    font-size: 18px;
  }
  .our-brazil-team .team-main .info p {
    font-size: 18px;
  }
  .our-partners .box {
    gap: 20px;
  }
  .our-partners .box h4 {
    font-size: 24px;
  }
  .qoute {
    background-position: 10% 95%;
    min-height: 70vh;
  }
  .qoute h2 {
    font-size: 18px;
  }
  .qoute h5 {
    font-size: 14px;
  }
  .qoute .qoute-image {
    position: relative;
    top: 18px;
    left: 5px;
    width: 60px;
  }
  .video .video-info h1 {
    font-size: 30px;
  }
  .video .video-info h5 {
    font-size: 18px;
  }
  .video .video-info h5 i {
    position: relative;
    top: 5px;
  }
  .video .video-info h5 br {
    display: none;
  }
  .video .video-info a i {
    font-size: 20px;
  }
  .our-global-presence .map {
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .our-global-presence .map img {
    width: 260%;
  }
  .what-defines-us {
    overflow: hidden;
  }
  .what-defines-us .box {
    min-height: 150px;
  }
  .what-defines-us .box.values {
    min-height: 150px;
  }
  .what-defines-us .box.values.right-box {
    position: relative;
  }
  .what-defines-us .box.values.right-box p br {
    display: block;
  }
  .what-defines-us .box h2 {
    font-size: 26px;
  }
  .what-defines-us .box p {
    font-size: 18px;
  }
  .what-defines-us .box p br {
    display: none;
  }
  .what-defines-us .animated-circle {
    right: -115px;
    bottom: unset;
    top: 160px;
  }
  .what-defines-us-bg {
    /* display: none; */
    margin-top: -150px;
  }
  .contact-section {
    /* padding-top: 0; */
  }
  .contact-section h5 {
    font-size: 20px;
  }
  .contact-section a {
    font-size: 18px;
  }
  .contact-section p {
    font-size: 18px;
  }
  .brazil-footer p {
    text-align: center;
  }
  .brazil-footer a {
    text-align: center;
  }
  .brazil-footer .follow-us {
    justify-content: center;
  }
  .brazil-footer .copyright-txt {
    text-align: center;
  }
  .about-company p {
    font-size: 18px;
  }
  .about-company p br {
    display: none;
  }
  .loading-screen .loading-circle img {
    width: 100%;
  }
  .loading-screen .loading-circle .welcome-text {
    font-size: 60px;
  }
  .brazil-header .lang-switch {
    margin-right: 60px;
    position: relative;
    right: unset;
    z-index: 0;
  }
  .our-partners .partner-box img {
    width: 50%;
    margin: 0 auto;
  }
  .who-we-are-section .heading {
    font-size: 27px;
  }
  .our-partners .partner-box .info h4 {
    font-size: 22px;
  }
  .our-partners .partner-box .info h6 {
    font-size: 18px;
  }
  .our-partners .partner-box .info p {
    font-size: 18px;
  }
  .our-partners .partner-box .info .description {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .heading {
    font-size: 2.75rem;
  }
  .hero-section {
    min-height: 75vh;
  }
  .hero-section img {
    height: 80vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .our-unique-offering .container-box .card {
    height: 460px;
  }
  .our-unique-offering .container-box .card img {
    min-height: 170px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .our-unique-offering .container-box .card .card-info h3 {
    font-size: 22px;
  }
  .our-unique-offering .container-box .card .card-info .extend-info p {
    font-size: 18px;
  }
  .our-brazil-team .team-main .info {
    padding: 30px;
  }
  .about-company p {
    font-size: 22px;
  }
  .what-defines-us {
    overflow: hidden;
  }
  .what-defines-us .box.values.right-box {
    position: relative;
  }
  .what-defines-us .box p br {
    display: none;
  }
  .brazil-header .lang-switch {
    margin-right: 60px;
    position: relative;
    right: unset;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .who-we-are-section {
    margin-top: -110px;
  }
}
@media (min-width: 1300px) {
  .who-we-are-section {
    margin-top: -125px;
  }
}
@media (min-width: 1400px) {
  .who-we-are-section {
    margin-top: -130px;
  }
}
@media (min-width: 1600px) {
  .who-we-are-section {
    margin-top: -150px;
  }
}
@media (min-width: 1800px) {
  .who-we-are-section {
    margin-top: -160px;
  }
}/*# sourceMappingURL=brazil.css.map */