/**handles:main-css**/
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease,
    -moz-transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
@-webkit-keyframes bounceFromRight {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}
@keyframes bounceFromRight {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}
@-webkit-keyframes bounceFromLeft {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
@keyframes bounceFromLeft {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:focus,
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@font-face {
  font-family: "theSans-regular";
  font-display: swap;
  src: url("https://www.resillion.com/wp-content/themes/resillion_four/assets/fonts/TheSansOffice-Regular_TRIAL.ttf");
}

@font-face {
  font-family: "theSans-bold";
  font-display: swap;
  src: url("https://www.resillion.com/wp-content/themes/resillion_four/assets/fonts/TheSansOffice-Bold_TRIAL.ttf");
}

.signup ::placeholder,
.popout-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333 !important;
  opacity: 1; /* Firefox */
}

.signup :-ms-input-placeholder,
.popout-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333 !important;
}

.signup ::-ms-input-placeholder,
.popout-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333 !important;
}

* {
  font-family: "theSans-regular";
}
.bold {
  font-family: "theSans-bold";
}

a {
  text-decoration: none;
}

body,
html {
  overflow-x: hidden !important;
}

/* topbar */
.logo {
  height: 50px;
}

.block-content {
  border: 1px solid #eee;
  padding: 0 15px;
  height: 100%;
}

