  /* ----------- */
  @import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  body {
    font-family: Instrument Sans;
  }

  .region.region-content {
    padding: 0px;
  }
.slick-slider {
    margin-bottom: 30px;
}
  .banner-slider .slick-dots {
    position: absolute;
    left: 113px;
    top: 63%;
    transform: translateY(-50%);
    display: flex !important;
    flex-direction: column;
    gap: 10px;
  }
form#views-exposed-form-certificate-certificate .form-control {
   
    width: 89%;
}

  /* Banner slider - no gap */
  .banner-slider {
    width: 100% !important;
    overflow: hidden;
  }

  .banner-slide {
    position: relative;
    width: 100vw;
    height: 100vh;
  }

  /* Image and overlay styles */
  .overlay-container {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Dark overlay
} */

  /* Banner content */
  .banner-content {
    position: absolute;
    top: 54%;
    left: 46%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: start;
    z-index: 4;
  }

  .banner-content h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .banner-content h3 {
    font-size: 40px;
    /* margin: 10px 0; */
    font-weight: 600;
    width: 112%;
  }

  .banner-content button {
    margin-top: 20px;
    padding: 11px 32px;
    font-size: 15px;
    background-color: #1E407D;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
  }


  /*  */

  /* Slick Dots Left */
  .banner-slider .slick-dots {
    position: absolute;
    left: 113px;
    top: 63%;
    transform: translateY(-50%);
    display: flex !important;
    flex-direction: column;
    width: 90px;
    gap: 10px;
  }

  /* .slick-dots li {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer;
      
      padding: 10px;
      
  }

  .slick-dots li {
  
} */
  .banner-slider .slick-dots li {
    margin: 8px 0px;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    padding: 10px;
    border: 3px solid white;
    border-radius: 50px;
  }

  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .banner-slider .slick-dots li button:before {
    font-size: 11px;
    padding: 1px 4px;
  }


  .banner-slider .slick-dots li.slick-active button:before {
    color: #FC352E;
  }

  /* Right Side Number Bar Navigation */
.right-dots {
    position: absolute;
    right: 8%;
    transform: translateY(-271%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    bottom: -9%;
}

  .right-dots ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .right-dots li {
    height: 100px;
    position: relative;
    text-align: center;
    font-size: 14px;
    /* color: rgba(255, 255, 255, 0.6); */
    font-weight: 400;
    cursor: pointer;
  }

  .right-dots li::before {
    content: attr(data-index);
    display: block;
    margin-bottom: -9px;
    font-size: 24px;
    font-weight: 500;
    color: white !important;
  }

  .right-dots li::after {
    content: '';
    display: block;
    width: 0.5px;
    height: 188%;
    /* background-color: rgba(255,255,255,0.2); */
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    z-index: -1;
  }


  .right-dots li span.bar {
    display: block;
    width: 9px;
    height: 44px;
    background-color: #FC352E;
    margin: 12px auto;
    opacity: 0;
    transition: opacity 0.3s;
    border-radius: 0px;
  }

  .right-dots li.active span.bar {
    opacity: 1;
  }

 .right-dots ul::before {
     content: '|';
     display: block;
     width: 1.5px;
     background: url();
     background: url('/images/line.webp');
     height: 53%;
     position: absolute;
     left: 50%;
     top: 42px;
     transform: translateX(-50%);
     z-index: -7;
 }

.right-dots ul::after {
    content: '02';
    display: block;
    width: 1.5px;
    height: 53%;
    position: absolute;
    left: 4%;
    top: 157px;
    transform: translateX(-50%);
    z-index: 8;
    font-size: 24px;
    font-weight: 500;
    color: white !important;
}

  .right-dots ul li:nth-child(3)::before {
    content: none;
  }

  /* --------------------------------------- */



  /* about us */

  h5.mb-1.aboutsubheading {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 21px !important;
  }

  h3.about-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 25px;
  }

  p.about-text {
    font-size: 16px;
    line-height: 30px !important;
    font-weight: 400;
    /* width: 534px; */
    margin-bottom: 50px;
  }

  a.about-btn {
    margin-top: 20px;
    padding: 11px 32px;
    font-size: 15px;
    background-color: #1E407D;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
  }


  /*  */
  /* mission vission */
