/* Note: If need Disable Decimal-value functionilty open function.scss file */
/* mini laptop resolution 1349 X 662 and 1246 X 681 and 1218 X 672 */
/* Mozila Firefox */
/* Slick Slider */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  --webkit-touch-callout: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.slick-loading .slick-slider .slick-track {
  visibility: hidden;
}
.slick-slide {
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slider .slick-dots {
  position: relative;
  width: 100%;
  margin: 0.94rem 0;
  padding: 0;
  text-align: center;
}
.slick-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  line-height: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.slick-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 0;
  border: 2px solid #09BDC9;
  border-radius: 100%;
  font-size: 0;
  background-color: #0A1940;
  transition: background-color ease 0.3s, opacity ease 0.3s;
  outline: none;
}
.slick-slider .slick-dots li button:focus, .slick-slider .slick-dots li button:hover {
  outline: none;
  cursor: pointer;
  background-color: #09BDC9;
  opacity: 0.8;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #09BDC9;
}

.slick-arrow {
  --sArrowWidth: 20px;
  position: absolute;
  top: calc(50% - var(--sArrowWidth) / 2);
  padding: 0;
  width: var(--sArrowWidth);
  height: var(--sArrowWidth);
  font-size: 0;
  background-color: transparent;
  box-shadow: none;
  border: calc(var(--sArrowWidth) / 4) solid #0A1940;
  border-top: 0;
  border-right: 0;
  transition: border-color ease 0.3s;
  z-index: 9;
}
.slick-arrow:focus, .slick-arrow:hover {
  outline: none;
  cursor: pointer;
  border-color: #09BDC9;
}
.slick-arrow.slick-prev {
  left: 0;
  border-top: 0;
  border-right: 0;
  transform: rotate(45deg);
}
.slick-arrow.slick-next {
  right: 0;
  transform: rotate(-135deg);
}
.slick-arrow.slick-hidden {
  display: none;
}

/* fancybox v3.5.7 */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-show-infobar .fancybox-infobar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide {
  display: block;
}

.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--map .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--pdf .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc;
}
.fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled] {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--fsexit svg:first-child {
  display: none;
}

.fancybox-button--pause svg:first-child {
  display: none;
}

.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small {
  display: none;
}

.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

/*
@supports (padding: max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
	}
}
*/
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  /*
  @supports (padding: max(0px)) {
  	.fancybox-caption {
  		padding-left: max(12px, env(safe-area-inset-left));
  		padding-right: max(12px, env(safe-area-inset-right));
  	}
  }
     */
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@font-face {
  font-family: "undefend-icon";
  src: url("../fonts/undefend-icon.eot");
  src: url("../fonts/undefend-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/undefend-icon.woff") format("woff"), url("../fonts/undefend-icon.ttf") format("truetype"), url("../fonts/undefend-icon.svg#undefend-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "undefend-icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
  content: "\e90a";
}

.icon-home-icon:before {
  content: "\e909";
  color: #fff;
}

.icon-message-icon:before {
  content: "\e907";
  color: #fff;
}

.icon-right-arrow:before {
  content: "\e906";
}

.icon-play-icon:before {
  content: "\e905";
  color: #fff;
}

.icon-quote-icon:before {
  content: "\e904";
}

.icon-phone-icon:before {
  content: "\e908";
  color: #fff;
}

.icon-btn-arrow:before {
  content: "\e903";
  color: #fff;
}

.icon-linkedin:before {
  content: "\e900";
}

.icon-Youtube-icon:before {
  content: "\e901";
}

.icon-facebook-icon:before {
  content: "\e902";
}

/* Reset css
   ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: inherit;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}

/* Text-level semantics
   ========================================================================== */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
audio,
video,
iframe {
  display: inline-block;
}

/**
 * Basic typography style for copy text
 */
html {
  font-size: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  min-height: 100%;
  height: auto;
  color: #0A1940;
  font-size: 1rem;
  font-family: "roboto", sans-serif;
  line-height: 1.5;
  background-color: #ffffff;
  word-break: break-word;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
}
body.scroll-fixed {
  overflow: hidden;
}

h1,
.h1 {
  margin-bottom: 0.94rem;
  color: #0A1940;
  font-family: inherit;
  font-size: 3.69rem;
  font-weight: 700;
  line-height: 1.1;
  line-height: 1.17;
}
@media (max-width: 767px) {
  h1,
.h1 {
    font-size: 2.46rem;
  }
}
h1 a,
.h1 a {
  display: block;
  color: inherit;
  text-decoration: none;
}

h2,
.h2 {
  margin-bottom: 0.94rem;
  color: #0A1940;
  font-family: inherit;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 767px) {
  h2,
.h2 {
    font-size: 1.6666666667rem;
  }
}
h2 a,
.h2 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 991px) {
  h2,
.h2 {
    font-size: 2.18rem;
  }
}

h3,
.h3 {
  margin-bottom: 0.94rem;
  color: #0A1940;
  font-family: inherit;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 767px) {
  h3,
.h3 {
    font-size: 1.5rem;
  }
}
h3 a,
.h3 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 991px) {
  h3,
.h3 {
    font-size: 1.88rem;
  }
}

h4,
.h4 {
  margin-bottom: 0.94rem;
  color: #0A1940;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 767px) {
  h4,
.h4 {
    font-size: 1rem;
  }
}
h4 a,
.h4 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h4,
.h4 {
    font-size: 1.38rem;
  }
}

h5,
.h5 {
  margin-bottom: 0.94rem;
  color: #0A1940;
  font-family: inherit;
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 767px) {
  h5,
.h5 {
    font-size: 0.92rem;
  }
}
h5 a,
.h5 a {
  display: block;
  color: inherit;
  text-decoration: none;
}

h6,
.h6 {
  margin-bottom: 0.94rem;
  color: #0A1940;
  font-family: inherit;
  font-size: 1.13rem;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 767px) {
  h6,
.h6 {
    font-size: 0.7533333333rem;
  }
}
h6 a,
.h6 a {
  display: block;
  color: inherit;
  text-decoration: none;
}

p {
  margin-bottom: 0.94rem;
}
p:last-child {
  margin-bottom: 0;
}

ul {
  padding-left: 0.63rem;
  margin-bottom: 0.94rem;
}
ul ul {
  margin-bottom: 0;
}
ul li {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}
ul li:last-child {
  padding-bottom: 0;
}

ol {
  padding-left: 1.25rem;
  margin-bottom: 0.94rem;
}
ol ol {
  margin-bottom: 0;
}
ol li {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}
ol li:last-child {
  padding-bottom: 0;
}

blockquote {
  position: relative;
  display: block;
  margin-bottom: 1.57rem;
  padding: 1.25rem 1.25rem;
  text-align: left;
  line-height: 2;
  font-size: 1.13rem;
  font-style: italic;
  color: #000000;
  background-color: #BCBCBC;
  border-left: 0.25rem solid #0A1940;
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

hr {
  height: 0;
  margin: 0.63rem auto 2.5rem;
  border: 0 #000000 solid;
  border-top-width: 0.07rem;
  overflow: visible;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: none;
}
img[src$=".svg"] {
  max-height: 100%;
}

picture {
  display: inline-block;
  vertical-align: top;
}

/* Link
------------------------------------------------------------------------------*/
a {
  color: #0A1940;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
a:hover, a:focus {
  color: #000000;
  text-decoration: underline;
  outline: none;
}

/* Tables
------------------------------------------------------------------------------*/
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table td {
  text-align: left;
  font-weight: normal;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td,
.table-bordered th {
  vertical-align: bottom;
  border-bottom: 0.07rem solid #BCBCBC;
  padding: 0.63rem;
}

/**
 * Main content containers
 */
.container-fluid, .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.88rem;
  padding-right: 1.88rem;
}
@media (max-width: 991px) {
  .container-fluid, .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.container {
  max-width: 71.89rem;
}
/* row and column */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-1.88rem / 2);
  margin-left: calc(-1.88rem / 2);
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*=cell-] {
  padding-right: 0;
  padding-left: 0;
}

[class*=cell-] {
  position: relative;
  width: 100%;
  padding-left: calc(1.88rem / 2);
  padding-right: calc(1.88rem / 2);
}

/* align item */
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex-inline {
  display: inline-flex;
}
.d-flex img {
  align-self: center;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-content-center {
  align-content: center;
}
.alignnone {
  float: none;
  margin: 1.25rem 0;
}
.aligncenter {
  display: block;
  clear: both;
  margin: 1.25rem auto;
}
.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}
.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}

/* text alignment */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

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

.text-white {
  color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.text-black {
  color: #000000;
}

/* column structure */
.cell-1 {
  width: 8.3333333333%;
}

.cell-2 {
  width: 16.6666666667%;
}

.cell-3 {
  width: 25%;
}

.cell-4 {
  width: 33.3333333333%;
}

.cell-5 {
  width: 41.6666666667%;
}

.cell-6 {
  width: 50%;
}

.cell-7 {
  width: 58.3333333333%;
}

.cell-8 {
  width: 66.6666666667%;
}

.cell-9 {
  width: 75%;
}

.cell-10 {
  width: 83.3333333333%;
}

.cell-11 {
  width: 91.6666666667%;
}

.cell-12 {
  width: 100%;
}

.mt-30,
.m-30,
.my-30 {
  margin-top: 1.875rem;
}

.pt-30,
.p-30,
.py-30 {
  padding-top: 1.875rem;
}

.mb-30,
.m-30,
.my-30 {
  margin-bottom: 1.875rem;
}

.pb-30,
.p-30,
.py-30 {
  padding-bottom: 1.875rem;
}

.ml-30,
.m-30,
.mx-30 {
  margin-left: 1.875rem;
}

.pl-30,
.p-30,
.px-30 {
  padding-left: 1.875rem;
}

.mr-30,
.m-30,
.mx-30 {
  margin-right: 1.875rem;
}

.pr-30,
.p-30,
.px-30 {
  padding-right: 1.875rem;
}

@media (min-width: 576px) {
  .cell-sm-1 {
    width: 8.3333333333%;
  }

  .cell-sm-2 {
    width: 16.6666666667%;
  }

  .cell-sm-3 {
    width: 25%;
  }

  .cell-sm-4 {
    width: 33.3333333333%;
  }

  .cell-sm-5 {
    width: 41.6666666667%;
  }

  .cell-sm-6 {
    width: 50%;
  }

  .cell-sm-7 {
    width: 58.3333333333%;
  }

  .cell-sm-8 {
    width: 66.6666666667%;
  }

  .cell-sm-9 {
    width: 75%;
  }

  .cell-sm-10 {
    width: 83.3333333333%;
  }

  .cell-sm-11 {
    width: 91.6666666667%;
  }

  .cell-sm-12 {
    width: 100%;
  }

  .mt-sm-30,
.m-sm-30,
.my-sm-30 {
    margin-top: 1.875rem;
  }

  .pt-sm-30,
.p-sm-30,
.py-sm-30 {
    padding-top: 1.875rem;
  }

  .mb-sm-30,
.m-sm-30,
.my-sm-30 {
    margin-bottom: 1.875rem;
  }

  .pb-sm-30,
.p-sm-30,
.py-sm-30 {
    padding-bottom: 1.875rem;
  }

  .ml-sm-30,
.m-sm-30,
.mx-sm-30 {
    margin-left: 1.875rem;
  }

  .pl-sm-30,
.p-sm-30,
.px-sm-30 {
    padding-left: 1.875rem;
  }

  .mr-sm-30,
.m-sm-30,
.mx-sm-30 {
    margin-right: 1.875rem;
  }

  .pr-sm-30,
.p-sm-30,
.px-sm-30 {
    padding-right: 1.875rem;
  }

  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }

  .align-sm-items-start {
    align-items: flex-start;
  }
  .align-sm-items-center {
    align-items: center;
  }
  .align-sm-items-end {
    align-items: flex-end;
  }
  .align-sm-content-center {
    align-content: center;
  }

  .justify-sm-content-start {
    justify-content: flex-start;
  }
  .justify-sm-content-center {
    justify-content: center;
  }
  .justify-sm-content-end {
    justify-content: flex-end;
  }
  .justify-sm-content-between {
    justify-content: space-between;
  }
  .justify-sm-content-around {
    justify-content: space-around;
  }
  .justify-sm-content-evenly {
    justify-content: space-evenly;
  }

  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .cell-md-1 {
    width: 8.3333333333%;
  }

  .cell-md-2 {
    width: 16.6666666667%;
  }

  .cell-md-3 {
    width: 25%;
  }

  .cell-md-4 {
    width: 33.3333333333%;
  }

  .cell-md-5 {
    width: 41.6666666667%;
  }

  .cell-md-6 {
    width: 50%;
  }

  .cell-md-7 {
    width: 58.3333333333%;
  }

  .cell-md-8 {
    width: 66.6666666667%;
  }

  .cell-md-9 {
    width: 75%;
  }

  .cell-md-10 {
    width: 83.3333333333%;
  }

  .cell-md-11 {
    width: 91.6666666667%;
  }

  .cell-md-12 {
    width: 100%;
  }

  .mt-md-30,
.m-md-30,
.my-md-30 {
    margin-top: 1.875rem;
  }

  .pt-md-30,
.p-md-30,
.py-md-30 {
    padding-top: 1.875rem;
  }

  .mb-md-30,
.m-md-30,
.my-md-30 {
    margin-bottom: 1.875rem;
  }

  .pb-md-30,
.p-md-30,
.py-md-30 {
    padding-bottom: 1.875rem;
  }

  .ml-md-30,
.m-md-30,
.mx-md-30 {
    margin-left: 1.875rem;
  }

  .pl-md-30,
.p-md-30,
.px-md-30 {
    padding-left: 1.875rem;
  }

  .mr-md-30,
.m-md-30,
.mx-md-30 {
    margin-right: 1.875rem;
  }

  .pr-md-30,
.p-md-30,
.px-md-30 {
    padding-right: 1.875rem;
  }

  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }

  .align-md-items-start {
    align-items: flex-start;
  }
  .align-md-items-center {
    align-items: center;
  }
  .align-md-items-end {
    align-items: flex-end;
  }
  .align-md-content-center {
    align-content: center;
  }

  .justify-md-content-start {
    justify-content: flex-start;
  }
  .justify-md-content-center {
    justify-content: center;
  }
  .justify-md-content-end {
    justify-content: flex-end;
  }
  .justify-md-content-between {
    justify-content: space-between;
  }
  .justify-md-content-around {
    justify-content: space-around;
  }
  .justify-md-content-evenly {
    justify-content: space-evenly;
  }

  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cell-lg-1 {
    width: 8.3333333333%;
  }

  .cell-lg-2 {
    width: 16.6666666667%;
  }

  .cell-lg-3 {
    width: 25%;
  }

  .cell-lg-4 {
    width: 33.3333333333%;
  }

  .cell-lg-5 {
    width: 41.6666666667%;
  }

  .cell-lg-6 {
    width: 50%;
  }

  .cell-lg-7 {
    width: 58.3333333333%;
  }

  .cell-lg-8 {
    width: 66.6666666667%;
  }

  .cell-lg-9 {
    width: 75%;
  }

  .cell-lg-10 {
    width: 83.3333333333%;
  }

  .cell-lg-11 {
    width: 91.6666666667%;
  }

  .cell-lg-12 {
    width: 100%;
  }

  .mt-lg-30,
.m-lg-30,
.my-lg-30 {
    margin-top: 1.875rem;
  }

  .pt-lg-30,
.p-lg-30,
.py-lg-30 {
    padding-top: 1.875rem;
  }

  .mb-lg-30,
.m-lg-30,
.my-lg-30 {
    margin-bottom: 1.875rem;
  }

  .pb-lg-30,
.p-lg-30,
.py-lg-30 {
    padding-bottom: 1.875rem;
  }

  .ml-lg-30,
.m-lg-30,
.mx-lg-30 {
    margin-left: 1.875rem;
  }

  .pl-lg-30,
.p-lg-30,
.px-lg-30 {
    padding-left: 1.875rem;
  }

  .mr-lg-30,
.m-lg-30,
.mx-lg-30 {
    margin-right: 1.875rem;
  }

  .pr-lg-30,
