@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {

  font-family: "Poppins", sans-serif !important;
}

#loader {
  display: none;
  z-index: 1070;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1060;
}

#weglot-switcher-1 {
  margin-top: 0px !important;
  margin-left: 0px !important;
}

.country-selector .weglot-switcher {
  display: inline-block;
  /* Ensures proper alignment */
  margin-left: auto;
  /* Adjust spacing */
  margin-right: auto;
}

a {
  text-decoration: none !important;

}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  margin: auto;
}

.navbar-nav {
  margin: auto;
  background: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);

}

.navbar-toggler {
  color: #fff;
  border: #fff !important;
}

.main_menu li {
  font-size: 17px;
  padding: 2px 11px;
  font-weight: 500;
}

.top_menu {
  padding: 0 30px;
}

.top_menu_li a {

  color: #686868;
  margin: 0 15px;
}

.top_menu_right {

  font-weight: 600;
  margin-right: 15px;
}

.icon_menu a.dropdown-item {
  color: #2c2c2c !important;
}

.icon_menu a {
  color: white !important;
  font-size: 18px;
}

li.nav-item.active {
  font-weight: 700;
}

.main_menu li {
  font-size: 17px;
  padding: 2px 11px;
  font-weight: 500;
}

.main-about-bg {
  width: 95%;
  margin: auto;
  border-radius: 20px;
  height: 459px;
  background-size: 100% !important;
}

.box {
  margin-top: 47px;
}

.stats-row {
  position: relative;
  z-index: 1;
  margin-top: -56px !important;
  /* background-color: #010b34b3; */
  background-color: #1f58a77d;
  border-radius: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding-bottom: 0;
  color: #fff !important;
}


.stat-icon img {
  width: 92px;
}