.mission-section {
    padding: 75px 0;
    background-image: url('/images/missionvission.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    /* background-color: black; */
    margin-top: -54px;
    margin-bottom: 50px;
}

  p.mission-para.mb-2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px !important;
  }

  .mission-title {
    font-size: 40px;
    font-weight: 600;
  }

  .mission-subtitle {
    font-size: 40px;
    font-weight: 600;
  }

  /* - */
  .numbered-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 27px;
    margin-left: 32px;
    width: 100%;
  }


  .numbered-item1 {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-left: -54px;
    width: 100%;
  }

  .numbered-item1 img {
    /* width: 40px; */
    /* height: 40px; */
    object-fit: contain;
  }

  .numbered-item img {
    object-fit: contain;
  }



  .numbered-item1 .icon-box {
    display: flex;
    align-items: start;
    gap: 10px;
    margin-top: -113px;
    justify-content: flex-start;
  }

  .missioncontent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-left: 30px;
    margin-top: 17px;
  }

  .missiontext {
    margin-top: -1px;
    margin-left: 13px;
  }

  /* .icon-box.mb-1 {
  margin-top: -65px;
} */


  a.mission-btn {
    margin-top: 20px;
    padding: 11px 32px;
    font-size: 15px;
    background-color: white;
    border: none;
    color: #1E407D;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
  }

  .col-md-6.mb-4.mb-md-0.leftcontent {
    margin-top: -73px;
  }

  .numbered-item .icon-box img {
    margin-top: -124px;
  }

  .numbered-item1 .icon-box img {
    margin-top: 1px;
  }

  /* -----------our service */
  /* .layout.layout--twocol-section.layout--twocol-section--50-50 {
display: flex;
flex-wrap: wrap;
padding: 58px 118px;
}
.layout.layout--twocol-section.layout--twocol-section--50-50 .layout__region.layout__region--first {
  margin-left: 0px;
  padding: 0px 14px;
} */
  /******home-our-service1*****/
  .view-home-our-service1 li.grid,
  .view-home-our-service2 li.grid {
    background: #EDF0F6;
    border-radius: 5px;
  }

  .view-home-our-service1 .grid__content,
  .view-home-our-service2 .grid__content {
    padding: 30px;
  }

  span.views-field.views-field-field-home-our-service-title span.field-content,
  span.views-field.views-field-field-homeourservicetitle span.field-content {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    margin-left: 15px;
  }

  .view-home-our-service1 .views-field.views-field-body,
  .view-home-our-service2 .views-field.views-field-body {
    margin-top: 15px;
  }

  p.mb-4.ourservicepara {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
  }

  .listoflinks {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0%;
  }

  .listoflinks li.mb-2 {
    margin: 0;
    padding: 0;
    margin-left: 23px !important;
  }

  /* ------------------ */

  /* accordian */



  .stepper {
    text-align: center;
    font-weight: bold;
    writing-mode: vertical-lr;
    /* transform: rotate(180deg); */
  }

  .arrow-btn {
    cursor: pointer;
    font-size: 1.5rem;
    user-select: none;
  }

  .accordion-button {
    font-weight: bold;
    font-size: 1.1rem;
    /* padding: 15px 20px; */
    background-color: transparent !important;
    /* Remove button background */
    box-shadow: none !important;
  }

  .accordion-button::after {
    content: '+' !important;
    /* Show + symbol */
    font-size: 1.5rem;
    /* margin-left: auto; */
    background-image: none !important;
    margin-top: -10px;
    /* Remove default arrow */
  }

  .accordion-button:not(.collapsed)::after {
    content: '' !important;
    /* Hide symbol when open */
  }

  /* .accordion-button::after {
content: "+";
font-size: 1.2rem;
margin-left: auto;
}

.accordion-button:not(.collapsed)::after {
content: "-";
} */

  .card-icon {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .accordion-item {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #fff;
    color: #000;
  }

  .accordion-button {
    background-color: #fff;
    color: #000;
    font-weight: 600;
  }

  .accordion-body {
    background-color: #fff;
    color: #000;
  }

  .step-indicator {
    font-size: 1.5rem;
  }

  .step-text {
    font-size: 0.8rem;
  }

  /* ---- */


  .certificatecontent {
    margin-top: -78px;
    margin-left: 0px;
  }

  h5.certificatepara {
    font-size: 20px;
    font-weight: 200;
  }

  h3.certificate-title {
    font-size: 40px;
    font-weight: 600;
    width: 500px;
  }

  h4.certificate-subtitle {
    font-size: 40px;
    font-weight: 600;
  }

  p.certificate-text {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 31px;
    margin-bottom: 37px;
  }

  .col-1.d-flex.flex-column.align-items-center.processparent {
    margin: auto;
  }

  .arrow-btn {
    cursor: pointer;
    font-size: 11px;
    user-select: none;
    /* width: 15px; */
  }

  .step-indicator {
    font-size: 40px;
    font-weight: 600;
  }

  .step-text {
    font-size: 12px;
    font-weight: 400;
  }

  h4.accordianheading {
    margin-left: 17px;
    font-size: 25px;
    color: #000000 !important;
    font-weight: 600;
  }

  .accordion-body p {
    margin-top: -16px;
    font-size: 13px;
    line-height: 27px;
  }

  button.accordion-button.collapsed .card-icon img {
    display: none;
  }

  .certificate-btn {
    margin-top: 20px;
    padding: 11px 32px;
    font-size: 15px;
    background-color: white;
    border: none;
    color: #1E407D;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
  }

  /* contact us page */
  .layout.layout--twocol-section.layout--twocol-section--67-33 {
    padding: 95px 0;
    background-image: url('/images/contactusbanner.webp');
    /* background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    /* background-color: black; */
    /* margin-top: 5px; */
    margin-bottom: 50px;
    margin-left: 35px;
    margin-right: 42px;
  }

  .layout.layout--twocol-section.layout--twocol-section--67-33 .layout__region--second {
    margin-left: -122px;
    /* padding: 0px 60px; */
  }

  form#webform-submission-consult-here-webform-node-43-add-form {
    /* border: 1px solid; */
    padding: 44px;
    background-color: #ffffff;
    color: #000000;
    /* margin-left: 0px; */
  }

  /* .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-name-first.form-item-name-first {
width: 167px;
} */
  .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-consult-here-first.form-item-consult-here-first label {
    display: none;
  }

  /* .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-consult-here-first.form-item-consult-here-first {
    width: 167px;
  } */

  /* .js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-email.form-item-email.form-no-label {
    width: 167px;
    margin-left: 195px;
    margin-top: -86px;
} */

  /* .js-form-item.form-item.js-form-type-tel.form-type-tel.js-form-item-phone.form-item-phone.form-no-label {
    width: 167px;
  } */
    .webform-submission-consult-here-webform-form input {
      width: 47%;
    }
  
    .webform-submission-consult-here-webform-form input#edit-email {
      float: right;
      margin-top: -21%;
    }
  
    .webform-submission-consult-here-webform-form input#edit-service-needed {
      float: right;
      margin-top: -17%;
    }
  
    .webform-submission-consult-here-webform-form input#edit-terms-of-service {
      width: 1rem;
    }
