.homeSlide .owl-carousel .owl-slide .textcontainer .container > div a.more span, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div a.more span, .homeSlide .owl-carousel .owl-slide .textcontainer .container > div a.more, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div a.more, .homeSlide .owl-carousel .owl-slide .textcontainer .container > div p, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div p, .homeSlide .owl-carousel .owl-slide .textcontainer .container > div h2, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div h2 {
  display: inline-block;
  width: auto;
  height: auto;
}

.servicesHome .container .services .item {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
}
.servicesHome .container .services .item a {
  width: 100%;
  height: auto;
  border: 1px solid #042d94;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  aspect-ratio: 1/1;
  border-radius: 35px;
  overflow: hidden;
  padding: 30px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .servicesHome .container .services .item a {
    aspect-ratio: inherit;
  }
}
.servicesHome .container .services .item a .icon {
  display: inline-block;
  width: 80px;
  height: auto;
}
.servicesHome .container .services .item a .icon img {
  display: inline-block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.servicesHome .container .services .item a h3 {
  display: inline-block;
  width: 100%;
  height: 48px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
  color: #042d94;
  margin: 30px 0 40px;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .servicesHome .container .services .item a h3 {
    margin: 10px 0;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 769px) {
  .servicesHome .container .services .item a h3 {
    font-size: 1rem;
  }
}
.servicesHome .container .services .item a p {
  display: inline-block;
  width: 100%;
  font-size: 0.7rem;
  font-weight: 500;
  color: #042d94;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-decoration: underline;
}
.servicesHome .container .services .item a .imageText {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #16b1c8;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 10;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.servicesHome .container .services .item a .imageText img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.15;
  mix-blend-mode: multiply;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 992px) {
  .servicesHome .container .services .item a .imageText img {
    aspect-ratio: inherit;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.servicesHome .container .services .item a .imageText h3 {
  color: #FFF;
  margin: 20px 0;
  z-index: 2;
  height: auto;
}
.servicesHome .container .services .item a .imageText p {
  color: #FFF;
  z-index: 2;
}
.servicesHome .container .services .item a .imageText p.text {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  margin-bottom: 40px;
}
.servicesHome .container .services .item a:hover {
  border-color: #16b1c8;
}
.servicesHome .container .services .item a:hover .imageText {
  opacity: 1;
  visibility: visible;
}

.referenceHome .container .referenceLogo .owl-carousel .owl-stage .item {
  float: left;
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
}
.referenceHome .container .referenceLogo .owl-carousel .owl-stage .item a {
  float: left;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
}
.referenceHome .container .referenceLogo .owl-carousel .owl-stage .item a img {
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-transition: 300ms;
  transition: 300ms;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.referenceHome .container .referenceLogo .owl-carousel .owl-stage .item a:hover img {
  opacity: 0.6;
}
@media only screen and (max-width: 769px) {
  .referenceHome .container .referenceLogo .owl-carousel .owl-stage .item {
    padding: 0 15px;
    display: inline-block;
    float: none;
  }
}

.newsHome .container .owl-carousel .owl-stage .item {
  display: inline-block;
  width: 100%;
  height: auto;
  background-color: #FFF;
  -webkit-box-shadow: -1px 8px 20px 1px rgba(0, 0, 0, 0.08);
  box-shadow: -1px 8px 20px 1px rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  overflow: hidden;
}
.newsHome .container .owl-carousel .owl-stage .item .p-figure {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.newsHome .container .owl-carousel .owl-stage .item .p-figure a {
  float: left;
  width: 100%;
  overflow: hidden;
}
.newsHome .container .owl-carousel .owl-stage .item .p-figure a img {
  float: left;
  width: 100%;
  height: auto;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  aspect-ratio: 420/285 !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsHome .container .owl-carousel .owl-stage .item .p-figure a:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.newsHome .container .owl-carousel .owl-stage .item .p-content {
  float: left;
  width: 100%;
  height: auto;
  padding: 25px 30px;
  position: relative;
  z-index: 3 !important;
}
@media only screen and (max-width: 769px) {
  .newsHome .container .owl-carousel .owl-stage .item .p-content {
    text-align: center;
  }
}
.newsHome .container .owl-carousel .owl-stage .item .p-content h3 {
  display: inline-block;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
}
@media only screen and (max-width: 769px) {
  .newsHome .container .owl-carousel .owl-stage .item .p-content h3 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .newsHome .container .owl-carousel .owl-stage .item .p-content h3 {
    font-size: 0.96rem;
  }
}
.newsHome .container .owl-carousel .owl-stage .item .p-content p {
  display: inline-block;
  width: 100%;
  max-height: 56px;
  overflow: hidden;
  color: #999999;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 15px 0 0;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .newsHome .container .owl-carousel .owl-stage .item .p-content p {
    max-height: 50px;
    font-size: 0.8rem;
  }
}
.newsHome .container .owl-carousel .owl-stage .item .p-content p.date {
  margin-top: 10px;
  font-size: 0.8rem;
  padding: 0;
  color: #000;
}
.newsHome .container .owl-carousel .owl-stage .item .p-content a {
  display: inline-block;
  width: 100%;
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 15px 0 0;
  padding: 0;
}
.newsHome .container .owl-carousel .owl-stage .item .p-content a:hover {
  color: #042d94;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .newsHome .container .owl-carousel .owl-stage .item .p-content a {
    font-size: 0.8rem;
  }
}
.newsHome .container .owl-carousel .owl-stage .item .p-content .share {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.newsHome .container .owl-carousel .owl-stage .item .p-content .share a {
  float: left;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 500;
  color: #FFF;
  margin: 0 5px;
  padding: 6px 10px;
  background-color: #042d94;
  border-radius: 5px;
}
.newsHome .container .owl-carousel .owl-stage .item .p-content .share a::before {
  width: 22px;
  height: 22px;
  background-color: #FFF;
  color: #042d94;
  padding: 5px;
  margin-right: 10px;
  border-radius: 100%;
}
.newsHome .container .owl-carousel .owl-stage .item .p-content .share a:hover {
  background-color: #949494;
}
.newsHome .container .owl-carousel .owl-stage .item .p-content .share a:hover::before {
  color: #949494;
}
.newsHome .container .owl-carousel .owl-stage .item .p-content .share a:last-child {
  margin-right: 0;
}
.newsHome .container .owl-carousel .owl-stage .item .p-content .share a:first-child {
  margin-left: 0;
}

.homeSlide {
  overflow: hidden;
  position: relative;
  height: auto;
  background-color: #000;
}
.homeSlide .owl-carousel {
  position: relative;
  float: left;
  height: auto;
}
.homeSlide .owl-carousel .owl-slide {
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .homeSlide .owl-carousel .owl-slide {
    height: 80vw;
  }
}
.homeSlide .owl-carousel .owl-slide .link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.homeSlide .owl-carousel .owl-slide .textcontainer {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 9999;
  padding-top: 300px;
}
@media only screen and (max-width: 992px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer {
    padding-top: 240px;
  }
}
@media only screen and (max-width: 769px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 480px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer {
    padding-top: 60px;
  }
}
.homeSlide .owl-carousel .owl-slide .textcontainer .container, .homeSlide .owl-carousel .owl-slide .textcontainer .row {
  height: 100%;
}
.homeSlide .owl-carousel .owl-slide .textcontainer .container > div, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div {
  position: relative;
  z-index: 1;
}
.homeSlide .owl-carousel .owl-slide .textcontainer .container > div h2, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div h2 {
  width: 100%;
  display: block;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
  color: #FFF;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  text-align: left;
}
@media only screen and (max-width: 1400px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer .container > div h2, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 992px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer .container > div h2, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div h2 {
    font-size: 2rem;
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer .container > div h2, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 480px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer .container > div h2, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div h2 {
    font-size: 1.5rem;
  }
}
.homeSlide .owl-carousel .owl-slide .textcontainer .container > div h2::before, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div h2::before {
  display: none;
}
.homeSlide .owl-carousel .owl-slide .textcontainer .container > div p, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div p {
  width: 100%;
  display: block;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
  color: #FFF;
  margin: 15px 0 0 0;
  padding: 0px;
}
.homeSlide .owl-carousel .owl-slide .textcontainer .container > div p b, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div p b {
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer .container > div p, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div p {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 769px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer .container > div p, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div p {
    font-size: 0.76rem;
  }
}
@media only screen and (max-width: 480px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer .container > div p, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div p {
    margin: 10px 0 0 0;
    font-size: 0.7rem;
  }
}
.homeSlide .owl-carousel .owl-slide .textcontainer .container > div a.more, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div a.more {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 600;
  color: #FFF;
  margin: 35px 0 0 0;
  position: relative;
}
.homeSlide .owl-carousel .owl-slide .textcontainer .container > div a.more span, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div a.more span {
  line-height: 1.5;
  text-decoration: underline;
}
.homeSlide .owl-carousel .owl-slide .textcontainer .container > div a.more::after, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div a.more::after {
  color: #FFF;
  font-size: 0.9rem;
  margin-left: 10px;
}
.homeSlide .owl-carousel .owl-slide .textcontainer .container > div a.more:hover, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div a.more:hover {
  color: #16b1c8;
}
@media only screen and (max-width: 992px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer .container > div a.more, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div a.more {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 769px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer .container > div a.more, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div a.more {
    font-size: 0.76rem;
  }
}
@media only screen and (max-width: 480px) {
  .homeSlide .owl-carousel .owl-slide .textcontainer .container > div a.more, .homeSlide .owl-carousel .owl-slide .textcontainer .row > div a.more {
    margin: 20px 0 0 0;
    padding: 4px 10px;
  }
}
.homeSlide .owl-carousel .owl-slide .cropcontainer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.homeSlide .owl-carousel .owl-slide .cropcontainer::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(28, 65, 83, 0.42);
  mix-blend-mode: multiply;
}
.homeSlide .owl-carousel .owl-slide .cropcontainer video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeSlide .owl-carousel .owl-slide .cropcontainer .video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  overflow: hidden;
}
.homeSlide .owl-carousel .owl-slide .cropcontainer .video-background::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30%;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.homeSlide .owl-carousel .owl-slide .cropcontainer .video-foreground,
.homeSlide .owl-carousel .owl-slide .cropcontainer .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 106%;
  pointer-events: none;
}
@media only screen and (max-width: 992px) {
  .homeSlide .owl-carousel .owl-slide .cropcontainer .video-foreground,
  .homeSlide .owl-carousel .owl-slide .cropcontainer .video-background iframe {
    pointer-events: visible;
  }
}
.homeSlide .owl-carousel .owl-slide .cropcontainer #vidtop-content {
  top: 0;
  color: #fff;
}
.homeSlide .owl-carousel .owl-slide .cropcontainer .vid-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 1rem;
  font-family: Avenir, Helvetica, sans-serif;
}
.homeSlide .owl-carousel .owl-slide .cropcontainer .vid-info h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.2;
}
.homeSlide .owl-carousel .owl-slide .cropcontainer .vid-info a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.6s background;
  transition: 0.6s background;
  border-bottom: none;
  margin: 1rem auto;
  text-align: center;
}
@media (min-aspect-ratio: 16/9) {
  .homeSlide .owl-carousel .owl-slide .cropcontainer .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .homeSlide .owl-carousel .owl-slide .cropcontainer .video-foreground {
    width: 300%;
    left: -100%;
  }
}
@media all and (max-width: 600px) {
  .homeSlide .owl-carousel .owl-slide .cropcontainer .vid-info {
    width: 50%;
    padding: 0.5rem;
  }
  .homeSlide .owl-carousel .owl-slide .cropcontainer .vid-info h1 {
    margin-bottom: 0.2rem;
  }
}
@media all and (max-width: 500px) {
  .homeSlide .owl-carousel .owl-slide .cropcontainer .vid-info .acronym {
    display: none;
  }
}
.homeSlide .owl-carousel .owl-nav {
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 100%;
  max-width: 1380px;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  padding: 0px 30px;
  z-index: 10;
}
@media only screen and (max-width: 1400px) {
  .homeSlide .owl-carousel .owl-nav {
    max-width: 992px;
  }
}
@media only screen and (max-width: 769px) {
  .homeSlide .owl-carousel .owl-nav {
    max-width: 100%;
    text-align: center;
    bottom: 40px;
  }
}
.homeSlide .owl-carousel .owl-nav button {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #FFF;
}
@media only screen and (max-width: 769px) {
  .homeSlide .owl-carousel .owl-nav button {
    margin: 0 2px;
  }
}
.homeSlide .owl-carousel .owl-nav button.owl-prev i {
  margin-left: -1px;
}
.homeSlide .owl-carousel .owl-nav button.owl-next {
  margin-left: 5px;
}
.homeSlide .owl-carousel .owl-nav button.owl-next i {
  margin-left: 1px;
}
.homeSlide .owl-carousel .owl-nav button.disabled {
  pointer-events: none;
  cursor: default;
}
.homeSlide .owl-carousel .owl-nav button.disabled i {
  color: rgba(91, 103, 112, 0.3);
}
.homeSlide .owl-carousel .owl-nav button i {
  font-size: 18px;
  color: #ec6733;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.homeSlide .owl-carousel .owl-nav button i::before {
  margin: 0;
}
.homeSlide .owl-carousel .owl-nav button:hover {
  background-color: #ec6733;
}
.homeSlide .owl-carousel .owl-nav button:hover i {
  color: #FFF;
}
.homeSlide .owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 35px;
  z-index: 9998;
  margin: 0;
  counter-reset: dots;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.homeSlide .owl-carousel .owl-dots button {
  display: inline-block;
  width: auto;
  height: 42px;
  padding: 0;
  margin: 10px 15px;
  position: relative;
}
.homeSlide .owl-carousel .owl-dots button::before {
  counter-increment: dots;
  content: "0" counter(dots);
  display: inline-block;
  width: auto;
  text-align: center;
  height: auto;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  color: #FFF;
  padding: 7px 0px;
  text-align: center;
}
.homeSlide .owl-carousel .owl-dots button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #FFF;
  display: none;
}
.homeSlide .owl-carousel .owl-dots button:hover {
  opacity: 0.5;
}
.homeSlide .owl-carousel .owl-dots button.active::before {
  font-size: 1.5rem;
}
.homeSlide .owl-carousel .owl-dots button.active::after {
  display: block;
}
@media only screen and (max-width: 992px) {
  .homeSlide .owl-carousel .owl-dots button {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 769px) {
  .homeSlide .owl-carousel .owl-dots button {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 5px !important;
    margin: 0;
  }
  .homeSlide .owl-carousel .owl-dots button::before {
    display: none;
  }
  .homeSlide .owl-carousel .owl-dots button.active span {
    background-color: #FFF;
    opacity: 1;
  }
}

@-webkit-keyframes mainArrowAnim {
  0% {
    width: 0;
  }
  100% {
    width: 100;
  }
}
@keyframes mainArrowAnim {
  0% {
    width: 0;
  }
  100% {
    width: 100;
  }
}
#lineOne {
  height: 2px;
  width: 200%;
  margin-top: -1px;
  margin-left: -100%;
  background: #f7f7f7;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
}
.head #lineOne {
  display: none;
}

