
  @font-face {
    font-family: "Nasalization Medium";
    src: url(../fonts/Nasalization-Rg.otf);
  }

html {
    margin-top: 0 !important;

  }
  
  .aboutpage-overflow {
    overflow-x: visible;
  }
  
  body {
    /* font-family: Gilroy; */
    font-family: "Space Grotesk", sans-serif;
    overflow-x: hidden;
    background-color: #08042D;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Nasalization Medium";
  }
  
  a {
    text-decoration: none !important;
    font-weight: 300;
  }
  
  p {
    color: #ccc;
    font-size: 16px;
    font-weight: 300;
    /* text-transform: capitalize; */
  }
  
  .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
  .heading {
    font-size: 48px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.2;
    
    text-align: center;
  }
  .title{
    color: #fff;
    text-align: center;
 
  }
  
  .center-heading {
    text-align: center;
  }
  
.gradiant-text {
  background: linear-gradient(to right, rgb(14 79 138) 0%, rgb(14 79 138) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
  
  /*----------- button -------------*/
  
.default-btn {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 100px;
  background: linear-gradient(to right, #000EA8 20%, #FF3DDB 80%);
  display: inline-block;
}

.default-btn a,
.mas,
.default-btn .subs-btn {
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
}

.mas {
  color: #fff;
  text-align: center;
  width: 101%;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.default-btn a,
.default-btn .subs-btn {
  display: block;
  padding: 13px 20px;
  background: linear-gradient(to right, rgb(14 79 138) 0%, rgb(14 79 138) 80%);
  color: #fff;
  text-align: center;
  -webkit-mask: url(../images/butn-bg.webp);
  mask: url(../images/butn-bg.webp);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  -webkit-animation: ani2 0.7s steps(22) forwards;
  animation: ani2 0.7s steps(22) forwards;
}

.default-btn a:hover,
.default-btn .subs-btn:hover {
  -webkit-animation: ani 0.7s steps(22) forwards;
  animation: ani 0.7s steps(22) forwards;
}

.default-btn .subs-btn {
  border: 0px;
  width: 100%;
}

.white-btn {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 100px;
  background: linear-gradient(to right, rgb(14 79 138) 0%, rgb(14 79 138) 80%);
  display: inline-block;
  border: 1px solid rgb(14 79 138);
}

.white-btn a,
.mass {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.mass {
  color: #fff;
  text-align: center;
  width: 101%;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.white-btn a {
  display: block;
  padding: 13px 20px;
  background: #08042D;
  color: #fff;
  text-align: center;
  -webkit-mask: url(../images/butn-bg.webp);
  mask: url(../images/butn-bg.webp);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  -webkit-animation: ani2 0.7s steps(22) forwards;
  animation: ani2 0.7s steps(22) forwards;
  border-radius: 100px;
}

.white-btn a:hover {
  -webkit-animation: ani 0.7s steps(22) forwards;
  animation: ani 0.7s steps(22) forwards;
}

.white-btn-reverse {
  background: #fff;
}

.white-btn-reverse a {
  background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
  color: #fff;
}

.white-btn-reverse .mass {
  color: #000;
}

@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}


  /*--------------- header ---------------*/
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.breach-popup .booking-image .img-responsive {
    height: 750px;
    object-fit: cover;
}
.header-area {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  /* .header-area .data-breach-section {
    background-color: #08042D;
    
} */
.header-area .data-breach-section .main-breach {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    display: none;
}
.data-breach-section {
  position: relative;
  background: linear-gradient(to right, rgb(14 79 138) 0%, rgb(14 79 138) 100%);
  padding: 10px;
  margin-bottom: 20px;
  width: 100% !important;
}
.data-breach-section .breach-form a {
    color: #fff;
    text-align: right;
}
.data-breach-section .breach-form a svg{color: #dc3545;}
.data-breach-section .breach-form a:hover svg{
  rotate: unset;
}
.data-breach-section .breach-form{
  text-align: right;
}
.plateform-content {
    height: 235px !important;
}
.marquee {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 15s linear infinite;
}
.hamburger-menu{display: none;}
@keyframes marquee {
  0%   { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}
.mcontent{
  width: 100%;
}
.databreach-news-area p {
    margin-bottom: 0;
    color: #fff;
}
  header.header-area.stick .data-breach-section {
    display: none;
}
  .logo a {
    display: inline-block;
  }
  
  .logo a img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 250px;
  }
  
  .stick {
    padding: 15px 0px;
    /* background: linear-gradient(to right, rgb(14 79 138) 0%, rgb(14 79 138) 80%); */
    background: linear-gradient(to right, #080531 20%, #620050 80%);
  }
  .header-area.stick{
    position: fixed;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    top: 0;
    z-index: 9999;
  }

  
  .stick .logo a img {
    width: 250px;
  }
  
  .main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 72%;
  }
  
  .main-menu ul {
    margin: 0;
  }
  
  .main-menu ul li {
    margin-left: 25px;
    display: inline-block;
  }
  
  .main-menu ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    transition: all 0.2s ease-In;
  }
  .stick .main-menu ul li a, .menu-login {
    color: #fff ;
  }
  
  .main-menu ul li a:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50%;
    transform-origin: 50% 50%;
    background: linear-gradient(to right, #ff3ba1 0%, #FF3DDB 80%);
  }
.footer-box ul li a:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50%;
    transform-origin: 50% 50%;
    background: linear-gradient(to right, #ff3ba1 0%, #FF3DDB 80%);
}
  .footer-box ul li a:hover {
    color: rgb(14 79 138);
  }
.footer-section .copyright-section {
    border-top: 1px solid #fff;
    margin-top: 20px;
}
.footer-section .copyright-content,
.footer-section .copyright-content p{
  margin-bottom: 0;
  font-size: 14px;
}
  
  .footer-box ul li a:hover::before {
    transform: scale3d(1, 1, 1);
  }
  
  .main-menu ul li a:hover {
    color: rgb(14 79 138);
  }
  
  .main-menu ul li a:hover::before {
    transform: scale3d(1, 1, 1);
  }
  
  .arrow-link img {
    width: 12px;
    opacity: 0.6;
    transform-origin: 0% 50%;
    transition: all 0.2s ease-In;
  }
  
  .arrow-link:hover img {
    opacity: 1;
    transform: rotate(-45deg);
  }
  .home-banner-section .banner-content .default-btn{
    margin: 20px 0 100px 0;
  }
.rightmenu-link {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  
  .menu-login {
    font-size: 15px;
    font-weight: 300;
    transition: all 0.2s ease-In;
    position: relative;
    background-color: rgb(14 79 138);
    padding: 10px 20px;
    border-radius: 50px;
  }
  .menu-sign{
    font-size: 15px;
    font-weight: 300;
    transition: all 0.2s ease-In;
    position: relative;
    background-color: transparent;
    border: 1px solid rgb(14 79 138);
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
  }
   .menu-sign:hover{
    color: #fff;
    background-color: rgb(14 79 138);
   }
   .menu-login:hover{
    background-color: #fff;
    border: 1px solid rgb(14 79 138);
    color: rgb(14 79 138) !important;
   }
  
  .menu-login:before {
    display: none;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50%;
    transform-origin: 50% 50%;
    background: #E3AD28;
  }
  
  .menu-login:hover::before {
    transform: scale3d(1, 1, 1);
  }
  
  .menu-login:hover {
    color: #E3AD28;
  }
  
  .menu-login,
  .rightmenu-link .default-btn,
  .toogle-line {
    margin-left: 22px;
  }
  .right-contact {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.top-menu-social {
    padding: 0;
    display: flex;
    list-style: none;
}
.top-menu-social li{margin-right: 10px;}
.top-menu-social li a{color: #fff;}
.right-contact li a{color: #fff;font-weight: 300;}
.top-header .menu-social {
    margin: 0;
}
  /*------- menu line butn ------*/
  
  .toogle-line {
    display: flex;
    align-items: center;
  }
  
  .btn1 {
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
    width: 22px;
  }
  
  .btn1 .menu-line {
    transition: all 400ms cubic-bezier(0, 0, 0.58, 1);
    height: 1.3px;
    width: 100%;
    background: #fff;
    position: relative;
    float: right;
  }
  
  .btn1 .icon-center {
    margin-top: 6px;
    width: 80%;
  }
  
  .btn1 .icon-bottom {
    margin-top: 6px;
    width: 80%;
  }
  
  .btn1:hover .menu-line {
    background: #E3AD28;
    width: 100%;
  }
  
  .wrapper-menu {
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
  }
  
  .wrapper-menu.close-sign {
    transform: rotate(-45deg);
  }
  
  .line-menu {
    background-color: #fff;
    background: linear-gradient(to right, rgb(14 79 138) 0%, rgb(14 79 138) 80%);
    border-radius: 5px;
    width: 100%;
    height: 3px;
  }
  
  .line-menu.half {
    width: 50%;
  }
  
  .line-menu.start {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
  }
  
  .wrapper-menu.close-sign .line-menu.start {
    transform: rotate(-90deg) translateX(3px);
  }
  
  .line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
  }
  
  .wrapper-menu.close-sign .line-menu.end {
    transform: rotate(-90deg) translateX(-3px);
  }
  
  .wrapper-menu:hover .line-menu {
    background: linear-gradient(to right, rgb(14 79 138) 0%, rgb(14 79 138) 80%);
  }
  
  .menu-button {
    position: relative;
    margin: 0;
  }
  
  .menu-button span {
    background: #fff;
    border-radius: 10px;
    height: 2px;
    margin: 3px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  
  .menu-button:hover span {
    background: #ffa011;
  }
  
  .menu-button span:nth-of-type(1) {
    width: 50%;
  }
  
  .menu-button span:nth-of-type(2) {
    width: 100%;
  }
  
  .menu-button span:nth-of-type(3) {
    width: 75%;
  }
  
  .menu-button input[type="checkbox"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    cursor: pointer;
  }
  
  .menu-button input[type="checkbox"]:checked ~ span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(4px, 0px);
  }
  
  .menu-button input[type="checkbox"]:checked ~ span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
  }
  
  .menu-button input[type="checkbox"]:checked ~ span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(14px, -3px) rotatez(45deg);
  }
.menu-social {
    padding: 0;
    display: flex;
    list-style: none;
}
.menu-social li{margin-right: 10px;}
.menu-social li a{color: #fff;}
.right-contact li a{color: #fff;font-weight: 300;}
.header .menu-social {
    margin: 0;
}
  /*-------------- big menu ------------*/
  .menu-wrapper {
    display: flex;
    justify-content: space-between;
}
.has-menu{
  position: relative;
}
.mega-menu {
    position: absolute;
    width: 1240px;
    left: 50%;
    top: 66.5px;
    transform: translateX(-50%);
    display: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 5px;
     border-bottom-right-radius: 5px;
    overflow: hidden;

}
.has-menu:hover .mega-menu{
  display: block;
}
.mega-menu {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.mega-menu.show {
  display: block;
  opacity: 1;
  visibility: visible;
}
.menu-container {
  display: flex;
  height: 530px;
}
.rightmenu-link .default-btn a {
    padding: 10px 15px;
    font-weight: 700;
}
.sidebar {
  width: 22%;
  background: linear-gradient(to right, #080531 55%, #620050 100%);
  padding: 15px;
  overflow-y: auto;
}

.sidebar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
	border-radius: 0px;
	background-color: transparent;
}

.sidebar::-webkit-scrollbar
{
	width: 4px;
	background-color: transparent;
}

.sidebar::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
	background-color: #bdbbbb;
}

.databreach-news-slider p{
  margin: 0;
  color: #fff;
  opacity: 100%;
}


.mega-menu .menu-container .sidebar .menu-list {
    padding-left: 0;
    text-align: left;
}
.menu-list {
  list-style: none;
}
.mega-menu a:before{display: none;}

.mega-menu .menu-container .sidebar .menu-list li{
  padding: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  border-radius: 8px;
  margin-bottom: 6px;
  transition: background 0.3s;
  margin-left: 0;
}
.mega-menu .menu-container .sidebar .menu-list li a{
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  border-radius: 8px;
  margin-bottom: 6px;
  transition: background 0.3s;
  margin-left: 0;
  font-family: "Nasalization Medium";

}

.mobile-security-box{display: none;}
.mobile-security:hover .mobile-security-box{
  display: block;
}



.mega-menu .menu-container .sidebar .menu-list li:hover,
.mega-menu .menu-container .sidebar .menu-list .active{
  background-color: #fff;
  color: #010EA4 !important;
}
.mega-menu .menu-container .sidebar .menu-list .active a,
.mega-menu .menu-container .sidebar .menu-list li:hover a{
  color: #010EA4 !important;
}
.mega-menu .menu-container .mega-content {
  flex: 1;
  padding: 30px;
    background-color: #2125295e;
    width: 60%;
    background: blur;
    backdrop-filter: blur(22px);
    display: none;
}
.mega-content.active {
      display: block !important;
  }

.mega-menu .menu-container .mega-content .menu-title {
  font-size: 28px;
  margin-bottom: 25px;
  font-family: "Nasalization Medium";
  color: #fff;
}
.mega-menu .menu-container .related-blogs {
    width: 25%;
    background: linear-gradient(to right, rgb(14 79 138) 0%, rgb(14 79 138) 100%);
    padding: 0px;
    color: #fff;
}
.mega-menu .menu-container .columns {
  display: flex;
  gap: 40px;
}

.mega-menu .menu-container .column {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 50%;
}

.mega-menu .menu-container .column a {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  transition: color 0.3s;
}

.mega-menu .menu-container .column a:hover {
  color: #fff;
}

.mega-menu .menu-container .related {
  background: linear-gradient(to right, rgb(14 79 138) 0%, rgb(14 79 138) 100%);
  padding: 20px;
  border-radius: 10px;
  width: 280px;
  margin: 0 auto;
  color: white;
}

.mega-menu .menu-container .blog-card {
  background-color: #fff;
  border-radius: 10px;
  color: black;
  padding: 10px;
  text-align: center;
}
.mega-menu .menu-container .blog-card a svg{
  color: rgb(14 79 138);
}
.mega-menu .menu-container .blog-card p{
  color: #000;
  opacity: 100%;
}

.mega-menu .menu-container .blog-card img {
  max-width: 100%;
  border-radius: 8px;
  height: 150px;
  object-fit: cover;
}

.mega-menu .menu-container .read-more {
  color: #0a84ff;
  text-decoration: none;
  display: inline-block;
  margin-top: 5px;
}

.mega-menu .menu-container .related-blogs .blog-title {
  font-size: 28px;
  margin-bottom: 10px;
  font-family: "Nasalization Medium";
  font-weight: 500;
  opacity: 100%;
  color: #fff;
}

.mega-menu .menu-container .related-blogs ul {
  list-style: disc;
  padding-left: 20px;
}

.mega-menu .menu-container .related-blogs ul li {
  font-size: 16px;
  margin-bottom: 8px;
  margin-left: 0;
  display: list-item;
}
.mega-menu .menu-container .related-blogs .blog-list{
    padding: 10px 20px;
}
.mega-menu .menu-container .related-blogs .blog-list a{
  text-transform: capitalize;
  font-size: 16px;
}
.mega-menu .menu-container .related-blogs .blog-list a:hover{
  color: #ff3ba1
}
.has-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  opacity: 0;
  position: absolute;
  background: linear-gradient(to right, #080531 55%, #620050 100%);
  padding: 10px;
  min-width: 200px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  z-index: 1;
  top: 54.5px;
  transition: opacity 0.2s ease;
}

/* Visible state from JS */
.dropdown-content.show {
  display: block;
  opacity: 1;
}
.dropdown-content a{
  display: block;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 10px;
  font-family: "Nasalization Medium";
  font-size: 16px !important;
}
.dropdown-content a:hover{
    background: #fff;
    
    
    color: #010EA4 !important;
}
.dropdown-content a::before{
  display: none;
}
  /*------------------------*/


  /* *---------------------
HAMBURGER MENU
----------------------*/ */

.hamburger-menu {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 20px;
  padding-left: 15px;
  width: 100%;
  height: 43px;
  cursor: pointer;
  z-index: 9998;
  background:#EBEBEB;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.bar,
.bar:after,
.bar:before {
  width: 30px;
  height: 3px;
}

.bar {
  position: relative;
  width: 20px;
  transform: translateY(10px);
  background: #fff;
  transition: all 0ms 300ms;
}

.bar.animate {
  background: rgba(255, 255, 255, 0);
}

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #fff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #fff;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*---------------------
Mobiles Menu 
----------------------*/
  /*---------------------
  Mobiles Menu - Design 
  ----------------------*/

/* Hamburger Button */
.hamburger {
  font-size: 28px;
  padding: 15px;
  cursor: pointer;
  background: #333;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* Overlay */
/* .menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1500;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
} */

/* Mobile Menu Drawer */
.mobile-menu {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background: linear-gradient(to right, #080531 55%, #620050 100%);
  overflow-y: auto;
  box-shadow: 2px 0 5px rgba(0,0,0,0.2);
  transition: left 0.3s ease;
  z-index: 1600;
}
.menu-level.menu-level-2.active a {
    margin-left: 20px;
        font-size: 14px;
}
.menu-level.menu-level-3.active a {
    margin-left: 30px;
}
.mobile-menu.active {
  left: 0;
}

.menu-level {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-level li {
  border-bottom: 1px solid #eee;
}

.menu-level a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: #fff;
}

.has-children.open .sublink {
    background: #080531;
    color: #fff;
}

.menu-level a:hover {
  background: #4f014a;
}

/* Hide submenus */
.menu-level-2,
.menu-level-3 {
  display: none;
  background: #fafafa;
}

.menu-level-3 {
  background: #f5f5f5;
}

.menu-level.active {
  display: block;
  background: #0e4f8a7d;
}
.menu-level.menu-level-3.active {
    background: #0e4f8a;
}

/* Arrow indicator */




/* .mobile-menu ul {
  margin: 0;
  padding: 0;
}

.mobile-menu li {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 5px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  padding-left:15px;
}

.mobile-menu li:first-child {
  margin-top: 70px;
}

.mobile-menu li:hover {
  background: #fff;
  color: #010EA4;
}

.mobile-menu li a {
  text-decoration: none;
  color: #fff;
  font-family: "Nasalization Medium";
} */

  /*---------------------
  Mobiles Menu - Slide IN 
  ----------------------*/
/* 
.mobile-menu {
  top: 0;
  max-width: 250px;
  left: -100%;
  width: 100%;
  background: linear-gradient(to right, #080531 55%, #620050 100%);
  color: #fff;
  height: 100%;
  position: fixed;
  z-index: 9997;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 205px);
  -moz-transform: translate3d(0, 0, 205px);
  transform: translate3d(0, 0, 205px);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.mobile-menu.active {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
} */

  /*---------------------
  Mobiles Menu - Dropdown Submenu
  ----------------------*/

.has-children:hover{
  cursor:hand;
}

.children {
  display:none; 
}

.mobile-menu .children li:first-child {
  margin-top: 0px;
}

.icon-arrow {
  position: absolute;
  display: block;
  font-size: 0.9em;
  color: #fff;
  top: 5px;
  right: 10px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg); 
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;  
}
  
.icon-arrow:after {
    content: "\25BC";
}

.icon-arrow.open {
  transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg); 
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;     
}

/* Banner Section */

.home-banner-section{
  position: relative;
}
.thumbnail-slider {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: -60px;
}

.thumb {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 10px;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
}
.thumbnail-slider .thumb img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.thumb-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.thumb-inner img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  border: 2px solid #999;
}

/* SVG Progress Border */
.progress-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.progress-border rect {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 392; /* Perimeter of 98x98 rect */
  stroke-dashoffset: 392;
  animation: none;
  border-radius: 6px;
}

.thumb.active .progress-border rect {
  animation: borderProgress 4s linear forwards;
}

@keyframes borderProgress {
  0% {
    stroke-dashoffset: 392;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.home-banner-section .banner-content {
    position: absolute;
    width: 800px;
    top: 60%;
    transform: translate(0, -50%);
}
.home-banner-section .banner-item{cursor: grab;}
.home-banner-section .banner-item img{
  width: 100%;
  height: 100%;
  position: relative;
}
.home-banner-section .banner-item .mobile{
  display: none;
}
.sponcer-section {
    position: relative;
    padding: 80px 0 0;
}
.sponcer-section.brands {
    position: relative;
    padding: 0px 0 0;
}
.no-filter{
  filter: none !important;
}
.nav-tabs .img-box {
    margin-right: 10px;
}
.company-slider {
    margin-top: 30px;
}
.sponcer-section .company-imgs {
    /* height: 70px; */
    width: 70% !important;
    margin: 0 auto;
}
.company-slider-2 {
    margin-top: 20px;
}
.home-banner-section .header-content {
    width: 60%;
}
.home-banner-section .header-content .heading{
  text-align: left;
}

/* Company Section */
.company-section{
  position: relative;
  padding: 80px 0 0;
}
.company-section.trust .left-abs {
        position: absolute;
    top: 0;
    height: 280px;
    width: 100%;
    object-fit: contain;
    right: 0;
    rotate: 180deg;
    z-index: -1;
}
.company-section .title{
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-size: 48px;
}
.company-section .company-slider {
    /* margin-top: 40px; */
}
.company-section .company-slider .company-img {
    width: 150px !important;
    height: 150px;
    object-fit: cover;
    margin: 0 20px;
}
.company-section .company-slider .company-imgs {
    width: 150px !important;
    height: 80px;
    object-fit: cover;
    margin: 0 20px;
    filter: grayscale(1) brightness(0) invert(1);
}
/* .company-section .company-slider .company-imgs:hover,
.sponcer-section .company-imgs:hover{
  filter: none;
} */
.sponcer-section .company-imgs{
  filter: grayscale(1) brightness(0) invert(1);
}
.company-section .blue-abs-img {
    position: absolute;
    top: -170px;
    left: 0;
    width: 500px;
    height: 730px;
    z-index: -1;
    filter: blur(100px);
    opacity: 1;
}
.company-section .pink-abs-img {
        position: absolute;
    right: 0;
    width: 550px;
    height: 800px;
    rotate: 180deg;
    top: -530px;
    z-index: -1;
    filter: blur(100px);
    opacity: 1;
}
.latest-section {
    padding-bottom: 80px;
}
.latest-section #img-container .slick-dots{
  bottom: -40px;
}
.latest-section #img-container .slick-dots li button:before{
  color: #fff;
}
.slick-dots li button:before{display: none;}
.slick-dots .slick-active,
.slick-dots .slick-active button {
    background: #fff;
    width: 50px;
    height: 10px;
    border-radius: 20px;
}
.footer-about{
        width: 90%;
    font-size: 15px;
}
.slick-dots li button {
    background: #fff;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 5px;
    height: 3px;
    border-radius: 50px;
    padding: 4px;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
}
.trust .pink-abs-img {
    position: absolute;
    top: 0;
    left: 20%;
    width: 350px;
    height: 350px;
    z-index: -1;
    filter: blur(100px);
}
/* .company-section.trust {
    padding: 80px 0;
} */
.resource-section .pink-abs-img {
    position: absolute;
    rotate: 180deg;
    width: 500px;
    height: 500px;
    top: -50px;
    z-index: -1;
    filter: blur(90px);
    opacity: 0.9;
    left: 0;
}

.resource-section .footer-center {
    position: absolute;
    top: -100px;
    z-index: -1;
    height: 400px;
    width: 100%;
    object-fit: contain;
}
.trust .blue-abs-img {
    position: absolute;
    right: 0;
    rotate: 180deg;
    width: 500px;
    top: 0;
    height: 500px;
    z-index: -1;
    filter: blur(90px);
    opacity: 0.9;
}

.footer-social {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 20px;
}
.footer-social .menu-social {
    margin-bottom: 0;
    margin-left: 10px;
}

.why-trust-section{
  position: relative;
  padding: 80px 0;
}
.why-trust-section .center-abs-img {
    position: absolute;
    top: -20px;
    height: 400px;
    width: 100%;
    object-fit: contain;
    right: 0;
    z-index: -1;
}
.why-trust-section .pink-abs-img {
    position: absolute;
    left: 0;
    top: -190px;
    filter: blur(90px);
    opacity: 0.9;
    width: 430px;
    height: 700px;
    z-index: -1;
}
.why-trust-section .blue-abs-img {
    position: absolute;
    right: 0;
    rotate: 180deg;
    bottom: 0;
    filter: blur(90px);
    opacity: 0.9;
    width: 270px;
    height: 550px;
    z-index: -1;
}
.resource-section .blue-abs-img {
    position: absolute;
    right: 0;
    top: 0;
    rotate: 180deg;
    z-index: -1;
    filter: blur(90px);
    opacity: 0.9;
    width: 430px;
     height: 550px;
}
.mission-section{
  background-image: url(../images/bg-tab.webp);
  padding: 100px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.mission-section .tab-content .tab-pane.active {
    display: block;
    margin-top: 0;
    border: none;
    background-color: transparent;
    border-radius: 0;
}
.mission-section .tab-wrapper {
    border: none;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    margin-top: 30px;
}

.tab-wrapper {
    border: 1px solid #242424;
    border-radius: 40px;
    padding: 30px;
    background-color: #00000054;
    margin-top: 30px;
}
.tab-wrapper .nav.nav-tabs {
    flex-direction: column;
    border-bottom: 0;
}
.tab-wrapper .nav.nav-tabs .nav-link{
  color: #fff;
  background-color: transparent;
  font-family: "Nasalization Medium";
  font-size: 20px;
}
.tab-wrapper .nav-tabs .nav-link.active{
  padding: 10px 25px;
  
  color: #E81ECF;
  border: none;
  border-radius: 50px;
}
.tab-wrapper .nav-tabs .nav-link:hover{
  border: none;
}
.why-trust-section .tab-content .main-content{
  text-transform: none;
  font-family: "Nasalization Medium";
  font-size: 14px;
  color: #fff;
}

.why-trust-section .tab-content .client-name{
  margin-bottom: 0;
}
.mission-content .heading{
  font-family: "Nasalization Medium";
  font-weight: 500;
}
.mission-content .subtitle{
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.mission-content .main-content{
  text-align: center;
  text-transform: none;
  color: #fff;
}
.mission-content {
    text-align: center;
}
.platform-integration {
    position: relative;
    overflow: hidden;
    /* padding: 80px 0 0; */
}
.major-milestones{
  padding-top: 80px;
}
.company-section.trust {
    padding: 80px 0;
}
.platform-integration .header-content {
    margin-bottom: 30px;
}
.intgration-wrapper .integration-image {
    width: 70px;
    height: 70px;
    margin: 10px auto;
}
.integration-detail .title{
  font-family: "Nasalization Medium";
  font-weight: 500;
  text-align: center;
  font-size: 24px;
}
.integration-detail .content{
  text-align: center;
}
/* .integration-image img{
  transition: all 0.1s ease-in-out;
} */
.intgration-wrapper:hover .integration-image img {
    filter: invert(23%) sepia(89%) saturate(7496%) hue-rotate(290deg) brightness(93%) contrast(96%);
}
/* .cybersecurity-section{
  padding: 80px 0;
  background-image: url(../images/cyber-security-bg1.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cybersecurity-section .nav-link {
    color: #fff;
    opacity: 70%;
    font-family: "Nasalization Medium";
    font-size: 20px;

}
.cybersecurity-section .nav-pills .nav-link.active, 
.cybersecurity-section .nav-pills .show>.nav-link{
  background-color: transparent;
  opacity: 100%;
}
.cybersecurity-section .tab-feature {
    display: flex;
    justify-content: start;
    align-items: center;
}
.cybersecurity-section .name{
  margin-right: 20px;
}
.cybersecurity-section .feature{
  margin-right: 20px;
  font-family: "Nasalization Medium";
  font-size: 18px;
  padding: 10px 30px;
  background: linear-gradient(to right, #FB9B00 0%, #D55900 80%);
  border-radius: 50px;
}
.cybersecurity-section .tab-title {
    font-family: "Nasalization Medium";
    font-size: 26px;
}
.cybersecurity-section .useful-source {
    margin-bottom: 20px;
} */


.cyber-security-section .diagram {
     width: 1300px;
    margin: 0 auto;
    height: 600px;
}
.cyber-security-section .diagram text:hover{
  color: #CC36B0;
}
.cyber-security-section svg {
  width: 100%;
  height: auto;
}
.cyber-security-section .arcs path {
  fill: none;
  stroke: #00B8D5;
  stroke-width: 6;
}
.cyber-security-section .core-group path {
  fill: none;
  stroke: #1b6fc2;
  stroke-width: 1;
}
.cyber-security-section text {
  fill: #fff;
  font-size: 75px;
  text-shadow: 0 0 2px #000;
}
.cyber-security-section text:hover{
  fill: #CC36B0;
}
/* .cyber-security-section textPath {
  pointer-events: none;
} */
.main-title {
    font-size: 90px;
    font-weight: 600;
}





.useful-source a {
    color: #fff;
    font-family: "Nasalization Medium";
    margin-right: 20px;
    text-decoration: underline !important;
    font-weight: 300;
}
.useful-source a svg{
  transform-origin: 0% 50%;
  transition: all 0.2s ease-In;
  
}
.useful-source a:hover svg{
  transform: rotate(-25deg);
}

.resource-section{
  position: relative;
  padding: 80px 0;
}
.resource-section .resource-box{
  position: relative;
  margin-bottom: 30px;
  transition: all 0.7s ease-In;
  box-shadow: #f8f9fab0 0px 5px 15px;
  border: 1px solid #f8f9fab0;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.resource-section .resource-box:before {
        content: '';
        position: absolute;
        background-color: #0000008c;
        height: 100%;
        width: 100%;
        z-index: 1;
    }
.resource-section .resource-box img {
    width: 100%;
    border-radius: 10px;
}
.resource-section .first-blog-box .resource-box img {
    height: 250px;
    object-fit: cover;
}
.resource-section .second-blog-box .resource-box img {
    height: 520px;
    object-fit: cover;
}
.resource-section .resource-content {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    width: 100%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-In;
    z-index: 1;
}
.resource-section .resource-box p{
  color: #fff;
  opacity: 100%;
}
.resource-section .resource-box .resource-title {
    font-size: 20px;
    font-family: "Nasalization Medium";
}
.resource-section .resource-content .date {
    color: #fff;
}
.resource-section .resource-content a{
  transition: opacity 0.2s, transform 0.3s;
  opacity: 1;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 12px;
  border-radius: 50px;
  font-size: 14px;
}
.resource-section .resource-box:hover .resource-content a{
  transform: scale(1);
    top: 0;
    bottom: auto;
    opacity: 1;
}
.read-more {
    visibility: hidden;
    opacity: 0;
    display: block;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 8px 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
}
.resource-section .resource-box:hover:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000ea85c;
  z-index: 1;
  
} 
.resource-section .resource-box:hover img{
  webkit-filter: blur(4px); /* Chrome, Safari, Opera */
    filter: blur(4px);
}
.resource-section .default-btn {
    margin: 60px 0 0;
}
svg{
  transform-origin: 0% 50%;
  transition: all 0.2s ease-In;
}
.resource-section .resource-content a:hover svg{
  transform: rotate(10deg);
}
.default-btn:hover svg,
.white-btn:hover svg{
  transform: rotate(-45deg);
}
.glogal-section {
    position: relative;
    padding: 80px 0 0 0;
}

.faq-area {
  position: relative;
  padding: 80px 0px;
  background-image: url(../images/faq-bg.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.faq-area .heading {
    text-align: left;
}
.faq-accord {
  margin-top: 30px;
  border-top: 1px solid #ccc;
}

.faq-accord .card {
  border: 0px;
  border-radius: 0px;
  background: none;
  border-bottom: 1px solid #ccc;
}

.faq-accord .card-header {
  padding: 0px;
  margin-bottom: 0;
  background-color: transparent;
  border: 0px;
}

.faq-accord .card-header button {
  outline: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-shadow: none;
  padding: 18px 0px;
  border: 0px;
  border-radius: 0px;
}

.faq-accord .card-header button span {
  color: #fff;
  font-size: 20px;
  font-family: "Nasalization Medium";
  text-align: left;
  text-transform: none;
}

.faq-accord .card-header .fa-angle-up,
.faq-accord .card-header .fa-angle-down {
  color: #fff;
  font-size: 18px;
  margin-left: 8px;
}

.faq-accord .card-body {
  padding: 0px 0px 15px;
}

.faq-accord .card-body p {
  /* color: rgb(255 255 255 / 70%); */
  width: 90%;
  margin: 0px;
  text-transform: none;
}

.faq-accord .card-body p a {
  color: #383d41;
  /* color: rgb(255 255 255 / 70%); */
  transition: all 0.2s ease-In;
}

.faq-accord .card-body p a:hover {
  color: #439F19;
}
.partner-section {
    position: relative;
    padding-top: 80px;

}
.partner-section .content-wrapper .title {
    font-size: 30px;
    text-align: left;
    font-family: "Nasalization Medium";
}
.partner-section .content-wrapper p {
    text-transform: none;
}
.partner-section .content-wrapper .blue-title {
    font-size: 26px;
    text-align: left;
    font-family: "Nasalization Medium";
}
.partner-section .row {
    border: 1px solid rgb(14 79 138);
    border-radius: 20px;
    padding: 40px 40px 0;
    background-color: #00000054;
    align-items: center;
}
.partner-section .pink-abs {
    position: absolute;
    right: 0;
    top: -190px;
    filter: blur(90px);
    opacity: 0.9;
    width: 430px;
    height: 700px;
    z-index: -1;
    rotate: 180deg;
}
.partner-shield .partner-img {
    width: 300px;
    height: 300px;
}
.footer-section{
  position: relative;
}
.bottom-privacy {
    align-items: center;
}
.footer-section .privacy-box, .footer-section .privacy-box a{
  color: #fff;
}
.footer-section .footer-box p {
    color: #fff;
    margin-top: 20px;
}
.bottom-privacy {
    align-items: center;
    margin-top: 10px;
}
.footer-section .privacy-box a:hover{
  color: #00B8D5;
}
.footer-section .footer-box .footer-title {
    text-align: left;
    font-size: 22px;
    font-family: "Nasalization Medium";
}
.footer-social .menu-social li {
    margin-bottom: 20px;
}
.footer-section .bottom-privacy .footer-box p{margin-top: 0;}
.footer-section .footer-box .footer-icon {
    width: 200px;
    margin: 20px 20px 20px 0;
}
.footer-section .footer-box ul {
    padding: 0;
    list-style: none;
}
.footer-box ul li {
    margin-bottom: 5px;
}
.footer-section .footer-box ul li a{
    color: #fff;
    transition: all 0.2s ease-In;
    position: relative;
}
.footer-section .footer-box .menu-social a{
  font-size: 26px;
}
.footer-section .footer-box .menu-social a:before{
  display: none;
}
.footer-section .footer-box ul li a:hover{
  color: #00B8D5;
}
.footer-section .footer-box ul li a:hover svg{
  rotate: unset;
}
.footer-section .footer-box .subscribe-form label {
    color: #fff;
}
.footer-section .subscribe-form label small {
    color: red;
}
.footer-section .subscribe-form .form-check {
    margin-top: 10px;
}
.footer-section .subscribe-form {
    border: 1px solid #00B8D5;
    border-radius: 20px;
    padding: 30px;
}
.footer-section .copyright-content{
  padding: 30px 0 0;
}
.footer-section .copyright-content p {
    margin-bottom: 2px;
    text-transform: none;
}
.footer-section .copyright-content a{
  color: #fff;
}
.footer-logo .footer-logo {
    width: 250px;
}

.footer-section .pink-abs-img {
    position: absolute;
    width: 350px;
    height: 600px;
    bottom: 0;
    z-index: -1;
    filter: blur(90px);
    opacity: 0.9;
}
.footer-section .footer-center {
    position: absolute;
    bottom: -20px;
    height: 400px;
    width: 100%;
    object-fit: contain;
    right: 0;
    z-index: -1;
    
}
.footer-section .blue-abs-img {
    position: absolute;
    right: 0;
    width: 500px;
    height: 700px;
    rotate: 180deg;
    bottom: -20px;
    z-index: -1;
    filter: blur(90px);
    opacity: 0.9;
}
/* .latest-section {
    padding: 80px 0;
} */
    .latest-section {
        
    }
    /* .latest-section .slick-slide {
        text-align: center;
        color: #ccc;
        background: white;
        width: 300px;
        transform: translate(-50%, 0);
        margin-right: .5rem;
        margin-left: .5rem;
        -webkit-transition: width 0.35s ease;
        -moz-transition: width 0.35s ease;
        -ms-transition: width 0.35s ease;
        -o-transition: width 0.35s ease;
        transition: width 0.35s ease; 
    }
    .latest-section .slick-slide:hover {
        width: 100%;
        top: 0;
        left:0;
        color: red;
        
    } */

    /* .latest-section .img-bg-1{
        background-image: url(../images/latest-1.webp);
    }
    .latest-section .img-bg-2{
        background-image: url(../images/latest-2.webp);
    }
    .latest-section .img-bg-3{
        background-image: url(../images/latest-3.webp);
    }
    .latest-section .img-bg-4{
        background-image: url(../images/latest-4.webp);
    } */
    .latest-section .img-box{
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transition: flex 0.4s linear, -ms-flex 0.4s linear;
        overflow: hidden;
        height: 550px;
        flex: 1 1 0px;
        z-index: 1;
        margin: 0 20px;
    }
      #img-container {
        display: flex;
        margin-top: 30px;
        margin-left: 10%;
      }
      #img-container .slick-track{
        display: flex;
        
      }
      #img-container .img-box{
        position: relative;
        padding: 40px;
        border-radius: 20px;
      }


      #img-container .img-content p{
        color: #fff;
        font-weight: 600;
        font-size: 20px;
        font-family: "Nasalization Medium";
        text-align: left;
        text-transform: capitalize;
        
      }
      .read-more:hover{
    color: #fff !important;
}
      #img-container .img-content{
          display: flex;
          flex-direction: column;
              align-items: self-start;
    justify-content: start;
          max-width: 100%;
          position: relative;
          top: 50%;
          transform: translateY(-50%);
      }
      .img-box.slick-slide.slick-active:nth-child(1) .img-content {
          position: absolute !important;
          bottom: 60px !important;
          top: unset !important;
          transform: none !important;
          padding: 0 30px 0 0;
      }
      .img-box.slick-slide.slick-active:nth-child(1) .img-content p{
          text-align: left !important;
      }
      .img-box.slick-slide.slick-active:nth-child(1) .read-more{
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important;
      }
      /* .img-box:hover{
        -ms-flex-positive: 2.5;
        flex-grow: 2.5;
      } */
      .img-box.slick-slide.slick-active.slick-center{
        -ms-flex-positive: 2.5;
        flex-grow: 2.5;
      }
      .img-box.slick-slide.slick-active.slick-center .read-more{
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important;
      }
      /* .img-box:hover .img-content{
        visibility: visible !important;
        opacity: 1 !important;
      } */
      .bottom-cta{
        visibility: hidden;
        opacity: 0;
        bottom: 10%;
        border-radius: 30px;
        display: none;
        background: rgb(14 79 138);
        
      }
      .bottom-cta a{
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        color: #fff;
        padding: 15px 40px;
        max-width: 250px;
        width: 60px;
        height: 50px;
      }
      .bottom-cta:hover i{
        transform: rotate(-20deg);
      }
      .bottom-cta:hover{
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
      }
      /* .img-box:hover .bottom-cta{
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important;
      } */
      .img-box:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 39%);
        z-index: -1;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .img-box:hover::before{
        background-color: rgb(0 0 0 / 60%);
    }

    .img-box.slick-slide.slick-active:nth-child(1){
        -ms-flex-positive: 2.5;
    flex-grow: 2.5;
    }

    

.slider-wrapper{
  display: flex;
}
/* .event-area {
    width: 40%;
} */
.slider-area {
    width: 100%;
}


.platform-section{
  position: relative;
}
.platform-section .heading {
    text-transform: none;
}
.platform-section .plateform-content a {
    margin-bottom: 20px;
}
.platform-section .plateform-about {
    margin-bottom: 20px;
}
.platform-section .blue-abs-img {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 500px;
    height: 430px;
    z-index: -1;
    filter: blur(150px);
    opacity: 0.8;
}
.platform-section .pink-abs-img {
    position: absolute;
    top: -210px;
    right: 0;
    width: 540px;
    height: 770px;
    z-index: -1;
    filter: blur(90px);
    opacity: 0.8;
    rotate: 180deg;
}

.platform-section .plateform-content .plateform-about .title {
    text-align: left;
    font-size: 22px;
    font-family: "Nasalization Medium";
    opacity: 100%;
}
.platform-section .devider-img {
    width: 300px;
    height: 30px;
    margin: 0 auto;
}
.platform-section .plateform-content .plateform-about a{
  color: #fff;
  transition: all 0.2s ease-In;
      border: 1px solid #fff;
    padding: 8px 12px;
    border-radius: 20px;
}
.platform-section .plateform-content .plateform-about a:hover{
  color: rgb(14 79 138);
}
.platform-section .plateform-content .plateform-about p{
  /* opacity: 60%; */
  color: #fff;
}
.plateform-slide-1{
  background-image: url(../images/hexa.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
  width: 570px;
  position: relative;
}
.plateform-content.slick-slide.slick-active + .slick-active{
  opacity: 40%;
}
.plateform-item {
    width: 50px !important;
}
.icon-1{
    
    cursor:pointer;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 38%;
}
.icon-2{
    
    cursor:pointer;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 58%;
}
.icon-3{
    
    cursor:pointer;
    height: 40px;
    position: absolute;
    top: 15%;
    left: 70%;
}
.icon-4{
    
    cursor:pointer;
    height: 40px;
    position: absolute;
    top: 33%;
    left: 82%;

}
.icon-5{
    
    cursor:pointer;
    height: 40px;
    position: absolute;
        top: 52%;
    left: 81%;

}
.icon-6{
    
    cursor:pointer;
    height: 40px;
    position: absolute;
        top: 69%;
    left: 73%;
}
.icon-7{
    
    cursor:pointer;
    height: 40px;
    position: absolute;
    top: 84%;
    left: 58%;
}
.icon-8{
    
    cursor:pointer;
    height: 40px;
    position: absolute;
    top: 84%;
    left: 40%;
}
.icon-9{
    
    cursor:pointer;
    height: 40px;
    position: absolute;
    top: 69%;
    left: 22%;
}
.icon-10{
    
    cursor:pointer;
    height: 40px;
    position: absolute;
    top: 49%;
    left: 11%;
}
.icon-11{
    
    cursor:pointer;
    height: 40px;
    position: absolute;
    top: 33%;
    left: 14%;
}
.icon-12{
    
    cursor:pointer;
    height: 40px;
    position: absolute;
    top: 15%;
    left: 24%;
}
.plateform-item img {
    width: 35px;
    height: 35px;
    margin: 0 auto;
    display: block;
    opacity: 100%;
}
.plateform-slide-1 .slick-list{
  height: 100% !important;
}
.platform-section .footer-center {
    position: absolute;
    bottom: -220px;
    height: 400px;
    width: 100%;
    object-fit: contain;
    right: 0;
    z-index: -1;
}
.cyber-security-section .pink-abs-img {
    position: absolute;
    top: -150px;
    left: 0;
    width: 440px;
    height: 780px;
    z-index: -1;
    filter: blur(80px);
    opacity: 0.8;
}
.cyber-security-section .inner-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-around;
        margin-top: 40px;
}
.cyber-security-section .inner-box {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 33%;
}
.cyber-security-section .inner-box.inner-logo .core-icon {
    width: 300px;
}
.cyber-security-section .inner-box.inner-logo {
    margin-bottom: 100px;
}
.cyber-security-section .icon-box-inner {
    background: linear-gradient(to right, #FF3DDB 20%, #000EA8 80%);
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 0px 0 20px;
    margin-bottom: 100px;
    position: relative;
}
.cyber-security-section .icon-box-inner a{
  font-size: 18px;
  font-family: "Nasalization Medium";
  line-height: 1.2;
  margin-bottom: 0;
  width: 60%;
  color: #fff;
}
.cyber-security-section .icon-div {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000250;
    border: 2px solid #fff;
    border-radius: 50px;
    overflow: hidden;

}
.cyber-security-section .icon-div img {
    width: 40px;
    height: 40px;
}
.cyber-security-section {
    padding: 80px 0;
    position: relative;
}
.cyber-security-section .inner-box.inner1,.cyber-security-section .inner-box.inner2{
  position: relative;
}
.cyber-security-section .inner1:before{
  content: '';
  position: absolute;
  background-image: url(../images/cyber-11.webp);
  width: 140px;
  height: 306px;
  top: 70px;
  right: 12px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  z-index: -1;
}
.cyber-security-section .inner-box.inner1 .icon-box-inner:nth-child(2) {
    margin-left: -210px;
}
.cyber-security-section .inner2:before{
  content: '';
  position: absolute;
  background-image: url(../images/cyber-2.webp);
  width: 140px;
  height: 306px;
  top: 70px;
  left: 10px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.cyber-security-section .inner-box.inner2 .icon-box-inner:nth-child(2) {
    margin-right: -210px;
}
.cyber-security-section .inner2 .icon-box-inner {
    padding: 0 20px 0 0;
    width: 100%;
}
.cyber-security-section .inner1 .icon-box-inner {
    width: 100%;
}
.plateform-item p {
    font-size: 9px;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    opacity: 70%;
    margin-top: 5px;
}
.plateform-item.active img{
  filter: invert(23%) sepia(89%) saturate(7496%) hue-rotate(290deg) brightness(93%) contrast(96%);
  opacity: 100%;
}
.plateform-item.active p{
  color: #fff;
  opacity: 100%;
}
.plateform-item img:hover p{
    color: rgb(14 79 138);
}
.counter-section {
    position: relative;
    padding: 120px 0;
}
.counter-section .left-abs {
    position: absolute;
    top: -100px;
    height: 400px;
    width: 100%;
    object-fit: contain;
    right: 0;
    z-index: -1;
}
.counter-section .blue-abs-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 680px;
    height: 500px;
    z-index: -1;
    filter: blur(70px);
    opacity: 0.8;
}
.counter-box .count {
    text-align: center;
    font-size: 55px;
    color: #E81ECF;
}
.counter-box .counting {
    text-align: center;
    font-size: 55px;
    font-weight: 700;
    color: #E81ECF;
    font-family: "Nasalization Medium";
}
.counter-box .count-title {
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.counter-box .count-content{
  text-align: center;
    font-size: 16px;
    color: #fff;
}
.blog-section {
    padding: 80px 0;
    margin-top: 80px;
}
.blog-section.ai-transforming {
    margin-top: 0;
}
.blog-item-wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #666;
}
.blog-image {
    width: 40%;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.blog-content {
    width: 100%;
}
.blog-image img {
    width: 100%;
    border-radius: 20px;
    transition: transform 0.5s ease-in-out;
}

.blog-image:before {
  content: "";
  background: rgb(14 79 138);
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
  right: 0;
  opacity: 0.7;
  top: 0;
}
.blog-image:after {
  content: "";
  background: #FF3DDB;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
  bottom: 0;
  opacity: 0.7;
  left: 0;
}
.blog-item-wrapper:hover .blog-image::after,
.blog-item-wrapper:hover .blog-image::before,
.blog-wrap:hover .blog-image::after,
.blog-wrap:hover .blog-image::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}
.blog-image:hover img {
  transform: scale(1.1);
}




.blog-content .blog-title {
    font-size: 28px;
    font-family: "Nasalization Medium";
    font-weight: 600;
    margin-bottom: 0;
}
.blog-date {
    margin-bottom: 0;
}
.blog-content a {
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 8px 12px;
    border-radius: 50px;
}
.blog-content a:hover {
    color: rgb(14 79 138);
}
.blog-content a:hover svg{
  rotate: -25deg;
}
.blog-text {
    opacity: 60%;
}
.blog-section .blue-abs-img, 
.blog-detail-box .blue-abs-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 430px;
    z-index: -1;
    filter: blur(70px);
    opacity: 0.8;
}
.blog-section .pink-abs-img, 
.blog-detail-box .pink-abs-img{
  position: absolute;
    top: 10%;
    right: 0;
    width: 500px;
    height: 800px;
    rotate: 190deg;
    z-index: -1;
    filter: blur(130px);
    opacity: 0.8;
}
.blog-detail-box .blog-title {
    text-align: left;
    font-size: 46px;
}
.blog-detail-box .author-details {
    display: flex;
    justify-content: start;
}
.blog-detail-box .author-details .author-name{
  text-transform: capitalize;
}
.blog-detail-box .author-details .post-date {
    margin-left: 10px;
}
.blog-detail-box .blog-content .blog-img {
    margin: 30px 0;
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6{
  color: #fff;
  margin-top: 40px;
}
.blog-content ul {
    list-style: none;
    padding-left: 0;
    color: #fff;
}
 .bottom-image{
  position: relative;
      margin-top: 50px;
}
.bottom-image .short-blog-img {
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 400px;
}
.bottom-image img{
  border-radius: 10px;
}
.blog-section .blog-wrap {
  position: relative;
    border: 1px solid rgb(14 79 138);
    background: #0001504e;
    background-clip: padding-box;
    border-radius: 20px;
    padding: 20px 12px;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 30px;
}
.blog-section .blog-wrap .blog-image {
    width: 100%;
    margin: 0;
}
.blog-section .blog-wrap .blog-detail {
    padding: 10px 0;
    overflow: hidden;
}
.blog-card.not-matched {
    display: none !important;
}
.blog-section .blog-wrap .blog-detail .blog-date {
    margin-bottom: 10px;
    display: block;
    color: #fff;
    text-transform: capitalize;
    /* font-family: "Nasalization Medium"; */
}
.more-insights.blog-section .blog-date {
    opacity: 60%;
    font-weight: 300;
        font-family: "Space Grotesk", sans-serif !important;
}
.blog-section .blog-wrap .blog-detail .blog-title{
  color: #fff;
  opacity: 100%;
  font-family: "Nasalization Medium";
  font-weight: 500;
  font-size: 18px;
  min-height: 81px;
}
.blog-section .blog-wrap .blog-detail .readmore {
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s ease-In;
}
.blog-section .blog-wrap .blog-detail .readmore:hover{
  cursor: pointer;
  color: rgb(14 79 138) ;
}
.blog-detail-box .blue-abs-img{
  position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 430px;
    z-index: -1;
    filter: blur(70px);
    opacity: 0.8;
}
.blog-detail-box .blue-abs-img.second {
    position: absolute;
    top: 30%;
    left: 0;
    width: 500px;
    height: 700px;
    z-index: -1;
    filter: blur(120px);
    opacity: 0.8;
}
.blog-detail-box .blue-abs-img.third {
    position: absolute;
    top: 50%;
    right: 0;
    left: unset;
    rotate: 190deg;
    width: 500px;
    height: 700px;
    z-index: -1;
    filter: blur(100px);
    opacity: 0.8;
}
.blog-detail-box .pink-abs-img.fourth {
    position: absolute;
    top: 70%;
    left: 20%;
    right: unset;
    width: 300px;
    height: 380px;
    rotate: 0deg;
    z-index: -1;
    filter: blur(120px);
    opacity: 0.8;
}
.blog-detail-box {
    position: relative;
    margin-top: 80px;
    /* overflow: hidden; */
    padding: 80px 0 80px;
}
.blogsearch-box,
.event-box  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.input-group.blogsearch-form,
.input-group.event-form {
    width: 70%;
    position: relative;
}
.bloglist-filter,
.eventlist-filter {
    width: 25%;
}
.input-group.blogsearch-form #case-study-search,
.input-group.event-form #event-search {
    border-radius: 50px;
    background: #0001504e;
    text-transform: capitalize;
    color: #666;
    padding: 20px 10px;
    border: 1px solid rgb(14 79 138);
}
.search-btn {
    position: absolute;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
}
.bloglist-filter select,
.eventlist-filter select {
    width: 100%;
    border-radius: 50px;
    background: #0001504e;
    text-transform: capitalize;
    color: #666;
    padding: 10px;
    border: 1px solid rgb(14 79 138);
}
.event-box {
    margin-bottom: 40px;
}
select,input:focus{
  box-shadow: none;
  outline: none;
}
.blog-section.case-listing {
    margin: 0;
}
.blog-section.case-listing .blog-wrap .blog-detail .blog-date{
  font-family: "Space Grotesk", sans-serif;
}
.blog-section.case-listing .pink-abs-img{top: 60%;}
.case-study {
    position: relative;
    padding-top: 150px;
}
.case-study-wrapper .case-image{
  width: 100%;
  border-radius: 20px;
}
.case-study-wrapper .wp-block-list{
  color: #fff;
}
.error-section .btn-group{
  width: 30%;
  justify-content: space-around;
}
.error-section .title {
    opacity: 100%;
    font-size: 30px;
    font-family: "Nasalization Medium";
    font-weight: 500;
}
.case-study-wrapper h2,
.case-study-wrapper h3,
.case-study-wrapper h4,
.case-study-wrapper h5,
.case-study-wrapper h6{
  color: #fff;
  text-transform: capitalize;
}

/* About Us CSS */
.about-section {
    position: relative;
    background-image: url(../images/about-us-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 200px 0;
}
.about-section .header-content .heading {
    text-align: left;
}
.boundries-section img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-top: -150px;
}
.boundries-section .header-content{
  margin: 50px 0;
}
.boundries-section .header-content p{
  color: #fff;
  text-align: center;
  opacity: 100%;
}
.boundries-section .stats-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
        margin-bottom: 30px;
}
.boundries-section .stats-wrapper .states-box{
  border: 1px solid #00B8D5;
  background-color: #0002505c;
  border-radius: 20px;
  padding: 20px;
  width: 18%;
  transition: all 0.2s ease-In;
  cursor: pointer;
}
.boundries-section .stats-wrapper .states-box .title {
    font-size: 22px;
    color: #fff;
    opacity: 100%;
    font-family: "Nasalization Medium";
}
.boundries-section .stats-wrapper .states-box:hover .title{
  color: #E81ECF;
      transition: 0.5s transform ease;
}
.boundries-section .stats-wrapper .states-box .content {
    text-align: center;
    opacity: 100%;
    font-size: 14px;
    min-height: 42px;
    margin-bottom: 0;
}
.about-content-section .devider-img {
    margin: 0 auto;
}
.about-content-section{
  padding-bottom: 80px;
}
/* .left-wrapper, .right-wrapper{
  margin-top: 10%;
} */

.left-wrapper h2 {
    color: #fff;
}
.left-wrapper .subtitle{
  font-size: 20px;
  font-family: "Nasalization Medium";
  font-weight: 500;
}
.right-wrapper .states-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}
.ai-transforming .ai-detail {
    text-transform: uppercase;
    color: #E81ECF;
}
.ai-transforming .ai-title {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    font-family: "Nasalization Medium";
    margin-top: 10px;
}
.blog-section.ai-transforming .blog-wrap {
    min-height: 430px;
}



.form-input-bg {
    background-color: #08042D;
}
.modal-body form {
    padding: 20px 30px;
}
.book-noleft,.book-noright {
    padding: 0;
}
.book-noright .modal-body{padding: 0;}
.modal-content {
    overflow: hidden;
    border-radius: 20px;
    background: #000250;
}
label {
    color: #fff;
}
.pop-close.left-close {
    position: absolute;
    top: 20px;
    right: 30px;
    border-radius: 50px;
    border: 1px solid #fff;
    z-index: 1;
}
.modal-content .title {
    color: #fff;
    font-family: "Nasalization Medium";
    font-size: 26px;
    font-weight: 600;
    text-align: left;
}
.booking-image .img-responsive {
    height: 637px;
    object-fit: cover;
}
 
.event-slider .event-slider-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.arrow {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.arrow:hover{
  background-color: #00B8D5;
}
.arrow-left{
  position: absolute;
  top: 50%;
  left: -5%;
}
.arrow-right{
  position: absolute;
  top: 50%;
  right: -2%;
}
.blog-slider .arrow-left{
  position: absolute;
  top: 40%;
  left: 0;
}
.blog-slider .arrow-right{
  position: absolute;
  top: 40%;
  right: 0;
}
    .first-blog-box.blog-slider .resource-box:nth-child(3) {
    display: none;
}
.team-image .team-img {
  padding: 20px;
  border: 1px solid #00B8D5;
  border-radius: 20px;
  overflow: hidden;
}
.team-page{
  padding-top: 80px;
}
.team-image{
  padding: 80px 20px;
}
.thank-you-wrapper {
    padding: 150px 0 30px;
}
.contact-office-section .contact-divider {
    display: block;
    margin: 0 auto;
    width: 200px;
}
.contact-office-section {
    position: relative;
    padding: 80px 0 0;
}
.contact-entity {
    padding: 80px 0 0;
}
.contact-entity .heading {
    text-transform: none;
}
.contact-office-section .card,
.contact-entity .card {
  margin-top: 30px;
    background-color: #000250;
    color: #fff;
    border: 1px solid rgb(14 79 138);
    padding: 20px;
    border-radius: 20px;
}
.cyber-security-section .global-img{
  width: 100%;
}
.full-text {
  display: none;
  color: #fff;
}

.read-more-btn {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 8px 12px;
  margin: 10px 0;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 50px;
}
.testimonial-text {
  display: inline;
}
.testimonial {


}
.why-trust-section .slick-dots {
    position: absolute;
    bottom: -35px;
  }
.blog-section.recent-blog {
    padding: 0;
    margin: 0;
}
.padding-bottom{
  padding: 80px 0 0;
}
.case-study-section .blog-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.buttons.text-center {
    width: 100%;
}
.event-listing.page-margin {
    position: relative;
}
section{position: relative;}
.wp-block-heading {
    color: #fff;
}
.wp-block-list {
    color: #ccc;
}
#tab-content {
    padding: 40px 20px;
    background-color: #000251;
    border: 1px solid #00B8D5;
    border-radius: 20px;
}
/* .blog-detail-box p strong {
    color: #fff;
    font-size: 22px;
        display: block;
    margin-top: 30px;
    font-weight: 600;
    font-family: "Nasalization Medium";
} */
 .blog-detail-box .blog-content a {
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 0;
    border-radius: 0;
}
.blog-detail-box .wp-block-heading {
    text-align: center;
    margin: 60px 0;
    font-size: 46px;
}
.blog-section.bottom-blog {
    margin: 0;
    padding-bottom: 80px;
}
.blog-section.bottom-blog .blog-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.5s ease-in-out;
}
#img-container .img-content .tag-name{
  padding: 5px 12px;
    background-color: #000251c7;
    border: 1px solid #00B8D5;
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
}
/* .fade:not(.show) {
    opacity: 1;
} */
/* .nav-tabs li{

    background-color: #000250;
    border-radius: 25px;
    border: 1px solid #00c2ff;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
} */
.nav-tabs {
    justify-content: space-evenly;
    border: none;
}
.service .nav-tabs .card-here {width: 20rem;border-radius: 10px;}
.tab-content .tab-pane {
    margin-top: 30px;
    background-color: #000251;
    border: 1px solid #00B8D5;
    padding: 50px;
    border-radius: 20px;
    display: none;
}

.tab-pane.fade.active.show {
    display: block;
}
.tab-content .title {
    text-align: left;
}
.nav-tabs .card.card-here {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    padding: 20px;
}
.nav-tabs .img-box img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.box-title p {
    margin-bottom: 0;
}
.more-insights.bottom-blog {
    padding-top: 60px;
}
.service.service-content.components .card.card-expose img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
.methodo {
    padding-top: 80px;
}
.benifit .card-expose {
    height: auto !important;
}
.solutions .tab-content .tab-pane {
    margin-top: 0;
}
.padding-top{
  padding-top: 80px;
}
.mou-section {
    padding-top: 60px;
}
.testimonial-text .read-more-btn {
    border: none;
}
.solution-detail-section h2,
.solution-detail-section h3,
.solution-detail-section h4{
  color:#fff;
}
.ibm-services .card.card-expose.service-box .card-title{
  font-family: "Nasalization Medium";
  color: #fff;
  font-size: 20px;
}
.event-upcoming h6 {
    margin: 20px 0;
    font-size: 20px;
}

.service-banner-slider .item {
    position: relative;
    padding: 200px 0px;
    background-image: url(./../images/red-team.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 700px;
}

.progressBarContainer {
  position: absolute;
  rotate: 90deg;
  bottom: 30px;
  width: 40%;
  left: -130px;
  top: -100px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 15px;
  box-sizing:border-box;
}

.progressBarContainer div {
  display: block;
  width:10%;
  min-width:30px;
  max-width: 100px;
  padding: 0;
  cursor: pointer;
  margin-right: 10px;
  color: white;
}

.progressBarContainer div:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 4px;
  border-radius:10px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: #0e4f8a;
  width: 0%;
  min-width:0%;
  max-width:100%;
  height: 4px;
  border-radius:10px;
}
.event-slider .event-slider-item .blue-title {
    margin-top: 30px;
    text-transform: capitalize;
}
#no-events {
    width: 100%;
}
.records {
    display: none;
}
.clients-section,
.mou-section {
    padding: 200px 0 0;
}
.clients-section .enterprises-imgs {
    width: 150px !important;
    height: 80px;
    object-fit: cover;
    margin: 0 20px;
}
.enterprises-slider-second,
.enterprises-slider{
  padding-top: 30px;
}
.enterprises-slider-second .slick-track {
  
  display: flex !important;
  flex-direction: row-reverse; /* 👈 reverses scroll direction */
}
.mou-section .mou-title {
    font-family: "Nasalization Medium";
    text-align: center;
    font-size: 22px;
    color: #fff;
}
.mou-section .mou-wrapper {
    margin-top: 40px;
}
.mou-section .pink-abs-img {
    position: absolute;
    right: 0;
    width: 400px;
    height: 800px;
    rotate: 180deg;
    top: 20%;
    z-index: -1;
    filter: blur(100px);
    opacity: 1;
}

.flip-container {
  perspective: 1000px;
    width: 100%;
    max-width: 100%;
    height: 380px;
    margin: 30px auto;
    position: relative;
}

.mou-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 1s ease;
}