label.option {
    display: inline;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    opacity: 0.7;
}
.form-check-input[type=checkbox] {
    border-radius: 0.25em;
    border: 2px solid #b7b4b4;
} 

  /* .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-service-needed.form-item-service-needed.form-no-label {
    width: 167px;
    margin-left: 193px;
    margin-top: -53px;
  } */

  /* .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-message.form-item-message.form-no-label {
    width: 360px;
    margin-bottom: 45px !important;
  } */

  /* .js-form-item.form-item.js-form-type-tel.form-type-tel.js-form-item-telephone.form-item-telephone.form-no-label {
width: 167px;
} */
  /* .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-service.form-item-service.form-no-label {
width: 167px;
margin-left: 193px;
margin-top: -53px;
}
.js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-message.form-item-message.form-no-label {
width: 360px;
}

.form-type-webform-terms-of-service.js-form-type-webform-terms-of-service.js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-terms-of-service.form-item-terms-of-service {
/* margin-top: 16px !important;
width: 204px;
margin-top: 38px;
font-size: 14px;
} */

  /* div#edit-actions {
margin-left: 167px;
width: 153px;
margin-left: 223px;
margin-top: -38px;
} */

  /* form#webform-submission-consult-here-node-20-add-form {
border: 1px solid;
padding: 25px;
background-color: #ffffff;
color: #000000;
} */

  /* .form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
border: 1px solid #00000080 !important;
color: var(--bs-body-color);
appearance: none;
background-color: var(--bs-body-bg);
background-clip: padding-box;
border: var(--bs-border-width) solid var(--bs-border-color);
/* border-radius: var(--bs-border-radius);
transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
border-radius: 3px;
} */
  /* input#edit-actions-submit {
background-color: #1E407D !important;
border: none;
font-size: 16px;
font-weight: 600;
border-radius: 5px;
} */
  /* form#webform-submission-consult-here-webform-node-43-add-form .form-control {
    font-weight: 400;
    font-size: 13px;
    border: 1px solid #00000080;
    letter-spacing: 0%;
    width: 100%;
    font-weight: 400;
    line-height: 23px;
    color: #000000B2;
    background-color: #fff !important;
    border-radius: 5px;
  } */

  .webform-button--submit {
    background-color: #1E407D !important;
    border: none !important;
    border-radius: 5px !important;
    max-width: 147px !important;
    height: 37px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    line-height: 100% !important;
    letter-spacing: 0%;
    padding: 0px 15px !important;
  }

  label .option {
    display: inline;
    font-weight: normal;
    font-size: 14px;
    color: #000000B2 !important;
  }

  /* .webform-actions {
    margin-left: 219px !important;
    margin-top: -43px !important;
  } */

  /* --- */
  h5.mb-2.subheading {
    /* font-family: Instrument Sans; */
    font-weight: 200;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .contact-us {
    max-width: 471px;
    /* margin: auto; */
    margin-left: 93px;
    margin-top: -34px;
  }

  h1.mb-3.heading {
    /* font-family: Instrument Sans; */
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0%;
  }

  span.highlight {
    color: #1c6be5;
  }

  p.contactpara {
    font-size: 16px;
    font-weight: 200;
    line-height: 29px;
  }

  /* ------ */
  /**************Information  Download ***************/
  p.c-demo {

    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }

  h2.c-demo1 {
    font-family: Instrument Sans;
    font-weight: 600;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    color: #000000;
  }

  .container-cer {
    position: relative;
  }

  .text-block-cer {
    position: absolute;
    background: #1E407D;
    /* color: white !important; */
    bottom: 12%;
    width: 80%;
    left: 35px;
    border-radius: 5px;
    z-index: 6;
    padding: 10px;
  }

  p.text-block-p a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }

  p.text-block-p {
    text-align: center;
    padding-top: 8px;
  }

  .eye {
    /* width: 20%; */
    position: relative;
    z-index: 9;
    /* right: 0; */
  }

  .eye .eye1 {
    position: absolute;
    top: 39px;
    background-color: white;
    left: 72%;
    border-radius: 3px 0 0 3px;
    padding: 3px;
  }

  .eye .eye2 {
    position: absolute;
    top: 39px;
    background-color: white;
    right: 11%;
    border-radius: 0 3px 3px 0px;
    padding: 3px;
  }

  .in-bg {
    width: 100%;
    height: 320px;
    border-radius: 16px;
    padding: 20px;
    border-radius: 30px;
  }

  .in-bg1 {
    position: relative;
    width: 100%;
    height: 320px;
  }

  .in-bg2 {
    position: absolute;
    top: 21px;
    left: 20px;
    width: 89%;
    height: 87%;
    background: #1E407D66;
    border-radius: 30px;
  }

  /********footer-cust**********/
  .region.region-footer {
    padding: 0;
  }

  img.fb {
    margin-left: 15px;
  }

  section.footer-cust {
    background: #071B3D;
    padding: 60px;
  }

  h3.quick-links-HeadText {
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 25px;
  }

  li.footer_item a {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0px;
    text-decoration: none;
    color: #FFFFFF;
  }

  li.footer_item {
    list-style: none;
    text-align: left;
  }

  ul.footer_links-terms {
    text-align: left;
    padding-left: 0rem;
  }

  .footer_item-border {
    border-bottom: 1px solid gray;
  }

  .footer-custom-copy {
    background: #071B3D;
    padding: 10px 10px 43px;
    margin-bottom: -33px;
  }

  /* p.footlogo-p {
    color: white;
    font-weight: 400;
    font-size: 14px;
    margin-top: 14px;
    letter-spacing: 0px;
    text-align: center;

  } */

  .d-flex.foot-social {
    float: right;
  }

  /************header*********/
  .justify-content-md-end {
    justify-content: center !important;
  }

  .cus-head .is-active {
    position: relative;
    text-decoration: none;
    /* Remove default underline */
  }

  .cus-head a.nav-link.dropdown-toggle.show {
    color: white;
  }

  .cus-head .is-active::after {
    content: "";
    position: absolute;
    left: 8px;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: currentColor;
  }

  .cus-head {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cus-head img {
    width: 128px;
    height: 43px;
  }

button.btn.btn-reach {
    gap: 10px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 5px;
    background: #1E407D !important;
    color: white !important;
    margin-right: 12px;
    width: 192px;
    border: none !important;
    margin-left: 37px;
}

  button.btn.btn-reach a {
    text-decoration: none;
    color: #ffffff !important;
  }

  .cus-head a.nav-link {
    color: white;
  }

  .cus-head a.nav-link.active.is-active {
    color: white;
    font-weight: 800;
  }

  .navbar-nav .nav-link.active {
    color: white !important;

  }

  img.search {
    width: 24px;
    height: 24px;
  }

  .ser-1 {
    background: #1E407D;
    padding: 10px;
  }

 .cus-head nav#block-bootstrap5-main-navigation {
    margin-left: 8px;
}
.cus-head li.nav-item {
    padding-right: 21px;
    padding: 8px 6px;
}
p.contactpara a {
    font-size: 16px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}
p.contactpara span {
    padding-left: 5px;
}
li.footer_item img {
    width: 15px;
    height: 15px;
}
li.footer_item span {
    color: #ffffff;
    font-size: 16px;
    padding-left: 9px;
}
  /********Certificate-Verification*************/
section.Certificate-Verification-1.container-fluid {
  background: #EDF0F6;
  padding: 80px 80px 14px;
  margin-top: -53px;
}

  p.Status-p-1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
  }

  p.stat-p {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
  }

  .Status-h2-1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 0%;
  }