.p-lg-30,
.px-lg-30 {
    padding-right: 1.875rem;
  }

  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }

  .align-lg-items-start {
    align-items: flex-start;
  }
  .align-lg-items-center {
    align-items: center;
  }
  .align-lg-items-end {
    align-items: flex-end;
  }
  .align-lg-content-center {
    align-content: center;
  }

  .justify-lg-content-start {
    justify-content: flex-start;
  }
  .justify-lg-content-center {
    justify-content: center;
  }
  .justify-lg-content-end {
    justify-content: flex-end;
  }
  .justify-lg-content-between {
    justify-content: space-between;
  }
  .justify-lg-content-around {
    justify-content: space-around;
  }
  .justify-lg-content-evenly {
    justify-content: space-evenly;
  }

  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cell-xl-1 {
    width: 8.3333333333%;
  }

  .cell-xl-2 {
    width: 16.6666666667%;
  }

  .cell-xl-3 {
    width: 25%;
  }

  .cell-xl-4 {
    width: 33.3333333333%;
  }

  .cell-xl-5 {
    width: 41.6666666667%;
  }

  .cell-xl-6 {
    width: 50%;
  }

  .cell-xl-7 {
    width: 58.3333333333%;
  }

  .cell-xl-8 {
    width: 66.6666666667%;
  }

  .cell-xl-9 {
    width: 75%;
  }

  .cell-xl-10 {
    width: 83.3333333333%;
  }

  .cell-xl-11 {
    width: 91.6666666667%;
  }

  .cell-xl-12 {
    width: 100%;
  }

  .mt-xl-30,
.m-xl-30,
.my-xl-30 {
    margin-top: 1.875rem;
  }

  .pt-xl-30,
.p-xl-30,
.py-xl-30 {
    padding-top: 1.875rem;
  }

  .mb-xl-30,
.m-xl-30,
.my-xl-30 {
    margin-bottom: 1.875rem;
  }

  .pb-xl-30,
.p-xl-30,
.py-xl-30 {
    padding-bottom: 1.875rem;
  }

  .ml-xl-30,
.m-xl-30,
.mx-xl-30 {
    margin-left: 1.875rem;
  }

  .pl-xl-30,
.p-xl-30,
.px-xl-30 {
    padding-left: 1.875rem;
  }

  .mr-xl-30,
.m-xl-30,
.mx-xl-30 {
    margin-right: 1.875rem;
  }

  .pr-xl-30,
.p-xl-30,
.px-xl-30 {
    padding-right: 1.875rem;
  }

  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }

  .align-xl-items-start {
    align-items: flex-start;
  }
  .align-xl-items-center {
    align-items: center;
  }
  .align-xl-items-end {
    align-items: flex-end;
  }
  .align-xl-content-center {
    align-content: center;
  }

  .justify-xl-content-start {
    justify-content: flex-start;
  }
  .justify-xl-content-center {
    justify-content: center;
  }
  .justify-xl-content-end {
    justify-content: flex-end;
  }
  .justify-xl-content-between {
    justify-content: space-between;
  }
  .justify-xl-content-around {
    justify-content: space-around;
  }
  .justify-xl-content-evenly {
    justify-content: space-evenly;
  }

  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-left {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .cell-xxl-1 {
    width: 8.3333333333%;
  }

  .cell-xxl-2 {
    width: 16.6666666667%;
  }

  .cell-xxl-3 {
    width: 25%;
  }

  .cell-xxl-4 {
    width: 33.3333333333%;
  }

  .cell-xxl-5 {
    width: 41.6666666667%;
  }

  .cell-xxl-6 {
    width: 50%;
  }

  .cell-xxl-7 {
    width: 58.3333333333%;
  }

  .cell-xxl-8 {
    width: 66.6666666667%;
  }

  .cell-xxl-9 {
    width: 75%;
  }

  .cell-xxl-10 {
    width: 83.3333333333%;
  }

  .cell-xxl-11 {
    width: 91.6666666667%;
  }

  .cell-xxl-12 {
    width: 100%;
  }

  .mt-xxl-30,
.m-xxl-30,
.my-xxl-30 {
    margin-top: 1.875rem;
  }

  .pt-xxl-30,
.p-xxl-30,
.py-xxl-30 {
    padding-top: 1.875rem;
  }

  .mb-xxl-30,
.m-xxl-30,
.my-xxl-30 {
    margin-bottom: 1.875rem;
  }

  .pb-xxl-30,
.p-xxl-30,
.py-xxl-30 {
    padding-bottom: 1.875rem;
  }

  .ml-xxl-30,
.m-xxl-30,
.mx-xxl-30 {
    margin-left: 1.875rem;
  }

  .pl-xxl-30,
.p-xxl-30,
.px-xxl-30 {
    padding-left: 1.875rem;
  }

  .mr-xxl-30,
.m-xxl-30,
.mx-xxl-30 {
    margin-right: 1.875rem;
  }

  .pr-xxl-30,
.p-xxl-30,
.px-xxl-30 {
    padding-right: 1.875rem;
  }

  .d-xxl-none {
    display: none;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-flex {
    display: flex;
  }

  .align-xxl-items-start {
    align-items: flex-start;
  }
  .align-xxl-items-center {
    align-items: center;
  }
  .align-xxl-items-end {
    align-items: flex-end;
  }
  .align-xxl-content-center {
    align-content: center;
  }

  .justify-xxl-content-start {
    justify-content: flex-start;
  }
  .justify-xxl-content-center {
    justify-content: center;
  }
  .justify-xxl-content-end {
    justify-content: flex-end;
  }
  .justify-xxl-content-between {
    justify-content: space-between;
  }
  .justify-xxl-content-around {
    justify-content: space-around;
  }
  .justify-xxl-content-evenly {
    justify-content: space-evenly;
  }

  .text-xxl-center {
    text-align: center;
  }
  .text-xxl-right {
    text-align: right;
  }
  .text-xxl-left {
    text-align: left;
  }
}
input[type=button],
input[type=reset],
input[type=submit], .btn {
  display: inline-block;
  padding: 0.94rem 4.25rem 0.94rem 1.75rem;
  vertical-align: top;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 1.94rem;
  background-color: #09BDC9;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
  position: relative;
}
@media (max-width: 991px) {
  input[type=button],
input[type=reset],
input[type=submit], .btn {
    font-size: 1.32rem;
    padding: 0.94rem 3.44rem 0.94rem 1.75rem;
  }
}
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .btn:hover, input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus, .btn:focus, a:hover input[type=button],
a:hover input[type=reset],
a:hover input[type=submit], a:hover .btn {
  color: #ffffff;
  text-decoration: none;
  background-color: #0A1940;
  cursor: pointer;
}

.btn:after {
  content: "\e903";
  font-family: "undefend-icon";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
@media (max-width: 991px) {
  .btn:after {
    font-size: 16px;
  }
}
.btn-link {
  margin-bottom: 0.13rem;
  color: #0A1940;
  font-size: 1rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.btn-link:hover, .btn-link:focus, a:hover .btn-link {
  color: #09BDC9;
  text-decoration: none;
  border-color: currentColor;
}
.btn-white {
  background: #ffffff;
  color: #09BDC9;
}
.btn-dark-bg:hover, .btn-dark-bg:focus {
  background: #ffffff;
  color: #09BDC9;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
}

form label {
  display: block;
  margin-bottom: 0.63rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "roboto", sans-serif;
  font-size: 0.88rem;
  color: #000000;
}

input,
textarea,
button,
select {
  font-family: "roboto", sans-serif;
}

input[type=url],
input[type=text],
input[type=submit],
input[type=button],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=date],
textarea {
  -webkit-appearance: none;
  outline: none;
}

input[type=url],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=number],
input[type=date],
textarea,
select {
  width: 100%;
  height: 2.63rem;
  padding: 0 0.94rem;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  border: 0.07rem solid #09BDC9;
  border-radius: 0;
}
input[type=url]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
  border-color: #09BDC9;
  outline: none;
}
input[type=url]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
input[type=url]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
input[type=url]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
input[type=url]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

textarea {
  display: block;
  height: 9.38rem;
  padding: 0.63rem 0.94rem;
  resize: none;
  overflow: auto;
}

select {
  -webkit-appearance: none;
  padding-right: 1.875em;
  background-color: transparent;
  background-image: url("../images/select-down-arrow.svg");
  background-size: 0.88rem 0.44rem;
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  cursor: pointer;
}

select:focus {
  outline: none;
}

/* for ie */
select::-ms-expand {
  display: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}

.form-group {
  margin-bottom: 1.25rem;
}

.radio-btn-group .radio-option {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.63rem;
}
.radio-btn-group .radio-option:first-child {
  padding-left: 0;
}
.radio-btn-group .radio-option .radio-custom {
  opacity: 0;
  position: absolute;
}
.radio-btn-group .radio-option .radio-custom:focus + .radio-custom-label {
  outline: none;
}
.radio-btn-group .radio-option .radio-custom:checked + .radio-custom-label:before {
  background-color: #000000;
}
.radio-btn-group .radio-option .radio-custom-label {
  margin: 0;
  cursor: pointer;
  color: #000000;
}
.radio-btn-group .radio-option .radio-custom-label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 0.63rem;
  width: 0.63rem;
  margin-top: 0.19rem;
  margin-right: 0.63rem;
  background-color: #ffffff;
  border: 0.13rem solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0px 2px #000000;
  cursor: pointer;
}

.checkbox input[type=checkbox],
.gfield_checkbox input[type=checkbox] {
  display: none;
  width: initial;
  height: initial;
  margin-bottom: 0;
  padding: 0;
  cursor: pointer;
}
.checkbox input[type=checkbox]:checked + label:after,
.gfield_checkbox input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  display: block;
  width: 0.32rem;
  height: 0.63rem;
  border: solid #09BDC9;
  border-width: 0 0.13rem 0.13rem 0;
  transform: rotate(42deg);
}
.checkbox label,
.gfield_checkbox label {
  position: relative;
  cursor: pointer;
}
.checkbox label::before,
.gfield_checkbox label::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  padding: 0.5rem;
  background-color: transparent;
  border: 0.13rem solid #09BDC9;
  -webkit-appearance: none;
  cursor: pointer;
}

.wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
  min-height: 100%;
}

.main-container {
  width: 100%;
}

.slick-dots li {
  padding: 0 0.32rem;
}

/* responsive nav for small devices */
.hamburger {
  --humburgerBox: 1.57rem;
  display: none;
  align-items: center;
  justify-content: center;
  width: var(--humburgerBox);
  height: var(--humburgerBox);
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: transparent;
  z-index: 999;
}
@media (max-width: 767px) {
  .hamburger {
    display: flex;
  }
}
.hamburger:hover, .hamburger:focus {
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.hamburger span {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  border-radius: 0;
  height: 2px;
  width: 100%;
  background: #0A1940;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  border-radius: 2px;
}
.hamburger span:before, .hamburger span:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #0A1940;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  border-radius: 2px;
}
.hamburger span:before {
  top: -6px;
}
.hamburger span:after {
  bottom: -6px;
}
.hamburger.is-clicked span {
  background-color: transparent !important;
}
.hamburger.is-clicked span:before, .hamburger.is-clicked span:after {
  top: 0;
  background-color: #0A1940;
}
.hamburger.is-clicked span:before {
  transform: rotate(45deg);
}
.hamburger.is-clicked span:after {
  transform: translateY(-6px) rotate(-45deg);
  top: 6px;
}

.mbnav {
  position: relative;
  display: none;
  z-index: 999;
}
@media (max-width: 991px) {
  .mbnav {
    display: block;
  }
}
.mbnav.is-open .btn-wrap {
  transform: translateY(0);
}
.mbnav__state {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 999;
  pointer-events: none;
}
.mbnav__inner {
  position: relative;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mbnav__top {
  display: flex;
  justify-content: space-between;
  background: #09bdc9;
}
.mbnav__logo {
  color: #ffffff;
  padding: 15px;
}
.mbnav .menu-wrap {
  --leftSlide: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: var(--leftSlide);
  transition: 0.4s ease;
}
.mbnav .menu-wrap .menu-wrap {
  right: -100%;
  opacity: 0;
  visibility: hidden;
}
.mbnav .menu-wrap > .menu-inner {
  max-height: 100%;
  padding-top: 5.32rem;
  padding-bottom: 1.25rem;
  background-color: #ffffff;
  pointer-events: auto;
  overflow: hidden auto;
}
.mbnav ul {
  position: static;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 20px;
  transition: 0.4s ease;
}
.mbnav ul li.is-open > .menu-wrap {
  opacity: 1;
  visibility: visible;
}
.mbnav ul li:not(.btn-wrap) {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0 0 0 0;
  list-style: none;
  color: #0A1940;
  font-size: 1.13rem;
  font-weight: 500;
  border-bottom: 1px solid #BCBCBC;
}
.mbnav ul li:not(.btn-wrap):last-child {
  border-bottom: 0;
}
.mbnav ul li:not(.btn-wrap)::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap).has-sub a::after {
  display: none;
}
.mbnav ul li:not(.btn-wrap) .mbnav__caret::before, .mbnav ul li:not(.btn-wrap) a::after {
  content: "";
  --sArrowWidth: 10px;
  display: flex;
  align-items: center;
  margin: auto;
  width: var(--sArrowWidth);
  height: var(--sArrowWidth);
  border: calc(var(--sArrowWidth) / 4) solid #0A1940;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}
.mbnav ul li:not(.btn-wrap) a {
  position: relative;
  display: block;
  padding: 10px 0;
  color: currentColor;
  line-height: 1.3;
  text-decoration: none !important;
  z-index: 2;
  cursor: pointer;
  flex: 1 1 auto;
  order: -1;
}
.mbnav ul li:not(.btn-wrap) a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: 0;
  display: none;
}
.mbnav__caret {
  display: grid;
  align-items: center;
  justify-content: flex-end;
  width: 30px;
  height: auto;
  cursor: pointer;
  z-index: 1;
}
.mbnav__caret:not(.trigger-caret) {
  pointer-events: none;
}
.color-mbnav .mbnav__caret::before {
  color: #0A1940 !important;
}

.mbnav ul li:not(.btn-wrap).is-open > .mbnav__caret:after {
  transform: rotate(0);
}
.mbnav ul li:not(.btn-wrap).has-sub > a {
  flex: 1 1 auto;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  margin: 0;
  transform: translateY(200%);
  transition: 0.4s ease-in-out;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap a {
  display: block;
}
.mbnav ul ul li {
  font-size: 16px;
}
.mbnav ul ul li a {
  padding-left: 25px;
}
.mbnav ul ul li li {
  font-size: 14px;
}
.mbnav ul ul li li a {
  padding-left: 35px;
}
.mbnav ul > li > .sub-menu {
  position: absolute;
  left: 100%;
}
.mbnav ul .back-click {
  width: 100%;
  order: -1;
  color: currentColor;
  padding: 15px 0;
  font-weight: 400;
}
.mbnav ul .back-click::before {
  content: "a";
  font-family: "undefend-icon" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  color: #0A1940;
  margin-right: 15px;
  margin-bottom: 3px;
  font-size: 18px;
  border: 0;
}
.mbnav__backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  transition: all 0.4s ease-in;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  z-index: -1;
}
.mbnav__overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.4s ease-in;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.mbnav__overlay.is-show {
  opacity: 1;
  visibility: visible;
}
.mbnav.is-open .mbnav__state {
  left: 0;
}
.mbnav.is-open .mbnav__backdrop {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}

