/*------comman-css-start------*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}
ul,ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    display: inline-block;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
p{
    margin: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    color: #111;
    font-family: 'Raleway', sans-serif;

}
p{
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #353535;
    font-family: 'Open Sans', sans-serif;

}

body{
    overflow-x: hidden;
}
.heading{
    padding-bottom: 60px;
}

.heading h2{
    font-size: 35px;
    font-weight: 400;
  }
  .heading p{
    width: 570px;
    margin: 0 auto;
    padding-top: 15px;
  
  }
  /*------comman-css-start------*/

 /*---------Top-bar-css-start----------*/

.top-bar-bg{
  background-color: #9A2424;
  padding: 10px 0;
}
.top-email span{
   font-weight: 600;
   color: #fff;
}
.top-bar-left{
    text-align: end;
}
.top-bar-left ul li{
   display: inline-block;
   margin-right: 15px;
   color: #fff;
}
.top-bar-left ul li i{
      color: #fff;
}
.top-bar-left ul li.top-contact{
     margin-left: 50px;
}
.top-bar-left ul li.top-contact a{
     color: #fff;
     font-weight: 600;
     text-transform: uppercase;
}

 /*---------Top-bar-css-end----------*/

/*----------------navigation-area-start------------------*/

.navbar{
    padding: 16px 0;
    width: 100%;
}
.navbar-brand img{
  width: 120px;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding: 0;
}

.navbar ul li a{

    font-size: 16px;
    color: #282828;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    position: relative;
}
.navbar ul li a i{
    font-size: 14px;
}


.navbar ul li {
    padding-left: 33px;
}
.navbar ul li a:hover {
  color: #c50404;
}


/* sub-menu-css-start */
.nav-item{
  position: relative;
  display: block;
}
.nav-item ul{
  position: absolute;
  width: 207px;
  max-width: 0px;
  max-height: 0px;
  background-color: #efeef3;
  left: 0;
  top: 100%;
  padding: 10px 5px;
  z-index: 999;
  transform: scaleY(0);
  transform-origin: top-center;
}
.nav-item ul li{ 
  position: relative;
  border-bottom: 1px solid #d3d2d2;
}
.nav-item ul li:last-child{ 
  border-bottom: none;
}
.nav-item ul li a{
  padding: 10px 0;
  font-size: 14px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  text-align: start;
  transition: all linear 4s;
 }
.nav-item ul li a:hover{
     color: #e60b0b;
 }

.nav-item ul li ul{
  position: absolute;
  width: 230px;
  max-width: 0px;
  max-height: 0px;
  background-color: #efeef3;
  left: 102%;
  top: -24%;
  padding: 10px 5px;
  transform-origin: top-center;
  box-shadow: rgba(50, 50, 80, 0.4) 0px 5px 19px 0px;
  opacity: 0;
  
} 
.nav-item:hover ul{
  transform: scaleY(1);
    max-width: 250px;
    max-height: 270px;
    transition: transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
}
/* sub-menu-css-end */

/* ------------------navigation-area-end---------------------- */

/*-------------------------banner-area-css-start--------------------*/
    
/*-----------------Home-slider-section-css-start-------------------*/

.slider-item {
  height: 100vh;
  position: relative;
}
.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-content-outer {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 41%);
  display: flex;
  align-items: center;
}

.slider-content{
  width: 500px;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 5px;
  position: relative;
  
}
.slider-after-img{
  position: absolute;
  top: 114px; 
}
.slider-after-img.two{
  position: absolute;
  top: 160px; 
}
.slider-after-img img{
  margin: 15px 0;
}
.slider-content h2{
     font-size: 40px;
     font-weight: 600;
     color: #292828;
     font-family: math;
     padding-bottom: 30px;
    
}

.slider-content p{
      font-size: 14px;
      font-weight: 500;
      color: #585858;
      padding-bottom: 40px;
      line-height: 30px;
}
.slider-content a{
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      background-color: #16B7CC;
      padding: 10px 20px;
      border-radius: 4px;
      text-transform: uppercase;
}


.icon.right {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  z-index: 999;
}
 .icon.left {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  z-index: 999;
}
 .icon {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  color: #222;
  text-align: center;
  line-height: 35px;
  font-size: 23px;
  transition: all linear .3s;
  cursor: pointer;
}
#banner .icon:hover {
  background-color: #FEC600;
}

/*-----------------Home-slider-section-css-end-------------------*/

