@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700");
/* Googlefont Poppins CDN Link */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.h-500px{
  height: 500px;
}

.h-420px{
  height: 420px;
}


nav{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #162256;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
nav .navbar{
  height: 100%;
  /* max-width: 1250px; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 0 20px;

}
.navbar .logo a{
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links{
  line-height: 70px;
  height: 100%;
}
nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  background: #162256;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
/* .navbar .links li .htmlCss-more-sub-menu{
  line-height: 40px;
} */
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}

.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
.container-fluid{
  max-width: 85%;
}
@media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }

  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
}
@media (max-width:800px){
  /* nav{
    position: relative;
  } */
  .navbar .bx-menu{
    display: block;
  }

  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background:  #162256;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;

    overflow-x: hidden;
    overflow-y: auto;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #fff;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;
      color: #fff;
    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
nav .navbar .links li .sub-menu li{
  border-bottom: none;

}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: none;
  }
  .navbar .nav-links.show1 .links .htmlCss-sub-menu1,
  .navbar .nav-links.show2 .links .htmlCss-sub-menu2,
  .navbar .nav-links.show3 .links .htmlCss-sub-menu3,
  .navbar .nav-links.show4 .links .htmlCss-sub-menu4,
  .navbar .nav-links.show5 .links .htmlCss-sub-menu5,
  .navbar .nav-links.show6 .links .htmlCss-sub-menu6,
  .navbar .nav-links.show7 .links .htmlCss-sub-menu7,
  .navbar .nav-links.show8 .links .htmlCss-sub-menu8,
  .navbar .nav-links.show9 .links .htmlCss-sub-menu9,
  .navbar .nav-links.show10 .links .htmlCss-sub-menu10,
  /* .navbar .nav-links.show3 .links .js-sub-menu, */
  .navbar .nav-links.show10 .links .more .more-sub-menu{
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow1,
    .navbar .nav-links.show2 .links .htmlcss-arrow2,
    .navbar .nav-links.show3 .links .htmlcss-arrow3,
    .navbar .nav-links.show4 .links .htmlcss-arrow4,
    .navbar .nav-links.show5 .links .htmlcss-arrow5,
    .navbar .nav-links.show6 .links .htmlcss-arrow6,
    .navbar .nav-links.show7 .links .htmlcss-arrow7,
    .navbar .nav-links.show8 .links .htmlcss-arrow8,
    .navbar .nav-links.show9 .links .htmlcss-arrow9,
    .navbar .nav-links.show10 .links .htmlcss-arrow10,
    .navbar .nav-links.show3 .links .js-arrow{
        transform: rotate(180deg);
}


/* .navbar .nav-links.show10 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
    }
    .navbar .nav-links.show10 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow{
        transform: rotate(180deg);
} */

    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
}
@media (max-width:370px){
  nav .navbar .nav-links{
  max-width: 100%;
}
}

/* dropdown */
.dropdown {
  float: right;
  overflow: hidden;
  list-style: none;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

.dropdown-content a {
  color: black;
  padding: 6px;
  right: 80px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown:hover .dropdown-content {
  display: block;
  z-index: 200;
}

/* partners */
.owl-dots {
  text-align: center;
  margin-top: 2%;
}
.owl-dot {
  display: inline-block;
  height: 15px !important;
  width: 15px !important;
  background-color: #878787 !important;
  opacity: 0.8;
  border-radius: 50%;
  margin: 0 5px;
}

.owl-dot.active {
  background-color: #000 !important;
}

/* Swiper slides */
.swiper-container {
  width: 100%;
  height: 55vh;
  background-color: transparent;
  margin: auto;
  /* top: 0; */
}

.swiper-container .swiper-slide {
  position: relative;
}

.slide-1 {
  background-color: #fff;
}

.slide-captions {
  position: absolute;
  bottom: -15px;
  text-align: center;
  color: #fff;
  z-index: 1;
  transform: translateY(-50%);
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  width: 100%; /* Full width */
}
.slide-captions .current-title {
  margin: 0;
  text-align: center;
  /* font-size: 48px; */
  font-weight: 600;
  color: #fff;
  /* text-shadow: 0 5px 5px #941313, 0 0 5px #000; */
}
.swiper-container .swiper-pagination-bullet-active {
  background-color: #fff;
}

/* Swiper pagination */
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 5px;
}
.swiper-button-prev,
.swiper-button-next {
  color: #fff;
}

.group:hover .group-hover\:block {
  display: block !important;
}
.item{
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px;
}
.work_content {
  /* padding: 28px; */
  position: relative;
}

.work_content .arrow {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.work_content .arrow:hover{
  --tw-bg-opacity: 1;
  background:  #0d47a1;
}

.work_content .arrow{
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  position: absolute;
  right: 28px;
  top: -20px;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-text-opacity: 1;
  color: rgba(56, 66, 77, var(--tw-text-opacity));
}

.work_content .arrow:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.work_content .arrow{
  width: 44px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

@media screen and (max-width: 640px) {
  body {
    width: 100%;
    height: 100%;
    margin: auto;
  }

  .dropdown {
    display: none;
  }
  .swiper-container {
    width: 100%;
    height: 30vh;
    background-color: #000;
    margin-top: 0;
  }
  .slide-captions {
    position: absolute;
    bottom: 10px;
    text-align: center;
    color: #fff;
    z-index: 1;
    transform: translateY(-50%);
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    width: 100%; /* Full width */
  }
  .slide-captions .current-title {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    /* text-shadow: 20px 10px 10px #000, 0 0 5px #630e0e; */
  }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 5px;
  }
}

/* Counter Style */


.container .counter-container {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(6, 1fr);
}

@media(max-width: 700px){  
  .container .counter-container {
     grid-template-columns: repeat(2, 1fr);
  }
}


.counter {
  text-align: center;
}

.counter h3 {
  padding: 0.5rem 0;
  font-size: 2.5rem;
  font-weight: 800;
}

.counter h6 {
  font-size: 2rem;
  padding-bottom: 1rem;
}

.icon {
  height: 50px;
  width: auto;
}

.marginTop{
  margin: 50px 0px;
}

.footer-padding {
  padding: 10px 0px;
}

.nav {
  transition: 0.3s all ease;
  position: static;
  top: -90px;
}

.nav-scrolled {
  width: 100%;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 30;
  transition: 0.3s all ease;

}

.search-dropdown {
  position: absolute;
  
  width: 300px; 
  top: 75px; 
  left: 0px;
  z-index: 40; 
  background: #162256;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

.search-dropdown form {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  padding: 0px 3px;
}

.search-dropdown form input {
  width: 100%;
  height: 100%;
  padding: 5px;
  outline: none;
  font-size: 16px;
}

.search-dropdown form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 6px;
  background: #162256;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .search-dropdown {
    position: absolute;
    
    width: 230px; 
    top: 10px; 
    left: 0px;
    z-index: 40; 
    background: #162256;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
  
  .search-dropdown form {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding: 0px 3px;
  }
  .search-dropdown form input {
    font-size: 14px;
  }
  
}