/* custom css Added on Header file */
:root {
  --bs-gutter-x: 0;
}

body {
  overflow-x: hidden;
}

.container {
  max-width: 1420px;
}

.container.topic-page.newclass-blog-page {
  max-width: 1420px;
}

.headerMenuBanner {
  margin-top: -15px;
}

.headerMenuBanner .text-center {
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 50px;
}

.headerMenuBanner .text-center>div:nth-child(1) {
  padding-right: 10px;
}

.marquiText {
  background-color: #32206A;
  color: #fff;
  padding: 6px 0px;
  margin-bottom: -7px;
  position: relative;
  font-weight: 800;
}

.icon-box.serviceIconBox {
  border-radius: 15px !important;
  border: 0px solid transparent !important;
  margin-top: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.icon-box.serviceIconBox h1 {
  color: #393939 !important;
  padding: 0px 20px
}

.icon-box.serviceIconBox p {
  color: #444 !important;
  padding: 0px 20px 20px 20px !important;
  text-align: left;
}

/* .icon-box.serviceIconBox p{color: #7B7B7B !important; padding: 0px 20px 20px 20px !important; text-align: left;}*/
/*.serviceSectionBack{background: url('../../../assets/frontend/images/service-bg.png') top center;}*/
.serviceSectionBack {
  background-color: #f4faff
}

/*.serviceArticle {background: rgb(41 28 82 / 70%);}*/
.serviceArticle {
  background: #fff !important
}

.serviceArticle .card-title {
  color: #393939;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

/*.serviceArticle .card-text {color: #BFBFBF !important;}*/
.serviceArticle .card-text {
  color: #444444 !important;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 25px;
}

a.read-more-link {
  color: #FFC700;
  font-weight: 500;
}

.home-welcome p {
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 0.8rem;
  line-height: 1.8 !important;
  color: #111 !important;
  font-family: Roboto, sans-serif;
  padding-bottom: 20px;
}

.article-body {
  text-align: justify;
}

.serviceArticle.card {
  border: 0px transparent !important;
  min-height: 165px;
}

.serviceArticle.card:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.memberEvent .member-info h4 {
  color: #393939;
  font-size: 20px;
  font-weight: 700;
  padding-top: 18px;
}

.memberEvent .member-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px !important;
  color: #444444 !important;
}

.memberEvent {
  background: #f7f7f7;
  border-radius: 15px;
  padding: 16px;
  height: 100%;
}

.customGallery .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: #A297C3;
  color: #111;
}

.home-page {
  overflow: hidden;
}

.customGallery .nav-link {
  color: #32206A;
  padding: 20px 60px;
  margin: 0px 15px;
  font-size: 24px;
  font-weight: 600;
  background: #fff;
}

.thumbnail.clientLogo {
  background: #fff !important;
  margin: 10px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 230px;
  max-height: 230px;
  padding: 10px;
}

.thumbnail.clientLogo img {
  display: block;
  width: auto !important;
  height: auto !important;
  margin: 0px auto;
}

#footer .footer-top {
  background-color: #032744 !important;
  padding: 30px 0 0px !important;
}

#footer .footer-bottom {
  background-color: #001f38 !important;
}

#footer .copyright {
  color: #fff;
}

#hero .carousel-item::before {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.gallery {
  background: #170943;
  background-size: 100%;
  padding: 40px 0px 100px;
}

.section-title h2 {
  text-transform: capitalize;
}

section#gallery .section-title h2 {
  color: #fff;
  opacity: 1
}

section#gallery .section-title p {
  color: #fff;
  opacity: 1;
  font-size: 18px
}

section#gallery .section-title h2::before {
  background: #fff;
}

section#gallery .section-title h2::after {
  background: #fff;
}

#footer .footer-top h1 {
  text-transform: uppercase !important;
}

ul.footerVisitorCountBox {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.footerVisitorCountBox li {
  width: 26px;
  height: 26px;
  background: #fff;
  color: #393939;
  text-align: center;
  margin: 3px;
  max-width: 26px;
  min-width: 26px;
  min-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

ul.footerVisitorCountBox li:nth-child(6),
ul.footerVisitorCountBox li:nth-child(7),
ul.footerVisitorCountBox li:nth-child(8) {
  background-color: #CC1D2A;
  color: #fff;
}

.footer-top i {
  color: #CC1D2A;
}

.gallery-item.galleryImgBox {
  background: #fff !important;
  position: relative;
  border-radius: 15px;
  padding: 16px;
  height: calc(100% - 30px);
  box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
  margin: 15px;
}

.gallery-item.galleryImgBox img {
  display: block;
  height: 370px;
  object-fit: cover;
  border-radius: 8px;
}

.gallery .gallery-item:hover img {
  transform: scale(1) !important;
}

.gallery-item.galleryImgBox p {
  padding-top: 16px;
  font-size: 18px;
  color: #393939;
  line-height: 22px;
  text-align: justify;
}

.serviceArticle.card .image-container img {
  width: 80px !important;
  height: 80px;
  object-fit: cover;
  margin: 0px auto
}

.gallery-item.galleryImgBox .playerImg {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -15%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  margin: auto;
}

.btn-theme {
  background: #689C22 !important;
  border: 1px solid #689C22 !important;
}

.btn-theme:hover {
  background-color: #fff !important;
  color: #689C22 !important;
}

#hero .slider-link {
  box-shadow: none !important;
}

.more-btn i {
  visibility: hidden;
}

.more-btn:hover .fa-angle-left {
  visibility: hidden;
}

.more-btn:hover .fa-angle-right {
  visibility: visible;
}

.social-links a {
  font-size: 18px;
  line-height: 1;
  margin-right: 15px;
  text-align: center;
  transition: 0.3s;
  border-radius: 6px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #CC1D2A !important;
}

.topic-date i {
  color: #CC1D2A;
}

#header.header-scrolled marquee.marquiText {
  position: relative;
  bottom: -7px;
}

.slider-content .slider-link i {
  visibility: hidden;
}

.slider-content .slider-link:hover i {
  visibility: visible;
}

.fmRadioBtn {
  margin-left: 15px;
  margin-right: 15px;
}

.post-card.galleryCardPost h3 {
  font-size: .875em !important;
  text-align: center;
}

.postGalleryGrid .gallery-item {
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0px 1px 2.5px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}

article {
  height: 100%;
}

.card {
  height: calc(100% - 30px);
}

.galleryContent .galleryCardPost img {
  object-fit: cover;
  object-position: top;
  overflow: hidden;
  max-height: 200px;
  min-width: 200px;
}

.galleryCardPost .card-img-top {
  width: auto !important;
  margin: 0px auto;
  display: block;
}

.image-container.position-relative {
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 100px;
}

.btnListGroup {
  background: #32206A !important;
  color: #fff !important;
}

.btnListGroup:hover {
  background: #CC1D2A !important;
  color: #fff !important;
}

.customBtnGroup .dropdown-menu.show {
  min-width: 55px !important;
}

.memberEvent .pic {
  text-align: left;
}

.memberEvent img {
  height: 65px;
  object-fit: cover;
  width: 65px;
}

.postGalleryGrid img {
  height: 300px;
  object-fit: cover;
}

table.financialPanel.financialPanelBold tr th {
  font-weight: 600;
}

table.financialPanel.financialPanelBold tr td {
  font-weight: 600;
  background: #f2f2f2;
  font-size: 14px !important;
  color: #222;
}

#page-cover {
  background-color: #481a2a !important;
  display: none
}

/* Ticker CSS */
.ticker-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background-color: #32206A;
  color: #fff;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}

.ticker-container p {
  padding-bottom: 0px;
  margin-bottom: 0px
}

.ticker {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 30s linear infinite;
  /* Increase the duration from 10s to 20s */
}