/* ----------------------banner-area-end-------------------*/

/*-----------------------banner-bottom-area-css-start-------------------*/

.banner-bottom-overlay{
  background-color: #2e2d2d59;
  padding-top: 15px;
  padding-bottom: 170px;
}


.banner-bottom-top-content ul li{
   display: inline-block;
   margin-left: 10px;
   text-align: center;
}
.banner-bottom-top-content ul li a{
       font-size: 23px;
       color: #3b3246;
       font-weight: 700;
       background-color: #B1BCE6;
       padding: 23px 64px;
       border-radius: 15px;
       font-family: sans-serif;
       line-height: 32px;
}
.banner-bottom-top-content ul li a.bottom-one{
         background-color: #9A86A4;    
}
.banner-bottom-top-content ul li a.bottom-two{
         background-color: #A0DDD2;    
}
.banner-bottom-top-content ul li a.bottom-three{
         background-color: #4E97DA;    
}
.banner-bottom-main-content{
    margin-top: 180px;
   text-align: center;
}
.banner-bottom-main-content h2{
     font-size: 40px;
     font-weight: 700;
     color: #002753;
     padding-bottom: 20px;
}
.banner-bottom-main-content p{
      font-size: 16px;
      font-weight: 500;
      color: #fff;
      padding-bottom: 20px;
      line-height: 33px;
}
.banner-bottom-main-content .bottom-btn{
          font-size: 18px;
          font-weight: 500;
          color: #838383;
          background-color: #fff;
          padding: 12px 20px;
          border-radius: 5px;
          margin-top: 15px;
}

/*-----------------------banner-bottom-area-css-end-------------------*/

/*-----------------------bhrc-stander-area-css-start-------------------*/

.bhrc-stander-bg{
   background-color: #BF3E1D;
   padding: 100px 0;
}
.bhrc-stander-title{
     text-align: center;
     margin-bottom: 80px;
}
.bhrc-stander-title h2{
     font-size: 40px;
     font-weight: 700;
     color: #fff;
     position: relative;
}
.bhrc-stander-title h2::after{
       position: absolute;
       content: '';
       width: 94px;
       height: 1px;
       background-color: #fff;
      top: 67px;
      left: 493px;
}
.bhrc-stander-title span{
     color: #0d045f;
}
.bhrc-stander-image img{
  border-radius: 20px;
}
.bhrc-stander-left{
   margin-top: 180px;
}
.bhrc-stander-left p{
      font-size: 19px;
      color: #fff;
      line-height: 30px;
      font-weight: 500;
}
.bhrc-stander-right{
    margin-top: 150px;
}
.bhrc-stander-right p{
      font-size: 19px;
      color: #fff;
      line-height: 30px;
      font-weight: 500;
}
.bhrc-stander-right .bhrc-btm{
      font-size: 16px;
      color: #3d3c3c;
      font-weight: 600;
      background-color: #fff;
      padding: 12px 20px;
      border-radius: 5px;
      margin-top: 20px;
}

/*-----------------------bhrc-stander-area-css-end-------------------*/

/*-----------------------bhrc-individual-area-css-start-------------------*/

.bhrc-individual-overlay{
       background-color: #2a2a2a6e;
       padding: 170px 0;
}
.bhrc-individual-left{
  background-color: #c1200994;
  padding: 50px 33px;
  border-radius: 15px;
  margin-top: 50px;
}
.bhrc-individual-left h4{
    font-size: 37px;
    font-weight: 700;
    color: #fff;
}
.bhrc-individual-right{
       margin-left: 50px;
       border-left: 5px solid #cb0b0b;
       border-radius: 20px;
       padding: 50px 0;
}
.bhrc-individual-right p{
       font-size: 18px;
       font-weight: 700;
       color: #fff;
       line-height: 33px;
       margin-left: 50px;
} 
.bhrc-individual-right .bhrc-individual-btm{
         font-size: 16px;
         color: #3d3c3c;
         font-weight: 600;
         background-color: #fff;
         padding: 12px 20px;
         border-radius: 5px;
         margin-top: 20px;
         margin-left: 50px;
} 

/*-----------------------bhrc-individual-area-css-end-------------------*/

