
.pt-10 {
  padding-top: 10px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-500 {
  padding-top: 500px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-300 {
  margin-top: 300px;
}

.mt-500 {
  margin-top: 500px;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pb-300 {
  padding-bottom: 300px !important;
}

.font-prompt {
  font-family: "Prompt", sans-serif !important;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;

}

.section-padding {
  padding: 20px 20px;
}

.sticky .main-menu {}

.bg-home1 {
  background-image: url('../img/home/gif5.gif');
  background-size: cover;
  background-position: center;
}

.bg-home2 {
  background-image: url('../img/home/Picture6.png');
  background-size: cover;
  background-position: center;
  height: 400px;
}

.bg-home3 {
  background-image: url('../img/home/gif7.gif');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* backdrop-filter: brightness(1.3); */
}



.bg-home3::after {
  background-image: url('../img/home/Picture15.png');
  background-size: cover;
  background-position: center;
  content: "";
  width: 100vw;
  height: 100vh;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-home3::before {
  /* background-image: url('../img/home/Picture27.png'); */
  background-size: cover;
  background-position: center;
  content: "";
  width: 100vw;
  height: 100vh;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.bg-home4 {
  background-image: url('../img/footer/Picture29.png');
  background-size: cover;
  background-position: center;
  /* backdrop-filter: brightness(1.3); */
}

.bg-home5 {
  background-image: url('../img/home/Picture25.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* backdrop-filter: brightness(1.3); */
}



/* navbar */
.vl {
  border-bottom: 1px solid #ffffff;
  max-width: 500px;
  margin-inline: auto;
  margin-block: 30px;
}

.language-switcher .active {
  color: #1c294d;
  border: 2px solid #ffffff;
  background-color: #ffffff;

}

.nav-btn{
  color: #ffffff;
}

.lang-btn {
  border-radius: 5px;
}

#company-name {
  font-family: "Prompt", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-shadow: 0px 3px 3px rgb(82 162 192 / 38%);
}

/* home */
.banner {

  height: auto;
}

.banner h1 {

  font-family: "Oswald", sans-serif;
  font-size: 60px;
  color: #fff;
  text-shadow: 3px 3px 3px rgb(5 5 5);
}

.banner h2 {

  font-family: "Oswald", sans-serif;
  font-size: 50px;
  color: #fff;
  text-shadow: 3px 3px 3px rgb(5 5 5);
}

.banner h3 {
  font-family: "Prompt", sans-serif;
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  text-shadow: 3px 3px 3px rgb(5 5 5);
}

.overview {
  position: relative;
  height: auto;
}

.overview .row1 img {
  /* position: relative; */
  /* top: 150px; */
  z-index: 2;
}

.overview .row1 h1 {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  color: #fff;
  text-shadow: 3px 3px 3px rgb(5 5 5);
  padding: 30px;
}

.overview .row1 p {
  font-family: "Prompt", sans-serif;
  font-size: 20px;
  color: #fff;
  padding: 30px;
  padding-top: 0px;
  font-weight: 300;
}

.overview .row1 .box {
  min-height: calc(10px * 1vh);
}

.swiper {
  width: 100%;
  height: 100%;
}

.overview .row2 h1 {
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  text-shadow: 3px 3px 3px rgb(5 5 5);
}

.overview .row2 h3 {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 400;
  text-shadow: 3px 3px 3px rgba(5, 5, 5, 0.753);
}


.overview .row3 img {
  /* padding-top: 20px; */
  /* width: 80%; */
  position: relative;
  top: -60px;
}

.overview .row3 h1 {
  font-family: "Prompt", sans-serif;
  font-size: 80px;
  color: #fff;
  font-weight: 500;
  text-shadow: 3px 3px 3px rgb(5 5 5 / 60%)
}


.overview .row3 h2 {
  font-family: "Prompt", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  text-shadow: 3px 3px 3px rgb(5 5 5 / 60%)
}

.overview .row3 h3 {
  font-family: "Prompt", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 300;
  text-shadow: 4px 1px 17px rgb(34 203 227);
}

.overview .row3 h4 {
  font-family: "Prompt", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  font-weight: 300;
  text-shadow: 4px 1px 17px rgb(34 203 227);
}


.overview .row4 h1 {
  font-family: "Prompt", sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  text-shadow: 4px 1px 9px rgb(34 203 227);


}



.customer {
  position: relative;
  height: 100%;
  z-index: 3;
  top: -310px;
}

img.bg {
  position: relative;
  top: -26%;
  z-index: 1;
}

.customer h1 {
  font-family: "Prompt", sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
  color: #2a3e75;
  font-weight: 500;
}

.customer h2 {
  font-family: "Oswald", sans-serif;

  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #2a3e75;
  font-weight: 500;
}

.customer h3 {
  font-family: "Prompt", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #1c294d;
  font-weight: 300;
  line-height: 30px;
}

.customer h4 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  color: #2a3e75;
  font-weight: 500;
}

.customer p {
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  color: #1c294d;
  font-weight: 500;
}

.customer .vl {
  border-bottom: 3px solid #1c294d;
  max-width: 500px;
  margin-inline: auto;
  margin-block: 30px;
}


.customer .row .col:nth-child(2) h4 {
  font-weight: 700;
  line-height: 40px;
}

.customer .row .col:nth-child(3) {
  border-left: 2px solid #1c294d;
  height: 150px;
  margin-inline: 10px;
}

.customer .row .col:nth-child(4) {
  border-left: 2px solid #1c294d;
  height: 150px;
  margin-inline: 10px;

}

/* footer */

.bg-footer {
  background-color: #1c294d;
}

.bg-footer2 {
  background-image: url('../img/footer/Picture32.png');
  background-size: cover;
  background-position: center;
}



#footer p {
  font-size: 14px;
  color: #ffffff;
}

#footer .row .col:nth-child(1) p {
  font-size: 18px;
  color: #ffffff;
}

#footer .row .col:nth-child(1) h4 {
  font-size: 20px;
  color: #ffffff;

}

#footer .row .col:nth-child(2) li {
  line-height: 32px;
}

