
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

h1.employee-portal-title {
    margin-top: 40px;
}

h1.client-portal-title {
    margin-top: 40px;
}
h1.certificate-title {
    margin-top: 40px;
}
h1.training-matrix-title {
    margin-top: 40px;
}
.full-banner-title{
    display: flex;
    justify-content: center;
    font-size: 35px;
    line-height: .8;
    color: #e8e8e8;
    position: relative;
    z-index: 3;
    margin: 0 0 13px;
    text-shadow: 1px 1px 6px rgb(0 0 0);
}

.boc-fusion-text{
   text-align: center;
   color: #e8e8e8;
   position: relative;
   z-index: 3;
   text-shadow: 1px 1px 6px rgb(0 0 0);
   line-height: 24px;
    font-size: 18px;
    padding: 10px 0px 0px 0px;
}
.bg-color{
    background-image:linear-gradient(to right,#c19803, #7d6100, #584500);
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-color-black{
    background-image:linear-gradient(to right, #c19803, #7d6100, #584500, #3e3100);
    background-position: center center;
    background-repeat: no-repeat;
}

.seprator-style{
     background-image:linear-gradient(to right, #c19803, #7d6100, #584500, #3e3100);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 30px;
    border-width: 0px 0px 0px 0px;
    border-color: #eae9e9;
    border-style: solid;
}

.seprator-h4{
    font-size: 20px;
}
.text-brown{
    color: #7d6100;
}
.text-black{
    color: #000;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #685100;
    position: absolute;
    left: 50%;
  }

.who-we-are {
    z-index: 1;
    padding: 8px 11px 6px 6px;
}
.Accreditation{
    z-index: 1;
    padding: 8px 11px 6px 6px;
}
/*time-line-css
*/
body{
    background-color: #f7f7f7;
}

.main-timeline {
    position: relative
}
h3.blog-banner-title {
    font-size: 50px;
    line-height: .8;
    color: #e8e8e8;
    position: relative;
    z-index: 3;
    margin: 0 0 13px;
    text-shadow: 1px 1px 6px rgb(0 0 0);
}
.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #232323;
    left: -3px
}

.main-timeline .icon:after {
    border: 2px solid #c6c6c6;
    left: 3px
}

.main-timeline .timeline:hover .icon:before {
    left: 3px
}

.main-timeline .timeline:hover .icon:after {
    left: -3px
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 117px;
    position: relative
}

.main-timeline .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: #c6c6c6;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0
}

.main-timeline .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer:before {
    background: #fff;
    border: 2px solid #232323;
    left: -6px
}

.main-timeline .date-outer:after {
    border: 2px solid #c6c6c6;
    left: 6px
}

.main-timeline .timeline:hover .date-outer:before {
    left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
    left: -6px
}

.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 27%;
    left: 0
}

.main-timeline .month {
    font-size: 18px;
    font-weight: 700
}

.main-timeline .year {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #232323;
    line-height: 36px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right
}

.main-timeline .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px 0
}

.main-timeline .description {
    margin-bottom: 0
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px
    }
    .main-timeline .date-content:before {
        width: 22.5%
    }
    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }
    .main-timeline .title {
        font-size: 17px
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        margin: 0;
        left: 7px
    }
    .main-timeline .timeline {
        margin-bottom: 20px
    }
    .main-timeline .timeline:last-child {
        margin-bottom: 0
    }
    .main-timeline .icon {
        margin: auto 0
    }
    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }
    .main-timeline .date-content:before {
        display: none
    }
    .main-timeline .date-outer {
        width: 110px;
        height: 110px
    }
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px
    }
    .main-timeline .date {
        top: 30%
    }
    .main-timeline .year {
        font-size: 24px
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0;
        overflow:hidden;
    }
    .main-timeline .title {
        margin-bottom: 10px
    }
}
/*end-time-line*/
.fcf-thumb img{
    width: 180px !important;
    height: 180px !important;
}
.fci-details{
    padding: 0px 20px 0;
}
.fci-details h4{
    font-size: 22px;
}

.price-rate {
    border-top: 0px;
}