.bhrc-accreditation-content{
      text-align: center;
      background-color: #bb4224ad;
      padding: 80px 80px;
}
.bhrc-accreditation-content h2{
      font-size: 50px;
      font-weight: 700;
      color: #fff;
      padding-bottom: 15px;
      position: relative;
}
.bhrc-accreditation-content h2::after{
           position: absolute;
           content: '';
           width: 100px;
           height: 2px;
           background-color: #f3f5ff;
           top: 72px;
           left: 417px;
}

.bhrc-accreditation-content p{
      font-size: 16px;
      font-weight: 700;
      color: #fff;
      line-height: 30px;
      margin-top: 20px;
}
.bhrc-accreditation-content .bhrc-accreditation-btm{
          font-size: 16px;
          color: #3d3c3c;
          font-weight: 600;
          background-color: #fff;
          padding: 12px 20px;
          border-radius: 5px;
          margin-top: 50px;
}
.bhrc-accreditation-overlay{
   background-color: #49494933;
   padding: 70px 0;
}



#about{
   margin: 60px 0;
}

.about-section-title{
   text-align: center;
   margin-bottom: 100px;
}
.about-section-title h2{
     font-size: 40px;
     font-weight: 700;
     color: #001789;
}
.about-content h5{
     font-size: 30px;
     font-weight: 700;
     color: #222;
     line-height: 40px;
     margin-bottom: 20px;
}
.about-content p{
      font-size: 16px;
      font-weight: 600;
      color: #7c7c7c;
      line-height: 27px;
}
.about-content .bhrc-about-btm{
        font-size: 16px;
        color: #fff;
        font-weight: 600;
        background-color: #36466E;
        padding: 12px 40px;
        border-radius: 5px;
        margin-top: 50px;
}
.about-images img{
   border-radius: 10px;
}





/* -----------------counter-area-css-start---------------------- */

.counter-bg {
  background-color: #E5EFFA;
  padding: 80px 0;
}
.counter-title {
  text-align: center;
}
.counter-title h2 {
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 100px;
}
.single-counter-itam {
  display: flex;
}
.single-counter-itam .counter-icon {
  height: 94px;
  width: 94px;
  background-color: #F5F5FE;
  border-radius: 5px;
  text-align: center;
  line-height: 94px;
  box-shadow: 1px 1px 3px 1px #c1c1c1;
}
.single-counter-itam .counter-content {
  margin-left: 20px;
}
.single-counter-itam .counter-content span {
  font-size: 40px;
  font-weight: 700;
  color: #001789;
}
.single-counter-itam .counter-content p {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #111;
  line-height: 16px;
  font-family: system-ui;
}

/* -----------------counter-area-css-end---------------------- */

.footer-bg{
   padding: 40px 0;
   background-color: #a4a7b4;
}
.footer-nav{
   margin-top: 30px;
}
.footer-nav ul li{
   display: inline-block;
   margin-left: 30px;
}
.footer-nav ul li a{
    font-size: 17px;
    font-weight: 600;
    color: #393a3e;
}
.footer-social{
    margin-top: 20px;
}
.footer-social ul li{
   display: inline-block;
   margin-left: 10px;
}
.footer-social ul li a{
       color: #fff;
       background-color: #910000;
       border: 1px solid #910000;
       padding: 3px 12px;
       font-size: 20px;
       border-radius: 3px;
}
.footer-social ul li a:hover{
       background-color: transparent;
}

/*---------------footer-buttom-prat-end----------------*/
#footer-buttom{
  background-color: #353535ad;
  padding: 5px 0;
}
#footer-buttom p{
 color: #fff;
}
#footer-buttom p span{
 color: #FEC600;
}

/*-------------------footer-buttom-prat-end---------------*/


/*-------------about-page-css-start------------------*/

.page-banner-title{
  width: 50%;
  margin: 0 auto;
}
.page-banner-title h3{
  background-color: #fff;
  padding: 12px 0;
  font-weight: 600;
  font-size: 20px;
  border-radius: 15px;
}
.page-overlay{
width: 100%;
height: 100%;
padding: 120px 0;
background-color: #00000085;
}

.about-image img{
   border-radius: 10px;
   box-shadow: 2px 2px 2px 2px #cacbcd;
}

.about-content{
    margin-left: 50px;
}
.about-content h2{
   font-size: 40px;
   font-weight: 700;
   margin-bottom: 15px;
   color: #182A58;
}
.about-content p{
   font-size: 15px;
   font-weight: 500;
   line-height: 29px;
   color: #808080;
   text-align: justify;
}
.about-content .about-btn{
     font-size: 17px;
     font-weight: 600;
     color: #fffefe;
     background-color: #182A58;
     padding: 13px 45px;
     margin-top: 30px;
     border-radius: 12px;
     box-shadow: 2px 2px 2px 2px #cacbcd;

}