.menus {
  background: url("https://www.resillion.com/wp-content/themes/resillion_four/assets/img/menu-bg.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100% !important;
  display: none;
}

.menu-items li {
  margin: 5px 0;
}

.social a {
  width: 60px;
  height: 60px;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  border-radius: 10px;
}
.red {
  background-color: #d22630;
}
.green {
  background-color: #84bd00;
}

.text-purple {
  color: #7d55c7;
}

.btn-green {
  background-color: #b5e3d8 !important;
}

.btn-success {
  background-color: #84bd00;
  border: unset;
}
img.img-fluid.caret {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.text-green {
  color: #84bd00;
}

.text-success {
  color: #84bd00 !important;
}

.br-0 {
  border-radius: 0;
}

/* banner */
.banner {
  background-image: url("https://www.resillion.com/wp-content/themes/resillion_four/assets/img/hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 450px;
  display: flex;
  align-items: center;
}
.title {
  font-size: 55px;
  font-weight: 700;
}

.py-100 {
  padding: 100px 0 200px 0;
}

.bg-green-50 {
  background-color: rgb(69, 114, 117, 0.5);
}

.bg-grey-500 {
  background-color: rgba(242, 242, 244, 0.5);
}

.social-icon {
  width: 40px;
}

.social {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 200;
}

/* trusted by */
.fs-20 {
  font-size: 20px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.prev {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  z-index: 10;
}
.next {
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  z-index: 10;
}
.trustedby .slide {
  padding: 15px;
  text-align: center;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.trustedby .slick-track {
  display: flex;
  align-items: center;
}

/* latest news */
.latest-news {
  background-color: #ecf6f7;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  padding-top: 60px;
}
.fs-40 {
  font-size: 40px;
}

.fs-13 {
  font-size: 13px;
}

/* key figures */
.icon {
  background: #c9e6e7;
  min-width: 60px;
  width: 60px;
  min-height: 60px;
  height: 60px;
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-right: 20px;
}

.fs-120 {
  font-size: 120px;
}

.fs-80 {
  font-size: 80px;
}

.fs-36 {
  font-size: 36px;
}

/* solutions */
.btn-purple {
  background-color: #7d55c7 !important;
  border-color: #7d55c7;
}
.solution-slider .prev,
.solution-slider .next {
  top: 40%;
}

/* call to action */
.call-to-action {
  background: url("https://www.resillion.com/wp-content/themes/resillion_four/assets/img/action.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 200px;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}
.fs-45 {
  font-size: 45px;
}

/* partners */
.partners img {
  height: 70px;
  object-fit: scale-down;
}

.partners {
  background-color: #92b649;
}
.circular-bottom {
  border-bottom-right-radius: 300px;
}

.pb-150 {
  padding-bottom: 150px;
}

/* footer */
.footer {
  background-color: #92b649;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(https://www.resillion.com/wp-content/themes/resillion_four/assets/img/footer-bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.footer .wpcf7-spinner {
  display: none;
}
.footer p {
  margin: 0;
}
.fs-22 {
  font-size: 22px;
}
input::placeholder {
  color: white !important;
}
input:focus {
  outline: unset !important;
  box-shadow: unset !important;
}
.min-w-400px {
  min-width: 400px;
  max-width: 400px;
  width: 400px;
}
.footer .icon {
  width: 30px !important;
  min-width: auto;
  height: 30px;
  min-height: auto;
  text-decoration: none;
  margin: 0 10px;
}

.btn-pink {
  background-color: #a98edb !important;
  border-color: #a98edb;
}
.fs-18 {
  font-size: 18px;
}
.fs-25 {
  font-size: 25px;
}
.menubtn {
  display: none;
}

/* about us page */
.about-hero {
  background-image: url("https://www.resillion.com/wp-content/themes/resillion_four/assets/img/about-hero.png") !important;
}

/* block */
.block {
  background: url("https://www.resillion.com/wp-content/themes/resillion_four/assets/img/blockbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
.cta {
  background: url("https://www.resillion.com/wp-content/themes/resillion_four/assets/img/cta.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.icon-holder i {
  font-size: 30px;
  color: #535353;
  margin: 0 5px;
}

/* services page */
.hero-services {
  background-image: url("https://www.resillion.com/wp-content/themes/resillion_four/assets/img/services-hero.png") !important;
}
.keyFigureNew {
  background: url("https://www.resillion.com/wp-content/themes/resillion_four/assets/img/key-f.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.key {
  background-color: #714eb1b9;
}
.faq-btn {
  background: #eaf5f5;
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.faq-btn.active::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url("https://www.resillion.com/wp-content/themes/resillion_four/assets/img/arrow.png");
  position: absolute;
  right: -25px;
  top: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  transform: translateY(-50%);
}
.faq-btn.active {
  background: #d7eced;
  z-index: 100;
}
.hide {
  display: none;
}
i {
  transition: 0.4s;
}
.faq-btn.active .fa-plus {
  transform: rotate(45deg);
}
.hide.active {
  display: block;
}
.cta2 {
  background: url("https://www.resillion.com/wp-content/themes/resillion_four/assets/img/cta2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.quote .form-control,
.quote .form-select {
  background-color: #eaf5f5;
  border: unset;
  border-radius: 0;
  margin-top: 5px;
  height: 40px;
}
button.btn.btn-purple.py-2.px-4.text-white.rounded-2 {
  position: relative;
  top: -7px;
}
/* responsive */
@media screen and (max-width: 992px) {
  .menubtn {
    display: block;
  }
  .menu {
    padding: 20px 0;
    width: 100% !important;
    display: none;
  }
  .topBar .text-end .careers-btn-header,
  .topBar .text-end .search-btn-class span {
    display: none;
  }
  .fs-120 {
    font-size: 80px;
  }
  .row.w-75 {
    width: 100% !important;
  }
  .footer {
    background-color: #92b649;
    background-image: unset;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  section.partners.pb-5 {
    position: relative;
    top: 1px;
  }
  .banner .col-md-6.bg-green-50.py-100.px-5 {
    flex: 0 0 auto;
    max-width: 80% !important;
    width: 80% !important;
    padding-bottom: 100px;
  }
  .banner img.img-fluid.d-block.mx-auto.w-50 {
    display: none !important;
  }
  .prev {
    position: absolute;
    left: 10px;
    top: 55%;
    transform: translateY(-50%);
    width: 20px;
  }
  .next {
    position: absolute;
    right: 10px;
    top: 55%;
    transform: translateY(-50%);
    width: 20px;
  }
}

@media screen and (max-width: 767px) {
  .banner .col-md-6.bg-green-50.py-100.px-5 {
    flex: 0 0 auto;
    max-width: 100% !important;
    width: 100% !important;
  }
  .col-md-6.bg-green-50.py-100.px-5 {
    padding-left: 20px !important;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    + #mega-menu-max_mega_menu_1 {
    width: 110%;
    position: fixed !important;
  }
  .fs-120 {
    font-size: 75px;
  }
  section.call-to-action {
    padding-bottom: 100px;
    padding-top: 50px;
  }

  .min-w-400px {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }

  .title {
    font-size: 35px;
    font-weight: 700;
  }
  .fs-40 {
    font-size: 30px;
  }
  .banner .col-md-6.bg-green-50.py-100.px-5 {
    padding-bottom: 50px;
  }

  .social {
    position: absolute;
    right: 0;
    top: 10px;
  }

  .faq-btn.active::after {
    content: "";
    width: 60px;
    height: 60px;
    background: url("https://www.resillion.com/wp-content/themes/resillion_four/assets/img/arrow.png");
    position: absolute;
    right: 50%;
    top: unset;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    transform: translateX(50%) rotate(90deg);
    bottom: -25px;
  }
}

header {
  box-shadow: 0px -7px 10px;
  background: #fff;
  width: 100%;
  /*   top: 0;
  left: 0; */
  position: relative !important;
  z-index: 100;
}

.logged-in header {
  margin-top: 32px;
}

@media only screen and (max-width: 768px) {
  .site-logo {
    position: absolute;
    top: 23px;
    left: 20px;
  }
  header ul#mega-menu-max_mega_menu_1 {
    position: absolute;
    top: 80px;
    width: 100%;
    background: white !important;
    left: 0;
    padding: 20px 30px !important;
    -moz-column-count: 3 !important;
    -moz-column-gap: 45px !important;
    -webkit-column-count: 3 !important;
    -webkit-column-gap: 45px !important;
    column-count: 3 !important;
    column-gap: 45px !important;
    list-style: none !important;
    margin: 0 !important;
  }
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    background: #fff !important;
  }
  #getInTouch {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  header ul#mega-menu-max_mega_menu_1 {
    -moz-column-count: 3 !important;
    -moz-column-gap: 45px !important;
    -webkit-column-count: 3 !important;
    -webkit-column-gap: 45px !important;
    column-count: 3 !important;
    column-gap: 45px !important;
    padding-left: 0 !important;
    list-style: none !important;
    margin: 0 !important;
  }
}

.mega-menu-item::after {
  content: "+" !important;
  padding-left: 5px !important;
  color: #84bd00 !important;
  font-weight: bold !important;
}

ul ul ul,
ul ul {
  list-style: none;
}

#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  ul.mega-sub-menu
  > li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator:after {
  content: "\f105" !important;
  font-family: "Font Awesome 5 Pro", "FontAwesome";
}

header ul li a {
  color: #212529ff !important;
}

.flex-col {
  flex-direction: column;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
  margin-bottom: 5px;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: "FontAwesome";
  content: "\f002";
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}

.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(46, 132, 206, 0.7);
  content: "";
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}

/*popout form*/
.slidein {
  display: none;
  position: fixed;
  background: #f5f5f5;
  width: 450px;
  height: 100%;
  top: 0;
  right: 0;
  padding: 40px;
  z-index: 999;
}

.popout-form p {
  margin-bottom: 0 !important;
}

.slidein .close {
  float: right;
}

.banner .bg-green-50 {
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.masonry {
  /* Masonry container */
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  margin: 1.5em;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: 0.85em;
}
.gallery-item {
  display: inline-block;
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
  -webkit-transition: 1s ease all;
}
.gallery-item img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.testimonial-slider .row {
  display: flex !important;
}

@media only screen and (max-width: 320px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (min-width: 1201px) {
  .masonry {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
}

.list-group.help-group {
  margin-bottom: 20px;
  padding-left: 0;
  margin: 0;
}
.list-group.help-group .faq-list {
  display: block;
  top: auto;
  margin: 0 0 32px;
  border-radius: 2px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
.list-group.help-group .faq-list .list-group-item {
  position: relative;
  display: block;
  margin: 0;
  padding: 13px 16px;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #616161;
  transition: background-color 0.2s;
}
.list-group.help-group .faq-list .list-group-item i.mdi {
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.list-group.help-group .faq-list .list-group-item:hover {
  background-color: #f6f6f6;
}
.list-group.help-group .faq-list .list-group-item.active {
  background-color: #f6f6f6;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
}
.list-group.help-group .faq-list .list-group-item:last-of-type {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom: 0;
}

.tab-content.panels-faq {
  padding: 0;
  border: 0;
}

.panel.panel-help {
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
  padding-bottom: 0;
  border-radius: 2px;
  overflow: hidden;
  background-color: #fff;
  margin: 0 0 16px;
}
.panel.panel-help a[href^="#"],
.panel.panel-help a[href^="#"]:hover,
.panel.panel-help a[href^="#"]:focus {
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
.panel.panel-help .panel-heading {
  background-color: #f6f6f6;
  padding: 10px 20px;
  line-height: 48px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
}
.panel.panel-help .panel-heading h3::after {
  float: right;
  font-family: "Font Awesome 5 Pro", "FontAwesome";
  content: "\f0d7";
}
.panel.panel-help .collapsed .panel-heading h3::after {
  float: right;
  font-family: "Font Awesome 5 Pro", "FontAwesome";
  content: "\f0da";
}
.panel.panel-help .panel-heading h3 {
  margin: 0;
  padding: 14px 0 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
}
.panel.panel-help .panel-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: 0;
  padding: 15px 20px;
  text-align: left;
}
.panel.panel-help .panel-body p {
  margin: 0 0 16px;
}
.panel.panel-help .panel-body p:last-of-type {
  margin: 0;
}

.service-stack:nth-child(2n) {
  flex-direction: row-reverse;
}

.services .image img {
  border-radius: 15px 15px 0 0;
}

.original-services-component img {
  min-height: 300px;
  object-fit: cover;
}

#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  a.mega-menu-link
  > span.mega-indicator {
  display: inline-block;
  width: auto;
  background: transparent;
  position: relative;
  pointer-events: auto;
  left: auto;
  min-width: auto;
  font-size: inherit;
  padding: 0;
  margin: 0 0 0 6px;
  height: auto;
  line-height: inherit;
  color: inherit;
}

#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  ul.mega-sub-menu
  a.mega-menu-link
  > span.mega-indicator:after {
  content: "\f105" !important;
  font-family: "Font Awesome 5 Pro", "FontAwesome";
}

#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  ul.mega-sub-menu
  a.mega-menu-link
  > span.mega-indicator:first-of-type {
  /*display: none;*/
}

div#ajaxsearchliteres1 {
  z-index: 99999999;
}

.search-form-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999999;
  display: flex;
  background: rgba(0, 0, 0, 0.55);
  align-items: center;
  width: 100%;
  padding: 0 25%;
}

.benefits .nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
  float: left;
  text-align: left;
  color: #84bd00;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
  color: #333;
  font-weight: bold;
  font-size: 18px;
}
.nav-pills .nav-link.active::after,
.nav-pills .show > .nav-link::after {
  padding-left: 5px;
  content: "\f061";
  font-family: "Font Awesome 5 Pro", "FontAwesome";
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
  width: 100% !important;
}

h2.bdp-post-title {
  font-weight: bold;
  font-size: 18px;
}

h2.bdp-post-title a {
  color: #82bb24 !important;
}

.bdp-post-categories a {
  color: #82bb24 !important;
}

.page-id-649 .services img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 850px) {
  header ul#mega-menu-max_mega_menu_1 {
    column-count: 1 !important;
    left: -10px !important;
  }
  ,
  .mega-menu-max_mega_menu_1-mobile-open .top-menu {
    overflow: scroll !important;
    height: 100vh !important;
  }
}

@media screen and (min-width: 740px) {
  .mega-sub-menu > #mega-menu-267-0 {
    height: 85vh !important;
    overflow: scroll !important;
  }

  .mega-sub-menu li::-webkit-scrollbar {
    display: none !important;
  }
}

.services .image {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

#mega-menu-wrap-max_mega_menu_1
  .mega-menu-toggle.mega-menu-open
  + #mega-menu-max_mega_menu_1 {
  display: block;
  max-height: 100vh;
  overflow-y: scroll;
}

/* new styles */

@media only screen and (min-width: 992px) {
  .site-logo {
    top: 30px;
  }
}
@media only screen and (max-width: 992px) {
  header .topBar {
    height: 100px;
  }
}
@media only screen and (max-width: 550px) {
  .logo {
    height: 20px;
  }
}

.close-search {
  cursor: pointer;
  color: #d22630;
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  font-size: 50px;
  line-height: 50px;
  width: 70px;
  height: 70px;
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .close-search {
    font-size: 30px;
    line-height: 30px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .close-search {
    font-size: 20px;
    line-height: 20px;
    width: 30px;
    height: 30px;
    padding: 5px;
  }
}

.bcrow a {
  color: #84bd00 !important;
}

.page-id-649 .services img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.home .bcrow {
  display: none !important;
}
.bcrow {
  background: #e8e8e8;
}

#mega-menu-wrap-max_mega_menu_1,
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link {
  background: transparent !important;
}

.searchandfilter ul {
  display: flex !important;
}

.sf-input-text::placeholder {
  color: #444 !important;
}

/* stlyes in the back of wordpress*/

.page-id-649 .services img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.home .bcrow {
  display: none !important;
}
.bcrow {
  background: #e8e8e8;
  margin-top: 0;
}

#mega-menu-wrap-max_mega_menu_1,
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link {
  background: transparent !important;
}

.bcrow a {
  color: #84bd00 !important;
}

.headertext {
  display: none;
}

@media screen and (max-width: 992px) {
  .mega-menu-item::after {
    content: none !important;
  }
}

.mobmenur-container {
  position: absolute;
  right: 25px;
  top: 15px;
}

@media screen and (max-width: 768px) {
  .bcrow {
    position: absolute;
    width: 100%;
    top: 80px;
  }
}

.single-post h1 {
  padding-top: 60px;
}

.text-success {
  color: #84bd00 !important;
}

.searchandfilter ul {
  display: flex !important;
  margin: 0 !important;
  flex-wrap: wrap !important;
}

.searchandfilter ul.chosen-results {
  display: block !important;
}

.searchandfilter ul li {
  margin: 0 20px 20px 0px;
}

.sf-input-text {
  height: 50px;
  padding: 19px 18px 18px 10px;
  min-height: 18px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 14px;
  opacity: 1;
}

.chosen-container-single .chosen-single {
  height: 50px;
  line-height: 46px;
  background: none;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 12px;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.d-flex.justify-content-between.align-items-start {
  align-items: end !important;
}

/* more styles */
.search-filter-results .pagination .page-numbers {
  border-color: #84bd00;
  color: #84bd00;
  padding: 10px;
  font-size: 18px;
}
.search-filter-results .pagination .page-numbers.current {
  background-color: #84bd00;
  color: #fff;
}

.search-filter-results .col-12.text-center {
  display: flex;
  justify-content: center;
}

.search-filter-results .col-12.text-center .mb-2 {
  /*opacity: 0;*/
}

#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item
  > a.mega-menu-link {
  text-decoration: none !important;
}

#img-text-area video {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 850px) {
  header ul#mega-menu-max_mega_menu_1 {
    column-count: 1 !important;
    left: -10px !important;
  }
  .mega-menu-max_mega_menu_1-mobile-open .top-menu {
    overflow: scroll !important;
    height: 100vh !important;
  }
}

@media screen and (min-width: 740px) {
  .mega-sub-menu > #mega-menu-267-0 {
    height: 85vh !important;
    overflow: scroll !important;
  }

  .mega-sub-menu li::-webkit-scrollbar {
    display: none !important;
  }
}

.services .image {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.close-search {
  cursor: pointer;
  color: #000;
}
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item
  > a.mega-menu-link {
  white-space: nowrap !important;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
  background: white !important;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 {
  background-color: white !important;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-left {
  opacity: 0;
}

@media screen and (min-width: 992px) and (max-width: 998px) {
  #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    + #mega-menu-max_mega_menu_1 {
    position: fixed !important;
    width: 110%;
    z-index: 10;
    left: 0;
    top: 108px;
  }
  .bcrow {
    margin-top: 21px;
  }
}

@media screen and (max-width: 992px) {
  .home header,
  .home header .topBar {
    /* height: 80px;*/
  }

  .home
    #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-max_mega_menu_1 {
    top: 80px;
  }

  header {
    box-shadow: none;
  }
  #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    + #mega-menu-max_mega_menu_1 {
    position: fixed !important;
    width: 110%;
    z-index: 10;
    left: 0;
    top: 56px;
  }
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-item {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    + #mega-menu-max_mega_menu_1 {
    top: 80px;
  }
}
#mega-menu-wrap-max_mega_menu_1
  .mega-menu-toggle
  .mega-toggle-block-0
  .mega-toggle-animated-inner,
#mega-menu-wrap-max_mega_menu_1
  .mega-menu-toggle
  .mega-toggle-block-0
  .mega-toggle-animated-inner::before,
#mega-menu-wrap-max_mega_menu_1
  .mega-menu-toggle
  .mega-toggle-block-0
  .mega-toggle-animated-inner::after {
  background-color: #4d4d4d !important;
}
@media only screen and (max-width: 450px) {
  .searchandfilter ul {
    padding-left: 0;
  }
  .searchandfilter ul li {
    margin-right: 0;
  }
  .searchandfilter ul li,
  .searchandfilter ul label,
  .searchandfilter ul label input,
  .searchandfilter ul .chosen-container {
    width: 100% !important;
  }
  #searchBtn {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .search-form-container {
    align-items: flex-start !important;
  }
  .asl_w_container {
    /*margin-top: 150px !important;*/

    .results {
    }
  }
}
@media only screen and (max-width: 350px) {
  .logo {
    height: 16px;
  }
}
.button-resource-white {
  background: white;
  padding: 10px 20px;
  border-radius: 10px;
  color: #82bb24;
  font-weight: 600;
  transition: 0.3s;
  margin-top: 20px;
}

.button-resource-white:hover {
  color: white;
  background: #82bb24;
}
#mega-menu-wrap-max_mega_menu_1
  .mega-menu-toggle.mega-menu-open
  + #mega-menu-max_mega_menu_1 {
  left: 0 !important;
  width: 100% !important;
}

#latest-news {
  padding-top: 60px;
}

@media screen and (max-width: 992px) {
  .trustedby .slide,
  .logo-slider .slide {
    padding: 30px;
  }
  .logo-slider .prev {
    top: 48.5%;
    left: 0;
  }
  .logo-slider .next {
    top: 48.5%;
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  .searchandfilter select.sf-input-select {
    width: 100%;
    padding: 15px 18px 15px 10px;
  }
  .searchandfilter select.sf-input-select {
    width: 100%;
    background-color: white;
    border-radius: 0;
  }
}

.remove-scrolling {
  height: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
}
.asl_w_container {
  margin-top: 40px !important;
}

div.asl_r .results {
  max-height: 70vh !important;
}

#policy-table tr td {
  border: 1px solid black;
}

#pi_tracking_opt_in_div {
  display: none !important;
}

.textblock.tables table tr td,
.panel table tr td {
  border: 1px solid black;
  padding: 10px;
}
.textblock.tables table,
.panel table {
  width: 100%;
  min-width: 600px;
}
.textblock.tables .table-holder,
.panel .table-holder {
  overflow-x: scroll;
  width: 100%;
}

.hero-banner-new-header {
  position: relative;
}
.hero-banner-new-header-fixed-height {
  min-height: 420px;
}
.hero-banner-new-header h1 {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #fff;
}
.hero-banner-new-header h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.hero-banner-new-header .cover-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-banner-new-header img.bg-hero-1,
.hero-banner-new-header img.bg-hero-2,
.hero-banner-new-header img.bg-hero-3,
.hero-banner-new-header img.bg-hero-4 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 420px;
  pointer-events: none;
  width: 100%;
  object-fit: cover;
  object-position: right center;
}

.hero-banner-new-header img.logo-width {
  max-width: 120px;
  max-height: 100px;
  object-position: center;
  object-fit: contain;
}
.hero-banner-new-header .hero-btn {
  padding-top: 15px;
  padding-bottom: 15px;
}

.video-container {
  position: relative;
  width: 100%;
}
.video-container:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.video-container iframe,
.video-container .video-placeholder-youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.hero-banner-new-header .text-blue {
  color: #2c185e;
}
.hero-banner-new-header .text-green {
  color: #84bd00;
}
.hero-banner-new-header .text-red {
  color: #d22630;
}

@media only screen and (max-width: 1200px) {
  .hero-banner-new-header img.bg-hero-1 {
    height: 420px;
  }
  .hero-banner-new-header .container {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-banner-new-header .container {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-banner-new-header img.bg-hero-1 {
    position: relative;
    left: -30%;
    bottom: 0;
    width: calc(150% + 30px) !important;
    object-fit: cover;
    object-position: right center;
    right: auto;
  }
  .hero-banner-new-header img.bg-hero-1 {
    position: relative;
  }
  .hero-banner-new-header .mobile-holder-hero {
    position: relative;
    width: 100%;
  }
}
h2.bdpp-post-title a {
  font-size: 20px !important;
  line-height: 25px !important;
  color: #212529 !important;
}

.search-results .bdp-post-image-bg img {
  width: 100% !important;
  margin-bottom: 10px !important;
}

.privacy-policy table,
.page-id-3638 table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-family: sans-serif;
  font-size: 14px;
  text-align: left;
}

/* Table headers */
.privacy-policy th,
.page-id-3638 th {
  background-color: #f2f2f2;
  padding: 12px;
  border: 1px solid #ddd;
  font-weight: bold;
}

/* Table rows */
.privacy-policy td,
.page-id-3638 td {
  padding: 12px;
  border: 1px solid #ddd;
}

/* Zebra striping */
.privacy-policy tr:nth-child(even),
.page-id-3638 tr:nth-child(even) {
  background-color: #fafafa;
}

/* Hover effect */
.privacy-policy tr:hover,
.page-id-3638 tr:hover {
  background-color: #f1f1f1;
}

/* ABM template*/

.abm-page .green-bgarea {
  background-color: #84bd00;
  color: white;
}
.abm-page .text-green {
  color: #84bd00;
}
.abm-page .bg-grey {
  background-color: #f1f1f1;
}
.abm-page .bg-green {
  background-color: #84bd00;
}
.abm-page .purple-bgarea {
  background-color: #7d55c7;
  color: white;
}
.abm-page .red-bgarea {
  background-color: #d22630;
  color: white;
}
.abm-page .bg-blue {
  background-color: #2c185e;
}
.abm-page .text-blue {
  color: #2c185e;
}
.abm-page .btn-section a {
  transition: 0.3s;
}
.abm-page .btn-section a.red-bgarea:hover {
  background-color: #87292f;
}
.abm-page .btn-section a.green-bgarea:hover {
  background-color: #146c43;
}
.abm-page .btn-section a.purple-bgarea:hover {
  background-color: #402c67;
}

.abm-page .btn-section h4 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.abm-page .intro h2 {
  font-size: 40px;
  text-align: right;
  color: #84bd00;
  font-weight: 900;
  padding-bottom: 0;
  margin-bottom: 0;
}
.abm-page .intro .border-left-green {
  border-left: 3px solid #84bd00;
}
.abm-page .news-section img {
  width: 100%;
  height: 300px;
  background-color: white;
  object-fit: cover;
  object-position: center;
}

.abm-page .news-section h3 {
  font-weight: 700;
}
.abm-page .float-box {
  border-radius: 10px;
  position: relative;
}

.abm-page .abm-journey h2 {
  margin-bottom: 60px;
  color: #84bd00;
}
.abm-page .abm-journey .img-wrap {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  border: 3px solid #84bd00;
  background-color: white;
  position: absolute;
  left: calc(50% - 90px);
  top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abm-page .abm-journey .img-wrap img {
  height: 110px;
  position: absolute;
  width: 110px;
  object-position: center;
  object-fit: contain;
  border-radius: 50%;
}
.abm-page .abm-journey .float-box h4 {
  margin-top: 120px;
}
.abm-page .going-abm h2 {
  font-size: 40px;
  text-align: right;
  color: white;
  font-weight: 900;
  padding-bottom: 0;
  margin-bottom: 0;
}
.abm-page .going-abm .border-left-white {
  border-left: 3px solid white;
}
.abm-page .going-abm h4 {
  color: #84bd00;
  font-weight: 700;
}

.abm-page .fixed-height {
  min-height: 500px;
}

.abm-page .fixed-height-smaller {
  min-height: 500px;
}
.abm-page .generic-text-elements {
  position: relative;
}
.abm-page .generic-text-elements h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300 !important;
  margin-bottom: 0.2rem;
}
.abm-page .generic-text-elements h2 {
  font-weight: 900;
  margin-bottom: 20px;
}

.abm-page #whitepaper img,
.abm-page #datasheet img {
  width: 600px;
  height: auto;
  position: absolute;
  bottom: 0;
}

.abm-page #whitepaper img {
  right: 60%;
}
.abm-page #datasheet img {
  left: 60%;
}

.abm-page #datasheet h2 {
  color: #d22630;
}
.abm-page #datasheet .btn-red {
  background-color: #d22630;
  transition: 0.3s;
  color: white;
}
.abm-page #datasheet .btn-red:hover {
  background-color: #87292f;
}
.abm-page #webinar h2 {
  color: #84bd00;
}
.abm-page #webinar img {
  width: 100%;
  height: auto;
}