.card-btn{
    border: none;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #000000;
    height: 35px;
    padding: 12px 25px;
    text-align: center;
    display: inline-block;
    line-height: .8;
    letter-spacing: 0;
    position: relative;
    border-radius: 2px;
    z-index: 1;
    cursor: pointer;
    outline: none;
}

.fci-details .price-rate {
    width: calc(100% + 108px);
    left: -54px;
    display: flex;
    justify-content: space-between;
    padding: 14px 35px 0px;
}

.big-button{
    padding: 30px 65px!important;
    background: #000;
    color: #fff;
    border-radius: 8px;
    font-size: 22px;
}
.center-of-excellence{
    margin-left: 25%;
}
.center-of-excellence{
    margin-top: 0px !important;
}

.two-section-image-width{
    max-width: 80%;
    width: 305px;
}

.pyc-4{
    padding-top:3.1rem ;
    padding-bottom:3.1rem ;
}

div.wyswyg-p * {
    color: #fff !important;
}

.orage-banner-text{
    color:#000;
     font-size: 30px;
     line-height: 40px;
}

.orange-section-heading{
    font-size:40px;
}

element.style {
}
.btn:hover {
    color: #989898;
    text-decoration: none;
}

.orange-banner-button{
    width: 100%;
    padding: 20px;
    border-radius: 22px;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
    color: #6e6e6e;
    font-weight: 600;
}
.header-02.fix-header .navbar-expand-lg .navbar-nav li > a{
    color: #000;
}

.header-02 .navbar-expand-lg .navbar-nav li:hover > a {
	color: #a09d9d !important;
}


  @media screen and (max-width: 820px) {
    .header-02 .navbar-expand-lg .navbar-nav li > a{
        color: #000;
    }
    .seprator-h4{
        font-size: 12px;
    }
    .seprator-h4 img{
        width: 80px;
        height: 15px;
    }

    .full-width-row{
        margin: auto;
    }

    .ab-thumb img{
        width: 95% !important;
        padding: 2.5rem !important;
    }
    .big-button {
        padding: 30px 24px!important;
    }
    .orage-banner-text{
         font-size: 16px;
    }
    .orange-section-heading{
        font-size:16px;
    }
    .topbar {
        height: 9% !important;
        z-index:1 !important;
    }
    .navbar-brand img {
        width: auto;
        height: 42px !important;
    }
    h2.elementor-heading-title.elementor-size-default {
        font-size: 13px;
    }
  }

  @media screen and (max-width: 1368px) {
    .topbar{
        height: 5% !important;
    }
  }
  @media screen and (max-width: 280px) {
    .seprator-h4{
        font-size: 10px;
    }

    .orage-banner-text{
        font-size: 16px;
   }
  }

  .home-ececs{
    color: #000 !important;
}