.stat-content h4,
.stat-content p {

  color: #fff;
  font-size: 14px;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 9px;
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(255, 255, 255, 0);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .header-container {
  background: var(--surface-color);
  border-radius: 50px;
  padding: 5px 25px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.scrolled .header .header-container {
  background: #fff;
}

.header .logo {
  line-height: 1;
  padding-left: 5px;
}

.header .logo img {
  max-height: 36px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 24px;
  margin: 0;
  font-weight: 500;
  color: var(--heading-color);
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: var(--contrast-color);
  background: #fff;
  font-size: 14px;
  padding: 8px 20px;
  margin: 0 0 0 30px;
  border-radius: 50px;
  transition: 0.3s;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: #fff;
}

@media (max-width: 1200px) {
  .header {
    padding-top: 10px;
  }

  .header .header-container {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 5px 10px 15px;
  }

  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 10px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}



.social-bar {
  position: absolute;
  right: 62px;
  top: 317px;
  transform: translateY(-50%);
  background: white;
  padding: 15px;
  z-index: 1;
  border-radius: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.social-bar a {
  display: block;
  text-align: center;
  font-size: 20px;
  margin: 15px 0;
  color: #001740;
  /* Bootstrap primary color */
  transition: transform 0.3s ease-in-out;
}

.social-bar a:hover {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
#  footer
--------------------------------------------------------------*/

footer {
  max-width: 100% !important;

}

.left-wdth-footer {
  background-color: #1F58A7;
}

.footer_left {
  color: #fff;
  margin-left: 166px;
  padding: 70px 20px !important;
  margin-bottom: 65px !important;
  margin-top: 35px;


  margin: auto;
  width: 70%;
  text-align: left;
}

.footer_left p {
  font-size: 15px;
}

.footerlogo {
  margin-bottom: 48px;
}

.footertext {
  padding: 88px 37px 0;
  margin-left: 19px;
}

.footertext h5 {
  text-transform: uppercase;
}

a.link-secondary.text-decoration-none {
  text-transform: uppercase;
  font-size: small;
  color: #5f6062 !important;
}

.right-footer .btn {
  width: 94%;
  margin: auto;
  background: #1F58A7;
  border: #1F58A7;
  padding: 13px;
}

.right-footer {
  margin-top: 107px;
}

.footer_left_bottom {
  margin: -70px 86px;
  color: #fff;
  border-top: 1px solid #ffffff2b;
}

.bottom-nav {
  padding-top: 20px !important;
  padding-bottom: 10px;

}

.bg-holder {
  width: 100%;
  min-height: 100%;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2)
}

/* .bg-holder {
  background-image: url(../images/bg-img-ask.png);

  width: 100%;
  min-height: 100%;

  background-size: cover;
  background-position: center;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  z-index: 0;
} */

.sub_box {
  position: relative;
  padding: 77px 0;
}

/* News Ticker Container */
.news-ticker {
  /* Dark Blue Background */
  color: white;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  margin-top: 6px;
  white-space: nowrap;
  border-radius: 5px;
}

.news-ticker a {
  color: #fff;
}

/* Scrolling Content */
.news-scroll {
  display: flex;
  align-items: center;
  animation: scroll 30s linear infinite;
  /* Slow speed */
}

.pill-shape {
  background-color: #1E52A0;
  /* Blue background */
  height: 40px;
  width: 128px;
  border-radius: 20px;
  display: inline-block;
  margin: 0 10px;
}

.headline {
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
  line-height: 1.2;
}

.headline a {
  color: #000;
}

/* Scroll Animation */
@keyframes scroll {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}


/* News Item Styling */
.news-item img {
  width: 42px;
  height: 42px;
  margin-right: 5px;
  margin-left: 41px;
}

/* .news-item {
 display: flex;
 align-items: center;
 margin-right: 40px;
 min-width: auto;
}

.news-item img {
 width: 40px;
 height: 40px;
 border-radius: 50%;
 margin-right: 10px;
}

.news-title {
 font-size: 14px;
 font-weight: bold;
} */



/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\Media Queries\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */




/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1240px) {
  .main-about-bg {
    height: auto;
    margin-bottom: 57px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 1080px) {
  .box {
    position: relative;
    padding:
      57px 0;

    margin-top: auto;
  }
}

@media only screen and (max-width: 992px) {

  .main-about-bg {
    height: auto;
    margin-bottom: 57px;
  }

  .box {

    padding:
      40px;
  }
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 810px) {
  .box {
    padding: 35px;
  }

  .about {
    padding: 43px;
  }


}

/* Small devices (portrait tablets and large phones, 600px and up) */


@media only screen and (max-width: 769px) {
  .main-about-bg {
    height: auto;
    margin-bottom: 57px;
  }

  .box {
    padding: 20px;
  }



}

@media only screen and (max-width:600px) {
  .main-about-bg {
    height: auto;
  }

  .box {
    padding: 10px;
  }

}

@media only screen and (max-width:576px) {
  .box {
    padding: 7px;
  }
}

@media only screen and (max-width:476px) {
  .box {
    padding: 0px;
  }
}

@media only screen and (max-width:376px) {}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\Media Queries\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */




/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1240px) {

  .footer_left {
    color: #fff;
    /* margin-left: 45px; */
    margin-bottom: 36px !important;
    margin-top: 35px;
    text-align: center;
  }

  .position-absolute.bottom-0.start-0 {
    color: #fff;
    text-align: center;
    /* margin-left: 60px; */
    border-top: 1px solid #fffbfb47;
    font-size: small;
    padding-top: 8px;
  }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 1080px) {



  .footer_left {
    color: #fff;
    /* margin-left: 45px; */
    margin-bottom: 36px !important;
    margin-top: 35px;
    text-align: center;
  }

  .position-absolute.bottom-0.start-0 {
    color: #fff;
    text-align: center;
    /* margin-left: 60px; */
    border-top: 1px solid #fffbfb47;
    font-size: small;
    padding-top: 8px;
  }

}

@media only screen and (max-width: 992px) {

  .position-absolute.bottom-0.start-0 {
    margin-left: 0;
  }


  .footer_left {
    color: #fff;
    /* margin-left: 57px; */
    padding: 70px 20px !important;
    margin-bottom: 65px !important;
    margin-top: 35px;
    text-align: center;
  }



}

@media only screen and (max-width: 991px) {
  .right-footer {
    /* margin-top: 0; */
    margin-bottom: 10px;
  }

  .social-bar a {
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 6px 0;
    color: #001740;
    transition: transform 0.3s ease-in-out;
  }

}



@media only screen and (max-width: 810px) {
  .position-absolute.bottom-0.start-0 {
    margin-left: 0;
  }

  /* .sub_box {
    position: relative;
    padding: 85px 0;
} */
  .footer_left {
    color: #fff;
    /* margin-left: 20px; */
    padding: 70px 20px !important;
    margin-bottom: 65px !important;
    margin-top: 35px;
    text-align: center;
  }

  .social-bar {
    right: 29px;
    padding: 0px 15px;
    top: 246px;
  }

  .social-bar a {
    font-size: 10px;
    margin: 12px 0;
  }

  .hero .stat-item .stat-content h4,
  .hero .stat-item .stat-content p {
    color: #fff;
    font-size: 8px;
  }

  .navbar-brand img {
    width: 90px;
  }

  .top_menu_right {

    text-align: center !important;
    font-weight: 600;
    margin-right: 15px;
  }

  .right-footer .btn {
    width: 100%;
    background: #1F58A7;
    border: #1F58A7;
    font-size: 11px;
  }

  .right-footer {
    margin-top: 100px;
    margin-bottom: 10px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */


@media only screen and (max-width: 768px) {
  .position-absolute.bottom-0.start-0 {
    margin-left: 0;
  }

  .navbar-brand img {
    width: 80px;
  }

  /* .sub_box {
    position: relative;
    padding:30px;
} */

  .footer_left {
    color: #fff;
    /* margin-left: 19px; */
    padding: 70px 20px !important;
    margin-bottom: 65px !important;
    margin-top: 35px;
    text-align: center;
  }

  .footer_left_bottom {
    margin: 15px;
    color: #fff;
    border-top: 0px solid #ffffff2b;
  }


}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .social-bar {
    padding: 5px 11px;
    margin: auto;
    width: 100%;
    background: #1f58a7;
    right: 0px;
    position: relative;
    top: 18px;
    border-radius: 0;

  }

  .social-bar a {
    font-size: 16px;
    margin: 18px;
    color: #FFF;

    margin: auto;
    width: 15%;
    display: inline-grid;
  }

  .left-wdth-footer {
    width: 100% !important;
  }

  /* .sub_box {
    position: relative;
    padding: 23px;
} */
  .card-body {
    padding: 12px !important;
  }

  .card-body a.btn {
    width: 66%;
  }

  .position-absolute.bottom-0.start-0 {
    color: #fff;
    text-align: center;
    margin-left: 0;
    border-top: 1px solid #fffbfb47;
    font-size: small;
    padding-top: 8px;
    width: 100%;
  }

  .footer_left {
    /* margin-left: 20px; */
    margin-bottom: 11px !important;
    margin-top: 35px;
    text-align: center;
  }

  .footertext {
    padding: 19px 37px 0;
    margin-left: 0px;
  }

  .right-footer {
    margin-top: 1px;
    margin-bottom: 10px;
  }

  .footerlogo {

    margin-right: auto !important;
    margin-left: auto !important;
    display: block !important;
  }

  .box {
    padding: 0;
    /* margin-top: 38px !important; */
  }


  .stats-row {
    margin-top: 0;
  }

  .stat-content h4,
  .stat-content p {
    color: #fff;
    font-size: 13px;
    text-align: justify;
    margin-top: 12px;
  }
}

@media only screen and (max-width:500px) {

  /* .box {
    padding: 0;
    margin-top: 16px !important;
   } */
  .sub_box h1 {
    font-size: 20px;
  }

  .headline {
    font-size: 24px;
    line-height: 1.2;
  }

  .pill-shape {
    height: 20px;
    width: 54px;
  }
}

@media only screen and (max-width:450px) {
  .sub_box {
    position: relative;
    margin-bottom: 0;
    padding: 0;
  }

  /* .social-bar {
    padding: 5px 11px;
    margin: auto;
    width: 100%;
    background: #1f58a7;
    right: 0px;
    position: relative;
    top: 18px;
    border-radius: 0;

}
.social-bar a {
  font-size: 16px;
  margin: 18px;
  color: #FFF;
  display: inline;
} */
  .top_menu_li {
    margin: 0;
  }

  .top_menu_li a {
    margin: 0px;
    padding: 0;
  }

  .navbar-brand img {
    width: 80px;
  }

  section.ftco-section {
    margin-bottom: 21px;
  }

  .box h1 {

    font-size: 23px;
  }

  .sub_box h1 {

    font-size: 23px;
  }

}

@media only screen and (max-width:400px) {

  /* .box {
    padding: 0;
    margin-top: 11px !important;
} */
  .sub_box {

    position: relative;
    margin-bottom: 0;
    padding: 0;
  }

  .box h1 {

    font-size: 20px;
  }

  .sub_box h1 {
    font-size: 20px;
  }
}

@media only screen and (max-width:376px) {

  /* .box {
    padding: 0;
    margin-top: 10pxx !important;
} */
  .box h1 {

    font-size: 20px;
  }

  .sub_box h1 {
    font-size: 18px;
  }
}