/*------our-mission-visssion-css-start---------*/

.our-mission-overlay{
   background-color: #012138db;
   padding: 150px 0;
}

.our-vission{
  background-color: #919EA1;
  padding: 15px;
  height: 255px;
  text-align: center;
  border-radius: 10px;
}
.our-vission h3{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}
.our-vission p{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.our-mission{
  background-color: #1B4551;
  padding: 15px;
  height: 255px;
  text-align: center;
  border-radius: 10px;
}
.our-mission h3{
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
}
.our-mission p{
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: justify;
}
.mission-row{
   margin-left: 150px;
}
/*------our-mission-visssion-css-end---------*/

/*------welcome-message-css-start---------*/

.welcome-message-bg{
   background-color: #f3ebeb;
   padding: 80px 0;
}
.honarey-img{
    margin-left: 50px;
}
.honarey-img img{
   width: 300px;
}
.honorey-content h3{
   font-size: 25px;
   font-weight: 700;
   margin-bottom: 12px;
}
.honorey-content h6{
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 12px;
}
.honorey-content p{
     font-size: 14px;
     font-weight: 500;
     text-align: justify;
     line-height: 29px;
}
.honorey-name{
    margin-top: 25px;
}
.honorey-name h5{
   font-size: 18px;
   font-weight: 700;
   margin-bottom: 1px;
}
/*------welcome-message-css-end---------*/

/*------why-bhrc-css-start---------*/

#why-bhrc{
   margin: 80px 0;
}

.why-bhrc-content h3{
   font-size: 30px;
   font-weight: 700;
   position: relative;
   margin-bottom: 40px;
}
.why-bhrc-content h3::after{
     position: absolute;
     content: '';
     width: 80px;
     height: 2px;
     background-color: #ffb91d;
     top: 51px;
     left: 4px;
}
.why-bhrc-content p{
     font-size: 14px;
     font-weight: 500;
     line-height: 30px;
     text-align: justify;
}
.why-bhrc-img{
     margin-left: 55px;
}
.why-bhrc-img img{
   border-radius: 10px;
   box-shadow: 2px 0px 10px 1px #98999d;
}

/*------why-bhrc-css-end---------*/

/*-------------about-page-css-end------------------*/


/*-------------bhrc-standerd-page-css-start------------------*/
.bhrc-top-bg{
   background-color: #abb9ff;
   padding: 80px 0;
}
.bhrc-top-content{
   text-align: center;
}
.bhrc-top-content h2{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;
}
.bhrc-top-content h2::after{
      position: absolute;
      content: '';
      width: 100px;
      height: 2px;
      background-color: #fff250;
      top: 52px;
      left: 44%;
}
.bhrc-top-content p{
     font-size: 14px;
     font-weight: 500;
     line-height: 31px;
     padding: 0px 30px;
}

.hr-professional-content .nav-link{
  padding: 20px 36px !important;
  border-radius: 10px !important;
  background-color: #dddddd !important;
  color: #444444 !important;
  font-weight: 600;
}
.hr-professional-content .nav-link.active{
  background-color: #182A58 !important;
  color: #fff !important;
}