@keyframes scroll {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

.controls {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  justify-content: flex-end
}

.ticker-container button {
  padding: 11px 16px;
  font-size: 13px;
  border: 0px;
  border-radius: 0px;
  margin: 0px !important;
  display: inline-block;
  background: #fff;
  border-top: 1px solid #32206A;
  border-bottom: 1px solid #32206A;
  border-right: 1px solid #32206A;
}

.hidden {
  display: none;
}

.ticker:hover {
  animation-play-state: paused;
}

/* Footer CSS */
#footer {
  background: #170943 !important
}

.designAndMantainedByText {
  color: #237abf !important;
}

#footer #footer a:active,
#footer a:hover {
  color: #237abf !important;
}

.customW90 {
  max-width: 50px;
  width: 100%;
}

.circular {
  height: auto !important;
}

.circular-card {
  display: table;
  width: 100%;
  padding: 10px 0;
}

.title-circular {
  display: table-cell;
  text-align: left;
  font-size: 16px;
}

.icon {
  display: table-cell;
  width: 50px;
}

.icon i {
  font-size: 25px !important;
}

.topic-custom-fields {
  width: 100%;
  display: flex;
}

.top-bar {
  display: flex;
  width: auto;
  align-items: center;
  position: relative;
}

.top-bar::after {
  position: absolute;
  right: 0;
  top: 4px;
  background-color: #765e5e;
  height: 15px;
  width: 1px;
  content: '';
}

.top-bar:last-child::after {
  display: none !important;
}

.box-grey .custom-field-title {
  margin: 0 0;
  padding-right: 4px;
  color: #CC1D2A
}

.box-grey {
  border-radius: 10px;
  background-color: #F8F8F8;
  border: 1px solid #D9D9D9;
  position: relative;
}

.ref-box {
  bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.red-text {
  font-size: 17px;
  font-weight: 500;
  color: #CC1D2A;
}

.post-card.galleryCardPost .red-text {
  font-size: 15px;
  font-weight: 500;
  color: #CC1D2A;
  padding-top: 8px;
}

.des-text {
  font-size: 15px !important;
  font-weight: 400;
  color: #111;
  padding: 5px 0 5px;
}

.post-card.galleryCardPost h3.title-text {
  font-size: 16px !important;
  font-weight: 500;
  color: #393939;
  text-align: justify;
  width: 90%;
  line-height: 1.7rem;
}

.box-grey .read-more-link {
  position: absolute;
  bottom: 4px;
  right: 10px;
  display: none !important;
}

.bottom-article.download-box {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 10px;
  right: 12px;
  padding: 0 0;
  margin: 0 0;
  border-radius: 0;
}

.download-box i {
  padding-left: 5px;
  width: 40px;
  height: 40px;
  background: #EEEAF9;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
}

.director-box img {
  border-radius: 100%;
  border: 1px solid red;
}

.directors-section {
  text-align: center;
  margin-bottom: 70px !important;
}

.post-card.galleryCardPost h3.title-board {
  font-weight: 700;
  font-size: 20px !important;
  color: #32206A;
  padding-top: 8px;
}

.text-board {
  font-weight: 500;
  font-size: 15px !important;
  color: #393939;
  padding: 0 20px;
}

.directors-section a.read-more-link {
  display: none !important;
}


.circular .article-body ol {
  padding: 0px;
}

.circular .article-body li a {
  text-decoration: underline;
  color: #32206A !important;
}

.circular .article-body li a:hover {
  text-decoration: none;
}

.container.topic-page tr td {
  width: 50%;
}

.container.topic-page tr td h5 {
  margin-bottom: 0px !important;
  font-weight: 600;
}

.strategicProjectsImg {
  height: 370px !important;
  object-fit: cover;
  width: 100%;
}

.tenderTitle {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 5px 20px;
}

a.nav-link:hover {
  color: #237abe !important;
}

a.nav-link.active {
  color: #237abe;
}

.tenderTitle a.nav-link {
  border-bottom: 2px solid #2e3e4e;
}

.tenderTitle a.nav-link:hover {
  color: #CC1D2A !important;
  border-bottom: 2px solid #CC1D2A !important;
}

label.forcontrol-label {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 8px;
  color: #393939;
}

::-ms-input-placeholder {
  color: rgba(33, 37, 41, 0.749);
  font-size: 14px;
  font-weight: 400;
}

::placeholder {
  color: rgba(33, 37, 41, 0.749);
  font-size: 14px;
  font-weight: 400;
}

.complaint-form .form-control {
  border-radius: 6px !important;
  margin-bottom: 5px !important;
  padding: 14px 24px;
  border: 0px;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 5%);
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

.financialBox {
  width: 100%;
  border-left: 1px solid #333;
}

.financialBox tbody tr td {
  height: 38px;
  padding: 0;
  border: 0;
}

.financialBox tbody tr td .financialPanel {
  border: 1px solid #333;
  border-left: 0px solid #333;
}

.financialBox tbody tr td .financialPanel tbody tr th {
  border: 0;
  background: #cb1f2b;
  color: #FFF;
  white-space: nowrap;
  padding: 5px 20px 5px 5px;
  font-size: 13px;
}

.financialBox tbody tr td .financialPanel tbody tr td {
  border: 0;
  border-bottom: 1px solid #333 !important;
  white-space: nowrap;
  padding: 5px 20px 5px 5px;
  font-size: 13px;
}

.php-email-form {
  background: #f7f7f7 !important;
  padding: 40px 50px;
  border-radius: 15px;
}

.php-email-form .form-control {
  border-radius: 6px !important;
  padding: 14px 15px;
  border: 0px;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 5%);
}

.sub-title {
  text-transform: uppercase;
}

.contact .info h4 {
  font-size: 18px;
}

.topic-custom-fields .card {
  height: calc(100% - 50px);
}

.viewDetailPdf {
  width: 100%;
  max-width: 186px;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 186px;
  border-radius: 0px;
  padding-right: 10px;
  border-radius: 4px;
  background: #71151b !important;
}

.viewDetailPdf a {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff !important;
}

.viewDetailPdf a i {
  padding: 5px;
  background: #CC1D2A;
  color: #fff;
  margin-right: 10px;
}

.glightbox-clean .gdesc-inner {
  display: none;
}

.breadcrumbs h2 {
  font-weight: 500;
  color: #fff;
  font-size: 22px;
}

a.nav-link i {
  margin-right: 5px;
  color: #237ABF;
  min-width: 20px;
}

.footer-bottom a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.footer-top p {
  display: flex;
  align-items: center;
}

.footer-top i {
  color: #ffffff;
  font-weight: bolder;
  background: #689C22;
  padding: 5px 6px;
  border-radius: 4px;
  margin-right: 10px;
  line-height: 1;
}

.newsCard h3 span {
  background: #32206A;
  padding: 5px;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
}

/*-- p.card-text {max-width: 450px;margin: 0px auto;} --*/
p.card-text {
  margin: 0px auto;
}

.breadcrumbs ol li a {
  font-weight: 500;
  color: #fff;
}

.breadcrumbs ol li+li::before {
  color: #fff
}

.breadcrumbs ol li+li {
  color: #fff;
  font-size: 15px;
}

section {
  padding: 50px 0 !important;
}

.breadcrumbs {
  margin-top: 9px !important;
}

h3.title-text {
  display: flex;
  align-items: flex-start;
  width: 93%;
  line-height: inherit
}

.slider-content {
  width: 90% !important;
  margin: auto;
}

#hero {
  overflow: initial !important;
  margin-bottom: 0px !important;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px !important;
  margin-bottom: 15px !important;
}

.error {
  color: #CC1D2A !important;
}

.contact .php-email-form .form-control {
  margin-bottom: 5px !important;
}

.form-control:focus {
  border-color: #ddd;
  box-shadow: 0 0 0 0.1rem rgb(50 32 106 / 45%) !important;
}

.circular .article-body li li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-right: 7px;
}

.circular .article-body li li {
  background: none !important;
  padding: 4px 0px 4px 0px !important;
  position: relative;
}

