* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0px;
  color: #000;
  font-family: "SuisseIntl-Regular";
  background: #fff;
  font-weight: 400;
  font-size: 14px;
}
::-webkit-input-placeholder {
  color: #261e4b;
}
::-moz-placeholder {
  color: #261e4b;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #261e4b;
  opacity: 1;
}
:-moz-placeholder {
  color: #261e4b;
  opacity: 1;
}
img {
  max-width: 100%;
}
p {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}
a {
  color: #4a37f3;
  text-decoration: none !important;
}
.btnCommon {
  color: #c2eae0;
  background: #2d343f;
  border-radius: 10px;
  padding: 18px 32px;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  display: inline-block;
  transition: all ease-in-out 0.2s 0s;
  border: 2px solid #ffffff2b;
  font-family: "SuisseIntl-Medium";
}

.video-grid-section .btnCommon {
    padding: 16px 32px;
}
.btnCommon:hover,
.read-more:hover {
  /* background: #181c21; */
  color: #c2eae0;
}
.btnCommon i {
  font-size: 15px;
  padding-left: 15px;
}
input:focus {
  outline: none;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

.overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #2d343f;
  font-weight: 700;
  font-family: "SuisseIntl-Bold";
}
h1 {
  font-size: 90px;
}
h2 {
  font-size: 72px;
}
h3 {
  font-size: 48px;
}
h4 {
  font-size: 36px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

.custome-header .header-right a {
    padding: 16px 24px;
    line-height: 120%;
}

.container {
  max-width: 1280px;
}

.section {
  padding: 80px 0;
}
.site-heading {
  font-size: 72px;
  font-weight: 700;
  color: #2d343f;
  /* line-height: 1.2; */
  line-height: 110%;
}
p {
  font-size: 18px;
  font-weight: 400;
  color: #2d343f;
  line-height: 1.5;
  font-family: "SuisseIntl-Regular";
  margin-bottom: 20px;
}

/* header-start */

.brand {
  width: 52%;
}

.header-right {
  margin: 0 0 0 auto;
}

.custome-header .navigation ul {
  margin: 0;
  padding: 0;
}
.custome-header .navigation-list > li {
  display: inline-block;
  zoom: 1;
  position: relative;
  margin: 0 8px;
  padding: 10px 0;
}

.custome-header .navigation-list > li > a,
.header-right a,
.custome-header .navigation-list > li {
  display: inline-block;
  padding: 0px;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-family: "SuisseIntl-Medium";
  font-weight: 500;
}
.custome-header .navigation-list > li {
  /* padding: 17px 12px; */
  padding: 16px 24px;
  margin: 0;
  line-height: 120%;
  
}
.custome-header .navigation-list > li:hover > a,
.custome-header .navigation-list > li > a:hover,
.custome-header .navigation-list > li > a.active,
.header-right a:hover,
.custome-header .navigation-list > li:hover {
  color: #63ffd8;
}
.custome-header .navigation li:hover ul {
  display: block;
}

/* navigationigation submenu */

.custome-header .navigation-list li ul {
  position: absolute;
  z-index: 999;
  display: none;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  background: #21272a;
  width: 120px;
  padding: 10px 0;
  top: 46px;
  border-radius: 15px;
}
.custome-header .navigation li ul li {
  width: 100%;
  list-style-type: none;
}
.custome-header .navigation li ul li a {
  padding: 8px 20px;
  display: block;
  font-size: 12px;
  line-height: 160%;
  color: #fff;
  text-align: left;
}
.custome-header .navigation li ul li a:hover {
  color: #63ffd8;
}

/* Mobile navigationigation */
.custome-header .navigation-mobile {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 15px;
  height: 30px;
  width: 30px;
  z-index: 9999;
  background: url(../images/hamburger-open.svg) no-repeat center center;
}
.custome-header .navigation-mobile.open {
  background: url(../images/hamburger-close.svg) no-repeat center center;
  background-size: 19px;
}

/* Mobile navigationigation, clickable area for revealing <ul> */

.custome-header .navigation-click {
  height: 40px;
  cursor: pointer;
  display: none;
  position: absolute;
  left: 0;
  right: -20px;
}
.custome-header .navigation-click i {
  display: block;
  height: 30px;
  width: 30px;
  background: url(../images/submenu-open.png) no-repeat center center;
  float: right;
}
.custome-header .navigation-click:focus {
  background: none;
  outline: 0;
}
.custome-header .navigation-click i.navigation-rotate {
  background: url(../images/submenu-close.png) no-repeat center center;
}

/*------------------------------------*\

   			 Media Queries

\*------------------------------------*/

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .brand {
    width: auto;
  }

  .custome-header .navigation-list > li:nth-child(1) {
    background-image: url("../images/header-drop-icon.svg");
    background-repeat: no-repeat;
    background-position: 100% 20px;
  }
  .custome-header .header-right a {
    padding: 7px 0;
  }

  .custome-header .navigation-mobile {
    display: block;
    top: 24px;
    right: 16px;
  }
  .custome-header .navigation {
    width: 100%;
  }

  .custome-header .navigation .navigation-list {
    padding: 15px 0;
    background: #343a3f;
    z-index: 9999;
    top: 74px;
    width: 100%;
    position: absolute;
    left: 0;
    border-top: 1px solid #cc2c67;
    display: none;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 10px 10px !important;
  }
  .custome-header .navigation li {
    float: none;
    text-align: center;
    width: 100%;
  }
  .custome-header .navigation .menu-col-content {
    width: 100%;
    margin: 0;
  }

  .custome-header .navigation ul.navigation-list > li > a,
  .custome-header .navigation ul.navigation-list > li {
    display: block;
    padding: 15px 0;
    font-size: 12px;
    position: relative;
  }
  .custome-header .navigation ul.navigation-list > li > a {
    padding: 0;
  }
  .custome-header .navigation ul.navigation-list > li {
    text-align: left;
  }
  .custome-header .navigation-click {
    display: none;
  }

  .custome-header .navigation-mobile-open {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
  }

  .custome-header .navigation li:hover .navigation-submenu {
    display: none;
  }

  .custome-header .navigation-submenu {
    position: static;
    width: 100%;
    box-shadow: none;
  }

  .custome-header .dropdown-content {
    margin: 0;
  }
  .custome-header .navigation ul.sub-menu {
    flex-wrap: wrap;
  }

  .custome-header .navigation-list > li > a::after {
    bottom: 0;
  }

  .custome-header .navigation-list li ul {
    position: static;
    border-top: none;
    box-shadow: inherit;
    width: 100%;
    text-align: center;
    /* display: block; */
    padding: 0;
  }
  .custome-header .navigation li ul li a {
    text-align: center;
    padding: 7px 0;
    font-size: 12px;
    text-align: left;
    padding-left: 11px;
  }
  .custome-header .navigation-list > li span img {
    display: none;
  }

  .navigation ul li .header__dropdown {
    display: none !important;
  }
  .navigation ul li.open .header__dropdown {
    display: block !important;
  }
}

header .custome-header {
    padding: 15.5px;
    top: 0;
    position: fixed;
    z-index: 10;
    width: 100%;
    left: 0;
    background: #182321;
    background: linear-gradient(90deg, rgb(24 35 33 / 85%) 40%, rgb(1 9 7 / 85%) 60%);
    border-bottom: 2px solid #ffffff2b;
    /* background: linear-gradient(to bottom, #0d1413 50%, #000 50%); */
    backdrop-filter: blur(10px);
}
.header.custome-header .box-border {
  border: 2px solid #343a3f;
  border-radius: 10px;
  font-size: 12px;
  padding: 0px;
  /* padding: 0px 10px; */
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}

.custome-header .header-right .box-border img {
  margin-right: 10px;
  display: inline-block;
}

/* header-end */

/* video-grid-section */

.video-grid-section .bg-inner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.video-grid-section {
  overflow: hidden;
  /* margin-top: 84px; */
}