/*--- header ---*/
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  z-index: 999;
  padding-top: 25px;
  padding-bottom: 30px;
  transition: all 0.3s;
  /* nav */
}
@media (max-width: 767px) {
  .main-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.main-header .brand {
  width: 13.32rem;
}
@media (max-width: 991px) {
  .main-header .brand {
    width: 11.25rem;
  }
}
@media (max-width: 767px) {
  .main-header .brand {
    width: 9.38rem;
  }
}
@media (min-width: 768px) {
  .main-header .mob-social {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-header .right-header {
    display: none;
  }
}
.main-header .right-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-header .top-menu {
  margin-bottom: 1.5rem;
  justify-content: flex-end;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .main-header .top-menu {
    margin-bottom: 0.94rem;
  }
}
.main-header .top-menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-header .top-menu ul li {
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0;
}
.main-header .top-menu ul li a {
  color: #7B7B7B;
  text-decoration: none;
}
.main-header .top-menu ul li a:hover {
  color: #09BDC9;
}
.main-header .top-menu .contact-details ul li {
  position: relative;
  padding: 0 8px;
}
.main-header .top-menu .contact-details ul li:not(:last-child):after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #7B7B7B;
}
.main-header .top-menu .social-icons {
  margin-left: 7px;
}
.main-header .top-menu .social-icons ul {
  margin: 0 -4px;
}
.main-header .top-menu .social-icons ul li {
  padding: 0 4px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .main-header .top-menu .social-icons ul li {
    font-size: 16px;
  }
}
.main-header .top-menu .social-icons ul li a {
  color: #09bdc9;
}
.main-header .top-menu .social-icons ul li a:hover {
  color: #0A1940;
}
.main-header .social-icons {
  margin-left: 7px;
}
@media (max-width: 767px) {
  .main-header .social-icons {
    margin-top: 2px;
  }
}
.main-header .social-icons ul {
  margin: 0 -4px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-self: flex-end;
}
@media (max-width: 767px) {
  .main-header .social-icons ul {
    padding-left: 0;
    margin-right: 10px;
  }
}
.main-header .social-icons ul li {
  padding: 0 4px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .main-header .social-icons ul li {
    font-size: 16px;
  }
}
.main-header .social-icons ul li a {
  color: #09bdc9;
  text-decoration: none;
}
@media (max-width: 767px) {
  .main-header .social-icons ul li a {
    display: flex;
  }
}
.main-header .social-icons ul li a:hover {
  color: #0A1940;
}
.main-header .navigation {
  word-break: keep-all;
}
.main-header .navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -11px;
}
.main-header .navigation ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0 11px;
  font-size: 1.13rem;
}
@media (max-width: 991px) {
  .main-header .navigation ul li {
    padding: 0 9px;
    font-size: 1rem;
  }
}
.main-header .navigation ul li a {
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
}
.main-header .navigation ul li a:hover {
  color: #09BDC9;
}
.main-header .navigation ul li.get-started a {
  padding: 6px 26px;
  font-size: 0.88rem;
  background: #09BDC9;
  border-radius: 20px;
  color: #ffffff;
}
.main-header .navigation ul li.get-started a:hover {
  background: #0A1940;
}
.main-header .navigation ul li.current-menu-item a {
  color: #09BDC9;
}
.main-header.fixed-header {
  padding: 10px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .main-header.fixed-header {
    padding: 20px 0;
  }
}
.main-header.fixed-header .top-menu {
  margin-bottom: 15px;
}

.wrapper {
  padding-top: 138px;
}
@media (max-width: 991px) {
  .wrapper {
    padding-top: 126px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding-top: 68px;
  }
}

/*--- footer ---*/
.main-footer {
  width: 100%;
  height: auto;
  background: #0A1940;
  line-height: normal;
  padding: 2.5rem 0 0.82rem;
  position: relative;
}
@media (max-width: 991px) {
  .main-footer {
    padding: 2.5rem 0;
  }
}
.main-footer .bg-image {
  z-index: 0;
}
.main-footer .footer-logo {
  width: 100%;
  text-align: center;
  margin-bottom: 2.5rem;
}
.main-footer .footer-wrap .foote-menus .menu-column {
  padding: 0 0.94rem;
}
.main-footer .footer-wrap .foote-menus .menu-column .single-menu-wrap {
  margin-bottom: 1.88rem;
}
.main-footer .footer-wrap .foote-menus .menu-column .menu-title {
  display: block;
  margin-bottom: 0.38rem;
}
.main-footer .footer-wrap .foote-menus .menu-column ul {
  list-style: none;
  padding: 0;
}
.main-footer .footer-wrap .foote-menus .menu-column ul li {
  font-size: 0.88rem;
  padding: 0;
  margin-bottom: 0.44rem;
}
.main-footer .footer-wrap .foote-menus .menu-column ul li a {
  color: #09BDC9;
  text-decoration: none;
}
.main-footer .footer-wrap .foote-menus .menu-column ul li a:hover {
  color: #ffffff;
}
.main-footer .footer-wrap .foote-menus .menu-column ul li hr {
  border-color: rgba(188, 188, 188, 0.5);
  margin: 0.94rem 0;
}
.main-footer .footer-wrap .foote-menus .menu-column ul ul {
  margin-top: 0.44rem;
}
.main-footer .footer-wrap .foote-menus .menu-column ul ul li {
  position: relative;
  padding-left: 0.63rem;
}
.main-footer .footer-wrap .foote-menus .menu-column ul ul li:before {
  content: "\e906";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 9px;
  color: #09BDC9;
  font-family: "undefend-icon";
}
.main-footer .footer-wrap .foote-menus .menu-column:first-child {
  width: 31%;
}
@media (max-width: 767px) {
  .main-footer .footer-wrap .foote-menus .menu-column:first-child {
    width: 100%;
  }
}
.main-footer .footer-wrap .foote-menus .menu-column:nth-child(2) {
  width: 37%;
}
@media (max-width: 767px) {
  .main-footer .footer-wrap .foote-menus .menu-column:nth-child(2) {
    width: 100%;
  }
}
.main-footer .footer-wrap .foote-menus .menu-column:nth-child(3) {
  width: 32%;
}
@media (max-width: 767px) {
  .main-footer .footer-wrap .foote-menus .menu-column:nth-child(3) {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .main-footer .footer-wrap .footer-info-wrap {
    text-align: left;
  }
}
.main-footer .footer-wrap .footer-info-wrap .footer-logo {
  margin-bottom: 6.25rem;
  text-align: right;
}
@media (max-width: 991px) {
  .main-footer .footer-wrap .footer-info-wrap .footer-logo {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-footer .footer-wrap .footer-info-wrap .info-content .contact-info ul {
    padding-left: 0;
  }
}
.main-footer .footer-wrap .footer-info-wrap .info-content .contact-info ul li {
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin-bottom: 1.25rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .main-footer .footer-wrap .footer-info-wrap .info-content .contact-info ul li {
    justify-content: flex-start;
  }
}
.main-footer .footer-wrap .footer-info-wrap .info-content .contact-info ul li a {
  text-decoration: none;
  color: #ffffff;
}
.main-footer .footer-wrap .footer-info-wrap .info-content .contact-info ul li a:hover {
  color: #09BDC9;
}
@media (max-width: 991px) {
  .main-footer .footer-wrap .footer-info-wrap .info-content .contact-info ul li a {
    order: 2;
  }
}
.main-footer .footer-wrap .footer-info-wrap .info-content .contact-info ul li span {
  font-size: 1.07rem;
  margin-left: 0.38rem;
}
.main-footer .footer-wrap .footer-info-wrap .info-content .contact-info ul li span.icon-message-icon {
  font-size: 0.88rem;
}
@media (max-width: 991px) {
  .main-footer .footer-wrap .footer-info-wrap .info-content .contact-info ul li span {
    margin-left: 0;
    margin-right: 0.38rem;
  }
}
.main-footer .footer-wrap .footer-info-wrap .info-content .social-icons {
  margin-bottom: 2rem;
}
.main-footer .footer-wrap .footer-info-wrap .info-content .social-icons ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -5px;
  list-style: none;
}
@media (max-width: 991px) {
  .main-footer .footer-wrap .footer-info-wrap .info-content .social-icons ul {
    justify-content: flex-start;
    padding-left: 0;
  }
}
.main-footer .footer-wrap .footer-info-wrap .info-content .social-icons ul li {
  padding: 0 5px;
}
.main-footer .footer-wrap .footer-info-wrap .info-content .social-icons ul li a {
  text-decoration: none;
  color: #09BDC9;
}
.main-footer .footer-wrap .footer-info-wrap .info-content .social-icons ul li a:hover {
  color: #ffffff;
}
.main-footer .footer-wrap .footer-info-wrap .info-content .btn {
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0.57rem 1.63rem;
}
.main-footer .footer-wrap .footer-info-wrap .info-content .btn:hover {
  background: #ffffff;
  color: #09BDC9;
}
.main-footer .footer-wrap .footer-info-wrap .info-content .btn:after {
  display: none;
}
.main-footer .footer-wrap .footer-info-wrap .copyright-text {
  margin-top: 1.57rem;
}
@media (max-width: 991px) {
  .main-footer .footer-wrap .footer-info-wrap .copyright-text {
    text-align: center;
  }
}
.main-footer .footer-wrap .footer-info-wrap .copyright-text p {
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 500;
}

.hero-section {
  padding: 2.57rem 0 2.13rem;
  position: relative;
}
.hero-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 14, 42, 0.2);
}
.hero-content {
  padding-bottom: 2.32rem;
}
@media (max-width: 991px) {
  .hero-content {
    padding-bottom: 3.13rem;
  }
}
.hero-content h1 {
  color: #ffffff;
  font-weight: 300;
  padding-bottom: 2.19rem;
  margin-bottom: 1.88rem;
  position: relative;
}
.hero-content h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 69px;
  height: 5px;
  background: #ffffff;
}
.hero-content p {
  font-size: 1.13rem;
  line-height: 2;
  font-weight: 300;
}
.hero-content a.btn {
  margin-top: 0.82rem;
}
.hero-links-wrap {
  min-height: 33.5rem;
  max-width: 39.07rem;
  position: relative;
  margin: auto;
}
@media (max-width: 575px) {
  .hero-links-wrap {
    min-height: inherit;
  }
}
.hero-links-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 575px) {
  .hero-links-wrap ul {
    margin: 0 -0.62rem;
    display: flex;
    flex-wrap: wrap;
  }
}
.hero-links-wrap ul li {
  padding: 0;
  position: absolute;
  max-width: 16.25rem;
}
@media (max-width: 575px) {
  .hero-links-wrap ul li {
    position: static;
    padding: 0 0.63rem;
    width: 50%;
    max-width: 100%;
    margin-bottom: 1.25rem;
  }
}
.hero-links-wrap ul li span {
  color: #ffffff;
  padding-left: 3.38rem;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .hero-links-wrap ul li span {
    font-size: 0.88rem;
  }
}
@media (max-width: 575px) {
  .hero-links-wrap ul li span {
    padding-left: 2.75rem;
  }
}
.hero-links-wrap ul li span:before {
  content: "";
  position: absolute;
  left: 48px;
  top: 5px;
  width: 1px;
  height: calc(100% + 13px);
  background: #ffffff;
  min-height: 37px;
}
@media (max-width: 575px) {
  .hero-links-wrap ul li span:before {
    left: 38px;
  }
}
.hero-links-wrap ul li a {
  text-decoration: none;
}
.hero-links-wrap ul li a:hover span {
  color: #09BDC9;
}
.hero-links-wrap ul li .circle {
  width: 5.88rem;
  height: 5.88rem;
  position: relative;
  margin-top: -5px;
}
@media (max-width: 575px) {
  .hero-links-wrap ul li .circle {
    margin-left: -0.62rem;
  }
}
.hero-links-wrap ul li .circle figure {
  width: 94px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-links-wrap ul li .circle figure img:not(.circle-image) {
  margin-top: -5px;
}
.hero-links-wrap ul li .circle figure .circle-image {
  position: absolute;
  top: 0;
  left: 0;
  animation: rotate 15s infinite linear;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.hero-links-wrap ul li:first-child {
  top: 18px;
  left: -10px;
}
.hero-links-wrap ul li:nth-child(2) {
  top: 0;
  right: 0;
}
.hero-links-wrap ul li:nth-child(3) {
  top: 14.6%;
  left: 26%;
}
@media (max-width: 1100px) {
  .hero-links-wrap ul li:nth-child(3) {
    left: 22%;
  }
}
@media (max-width: 767px) {
  .hero-links-wrap ul li:nth-child(3) {
    left: 23%;
  }
}
.hero-links-wrap ul li:nth-child(4) {
  top: 39.7%;
  left: 27px;
}
.hero-links-wrap ul li:nth-child(5) {
  right: 36px;
  top: 30.5%;
}
@media (max-width: 767px) {
  .hero-links-wrap ul li:nth-child(5) {
    right: 20px;
  }
}
.hero-links-wrap ul li:nth-child(6) {
  bottom: 8.8%;
  left: -43px;
}
@media (max-width: 1100px) {
  .hero-links-wrap ul li:nth-child(6) {
    left: -15px;
  }
}
@media (max-width: 767px) {
  .hero-links-wrap ul li:nth-child(6) {
    left: -10px;
  }
}
.hero-links-wrap ul li:nth-child(7) {
  bottom: 17.2%;
  left: 39.6%;
}
@media (max-width: 1100px) {
  .hero-links-wrap ul li:nth-child(7) {
    left: 44.6%;
  }
}
.hero-links-wrap ul li:nth-child(8) {
  bottom: 0;
  right: -23px;
}
@media (max-width: 1100px) {
  .hero-links-wrap ul li:nth-child(8) {
    right: 0;
  }
}
@media (max-width: 767px) {
  .hero-links-wrap ul li:nth-child(8) {
    right: 0;
  }
}

.logo-slider {
  padding: 2rem 0 2.19rem;
}
.logo-slider .slick-track {
  align-items: center;
}
.logo-slider .item {
  padding: 0 0.63rem;
}
@media (max-width: 767px) {
  .logo-slider .item {
    padding: 0 1.25rem;
  }
}
.logo-slider .item img {
  margin: auto;
  opacity: 0.3;
  transition: all 0.5s;
}
.logo-slider .item img:hover {
  opacity: 1;
}

.section-heading {
  flex-wrap: wrap;
  border-bottom: 5px solid rgba(255, 255, 255, 0.16);
  padding-bottom: 2.19rem;
}
.section-heading .headings {
  width: calc(100% - 232px);
}
@media (max-width: 767px) {
  .section-heading .headings {
    width: 100%;
  }
}
.section-heading h2 {
  margin-bottom: 0.57rem;
}
.section-heading h6 {
  margin-bottom: 0;
  letter-spacing: 0.23rem;
  text-transform: uppercase;
}
.section-heading h6 + h2 {
  margin-top: 0.63rem;
  margin-bottom: 0;
}
.section-heading .btn-block {
  padding-left: 0.94rem;
}
@media (max-width: 767px) {
  .section-heading .btn-block {
    padding: 1.88rem 0 0;
    width: 100%;
  }
}
.section-heading.text-white h2 {
  color: #ffffff;
}
.section-heading.text-white h6 {
  color: #ffffff;
}

.title-btn {
  padding-top: 1.69rem;
}
.title-btn h4 {
  width: calc(100% - 217px);
  padding-right: 0.94rem;
  line-height: 1.5;
  font-weight: 400;
  max-width: 37.5rem;
  margin: 0;
}
@media (max-width: 767px) {
  .title-btn h4 {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}

.product-section {
  background: #0A1940;
  padding: 1.69rem 0;
}
.product-blocks {
  padding-top: 0.82rem;
}
.product-blocks .row {
  margin: 0 -1.25rem;
}
@media (max-width: 991px) {
  .product-blocks .row {
    margin: 0 -0.93rem;
  }
}
.product-blocks .row .product {
  padding: 0 1.25rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .product-blocks .row .product {
    padding: 0 0.94rem;
  }
}
@media (max-width: 767px) {
  .product-blocks .row .product {
    margin-bottom: 2.5rem;
  }
}
.product-blocks .row .product-heading {
  padding-bottom: 3px;
  border-bottom: 5px solid #fff;
  margin-bottom: 0.69rem;
}
.product-blocks .row .product-heading h3 {
  color: #fff;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .product-blocks .row .product-heading h3 {
    font-size: 1.75rem;
  }
}
.product-blocks .row .product-heading h5 {
  color: #fff;
  font-size: 1.25rem;
}
@media (max-width: 991px) {
  .product-blocks .row .product-heading h5 {
    font-size: 1.13rem;
  }
}
.product-blocks .row .product-desc p {
  color: #fff;
  font-size: 1.13rem;
  line-height: 1.67;
  margin-bottom: 0.69rem;
  padding-right: 0.75rem;
}
.product-blocks .row .product-desc .product-btn {
  padding: 0.94rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .product-blocks .row .product-desc .product-btn {
    padding: 0.94rem 0.94rem;
  }
}
.product-blocks .row .product-desc .product-btn .btn {
  padding: 0.57rem 2.57rem 0.57rem 0.88rem;
  font-size: 0.88rem;
}
.product-blocks .row .product-desc .product-btn .btn:after {
  content: "";
  background: url("../images/border-arrow.svg");
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  right: 9px;
}
.product-blocks .row .product-desc .product-btn .product-logo {
  padding-left: 0.63rem;
}
@media (max-width: 991px) {
  .product-blocks .row .product-desc .product-btn .product-logo {
    padding-left: 0px;
    min-height: 33px;
    margin-top: 0.63rem;
  }
}
@media (max-width: 767px) {
  .product-blocks .row .product-desc .product-btn .product-logo {
    padding-left: 0.63rem;
    min-height: inherit;
    margin-top: 0;
  }
}
.product-blocks .row .product:nth-child(3n+1) .product-heading {
  border-color: #AD53F0;
}
.product-blocks .row .product:nth-child(3n+1) .product-desc .product-btn {
  background: #AD53F0;
}
.product-blocks .row .product:nth-child(3n+2) .product-heading {
  border-color: #EB6272;
}
.product-blocks .row .product:nth-child(3n+2) .product-desc .product-btn {
  background: #EB6272;
}
.product-blocks .row .product:nth-child(3n+3) .product-heading {
  border-color: #09BDC9;
}
.product-blocks .row .product:nth-child(3n+3) .product-desc .product-btn {
  background: #09BDC9;
}

.our-world {
  padding: 2.63rem 0;
  position: relative;
}
.our-world .section-heading {
  padding-bottom: 2.13rem;
  border-bottom: 0;
}
.our-world .world-tab {
  display: flex;
  flex-wrap: wrap;
}
.our-world .world-tab .tab-items {
  width: 36.5%;
  padding: 0 3.44rem 0 0.94rem;
}
@media (max-width: 991px) {
  .our-world .world-tab .tab-items {
    width: 40.23%;
    padding: 0 2.25rem 0 0;
  }
}
@media (max-width: 767px) {
  .our-world .world-tab .tab-items {
    width: 100%;
  }
}
.our-world .world-tab .tab-items .single-tab {
  padding-left: calc((100% - 1090px) / 2);
  margin-bottom: 1rem;
  position: relative;
}
@media (max-width: 991px) {
  .our-world .world-tab .tab-items .single-tab {
    padding-left: 1.25rem;
  }
}
.our-world .world-tab .tab-items .single-tab .accordian-title {
  position: relative;
  cursor: pointer;
}
.our-world .world-tab .tab-items .single-tab .accordian-title h6 {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 1.44rem 2.32rem 1.44rem 0;
  position: relative;
  transition: all 0.3s;
}
.our-world .world-tab .tab-items .single-tab .accordian-title h6:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 68px;
  height: 5px;
  background: #ffffff;
  opacity: 0;
  transition: all 0.3s;
}
.our-world .world-tab .tab-items .single-tab .accordian-title:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("../images/tab-arrow.svg") no-repeat center center;
  background-size: 1.38rem;
  border-radius: 50%;
  transition: all 0.5s;
}
.our-world .world-tab .tab-items .single-tab .accordian-content {
  padding: 0 1.57rem 1.25rem 0;
}
@media (max-width: 991px) {
  .our-world .world-tab .tab-items .single-tab .accordian-content {
    padding: 0 0.63rem 1.25rem 0;
  }
}
.our-world .world-tab .tab-items .single-tab .accordian-content p {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.13rem;
  line-height: 1.66;
}
.our-world .world-tab .tab-items .single-tab:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  border: 5px solid #09BDC9;
  border-radius: 35px;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  z-index: -1;
}
.our-world .world-tab .tab-items .single-tab.active {
  background: #0A1940;
  background-position: top right;
  margin-right: 0;
  background-size: cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.our-world .world-tab .tab-items .single-tab.active:after {
  border: none;
  background: #0A1940;
}
.our-world .world-tab .tab-items .single-tab.active:before {
  content: "";
  position: absolute;
  left: calc(100% - 10px);
  top: 0;
  width: 47px;
  height: 100%;
  background: url(../images/tab-active-bg1.png) no-repeat top right;
  background-size: 100% 100%;
  backface-visibility: hidden;
}
.our-world .world-tab .tab-items .single-tab.active .accordian-title {
  pointer-events: none;
}
.our-world .world-tab .tab-items .single-tab.active .accordian-title h6 {
  margin: 0;
  font-size: 2.25rem;
  line-height: 1.33;
  font-weight: 300;
  color: #ffffff;
  padding: 1rem 1.57rem 1.75rem 0;
  margin-bottom: 1.75rem;
}
@media (max-width: 991px) {
  .our-world .world-tab .tab-items .single-tab.active .accordian-title h6 {
    font-size: 1.57rem;
  }
}
.our-world .world-tab .tab-items .single-tab.active .accordian-title h6:after {
  opacity: 1;
}
.our-world .world-tab .tab-items .single-tab.active .accordian-title:after {
  border: 3px solid #ffffff;
  transform: rotate(90deg);
  top: 10px;
  right: 5px;
}
.our-world .world-tab .world-content {
  width: 63.5%;
  padding: 0 0.94rem 0 1.07rem;
  padding-right: calc((100% - 1090px) / 2);
}
@media (max-width: 1100px) {
  .our-world .world-tab .world-content {
    padding-right: 1.88rem;
  }
}
@media (max-width: 991px) {
  .our-world .world-tab .world-content {
    width: 59.77%;
    padding-right: 0.94rem;
  }
}
@media (max-width: 767px) {
  .our-world .world-tab .world-content {
    width: 100%;
  }
}
.our-world .world-tab .world-content .tab-content .image {
  margin: -1.25rem -0.81rem 1rem -1rem;
  position: relative;
}
@media (max-width: 991px) {
  .our-world .world-tab .world-content .tab-content .image {
    margin: -1.25rem 0 1rem 0;
  }
}
@media (max-width: 767px) {
  .our-world .world-tab .world-content .tab-content .image {
    margin: 0.63rem 0 1rem 0;
  }
}
.our-world .world-tab .world-content .tab-content .image img {
  width: 100%;
}
.our-world .world-tab .world-content .tab-content .image .icon-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.82rem;
  color: #ffffff;
}
.our-world .world-tab .world-content .tab-content .tab-text {
  max-width: 511px;
}
.our-world .world-tab .world-content .tab-content .tab-text h4 {
  margin-bottom: 0.69rem;
}
.our-world .world-tab .world-content .tab-content .tab-text p {
  font-size: 1.13rem;
  line-height: 1.66;
}
.our-world .world-tab .world-content .tab-content .tab-text a.btn {
  margin-top: 0.44rem;
}
@media (min-width: 992px) {
  .our-world .world-tab .world-content .tab-content .tab-text a.btn:after {
    font-size: 1.38rem;
  }
}
.our-world .world-tab .world-content .tab-content .title-content-block {
  margin-top: 2.5rem;
}
.our-world .world-tab .world-content .tab-content .title-content-block .text-block {
  padding-left: 2.19rem;
  position: relative;
}
.our-world .world-tab .world-content .tab-content .title-content-block .text-block:not(:last-child) {
  margin-bottom: 1.57rem;
}
.our-world .world-tab .world-content .tab-content .title-content-block .text-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 22px;
  height: 22px;
  background: url("../images/tick-icon.svg") no-repeat center center;
  background-size: cover;
}
.our-world .world-tab .world-content .tab-content .title-content-block .text-block h6 {
  margin-bottom: 0.94rem;
  font-size: 1.13rem;
}
.our-world .world-tab .world-content .tab-content .title-content-block .text-block p {
  line-height: 1.875;
}