.plud {
  color: #29468c !important;
  background: #f1cb38 !important;
  padding: 6px;
  border-radius: 14px;
  border: 1px solid #fff;
  font-weight: 800;
}

.closeBtn {
  line-height: 12px !important;
  text-align: center !important;
  padding: 0px !important;
}


.getfreeDemoTop {
  border: 1px solid #237abe;
  background: #237abe;
  color: #fff !important;
  border-radius: 6px !important;
  padding: 5px 15px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}


.serviceSectionBack .section-title h2 {
  color: #2e3e4e !important;
  text-align: center !important;
}

.serviceSectionBack .section-title p {
  color: #2e3e4e !important;
  text-align: center !important;
}

.member-info p>a {
  display: block;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  width: 140px;
  margin: 20px 0px 0px 0px;
  padding: 5px 20px;
}

.memberEvent:hover {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.memberEvent:hover .member-info p>a {
  background-color: #237abf;
  color: #fff;
}

#gallery {
  display: none
}

#Event .container .section-title p {
  text-align: center !important
}

.industriesNew {
  text-align: center !important
}

.industriesMemberEvent h4 {
  text-align: center !important
}

.memberEvent.industriesMemberEvent:hover {
  background: #f4faff;
  box-shadow: none;

}

.footerCorporateDiv {
  margin-top: 60px
}

.footerAddressdiv {
  display: flex;
  align-items: baseline;
}

.footerLogoImg {
  width: 250px;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;

}





.header {
  margin-top: -10px;
}

.banner {
  background-color: #481a2a;
  height: 350px;
  margin-top: -47px;
}

.services-section {
  background-color: #f4faff;
  text-align: center;
  padding-bottom: 30px;
}

.services-section.no-bg {
  background-color: transparent;
  padding-top: 30px;
  display: none;
}


.qa-box-sec {
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 30px 10px;
  min-height: 280px;
  margin-bottom: 30px;
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.services-container .container-fluid {
  padding: 0 100px;
}

.service-title {
  color: #393939;
  font-weight: 700;
  font-size: 20px;
  padding-top: 18px;
  text-transform: capitalize;
}

.service-tag {
  font-size: 14px;
  line-height: 25px;
  color: #444444;
}

.primary-title {
  font-size: 27px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.primary-title::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #170943;
  bottom: 2px;
  left: calc(50% - 60px);
}

.primary-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 5px;
  background: #170943;
  bottom: 0;
  left: calc(50% - 20px);
}

.primary-tag {
  line-height: 29px;
}

.services-container.large-box .qa-box-sec {
  min-height: 294px;
}

.workflow-section {
  background-color: #fff;
  padding: 50px 0px 0px 0px;
}

.workflow-section .primary-title.white::before {
  background: #689c22;
}

.workflow-section .primary-title.white::after {
  background: #689c22;
}

span.circleNum {
  background: #20589b;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 39px;
  border-bottom-right-radius: 20px;
  margin-right: 14px;
  display: none;
}

.primary-title.white {
  color: #fff;
  text-align: center;
}

.primary-tag.white {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 19px;
  padding: 15px 130px;
}

.work-box {
  padding-top: 0px;
}

.work-title {
  color: #393939;
  align-items: start;
  display: flex;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 700;
}

.work-tag {
  color: #444444;
  padding-left: 0px;
  padding-top: 0px;
  line-height: 25px;
  text-align: left;
}

.count-sec {
  padding: 30px 30px 0px 30px;
  margin-bottom: 20px;
  border-radius: 8px;
  height: 340px;
}

.count-sec:hover {
  background: #fff;
  height: 340px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-bottom: 2px solid #237abf;
}

.count-sec .circleNum {
  color: #fff;
}

.container-fluid {
  padding: 0 100px;
}

.container.topic-page {
  padding: 0 0;
  max-width: none;
  overflow-x: clip;
}

.services-section.green {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 0px !important;
}

.qa-box-sec-flex img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.topInnerBanner {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.qa-img {
  width: 70px;
  height: 70px;
}

.qa-box-secHeight {
  min-height: 300px;
  padding: 30px 13px !important;
}

.RegisterOffice {
  font-size: 18px;
  font-weight: 700;
}

.numberdiv {
  padding-left: 0px;
}

.Icon_phone {
  margin-right: 10px;
}

/* Make the navigation horizontally scrollable */
/* .KeyFeatures .tabsFlexKey {
  display: flex;
  overflow-x: auto;
  white-space: nowrap; 
  flex-flow: row;
}
*/

.KeyFeatures .content {
  text-align: left;
  display: none;
  padding: 40px;
  border-radius: 10px;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  background: #fff;
  height: 470px;
}

.KeyFeatures .tabsFlexKey .tab {
  display: inline-block;
  padding: 16px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid lightgray;
  margin: 10px 8px;
}

.KeyFeatures .tabsFlexKey .tab.active {
  background-color: #237abe;
  color: #fff;
  border: 1px solid #237abe;
}

.KeyFeatures .content.active {
  display: block;
}

.KeyFeatures .tabsUl {
  padding-left: 0px;
}

.KeyFeatures .tabsUl li {
  color: #689C22;
  font-size: 16px;
  font-weight: 400;
  list-style: none;
  position: relative;
  margin: 10px 0px;
  background: none !important;
  border-radius: unset !important;
  padding: unset !important;
  display: flex;
  align-items: baseline;
}

.KeyFeatures .tabsUl li img {
  width: 12px;
  height: 12px;
  object-fit: cover;
  margin-right: 5px;

}

.tabsFlexKey::-webkit-scrollbar {
  height: 5px !important;
  /* Customize scrollbar height (horizontal) */
}

.tabsFlexKey::-webkit-scrollbar-thumb {
  background-color: #237abe !important;
  /* Style for the scrollbar handle */
  border-radius: 10px !important;
  /* Optional: round corners of the handle */
}

.tabsFlexKey::-webkit-scrollbar-track {
  background: #fff !important;
  /* Background of the scrollbar track */
  border-radius: 5px !important;
}

.tabsUlRight {
  margin-left: 75px;
}

.permitTypeFlex {
  display: flex
}

.management-system {
  padding: 50px 0px 0px 0px;
  background: #fff;
}


/* Style the tab Vertical Tabs*/
.MainVerticaltab .tab {
  background-color: #689c22;

}

/* Style the buttons inside the tab */
.MainVerticaltab .tab button {
  display: block;
  background-color: #fff;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
  border-bottom: 1px solid #dae5ef;
  font-weight: 500;
  text-transform: capitalize;
}

/* Change background color of buttons on hover */
.MainVerticaltab .tab button:hover {
  color: #689c22;
}

/* Create an active/current "tab button" class */
.MainVerticaltab .tab button.active {

  margin: 0px 6px;
  color: #689c22;
  font-weight: 600;
}

/* Style the tab content */
.MainVerticaltab .tabcontent {
  padding: 40px;
  border-left: none;
  height: 416px;

}

.fontWeight600 {
  font-weight: 600;
}

.tabsUl li img {
  width: 12px;
  height: 12px;
  object-fit: cover;
  margin-right: 5px;
  display: none !important;
}

.verical-tabcontent {
  border-radius: 8px;
  background: #f4faff;
  text-align: left !important;
}

.verical-tabcontent .tabcontent .tabsUl li {
  list-style-type: disc !important;
  line-height: 40px;
}

.verical-tabcontent .tabcontent .tabsUl li::marker {
  color: #237abf !important;
}

.verical-tabcontent .tabcontent .tabsUl {
  padding-left: 18px !important;
}

.services-sectionREL {
  position: relative;
}

.baanerText {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-35%, -50%);
}

.baanerText button {
  border: 1px solid #689C22;
  background: #689C22;
  color: #fff;
  border-radius: 6px;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 500;
  display: none !important;
}

.baanerText h4 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.baanerText p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-top: 15px;
}

