body {
  font-family: 'Segoe UI', sans-serif;
}

.section-header {
  background-color: #1f1f2e;
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.section-light {
  background-color: #fff;
  padding: 24px 0px;
}

.section-dark {
  background-color: #1f1f2e;
  color: white;
  padding: 60px 20px;
}

.section-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 9px;
  color: #33333;
}

h3.text-center.phra_1 {
  font-weight: bold;
  color: #b7b7b7;
  margin-bottom: 20px;
}

.feature-box {
  padding: 34px 35px;
  margin-bottom: 30px;
  text-align: center;
  border: 2px solid #e6603a;
  color: #fff !important;
}

.white_bck {
  background-color: #fff !important;
  color: #000 !important;
  line-height: 25px;
  border: none !important;
  padding: 34px 35px !important;
  margin-bottom: 30px;
  text-align: center;
}

.thin-line {
  display: block;
  width: 100px;
  height: 2px;
  background-color: #e6603a;
  margin: 0 auto;
}

.center-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.image img.img-fluid {
  width: 500px !important;
  height: 300px;
}


/* divider_section start */

.custom-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.divider-line {
  flex-grow: 1;
  height: 2px;
  background: #e74c3c;
  width: 100%;
  max-width: 91px;
}


.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

.carousel-caption h5 {
  font-size: 3rem; 
  font-weight: bold;
  color:#f00000;
}




.carousel-caption p {
  font-size: 1.5rem; 
   color:#f00000;
}


.arrow-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #e74c3c;
}

hr.d-block.mx-auto {
  color: #e74c3c;
  border: 2px solid #e74c3c;
  width: 100% !important;
  max-width: 200px !important;
}

img.img-fluid.custom-img {
  height: auto;
  width: 100%;
  height: auto;
  max-width: 150px;
}

.our_chat_bot_patners img {
  width: 150px;
}


hr {
  opacity: inherit !important;
}

.arrow-container i {
  margin: -3px;
}

/* divider_section end*/

.section-header p {
  color: #ff4800;

}

.custom-underline {
  position: relative;
  color: #ff4800 !important;
  text-decoration: none;
  display: inline-block;
}

.custom-underline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background-color: #ff4800;
}

.social-icons i {
  border: 2px solid #ff4800;
  border-radius: 50px;
  padding: 7px 8px;
  margin: 0 auto;
  display: block;
  margin-right: 20px;
  color: #ff4800;
}

.social-icons i {
  margin-right: 5px;
}

.navbar-nav a.nav-link {
  color: #000;
  font-weight: 600 !important;
  font-size: 18px !important;
}


nav.navbar.navbar-expand-lg {
  background-color: #efe4e4;
}



.section-header h1 {
  color: #ff4800;

}

.feature-box.text-dark i {
  color: #ff4800;
  border-color: #333333;
  border-width: 1px;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 500px;
  font-size: 70px;
  display: inline-block;

}



.feature-box img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
  width: 100px !important;
}

.footer {
  background-color: #101010;
  color: #ccc;
  padding: 40px 20px;
}

.carousel-item {
  height: 500px;
  position: relative;
}

.carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
   background: rgb(6 0 0 / 70%);
  z-index: 1;
}


.carousel-caption {
  z-index: 2;
}

.top-right-contact {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #ff4800;
  padding: 5px 10px;
  border-radius: 8px;
  font-weight: bold;
  z-index: 10;
  font-size: 14px;
  text-align: right;
}

.top-right-contact p {
  margin-bottom: 0px !important;
  color: #ff4800;
  font-size: 14px;
}

.image_1ogo img{
  width:50px;
  height:auto;
}

input.form-control {
    border-bottom: 1px solid rgb(228, 226, 226);
}

.colr {
  color: rgb(255, 255, 255);
  font-size: 14px;
}


@media (max-width: 768px) {
  .custom-underline::after {
    bottom: 2px;
  }
}