/* 
  img.stat-img {
    background: #1E407D;
    padding: 10px;
    border-radius: 5px;
    width: 57px;
    height: 52px;
  } */

  .Status-Certificat-img {
    display: flex;
    margin-bottom: 4px;
  }

  p.stat-title {
    font-weight: 600;
    font-size: 30px;
    margin-left: 3%;
    margin-top: 10px;
  }

  .Status-Certificat-row.row {
    margin-bottom: 20px;
  }

  p.Status-p {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
  }

  h2.Status-h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0%;
  }

  .Status-Certificat-col {
    background: #EDF0F6;
    padding: 15px;
    margin-left: 20px;
    border-radius: 5px;
  }

  section.Status-Certifications.container {
    margin-top: 70px;
  }

  .Status-Certification-grid {
    margin-top: 50px;
  }

  .cv-bg {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    padding: 20px;
  }

  /* .cv-bg1 { */
  /* position: relative; */
  /* width: 100%; */
  /* height: 400px; */
  /* margin-top: -36px;
} */
  /* .cv-bg2 {
  position: absolute;
  top: 21px;
  left: 21px;
  width: 90%;
  height: 80%;
  background: #1E407D66;
} */
  .layout.layout--twocol-section.layout--twocol-section--33-67 {
    padding-left: 60px;
    background: #EDF0F6;
    padding-bottom: 40px;
    padding-right: 60px;
  }

  form#views-exposed-form-certificate-block-1 {
    margin-top: 23px;
    background: #FFFFFF;
    padding: 7px 15px;
    margin-bottom: 20px;
    max-width: 686px;
  }

  form#views-exposed-form-certificate-block-1 .form-actions {
    float: right;
    margin-top: -71px;
  }

  .form-control {
    background: #EDF0F6;
    border: 1px solid #00000080;
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0%;
    /* width: 89%; */
  }

  .js-form-item-field-certificate-number-value {
    margin-left: -16px;
  }

  form#views-exposed-form-certificate-block-1 .js-form-submit {
    background: #1E407D;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    padding: 11px 34px;
    margin-top: 16px;
  }


  .certification-table .view-content {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: auto;

  }

  .certification-table th {
    background: #1E407D !important;
    color: white !important;
    font-family: Instrument Sans;
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0%;
    border-radius: 5px;
    text-align: center;
  }

  .certification-table td {
    background: #EDF0F6 !important;
    border: 0;
    text-align: center;
  }

  .certification-table table {
    border-collapse: separate;
    border-spacing: 10px 15px;
    background: #FFFFFF;

  }

 a.eye1-c {
   padding: 15px;
   text-decoration: none;
 }

  /*******service********/
  .service-img {
    background: #093663;
    width: 70px;
    padding: 12px;
    height: 71px;
    margin-left: 37%;
    margin-bottom: 17px;
    border-radius: 5px;
  }

  section.container.Our-Services {
    margin-bottom: 40px;
  }

  .service-section li.grid {
    text-align: center;
    border: 1px solid #989898;
    border-bottom: 4px solid #093663;
    border-radius: 5px;
  }

  .service-section .grid__content {
    padding: 20px;
  }

  .field-content.service-body {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    text-align: center;
    color: #000000;
  }

  .service-section .views-field.views-field-title a {
    font-family: Instrument Sans;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #093663;
    text-decoration: none;
  }

  /*****trust********/
  img.trust-img {
    width: 100%;
    height: 100%;
  }

  section.Trusted-Certification.container {
    margin-top: 70px;
  }

  h1.trust-h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #000000;
  }

  p.trust-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
  }

  .trust-button {
    color: #FFFFFF;
    background: #1E407D;
    width: 23%;
    padding: 11px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    border-radius: 5px;
  }

  section.step.container-fluid {
    background-image: url('/images/Step.webp');
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 60px 0 10px;
    margin-top: 70px;
    margin-bottom: -62px;
  }

  h2.step-h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
  }

  p.step-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
  }

  .row.g-4.align-items-center {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 40px;
  }

  .image-overlay-step .col-md-3 {
    text-align: center;
  }

  .image-overlay-step {
    margin-top: 50px;
  }

  h2.stick-h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
  }

  p.stick-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }

  .image-overlay-step .co1 {

    border-right: 1px solid #FFFFFF;
  }

  /* .carousel ul.slick-dots {
  position: absolute;
  left: 113px;
  top: 63%;
  transform: translateY(-50%);
  display: flex !important;
  flex-direction: column;
  width: 90px;
  gap: 10px;
}
.carousel .slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: transparent;
  border: 1px solid white;
  background: transparent;
  border-radius: 50px;
}
.carousel .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  margin-bottom: 20px;
}
.slider-progress {
  width: 100%;
  height: 4px;
  background: #eee; 
  margin-top: 10px;
  position: relative;
}

.slider-progress-bar {
  height: 100%;
  width: 0%;
  background: red; 
  transition: width 0.3s ease;
}
.cus-head {
  position: relative;
  z-index: 999;
}
.carousel.slick-initialized.slick-slider {
    position: relative;
    top: -72px;
} */
  .banner-slider.slick-initialized.slick-slider {
    /* top: -72px; */
  }

