/********** Template CSS **********/
:root {
    --primary: #00539F;
    --secondary: #E93C05;
    --tertiary: #555555;
    --light: #DFE4FD;
    --dark: #011A41;
	--danger: #dc3545;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;	
	background-color: rgba(0, 0, 0, .1);
}

.top-bar {
    height: 45px;
	background-color: #000;
    border-bottom: 1px solid rgba(53, 94, 252, .09);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;

	}

.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    font-weight: bold;
    outline: none;
	color: #fff;
	text-transform: uppercase;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--danger);
}
img.vert-move {
    -webkit-animation: mover 0.5s infinite  alternate;
    animation: mover 0.5s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 0.5s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.alert-success {
    color: #000 !important;
    background-image: url("../img/thank-you.jpg");
    border: 3px solid #badbcc !important;
    padding: 50px !important;
}
.alert h1, .alert h3{
    color:black;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }
    .nav-link.active {
    color: var(--danger);
}

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
    .dropdown-menu{
        border:transparent !Important;
    }
    nav .nav-link {
    /*color: #000 !important;*/
    border-bottom: 1px solid black;
    padding: 8px 0 9px !important;
}
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 100vh;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .footer .col-lg-2.col-md-6, .footer .col-lg-3.col-md-6 {
    margin-top: 22px !important;
}
.autoplay{
    padding-top:50px !important;
}
.welcome-aboutus{
    position: relative;
    top: 0px !Important;
}
    .carousel1{
        background-image: url(../img/mobile-img/b3.jpg);
        background-size: cover;
     }
    .carousel2{
        background-image: url(../img/mobile-img/b2.jpg);
        background-size: cover;
    }
.carousel3{
        background-image: url(../img/mobile-img/msme.jpg);
        background-size: cover;
    }
.carousel4{
        background-image: url(../img/mobile-img/b7.jpg);
        background-size: cover;
    }
.carousel5{
        background-image: url(../img/mobile-img/b5.jpg);
        background-size: cover;
    }

    .carousel-item img {
    display: none;
}
    .navbar-brand{
        width:60% !important;
    }
    .footer{
        padding-top: 0 !important;
    }
.navbar{
    padding-bottom: 0 !Important;
}
.navbar .navbar-nav{
    height:100vh !important;
}
    a.navbar-brand img {
    width: 70% !important;
}
.navbar-toggler-icon i.bi.bi-list {
    position: relative;
    top: 0px;
    font-size: 30px;
    color: black !important;
    font-weight: 600;
}
.navbar-toggler{background:#fff !important;}

.navbar .navbar-nav .nav-link{color: #00539F;}

 .navbar-nav {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 300px !important;
}
.about{
    padding-top:0 !important;
    padding-bottom:0 !important;
}
.benefits {
    background: url(../img/mobile-img/benefits.jpg) !important;
    background-size: cover !important;
    height: 100vh !important;
}
.facts{
    background-image: url(../img/mobile-img/bg1.jpg) !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
}
.feature {
    text-align: center;
}
/*.feature{*/
/*    padding-top: 1rem !important;*/
/*    padding-bottom: 2.5rem !important;*/
/*}*/
.feature .iso-icons{
    margin-top: 0 !important;
}
.about .display-6{
    text-align: center;
    width: 101%;
}
.page-header-about{
    background-image: url(../img/mobile-img/b6.jpg) !important;
    height: 100vh !important;
}
.choose {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.choose .display-5{
    padding-bottom: 0 !important;
}
.page-header-iso{
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .7)), url(../img/mobile-img/b3.jpg) top right no-repeat !important;
    background-size:cover !important;
    height: 100vh !important;
}
.benefits2{
    background: url(../img/mobile-img/bg9.jpg) !important;
    background-size: cover !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    height: auto !important;
    padding-right: .75rem !important;
    padding-left: .75rem !important;
}
.service{
        padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.haccp{
    background: url(../img/mobile-img/haccp-bg.jpg) top left no-repeat !important;
    background-size: cover !important;
    height: 100vh !important;
}
.haccp2{
    background: url(../img/mobile-img/haccp3.jpg) top left no-repeat !important;
    background-size: cover !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.haccp2 .col-lg-6{
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.haccp2 .col-lg-6 h2{
    padding-bottom: 20px !important;
}
.gmp{
    background: url(../img/mobile-img/gmp-head.jpg) top left no-repeat !important;
    background-size: cover !important;
    height: 100vh !important;
}
.gmp-manufacture{
    padding-top:0 !important;
 padding-bottom: 45px !important;
}
.ce{
    background: url(../img/mobile-img/ce.jpg) no-repeat !important;
    background-size: cover !important;
    height: 100vh !important;
}
.trademark{
    background: url(../img/mobile-img/b7.jpg) no-repeat !important;
    background-size: cover !important;
    height: 100vh !important;
}
.tm2{
    background: url(../img/mobile-img/tm2.jpg) !important;
    background-size: cover !important;
    padding-top: 30px !important;
    padding-bottom: 0 !important;
    height:auto !important;
}
.tm2 .container{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.msme{
    background: url(../img/mobile-img/MOB.jpg) no-repeat !important;
    background-size: cover !important;
    height: 100vh !important;
}
.sign{
    background: url(../img/mobile-img/b5.jpg) no-repeat !important;
    background-size: cover !important;
    height: 100vh !important;
}
.sign2{
    background: url(../img/mobile-img/sign.jpg) no-repeat !important;
    background-size: cover !important;
    padding-top: 50px !important;
    padding-bottom: 70px !important;
    height:auto !important;
}
.client {
	background: url(../img/mobile-img/client-mob.jpg) no-repeat !important;
    background-size: cover !important;
    height: 100vh !important;
}
.sign2 .col-lg-12{
    padding-top: 0 !important;
    margin-top: 24px !important;
}
.dsc .container {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
}
.dsc{
    /*background: url(../img/mobile-img/id.jpg) !important;*/
    background-size: cover !important;
    /*height: 100vh !important;*/
}
.dsc .display-5{
    padding-top: 0 !important;
    padding-bottom: 32px !important;

}

.contact{
    background: url(../img/mobile-img/contactus.jpg) top left no-repeat !important;
    background-size: cover !important;
    height: 100vh !important;
}
iframe{
    width: 100% !important;
}
  .heading {
        top: 70%; /* Adjust top position for mobile */
        left: 37%; /* Center horizontally for mobile */
        font-size: 32px; /* Reduce font size for better readability on mobile */
    }
        .breadcrumb-item.active {
    color: white;
    }
    .jil-logo {
        text-align: right; /* Shift logo to the right */
    }

    .footer-copyright p {
    color: var(--white);
    text-align: left;
}
 .service-box.style2 {
    padding:0px !important;
    margin: 0px !important;
}
.remove-pt-5-on-mobile {
        /*padding-top: 0 !important;*/
    }
    .what-makes p{
    text-align:left !important;
}
.text-white {
    margin-top:5px !important;
    text-align: left;
}
.what-makes p {
    text-align: left !important;
    padding: 0px 7px 0px 7px;
}
.tm2 p {
    font-size: 20px;
    /*padding-left: 2rem;*/
    /* float: none;*/
    /* margin:0px !important;*/
    /*text-align: left;*/
}
.slick-slide img{
    display:block;
    /*width:50%;*/
}

.heading {
            top: 74% !important;
            left: 40% !important;
        }
        
         .heading a{
             color:white;
         }
         
    .zoom-basic{
             padding: 0px !important;
         }
/*     .zoom-basic p {*/
/*    text-align: left !important;*/
/*}    */
.zoom-basic:hover {
    -ms-transform: none !important;/* Reset transform for IE 9 */
    -webkit-transform: none !important; /* Reset transform for Safari 3-8 */
    transform: none !important; /* Reset transform */
  }
  
}



.page-header-iso {
    padding-top: 15rem;
    padding-bottom: 8rem;
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .7)), url(../img/b3.jpg) top right no-repeat;
    background-size: cover;
    /*height:40%;*/
    background-position:center;
}
.page-header-about {
    padding-top: 15rem;
    padding-bottom: 8rem;
    background: url(../img/b6.jpg) top left no-repeat;
    background-size: cover;
    /*height:40%;*/
    background-position:center;
}
.welcome-aboutus{
    position: relative;
    top: -50px;
}

.page-header-about .breadcrumb-item,
.page-header-about .breadcrumb-item a {
    font-weight: bold;
    color: white;
}

.page-header-about .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}


/*** Facts ***/
.tm2 {
    background: url(../img/tm2.jpg);
	background-size: cover;
	height:80vh;
}
.tm2 ul li {
    font-size: 21px;
	color: #fff;
	line-height: 49px;
	display:flex;
}
.tm2 ul li img{
    padding-right:15px;
    padding-top:12px;
}

.tm2 .trademark-content{
    line-height:1.7;
}

.tm2 ul{
    list-style:none;
    font-size: 20px;
    padding-left: 0;
    float: right;
    /*margin-right: -71px;*/
}
}
.tm2 p{
    font-size:20px;
        float: right;

    /*margin-right: -71px;*/
}
.facts {
    background: url(../img/bg1.jpg);
	background-size: cover;
    height:100vh;
}
.facts ul{
    list-style:none;
    margin-top: 80px;
}
.facts ul li {
    font-size: 21px;
	color: #fff;
	line-height: 49px;
}
.bg-blue {
    background: url(../img/bg-blue.jpg);
	background-size: cover;

}
.choose {
    background: url(../img/bg8.jpg);
	background-size: cover;

}
.benefits2 {
    background: url(../img/bg9.jpg);
	background-size: cover;
	padding:0;
}
.overlay {
    background: rgb(0 0 0 / 62%);
    width: 100%;
}

.dsc {
    position: relative;
    background: url('../img/id.jpg') no-repeat center center;
    background-size: cover;
    color: white; /* Ensures the text is bright */
}

.dsc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay to reduce background opacity */
    z-index: 1;
}

