body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 1px;
    font-family: 'Bebas Neue', sans-serif;
}

li,
ul,
ol {
    /*text-decoration: none;*/
    /*list-style: none;*/
    margin: 0px;
    /*padding: 0px;*/
    font-family: 'Poppins', sans-serif;
}


p {
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}

p a {
    font-family: 'Poppins', sans-serif;
}

button {
    font-family: 'Poppins', sans-serif;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: black;
}

::-webkit-scrollbar-thumb {
    background: #E32329;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #FF69B4;
}

.top-address {
    padding: 0px 50px;
    background-color: #E32329;
    color: white;
}

.nav-scroll-btn {
    padding: 8px 10px;
    color: white;
    font-size: 14px;
    background-color: #E32329;
    font-weight: bold;
}

/* Full-width dropdown styling */
.full-width-dropdown {
    display: none;
    position: absolute;
    top: 100%; /* Aligns it to the bottom of the header */
    margin: 40px;
    width: 60%;
    height: 450px;
    background-color: #000000;
    border: 2px solid #E32329;
    border-radius: 8px;
    padding: 20px;
    z-index: 9999;
    box-shadow: none; /* Remove shadows for debugging */
    transition: none; /* Ensure no delay from CSS */
    animation: none; /* Ensure no delay from animations */
}

/* Show the dropdown on hover */
.nav-item.dropdown:hover .full-width-dropdown {
    display: block;
    position: fixed;

    top: 55px; /* Adjust this value to match your header height */
    right: -40px;

}

/* Additional styling for dropdown contents */
.main-heading {
    font-size: 36px;
    margin-bottom: 20px;
        color: #ffffff;

}

/* Styling for service items */
.service-list {
    margin-bottom: 20px;
    margin-top: 40px;
     ;
}

.service-item{
    font-size: 20px;
    color: white; /* Default text color */
    margin: 15px 0;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
    cursor: pointer;
    text-align: start;

}

/*!* Underline effect *!*/
/*.service-item::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: -5px;*/
/*    height: 2px;*/
/*    width: 0;*/
/*    background-color: #E10707; !* Underline color *!*/
/*    transition: width 0.3s ease;*/
/*}*/

/* Hover effect */
.service-item:hover {
    color: #E10707; /* Change text color on hover */
    transform: translateX(5px); /* Slight shift to the right */
}


/* Styling for the main services heading */
.main-services-heading {
    font-size: 30px;
    font-weight: 600;
    color: white;
    margin-bottom: 15px;
    text-align: start;
    color: #fff;
    font-family:Poppins, Arial, Helvetica, sans-serif;

}

/* Styling for the services description and button */
.services-description {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 20px;

}

.services-description p {
    color: white;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25.6px;
    margin: 0;
    text-align: start;
}

.learn-more-btn {
    background-color: #E10707;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.learn-more-btn:hover {
    background-color: #c90606;
    color: white !important;
}

/* Styling for the row of images */
.services-images {
    border: 2px solid #ffffff;
    display: flex; /* Enable Flexbox */
    justify-content: space-between; /* Add equal spacing between images */
    align-items: center; /* Align images vertically */
    width: 100%; /* Ensure container spans the full width */
    gap: 10px; /* Add space between rows and images */
}

.service-img {
    flex: 1 1 calc(33.33% - 10px); /* Each image takes up one-third of the row minus the gap */
    max-height: 120px;
    object-fit: contain; /* Maintain aspect ratio while filling the allocated space */
    max-width: 100%; /* Prevent images from exceeding their natural size */
}



.hero-video {
    width: 100%;
    height: 92vh;
    background-size: cover;
    object-fit: cover;
}

.hero-section {
    position: relative;
    margin-top: 100px;
}

.hero-text-1 {
    font-size: 40px;
    font-weight: 400;
}

.hero-text-2 {
    font-size: 15px;


}
.carousel-indicators button {
    width: 15px !important;   /* Change width to create dot */
    height: 15px !important;  /* Change height to create dot */
    border-radius: 50%;  /* Make it circular */
    background-color: #fff;  /* White color for the dot */
    border: none;   /* Remove border */
    opacity: 0.5;   /* Slightly transparent */
}

.carousel-indicators .active {
    opacity: 1;   /* Fully visible for active dot */
    background-color: #000 !important;  /* Make active dot darker */
}

/* Optional: Space out the dots */
.carousel-indicators {
    position: absolute ;/* Adjust to your preference */
    right: 0 !important;
}

.hero-heading {
    color: white;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 50px;
    width: 70%;
}


.explore-btn {
    background-color: #E32329;
    padding: 15px 10px;
    margin-right: 20px;
}

