@charset "UTF-8";
@font-face {
  font-family: "Sego UI";
  src: url(/fonts/segoeui.ttf?55d336ac99f56921ab9f3529231f87f7);
}
@font-face {
  font-family: "Sego UI Historic";
  src: url(/fonts/seguihis.ttf?ff07bd55ac9857a533f18b202e713764);
}
@font-face {
  font-family: "Sego UI Bold";
  src: url(/fonts/segoeuib.ttf?bb81983dba8383dcb1a5af98b2f64dc1);
}
@font-face {
  font-family: "Sego UI Semibold";
  src: url(/fonts/seguisb.ttf?6e8b789f42105e109003de01914df5cb);
}
@font-face {
  font-family: "Sego UI Semilight";
  src: url(/fonts/segoeuisl.ttf?391010cee5f69286846543aee622f1b0);
}
.loader-bg {
  background-color: #ffffff;
  position: fixed;
  z-index: 20000;
  width: 100%;
  height: 100%;
}

#loading {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 6px solid #FEC012;
  border-radius: 50%;
  border-top-color: #9bbd5c;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  position: absolute;
  z-index: 20000;
  top: 46%;
  left: 46%;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
label {
  font-family: "Sego UI";
}

p,
a {
  font-family: "Sego UI Historic";
}

a {
  color: #154B7F;
}

.navbar {
  position: absolute !important;
  z-index: 9999;
  width: 100%;
}

.main-nav {
  background-color: #ffffff !important;
  padding: 4px 4px !important;
}

.top-header {
  background: rgba(17, 17, 17, 0.8);
  padding: 0px 4px !important;
}

.navbar .ilensys-logo {
  width: 115px;
  height: 50px;
}

.navbar ul li {
  padding: 0px 4px;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link a {
  color: #000000 !important;
  text-align: left;
  font-weight: 500;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:hover a,
.navbar-expand-lg .navbar-nav .nav-link:hover svg {
  color: #FEC012 !important;
  fill: #FEC012;
}

.navbar-expand-lg .navbar-nav .nav-link svg {
  fill: #000000;
}

.navbar .btn-outline-primary {
  color: #fff;
  border-color: #fff;
  float: right;
  box-shadow: none;
  padding: 3px 7px;
}

.font-12 {
  font-size: 12px !important;
}

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

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-26 {
  font-size: 26px !important;
}

.border-top-left-10 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.navbar .btn-outline-primary:hover {
  color: #FEC012;
  background-color: transparent;
  border-color: #FEC012;
  box-shadow: none;
}

.form-control:focus,
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  box-shadow: none;
}

.navbar .search-sec .header-search-wrap {
  width: 316px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.main-nav .dropdown-menu {
  z-index: 1;
  width: -moz-max-content !important;
  width: max-content !important;
  border: 0px;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  transition: transform 0.3s ease-out;
}

.main-nav li:hover > ul.dropdown-menu {
  display: block;
  left: 0;
  top: 100% !important;
  min-width: 60rem !important;
  transform: translateX(0);
}

.dropdown-menu .sub-menu .nav-pills .nav-link.active,
.dropdown-menu .sub-menu .nav-pills .nav-link.active a {
  background-color: #154B7F !important;
  color: #ffffff !important;
  border-radius: 0;
}

.dropdown-menu .sub-menu .nav-pills svg {
  fill: #000000;
  float: right;
  margin: 6px auto;
}

.dropdown-menu .sub-menu .nav-pills svg:hover,
.dropdown-menu .sub-menu .nav-pills .nav-link.active svg {
  fill: #ffffff;
}

.dropdown-menu .sub-menu .tab-content .submenu-tab-content label {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 42px;
  color: #154B7F;
}

.dropdown-menu .sub-menu .tab-content .submenu-tab-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

.top-header li:hover > ul.dropdown-menu {
  display: block;
  transform: translateX(0);
}

.top-header .dropdown-menu {
  top: 25px;
}

.top-header .dropdown-menu li a,
.offcanvas-body .dropdown-menu li a {
  color: #000000;
  font-size: 15px;
  line-height: 32px;
  font-weight: 500;
}

.top-header .dropdown-menu li a:hover {
  color: #FEC012;
}

.dropdown-menu .sub-menu .tab-content .submenu-tab-content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4px 8px;
}

.dropdown-menu .sub-menu .tab-content .submenu-tab-content ul li a {
  color: #000000;
  font-weight: 500;
}

.dropdown-menu .sub-menu .tab-content .submenu-tab-content ul li:hover,
.dropdown-menu .sub-menu .tab-content .submenu-tab-content ul li:hover a {
  background-color: #EFF4F4;
  color: #154B7F;
}

.sticky-top {
  position: fixed;
  width: 100%;
  z-index: 1020;
  box-shadow: 0 5px 10px 0 rgba(130, 130, 130, 0.25);
  transition: 500ms all linear;
}

.home-banner-sec .caption-bg {
  padding: 20px 22px;
}
.home-banner-sec .caption-bg h1 {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 0px;
  font-style: normal;
  text-transform: capitalize;
}
.home-banner-sec .caption-bg p {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
}

.home-banner-sec .carousel-indicators {
  left: unset;
  margin-bottom: 2rem;
  margin-right: 13%;
}
.home-banner-sec .carousel-indicators .active {
  background-color: #FEC012;
  width: 40px;
}
.home-banner-sec .carousel-indicators [data-bs-target] {
  height: 10px;
  border: unset;
  border-radius: 10%;
}
.home-banner-sec .mouse_scroll {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 130px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.home-banner-sec .m_scroll_arrows {
  display: block;
  width: 5px;
  height: 5px;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  width: 16px;
  height: 16px;
}
.home-banner-sec .unu {
  margin-top: 1px;
}
.home-banner-sec .unu,
.home-banner-sec .doi,
.home-banner-sec .trei {
  animation: mouse-scroll 1s infinite;
}
.home-banner-sec .unu {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-direction: alternate;
  animation-delay: alternate;
}
.home-banner-sec .doi {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.2s;
  animation-direction: alternate;
  margin-top: -6px;
}
.home-banner-sec .trei {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.3s;
  animation-direction: alternate;
  margin-top: -6px;
}
.home-banner-sec .mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}
.home-banner-sec .wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  border-radius: 8px;
}
.home-banner-sec .wheel {
  animation: mouse-wheel 0.6s linear infinite;
}
@keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

