body {
  background-color: #fafbff !important;
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none !important;
}

/* a:hover {
  color: unset;
} */

.Section_Light_Bg {
  background-color: #FFFFFF;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-nav .nav-link {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #464242;
  width: fit-content;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #042E63;
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover,
.nav-item.active .nav-link {
  color: #042E63;
}

.navbar-nav .nav-link:hover::after,
.nav-item.active .nav-link::after {
  width: 100%;
}

.navbar-brand {
  max-width: 170px;
}


.ftco-footer {
  background-color: #01133b !important;
  color: #ffffffb3;
}

.Footer_Links {
  text-decoration: none !important;
  color: #ffffffb3;
  transition: color 0.3s ease;
}

.Footer_Links:hover {
  color: #fafbff !important;
}

.Primary_Button {
  border-radius: 12px;
  padding: 13px 33px;
  background: #E2792F;

  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  width: fit-content;
  transition: all 0.3s ease;
}

.Primary_Button:hover {
  background: #FF842C;
  box-shadow: 0px 4px 4px 0px #00000040;
  color: #fff;
}

.Secondary_Button {
  border-radius: 12px;
  padding: 13px 33px;
  background: #042E63;

  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: none;
  transition: all 0.3s ease;
}

.Secondary_Button:hover {
  background: #0060CE;
  box-shadow: 0px 4px 4px 0px #00000040;
  color: #fff;
}

.Sections_Spacing {
  padding: 50px 20px;
}

h2 {
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 100% !important;
  color: #042E63 !important;
}

.Sections_Sub_Heading {
  font-weight: 400;
  font-size: 24px;
  /* line-height: 100%; */
  color: #000000;
}

.slider {
  animation: slidein 30s linear infinite;
  white-space: nowrap;

}

.logos {
  width: 100%;
  display: inline-block;
  margin: 0px 0;

}

.fab {
  width: calc(100% / 5);
  animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.Banner_Page_Main_Heading {
  font-weight: 700;
  font-size: 70px;
  line-height: 100%;
  color: #042E63;

  max-width: 900px;
  text-align: center;
  margin: auto;
}

.Primary_Color_Heading {
  color: #FF9933;
}

.Secondary_Color_Heading {
  color: #0060CE;
}

.Secondary_Page_Heading {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #000;
}

.About_Page_Heading {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #000;
}

.Services_Page_Cards {
  background: #D9D9D9;
  border-radius: 15px;
  height: 100%;


  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.Why_Cheese_Card {
  border: 1px solid #464242;
  border-radius: 15px;
  padding: 15px;
  text-align: center;

  max-width: 200px;
  width: 200px;
}

.Why_Cheese_Card img {
  width: 65px;
  height: 65px;
  margin: auto;
}

.Why_Cheese_Card h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-top: 10px;
}


.Heading_With_Line_Container {
  position: relative;
  padding: 0;
  max-width: 100%;
}

.Heading_With_Line {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #002D72;
}

.Heading_underline {
  height: 0.1px;
  background-color: #002D72;
  width: 100%;
}

.Heading_Dot {
  width: 8px;
  height: 8px;
  background-color: #002D72;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.Heading_underline_container {
  position: relative;
}

/* .container-lg {
  overflow: hidden;
} */

.ftco-footer a {
  color: rgba(255, 255, 255, 0.7);
}

.ftco-footer p {
  color: rgba(255, 255, 255, 0.7);
}

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}

.ftco-footer-social li a {
  height: 50px;
  width: 50px;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: relative;
}

.ftco-footer-social li a span {
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ftco-footer .ftco-footer-widget h2 {
  font-weight: normal !important;
  color: #fff !important;
  margin-bottom: 30px;
  font-size: 18px !important;
  font-weight: 700 !important;
  font-family: "Poppins", Arial, sans-serif;
}

.block-23 ul li .icon {
  width: 40px;
  font-size: 18px;
  padding-top: 2px;
  color: white;
}

.block-23 ul li .icon,
.block-23 ul li .text {
  display: table-cell;
  vertical-align: middle;
}

.block-23 ul li,
.block-23 ul li>a {
  display: table;
  line-height: 1.8;
  /* margin-bottom: 15px; */
  padding: 0.25rem;
}

.ftco-footer {
  font-size: 16px;
  padding: 50px 0;
  background: #232323;
  padding-bottom: 20px;
}

.navbar-brand {
  display: inline-block;
}

.block-23 ul {
  padding: 0;
}




/* Slider css */
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
  left: -70px;
}

.owl-nav button.owl-next {
  right: -50px;
}

.owl-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  padding-top: 15px;
}

.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #DAD4D4;
}

.owl-dots button.owl-dot.active {
  background: #464242;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  padding: 0 !important;
}

.owl-nav button:focus {
  outline: none;
}

.item {
  width: 100%;
}

#Logo_carousel .owl-item img {
  height: auto;
  object-fit: contain;
  aspect-ratio: 3 / 2;
  max-width: 140px;
}















@media screen and (max-width: 992px) {
  .navbar-brand {
    max-width: 140px;
  }

  .navbar-nav {
    flex-direction: row !important;
  }

  .navbar-collapse {
    display: flex;
    justify-content: space-around;
  }

  .Banner_Page_Main_Heading {
    font-size: 46px;
    max-width: 700px;
  }

  .Sections_Spacing {
    padding: 30px 10px;
  }
}

@media screen and (max-width: 768px) {
  .Secondary_Page_Heading {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (max-width: 600px) {
  .Banner_Page_Main_Heading {
    font-size: 32px;
    max-width: 700px;
  }

  .navbar-collapse {
    display: unset;
  }

  .navbar-nav {
    flex-direction: column !important;
    gap: 5px !important;
  }

  .navbar-nav .nav-link {
    font-size: 14px;
  }

  .Primary_Button,
  .Secondary_Button {
    border-radius: 6px;
    padding: 8px 20px;
    font-size: 14px;
  }

  .navbar-toggler {
    font-size: 14px !important;
  }

  .navbar-brand {
    max-width: 100px;
  }

  .ftco-footer .ftco-footer-widget h2 {
    margin-bottom: 10px;
    font-size: 16px !important;
  }

  .ftco-footer {
    font-size: 12px;
  }

  .ftco-footer-social li a {
    height: 30px;
    width: 30px;
  }

  .ftco-footer-social li a span {
    font-size: 16px;
  }

  .Secondary_Page_Heading {
    font-size: 18px;
    line-height: 22px;
  }

  .Sections_Spacing {
    padding: 30px 0;
  }

  h2 {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .About_H4_Heading,
  .Heading_With_Line {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .Why_Cheese_Card h4 {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .About_Pera p {
    font-size: 14px !important;
    line-height: normal !important;
  }

  .Sections_Sub_Heading {
    font-size: 18px;
  }

  .About_Page_Heading {
    font-size: 16px;
    line-height: 22px;
  }

  .Why_Cheese_Card {
    border-radius: 10px;
    padding: 8px;
    max-width: 135px;
    width: 150px;
  }
}