.blindspot .our-world .world-tab .world-content .tab-content .image {
  margin: 0 0 1rem 0;
}

.partner-security-section {
  padding: 3rem 0;
  background: #0A1940;
}
.partner-security-section .section-heading .left-heading {
  width: calc(100% - 232px);
}
@media (max-width: 767px) {
  .partner-security-section .section-heading .left-heading {
    width: 100%;
  }
}
.partner-security-section .section-heading .left-heading .headings {
  width: 53%;
}
@media (max-width: 767px) {
  .partner-security-section .section-heading .left-heading .headings {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.partner-security-section .section-heading .left-heading .heading-para {
  width: 47%;
  max-width: 21.25rem;
  padding-left: 0.94rem;
  border-left: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .partner-security-section .section-heading .left-heading .heading-para {
    width: 100%;
    max-width: 100%;
  }
}
.partner-security-section .section-heading .left-heading .heading-para p {
  font-size: 1.13rem;
  font-weight: 700;
  line-height: 1.66;
}
.partner-security-section .section-heading .btn-block {
  width: 232px;
}
.partner-security-section .block-icon {
  padding-top: 2.5rem;
}
.partner-security-section .block-icon .row {
  margin: 0 -0.75rem;
  justify-content: center;
}
.partner-security-section .block-icon .row .single-block {
  padding: 0 0.75rem;
}
@media (max-width: 991px) {
  .partner-security-section .block-icon .row .single-block:not(:last-child) {
    margin-bottom: 1.88rem;
  }
}
@media (max-width: 767px) {
  .partner-security-section .block-icon .row .single-block:not(:last-child) {
    margin-bottom: 3.13rem;
  }
}
.partner-security-section .block-icon .row .single-block .single-block-wrap {
  padding-left: 0.75rem;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  height: 100%;
}

.single-block .block-image {
  margin-bottom: 1.5rem;
}
.single-block h6 {
  color: #ffffff;
  font-size: 1.13rem;
  padding-bottom: 1.57rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.single-block h6:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 5px;
  background: rgba(255, 255, 255, 0.4);
}
.single-block .btn {
  font-size: 1.13rem;
  padding: 0.63rem 3.13rem 0.63rem 0.88rem;
}
.single-block .btn:after {
  font-size: 0.75rem;
  right: 15px;
}

.testimonial {
  background: #0A1940;
  padding: 2.38rem 0;
}
.testimonial-image {
  width: 26%;
}
@media (max-width: 767px) {
  .testimonial-image {
    width: 100%;
    text-align: center;
    margin-bottom: 1.25rem;
  }
}
.testimonial-content {
  width: 74%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .testimonial-content {
    width: 100%;
  }
}
.testimonial-content .text {
  width: 54%;
  padding: 0 0.94rem 0 0.69rem;
}
@media (max-width: 991px) {
  .testimonial-content .text {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .testimonial-content .text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1.25rem;
  }
}
.testimonial-content .text p {
  font-size: 1.38rem;
  line-height: 1.63;
}
@media (max-width: 991px) {
  .testimonial-content .text p {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .testimonial-content .text p {
    font-size: 1.38rem;
  }
}
.testimonial-content .author-info {
  width: 46%;
  padding: 0.38rem 0 0 1.94rem;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial-content .author-info {
    padding: 0.38rem 0 0 1.25rem;
  }
}
@media (max-width: 767px) {
  .testimonial-content .author-info {
    width: 100%;
  }
}
.testimonial-content .author-info h4 {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0.38rem;
}
.testimonial-content .author-info p {
  font-size: 1.13rem;
  margin-bottom: 0.38rem;
}
.testimonial-content .author-info .social-icons ul {
  padding: 0;
  margin: 0;
}
.testimonial-content .author-info .social-icons ul li {
  list-style: none;
  padding: 0;
}
.testimonial-content .author-info .social-icons ul li a {
  color: #09BDC9;
  text-decoration: none;
  font-size: 1.13rem;
}
.testimonial-content .author-info .social-icons ul li a:hover {
  color: #ffffff;
}
.testimonial-content .author-info .icon-quote-icon {
  font-size: 1.75rem;
  position: absolute;
  top: 6px;
  right: -3px;
  color: rgba(217, 217, 217, 0.3);
}
.testimonial-content .author-info:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: calc(100% - 10px);
  background: #BCBCBC;
}
@media (max-width: 767px) {
  .testimonial-content .author-info:after {
    height: 100%;
  }
}

.our-partner {
  padding: 3.32rem 0 4.69rem;
  position: relative;
}
.our-partner .section-heading {
  border-color: #BCBCBC;
  padding-bottom: 1.88rem;
}
.our-partner .section-heading h2 {
  margin-top: 0.88rem;
}
.our-partner .single-block h6 {
  color: #0A1940;
}
.our-partner .partner-blocks .title-btn {
  margin-bottom: 2.88rem;
}
.our-partner .partner-blocks .row {
  margin: 0 -0.43rem;
}
.our-partner .partner-blocks .single-block {
  padding: 0 0.44rem;
  height: auto;
}
.our-partner .partner-blocks .single-block .single-block-wrap {
  border: 3px solid #000;
  border-radius: 9px;
  padding: 0.88rem 0.82rem 0.69rem;
  height: 100%;
  transition: all 0.3s;
  background: #ffffff;
  cursor: pointer;
}
.our-partner .partner-blocks .single-block .single-block-wrap .block-image {
  margin-bottom: 0.82rem;
  position: relative;
}
.our-partner .partner-blocks .single-block .single-block-wrap .block-image .hover {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 46px;
  opacity: 0;
}
.our-partner .partner-blocks .single-block .single-block-wrap h6 {
  font-size: 1rem;
  padding-bottom: 1.13rem;
  margin-bottom: 1.07rem;
  transition: all 0.3s;
}
.our-partner .partner-blocks .single-block .single-block-wrap h6:after {
  width: 26px;
  height: 3px;
  background: #000;
  transition: all 0.3s;
}
.our-partner .partner-blocks .single-block .single-block-wrap p {
  font-size: 0.88rem;
  line-height: 1.71;
  transition: all 0.3s;
}
.our-partner .partner-blocks .single-block .single-block-wrap:hover {
  background: #09BDC9;
}
.our-partner .partner-blocks .single-block .single-block-wrap:hover .block-image {
  position: relative;
}
.our-partner .partner-blocks .single-block .single-block-wrap:hover .block-image .hover {
  opacity: 1;
  z-index: 1;
}
.our-partner .partner-blocks .single-block .single-block-wrap:hover h6 {
  color: #ffffff;
}
.our-partner .partner-blocks .single-block .single-block-wrap:hover h6:after {
  background: #ffffff;
}
.our-partner .partner-blocks .single-block .single-block-wrap:hover p {
  color: #ffffff;
}
.our-partner .partner-blocks .single-block.active .block-image .hover, .our-partner .partner-blocks .single-block.slick-active .block-image .hover {
  opacity: 1;
  z-index: 1;
}
.our-partner .partner-blocks .single-block.active h6, .our-partner .partner-blocks .single-block.slick-active h6 {
  color: #ffffff;
}
.our-partner .partner-blocks .single-block.active h6:after, .our-partner .partner-blocks .single-block.slick-active h6:after {
  background: #ffffff;
}
.our-partner .partner-blocks .single-block.active p, .our-partner .partner-blocks .single-block.slick-active p {
  color: #ffffff;
}
.our-partner .partner-blocks .single-block:nth-child(4n+1) .single-block-wrap {
  border-color: #09BDC9;
}
.our-partner .partner-blocks .single-block:nth-child(4n+1) .single-block-wrap h6:after {
  background: #09BDC9;
}
.our-partner .partner-blocks .single-block:nth-child(4n+1) .single-block-wrap:hover {
  background: #09BDC9;
}
.our-partner .partner-blocks .single-block:nth-child(4n+1) .single-block-wrap:hover h6:after {
  background: #ffffff;
}
.our-partner .partner-blocks .single-block:nth-child(4n+1).active .single-block-wrap, .our-partner .partner-blocks .single-block:nth-child(4n+1).slick-active .single-block-wrap {
  background: #09BDC9;
}
.our-partner .partner-blocks .single-block:nth-child(4n+1).active .single-block-wrap h6:after, .our-partner .partner-blocks .single-block:nth-child(4n+1).slick-active .single-block-wrap h6:after {
  background: #ffffff;
}
.our-partner .partner-blocks .single-block:nth-child(4n+2) .single-block-wrap {
  border-color: #EB6272;
}
.our-partner .partner-blocks .single-block:nth-child(4n+2) .single-block-wrap h6:after {
  background: #EB6272;
}
.our-partner .partner-blocks .single-block:nth-child(4n+2) .single-block-wrap:hover {
  background: #EB6272;
}
.our-partner .partner-blocks .single-block:nth-child(4n+2) .single-block-wrap:hover h6:after {
  background: #ffffff;
}
.our-partner .partner-blocks .single-block:nth-child(4n+2).active .single-block-wrap, .our-partner .partner-blocks .single-block:nth-child(4n+2).slick-active .single-block-wrap {
  background: #EB6272;
}
.our-partner .partner-blocks .single-block:nth-child(4n+2).active .single-block-wrap h6:after, .our-partner .partner-blocks .single-block:nth-child(4n+2).slick-active .single-block-wrap h6:after {
  background: #ffffff;
}
.our-partner .partner-blocks .single-block:nth-child(4n+3) .single-block-wrap {
  border-color: #AD53F0;
}
.our-partner .partner-blocks .single-block:nth-child(4n+3) .single-block-wrap h6:after {
  background: #AD53F0;
}
.our-partner .partner-blocks .single-block:nth-child(4n+3) .single-block-wrap:hover {
  background: #AD53F0;
}
.our-partner .partner-blocks .single-block:nth-child(4n+3) .single-block-wrap:hover h6:after {
  background: #ffffff;
}
.our-partner .partner-blocks .single-block:nth-child(4n+3).active .single-block-wrap, .our-partner .partner-blocks .single-block:nth-child(4n+3).slick-active .single-block-wrap {
  background: #AD53F0;
}
.our-partner .partner-blocks .single-block:nth-child(4n+3).active .single-block-wrap h6:after, .our-partner .partner-blocks .single-block:nth-child(4n+3).slick-active .single-block-wrap h6:after {
  background: #ffffff;
}
.our-partner .partner-blocks .single-block:nth-child(4n+4) .single-block-wrap {
  border-color: #E88064;
}
.our-partner .partner-blocks .single-block:nth-child(4n+4) .single-block-wrap h6:after {
  background: #E88064;
}
.our-partner .partner-blocks .single-block:nth-child(4n+4) .single-block-wrap:hover {
  background: #E88064;
}
.our-partner .partner-blocks .single-block:nth-child(4n+4) .single-block-wrap:hover h6:after {
  background: #ffffff;
}
.our-partner .partner-blocks .single-block:nth-child(4n+4).active .single-block-wrap, .our-partner .partner-blocks .single-block:nth-child(4n+4).slick-active .single-block-wrap {
  background: #E88064;
}
.our-partner .partner-blocks .single-block:nth-child(4n+4).active .single-block-wrap h6:after, .our-partner .partner-blocks .single-block:nth-child(4n+4).slick-active .single-block-wrap h6:after {
  background: #ffffff;
}
.our-partner .block-slider-content {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .our-partner .block-slider-content {
    margin-top: 5rem;
  }
}
.our-partner .block-slider-content .single-slider-content {
  padding-right: calc((100% - 1090px) / 2);
}
@media (max-width: 991px) {
  .our-partner .block-slider-content .single-slider-content {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .our-partner .block-slider-content .single-slider-content {
    padding-right: 0;
  }
}
.our-partner .block-slider-content .single-slider-content .slider-wrap {
  display: flex;
  flex-wrap: wrap;
}
.our-partner .block-slider-content .single-slider-content .slider-wrap .slider-image {
  width: 61.4%;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .our-partner .block-slider-content .single-slider-content .slider-wrap .slider-image {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .our-partner .block-slider-content .single-slider-content .slider-wrap .slider-image {
    width: 100%;
  }
}
.our-partner .block-slider-content .single-slider-content .slider-wrap .slider-image img {
  width: 100%;
}
.our-partner .block-slider-content .single-slider-content .slider-wrap .slider-content {
  width: 38.6%;
  padding-left: 2.94rem;
}
@media (max-width: 991px) {
  .our-partner .block-slider-content .single-slider-content .slider-wrap .slider-content {
    padding-left: 1.88rem;
    width: 45%;
  }
}
@media (max-width: 767px) {
  .our-partner .block-slider-content .single-slider-content .slider-wrap .slider-content {
    width: 100%;
    padding: 20px 0.94rem 0;
  }
}
@media (max-width: 767px) {
  .our-partner .block-slider-content .slick-arrow {
    top: -50px;
  }
}
@media (max-width: 767px) {
  .our-partner .block-slider-content .slick-arrow.slick-prev {
    left: calc(50% - 25px);
    transform: translateX(-50%) rotate(-180deg);
  }
}
@media (max-width: 767px) {
  .our-partner .block-slider-content .slick-arrow.slick-next {
    right: calc(50% - 25px);
    transform: translateX(50%);
  }
}

.tick-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.32rem 0;
}
.tick-list li {
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 600;
  padding: 0 0 0 2rem;
  margin-bottom: 0.88rem;
  position: relative;
}
.tick-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
  height: 22px;
  background: url("../images/tick-icon.svg") no-repeat center center;
}

.slick-arrow {
  width: 42px;
  height: 42px;
  background: url("../images/slider-arrow.svg") no-repeat center center;
  background-size: cover;
  border: none;
  background-color: #ffffff;
  border-radius: 50%;
  top: 50%;
  transition: all 0.5s;
}
.slick-arrow:hover {
  background-color: #0A1940;
}
.slick-arrow.slick-next {
  transform: rotate(0) translateY(-50%);
  right: 24px;
}
.slick-arrow.slick-prev {
  transform: translateY(-50%) rotate(-180deg);
  left: 24px;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-section {
  position: relative;
  margin-top: -1.68rem;
  z-index: 0;
  background: #47a9af;
  overflow: hidden;
}
@media (max-width: 991px) {
  .business-section {
    padding-bottom: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .business-section .bg-image {
    position: relative;
    z-index: 1;
  }
}
.business-section .bg-image img {
  object-position: top right;
}
@media (max-width: 1199px) {
  .business-section .bg-image img {
    object-position: top right;
  }
}
.business-content {
  max-width: 36.25rem;
  padding: 4.82rem 0 3.63rem;
}
@media (max-width: 991px) {
  .business-content {
    max-width: 100%;
    padding-bottom: 2.5rem;
  }
}
.business-content h6 {
  letter-spacing: 3.6px;
  color: #ffffff;
}
.business-content h2 {
  color: #ffffff;
  font-weight: 300;
  padding-bottom: 1.44rem;
  margin-bottom: 1.75rem;
  position: relative;
}
.business-content h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 68px;
  height: 5px;
  background: #ffffff;
}
.business-content p {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1.82rem;
}
@media (max-width: 991px) {
  .business-content p {
    font-size: 1.38rem;
  }
}
.business-content .btn-white:after {
  content: "";
  background: url(../images/slider-arrow.svg);
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: cover;
}
.business-image {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.business-image img {
  margin-top: auto;
  object-position: bottom left;
  bottom: 0;
  max-width: 143%;
}
@media (max-width: 991px) {
  .business-image img {
    width: 100%;
  }
}

.partner-support + .business-section .bg-image img {
  object-position: top right;
}
@media (max-width: 1199px) {
  .partner-support + .business-section .bg-image img {
    object-position: top right;
  }
}

.blindspot-integration + .business-section .bg-image img {
  object-position: 0 -20px;
}
@media (max-width: 1199px) {
  .blindspot-integration + .business-section .bg-image img {
    object-position: top right;
  }
}

.our-innovations {
  padding: 2.5rem 0 3.13rem;
}
.our-innovations .section-heading {
  padding-bottom: 1.44rem;
}
.our-innovations .innovation-slider .innovation-thumb {
  padding-bottom: 2.19rem;
  margin-right: -0.75rem;
}
.our-innovations .innovation-slider .innovation-thumb .slick-track {
  margin: 0 -7px;
}
.our-innovations .innovation-slider .innovation-thumb .thumb-item {
  padding: 0 7px;
  height: auto;
  margin-bottom: 0.75rem;
}
.our-innovations .innovation-slider .innovation-thumb .thumb-item h4 {
  margin: 0;
  font-size: 1.38rem;
  color: #09BDC9;
  line-height: 1.36;
  padding: 1rem 0.63rem 1.13rem 0;
  position: relative;
  transition: all 0.3s;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .our-innovations .innovation-slider .innovation-thumb .thumb-item h4 {
    font-size: 1.19rem;
  }
}
.our-innovations .innovation-slider .innovation-thumb .thumb-item h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #09BDC9;
  transition: all 0.3s;
}
.our-innovations .innovation-slider .innovation-thumb .thumb-item h4:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #0A1940;
  opacity: 0;
}
.our-innovations .innovation-slider .innovation-thumb .thumb-item.slick-current h4 {
  background: #0A1940;
  padding: 1rem 1.44rem 1.13rem 0.88rem;
  border-radius: 10px 10px 0 0;
  color: #ffffff;
}
.our-innovations .innovation-slider .innovation-thumb .thumb-item.slick-current h4:after {
  width: 0;
}
.our-innovations .innovation-slider .innovation-thumb .thumb-item.slick-current h4:before {
  opacity: 1;
}
.our-innovations .innovation-slider .innovation-main-carousel .content-wrap {
  padding-right: 2.5rem;
}
@media (max-width: 991px) {
  .our-innovations .innovation-slider .innovation-main-carousel .content-wrap {
    padding-right: 0;
  }
}
.our-innovations .innovation-slider .innovation-main-carousel .content-wrap h4 {
  margin-bottom: 1.38rem;
}
@media (max-width: 991px) {
  .our-innovations .innovation-slider .innovation-main-carousel .content-wrap h4 {
    font-size: 1.38rem;
  }
}
.our-innovations .innovation-slider .innovation-main-carousel .content-wrap .title-para {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .our-innovations .innovation-slider .innovation-main-carousel .content-wrap .title-para {
    font-size: 1.13rem;
  }
}
.our-innovations .innovation-slider .innovation-main-carousel .content-wrap .sub-title {
  font-size: 1.13rem;
  margin-bottom: 0.88rem;
}
.our-innovations .innovation-slider .innovation-main-carousel .content-wrap p {
  line-height: 1.875;
}
.our-innovations .innovation-slider .innovation-main-carousel .content-wrap a.btn {
  padding: 0.57rem 3.13rem 0.57rem 0.88rem;
  font-size: 1.13rem;
}
.our-innovations .innovation-slider .innovation-main-carousel .content-wrap a.btn:after {
  content: "";
  background: url(../images/border-arrow.svg);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  right: 13px;
  background-color: #fff;
  border-radius: 50%;
  background-size: cover;
}
.our-innovations .innovation-slider .innovation-main-carousel .carousel-video {
  padding-left: 0;
  padding-top: 0.44rem;
}
@media (max-width: 767px) {
  .our-innovations .innovation-slider .innovation-main-carousel .carousel-video {
    padding-left: 0.94rem;
    padding-top: 2.5rem;
  }
}
.our-innovations .innovation-slider .innovation-main-carousel .carousel-video .video-image {
  border-radius: 5px;
  overflow: hidden;
}
.our-innovations .innovation-slider .innovation-main-carousel .carousel-video .video-image img {
  width: 100%;
}
.our-innovations .innovation-slider .innovation-main-carousel .carousel-video-wrap {
  position: relative;
}
.our-innovations .innovation-slider .innovation-main-carousel .carousel-video-wrap .icon-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  font-size: 3.82rem;
}

.breadcum {
  margin-bottom: 1.07rem;
}
.breadcum ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -0.75rem;
}
.breadcum ul li {
  padding: 0 0.75rem;
  position: relative;
}
.breadcum ul li span {
  font-size: 0.88rem;
  font-weight: 700;
}
.breadcum ul li span a {
  color: #ffffff;
  text-decoration: none;
}
.breadcum ul li span a:hover {
  color: #09BDC9;
}
.breadcum ul li span .icon-home-icon {
  font-size: 0.69rem;
}
.breadcum ul li span .icon-home-icon:hover:before {
  color: #09BDC9;
}
.breadcum ul li:not(:last-child):after {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -4px;
}

