@font-face {
  font-family: 'Roboto Mono';
  src: url('../fonts/RobotoMono-Regular.eot');
  src: url('../fonts/RobotoMono-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/RobotoMono-Regular.woff2') format('woff2'),
      url('../fonts/RobotoMono-Regular.woff') format('woff'),
      url('../fonts/RobotoMono-Regular.ttf') format('truetype'),
      url('../fonts/RobotoMono-Regular.svg#RobotoMono-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.eot');
  src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Inter-SemiBold.woff2') format('woff2'),
      url('../fonts/Inter-SemiBold.woff') format('woff'),
      url('../fonts/Inter-SemiBold.ttf') format('truetype'),
      url('../fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.eot');
  src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Inter-Regular.woff2') format('woff2'),
      url('../fonts/Inter-Regular.woff') format('woff'),
      url('../fonts/Inter-Regular.ttf') format('truetype'),
      url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.eot');
  src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Inter-Bold.woff2') format('woff2'),
      url('../fonts/Inter-Bold.woff') format('woff'),
      url('../fonts/Inter-Bold.ttf') format('truetype'),
      url('../fonts/Inter-Bold.svg#Inter-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.eot');
  src: url('../fonts/Inter-ExtraBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
      url('../fonts/Inter-ExtraBold.woff') format('woff'),
      url('../fonts/Inter-ExtraBold.ttf') format('truetype'),
      url('../fonts/Inter-ExtraBold.svg#Inter-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



/****  font-family: 'Inter'; ****/


:root {

  --primary_font: 'Inter';
  --secondary_font: 'Roboto Mono';

  --green_color: #66D8B5;
  --white_color: #ffffff;
  --black_color: #000000;
  --black_color1: #0C1021;
  --gradient_color1: #4db3d5;
  --gradient_color2: #66d8b6; 
  --hover_color: #4db3d5;
  --body_bg: #070916;

}


/*********** Common Style ***********/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary { display:block; }


html { -webkit-font-smoothing:antialiased; }
body { margin: 0; padding: 0; -webkit-text-size-adjust: none; color: var(--white_color); font-size: 16px; 
  font-family: var(--primary_font); background: var(--body_bg); }
* { -webkit-box-sizing:border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after, .nav:before, .nav:after { display:table; content:" "; }
.clearfix:after, .container:after, .row:after, .nav:after { clear:both; }
.hide { display: none !important; }
.show { display: block !important; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }

::selection {
  background-color: var(--hover_color); 
}

 
body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  background: var(--black_color);
}

body::-webkit-scrollbar-thumb {
  background: var(--green_color);
}

body::-webkit-scrollbar-thumb:hover {
  background: var(--green_color);
}

body.popup-open{
  overflow: hidden;
}

body.popup-open:after {
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
  opacity: 0.7;
  background: #000;
}


h1, h2, h3, h4, h5, h6 { margin: 0 0 20px 0; font-weight: 800; padding: 0; line-height: normal; }
h1 { font-size: 60px; line-height: 70px; text-transform: capitalize;}
h2 { font-size: 50px; line-height: 65px; }
h3 { font-size: 40px; line-height: 50px; }
h4 { font-size: 30px; line-height: 36px; font-weight: 700;}
h5 { font-size: 28px; line-height: 28px; font-weight: 500;}
h6 { font-size: 20px; line-height: 28px; }

p { margin: 0 0 15px 0; font-size: 16px; }

.intro-text, .intro-text p {
  font-size: 26px;
  line-height: 36px;
  margin: 0;
}

.slider-heading{font-weight: 800; text-transform: capitalize; display: block;}

img { vertical-align: middle; outline: none; border: 0; max-width: 100%; }
a {   color: var(--green_color); outline: none; transition: all ease-in 0.2s; }
a:hover { outline:none; color: var(--hover_color); }
a[href^=tel] { text-decoration:none; }

ul, ol { margin:0 0 15px; padding: 0 0 0 20px; }

span.headings {
  display: block;
  margin: 40px 0;
  text-transform: capitalize;
  font-size: 24px; 
  font-weight: 600;
  color: var(--green_color);
}

.button-wrapper {
  position: relative;
  background: url('../images/button-bg.png') no-repeat center;
}
 

.button { 
  vertical-align: middle;   
  color: var(--green_color); 
  font-size: 24px; 
  line-height: 28px;
  font-weight: 700;
  display: inline-block; 
  padding: 2px;
  border-radius: 100px;   
  text-decoration: none;
  background: var(--gradient_color1);
  background: linear-gradient(90deg, var(--gradient_color1) 0%, var(--gradient_color2) 100%);
  position: relative;
  overflow: hidden; 
  border: 0;
  cursor: pointer;
}


 
 

.button span { 
  padding: 9px 16px; 
  display: block;
  position: relative;
  background: #0C1021;
  border-radius: 100px;
  transition: background ease-in 0.25s;
}

.button:hover {
  color: var(--black_color);
}

 

.button:hover span { 
  background: transparent;
} 


input, textarea, select {
  font-size: 16px; 
  font-weight: 400;
  line-height: 24px;
  font-family: 'Inter', sans-serif;
  outline: none;
  padding: 12px 20px;
  width: 100%;
  margin-bottom: 10px;
}

input.button {
  margin: 0;
  width: auto;
  padding: 10px 40px;
  cursor: pointer;
  background: var(--green_color);
  color: var(--white_color);
  border: 0;
  font-size: 20px;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {  
  color: #16171A;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {  
  color: #16171A;
  opacity: 1;
}  

 

.primary-font {
  font-family: var(--primary_font);
}

.secondary-font {
  font-family: var(--secondary_font);
}

.bg-black1 {
  background-color: var(--black_color1);
}


.row:after, .row:before { display: none; }

.flex-center-all {  
  display: flex; 
  align-items: center; 
  justify-content: center; 
}

.d-flex { 
  display: flex; 
}

.justify-center { 
  justify-content: center; 
}

.justify-right { 
  justify-content: flex-end; 
}

.justify-space-between { 
  justify-content: space-between; 
}

.align-center { 
  align-items: center; 
}

.align-start { 
  align-items: flex-start; 
} 

.align-end { 
  align-items: flex-end; 
} 

.flex-wrap { 
  flex-wrap: wrap; 
}

.flex-dir-column {
  flex-direction: column;
}

.list-none { 
  list-style: none; 
}

.default-ul { 
  margin: 0; 
  padding: 0; 
  list-style: none; 
}

.fw400 {
  font-weight: 400;
}

.fw700 {
  font-weight: 700;
}


.container {
  max-width: 1330px;
  padding: 0 20px;
  margin: 0 auto;
}

.mobile-menu-active{
  overflow: hidden;
}


body{
  overflow-x: hidden;
}


.mb150 {
  margin-bottom: 150px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb40 {
  margin-bottom: 40px;
}

.m0 {
  margin: 0;
}

.ptb120 {
  padding-bottom: 120px;
  padding-top: 120px;
}

.pb120 {
  padding-bottom: 120px; 
}

.pt120 { 
  padding-top: 120px;
}


.ptb220 {
  padding-bottom: 220px;
  padding-top: 220px;
} 

.pb220 {
  padding-bottom: 220px;
}

.pt220 {
  padding-top: 220px;
}


.ptb110 {
  padding-bottom: 110px;
  padding-top: 110px;
}

.pb110 {
  padding-bottom: 110px; 
}

.pt110 {
  padding-top: 110px;
}




.pt160 {
  padding-top: 160px;
}

.pt100 {
  padding-top: 100px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}


.column1 {
  width: 100%;
}

.column2 {
  width: 50%;
}

.column3 {
  width: 33.33%;
}

.column4 {
  width: 25%;
}

.column5 {
  width: 20%;
}

.color-green {
  color: var(--green_color);
}

.section-title h2 {
  margin-bottom: 0;
}

.section-title.title-content h2 {
  margin-bottom: 10px;
}

.section-title.title-content p {
  margin-bottom: 20px;
}

/*********** Common Style END ***********/




/****===== Header Block Start =====****/
.site-header {
  background: var(--body_bg);
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 99;
  transition: transform ease-in 0.25s;
  transition: top 0.3s ease-in-out;
}

.header-block {
  padding: 25px 0;
}

.header-logo {
  width: 280px;
}

.header-nav {
  width: calc(100% - 280px);
}

.nav-button .button {
  font-size: 16px;
  line-height: 20px;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 2;
}

.navigation .header-logo {
  display: none;
}

.navigation ul,
.navigation {
  column-gap: 50px;
}

.navigation ul li a {
  text-decoration: none;
  color: var(--white_color);
  font-weight: 600;
}

.navigation ul li a:hover, .navigation ul li a.active {
  color: var(--green_color);
}

.bottom-border {
  position: relative;
}

.bottom-border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  margin: -3px 0;
  background-color: var(--green_color);
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.4s ease-in-out 0s;
}

.bottom-border:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.navigation ul li .bottom-border.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  margin: -3px 0;
  background-color: var(--green_color);
  visibility: visible;
  transform: scaleX(1);
  transition: all 0.4s ease-in-out 0s;
}



.navigation ul li{
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.nav-toggle img {
  cursor: pointer;
}



/****===== Header Block END =====****/


/****==== Banner Block Start ====****/

.banner-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 215px 0 155px;
}

.homebanner .banner-inner{
  max-width: 100%;
}

.homebanner .banner-inner h1, .slider-heading {
  font-size: 60px;
  line-height: 70px;
}

.banner-inner h1, .slider-heading {
  margin-bottom: 32px;
}

.banner-inner .banner-text {
  margin-bottom: 80px;
}

.homebanner {
  background: url('../images/bg-img2.png') no-repeat center;
}

/****==== Banner Block END ====****/


/****==== Logo Block Start ====****/

.logo-section {
  padding: 60px 0;
}

.logo-inner ul {
  column-gap: 35px;
}

.logo-inner ul li {
  min-width: 192px;
  max-width: 192px;
  
}

.logo-inner ul li a {
  color: var(--white_color);
  text-decoration: none;
  row-gap: 14px;
  padding: 15px 8px;
  border: 1px solid #525356;
  border-radius: 10px; 
  height: 100%; 
}

.logo-inner ul li a:hover {
  background-color: var(--black_color1); 
  border-color: var(--white_color);
}

.logo-inner .logo-icon { 
  height: 30px;
}

.logo-inner .logo-icon img {
  max-height: 100%;
  width: 100%;
}

.logo-inner .icon-text {
  font-size: 15px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  flex: 1 0 auto;
  align-items: center;
}

/****==== Logo Block END ====****/


.trusted-section {
  padding: 45px 0 76px;
}

.trusted-section1 {
  padding: 80px 0 100px;
}

.trusted-inner {
  row-gap: 45px;
}

.trusted-inner1 {
  row-gap: 60px;
}

 
.trusted-inner .subtitle {
  margin: 0;
}

.trusted-section ul li a {
  height: 30px;
}

.trusted-section ul li a.height-40 {
  height: 40px;
}

.trusted-section ul li img {
  max-height: 100%; 
  width: 100%;
}

.trusted-section ul {
  column-gap: 80px;
  max-width: 960px;
  margin: 0 auto;
  row-gap: 60px;
}

.trusted-section ul.default-ul {
  max-width: 100%;
}

.trusted-section ul li {
  display: flex;
  align-items: center;
}




.section-header h2 {
  margin: 0;
}


/* .intro-section {
  padding: 220px 0 80px;
} */

.intro-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.intro-header p {
  line-height: 36px;
}

.intro-header p:last-child {
  margin-bottom: 64px;
}



.advantages-top-listing {
  column-gap: 30px;
}

.advantage-item-inner {
  background: url('../images/green-circle.svg') no-repeat center; 
  background-size: 118%;
  height: 320px;
  width: 320px;
  padding: 60px;
  text-align: center;
} 

.advantage-item-inner > span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.advantage-item2 .advantage-item-inner {
  background-image: url('../images/yellow-circle.svg');
}

.advantage-item3 .advantage-item-inner {
  background-image: url('../images/blue-circle.svg');
}

.advantage-item-inner h3 {
  font-size: 70px;
  line-height: 85px;
  margin: 0;
}




.advantages-bottom-listing { 
  row-gap: 60px;
}

.adv-item {
  width: 25%;
  padding: 0 40px;
  text-align: center;
}

.adv-item .adv-item-inner {
  row-gap: 24px;
}

.adv-item .adv-icon {
  height: 100px;
}

.adv-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.adv-item .adv-item-inner > span {
  font-size: 18px;
  line-height: 22px;
}




.use-case-inner ul {
  row-gap: 64px;
  column-gap: 100px;
}

.use-case-inner ul li {
  width: calc(50% - 50px);
  font-size: 26px;
  line-height: 32px;
  padding-left: 80px;
  background: url('../images/use-case-icon.svg') no-repeat top 10px left;
  background-size: 48px;
}

.use-case-inner {
  max-width: 740px;
  margin: 0 auto;
}


.boxes-inner {
  margin: 0 -28px;
  row-gap: 56px;
}

.boxes-inner .box-item {
  width: 33.33%;
  padding: 0 28px;
}

.box-item .box-item-inner {
  border: 1px solid var(--green_color);
  border-radius: 12px;
  padding: 49px 46px;
  row-gap: 24px;
  position: relative;
}

.box-item .box-item-inner:before {
  content: '';
  background: url('../images/box-bottom.png') no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  height: 50px;
}


.box-item .box-icon {
  height: 120px;
  max-width: 146px;
}

.box-item .box-icon img {
  height: 100%;
}

 


.testimonial-slider-main {
  max-width: 1080px;
  margin: 0 auto;
}

.testimonial-slider-main .intro-text,
.testimonial-slider-main .intro-text p {
  line-height: 36px;
}

.testimonial-text p {
  margin: 0;
}

.testimonial-slide {
  padding: 0 125px;
}

.testimonial-slider-main .swiper-pagination {
  position: static;
  margin-top: 40px;
}

.testimonial-slider-main .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #2BBCFA; 
  opacity: 1;
  height: 14px;
  width: 14px;
}

.testimonial-slider-main .swiper-pagination-bullet.swiper-pagination-bullet-active,
.testimonial-slider-main .swiper-pagination-bullet:hover {
  background: #2BBCFA;
}


.testimonial-slider-main .swiper-button-prev:after,
.testimonial-slider-main .swiper-button-next:after {
  display: none;
}

.testimonial-slider-main .swiper-button-prev {
  background: url('../images/slider-left.svg') no-repeat center;
  left: 0px;
}

.testimonial-slider-main .swiper-button-next {
  background: url('../images/slider-right.svg') no-repeat center;
  right: 0px;
}

.testimonial-slider-main .swiper-button-prev,
.testimonial-slider-main .swiper-button-next {
  width: 88px;
  height: 44px;
}





.steps-inner {
  padding: 0 24px;
}

.step-item {
  width: 25%;
}

.step-title {
  position: relative;
  padding-right: 64px;
}

.step-title:before {
  content: ' ';
  height: 1px;
  width: 100%;
  background-color: var(--green_color);
  position: absolute;
  top: 50%;
}

.step-title:after {
  content: ' ';
  height: 12px;
  width: 12px;
  background-color: var(--green_color);
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-6px);
  z-index: 9;
  border-radius: 50%;
}


.step-title span {
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  background: var(--black_color);
  border: 1px solid var(--green_color);
  padding: 20px;
  text-align: center;
  border-radius: 12px;
  position: relative;
}

.step-item2 .step-title span {
  border-color: #F9BD5D;
}

.step-item2 .step-title:before,
.step-item2 .step-title:after {
  background-color: #F9BD5D;
}

.step-item3 .step-title span {
  border-color: #2BBCFA;
}

.step-item3 .step-title:before,
.step-item3 .step-title:after {
  background-color: #2BBCFA;
}

.step-item4 .step-title span {
  border-color: var(--white_color);
}

.step-item4 .step-title:before,
.step-item4 .step-title:after {
  background-color: var(--white_color);
}





.step-content {
  padding: 0 10px;
}

.step-content p {
  font-size: 18px;
  line-height: 26px;
}

.step-item:last-child .step-title:before,
.step-item:last-child .step-title:after {
  display: none;
}
 



.site-footer {
  padding: 72px 0 100px;
}

.footer-logo {
  max-width: 287px;
  margin-bottom: 28px;
}

 

.footer-left {
  width: 290px; 
}

.footer-right {
  width: calc(100% - 290px); 
}

.footer-text {
  padding-right: 40px;
  margin-bottom: 20px;
}

.footer-text p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
  font-family: var(--secondary_font);
}