.all-pagesMinus {
  margin-top: -40px;
}

.accordianMain .accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-weight: 600;
  font-size: 18px;
  transition: 0.4s;
  border-radius: 8px;
}

.accordianMain .accordinMarginBtm {
  margin: 10px 0px;
}

.accordianMain .active,
.accordion:hover {
  background-color: #fff;
  color: #237abe;
}

.accordianMain .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordianMain .active:after {
  content: "\2212";
}

.accordianMain .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.FaqSectionMain {
  padding: 50px 0px 50px 0px;
  background: #f4faff;
}

.accordianMain p {
  font-size: 16px;
  font-weight: 400;
  text-align: left !important;
}

.partners-Section-Inner {
  padding-bottom: 50px;
}

.takeHomeTopPaddingTB {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  background: #fff !important;
}

.homePrimeEhsS {
  padding-top: 50px !important;
  padding-bottom: 25px !important;
}

.textLeft {
  text-align: left;
}

.primary-title.textLeft {
  padding-bottom: unset !important;
}

.primary-titleLIneNone {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height: 35px;

}

.ptwImgR {
  width: 70%;
  margin: auto;
}

.btn-theme {
  border: 1px solid #689C22;
  background: #689C22;
  color: #fff;
  border-radius: 6px;
  padding: 10px 35px;
  font-size: 16px;
  font-weight: 500;
}

.memberEvent.industriesMemberEvent {
  background: #fff !important;
}

.memberEvent.industriesMemberEvent:hover {
  background: #f4faff !important;
}