.video-grid-section .video-bg {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  object-fit: cover;
  height: 721px;
  width: 100%;
}
/* .video-grid-section .video-bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.5;
  z-index: 2;
  top: 0;
}
.video-grid-section .col-lg-6:last-child .video-bg::after {
  background: #000;
} */
.video-grid-section .video-bg {
  background: #fff;
}
.video-grid-section .col-lg-6:last-child .video-bg {
  background: #000;
}
.video-grid-section .video-bg video {
  opacity: 0.5;
}

.video-grid-section .text-box {
  position: relative;
  z-index: 3;
  text-align: center;
}

.hero-heading {
  font-size: 90px;
  font-weight: 700;
  color: #2d343f;
  margin-bottom: 30px;
}
.hero-heading-v-2 {
  color: #fff;
}

/* source-truth */
.source-truth-section .site-heading {
  margin-bottom: 30px;
  max-width: 950px;
}
.truthpara-box p {
  margin-bottom: 25px;
}
/* Trusted-section */

.Trusted-section {
  background-color: #f2f4f8;
}
.Trusted-section .inner-trust-heading {
  font-size: 48px;
  margin-bottom: 45px;
}
.group-logo-comman {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 36px;
    /* margin: auto; */
}
.Trusted-section .trust-logo-group.group-logo-comman {
  margin-top: 60px;
}
.trust-logo-group img {
  height: 53px;
}
/* ourpartner */
.our-partners .group-logo img {
  height: auto;
  width: 100%;
  object-fit: contain;
  max-height: 60px;
}

/* latest-news*/

.latest-news-section {
  background: #f2f4f8;
}

.latest-news-section .latest-new-content {
  background-image: url("../images/latest-new-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.latest-news-section .latest-new-content::before {
  position: absolute;
  content: "";
  top: 0;
  background: #000000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.latest-news-section .latest-new-content {
  position: relative;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
}
.latest-news-section .text-box {
  padding: 60px 25px;
  color: #fff;
}
.latest-news-section .news-content-para p {
  line-height: 1.5em;
  height: 7.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
}
.latest-news-section .text-box p {
  color: #fff;
  font-size: 18px;
}
.latest-news-section .inner-footer-news p {
  font-size: 12px;
}
.latest-news-section .inner-footer-news a {
  color: #fff;
  font-size: 12px;
}
.inner-footer-news img {
  width: 20px;
}

.latest-news-section .inner-footer-news {
  justify-content: left;
  gap: 12px;
  margin-top: 8px;
}
.latest-news-section h2 {
  font-size: 30px;
  font-weight: 500;
  font-family: "SuisseIntl-Medium";
  margin-bottom: 32px;
}
.owl-prev span,
.owl-next span {
  display: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: url("../images/slider-arrow.svg") 50% 50% no-repeat !important;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 45%;
}
.latest-news-section .owl-carousel .owl-nav button.owl-prev {
  left: -33px;
}
.latest-news-section .owl-carousel .owl-nav button.owl-next {
  transform: rotate(180deg) !important;
  right: -33px !important;
}

/* Lets-get-section */

.Lets-get-section {
  background-color: #c2eae0;
}
.Lets-get-section h4 {
  font-size: 20px;
  font-weight: 500;
  font-family: "SuisseIntl-Medium";
}
.Lets-get-section h2 {
  font-size: 48px;
}
.Lets-get-section p {
  font-size: 14px;
}
.Lets-get-section .left-inner-box {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

/* footer */
.bottom-footer {
  align-items: center;
}

.footer-section {
  background: #191d23;
  padding: 0 !important;
}
.form-control {
  padding: 14px 20px;
  font-size: 16px;
  color: #697077;
  border: 2px solid #dde1e6;
  border-radius: 10px;
  text-transform: capitalize;
}

.form-control:focus {
  border-color: #000;
  box-shadow: none;
}

.footer-section .upper-footerform .form-control {
  padding-left: 55px;
  width: 350px;
}
.upper-footerform {
  position: relative;
}
.upper-footerform .search-icon {
  position: absolute;
  top: 15px;
  left: 21px;
}
.upper-footer-right .btnCommon {
  background-color: #2d343f;
}
.upper-footer-right {
  gap: 20px;
}
ul {
  list-style: none;
  color: #fff;
}

.middle-footer-content h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: "SuisseIntl-Medium";
  margin-bottom: 28px;
}

.footer-section ul li a {
  font-weight: 400;
  font-family: "SuisseIntl-Regular";
  font-size: 16px;
  margin-bottom: 16px;
  color: #fff;
  display: inline-block;
}

.footer-social-icon {
  gap: 17px;
  justify-content: start;
}
.middle-footer-content {
  padding: 48px 0;
  border-top: 1px solid #c1c7cd;
}
.upper-footer-content {
  padding: 48px 0;
}
.bottom-footer {
  padding: 48px 0;
  border-top: 1px solid #c1c7cd;
}
.bottom-footer-right ul {
  gap: 30px;
  padding: 0;
}
.bottom-footer-left p {
  color: #fff;
  font-size: 12px;
  margin: 0;
}

/* contac-us-form */

label {
  font-size: 14px;
  color: #2d343f;
  margin-bottom: 8px;
}
.contact-us-section .text-box p {
  font-size: 16px;
}

.contact-us-section .text-box p:first-child {
  margin-bottom: 32px;
}
.contact-us-section .text-box .form-group {
  margin-bottom: 32px;
}

.form-check-input[type="checkbox"] {
  border-color: #2d343f;
}

.contact-form__check .form-check-label {
  margin: 4px 0px 0 4px !important;
}

.checkbox {
  margin: 0 15px 20px 0;
  display: inline-block;
}

#map {
  height: 100%;
}

.inner-radio-box .form-check label {
  margin: 5px 0 0 0;
}

.captcha-button {
  background: #f2f4f8;
  padding: 10px;
  text-transform: uppercase;
  color: #000;
  border: 0;
  margin-bottom: 30px;
  font-size: 20px;
}

.inner-radio-box .form-check {
  margin-bottom: 30px;
}
.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-check-input[type="checkbox"] {
  border-color: #000000;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("../images/check-arrow.svg");
  background-size: auto;
  border-color: #c2eae0;
  background-color: #c2eae0;
}
.inner-buton-box-v-2 .form-check-input[type="checkbox"] {
  border-color: #c2eae0;
}
.inner-buton-box-v-2 .form-check-input:checked {
  background-color: #c2eae0;
}
.form-check-input:focus {
  box-shadow: none;
}
.inner-buton-box-v-2 .form-check-input:checked[type="checkbox"] {
  background-image: url("../images/check-arrow.svg");
  background-size: auto;
}

.text-box .btnCommon:hover {
  background: #181c21;
  color: #c2eae0;
}

.mab-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.inner-container-section {
  padding-left: calc(calc(100% - 1280px) / 2);
}
.inner-container-section .container {
  max-width: 100%;
}
.inner-container-section .text-box {
  padding-right: 80px;
}

.contact-us-section .inner-container-section .text-box {
  padding-top: 50px;
}

.form-check-input {
  width: 1.4em;
  height: 1.4em;
}

.upper-footer-right .btnCommon {
    font-size: 16px;
    padding: 10.5px 26px;
}
.latest-new-content .inner-footer-news span {
  font-size: 12px;
  font-weight: 500;
  font-family: SuisseIntl-Medium;
}
.Trusted-section p {
  font-size: 16px;
}

/* responsive */

