/* form */
  .invalidValue { border-color: #e53935 !important; }
  .requiredValue { border-color: #fb8c00 !important; }

  /* Make the map nicely responsive (optional) */
  .map-container-7 { position: relative; overflow: hidden; height: 0; padding-bottom: 56.25%; }
  .map-container-7 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* form ends */

/* self start */

.show-red{
    border: 2px solid red
}
.show-blue{
    border: 2px solid blue
}
.show-green{
    border: 2px solid green
}
.show-yellow{
    border: 2px solid yellow
}
/* Self- end */

a:hover {
    color: #00a65e !important;
}

.typewriter {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}

iframe{
	max-width:100% !important;
}

:root{
    --aGreen: #104347;
    --aRed:  #75120A;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

a{
	text-decoration:none;
	color: black;
}

.top-bar{
    background-color: black;
}

#search-bar {
    /* position: absolute;
    bottom: 0%;
    right: 11%; */
    /* transform: translate(-50%, -50%); */
    background: rgb(10, 7, 7);
    /* padding: 10px; */
    border-radius: 10px;
    max-width: 50%;
    max-height: 100%;
    
  }
  
  #search-bar.hidden {
    display: none;
  }
  
  #search-bar input:focus {
    outline: none;
    box-shadow: 0 0 0 2px #4d90fe;
  }
  

/* preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
  }
  
  #status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url("../images/preloader.gif");
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
  }
.fbrands{
	height: 40vh;
    padding-top: 50px;
}
.fproducts{
	height: 40vh;
    padding-top: 50px;
}
/* preloader ends */
.row{
    margin: 0 !important;
    padding: 0 !important;
}

/* Hero section start */

.carousel-item{
    eight: 65vh;
}

.img-hero{
    width: 100%;
    /* height: 85vh; */
}

/* @media (max-width:1366px){
    .img-hero{
        width: auto;
        height: 45vh;
    }

    
} */

.text1{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 2px;
    line-height: 41px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 50px;
}

 .theme {
	position: relative;
}
.shade {
    width: 100%;
    /* max-width: 1920px; */
    height: auto;
    z-index: 2;
}
.bottom-shade {
    width: 100%;
    height: auto;
    margin: 0 0 -2px;
    /* max-width: 1922px; */
    position: absolute!important;
    bottom: 0;
}
.carousel-caption-home {
	top: 20%;
}

.inner-page-title{ 
    width: 70%;
    border-radius: 7px;
}

@media (max-width:1366px){
	
	.carousel-caption-home {
	top: 0%;
	}
    .inner-page-title{ 
        width: 80%;
        /* height: 50%; */
        border-radius: 7px;
    }

    
    .carousel-item{
        eight: 55vh;
    }


    .inner-page-title h2{ 
        font-size: 1.1rem;
        max-height: 100%;
   }
    
}


.bg-light-home{
	background-color: rgba(0,0,0,0.5);
}
.img-bg{
	height:30vh;
	width:100%;
    background-image:url(assets/img/rnd.png);
    background-repeat: no-repeat;
    background-position: center; 

}
.img-bg::before{
    content: " ";
    position: relative;
    display: inline-block;
    background-color: #21563F;
    width: 50%;
    left: -40px;
    top: -15%;
    height: 130%;
    z-index: -1;
	
}
/* 
 .dropdown-menu{
    width: 700px !important;
    padding: 0px;
} */

/* Hero section end */

/* RnD start */

/* rnd v2 */
.rnd1{
    background: rgba(0, 128, 0, 0.05);
    border-radius: 0px 0px 80px 80px;
    margin-top: 5%;
}

.img-rnd{
    position: relative;
	width:100%;
    background-repeat: no-repeat;
    background-position: center; 
    z-index: 1;
}

.img-rnd img{
    max-width: 100%; max-height: 100%;
}

.img-rnd::before{
    content: '';
    position: absolute;
    width: 50%; /* Adjust this value to control border width */
    background-color: #104347; /* Adjust this value to set border color */
    height: 120%;
    top: -10%;
    left: -6%;
    z-index: -1;
}

.text-rnd1{
	margin-bottom: -5%;
    font-weight: 700 !important;
    color: rgba(0, 0, 0, 0.3);
    font-family: 'Arial';
    font-style: normal;
}


