@charset "utf-8";
/* CSS Document */

.sfs
{
	font-size: 30px !important;
	color: #fff;
	margin-right: 10px;
}

.ms-auto {
  margin-left: auto !important;
}

.nav-links {
  list-style: none;        /* Remove bullets */
  padding: 0;
  margin: 0;
  display: flex;           /* Make items horizontal */
  gap: 20px;               /* Space between items */
}

.nav-links li a {
  text-decoration: none;   /* Remove underline */
  color: #fff;             /* Link color */
  font-weight: 500;
  font-size: 20px;
}

.myftrh2
{
	color: rgba(255,255,255,0.4);
	font-size: 24px;
}

.rowmtb
{
	margin-top: 30px;
	margin-bottom: 30px;
}

.myftrp
{
	font-size: 16px;
	font-weight: 500;
	color: rgb(109, 109, 109);
	text-align: right;
}

/* start whatsapp widget */

#mywap {
	position: fixed;
	left: 20px;
	z-index: 9999;
	bottom: 20px;
	text-align: center;
	border-radius: 50px;
}

#popup {
  position: fixed;
  bottom: 100px; /* 100px from the bottom */
  left: 20px; /* 50px from the left */
  background-color: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 20px;
  display: none; /* Initially hidden */
  z-index: 1000;
  width: 300px;
}


.popup-content {
  position: relative;
}

.close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 25px;
  cursor: pointer;
  color: #333;
}

.user-info {
  display: flex;
  align-items: center;
  margin-top: 10px;
	margin-bottom: 10px;
}

.user-img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.username {
  font-weight: bold;
	font-size: 18px;
	
}

.phone-number {
  color: #555;
  font-size: 18px;
}

.phone-number a{
  color: #555 !important;
  font-size: 16px;
	line-height: 15px;
}

#chartdiv {
	width: 100%;
	height: 500px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.mygallery img
{
	object-fit: contain;
	object-position: center;
	height: 250px !important;
}

#owl-demo .item {
  margin: 3px;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: 80px;
}

.orange-underline {
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.orange-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 3px;
  background-color: rgb(233, 77, 17);
}

.infraimg
{
	object-fit: contain;
	object-position: center;
	border: solid 1px #eee;
	height: 350px;
	width: 100%;
}

.width-100px {
	width: 100px;
}
.separator-line-horrizontal-medium-light2 {
	width: 20%;
	height: 1px;
	display: inline-block;
}
.bg-deep-pink {
	background-color: #000;
}
.margin-top-bottom-10 {
	margin-bottom: 5px;
	margin-top: 10px;
}
.font-weight-600 {
	font-weight: 600;
	font-size: 25px;
}
.text-extra-dark-gray, .btn.text-extra-dark-gray {
	color: #232323;
}
.text-uppercase {
	text-transform: uppercase !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}


.list-style-6 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.text-15 {
	font-size: 15px;
	line-height: 25px;
}
.list-style-6 li {
	position: relative;
	padding: 0 15px 8px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-style-6 li::before {
	content: "";
}
.width-30 {
	width: 30%;
}
.d-inline-block {
	display: inline-block !important;
}
label {
	margin-bottom: 5px;
	font-weight: 400;
}

.infrah2
{
	font-size: 40px;
	margin-top: 20px;
    margin-bottom: 20px;
	text-align: left;
}

.rowmtb
{
	margin-top: 25px;
	margin-bottom: 25px
}

/*qc page */

.portfolio {
	position: relative;
}
.section-padding {
	padding: 120px 0;
}
.portfolio .work-row .item {
	position: relative;
	padding: 40px 0;
}

.bord-thin-top {
	border-top: 1px solid rgba(0, 0, 0, 0.9);
}

.align-items-end {
	align-items: flex-end !important;
}

.portfolio .work-row .item .title {
	padding-bottom: 15px;
	text-align: left;
}

.portfolio .work-row .item .title .numb {
	font-size: 12px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 50px;
	margin-bottom: 15px;
}

span {
	display: inline-block;
}

h5 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
}
.qlyimg {
	object-fit: contain;
	height: 230px !important;
	width: 100% !important;
	object-position: center;
	border: solid 1px #ccc;
}

.d-flex {
	display: flex !important;
}

.portfolio .work-row .item .cont {
	padding-left: 30px;
	padding-bottom: 15px;
}

.portfolio .work-row .item .cont p {
	text-align: justify !important;
}

.clients .brand .item {
	position: relative;
	text-align: center;
	padding: 80px 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
}

.certimg
{
	width: 70%;
	height: auto;
}

.justify-content-center {
	justify-content: center !important;
}


.abouttitle
{
	font-size: 80px;margin-bottom: 50px;font-weight: 600;color: #000
}

.knowmore
{
	font-size: 65px;font-weight: 600;color: #fff;
}

.knowmoremt50
{
	margin-top: 0px;
}

.mycol4
{
	width: 28%;
}

@media only screen and (max-width: 991px) 
{
	.abouttitle
	{
		font-size: 30px !important;
		margin-bottom: 10px !important;
	}
	#mb2,#mb1
	{
		display: none;
	}
	.custom-grid-item img {
		width: 80%;
	}
	.knowmore {
		font-size: 30px;
		font-weight: 600;
		color: #fff;
	}
	.knowmoremt50
	{
		margin-top: 50px;
	}
	
	.mycol4
	{
		width:90%;
	}
}



.custom-grid {
display: flex;
flex-wrap: wrap;
margin: -8px;
}

.custom-grid-item {
padding: 10px;
width: 50%; /* Default: 2 per row on mobile */
box-sizing: border-box;
}

.custom-grid-item img {
width: 60%;
display: block;
height: auto;
}

 @media (min-width: 768px) {
  .custom-grid-item {
	width: 16.66%; /* Equivalent to col-md-2 (2/12) */
  }
}

.proimg
{
	object-fit: contain;
  	width: 100%;
  	height: 300px;
}

.clearpmenu
{
	clear: both !important;
}

.cntname
{
	font-size: 16px !important; 
	line-height: 25px;
}