@media only screen and (max-width: 1340px) {
  .latest-news-slider-box {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
  .inner-container-section .text-box {
    padding-right: 40px;
    padding-left: 40px;
  }
  h1 {
    font-size: 72px;
  }
}

@media only screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
  .header-right a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header.custome-header .header-right .box-border {
    width: 95px;
    padding: 5px 15px;
    position: relative;
    right: 40px;
  }
  .video-grid-section .video-bg {
    height: 400px;
  }
  .site-heading {
    font-size: 50px;
  }
  br {
    display: none;
  }
  .our-partners .group-logo .img-box {
    width: 47%;
    text-align: center;
    border: 1px solid #ccc;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
  }
  .footer-social-icon img {
    width: 30px;
  }
  .hero-heading {
    font-size: 70px;
  }
  .video-grid-section {
    margin-top: 76px;
  }
  .our-partners .group-logo img {
    height: 100px;
  }
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 48px;
  }
  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }
  .custome-header .navigation-list li ul {
    padding: 9px;
    margin-top: 6px;
  }
  .custome-header .navigation-list > li {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .video-grid-section .video-bg {
    height: 300px;
  }
  .hero-heading {
    font-size: 50px;
    margin-bottom: 15px;
  }
  .btnCommon {
    padding: 10px 24px;
    font-size: 16px;
  }
  .section {
    padding: 40px 0;
  }
  .site-heading {
    font-size: 30px;
  }
  .truthpara-box p {
    margin-bottom: 18px;
  }
  .Trusted-section .inner-trust-heading {
    font-size: 23px;
    margin-bottom: 45px;
    margin-bottom: 20px;
  }
  .Trusted-section .trust-logo-group.group-logo-comman {
    margin-top: 40px;
  }
  .trust-logo-group .img-box {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .latest-news-section .text-box {
    padding: 45px 32px;
  }
  .Lets-get-section h2 {
    font-size: 36px;
  }
  .getinner-box {
    gap: 20px;
  }
  .Lets-get-section .left-inner-box {
    gap: 10px;
  }
  .upper-footer-right form {
    width: 100%;
  }
  .middle-footer-content {
    padding: 30px 0;
  }
  .latest-news-section .owl-carousel .owl-nav button.owl-prev {
    left: -30px;
  }
  .latest-news-section .owl-carousel .owl-nav button.owl-next {
    right: -30px !important;
  }
  .latest-news-slider-box {
    padding: 25px;
  }
  .latest-news-section h3 {
    margin-bottom: 16px;
  }
  .inner-container-section .text-box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .inner-buton-box-v-2 .form-check label {
    width: 90%;
  }
  .inner-radio-box.group-logo-comman {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
  }
  .inner-radio-box .form-check {
    margin-bottom: 12px;
  }
  .contact-us-section .text-box .form-group {
    margin-bottom: 20px;
  }
  .form-control {
    padding: 12px 15px;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 23px;
  }
  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }
  .footer-section .upper-footerform .form-control {
    width: 100%;
  }
  .upper-footer-content,
  .bottom-footer {
    padding: 30px 0;
  }

  .bottom-footer {
    gap: 15px;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 540px;
  }
}

/* Xverse page  css */

.top-header {
  background: #031410;
}
.slogen {
  position: absolute;
  left: 0px;
}
.top-menu {
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  padding: 0px 30px 0 0;
}
.top-menu ul li {
  padding: 0 0 0 32px;
  line-height: 20px;
  font-size: 12px;
  color: #d1d2d2;
  cursor: pointer;
  font-weight: 500;
  font-family: "SuisseIntl-Medium", sans-serif;
}

.top-menu ul li:last-child {
  padding: 0 0 0 60px;
}

.top-menu ul li a {
  color: #d1d2d2;
  font-weight: 500;
  font-family: "SuisseIntl-Medium", sans-serif;
  font-size: 12px;
}

.top-menu ul li ul {
  position: absolute;
  background: #21272a;
  padding: 10px 0;
  border-radius: 15px;
  min-width: 120px;
  display: none;
}
.top-menu ul li ul li a {
  padding: 8px 20px;
  line-height: normal;
  display: block;
  color: #fff;
}
.top-menu ul li:hover ul {
  display: block;
}
.top-menu ul li:hover ul li {
  padding: 0px;
}

.xv-header {
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  top: 0px;
  z-index: 9999;
  width: 100%;
  backdrop-filter: blur(10px);
}
.xv-header .header {
  height: 80px;
  display: flex;
  align-items: center;
}
.xv-header .navigation {
  margin: 0 0 0 auto;
}
.xv-header .navigation ul {
  list-style: none;
  display: flex;
  margin: 0px;
  padding: 0px;
}
.xv-header .navigation ul li {
  padding: 0 25px;
}
.xv-header ul li:hover,
.xv-header ul li a:hover {
  color: #63ffd8 !important;
}

.xv-header .navigation ul li a {
  color: #2d343f;
  font-size: 12px;
  font-weight: 500;
  font-family: "SuisseIntl-Medium", sans-serif;
}

.header-right {
  justify-self: flex-end;
  margin: 0 0 0 20px;
}
.header-right .demo-link a {
  background: #afdfd3;
  border-radius: 10px;
  padding: 15px 20px;
  color: #2d343f;
  transition: all 0.5s;
}
.header-right .demo-link a:hover {
  background: #9bd1c4;
}

.mobile-toggle {
  display: none;
}

.responsive-menu {
  display: none;
}

.banner {
  padding: 0 0 50px 0;
  background: #c2eae0;
  position: relative;
}

.banner-img {
  position: absolute;
  top: 0px;
  height: 100%;
}

.banner-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.banner-img:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.banner-img:after {
  background: #ecf8f5;
  background: linear-gradient(
    180deg,
    rgba(236, 248, 245, 0) 0%,
    rgba(194, 234, 224, 1) 52%
  );
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  bottom: 0px;
}

.ddi-page .banner {
  padding: 0 0 50px 0;
  background: #171b21;
}
.ddi-page .banner-img img {
  min-height: 1500px;
}
.ddi-page .banner-img:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.ddi-page .banner-img:after {
  background: #171b21;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(23, 27, 33, 1) 52%
  );
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  bottom: 0px;
}

.Xverse-text-box {
  position: relative;
  top: 0px;
  width: 100%;
  padding: 200px 0 0 0;
  text-align: center;
}
.Xverse-text-box .container {
  max-width: 956px;
}
.Xverse-text-box .btnCommon {
    margin: 20px 0 0 0;
    text-align: center;
    padding: 16px 32px;
}