.rnd-title1{
    top:25%;
    left: 5%;
    color: #21563F;
    font-weight: 600 !important;
}

.rnd-para11{
	overflow: hidden;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 2; 
    -webkit-box-orient: vertical;
    border-right: #104347 10px solid;
}

.line11{
    width: 10px;
    background-color: red;
}

.read-more a{
    color : #21563F ;
    text-decoration: none;
}

.read-more a:hover{
    color : #75120A ;
    text-decoration: none;
}

/* rnd end */



/* 2nd rnd v2 */
.rnd2{
    background: rgba(0, 128, 0, 0.05);
    border-radius: 0px 0px 80px 80px;
    margin-top: 5%;
}

.img-rnd2{
    position: relative;
	width:100%;
    background-repeat: no-repeat;
    background-position: center; 
    z-index: 1;
}

.img-rnd2 img{
    max-width: 100%; max-height: 100%;
}

.img-rnd2::before{
    content: '';
    position: absolute;
    width: 50%; /* Adjust this value to control border width */
    background-color: #21563F; /* Adjust this value to set border color */
    height: 120%;
    top: -10%;
    right: -7%;
    z-index: -1;
}

.text-rnd1{
	margin-bottom: -5%;
    font-weight: 700 !important;
    color: rgba(0, 0, 0, 0.3);
    font-family: 'Arial';
    font-style: normal;
}


.rnd-title1{
    top:25%;
    left: 5%;
    color: #21563F;
    font-weight: 600 !important;
}

.rnd-para22{
	overflow: hidden;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 7; 
    line-clamp: 2; 
    -webkit-box-orient: vertical;
    border-left: #104347 10px solid;

}


.read-more a{
    color : #21563F ;
    text-decoration: none;
}

.read-more a:hover{
    color : #75120A ;
    text-decoration: none;
}

/* rnd end */



/* stat start */
.stats{
    margin-top: 5%;
}

.card{
    position: relative;
    box-shadow: 5px 5px rgba(1, 1, 1, 0.03);
}

.card-title{
    font-size: 1vw !important;
    max-width: 100%;
    font-weight: 600;
}


.stat-head{
    /* this is the percentage */
    position: absolute ; 
    top:12% ; 
    left:40% ;
    ont-size: 1.9vw !important;
    color: #FFFFFF;
    font-weight: 590 !important;
    /* border: 1px solid red; */
}

.iconss1{
    position: absolute ; 
    top:15% ; 
    left:22% ;
    /* border: 1px solid red; */
}

.iconss1 i{
    color: rgb(255, 255, 255);
    ont-size: 1.5vw;
}

.icon-2{
    top:12% ; 
    font-size: 1.2vw;
}



/* .counter1::before{
    content: url(assets/img/stats/11.png);
    margin-right: 10px;
    display: inline-block;
} */

.counter1::after{
    content: '% +';
}

/* .counter2::before{
    content: url(assets/img/stats/22.png);
    margin-right: 10px;
} */

.counter2::after{
    content: ' +';
}

/* .counter3::before{
    content: url(assets/img/stats/33.png);
    margin-right: 10px;
} */

.counter3::after{
    content: ' +';
}

/* .counter4::before{
    content: url(assets/img/stats/44.png);
    margin-right: 10px;
} */

.counter4::after{
    content: ' +';
}



@media screen and (max-width: 992px) {
    

    .card-body{
        padding: 4% !important;
    }

    .stat-head{
    /* this is the percentage */
    position: absolute ; 
    top:12% ; 
    left:40% ;
    ont-size: 1.7vw !important;
    color: #FFFFFF;
    font-weight: 590 !important;
    /* border: 1px solid red; */
    }

    .card-title{
    font-size: 1.1vw !important;
    max-width: 100%;
    font-weight: 600;
    }

    .iconss1{
    position: absolute ; 
    top:11% ; 
    left:22% ;
    /* border: 1px solid red; */
    }

    .iconss1 i{
    color: rgb(255, 255, 255);
    ont-size: 1.4vw;
    }

    .icon-2{
    font-size: 1.2vw;
    }

    }

    @media screen and (max-width: 768px) {

    .card-body{
        padding: 3% !important;
    }

    .stat-head{
        /* this is the percentage */
        position: absolute ; 
        top:12% ; 
        left:40% ;
        ont-size: 1.7vw !important;
        color: #FFFFFF;
        font-weight: 590 !important;
        /* border: 1px solid red; */
    }

    .card-title{
        font-size: 0.9vw !important;
        max-width: 100%;
        font-weight: 600;
    }

    .iconss1{
        position: absolute ; 
        top:9% ; 
        left:22% ;
        /* border: 1px solid red; */
    }

    .iconss1 i{
        color: rgb(255, 255, 255);
        ont-size: 1.4vw;
    }

    .icon-1{
        font-size: 1.2vw;
        top: 15%;
    }



    .icon-2{
        font-size: 1.2vw;
        top: 15%;
    }

    .icon-3{
        font-size: 1.2vw;
        top: 15%;
    }

    .icon-4{
        font-size: 1.2vw;
        top: 15%;
    }

    }