#lineTwo {
  height: 1000%;
  width: 2px;
  margin-top: -500%;
  margin-left: -1px;
  background: #f7f7f7;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 98;
}
.head #lineTwo {
  display: none;
}

.aboutusHome {
  position: relative;
  z-index: 22;
}
.aboutusHome .container {
  position: relative;
  z-index: 20;
}
.aboutusHome .container .p-content p {
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: 300;
  color: #FFF;
  margin: 15px 0;
}
@media only screen and (max-width: 992px) {
  .aboutusHome .container .p-content p br {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .aboutusHome .container .p-content p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 769px) {
  .aboutusHome .container .p-content p {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 480px) {
  .aboutusHome .container .p-content p {
    font-size: 0.86rem;
  }
}
.aboutusHome .container .p-content p b {
  font-weight: 700;
  color: #16b1c8;
}
.aboutusHome .container .p-content p a {
  display: inline-block;
  font-size: 1rem;
  color: #FFF;
  border: 1px solid #16b1c8;
  padding: 3px 25px;
  margin: 20px 15px 0 15px;
  border-radius: 20px;
}
.aboutusHome .container .p-content p a:hover {
  background-color: #16b1c8;
}
@media only screen and (max-width: 992px) {
  .aboutusHome .container .p-content p a {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 769px) {
  .aboutusHome .container .p-content p a {
    font-size: 0.86rem;
  }
}
@media only screen and (max-width: 480px) {
  .aboutusHome .container .p-content p a {
    font-size: 0.8rem;
  }
}

.solutionsHome {
  overflow: hidden;
}
.solutionsHome .container-fluid {
  padding-right: 0;
}
@media only screen and (max-width: 769px) {
  .solutionsHome .container-fluid {
    padding-right: 30px;
  }
}
.solutionsHome .container-fluid.fullContainer .p-content {
  display: inline-block;
  width: 100%;
  max-width: 497px;
}
@media only screen and (max-width: 769px) {
  .solutionsHome .container-fluid.fullContainer .p-content {
    max-width: 100%;
  }
}
.solutionsHome .container-fluid.fullContainer .p-content h2 {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 600;
  color: #16b1c8;
  letter-spacing: 0em;
}
@media only screen and (max-width: 992px) {
  .solutionsHome .container-fluid.fullContainer .p-content h2 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 769px) {
  .solutionsHome .container-fluid.fullContainer .p-content h2 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 480px) {
  .solutionsHome .container-fluid.fullContainer .p-content h2 {
    font-size: 1.2rem;
  }
}
.solutionsHome .container-fluid.fullContainer .p-content .icons {
  display: inline-block;
  width: 100%;
  margin: 30px 0 0;
  color: #949494;
  font-size: 2rem;
}
@media only screen and (max-width: 992px) {
  .solutionsHome .container-fluid.fullContainer .p-content .icons {
    margin: 20px 0 0;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 769px) {
  .solutionsHome .container-fluid.fullContainer .p-content .icons {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 480px) {
  .solutionsHome .container-fluid.fullContainer .p-content .icons {
    font-size: 1.5rem;
  }
}
.solutionsHome .container-fluid.fullContainer .p-content .icons i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.solutionsHome .container-fluid.fullContainer .p-content .icons i:first-child {
  margin-left: 0;
}
.solutionsHome .container-fluid.fullContainer .p-content .icons i:last-child {
  margin-right: 0;
}
.solutionsHome .container-fluid.fullContainer .p-content .icons i:hover {
  color: #16b1c8;
}
.solutionsHome .container-fluid.fullContainer .p-content .icons span.line {
  display: inline-block;
  width: 2px;
  height: 32px;
  background-color: #949494;
  vertical-align: middle;
}
@media only screen and (max-width: 992px) {
  .solutionsHome .container-fluid.fullContainer .p-content .icons span.line {
    height: 28.8px;
  }
}
@media only screen and (max-width: 769px) {
  .solutionsHome .container-fluid.fullContainer .p-content .icons span.line {
    height: 27.2px;
  }
}
@media only screen and (max-width: 480px) {
  .solutionsHome .container-fluid.fullContainer .p-content .icons span.line {
    height: 24px;
  }
}
.solutionsHome .container-fluid.fullContainer .p-content .text {
  display: inline-block;
  width: 100%;
  margin: 30px 0 0;
}
@media only screen and (max-width: 992px) {
  .solutionsHome .container-fluid.fullContainer .p-content .text {
    margin: 20px 0 0;
  }
}
.solutionsHome .container-fluid.fullContainer .p-content .text h3 {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 600;
  color: #000;
}
@media only screen and (max-width: 992px) {
  .solutionsHome .container-fluid.fullContainer .p-content .text h3 {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 769px) {
  .solutionsHome .container-fluid.fullContainer .p-content .text h3 {
    font-size: 0.86rem;
  }
}
@media only screen and (max-width: 480px) {
  .solutionsHome .container-fluid.fullContainer .p-content .text h3 {
    font-size: 0.8rem;
  }
}
.solutionsHome .container-fluid.fullContainer .p-content .text p, .solutionsHome .container-fluid.fullContainer .p-content .text pre {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
  margin-top: 15px;
}
@media only screen and (max-width: 992px) {
  .solutionsHome .container-fluid.fullContainer .p-content .text p, .solutionsHome .container-fluid.fullContainer .p-content .text pre {
    font-size: 0.86rem;
  }
}
@media only screen and (max-width: 769px) {
  .solutionsHome .container-fluid.fullContainer .p-content .text p, .solutionsHome .container-fluid.fullContainer .p-content .text pre {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 480px) {
  .solutionsHome .container-fluid.fullContainer .p-content .text p, .solutionsHome .container-fluid.fullContainer .p-content .text pre {
    font-size: 0.76rem;
  }
}
.solutionsHome .container-fluid.fullContainer .p-content .text a {
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #FFF;
  font-weight: 400;
  background-color: #1c4153;
  padding: 7px 45px;
  margin: 50px 0 0 0;
  border-radius: 20px;
}
.solutionsHome .container-fluid.fullContainer .p-content .text a:hover {
  background-color: #16b1c8;
}
@media only screen and (max-width: 992px) {
  .solutionsHome .container-fluid.fullContainer .p-content .text a {
    font-size: 0.86rem;
    margin: 25px 0 0 0;
    padding: 7px 30px;
  }
}
@media only screen and (max-width: 769px) {
  .solutionsHome .container-fluid.fullContainer .p-content .text a {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 480px) {
  .solutionsHome .container-fluid.fullContainer .p-content .text a {
    font-size: 0.76rem;
  }
}
.solutionsHome .container-fluid .imageSlider {
  position: relative;
  padding-left: 50px;
}
@media only screen and (max-width: 769px) {
  .solutionsHome .container-fluid .imageSlider {
    padding-left: 0px;
  }
}
.solutionsHome .container-fluid .imageSlider .sliderNav {
  position: absolute;
  left: 0px;
  top: 50%;
  background-color: #1c4153;
  z-index: 5;
  margin-top: -25px;
  border-radius: 25px;
}
@media only screen and (max-width: 992px) {
  .solutionsHome .container-fluid .imageSlider .sliderNav {
    float: none;
    width: auto;
    display: inline-block;
  }
}
@media only screen and (max-width: 769px) {
  .solutionsHome .container-fluid .imageSlider .sliderNav {
    top: -25px;
    left: 50%;
    margin-top: 0;
    margin-left: -52px;
    background-color: #16b1c8;
  }
}
.solutionsHome .container-fluid .imageSlider .sliderNav a {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  color: #FFF;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0px;
  padding: 17px;
  position: relative;
}
.solutionsHome .container-fluid .imageSlider .sliderNav a::after, .solutionsHome .container-fluid .imageSlider .sliderNav a::before {
  display: inline-block;
  font-size: 1rem;
  margin: 0;
  width: auto;
}
.solutionsHome .container-fluid .imageSlider .sliderNav a:hover {
  color: #16b1c8;
}
@media only screen and (max-width: 769px) {
  .solutionsHome .container-fluid .imageSlider .sliderNav a:hover {
    color: #1c4153;
  }
}
.solutionsHome .container-fluid .imageSlider .owl-carousel {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 350px 0 0 350px;
}
@media only screen and (max-width: 769px) {
  .solutionsHome .container-fluid .imageSlider .owl-carousel {
    border-radius: 100px;
  }
}
.solutionsHome .container-fluid .imageSlider .owl-carousel .owl-stage .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.solutionsHome .container-fluid .imageSlider .owl-carousel .owl-stage .item img {
  float: left;
  width: 100%;
  height: auto;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: 300ms;
  transition: 300ms;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .solutionsHome .container-fluid .imageSlider .owl-carousel .owl-stage .item img {
    min-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.solutionsHome .container-fluid .imageSlider .owl-carousel .owl-stage .item:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.solutionsHome .container-fluid .imageSlider .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -12px;
  z-index: 1;
}
.solutionsHome .container-fluid .imageSlider .owl-carousel .owl-nav button {
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  line-height: 1;
  background-color: aqua;
}
.solutionsHome .container-fluid .imageSlider .owl-carousel .owl-nav button.owl-prev {
  left: -40px;
}
.solutionsHome .container-fluid .imageSlider .owl-carousel .owl-nav button.owl-prev i {
  margin-left: -1px;
}
.solutionsHome .container-fluid .imageSlider .owl-carousel .owl-nav button.owl-next {
  right: -40px;
}
.solutionsHome .container-fluid .imageSlider .owl-carousel .owl-nav button.disabled {
  display: none;
}
.solutionsHome .container-fluid .imageSlider .owl-carousel .owl-nav button i {
  font-size: 24px;
  color: #5b6770;
  margin: 0;
}
.solutionsHome .container-fluid .imageSlider .owl-carousel .owl-nav button:hover i {
  color: #e30916;
}
.solutionsHome .container-fluid .imageSlider .owl-carousel .owl-dots {
  display: none;
  width: 100%;
  margin: 10px 0 0;
  text-align: center;
}
.solutionsHome .container-fluid .imageSlider .owl-carousel .owl-dots.disabled {
  margin: 0;
  visibility: hidden;
}
@media only screen and (max-width: 992px) {
  .solutionsHome .container-fluid .imageSlider .owl-carousel .owl-dots {
    left: 0;
    width: 100%;
    bottom: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  .solutionsHome .container-fluid .imageSlider .owl-carousel .owl-dots {
    margin: 5px 0 0;
  }
}
.solutionsHome .container-fluid .imageSlider .owl-carousel .owl-dots button {
  display: inline-block;
  margin: 0px 5px;
}
.solutionsHome .container-fluid .imageSlider .owl-carousel .owl-dots button.active span {
  background-color: #e30916;
  opacity: 1;
}
.solutionsHome .container-fluid .imageSlider .owl-carousel .owl-dots button span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #5b6770;
  opacity: 0.2;
  border-radius: 100%;
}
@media only screen and (max-width: 992px) {
  .solutionsHome .container-fluid .imageSlider .owl-carousel .owl-dots button {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 769px) {
  .solutionsHome .container-fluid .imageSlider .owl-carousel .owl-dots button {
    margin: 0px 3px;
  }
  .solutionsHome .container-fluid .imageSlider .owl-carousel .owl-dots button span {
    width: 8px;
    height: 8px;
  }
}

.inNumbersHome {
  position: relative;
  z-index: 22;
  min-height: 720px;
}
@media only screen and (max-width: 992px) {
  .inNumbersHome {
    min-height: 620px;
  }
}
.inNumbersHome .container {
  position: relative;
  z-index: 20;
}
.inNumbersHome .container .p-title {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 280px;
}
@media only screen and (max-width: 992px) {
  .inNumbersHome .container .p-title {
    max-width: none;
  }
}
.inNumbersHome .container .p-title h2 {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0em;
  color: #042d94;
}
.inNumbersHome .container .p-title h2 b {
  font-weight: 800;
}
@media only screen and (max-width: 992px) {
  .inNumbersHome .container .p-title h2 {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 769px) {
  .inNumbersHome .container .p-title h2 {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 480px) {
  .inNumbersHome .container .p-title h2 {
    font-size: 1rem;
  }
}
.inNumbersHome .container .p-title p {
  padding-bottom: 35px;
  position: relative;
  letter-spacing: 0.02em;
}
.inNumbersHome .container .p-title p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 30px;
  height: 3px;
  margin-left: -15px;
  background-color: #e30916;
}
.inNumbersHome .container .p-icon {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 40px;
  max-width: 394px;
}
.inNumbersHome .container .p-icon .row {
  margin-top: -25px;
}
@media only screen and (max-width: 480px) {
  .inNumbersHome .container .p-icon .row {
    margin-top: -12px;
  }
}
.inNumbersHome .container .p-icon .row:first-child {
  margin-top: 0;
}
.inNumbersHome .container .p-icon .row div[class^=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inNumbersHome .container .p-icon .row div[class^=col-].start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.inNumbersHome .container .p-icon .row div[class^=col-].end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.inNumbersHome .container .p-icon .row .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 136px;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #042d94;
  border-radius: 100%;
  padding: 5px;
}
@media only screen and (max-width: 480px) {
  .inNumbersHome .container .p-icon .row .number {
    width: 120px;
  }
}
.inNumbersHome .container .p-icon .row .number i {
  font-size: 2.5rem;
  color: #042d94;
  line-height: 1;
}
@media only screen and (max-width: 480px) {
  .inNumbersHome .container .p-icon .row .number i {
    font-size: 2rem;
  }
}
.inNumbersHome .container .p-icon .row .number .counters {
  display: inline-block;
  width: 100%;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 700;
  color: #042d94;
  margin: 8px 0 3px;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .inNumbersHome .container .p-icon .row .number .counters {
    font-size: 1.4rem;
  }
}
.inNumbersHome .container .p-icon .row .number p {
  display: inline-block;
  width: 100%;
  font-size: 0.6rem;
  font-weight: 500;
  color: #042d94;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1;
}
.inNumbersHome .container .p-content {
  margin-top: 30px;
}
.inNumbersHome .container .p-content .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  padding: 5px;
}
.inNumbersHome .container .p-content .number .title {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  color: #042d94;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .inNumbersHome .container .p-content .number .title {
    font-size: 0.9rem;
  }
}
.inNumbersHome .container .p-content .number .counters {
  display: inline-block;
  width: 100%;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  color: #042d94;
  margin: 10px 0;
  padding: 0;
}
@media only screen and (max-width: 769px) {
  .inNumbersHome .container .p-content .number .counters {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .inNumbersHome .container .p-content .number .counters {
    font-size: 1.6rem;
  }
}
.inNumbersHome .container .p-content .number p {
  display: inline-block;
  width: 100%;
  font-size: 0.9rem;
  font-weight: 400;
  color: #042d94;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1;
}
@media only screen and (max-width: 480px) {
  .inNumbersHome .container .p-content .number p {
    font-size: 0.8rem;
  }
}

.sustainabilityHome {
  overflow: hidden;
}
.sustainabilityHome .container-fluid {
  padding: 0;
}
.sustainabilityHome .container-fluid.fullContainer .p-content {
  display: inline-block;
  width: 100%;
  padding: 40px 50px 130px;
  background: rgb(17, 121, 49);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 121, 49, 0.85)), color-stop(69%, rgba(17, 121, 49, 0.6)), to(rgba(17, 121, 49, 0)));
  background: linear-gradient(180deg, rgba(17, 121, 49, 0.85) 0%, rgba(17, 121, 49, 0.6) 69%, rgba(17, 121, 49, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 769px) {
  .sustainabilityHome .container-fluid.fullContainer .p-content {
    padding: 0px 30px 40px;
  }
}
.sustainabilityHome .container-fluid.fullContainer .p-content h2 {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 500;
  color: #FFF;
}
@media only screen and (max-width: 769px) {
  .sustainabilityHome .container-fluid.fullContainer .p-content h2 {
    max-width: 100%;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 480px) {
  .sustainabilityHome .container-fluid.fullContainer .p-content h2 {
    font-size: 1.4rem;
  }
}
.sustainabilityHome .container-fluid.fullContainer .p-content .text {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  margin: 20px 0 0;
}
@media only screen and (max-width: 769px) {
  .sustainabilityHome .container-fluid.fullContainer .p-content .text {
    max-width: 100%;
  }
}
.sustainabilityHome .container-fluid.fullContainer .p-content .text p, .sustainabilityHome .container-fluid.fullContainer .p-content .text pre {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #FFF;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .sustainabilityHome .container-fluid.fullContainer .p-content .text p, .sustainabilityHome .container-fluid.fullContainer .p-content .text pre {
    font-size: 0.8rem;
  }
}
.sustainabilityHome .container-fluid.fullContainer .p-content .text a {
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #FFF;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0;
}
.sustainabilityHome .container-fluid.fullContainer .p-content .text a:hover {
  color: #16b1c8;
}

.referenceHome .container .referenceLogo {
  padding: 0 50px;
}
@media only screen and (max-width: 769px) {
  .referenceHome .container .referenceLogo {
    padding: 0;
  }
}
.referenceHome .container .referenceLogo .owl-carousel {
  width: 100%;
  height: auto;
}
.referenceHome .container .referenceLogo .owl-carousel .owl-stage-outer {
  width: calc(100% + 40px);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 25px;
}
.referenceHome .container .referenceLogo .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.referenceHome .container .referenceLogo .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -16px;
  z-index: 1;
}
.referenceHome .container .referenceLogo .owl-carousel .owl-nav button {
  position: absolute;
  top: 0;
  width: 32px;
  height: 32px;
  line-height: 1;
}
.referenceHome .container .referenceLogo .owl-carousel .owl-nav button.owl-prev {
  left: -50px;
}
.referenceHome .container .referenceLogo .owl-carousel .owl-nav button.owl-prev i {
  margin-left: -1px;
}
.referenceHome .container .referenceLogo .owl-carousel .owl-nav button.owl-next {
  right: -50px;
}
.referenceHome .container .referenceLogo .owl-carousel .owl-nav button.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.referenceHome .container .referenceLogo .owl-carousel .owl-nav button i {
  font-size: 32px;
  color: #042d94;
}
.referenceHome .container .referenceLogo .owl-carousel .owl-nav button:hover i {
  color: #16b1c8;
}
.referenceHome .container .referenceLogo .owl-carousel .owl-dots {
  float: left;
  width: 100%;
  margin: 0;
  margin-top: -20px;
  margin-bottom: 10px;
  text-align: center;
}
.referenceHome .container .referenceLogo .owl-carousel .owl-dots.disabled {
  margin: 0;
  visibility: hidden;
}
@media only screen and (max-width: 992px) {
  .referenceHome .container .referenceLogo .owl-carousel .owl-dots {
    left: 0;
    width: 100%;
    bottom: 30px;
    text-align: center;
  }
}
.referenceHome .container .referenceLogo .owl-carousel .owl-dots button {
  display: inline-block;
  margin: 0px 5px;
}
.referenceHome .container .referenceLogo .owl-carousel .owl-dots button.active span {
  opacity: 1;
}
.referenceHome .container .referenceLogo .owl-carousel .owl-dots button span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #5b6770;
  opacity: 0.2;
  border-radius: 100%;
}
@media only screen and (max-width: 992px) {
  .referenceHome .container .referenceLogo .owl-carousel .owl-dots button {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 769px) {
  .referenceHome .container .referenceLogo .owl-carousel .owl-dots button {
    margin: 0px 3px;
  }
  .referenceHome .container .referenceLogo .owl-carousel .owl-dots button span {
    width: 8px;
    height: 8px;
  }
}

.newsHome .container {
  position: relative;
  z-index: 20;
  max-width: 1650px;
}
.newsHome .container .p-title {
  float: left;
  width: 100%;
}
.newsHome .container .owl-carousel {
  width: 100%;
  height: auto;
}
.newsHome .container .owl-carousel .owl-stage-outer {
  width: calc(100% + 40px);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 25px;
}
.newsHome .container .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.newsHome .container .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -16px;
  z-index: 1;
}
.newsHome .container .owl-carousel .owl-nav button {
  position: absolute;
  top: 0;
  width: 32px;
  height: 32px;
  line-height: 1;
}
.newsHome .container .owl-carousel .owl-nav button.owl-prev {
  left: -50px;
}
.newsHome .container .owl-carousel .owl-nav button.owl-prev i {
  margin-left: -1px;
}
.newsHome .container .owl-carousel .owl-nav button.owl-next {
  right: -50px;
}
.newsHome .container .owl-carousel .owl-nav button.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.newsHome .container .owl-carousel .owl-nav button i {
  font-size: 32px;
  color: #042d94;
}
.newsHome .container .owl-carousel .owl-nav button:hover i {
  color: #16b1c8;
}
.newsHome .container .owl-carousel .owl-dots {
  float: left;
  width: 100%;
  margin: 0;
  margin-top: -20px;
  margin-bottom: 10px;
  text-align: center;
}
.newsHome .container .owl-carousel .owl-dots.disabled {
  margin: 0;
  visibility: hidden;
}
@media only screen and (max-width: 992px) {
  .newsHome .container .owl-carousel .owl-dots {
    left: 0;
    width: 100%;
    bottom: 30px;
    text-align: center;
  }
}
.newsHome .container .owl-carousel .owl-dots button {
  display: inline-block;
  margin: 0px 5px;
}
.newsHome .container .owl-carousel .owl-dots button.active span {
  opacity: 1;
}
.newsHome .container .owl-carousel .owl-dots button span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #5b6770;
  opacity: 0.2;
  border-radius: 100%;
}
@media only screen and (max-width: 992px) {
  .newsHome .container .owl-carousel .owl-dots button {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 769px) {
  .newsHome .container .owl-carousel .owl-dots button {
    margin: 0px 3px;
  }
  .newsHome .container .owl-carousel .owl-dots button span {
    width: 8px;
    height: 8px;
  }
}