@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
button,
input,
p,
li,
textarea {

  font-family: 'Open Sans', sans-serif;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}


/* custom css started */


.header {
  background-color: rgb(10, 38, 64);
  position: fixed;
  width: 100%;
  padding: 20px;
  z-index: 9;
}

.header ul li a {
  color: #f1f1f1;
  margin-right: 25px;

}

.navbar-nav .nav-link.active,
.navbar-nav .show.nav-link {
  color: #65e4a3;
}

.nav-link:focus,
.nav-link:hover {
  color: #f1f1f1;

}

.head-btn {
  background-color: #f1f1f1;
  color: #536468;
  border: 0;
  font-weight: 700;
  border-radius: 25px;
  padding: 10px 25px;

}

.head-btn:hover {
  background-color: #f1f1f1;
  color: #536468;
}

.navbar-toggler {
  color: white !important;
  border-color: white !important;
}

.navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

/* header section ends */

.banner {
  min-height: 500px;
  background-color: rgb(10, 38, 64);
  padding: 120px 0px 50px 0px;
}

.banner h1 {
  color: white;
  font-weight: 600;
  margin-top: 120px;
}

.banner p {
  color: white;
  font-size: 15px;
  font-weight: 300;
}

.btn-banner {
  color: #536468;
  background-color: #65e4a3;
  border: 0;
  border-radius: 30px;
  padding: 15px 50px;
  font-weight: 700;
}

.btn-banner:hover {
  color: #536468;
  background-color: #65e4a3;
  border: 0;
  border-radius: 30px;
  padding: 15px 50px;
  font-weight: 700;
}

.btn-explore {
  color: #536468;
  background-color: rgb(10, 38, 64);
  border: 2px solid white;
  border-radius: 30px;
  padding: 13px 75px;
  font-weight: 700;
  margin-left: 20px;

}

.btn-explore:hover {
  color: #536468;
  background-color: white;
  border: 2px solid white;
  border-radius: 30px;
  padding: 13px 75px;
  font-weight: 700;
  margin-left: 20px;

}

.navbar-toggler {
  color: white !important;
  border-color: white !important;
}

.navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.logo-slider {
  padding: 80px 0;
  overflow: hidden;
  background-color: #0a2640;
  margin-bottom: 50px;
}

.owl-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.3;
  transition: all 0.4s ease;
}

.owl-carousel .active.center .item {
  opacity: 1;
}

.owl-carousel .item img {
  max-width: 50%;
  width: auto;
  height: auto;
  filter: brightness(0) invert(1);
}

.owl-dots,
.owl-nav {
  display: none !important;
}

/* banner-section ends */
.services {
  margin-top: 100px;
}

.service h2 {
  color: black;
  font-weight: 600;
}

.service h4 {
  color: black;
  font-weight: 700;
}

.service p {
  color: #536468;
  font-size: 16px;
  font-weight: 300;
}

.service h6 {
  color: black;
  font-weight: 800;
}

.services h6 {

  border-bottom: 2px solid black;
  width: 120px;
}

/* service section ends */
.contact {
  margin-top: 100px;
}

.contact ul li i {
  margin-right: 10px;
  font-size: 25px;
  color: rgb(10, 38, 64);
}

.contact ul li {
  margin-bottom: 10px;
  font-size: 20px;
}

.contact-btn {
  background-color: rgb(10, 38, 64);
  border: 0;
  padding: 10px 30px;
  border-radius: 20px;

}

.contact-btn:hover {
  background-color: rgb(10, 38, 64);
  border: 0;
  padding: 10px 30px;
  border-radius: 20px;

}

.contact ul {
  margin-left: -33px;
}

.contact h2 {
  margin-top: 100px;
}

/* contact sec ends */
.custom {
  margin-top: 100px;
}

.custom ul li i {
  margin-right: 10px;
  font-size: 25px;
  color: rgb(10, 38, 64);
}

.custom ul li {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: .3s;
}

.custom ul li:hover {
  background-color: #0a2640;
  color: white;
}

.custom ul li:hover i {
  color: white;
}

.custom h2 {
  font-size: 36px;
  line-height: 50px;
}
.custom-img{
  text-align: right;
}

/* custom secetion ends */

.enterprise {
  background-color: #002b45;
  margin: 200px 0px;
}

.enterprise h1 {
  color: white;
  padding-top: 100px;
  font-size: 40px;
  line-height: 55px;
}

.slider-container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  position: relative;
}

.swiper {
  padding-top: 80px;
}