#footer h4 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

#footer a {
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
}

#footer a:hover {
  scale: 1.3;
  font-size: 16px;
  color: #5271ac;
}
@media screen {
  
}

@media (max-width: 1200px) {
  .main-menu>ul>li>a {
      font-size: 9px;

  }
  lang-btn {
      border-radius: 3px;
  }
  
}
.fs6 {
  font-size: calc(6px + 1vw);
  color: #ffffff;
}
.site-footer .about-widget .logo {
  max-width: 180px;
}
.theme-btn-s6 {
  border-radius: 10px;
  padding-top: 8px;
  
  padding-left: 8px;
  padding-right: 8px;
  border: #ffffff00;
  background-color: #fff;
  color: #1c294d;
}
.site-footer .widget-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .site-footer .widget-title {
    margin-bottom: 20px;
  }
}

.site-footer .widget-title h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin: 0;
  padding-bottom: 0.4em;
  text-transform: capitalize;
  position: relative;
}
.site-footer .about-widget .logo {
  max-width: 180px;
}

@media (max-width: 1024px) {
  .customer {
    position: relative;
    height: 100%;
    z-index: 3;
    top: -153px;
  }
  .divh {
    height: 600px;
  }
  .imgwidth{
      width: 90%;
  }
  .banner h1 {
      font-family: "Oswald", sans-serif;
      font-size: 50px;
      color: #fff;
      text-shadow: 3px 3px 3px rgb(5 5 5);
    }
    .bg-home3::after {
      background-image: url(../img/home/Picture15.png);
      background-size: cover;
      background-position: center;
      content: "";
      width: 100%;
      height: 30vh;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
  }
  
}
@media all and (min-width: 320px) {
.c-menu--slide-right {
  width: 300px;
}

}

