@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
	line-height: 1.5;
	font-weight: 400;
	overflow-x: hidden;
	font-family: "Montserrat", sans-serif;

}
*{
	margin:0;
	box-sizing: border-box;
}
:before,:after{
	box-sizing: border-box;
}
.container{
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
  width: 100%;
}
.container-inner{
	max-width: 1300px;
	margin:0 auto;
	padding: 0 30px;
  width: 100%;
}
.row{
	display: flex;
	flex-wrap: wrap;
}

p{
	font-size: 15px !important;
	font-weight: 500 !important;
	margin: 0;
}

a{
	text-decoration: none;
}
li{
	list-style: none;
}
ul{
	margin: 0;
	padding: 0;
}



:root{
  /* Colors */
  --text-p: #de0306;
  --text-black: #000000;
	--text-gray: #4b4b4b;
	--text-white: #ffffff;
	--text-banner:#fe7425;
	--bg-gradient:linear-gradient(271deg, rgba(255, 168, 37, 0.75) 0%, rgba(212, 26, 1, 1) 68%, rgba(119, 1, 1, 0.88) 100%);


}




.main-header{
	width: 100%;
display: flex;
    align-items: center;
}

.main-header-logo{
	width: 100%;
	float: left;
}


.main-header-logo a img{
width: 100%;
max-width: 175px;
}


.main-header-menu{
	width: 65%;
	float: left;
}

.main-header-menu ul {
display: flex;
justify-content: end;
gap: 20px;
}

.main-header-menu ul li a{
	color: var(--text-gray);
    font-size: 18px;
    font-weight: 500;
}

.main-header-icon{
	width: auto;
	float: left;
}

.main-header-icon ul{
	display: flex;
	justify-content: end;
	gap: 20px;
	align-items: center;
}



.main-header-icon ul li a{
	font-size: 22px;
}

.main-header-icon ul li a i{
	color: var(--text-black);
}

