@font-face {
    font-family: 'HK Modular';
    src: url('/assets/css/fonts/MODULAR-14.otf') format('opentype');
}

/* Apply custom scrollbar to the entire page */
body::-webkit-scrollbar {
    width: 10px;
    /* Width of the scrollbar */
}

/* Track (background of the scrollbar) */
body::-webkit-scrollbar-track {
    background: #f4f4f4;
    /* Light gray color */
    border-radius: 10px;
    /* Rounded corners */
}

/* Thumb (draggable part of the scrollbar) */
body::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #6a11cb, #2575fc);
    /* Gradient color */
    border-radius: 10px;
    /* Rounded corners */
    border: 1px solid #f4f4f4;
    /* Creates a gap between thumb and track */
}

/* Thumb hover (when hovered over the scrollbar) */
body::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #8e44ad, #3498db);
    /* Darker gradient on hover */
}

/* Thumb active (when the scrollbar is being dragged) */
body::-webkit-scrollbar-thumb:active {
    background: linear-gradient(45deg, #9b59b6, #2980b9);
    /* Another shade when active */
}

/* Optional: For horizontal scrollbars */
body::-webkit-scrollbar-horizontal {
    height: 10px;
    /* Height of the horizontal scrollbar */
}

.ubrmsmar {
    margin-top: 10%;
}

/* .celeblogo {
    width: 150px !important;
} */

.mainlogo {
    width: 60px !important;
    height: 70px !important;
    /* border-radius: 10px 0px 0px 10px; */
    background-color: #fff;
    margin: 0px -5px 0px -5px;
    padding: 5px 0;
}

.mainlogo2 {
    width: auto;
    height: 70px;
    border-radius: 0px 10px 10px 0px;
    background-color: #fff;
    padding: 5px 0;
}

.youtubelogo {
    width: 50px;
    height: 35px;
    border-radius: 10px;
    background-color: #fff;
    margin: 10px 0 10px 0px;
}


.logo10 {
    padding: 5px 0 5px 5px;
    width: auto;
    height: 70px;
    border-radius: 10px 0px 0px 10px;
    background-color: #fff;
}

.ytlogo {
    padding-right: 1vw;
}

.projectimg {
    background-color: #232B35;
    width: 400px;
    height: 400px;
    border-radius: 10px;
    /* margin-left: -820px; */
}

.projectimg2 {
    background-color: #232B35;
    width: 400px;
    height: 400px;
    border-radius: 10px;
    /* margin-left: -820px; */
}

.mainhead {
    margin-left: 34%;
}

.projservice {
    text-align: center !important;
}

.projservice img {
    height: 100px;
    width: 100px;
}

.projservice img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.client-block img {
    height: 100px;
    width: 100px;
}

.navbar-brand img {
    height: 50px;
    /* width: 50px !important; */
    padding: 3px;
    border-radius: 5px;
    background-color: #fff;
}

.team-detail .detail-blog img {
    width: -webkit-fill-available;
    /* height: 80vh; */
    object-fit: fill;
}

.servceimg img {
    height: 80vh;
}





.portfolio-sliders .portfolio-slider2 {
    background-image: url('/assets/media/hero/head/desktop/ubarms.webp');
    background-size: cover;
    /* Ensures the image covers the entire container */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents image repetition */
    /* width: 100%; */
    /* Makes sure the container spans the full width */
    height: 100vh;
    /* Full viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-sliders .portfolio-slider3 {
    background-image: url('/assets/media/hero/head/desktop/arms.webp');
    background-size: cover;
    /* Ensures the image covers the entire container */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents image repetition */
    /* width: 100%; */
    /* Makes sure the container spans the full width */
    height: 100vh;
    /* Full viewport height */
    display: grid;
    justify-content: center;
    align-items: center;
}

.portfolio-sliders .portfolio-slider4 {
    background-image: url('/assets/media/hero/head/desktop/smartpipe.webp');

    background-size: cover;
    /* Ensures the image covers the entire container */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents image repetition */
    /* width: 100%; */
    /* Makes sure the container spans the full width */
    height: 100vh;
    /* Full viewport height */
    display: grid;
    justify-content: center;
    align-items: center;
}

.portfolio-sliders .portfolio-slider5 {
    background-image: url('/assets/media/hero/head/desktop/mm.webp');

    background-size: cover;
    /* Ensures the image covers the entire container */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents image repetition */
    /* width: 100%; */
    /* Makes sure the container spans the full width */
    height: 100vh;
    /* Full viewport height */
    display: grid;
    justify-content: center;
    align-items: center;
}

.portfolio-sliders .portfolio-slider6 {
    background-image: url('/assets/media/hero/head/desktop/scada.webp');

    background-size: cover;
    /* Ensures the image covers the entire container */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents image repetition */
    /* width: 100%; */
    /* Makes sure the container spans the full width */
    height: 100vh;
    /* Full viewport height */
    display: grid;
    justify-content: center;
    align-items: center;
}

.portfolio-sliders .portfolio-slider7 {
    background-image: url('/assets/media/hero/head/desktop/dairy.webp');

    background-size: cover;
    /* Ensures the image covers the entire container */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents image repetition */
    /* width: 100%; */
    /* Makes sure the container spans the full width */
    height: 100vh;
    /* Full viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-sliders .portfolio-slider8 {
    background-image: url('/assets/media/hero/head/desktop/gismap.webp');

    background-size: cover;
    /* Ensures the image covers the entire container */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents image repetition */
    /* width: 100%; */
    /* Makes sure the container spans the full width */
    height: 100vh;
    /* Full viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-sliders .portfolio-slider9 {
    background-image: url('/assets/media/hero/head/desktop/smartcity.webp');
    background-size: cover;
    /* Ensures the image covers the entire container */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents image repetition */
    /* width: 100%; */
    /* Makes sure the container spans the full width */
    height: 100vh;
    /* Full viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-sliders .portfolio-slider10 {
    background-image: url('/assets/media/hero/head/desktop/hardware.webp');

    background-size: cover;
    /* Ensures the image covers the entire container */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents image repetition */
    /* width: 100%; */
    /* Makes sure the container spans the full width */
    height: 100vh;
    /* Full viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-sliders .portfolio-slider11 {
    background-image: url('/assets/media/hero/head/desktop/cctv.webp');
    background-size: cover;
    /* Ensures the image covers the entire container */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents image repetition */
    /* width: 100%; */
    /* Makes sure the container spans the full width */
    height: 100vh;
    /* Full viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-sliders .portfolio-slider12 {
    background-image: url('/assets/media/hero/head/desktop/led.webp');
    background-size: cover;
    /* Ensures the image covers the entire container */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents image repetition */
    /* width: 100%; */
    /* Makes sure the container spans the full width */
    height: 100vh;
    /* Full viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-sliders .portfolio-slider13 {
    background-image: url('/assets/media/hero/head/desktop/crusher.webp');

    background-size: cover;
    /* Ensures the image covers the entire container */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents image repetition */
    /* width: 100%; */
    /* Makes sure the container spans the full width */
    height: 100vh;
    /* Full viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-sliders .portfolio-slider14 {
    /* background-image: url('/assets/media/hero/head/desktop/sequreban.webp'); */
    background-image: url('/assets/media/hero/head/desktop/sequredesktop.webp');

    background-size: cover;
    /* Ensures the image covers the entire container */
    /* background-position: center; */
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents image repetition */
    /* width: 100%; */
    /* Makes sure the container spans the full width */
    height: 100vh;
    /* Full viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-sliders .portfolio-slider15 {
    background-image: url('/assets/media/hero/head/desktop/civilworkban.webp');

    background-size: cover;
    /* Ensures the image covers the entire container */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents image repetition */
    /* width: 100%; */
    /* Makes sure the container spans the full width */
    height: 100vh;
    /* Full viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width: 1024px) {
    .portfolio-sliders .portfolio-slider2 {
        background-image: url('/assets/media/hero/head/tablet/ubarms.webp') !important;

    }

    .portfolio-sliders .portfolio-slider3 {
        background-image: url('/assets/media/hero/head/tablet/arms.webp') !important;
    }

    .portfolio-sliders .portfolio-slider4 {
        background-image: url('/assets/media/hero/head/tablet/smartpipe.webp') !important;
    }

    .portfolio-sliders .portfolio-slider5 {
        background-image: url('/assets/media/hero/head/tablet/mm.webp') !important;
    }

    .portfolio-sliders .portfolio-slider6 {
        background-image: url('/assets/media/hero/head/tablet/scada.webp') !important;
    }

    .portfolio-sliders .portfolio-slider7 {
        background-image: url('/assets/media/hero/head/tablet/dairy.webp') !important;
    }

    .portfolio-sliders .portfolio-slider8 {
        background-image: url('/assets/media/hero/head/tablet/gis.webp') !important;
    }

    .portfolio-sliders .portfolio-slider9 {
        background-image: url('/assets/media/hero/head/tablet/smartcity.webp') !important;
    }

    .portfolio-sliders .portfolio-slider10 {
        background-image: url('/assets/media/hero/head/tablet/hardware.webp') !important;
    }

    .portfolio-sliders .portfolio-slider11 {
        background-image: url('/assets/media/hero/head/tablet/cctv.webp') !important;
    }

    .portfolio-sliders .portfolio-slider12 {
        background-image: url('/assets/media/hero/head/tablet/led.webp') !important;
    }

    .portfolio-sliders .portfolio-slider13 {
        background-image: url('/assets/media/hero/head/tablet/crusher.webp') !important;
    }

    .portfolio-sliders .portfolio-slider14 {
        background-image: url('/assets/media/hero/head/tablet/sequretab.webp') !important;
        background-position: center;
    }

    .portfolio-sliders .portfolio-slider15 {
        background-image: url('/assets/media/hero/head/tablet/civilbantab.webp') !important;
    }

}

@media (max-width: 490px) {
    .portfolio-sliders .portfolio-slider2 {
        background-image: url('/assets/media/hero/head/mobile/ubarms.webp') !important;

    }

    .portfolio-sliders .portfolio-slider3 {
        background-image: url('/assets/media/hero/head/mobile/arms.webp') !important;
    }

    .portfolio-sliders .portfolio-slider4 {
        background-image: url('/assets/media/hero/head/mobile/smartpipe.webp') !important;
    }

    .portfolio-sliders .portfolio-slider5 {
        background-image: url('/assets/media/hero/head/mobile/mm.webp') !important;
    }

    .portfolio-sliders .portfolio-slider6 {
        background-image: url('/assets/media/hero/head/mobile/scada.webp') !important;
    }

    .portfolio-sliders .portfolio-slider7 {
        background-image: url('/assets/media/hero/head/mobile/dairy.webp') !important;
    }

    .portfolio-sliders .portfolio-slider8 {
        background-image: url('/assets/media/hero/head/mobile/gis.webp') !important;
    }

    .portfolio-sliders .portfolio-slider9 {
        background-image: url('/assets/media/hero/head/mobile/smartcity.webp') !important;
    }

    .portfolio-sliders .portfolio-slider10 {
        background-image: url('/assets/media/hero/head/mobile/hardware.webp') !important;
    }

    .portfolio-sliders .portfolio-slider11 {
        background-image: url('/assets/media/hero/head/mobile/cctv.webp') !important;
    }

    .portfolio-sliders .portfolio-slider12 {
        background-image: url('/assets/media/hero/head/mobile/led.webp') !important;
    }

    .portfolio-sliders .portfolio-slider13 {
        background-image: url('/assets/media/hero/head/mobile/crusher.webp') !important;
    }

    .portfolio-sliders .portfolio-slider14 {
        background-image: url('/assets/media/hero/head/mobile/sequremobile.webp') !important;
        background-position: center;
    }

    .portfolio-sliders .portfolio-slider15 {
        background-image: url('/assets/media/hero/head/mobile/civilwork.webp') !important;
    }

}

.cctvdtl {
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 20px;
    background-color: #f2f2f28e;
    margin-bottom: -200px;
}

.cctvdtl h4 {
    color: #fff;
}

.fa-circle-chevron-down {
    font-size: 40px;
}

.bottomarrow {
    bottom: 0;
    margin-top: 70vh;

}

.light {
    background-color: #1AD4CD;
}



span {
    color: #CD3B70;
    font-size: 25px !important;
}


.team-detail .detail-blog .detail-content {
    width: -webkit-fill-available;
}

.header .navbar .navbar-collapse {
    background-color: #2c3e507c;
    border-radius: 10px;
    border: 1px solid #b3b3b3;
}

.header .navbar .navbar-collapse .navbar-nav li.menu-item a {
    color: #ffffff;
}

.portfolio-sliders .portfolio-slider2 .portfolio-contant h1 {
    color: #cd3b71;
}

.portfolio-sliders .portfolio-slider2 .portfolio-contant h2 {
    color: #cd3b71;
}

.portfolio-sliders .portfolio-slider2 .portfolio-contant .skill-pantagone h5 {
    color: #ffffff;
}

.portfolio-sliders .portfolio-slider3 .portfolio-contant .client-block .client-detail {
    border-radius: 10px;
    padding: 20px;
    background-color: #f2f2f28e;
}

.portfolio-sliders .portfolio-slider3 .portfolio-contant .client-block .client-detail p {
    color: #CD3B70;
    font-size: 20px;
    font-weight: 600;
}

.portfolio-sliders .portfolio-slider3 .portfolio-contant .client-block .client-detail h4 {
    color: #CD3B70;
}


.portfolio-sliders .portfolio-slider5 .portfolio-contant .client-block .client-detail {
    border-radius: 10px;
    padding: 20px;
    background-color: #f2f2f2b7;
}

.portfolio-sliders .portfolio-slider5 .portfolio-contant .client-block .client-detail p {
    color: #CD3B70;
    font-size: 20px;
    font-weight: 600;
}

.portfolio-sliders .portfolio-slider5 .portfolio-contant .client-block .client-detail h4 {
    color: #CD3B70;
}




.portfolio-sliders .slick-slide {
    /* margin: 0 20px; */
    font-size: 80px;
    color: #CD3B70;
}

.footer__2 .footer-main .footer-widget__1 h5 {
    margin-bottom: 0;
}

.footertop {
    background: #085fc3 !important;
}

.smartpipe-logo {
    font-family: 'HK Modular', sans-serif;
    /* Replace with a custom font if needed */
    font-weight: bold;
    /* Adjust size as needed */
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
}

.blue-text {
    font-size: 4rem;
    color: #00a8ff;
    /* Neon blue color */
    text-shadow: 0 0 2px #008ad0, 0 0 10px #007ebd;
}

.red-text {
    font-size: 4rem;
    color: #ff5e57;
    /* Neon red color */
    /* text-shadow: 0 0 10px #ff5e57, 0 0 20px #ff5e57; */
}

.ubarmslink {
    color: #1AD4CD;
    text-decoration: underline;

}

.ubarmslink:hover {
    color: #898E8F;
    text-decoration: underline;

}

.client-logoimg {
    background-color: #fff;
    height: 150px;
    width: 150px;
    border-radius: 10px;
}

.clients {
    background-color: #ffffff;
    text-align: center;
    margin-bottom: 0;
    padding: 20px;
    font-size: 90px;
    /* color: #DFE5E8; */
    color: #b7bbbc;

}

.clienttext {
    text-align: center;
}

.team-2 h4 {
    font-weight: 900;
    font-size: 24px;
    color: #171818;
    margin-left: -114px;
    position: absolute;
    transform: rotate(-90deg);
    margin-top: -130px;
}

.p-20 {
    padding: 20px !important;
}

.p-20 img {
    height: 150px;
    width: 150px;
}

.dropdown {
    position: relative;
}

.dropdown-link {
    text-decoration: none;
    color: #000;
    padding: 10px;
    /* display: inline-block; */
    cursor: pointer;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    /* Position below the parent link */
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0;
    /* z-index: 1000; */
    /* list-style: none; */
    /* min-width: 150px; */
}

.dropdown:hover .dropdown-menu,
.dropdown-menu:hover {
    display: contents;
}

.dropdown-item {
    padding: 5px;
    white-space: nowrap;
    width: 100% !important;
    border-radius: 5px;
}

.dropdown-item a {
    border-radius: 5px;
    text-decoration: none;
    color: #000000 !important;
    display: flex;
}

.dropdown-item a:hover {
    background-color: #f0f0f0;
    color: #000 !important;
}

.content-box {
    margin: 0 15px !important;
    width: 33%;
    padding: 40px 20px !important;
}

.executivebox {
    margin: 0 15px !important;
    width: 66% !important;
}

.executivebox2 {
    width: 100% !important;
    box-shadow: unset !important;
}

.services__1 .service-box {
    display: flex;
    position: relative;
    margin: 50px 0;
}



.sub-title2 {
    padding: 5% 0 0 0 !important;
    margin-left: 15%;
    text-align: center;
}

header .navbar .navbar-collapse .navbar-nav li.menu-item {
    padding: 0px 8px !important;
}

.header .navbar .navbar-collapse .navbar-nav li.menu-item a {
    font-weight: 500;
    font-size: 13px !important;
    color: #F4F9FB;
}

.menu-item-has-children {
    position: relative;
}

.submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 250px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 15px 0;
    margin: 0;
    list-style: none;
}