.video-block {
  position: relative;
  margin: 70px 0 0 0;
}
.Xverse-text-box video {
  max-width: 100%;
  border-radius: 10px;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play-icon img {
  /* background: #fff; */
  border-radius: 100%;
  border: #fff solid 1px;
}

.down-arrow {
  padding: 40px 0 50px 0;
}

.xverse-post-block {
  background: #c2eae0;
  padding: 75px 0 75px 0;
}
.xverse-post-block h2 {
  font-size: 60px;
  font-family: "SuisseIntl-Bold", sans-serif;
  padding: 8px 0px 30px 0px;
}
.xverse-post-block ul {
  list-style: none;
  padding: 0 0 40px 0;
}
.xverse-post-block ul li {
  background: url(../images/list-arrow.svg) 0 11px no-repeat;
  padding: 6px 0 6px 20px;
  color: #031410;
  font-size: 16px;
}
.xverse-post-block ul li a {
  color: #191D23 !important;
  font-size: 16px;
}
.xverse-post-block ul li a:hover{
  text-decoration: underline !important;
}
.xverse-post-block ul li p {
  margin: 0;
}
.xverse-post-block .owl-carousel .owl-dots {
  padding: 20px 0;
  text-align: center;
  position: absolute;
  border: 0px;
  width: 100%;
}
.xverse-post-block .owl-carousel button.owl-dot {
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  border-radius: 100%;
}

.post-btn .fill-btn {
    margin: 0 16px 0 0;
    padding: 10.5px 26px;
}

.button-defalt {
  /* padding: 8px 15px; */
  border: #13161a solid 2px;
  border-radius: 10px;
  display: inline-block;
  color: #13161a !important;
  font-size: 16px;
  font-weight: 500;
  font-family: "SuisseIntl-Medium", sans-serif;
  font-size: 16px;
  padding: 10.5px 26px;
}
.fill-btn {
  background: #2d343f;
  padding: 8px 15px;
  border: #2d343f solid 2px;
  border-radius: 10px;
  display: inline-block;
  color: #c2eae0 !important;
  font-size: 16px;
  font-weight: 500;
  font-family: "SuisseIntl-Medium", sans-serif;
  font-size: 16px;
}

.xverse-block-main .xverse-post-block:first-child {
  padding-top: 0px !important;
}
.xverse-block-main .xverse-post-block:nth-child(2),
.xverse-post-block:nth-child(4) {
  background: #fff;
}
.xverse-block-main .xverse-post-block:nth-child(2) .post-detail,
.xverse-block-main .xverse-post-block:nth-child(4) .post-detail {
  padding: 0 0 0 70px;
}

.redhat-slider {
  padding: 80px 40px;
}

.redhat-post {
  border: #2d343f solid 2px;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
}
.redhat-post p {
  min-height: 54px;
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  height: 50px;
  font-size: 14px;
}
.redhat-logo {
  max-width: 192px;
  padding: 0 0 20px 0;
  margin: 0 auto;
}
.redhat-block .fill-btn {
    font-size: 12px;
    padding: 11px 24px;
}

.redhat-slider .redhat-post .redhat-logo img {
  height: 150px;
}

.redhat-block .owl-carousel .owl-nav button.owl-next,
.redhat-block .owl-carousel .owl-nav button.owl-prev {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 0px;
  background-size: 14px !important;
}
.redhat-block .owl-carousel .owl-nav button.owl-next {
  background: url(../images/slider-arrow.svg) 0 0 no-repeat;
}
.redhat-block .owl-carousel .owl-nav button.owl-prev {
  background: url(../images/slider-arrow.svg) 0 0 no-repeat;
  transform: translate(0%, -50%) rotate(180deg);
  left: auto;
  right: 0px;
}

.redhat-block .owl-carousel .owl-nav button.owl-next span,
.redhat-block .owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

.faq-block {
  padding: 75px 0px;
}
.faq-block h2 {
  font-size: 42px;
  text-align: center;
  padding: 0 0 64px 0;
  font-weight: 700;
  font-family: "SuisseIntl-Bold", sans-serif;
}
.faq-block h2 span {
  display: block;
  font-size: 24px;
  font-family: "SuisseIntl-Regular", sans-serif;
  font-weight: normal;
}

#accordion {
  margin: 0 auto;
  max-width: 900px;
}

#accordion .card-header {
  padding: 0px;
  border-bottom: none;
  color: #2d343f;
  font-weight: 500;
  font-family: "SuisseIntl-SemiBold", sans-serif;
  background: none;
}
#accordion .card-header a {
  display: block;
  padding: 15px;
  text-align: left;
  font-size: 20px;
  position: relative;
  border: none;
}
#accordion .card {
  margin: 0 0 16px 0;
  border: #2d343f solid 2px !important;
}

.card-header a:after {
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 15px;
  font-weight: bold;
  background: url(../images/pluse.svg) 50% 50% no-repeat;
  width: 24px;
  height: 24px;
  content: "";
}

.card-header a:not(.collapsed):after {
  background: url(../images/mines.jpg) 50% 50% no-repeat;
}

@media (max-width: 767px) {
  .banner-img img {
    width: 100%;
    min-height: 1200px;
  }

  .redhat-slider {
    padding: 50px 30px;
  }

  .post-detail {
    padding: 30px 0 30px 0 !important;
  }

  .xverse-block-main .xverse-post-block .col-md-6:first-child {
    order: 2;
  }
  .xverse-block-main .xverse-post-block:nth-child(2) .col-md-6:first-child {
    order: 0 !important;
  }
  .xverse-post-block {
    padding: 50px 0 20px 0;
  }
  .xverse-post-block .owl-carousel .owl-dots {
    padding: 10px 0 20px 0px;
  }

  .play-icon {
    top: 43%;
  }
  .play-icon img {
    max-width: 50px;
  }

  .post-btn .fill-btn {
    margin: 0 0px 20px 0;
  }

  .top-header {
    display: none;
  }

  .xv-header .navigation {
    position: absolute;
    top: 80px;
    left: 0px;
    right: 0px;
    width: 100%;
    background: #343a3f;
    display: none;
  }
  .xv-header .navigation ul {
    display: block;
    padding: 0px 0px 0 0;
  }
  .xv-header .navigation ul li {
    padding: 0px;
  }
  .xv-header .navigation ul li.navlink {
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    font-family: "SuisseIntl-SemiBold", sans-serif;
  }
  .xv-header .navigation ul li.navlink a {
    padding: 0px;
  }

  .xv-header .navigation ul li a {
    display: block;
    padding: 12px 15px;
    font-size: 12px;
    text-align: left;
    color: #fff;
  }

  .responsive-menu {
    display: block;
  }

  .responsive-menu li.has-submenu {
    position: relative;
  }
  .responsive-menu li.has-submenu:after {
    content: "🢓";
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .responsive-menu li .header__dropdown {
    background: #21272a;
    margin: 10px 0 0 0;
    border-radius: 10px;
    display: none;
  }
  .responsive-menu li.open .header__dropdown {
    display: block;
  }

  .faq-block {
    padding: 50px 0px;
  }
  .faq-block h2 {
    padding: 0 0 32px 0;
  }

  .hero-heading {
    font-size: 60px;
  }

  .mobile-toggle {
    display: block;
  }
  .mobile-toggle a {
    width: 24px;
    height: 24px;
    background: url(../images/hamburger-open-black.svg) 0 0 no-repeat;
    display: block;
  }

  .header-right {
    justify-self: flex-end;
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .down-arrow img {
    max-width: 40px;
  }

  .xverse-post-block h2 {
    font-size: 36px;
  }

  #accordion .card-header a {
    font-size: 16px;
  }
  .card-body p {
    font-size: 16px;
  }

  .tags a {
    font-size: 16px;
  }

  .blog-list-row h3,
  .blog-list-row h3 a {
    font-size: 28px;
  }

  .ddi-page .lb-nav a.lb-next {
    right: 0px;
  }
  .ddi-page .lb-nav a.lb-prev {
    left: -30px;
  }
}

@media (max-width: 560px) {
  .banner-img img {
    width: 100%;
    min-height: 1060px;
  }
}

/* ddi page  css */

/* .ddi-page .banner {
  background: url(../images/ddi-banner-img.jpg) 50% 100% no-repeat;
  background-size: cover;
} */

.ddi-page .hero-heading {
  color: #fff;
}
.ddi-page .Xverse-text-box p {
  color: #fff;
  padding: 0 0 20px;
}
.ddi-page .btnCommon {
  margin: 0 7px;
}
.ddi-page .Xverse-text-box a.btnCommon.btnCommon-defalt {
  background: none;
  border: #c2eae0 solid 2px;
  color: #c2eae0;
}
.ddi-page .Xverse-text-box a.btnCommon {
  background: #c2eae0;
  color: #2d343f;
  padding: 18px 32px;
}

.ddi-page .play-icon img {
  background: #2d343f;
  border: none;
}

.ddi-page .xverse-post-block {
  background: #171b21;
}
.ddi-page .xverse-block-main .xverse-post-block:nth-child(2),
.xverse-post-block:nth-child(4) {
  background: #2d343f;
}

.ddi-page .post-detail .tagline {
  color: #fff;
}
.ddi-page .xverse-post-block h2 {
  color: #fff;
}
.ddi-page .xverse-post-block ul li {
  color: #fff;
  background: url(../images/list-arrow-white.svg) 0px 50% no-repeat;
 
}
.ddi-page .xverse-post-block ul li a{
  color: #ffff !important;
}
.ddi-page .xverse-post-block .button-defalt {
    border: #c2eae0 solid 2px;
    color: #c2eae0 !important;
    font-size: 16px;
    padding: 10.5px 25px;
}
.ddi-page .xverse-post-block .fill-btn {
  background: #c2eae0;
  color: #2d343f !important;
}

.ddi-page .redhat-block {
  background: #2d343f;
}
.ddi-page .redhat-post {
  border: #c2eae0 solid 1px;
}
.ddi-page .redhat-post p {
  color: #fff;
}
.ddi-page .redhat-post .fill-btn {
  border: #515459 solid 2px;
  background: #c2eae0;
  color: #2d343f !important;
}

.ddi-page .redhat-block .owl-carousel .owl-nav button.owl-next {
  background: url(../images/slider-arrow-white.svg) 0 0 no-repeat;
}

.ddi-page .redhat-block .owl-carousel .owl-nav button.owl-next {
  background: url(../images/slider-arrow-white.svg) 0 0 no-repeat !important;
}
.ddi-page .redhat-block .owl-carousel .owl-nav button.owl-prev {
  background: url(../images/slider-arrow-white.svg) 0 0 no-repeat !important;
  transform: translate(0%, -50%) rotate(180deg);
  left: auto;
  right: 0px;
}

.ddi-page .faq-block {
  padding: 75px 0px;
  background: #2d343f;
}
.ddi-page .faq-block h2 {
  color: #fff;
}

.ddi-page #accordion .card {
  background: none;
  border: #c2eae0 solid 2px !important;
}
.ddi-page #accordion .card-header a {
  color: #c2eae0;
}