section.banner-slider-section {
    position: relative;
}

  .cus-head {
    position: absolute;
    z-index: 9;
  }

  section.py-5.homecertificatesection {
    padding: 80px 0;
    /* background-image: url('/images/homecertificatebanner.webp'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #000000;
    /* background-color: black; */
    margin-top: -50px;
    margin-bottom: 100px;
  }


  /* Text styling */
  p.verficationsubheading.d-block.mb-2 {
    margin-bottom: 15px !important;
    /* font-family: Instrument Sans; */
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  h2.mb-4.verificationcontents {
    line-height: 45px;
    /* font-family: Instrument Sans; */
    font-weight: 600;
    font-size: 39px;
    line-height: 60px;
    letter-spacing: 0%;
    margin-bottom: 35px !important;
  }

  .d-flex.gap-3.verificationbtns {
    gap: 1px !important;
  }

  a.btn.verficationbutton2 {
    padding: 0px;
    background-color: #1E407D;
    color: white;
    width: 257px !important;
    width: 279px;
    height: 50px;
    padding-top: 10px;
    padding-right: 9px;
    padding-bottom: 15px;
    padding-left: 13px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    text-transform: lowercase;
    letter-spacing: 0%;
  }

  a.btn.verficationbutton1 {
    padding: 0px;
    background-color: #1E407D;
    color: white;
    width: 255px !important;
    width: 277;
    height: 50px;
    /* gap: 10px; */
    padding-top: 10px;
    padding-right: 8px;
    padding-bottom: 15px;
    padding-left: 8px;
    border-radius: 5px;
    /* font-family: Instrument Sans; */
    font-weight: 600;
    font-size: 16px;
    /* line-height: 100%; */
    text-transform: lowercase;
    letter-spacing: 0%;
  }

  /* Ensure image stays on top of background pattern */
  section img {
    position: relative;
    z-index: 1;
  }

  /****************/
  section.client-Services.container {
    /* margin-top: 80px; */
    margin-bottom: 98px !important;
  }

  .Delivering-excellent {
    margin-top: 115px !important;
  }

  .client-col.col {
    background: #EDF0F6;
    margin-left: 20px;
    padding: 32px;
    border-radius: 5px;
    max-width: 547px;
    height: 143px;
  }

  .client-row.row.gx-4 {
    margin-bottom: 20px;
  }

  img.service1-img {
    float: right;
    margin-top: 10px;
  }

  p.home-ser-p {
    font-weight: 600;
    font-size: 25px;
    line-height: 38px;
    letter-spacing: 0%;
  }

  p.home-ser-p2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 70px;
    letter-spacing: 0%;
    margin-top: 0px;
    /* padding: 10px 0px; */
    margin-bottom: 0px !important;
  }


  /* ----Terms and condition */
  .container.mt-5.parenttc {
    background-color: #EDF0F6;
    border-radius: 5px;
    margin-top: 0px !important;
    margin-bottom: 60px;
  }

  .terms-box {
    max-height: 460px;
    overflow-y: scroll;
    border-radius: 5px;
    padding: 20px;
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
    /* margin: -22px !important; */
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    margin-right: 2px !important;
    margin-left: -16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 45px;
    letter-spacing: 0%;
    text-align: justify;
    color: #6B6B6B;
  }

  h3.tctitlt {
    /* font-family: Instrument Sans; */
    font-weight: 700;
    font-size: 40px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #1E407D;
  }

  p.tcdate {
    /* font-family: Instrument Sans; */
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #6B6B6B;
    margin-left: 8px;
  }

  .progress-container {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 8px;
    background-color: #f1f1f1;
    border-radius: 10px;
    margin-right: -10px;
  }

  .progress-bar-scroll {
    background-color: #f44336;
    width: 100%;
    border-radius: 10px;
    height: 0%;
  }

  .accept {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .terms-box {
    overflow-y: auto;
  }

  /* Webkit browsers (Chrome, Safari, Edge) */
  .terms-box::-webkit-scrollbar {
    width: 16px;

  }

  .terms-box::-webkit-scrollbar-thumb {
    background-color: red;
    /* Scroll thumb color */
    border-radius: 100px;
  }

  .terms-box::-webkit-scrollbar-track {
    background-color: #00476733;
    border-radius: 100px;
    /* background-color: #f1f1f1; */

  }

  .form-check-input:checked {
    background-color: #1E407D;
    border-color: #1E407D;
    padding: 9px;
    border-radius: 6px;
  }

  label.form-check-label {
    /* font-family: Roboto Flex; */
    font-weight: 500;
    font-size: 17px;
    /* line-height: 150%; */
    letter-spacing: 0%;
    text-align: justify;
    color: #000000;
    margin-left: 7px;
    margin: auto;
    margin: 1px 6px;
  }

  .btn-link {
    text-decoration: none;
  }

  button#acceptBtn {
    background-color: #1E407D;
    border: none;
    padding: 0px 49px;
  }

  /* Terms and condition end */


  /* Tpa service section */
  .container.tpaparent {
    margin-bottom: 50px;
  }

  .block-block-content011b2f67-e9aa-43d0-acae-d4798e268af5 h2 {
    font-size: 16px !important;
    text-align: center;
    /* margin: 54px 0px; */
    margin-bottom: 50px !important;
  }

  h3.mb-4.tpaheading {
    /* font-family: Instrument Sans; */
    font-weight: 600;
    font-size: 40px;
    /* line-height: 53px; */
    letter-spacing: 0%;
    margin-bottom: 30px !important;
  }

  h5.tpasubheading {
    font-family: Instrument Sans;
    font-weight: 500;
    font-size: 20px;
    line-height: 0px;
    letter-spacing: 0%;
    margin-bottom: 28px;
  }

  p.tpapara {
    /* font-family: Instrument Sans; */
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    margin-bottom: 30px;
  }

  ul.list-unstyled.mb-4.tpalists {
    margin-bottom: 30px !important;
  }

  .tpaiconss {
    gap: 11px;
    align-items: center !important;
  }

  h5.tpaccreditation {
    font-family: Instrument Sans;
    font-weight: 500;
    font-size: 20px;
    /* line-height: 30px; */
    letter-spacing: 0%;
  }

  a.explore-btn {
    width: 146;
    height: 37;
    gap: 10px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 5px;
    background-color: #1E407D;
    text-decoration: none;
    color: #ffffff;
    border: none;
  }

  section.container.Our-Services {
    margin-bottom: -12px;
    margin-top: 123px;
  }

  /* ------ */
  /* --career page */

  .ser-1 {
    border-radius: 5px;
  }

  .layout--twocol-section--25-75 {
    flex-wrap: nowrap !important;
    display: flex;
  }

  .Careers-view span.field-content a {
    text-decoration: none;
    color: #090808;
    font-size: 28px;
    font-weight: 600;
  }

  .layout--twocol-section--25-75 {
    margin-top: 60px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom:0px;
  }

  /* .views-field.views-field-field-tag .field-content.Tag-c {
  color: #090808;
  font-size: 14px;
  background-color: white;
  font-weight: 600;
  margin-top: 13px;
  display: inline-block;
  border: 1px solid black;
  padding: 4px 15px;
  margin-right: 5px;
  border-radius: 4px;
} */

  /* Carrer Page Job Border Css Ex - Remote, Full-time Css Start */

  .views-field-field-tag .field-content.Tag-c,
  .views-field-field-tag1 .tag-1,
  .views-field-field-tag2 .tag-2 {
    color: #090808;
    font-size: 14px;
    background-color: white;
    font-weight: 600;
    margin-top: 13px;
    display: inline-block;
    border: 1px solid black;
    padding: 4px 15px;
    margin-right: 5px;
    border-radius: 4px;
  }

  .views-field-field-tag,
  .views-field-field-tag1,
  .views-field-field-tag2 {
    display: inline-block;
    vertical-align: top;
  }

  /* Carrer Page Job Border Css Ex - Remote, Full-time Css End */

  .Careers-view .view-content .views-row:nth-child(1) {
    border: 1px solid #edf0f6;
    padding: 34px;
    background-color: #edf0f6;
    border-radius: 5px;
    padding-bottom: 75px;
    padding-top: 20px;
  }

  .field-content.carrer-content p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 25px;
    line-height: 1.7;
  }

  .field-content.See-positions a {
    text-decoration: none;
    padding: 13px 30px;
    background-color: #1e407d;
    color: white;
    font-size: 16px;
    float: right;
    position: relative;
    font-weight: 500;
    border-radius: 5px;
  }

  .field-content.See-positions a::after {
    content: " â†’";
    font-size: 18px;
    margin-left: 8px;
    display: inline-block;
  }

  .Careers-view .view-content .views-row:nth-child(2) {
    border: 1px solid #edf0f6;
    padding: 34px;
    background-color: #edf0f6;
    border-radius: 5px;
    padding-bottom: 75px;
    margin-top: 20px;
    padding-top: 20px;
  }

  .Careers-view .view-content .views-row:nth-child(3) {
    border: 1px solid #edf0f6;
    padding: 34px;
    background-color: #edf0f6;
    border-radius: 5px;
    padding-bottom: 75px;
    margin-top: 20px;
    padding-top: 20px;
  }

  .Careers-view .view-content .views-row:nth-child(4) {
    border: 1px solid #edf0f6;
    padding: 34px;
    background-color: #edf0f6;
    border-radius: 5px;
    padding-bottom: 75px;
    margin-top: 20px;
    padding-top: 20px;
  }

  .Careers-view .view-content .views-row:nth-child(5) {
    border: 1px solid #edf0f6;
    padding: 34px;
    background-color: #edf0f6;
    border-radius: 5px;
    padding-bottom: 75px;
    margin-top: 20px;
    padding-top: 20px;
  }

  .Careers-view .view-content .views-row:nth-child(6) {
    border: 1px solid #edf0f6;
    padding: 34px;
    background-color: #edf0f6;
    border-radius: 5px;
    padding-bottom: 75px;
    margin-top: 20px;
    padding-top: 20px;
  }

  .bef-links-use-ajax ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
  }

  .bef-links-use-ajax ul li {
    margin-bottom: 20px;
  }

  .bef-links-use-ajax .bef-link--selected {
    font-weight: bold;
  }

  .bef-links-use-ajax .bef-link {
    display: inline-block;
    font-size: 17px;
    color: #090808;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    padding-left: 37px;
    line-height: 30px;
  }

  .bef-links-use-ajax .bef-link--selected::before {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    bottom: 0px;
    height: 55px;
    width: 6px;
    background-color: red;
  }

  .field__item>p:first-of-type {
    font-size: 16px;
    color: #53648b;
    max-width: 245px;
    line-height: 1.6;
    font-weight: 400;
  }

  .field__item p:nth-of-type(2) button {
    border-radius: 5px;
    border: 1px solid;
    color: #090808;
    border-right: 2px solid;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 24px 12px 24px;
    margin-top: 15px;
  }

  /* -contact us */
  legend {
    margin-top: -21px !important;
    margin-bottom: 38px !important;
    text-align: center;
    font-family: Instrument Sans;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }

  /* Menu active */
  .dropdown-menu .dropdown-item.active,
  .dropdown-menu .dropdown-item[aria-current="page"] {
    background-color: #edf0f6;
    color: #000;
    border-left: 4px solid #1e407d;
    padding-left: 16px;
    position: relative;
  }

  .dropdown-menu .dropdown-item.active::after {
    display: none !important;
  }

  /* Menu hover */
  .dropdown-menu .dropdown-item:hover {
    border-left: 4px solid #1e407d;
    background-color: #edf0f6;
    padding-left: 16px;
  }


  /* Product certification Service page */

  .list-item.pcalist {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
    /* margin: -5px; */
    /* margin-bottom: 7px; */
    /* font-family: Instrument Sans; */
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
  }

  p.pcapara {
    margin: 0px !important;
  }

  h3.mb-3.pcaheading {
    /* font-family: Instrument Sans; */
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 0%;
  }

  h5.mb-3.pcasubheading {
    /* font-family: Instrument Sans; */
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
  }

  h5.mb-3.pcasubheading {
    /* font-family: Instrument Sans; */
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    /* margin: 0px !important; */
    margin-bottom: 5px !important;
  }

  p.mb-4.pcasubtitle {
    /* font-family: Instrument Sans; */
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
  }

  span.section-status {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #FC352E;
  }

  .col-md-6.col-12.pcacolumn p {
    color: #000000 !important;
  }

  h5.text-center.pcaintroduction {
    margin-bottom: 40px !important;
  }

  .container.py-5.pcaserviceparent {
    margin-top: -71px;
  }

  /* ------------------------ */


  /* service 4 training actvities */
  h2.Training.Activities-Heading {
    font-size: 20px;
    color: #000000;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
  }

  section.Training.Activities.Service.Page p.tpapara {
    margin-bottom: 19px;
  }

  section.training.activities-service {
    background-image: url('/images/bgimg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 110px;
    margin-bottom: -62px;
  }

div#tabContent {
    margin-top: 18px;
    border-radius: 5px;
} 
.tab-button {
    border: 1px solid black;
    border-radius: 5px;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 15px;
    background-color: #ffffff;
    color: black;
    margin-bottom: 20px;
}
  /* ------ */

  /* Apply page webform */
  .layout--twocol-section--75-25 {
    background-color: #EDF0F6 !important;
    padding: 80px;
    display: flex;
    flex-wrap: nowrap !important;
  }

  .js-form-wrapper .button--primary {
    width: 135px;
    height: 37px;
    padding-top: 10px;
    padding-right: 11px;
    padding-bottom: 10px;
    padding-left: 5px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    background-color: #1E407D;
    color: #ffffff !important;
    border: none;
    border-radius: 5px;
  }

  div#edit-name {
    display: none;
  }

  div#edit-mail {
    display: none;
  }

  .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-subject-0-value.form-item-subject-0-value {
    display: none;
  }

  .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-message-0-value.form-item-message-0-value {
    display: none;
  }

  .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-copy.form-item-copy {
    display: none;
  }

  .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-firstname-0-value.form-item-field-firstname-0-value {
    width: 167px;
  }

  .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-name-0-value.form-item-field-name-0-value label {
    display: none;
  }

  /* .js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-field-email-0-value.form-item-field-email-0-value {
    width: 167px;
    margin-left: 193px;
    margin-top: -109px;
    float: right;
  } */

  .js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-field-email-0-value.form-item-field-email-0-value label {
    display: none;
  }

  /* .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-firstphone-0-value.form-item-field-firstphone-0-value {
    width: 167px;
  } */

  .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-phone-0-value.form-item-field-phone-0-value label {
    display: none;
  }

  /* .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-designation.form-item-field-designation {
    width: 167px;
    margin-left: 193px;
    margin-top: -54px;
    float: right;
  } */

  .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-designation.form-item-field-designation label {
    display: none;
  }

  .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-cover-letter-0-format.form-item-field-cover-letter-0-format {
    display: none;
  }

  a#edit-field-cover-letter-0-format-help-about {
    display: none;
  }

  .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-field-cover-letter-0-value.form-item-field-cover-letter-0-value label {
    display: none;
  }

  div#edit-field-upload-cv-0--description {
    display: none;
  }

  div#edit-field-upload-cv-0 {
    font-size: 12px;
  }

  input#edit-preview {
    display: none;
  }

  /* .contact-message-apply-here-form.contact-message-form.contact-form.contextual-region.block.block-contact-block {
  background-color: #ffffff;
  padding: 40px !important;
}
.contact-message-apply-here-form.contact-message-form.contact-form.contextual-region.block.block-contact-block .form-control {
  background-color: #ffffff !important;
} */
  form#contact-message-apply-here-form {
    background-color: #ffffff;
    padding: 40px !important;
  }

  form#contact-message-apply-here-form .form-control {
    background-color: #ffffff;
  }

  form#contact-message-apply-here-form label {
    display: none;
  }

  form#contact-message-apply-here-form #edit-name {
    display: none;
  }

  form#contact-message-apply-here-form #edit-mail {
    display: none;
  }

  /* ------- */
  .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-field-coverletter-0-value.form-item-field-coverletter-0-value label {
    display: none;
  }

  .contact-message-apply-here-form h2 {
    background-color: #ffffff !important;
    margin: 0px !important;
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 100%;
    padding-top: 34px;
    padding-bottom: -14px !important;
  }

  label#edit-field-upload-cv-0--label {
    display: block !important;
  }

  label#edit-field-upload-cv-0--label {
    font-weight: 500;
    margin-bottom: 5px;
  }

  /* ---------------- */

  ul.list-unstyled.mb-4.tpalists-1 {
    margin-bottom: 30px !important;
  }

  .tpaiconss-1 {
    gap: 13px;
    align-items: center !important;
    margin-bottom: 2px !important;
  }

  /* remove button */
  input#edit-field-upload-cv-0-remove-button--A_rNZBqn7GI {
    width: 100px;
    height: 37px;
    padding-top: 10px;
    padding-right: 11px;
    padding-bottom: 10px;
    padding-left: 5px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    background-color: #1E407D;
    color: #ffffff !important;
    border: none;
    border-radius: 5px;
  }

  /* -- */
  input#edit-submit-certificate {
    background: #1E407D;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    padding: 11px 34px;
    margin-top: 16px;

  }

 form#views-exposed-form-certificate-certificate .form-actions {
     float: right;
     margin-top: -70px;
 }

  form#views-exposed-form-certificate-certificate {
    margin-top: 23px;
    background: #FFFFFF;
    padding: 7px 15px;
    margin-bottom: 20px;
    max-width: 686px;
  }

  /* infromation download after image */
  .insight-image-s img {
    width: 100%;
    height: 320px;
    border-radius: 16px;
    padding: 20px;
    border-radius: 30px;
  }

  /* Updated style */

  /* Accreditation-Certificate-section */

