/* 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%;
}

.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;
}

.topemploy .col-md-3 {
    display: inline-block;
}

.topemploy .col-md-8 {
    display: inline-block;
}
.employdisctxt {
    font-size: 1.4em;
    vertical-align: middle;
	color: #c69a47;
}
.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;
}

/********* Tabs Start ***************/

.tabs { max-width: 100%; margin: 0 auto; }
.tabs ul { margin: 0; padding: 0; }
.tabs-nav li { float: right; width: 33.33%; list-style: none; }
.tabs-nav li:first-child a { border-right: 0; border-top-left-radius: 6px; }
.tabs-nav li:last-child a { border-top-right-radius: 6px; border-left: 0; }
.tabs a { 
background: #166a45;
    border-radius: 5px;
    border: 1px solid #ffffff;
    margin: 0px 5px 0px 5px;
    color: #fff;
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3sease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3sease-in-out;
 }
.tabs a:hover { background: #c69a47; }
.tab-active a {
    background: #c69a47;
    border-bottom-color: transparent;
    color: #fff;
    cursor: default;
}
.tabs-stage { border: 1px solid #cecfd5; border-radius: 0 0 6px 6px; border-top: 0; clear: both; padding: 24px 30px; position: relative; top: -1px; }
.tabs .tabheading { font-size:20px;}
.tabs ul li {
    list-style: none;
}
/********* Tabs End ***************/

/* 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%;
    }
  }