.quote-btn {
    border: 1px solid #E32329;
    padding: 15px 10px;
    color: white;
}

.testimonials-head {
    position: absolute;
    right: 3%;
    bottom: -150px;
    background-color: #E32329;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
        max-height: 460px;
}

.testimonials-head-text {
    font-size: 28px;
    font-weight: 400;
    padding: 5px;
    text-align: center;

}

.video-slider-sub-head {
    font-size: 28px;
    font-weight: 400;

}

.company-testimonial {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
    text-align: justify;

}

.h-300{
    height: 300px;
}

.h-200{
    height: 200px;
}



.header {
    text-align: center;
    background-color: #000000;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 1000;
}

/* Mobile navbar background */
.mobile-nav {
    background-color: #000000 !important;
}

.top-email,
.top-number {
    font-size: 12px;
    margin-right: 40px;

}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    margin-right: 20px;
    padding: 10px;
}

.logo img {
    width: 200px;
    height:90px;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.nav-item {
    margin-right: 25px;
}

.nav-item:last-child {
    margin-right: 0;
}

.nav-item a {
    color: white;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 16px;
    font-weight: 500;
}

.nav-item a:hover {
    color: #E32329;
    padding-bottom: 5px;
    border-bottom: 2px solid #E32329;
}

.mobile-nav {
    display: none;
}

.slider-img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}


/* video slider */
.vedio-card iframe {
    width: 1100px;
    height: 600px;
    border: 10px solid #E32329;
}
.client-says-about{
    box-shadow: 2px 6px 8px 1px #00000040;
    border-radius: 8px;
    padding: 10px;
    background: white;
}
.client-says-about > img{
    width: 100% !important;
    height: 120px;
    object-fit: contain;
    padding: 10px;
}

.video-carousel-arrow {
    width: 50px;
    height: 50px;
}
#video1{
    border: 10px solid #E32329;
    width: 75%;
    max-height: 550px;
    object-fit: fill;
}
#video2{
    border: 10px solid #E32329;
    width: 75%;
    max-height: 550px;
    object-fit: fill;
}
.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
    width: 5%;
}
 .carousel-control-next{
        right: 40px ;
    }
    .carousel-control-prev{
        left: 40px ;
    }

.vedio-section {
    margin-top: 140px;
}

/* video slider */




/* professtional-services */

.professtional-services {
    margin-top: 80px;
    margin-bottom: 80px;
}

.services-img {
    width: 100%;
    height: 800px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}



.our-professtional-heading {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 80px;
    text-transform: capitalize;
    padding: 20px;
    background-color: #1C1C1C;
}

/* professtional-services */



/* services-animated */
.read-more-btn {
    background-color: #E32329;
    color: white;
}

.read-more-btn-white {
    background-color: white;
    color: black;
}

.hide-on-md {
    display: block;
}

.hide-on-lg {
    display: none;
}

.animated-service-heading {
    font-size: 30px;
    font-weight: 700;
}

.below-our-professtional-img {
    width: 100%;
    height: 400px;
}

.ainmaited-service-text {
    font-size: 15px;
    color: #000000;
}


.top-image {
    width: 100%;
    height: 70px;
    display: block;
    object-fit: cover;
    margin-bottom: -35px; /* Adjust this value to overlap the row */
    position: relative;
    z-index: 1;
}

.award-image {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* Ziada dark aur spread shadow */
    position: relative;
    z-index: 2;
    margin-top: -70px; /* Ziada lift up */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 500px;
    width: 450px;
}


/* Industries Section Styling */
.industries-section {
    width: 100%;
    background: #181B1E; /* Blue Gradient Background */
    padding: 20px 0; /* Top and Bottom Padding */
}

.home-about-section {
    width: 100%;
    padding: 150px 0 40px 0;
    background: #ffffff;
}

.city-about-section{
     width: 100%;
    padding: 80px 0 80px 0;
    background: #E5E9EF;
}
.mt-40{
    margin-top: 40px;
}

/* Container for Centering Content */

/* Section Heading */
.section-heading {
    text-align: center;
    color: #ffffff; /* White Text Color */
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-top: 10px;
}

.section-heading-black {
    text-align: center;
    color: #000000; /* White Text Color */
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 20px;
}

/* Images Row */
.images-row {
gap: 30px;
}
.mt-120{
    margin-top: 120px;
}

.mt-60{
    margin-top: 60px;
}
.industry-card-custom {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
    /*background: #ffffff;*/
    border-radius: 8px; /* Optional for rounded corners */
    /*transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;*/
        /*box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); !* Add a shadow effect *!*/
    /*border: 3px solid #E32329*/

}

.about-card-custom {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    height:450px ;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
    background: #F1F2F6;
    border-radius: 8px; /* Optional for rounded corners */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); /* Add a shadow effect */
    border: 3px solid #E32329

}

