@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&display=swap");

body {
  font-family: 'Mulish', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.layout_margin-top {
  margin-top: 90px;
}

.layout_margin-bottom {
  margin-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #f7444e;
  border-radius: 10px;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading_container.heading_center h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom left;
  object-position: bottom left;
}

.sub_page .hero_area {
  min-height: auto;
  background-color: #002c3e;
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  /* color: #00142f; */
  /* background-color: #F95428; */
  /* background-color: #f95528; */
  background-color: #F95428;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */

}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  /* font-size: 28px; */
  color: #ffffff;
  text-transform: uppercase;
  /* font-size: 15px; */
}

@media (max-width:720px) {
  .navbar-brand span {
  
    font-size: 15px;
  }
}

@media (max-width:720px) {
  .navbar-brand span {  
    font-size: 14px;
  }
}

@media (max-width:360px) {
  .navbar-brand span {
  
    font-size: 12px;
  }
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item .nav-link:hover {
  color: #000000;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
  background: #f7444e;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

/*end header section*/

/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: end;
  position: relative;
  padding: 75px 0 145px 0;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #002c3e;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);  
  color: #ffffff;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: -40px;

}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 14px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #f7444e;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.15);
}

.slider_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 75px auto 0 auto;
}

.slider_section .carousel_btn-box a {
  position: unset;
  width: 50px;
  height: 50px;
  background-color: #f7444e;
  opacity: 1;
  color: #ffffff;
  font-size: 18px;
  border-radius: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin: 0 3px;
}

.slider_section .carousel_btn-box a:hover {
  background-color: #ffffff;
  color: #000000;
}

/* ===================About=============== */


.about_section {
  overflow: hidden;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section img {
  width: 100%;
}

.about_section .detail-box {
  position: relative;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 15px;
  background-color: #F95428;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  text-transform: uppercase;
}

.about_section .detail-box a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.15);
}

.about_section .img_container {
  position: relative; 
}

.about_section .position-absolute {
  position: absolute; 
  top: 50%; 
  left: 60%; 
  transform: translate(-50%, -50%); 
  z-index: -1; 
  width: 80%; 
}

.about_section img {
  width: 100%;
  z-index: 0; 
}

.about_section .experience {
  position: absolute;
  top: 20%; 
  right: -10%; 
  transform: translate(-50%, -50%);
  z-index: 1; 
  background: #FFFDD0; 
  /* background-color: rgba(249, 84, 40, 0.8);  */
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  animation: up-down 2s infinite alternate; 
  color: #F95428;
  font-weight: bolder;
}
.experience h3{
  font-size: 18px;
}

@media (max-width:768px) {
  .about_section .experience h3{
    font-size: 12px;
  }
}


@keyframes up-down {
  0% {
    transform: translate(-50%, -30%) translateY(0);
  }
  100% {
    transform: translate(-50%, -50%) translateY(-10px); 
  }
}




@media (max-width:820px) {
  .experience h2 {
    font-size: .9rem; 
    margin: 0;
  }
  .experience p {
    font-size: .8rem; 
  }
  
}
@media (max-width:720px) {
  .about_section{
    padding: 2rem 0;
  }
}

/* Single About page */

.abt-img2{
  position: relative;
}

.abt-exp{
  position: absolute;
  background-color: #F95428;
  color: #fff;
  width: 30%;
  /* padding: 5px; */
  text-align: center;
  bottom: 10%;
  left: 10%;
}

@media (max-width:992px) {
  .abt-exp{
    font-size: 1rem;
  }
}

/* ================= */
/* 
.poojaService {
  padding: 20px;
}

.poojaService .info-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.poojaService .info-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  flex: 1 1 calc(25% - 20px); 
  max-width: calc(25% - 20px); 
}

.poojaService .info-item img {
  width: 100%;
  max-height: 300px;
  transition: transform 0.3s;
}

.poojaService .info-item h2 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  transition: transform 0.3s;
}

.poojaService .hidden-paragraph {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 10px;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  width: calc(100% - 20px);
}

.poojaService .info-item:hover img {
  transform: scale(1.1);
}

.poojaService .info-item:hover h2 {
  transform: translateY(-200px);
}

.poojaService .info-item:hover .hidden-paragraph {
  display: block;
}


@media (max-width: 768px) {
  .poojaService .info-item {
    flex: 1 1 calc(50% - 20px); 
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .poojaService .info-item {
    flex: 1 1 100%; 
    max-width: 100%;
  }
} */



/* =======Services================ */

/* .Service-sec{
  margin: 2rem 0 2rem 0;
  
}

.swiper-container {
  position: relative;
  width: 100%;
  
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.swiper-slide img {
  width: 100%; 
  height: auto; 
  max-height: 300px; 
  object-fit: cover; 
} */

/* ============== Home Page Service ================== */


.Service-sec {
  margin: 2rem 0;
}

.swiper-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.3s ease; 
}

.swiper-slide:hover {
  transform: scale(1.05); 
}