.abm-page .hero-banner-abm {
  background-color: #7d55c7;
  position: relative;
}
.abm-page .hero-banner-abm-fixed-height {
  min-height: 350px;
}
.abm-page .hero-banner-abm h1 {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #fff;
}
.abm-page .hero-banner-abm h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.abm-page .cover-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.abm-page .hero-banner-abm img.bg-hero-1,
.abm-page .hero-banner-abm img.bg-hero-2,
.abm-page .hero-banner-abm img.bg-hero-3,
.abm-page .hero-banner-abm img.bg-hero-4 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 420px;
  pointer-events: none;
  width: 100%;
  object-fit: cover;
  object-position: right center;
}

.abm-page .hero-banner-abm img.logo-width {
  max-width: 120px;
  max-height: 100px;
  object-position: center;
  object-fit: contain;
  border-radius: 10px;
}
.abm-page .hero-btn {
  padding-top: 15px;
  padding-bottom: 15px;
}

.abm-page .going-abm h3 {
  font-size: 1.5rem;
}
.abm-page .ebook-abm ul {
  padding-left: 1.1rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
.abm-page .ebook-abm ul li {
  padding-bottom: 10px;
}
.abm-page .ebook-abm .bg-grey {
  border-radius: 10px;
}
.abm-page .ebook-abm img {
  width: 120%;
  margin-top: -80px;
}
.abm-page .video-area video {
  width: 100%;
  border-radius: 20px;
  cursor: pointer;
}

.abm-page .download-email-popup {
  background-color: #7d55c7;
  position: fixed;
  top: 0;
  left: -100vw;
  height: 100vh;
  width: 100vw;
  z-index: 500;
  transition: 0.5s;
  opacity: 0;
}
.abm-page .download-email-popup.open {
  left: 0;
  opacity: 1;
}
.abm-page .download-email-popup .contact-form {
  background-color: white;
  border-radius: 20px;
  width: 100%;
}
.abm-page .download-email-popup img {
  width: 100%;
}
.abm-page .download-form {
  overflow: hidden;
}
.abm-page .overflow-element {
  overflow-y: scroll;
  height: 100%;
}
.abm-page #close-btn {
  background-color: #d22630;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -25px;
  right: -25px;
  cursor: pointer;
}
.abm-page #close-btn div > div {
  height: 25px;
  width: 4px;
  border-radius: 10px;
  background-color: white;
  position: absolute;
  top: 12.5px;
  left: 23px;
}
.abm-page #close-btn .line-one {
  transform: rotate(45deg);
}
.abm-page #close-btn .line-two {
  transform: rotate(-45deg);
}

