@import url('https://fonts.googleapis.com/css2?family=Alegreya:wght@400;500;600;700;800;900&family=Lato:wght@100;300;400;700;900&family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  position: relative;
  background-color: #fff;
  color: #4a4a4a;
  font-family: 'Noto Sans', sans-serif;
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* color: #101010; */
  color: #06034f;
  /* font-family: 'Noto Sans', sans-serif; */
  font-family: 'Alegreya', serif;
  letter-spacing: 0.5px;
}
p {
  margin: 0;
}

.section-title {
  color: #101010;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.section-title.underline::after {
  background-color: #b30000;
  content: '';
  display: block;
  height: 3px;
  margin: 0 auto;
  margin-top: 20px;
  width: 70px;
}
.section-title.sidelines::before,
.section-title.sidelines::after {
  background-color: #b30000;
  content: '';
  display: block;
  width: 85px;
  height: 3px;
}
.section-title.sidelines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.section-serve {
  background-color: #fff;
  padding-bottom: 84px;
  padding-top: 70px;
}
.circle-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.circle-wrapper h3 {
  color: #2a2a2a;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 15px;
}
.circle {
  align-items: center;
  border: 10px solid #fff;
  border-radius: 50%;
  display: flex;
  height: 200px;
  justify-content: center;
  position: relative;
  width: 200px;
}
.circle img:not(.circle-icon img) {
  border-radius: 50%;
  height: 180px;
  width: 180px;
}
.circle-icon {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0px 7px 29px rgba(100, 100, 111, 0.2);
  display: flex;
  height: 84px;
  justify-content: center;
  position: absolute;
  right: 0;
  transform: translateX(50%);
  width: 84px;
}
.circle-icon img {
  height: 40px;
  width: 40px;
}
.section-about {
  padding: 50px 0 70px;
}
.about-content {
  margin-right: 59px;
}
@media screen and (max-width: 1199.9px) {
  .about-content {
    margin-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .about-content {
    margin-right: 0;
  }
}
section p {
  color: #4a4a4a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.7px;
  margin-bottom: 10px;
  text-align: justify;
}
section strong {
  color: #0275cc;
  font-weight: 500;
}
section ul li {
  margin-bottom: 10px;
  text-align: justify;
}
.sectionVideos {
  padding: 50px 0;
}
.cta-wrapper {
  align-items: center;
  background-color: #0275cc;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16),
    0px 3px 6px 0px rgba(0, 0, 0, 0.23);
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  padding: 70px 50px;
}
.cta-wrapper h3 {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page-banner {
  width: 100%;
  height: 100%;
}
.page-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1349/400;
}
.about-img iframe {
  height: auto;
  aspect-ratio: 16/9;
}
.section-partner {
  padding: 50px 0;
}
.customer {
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 7px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.partner img,
.customer img {
  width: 100%;
  object-fit: contain;
  transition: all 0.4s ease;
  cursor: pointer;
}
.partner img:active,
.customer img:active {
  transform: scale(0.9);
  object-fit: contain;
}
.customer {
  text-align: center;
}
.customer img {
  height: 100px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1199.9px) {
  .grid {
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991.9px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767.9px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 575.9px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-serve .slick-prev::before,
.section-serve .slick-next::before {
  font-size: 25px;
}
.slick-slider .slick-track {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}
.slick-prev::before,
.slick-next::before {
  color: #0275cc !important;
  opacity: 0.9;
}
.slick-prev::before {
  content: '\f060' !important;
  font-family: var(--fa-style-family-classic) !important;
  font: var(--fa-font-solid);
}
.slick-next::before {
  content: '\f061' !important;
  font-family: var(--fa-style-family-classic) !important;
  font: var(--fa-font-solid);
}
.slick-list {
  height: 100% !important;
}
.carousel-indicators .active {
  background-color: #b30000;
}

/* Banner */

.banner .carousel-caption {
  bottom: initial;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.banner .carousel-caption h1 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1199.9px) {
  .banner .carousel-caption h1 {
    font-size: 40px;
  }
  .section-title {
    font-size: 37px;
  }
}
@media screen and (max-width: 991.9px) {
  .banner .carousel-caption h1 {
    font-size: 35px;
  }
  .section-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767.9px) {
  .banner .carousel-caption h1 {
    font-size: 25px;
  }
  .section-title {
    font-size: 27px;
  }
}
.carousel-item {
  position: relative;
}
.carousel-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent 0%);
  z-index: 1;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 0.7;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  background-size: 80% 80%;
  background-position: center center;
}
.mainSliderImg {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1349/450;
}
.banner .carousel-caption img {
  width: 200px;
  height: auto;
}

/* Navigation */
header {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.nav {
  /* height: 80px; */
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  z-index: 5;
}
.topNav {
  background-color: #b30000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 30px;
}
.brand {
  width: 150px;
}
.brand img {
  width: 100%;
}
.navContact,
.navContactItem {
  display: flex;
}
.navContactItem {
  align-items: center;
  justify-content: center;
  padding: 16px 30px;
  background: #fff;
}
.navContactItem:not(:last-child) {
  border-right: 1px solid #eee;
}
.navContactItemImg {
  margin-right: 9px;
}
.navContactItemContent h4 {
  margin: 0;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
}
.navContactItemContent span,
.navContactItemContent a {
  color: #5a5a5a;
  font-size: 12px;
  text-decoration: none;
}
.navCta a {
  display: inline-block;
  text-decoration: none;
  background-color: #0275cc;
  padding: 15px 34px 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.navCta a img {
  margin-left: 10px;
}
.navList {
  width: max-content;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0275cc;
  list-style: none;
  margin: 0 auto;
  position: absolute;
  top: 107%;
  left: 50%;
  transform: translate(-50%, -30%);
  z-index: 99;
}
.navList li {
  position: relative;
}
.navList li a,
.navList li span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 13px 17.5px;
  transition: all 0.4s ease;
  will-change: background, color;
}
.navList li a:hover,
.navList li span:hover,
.navList li a.active {
  background-color: #035696;
  color: #fff;
}
.navList li img {
  margin-left: 10px;
  cursor: pointer;
}
.dropdownWrapper {
  position: absolute;
  background-color: #fff;
  display: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.dropdownWrapper.nested {
  left: 100%;
  top: 0;
}
.dropdownList {
  list-style: none;
  padding: 0;
  flex: 1;
}
.dropdownList li a,
.dropdownList li span {
  font-size: 14px;
  display: block;
  color: #333;
}
.dropdownList legend {
  float: unset;
  font-size: 1rem;
}
.navList li {
  transition: all 0.4s ease;
}
.navList li:hover .dropdownWrapper:not(.dropdownList li .dropdownWrapper) {
  max-height: 700px;
  display: flex;
}
.dropdownList li:hover .dropdownWrapper:not(.dropdownWrapper.nested2) {
  max-height: 700px;
  display: flex;
}
.navList li .dropdownList li .dropdownList li:hover .dropdownWrapper {
  max-height: 700px;
  display: flex;
}
.navToggle {
  width: 40px;
  height: 40px;
  background-color: #0275cc;
  border-radius: 5px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.navToggle img {
  width: 35px;
  height: 35px;
}
.hasDropdown::after {
  content: '\f078';
  font: var(--fa-font-solid);
  margin-left: 10px;
}
.nestedDropdown::after {
  content: '\f178';
  font: var(--fa-font-solid);
  margin-left: 10px;
}
@media screen and (max-width: 75em) {
  .navContactItem {
    padding: 16px;
  }
  .navCta a {
    padding: 15px 24px 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 62em) {
  .nav {
    justify-content: space-between;
  }
  .navToggle {
    display: flex;
  }
  .navCta,
  .navList,
  .navContactItemImg {
    display: none;
  }
  .navList {
    background-color: #fcfcfc;
    margin: 0;
    position: fixed;
    width: 250px;
    transform: translate(0, 0);
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: scroll;
  }
  .navList li a,
  .navList li span {
    color: #035696;
    font-weight: 600;
  }
  .navList.active {
    display: block;
  }
  .navList li a,
  .navList li span {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .dropdownWrapper {
    width: 100% !important;
    max-height: 0;
    position: static;
    background-color: #fff;
    display: none;
    box-shadow: unset;
    top: 100%;
    left: 0;
    z-index: 5;
  }
}
@media screen and (max-width: 767.9px) {
  .navContact {
    display: none;
  }
}

/* Footer */
.footer {
  padding: 50px 0;
  background-color: #f5f5f5;
}
.footerItem h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}
.footerItem ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footerItem ul li:not(.footerItem .footerSocial li) {
  margin-bottom: 10px;
}
.footerItem ul li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.footerItem ul li span,
.footerItem ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
  text-decoration: none;
}
.footerItem ul.footerNav li::before {
  content: '\f054';
  display: inline-block;
  font: var(--fa-font-solid);
  color: #0275cc;
  margin-right: 10px;
}
.footerItem ul.footerNav li a {
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
  text-decoration: none;
}
.footerItem .footerSocial {
  display: flex;
  align-items: center;
}
.footerItem .footerSocial li {
  margin: 0;
  margin-right: 10px;
}
.footerItem .footerSocial li img {
  margin: 0;
  width: 30px;
  height: 30px;
}

/* Btn */
.button {
  display: inline-block;
  background: none;
  border: none;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
  padding: 10px 40px;
  transition: all 0.3s ease;
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid transparent;
  color: #fff;
}
.button-solid {
  background-color: #0275cc;
}
.button-solid:hover {
  background-color: hsl(206, 98%, 25%);
}
.button-outline {
  color: #2a2a2a;
  border: 2px solid #b30000;
}
.button-outline:hover {
  color: #fff;
  background-color: #b30000;
}
.pswp-gallery--single-column {
  width: 100%;
}
.pswp-gallery--single-column img {
  width: 100%;
  /*height: auto;*/
  height:100%;
}
.carousel-item img {
  height: 450px;
}
@media screen and (max-width: 991.9px) {
  .carousel-item img {
    height: 350px;
  }
}
@media screen and (max-width: 767.9px) {
  .carousel-item img {
    height: 250px;
  }
}
/* Achevement img style  */

.achivement {
  width: 120px;
}

.achivement>img {
  width: 100%;
}

/* Sustainability styles */

.word-container {
  background: #fff;
  padding: 30px;
  max-width: 900px;
  margin: auto;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}