img.prcessWrkImg {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

p.service-tag.fontWeight600 {
  text-align: left !important;
}

.VerticaltabImgCnetr {
  text-align: center;
}

.VerticaltabImg {
  width: 80%;
  margin: auto;
}

.tabsHeading {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
}

.tabsdesc {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.tabsHorizonatlImgDiv {
  text-align: center;
  width: 85%;
  margin: auto;
}

.tabsHorizonatlImg {
  width: 75%;
  margin: auto;
}

p.service-tag.text-center {
  margin-bottom: 40px !important;
}

.industries-Title {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.incidentMgt-TopClass .qa-box-sec {
  min-height: 335px !important;
}

.incidentMgt-TopClass .count-sec {
  height: 247px !important;
}


/* About Us Css */


.aboutUs-Section .services .item-box {
  padding: 25px !important;
  border-radius: 5px;
  height: 290px;
  margin-bottom: 20px;
  /* display: flex;
  align-items: flex-start;*/
  text-align: left;
}

.aboutUs-Section .services .item-box .mr-30 {
  margin-right: 30px !important;
}

.aboutUs-Section .services .icon-bord-shad {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #fafafa;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.aboutUs-Section .services .icon-bord-shad.revers {
  background: #fff;
}

.aboutUs-Section .services .icon-bord-shad span {
  font-size: 28px;
  position: relative;
  line-height: inherit;
  z-index: 2;
}

.aboutUs-Section .services .icon-bord-shad i {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.aboutUs-Section .bg-gray-light {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.aboutUs-Section .pe-7s-rocket:before {
  content: "\e6c3";
}

.aboutUs-Section .services .icon-bord-shad span {
  font-size: 28px;
  position: relative;
  line-height: inherit;
  z-index: 2;
}

.aboutUs-Section .common-medium-heading {
  font-size: 18px;
  color: #000000;
  margin: 15px 0;
  line-height: normal;
  font-weight: 600;
}

.aboutUs-Section .aboutTabs-Tiles {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.contactMap {
  background: #032745 !important;
}


.aboutUs-Section .aboutMainHedDiv {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  background: #fff !important;
}

.aboutUs-Section .ourMission-VisionMain {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  background: #f4faff !important;
}

.ourMission-VisionMain .qa-box-secAbout {
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 30px 50px;
  min-height: 280px;
  margin-bottom: 30px;
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  min-height: 330px !important;
}

.AuditCapa-TopClass .qa-box-sec {
  min-height: 340px !important;
}

.AuditCapa-TopClass .count-sec {
  height: 280px !important;
}

.AuditCapa-TopClass .count-sec:hover {
  height: 280px !important;
}

.multi-item-carousel .carousel-inner>.item {
  transition: 0.6s ease-in-out all;
}

.multi-item-carousel .carousel-inner .active.left {
  left: -25%;
}

.multi-item-carousel .carousel-inner .active.right {
  left: 25%;
}

.multi-item-carousel .carousel-inner .next {
  left: 25%;
}

.multi-item-carousel .carousel-inner .prev {
  left: -25%;
}

.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
  background-image: none;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner>.item {
    transition: 0.6s ease-in-out all;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-perspective: none;
    -webkit-transform: none !important;
    transform: none !important;
  }
}


article.accordion {
  display: block;
  width: 43em;
  margin: 0 auto;
  background-color: #666;
  overflow: auto;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

article.accordion section {
  position: relative;
  display: block;
  float: left;
  width: 2em;
  height: 12em;
  margin: 0.5em 0 0.5em 0.5em;
  color: #333;
  background-color: #333;
  overflow: hidden;
  border-radius: 3px;
}

article.accordion section h2 {
  position: absolute;
  font-size: 1em;
  font-weight: bold;
  width: 12em;
  height: 2em;
  top: 12em;
  left: 0;
  text-indent: 1em;
  padding: 0;
  margin: 0;
  color: #ddd;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

article.accordion section h2 a {
  display: block;
  width: 100%;
  line-height: 2em;
  text-decoration: none;
  color: inherit;
  outline: 0 none;
}

article.accordion section:target {
  width: 30em;
  padding: 0 1em;
  color: #333;
  background-color: #fff;
}

article.accordion section:target h2 {
  position: static;
  font-size: 1.3em;
  text-indent: 0;
  color: #333;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

article.accordion section,
article.accordion section h2 {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.permitTypeFlex .tabsUl span {
  background: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  margin: 5px 5px 5px 0px;
  width: auto;
  display: inline-block;
  font-size: 14px;
  color: #237abf;
  font-weight: 500;
}

.ptwTabsFlexKeyPD {
  padding: 0px 100px;
}

.incidentKeyFeaturesTab {
  padding: 0px 100px;
}

.ptwTabsContent {
  background: #f4faff !important;
  border-radius: unset !important;
}

.ptwTabsContent2 {
  background: #f4faff !important;
}

.ptwTabsContent3 {
  background: #f4fff7 !important;
}

.ptwTabsContent4 {
  background: #fbf4ff !important;
}

.ptwTabsContent5 {
  background: #fefff4 !important;
}

.ptwTabsContent6 {
  background: #fff4f6 !important;
}

.ptwTabsContent7 {
  background: #fff6f4 !important;
}

.ptwTabsContent8 {
  background: #f4fdff !important;
}

.ptwTabsContent9 {
  background: #f5f4ff !important;
}


.incidentContent1 {
  background: #f4faff !important;
}

.incidentContent2 {
  background: #f4fff7 !important;
}

.incidentContent3 {
  background: #f4fdff !important;
}

.incidentContent4 {
  background: #fbf4ff !important;
}

.incidentContent5 {
  background: #fefff4 !important;
}

.incidentContent6 {
  background: #fff4f6 !important;
}

.incidentContent7 {
  background: #fff6f4 !important;
}

.auditCapaContnetTab1 {
  background: #f4faff !important;
}

.auditCapaContnetTab3 {
  background: #f4fff7 !important;
}

.auditCapaContnetTab4 {
  background: #fbf4ff !important;
}

.auditCapaContnetTab5 {
  background: #fefff4 !important;
}

.auditCapaContnetTab6 {
  background: #fff4f6 !important;
}

.auditCapaContnetTab7 {
  background: #fff6f4 !important;
}

.auditCapaContnetTab8 {
  background: #f4fdff !important;
}

.auditCapaContnetTab9 {
  background: #f5f4ff !important;
}

.tabsHorizonatlImg1 {
  width: 60% !important;
}

.auditCapatabsFlexKeyP {
  padding: 0px 100px;
}

.justifyContentBetween {
  justify-content: space-between;
}

.permitTypeFlex.justifyContentBetween .tabsUl {
  padding-left: 18px !important;
}

.permitTypeFlex.justifyContentBetween .tabsUl li {
  list-style-type: disc !important;
  display: list-item !important;
  color: unset !important;
}

.ptwMainDiv .qa-box-sec {
  min-height: 305px !important;
}

.permitTypeFlex.justifyContentBetween .tabsUl li::marker {
  color: #237abf !important;
}

.ul.tabsUl {
  padding-left: 18px !important;
}

p.service-tag.fontWeight600 {
  font-size: 16px !important;
}

p.service-tag.text-center {
  font-size: 16px !important;
}

.observationTopDiv .qa-box-sec {
  min-height: 345px !important;
}

.observationTopDiv .listObsevation {
  height: 400px;
}

.listObsevation .tabsUl {
  padding-left: 18px !important;
}

.listObsevation .tabsUl li {
  list-style-type: disc !important;
  line-height: 30px;
}

.listObsevation .tabsUl li::marker {
  color: #237abf !important;
}

.learning-UlDiv .tabsUl {
  padding-left: 18px !important;
}

.learning-UlDiv .tabsUl li {
  list-style-type: disc !important;
  line-height: 30px;
}

.learning-UlDiv .tabsUl li::marker {
  color: #237abf !important;
}

.learningDivPage .learning-UlDiv {
  height: 600px;
}

.tabsHorizonatlImg60 {
  width: 60% !important;
}

.learningDivPage .qa-box-sec {
  min-height: 380px !important;
}

.tabsUlTag {
  padding-left: 0px !important;
}

.tabsUlTag li {
  list-style-type: none !important;
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.tickIcon {
  width: 12px;
  height: 12px;
  object-fit: cover;
  margin-right: 8px;
}

.assetMainDiv .qa-box-sec {
  min-height: 360px !important;
}

.Compliance-Mgt-TopClass .qa-box-sec {
  min-height: 390px !important;
}

@media (max-width: 1366px) {
  .container {
    max-width: 1320px;
  }

  .container.topic-page.newclass-blog-page {
    max-width: 1320px;
  }
}

@media (max-width: 1199px) {
  .gallery {
    background-size: 100% 295px;
  }

  .contact .info p {
    font-size: 14px;
  }

  .breadcrumbs {
    margin-top: 36px !important;
  }
}

@media (max-width: 544px) {


  .gallery {
    background-size: 100% 405px;
  }

  ul.footerVisitorCountBox li {
    width: 35px;
    height: 35px;
    margin: 2px;
    max-width: 35px;
    min-width: 35px;
    min-height: 35px;
    font-size: 16px;
  }

  .gallery-item.galleryImgBox p {
    font-size: 18px;
  }

  #header .logo img {
    margin-bottom: 5px;
    max-height: 65px;
    margin-top: -10px;
  }

  .container.topic-page tr td h5 {
    font-size: 14px;
  }

  .strategicProjectsImg {
    height: 180px !important;
    margin: 0px auto;
    object-fit: cover;
  }

  .header-form-search {
    display: none;
  }

  .php-email-form {
    padding: 12px;
  }

  .sub-title {
    font-size: 20px;
  }

  .php-email-form .form-control {
    margin-bottom: 0px;
  }

  .image-container.position-relative {
    min-height: auto;
  }

  .headerMenuBanner {
    display: none !important;
  }

  .musicBtn {
    display: none;
  }

  .breadcrumbs {
    margin-top: 15px !important;
  }

  .fmRadioBtn {
    display: none;
  }

  h3.title-text {
    padding-top: 35px;
    width: 100%
  }
}

@media (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }

  .baanerText {
    top: 20% !important;
    left: unset !important;
    transform: unset !important;
  }

  .primary-tag.white {
    padding: 15px 20px !important;
  }

  .ourMission-VisionMain .qa-box-secAbout {
    padding: 30px 20px !important;
  }

  .aboutUs-Section .services .item-box {
    display: block !important;
  }

  .topInnerBanner {
    height: 465px !important;
  }

  .ptwImgR {
    width: 100% !important;
    margin: 20px auto !important;
  }

  .AuditCapa-TopClass .count-sec {
    height: unset !important;
  }

  .AuditCapa-TopClass .count-sec:hover {
    height: unset !important;
  }

  /* .row {
    --bs-gutter-x: 0;
  } */
}

.videoThumbnail {
  width: 12px;
  height: 15px;
  margin-right: 5px;
}


.videoLinkButton {
  border: 1px solid #689C22;
  background: #689C22 !important;
  color: #fff !important;
  border-radius: 6px;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 500;
}


.videoFrameWrapper {
  margin-top: 20%;
  position: relative;
}


#closeVideoButton {
  position: absolute;
  top: -20px;
  right: -15px;
  color: #000 !important;
  display: block !important;
  border-radius: 100% !important;
  height: 25px !important;
  width: 25px !important;
  text-align: center !important;
  font-size: 16px !important;
  background: #ffffff !important;
  border: unset !important;
  padding: unset !important;

}

#videoPlayerIframe {
  border-radius: 8px;
  /* Adjust the radius value as needed */
}

/* PTW Video Css */


.newVideoIconHeader {
  width: 12px;
  height: 15px;
  margin-right: 5px;
}

.newVideoHeaderBtn {
  border: 1px solid #689C22;
  background: #689C22 !important;
  color: #fff !important;
  border-radius: 6px;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 500;
}

.newVideoframeDiv {
  margin-top: 20%;
  position: relative;

}

#newCloseButton {
  position: absolute;
  top: -20px;
  right: -15px;
  color: #000 !important;
  display: block !important;
  border-radius: 100% !important;
  height: 25px !important;
  width: 25px !important;
  text-align: center !important;
  font-size: 16px !important;
  background: #ffffff !important;
  border: unset !important;
  padding: unset !important;
}

#newVideoPlayer {
  border-radius: 8px;
  /* Adjust the radius value as needed */
}

.ptwIframeClass {
  height: 500px !important;
  width: 90% !important;
}

.work-box.meeting-page-chs .count-sec {
  padding: 30px 15px 0px 15px !important;
  margin-bottom: 20px;
  border-radius: 8px;
  height: 210px !important;
}

.work-box.meeting-page-chs .count-sec:hover {
  background: #fff;
  height: 210px !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-bottom: 2px solid #237abf;
}

.colorabf {
  color: #237abf;
}

.colorc22 {
  color: #689c22;
}

.primeEhsTm {
  font-size: 10px;
  top: -0.8em;
}

.primeEhsTmTop {
  top: -1.5em !important;
}

.cursor_default {
  pointer-events: none;
  cursor: default;
}

.used-blog-page-card {
  min-width: 100% !important;
  height: 230px !important;
}

h3.card-title.used-blog-card-title {
  font-size: 20px !important;
  text-align: left;
  font-weight: 500;
  line-height: 30px;
  /* Apply ellipsis */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

h3.card-title.used-blog-card-title:hover {
  color: #237ABF;
}

.blog-innerPage-title {
  font-size: 30px;
  margin: 10px 0px;
  color: #237ABF;
}

.use-blog-page-btn {
  color: #237abf !important;
}

.use-blog-page-btn:hover {
  color: #0b426e !important;
}

.used-blog-page-gallery {
  height: calc(100% - 20px) !important;
}

/* 25-aug-2025 */
.new-fa-fa {
  margin-right: 0px !important;
}

#content .container.topic-page .row .side-margin-width {
  width: 23%;
  margin-left: 10px !important;
}

.categories-list .list-group .list-group-item {
  font-size: 14px;
}

.circular .post-image .New-post-main-photo {
  width: 100%;
}

.text-muted.topic-date.mb-2 {
  font-weight: 400;
  font-size: 12px;
}

i.fa-regular.fa-calendar {
  color: #689C22;
}


@media only screen and (min-width: 360px) and (max-width: 600px) {
  #content .container.topic-page .row .side-margin-width {
    width: 100%;
    padding: 20px 10px 5px 10px;
    margin: 0px !important;
  }

  #header .logo img {
    max-height: 45px;
  }

  #content .container.topic-page .row .blog-right-div .circular .post-image img {
    padding: 0px 10px;
  }

  #content .container.topic-page .row .blog-right-div .circular .post-image .blog-innerPage-title {
    padding: 0px 10px;
  }

  #content .container.topic-page .row .blog-right-div .circular .article-body div[dir="ltr"] {
    padding: 0px 10px;
  }

  .navbar-mobile .mobile-nav-toggle {
    top: 30px;
  }

  .navbar-mobile ul {
    top: 50px !important;
  }

  .container-fluid {
    padding: 10px 32px !important;
  }

  .aboutUs-Section .ourMission-VisionMain {
    padding-bottom: 0px !important;
    padding-top: 20px !important;
  }

  .services.section-padding {
    padding-bottom: 0px !important;
  }

  /* 26-aug-2025 */
  .getfreeDemoTop {
    width: 90%;
    margin: 20px auto;
  }

  #home-page-aboutus-section {
    padding: 20px 0px !important;
  }

  .home-welcome h2 {
    font-size: 20px;
  }

  .home-welcome p {
    padding-bottom: 0px !important;
  }

  .btn-theme {
    font-size: 14px !important;
  }

  .section-title h2 {
    font-size: 20px;
  }

  .home-page #Event {
    padding: 20px 0 !important;
  }

  .memberEvent .member-info h4,
  .serviceArticle .card-title {
    font-size: 18px;
  }

  .aboutUs-Section .aboutMainHedDiv {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .primary-title {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .ourMission-VisionMain .row .col-md-6:nth-of-type(2) .qa-box-secAbout {
    margin: 0 !important;
  }

  .aboutUs-Section .services-section {
    padding-bottom: 0px;
  }

  .primary-titleLIneNone {
    font-size: 20px !important;
    margin-bottom: 10px !important;
    line-height: 28px !important;
  }

  .services-section.green {
    padding-top: 20px !important;
  }

  .ptwTabsFlexKeyPD {
    padding: 0px 32px !important;
  }

  .ptwTabsFlexKeyPD {
    padding: 0px 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .KeyFeatures .tabsFlexKey .tab {
    width: 100%;
  }

  .tabsHeading {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 4px;
  }

  .tabsdesc {
    font-size: 16px;
    line-height: 22px;
  }

  .ptwTabsContent {
    height: 710px !important;
  }

  .ptwTabsContent .tabsdivmain .permitTypeFlex {
    display: grid;
  }

  .tabsUlTag {
    margin-bottom: 0px;
  }

  .tabsUlTag li {
    margin-bottom: 4px;
    font-size: 14px !important;
  }

  .management-system {
    padding: 20px 0px 0px 0px;
  }

  .management-system p.service-tag.text-center {
    margin-bottom: 10px !important;
  }

  .MainVerticaltab .tab {
    margin-bottom: 20px !important;
  }

  .MainVerticaltab .tabcontent {
    padding: 20px !important;
  }

  .MainVerticaltab .tab button {
    font-size: 16px;
  }

  .MainVerticaltab .tabcontent {
    height: 520px !important;
  }

  .workflow-section {
    padding: 0px 0px 0px 0px !important;
  }

  .workflow-section .work-box .count-sec {
    padding: 30px 15px 0px 15px !important;
    border: 1px solid #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: unset !important;
  }

  .FaqSectionMain {
    padding: 20px 0px 20px 0px !important;
  }

  .FaqSectionMain .accordianMain .accordion {
    font-size: 14px !important;
  }

  .FaqSectionMain .accordianMain p {
    font-size: 13px;
  }

  .ptwMainDiv .services-section {
    padding-bottom: 0px !important;
  }

  .baanerText {
    padding: 0px 32px !important;
  }

  .reverse-coloum {
    flex-direction: column-reverse;
  }

  .observation-keyfeature .content {
    height: auto !important;
  }

  .learning-mgt .content {
    height: auto !important;
  }

  .asset-keyFeature .content {
    height: auto !important;
  }

  .moc-KeyFeatures .content {
    height: auto !important;
  }

  .moc-KeyFeatures .content {
    height: auto !important;
  }

  #hero,
  #hero .carousel-item {
    height: 35vh;
  }

  #hero h2 {
    font-size: 22px !important;
  }

  #hero p {
    font-size: 18px !important;
  }

  .topInnerBanner {
    height: 350px !important;
  }

  .baanerText h4 {
    font-size: 20px;
  }

  .baanerText p {
    font-size: 16px;
  }

  .ptwMainDiv .homePrimeEhsS {
    padding-top: 25px !important;
  }

  .AuditCapa-TopClass .qa-box-sec {
    min-height: 330px !important;
  }

  .auditCapatabsFlexKeyP {
    padding: 0px 32px !important;
  }

  .incidentKeyFeaturesTab {
    padding: 0px 32px !important;
  }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
  .reverse-coloum {
    flex-direction: column-reverse;
  }

  .container {
    padding: 0 1rem;
  }

  .container.topic-page.newclass-blog-page {
    padding: 0 1rem;
  }

  .headerMenuBanner .text-center {
    padding: 0px 0px 0px 10px;
  }

  .headerMenuBanner .text-center>div:nth-child(1) {
    padding-right: 10px;
  }

  .customGallery .nav-link {
    padding: 12px 15px;
    font-size: 16px !important;
    margin: 0px 8px;
  }

  .gallery {
    background-size: 100% 292px;
  }

  .social-links {
    justify-content: center;
  }

  #topbar .social-links a {
    width: auto;
    height: auto;
    padding: 0px;
    font-size: 14px;
    border: 0px solid #CC1D2A;
    margin: 0px 5px;
  }

  #topbar .social-links {
    max-width: 100%;
  }

  .contact-info.d-flex.align-items-center {
    padding-left: 0px !important;
  }

  #footer .copyright {
    text-align: center;
  }

  .breadcrumbs {
    margin-top: 18px !important;
  }

  .container-fluid {
    padding: 20px 2rem !important;
  }

  .count-sec {
    height: unset !important;
  }

  .KeyFeatures .content {
    height: auto !important;
    padding: 40px 16px !important;
  }

  .tabsHorizonatlImg {
    width: 100% !important;
  }

  .tabsHorizonatlImg1 {
    width: 100% !important;
  }

  .getfreeDemoTop {
    margin: 5px 20px;
  }

  .MainVerticaltab .tabcontent {
    height: auto !important;
  }

  .VerticaltabImg {
    width: 100% !important;
    margin: auto;
  }

  .observationTopDiv .qa-box-sec {
    min-height: auto !important;
  }

  .ptwTabsFlexKeyPD {
    padding: 0px 15px !important;
  }

  .learningDivPage .qa-box-sec {
    min-height: auto !important;
  }

  .ptwMainDiv .qa-box-sec {
    min-height: auto !important;
  }

  .assetMainDiv .qa-box-sec {
    min-height: auto !important;
  }

  .Compliance-Mgt-TopClass .qa-box-sec {
    min-height: auto !important;
  }

  #content .container.topic-page .row .side-margin-width {
    width: 100%;
    padding: 20px 10px 5px 10px;
    margin: 0px !important;
  }

  #header .logo img {
    max-height: 45px;
  }

  #content .container.topic-page .row .blog-right-div .circular .post-image img {
    padding: 0px 10px;
  }

  #content .container.topic-page .row .blog-right-div .circular .post-image .blog-innerPage-title {
    padding: 0px 10px;
  }

  #content .container.topic-page .row .blog-right-div .circular .article-body {
    padding: 0px 10px;
  }

  .navbar-mobile .mobile-nav-toggle {
    top: 30px;
    right: 20px;
  }

  .navbar-mobile ul {
    top: 50px !important;
  }

  .getfreeDemoTop {
    width: 90%;
    margin: 20px auto;
  }

  .observation-keyfeature .content {
    height: auto !important;
  }

  .learning-mgt .content {
    height: auto !important;
  }

  .asset-keyFeature .content {
    height: auto !important;
  }

  .moc-KeyFeatures .content {
    height: auto !important;
  }

  #hero,
  #hero .carousel-item {
    height: 30vh;
  }

  #hero h2 {
    font-size: 24px;
  }

  #hero p {
    font-size: 20px;
  }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #content .container.topic-page .row .side-margin-width {
    width: 38%;
    margin-left: 10px;
    margin-right: 10px;
  }

  #header .logo img {
    max-height: 60px !important;
  }

  .fixed-top-margin {
    margin-top: 38px !important;
  }

  .mobile-nav-toggle {
    position: absolute;
    right: 15px;
  }

  .navbar-mobile ul {
    top: 65px;
  }

  .navbar-mobile .mobile-nav-toggle {
    top: 50px;
    right: 25px;
  }

  /* 26-aug-2025 */
  .container-fluid {
    padding: 20px 32px !important;
  }

  .ourMission-VisionMain .qa-box-secAbout {
    height: 460px;
    padding: 30px 20px !important;
  }

  .aboutUs-Section .ourMission-VisionMain {
    padding-bottom: 0px !important;
  }

  .services.section-padding {
    padding-bottom: 0px !important;
  }

  .baanerText {
    padding: 0px 32px !important;
  }

  .reverse-coloum {
    flex-direction: column-reverse;
  }

  .ptwTabsContent {
    height: 695px !important;
  }

  .tabsUlTag li {
    font-size: 14px;
  }

  .management-system {
    padding: 20px 0px 0px 0px;
  }

  .management-system .service-tag {
    margin-bottom: 10px !important;
  }

  .MainVerticaltab .tab button {
    font-size: 16px;
  }

  .MainVerticaltab .tab {
    margin-bottom: 20px !important;
  }

  .MainVerticaltab .tabcontent {
    height: 590px;
  }

  .workflow-section {
    padding-top: 0px !important
  }

  .count-sec {
    height: 200px;
  }

  .FaqSectionMain {
    padding: 10px 0px 0px 0px !important;
  }

  .baanerText {
    padding: 0px 32px !important;
  }

  .incidentKeyFeaturesContent .content {
    height: 530px !important;
  }

  .incidentMgt-TopClass .count-sec {
    height: 247px !important;
  }

  .incidentMgt-TopClass .qa-box-sec {
    min-height: 250px !important;
  }

  .getfreeDemoTop {
    width: 90%;
    margin: 20px auto;
  }

  /* 27-aug-2025 */
  .auditCapaContnetTab1 {
    height: 530px !important;
  }

  .observationTopDiv .listObsevation {
    height: 400px !important;
  }

  .observation-keyfeature .content {
    height: 540px !important;
  }

  .observationTopDiv .qa-box-sec {
    min-height: 310px !important;
  }

  .learningDivPage .learning-UlDiv {
    height: 600px;
  }

  .learningDivPage .qa-box-sec {
    min-height: 380px !important;
  }

  .learning-mgt .content {
    height: auto !important;
  }

  .asset-keyFeature .content {
    height: auto !important;
  }

  .assetMainDiv .qa-box-sec {
    min-height: 360px !important;
  }

  .moc-KeyFeatures .content {
    height: auto !important;
  }

  .social-links a {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
  }

  .ptwMainDiv .count-sec {
    height: 390px !important;
  }

  .ptwMainDiv .count-sec:hover {
    height: 390px !important;
  }

  .AuditCapa-TopClass .count-sec {
    height: 330px !important;
  }

  .AuditCapa-TopClass .count-sec:hover {
    height: 330px !important;
  }

  .Compliance-Mgt-TopClass .count-sec {
    height: 410px;
  }

  .Compliance-Mgt-TopClass .count-sec:hover {
    height: 410px;
  }

  .assetMainDiv .count-sec {
    height: 350px !important;
  }

  .assetMainDiv .count-sec:hover {
    height: 350px !important;
  }

  .MOC-TopClas .count-sec {
    height: 300px;
  }

  .MOC-TopClas .count-sec:hover {
    height: 300px;
  }

  .Engineering-topClass .count-sec {
    height: 410px;
  }

  .Engineering-topClass .count-sec:hover {
    height: 410px;
  }

  .automobiles-TopClass .count-sec {
    height: 340px !important;
  }

  .automobiles-TopClass .count-sec:hover {
    height: 340px !important;
  }

  .power-TopClass .count-sec {
    height: 400px !important;
  }

  .power-TopClass .count-sec:hover {
    height: 400px !important;
  }

  .Iron-TopClass .count-sec:hover {
    height: 430px;
  }

  .Iron-TopClass .count-sec {
    height: 430px;
  }

  .cement-TopClass .count-sec {
    height: 390px;
  }

  .cement-TopClass .count-sec:hover {
    height: 390px;
  }

  .Mining-TopClass .count-sec {
    height: 400px !important;
  }

  .Mining-TopClass .count-sec:hover {
    height: 400px !important;
  }

  .shipping-TopClass .count-sec:hover {
    height: 430px !important;
  }

  .shipping-TopClass .count-sec {
    height: 430px !important;
  }

  .Construction-TopClass .count-sec {
    height: 440px;
  }

  .Construction-TopClass .count-sec:hover {
    height: 440px;
  }

  .chemical-TopClass .count-sec:hover {
    height: 400px !important;
  }

  .chemical-TopClass .count-sec {
    height: 400px !important;
  }

  .food-TopClass .count-sec:hover {
    height: 340px !important;
  }

  .food-TopClass .count-sec {
    height: 340px !important;
  }

  .retail-TopClass .count-sec:hover {
    height: 340px !important;
  }

  .retail-TopClass .count-sec {
    height: 340px !important;
  }

  .oil-TopClass .count-sec {
    height: 340px !important;
  }

  .oil-TopClass .count-sec:hover {
    height: 340px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .incidentMgt-TopClass .count-sec {
    height: 280px !important;
  }

  .incidentMgt-TopClass .count-sec:hover {
    height: 280px !important;
  }

  .ptwMainDiv .count-sec {
    height: 530px !important;
  }

  .ptwMainDiv .count-sec:hover {
    height: 530px !important;
  }

  .ptwMainDiv .qa-box-sec {
    min-height: 385px !important;
  }

  .ptwMainDiv .KeyFeatures .content {
    height: 530px;
  }

  .incidentMgt-TopClass .qa-box-sec {
    min-height: 460px !important;
  }

  .AuditCapa-TopClass .qa-box-sec {
    min-height: 460px !important;
  }

  .AuditCapa-TopClass .count-sec {
    height: 420px !important;
  }

  .AuditCapa-TopClass .count-sec:hover {
    height: 420px !important;
  }

  .learningDivPage .qa-box-sec {
    min-height: 560px !important;
  }

  .learningDivPage .learning-UlDiv {
    height: 980px !important;
  }

  .qa-box-sec {
    min-height: 460px !important;
  }

  .observationTopDiv .listObsevation {
    height: 585px !important;
  }

  .Compliance-Mgt-TopClass .qa-box-sec {
    min-height: 560px !important;
  }

  .Compliance-Mgt-TopClass .count-sec {
    height: 510px;
  }

  .assetMainDiv .qa-box-sec {
    min-height: 520px !important;
  }

  .assetMainDiv .count-sec {
    height: 470px;
  }

  .assetMainDiv .count-sec:hover {
    height: 470px;
  }

  .MOC-TopClas .count-sec {
    height: 440px !important;
  }

  .MOC-TopClas .count-sec:hover {
    height: 440px !important;
  }

  .work-box.meeting-page-chs .count-sec {
    height: 310px !important;
  }

  .work-box.meeting-page-chs .count-sec:hover {
    height: 310px !important;
  }

  .Engineering-topClass .service-title {
    word-break: break-all;
  }

  .Engineering-topClass .qa-box-sec {
    min-height: 480px !important;
  }

  .Engineering-topClass .count-sec {
    height: 550px !important;
  }

  .Engineering-topClass .count-sec:hover {
    height: 550px !important;
  }

  .service-title {
    word-break: break-all !important;
  }

  .automobiles-TopClass .count-sec {
    height: 480px;
  }

  .automobiles-TopClass .count-sec:hover {
    height: 480px;
  }

  .power-TopClass .qa-box-sec {
    min-height: 550px !important;
  }

  .power-TopClass .count-sec:hover {
    min-height: 550px !important;
  }

  .power-TopClass .count-sec {
    min-height: 550px !important;
  }

  .Iron-TopClass .count-sec:hover {
    height: 600px;
  }

  .Iron-TopClass .count-sec {
    height: 600px;
  }

  .cement-TopClass .qa-box-sec {
    min-height: 490px !important;
  }

  .cement-TopClass .count-sec:hover {
    height: 570px;
  }

  .cement-TopClass .count-sec {
    height: 570px;
  }

  .Mining-TopClass .qa-box-sec {
    min-height: 520px !important;
  }

  .Mining-TopClass .count-sec {
    height: 510px !important;
  }

  .Mining-TopClass .count-sec:hover {
    height: 510px !important;
  }

  .shipping-TopClass .count-sec {
    height: 520px !important;
  }

  .shipping-TopClass .count-sec:hover {
    height: 520px !important;
  }

  .shipping-TopClass .qa-box-sec {
    min-height: 520px !important;
  }

  .Construction-TopClass .qa-box-sec {
    min-height: 480px !important;
  }

  .Construction-TopClass .count-sec {
    height: 540px !important;
  }

  .Construction-TopClass .count-sec:hover {
    height: 540px !important;
  }

  .chemical-TopClass .qa-box-sec {
    min-height: 525px !important;
  }

  .chemical-TopClass .count-sec:hover {
    height: 540px;
  }

  .chemical-TopClass .count-sec {
    height: 540px;
  }

  .food-TopClass .qa-box-sec {
    min-height: 530px !important;
  }

  .food-TopClass .count-sec:hover {
    height: 450px !important;
  }

  .food-TopClass .count-sec {
    height: 450px !important;
  }

  .retail-TopClass .count-sec:hover {
    height: 425px !important;
  }

  .retail-TopClass .count-sec {
    height: 425px !important;
  }

  .oil-TopClass .qa-box-sec {
    min-height: 470px !important;
  }

  .oil-TopClass .count-sec {
    height: 400px !important;
  }

  .oil-TopClass .count-sec:hover {
    height: 400px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .qa-box-sec {
    min-height: 350px !important;
  }

  .qa-box-sec .service-title {
    font-size: 16px;
  }

  .qa-box-sec .service-tag {
    font-size: 14px;
  }

  .count-sec .work-title {
    font-size: 16px;
  }

  .count-sec .work-tag {
    font-size: 14px !important;
    /* line-height: 18px !important; */
    margin-bottom: 10px !important;
  }

  #header .logo img {
    max-width: 60% !important;
  }

  .all-pagesMinus {
    margin-top: -62px !important;
  }

  .ptwMainDiv .qa-box-sec {
    min-height: 320px !important;
  }

  .incidentMgt-TopClass .qa-box-sec {
    min-height: 350px !important;
  }

  .observationTopDiv .qa-box-sec {
    min-height: 350px !important;
  }

  .AuditCapa-TopClass .qa-box-sec {
    min-height: 375px !important;
  }

  .learningDivPage .qa-box-sec {
    min-height: 450px !important;
  }

  .observationTopDiv .listObsevation {
    height: 400px;
  }

  .learningDivPage .learning-UlDiv {
    height: 650px;
  }

  .ptwMainDiv .count-sec {
    height: 380px;
  }

  .AuditCapa-TopClass .count-sec:hover {
    height: 350px !important;
  }

  .AuditCapa-TopClass .count-sec {
    height: 350px !important;
  }

  .Compliance-Mgt-TopClass .qa-box-sec {
    min-height: 450px !important;
  }

  .Compliance-Mgt-TopClass .count-sec {
    height: 350px;
  }

  .Compliance-Mgt-TopClass .count-sec:hover {
    height: 350px;
  }

  .learning-UlDiv .tabsUlTag li {
    font-size: 14px !important;
  }

  .assetMainDiv .qa-box-sec {
    min-height: 400px !important;
  }

  .MOC-TopClas .count-sec {
    height: 320px !important;
  }

  .work-box.meeting-page-chs .count-sec:hover {
    height: 250px !important;
  }

  .work-box.meeting-page-chs .count-sec {
    height: 250px !important;
  }

  .listObsevation .tabsUlTag li {
    font-size: 14px !important;
  }

  .Engineering-topClass .count-sec {
    height: 380px !important;
  }

  .automobiles-TopClass .qa-box-sec {
    min-height: 330px !important;
  }

  .automobiles-TopClass .tabsUlTag li {
    font-size: 14px !important;
  }

  .power-TopClass .qa-box-sec {
    min-height: 400px !important;
  }

  .power-TopClass .count-sec {
    height: 390px !important;
  }

  .power-TopClass .count-sec:hover {
    height: 390px !important;
  }

  .Iron-TopClass .qa-box-sec {
    min-height: 395px !important;
  }

  .Iron-TopClass .count-sec {
    height: 370px;
  }

  .Iron-TopClass .count-sec {
    height: 370px;
  }

  .cement-TopClass .qa-box-sec {
    min-height: 375px !important;
  }

  .cement-TopClass .count-sec {
    height: 390px;
  }

  .cement-TopClass .count-sec:hover {
    height: 390px;
  }

  .Mining-TopClass .qa-box-sec {
    min-height: 420px !important;
  }

  .Mining-TopClass.count-sec {
    height: 370px;
  }

  .Mining-TopClass.count-sec:hover {
    height: 370px;
  }

  .shipping-TopClass .qa-box-sec {
    min-height: 395px !important;
  }

  .shipping-TopClass .count-sec {
    height: 390px;
  }

  .shipping-TopClass .count-sec:hover {
    height: 390px;
  }

  .Construction-TopClass .qa-box-sec {
    min-height: 425px !important;
  }

  .Construction-TopClass .count-sec {
    height: 370px;
  }

  .Construction-TopClass .count-sec:hover {
    height: 370px;
  }

  .chemical-TopClass .qa-box-sec {
    min-height: 380px !important;
  }

  .chemical-TopClass .count-sec {
    height: 370px;
  }

  .chemical-TopClass .count-sec:hover {
    height: 370px;
  }

  .Mining-TopClass .count-sec {
    height: 380px !important;
  }

  .Mining-TopClass .count-sec:hover {
    height: 380px !important;
  }

  .food-TopClass .qa-box-sec {
    min-height: 425px !important;
  }

  .oil-TopClass .qa-box-sec {
    min-height: 375px !important;
  }

  .oil-TopClass .count-sec {
    height: 300px !important;
  }

  .oil-TopClass .count-sec:hover {
    height: 300px !important;
  }

  .fixed-top-margin {
    margin-top: 58px;
  }

  .used-blog-page-card {
    object-fit: scale-down !important;
  }

  h3.card-title.used-blog-card-title {
    font-size: 16px !important;
    line-height: 22px;
  }

  p.card-text.mb-0.mt-2.use-blog-card-text {
    font-size: 14px;
  }

  .footerLogoImg {
    width: 180px;
  }
}