h3.mb-4.tpaheading {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0%;
  margin-bottom: 19px !important;
  /* align-items: self-start; */
}
  section.Training.Activities.Service.Page p.tpapara {
    margin-bottom: 25px;
  }

  .tpaiconss-1 {
    gap: 13px;
    align-items: center !important;
    margin-bottom: 11px !important;
  }

  section.Training.Activities.Service.Page p.tpapara {
    margin-bottom: 33px;
  }

  -----------------------------------------------------------
  /* Product Certification Activities */

  p.product-cert-para {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
  }

  section.product-Certification-activities .row.align-items-center.pcarow {
    align-items: start !important;
  }

  ----------------------------------------------------------

  /* CDSCO Audit Activities */
  section.cdsco-audit-activities-section .row.align-items-center.pcarow {
    align-items: start !important;
  }

  p.cdsco-audit-activities-para {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
  }

  .Careers-view span.field-content {
    text-decoration: none;
    color: #090808;
    font-size: 28px;
    font-weight: 600;
  }
    .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-name-0-value.form-item-field-name-0-value {
      width: 167px;
    }
  
    .js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-field-email-0-value.form-item-field-email-0-value {
      width: 167px;
      margin-left: 193px;
      margin-top: -54px;
      float: right;
    }
  
    .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-phone-0-value.form-item-field-phone-0-value {
      width: 167px;
    }
  
    .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-designation.form-item-field-designation {
      width: 167px;
      margin-left: 193px;
      margin-top: -54px;
      float: right;
    }
   /* .Careers-heading.text-center {
          margin-top: -71px;
        } */
         .webform-submission-apply-here-form {
                    background-color: #ffffff;
                    padding: 40px ;
                }
        
                .block.block-webform.block-webform-block h2 {
                    background-color: #ffffff !important;
                    margin: 0px !important;
                    text-align: center !important;
                    font-size: 20px !important;
                    font-weight: 500 !important;
                    line-height: 100%;
                    padding-top: 34px;
                    padding-bottom: -14px !important;
                }
