/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@media (max-width: 767px){
  
.mobile-only ul.national-list li:nth-child(odd) {
    border-right: 1px solid #727272!important;
}
.mobile-only ul.national-list li:nth-child(even) {
    border-right: 1px solid #ffffff;
}
   .mobile-only ul.national-list li {
       width: 50%;
 padding: 10px 10px 10px 30px;
}
ul.national-list {
    padding: 0;
}

  .mobile-only ul.national-list li p {
  font-family: 'Poppins',sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
   padding-top: 0px;
}
  .mobile-only ul.national-list li img {
    width: 20%;
    float: left;
    margin-right: 10px;
}
}
  ul.national-list li {
       width: 33%;
    float: left;
    text-align: center;
  
    border-right: 1px solid #afa9a9;
    list-style: none;
        padding: 10px 0px 10px 70px;
}
ul.national-list li img {
    width: 20%;
    float: left;
    margin-right: 20px;
}
ul.national-list li p {
    font-family: 'Poppins',sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 5px;
}
@media (min-width: 767px){
ul.national-list li:nth-child(3n-3) {
    border-right: 1px solid #ffffff;
}
  }
@media screen and (min-width: 767px) and (max-width: 991px) { 
   ul.national-list li {
    width: 33%;
    float: left;
    text-align: center;
    border-right: 1px solid #afa9a9;
    list-style: none;
    padding: 10px 0px 10px 40px!important;
}
.chart__container:not(.labels-above-bars) .chart__axis-y {

    width: 340px!important;
}
}

  @media (max-width:767px){
    .main-Box {
    width: 100%!important;
    float: none!important;
    padding: 5px 10px;
}
.grey-box {
    background: #fafafa;
    padding: 20px;
    height: auto!important;
}
.chart--horizontal .chart__bars {

    width: 500px!important;
}
 .chart__container:not(.labels-above-bars) .label-y__name{
   
     font-size: 8px!important;
  
    }
.chart__axis-y {

  padding: 15px 0 5px!important;}
    .chart--horizontal .bar {
    background: none!important;
    background-color: #ffc20e!important;
    height: 21px!important;
}
.chart--horizontal .bar__container:after {
   
    font-size: 10px!important;
  padding-top:10px;
}
  .chart--top {
    position: relative;
    padding-top: 20px;
    width: 38%!important;
    }}
@media (min-width:767px){
.para-section p {
    font-size: 14px!important;
}
}
.para-section p {
    font-size: 14px!important;
}
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-left: 0px;
    margin-right: 0px;
    overflow: hidden;
}
@media (max-width: 991px){
.program-navbar-container .navbar-collapse {
   
    overflow: hidden;
}
}
  @media screen and (max-width: 1200px){
.program-navbar-container .container-fluid {
    width: 100%;
    padding: 0;
}
}
@media (min-width: 768px){
.navbar-main-container .navbar-top {
    width: 64%;
    margin-top: 10px!important;
}
}
  .whyAIbx {
 
    min-height: 160px!important;
}
  .show-values.visible .chart--horizontal .bar__container:after {
    transition: opacity .5s ease-in-out 2s;
    color: #000;
}
  .chart__box {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    right: inherit; 
    bottom: 0;
    padding: 0 10px;
    border-left: 3px solid #ffc20e;
    border-bottom: 0px;
}
  .chart__label-y {
    display: block;
    height: 47px;
    position: relative;
    padding: 0 20px 27px 0;
    line-height: 1.1;
    text-align: right;
}
  .chart--top {
    position: relative;
    padding-top: 20px;
    width: 100%;
    text-align: right!important;
}
  @media screen and (min-width: 1024px){
.chart__container:not(.labels-above-bars) .chart__axis-y {
    width: 47%;
}
  }
 
  .chart__label-y {
    text-align: right;
}
 .chart--horizontal .bar__container:after{
    top:70%;
  }


  .programStructureBox.StructureInner p {
    color: #000000;
}
.tableStyle table>tbody>tr:last-child td {
    background: #ffffff;
}
  
  .progress-bar{
    background:none;
    -webkit-box-shadow:none;
  }
  .chart--horizontal .bar{
    background:none!important;
    background-color: #ffc20e!important;
    height:30px!important;
  }
  .chart--horizontal .chart__bars{
    width:1025px;
  }
 