.ddi-page .card-body,
.ddi-page .card-body p {
  color: #c2eae0;
}
.ddi-page .card-header a:after {
  background: url(../images/pluse-white.svg) 50% 50% no-repeat;
}
.ddi-page .card-header a:not(.collapsed):after {
  background: url(../images/mines-white.jpg) 50% 50% no-repeat;
}

.magnifying-icon {
  width: 44px;
  height: 44px;
  background: #000 url(../images/magnifying-icon.svg) 50% 50% no-repeat;
  background-size: 20px;
  position: absolute;
  bottom: 20px;
  border-radius: 6px;
  right: 10px;
}

.ddi-page .lightbox .lb-image {
  border: none;
  border-radius: 0px;
}

.ddi-page .lightbox {
  display: flex;
  flex-direction: column;
}
.ddi-page .lb-outerContainer {
  order: 2;
}

.ddi-page .lb-nav a.lb-prev,
.lb-nav a.lb-next {
  opacity: 1 !important;
  display: block !important;
  background-size: 22px !important;
}

.ddi-page .lb-nav a.lb-prev {
  left: -50px;
  position: relative;
}
.ddi-page .lb-nav a.lb-next {
  right: -50px;
  position: relative;
}

.ddi-page .lb-data .lb-close {
  background-size: 20px;
  margin-right: -50px;
}

.lb-dataContainer {
  display: block !important;
  max-width: 80% !important;
}

/* blog page css start */

.banner-inner {
  background: #17262f;
  position: relative;
}
.banner-inner-img img {
  width: 100%;
  max-height: 920px;
  object-fit: cover;
  /* min-height: 720px; */
      max-height: 600px;
  margin: 0 auto;
  display: block;
}

.blog-banner .banner-inner-img {
  text-align: left;
  padding: 150px 0px 270px 0;
}
.blog-banner .banner-inner-img img {
  min-height: auto;
  max-height: none;
  margin: 0px;
  height: 360px;
  object-fit: contain;
  width: auto;
}

.banner-inner.detailspage .banner-inner-img:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.nav-tabs {
  margin: -172px 0 0 0;
  background: #ff0000;
  height: 172px;
}
.nav-tabs .nav-item {
  margin: 0 56px 0 0;
}
.nav-tabs .nav-link {
  font-size: 72px;
  color: #ffffff;
  font-family: "SuisseIntl-Bold", sans-serif;
  border: none !important;
  padding: 0px;
  position: relative;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: none;
  border: none;
  color: #c2eae0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:before {
  background: #c2eae0;
  width: 100%;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
}

.blog-section {
  padding: 0 0 80px 0;
}

.blog-section .tab-content {
  padding: 118px 0 0 78px;
}

.tags {
  padding: 0 0 80px 0;
  display: inline-block;
}
.tags a {
  background: #c2eae0;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-block;
  color: #2d343f;
  font-size: 18px;
  white-space: nowrap;
  margin: 0 9px 16px 0px;
  cursor: pointer;
  text-decoration: none;
}
.tags a.see-more {
  background: none;
  font-size: 12px;
  font-family: "SuisseIntl-Medium", sans-serif;
  gap: 5px;
  display: flex;
  align-items: center;
  display: inline-block;
  text-decoration: none;
}
.tags a.see-more:hover {
  background: none;
  color: #2d343f;
}
.tags a.see-more img {
  margin: 0 0 0 8px;
}

.tags a:hover {
  background: #2d343f;
  color: #c2eae0;
  text-decoration: none;
}

.tags a.see-more span {
  white-space: nowrap;
  display: inline-block;
}
.tags a.see-more span:hover {
  /* text-decoration: underline !important; */
}

.blog-list-row {
  padding: 0 0 80px 0;
}

.blog-list-row h3,
.blog-list-row h3 a {
  font-size: 36px;
  padding: 0 0 28px 0;
  color: #2d343f;
  font-family: "SuisseIntl-Medium", sans-serif;
  font-weight: 500;
}
.blog-list-row .post-date {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-list-row .post-date span {
  font-size: 18px;
  color: #2d343f;
}

.related-posts .post-date {
  margin: 0 0 60px 0;
}
.related-posts .post-date span {
  background: url(../images/blog-list-arrow-right.svg) 100% 0 no-repeat;
  padding: 0px 30px 0px 0px;
  font-size: 18px;
}

.btn.all-cats,
.btn.all-cat {
  font-size: 16px;
  font-family: "SuisseIntl-Medium", sans-serif;
  font-weight: 500;
  border: #000 solid 2px;
  padding: 10px 20px;
  border-radius: 10px;
  width: 140px;
  margin: 0 auto;
  display: block;
}

.banner-inner-title {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  left: 50%;
  text-align: center;
  margin-top: 40px;
}
.banner-inner-title h3 {
  font-size: 48px;
  padding: 0 0 30px 0;
}
.banner-inner-title span.post-date {
  font-size: 16px;
}

.content-block {
  padding: 72px 0px;
}

.content-block h1 {
  font-size: 48px;
  padding: 0 0 30px 0;
}

.content-block h2,
.content-block h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "SuisseIntl-Medium", sans-serif;
  padding: 0 0 20px 0;
}
.content-block p {
  font-size: 16px;
}
.content-block ul {
  list-style: disc;
  margin: 0 0 0 15px;
  padding: 0 0 15px 0;
}
.content-block ul li {
  color: #2d343f;
}

.related-posts {
  background: #ecf8f5;
  padding: 80px 0px;
}
.related-posts h2 {
  text-align: center;
  padding: 0 0 80px 0;
  font-size: 36px;
  font-weight: 500;
  font-family: "SuisseIntl-Medium", sans-serif;
  text-transform: capitalize;
}

.related-posts h3,
.related-posts h3 a {
  font-size: 36px;
  padding: 0 0 28px 0;
  color: #2d343f;
  font-family: "SuisseIntl-Medium", sans-serif;
  font-weight: 500;
}

/* case-study-page and contact heading */

.case-study-block {
  padding: 0 0 70px 0;
}
.case-study-block p {
  font-size: 14px;
}

.banner-inner {
  position: relative;
}
.banner-heading {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 0 0 30px 0;
}
.banner-heading h2 {
  color: #fff;
  padding: 0 0 30px 0;
}
.banner-heading h4 {
  color: #fff;
  padding: 0 0 20px 0;
  font-size: 30px;
  font-weight: 500;
  font-family: "SuisseIntl-Medium", sans-serif;
}

