* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  position: relative;
}
p {
  margin: 0;
  padding: 0;
  margin-bottom: 0px !important;
}
a {
  text-decoration: none !important;
  color: #112759 !important;
}
.card {
  border: none !important;
}
.headline {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #112759;
  color: white;
}
.headline-box {
  width: 1450px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 17px;
  font-weight: 600;
}
.navbar {
  width: 100%;
  display: flex;
  padding: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin: 0;
  justify-content: center !important;
}
.navbox {
  width: 1450px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navlist {
  list-style: none;
  color: #112759 !important;
  font-size: 18px;
  display: flex;
  height: max-content;
  margin-bottom: 0;
}
.navlist li {
  padding: 5px 15px 5px 15px;
  margin-right: 10px;
  color: #112759 !important;
  font-weight: 600;
}
.nav-btn {
  background-color: #112759;
  color: white;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 8px 15px 8px 15px;
}
.sideBar_overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.66);
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
}
.sideBar {
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  width: 350px;
  height: 100vh;
  padding: 10px 15px 10px 15px;
  opacity: 0;
  visibility: hidden;
}
.sideBar-navlist {
  list-style: none;
  color: #112759 !important;
  font-size: 18px;
  margin-bottom: 0;
}
.sideBar-navlist li {
  color: #112759 !important;
  padding: 5px 15px 5px 15px;
  font-weight: 600;
  margin-top: 10px;
  border-bottom: 2px solid gray;
}
.active-sideBar {
  visibility: visible;
  opacity: 1;
  transition: all 0.34s linear;
}
.fa-bars {
  display: none;
}
.hero-section {
  width: 100%;
  /* height: 70vh; */
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url(./images/banner.png);
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section-container {
  width: 1450px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-section-box1 {
  width: 64%;
  color: white;
}
.hero-section-box2 {
  width: 32%;
  /* background-color: #e2e2e2; */
  padding: 30px 30px 30px 30px;
}
.hero-cont1 {
  font-size: 25px;
  font-weight: 400;
}
.hero-cont2 {
  font-size: 52px;
  font-weight: 600;
}
.hero-cont3 {
  font-size: 18px;
  font-weight: 400;
}
.hero-cont4 {
  font-size: 25px;
  font-weight: 500;
  color: #112759;
}
.nav-item {
  text-decoration: none;
  /* padding: 10px; */
  /* display: inline-block; */
}

.nav-item.active {
  border-bottom: 2px solid #112759; /* Adjust the color and width as needed */
}

.section-1 {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section1-container {
  width: 1450px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec1-box1 {
  width: 59%;
  color: #112759;
}
.sec1-box2 {
  width: 39%;
  padding: 7px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.761),
    -5px -5px 10px rgba(0, 0, 0, 0.761);
}
.sec1-box2 video {
  width: 100%;
}
.sec1-cont1 {
  font-size: 45px;
  font-weight: 600;
}
.sec1-cont2 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
}
.section-2 {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section2-container {
  width: 1450px;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}
.sec2-headbox1 {
  width: 23%;
  height: 100%;
}
.sec2-box2 {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  border: 3px solid #112759 !important;
  color: #112759;
  padding: 20px 20px 20px 20px;
  border-radius: 10px !important;
  /* height: 30vh; */
}
.sec2-box2 i {
  text-align: center;
  font-size: 35px;
  color: #112759;
}
.sec2-cont1 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px !important;
}
.sec2-cont2 {
  text-align: center;
  font-size: 18px;
}
.section-3 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section3-container {
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  background-image: url(./images/banner.png);
  width: 1450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec3-cont1 {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
}
.sec3-cont2 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}
.section-4 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}
.section4-container {
  width: 1450px;
  color: #112759;
}
.sec4-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sec4-box1 {
  width: 49%;
}
.sec4-cont1 {
  font-size: 54px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px !important;
}
.sec4-cont2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px !important;
}
.section-5 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 40px;
}
.section5-container {
  width: 1450px;
  color: #112759;
}