#compliance-standerd{
   margin: 80px 0;
}
.compliance-standerd-img{
     margin-right: 15px;
}
.compliance-standerd-img img{
    border-right: 2px solid #001789;
    border-left: 2px solid #001789;
    border-radius: 50px;
    padding: 20px;
}
.compliance-stander-content{
      margin-left: 5px;
}
.compliance-stander-content h2{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.compliance-stander-content p{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
.compliance-stander-content ul li{
      display: flex;
      font-size: 16px;
      margin-bottom: 10px;
      border-bottom: 1px solid #ccc9c9a1;
      padding-bottom: 7px;
}
.compliance-stander-content ul li i{
     font-size: 13px;
     margin-top: 5px;
     margin-right: 7px;
     color: #5c5c5c;
   
}
.compliance-standers-bottom{
    margin-top: 20px;
}
.compliance-standers-bottom h4{
     font-size: 25px;
     font-weight: 700;
     margin-top: 10px;
}
.compliance-standers-bottom p{
     font-size: 14px;
     font-weight: 500;
     margin-top: 6px;
     line-height: 27px;
}





.hr-course-title{
   text-align: center;
   margin-bottom: 30px;
}
.hr-course-title h2{
     font-size: 35px;
     font-weight: 700;

}

/* The actual timeline (the vertical ruler) */
.main-timeline-5 {
  position: relative;
  max-width: 50%;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.main-timeline-5::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: auto;
  margin-left: -3px;
}

/* Container around content */
.timeline-5 {
  position: relative;
  background-color: inherit;
  width: 100%;
}

/* The circles on the timeline */
.timeline-5::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  right: 1px;
  background-color: #fff;
  top: 18px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the right */
.right-5 {
  padding: 0px 0px 20px 40px;
  left: auto;
}

/* Add arrows to the right container (pointing left) */
.right-5::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid #fff;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}

/* Fix the circle for containers on the right side */
.right-5::after {
  left: -10px;
}

@media (max-width: 991px) {
  .main-timeline-5 {
    max-width: 100%;
  }
}
.gradient-custom-5 {
  /* fallback for old browsers */
  background: #ebbba7;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(
    to right,
    rgba(235, 187, 167, 1),
    rgba(207, 199, 248, 1)
  );

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(
    to right,
    rgb(233, 74, 6),
    rgb(58, 27, 211)
  );
}





  #hr-professional{
     margin: 100px 0;
  }
.tab-open-content{
   background-color: #B1BCE6;
   padding: 25px;
   border-radius: 5px;
}
.tab-open-content p{
    font-weight: 500;
    font-size: 14px;
    line-height: 31px;
    text-align: justify;
}
.button-area .nav-link{
  background-color: #dfdfdf;
  border-radius: 5px;
  margin-bottom: 10px;
}
.hr-professional-content h2{
   font-size: 35px;
   font-weight: 700;
   margin-bottom: 30px;
}


/*-------------bhrc-standerd-page-css-end------------------*/





/*----------------framework-page-css-start------------------*/

/* The actual timeline (the vertical ruler) */
.main-timeline {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #939597;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: #939597;
  border: 5px solid #f5df4d;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  padding: 0px 40px 20px 0px;
  left: 0;
}

/* Place the container to the right */
.right {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .main-timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 18px;
  }

  .left::before {
    right: auto;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}


.framework-bg{
   background-color: #62a6d7;
   padding: 100px 0;
}
.card-line-right{
   width: 100%;
   position: absolute;
   left: 580px;
   top: 6px;
}
.card-line-left{
  width: 100%;
  position: absolute;
  right: 268px;
  top: 6px;
}
.card-line-left-last{
  width: 100%;
  position: absolute;
  right: 430px;
  top: 6px;
}


.card-body.framework-text ul{
    margin-top: 15px;
    margin-left: 15px;
}
.card-body.framework-text ul li{
   list-style: disc;
   text-decoration: none;
   margin-bottom: 5px;
   font-weight: 500;
}
.card-body.framework-text ul li .sub-focused ul{
      margin-left: 30px;
      margin-top: 5px;
}
.card-body.framework-text ul li .sub-focused ul li{
     list-style: circle;
     margin-bottom: 5px;
}



/*----------------framework-page-css-start------------------*/


/*------------course-accreditation-page-css-start--------------*/

/*-----course-accreditation-css-start----*/
.course-accreditation-bg{
  background-color: #edff5b69;
  padding: 90px 0;
}
.course-accreditation-content-left h2{
   font-size: 35px;
   font-weight: 700;
   margin-bottom: 30px;
   position: relative;
}
.course-accreditation-content-left h2::after{
      position: absolute;
      content: '';
      width: 93px;
      height: 2px;
      background-color: #fd7500;
      top: 50px;
      left: 0px;
}
.course-accreditation-content-left p{
     font-size: 14px;
     font-weight: 500;
     text-align: justify;
     line-height: 29px;
}
.course-accreditation-content-right{
      margin-left: 75px;
}
.course-accreditation-content-right ul li{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    list-style: disc;
}

/*-----course-accreditation-css-end----*/


/*-----accreditation-process-css-start----*/

#accreditation-process{
   margin: 80px 0;
}