@media (max-width: 1024px) {
  .imgwidth{
      width: 90%;
  }
  .banner h1,h2{
      font-family: "Oswald", sans-serif;
      font-size: 50px;
      color: #fff;
      /* text-shadow: 3px 3px 3px rgb(5 5 5); */
    }
    #company-name {
      font-family: "Prompt", sans-serif;
      font-size: 18px;
      font-weight: 500;
      text-shadow: 0px 3px 3px rgb(82 162 192 / 38%);
    }
    .widthpt-5 {
      padding-top: 135px;
    }
    .overview .row1 h1 {
      font-family: "Oswald", sans-serif;
      font-size: 35px;
      color: #fff;
      text-shadow: 3px 3px 3px rgb(5 5 5);
      padding: 30px;
      justify-content: end;
      display: flex
  }
    .overview .row1 img {
    position: absolute;
    top: 90px;
    z-index: 2;
    width: 35% !important; 
}
.bg-home3::before {
  /* background-image: url(../img/home/Picture27.png); */
  background-size: cover;
  background-position: center;
  content: "";
  width: 100vw;
  height: 60vh;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.overview .row2 h1 {
  text-align: center;
  font-size: 35px;
  color: #fff;
  font-weight: 500;
  text-shadow: 3px 3px 3px rgb(5 5 5);
}
}

@media (max-width: 768px) {
  .customer h2 {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #2a3e75;
    font-weight: 500;
}
  .customer h4 {
    font-family: "Oswald", sans-serif;
    font-size: 21px !important;
    text-transform: uppercase;
    color: #2a3e75;
}
.customer p {
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  color: #1c294d;
  font-weight: 400;
}
  .divh {
    height: 700px;
  }
  .banner h1 {
      font-family: "Oswald", sans-serif;
      font-size: 40px;
      color: #fff;
      text-shadow: 3px 3px 3px rgb(5 5 5);
    }
    .banner h2 {
      font-size: 28px;
    }
    #company-name {
      font-family: "Prompt", sans-serif;
      font-size: 16px;
      font-weight: 500;
      text-shadow: 0px 3px 3px rgb(82 162 192 / 38%);
    }
    .widthpt-5 {
      padding-top: 10px;
    }
    .overview .row1 img {
      position: relative;
      top: 90px;
      z-index: 2;
      width: 280px !important;
  }
  .container {
    width: 100%;
}
.overview .row1 img {
  top: 30px !important;
  z-index: 2;
  width: 280px !important;
}
.overview .row1 h1 {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  color: #fff;
  text-shadow: 3px 3px 3px rgb(5 5 5);
  padding: 22px !important;
  padding-bottom: 0px !important;
  justify-content: end;
  display: flex;
}
.bg-home3::after {
  background-image: url(../img/home/Picture15.png);
  background-size: cover;
  background-position: center;
  content: "";
  width: 100vw;
  height: 30vh;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
}
@media (max-width: 380px) {
  .divh {
    height: 1110px !important;
  }
}


@media (max-width: 455px) {
  .divh {
    height: 950px !important;
  }
}

@media (max-width: 480px) {
  .customer h3 {
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #1c294d;
    font-weight: 300;
    line-height: 30px;
}
  .divh {
    height: 855px;
  }
  .banner h1 {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    color: #fff;
    text-shadow: 3px 3px 3px rgb(5 5 5);
  }
  .banner h2 {
    font-size: 25px;
  }
    #company-name {
      font-family: "Prompt", sans-serif;
      font-size: 14px;
      font-weight: 500;
      text-shadow: 0px 3px 3px rgb(82 162 192 / 38%);
    }
    .widthpt-5 {
      padding-top: 10px;
    }
    .overview .row1 p {
      font-family: "Prompt", sans-serif;
      font-size: 16px;
      color: #fff;
      padding: 20px;
      font-weight: 300;
  }
  .overview .row2 h1 {
    text-align: center;
    font-size: 30px !important;
    color: #fff;
    font-weight: 500;
    text-shadow: 3px 3px 3px rgb(5 5 5);
}
}

