/* custom CSS
----------------------------------------*/
a.conditionlink, a.conditionlink:focus
{
	background-color: #c69a47;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
}

a.conditionlink:hover, a.conditionlink:active
{
	background-color: #0b6f77;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
}

ul.adverlist li
{
	list-style:none;
}

ul.adverlist li i
{
	margin-left:5px;
	color:#005c69
}




ul.goallist li {
    list-style: none;
    display: inline-block;
    width: 30%;
    text-align: center;
    vertical-align: text-top;
}

ul.goallist li i {
    margin: 5px auto 0px auto;
    color: #fff;
    background-color: #005c69;
    padding: 0px 8px 0px 8px;
    display: block;
    border-radius: 6px 6px 0px 0px;
    width: 30px;
}

ul.goallist li span {
    display: block;
    font-size: 1.2em;
    border-top: 1px solid #38b0c1;
    width: 80%;
    margin: 0 auto;
}

title {
    display: block;
}

.lines-container {
    width: 80%;
}


.employdisctxt ul li
{

	list-style:none;
}

.topemploy img {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}


.row.topbg title {
    background-color: #005c69;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    width: 95%;
    margin: 0 auto;
    padding: 5px;
}

.row.middlebg title {
    border: 2px solid #c69a47;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    border-radius: 3px;
    padding: 5px;
}
.sectionsbg title {
    background-color: #c69a47;
    color: #fff;
    width: 18em;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    font-size: 1.3em;
    margin: 0 auto;
}


.topemploy {
    width: 63%;
    margin: 0 auto;
    border: 1px solid #005c69;
    border-radius: 5px;
}
.employcontent img {
    border-radius: 50%;
    height: 100%;
}
.topemploy .col-md-3 {
    display: inline-block;
}

.topemploy .col-md-8 {
    display: inline-block;
}
.employdisctxt {
    font-size: 1.4em;
    vertical-align: middle;
	color: #c69a47;
  
    text-align: center;
}
.employdisc {
    color: #005c69;
}

/*.employcontent {
    text-align: center;
    border: 1px solid #005c69;
    border-radius: 5px;
    margin: 0px auto 20px auto;
    width: 80%;
	padding:5px;
}*/

.employcontent {
    text-align: center;
    border: 1px solid #005c69;
    border-radius: 5px;
    margin: 0px auto 20px auto;
    width: 86%;
    padding: 5px;
    min-height: 201px;
}

.employcontent h5 {
    color: #216469;
}

.employcontent span {
    color: #c69a47;
}

.employcontent ul {
	margin-top:10px;
}

.employcontent li {
    list-style: none;
    text-align: right;
    margin-bottom: 5px;
}

.employcontent li i {
    margin-left: 10px;
    color: #c69a47;
}

/* Responsive Design */
  @media (max-width: 768px) {
    .departments {
      flex-direction: column;
      gap: 10px;
    }
    .department{max-width: 100%;}
    .lines-container {
      flex-direction: column;
      gap: 10px;
      align-items: center;
    }

    .lines-container::after {
      display: none;
    }
    .bg-chart{background: none;}
  }

  /* For large screens */
  @media (min-width: 1024px) {
    .lines-container {
      top: 300px;  /* Adjust the position for large screens */
    }
    
    .departments {
      margin-top: 95px;  /* Adjust the margin-top for departments on large screens */
    }

    /* Center the lines under the departments */
    .line {
      top: -10px;  /* Adjust the vertical position */
    }
    
    .line:nth-child(1) {
      left: 12.8%;
    }
    .line:nth-child(2) {
      left: 50%;
    }
    .line:nth-child(3) {
      left: 87.2%;
    }
    .line:nth-child(4) {
      left: 70%;
    }
    .line:nth-child(5) {
      left: 90%;
    }
  }