.security-solutions-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    height:380px ;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
    background: #F1F2F6;
    border-radius: 8px; /* Optional for rounded corners */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); /* Add a shadow effect */
    border: 3px solid #E32329

}


.city-custom-text{
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    color: white;
    margin-bottom: 0px;
    padding-bottom: 0px;

}

.about-custom-text{
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    padding: 10px;
    text-align: center;
    color: #000000;

}
.custom-button-white {
    background-color: white; /* White Background */
    color: black; /* Black Text */
    border: 2px solid black; /* Black Border */
    padding: 12px 24px; /* Padding for Button */
    font-size: 16px; /* Font Size */
    font-weight: bold; /* Bold Text */
    border-radius: 5px; /* Rounded Corners */
    cursor: pointer; /* Pointer Cursor on Hover */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth Transition */
}

.about-desc{
    font-size: 15px;
    color: #000000;
    text-align: center;

}

/* Hover Effect */
.custom-button-white:hover {
    background: #E32329; /* Blue Gradient Background */
    color: white; /* White Text on Hover */
    border-color: #E32329; /* Blue Border on Hover */
}

/* Image Item */
.image-item {
    text-align: center;
    position: relative;
    width: 15%;
}

/* Image Styling */
.industry-img {
    width: 130px;
    height: 130px;
    border-radius: 10px; /* Rounded Corners */
    border: 2px solid white;

}


.industry-img-full {
    width: 100%;
    height: 130px;
    border-radius: 10px; /* Rounded Corners */

}



/* Image Title */
.image-title {
    margin-top: 15px;
    color: #ffffff; /* White Text Color */
    font-size: 18px;
    font-weight: 500;
}


/* services-animated */


/* services gradient */
.services-gradient {
    padding-top: 50px;
    background: #F5F5F6;
}

.red-border{
border: 2px solid #E10707 !important;
}

.gradient-from-left {
    padding: 40px 100px;
}

.gradient-from-right {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 40px 100px;
}

.gradient-right-img {
    width: 90%;
    height: 390px;
    /*margin-top: -100px;*/
}

.gradient-left-img {
    width: 90%;
    height: 390px;
    margin-top: -100px;
}

.remove-on-lg {
    display: none;
}

/* services gradient */


/* .our clients-section */
.our-clients {
    margin-top: 50px;
}

.our-clients-subhead {
    font-size: 15px;
}

.section-padding-30{
    margin-top: 30px;
}

.owl-img {
    width: 100% !important;
    height: 120px;
    object-fit: contain;
    padding: 10px;
}

.owl-stage {
    padding: 20px 0px;
}

.item {
    box-shadow: 2px 6px 8px 1px #00000040;
    border-radius: 8px;
}

/* .our clients-section */



/* security measure */
.security-measure-heading {
    position: absolute;
    top: 13%;
    left: 42%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    z-index: 998;
    padding: 25px 20px;
    background-color: #E32329;
    color: white;
    text-align: center;
}

.security-measure-cnt {
    width: 100%;
    padding: 20px 0px 150px 0px;
    position: relative;
    margin-top: 80px;
}

.security-measure-img {
    height: 600px;
    width: 60%;
    float: right;
}

.security-measure-img-mob {
    display: none;
}

.security-measure-text {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    margin-top: 150px;
    font-size: 15px;
}

/* security measure */


.border-red{
    border:2px solid #E10707;
}

.border-black{
    border:2px solid #000000;
}


/* Footer Styling */

.nav-item-footer a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;

    padding-bottom: 2px; /* space between text and underline */
}

.underline a:hover{
     color: #E32329;
    padding-bottom: 5px;
    border-bottom: 2px solid #E32329;
}

.nav-item-footer {
    margin-bottom: 8px;
}

