body {
  font-family: "Open Sans", sans-serif;
  background-color: #fffcf4;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}


/* Header Section */
.header_section {
  font-family: "Poppins", sans-serif;
  background-color: #001f3f;
  color: #ffffff;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.logo_box img {
  max-height: 90px;
  height: auto;
  max-width: 250px; 
  width: auto;
}

.navbar {
  padding: 0;
}

.navbar-nav .nav-link {
  color: #ffffff;
  font-size: 16px;
  margin: 0 10px;
  transition: color 0.3s, border-bottom 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #f63c08;
  border-bottom: 2px solid #f63c08;
}


/* Hamburger Menu Styling */
.navbar-toggler {
  border: none; 
  background-color: transparent; 
}

.navbar-toggler-icon {
  background-image: url("images/menu_icon.svg"); 
  background-color: transparent; 
  border-radius: 5px; 
  width: 40px; 
  height: 40px; 
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; 
  display: block; 
}



/* Add hover effect for better UX */
.navbar-toggler:hover .navbar-toggler-icon {
  background-color: #f63c08; 
}


.call_to_btn {
  background-color: #f63c08;
  color: #001f3f;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 25px;
  transition: all 0.3s;
  border: none;
}

.call_to_btn:hover {
  background-color: #ffffff;
  color: #f6bb08;
  box-shadow: 0px 4px 15px rgba(246, 187, 8, 0.4);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .call_to_btn {
    margin-top: 10px;
    width: 100%;
  }

  .logo_box img {
    max-height: 60px; /* Reduce logo height for smaller screens */
    max-width: 150px; /* Ensure proportional scaling */
  }
}



/* slider section start */

.slider_section {
  height: calc(100vh - 90px);
}

.slider_section .carousel-indicators {
  top: 50%;
  left: -11%;
  transform: translateY(-50%);
  display: block;
  bottom: unset;
  right: unset;
}

.slider_section .carousel-indicators li {
  width: 16px;
  height: 16px;
  opacity: 1;
  margin: 0 auto;
}

.slider_section .carousel-indicators .active {
  width: 24px;
  height: 24px;
  background-color: #f63c08;
}

.carousel-control-prev,
.carousel-control-next {
  display: none;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}


/* slider start */

.slider_section .slider_box {
  width: 100%;
  height: 750px;
  display: flex;
  /* justify-content: flex-end;  */
  justify-content: center; 
  align-items: center; 
  position: relative;
  height: calc(100vh - 90px);
  background-size: 100% 100%; 
  background-repeat: no-repeat; 
  background-position: center; 
}

/* .slider_section .slider_box {
  width: 100%;
  height: 750px;
  display: flex;
  position: relative;
  height: calc(100vh - 90px);
  background-size: 100% 100%; 
  background-size: cover;
  background-repeat: no-repeat;
} */



.slider_section .slider_detail-text {
  max-height: 90px; 
  overflow: hidden; 
  transition: max-height 0.3s ease-in-out; 
}

.slider_section .slider_detail-text.expanded {
  max-height: 1000px; 
}


.slider_section .slider_box.slide-1 {
  background-image: url(../images/security_service.jpg);
}


.slider_section .slider_box.slide-2 {
  background-image: url(../images/mpow.jpg);
}

.slider_section .slider_box.slide-3 {
    background-image: url(../images/wforce.jpg);
}

.slider_section .slider_box .slider-detail {
  color: #fff;
  width: 80%;
  margin-top: 5%;
  margin-left: 7%;
}



.slider_section .slider_box .slider-detail .slider_detail-heading h2 {
  font-weight: 200;
  color: #f63c08;
  text-transform: uppercase;
}

.slider_section .slider_box .slider-detail .slider_detail-heading h1 {
  font-weight: 700;
  color: #f63c08;
  text-transform: uppercase;
}

.slider_section .slider_box .slider-detail .slider_detail-text {
  width: 55%;
  color: #f8fafd;
}

.slider_section .slider_box .slider-detail .slider_detail-btn {
  display: flex;
}

.slider_section .slider_box .slider-detail .slider_detail-btn a {
  margin-top: 28px;
  padding: 16px 20px;
  background-color: #f63c08;
  color: #fff;
}

/* end slider section */





/* welcome section */

.welcome_section {
  padding: 3% 5%;
}

.welcome_detail {
  overflow: hidden; 
}

.welcome_detail img {
  float: left; 
  margin: 0 20px 20px 0;
  max-width: 40%; 
  height: auto; 
  border-radius: 10px; 
}

.welcome_detail h2 {
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
  font-size: 2rem;
  /* margin-bottom: 10px; */
  margin-top: 10px;
}



.welcome_detail h3 {
  text-transform: uppercase; 
  color: #f63c08;
  text-decoration: underline; 
  text-decoration-color: #36bb25; 
  text-underline-offset: 4px; 
}


.welcome_detail p {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: justify; 
}


.welcome_detail a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 10px;
  background-color: #f63c08;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
}

 