.abm-page .icon-img {
  max-width: 146px;
}

.abm-page .icon-1 {
  animation-name: icon-move-1;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

@keyframes icon-move-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1200px) {
  .abm-page .abm-journey .col-lg-3 {
    margin-bottom: 100px;
  }

  .abm-page .hero-banner-abm img.bg-hero-1 {
    height: 450px;
  }
}
@media only screen and (max-width: 990px) {
  .abm-page .fixed-height-smaller.report {
    min-height: 0;
  }
}
@media only screen and (max-width: 768px) {
  .abm-page .intro h2,
  .abm-page .going-abm h2 {
    font-size: 50px;
    text-align: left;
    padding-bottom: 20px;
  }
  .abm-page .intro h2 br {
    display: none;
  }
  .abm-page .intro .border-left-green,
  .abm-page .going-abm .border-left-white {
    border-left: none;
  }
  .abm-page #whitepaper img,
  .abm-page #datasheet img {
    position: relative;
    height: auto;
    width: 100%;
    right: auto;
    left: auto;
    bottom: auto;
    margin-top: 3rem;
  }
  .abm-page .fixed-height,
  .abm-page .fixed-height-smaller {
    min-height: 0;
  }
  .abm-page .hero-banner-abm img.bg-hero-1 {
    position: relative;
    left: -30%;
    bottom: 0;
    width: calc(150% + 30px);
    object-fit: cover;
    object-position: right center;
    right: auto;
  }
  .abm-page .hero-banner-abm img.bg-hero-1 {
    position: relative;
  }
  .abm-page .mobile-holder-hero {
    position: relative;
    width: 100%;
  }
  .abm-page .ebook-abm img {
    width: 100%;
    margin-top: 20px;
  }
  .abm-page .hero-banner-abm-fixed-height {
    min-height: 0;
  }
  .abm-page #close-btn {
    top: -25px;
    right: -10px;
  }
}