section .cust-underline {
  display: block;
  border: 3px solid #FEC012;
  width: 68px;
}

.home-products-sec .product-bg figure {
  width: 450px;
  height: 450px;
  justify-content: center;
}

.top-header .navbar-nav li {
  padding: 0px 5px !important;
}

.top-header .navbar-nav {
  justify-content: flex-end;
  flex-direction: row;
}
.top-header .navbar-nav .nav-item .nav-link {
  color: #ffffff !important;
  list-style: none;
  padding: 0px 4px;
}

.top-header .navbar-nav .nav-item .nav-link svg {
  fill: #ffffff;
}

.top-header .navbar-nav .nav-item .nav-link:hover,
.top-header .navbar-nav .nav-item .nav-link:hover svg {
  color: #FEC012 !important;
  fill: #FEC012;
}

.top-header .navbar-nav li svg {
  fill: #ffffff;
}

.top-header .navbar-nav li svg:hover, .top-header .navbar-nav li svg:hover path,
.bottom-footer ul li svg:hover {
  fill: #FEC012 !important;
}

.footer-sec {
  background-color: #242F3E;
  color: #fff;
  padding: 0px 26px;
}
.footer-sec .certification-sec {
  width: 70px;
  height: 70px;
}
.footer-sec .membership-sec {
  width: 115px;
  height: 55px;
}
.footer-sec strong {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
}
.footer-sec ul {
  list-style-type: none;
  padding-left: 0px;
}
.footer-sec ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
.footer-sec a {
  color: #999999;
  padding: 0px 10px;
}
.footer-sec .input-group {
  width: 100%;
}
.footer-sec .input-group .btn {
  z-index: 1;
}
.footer-sec .subscribe-input .form-control {
  background-color: #242F3E;
  color: #fff;
  border: 1px solid #fff;
}
.footer-sec .subscribe-input ::placeholder,
.footer-sec .subscribe-input ::-webkit-input-placeholder {
  /* Most modern browsers support this now. */
  color: #fff;
}
.footer-sec .subscribe-input button {
  background-color: #ffffff;
  font-weight: 500;
  letter-spacing: normal;
  color: #004b82;
  height: 38px;
}
.footer-sec .social-icons-sec {
  justify-content: flex-start;
}

