:root {
    --body-color: #000000;
    --bs-body-color: #000000;
    --primary-color: #f7efdb;
    --secondary-color: #e7a706;
    --link-color:#ffbb09;
    --bs-box-shadow-md: 0 0.2rem 1rem rgba(0, 0, 0, 0.175);
    --text-theme-yellow: #ffbb09;
    --font-family: "Inter", sans-serif;
  }
  .shadow-md {
    box-shadow: var(--bs-box-shadow-md) !important;
  }
  .theme-text-color {
    color: var(--text-theme-yellow) !important;
  }
body, input, button, textarea {
  font-family: var(--font-family);
  font-display: swap
}
  
  a {
    transition: 0.5s ease-in-out all;
    color: var(--link-color);
    text-decoration: none;
  }
  
  a:hover {
    color: var(--link-color) !important;
  }
  
  .text-secondary {
    color: var(--secondary-color) !important;
  }
  
  .border-primary {
    border-color: var(--primary-color) !important;
  }
  
  .border-secondary {
    border-color: var(--secondary-color) !important;
  }
  
  .bg-dark {
    background-color: #0c0a0a !important;
  }
/*Header*/
.sitelogo img {
    height: 76px;
    width: auto;
}
.navbar-nav>li:not(.dropdown) .dropdown-toggle.caret:after {
    opacity: 0;
}
.caret.dropdown-toggle {
    position: absolute;
    top: 19px;
    right: 6px;
    cursor: pointer;
    border: 0;
    background: transparent;
}
.navbar-nav .dropdown-toggle.caret::after {
    opacity: 1;
}
.navbar-nav>li {
    position: relative;
    padding: 0 5px;
}
.navbar-nav .dropdown-toggle, .navbar-nav .nav-link {
    display: flex;
    gap: 0.2rem;
    align-items: center;
    color: #000 !important;
}
.navbar-nav .dropdown-menu li a {
    font-size: 15px;
    border-bottom: 1px solid #edededbf;
    font-weight: 500;
    height: 100%;
}
.navbar-nav .dropdown-menu li:last-child a {
    border-bottom: 0;
}
.depth_0 .caret.dropdown-toggle {
  top: 15px;
  right: 15px;
}
.navbar-nav .dropdown-toggle::after {
  opacity: 0;
}
ul.dropdown-menu .caret:after {
  transform: rotate(320deg);
}
.navbar-nav li.dropdown:hover>ul.dropdown-menu {
    display: block;
    border-radius: 0;
    border: 0;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
}
.navbar-nav li.dropdown:hover>ul.dropdown-menu.dropdown-submenu.depth_1 {
  display: inline-table;
}
@media (min-width: 991px){
  /* .navbar-nav li.dropdown:hover>ul.dropdown-menu.depth_0 {
      top: 63px;
  } */
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding: 0;
}
.navbar-nav li.dropdown:hover>ul.dropdown-menu li {
  line-height: 25px;
  outline:none;
}
.navbar-nav .nav-link.active, .navbar-nav .dropdown-item.active, .navbar-nav .dropdown-item:active {
  color: var(--secondary-color) !important;
  text-decoration: none;
  background-color: transparent;
}
nav#mainNav {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
ul.dropdown-menu li.at_depth_1 ul.dropdown-menu {
  top: 0;
  right: 0;
  left: 100%;
  margin-top: 0;
  width: 100%;
}
.mobile-part {
    display: none;
}
.mobile-part ul li {
    list-style: none;
}
.flang {
    min-width: 81px;
}
@media (max-width: 991px){
    .mobile-part {
        display: block;
    }
    .m-hide {
        display: none !important;
    }
}
/*breadcrumb*/
.breadcrumb {
    background-color: #fff;
    padding: 15px 0;
    margin-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.breadcrumb p {
    font-weight: 400;
    font-size: 15px;
}

.breadcrumb p>span>span {
    margin-right: 6px;
}

.breadcrumb p>span>span a {
    margin-left: 8px;
    text-decoration: underline;
}

.breadcrumb p>span>span:first-child a {
    margin-left: 0;
}

.breadcrumb a {
    color: #000;
}

span.breadcrumb_last {
    margin-left: 6px;
    margin-right: 0;
}
/*section*/
.section {
  padding: 2.5rem 0;
}
.section-details {
  position: relative !important;
  padding-left: 20px;
}
.section-details::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  background-image: linear-gradient(147deg, #fe8a39 0%, #ffbb09 74%) !important;
  z-index: 1;
}
.navbar-nav .dropdown-toggle::after {
  margin-left: 0;
  border: 1.5px solid currentColor;
  width: .5em;
  height: .5em;
  transform: rotate(45deg);
  border-top: 0;
  border-left: 0;
  margin-top: -.25em;  
  transition: all 0.3s ease;
}
.navbar-nav>li:hover>.dropdown-toggle.caret::after {
  transform: rotate(45deg);
  top: 4px;
  position: relative;
}
.navbar-nav li.dropdown>ul.dropdown-menu li:focus {
  outline: none;
}
.navbar-nav .depth_0 .dropdown-toggle::after {
  margin-top: 0;
}
.section--resources .card-img-overlay .badge {
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
  width: fit-content;
  transition: 0.5s ease-in-out all;
}
.section--resources .card .card-img {
  overflow: hidden;
  width: 100%;
  max-height: 450px;
  min-height: 450px;
  object-fit: cover;
}
/*.section--resources .card-img-overlay .badge:hover {
  color: #fff !important;
  background-image: linear-gradient(147deg, #fe8a39 0%, #ffbb09 74%);
}*/

.section--resources .card-img-overlay .link {
  display: flex;
  gap: 0.5rem;
  color: #fff;
  text-decoration: none;
}
.section--resources .card-img-overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(179deg, #000 0%, rgba(0, 0, 0, 0.19) 46.27%, rgba(0, 0, 0, 0.51) 100%);
}
.section--resources .card-img-overlay .link {
  display: flex;
  gap: 0.5rem;
  color: #fff;
  text-decoration: none;
}
.section--services {
  background: rgb(241 241 241);
}
.section--services .carousel-control-prev,
.section--services .carousel-control-next,
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  opacity: 1;
  background: transparent;
}
.navbar-nav a:hover {
  color: var(--secondary-color) !important;
}
.carousel-item > * {
  padding: 0 calc(var(--bs-gutter-x) * 0.5);
}

