/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.main-top {
  background: rgb(49, 115, 238);
}

.left-top {
  margin-right: 90px;
}
.left-top p {
  display: inline-block;
  color: #ffffff;
  font-size: 17px;
  margin-top: 13px;
  margin-left: -20px;
}

.left-top span {
  color: white;
  font-size: 17px;
  padding: 2px;
}

.wel-nots {
  float: right;
  margin-left: 20px;
}

.wel-nots p {
  font-size: 19px;
  color: #ffffff;
  padding: 12px 0px;
  margin: 0px;
}
.wel-nots span {
  font-size: 20px;
  color: white;
}
.wel-nots span:hover {
  font-size: 20px;
  color: red;
  cursor: pointer;
}

/*------------------------------------------------------------------
    Header Start
-------------------------------------------------------------------*/
.top-header .navbar .navbar-collapse ul li a {
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 15px;
  position: relative;
  font-weight: 500;
}

.top-header .navbar .navbar-collapse ul li a.active {
  background: red;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
/*------------------------------------------------------------------
    Header End
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    Banner Start
-------------------------------------------------------------------*/
.about-main-info h2-1 {
  font-size: 32px;
  color: #333333;
  font-weight: 500;
  margin-left: 39px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* Banner Container */
.banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.about-main-info p {
  text-align: justify;
  font-family: Georgia, "Times New Roman", Times, serif;
}
/* Banner Section */
.banner {
  width: 100%;
  height: 600px; /* Default height */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 20px;
  overflow: hidden;
}

/* Dark Overlay for Readability */
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* Content inside Banners */
.banner-content {
  position: relative;
  z-index: 1;
  max-width: 90%;
  color: red;
}

/* Headings */
.banner-content a {
  font-size: 20px;
  margin-bottom: 10px;
  color: white;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.banner-content a:hover {
  font-size: 25px;
  margin-bottom: 10px;
  color: red;
}
span.text-white {
  font-size: 22px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.text-lg {
  font-size: 46px;
  line-height: 66px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
/* Paragraph */
.banner-content p {
  font-size: 20px;
  color: red;
  margin-bottom: 15px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .banner {
    height: 400px; /* Slightly smaller height */
  }
}

@media (max-width: 768px) {
  .banner {
    height: 350px; /* Adjust height for tablets */
  }

  .banner-content h1 {
    font-size: 1.8rem;
  }

  .banner-content p {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .banner {
    height: 280px; /* Reduce height for smaller screens */
  }

  .banner-content h1 {
    font-size: 1.5rem;
  }

  .banner-content p {
    font-size: 0.9rem;
  }
}

/*------------------------------------------------------------------
    Banner End
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    About missin start 
-------------------------------------------------------------------*/
.section {
  padding: 100px 0;
}
.bg-one {
  background-color: #f2f3f5;
}
.title {
  padding-bottom: 60px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.title-box span {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-weight: bold;
  color: red;
}
.about .block {
  background: rgb(5, 117, 209);
  padding: 30px;
  border-bottom: 2px solid transparent;
  transition: 0.5s all;
  margin-bottom: 20px;
  height: 270px;
}
.about .block .icon-box {
  position: relative;
  width: 160px;
  height: 92.38px;
  background-color: transparent;
  margin: 46.19px auto 60px;
  padding: 20px 0;
  border-left: 2px solid rgba(236, 239, 241, 0.07);
  border-right: 2px solid rgba(236, 239, 241, 0.07);
  font-size: 50px;
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: transform;
}
.about .block .icon-box:before {
  top: -56.5685px;
  border-top: 2px solid rgba(241, 236, 236, 0.07);
  border-right: 2px solid rgba(236, 239, 241, 0.07);
}

.about .block .icon-box:after,
.about .block .icon-box:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 113.14px;
  height: 113.14px;
  background-color: inherit;
  left: 20.4315px;
  transform: scaleY(0.5774) rotate(-45deg);
}
h3 {
  font-weight: 400;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: white;
}
h3:hover {
  color: red;
}
.block p {
  color: white;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.about .block:hover {
  border-bottom: 5px solid red;
}
.about .block:hover .icon-box {
  transform: translateY(-10px);
}
.about-m ul#banner li img {
  visibility: hidden;
  width: 100%;
}

/*------------------------------------------------------------------
    About missin end
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    Why  start
-------------------------------------------------------------------*/

.section {
  padding: 70px 0;
}
h2,
.h2 {
  font-size: 42px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.why .card {
  transition: all 0.4s ease 0s;
  height: 280px;
  margin-top: 30px;
}
.bg-black-50 {
  background: rgb(5, 117, 209);
}
h3,
.h3 {
  font-size: 28px;
  line-height: 38px;
  text-transform: capitalize;
  font-family: Georgia, "Times New Roman", Times, serif;
}
p {
  font-size: 15px;
  color: black;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.why .card:hover {
  background: red;
  height: 300px;
}

.why .card:hover h3,
.why .card:hover p {
  color: #fff;
}
.divider {
  margin: 0 auto;
  background: rgb(245, 99, 75);
  width: 45px;
  height: 4px;
}

.mt--45 {
  margin-top: -45px;
}

/*------------------------------------------------------------------
    Footer  start
-------------------------------------------------------------------*/
.bg-black-50 {
  background: rgb(5, 117, 209);
}
.footer {
  padding-top: 90px;
  padding-bottom: 35px;
}
.footer h2,
.h2 {
  font-size: 35px;
  text-transform: uppercase;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.footer p {
  color: white;
  opacity: 0.8;
  font-size: 17px;
  text-align: justify;
  font-family: Georgia, "Times New Roman", Times, serif;
}

a {
  transition: all 0.35sease;
}

.footer-menu li a {
  color: #ffffff;
  opacity: 0.8;
  font-size: 18px;
  line-height: 45px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.footer-menu li a:hover {
  color: red;
  opacity: 1;
}
.letter-spacing {
  letter-spacing: 1.5px;
}
.footer h4 {
  font-size: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.recent-blog a {
  line-height: 1.5;
  font-size: 17px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.text-white {
  color: white !important;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.text-white-50 {
  color: white !important;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.footer-widget p {
  font-size: 17px;
  color: white;
  font-family: Georgia, "Times New Roman", Times, serif;
  
}
.footer-widget span {
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.footer-widget-1 span {
  font-size: 16px;
  color: white;
  font-family: Georgia, "Times New Roman", Times, serif;
}
span.text-white {
  margin-right: 5px;
  display: inline-block;
  font-family: Georgia, "Times New Roman", Times, serif;
}
span.text-white-1 {
  margin-right: -24px;
  font-size: 14.5px;

  display: inline-block;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.bg-black {
  background: red;
}
.col-lg-5 p {
  color: rgb(255, 255, 255);
  opacity: 0.8;
  font-size: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.text-color {
  color: white;
  font-size: 17px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.text-color:hover {
  color: black;
  font-size: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