.graduatesalariesbox.programStructureBox.StructureInner .span3 {
    display: flex;
    align-items: center;
    justify-content: center;
}
 .programStructureBox.StructureInner h2 {
    text-transform: uppercase;
   }
  .chart__container:not(.labels-above-bars) .chart__axis-y{
    text-align:left;
    font-size:13px;
   }
   .chart__container:not(.labels-above-bars) .label-y__name{
    right:0;
    left:inherit;
    top:20px;
    text-transform:uppercase;
     font-size: 14px;
    color: #000;
    font-family: Poppins,sans-serif;
   }
   .chart__box{
    height: 100%;
    width:100%;
    padding:0;
   }
   .chart-width{
    width:100%;
   }

  @media (min-width:767px){
    .IntakeDateLP {   width: 17%; 
      float:left;
    }
  }

@keyframes progress {
  0% { --percentage: 0; }
  100% { --percentage: var(--value); }
}

@property --percentage {
  syntax: '<number>';
  inherits: true;
  initial-value: 0;
}

[role="progressbar"] {
  --percentage: var(--value);
  --primary: #369;
  --secondary: #adf;
  --size: 300px;
  animation: progress 2s 0.5s forwards;
  width: var(--size);
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}

[role="progressbar"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: conic-gradient(var(--primary) calc(var(--percentage) * 1%), var(--secondary) 0);*/
  background: conic-gradient(#fbbf00 calc(var(--percentage) * 1%), #e2e2e2 0);
  mask: radial-gradient(white 55%, transparent 0);
  mask-mode: alpha;
  -webkit-mask: radial-gradient(#0000 60%, #000 0);
  -webkit-mask-mode: alpha;
}
  .box-bar{    width: 70%;
    margin: 0 auto;}
  
[role="progressbar"]::after {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
    font-size: calc(var(--size) / 10);
    color: #000;
    position: relative;
    top: -40px;
  font-family: 'Poppins',sans-serif;
    font-weight: 500;

}


.dashboard {
  display: flex;
}

svg {
  width: 114px;
  height: 114px;
  margin: 1em;
}

.bg {
  fill: none;
  stroke-width: 10px;
  stroke: #1A2C34;
}

[class^="meter-"] {
  fill: none;
  stroke-width: 10px;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  
}

.meter-1 {
  stroke-dasharray: 360;
  stroke-dashoffset: 100;
  stroke: aqua;
  animation: progress-1 1s ease-out;
}
.meter-2 {
  stroke: lime;
  stroke-dasharray: 360;
  stroke-dashoffset: 160;
  animation: progress-2 .75s ease-out;
}
.meter-3 {
  stroke: magenta;
  stroke-dasharray: 360;
  stroke-dashoffset: 250;
  animation: progress-3 .5s ease-out;
}

@keyframes progress-1 {
    from {
        stroke-dashoffset: 360;
    }
    to {
        stroke-dashoffset: 100;
    }
}

@keyframes progress-2 {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 160;
  }
}

@keyframes progress-3 {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 250;
  }
}



ul.educationUL, ul.workUL li, ul.rolesUL li {
    line-height: 26px;
}
.paraWithImage {
    margin-bottom: 20px;
}
 ul.educationUL{
      margin-top: 7%;
    padding: 0 0 0 34%;
  }
ul.educationUL li {
    width: 100%;
    float: left;
    margin-left: 0;
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    list-style: none;
text-align: left;
}
ul.workUL {
    margin-top: 7%;
    padding: 0 0 0 38%;
}
 ul.workUL li {
    width: 100%;
    float: left;
    margin-left: 0;
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    list-style: none;
text-align: left;
}
ul.rolesUL {
    margin-top: 7%;
    padding: 0 0 0 38%;
}
ul.rolesUL li {
    width: 100%;
    float: left;
    margin-left: 0;
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    list-style: none;
text-align: left;
}
.programStructureBoxIn1 {
    /* background: #fff; */
    padding: 30px 20px;
}
.programStructureBoxIn1 h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    line-height: 16px;
    color: #333;
}
.programStructureBoxIn1 h2 {
  font-size: 24px;
    margin: 10px 0 10px 0;
    line-height: 30px;
    color: #333;
    font-weight: 400;
}
.chartTitle h4 {
    text-align: center;
}