.main-header-icon ul li a.header-phone{
background-color: #fe7427;
    width: 45px;
    height: 42px;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.main-header-icon ul li a.header-phone i{
	color: var(--text-white);
}

.main-banner{
	display: flex;
	width: 100%;
	height: 620px;
	margin-top: 100px;
}

.main-baner{
	width: 100%;
}

.banner-slider .item{
	position: relative;
}

.banner-text{
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    gap: 50px;
    padding: 0px 150px;
	
}


.banner-text h3{
	line-height: 62px;
	font-size: 58px;
	font-weight: 600;
	color: var(--text-white);
	text-shadow: 0px 3px 0px #0000007d;
}
.banner-text h3 span{
	color: var(--text-banner);
	
}

.banner-text p{color: var(--text-white);font-size: 22px !important;padding: 0px 160px;}


.banner-slider .owl-nav{
    width: 100%;
    position: relative;
    justify-content: space-between;
    display: flex
;
    align-items: center;
    flex-direction: row;
    bottom: 320px;
    padding: 0px 30px;
}

.banner-slider .owl-nav button.owl-prev{
left: 0;
    position: relative;
        width: 65px;
    height: 65px;
    background: #ffffff;
}

.banner-slider .owl-nav button.owl-next{
    right: 0;
		position: relative;
        width: 65px;
    height: 65px;
    background: #ffffff;
}
.banner-slider .owl-nav button.owl-next:hover{
    background: #ffffff;
			color: var(--text-black);
}
.banner-slider .owl-nav button.owl-prev:hover{
    background: #ffffff;
		color: var(--text-black);
}



.banner-slider .owl-nav button.owl-prev::after{
position: absolute;
    content: "\F138";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 30px;
    font-weight: 600;
    background: #ffff;
    transform: rotate(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-slider .owl-nav button.owl-next::after{
position: absolute;
    content: "\F138";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 30px;
    font-weight: 600;
    background: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
}


.banner-text a{
    background: var(--bg-gradient);
    text-transform: uppercase;
    color: var(--text-white);
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border: 7px solid #ededed;
}

.about-main{
	width: 100%;
	display: flex;
	background-color: #eef8ff;
	    padding: 70px 0px;
}

.about{
	width: 100%;
	display: block;
	

}

.about-heading{
	text-align: center;
	margin-bottom: 40px;
}

.about-heading p{
font-size: 16px !important;
    color: var(--text-p);
    font-weight: 600 !important;
    text-transform: uppercase;
} 
.about-heading h2{
    font-size: 48px;
    color: var(--text-black);
    font-weight: 700;
}

.about-left-main{
	width: 55%;
	display: flex;
	padding: 0px 125px;
	position: relative;
	border-right: 3px solid #ddd;
}

.about-left{
	width: 100%;
	
}

.about-lft-inner{
	position: absolute;
	width: 215px;
	right: 65px;
	bottom: 0;

}

.about-lft-inner img{
	border: 10px solid #eef8ff;
	border-radius: 25px;
}
.about-left-main img{
	width: 100%;
	border-radius: 20px;
}


.about-right-main{
	width: 45%;
	display: flex;
	padding-left: 80px;
	padding-right: 50px;
}

.about-right{
	width: 100%;
}

.about-right-icon{
	width: 50px;
	float: left;
}

.about-right ul li{
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
}

.about-right-text h5{margin-bottom: 2px;color: var(--text-black);font-size: 18px;font-weight: 600;}

.about-right-text span{
color: var(--text-gray);
font-size: 18px;
}


.about-inner {
    display: flex;
		padding-top: 35px;
}

.button-box{
	margin-top: 30px;
	display: flex;
}
.button-box a{
	color: var(--text-white);
	background: var(--bg-gradient);
	text-transform: uppercase;
	padding: 10px 20px ;
	border: 6px solid #f1edea;
}


.scale-main{
	width: 100%;
	display: flex;
	padding: 70px 0px;
}

.scale{
	width: 100%;
	display: flex;
	align-items: center;
}


.scale-left-main{
	width: 35%;
	display: flex;
	padding-left: 115px;
	padding-right: 20px;
}

.scale-lefl{
	width: 100%;
	display: flex;
}

.scale-left h2{font-size: 50px;font-weight: 600;}


.scale-left h2 span{
color: var(--text-banner);
}


.scale-right-main{
	width: 65%;
	display: flex;
	padding-left: 50px;
	padding-right: 25px;
}

.scale-right{
	width: 100%;
	display: flex;
}

.scale-right-box {
      background-color: #fad9c8;
      padding-left: 20px;
      position: relative;
      padding-bottom: 30px;
      padding-top: 30px;
      padding-right: 15px;
      height: 332px;
}

.banner-inner{
float: left;
width: 100%;
}
.banner-inner img{

	height: 100%;
}


.scale-right-box h4{color: var(--text-black);font-size: 31px;}


.scale-right-box p{
color: var(--text-black);
font-size: 14px !important;
line-height: 24px;
font-weight: 500 !important;
}


.scale-right-box .arrow-box{
	background-color: #cd651e;
	width: 50px;
	height: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content:center ;
	font-size: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
}
a:nth-child(2) .scale-right-box {
  background: #f5e6d3;
}

a:nth-child(3) .scale-right-box {
  background: #fef5e4;
}


a:nth-child(2) .scale-right-box .arrow-box {
  background: #e4b762;
}
a:nth-child(3) .scale-right-box .arrow-box {
  background: #cfb18f;
}

.scale-right-box .arrow-box i{
    font-size: 30px;
    transform: rotate(-45deg);
    color: var(--text-white);
}

.line{
    width: 111px;
    height: 2px;
    background-color: #000000;
    display: flex
;
    margin: 20px 0px;
}






.expertise-main{
	width: 100%;
	background-image: url(../images/expertise_banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-top: 70px;
	
}

.expertise{
	width: 100%;
	padding: 0 30px;
}

.expertise-heading{
	width: 100%;
	display: flex;
	justify-content: end;
	position: relative;
	margin-bottom: 100px;
}


.expertise-heading-left{
    background: var(--bg-gradient);
    padding: 33px 58px;
    border-radius: 0px 0px 12px 0px;
    position: absolute;
    left: -56px;
    top: -70px;
}

.expertise-heading-left h4{
    font-size: 40px;
    font-weight: 600;
    color: var(--text-white);
    margin: 0;
}

.expertise--heading-right p{
	color: var(--text-gray);
}

.expertise--heading-right {
    width: 43%;
}


.expertise-boxs{
	width: 100%;
	display: flex;
	gap: 24px;
}

.expertise-boxs-inner{
	width: 16.66%;

}

.expertise-boxs-inner-contant{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.expertise-boxs-inner-img{
	width: 100%;
	height: 130px;

}
.expertise-boxs-inner-img img{
border-radius: 12px;
width: 100%;
height: 100%;
object-fit: cover;

}

.expertise-boxs-inner-contant h4{

font-size: 17px;

font-weight: 600;

margin-top: 20px;

color: var(--text-black);

padding: 0px 10px;
}



.smart-box{
	width: 100%;
	display: flex;
	justify-content: end;
	margin-top: 50px;
}

.smart-box-inner{
    width: 68%;
    background: var(--bg-gradient);
    padding: 58px 65px;
    border-radius: 24px 0px 0px 0px;
    padding-right: 40px;
}


.smart-box-heading h4{
    color: var(--text-white);
    font-size: 37px;
    margin-bottom: 44px;
    font-weight: 500;
}


.smart-box-text{
	display: flex;
	gap: 15px;
}

.smart-box-text p{
	color: var(--text-white);
	font-size: 15px !important;
}







.stats-section {
  background: #fff;
}

.stat-box {
  position: relative;
  display: block;
  padding: 20px 15px;
  z-index: 1;
}

.stat-box .blob {
       position: absolute;
    top: 53px;
    left: 140px;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.8;
}

.stat-box .blob-green {
    left: 126px;
}

.blob-yellow { background: #ffed6b; }
.blob-green { background: #b9f4df; }
.blob-blue  { background: #a8e9f8; }

.stat-number {
  font-size: 64px;
  font-weight: 800;
  color: #000;
  margin-bottom: 40px;
}

.stat-box p {
  font-size: 20px!important;
  color: #333;
  margin: 0;
  font-weight: 500 !important;
}



.stats-section-inner {
    padding: 50px 225px;
}
.box-border {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
}





.footer-main{
	width: 100%;
	float: left;
	position: relative;
	padding-top: 50px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
    background-position: right 307px;
}
.footer-main::after{
	content: "";
	width: 100%;
	height: 7px;
	background: var(--bg-gradient);
	position: absolute;
	top: 0;
	left: 0;
}

.footer{
	width: 100%;
	display: flex;
	padding-bottom: 100px;
}

.footer-left-main{
	width: 30%;
	display: flex;
}

.footer-left{
	width: 100%;
}


.footer-right-main{
	width: 70%;
	display: flex;
	padding-left: 120px;
	position: relative;
}

.footer-right-main::after{
position: absolute;
    width: 94%;
    height: 1px;
    background-color: #adadad;
    content: "";
    right: 0;
    top: 41px;
}
.footer-right{
	width: 100%;
}

.footer-left-logo{
	width: 100%;
	display: flex;
	margin-bottom: 30px;
}
.footer-left-logo img{
	width: 100%;
    max-width: 210px;
}

.footer-left p{
	font-weight: 500 !important;
}


.footer-location{
	margin-top: 60px;
	    border-bottom: 2px solid #ddd;
    padding-bottom: 35px;
}

.footer-location p{
	display: flex;
	align-items: center;
	gap: 12px;
}

.footer-location p img{ 
	max-width: 16px;
	width: 100%;
}

.footer-contact{
	display: flex;
	gap: 20px;
	margin-top: 35px;
}



.footer-contact p{
	display: flex;
	align-items: center;
	gap: 12px;
}



.footer-contact p img{ 
	max-width: 16px;
	width: 100%;
}

.footer-right-box ul li.footer-header {
color: var(--text-p);
font-weight: 600;
    margin-bottom: 35px;
    padding-bottom: 10px;
}

.footer-right-box ul li{
	margin-bottom: 6px;
}

.footer-right-box ul li a{
	font-size: 16px;
	font-weight: 500;
	color: var(--text-gray);
}

.footer-right-box{
	justify-content: space-between;
	display: flex;
	padding-left: 60px;
}

.footer-text-li {
	margin-bottom: 8px;
}
.footer-text-li a{
	color: var(--text-p) !important;
	margin-bottom: 8px;
}

.footer-inner-text{
	margin-top: 21px;
}

.lets-connect h4{
	color: var(--text-p);
	    font-weight: 600;
    font-size: 16px;
}

.lets-connect ul{
	display: flex;
	gap: 10px;
}

.lets-connect {
    margin-top: 90px;
}


.lets-connect ul li a{
	display: flex;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	color: var(--text-white);
	background-color: #000;
	justify-content: center;
	align-items: center;
}



.footer-bottom{
	background: #fff;
    display: flex;
    border-top: 1px solid #ddd;
    padding: 30px 25px;
    justify-content: space-between;
}

.footer-bottom p{
	color: var(--text-gray);
	font-size: 14px !important;
}

.policy-footer{
	display: flex;
	gap: 15px;
	align-items: center;
}

.policy-footer span{
	    width: 2px;
    background: #727272;
    height: 14px;
}
.policy-footer a{
	color: var(--text-gray);
	font-size: 14px;
}


.lets-work-main{
	width: 100%;
	background-image: url(../images/lets_work_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 69px 20px;
}

.lets-work{
	width: 50%;

}
.lets-work h2{
	letter-spacing: -3px;
	width: 100%;
	font-size: 47px;
	font-weight: 600;
	margin-bottom: 70px;
}
.lets-work a{
    border: 1.5px solid #d41d02;
    color: var(--text-p);
    font-size: 18px;
    font-weight: 600;
    padding: 13px 26px;
    border-radius: 30px;
}



.know-main{
	display: flex;
	width: 100%;
	padding: 80px 0px; 
}

.know{
	width: 100%;
	display: flex;
	align-items: center;
	
}

.know-left-main{
	width: 30%;
	display: flex;
	background-image: url(../images/know_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	align-items: center;
	height: 264px;
	
}



.know-left{
	width: 100%;
	display: flex;
	justify-content: center;
}


.know-left h4 span{
	font-weight: 400;
	color: #000000;
}


.know-left h4 {
	font-weight: 700;
	font-size: 53px;
	padding-left: 200px;
}

.know-right-main{
	width: 70%;
	display: flex;
	padding-left: 50px;
}


.know-right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.know-right-box{
	width: 50%;
	display: flex;
	position: relative;
}

.know-right-box::after{
    content: "";
    width: 8px;
    height: 82px;
    border-radius: 22px;
    position: absolute;
    left: 63px;
    top: 11px;
    background: #7c0201;
}



.know-right-box-inner{
	width: 100%;
	padding: 8px 106px;
}
.know-right-box-inner h5 {
    letter-spacing: 0px;
    font-size: 16px;
    color: var(--text-gray);
    line-height: 29px;
}

.know-right-box-inner h5 span{
	font-weight: 700;
	color: var(--text-black);
}

.know-right-box:nth-child(2)::after {
  background-color: #f5b937; 
}

.know-right-box:nth-child(3)::after {
  background-color: #dd3101; 
}




.main-driving{
	width: 100%;
	display: flex;
	padding: 70px 150px;
	background-color: #f1f1f1;
}

.driving-heading-main{
	width: 100%;
	display: flex;
	padding-bottom: 70px;
}

.driving-heading-main h2{
	color: var(--text-black);
	font-weight: 600;
	font-size: 41px;
}
.driving{
	width: 100%;
	    display: flex
;
    gap: 10px;
}

.driving-box-img{
	  width: 150px;
  height: 500px;
	background-image: url(../images/industries/biopharma/slider_card_image.jpg);
	background-size: cover;
	background-repeat: no-repeat;
  background-color: #fff;
  display: inline-block;
  transition: .5s ease-in-out;
	    border-radius: 12px;
			padding: 20px;
}

.driving-box-img:hover {
  width: 50%;
  height: 500px;
}


.driving-box-img img{
  width: 100%;
  height: 500px;
  text-align: center;
  overflow: auto;
}

.driving-box-img-st{
	  display: inline-block;
 background-image: url(../images/industries/biotech/slider_card_image.jpg);
  width: 180px;
  height: 500px;
  transition: .5s ease-in-out;
	    border-radius: 12px;
			padding: 20px;
}
.alwaysopen{
	width: 50%;
}

.driving-box-img-st:hover {
  background-color: #189fff;
  width: 50%;
  height: 500px;
}

.medical-box-img{
	background-image: url(../images/industries/medical-devices/slider_card_image.jpg);
}

.health-box-img{
	background-image: url(../images/industries/healthcare/slider_card_image.jpg);
}

.consumer-box-img{
	background-image: url(../images/industries/consumer-electronics/slider_card_image.jpg);
}

.energy-box-img{
	background-image: url(../images/industries/energy-and-utilities/slider_card_image.jpg);
}


.driving-box-img:hover .inner-itam a{
	display: block;
}

.driving-box-img:hover p{
	display: block;
}


.drivin-inner-heading{
    display: flex
;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.alwaysopen .drivin-inner-heading p{
  display: block;
}

.alwaysopen .drivin-inner-heading .inner-itam a{
  display: block;
}

.drivin-inner-heading p{
  color: var(--text-white);
  display: none;
}

.inner-itam {
    display: flex
;
    justify-content: space-between;
    align-items: center;
}

.drivin-inner-heading h4{
	font-size: 16px;
	font-weight: 600;
	color: var(--text-white);
}

.drivin-inner-heading span{
width: 40px;
height: 40px;
display: none;
border-radius: 50%;
}

.driving-box-img-st  .drivin-inner-heading span{
display: block;
}


.drivin-inner-heading span img{
	width: 100%;
	height: 100%;
}



/* header */
nav.header{
	border-bottom: 1px solid #ccc;
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: #ffffff;
}
nav.header .wrapper{
  position: relative;
  /* padding: 0px 30px; */
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
    display: inline-flex
;
    width: 80%;
    justify-content: end;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: var(--text-gray);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover{
  /* background: #3A3B3C; */
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
	color: var(--text-white);
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav.header input{
  display: none;
}

.body-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}
/* header */







.leader-top-heading{
	background: var(--bg-gradient);
	padding: 30px 120px;

}

.leader-top-heading h2{
	font-size: 36px;
	font-weight: 500;
	color: var(--text-white);
	margin: 0;
}

.leader-main{
	background-image: url(../images/leader_bg_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	display: flex;
	height: 317px;
}

.leader{
	width: 100%;
	display: flex;
	justify-content: end;
	margin-top: 85px;
}

.leader-slider-main{
	width: 70%;
	float: right;
}

.leader-slider .item img{
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: contain;
	mix-blend-mode: darken;
}

.leader-slider .item{
	background: #f6f6f6ba;
	position: relative;
}




.leader-slider .owl-nav{
    width: 100%;
    position: relative;
       justify-content: end;
    display: flex;
    align-items: center;
    flex-direction: row;
    bottom: 282px;
    padding: 0px 30px;
}

.leader-slider .owl-nav button.owl-prev{
left: 0;
    position: relative;
        width: 65px;
    height: 65px;
    background: #ffffff;
}

.leader-slider .owl-nav button.owl-next{
    right: 0;
		position: relative;
        width: 65px;
    height: 65px;
    background: #ffffff;
}
.leader-slider .owl-nav button.owl-next:hover{
    background: #ffffff;
			color: var(--text-black);
}
.leader-slider .owl-nav button.owl-prev:hover{
    background: #ffffff;
		color: var(--text-black);
}



.leader-slider .owl-nav button.owl-prev::after{
position: absolute;
    content: "\F138";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 30px;
    font-weight: 600;
    background: #ffff;
    transform: rotate(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.leader-slider .owl-nav button.owl-next::after{
position: absolute;
    content: "\F138";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 30px;
    font-weight: 600;
    background: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scale-right a:nth-child(2){
	margin-top: 100px;
}


.about-banner-page-main{
    height:  530px;
		width: 100%;
    position: relative;
		background-color: #0000005c;
		margin-top: 100px;
}

.banner .container.video-sec {
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 530px;
}

.video-sec video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}


.banner-cont {display: flex;flex-direction: column;justify-content: center;align-items: center;height: 500px;margin: auto;width: 960px;}

.banner-cont h1 span{
	 background: linear-gradient(90deg, #ffb300 0%, #e10000 100%);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 font-weight: 700;
}
.banner-cont h1 {
	letter-spacing: -2px;
	margin-bottom: 0;
	color: #fff;
	font-size: 61px;
	line-height: 60px;
	font-weight: 700;
	font-family: 'Montserrat';
	width: 100%;
}
.banner-cont h1:nth-child(2){
	padding-left: 50px;
	margin-top: 10px;
}

.banner-cont p {
    margin-bottom: 0px;
        text-align: center;
    color: #ececec;
    font-optical-sizing: auto;
    font-style: normal;
		margin-top: 50px;
}



.principles-main{
	width: 100%;
	display: flex;
	padding: 70px 0px;
	margin-bottom: 100px;
}

.principles{
	width: 100%;
}

.principles-heading{
	width: 100%;
}

.principles-heading h2{
	font-weight: 600;
	font-size: 40px;
	color: var(--text-black);
	margin-bottom: 30px;
}

.principles-heading p{
	color: var(--text-gray);
	width: 70%;
	font-weight: 500 !important;
	display: flex;
}

.principles-box-main{
	width: 100%;
	display: flex;
	margin-top: 60px;
	gap: 65px;
}


.principles-box{
	width: 25%;
	position: relative;
	padding-bottom: 50px;
	
}
.principles-box-inner{
	width: 100%;
	padding: 20px 0px;
	display: flex;
	flex-direction: column;
}

.principles-box-img img{width: auto;height: 60px;/* max-width: 65px; */}

/* .principles-box-text {
	
} */


.principles-box-text h4{
margin-top: 35px;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 40px;
		/* padding-right: 20px; */
}

.principles-box-text p{
	font-weight: 500 !important;
}


.principles-box::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 4px;
	height: 7px;
	border-radius: 20px;
	width: 67px;
	background-color: #ff7a5a;
}

.principles-box:nth-child(2)::after {
  background-color: #26c9d6; 
}


.principles-box:nth-child(3)::after {
  background-color: #ffb85f; 
}


.principles-box:nth-child(4)::after {
  background-color: #462066; 
}




.trusted-clients-main{
	width: 100%;
	background: var(--bg-gradient);
	padding-top: 70px;
	padding-bottom: 120px;
	display: flex;
	margin-bottom: 200px;
	position: relative;
}

.trusted-clients{
	display: flex;
	padding: 0px 50px;
	gap: 55px;
}


.trusted-clients-left-main{
	width: 60%;
	display: flex;
	
}

.trusted-clients-right-main{
	width: 40%;
	display: flex;
	padding: 0px 25px;
}

.trusted-clients-left-text{
	width: 80%;
	padding-right: 60px;

}



.trusted-clients-left-text h4{
	color: var(--text-white);
	margin-bottom: 55px;
	font-weight: 600;
	font-size: 40px;
	padding-right: 0px;
}
.trusted-clients-left-text p{
	line-height: 31px;
	color: var(--text-white);
}

.trusted-clients-left-text span{
    color: #ffff;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
		font-size: 16px;
font-weight: 600;
}


.trusted-clients-left-ul{
	width: 30%;
}

.trusted-clients-left-ul ul{
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.trusted-clients-left-ul ul li{
text-align: center;
}

.trusted-clients-left-ul ul li h4{
	color: var(--text-white);
	text-align: center;
	    font-weight: 700;
    font-size: 36px;
		margin-bottom: 0;

}

.trusted-clients-left-ul ul li p{
	color: var(--text-white);
	margin-top: -1px;
}

.trusted-clients-left-ul ul li span{
    color: #d2c2c2;
    font-size: 14px;
    font-weight: 500;
}


.trusted-clients-right-main img{
	width: 100%;
	margin-top: -126px;
}


.client-mix-box{
	display: flex;
	align-items: center;
	justify-content: end;
	width: 100%;
	height: 365px;
	border-radius: 200px;
	background: #f1f1f1;
	padding: 20px;
	position: absolute;
	left: -950px;
	bottom: -180px;
}

.client-mix-box-inner h4{
	width: 35%;
	color: var(--text-black);
	font-size: 28px;
	font-weight: 600;
	margin: 0;
}

.client-mix-box-inner img{
	width: 100%;
	max-width: 300px;
}

.client-mix-box-inner {
    display: flex
;
    align-items: center;
    width: 500px;
    justify-content: space-between;
}





.founder-main{
	width: 100%;
	display: flex;
	padding: 0px 55px;
	margin-bottom: 100px;
}

.founder{
	padding-right: 107px;
	width: 100%;
	display: flex;
	gap: 150px;
}

.founder-left-main{
	width: 50%;
	display: flex;
	position: relative;
}
.founder-left{
	width: 100%;
}
.founder-left-main:nth-child(1)::after {
    right: -75px;
    bottom: 0;
    height: 69%;
    width: 1px;
    background-color: #616161;
    position: absolute;
    content: "";
		z-index: -1;
}

.founder-left-main:nth-child(1)::before {
      right: -78px;
    bottom: 0;
    height: 30%;
    width: 8px;
    background-color: #bb1414;
    position: absolute;
    content: "";
}


.founder-left-heading p{
	color: #919191;
	font-size: 21px !important;
}

.founder-left-heading h2{
	color: var(--text-black);
	font-size: 40px;
	font-weight: 600;
}

.founder-left-img{
	display: flex;
	gap: 30px;
	    align-items: end;
			margin-top: 60px;
	
}
.founder-left-box-img-after{
	position: absolute;
	right: -22px;
    top: 36px;

}

.founder-left-box-img-after img{
	width: 100%;
	max-width: 60px;
}
.founder-left-box-img{
	position: relative;
}
.founder-left-box-img img{
	width: 100%;
}

.founder-left-img-text h4{
color: var(--text-black);
font-size: 24px;
font-weight: 600;
}

.founder-left-img-text p{
	color: #303030;
	font-size: 18px !important;
}

.founder-left-text p{
	font-weight: 500;
	letter-spacing: -2px;
	margin-top: 15px;
	font-size: 23px !important;
}

.founder-left-text {
    margin-top: 50px;
}

.founder-left-heading {
    border-bottom: 1px solid #000000dd;
    padding-bottom: 25px;
}




.different-main{
  width: 100%;
  display: flex;
  background-color: #edf1fc;
  padding: 70px 0px;
}


.different{
  width: 100%;
  display: flex;
}


.different-left-main{
  width: 40%;
  display: flex;
}

.different-left{
  width: 100%;
  padding-left: 50px;
}

.different-left h2{
color: var(--text-black);
    font-size: 36px;
    font-weight: 700;
margin-bottom: 30px;
}


.different-left h6{
    color: var(--text-black);
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 31px;
}


.different-left span{
      display: block;
    margin: 30px 0px;
    color: var(--text-p);
    font-weight: 600;
    font-size: 17px;
}


.different-left p{
  color: var(--text-black);
  font-size: 22px !important;
    font-weight: 600 !important;
}

.different-left ul{
  margin-top: 30px;
  list-style: disc !important;
  padding-left: 15px;
}

.different-left ul li{
  color: #4b4b4b;
  font-size: 16px;
list-style: disc !important;
    margin-bottom: 8px;
    font-weight: 500;
}

.different-left ul li::marker {
  color: var(--text-p); 
  font-size: 22px;
}



.different-right-main{
  width: 60%;
  display: flex;
}

.different-right{
  width: 100%;
  display: flex;
  padding-left: 80px;
  gap: 30px;
}



.different-right-inner-img-main{
  width: 50%;
}

.different-right-inner-img{
  width: 100%;
  display: flex;
  /* padding: 20px 15px; */
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.different-right-inner-img::after{
  contain: "";
  width: 50px;
  height: 50px;
  background-color: var(--text-p);
  position: absolute;
  left: 0;
  bottom: 0;
    
}

/* .different-right-inner-img::after{
  width: 50px;
  height: 50px;
  content: "";
  border-radius: 12px;
  background-color: var(--text-p);
  position: absolute;
  left: 0;
  bottom: 0;
  color: var(--text-white);

} */
.different-right-inner-img span i{
  font-size: 22px;
}

.different-right-inner-img img{
  width: 100%;
  border-radius: 20px;
 
}

.left-arrow {
    position: absolute;
    /* left: 0; */
  bottom: -6px;
    left: -6px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background: var(--text-p);
    border-radius: 10px;
    text-align: center;
    /* overflow: hidden; */
}

.left-arrow i{
     font-size: 30px;
    color: #ffffff;
    margin-bottom: 5px;
}



.different-right-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
padding-left: 40px;
padding-top: 50px;
padding-right: 65px;
}
.different-right-text h3{font-size: 26px;color: var(--text-black);font-weight: 600;margin-bottom: 30px;}



.different-right-inner-img p{
     line-height: 24px;
     color: var(--text-black);
}


.prompt-main{
  padding: 70px 0px;
  display: flex;
}
.prompt{
  width: 100%;
  text-align: center;
}

.prompt p{
 color: #000000;
 font-size: 22px;
}


.prompt h2{
padding: 40px 240px;
    color: #000000;
    font-weight: 800;
    font-size: 65px;
    margin: 0;
  
}

.prompt a{
  margin-top: 10px;
  display: inline-block;
 color: var(--text-white);
 background-color: #000000;
 font-weight: 600 !important;
 border-radius: 30px;
 font-size: 16px;
 padding: 10px 20px;
}
/* 
.text-run {
    width: 100%;
    float: left;
    margin: 100px 0px;
}

.scroll-line {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    width: 100%;
    float: left;
}

.scroll-text {
    display: inline-block;
    font-size: 90px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px #afafaf;
    animation: scroll-left 18s 
linear infinite;
}
.scroll-text span {
    line-height: 113px;
    color: black;
    -webkit-text-stroke: 0;
} */

.scroll-text {
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px 0;
  background: #fff;
  margin-bottom: 0px;
}

.scroll-text p {
  display: inline-block;
  font-size: 30px !important;
  font-weight: 600 !important;
  color: #000;
  animation: scroll-left 15s linear infinite;
}

  .scroll-text span {
  background: linear-gradient(90deg, #ff9500, #ff4500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}



.quality-management-main{
  width: 100%;
  display: flex;
  background-image: url(../images/quality-management/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 435px;
  margin-top: 100px;
}

.quality-management {
  width: 100%;
  padding-left: 70px;
  height: 100%;
  display: flex;
  align-items: start;
     flex-direction: column;
    justify-content: center;
}

.quality-management h2{
font-size: 40px;
font-weight: 700;
}

.quality-management p{
  width: 500px;
      margin-top: 40px;
    margin-bottom: 65px;

}

.quality-management a{
 background: var(--bg-gradient);
    padding: 15px 35px;
    color: var(--text-white);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 35px;
        border: 10px solid #e8c3ad;
}


.clientes-served-main{
  width: 100%;
  display: flex;
  padding: 70px 0px 0px;
}

.clientes-served{
  width: 100%;
}

.clientes-served-top-img{
  width: 100%;
  text-align: center;
      padding: 30px 400px;
}

.clientes-served-top-img img{
  width: 100%;
}

.clientes-served-top-img h2{
  font-size: 48px;
  font-weight: 700;
      margin-top: 50px;
    margin-bottom: 20px;
}

.clientes-served-top-img p{
  padding: 30px;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.clients-img-inner-page{
  width: 100%;
  display: flex;
}
.clients-img-contanat{
  width: 75%;
  margin: auto;
}




.clients-img-inner .item img{
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: contain;
	mix-blend-mode: color-burn;
}

.clients-img-inner .item{
	position: relative;
}




.clients-img-inner .owl-nav{
    width: 100%;
    position: relative;
       justify-content: space-between;
    display: flex;
    align-items: center;
    flex-direction: row;
    bottom: 124px;
    padding: 0px 30px;
}

.clients-img-inner .owl-nav button.owl-prev{
left: -155px;
    position: relative;
        width: 80px;
    height: 50px;
    background: #ffffff;
        box-shadow: 0px 0px 4px #dddd;
        border-radius: 30px;
}

.clients-img-inner .owl-nav button.owl-next{
    right: -155px;
		position: relative;
        width: 80px;
    height: 50px;
    background: #ffffff;
        box-shadow: 0px 0px 4px #dddd;
        border-radius: 30px;
}
.clients-img-inner .owl-nav button.owl-next:hover{
    background: #ffffff;
			color: var(--text-black);
}
.clients-img-inner .owl-nav button.owl-prev:hover{
    background: #ffffff;
		color: var(--text-black);
}



.clients-img-inner .owl-nav button.owl-prev::after{
position: absolute;
    content: "\F138";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 600;
    background: #ffff;
    transform: rotate(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

.clients-img-inner .owl-nav button.owl-next::after{
position: absolute;
    content: "\F138";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 600;
    background: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}


.clients-img-inner .owl-dots{
  position: relative;
      bottom: 60px;
}

.clients-img-inner.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #fe7427 !important;
}



.offering-box-main{
  width: 100%;
  display: flex;
 padding-bottom: 70px;
 padding-left: 60px;
 padding-right: 60px;
 background-image: url(../images/quality-management/offering_bg.png);
 background-position: bottom;
 background-repeat: no-repeat;
 background-size: cover;
 height: 665px;
}

.offering-box{
  width: 100%;
}
.offering-box-heading{
  width: 100%;
  display: flex;
      justify-content: center;

}

.offering-box-heading h2{
  text-align: center;
  font-weight: 700;
  font-size: 42px;
  padding-bottom: 50px;
}


.offering-box-inner-contant-main{
  width: 100%;
  display: flex;
  gap: 85px;
}

.offering-box-inner-contant{
  width: 33.33%;
  display: flex;
}

.offering-box-inner-systems{
  width: 100%;

}

.offering-box-inner-systems-img{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.offering-box-inner-systems-img img{width: 80%;max-width: 80px;}

.offering-box-inner-systems-img h4{
font-size: 28px;
font-weight: 600;
margin: 0;
}



.offering-box-inner-systems-text{
  width: 100%;
  margin-top: 30px;

}


.engineers-main{
  display: flex;
  width: 100%;
  background-color: #fafafa;

}
.engineers{
     width: 100%;
    border: 40px solid #ffffff;
    border-radius: 40px;
    background-color: #ffffff;
    position: relative;
}
.engineers img{
  width: 100%;
  border-radius: 40px;
}

.engineers::after{position: absolute;content: "";height: 149px;width: 2px;background-color: var(--text-p);left: 50%;bottom: -85px;display: none;}

.engineers-text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /* transform: translate(38%, 38%); */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.engineers-text h4{
  text-align: center;
  color: var(--text-white);
  font-weight: 600;
  font-size: 42px;
  margin-bottom: 40px;
}

.engineers-text a{
    background: var(--bg-gradient);
    color: var(--text-white);
    border-radius: 46px;
    border: 10px solid #e8c3ad;
    width: 300px;
    height: 75px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 28px;
}



.management-main{
  width: 100%;
  height: 815px;
  background-image: url(../images/quality-management/management.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  padding: 70px 0px;
}
.management-left{
  width: 40%;
  display: flex;
}

.management-right-main{
  width: 60%;
  display: flex;
}
.management-right{
  width: 100%;
}

.management-right-heading{
  width: 100%;
  margin-bottom:40px;
}
.management-right-heading h2{
  font-weight: 600;
  font-size: 42px;
  color: #000;
}

.management-right-heading h2 span{
  color: var(--text-p);
}

.management-right-slider-main{
  width: 100%;
}

.management-right-slider-main .management-slider .item{
    padding: 54px 25px;
    border: 1px solid var(--text-p);
    border-radius: 30px;
    width: 297px;
    background: #ffff;
    box-shadow: 0px 0 5px #c3c3c3;
    height: 450px;
}
.management-right-slider-main h4{
  font-weight: 600;
  font-size: 28px;
  color: #000;
  margin-bottom: 40px;
}
















.management-slider .owl-nav{
 width: 79%;
    position: relative;
    justify-content: end;
    display: flex
;
    align-items: center;
    flex-direction: row;
    bottom: 636px;
    padding: 0px 30px;
}

.management-slider .owl-nav button.owl-prev{
    left: 119px;
    position: relative;
    width: 80px;
    height: 50px;
    background: #ffffff;
    box-shadow: 0px 0px 4px #dddd;
    border-radius: 30px;
}

.management-slider .owl-nav button.owl-next{
    right: -155px;
		position: relative;
        width: 80px;
    height: 50px;
    background: #ffffff;
        box-shadow: 0px 0px 4px #dddd;
        border-radius: 30px;
}
.management-slider .owl-nav button.owl-next:hover{
    background: #ffffff;
			color: var(--text-black);
}
.management-slider .owl-nav button.owl-prev:hover{
    background: #ffffff;
		color: var(--text-black);
}



.management-slider .owl-nav button.owl-prev::after{
position: absolute;
    content: "\F138";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 600;
    background: #ffff;
    transform: rotate(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

.management-slider .owl-nav button.owl-next::after{
position: absolute;
    content: "\F138";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 600;
    background: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}



.delivered-main{
   background-color: #f8f8f8;
   width: 100%;
   background-image: url(../images/quality-management/solution.png);
   background-repeat: no-repeat;
   background-size: 113%;
   padding: 70px 0px;
   background-position-x: center;
}


.delivered-heading{
  width: 100%;
  display: flex;
  justify-content: center;
 height: 430px;
}

.delivered{
  width: 100%;
}
.delivered-heading h2{
  font-size: 42px;
  font-weight: 600;
  color: #000000;
}


.delivered-slider .item{
    min-height: inherit;
    margin: 5px;
    background-color: var(--text-white);

    padding:25px 35px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    padding: 0px 0px;
}

.delivered-slider .owl-item .item {
      background: #bd0503;
          box-shadow: 0 0 10px #bcbcbc91;
          border-radius: 12px;
}


.delivered-slider .owl-item:nth-child(odd) .item{
  background: #ffffff;
}

.delivered-slider .owl-item:nth-child(odd) .item .delivered-slider-box h4{
  color: #000000;
}

.delivered-slider .owl-item:nth-child(odd) .item .delivered-slider-box p{
  color: #000000;
}

.delivered-slider .owl-item:nth-child(even) .item .delivered-slider-box .delivered-logo-border img{
  filter: invert(1);
}
.delivered-slider .owl-stage{
      padding: 40px 0px;
      padding-bottom: 0;
      margin: 0 auto;
}
.delivered-slider .owl-item.active.center {
    transform: scale(1.4);
    position: relative;
    z-index: 9;
    background: red;
}

.delivered-slider-box{
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  padding: 25px 15px;
  height: 235px;
}
.delivered-slider-fix .delivered-slider-box{
  height: 400px;
}


.delivered-slider-box-inner{

  height: 60px;
  border-radius: 50%;
}
.delivered-slider-box-inner img {
  width: 100%;
  height: 100%;
  /* border-radius: 50%; */
}

.logo-inner {
  width: 150px;
  height: 150px;
  background-color: white;  
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 10px solid red;     
}

.delivered-slider-box h4{
  color:#ffff;
  font-size: 20px !important;
  font-weight: 600;
  text-align: center;
  padding: 0px 15px;
}
.delivered-slider-box p{
 color: #ffffff;
padding: 0px 20px;
    text-align: center;
}

.delivered-slider-box a {
  color: var(--text-gray);
  text-decoration: underline !important;
  font-size: 15px ;
  display: inline-block;
  margin-top: 10px;
}

.delivered-slider .owl-item.active.center .delivered-slider-box a{
  color: var(--text-white);
       font-size: 12px !important;

}

.delivered-slider .owl-item.active.center .delivered-slider-box p{
  color: var(--text-white);
      font-size: 12px !important;
}


.delivered-slider .owl-item.active.center .delivered-slider-box h4{
   color: var(--text-white);
  font-size: 18px;
  font-weight: 500;
}



.testing-validation-top-banner{
  width: 100%;
  display: flex;
  background-image: url(../images/expertise/quality-management/testing-validation/banner.jpg);
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
}

.testing-validation-top{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}


.testing-validation-top h2{
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 25px;
}

.testing-validation-top p{
  color: var(--text-gray);
  line-height: 30px;
  width: 600px;
}



.computer-validation-top-banner{
  width: 100%;
  display: flex;
  background-image: url(../images/expertise/quality-management/computer-systems-validation/banner.jpg);
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
}

.computer-validation-top{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}


.computer-validation-top h2{
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 25px;
}

.computer-validation-top p{
  color: var(--text-gray);
  line-height: 30px;
  width: 600px;
}



.analytical-top-banner{
  width: 100%;
  display: flex;
  background-image: url(../images/expertise/quality-management/analytical-stability-testing/banner.png);
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
}

.analytical-top{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}


.analytical-top h2{
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 25px;
}

.analytical-top p{
  color: var(--text-gray);
  line-height: 30px;
  width: 600px;
}


 .delivered-slider.owl-theme .owl-dots .owl-dot span{
  background: transparent !important;
      font-size: 19px;
 }

 .stability-bottom-banner{
  width: 100%;
  display: flex;
 }

.stability-bottom-left{
  width: 20%;
  display: flex;
}

.stability-bottom-right{
    width: 80%;
    background: var(--bg-gradient);
    padding-left: 65px;
    padding-right: 124px;
    padding-top: 65px;
    border-radius: 0px 0px 0px 50px;

}

.stability-bottom p{
  color: var(--text-white);
  font-size: 18px !important;
  margin-bottom: 40px;
}



 



 .delivered-slider .owl-nav{
width: 100%;
    position: relative;
    justify-content: center;
    display: flex
;
    align-items: center;
    flex-direction: row;
    bottom: -15px;
    z-index: -1;
    padding: 0px 30px;
}

 .delivered-slider .owl-nav button.owl-prev{
    left: -0px;
    position: relative;
    width: auto;
    height: auto;
    background: #ffffff00;
    border-radius: 30px;
}

 .delivered-slider .owl-nav button.owl-next{
    right: -0px;
		position: relative;
        width: auto;
    height: auto;
    background: #ffffff00;
        border-radius: 30px;
}
 .delivered-slider .owl-nav button.owl-next:hover{
    background: #ffffff00;
			color: var(--text-black);
}
 .delivered-slider .owl-nav button.owl-prev:hover{
    background: #ffffff00;
		color: var(--text-black);
}



 .delivered-slider .owl-nav button.owl-prev::after{
position: absolute;
    /* content: "\F138"; */
    content: "";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 600;
    background: #ffffff00;
    transform: rotate(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

 .delivered-slider .owl-nav button.owl-next::after{
position: absolute;
    /* content: "\F138"; */
    content: "";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 600;
    background: #ffffff00;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}


.delivered-slider .owl-nav button.owl-prev span {
    font-size: 40px;
        color: #bd0503;
}

.delivered-slider .owl-nav button.owl-next span {
    font-size: 40px;
        color: #bd0503;
}



.key-use-cases-main{
width: 100%;
    display: flex;
 padding: 70px 60px;
    background-image: url(../images/quality-management/offering_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 665px;
    margin-top: 50px;
}

.key-use-cases{
  width: 100%;
}

.key-use-cases-heading{
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}
.key-use-cases-heading h2{
  font-size: 36px;
  font-weight: 700;
  color: var(--text-black);
}






.key-use-cases-slider .owl-nav{
    width: 100%;
    position: relative;
    justify-content: end;
    display: flex
;
    align-items: center;
    flex-direction: row;
    bottom: 490px;
    padding: 0px 30px;
}

.key-use-cases-slider .owl-nav button.owl-prev{
    left: 0;
    position: relative;
    width: 80px;
    height: 50px;
    background: #ffffff;
    box-shadow: 0px 0px 4px #dddd;
    border-radius: 30px;
}

.key-use-cases-slider .owl-nav button.owl-next{
    right: 0;
		position: relative;
        width: 80px;
    height: 50px;
    background: #ffffff;
        box-shadow: 0px 0px 4px #dddd;
        border-radius: 30px;
}
.key-use-cases-slider .owl-nav button.owl-next:hover{
    background: #ffffff;
			color: var(--text-black);
}
.key-use-cases-slider .owl-nav button.owl-prev:hover{
    background: #ffffff;
		color: var(--text-black);
}



.key-use-cases-slider .owl-nav button.owl-prev::after{
position: absolute;
    content: "\F138";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 600;
    background: #ffff;
    transform: rotate(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

.key-use-cases-slider .owl-nav button.owl-next::after{
position: absolute;
    content: "\F138";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 600;
    background: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}





.key-use-cases-slider .item {
      padding: 30px 25px;
    border: 1px solid var(--text-p);
    border-radius: 30px;
    background: #ffff;
    box-shadow: 0px 0 5px #c3c3c3;
    height: 390px;
}

.key-use-cases-slider h4 {
    font-weight: 600;
    font-size: 28px;
    color: #000;
    margin-bottom: 30px;
}

.key-use-cases-slider img{
  width: 100%;
  max-width: 40px;
  margin-bottom: 45px;
}



.main-steps{
  width: 100%;
  display: flex;
  background-color: #000000;
  height: 755px;
  align-items: center;
}


.step-hash-slider .owl-item{
  padding: 50px 0px;
}



 .step .item {
      height: 361px;
      color: #fff;
      font-size: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
   /* .step .item1 { background: #ff4747; }
   .step .item2 { background: #ffb347; }
   .step .item3 { background: #47bfff; } */
   .step .owl-dots {
      text-align: center;
      margin-top: 15px;
      display: none;
    }
   .step .owl-dot span {
      width: 15px;
      height: 15px;
      background: #ccc;
      display: inline-block;
      margin: 5px;
      border-radius: 50%;
      transition: all 0.3s;
    }
   .step .owl-dot.active span {
      background: #ff4747;
    }



    .step-inner-containt-main{
      width: 100%;
      display: flex;
          justify-content: space-between;
          align-items: center;
          display: flex;
    
    }

    .stap-h{
       position: absolute;
       left: 461px;
       top: 38px;
    }


   .stap-h label {
    font-weight: 700;
    font-size: 240px;
    color: #bb1414;
}

    .step-inner-containt-left {
      width: 42%;
      display: flex;
    }

      .step-inner-containt-left img{
     width: 100%;
     border-radius: 20px;
    }
    .step-inner-containt-right h4{
      font-size: 24px;
      font-weight: 600;
      color: #ffffff;
      margin-bottom: 30px;
    }

    .step-inner-containt-right p{
    color: #ffffff;
    font-size: 20px !important;

}
    .step-inner-containt-right {
    width: 31%;
    padding-right: 85px;
    position: relative;
    z-index: 1;
}

.step-hash-button{
  display: flex;
}

.step-hash-button {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0px 60px;
    margin-top: 80px !important;
}

.step-hash-button{
  position: relative;
}

.step-innr-button a{
    width: 40px;
    height: 25px;
    border:1px solid #e10000;
    border-radius: 30px;
    float: left;
}
.step-innr-button span{
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

.step-innr-button {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    position: relative;
    align-items: center;
}
.step-innr-button::after{
    width: 107px;
    height: 1px;
    background-color: #e10000;
    position: absolute;
    right: -106px;
    content: "";
    top: 12px;
}

.step-innr-button:last-child::after{
  display: none;
}

.engagement-main{
  width: 100%;
  display: flex;
  margin-top: 50px;


}

.engagement{
  width: 100%;
    background-image: url(../images/expertise/quality-management/analytical-stability-testing/engagement.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px;  
  border-radius: 12px;
}

.engagement-inner{
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px;
}

.engagement-inner h2{
  font-size: 42px;
  font-weight: 600;
  text-align: center;
}

.engagement ul{
  display: flex;
  flex-direction: column;
}

.engagement ul li{
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 30px;
  align-items: flex-start;

  
}

.engagement ul li .engagement-inner-ul-img{
    width: 80px;
    display: flex
;
    justify-content: center;
    height: 70px;
    align-items: center;

}

.engagement ul li .engagement-inner-ul-img img{
width: 100%;
}

.engagement ul li .engagement-inner-ul-text h4{
color: #000;
font-size: 24px;
font-weight: 600;
margin-bottom: 10px;
}

.engagement ul li .engagement-inner-ul-text p{
  color: var(--text-gray);
  
}


.project-main{
  width: 100%;
  display: flex;
  background: var(--bg-gradient);
  padding: 80px 30px;
  margin-top: 80px;
}



.project{
  width: 100%;
}

.project-header{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.project-header h2{
  color: #ffffff;
  width: 40%;
  font-size: 40px;
  font-weight: 700;
}


.project-header-tak{
  display: flex;
  gap: 10px;
}
.project-header-tak a{
font-size: 18px;
    color: #ffffff;
    padding: 10px 26px;
    background-color: #000000;
    border-radius: 30px;
    font-weight: 500;
  
}

.project-header-tak a i{
  color: #ffffff;
  font-size: 20px;
  transform: rotate(45deg);
}

.project-box-main{
  width: 100%;
  display: flex;
  margin-top: 80px;
  gap: 40px;
}

.project-box-inner-main{
  width: 25%;
  display: flex;
}

.project-box{
width: 100%;
border-top: 1px solid #ffffff; 

}

.project-box h4{
font-size: 24px;
color: #ffffff;
padding-top: 40px;
font-weight: 600;
margin-bottom: 20px;
}

.project-box p{
color: #ffffff;
padding-right: 25px;

}




.faq-section {
  padding: 80px 40px;
  background: #fff;
  width: 100%;
  background-image: url(../images/expertise/quality-management/analytical-stability-testing/faq.png);
  background-repeat: no-repeat;
}


.faq-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 40px;
}

.faq-box {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Question */
.faq-question {
  padding: 18px 24px;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 24px;
  color: #c62828;
  transition: transform 0.3s ease;
}

/* Active state */
.faq-box.active .faq-question {
  color: #c62828;
  /* border-left: 4px solid #c62828; */
  background: #fff5f5;
}

.faq-box.active .faq-question::after {
  content: "−";
}

/* Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  padding: 0 24px;
  background: #fff;
}

.faq-answer p {
  margin: 0;
  padding: 15px 0 20px;
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

/* Show answer when active */
.faq-box.active .faq-answer {
  max-height: 300px;
 padding: 25px;
 font-size: 16px;
 color: var(--text-gray);
}


.inner-faq{
  padding: 0px 40px;
}


.delivered-slider .owl-dots{
  width: auto;
  margin: auto;
}

.delivered-slider .owl-dots .owl-dot.active
 {
    color: #bd0503;
    font-weight: 600;
}



.device-engineering-main{
  width: 100%;
  background-image: url(../images/device-engineering/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  margin-top: 100px;
}

.device-engineering{
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding-bottom: 50px;
    position: relative;
}

.device-engineering::after{
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  height: 100px;
  width: 2px;
  background-color: #c20003;
}

.device-engineering h2{
  color: var(--text-white);
      font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
}


.device-engineering p{
     color: var(--text-white);
    width: 800px;
    font-size: 18px !important;
    line-height: 32px;

}

.device-engineering-bottom-main{
  width: 100%;
  display: flex;
}

.device-engineering-bottom{
    width: 100%;
    text-align: center;
    padding: 80px 60px;
}

.device-engineering-bottom p{
     color: var(--text-gray);
    font-size: 18px !important;
    line-height: 32px;

}


.business-transformation-main{
  width: 100%;
  background-image: url(../images/business-transformation/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  margin-top: 100px;
}

.business-transformation{
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding-bottom: 50px;
    position: relative;
}

.business-transformation::after{
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  height: 100px;
  width: 2px;
  background-color: #c20003;
}

.business-transformation h2{
  color: var(--text-white);
      font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
}


.business-transformation p{
     color: var(--text-white);
    width: 800px;
    font-size: 18px !important;
    line-height: 32px;

}

.business-transformation-bottom-main{
  width: 100%;
  display: flex;
}

.business-transformation-bottom{
    width: 100%;
    text-align: center;
    padding: 80px 60px;
}

.business-transformation-bottom p{
     color: var(--text-gray);
    font-size: 18px !important;
    line-height: 32px;

}




.communication-main{
  width: 100%;
  background-image: url(../images/communication-devices/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  position: relative;
  margin-top: 100px;
  z-index: 1;
}

/* .communication-main::after{
  z-index: -1;
  position: absolute;
  content: "";
background: linear-gradient(120deg, rgba(199, 27, 31, 0.95), rgba(247, 148, 29, 0.85), rgba(247, 148, 29, 0));


  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
} */

.public-sector-device{
  background-image: url(../images/domains/embedded/public-sector-devices.jpg);
}
.industrial-electronics-main{
  background-image: url(../images/domains/embedded/industrial-electronics.jpg);
}
.medical-devices-main{
  background-image: url(../images/domains/embedded/medical-devices.jpg);
}

.consumer-devices-main{
  background-image: url(../images/domains/embedded/consumer-devices.jpg);
}

.communication{
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding-bottom: 50px;
    position: relative;
}

.communication::after{
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  height: 100px;
  width: 2px;
  background-color: #c20003;
}

.communication h2{
  color: var(--text-white);
      font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
}


.communication p{
     color: var(--text-white);
    width: 800px;
    font-size: 18px !important;
    line-height: 32px;

}

.communication-bottom-main{
  width: 100%;
  display: flex;
}

.communication-bottom{
    width: 100%;
    text-align: center;
    padding: 80px 60px;
}

.communication-bottom p{
     color: var(--text-gray);
    font-size: 18px !important;
    line-height: 32px;

}


.our-offerings-main{
  width: 100%;
  display: flex;
  background-image: url(../images/communication-devices/our-offerins-bg.png);
  background-repeat: no-repeat;
  background-size: cover;

  padding: 70px 0;

}


.our-offerings{
  width: 100%;
  display: flex;
  
}

.our-offerings-left-main{
  width: 55%;
  display: flex;
  padding-right: 100px;
}

.our-offerings-left{
  width: 100%;
}


.our-offerings-left-heading {
  width: 100%;
  margin-bottom: 100px;
}

.our-offerings-left-heading h2{
  font-weight: 700;
  font-size: 36px;
  color: var(--text-black);
  margin-bottom: 25px;
}

.our-offerings-left-heading p{
  color: var(--text-black);
  padding-right: 80px;
  
}


.our-offerings-right-main{
  width: 45%;
  display: flex;
}

.our-offerings-right{
  width: 100%;
}

.our-offerings-right-box{
  width: 100%;
  margin-bottom: 40px;
}

.our-offerings-right-box h4{
  font-size: 24px;
  font-weight: 600;
  color: var(--text-black);
  margin-bottom: 10px;
}

.our-offerings-right-box p{
  color: var(--text-black);
}



.our-offerings-left-img {
    border-radius: 0px 0px 176px 0px;
    background: #e10000;
    height: 266px;
    padding-right: 5px;
}

.our-offerings-left-img img {
    width: 100%;
    border-radius: 0px 0px 176px 0px;
    margin-top: -15px;
    margin-left: -15px;
}


.specialize-main{
  width: 100%;
  display: flex;
  padding: 70px 0px;
}

.specialize{
  width: 100%;
}

.specialize-heading{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.specialize-heading h2{
  font-size: 42px;
  font-weight: 700;
  color: var(--text-black);
}


.specialize-box-main{
    width: 100%;
    display: flex
;
    gap: 72px;
    flex-wrap: wrap;
}

.specialize-box-inner-main{
    width: 47%;
    display: flex
;
    border-top: 2px solid #ddd;
    padding-top: 50px;

}

.specialize-box-inner{
  width: 100%;
  display: flex;
}
.specialize-box-inner-text{
  width: 62%;
  padding-right: 35px;
  
}

.specialize-box-inner-text ul{
  margin-top: 20px;
}

.specialize-box-inner-text p{
    margin-top: 20px;
      color: #000;
}

.specialize-box-inner-text ul li{
  margin-bottom: 10px;
  color: #000;
  list-style: dots;
}

.specialize-box-inner-text h4{
  font-size: 24px;
  font-weight: 600;
  color: #000;
  padding-left: 15px;
  position: relative;
}
.specialize-box-inner-text h4::after{
  content: "";
  position: absolute;
  left: -15px;
  top: 4px;
  background-color: #e10000;
  width: 10px;
  height: 85%;
}
.specialize-box-inner-img{
  width: 38%;
}

.specialize-box-inner-img img{
  width: 100%;
}















.query-section {
 width: 100%;
 display: flex;
 padding-top: 80px;
}

.query-left {
  flex: 1;
  max-width: 60%;
  margin-bottom: 90px;
  padding-right: 70px;
}

.query-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.query-list {
  border-top: 2px solid #ddd;
}

.query-box {
  border-bottom: 2px solid #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.query-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.query-arrow i{
  color: #e10000;
  font-size: 32px;
  transition: transform 0.3s ease;
}

.query-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  color: #555;
}

.query-body p {
  padding-bottom: 15px;
}

.query-box.active .query-body {
  max-height: 200px;
}

.query-box.active .query-arrow {
  transform: rotate(90deg);
}

.query-right img {
  width: 420px;
  object-fit: cover;

}

.query-inner{
 display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  position: relative;
}

@media (max-width: 900px) {
  .query-section {
    flex-direction: column;
  }
  .query-right img {
    width: 100%;
    margin-right: -85px;

  }
}


.query-right {
    /* position: absolute; */
   position: relative;

}

.query-right::after{
    right: 60px;
    background-color: #edecec;
    content: "";
    width: 100%;
    bottom: 0;
    height: 500px;
    position: absolute;
    z-index: -1;
}


.query-right img{
    /* position: absolute; */
    margin-right: -85px;
    margin-top: 43px;
}

.query-head span {
    font-weight: 600;
    font-size: 18px;
}




.case-studies-main{
  width: 100%;
  display: flex;
  background-color: #eef2fa;
  padding: 70px 0px 0px 0px;
}

.case-studies{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.case-studies-left-main{
  width: 30%;
  display: flex;
}

.case-studies-left{
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 500px;
  justify-content: space-between;
}
.case-studies-left-top-taxt h4 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 80px;
}

.case-studies-left-button-tak a i{
  padding-left: 5px;
    font-weight: 600;
}
.case-studies-left-button-tak a {
    font-size: 17px;
    color: #ffffff;
    background: #bd0503;
    padding: 12px 18px;
    border-radius: 50px;
    font-weight: 500;
    display: inline-block;
    line-height: 0px;
}
.case-studies-right-main{
  width: 70%;
 float: left;
}

.case-studies-right{
  width: 100%;
  float: left;
  padding-left: 60px;
}


.case-studies-slider-inner-main{
  width: 100%;


}

.case-studies-slider-inner-img{
 position: relative;
}

.case-studies-slider-inner-img label{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #bd0503;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 600; 

}


.case-studies-slider-inner-img img{
  width: 100%;
}

.case-studies-slider-inner-text {
  padding-right: 40px;
  margin-top: 40px;
}

.case-studies-slider-inner-text span{
      font-size: 20px;
    font-weight: 500;
    color: #c3c3c3;
}

.case-studies-slider-inner-text h4{
 font-size: 22px;
 font-weight: 600;
 color: #000000;
 padding-top: 15px;
}

.case-studies-slider-inner-text p {
  font-size: 16px;
  color: #666;
  margin-top: 5px;
}

.container-size {
    width: 100%;
    float: left;
    padding-left: 50px;
}











.case-studies-slider .owl-nav{
    width: 100%;
    position: relative;
    justify-content: space-between;
    display: flex
;
    align-items: center;
    flex-direction: row;
    bottom: 490px;
    padding: 0px 30px;
}

.case-studies-slider .owl-nav button.owl-prev{
    left: 0;
    position: relative;
    width: 80px;
    height: 50px;
    background: #ffffff;
    box-shadow: 0px 0px 4px #dddd;
    border-radius: 30px;
}

.case-studies-slider .owl-nav button.owl-next{
    right: 0;
		position: relative;
        width: 80px;
    height: 50px;
    background: #ffffff;
        box-shadow: 0px 0px 4px #dddd;
        border-radius: 30px;
}
.case-studies-slider .owl-nav button.owl-next:hover{
    background: #ffffff;
			color: var(--text-black);
}
.case-studies-slider .owl-nav button.owl-prev:hover{
    background: #ffffff;
		color: var(--text-black);
}



.case-studies-slider .owl-nav button.owl-prev::after{
position: absolute;
    content: "\F138";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 600;
    background: #ffff;
    transform: rotate(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

.case-studies-slider .owl-nav button.owl-next::after{
position: absolute;
    content: "\F138";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 600;
    background: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}





.biotech-section {
  background: url(../images/industries/biotech/top-banner.jpg) no-repeat center/cover;
  position: relative;
  color: #000;
  margin-top: 100px;
  height: 412px;
}

/* Gradient overlay */
.biotech-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

}

/* Content layout */
.biotech-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  z-index: 1;
  height: 100%;
}

/* Left column */
.biotech-left {
  flex: 0 0 35%;
}

.biotech-left .industry {
  color: #c62828;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.biotech-left h2 {
  font-size: 50px;
  font-weight: 700;
  color: #000;
  line-height: 1.1;
}

/* Right column */
.biotech-right {
  flex: 0 0 48%;
}

.biotech-right h3 {
  font-size: 36px;
  font-weight: 700;
  color: #111;
 
  margin-bottom: 20px;
  line-height: 45px;
}

.biotech-right p {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}

/* Responsive */
/* @media (max-width: 991px) {
  .biotech-content {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .biotech-left h2 {
    font-size: 54px;
  }

  .biotech-right h3 {
    font-size: 28px;
  }
} */



.biopharma{
  width: 100%;
  display: flex;
  padding: 70px 0px;
}




.biotech-need-main{
background: #f9f9f9;
  width: 100%;
  display: flex;
  padding: 70px 0px;
}


.biotech-need{
  width: 100%;
}

.biotech-need-heading{
  width: 500px;
  margin: auto;
  margin-bottom: 50px;
}
.biotech-need-heading h2{
  font-size: 42px;
  font-weight: 700;
}







.why-envisage-main{
  width: 100%;
  display: flex;
  padding: 70px 0px;
}


.why-envisage{
  width: 100%;
}

.why-envisage-heading{
  text-align: center;
  margin-bottom: 50px;
}
.why-envisage-heading h2{
  font-size: 42px;
  font-weight: 700;
}


.why-envisage-box-main{
  width: 100%;
  display: flex;
}

.why-envisage-box{
  width: 20%;
 display: flex;
}

.why-envisage-box-inner{
width: 100%;
padding-right: 30px;
}

.why-envisage-box-inner-img {
    width: 80px;
  height: 80px;
  background-color: #ffeed4;
  border-radius: 50%;
}
.why-envisage-box-inner img {
    width: 70px;
    margin-left: 25px;
}
.why-envisage-box-inner h4{
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
  padding-right: 30px;
}

.why-envisage-box-inner p{
  color: var(--text-gray);
  padding-top: 15px;
}


.biotech-solutions-main{
  width: 100%;
  display: flex;
}

.biotech-solutions{
  width: 100%;
}

.biotech-solutions-heading{
  width: 100%;
}

.biotech-solutions-heading h2{
  font-size: 42px;
  font-weight: 700;
  color: var(--text-black);

}

.biotech-solutions-slider-main{
  width: 100%;
  margin-top: 85px;
}


.biotech-solutions-slider-box{
  width: 100%;
  padding: 40px 30px;
  background-color: #f57722;
  border-radius: 18px;
  height: 304px;
  position: relative;
}

.biotech-solutions-slider-box::after{
  width: 150px;
  height: 40px;
  border-radius: 40px;
  position: absolute;
  content: "";
  background-color: #ffffff;
     left: 25px;
    top: -25px;

}

.biotech-solutions-slider-box h4{
  color: var(--text-white);
  font-size: 21px;
  font-weight: 600;
  padding-top: 20px;
  margin-bottom: 30px;
}

.biotech-solutions-slider-box p{
  color: var(--text-white);
}
.biotech-solutions-slider{
  width: 100%;
}











.biotech-solutions-slider .owl-nav{
    width: 100%;
    position: relative;
    justify-content: end;
    display: flex
;
    align-items: center;
    flex-direction: row;
    bottom: 412px;
    padding: 0px 30px;
}

.biotech-solutions-slider .owl-nav button.owl-prev{
    left: 0;
    position: relative;
    width: 80px;
    height: 50px;
    background: #ffffff;
    box-shadow: 0px 0px 4px #dddd;
    border-radius: 30px;
}

.biotech-solutions-slider .owl-nav button.owl-next{
    right: 0;
		position: relative;
        width: 80px;
    height: 50px;
    background: #ffffff;
        box-shadow: 0px 0px 4px #dddd;
        border-radius: 30px;
}
.biotech-solutions-slider .owl-nav button.owl-next:hover{
    background: #ffffff;
			color: var(--text-black);
}
.biotech-solutions-slider .owl-nav button.owl-prev:hover{
    background: #ffffff;
		color: var(--text-black);
}



.biotech-solutions-slider .owl-nav button.owl-prev::after{
position: absolute;
    content: "\F138";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 600;
    background: #ffff;
    transform: rotate(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

.biotech-solutions-slider .owl-nav button.owl-next::after{
position: absolute;
    content: "\F138";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 600;
    background: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}






.biotech-case-main{
  width: 100%;
  display: flex;
  padding: 70px 0px;
}

.biotech-case{
  width: 100%;
}

.biotech-case-heading{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.biotech-case-heading h2{
  text-align: center;
  font-size: 42px;
  font-weight: 700;
}

.biotech-case-slider-inner {
    align-items: center;
    width: 100%;
    display: flex
;
    padding: 20px;
height: 100%;
    position: relative;
    overflow: hidden;
}


.logo-img {
  display: none;
    width: 187px;
    height: 65px;
    padding: 20px;
    border-radius: 15px;
    position: absolute;
    left: -12px;
    top: -12px;
    background: #ffff;
    line-height: 65px;
    
}

.logo-img img{
  width: 100%;
}
.biotech-case-slider-inner-text {
    width: 65%;
}
.biotech-case-slider-inner-img {
    width: 35%;
    padding-left: 20px;
}


.biotech-case-slider .item{
  background-color: #bd0503;
  min-height: 270px!important;
 height: 270px;
}
.biotech-case-slider-inner-text h4{
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}
.biotech-case-slider-inner-img img{
  width: 100%;
  border-radius: 20px;
}

.biotech-case-slider-inner-text p {
    color: #ffffff;
    margin: 10px 0px;
    font-size: 14px !important;
}
.biotech-case-slider-inner-text a {
    display: block;
    margin-top: 26px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    color: #ffffff;
}

.owl-item.active.center .item {
    background: #f47721;
    box-shadow: 0 0 10px #787575;
 
}
.biotech-case-slider  .owl-item.active.center {
    transform: scale(1.4);
    position: relative;
    z-index: 9;
    background: #f47721;
}

.biotech-case-slider.owl-carousel .owl-stage-outer {
    padding: 20px 0px !important;
}

.owl-item.active.center  .biotech-case-slider-inner-text p {
    color: #ffffff;
    margin: 10px 0px;
    font-size: 12px !important;
}

.owl-item.active.center .biotech-case-slider-inner-text a {
    font-size: 10px;
    font-weight: 500;
    text-decoration: underline;
    color: #ffffff;
}


.bg-grey{background:#f9f9f9!important;}

.wt-box{
	padding: 60px 25px;
    border: 1px solid var(--text-p);
    border-radius: 30px;
    width: 297px;
    background: #ffff;
    box-shadow: 2px 1px 16px 6px #c3c3c3;
}
.biotech-clip{
	background-image: url(../images/industries/biotech/l-shaped-image.jpg);
}
.clipboard {
	border-radius: 30px;
	right: 0;
	height: 562px;
	width: 645px;
	position:absolute;
	background-color: #d3d0c9;
	background-size: cover;
	background-position: center center;
}
.wt-row {
    flex-flow: row;
    display: flex;
}

.wt-l {
    gap: 47px;
    flex-wrap: wrap;
    display: flex;
    flex: 0 72%;
}
.wt-r {
	justify-content: end;
	position:relative;
	flex-wrap: wrap;
	display: flex;
	flex: 0 28%;
}



.contact-main-page{
  width: 100%;
  display: flex;
  margin-top: 100px;
  background-image: url(../images/contact_banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  
}

.contact-banner{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 150px;
  
}

.contact-banner h2{
  font-size: 48px;
  font-weight: 700;
  color: var(--text-white);

}

.contact-banner p{
  width: 500px;
  padding-top: 20px;
  color: var(--text-white);
}


.contact-section {
  padding: 80px 0;
  background: #fff;
  font-family: "Poppins", sans-serif;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.contact-info {
  flex: 1 1 40%;
}

.contact-info h2 {
font-size: 42px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 800;
}

.contact-info p {
    color: #464646;
    margin-bottom: 20px;
    padding-right: 100px;
    font-size: 24px !important;
    font-weight: 600 !important;
}
.contact-details{
  margin-top: 60px;
}

.contact-details p {
  font-size: 20px !important;
  color: #444;
  font-weight: 500 !important;
  margin: 20px 0;
}

.contact-details i {
  font-size: 22px;
  margin-right: 10px;
  color: #000;
}
.contact-form {
  flex: 1 1 50%;
}

.form-group,
.form-row {
  margin-bottom: 40px;
}

.form-row {
  display: flex;
  gap: 20px;
}

input,
textarea {
  width: 100%;
  padding: 12px 15px;
  border: none;
  outline: none;
  background: #f3f3f3;
  border-radius: 8px;
  font-size: 16px;
}

textarea {
  height: 120px;
  resize: none;
}
.contact-form form .btn-gradient {
  background: linear-gradient(90deg, #b30000, #ff9900);
  color: #fff;
  padding: 15px 125px;
  border: none;
     border-radius: 90px;
    font-size: 17px;
    font-weight: 600;
    border: 10px solid #f5e4cc;
  cursor: pointer;
  transition: 0.3s ease;
}


.form-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.input-contcat {
  flex: 1;
  min-width: 0;
}

.input-contcat label {
  display: block;
  margin-bottom: 6px;
}

.input-contcat input {
  width: 100% !important;
  box-sizing: border-box;
}

/* Fix for phone input plugin (ensures it fills full width like Email) */
.input-contcat .iti {
  width: 100% !important;
}
.contact-form form label {
    margin-bottom: 10px;
    font-weight: 600;
    color: #515151;
}


.our-office-main{
  width: 100%;
  display: flex;
  background-image: url(../images/locatin_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: right bottom; */
  position: relative;
}

/* .our-office-main::after{
    background-color: #eeeeeea6;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
} */

.our-office {
    width: 100%;
    display: flex
;
    padding: 80px 0px;
}

.our-office-left {
    width: 60%;
}

.our-office-left h4{
  font-size: 42px;
  font-weight: 700;

}



.our-office-left p{
  font-size: 22px !important;
  margin-top: 40px;
  font-weight: 600 !important;
  margin-bottom: 100px;
  
}

.our-office-right{
  width: 40%;
}


.our-office-left-inner-main{
  width: 100%;
  display: flex;
  gap: 75px;
}

.our-office-left-inner-main a{
  width: 50%;
}
.our-office-left-inner-box-main {
width: 100%;
  display: flex;
  background: var(--bg-gradient);
  border-radius: 30px;
height: 200px;


}

.our-office-left-inner-box{
     width: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/location.png);
       background-position: right 10px bottom 15px;
    background-size: 124px;
    position: relative;

}

.our-office-left-inner-box-arrow{
    position: absolute;
    right: -43px;
    top: 43px;

}

.our-office-left-inner-box-arrow img{
  width: 100%;
}

.our-office-left-inner-box span{
     color: #ffffff;
    font-size: 21px;
    margin-top: 135px;
    display: inline-block;
    padding-left: 34px;
}




.biotect-banner-main{
  width: 100%;
  display: flex;
  background-image: url(../images/lifesciences/biotech/biotech-top-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  margin-top: 100px;
}

.biotect-banner{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.biotect-banner h2{
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--text-white);
  margin: 0;
}


.biotext-bottom-text-main{
  width: 100%;
  display: flex;
  padding: 70px 0px;
}

.biotext-bottom-text{
  display: flex;
}
.biotext-bottom-left{
  width: 100%;
  display: flex;
}

.biotext-bottom-left{
  width: 40%;
  display: flex;
}
.biotext-bottom-left h4 {
    font-size: 36px;
    padding-right: 40px;
    font-weight: 600;
    line-height: 45px;
}
.biotext-bottom-right{
  width: 60%;
  padding-left: 40px;
  display: flex;
}
.biotext-bottom-right p {
    line-height: 30px;
    font-size: 18px !important;
}


.bio-industry-Challenges-main{
  width: 100%;
  display: flex;
  background-color: #e8fbff;
  padding: 80px 0px;
}

.bio-industry-Challenges{
  display: flex;
  gap: 100px;
  width: 100%;
}
.bio-industry-Challenges-left-main{
  width: 50%;
  display: flex;
  flex-direction: column;
}

.bio-industry-Challenges-left{
  width: 100%;
  display: flex;
  gap: 32px;
  padding-top: 40px;
  margin-bottom: 20px;
  border-top: 2px solid #333;

}
.bio-industry-Challenges-left:nth-child(1){
  margin-bottom: 50px;
}

.bio-industry-Challenges-left-box{
  width: 50%;
  position: relative;
padding-left: 15px;
padding-right: 20px;

}

.bio-industry-Challenges-left-box p{
  font-weight: 700 !important;
  font-size: 20px !important;
  
}

.bio-industry-Challenges-left-box::after{
  position: absolute;
  content: "";
  left: -15px;
  top: 8px;
  width: 10px;
  height: 40px;
  background-color: #de0306;
}

.bio-industry-Challenges-right-main{
  width: 50%;
  display: flex;
}

.bio-industry-Challenges-right{
  width: 100%;
}



.industry-Challenges-heading{
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.industry-Challenges-heading h4{
  font-weight: 700;
  font-size: 36px;
}

.bio-industry-Challenges-right img{
  width: 100%;
}


.bio-our-offerings{
    background-image: url(../images/lifesciences/biotech/our-offering.png);
    background-size: 600px;
    background-position: left bottom;
}


.bio-slider-box-inner{
  width: 187px;
    height: 65px;
    padding: 20px;
    border-radius: 15px;
    position: absolute;
    left: 28%;
    top: -12px;
    background: #ffff;
    line-height: 65px;
    display: none;
}

.bio-slider-box-inner img {
    display: block;
    width: 100%;
}
.bio-delivered .delivered-slider-box h4{
  margin-top: 0px;
}

.bio-delivered .delivered-slider .owl-item{
  overflow: hidden;
}





.blog-main{
  width: 100%;
  display: flex;
  margin-top: 100px;
  padding: 60px 0px;
}


.blog{
  width: 100%;
  position: relative;
  padding: 0px 30px;
}
.blog::after{
    width: 550px;
    height: 300px;
    border-radius: 40px;
    background: var(--bg-gradient);
    content: "";
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: -1;
}

.blog img{
  width: 100%;
  border-radius: 40px;
}

.blog-text{
    position: absolute;
    left: 90px;
    bottom: 60px;
    width: 600px;
}

.blog-text span{
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.blog-text span::after{
  content: "";
  height: 1px;
  background-color: #ffff;
  right: 0;
  top: 44%;
  position: absolute;
  width: 90%;

}

.blog-text h4{
  color: #ffffff;
  font-weight: 600;
  font-size: 42px;
}



.blog-text-detail{
    position: absolute;
    left: 90px;
    bottom: 60px;
}

.blog-text-detail span{
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    width: auto;
}

.blog-text-detail span::after{
 content: "";
    height: 1px;
    background-color: #ffff;
    left: 110%;
    top: 9px;
    position: absolute;
    width: 315px;

}

.blog-text-detail h4{
  color: #ffffff;
  font-weight: 600;
  font-size: 42px;
  padding-right: 190px;
}





.blog-detail{
  width: 100%;
  position: relative;
  padding: 0px 30px;
}
.blog-detail::after{
    width: 550px;
    height: 300px;
    border-radius: 40px;
    background: var(--bg-gradient);
    content: "";
    position: absolute;
    left: 0;
    bottom: -50px;
    z-index: -1;
    display: flex
;
    justify-content: flex-start;
    align-items: end;
    padding: 18px 30px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.blog-detail img{
  width: 100%;
  border-radius: 40px;
}


.bolg-boxs {
  text-align: center;
}

.bolg-boxs .tabs {
  margin-bottom: 30px;
  text-align: left;
}

.bolg-boxs .tab-btn {
    padding: 5px 16px;
    border: 1px solid #414141;
    background: transparent;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
    font-size: 13px;
    font-weight: 500;
}

.bolg-boxs .tab-btn.active {
    background: #d82b0b;
    color: #fff;
    border-color: #ffffff;
}

.bolg-boxs .tab-content {
  display: none;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  gap: 30px;
}

.bolg-boxs .tab-content.active {
  display: flex;
}

.bolg-boxs .news-boxs-main {
  flex: 0 0 calc(33.333% - 20px);
  background: #fff;
  border-radius: 10px;
  /* box-shadow: 0 3px 8px rgba(0,0,0,0.1); */
  overflow: hidden;
  text-align: left;
}

.bolg-boxs .news-boxs-img img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

.bolg-boxs .news-boxs-text {
  padding: 15px;
}

.bolg-boxs .news-boxs-text span {
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.tel-inner-main{
  width: 100%;
}
.tel-inner-main .iti.iti--allow-dropdown{
  width: 100%;
}
.bolg-boxs .news-boxs-text h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.news-boxs-text p {
  font-size: 15px;
  margin-bottom: 10px;
}

.news-boxs-text a {
  font-size: 14px;
  font-weight: 600;
  color: #2d79a6;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bolg-boxs .pagination {
  margin-top: 30px;
}

.bolg-boxs .pagination a {
  padding: 8px 14px;
  /* border: 1px solid #ddd; */
  margin: 0 3px;
  text-decoration: none;
  color: #000;
  border-radius: 5px;
}

.bolg-boxs .pagination a.active {
     background: #00132700;
    color: #be0203;
}

.bolg-boxs .pagination a.disabled {
  pointer-events: none;
  opacity: 0.5;
}


.bolg-boxs .pagination {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    display: flex
;
    justify-content: center;
    margin: 40px 0px;
}

.bolg-boxs-main {
    width: 100%;
    display: flex
;
    padding: 70px 0px;
}

.bolg-boxs {
    width: 100%;
}



.blog-detail-artificial-main{
  width: 100%;
  display: flex;
  margin-top: 15px;
}

.blog-detail-artificial{
  width: 100%;
  padding: 0px 80px;
}

.blog-detail-artificial h5{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.blog-detail-artificial p{
color: #3d3d3d;
margin-bottom: 20px;
line-height: 30px;
}

.blog-detail-box{
background-color: #0E1621;
    width: 80%;
    padding: 30px 35px;
    display: flex
;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.blog-detail-box::after{
right: -6px;
    bottom: -30px;
    width: 150px;
    height: 51px;
    background-color: #2b333ee0;
    position: absolute;
    content: "";
}

.blog-detail-box::before{
right: -6px;
    bottom: -30px;
    width:80px;
    height: 70px;
    background-color: #2b333ee0;
    position: absolute;
    content: "";
}
.blog-detail-img{
    width: 35%;
    display: flex
;
display: none;
}

.blog-detail-img img{
width: 55px;
    height: 55px;
    border-radius: 50%;
    padding: 10px;
    background-color: #2b333e;
    max-width: 100%;
}

.blog-detail-box p{
  margin-bottom: 0;
  color: #d6d6d6;
}

.blog-detail-artificial ul{
  margin-bottom: 80px;
  margin-top: 40px;
}

.blog-detail-artificial ul li{
      margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;

}

.blog-detail-artificial ul li img{
  width: 28px;
    padding-right: 8px;
}


.bloge-detail-more-main{
  border-top: 2px solid #333;
  width: 100%;
  display: flex;
  margin-top: 60px;
  padding: 50px 0px;
}

.bloge-detail-more-heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  margin-top: 20px;


}
.bloge-detail-more-heading h3{
  font-size: 36px;
  font-weight: 700;
}

.bloge-detail-more-heading a{
  font-size: 15px;
  color: var(--text-gray);
  font-weight: 600;
}

.bloge-detail-more-heading a i{
  padding-left: 10px;
}

.bloge-detail-more{
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 70px;

}

.bloge-detail-more-box-main{
  width: 33.33%;

}

.bloge-detail-more-img{
  width: 100%;
}

.bloge-detail-more-img img{
  width: 100%;
  border-radius: 12px;
}

.bloge-detail-more-text{
  width: 100%;
  padding: 10px 20px;
}
.bloge-detail-more-text a h4{
     font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
  color: #2d79a6;
  margin-top: 10px;
}



.bloge-detail-more-text-heading{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bloge-detail-more-text-heading i{
  font-size: 15px;
}

.bloge-detail-more-text-heading span{
  font-size: 13px;
  color: var(--text-gray);
  font-weight: 500;
}


.biotech-case-slider .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
      background: transparent;
}

.biotech-case-slider .owl-dot span {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  cursor: pointer;
  transition: all 0.3s ease;
      background: transparent !important;
}

.biotech-case-slider .owl-dot.active span {
  color: #c00; 
}

.biotech-case-slider .owl-dot:hover span {
  color: #c00;
}


.biotech-case-slider .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: transparent !important;
}

.biotech-case-slider .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot span{
    background: transparent !important;
}
.step-innr-button a.active

 {
	 display:block;
    background: red;
}
.qa.delivered-slider .item {
    min-height: 245px;
}
.qa .owl-item.active.center  {
    height: 278px!important;
   
}
.qa .owl-item.active.center .item {
   height: inherit!important;

    display: flex;
    align-items: center;
}
.no-logo .center .item {
    min-height: 235px;
}
.no-logo .item {
    min-height: inherit;
}
.with-logo .center .item {
    min-height: inherit;
}
.with-logo .item {
    min-height:inherit;
}

.with-logo .biotech-case-slider-inner
 {
    width: 100%;
    display: flex;
    padding-top: 0px;
 }
 
 .with-logo .biotech-solutions-slider-box{
	  width: 100%;
    display: flex;
    padding-top: 80px;
 }
 
 .basic-page {
    padding-top: 141px;
	padding-bottom: 80px;
}

.privacy-heading {
    font-size: 33px;
    text-align: CENTER;
}

.privacy-heading h2 {
    font-size: 42px;
}
.basic-page h4

 {
    color: #be0102;
    font-weight: 600!important;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 36px;
}

.basic-page ul li {
    font-weight: 500;
    padding: 5px 0px;
    font-size: 15px;
    list-style: disc;
}

.basic-page b {
    margin-bottom: 10px;
    font-weight: bold;
}

.basic-page ul {
    margin-top: 11px;
    padding-left: 19px;
}
.basic-page p a {
    color: #fe7427;
}




.biotech-case-slider .owl-nav button.owl-next{
  right: 0px;
    position: relative;
    width: auto;
    height: auto;
    background: #ffffff00;
    border-radius: 30px;


}

.biotech-case-slider .owl-nav button.owl-prev {
    left: 0px;
    position: relative;
    width: auto;
    height: auto;
    background: #ffffff00;
    border-radius: 30px;
}


.biotech-case-slider .owl-nav {
    width: 100%;
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: row;
    bottom: -18px;
    z-index: -1;
    padding: 0px 30px;
}


.biotech-case-slider .owl-nav button.owl-prev::after {
    position: absolute;
    /* content: "\F138"; */
    content: "";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 600;
    background: #ffffff00;
    transform: rotate(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}


.biotech-case-slider .owl-nav button.owl-next::after {
    position: absolute;
    /* content: "\F138"; */
    content: "";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 600;
    background: #ffffff00;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

.biotech-case-slider .owl-nav button.owl-next span{
      font-size: 40px;
    color: #bd0503;
}

.biotech-case-slider .owl-nav button.owl-prev span {
    font-size: 40px;
    color: #bd0503;
}

.biotech-case-slider .owl-dots {
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 0;
    background: transparent;
}

.biotech-case-slider.owl-theme .owl-nav [class*=owl-]:hover{
  background-color: transparent !important;
  color: #000 !important;
}


.left-contnt {
    display: flex
;
    width: auto;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}





.biotech-case-slider .owl-nav {
    width: 100%;
    position: relative;
    justify-content:center;
    display: flex;
    align-items: center;
    flex-direction: row;
    bottom:0;
    gap: 10px;
    padding: 0px 30px;
}

.biotech-case-slider .owl-nav button.owl-prev {
    left: 0;
    position: relative;
    width: 80px;
    height: 50px;
    background: #ffffff;
    box-shadow: 0px 0px 4px #dddd;
    border-radius: 30px;
}


.biotech-case-slider .owl-nav button.owl-next {
    left: 0;
    position: relative;
    width: 80px;
    height: 50px;
    background: #ffffff;
    box-shadow: 0px 0px 4px #dddd;
    border-radius: 30px;
}

.biotech-case-slider .owl-nav button.owl-prev::after {
    position: absolute;
    content: "\F138";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 600;
    background: #ffff;
    transform: rotate(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}


.biotech-case-slider .owl-nav button.owl-next::after {
    position: absolute;
    content: "\F138";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 600;
    background: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}
button.owl-next.disabled {
    visibility: hidden !important;
}
button.owl-prev.disabled {
    visibility: hidden !important;
}













.delivered-slider .owl-nav {
    width: 100%;
    position: relative;
    justify-content:center;
    display: flex;
    align-items: center;
    flex-direction: row;
    bottom:0;
    gap: 10px;
    padding: 0px 30px;
}

.delivered-slider .owl-nav button.owl-prev {
    left: 0;
    position: relative;
    width: 80px;
    height: 50px;
    background: #ffffff;
    box-shadow: 0px 0px 4px #dddd;
    border-radius: 30px;
}


.delivered-slider .owl-nav button.owl-next {
    left: 0;
    position: relative;
    width: 80px;
    height: 50px;
    background: #ffffff;
    box-shadow: 0px 0px 4px #dddd;
    border-radius: 30px;
}

.delivered-slider .owl-nav button.owl-prev::after {
    position: absolute;
    content: "\F138";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 600;
    background: #ffff;
    transform: rotate(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}


.delivered-slider .owl-nav button.owl-next::after {
    position: absolute;
    content: "\F138";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 600;
    background: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}
.case-studies-left-top-taxt p {
    font-size: 19px !important;
}






.casestudy-popup .form-group {
  margin-bottom: 16px;
}
/* .casestudy-popup .form-row
.casestudy-popup label.required::after {
  content: "*";
  color: red;
  font-size: 14px;
  margin-top: 2px;
  vertical-align: super;
  margin-left: 3px;
  position: absolute;
} */

.casestudy-popup .form-control {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f8f8f8;
  transition: all 0.3s ease;
  font-size: 15px;
}

.casestudy-popup .form-control:focus {
  border-color: #007bff;
  background: #fff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

.casestudy-popup .form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 5px;
}

.casestudy-popup .form-row .form-group {
  flex: 1;
}

.casestudy-popup .btn-submit {
  background: linear-gradient(90deg, #007bff, #00c6ff);
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}

.casestudy-popup .btn-submit:hover {
  background: linear-gradient(90deg, #0056d2, #0095ff);
}

.casestudy-popup .modal-body .form-group .required span{
  
  position: relative;
      color: red;
}

.casestudy-popup .modal-body .form-group .required{
  font-weight: 600;
  margin-bottom: 10px;
}


.casestudy-popup .modal-title {
    font-weight: 600;
    font-size: 15px !important;
    margin-bottom: 20px;
    margin-top: 10px;
}

 

 .casestudy-popup .modal-dialog{
  width: 700px;
 }


 .casestudy-popup .modal-body form .btn-submit{
      background: linear-gradient(90deg, #b30000, #ff9900);
    color: #fff;
   padding: 10px 75px;
    border: none;
    border-radius: 90px;
    font-size: 16px;
    font-weight: 600;
    border: 10px solid #f5e4cc;
    cursor: pointer;
    transition: 0.3s ease;
 }
.b-date {
	padding-left:60px;
	text-align:left;
    margin-top: 10px;
    color: #fff;
}
.step-inner-containt-left{padding: 28px;}
.step-inner-containt-left img {
    transform: rotate(-13deg);
    width: 91% !important;
}