.footer-sec a:hover,
.footer-sec ul li:hover svg {
  color: #FEC012 !important;
  fill: #FEC012;
  cursor: pointer;
}

svg {
  fill: #999999;
}

section .sec-header h2 {
  font-family: "Sego UI Semibold";
  font-size: 26px;
}

section .sec-header p,
section p {
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
}

.leadership-sec figure {
  height: 300px;
  width: auto;
}

.bottom-footer ul li {
  padding: 0px 4px;
}
.bottom-footer ul li svg {
  fill: #ffffff;
}
.bottom-footer p,
.bottom-footer a {
  font-size: 14px;
  color: #999999;
}
.bottom-footer .cust-border {
  border-right: 1px solid;
}

section ~ .pages-tab-sec {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px 3px rgba(0, 0, 0, 0.1);
  padding: 8px 8px 0px 8px;
}
section ~ .pages-tab-sec .nav-link {
  color: #6A6A6A;
  font-family: "Sego UI";
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  border-radius: 0px;
  margin-left: 22px;
}
section ~ .pages-tab-sec .nav-link.active {
  color: #154B7F !important;
  border-bottom: 4px solid #154B7F;
  padding-bottom: 12px;
}

.nav-tabs .nav-link:hover {
  border-color: #fff !important;
  color: #154b7f;
}