.footer-social ul {
  column-gap: 18px;
}

.footer-social ul li a {
  display: flex;
  height: 30px;
  width: 100%;
  max-width: 100%;
  
}

.footer-social ul li a img {
  transition: transform ease-in 0.3s;
  width: 100%;
  display: flex;
  max-width: 100%;
}

.footer-social ul li a:hover img {
  transform: translateY(-4px);
}  

.footer-top-menu ul {
  column-gap: 37px;
  row-gap: 12px;
  justify-content: flex-end;
  padding-left: 20px;
}

.footer-top-menu ul li a {
  text-decoration: none;
  color: var(--white_color);
  font-weight: 600;
  text-transform: capitalize;
}

.footer-top-menu ul li a:hover {
  text-decoration: none;
  color: var(--green_color);
}


.footer-bottom-right-logos ul li {
  height: 64px;
  display: flex;
  width: 100%;
}
.footer-bottom-right-logos ul li img{
  width: 100%;
  max-width: 100%;
}
.footer-bottom-right-logos ul {
  column-gap: 26px;
}

.footer-logos{
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.privacy-copyright{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.privacy-copyright ul {
  column-gap: 37px;
  row-gap: 12px;
}

.privacy-copyright ul li a {
  text-decoration: none;
  color: var(--white_color);
  font-weight: 600;
  /* text-transform: uppercase; */
}

.privacy-copyright ul li a:hover {
  text-decoration: none;
  color: var(--green_color);
}

.privacy-copyright .copyright p{
  margin: 0;
}

.navigation .header-slide-nav .mobile-toggle-button{
  display: none;
}

.hemburg-menu {
  display: none; 
  height: 16px;
  width: 20px;
  position: relative;
  margin-left: auto;
  /* z-index: 99; */
}

.hemburg-menu span {
  height: 2px;
  background: var(--black_color);
  width: 100%;
  display: block;
}

.hemburg-menu span:after,
.hemburg-menu span:before{
  position: absolute;
  top: 0; 
  left: 0;
  right: 0; 
  width: 100%;
  height: 2px;
  content: '';
  background: var(--black_color);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.hemburg-menu span:after{
  position: absolute;
  top: auto;
  bottom: 0;
}

/* .mobile-menu-active .hemburg-menu span{
  height: 0px;
}

.mobile-menu-active .hemburg-menu span:before{
  transform: rotate(45deg);
  top: 7px;
}

.mobile-menu-active .hemburg-menu span:after{
  transform: rotate(-45deg);
  bottom: 7px;
} */

.marketecture-diagram img{
  width: 100%;
}

/*** ==== Home Page END ==== ***/




/*** ==== About Page Start ==== ***/

.intro-section.with-bg-lottie {
  background: url('../images/bg-img2.png') no-repeat center; 
}

.list-icons ul {
  column-gap: 60px;
  row-gap: 40px;
}

.list-icons ul li span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.list-icon {
  /* width: 190px;  */
  /* height: 190px; */
  margin: 0 auto 26px;
}

.about-us-section.trusted-section ul {
  column-gap: 64px; 
}

.about-us-section.trusted-section ul li{
  height: 65px;
  max-width: 200px;
}

/* .about-us-section.trusted-section ul li a {
  height: 65px;
  max-width: 200px;
} */

.trusted-section.investor-section {
  padding: 110px 0 220px;
}

.trusted-section.investor-section .trusted-inner {
  row-gap: 100px;
}

.story-section .intro-text p {
  margin-bottom: 32px;
}

.story-section .intro-text p:last-child {
  margin-bottom: 0;
}

.intro-section .leadership-team{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.intro-section .leadership-team .team-members{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.intro-section .leadership-team .team-members .team-member-image{
  /* width: 300px;
  height: 300px; */
  border-radius: 50px;
  margin-bottom: 25px;
}

.intro-section .leadership-team .team-members .team-member-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
  filter: grayscale(100%);
}

.intro-section .leadership-team .team-members .team-member-details h6, .intro-section .leadership-team .team-members .team-member-details p{
  margin: 0;
}

/*** ==== About Page END ==== ***/



/*** ==== Contact Page Start ==== ***/

.banner-section.contact-banner-section {
  position: relative;
  z-index: 2;
}

.banner-section.contact-banner-section .banner-inner {
  max-width: 1100px;
}

.banner-section.contact-banner-section .banner-inner .banner-text {
  margin-bottom: 60px;
}

.loaction-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.location-item address {
  font-style: normal;
}

.loaction-inner > div {
  width: 50%;
}

.location-item address + address {
  margin-top: 40px;
}

.location-right {
  padding-left: 80px;
}

.loaction-inner-main {
  background: url('../images/map-image.svg') no-repeat center;
}

.loaction-inner-main {
  padding: 180px 0 290px;
}


.form-section,
.form-section .container {
  position: relative;
}

.form-section:before,
.support-request-form-section:before {
  content: '';
  position: absolute;
  top: -310px;
  left: 0;
  width: 100%; 
  height: 500px;
  background: url('../images/bg-img2.png') no-repeat center;
}

.form-inner {
  background-color: rgba(12, 16, 33, 0.5);
  padding: 90px;
  border-radius: 12px;
}

.form-block {
  margin: 0 -14px;
}

.form-input {
  width: 100%;
  margin-bottom: 32px;
  padding: 0 14px;
}

.form-input.last_input {
  margin-bottom: 80px;
}

.form-input:last-child {
  margin-bottom: 0;
}

.form-input.half{ 
  width: 50%;
}

.form-header h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.form-input input,
.form-input textarea,
.form-input select {
  margin: 0;
  background-color: #1A223D;
  border: 0;
  outline: none;
  border-radius: 16px;
  color: #fff;
  padding: 20px;
  resize: none;
}

 
.form-input input:-webkit-autofill {
  background-color: #1A223D;
  box-shadow: none;
}
.form-input input:autofill {
  background-color: #1A223D;
  box-shadow: none;
}

.form-input select {
  appearance: none;
  background-image: url('../images/down-arrow.svg');
  background-repeat: no-repeat;
  background-position: right 26px center;
  background-size: 12px;
}

.form-input label {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.form-input label span:not(.checkmark) {
  color: #F45B5B;
}



 
.radio-wrapper {
  column-gap: 32px;
}

.radio_container {
  display: block;
  position: relative; 
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 !important;
}
  
.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
 
.checkmark {  
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 3px 18px;
  font-size: 16px;
  line-height: 36px;
  display: flex;
  align-items: center; 
}

.checkmark:before {
  content: '';
  background-image: url('../images/selected-radio.svg');
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  height: 0;
  width: 0; 
  transition: all ease-in 0.25s;
}
 
.radio_container input:checked ~ .checkmark:before { 
  height: 16px;
  width: 16px; 
}

.radio_container input:hover ~ .checkmark { 
  border-color: var(--green_color);
  color: var(--green_color);
}
 
.radio_container input:checked ~ .checkmark  { 
  border-color: var(--white_color);
  color: var(--white_color);
  column-gap: 10px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/*** ==== Contact Page END ==== ***/



/*** ==== Partner Page Start ==== ***/

.partner-banner-section .banner-buttons, .partner-advantage-section .banner-buttons {
  column-gap: 18px;
  row-gap: 12px;
}

.partner-banner-section .banner-inner{
  max-width: 100%;
}

.partner-banner-section .banner-inner .banner-text {
  margin-bottom: 48px;
}

.partner-advantage-section .banner-buttons {
  margin-top: 48px;
}

.intro-boxes {
  margin: 0 -15px;
}

.intro-boxes .intro-icon {
  height: 33px;
  margin-bottom: 24px;
}

.intro-box-content > span {
  margin-bottom: 24px;
  display: block;
}

.intro-boxes .intro-icon img {
  height: 100%;
}

.intro-boxes .intro-box {
  width: 33.33%;
  padding: 0 15px;
}

.intro-boxes .intro-box-inner {
  background: #0C1021;
  border-radius: 12px;
  padding: 24px 20px 30px 20px;
  height: 100%;
}

.intro-box-content p {  
  margin: 0;
}


 
.partner-adv-icons ul {
  gap: 60px;
}

.partner-adv-icons ul li {
  width: 335px;
  border: 1px solid #525356;
  border-radius: 12px;
  padding: 40px 18px;
}

.partner-adv-icons ul li span {
  font-size: 26px;
  line-height: 32px;
}


.partner-adv-icon {
  height: 32px;
  margin-bottom: 28px;

}

.partner-adv-icon img {
  height: 100%;
}

.partner-banner-bottom .partner-banner-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.partner-banner-bottom .banner-buttons {
  column-gap: 18px;
  row-gap: 12px;
}


.tech-logos ul {
  row-gap: 30px;
}

.tech-logos ul li {
  width: 25%;
  padding: 0 15px;
}

.tech-logo {
  height: 80px;
}

.tech-logo img {
  height: auto;
  max-height: 80px;
}

.tech-logo-inner {
  border: 1px solid var(--green_color);
  border-radius: 12px;
  padding: 49px 46px; 
  background-color: var(--black_color1);
  position: relative;
  display: block;
}

.tech-logo-inner:hover {
  background: rgba(77, 179, 213, 0.15);
}

.tech-logo-inner:before {
    content: '';
    background: url(../images/box-bottom.png) no-repeat center bottom;
    background-size: 100%;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    height: 50px;
}


/*** ==== Partner Page END ==== ***/

.typing-text-ani {
  position: relative;
  line-height: 1;
}

.typing-text-ani.visible.v2:after { 
  background-color: var(--black_color1); 
}

.typing-text-ani.visible:after {
  content: "";
  position: absolute;
  top: -1px; 
  bottom: -2px;
  right: -10px;   
  background-color: var(--body_bg);
  animation: animatetoright 1s steps(10) 1 alternate;
}

@keyframes animatetoright {
  0% {  
    width: calc(100% + 10px); 
    border-left: 1px solid #fff;
  } 

  99% {   
    width: 10px;
    border-left: 1px solid #fff;
  }

  100% {  
    width: 0;
    border-left: 0;
  }

}



/* Platfrom Page CSS Starts */

.platform-universal-sec .platform-use-case ul li br,
.platform-intro-sec h2.br_break br {
  display: block;
}

.platform-use-case {
  gap: 0 60px;
}

.platform-use-case ul {
  width: calc(50% - 50px);
}

.platform-use-case ul li {
 width: 100%;
}

.banner-inner.platfrom-banner-sec {
  max-width: 100%;
  margin: 0 auto;
  padding: 215px 0 115px;
}

.banner-inner.platfrom-banner-sec .banner-text {
  margin-bottom: 56px;
}

/* .intro-section .intro-inner{
  max-width: 100%;
} */

.intro-section h5, .analyst-section h5{
  margin-bottom: 35px;
}

.intro-section .section-header, .analyst-section .section-header{
  margin-bottom: 55px;
}

.intro-section .intro-header p {
  margin-bottom: 45px;
}

.platform-intro-sec.intro-section .intro-header p:last-child {
  margin-bottom: 0;
}

.analyst-section .analyst-two-column{
  gap: 80px;
}

.analyst-section .analyst-two-column-img{
  width: 25%;
}

.analyst-section .analyst-two-column-para{
  width: 75%;
}

.analyst-section .analyst-two-column-para p{
  margin-bottom: 50px;
}

.analyst-section .analyst-two-column-para p:last-child{
  margin-bottom: 0;
}

.analyst-section .analyst-learn-reason-respond{
  gap: 40px;
}

.analyst-section .analyst-learn-reason-respond .green-box{
  padding: 28px 0;
  margin-bottom: 75px;
  border: 1px solid var(--green_color);
  border-radius: 12px;
  gap: 15px;
  position: relative;
}

.analyst-section .analyst-learn-reason-respond .green-box::before{
  content: '';
  background: url(../images/box-bottom.png) no-repeat center bottom;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  height: 50px;
}

.analyst-section .analyst-learn-reason-respond .green-box::after{
  content: '';
  background: url(../images/green-arrow.svg) no-repeat right bottom;
  position: absolute;
  top: 50%;
  right: -42px;
  width: 42px;
  height: 10px;
  transform: translateY(-50%);
}

.analyst-section .analyst-learn-reason-respond .green-box-col:last-child .green-box::after{
  display: none;
}

.analyst-section .analyst-learn-reason-respond .green-box .green-text{
  font-size: 24px;
  color: #66d8b5;
  font-weight: 600;
}

.trusted-section1.platform-trusted-sec{
  padding: 100px 0;
}

.platform-trusted-sec .trusted-inner1 {
  row-gap: 25px;
}

.platform-universal-sec .section-header, .platform-pioneer-sec .section-header, .platform-intelligence-sec .section-header, .platform-design-security .section-header{
  margin-bottom: 30px;
}

.platform-universal-sec.intro-section .intro-header p, .platform-pioneer-sec.intro-section .intro-header p, .platform-intelligence-sec.intro-section .intro-header p, .platform-design-security.intro-section .intro-header p {
  margin-bottom: 0;
}

.pb150{
  padding-bottom: 150px;
}

.platform-universal-sec .default-ul, .platform-pioneer-sec .default-ul, .platform-intelligence-sec .default-ul, .platform-design-security .default-ul{
  list-style: unset;
  row-gap: 30px;
  column-gap: 60px;
}

.platform-universal-sec .default-ul li, .platform-pioneer-sec .default-ul li, .platform-intelligence-sec .default-ul li, .platform-design-security .default-ul li{
  padding: unset;
  background: unset;
}

.platform-universal-sec .use-case-inner, .platform-pioneer-sec .use-case-inner, .platform-intelligence-sec .use-case-inner, .platform-design-security .use-case-inner {
    max-width: 80%;
}

.platform-design-security .gradient-image {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  background-color: #070916;
  border: 1px solid #ffffff;
}

.platform-design-security .step-content {
  padding: 10px;
}

.platform-design-security .step-content p{
  line-height: 21px;
  margin: 0;
}

.platform-design-security .five-box-sec{
  column-gap: 90px;
  row-gap: 30px;
}

.platform-pioneer-sec .chart-svg .green-line-shadow{
  position: relative;
  top: -60px;
}

.platform-intelligence-sec .chart-svg img{
  width: 100%;
}

.platform-form-section {
  margin-bottom: 250px;
  position: relative;
}
  
.platform-form-section:before {
  content: '';
  position: absolute;
  top: -300px;
  left: 0;
  width: 100%;
  height: 620px;
  background: url('../images/bg-img2.png') no-repeat center;
  z-index: -1;
}
  
  
.platform-form-section .intro-text{
  margin-bottom: 53px;
}

.platfrom-banner-sec .button span {
  padding: 9px 23px;
}

/* Platfrom Page CSS Starts */

/* Request Demo Page CSS starts */

.request-demo-hero-section {
  /* padding: 144px 0 275px; */
  padding: 144px 0 150px 0;
}

.request-demo-hero-inner {
  gap: 110px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.request-demo-form-col {
  max-width: 710px;
  padding: 55px 55px 67px;
  border-radius: 10px;
}

.hyper-intelligent {
  max-width: 450px;
  padding-top: 55px;
}

.hyper-intelligent-wrap {
  gap: 60px 57px;
}

.hyper-intelligent h4 {
  margin-bottom: 77px;
}

.intelligent-item {
  gap: 20px;
  width: 193px;
  align-items: flex-start;
}

.intelligent-item img {
  height: 30px;
}

.request-demo-hero-inner .intro-text{
  font-size: 23px;
  line-height: 32px;
}

.request-demo-form-col h1 {
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 36px;
}

.request-demo-form-col p {
  max-width: 455px;
  margin-bottom: 37px;
}

.request-demo-form {
  max-width: 550px;
  width: 100%;
}

.request-demo-form form,
.request-demo-form form input,
.request-demo-form form .mktoFieldDescriptor.mktoFormCol,
.request-demo-form form .mktoFieldWrap.mktoRequiredField {
  width: 100% !important;
  padding: 0;
  margin-bottom: 0 !important;
}

.request-demo-form form .mktoField {
  background-color: rgba(26, 34, 61, 80%);
  border: 0;
  border-radius: 10px;
  font-size: 20px !important;
  line-height: 25px !important;
  color: #fff;
  /* padding: 20px !important; */
  width: 100% !important;
  font-family: var(--primary_font);
}

.request-demo-form .mktoForm.mktoLayoutAbove .mktoLabel div {
  text-align: left !important;
  opacity: 1 !important;
  /* text-transform: capitalize; */
}

.request-demo-form .mktoForm.mktoLayoutAbove .mktoLabel {
  font-family: var(--primary_font);
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  position: relative;
  width: fit-content !important;
  /* padding: 0 0 13px 0 !important; */
}

.request-demo-trusted-logos {
  gap: 65px;
  margin-top: 75px;
}

.request-demo-trusted-logos .height-40 {
  height: 40px;
}

.request-trusted-logo-item a {
  height: 30px;
}

.logo-section.request-demo-logo {
  padding: 0 0 130px 0;
}

/* Request Demo Page CSS ends */



/* Use Cases Page CSS Starts */

/* .banner section */
.use-cases-banner .banner-inner {
  max-width: 1066px;
}

/* use-cases-section */

.use-cases-section {
  margin-bottom: 170px;
}

.use-cases-inner .use-cases-text-wrap h2 {
  margin-bottom: 35px;
}

.use-cases-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.case-item-box {
  gap: 115px;
}

.use-cases-text-wrap {
  margin-bottom: 70px;
}

.use-cases-wrap .use-cases-col {
  gap: 75px;
}

.use-cases-wrap .cases-right-col {
  width: 50%;
}

.use-cases-wrap .cases-left-col {
  width: 42%;
}

.use-cases-wrap .cases-left-col ul li {
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 50px;
}


/* Adaptive Security */

.adaptive-security {
  padding: 100px 0 90px;
}

.adaptive-security-inner {
  max-width: 842px;
  margin: 0 auto;
}

.adaptive-security  .button span {
  padding: 11px 34px;
}


/* use-cases-section2 */

.use-cases-section2 {
  padding: 145px 0 190px;
}

.cases-form-inner {
  padding: 95px;
  background-color: rgba(12, 16, 33, 0.5);
  border-radius: 14px;
}

/* use-cases-form-section */
.use-cases-form-section {
margin-bottom: 275px;
position: relative;
}

.use-cases-form-section:before {
content: '';
position: absolute;
top: -300px;
left: 0;
width: 100%;
height: 620px;
background: url('../images/bg-img2.png') no-repeat center;
z-index: -1;
}


.use-cases-form-section .intro-text{
  margin-bottom: 53px;
}


/* Use Cases Page CSS Ends */


/* popup CSS start */

.pp-modal-container {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  animation: popup2 .3s linear;
}

@keyframes popup2{
  0% {
    transform: translate(-50%,-50%) scale(1);
  }

  100% {
    transform: translate(-50%,-50%) scale(0);
  }
}


.pp-modal-horizontal.modal-custom .pp-modal-container.active {
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101 !important;
  animation: popup .3s linear;
}


@keyframes popup{
  0% {
    transform: translate(-50%,-50%) scale(.5);
  }

  100% {
    transform: translate(-50%,-50%) scale(1);
  }
}

.pp-modal-container .pp-modal-overlay {
  opacity: 0 !important;
}

/* .pp-modal-container .pp-modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.pp-modal-horizontal.modal-custom {
  text-align: left;
}

/* popup CSS END */


/* support-request page CSS start */

.banner-section.support-request-banner-section {
  position: relative;
  z-index: 2;
}

.banner-section.support-request-banner-section {
  position: relative;
  z-index: 2;
  padding-top: 270px;
}

.support-content-col {
  padding: 130px 0;
  max-width: 880px;
  margin: 0 auto;
}

.support-content-col p {
  margin-bottom: 33px;
}

.support-links li:first-child {
margin-bottom: 55px;
}

.support-links li,
.support-links {
margin: 0;
}

.support-form-inner {
  padding: 105px 97px 107px;
  background-color: rgba(12, 16, 33, 0.5);
  max-width: 1000px;
  border-radius: 12px;
  margin: 0 auto;
}

.support-form-inner .request-demo-form {
  max-width: 100%;
}

.support-request-form-section {
  position: relative;
  margin-bottom: 260px;
}

.support-request-form-section::before {
z-index: -1;
}

.support-request-form-section .form-section:before {
  display: none;
}

    /* support-request page CSS END */


    /* thank-you CSS */
/* .contact-thank-you h2,
.support-thank-you h2 {
      text-transform: capitalize;  
  } */

.support-form-inner.support-thank-you {
  padding: 0 !important;
  background: transparent;
  max-width: 1180px !important;
  margin: 60px auto 0;
}

.contact-thank-you {
  padding: 0 !important;
  background: transparent;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.support-request{
  margin-bottom: 200px !important;
}

.bg-contact-thank-you::before {
  /* top: auto !important;
  bottom: 0 !important; */
  z-index: -1;
}

.banner-contact-thank-you {
  padding-bottom: 100px;
}

.request-demo-form-col.thank-you-demo h1 {
  margin-bottom: 0;
  text-transform: unset;
}


/* Privacy Page CSS */
.privacy-policy-section .privacy-policy-columns{
  display: flex;
  padding: 32px 0;
  gap: 35px;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-left{
  width: 40%;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-left .privacy-policy-links{
  position: sticky;
  top: 125px;
  display: flex;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-left ul{
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  /* position: sticky;
  top: 125px; */
  /* height: 90vh;
  overflow: auto;
  padding-bottom: 20px; */
  height: 88vh;
  overflow: auto;
  padding-bottom: 50px;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-left ul::-webkit-scrollbar{
  width: 5px;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-left ul::-webkit-scrollbar-track{
  background-color: transparent;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-left ul::-webkit-scrollbar-thumb{
  background-color: #66D8B5;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-left ul li{
  list-style-type: none;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-left ul li a{
  text-decoration: underline;
  text-underline-offset: 3px;
  line-height: 28px;
  text-transform: uppercase;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-left ul li a.policies-anchor-link.active{
  color: var(--hover_color);
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-right{
  width: 60%;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-right .privacy-policy-content{
  margin-bottom: 30px;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-right .privacy-policy-content.sub-content{
  margin-top: -10px;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-right .privacy-policy-content h6{
  margin-bottom: 8px;
  color: var(--green_color);
  text-transform: uppercase;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-right .privacy-policy-content p.update-date{
  font-size: 13px;
  line-height: 18px;
  word-wrap: break-word;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-right .privacy-policy-content p{
  line-height: 24px;
  margin-bottom: 20px;
  word-wrap: break-word;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-right .privacy-policy-content p:last-child{
  margin-bottom: 0;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-right .privacy-policy-content ul{
  padding-left: 35px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-right .privacy-policy-content ul.non-marker-list li{
  list-style-type: none;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-right .privacy-policy-content ul li{
  list-style-type: square;
  line-height: 24px;
  word-wrap: break-word;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-right .privacy-policy-content ul li a, .privacy-policy-section .privacy-policy-columns .privacy-policy-right .privacy-policy-content p a{
  text-decoration: underline;
  text-underline-offset: 3px;
  word-wrap: break-word;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-right .privacy-policy-content ul li ul{
  margin: 20px 0 10px 0;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-right .privacy-policy-content p.inner-title{
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  color: var(--green_color);
  word-wrap: break-word;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-right .privacy-policy-content .table-content{
  overflow: auto;
  margin-bottom: 20px;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-right .privacy-policy-content .table-content table{
  min-width: 100%;
  border-collapse: unset;
  border-spacing: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-right .privacy-policy-content .table-content table tbody {
  width: 100%;
  overflow: auto;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-right .privacy-policy-content .table-content table tbody td{
  padding: 10px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  vertical-align: baseline;
  line-height: 23px;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-right .privacy-policy-content .table-content table tbody td:last-child{
  padding: 10px;
  border-right: 1px solid #ffffff;
}

.privacy-policy-section .privacy-policy-columns .privacy-policy-right .privacy-policy-content .table-content table tbody tr:first-child  td{
  font-weight: 700;
  border-top: unset;
  color: var(--green_color);
}



/* News Page CSS */
.homebanner .banner-inner.testimonial-slider-main {
  padding: 200px 0 130px 0;
}

.banner-section .banner-slider .slider-content{
  display: flex;
  flex-direction: column;
}

.banner-section .banner-slider .slider-content .slider-img{
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.banner-section .banner-slider .slider-content .slider-img img{
  width: 100px;
  height: 100px;
}

.banner-section .banner-slider .slider-content .slider-cta{
  margin-top: 30px;
}

.banner-inner.testimonial-slider-main .swiper-pagination {
  margin-top: 70px;
}

.news-blogs-section{
  padding-bottom: 130px;
}

.news-blogs-section .in-the-news h5{
  margin-bottom: 30px;
}

.news-blogs-section .news-column-section{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.news-blogs-section .news-column{
  display: flex;
  flex-direction: column;
  border-radius: 40px;
  background-color: #0C1021;
  justify-content: space-between;
  gap: 35px;
}

.news-blogs-section .news-image{
  width: 100%;
  /* height: 260px; */
  max-width: 100%;
  border-radius: 40px 40px 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  position: relative;
  /* height: 150px; */
  height: 120px;
  padding: 25px 25px 0 25px;
}

.news-blogs-section .news-image .top-img{
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 300px; */
  /* height: 170px; */
  /* padding: 20px 20px 0 20px; */
}

.news-blogs-section .news-image .top-img img{
  display: flex;
  width: 100%;
  object-fit: cover;
  object-position: top;
  /* width: 85%; */
  max-height: 100px;
}

/* .news-blogs-section .news-image .top-img img.large-img{
  width: 75%;
}

.news-blogs-section .news-image .top-img img.ciso-img {
  width: 50%;
} */

.news-blogs-section .news-image .overlay{
  z-index: 2;
  background-color: rgba(34, 31, 31, .5);
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  display: none;
}

.news-blogs-section .news-image .corner-img{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
}

.news-blogs-section .news-content{
  padding: 25px 25px 0 25px;
}

.news-blogs-section .news-content p.news-date {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 21px;
}

.news-blogs-section .news-content h6 {
  margin-bottom: 15px;
}

.news-blogs-section .news-content p {
  line-height: 23px;
  font-weight: 700;
  margin: 0;
}

.news-blogs-section .news-cta .button {
  font-size: 16px;
  line-height: 23px;
}

.news-blogs-section .news-cta .button span {
  padding: 7px 16px;
}

.news-blogs-section .news-cta.button-wrapper {
  background-size: cover;
  margin: 0 25px 25px 25px;
}

/* Home News Blog Section  */
.news-blogs-section.home-news-blog .news-image{
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 25px 25px 5px 25px;
}

.news-blogs-section.home-news-blog .news-image .top-img {
  width: 50px;
  height: auto;
  padding: 0;
}

.news-blogs-section.home-news-blog .news-image p {
  margin: 0;
  font-weight: 500;
}

.news-blogs-section.home-news-blog .news-content h5 {
  margin-bottom: 27px;
  font-weight: 700;
  line-height: 33px;
  font-size: 25px;
}

.news-blogs-section.home-news-blog .news-content p {
  line-height: 28px;
  font-weight: 500;
  margin: 0;
  font-size: 22px;
}

.news-blogs-section.home-news-blog .news-column {
  gap: 40px;
}

.news-blogs-section.home-news-blog .news-image .top-img img {
  width: 100%;
}

/* Blog Section CSS */
.blog-banner h1{
  margin-bottom: 15px !important;
}

.blog-banner p{
  margin-bottom: 10px;
}

.blog-banner .banner-inner{
  padding: 130px 0;
}

.blog-two-columns-section{
  padding-bottom: 130px;
}

.blog-two-columns-section .blog-two-columns{
  gap: 100px;
}

.blog-two-columns .blog-column-left, .blog-two-columns .blog-column-right{
  width: 50%;
}

.blog-two-columns .blog-column-left .column-img{
  border-radius: 30px;
}

.blog-two-columns .blog-column-left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.blog-two-columns .blog-column-right p{
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 35px;
}

.blog-two-columns .blog-column-right .button{
  font-size: 20px;
  line-height: 25px;
}

.news-blogs-section .blogs-column-section{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.news-blogs-section .blog-section-title{
  padding-bottom: 30px;
}

.news-blogs-section .blogs-column-section .blog-column{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #66D8B5;
  border-radius: 20px;
  background-color: #0C1021;
  padding: 30px;
  position: relative;
  gap: 30px;
}

.news-blogs-section .blogs-column-section .blog-column a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.news-blogs-section .blog-content p {
  margin: 0;
}

.news-blogs-section .blog-content p.blog {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 21px;
}

.news-blogs-section .blog-image .top-img {
  border-radius: 8px;
  display: flex;
  height: 175px;
  margin-bottom: 30px;
  border: 1px solid #ffffff;
}

.news-blogs-section .blog-image .top-img img{
  border-radius: 8px;
  display: flex;
  width: 100%;
  object-fit: cover;
}

.news-blogs-section .blog-image .top-img.object-fit-contain img {
  object-fit: contain;
}

.news-blogs-section .blog-content h6{
  margin: 0 0 10px 0;
  text-transform: capitalize;
}

.news-blogs-section .blogs-column-section .blog-text-box{
  color: #fff;
  background-color: rgba(44,50,67,.6);
  border-radius: 6px;
  padding: 10px;
  width: fit-content;
}

.news-blogs-section .blogs-column-section .blog-text-box p{
  margin: 0;
}

.featured-img-blog img {
  max-width: 40%;
}


/* RSA meeting page CSS */
.rsa-meeting-section .rsa-form-col {
  /* padding: 55px 55px 67px; */
  padding: 20px 55px 25px 55px;
  border-radius: 10px;
  width: 50%;
  max-width: 650px;
}

.rsa-form-col .request-demo-form.form-section .mktoButtonRow {
  margin-top: 35px;
}

.rsa-meeting-section .rsa-form-col  .mktoForm .mktoGutter {
  display: none;
}

.rsa-meeting-section .rsa-content{
  width: 50%;
  padding-top: 40px;
  max-width: 650px;
}

.rsa-meeting-section .rsa-columns{
  justify-content: center;
  column-gap: 50px;
}

.rsa-meeting-section .rsa-columns h1 {
  font-size: 50px;
  line-height: 60px;
}

.rsa-meeting-section .rsa-columns p.first-para {
  margin-bottom: 20px;
}

.rsa-meeting-section .rsa-columns p {
  line-height: 25px;
  margin-bottom: 50px;
  /* max-width: 440px; */
  max-width: 100%;
}

.rsa-meeting-section .rsa-columns p.thank-you-para {
  max-width: 580px;
} 

.rsa-meeting-section .rsa-columns .meeting-details p{
  line-height: 25px;
  margin: 0;
}

.rsa-meeting-section .rsa-columns p.question-reach{
  font-size: 18px;
  line-height: 23px;
  margin: 30px 0 0 0;
}

.rsa-form-col h2{
  margin-bottom: 15px;
  font-size: 37px;
  line-height: 50px;
}


/* RSA thank you CSS */
.rsa-thank-you-section h4{
  margin-bottom: 10px;
}


/* Blog Details Page CSS */
.blog-image img{
  border: 1px solid #ffffff;
  border-radius: 8px;
}

.blog-content .banner-inner{
  padding: 0;
}

.blog-content .blog-text p,
.blog-award-categories ol.blog-award-categories-list {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
}


/** Top Banner **/

/* .top-banner-hide .site-header {
  transform: translateY(-46px);
}

.top-banner-hided .site-header {
  transform: none !important;
} */

.top-banner {
  background: linear-gradient(90deg, #2BBCFA 0%, #2FBCF1 2%, #3CBAD6 9%, #46B9C0 17%, #4EB8AF 27%, #53B7A4 38%, #56B79D 55%, #57B79B 100%);
  display: none;
}

.top-banner-inner p {
  margin: 0;
  color: #000000;
  font-weight: 700;
}

.top-banner-inner .button {
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  border: 2px solid #000;
  background: #000;
  color: #fff;
  /* display: none; */
}

.top-banner-inner .button:hover,
.top-banner-inner .button:focus {
  color: #66D8B5;
  background: #000;
}

.top-banner-inner .button span {
  padding: 5px 10px; 
  background: #000;
}

.top-banner-inner {
  /* padding: 6px 0; */
  padding: 13px 0;
  gap: 20px;
  position: relative;
  flex-wrap: wrap;
}

.top-banner-inner .close-icon svg {
  width: 18px;
}

.top-banner-inner .close-icon {
  display: flex;
  /* position: absolute; */
  right: 0;
}

.top-banner-inner .close-icon:hover {
  transform: rotate(360deg);
}

.top-banner-inner .rsa-img{
  /* width: 200px; */
  width: 150px;
}

.main-header{
  background-color: #000;
  /* position: fixed; */
  width: 100%;
  z-index: 1000;
}

/* .main-header.fixed-header{
  top: 0;
} */

/* .top-banner.fixed-header{
  position: fixed;
  top: -50%;
  transition: 0.5s all;
} */

/* .site-header.fixed-header{
  transform: translateY(-65%);
} */



/* BlackHat Page CSS */
.rsa-meeting-section .rsa-content.blackhat-content {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.rsa-meeting-section .rsa-content.blackhat-content .button-wrapper{
  margin-top: 50px;
}




/* Blackhat Button Animation */
.blackhat-btn{
  /* animation: animate3 2s infinite; */
  transition: all 0.5s;
}

@keyframes animate3 {
  0%{    
    transform: scale(1); 
  }

  50% {
    transform: scale(1.1); 
  }

  100%{    
    transform: scale(1); 
  }
}

.blackhat-btn a{
  animation: animate 5s infinite;
}

.blackhat-btn a:hover{
  color: var(--green_color);
}

.blackhat-btn a span{
  animation: animate2 5s infinite;
}

.blackhat-btn a:hover span{
  background: #0C1021;
}

@keyframes animate {
  0%{    
    color: var(--green_color);
  }

  50% {
    color: var(--black_color);
  }

  100%{    
    color: var(--green_color);
  }
}

@keyframes animate2 {
  0%{    
    background: #0C1021;
  }

  50% {
    background: transparent;
  }

  100%{    
    background: #0C1021;
  }
}

/* Blackhat Version 2 Page CSS */
.form-content-col{
    flex-direction: row-reverse;
    gap: 50px;
}

.rsa-meeting-section .form-content-col .rsa-content.blackhat-content{
  width: 50%;
}




/* Myth Busting CSS */