.webform-submission-apply-here-form input#edit-name,
.webform-submission-apply-here-form input#edit-phone,
.webform-submission-apply-here-form select#edit-designation,
.webform-submission-apply-here-form input#edit-email {
  background-color: #ffffff;
  width: 46%;
}
.webform-submission-apply-here-form input#edit-email {
  float: right;
  margin-top: -15%;
}
        
                /* input#edit-email {
                    margin-top: 32px;
                } */
        
                select#edit-designation {
                    margin-top: -55px;
                    margin-left: 53%;
                }
                  .webform-submission-apply-here-form  .webform-actions {
         margin-left: 0 !important; 
             margin-top: 0 !important;
            
            }
.webform-submission-apply-here-form .form-control {
   background: white;
    border: 1px solid #00000080;
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0%;
    width:100%;
}
/* form#webform-submission-consult-here-webform-node-43-add-form input#edit-email {
    width: 47%;
    margin-top: -71px;
    margin-left: 53%;
} */
.dropdown-menu.show {
    display: block;
    margin-left: -16px;
}
/* button.btn.btn-reach {
    gap: 10px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 5px;
    background: #1E407D !important;
    color: white !important;
    margin-right: 12px;
    width: 192px;
    border: none !important;
    margin-left: 50px;
} */

.banner-content button a {
    color: #ffffff;
    text-decoration: none;
}