.menu-item-has-children:hover>.submenu {
    display: block;
}

/* For nested dropdowns */
.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 200px;
    background: #d0d0d0f4;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    z-index: 1001;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* Add some styling for links */
.submenu a {
    display: block;
    padding: 4px 4px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.submenu a:hover {
    background: #f5f5f5;
}

.hideimage {
    visibility: hidden;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 10px;
}

.modal-content {
    position: relative;
    margin: 5% auto;
    /* padding: 20px; */
    width: 80%;
    max-width: 900px;
    border-radius: 10px;
}

.close {
    position: absolute;
    right: 0px;
    top: -20px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: #ccc;
}

#videoFrame {
    width: 100%;
    height: 500px;
    border-radius: 8px;
}

@media (max-width: 768px) {
    #videoFrame {
        height: 300px;
    }

    .modal-content {
        width: 95%;
        margin: 10% auto;
    }
}


.prod {
    margin: auto 100px;
    margin-right: 0;
}

.prod2 {
    margin: auto 100px;
    margin-left: 0;
}

.serv {
    margin: auto 50px;
    margin-right: 0 !important;
}

.serv2 {
    margin: auto 50px;
    margin-left: 0;
}

.itemdtl {
    margin: auto;
    margin-right: 0;
    /* margin-left: 30px; */
    /* margin-top: 150px; */
    /* width: 550px; */
    padding: 10px;
}