.dsc .container,
.dsc .container .row,
.dsc .container .col-lg-12 {
    position: relative;
    z-index: 2;
}

.dsc h1, .dsc p {
    position: relative;
    z-index: 2;
}
.benefits {
    background: url(../img/benefits.jpg);
	background-size: cover;
	height: 100vh;
	background-position:center;
}
.contact {
    padding-top: 15rem;
    padding-bottom: 8rem;
    background: url(../img/contactus.jpg) top left no-repeat;
    background-size: cover;
    /*height:40%;*/
}
.haccp {
    padding-top: 15rem;
    padding-bottom: 8rem;
    background: url(../img/haccp-bg.jpg) top left no-repeat;
    background-size: cover;
    /*height:40%;*/
    background-position:center;
}
.haccp2 {
    background: url(../img/haccp3.jpg) top left no-repeat;
    background-size: cover;
}
.haccp2 p{
    text-align: left;
}
.ce {
    padding-top: 15rem;
    padding-bottom: 8rem;
    background: url(../img/ce.jpg) no-repeat;
    background-size: cover;
    /*height:40%;*/
    background-position:center;
}
.trademark {
    padding-top: 15rem;
    padding-bottom: 8rem;
    background: url(../img/b7.jpg) no-repeat;
    background-size: cover;
    /*height:40%;*/
    background-position:center;
}
.sign {
	padding-top: 15rem;
    padding-bottom: 8rem;
    background: url(../img/b5.jpg) no-repeat;
    background-size: cover;
    /*height:40%;*/
    background-position:center;
}
.sign2 {
	padding-top: 15rem;
    padding-bottom: 8rem;
    background: url(../img/828.jpg) no-repeat;
    background-size: cover;
    background-position:center;
    /*height:100vh;*/
    position:relative;
}
.sign2 p{
    color:#000;
}
.sign2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.8s;
    background: rgb(243 236 236 / 68%);
}
.sign2 .container {
    position:relative;
}
.msme {
    padding-top: 15rem;
    padding-bottom: 8rem;
    background: url(../img/msme.jpg) no-repeat;
    background-size: cover;
    /*height:40%;*/
    background-position:center;
}
.gmp {
	padding-top: 15rem;
    padding-bottom: 8rem;
    background: url(../img/gmp-head.jpg) top left no-repeat;
    background-size: cover;
    /*height:40%;*/
    background-position:center;
}
.client {
	padding-top: 15rem;
    padding-bottom: 8rem;
    background: url(../img/client.jpg) top left no-repeat;
    background-size: cover;
    /*height:40%;*/
    background-position:center;
}
/*** Callback ***/
.callback {
    position: relative;
     background: url(../img/call.jpg);
	background-size: cover;
}