.swiper-slide img {
  width: 100%; 
  height: auto; 
  max-height: 300px; 
  object-fit: cover; 
  border-radius: 8px;
  transition: filter 0.3s ease;
  transition: transform 0.3s;
}

.swiper-slide:hover img {
  filter: brightness(0.9); 
  transform: scale(0.9);
}

.service-details h3 {
  margin: 0.5rem 0;
  font-size: 1.5rem;
  color: #333; 
}

.service-details {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px; 
  background-color: #FFD700;
  padding: 10px 0;
}

.om-icon {
  width: 30px;
  margin-right: 10px; 
}

.service-details h3 {
  font-weight: bold;
  margin: 0;
}

.service-all-btn{
  color: #F95428;
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .service-details h3 {
      font-size: 1.2rem; 
  }

}

.custom-why-choose-us {
  padding: 60px 0;
  background-color: #f9f9f9;
  overflow: hidden;
}

.video-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 65vh; 
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.flip-horizontal {
  display: inline-block;
  transform: scaleX(-1);
}

/* Media Queries for Responsiveness */
@media (max-width: 992px) { 
  .video-container {
    height: 50vh; 
  }
}

@media (max-width: 768px) { 
  .video-container {
    height: 40vh;
  }
}

@media (max-width: 576px) { 
  .custom-why-choose-us {
    padding: 30px 15px; 
  }

  .video-container {
    height: 30vh; 
  }

  .custom-check-icon {
    font-size: 1.5em; 
  }

  .heading_container h2 {
    margin-top: 15px;
    font-size: 1.8em; 
  }

  p {
    font-size: 0.9em;
  }

  ul {
    padding-left: 1.2em; 
  }
}


/* ==========Gallery========== */

.gallery_section {
  /* background: -webkit-gradient(linear, left top, right top, from(#f7444e), to(#002c3e)); */
  /* background: linear-gradient(to right, #f7444e, #002c3e); */
  /* background: linear-gradient(to right, #FFA500, #FFB300, #FFFF00); */
  /* background: linear-gradient(to right, #FFA500, 70% #FFFF00 30%); */
  background: linear-gradient(to right, #FFA500 70%, #FFFF00 100%);
  /* background-color: #f95528; */
  /* background-color:  #F95428; */
  overflow: hidden;
}

.gallery_section .heading_container {
  color: #ffffff;
  margin-bottom: 25px;
}

.gallery_section .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 20px;
  border: 5px solid #ffffff;
  height: 300px;
}

.gallery_section .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery_section .box .btn-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery_section .box .btn-box a {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 5px;
  background-color: #ffffff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
}

.gallery_section .box::before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 44, 62, 0.8);
  z-index: 0;
}

.gallery_section .box:hover a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery_section .box:hover::before {
  display: block;
}

.gallery_section .see_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.gallery_section .see_btn a {
  display: inline-block;
  padding: 12px 60px;
  background-color: #F95428;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  text-transform: uppercase;
}

.gallery_section .see_btn a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.15);
}

.gallery_section video {
  width: 100%;
  height: auto;
  object-fit: cover;
}



/* ==============Contact================ */
/* .contact_section {
  position: relative;
}

.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .form_container input {
  width: 100%;
  border: 1px solid #ccc;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 20px;
  outline: none;
  color: #101010;
  border-radius: 5px;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #002c3e;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #002c3e;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #002c3e;
}

.contact_section .form_container input::placeholder {
  color: #002c3e;
}

.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 5px;
}

.contact_section .form_container button {
  border: none;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 12px 55px;
  background-color: #f7444e;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.contact_section .form_container button:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.15);
}

.contact_section .map_container {
  height: 100%;
  min-height: 375px;
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
} */
 
.contact_section {
  padding: 60px 0;
  background-color: #f9f9f9;
  overflow: hidden;
}

.form_container {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  /* border: 1px solid #F95428; */
  background-color: #FFD700 ;
}

.form_container h2 {
  margin-bottom: 20px;
  font-size: 28px;
  color: #333;
}

.form_container div {
  position: relative;
  margin-bottom: 15px;
}

input, textarea {
  width: 100%;
  padding: 15px 15px 15px 40px; 
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
}

input:focus, textarea:focus {
  border-color: #007bff;
  outline: none;
}

.btn_box {
  text-align: center;
}

.btn_box button {
  background-color: #F95428;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.btn_box button:hover {
  background-color: #0056b3;
}

.map_container {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.contact_info {
  margin-bottom: 20px;
}

.contact_info p {
  margin: 10px 0;
  color: #555;
}

.form_container i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #F95428; 
  pointer-events: none;
}

.contact_info i {
  margin-right: 10px;
  color: #F95428; 
}

.contact_info {
  margin-bottom: 20px;
}



.info_box {
  background-color: #fff; /* Box background color */
  padding: 15px;
  margin-bottom: 15px; /* Space between boxes */
  border: 1px solid #F95428; /* Border around the box */
  border-radius: 5px; /* Rounded corners */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth transition */
}

.info_box:hover {
  background-color: #f9f9f9; /* Light background on hover */
  transform: translateY(-2px); /* Slight lift effect */
}