@media screen and (max-width: 575px) {
    
    .fbrands{
	height: 40vh;
    padding-top: 35px;
		padding-right: 60px;
    }
   .fproducts{
	height: 40vh;
    padding-top: 35px;
	   padding-right:60px;
   }
	.stat-head{
        /* this is the percentage */
        position: absolute ; 
        top:12% ; 
        left:40% ;
        ont-size: 3.0vw !important;
        color: #FFFFFF;
        font-weight: 690 !important;
        /* border: 1px solid red; */
    }
    
    .card-title{
        font-size: 1.9vw !important;
        max-width: 100%;
        font-weight: 600;
    }
    
    .iconss1{
        position: absolute ; 
        top:7% ; 
        left:22% ;
        
        /* border: 1px solid red; */
    }
    
    .iconss1 i{
        color: rgb(255, 255, 255);
        ont-size: 3vw;
        top: 0%;
        
    }
    
    
    .icon-1{
        font-size: 1.2vw;
        top: 15%;
    }

    
    
    .icon-2{
        font-size: 1.2vw;
        top: 15%;
    }
    
    .icon-3{
        font-size: 1.2vw;
        top: 15%;
    }
    
    .icon-4{
        font-size: 1.2vw;
        top: 15%;
    }

    }




/* stat ends */


/* Featured Brands anbd Products */
.fbp{
    margin-top: 5%;
}

/* brands */
.f-b-title{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 1.9rem;
    color: rgba(0, 0, 0, 0.3);
    width: 100%;
}

.f-b-body{
    position: relative;
    height: 40vh;
    width: 100%;
}

