html {
  text-size-adjust: 100%;
    word-wrap: break-word;
	overflow: hidden auto;
}
html,
body {
 font-family: "Montserrat", sans-serif !important;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
:root {
    --body-color: #000000;
    --primary-color: #415675;
    --secondary-color: #fb4a1a;
    --bs-nav-link-font-size: 1.125rem;
    --text-primary:#415675;
}
.new-bg {
    background: linear-gradient(101.77deg, #e5eaf2 0%, #fee0d7 45.94%, #dbe3ee 101.38%);
}
.color-gradient {
    background: linear-gradient(103.22deg, #FB4A1A -13.86%, #425466 99.55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
header .sitelogo img {
	height: 50px;
	width: auto;
}
@media (max-width: 767px) {
	.sitelogo img {
		height: 40px;
	}
}
.tx:hover svg g path {
	fill: white;
}
.tx:hover>svg>path {
	fill: #fe490a;
}
.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: #9F2804;
}
span.breadcrumb_last {
	margin-left: 6px;
	margin-right: 0;
}
.list_circle{
    list-style: circle;
}
.h_style_center:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 10px;
    left: 50%;
    margin-left: -50px;
    background-color: var(--secondary-color);
}
.h_style_center:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -14px;
    background-color: var(--secondary-color);
}
.h_style_left:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: var(--secondary-color);
    margin-top: 10px;
}
.h_style_left:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 5px;
    width: 55px;
    background-color: var(--secondary-color);
}
.white-gradient-bg {
    background: linear-gradient(0deg, #fff .09%, #f8f9ff 99.92%);
}
.navbar-nav .h_cta .nav-link {
    color: #fff !important
}
.theme-bg {
    background-color: var(--secondary-color);
}
.searchwp-live-search-result a {
    color: #444;
}
.searchwp-live-search-result a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.searchwp-live-search-result p {
    padding: 0.3em 1em;
    font-size: .9em;
    margin: 0;
    border-bottom: 1px solid rgba(30,30,30,.1);
}
.insights-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

a:hover {
  color: var(--secondary-color);
}
* {
  font-family: "Montserrat", sans-serif;
}
.csbtn .btn-custom {
  border-width: 1px;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: inherit;
  background-color: transparent;
  border-color: inherit;
}
.navbar-nav > li:last-child .dropdown-toggle.caret::after,
.navbar-nav>li.nodropdown .dropdown-toggle.caret::after {
  opacity: 0;
  display: none;
}
.navbar-nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.navbar-nav li.dropdown > ul.dropdown-menu {
  border-radius: 0;
}
ul.dropdown-menu .caret:after {
  transform: rotate(320deg);
}
ul.dropdown-menu li.at_depth_1 ul.dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.csbtn .btn-custom:before {
  height: 1px;
}
.csbtn .btn-custom:after {
  border-width: 0.4rem;
  top: calc(50% - 0.36rem);
}
.csbtn .btn-custom:before {
  box-shadow: 0 0 0 8px #0c0a0a;
}
.caret.dropdown-toggle {
  display: inline-block;
  position: absolute;
  top: 19px;
  right: 6px;
  cursor: pointer;
  border: 0;
  background: transparent;
}
.navbar-nav .dropdown-toggle::after {
  opacity: 0;
}
.navbar-nav > li:last-child .caret {
  opacity: 0;
}
.navbar-nav .dropdown-toggle.caret::after {
  opacity: 1;
}
.depth_0 .caret.dropdown-toggle {
  top: 15px;
  right: 15px;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fb4a1a !important;
  text-decoration: none;
  background-color: var(--bs-dropdown-link-hover-bg);
}
.at_depth_1 .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.section--resources .card-img-overlay:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
  width: 100%;
  height: 84%;
  bottom: 0;
  position: absolute;
  z-index: 9;
  left: 0;
  /* background: linear-gradient(to bottom, transparent 0%, #000 30%, black 100%); */
  /* background: linear-gradient(transparent 0%, #000 30%, black 100%); */
  background: linear-gradient(transparent 22%, rgb(0 0 0 / 100%), black 100%);
}
.section--resources .card {
  overflow: hidden;
}
.linkBtn:hover span:before,
.linkBtn:hover span:after {
  right: -45px;
}
@media (min-width: 840px) {
  .section--resources .card {
    /* width: 348px; */
  }
}
@media (max-width: 767px) {
  .related .card {
    min-height: 500px;
  }
}
@media (min-width: 991px) {
	#hubspot-messages-iframe-container.widget-align-right {
	  bottom: 55px !important;
	}
	.h_cta {
        margin-left: 10px;
    }
}
@media (min-width: 768px) {
  .c-col-3 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.section--resources .card-img-overlay div {
  position: relative;
  z-index: 99;
}
.navbar-nav a:hover {
  color: #fb4a1a !important;
}
a {
  transition: 0.5s ease-in-out all;
}
header {
  transition: height 0.2s ease 0s, background-color 0.3s ease 0s;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
.flang {
  min-width: 81px;
}
.section--hero .btn-custom:before {
  box-shadow: 0 0 0 0px #c4dde4;
}
.section,
section {
  padding: 2.5rem 0;
  position: relative;
}
.banner-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background: linear-gradient(
    90.27deg,
    rgb(0 0 0 / 76%) 44.16%,
    rgb(0 0 0 / 74%) 44.16%,
    rgba(189, 217, 225, 0) 64.35%
  );
  z-index: 1;
}
.linkBtn, .btn-custom {
      line-height: 1.8;
}
footer {
  padding: 2rem 0;
}
.banner-overlay .container {
  z-index: 99;
  position: relative;
}
.navbar-nav .dropdown-menu li a {
  font-size: 16px;
}
.section--hero {
  padding: 5rem 0;
  background-size: contain;
  background-position: center right;
  position: relative;
}
.fixed-top {
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.page-banner {
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
}
.navbar-nav .dropdown-toggle,
.navbar-nav .nav-link {
  display: flex;
  gap: 0.5rem;
  /* font-size: 1.125rem; */
  align-items: center;
  color: var(--body-color) !important;
}
.navbar-nav .dropdown-toggle::after {
  margin-left: 0;
  border: 1.5px solid currentColor;
  width: 0.5em;
  height: 0.5em;
  transform: rotate(45deg);
  border-top: 0;
  border-left: 0;
  margin-top: -0.25em;
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 1.125rem;
}
@media (min-width: 1200px) {
  div#cookie-law-info-bar.INpop {
    height: 230px !important;
    min-height: 230px !important;
    visibility: inherit !important;
    content-visibility: visible;
  }
  promo.jumbotron {
    padding: 20px;
  }
}
a {
  text-decoration: none;
}
.linkBtn {
  font-weight: 600;
  padding: 8px 20px;
  border: 1px solid #fff;
  border-right: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 1.25rem;
  padding-right: 2rem;
  min-height: 48px;
}
span.hidden {
  display: none;
}
.linkBtn:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 30%;
  background: #fff;
}