.inner-page-hero-section {
  padding: 1.38rem 0 2.82rem;
}
.inner-page-hero-section .hero-content {
  padding-bottom: 0.94rem;
}
@media (max-width: 991px) {
  .inner-page-hero-section .hero-content {
    padding-bottom: 3.13rem;
  }
}
.inner-page-hero-section .hero-content-wrap .banner-logo {
  margin-bottom: 1.25rem;
}
.inner-page-hero-section .hero-content-wrap h1 {
  line-height: 1.4;
  padding-bottom: 0;
  margin-bottom: 0.44rem;
}
.inner-page-hero-section .hero-content-wrap h1:after {
  display: none;
}
.inner-page-hero-section .hero-content-wrap h1 + h6 {
  padding-top: 1.75rem;
  position: relative;
}
.inner-page-hero-section .hero-content-wrap h1 + h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 68px;
  height: 5px;
  background: #ffffff;
}
.inner-page-hero-section .hero-content-wrap h6 {
  color: #ffffff;
  margin-bottom: 0;
  letter-spacing: 3.6px;
  line-height: 1.66;
  text-transform: uppercase;
}
.inner-page-hero-section .hero-image .banner-image {
  padding-left: 2.25rem;
  box-shadow: 0 3px 6px rgba(51, 51, 51, 0.45);
  overflow: hidden;
}
@media (max-width: 991px) {
  .inner-page-hero-section .hero-image .banner-image {
    margin-right: 0;
    padding-left: 0;
  }
}
.inner-page-hero-section .hero-image .banner-image img {
  width: 100%;
  border-radius: 5px;
}

.capability-section {
  padding: 3.13rem 0 1.13rem;
  position: relative;
}
.capability-section .section-heading {
  padding-bottom: 1.25rem;
  border-color: #BCBCBC;
}
.capability-blocks .title-btn {
  margin-bottom: 2.88rem;
}
.capability-blocks .single-block {
  margin-bottom: 2.82rem;
}
@media (max-width: 767px) {
  .capability-blocks .single-block {
    margin-bottom: 3.13rem;
  }
}
.capability-blocks .single-block-wrap {
  padding: 0 0 0 1.25rem;
  border-left: 1px solid #BCBCBC;
  height: 100%;
}
.capability-blocks .single-block-wrap .block-image {
  margin-bottom: 1.25rem;
  min-height: 68px;
  display: flex;
  align-items: center;
}
.capability-blocks .single-block-wrap h6 {
  color: #0A1940;
}
.capability-blocks .single-block-wrap h6:after {
  background: #BCBCBC;
}
.capability-blocks .single-block-wrap p a {
  color: #09BDC9;
  text-decoration: none;
}
.capability-blocks .single-block-wrap p a:hover {
  color: #0A1940;
}
.capability-blocks .single-block-wrap a.btn {
  margin-bottom: 1.25rem;
}
.capability-blocks .single-block-wrap .tick-list {
  margin: 0;
}
.capability-blocks .single-block-wrap .tick-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.capability-blocks .single-block-wrap .tick-list ul li {
  padding: 0 0 0 1.25rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}
.capability-blocks .single-block-wrap .tick-list ul li:before {
  width: 12px;
  height: 12px;
  background-size: cover;
  top: 6px;
}

.security-failer-section {
  position: relative;
  padding: 2.69rem 0 0.94rem;
}
.security-failer-section .mid-text {
  max-width: 46.88rem;
  margin: 1.25rem 0.19rem 2.57rem;
}
.security-failer-section .mid-text p {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .security-failer-section .mid-text p {
    font-size: 1.38rem;
  }
}
.security-failer-section .failer-blocks {
  padding: 2.13rem 0;
}
.security-failer-section .failer-blocks h6 {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3.7px;
  padding-bottom: 0.94rem;
  border-bottom: 5px solid rgba(255, 255, 255, 0.16);
  margin-bottom: 2.5rem;
  font-size: 1.13rem;
}
.security-failer-section .failer-blocks .row {
  margin: 0 -1.56rem;
}
@media (max-width: 991px) {
  .security-failer-section .failer-blocks .row {
    margin: 0 -0.93rem;
  }
}
.security-failer-section .failer-blocks .left-col {
  padding: 0 1.57rem;
}
@media (max-width: 991px) {
  .security-failer-section .failer-blocks .left-col {
    padding: 0 0.94rem;
  }
}
.security-failer-section .failer-blocks .left-col ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.security-failer-section .failer-blocks .left-col ul li {
  line-height: 1.57rem;
  padding: 0 0 0 2.07rem;
  font-weight: 700;
  margin-bottom: 1.19rem;
  position: relative;
}
.security-failer-section .failer-blocks .left-col ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.57rem;
  height: 1.57rem;
  background: url("../images/failer-icon.svg") no-repeat center center;
  background-size: cover;
}
.security-failer-section .failer-blocks .left-col .alert-blk {
  background: #F2CC63;
  margin: 1.88rem 0.69rem 0 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 1.38rem 1.19rem;
  position: relative;
}
.security-failer-section .failer-blocks .left-col .alert-blk:after {
  content: "";
  position: absolute;
  left: 0.75rem;
  left: 100%;
  width: 0;
  height: 0;
  border-left: 13px solid #f2cc63;
  border-right: 13px solid transparent;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}