/* service section */

.service_section .container {
  padding: 0 50px;
}

.service_detail h2 {
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
}

.service_detail h3 {
  text-transform: uppercase;
  color: #f63c08;
  position: relative;
  text-decoration: underline; /* Add underline */
  text-decoration-color: #36bb25; /* Set underline color to green */
  text-underline-offset: 4px; /* Optional: Add space between text and underline */
  font-size: 2.2rem; 
  margin-bottom: 50px;
}


.service_section .service_img-container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
 
.service_section .service_img-container .service_img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  height: 325px;
  background-size: cover;
}

.service_img-container .service_img-box.i-box-1 {
  width: 60%;
  background-image: url(../images/S1.jpg);
}

.service_img-container .service_img-box.i-box-2 {
  width: 40%;
  background-image: url(../images/S2.jpg);
}

.service_img-container .service_img-box.i-box-3 {
  width: 40%;
  background-image: url(../images/s4.jpg);
}

.service_img-container .service_img-box.i-box-4 {
  width: 60%;
  background-image: url(../images/s3.jpg);
}

.service_img-container .service_img-box.i-box-5 {
  width: 60%;
  background-image: url(../images/s5.jpg);
}
.service_img-container .service_img-box.i-box-6 {
  width: 40%;
  background-image: url(../images/s6.jpg);
}

.service_section .service_img-container a,
.service_section .service_img-container a:hover {
  color: #fff;
  text-transform: uppercase;
  padding: 15px 40px;
}

.service_section .service_img-container .service_img-box:hover {
  cursor: pointer;
}

.service_section .service_img-container .service_img-box:hover a {
  background-color: #001f3f;
}

.service_btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.service_btn a,
.service_btn a:hover {
  text-transform: uppercase;

  color: #0c0b09;
}

.service_btn a img {
  width: 25px;
}

/* end service section */

/* security section */
.security_section {
}

.security_section h2 {
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

.security_section h3 {
  text-transform: uppercase;
  color: #f63c08;
  position: relative;
  text-align: center;
}

.security_section h3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 1.5px;
  width: 140px;
  background-color: #36bb25;
}

.security_section .security_container {
  width: 90%;
  margin: 0 auto;
}

.security_section .security_img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  width: 300px;
  height: 490px;
  margin: 0 auto;
  z-index: 999;
}

.security_section .security_img-box.i-box-1 {
  background-image: url(../images/security-1.jpg);
}

.security_section .security_img-box.i-box-2 {
  background-image: url(../images/security-2.jpg);
}

.security_section .security_img-box.i-box-3 {
  background-image: url(../images/security-3.jpg);
}

.security_section .security_img-box a {
  display: none;
  opacity: 0;
  text-transform: uppercase;
  padding: 8px 12px;
  border: 1.5px solid #f0f0f0;
  color: #fff;
}

.security_section .security_img-box:hover a {
  display: inline-block;
  opacity: 1;
}

.security_btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.security_btn a,
.security_btn a:hover {
  text-transform: uppercase;

  color: #0c0b09;
}