/* ai-template-page */
.ai-template-page .green-bgarea {
  background-color: #84bd00;
  color: white;
}
.ai-template-page .text-green {
  color: #84bd00;
}
.ai-template-page .bg-green {
  background-color: #84bd00;
}
.ai-template-page .purple-bgarea {
  background-color: #7d55c7;
  color: white;
}
.ai-template-page .red-bgarea {
  background-color: #d22630;
  color: white;
}

.ai-template-page.btn-section a {
  transition: 0.3s;
}
.ai-template-page .btn-section a.red-bgarea:hover {
  background-color: #87292f;
}
.ai-template-page .btn-section a.green-bgarea:hover {
  background-color: #146c43;
}
.ai-template-page .btn-section a.purple-bgarea:hover {
  background-color: #402c67;
}

.ai-template-page .btn-section h4 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.ai-template-page .intro h2 {
  font-size: 40px;
  text-align: right;
  color: #84bd00;
  font-weight: 900;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ai-template-page .intro .border-left-green {
  border-left: 3px solid #84bd00;
}
.ai-template-page.news-section img {
  width: 100%;
  height: 300px;
  background-color: white;
  object-fit: cover;
  object-position: center;
}

.ai-template-page .news-section h3 {
  font-weight: 700;
}
.ai-template-page .float-box {
  border-radius: 10px;
  position: relative;
}

.ai-template-page .ai-journey h2 {
  margin-bottom: 60px;
  color: #84bd00;
}
.ai-template-page .ai-journey .img-wrap {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  border: 3px solid #84bd00;
  background-color: white;
  position: absolute;
  left: calc(50% - 90px);
  top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai-template-page .ai-journey .img-wrap img {
  height: 110px;
  position: absolute;
  width: 110px;
  object-position: center;
  object-fit: contain;
  border-radius: 50%;
}
.ai-template-page .ai-journey .float-box h4 {
  margin-top: 120px;
}
.ai-template-page .going-ai h2 {
  font-size: 40px;
  text-align: right;
  color: white;
  font-weight: 900;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ai-template-page .going-ai .border-left-white {
  border-left: 3px solid white;
}
.ai-template-page .going-ai h4 {
  color: #84bd00;
  font-weight: 700;
}

.ai-template-page .fixed-height {
  min-height: 500px;
}

.ai-template-page .fixed-height-smaller {
  min-height: 500px;
}
.ai-template-page .generic-text-elements {
  position: relative;
}
.ai-template-page .generic-text-elements h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300 !important;
  margin-bottom: 0.2rem;
}
.ai-template-page .generic-text-elements h2 {
  font-weight: 900;
  margin-bottom: 20px;
}

.ai-template-page #whitepaper img,
.ai-template-page #datasheet img {
  width: 600px;
  height: auto;
  position: absolute;
  bottom: 0;
}

.ai-template-page#whitepaper img {
  right: 60%;
}
.ai-template-page #datasheet img {
  left: 60%;
}

.ai-template-page #datasheet h2 {
  color: #d22630;
}
.ai-template-page #datasheet .btn-red {
  background-color: #d22630;
  transition: 0.3s;
  color: white;
}
.ai-template-page #datasheet .btn-red:hover {
  background-color: #87292f;
}
.ai-template-page #webinar h2 {
  color: #84bd00;
}
.ai-template-page #webinar img {
  width: 100%;
  height: auto;
}

.ai-template-page .hero-banner-ai {
  background-color: #7d55c7;
  position: relative;
}
.ai-template-page .hero-banner-ai-fixed-height {
  min-height: 350px;
}
.ai-template-page .hero-banner-ai h1 {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 400;
}
.ai-template-page .hero-banner-ai h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.ai-template-page .cover-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ai-template-page .hero-banner-ai img {
  position: absolute;
  left: 60%;
  bottom: 0;
  width: 750px;
  height: auto;
}
.ai-template-page .hero-btn {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  .ai-template-page .ai-journey .col-lg-3 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .ai-template-page .intro h2,
  .ai-template-page .going-ai h2 {
    font-size: 50px;
    text-align: left;
    padding-bottom: 20px;
  }
  .ai-template-page .intro h2 br {
    display: none;
  }
  .ai-template-page .intro .border-left-green,
  .ai-template-page .going-ai .border-left-white {
    border-left: none;
  }
  .ai-template-page #whitepaper img,
  .ai-template-page #datasheet img {
    position: relative;
    height: auto;
    width: 100%;
    right: auto;
    left: auto;
    bottom: auto;
    margin-top: 3rem;
  }
  .ai-template-page .fixed-height,
  .ai-template-page .fixed-height-smaller {
    min-height: 0;
  }
  .ai-template-page .hero-banner-ai img {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
  }
}
/*Pentesting template*/

.pentesting-wrapper .green-bgarea {
  background-color: #84bd00;
  color: white;
}
.pentesting-wrapper .text-red {
  color: #d22630;
}
.pentesting-wrapper .text-blue {
  color: #2c185e;
}
.pentesting-wrapper .text-purple {
  color: #7d55c7;
}
.pentesting-wrapper .text-green {
  color: #84bd00;
}
.pentesting-wrapper .bg-green {
  background-color: #84bd00;
}
.pentesting-wrapper .purple-bgarea {
  background-color: #7d55c7;
  color: white;
}
.pentesting-wrapper strong {
  font-family: "theSans-bold";
}
.pentesting-wrapper .blue-bgarea {
  background-color: #2c185e;
  color: white;
}
.pentesting-wrapper .red-bgarea {
  background-color: #d22630;
  color: white;
}
.pentesting-wrapper .btn-section a {
  transition: 0.3s;
}
.pentesting-wrapper .btn-section a.red-bgarea:hover,
.pentesting-wrapper .pentesting-top-info .btn.red-bgarea:hover {
  background-color: #87292f !important;
  color: white;
}
.pentesting-wrapper .btn-section a.green-bgarea:hover,
.pentesting-wrapper .pentesting-top-info .btn.green-bgarea:hover {
  background-color: #146c43 !important;
  color: white;
}
.pentesting-wrapper .btn-section a.purple-bgarea:hover,
.pentesting-wrapper .pentesting-top-info .btn.purple-bgarea:hover {
  background-color: #402c67 !important;
  color: white;
}
.pentesting-wrapper .btn-section a.blue-bgarea:hover,
.pentesting-wrapper .pentesting-top-info .btn.blue-bgarea:hover {
  background-color: #46307d !important;
  color: white;
}
.pentesting-wrapper .hero-banner-pentestingfixed-heigh h3 {
  font-family: "theSans-regular";
}
.pentesting-wrapper h1,
.pentesting-wrapper h2,
.pentesting-wrapper h3,
.pentesting-wrapper h4 {
  font-weight: 600;
  font-family: "theSans-bold";
}

.pentesting-wrapper .hero-btn h4 {
  font-family: "theSans-regular";
}
.pentesting-wrapper .btn-section h4 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.pentesting-wrapper .intro h2 {
  font-size: 40px;
  text-align: right;
  color: #84bd00;
  font-weight: 900;
  padding-bottom: 0;
  margin-bottom: 0;
}
.pentesting-wrapper .intro .border-left-green {
  border-left: 3px solid #84bd00;
}
.pentesting-wrapper .news-section img {
  width: 100%;
  height: 300px;
  background-color: white;
  object-fit: cover;
  object-position: center;
}

.news-section h3 {
  font-weight: 700;
}
.pentesting-wrapper .float-box {
  border-radius: 10px;
  position: relative;
}

.pentesting-wrapper .pentesting-top-section h2 {
  color: #2c185e;
}
.pentesting-wrapper .pentesting-top-section h2.purple {
  color: #7d55c7;
}
.pentesting-wrapper .pentesting-top-section .img-wrap {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  border: 3px solid #7d55c7;
  background-color: white;
  position: absolute;
  left: calc(50% - 90px);
  top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pentesting-wrapper .pentesting-top-section .img-wrap.blue {
  border: 3px solid #2c185e;
}
.pentesting-wrapper .pentesting-top-section .img-wrap img {
  height: 110px;
  position: absolute;
  width: 110px;
  object-position: center;
  object-fit: contain;
}
.pentesting-wrapper .pentesting-top-section .float-box h4 {
  margin-top: 120px;
}
.pentesting-wrapper .going-ai h2 {
  font-size: 40px;
  text-align: right;
  color: white;
  font-weight: 900;
  padding-bottom: 0;
  margin-bottom: 0;
}
.pentesting-wrapper .going-ai .border-left-white {
  border-left: 3px solid white;
}
.pentesting-wrapper .going-ai h4 {
  color: #84bd00;
  font-weight: 700;
}

.pentesting-wrapper .fixed-height {
  min-height: 500px;
}

.pentesting-wrapper .fixed-height-smaller {
  min-height: 500px;
}
.pentesting-wrapper .generic-text-elements {
  position: relative;
}
.pentesting-wrapper .generic-text-elements h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300 !important;
  margin-bottom: 0.2rem;
}
.pentesting-wrapper .generic-text-elements h2 {
  font-weight: 900;
  margin-bottom: 20px;
}