.swiper-slide {
  background: #fff;
  color: #000;
  border-radius: 12px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.person {
  display: flex;
  align-items: center;
  margin-top: 150px;
  gap: 10px;
}

.person img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.slider-container {
  position: relative;
  z-index: 1;
}

.slider-nav {
  position: absolute;
  top: 200px;
  right: 0;
  display: flex;
  gap: 25px;
  z-index: 2;
}

.slider-btn {
  width: 60px;
  height: 60px;
  background: #fff;
  color: #002b45;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.slider-btn i {
  pointer-events: none;
}

.swiper-wrapper {
  padding: 100px 0px;
}

.swiper-slide {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.swiper-slide p {
  font-size: 22px;
}

/* enterprice section end */


.accordi {
  margin-bottom: 150px;
}

.connect-customer {
  margin-top: 35px;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}

.accordion-button {
  background: transparent !important;
  color: #272727;
  font-size: 20px;
  box-shadow: none;
  border: none;
  padding: 30px 20px;
  position: relative;
}

.accordion-button:focus {
  box-shadow: none;
  color: #555454;
}

.accordion-body {
  background: transparent;
  color: #555;
  padding: 15px 20px;
  font-size: 15px;
}


.accordion-button::after {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #03274e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: solid white;
  border-width: 0 2px 2px 0;
  transition: transform 0.3s;
}

.accordion-button::after {
  display: none;
}

.custom-arrow {
  width: 40px;
  height: 40px;
  background-color: #03274e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}

.custom-arrow::before {
  content: "";
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  transition: transform 0.3s;
}

.accordion-button:not(.collapsed) .custom-arrow::before {
  transform: rotate(-135deg);
}

/* accordi section end */
.blog-head {
  font-size: 22px;
  color: #5b7075;
}

.blog h2 {
  color: black;
  font-size: 45px;
  line-height: normal;
}

.blog h6 {
  color: #5b7075;
}

.blog h5 {
  color: #000;
  font-weight: 700;
  cursor: pointer;
}

.profilep {
  cursor: pointer;
}

.mybtn {
  color: #0a2640;
  background-color: white;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
  border: 2px solid #002b45;
  padding: 16px 48px;
  font-size: 16px;
  border-radius: 80px;
  display: inline-block;
  text-align: center;
}

.mybtn:hover {
  color: #fff;
  background-color: #0a2640;
  border-color: #0a2640;
}

/* blog section end */
.hero {
  background-color: #0a2640;
  color: #fff;
  padding: 100px 0;
  margin-bottom: 100px;
}

.hero-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.4;
}

.hero-form {
  max-width: 600px;
  margin: 0 auto;
}

.hero input {
  border-radius: 80px;
  padding: 16px 48px;
  border: none;
  outline: none;
  flex: 1;
  margin-right: 30px;
}

.hero input:focus{
border: none;
outline: none;
box-shadow: none;
}

.hero-btn {
  color: #3f494b;
  background-color: #65e4a3;
  border-color: #65e4a3;
  border: none;
  transition: 0.3s;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
  padding: 16px 48px;
  font-size: 18px;
  border-radius: 80px;

}

.hero-btn:hover {
  color: #536468;
  background-color: #7ce8b1;
  border-color: #74e7ac;
}
/* hero section end */

.footer img {
  color: rgb(10, 38, 64);
  color: red;
}

.footer h3 {
  font-size: 25px;
  font-weight: 700;
}

.footer ul li {
  margin-bottom: 10px;
  margin-left: -25px;
  cursor: pointer;
}

/* index page css end */

/* about page css start */
.hero {
  background-color: #0a2640;
  padding-top: 150px;
}

.hero h1 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 300;
}

.pera1 {
  color: rgb(241 241 241);
  font-size: 18px;

}

.hero p {
  color: rgb(241 241 241);
  max-width: 700px;
  margin: 0 auto;
  font-size: 0.95rem;
}

.hero img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

/* ==== Story Section ==== */
.story h2 {
  font-size: 45px;
  line-height: 70px;
  color: black;
  font-weight: normal;
}

.story p {
  font-size: 20px;
  color: #5b7075;
}


/* ==== Numbers Section ==== */
.numbers {
  background-color: #0a2640;
  padding: 150px 0px;
}

.numbers h1 {
  color: #00ec97;
  font-size: 96px;
}

.numbers p {
  color: #f4fbff;
  font-size: 24px;
}
.numbers h2{
      font-size: 44px;
    color: white;
    font-weight: normal;
    line-height: 70px;
}

/* ==== Team Section ==== */
.team h2 {
  color: black;
  font-size: 48px;

}

.team h5 {
  font-weight: 600;
  color: #0a2640;
  font-size: 28px;
}

.team p {
  color: #5b7075;
  font-size: 20px;
  margin-bottom: 20px;
}

.team img {
  border-radius: 20px;
  width: 100%;
}
.team-card{
  margin-top: 30px;
}