.nav-list-footer {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-logo-heading-1 {
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #E32329;
    line-height: 30px;
    margin-bottom: 0px !important;
}

.footer-logo-heading-2 {
    font-size: 26px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0.01px;

}
.footer-container {
    padding: 50px 10px;
}

.hero-width{
    max-width: 750px;
}



.footer-text {
    color: #000000;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;

}

.footer-right-cnt-1 {
    margin-top: 30px;
}

.quick-links {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
}



.see-more-btn button {
    padding: 10px 30px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    background-color: #E32329;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
}

.see-more-btn button:hover {
    background-color: #000000;
}


.footer-icon {
    width: 18px;
    height: 18px;
}

.privacy-policy {
    margin: 0px;
    font-size: 14px;
}

.bottom-last {
    padding: 5px 50px;
    background-color: #E32329;
    color: white;
}

.copy-right-icon {
    width: 13px;
    height: 15px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px; /* Size of the button */
    height: 60px; /* Size of the button */
    background-color: #E32329; /* Red background */
    border-radius: 50%; /* Make it circular */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10; /* Ensure the button is above the video */
}

.play-icon {
    width: 0;
    height: 0;
    border-left: 15px solid white; /* Right triangle */
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 21px;
    left: 25px;
}
.video-container {
    position: relative;
    display: inline-block;
}

/* Footer Styling */



/* General Styles */
.custom-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.custom-row {
  display: flex;
  flex-wrap: wrap;
}

.custom-col-half {
  width: 50%;
  padding: 10px;
}

.main-card {

box-shadow: 4px 8px 15px 3px #00000040;
    border: 3px solid #E32329;
    border-radius: 8px;
    background: #fff;
}
/* Card Styles */
.custom-card {

  margin-bottom: 20px;
  padding: 15px;
}

.custom-card-content {
  display: flex;
  align-items: center;
}

.custom-logo {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.award-winning-section{
    margin: 120px 0px;
}

.custom-paragraph {

    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 20.6px;
    text-align: start;
    color: #000000;
}
.objectives-heading{
        letter-spacing: 1px;
    font-size: 24px;
    font-family: 'Bebas Neue', sans-serif;
}

/* Second Column Styles */
.custom-about-us {
  font-size: 20px;
  color: black;
  margin-bottom: 10px;
}

.custom-welcome-heading {
  font-size: 30px;
    font-family: 'Bebas Neue', sans-serif;
  margin-bottom: 20px;
}

.custom-long-paragraph {
  margin-bottom: 20px;
  line-height: 1.6;
}

.custom-medium-paragraph {
  margin-bottom: 20px;
  line-height: 1.6;
}

.custom-read-more-btn {
  background: linear-gradient(45deg, #ff416c, #ff4b2b); /* Red gradient */
  color: white; /* Text color */
  font-size: 16px; /* Font size */
  font-weight: bold; /* Bold text */
  padding: 10px 30px; /* Padding (top/bottom, left/right) */
  border: none; /* Remove default border */
  border-radius: 50px; /* Pill-like shape (fully rounded edges) */
  cursor: pointer; /* Pointer cursor on hover */
  transition: all 0.3s ease; /* Smooth transition for hover effects */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.custom-read-more-btn:hover {
  background: linear-gradient(45deg, #ff4b2b, #ff416c); /* Reverse gradient on hover */
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); /* Slightly larger shadow on hover */
  transform: translateY(-2px); /* Slight lift effect */
}

.custom-read-more-btn:active {
  transform: translateY(0); /* Reset lift effect when clicked */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Reset shadow when clicked */
}
.mb-40{
    margin-bottom: 40px;
}
#faq {
    padding-top: 20px;
}


#main #faq .card {
  margin-bottom: 10px;
  border: 0;
    background: transparent;
}

#main #faq .card .card-header {
  border: 0;
  border-radius: 2px;
  padding: 0;
    background: transparent;
  transition: background 0.3s ease;
}



#main #faq .card .card-header .btn-header-link {
  color: #000000;
  text-align: left;
  padding: 20px 0px;
    display: flex;
    justify-content: space-between;


  font-weight: 400;
  line-height: 36.27px;
  position: relative;
  text-decoration: none;
    border: none;
  outline: none;
  box-shadow: none;
    border-bottom: 2px solid #E10707;
}
.btn-header-link p{
     font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
  width: 33.25px;
  height: 19.14px;
}

#faq .card-body{
    padding: 40px 0px 20px 0px;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f067";
    color: #E10707;
}

#main #faq .card .card-header .btn-header-link:not(.collapsed):after {
  content: "\f00d";
        color: #E10707;

}

#main #faq .card .card-header.active {
  background: #E32329 !important;
}

#main #faq .card .card-header.active:hover {
  background: #E32329;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  color: #222;
}

.faq-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
  color: #000000;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    margin-bottom: 0px;
    padding-bottom: 0px;

}

.faq-padding{
    padding: 100px 0px;
}