.layout--twocol-section--75-25 {
    background-color: #EDF0F6 !important;
    padding: 80px;
    display: flex;
    flex-wrap: nowrap !important;
    margin-top: -53px;
    margin-bottom: -62px;
}

select#edit-designation {
    margin-top: -55px;
    margin-left: 53%;
    float: right;
}

/* .js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-email.form-item-email.form-no-label {
    width: 167px;
    margin-left: 195px;
    margin-top: -71px;
} */
/* .webform-submission-apply-here-form input#edit-email {
    margin-top: -54px;
    width: 46%;
    float: right;
} */
.banner-content button a:after {
    content: ' ';
    background-image: url('/images/arrowwhite.svg');
    display: inline-block;
    width: 24px;
    height: 16px;
    background-repeat: no-repeat;
    /* background-position: center; */
    align-items: center;
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 8px;
    background-image: url('/images/arrowwhite.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-top: -2px;
}

.field-content.See-positions a:after {
    content: ' ';
    background-image: url('/images/arrowwhite.svg');
    display: inline-block;
    width: 24px;
    height: 16px;
    background-repeat: no-repeat;
    /* background-position: center; */
    align-items: center;
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 8px;
    background-image: url('/images/arrowwhite.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-top: -2px;
}
a.explore-btn:after {
    content: ' ';
    background-image: url('/images/arrowwhite.svg');
    display: inline-block;
    width: 24px;
    height: 16px;
    background-repeat: no-repeat;
    /* background-position: center; */
    align-items: center;
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 8px;
    background-image: url('/images/arrowwhite.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-top: -2px;
}
p.powered {
    color: white;
    font-weight: 400;
    font-size: 14px;
    margin-top: -12px;
    letter-spacing: 0px;
    text-align: center;
}

a.ebsolu {
    color: #04ABFF;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
}
p.footlogo-p {
    color: white;
    font-weight: 400;
    font-size: 14px;
    margin-top: 0px;
    letter-spacing: 0px;
    text-align: center;
}
a.certificate-btn:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 8px;
    background-image: url('/images/bluearrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    /* font-size: 20px; */
    margin-top: -2px;
}
section.certificationsection {
    /* padding: 80px 0; */
    background-image: url(/images/bgimg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    background-color: black;
    margin-top: 75px;
    margin-bottom: -62px;
}
img.stat-img {
  background: #1E407D;
  padding: 0px;
  border-radius: 5px;
  width: 57px;
  height: 60px;
}
/******blog page code added 20-5******/
/* ----------------------------------------- */
/* blog */
.Blog-view .grid__content {
    padding: 1px;
    background-color: #EDF0F6;
    color: #071B3D;
    border-radius: 5px;
    width: 100%;
    height: 350px;
    text-align: center;
    position: relative;
}
.Blog-view .views-field.views-field-field-blogtitle {
    /* margin: 10px 0px; */
    padding: 13px 0px;
}
.Blog-view .views-field.views-field-field-blogtitle a {
    color: #1E407D;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    line-height: -15px;
}
.Blog-view .field-content  img {
    border-radius: 5px 5px 0px 0px;
}
.Blog-view {
    padding: 0px 87px;
}
.Blog-view .views-field.views-field-created {
    position: absolute;
    top: 12px;
    background-color: #1E407D;
    color: #ffffff;
    /* font-weight: bold; */
    /* font-size: 13px; */
    padding: 5px 10px;
    left: 8px;
    border-radius: 5px;
}
.Blog-view .views-field.views-field-created .field-content {
    font-size: 14px;
    /* padding: 7px; */
}
a.blog3detail {
    text-decoration: none;
    color: white;
    text-decoration: underline;
}
/* blog1 detail */
section.blog1achieve {
    margin-top: -40px;
    margin-bottom: 43px;
}
h2.achievement-heading.mb-4.text-center {
    font-size: 44px;
    color: #071B3D;
    font-weight: bold;
    /* border-bottom: 1px; */
    margin-bottom: 41px !important;
}
ul.achievement-sectionul li::marker {
    color: #071B3D;
    /* border: 1px solid black; */
    /* outline: 1px solid black; */
    /* width: 22px !important; */
    font-size: 21px;
}
.achievement-content p {
    font-size: 19px;
    line-height: 27px;
}
.achievement-content p strong {
    color: #071B3D;
}
ul.achievement-sectionul li {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 22px;
}
/* blog2 detail */
.col-md-1.d-flex.justify-content-center.blogicoon img {
    width: 57px;
    height: 60px;
}
.col-12.iafcolumn {
    background-color: #113CA7;
    color: #ffff;
    padding: 29px 58px;
    border-radius: 5px;
}
.row.blog2detailrow {
    margin-bottom: 30px;
}
ul.blog2detailul li::marker {
    color: #071B3D;
    /* border: 1px solid black; */
    /* outline: 1px solid black; */
    /* width: 22px !important; */
    font-size: 21px;
}
h2.blog2detailheading {
    font-size: 44px;
    font-weight: bold;
    color: #071B3D;
    margin-bottom: 42px;
}
h5.blog2detailsubheading {
    font-size: 24px;
    font-weight: bold;
    color: #071B3D;
    /* margin-bottom: 42px; */
}
.block-views-blockblog-block-1 h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 60px;
    color: #071B3D;
}
.subdmi {
    display: none !important;
}
a.nacb-link {
    text-decoration: none;
    color: #1E407D;
    font-weight: 700;
}
.webform-submission-apply-here-form {
  background-color: #ffffff;
  padding: 40px;
  width: 440px;
}
.webform-submission-apply-here-form .button {
  background-color: #ffffff;
  color: #1E407D;
  /* border: none !important; */
  border-radius: 5px !important;
  max-width: 147px !important;
  border: 1px solid #1E407D;
  height: 37px !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  line-height: 100% !important;
  letter-spacing: 0%;
  padding: 0px 15px !important;
  width: 135px;
  margin-top: 12px;
  margin-left: 0px;
  margin-bottom: -17px;
}

.webform-submission-apply-here-form .form-managed-file span a {
  font-size: 13px;
  text-decoration: none;
  color: #1E407D;
}
.alert.alert-status.alert-success.alert-dismissible.fade.show {
  position: relative;
  top: 87px;
  z-index: 2;
}
form#user-login-form {
  margin-top: 86px;
}