.carousel-control-prev {
  left: -3rem;
  width: fit-content;
  background-image: linear-gradient(147deg, #fe8a39 0%, #ffbb09 74%) !important;
  border-radius: 50%;
  height: fit-content;
  padding: 0.25rem;
  top: calc(50% - 10px);
}

.carousel-control-next {
  right: -3rem;
  width: fit-content;
  background-image: linear-gradient(147deg, #fe8a39 0%, #ffbb09 74%) !important;
  border-radius: 50%;
  height: fit-content;
  padding: 0.25rem;
  top: calc(50% - 10px);
}
.bg_common_overlay {
  background: url(/assets/img/indus_cta_bg.jpg) no-repeat;
  background-size: cover; 
  background-position: center center;
}
.mDesc img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .carousel-control-prev {
    left: -6px;
  }
  .carousel-control-next {
    right: -6px;
  }
}
.section--services .carousel-control-next-icon,
.section--services .carousel-control-prev-icon {
  background-size: 60% 60%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-size: 60%;
  background-position: center;
}

.section--related .card {
  border-radius: 0.75rem;
}

.section--related .carousel-item {
  padding: 0.75rem;
}

/* Carousel CSS */

@media (max-width: 767px) {
  .section--hero {
    height: auto;
  }
  .carousel-inner .carousel-item > div {
    display: none;
  }

  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-item > * {
  padding: 0 calc(var(--bs-gutter-x) * 0.5);
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

@media (min-width: 768px) {  
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(33.3%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-33.3%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}
/* Footer Css */

footer,
.footer {
  padding: 2rem 0;
}

.footer .list-unstyled li {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  color: #fff !important;
}

.footer .list-unstyled li a {
  color: #fff !important;
  font-size: 16px;
}

.footer .copyright {
  color: #bbb;
}

.footer .copyright p a {
  text-decoration: underline;
  color: #fff;
}

.social-media {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 0.5rem;
}

.social-media li a {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 50%;
  background: #fff;
  color: var(--secondary-color);
  transition: 0.5s ease-in-out all;
}

.social-media li a:hover {
  color: #fff !important;
  background: var(--secondary-color);
}

.social-media li a .icn-svg {
  width: 1em;
  height: 1em;
}

.footer-widget .menu {
  padding-left: 0;
  list-style: none;
}
.footer-widget .menu li {
  margin-bottom: 5px;
  line-height: 1.5;
}
.footer-widget .menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}
.footer-widget .menu-about-company-container li {
  /* line-height: 2; */
}
/*cookies*/
#cookie-law-info-bar {visibility:hidden;}
body.cli-barmodal-open {
  overflow: hidden;
  overflow-y: hidden;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
}
.cli-modal-backdrop.cli-show { opacity: .5 !important; }
.wt-cli-ckyes-footer-section {display:none;}
.cli-tab-footer .wt-cli-privacy-accept-btn {
	font-size: 16px;
    padding: 10px 15px;
    line-height: 20px!important;
    font-weight: 500!important;
    border-radius: 3px;
    background-color: #ffbb09;
}
.cli-switch input:checked + .cli-slider {
	background-color: #ffbb09;
}
.cli-btn:hover {
    opacity: 1;
    color: #fff !important;
    background-color: rgb(237 174 10) !important;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head {
    font-size: 24px;
    font-weight: 600 !important;
	text-align: left;
    display: block;
    padding-bottom: 0;
}
.cli-style-v2 .cli-plugin-button:hover {
    color: #fff !important;
    background-color: rgb(237 174 10) !important;
}
.cli-bar-message {
    line-height: 1.42;
    margin-bottom: 10px;
}
.cli-style-v2 {
    font-size: 14px;
    text-align: left;
	line-height: 1.6em;
    font-weight: 400;
	display: block;
}
.cli-style-v2 .cli-bar-message {
    width: 100%;
    text-align: left;
}
.cli-style-v2 .cli-plugin-button {
    font-size: 16px;
    padding: 10px 15px;
    line-height: 20px!important;
    font-weight: 500 !important;
    border-radius: 3px;
    transition: none;
    animation: none;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
    padding: 25px;
	    box-shadow: 0px 5px 40px rgb(0 0 0 / 25%);
    border-radius: 10px;
}
@media (max-width:991px){
	#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head {
		font-size: 18px;
		padding-bottom: 5px;
	}
	#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
		padding: 15px 25px;
	}
	.cli-style-v2 .cli-bar-message {
		font-size: 12px;
	}
	.cli-style-v2 .cli-plugin-button {
		font-size: 14px;
		padding: 10px 7px;
		line-height: 16px!important;
	}
}
/*End Cookies*/
/* explorebar */
#explorebar {
    display: none;
    position: fixed;
    border-color: #044088;
    background-color: #044088;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    color: white;
    padding: 12px 20px;
    z-index: 9999;
}
/* Hellobar */
.webinarBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  height: auto;
  padding: 2px 0;
  width: 100%;
  color: #5b5b5b;
  overflow: hidden;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: linear-gradient(113.07deg, rgba(0, 79, 95, .94) 0%, rgba(66, 108, 2, .94) 99.92%);
  background: #112635;
  border-top: 1px solid #706969;
  text-align: center;
  font-size: 18px;
}
.webinarBar .floatingclose {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 18px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 9999;
  cursor: pointer;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  font-weight: 700;
  line-height: 22px;
}
.btn.webinarBar-btn {
  font-size: 16px;
  padding: 8px 15px;
  background-color: #ffbb09;
  border-color: #ffbb09;
  color: #000;
  border-radius: 0;
  font-weight: 500;
}
.webinarBar.rweb {
  background: linear-gradient(113.07deg, rgb(125 125 125) 60%, rgb(178 178 178) 99.92%);
}
.section, section {
  position: relative;
  display: block;
}
a {
  text-decoration: none;
}
.error-404.not-found {
  min-height: 60vh;
  display: flex;
  align-items: center;
}
.btn.webinarBar-btn:hover {
  background-color: transparent;
  color: #fff !important;
}
.webinarBar .floatingclose {
  display: block; 
  line-height: 22px;
}
.rweb .btn-custom-v2{padding: 5px 1.5rem 5px 12px; min-height: inherit; font-size: 18px; border-width: 1px;}
.rweb .btn-custom-v2:hover {color: #fff !important;border-color: currentColor;}
.mobile-part ul {
  align-items: center;
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .patch_div.ms-5 {
      margin-left: 0rem !important;
  }
    header .navbar-collapse.show {
      left: 0;
      top: 100%;
      position: absolute;
      width: 100%;
      background-color: #fff;
      right: 0;
      padding: 0 20px;
      box-shadow: 1px 2px 20px #ddd;
      border: 1px solid rgba(0, 0, 0, 0.175);
      border-radius: 8px;
      overflow: hidden;
  }
}
@media (max-width: 768px) {
  .sitelogo {
    margin-right: 0;
  }
  .webinarBar .row { text-align:center; }
  .webinarBar .floatingclose {top: 2px; width: 25px; height: 25px; line-height: 18px; right: 0;} 
  .rweb .row { text-align:center; } 
}
/* CTA design */
/* Learn more Button */
button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.learn-more {
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 20px 5px 20px 5px;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    padding-right: 20px;
}
button.learn-more:before {
  content: '';
  transition: all 0.45s cubic-bezier(.65,0,.076,1);
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background-image: linear-gradient(147deg, #fe8a39 0%, #ffbb09 74%);
  border-radius: 20px 5px 20px 5px;
  position: absolute;
}
button.learn-more:hover:before {
  width: 100%;
}
button.learn-more .circle {
  /* transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0; */
  width: 3rem;
  height: 3rem;
  /* background-image: linear-gradient(147deg, #fe8a39 0%, #ffbb09 74%);
  border-radius: 20px 5px 20px 5px; */
}
button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  /* top: 0;
  left: 65px;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0; */
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  /* text-transform: uppercase; */
}
button:hover .circle {
  /* width: 100%; */
  background: none;
}
button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
button:hover .button-text {
  color: #fff;
}
.formBox {
    transform: translateY(-45px);
    margin-bottom: -45px;
    background: #fff;
}
#myDiv {display:none;}
#myDiv img#loading-image {
    top: 35%;
    position: relative;
}
.webinarBar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    height: auto;
    padding: 2px 0;
    width: 100%;
    color: #5b5b5b;
    overflow: hidden;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: linear-gradient(113.07deg, rgba(0, 79, 95, .94) 0%, rgba(66, 108, 2, .94) 99.92%);
    background: #112635;
    border-top: 1px solid #706969;
    text-align: center;
    font-size: 18px;
}
.fixed-right {
    position: fixed;
    right: 0;
    z-index: 1030;
    width: auto;
    bottom: 23%;
    background-color: #ffbb09;
    color: #000;
    padding: 10px 12px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-transform: none;
    font-size: 15px;
    font-weight: 600;
    border-color: #ffbb09 !important;
}
.fixed-right:hover {
    color: #000 !important;
    border: 1px solid rgb(255 156 40) !important;
    background-color: #fff;
}
.footer .copyright a {
    text-decoration: underline;
    color: #fff;
}
/* END */
.color-bg{
  background-image: linear-gradient(80deg, #ffbb09 0%, #f9b61f 100%) !important;
}
.bg-gradient {
  background-image: radial-gradient(circle at left, rgba(40, 40, 40, .79) 18%, rgba(40, 40, 40, .01) 100%), url(/assets/img/feedback-bg.jpg) !important;
}
.patch_div {
  background: rgb(255 255 255 / 81%);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 20px 5px 20px 5px;
  padding: 1.5rem;
  font-size: 16px;
}
.count-title {
  border-right: 1.5px solid #d3d3d3;
}
.row .count-title:last-child {border-right: 0;}
.grey-bg {
  background: #f1f1f1;
}
.grecaptcha-badge {
  display: none !important;
}
.section--hero {
  position: relative;
  min-height: 432px;
  display: flex;
  align-items: center;
}
.footer .copyright a {
    color: #fff;
}
@media (min-width: 1200px) {
  div#cookie-law-info-bar.INpop {
      height: 230px !important;
      min-height: 230px !important;
      visibility: inherit !important;
      content-visibility: visible;
  }
  ul.navbar-nav.m-hide {
    min-width: 128px;
  }
}
@media (min-width: 991px){
  #menu-main-menu>li {
    line-height: 70px;
      height: 100%;
  }
  #menu-main-menu>li>button.dropdown-toggle.caret::after {
    position: relative;
    top: 23px;
  }
  /*#menu-main-menu>li:hover>button.dropdown-toggle.caret::after {
    top: 27px;
  } */
  .navbar-nav li.dropdown:last-child:hover>ul.dropdown-menu.dropdown-submenu.depth_1 {
    bottom: 0;
    top: auto;
  }
}
@media (max-width: 767px){
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .w-75, .w-50 {
      width: 100% !important;
  }
}
@media (max-width: 767px){
  .navbar-nav>li:hover>.dropdown-toggle.caret.show:after {
      transform: rotate(222deg);
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .webinarBar .col-md-9 {
    width: 84%;
  }
  ul.navbar-nav li.dropdown>ul.dropdown-menu, ul.navbar-nav li.dropdown:hover>ul.dropdown-menu, ul.navbar-nav li.dropdown:hover>ul.dropdown-menu.dropdown-submenu.depth_1 {
    display: none;
  }
  ul.navbar-nav li.dropdown>ul.dropdown-menu.show, ul.navbar-nav li.dropdown:hover>ul.dropdown-menu.show, .navbar-nav li.dropdown:hover>ul.dropdown-menu.dropdown-submenu.depth_1.show {
    display: block;
  }
}


.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  border: 1px solid #cfcfcf;   /* OUTER BORDER */
}
 
.entry-content table th,
.entry-content table td {
  border: 1px solid #cfcfcf !important; /* INNER GRID */
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}
 
.entry-content table th {
  background: #f5f5f5;
  font-weight: 600;
}
