.dividerHeading,
.widget_title{
    margin-bottom: 15px;
	padding-left:30px;
}
.dividerHeading h4,
.widget_title h4{
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
	left: -20px;
}

.dividerHeading h4::before,
.widget_title h4::before{
    background: #322a60;
    border-radius: 0 5px 5px 0;
    bottom: -1.5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50%;
}
.body_ul {
	padding-left: 5% !important;
	list-style-type:square;
	font-size: 100%;
	/* box-sizing: border-box; */
    /* margin: 0; */
}

.nested_body_ul {
	padding-left: 5%;
	list-style-type:square;
	font-size: 100%;
	/* box-sizing: border-box; */
    /* margin: 0; */
}

.body_ol {
	padding-left: 5%;
	font-size: 100%;
	/* list-style-type:square; */
	/* box-sizing: border-box; */
    /* margin: 0; */
}

.nested_body_ol {
	padding-left: 5%;
	font-size: 100%;
	/* list-style-type:square; */
	/* box-sizing: border-box; */
    /* margin: 0; */
}

.sidebar_ul {
	padding-bottom: 2%;
	font-size: 100%;
}
.tab-pane {
  list-style: none;
}
.img-fluid-edit {
	max-width: 12%;
	height: auto;
}
.img-gallery {
    width: 200px; /* You can set the dimensions to whatever you want */
    height: 200px;
    object-fit: cover;
}

/*--------------------------------------------------------------
# What We Do
--------------------------------------------------------------*/
.what-we-do .icon-box {
	text-align: center;
	padding: 30px 20px;
	transition: all ease-in-out 0.3s;
	background: #fff;
  }
  
  .what-we-do .icon-box .icon {
	margin: 0 auto;
	width: 64px;
	height: 64px;
	background: #eaf4fb;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transition: ease-in-out 0.3s;
  }
  
  .what-we-do .icon-box .icon i {
	color: #3498db;
	font-size: 50px; /* To increase the size of the Box Icons for Directorates */
  }
  
  .what-we-do .icon-box h4 {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 24px;
  }
  
  .what-we-do .icon-box h4 a {
	color: #384046;
	transition: ease-in-out 0.3s;
  }
  
  .what-we-do .icon-box p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
  }
  
  .what-we-do .icon-box:hover {
	border-color: #fff;
	box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  }
  
  .what-we-do .icon-box:hover h4 a,
  .what-we-do .icon-box:hover .icon i {
	color: #3498db;
  }