/* ------------------------------------------------------------------- */
/* media queries */
@media only screen and (min-width: 2000px) and (max-width: 2500px) {
    .security-measure-cnt {
        padding: 20px 0px 300px 0px;
    }

    .vedio-card iframe {
        width: 1300px !important;
        height: 700px !important;
    }
    .mobile-view{
          display: none;
      }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {


    .carousel-control-next{
        right: 40px !important;
    }
    .carousel-control-prev{
        left: 40px !important;
    }
    .mobile-view{
          display: none;
      }

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .home-about-section {
    width: 100%;
    padding: 250px 0 40px 0;
    background: #ffffff;
}

    .about-card-custom{
        height: 580px;
    }
    .images-row{
        gap: 15px;
    }

    .nav-item a {
        font-size: 14px;
    }

    .nav-scroll-btn {
        font-size: 13px;
        padding: 5px;
        margin-right: 5px;
    }
    .mobile-view{
          display: none;
      }

    .logo img {
        width: 160px;
        height: 80px;
    }

    /* .security-measure */
    .security-measure-heading {
        padding: 20px 30px;
        font-size: 26px;
        left: 45%;
    }

    .security-measure-img {
        height: 500px;
    }

    .security-measure-img-mob {
        height: 500px;
        width: 100%;
    }

    .security-measure-text {
        margin-top: 130px;
    }

    /* .security-measure */


  .testimonials-head {
      bottom: -210px;
  }

  .vedio-section {
    margin-top: 180px;
}
    /* video carousel */
    .vedio-card iframe {
        width: 800px !important;
        height: 550px !important;
    }

    /* video carousel */
    .header-padding{
        padding: 10px 15px;
    }
    .play-button{
        top: 42%;
    }

    .carousel-control-next {
    right: -30px;
}
    .carousel-control-prev {
    right: -30px;
}




    /* service section */
    .services-img {
        height: 600px;
    }

    .remove-on-lg {
        display: none;
    }
    .mobile-view{
          display: none;
      }

    /* service section */

}

@media only screen and (min-width: 768px) and (max-width:992px) {

    .images-row{
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        gap: 10px;
    }
    .logo img {
        width: 190px;
        height: 90px;
    }
    .home-about-section{
        padding: 300px 0 40px 0;

    }
    .about-card-custom{
        height: 400px;
    }

    .nav-scroll-btn {
        display: none !important;
    }




    .header-padding{
        padding: 0px 10px;
    }

    .explore-btn,
    .quote-btn {
        padding: 10px 15px;
        font-size: 16px;
        margin-right: 20px;
    }

    .nav-item {
        margin-right: 20px;

    }

    .nav-item:last-child {
        margin-right: 0;
    }

    .nav-item a {
        color: white;
        text-decoration: none;
        transition: color 0.2s ease;
        font-size: 14px;
    }

    .nav-item a:hover {
        color: white;
    }



    /* video carousel */
    .vedio-card iframe {
        width: 600px !important;
        height: 500px !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: unset;
    }

    /* video carousel */




    /* animated services */
    .services-img {
        height: 500px;
    }

    .read-more-btn {
        font-size: 14px;
    }

    .remove-on-lg {
        display: none;
    }

    .animated-service-heading {
        font-size: 30px;
    }

    .gradient-from-left {
        padding: 40px 20px;
    }

    .gradient-from-right {
        margin-top: 80px;
        margin-bottom: 80px;
        padding: 40px 20px;
    }

    /* animated services */



    /* our clients */
    .our-clients-subhead {
        font-size: 16px;
    }

    /* our clients */



    /* .security-measure */
    .security-measure-heading {
        border-radius: 0px;
        padding: 20px 40px;
        font-size: 26px;
        position: unset;
        transform: unset;
        width: 100%;
    }

    .security-measure-cnt {
        padding: 20px 0px 50px 0px;
    }
    .play-button{
        top: 38%;
    }

    .security-measure-img {
        height: 500px;
        width: 100%;
        float: none;
        display: none;
    }

    .security-measure-img-mob {
        height: 500px;
        width: 100%;
        display: block;
    }

    .security-measure-text {
        margin-top: 10px;
        padding: 20px;
    }
    .mobile-view{
          display: none;
      }
    .testimonials-head {
      bottom: -250px;
  }
    .footer-logo {
    width: 200px !important;
    height: 100px !important;
}

  .vedio-section {
    margin-top: 260px;
}

    /* .security-measure */


    /* footer */
    .nav-item-footer a {
        font-size: 14px;
    }

    .footer-logo-heading-1{
        font-size: 36px;
    }
    
    .footer-logo-heading-2{
         font-size: 22px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0.01px;
    }

    /* footer */
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    .top-email,
.top-number {
    font-size: 12px;
    margin-right: 10px;

}



    icon-header-section {
    margin-left: 0px;
}
    .header-container {
        flex-direction: column;
        display: none;
    }

    .nav-scroll-btn {
        padding: 7px 10px;
        font-size: 12px;
    }

    .header {
        margin-right: 10px;
        width: 100%;
        z-index: 1000;
    }

    .logo img {
        width: 210px;
        height: 90px;
    }

     .play-button{
        top: 42%;
    }

   .carousel-control-next {
    right: -30px;
}
.carousel-control-prev {
    left: -30px;
}
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .mobile-nav {
        display: block;
    }

    .hero-video {
        height: 80vh;
    }

    .logo {
        margin-bottom: 10px;
    }

    .nav {
        flex-direction: column;
    }

    .nav-list {
        flex-direction: column;
    }

    .nav-item {
        margin-right: 0px;
        border-bottom: 1px solid #222222;
    }

    .nav-item:last-child {
        margin-right: 0;
    }

    .nav-item a {
        color: white;
        text-decoration: none;
        transition: color 0.2s ease;
        font-size: 15px;
    }

    .nav-item a:hover {
        color: white;
    }

    .hero-text-1 {
        font-size: 32px;
    }



    .explore-btn,
    .quote-btn {
        padding: 8px 12px;
        font-size: 14px;
        margin-right: 20px;
    }

    .testimonials-head {
        padding: 15px;
        bottom: -80%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 500px;
        max-height: 460px;
        background: #E10707;
    }
    .testimonials-head-mobile {
    position: relative;
margin-top: 20px;
    background-color: #E32329;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
        max-height: 450px;
}
    .home-about-section{

    padding: 34px 0 28px 0;
        margin-top: 16px;
}
    .images-row{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }



    .testimonials-head-text {
        font-size: 28px;
        background: black;
    border-radius: 8px;

    }

    .company-testimonial {
        font-size: 14px;
        line-height: 20px;
    }

    .navbar-toggler-head {
        background-color: #E32329 !important;
        border: 2px solid white !important;
        border-radius: 5px;
        padding: 8px 12px;
        outline: none;
    }

    .navbar-toggler-head:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
    }

    #navbarSupportedContent {
        background-color: #E32329;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    /* Mobile expandable menu styles */
    .mobile-main-link {
        position: relative;
    }
    
    .mobile-expand-icon {
        font-size: 14px;
        transition: transform 0.3s ease;
    }
    
    .mobile-main-link[aria-expanded="true"] .mobile-expand-icon {
        transform: rotate(45deg);
    }
    
    .mobile-submenu {
        background-color: rgba(0, 0, 0, 0.8);
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .mobile-submenu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .mobile-submenu li:last-child {
        border-bottom: none;
    }
    
    .mobile-submenu a {
        color: white !important;
        padding: 12px 40px;
        font-size: 14px;
        text-decoration: none;
        display: block;
        transition: all 0.3s ease;
    }
    
    .mobile-submenu a:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: white !important;
        transform: translateX(10px);
    }

    .slider-img {
        width: 100%;
        height: 100px;
        object-fit: contain;
    }

    .navbar-toggler-head i {
        border: none;
        outline: none;
        font-size: 22px;
    }


    /* video slider */
    .vedio-card iframe {
        width: auto !important;
        height: 400px !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: unset;
    }

    .main-heading {
        font-size: 46px;
    }

    .our-professtional-heading {
        font-size: 46px;
        margin-bottom: 60px;
    }

    .video-slider-sub-head {
        font-size: 22px;
    }

    .vedio-section {
        margin-top: 300px;
    }

    /* video slider */




    /* animated services */
    .services-img {
        height: 500px;
    }

    .hide-on-md {
        display: none;
    }

    .hide-on-lg {
        display: block;
    }

    .read-more-btn {
        font-size: 14px;
    }
    .footer-logo {
    width: 200px;
    height: 100px;
}

    .animated-service-heading {
        font-size: 30px;
        margin-top: 10px;
    }

    .ainmaited-service-text {
        font-size: 14px;
    }

    .remove-on-lg {
        display: block;
    }

    .remove-on-sm {
        display: none;
    }

    .gradient-right-img {
        width: 100%;
        height: 200px;
        margin-top: unset;
        object-fit: contain;

    }

    .gradient-left-img {
        width: 100%;
        height: 200px;
        margin-top: unset;
        object-fit: contain;
    }

    .center-align {
        text-align: center;
    }

    .gradient-from-left {
        padding: 40px 20px;
    }

    .gradient-from-right {
        margin-top: 80px;
        margin-bottom: 80px;
        padding: 40px 20px;
    }


    /* animated services */


    /* our clients */
    .our-clients-subhead {
        font-size: 16px;
    }

    /* our clients */


    /* .security-measure */
    .security-measure-heading {
        border-radius: 0px;
        padding: 20px;
        font-size: 24px;
        position: unset;
        transform: unset;
        width: 100%;
    }

    .security-measure-cnt {
        padding: 20px 0px 50px 0px;
    }

    .security-measure-img {
        height: 450px;
        width: 100%;
        float: none;
        display: none;
    }

    .security-measure-img-mob {
        height: 400px;
        width: 100%;
        display: block;
    }

    .security-measure-text {
        margin-top: 10px;
        padding: 20px;
    }

    /* .security-measure */


      .mobile-view{
          display: none;
      }
    /* Footer */
    .footer-text {
        font-size: 13px;
    }

    .footer-right-cnt-1 {
        margin-top: 0px;
    }

    .quick-links {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .footer-right-cnt-2 {
        margin-top: 20px;
    }

    .footer-text {
        font-size: 13px;
    }

    .nav-item-footer a {
        font-size: 14px;
    }

    .footer-container {
        padding: 10px;
    }
    .footer-logo-heading-1{
        font-size: 36px;
    }
     .carousel-indicators {
    position: relative;
}


      .btn-header-link p{
     font-family: 'Bebas Neue', sans-serif;
        width: 90%;
}
    
     .carousel-indicators {
    position: relative;
}
         .footer-logo-heading-2{
         font-size: 22px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0.01px;
    }


    /* Footer */

}

@media only screen and (min-width: 0px) and (max-width: 600px) {
    .slider-img {
        width: 100%;
        height: 100px;
        object-fit: contain;

    }

    .mobile-nav {
        display: block;
    }

    .logo img {
        width: 140px;
        height: 50px;
    }

    .header {

        width: 100%;
        z-index: 1000;
    }

    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;

    }

    .hero-text-1 {
        font-size: 28px;
    }

    .hero-video {
        height: 80vh;
        width: 100%;
         object-fit: cover;
    background-color: black;
    display: block;
    }





    .hero-heading {
        top: 50%;
        left: 30px;
        width: 90%;
    }

    .header-container {
        flex-direction: column;
        display: none;
    }

    .explore-btn,
    .quote-btn {
        padding: 8px 10px;
        font-size: 14px;
    }

    .testimonials-head-text {
        background: black;
    border-radius: 8px;
        font-size: 26px;
    }

    .testimonials-head {
        padding: 15px;
        bottom: -60%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 330px;
    }

    .company-testimonial {
        font-size: 12px;
        line-height: 16px;

    }
    .client-says-about > img {
    height: 80px;
    object-fit: contain;
    padding: 10px;

}
.client-says-about {
    box-shadow: 2px 6px 8px 1px #00000040;
    border-radius: 8px;
    padding: 10px;
    background: white;
    width: 180px;
     margin: 5px auto;
}
    .top-email,
    .top-number {
        font-size: 12px;

    }

    .top-address {
        margin: auto;
        padding: 0px;
    }

    .navbar-toggler-head {
        background-color: #E32329 !important;
        border: 2px solid white !important;
        border-radius: 5px;
        padding: 8px 12px;
        outline: none;
    }
    
    .navbar-toggler-head:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
    }
    
    .video-carousel-arrow {
    width: 40px;
    height: 40px;
}

    .navbar-toggler-head i {
        font-size: 20px;
        color: white !important;
        border: none;
        outline: none;
    }

    #navbarSupportedContent {
        background-color: #E32329;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    /* Mobile expandable menu styles for smaller screens */
    .mobile-main-link {
        position: relative;
    }
    
    .mobile-expand-icon {
        font-size: 14px;
        transition: transform 0.3s ease;
    }
    
    .mobile-main-link[aria-expanded="true"] .mobile-expand-icon {
        transform: rotate(45deg);
    }
    
    .mobile-submenu {
        background-color: rgba(0, 0, 0, 0.8);
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .mobile-submenu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .mobile-submenu li:last-child {
        border-bottom: none;
    }
    
    .mobile-submenu a {
        color: white !important;
        padding: 12px 40px;
        font-size: 14px;
        text-decoration: none;
        display: block;
        transition: all 0.3s ease;
    }
    
    .mobile-submenu a:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: white !important;
        transform: translateX(10px);
    }

    .nav-item {
        margin-right: 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin: 0;
        padding: 0;
    }

    .nav-item:last-child {
        margin-right: 0;
        border-bottom: none;
    }

    .nav-item a {
        color: white !important;
        text-decoration: none;
        transition: all 0.3s ease;
        font-size: 16px;
        font-weight: 500;
        padding: 15px 20px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        display: block;
    }

    .nav-item a:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: white !important;
        transform: translateX(5px);
    }



    /* video slider */
    .vedio-card iframe {
        width: auto !important;
        height: 300px !important;
    }

    .vedio-section {
        margin-top:0px;
    }
    .images-row{
        display: flex;
        flex-direction: column !important;
        gap: 10px;
    }

    .main-heading {
        font-size: 40px;
    }

    .our-professtional-heading {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .video-slider-sub-head {
        font-size: 18px;
    }

    /* video slider */




    /* animated services */
    .services-img {
        height: 400px;
    }

     .play-button{
        top: 42%;
    }

   .carousel-control-next {
    right: 0px;
}
.carousel-control-prev {
    left: 0px;
}
.professtional-services{
    display: block;
    height: 18px;
    margin: 0;
    padding: 0;
}

    .hide-on-md {
        display: none;
    }

    .hide-on-lg {
        display: block;
    }
.professtional-services{
    display: block;
    height: 18px;
    margin: 0;
    padding: 0;
}
    .animated-service-heading {
        font-size: 30px;
        margin-top: 10px;
    }

    .ainmaited-service-text {
        font-size: 14px;
    }

    .read-more-btn {
        font-size: 14px;
    }
     .home-about-section{

    padding: 28px 0 24px 0;
        margin-top: 12px;
}



    .gradient-from-left {
        padding: 40px 20px;
    }

    .gradient-from-right {
        margin-top: 80px;
        margin-bottom: 80px;
        padding: 40px 20px;
    }

    .gradient-right-img {
        width: 70%;
        height: 200px;
        margin-top: unset;
    }

    .gradient-left-img {
        width: 90%;
        height: 200px;
        margin-top: unset;
    }
    .carousel-indicators {
    position: relative;
}
.testimonials-head {
    max-height: 390px;
}
.carousel-indicators button {
    height: 13px !important;
    width: 13px !important;
}
    .center-align {
        text-align: center;
    }


    .gradient-from-right {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .remove-on-lg {
        display: block;
    }

    .remove-on-sm {
        display: none;
    }

    .below-our-professtional-img {
        height: 300px;
    }

    /* animated services */


    /* our clients */
    .our-clients-subhead {
        font-size: 14px;
    }

    .item {
        width: 95% !important;
    }

    /* our clients */





    /* .security-measure */
    .security-measure-heading {
        transform: unset;
        padding: 20px 10px;
        font-size: 20px;
        position: unset;
        border-radius: 0px;
        margin: 10px;
        width: 100%;

    }

    .security-measure-cnt {
        padding: 20px 0px 0px 0px;
        width: 90%;
        margin-top: 40px;
    }

    .security-measure-img {
        height: 400px;
        width: 100%;
        float: none;
        display: none;
    }

    .sm-text-center{
        text-align: center !important;
    }

    #main #faq .card .card-header .btn-header-link{
        font-size: 20px;
        line-height: 26px;
        display: flex;
    }


    .security-measure-img-mob {
        height: 350px;
        width: 100%;
        display: block;
    }

    .security-measure-text {
        padding: 20px;
        margin-top: 0px;
        font-size: 14px;
    }

    /* .security-measure */




    /* Footer */
    .footer-text {
        font-size: 12px;
    }

    .footer-right-cnt-1 {
        margin-top: 0px;
    }

    .quick-links {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .footer-right-cnt-2 {
        margin-top: 20px;
    }

    .footer-text {
        font-size: 14px;
    }

    .nav-item-footer a {
        font-size: 14px;
    }

    .bottom-last {
        padding: 10px 10px;
    }

    .privacy-policy {
        font-size: 11px;
    }

    .footer-container {
        padding: 10px;
    }

    .copy-right-icon {
        width: 12px;
        height: 12px;
    }
    .footer-logo-heading-1{
        font-size: 36px;
    }
    
    .footer-logo-heading-2{
         font-size: 22px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0.01px;
    }
    .footer-logo {
        width: 70%;
        height: auto;

    }

    .security-solutions-card {

    height:430px ;


}
    .desktop-view{
        display: none;
    }
    .testimonials-head-mobile {
    position: relative;
margin-top: 20px;
    background-color: #E32329;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
        max-height: 450px;
}

    /* Footer */
}
@media only screen and (min-width: 0px) and (max-width: 390px) {
    .vedio-slide{
        padding: 20px 20px !important;
    }
    .video-carousel-arrow {
    width: 30px;
    height: 30px;
}
    .vedio-card iframe {
        width: 280px !important;
        height: 300px !important;
        object-fit: contain;
    }
    .desktop-view{
        display: none;
    }
    .carousel-control-next {
    right: 0px;
}

    .owl-carousel .owl-dots {
        display: none !important; /* Forcefully hide dots on screens smaller than 600px */
    }
.carousel-control-prev {
    left:0px;

}

    .contact-form-wrapper {
        position: relative;
        width: 100%;
        right: 0;
        top: 10%;
        padding: 30px;
        background: #1C1C1C;
    }

.security-solutions-card {

    height:450px ;


}
.play-button{
    top: 40%;
}
#video1{
    min-height: 350px;
    object-fit: contain;
}
#video2{
    min-height: 350px;
    object-fit: contain;
}

}