@media screen and (max-width: 1024px) {
  .main-nav {
    padding: 4px 4px !important;
  }
  .top-header {
    padding: 0px 4px !important;
  }
  .footer-sec .input-group {
    width: 224px;
  }
}
@media screen and (max-width: 756px) {
  .bottom-footer {
    display: flex;
    flex-wrap: wrap !important;
    flex-direction: column !important;
  }
}
@media screen and (max-width: 992px) {
  .main-nav li:hover > ul.dropdown-menu {
    min-width: 0px !important;
  }
  .main-nav .offcanvas-body .dropdown-menu {
    width: auto !important;
  }
  .sd-video-sec {
    background-size: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .home-banner-sec .caption-bg h1 {
    font-size: 20px;
  }
  .home-banner-sec .caption-bg p {
    font-size: 16px;
  }
  .home-banner-sec .caption-bg {
    padding: 24px 24px;
  }
  .footer-sec strong {
    font-size: 18px;
  }
  .footer-sec .input-group {
    width: 100%;
  }
}
.sd-video-sec {
  background-size: cover;
}

.w-90 {
  width: 90%;
}

.h-90 {
  height: 90%;
}

@media screen and (max-width: 767px) {
  .footer-sec .social-icons-sec {
    justify-content: flex-start;
  }
  .pag-tab-sec nav .nav-pills {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 426px) {
  .main-nav {
    padding: 4px 0px !important;
  }
  .navbar .ilensys-logo {
    width: 100px;
    height: 50px;
  }
  .footer-sec .input-group {
    width: 100%;
  }
  .bottom-footer .cust-border {
    border-right: 0px;
  }
  .home-testimonials-sec .testimonials-card h5 {
    font-size: 16px;
  }
  .footer-sec strong {
    font-size: 16px;
  }
  .site-info-container .cookie-text .font-14 {
    font-size: 8px !important;
  }
  .res-mini-banner .cookie-text .font-14 {
    font-size: 8px !important;
  }
}
@media only screen and (max-width: 526px) {
  section .standards-sec ul,
  .mhs-standards ul {
    display: grid;
    grid-template-columns: auto !important;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: calc(100% - 318px) !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1280px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: calc(100% - 297px) !important;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: calc(100% - 297px) !important;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1479px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: calc(100% - 294px) !important;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: calc(100% - 297px) !important;
  }
}
@media screen and (min-width: 1480px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: calc(100% - 295px) !important;
  }
}
.breadcrumb-sec {
  background-color: #F9F9F9;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: unset;
}

.breadcrumb-sec .breadcrumb-item a,
.breadcrumb-sec .breadcrumb-item span {
  color: #154B7F;
  font-size: 12px;
}

.breadcrumb-sec .breadcrumb-item a .active {
  color: #435362;
  font-size: 12px;
}

.sector-sec .custom-card .card-body ul,
section .standards-sec ul,
.mhs-standards ul {
  padding-left: 0px;
  padding-top: 10px;
  margin-bottom: 0px;
}

section .standards-sec ul,
.mhs-standards ul {
  display: grid;
  grid-template-columns: auto auto;
}

section ul,
.content-sec ul {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-left: 0px !important;
}

section .standards-sec .sec-header p,
section .standards-sec .sec-header p span,
section .standards-sec ul li span,
.sector-sec .custom-card .card-body ul li span,
.mhs-standards ul li span,
.mhe-des-standards ul li span,
.custom-card .card-body ul li span,
.industry-capabilities-sec .content-sec ul li span {
  font-size: 15px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 24px !important;
  color: #212529 !important;
  font-family: "Sego UI Historic" !important;
}

.quality-standards-sec ul li,
.fea-capabilities-sec .content-sec ol li,
.fea-capabilities-sec .content-sec ul li,
.fea-assesments-sec .content-sec ol li,
.fea-assesments-sec .content-sec ul li,
.industry-standards-sec .content-sec ol li,
.industry-standards-sec .content-sec ul li,
.industry-capabilities-sec .content-sec ol li,
.industry-capabilities-sec .content-sec ul li,
.custom-card .card-body ol li,
.custom-card .card-body ul li,
.sector-sec .custom-card .card-body ul li,
.standards-sec ol li,
.standards-sec ul li,
.mhs-standards ol li,
.mhs-standards ul li,
.mhe-des-standards ul li,
.mhe-des-standards ol li,
.env-compliance-sec .card ol li,
.env-compliance-sec .card ul li,
.csr-commitment-sec ul li,
.csr-commitment-sec ol li,
.work-with-us-sec ul li,
.work-with-us-sec ol li,
.about-expertise-sec ol li,
.webinar-details-sec .tc_Sec ul li {
  display: table;
  background: url(/images/list-img-small.png?8042e130d143f24224535efae687f859) no-repeat left 4px;
  padding: 0 0 4px 24px;
  font-size: 15px !important;
  font-family: "Sego UI" !important;
  color: #212529 !important;
}

.custom-card {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: 100%;
}
.custom-card label {
  color: #000000;
  font-family: "Sego UI";
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
}
.custom-card .card-body ol li {
  color: #212529;
}
.custom-card figure img {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.card:hover .custom-border {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, #F7974A 0, #F7974A 33%, #FEC012 33%, #FEC012 66%, #9BBD5C 66%, #9BBD5C 100%);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.card:hover .custom-vertical-border {
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 8px;
  height: 100%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: linear-gradient(to bottom, #F7974A 0, #F7974A 33%, #FEC012 33%, #FEC012 66%, #9BBD5C 66%, #9BBD5C 100%);
}

.home-services-sec .nav-pills .nav-link.active svg,
.home-products-sec .products-card:hover svg,
.home-services-sec .nav-pills .nav-item:hover svg {
  fill: #154B7F;
}

.home-services-sec .border-bottom,
.home-industries-sec .border-bottom,
.home-products-sec .border-bottom {
  border-bottom: 3px solid #dee2e6 !important;
}

.home-services-sec .services-card figure,
.home-industries-sec .industries-card figure,
.home-products-sec .products-card figure,
.other-services-sec .services-card figure {
  height: 200px;
  margin: 0px;
}

.home-services-sec .services-card figure img,
.home-industries-sec .industries-card figure img,
.home-products-sec .products-card figure img {
  -o-object-fit: cover;
     object-fit: cover;
}

.home-services-sec .services-card,
.home-industries-sec .industries-card,
.home-products-sec .products-card,
.home-testimonials-sec .testimonials-card {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: 100%;
}

.home-services-sec .services-card label,
.home-industries-sec .industries-card label,
.home-products-sec .products-card label {
  /* font-weight: 600; */
  font-family: "Segoe UI";
  font-size: 17px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.home-services-sec .services-card p,
.home-industries-sec .industries-card p,
.home-products-sec .products-card p,
.home-testimonials-sec .testimonials-card p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #6A6A6A;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  /* margin-bottom: 32px !important; */
}

.home-services-sec .services-card figure img,
.home-industries-sec .industries-card figure img,
.other-services-sec .services-card figure img {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.home-services-sec,
.home-products-sec,
.home-testimonials-sec,
.fea-industries-sec,
.fea-casestudies-sec,
.fea-capabilities-sec,
.fea-overview-sec,
.normal-services-sec {
  background: url(/images/left-design.svg?6d9a4d135d7d844a6f75523165117e88) no-repeat;
  background-position-x: -42%;
  background-position-y: -21%;
}

.contact-form .form-control,
.demo-form .form-control {
  border: 1px solid #D9D9D9;
  border-radius: 0px;
}

.il-conditions {
  color: #ffffff !important;
  position: relative;
  padding-left: 26px;
}

.il-conditions .checkmark {
  background-color: transparent !important;
}

.il-conditions input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.bg-grey {
  background-color: #f9f9f9 !important;
}

/* Hide the browser's default checkbox */
.table-labels input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
}

/* On mouse-over, add a grey background color */
.table-labels:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.table-labels input:checked ~ .checkmark {
  background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.table-labels input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.table-labels .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #154b7f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.slider .slick-list {
  padding: 0px !important;
}

.slider-sec .services-card {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: 100%;
}

.slider-sec .services-card label {
  font-family: "Segoe UI";
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 3px;
}

.slider-sec .services-card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #6A6A6A;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  /* margin-bottom: 32px !important; */
}

.slider-sec .services-card a:hover {
  background-color: #154B7F;
  /* padding: 8px 12px; */
  color: #ffffff;
  border-radius: 3px;
}

.slider-sec .arrow-sec a svg {
  fill: #000000;
}

.slider-sec .arrow-sec a:hover {
  background-color: #154B7F;
  color: #ffffff;
}

.slider-sec .arrow-sec a:hover svg {
  fill: #ffffff !important;
}

.slick-prev:before,
.slick-next:before {
  font-size: 38px;
  color: #154B7F;
}

.slider-sec .services-card a:hover {
  background-color: #154B7F;
  /* padding: 8px 12px; */
  color: #ffffff;
  border-radius: 3px;
}

.cust-card-btn {
  color: #000000;
  background-color: transparent;
  padding: 0.375rem 0.75rem;
  border: 1px solid #154B7F;
  border-radius: 0.25rem;
  transition: 0.3s ease-in-out;
  text-transform: capitalize;
}

.pag-tab-sec {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px 3px rgba(0, 0, 0, 0.1);
  padding: 4px 8px 4px 8px;
}

@media (max-width: 991px) {
  .pag-tab-sec .container {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  
  .pag-tab-sec .nav-pills {
    width: max-content !important;
    padding-bottom: 8px;
  }
}

section ~ .pag-tab-sec .nav.nav-pills {
  justify-content: center !important;
}

section ~ .pag-tab-sec .nav-link {
  font-size: 15px;
  color: #6A6A6A;
  font-family: "Sego UI";
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  border-radius: 0px;
  margin: 0px 12px;
  border: 0px;
  white-space: nowrap;
}

section ~ .pag-tab-sec .nav-link.active {
  color: #154B7F !important;
  border-bottom: 4px solid #154B7F;
  /* padding-bottom: 12px; */
  font-size: 15px;
  background-color: unset !important;
}

section ~ .pag-tab-sec .nav.nav-pills {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.normal-services-sec .our-methodology p img {
  width: calc(100% - 350px);
}

.frequently-sec {
  background: linear-gradient(180deg, #262338 0%, #2E2A47 36.46%, #2B2743 70.31%, #2A2642 100%);
}

.frequently-sec .accordion-item,
.accordion-item button {
  background: linear-gradient(180deg, #262338 0%, #2E2A47 36.46%, #2B2743 70.31%, #2A2642 100%) !important;
  border: 1px solid #CCC !important;
  color: #FFF !important;
  text-align: left !important;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.frequently-sec .accordion-item .accordion-body p {
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
}

.frequently-sec .accordion-button::after {
  color: white !important;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="21" height="12" viewBox="0 0 21 12" fill="none"%3e%3cpath d="M1 1.25L10.5 10.75L20 1.25" stroke="white"/%3e%3c/svg%3e') !important;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.site-info-container {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 10px 10px;
  background: #f79749;
  color: #fff;
  position: fixed;
  bottom: 0;
  font-size: 1rem;
  gap: 2rem;
  opacity: 10;
  visibility: visible;
  flex-wrap: wrap;
  z-index: 9999;
}

.site-info-container .cookie-text {
  flex: 8 768px;
}

.res-mini-banner .cookie-text {
  flex: 8 768px;
}

.form-check-input:focus,
.form-select:focus {
  box-shadow: none;
}

.form-select option:first-child,
.form-select {
  color: #6c757d !important;
  opacity: 1;
}

.search-sec-overlay {
  background-color: #ffffff !important;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px;
  box-shadow: 0 2px 3px 0 #ccc;
}

.cookie-settings-strip {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 10px 10px;
  background: #154b7f;
  color: #fff;
  position: fixed;
  bottom: 0;
  font-size: 1rem;
  gap: 2rem;
  opacity: 10;
  visibility: visible;
  flex-wrap: wrap;
  z-index: 9999;
}

.cookie-settings-strip .cust-warning-btn {
  color: #FEC012;
  background-color: transparent;
  border-color: #FEC012;
  box-shadow: none;
  border-radius: 0px;
}

.cookie-settings-strip .cust-warning-btn:hover {
  color: #000000;
  background-color: #FEC012;
  border-color: #FEC012;
}

.cookie-settings-strip .cust-confirm-btn {
  color: #ffffff;
  background-color: #9BBD5C;
  border-color: #9BBD5C;
  box-shadow: none;
  border-radius: 0px;
}

.cookie-settings-strip .essn-btn {
  background-color: transparent;
  border-color: floralwhite;
  color: #ffffff;
  box-shadow: none;
  border-radius: 0px;
}

.cookie-settings-strip .cust-confirm-btn:hover {
  color: #000000;
  background-color: #9BBD5C;
  border-color: #9BBD5C;
}

@media screen and (max-width: 576px) {
  .cookie-btns-res {
    justify-content: center;
    padding-top: 1rem !important;
  }
}
.iti {
  width: 100%;
}

@media screen and (min-width: 1080px) and (max-width: 1399px) {
  .pag-tab-sec .nav-link {
    font-size: 13px !important;
  }
}
section ~ .pag-tab-sec .nav-item:hover {
  background-color: #ffc107 !important;
}

section ~ .pag-tab-sec .nav-item:hover .nav-link {
  color: white !important;
}

.reqst-btn span:after {
  content: "→";
  padding-left: 5px;
  opacity: 1;
  top: 0;
  right: 0px;
  transition: 0.5s;
}

.carousel .card-text-position {
  color: #FFF;
  display: flex;
  align-items: center;
  height: 26vh;
}

.carousel .card-text-position p {
  font-size: 17px !important;
  line-height: 24px !important;
  text-align: center;
}

.main-nav li:hover > ul.dropdown-menu-resources {
  display: block;
  /* right: -256%; */
  top: 100% !important;
  min-width: 1215px !important;
  transform: translateX(-43%);
}

.tab-pane-resources .card {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: 100%;
}

.tab-pane-resources .card .card-title {
  font-family: "Segoe UI" !important;
  font-size: 18px !important;
  line-height: 26px !important;
  color: #000000;
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}

.tab-pane-resources .card .card-label {
  color: #154B7F;
  font-family: Segoe UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tab-pane-resources .card .card-body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6A6A6A;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.tab-pane-resources .card .card-body .cat-service-tag {
  background-color: #F5F5F5;
  color: #4A4A4A;
  padding: 4px 8px;
  font-size: 10px;
}

.tab-pane-resources .card .card-body .res-tag {
  background-color: #FFE9E9;
  color: #4A4A4A;
  padding: 4px 8px;
  font-size: 10px;
}

.tab-pane-resources .card .card-body .cs-tag {
  background-color: rgba(168, 188, 207, 0.5607843137);
  color: #4A4A4A;
  padding: 4px 8px;
  font-size: 10px;
}

.tab-pane-resources .card .card-body .video-tag {
  background-color: #c7daa4;
  color: #4A4A4A;
  padding: 4px 8px;
  font-size: 10px;
}

.tab-pane-resources .card .card-body .webinar-tag {
  background-color: #fee18d;
  color: #4A4A4A;
  padding: 4px 8px;
  font-size: 10px;
}

.tab-pane-resources .card .card-body .wp-tag {
  background-color: #f8a765;
  color: #ffffff;
  padding: 4px 8px;
  font-size: 10px;
}

.tab-pane-resources .card .card-body .nl-tag {
  background-color: #F3E9FF;
  color: #4A4A4A;
  padding: 4px 8px;
  font-size: 10px;
}

.tab-pane-resources .view-al-btn {
  float: right;
  color: #2a2a2a;
  font-family: Segoe UI;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tab-pane-resources .view-al-btn:hover {
  color: #fec012 !important;
}

.resources-menu-sign h3 {
  font-family: Segoe UI;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}

.resources-menu-sign .resources-sign-btn {
  border: none;
  color: #000000;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
  display: inline-flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0px;
}

.resources-menu-sign .resources-sign-btn:hover {
  background-color: #FEC012;
}

.res-typ-btn.btn:focus {
  box-shadow: none;
}

.tab-pane-resources .all-res-btn {
  display: flex;
  padding: 10px 50px 10px 50px;
  border-radius: 2px !important;
  border: 1px solid #154b7f;
  color: #154b7f;
  justify-content: center;
  align-items: center;
  font-family: Segoe UI;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.webinar-details-sec .tc_Sec ul li ul li::before {
  content: "•";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 15px !important;
  font-family: "Sego UI" !important;
  color: #212529 !important;
}

.webinar-details-sec .tc_Sec ul li ul li {
  background: none;
}

.simple-banner-button {
  display: flex;
  align-items: center;
  margin-left: 14px;
  color: black;
}

.simple-banner-button:hover {
  color: #0074db;
}

.min-banner-sec .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.min-banner-sec .slick-dots {
  display: none !important;
}

.min-banner-sec p {
  font-size: 14px !important;
}

.min-banner-sec {
  background: white;
  color: black;
  padding: 10px 0;
}

.success-popup {
  background-color: #fff !important;
  width: 478px !important;
  height: 314px !important;
  padding: 17px !important;
  border-radius: 0px !important;
  text-align: center !important;
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  margin-left: -256px !important;
  margin-top: -134px !important;
  overflow: hidden !important;
  z-index: 1060 !important;
}

.success-confirm {
  color: #fff !important;
  border-radius: 3px !important;
  background: #154B7F !important;
  font-size: 15px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  padding: 5px 20px !important;
}

.success-confirm:focus {
  box-shadow: none !important;
}

.success-title {
  color: #000 !important;
  font-size: 24px !important;
  font-weight: 600;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25rem solid #7BB10D !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #7BB10D !important;
}

.success-content {
  color: #272727 !important;
  text-align: center !important;
  font-size: 16px !important;
}

.view-al-btn:hover {
  text-decoration: underline !important;
}

.sbscrtn-input-styles {
  background: #3a4454 !important;
  color: white !important;
  border-radius: 3px;
  border: 1px solid #606d83;
  height: 35px;
}

.sbscrtn-input-styles::-moz-placeholder {
  color: white; /* Specify your desired color */
}

.sbscrtn-input-styles::placeholder {
  color: white; /* Specify your desired color */
}

.subcription-form-footer .form-check-input {
  background: transparent;
  border-radius: 0px;
  border: 1px solid #fefefe;
  width: 13px;
  height: 13px;
}

.subcription-form-footer .form-check-input:checked {
  background-color: #3a4454;
  box-shadow: none;
}

.main-nav li:hover > ul.drp-menu-soltns {
  display: block;
  left: 0;
  top: 100% !important;
  min-width: 1215px !important;
  transform: translateX(-34%);
}

.main-nav li:hover > ul.drp-menu-services {
  display: block;
  left: 0;
  top: 100% !important;
  min-width: 1215px !important;
  transform: translateX(-10%);
}

.main-nav li:hover > ul.drp-menu-indstry {
  display: block;
  left: 0;
  top: 100% !important;
  min-width: 1215px !important;
  transform: translateX(-25%);
}

.soltns-items li:hover {
  background: #eef5ff;
}

.soltns-items li a:hover, .soltns-items li a {
  color: #6a6a6a !important;
}

.soltns-items-align {
  padding-left: 53px;
}

.toggle-card1:hover, .toggle-card2:hover {
  background: #fec012 !important;
}

.toggle-card1.active, .toggle-card2.active {
  background: #F5F5F5;
  border-radius: 0px;
  border: 0px !important;
}

.toggle-card1, .toggle-card2 {
  background: #fff;
  border-radius: 0px;
}

@media screen and (max-width: 1280px) {
  .main-nav li:hover > ul.dropdown-menu-resources {
    max-height: 450px;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1424px) {
  .main-nav li:hover > ul.dropdown-menu-resources {
    max-height: 530px;
    overflow-y: scroll;
  }
}