.itemdtl2 {
    margin: auto;
    margin-left: 0;
    /* margin-right: 30px; */
    /* margin-top: 150px; */
    /* width: 550px; */
    padding: 10px;
}



.content {
    text-align: justify;
}



.meterimg {
    height: auto !important;

}

.consulting {
    height: 350px !important;
}

.excutive {
    width: 100%;
}

.serv {
    margin: auto 50px;
}

.prodbtn {
    border: 1px solid #252525;
    padding: 8px;
    border-radius: 8px;
}

.conth4 {
    text-align: center;
    background: #ffffff;
    margin-top: -30px;
    padding-bottom: 10px;
}

.client-block h4 {
    margin-top: 20px;
}


.scadaimg {
    width: 900px !important;
    margin: auto;
}

.whatsapp-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.whatsapp-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    position: relative;
    animation: float 3s ease-in-out infinite;
}

.whatsapp-icon {
    width: 32px;
    height: 32px;
    color: white;
}

.notification {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #ff0000;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: Arial, sans-serif;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;

}

.whatsapp-link:hover {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    background-color: #128C7E;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Mobile responsive */
@media (max-width: 768px) {
    .whatsapp-link {
        width: 50px;
        height: 50px;
    }

    .whatsapp-icon {
        width: 28px;
        height: 28px;
    }
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #025add;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    position: fixed;
    /* Changed to fixed */
    top: 50%;
    left: 50%;
    z-index: 9999;
    /* Ensure it's on top */
    transform: translate(-50%, -50%);
}

/* Spin Animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.contectimg {
    max-width: 100% !important;
}

.serviceimg {
    height: 350px !important;
}

.appdev {
    height: 500px;
}

.ubrmsimg {
    height: 350px !important;
}

.umshead {
    font-size: 30px !important;
}



/* font size in all pages */
@media (max-width: 490px) {
    .serviceimg {
        height: 200px !important;
    }

    .appdev {
        height: 200px;
    }

    .ubrmsimg {
        height: 200px !important;
    }

    span {
        font-size: 22px !important;
    }

    /* team-detail .detail-blog .detail-content p b {
        font-size: 19px !important; 
    } */
    .scadaimg {
        width: 100% !important;
    }

    .title-banner_2 .heading .title {
        font-size: 40px;
    }

    .title-banner_2 .heading .sub-title {
        font-size: 30px;
    }

    .team-detail .detail-blog .detail-content h2 {
        font-size: 18px;
    }

    .team-detail .detail-blog .detail-content p b {
        font-size: 15px;
    }

    .consulting {
        height: 100px !important;
    }

    .servceimg img {
        height: 20vh !important;
    }

    .header .navbar .navbar-collapse {
        width: 290px;
        background-color: #2c3e507c;
        border-radius: 10px;
        border: 1px solid #b3b3b3;
    }

    .map-2 .container {
        margin-top: 20px;
        position: relative;
    }

    .location .content-block .content {
        padding-left: 10px;

    }

}

@media (max-width: 540px) {

    .prodcontainer {
        margin-top: 400px !important;
    }
}

/* about page mobile responsive */
@media (max-width: 490px) {


    /* .prod {
        margin: 0;
    }
    .prod2{
        margin: 0;
    } */

    .content-box {
        margin: 0 !important;
        width: 100%;
        padding: 40px 20px !important;
    }

    .services__1 .service-box {
        display: block;

    }


    .executivebox {
        margin: 0 !important;
        width: 100% !important;
    }

    .content-box {
        margin: 0 !important;
        width: 100%;
        padding: 20px 10px !important;
    }

    .sub-title2 {
        padding: 7% 0 0 0 !important;
        margin-left: 0;
        text-align: center;
    }
}

/* index page */
@media (max-width: 490px) {
    .mainhead {
        margin-left: 0;
    }

    .clients {
        font-size: 28px;
    }

    .itemdtl2 {
        margin: auto;
        margin-left: 0;
        /* margin-right: 30px; */
        /* margin-top: 150px; */
        width: 320px;
        /* padding: 10px; */
    }
}

/* Extra small devices (phones, 320px and down) */
@media (max-width: 320px) {
    .projectimg {
        margin-left: -310vw;
    }

    .projectimg2 {
        margin-left: -304vw;
    }

    .servicecont {
        margin-left: 0 !important;
    }
}

@media (min-width: 321px) and (max-width: 344px) {
    .projectimg {
        margin-left: -282vw;
    }

    .projectimg2 {
        margin-left: -275vw;
    }

    .servicecont {
        margin-left: 0 !important;
    }
}

/* Small devices (phones, 321px to 360px) */
@media (min-width: 345px) and (max-width: 360px) {
    .projectimg {
        margin-left: -265vw;
    }

    .projectimg2 {
        margin-left: -260vw;
    }

    .servicecont {
        margin-left: 0 !important;
    }

}

@media (min-width: 361px) and (max-width: 375px) {
    .projectimg {
        margin-left: -251vw;
    }

    .projectimg2 {
        margin-left: -245vw;
    }

    .servicecont {
        margin-left: 0 !important;
    }
}

@media (min-width: 376px) and (max-width: 490px) {
    .projectimg {
        margin-left: -236vw;
    }

    .projectimg2 {
        margin-left: -233vw;
    }

    .servicecont {
        margin-left: 0 !important;
    }
}

@media (min-width: 391px) and (max-width: 415px) {
    .projectimg {
        margin-left: -217vw;
    }

    .projectimg2 {
        margin-left: -215vw;
    }

    .servicecont {
        margin-left: 0 !important;
    }
}

@media (min-width: 416px) and (max-width: 430px) {
    .projectimg {
        margin-left: -207vw;
    }

    .projectimg2 {
        margin-left: -202vw;
    }

    .servicecont {
        margin-left: 0 !important;
    }
}

@media (min-width: 431px) and (max-width: 539px) {
    .projectimg {
        margin-left: -175vw;
    }

    .projectimg2 {
        margin-left: -175vw;
    }

    .servicecont {
        margin-left: 0 !important;
    }
}

@media (min-width: 540px) and (max-width: 700px) {
    .projectimg {
        margin-left: -143vw;
    }

    .projectimg2 {
        margin-left: -140vw;
    }

    .servicecont {
        margin-left: 0 !important;
    }
}

/* Extra large devices (desktops, 701px and up) */
@media (min-width: 701px) {
    .projectimg {
        margin-left: 0;
    }

    .projectimg2 {
        margin-left: 0;
    }
}


/* index page */
@media (max-width: 700px) {
    .work-text {
        display: none !important;
    }

    .clients {
        display: block !important;
    }

    .projectimg {
        background-color: #232B35;
        width: 83vw !important;
        height: 30vh !important;
        border-radius: 10px;
    }

    .projectimg2 {
        background-color: #232B35;
        width: 83vw !important;
        height: 30vh !important;
        border-radius: 10px;
    }

    .itemdtl2 {
        margin: auto;
        margin-left: 15px;
        /* margin-right: 30px; */
        /* margin-top: 150px; */
        width: 93vw;
        /* padding: 10px; */
    }

    .itemdtl {
        margin: 0;
        margin-right: 0;
        margin-left: 15px;
        /* margin-top: 150px; */
        width: 93vw;
        /* padding: 10px; */
    }

    .serv {
        margin: 0;
        margin-right: 0 !important;
    }

    .prod {
        margin: 0;
        margin-right: 0 !important;
    }
}

@media (min-width: 701px) and (max-width: 1024px) {
    .scadaimg {
        width: 100% !important;
    }

    .work-text {
        display: none !important;
    }


    .mainhead {
        margin-left: 0 !important;
    }

    .clients {
        background-color: #ffffff;
        text-align: center;
        margin-bottom: 0;
        padding: 20px;
        font-size: 60px;
        /* color: #DFE5E8; */
        color: #b7bbbc;
        display: block !important;
    }

    .projectimg {
        background-color: #232B35;
        width: 300px;
        height: 300px;
        border-radius: 10px;
        margin-top: 3vh;
    }

    .projectimg2 {
        background-color: #232B35;
        width: 300px;
        height: 300px;
        border-radius: 10px;
        margin-top: 3vh;
    }

    .itemdtl2 {
        margin: auto;
        margin-left: -40px;
        /* margin-right: 30px; */
        /* margin-top: 150px; */
        width: 330px;
        padding: 0px;
    }

    .itemdtl {
        margin: auto;
        margin-right: 0;
        margin-left: 30px;
        /* margin-top: 150px; */
        width: 330px;
        padding: 0px;
    }

    .serv {
        margin: auto 15px;
    }

    .tabimg {
        margin-left: -550px;
    }

    .tabimg2 {
        margin-left: -600px;
    }

    .prod {
        margin: auto 15px;
        margin-right: 0;
    }
}

.height-50 {
    height: 75px !important;
}

.sequre-box {
    display: flex;
    align-items: center;
}

.sequrelogo {
    padding: 15px 0;
    width: 120px !important;
    height: 140px !important;
}

.seque {
    color: #005da2;
    padding: 0 20px;
    font-size: 100px;
}

.seque2 {
    color: #4dd101;
    padding: 0 20px;
    font-size: 100px;
}

.sequre-box {
    margin: auto;
}

@media (max-width: 1399px) {
    .seque {
        font-size: 100px;
    }

    .seque2 {
        font-size: 100px;
    }

    .sequrelogo {
        padding: 15px 0 !important;
        height: 215px;
    }

}

@media (max-width: 540px) {
    .sequrelogo {
        width: 100%;
        height: 100%;
    }

    .seque {
        padding: 0;
        font-size: 38px;
        font-weight: 700;
    }

    .seque2 {
        padding: 0;
        font-size: 38px;
        font-weight: 700;
    }

    .pd-0 {
        padding: 0 !important;
    }
}

.footerlogoP {
    justify-self: center;
}

.footerlogo {
    padding: 5px;
    background-color: #ffffff;
    border-radius: 10px;
    place-content: center;

}

.socila_media_logo-p {

    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* use space-between or center if you prefer */
    gap: 15px;
    /* controls spacing between logos */
    margin-top: 10px;
    /* reset the negative margin */
}

.socila_media_logo {
    height: 50px;
    width: 50px;
    cursor: pointer !important;
    transition: transform 0.2s ease-in-out;
}

.socila_media_logo:hover {
    transform: scale(1.1);
    /* little hover zoom effect */
}


.mb-0 {
    margin-bottom: 0 !important;
}

.phonelogo {
    height: 25px;
    width: 25px;
    border-radius: 50%;
}

.client-container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 1000px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 768px) {
    .socila_media_logo-p {
        justify-content: center;
    }

    .client-container {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto
    }
}


.team-2 .row {
    display: flex;
    flex-wrap: wrap;
}

.team-2 .col-12.col-md {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* keep logo at top */
    align-items: center;
    text-align: center;
    /* min-height: 220px; */

}

.team-2 .col-12.col-md img {
    max-height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
}

.team-2 .col-12.col-md p {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    /* smaller font */
    line-height: 1.3;
    /* tighter spacing */
    margin: 0;
    /* remove extra margin */
}

@media (max-width: 768px) {
    .team-2 .col-12.col-md p {
        font-size: 16px;
    }

    .copy-right p {
        font-size: 10px;
        font-weight: 400;
        margin: 0 0 8px 0;
        line-height: 2.4;
        /* letter-spacing: 0.01em; */
    }
}