/* flip on hover */
.flip-container:hover .mou-wrapper,
.flip-container.hover .mou-wrapper {
  transform: rotateY(180deg);
}

/* faces */
.front, .back {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 10px;
  box-sizing: border-box;
}

/* front */
.front {
  transform: rotateY(0deg);
  z-index: 2;
}

/* back */
.back {
  transform: rotateY(180deg);
  background: #0e4f8a;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
}
.career-section{
  padding: 200px 0 0;
}
.career-section .heading{
  text-align: left;
}
.career-section .career-img {
    border-radius: 20px;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}
.btn.focus, .btn:focus{box-shadow: none;}
.career-listing .card{
  background: #000250cc;
  color: #fff;
  border: 1px solid #2DA1FF;
    margin-bottom: 20px;
    border-radius: 10px !important;
    border-bottom: 1px solid #2DA1FF !important;
}
.career-listing .btn{
  color: #fff;
  font-size: 22px;
}

/* .career-listing .collapsed{
    padding: 10px 20px;
  color: #fff;
  border: 1px solid #2DA1FF;
  border-radius: 10px !important;
  margin-bottom: 0 !important;
} */
#career-posting {
    margin-top: 40px;
}
#career-posting .card-body p strong {
    color: #2DA1FF;
    font-size: 18px;
    font-family: "Nasalization Medium";
}
#career-posting li::marker{
  color: #2DA1FF;
}
.career-title-wrapper h2 {
    display: flex;
    align-items: center;
}
.career-title-wrapper h2 .accor-icon{
  width: 40px;
  height: 40px;
}
.career-title-wrapper {
    padding: 10px 20px;
}
.service-content .margin {
    margin-top: 30px;
}
.event-detail-section p h5 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    font-family: "Nasalization Medium";
}
.about-content-section.home-about {
    padding: 80px 0;
}
.home-about .heading{
  text-align: left;
}
.home-about .title{
      font-family: "Nasalization Medium";
      font-size: 22px;
      text-align: left;
}
.home-about ul{
  color: #fff;
  font-size: 16px;
}
/* :before{
  content: '';
  background-image: url(../assets/images/center-bg.webp);
      position: absolute;
    top: -20px;
    height: 400px;
    width: 100%;
    object-fit: contain;
    right: 0;
    z-index: -1;
} */
 .ibm-verify,
 .ibm-features {
    padding: 80px 0;
}