/*.callback::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 50%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background: url(../img/call.jpg);*/
/*	background-size: cover;*/
/*    z-index: -1;*/
/*}*/


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: var(--primary);
    border-color: var(--primary) !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}


/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 4rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 6px;
    border-radius: 16px;
    background: var(--light);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: var(--primary);
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: white;
    box-shadow: none;
    font-weight: bold;

}

.copyright {
    color: var(--light);
    background: #000B1C;
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: white;
    box-shadow: none;
    font-weight: bold;
}

.callback p {
    color: black;
    font-weight: 500;
}

.benefits2 h2 {
    padding-bottom: 2rem !important;
}

.service  h2 {
    font-weight: 600 !important;
    /*margin-top: 25px;*/
}

.container-fluid h2{
    padding-bottom: 2rem !important;
}
    

.box {
  /*width: 300px;*/
  padding: 20px; /* Add padding inside the box */
  border: 2px solid  #f0f0f0;/* Add border around the box */
  background-color:#000; /* Set background color of the box */
  /* Add more styling as needed */
  margin-top:60px;
 
}

.container {
   position: relative;
    width: 100%;
     align-items: center; 
     }

        .image {
            width: 100%;
            height: auto;
            display: block;
        }

        .heading {
            position: absolute;
             top: 80%;
            left: 30%;
            transform: translate(-50%, -50%);
            color: white; /* Initial color */
            transition: color 0.3s ease, text-shadow 0.3s ease; /* Smooth transition */
         text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* Initial subtle shadow */
            font-size: 53px;
        }
        
         .heading a{
             color:white;
         }
        .heading :hover {
      color: white; /* Brighten color */
     text-shadow: 0 0 10px rgba(192, 192, 192, 0.8), /* Outer bright silver glow */
                 0 0 20px rgba(192, 192, 192, 0.6), /* Second layer of silver glow */
                 0 0 30px rgba(192, 192, 192, 0.4); /* Third layer of silver glow */
                 }
                 
                 .heading h2 {
            font-size: 24px;
            color:white;
        }
        .container h2{

          margin-top: 25px;
              color: white;
         /*font-size: 24px;*/

        }
        .container .quality{
            color:#011A41;
        }
    .service-box.style2 {
    position: relative;
    background-color: #fff;
    padding: 26px 16px 27px;
    margin: 10px;
    text-align:left;
}