.accreditation-process-title{
    text-align: center;
}
.accreditation-process-title h2{
      font-size: 35px;
      font-weight: 700;
      margin-bottom: 30px;
      position: relative;
}
.accreditation-process-title h2::after{
       position: absolute;
       content: '';
       width: 93px;
       height: 2px;
       background-color: #ff3115;
       top: 54px;
       left: 45%;
}
.accreditation-process-title p{
     padding: 0px 100px;
     font-size: 14px;
     font-weight: 500;
     line-height: 29px;
}



.rs-accordion-style1 .card {
  border: 0;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}


.rs-accordion-style1 .card .card-header {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
  background: transparent;
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.rs-accordion-style1 .card .card-header .acdn-title {
  background-color: rgba(240, 240, 240, 0.8);
  position: relative;
  margin-bottom: 0;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.2px;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}

.rs-accordion-style1 .card .card-header .acdn-title:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0da";
  right: 20px;
  transition: all 0.3s ease 0s;
}
.rs-accordion-style1 .card .card-body {
  padding: 5px 15px 18px;
}
.rs-accordion-style1 .card .card-header .acdn-title:not(.collapsed) {
  background-color: #ff3115;
  color: #ffffff;
}
.rs-accordion-style1 .card .card-header .acdn-title {
  background-color: rgba(240, 240, 240, 0.8);
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.2px;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}
.rs-accordion-style1 .card .card-header .acdn-title:not(.collapsed):after {
  transform: rotate(90deg);
  color: #ffffff;
}

.rs-accordion-style1 .card .card-header .acdn-title:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0da";
  right: 20px;
  transition: all 0.3s ease 0s;
}
.accreditation-process-step{
   margin-top: 70px;
}

/*-----accreditation-process-css-end----*/

#accreditation-apply{
   margin: 100px 0;
}
.accreditation-apply-content{
   text-align: center;
}

.accreditation-apply-content h2{
     font-size: 35px;
     font-weight: 700;
     margin-bottom: 30px;
     position: relative;
}
.accreditation-apply-content h2::after{
      position: absolute;
      content: '';
      width: 93px;
      height: 2px;
      background-color: #ff3115;
      top: 54px;
      left: 42%;
}
.accreditation-apply-content p{
      line-height: 29px;
}
.accreditation-apply-content .apply-btn{
     margin-top: 42px;
     font-size: 16px;
     font-weight: 700;
     background-color: #182A58;
     padding: 12px 55px;
     color: #fff;
     border-radius: 7px;
     border: 1px solid #182A58;
     transition: all linear .4s;
}
.accreditation-apply-content .apply-btn:hover{
       background-color: transparent;
       color: #222;
}

/*------------course-accreditation-page-css-end--------------*/

/*------------institute-accreditation-page-css-start--------------*/

.benefit-accreditation-bg{
    background-color: #edff5b69;
     padding: 90px 0;
}
.benefit-accreditation-content{
   text-align: center;
}
.benefit-accreditation-content h2{
     font-size: 35px;
     font-weight: 700;
     margin-bottom: 30px;
     position: relative;
}
.benefit-accreditation-content h2::after{
       position: absolute;
       content: '';
       width: 93px;
       height: 2px;
       background-color: #ff3115;
       top: 54px;
       left: 42%;
}
.benefit-accreditation-content p{
     line-height: 29px;
}



#five-benefit{
   margin-top: 40px;
   margin-bottom: 80px;
}

.five-benefit-title{
   text-align: center;
}
.five-benefit-title h2{
     font-size: 35px;
     font-weight: 700;
     margin-bottom: 80px;
}

.five-benefit-main-content .nav-links.active {
        background-color: #182A58;
        color: #fff;
} 
.five-benefit-main-content .nav-links {
       padding: 22px 80px;
       font-size: 19px;
       font-weight: 700;
       border: 1px solid #222;
       border-radius: 10px;
       margin-bottom: 10px;
} 
.five-benefit-main-content .tab-content {
        width: 650px;
        border-radius: 10px;
} 
.five-benefit-main-content .tab-open-content {
        background-color: #b6edde;
} 

.five-benefit-main-content .tab-open-content p {
  font-weight: 600;
  font-size: 14px;
  line-height: 35px;
  text-align: justify;
} 
.batootan-main{
   display: flex;
}




#process{
   margin-top: 20px;
   margin-bottom: 70px;
}
.process-title{
   text-align: center;
}
      
.process-title h2{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 80px;
}
.process-image{
     margin-right: 20px;
}
.process-image img{
     border-radius: 10px;
     box-shadow: 1px 1px 0px 1px #b7b3b3c9;
}
.rs-accordion-style1 .card .card-body {
     line-height: 30px;
}
.process-content{
   margin-left: 20px;
}
      