.linkBtn:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 30%;
  background: #fff;
}
.text-secondary {
  color: var(--secondary-color) !important;
}
.linkBtn span {
  /*display: block;
  width: 60px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 86%;
  margin-top: -7px;
  background: url(/wp-content/themes/quantzig/assets/img/link-arw.png) no-repeat
    right;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;*/
  /* mix-blend-mode: exclusion; */
  /* filter: brightness(0.1); */
}
.linkBtn span {
  background-position: right center;
}
.linkBtn:hover span {
  width: 78px;
}
.linkBtn span:before {
  content: "";
  width: 50px;
  height: 2px;
  background: currentColor;
  position: absolute;
  right: -35px;
  top: calc(50% - 0px);
  transition: 0.25s ease-in-out right;
}
.linkBtn span:after {
  content: "";
  position: absolute;
  border: 0.5rem solid currentColor;
  width: 0.75rem;
  height: 0.75rem;
  transform: rotate(45deg);
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  right: -35px;
  top: calc(50% - 0.4rem);
  transition: 0.25s ease-in-out right;
}
.linkBtn.btn-orange {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.linkBtn.btn-black {
  color: #000;
  border-color: #000;
}
.btn-orange.linkBtn:before,
.btn-orange.linkBtn:after {
  background: var(--secondary-color);
}
.btn-black.linkBtn:before,
.btn-black.linkBtn:after {
  background: #000;
}
.section--hero .linkBtn:before,
.section--hero .linkBtn:after {
  background: var(--secondary-color);
}
.section--hero .linkBtn {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.section--hero .linkBtn:hover span:before,
.section--hero .linkBtn:hover span:after {
  right: -45px;
}
.homebanner a.linkBtn {
  color: #000;
}
.abt-info .linkBtn {
  padding: 8px 15px 8px 10px;
  width: 40%;
  color: #fff;
  border-color: #fff;
}
.abt-info .linkBtn:before,
.abt-info .linkBtn:after {
  background-color: #fff;
}
.copyright a {
  color: #fff;
}
.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 .icn-svg {
  width: 1em;
  height: 1em;
}
.footer .list-unstyled li {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  color: #fff;
}
.social-media {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 0.5rem;
}
.footer .list-unstyled li a {
  text-decoration: underline;
  color: #fff !important;
  font-size: 16px;
}
.bg-dark {
  background-color: #0c0a0a !important;
}
.footer .copyright,
.footer .copyright a {
  color: #fff;
}
.footer .copyright a {
  text-decoration: underline;
}
.footer .list-unstyled.flast li a {
  color: #fff !important;
}
.social-media li a:hover {
  color: #fff !important;
  background: var(--secondary-color);
}

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

.carousel-control-prev {
  left: -3rem;
  width: fit-content;
  background: var(--secondary-color);
  border-radius: 50%;
  height: fit-content;
  padding: 0.25rem;
  top: calc(50% - 10px);
}

.carousel-control-next {
  right: -3rem;
  width: fit-content;
  background: var(--secondary-color);
  border-radius: 50%;
  height: fit-content;
  padding: 0.25rem;
  top: calc(50% - 10px);
}
div.noborder-hover:hover {
  border: 0 !important;
  box-shadow: none !important;
}
/*Resources*/
.resources .card-img, .insights-bg {
  overflow: hidden;
  width: 100%;
  max-height: 450px;
  min-height: 450px;
  object-fit: cover;
}
.insights-bg {
    background-size: cover;
    background-position: center;
}
.insights-bg .card-img-overlay {
  /* position: relative; */
}
.carousel-item {
  /* transition: transform .1s ease-in-out; */
}
.section--hero-banner.home-banner .carousel-item {
  /* transition: transform .4s ease-in-out; */
}
.section--related img {
  min-height: 178px;
}
.section--resources .card-img-overlay .badge:hover {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
}
.section--resources .card-img-overlay .badge {
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
  width: fit-content;
}

.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;
}
/* theme btn */
.btn-custom {
  position: relative;
  padding-right: 2rem;
  border-radius: 0;
  border-width: 1px;
  font-weight: 500;
  transition: 0.25s ease-in-out all;
  min-height: 48px;
}
.btn-custom:hover {
  background: transparent;
  color: var(--secondary-color);
  border-color: currentColor;
}
.carousel-control-next:focus,
.carousel-control-prev:focus {
  opacity: 0.5;
}
.btn-custom:hover:before,
.btn-custom:hover:after {
  right: -45px;
}

.btn-custom:before {
  content: "";
  width: 50px;
  height: 2px;
  background: currentColor;
  position: absolute;
  right: -35px;
  top: calc(50% - 0px);
  box-shadow: 0 0 0 8px #fff;
  transition: 0.25s ease-in-out right;
}

.btn-custom:after {
  content: "";
  position: absolute;
  border: 0.5rem solid currentColor;
  width: 0.75rem;
  height: 0.75rem;
  transform: rotate(45deg);
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  right: -35px;
  top: calc(50% - 0.4rem);
  transition: 0.25s ease-in-out right;
}
/*End Resources*/
.client img {
  width: 116px;
  height: 116px;
  border-radius: 50%;
}
.mobile-part {
  display: none;
}
.mobile-part ul {
  align-items: center;
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
}
.mobile-part ul li {
  list-style: none;
}
.carousel button:not(:disabled):hover {
  opacity: 0.9;
}
/* Cookie */
#cookie-law-info-bar {
  visibility: hidden;
}
.cli-barmodal-open .feedback-btn,
.cli-barmodal-open .gt,
.cli-barmodal-open #hubspot-messages-iframe-container {
  visibility: hidden;
}
body.page-privacy-notice.cli-barmodal-open {
  position: relative;
  overflow-y: auto;
  left: auto;
  right: auto;
}
.page-privacy-notice div#cookie-law-info-bar,
.page-privacy-notice .cli-modal-backdrop.cli-show {
  display: none !important;
}
body.cli-barmodal-open {
  overflow: hidden;
  overflow-y: hidden;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
}
/*div#cookie-law-info-bar.INpop {
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    margin-top: auto !important;
    border-radius: 0 !important;
    bottom: 0;
    top: auto !important;
}

.cli-modal-backdrop.cli-show {opacity:0;}*/
.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: #fb4a1a;
}
.cli-switch input:checked + .cli-slider {
  background-color: #fb4a1a;
}
.cli-btn:hover {
  opacity: 1;
  color: #fff !important;
  background-color: #fb4a1a !important;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head {
  font-size: 24px;
  font-weight: 600 !important;
  display: block;
}
.cli-style-v2 .cli-plugin-button:hover {
  color: #fff !important;
  background-color: #fb4a1a !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-bar-message a {
  transition: none;
  animation: none;
}
.cli-style-v2 .cli-plugin-button {
  font-size: 16px;
  padding: 10px 15px;
  line-height: 20px !important;
  font-weight: 500 !important;
  border-radius: 3px;
  border: 1px solid #fb4a1a;
  background-color: transparent !important;
  color: #000 !important;
  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;
}
.cli-barmodal-open .webinarBar {
  display: none;
}