.zoom {

  background-color:#004d66;
  transition: transform .2s;
  /*width: 200px;*/
  /*height: 200px;*/
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.25); /* IE 9 */
  -webkit-transform: scale(1.25); /* Safari 3-8 */
  transform: scale(1.25); 
}
 .logo-carousel .item {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 15px;
        
        }
        .logo-carousel .item img {
            
            width: auto;
        
        }
.owl-nav,
.owl-dots {
    display: none !important;
}
.text-basic h4{
 color:black;   
}
.zoom-basic p {
    /* padding: 50px; */
    background-color: transparent;
    transition: transform .2s;
    /* width: 200px; */
    /*height: 291px;*/
    margin: 0 auto;
    text-align: left;
}
.zoom-basic {
  padding: 25px;
  background-color:transparent;
  transition: transform .2s;
  /*width: 200px;*/
  /*height: 200px;*/
  margin: 0 auto;
}
.zoom-basic:hover {
  -ms-transform: scale(1.25); /* IE 9 */
  -webkit-transform: scale(1.25); /* Safari 3-8 */
  transform: scale(1.25); 
}
.logo-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-carousel .item img {
  transition: transform 0.3s ease-in-out;
}

.logo-carousel .item img:hover {
  transform: scale(1.1);
}
.logo-carousel .item img:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/*.hazard-ana{*/
/*    margin-top:112px;*/
/*}*/
.footer-copyright p {
    color: var(--white);
    text-align: center;
}

.container-fluid.what-makes {
    padding-left: 0 !important;
    padding-right: 0 !important;
   
}
.container-fluid.benefits2 {
  padding-left: 0 !important;
    padding-right: 0 !important;

}
.overlay-1 {
   background: url(../img/11101.jpg);
   background-size: cover;
    width: 100%;
}

/* Highlight on hover effect */
.highlight-on-hover {
    color: white;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.highlight-on-hover:hover {
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.7), 0 0 20px rgba(255, 255, 255, 0.5), 0 0 30px rgba(255, 255, 255, 0.3);
}
.autoplay .slick-slide {
  display: flex;
  justify-content: center;
}


@media (max-width: 480px) {
    .heading {
        top: 78%; /* Further adjust top position for smaller screens */
        left: 37%; /* Center horizontally for smaller screens */
        font-size: 28px; /* Further reduce font size for smaller screens */
    }
    .breadcrumb-item.active {
    color: white;
    }
    .jil-logo {
        text-align: right; /* Ensure logo stays to the right */
    }
    .service-box.style2 {
    padding:0px !important;
    margin: 0px !important;
}

    .what-makes p{
    text-align:left !important;
}
.text-white {
    text-align: left;
}
.what-makes p {
    text-align: left !important;
    padding: 0px 7px 0px 7px;
}
.tm2 p {
    font-size: 20px;
    padding-left: 2rem;
     float: none;
     margin:0px !important;
    text-align: left;
}
.slick-slide img{
    display:block;
    /*width:50%;*/
}

}
/* cmmi css start */