.chartTitle h4::before {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.program-carousel-caption p {
    font-size: 16px;
} .mt{margin-top:1%;font-size:11px!important;}  
    @media (max-width: 767px) {      p.mt{margin-top:2%; font-size:6px!important;} 
.program-carousel-caption p {
    font-size: 10px;
}
}
@media (min-width:1280px) and (max-width:1600px) {
  .programStructureBoxIn1 {
    height: 180px!important;
}
  }
  @media (min-width:1030px) and (max-width:1280px) {
  .programStructureBoxIn1 {
    height: 200px!important;
}
  }
  @media (min-width:767px){
.mapContainer.animate {
    width: 107%;
    position: relative;
    left: -3%;
}
  .programStructureBoxIn1 {
    height: 230px;
}
  }
  .heading{
    font-size: 30px !important;
    font-weight: 600;
    color: #000;
    position: relative;
    margin-bottom: 30px;
    font-family: Poppins,sans-serif !important;
    text-transform: uppercase;
    margin-top: 0;
    text-align:center !important;
  }
  .topborder{
    content: "";
    position: relative;
    width: 70px;
    height: 3px;
    background: #ffc20e;
    z-index: 9;
    top: 7px;
    left: 0;
    background-repeat: no-repeat;
  }
  .whyAIbx {
    border: 1px solid #cfcfcf;
    padding: 1% 1%;
    margin-bottom: 3%;
    height: 160px;
    border: 1px solid #ffc20e;
}
  .whyAIbx:hover {
    
    box-shadow: 0px 0px 10px 5px #e9e9e9;
}
.box-bar_1 {
    width: 60%;
    margin: 0 auto;
}
  .keyfacts{
    font-size: 12px !important;
    text-transform: uppercase;
    color: #4a4a4a !important;
    font-weight: 500 !important;
    font-family: Poppins,sans-serif !important;
    text-align: center !important;
    margin-bottom: 10px !important;
  }
    .keyfacts_1 {
    font-weight: 600;
    text-align: center!important;
    text-transform: uppercase;
    font-size: 16px!important;
      font-family: Poppins,sans-serif !important;
}
  .whyAIbx1 {
    border: 1px solid #cfcfcf;
    padding: 1% 1%;
    margin-bottom: 3%;
    height: 150px;
  }
   .whyAIbx:hover {
    border: 1px solid #ffc20e;
    box-shadow: 0px 0px 10px 5px #e9e9e9;
}
  .grey-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    background-color: #fafafa;
    align-items: center;
    padding: 0 10px;
}

.yellow-bar {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(270deg, #ffc000, #ffee00);
   
    z-index: 0;
}
  .grey-bar h4{
    color:#000;
    margin:0;
    padding: 10px 0px;
    font-size:22px;
  }
  .aarow-yellow{
  position: absolute;
    right: 31.5%;
    display: flex;
    align-items: center;
    color: #ffee00;
    font-size: 20px;
}
  }

</style>
<style>
 @media (max-width:767px){
.para-section p {
    font-size: 10px!important;
   }}
  .navbar-nav {
    margin: -1.5px -15px !important;
}

   @media (max-width:767px){
 
.chart__label-y:last-child {
height:20px
}
  .chart__container:not(.labels-above-bars) .label-y__name{
    right:0;
    left:0!important;
   top:23px;

   }
  .chart__box {
   
    left: 100%!important;
  
}
  .chart--horizontal .bar {
    height: 23px!important;
}
    .chart__container:not(.labels-above-bars) .label-y__name {
    right: 20px;
    left: inherit;
  
   text-transform: capitalize;
    font-size: 12px!important;
}
.chart__label-y {
    text-align: right!important;
}
    .box-bar {
    width: 35%;
    margin: 0 auto;
}
    .mapContainer.animate {
    width: 100%;
}
    .chartTitle h4 {
    font-size: 22px!important;
}
    .heading{
      font-size:22px !important;
    }
    .grey-bar h4{
      font-size:14px !important;
    }
  }
   @media (max-width:500px){
  [role="progressbar"]::after {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
    font-size: calc(var(--size) / 14);

    top: -35px;
   
     }
  }