.gain-free h4 {
  padding: 72px 0 32px 0;
  font-weight: 500;
  font-family: "SuisseIntl-Medium", sans-serif;
}
.gain-free-form {
  padding: 0 0 20px 0;
}
.gain-free-form label {
  display: block;
  color: #2d343f;
  padding: 0 0 5px 0;
  font-size: 14px;
}
.gain-free-form input[type="text"] {
  max-width: 630px;
  padding: 10px 15px;
  border: #dde1e6 solid 2px;
  border-radius: 8px;
}

input::placeholder {
  opacity: 0.5;
}

.fill-form p {
  font-size: 16px;
  padding: 0 0 20px 0;
}
.agree-check {
  color: #21272a;
  font-size: 14px;
  padding: 0 0 20px 0;
}
.agree-check input {
  margin: 0 7px 20px 0;
  vertical-align: middle;
  float: left;
  width: 18px;
  height: 18px;
}

.redhat-slider.owl-carousel .owl-item {
  padding: 5px;
}

.hs_submit.hs-submit {
  position: absolute;
}

/* popup css start here */

.xv-header {
  z-index: 999;
}

.modal-dialog {
  max-width: 610px;
  z-index: 999999;
}
.modal-header {
  padding: 0px;
  align-items: flex-start;
  border: none;
}
.modal-title {
  font-weight: normal;
  font-family: "SuisseIntl-Medium";
  font-weight: 500;
  color: #fff !important;
  padding-right: 10px;
  line-height: normal;
}
.btn-close {
  opacity: 1 !important;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}
.modal-content {
  border-radius: 20px;
  padding: 48px;
  background: #2d343f;
}

.studies-list {
  padding: 40px 0 0 0;
}
.studies-list ul li {
  padding: 0 0 24px 0;
}
.studies-list ul li a {
  display: flex;
  justify-content: space-between;
  padding: 0px;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-family: "SuisseIntl-Regular";
}
.studies-list ul li a span.list-left-icon img {
  width: 30px;
}
.studies-list ul li a span.list-center {
  margin: 0 auto 0 0;
}
.studies-list ul li a span.list-right-icon {
  align-self: center;
}
.studies-list ul li a span.list-right-icon img {
  width: 30px;
}

/* popup css end here */

.thank-page {
  min-height: 500px;
  align-items: center;
  padding: 200px 0;
}

@media (max-width: 1200px) {
  .blog-section .tab-content {
    padding: 60px 0 0 0px;
  }

  .nav-tabs {
    height: 100px;
    margin: -100px 0 0 0;
  }

  .nav-tabs .nav-link {
    font-size: 52px;
  }

  .tags {
    padding: 0 0 35px 0;
  }

  .blog-list-row h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .ddi-page .lb-data .lb-close {
    margin-right: -10px;
  }
  .ddi-page .lb-nav a.lb-next {
    right: -30px;
  }
  .ddi-page .lb-nav a.lb-prev {
    left: -30px;
  }
}

@media (max-width: 767px) {
  .nav-tabs {
    height: 100px;
    margin: -100px 0 0 0;
  }

  .nav-tabs .nav-link {
    font-size: 42px;
  }

  .blog-list-row {
    padding: 0 0 50px 0;
  }

  .banner-inner-title h3 {
    font-size: 32px;
  }

  .related-posts h2 {
    padding: 0px 0 40px 0;
  }

  /* case-study-page and contact heading */

  .banner-heading h2 {
    font-size: 30px;
  }
  .banner-heading h4 {
    font-size: 24px;
  }
  .contact-banner .banner-inner-img img {
    min-height: 630px;
  }

  .xv-header .navigation {
    height: calc(100vh - 80px);
    overflow: auto;
  }

  .related-posts h3,
  .related-posts h3 a {
    font-size: 20px;
  }

  .blog-banner .banner-inner-img {
    padding: 110px 0px 130px 0;
  }
  .blog-banner .banner-inner-img img {
    height: 260px;
  }
}
#loader {
  text-align: center;
  margin: 20px 0;
  position: fixed;
  top: 0;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
  left: 0;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loaders {
  text-align: center;
  margin: 20px 0;
  position: fixed;
  top: 0;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
  left: 0;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
input.btnCommon.btn {
  margin-top: 15px;
}
.required-label::after {
  content: "*";
  color: red;
  margin-left: 2px;
}
.required {
  color: red;
}

/* 16-july-25 */
.blog-banner .banner-inner-img {
  max-height: 600px;
}
.blog-banner .banner-inner-img img {
  max-height: 260px;
}

.ddi-page .banner-img img {
  min-height: 0;
  width: 100%;
}
.ddi-page .banner-img {
  height: 100%;
  width: 100%;
}
.ddi-page .ddi-page .xverse-block-main .xverse-post-block:first-child {
  padding-top: 75px !important;
  border-top: 0.5px solid #c2eae00d;
}
.ddi-page .ddi-page .xverse-block-main .xverse-post-block {
    position: relative;
    z-index: 1;
    background: radial-gradient(circle farthest-corner at 49% 450%, rgba(255, 255, 255, 0.1) 0%, #171b21 80%);
}
.ddi-page .xverse-block-main .xverse-post-block:nth-child(2){
    background: #2D343F;
}

@media (max-width: 767px){
.ddi-page .ddi-page .xverse-block-main .xverse-post-block:first-child {
    padding-top: 50px !important;
}
}




/* 8-aug-25 */

.single-infinity-box{
background-color: #2D343F;
padding: 70px 45px;
border-radius: 10px;
}
.single-infinity-box h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: "SuisseIntl-regular";
    margin-bottom: 10px;
}
.single-infinity-box h3{
  color: #C2EAE0;
  font-size: 36px;
  font-weight: 500;
  font-family: "SuisseIntl-Medium";
  margin-bottom: 32px;

}
.single-infinity-box p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 16px;
    min-height: 125px;
    overflow: auto;
}

.single-infinity-box .fill-btn{
    background: #c2eae0;
    color: #2d343f !important;
    border: #ffffff24 solid 2px;
    /* padding: 8px 20px; */
        padding: 10.5px 26px;
}

.infinity-section{
  background: radial-gradient(circle farthest-corner at 49% 450%, rgba(255, 255, 255, 0.1) 0%, #171b21 80%);
}
@media (max-width: 1199px){
.single-infinity-box {
    padding: 45px 30px;
}
.single-infinity-box h5 {
    font-size: 17px;
}
.single-infinity-box h3 {
    font-size: 27px;
    margin-bottom: 20px;
}
}
@media (max-width: 991px){
.single-infinity-box p {
    min-height: 80px;
}
.single-infinity-box{
margin-bottom: 25px;
}
}

@media (max-width: 767px){
.single-infinity-box {
    padding: 30px;
}
.single-infinity-box p {
    min-height: inherit;
}
}


/* 11-aug-25 */

.new-product-page .single-ddi-extra-page#ddiBenefits {
    padding-top: 190px !important;
    padding-bottom: 75px !important;
}
.new-product-page .single-ddi-extra-page#Benefits {
    padding-top: 190px !important;
    padding-bottom: 75px !important;
}