#apply{
   margin: 80px 0;
}
.apply-content{
   text-align: center;
}
.apply-content h2{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
}
.apply-content h2::after{
      position: absolute;
      content: '';
      width: 93px;
      height: 2px;
      background-color: #ff3115;
      top: 54px;
      left: 42%;
}
.apply-content .apply-btn{
     margin-top: 42px;
     font-size: 16px;
     font-weight: 700;
     background-color: #182A58;
     padding: 12px 55px;
     color: #fff;
     border-radius: 7px;
     border: 1px solid #182A58;
     transition: all linear .4s;
}
.apply-content .apply-btn:hover{
     background-color: transparent;
     color: #222;
}

/*------------institute-accreditation-page-css-end--------------*/


/*------------certify-corporate-page-css-start--------------*/
#bhrc{
   margin: 50px 0;
}
.bhrc-top{
   text-align: center;
   margin-bottom: 50px;
}
.bhrc-top h2{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.bhrc-top p{
     line-height: 30px;
}


.bhrc-itam{
   border: 1px solid 212c68;
   background-color: #212c68;
   text-align: center;
   padding: 30px 15px;
   border-radius: 10px;
   height: 315px;
   margin-bottom: 10px;
   position: relative;
}
.bhrc-itam.two{
   background-color: #676821;
}
.bhrc-itam.three{
   background-color: #097272;
}
.bhrc-itam.foure{
   background-color: #600972;
}
.bhrc-itam.five{
   background-color: #720909;
}
.bhrc-itam.six{
   background-color: #9b6b04;
}
.bhrc-itam.saven{
   background-color: #04899b;
}
.bhrc-itam.eight{
   background-color: #049b48;
}
.bhrc-itam.nine{
   background-color: #034f8d;
}
.bhrc-itam.ten{
   background-color: #8d7403;
}
.bhrch-hover-content{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgb(10, 52, 68);
  border-radius: 10px;
  padding: 15px 0;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  transform: scale(.5);
  transition: .7s all;
  opacity: 0;
  visibility: hidden;
}

.bhrc-itam:hover .bhrch-hover-content{
  opacity: 1;
    visibility: visible;
    transform: scale(1);

}

.bhrc-front-content .bhrch-icon{
    margin-bottom: 10px;
}
.bhrc-front-content .bhrch-icon i{
    border: 1px solid #ffcf32;
    padding: 13px;
    color: #fff;
    font-size: 25px;
    border-radius: 5px;
}
.bhrc-front-content h2{
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
}
.bhrc-main{
   margin: 50px 0;
}
.bhrch-hover-content .bhrch-icon{
      margin-bottom: 10px;
}
.bhrch-hover-content .bhrch-icon i{
     border: 1px solid #ffcf32;
     padding: 13px;
     color: #fff;
     font-size: 25px;
     border-radius: 5px;
}
.bhrch-hover-content p{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
    padding: 0px 10px;
    text-align: justify;
}
.apply-button{
   text-align: center;
}
.apply-button .apply-btn{
  margin-top: 42px;
  font-size: 16px;
  font-weight: 700;
  background-color: #182A58;
  padding: 12px 85px;
  color: #fff;
  border-radius: 7px;
  border: 1px solid #182A58;
  transition: all linear .4s;
}
.apply-button .apply-btn:hover{
        background-color: transparent;
        color: #222;
}

/*------------certify-corporate-page-css-end--------------*/

#privacy{
  margin: 50px 0;
}
.privacy-top p{
   font-size: 16px;
   font-weight: 600;
   line-height: 31px;
}
.privacy-content-itam{
   margin: 25px 0;
}
.privacy-content-itam h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: serif;
}
.privacy-content-itam p{
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 16px;
}
.privacy-content-itam ul li{
    font-size: 15px;
    font-weight: 600;
    display: flex;
    margin-bottom: 10px;
}
.privacy-content-itam ul li i{
      font-size: 15px;
      margin-right: 7px;
      margin-top: 3px;
      font-weight: 600;
}





/*credential-page-css-start*/

