/* Media Query*/
.bg-off-white {
  background-color: #F6F5F4;
}

.max-width-max-content {
  max-width: -moz-max-content;
  max-width: max-content;
}

body {
  color: #181818;
  overflow: hidden;
  overflow-y: auto;
  padding-top: 78px;
}
body .drift-frame-controller-align-right {
  left: auto;
  bottom: 5% !important;
  right: 1% !important;
  z-index: 999 !important;
}
body .drift-frame-chat-align-right {
  left: auto !important;
  bottom: 10.4% !important;
  right: 0% !important;
  z-index: 999 !important;
}
body a:focus-visible, body a:focus, body .btn:focus-visible, body .btn:focus, body input:focus-visible, body input:focus, body button:focus-visible, body button:focus, body select:focus-visible, body select:focus, body label:focus-visible, body label:focus {
  outline: 1px solid #24D6C0;
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.alignleft {
  margin-right: auto;
  display: block;
}

.alignright {
  display: block;
  margin-left: auto;
}

/*@include transition-04(.4s);*/
/*@include transformY(-50%)*/
a {
  transition: all ease-in-out 0.3s;
}
a:hover {
  color: #FA5A25;
}

.form-label {
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #373737;
}
@media (max-width: 767px) {
  .form-label {
    font-size: 12px;
  }
}

.form-check label {
  font-weight: 400;
  font-size: 14px;
  line-height: 127%;
  color: rgba(55, 55, 55, 0.85);
  margin-left: 4px;
}

.form-check-input {
  width: 1.2em;
  height: 1.2em;
  border-color: #373737;
}
.form-check-input [type=checkbox] {
  border: 1px solid #373737;
  border-radius: 2px;
  box-shadow: none;
}
.form-check-input:focus {
  outline: none;
  box-shadow: none;
  border-color: #000000;
}

.form-control, .form-select {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}
.form-control:focus, .form-select:focus {
  outline: none;
  box-shadow: none;
  background-color: transparent;
  border-color: #000000;
}

.form-select {
  background-image: url(../images/downarrow.png);
  background-size: auto;
}

.back-to-page {
  font-weight: 400;
  font-size: 14px;
  line-height: 127%;
  color: #373737;
  position: relative;
  padding-left: 31px;
}
.back-to-page:before {
  content: "";
  left: 0;
  top: 4px;
  width: 14px;
  height: 10px;
  background-image: url(../images/back-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}

.linkedin {
  position: relative;
  display: block;
  max-width: 20px;
  width: 100%;
  min-height: 20px;
}
.linkedin:before {
  content: "";
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../images/linkedin.svg);
  background-size: cover;
}

.primary-gradient {
  background: #c-ecada;
  background: linear-gradient(to right, #cecada 0%, #e0b580 57.29%, #ff9567 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cecada", endColorstr="#ff9567",GradientType=1 );
}

.modal {
  z-index: 10559;
}

/* header */
header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 9999;
  min-height: 78px;
}
header .container {
  max-width: 100% !important;
}
header nav.navbar {
  padding: 0px 64px;
  position: relative;
  padding-right: 38px;
  /*&:before {
      content: "";
      left: 0;
      right: 0;
      border-bottom: 1px solid #D3D3D3;
      width: 100%;
      position: absolute;
      bottom: 7px;
      opacity: 0;
  }
  &:hover {
      &:before {
          opacity:1;
      }
  }*/
}
header nav.navbar .logo-wrapper {
  padding: 24px 0px 29px;
}
header nav.navbar .navbar-nav {
  margin-left: 35px;
}
header nav.navbar .navbar-nav li:last-child .nav-link {
  margin-right: 0;
}
header nav.navbar .nav-item {
  position: relative;
}
header nav.navbar .nav-item:hover .dropdown-menu, header nav.navbar .nav-item:focus-within .dropdown-menu {
  border-radius: 0px;
  position: absolute;
  border-top: 0px;
}
header nav.navbar .nav-item:hover .dropdown-menu li, header nav.navbar .nav-item:focus-within .dropdown-menu li {
  z-index: 9999;
  position: relative;
}
header nav.navbar .nav-item:hover .dropdown-menu:before, header nav.navbar .nav-item:hover .dropdown-menu:after, header nav.navbar .nav-item:focus-within .dropdown-menu:before, header nav.navbar .nav-item:focus-within .dropdown-menu:after {
  content: "";
  width: 1000%;
  background-color: #ffffff;
  height: 100%;
  position: absolute;
  top: 0;
}
header nav.navbar .nav-item:hover .dropdown-menu:before, header nav.navbar .nav-item:focus-within .dropdown-menu:before {
  left: -999%;
}
header nav.navbar .nav-item:hover .dropdown-menu:after, header nav.navbar .nav-item:focus-within .dropdown-menu:after {
  right: -999%;
}
header nav.navbar .nav-item:hover .dropdown-menu.type-1, header nav.navbar .nav-item:focus-within .dropdown-menu.type-1 {
  display: flex;
}
header nav.navbar .nav-item:hover .dropdown-menu.type-2, header nav.navbar .nav-item:focus-within .dropdown-menu.type-2 {
  max-width: 395px;
  display: flex;
  flex-wrap: wrap;
  width: 395px;
}
header nav.navbar .nav-item:hover .dropdown-menu.type-2 li, header nav.navbar .nav-item:focus-within .dropdown-menu.type-2 li {
  max-width: 195px;
  width: 50%;
}
header nav.navbar .nav-item:hover .dropdown-menu.type-2 li a.dropdown-item, header nav.navbar .nav-item:focus-within .dropdown-menu.type-2 li a.dropdown-item {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 19px;
}
header nav.navbar .nav-item:hover .dropdown-menu.type-2 li:nth-last-child(1) a.dropdown-item, header nav.navbar .nav-item:hover .dropdown-menu.type-2 li:nth-last-child(2) a.dropdown-item, header nav.navbar .nav-item:focus-within .dropdown-menu.type-2 li:nth-last-child(1) a.dropdown-item, header nav.navbar .nav-item:focus-within .dropdown-menu.type-2 li:nth-last-child(2) a.dropdown-item {
  margin-bottom: 0px;
}
header nav.navbar .nav-item:hover .dropdown-menu.type-3, header nav.navbar .nav-item:focus-within .dropdown-menu.type-3 {
  max-width: 560px;
  display: flex;
  flex-wrap: wrap;
  width: 560px;
}
header nav.navbar .nav-item:hover .dropdown-menu.type-3 li, header nav.navbar .nav-item:focus-within .dropdown-menu.type-3 li {
  max-width: 195px;
  width: 33.333%;
}
header nav.navbar .nav-item:hover .dropdown-menu.type-3 li a.dropdown-item, header nav.navbar .nav-item:focus-within .dropdown-menu.type-3 li a.dropdown-item {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 19px;
}
header nav.navbar .nav-item:hover .dropdown-menu.type-3 li:nth-last-child(1) a.dropdown-item, header nav.navbar .nav-item:hover .dropdown-menu.type-3 li:nth-last-child(2) a.dropdown-item, header nav.navbar .nav-item:hover .dropdown-menu.type-3 li:nth-last-child(2) a.dropdown-item, header nav.navbar .nav-item:focus-within .dropdown-menu.type-3 li:nth-last-child(1) a.dropdown-item, header nav.navbar .nav-item:focus-within .dropdown-menu.type-3 li:nth-last-child(2) a.dropdown-item, header nav.navbar .nav-item:focus-within .dropdown-menu.type-3 li:nth-last-child(2) a.dropdown-item {
  margin-bottom: 0px;
}
header nav.navbar .nav-item .nav-link {
  position: relative;
  padding: 0;
  margin-right: 39px;
  padding: 25px 0px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000;
}
header nav.navbar .nav-item .dropdown-menu {
  transition: all ease-in-out 0.3s;
  padding: 37px 0;
  top: 59px;
  border: none;
}
header nav.navbar .nav-item .dropdown-menu .dropdown-item {
  font-size: 12px;
  line-height: 2.02;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000;
  padding-left: 30px;
  padding-right: 30px;
}
header nav.navbar .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #FA5A25;
}
header nav.navbar .nav-item .dropdown-menu li:first-child .dropdown-item {
  padding-left: 0;
}
header nav.navbar .nav-item .dropdown-menu li a:focus {
  background-color: transparent;
}
header nav.navbar .nav-item:hover .nav-link:after, header nav.navbar .nav-item:focus-within .nav-link:after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -8px;
  background-color: #FA5A25;
  left: 0px;
  z-index: 99999;
}
header nav.navbar .nav-item:hover .nav-link .dropdown-menu:before, header nav.navbar .nav-item:focus-within .nav-link .dropdown-menu:before {
  content: "";
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: -15px;
  background-color: #ffffff;
  left: 0px;
  z-index: 1;
}
header nav.navbar .logo-wrapper {
  line-height: 1;
  font-size: inherit;
  margin-bottom: 0px;
  max-width: 144px;
}
header nav.navbar .logo-wrapper .navbar-brand {
  padding: 0px;
  /*outline: none;*/
}
header nav.navbar .logo-wrapper .navbar-brand img {
  max-width: 100%;
  width: 100%;
}
header nav.navbar .navbar-right {
  float: right;
}
header nav.navbar .navbar-right .navbar-nav {
  display: flex;
  align-items: center;
  margin-left: 0;
  justify-content: flex-end;
}
header nav.navbar .navbar-right .navbar-nav .nav-item .form-select {
  border: none;
  font-size: 12px;
  padding-right: 2rem;
  background-size: 10px;
}
header nav.navbar .navbar-right .navbar-nav .nav-item .form-select option {
  font-size: 12px;
  padding: 5px;
}
header nav.navbar .navbar-right .navbar-nav .nav-item .form-select:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
header nav.navbar .navbar-right .navbar-nav .nav-item .nav-link {
  margin-right: 0px;
}
header nav.navbar .navbar-right .navbar-nav .nav-item .btn {
  margin: 0px 17px 0px 26px;
  text-transform: uppercase;
  font-weight: 500;
}
header nav.navbar.navbar-open .navbar-open-wrapper {
  position: relative;
}
header nav.navbar.navbar-open .navbar-open-wrapper:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #D3D3D3;
  z-index: 9999;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #373737;
}

header nav.navbar .navbar-right .navbar-nav .nav-item .btn {
  padding-left: 20px;
}

/* ============ desktop view ============ */
@media (min-width: 1550px) {
  header nav.navbar .nav-item:hover .dropdown-menu.type-2 {
    max-width: 550px;
    width: 550px;
  }
  header nav.navbar .nav-item:hover .dropdown-menu.type-2 li {
    max-width: 265px;
    width: 60%;
  }
}
@media all and (min-width: 1025px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
/* ============ desktop view .end// ============ */
@media (max-width: 1360px) {
  header nav.navbar .nav-item .nav-link {
    margin-right: 30px;
  }
  header nav.navbar .nav-item:hover .dropdown-menu.type-2 {
    max-width: 465px;
    width: 465px;
  }
  header nav.navbar .nav-item:hover .dropdown-menu.type-2 li {
    max-width: 235px;
  }
}
@media (max-width: 1280px) {
  header nav.navbar .navbar-right .navbar-nav .nav-item .btn {
    margin: 0px 10px 0px 10px;
    padding: 7px 11px;
  }
  header nav.navbar {
    padding: 0px 13px;
    overflow: visible;
  }
}
@media (max-width: 1199px) {
  header nav.navbar .nav-item .nav-link {
    margin-right: 20px;
  }
  header nav.navbar .navbar-nav {
    margin-left: 15px;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  header nav.navbar .row {
    align-items: center;
  }
}
@media (max-width: 1024px) {
  button.navbar-toggler {
    position: absolute;
    right: 16px;
    left: auto;
    top: 6px;
    width: 30px;
    height: 30px;
    padding: 0px;
  }
  .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/nav-icon.svg);
    background-size: initial;
  }
  .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background-image: url(../images/nav-close.svg);
  }
  header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  header nav.navbar {
    padding-right: 90px;
    width: 100%;
  }
  header nav.navbar .logo-wrapper {
    margin-bottom: 0px;
    max-width: 89px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  header nav.navbar .logo-wrapper .navbar-brand {
    padding: 14px 0px;
    display: flex;
    margin: 0;
  }
  header nav.navbar.navbar-open .navbar-open-wrapper {
    position: inherit;
    /*width: 100%;
    margin: 0px;*/
  }
  header nav.navbar.navbar-open .navbar-open-wrapper:after {
    bottom: -8px;
  }
  header nav.navbar.open-nav {
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 999;
    background: #fff;
    width: 100%;
    align-items: flex-start;
  }
  header nav.navbar.open-nav .navbar-right {
    display: inline-block;
  }
  header nav.navbar.open-nav .navbar-right .navbar-nav {
    display: block !important;
    position: absolute;
    top: -15px;
    right: 50px;
  }
  header nav.navbar.open-nav .navbar-right .navbar-nav .nav-item .btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    margin: 0;
  }
  header nav.navbar.open-nav .navbar-collapse {
    padding: 0px;
  }
  header nav.navbar.open-nav .navbar-collapse .navbar-nav {
    margin: 0px;
    margin-top: 38px;
  }
  header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #373737;
    padding: 0;
    padding-bottom: 1px;
    margin-bottom: 15px;
    margin-right: 0px;
  }
  header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    top: 0;
    padding: 3px 0px 13px 16px;
    outline: none;
    border: none;
    position: relative;
    display: none;
  }
  header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
    display: block;
  }
  header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
    font-size: 12px;
    font-weight: 400;
    padding: 0px;
    margin-bottom: 13px;
  }
  header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:last-child .dropdown-item {
    margin-bottom: 5px;
  }
  header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu.type-2, header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu.type-3 {
    width: 100%;
    max-width: 100%;
  }
  header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu.type-2 li, header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu.type-3 li {
    max-width: 100%;
    width: 100%;
  }
  header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu.type-2 li:nth-last-child(2) a.dropdown-item, header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu.type-3 li:nth-last-child(2) a.dropdown-item {
    margin-bottom: 13px;
  }
  header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item.has-child .nav-link {
    /*&:after {
        content: "";
        height: 1px;
        width: 13px;
        position: absolute;
        bottom: inherit;
        background-color: $charcoal;
        left: inherit;
        top: 47%;
        right: 0;
        transform: translateY(-47%) rotate(-90deg);
    }*/
  }
  header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item.has-child .nav-link:before {
    content: "";
    background-image: url(../images/menu-plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    width: 12px;
    position: absolute;
    bottom: inherit;
    left: inherit;
    top: 21%;
    right: 0;
    /*transform: translateY(-47%) rotate(0deg);*/
  }
  header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item.has-child .nav-link.show {
    /*&:after {
        transform: translateY(-47%) rotate(-45deg);
    }*/
  }
  header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item.has-child .nav-link.show:before {
    transform: rotate(136deg);
  }
  header nav.navbar.open-nav .navbar-collapse .language-wrapper {
    display: flex !important;
    list-style: none;
    padding: 0;
  }
  header nav.navbar.open-nav .navbar-collapse .language-wrapper li {
    margin-right: 39px;
  }
  header nav.navbar.open-nav .navbar-collapse .language-wrapper li a {
    position: relative;
  }
  header nav.navbar.open-nav .navbar-collapse .language-wrapper li a.active:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    background-color: #FA5A25;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    border-radius: 50%;
  }
  header nav.navbar .navbar-right .navbar-nav {
    /*display: block !important;*/
    position: absolute;
    top: 0;
    right: 0;
    /*top: -15px;
    right: 50px;*/
  }
  header nav.navbar .col-md-9 {
    width: 100%;
  }
  header nav.navbar .container {
    display: block;
  }
  header nav.navbar.open-nav .navbar-right .navbar-nav .nav-item .btn-primary2 {
    display: block;
  }
}
@media (max-width: 991px) {
  header nav.navbar .navbar-right .navbar-nav .nav-item .btn-primary2,
  header nav.navbar .navbar-right .nav-item:hover .nav-link:after {
    display: none;
  }
  header .navbar-dark .navbar-toggler:focus {
    outline: 1px solid #24D6C0 !important;
  }
  .marketo-form-added {
    display: block !important;
    margin: 0 -20px;
    overflow: hidden;
  }
  section.news-details-banner.whitepaper-details-banner form {
    padding-bottom: 22px;
    padding-top: 15px;
  }
  .resource-center-page .pg-with-sidebar {
    min-height: inherit;
  }
  .pg-with-sidebar.pg-with-sidebar-height-0result .col-md-2 {
    height: inherit !important;
  }
  body .pg-with-sidebar.pg-with-sidebar-height-0result {
    min-height: inherit;
  }
  body .pg-with-sidebar-height-0result .inner-page-height2 {
    height: inherit;
  }
  .pg-with-sidebar-height-0result .pg-with-sidebar {
    height: inherit;
    min-height: inherit;
  }
  body .pg-with-sidebar.pg-with-sidebar-height .sidebar.filter-sidebar {
    height: auto !important;
  }
  .resource-center-page .pg-with-sidebar {
    min-height: inherit;
  }
  header nav.navbar .navbar-right .navbar-nav .nav-item .nav-link {
    padding: 16px 0px;
    margin-right: 50px;
    font-size: 12px;
  }
  header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding-bottom: 6px;
    /*margin-bottom: 22px;*/
  }
  header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item .nav-link.show {
    border-bottom: none;
    margin-bottom: 14px;
  }
  header nav.navbar.open-nav .navbar-collapse .language-wrapper li a.active:before {
    left: -11px;
  }
  header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
    /*border-bottom: 1px solid $charcoal;*/
    border-radius: 0;
    /*margin-bottom: 25px;*/
    padding-bottom: 2px;
  }
  button.navbar-toggler {
    z-index: 9;
  }
  .container {
    padding: 0 20px;
  }
  header nav.navbar #main_nav {
    position: absolute;
    top: 40px;
    z-index: 9;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 0 20px;
  }
  header nav.navbar .nav-item .dropdown-menu {
    top: 82px;
  }
  header nav.navbar.open-nav .logo-wrapper {
    padding-top: 5px;
  }
  header nav.navbar.open-nav button.navbar-toggler {
    top: 7px;
  }
  header nav.navbar {
    overflow: visible;
    width: 100%;
  }
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
  }
  header nav.navbar:before {
    display: none;
  }
  header nav.navbar ul.language-wrapper h5 {
    font-weight: 700;
    font-size: 12px;
    line-height: 127%;
    text-transform: uppercase;
  }
  header nav.navbar ul.language-wrapper li a {
    position: relative;
    color: #000000;
    text-transform: uppercase;
  }
  header nav.navbar.open-nav .navbar-right .navbar-nav {
    top: 2px;
    right: 0px;
  }
  header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item .nav-link.show {
    border-bottom: none;
    margin-bottom: 2px;
  }
  header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
    margin-bottom: 4px;
  }
  header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu.type-2 li:nth-last-child(2) a.dropdown-item,
  header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu.type-3 li:nth-last-child(2) a.dropdown-item {
    margin-bottom: 4px;
  }
  header nav.navbar .nav-item:hover .nav-link:after {
    display: none !important;
  }
  header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item {
    border-bottom: 1px solid #373737;
    padding: 11px 0 0;
    margin-bottom: 11px;
  }
  header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
    margin-bottom: 0;
    border-bottom: none;
  }
  header nav.navbar.open-nav {
    position: fixed;
    top: 0;
    height: calc(100vh - 0px);
    z-index: 999;
    background: #fff;
    width: 100%;
    align-items: flex-start;
    overflow-y: auto;
  }
  header nav.navbar.open-nav .navbar-collapse .navbar-nav {
    max-height: 350px;
    overflow: scroll;
    overflow-x: hidden;
  }
  header nav.navbar.open-nav .navbar-right .navbar-nav .nav-item .btn {
    z-index: 9;
  }
}
/* ============ mobile view .end// ============ */
/* Home Hero Section start */
.banner-section {
  height: 100%;
  max-height: 768px;
  overflow: hidden;
  position: relative;
  /*padding-bottom: 768px;*/
}
.banner-section .vdo-section-main {
  padding-bottom: 768px;
}
.banner-section .vdo-section {
  /*background-color: $white;*/
  /*Video crop css new*/
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translatez(0);
  /*Video crop css end*/
}
.banner-section .vdo-section video {
  /*width: 100%;
  height: 100%;*/
  /*Video crop css new*/
  transform: translatez(0);
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  /*Video crop css end*/
}
.banner-section .vdo-section .action-block {
  display: inline-block;
  position: absolute;
  z-index: 2;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.banner-section .video-bottom {
  position: absolute;
  padding: 17px 0px;
  bottom: 0;
  width: 100%;
  max-width: 91%;
  margin: 0 auto;
  left: 0;
  right: 0;
  min-height: 147px;
}
.banner-section .video-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ffffff;
}
.banner-section .video-bottom .row {
  align-items: center;
  justify-content: space-between;
}
.banner-section .video-bottom .row .lhs {
  max-width: 620px;
}
.banner-section .video-bottom .row .lhs h2, .banner-section .video-bottom .row .lhs h1 {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.31;
  /*color: $charcoal;*/
  color: #ffffff;
  font-size: 2.5rem;
}
.banner-section .video-bottom .row .rhs {
  max-width: 340px;
  margin-right: auto;
}
.banner-section .video-bottom .row .rhs h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  /*color: $charcoal;*/
  color: #ffffff;
}
.banner-section .video-bottom .row .arrow-down-home {
  max-width: 100px;
  margin-right: 96px;
}
.banner-section .video-bottom .row .arrow-down-home a {
  display: block;
}
.banner-section .video-bottom .row .arrow-down-home img {
  max-width: 100%;
}
.banner-section .video-bottom .btn {
  font-weight: 500;
}
.banner-section .video-bottom .container-fluid {
  padding: 0;
}
.banner-section .volumn-btn {
  cursor: pointer;
  /*max-width: 70px;*/
  position: absolute;
  bottom: 22%;
  right: 60px;
  z-index: 9;
}
.banner-section .volumn-btn img {
  max-width: 70px;
  width: 100%;
}
.banner-section .volumn-btn .volumn-off {
  display: none;
}
.banner-section .volumn-btn.open .volumn-off {
  display: block;
}
.banner-section .volumn-btn.open .volumn-on {
  display: none;
}
.banner-section .volumn-btn.open .switches .active .form-check-input {
  background-color: #6B6B6B !important;
  border-color: #6B6B6B !important;
  padding: 9px 21px !important;
  outline: none;
  height: auto !important;
}
.banner-section .volumn-btn .switches {
  padding: 0px 5px 2px 13px;
  background: #373737;
  border-radius: 45px;
  color: #ffffff;
  display: flex;
  align-items: center;
  max-width: 163px;
  width: 100%;
  min-width: 170px;
  justify-content: space-between;
}
.banner-section .volumn-btn .switches h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 131%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
}
.banner-section .volumn-btn .switches .form-switch {
  position: relative;
  height: 24px;
}
.banner-section .volumn-btn .switches .form-switch .form-check-input {
  background-image: none;
  background-color: transparent !important;
  outline: none;
  border: none !important;
}
.banner-section .volumn-btn .switches .form-switch .form-check-input:focus {
  border: none;
}
.banner-section .volumn-btn .switches .form-switch label {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1500px) {
  .banner-section .video-bottom {
    max-width: 93.2%;
  }
  .banner-section .volumn-btn {
    /*bottom: 32% !important;*/
    right: 60px;
  }
}
@media (min-width: 1650px) {
  .banner-section .volumn-btn {
    /*bottom: 36% !important;*/
    right: 60px;
  }
}
@media (min-width: 1750px) {
  .banner-section .volumn-btn {
    /*bottom: 39% !important;*/
  }
}
@media (min-width: 1850px) {
  .banner-section .volumn-btn {
    /*bottom: 43% !important;*/
  }
}
@media (min-width: 1850px) {
  .banner-section .volumn-btn {
    /*bottom: 45% !important;*/
    right: 62px;
  }
}
@media (min-width: 1900px) {
  .banner-section .volumn-btn {
    /*bottom: 44% !important;*/
    right: 63px;
  }
}
@media (min-width: 1920px) {
  .banner-section .volumn-btn {
    /*bottom: 45% !important;*/
  }
}
@media (min-width: 1921px) {
  .banner-section .volumn-btn {
    /*bottom: 45% !important;*/
    right: 62px;
  }
}
@media (min-width: 1950px) {
  .banner-section .volumn-btn {
    /*bottom: 46% !important;*/
  }
}
@media (min-width: 2000px) {
  .banner-section .volumn-btn {
    /*bottom: 47% !important;*/
  }
}
@media (min-width: 2050px) {
  .banner-section .volumn-btn {
    /*bottom: 48% !important;*/
  }
}
@media (min-width: 2100px) {
  .banner-section .volumn-btn {
    /*bottom: 49% !important;*/
  }
}
@media (min-width: 2110px) {
  .banner-section .volumn-btn {
    /*bottom: 50% !important;*/
  }
}
@media (min-width: 2150px) {
  .banner-section .volumn-btn {
    /*bottom: 51% !important;*/
  }
}
@media (min-width: 2180px) {
  .banner-section .volumn-btn {
    /*bottom: 51.5% !important;*/
  }
}
@media (min-width: 2200px) {
  .banner-section .volumn-btn {
    /*bottom: 51.5% !important;*/
    right: 74px;
  }
}
@media (min-width: 2210px) {
  .banner-section .volumn-btn {
    /*bottom: 52% !important;*/
  }
}
@media (min-width: 2240px) {
  .banner-section .volumn-btn {
    /*bottom: 53% !important;*/
  }
}
@media (min-width: 2250px) {
  .banner-section .volumn-btn {
    /*bottom: 51.5% !important;*/
    right: 74px;
  }
}
@media (min-width: 2290px) {
  .banner-section .volumn-btn {
    /*bottom: 53.5% !important;*/
  }
}
@media (min-width: 2300px) {
  .banner-section .volumn-btn {
    /*bottom: 54% !important;*/
    right: 74px;
  }
}
@media (min-width: 2340px) {
  .banner-section .volumn-btn {
    /*bottom: 54% !important;*/
  }
}
@media (min-width: 2350px) {
  .banner-section .volumn-btn {
    /*bottom: 55% !important;*/
    right: 74px;
  }
}
@media (min-width: 2390px) {
  .banner-section .volumn-btn {
    /*bottom: 22% !important;*/
  }
}
@media (min-width: 2400px) {
  .banner-section .volumn-btn {
    /*bottom: 22% !important;*/
    right: 78px;
  }
}
@media (min-width: 2500px) {
  .banner-section .volumn-btn {
    /*bottom: 22% !important;*/
    right: 78px;
  }
}
@media (min-width: 2560px) {
  .banner-section .volumn-btn {
    /*bottom: 22% !important;*/
    right: 85px;
  }
}
@media (max-width: 1700px) {
  .banner-section .volumn-btn {
    bottom: 33% !important;
  }
}
@media (max-width: 1650px) {
  .banner-section .volumn-btn {
    bottom: 32% !important;
  }
}
@media (max-width: 1600px) {
  .banner-section .volumn-btn {
    bottom: 30% !important;
  }
}
@media (max-width: 1550px) {
  .banner-section .volumn-btn {
    bottom: 28% !important;
  }
}
@media (max-width: 1440px) {
  .banner-section {
    /*max-height: 768px;*/
  }
  .banner-section .vdo-section-main {
    max-height: 768px;
  }
  .banner-section .volumn-btn {
    bottom: 22% !important;
  }
}
@media (max-width: 1366px) {
  .banner-section {
    /*max-height: 710px;
    padding-bottom: 710px;*/
  }
  .banner-section .vdo-section-main {
    max-height: 710px;
    padding-bottom: 710px;
  }
  .banner-section .volumn-btn {
    bottom: 24% !important;
  }
}
@media (max-width: 1350px) {
  .banner-section {
    /*.volumn-btn {
        bottom: 24% !important;
    }*/
  }
}
@media (max-width: 1300px) {
  .banner-section {
    /* .volumn-btn {
         bottom: 24% !important;
     }*/
  }
}
@media (max-width: 1280px) {
  .banner-section {
    /*max-height: 680px;
    padding-bottom: 680px;*/
  }
  .banner-section .vdo-section-main {
    max-height: 680px;
    padding-bottom: 680px;
  }
}
@media (max-width: 1243px) {
  .banner-section .volumn-btn {
    bottom: 34% !important;
  }
}
@media (max-width: 1199px) {
  .banner-section {
    /*max-height: 577px;
    padding-bottom: 577px;*/
  }
  .banner-section .vdo-section-main {
    max-height: 577px;
    padding-bottom: 577px;
  }
  .banner-section .video-bottom {
    max-width: 97%;
  }
  .banner-section .video-bottom .row .rhs {
    max-width: 300px;
  }
  .banner-section .volumn-btn {
    bottom: 29% !important;
    right: 15px;
  }
}
@media (max-width: 1167px) {
  .banner-section .volumn-btn {
    bottom: 29% !important;
  }
  .banner-section .video-bottom .row .rhs {
    max-width: 250px;
  }
}
@media (max-width: 1100px) {
  .banner-section .volumn-btn {
    bottom: 29% !important;
  }
  .banner-section .video-bottom .row .rhs {
    max-width: 260px;
  }
  .banner-section .video-bottom .row .lhs {
    max-width: 550px;
  }
}
@media (max-width: 1024px) {
  .banner-section {
    /*max-height: 500px;
    padding-bottom: 500px;*/
  }
  .banner-section .vdo-section-main {
    max-height: 500px;
    padding-bottom: 500px;
    position: relative;
  }
  .banner-section .volumn-btn {
    bottom: 40% !important;
    right: 20px;
  }
  .banner-section .video-bottom .row .rhs {
    max-width: 270px;
  }
  .banner-section .video-bottom .row .arrow-down-home {
    max-width: 90px;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .banner-section {
    /*max-height: 432px;
    padding-bottom: 432px;*/
  }
  .banner-section .vdo-section-main {
    max-height: 432px;
    padding-bottom: 432px;
  }
  .banner-section .volumn-btn {
    bottom: 39% !important;
    right: 20px;
  }
  .banner-section .volumn-btn .switches {
    padding: 1px 9px;
  }
  .banner-section .volumn-btn .switches h6 {
    font-size: 12px;
  }
  .banner-section .volumn-btn .switches .form-switch label {
    left: 0;
    bottom: 5px;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .banner-section .volumn-btn {
    bottom: 39% !important;
  }
  .banner-section .video-bottom .row .lhs {
    max-width: 410px;
  }
  .banner-section .video-bottom .row .lhs h2, .banner-section .video-bottom .row .lhs h1 {
    font-size: 24px;
  }
  .banner-section .video-bottom .row .arrow-down-home {
    max-width: 70px;
  }
}
@media (max-width: 820px) {
  .banner-section .volumn-btn {
    bottom: 39% !important;
    right: 10px;
  }
  .banner-section .volumn-btn .switches .form-switch label {
    bottom: 3px;
  }
}
@media (max-width: 768px) {
  .banner-section .volumn-btn {
    bottom: 39% !important;
    right: 10px;
  }
  .banner-section .volumn-btn .switches .form-switch label {
    bottom: 3px;
  }
}
@media (max-width: 767px) {
  .banner-section {
    /*max-height: inherit;
    height: inherit;*/
    /*max-height: 432px;
    height: inherit;
    padding-bottom: 552px;*/
  }
  .banner-section .vdo-section-main {
    max-height: 432px;
    height: inherit;
    padding-bottom: 252px;
  }
  .banner-section .volumn-btn {
    bottom: 13px !important;
    right: auto;
    left: 20px;
  }
  .banner-section .volumn-btn .switches .form-switch label {
    bottom: 3.5px;
  }
  .banner-section .vdo-section {
    overflow: hidden;
    max-height: 563px;
  }
  .banner-section .vdo-section video {
    width: auto;
    height: inherit !important;
    min-height: 563px !important;
  }
  .banner-section .video-bottom {
    max-width: 100%;
    position: relative;
    bottom: inherit;
    top: inherit;
    background-color: #ffffff;
    z-index: 9;
    padding: 18px 20px 32px;
  }
  .banner-section .video-bottom .row {
    display: block;
  }
  .banner-section .video-bottom .row .lhs h2, .banner-section .video-bottom .row .lhs h1 {
    max-width: 220px;
    margin-bottom: 15px;
    color: #373737;
  }
  .banner-section .video-bottom .row .rhs h4 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #373737;
  }
  .banner-section .video-bottom .row .rhs .btn {
    max-width: 132px;
    width: 100%;
    padding: 6px 19px;
  }
  .banner-section .video-bottom .row .arrow-down-home {
    max-width: 70px;
    margin-top: 20px;
    display: none;
  }
}
@media (max-width: 430px) {
  .banner-section .video-bottom {
    max-width: 100%;
  }
  .banner-section .vdo-section {
    height: 244px !important;
    max-height: inherit;
  }
  .banner-section .vdo-section video {
    width: auto;
    height: inherit !important;
    min-height: 244px !important;
  }
}

/* Home Hero Section end */
/* Chat Bot Etart */
.chat-bot {
  position: fixed;
  right: 60px;
  bottom: 38px;
  z-index: 99;
}
@media (max-width: 991px) {
  .chat-bot {
    right: 20px;
    bottom: 33px;
  }
  .chat-bot img {
    max-width: 42px;
    width: 100%;
  }
}

/* Chat Bot End */
/* home tabs start */
.home .home-main-parallax-layer {
  z-index: 9;
}
.home .home-main-parallax-layer .banner-section {
  max-height: calc(106vh - 78px);
}
.home .home-main-parallax-layer .banner-section .video-bottom {
  bottom: 68px;
}
.home .home-main-parallax-layer .home-tabs {
  height: 100vh;
}
.home .home-footer-wp {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home .banner-section {
    overflow: visible;
  }
}

.home-tabs {
  background-color: #6D758D;
  padding: 170px 0px 105px;
}
.home-tabs .container {
  max-width: 100%;
  padding: 0 64px;
  position: relative;
}
.home-tabs .tabs-title {
  position: absolute;
  left: 64px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.3;
  top: 0;
  bottom: inherit;
  /*top: inherit;
  bottom: 88%;*/
}
.home-tabs .tabs-title br {
  display: none;
}
.home-tabs .tabs-wrapper {
  position: relative;
  padding: 0 0;
}
.home-tabs .tabs-wrapper .nav-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: flex-end;
  padding-top: 15px;
}
.home-tabs .tabs-wrapper .nav-tabs .nav-link {
  color: #ffffff;
  border: 1px transparent;
  border-bottom: 3px solid transperant;
  padding: 0.5rem 0rem;
  margin-left: 95px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.home-tabs .tabs-wrapper .nav-tabs .nav-link.active {
  background-color: transparent;
  border: none;
  color: #fff;
  border-bottom: 3px solid #FA5A25;
}
.home-tabs .tabs-wrapper .nav-tabs .nav-link:hover, .home-tabs .tabs-wrapper .nav-tabs .nav-link:focus {
  border: 1px transparent;
  border-bottom: 3px solid #FA5A25;
}
.home-tabs .tabs-wrapper .nav-tabs .nav-item.show .nav-link {
  background-color: transparent;
  border: none;
  color: #fff;
  border-bottom: 3px solid #FA5A25;
}
.home-tabs .tabs-wrapper .tab-content {
  padding: 80px 27px;
}
.home-tabs .tabs-wrapper .tab-content .tab-pane.whats-new-tab {
  color: #ffffff;
}
.home-tabs .tabs-wrapper .tab-content .tab-pane.whats-new-tab h3 {
  margin-bottom: 11px;
  font-weight: 400;
}
.home-tabs .tabs-wrapper .tab-content .tab-pane.whats-new-tab p {
  margin-bottom: 20px;
}
.home-tabs .tabs-wrapper .tab-content .tab-pane.whats-new-tab p:last-child {
  margin-bottom: 0px;
}
.home-tabs .tabs-wrapper .tab-content .tab-pane.whats-new-tab p a {
  color: #ffffff;
  text-decoration: underline;
}
.home-tabs .tabs-wrapper .tab-content .tab-pane.whats-new-tab .col-md-7 {
  padding-left: 50px;
  padding-right: 135px;
}
.home-tabs .tabs-wrapper .tab-content .tab-pane.whats-new-tab .col-md-7 a {
  color: #ffffff;
  text-decoration: underline;
}
.home-tabs .tabs-wrapper .tab-content .company-stats-tab {
  margin: 0 -40px;
}
.home-tabs .tabs-wrapper .tab-content .company-stats-tab .company-stats .content .company-stats-slider {
  display: flex;
}
.home-tabs .tabs-wrapper .home-tabs-footer .col-md-7 {
  padding-left: 50px;
}
.home-tabs .tabs-wrapper .home-tabs-footer .col-xl-7 {
  padding-left: 15px;
}
.home-tabs .tabs-wrapper .home-tabs-footer .bottom-content p {
  margin-bottom: 11px;
  margin-left: 38px;
  max-width: 350px;
}
.home-tabs .tabs-wrapper .home-tabs-footer .bottom-content .col-md-6 {
  display: flex;
  align-items: flex-start;
}
.home-tabs .tabs-wrapper .home-tabs-footer .bottom-content .btn-secondary {
  min-width: 150px;
  margin-right: 14px;
  border-color: #ffffff;
  margin-bottom: 15px;
}
.home-tabs .tabs-wrapper .home-tabs-footer .bottom-content .btn-secondary:hover, .home-tabs .tabs-wrapper .home-tabs-footer .bottom-content .btn-secondary:focus {
  border-color: #373737;
}
.home-tabs .tabs-wrapper .home-tabs-footer .bottom-content .btn-secondary2 {
  min-width: 129px;
  font-weight: 500;
  margin-bottom: 15px;
}
.home-tabs .three-column-information-arrow2 .slick-prev:before {
  background-image: url(../images/arrowleft1-white.svg) !important;
}
.home-tabs .three-column-information-arrow2 .slick-next:before {
  background-image: url(../images/arrowright2-white.svg) !important;
  right: 8px;
}
.home-tabs .three-column-information-arrow2 .slick-next:after {
  display: none !important;
}
.home-tabs .logos-new-section {
  background-color: transparent;
}
.home-tabs .logos-new-section .container {
  max-width: 1342px;
}
.home-tabs .logos-new-section ul li {
  padding: 20px 38.5px;
}
@media (max-width: 1600px) {
  .home-tabs .tabs-title br {
    display: block;
  }
}
@media (max-width: 1366px) {
  .home-tabs .tabs-title {
    font-size: 35px;
  }
  .home-tabs .logos-new-section ul li {
    padding: 0 15px;
  }
}
@media (max-width: 1360px) {
  .home-tabs {
    padding: 150px 0px 100px;
  }
  .home-tabs .tabs-wrapper .tab-content {
    padding: 60px 0px;
  }
  .home-tabs .tabs-wrapper .tab-content .tab-pane.whats-new-tab p {
    font-size: 16px;
  }
  .home-tabs .tabs-wrapper .tab-content .company-stats-tab {
    margin: 0 -10px;
  }
  .home-tabs .home-tabs-footer .col-md-7 {
    padding-left: 15px !important;
  }
  .home-tabs .company-stats {
    padding: 20px 0;
  }
}
@media (max-width: 1280px) {
  .home-tabs .tabs-wrapper .home-tabs-footer .col-md-7 {
    padding-left: 15px;
  }
  .home-tabs .tabs-wrapper .home-tabs-footer .bottom-content .btn-secondary {
    margin-right: 5px;
  }
  .home-tabs .tabs-wrapper .home-tabs-footer .bottom-content p {
    margin-bottom: 11px;
    margin-left: 33px;
  }
}
@media (max-width: 1199px) {
  .home-tabs {
    padding: 42px 0px 37px;
  }
  .home-tabs .container {
    padding: 0 15px;
  }
  .home-tabs .tabs-title {
    left: 15px;
    font-size: 32px;
  }
  .home-tabs .tabs-wrapper .home-tabs-footer .col-xl-7 {
    padding-left: 15px;
  }
  .home-tabs .tabs-wrapper .home-tabs-footer .bottom-content p {
    margin-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .home-tabs .tabs-title {
    font-size: 18px;
    top: 20px;
  }
  .home-tabs .logos-new-section ul li img {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .home-tabs {
    padding: 48px 0px 51px;
    overflow: hidden;
  }
  .home-tabs .tabs-title {
    max-width: 250px;
    margin-bottom: 2px;
    position: relative;
    left: inherit;
    top: inherit;
    bottom: inherit;
    font-size: 24px;
  }
  .home-tabs .tabs-wrapper .nav-tabs {
    justify-content: flex-start;
    padding-top: 11px;
  }
  .home-tabs .tabs-wrapper .nav-tabs .nav-link {
    margin-left: 0px;
    margin-right: 30px;
    padding-bottom: 6px;
  }
  .home-tabs .tabs-wrapper .tab-content {
    padding: 29px 0px 26px 0px;
  }
  .home-tabs .tabs-wrapper .tab-content .tab-pane.whats-new-tab h3 {
    margin-bottom: 11px;
    font-weight: 400;
    font-size: 18px;
  }
  .home-tabs .tabs-wrapper .tab-content .tab-pane.whats-new-tab h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.15;
    margin-bottom: 25px;
    padding-right: 40px;
  }
  .home-tabs .tabs-wrapper .tab-content .tab-pane.whats-new-tab .col-md-7 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-tabs .tabs-wrapper .tab-content .tab-pane.whats-new-tab p {
    font-size: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .home-tabs .tabs-wrapper .tab-content .company-stats-tab .company-stats .content .company-stats-slider {
    /*.slick-track {
        width: initial !important;
    }*/
  }
  .home-tabs .tabs-wrapper .tab-content .company-stats-tab .company-stats .content .company-stats-slider .slick-slider {
    max-width: 100%;
  }
  .home-tabs .tabs-wrapper .home-tabs-footer .col-md-5 {
    display: none;
  }
  .home-tabs .tabs-wrapper .home-tabs-footer .col-md-7 {
    padding-left: 15px;
  }
  .home-tabs .tabs-wrapper .home-tabs-footer .col-xl-7 {
    padding-left: 15px;
  }
  .home-tabs .tabs-wrapper .home-tabs-footer .bottom-content .btn-secondary {
    margin-bottom: 14px;
  }
  .home-tabs .tabs-wrapper .home-tabs-footer .bottom-content p {
    margin-bottom: 11px;
  }
  .home-tabs .tabs-wrapper .home-tabs-footer .bottom-content .col-md-6 {
    width: 100%;
    justify-content: start;
    flex-direction: column;
  }
  .home-tabs.home-tabs-main .company-stats .company-stats-slider .image {
    margin-bottom: 15px;
  }
  .home-tabs.home-tabs-main .btn {
    padding: 4.5px 19px;
  }
  .home-tabs.home-tabs-main .company-stats-slider .slick-slider .slick-slide {
    width: 375px !important;
  }
  .home-tabs .company-stats .company-stats-slider .image .card .card-body {
    min-height: 288px;
  }
  .home-tabs .company-stats .company-stats-slider .image .card .card-body p {
    font-size: 12px;
  }
  .home-tabs .logos-new-section {
    padding: 0px 0 !important;
  }
  .home-tabs .logos-new-section .container {
    padding: 0;
  }
  .home-tabs .logos-new-section ul li {
    padding: 21px 0 !important;
  }
  .home-tabs .logos-new-section ul li img {
    padding: 5px 10px !important;
    max-width: 70% !important;
  }
  .home-tabs .vdo-section {
    height: calc(100vh - 49px);
  }
}
@media (max-width: 767px) {
  .home-tabs .tabs-wrapper .nav-tabs .nav-link {
    margin-right: 19px;
  }
}

@media (max-width: 767px) {
  #main-content .home-tabs.home-tabs-main .company-stats .company-stats-slider .image .card {
    min-width: auto !important;
    max-width: 256px;
    min-height: 301px;
  }
  #main-content .home-tabs.home-tabs-main .company-stats .company-stats-slider .slick-track {
    padding-right: 50px !important;
  }
}
@media (max-width: 430px) {
  #main-content .home-tabs.home-tabs-main .company-stats-slider .slick-slider .slick-slide {
    width: 256px !important;
  }
}

/* Company stats start */
.company-stats {
  position: relative;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.company-stats .row [class*=col-] {
  align-items: stretch;
  display: flex;
}
.company-stats .row [class*=col-] .card {
  width: 100%;
}
.company-stats .content-wrapper {
  margin-bottom: 30px;
}
.company-stats .content-wrapper .card-title {
  font-size: 80px;
  margin-bottom: 0px;
}
.company-stats .content-wrapper h2 {
  color: #6D758D;
  margin-bottom: 20px;
}
.company-stats .content-wrapper p {
  margin-bottom: 20px;
}
.company-stats .card {
  border-radius: 16px;
  border: none;
}
.company-stats .company-stats-slider {
  display: flex;
}
.company-stats .company-stats-slider .slick-list {
  padding: 0px !important;
}
.company-stats .company-stats-slider .content {
  margin: auto;
}
.company-stats .company-stats-slider .image {
  width: 25% !important;
  padding: 0px 12px;
  align-items: stretch;
  display: flex;
}
.company-stats .company-stats-slider .image .card {
  width: 100%;
  min-height: 364px;
  min-width: 100% !important;
}
.company-stats .company-stats-slider .image .card.tan-bg .card-title, .company-stats .company-stats-slider .image .card.light-tan-bg .card-title {
  color: #FA5A25;
}
.company-stats .company-stats-slider .image .card.slate-d-bg {
  background-color: #4E566D;
}
.company-stats .company-stats-slider .image .card.slate-d-bg .card-title {
  color: #ffffff;
}
.company-stats .company-stats-slider .image .card.slate-d-bg h4 {
  color: #ffffff !important;
}
.company-stats .company-stats-slider .image .card.slate-d-bg .card-text {
  color: #ffffff;
}
.company-stats .company-stats-slider .image .card.charcoal-bg {
  background-color: #373737;
}
.company-stats .company-stats-slider .image .card.charcoal-bg .card-title {
  color: #6D758D;
}
.company-stats .company-stats-slider .image .card.charcoal-bg h4 {
  color: #ffffff !important;
}
.company-stats .company-stats-slider .image .card.charcoal-bg .card-text {
  color: #ffffff;
}
.company-stats .company-stats-slider .image .card .card-body {
  padding: 19px 23px 15px;
}
.company-stats .company-stats-slider .image .card .card-body .card-title {
  font-size: 80px;
  margin-bottom: 0px;
}
.company-stats .company-stats-slider .image .card .card-body h4 {
  margin-bottom: 33px;
  font-weight: 700;
  color: #373737;
}
.company-stats .company-stats-slider .image .card .card-body p {
  /*color: $charcoal;*/
  color: #2B3037;
}
.company-stats .company-stats-slider .slick-track {
  /*            width: 100% !important;*/
  /*            margin: 0 -12px !important;*/
}
.company-stats .company-stats-slider .progress {
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}
.company-stats .slate-d-bg2 p {
  color: #ffffff !important;
}
.company-stats.impact-card .section-title .content {
  max-width: 533px;
  width: 100%;
}
.company-stats.impact-card .section-title .content p {
  color: #000;
  font-family: "DINPro", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 32px;
  margin-top: 23px;
}
@media (max-width: 1360px) {
  .company-stats {
    padding: 150px 0px 100px;
  }
  .company-stats .tabs-wrapper .tab-content {
    padding: 60px 0px;
  }
  .company-stats .tabs-wrapper .tab-content .tab-pane.whats-new-tab h3 {
    margin-bottom: 11px;
  }
  .company-stats .tabs-wrapper .tab-content .tab-pane.whats-new-tab p {
    font-size: 16px;
  }
  .company-stats .company-stats {
    padding: 20px 0;
  }
}
@media (max-width: 1280px) {
  .company-stats .home-tabs-footer .col-md-7 {
    padding-left: 15px;
  }
  .company-stats .home-tabs-footer .bottom-content .btn-secondary {
    margin-right: 100%;
    margin-bottom: 14px;
  }
  .company-stats .home-tabs-footer .bottom-content p {
    margin-bottom: 11px;
  }
}
@media (max-width: 1199px) {
  .company-stats .company-stats-slider .image .card .card-body p {
    font-size: 16px;
  }
  .company-stats .company-stats-slider .image .card .card-body .card-title {
    font-size: 50px;
  }
  .company-stats .company-stats-slider .image .card .card-body h4 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .company-stats .company-stats-slider .image .card .card-body p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .company-stats .company-stats-slider .image {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .company-stats {
    overflow: hidden;
    padding: 48px 0px 51px;
  }
  .company-stats .tabs-wrapper .tabs-title {
    position: relative;
    max-width: 250px;
  }
  .company-stats .tabs-wrapper .nav-tabs {
    justify-content: flex-start;
    padding-top: 11px;
  }
  .company-stats .tabs-wrapper .nav-tabs .nav-link {
    margin-left: 0px;
    margin-right: 30px;
  }
  .company-stats .tabs-wrapper .tab-content {
    padding: 29px 0px 26px 0px;
  }
  .company-stats .tabs-wrapper .tab-content .tab-pane.whats-new-tab h3 {
    margin-bottom: 11px;
    font-weight: 400;
    font-size: 18px;
  }
  .company-stats .tabs-wrapper .tab-content .tab-pane.whats-new-tab h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.15;
    margin-bottom: 25px;
  }
  .company-stats .tabs-wrapper .tab-content .tab-pane.whats-new-tab .col-md-7 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .company-stats .tabs-wrapper .tab-content .tab-pane.whats-new-tab p {
    font-size: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .company-stats .tabs-wrapper .home-tabs-footer .col-md-5 {
    display: none;
  }
  .company-stats .tabs-wrapper .home-tabs-footer .col-md-7 {
    padding-left: 15px;
  }
  .company-stats .tabs-wrapper .home-tabs-footer .bottom-content .btn-secondary {
    margin-right: 100%;
    margin-bottom: 14px;
  }
  .company-stats .tabs-wrapper .home-tabs-footer .bottom-content p {
    margin-bottom: 11px;
  }
  .company-stats .company-stats-slider .image .card {
    min-height: 264px;
  }
  .company-stats .company-stats-slider .slick-track {
    margin: 0 0;
    display: flex;
  }
  .company-stats.impact-card.overview-learn-more-cards .btn-primary {
    padding: 0 22.1px;
    min-height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
  }
  .company-stats.impact-card.overview-learn-more-cards .section-title {
    margin-bottom: 32px;
  }
  .company-stats.impact-card.overview-learn-more-cards .company-stats-slider .image {
    margin-bottom: 25px;
  }
  .company-stats.impact-card.overview-learn-more-cards .row [class*=col-]:last-child .image {
    margin-bottom: 0;
  }
}

/* Company stats end */
/* home tabs end */
/* Footer start */
footer {
  padding: 51px 64px 10px;
  background-color: #373737;
  z-index: 9;
  transition: 0.4s;
  position: relative;
}
footer h5 {
  color: #ffffff;
  margin: 0 0 24px 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
footer ul.footer-links {
  margin-bottom: 42px !important;
}
footer ul.footer-links li {
  margin: 0 0 6px 0;
  line-height: 1;
}
footer ul.footer-links li a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
footer .col-sm-3 {
  padding-left: 87px;
  border-left: 1px solid #505050;
}
footer .col-sm-3:first-child {
  padding-left: 0px;
  border-left: 0px;
}
footer .logo-block a.footer-logo {
  display: block;
  margin-bottom: 23px;
}
footer .logo-block .select-wrapper {
  max-width: 230px;
}
footer .logo-block .select-wrapper select {
  background-color: #373737;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  background-image: url(../images/footer-select-arrow.png);
  background-size: 9px;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  min-height: 33px;
}
footer .logo-block .select-wrapper select option {
  background-color: #373737;
  color: #ffffff;
}
footer .logo-block .select-wrapper select:focus {
  box-shadow: none;
  border: 1px solid #ffffff;
}
footer .logo-block .socail-icons {
  margin-top: 25px;
  margin-bottom: 47px;
}
footer .logo-block .socail-icons li {
  margin-right: 23px;
}
footer .logo-block .socail-icons li:last-child {
  margin-right: 0;
}
footer .logo-block .socail-icons li img {
  max-width: 100%;
}
footer ul.contact-details li {
  margin: 0 0 10px 0;
  color: #E6F0E5;
  padding-left: 30px;
  position: relative;
}
footer ul.contact-details li img.icons {
  position: absolute;
  left: 0;
  top: 5px;
  max-width: 16px;
}
footer ul.contact-details li a {
  color: #E6F0E5;
}
footer .container {
  max-width: 1342px !important;
}
@media (max-width: 1366px) {
  footer .col-sm-3:first-child {
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  footer {
    padding: 51px 15px 10px;
  }
  footer .col-sm-3 {
    padding: 0 15px !important;
  }
  footer .logo-block .footer-logo img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  footer {
    overflow: hidden;
    padding: 51px 0px 10px;
  }
  footer .col-sm-3 {
    padding: 0 0px !important;
  }
  footer h5 {
    font-size: 12px;
  }
  footer .logo-block {
    text-align: center;
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
  }
  footer .logo-block .socail-icons {
    justify-content: center;
  }
  footer .col-sm-3 {
    padding-left: 0;
    border-left: 0;
    border-bottom: 1px solid #505050 !important;
    border: none;
    width: 90%;
    margin: 0 auto 30px;
  }
  footer ul.footer-links li a {
    font-size: 11px;
  }
}

.last-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0;
  border-top: 1px solid #505050;
}
.last-footer a {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
}
.last-footer p {
  margin: 0;
  color: #575757;
  font-size: 14px;
  text-transform: uppercase;
}
.last-footer ul.socail-icons li {
  margin: 0 13px;
}
.last-footer ul.socail-icons li img {
  max-width: 20px;
  width: 100%;
}
.last-footer .footer-bottom-links {
  display: flex;
}
.last-footer .footer-bottom-links li {
  margin-right: 3px;
}
.last-footer .footer-bottom-links li a {
  text-transform: uppercase;
}
.last-footer .footer-bottom-links li a:after {
  content: ",";
}
.last-footer .footer-bottom-links li:last-child a:after {
  display: none;
}
@media (max-width: 1280px) {
  .last-footer {
    padding: 20px 15px 0;
  }
}
@media (max-width: 1199px) {
  .last-footer {
    padding: 20px 20px 0px;
  }
}
@media (max-width: 767px) {
  .last-footer {
    display: block;
    padding: 0 20px;
    border: none;
    padding-top: 0;
  }
  .last-footer ul li a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .last-footer .footer-bottom-links {
    margin-bottom: 11px;
  }
  .last-footer p {
    font-size: 12px;
  }
}

/* Footer End */
/*Inner Page banner start*/
.inner-page-banner {
  background-color: #F7F5F4;
  min-height: 434px;
  overflow: hidden;
  padding-top: 9px;
  position: relative;
}
.inner-page-banner h1, .inner-page-banner h2 {
  font-size: calc(1.525rem + 3.3vw) !important;
}
.inner-page-banner .container {
  max-width: 780px;
  width: 100%;
  margin-left: 161px;
}
.inner-page-banner .container.full-container {
  max-width: 883px;
}
.inner-page-banner h1, .inner-page-banner h2 {
  line-height: 1;
  margin-bottom: 24px;
}
.inner-page-banner p {
  margin-bottom: 27px;
}
.inner-page-banner p a {
  color: #FA5A25;
}
.inner-page-banner .btn {
  min-width: 136px;
  min-height: 36px;
}
.inner-page-banner.resourses-page-mobile {
  display: none !important;
}
.inner-page-banner.resourses-page-mobile.event-page-banner {
  display: block !important;
}
@media (min-width: 1200px) {
  .inner-page-banner h1, .inner-page-banner h2 {
    font-size: 4rem !important;
  }
}
@media (max-width: 991px) {
  .inner-page-banner {
    min-height: 243px;
    justify-content: flex-start !important;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .inner-page-banner .container {
    margin-left: auto;
    padding: 0 20px;
  }
  .inner-page-banner p {
    margin-bottom: 26px;
  }
  .inner-page-banner.resourses-page-mobile {
    display: flex !important;
    padding-bottom: 21px !important;
  }
}
@media (max-width: 991px) {
  .inner-page-banner p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .inner-page-banner h1, .inner-page-banner h2 {
    font-size: 32px !important;
    margin-bottom: 15px;
    line-height: 1;
  }
  .inner-page-banner p {
    font-size: 15px;
  }
}
@media (max-width: 428px) {
  .inner-page-banner .container.full-container {
    max-width: 383px;
    padding: 0 20px;
    margin-left: 0;
  }
  .inner-page-banner .container {
    max-width: 383px;
    padding: 0 20px;
    margin-left: 0;
  }
}
@media (max-width: 320px) {
  .inner-page-banner h1 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .inner-page-banner h2 {
    font-size: 24px;
  }
  .inner-page-banner p {
    font-size: 12px;
  }
}

/*Inner Page banner end*/
/*Inner Page banner 2-column start*/
.inner-page-banner-2-column {
  min-height: 421px;
}
.inner-page-banner-2-column .full-container {
  width: 100%;
  max-width: 1147px !important;
  margin: 0 auto;
}
.inner-page-banner-2-column h1, .inner-page-banner-2-column h2 {
  margin-bottom: 35px;
}
.inner-page-banner-2-column h3 {
  font-weight: 400;
}
.inner-page-banner-2-column .content {
  max-width: 366px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .inner-page-banner-2-column h1, .inner-page-banner-2-column h2 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .inner-page-banner-2-column h1, .inner-page-banner-2-column h2 {
    font-size: 30px;
  }
  .inner-page-banner-2-column h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .inner-page-banner-2-column {
    min-height: 403px;
  }
  .inner-page-banner-2-column h1, .inner-page-banner-2-column h2 {
    font-size: 28px;
  }
  .inner-page-banner-2-column .content {
    max-width: 100%;
    margin-left: 0;
  }
  .inner-page-banner-2-column h3 {
    margin-bottom: 15px;
  }
}

/*Inner Page banner 2-column end*/
/*hero-video start*/
.hero-video {
  min-height: 376px;
  position: relative;
}
.hero-video .play-btn {
  max-width: 112px;
  width: 100%;
  position: absolute;
  right: 64px;
  bottom: 32px;
  height: 112px;
}
.hero-video .play-btn img {
  max-width: 100%;
  transition: 0.4s;
}
.hero-video .play-btn .hover-play {
  opacity: 0;
  height: 0;
}
.hero-video .play-btn:hover .hover-play {
  opacity: 1;
  height: auto;
}
.hero-video .play-btn:hover .default-play {
  opacity: 0;
  height: 0;
  display: none;
}
.hero-video h2 {
  font-size: 65px;
  color: #ffffff;
}
.hero-video iframe {
  width: 100%;
  min-height: 376px;
}
.hero-video video {
  max-height: 376px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-video .modal-dialog .modal-body video {
  max-height: inherit;
}
@media (max-width: 991px) {
  .hero-video .play-btn {
    right: 20px;
    bottom: 18px;
    max-width: 74px;
    height: 74px;
  }
}
@media (max-width: 767px) {
  .hero-video {
    min-height: 220px;
  }
  .hero-video iframe {
    min-height: 220px;
  }
  .hero-video video {
    max-height: 220px;
    min-height: 220px;
  }
}

.video-hidden-in-mobile img {
  display: none;
}
@media (max-width: 767px) {
  .video-hidden-in-mobile video {
    display: none;
  }
  .video-hidden-in-mobile img {
    display: block;
    width: 100%;
  }
}

/*hero-video end*/
/*accordion-cards start*/
.accordion-cards {
  background-color: #F7F5F4;
  padding: 90px 0 110px;
}
.accordion-cards .heading {
  margin-bottom: 58px;
}
.accordion-cards #more {
  display: none;
}
.accordion-cards .container {
  max-width: 1119px;
}
.accordion-cards .card {
  padding: 37.5px 50px;
  border-radius: 16px;
  margin-bottom: 17px;
}
.accordion-cards .card.open .content .read-more:after {
  background-image: url(../images/minus-expand.svg);
}
.accordion-cards .card.open .content .read-more:before {
  content: "Read Less";
  font-weight: 500;
  line-height: 1.27;
  color: #373737;
  text-transform: uppercase;
  position: absolute;
  left: 0;
}
.accordion-cards .card.open .content #more {
  display: inline-block;
}
.accordion-cards .card.open .count {
  overflow: visible;
}
.accordion-cards .card.open.salte-d-bg .read-more:after, .accordion-cards .card.open.slate-bg .read-more:after {
  background-image: url(../images/minus-expand-white.svg) !important;
}
.accordion-cards .count {
  max-height: 200px;
  padding-top: 5px;
}
.accordion-cards .count h5 {
  font-size: 301px;
  color: #373737;
  font-weight: 300;
  line-height: 0.6;
}
.accordion-cards .content {
  max-width: 620px;
  width: 100%;
}
.accordion-cards .content h6 {
  font-weight: 700;
  line-height: 1.27;
  text-transform: uppercase;
  color: #373737;
  margin-bottom: 32px;
}
.accordion-cards .read-more {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.27;
  color: #373737;
  text-transform: uppercase;
  margin-top: 40px;
  display: inline-block;
  position: relative;
  padding-right: 42px;
  min-height: 34px;
  cursor: pointer;
}
.accordion-cards .read-more:after {
  content: "";
  right: 0;
  top: -6px;
  background-image: url(../images/plus-expand.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  position: absolute;
}
.accordion-cards .salte-d-bg .read-more, .accordion-cards .slate-bg .read-more {
  color: #ffffff;
}
.accordion-cards .salte-d-bg .read-more:before, .accordion-cards .slate-bg .read-more:before {
  color: #ffffff !important;
}
.accordion-cards .salte-d-bg .read-more:after, .accordion-cards .slate-bg .read-more:after {
  background-image: url(../images/plus-expand-white.svg) !important;
  color: #ffffff;
}
.accordion-cards #more {
  margin-top: 20px;
}
.accordion-cards .read-more {
  padding-right: 122px;
}
.accordion-cards .read-more:before {
  content: "Read More";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.27;
  color: #373737;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 2px;
}
@media (max-width: 1024px) {
  .accordion-cards .count h5 {
    font-size: 200px;
  }
}
@media (max-width: 991px) {
  .accordion-cards {
    padding: 36px 0 50px;
  }
  .accordion-cards .count h5 {
    font-size: 180px;
  }
  .accordion-cards .heading {
    margin-bottom: 28px;
  }
  .accordion-cards .card {
    margin-bottom: 22px;
  }
  .accordion-cards .card.open .count {
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .accordion-cards .count {
    margin-bottom: 16px;
    max-height: 70px;
  }
  .accordion-cards .count h5 {
    font-size: 107px;
    margin-left: -6px;
    font-weight: 400;
  }
  .accordion-cards .card {
    padding: 19px 23px;
  }
  .accordion-cards .card.open .count {
    overflow: visible;
    margin-bottom: 26px;
  }
  .accordion-cards .content h6 {
    font-size: 20px;
    margin-bottom: 13px;
    padding-right: 20px;
  }
  .accordion-cards .content p {
    font-size: 12px;
  }
  .accordion-cards #more {
    margin-top: 0;
  }
  .accordion-cards .read-more {
    margin-top: 0;
    padding-right: 102px;
  }
  .accordion-cards .read-more:before {
    font-size: 12px;
  }
  .accordion-cards .read-more:after {
    top: -4px;
    width: 26px;
    height: 25px;
  }
  .accordion-cards.report-cards .read-more:before {
    display: none;
  }
}

.tan-bg {
  background-color: #D2B28C;
}
.tan-bg h5 {
  color: #FA5A25 !important;
}

.light-tan-bg {
  background-color: #D1C5B7;
}
.light-tan-bg h5 {
  color: #FA5A25 !important;
}

.charcoal-bg {
  background-color: #373737 !important;
}
.charcoal-bg * {
  color: #ffffff;
}

.pale-blue-bg {
  background-color: #DADCE2 !important;
}

.cream-bg {
  background-color: #F7F5F4;
}

.slate-d-bg, .slate-bg {
  background-color: #4E566D !important;
}
.slate-d-bg h5, .slate-d-bg h6, .slate-bg h5, .slate-bg h6 {
  color: #ffffff !important;
}
.slate-d-bg .content *, .slate-bg .content * {
  color: #ffffff;
}

.slate-bg {
  background-color: #6D758D !important;
}

/*accordion-cards end*/
/*text-distrupt start*/
.text-distrupt {
  background: #cecada; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #cecada 0%, #e0b580 57.29%, #ff9567 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cecada", endColorstr="#ff9567",GradientType=1 ); /* IE6-9 */
  min-height: 276px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 32px;
}
.text-distrupt p {
  max-width: 611px;
  width: 100%;
  margin: 0 auto;
}
.text-distrupt h2 {
  margin-bottom: 19px;
}
@media (max-width: 991px) {
  .text-distrupt p {
    font-size: 16px;
  }
  .text-distrupt .container {
    padding: 0 24px;
  }
}
@media (max-width: 991px) {
  .text-distrupt {
    padding-top: 58px;
    padding-bottom: 62px;
  }
  .text-distrupt h2 {
    padding: 0 10px;
    margin-bottom: 17px;
  }
}

/*text-distrupt end*/
/*Navigation Cards start*/
.heading h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.31;
  color: #181818;
}
@media (max-width: 1199px) {
  .heading h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .heading h3 {
    font-size: 24px;
  }
}

.navigation-cards {
  padding: 86px 0 79px;
  /*.slick-active {
      .benefits-card {
          border-color: #D2D2D2;
          .card-link {
              color: #D2D2D2;
              &:after {
                  background-image:url(../images/gray-arrow.svg);
              }
          }
      }
  }*/
}
.navigation-cards .container {
  max-width: 1073px !important;
}
.navigation-cards .heading {
  margin-bottom: 55px;
}
.navigation-cards .navigation-cards-arrows {
  display: none;
}
.navigation-cards .card.active.benefits-card {
  border-color: #D2D2D2;
  pointer-events: none;
}
.navigation-cards .card.active.benefits-card img, .navigation-cards .card.active.benefits-card .svg {
  filter: brightness(100%) contrast(0%) saturate(30%) sepia(0%);
  opacity: 0.3;
}
.navigation-cards .card.active.benefits-card .card-link {
  color: #D2D2D2;
}
.navigation-cards .card.active.benefits-card .card-link:after {
  background-image: url(../images/gray-arrow.svg);
}
@media (max-width: 991px) {
  .navigation-cards .benefits-card .card-link {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .navigation-cards .benefits-card .card-link {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .navigation-cards {
    padding: 30px 0 35px;
  }
  .navigation-cards .slick-slide {
    margin: 0 7.5px;
  }
  .navigation-cards .navigation-cards-arrows {
    display: flex;
  }
  .navigation-cards .heading {
    margin-bottom: 27px;
  }
  .navigation-cards .heading h3 {
    text-align: left;
  }
  .navigation-cards .navigation-cards-mobileslider .slick-list {
    /*padding-right: 80px;*/
    padding-left: 0 !important;
  }
  .navigation-cards .navigation-cards-mobileslider .slick-list .slick-track {
    display: flex;
  }
  .navigation-cards .navigation-cards-mobileslider .slick-list .slick-slide {
    /*width: 206px !important;*/
  }
  .navigation-cards .navigation-cards-mobileslider .slick-slider .slick-list {
    /*padding-right: 0px;*/
  }
  .navigation-cards .navigation-cards-mobileslider .slick-slider .slick-track {
    /*padding-right: 80px;*/
    display: flex;
  }
  .navigation-cards .navigation-cards-mobileslider .benefits-card {
    max-width: 100%;
  }
  .navigation-cards .benefits-card {
    min-height: 285px;
    /*max-width: 296px;*/
  }
  .navigation-cards .benefits-card .svg {
    max-width: 140px;
    margin-top: 6px;
  }
  .navigation-cards .benefits-card .card-body {
    padding: 0 10px;
  }
  .navigation-cards .benefits-card.card-flip-open {
    transform: rotateY(180deg);
  }
  .navigation-cards .benefits-card.card-flip-open .card-link {
    transform: rotateY(180deg);
    left: auto;
    right: 20px;
  }
  .navigation-cards .card-link {
    font-size: 14px;
    left: 12px;
  }
}
@media (max-width: 430px) {
  .navigation-cards .benefits-card {
    min-height: 240px !important;
    /*max-width: 206px;*/
  }
  .navigation-cards .benefits-card .svg {
    max-width: 128px;
  }
}
@media (max-width: 375px) {
  .navigation-cards .benefits-card {
    min-height: 240px;
    /*max-width: 206px;*/
  }
  .navigation-cards .benefits-card .svg {
    max-width: 128px;
  }
}

.benefits-card {
  min-height: 364px;
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #373737;
  border-radius: 16px;
  padding: 53px 10px 10px;
  position: relative;
  transition: 0.4s;
}
.benefits-card .svg {
  max-width: 193px;
  width: 100%;
  margin: 0 auto;
}
.benefits-card .card-link {
  position: absolute;
  bottom: 24px;
  left: 30px;
}
.benefits-card .card-body {
  padding-bottom: 40px;
}
.benefits-card:hover {
  background: linear-gradient(90deg, #CECADA 0%, #E0B580 57.29%, #FF9567 100%);
  /*border-color: #D2D2D2;
  .card-link {
      color: #D2D2D2;
      &:after {
          background-image:url(../images/gray-arrow.svg);
      }
  }*/
}
.benefits-card:hover .svg {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(1230%);
}
@media (max-width: 767px) {
  .benefits-card {
    padding: 23px 10px 10px;
  }
  .benefits-card .card-link {
    left: 12px;
    bottom: 12px;
  }
}

.card-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.42;
  color: #373737;
  text-transform: uppercase;
  position: relative;
  padding-right: 29px;
}
.card-link:after {
  content: "";
  right: 0;
  background-image: url(../images/black-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 10px;
  position: absolute;
  top: 7px;
}
@media (max-width: 767px) {
  .card-link:after {
    right: 5px;
    top: 5px;
  }
}

/*Navigation Cards end*/
/*Get Started Start*/
.get-started {
  background-color: #6D758D;
  min-height: 441px;
}
.get-started .container {
  /*max-width: 1200px;*/
  max-width: 1066px;
}
.get-started * {
  color: #ffffff;
}
.get-started .title h3 {
  font-weight: 500;
  font-size: 80px;
  line-height: 1.1;
  text-transform: uppercase;
}
.get-started .content {
  max-width: 419px;
  width: 100%;
}
.get-started .content p {
  margin-bottom: 17px;
}
.get-started .content .btn {
  margin-right: 20px;
  min-width: 138px;
  min-height: 36px;
}
.get-started .content .btn-secondary {
  border-color: #ffffff;
}
.get-started .content .btn-secondary:hover {
  border-color: #373737;
}
.get-started.get-started-black {
  background: #DADCE2;
}
.get-started.get-started-black * {
  color: #373737;
}
.get-started.get-started-black .btn-primary {
  color: #ffffff;
}
.get-started.get-started-black .btn-secondary2 {
  border-color: #373737;
}
.get-started.pale-blue-bg .title h3 {
  color: #373737;
}
.get-started.pale-blue-bg p {
  color: #373737;
}
.get-started.pale-blue-bg .btn-secondary2 {
  border-color: #373737;
  color: #373737;
}
.get-started #LblLastName, .get-started #LblFirstName, .get-started #LblEmail, .get-started #LblCompany, .get-started #LblCountry, .get-started #LblInbound_Company_Size__c, .get-started #LblPhone, .get-started #LblTitle {
  font-family: "DINPro", sans-serif !important;
}
.get-started select {
  font-family: "DINPro", sans-serif !important;
  padding: 2px 3px 5px !important;
}
.get-started .mktoLabel {
  margin-bottom: 0.5rem !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #373737 !important;
  margin-top: 0 !important;
}
.get-started .mktoForm {
  background-color: transparent !important;
  max-width: 518px !important;
  width: 100% !important;
}
.get-started .mktoForm .mktoButtonRow .mktoButtonWrap.mktoPurpleCandy button {
  color: #ffffff !important;
  background: #373737 !important;
  background: linear-gradient(to right, #373737 0%, #373737 42%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#373737", endColorstr="#373737",GradientType=1 ) !important;
  border: none;
  outline: none;
  min-width: 99px;
  min-height: 36px;
  border-radius: 27px !important;
  padding: 8px 19px !important;
  font-size: 14px !important;
  line-height: 1.44 !important;
  display: inline-block;
  font-weight: 400 !important;
  text-transform: lowercase;
  font-family: "DINPro", sans-serif !important;
}
.get-started .mktoForm .mktoButtonRow .mktoButtonWrap.mktoPurpleCandy button:first-letter {
  text-transform: uppercase;
}
.get-started .mktoForm .mktoButtonRow .mktoButtonWrap.mktoPurpleCandy button:hover {
  color: #ffffff;
  background: #fa5a25 !important;
  background: linear-gradient(45deg, #fa5a25 0%, #373737 42%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fa5a25", endColorstr="#373737",GradientType=1 ) !important;
  border: none !important;
  outline: none !important;
}
.get-started .mktoForm select.mktoField {
  font-family: "DINPro", sans-serif !important;
}
.get-started .mktoForm input[type=text]:focus, .get-started .mktoForm input[type=url]:focus, .get-started .mktoForm input[type=email]:focus, .get-started .mktoForm input[type=tel]:focus, .get-started .mktoForm input[type=number]:focus, .get-started .mktoForm input[type=date]:focus, .get-started .mktoForm select.mktoField:focus, .get-started .mktoForm textarea.mktoField:focus {
  border: 2px solid #FA5A25 !important;
  outline: none !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}
.get-started .mktoField {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  font-family: "DINPro", sans-serif !important;
}
.get-started .mktoField:focus {
  border-bottom: 1px solid #000000 !important;
  border-left: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
}
.get-started .mktoFormRow:has(> input[type=hidden]) {
  display: none !important;
}
.get-started .mktoForm .mktoFormRow {
  margin-bottom: 1.5rem !important;
}
.get-started .mktoForm .mktoFormRow .mktoHtmlText.mktoHasWidth {
  font-family: "DINPro", sans-serif !important;
}
.get-started .mktoForm .mktoFormRow input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent !important;
}
.get-started .mktoForm .mktoFormRow input::placeholder {
  color: transparent !important;
}
.get-started .usecase-btns .btn:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .get-started {
    min-height: 380px;
  }
  .get-started .title h3 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .get-started {
    min-height: 384px;
  }
  .get-started .title h3 {
    font-size: 60px;
  }
  .get-started .content .btn {
    margin-right: 10px;
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .get-started {
    min-height: inherit;
    padding: 47px 0 38px;
  }
  .get-started .title h3 {
    font-size: 32px;
    margin-bottom: 16px;
    text-transform: uppercase;
  }
  .get-started .content p {
    margin-bottom: 31px;
  }
  .get-started .btn.d-lg-none {
    display: inline-block !important;
  }
}

.btn {
  padding: 7px 19px;
  /*@include transition-04(.4s);*/
}

.btn-secondary {
  color: #373737;
  font-weight: 500;
  min-width: 207px;
}

.top-page-navigation {
  background: #6D758D;
  min-height: 44px;
}
.top-page-navigation ul li {
  padding: 0 46.5px;
  transition: 0.05s;
}
.top-page-navigation ul li a {
  color: #ffffff !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 2.02;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.top-page-navigation ul li.active a {
  position: relative;
  padding-left: 15px;
}
.top-page-navigation ul li.active a:after {
  content: "";
  left: 0;
  background-color: #FA5A25;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3.5px;
  border-radius: 100%;
}
@media (max-width: 1366px) {
  .top-page-navigation ul li {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .top-page-navigation ul li {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .top-page-navigation ul li.active a:after {
    width: 8px;
    height: 8px;
    top: 3.6px;
  }
}
@media (max-width: 767px) {
  .top-page-navigation {
    width: 100%;
    justify-content: flex-start !important;
    min-height: 61px;
  }
  .top-page-navigation ul {
    width: 100%;
    display: block !important;
    text-align: left;
    justify-content: flex-start !important;
  }
  .top-page-navigation ul li {
    padding: 0 20px;
    display: none;
  }
  .top-page-navigation ul li.active {
    display: block;
  }
  .top-page-navigation ul li.active a {
    padding-left: 0;
    width: 100%;
    display: block;
    border-bottom: 0.5px solid #FFFFFF;
  }
  .top-page-navigation ul li.active a:after {
    background-image: url(../images/downarrow-white.svg);
    width: 13px;
    height: 10px;
    background-repeat: no-repeat;
    right: 4px;
    left: auto;
    top: 8px;
    background-color: transparent;
    background-size: contain;
  }
  .top-page-navigation ul.open li {
    display: block;
    padding: 5px 20px;
  }
  .top-page-navigation ul.open li a {
    display: block;
  }
  .top-page-navigation ul.open li.active {
    display: block;
  }
}

/*Get Started End*/
/* Block-quote Start */
.block-quote {
  padding: 108px 0px 65px;
}
.block-quote.bg-slate {
  background-color: #6D758D;
  color: #ffffff;
}
.block-quote.bg-slate .block-quote-inner p:before, .block-quote.bg-slate .block-quote-inner p.author:before {
  background: #ffffff;
}
.block-quote.bg-custom-gradient {
  background: #cecada;
  background: linear-gradient(45deg, #cecada 0%, #e0b580 57.29%, #ff9567 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cecada", endColorstr="#ff9567",GradientType=1 );
  color: #373737;
}
.block-quote.bg-custom-gradient .block-quote-inner p:before, .block-quote.bg-custom-gradient .block-quote-inner p.author:before {
  background: #373737;
}
.block-quote .block-quote-inner {
  padding: 0px 110px;
}
.block-quote .block-quote-inner blockquote, .block-quote .block-quote-inner blockquote p {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 19px;
  padding-right: 210px;
}
.block-quote .block-quote-inner blockquote:before, .block-quote .block-quote-inner blockquote p:before {
  display: none;
}
.block-quote .block-quote-inner blockquote p, .block-quote .block-quote-inner blockquote p p {
  padding: 0 !important;
}
.block-quote .block-quote-inner p {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.27;
  position: relative;
  padding-left: 17px;
  max-width: 100%;
}
.block-quote .block-quote-inner p:before {
  content: "";
  width: 12px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.block-quote.block-quote-center {
  text-align: center;
  padding: 20px 0px 20px;
  min-height: 184px;
  display: flex;
  align-items: center;
}
.block-quote.block-quote-center h2 {
  margin-bottom: 15px;
}
.block-quote.block-quote-center p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #373737;
  max-width: 689px;
  width: 100%;
  margin: 0 auto;
}
.block-quote.block-quote-center p:before {
  display: none;
}
@media (max-width: 1280px) {
  .block-quote .block-quote-inner {
    padding: 0px 70px;
  }
  .block-quote .block-quote-inner blockquote, .block-quote .block-quote-inner blockquote p {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .block-quote.block-quote-center h2 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .block-quote .block-quote-inner {
    padding: 0px 50px;
  }
}
@media (max-width: 991px) {
  .block-quote {
    padding: 59px 0px 43px;
  }
  .block-quote .block-quote-inner {
    padding: 0 0;
  }
  .block-quote .block-quote-inner blockquote, .block-quote .block-quote-inner blockquote p {
    font-size: 18px !important;
    padding-right: 0 !important;
  }
  .block-quote .block-quote-inner blockquote br, .block-quote .block-quote-inner blockquote p br {
    display: none;
  }
  .block-quote .block-quote-inner p {
    font-size: 12px !important;
    padding-right: 10px;
  }
  .block-quote.bg-custom-gradient {
    background: linear-gradient(90deg, #CECADA 0%, #E0B580 57.29%, #FF9567 100%) !important;
  }
  .block-quote.block-quote-center {
    min-height: 168px !important;
  }
  .block-quote.block-quote-center h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .block-quote.bg-custom-gradient {
    min-height: 245px;
  }
  .block-quote.bg-custom-gradient .container {
    padding: 0 28px;
  }
}

/* Block-quote End */
/* Accordion section with text Start */
.accordion-section-with-text {
  padding: 128px 0 110px;
  background: #DADCE2;
}
.accordion-section-with-text .text-inner {
  padding-right: 210px;
}
.accordion-section-with-text .text-inner h2 {
  margin-bottom: 21px;
}
.accordion-section-with-text .text-inner h3 {
  font-weight: 400;
  line-height: 1.33;
  margin-bottom: 21px;
}
.accordion-section-with-text .text-inner p {
  line-height: 1.5;
}
.accordion-section-with-text .accordion-body {
  /*max-width: 442px;*/
  max-width: 84%;
  width: 100%;
  padding-left: 105px;
}
.accordion-section-with-text .accordion-body ul {
  margin-top: 21px;
}
.accordion-section-with-text .accordion {
  counter-reset: section;
}
.accordion-section-with-text .accordion-item {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #B3BACC !important;
}
.accordion-section-with-text .accordion-button {
  background-color: transparent;
  box-shadow: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.42;
  color: #373737;
  position: relative;
  padding-left: 105px;
  padding-top: 20px;
  padding-bottom: 7px;
  text-transform: uppercase;
  min-height: 70px;
}
.accordion-section-with-text .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
  right: 16px;
}
.accordion-section-with-text .accordion-button:not(.collapsed):before {
  color: #FA5A25;
  overflow: visible;
}
.accordion-section-with-text .accordion-button.collapsed {
  padding-top: 39px;
}
.accordion-section-with-text .accordion-button:after {
  content: "";
  background-image: url(../images/accordion-btn-charcoal.svg);
  background-repeat: no-repeat;
  background-size: auto;
  top: 28px;
  position: absolute;
  right: 11px;
}
.accordion-section-with-text .accordion-button:before {
  counter-increment: section;
  content: "0" counter(section);
  font-weight: 500;
  font-size: 64px;
  line-height: 1;
  color: #373737;
  position: absolute;
  top: 8px;
  left: 0;
  max-height: 51px;
}
@media (max-width: 1199px) {
  .accordion-section-with-text {
    padding: 90px 0 90px;
  }
  .accordion-section-with-text .text-inner h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .accordion-section-with-text {
    padding: 55px 0 55px;
  }
  .accordion-section-with-text .accordion-body {
    padding-left: 55px;
    padding-top: 0;
    font-size: 12px;
    max-width: 442px;
  }
  .accordion-section-with-text .accordion-body ul {
    margin-top: 10px;
  }
  .accordion-section-with-text .accordion-item h2 button {
    font-size: 14px;
  }
  .accordion-section-with-text .text-inner {
    padding-right: 0;
  }
  .accordion-section-with-text .text-inner h2 {
    font-size: 24px;
    margin-bottom: 11px;
  }
  .accordion-section-with-text .text-inner h3 {
    font-size: 18px;
  }
  .accordion-section-with-text .row [class*=col-] {
    width: 100%;
  }
  .accordion-section-with-text .accordion {
    margin-top: 9px;
  }
  .accordion-section-with-text .accordion-button {
    padding-left: 55px;
    padding-right: 30px;
    min-height: 52px;
  }
  .accordion-section-with-text .accordion-button:before {
    font-size: 28px;
    top: 12px;
    max-height: 22px;
  }
  .accordion-section-with-text .accordion-button:after {
    top: 22px;
    right: 0;
    width: 12px;
    height: 12px;
  }
  .accordion-section-with-text .accordion-button.collapsed {
    padding-top: 12px;
  }
  .accordion-section-with-text .accordion-button:not(.collapsed)::after {
    right: 0;
    top: 26px;
  }
}

/* Accordion section with text End */
/*information-image start*/
.information-image {
  background-color: #F7F5F4;
  min-height: 488px;
}
.information-image .container {
  max-width: 1112px;
}
.information-image .content {
  max-width: 642px;
  width: 100%;
}
.information-image .image {
  text-align: right;
}
.information-image .image img {
  max-width: 100%;
}
.information-image .image rect {
  fill: none;
}
@media (min-width: 1649px) {
  .information-image .image {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .information-image {
    padding-top: 35px;
    padding-bottom: 52px;
  }
  .information-image .row [class*=col-] {
    width: 100%;
  }
  .information-image .content {
    max-width: 100%;
    margin-bottom: 31px;
  }
  .information-image .content h2 {
    margin-bottom: 18px;
  }
  .information-image .image {
    text-align: center;
  }
}

/*information-image end*/
/*image-to-center-crop start*/
.image-to-center-crop {
  overflow: hidden;
}
.image-to-center-crop .image {
  max-width: 621px;
  width: 100%;
  min-height: 488px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.image-to-center-crop .content {
  max-width: 540px;
  width: 100%;
  margin-left: 88px;
}
.image-to-center-crop .content h2 {
  margin-bottom: 20px;
}
@media (min-width: 1649px) {
  .image-to-center-crop .image {
    max-width: 100%;
    min-height: 528px;
  }
  .image-to-center-crop .content {
    margin-left: 88px;
  }
}
@media (max-width: 991px) {
  .image-to-center-crop .content {
    max-width: 100%;
    margin: 35px auto 27px;
    padding: 0 22px;
  }
  .image-to-center-crop .content h2 {
    margin-bottom: 18px;
  }
  .image-to-center-crop .image {
    max-width: 100%;
    min-height: 688px;
    background-position: center top;
  }
  .image-to-center-crop .row [class*=col-] {
    width: 100%;
  }
  .image-to-center-crop .row [class*=col-]:first-child {
    order: 1;
  }
  .image-to-center-crop.process-accordion .row [class*=col-] {
    width: 100%;
  }
  .image-to-center-crop.process-accordion .row [class*=col-]:first-child {
    order: 1;
  }
}
@media (max-width: 767px) {
  .image-to-center-crop .image {
    min-height: 264px;
  }
}

/*image-to-center-crop end*/
/*financial-industry page start*/
.partner-information-slider-banner {
  padding: 84px 0 77px;
}
.partner-information-slider-banner .container.full-container {
  max-width: 1123px;
  margin: 0 auto;
}
.partner-information-slider-banner .content .content {
  padding-left: 12px;
}
.partner-information-slider-banner .content p {
  max-width: 446px;
  width: 100%;
}
.partner-information-slider-banner h1, .partner-information-slider-banner h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px !important;
  line-height: 1.31;
  color: #373737;
}
.partner-information-slider-banner .slider-arrow-style.slider-arrow-style-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
}
.partner-information-slider-banner .slider-arrow-style.slider-arrow-style-counter .slider__counter {
  position: relative;
  bottom: inherit;
  margin-top: -6px;
}
@media (min-width: 1650px) {
  .partner-information-slider-banner .container.full-container {
    max-width: 80%;
  }
}
@media (max-width: 1199px) {
  .partner-information-slider-banner h1, .partner-information-slider-banner h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 1024px) {
  .partner-information-slider-banner {
    padding: 37px 0 40px;
  }
  .partner-information-slider-banner h1, .partner-information-slider-banner h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 991px) {
  .partner-information-slider-banner h1, .partner-information-slider-banner h2 {
    font-size: 24px !important;
  }
  .partner-information-slider-banner .content p {
    max-width: 100%;
  }
}

.partner-information-slider-main {
  position: relative;
}
.partner-information-slider-main .partner-logos-slider {
  padding-bottom: 94px !important;
}
.partner-information-slider-main .partner-logos-slider.partner-logos-slider-wp {
  /*padding-bottom: 0px !important;*/
  min-height: 146px;
}
.partner-information-slider-main .partner-logos-slider.partner-logos-slider-wp .slick-slider {
  padding-bottom: 0px !important;
}
.partner-information-slider-main .partner-logos-slider .slick-slide {
  text-align: center;
}
.partner-information-slider-main .partner-logos-slider .slick-slide img {
  display: inline-block;
}
.partner-information-slider-main .partner-logos-slider .slick-slider {
  padding-bottom: 54px !important;
}
.partner-information-slider-main .partner-logos-slider img {
  margin: 0 auto;
}
.partner-information-slider-main .customer-details {
  border-top: 0.5px solid #000000;
  padding: 21px 0;
}
.partner-information-slider-main .customer-details .details h2 {
  margin-bottom: 3px;
  font-size: 40px;
}
.partner-information-slider-main .customer-details .details h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #373737;
  text-transform: uppercase;
}
.partner-information-slider-main .customer-details .details ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.partner-information-slider-main .customer-details.customer-info .row, .partner-information-slider-main .customer-details.training-details .row {
  justify-content: center;
}
.partner-information-slider-main .customer-details.customer-info .row .col-md-3, .partner-information-slider-main .customer-details.training-details .row .col-md-3 {
  width: auto;
}
.partner-information-slider-main .customer-details.training-details .details h6 {
  font-weight: 700;
  font-size: 14px;
}
.partner-information-slider-main .slider-arrow-style {
  margin-bottom: 22px;
  position: absolute;
  width: 100%;
  top: 140px;
  z-index: 9;
}
.partner-information-slider-main .slider__counter {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: auto;
  top: 135px;
  /*bottom: -19px;*/
}
.partner-information-slider-main.partner-information-slider-main-wp .slider-arrow-style.slider-arrow-style-counter .slider__counter {
  top: auto;
}
.partner-information-slider-main.partner-information-slider-main-wp .slider-arrow-style.slider-arrow-style-counter {
  margin-bottom: 22px;
  position: absolute;
  width: 100%;
  top: 60px;
  z-index: 9;
}
@media (max-width: 991px) {
  .partner-information-slider-main {
    margin-top: 56px;
  }
  .partner-information-slider-main .details {
    margin: 2px auto 39px;
  }
  .partner-information-slider-main .customer-details.customer-info .row [class*=col-]:nth-last-child(-n+2) .details {
    margin-bottom: 0;
  }
  .partner-information-slider-main .customer-details.training-details {
    padding: 21px 39px;
  }
  .partner-information-slider-main .customer-details.training-details ul li {
    font-size: 16px;
  }
  .partner-information-slider-main .customer-details.training-details .row [class*=col-]:nth-last-child(-n+2) .details {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .partner-information-slider-main .customer-details.training-details {
    padding: 21px 29px;
  }
  .partner-information-slider-main .partner-logos-slider {
    padding-bottom: 64px !important;
  }
  .partner-information-slider-main .partner-logos-slider .slick-slider {
    padding-bottom: 64px !important;
  }
  .partner-information-slider-main .slider-arrow-style {
    top: 100px;
  }
  .partner-information-slider-main .slider__counter {
    top: 100px;
  }
  .partner-information-slider-main.partner-information-slider-main-wp .slider-arrow-style.slider-arrow-style-counter .slider__counter {
    top: 0px;
  }
  .partner-information-slider-main.partner-information-slider-main-wp .slider-arrow-style.slider-arrow-style-counter {
    top: 30px;
  }
}

.slider-arrow-style .slick-arrow {
  border: none;
  background-color: transparent;
  text-indent: -120px;
  overflow: hidden;
  outline: none;
}
.slider-arrow-style .slick-arrow:after, .slider-arrow-style .slick-arrow:before {
  content: "";
  max-width: 7px;
  width: 100%;
  min-height: 13px;
  border-radius: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
}
.slider-arrow-style .slick-prev:before {
  content: "";
  background-image: url(../images/arrowleft.svg);
  left: 0;
}
.slider-arrow-style .slick-next:after {
  content: "";
  background-image: url(../images/arrowright.svg);
}

.slider-arrow-style2 .slick-arrow, .navigation-cards-arrows .slick-arrow, .leadership-arrow-style .slick-arrow, .data-cards-arrows .slick-arrow, .three-column-information-arrow .slick-arrow,
.three-column-information-arrow2 .slick-arrow, .slider-arrow-card-slider2 .slick-arrow, .integration-arrow-style .slick-arrow {
  border: none;
  background-color: transparent;
  text-indent: -120px;
  overflow: hidden;
  outline: none;
}
.slider-arrow-style2 .slick-arrow:after, .slider-arrow-style2 .slick-arrow:before, .navigation-cards-arrows .slick-arrow:after, .navigation-cards-arrows .slick-arrow:before, .leadership-arrow-style .slick-arrow:after, .leadership-arrow-style .slick-arrow:before, .data-cards-arrows .slick-arrow:after, .data-cards-arrows .slick-arrow:before, .three-column-information-arrow .slick-arrow:after, .three-column-information-arrow .slick-arrow:before,
.three-column-information-arrow2 .slick-arrow:after,
.three-column-information-arrow2 .slick-arrow:before, .slider-arrow-card-slider2 .slick-arrow:after, .slider-arrow-card-slider2 .slick-arrow:before, .integration-arrow-style .slick-arrow:after, .integration-arrow-style .slick-arrow:before {
  content: "";
  max-width: 31px;
  width: 100%;
  min-height: 31px;
  border-radius: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
}
.slider-arrow-style2 .slick-prev:before, .navigation-cards-arrows .slick-prev:before, .leadership-arrow-style .slick-prev:before, .data-cards-arrows .slick-prev:before, .three-column-information-arrow .slick-prev:before,
.three-column-information-arrow2 .slick-prev:before, .slider-arrow-card-slider2 .slick-prev:before, .integration-arrow-style .slick-prev:before {
  content: "";
  background-image: url(../images/arrowleft1.svg);
  left: 0;
}
.slider-arrow-style2 .slick-next:after, .navigation-cards-arrows .slick-next:after, .leadership-arrow-style .slick-next:after, .data-cards-arrows .slick-next:after, .three-column-information-arrow .slick-next:after,
.three-column-information-arrow2 .slick-next:after, .slider-arrow-card-slider2 .slick-next:after, .integration-arrow-style .slick-next:after {
  content: "";
  background-image: url(../images/arrowright2.svg);
}
@media (max-width: 991px) {
  .slider-arrow-style2, .navigation-cards-arrows, .leadership-arrow-style, .data-cards-arrows, .three-column-information-arrow,
  .three-column-information-arrow2, .slider-arrow-card-slider2, .integration-arrow-style {
    margin-top: 18px;
    position: relative;
  }
  .slider-arrow-style2 .slick-arrow:after, .slider-arrow-style2 .slick-arrow:before, .navigation-cards-arrows .slick-arrow:after, .navigation-cards-arrows .slick-arrow:before, .leadership-arrow-style .slick-arrow:after, .leadership-arrow-style .slick-arrow:before, .data-cards-arrows .slick-arrow:after, .data-cards-arrows .slick-arrow:before, .three-column-information-arrow .slick-arrow:after, .three-column-information-arrow .slick-arrow:before,
  .three-column-information-arrow2 .slick-arrow:after,
  .three-column-information-arrow2 .slick-arrow:before, .slider-arrow-card-slider2 .slick-arrow:after, .slider-arrow-card-slider2 .slick-arrow:before, .integration-arrow-style .slick-arrow:after, .integration-arrow-style .slick-arrow:before {
    max-width: 18px;
    min-height: 18px;
  }
  .slider-arrow-style2 .slick-prev:before, .navigation-cards-arrows .slick-prev:before, .leadership-arrow-style .slick-prev:before, .data-cards-arrows .slick-prev:before, .three-column-information-arrow .slick-prev:before,
  .three-column-information-arrow2 .slick-prev:before, .slider-arrow-card-slider2 .slick-prev:before, .integration-arrow-style .slick-prev:before {
    left: 8px;
  }
  .slider-arrow-style2 .slick-next:after, .navigation-cards-arrows .slick-next:after, .leadership-arrow-style .slick-next:after, .data-cards-arrows .slick-next:after, .three-column-information-arrow .slick-next:after,
  .three-column-information-arrow2 .slick-next:after, .slider-arrow-card-slider2 .slick-next:after, .integration-arrow-style .slick-next:after {
    right: 8px;
  }
}

.integration-arrow-style, .slider-arrow-card-slider2, .navigation-cards-arrows, .three-column-information-arrow2, .slider-arrow-style2,
.leadership-arrow-style {
  max-width: 976px;
  width: 100%;
  margin: 53px auto 0;
  position: relative;
  display: flex;
  align-items: center;
}
.integration-arrow-style ul, .slider-arrow-card-slider2 ul, .navigation-cards-arrows ul, .three-column-information-arrow2 ul, .slider-arrow-style2 ul,
.leadership-arrow-style ul {
  max-width: 88%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  justify-content: space-between;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
}
.integration-arrow-style ul li, .slider-arrow-card-slider2 ul li, .navigation-cards-arrows ul li, .three-column-information-arrow2 ul li, .slider-arrow-style2 ul li,
.leadership-arrow-style ul li {
  width: 100%;
  line-height: 0;
}
.integration-arrow-style ul li button, .slider-arrow-card-slider2 ul li button, .navigation-cards-arrows ul li button, .three-column-information-arrow2 ul li button, .slider-arrow-style2 ul li button,
.leadership-arrow-style ul li button {
  width: 100%;
  border-radius: 0;
  height: 1px;
  margin: 0;
  border-color: #C1C1C1;
  background-color: transparent;
  border-right: 0;
  text-indent: -550px;
  overflow: hidden;
  padding: 0;
  border-width: 1px;
}
.integration-arrow-style ul li.slick-active button, .slider-arrow-card-slider2 ul li.slick-active button, .navigation-cards-arrows ul li.slick-active button, .three-column-information-arrow2 ul li.slick-active button, .slider-arrow-style2 ul li.slick-active button,
.leadership-arrow-style ul li.slick-active button {
  background-color: #FA5A25;
  padding: 2px;
  border: none;
}
@media (max-width: 767px) {
  .integration-arrow-style ul, .slider-arrow-card-slider2 ul, .navigation-cards-arrows ul, .three-column-information-arrow2 ul, .slider-arrow-style2 ul,
  .leadership-arrow-style ul {
    max-width: 74%;
  }
}

.download-view {
  min-height: 144px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-view .block-quote-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-view .block-quote-inner blockquote {
  margin-bottom: 0;
  padding-right: 66px;
}
.download-view.text-center-section1 {
  min-height: 104px;
}
.download-view.text-center-section1 blockquote {
  padding-right: 0;
}
@media (max-width: 767px) {
  .download-view {
    min-height: 192px;
    padding-left: 0;
    padding-right: 0;
  }
  .download-view .block-quote-inner {
    display: block;
    padding: 0px 10px;
  }
  .download-view .block-quote-inner blockquote {
    padding-right: 0;
  }
  .download-view .block-quote-inner .btn {
    max-width: 161px;
    margin-top: 23px;
  }
  .download-view.text-center-section1 {
    min-height: 150px;
  }
}

.impact-card {
  background-color: #F7F5F4;
  padding: 62px 0 87px;
}
.impact-card .container {
  max-width: 1125px;
  width: 100%;
}
.impact-card .section-title {
  margin-bottom: 55px;
}
.impact-card .company-stats-slider .image {
  width: 100% !important;
  max-width: 253px;
  padding: 0;
}
.impact-card .company-stats-slider .image .card .card-body h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  color: #373737;
  min-height: 32px;
}
.impact-card .slate-d-bg2 h2, .impact-card .slate-d-bg2 p {
  color: #ffffff;
}
@media (min-width: 1650px) {
  .impact-card .container {
    max-width: 80%;
  }
  .impact-card .company-stats-slider .image {
    width: 100% !important;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .impact-card .company-stats-slider .image .card .card-body h4 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .impact-card {
    padding: 51px 0 40px;
  }
  .impact-card .container {
    padding: 0 22px;
  }
  .impact-card .section-title {
    margin-bottom: 19px;
  }
  .impact-card .company-stats-slider .image {
    max-width: 100%;
    margin-bottom: 26px;
  }
  .impact-card .company-stats-slider .image .card {
    min-height: 247px;
  }
  .impact-card .company-stats-slider .image .card .card-body h4 {
    margin-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .impact-card {
    /*.company-stats-slider {
        .image {
            max-width: 100%;
            margin: 0 auto 24px;
            .card {
                min-height: 247px;
                .card-body {
                    h4 {
                        margin-bottom: 21px;
                    }
                }
            }
        }
    }*/
  }
  .impact-card .container {
    padding: 0 22px;
  }
  .impact-card .section-title {
    margin-bottom: 19px;
  }
}

.slate-d-bg2 {
  background-color: #6D758D;
}
.slate-d-bg2 h4 {
  color: #ffffff !important;
}

.white-bg .card-title {
  color: #FA5A25;
}
.white-bg .btn {
  background-color: #373737;
  color: #ffffff;
}

.title-content .content {
  max-width: 582px;
  width: 100%;
}

.card-slider-section {
  padding: 61px 0 50px;
}
.card-slider-section .container {
  max-width: 1107px;
}
.card-slider-section .container-fluid {
  padding-left: 132px;
}
.card-slider-section .full-container {
  max-width: 97%;
  padding-left: 178px;
  margin-left: 0;
  padding-right: 0;
}
.card-slider-section .slick-slide {
  margin-right: 48px;
}
.card-slider-section .card {
  background-color: #F7F5F4;
  border-radius: 16px;
  border: none;
  padding: 34px 25px 24px 27px;
  /*max-width: 423px;*/
  max-width: 423px;
  width: 100% !important;
  /*margin-right: 48px;*/
  margin: 0 24px;
  text-align: left;
  /*min-height: 421px;*/
  min-height: 451px;
  display: flex !important;
  align-items: stretch !important;
}
.card-slider-section .card h5 {
  font-weight: 500;
  line-height: 1.42;
  color: #181818;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.card-slider-section .card.slick-active {
  margin-left: 0;
}
.card-slider-section .image {
  text-align: center;
  margin-bottom: 40px;
}
.card-slider-section .image img {
  display: inline-block;
}
.card-slider-section .title-content {
  margin-bottom: 73px;
}
.card-slider-section .slider-arrow-style2, .card-slider-section .slider-arrow-card-slider2 {
  max-width: 976px;
  /*max-width: 1056px;*/
  width: 100%;
  margin-left: 0 !important;
  margin: 53px auto 0;
  position: relative;
}
.card-slider-section .card-slider .slick-track, .card-slider-section .card-slider3 .slick-track {
  display: flex !important;
}
.card-slider-section.financial-industry-slider-section .title-content h3 {
  text-transform: uppercase;
}
.card-slider-section.financial-industry-slider-section.open .view-more-btn .btn {
  position: relative;
  max-width: 111px;
  min-height: 34px;
  width: 100%;
  font-size: 0;
}
.card-slider-section.financial-industry-slider-section.open .view-more-btn .btn:before {
  content: "View Less";
  font-weight: 500;
  line-height: 1.27;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  font-size: 14px;
}
.card-slider-section.technical-slider .container {
  margin-left: 95px;
}
.card-slider-section.technical-slider .container .title-content .content .btn {
  max-width: 228px;
}
.card-slider-section.technical-slider .container .slider-arrow-style2, .card-slider-section.technical-slider .container .slider-arrow-card-slider2 {
  margin-left: 50px !important;
}
.card-slider-section.technicalslider-hero-text-wp {
  margin-bottom: 0;
  padding-bottom: 0;
}
.card-slider-section.technicalslider-wp {
  padding-top: 0;
}
.card-slider-section.technicalslider-wp .slick-list {
  padding-right: 0;
}
.card-slider-section.technicalslider-wp .slick-track {
  padding-right: 254px;
}
.card-slider-section.technicalslider-wp .slick-active.slick-current {
  margin-left: 37px;
}
@media (min-width: 1850px) {
  .card-slider-section .container {
    max-width: 80% !important;
  }
}
@media (min-width: 1650px) {
  .card-slider-section .full-container {
    max-width: 100% !important;
    margin-left: 359px;
    padding-right: 0;
  }
  .card-slider-section .card.slick-active {
    margin-left: 40px;
  }
  .card-slider-section .slider-arrow-style2, .card-slider-section .slider-arrow-card-slider2 {
    max-width: 80% !important;
  }
  .card-slider-section .full-container {
    max-width: 100%;
    margin-left: 0;
    padding-left: 169px;
  }
  .card-slider-section .container {
    max-width: 76%;
  }
}
@media (min-width: 1600px) {
  .card-slider-section .slider-arrow-style2, .card-slider-section .slider-arrow-card-slider2 {
    max-width: 1095px;
    margin-left: 100px !important;
  }
  .card-slider-section .slider-arrow-style2, .card-slider-section .slider-arrow-card-slider2 {
    /*max-width: 976px;*/
    max-width: 1056px;
  }
}
@media (min-width: 1550px) {
  .card-slider-section.technicalslider-wp .slick-active.slick-current {
    margin-left: 67px;
  }
}
@media (max-width: 1366px) {
  .card-slider-section.technical-slider .container {
    margin-left: 30px;
  }
  .card-slider-section.technical-slider .container-fluid {
    padding-left: 48px;
  }
  .card-slider-section .full-container {
    padding-left: 138px;
  }
}
@media (max-width: 1280px) {
  .card-slider-section .full-container {
    padding-left: 106px;
  }
}
@media (max-width: 1199px) {
  .card-slider-section .full-container {
    padding-left: 56px;
  }
}
@media (max-width: 1024px) {
  .card-slider-section {
    /*max-width: 765px;*/
    max-width: 100%;
    padding: 45px;
  }
  .card-slider-section .full-container {
    max-width: 100%;
    margin-left: 0;
    padding-right: 20px;
  }
  .card-slider-section .card {
    margin-right: 15px;
  }
  .card-slider-section .slick-slide {
    margin-right: 15px;
  }
  .card-slider-section.technical-slider .container {
    margin-left: 0px;
  }
  .card-slider-section.technical-slider .container-fluid {
    padding-left: 15px;
  }
  .card-slider-section .slider-arrow-style2, .card-slider-section .slider-arrow-card-slider2 {
    max-width: 766px;
  }
  .card-slider-section .full-container {
    padding-left: 20px;
  }
  .card-slider-section.financial-industry-slider-section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .card-slider-section {
    padding: 46px 0 50px;
  }
  .card-slider-section .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .card-slider-section.technicalslider-hero-text-wp {
    padding-top: 46px;
  }
  .card-slider-section.technicalslider-wp {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .card-slider-section .slider-arrow-card-slider2 {
    display: none;
  }
  .card-slider-section .title-content {
    margin-bottom: 20px;
  }
  .card-slider-section .card {
    margin: 0 auto 24px;
    min-height: 279px;
    display: none !important;
  }
  .card-slider-section .card h5 {
    font-size: 14px;
    padding-right: 50px;
    position: relative;
    text-transform: uppercase;
  }
  .card-slider-section .card h5:after {
    content: "";
    right: 0;
    background-image: url(../images/plus-expand.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 35px;
    height: 34px;
    top: -2px;
    cursor: pointer;
  }
  .card-slider-section .card p {
    display: none;
  }
  .card-slider-section .card.open p {
    display: block;
  }
  .card-slider-section .card.open h5:after {
    background-image: url(../images/minus-expand.svg);
  }
  .card-slider-section .card:nth-child(1), .card-slider-section .card:nth-child(2), .card-slider-section .card:nth-child(3), .card-slider-section .card:nth-child(4) {
    display: flex !important;
  }
  .card-slider-section .card-slider3.open .card {
    display: block !important;
  }
  .card-slider-section .view-more-btn {
    margin-top: 27px;
  }
  .card-slider-section.technical-slider .card {
    display: block;
    min-height: 328px;
  }
  .card-slider-section.hover_cards_slider .card h5:after {
    display: none;
  }
  .card-slider-section.financial-industry-slider-section .section-title {
    margin-bottom: 17px;
  }
  .card-slider-section.financial-industry-slider-section .title-content h3 {
    font-size: 18px;
    font-weight: 400;
    max-width: 195px;
    margin-bottom: 20px;
  }
  .card-slider-section.financial-industry-slider-section.open .card-slider3 .card {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .main-content .card-slider-section.financial-industry-slider-section.open .view-more-btn .btn:before {
    display: none;
  }
}

.image-text-with-2-columns .image {
  max-width: 100%;
  height: 100%;
}
.image-text-with-2-columns .image img {
  display: none;
}
.image-text-with-2-columns .content {
  max-width: 642px;
  height: 100%;
  margin-left: 111px;
  padding-top: 72px;
  padding-bottom: 38px;
}
.image-text-with-2-columns .content h2 {
  margin-bottom: 22px;
}
.image-text-with-2-columns .content p {
  margin-bottom: 48px;
}
.image-text-with-2-columns .row [class*=col-] {
  padding: 0;
}
.image-text-with-2-columns .row [class*=col-]:first-child {
  width: 34.833333%;
}
.image-text-with-2-columns .row [class*=col-]:last-child {
  width: 65%;
}
.image-text-with-2-columns .column-2 h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.42;
  text-transform: uppercase;
  color: #6D758D;
  margin-bottom: 11px;
  min-height: 51px;
  display: flex;
  align-items: flex-end;
}
.image-text-with-2-columns .column-2 .column {
  max-width: 310px;
  width: 100%;
  margin-right: 37px;
}
.image-text-with-2-columns .column-2 .column:last-child {
  margin-right: 0;
}
@media (min-width: 1550px) {
  .image-text-with-2-columns .content {
    max-width: 80%;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .image-text-with-2-columns .content {
    margin: 0 auto;
  }
  .image-text-with-2-columns .content p {
    font-size: 16px;
  }
  .image-text-with-2-columns .column-2 h5 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .image-text-with-2-columns .row [class*=col-]:first-child, .image-text-with-2-columns .row [class*=col-]:last-child {
    width: 100%;
  }
  .image-text-with-2-columns .content {
    padding-top: 43px;
    padding-bottom: 28px;
  }
  .image-text-with-2-columns .content p {
    margin-bottom: 23px;
    font-size: 14px;
  }
  .image-text-with-2-columns .content .column-2 h5 {
    font-size: 14px;
  }
  .image-text-with-2-columns .image {
    background-image: none !important;
    min-height: auto;
    height: inherit;
  }
  .image-text-with-2-columns .image img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .image-text-with-2-columns .content {
    max-width: 100%;
    padding-left: 33px;
    padding-right: 33px;
  }
  .image-text-with-2-columns .content > .column-2 {
    display: block !important;
    margin-top: 26px;
  }
  .image-text-with-2-columns .content > .column-2 .column {
    max-width: 100%;
  }
  .image-text-with-2-columns .content > .column-2 .column h5 {
    margin-bottom: 8px;
  }
  .image-text-with-2-columns .content > .column-2 h5 {
    min-height: auto;
  }
}

.case-studies {
  padding-top: 108px;
  padding-bottom: 84px;
  position: relative;
}
.case-studies .container {
  max-width: 975px;
  position: relative;
}
.case-studies .heading {
  margin-bottom: 52px;
}
.case-studies .heading h2 {
  color: #373737;
}
.case-studies .btn {
  max-width: 124px;
  width: 100%;
  justify-content: center;
}
.case-studies .btn:hover, .case-studies .btn:focus {
  color: #ffffff;
  background-color: #373737;
  border-color: #373737;
}
.case-studies .case-studies-img img {
  max-width: 100%;
}
.case-studies .case-studies-slider {
  max-width: 674px;
  width: 100%;
  margin: 0 auto;
}
.case-studies .case-studies-slider .case-studies-details {
  max-width: 446px;
  width: 100%;
  margin-left: auto;
}
.case-studies .case-studies-slider .case-studies-details h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
}
.case-studies .case-studies-slider .case-studies-details p {
  margin-bottom: 29px;
}
.case-studies .case-studies-slider .slider-arrow-card-slider2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.case-studies .case-studies-slider .slick-slide {
  display: flex;
}
.case-studies .case-studies-slider.case-studies-slider-wp {
  margin-bottom: 38px;
}
.case-studies .case-studies-slider.case-studies-slider-wp .slick-slider .slick-list .slick-track {
  display: flex;
}
.case-studies .case-studies-slider.case-studies-slider-wp .slick-slider .slick-slide {
  justify-content: center;
}
.case-studies .case-studies-slider.case-studies-slider-wp .slick-slider .slick-slide .row {
  display: flex !important;
  margin: 0 auto;
  justify-content: center;
}
.case-studies .slider-arrow-style2 {
  margin-top: 38px;
  position: relative;
}
.case-studies .slider-arrow-card-slider2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.case-studies .counter .slider__counter {
  color: #373737;
  font-weight: 400;
  font-size: 14px;
  line-height: 127%;
}
.case-studies .slider__counter {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #373737;
  margin-top: 15px;
}
.case-studies.case-studieswp .slider__counter {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (max-width: 1024px) {
  .case-studies {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .case-studies {
    padding-top: 40px;
    padding-bottom: 31px;
  }
  .case-studies .heading {
    margin-bottom: 25px;
  }
  .case-studies .row [class*=col-] {
    width: 100%;
  }
  .case-studies .case-studies-img {
    margin-bottom: 18px;
  }
  .case-studies .case-studies-img img {
    margin: 0 auto;
  }
  .case-studies .case-studies-slider .case-studies-details {
    margin: 0 auto;
    text-align: center;
  }
  .case-studies .case-studies-slider .case-studies-details h4 {
    font-size: 16px;
  }
  .case-studies .case-studies-slider .case-studies-details p {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .case-studies .btn {
    margin: 0 auto;
    justify-content: center;
  }
  .case-studies .slider-arrow-style2 {
    margin-top: 32px;
  }
  .case-studies .counter {
    margin-top: 6px;
  }
  .case-studies .slider__counter {
    bottom: -75px;
  }
}

.partners-logos {
  padding: 119px 0 91px;
}
.partners-logos .btn {
  max-width: 134px;
  width: 100%;
  min-height: 36px;
}
.partners-logos .container {
  max-width: 1166px;
}
.partners-logos .content {
  max-width: 504px;
  width: 100%;
}
.partners-logos .content .heading {
  margin-bottom: 14px;
}
.partners-logos .content p {
  max-width: 434px;
  width: 100%;
  margin-bottom: 22px;
}
.partners-logos .icon {
  text-align: center;
}
@media (min-width: 1650px) {
  .partners-logos .container {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .partners-logos {
    padding: 41px 11px 36px;
  }
  .partners-logos .content {
    max-width: 100%;
    margin-bottom: 23px;
  }
  .partners-logos .content p {
    max-width: 100%;
  }
  .partners-logos .icon {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .partners-logos .icon img {
    /*max-width: 60px;*/
    max-width: 100%;
  }
  .partners-logos .partners-images .row [class*=col-] {
    width: 50%;
  }
}
@media (max-width: 490px) {
  .partners-logos .partners-images .row [class*=col-] {
    width: 50%;
  }
}

.faq {
  padding: 91px 0 88px;
}
.faq .container {
  max-width: 897px;
}
.faq .heading {
  margin-bottom: 97px;
}
.faq .que-ans {
  border-bottom: 1px solid #373737;
  margin-bottom: 35px;
  padding-bottom: 25px;
}
.faq .count-question .count {
  max-width: 87px;
  width: 100%;
  margin-right: 24px;
}
.faq .count-question .question {
  max-width: 263px;
}
.faq .answer {
  max-width: 419px;
  width: 100%;
  margin-left: auto;
}
.faq .answer p a {
  color: #6D758D;
  text-transform: capitalize;
  border-bottom: 1px solid #6D758D;
}
.faq .answer p .orange-text-link {
  color: #FA5A25;
  font-weight: 700;
  border-bottom: 1px solid #FA5A25;
  text-transform: lowercase;
}
.faq .contact-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.faq .read-more {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.27;
  color: #373737;
  text-transform: uppercase;
  position: relative;
  padding-right: 42px;
  min-height: 34px;
  opacity: 0;
  pointer-events: none;
  padding-right: 122px;
  min-height: 23px;
  display: none;
}
.faq .read-more:before {
  content: "Read More";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.27;
  color: #373737;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 2px;
}
.faq .read-more:after {
  content: "";
  right: 10px;
  top: -1px;
  background-image: url(../images/plus-expand.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
}
.faq.faq-new-section .answer {
  margin-left: 111px;
  max-width: 533px;
}
.faq.faq-new-section .question {
  max-width: 100%;
}
.faq.faq-new-section .question h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
}
@media (min-width: 1650px) {
  .faq .container {
    max-width: 70%;
  }
}
@media (max-width: 991px) {
  .faq {
    padding: 44px 0 46px;
  }
  .faq .container {
    max-width: 100%;
    padding: 0 22px;
  }
  .faq .que-ans {
    padding-bottom: 14px;
  }
  .faq .heading {
    margin-bottom: 36px;
  }
  .faq .answer {
    max-width: 100%;
    margin-left: 0;
  }
  .faq .answer p {
    font-size: 12px;
  }
  .faq .count-question {
    width: 100%;
    position: relative;
    padding-right: 30px;
    margin-bottom: 26px;
  }
  .faq .count-question .question h5 {
    font-size: 14px;
  }
  .faq .count-question .count {
    position: absolute;
    right: 0;
    margin-right: 0;
    text-align: right;
  }
  .faq .count-question .count h5 {
    font-size: 14px;
  }
  .faq .contact-btn {
    justify-content: space-between;
  }
  .faq .read-more {
    opacity: 1;
    pointer-events: auto;
    display: inline-block;
  }
  .faq .faq-que-ans .que-ans {
    display: none;
  }
  .faq .faq-que-ans .que-ans:nth-child(1), .faq .faq-que-ans .que-ans:nth-child(2), .faq .faq-que-ans .que-ans:nth-child(3) {
    display: block;
  }
  .faq.open .faq-que-ans .que-ans {
    display: block;
  }
  .faq.open .read-more:after {
    background-image: url(../images/minus-expand.svg);
  }
  .faq.open .read-more:before {
    content: "Read Less";
    font-weight: 500;
    line-height: 1.27;
    color: #373737;
    text-transform: uppercase;
    position: absolute;
    left: 0;
  }
  .faq.faq-new-section .answer {
    margin-left: 0;
  }
  .faq.faq-new-section .contact-btn {
    justify-content: end;
  }
  .faq.faq-new-section .que-ans {
    display: block;
  }
}

.contact-btn .btn {
  max-width: 129px;
  width: 100%;
  min-height: 36px;
}

/*financial-industry page end*/
/*financial-industry page start*/
.dark-bg-charcoal {
  background-color: #373737;
}

.bg-slate {
  background-color: #6D758D;
  color: #ffffff;
}

.report-highlights {
  padding-top: 27px;
  padding-bottom: 96px;
}
.report-highlights .container {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
.report-highlights .sub-heading {
  margin-bottom: 30px;
  padding-left: 30px;
}
.report-highlights .sub-heading h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  color: #ffffff;
}
@media (max-width: 991px) {
  .report-highlights {
    padding-top: 0;
    padding-bottom: 53px;
  }
  .report-highlights .sub-heading {
    padding-left: 0;
  }
  .report-highlights .sub-heading h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .report-highlights {
    position: relative;
  }
  .report-highlights .report-slider-main .slider-arrow-style {
    top: -57px !important;
    left: auto;
    right: 1px !important;
    transform: inherit !important;
    max-width: 80px;
    width: 100%;
  }
}

.analyst-report-hero {
  padding: 83px 0 44px;
}
.analyst-report-hero .container {
  max-width: 1341px;
  border-bottom: 1px solid #6D758D;
  padding-bottom: 43px;
}
.analyst-report-hero .content {
  max-width: 334px;
  width: 100%;
}
.analyst-report-hero .content p {
  color: #ffffff;
}
.analyst-report-hero h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.31;
  color: #ffffff;
}
.analyst-report-hero ul li {
  padding: 0 35px;
}
.analyst-report-hero ul li:last-child {
  padding-right: 0;
}
@media (max-width: 1199px) {
  .analyst-report-hero h1 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .analyst-report-hero {
    padding: 33px 0 30px;
  }
  .analyst-report-hero h1 {
    font-size: 24px;
  }
  .analyst-report-hero .content {
    margin-bottom: 39px;
  }
  .analyst-report-hero .container {
    width: 90%;
    padding: 0 0;
  }
  .analyst-report-hero ul li {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .analyst-report-hero .analyst-report-icons {
    min-height: 100px;
  }
  .analyst-report-hero ul {
    display: block !important;
  }
  .analyst-report-hero ul li {
    text-align: center;
    padding: 0 0;
  }
  .analyst-report-hero ul li img {
    max-width: 78px;
    width: 100%;
    margin: 0 auto;
  }
}

.report-slider .highlight-cards .card {
  max-width: 350px;
  width: 100%;
  min-height: 441px;
  border-radius: 16px;
  margin: 0 auto;
}
.report-slider .highlight-cards .card h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.27;
  text-transform: uppercase;
  color: #373737;
  margin-bottom: 69px;
}
.report-slider .highlight-cards .card h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.42;
  color: #181818;
  margin-bottom: 11px;
}
.report-slider .highlight-cards .card .card-body {
  padding: 32px 32px;
  position: relative;
  padding-bottom: 64px;
}
.report-slider .highlight-cards .card .card-body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.27;
  color: #373737;
  margin-bottom: 50px;
}
.report-slider .highlight-cards .card .card-body a {
  padding: 0;
  padding-right: 20px;
  position: absolute;
  bottom: 44px;
}
@media (max-width: 1199px) {
  .report-slider .highlight-cards .card {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .report-slider .highlight-cards .card {
    min-height: 381px;
  }
  .report-slider .highlight-cards .card .card-body {
    padding-bottom: 22px;
  }
  .report-slider .highlight-cards .card .card-body p {
    margin-bottom: 34px;
  }
  .report-slider .highlight-cards .card .card-body .tertiary-cta {
    position: relative;
    bottom: inherit;
    padding-left: 0;
  }
  .report-slider .highlight-cards .card h5 {
    font-size: 14px;
    text-transform: uppercase;
  }
  .report-slider .highlight-cards .card h6 {
    margin-bottom: 45px;
  }
}

.report-slider-main {
  max-width: 1255px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.report-slider-main .slider-arrow-style {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.report-slider-main .slider-arrow-style .slick-arrow:after, .report-slider-main .slider-arrow-style .slick-arrow:before {
  max-width: 32px;
  min-height: 32px;
}
.report-slider-main .slider-arrow-style .slick-prev:before {
  background-image: url(../images/arrowleft1-white.svg);
}
.report-slider-main .slider-arrow-style .slick-next:after {
  background-image: url(../images/arrowright2-white.svg);
}
.report-slider-main .report-highlight-slider {
  max-width: 1105px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .report-slider-main {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .report-slider-main {
    padding: 0 0px;
  }
  .report-slider-main .report-highlight-slider .highlight-cards {
    margin: 0 5px;
  }
}

.report-cards {
  padding: 80px 0 40px;
}
.report-cards .count {
  max-height: 277px;
  overflow: hidden;
}
.report-cards .count h6 {
  color: #373737;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.27;
  text-transform: uppercase;
  margin-bottom: 78px;
}
.report-cards .card {
  padding: 37.5px 20px 19px 50px;
  min-height: 344px;
  margin-bottom: 40px;
}
.report-cards .card.slate-d-bg2 .count * {
  color: #ffffff;
}
.report-cards .card.slate-d-bg2 .btn {
  color: #6D758D;
  border-color: #ffffff;
}
.report-cards .card.slate-d-bg2 .btn:hover {
  color: #ffffff;
  background-color: transparent;
}
.report-cards .card.slate-d-bg2 .content h6, .report-cards .card.slate-d-bg2 .content p {
  color: #ffffff;
}
.report-cards .card.charcoal-bg .count * {
  color: #ffffff;
}
.report-cards .card.charcoal-bg .count h5 {
  color: #6D758D;
}
.report-cards .card.charcoal-bg .content h6, .report-cards .card.charcoal-bg .content p {
  color: #ffffff;
}
.report-cards .card.charcoal-bg .read-more:before {
  color: #ffffff;
}
.report-cards .star-content h6 {
  color: #373737;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.27;
  text-transform: uppercase;
  display: none;
}
.report-cards .content {
  max-width: 100%;
}
.report-cards .content ul {
  margin-bottom: 80px;
}
.report-cards .content p {
  max-width: 422px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.report-cards .content .btn {
  position: absolute;
  bottom: 32px;
  max-width: 177px;
  width: 100%;
  min-height: 36px;
  right: 36px;
  min-width: auto;
}
@media (max-width: 1366px) {
  .report-cards .card .count {
    max-height: 267px;
  }
  .report-cards .card .count h5 {
    font-size: 285px;
  }
}
@media (max-width: 1024px) {
  .report-cards .content p {
    max-width: 350px;
  }
  .report-cards .count {
    max-height: 218px;
  }
}
@media (max-width: 991px) {
  .report-cards .card .count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-height: 66px;
    padding-top: 19px;
    overflow: hidden;
  }
  .report-cards .card .count h5 {
    font-size: 100px;
    font-weight: 400;
  }
  .report-cards .card .count h6 {
    font-size: 12px;
    padding-top: 19px;
  }
  .report-cards .card.open {
    padding-bottom: 18px;
  }
  .report-cards .card.open .count {
    overflow: hidden !important;
    margin-bottom: 12px;
  }
  .report-cards .content {
    margin-top: 14px;
  }
  .report-cards .content p {
    max-width: 100%;
    display: none;
  }
  .report-cards .content h6 {
    font-size: 18px;
    margin-bottom: 19px;
    text-transform: inherit;
    margin-bottom: 0;
    font-weight: 500;
  }
  .report-cards .content .btn {
    position: relative;
    bottom: inherit;
    right: inherit;
    display: none;
  }
  .report-cards .content.open h6 {
    margin-bottom: 14px;
  }
  .report-cards .content.open .read-more {
    bottom: 16px;
  }
  .report-cards .content.open .read-more:after {
    background-image: url(../images/minus-expand.svg);
  }
  .report-cards .content.open p, .report-cards .content.open .btn {
    display: block;
  }
  .report-cards .content.open p {
    margin-bottom: 9px;
  }
  .report-cards .content .read-more {
    position: absolute;
    right: 26px;
    bottom: 32px;
  }
  .report-cards .content .read-more:after {
    width: 33px;
    height: 33px;
  }
  .report-cards .row [class*=col-] {
    width: 100%;
  }
  .report-cards .card {
    padding: 36.5px 27px 37px;
    position: relative;
    min-height: inherit;
  }
  .report-cards .card .star-content {
    position: absolute;
    right: 25px;
    top: 70px;
  }
  .report-cards .card:last-child {
    margin-bottom: 0;
  }
  .report-cards .card.charcoal-bg .read-more:after, .report-cards .card.slate-d-bg2 .read-more:after {
    background-image: url(../images/plus-expand-white.svg);
  }
  .report-cards .card.charcoal-bg .content.open .read-more:after, .report-cards .card.slate-d-bg2 .content.open .read-more:after {
    background-image: url(../images/minus-expand-white.svg);
  }
}
@media (max-width: 767px) {
  .report-cards {
    padding: 40px 0 40px;
  }
}
@media (max-width: 320px) {
  .report-cards .card .count h6 {
    font-size: 11px;
  }
}

/*Financial-industry page end*/
/*Compliance page start*/
.compliance-section {
  background-color: #F6F5F4;
  padding: 122px 0 68px;
}
.compliance-section .heading {
  margin-left: 237px;
  margin-bottom: 62px;
}
.compliance-section .container {
  max-width: 1075px;
}
.compliance-section .flex-shrink-0 {
  max-width: 226px;
  width: 100%;
}
.compliance-section .compliance-logo-text {
  margin-bottom: 22px;
}
.compliance-section .compliance-logo-text p {
  margin-bottom: 24px;
}
@media (min-width: 1600px) {
  .compliance-section .container {
    max-width: 85%;
  }
}
@media (max-width: 1440px) {
  .compliance-section .container {
    max-width: 945px;
  }
}
@media (max-width: 1366px) {
  .compliance-section .container {
    max-width: 1020px;
  }
}
@media (max-width: 1024px) {
  .compliance-section .container {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .compliance-section {
    padding: 48px 0 42px;
  }
  .compliance-section .container {
    max-width: 100%;
  }
  .compliance-section .heading {
    margin-left: 0;
    margin-bottom: 33px;
  }
  .compliance-section .flex-shrink-0 {
    margin-bottom: 20px;
  }
  .compliance-section .compliance-logo-text {
    display: block !important;
    margin-bottom: 33px;
  }
  .compliance-section .compliance-logo-text p {
    margin-bottom: 18px;
  }
  .compliance-section .compliance-logo-text .flex-grow-1 {
    margin-left: 0 !important;
  }
  .compliance-section .compliance-logo-text h5 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 18px;
  }
}

.process-accordion {
  background-color: transparent !important;
  padding-left: 0 !important;
}
.process-accordion .content {
  background-color: #373737;
  padding-top: 69px;
  padding-bottom: 0;
  min-height: 651px;
}
.process-accordion .content .accordion-header {
  margin-bottom: 0;
}
.process-accordion .content .titlecontent-details {
  max-width: 513px;
  width: 100%;
  margin: 0 auto;
  margin-left: 116px;
}
.process-accordion .content .titlecontent-details .accordion-button {
  color: #ffffff;
  font-size: 24px;
  padding-left: 0;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 9px;
}
.process-accordion .content .titlecontent-details .accordion-button:before {
  display: none;
}
.process-accordion .content .titlecontent-details .accordion-button:after {
  top: 22px;
  font-weight: 400;
  background-image: url(../images/accordion-btn-white.svg);
}
.process-accordion .content .titlecontent-details .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
  top: 22px !important;
}
.process-accordion .content .titlecontent-details .accordion-body {
  padding-left: 0;
  padding-top: 0;
  color: #ffffff !important;
}
.process-accordion .content .titlecontent-details .accordion-body * {
  color: #ffffff;
}
.process-accordion .content .titlecontent-details .accordion-body ul li {
  color: #ffffff;
}
.process-accordion .content .titlecontent-details .accordion-body h5 {
  margin-top: 22px;
  margin-bottom: 20px;
}
.process-accordion .content .titlecontent-details .accordion-item {
  border-color: #797979;
}
.process-accordion h2 {
  color: #ffffff;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.31;
}
.process-accordion .image {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  min-height: 651px !important;
}
@media (max-width: 1366px) {
  .process-accordion .content .titlecontent-details {
    margin-left: 52px;
  }
}
@media (max-width: 1280px) {
  .process-accordion .content .titlecontent-details {
    margin-left: 0;
  }
  .process-accordion .content .titlecontent-details .accordion-button:not(.collapsed):after {
    top: 20px !important;
  }
}
@media (max-width: 1199px) {
  .process-accordion .content h2 {
    font-size: 30px;
  }
  .process-accordion .content .titlecontent-details .accordion-button {
    font-size: 18px;
  }
  .process-accordion h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .process-accordion .content {
    padding: 35px 20px 52px !important;
    margin-top: 0;
    margin-bottom: 0;
    min-height: inherit !important;
  }
  .process-accordion .content h2 {
    font-size: 24px;
  }
  .process-accordion .content .titlecontent-details {
    max-width: 100%;
  }
  .process-accordion .content .titlecontent-details .accordion-button {
    font-size: 18px;
  }
  .process-accordion .content .titlecontent-details .accordion-button:after {
    top: 17px;
  }
  .process-accordion .content .titlecontent-details .accordion-body {
    font-size: 12px;
  }
  .process-accordion .content .titlecontent-details .accordion-body ul {
    margin-bottom: 0;
    padding-left: 22px;
  }
  .process-accordion .content .titlecontent-details .accordion-body h5 {
    font-size: 14px;
  }
  .process-accordion .image {
    background-image: none !important;
    min-height: inherit !important;
  }
  .process-accordion .image img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .process-accordion .content .accordion-item .accordion-header {
    margin-bottom: 8px;
  }
  .process-accordion .content .accordion-item .accordion-header .accordion-button {
    padding-left: 0px !important;
    padding-right: 40px;
    padding-bottom: 0px;
  }
  .process-accordion .content .accordion-item .accordion-header .accordion-button:before {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.03;
    top: 20px;
  }
  .process-accordion .content .accordion-item .accordion-collapse .accordion-body {
    padding-left: 0px !important;
    padding-top: 0px;
    padding-bottom: 10px;
  }
}

.compliance2-page .get-started {
  margin-top: 0 !important;
}

.get-started-white {
  background-color: #F7F5F4;
  /*@media(min-width: 1650px){
      .container {
          max-width: 89%;
      }
  }*/
}
.get-started-white .container {
  max-width: 953px;
}
.get-started-white * {
  color: #373737;
}
.get-started-white .content {
  max-width: 469px;
  /*margin-left: auto;*/
  margin-left: 0;
}
.get-started-white .content .btn-primary {
  color: #ffffff;
}
.get-started-white .content .btn-secondary2 {
  border-color: #373737;
}
.get-started-white.get-started-whiteadark {
  background-color: #ffffff;
}
.get-started-white.get-started-whiteadark .content {
  max-width: 419px;
}
.get-started-white.get-started-whiteadark .container {
  max-width: 1130px;
}
@media (max-width: 767px) {
  .get-started-white .content {
    max-width: 100%;
  }
}

/*Compliance page end*/
/*Performance page start*/
.vs-of-data-main {
  padding: 83px 0 139px;
  overflow: hidden;
}
.vs-of-data-main .container {
  margin-left: 99px;
}
.vs-of-data-main .heading-text {
  max-width: 519px;
  width: 100%;
  margin-bottom: 76px;
}
.vs-of-data-main .heading-text .heading {
  margin-bottom: 20px;
}
.vs-of-data-main .vs-of-data {
  position: relative;
}
.vs-of-data-main .vs-of-data .container {
  max-width: 100%;
}
.vs-of-data-main .vs-of-data-slider {
  border-top: 1px solid #ffffff;
  padding-top: 64px;
}
.vs-of-data-main .vs-of-data-slider .vs-of-data-slide {
  display: flex !important;
}
.vs-of-data-main .vs-of-data-slider .content {
  max-width: 421px;
  width: 100%;
}
.vs-of-data-main .vs-of-data-slider .content h2 {
  color: #D1C5B7;
  font-size: 90px;
  font-weight: 400;
  line-height: 1;
  max-height: 71px;
  margin-bottom: 19px;
}
.vs-of-data-main .vs-of-data-slider .content h3 {
  font-weight: 400;
  margin-bottom: 26px;
}
.vs-of-data-main .vs-of-data-slider .content p {
  margin-bottom: 23px;
}
.vs-of-data-main .vs-of-data-slider .image {
  margin-top: 82px;
}
.vs-of-data-main .vs-of-data-slider .image img {
  max-width: 300px;
  width: 100%;
}
.vs-of-data-main .vs-of-data-slider .slider__counter {
  position: absolute;
  font-weight: 400;
  font-size: 14px;
  line-height: 142%;
  color: #ffffff;
  bottom: -20%;
  left: 7.5%;
}
.vs-of-data-main .data-cards-arrows {
  max-width: 88px;
  margin-left: auto;
  width: 100%;
  position: absolute;
  bottom: -20%;
  right: 32%;
  z-index: 9999;
}
.vs-of-data-main .data-cards-arrows .slick-arrow:before, .vs-of-data-main .data-cards-arrows .slick-arrow:after {
  max-width: 32px;
  min-height: 32px;
  top: 0;
  transform: rotate(90deg);
}
.vs-of-data-main .data-cards-arrows .slick-arrow.slick-disabled {
  display: none !important;
  pointer-events: none;
}
.vs-of-data-main .data-cards-arrows .slick-prev:before {
  content: "";
  background-image: url(../images/arrowleft1-white.svg);
}
.vs-of-data-main .data-cards-arrows .slick-next:after {
  content: "";
  background-image: url(../images/arrowright2-white.svg);
}
@media (max-width: 1900px) {
  .vs-of-data-main .data-cards-arrows {
    right: 32%;
  }
}
@media (max-width: 1800px) {
  .vs-of-data-main .data-cards-arrows {
    right: 30.5%;
  }
  .vs-of-data-main .vs-of-data-slider .slider__counter {
    left: 8%;
  }
}
@media (max-width: 1750px) {
  .vs-of-data-main .data-cards-arrows {
    right: 30%;
  }
}
@media (max-width: 1600px) {
  .vs-of-data-main .data-cards-arrows {
    right: 27%;
  }
  .vs-of-data-main .vs-of-data-slider .slider__counter {
    left: 9%;
  }
}
@media (max-width: 1440px) {
  .vs-of-data-main .data-cards-arrows {
    right: 24%;
  }
  .vs-of-data-main .vs-of-data-slider .slider__counter {
    left: 10%;
  }
}
@media (max-width: 1366px) {
  .vs-of-data-main .data-cards-arrows {
    right: 22%;
  }
}
@media (max-width: 1280px) {
  .vs-of-data-main .data-cards-arrows {
    right: 19.5%;
  }
  .vs-of-data-main .vs-of-data-slider .slider__counter {
    left: 11.5%;
  }
}
@media (max-width: 1199px) {
  .vs-of-data-main .data-cards-arrows {
    right: 16.5%;
  }
}
@media (max-width: 1024px) {
  .vs-of-data-main .data-cards-arrows {
    right: 9.5%;
  }
  .vs-of-data-main .vs-of-data-slider .slider__counter {
    left: 13.5%;
  }
}
@media (max-width: 991px) {
  .vs-of-data-main {
    padding: 52px 0 47px;
  }
  .vs-of-data-main .data-cards-arrows, .vs-of-data-main .slider__counter {
    display: none;
  }
  .vs-of-data-main .container {
    margin-left: 0;
  }
  .vs-of-data-main .vs-of-data-slider {
    padding-top: 32px;
  }
  .vs-of-data-main .vs-of-data-slider .image {
    margin: 31px auto 30px;
    text-align: center;
  }
  .vs-of-data-main .vs-of-data-slider .image img {
    max-width: 200px;
    width: 100%;
  }
  .vs-of-data-main .vs-of-data-slider .vs-of-data-slide {
    display: block !important;
  }
  .vs-of-data-main .vs-of-data-slider .content {
    max-width: 100%;
    margin-bottom: 96px;
    padding: 0 8px;
    font-size: 14px;
    line-height: 1.5;
  }
  .vs-of-data-main .vs-of-data-slider .content h2 {
    color: #ffffff;
  }
  .vs-of-data-main .vs-of-data-slider .content h3 {
    font-size: 18px;
  }
  .vs-of-data-main .vs-of-data-slider .row:last-child .content {
    margin-bottom: 26px;
  }
  .vs-of-data-main .heading {
    margin-bottom: 21px;
  }
  .vs-of-data-main .heading h2 {
    font-size: 28px;
  }
  .vs-of-data-main .heading-text {
    margin-bottom: 28px;
  }
  .vs-of-data-main .heading-text p {
    font-size: 16px;
  }
  .vs-of-data-main p {
    font-size: 12px;
  }
}

.cards-with-background-graphic {
  padding: 66px 0 80px;
  padding-left: 27px;
}
.cards-with-background-graphic .card {
  position: relative;
  background: #DADCE2;
  border-radius: 16px;
  min-height: 520px;
  max-width: 523px;
  width: 100%;
  border: none;
  padding: 47px 65px 62px 44px;
  overflow: hidden;
}
.cards-with-background-graphic .card h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  color: #373737;
  margin-bottom: 115px;
}
.cards-with-background-graphic .card img {
  position: absolute;
  bottom: -90px;
  right: -123px;
  z-index: 0;
}
.cards-with-background-graphic .card-body {
  padding: 0;
  max-width: 420px;
  z-index: 1;
}
.cards-with-background-graphic .card-body p {
  margin-bottom: 0;
}
.cards-with-background-graphic .card-title-link {
  max-width: 388px;
  width: 100%;
}
.cards-with-background-graphic .card-title-link h2 {
  line-height: 1.31;
  margin-bottom: 22px;
}
.cards-with-background-graphic .card-title-link .btn {
  min-width: 123px;
  min-height: 36px;
}
@media (max-width: 991px) {
  .cards-with-background-graphic {
    padding-left: 0;
  }
  .cards-with-background-graphic .card {
    padding: 27px 27px;
    min-height: 480px;
  }
  .cards-with-background-graphic .card h3 {
    font-size: 18px;
    margin-bottom: 100px;
  }
  .cards-with-background-graphic .card-title-link {
    margin-top: 54px;
  }
}
@media (max-width: 767px) {
  .cards-with-background-graphic {
    padding: 39px 0 57px;
  }
  .cards-with-background-graphic .card {
    min-height: 430px;
  }
  .cards-with-background-graphic .card img {
    bottom: 89px;
    right: -62px;
    max-width: 265px;
  }
}
@media (max-width: 375px) {
  .cards-with-background-graphic .card {
    min-height: 430px;
    max-width: 100%;
    padding: 27px 19px;
  }
  .cards-with-background-graphic .card img {
    bottom: 56px;
  }
}
@media (max-width: 320px) {
  .cards-with-background-graphic .card {
    min-height: 475px;
    padding: 27px 23px;
  }
  .cards-with-background-graphic .card img {
    bottom: 92px;
    right: -57px;
  }
}

/*Performance page end*/
/*protection-methods page Start*/
.protection-methods-page .get-started-white {
  margin-top: 66px !important;
}
@media (max-width: 767px) {
  .protection-methods-page .pg-with-sidebar .get-started {
    margin-top: 0 !important;
  }
  .protection-methods-page .card-slider-section {
    padding-bottom: 56px;
    margin-bottom: 0;
  }
}

.technical-slider {
  margin-bottom: 55px;
}
.technical-slider .title-content .content {
  max-width: 423px;
  width: 100%;
}
.technical-slider .title-content .content p {
  margin-bottom: 23px;
}
.technical-slider .card {
  padding: 34px 24px 24px 24px;
  min-height: 693px;
  align-items: stretch;
  display: flex;
}
.technical-slider .card h5 {
  text-transform: uppercase;
}
.technical-slider .slick-track {
  display: flex;
}
.technical-slider .slick-list {
  padding-right: 124px;
}
@media (max-width: 1199px) {
  .technical-slider .card {
    min-height: 528px;
  }
}
@media (max-width: 1024px) {
  .technical-slider .card {
    min-height: 638px;
  }
}
@media (max-width: 991px) {
  .technical-slider .check-out-btn-mobile .btn {
    max-width: 224px;
  }
  .technical-slider .card {
    min-height: 498px;
  }
}
@media (max-width: 767px) {
  .technical-slider .slider-arrow-style2 {
    display: none;
  }
  .technical-slider .check-out-btn-mobile .btn {
    max-width: 224px;
  }
  .technical-slider .card.slick-active {
    margin: 0 auto 24px;
  }
}

.progress {
  display: block;
  width: 90%;
  height: 4px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #C1C1C1;
  background-image: linear-gradient(to right, #FA5A25, #FA5A25);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .progress {
    width: 68%;
    height: 2px;
    bottom: 11px;
  }
}

input.progress {
  filter: hue-rotate(154deg);
}

input.progress[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 0px;
  height: 0px;
  background-color: transparent;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.data-lifecycle {
  background-color: #252524;
  border-radius: 16px;
  max-width: 96%;
  width: 100%;
  padding: 84px;
  position: relative;
  margin: 0 auto 68px;
}
.data-lifecycle .heading {
  margin-bottom: 19px;
}
.data-lifecycle * {
  color: #ffffff;
}
.data-lifecycle .image {
  /*position: absolute;
  right: 0;
  top: 0;*/
}
.data-lifecycle .image img {
  border-radius: 16px;
  max-width: 85%;
}
.data-lifecycle .data-cards-arrows {
  max-width: 88px;
  margin-left: auto;
  width: 100%;
  position: absolute;
  bottom: 5%;
  right: 6%;
  z-index: 9999;
}
.data-lifecycle .data-cards-arrows .slick-arrow:before, .data-lifecycle .data-cards-arrows .slick-arrow:after {
  max-width: 32px;
  min-height: 32px;
  top: 0;
  transform: rotate(90deg);
}
.data-lifecycle .data-cards-arrows .slick-arrow.slick-disabled {
  display: none !important;
  pointer-events: none;
}
.data-lifecycle .data-cards-arrows .slick-prev:before {
  content: "";
  background-image: url(../images/arrowleft1-white.svg);
}
.data-lifecycle .data-cards-arrows .slick-next:after {
  content: "";
  background-image: url(../images/arrowright2-white.svg);
}
.data-lifecycle .datalifecycle-image-data-slider .image-data-slide {
  /*display: none;*/
}
.data-lifecycle .datalifecycle-image-data-slider .image-data-slide:first-child {
  display: block;
}
.data-lifecycle .datalifecycle-image-data-slider .image-data-slide .sharing-data p {
  margin-bottom: 23px;
}
.data-lifecycle .datalifecycle-image-data-slider .image-data-slide h3 {
  margin-bottom: 15px;
}
.data-lifecycle .datalifecycle-image-data-slider .slider__counter {
  position: absolute;
  /*bottom: -40px;
  left: 0;*/
  font-weight: 400;
  font-size: 14px;
  line-height: 142%;
  color: #ffffff;
  bottom: 30px;
  left: 6%;
}
.data-lifecycle .datalifecycle-image-data-slider .row {
  display: flex !important;
}
.data-lifecycle .top-content {
  position: absolute;
  top: 84px;
  left: 84px;
  z-index: 99;
}
.data-lifecycle .top-content .content {
  max-width: 387px;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 34px;
  min-width: 387px;
}
.data-lifecycle .top-content .content p {
  font-size: 14px;
  line-height: 1.27;
  font-weight: 700;
  margin-bottom: 24px;
}
.data-lifecycle .top-content .content .sharing-data h3 {
  margin-bottom: 15px;
}
.data-lifecycle .datalifecycle-image-data-slider1 {
  padding-top: 303px;
}
.data-lifecycle .content {
  background-color: #252524;
}
@media (max-width: 1366px) {
  .data-lifecycle {
    margin-left: 30px !important;
    max-width: 1025px;
  }
}
@media (max-width: 1280px) {
  .data-lifecycle {
    max-width: 965px !important;
  }
  .data-lifecycle .image img {
    max-width: 85%;
  }
}
@media (max-width: 1199px) {
  .data-lifecycle {
    max-width: 905px !important;
    padding: 54px;
  }
  .data-lifecycle .top-content {
    left: 54px;
  }
  .data-lifecycle .image img {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
  }
  .data-lifecycle .top-content .content {
    max-width: 347px;
    min-width: 347px;
  }
  .data-lifecycle .datalifecycle-image-data-slider1 {
    padding-top: 283px;
  }
  .data-lifecycle .datalifecycle-image-data-slider .image-data-slide .sharing-data p {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .data-lifecycle {
    padding: 50px;
    margin: 0 auto !important;
    width: 94%;
  }
  .data-lifecycle .data-cards-arrows {
    bottom: 4%;
  }
}
@media (max-width: 991px) {
  .data-lifecycle {
    padding: 46px 20px 80px;
    border-radius: 0;
    margin-bottom: 0;
    margin: 0px auto !important;
    width: 100%;
  }
  .data-lifecycle .heading {
    margin-bottom: 0;
  }
  .data-lifecycle .data-cards-arrows {
    display: block;
    right: 15px;
    bottom: 34px !important;
  }
  .data-lifecycle .content {
    max-width: 100%;
  }
  .data-lifecycle .content p {
    margin-bottom: 15px;
  }
  .data-lifecycle .datalifecycle-image-data-slider {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 17px;
  }
  .data-lifecycle .datalifecycle-image-data-slider .image-data-slide {
    display: block;
  }
  .data-lifecycle .datalifecycle-image-data-slider .slider__counter {
    display: block;
    bottom: 29px !important;
  }
  .data-lifecycle .sharing-data h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .data-lifecycle .image {
    position: relative;
    text-align: center;
  }
  .data-lifecycle .image img {
    max-width: 283px;
    margin: 0 auto 17px;
  }
  .data-lifecycle.data-lifecyclewp .datalifecycle-image-data-slider .slider__counter {
    bottom: 22px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .data-lifecycle .top-content {
    left: auto;
    position: relative;
    top: auto;
  }
  .data-lifecycle .top-content .content {
    min-width: auto;
  }
  .data-lifecycle .top-content .content p {
    font-weight: 400;
  }
  .data-lifecycle .datalifecycle-image-data-slider1 {
    padding-top: 0;
  }
}

/*protection-methods page end*
/*News page start*/
.news .container {
  max-width: 1122px;
}

.card {
  position: relative;
}
.card .card-clickable {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
}

.posts {
  padding-top: 100px;
  padding-bottom: 60px;
}
.posts .container {
  max-width: 1122px;
}
.posts .card {
  background-color: transparent;
  border: none;
}
.posts .card .card-image img {
  width: 100%;
}
.posts .card .featured-btn {
  display: block;
  position: absolute;
  top: 13px;
  left: 17px;
  max-width: 114.82px;
  width: 100%;
}
.posts .card .card-body {
  background-color: #ffffff;
  border-radius: 0 0 16px 16px;
}
.posts .card .card-body ul.category-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.posts .card .card-body ul.category-list li {
  margin-right: 15px;
}
.posts .card .featured-btn a {
  max-width: 114.82px;
  min-height: 33px;
  background-color: #D2B28C;
  border-radius: 3px;
  width: 100%;
  display: block;
  text-align: center;
  color: #373737;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.posts .card .card-body {
  padding: 26px 32px 51px;
}
.posts .card .card-body h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 34px;
}
.posts .card .card-body h3 a {
  color: #373737;
  position: relative;
  display: block;
  padding-right: 81px;
}
.posts .card .card-body h3 a:after {
  content: "";
  right: 0;
  background-image: url(../images/arrow-link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  width: 55px;
  height: 55px;
}
.posts .card .card-body ul {
  margin-bottom: 23px;
}
.posts .card .card-body ul li a {
  font-size: 16px;
  line-height: 1.5;
  color: #909090;
}
.posts .row [class*=col-] {
  display: flex !important;
  align-items: stretch !important;
}
.posts .row [class*=col-] .card {
  width: 100%;
}
.posts h2, .posts h1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.posts .upcoming-slider .card .card-body h3 a:after {
  width: 32px;
  height: 32px;
}
@media (min-width: 1200px) {
  .posts h2, .posts h1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .posts {
    padding-top: 47px;
  }
  .posts .container {
    padding: 0 20px;
  }
  .posts .title-text {
    margin-bottom: 31px;
  }
  .posts .title-text .heading {
    margin-bottom: 14px;
  }
  .posts .title-text .heading h1, .posts .title-text .heading h2 {
    font-size: 24px !important;
  }
  .posts .card .card-body {
    padding: 20px 17px 20px !important;
  }
  .posts .card .card-body h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .posts .card .card-body h3 a {
    padding-right: 32px;
  }
  .posts .card .card-body h3 a:after {
    width: 25px;
    height: 25px;
  }
  .posts .card .card-body ul li a {
    font-size: 12px;
    line-height: 1.5;
  }
  .posts .card .card-body p {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .posts {
    padding-bottom: 40px;
  }
  .posts .post-column .card {
    margin-bottom: 31px;
  }
}

.title-text {
  margin-bottom: 53px;
}
.title-text .heading {
  margin-bottom: 25px;
}
.title-text p {
  max-width: 541px;
  width: 100%;
}

.featured-posts-column .row [class*=col-] {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .featured-posts-column .row [class*=col-] {
    margin-bottom: 0;
  }
  .featured-posts-column .card {
    margin-bottom: 31px;
  }
}

.post-column .card {
  margin-bottom: 41px;
  border-radius: 16px;
}
.post-column .card h3 a {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.42;
  padding-right: 40px !important;
}
.post-column .card h3 a:after {
  width: 32px !important;
  height: 32px !important;
  top: 6px !important;
}
.post-column .card .card-body {
  padding: 35px 22px 45px;
  border-radius: 16px;
}
.post-column .card .card-body p {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .post-column .card {
    margin-bottom: 20px;
  }
  .post-column .card h3 {
    font-size: 14px !important;
  }
  .post-column .card h3 a {
    width: 100%;
    font-size: 14px !important;
  }
  .post-column .card h3 a:after {
    width: 25px !important;
    height: 25px !important;
  }
}

.pagination-load-more span {
  font-weight: 700;
  font-size: 14px;
  line-height: 127%;
  color: #373737;
  display: block;
  margin-bottom: 7px;
}
.pagination-load-more .btn {
  max-width: 124px;
  width: 100%;
  min-height: 36px;
  font-weight: 500;
}

.media-inquiries {
  overflow: hidden;
}
.media-inquiries .container {
  max-width: 1122px;
}
.media-inquiries .heading {
  margin-bottom: 20px;
}
.media-inquiries .image img {
  width: 100%;
  height: 1183px;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-inquiries .contact-info {
  margin-bottom: 32px;
}
.media-inquiries .contact-info h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.42;
}
.media-inquiries .contact-info ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}
.media-inquiries .contact-info h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0;
}
.media-inquiries .charcoal-bg {
  padding: 152px 111px 50px 178px;
}
.media-inquiries .media-inquiries-form {
  max-width: 533px;
  width: 100%;
  margin: 0 auto;
}
.media-inquiries .media-inquiries-form label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #D1C5B7 !important;
  font-family: "DINPro", sans-serif !important;
}
.media-inquiries .media-inquiries-form .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  margin-bottom: 25px;
}
.media-inquiries .media-inquiries-form .btn {
  max-width: 99px;
  width: 100%;
  min-height: 36px;
}
.media-inquiries .media-inquiries-form .captcha-box {
  margin-bottom: 60px;
  margin-top: 40px;
}
.media-inquiries .media-inquiries-form .captcha-box h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.media-inquiries .media-inquiries-form #LblLastName, .media-inquiries .media-inquiries-form #LblFirstName, .media-inquiries .media-inquiries-form #LblEmail, .media-inquiries .media-inquiries-form #LblCompany, .media-inquiries .media-inquiries-form #LblCountry, .media-inquiries .media-inquiries-form #LblInbound_Company_Size__c, .media-inquiries .media-inquiries-form #LblPhone, .media-inquiries .media-inquiries-form #LblTitle {
  color: #D1C5B7 !important;
}
.media-inquiries .media-inquiries-form .mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton {
  background: #FA5A25 !important;
}
.media-inquiries .media-inquiries-form .mktoForm input[type=url], .media-inquiries .media-inquiries-form .mktoForm input[type=text], .media-inquiries .media-inquiries-form .mktoForm input[type=date], .media-inquiries .media-inquiries-form .mktoForm input[type=tel], .media-inquiries .media-inquiries-form .mktoForm input[type=email],
.media-inquiries .media-inquiries-form .mktoForm input[type=number], .media-inquiries .media-inquiries-form .mktoForm textarea.mktoField, .media-inquiries .media-inquiries-form .mktoForm select.mktoField {
  border-color: #ffffff !important;
  color: #D1C5B7 !important;
}
.media-inquiries .media-inquiries-form .mktoForm input[type=text]:focus, .media-inquiries .media-inquiries-form .mktoForm input[type=url]:focus, .media-inquiries .media-inquiries-form .mktoForm input[type=email]:focus, .media-inquiries .media-inquiries-form .mktoForm input[type=tel]:focus, .media-inquiries .media-inquiries-form .mktoForm input[type=number]:focus, .media-inquiries .media-inquiries-form .mktoForm input[type=date]:focus, .media-inquiries .media-inquiries-form .mktoForm select.mktoField:focus, .media-inquiries .media-inquiries-form .mktoForm textarea.mktoField:focus {
  border: 2px solid #FA5A25 !important;
  outline: none !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}
@media (max-width: 1366px) {
  .media-inquiries .charcoal-bg {
    padding: 112px 111px 50px 121px;
  }
}
@media (max-width: 1280px) {
  .media-inquiries .charcoal-bg {
    padding: 50px 111px 50px 120px;
  }
}
@media (max-width: 1199px) {
  .media-inquiries .charcoal-bg {
    padding: 55px 50px 50px 50px;
  }
  .media-inquiries .media-inquiries-form {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .media-inquiries .charcoal-bg {
    padding: 20px 30px;
  }
  .media-inquiries .image img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 743px;
  }
}
@media (max-width: 991px) {
  .media-inquiries .charcoal-bg {
    padding: 50px 30px;
  }
  .media-inquiries .row [class*=col-]:first-child {
    width: 100%;
  }
  .media-inquiries .row [class*=col-]:last-child {
    display: none;
  }
  .media-inquiries .media-inquiries-form .row [class*=col-]:last-child {
    display: block;
  }
}
@media (max-width: 767px) {
  .media-inquiries .contact-info h5 {
    font-size: 14px;
  }
  .media-inquiries .contact-info ul li a {
    font-size: 12px;
  }
  .media-inquiries .heading {
    margin-bottom: 45px;
  }
}

.media-resources {
  padding: 80px 0 78px;
}
.media-resources .container {
  max-width: 1122px;
}
.media-resources .heading {
  margin-bottom: 38px;
}
.media-resources .media-resource-box img {
  max-width: 100%;
  margin-bottom: 12px;
}
.media-resources .media-resource-box h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.27;
  text-transform: uppercase;
  color: #373737;
  margin-bottom: 8px;
}
.media-resources .media-resource-box .tertiary-cta {
  padding-left: 0;
  font-weight: 500;
}
.media-resources .load-more-btn {
  margin-top: 64px;
  min-height: 36px;
}
@media (max-width: 767px) {
  .media-resources {
    padding: 50px 0 40px;
  }
  .media-resources .heading {
    margin-bottom: 34px;
  }
  .media-resources .media-resource-box {
    margin-bottom: 40px;
  }
  .media-resources .media-resource-box img {
    width: 100%;
  }
  .media-resources .load-more-btn {
    margin-top: 0;
    min-height: 36px;
  }
  .media-resources .load-more-btn .btn {
    max-width: 120px;
    width: 100%;
  }
  .media-resources .row [class*=col-]:last-child .media-resource-box {
    margin-bottom: 35px;
  }
}

/*News page end*/
/*News Details page start*/
.news-details-banner {
  overflow: hidden;
}
.news-details-banner .content {
  max-width: 575px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 64px;
}
.news-details-banner .content h2, .news-details-banner .content h1 {
  margin-bottom: 22px;
}
.news-details-banner .content h5 {
  margin-bottom: 0;
  margin-right: 9px;
}
.news-details-banner .content h6 {
  margin-bottom: 26px;
}
.news-details-banner .content .author {
  margin-bottom: 12px;
}
.news-details-banner .content .back-to-page {
  margin-bottom: 50px;
  display: inline-block;
}
.news-details-banner .content .btn {
  text-transform: uppercase;
}
.news-details-banner h2, .news-details-banner h1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.news-details-banner .summary-details {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 411px;
  width: 100%;
  margin: 0 auto;
}
.news-details-banner .summary-details * {
  color: #ffffff;
}
.news-details-banner .summary-details h3 {
  font-weight: 400;
  line-height: 1.33;
}
.news-details-banner .summary-details h6 {
  font-weight: 400;
  margin-bottom: 26px;
}
.news-details-banner .summary-details h3, .news-details-banner .summary-details h6 {
  display: block;
  text-align: left;
  width: 100%;
}
.news-details-banner .cream-bg.h-100 {
  height: auto !important;
}
.news-details-banner .download-it-now img {
  width: 100%;
}
.news-details-banner .subscribe-form {
  max-width: 100%;
}
.news-details-banner .subscribe-form > div {
  width: 100%;
}
.news-details-banner .subscribe-form > div .mktoForm {
  max-width: 100% !important;
}
@media (min-width: 1200px) {
  .news-details-banner h2, .news-details-banner h1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 1199px) {
  .news-details-banner .summary-details ul li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .news-details-banner .content {
    padding: 50px 20px 64px;
  }
  .news-details-banner .summary-details {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .news-details-banner .back-to-page:before {
    top: 2px;
  }
  .news-details-banner .content {
    max-width: 100%;
    padding: 28px 20px 45px;
  }
  .news-details-banner .content .back-to-page {
    font-size: 12px;
  }
  .news-details-banner .content h6 {
    font-size: 12px;
    margin-bottom: 24px;
  }
  .news-details-banner .content .btn {
    font-size: 12px;
    background-color: transparent;
    color: #000000;
    text-decoration: underline;
    text-transform: inherit;
    padding: 0;
  }
  .news-details-banner h2, .news-details-banner h1 {
    font-size: 24px !important;
  }
  .news-details-banner .summary-details {
    padding: 42px 20px 46px;
    max-width: 100%;
  }
  .news-details-banner .summary-details h3 {
    font-size: 18px;
  }
  .news-details-banner .summary-details h6 {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .news-details-banner .summary-details ul {
    padding-left: 28px;
  }
  .news-details-banner .summary-details ul li {
    font-size: 12px;
  }
  .news-details-banner .author h5 {
    font-size: 12px;
  }
}

.Main_component__I_485 {
  min-height: 627px;
}
@media (max-width: 991px) {
  .Main_component__I_485 {
    min-height: 400px;
  }
}

.entry-content {
  padding: 60px 0 37px;
}
.entry-content ul, .entry-content ol {
  padding-left: 94px;
  margin-bottom: 25px;
}
.entry-content p {
  margin-bottom: 38px;
}
.entry-content .container {
  max-width: 78%;
}
.entry-content img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.entry-content a {
  word-break: break-all;
}
.entry-content blockquote {
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  text-transform: uppercase;
  color: #373737;
  max-width: 779px;
  width: 100%;
  padding-left: 75px;
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .entry-content {
    padding: 32px 0px 21px;
  }
  .entry-content .container {
    max-width: 100%;
  }
  .entry-content blockquote {
    font-size: 16px;
    padding-left: 0;
    margin-bottom: 34px;
  }
  .entry-content p {
    margin-bottom: 28px;
  }
  .entry-content img {
    margin: 0 auto 69px;
  }
  .entry-content ul, .entry-content ol {
    padding-left: 19px;
  }
  .entry-content iframe {
    width: 100% !important;
    height: 100% !important;
  }
}

.subtitle-text {
  margin-bottom: 54px;
}
.subtitle-text h4 {
  font-weight: 700;
  line-height: 1.27;
  text-transform: uppercase;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  .subtitle-text h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .subtitle-text {
    margin-bottom: 33px;
  }
  .subtitle-text h4 {
    margin-bottom: 14px;
  }
}

.protegrity-can-help {
  /*min-height: 432px;*/
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*padding-left: 162px;*/
}
.protegrity-can-help .container {
  max-width: 84%;
  /*margin-left: 0;*/
  margin: 0 auto;
}
.protegrity-can-help h2 {
  margin-bottom: 22px;
}
.protegrity-can-help p {
  margin-bottom: 28px;
}
@media (min-width: 1650px) {
  .protegrity-can-help .container {
    max-width: 74%;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .protegrity-can-help .container {
    max-width: 92%;
  }
}
@media (max-width: 1024px) {
  .protegrity-can-help .container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .protegrity-can-help {
    /*padding-left: 50px;*/
  }
}
@media (max-width: 767px) {
  .protegrity-can-help {
    padding-top: 50px;
    padding-left: 0px;
    align-items: flex-start;
  }
}

.all-resources .container {
  max-width: 1073px;
}
.all-resources .heading h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
.all-resources .card {
  margin-bottom: 37px;
}
.all-resources .card h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 17px;
}
.all-resources .card .card-body {
  padding: 35px 22px 37px;
}
.all-resources .card .card-body h3 {
  margin-bottom: 13px;
}
.all-resources .card .card-body ul {
  margin-bottom: 16px;
}
.all-resources .card .card-body p {
  margin-bottom: 0;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.all-resources .all-resources-btn .btn {
  max-width: 156px;
  width: 100%;
}
@media (max-width: 767px) {
  .all-resources {
    padding-top: 17px;
    padding-bottom: 34px;
  }
  .all-resources .card h6 {
    font-size: 12px;
  }
  .all-resources .title-text {
    margin-bottom: 22px;
  }
  .all-resources .heading h3 {
    font-size: 24px;
  }
  .all-resources .post-column .card {
    margin-bottom: 15px;
  }
}

.blog-details-form .subscribe-form {
  margin-left: auto !important;
}

.subscribe-content-form {
  padding-top: 88px;
}
.subscribe-content-form p {
  margin-bottom: 71px;
}
.subscribe-content-form .container {
  max-width: 917px;
}
.subscribe-content-form p {
  margin-bottom: 82px;
}
@media (max-width: 767px) {
  .subscribe-content-form {
    padding-top: 49px;
  }
  .subscribe-content-form p {
    margin-bottom: 35px;
  }
}

.subscribe-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /*max-width: 648px;*/
  max-width: 808px;
  width: 100%;
  margin: 0 auto 111px;
  margin-left: 123px;
}
.subscribe-form .subscribe-input {
  max-width: 307px;
  width: 100%;
  min-height: 77px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.subscribe-form .subscribe-input input {
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.subscribe-form .submit {
  max-width: 132px;
  width: 100%;
  min-height: 107px;
  display: flex;
  align-items: flex-end;
  border-right: 1px solid #E6E6E6;
  padding-right: 32px;
}
.subscribe-form .submit .btn {
  width: 100%;
  min-height: 36px;
  display: inline-block;
}
.subscribe-form .share-icons {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.27;
  min-height: 77px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 30px 12px;
}
.subscribe-form .share-icons ul li {
  padding: 0 12px;
}
.subscribe-form .share-icons ul li:first-child {
  padding-left: 0;
}
.subscribe-form .share-icons ul li:last-child {
  padding-right: 0;
}
.subscribe-form .submit-share-icons {
  width: 100%;
  display: flex;
  margin-left: 43px;
}
.subscribe-form form {
  margin-top: 47px;
}
.subscribe-form form textarea {
  min-height: 135px;
  resize: none;
}
.subscribe-form form .submit-btn {
  margin-top: 71px;
}
.subscribe-form form .submit-btn .btn {
  min-width: 99px;
  min-height: 36px;
}
.subscribe-form form.mktoForm .mktoButtonRow {
  margin-bottom: 0 !important;
}
.subscribe-form #LblLastName, .subscribe-form #LblFirstName, .subscribe-form #LblEmail, .subscribe-form #LblCompany, .subscribe-form #LblCountry, .subscribe-form #LblInbound_Company_Size__c, .subscribe-form #LblPhone, .subscribe-form #LblTitle {
  font-family: "DINPro", sans-serif !important;
}
.subscribe-form select {
  font-family: "DINPro", sans-serif !important;
  padding: 2px 3px 5px !important;
}
.subscribe-form .mktoLabel {
  margin-bottom: 0.5rem !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #373737 !important;
  margin-top: 0 !important;
}
.subscribe-form > div {
  width: 100%;
}
.subscribe-form .mktoForm {
  background-color: transparent !important;
  max-width: 100% !important;
  width: 100% !important;
}
.subscribe-form .mktoForm .mktoButtonRow .mktoButtonWrap.mktoPurpleCandy button {
  color: #ffffff !important;
  background: #373737 !important;
  background: linear-gradient(to right, #373737 0%, #373737 42%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#373737", endColorstr="#373737",GradientType=1 ) !important;
  border: none;
  outline: none;
  min-width: 99px;
  min-height: 36px;
  border-radius: 27px !important;
  padding: 8px 19px !important;
  font-size: 14px !important;
  line-height: 1.44 !important;
  display: inline-block;
  font-weight: 400 !important;
  text-transform: lowercase;
  font-family: "DINPro", sans-serif !important;
}
.subscribe-form .mktoForm .mktoButtonRow .mktoButtonWrap.mktoPurpleCandy button:first-letter {
  text-transform: uppercase;
}
.subscribe-form .mktoForm .mktoButtonRow .mktoButtonWrap.mktoPurpleCandy button:hover {
  color: #ffffff;
  background: #fa5a25 !important;
  background: linear-gradient(45deg, #fa5a25 0%, #373737 42%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fa5a25", endColorstr="#373737",GradientType=1 ) !important;
  border: none !important;
  outline: none !important;
}
.subscribe-form .mktoForm select.mktoField {
  font-family: "DINPro", sans-serif !important;
}
.subscribe-form .mktoForm .mktoField {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  font-family: "DINPro", sans-serif !important;
}
.subscribe-form .mktoForm .mktoField:focus {
  border-bottom: 1px solid #000000 !important;
  border-left: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
}
.subscribe-form .mktoFormRow:has(> input[type=hidden]) {
  display: none !important;
}
.subscribe-form .mktoForm .mktoFormRow {
  margin-bottom: 1.5rem !important;
}
.subscribe-form .mktoForm .mktoFormRow .mktoHtmlText.mktoHasWidth {
  font-family: "DINPro", sans-serif !important;
}
.subscribe-form .mktoForm .mktoFormRow input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent !important;
}
.subscribe-form .mktoForm .mktoFormRow input::placeholder {
  color: transparent !important;
}
@media (min-width: 1442px) {
  .subscribe-form {
    margin-left: 122px;
  }
}
@media (min-width: 1599px) {
  .subscribe-form {
    margin-left: 169px;
  }
}
@media (min-width: 1699px) {
  .subscribe-form {
    margin-left: 198px;
  }
}
@media (min-width: 1750px) {
  .subscribe-form {
    margin-left: 226px;
  }
}
@media (min-width: 1919px) {
  .subscribe-form {
    margin-left: 256px;
  }
}
@media (min-width: 2559px) {
  .subscribe-form {
    margin-left: 17.5%;
  }
}
@media (max-width: 1199px) {
  .subscribe-form {
    margin-left: 53px;
  }
}
@media (max-width: 1024px) {
  .subscribe-form {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .subscribe-form {
    display: block;
    /*margin: 58px auto 44px;*/
    margin: 0px auto 44px;
    padding: 20px 20px;
  }
  .subscribe-form .subscribe-input {
    max-width: 100%;
  }
  .subscribe-form .form-label {
    font-size: 14px;
  }
  .subscribe-form .submit {
    margin-top: 25px;
    align-items: flex-start;
  }
  .subscribe-form .submit-share-icons {
    display: flex;
    align-items: center;
    margin-left: 0;
  }
  .subscribe-form .submit-share-icons .share-icons {
    padding-left: 30px;
  }
  .subscribe-form .share-icons {
    max-width: 176px;
    margin-left: auto;
  }
}

/*News Details page end*/
/*become-partner start*/
.become-a-partner-page .hover_cards_slider {
  margin-bottom: 124px;
}
@media (max-width: 767px) {
  .become-a-partner-page .block-quote.bg-custom-gradient {
    min-height: 424px;
    padding-top: 99px;
  }
}

.border-bottom-gradient {
  position: relative;
  padding-bottom: 16px;
}
.border-bottom-gradient:after {
  content: "";
  background: linear-gradient(90deg, #CECADA 0%, #E0B580 57.29%, #FF9567 100%);
  height: 16px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}

.become-partner-banner {
  min-height: 333px;
  position: relative;
}
.become-partner-banner .container {
  padding-left: 115px;
}
.become-partner-banner .content {
  /*max-width: 599px;*/
  width: 100%;
}
.become-partner-banner .content h1, .become-partner-banner .content h2 {
  margin-bottom: 16px;
}
.become-partner-banner .content p {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
}
.become-partner-banner h1, .become-partner-banner h2 {
  font-size: calc(1.525rem + 3.3vw) !important;
}
@media (min-width: 1200px) {
  .become-partner-banner h1, .become-partner-banner h2 {
    font-size: 4rem !important;
  }
}
@media (max-width: 1366px) {
  .become-partner-banner .content h1, .become-partner-banner .content h2 {
    font-size: 50px !important;
  }
}
@media (max-width: 1280px) {
  .become-partner-banner {
    min-height: 280px;
  }
  .become-partner-banner .container {
    padding-left: 15px;
  }
  .become-partner-banner .content h1, .become-partner-banner .content h2 {
    font-size: 45px !important;
  }
  .become-partner-banner .content p {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (max-width: 1199px) {
  .become-partner-banner .content h1, .become-partner-banner .content h2 {
    font-size: 40px !important;
  }
  .become-partner-banner .content p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .become-partner-banner .content h1, .become-partner-banner .content h2 {
    font-size: 30px !important;
  }
  .become-partner-banner .content p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .become-partner-banner {
    min-height: 200px;
  }
  .become-partner-banner .content {
    max-width: 100%;
  }
  .become-partner-banner .content h1, .become-partner-banner .content h2 {
    font-size: 24px !important;
  }
  .become-partner-banner .content p {
    font-size: 12px;
  }
}

.partners {
  padding: 80px 0 0;
}
.partners .container {
  padding-left: 115px;
}
.partners .heading {
  margin-bottom: 38px;
}
.partners .tertiary-cta {
  padding-left: 0;
}
.partners .current-partners {
  margin-bottom: 90px;
}

.partners-current-logos {
  background-color: #F7F5F4;
  padding-bottom: 43px;
}
.partners-current-logos .container {
  padding-left: 115px;
}
.partners-current-logos .partners-icon {
  min-height: 78px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 8px;
}
.partners-current-logos .partners-box p {
  max-width: 195px;
  width: 100%;
}
@media (max-width: 1280px) {
  .partners-current-logos .container {
    padding-left: 15px;
  }
  .partners-current-logos .partners {
    padding: 37px 0 0;
  }
}
@media (max-width: 991px) {
  .partners-current-logos {
    padding-bottom: 22px;
  }
  .partners-current-logos .partners-box {
    margin-bottom: 33px;
  }
  .partners-current-logos .partners-box p {
    font-size: 12px;
  }
  .partners-current-logos .partners-box p br {
    display: none;
  }
  .partners-current-logos .partners-icon {
    min-height: inherit;
    margin-bottom: 11px;
  }
  .partners-current-logos .partners-icon img {
    margin-bottom: 0;
  }
  .partners-current-logos .partners .heading {
    margin-bottom: 25px;
  }
  .partners-current-logos .partners .current-partners {
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .partners-current-logos .container {
    padding-left: 20px;
  }
  .partners-current-logos .current-logos ul {
    justify-content: start;
  }
  .partners-current-logos .current-logos ul li {
    width: 33%;
  }
  .partners-current-logos .current-logos ul li img {
    max-width: 79px;
  }
  .partners-current-logos .partners-icon {
    min-height: 50PX;
    margin-bottom: 5px;
  }
  .partners-current-logos .partners-box {
    margin-bottom: 20px;
  }
}

.current-logos ul {
  align-items: center;
}
.current-logos ul li {
  width: 14%;
  margin-bottom: 59px;
}
.current-logos ul li img {
  max-width: 111px;
  width: 100%;
}
@media (max-width: 767px) {
  .current-logos ul {
    justify-content: space-between;
  }
  .current-logos ul li {
    width: 14%;
    margin-bottom: 23px;
  }
}

.partners-box img {
  margin-bottom: 26px;
  max-width: 100%;
}
.partners-box p {
  margin-bottom: 10px;
}

.partnership-cards {
  padding: 118px 0 135px;
}
.partnership-cards .container {
  max-width: 1092px;
}
.partnership-cards .company-stats-slider .image {
  max-width: 340px;
}
.partnership-cards .company-stats-slider .image .card {
  min-height: 288px;
}
.partnership-cards .company-stats-slider .image .card .card-body .card-title {
  font-size: 90px;
  max-height: 70px;
  margin-bottom: 26px;
  display: flex;
  align-items: flex-start;
  line-height: 1;
  font-weight: 400;
}
.partnership-cards .company-stats-slider .image .card .card-body h4 {
  margin-bottom: 21px;
}
.partnership-cards .company-stats-slider .image .card.white-bg * {
  color: #373737;
}
@media (min-width: 1441px) {
  .partnership-cards .container {
    max-width: 1122px;
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width: 1280px) {
  .partnership-cards {
    padding: 70px 0 70px;
  }
}
@media (max-width: 991px) {
  .partnership-cards {
    padding: 43px 0 20px;
  }
}
@media (max-width: 767px) {
  .partnership-cards .company-stats-slider .image {
    max-width: 100%;
    margin-bottom: 36px;
  }
  .partnership-cards .company-stats-slider .image .card {
    min-height: 260px;
  }
}

.get-started-instrested {
  min-height: 336px;
}
.get-started-instrested .heading {
  margin-bottom: 41px;
}
.get-started-instrested .btn {
  min-width: 136px;
  border-color: #ffffff;
}
.get-started-instrested .btn:hover {
  background-color: transparent;
}
@media (max-width: 991px) {
  .get-started-instrested {
    min-height: 240px;
  }
}

/*become-partner end*/
/*Contact Us page start*/
.contact-us-main {
  overflow: hidden;
}
.contact-us-main .image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
}
@media (max-width: 767px) {
  .contact-us-main .cream-bg {
    padding: 0 33px;
  }
  .contact-us-main .contact-us-form {
    margin: 28px auto 25px;
  }
}

.contact-us-form, .calendly-details-form, .media-inquiries-form {
  max-width: 518px;
  width: 100%;
  margin: 80px auto 111px;
}
.contact-us-form h2, .contact-us-form h1, .calendly-details-form h2, .calendly-details-form h1, .media-inquiries-form h2, .media-inquiries-form h1 {
  margin-bottom: 10px;
}
.contact-us-form form, .calendly-details-form form, .media-inquiries-form form {
  margin-top: 47px;
}
.contact-us-form form textarea, .calendly-details-form form textarea, .media-inquiries-form form textarea {
  min-height: 135px;
  resize: none;
}
.contact-us-form form .submit-btn, .calendly-details-form form .submit-btn, .media-inquiries-form form .submit-btn {
  margin-top: 71px;
}
.contact-us-form form .submit-btn .btn, .calendly-details-form form .submit-btn .btn, .media-inquiries-form form .submit-btn .btn {
  min-width: 99px;
  min-height: 36px;
}
.contact-us-form h2, .contact-us-form h1, .calendly-details-form h2, .calendly-details-form h1, .media-inquiries-form h2, .media-inquiries-form h1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.contact-us-form #LblLastName, .contact-us-form #LblFirstName, .contact-us-form #LblEmail, .contact-us-form #LblCompany, .contact-us-form #LblCountry, .contact-us-form #LblInbound_Company_Size__c, .contact-us-form #LblPhone, .contact-us-form #LblTitle, .calendly-details-form #LblLastName, .calendly-details-form #LblFirstName, .calendly-details-form #LblEmail, .calendly-details-form #LblCompany, .calendly-details-form #LblCountry, .calendly-details-form #LblInbound_Company_Size__c, .calendly-details-form #LblPhone, .calendly-details-form #LblTitle, .media-inquiries-form #LblLastName, .media-inquiries-form #LblFirstName, .media-inquiries-form #LblEmail, .media-inquiries-form #LblCompany, .media-inquiries-form #LblCountry, .media-inquiries-form #LblInbound_Company_Size__c, .media-inquiries-form #LblPhone, .media-inquiries-form #LblTitle {
  font-family: "DINPro", sans-serif !important;
}
.contact-us-form select, .calendly-details-form select, .media-inquiries-form select {
  font-family: "DINPro", sans-serif !important;
  padding: 2px 3px 5px !important;
}
.contact-us-form .mktoLabel, .calendly-details-form .mktoLabel, .media-inquiries-form .mktoLabel {
  margin-bottom: 0.5rem !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #373737 !important;
  margin-top: 0 !important;
}
.contact-us-form .mktoForm, .calendly-details-form .mktoForm, .media-inquiries-form .mktoForm {
  background-color: transparent !important;
  max-width: 518px !important;
  width: 100% !important;
}
.contact-us-form .mktoForm .mktoButtonRow .mktoButtonWrap.mktoPurpleCandy button, .calendly-details-form .mktoForm .mktoButtonRow .mktoButtonWrap.mktoPurpleCandy button, .media-inquiries-form .mktoForm .mktoButtonRow .mktoButtonWrap.mktoPurpleCandy button {
  color: #ffffff !important;
  background: #373737 !important;
  background: linear-gradient(to right, #373737 0%, #373737 42%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#373737", endColorstr="#373737",GradientType=1 ) !important;
  border: none;
  outline: none;
  min-width: 99px;
  min-height: 36px;
  border-radius: 27px !important;
  padding: 8px 19px !important;
  font-size: 14px !important;
  line-height: 1.44 !important;
  display: inline-block;
  font-weight: 400 !important;
  text-transform: lowercase;
  font-family: "DINPro", sans-serif !important;
}
.contact-us-form .mktoForm .mktoButtonRow .mktoButtonWrap.mktoPurpleCandy button:first-letter, .calendly-details-form .mktoForm .mktoButtonRow .mktoButtonWrap.mktoPurpleCandy button:first-letter, .media-inquiries-form .mktoForm .mktoButtonRow .mktoButtonWrap.mktoPurpleCandy button:first-letter {
  text-transform: uppercase;
}
.contact-us-form .mktoForm .mktoButtonRow .mktoButtonWrap.mktoPurpleCandy button:hover, .calendly-details-form .mktoForm .mktoButtonRow .mktoButtonWrap.mktoPurpleCandy button:hover, .media-inquiries-form .mktoForm .mktoButtonRow .mktoButtonWrap.mktoPurpleCandy button:hover {
  color: #ffffff;
  background: #fa5a25 !important;
  background: linear-gradient(45deg, #fa5a25 0%, #373737 42%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fa5a25", endColorstr="#373737",GradientType=1 ) !important;
  border: none !important;
  outline: none !important;
}
.contact-us-form .mktoForm select.mktoField, .calendly-details-form .mktoForm select.mktoField, .media-inquiries-form .mktoForm select.mktoField {
  font-family: "DINPro", sans-serif !important;
}
.contact-us-form .mktoField, .calendly-details-form .mktoField, .media-inquiries-form .mktoField {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  font-family: "DINPro", sans-serif !important;
}
.contact-us-form .mktoField:focus, .calendly-details-form .mktoField:focus, .media-inquiries-form .mktoField:focus {
  border-bottom: 1px solid #000000 !important;
  border-left: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
}
.contact-us-form .mktoFormRow:has(> input[type=hidden]), .calendly-details-form .mktoFormRow:has(> input[type=hidden]), .media-inquiries-form .mktoFormRow:has(> input[type=hidden]) {
  display: none !important;
}
.contact-us-form .mktoForm .mktoFormRow, .calendly-details-form .mktoForm .mktoFormRow, .media-inquiries-form .mktoForm .mktoFormRow {
  margin-bottom: 1.5rem !important;
}
.contact-us-form .mktoForm .mktoFormRow .mktoHtmlText.mktoHasWidth, .calendly-details-form .mktoForm .mktoFormRow .mktoHtmlText.mktoHasWidth, .media-inquiries-form .mktoForm .mktoFormRow .mktoHtmlText.mktoHasWidth {
  font-family: "DINPro", sans-serif !important;
}
.contact-us-form .mktoForm .mktoFormRow input::-moz-placeholder, .calendly-details-form .mktoForm .mktoFormRow input::-moz-placeholder, .media-inquiries-form .mktoForm .mktoFormRow input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent !important;
}
.contact-us-form .mktoForm .mktoFormRow input::placeholder, .calendly-details-form .mktoForm .mktoFormRow input::placeholder, .media-inquiries-form .mktoForm .mktoFormRow input::placeholder {
  color: transparent !important;
}
@media (min-width: 1200px) {
  .contact-us-form h2, .contact-us-form h1, .calendly-details-form h2, .calendly-details-form h1, .media-inquiries-form h2, .media-inquiries-form h1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 767px) {
  .contact-us-form, .calendly-details-form, .media-inquiries-form {
    margin: 28px auto 47px;
  }
  .contact-us-form form .submit-btn, .calendly-details-form form .submit-btn, .media-inquiries-form form .submit-btn {
    margin-top: 15px;
  }
  .contact-us-form .mb-4, .calendly-details-form .mb-4, .media-inquiries-form .mb-4 {
    margin-bottom: 14px !important;
  }
  .contact-us-form h2, .contact-us-form h1, .calendly-details-form h2, .calendly-details-form h1, .media-inquiries-form h2, .media-inquiries-form h1 {
    font-size: 24px !important;
  }
  .contact-us-form p, .calendly-details-form p, .media-inquiries-form p {
    font-size: 12px;
  }
  .contact-us-form .mktoLabel, .calendly-details-form .mktoLabel, .media-inquiries-form .mktoLabel {
    font-size: 12px !important;
  }
  .contact-us-form .mktoForm .mktoFormRow, .calendly-details-form .mktoForm .mktoFormRow, .media-inquiries-form .mktoForm .mktoFormRow {
    margin-bottom: 14px !important;
  }
  .contact-us-form .mktoForm .mktoFormRow .mktoField, .calendly-details-form .mktoForm .mktoFormRow .mktoField, .media-inquiries-form .mktoForm .mktoFormRow .mktoField {
    padding: 0.375rem 0.75rem !important;
    font-size: 12px !important;
    padding-left: 0 !important;
  }
  .contact-us-form .mktoForm .mktoFormRow .mktoButtonWrap.mktoPurpleCandy button, .calendly-details-form .mktoForm .mktoFormRow .mktoButtonWrap.mktoPurpleCandy button, .media-inquiries-form .mktoForm .mktoFormRow .mktoButtonWrap.mktoPurpleCandy button {
    text-transform: uppercase !important;
  }
  .contact-us-form .mktoHtmlText, .calendly-details-form .mktoHtmlText, .media-inquiries-form .mktoHtmlText {
    font-size: 12px !important;
  }
}

.contact-details-info {
  padding: 133px 0 160px;
  padding-left: 140px;
}
.contact-details-info .container {
  max-width: 1088px;
  margin-left: 0;
}
.contact-details-info h2, .contact-details-info h5, .contact-details-info h6, .contact-details-info strong {
  color: #ffffff;
}
.contact-details-info .general-info-details {
  margin-bottom: 21px;
  display: block;
  overflow: hidden;
}
.contact-details-info .general-info-details li span {
  font-weight: 700;
  color: #ffffff;
}
.contact-details-info .general-info-details li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.27;
}
.contact-details-info .general-info-details li:last-child {
  margin-top: 26px;
}
.contact-details-info .general-info-details li:last-child a {
  text-decoration: underline;
}
.contact-details-info .socail-icons li {
  margin-right: 24px;
}
.contact-details-info .locations-info a {
  color: #ffffff;
}
.contact-details-info .general-info h2 {
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  .contact-details-info {
    padding-left: 0;
    padding: 23px 12px 2px;
  }
  .contact-details-info h2 {
    font-size: 24px;
  }
  .contact-details-info .general-info {
    margin-bottom: 42px;
  }
  .contact-details-info .general-info-details li span {
    font-size: 12px;
  }
  .contact-details-info .general-info-details li a {
    font-size: 12px;
  }
  .contact-details-info .locations-info h6, .contact-details-info .locations-info a {
    font-size: 12px;
  }
}

.other-locations h2 {
  margin-bottom: 17px;
}

.locations-info {
  margin-bottom: 25px;
}
.locations-info h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 127%;
  color: #ffffff;
  margin-bottom: 2px;
}
.locations-info a {
  font-size: 16px;
  line-height: 1.5;
}

/*Contact Us page end*/
/*Partners page start*/
.featured-partners {
  padding: 103px 0 27px;
}
.featured-partners .container {
  max-width: 1011px;
}
.featured-partners .current-logos {
  margin-top: 27px;
}
.featured-partners .current-logos ul li {
  width: 16.6%;
}
@media (max-width: 1024px) {
  .featured-partners {
    padding: 90px 0 27px;
  }
}
@media (max-width: 991px) {
  .featured-partners {
    padding: 36px 0 27px;
  }
  .featured-partners .row [class*=col-] {
    width: 100%;
  }
  .featured-partners .heading {
    margin-bottom: 11px;
  }
  .featured-partners .partners-logo-with-link {
    margin-bottom: 15px;
  }
}

.partners-logos-img {
  margin-bottom: 70px;
}
.partners-logos-img .container {
  max-width: 1011px;
}
.partners-logos-img .current-logos ul li {
  width: 16.6%;
}
@media (max-width: 1024px) {
  .partners-logos-img {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .partners-logos-img .current-logos ul li {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .partners-logos-img .current-logos ul {
    justify-content: space-between;
  }
  .partners-logos-img .current-logos ul li img {
    max-width: 90%;
  }
}

.partners-logo-with-link {
  margin-bottom: 22px;
}
.partners-logo-with-link a {
  background-color: #F7F5F4;
  border-radius: 16px;
  max-width: 309.5px;
  min-height: 91px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 22px;
  padding-right: 81px;
  position: relative;
}
.partners-logo-with-link a:after {
  content: "";
  right: 22px;
  background-image: url(../images/arrow-link1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 30px;
  width: 32px;
  height: 32px;
}
@media (max-width: 991px) {
  .partners-logo-with-link a {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .partners-logo-with-link a {
    max-width: 100%;
    padding: 10px 20px;
  }
  .partners-logo-with-link a:after {
    right: 15px;
  }
}

.text-media .content {
  max-width: 445px;
  width: 100%;
}
.text-media .content h2 {
  margin-bottom: 30px;
}
.text-media .content p {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .text-media .content h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .text-media .content {
    padding: 58px 22px 51px;
    max-width: 100%;
  }
  .text-media .image-video .image img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .text-media .content {
    padding: 58px 22px 51px;
    max-width: 100%;
  }
  .text-media .content ul {
    padding-left: 21px;
  }
  .text-media .image-video .image {
    max-width: 100%;
    min-height: inherit;
  }
}

.image-video .image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 688px;
}
.image-video .mobile-image {
  display: none;
}
.image-video .play-btn {
  position: absolute;
  bottom: 57px;
  right: 65px;
}
@media (max-width: 1024px) {
  .image-video .image {
    min-height: 620px;
  }
}
@media (max-width: 991px) {
  .image-video .image {
    min-height: none;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    background-image: none !important;
  }
  .image-video .mobile-image {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .image-video .image {
    min-height: 620px;
    text-align: center;
    /*max-width: 520px;*/
    max-width: 100%;
    margin: 0 auto;
    background-size: contain;
  }
  .image-video .play-btn img {
    max-width: 74px;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .image-video .image {
    min-height: 311px;
  }
}

/*Partners page end*/
/*get Started page start*/
.thank-you-page ul {
  margin-bottom: 66px;
}
@media (max-width: 767px) {
  .thank-you-page {
    padding-top: 1px !important;
  }
  .thank-you-page ul {
    margin-bottom: 12px;
  }
}

.get-started-main {
  padding-left: 64px;
  background-image: url(../images/get-started-main.png);
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding-top: 121px;
  padding-bottom: 107px;
  overflow: hidden;
}
.get-started-main .page-title {
  margin-bottom: 58px;
}
.get-started-main .page-title h1 {
  font-weight: 500;
  font-size: 80px;
  line-height: 110%;
  text-transform: uppercase;
  color: #373737;
}
.get-started-main .container {
  max-width: 1100px;
  width: 100%;
  margin-left: 0;
}
.get-started-main .custmize-text {
  margin-bottom: 66px;
}
.get-started-main .custmize-text ul li {
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  text-transform: uppercase;
  color: #6D758D;
  margin-right: 26px;
}
.get-started-main .custmize-text ul li:last-child {
  margin-right: 0;
}
.get-started-main .calendly-details .content {
  max-width: 420px;
  width: 100%;
}
.get-started-main .calendly-details-form .submit-btn {
  margin-top: 34px;
}
@media (max-width: 1024px) {
  .get-started-main {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .get-started-main {
    padding-top: 40px;
  }
  .get-started-main .page-title h1 {
    font-size: 32px;
  }
  .get-started-main .custmize-text ul li {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .get-started-main {
    padding-bottom: 68px;
  }
  .get-started-main .container {
    padding: 0 22px;
  }
  .get-started-main .page-title {
    margin-bottom: 27px;
    max-width: 172px;
    width: 100%;
  }
  .get-started-main .custmize-text {
    margin-bottom: 1px;
  }
  .get-started-main .custmize-text ul {
    display: block !important;
  }
  .get-started-main .custmize-text ul li {
    padding: 12px 0;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.15);
  }
  .get-started-main .custmize-text ul li:last-child {
    border-bottom: 0;
  }
  .get-started-main .content p {
    font-size: 12px;
  }
  .get-started-main .pick-your-time-btn {
    margin-top: 40px;
  }
  .get-started-main .pick-your-time-btn .btn {
    max-width: 149px;
    width: 100%;
  }
}

/*get Started page end*/
/* Platform overview page Start */
.pg-with-sidebar > .container-fluid1 > .row > .col-md-2 {
  max-width: 287px;
  width: 20%;
}
.pg-with-sidebar .col-md-10 {
  width: 80%;
  overflow: hidden;
}
.pg-with-sidebar .get-started {
  /*margin-top: 101px;*/
  margin-top: 0;
}
.pg-with-sidebar .get-started.integrations-get-started {
  margin-top: 0px;
}
.pg-with-sidebar .small-numbers-cards-title .container {
  max-width: 100%;
  padding: 0 111px;
}
.pg-with-sidebar .card-slider-section .container-fluid {
  padding-left: 105px;
}
.pg-with-sidebar .column-text-hero2 .container {
  max-width: 970px !important;
}
@media (min-width: 1650px) {
  .pg-with-sidebar .card-slider-section .container-fluid {
    padding-left: 65px;
  }
  .pg-with-sidebar .card-slider-section .slider-arrow-style2, .pg-with-sidebar .card-slider-section .slider-arrow-card-slider2 {
    margin-left: 40px !important;
  }
  .pg-with-sidebar .get-started-white .container {
    max-width: 89%;
  }
  .pg-with-sidebar .card-slider-section .container {
    max-width: 100% !important;
  }
  .pg-with-sidebar .animation-with-text .full-container {
    max-width: 85%;
  }
}
@media (min-width: 1440px) {
  .pg-with-sidebar .row.g-0 {
    justify-content: space-between;
  }
  .pg-with-sidebar > .container-fluid1 > .row > .col-md-2 {
    max-width: 100%;
  }
}
@media (max-width: 1366px) {
  .pg-with-sidebar .small-numbers-cards-title .container {
    padding: 0 40px;
  }
  .pg-with-sidebar .card-slider-section .container-fluid {
    padding-left: 48px;
  }
}
@media (max-width: 1280px) {
  .pg-with-sidebar .small-numbers-cards-title .container {
    padding: 0 15px;
  }
  .pg-with-sidebar .process-accordion .content .titlecontent-details {
    max-width: 553px;
    padding-left: 15px;
  }
  .pg-with-sidebar .card-slider-section .slider-arrow-style2, .pg-with-sidebar .card-slider-section .slider-arrow-card-slider2 {
    max-width: 895px;
  }
  .pg-with-sidebar .card-slider-section .container-fluid {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .pg-with-sidebar .get-started-white .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .pg-with-sidebar .card-slider-section.technical-slider .container {
    margin-left: 0;
  }
  .pg-with-sidebar .card-slider-section .container-fluid {
    padding-left: 15px;
  }
}
@media (max-width: 1024px) {
  .pg-with-sidebar .get-started .btn {
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .pg-with-sidebar .process-accordion .content .titlecontent-details {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .pg-with-sidebar > .container-fluid1 > .row > .col-md-2 {
    max-width: 100%;
    width: 100%;
    display: none;
  }
  .pg-with-sidebar .col-md-10 {
    width: 100%;
  }
  .pg-with-sidebar .process-accordion .content .titlecontent-details {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .pg-with-sidebar .get-started {
    margin-top: 24px;
  }
}

/*sidebar start*/
.sidebar {
  background-color: #6D758D;
  padding: 47px 40px;
  position: fixed;
  top: 78px;
  width: 100%;
  max-width: 20%;
  overflow: auto;
  height: calc(100vh - 100px) !important;
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  /* Chrome, Edge, and Safari */
}
.sidebar * {
  scrollbar-width: auto;
  scrollbar-color: #d4d4d4 transparent;
}
.sidebar::-webkit-scrollbar {
  width: 3px;
}
.sidebar::-webkit-scrollbar-track {
  background: transparent;
}
.sidebar::-webkit-scrollbar-thumb {
  background-color: #d4d4d4;
  border-radius: 10px;
  border: 3px solid transparent;
}
.sidebar.sidebar-sticky .accordion, .sidebar.sidebar-sticky .filter-sidebar-options {
  /* Chrome, Edge, and Safari */
}
.sidebar.sidebar-sticky .accordion *, .sidebar.sidebar-sticky .filter-sidebar-options * {
  scrollbar-width: auto;
  scrollbar-color: #d4d4d4 transparent;
}
.sidebar.sidebar-sticky .accordion::-webkit-scrollbar, .sidebar.sidebar-sticky .filter-sidebar-options::-webkit-scrollbar {
  width: 3px;
}
.sidebar.sidebar-sticky .accordion::-webkit-scrollbar-track, .sidebar.sidebar-sticky .filter-sidebar-options::-webkit-scrollbar-track {
  background: transparent;
}
.sidebar.sidebar-sticky .accordion::-webkit-scrollbar-thumb, .sidebar.sidebar-sticky .filter-sidebar-options::-webkit-scrollbar-thumb {
  background-color: #d4d4d4;
  border-radius: 10px;
  border: 3px solid transparent;
}
.sidebar .search-bar input {
  background-image: url(../images/search-icon-black.svg) !important;
  background-size: 8% !important;
  border: 1px solid #D2D2D2 !important;
  border-radius: 8px !important;
  background-repeat: no-repeat !important;
  background-position: 8% 62%;
  padding-left: 55px !important;
  background-color: #ffffff !important;
  line-height: 1.5 !important;
  height: 38px !important;
}
.sidebar .search-bar input:focus {
  background: #ffffff;
  border: 1px solid #D2D2D2;
  background-position: 8% 63%;
}
.sidebar ul {
  margin-bottom: 17px;
}
.sidebar ul li {
  margin-bottom: 3px;
}
.sidebar ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  transition: 0.05s;
}
.sidebar ul li a:hover {
  color: #FA5A25;
}
.sidebar .filter-options h6 {
  background-color: transparent;
  padding: 17px 0px 13px;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
  border-bottom: 0.5px solid #ffffff;
  max-width: 197px;
  width: 100%;
}
.sidebar .filter-options ul {
  margin-bottom: 0;
}
.sidebar .filter-options.filter-option-language h6, .sidebar .filter-options.filter-option-sortby h6 {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 9px;
}
.sidebar .filter-options .form-check-main {
  margin-bottom: 5px;
}
.sidebar .filter-options .form-check-main .form-check-input {
  border-color: #E0E0E0;
}
.sidebar .filter-options .form-check-main .form-check-input:focus {
  border-color: #FA5A25;
}
.sidebar .accordion-item {
  background-color: transparent;
  border: none;
  border-top: 0.5px solid #ffffff;
}
.sidebar .accordion-item .accordion-button {
  background-color: transparent;
  padding: 17px 0px 15px;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
}
.sidebar .accordion-item .accordion-button a {
  color: #ffffff;
}
.sidebar .accordion-item .accordion-button::after {
  background-image: url("../images/accodion-open.png");
  transform: none;
  background-size: 10px;
  background-position: right center;
}
.sidebar .accordion-item .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}
.sidebar .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("../images/accodion-close.png");
}
.sidebar .accordion-item .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.sidebar .accordion-item .accordion-collapse .accordion-body {
  padding: 0rem 1.25rem;
  padding-left: 0;
}
.sidebar ul {
  padding-left: 0;
  margin-bottom: 17px;
}
.sidebar ul li {
  list-style: none;
  margin-bottom: 3px;
}
.sidebar ul li a {
  padding-left: 22px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.sidebar ul li a:hover {
  color: #FA5A25;
}
.sidebar ul li.active a {
  position: relative;
  padding-left: 22px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.sidebar ul li.active a:hover {
  color: #FA5A25;
}
.sidebar ul li.active a:after {
  content: "";
  left: 0;
  background-color: #FA5A25;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  border-radius: 100%;
}
.sidebar ul li:last-child {
  margin-bottom: 0px;
}
.sidebar .form-check-input {
  width: 16px !important;
  height: 16px !important;
  padding: 0 !important;
}
.sidebar .form-check-input:checked {
  background-color: #FA5A25 !important;
  border-color: #FA5A25;
}
.sidebar .form-check label {
  font-size: 14px;
  line-height: 1.27;
  color: rgba(255, 255, 255, 0.85);
}
.sidebar .form-check-main {
  margin-bottom: 26px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.sidebar .sort-by .form-check-input {
  border: 1px solid #E0E0E0;
}
.sidebar .sort-by .form-check-input:checked[type=radio] {
  background-image: url("../images/radio-check-fill.svg");
  border: none;
  background-color: transparent;
  background-size: cover;
}
.sidebar.filter-sidebar {
  padding-right: 10px !important;
  padding: 47px 37px;
}
.sidebar.filter-sidebar .search-bar {
  padding-right: 16px;
}
.sidebar.filter-sidebar .filter-sidebar-options {
  position: relative;
}
.sidebar.filter-sidebar .filter-sidebar-options a.filter-clear {
  color: #fff !important;
  text-decoration: underline;
  position: absolute;
  top: -40px;
  right: 15px;
}
.sidebar .filter-option-mobile h6 {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.27;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 9px;
}
.sidebar .form-check-input[type=radio] {
  border-radius: 50% !important;
}
.sidebar .form-check-input:checked {
  background-color: #FA5A25 !important;
  border-color: #FA5A25;
}
.sidebar .form-check .form-check-input {
  margin-left: -1.5em !important;
}
@media (max-width: 1415px) {
  .sidebar {
    padding: 47px 25px;
  }
  .sidebar ul li a, .sidebar ul li.active a {
    padding-left: 20px;
  }
}
@media (max-width: 1366px) {
  .sidebar {
    padding: 47px 20px;
  }
  .sidebar.sidebar-sticky .accordion, .sidebar.sidebar-sticky .filter-sidebar-options {
    /* Chrome, Edge, and Safari */
  }
  .sidebar.sidebar-sticky .accordion *, .sidebar.sidebar-sticky .filter-sidebar-options * {
    scrollbar-width: auto;
    scrollbar-color: #d4d4d4 transparent;
  }
  .sidebar.sidebar-sticky .accordion::-webkit-scrollbar, .sidebar.sidebar-sticky .filter-sidebar-options::-webkit-scrollbar {
    width: 3px;
  }
  .sidebar.sidebar-sticky .accordion::-webkit-scrollbar-track, .sidebar.sidebar-sticky .filter-sidebar-options::-webkit-scrollbar-track {
    background: transparent;
  }
  .sidebar.sidebar-sticky .accordion::-webkit-scrollbar-thumb, .sidebar.sidebar-sticky .filter-sidebar-options::-webkit-scrollbar-thumb {
    background-color: #d4d4d4;
    border-radius: 10px;
    border: 3px solid transparent;
  }
}
@media (max-width: 1279px) {
  .sidebar ul li.active a {
    padding-left: 17px;
    font-size: 12px;
  }
  .sidebar ul li a {
    padding-left: 17px;
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .sidebar {
    padding: 45px 15px;
  }
  .sidebar ul li.active a {
    padding-left: 17px;
    font-size: 12px;
  }
  .sidebar ul li a {
    padding-left: 17px;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .sidebar {
    position: relative;
    top: inherit;
    width: 100%;
    max-width: inherit;
    overflow: auto;
    height: auto !important;
  }
  .sidebar.filter-sidebar {
    padding: 17px 20px !important;
  }
  .sidebar.filter-sidebar .search-bar {
    padding-right: 0;
    display: none;
  }
  .sidebar.filter-sidebar .filter-option-mobile {
    cursor: pointer;
  }
  .sidebar.filter-sidebar .filter-option-mobile h6 {
    position: relative;
  }
  .sidebar.filter-sidebar .filter-option-mobile h6:after {
    content: "";
    background-image: url(../images/downarrow-white.svg);
    width: 13px;
    height: 10px;
    background-repeat: no-repeat;
    position: absolute;
    right: 4px;
    top: 3px;
    background-color: transparent;
    background-size: contain;
  }
  .sidebar.filter-sidebar .filter-sidebar-options {
    display: none;
  }
  .sidebar.filter-sidebar .filter-sidebar-options a.filter-clear {
    right: 45px;
    display: none;
  }
  .sidebar.filter-sidebar.open .filter-sidebar-options {
    display: block;
  }
  .sidebar.filter-sidebar.open .filter-sidebar-options a.filter-clear {
    display: block;
  }
  .sidebar .filter-options h6 {
    max-width: 100%;
    border-bottom: 0;
    padding: 7px 0px 0;
    cursor: pointer;
    margin-bottom: 2px;
    position: relative;
  }
  .sidebar .filter-options h6:after {
    content: "";
    background-image: url(../images/downarrow-white.svg);
    width: 13px;
    height: 10px;
    background-repeat: no-repeat;
    position: absolute;
    right: 4px;
    top: 7px;
    background-color: transparent;
    background-size: contain;
    transform: rotate(-89deg);
  }
  .sidebar .filter-options h6.open:after {
    content: "";
    transform: rotate(0deg);
  }
  .sidebar .filter-options ul, .sidebar .filter-options .form-check-main, .sidebar .filter-options .sort-by {
    display: none;
    margin-bottom: 10px;
  }
  .sidebar .filter-options ul.open, .sidebar .filter-options .form-check-main.open, .sidebar .filter-options .sort-by.open {
    display: block;
  }
  .sidebar .search-bar input {
    background-size: 2% !important;
    background-position: 2% 52%;
  }
}

/*sidebar end*/
/*hero-text-with-cta start*/
.hero-text-with-cta {
  /*padding: 118px 0 100px;*/
  padding: 100px 0 63px;
}
.hero-text-with-cta .container.full-container {
  margin-left: 101px;
}
.hero-text-with-cta h2, .hero-text-with-cta h1 {
  line-height: 1.31;
  margin-bottom: 35px;
}
.hero-text-with-cta p {
  max-width: 597px;
  line-height: 1.5;
  margin-bottom: 35px;
}
.hero-text-with-cta h3 {
  font-weight: 400;
  line-height: 1.33;
  color: #373737;
  margin-bottom: 38px;
}
.hero-text-with-cta h2, .hero-text-with-cta h1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1650px) {
  .hero-text-with-cta h2 br, .hero-text-with-cta h1 br {
    display: none;
  }
  .hero-text-with-cta p {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .hero-text-with-cta h2, .hero-text-with-cta h1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 1366px) {
  .hero-text-with-cta .container.full-container {
    margin-left: 30px;
  }
  .hero-text-with-cta p {
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .hero-text-with-cta .container.full-container {
    margin-left: 0px;
  }
}
@media (max-width: 1199px) {
  .hero-text-with-cta .container.full-container {
    max-width: 100%;
  }
  .hero-text-with-cta p {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .hero-text-with-cta {
    padding: 60px 0 60px;
  }
}
@media (max-width: 991px) {
  .hero-text-with-cta {
    padding: 55px 0 37px;
  }
  .hero-text-with-cta h2, .hero-text-with-cta h1 {
    margin-bottom: 28px;
  }
  .hero-text-with-cta h2 br, .hero-text-with-cta h1 br {
    display: none;
  }
  .hero-text-with-cta p {
    margin-bottom: 22px;
  }
  .hero-text-with-cta h3 {
    font-size: 18px;
  }
}
@media (max-width: 428px) {
  .hero-text-with-cta p {
    max-width: 90%;
  }
}
@media (max-width: 320px) {
  .hero-text-with-cta p {
    max-width: 100%;
  }
}

/*hero-text-with-cta end*/
/*full-image-wrapper start*/
.full-image-wrapper img {
  width: 100%;
}
.full-image-wrapper video {
  max-height: 332px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-image-wrapper.full-image-wrapper-mobile .mobile-image {
  display: none;
}
.full-image-wrapper.full-image-wrapper-mobile.video-wrapper {
  max-height: 360px;
  overflow: hidden;
}
.full-image-wrapper.full-image-wrapper-mobile.video-wrapper video {
  max-height: 360px;
}
@media (max-width: 767px) {
  .full-image-wrapper.full-image-wrapper-mobile img {
    display: none;
  }
  .full-image-wrapper.full-image-wrapper-mobile .mobile-image {
    display: block;
  }
  .full-image-wrapper.full-image-wrapper-mobile.video-wrapper {
    max-height: 180px;
  }
  .full-image-wrapper video {
    max-height: 230px;
  }
}
@media (max-width: 375px) {
  .full-image-wrapper.full-image-wrapper-mobile.video-wrapper {
    max-height: 180px;
  }
  .full-image-wrapper video {
    max-height: 230px;
  }
}

/*full-image-wrapper end*/
/*three-column-information-sec start*/
.three-column-information-sec {
  padding: 109px 0px 140px;
}
.three-column-information-sec .full-container {
  padding-left: 108px;
  margin-left: 0;
}
.three-column-information-sec .section-title {
  margin-bottom: 84px;
}
.three-column-information-sec .card {
  border: none;
}
.three-column-information-sec .card .card-body {
  padding: 0px;
}
.three-column-information-sec .card .card-body .title-wrapper {
  display: flex;
  align-items: flex-end;
}
.three-column-information-sec .card .card-body .title-wrapper img {
  margin-right: 20px;
}
.three-column-information-sec .card .card-body .title-wrapper .card-title {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 0;
}
.three-column-information-sec .card .card-body .card-text {
  margin-top: 75px;
  max-width: 305px;
  margin-bottom: 0px;
}
.three-column-information-sec .card .card-body .card-text li {
  line-height: 1.5;
  margin-bottom: 25px;
}
.three-column-information-sec .card .card-body .card-text li:last-child {
  margin-bottom: 0px;
}
@media (min-width: 1650px) {
  .three-column-information-sec .full-container {
    max-width: 100%;
  }
  .three-column-information-sec .card .card-body .card-text {
    max-width: 90%;
  }
}
@media (max-width: 1199px) {
  .three-column-information-sec .full-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1024px) {
  .three-column-information-sec {
    padding: 60px 0px 60px;
  }
  .three-column-information-sec .section-title {
    margin-bottom: 60px;
  }
  .three-column-information-sec .card .card-body .title-wrapper img {
    margin-right: 15px;
    width: 100%;
    max-width: 50px;
  }
  .three-column-information-sec .card .card-body .title-wrapper .card-title {
    font-size: 22px;
  }
  .three-column-information-sec .card .card-body .card-text {
    margin-top: 50px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .three-column-information-sec {
    padding: 46px 0px 68px;
  }
  .three-column-information-sec .full-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .three-column-information-sec .slick-list {
    padding-right: 60px !important;
    padding-left: 0px !important;
  }
  .three-column-information-sec .section-title {
    margin-bottom: 39px;
  }
  .three-column-information-sec .card {
    width: 97%;
  }
  .three-column-information-sec .card .card-body .title-wrapper img {
    margin-right: 25px;
    max-width: 78px;
  }
  .three-column-information-sec .card .card-body .title-wrapper .card-title {
    font-weight: 400;
    font-size: 18px;
  }
  .three-column-information-sec .card .card-body .card-text {
    margin-top: 30px;
    margin-bottom: 0px;
    max-width: 100%;
  }
  .three-column-information-sec .card .card-body .card-text li {
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

/*three-column-information-sec end*/
/*data-map start*/
.data-map {
  padding: 65px 0px 55px 0px;
}
.data-map.cream-bg {
  background-color: #f7f5f4;
}
.data-map .full-container {
  padding-left: 108px;
  margin-left: 0;
}
.data-map .section-title {
  margin-bottom: 50px;
}
.data-map .image-wrapper {
  margin-bottom: 50px;
}
.data-map .image-wrapper img {
  /*max-width: 871px;*/
  max-width: 90%;
  width: 100%;
}
.data-map .sub-title {
  margin-right: 21px;
  font-weight: 400;
}
.data-map .data-map-bullets {
  padding-left: 15px;
  list-style: none;
  margin-bottom: 30px;
  width: 80%;
  margin-left: 45px;
}
.data-map .data-map-bullets li {
  position: relative;
  list-style: none;
}
.data-map .data-map-bullets li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #373737;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.data-map .btn {
  margin-left: 45px;
}
.data-map .mobile-image-wrapper {
  display: none;
}
@media (min-width: 1650px) {
  .data-map .full-container {
    max-width: 100%;
  }
  .data-map .image-wrapper img {
    max-width: 90%;
  }
  .data-map .data-map-bullets {
    margin-left: 185px;
    width: 70%;
  }
  .data-map .btn {
    margin-left: 185px;
  }
}
@media (max-width: 1366px) {
  .data-map .data-map-bullets {
    width: 100%;
    margin-left: 0;
  }
  .data-map .btn {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .data-map .full-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .data-map {
    /*padding: 65px 0px 60px 0px;*/
    padding: 20px 0px;
  }
  .data-map .full-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .data-map .full-container .mobile-image-wrapper {
    display: block;
    margin-bottom: 33px;
    /*margin-left: -20px;
    margin-right: -20px;*/
    overflow: hidden;
  }
  .data-map .full-container .mobile-image-wrapper img {
    width: 100%;
  }
  .data-map .full-container .image-wrapper {
    display: none;
  }
  .data-map .full-container .section-title {
    margin-bottom: 29px;
  }
  .data-map .full-container .section-title br {
    display: none;
  }
  .data-map .full-container .sub-title {
    margin-right: 0px;
    font-size: 12px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .data-map .data-map .full-container .mobile-image-wrapper {
    display: block;
    margin-bottom: 33px;
    /*margin-left: -20px;
    margin-right: -20px;*/
    overflow: hidden;
  }
}

/*data-map end*/
/*animation-with-text start*/
.animation-with-text {
  padding: 105px 0px 95px;
}
.animation-with-text .full-container {
  padding-left: 108px;
  padding-right: 1rem;
}
.animation-with-text .full-container .image-wrapper {
  padding-left: 0;
  max-width: 390px;
}
.animation-with-text .full-container .content {
  max-width: 421px;
}
.animation-with-text .full-container .content .section-title {
  line-height: 1.31;
  margin-bottom: 21px;
}
.animation-with-text .full-container .content p {
  margin-bottom: 32px;
  line-height: 1.5;
}
.animation-with-text .full-container .content p + p {
  max-width: 100%;
  margin-bottom: 21px;
}
.animation-with-text .full-container .content .section-list {
  padding-left: 15px;
  margin-bottom: 0px;
  list-style: none;
}
.animation-with-text .full-container .content .section-list li {
  position: relative;
}
.animation-with-text .full-container .content .section-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #373737;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.animation-with-text .full-container .mobile-content {
  display: none;
}
.animation-with-text + .animation-with-text {
  padding-top: 0px;
  padding-bottom: 150px;
}
@media (min-width: 1650px) {
  .animation-with-text .full-container {
    padding-left: 0px;
  }
  .animation-with-text .full-container .content {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .animation-with-text .full-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1024px) {
  .animation-with-text .full-container .image-wrapper {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .animation-with-text {
    padding: 70px 0px 48px;
  }
  .animation-with-text .full-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .animation-with-text .full-container .image-wrapper {
    margin-bottom: 12px;
    text-align: center;
  }
  .animation-with-text .full-container .image-wrapper img {
    width: 100%;
    max-width: 180px;
    margin: auto;
    margin-bottom: 29px;
  }
  .animation-with-text .full-container .image-wrapper .mobile-content {
    display: block;
    text-align: left;
  }
  .animation-with-text .full-container .image-wrapper .mobile-content .section-title {
    margin-bottom: 16px;
  }
  .animation-with-text .full-container .image-wrapper .mobile-content p {
    margin-bottom: 40px;
  }
  .animation-with-text .full-container .content .section-title {
    display: none;
  }
  .animation-with-text .full-container .content .hidden-mobile {
    display: none;
  }
  .animation-with-text + .animation-with-text {
    padding-top: 0px;
    padding-bottom: 105px;
  }
}

/*animation-with-text end*/
/*implementation-process start*/
.implementation-process {
  background-color: #F7F5F4;
  padding-left: 105px;
}
.implementation-process .content {
  max-width: inherit;
  padding-top: 60px;
  padding-bottom: 65px;
  margin-left: 0;
}
.implementation-process .content .section-title {
  margin-bottom: 32px;
}
.implementation-process .image {
  width: 485px;
  min-height: 732px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-left: 10px;
}
.implementation-process .image .mobile-image {
  display: none;
}
.implementation-process .accordion-body {
  width: 100%;
  padding-left: 105px;
}
.implementation-process .accordion {
  counter-reset: section;
}
.implementation-process .accordion-item {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0px;
}
.implementation-process .accordion-button {
  background-color: transparent;
  box-shadow: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 142%;
  color: #373737;
  position: relative;
  padding-left: 105px;
  padding-top: 20px;
  text-transform: uppercase;
}
.implementation-process .accordion-button:not(.collapsed)::after {
  /*content: "x";*/
  font-size: 18px;
  text-transform: lowercase;
  font-weight: 500;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 14px;
  transform: rotate(0);
  right: 10px;
  top: 20px;
}
.implementation-process .accordion-button:not(.collapsed):before {
  color: #FA5A25;
  overflow: visible;
}
.implementation-process .accordion-button:not(.collapsed):after {
  transform: rotate(45deg);
}
.implementation-process .accordion-button:after {
  /*content: "+";
  font-size: 26px;
  background-image: none;
  font-weight: 400;
  position: absolute;
  right: 3px;*/
  content: "";
  background-image: url(../images/accordion-btn-charcoal.svg);
  background-repeat: no-repeat;
  background-size: auto;
  top: 28px;
  position: absolute;
  right: 3px;
}
.implementation-process .accordion-button:before {
  counter-increment: section;
  content: "0" counter(section);
  font-weight: 500;
  font-size: 64px;
  line-height: 1;
  color: #373737;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 52px;
}
@media (min-width: 1649px) {
  .implementation-process .content {
    margin-left: 0;
  }
}
@media (min-width: 1441px) {
  .implementation-process .content .titlecontent-details {
    max-width: 90%;
    margin-left: 0;
    padding-left: 111px;
  }
  .implementation-process .image {
    width: 100%;
    max-width: 100%;
    min-height: 712px;
  }
}
@media (max-width: 1366px) {
  .implementation-process .image {
    min-height: 763px;
  }
}
@media (max-width: 1199px) {
  .implementation-process {
    padding-left: 63px;
  }
  .implementation-process .image {
    width: 100%;
    min-height: 791px;
  }
}
@media (max-width: 1024px) {
  .implementation-process .content {
    padding: 50px 20px 20px;
  }
}
@media (max-width: 991px) {
  .implementation-process {
    padding-left: 0px;
  }
  .implementation-process .image {
    margin-left: 0px;
    min-height: 400px;
  }
  .implementation-process .image .mobile-image {
    display: block;
  }
  .implementation-process .content {
    padding: 30px 60px 20px;
  }
  .implementation-process .accordion-button:not(.collapsed):after {
    top: 28px;
  }
}
@media (max-width: 767px) {
  .implementation-process .image {
    min-height: 260px;
  }
  .implementation-process .content {
    padding: 3px 20px 30px;
  }
  .implementation-process .content .accordion .accordion-item .accordion-header {
    margin-bottom: 8px;
  }
  .implementation-process .content .accordion .accordion-item .accordion-header .accordion-button {
    padding-left: 60px;
    padding-right: 40px;
    padding-bottom: 0px;
  }
  .implementation-process .content .accordion .accordion-item .accordion-header .accordion-button:before {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.03;
    top: 20px;
    max-height: 22px;
  }
  .implementation-process .content .accordion .accordion-item .accordion-collapse .accordion-body {
    padding-left: 60px;
    padding-top: 0px;
    padding-bottom: 10px;
  }
}

/*implementation-process end*/
/*partner-integrations start*/
.partner-integrations {
  background-color: #373737;
  padding: 80px 105px;
}
.partner-integrations .customers-logo-wrapper {
  margin-top: 55px;
  padding-top: 37px;
  border-top: 1px solid #505050;
  padding-left: 0;
}
.partner-integrations .customers-logo-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0px;
  display: flex;
  justify-content: space-between;
}
.partner-integrations .customers-logo-wrapper ul li:last-child {
  margin-right: 0;
}
.partner-integrations .partner-integrations-content {
  max-width: 311px;
  margin-left: auto;
}
@media (min-width: 1650px) {
  .partner-integrations .container {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .partner-integrations {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .partner-integrations {
    padding-left: 10px;
    padding-right: 10px;
  }
  .partner-integrations .customers-logo-wrapper ul li {
    margin-right: 0;
  }
  .partner-integrations .customers-logo-wrapper ul li img {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .partner-integrations .customers-logo-wrapper ul li {
    min-height: 43px;
  }
  .partner-integrations .customers-logo-wrapper-wp ul {
    display: block !important;
  }
}

/*partner-integrations end*/
/*single-column-information start*/
.single-column-information {
  padding: 27px 62px 90px 105px;
}
.single-column-information .section-title {
  margin-bottom: 23px;
  font-weight: 400;
  line-height: 1.33;
}
.single-column-information .section-content {
  margin-bottom: 10px;
}
@media (min-width: 1650px) {
  .single-column-information .container {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .single-column-information {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .single-column-information {
    padding-left: 0;
    padding-right: 0;
  }
  .single-column-information .section-title {
    font-size: 18px;
  }
  .single-column-information .section-title br {
    display: none;
  }
  .single-column-information .col-md-6 {
    justify-content: flex-start !important;
  }
  .single-column-information .btn {
    margin-top: 7px;
  }
}

/*single-column-information end*/
/*ready-to-get-started start*/
.ready-to-get-started {
  min-height: 441px;
  padding-left: 105px;
  color: #373737;
}
.ready-to-get-started .container {
  max-width: 1118px;
}
.ready-to-get-started .title h3 {
  font-weight: 500;
  font-size: 80px;
  line-height: 110%;
  text-transform: uppercase;
}
.ready-to-get-started .content {
  max-width: 419px;
  width: 100%;
}
.ready-to-get-started .content p {
  margin-bottom: 17px;
}
.ready-to-get-started .content a {
  margin-right: 20px;
  min-width: 138px;
}
@media (max-width: 1280px) {
  .ready-to-get-started .content a {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .ready-to-get-started {
    padding-left: 60px;
    padding-right: 60px;
  }
  .ready-to-get-started .title h3 {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .ready-to-get-started {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ready-to-get-started .title h3 {
    font-size: 60px;
  }
}

/*ready-to-get-started end*/
/*hover_cards_slider start*/
.hover_cards_slider {
  /*padding: 90px 63px 27px 105px;*/
  padding: 90px 63px 101px 105px;
}
.hover_cards_slider .title-content h2 {
  margin-bottom: 53px;
}
.hover_cards_slider .card-slider, .hover_cards_slider .card-slider2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: flex-start;
  flex-wrap: wrap;
  border: 1px solid #373737;
  border-radius: 16px;
  overflow: hidden;
}
.hover_cards_slider .card {
  padding: 23px 36px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  width: 33.333% !important;
  border: none;
  border-bottom: 1px solid #373737;
  border-right: 1px solid #373737;
  border-radius: 0px;
  background-color: transparent;
  min-height: 344px;
  position: relative;
  max-width: inherit;
  margin: 0;
}
.hover_cards_slider .card:nth-child(0n+3), .hover_cards_slider .card:nth-child(0n+6) {
  border-right: none;
}
.hover_cards_slider .card:nth-child(0n+4), .hover_cards_slider .card:nth-child(0n+5), .hover_cards_slider .card:nth-child(0n+6) {
  border-bottom: none;
}
.hover_cards_slider .card .image-wrapper {
  text-align: center;
  margin-top: 21px;
}
.hover_cards_slider .card p {
  display: none;
  margin-bottom: 0;
}
.hover_cards_slider .card .card-links-wrapper {
  position: absolute;
  bottom: 22px;
  left: 35px;
  margin-bottom: 0px;
}
.hover_cards_slider .card .card-links-wrapper .card-links {
  color: #373737;
  display: inline-block;
  position: relative;
  padding-right: 24px;
  max-width: 175px;
  width: -moz-min-content;
  width: min-content;
}
.hover_cards_slider .card .card-links-wrapper .card-links:after {
  content: "";
  position: absolute;
  right: 0px;
  height: 10px;
  width: 14px;
  background-image: url(../images/link-right-arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 7px;
  left: auto;
}
.hover_cards_slider .card:hover {
  background: #caceda;
  background: linear-gradient(135deg, #caceda 7.38%, #e0b580 56.52%, #ff9567 93.15%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#caceda", endColorstr="#ff9567",GradientType=1 );
}
.hover_cards_slider .card:hover p {
  display: block;
}
.hover_cards_slider .card:hover .card-links-wrapper {
  bottom: auto;
  top: 44px;
}
.hover_cards_slider .card:hover .image-wrapper {
  min-height: 108px;
}
.hover_cards_slider .card:hover .image-wrapper img {
  display: none;
}
.hover_cards_slider.hover_cards_slider_partnerdetails .card .card-links-wrapper .card-links:after {
  display: none;
}
.hover_cards_slider .three-column-information-arrow2 .slick-next:before {
  display: none;
}
@media (min-width: 1650px) {
  .hover_cards_slider .container {
    max-width: 80%;
  }
}
@media (max-width: 1366px) {
  .hover_cards_slider .card:hover .image-wrapper {
    min-height: 58px;
  }
}
@media (max-width: 1199px) {
  .hover_cards_slider {
    padding: 60px 63px 10px;
  }
  .hover_cards_slider .title-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .hover_cards_slider .card:hover .image-wrapper {
    min-height: 58px;
  }
  .hover_cards_slider .card:hover .card-links-wrapper {
    font-size: 14px;
  }
  .hover_cards_slider .card:hover .card-links-wrapper a {
    font-size: 14px;
  }
  .hover_cards_slider .card .card-links-wrapper .card-links {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .hover_cards_slider {
    padding: 60px 0px 10px;
  }
  .hover_cards_slider .title-content {
    margin-bottom: 0px;
  }
  .hover_cards_slider .title-content h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .hover_cards_slider .container {
    padding-right: 0;
  }
  .hover_cards_slider .card-slider2, .hover_cards_slider .card-slider {
    display: block;
    border: none;
  }
  .hover_cards_slider .card-slider2 .slick-track, .hover_cards_slider .card-slider .slick-track {
    display: flex;
  }
  .hover_cards_slider .card-slider2 .slick-list, .hover_cards_slider .card-slider .slick-list {
    /*padding-right: 79px;*/
    padding-left: 0px !important;
  }
  .hover_cards_slider .card-slider2 .slick-list {
    padding-right: 79px;
    padding-left: 0px !important;
  }
  .hover_cards_slider .card {
    width: 100% !important;
    min-height: 240px;
    max-width: 230px;
    margin: 0 auto;
    padding: 23px 10px;
    margin-right: 15px !important;
    border: 1px solid #373737 !important;
    border-radius: 12px;
    margin: 2px;
    display: block;
    transition: 0.4s;
  }
  .hover_cards_slider .card .image-wrapper {
    max-width: 145px;
    margin: 0 auto;
    width: 100%;
  }
  .hover_cards_slider .card .image-wrapper img {
    width: 100%;
  }
  .hover_cards_slider .card:hover .card-links-wrapper {
    left: 10px;
    top: 34px;
  }
  .hover_cards_slider .card.slick-active {
    margin-left: 14px;
  }
  .hover_cards_slider .card:nth-child(4).slick-active {
    margin-left: 27px;
  }
  .hover_cards_slider .card.card-flip-open {
    transform: rotateY(180deg);
  }
  .hover_cards_slider .card.card-flip-open .card-links-wrapper, .hover_cards_slider .card.card-flip-open p {
    transform: rotateY(180deg);
    left: auto;
    right: 10px;
  }
  .hover_cards_slider .navigation-cards-arrows {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .hover_cards_slider .three-column-information-arrow2 {
    display: block !important;
  }
  .hover_cards_slider .three-column-information-arrow2 .slick-next:after {
    right: 20px;
  }
  .hover_cards_slider .three-column-information-arrow2 .slick-next:before {
    left: 0px;
  }
}

/*hover_cards_slider end*/
/* Platform overview page End */
/* Pick Your protection Popup Starts */
.pick-protection-modal .container {
  max-width: 100%;
  overflow: hidden;
}
.pick-protection-modal .modal-dialog {
  width: 100%;
  height: 100vh;
  max-width: 100%;
  margin: 0px;
}
.pick-protection-modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0px;
}
.pick-protection-modal .modal-dialog h5 {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 18px;
}
.pick-protection-modal .modal-dialog h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.31;
  color: #000000;
  max-width: 265px;
  margin-bottom: 14px;
}
.pick-protection-modal .modal-dialog P, .pick-protection-modal .modal-dialog h3 {
  font-weight: 400;
  /*font-size: 16px;*/
  font-size: 24px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 23px;
}
.pick-protection-modal .modal-dialog .steps {
  position: absolute;
  top: 35px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.42;
  /*left:1.7%;*/
  left: 3.3%;
}
.pick-protection-modal .modal-dialog ul {
  margin-bottom: 56px;
}
.pick-protection-modal .modal-dialog ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
}
.pick-protection-modal .modal-dialog .title h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.33;
  color: #373737;
  /*margin-bottom: 32px;*/
  margin-bottom: 15px;
}
.pick-protection-modal .modal-dialog .sub-heading {
  margin-bottom: 40px;
}
.pick-protection-modal .modal-dialog .sub-heading h4 {
  font-size: 24px;
  font-weight: 400;
}
.pick-protection-modal .modal-dialog .buttons-link {
  margin-bottom: 0px;
}
.pick-protection-modal .modal-dialog .buttons-link .cat {
  background-color: #ffffff;
  border-radius: 27px;
  border: 1px solid #373737;
  line-height: 1.5;
  text-align: center;
  width: auto;
  /*margin-right: 17px;*/
  margin-right: 9px;
  margin-bottom: 20px;
}
.pick-protection-modal .modal-dialog .buttons-link .cat label {
  float: left;
}
.pick-protection-modal .modal-dialog .buttons-link .cat label span {
  text-align: center;
  padding: 0;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 24px;
  border-radius: 24px;
  text-transform: uppercase;
  cursor: pointer;
}
.pick-protection-modal .modal-dialog .buttons-link .cat label span:hover {
  background-color: #373737;
  color: #ffffff;
}
.pick-protection-modal .modal-dialog .buttons-link .cat label input {
  position: absolute;
  display: none;
  color: #ffffff !important;
}
.pick-protection-modal .modal-dialog .buttons-link .cat label input + span {
  color: #373737;
}
.pick-protection-modal .modal-dialog .buttons-link .cat input:checked + span {
  color: #ffffff;
}
.pick-protection-modal .modal-dialog .cat input:checked + span {
  background-color: #373737;
}
.pick-protection-modal .progress {
  height: 5px;
  background-color: #ffffff;
}
.pick-protection-modal .progress .progress-bar {
  background: #cecada;
  background: linear-gradient(45deg, #cecada 0%, #e0b580 57%, #ff9567 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cecada", endColorstr="#ff9567",GradientType=1 );
}
.pick-protection-modal .modal-content {
  height: 100vh;
  background-color: #F6F5F4;
}
.pick-protection-modal .modal-content .modal-body {
  /*padding: 102px 0px 102px 86px;*/
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*padding: 0 1.7%;*/
  padding: 0 2.6%;
}
.pick-protection-modal .modal-header {
  /*padding: 1rem 1.7%;*/
  padding: 1rem 3.3%;
  width: 100%;
  margin: 0 auto;
  z-index: 9999;
  position: relative;
  border: none;
  min-height: 98px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.pick-protection-modal .modal-header .btn-close {
  z-index: 9;
}
.pick-protection-modal .modal-header .btn-close:focus {
  box-shadow: none;
}
.pick-protection-modal .modal-header h5 {
  font-size: 18px;
}
.pick-protection-modal .modal-footer {
  border-top: none;
  position: absolute;
  bottom: 35px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
}
.pick-protection-modal .modal-footer a.next-btn {
  position: absolute;
  bottom: 32px;
  color: #373737;
  /*right: 2.4%;*/
  right: 3.3%;
  margin: 0;
  padding-right: 25px;
  background-image: url(../images/next-arrow.png);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: 83% 53%;
  text-transform: uppercase;
  margin-right: 0;
  cursor: pointer;
  border: 1px solid #373737;
  border-radius: 30px;
  min-width: 116px;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  min-height: 38px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.pick-protection-modal .modal-footer a.prev-btn {
  position: absolute;
  bottom: 32px;
  color: #373737;
  /*left: 2.4%;*/
  left: 3.3%;
  margin: 0;
  padding-right: 20px;
  background-image: url(../images/prew-arrow.png);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: 20% 61%;
  text-transform: uppercase;
  margin-left: 0;
  cursor: pointer;
  border: 1px solid #373737;
  border-radius: 30px;
  min-width: 116px;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pick-protection-modal .row {
  display: flex !important;
  align-items: center;
}
.pick-protection-modal .image {
  position: relative;
  max-width: 619px;
  width: 100%;
  min-height: 700px;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  align-items: center;
}
.pick-protection-modal .image img {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  margin-right: 0;
}
.pick-protection-modal .image.step0-img {
  max-width: 194px;
  margin: 0 auto;
}
.pick-protection-modal .image.step1-img {
  margin: 0 auto;
  /*max-width: 194px;*/
  width: 100%;
}
.pick-protection-modal .image.step1-img img {
  max-width: 100%;
  width: 100%;
}
.pick-protection-modal .image .mobile-img {
  display: none;
}
.pick-protection-modal .container {
  position: relative;
}
.pick-protection-modal a.close-btn {
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  padding-right: 35px;
  color: #373737;
  text-transform: uppercase;
}
.pick-protection-modal .content {
  max-width: 100%;
}
@media screen and (max-height: 750px) {
  .pick-protection-modal {
    /*.modal-footer {
        bottom: 0;
    }*/
  }
  .pick-protection-modal .image {
    max-width: 440px;
    display: flex;
    align-items: center;
    padding-top: 90px;
  }
}
@media (min-width: 1920px) {
  .pick-protection-modal .image.step0-img {
    max-width: 21.77%;
  }
}
@media (max-width: 1440px) {
  .pick-protection-modal {
    /*.modal-footer a.prev-btn {
        left: 1.7%;
    }
    .modal-footer a.next-btn {
        right: 1.7%;
    }
    .modal-content {
        .modal-body {
            padding: 0 3.4%;
        }
    }*/
  }
}
@media (max-width: 1366px) {
  .pick-protection-modal .image {
    margin-right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pick-protection-modal .image img {
    max-width: 80%;
  }
}
@media (max-width: 1280px) {
  .pick-protection-modal .image {
    /*margin-right: -96px;*/
  }
  .pick-protection-modal .image img {
    max-width: 75%;
  }
}
@media (max-width: 1199px) {
  .pick-protection-modal .image {
    /*margin-right: -90px;*/
  }
  .pick-protection-modal .image img {
    max-width: 75%;
  }
}
@media (max-width: 1024px) {
  .pick-protection-modal .image {
    /*margin-right: -24px;*/
  }
}
@media (max-width: 991px) {
  .pick-protection-modal .image {
    margin-right: 0;
  }
  .pick-protection-modal .modal-dialog .modal-content {
    background: #F7F5F4;
  }
  .pick-protection-modal .modal-dialog .title h3 {
    font-size: 24px;
  }
  .pick-protection-modal .modal-dialog .sub-heading h4 {
    font-size: 18px;
  }
  .pick-protection-modal .modal-dialog .buttons-link .cat label span {
    font-size: 12px;
  }
  .pick-protection-modal .modal-footer {
    background: #F7F5F4 !important;
  }
  .pick-protection-modal .modal-footer .row {
    display: flex !important;
    width: 100%;
  }
  .pick-protection-modal .modal-footer .row [class*=col-] {
    width: 50%;
  }
  .pick-protection-modal .modal-footer a.prev-btn {
    position: relative;
    bottom: 0px;
    margin-left: 0;
    max-width: -moz-min-content;
    max-width: min-content;
    font-size: 14px;
    min-width: 95px;
  }
  .pick-protection-modal .modal-footer a.next-btn {
    position: relative;
    bottom: 0px;
    max-width: -moz-min-content;
    max-width: min-content;
    margin-left: auto;
    font-size: 14px;
    min-width: 95px;
  }
  .pick-protection-modal .image {
    /*right: -24px;*/
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .pick-protection-modal .content {
    max-width: 100%;
  }
  .pick-protection-modal .container {
    padding-right: 20px;
  }
  .pick-protection-modal .modal-content .modal-body {
    padding: 15px 0;
  }
  .pick-protection-modal .modal-dialog .buttons-link .cat {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .pick-protection-modal .modal-dialog .buttons-link .cat label span {
    font-size: 12px;
    padding: 5px 14px;
  }
  .pick-protection-modal .modal-dialog .title h3 {
    font-weight: 500;
    font-size: 24px;
  }
  .pick-protection-modal .modal-dialog .image {
    max-width: 280px;
    margin: 0px auto !important;
    width: 100%;
  }
  .pick-protection-modal .modal-dialog P, .pick-protection-modal .modal-dialog h3 {
    font-size: 18px;
  }
  .pick-protection-modal .image {
    position: relative;
    right: inherit;
    max-width: 200px;
    min-height: inherit;
    /*padding-top: 70px;*/
  }
  .pick-protection-modal .image .mobile-img {
    display: block;
  }
  .pick-protection-modal .image .desktop-img {
    display: none;
  }
  .pick-protection-modal .image.step1-img img {
    max-width: 228px !important;
    margin: 0 auto;
  }
  .pick-protection-modal .image.step0-img {
    max-width: 116px;
    margin: 0 auto;
  }
  .pick-protection-modal .modal-footer .row [class*=col-] {
    width: 50%;
  }
  .pick-protection-modal.intro2 .content-right p {
    margin-right: auto;
  }
}

.pick-protection-intro .modal-footer {
  display: none !important;
}
.pick-protection-intro .modal-dialog h2 {
  font-weight: 500;
  /*font-size: 80px;*/
  font-size: 64px;
  line-height: 110%;
  text-transform: uppercase;
  color: #373737;
  /*max-width: 481px;*/
  max-width: 100%;
}
.pick-protection-intro .modal-dialog .modal-content {
  /*background-size: 600% 100%;
  animation: gradient 16s linear infinite;
  animation-direction: alternate;
  height: 100vh;
  width: 100%;
  position: absolute;
  background: linear-gradient(112.36deg, #CECADA 0%, #E0B580 56.28%, #FF9567 98.23%);*/
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(112.36deg, #CECADA 0%, #E0B580 56.28%, #FF9567 98.23%);
  background-size: 600% 100%;
  animation: gradient 16s linear infinite;
  animation-direction: alternate;
}
.pick-protection-intro .modal-dialog .modal-content .modal-body {
  /*padding-top: 18.4%;*/
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pick-protection-intro .modal-dialog p, .pick-protection-intro .modal-dialog h3 {
  margin-bottom: 28px;
}
.pick-protection-intro .modal-dialog .btn {
  min-width: 93px;
  min-height: 36px;
  font-size: 18px;
}
.pick-protection-intro .content-right {
  max-width: 458px;
}
.pick-protection-intro .content-right .btn {
  min-width: 93px;
  min-height: 38px;
  font-size: 18px;
}
.pick-protection-intro .modal-header {
  padding-right: 59px;
  border: none;
}
.pick-protection-intro .row {
  display: flex !important;
}
.pick-protection-intro .row.align-items-end {
  align-items: flex-start !important;
}
.pick-protection-intro .row.align-items-end .content-right {
  margin-top: 193px;
}
.pick-protection-intro.intro2 .content-right {
  max-width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.pick-protection-intro.intro2 .content-right p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.31;
  text-align: center;
  color: #373737;
}
.pick-protection-intro.intro2 .content {
  max-width: 100%;
}
.pick-protection-intro.intro2 .modal-dialog h2 {
  font-size: 40px;
  text-transform: lowercase;
}
.pick-protection-intro.intro2 .modal-dialog h2:first-letter {
  text-transform: capitalize;
}
.pick-protection-intro.intro2 .row {
  align-items: center !important;
}
.pick-protection-intro.intro2 .row [class*=col-]:first-child .content {
  /*padding-left: 102px;*/
}
.pick-protection-intro.intro2 .row [class*=col-]:last-child .content {
  margin-top: 250px;
}
.pick-protection-intro.intro2 .row.align-items-end {
  align-items: center !important;
}
.pick-protection-intro.intro2 .row.align-items-end .content-right {
  margin-top: 0px !important;
}
.pick-protection-intro .modal-header {
  border: none;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 9;
}
.pick-protection-intro .container {
  position: relative;
}
.pick-protection-intro .image img {
  max-width: 100%;
}
@media (max-width: 1600px) {
  .pick-protection-intro {
    /*.modal-dialog .btn {
        min-width: 165px;
        min-height: 55px;
        font-size: 24px;
    }*/
  }
  .pick-protection-intro .modal-dialog h2 {
    /*font-size: 60px;*/
  }
}
@media (max-width: 1366px) {
  .pick-protection-intro .modal-dialog h2 {
    font-size: 55px;
  }
  .pick-protection-intro.intro2 .modal-dialog h2 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .pick-protection-intro .modal-dialog h2 {
    font-size: 50px;
  }
  .pick-protection-intro.intro2 .modal-dialog h2 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .pick-protection-intro.intro2 .modal-dialog h2 {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .pick-protection-intro.intro2 .modal-dialog h2 {
    font-size: 24px;
  }
  .pick-protection-intro .modal-dialog h2 {
    font-size: 40px;
  }
  .pick-protection-intro.intro2 .row [class*=col-]:first-child .content {
    /*padding-left: 80px;*/
  }
  .pick-protection-intro.intro2 .row [class*=col-]:first-child .content {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .pick-protection-intro .modal-header {
    margin-top: 0;
    padding: 1rem 20px !important;
  }
  .pick-protection-intro .modal-dialog h2 {
    font-size: 28px;
  }
  .pick-protection-intro .modal-dialog .modal-content .modal-body .row [class*=col-] {
    padding: 0 15px;
  }
  .pick-protection-intro .modal-dialog .btn {
    min-width: 79px;
    min-height: 31px;
    font-size: 14px;
    padding: 5px 19px;
  }
  .pick-protection-intro .modal-dialog .modal-content .modal-body .row {
    display: block !important;
  }
  .pick-protection-intro .modal-dialog .modal-content .modal-body .row [class*=col-] {
    width: 100%;
  }
  .pick-protection-intro .modal-dialog .modal-content .modal-body .content h2 br {
    display: none;
  }
  .pick-protection-intro.intro2 .content-right {
    text-align: left;
  }
  .pick-protection-intro.intro2 .content-right p {
    font-size: 24px;
    text-align: left;
    margin-right: auto;
  }
  .pick-protection-intro.intro2 .content-right .btn {
    margin-right: auto;
  }
  .pick-protection-intro.intro2 .modal-header {
    padding: 1rem 20px;
  }
  .pick-protection-intro.intro2 .row [class*=col-]:last-child .content {
    margin-top: 0;
  }
  .pick-protection-intro .row.align-items-end .content-right {
    margin-top: 0px;
  }
  .pick-protection-intro .slick-slide .row {
    display: flex !important;
    flex-direction: column;
  }
  .pick-protection-intro .slick-slide .row .col-md-6 {
    width: 100%;
  }
  .pick-protection-intro .image {
    max-width: 280px;
    margin: 0 auto 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pick-protection-intro .content-right .btn {
    margin-right: auto;
  }
  .pick-protection-intro .modal-dialog p br {
    display: none;
  }
}

.pick-protection-progress-bar {
  overflow: hidden;
  width: 100%;
  /*padding: 0rem 1.7%;*/
  /*padding: 0rem 0.7%;*/
  padding: 0rem 2.5%;
  z-index: 9;
  position: relative;
  top: 98px;
  left: 0;
  right: 0;
}
.pick-protection-progress-bar .progress {
  position: relative;
  bottom: inherit;
  width: 100%;
}
@media (max-width: 1199px) {
  .pick-protection-progress-bar {
    top: 48px;
    padding: 0rem 0.4%;
  }
}
@media (max-width: 1024px) {
  .pick-protection-progress-bar {
    top: 48px;
    padding: 0rem 0;
  }
}
@media (max-width: 767px) {
  .pick-protection-progress-bar {
    padding: 0rem 0;
  }
  .pick-protection-progress-bar .progress {
    height: 3px;
  }
}

.feedback-pick-protection .modal-dialog .modal-content {
  background-color: #373737;
}
.feedback-pick-protection .modal-dialog .content {
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  max-width: 528px;
  width: 100%;
}
.feedback-pick-protection .modal-dialog .content .btn:hover, .feedback-pick-protection .modal-dialog .content .btn:focus {
  color: #373737;
  background: #ffffff;
  border-color: #ffffff;
}
.feedback-pick-protection .modal-dialog h3 {
  color: #ffffff !important;
}
.feedback-pick-protection .modal-dialog h5 {
  color: #ffffff;
}
.feedback-pick-protection .modal-dialog .steps {
  color: #ffffff;
}
.feedback-pick-protection a.close-btn {
  color: #ffffff;
  background-image: url(../images/close-white.svg);
}
.feedback-pick-protection .modal-header .btn-close {
  background-image: url(../images/close-white.svg) !important;
  opacity: 1;
  background: transparent;
  outline: none;
  box-shadow: none;
}
.feedback-pick-protection .modal-footer a.prev-btn {
  background-image: url(../images/prew-arrow-white.svg);
  border-color: #ffffff;
}
.feedback-pick-protection form {
  display: flex;
  align-items: flex-end;
  margin-top: 66px;
  margin-bottom: 20px;
}
.feedback-pick-protection form.stepform-pyp-new {
  margin-top: 25px;
}
.feedback-pick-protection form.stepform-pyp-new .form-input .form-label {
  text-transform: capitalize;
}
.feedback-pick-protection form .form-input {
  max-width: 334px;
  width: 100%;
  margin-right: 25px;
}
.feedback-pick-protection form .form-input .form-label {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}
.feedback-pick-protection form .form-input .form-control {
  border-bottom: 1px solid #ffffff !important;
  color: #ffffff;
}
.feedback-pick-protection form .form-input .form-control option {
  color: #000000;
}
.feedback-pick-protection form .form-input select.form-control {
  background-image: url(../images/downarrow-white.svg);
  background-repeat: no-repeat;
  background-size: 5%;
  background-position: center right;
  padding-right: 20px;
}
.feedback-pick-protection form .btn-secondary {
  max-width: 158px;
  width: 100%;
  min-width: 158px;
}
.feedback-pick-protection form .btn-secondary:hover, .feedback-pick-protection form .btn-secondary:focus {
  color: #373737;
  background: #ffffff;
  border-color: #ffffff;
}
.feedback-pick-protection .modal-dialog .sub-heading {
  margin-bottom: 10px;
}
.feedback-pick-protection .modal-dialog .sub-heading h4 {
  font-size: 18px;
  font-weight: 400;
}
.feedback-pick-protection .modal-dialog .sub-heading h4 a {
  color: #ffffff;
  margin-left: 5px;
  text-decoration: underline;
}
.feedback-pick-protection .modal-footer a.prev-btn {
  color: #ffffff;
}
.feedback-pick-protection .modal-footer a.next-btn {
  /*color: $white;   
  background-image: url(../images/next-arrow.png);*/
}
.feedback-pick-protection .thankyou-text-btn h4 {
  color: #ffffff;
}
@media (max-width: 1650px) {
  .feedback-pick-protection .modal-dialog .content {
    max-height: 500px;
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 30px;
  }
  .feedback-pick-protection .slick-initialized .slick-slide {
    position: relative;
  }
  .feedback-pick-protection .modal-dialog .sub-heading h4 a {
    display: inline-block;
    margin-left: 3px;
  }
}
@media (max-width: 1440px) {
  .feedback-pick-protection.stepform-pyp-new {
    margin-bottom: 15px;
  }
  .feedback-pick-protection .modal-dialog .content {
    font-size: 18px;
  }
  .feedback-pick-protection .modal-dialog .content h3 {
    line-height: 1.3;
  }
  .feedback-pick-protection .modal-dialog .sub-heading h4 {
    font-size: 16px;
  }
  .feedback-pick-protection .modal-dialog P, .feedback-pick-protection .modal-dialog h3 {
    margin-bottom: 10px;
  }
  .feedback-pick-protection .slick-initialized .slick-slide .sub-heading + .btn-secondary {
    bottom: 19px;
  }
}
@media (max-width: 991px) {
  .feedback-pick-protection .modal-footer {
    background-color: #373737 !important;
  }
  .feedback-pick-protection .modal-content .modal-body {
    padding: 140px 4px 90px 4px;
  }
  .feedback-pick-protection form {
    margin-top: 16px;
  }
  .feedback-pick-protection .modal-dialog .content {
    font-size: 18px;
  }
  .feedback-pick-protection .slick-initialized .slick-slide .sub-heading + .btn-secondary {
    max-width: 210px !important;
    margin: 0 auto !important;
    top: 16px !important;
    z-index: 99999;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .feedback-pick-protection form {
    display: block;
  }
  .feedback-pick-protection form .form-input {
    margin-right: 0;
    margin-bottom: 21px;
  }
  .feedback-pick-protection form .btn {
    max-width: 138px;
    width: 100%;
    min-width: 138px;
    min-height: 28px;
    font-size: 12px;
    padding: 4px 10px;
  }
  .feedback-pick-protection .modal-body form.stepform-pyp-new .col-md-6 {
    order: 0 !important;
  }
  .feedback-pick-protection .slick-initialized .slick-slide .sub-heading + .btn-secondary {
    top: 0 !important;
  }
}

.thank-you-pick-protection .content {
  max-width: 534px;
  width: 100%;
}
.thank-you-pick-protection .thankyou-text-btn {
  margin-top: 72px;
}
.thank-you-pick-protection .thankyou-text-btn h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  color: #373737;
  margin-bottom: 20px;
}
.thank-you-pick-protection .thankyou-text-btn .thankyou-btns {
  display: flex;
  align-items: center;
}
.thank-you-pick-protection .thankyou-text-btn .thankyou-btns .btn-primary2 {
  margin-right: 12px;
}
@media (max-width: 991px) {
  .thank-you-pick-protection .modal-footer {
    background: #F7F5F4;
  }
}
@media (max-width: 767px) {
  .thank-you-pick-protection .thankyou-text-btn {
    margin-top: 40px;
  }
  .thank-you-pick-protection .thankyou-text-btn .thankyou-btns {
    display: block;
  }
  .thank-you-pick-protection .thankyou-text-btn .thankyou-btns .btn-primary2 {
    margin-right: 5px;
  }
  .thank-you-pick-protection .thankyou-text-btn .thankyou-btns .btn {
    padding: 7px 15px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .thank-you-pick-protection h4 {
    font-size: 18px;
  }
}

@keyframes gradient {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
@media (max-width: 1199px) {
  .pick-protection-modal .modal-header {
    min-height: inherit;
  }
  .pick-protection-modal .modal-dialog .steps {
    top: 14px;
    font-size: 14px;
  }
  .pick-protection-modal .modal-dialog h5 {
    width: 100%;
    font-size: 14px;
    margin-left: auto;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  .pick-protection-modal .modal-body .image img {
    max-width: 90%;
  }
  .pick-protection-modal .modal-dialog P {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .pick-protection-modal .modal-dialog P {
    font-size: 16px;
  }
  .pick-protection-modal .modal-content .modal-body {
    padding: 0 5px;
  }
  .pick-protection-modal .modal-header {
    padding: 1rem 0;
    position: static;
  }
  .pick-protection-modal .modal-dialog .steps {
    left: 20px;
  }
  .pick-protection-progress-bar {
    padding: 0rem 0px;
    top: 0;
  }
  .pick-protection-modal .modal-footer {
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
  }
  .pick-protection-modal .modal-body .image img {
    max-width: 100%;
  }
  .pick-protection-modal .modal-footer a.next-btn {
    right: 0;
  }
  .pick-protection-modal .modal-footer a.prev-btn {
    left: 0%;
  }
}
@media (max-width: 767px) {
  .ot-floating-button__front.custom-persistent-icon {
    display: none;
  }
  .pick-protection-modal .modal-content .modal-body {
    /*padding: 122px 4px 150px 4px;*/
    padding: 60px 4px 150px 4px;
    overflow: auto;
    display: block;
    /*height: calc(100vh - 50px);*/
  }
  .pick-protection-modal .modal-body .col-md-6 {
    order: 1;
  }
  .pick-protection-modal .modal-body .col-md-6 + .col-md-6 {
    order: 0;
    /*padding: 100px 15px 30px;*/
    padding: 0px 15px 30px;
  }
  .pick-protection-modal .modal-dialog h2 {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.15;
  }
  .pick-protection-modal .modal-dialog .buttons-link {
    margin-bottom: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
  }
  .pick-protection-modal .modal-dialog P {
    margin-bottom: 23px;
    font-size: 12px;
  }
  .pick-protection-modal .modal-dialog ul li {
    font-size: 12px;
  }
  .pick-protection-modal .modal-dialog h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.33;
    color: #373737;
    margin-bottom: 17px;
    font-size: 18px;
  }
  .pick-protection-modal .modal-footer {
    border-top: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    background: #fff;
    left: 0;
  }
  .pick-protection-modal .modal-footer a.next-btn {
    position: relative;
    bottom: 0px;
    margin-right: 0;
  }
  .pick-protection-modal video {
    max-width: 100%;
  }
  .pick-protection-modal .modal-dialog .image {
    /*padding-top: 20px;*/
    padding-top: 0px;
  }
}
/* Pick Your protection Popup End */
/*partners-details-banner Start*/
.partners-details-banner {
  padding: 54px 0 84px;
  min-height: 370px;
}
.partners-details-banner .back-to-page {
  text-transform: uppercase;
  margin-left: 64px;
  margin-right: auto;
  margin-bottom: 76px;
  padding-left: 13px;
}
.partners-details-banner .back-to-page:before {
  background-image: url(../images/back-arrow2.png);
  background-size: contain;
}
.partners-details-banner img {
  margin-bottom: 32px;
}
.partners-details-banner .container.full-container {
  margin-left: auto;
  max-width: 1092px;
  margin: 0 auto !important;
}
.partners-details-banner .partners-details-content-new {
  max-width: 532px;
  width: 100%;
}
.partners-details-banner .partners-details-content-new h1 {
  margin-bottom: 19px;
}
.partners-details-banner .partners-details-content-new p {
  margin-bottom: 23px;
}
.partners-details-banner .image.text-end img {
  margin-bottom: 0;
}
.partners-details-banner.partners-details-banner-new {
  padding: 54px 0 114px;
}
@media (min-width: 1441px) {
  .partners-details-banner .container.full-container {
    max-width: 1122px;
    padding: 0;
  }
}
@media (max-width: 1366px) {
  .partners-details-banner .container.full-container {
    margin-left: 133px;
  }
}
@media (max-width: 1199px) {
  .partners-details-banner .container.full-container {
    margin-left: 103px;
  }
}
@media (max-width: 1024px) {
  .partners-details-banner .container.full-container {
    margin-left: 0px;
  }
  .partners-details-banner .back-to-page {
    margin-bottom: 45px;
  }
  .partners-details-banner .back-to-page {
    margin-left: 19px;
  }
}
@media (max-width: 991px) {
  .partners-details-banner {
    padding: 65px 0 88px;
    min-height: 312px;
  }
  .partners-details-banner.partners-details-banner-new .back-to-page {
    display: block !important;
    font-size: 12px;
  }
  .partners-details-banner.partners-details-banner-new .back-to-page:before {
    top: 3px;
  }
  .partners-details-banner .container.full-container {
    max-width: 100%;
    margin-left: 0;
  }
  .partners-details-banner .back-to-page {
    display: none;
  }
  .partners-details-banner img {
    max-width: 191px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .partners-details-banner .row .col-md-8 {
    order: 1;
  }
  .partners-details-banner .image.text-end {
    text-align: left !important;
    margin-bottom: 18px;
  }
  .partners-details-banner .partners-details-content-new h1 {
    margin-bottom: 14px;
    font-size: 24px !important;
  }
  .partners-details-banner .partners-details-content-new p {
    margin-bottom: 15px;
  }
  .partners-details-banner.partners-details-banner-new {
    padding: 46px 0 56px;
  }
}

.protegrity-snowflake .tan-bg {
  background-color: #D1C5B7 !important;
}
.protegrity-snowflake .tan-bg p {
  color: #181818;
}
.protegrity-snowflake .company-stats-slider .image .card .card-body h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 127%;
  text-transform: uppercase;
  color: #181818;
}
@media (max-width: 1024px) {
  .protegrity-snowflake .company-stats-slider .image .card .card-body h4 {
    font-size: 16px;
  }
}

.all-resources-article-white {
  background-color: #373737 !important;
  margin-top: 75px;
}
.all-resources-article-white .heading h3 {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .all-resources-article-white {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .all-resources-article-white .heading h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .all-resources-article-white {
    margin-top: 34px;
  }
}

.cta-accordion {
  background: #F7F5F4;
}
.cta-accordion .accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid #B3BACC;
}
.cta-accordion .accordion-body {
  max-width: 442px;
}
.cta-accordion .text-inner {
  padding-right: 160px;
}
.cta-accordion .btn {
  margin-top: 12px;
}
@media (max-width: 991px) {
  .cta-accordion .btn {
    margin-top: 42px;
  }
  .cta-accordion .text-inner {
    padding-right: 0;
  }
}

.text-media-white .cream-bg {
  background-color: #ffffff !important;
}
@media (max-width: 991px) {
  .text-media-white .row [class*=col-] {
    width: 100%;
  }
}

.video-btn-hide .play-btn {
  display: none;
}

.partner-details-page-wp .text-media .row [class*=col-], .community-shift-left-page .text-media .row [class*=col-] {
  width: 50%;
}
.partner-details-page-wp .protegrity-snowflake .company-stats-slider .image .card .card-body h4, .community-shift-left-page .protegrity-snowflake .company-stats-slider .image .card .card-body h4 {
  font-weight: 700;
  font-size: 20px;
}
.partner-details-page-wp .partners-modules .container, .community-shift-left-page .partners-modules .container {
  margin-left: auto;
}
@media (max-width: 991px) {
  .partner-details-page-wp .text-media .row [class*=col-], .community-shift-left-page .text-media .row [class*=col-] {
    width: 100%;
  }
  .partner-details-page-wp .text-media .order-md-0, .community-shift-left-page .text-media .order-md-0 {
    order: 1 !important;
  }
  .partner-details-page-wp .protegrity-snowflake .company-stats-slider .image .card .card-body h4, .community-shift-left-page .protegrity-snowflake .company-stats-slider .image .card .card-body h4 {
    font-size: 18px;
  }
}

/*partners-details-banner End*/
/*Faq page Start*/
.faq-page .col-md-10 {
  background-color: #F6F5F4;
}
.faq-page .contact-btn {
  justify-content: flex-end;
}
.faq-page .heading h2 {
  text-transform: uppercase;
  color: #373737;
}
.faq-page .heading h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  color: #FA5A25;
}
@media (max-width: 991px) {
  .faq-page .heading h3 {
    font-size: 18px;
  }
  .faq-page .col-md-2 {
    display: none;
  }
}
@media (max-width: 991px) {
  .faq-page .count-question .question {
    max-width: 206px;
  }
}

/*Faq page End*/
/*community-shift-left-page start*/
.community-shift-left-page .process-accordion .content {
  min-height: 768px;
}
.community-shift-left-page .process-accordion .content .titlecontent-details .accordion-button::after {
  content: "";
  background-image: url(../images/accordion-btn-white.svg);
  background-repeat: no-repeat;
  background-size: auto;
  top: 20px;
}
.community-shift-left-page .process-accordion .content .titlecontent-details .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
}
.community-shift-left-page .process-accordion .image {
  min-height: 768px !important;
}
.community-shift-left-page .get-started {
  margin-top: 115px;
}
.community-shift-left-page .list-cards {
  padding-bottom: 114px;
}
.community-shift-left-page .protegrity-snowflake .company-stats-slider .image .card .card-body h4 {
  font-weight: 700;
}
@media (max-width: 991px) {
  .community-shift-left-page .column-text-hero2 .content {
    padding: 35px 0px 0px !important;
  }
  .community-shift-left-page .column-text-hero2 .content h3 br {
    display: none;
  }
  .community-shift-left-page .get-started {
    margin-top: 42px;
  }
  .community-shift-left-page .who-is-content {
    margin-top: 13px;
  }
  .community-shift-left-page .column-text-hero2 h2 {
    margin-bottom: 27px !important;
  }
  .community-shift-left-page .process-accordion .image {
    min-height: inherit !important;
  }
}

.list-cards {
  padding-top: 83px;
}
.list-cards .container {
  max-width: 1030px;
}
.list-cards .heading {
  text-align: center;
  margin-bottom: 57px;
}
.list-cards .row [class*=col-] {
  align-items: stretch;
  display: flex;
}
.list-cards .row [class*=col-] .card {
  width: 100%;
}
.list-cards .card {
  border: 1px solid #373737;
  border-radius: 16px;
  min-height: 234px;
  max-width: 297px;
  width: 100%;
}
.list-cards .card .card-body {
  padding: 32px 20px 32px 29px;
}
.list-cards .card .card-body h5 {
  font-weight: 500;
  line-height: 1.42;
  margin-bottom: 25px;
}
.list-cards .card .card-body ul {
  padding-left: 20px;
}
@media (min-width: 1441px) {
  .list-cards .container {
    max-width: 100%;
    padding: 0 111px;
  }
}
@media (max-width: 1024px) {
  .list-cards {
    padding-top: 56px;
  }
  .list-cards .card .card-body {
    padding: 32px 20px;
  }
}
@media (max-width: 991px) {
  .list-cards .heading {
    margin-bottom: 27px;
  }
  .list-cards .card {
    min-height: 152px;
  }
  .list-cards .card .card-body {
    padding: 20px 20px 9px;
  }
  .list-cards .card .card-body h5 {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .list-cards .card .card-body ul li {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .list-cards .card {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .list-cards .row [class*=col-]:last-child .card {
    margin-bottom: 0;
  }
}

.small-numbers-cards-title {
  background-color: #ffffff !important;
}
.small-numbers-cards-title .section-title h2 {
  color: #181818;
}
.small-numbers-cards-title .container {
  max-width: 1036px;
}
.small-numbers-cards-title .content .row {
  width: 100%;
}
.small-numbers-cards-title .image {
  margin-bottom: 29px;
}
.small-numbers-cards-title .image .card {
  min-height: 155px !important;
  height: auto !important;
}
.small-numbers-cards-title .image .card .card-body {
  padding: 19px 23px 28px !important;
}
.small-numbers-cards-title .image .card .card-body .card-title {
  max-height: 70px !important;
  line-height: 1 !important;
  margin-bottom: 21px !important;
}
.small-numbers-cards-title .image .card .card-body .card-subtitle {
  margin-bottom: 0px !important;
}
@media (min-width: 1441px) {
  .small-numbers-cards-title .container {
    max-width: 100%;
    padding: 0 111px;
  }
}
@media (max-width: 991px) {
  .small-numbers-cards-title {
    padding-bottom: 29px;
  }
  .small-numbers-cards-title .content {
    padding: 25px 0px 0px !important;
  }
  .small-numbers-cards-title .content .row {
    width: inherit;
  }
  .small-numbers-cards-title .company-stats-slider .image {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .small-numbers-cards-title .company-stats-slider .image .card {
    min-height: 154px !important;
  }
  .small-numbers-cards-title .company-stats-slider .image .card .card-body h4 {
    margin-bottom: 0;
    min-height: 22px;
  }
}
@media (max-width: 767px) {
  .small-numbers-cards-title .company-stats-slider .image .card {
    min-height: 134px !important;
  }
}

.column-text-hero2 .container {
  max-width: 960px !important;
}
.column-text-hero2 h3 {
  text-transform: uppercase;
  margin-bottom: 37px;
}
.column-text-hero2 h2 {
  margin-bottom: 35px !important;
}
.column-text-hero2 .content p {
  max-width: 574px !important;
}
.column-text-hero2 h2, .column-text-hero2 h1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .column-text-hero2 h2, .column-text-hero2 h1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 1024px) {
  .column-text-hero2 {
    padding: 70px 0 70px;
  }
}
@media (max-width: 991px) {
  .column-text-hero2 {
    padding: 8px 0 28px;
  }
  .column-text-hero2 h2, .column-text-hero2 h1 {
    font-size: 24px !important;
  }
  .column-text-hero2 h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .column-text-hero2 .who-is-content ul {
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .column-text-hero2 h1, .column-text-hero2 h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 320px) {
  .column-text-hero2 h1, .column-text-hero2 h2 {
    font-size: 24px !important;
  }
}

.who-is-content {
  margin-top: 44px;
}
.who-is-content h4 {
  font-weight: 700;
  line-height: 1.27;
  text-transform: uppercase;
  color: #181818;
  margin-bottom: 14px;
}

/*community-shift-left-page end*/
/*Whitepaper details page start*/
.whitepaper-details-banner .back-to-page {
  margin-bottom: 105px;
  display: block;
  margin-left: 176px;
  margin-top: 46px;
}
.whitepaper-details-banner .content {
  max-width: 64%;
  padding-top: 0;
  padding-bottom: 0;
}
.whitepaper-details-banner .content ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
  color: #2A2A2A;
}
.whitepaper-details-banner .summary-content {
  margin-bottom: 50px;
}
.whitepaper-details-banner .subscribe-form input {
  border: 1px solid #373737;
  border-radius: 4px;
  min-height: 48px;
}
.whitepaper-details-banner .subscribe-form .form-label {
  margin-bottom: 15px;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .whitepaper-details-banner .back-to-page {
    margin-left: 55px;
    margin-bottom: 51px;
  }
  .whitepaper-details-banner .content {
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  .whitepaper-details-banner .back-to-page {
    margin-left: 22px;
  }
  .whitepaper-details-banner .content {
    max-width: 100%;
  }
  .whitepaper-details-banner .content ul li {
    font-size: 12px;
  }
  .whitepaper-details-banner .content ul li a {
    font-size: 12px;
    text-decoration: none;
  }
  .whitepaper-details-banner .summary-content {
    margin-top: 21px;
    margin-bottom: 32px;
  }
  .whitepaper-details-banner .summary-content h6 {
    text-transform: uppercase;
    margin-bottom: 13px;
  }
  .whitepaper-details-banner .download-it-now {
    margin: 0 -20px;
    overflow: hidden;
  }
  .whitepaper-details-banner .download-it-now .get-a-book {
    padding: 31px 22px;
  }
  .whitepaper-details-banner h6 {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .whitepaper-details-banner .subscribe-form {
    max-width: 100%;
    margin-bottom: 23px;
    padding: 0;
  }
  .whitepaper-details-banner .subscribe-form .submit-share-icons {
    margin-left: 0;
  }
  .whitepaper-details-banner .content .btn {
    max-width: 148px;
    width: 100%;
    min-height: 36px;
    border-color: #ffffff;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .whitepaper-details-banner .content .submit .btn {
    font-size: 14px;
    background-color: #373737;
    color: #ffffff;
  }
}

.get-a-book {
  background: #373737;
  padding: 31px 48px 40px;
  color: #ffffff;
}
.get-a-book h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .get-a-book h3 {
    font-size: 18px;
  }
}

/*Whitepaper details page end*/
/*Resource center page start*/
.resource-center-page .hero-text-with-cta {
  padding: 98px 0 0;
  min-height: initial;
}
.resource-center-page .hero-text-with-cta p {
  margin-bottom: 0 !important;
}
.resource-center-page .hero-text-with-cta .container.full-container {
  max-width: 1060px !important;
  margin-left: 48px !important;
}
.resource-center-page .posts {
  padding-top: 55px;
}
.resource-center-page .posts h4 {
  margin-bottom: 30px;
}
.resource-center-page .posts .container {
  max-width: 100%;
  padding: 0 60px;
}
.resource-center-page .posts .card .featured-btn {
  position: relative;
  top: inherit;
  left: inherit;
  margin-bottom: 17px;
  max-width: 100%;
}
.resource-center-page .posts .card .featured-btn a {
  max-width: 139px;
  font-size: 14px;
}
.resource-center-page .posts .most-popular-post .card .card-body {
  border-radius: 0px 0 16px 16px !important;
}
.resource-center-page .posts .most-popular-post .card .card-body h3 a {
  font-size: 24px;
  padding-right: 110px !important;
}
.resource-center-page .posts .most-popular-post .card .card-body h3 a:after {
  width: 55px !important;
  height: 55px !important;
  background-image: url(../images/arrow-link.svg);
}
.resource-center-page .posts .most-popular-post.most-popular-post-small .card .card-body h3 a {
  padding-right: 40px !important;
}
.resource-center-page .posts .most-popular-post.most-popular-post-small .card .card-body h3 a:after {
  width: 32px !important;
  height: 32px !important;
  background-image: url(../images/arrow-link1.svg);
}
.resource-center-page .post-column .card h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 17px;
}
.resource-center-page .post-column .card .card-body p {
  max-width: 315px;
  width: 100%;
}
.resource-center-page .post-column .col-md-6.most-popular-post .card .card-body {
  padding: 35px 40px 45px !important;
}
.resource-center-page .pg-with-sidebar {
  min-height: calc(100vh - 352px);
}
@media (max-width: 1280px) {
  .resource-center-page .posts {
    padding: 32px 22px;
  }
  .resource-center-page .hero-text-with-cta {
    padding: 27px 0 0;
  }
  .resource-center-page .hero-text-with-cta .container.full-container {
    max-width: 830px !important;
  }
  .resource-center-page .posts .most-popular-post .card .card-body {
    padding: 20px 17px 20px !important;
  }
  .resource-center-page .posts .most-popular-post .card .card-body h3 a {
    font-size: 18px;
    padding-right: 80px !important;
  }
  .resource-center-page .posts .most-popular-post .card .card-body h3 a:after {
    width: 25px !important;
    height: 25px !important;
  }
  .resource-center-page .posts .most-popular-post.most-popular-post-small .card .card-body h3 a:after {
    width: 25px !important;
    height: 25px !important;
  }
  .resource-center-page .posts .card .featured-btn a {
    max-width: 103px;
    font-size: 12px;
    min-height: 23px;
  }
  .resource-center-page .posts .container {
    padding: 0 40px;
  }
  .resource-center-page .post-column .card h6 {
    font-size: 12px;
  }
  .resource-center-page .post-column .col-md-6.most-popular-post .card .card-body {
    padding: 20px 17px 20px !important;
  }
  .resource-center-page .event-page-main .posts {
    padding: 32px 0;
  }
}
@media (max-width: 1199px) {
  .resource-center-page .hero-text-with-cta .container.full-container {
    max-width: 750px !important;
  }
}
@media (max-width: 991px) {
  .resource-center-page .hero-text-with-cta .container.full-container {
    margin-left: auto !important;
    max-width: 100% !important;
  }
  .resource-center-page .posts .container {
    padding: 0 0;
  }
  .resource-center-page .pg-with-sidebar .col-md-2 {
    display: block;
  }
  .resource-center-page .pg-with-sidebar .hero-text-with-cta {
    display: none !important;
  }
}

/*Resource center page end*/
/* Integrations Page Sections start */
.charcoal-bg {
  background-color: #373737;
  color: #ffffff;
}

/* Text and Two Column Bullets Start */
.text-n-two-column-bullets {
  padding: 98px 64px 90px 87px;
}
.text-n-two-column-bullets .section-title {
  font-weight: 300;
  line-height: 1.33;
  text-transform: uppercase;
  margin-bottom: 26px;
  width: 90%;
}
.text-n-two-column-bullets .section-content {
  line-height: 1.5;
  font-weight: 300;
  max-width: 72%;
}
.text-n-two-column-bullets .content-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.27;
}
.text-n-two-column-bullets .content-list {
  list-style: none;
  padding-left: 15px;
}
.text-n-two-column-bullets .content-list li {
  font-weight: 300;
  font-size: 16px;
  position: relative;
}
.text-n-two-column-bullets .content-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media (min-width: 1920px) {
  .text-n-two-column-bullets .section-title {
    width: 62%;
  }
}
@media (min-width: 1650px) {
  .text-n-two-column-bullets .section-title {
    width: 68%;
  }
}
@media (max-width: 1440px) {
  .text-n-two-column-bullets .section-content {
    max-width: 84%;
  }
}
@media (max-width: 1199px) {
  .text-n-two-column-bullets {
    padding: 98px 60px 90px 60px;
  }
}
@media (max-width: 991px) {
  .text-n-two-column-bullets {
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  .text-n-two-column-bullets {
    padding: 70px 0px;
  }
}
@media (max-width: 767px) {
  .text-n-two-column-bullets .section-title {
    font-weight: 300;
    line-height: 1.33;
    text-transform: uppercase;
    margin-bottom: 26px;
    font-weight: 400;
    font-size: 18px;
    width: 100%;
  }
  .text-n-two-column-bullets .section-content {
    line-height: 1.5;
    font-weight: 400;
    font-size: 12px;
    width: 100%;
  }
  .text-n-two-column-bullets .content-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.27;
    font-weight: 700;
    font-size: 12px;
  }
  .text-n-two-column-bullets .content-list li {
    font-weight: 300;
    font-size: 16px;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
  }
}

/* Text and Two Column Bullets End */
/* Capabilities Start */
.capabilities-wrapper {
  background-color: #F6F5F4;
  padding: 98px 67px 155px 105px;
}
.capabilities-wrapper .section-title {
  margin-bottom: 27px;
}
.capabilities-wrapper .content .accordion {
  max-width: 445px;
}
.capabilities-wrapper .content .accordion-body {
  width: 100%;
  padding-left: 0px;
  padding-top: 0;
}
.capabilities-wrapper .content .accordion-body .tooltip {
  position: relative;
  color: rgb(106, 101, 94);
  font-size: 18px;
  padding: 5px;
  color: rgb(0, 0, 0);
  opacity: 1;
  height: 16px;
  width: 16px;
  background-image: url("../images/info-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 4px;
  margin-left: 5px;
  cursor: pointer;
}
.capabilities-wrapper .content .accordion-body .tooltip::before {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  min-width: -moz-max-content;
  min-width: max-content;
  background: #6D758D;
  color: #FFF;
  padding: 20px 11px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  content: attr(tooltip-text);
  transition: all 0.3s ease;
}
.capabilities-wrapper .content .accordion-body .tooltip:hover {
  background-image: url("../images/info-icon-hover.svg");
}
.capabilities-wrapper .content .accordion-body .tooltip:hover:before {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.capabilities-wrapper .content .accordion-body .tooltip.right:before {
  left: calc(100% + 23px);
  top: 50%;
  transform: translateY(-50%);
  max-width: 445px;
  width: 445px;
  min-width: -moz-min-content;
  min-width: min-content;
}
.capabilities-wrapper .content .accordion-body p {
  display: flex;
  margin-bottom: 5px;
}
.capabilities-wrapper .content .accordion-item {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.capabilities-wrapper .content .accordion-button {
  background-color: transparent;
  box-shadow: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.42;
  color: #373737;
  position: relative;
  padding-left: 0px;
  padding-top: 20px;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.capabilities-wrapper .content .accordion-button:not(.collapsed)::after {
  content: "x";
  font-size: 18px;
  text-transform: lowercase;
  font-weight: 500;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 14px;
  transform: rotate(0);
  right: 10px;
  top: 20px;
}
.capabilities-wrapper .content .accordion-button:not(.collapsed):before {
  color: #FA5A25;
  overflow: visible;
}
.capabilities-wrapper .content .accordion-button:not(.collapsed):after {
  transform: rotate(45deg);
}
.capabilities-wrapper .content .accordion-button:after {
  /*content: "+";
  font-size: 26px;
  background-image: none;
  font-weight: 400;
  position: absolute;
  right: 3px;*/
  content: "" !important;
  background-image: url(../images/accordion-btn-charcoal.svg);
  background-repeat: no-repeat;
  background-size: auto;
  top: 25px;
  position: absolute;
  right: 3px;
}
.capabilities-wrapper .icons-listing {
  display: flex;
  padding: 0px;
  margin: 0px;
  list-style: none;
  flex-wrap: wrap;
  padding-left: 55px;
  max-width: 500px;
}
.capabilities-wrapper .icons-listing li {
  margin-right: 0px;
  margin-bottom: 10px;
}
.capabilities-wrapper .icons-listing li img {
  max-width: 51px;
}
.capabilities-wrapper .icons-listing li .normal-image {
  display: inline-block;
}
.capabilities-wrapper .icons-listing li .hover-image {
  display: none;
}
.capabilities-wrapper .icons-listing li.active .normal-image {
  display: none;
}
.capabilities-wrapper .icons-listing li.active .hover-image {
  display: inline-block;
}
.capabilities-wrapper .icons-listing li:nth-child(5n) {
  margin-right: 0px;
}
.capabilities-wrapper .icons-listing li .icons-listing {
  padding-left: 0;
}
.capabilities-wrapper .icons-listing li .icons-listing li {
  margin-right: 40px;
}
.capabilities-wrapper .icons-listing li .icons-listing li:last-child {
  margin-right: 0;
}
@media (max-width: 1366px) {
  .capabilities-wrapper .icons-listing li .icons-listing li {
    margin-right: 20px;
  }
}
@media (max-width: 1280px) {
  .capabilities-wrapper {
    padding: 100px 60px;
  }
  .capabilities-wrapper .icons-listing {
    padding-left: 35px;
  }
  .capabilities-wrapper .icons-listing li .icons-listing li {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .capabilities-wrapper .icons-listing li img {
    max-width: 35px;
  }
  .capabilities-wrapper .icons-listing li .icons-listing li {
    margin-right: 20px;
  }
  .capabilities-wrapper .content .accordion {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .capabilities-wrapper {
    padding: 46px 20px 22px 20px;
  }
  .capabilities-wrapper .section-title {
    margin-bottom: 19px;
  }
  .capabilities-wrapper .icons-listing {
    margin-top: 36px;
    padding-left: 0px;
  }
  .capabilities-wrapper .icons-listing > li {
    margin-right: 0 !important;
  }
  .capabilities-wrapper .icons-listing li {
    margin-bottom: 11px;
    width: 100%;
  }
  .capabilities-wrapper .icons-listing li:nth-child(5n) {
    margin-right: 0;
  }
  .capabilities-wrapper .icons-listing li .icons-listing {
    max-width: 100%;
    justify-content: space-between;
  }
  .capabilities-wrapper .icons-listing li .icons-listing li {
    margin-right: 15px;
    width: auto;
  }
  .capabilities-wrapper .content .accordion {
    max-width: 100%;
  }
  .capabilities-wrapper .content .accordion .accordion-button {
    font-size: 14px;
    line-height: 1.42;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .capabilities-wrapper .content .accordion .accordion-button.collapsed:after {
    top: 15px;
  }
  .capabilities-wrapper .content .accordion .accordion-button:not(.collapsed)::after {
    top: 13px;
  }
  .capabilities-wrapper .content .accordion .accordion-body {
    padding-top: 5px;
    padding-bottom: 8px;
  }
  .capabilities-wrapper .content .accordion .accordion-body .tooltip.right::before {
    left: calc(100% + 5px);
    top: 50%;
    max-width: 130px;
    width: 130px;
    min-width: -moz-min-content;
    min-width: min-content;
  }
  .capabilities-wrapper .icons-listing .icons-listing {
    padding: 0;
    margin-top: 0;
  }
  .capabilities-wrapper .capabilities-wrapper .icons-listing li ul li {
    width: auto;
  }
  .capabilities-wrapper .capabilities-wrapper .icons-listing > li {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .capabilities-wrapper .icons-listing li {
    margin-right: 20px;
    margin-bottom: 11px;
  }
  .capabilities-wrapper .icons-listing li:nth-child(5n) {
    margin-right: 0px;
  }
  .capabilities-wrapper .icons-listing li .icons-listing li {
    margin-right: 15px;
  }
}
@media (max-width: 320px) {
  .capabilities-wrapper .icons-listing li {
    margin-bottom: 11px;
    margin-right: 0;
  }
  .capabilities-wrapper .icons-listing li:nth-child(5n) {
    margin-right: 0px;
  }
  .capabilities-wrapper .icons-listing li .icons-listing li {
    margin-right: 26px;
  }
}

/* Capabilities End */
/* Integrations slider start */
.integration-slider {
  padding: 99px 0px 99px 111px;
}
.integration-slider .section-title {
  margin-bottom: 53px;
}
.integration-slider .slick-slide {
  margin-right: 24px;
  max-width: 310px;
}
.integration-slider .card {
  background: #F7F5F4;
  border-radius: 16px;
  padding: 40px 25px;
  max-width: 310px;
  width: 100%;
  /*min-height: 463px;*/
  min-height: 693px;
  border: none;
  max-height: 463px;
}
.integration-slider .card .image-wrapper {
  /*max-width: 174px;*/
  max-width: 110px;
  margin: auto;
  margin-bottom: 22px;
  margin-top: 6px;
}
.integration-slider .card .card-body .card-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.42;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.integration-slider .card .card-body .card-text {
  line-height: 1.5;
}
.integration-slider .col-md-4 {
  max-width: 310px;
}
.integration-slider .integration-arrow-style, .integration-slider .slider-arrow-card-slider2, .integration-slider .navigation-cards-arrows, .integration-slider .three-column-information-arrow2 {
  max-width: 976px;
  width: 100%;
  margin: 53px auto 0;
  position: relative;
  display: flex;
  align-items: center;
}
.integration-slider .integration-arrow-style ul, .integration-slider .slider-arrow-card-slider2 ul, .integration-slider .navigation-cards-arrows ul, .integration-slider .three-column-information-arrow2 ul {
  max-width: 88%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  justify-content: space-between;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
}
.integration-slider .integration-arrow-style ul li, .integration-slider .slider-arrow-card-slider2 ul li, .integration-slider .navigation-cards-arrows ul li, .integration-slider .three-column-information-arrow2 ul li {
  width: 100%;
  line-height: 0;
}
.integration-slider .integration-arrow-style ul li button, .integration-slider .slider-arrow-card-slider2 ul li button, .integration-slider .navigation-cards-arrows ul li button, .integration-slider .three-column-information-arrow2 ul li button {
  width: 100%;
  border-radius: 0;
  height: 1px;
  margin: 0;
  border-color: #C1C1C1;
  background-color: transparent;
  border-right: 0;
  text-indent: -550px;
  overflow: hidden;
  padding: 0;
}
.integration-slider .integration-arrow-style ul li.slick-active button, .integration-slider .slider-arrow-card-slider2 ul li.slick-active button, .integration-slider .navigation-cards-arrows ul li.slick-active button, .integration-slider .three-column-information-arrow2 ul li.slick-active button {
  background-color: #FA5A25;
  padding: 2px;
  border: none;
}
@media (max-width: 1280px) {
  .integration-slider {
    padding: 99px 60px;
  }
}
@media (max-width: 1199px) {
  .integration-slider {
    padding: 99px 0px 99px 60px;
  }
  .integration-slider .card {
    background: #F7F5F4;
    border-radius: 16px;
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .integration-slider {
    padding: 99px 20px 99px 20px;
  }
  .integration-slider .view-more {
    display: none;
  }
}
@media (max-width: 767px) {
  .integration-slider {
    padding: 47px 20px 45px 20px;
  }
  .integration-slider .container {
    padding: 0px;
  }
  .integration-slider .section-title {
    margin-bottom: 30px;
  }
  .integration-slider .view-more {
    display: inline-block;
  }
  .integration-slider .card {
    background: #F7F5F4;
    border-radius: 16px;
    padding: 30px 20px 37px;
    /*min-height: 279px;*/
    min-height: inherit;
    margin: 0 auto 24px;
    max-height: inherit;
  }
  .integration-slider .card .card-body {
    position: relative;
    padding-right: 60px;
  }
  .integration-slider .card .card-body .read-more {
    margin-top: 0;
    position: absolute;
    right: 26px;
    top: 17px;
  }
  .integration-slider .card .card-body .read-more:after {
    content: "";
    right: 0;
    background-image: url(../images/plus-expand.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 34px;
    height: 34px;
    top: -4px;
  }
  .integration-slider .card .card-body .card-title {
    font-size: 14px;
    margin-bottom: 0;
  }
  .integration-slider .card .card-body .card-text {
    display: none;
    margin-top: 20px;
    max-height: inherit !important;
    overflow: inherit !important;
    overflow-y: inherit !important;
  }
  .integration-slider .card .card-body.open .read-more {
    bottom: 32px;
  }
  .integration-slider .card .card-body.open .read-more:after {
    background-image: url(../images/minus-expand.svg);
  }
  .integration-slider .card .card-body.open .card-text {
    display: block;
  }
  .integration-slider .card .image-wrapper {
    max-width: 159px;
    min-height: 159px;
  }
  .integration-slider .row .col-md-4 {
    margin: 0 auto;
  }
  .integration-slider .row .col-md-4:last-child {
    margin-bottom: 0px;
  }
  .integration-slider .integration-arrow-style {
    display: none;
  }
  .integration-slider .col-md-4 {
    margin: 0 auto;
  }
  .integration-slider .card-body {
    padding-bottom: 0;
  }
}

/* Integrations slider end */
.image-to-center-crop.integrations .image {
  min-height: 784px;
  width: 100%;
}
.image-to-center-crop.integrations .content .section-title {
  line-height: 1.31;
  margin-bottom: 18px;
}
.image-to-center-crop.integrations .content p {
  line-height: 1.5;
  margin-bottom: 28px;
}
.image-to-center-crop.integrations .content .button-wrapper {
  display: flex;
  padding-bottom: 35px;
  border-bottom: 1px solid #000;
  margin-bottom: 31px;
}
.image-to-center-crop.integrations .content .button-wrapper a {
  margin-right: 15px;
}
.image-to-center-crop.integrations .content .button-wrapper a:last-child {
  margin-right: 0px;
}
.image-to-center-crop.integrations .content .section-sub-title {
  margin-bottom: 24px;
}
.image-to-center-crop.integrations .content .width-auto {
  min-width: inherit;
}
@media (min-width: 1920px) {
  .image-to-center-crop.integrations .content {
    margin-left: 47px;
  }
  .image-to-center-crop.integrations .image {
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .image-to-center-crop.integrations .image {
    min-height: 784px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .image-to-center-crop.integrations .row [class*=col-] {
    width: 100%;
  }
  .image-to-center-crop.integrations .row [class*=col-]:first-child {
    order: 0;
  }
  .image-to-center-crop.integrations .image {
    min-height: 260px;
    width: 100%;
  }
  .image-to-center-crop.integrations .content {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .image-to-center-crop.integrations .content {
    padding: 16px 20px 27px;
  }
  .image-to-center-crop.integrations .content .button-wrapper {
    flex-wrap: wrap;
  }
  .image-to-center-crop.integrations .content .button-wrapper .btn-primary, .image-to-center-crop.integrations .content .button-wrapper .btn {
    margin-bottom: 15px;
  }
}
@media (max-width: 375px) {
  .image-to-center-crop.integrations .content .button-wrapper .btn {
    margin-bottom: 15px;
  }
  .image-to-center-crop.integrations .content .button-wrapper .btn:last-child {
    margin-bottom: 0;
  }
}

.bt-Off-White {
  background-color: #f7f5f4;
}

/* Integrations end */
/*careers page start*/
.careers-page-banner {
  padding-top: 0;
}
.careers-page-banner .container {
  max-width: 100% !important;
}
.careers-page-banner .col-lg-5, .careers-page-banner .col-md-5 {
  padding: 0;
}
.careers-page-banner .content {
  max-width: 472px;
  width: 100%;
  margin-left: 65px;
  margin-top: 141px;
}
.careers-page-banner .content h1 {
  margin-bottom: 45px;
}
.careers-page-banner .content p {
  max-width: 445px;
  width: 100%;
  margin-bottom: 35px;
}
.careers-page-banner .image-video .play-btn {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  bottom: auto;
  text-align: center;
  transform: translateY(-50%);
}
@media (max-width: 1366px) {
  .careers-page-banner .content h1 {
    font-size: 50px;
  }
}
@media (max-width: 1280px) {
  .careers-page-banner .content h1 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .careers-page-banner {
    padding-bottom: 0;
  }
  .careers-page-banner .content {
    margin: 15px 4px 52px;
    max-width: 100%;
  }
  .careers-page-banner .content h1 {
    font-size: 28px;
    margin-bottom: 26px;
  }
  .careers-page-banner .content p {
    max-width: 100%;
    margin-bottom: 21px;
  }
  .careers-page-banner .col-lg-5, .careers-page-banner .col-md-5 {
    padding: 0;
  }
  .careers-page-banner .image-video .image {
    min-height: inherit;
  }
}

.text-media-5050 .content {
  max-width: 418px;
  width: 100%;
  margin-left: 77px;
}
.text-media-5050 .content h2, .text-media-5050 .content p {
  color: #ffffff;
}
.text-media-5050 .content p {
  max-width: 400px;
  width: 100%;
  margin-bottom: 43px;
}
.text-media-5050 .btn-secondary {
  color: #373737;
  border-color: #ffffff;
}
.text-media-5050 .btn-secondary:hover {
  color: #ffffff;
  border-color: #373737;
}
.text-media-5050 .pale-blue-bg .content h2, .text-media-5050 .pale-blue-bg .content p {
  color: #2B3037 !important;
}
@media (min-width: 1650px) {
  .text-media-5050 .content {
    margin-left: 0;
  }
  .text-media-5050 .slate-bg {
    justify-content: flex-start !important;
    padding-left: 185px;
  }
}
@media (max-width: 1366px) {
  .text-media-5050 .content {
    margin-left: 26px;
  }
}
@media (max-width: 1280px) {
  .text-media-5050 .content {
    margin-left: 0px;
  }
}
@media (max-width: 1024px) {
  .text-media-5050 .content {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .text-media-5050 .content {
    padding: 38px 25px 50px;
    max-width: 100%;
  }
  .text-media-5050 .content h2 {
    margin-bottom: 23px;
  }
  .text-media-5050 .content p {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .text-media-5050 .content .btn {
    margin-top: 14px;
  }
}

.explore-protegrity-navigation {
  min-height: 335px;
  display: flex;
  align-items: center;
}
.explore-protegrity-navigation .heading h2 {
  line-height: 1.31;
  color: #373737;
}
@media (max-width: 991px) {
  .explore-protegrity-navigation {
    min-height: 250px;
  }
  .explore-protegrity-navigation .explore-btns .btn {
    margin-bottom: 21px;
  }
  .explore-protegrity-navigation .heading h2 {
    font-size: 32px;
    display: inline-block;
    border-bottom: 1px solid #373737;
    padding-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .explore-protegrity-navigation {
    min-height: 250px;
    padding-top: 73px;
    padding-bottom: 74px;
  }
  .explore-protegrity-navigation .explore-btns {
    flex-direction: column;
  }
  .explore-protegrity-navigation .explore-btns .btn {
    margin-right: auto;
  }
  .explore-protegrity-navigation .heading {
    margin-bottom: 25px;
  }
}

.media-text-60-30 .row .col-md-5 {
  order: 2;
}
.media-text-60-30 .slate-bg .content h2, .media-text-60-30 .slate-bg .content p {
  color: #ffffff !important;
}
.media-text-60-30 .slate-bg .content ul li {
  color: #ffffff !important;
}
.media-text-60-30 .content {
  margin-left: 0;
}
@media (min-width: 1650px) {
  .media-text-60-30 .slate-bg {
    justify-content: center !important;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .media-text-60-30 .content {
    padding: 40px 20px 0;
    max-width: 100%;
  }
  .media-text-60-30 .row .col-md-5 {
    order: 0;
  }
  .media-text-60-30 .image-video .play-btn {
    bottom: 24px;
    right: 21px;
  }
}

.tabs-card .home-tabs {
  padding-top: 130px;
  padding-bottom: 48px;
}
.tabs-card .container {
  /*max-width: 1106px;*/
  max-width: 1190px;
}
.tabs-card .home-tabs .tabs-wrapper .tab-content {
  padding: 45px 0px;
}
.tabs-card .home-tabs .tabs-wrapper .tab-content .company-stats-tab {
  margin: 0 0;
}
.tabs-card .home-tabs .tabs-wrapper .nav-tabs {
  border-bottom: 1px solid #D6D6D6;
  justify-content: flex-start;
  padding-top: 30px;
}
.tabs-card .home-tabs .tabs-wrapper .nav-tabs .nav-link {
  color: #373737;
  margin: 0 36px;
}
.tabs-card .home-tabs .tabs-wrapper .nav-tabs .nav-link:first-child {
  margin-left: 0;
}
.tabs-card .company-stats .card {
  min-height: 380px;
  margin-bottom: 40px;
}
.tabs-card .company-stats .card .card-subtitle {
  text-transform: uppercase;
  margin-bottom: 35px;
  font-weight: 700;
}
.tabs-card .company-stats .card .card-title {
  font-weight: 400;
  font-size: 90px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #373737;
  max-height: 76px;
  margin-bottom: 20px;
}
.tabs-card .light-tan-bg h3 {
  color: #FA5A25 !important;
}
.tabs-card .slate-bg * {
  color: #ffffff;
}
.tabs-card .slate-bg .card-title {
  color: #ffffff !important;
}
.tabs-card .charcoal-bg .card-title {
  color: #6D758D !important;
}
.tabs-card .col-md-12 .image {
  max-width: 100%;
  margin-top: 40px;
}
.tabs-card .col-md-12 .image .card {
  min-height: 209px;
}
.tabs-card .col-md-12 .image .card-body {
  padding: 10px 23px;
  display: flex;
  align-items: center;
}
.tabs-card .col-md-12 .image .card-body p {
  margin-left: 36px;
}
.tabs-card .image {
  max-width: 336px;
  width: 100%;
}
@media (min-width: 1650px) {
  .tabs-card .container {
    max-width: 87%;
  }
  .tabs-card .image {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .tabs-card .home-tabs {
    padding-top: 45px;
    padding-bottom: 12px;
  }
  .tabs-card .home-tabs .tabs-wrapper .nav-tabs {
    padding-top: 0;
  }
  .tabs-card .home-tabs .tabs-wrapper .tab-content {
    padding: 0;
  }
  .tabs-card .company-stats .card {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .tabs-card .image {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .tabs-card .company-stats .card {
    min-height: inherit;
  }
  .tabs-card .company-stats .card .card-subtitle {
    margin-bottom: 15px;
    font-size: 16px;
    padding-left: 3px;
  }
  .tabs-card .company-stats .card .card-title {
    line-height: 0.7;
    max-height: 60px;
  }
  .tabs-card .company-stats .card p {
    padding-left: 3px;
  }
  .tabs-card .col-md-12 .image {
    margin-top: 0;
  }
  .tabs-card .col-md-12 .image .card-body {
    display: block;
  }
  .tabs-card .col-md-12 .image .card-body p {
    margin-left: 0;
  }
}

.employee-perks-tabs {
  position: relative;
  min-height: 872px;
  padding-top: 104px;
}
.employee-perks-tabs .heading {
  margin-left: 176px;
  margin-bottom: 14px;
}
.employee-perks-tabs .nav-tabs {
  border-bottom: 1px solid #ADB6D0;
  justify-content: space-between;
  padding-top: 15px;
  max-width: 446px;
  width: 100%;
  margin-left: 176px;
  margin-bottom: 40px;
}
.employee-perks-tabs .nav-tabs .nav-link {
  color: #373737;
  border: 1px transparent;
  border-bottom: 3px solid transperant;
  padding: 0.5rem 0rem;
  margin: 0 47.5px;
  text-transform: uppercase;
}
.employee-perks-tabs .nav-tabs .nav-link:first-child {
  margin-left: 0;
}
.employee-perks-tabs .nav-tabs .nav-link:last-child {
  margin-right: 0;
}
.employee-perks-tabs .nav-tabs .nav-link.active {
  background-color: transparent;
  border: none;
  color: #373737;
  border-bottom: 3px solid #FA5A25;
}
.employee-perks-tabs .nav-tabs .nav-link:hover, .employee-perks-tabs .nav-tabs .nav-link:focus {
  border: 1px transparent;
  border-bottom: 3px solid #FA5A25;
}
.employee-perks-tabs .nav-tabs .nav-item.show .nav-link {
  background-color: transparent;
  border: none;
  color: #373737;
  border-bottom: 3px solid #FA5A25;
}
.employee-perks-tabs .image {
  max-width: 600px;
  width: 100%;
  min-height: 872px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}
.employee-perks-tabs .image img {
  display: none;
}
.employee-perks-tabs .content {
  max-width: 418px;
  width: 100%;
  margin-left: 176px;
}
.employee-perks-tabs .content h5 {
  margin-bottom: 22px;
}
.employee-perks-tabs .content p {
  margin-bottom: 23px;
}
.employee-perks-tabs .content small {
  margin-top: 33px;
  display: block;
}
@media (min-width: 1650px) {
  .employee-perks-tabs .image {
    min-width: 41.6%;
  }
}
@media (max-width: 1366px) {
  .employee-perks-tabs .image {
    max-width: 566px;
  }
}
@media (max-width: 1280px) {
  .employee-perks-tabs .nav-tabs, .employee-perks-tabs .content {
    margin-left: 100px;
  }
  .employee-perks-tabs .image {
    max-width: 534px;
  }
}
@media (max-width: 1199px) {
  .employee-perks-tabs .nav-tabs, .employee-perks-tabs .content {
    margin-left: 0px;
  }
  .employee-perks-tabs .image {
    max-width: 470px;
  }
}
@media (max-width: 992px) {
  .employee-perks-tabs .employee-perks-tabs .image {
    max-width: 412px;
  }
}
@media (max-width: 991px) {
  .employee-perks-tabs {
    padding-top: 46px;
  }
  .employee-perks-tabs .container-fluid {
    padding: 0;
  }
  .employee-perks-tabs .heading {
    margin-left: 0;
  }
  .employee-perks-tabs .nav-tabs {
    max-width: 100%;
    position: relative;
  }
  .employee-perks-tabs .nav-tabs .nav-link {
    display: none;
    font-weight: 700;
  }
  .employee-perks-tabs .nav-tabs .nav-link.active {
    display: block;
    border-bottom: 0px solid #FA5A25;
  }
  .employee-perks-tabs .nav-tabs li {
    width: 100%;
  }
  .employee-perks-tabs .nav-tabs.open .nav-link {
    display: block;
  }
  .employee-perks-tabs .nav-tabs.open:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .employee-perks-tabs .nav-tabs:after {
    content: "";
    position: absolute;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 12px;
  }
  .employee-perks-tabs .content {
    max-width: 100%;
    margin-bottom: 44px;
  }
  .employee-perks-tabs .image {
    max-width: 100%;
    position: relative;
    min-height: inherit;
  }
  .employee-perks-tabs .image img {
    display: block;
    width: 100%;
  }
  .employee-perks-tabs .heading, .employee-perks-tabs .nav-tabs, .employee-perks-tabs .content {
    padding: 0 20px;
  }
}

.video-full-size iframe {
  width: 100%;
  height: 100%;
}
.video-full-size video {
  max-width: 100%;
}

/*careers page end*/
.section-title h2 {
  clear: #373737;
}

@media (max-width: 1199px) {
  .section-title h2, .heading h2, .image-text-with-2-columns .content h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .section-title h2, .heading h2, .image-text-with-2-columns .content h2 {
    font-size: 24px;
  }
}

/*Training page start*/
.training-inner-banner .container.full-container {
  max-width: 100%;
}
.training-inner-banner p {
  max-width: 534px;
}

.sub-courses-menu {
  background-color: #F7F5F4;
}
.sub-courses-menu .courses-details {
  padding: 68px 112px 80px;
}
.sub-courses-menu .nav {
  background-color: #6D758D;
  padding: 47px 24px 47px 45px;
  width: 20%;
  margin-right: 0;
  border-radius: 0;
}
.sub-courses-menu .tab-content {
  width: 80%;
  overflow: hidden;
}
.sub-courses-menu .courses-title h5 {
  padding: 17px 0px 4px;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 0.5px solid #FFFFFF;
}
.sub-courses-menu .nav-link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 0;
  text-align: left;
  border-bottom: 0.5px solid #464E69;
  margin-left: 21px;
}
.sub-courses-menu .nav-link.active {
  background-color: transparent;
}
.sub-courses-menu .nav-link.active:after {
  content: "";
  left: -22px;
  background-color: #FA5A25;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 14px;
  border-radius: 100%;
}
.sub-courses-menu .rating-book-now {
  display: flex;
  align-items: center;
}
.sub-courses-menu .rating-book-now .rating-star {
  margin-right: 97px;
}
.sub-courses-menu .rating-book-now .rating-star ul {
  display: flex !important;
}
.sub-courses-menu .rating-book-now .rating-star span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.27;
}
.sub-courses-menu .description-details {
  margin-top: 35px;
}
.sub-courses-menu .description-details .content {
  max-width: 406px;
  width: 100%;
}
.sub-courses-menu .description-details .content h4 {
  font-weight: 700;
  line-height: 1.27;
  text-transform: uppercase;
  color: #373737;
  margin-bottom: 15px;
}
.sub-courses-menu .description-details .content p {
  margin-bottom: 25px;
}
.sub-courses-menu .description-details .content .download-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.27;
  color: #FA5A25;
}
.sub-courses-menu .duration-details ul {
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 21px;
}
.sub-courses-menu .duration-details .course-agenda h4 {
  font-weight: 700;
  line-height: 1.27;
  text-transform: uppercase;
}
.sub-courses-menu .instructor-details {
  padding-top: 23px;
  border-right: 1px solid #C8C8C8;
  padding-bottom: 5px;
}
.sub-courses-menu .instructor-details p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.27;
  color: #373737;
  max-width: 288px;
  width: 100%;
  margin-top: 16px;
}
.sub-courses-menu .instructor-details h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.27;
  color: #373737;
  margin-bottom: 0;
}
.sub-courses-menu .instructor-details h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #373737;
}
.sub-courses-menu .testimonial-carousel {
  margin-top: 30px;
  padding-left: 14px;
}
.sub-courses-menu .testimonial-slide p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #373737;
}
.sub-courses-menu .testimonial-slide h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.27;
  color: #373737;
}
.sub-courses-menu .instructor-details-testimonial-carousel {
  border-top: 1px solid #C8C8C8;
}
.sub-courses-menu ul.slick-dots {
  display: flex !important;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-top: 22px;
}
.sub-courses-menu ul.slick-dots li {
  margin-right: 8px;
}
.sub-courses-menu ul.slick-dots li button {
  border: 1px solid #373737;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  padding: 0;
  text-indent: -91px;
  overflow: hidden;
}
.sub-courses-menu ul.slick-dots li.slick-active button {
  background-color: #373737;
}
@media (max-width: 1280px) {
  .sub-courses-menu .courses-details {
    padding: 68px 60px 80px;
  }
  .sub-courses-menu .nav {
    padding: 47px 24px 47px 20px;
  }
}
@media (max-width: 1024px) {
  .sub-courses-menu .courses-details {
    padding: 32px 20px 30px;
  }
}
@media (max-width: 991px) {
  .sub-courses-menu .nav {
    width: 100%;
    padding: 4px 20px 5px;
  }
  .sub-courses-menu .nav .nav-link {
    display: none;
  }
  .sub-courses-menu .nav.open .nav-link {
    display: block;
  }
  .sub-courses-menu .nav.open .courses-title h5:after {
    transform: rotateX(180deg);
    top: 13px;
  }
  .sub-courses-menu .rating-book-now .rating-star {
    margin-right: 0;
    display: flex;
    align-items: center;
  }
  .sub-courses-menu .rating-book-now .rating-star ul {
    margin-right: 15px;
  }
  .sub-courses-menu .rating-book-now .rating-star span {
    font-size: 12px;
    margin-top: 5px;
  }
  .sub-courses-menu .courses-title {
    position: relative;
    cursor: pointer;
  }
  .sub-courses-menu .courses-title h5 {
    padding: 13px 0px 4px;
    font-size: 12px;
  }
  .sub-courses-menu .courses-title h5:after {
    content: "";
    background-image: url(../images/downarrow-white.svg);
    width: 13px;
    height: 10px;
    right: 4px;
    top: 15px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .sub-courses-menu .tab-content {
    width: 100%;
  }
  .sub-courses-menu .d-flex {
    display: block !important;
  }
  .sub-courses-menu .description-details {
    margin-top: 30px;
  }
  .sub-courses-menu .description-details .content {
    max-width: 100%;
  }
  .sub-courses-menu .description-details .content h4 {
    font-size: 16px;
  }
  .sub-courses-menu .description-details .content p {
    font-size: 12px;
  }
  .sub-courses-menu .description-details .content .book-now-btn {
    margin-top: 12px;
  }
  .sub-courses-menu .instructor-details {
    border-right: 0;
    border-bottom: 1px solid #C8C8C8;
  }
  .sub-courses-menu .instructor-details .d-flex {
    display: flex !important;
  }
  .sub-courses-menu .instructor-details p {
    max-width: 100%;
  }
  .sub-courses-menu .description-details-testimonial-carousel-main .duration-details, .sub-courses-menu .description-details-testimonial-carousel-main .instructor-details-testimonial-carousel {
    height: 0;
    opacity: 0;
    pointer-events: none;
  }
  .sub-courses-menu .description-details-testimonial-carousel-main .duration-details {
    margin-top: 35px;
  }
  .sub-courses-menu .description-details-testimonial-carousel-main .more-less-details-mobile a {
    position: relative;
  }
  .sub-courses-menu .description-details-testimonial-carousel-main .more-less-details-mobile a:before {
    content: "MORE DETAILS";
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #373737;
  }
  .sub-courses-menu .description-details-testimonial-carousel-main .more-less-details-mobile a:after {
    content: "";
    background-image: url(../images/downarrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: -24px;
    top: 7px;
    width: 10px;
    height: 6px;
  }
  .sub-courses-menu .description-details-testimonial-carousel-main.open .more-less-details-mobile a {
    position: relative;
  }
  .sub-courses-menu .description-details-testimonial-carousel-main.open .more-less-details-mobile a:before {
    content: "VIEW LESS";
  }
  .sub-courses-menu .description-details-testimonial-carousel-main.open .more-less-details-mobile a:after {
    content: "";
    background-image: url(../images/downarrow.png);
    transform: rotate(180deg);
  }
  .sub-courses-menu .description-details-testimonial-carousel-main.open .duration-details, .sub-courses-menu .description-details-testimonial-carousel-main.open .instructor-details-testimonial-carousel {
    height: 100%;
    opacity: 1;
    pointer-events: auto;
  }
}

/*Training page end*/
/* Our Company Start */
/* Hero text Start */
.hero-text {
  padding: 103px 0 106px;
}
.hero-text .container.full-container {
  margin-left: 162px;
}
.hero-text .container.full-container h1, .hero-text .container.full-container h2 {
  line-height: 1.1;
  margin-bottom: 40px;
}
.hero-text .container.full-container h3 {
  max-width: 642px;
  line-height: 1.33;
  font-weight: 400;
}
.hero-text .container.full-container h1, .hero-text .container.full-container h2 {
  font-size: calc(1.525rem + 3.3vw) !important;
}
@media (min-width: 1200px) {
  .hero-text h1, .hero-text h2 {
    font-size: 4rem !important;
  }
}
@media (max-width: 1366px) {
  .hero-text .container.full-container {
    margin-left: 140px;
  }
}
@media (max-width: 1199px) {
  .hero-text .container.full-container {
    margin-left: 60px;
  }
  .hero-text h1, .hero-text h2 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .hero-text {
    min-height: 344px;
    padding: 45px 0;
    justify-content: flex-start !important;
  }
  .hero-text h1, .hero-text h2 {
    font-size: 32px;
    margin-bottom: 29px;
  }
  .hero-text h3 {
    font-size: 18px;
    max-width: 100% !important;
  }
}
@media (max-width: 991px) {
  .hero-text .container.full-container {
    margin-left: 0;
  }
}

/* Hero text End */
/* Awards Carousel Start */
.awards-carousel {
  padding: 24px 0px;
}
.awards-carousel .container {
  max-width: 1090px;
}
.awards-carousel .awards-slider {
  padding: 0px 55px 0px 112px;
}
.awards-carousel .awards-slider h5 {
  border: 1px solid #000000;
  padding: 28px 25px;
  text-align: center;
  margin-right: 39px;
}
.awards-carousel .awards-slider img {
  max-width: 111px;
  width: 100%;
}
.awards-carousel .awards-slider button.slick-arrow {
  text-indent: -9999px;
  background: transparent;
  border: none;
  width: 35px;
  height: 37px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.awards-carousel .awards-slider button.slick-arrow.slick-prev {
  background-image: url("../images/arrowleft1.svg");
  left: 0px;
}
.awards-carousel .awards-slider button.slick-arrow.slick-next {
  background-image: url("../images/arrowright2.svg");
  right: 0px;
}
@media (max-width: 1199px) {
  .awards-carousel .awards-slider h5 {
    padding: 28px 5px;
  }
}
@media (max-width: 1024px) {
  .awards-carousel .awards-slider h5 {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .awards-carousel .awards-slider {
    padding: 0px 30px;
  }
  .awards-carousel .awards-slider h5 {
    font-size: 12px;
    padding: 18px 5px;
    margin: 0 8px;
  }
  .awards-carousel .awards-slider button.slick-arrow {
    width: 18px;
    height: 18px;
  }
  .awards-carousel .awards-slider .slick-slide {
    margin: 0 8px;
  }
  .awards-carousel .awards-slider .slick-slide h5 {
    margin: 0 0;
  }
  .awards-carousel .awards-slider .slick-track {
    display: flex;
  }
}

/* Awards Carousel End */
/* 2 Column Text Start */
.two-column-text {
  padding-top: 56px;
  padding-bottom: 65px;
}
.two-column-text .container {
  max-width: 1090px;
}
.two-column-text .section-title {
  line-height: 1.31;
  margin-bottom: 28px;
}
.two-column-text .section-sub-title {
  line-height: 1.33;
  font-weight: 400;
  max-width: 530px;
}
.two-column-text .content {
  padding-top: 15px;
  padding-left: 8px;
}
.two-column-text .content .section-sub-title1 {
  font-weight: 400;
  line-height: 1.33;
  margin-bottom: 30px;
}
.two-column-text .content p {
  margin-bottom: 20px;
}
.two-column-text .content p:last-child {
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .two-column-text .section-sub-title {
    font-size: 20px;
  }
  .two-column-text .content .section-sub-title1 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .two-column-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .two-column-text .section-sub-title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .two-column-text {
    padding-top: 18px;
  }
  .two-column-text .section-title {
    margin-bottom: 25px;
  }
  .two-column-text .section-sub-title {
    max-width: 100%;
  }
  .two-column-text .content {
    padding-top: 0;
    padding-left: 0;
  }
  .two-column-text .content .section-sub-title1 {
    margin-bottom: 17px;
  }
  .two-column-text .section-sub-title1 {
    margin-top: 15px;
  }
}

/* 2 Column Text End */
/* Leadership Start */
.leadership {
  background-color: #F6F5F4;
}
.leadership .slider {
  padding: 0px;
}
.leadership .top-inner-content {
  background-image: url("../images/leadership-slider-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px -220px;
}
.leadership .top-inner-content .row .col-md-3 {
  width: 30%;
  max-width: 430px;
}
.leadership .top-inner-content .row .col-md-3 img {
  width: 100%;
  height: 605px;
  -o-object-fit: cover;
     object-fit: cover;
}
.leadership .top-inner-content .row .col-md-9 {
  width: 70%;
  margin-top: 91px;
}
.leadership .top-inner-content .profile-info-wrapper {
  padding-left: 55px;
  padding-right: 50px;
  border-right: 1px solid #373737;
}
.leadership .top-inner-content .profile-info-wrapper .partner-name {
  margin-bottom: 8px;
}
.leadership .top-inner-content .profile-info-wrapper .partner-designation {
  margin-bottom: 33px;
  text-transform: uppercase;
}
.leadership .top-inner-content .profile-info-wrapper .partner-info {
  margin-bottom: 30px;
}
.leadership .top-inner-content .profile-info-wrapper .social-links {
  list-style: none;
  padding: 0px;
}
.leadership .top-inner-content .profile-info {
  padding-left: 65px;
  padding-top: 110px;
  position: relative;
}
.leadership .top-inner-content .profile-info .info-inner {
  color: #373737;
  margin-bottom: 36px;
}
.leadership .top-inner-content .profile-info .info-inner span {
  display: block;
}
.leadership .top-inner-content .profile-info .info-inner strong {
  display: block;
  margin-bottom: 2px;
}
.leadership .top-inner-content .profile-info .info-inner .hidden-info-msg {
  display: none;
  color: #FA5A25;
}
.leadership .top-inner-content .profile-info .info-inner .hidden-info {
  color: #373737;
  background-color: #373737;
  margin-bottom: 5px;
  max-width: 108px;
  width: 100%;
  min-height: 19px;
  max-height: 19px;
  overflow: hidden;
  display: block;
  text-indent: -1000px;
}
.leadership .top-inner-content .profile-info .info-inner .hidden-info.hidden-info2 {
  max-width: 74px;
}
.leadership .top-inner-content .profile-info .info-inner:hover {
  color: #FA5A25;
}
.leadership .top-inner-content .profile-info .info-inner:hover .hidden-info-msg {
  display: block;
  position: absolute;
  top: 0;
  max-width: 60%;
}
.leadership .top-inner-content .profile-info .info-inner:hover .hidden-info {
  color: #FA5A25;
  background-color: #FA5A25;
}
.leadership .slider-nav {
  padding: 32px 175px;
}
.leadership .slider-nav button.slick-arrow {
  text-indent: -9999px;
  background: transparent;
  border: none;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}
.leadership .slider-nav button.slick-arrow.slick-prev {
  background-image: url("../images/arrowleft1.svg");
  left: 64px;
}
.leadership .slider-nav button.slick-arrow.slick-next {
  background-image: url("../images/arrowright2.svg");
  right: 64px;
}
.leadership .leadership-arrow-style {
  position: relative;
}
.leadership .leadership-arrow-style .progress {
  width: 90%;
  max-width: 1090px;
  bottom: 13px;
}
.leadership .bottom-inner-content img {
  border-radius: 16px;
  max-width: 136px;
  width: 100%;
  max-height: 137px;
  min-height: 137px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 10%;
     object-position: 100% 10%;
  overflow: hidden;
}
.leadership .bottom-inner-content .partner-name {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.27;
  margin-top: 10px;
  margin-bottom: 0px;
}
.leadership .bottom-inner-content .partner-designation {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.27;
  margin-bottom: 0px;
  max-width: 160px;
  width: 100%;
}
.leadership.leadership-wp .slider-nav {
  position: relative;
}
@media (min-width: 1600px) {
  .leadership .slider-arrow-style2 .progress {
    max-width: 82%;
  }
}
@media (max-width: 1199px) {
  .leadership .slider-nav {
    padding: 32px 135px;
  }
  .leadership .top-inner-content .profile-info {
    padding-left: 25px;
  }
  .leadership .top-inner-content img {
    max-width: 100%;
  }
  .leadership .top-inner-content .profile-info-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .leadership .top-inner-content .profile-info-wrapper .partner-name {
    font-size: 35px;
  }
  .leadership .top-inner-content .profile-info-wrapper .partner-designation {
    font-size: 20px;
  }
  .leadership .top-inner-content .row .col-md-9 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .leadership {
    position: relative;
  }
  .leadership .slider-for-nav-main {
    position: absolute;
    top: 66.7%;
  }
  .leadership .slider-for-nav-main .slider-nav h4, .leadership .slider-for-nav-main .slider-nav p {
    display: none;
  }
  .leadership .top-inner-content img {
    width: 100%;
    margin: 0 auto;
  }
  .leadership .top-inner-content .social-links img {
    max-width: 100%;
    width: auto;
    margin-left: 0;
  }
  .leadership .top-inner-content .row .col-md-3, .leadership .top-inner-content .row .col-md-9 {
    width: 100% !important;
    max-width: 100%;
  }
  .leadership .top-inner-content .row .col-md-3.partner-description-wrapper .row [class*=col-], .leadership .top-inner-content .row .col-md-9.partner-description-wrapper .row [class*=col-] {
    width: 100%;
  }
  .leadership .top-inner-content .row .col-md-3 img, .leadership .top-inner-content .row .col-md-9 img {
    height: inherit;
    -o-object-fit: inherit;
       object-fit: inherit;
  }
  .leadership .top-inner-content .profile-info-wrapper {
    border-right: 0;
    border-bottom: 1px solid #373737;
    max-width: 95%;
    margin: 200px auto 0;
  }
  .leadership .top-inner-content .profile-info-wrapper .partner-name {
    font-size: 24px;
  }
  .leadership .top-inner-content .profile-info-wrapper .partner-designation {
    font-size: 18px;
  }
  .leadership .top-inner-content .profile-info {
    padding-top: 60px;
  }
  .leadership .top-inner-content .profile-info .info-inner {
    display: flex;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .leadership .top-inner-content .profile-info .info-inner strong {
    margin-right: 5px;
  }
  .leadership .top-inner-content .profile-info .info-inner .hidden-info-msg {
    margin-top: 10px;
    max-width: 88% !important;
  }
  .leadership .bottom-inner-content img {
    margin: 0 auto;
  }
}
@media (max-width: 820px) {
  .leadership .slider-for-nav-main {
    top: 29.7%;
  }
  .leadership .bottom-inner-content img {
    max-width: 86px;
    max-height: 97px;
    min-height: 97px;
  }
}
@media (max-width: 768px) {
  .leadership .slider-for-nav-main {
    top: 28.4%;
  }
  .leadership .bottom-inner-content img {
    max-width: 86px;
    max-height: 97px;
    min-height: 97px;
  }
}
@media (max-width: 767px) {
  .leadership .slider-for-nav-main {
    top: 62.4%;
  }
  .leadership .top-inner-content .profile-info-wrapper {
    padding: 0 0 !important;
  }
  .leadership .top-inner-content .profile-info {
    padding-left: 20px;
  }
  .leadership .top-inner-content .row .col-md-3 img {
    height: 548px;
  }
  .leadership.leadership-wp .slider-for-nav-main {
    top: 40.4%;
  }
  .leadership.leadership-wp .slider-for-nav-main .slider-nav .slick-track {
    display: flex;
  }
  .leadership .bottom-inner-content img {
    min-height: 137px;
    max-width: 126px;
  }
}
@media (max-width: 430px) {
  .leadership .top-inner-content .row .col-md-3 {
    max-height: 268px;
    overflow: hidden;
  }
  .leadership .top-inner-content .row .col-md-3 img {
    height: 268px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 5%;
       object-position: 100% 5%;
  }
  .leadership .slider-for-nav-main {
    top: 21.5%;
  }
  .leadership.leadership-wp .slider-for-nav-main {
    top: 24.5%;
  }
  .leadership .slider-nav {
    padding: 32px 45px;
  }
  .leadership .bottom-inner-content img {
    max-width: 65px;
    min-height: 75px;
    border-radius: 12px;
  }
  .leadership button.slick-arrow.slick-prev {
    left: 0 !important;
  }
  .leadership button.slick-arrow.slick-next {
    right: 0 !important;
  }
  .leadership .leadership-arrow-style {
    margin-top: 10px;
  }
  .leadership .top-inner-content .profile-info-wrapper {
    margin: 170px auto 0;
  }
}
@media (max-width: 375px) {
  .leadership .slider-for-nav-main {
    top: 20.6%;
  }
  .leadership .slider-nav {
    padding: 32px 45px;
  }
  .leadership .bottom-inner-content img {
    max-width: 55px;
    max-height: 55px;
    min-height: 55px;
  }
  .leadership .top-inner-content .profile-info-wrapper {
    margin: 110px auto 0;
    max-width: 89%;
  }
  .leadership .leadership-arrow-style .progress {
    max-width: 221px;
  }
  .leadership.leadership-wp .slider-for-nav-main {
    top: 24.6%;
  }
}
@media (max-width: 320px) {
  .leadership .slider-for-nav-main {
    top: 37.9%;
  }
  .leadership.leadership-wp .slider-for-nav-main {
    top: 23.6%;
  }
}

/* Team Grid Start */
.team-grid {
  padding: 103px 0px 94px;
  overflow: hidden;
}
.team-grid .row {
  margin: 0px -40px;
}
.team-grid .row .item-wrapper {
  display: block;
  margin: 0px auto 0 auto;
  background-clor: lightgrey;
  overflow: hidden;
}
.team-grid .row .item-wrapper .item {
  display: block;
  margin: 0px;
  float: left;
  margin-bottom: 59px;
}
.team-grid .row .item-wrapper .item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 125px;
}
.team-grid .row .item-wrapper .item + .item + .item {
  margin-bottom: 0px;
}
.team-grid .row .item-animation {
  animation: fade 4s forwards;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.team-grid .row .col-md-2 {
  width: 13.1%;
  padding: 0px 20px;
}
.team-grid .row .col-md-4 {
  padding: 0px 20px;
  width: 34.4%;
}
.team-grid .row .col-md-12 {
  padding: 0px 20px;
  width: 100%;
}
.team-grid .row .team-info {
  padding: 33px 58px 38px;
  margin-bottom: 120px;
}
.team-grid .row .team-info + .item-wrapper {
  display: flex;
}
.team-grid .row .team-info + .item-wrapper .item {
  margin-right: 40px;
  margin-bottom: 0px;
  min-height: 128px;
}
.team-grid .row .team-info + .item-wrapper .item:last-child {
  margin-right: 0px;
}
.team-grid .row .team-info + .item-wrapper .item img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
}
.team-grid .row .team-info .team-animation-more {
  display: flex;
  margin-bottom: 10px;
  color: #FA5A25;
  justify-content: flex-end;
}
.team-grid .bottom-items {
  margin: 0px -70px;
}
.team-grid .bottom-items .col-md-2 {
  width: 11.95%;
}
@media (max-width: 1440px) {
  .team-grid .row .team-info {
    margin-bottom: 96px;
    /*margin-bottom: 46px;*/
  }
}
@media (max-width: 1366px) {
  .team-grid .row .team-info {
    margin-bottom: 46px;
  }
  .team-grid .row .team-info + .item-wrapper .item {
    min-height: 115px;
  }
  .team-grid .row .item-wrapper .item img {
    max-height: 115px;
  }
}
@media (max-width: 1286px) {
  .team-grid .row .team-info {
    margin-bottom: 39px;
  }
  .team-grid .row .team-info + .item-wrapper .item {
    min-height: 109px;
  }
  .team-grid .team-grid .row .team-info {
    margin-bottom: 0;
    padding: 33px 28px 38px;
  }
  .team-grid .team-grid .row .team-info + .item-wrapper .item img {
    min-height: 101px;
  }
  .team-grid .team-grid .row .item-wrapper .item img {
    max-height: 101px;
  }
}
@media (max-width: 1199px) {
  .team-grid .row .team-info {
    padding: 20px 20px 20px;
    margin-bottom: 52px;
  }
  .team-grid .row .team-info + .item-wrapper .item {
    min-height: 81px;
  }
}
@media (max-width: 1024px) {
  .team-grid .row .team-info {
    margin-bottom: 14px;
  }
  .team-grid .row .item-wrapper .item img {
    max-height: 80px;
  }
  .team-grid .row .team-info + .item-wrapper .item img {
    min-height: 80px;
  }
}
@media (max-width: 992px) {
  .team-grid .row .team-info {
    padding: 15px 15px 14px;
    margin-bottom: 29px;
  }
  .team-grid .row .team-info + .item-wrapper .item {
    min-height: 78px;
  }
}
@media (max-width: 991px) {
  .team-grid .row .team-info {
    padding: 8px 10px 10px;
    margin-bottom: 5px;
  }
  .team-grid .row .team-info + .item-wrapper .item {
    min-height: 78px;
  }
  .team-grid .row .item-wrapper .item {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .team-grid {
    padding: 34px 0px 29px;
  }
  .team-grid .row .team-info {
    padding: 20px 30px 20px;
    margin-bottom: 10px;
  }
  .team-grid .row .team-info + .item-wrapper {
    margin-top: 27px;
  }
  .team-grid .row .team-info + .item-wrapper .item {
    min-height: 56px;
    margin: 0 15px;
  }
  .team-grid .row .item-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .team-grid .row .item-wrapper .item {
    margin-bottom: 25px;
    margin-right: 10px;
    margin-left: 20px;
  }
  .team-grid .row .col-md-2 {
    width: 100%;
    padding: 0px;
  }
  .team-grid .row .col-md-4 {
    width: 100%;
    margin-bottom: 25px;
  }
  .team-grid .row [class*=col-]:first-child {
    display: none;
  }
}

/* Team Grid End */
/* Our Company Start */
/*reduce-risk-easter-egg page start*/
.reduce-risk-easter-egg header {
  background-color: #000000;
}
.reduce-risk-easter-egg header nav.navbar .nav-item .nav-link {
  color: #ffffff;
}
.reduce-risk-easter-egg header .btn-primary2 {
  background: #05A5DA !important;
  color: #000000;
}
.reduce-risk-easter-egg header nav.navbar .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.reduce-risk-easter-egg header .navbar-dark .navbar-toggler:focus {
  box-shadow: none !important;
}
.reduce-risk-easter-egg header nav.navbar ul.language-wrapper li a {
  color: #ffffff !important;
}
.reduce-risk-easter-egg header header nav.navbar ul.language-wrapper h5 {
  color: #ffffff !important;
}
.reduce-risk-easter-egg header nav.navbar.open-nav .navbar-collapse .navbar-nav .nav-item.has-child .nav-link:before {
  background-image: url(../images/menu-plus-white.svg) !important;
}
.reduce-risk-easter-egg .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu-btn-easter.svg);
}
.reduce-risk-easter-egg .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url(../images/nav-close-easter.svg);
}
.reduce-risk-easter-egg .dropdown-menu {
  background-color: #000000 !important;
}
.reduce-risk-easter-egg header nav.navbar .nav-item:hover .dropdown-menu:before, .reduce-risk-easter-egg header nav.navbar .nav-item:hover .dropdown-menu:after {
  background-color: #000000;
}
.reduce-risk-easter-egg .form-select {
  color: #ffffff;
  background-image: url(../images/downarrow-white.svg);
}
.reduce-risk-easter-egg .form-select option {
  color: #000000;
}
.reduce-risk-easter-egg .top-page-navigation {
  background: #928A72;
}
.reduce-risk-easter-egg .top-page-navigation ul li.active a:after {
  background-color: #05A5DA;
}
.reduce-risk-easter-egg .inner-page-banner {
  background-color: #090A0B;
  /*h1,p,a {
      opacity: 0;
      &:hover {
          opacity: 1;
      }
  } */
}
.reduce-risk-easter-egg .inner-page-banner * {
  color: #C8C8C8;
}
.reduce-risk-easter-egg .inner-page-banner p {
  max-width: 667px;
  width: 100%;
}
.reduce-risk-easter-egg .inner-page-banner .container.full-container {
  max-width: 913px;
}
.reduce-risk-easter-egg .inner-page-banner .btn {
  background: #C8C8C8;
  color: #000000;
  font-weight: 500;
}
.reduce-risk-easter-egg .block-quote.bg-slate {
  background-color: #928A72;
  color: #000000;
}
.reduce-risk-easter-egg .block-quote.bg-slate p:before {
  background: #000000 !important;
}
.reduce-risk-easter-egg .accordion-section-with-text {
  background: #25231D;
}
.reduce-risk-easter-egg .accordion-section-with-text * {
  color: #C8C8C8;
}
.reduce-risk-easter-egg .accordion-section-with-text .accordion-button:not(.collapsed):before {
  color: #05A5DA;
}
.reduce-risk-easter-egg .accordion-section-with-text .accordion-button:before {
  color: #C8C8C8;
}
.reduce-risk-easter-egg .accordion-section-with-text .accordion-button:after {
  background-image: url(../images/accordion-btn-charcoal-gray.svg);
}
.reduce-risk-easter-egg .accordion-cards {
  background-color: #090A0B;
}
.reduce-risk-easter-egg .accordion-cards .card {
  background-color: #000000;
}
.reduce-risk-easter-egg .accordion-cards .card * {
  color: #C8C8C8;
}
.reduce-risk-easter-egg .accordion-cards .card.open .content .read-more:after {
  background-image: url(../images/minus-expand-gray.svg);
}
.reduce-risk-easter-egg .accordion-cards .card.light-tan-bg {
  background-color: #25303D !important;
}
.reduce-risk-easter-egg .accordion-cards .card.light-tan-bg .count h5 {
  -webkit-text-stroke-color: #05A5DA;
}
.reduce-risk-easter-egg .accordion-cards .card.slate-bg {
  background-color: #928A72 !important;
}
.reduce-risk-easter-egg .accordion-cards .count h5 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #C8C8C8;
  will-change: transform;
  color: transparent !important;
}
.reduce-risk-easter-egg .accordion-cards .read-more {
  color: #C8C8C8;
}
.reduce-risk-easter-egg .accordion-cards .read-more:before {
  color: #C8C8C8 !important;
}
.reduce-risk-easter-egg .accordion-cards .read-more:after {
  background-image: url(../images/plus-expand-gray.svg);
}
.reduce-risk-easter-egg .block-quote.bg-custom-gradient {
  color: #C8C8C8;
  background: linear-gradient(90deg, #303426 0%, #25415C 57.29%, #006997 100%) !important;
}
.reduce-risk-easter-egg .block-quote.bg-custom-gradient .block-quote-inner p:before, .reduce-risk-easter-egg .block-quote.bg-custom-gradient .block-quote.bg-custom-gradient .block-quote-inner p.author:before {
  background: #C8C8C8 !important;
}
.reduce-risk-easter-egg .navigation-cards {
  background-color: #000000;
}
.reduce-risk-easter-egg .navigation-cards .card.active.benefits-card .card-link {
  color: #424242;
}
.reduce-risk-easter-egg .navigation-cards .card.active.benefits-card .card-link:after {
  background-image: url(../images/black-arrow.svg);
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 .navigation-cards {
  background-color: #373737;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 .accordion-section-with-text {
  background: #373737;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 .get-started {
  background-color: #6d758d;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 .get-started * {
  color: #ffffff;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 .get-started .content .btn-secondary {
  border-color: #ffffff;
  background: #FFF;
  color: #373737;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 .get-started .content .btn-secondary:hover {
  border-color: #373737;
  color: #ffffff;
  background: #373737;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 .get-started .content .btn-secondary2 {
  border-color: #ffffff;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 .get-started .content .btn-secondary2:hover {
  border-color: #ffffff;
  color: #373737;
  background: #ffffff;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 footer {
  background-color: #373737;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 footer * {
  color: #ffffff;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 footer ul.footer-links li a {
  color: #ffffff;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 footer .logo-block .select-wrapper select {
  background-color: transparent;
  color: #ffffff;
  background-image: url(../images/footer-select-arrow-white.png);
  border: 1px solid #ffffff !important;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 .last-footer p {
  color: #575757 !important;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 .top-page-navigation ul li.active a:after {
  background-color: #FA5A25;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 .top-page-navigation {
  background: #6D758D;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 header {
  background-color: #373737;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 header .btn-primary2 {
  background: #FA5A25 !important;
  color: #ffffff;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 header nav.navbar .navbar-right .navbar-nav .nav-item .form-select {
  border: none !important;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 .accordion-section-with-text .container {
  max-width: 1124px;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 .accordion-section-with-text .accordion-button:not(.collapsed):before {
  color: #FA5A25;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 .accordion-section-with-text .accordion-button:after {
  top: 35px;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 .accordion-section-with-text .accordion-button:before {
  top: auto;
  bottom: 11px;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 .accordion-section-with-text .accordion-button.collapsed {
  padding-top: 29px;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 .accordion-section-with-text .accordion-item {
  border-bottom: 1px solid #6D758D !important;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 .accordion-section-with-text .text-inner {
  padding-right: 3px;
}
.reduce-risk-easter-egg.reduce-risk-easter-egg2 .navigation-cards .card.active.benefits-card {
  background: #252524;
  border-color: #252524;
}
.reduce-risk-easter-egg .benefits-card {
  border: 1px solid #C8C8C8;
  background-color: transparent;
}
.reduce-risk-easter-egg .benefits-card .card-link {
  color: #C8C8C8;
}
.reduce-risk-easter-egg .benefits-card .card-link:after {
  background-image: url(../images/gray-arrow.svg);
}
.reduce-risk-easter-egg .benefits-card:hover .card-link {
  color: #373737;
}
.reduce-risk-easter-egg .benefits-card:hover .card-link:hover {
  color: #373737;
}
.reduce-risk-easter-egg .benefits-card:hover .card-link:after {
  background-image: url(../images/black-arrow.svg);
}
.reduce-risk-easter-egg .get-started {
  background-color: #928A72;
}
.reduce-risk-easter-egg .get-started * {
  color: #000000;
}
.reduce-risk-easter-egg .get-started .content .btn-secondary {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}
.reduce-risk-easter-egg .get-started .content .btn-secondary:hover, .reduce-risk-easter-egg .get-started .content .btn-secondary:focus {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
}
.reduce-risk-easter-egg .get-started .content .btn-secondary2 {
  border-color: #000000;
  font-weight: 500;
}
.reduce-risk-easter-egg .get-started .content .btn-secondary2:hover, .reduce-risk-easter-egg .get-started .content .btn-secondary2:focus {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}
.reduce-risk-easter-egg footer {
  background-color: #C8C8C8;
}
.reduce-risk-easter-egg footer * {
  color: #000000;
}
.reduce-risk-easter-egg footer ul.footer-links li a {
  color: #000000;
}
.reduce-risk-easter-egg footer .logo-block .select-wrapper select {
  background-color: transparent;
  color: #000000;
  background-image: url(../images/footer-select-arrow-black.png);
  border: 1px solid #000000;
}
.reduce-risk-easter-egg .last-footer p {
  color: #A8A8A8 !important;
}
.reduce-risk-easter-egg .heading h3 {
  color: #D9D9D9;
}
.reduce-risk-easter-egg .navigation-cards-arrows .slick-prev:before {
  background-image: url(../images/arrowleft1-white.svg);
}
.reduce-risk-easter-egg .navigation-cards-arrows .slick-next:after {
  background-image: url(../images/arrowleft1-white.svg);
}
.reduce-risk-easter-egg .slider-arrow-style2 .slick-next:after, .reduce-risk-easter-egg .navigation-cards-arrows .slick-next:after, .reduce-risk-easter-egg .leadership-arrow-style .slick-next:after,
.reduce-risk-easter-egg .data-cards-arrows .slick-next:after, .reduce-risk-easter-egg .three-column-information-arrow .slick-next:after, .reduce-risk-easter-egg .three-column-information-arrow2 .slick-next:after,
.reduce-risk-easter-egg .slider-arrow-card-slider2 .slick-next:after, .reduce-risk-easter-egg .integration-arrow-style .slick-next:after {
  content: "";
  background-image: url(../images/arrowright2-white.svg);
}
.reduce-risk-easter-egg .card.benefits-card:hover {
  background: linear-gradient(90deg, #303426 0%, #25415C 57.29%, #006997 100%);
}
.reduce-risk-easter-egg .card.benefits-card:hover .card-link {
  color: #ffffff;
}
.reduce-risk-easter-egg .card.benefits-card:hover .card-link:after {
  background-image: url(../images/gray-arrow.svg);
}
.reduce-risk-easter-egg .card.benefits-card:hover .card-link:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .reduce-risk-easter-egg header nav.navbar #main_nav {
    background-color: transparent !important;
  }
  .reduce-risk-easter-egg header nav.navbar.open-nav {
    background: #000 !important;
  }
  .reduce-risk-easter-egg header nav.navbar ul.language-wrapper h5 {
    color: #ffffff !important;
  }
  .reduce-risk-easter-egg.reduce-risk-easter-egg2 .accordion-section-with-text .accordion-button:after {
    top: 22px;
  }
  .reduce-risk-easter-egg.reduce-risk-easter-egg2 .accordion-section-with-text .accordion-button br {
    display: none;
  }
}
@media (max-width: 767px) {
  .reduce-risk-easter-egg .top-page-navigation ul li.active a:after {
    background-image: url(../images/downarrow-white.svg);
    width: 13px;
    height: 10px;
    background-repeat: no-repeat;
    right: 4px;
    left: auto;
    top: 8px;
    background-color: transparent !important;
    background-size: contain;
  }
}
@media (max-width: 475px) {
  .reduce-risk-easter-egg.reduce-risk-easter-egg2 .accordion-section-with-text .accordion-button:after {
    top: 32px;
  }
  .reduce-risk-easter-egg.reduce-risk-easter-egg2 .accordion-section-with-text .accordion-button:not(.collapsed)::after {
    top: 25px !important;
  }
}

.for-pi-tabs-with-video {
  background-color: #373737;
  color: #ffffff;
  padding: 98px 60px;
}
.for-pi-tabs-with-video .heading {
  margin-bottom: 41px;
}
.for-pi-tabs-with-video .heading h3 {
  color: #F6F5F4;
}
.for-pi-tabs-with-video .nav-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.for-pi-tabs-with-video .nav-tabs li {
  padding: 0 30px;
}
.for-pi-tabs-with-video .nav-tabs li:first-child {
  padding-left: 0;
}
.for-pi-tabs-with-video .nav-tabs .nav-link {
  background-color: transparent;
  color: #ffffff;
  font-family: "DINPro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 142%;
  text-transform: uppercase;
  border: none;
  padding-bottom: 13px;
  padding: 17px 0 12px;
}
.for-pi-tabs-with-video .nav-tabs .nav-link.active {
  border-bottom: 4px solid #FA5A25;
}
.for-pi-tabs-with-video .nav-tabs .nav-link.hover {
  border-bottom: 4px solid #FA5A25;
}
.for-pi-tabs-with-video .nav-tabs .nav-link:focus-visible {
  outline: none;
}
.for-pi-tabs-with-video .container {
  padding: 52px 111px 163px 111px;
  border-radius: 16px;
  background-color: #252524;
  position: relative;
}
.for-pi-tabs-with-video .content {
  max-width: 422px;
  width: 100%;
}
.for-pi-tabs-with-video .content h6 {
  color: #F6F5F4;
  font-family: "DINPro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 127%;
  margin-bottom: 4px;
}
.for-pi-tabs-with-video .content ol {
  margin-top: 32px;
}
.for-pi-tabs-with-video .content ol li {
  color: #F6F5F4;
}
.for-pi-tabs-with-video .video-section {
  max-width: 580px;
  width: 100%;
  margin-left: auto;
  margin-top: 120px;
}
.for-pi-tabs-with-video .video-section .video {
  margin-bottom: 35px;
}
.for-pi-tabs-with-video .video-section .action-btn {
  text-align: end;
}
.for-pi-tabs-with-video .video-section .action-btn .btn {
  max-width: 167px;
  width: 100%;
  padding: 7px 18px;
  display: flex;
  align-items: center;
  background-image: url(../images/see-action-play-btn.svg);
  background-repeat: no-repeat;
  background-size: 6.5%;
  background-position: 18px 50%;
  justify-content: end;
  margin-left: auto;
  font-weight: 500;
}
.for-pi-tabs-with-video .video-section .action-btn .btn:hover, .for-pi-tabs-with-video .video-section .action-btn .btn:focus {
  background-image: url(../images/see-action-play-btn-hover.svg);
}
.for-pi-tabs-with-video .nav-tabs {
  position: absolute;
  bottom: 43px;
  left: 9.4%;
  width: 100%;
  max-width: 978px;
}
.for-pi-tabs-with-video .see-action-content .content {
  max-width: 302px;
  width: 100%;
}
.for-pi-tabs-with-video .see-action-content .content p {
  color: #FFF;
  font-family: "DINPro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 127%;
}
.for-pi-tabs-with-video .tabs-arrows {
  max-width: 75px;
  width: 100%;
  position: absolute;
  right: 8.2%;
  bottom: 4.7%;
}
@media (max-width: 1410px) {
  .for-pi-tabs-with-video .nav-tabs {
    width: 73%;
  }
}
@media (max-width: 1366px) {
  .for-pi-tabs-with-video .nav-tabs {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .for-pi-tabs-with-video {
    padding: 98px 54px;
  }
  .for-pi-tabs-with-video .container {
    padding: 52px 40px 163px 40px;
  }
  .for-pi-tabs-with-video .video-section video {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .for-pi-tabs-with-video {
    padding: 0;
    overflow: hidden;
  }
  .for-pi-tabs-with-video .heading {
    margin-bottom: 31px;
  }
  .for-pi-tabs-with-video .content {
    max-width: 100%;
  }
  .for-pi-tabs-with-video .content ol {
    margin-top: 17px;
    padding-left: 17px;
  }
  .for-pi-tabs-with-video .nav-tabs {
    bottom: 74px;
    left: 20px;
    flex-wrap: nowrap;
    width: 100%;
    white-space: nowrap;
    overflow-y: scroll;
    padding-right: 30px;
  }
  .for-pi-tabs-with-video .nav-tabs li {
    padding: 0 10px;
  }
  .for-pi-tabs-with-video .nav-tabs .nav-link {
    font-weight: 500;
  }
  .for-pi-tabs-with-video .tabs-arrows {
    right: 21px;
    bottom: 17px;
  }
  .for-pi-tabs-with-video .video-section {
    max-width: 100%;
    margin-top: 35px;
  }
  .for-pi-tabs-with-video .video-section .video {
    display: none;
  }
  .for-pi-tabs-with-video .video-section .action-btn {
    text-align: center;
  }
  .for-pi-tabs-with-video .video-section .action-btn .btn {
    margin: 0 auto 52px;
  }
  .for-pi-tabs-with-video .see-action-content .content {
    max-width: 100%;
  }
  .for-pi-tabs-with-video .see-action-content .col-lg-7 {
    order: 1;
  }
  .for-pi-tabs-with-video .container {
    padding: 44px 20px 122px 20px;
  }
}

.one-content-two-columns .heading {
  margin-bottom: 39px;
}
.one-content-two-columns .heading h3 {
  color: #ffffff;
}
.one-content-two-columns .container {
  max-width: 1130px;
}

.gfg {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 40px;
  column-gap: 45px;
  margin-bottom: 39px;
}
@media (max-width: 991px) {
  .gfg {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.one-content-two-columns {
  background: #252524;
  padding: 98px 155px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .one-content-two-columns {
    padding: 98px 35px;
  }
}
@media (max-width: 991px) {
  .one-content-two-columns {
    padding: 19px 0px 39px;
  }
  .one-content-two-columns .text-end {
    text-align: left !important;
  }
}

.easter-egg-animation {
  background: #101010;
  overflow: hidden;
  max-height: 408px;
}
.easter-egg-animation canvas {
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .easter-egg-animation {
    max-height: 220px;
  }
  .easter-egg-animation canvas {
    height: 220px;
  }
}

.container-magnify {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}
.container-magnify .inner-page-banner {
  text-align: left;
}

.container-magnify:hover {
  cursor: crosshair;
}

.text-magnify {
  position: absolute;
  font-size: 72px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  bottom: 20%;
  left: 0;
  right: 0;
  z-index: 3;
}

.magic-magnify {
  position: absolute;
  top: calc(50% - 10rem);
  left: calc(50% - 10rem);
  width: 20rem;
  height: 20rem;
  background: center center no-repeat fixed;
  background-size: contain;
  border-radius: 50%;
  z-index: 2;
  /*background: linear-gradient(90deg, #303426 0%, #25415C 57.29%, #006997 100%) !important;
  &:hover {
      background: transparent !important;
      border: 1px solid #ffffff;
  }*/
}

/*reduce-risk-easter-egg page end*/
.parallax-scroll-container {
  min-height: 570px;
  height: calc(100vh - 55px);
}

.parallax-scroll-container .banner-section {
  max-height: 100vh;
}

@media (max-width: 1440px) {
  .parallax-scroll-container {
    height: calc(100vh - 105px);
    min-height: inherit;
  }
}
@media (max-width: 991px) {
  .parallax-scroll-container {
    min-height: inherit;
  }
  .banner-section .vdo-section {
    height: 100%;
  }
}
.loader-full-page .modal-fullscreen .modal-body {
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-full-page .modal-content {
  background-color: rgba(255, 255, 255, 0.8);
}

.loader-full-page .modal-fullscreen .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-full-page .spinner-border {
  width: 5rem;
  height: 5rem;
}

.pixel-grid-section {
  position: relative;
  background-color: #000000;
  display: flex;
  flex-wrap: wrap;
  height: 408px;
  width: 100%;
  overflow: hidden;
}
.pixel-grid-section span {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
}
.pixel-grid-section span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #05A5DA;
  border-radius: 50%;
  transform: scale(15%);
  transition: 1s;
  pointer-events: none;
}
.pixel-grid-section span:hover::before {
  transform: scale(80%);
  transition: 0s;
}
@media (max-width: 991px) {
  .pixel-grid-section {
    height: 308px;
  }
}

.swal-overlay--show-modal {
  z-index: 99999 !important;
}
.swal-overlay--show-modal .swal-footer {
  text-align: center;
}
.swal-overlay--show-modal .swal-footer .swal-button {
  background-color: #373737;
  border-radius: 27px;
  border: 1px solid #373737;
  line-height: 1.5;
  text-align: center;
  width: 120px;
  color: #ffffff;
  margin: 0 auto;
}
.swal-overlay--show-modal .swal-footer .swal-button:hover, .swal-overlay--show-modal .swal-footer .swal-button:focus {
  color: #373737;
  background-color: transparent;
  border-color: #373737;
  outline: none;
  box-shadow: none;
}

.pick-protection-script {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 100px);
}

.inner-page-height2 {
  background-color: #F7F5F4;
  /*height: 100vh;*/
}

.sidebar.inner-page-height.filter-sidebar {
  max-height: calc(100vh - 60px);
}

.pg-with-sidebar .col-md-2 {
  background-color: #6D758D;
  /*height: 100vh;*/
}

.sidebar.inner-page-height.filter-sidebar.sidebar-sticky {
  max-height: calc(100vh - 100px);
}

.pg-with-sidebar.pg-with-sidebar-height .sidebar.filter-sidebar {
  /*height: calc(100vh - 100px) !important;*/
}

.pg-with-sidebar .sidebar {
  /*height: calc(100vh - 100px) !important;*/
}

.pg-with-sidebar.pg-with-sidebar-height-0result .col-md-2 {
  height: 100vh;
}

.pg-with-sidebar.pg-with-sidebar-height .inner-page-height {
  height: calc(100vh - 100px);
}

.pg-with-sidebar-height-0result .inner-page-height2 {
  background-color: #F7F5F4;
  height: 100vh;
}

.integration-slider .card .card-body .card-text {
  /*max-height: 167px;
  overflow: hidden;
  overflow-y: auto;*/
  /** {
    scrollbar-width: auto;
    scrollbar-color: #d4d4d4 transparent;
  }
  &::-webkit-scrollbar {
    width: 3px;
    height: 100px;
  }

  &::-webkit-scrollbar-track {
    background: transparent;
  }

  &::-webkit-scrollbar-thumb {
    background-color: #d4d4d4;
    border-radius: 10px;
    border: 3px solid transparent;
  }*/
}

.footer-fixed .inner-page-height2 {
  /*padding-bottom: 431px;*/
}
.footer-fixed footer {
  transition: 0.4s;
  position: fixed;
  bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .footer-fixed footer {
    position: relative;
  }
}

.resource-center-footer-hide footer {
  display: none !important;
}
@media (max-width: 991px) {
  .resource-center-footer-hide footer {
    display: block !important;
  }
}

.remove-anchore-hover {
  cursor: none !important;
  pointer-events: none !important;
}
.remove-anchore-hover:after {
  display: none;
}

.blog-details-form .subscribe-form-new-title {
  margin-left: auto !important;
}
@media (max-width: 1024px) {
  .blog-details-form .subscribe-form-new-title {
    max-width: 808px;
    padding: 0 0px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .blog-details-form .subscribe-form-new-title {
    margin-left: auto !important;
    max-width: 100%;
    padding: 0 20px;
  }
}

.subscribe-form-new-title {
  max-width: 808px;
  width: 100%;
  margin: 40px auto 0;
  margin-left: 123px;
}
.subscribe-form-new-title .container {
  max-width: 100%;
  padding: 0 10px;
}
@media (min-width: 1442px) {
  .subscribe-form-new-title {
    margin-left: 122px;
  }
}
@media (min-width: 1599px) {
  .subscribe-form-new-title {
    margin-left: 169px;
  }
}
@media (min-width: 1699px) {
  .subscribe-form-new-title {
    margin-left: 198px;
  }
}
@media (min-width: 1750px) {
  .subscribe-form-new-title {
    margin-left: 226px;
  }
}
@media (min-width: 1919px) {
  .subscribe-form-new-title {
    margin-left: 256px;
  }
}
@media (min-width: 2559px) {
  .subscribe-form-new-title {
    margin-left: 17.5%;
  }
}
@media (max-width: 1440px) {
  .subscribe-form-new-title .container {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .subscribe-form-new-title {
    margin-left: 53px;
  }
}
@media (max-width: 1024px) {
  .subscribe-form-new-title {
    margin-left: 10px;
    max-width: 90%;
  }
  .subscribe-form-new-title .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .subscribe-form-new-title {
    margin-top: 40px;
    max-width: 808px;
    padding: 0 20px;
    margin-left: 0;
  }
  .subscribe-form-new-title .container {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  section.news-details-banner.whitepaper-details-banner .subscribe-form-new-title {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  section.news-details-banner.whitepaper-details-banner .subscribe-form-new-title {
    margin-left: 0;
    padding: 0 0px;
  }
}

.partners-heading {
  padding-top: 6px;
  background-color: #F7F5F4;
  padding-bottom: 15px;
}
.partners-heading h3 {
  margin-bottom: 0;
}
.partners-heading .container-fluid {
  padding: 0px 64px;
}
@media (max-width: 1280px) {
  .partners-heading .container-fluid {
    padding: 0px 13px;
  }
}
@media (max-width: 991px) {
  .partners-heading .container-fluid {
    padding: 0px 18px;
  }
}

.logos-new-section {
  background-color: #373737;
  min-height: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logos-new-section ul li {
  padding: 0 59px;
}
.logos-new-section ul li img {
  max-width: 100%;
}
.logos-new-section ul li:first-child {
  padding-left: 0;
}
.logos-new-section ul li:last-child {
  padding-right: 0;
}
.logos-new-section.logos-new-section2 {
  position: relative;
}
.logos-new-section.logos-new-section2:before {
  content: "";
  left: 0;
  background: linear-gradient(270deg, #373737 0%, rgba(55, 55, 55, 0) 86.11%);
  transform: rotateY(180deg);
  height: 100%;
  width: 299px;
  position: absolute;
  top: 0;
  z-index: 11;
}
.logos-new-section.logos-new-section2:after {
  content: "";
  right: 0;
  background: linear-gradient(270deg, #373737 0%, rgba(55, 55, 55, 0) 86.11%);
  height: 100%;
  width: 306px;
  position: absolute;
  top: 0;
  z-index: 11;
}
.logos-new-section.logos-new-section2 .slick-slide img {
  max-width: 170px;
  width: 100%;
}
@media (max-width: 1024px) {
  .logos-new-section ul li {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .logos-new-section ul li {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .logos-new-section {
    padding: 27px 0;
  }
  .logos-new-section ul {
    flex-wrap: wrap;
  }
  .logos-new-section ul li {
    padding: 21px 15px;
    width: 50%;
    text-align: center;
  }
  .logos-new-section ul li:first-child {
    padding-left: 15px;
  }
  .logos-new-section ul li:last-child {
    padding-right: 15px;
  }
  .logos-new-section.logos-new-section2 {
    position: relative;
  }
  .logos-new-section.logos-new-section2:before {
    display: none;
  }
  .logos-new-section.logos-new-section2:after {
    display: none;
  }
}

.menu-tablink a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #181818;
}
.menu-tablink ul li {
  padding: 0 26.5px;
}
.menu-tablink ul li:first-child {
  padding-left: 0;
}
.menu-tablink ul li.active a {
  position: relative;
  font-weight: 700;
}
.menu-tablink ul li.active a:after {
  content: "";
  background-color: #000;
  position: absolute;
  bottom: -7px;
  width: 100%;
  height: 2px;
  left: 0;
}

/*campaign-page start*/
.campaign-page header {
  background: linear-gradient(to bottom, #f2f2f1 0%, #f2f2f1 100%);
}
.campaign-page .container {
  /*max-width: 1125px;*/
  max-width: 1155px;
}
.campaign-page footer .logo-block .select-wrapper select {
  border: 1px solid #FFFFFF !important;
}
.campaign-page .banner-section .volumn-btn .switches .form-switch label {
  bottom: 2px;
}
.campaign-page .banner-section .volumn-btn .switches .form-switch {
  height: 24px;
  width: 42px;
  padding-left: 0;
}
.campaign-page .form-switch .form-check-input {
  border-radius: 2em !important;
}
.campaign-page .banner-section .volumn-btn.open .switches .active .form-check-input {
  margin-top: 5px;
}
.campaign-page .banner-section .vdo-section-main {
  padding-bottom: 0;
}
.campaign-page .campaign-img-video.campaign-img-full-video.banner-section {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.campaign-page .quote-style {
  margin-bottom: 80px;
  margin-top: 50px;
}
.campaign-page .campaign-title-content {
  padding-top: 80px;
  padding-bottom: 137px;
  margin-bottom: 0;
}
.campaign-page .campaign-title-content pre {
  background-color: #d9d9d9;
}
.campaign-page .campaign-page-banner .marketo-form.next-step-form {
  margin-top: 0;
}
.campaign-page .partners-modules .container {
  margin-left: auto;
}
@media (max-width: 1650px) {
  .campaign-page .card-slider-section .full-container {
    margin: 0 auto;
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .campaign-page .campaign-img-video.campaign-img-full-video .volumn-btn {
    bottom: 62px !important;
  }
}
@media (max-width: 1024px) {
  .campaign-page .campaign-img-video.campaign-img-full-video .volumn-btn {
    bottom: 120px !important;
  }
  .campaign-page .card-slider-section .full-container {
    padding-left: 20px !important;
  }
}
@media (max-width: 991px) {
  .campaign-page .campaign-img-video.campaign-img-full-video .volumn-btn {
    bottom: 28% !important;
  }
}
@media (max-width: 768px) {
  .campaign-page .campaign-img-video.campaign-img-full-video .volumn-btn {
    bottom: 8% !important;
  }
}
@media (max-width: 767px) {
  .campaign-page .campaign-img-video.campaign-img-full-video .volumn-btn {
    bottom: 33% !important;
  }
}
@media (max-width: 575px) {
  .campaign-page .campaign-img-video.campaign-img-full-video .volumn-btn {
    bottom: 33% !important;
  }
}
@media (max-width: 430px) {
  .campaign-page .campaign-img-video.campaign-img-full-video .volumn-btn {
    bottom: 9% !important;
  }
}

.campaign-page-banner + .inner-page-banner + .campaign-title-content + .quote-style + .campaign-title-content {
  padding-bottom: 0;
  margin-bottom: 0;
}

.campaign-page-banner + .inner-page-banner + .campaign-title-content + .quote-style + .campaign-title-content + .campaign-title-content {
  padding: 30px 0;
}

.campaign-page-banner {
  padding-top: 90px;
  padding-bottom: 73px;
  background: linear-gradient(to bottom, #f2f2f1 0%, #f2f2f1 100%);
  position: relative;
}
.campaign-page-banner .container {
  max-width: 826px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  z-index: 9;
}
.campaign-page-banner h1 {
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 31px;
  line-height: 103%;
}
.campaign-page-banner h2 {
  color: var(--Protegrity-Orange, #FA5A25);
  line-height: 131%;
  margin-bottom: 42px;
}
.campaign-page-banner h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
}
.campaign-page-banner .btn {
  max-width: 178px;
  width: 100%;
  margin: 39px auto 0;
  justify-content: center;
}
.campaign-page-banner .background-image {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  max-width: 100%;
  width: 100%;
  min-height: 100%;
  top: 0;
  right: 0;
  left: 0;
}
.campaign-page-banner.dark-layout h3 {
  color: #ffffff;
}
.campaign-page-banner.dark-layout .btn {
  color: #ffffff !important;
  border: 1px solid #ffffff;
}
.campaign-page-banner.dark-layout .btn:hover, .campaign-page-banner.dark-layout .btn:focus {
  color: #373737 !important;
}
.campaign-page-banner.half-width-banner .campaign-page-banner-content {
  text-align: left;
}
.campaign-page-banner.half-width-banner .btn {
  margin: 39px 0 0;
}
.campaign-page-banner.half-width-banner .marketo-form {
  border-radius: 16px;
  background-color: #373737;
  padding: 52px 62px;
  text-align: left;
  color: #ffffff;
}
.campaign-page-banner.half-width-banner .marketo-form h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 131%;
  margin-bottom: 9px;
  text-transform: inherit;
}
.campaign-page-banner.half-width-banner .marketo-form p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 518px;
  width: 100%;
}
.campaign-page-banner.half-width-banner .marketo-form select option {
  color: #000000;
}
.campaign-page-banner.half-width-banner .media-inquiries-form .mktoForm {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.campaign-page-banner.half-width-banner .container {
  max-width: 100% !important;
  padding: 0px 64px;
}
.campaign-page-banner.half-width-banner h1 {
  width: 90%;
}
.campaign-page-banner.full-width-leftside-banner .container {
  max-width: 1155px;
  text-align: left;
}
.campaign-page-banner.full-width-leftside-banner .btn {
  margin-top: 39px;
  margin-left: 0;
  background-color: #373737;
  color: #ffffff;
}
.campaign-page-banner + .campaign-img-video {
  margin-top: 133px;
}
@media (max-width: 1280px) {
  .campaign-page-banner .container {
    padding: 0px 13px;
  }
  .campaign-page-banner .background-image {
    background-size: cover;
  }
}
@media (max-width: 1199px) {
  .campaign-page-banner h3 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .campaign-page-banner {
    padding-top: 57px;
    padding-bottom: 306px;
  }
  .campaign-page-banner.half-width-banner {
    padding-bottom: 0;
  }
  .campaign-page-banner.half-width-banner .marketo-form {
    border-radius: 0 !important;
    margin-top: 60px !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .campaign-page-banner .background-image {
    max-width: 100% !important;
    min-height: 670px;
  }
  .campaign-page-banner h1 {
    margin-bottom: 14px;
  }
  .campaign-page-banner h2 {
    margin-bottom: 21px;
  }
  .campaign-page-banner h3 {
    font-size: 18px;
  }
  .campaign-page-banner .btn {
    margin: 24px auto 0;
    max-width: 174px;
    padding: 4.4px 19px;
  }
  .campaign-page-banner.half-width-banner .row .col {
    flex: 1 0 100%;
  }
  .campaign-page-banner.half-width-banner .row .col:last-child {
    padding: 0 0;
  }
  .campaign-page-banner.half-width-banner .container {
    max-width: 100% !important;
    padding: 0px 13px;
  }
  .campaign-page-banner.half-width-banner h2 {
    margin: 0 0 21px;
  }
  .campaign-page-banner.half-width-banner .content h2 {
    font-size: 32px;
  }
  .campaign-page-banner .background-image {
    min-height: 440px;
    max-width: 400px;
    right: 0;
    left: auto;
    background-position: center left;
  }
}
@media (max-width: 767px) {
  .campaign-page-banner {
    padding-bottom: 60px;
  }
  .campaign-page-banner .background-image {
    min-height: 465px;
  }
  .campaign-page-banner h2 {
    max-width: 280px;
    margin: 0 auto 21px;
    width: 100%;
  }
  .campaign-page-banner h2 br {
    display: none;
  }
  .campaign-page-banner h3 br {
    display: none;
  }
  .campaign-page-banner.half-width-banner .marketo-form {
    border-radius: 0;
    padding: 65px 20px 45px;
    margin-top: 60px;
  }
  .campaign-page-banner.full-width-leftside-banner .container {
    max-width: 100%;
    text-align: left;
  }
  .campaign-page-banner.full-width-leftside-banner h2 {
    max-width: 100%;
  }
}
@media (max-width: 590px) {
  .campaign-page-banner .background-image {
    min-height: 485px;
  }
}
@media (max-width: 480px) {
  .campaign-page-banner .background-image {
    min-height: 575px;
  }
}
.campaign-page-banner .campaign-page-banner .background-image {
  min-height: 505px;
}
@media (max-width: 390px) {
  .campaign-page-banner .background-image {
    min-height: 580px;
  }
}

.campaign-img-video {
  position: relative;
  max-width: 1120px;
  width: 100%;
  margin: 0px auto 133px;
}
.campaign-img-video img {
  width: 100%;
}
.campaign-img-video .play-btn {
  max-width: 112px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  bottom: 32px;
  height: 112px;
}
.campaign-img-video .play-btn img {
  max-width: 100%;
  transition: 0.4s;
}
.campaign-img-video .play-btn .hover-play {
  opacity: 0;
  height: 0;
}
.campaign-img-video .play-btn:hover .hover-play {
  opacity: 1;
  height: auto;
}
.campaign-img-video .play-btn:hover .default-play {
  opacity: 0;
  height: 0;
  display: none;
}
.campaign-img-video.campaign-img-full-video {
  max-width: 100%;
}
.campaign-img-video.campaign-img-full-video .volumn-btn {
  bottom: 29px !important;
  right: 64px !important;
}
.campaign-img-video.campaign-img-full-video.banner-section {
  position: inherit;
  width: inherit;
  height: inherit;
  overflow: hidden;
  transform: inherit;
  max-height: 613px;
}
.campaign-img-video.campaign-img-full-video.banner-section .vdo-section {
  position: relative;
  transform: none;
  max-height: 610px;
}
.campaign-img-video.campaign-img-full-video.banner-section .vdo-section video {
  transform: inherit;
  position: inherit;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
  margin: auto;
  min-width: inherit;
  min-height: inherit;
}
@media (max-width: 1199px) {
  .campaign-img-video {
    margin: 0px auto 100px;
  }
}
@media (max-width: 1024px) {
  .campaign-img-video {
    margin: 0px auto 70px;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .campaign-img-video .play-btn {
    max-width: 74px;
    height: 74px;
  }
  .campaign-img-video.campaign-img-full-video .volumn-btn {
    bottom: 17px !important;
    right: auto !important;
    left: 20px !important;
  }
}
@media (max-width: 767px) {
  .campaign-img-video {
    margin: 0px auto 61px;
  }
  .campaign-img-video.campaign-img-full-video.banner-section {
    padding: 0;
  }
}

.more-protegrity-resources .btn {
  padding: 6px 24px 6px 24px;
  max-width: 253px;
  width: 100%;
  min-height: 36px;
}
.more-protegrity-resources .slick-initialized .slick-slide {
  padding: 0 12px;
}
.more-protegrity-resources .posts .row [class*=col-] .card {
  min-height: 231px;
}
.more-protegrity-resources .posts .row [class*=col-] .card .card-body ul.category-list li h6 {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .more-protegrity-resources .posts .row [class*=col-] .card {
    min-height: 191px;
  }
}

.charcoal-bg.content-form .mktoForm {
  background-color: transparent;
}
.charcoal-bg.content-form .mktoForm #LblLastName, .charcoal-bg.content-form .mktoForm #LblFirstName, .charcoal-bg.content-form .mktoForm #LblEmail, .charcoal-bg.content-form .mktoForm #LblCompany, .charcoal-bg.content-form .mktoForm #LblCountry, .charcoal-bg.content-form .mktoForm #LblInbound_Company_Size__c, .charcoal-bg.content-form .mktoForm #LblPhone, .charcoal-bg.content-form .mktoForm #LblTitle {
  color: #ffffff !important;
}

.campaign-title-content {
  margin-bottom: 137px;
  padding: 50px 0;
}
.campaign-title-content h2 {
  margin-bottom: 42px;
}
@media (max-width: 1199px) {
  .campaign-title-content {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .campaign-title-content {
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .campaign-title-content {
    margin-bottom: 44px;
  }
  .campaign-title-content h2 {
    margin-bottom: 19px;
  }
  .campaign-title-content p {
    margin-bottom: 18px;
  }
}

.title-content-image {
  padding: 53px 0 42px;
}
.title-content-image .content h2 {
  margin-bottom: 27px;
}
.title-content-image .content p {
  color: #000000;
  max-width: 422px;
  width: 100%;
}
.title-content-image .content h3 {
  font-weight: 400;
  margin-bottom: 55px;
}
.title-content-image .content ol, .title-content-image .content ul {
  padding-left: 18px;
}
.title-content-image .content ol li, .title-content-image .content ul li {
  color: #000000;
}
.title-content-image .content img {
  max-width: 100%;
}
.title-content-image .image-title {
  position: relative;
  text-align: right;
}
.title-content-image .image-title .title {
  position: absolute;
  bottom: 0;
  text-align: left;
  left: -10px;
}
.title-content-image .image-title .title h2 {
  text-transform: uppercase;
  line-height: 131%;
}
.title-content-image img {
  max-width: 100%;
}
.title-content-image.contries-privacy {
  padding: 149px 0 145px;
}
.title-content-image.title-content-image-get-started {
  padding: 96px 0 85px;
}
.title-content-image.title-content-image-get-started .image img {
  max-width: 609px;
  width: 100%;
}
@media (max-width: 1199px) {
  .title-content-image.contries-privacy {
    padding: 100px 0 100px;
  }
}
@media (max-width: 1024px) {
  .title-content-image .image-title .title h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .title-content-image {
    padding: 70px 0 64px;
  }
  .title-content-image.contries-privacy {
    padding: 66px 0 48px;
  }
  .title-content-image.contries-privacy .image-title img {
    max-width: 277px;
    width: 100%;
    margin: 0 auto;
  }
  .title-content-image .image, .title-content-image .image-title {
    text-align: center;
  }
  .title-content-image .content h2 {
    margin-bottom: 18px;
  }
  .title-content-image .content h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .title-content-image .content ol li, .title-content-image .content ul li {
    font-size: 12px;
  }
  .title-content-image.gray-bg {
    padding: 65px 0 64px;
  }
  .title-content-image .image-title .title {
    left: 0;
  }
  .title-content-image .image img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .title-content-image iframe img {
    width: 100%;
  }
  .title-content-image .image-title .title {
    max-width: 250px;
    width: 100%;
  }
  .title-content-image .image-title .title h2 {
    font-size: 24px;
  }
  .title-content-image .image-title .title h2 br {
    display: none;
  }
  .title-content-image.title-content-image-get-started {
    padding: 33px 0 32px;
  }
  .title-content-image.title-content-image-get-started .content {
    margin-bottom: 12px;
  }
  .title-content-image.title-content-image-get-started.order-change-in-mobile .row .col-lg-5 {
    order: -1 !important;
  }
  .title-content-image.title-content-image-get-started.order-change-in-mobile .row .col-lg-7 {
    order: 0 !important;
  }
  .title-content-image.title-content-image-get-started .title-content-image .image img {
    max-width: 100%;
  }
}

.gray-bg {
  background-color: #F4F4F4;
}

.white-bg {
  background-color: #ffffff;
}

.data-privacy {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 100%;
  width: 100%;
  min-height: 900px;
  padding: 98px 0;
}
.data-privacy .container {
  max-width: 1135px;
}
.data-privacy .card {
  border-radius: 16px;
  max-width: 545px;
  min-height: 704px;
  width: 100%;
}
.data-privacy .card.card-transprent {
  max-width: 568px;
  width: 100%;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  min-height: 616px;
  margin-right: -15px;
}
.data-privacy .card.card-transprent h6 {
  color: #ffffff;
}
.data-privacy .card.card-transprent ul li {
  color: #ffffff;
}
.data-privacy .card.card-transprent ul li:before {
  background-image: url(../images/x-circle-status.svg);
}
.data-privacy .card .card-body {
  padding: 62px 45px 35px;
}
.data-privacy .card h6 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 127%;
  margin-bottom: 17px;
  color: #000000;
}
.data-privacy .card h3 {
  font-weight: 400;
  line-height: 133%;
  margin-bottom: 56px;
}
.data-privacy .card h2 {
  margin-bottom: 62px;
}
.data-privacy .card ul {
  list-style: none;
  padding-left: 0;
}
.data-privacy .card ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  padding-left: 48px;
  margin-bottom: 24px;
  color: #000000;
  min-height: 24px;
  list-style: none;
}
.data-privacy .card ul li:last-child {
  margin-bottom: 0;
}
.data-privacy .card ul li:before {
  content: "";
  left: 0;
  background-image: url(../images/check-circle-status.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.data-privacy .card ul li.check-list:before {
  content: "";
  background-image: url(../images/check-circle-status.svg);
}
.data-privacy .card ul li.close-list:before {
  content: "";
  background-image: url(../images/x-circle-status.svg);
}
.data-privacy.data-without-with-protegrity {
  display: flex;
  align-items: center;
}
.data-privacy.data-without-with-protegrity .card {
  min-height: 510px;
}
.data-privacy.data-without-with-protegrity .card.card-transprent {
  min-height: 417px !important;
}
.data-privacy.data-without-with-protegrity .card h3 {
  margin-bottom: 22px;
}
.data-privacy.data-without-with-protegrity .card h2 {
  margin-bottom: 112px;
}
@media (max-width: 1024px) {
  .data-privacy .card {
    max-width: 488px;
  }
  .data-privacy .card h3 {
    font-size: 20px;
  }
  .data-privacy .card ul li {
    margin-bottom: 18px;
  }
  .data-privacy .card.card-transprent {
    max-width: 488px;
  }
}
@media (max-width: 991px) {
  .data-privacy {
    min-height: 828px;
    padding: 62px 0;
  }
  .data-privacy .card {
    min-height: inherit;
  }
  .data-privacy .card h6 {
    font-size: 12px;
    margin-bottom: 11px;
  }
  .data-privacy .card h3 {
    font-size: 18px;
    margin-bottom: 38px;
  }
  .data-privacy .card h2 {
    margin-bottom: 30px;
  }
  .data-privacy .card ul li {
    font-size: 12px;
    margin-bottom: 29px;
    display: flex;
    align-items: center;
    min-height: 22px;
  }
  .data-privacy .card.card-transprent {
    order: 1;
    min-height: inherit;
    margin-right: 0;
    max-width: 446px;
    margin-top: -15px;
  }
  .data-privacy .card .card-body {
    padding: 37px 20px 11px;
  }
  .data-privacy .data-privacy-box {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .data-privacy .card h3 br {
    display: none;
  }
  .data-privacy.data-without-with-protegrity .card {
    min-height: 329px;
  }
  .data-privacy.data-without-with-protegrity .card h2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 390px) {
  .data-privacy .card.card-transprent {
    max-width: 234px;
  }
}

.data-protection .faq .answer {
  margin-left: 0;
}
.data-protection .faq .answer span {
  border-radius: 3px;
  background: var(--Gradient, linear-gradient(90deg, #CECADA 0%, #E0B580 57.29%, #FF9567 100%));
  color: var(--Charcoal, #373737);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 127%;
  min-height: 23px;
  min-width: 80px;
  padding: 4px 15px;
  margin-bottom: 23px;
  display: inline-block;
}
.data-protection .faq h3 {
  font-weight: 400;
  line-height: 133%;
}
.data-protection .faq .count-question {
  max-width: 310px;
  width: 100%;
}
.data-protection .faq .count-question .count {
  max-width: 100%;
  margin-right: 0;
}
.data-protection .faq .que-ans {
  border-bottom: 1px solid #E3E3E3;
}
.data-protection .faq .que-ans:last-child {
  border-bottom: none;
}
.data-protection .faq .que-ans .col-lg-7 {
  justify-content: space-between;
}
.data-protection .faq .question {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .data-protection .faq .question {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .data-protection .faq {
    padding-top: 61px;
    padding-bottom: 4px;
  }
  .data-protection .faq .que-ans {
    padding-bottom: 3px;
    margin-bottom: 33px;
  }
  .data-protection .faq .que-ans .col-lg-7 {
    display: block !important;
  }
  .data-protection .faq .heading {
    margin-bottom: 30px;
  }
  .data-protection .faq h3 {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .data-protection .faq .count-question .count {
    position: static;
    text-align: left;
  }
  .data-protection .faq .count-question .count h5 {
    font-weight: 500;
    margin-bottom: 12px;
  }
  .data-protection .faq .answer span {
    margin-bottom: 19px;
  }
  .data-protection .faq .question {
    font-size: 12px;
  }
}
@media (max-width: 390px) {
  .data-protection .faq .heading h2 br {
    display: none;
  }
}

.quote-style {
  margin-bottom: 132px;
}
.quote-style .container {
  max-width: 1312px;
}
.quote-style .quote-main-wrapper {
  max-width: 100%;
  padding: 1px;
  border-radius: 16px;
  background: linear-gradient(to right, #CECADA, #E08580, #FF9567);
}
.quote-style blockquote {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  max-width: 866px;
  margin: 0 auto 47px;
  width: 100%;
  position: relative;
}
.quote-style blockquote:before {
  content: "";
  left: -112px;
  background-image: url(../images/quote1.svg);
  width: 56px;
  height: 128px;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.quote-style blockquote:after {
  content: "";
  right: -112px;
  background-image: url(../images/quote2.svg);
  width: 56px;
  height: 128px;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.quote-style .quote-name {
  text-align: right;
  width: 91.5%;
}
.quote-style .quote-name h4 {
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 127%;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.quote-style .quote-name span {
  color: #000000;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.quote-style .quote-main {
  /*max-width: 1090px;*/
  width: 100%;
  margin: 0 auto;
  padding-top: 186px;
  padding-bottom: 108px;
  background-color: #ffffff;
  border-radius: 16px;
}
.quote-style.outline .container {
  padding: 0;
  border-radius: 16px;
  background: linear-gradient(to right, #CECADA, #E08580, #FF9567);
}
.quote-style.outline.gradient .quote-main {
  background: linear-gradient(90deg, rgba(206, 202, 218, 0.2) 0%, rgba(224, 181, 128, 0.2) 57.29%, rgba(255, 149, 103, 0.2) 100%), rgba(255, 255, 255, 0.2);
}
.quote-style.outline.gradient .container {
  padding: 0;
  border-radius: 16px;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(206, 202, 218, 0.2) 0%, rgba(224, 181, 128, 0.2) 57.29%, rgba(255, 149, 103, 0.2) 100%), rgba(255, 255, 255, 0.2);
}
.quote-style.outline.gradient blockquote:before {
  background-image: url(../images/quote-gradient1.svg);
}
.quote-style.outline.gradient blockquote:after {
  background-image: url(../images/quote-gradient2.svg);
}
.quote-style.floating .quote-main {
  padding-top: 41px;
}
@media (max-width: 1380px) {
  .quote-style {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .quote-style {
    margin-bottom: 70px;
  }
  .quote-style .quote-main {
    padding-top: 130px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1119px) {
  .quote-style blockquote:before {
    left: -90px;
  }
  .quote-style blockquote:after {
    right: -90px;
  }
}
@media (max-width: 1024px) {
  .quote-style blockquote {
    font-size: 20px;
    max-width: 726px;
  }
  .quote-style blockquote:before {
    left: -96px;
  }
  .quote-style blockquote:after {
    right: -96px;
  }
}
@media (max-width: 991px) {
  .quote-style {
    margin-bottom: 60px;
  }
  .quote-style blockquote {
    margin: 0 auto 71px;
    font-size: 18px;
    max-width: 100%;
  }
  .quote-style blockquote:before {
    left: 0;
    top: -49px;
  }
  .quote-style blockquote:after {
    right: 0;
    bottom: -55px;
  }
  .quote-style .quote-main {
    padding-bottom: 0;
  }
  .quote-style .quote-name {
    width: 100%;
  }
  .quote-style .quote-name h4 {
    font-size: 16px;
  }
  .quote-style .quote-name span {
    font-size: 12px;
  }
  .quote-style.outline .quote-main {
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 80px;
    padding-bottom: 30px;
  }
}

.threelayout-title-content {
  padding-top: 130px;
  padding-bottom: 132px;
}
.threelayout-title-content .heading {
  margin-bottom: 70px;
}
.threelayout-title-content .card {
  border-radius: 16px;
  border: none;
  width: 100%;
}
.threelayout-title-content .card .card-body {
  padding: 54px 47px;
}
.threelayout-title-content .card .card-body h3 {
  color: #000000;
  font-weight: 400;
  line-height: 133%;
  margin-bottom: 25px;
}
.threelayout-title-content .card .card-body h5 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 142%;
}
.threelayout-title-content .card .card-body p {
  margin-bottom: 25px;
  max-width: 258px;
  width: 100%;
}
.threelayout-title-content .row [class*=col-] {
  align-items: stretch;
  display: flex;
}
@media (max-width: 1199px) {
  .threelayout-title-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .threelayout-title-content {
    padding-top: 62px;
    padding-bottom: 68px;
  }
  .threelayout-title-content .heading {
    margin-bottom: 34px;
    text-align: left !important;
  }
  .threelayout-title-content .card {
    width: 100%;
    margin-bottom: 16px;
  }
  .threelayout-title-content .card .card-body {
    padding: 29px 23px 24px;
  }
  .threelayout-title-content .card .card-body h3 {
    font-size: 18px;
    margin-bottom: 27px;
  }
  .threelayout-title-content .card .card-body p {
    font-size: 12px;
  }
  .threelayout-title-content .card .card-body h5 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .threelayout-title-content .heading h3 br {
    display: none;
  }
  .threelayout-title-content .row [class*=col-]:last-child .card {
    margin-bottom: 0;
  }
}

.our-customer-section {
  padding: 132px 0 132px;
}
.our-customer-section .content h2 {
  line-height: 131%;
}
.our-customer-section .content h3 {
  color: #000000;
  font-weight: 400;
  line-height: 133%;
}
.our-customer-section .our-customer-slider-main {
  position: relative;
}
.our-customer-section .our-customer-slider-main .slider-arrow-style2 {
  margin: 0 -40px;
  top: 50%;
  transform: translateY(-50%);
  min-height: 209px;
  display: flex !important;
  align-items: center;
  position: absolute;
  z-index: 9;
}
.our-customer-section .our-customer-slider-main .slider-arrow-style2 .slick-arrow {
  background-color: #ffffff;
}
.our-customer-section .our-customer-slider-main .slider-arrow-style2 .slick-arrow:before {
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  .our-customer-section {
    padding: 70px 0 70px;
  }
  .our-customer-section .content h2 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .our-customer-section .content h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .our-customer-section {
    padding: 70px 0 43px;
  }
  .our-customer-section .content {
    text-align: center;
  }
  .our-customer-section .content h2 {
    font-size: 24px;
  }
  .our-customer-section .content h3 {
    font-size: 18px;
  }
  .our-customer-section .our-customer-slider-main {
    margin-top: 32px;
  }
  .our-customer-section .our-customer-slider-main .slider-arrow-style2 {
    margin: 0 0;
  }
  .our-customer-section .our-customer-slider-main .slider-arrow-style2 .slick-arrow:before, .our-customer-section .our-customer-slider-main .slider-arrow-style2 .slick-arrow:after {
    max-width: 32px;
    min-height: 32px;
  }
  .our-customer-section .our-customer-slider-main .slider-arrow-style2.d-none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .our-customer-section {
    padding: 55px 0 43px;
  }
  .our-customer-section .content h2 {
    line-height: 115.5%;
  }
  .our-customer-section .content h2 br {
    display: none;
  }
}

.our-customer-slider .row {
  display: flex !important;
  align-items: flex-start;
}
.our-customer-slider .count h2 {
  color: #000000;
  font-size: 200.952px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.our-customer-slider .content-slide {
  padding-top: 37px;
}
.our-customer-slider .content-slide h6 {
  color: #373737;
  font-size: 14px;
  font-weight: 400;
  line-height: 127%;
}
.our-customer-slider .content-slide h3 {
  color: #373737;
  font-weight: 400;
  line-height: 133%;
}
.our-customer-slider .content-slide p {
  color: #373737;
}
@media (max-width: 1199px) {
  .our-customer-slider .count h2 {
    font-size: 140px;
    line-height: 0.65;
  }
}
@media (max-width: 1024px) {
  .our-customer-slider .count h2 {
    font-size: 120px;
    line-height: 0.6;
  }
}
@media (max-width: 991px) {
  .our-customer-slider .count {
    margin-bottom: 0;
    text-align: center;
  }
  .our-customer-slider .count h2 {
    font-size: 96px;
    font-weight: 500;
    line-height: 122%;
    margin-bottom: 0;
  }
  .our-customer-slider .content-slide {
    text-align: center;
    padding-top: 0;
  }
  .our-customer-slider .content-slide h6 {
    margin-bottom: 1px;
  }
  .our-customer-slider .content-slide h3 {
    font-size: 18px;
    margin-bottom: 11px;
  }
  .our-customer-slider .content-slide p {
    font-size: 12px;
  }
  .our-customer-slider .row {
    display: block !important;
  }
}

.partner-integrations.partner-integrations-campaine {
  background-color: #6D758D;
  padding: 136px 0px 38px;
}
.partner-integrations.partner-integrations-campaine .container-fluid {
  max-width: 1415px;
}
.partner-integrations.partner-integrations-campaine .title-content-campaine {
  max-width: 334px;
  width: 100%;
}
.partner-integrations.partner-integrations-campaine .customers-logo-wrapper {
  border: none;
  margin-top: 88px;
}
.partner-integrations.partner-integrations-campaine .customers-logo-wrapper ul {
  flex-wrap: wrap;
  justify-content: center;
}
.partner-integrations.partner-integrations-campaine .customers-logo-wrapper ul li {
  width: 25%;
  text-align: center;
  margin-bottom: 88px;
}
.partner-integrations.partner-integrations-campaine .customers-logo-wrapper ul li img {
  max-width: 100%;
}
@media (min-width: 1649px) {
  .partner-integrations.partner-integrations-campaine .container-fluid {
    max-width: 85%;
  }
}
@media (min-width: 1920px) {
  .partner-integrations.partner-integrations-campaine .container-fluid {
    max-width: 74%;
  }
}
@media (max-width: 1440px) {
  .partner-integrations.partner-integrations-campaine .container-fluid {
    width: 100%;
  }
  .partner-integrations.partner-integrations-campaine .container {
    max-width: 82%;
  }
}
@media (max-width: 1199px) {
  .partner-integrations.partner-integrations-campaine {
    padding: 70px 0px 38px;
  }
  .partner-integrations.partner-integrations-campaine .customers-logo-wrapper ul li {
    margin-bottom: 57px;
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .partner-integrations.partner-integrations-campaine .customers-logo-wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .partner-integrations.partner-integrations-campaine .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .partner-integrations.partner-integrations-campaine {
    padding: 61px 0px 0px;
    min-height: 139px;
  }
  .partner-integrations.partner-integrations-campaine .customers-logo-wrapper {
    margin-top: 42px;
  }
  .partner-integrations.partner-integrations-campaine .customers-logo-wrapper ul li {
    width: 49%;
    text-align: left;
    padding: 0 10px;
  }
  .partner-integrations.partner-integrations-campaine .customers-logo-wrapper ul li:nth-child(2n) {
    text-align: right;
  }
  .partner-integrations.partner-integrations-campaine .title-content-campaine h2 {
    margin-bottom: 20px;
  }
}

.implementation-process.implementation-process-campaign .content {
  max-width: 548px;
  /*margin: 0 auto;*/
  margin-left: 66px;
}
.implementation-process.implementation-process-campaign .image {
  min-height: 814px;
  max-width: 596px;
  width: 100%;
  margin-left: auto;
}
@media (min-width: 1649px) {
  .implementation-process.implementation-process-campaign .content {
    /*max-width: 100%; */
    margin-left: 22.2%;
  }
}
@media (min-width: 1441px) {
  .implementation-process.implementation-process-campaign .image {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1380px) {
  .implementation-process.implementation-process-campaign {
    padding-left: 127px;
  }
  .implementation-process.implementation-process-campaign .image {
    width: 100%;
    max-width: 100%;
  }
  .implementation-process.implementation-process-campaign .content {
    margin-left: 0;
  }
}
@media (max-width: 1280px) {
  .implementation-process.implementation-process-campaign {
    padding-left: 77px;
  }
}
@media (max-width: 991px) {
  .implementation-process.implementation-process-campaign {
    padding-left: 0;
  }
  .implementation-process.implementation-process-campaign .content {
    max-width: 100%;
    padding: 15px 20px 21px;
  }
}
@media (max-width: 767px) {
  .implementation-process.implementation-process-campaign .image {
    min-height: 260px;
    background-position: center top;
  }
}

.partner-integrations-logo-campaign {
  padding: 49px 105px;
}
.partner-integrations-logo-campaign .customers-logo-wrapper {
  border: none;
  margin-top: 0;
  padding-top: 0;
  padding-left: 12px;
}
.partner-integrations-logo-campaign .customers-logo-wrapper ul {
  /*flex-wrap: wrap;
  justify-content: center;*/
}
@media (max-width: 1199px) {
  .partner-integrations-logo-campaign {
    padding: 49px 60px;
  }
}
@media (max-width: 1024px) {
  .partner-integrations-logo-campaign {
    padding: 49px 30px;
  }
}
@media (max-width: 991px) {
  .partner-integrations-logo-campaign {
    padding: 32px 38px;
    min-height: 139px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .partner-integrations-logo-campaign .customers-logo-wrapper ul li {
    padding: 0 10px;
    min-height: inherit;
  }
}

.more-protegrity-resources .heading {
  margin-bottom: 71px;
}
.more-protegrity-resources .posts .container {
  max-width: 1263px;
  padding: 0 70.5px;
  position: relative;
}
.more-protegrity-resources .more-protegrity-resources-main .slider-arrow-style2 {
  justify-content: space-between;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.more-protegrity-resources .more-protegrity-resources-main .slider-arrow-style2 .slick-arrow:before, .more-protegrity-resources .more-protegrity-resources-main .slider-arrow-style2 .slick-arrow:after {
  z-index: 9;
}
.more-protegrity-resources .posts {
  background: linear-gradient(117deg, #CECADA 7.62%, #E0B580 62.91%, #FF9567 104.13%);
  padding-bottom: 132px;
}
.more-protegrity-resources .posts .card .card-body ul.category-list {
  margin-bottom: 13px;
}
.more-protegrity-resources .posts .card .card-body h3 {
  margin-bottom: 13px;
}
.more-protegrity-resources .more-protegrity-resources-slider {
  margin-bottom: 31px;
}
.more-protegrity-resources .more-protegrity-resources-slider .slick-track {
  display: flex;
}
.more-protegrity-resources .btn {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .more-protegrity-resources .posts {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .more-protegrity-resources .posts {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media (max-width: 1024px) {
  .more-protegrity-resources .more-protegrity-resources-main {
    padding: 0 30px;
  }
  .more-protegrity-resources .posts .card .card-body h3 a br {
    display: none;
  }
  .more-protegrity-resources .posts .card .card-body ul.category-list li h6 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .more-protegrity-resources .heading {
    margin-bottom: 34px;
    text-align: left !important;
  }
  .more-protegrity-resources .posts {
    padding-bottom: 66px;
    padding-top: 64px;
  }
  .more-protegrity-resources .more-protegrity-resources-main {
    padding: 0 0px;
  }
  .more-protegrity-resources .more-protegrity-resources-main .slider-arrow-style2.mobile-arrows-campaign {
    position: relative;
    max-width: 95px;
    width: 100%;
  }
  .more-protegrity-resources .more-protegrity-resources-main .slider-arrow-style2.mobile-arrows-campaign .slick-arrow:before, .more-protegrity-resources .more-protegrity-resources-main .slider-arrow-style2.mobile-arrows-campaign .slick-arrow:after {
    max-width: 32px;
    min-height: 32px;
  }
  .more-protegrity-resources .more-protegrity-resources-main .count-arrows-campaign {
    margin-bottom: 29px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .more-protegrity-resources .more-protegrity-resources-main .count-arrows-campaign .slide-count {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    min-height: 32px;
  }
  .more-protegrity-resources .more-protegrity-resources-slider {
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .more-protegrity-resources .heading {
    max-width: 290px;
    width: 100%;
  }
  .more-protegrity-resources .posts .container {
    padding: 0 20px;
  }
  .more-protegrity-resources .slick-initialized .slick-slide {
    padding: 0 0;
  }
}

.next-step-form {
  background-color: #373737;
  padding: 152px 0 99px;
}
.next-step-form * {
  color: #ffffff;
}
.next-step-form .media-inquiries .media-inquiries-form {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 16px;
}
.next-step-form .content h2 {
  color: #ffffff;
  font-size: 80px;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 33px;
}
.next-step-form .content p {
  max-width: 422px;
  width: 100%;
  line-height: 150%;
  font-weight: 400;
}
.next-step-form select {
  height: 50px !important;
}
.next-step-form button.mktoButton {
  text-transform: uppercase !important;
}
@media (max-width: 1280px) {
  .next-step-form {
    padding: 100px 0 99px;
  }
  .next-step-form .content h2 {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .next-step-form {
    padding: 70px 0 99px;
  }
  .next-step-form .content h2 {
    font-size: 55px;
  }
}
@media (max-width: 1024px) {
  .next-step-form .content h2 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .next-step-form {
    padding: 63px 0 64px;
  }
  .next-step-form .content h2 {
    font-size: 32px;
    margin-bottom: 27px;
  }
}

.campaign-page.campaign-page-new .next-step-form {
  margin: -196px auto 0;
  z-index: 999;
  position: relative;
}
@media (max-width: 767px) {
  .campaign-page.campaign-page-new .next-step-form {
    margin: 0px auto 0;
  }
}

.campaign-page.campaign-page-new .campaign-img-video.campaign-img-full-video.banner-section {
  margin: 0px auto 133px;
}
@media (max-width: 1199px) {
  .campaign-page.campaign-page-new .campaign-img-video.campaign-img-full-video.banner-section {
    margin: 0px auto 100px;
  }
}
@media (max-width: 1024px) {
  .campaign-page.campaign-page-new .campaign-img-video.campaign-img-full-video.banner-section {
    margin: 0px auto 70px;
  }
}
@media (max-width: 767px) {
  .campaign-page.campaign-page-new .campaign-img-video.campaign-img-full-video.banner-section {
    margin: 0px auto 61px;
  }
}

/*campaign-page end*/
/*campaign-New-page above the fold start*/
.start-free-trial-page {
  background: rgb(107, 217, 192);
  background: linear-gradient(90deg, rgb(107, 217, 192) 0%, rgb(181, 239, 251) 35%, rgb(173, 233, 182) 100%);
  height: 100vh;
  padding: 90px 0 302px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.start-free-trial-page .logo-trial {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30px;
}
.start-free-trial-page .heroContent {
  margin-top: 40px;
}
.start-free-trial-page .heroContent p {
  max-width: 592px;
  width: 100%;
  margin: 0 auto 20px;
}
.start-free-trial-page .heroContent .sign-up-form {
  max-width: 550px;
  margin: 40px auto 40px;
  width: 100%;
  position: relative;
}
.start-free-trial-page .heroContent .sign-up-form input {
  max-width: 550px;
  margin: 0 auto;
  width: 100%;
  border: 3px solid #000000 !important;
  border-radius: 50px !important;
  min-height: 60px;
  padding-right: 150px;
}
.start-free-trial-page .heroContent .sign-up-form .btn {
  position: absolute;
  top: 12px;
  right: 15px;
}
.start-free-trial-page .bottom-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

section.news-details-banner.whitepaper-details-banner form {
  width: 100% !important;
  margin: 0 auto !important;
  padding-left: 20px;
  padding-right: 20px;
}
section.news-details-banner.whitepaper-details-banner form select {
  background-color: #ffffff !important;
  border: 1px solid #707070 !important;
  padding: 5px 13px !important;
  min-height: 50px;
  font-size: 14px;
  color: #1A1A1A !important;
  border-radius: 4px !important;
  background-image: url(../images/downarrow.png);
  background-size: 10px;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: 98% 50%;
  font-size: 12.9px;
  color: #1a1a1a !important;
}
section.news-details-banner.whitepaper-details-banner form .mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: normal !important;
  font-weight: 300 !important;
  color: #262626 !important;
  margin: 10px 0px;
}

/*campaign-New-page above the fold end*/
.post-column .pagination a {
  color: #000000;
}
.post-column .pagination a:hover, .post-column .pagination a:focus {
  background-color: #fa5a25;
  color: #ffffff;
}
.post-column .pagination a.is-active {
  background-color: #fa5a25;
}

.event-page-banner h1 {
  color: #373737 !important;
}
.event-page-banner p {
  max-width: 541px;
  width: 100%;
}
@media (min-width: 1200px) {
  .event-page-banner h1 {
    font-size: 4rem !important;
  }
}
@media (max-width: 991px) {
  .event-page-banner h1 {
    margin-bottom: 8px;
  }
  .event-page-banner.inner-page-banner {
    padding-bottom: 3px !important;
  }
}

@media (max-width: 991px) {
  .event-page-main .posts .container {
    padding: 0 20px !important;
  }
  .event-page-main .posts .event-subtitle h6 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .event-page-main .posts .spotlight-main-card .border-radious-left-16 {
    border-radius: 16px 16px 0px 0px !important;
    width: 100%;
  }
  .event-page-main .posts .spotlight-main-card .card .card-body {
    border-radius: 0px 0px 16px 16px !important;
  }
  .event-page-main .posts .spotlight-main-card .card .card-body h3 {
    font-size: 12px !important;
  }
  .event-page-main .posts .spotlight-main-card .card .card-body h2 {
    font-size: 24px !important;
  }
  .event-page-main .posts .spotlight-main-card .card .card-body ul {
    margin-bottom: 15px;
  }
  .event-page-main .posts .spotlight-main-card .card .card-body ul li a {
    font-size: 14px !important;
  }
  .event-page-main .posts .row [class*=col-] {
    display: block !important;
  }
  .event-page-main .posts .upcoming-slider-main .slider-arrow-card-slider2 {
    margin-bottom: 55px;
  }
  .event-page-main .posts .post-column .card {
    margin-bottom: 16px;
  }
  .event-page-main .posts .upcoming-slider {
    flex-wrap: nowrap;
  }
  .event-page-main .posts .upcoming-slider .col-md-6 {
    margin-right: 20px;
  }
  .event-page-main .posts .upcoming-slider img.border-radious-left-16 {
    border-radius: 16px 0px 0px 16px !important;
  }
  .event-page-main .posts .upcoming-slider .row.g-0 {
    display: flex;
    flex-wrap: nowrap;
  }
  .event-page-main .posts .upcoming-slider .row.g-0 .col-md-5 {
    width: 27.2%;
  }
  .event-page-main .posts .upcoming-slider .row.g-0 .col-md-7 {
    width: 78.2%;
  }
  .event-page-main .posts .upcoming-slider .row.g-0 .card-body {
    height: 100%;
    border-radius: 0px 16px 16px 0px !important;
  }
}

body .event-page-banner.hero-text-with-cta .container.full-container {
  max-width: 1120px !important;
  margin: 0 auto !important;
}

.event-page-main .posts .container {
  max-width: 1120px;
  padding: 0 15px;
}
.event-page-main .event-subtitle {
  margin-bottom: 16px;
}
.event-page-main .event-subtitle h6 {
  font-weight: 700;
  color: #6D758D;
  font-size: 14px;
}
.event-page-main .card .card-body ul li a {
  text-transform: uppercase;
}

body .spotlight-main-card {
  margin-bottom: 49px;
}
body .spotlight-main-card .card ul li h6 {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
body .spotlight-main-card .card .card-body {
  padding: 34px 24px 17px !important;
}
body .spotlight-main-card .card .card-body h2 {
  margin-bottom: 19px;
}
body .spotlight-main-card .card .card-body h3 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px !important;
  text-transform: uppercase;
}
body .spotlight-main-card .card .card-body ul li a {
  font-size: 14px !important;
}
body .spotlight-main-card .card .card-body .content h3 {
  font-size: 18px !important;
  text-transform: capitalize;
  margin-bottom: 9px;
  font-weight: 500;
  color: #000000;
}

.posts .upcoming-slider-main .card .card-body ul, .posts .upcoming-event-box .card .card-body ul {
  margin-bottom: 9px;
}

.upcoming-slider-main .spotlight-main-card .card .card-body h3, .upcoming-event-box .spotlight-main-card .card .card-body h3 {
  font-size: 14px !important;
}

.posts .upcoming-slider-main .spotlight-main-card .card img, .posts .upcoming-event-box .spotlight-main-card .card img {
  width: 100%;
}

.event-page-main .posts .card img {
  border-radius: 16px 16px 0 0;
}

.border-radious-top-0 {
  border-radius: 0 0 16px 16px !important;
}

.border-radious-left-16 {
  border-radius: 16px 0px 0px 16px !important;
}

.border-radious-left-0 {
  border-radius: 0 16px 16px 0 !important;
}

.border-radious-16 {
  border-radius: 16px !important;
}

.event-filter-option .event-subtitle h6 {
  margin-bottom: 0;
}
.event-filter-option .event-subtitle h6 a {
  font-weight: 700;
  color: #6D758D;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.event-filter-option .event-subtitle h6 a img {
  margin-left: 13px;
}

.event-bg-gray {
  background-color: #f6f5f4;
  padding-top: 104px;
}

.event-filter.open .event-filter-type-category {
  display: block;
}

.event-filter-type-category {
  display: none;
}
.event-filter-type-category .nav-tabs {
  margin-bottom: 33px;
  background-color: #DADCE2;
  padding: 5px 5px;
  border-radius: 50px;
}
.event-filter-type-category .tab-subtitle {
  margin-bottom: 14px;
}
.event-filter-type-category .tab-subtitle h6 {
  color: #373737;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: "DINPro", sans-serif;
}
.event-filter-type-category a.clear-btn {
  font-weight: 500;
  font-family: "DINPro", sans-serif;
  border: 1px solid #373737;
  border-radius: 27px;
  max-width: 120px;
  min-height: 36px;
  padding: 7px 8px;
  width: 100%;
}
.event-filter-type-category .tab-event-content {
  margin-bottom: 33px;
}
.event-filter-type-category .nav-tabs .nav-link.active, .event-filter-type-category .nav-tabs .nav-item.show .nav-link {
  background-color: #373737;
  color: #ffffff;
  border-radius: 50px;
}
.event-filter-type-category .nav-tabs .nav-link {
  color: #373737;
  border: none;
  border-radius: 50px;
}

.tab-event-content .btn-group, .tab-event-content .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  flex-direction: row;
}

.btn-check {
  background-color: #333;
}
.btn-check + .btn {
  padding: 3px 13px;
  font-size: 14px;
  background-color: #DADCE2;
  border-radius: 50px !important;
  margin-right: 16px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  box-shadow: none;
  color: #373737;
  justify-content: center;
  margin-bottom: 16px;
}
.btn-check + .btn img.checked-img {
  display: none;
}
.btn-check + .btn img {
  margin-left: 16px;
}
.btn-check:checked + .btn {
  background-color: #373737;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  border-color: #373737;
}
.btn-check:checked + .btn img.checked-img {
  display: inline-block;
}
.btn-check:checked + .btn img.unchecked-img {
  display: none;
}
.btn-check label.btn.btn-outline-greysMetal {
  background-color: #DADCE2;
  font-size: 16px;
}
.btn-check:focus + .btn, .btn-check .btn:focus {
  box-shadow: none;
}

.event-details-banner {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  min-height: 552px;
}
.event-details-banner .container-fluid {
  padding: 0 64px;
}
.event-details-banner .posts {
  padding-top: 62px;
  padding-bottom: 19.1px;
}
.event-details-banner .posts .card {
  max-width: 867px;
  width: 100%;
}
.event-details-banner .posts .card .card-body {
  background-color: transparent;
  color: #ffffff;
  padding: 0 !important;
}
.event-details-banner .posts .card .card-body h3 {
  color: #F6F5F4;
  margin-bottom: 124px;
}
.event-details-banner .posts .card .card-body .content p {
  font-size: 24px;
}
.event-details-banner .posts .card .card-body ul {
  margin-bottom: 13px;
}
.event-details-banner .posts .card .card-body ul li {
  font-size: 14px;
  text-transform: uppercase;
}
.event-details-banner .spotlight-main-card {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.event-details-banner .watch-now .btn {
  min-width: 129px;
  min-height: 36px;
}
@media (min-width: 1200px) {
  .event-details-banner .posts h1 {
    font-size: 4rem !important;
  }
}
@media (max-width: 991px) {
  .event-details-banner {
    min-height: 424px;
  }
  .event-details-banner .watch-now {
    text-align: right;
  }
  .event-details-banner .container-fluid {
    padding: 0 20px;
  }
  .event-details-banner .posts {
    padding-top: 29px;
  }
  .event-details-banner .posts .card {
    margin-bottom: 7px !important;
  }
  .event-details-banner .posts .card .card-body h1 {
    font-size: 28px !important;
    margin-bottom: 13px;
  }
  .event-details-banner .posts .card .card-body h3 {
    margin-bottom: 114px;
  }
  .event-details-banner .posts .card .card-body ul {
    margin-bottom: 11px;
  }
  .event-details-banner .posts .card .card-body ul li {
    font-size: 12px;
  }
  .event-details-banner .posts .card .card-body .content p {
    font-size: 14px;
  }
  .event-details-banner .spotlight-main-card {
    display: block;
  }
}

.additional-info-mobile {
  background-color: #F6F5F4;
  padding-top: 48px;
}
.additional-info-mobile .rightside-agenda {
  display: none;
}
.additional-info-mobile.open .rightside-agenda {
  max-width: 100%;
  display: block;
}
.additional-info-mobile .close-info-bar {
  min-height: 63px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.additional-info-mobile .close-info-bar a {
  color: #373737;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.additional-info-mobile .close-info-bar a img {
  margin-left: 14px;
}
.additional-info-mobile .contributors.card {
  min-height: 49px;
  padding-left: 16px;
}
.additional-info-mobile .additional-info-mobile-bar .contributors-agenda-partner .card h5 {
  margin-bottom: 0;
  font-size: 12px;
  color: #373737;
}
.additional-info-mobile .contributors-agenda-partner h6 {
  text-transform: uppercase;
  color: #373737;
  font-size: 14px;
  font-weight: 700;
  font-family: "DINPro", sans-serif !important;
  margin-bottom: 13px;
}
.additional-info-mobile .additional-info-content {
  margin-bottom: 37px;
}
.additional-info-mobile .additional-info-content ul li a {
  color: #909090;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .additional-info-mobile .event-bg-gray {
    padding-top: 36px;
  }
}

.video-section-event .container {
  max-width: 1120px;
}
.video-section-event iframe {
  width: 100%;
  margin: 0 auto;
}

.download-item {
  background: linear-gradient(90deg, #CECADA 0%, #E0B580 57.29%, #FF9567 100%);
  min-height: 68px;
  padding: 16px 28px 16px 28px;
  border-radius: 16px;
  margin-bottom: 48px;
  margin-top: 10px;
}
.download-item h3 {
  margin-bottom: 0;
}
.download-item .btn {
  color: #373737;
  font-weight: 500;
}
.download-item .btn:hover, .download-item .btn:focus {
  color: #ffffff;
}

.content-layout-event .container {
  max-width: 1120px;
}
.content-layout-event h2 {
  margin-bottom: 19px;
}
.content-layout-event .submit-share-icons {
  margin-bottom: 34px;
}
.content-layout-event .submit-share-icons ul {
  margin-left: 41px !important;
}
.content-layout-event .submit-share-icons ul li {
  padding: 0 12px;
  line-height: 0;
}
.content-layout-event .submit-share-icons ul li:first-child {
  padding-left: 0;
}
.content-layout-event .submit-share-icons ul li:last-child {
  padding-right: 0;
}
.content-layout-event .submit-share-icons ul li button {
  background-color: transparent;
  border: none;
  padding: 0px;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.content-layout-event .submit-share-icons ul li img {
  max-width: 17px;
  width: 100%;
}
.content-layout-event .submit-share-icons .share-icons {
  display: flex;
  align-items: center;
}
.content-layout-event .submit-share-icons .share-icons span {
  text-transform: uppercase;
  font-weight: 700;
}
.content-layout-event .image-gallery3 img {
  max-width: 100%;
  margin-bottom: 24px;
}
.content-layout-event .image-gallery3 .row [class*=col-]:nth-child(2) img, .content-layout-event .image-gallery3 .row [class*=col-]:nth-child(3) img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 176px;
  width: 100%;
}
.content-layout-event .content p {
  color: #373737;
}
.content-layout-event .sub-content {
  margin-top: 34px;
}
.content-layout-event .sub-content h3 {
  color: #373737;
  font-weight: 400;
  margin-bottom: 24px;
}
.content-layout-event .sub-content ul li {
  margin-bottom: 24px;
}
.content-layout-event .image-with-cap {
  margin-top: 39px;
}
.content-layout-event .image-with-cap img {
  max-width: 100%;
}

.upcoming-event-box {
  margin-top: 40px;
}
.upcoming-event-box .card {
  /*background-color: #373737;*/
  color: #ffffff;
}
.upcoming-event-box .spotlight-main-card .card img {
  width: 100%;
  min-height: 274px;
  -o-object-fit: cover;
     object-fit: cover;
}
.upcoming-event-box .spotlight-main-card .card .card-body {
  padding: 26px 24px 24px 24px !important;
  max-width: 100%;
  width: 100%;
  background-color: #373737;
  height: 100%;
}
.upcoming-event-box .spotlight-main-card .card .card-body h3 {
  color: #F6F5F4;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 33px;
  line-height: 1.4;
}
.upcoming-event-box .spotlight-main-card .card .card-body h3 a {
  color: #F6F5F4;
}
.upcoming-event-box .spotlight-main-card .card .card-body .content h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #F6F5F4;
}
.upcoming-event-box .spotlight-main-card .card p {
  color: #F6F5F4;
}
.upcoming-event-box .spotlight-main-card .card .row [class*=col-]:first-child {
  width: 37.466667%;
}
.upcoming-event-box .spotlight-main-card .card .row [class*=col-]:last-child {
  width: 62.5%;
}

.rightside-agenda {
  max-width: 422px;
  width: 100%;
  margin-left: auto;
}

.contributors-agenda-partner .contributors-social img {
  max-width: 15.69px;
  width: 100%;
}
.contributors-agenda-partner .card {
  padding: 12px;
}
.contributors-agenda-partner .card p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}
.contributors-agenda-partner .card h5 {
  margin-bottom: 2px;
  color: #000000;
}
.contributors-agenda-partner .contributors.card .flex-shrink-0 img {
  max-width: 40px;
  min-height: 40px;
  width: 100%;
  border-radius: 100%;
}
.contributors-agenda-partner .accordion .accordion-item {
  margin-top: 12px;
  border-radius: 16px;
}
.contributors-agenda-partner .accordion .accordion-item h2 {
  margin-bottom: 0;
}
.contributors-agenda-partner .accordion .accordion-item .accordion-button {
  padding: 0;
  box-shadow: none;
}
.contributors-agenda-partner .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.contributors-agenda-partner .accordion .accordion-item .accordion-button::after {
  background-image: url(../images/accordion-plus-expand.svg);
  width: 32px;
  height: 33px;
  transform: inherit;
  background-size: cover;
}
.contributors-agenda-partner .accordion .accordion-item .accordion-button[aria-expanded=true]::after {
  background-image: url(../images/accordion-minus-expand.svg);
}
.contributors-agenda-partner .accordion .accordion-body {
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  font-family: "DINPro", sans-serif !important;
}

.agenda-accordion {
  margin-top: 52px;
}
.agenda-accordion h6 {
  text-transform: uppercase;
  color: #373737;
  font-size: 14px;
  font-weight: 700;
  font-family: "DINPro", sans-serif !important;
  margin-bottom: 13px;
}
.agenda-accordion .accordion-flush .accordion-item {
  background-color: transparent;
}
.agenda-accordion .accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.agenda-accordion .accordion-flush .accordion-item .accordion-button {
  background-color: transparent;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  box-shadow: none;
  padding-left: 0;
}
.agenda-accordion .accordion-flush .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.agenda-accordion .accordion-flush .accordion-item .accordion-button::after {
  background-image: url(../images/accordion-plus-agenda.svg);
  width: 12.14px;
  height: 12.14px;
  transform: inherit;
  background-size: cover;
}
.agenda-accordion .accordion-flush .accordion-item .accordion-button[aria-expanded=true]::after {
  background-image: url(../images/accordion-minus-agenda.svg);
}
.agenda-accordion .accordion-flush .accordion-item .accordion-body {
  padding-top: 7px;
  padding-left: 0;
}
.agenda-accordion .accordion-flush .accordion-item .accordion-body .item-body h5 {
  color: #000000;
  margin-bottom: 11px;
}
.agenda-accordion .accordion-flush .accordion-item .accordion-body .item-body p {
  margin-bottom: 14px;
}
.agenda-accordion .accordion-flush .accordion-item .accordion-body .item-body a {
  color: #FA5A25;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 17px;
  display: inline-block;
}
.agenda-accordion.partners-logos-agenda .partner-logo {
  margin-bottom: 18px;
}

.related-content-boxes .post-column .most-popular-related-small .card .card-body {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.related-content-boxes .post-column .most-popular-related-small .card .card-body img {
  width: 100%;
  border-radius: 16px 16px 0 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  height: 90px;
}
.related-content-boxes.more-protegrity-resources .posts .card .card-body ul.category-list {
  margin-top: 19px;
}
.related-content-boxes.more-protegrity-resources .posts .card .card-body .card-mid-body {
  padding: 28px 22px 0;
}
.related-content-boxes.more-protegrity-resources .posts .card .card-body .card-mid-body h3 a {
  color: rgba(0, 0, 0, 0.5019607843);
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 36px;
  font-size: 14px;
}
.related-content-boxes.more-protegrity-resources .posts .card .card-body .card-mid-body p {
  margin-bottom: 0;
}
.related-content-boxes.more-protegrity-resources .posts .card .card-body .card-mid-body ul {
  margin-bottom: 7px;
}
.related-content-boxes.more-protegrity-resources .posts .card .card-body .card-mid-body h6 {
  font-weight: 500;
  font-size: 18px;
  color: #181818;
}
.related-content-boxes .btn {
  max-width: 156px;
}
.related-content-boxes .posts {
  padding-bottom: 118px;
}
.related-content-boxes .related-content-boxes-slider {
  align-items: center !important;
}

.event-page-main .event-filter + .post-column .card img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 90px;
}

.related-content-boxes p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  font-family: "DINPro", sans-serif !important;
}

.most-popular-content-card h3 a {
  font-size: 24px !important;
}
.most-popular-content-card .badge {
  font-size: 14px;
  font-weight: 700;
  background-color: #D2B28C;
  color: #373737;
  max-width: 139px;
  width: 100%;
  min-height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.upcoming-slider-main .upcoming-slider {
  padding: 0 1px;
}
.upcoming-slider-main .upcoming-slider .slick-track {
  display: flex;
  min-width: 1110px;
}
.upcoming-slider-main .upcoming-slider .slick-track .slick-slide {
  width: 587px !important;
  margin: 0 12px;
}
.upcoming-slider-main .upcoming-slider .slick-track .slick-slide .col-md-6 {
  width: 100%;
}
.upcoming-slider-main .upcoming-slider .slick-track .slick-slide .text-truncate {
  max-width: 230px;
  width: 100%;
}
.upcoming-slider-main .slider-arrow-card-slider2.slider-arrow-orange {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .upcoming-slider-main .upcoming-slider .slick-track {
    min-width: 333px;
  }
}
@media (max-width: 320px) {
  .upcoming-slider-main .upcoming-slider .slick-track {
    min-width: 276px;
  }
}

.upcoming-slider-main .upcoming-slider .slick-track .slick-slide {
  width: 481px !important;
}

.upcoming-slider-main .slider-arrow-card-slider2.slider-arrow-orange {
  margin-top: 31px;
}

.upcoming-slider-main .upcoming-slider .slick-list {
  margin: 0 -12px;
  padding: 0 !important;
}

.posts .upcoming-slider-main .upcoming-slider .card {
  position: relative;
}

.posts .upcoming-slider-main .upcoming-slider .card a.full-card-link {
  position: absolute;
  height: 100%;
  width: 100%;
}

.modal-dialog.event-details-form-marketo {
  max-width: 644px;
}

.modal-dialog.event-details-form-marketo .content-form.media-inquiries-form {
  padding: 87px 87px 50px;
  max-width: 100%;
  border-radius: 16px;
}

.modal-dialog.event-details-form-marketo .btn-close {
  background-image: url(../images/close-white.svg);
}

.modal-dialog.event-details-form-marketo .btn-close {
  color: #ffffff;
  background-image: url(../images/close-white.svg);
}

.modal-dialog.event-details-form-marketo .modal-header {
  border-bottom: 0;
}

.modal-dialog.event-details-form-marketo .modal-header .btn-close {
  background-image: url(../images/close-white.svg) !important;
  opacity: 1;
  background: transparent;
  outline: none;
  box-shadow: none;
}

.content-layout-event .image-gallery3 + div {
  z-index: 9999999;
}

.modal-dialog.event-details-form-marketo .modal-content {
  border-radius: 16px !important;
}

.agenda-accordion.partners-logos-agenda .partner-logo img {
  max-width: 100%;
}

.new-homepage-banner.inner-page-banner {
  min-height: 792px;
}
.new-homepage-banner.inner-page-banner .container {
  max-width: 100%;
  padding-right: 159px;
}
.new-homepage-banner.inner-page-banner .hero-content-page {
  max-width: 556px;
  width: 100%;
}
.new-homepage-banner.inner-page-banner .hero-content-page p {
  max-width: 335px;
  width: 100%;
}
.new-homepage-banner.inner-page-banner .hero-content-page .new-home-heding h1 {
  color: #373737;
}
.new-homepage-banner.inner-page-banner .hero-content-page .new-home-heding h1 p {
  max-width: 100%;
  margin-bottom: 0;
}
.new-homepage-banner.inner-page-banner .hero-content-page .new-home-heding {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
}
.new-homepage-banner.inner-page-banner .hero-content-page .new-home-heding > h1 div {
  overflow: hidden;
}
.new-homepage-banner.inner-page-banner .hero-content-page .new-home-heding > h1 div > p {
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  margin: 0;
  line-height: 117%;
  font-size: inherit;
  color: #373737;
}
.new-homepage-banner.inner-page-banner .hero-content-page .green {
  color: #FA5A25;
}
.new-homepage-banner.inner-page-banner .hero-content-page div.new-home-heding > h1 div {
  animation-delay: 0;
}
.new-homepage-banner.inner-page-banner .hero-content-page div.new-home-heding > div:nth-child(2) > p {
  animation-delay: 0.05s;
}
.new-homepage-banner.inner-page-banner .hero-content-page div.new-home-heding > div {
  animation-delay: 0;
}
.new-homepage-banner.inner-page-banner .hero-content-page div.new-home-heding > div:nth-child(3) > p {
  animation-delay: 0.075s;
}
.new-homepage-banner.inner-page-banner .hero-content-page .slide-up {
  animation: slide-up 1s cubic-bezier(0.65, 0, 0.35, 1) both;
}
@keyframes slide-up {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
.new-homepage-banner.inner-page-banner .hero-content-page .btns-get .btn {
  font-weight: 500;
}
.new-homepage-banner.inner-page-banner .btn-secondary3 {
  margin-left: 21px;
  justify-content: center;
}
.new-homepage-banner.inner-page-banner.hero-video .video-option {
  max-width: 548px;
  width: 100%;
}
.new-homepage-banner.inner-page-banner.hero-video .video-option video {
  height: 576px;
  width: 548px;
  max-height: inherit;
}
.new-homepage-banner.inner-page-banner.hero-video .video-option svg {
  max-width: 100%;
}
.new-homepage-banner.inner-page-banner.hero-video .video-option [role=button] {
  cursor: inherit;
}
.new-homepage-banner.inner-page-banner.hero-video .modal-dialog .modal-body video {
  height: 100%;
  width: 100%;
}
@media (min-width: 1922px) {
  .new-homepage-banner.inner-page-banner .container {
    margin-left: auto !important;
    padding-right: 0;
    max-width: 80%;
    margin: 0 auto;
  }
  .new-homepage-banner.hero-video .video-option {
    margin-left: auto;
  }
}
@media (max-width: 1380px) {
  .new-homepage-banner.inner-page-banner .container {
    margin-left: 120px;
  }
  .new-homepage-banner.inner-page-banner.hero-video .video-option {
    text-align: right;
  }
  .new-homepage-banner.inner-page-banner.hero-video .video-option video {
    height: 450px;
    width: 460px;
  }
}
@media (max-width: 1366px) {
  .new-homepage-banner.inner-page-banner .container {
    margin-left: 100px;
  }
}
@media (max-width: 1280px) {
  .new-homepage-banner.inner-page-banner .container {
    margin-left: 70px;
  }
}
@media (max-width: 1199px) {
  .new-homepage-banner.inner-page-banner {
    min-height: 650px;
  }
  .new-homepage-banner.inner-page-banner .container {
    margin-left: 70px;
  }
  .new-homepage-banner.inner-page-banner .hero-content-page .new-home-heding > h1 div > p {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .new-homepage-banner.inner-page-banner .container {
    margin-left: 60px;
    padding-right: 130px;
  }
  .new-homepage-banner.inner-page-banner .hero-content-page .new-home-heding > h1 div > p {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .new-homepage-banner.inner-page-banner .container {
    margin-left: 0;
    padding-right: 20px;
  }
  .new-homepage-banner.inner-page-banner p {
    font-size: 18px;
  }
  .new-homepage-banner.inner-page-banner .new-home-image {
    margin-top: 40px;
  }
  .new-homepage-banner.inner-page-banner.hero-video .video-option video {
    height: 450px;
    width: 100%;
  }
  .new-homepage-banner.inner-page-banner .hero-content-page {
    max-width: 100%;
  }
  .new-homepage-banner.inner-page-banner .hero-content-page p {
    max-width: 100%;
  }
  .new-homepage-banner.inner-page-banner .btn {
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .new-homepage-banner.inner-page-banner .hero-content-page .btns-get {
    display: table !important;
  }
  .new-homepage-banner.inner-page-banner .hero-content-page .btns-get .btn-secondary3 {
    margin-left: 0;
    margin-top: 16px;
  }
  .new-homepage-banner.inner-page-banner .hero-content-page .new-home-heding > h1 div > p {
    font-size: 32px;
  }
  .new-homepage-banner.inner-page-banner.hero-video .video-option video {
    height: 350px;
    width: 100%;
  }
}

.slick.marquee {
  overflow: hidden;
  min-height: 103px;
}
.slick.marquee .slick-track {
  display: flex;
  align-items: center;
}
.slick.marquee .slick-track .inner {
  align-items: center;
}
.slick.marquee .slick-slide {
  padding: 0 32px;
}

.all-types-logos .items .item {
  width: 20%;
  padding: 0 12px;
}
.all-types-logos .btn {
  font-weight: 500;
  text-transform: uppercase;
}

.data-protection {
  margin-bottom: 69px;
}
.data-protection .title-content {
  max-width: 847px;
  width: 100%;
  margin: 108px auto 0;
}
.data-protection .title-content h2 {
  color: #FA5A25;
  margin-bottom: 54px;
}
.data-protection .title-content p {
  color: #000000;
  max-width: 526px;
  width: 100%;
  margin: 0 auto 10px;
}

.light-gray-overlay-new {
  background: linear-gradient(90deg, #F7F5F4 50.05%, rgba(246, 245, 244, 0) 100%);
  min-height: 311px;
  position: relative;
}
.light-gray-overlay-new:before {
  content: "";
  background: linear-gradient(90deg, #F7F5F4 50.05%, rgba(246, 245, 244, 0) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 16px;
}

.light-purple-overlay-new {
  background: linear-gradient(360deg, #6D758D 39.66%, rgba(109, 117, 141, 0) 100%);
  position: relative;
}
.light-purple-overlay-new:before {
  content: "";
  background: linear-gradient(360deg, #6D758D 39.66%, rgba(109, 117, 141, 0) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 16px;
}

.light-brown-overlay-new {
  background: linear-gradient(358.61deg, #D1C5B7 40.81%, rgba(209, 197, 183, 0) 77.83%);
  position: relative;
}
.light-brown-overlay-new:before {
  content: "";
  background: linear-gradient(358.61deg, #D1C5B7 40.81%, rgba(209, 197, 183, 0) 77.83%);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 16px;
}

.light-black-overlay-new {
  background: linear-gradient(270deg, rgba(55, 55, 55, 0) 0%, #373737 48.71%);
  position: relative;
}
.light-black-overlay-new:before {
  content: "";
  background: linear-gradient(270deg, rgba(55, 55, 55, 0) 0%, #373737 48.71%);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 16px;
}

.gredient-cards-layout {
  margin-bottom: 83px;
}
.gredient-cards-layout .container {
  max-width: 1087px;
}
.gredient-cards-layout .card {
  border-radius: 16px;
  margin-bottom: 23px;
  overflow: hidden;
}
.gredient-cards-layout .card .card-body {
  padding: 0 0px 0 0;
}
.gredient-cards-layout .card .content {
  max-width: 389px;
  width: 100%;
  margin-left: 42px;
  margin-bottom: 35px;
}
.gredient-cards-layout .card h3 {
  font-weight: 400;
  margin-bottom: 32px;
}
.gredient-cards-layout .card p {
  margin-bottom: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
  line-clamp: 2;
}
.gredient-cards-layout .card .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 311px;
}
.gredient-cards-layout .card .btn {
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 700;
  min-width: 134px;
  justify-content: center;
}
.gredient-cards-layout .card.text-white a.btn {
  border-color: #ffffff;
  color: #ffffff;
}
.gredient-cards-layout .card.text-white a.btn:hover, .gredient-cards-layout .card.text-white a.btn:focus {
  color: #373737;
}
.gredient-cards-layout .row .col-md-6 .card .image img {
  height: 332px;
}

.all-types-logos .container {
  max-width: 1121px;
}
.all-types-logos .bg-lightGrey {
  background-color: #F6F5F4;
  padding-top: 111px;
  padding-bottom: 108px;
}
.all-types-logos h2 {
  margin-bottom: 54px;
  color: #373737;
}
.all-types-logos nav .filters {
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 10px !important;
  margin-bottom: 38px !important;
}
.all-types-logos nav .filters li {
  padding: 0 17px;
}
.all-types-logos nav .filters li button {
  background-color: transparent;
  border: none;
  color: #373737;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  position: relative !important;
  padding: 0 0px;
}
.all-types-logos nav .filters li button._is-checked:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: #FA5A25;
  height: 4px;
  width: auto;
  bottom: -10px;
}
.all-types-logos nav .filters li:first-child {
  padding-left: 0;
}
.all-types-logos .items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.all-types-logos .items .item {
  width: 20%;
  padding: 0 12px;
  margin-bottom: 50px;
  text-align: center;
}

.image-content-homesection {
  background-color: transparent !important;
  padding: 108px 0;
}
.image-content-homesection .container {
  max-width: 1204px;
}
.image-content-homesection.information-image .content {
  max-width: 419px;
  width: 100%;
  margin-left: auto;
}
.image-content-homesection .btn {
  font-weight: 500;
}
@media (max-width: 991px) {
  .image-content-homesection.information-image .content {
    margin-left: 0;
    margin: 40px auto 0;
  }
}
@media (max-width: 767px) {
  .image-content-homesection.information-image .content {
    margin: 0px auto 0;
  }
}

.content-image-homesection {
  background-color: #DADCE2 !important;
  padding: 122px 0 108px;
}
.content-image-homesection .content {
  max-width: 530px;
}
.content-image-homesection .content h2 {
  max-width: 447px;
  width: 100%;
  margin-bottom: 26px;
}
.content-image-homesection .content .documentation-integrations-btns {
  margin-top: 31px;
  padding-bottom: 39px;
  border-bottom: 1px solid #000000;
}
.content-image-homesection .content .documentation-integrations-btns .btn-primary {
  margin-right: 16px;
}
.content-image-homesection .content .view-courses {
  margin-top: 50px;
}
.content-image-homesection .content .view-courses .btn {
  display: inline-flex;
  min-width: 146px;
  justify-content: center;
}
.content-image-homesection .content .view-courses h3 {
  margin-bottom: 25px;
}
.content-image-homesection .content .btn {
  font-weight: 500;
}
.content-image-homesection .image img {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .content-image-homesection {
    padding: 56px 0;
  }
  .content-image-homesection.information-image .row [class*=col-]:last-child {
    order: -1;
  }
  .content-image-homesection.information-image .image {
    margin-bottom: 25px;
  }
  .content-image-homesection .content {
    margin-bottom: 0;
  }
  .content-image-homesection .content h2 {
    margin-bottom: 24px;
  }
  .content-image-homesection .content .documentation-integrations-btns {
    display: block !important;
    padding-bottom: 24px;
  }
  .content-image-homesection .content .documentation-integrations-btns .btn-primary {
    margin-bottom: 16px;
  }
  .content-image-homesection .content .documentation-integrations-btns .btn {
    display: inline-flex;
  }
  .content-image-homesection .content .view-courses {
    margin-top: 25px;
  }
  .content-image-homesection .content .view-courses h3 {
    font-size: 18px;
  }
}

.testimonials-new {
  margin: 108px auto 116px;
}

.bg-lightGrey2 {
  background-color: #FAFAFA;
  padding: 108px 0 108px;
}

.ebookSection .container {
  max-width: 941px;
}
.ebookSection .ebook-content {
  max-width: 419px;
  width: 100%;
}
.ebookSection .ebook-content h6 {
  font-weight: 400;
  margin-bottom: 13px;
}
.ebookSection .ebook-content h2 {
  margin-bottom: 24px;
}
.ebookSection .ebook-content span {
  display: block;
  font-size: 14px;
  color: #373737;
  margin-bottom: 30px;
}
.ebookSection .ebook-content .btn {
  font-weight: 700;
  min-width: 119px;
  padding: 7.93px 19px;
}
.ebookSection + .faq .contact-btn .btn {
  font-weight: 700;
}
@media (max-width: 991px) {
  .ebookSection + .faq .faq-que-ans .que-ans {
    display: block;
  }
  .ebookSection + .faq .read-more {
    opacity: 0;
    pointer-events: none;
  }
  .ebookSection .container {
    max-width: 100%;
  }
  .ebookSection.bg-lightGrey2 {
    padding: 58px 0 56px;
  }
  .ebookSection .ebook-content {
    max-width: 250px;
  }
  .ebookSection .ebook-content h6 {
    font-weight: 700;
    font-size: 12px;
  }
  .ebookSection .ebook-content h2 {
    margin-bottom: 13px;
  }
  .ebookSection .ebook-content span {
    margin-bottom: 31px;
  }
  .ebookSection .image {
    margin-top: 25px;
    text-align: center;
  }
}

.testimonials-new .container {
  padding: 0 57px;
}
.testimonials-new .testimonials-new-content {
  padding-top: 41px;
}
.testimonials-new .testimonials-new-content h3 {
  color: #000000;
  font-weight: 400;
  line-height: 31.92px;
  line-height: 1.33;
  margin-bottom: 46px;
}
.testimonials-new .testimonials-new-content img {
  margin-bottom: 22px;
}
.testimonials-new .testimonials-author {
  border-bottom: 1px solid #000000;
  padding-bottom: 68px;
  margin-bottom: 45px;
}
.testimonials-new .testimonials-author h4 {
  color: #FA5A25;
  font-weight: 700;
  text-transform: uppercase;
}
.testimonials-new .testimonials-author h6 {
  color: #000000;
  font-weight: 400;
}
.testimonials-new .testimonials-author .flex-grow-1 {
  margin-left: 24px !important;
}
.testimonials-new .testimonials-author img {
  margin-bottom: 0;
  border-radius: 100%;
  max-width: 63px;
  width: 100%;
}
.testimonials-new .customer-details.customer-info {
  margin-bottom: 37px;
}
.testimonials-new .btn {
  min-width: 136px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .testimonials-new .testimonials-author {
    padding-bottom: 18px;
  }
}
@media (max-width: 1024px) {
  .testimonials-new .container {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .testimonials-new {
    margin: 56px auto 56px;
  }
  .testimonials-new .testimonials-new-content {
    padding-top: 32px;
  }
  .testimonials-new .testimonials-new-content img {
    margin-bottom: 14px;
  }
  .testimonials-new .testimonials-new-content h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .testimonials-new .testimonials-author {
    padding-bottom: 18px;
    margin-bottom: 39px;
  }
  .testimonials-new .testimonials-author img {
    max-width: 46px;
  }
  .testimonials-new .testimonials-author .flex-grow-1 {
    margin-left: 17px !important;
  }
  .testimonials-new .testimonials-author h4 {
    font-size: 16px;
  }
  .testimonials-new .testimonials-author h6 {
    font-size: 12px;
  }
  .testimonials-new .customer-details.customer-info {
    margin-bottom: 6px;
  }
  .testimonials-new .customer-details.customer-info h2 {
    font-size: 40px;
    margin-bottom: 4px;
  }
  .testimonials-new .customer-details.customer-info h5 {
    font-size: 16px;
    font-weight: 400;
  }
  .testimonials-new .customer-details.customer-info .details {
    margin-bottom: 40px;
  }
  .testimonials-new .get-started-btn {
    text-align: left !important;
  }
}

.upcoming-noevent {
  min-height: 324px;
  border: 1px solid #C1C1C1;
  border-radius: 16px;
}
.upcoming-noevent h6 {
  color: #909090;
  font-weight: 400;
  font-family: "DINPro", sans-serif !important;
  margin-bottom: 12px;
}
.upcoming-noevent h3 {
  color: #000000;
  font-weight: 400;
  font-family: "DINPro", sans-serif !important;
  margin-bottom: 23px;
}
.upcoming-noevent p {
  color: #000000;
}

.info-block-cta {
  padding: 86px 0 88px;
}
.info-block-cta .section-title {
  max-width: 541px;
  width: 100%;
  margin-bottom: 64px;
}
.info-block-cta.card-with-white-bg .card {
  background-color: #ffffff;
  border-color: #ffffff;
}
.info-block-cta .card {
  border-radius: 16px;
  min-height: 276px;
  margin-bottom: 40px;
  background-color: transparent;
  border-color: transparent;
}
.info-block-cta .card .card-body {
  padding: 41px 22px;
}
.info-block-cta .card .card-body h4 {
  font-family: "DINPro", sans-serif !important;
  color: #181818;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 127%;
  text-transform: uppercase;
}
.info-block-cta .card .card-body p {
  overflow: hidden;
  color: #000;
  font-family: "DINPro", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.info-block-cta .card .card-body a.tertiary-cta {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 127%;
  letter-spacing: normal;
  padding-left: 0;
}
@media (max-width: 767px) {
  .info-block-cta {
    padding: 41px 0 56px;
  }
  .info-block-cta .section-title h2 {
    margin-bottom: 23px;
  }
  .info-block-cta .info-block-cta-mobile-slider .slick-list {
    padding: 0 0 !important;
  }
  .info-block-cta .info-block-cta-mobile-slider .slick-list .slick-track {
    display: flex;
  }
  .info-block-cta .info-block-cta-mobile-slider .slick-list .slick-slide {
    margin-right: 44px;
    min-width: inherit !important;
  }
  .info-block-cta .info-block-cta-mobile-slider .col-md-4:last-child .card {
    margin-bottom: 0;
  }
  .info-block-cta .info-block-cta-mobile-slider .slick-slider {
    padding-right: 0;
  }
  .info-block-cta .info-block-cta-mobile-slider .slick-slider .card {
    margin-bottom: 0;
    min-height: inherit;
  }
  .info-block-cta .card .card-body {
    padding: 7px 0;
  }
  .info-block-cta .card .card-body h4 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .info-block-cta .card .card-body p {
    margin-bottom: 20px;
  }
  .info-block-cta .card .card-body .btn-primary {
    padding: 0px 13px;
    min-height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    min-width: 135px;
  }
  .info-block-cta.layout-bg-1 .card {
    min-height: 226px;
  }
  .info-block-cta.layout-bg-1 .card .card-body {
    padding: 23px 16px;
  }
  .info-block-cta.layout-bg-1 .info-block-cta-mobile-slider .slick-list .slick-slide {
    margin-right: 24px;
    min-width: inherit !important;
  }
}

.layout-bg-1 {
  background-color: #F6F5F4;
}

.layout-bg-2 {
  background-color: #F6F5F4;
}
.layout-bg-2 .card {
  background-color: transparent !important;
  border-color: transparent !important;
}

.layout-bg-3 {
  background-color: #DADCE2;
}
.layout-bg-3 .card {
  background-color: transparent !important;
  border-color: transparent !important;
}

.layout-bg-4 {
  background-color: #6D758D;
}
.layout-bg-4 .card {
  background-color: transparent !important;
  border-color: transparent !important;
}
.layout-bg-4 * {
  color: #ffffff;
}
.layout-bg-4.info-block-cta .card .card-body h4, .layout-bg-4.info-block-cta .card .card-body p {
  color: #ffffff;
}
@media (max-width: 767px) {
  .layout-bg-4 .card {
    min-height: inherit;
  }
  .layout-bg-4 .card .card-body {
    padding: 7px 0;
  }
  .layout-bg-4 .navigation-cards-arrows ul li.slick-active button {
    background-color: #ffffff;
  }
  .layout-bg-4 .navigation-cards-arrows .slick-prev:before {
    background-image: url(../images/arrowleft1-white.svg);
    left: 0;
  }
  .layout-bg-4 .navigation-cards-arrows .slick-next:after {
    background-image: url(../images/arrowright2-white.svg);
    right: 0;
  }
  .layout-bg-4 .row.info-block-cta-mobile-slider .slick-slider {
    padding-left: 7px;
  }
}

.impact-financial-institutions {
  background-color: #F6F5F4;
  padding: 86px 0 84px;
}
.impact-financial-institutions .section-title {
  max-width: 433px;
  width: 100%;
}
.impact-financial-institutions .content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
}
.impact-financial-institutions .section-title h2 {
  margin-bottom: 24px;
}
.impact-financial-institutions .card {
  border-radius: 16px;
  border: none;
  min-height: 224px;
  margin-bottom: 32px;
  max-width: 253px;
  width: 100%;
}
.impact-financial-institutions .card h2 {
  color: #FA5A25;
  font-family: "DINPro", sans-serif !important;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
}
.impact-financial-institutions .card .card-subtitle {
  color: #373737;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
}
@media (max-width: 1024px) {
  .impact-financial-institutions .card {
    min-height: 284px;
  }
  .impact-financial-institutions .card h2 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .impact-financial-institutions {
    padding: 41px 0 8px;
  }
  .impact-financial-institutions .card {
    min-height: 208px;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .impact-financial-institutions .card h2 {
    font-size: 70px;
  }
  .impact-financial-institutions .impact-financial-institutions-boxes {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .impact-financial-institutions {
    padding: 41px 0 7px;
  }
  .impact-financial-institutions .card h2 {
    font-size: 80px;
  }
  .impact-financial-institutions .card .card-subtitle {
    width: 70%;
  }
}
@media (max-width: 490px) {
  .impact-financial-institutions .card .card-subtitle {
    width: 71%;
  }
}

.light2 {
  background-color: #D1C5B7 !important;
}
.light2 h2 {
  color: #373737 !important;
}

.dark1 {
  background-color: #373737 !important;
}
.dark1 h2 {
  color: #FFFFFF !important;
}
.dark1 .card-subtitle {
  color: #FFFFFF !important;
}

.dark2 {
  background-color: #6D758D !important;
}
.dark2 h2 {
  color: #FFFFFF !important;
}
.dark2 .card-subtitle {
  color: #FFFFFF !important;
}

.get-started-gray .container-fluid {
  padding: 0 170px;
}
@media (max-width: 1199px) {
  .get-started-gray .container-fluid {
    padding: 0 70px;
  }
}
@media (max-width: 767px) {
  .get-started-gray .container-fluid {
    padding: 29px 20px 8px;
    margin: 0 0px;
  }
}

.get-started-gray-with-white .container-fluid {
  border-radius: 16px;
  background: #FFF;
  min-height: 264px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 64px;
  padding: 0 111px;
}
.get-started-gray-with-white .container-fluid .row {
  width: 100%;
}
@media (max-width: 1199px) {
  .get-started-gray-with-white .container-fluid {
    padding: 0 70px;
  }
}
@media (max-width: 767px) {
  .get-started-gray-with-white .container-fluid {
    padding: 29px 9px 8px;
    margin: 0 20px;
  }
}

.get-started-gray-with-orange .container-fluid {
  background: var(--Gradient, linear-gradient(90deg, #CECADA 0%, #E0B580 57.29%, #FF9567 100%));
}

.data-with-without-protegrity .card.card-transprent {
  order: 1;
  margin-left: -15px;
  margin-right: 0;
}

.comparison-table {
  background-color: #F6F5F4;
  padding: 99px 0 59px;
}
.comparison-table .section-title {
  margin-bottom: 62px;
}
.comparison-table .comparison-list h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  text-transform: uppercase;
  margin-bottom: 34px;
}
.comparison-table .comparison-list ul li {
  margin-bottom: 46px;
  position: relative;
  padding-left: 56px;
  list-style: none;
}
.comparison-table .comparison-list ul li:before {
  content: "";
  left: 0;
  background-repeat: no-repeat;
  background-size: 99%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.comparison-table .comparison-list ul li.close-list:before {
  content: "";
  background-image: url(../images/card-close-list.svg);
}
.comparison-table .comparison-list ul li.check-list:before {
  content: "";
  background-image: url(../images/card-check-list.svg);
}
.comparison-table .comparison-list ul li h5 {
  color: #373737;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 142%;
  max-width: 355px;
  width: 100%;
}
@media (max-width: 991px) {
  .comparison-table .comparison-list ul li:before {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .comparison-table {
    padding: 42px 0 10px;
  }
  .comparison-table .section-title {
    margin-bottom: 29px;
  }
  .comparison-table .comparison-list ul li {
    margin-bottom: 36px;
  }
  .comparison-table .comparison-list ul li h5 {
    font-size: 12px;
    max-width: 100%;
  }
  .comparison-table .comparison-list h3 {
    font-size: 18px;
    margin-bottom: 31px;
  }
}

.get-started-request-demo {
  padding-bottom: 46px;
  padding-top: 57.8px;
}
.get-started-request-demo .container {
  max-width: 429px;
}
.get-started-request-demo h2 {
  margin-bottom: 14px;
}
.get-started-request-demo .request-demo-btn {
  display: flex;
  justify-content: center;
  margin-top: 41px;
}
@media (max-width: 767px) {
  .get-started-request-demo {
    padding-bottom: 25px;
    padding-top: 28px;
    min-height: 246px;
  }
  .get-started-request-demo .container {
    padding: 0 21px;
  }
  .get-started-request-demo p {
    font-size: 12px;
  }
  .get-started-request-demo .request-demo-btn {
    margin-top: 20px;
  }
  .get-started-request-demo .request-demo-btn .btn {
    font-weight: 700;
    max-width: 167px;
    width: 100%;
    justify-content: center;
  }
}

.partners-modules {
  padding-top: 84px;
  padding-bottom: 56px;
}
.partners-modules .col-md-2 {
  background-color: transparent;
}
.partners-modules .card {
  max-width: 226.5px;
  width: 100%;
  min-height: 226.5px;
  border-radius: 16px;
}
.partners-modules .card .link {
  right: 16px;
  bottom: 16px;
}
.partners-modules .container {
  max-width: 1015px;
  margin-left: 101px;
}
.partners-modules .section-title-content {
  max-width: 597px;
  width: 100%;
  margin-bottom: 47px;
}
.partners-modules .section-title-content h2 {
  margin-bottom: 25px;
}
.partners-modules .section-title-content p {
  margin-bottom: 36px;
}
.partners-modules.partners-modules-other-option .card {
  max-width: 149px;
  min-height: 149px;
}
.partners-modules.partners-modules-other-option .max-width-max-content {
  max-width: 80%;
}
.partners-modules.partners-option1 .card {
  max-width: 310px;
  min-height: 310px;
}
.partners-modules.partners-option2 .container {
  max-width: 898px;
}
@media (max-width: 1366px) {
  .partners-modules .container {
    margin-left: 30px;
  }
}
@media (max-width: 1280px) {
  .partners-modules .container {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .partners-modules {
    padding-top: 41px;
    padding-bottom: 31px;
  }
}
@media (max-width: 580px) {
  .partners-modules .card {
    max-width: 100%;
    min-height: 279px;
    margin-bottom: 16px !important;
  }
  .partners-modules.partners-modules-other-option .card {
    max-width: 100%;
    min-height: 72px;
    padding: 0 16px;
  }
  .partners-modules.partners-modules-other-option .max-width-max-content {
    margin-right: auto;
    max-width: 80px;
  }
  .partners-modules.partners-option1 .card {
    min-height: 310px;
    max-width: 100%;
  }
}

.consensusIframeWrapper iframe {
  height: 100vh;
  display: block;
}
@media (max-width: 1024px) {
  .consensusIframeWrapper iframe {
    height: 75vh;
  }
}

@media (max-width: 991px) {
  .title-content-image-get-started.order-change-in-mobile .content {
    margin: 40px auto 0;
    max-width: 470px;
    width: 100%;
  }
  .data-with-without-protegrity .card.card-transprent {
    margin-left: 0;
  }
  .modal-dialog.event-details-form-marketo .content-form.media-inquiries-form {
    padding: 24px 16px;
  }
  .upcoming-slider-main .upcoming-slider .slick-track .slick-slide {
    width: 540px !important;
  }
  .event-bg-gray {
    padding-top: 36px;
  }
  .additional-info-mobile-bar .contributors-social img {
    max-width: 25px;
  }
  .content-layout-event .spotlight-main-card {
    max-width: 350px;
    margin: 0 auto 48px;
  }
  .content-layout-event .spotlight-main-card img {
    width: 100%;
    max-width: 350px;
    border-radius: 16px 16px 0px 0px !important;
  }
  .content-layout-event .spotlight-main-card {
    margin: 0 auto 32px;
  }
  .content-layout-event .upcoming-event-box {
    margin-top: 44.72px;
  }
  .content-layout-event .upcoming-event-box .card {
    background-color: #ffffff;
  }
  .content-layout-event .upcoming-event-box .card .card-body {
    padding: 26px 24px 24px !important;
    max-width: 100%;
  }
  .content-layout-event .upcoming-event-box .spotlight-main-card .card img {
    height: 130px;
    min-height: inherit;
  }
  .content-layout-event .upcoming-event-box .spotlight-main-card .row [class*=col-]:first-child {
    width: 100%;
  }
  .content-layout-event .upcoming-event-box .spotlight-main-card .row [class*=col-]:last-child {
    width: 100%;
  }
  .content-layout-event .image-gallery3 img {
    margin-bottom: 16px;
    width: 100%;
  }
  .content-layout-event .image-with-cap img {
    width: 100%;
  }
  .content-layout-event .sub-content h3 {
    font-size: 18px;
  }
  .content-layout-event .sub-content ul {
    padding-left: 23px;
  }
  .content-layout-event .sub-content ul li {
    margin-bottom: 16px;
  }
  .upcoming-event-box .spotlight-main-card .card .card-body {
    margin: 0 auto;
    border-radius: 0 0px 16px 16px !important;
  }
  .download-item h3 {
    font-size: 18px;
    font-weight: 400;
    width: 60%;
  }
  .download-item .btn {
    padding: 4.4px 19px;
  }
  .video-section-event iframe {
    height: 300px;
  }
  .related-content-boxes .posts {
    padding-bottom: 48px;
    padding-top: 46px;
  }
  .more-protegrity-resources.related-content-boxes .heading {
    max-width: 100%;
    text-align: center !important;
  }
  .data-protection {
    margin-bottom: 42px;
  }
  .data-protection .title-content {
    margin: 57px auto 0;
  }
  .data-protection .title-content h2 {
    margin-bottom: 22px;
  }
  .gredient-cards-layout {
    margin-bottom: 33px;
  }
  .gredient-cards-layout .card h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .gredient-cards-layout .card p {
    margin-bottom: 23px;
  }
  .gredient-cards-layout .card .content {
    margin-left: 0;
    margin-bottom: 32px;
    padding-left: 22px;
  }
  .image-content-homesection {
    padding: 56px 0;
  }
  .image-content-homesection.information-image .heading-content-mobile {
    margin-top: 0 !important;
  }
  .image-content-homesection.information-image .content {
    max-width: 100%;
  }
  .image-content-homesection.information-image .content h2 {
    margin-bottom: 29px;
  }
  .image-content-homesection.information-image .mobile-image-wrapper {
    display: block;
    margin-bottom: 0px;
    overflow: hidden;
  }
  .image-content-homesection.information-image .mobile-image-wrapper .react-transform-wrapper.transform-component-module_wrapper__7HFJe, .image-content-homesection.information-image .mobile-image-wrapper .transform-component-module_content__uCDPE img, .image-content-homesection.information-image .mobile-image-wrapper .transform-component-module_content__uCDPE {
    width: 100% !important;
  }
  .content-image-homesection.information-image {
    padding: 56px 0 !important;
  }
  .all-types-logos nav .filters li button {
    font-size: 14px;
  }
  .all-types-logos .bg-lightGrey {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .all-types-logos .items .item {
    margin-bottom: 35px;
  }
  .title-content-image.gray-bg.title-content-image-get-started + .title-content-image.gray-bg.title-content-image-get-started {
    padding: 11px 0 20px;
  }
}
@media (max-width: 767px) {
  .title-content-image-get-started.order-change-in-mobile .content {
    margin: 0px auto 30px;
  }
  .upcoming-slider-main .upcoming-slider .slick-track .slick-slide {
    width: 100% !important;
    margin-right: 40px;
  }
  .event-page-main .posts .upcoming-slider-main .upcoming-slider .col-md-6 {
    margin-right: 0;
  }
  .event-page-main .posts .card img {
    width: 100%;
  }
  .resource-center-page .post-column .card .card-body p {
    max-width: 100%;
  }
  .event-page-main .posts .upcoming-slider .card img {
    -o-object-fit: cover !important;
       object-fit: cover !important;
    height: 206px !important;
  }
  .upcoming-slider-main .upcoming-slider .slick-track .slick-slide {
    margin-right: 0;
  }
  .upcoming-slider-main .upcoming-slider .slick-track .slick-slide {
    margin: 0 0 !important;
  }
  .upcoming-slider-main .upcoming-slider .slick-track .slick-slide .row [class*=col-] .card {
    width: 95%;
  }
  .event-page-main .posts .row [class*=col-] .card {
    width: 95%;
  }
  .event-page-main .posts .post-column .row [class*=col-] .card {
    width: 100%;
  }
  body .event-page-main .spotlight-main-card {
    margin-bottom: 0;
  }
  .upcoming-slider-main .slider-arrow-card-slider2.slider-arrow-orange {
    margin-top: 20px;
  }
  .upcoming-slider-main .upcoming-slider .slick-list {
    margin: 0 0 !important;
    margin-bottom: 20px !important;
  }
  body .event-page-main .posts > .spotlight-main-card {
    margin-bottom: 37px !important;
  }
  .gredient-cards-layout .col-md-12 .card-body .row .col-md-6:last-child {
    order: -1;
  }
  .gredient-cards-layout .card {
    min-height: inherit;
  }
  .gredient-cards-layout .card .image img {
    border-radius: 0 !important;
    height: 186px;
  }
  .gredient-cards-layout .card .content {
    padding-right: 15px;
  }
  .gredient-cards-layout .row .col-md-6 .card .image img {
    height: 186px;
  }
  .light-gray-overlay-new:before {
    background: linear-gradient(0deg, #F7F5F4 52.91%, rgba(246, 245, 244, 0) 100%);
  }
  .light-purple-overlay-new:before {
    background: linear-gradient(0deg, #6E768E 52.91%, rgba(110, 118, 142, 0) 100%);
  }
  .light-brown-overlay-new:before {
    background: linear-gradient(180deg, rgba(209, 197, 183, 0) 0%, #D1C5B7 49.87%);
  }
  .light-black-overlay-new:before {
    background: linear-gradient(0deg, #373737 52.91%, rgba(55, 55, 55, 0) 100%);
  }
  .all-types-logos h2 {
    margin-bottom: 14px;
  }
  .all-types-logos nav .filters {
    border-bottom: 0;
    margin-bottom: 10px !important;
  }
  .all-types-logos nav .filters li {
    margin-bottom: 14px;
    padding: 0 16px;
    padding-right: 34px;
    padding-left: 0;
  }
  .all-types-logos nav .filters li:first-child {
    padding-left: 0;
  }
  .all-types-logos nav .filters li button {
    font-size: 12px;
  }
  .all-types-logos nav .filters li button._is-checked:before {
    height: 2px;
    width: auto;
    bottom: 0;
  }
  .all-types-logos .items {
    margin-bottom: 19px;
  }
  .all-types-logos .items .item {
    width: 33%;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .all-types-logos .bg-lightGrey {
    padding-top: 57px;
    padding-bottom: 57px;
  }
  .image-content-homesection {
    padding: 55px 0 25px;
  }
  .image-content-homesection .image {
    margin-bottom: 30px;
  }
  .image-content-homesection .content h2 {
    margin-bottom: 29px;
  }
  .image-content-homesection .btn {
    font-weight: 700;
  }
  .slick.marquee .slick-slide {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .all-types-logos h2 {
    max-width: 225px;
    width: 100%;
  }
  .data-protection .title-content h2 {
    max-width: 280px;
    margin: 0 auto 22px;
  }
  .data-protection .title-content p {
    max-width: 270px;
  }
  .image-content-homesection.information-image .content h2 {
    max-width: 280px;
  }
  .content-image-homesection .content h2 {
    max-width: 280px;
  }
}/*# sourceMappingURL=styles.css.map */