.f-b-bg{
    box-sizing: border-box;
    position: absolute;
    border: 5px solid rgba(10, 109, 117);
    background-image: url("../images/b-body11.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 3%;
    opacity: .2;
}

.f-b-show img{
    position: absolute;
    width: 30vh;
    height: 30vh;
    border-radius: 100%;
    top: 10%;
    left: 25%;
    border: 10px solid rgba(10, 109, 117, 0.75);
}

/* products */


.f-p-body{
    position: relative;
    height: 40vh;
    width: 100%;
}

.f-p-title{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    color: rgba(0, 0, 0, 0.3);
    width: 100%;
}

.f-p-bg{
    box-sizing: border-box;
    position: absolute;
    border: 5px solid rgba(157, 46, 37, 0.75);
    background-image: url("../images/p-body1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 3%;
    opacity: .2;
}

.f-p-show img{
    position: absolute;
    border: 10px solid rgba(157, 46, 37, 0.75);
    width: 30vh;
    height: 30vh;
    border-radius: 100%;
    background-color: white;
    top:10%;
    left: 25%;
 }
 
/* global partners */

.g-p{
    
    margin-top: 5%;
    background-image: url("../images/bg.svg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
}

.global-partner{
    display: flex;

}

.g-p-title{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 3vw;
    bottom: 0;
    text-align: center;
    right: 2%;
    color: rgba(0, 0, 0, 0.3);
    margin-top: 2%;
}

.img-1{
    width: 700px;
    height: 70px;
    margin: 30px;
}


/* distribution */
.distribution{
    margin-top: 5%;
}


.g-d-title{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 2vw;
    bottom: 0;
    right: 2%;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 2%;
}

.g-d-title-low{
    color: rgba(0, 0, 0, 0.3);
}


.l-d-title{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 2vw;
    bottom: 0;
    text-align: center;
    right: 2%;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 2%;
}

.l-d-title-low{
    color: rgba(0, 0, 0, 0.3);
}


/* Certification */

.certifications{
    margin-top: 5%;
    margin-bottom: 5%;
}

.certifications > .h1{
	font-family: arial !important;
  font-weight: bold !important;
  color: #104347 !important;
}


.cer-title{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 2.5vw;
    text-align: center;
    font-variant: small-caps;
    /* color: #75120A; */
    color: var(--aGreen);
    margin-bottom: 2%;
}

.iso-9001, .world-e-f , .iso-14001{
    text-align: center;
}

.c-img1 img{
    max-height:100%; 
    max-width:100%;
}


.c-body{
    width: 80%;
    font-size: 0.7vw;
}



/* footer starts */

.footer{
    /* height: 60vh; */
    margin-top: 5%;
    position: relative;
}

.f-shape{
    width: 100%;
}
.f-shape img{
    margin-top: -1px;
}
.f-body{
    z-index: -1;
    position: absolute;
    top: 0%;
    background-color: #104347;
    color:white;
    width: 100%;
}

.f-left{
    background-image: url("../images/bg.webp");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    
}

.f-left-content{
    padding-top: 20% !important; 
    margin: 1%;
}


.f-logo img{
    /* width: 110px; */
}

.f-office-title{
    font-size: 1rem;
    font-weight: 600;
}


.f-office-ad{
    font-size: 0.8rem;
    opacity: 0.9;
    padding: 1%;
    text-decoration: none;
    color: white;
}


.f-office-ad a{ 
    font-size: 0.8rem;
    opacity: 0.9;
    padding: 1%;
    text-decoration: none;
    color: aliceblue;
    display:block;
}

.footer a:hover{
    font-size: 0.8rem;
    opacity: 1;
    padding: 1%;
    text-decoration: none;
    color: white;
    background-color: #0e3d41;
}


.footer-map{
    border-radius: 10px;
    width: 80%;
    height: 100%;
    opacity: 0.9;
}


.f-right-content{
    color: white;
    padding-top: 15%; 
    margin: 5%;
}

@media (max-width:768px){
    .f-right-content{
        color: white;
        padding-top: 2%; 
        margin: 5%;
    }
}

.f-copy{
    background-color: black;
    font-size: 0.8rem;
    opacity: 0.9;
    text-decoration: none;
    color: white;
}

@media (max-width:996px){
    .f-office-ad{
        padding-bottom: 5%; 
    }

}

.card{
    animation: slide-up 5s !important;
}


@media (max-width:991px){
    .f-left{
        background-image: url('assets/img/footer/bg2.png');
        background-size:cover ;
        background-repeat: no-repeat;
        
    }

}

@keyframes slide-up {

  0% {
    transform: translateY(0rem);
  }

  100% {
    transform: translateY(0rem);
  }

}


/* chairmans message */

.hero-about{
    position: relative ;
}

.chairman-quote{
    position: absolute;
    top: 30%;
    left: 10%;
    font-size: 1.6rem;
    width:30%;
    background-color: rgba(117, 18, 10, 0.5); 
    border-radius: 9px;
    padding: 20px;
    color: white;
    font-weight: 400;
}

.chairman-quote2{
    /* max-font-size: 1.6em; */
    font-size: calc(15px + .5vw);
    /* overflow: hidden; */
    width:40%;
    background-color: rgba(117, 18, 10, 0.5); 
    border-radius: 9px;
    padding: 20px;
    color: white;
    font-weight: 400;
    margin-top: 7%;
    margin-left: 5%;
    margin-right: auto;
}

@media (max-width:){
    
}

.chairman-curved{
    position:absolute !important;  
    bottom:0 !important; 
    /* z-index: 99 !important; */
    padding: 0 !important;
}

.hero-about{
    background-image: url('assets/img/about.jpg');
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.hero-about-body{
    background-color: rgba(117, 18, 10, 0.05); 
    border-left: 5px solid #75120A; 
    /* box-shadow: 5px 10px #d9d9d9;  */

}

.videos{
    background-color:  rgba(117, 18, 10, 0.02); 
    margin-top: 5%; 
    padding: 70px;
}

.video1{
    width:95%; 
    height: 20rem; 
    border-radius: 5px;
}

.video2{
    width: 95%; 
    height: 20rem;
     border-radius: 5px;
}




.news{
    background: rgba(0, 128, 0, 0.05);  
    margin-top: 5%;  
    margin-bottom: 25px;  

}

.img1{
    position: relative;
    z-index: 1;
}

.img2{
    position: relative;
    z-index: 1
}


.img1 img , .img2 img{
    width: 100%;
    overflow: hidden;
}


.img1::before{
    content: '';
    position: absolute;
    width: 50%; /* Adjust this value to control border width */
    background-color: rgb(102, 2, 2); /* Adjust this value to set border color */
    height: 60%;
    top: -10%;
    left: -6%;
    z-index: -1;
}

.img2::after{
    content: '';
    position: absolute;
    width: 50%; /* Adjust this value to control border width */
    background-color: #104347; /* Adjust this value to set border color */
    height: 60%;
    bottom: -10%;
    right: -6%;
    z-index: -1;
}

.datee{
    background-color: #104347;
    color: white;
    position: relative;
    top:-15%;
    z-index: 2;
    left: 85%;
    width: 20%;
    height: 20%;
    text-align: center;
    
}
.datee2{
    background-color:  rgb(102, 2, 2);
    color: white;
    position: relative;
    top:-90%;
    z-index: 2;
    right: 10%;
    width: 20%;
    height: 20%;
    text-align: center;
}

.ntitle{
    font-family: 'Arial' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    color: rgba(0, 0, 0, 0.3) !important;
}

.news a{text-decoration: none !important; 
    color: #000 !important;
}

.rem5{
    padding-top: 5rem;
}

.rm a{
    color: red;
}


/* interviews */

.interviews{
    margin-top: 5%;
    background-color: #f2f9f2;  
}

.interviews a{
    text-decoration: none;
	color: black;
}



.in-img{
    position: relative;
    z-index: 1;
}

.in-img::before{
    content: '';
    position: absolute;
    width: 50%; /* Adjust this value to control border width */
    background-color: rgba(10, 109, 117, 0.6)    ; /* Adjust this value to set border color */
    height: 60%;
    top: -10%;
    left: -6%;
    z-index: -1;

}

.in-img::after{
    content: '';
    position: absolute;
    width: 50%; /* Adjust this value to control border width */
    background-color: rgba(10, 109, 117, 0.3)    ; /* Adjust this value to set border color */
    height: 60%;
    bottom: -10%;
    right: -5%;
    z-index: -1;
}

.icontent{
    background: rgba(255, 255, 255)    ; ;
    padding: 3rem ;
    margin-left: -20%;
    top: 5%;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 2;
    position: relative;
}

.ititle{
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    color: rgba(0, 0, 0, 0.3);

}


/* downloadables */


.downloadables{
/*     background-image: url("../images/dbg.png");
     */   
	margin-top: 5%;
}

.col-1{
	padding:0px !important;
}
.col-11{
	padding:0px !important;
}

.shareholding{
    background: linear-gradient(180deg, #1B737A 0%, #4C8B90 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    text-align: center;
    color: #FFFFFF;
}

.shareholding h1{
    font-family: 'Crimson Pro';
    font-style: normal;
    font-weight: 700;
    text-align: center;
}

.shareholding p{
    color: #fff;
    font-family: 'Crimson Pro';
    font-style: normal;
    font-weight: 400;
    text-align: left;
    opacity: 0.9;

}

.annual-report{
    background: #B85149;
    border-radius: 20px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    color: white;
    text-align: center;
}

.annual-report h4{      
    text-align: center;
    font-family: 'Crimson Pro';
    font-style: normal;
    font-weight: 700;
}

.annual-report h6{
    font-family: 'Crimson Pro';
    font-style: normal;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}

.price-s-i{
    background: #48949A;
    border-radius: 20px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.45));
    text-align: center;
    color: #FFFFFF;
}

.price-s-i .h4{
    font-family: 'Crimson Pro';
    font-style: normal;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
}

.price-s-i p{
    font-family: 'Crimson Pro';
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
    opacity: 0.9;
  
}

.price-s-i a:hover , .shareholding a:hover{
    color: rgb(115, 238, 0);
}

.downloadables a{
    text-decoration: none;
    color: white;
}

.img{
    height: auto;
    max-height: 100%;
    object-fit: fill;
}

/* values start */
.values{
    margin-top: 5%;
    background: url("../images/ab.webp");

}

.p-9{
    padding-left: 9rem !important;
    padding-right: 9rem !important;

}

.g-f{
    width:100%;
    background-color: #104347;
    border-radius: 0% 0% 100% 100%;
}

.c-s-v{
    width: 100%;
    background-color: #75120A;
	
    border-radius: 0% 0% 100% 100%;
}

.imgv1 img{
    width: 100%;
    overflow: hidden;
}

.body1 h4{
    color: #ffff;

}

.body1 p{
    border-left: floralwhite solid 5px;
    color: rgba(255, 255, 255, 0.8) ;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    max-width: 100%;
    display: -webkit-box;
   -webkit-line-clamp: 3; 
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.values-branding{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    /* font-size: 1.9vw; */
    color: rgba(0, 0, 0, 0.5);
    transform: matrix(1, 0, 0, 1, 0, 0);
}




@media screen and (max-width: 1400px) {
    .p-9{
        padding-left: 7rem !important;
        padding-right: 1rem !important;
    }

}

@media screen and (max-width: 1200px) {
    .p-9{
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

}

@media screen and (max-width: 992px) {
    .p-9{
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }


}

@media screen and (max-width: 768px) {
    .p-9{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .g-f , .c-s-v{
        border-radius: 9px;
    }

    .rem5{
        padding-top: 1em;
    }
    
}

@media screen and (max-width: 576px) {
    .p-9{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }



    .g-f , .c-s-v{
        border-radius: 9px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .rem5{
        padding-top: 1em;
    }

    .icontent{
        margin-left: 2%;
        padding: 1rem;
    }

    .values{
        margin-top: 20%;
    }

    .downloadables{
        margin-top: 20%;
    }

    .interviews{
        margin-top: 20%;
    }
	
	
	.rnd-para22{
	overflow: hidden;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    line-clamp: 2; 
    -webkit-box-orient: vertical;
     border-left: #21563F 10px solid;

	}
	
	.rnd-para11{
	overflow: hidden;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    line-clamp: 2; 
    -webkit-box-orient: vertical;
     border-left: #21563F 10px solid;
	border-right: none;
	}
}
.main-timeline8{overflow:hidden;position:relative}
.main-timeline8:after,.main-timeline8:before{content:"";display:block;width:100%;clear:both}
.main-timeline8:before{content:"";width:3px;height:100%;background:#d6d5d5;position:absolute;top:30px;left:50%}
.main-timeline8 .timeline{width:50%;float:left;padding-right:30px;position:relative}
.main-timeline8 .timeline-icon{width:32px;height:32px;border-radius:50%;background:#fff;border:3px solid #fe6847;position:absolute;top:5.5%;right:-17.5px}
.main-timeline8 .year{display:block;padding:10px;margin:0;font-size:30px;color:#fff;border-radius:0 50px 50px 0;background:#fe6847;text-align:center;position:relative}
.main-timeline8 .year:before{content:"";border-top:35px solid #f59c8b;border-left:35px solid transparent;position:absolute;bottom:-35px;left:0}
.main-timeline8 .timeline-content{padding:30px 20px;margin:0 45px 0 35px;background:#f2f2f2}
.main-timeline8 .title{font-size:19px;font-weight:700;color:#504f54;margin:0 0 10px}
.main-timeline8 .description{font-size:14px;color:#7d7b7b;margin:0}
.main-timeline8 .timeline:nth-child(2n){padding:0 0 0 30px}
.main-timeline8 .timeline:nth-child(2n) .timeline-icon{right:auto;left:-14.5px}
.main-timeline8 .timeline:nth-child(2n) .year{border-radius:50px 0 0 50px;background:#7eda99}
.main-timeline8 .timeline:nth-child(2n) .year:before{border-left:none;border-right:35px solid transparent;left:auto;right:0}
.main-timeline8 .timeline:nth-child(2n) .timeline-content{text-align:right;margin:0 35px 0 45px}
.main-timeline8 .timeline:nth-child(2){margin-top:170px}
.main-timeline8 .timeline:nth-child(odd){margin:-175px 0 0}
.main-timeline8 .timeline:nth-child(even){margin-bottom:80px}
.main-timeline8 .timeline:first-child,.main-timeline8 .timeline:last-child:nth-child(even){margin:0}
.main-timeline8 .timeline:nth-child(2n) .timeline-icon{border-color:#7eda99}
.main-timeline8 .timeline:nth-child(2n) .year:before{border-top-color:#92efad}
.main-timeline8 .timeline:nth-child(3n) .timeline-icon{border-color:#8a5ec1}
.main-timeline8 .timeline:nth-child(3n) .year{background:#8a5ec1}
.main-timeline8 .timeline:nth-child(3n) .year:before{border-top-color:#a381cf}
.main-timeline8 .timeline:nth-child(4n) .timeline-icon{border-color:#f98d9c}
.main-timeline8 .timeline:nth-child(4n) .year{background:#f98d9c}
.main-timeline8 .timeline:nth-child(4n) .year:before{border-top-color:#f2aab3}
@media only screen and (max-width:767px){.main-timeline8{overflow:visible}
.main-timeline8:before{top:0;left:0}
.main-timeline8 .timeline:nth-child(2),.main-timeline8 .timeline:nth-child(even),.main-timeline8 .timeline:nth-child(odd){margin:0}
.main-timeline8 .timeline{width:100%;float:none;padding:0 0 0 30px;margin-bottom:20px!important}
.main-timeline8 .timeline:last-child{margin:0!important}
.main-timeline8 .timeline-icon{right:auto;left:-14.5px}
.main-timeline8 .year{border-radius:50px 0 0 50px}
.main-timeline8 .year:before{border-left:none;border-right:35px solid transparent;left:auto;right:0}
.main-timeline8 .timeline-content{margin:0 35px 0 45px}
}


/* About */

/* about us */

.about-seg{
    background-color: rgba(0, 128, 0, 0.05);
    
}

.about_title{
    border-left: 7px solid var(--aRed);
    color: rgba(0, 0, 0, 0.30);
    font-weight: 700 !important;
    font-family: Arial;
}

.about_title2{
    color: rgba(0, 0, 0, 0.30);
    font-weight: 700 !important;
    font-family: Arial;
}

table , tr, td{
   border: 1px solid rgba(0, 0, 0, 0.37) !im portant;
   border-collapse: collapse;
   padding: 10px;
   text-align: center;
}

table{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

td:first-child{
    font-weight: bold;
}

.bod{
    background-color:   rgba(0, 128, 0, 0.05);
    
}

.about-occ{
    color: rgba(0, 0, 0, 0.55);
}

.aud_com{
    background-color: white;
    border-left: 6px solid var(--aGreen);
}


.audit-title{
    color: rgba(0, 0, 0, 0.55);

}

.profile-card {
    max-width: 250px; /* Limit maximum width */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .upper-half {
    background-color: #0A6D75;
    text-align: center;
    color: white;
  }

  .lower-half {
    background-color: #104347;
    color: white;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px ;
  }

  .profile-image {
    width: 80%; /* Responsive width */
    max-width: 200px; /* Limit maximum width */
    border-radius: 50%;
    border: 5px solid #0A6D75;
    position: relative;
    bottom: -45px;
  }

  .name {
    font-size: 1rem;
  }

  .title {
    font-size: 0.7rem;
    color: #cac8c8;
  }

  
  .quality{
    background-color: #0A6D75;
    border-radius: 10px;
    color: white; 
  }

  .cer{
    background-color: rgba(0, 128, 0, 0.05);
    padd ing: 5rem !important;
  }


/* business */

.b-items{
    background-image: linear-gradient(to bottom , #0A6D75, #044348);
    color: white;
    border-left: 5px solid #75120A;
}

.b-link1 , .b-link2{
    border: 1px solid white; 
    border-radius: 10px;

}

.b-title{
    color: #cac8c8;
    border-left: 10px solid var(--aRed);
    
}

.b-content{
    background-color: rgba(0, 128, 0, 0.05);
}

.t-menu > li.active {
    color: #008000 !important; 
	font-weight: bold;
}

.b-quotes{
    background-color: var(--aRed);
    color: white
}

.b-quotes .h3::before{
    background-image: url("../images/quote.svg");
    background-repeat: no-repeat;
    background-size: 80px 80px;
    display: inline-block;
    width: 80px; 
    height: 80px;
    content:"";
    borde r: 2px solid wheat;
    margin-bottom: -20px;   
    margin-right: -10px;
}   



@media (min-width:768px){
    .rice td>img{
        width: 15% !important; 
    }
}


.contact-title{
	color: #104347 !important;
}


