      .tab {
        display: flex;
		  width: 100% !important;
      }
      .tab-links {
        display: block;
        list-style: none;
		  width: 25% !important;
		  border-right: 1px solid #cdcdcd;
      }
		.tab-links {
	margin: 0;
	padding: 0;
}
      .tab-links li {
        margin-right: 10px;
		  padding: 10px 25px;
      }
      .tab-links a {
        text-decoration: none;
      }
.tab-links a.active {
	color: var( --e-global-color-7a05fe4 );
	display: block;
	border-right: 1px solid varvar( --e-global-color-7a05fe4 );
	margin-right: -35px;
}
      .tab-content {
		  width: 75% !important;
      }
      .tab-pane {
        display: none;
      }
      .tab-pane.active {
        display: block;
      }
		
.ongoing-project ul li a {
	font-family: ;
	color: var( --e-global-color-2d66464 );
	font-family: "SolaimanLipi", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3em;

}
		.ongoing-project .tab-content.ongoing-project {
	color: var( --e-global-color-2d66464 );
	font-family: "SolaimanLipi", Sans-serif;
	font-size: 16px;
	font-weight: 400;
}
		.tab-content.ongoing-project h3 {
	font-family: "SolaimanLipi", Sans-serif;
	font-size: 28px;
	color: #262626;
	font-weight: 400;
}
		.tab-pane.ongoing-project.active {
	padding: 30px 30px !important;
	margin-bottom: 32px;
	background-color: #fff;
	box-shadow: 0 0 5px 5px rgba(0,0,0,.03);
	border-radius: 10px;
	margin-left: 30px;
}


/* General styles for the tabs */
.custom-tabs {
color: var( --e-global-color-2d66464 );
  font-family: "SolaimanLipi", Sans-serif;
  font-size: 16px;
  font-weight: 400;
	display: flex;
}

.custom-tab-links {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	border-bottom: 2px solid #ccc;
	width: 25%;
}

.custom-tab-links li {
  margin: 0;
}
.custom-tab-pane.active {
	padding: 30px 30px !important;
	margin-bottom: 32px;
	background-color: #fff;
	box-shadow: 0 0 5px 5px rgba(0,0,0,.03);
	border-radius: 10px;
	margin-left: 30px;
}
.custom-tab-link {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  margin-right: 2px;
  background-color: #f9f9f9;
  cursor: pointer;
}

.custom-tab-link.active {
  background-color: var( --e-global-color-7a05fe4 );
  border-bottom: 2px solid #fff;
  color: #000;
}

.custom-tab-content {
	width: 75%;
}

.custom-tab-pane {
  display: none;
}
.custom-tab-pane.active {
	display: block !important;
}





@media only screen and (max-width: 767px) {
.custom-tabs {
	display: block !important;
}
.custom-tab-links {
	width: 100% !important;
}
.custom-tab-content {
	width: 100% !important;
}
.custom-tab-pane.active {
	margin-left: 0px !important;
	margin-top: 20px;
}
}