.security_btn a img {
  width: 25px;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-nav.disabled {
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 0;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  background-color: #254a93;
  width: 70px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 50%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-next {
  right: -25px;
  background-image: url(../images/right-arrow.png);
}

.owl-carousel .owl-nav .owl-prev {
  left: -25px;
  background-image: url(../images/left-arrow.png);
}

/* end security section */

.story_section {
  padding: 0 4%;
}

.story_section .container-fluid {
  -webkit-box-shadow: 1px -1px 24px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px -1px 24px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 1px -1px 24px -13px rgba(0, 0, 0, 0.75);
}

.story_section .col-md-6 {
  padding: 0;
  display: flex;
  align-items: center;
  background-color: #fcfcfc;
}

.story_detail {
  margin-left: 40px;
}

.story_detail h2 {
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
}

.story_detail h3 {
  text-transform: uppercase;
  color: #254a93;

  margin: 0;
}

.story_detail {
  width: 85%;
}

.story_detail .story_detail-btn {
  margin-top: 25px;
}

.story_section .story_detail-btn a,
.story_section .story_detail-btn a:hover {
  text-transform: uppercase;

  color: #0c0b09;
}

.story_section .story_detail-btn a img {
  width: 25px;
}

/* contact section start */

.contact_box {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 40px;
  width: 100%;
  max-width: 500px;
}

.contact_box h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.contact_box form input,
.contact_box form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
}

.contact_box form input:focus,
.contact_box form textarea:focus {
  border-color: #00cc99;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 204, 153, 0.5);
}

.contact_box form button {
  width: 100%;
  padding: 12px;
  font-size: 18px;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact_box form button:hover {
  background-color: #0056b3;
}

/* Contact section end */

/* Map Section */
#map {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}



/* end contact section */

/* info section */
.info_section {
  background-color: #000202;
  font-family: "Roboto", sans-serif;
}

.info_section .info_detail {
  display: flex;
  align-items: center;
}

.info_section .info_detail p {
  color: #fff;
}

.address_link-container {
  display: block;
}

.address_link-container a {
  display: flex;
  color: #fff;
  margin: 15px 0;
  align-items: center;
}

.address_link-container a img {
  margin-right: 10px;
}

.info_section .news_container h3,
.info_section .address_container h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
}

.info_section .news_container form {
  margin: 28px 0;
}

.info_section .news_container form input {
  border: none;
  background-color: #fff;
  width: 70%;
  padding: 7px 10px;
}

.info_section .news_container form button {
  border: none;
  background-color: #254a93;
  color: #fff;
  font-size: 14px;
  padding: 8px 15px;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .news_container .social_container {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.info_section .news_container .social_container > div {
}

/* end info section */


/* footer section*/

.footer_section {
  background-color: #001f3f;
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
}

.footer_section p {
  color: #fff;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #fff;
}


/* end footer section*/
/* #fffcf4 */


.do_you_want_section {
  padding: 60px 0;
  background: linear-gradient(135deg, #fffcf4, #fffcf4);
}

.do_you_want_section h2 {
  text-transform: uppercase; /* Optional: To make text uppercase */
  color: #f63c08; /* Text color */
  text-decoration: underline; /* Add underline */
  text-decoration-color: #36bb25; /* Set underline color to green */
  text-underline-offset: 4px; /* Optional: Add space between text and underline */
  font-size: 2.2rem; /* Adjust font size */
}

.do_you_want_section h6 {
  text-transform: uppercase; /* Optional: To make text uppercase */
  color: #001f3f; /* Text color */
  font-size: 1.2rem; /* Adjust font size */
  margin-top: 20px;
}

.do_you_want_list {
  list-style: none;
  padding: 0;
}

.do_you_want_list li {
  font-size: 1.1rem;
  color: #001f3f;
  margin-bottom: 20px;
  line-height: 1.6;
}

.do_you_want_list li.circle::before {
  content: "\2022"; /* Unicode for bullet symbol */
  font-size: 40px; /* Increased size of the circle */
  color: #f63c08; /* Blue color for the bullet */
  margin-right: 10px;
  vertical-align: middle;
}

.do_you_want_list li.arrow::before {
  content: "\2192"; /* Unicode for right arrow symbol */
  font-size: 30px;
  color: #28a745; /* Green color for the arrow */
  margin-right: 10px;
  vertical-align: middle;
}

.do_you_want_list li strong {
  color: #001f3f;
  font-weight: bold;
}

img.img-fluid {
  width: 100%; /* Ensure the image takes up the full width */
  height: 100%; /* Ensures the image maintains its aspect ratio while covering the container */
  object-fit: cover; /* Ensures the image fills the container without stretching */
}

@media (max-width: 768px) {
  .do_you_want_list {
    font-size: 1rem;
  }

  .do_you_want_list li {
    flex-wrap: wrap;
  }

  /* Adjust column width for smaller screens */
  .col-md-7, .col-md-5 {
    max-width: 100%; /* Make both sections full width on small screens */
  }

  .col-md-7 {
    margin-bottom: 20px; /* Add margin between stacked sections */
  }
}



/* General container styling */
.container-service {
  margin-top: 20px;
  padding-left: 15px; /* Padding from left */
  padding-right: 15px; /* Padding from right */
}

/* Card styling */
.container-service .card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a soft shadow */
  border: none; /* Remove default border */
  border-radius: 10px; /* Rounded corners */
  overflow: hidden;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  height: 380px; /* Smaller height for cards */
  width: 100%; /* Ensure cards are responsive */
}

.container-service .card:hover {
  transform: scale(1.05); /* Slight zoom effect on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Deeper shadow on hover */
}

/* Card image styling */
.container-service .card-img-top {
  height: 180px; /* Fixed height for images */
  object-fit: cover; /* Ensure images are scaled to fit */
}

/* Card body styling */
.container-service .card-body {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 180px; /* Adjusted to smaller height */
}

/* Title styling */
.container-service .card-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

/* Text styling */
.container-service .card-text {
  font-size: 0.95rem;
  color: #555;
  flex-grow: 1; /* Allow text to take available space */
  text-align: justify;
}

/* Button styling */
.container-service .card a.btn {
  background-color: #f63c08;
  border-color: #f63c08;
  color: white;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 20px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.container-service .card a.btn:hover {
  background-color: #d93407;
  color: white;
}



/* Testimonial Section start */

.testimonial-section {
  margin-top: 2rem;
}

/* Carousel Styling */
.testimonial-item {
  width: 100%;
  max-width: 500px;
  height: 340px;
  margin: 0 auto;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

/* Title Styling */
.testimonial-content h1 {
  text-transform: uppercase;
  color: #f63c08;
  text-decoration: underline;
  text-decoration-color: #36bb25;
  text-underline-offset: 4px;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

/* Client Logos */
.testimonial-client img.client-img {
  width: 100px;
  height: 80px;
  object-fit: contain;
  margin-top: 15px;
}

/* Testimonial Text */
.testimonial-text {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Carousel Responsiveness */
@media (max-width: 768px) {
  .testimonial-item {
    max-width: 90%;
    height: auto;
    padding: 15px;
  }

  .testimonial-text {
    font-size: 14px;
  }
}




/* Bottom Bar Section */
.bottom_bar {
  background-color: #000016;
  color: #f0f0f0;
  padding: 40px 20px;
  font-family: "Roboto", sans-serif;
}

.bottom_bar h4 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #36bb25;
  text-transform: uppercase;
}

.bottom_bar ul {
  list-style: none;
  padding: 0;
}

.bottom_bar ul li {
  margin-bottom: 10px;
  color: #f63c08; 
}


.bottom_bar ul li a {
  color: #f0f0f0;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.bottom_bar ul li a:hover {
  color: #36bb25;
}

.contact_info p {
  font-size: 1rem;
  line-height: 1.8;
}

.contact_info a {
  color: #f0f0f0;
  text-decoration: none;
}

.contact_info a:hover {
  color: #36bb25;
}

.social_icons {
  display: flex;
  gap: 15px;
}

.social_icons a img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}

.social_icons a:hover img {
  transform: scale(1.1);
}

.copyright {
  margin-top: 20px;
  font-size: 0.9rem;
  color: #ffffff;
}

@media (max-width: 768px) {
  .bottom_bar .row {
    flex-direction: column;
    text-align: center;
  }

  .social_icons {
    justify-content: center;
  }
}