.cmmi {
    padding-top: 15rem;
    padding-bottom: 8rem;
    background: url(../img/cmmi-head.jpg) top left no-repeat;
    background-size: cover;
    /* height: 40%; */
    background-position: center;
}
.cmmi-container {
    max-width: 900px;
    margin: auto;
}

.cmmi-title {
    color: #333;
    font-size: 28px;
    font-weight: bold;
}

.cmmi-description {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}

.cmmi-level-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.cmmi-level {
    width: 80%;
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.cmmi-level:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.cmmi-level-title {
    font-size: 22px;
    font-weight: bold;
}

.cmmi-level-description {
    font-size: 16px;
    margin-top: 10px;
}

/* Different Colors for Each Level */
.level-1 { background: linear-gradient(135deg, #ff416c, #ff4b2b); }
.level-2 { background: linear-gradient(135deg, #ff9a8b, #ff6a88); }
.level-3 { background: linear-gradient(135deg, #ff758c, #ff7eb3); }
.level-4 { background: linear-gradient(135deg, #69ff97, #00e4ff); }
.level-5 { background: linear-gradient(135deg, #f7971e, #ffd200); }

.cmmi-benefits {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: white;
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.benefits-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.benefits-list {
    list-style: none;
    padding: 0;
}

.benefits-list li {
    font-size: 18px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    margin: 5px 0;
    transition: background 0.3s ease-in-out;
}

.benefits-list li:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: scale(1.05);
}

/* bifma css start */
.bifma {
    padding-top: 15rem;
    padding-bottom: 8rem;
    background: url(../img/bifma-head.jpg) top left no-repeat;
    background-size: cover;
    /* height: 40%; */
    background-position: center;
}






/* Lead auditor css */

.lead {
    padding-top: 15rem;
    padding-bottom: 8rem;
    background: url(../img/lead-head.jpg) top left no-repeat;
    background-size: cover;
    /* height: 40%; */
    background-position: center;
}
.lead-audit-benefits2 {
    background: url(../img/lead2.jpg);
    background-size: cover;
    padding: 0;
    background-position: center;
    background-size: cover;
}



/* Internal auditor css */

.internal {
    padding-top: 15rem;
    padding-bottom: 8rem;
    background: url(../img/internal-head.jpg) top left no-repeat;
    background-size: cover;
    /* height: 40%; */
    background-position: center;
}
.internal-auditor-acess {
    background-image: url(img/audit7.jpg);
    background-size: cover;
}
.internal-auditor-acess img {
    margin-bottom: 15px;
}
.internal-auditor-acess-inner {
   position: absolute;
    top: 13px;
    text-align: center;
    height: 91%;
    width: 79%;
    padding: 20px;
    background: rgb(10 10 11 / 61%);

}
.internal-auditor-acess-inner h1 {
  font-size: 40px;
    font-weight: 700;
    color: white;
}
.internal-auditor-acess-inner h3 {
  font-size: 30px;
    font-weight: 500;
    color: white;
}
.internal-auditor-acess-inner p {
    color: white;
}
.internal-audit-benefits2 {
    background: url(../img/audit2.jpg);
    background-size: cover;
    padding: 0;
    background-position: center;
    background-size: cover;
}
.tt-cta {
    position: fixed;
    top: 60%;
    transform: translateY(-50%);
    right: 0;
    background: #efefef;
    z-index: 99;
    backdrop-filter: blur(20px);
}
.cta-inner {
    display: flex;
    flex-direction: column;
    margin-right: 5px;
}
.cta-inner .connect-icons {
    width: 47px;
    display: block;
    background: #fff;
    padding: 9px 0 0;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0px 0px 19px -8px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 19px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 19px -8px rgb(0 0 0 / 75%);
    font-size: 8px;
    text-transform: uppercase;
    text-align: center;
}
.aside_info_wrapper {
    padding: 22px 15px;
    min-width: 200px;
    height: 126px;
    text-align: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -250px;
    overflow-y: auto;
    z-index: 99;
    transition: all 1.1s ease-in-out;
    visibility: visible;
    opacity: 0;
    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
}
.cta-inner a {
    font-size: 21px;
    padding: 12px 15px;
    display: flex;
    text-align: center;
    opacity: 0.8;
}
.cta-inner span, .fa-whatsapp:before {
    color: green;
}
.portfolio-img {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin-bottom: 30px; 
    padding:0 10px;
}
.client-img img{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
} 
.our-partner{
 padding-bottom: 30px;   
}