@font-face {
  font-family: "pop-reg";
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: "pop-med";
  src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: "pop-bold";
  src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: "pop-ebold";
  src: url(../fonts/Poppins-ExtraBold.ttf);
}
@font-face {
  font-family: "pop-semi";
  src: url(../fonts/Poppins-SemiBold.ttf);
}
.photo-1 {
  width: 100% !important;
}
body {
  font-family: "pop-reg";
}
a,
.products a,
.about-section a,
.btns a {
  text-decoration: none;
  color: #000;
}
li {
  list-style: none;
}
/* header */
.header-main {
  background: #10719d;
}
.header1 {
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  display: flex;
  justify-content: space-between;
  padding: 16px 14px;
  gap: 8px;
  color: white;
}
.follow svg {
  width: 16px;
  height: 16px;
}
.follow {
  color: var(--Gray-00, #fff);

  /* Body/Small/400 */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.follow-icons {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.phone {
  color: #fff;

  /* Body/Large/400 */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  padding-top: 6px;
}
.phone svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.header1 p {
  color: var(--Gray-00, #fff);
  font-size: 20px;
  font-style: normal;
  line-height: 20px; /* 100% */
  padding-top: 8px;
}
.navbar-nav {
  display: flex;
  align-items: flex-start;
  gap: 56px;
}
.nav-item {
  color: #343434;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.active {
  color: #10719d !important;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* hero section */
.hero-section {
  height: 90vh;
  padding: 150px 0 117px 75px;
  overflow: hidden;
}
.hero-section h2 {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 76.8px */
  text-transform: uppercase;
}
.hero-section p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 175% */
}
.btns {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.hero-section .btn1 {
  display: flex;
  width: 160.01px;
  height: 55px;
  padding: 0px 29.656px 0px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #1c1a1b;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 100% */
  letter-spacing: 2px;
  text-transform: uppercase;
}
.btn2 {
  display: flex;
  width: 160px;
  height: 55px;
  padding: 0px 29.68px 0px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  border: 1px solid white;
  background: #fff;
  color: #10719d;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 100% */
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* about section */
.about-section {
  display: flex;
  padding: 100px 0px;
  justify-content: center;
  align-items: flex-start;
}
.about-section h2 {
  display: flex;
  width: 100%;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #18100f;
  font-family: "pop-bold";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  text-transform: capitalize;
}
.about-badge {
  color: #10719d;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  font-family: "pop-semi";
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.56px;
  text-transform: uppercase;
  display: flex;
  width: 112.954px;
  height: 22px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 3px;
  background: #d3e9fb;
  display: flex;
  width: 128.58px;
  height: 30px;
  padding: 4px 7.626px 4px 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.about-section p,
li {
  color: #616060;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 15px 0;
  line-height: 24px; /* 150% */
}
.read-btn {
  display: flex;
  width: 170.23px;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  gap: 9.668px;
  border-radius: 3px;
  background: #10719d;
  color: #fff;
  font-family: "pop-semi";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 200% */
  letter-spacing: 0.56px;
  text-transform: uppercase;
  border: none;
}
/* categories */
.categories {
  display: flex;
  padding: 100px 0px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.cat-text h3 {
  color: #36415a;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 120% */
}
.cat-text p {
  color: #636778;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.4px; /* 165% */
}
.categories .col-lg-4 img {
  width: 100%;
  max-height: 300px;
}
.categories .card-body {
  display: flex;
  justify-content: space-between;
}
.cat-btn {
  display: flex;
  padding: 12px 35.94px 12px 30px;
  align-items: center;
  gap: 5px;
  border-radius: 3px;
  background: #10719d;
  color: #fff;
  font-family: "pop-semi";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 200% */
  letter-spacing: 0.56px;
  text-transform: uppercase;
  border: none;
}
.btn-conta {
  display: flex;
  justify-content: center;
}
.products {
  display: flex;
  padding: 100px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.texts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px !important;
}

.texts h2 {
  color: #36415a;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  line-height: 36px; /* 120% */
}

.texts h3 {
  color: #36415a;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 120% */
}
.texts p {
  color: #636778;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.4px; /* 165% */
}
.col-lg-2 {
  width: 20%;
}
.col-lg-2 .card {
  min-height: 350px;
  max-height: 350px;
}
.col-lg-2 img {
  width: 100%;
  max-height: 240px;
}
/*  */
.companies {
  padding: 50px 0px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  background: linear-gradient(
      0deg,
      rgba(20, 69, 123, 0.95) 0%,
      rgba(20, 69, 123, 0.95) 100%
    ),
    url("../img/bg.png") lightgray 50% / cover no-repeat;
}
.companies-text1 {
  color: var(--Neutral-gray-700, #d6d6d6);
  text-align: center;

  /* Text md/Medium */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.logos {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 40px;
  align-self: stretch;
  flex-wrap: wrap;
}
/*  */
.blogs {
  display: flex;
  padding: 100px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.blogs .card-title {
  color: #18100f;
  font-family: "pop-bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  text-transform: capitalize;
}
.blogs .card-text {
  color: #666;
  font-family: "pop-med";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
}
.blogs a {
  text-decoration: none;
  color: #2490eb;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 200% */
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.blogs .card {
  border: none;
}
.blogs .card-body {
  background: #f4f6f9;
}
/*  */
.foot {
  display: flex;
  justify-content: space-between;
  height: 526px;
  padding: 46px 20%;
  align-items: flex-start;
  gap: 32px;
}
.foot p {
  color: #636778;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  width: 280px;
  line-height: 23.1px; /* 165% */
}
.foot h6 {
  color: #36415a;
  font-family: "pop-semi";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px; /* 120% */
}
.footr2 {
  display: flex;
  height: 70px;
  padding: 23px 0px 23.9px 0px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #1775a3;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.1px; /* 165% */
}
.ours .card-title {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 112.5% */
}

.ours .card-body {
  color: #737373;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 156.25% */
}
.ours .card {
  border: 0;
}
.value {
  display: flex;
  padding: 47px 95px 51px 95px;
  flex-direction: column;
  align-items: center;
  gap: 63px;

  background: linear-gradient(
      0deg,
      rgba(24, 97, 143, 0.87) 0%,
      rgba(24, 97, 143, 0.512) 100%
    ),
    url(../img/bg.png) lightgray 50% / cover no-repeat;
}
.value h3 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 100% */
}
.value .col-lg-4 {
  width: 350px;
  padding: 32px 16px 16px 16px;
  gap: 16px;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 200% */
}
.value .col-lg-4 p {
  color: #616060;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  padding-top: 25px;
}
.value .row {
  gap: 100px;
}

.page {
  display: flex;
  flex-direction: column;
  height: 271px;
  justify-content: center;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 50% */
  align-items: center;
  background: linear-gradient(
      0deg,
      rgba(16, 113, 157, 0.51) 0%,
      rgba(16, 112, 157, 0.433) 100%
    ),
    url(../img/bg.png) lightgray 0px 0px / 100% 271.956% no-repeat;
}
.page h2 {
  color: #fff;
  padding-bottom: 20px;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 50% */
}
.cat-sec .col-lg-4 {
  margin-bottom: 25px;
  height: 369.98px;
}
.blog-sec .col-lg-4 {
  margin-bottom: 25px;
}
.cat-sec img {
  max-height: 281px;
}
.produc {
  padding: 70px 0;
}
.produc .col-lg-4 {
  margin-bottom: 25px;
}
.rad {
  border-radius: 100px;
  border: 1px solid var(--Gray-200, #c9cfd2);
  background: var(--Gray-00, #fff);
  width: 20px;
  height: 20px;
}
label {
  color: var(--Gray-700, #475156);

  /* Body/Small/400 */
  font-family: "pop-med";
  font-style: normal;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.filt-radio {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-bottom: 15px;
}
.ran {
  width: 415px;
  height: 2px;
  margin-bottom: 30px;
}
.che {
  border-radius: 2px;
  background: #1775a3;
  width: 20px;
  height: 20px;
  padding: 3px;
}
iframe {
  width: 100%;
}
.conr {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 50%;
  margin-bottom: 5px;
}
.che-container {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.swiper-slide {
  width: 100%;
}
.search {
  border-radius: 2px;
  border: 1px solid var(--Gray-100, #e4e7e9);
  background: var(--Gray-00, #fff);
  display: flex;
  width: 580px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.filterrrr {
  color: var(--Gray-900, #191c1f);

  /* Label/02 */
  font-family: "pop-semi";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
/*     padding: 200px 0 117px 30px; */
.footer-light {
    padding-top: 100px;
}
.pros .col-lg-4 img {
  width: 100%;
  max-height: 300px;
}
.pros .col-lg-4 .card {
  min-height: 320px;
  max-height: 320px;
}

.value img 
{
    display:block;
    margin: auto;
}
.value h5 {
    text-align:center;
}
.catSec .card-title
{
    text-align:center;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -10% !important;
    }
.overlay {
  background: linear-gradient(
      0deg,
      rgba(16, 113, 157, 0.51) 0%,
      rgba(16, 113, 157, 0.51) 100%
    ),
    url(../img/bg.png) lightgray 0px 0px / 100% 100% no-repeat;
  height: 90vh;
  width: 100%;
}
span.swiper-pagination-bullet {
    display: none !important;
}

@media screen and (min-width: 768px) {
  .hero-section {
    height: 80vh;
    padding: 150px 0 117px 30px;
  }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
    {
        bottom: -10% !important;
    }
  .d-ph {
    position: relative;
    top: -140px;
    left: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-section {
    height: 80vh;
    padding: 180px 0 117px 80px;
  }
  .foot {
    padding: 50px 10%;
  }
}
@media screen and (max-width: 768px) {
  .foot {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 0px 10px;
  }
  .fot {
    width: 50% !important;
  }
  .fot img {
    width: 100%;
  }
  .fot p {
    width: 100%;
  }
  .header1 {
    display: block;
    padding: 7px 0px;
  }
  .follow {
    justify-content: flex-start;
  }
  .header1 p {
    padding-top: 15px;
  }
  .phone {
    padding-top: 0px;
  }
  .hero-section {
    height: 70vh;
    padding: 100px 30px 0 20px;
  }
  .d-ph {
    width: 100%;
    position: relative;
    top: 70px;
    left: 30px;

  }
  .read-btn {
    margin-bottom: 10px;
  }
  .categories .col-lg-4 {
    width: 50%;
    margin-bottom: 10px;
  }
  .products .col-lg-2 {
    width: 33.3%;
    margin-bottom: 10px;
  }
  .cat-btn {
    display: none;
  }
  .blogs .col-lg-4 {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:500px){
    .header1 p {
      font-size: 16px;
    }
    
    .navbar-nav {
        gap: 0;
    }
    .d-ph
    {
        position:unset;
    }
    .overlay,.hero-section
    {
        height:fit-content;
        padding:25px 10px;
    }
    .d-ph img 
    {
        margin-top:20px;
    }
    .nav-item
    {
        padding:0;
    }
    .hero-section .btn1,.hero-section .btn2
    {
        width:fit-content;
        height: auto;
        padding:10px 15px;
    }
    .page h2
    {
        font-size:40px;
        line-height:normal;
    }
    .hero-section h2 {
    font-size: 28px;
    }
    .hero-section p
    {
        line-height:26px;
    }
    .phone,.header1 p
    {
        padding-left: 15px;
    }
    .companies img {
        width: 150px !important;
        margin: auto;
        display: block;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
    {
        bottom: -16% !important;
    }
    .value {
        display: flex;
        padding: 40px;
    }
    .value h3 {
        font-size: 30px;
    }
}
@media screen and (max-width: 400px) {
  .header1 {
    display: block;
  }
  .follow {
    justify-content: flex-start;
  }
  .header1 p {
    padding-top: 15px;
  }
  .phone {
    padding-top: 0px;
  }
  .navbar-nav {
    gap: 0;
  }
  .hero-section {
    height: 90vh;
    padding: 80px 0px 20px 14px;
  }
  .hero-section h2 {
    color: #fff;
    font-size: 34px;
  }
  .hero-section p {
    color: #fff;
    font-size: 15px;
  }
  .foot {
    display: block;
    height: 100%;
    padding: 0px 10px;
  }
  .about-section h2 {
    width: 100%;
    font-size: 40px;
  }
  /* .d-ph{
  display: none;
} */
  .about-section {
    padding: 50px 0px;
  }
  .about-section p,
  li {
    font-size: 15px;
    padding: 10px 0;
  }
  .read-btn {
    margin-bottom: 10px;
  }
  .categories {
    padding: 50px 0px;
  }
  .categories .col-lg-4 {
    margin-bottom: 10px;
    width: 100%;
  }
  .products {
    padding: 50px 0px;
  }
  .texts {
    display: block;
  }
  .products .col-lg-2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .cat-btn {
    display: none;
  }
  .texts h3 {
    text-align: center;
  }
  .blogs .col-lg-4 {
    margin-bottom: 10px;
    width: 100%;
  }
  .footr2 {
    margin: 0 !important;
    padding: 0;
  }
}