.pentesting-wrapper #whitepaper img,
.pentesting-wrapper #datasheet img {
  width: 600px;
  height: auto;
  position: absolute;
  bottom: 0;
}

.pentesting-wrapper #whitepaper img {
  right: 60%;
}
.pentesting-wrapper #datasheet img {
  left: 60%;
}

.pentesting-wrapper #datasheet h2 {
  color: #d22630;
}
.pentesting-wrapper #datasheet .btn-red {
  background-color: #d22630;
  transition: 0.3s;
  color: white;
}
.pentesting-wrapper #datasheet .btn-red:hover {
  background-color: #87292f;
}
.pentesting-wrapper #webinar h2 {
  color: #84bd00;
}
.pentesting-wrapper #webinar img {
  width: 100%;
  height: auto;
}

.pentesting-wrapper .hero-banner-ai {
  background-color: #7d55c7;
  position: relative;
}
.pentesting-wrapper .hero-banner-pentestingfixed-height {
  min-height: 350px;
}
.pentesting-wrapper .hero-banner-ai h1 {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 400;
}
.pentesting-wrapper .hero-banner-ai h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "theSans-regular";
  font-weight: 700;
}
.pentesting-wrapper .cover-image {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
.pentesting-wrapper .hero-banner-ai img {
  position: absolute;
  right: 5%;
  bottom: 10%;
  width: 300px;
  height: auto;
}
.pentesting-wrapper .hero-btn {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pentesting-wrapper #why-choose-resillion h2,
.pentesting-wrapper #why-choose-resillion h3 {
  font-weight: 900;
  color: white;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.pentesting-wrapper #why-choose-resillion .holder .row {
  border-bottom: 3px solid white;
}
.pentesting-wrapper #why-choose-resillion .border-on {
  border-right: 3px solid white;
}
.pentesting-wrapper #why-choose-resillion img {
  max-width: 250px;
  width: 100%;
}
.pentesting-wrapper .pt-9rem {
  padding-top: 9rem;
}

.pentesting-wrapper .swiper {
  width: 100%;
  height: 100%;
  min-height: 300px;
  padding-bottom: 80px;
}
.pentesting-wrapper .swiper .accordion-button {
  font-size: 20px;
  color: #2c185e;
  padding-left: 0;
}
.pentesting-wrapper .swiper .accordion-body {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 0;
  padding-right: 0;
  margin-right: 0;
}
.pentesting-wrapper .swiper .accordion-body p {
  font-size: 16px;
}
.pentesting-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.pentesting-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pentesting-wrapper #baguetteBox-overlay {
  display: none;
}

.pentesting-wrapper .pentesting-top-info .button-section .btn.active {
  background-color: inherit;
  opacity: 0.5;
  color: inherit;
}
.pentesting-wrapper .accordion-button:not(.collapsed),
.pentesting-wrapper .accordion-flush .accordion-item .accordion-button,
.pentesting-wrapper
  .accordion-flush
  .accordion-item
  .accordion-button.collapsed {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.pentesting-wrapper .bg-round {
  border-radius: 20px;
}
.pentesting-wrapper .powerhouse-btn {
  border-radius: 30px;
  background-color: white;
  color: #2c185e;
  border: 3px solid white;
  padding: 10px 20px;
  text-align: left;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
}
.pentesting-wrapper .powerhouse-btn:hover,
.pentesting-wrapper .powerhouse-btn.active {
  background-color: transparent;
  color: white;
}
.pentesting-wrapper .powerhouse .box-for-copy {
  border: 3px solid white;
  background-color: #2c185e;
  color: white;
  border-radius: 20px;
  width: 50%;
  top: 0;
  left: 5%;
  position: absolute;
  z-index: 2;
}
.pentesting-wrapper .powerhouse .image-block {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 90%;
  height: 95%;
  margin-left: 10%;
  margin-top: 5%;
  border-radius: 20px;
  min-height: 350px;
}

.pentesting-wrapper .swiper-horizontal > .swiper-pagination-bullets,
.pentesting-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal,
.pentesting-wrapper .swiper-pagination-custom,
.pentesting-wrapper .swiper-pagination-fraction {
  width: 50%;
  right: 0;
  margin: 0 auto;
}
.pentesting-wrapper .swiper-pagination-bullet {
  background-color: transparent;
  height: 15px;
  width: 15px;
  border: 2px solid white;
}
.pentesting-wrapper .swiper-pagination-bullet-active {
  background-color: white;
}
.pentesting-wrapper .video-container {
  position: relative;
  width: 100%;
}
.pentesting-wrapper .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.pentesting-wrapper .video-container:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.pentesting-wrapper #your-questions-answered .card {
  width: 100%;
  border-radius: 50px;
  color: #2c185e;
  text-align: left;
}

.pentesting-wrapper .swiper-horizontal > .swiper-pagination-bullets,
.pentesting-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal,
.pentesting-wrapper .swiper-pagination-custom,
.pentesting-wrapper .swiper-pagination-fraction {
  bottom: 0;
}

.pentesting-wrapper .nav-buttons-swiper {
  width: 100px;
  position: absolute;
  bottom: 15px;
  right: 0;
}
.pentesting-wrapper .nav-buttons-swiper .btn-swiper {
  background-color: white;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #2c185e;
}
.pentesting-wrapper .nav-buttons-swiper .swiper-button-prev:after {
  content: "\25C0";
  font-size: 16px;
}
.pentesting-wrapper .nav-buttons-swiper .swiper-button-next:after {
  content: "\25B6";
  font-size: 16px;
}
.pentesting-wrapper .accordion-button::after {
  content: "\25BC";
  background-image: none !important;
  color: #2c185e;
}
.pentesting-wrapper .accordion-button:not(.collapsed)::after {
  background-image: none !important;
}

.pentesting-wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-family: sans-serif;
  font-size: 14px;
  text-align: left;
}

/* Table headers */
.pentesting-wrapper th {
  background-color: #f2f2f2;
  padding: 12px;
  border: 1px solid #ddd;
  font-weight: bold;
}

/* Table rows */
.pentesting-wrapper td {
  padding: 12px;
  border: 1px solid #ddd;
}

/* Zebra striping */
.pentesting-wrapper tr:nth-child(even) {
  background-color: #fafafa;
}

/* Hover effect */
.pentesting-wrapper tr:hover {
  background-color: #f1f1f1;
}
.pentesting-wrapper .intro-text {
  font-size: 22px;
  line-height: 30px;
}
.pentesting-wrapper slide-3 .col-9 p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.pentesting-wrapper .min-height-row {
  min-height: 80px;
}
@media only screen and (max-width: 1200px) {
  .pentesting-wrapper .pentesting-top-section .col-lg-3 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 992px) {
  .pentesting-wrapper .powerhouse .image-block {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 2rem;
    border-radius: 20px;
    min-height: 350px;
  }
  .pentesting-wrapper .powerhouse .box-for-copy {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin-bottom: 3rem;
  }
  .pentesting-wrapper .min-height-row {
    min-height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .pentesting-wrapper .swiper-horizontal > .swiper-pagination-bullets,
  .pentesting-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .pentesting-wrapper .swiper-pagination-custom,
  .pentesting-wrapper .swiper-pagination-fraction {
    width: 40%;
    right: auto;
    left: 0;
    margin: 0;
  }
  .pentesting-wrapper .intro h2,
  .pentesting-wrapper .going-ai h2 {
    font-size: 50px;
    text-align: left;
    padding-bottom: 20px;
  }
  .pentesting-wrapper .intro h2 br {
    display: none;
  }
  .pentesting-wrapper .intro .border-left-green,
  .pentesting-wrapper .going-ai .border-left-white {
    border-left: none;
  }
  .pentesting-wrapper #whitepaper img,
  .pentesting-wrapper #datasheet img {
    position: relative;
    height: auto;
    width: 100%;
    right: auto;
    left: auto;
    bottom: auto;
    margin-top: 3rem;
  }
  .pentesting-wrapper .fixed-height,
  .pentesting-wrapper .fixed-height-smaller {
    min-height: 0;
  }
  .pentesting-wrapper .hero-banner-ai img {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
  }
  .pentesting-wrapper #why-choose-resillion .border-on {
    border-right: none;
  }
  .pentesting-wrapper #why-choose-resillion img {
    max-width: 125px;
    display: block;
    margin: 0 auto;
  }
  .pentesting-wrapper .min-height-row {
    min-height: 0;
  }
}