/* @media (max-width: 498px) {
  .divh {
    height: 900px;
  }
} */

@media (min-width: 499px) {
  .divh {
    height: 800px;
  }
}
@media (min-width: 768px) {
  .divh {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .overview .row2 h1 {
    text-align: center;
    font-size: 30px !important;
    color: #fff;
    font-weight: 500;
    text-shadow: 3px 3px 3px rgb(5 5 5);
}
/* .divpt{
  padding-top: 50px;
} */
}
@media (min-width: 1025px) {
  .divh {
    height: 730px;
  }
  .banner h1,h2 {
      font-family: "Oswald", sans-serif;
      font-size: 50px;
      color: #fff;
      /* text-shadow: 3px 3px 3px rgb(5 5 5); */
    }
    #company-name {
      font-family: "Prompt", sans-serif;
      font-size: 14px;
      font-weight: 500;
      text-shadow: 0px 3px 3px rgb(82 162 192 / 38%);
    }
    .widthpt-5 {
      padding-top:
       10px;
    }
    .overview .row1 h1 {
      font-family: "Oswald", sans-serif;
      font-size: 35px;
      color: #fff;
      text-shadow: 3px 3px 3px rgb(5 5 5);
      padding: 30px;
      justify-content: end;
      display: flex

  }
  .overview .row1 img {
    position: relative;
    top: 150px;
    z-index: 2;
}
.bg-home3::after {
  background-image: url(../img/home/Picture15.png);
  background-size: cover;
  background-position: center;
  content: "";
  width: 100%;
  height: 52vh;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.bg-home3::before {
  /* background-image: url(../img/home/Picture27.png); */
  background-size: cover;
  background-position: center;
  content: "";
  width: 100vw;
  height: 40vh;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}


}
@media (max-width: 991px) { 
  .overview .row1 img {
    top: 90px;
    z-index: 2;
    width: 280px !important;
}
.overview .row1 h1 {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  color: #fff;
  text-shadow: 3px 3px 3px rgb(5 5 5);
  padding: 28px;
  justify-content: end;
  display: flex;
}
}
@media (max-width: 1815px) {
  .customer {
    position: relative;
    height: 100%;
    z-index: 3;
    top: -260px;
}
}
@media (max-width: 1500px) {
  .customer {
    position: relative;
    height: 100%;
    z-index: 3;
    top: -200px;
}
}
@media (max-width: 1150px) {
  .customer {
    position: relative;
    height: 100%;
    z-index: 3;
    top: -180px;
}
}
@media (max-width: 1024px) {
  .customer {
    position: relative;
    height: 100%;
    z-index: 3;
    top: -170px;
}
.customer h4 {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  color: #2a3e75;
  font-weight: 500;
}
}
@media (max-width: 970px) {
  .customer {
    position: relative;
    height: 100%;
    z-index: 3;
    top: -150px;
}
.customer h4 {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  color: #2a3e75;
  font-weight: 500;
}
}
@media (max-width: 860px) {
  .customer {
    position: relative;
    height: 100%;
    z-index: 3;
    top: -130px;
}
.customer h1 {
  font-family: "Prompt", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #2a3e75;
  font-weight: 500;
  line-height: 1.2;
}
}

@media (max-width: 860px) {
  .customer {
    position: relative;
    height: 100%;
    z-index: 3;
    top: -100px;
}

}
@media (max-width: 580px) {
  .customer {
    position: relative;
    height: 100%;
    z-index: 3;
    top: -80px;
}
}
@media (max-width: 460px) {
  .customer {
    position: relative;
    height: 100%;
    z-index: 3;
    top: -50px;
}
.customer h1 {
  font-family: "Prompt", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #2a3e75;
  font-weight: 500;
  line-height: 1.2;
}
.customer h2 {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  color: #2a3e75;
  font-weight: 500;
}
.banner h2 {
  text-shadow: 0px 0px 0px rgb(5 5 5) !important;
}
}