.sec5-cont1 {
  text-align: center;
  font-size: 54px;
  font-weight: 600;
}
.sec5-cont2 {
  font-size: 32px;
  font-weight: 500;
}
.sec5-cont3 {
  font-size: 18px;
  margin-top: 20px;
}
.section-6 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 40px;
}
.section6-container {
  width: 1450px;
}
.footer {
  width: 100%;
  padding-top: 40px;
  background-color: #112759;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ftr-container {
  width: 1450px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.ftr-box1 {
  width: 19%;
}
.ftr-container2 {
  width: 100%;
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ftr-cont-box {
  width: 1450px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #112759;
  font-size: 16px;
  font-weight: 500;
}

.card-title {
  font-size: 24px;
}
.card-text {
  font-size: 18px;
}
.sec3-btn {
  padding: 10px 20px 10px 20px;
  color: #112759;
  font-size: 16px;
  border: none;
  outline: none;
  margin-top: 20px;
  font-weight: 500;
  border-radius: 5px;
}
.whatsapp-button button {
  background-color: #25d366; /* WhatsApp green */
  color: white;
  border: none;
  padding: 5px 15px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 30px;
  position: fixed;
  bottom: 65px;
  right: 10px;
  z-index: 1;
  outline: none !important;
}
.call-btn {
  background-color: #4fa805; /* WhatsApp green */
  color: white;
  border: none;
  padding: 7px 15px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 25px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  outline: none !important;
}

.whatsapp-button button:hover {
  background-color: #1ebe57; /* Darker shade for hover effect */
}
.content {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.text-section {
  width: 60%;
}

.text-section ul {
  list-style-type: none;
  padding-left: 20px;
}

.text-section ul li {
  margin-bottom: 10px;
  position: relative;
}

.image-section {
  width: 35%;
  margin-top: 20px;
}

.image-section img {
  width: 100%;
}

h2, h3 {
  font-size: 25px;
  font-weight: bold;
}

.center-text {
  text-align: center;
  margin: 20px 0;
}

@media screen and (max-width: 1470px) {
  .section1-container,
  .section2-container,
  .section3-container,
  .section4-container,
  .section5-container,
  .section6-container,
  .ftr-cont-box,
  .ftr-container,.navbox,.hero-section-container,.headline-box {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .fa-bars {
    display: flex;
  }
  .navlist {
    display: none;
  }
  .section2-container{
    flex-wrap: wrap;
  }
  .sec2-headbox1 {
    width: 48%;
    height: 100%;
    margin-top: 30px;
  }
  .ftr-container{
    flex-wrap: wrap;
  }
  .ftr-box1{
    width: 30%;
    margin-top: 20px;
  }
  .section1-container,
  .section2-container,
  .section3-container,
  .section4-container,
  .section5-container,
  .section6-container,
  .ftr-cont-box,
  .ftr-container,.navbox,.hero-section-container,.headline-box {
    width: 95%;
  }
  .section3-container{
    width: 100%;
  }
  .text-section{
    width: 100%;
  }
  .image-section{
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .fa-bars {
    display: flex;
  }
  .navlist {
    display: none;
  }
  .headline-box {
    font-size: 14px;
  }
  .hero-section-box1 {
    width: 90%;
    /* width: 100%; */
  }
  .hero-section-container {
    flex-wrap: wrap;
  }
  .hero-section-box2 {
    width: 90%;
    margin-top: 30px;
  }
  .section1-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec1-box1 {
    width: 90%;
  }
  .sec1-box2 {
    width: 90%;
    margin-top: 30px;
  }
  .sec4-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec4-box1 {
    width: 90%;
  }
  .section2-container{
    justify-content: center;
  }
  .sec2-headbox1 {
    width: 90%;
    height: 100%;
    margin-top: 30px;
  }
  .sec1-cont1{
    font-size: 40px;
  }
  .sec3-cont1,.sec4-cont1,.sec5-cont1{
    font-size: 40px;
  }
  .ftr-box1{
    width: 46%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 660px) {
  .headline-box {
    font-size: 14px;
    display: block;
    text-align: center;
  }
  .hero-section-box1,
  .hero-section-box2 {
    width: 100%;
  }
  .hero-cont1 {
    font-size: 20px;
  }
  .hero-cont2 {
    font-size: 34px;
  }
  .hero-cont3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 420px) {
  .headline-box {
    font-size: 14px;
    display: block;
    text-align: center;
  }
  .hero-section-box1,
  .hero-section-box2 {
    width: 100%;
  }
  .hero-cont1 {
    font-size: 20px;
  }
  .hero-cont2 {
    font-size: 34px;
  }
  .hero-cont3 {
    font-size: 16px;
  }
  
  .ftr-box1{
    width: 90%;
    margin-top: 20px;
  }
}