.security-failer-section .failer-blocks .left-col .alert-blk img {
  margin-right: 0.63rem;
  margin-top: -0.31rem;
}
.security-failer-section .failer-blocks .left-col .alert-blk p {
  color: #0A1940;
}
.security-failer-section .failer-blocks .right-col {
  padding: 0 1.57rem;
}
@media (max-width: 991px) {
  .security-failer-section .failer-blocks .right-col {
    padding: 0 0.94rem;
  }
}
@media (max-width: 767px) {
  .security-failer-section .failer-blocks .right-col {
    margin-top: 3.13rem;
  }
}
.security-failer-section .failer-blocks .right-col .block-image {
  margin: -0.25rem -0.37rem;
}

.blindspot-section {
  padding: 3.13rem 0 0;
  position: relative;
}
.blindspot-section > .bg-image img {
  height: auto;
}
.blindspot-section .heading-part {
  margin-bottom: 3.32rem;
}
.blindspot-section .heading-part .section-heading {
  border-color: #BCBCBC;
}
.blindspot-section .heading-part .title-btn h4 {
  max-width: 39.69rem;
}
.blindspot-wrap .blindspot-title h6 {
  letter-spacing: 0.23rem;
  border-bottom: 0.32rem solid #BCBCBC;
  padding-bottom: 0.94rem;
  margin-bottom: 1.75rem;
}
.blindspot-wrap .blindspot-security {
  position: relative;
}
.blindspot-wrap .blindspot-security .bg-image img {
  object-position: 50% 100px;
}
.blindspot-wrap .blindspot-security-wrap {
  padding-bottom: 2.69rem;
}
.blindspot-wrap .blindspot-security-wrap .circle-block {
  margin: 0 -0.5rem;
}
.blindspot-wrap .blindspot-security-wrap .circle-block .single-circle {
  padding: 0 0.5rem;
}
@media (max-width: 767px) {
  .blindspot-wrap .blindspot-security-wrap .circle-block .single-circle {
    margin-bottom: 1.25rem;
  }
}
.blindspot-wrap .blindspot-security-wrap .circle-block .single-circle-wrap {
  aspect-ratio: 1/1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  align-content: center;
  padding: 0.94rem;
  border: 5px solid #09BDC9;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .blindspot-wrap .blindspot-security-wrap .circle-block .single-circle-wrap {
    max-width: 15.63rem;
    margin: auto;
  }
}
.blindspot-wrap .blindspot-security-wrap .circle-block .single-circle-wrap .circle-icon {
  margin-bottom: 1.25rem;
  width: 100%;
  position: relative;
}
@media (max-width: 1100px) {
  .blindspot-wrap .blindspot-security-wrap .circle-block .single-circle-wrap .circle-icon {
    max-width: 5rem;
  }
}
@media (max-width: 991px) {
  .blindspot-wrap .blindspot-security-wrap .circle-block .single-circle-wrap .circle-icon {
    max-width: 3.75rem;
    margin-bottom: 0.63rem;
  }
}
.blindspot-wrap .blindspot-security-wrap .circle-block .single-circle-wrap .circle-icon img {
  transition: all 0.3s;
}
.blindspot-wrap .blindspot-security-wrap .circle-block .single-circle-wrap .circle-icon .hover {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.blindspot-wrap .blindspot-security-wrap .circle-block .single-circle-wrap h6 {
  line-height: 2;
  margin: 0;
  transition: all 0.3s;
  width: 100%;
}
@media (max-width: 991px) {
  .blindspot-wrap .blindspot-security-wrap .circle-block .single-circle-wrap h6 {
    font-size: 0.82rem;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .blindspot-wrap .blindspot-security-wrap .circle-block .single-circle-wrap h6 {
    font-size: 1.13rem;
    line-height: 1.5;
  }
}
.blindspot-wrap .blindspot-security-wrap .circle-block .single-circle:first-child, .blindspot-wrap .blindspot-security-wrap .circle-block .single-circle:last-child {
  margin-top: 2.69rem;
}
@media (max-width: 767px) {
  .blindspot-wrap .blindspot-security-wrap .circle-block .single-circle:first-child, .blindspot-wrap .blindspot-security-wrap .circle-block .single-circle:last-child {
    margin-top: 0;
  }
}
.blindspot-wrap .blindspot-security-wrap .circle-block .single-circle:hover .single-circle-wrap, .blindspot-wrap .blindspot-security-wrap .circle-block .single-circle.active .single-circle-wrap {
  background: #09BDC9;
  box-shadow: 0 0 20px #09BDC9;
}
.blindspot-wrap .blindspot-security-wrap .circle-block .single-circle:hover .single-circle-wrap .circle-icon .hover, .blindspot-wrap .blindspot-security-wrap .circle-block .single-circle.active .single-circle-wrap .circle-icon .hover {
  opacity: 1;
}
.blindspot-wrap .blindspot-security-wrap .circle-block .single-circle:hover .single-circle-wrap h6, .blindspot-wrap .blindspot-security-wrap .circle-block .single-circle.active .single-circle-wrap h6 {
  color: #ffffff;
}
.blindspot-wrap .blindspot-security-wrap .circle-content-block {
  position: relative;
}
.blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 16.38rem;
  width: 100%;
}
@media (max-width: 991px) {
  .blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-logo {
    max-width: 15.32rem;
  }
}
@media (max-width: 767px) {
  .blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-logo {
    margin: 0 auto 1.25rem;
    position: static;
    transform: inherit;
  }
}
.blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-logo img {
  width: 100%;
}
.blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap {
  max-width: 50.63rem;
  min-height: 30.88rem;
  margin: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 767px) {
  .blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap {
    flex-direction: unset;
    min-height: inherit;
    margin: 0 -0.62rem;
  }
}
.blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content {
  max-width: 15.07rem;
  background: #fff;
  padding: 1.13rem 1.44rem 0.69rem 0.94rem;
  counter-increment: circle-counter;
  border: 2px solid #09BDC9;
  border-radius: 0.63rem;
  margin: 0 auto;
  transition: all 0.3s;
  position: relative;
}
@media (max-width: 991px) {
  .blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content {
    max-width: 13.13rem;
    padding: 1.13rem 0.63rem 0.69rem 0.63rem;
  }
}
@media (max-width: 767px) {
  .blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content {
    max-width: 46.4%;
    width: 100%;
    margin: 0 0.63rem 1.25rem;
  }
}
@media (max-width: 575px) {
  .blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content {
    max-width: 100%;
  }
}
.blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content .arrow-image {
  position: absolute;
  top: 60px;
  right: -86px;
}
@media (max-width: 767px) {
  .blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content .arrow-image {
    display: none;
  }
}
.blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content .circle-block-wrap {
  padding-top: 4.69rem;
  position: relative;
  padding-left: 1rem;
}
@media (max-width: 991px) {
  .blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content .circle-block-wrap {
    padding-top: 4.07rem;
  }
}
.blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content .circle-block-wrap:before {
  content: "0" counter(circle-counter);
  position: absolute;
  left: 16px;
  top: 0;
  font-size: 4.5rem;
  font-weight: 100;
  line-height: 0.89;
}
@media (max-width: 991px) {
  .blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content .circle-block-wrap:before {
    font-size: 4.07rem;
  }
}
.blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content .circle-block-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: calc(100% - 10px);
  background: #09BDC9;
}
.blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content .circle-block-wrap h6 {
  line-height: 2;
  margin: 0;
}
@media (max-width: 991px) {
  .blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content .circle-block-wrap h6 {
    font-size: 1rem;
  }
}
.blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content:nth-child(2) .arrow-image {
  position: absolute;
  left: -12px;
  transform: rotate(90deg);
  bottom: -84px;
  right: unset;
  top: unset;
}
.blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content:nth-child(2), .blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content:nth-child(4) {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content:nth-child(2), .blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content:nth-child(4) {
    position: static;
    transform: inherit;
  }
}
.blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content:nth-child(3) {
  margin-top: auto;
}
@media (max-width: 767px) {
  .blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content:nth-child(3) {
    margin-top: 0;
  }
}
.blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content:nth-child(3) .arrow-image {
  top: inherit;
  bottom: 54px;
  right: inherit;
  left: -84px;
  transform: rotate(180deg);
}
.blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content:nth-child(4) {
  right: inherit;
  left: 0;
}
.blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content:nth-child(4) .arrow-image {
  right: -12px;
  top: -79px;
  transform: rotate(-90deg);
}
.blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content.active {
  background: #09BDC9;
  box-shadow: 0 0 20px #09BDC9;
}
.blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content.active .circle-block-wrap:before {
  color: #ffffff;
}
.blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content.active .circle-block-wrap:after {
  background: #ffffff;
}
.blindspot-wrap .blindspot-security-wrap .circle-content-block .circle-content-wrap .circle-content.active .circle-block-wrap h6 {
  color: #ffffff;
}
.blindspot-wrap .blindspot-security .use-cases {
  padding-bottom: 3rem;
}
.blindspot-wrap .blindspot-security .use-cases .section-heading {
  border: none;
  padding-bottom: 1.88rem;
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap {
  margin: 0 -0.43rem;
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion {
  padding: 0 0.44rem;
}
@media (max-width: 991px) {
  .blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion {
    margin-bottom: 1.88rem;
  }
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion .accordion-wrap {
  border: 2px solid #000;
  border-radius: 10px;
  padding-bottom: 2.5rem;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  transition: all 0.3s;
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion .accordion-wrap .accordion-title {
  padding: 1.13rem 1.57rem 1.63rem 1rem;
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion .accordion-wrap .accordion-title h3 {
  font-size: 1.88rem;
  font-weight: 400;
  margin: 0;
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion .accordion-wrap .accordion-title .arrow {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: right;
  padding: 0.63rem 0.94rem 0.38rem;
  background: #0A1940;
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion .accordion-wrap .accordion-title .arrow span {
  display: inline-block;
  transform: rotate(90deg);
  font-size: 1.07rem;
  transition: all 0.5s;
  cursor: pointer;
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion .accordion-wrap .accordion-content {
  padding: 0 0.94rem 1rem 1.13rem;
  margin-top: -0.68rem;
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion .accordion-wrap .accordion-content p {
  font-size: 1.13rem;
  line-height: 1.66;
  font-weight: 400;
  margin-bottom: 1.13rem;
  color: #ffffff;
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion .accordion-wrap .accordion-content a.btn {
  font-size: 1.13rem;
  padding: 0.57rem 3.07rem 0.57rem 0.88rem;
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion .accordion-wrap .accordion-content a.btn:after {
  font-size: 0.75rem;
  right: 15px;
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion:first-child .accordion-wrap {
  border-color: #EB6272;
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion:first-child .accordion-title .arrow {
  background: #EB6272;
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion:nth-child(2) .accordion-wrap {
  border-color: #AD53F0;
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion:nth-child(2) .accordion-title .arrow {
  background: #AD53F0;
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion:nth-child(3) .accordion-wrap {
  border-color: #E88064;
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion:nth-child(3) .accordion-title .arrow {
  background: #E88064;
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion:nth-child(4) .accordion-wrap {
  border-color: #F2CC63;
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion:nth-child(4) .accordion-title .arrow {
  background: #F2CC63;
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion.active .accordion-wrap {
  padding-bottom: 0;
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion.active .accordion-wrap .accordion-title h3 {
  color: #ffffff;
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion.active .accordion-wrap .accordion-title .arrow span {
  transform: rotate(-90deg);
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion.active:first-child .accordion-wrap {
  background: #EB6272;
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion.active:nth-child(2) .accordion-wrap {
  background: #AD53F0;
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion.active:nth-child(3) .accordion-wrap {
  background: #E88064;
}
.blindspot-wrap .blindspot-security .use-cases .cases-wrap .case-accordion.active:nth-child(4) .accordion-wrap {
  background: #F2CC63;
}

.blind-spot-partner {
  padding: 2.19rem 0 3.19rem;
  position: relative;
  background: #0A1940;
}
.blind-spot-partner .section-heading {
  border-color: #BCBCBC;
  padding-bottom: 1.88rem;
}
.blind-spot-partner .section-heading h2 {
  margin-top: 0.88rem;
}
.blind-spot-partner .single-block h6 {
  color: #0A1940;
}
.blind-spot-partner .partner-blocks .title-btn {
  margin-bottom: 2.88rem;
}
.blind-spot-partner .partner-blocks .title-btn h4 {
  color: #ffffff;
}
.blind-spot-partner .partner-blocks .row {
  margin: 0 -0.43rem;
  justify-content: center;
}
.blind-spot-partner .partner-blocks .single-block {
  padding: 0 0.44rem;
  height: auto;
}
@media (max-width: 991px) {
  .blind-spot-partner .partner-blocks .single-block {
    width: 50%;
    margin-bottom: 1.88rem;
  }
}
@media (max-width: 575px) {
  .blind-spot-partner .partner-blocks .single-block {
    width: 100%;
  }
}
.blind-spot-partner .partner-blocks .single-block a {
  text-decoration: none;
}
.blind-spot-partner .partner-blocks .single-block .single-block-wrap {
  border: 3px solid #000;
  border-radius: 0.57rem;
  padding: 0.88rem 0.82rem 0.69rem;
  height: 100%;
  transition: all 0.3s;
  background: #ffffff;
  cursor: pointer;
}
.blind-spot-partner .partner-blocks .single-block .single-block-wrap .block-image {
  margin-bottom: 0.82rem;
  position: relative;
}
.blind-spot-partner .partner-blocks .single-block .single-block-wrap .block-image .hover {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 46px;
  opacity: 0;
}
.blind-spot-partner .partner-blocks .single-block .single-block-wrap h6 {
  font-size: 1rem;
  padding-bottom: 1.13rem;
  margin-bottom: 1.07rem;
  transition: all 0.3s;
}
.blind-spot-partner .partner-blocks .single-block .single-block-wrap h6:after {
  width: 26px;
  height: 3px;
  background: #000;
  transition: all 0.3s;
}
.blind-spot-partner .partner-blocks .single-block .single-block-wrap p {
  font-size: 0.88rem;
  line-height: 1.71;
  transition: all 0.3s;
}
.blind-spot-partner .partner-blocks .single-block .single-block-wrap .btn {
  margin-bottom: 0.63rem;
}
.blind-spot-partner .partner-blocks .single-block .single-block-wrap:hover {
  background: #09BDC9;
}
.blind-spot-partner .partner-blocks .single-block .single-block-wrap:hover .block-image {
  position: relative;
}
.blind-spot-partner .partner-blocks .single-block .single-block-wrap:hover .block-image .hover {
  opacity: 1;
  z-index: 1;
}
.blind-spot-partner .partner-blocks .single-block .single-block-wrap:hover h6 {
  color: #ffffff;
}
.blind-spot-partner .partner-blocks .single-block .single-block-wrap:hover h6:after {
  background: #ffffff;
}
.blind-spot-partner .partner-blocks .single-block .single-block-wrap:hover p {
  color: #ffffff;
}
.blind-spot-partner .partner-blocks .single-block:nth-child(4n+1) .single-block-wrap {
  border-color: #09BDC9;
}
.blind-spot-partner .partner-blocks .single-block:nth-child(4n+1) .single-block-wrap h6:after {
  background: #09BDC9;
}
.blind-spot-partner .partner-blocks .single-block:nth-child(4n+1) .single-block-wrap:hover {
  background: #09BDC9;
}
.blind-spot-partner .partner-blocks .single-block:nth-child(4n+1) .single-block-wrap:hover h6:after {
  background: #ffffff;
}
.blind-spot-partner .partner-blocks .single-block:nth-child(4n+2) .single-block-wrap {
  border-color: #EB6272;
}
.blind-spot-partner .partner-blocks .single-block:nth-child(4n+2) .single-block-wrap h6:after {
  background: #EB6272;
}
.blind-spot-partner .partner-blocks .single-block:nth-child(4n+2) .single-block-wrap:hover {
  background: #EB6272;
}
.blind-spot-partner .partner-blocks .single-block:nth-child(4n+2) .single-block-wrap:hover h6:after {
  background: #ffffff;
}
.blind-spot-partner .partner-blocks .single-block:nth-child(4n+3) .single-block-wrap {
  border-color: #AD53F0;
}
.blind-spot-partner .partner-blocks .single-block:nth-child(4n+3) .single-block-wrap h6:after {
  background: #AD53F0;
}
.blind-spot-partner .partner-blocks .single-block:nth-child(4n+3) .single-block-wrap:hover {
  background: #AD53F0;
}
.blind-spot-partner .partner-blocks .single-block:nth-child(4n+3) .single-block-wrap:hover h6:after {
  background: #ffffff;
}
.blind-spot-partner .partner-blocks .single-block:nth-child(4n+4) .single-block-wrap {
  border-color: #E88064;
}
.blind-spot-partner .partner-blocks .single-block:nth-child(4n+4) .single-block-wrap h6:after {
  background: #E88064;
}
.blind-spot-partner .partner-blocks .single-block:nth-child(4n+4) .single-block-wrap:hover {
  background: #E88064;
}
.blind-spot-partner .partner-blocks .single-block:nth-child(4n+4) .single-block-wrap:hover h6:after {
  background: #ffffff;
}

.blindspot-integration {
  padding: 4.07rem 0;
}
.blindspot-integration .hero-content-wrap {
  padding-right: 2.19rem;
}
@media (max-width: 1100px) {
  .blindspot-integration .hero-content-wrap {
    padding-right: 0;
  }
}
.blindspot-integration .hero-content-wrap h1 {
  padding-bottom: 1.25rem;
}
@media (min-width: 1100px) {
  .blindspot-integration .hero-content-wrap h1 {
    font-size: 4.5rem;
    line-height: 1.25;
  }
}
.blindspot-integration .hero-content-wrap h6 {
  color: #ffffff;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
.blindspot-integration .hero-content-wrap p {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
@media (min-width: 1100px) {
  .blindspot-integration .hero-content-wrap p {
    padding-right: 0.94rem;
  }
}
.blindspot-integration .hero-content-wrap a.btn {
  text-align: left;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 10px;
}
@media (min-width: 1100px) {
  .blindspot-integration .hero-content-wrap a.btn {
    padding-right: 5.13rem;
    padding-left: 1.25rem;
    margin-right: 1.57rem;
  }
}
.blindspot-integration .hero-links-wrap ul li:first-child {
  top: 41px;
  left: 42px;
}
.blindspot-integration .hero-links-wrap ul li:nth-child(2) {
  top: -23px;
  right: 22%;
}
@media (max-width: 767px) {
  .blindspot-integration .hero-links-wrap ul li:nth-child(2) {
    top: 0;
  }
}
.blindspot-integration .hero-links-wrap ul li:nth-child(3) {
  top: 27.3%;
  left: 28.2%;
}
.blindspot-integration .hero-links-wrap ul li:nth-child(4) {
  top: 36.7%;
  right: 64px;
  left: inherit;
}
.blindspot-integration .hero-links-wrap ul li:nth-child(5) {
  left: 36px;
  bottom: 116px;
  top: inherit;
}
.blindspot-integration .hero-links-wrap ul li:nth-child(6) {
  bottom: 3.8%;
  left: 41%;
}

.anchor-section {
  padding: 2.25rem 0;
  background: #0A1940;
}
.anchor-wrap h4 {
  margin-bottom: 1.5rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .anchor-wrap h4 {
    font-size: 1.25rem;
  }
}
.anchor-wrap h6 {
  text-transform: uppercase;
  letter-spacing: 0.23rem;
  color: #ffffff;
  font-size: 1.13rem;
}
.anchor-wrap .anchor-btns {
  margin: 1.88rem -0.75rem 0.25rem;
}
@media (max-width: 991px) {
  .anchor-wrap .anchor-btns {
    margin: 1.88rem -0.31rem 0.25rem;
  }
}
@media (max-width: 575px) {
  .anchor-wrap .anchor-btns {
    justify-content: flex-start;
  }
}
.anchor-wrap .anchor-btns .btn {
  margin: 0 0.75rem;
  padding: 0.82rem 3.94rem 1.07rem 1.63rem;
}
@media (max-width: 1100px) {
  .anchor-wrap .anchor-btns .btn {
    font-size: 1.38rem;
  }
}
@media (max-width: 991px) {
  .anchor-wrap .anchor-btns .btn {
    font-size: 1.13rem;
    padding: 0.63rem 3.13rem 0.63rem 0.94rem;
    margin: 0 0.32rem;
  }
}
@media (max-width: 767px) {
  .anchor-wrap .anchor-btns .btn {
    margin-bottom: 0.63rem;
  }
}
@media (max-width: 575px) {
  .anchor-wrap .anchor-btns .btn {
    width: 100%;
    text-align: left;
  }
}
.anchor-wrap .anchor-btns .btn:after {
  transform: translateY(-50%) rotate(90deg);
}

.anchor-heading {
  padding: 1.94rem 0 2.07rem;
}
.anchor-heading h2 {
  font-size: 3.68rem;
  line-height: 1.17;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .anchor-heading h2 {
    font-size: 3.13rem;
  }
}
@media (max-width: 767px) {
  .anchor-heading h2 {
    font-size: 2.5rem;
  }
}

.partner-tab .tabs-nav {
  background: #09BDC9;
  padding: 0.88rem 0;
}
.partner-tab .tabs-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -7px;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .partner-tab .tabs-nav ul {
    flex-wrap: wrap;
  }
}
.partner-tab .tabs-nav ul li {
  padding: 0 7px;
}
@media (max-width: 767px) {
  .partner-tab .tabs-nav ul li {
    margin-bottom: 0.94rem;
  }
}
@media (max-width: 575px) {
  .partner-tab .tabs-nav ul li {
    width: 100%;
  }
}
.partner-tab .tabs-nav ul li .btn {
  font-size: 1.13rem;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 500;
  padding: 0.5rem 2.5rem 0.5rem 1.13rem;
}
@media (max-width: 575px) {
  .partner-tab .tabs-nav ul li .btn {
    width: 100%;
    text-align: left;
  }
}
.partner-tab .tabs-nav ul li .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  width: 17px;
  height: 17px;
  background: url("../images/tab-arrow.svg") no-repeat center center;
  background-size: cover;
  transition: all 0.3s;
}
.partner-tab .tabs-nav ul li .btn:hover {
  background: #ffffff;
  color: #09BDC9;
}
.partner-tab .tabs-nav ul li.current .btn {
  background: #ffffff;
  color: #09BDC9;
}
.partner-tab .tabs-nav ul li.current .btn:after {
  transform: translateY(-50%) rotate(90deg);
}
.partner-tab .tabs-main-content .tab-content {
  display: none;
}
.partner-tab .tabs-main-content .tab-content .tab-content-top {
  padding-bottom: 1.38rem;
  padding-top: 2.82rem;
  position: relative;
}
.partner-tab .tabs-main-content .tab-content .section-heading {
  padding-bottom: 1.38rem;
  border-color: #BCBCBC;
}
.partner-tab .tabs-main-content .tab-content .video-content {
  margin: 1.63rem 0;
}
.partner-tab .tabs-main-content .tab-content .video-content .content-column {
  padding-right: 3.13rem;
}
@media (max-width: 991px) {
  .partner-tab .tabs-main-content .tab-content .video-content .content-column {
    padding-right: 0.94rem;
  }
}
.partner-tab .tabs-main-content .tab-content .video-content .content-column h2 {
  font-weight: 300;
  line-height: 1.4;
}
.partner-tab .tabs-main-content .tab-content .video-content .video-column {
  padding-top: 0.38rem;
}
.partner-tab .tabs-main-content .tab-content .video-content .video-column-wrap {
  position: relative;
}
.partner-tab .tabs-main-content .tab-content .video-content .video-column-wrap .icon-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.69rem;
  color: #ffffff;
}
.partner-tab .tabs-main-content .tab-content .green-bg-content {
  background: #65D193;
  padding: 1.5rem 1.25rem 1.5rem 4.38rem;
  border-radius: 10px;
  position: relative;
  margin-bottom: 2.5rem;
}
.partner-tab .tabs-main-content .tab-content .green-bg-content:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background: url("../images/green-tick.svg");
  background-size: cover;
}
.partner-tab .tabs-main-content .tab-content .cta-block {
  background: #0A1940;
  padding: 2.5rem 0 3rem;
}
.partner-tab .tabs-main-content .tab-content .cta-block-wrap h6 {
  font-size: 1.13rem;
  line-height: 2;
  max-width: 35.63rem;
  width: calc(100% - 232px);
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .partner-tab .tabs-main-content .tab-content .cta-block-wrap h6 {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.partner-tab .tabs-main-content .tab-content .cta-block-wrap h6 a {
  display: inline-block;
  color: #09BDC9;
  text-decoration: underline;
}
.partner-tab .tabs-main-content .tab-content .cta-block-wrap h6 a:hover {
  color: #ffffff;
}
.partner-tab .tabs-main-content .tab-content .cta-block-wrap a.btn {
  margin-left: 0.94rem;
}
@media (max-width: 767px) {
  .partner-tab .tabs-main-content .tab-content .cta-block-wrap a.btn {
    margin-left: 0;
  }
}

.anchor-content .image-title-block {
  margin: 1.63rem 0 2.19rem;
}
.anchor-content .image-title-block .block-title {
  padding-bottom: 0.94rem !important;
  margin-bottom: 2.5rem;
  border-bottom: 5px solid #BCBCBC;
}
.anchor-content .image-title-block .row {
  margin: 0 -13px;
}
.anchor-content .image-title-block .row .single-block-title {
  padding: 0 13px;
}
@media (max-width: 991px) {
  .anchor-content .image-title-block .row .single-block-title:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.anchor-content .image-title-block .row .single-block-title .single-block-wrap {
  padding-left: 0.75rem;
  border-left: 1px solid rgba(188, 188, 188, 0.4);
  height: 100%;
}
.anchor-content .image-title-block .row .single-block-title .single-block-wrap .block-image {
  height: 64px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.94rem;
}
.anchor-content .image-title-block .row .single-block-title .single-block-wrap h6 {
  font-size: 1.13rem;
  line-height: 2;
  margin-bottom: 0;
}

.engagement-section .section-heading {
  padding-bottom: 1.38rem;
  border-color: #BCBCBC;
  margin-bottom: 2rem;
}
.engagement-blocks {
  padding-bottom: 1.07rem;
}
.engagement-blocks .single-block {
  margin-bottom: 2.5rem;
}
.engagement-blocks .single-block-wrap {
  border-left: 1px solid rgba(188, 188, 188, 0.4);
  padding-left: 0.75rem;
  height: 100%;
}
.engagement-blocks .single-block-wrap h6 {
  color: #0A1940;
}
.engagement-blocks .single-block-wrap h6:after {
  background: rgba(188, 188, 188, 0.4);
}
.engagement-blocks .single-block-wrap p {
  max-width: 14.38rem;
}
@media (max-width: 991px) {
  .engagement-blocks .single-block-wrap p {
    max-width: 100%;
  }
}
.engagement-option {
  padding: 3.44rem 0 1rem;
  background: #0A1940;
}
.engagement-option-block .row {
  margin: 0 -1.06rem;
}
.engagement-option-block .option-block {
  padding: 0 1.07rem;
  margin-bottom: 2.5rem;
  counter-increment: option-counter;
}
.engagement-option-block .option-block-wrap {
  height: 100%;
  padding-bottom: 2.25rem;
  position: relative;
}
.engagement-option-block .option-block-wrap .option-heading {
  padding-bottom: 0.19rem;
  border-bottom: 5px solid #fff;
  margin-bottom: 1.13rem;
}
.engagement-option-block .option-block-wrap .option-heading h3 {
  color: #ffffff;
  margin-bottom: 0.38rem;
}
.engagement-option-block .option-block-wrap .option-heading h5 {
  color: #ffffff;
  font-size: 1.25rem;
}
@media (max-width: 991px) {
  .engagement-option-block .option-block-wrap .option-heading h5 {
    font-size: 1.13rem;
  }
}
.engagement-option-block .option-block-wrap .option-desc {
  padding-left: 6.13rem;
  padding-bottom: 0.94rem;
  position: relative;
}
@media (max-width: 991px) {
  .engagement-option-block .option-block-wrap .option-desc {
    padding-left: 3.75rem;
  }
}
.engagement-option-block .option-block-wrap .option-desc:before {
  content: "0" counter(option-counter);
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  left: 16px;
  top: 0;
  font-size: 3.68rem;
  font-weight: 300;
  line-height: 1.16;
}
@media (max-width: 991px) {
  .engagement-option-block .option-block-wrap .option-desc:before {
    font-size: 2.82rem;
    left: 0;
  }
}
.engagement-option-block .option-block-wrap .option-desc p {
  color: #ffffff;
  font-size: 1.13rem;
  line-height: 1.67;
}
@media (max-width: 767px) {
  .engagement-option-block .option-block-wrap .option-desc p {
    min-height: 53px;
  }
}
.engagement-option-block .option-block-wrap .btn-block {
  position: absolute;
  bottom: 0;
  left: 0;
}
.engagement-option-block .option-block-wrap .btn-block a {
  padding: 0.57rem 2.63rem 0.57rem 1.07rem;
  font-size: 0.82rem;
  font-weight: 500;
}
.engagement-option-block .option-block-wrap .btn-block a:after {
  content: "";
  background: #fff url(../images/border-arrow.svg);
  width: 0.88rem;
  height: 0.88rem;
  background-repeat: no-repeat;
  right: 9px;
  border-radius: 50%;
  background-size: cover;
}
.engagement-option-block .option-block:nth-child(3n+1) .option-block-wrap .option-heading {
  border-color: #AD53F0;
}
.engagement-option-block .option-block:nth-child(3n+2) .option-block-wrap .option-heading {
  border-color: #EB6272;
}
.engagement-option-block .option-block:nth-child(3n+3) .option-block-wrap .option-heading {
  border-color: #F2CC63;
}

.partner-support .anchor-heading {
  padding-bottom: 1.25rem;
  border-bottom: 5px solid rgba(188, 188, 188, 0.4);
  margin-bottom: 2.44rem;
}
.partner-support .anchor-heading h2 {
  margin-bottom: 0.82rem;
}
.partner-support .anchor-heading p {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.partner-support .our-world {
  padding-top: 2.13rem;
}
.partner-support .our-world .section-heading {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2.5rem;
}
.partner-support .our-world .section-heading .headings {
  width: calc(100% - 232px);
}
@media (max-width: 767px) {
  .partner-support .our-world .section-heading .headings {
    width: 100%;
  }
}
.partner-support .our-world .section-heading .btn-block {
  width: 232px;
}
@media (max-width: 767px) {
  .partner-support .our-world .section-heading .btn-block {
    width: 100%;
  }
}
.partner-support .our-world .world-content .tab-content .two-column-content {
  max-width: 0 -18px;
}
@media (max-width: 991px) {
  .partner-support .our-world .world-content .tab-content .two-column-content {
    max-width: 0 -15px;
  }
}
.partner-support .our-world .world-content .tab-content .two-column-content .image {
  padding: 0 18px;
  width: 52.4%;
}
@media (max-width: 991px) {
  .partner-support .our-world .world-content .tab-content .two-column-content .image {
    width: 100%;
    padding: 0 15px;
  }
}
.partner-support .our-world .world-content .tab-content .two-column-content .image img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}
.partner-support .our-world .world-content .tab-content .two-column-content .tab-text {
  width: 47.6%;
  padding: 0 18px;
}
@media (max-width: 991px) {
  .partner-support .our-world .world-content .tab-content .two-column-content .tab-text {
    width: 100%;
    padding: 0 15px;
  }
}
.partner-support .our-world .world-content .tab-content .two-column-content .tab-text h4 {
  margin-bottom: 1.57rem;
}

.our-mission-section {
  padding: 4.19rem 0 3.38rem;
  position: relative;
}
.our-mission-wrap {
  max-width: 48.13rem;
  margin: auto;
}
.our-mission-wrap h6 {
  color: #ffffff;
  letter-spacing: 3.6px;
  padding-bottom: 2rem;
  margin-bottom: 1.75rem;
  position: relative;
  font-size: 1.13rem;
  line-height: 1.66;
}
.our-mission-wrap h6:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 76px;
  height: 5px;
  background: #ffffff;
}
.our-mission-wrap h2 {
  color: #ffffff;
  font-weight: 300;
  line-height: 1.4;
}
.our-mission-wrap .logo-img {
  margin-top: 1.07rem;
}

.our-culture {
  padding: 3.13rem 0 3.63rem;
  position: relative;
}
.our-culture .section-heading {
  padding-bottom: 1.88rem;
  margin-bottom: 2.07rem;
  border-color: #BCBCBC;
}
.our-culture-wrap .content {
  padding-left: calc((100% - 1090px) / 2);
}
@media (max-width: 1100px) {
  .our-culture-wrap .content {
    padding-left: 1.88rem;
  }
}
@media (max-width: 991px) {
  .our-culture-wrap .content {
    padding-left: 1.25rem;
  }
}
.our-culture-wrap .content h4 {
  line-height: 1.25;
}
.our-culture-wrap .content p {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .our-culture-wrap .content p {
    font-size: 1.13rem;
  }
}
.our-culture-wrap .image-col {
  padding-right: 0;
}
@media (max-width: 991px) {
  .our-culture-wrap .image-col {
    margin-top: 1.88rem;
    padding: 0 1.25rem;
  }
}
.our-culture-wrap .image-col-wrap {
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}
.our-culture-wrap .image-col img {
  width: 100%;
}

.our-value {
  background: #0A1940;
  padding: 2.63rem 0 1.57rem;
}
.our-value .section-heading {
  margin-bottom: 1.44rem;
}
.our-value-wrap p {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 991px) {
  .our-value-wrap p {
    font-size: 1.38rem;
  }
}
.our-value-wrap .value-blocks {
  margin-top: 2.19rem;
}
.our-value-wrap .value-blocks ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0 -0.68rem;
  list-style: none;
}
.our-value-wrap .value-blocks ul li {
  padding: 0 0.69rem;
  width: 16.66%;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .our-value-wrap .value-blocks ul li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .our-value-wrap .value-blocks ul li {
    width: 33.33%;
  }
}
@media (max-width: 575px) {
  .our-value-wrap .value-blocks ul li {
    width: 50%;
  }
}
.our-value-wrap .value-blocks ul li span {
  color: #ffffff;
  font-size: 1.13rem;
  line-height: 2;
  font-weight: 700;
  width: 100%;
  height: 100%;
  border: 5px solid #000;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.our-value-wrap .value-blocks ul li:first-child span {
  border-color: #AD53F0;
}
.our-value-wrap .value-blocks ul li:nth-child(2) span {
  border-color: #65D193;
}
.our-value-wrap .value-blocks ul li:nth-child(3) span {
  border-color: #EB6272;
}
.our-value-wrap .value-blocks ul li:nth-child(4) span {
  border-color: #09BDC9;
}
.our-value-wrap .value-blocks ul li:nth-child(5) span {
  border-color: #E88064;
}
.our-value-wrap .value-blocks ul li:nth-child(6) span {
  border-color: #F2CC63;
}

.partner-commitment {
  padding: 3.13rem 0 0.32rem;
  position: relative;
}
.partner-commitment .section-heading {
  border-color: #BCBCBC;
  margin-bottom: 2.94rem;
}
.partner-commitment-wrap .single-block {
  margin-bottom: 3.13rem;
}
.partner-commitment-wrap .single-block-wrap {
  padding-left: 0.75rem;
  border-left: 1px solid #BCBCBC;
  height: 100%;
  padding-bottom: 0.63rem;
}
.partner-commitment-wrap .single-block-wrap h6 {
  color: #0A1940;
  padding-left: 2rem;
}
.partner-commitment-wrap .single-block-wrap h6:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 22px;
  height: 22px;
  background: url("../images/tick-icon.svg") no-repeat;
  background-size: cover;
}
.partner-commitment-wrap .single-block-wrap h6:after {
  background: rgba(188, 188, 188, 0.4);
}

.join-team {
  background: #0A1940;
  padding: 2.82rem 0 3.44rem;
}
.join-team .section-heading {
  border: none;
  padding-bottom: 0;
}
.join-team .section-heading .left-heading {
  width: calc(100% - 267px);
}
@media (max-width: 991px) {
  .join-team .section-heading .left-heading {
    width: calc(100% - 235px);
  }
}
@media (max-width: 767px) {
  .join-team .section-heading .left-heading {
    width: 100%;
  }
}
.join-team .section-heading .left-heading .headings {
  width: 42%;
}
@media (max-width: 1100px) {
  .join-team .section-heading .left-heading .headings {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .join-team .section-heading .left-heading .headings {
    width: 50%;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .join-team .section-heading .left-heading .headings {
    width: 100%;
    padding-bottom: 1.25rem;
  }
}
.join-team .section-heading .left-heading .heading-para {
  width: 59%;
  max-width: 20rem;
  padding-left: 0.94rem;
  border-left: 5px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 991px) {
  .join-team .section-heading .left-heading .heading-para {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .join-team .section-heading .left-heading .heading-para {
    width: 100%;
    max-width: 100%;
  }
}
.join-team .section-heading .left-heading .heading-para p {
  font-size: 1.13rem;
  font-weight: 700;
  line-height: 1.66;
}

.timeline-section {
  background: #0A1940;
  padding: 4.13rem 0 2.82rem;
}
.timeline-section .section-heading {
  padding-bottom: 1.38rem;
  margin-bottom: 1.44rem;
  border-color: #BCBCBC;
}
@media (max-width: 767px) {
  .timeline-wrap .journey-wrap {
    flex-direction: column-reverse;
  }
}
.timeline-wrap .journey-wrap .left-col {
  width: 217px;
  padding-top: 0.44rem;
}
@media (max-width: 767px) {
  .timeline-wrap .journey-wrap .left-col {
    width: 151px;
    padding-top: 1.88rem;
  }
}
.timeline-wrap .journey-wrap .left-col span {
  display: inline-block;
  padding: 0.88rem 1.75rem;
  background: #ffffff;
  color: #0A1940;
  font-weight: 700;
  font-size: 1.13rem;
  letter-spacing: 3.6px;
  border-radius: 0.63rem;
  position: relative;
  margin-bottom: 1.88rem;
}
@media (max-width: 767px) {
  .timeline-wrap .journey-wrap .left-col span {
    font-size: 0.88rem;
    letter-spacing: 2.3px;
    padding: 0.63rem 0.94rem;
  }
}
.timeline-wrap .journey-wrap .left-col span:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 100%;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-top: 19px solid #ffffff;
  border-bottom: 19px solid transparent;
  left: 50%;
  transform: translateX(-50%);
}
.timeline-wrap .journey-wrap .left-col .green-circle {
  width: 34px;
  height: 34px;
  background: #09BDC9;
  border-radius: 50%;
  margin: 0.44rem auto;
  position: relative;
  background: url("../images/greem-dot.png") no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .timeline-wrap .journey-wrap .left-col .green-circle {
    width: 25px;
    height: 25px;
  }
}
.timeline-wrap .journey-wrap .right-content {
  width: calc(100% - 217px);
  padding-left: 3.13rem;
}
@media (max-width: 991px) {
  .timeline-wrap .journey-wrap .right-content {
    padding-left: 1.88rem;
  }
}
@media (max-width: 767px) {
  .timeline-wrap .journey-wrap .right-content {
    padding-left: 0;
    width: 100%;
  }
}
.timeline-wrap .journey-wrap .right-content p {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .timeline-wrap .journey-wrap .right-content p {
    font-size: 1.25rem;
  }
}
.timeline-yearly {
  padding-top: 1.07rem;
}
.timeline-yearly ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.timeline-yearly ul li {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0.38rem;
}
@media (max-width: 767px) {
  .timeline-yearly ul li {
    margin-bottom: 0.63rem;
  }
}
.timeline-yearly ul li .years {
  text-align: center;
  width: 127px;
  padding-right: 2.13rem;
  position: relative;
}
@media (max-width: 767px) {
  .timeline-yearly ul li .years {
    width: 90px;
    text-align: left;
    padding-right: 1.57rem;
  }
}
.timeline-yearly ul li .years::before {
  content: "";
  position: absolute;
  top: -0.56rem;
  right: 0.13rem;
  width: 34px;
  height: 34px;
  background: url("../images/purple-cirlce.png") no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .timeline-yearly ul li .years::before {
    width: 25px;
    height: 25px;
    right: 5px;
    top: -6px;
  }
}
.timeline-yearly ul li .years:after {
  content: "";
  position: absolute;
  right: 17px;
  width: 2px;
  height: 100%;
  background-image: linear-gradient(to bottom, #fff 2px, rgba(255, 255, 255, 0) 20%);
  top: 0;
  background-repeat: repeat-y;
  background-size: 2px 6px;
}
.timeline-yearly ul li .years h6 {
  letter-spacing: 3.6px;
}
.timeline-yearly ul li .year-content {
  width: calc(100% - 127px);
  padding: 0.5rem 0 0 2.25rem;
}
@media (max-width: 767px) {
  .timeline-yearly ul li .year-content {
    width: calc(100% - 90px);
    padding: 0.5rem 0 0 1.57rem;
  }
}
.timeline-yearly ul li .year-content-wrap {
  padding: 1.19rem 1.25rem;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  position: relative;
  border-top-left-radius: 0;
}
@media (max-width: 767px) {
  .timeline-yearly ul li .year-content-wrap {
    padding: 1rem;
  }
}
.timeline-yearly ul li .year-content-wrap:before {
  content: "";
  border-left: 16px solid transparent;
  border-right: 16px solid rgba(255, 255, 255, 0.11);
  border-top: 16px solid rgba(255, 255, 255, 0.11);
  border-bottom: 16px solid transparent;
  position: absolute;
  right: 100%;
  top: 0;
}
@media (max-width: 767px) {
  .timeline-yearly ul li .year-content-wrap:before {
    border-width: 10px;
  }
}
.timeline-yearly ul li .year-content-wrap h6 {
  margin-bottom: 0.82rem;
}
.timeline-yearly ul li h6 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .timeline-yearly ul li h6 {
    font-size: 1rem;
  }
}
.timeline-yearly ul li:last-child .years:after {
  width: 42px;
  height: 47px;
  background-image: url("../images/timeline-arrow.png");
  background-size: cover;
  bottom: 5px;
  right: -2px;
  top: inherit;
}

.global-partner {
  position: relative;
}
@media (max-width: 767px) {
  .global-partner {
    min-height: 21.88rem;
  }
}
@media (max-width: 767px) {
  .global-partner .global-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-position: bottom;
  }
}
.global-partner .global-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.global-partner .map-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1.69rem 0;
}
@media (max-width: 767px) {
  .global-partner .map-content {
    position: relative;
  }
}
.global-partner .map-content h2 {
  padding-bottom: 1.57rem;
  border-bottom: 5px solid #ffffff;
  color: #ffffff;
}

.become-partner {
  padding: 2.82rem 0 4.07rem;
}
.become-partner .section-heading {
  border-color: #BCBCBC;
  padding-bottom: 1.88rem;
  margin-bottom: 1.88rem;
}
.become-partner .bottom-para p {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .become-partner .bottom-para p {
    font-size: 1.38rem;
  }
}

.leadership-section {
  background: #0A1940;
  padding: 2.63rem 0;
}
.leadership-wrap .section-heading {
  border-color: #BCBCBC;
  margin-bottom: 2.69rem;
}
.leadership-blocks .row {
  margin: 0 -11px;
}
.leadership-single {
  padding: 0 11px;
  width: 25%;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .leadership-single {
    width: 25%;
  }
  .leadership-single:not(:last-child) {
    margin-bottom: 1.88rem;
  }
}
@media (max-width: 767px) {
  .leadership-single {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .leadership-single {
    width: 100%;
  }
}
.leadership-single .leadership-image {
  margin-bottom: 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .leadership-single .leadership-image {
    margin-bottom: 1.25rem;
  }
}
.leadership-single .leadership-image figure {
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .leadership-single .leadership-image figure {
    max-width: 270px;
    margin: auto;
  }
}
.leadership-single .leadership-image figure img {
  width: 100%;
}
.leadership-single .leadership-image .plus-icon {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid #09BDC9;
  font-size: 0.63rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 25px;
  right: 23px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .leadership-single .leadership-image .plus-icon {
    bottom: 13px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .leadership-single .leadership-image .plus-icon {
    display: none;
  }
}
.leadership-single .leadership-image .plus-icon .icon-plus {
  color: #09BDC9;
}
.leadership-single .leadership-content {
  position: relative;
}
.leadership-single .leadership-content h6 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.leadership-single .leadership-content .designation {
  font-size: 0.88rem;
  display: block;
  color: #ffffff;
}
.leadership-single .leadership-content .hover-content {
  position: absolute;
  top: -4px;
  left: 50px;
  width: 404px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 0.69rem 2.38rem 0.82rem 1rem;
  text-align: left;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  border: 1px solid #707070;
}
@media (max-width: 1100px) {
  .leadership-single .leadership-content .hover-content {
    left: 20px;
  }
}
@media (max-width: 991px) {
  .leadership-single .leadership-content .hover-content {
    width: 340px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .leadership-single .leadership-content .hover-content {
    width: 100%;
    position: relative !important;
    background: transparent;
    color: #ffffff;
    padding: 2.5rem 0 0 0;
    opacity: 1;
    visibility: visible;
    text-align: center;
    border: none;
  }
}
.leadership-single .leadership-content .hover-content .icon-quote-icon {
  position: absolute;
  top: 16px;
  right: 15px;
  font-size: 1.13rem;
  color: #707070;
}
@media (max-width: 767px) {
  .leadership-single .leadership-content .hover-content .icon-quote-icon {
    top: 10px;
    right: 0;
  }
}
.leadership-single .leadership-content .hover-content p {
  margin-bottom: 10px;
}
.leadership-single .leadership-content .hover-content h6 {
  color: #0A1940;
}
@media (max-width: 767px) {
  .leadership-single .leadership-content .hover-content h6 {
    color: #ffffff;
    display: none;
  }
}
.leadership-single .leadership-content .hover-content:after, .leadership-single .leadership-content .hover-content:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid transparent;
  position: absolute;
  bottom: 100%;
  border-bottom: 13px solid rgba(255, 255, 255, 0.9);
  left: 42%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .leadership-single .leadership-content .hover-content:after, .leadership-single .leadership-content .hover-content:before {
    left: 142px;
  }
}
@media (max-width: 767px) {
  .leadership-single .leadership-content .hover-content:after, .leadership-single .leadership-content .hover-content:before {
    display: none;
  }
}
.leadership-single .leadership-content .hover-content:before {
  border-bottom: 15px solid #707070;
  border-width: 15px;
}
@media (max-width: 991px) {
  .leadership-single .leadership-content .hover-content:before {
    left: 142px;
  }
}
.leadership-single.active .leadership-content .hover-content {
  opacity: 1;
  visibility: visible;
}
.leadership-single:nth-child(4n) .leadership-content .hover-content {
  left: unset;
  right: -10px;
}
.leadership-single:nth-child(4n) .leadership-content .hover-content:after {
  left: unset;
  right: 18px;
}
.leadership-single:nth-child(4n) .leadership-content .hover-content:before {
  right: 14px;
  left: unset;
}
/*# sourceMappingURL=style.min.css.map */