.single-ddi-extra-page  .post-detail .tagline{
      font-size: 60px;
      font-family: "SuisseIntl-Bold", sans-serif;
    
}
.single-ddi-extra-page#Benefits  .post-detail .tagline{
  color: #2D343F;
}
 .single-ddi-extra-page.Xverse-text-box p {
    color: #fff;
    padding: 0 0 30px;
        font-size: 16px;
}
  .single-ddi-extra-page .inner-heading {
    color: #C2EAE0 !important;
    margin-bottom: 0px;
    padding-bottom: 34px !important;
    padding-top: 20px !important;
}
.new-product-page .single-ddi-extra-page#ddiBenefits .post-detail{
  text-align: left;
}
.new-product-page .single-ddi-extra-page#Benefits .post-detail{
  text-align: left;
}
.new-product-page .single-ddi-extra-page#ddiFeatures.xverse-post-block:nth-child(2) {
    background: #C2EAE0 !important;
}
.new-product-page .single-ddi-extra-page#Features.xverse-post-block:nth-child(2) {
    background: #C2EAE0 !important;
}
.new-product-page .single-ddi-extra-page#ddiFeatures p {
    color: #2D343F !important;
    padding: 0;
    margin: 0;
    font-size: 16px;
}
.new-product-page .single-ddi-extra-page#Features p {
    color: #2D343F;
    padding: 0;
    margin: 0;
    font-size: 16px;
}
.new-product-page .single-ddi-extra-page#ddiFeatures .post-detail-2,  #ddiCollateral.single-ddi-extra-page  .post-detail{
  text-align: left;
  padding: 0;
}
.new-product-page .single-ddi-extra-page#Features .post-detail-2,  #Collateral.single-ddi-extra-page  .post-detail{
  text-align: left;
  padding: 0;
}
.new-product-page .single-ddi-extra-page#ddiFeatures ul {
    padding-left: 0px;
    list-style: disc;
    padding-bottom: 20px;
    /* padding-top: 20px; */
}
.new-product-page .single-ddi-extra-page#Features ul {
    padding-left: 0px;
    list-style: disc;
    padding-bottom: 20px;
    /* padding-top: 20px; */
}
.new-product-page .single-ddi-extra-page#ddiFeatures li{
color: #191D23;
/* background: inherit !important;
padding: 0; */
font-size: 16px;
    list-style: none;
}
.new-product-page .single-ddi-extra-page#ddiFeatures .post-detail-2 h3{
  margin-bottom: 40px;
}

.new-product-page .single-ddi-extra-page#Features li{
color: #191D23;
background: inherit !important;
/* padding: 0; */
    list-style: none;
}
.new-product-page .single-ddi-extra-page#Features .post-detail-2 h3, .new-product-page .single-ddi-extra-page#ddiFeatures .post-detail-2 h3{
  margin-bottom: 5px;
  /* margin-bottom: 40px; */
  font-size: 48px;
}
.single-ddi-extra-page.Xverse-text-box .container {
    max-width: 1280px;
}
 #ddiCollateral.single-ddi-extra-page.xverse-block-main .xverse-post-block:nth-child(4) .post-detail {
padding-left: 0;
}
#ddiCollateral.single-ddi-extra-page  .post-detail .tagline {
    font-size: 48px;
    font-family: "SuisseIntl-Bold", sans-serif;
    margin-bottom: 10px;
}
 #ddiCollateral.single-ddi-extra-page.Xverse-text-box p {
    color: #fff !important;
        font-size: 16px;
}
 #ddiCollateral.single-ddi-extra-page .studies-list {
  text-align: left;
  background-color: #2D343F;
  border: 2px solid #C2EAE0;
 }


  #Collateral.single-ddi-extra-page.xverse-block-main .xverse-post-block:nth-child(4) .post-detail {
padding-left: 0;
}
#Collateral.single-ddi-extra-page  .post-detail .tagline, #ddiCollateral.single-ddi-extra-page  .post-detail .tagline {
    font-size: 51px;
    font-family: "SuisseIntl-Bold", sans-serif;
    margin-bottom: 10px;
    line-height: 1.1;
    color: #2D343F;
}
#ddiCollateral.single-ddi-extra-page  .post-detail .tagline{
  color: #fff;
}
#Collateral.single-ddi-extra-page.Xverse-text-box p {
    color: #2d343f !important;
    font-size: 16px;
}
 #Collateral.single-ddi-extra-page .studies-list {
  text-align: left;
  background-color: #2D343F;
  border: 2px solid #C2EAE0;
 }

 .single-ddi-extra-page .Technical-speci-box {
    text-align: left;
    background: #2d343f;
    border: 2px solid #C2EAE033;
    border-radius: 10px;
    padding: 40px;
}
 .single-ddi-extra-page .Technical-speci-box h5{
  color: #fff;
  margin-bottom: 40px;
 }
   .single-ddi-extra-page .Technical-speci-box p{
        padding: 0;
        margin: 0;
   }
   #ddiCollateral.single-ddi-extra-page .Technical-speci-box p{
    font-size: 14px;
   }
    #ddiCollateral.single-ddi-extra-page .Technical-speci-box p:first-child {
    color: #C2EAE0 !important;
    margin-bottom: 5px;
    font-size: 16px;
    }
    .single-ddi-extra-page  .single-technical-raw {
    margin-bottom: 25px;
}

 #Collateral.single-ddi-extra-page .Technical-speci-box p {
    font-size: 14px;
    color: #fff !important;
}
    #Collateral.single-ddi-extra-page .Technical-speci-box p:first-child {
    color: #C2EAE0 !important;
    margin-bottom: 5px;
    font-size: 16px;
    }
    .single-ddi-extra-page  .single-technical-raw {
    margin-bottom: 25px;
}
.single-ddi-extra-page  .single-technical-raw:last-child{
  margin-bottom: 0;
}
.Technical-speci-box-tag{
font-size: 24px;
 font-family: "SuisseIntl-Medium";
 margin-bottom: 40px;
 color: #fff;
}

@media (max-width: 991px){
  .single-ddi-extra-page  .post-detail .tagline {
    font-size: 70px;
}
.single-ddi-extra-page .inner-heading {
    padding-bottom: 23px !important;
    padding-top: 10px !important;
}
.single-ddi-extra-page.Xverse-text-box p {
    font-size: 17px;
}
.new-product-page .single-ddi-extra-page#ddiFeatures h3{
font-size: 35px;
        margin-bottom: 25px !important;
}
.new-product-page .single-ddi-extra-page#Features h3{
font-size: 35px !important;
        margin-bottom: 25px !important;
}
#ddiCollateral.single-ddi-extra-page  .post-detail .tagline {
    font-size: 35px;
}
#Collateral.single-ddi-extra-page  .post-detail .tagline {
    font-size: 35px;
}
.single-ddi-extra-page .Technical-speci-box {

    padding: 30px;
}
}
@media (max-width: 991px){


#ddiFeatures.single-ddi-extra-page .post-detail {
    padding: 0px 0 10px 0 !important;
}
#Features.single-ddi-extra-page .post-detail {
    padding: 0px 0 10px 0 !important;
}
#ddiFeatures.single-ddi-extra-page.xverse-post-block {
    padding: 50px 0 40px 0;
}
#Features.single-ddi-extra-page.xverse-post-block {
    padding: 50px 0 40px 0;
}
#ddiCollateral.single-ddi-extra-page .post-detail {
    padding: 0px 0 0px 0 !important;
}
#Collateral.single-ddi-extra-page .post-detail {
    padding: 0px 0 0px 0 !important;
}

}

@media (max-width: 991px){
.new-product-page .single-ddi-extra-page#Benefits {
    padding-top: 170px !important;
    padding-bottom: 50px !important;
}
}
@media (max-width: 767px){
.new-product-page .single-ddi-extra-page#Benefits {
    padding-top: 140px !important;
    padding-bottom: 0px !important;
}
}


.new-product-page .single-ddi-extra-page.Xverse-text-box3#Benefits p,  
.new-product-page .single-ddi-extra-page#Benefits .inner-heading, .single-ddi-extra-page#Benefits.Xverse-text-box p {
    color: #2D343F !important;
}

.new-product-page .single-ddi-extra-page#Benefits, #Collateral.single-ddi-extra-page {
    background: #E6F0F0;
}
.lightbox .lb-image {
    max-width: 600px !important;
    height: auto !important;
}
.lightboxOverlay {
    overflow: hidden;
    width: 100% !important;
}
.ddi-page .lb-outerContainer {
    border-radius: 26px;
    background: #2d343f;
}

 .xverse-block-main .xverse-post-block:nth-child(4) .post-detail {
    padding-left: 0;
}
.banner-img  {
        width: 100%;
}
@media (max-width:767px){
.banner-img img {
    min-height: 190px;
        width: 100%;
}
.lightbox .lb-image {
    max-width: 370px !important;
}

}