#cir {
    width:200px;
    height: 200px;
    background: #F7F7F7;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    top: -75px;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .home.page-banner:after {
        opacity: 0.85;
    }
    .funfact-item{
        max-width: 123px!important;
    }
    .footer-1 {
        position: relative;
        z-index: 3;
        padding: 206px 54px 0;
        background: #fff;
        border-top: 10px solid #e9e9e9;
    }
    .about-widget p {
        font-size: 15px;
        margin-bottom: 1px!important;
    }

    .header-02 {
        top: 94px;
    }

    .topbar {
        height: 27%;
        z-index: 4;
    }


    .navbar-expand-lg .navbar-nav li > a{
        padding: 5px 0 5px;
    }
    .navbar-brand img {
        width: auto;
        height: 102px;
    }
    .footer-light-logo {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    span.boc-tag-line {
        color: #7d6100;
        display: block;
        margin-bottom: 20px;
        font-weight: bold;
    font-size: 16px;

    }
    .about-widget img {
        /* max-width: 100%; */
        height: auto;
        margin: 0 0 23px;
        /* min-width: 53px; */
        max-width: 107px!important;
    }

    .ab-social a{
        display: inline-block;
        width: 40px;
        height: 40px;
        background: #7d6100;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 42px;
        font-size: 14px;
        margin-right: 2px;
    }
    .ab-social a.fac{
        background: #bb9403;
    }
    .ab-social a.twi{
        background: #bb9403;
    }
    .ab-social a.you{
        background: #bb9403;
    }
    .ab-social a.lin{
        background: #bb9403;
    }
    .ab-social a.ins{
        background: #bb9403;
    }
    .ab-social a:hover{
        -webkit-box-shadow: 0px 10px 20px 0px rgba(21, 22, 23, 0.3);
        -moz-box-shadow:    0px 10px 20px 0px rgba(41, 43, 44, 0.3);
        box-shadow:         0px 10px 20px 0px rgba(31, 33, 34, 0.3);
    }

    /* // containers // */
.rating-wrapper {
  direction: rtl !important;
}

.rating-wrapper label {
    color: #e1e6f6;
    cursor: pointer;
    display: inline-flex;
    font-size: 3rem;
    padding: 1rem 0.6rem;
    transition: color 0.5s;
  }

  .rating-wrapper svg {
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow (4px 1px 6px rgba(198, 206, 237, 1));
    filter: drop-shadow(5px 1px 3px rgba(198, 206, 237, 1));
  }

  .rating-wrapper input {
    height: 100%;
    width: 100%;
  }

  .rating-wrapper input {
    display: none;
  }

  .rating-wrapper label:hover,
  label:hover ~ label,
  input:checked ~ label {
    color: #fcb900;
  }

  .rating-wrapper label:hover,
  label:hover ~ label,
  input:checked ~ label {
    color: #fcb900;
  }

  .review-slider-star{
    font-weight: 500;
    font-size: 12px;
}
.review-slider-star-fill{
      font-weight: 600;
    color: #fcb900;
  }


 .rate p {
    color: #000;
    background-image: url('/frontend/images/content.png');
    padding: 8px 0px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 166px;
    height: 50px;
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-all;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}
.rate h3 {
    color: #000;
    background-image: url('/frontend/images/content.png');
    padding: 8px 0px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 215px;
    height: 122px;
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-all;
    margin-left: auto;
    margin-right: auto;
}


.list-stars{
    padding-left:0;
    margin-bottom: 0;
    list-style: none;
    display: inline-flex;
    font-size: 32px;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
  }
   .rate-stars{
   padding-left:0;
   list-style:none;
   display:inline-flex;
   gap:10px;
   font-size:32px;
   justify-content:center;
       width: 100%;
   }
  @media screen and (min-width:1px)and (max-width:767px){
  .stars-rate{
    display:none !important;
    }
    .list-stars {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    }
    .contact-section{
    padding:0px !important
    }
    .bg-color .row{
    justify-content:center
    }
    .orange-banner-button{
    margin-bottom:20px;
    }
    .cta-mailchimp{
    margin-top:0;
    padding-left: 15px;
padding-right: 15px;
    }
    .footer-1{
    padding: 0px 0 0;
    }
    .footer-light-logo {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: center;
    margin-top: 40px;
    }
    .pricing-section {
    padding: 0;
    }
  }
  h1, .h1 {
    font-size: 1.5rem!important;
}

.boc-footer-content{
    padding: 10px 0px 5px 16px;
}


.main-timeline .icon:after {
    border: 2px solid #c6c6c6;
    left: 0;
}
.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #232323;
    left: 0px;
}
.main-timeline .date-outer:before {
    background: #fff;
    border: 2px solid #232323;
    left: 6px;
}


.contact-form form.row {
    justify-content: center;
}
.contact-form{
	background-color:#fff;
}
.rating-wrapper label {
    color: #e1e6f6;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.5rem;
    padding: 1rem 0rem;
    transition: color 0.5s;
}
.rating-wrapper label:hover, label:hover ~ label, input:checked ~ label {
    color: rgb(255, 185, 0);
}
.contact-form input[type="text"], .contact-form input[type="number"], .contact-form textarea, .contact-form input[type="email"]{
background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
	}
	input.btn.btn-dark {
    background-color: #eee;
    border: 1px solid #ddd;
    color: #333;
    font-size: 1em;
    padding: 10px 15px;
}
input.btn.btn-dark {
    background-color: #eee;
    border: 1px solid #ddd;
    color: #333;
    font-size: 1em;
    padding: 10px 15px;
    line-height: normal;
}