#credential{
   margin: 30px 0;
}
.credential-nav{
    margin-bottom: 30px;
}
.credential-nav .nav a{
    font-size: 16px;
    font-weight: 700;
    background-color: #00103e;
    border: 1px solid #00103e;
    padding: 14px 59px;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    margin-left: 5px;
}
.credential-nav a.active{
    background-color: transparent;
  
}
.credential-banner-img img{
   width: 20%;
}


.tab-pane.two{
   margin-top: 83px;
}
.tab-pane.three{
   margin-top: 145px;
}
.tab-pane.foure{
   margin-top: 220px;
}
.tab-pane.five{
   margin-top: 270px;
}





.tab-pane.assesm-two{
  margin-top: 50px;
}
.tab-pane.assesm-three{
  margin-top: 100px;
}
.tab-pane.assesm-foure{
  margin-top: 190px;
}
.tab-pane.assesm-five{
  margin-top: 230px;
}
.tab-pane.assesm-six{
  margin-top: 354px;
}



.credential-banner{
   display: flex;
}
.credential-lfet-content{
  background-color: #00103e;
  padding: 25px 35px;
  width: 900px;
  clip-path: polygon(1% 0, 100% 0, 77% 100%, 0% 100%);

}
.credential-lfet-content h3{
     font-size: 37px;
     font-weight: 700;
     color: #fff;
     line-height: 50px;
}
.credential-banner-img{
   text-align: center;
   margin-top: 30px;
}
.credentail-right-content{
   margin-top: 30px;
}
.credentail-right-content ul li{
     margin-bottom: 10px;
    
}
.credentail-right-content ul li a{
     font-size: 18px;
     font-weight: 700;
     color: #000000;
     font-family: 'FontAwesome';
}

.credential-banner-apply-btn{
       margin-top: 20px;
}
.credential-banner-apply-btn a{
     font-size: 15px;
     font-weight: 700;
     color: #fff;
     background-color: #00103e;
     padding: 14px 60px;
     border-radius: 10px;
}

.introduction-content{
   margin: 25px 0;
}
.introduction-content h2{
     font-size: 25px;
     font-weight: 700;
     margin-bottom: 10px;
}
.introduction-content p{
    line-height: 29px;
    text-align: justify;
}
.objective-content{
    margin: 25px 0;
}
.objective-content h2{
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.objective-content p{
  line-height: 29px;
  text-align: justify;
}

.credentail-aim-title{
   text-align: center;
}
.credentail-aim-title h2{
     font-size: 26px;
     font-weight: 700;
     margin-bottom: 15px;
}
.credential-aim-itam{
   padding: 15px;
   background-color: #e6baba;
   height: 150px;
   border-radius: 5px;
}
.credential-aim-itam.chnage{
   background-color: #e78686;
}
.credential-aim-itam p{
   font-size: 15px;
   line-height: 30px;
   font-weight: 500;
   color: #323232;
}
#credential-aim{
   margin: 30px 0;
}

#eligibility{
   margin: 50px 0;
}
.eligibility-content h3{
   font-size: 25px;
   font-weight: 700;
   margin-bottom: 10px;
}


.five-benefit-main-content.assessment .nav-links{
    font-size: 15px;
    padding: 20px 80px;
    font-weight: 700;
    border: 1px solid #a9a2a2;
    border-radius: 10px;
    margin-bottom: 8px;
    background-color: #182A58;
    color: #fff;
}
.five-benefit-main-content.assessment .nav-links.active {
  background-color: #cececf;
  color: #222;
}
.target-content h2{
   font-size: 30px;
   font-weight: 700;
   margin-bottom: 10px;
}
.target-content h6{
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 10px;
}
.target-content ul{
     margin-left: 50px;
     margin-top: 20px;
}
.target-content ul li{
   font-size: 15px;
   font-weight: 500;
   margin-bottom: 10px;
   list-style: disc;
}
#target{
   background-color: #d8d7d7;
   padding: 30px 50px;
   border-radius: 10px;
   margin-bottom: 50px;
}

.credential-aim-itam.csp{
    height: 230px;
}

.apply-credetial-btn{
   text-align: center;
   margin-top: 80px;
}
.apply-credetial-btn a{
     font-size: 15px;
     font-weight: 700;
     color: #fff;
     background-color: #00103e;
    padding: 14px 100px;
     border-radius: 10px;
}



#topBtn{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 50px;
    background-color: #000b91ad;
    font-size: 22px;
    color: #e8e7e6;
    border: none;
    border-radius: 10%;
    cursor: pointer;
    display: none;
    line-height: 0px;
}