/*Remops template page*/

.remops-template-page .green-bgarea {
  background-color: #84bd00;
  color: white;
}
.remops-template-page .text-green {
  color: #84bd00;
}
.remops-template-page .bg-green {
  background-color: #84bd00;
}
.remops-template-page .purple-bgarea {
  background-color: #7d55c7;
  color: white;
}
.remops-template-page .red-bgarea {
  background-color: #d22630;
  color: white;
}

.remops-template-page .float-box {
  border-radius: 10px;
  position: relative;
}

.remops-template-page .fixed-height {
  min-height: 500px;
}

.remops-template-page .fixed-height-smaller {
  min-height: 500px;
}
.remops-template-page .generic-text-elements {
  position: relative;
}
.remops-template-page .generic-text-elements h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300 !important;
  margin-bottom: 0.2rem;
}
.remops-template-page .remops-template-page .generic-text-elements h2 {
  font-weight: 900;
  margin-bottom: 20px;
}

.remops-template-page #whitepaper img,
.remops-template-page #total-control img {
  width: 600px;
  height: auto;
  position: absolute;
  top: 60px;
}

.remops-template-page #whitepaper img {
  right: 60%;
}
.remops-template-page #total-control img {
  left: 60%;
}

.remops-template-page #total-control h2 {
  color: #fff;
}

.remops-template-page #total-control .btn-red:hover {
  background-color: #87292f;
}
.remops-template-page #introduction h2 {
  color: #7d55c7;
}
.remops-template-page #introduction img {
  width: 100%;
  height: auto;
}
.remops-template-page .hero-banner-abm {
  background-color: #7d55c7;
  position: relative;
}
.remops-template-page .hero-banner-abm-fixed-height {
  min-height: 350px;
}
.remops-template-page .hero-banner-abm h1 {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 500;
}
.remops-template-page .hero-banner-abm h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.remops-template-page .cover-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.remops-template-page .hero-banner-abm img.bg-hero-1,
.remops-template-page .hero-banner-abm img.bg-hero-2,
.remops-template-page .hero-banner-abm img.bg-hero-3,
.remops-template-page .hero-banner-abm img.bg-hero-4 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 420px;
  pointer-events: none;
}

.remops-template-page .hero-banner-abm img.logo-width {
  max-width: 120px;
  border-radius: 10px;
}

.remops-template-page #improvements h2,
.remops-template-page #improvements h3 {
  font-weight: 900;
  color: #7d55c7;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.remops-template-page #improvements .holder .row {
  border-bottom: 3px solid #7d55c7;
}
.remops-template-page #improvements .border-on {
  border-right: 3px solid #7d55c7;
}
.remops-template-page #improvements img {
  max-width: 250px;
  width: 100%;
}

.remops-template-page #tailor-solution .step {
  background-color: white;
  color: #84bd00;
  font-size: 40px;
  border-radius: 20px;
}
.remops-template-page #tailor-solution .border-holder {
  border-radius: 30px;
  border: 3px solid white;
  background-color: #84bd00;
  width: 140%;
  z-index: 10;
  position: relative;
}
.remops-template-page #tailor-solution .border-holder.left {
  margin-left: -40%;
}
.remops-template-page #tailor-solution .border-holder.right {
  margin-right: -40%;
}
.remops-template-page #tailor-solution .img-block {
  width: 70%;
  height: 420px;
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
}
.remops-template-page #tailor-solution .flex-bind {
  width: 30%;
}
.remops-template-page #tailor-solution .triangle {
  color: white;
  font-size: 40px;
}

.remops-template-page #improvements,
.remops-template-page #tailor-solution,
.remops-template-page #total-control {
  display: none;
}

.remops-template-page #improvements.on,
.remops-template-page #tailor-solution.on,
.remops-template-page #total-control.on {
  display: block;
}

@media only screen and (max-width: 1200px) {
  .remops-template-page .hero-banner-abm img.bg-hero-1 {
    height: 450px;
  }
}
@media only screen and (max-width: 768px) {
  .remops-template-page .intro .border-left-green,
  .remops-template-page .going-ai .border-left-white {
    border-left: none;
  }
  .remops-template-page #whitepaper img,
  .remops-template-page #total-control img {
    position: relative;
    height: auto;
    width: 100%;
    right: auto;
    left: auto;
    bottom: auto;
    top: auto;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 90%;
  }
  .remops-template-page .fixed-height,
  .remops-template-page .fixed-height-smaller {
    min-height: 0;
  }
  .remops-template-page .hero-banner-abm img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .remops-template-page .hero-banner-abm img.bg-hero-1 {
    position: relative;
  }
  .remops-template-page .mobile-holder-hero {
    position: relative;
    width: 100%;
  }
  .remops-template-page .ebook-abm img {
    width: 100%;
    margin-top: 20px;
  }
  .remops-template-page .hero-banner-abm-fixed-height {
    min-height: 0;
  }
  .remops-template-page #improvements .border-on {
    border-right: none;
  }
  .remops-template-page #improvements img {
    max-width: 125px;
    display: block;
    margin: 0 auto;
  }
  .remops-template-page #tailor-solution .border-holder.left {
    width: 170%;
    margin-left: -70%;
  }
  .remops-template-page #tailor-solution .border-holder.right {
    width: 170%;
    margin-right: -70%;
  }
  .remops-template-page #tailor-solution .step {
    font-size: 20px;
  }
  .remops-template-page .mobile-holder-hero {
    position: relative;
    width: 100%;
  }
  .remops-template-page .mobile-holder-hero {
    height: 420px;
    position: relative;
  }
  .remops-template-page .hero-banner-abm .mobile-holder-hero img.bg-hero-1 {
    position: absolute;
    right: -15px;
    bottom: 0;
    height: 420px;
    pointer-events: none;
  }
}

.remops-template-page .btn-press {
  background-color: #e7e7e7;
  border-radius: 30px;
  border-radius: 30px;
  color: #212529;
  font-size: 20px;
  transition: 0.3s;
  cursor: pointer;
}
.remops-template-page .btn-press .number {
  color: #84bd00;
}
.remops-template-page .btn-press:hover {
  opacity: 0.7;
}
.remops-template-page #btn-1.on {
  background-color: #7d55c7;
  color: white;
}
.remops-template-page #btn-2.on {
  background-color: #84bd00;
  color: white;
}
.remops-template-page #btn-3.on {
  background-color: #7d55c7;
  color: white;
}
.remops-template-page .btn-press .number {
  font-size: 60px;
}

.remops-template-page #btn-1.on .number,
.remops-template-page #btn-2.on .number,
.remops-template-page #btn-3.on .number {
  color: white;
}
.remops-template-page .arrow-down {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #e7e7e7;
  margin: 0 auto;
  transition: 0.3s;
}
.remops-template-page #holder-1.on .arrow-down {
  border-top: 30px solid #7d55c7;
}
.remops-template-page #holder-2.on .arrow-down {
  border-top: 30px solid #84bd00;
}
.remops-template-page #holder-3.on .arrow-down {
  border-top: 30px solid #7d55c7;
}

/* cat forms*/

#cat-form {
  height: 30px;
}

/* Energy Template*/

.energy-template-page .green-bgarea {
  background-color: #84bd00;
  color: white;
}
.energy-template-page .text-green {
  color: #84bd00;
}
.energy-template-page .bg-grey {
  background-color: #f1f1f1;
}
.energy-template-page .bg-green {
  background-color: #84bd00;
}
.energy-template-page .purple-bgarea {
  background-color: #7d55c7;
  color: white;
}
.energy-template-page .red-bgarea {
  background-color: #d22630;
  color: white;
}
.energy-template-page .bg-blue {
  background-color: #2c185e;
}
.energy-template-page .btn-section a {
  transition: 0.3s;
}
.energy-template-page .btn-section a.red-bgarea:hover {
  background-color: #87292f;
}
.energy-template-page .btn-section a.green-bgarea:hover {
  background-color: #146c43;
}
.energy-template-page .btn-section a.purple-bgarea:hover {
  background-color: #402c67;
}

.energy-template-page .btn-section h4 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.energy-template-page .intro h2 {
  font-size: 40px;
  text-align: right;
  color: #84bd00;
  font-weight: 900;
  padding-bottom: 0;
  margin-bottom: 0;
}
.energy-template-page .intro .border-left-green {
  border-left: 3px solid #84bd00;
}
.energy-template-page .news-section img {
  width: 100%;
  height: 300px;
  background-color: white;
  object-fit: cover;
  object-position: center;
}
.energy-template-page .text-blue {
  color: #2c185e;
}
.energy-template-page .news-section h3 {
  font-weight: 700;
}
.energy-template-page .float-box {
  border-radius: 10px;
  position: relative;
}