.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: 0.5;
  font-weight: 700;
  line-height: 1;
}

.webinarBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  height: auto;
  padding: 10px 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, 0.94) 0%,
    rgba(66, 108, 2, 0.94) 99.92%
  );
  background: #112635;
  border-top: 1px solid #706969;
}
.webinarBar p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.webinarBar .btn-custom {
  padding: 5px 1.5rem 5px 12px;
  min-height: inherit;
  font-size: 16px;
}
.webinarBar .btn-custom:before {
  box-shadow: 0 0 0 8px #112635;
}
#myDiv img#loading-image {
  top: 35%;
  position: relative;
}
.section--services .card.border-tras img {
  width: 85px;
  height: 85px;
}

@media (max-width: 991px) {
  .webinarBar .btn-custom span {
    display: none;
  }
  .webinarBar .btn-custom {
    margin: 10px 0;
  }
  .webinarBar .d-flex {
    display: block !important;
    text-align: center;
  }
  .carousel.slide .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
  }
  .carousel.slide .carousel-item-next.carousel-item-start,
  .carousel.slide .carousel-item-prev.carousel-item-end,
  .carousel.slide .carousel-item.active {
    z-index: 1;
    opacity: 1;
  }
  .carousel.slide .active.carousel-item-end,
  .carousel.slide .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0s;
  }
  .w-50,
  .w-75 {
    width: 100% !important;
  }
  #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*/