/* 12-aug-25 */

@media (max-width:767px){
ul.latest-menu li a:first-child{
  padding-left: 0;
}
.footer__bottom {
    flex-wrap: wrap;
}
.footer__bottom ul.latest-menu {
    padding-left: 0;
}
#Collateral.single-ddi-extra-page  .post-detail .tagline {
    font-size: 35px;
}

}


.new-product-page #ddiBenefits .fill-btn, .new-product-page #ddiBenefits .button-defalt {
    font-size: 20px;
    padding: 16px 32px;
}

.new-product-page #Benefits .fill-btn {
    /* background: #C2EAE0; */
    padding: 16px 32px;
    /* border: 0;
    color: #2d343f !important; */
    font-size: 20px;
}
.new-product-page #Benefits .button-defalt{
  font-size: 20px;
    padding: 16px 32px;
     color: #2D343F !important;
       border: #2D343F solid 2px;
}

#ddiCollateral.single-ddi-extra-page .container, #Collateral.single-ddi-extra-page .container{
    max-width: 982px;
}
.xv-header .navigation ul li a {
    white-space: nowrap;
}

@media (max-width:991px){
#ddiCollateral .post-btn .fill-btn {
    margin-bottom: 15px;
}
}
.xverse-block-main .xverse-post-block:nth-child(2) .post-detail{
  padding-left: 0;
}

#ddiFeatures.xverse-post-block .post-detail ul li a, #ddiBenefits.xverse-post-block .post-detail ul li a {
    color: #c2eae0;
    word-break: break-all;
}
#ddiFeatures.xverse-post-block .post-detail ul li a:hover, #ddiBenefits.xverse-post-block .post-detail ul li a:hover{
  text-decoration: underline !important;
}
#ddiFeatures.xverse-post-block .post-detail p,  #ddiBenefits.xverse-post-block .post-detail p{
  color: #fff;
}
.post-product-new h2{
    font-size: 60px;
    font-family: "SuisseIntl-Bold", sans-serif;
    padding: 0px 0px 30px 0px;
    color: #fff;
}

#ddiFeatures.xverse-post-block.single-ddi-extra-page .post-detail-2 ul li a {
    color: #191D23 !important;
    text-decoration: underline !important;
    text-decoration: none !important;
}
#ddiFeatures.xverse-post-block.single-ddi-extra-page .post-detail-2 ul li a:hover{
  text-decoration: underline !important;
}
/* #ddiFeatures.xverse-post-block.single-ddi-extra-page .post-detail-2 ul li a:hover{
     text-decoration: none !important;
} */


/* 4-9-25 */

.xverse-post-block ul li {
    background-position: 3px 12px !important;
     background-size: 7px !important;
}
.Xverse-text-box .container {
    padding: 0;
}
.Xverse-text-box video {
    width: 100%;
    min-height: 580px;
    object-fit: cover;
}
.single-ddi-extra-page  .post-detail .tagline {
    line-height: 1.1;
    margin-bottom: 14px;
    /* line-height: 90px; */
}
h1{
    line-height: 90px;
}



.blog-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  align-items: start !important;
}
.blog-md-6 {
  width: calc(50% - 40px);
}
.xverse-post-block {
  background: #c2eae0;
  padding: 75px 80px ;
}
.xverse-post-block h2 {
    font-size: 60px;
}

 .xverse-post-block .not-link{
  position: relative;
  background: inherit !important;
      margin-left: -4px;
 }
.xverse-post-block .not-link::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    position: absolute;
    border-radius: 10px;
    left: 6px;
    top: 14px;
}
.infinity-section#ddiProduct .row {
    --bs-gutter-x: 1rem;
}

 #Features .not-link::after,  #Benefits .not-link::after,  #Collateral .not-link::after {
    background-color: #2d343f;
}
.ddi-page .new-product-page .xverse-post-block ul li {
      background: url(../images/list-arrow.svg) 0 11px no-repeat;
}
.new-product-page  .xverse-post-block .not-link::after {
    background-color: #2d343f;
}
.new-product-page .single-ddi-extra-page.Xverse-text-box p {
    padding: 0 0 0px;
}

.Lets-get-section .btnCommon {
    padding: 16px 32px;
}

 @media only screen and (min-width: 991px) and (max-width: 1390px) {
.xverse-post-block h2 {
    font-size: 56px;
}
 }

@media only screen and (max-width: 991px){
.blog-wrapper {
    gap: 40px;
}
.blog-md-6 {
    width: 100%;
}
}

@media only screen and (max-width: 767px){
.Xverse-text-box video {
    min-height: inherit;
    object-fit: inherit;
}
.Xverse-text-box .container {
    padding: 12px;
}
.xverse-post-block {
    padding: 50px 0 20px 0;
}
.single-ddi-extra-page  .post-detail .tagline {
    font-size: 60px;
     line-height: 70px;
}
h1{
 line-height: 70px;
}
}


/* 11-sept-25 */

.xverse-post-block .tagline{
font-size: 20px;
}

input.btnCommon.btn {
    padding: 10.5px 26px;
    font-size: 16px;
}

.source-truth-section ul li.not-link {
    color: #2d343f;
    position: relative;
    background: inherit !important;
    margin-left: -4px;
    padding: 6px 0 6px 20px;
    font-size: 18px;
    margin-bottom: 5px;
}

.source-truth-section ul .not-link::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #2d343f;
    position: absolute;
    border-radius: 10px;
    left: 6px;
    top: 14px;
}
.post-slider .owl-item img {
  border-radius: 20px;
}

/* 15-9-25 */

/* ddi-inner-page */

.new-product-page .single-ddi-extra-page .post-detail-2 .tagline{
margin-bottom: 24px;
}

.new-product-page .single-ddi-extra-page .post-detail-2 p{
  line-height: 140%;
  margin-bottom: 24px;
}
.new-product-page .single-ddi-extra-page#ddiBenefits .post-detail-2 p {
    padding: 0 !important;
    font-size: 18px;
    margin-bottom: 24px;
}

/* .new-product-page .single-ddi-extra-page#ddiBenefits .post-detail-2 .tagline{
  margin-bottom: 50px;
} */
/* .new-product-page #ddiBenefits.single-ddi-extra-page .post-detail-2 p:last-of-type{
  margin-bottom: 50px !important;
} */


/* xcerse-inner-page */

/* .new-product-page .single-ddi-extra-page#Benefits .post-detail-2 .tagline{
  margin-bottom: 50px;
} */
.new-product-page #Benefits.single-ddi-extra-page .post-detail-2 p{
  font-size: 18px;
}
/* .new-product-page #Benefits.single-ddi-extra-page .post-detail-2 p:last-of-type{
  margin-bottom: 50px !important;
} */
.new-product-page #Benefits.single-ddi-extra-page .post-detail-2 ul {
    padding-bottom: 24px;
}

@media only screen and (max-width: 1199px) {
  .trust-logo-group img {
    height: 45px;
}
}

@media only screen and (max-width: 767px) {
.our-partners .group-logo .img-box {
    width: 48%;
}
.group-logo-comman {
    gap: 14px;
}
}

.new-product-page .single-ddi-extra-page#Features .post-detail-2 h3, .new-product-page .single-ddi-extra-page#ddiFeatures .post-detail-2 h3{
  margin-bottom: 49px;
}

/* 18-9-25 */

.new-product-page .single-ddi-extra-page#ddiFeatures ul {
    padding-left: 12px;
}
#ddiCollateral .post-detail.post-detail-2 p {
    padding: 32px 0;
    margin-bottom: 0;
    padding-bottom: 5px;
}
#ddiCollateral .post-detail.post-detail-2 ul{
  padding-bottom: 0;
}
#ddiCollateral .post-detail.post-detail-2 .tagline{
  margin-bottom: 0;
}
#ddiFeatures .blog-wrapper{
  align-items: center !important;
}