.info_box p {
  margin: 0; /* Remove default margin */
  color: #555; /* Text color */
}

.info_box i {
  margin-right: 10px; /* Space between icon and text */
  color: #F95428; /* Icon color */
}

.branches_section{
  overflow: hidden;
}






/* =========Testimonial================ */

.client_section .heading_container {
  margin-bottom: 45px;
}

.client_section .client_box {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 auto;
}

.client_section .client_box .img-box {
  min-width: 175px;
  max-width: 175px;
  position: relative;
  margin-right: -75px;
}

.client_section .client_box .img-box img {
  width: 100%;
  position: relative;
  z-index: 5;
}

.client_section .client_box .img-box::before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% - 40px);
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f7444e;
  z-index: 2;
}

.client_section .client_box .detail-box {
  background-color: #222222;
  color: #ffffff;
  padding: 35px 35px 30px 120px;
  position: relative;
  margin-top: 75px;
}

.client_section .client_box .detail-box h5 {
  padding-left: 30px;
}

.client_section .client_box .detail-box p {
  color: #f1f2f3;
}

.client_section .client_box .detail-box::before,
.client_section .client_box .detail-box::after {
  width: 30px;
  height: 25px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "FontAwesome";
  font-size: 24px;
}

.client_section .client_box .detail-box::before {
  content: "\f10d";
  top: 25px;
  left: 16%;
}

.client_section .client_box .detail-box::after {
  content: "\f10e";
  bottom: 25px;
  right: 25px;
}

.client_section ol.carousel-indicators {
  position: unset;
  margin-top: 45px;
}

.client_section ol.carousel-indicators li {
  opacity: 1;
  background-color: #f7444e;
  width: 35px;
  height: 5px;
  border-radius: 9px;
  background-clip: unset;
  border: none;
}

.client_section ol.carousel-indicators li.active {
  background-color: #002c3e;
}

.info_section {
  background-color: #00142f;
  color: #ffffff;
  padding: 75px 0;
}

.info_section h5 {
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.info_section .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info_section .contact_link_box a {
  margin: 5px 15px;
  color: #ffffff;
  text-align: center;
}

.info_section .contact_link_box a i {
  margin-right: 5px;
}

.info_section .contact_link_box a:hover {
  color: #f7444e;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin: 0 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #f7444e;
}

/* footer section*/
/* .footer_section {
  background-color: #00142f;
}

.footer_section p {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
  border-top: 1px solid #ffffff;
}

.footer_section p a {
  color: inherit;
} */

/*# sourceMappingURL=style.css.map */

/* ===============***********===================== */

.page-title {
  position: relative; 
  background-color: #f5f5f5; 
  padding: 20px 0; 
  text-align: center; 
  border-bottom: 2px solid #ccc; 
  overflow: hidden; 
  align-content: center;
  height: 35vh;
  background-image: url(../images/page-title.gif);
}

.overlay {
  position: absolute;
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1; 
}

.page-title .container {
  position: relative; 
  max-width: 1200px; 
  margin: 0 auto; 
  padding: 0 15px; 
  z-index: 2; 
}

.page-title h2 {
  font-size: 2.5rem; 
  color: #fff;
  margin: 0;
  font-weight: bold; 
}

/* Optional: Responsive Design */
@media (max-width: 768px) {
  .page-title h2 {
    font-size: 2rem; /* Adjust font size for smaller screens */
  }
}



/* ====== Footer============ */


.footer{
  background-color: #00142f;
}

.fa {
  margin-right: 8px; 
}


.footer .btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #FFFFFF;
  border-radius: 35px;
  transition: .3s;
}

.footer .btn-social:hover {
  color: #F95428;
}

.footer .btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer h2{
  color: #F95428;
}

.footer .copyright a {
  color: #ccc;
}
.footer .copyright a:hover {
  color: #F95428;
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.footer .location{
  
  background-color: #F95428;
  height: 25px;
  padding: 5px;
}

.foobtn{
  background-color: transparent !important; 
  border-color: #FFD700 !important;
}

.foobtn:hover{
  background-color: #F95428 !important;
}

.footer-a{
  color: inherit;
}

.footer-a:hover {
  text-decoration: underline;
  color: #F95428;
}

@media (max-width: 560px) {
  .footer .quick{
    margin-top: 1rem;
  }
  .newssignbtn{
    padding-bottom: 2rem;
  }
}

/* ===================******================ */

.contact-buttons {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10000;
}

.whatsapp-button, .call-button {
  padding: 10px 10px;
  background-color: #25D366; 
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s;
}


.call-button {
  background-color: #007BFF; 
  background-color: var(--primary); 
}

.whatsapp-button:hover, .call-button:hover {
  opacity: 0.8;
} 

#scrollToTopBtn {
  position: fixed;
  bottom: 30px; 
  right: 30px; 
  display: none; 
  background-color: #F95428;
  color: white; 
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 20px; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000; 
}

#scrollToTopBtn:hover {
  background-color: #F95442; /* It has a Js file too */
}