.energy-template-page .abm-journey h2 {
  margin-bottom: 60px;
  color: #84bd00;
}
.energy-template-page .abm-journey .img-wrap {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  border: 3px solid #84bd00;
  background-color: white;
  position: absolute;
  left: calc(50% - 90px);
  top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.energy-template-page .abm-journey .img-wrap img {
  height: 110px;
  position: absolute;
  width: 110px;
  object-position: center;
  object-fit: contain;
  border-radius: 50%;
}
.energy-template-page .abm-journey .float-box h4 {
  margin-top: 120px;
}
.energy-template-page .going-abm h2 {
  font-size: 40px;
  text-align: right;
  color: white;
  font-weight: 900;
  padding-bottom: 0;
  margin-bottom: 0;
}
.energy-template-page .going-abm .border-left-white {
  border-left: 3px solid white;
}
.energy-template-page .going-abm h4 {
  color: #84bd00;
  font-weight: 700;
}

.energy-template-page .fixed-height {
  min-height: 500px;
}

.energy-template-page .fixed-height-smaller {
  min-height: 500px;
}
.energy-template-page .generic-text-elements {
  position: relative;
}
.energy-template-page .generic-text-elements h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300 !important;
  margin-bottom: 0.2rem;
}
.energy-template-page .generic-text-elements h2 {
  font-weight: 900;
  margin-bottom: 20px;
}

.energy-template-page #whitepaper img,
.energy-template-page #datasheet img {
  width: 600px;
  height: auto;
  position: absolute;
  bottom: 0;
}

.energy-template-page #whitepaper img {
  right: 60%;
}
.energy-template-page #datasheet img {
  left: 60%;
}

.energy-template-page #datasheet h2 {
  color: #d22630;
}
.energy-template-page #datasheet .btn-red {
  background-color: #d22630;
  transition: 0.3s;
  color: white;
}
.energy-template-page #datasheet .btn-red:hover {
  background-color: #87292f;
}
.energy-template-page #webinar h2 {
  color: #84bd00;
}
.energy-template-page #webinar img {
  width: 100%;
  height: auto;
}

.energy-template-page .hero-banner-abm {
  background-color: #7d55c7;
  position: relative;
}
.energy-template-page .hero-banner-abm-fixed-height {
  min-height: 350px;
}
.energy-template-page .hero-banner-abm h1 {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #fff;
}
.energy-template-page .hero-banner-abm h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.energy-template-page .cover-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.energy-template-page .hero-banner-abm img.bg-hero-1,
.energy-template-page .hero-banner-abm img.bg-hero-2,
.energy-template-page .hero-banner-abm img.bg-hero-3,
.energy-template-page .hero-banner-abm img.bg-hero-4 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 420px;
  pointer-events: none;
  width: 100%;
  object-fit: cover;
  object-position: right center;
}

.energy-template-page .hero-banner-abm img.logo-width {
  max-width: 120px;
  max-height: 100px;
  object-position: center;
  object-fit: contain;
}
.energy-template-page .hero-btn {
  padding-top: 15px;
  padding-bottom: 15px;
}

.energy-template-page .going-abm h3 {
  font-size: 1.5rem;
}
.energy-template-page .ebook-abm ul {
  padding-left: 1.1rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
.energy-template-page .ebook-abm ul li {
  padding-bottom: 10px;
}
.energy-template-page .ebook-abm .bg-grey {
  border-radius: 10px;
}
.energy-template-page .ebook-abm img {
  width: 120%;
  margin-top: -80px;
}
.energy-template-page .video-area video {
  width: 100%;
  border-radius: 20px;
  cursor: pointer;
}

.energy-template-page .download-email-popup {
  background-color: #7d55c7;
  position: fixed;
  top: 0;
  left: -100vw;
  height: 100vh;
  width: 100vw;
  z-index: 500;
  transition: 0.5s;
  opacity: 0;
}
.energy-template-page .download-email-popup.open {
  left: 0;
  opacity: 1;
}
.energy-template-page .download-email-popup .contact-form {
  background-color: white;
  border-radius: 20px;
  width: 100%;
}
.energy-template-page .download-email-popup img {
  width: 100%;
}
.energy-template-page .download-form {
  overflow: hidden;
}
.energy-template-page .overflow-element {
  overflow-y: scroll;
  height: 100%;
}
.energy-template-page #close-btn {
  background-color: #d22630;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -25px;
  right: -25px;
  cursor: pointer;
}
.energy-template-page #close-btn div > div {
  height: 25px;
  width: 4px;
  border-radius: 10px;
  background-color: white;
  position: absolute;
  top: 12.5px;
  left: 23px;
}
.energy-template-page #close-btn .line-one {
  transform: rotate(45deg);
}
.energy-template-page #close-btn .line-two {
  transform: rotate(-45deg);
}

.energy-template-page .icon-img {
  max-width: 146px;
}

.energy-template-page .icon-1 {
  animation-name: icon-move-1;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}
.energy-template-page .social .list-unstyled {
  display: none !important;
}
@keyframes icon-move-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1200px) {
  .energy-template-page .abm-journey .col-lg-3 {
    margin-bottom: 100px;
  }

  .energy-template-page .hero-banner-abm img.bg-hero-1 {
    height: 450px;
  }
}
@media only screen and (max-width: 768px) {
  .energy-template-page .intro h2,
  .energy-template-page .going-abm h2 {
    font-size: 50px;
    text-align: left;
    padding-bottom: 20px;
  }
  .energy-template-page .intro h2 br {
    display: none;
  }
  .energy-template-page .intro .border-left-green,
  .energy-template-page .going-abm .border-left-white {
    border-left: none;
  }
  .energy-template-page #whitepaper img,
  .energy-template-page #datasheet img {
    position: relative;
    height: auto;
    width: 100%;
    right: auto;
    left: auto;
    bottom: auto;
    margin-top: 3rem;
  }
  .energy-template-page .fixed-height,
  .energy-template-page .fixed-height-smaller {
    min-height: 0;
  }
  .energy-template-page .hero-banner-abm img.bg-hero-1 {
    position: relative;
    left: -30%;
    bottom: 0;
    width: calc(150% + 30px);
    object-fit: cover;
    object-position: right center;
    right: auto;
  }
  .energy-template-page .hero-banner-abm img.bg-hero-1 {
    position: relative;
  }
  .energy-template-page .mobile-holder-hero {
    position: relative;
    width: 100%;
  }
  .energy-template-page .ebook-abm img {
    width: 100%;
    margin-top: 20px;
  }
  .energy-template-page .hero-banner-abm-fixed-height {
    min-height: 0;
  }
  .energy-template-page #close-btn {
    top: -25px;
    right: -10px;
  }
}
/* anchor block*/

.anchor-point {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

/* news letters*/
.newsletter img {
  height: 150px;
  object-position: center;
  object-fit: cover;
}

#baguetteBox-overlay {
  display: none;
}

.energy-template-page .video-placeholder-normal {
  padding-top: 0;
  margin-top: -56.25%;
}
.hero-banner-new-header .row {
  z-index: 2;
  position: relative;
}
.topBar {
  background-color: white;
}

/*new banner*/
.top-banner {
  display: none;
  color: #fff;
  padding: 10px 20px;
  width: 100%;
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
}
#top-banner.show {
  display: flex;
}
.top-banner p {
  margin: 0;
}
.top-banner .btn {
  min-width: 150px;
}
.top-banner button {
  background: none;
  border: 1px solid white;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.top-banner button:hover {
  background-color: white;
  color: black;
}

.top-banner h1,
.top-banner h2,
.top-banner h3,
.top-banner h4,
.top-banner h5,
.top-banner p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.topBar {
  background-color: white;
}

.bg-purple {
  background-color: #7d55c7;
}

.bg-blue {
  background-color: #2c185e;
}
.bg-green {
  background-color: #84bd00;
}
.bg-red {
  background-color: #d22630;
}
.aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.energy-subscribe-box {
  background-color: #f1f1f1;
  border-radius: 10px;
}
.energy-subscribe-box form input[type="email"] {
  border-radius: 0;
  color: #2c185e;
}
.energy-subscribe-box form input[type="email"]::placeholder {
  color: #2c185e !important;
}
.energy-subscribe-box form input[type="submit"] {
  border-radius: 5px;
  width: 100% !important;
}