@media (max-width: 991px) {
  .m-hide {
    display: none !important;
  }
  .mobile-part {
    display: block;
  }
}
@media (max-width: 768px) {
  #hubspot-messages-iframe-container.widget-align-right {
    bottom: 102px !important;
  }
  .webinarBar .floatingclose {
    position: absolute;
    right: 7px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    display: block;
  }
  .carousel-control-prev {
    left: -11px;
  }
  .carousel-control-next {
    right: -11px;
  }
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-size: 60%;
  background-position: center;
}
@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }

  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
  .carousel-item {
    text-align: center;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}
.section--services .carousel-inner .carousel-item {
  transition: unset;
}
.border-tras {
  border: 1px solid transparent;
}
.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
}
.carousel-control-next:focus,
.carousel-control-prev:focus {
  /* opacity: 0.5; */
}
@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);
}
@media (max-width: 420px) {
  .attachment-two {
    width: 95%;
  }
  a.sitelogo {
    width: 48%;
  }
  .linkBtn,
  .btn-custom {
    font-size: 16px;
  }
  button.navbar-toggler {
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 3px;
  }
  div.gt_float_switcher .gt_options a {
    padding: 3px 2px;
    white-space: nowrap;
  }
/* css changes */
.heading{
	/*text-transform: capitalize;*/
}
/* css changes 31-8-2023*/
.carousel button:not(:disabled):hover {
    opacity: .9;
}
.carousel-control-prev {
    background: var(--secondary-color);
    border-radius: 50%;
    padding: 0.25rem;
    top: calc(50% - 10px);
}
	@media (max-width: 992px)   {
  .home .section--services #service .carousel-inner .carousel-item > .row {
    min-height: 425px;
  }
	}
	@media (min-width: 768px) and (max-width: 1024px){
  .section--services #service .carousel-inner .carousel-item > .row {
    min-height: 330px;
  }
.section--services #service .row>.col-md-6 img {
    min-height: 173px;
	max-height: 175px;
}
  .section--services #service .row>.col-md-6 h3 {
    min-height: 62px;
  }
  .section--services #service .row>.col-md-6 .sub-heading {
    min-height: 145px;
  }
}
	@media (max-width: 767px)	{
    .carousel.slide.insightsnew .carousel-item.active {
      display: block;
    }
		.section--testimonials .carousel.slide .carousel-item-next.carousel-item-start, .carousel.slide .carousel-item-prev.carousel-item-end, .carousel.slide .carousel-item.active .col-md-6{
			flex: 0 0 auto;
			width: 100%!important;
		}
		.section--services #service .row>.col-md-6 img {
      margin-bottom: 10px;
      max-height: 220px;
      min-height: 200px;
    }
    .section--services #service .row>.col-md-6 h3 {
      min-height: 55px;
    }
    .section--services #service .row {
          flex-direction: column;
          display: flex;
          min-height: 625px;
      }
      .section--services #service .row>.col-md-6.text-dark {
        order: 2;
      }
	}
	
.btn:hover {
    color: #fb4a1a!important;    
}
.section--services .carousel-inner .carousel-item img {
  width: auto;
}
.ds {
    display: none;
}
.cli-bar-popup a {
    transition: none;
    visibility: inherit;
}
.cli-style-v2 a {
    transition: none;
}