/* Custom CSS */
:root {
  --primary-color: #6A00FF;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul,
ol,
li,
a,
div {
  margin: 0;
  padding: 0;
}
.text-center{
  text-align: center;
}
.set-bottom-margin{
  margin-bottom: 30px;
}
.set-top-margin{
  margin-top: 60px;
}
.mb-0{
  margin-bottom: 0;
}
.pdding-0{
  padding: 5px 0px;
}

.set-equal-margin{
  
  margin-bottom: 20px;
}
html,
body {
  font-family: "Roboto", sans-serif;
  color: #292929;
  font-size: 20px;
  scroll-behavior: smooth;
  
  background-size: 100%;
 /*  background: #F5F0FF; */
  word-break: keep-all;
  overflow-x: hidden;
  line-height: 1.2;
}
body{
  position: relative;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h3,
.h5,
.h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
p{
  padding: 10px 0px;
}
p,
ul,
li {
  font-weight: 300;
  font-size: 18px;
}

h1,
.h1 {
  font-size: 48px;
  line-height: 54px;
  font-weight: 500;
  letter-spacing: 0.29px;
}

h2 {
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 20px;
  
}

h3 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 1rem;
}

h4 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 50px;
  /* font-weight: 500; */
}

h5,
.h5 {
  font-size: 22px;
  line-height: 28px;
}

h6 {
  font-size: 20px;
  line-height: 1.8em;
}
.w-100{
  width:100% !important;
}

.fw-600{
	font-weight:600;
}
.fw-400{
	font-weight:400;
}


.fw-500{
	font-weight:500;
}
.border-redius-50{
	    border-radius: 50px;
}

img {
  max-width: 100%;
  border: none;
  outline: none;
}
.fs-40{
	font-size:40px;
	line-height:50px;
}
.color-theme{
	color:#D020FF;
}
.py-80 {
  padding: 80px 0;
}
.pt-10{
	padding-top:10px;
}
.pt-15{
	padding-top:15px;
}
.pt-20{
	padding-top:20px;
}
.pb-10{
	padding-bottom:10px !important;
}
.pb-15{
	padding-top:15px;
}
.pb-20{
	padding-bottom:20px;
}
.pt-0{padding-top:0px;}
.pb-0{padding-bottom:0px !important;}

.mt-5{
	margin-top:-5px;
}
.mt-10{
	margin-top:10px;
}
.mt-15{
	margin-top:15px;
}
.mt-20{
	margin-top:20px;
}
.p-0{
	padding:0px;
}
.m-0{
	margin:0px;
}
.mb-0{
	margin-bottom:0px;
}
.mb-10{
	margin-bottom:10px;
}
.text-white {
  color: #ffffff;
}

.center {
  text-align: center;
}
.li-fw-lh li{
	    font-weight: 400;
    line-height: 30px;
}
.text-left {
  text-align: left;
}
.set-common-top{
  margin-top: 20px;
}
.set-padding-0{
  padding: 0;
}
.bold {
  font-weight: bold;
}

.limtwidth {
  max-width: 1000px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  /*padding: 0 .75rem;*/
  position: relative;
  z-index: 2;
}

.height-100{
	height:100%;
}

.fullcontainer {
  padding: 0 2.5rem;
  width: 100%;
  margin: 0 auto;
}

/*Helping css*/
.padding-top {
  padding-top: 50px;
}

.padding-bottom {
  padding-bottom: 50px;
}

.padding-bottom-minus {
  padding-bottom: 0px !important;
}

.padding-top-minus {
  padding-top: 0px !important;
}

.margin-top50 {
  margin-top: 50px;
}

.innercontainer {
  width: 100%;
  max-width: 1050px;
  padding: 0 2.5rem;
}

.secpadding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.f-left {
  float: left;
}
.border-redius-50{
	border-radius: 50px;
}

.flex {
  /* display: -webkit-box;
  display: -ms-flexbox; */
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.login-container{
  display: flex;
    align-items: center;
}

.text-purple {
  color: #CD0CFF;
}

.btn-lmargin {
  margin-top: 0;
  margin-left: 1.4rem;
}

.show_mobile {
  display: none;
}

.mobile_hide {
  display: block;
}



.full {
  width: 100%;
  float: left;
}

.container {
  max-width: 1280px;
  width: 100% !important;
}

/**************** Header & Nav CSS *************** */
header .logo img,
header .logo svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* height: 44px; */
  height: 50px;
  max-width: 150px;
}

.full {
  width: 100%;
  float: left;
}

h1 em {
  font-style: normal;
  color: #D229FD;
  font-size: 3.6rem;
  line-height: unset;
}
.fs-37{
	font-size:37px !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 0;
  font-size: 0.88rem;
}
.global p{
	font-size:17px;
	line-height:26px;
}

header.stickyNav.sticky_top .logo {
  margin-top: -5px;
}

header .headerTop {
  padding: 2rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15pxl 15px;
}

/* header .headerTop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: -1;
}
 */
.sticky_top .headerTop:before {
  display: none;
}

.logo {
  float: left;
  font-size: 0;
  position: relative;
  z-index: 2;
  margin-top: -5px;
}

.sticky_top .menu-item-has-children.open>a {
  color: #292929;
}

.headerTop .nav {
  position: relative;
  width: calc(100% - 10em);
  margin-right: 0px;
}
 .pt-40{
   padding-top: 40px !important;
   }

.headerTop .nav ul {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: default;
}

.headerTop .nav ul li {
  display: inline-block;
  padding: 0 0.8em;
  vertical-align: top;
  position: relative;
  font-weight: 500;
}
.headerTop .nav ul li.menu-item-has-children {
  margin-right: 1em;
}
.headerTop .nav ul li:last-child {
  /* padding-right: 0; */
}

.headerTop .nav ul li.menu-item-has-children a:after,
.headerTop .nav ul li.menu-item-has-children a:before {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: url("../images/menuopen.svg");
  position: absolute;
  top: 0px;
  right: -1rem;
  opacity: 1;
}

.headerTop .nav ul li.menu-item-has-children a:before {
  top: 1px;
  content: url("https://stg2023.unlocku.com/wp-content/themes/unlocku/assets/images/menuclose.svg");
  opacity: 0;
}

.headerTop .nav ul li.menu-item-has-children.open {
  z-index: 0;
}

.headerTop .nav ul li.menu-item-has-children.open .sub-menu {
  max-height: 500px;
  display: block;
}

.navigation.navOpen ul li.menu-item-has-children.opened .sub-menu {
  transition: all 600ms ease-in-out;
  display: block;
}

.navigation.navOpen ul li.menu-item-has-children.opened2>.sub-menu2 {
  transition: all 600ms ease-in-out;
  display: block;
}

.toggle-box {
  margin-right: 1em;
}

.navigation .toggle-box ul.sub-menu li {
  margin-bottom: 0;
  padding-left: 0;
}

.headerTop .nav ul li.menu-item-has-children.open>a:after {
  opacity: 0 !important;
}

.headerTop .nav ul li.menu-item-has-children.open>a:before {
  opacity: 1 !important;
}

.headerTop .nav ul a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  line-height: 1.5em;
  font-size: 16px;
  color: #292929;
  /* font-size: 1em; */
}

.headerTop .nav ul.sub-menu {
  position: absolute;
  /* left: 1em; */
  left: 0;
  top: 100%;
  width: 193px;
  padding: 0;
  margin-top: 15px;
  max-height: 0;
  /*overflow: hidden;*/
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: 0 15px 57px -12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 57px -12px rgba(0, 0, 0, 0.3);
}

.headerTop .nav ul.sub-menu li {
  padding: 0;
  text-align: left;
  display: block;
  line-height: 1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: #292929;
  position: relative;
  margin-right: 0
}

.headerTop .nav ul.sub-menu li.outer-page {
  background: #333;
}

.headerTop .nav ul.sub-menu li a {
  padding: 0.77rem;
  width: 100%;
  color: white;
  font-size: 0.833rem;
}

.headerTop .nav ul.sub-menu li a:after {
  display: none !important;
}

.headerTop .nav ul.sub-menu li:hover {
  background: #4c4c4c;
}

.headerTop .nav ul.sub-menu li:hover:before {
  content: "";
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #6B03FF;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.headerTop .nav ul.sub-menu2 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 193px;
  padding: 0;
  /*max-height: 0;*/
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: 0 15px 57px -12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 57px -12px rgba(0, 0, 0, 0.3);
  display: none;
}

.headerTop .nav ul.sub-menu2 li {
  padding: 0;
  text-align: left;
  display: block;
  /*line-height: 1;*/
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: #292929;
  position: relative;
}

.headerTop .nav ul.sub-menu li:hover ul.sub-menu2 {
  display: block;
}

header.full.stickyNav.sticky_top {
  width: 100%;
  background: #fff;
}

.sticky_top .headerTop {
  /* background: white; */
  padding-top: 1em;
  padding-bottom: 1em;

}


.navigation {
  display: none;
  /* position: fixed;
  top: 0;
  right: -24em; */
  position: absolute;
  top: 0px;
  right: 40px;
  /* width: 24em; */
  width: 0;
  height: 100vh;
  background-color: transparent;
  text-align: center;
  padding: 1.5em 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}
.sticky_top .navigation{
  top: 0;
}
.navigation.navOpen {
  /* right: 0; */
  right: 40px;
  width: 24em;
  background: #6B03FF;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.navigation.navOpen .menu-top-menu-container {
  margin-right: 0;
}
.navigation.navOpen .navToggle span:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.navigation.navOpen .navToggle span:nth-child(2) {
  opacity: 0;
}

.navigation.navOpen .navToggle span:nth-child(3) {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.navigation.navOpen .navToggle span {
  background: #ffffff;
}

.navigation .toggle-box ul.sub-menu li a {
  border: 0;
  padding: 0.7em 0.3em 0.6em 1em;
  cursor: pointer;
}

/*.navigation .toggle-box ul.sub-menu li a i {
    opacity: 0;
  }*/
.navigation .toggle-box a i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#menu-toggle-menu {
  text-align: left;
}

.nav .flex>.flex {
  position: relative;
  height: 3rem;
  margin-left: 30px;
}

.menu-top-menu-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  /* margin-right: 0.8em; */
  padding-top: 5px;
}

.navToggle {
  width: 47px;
  height: 45px;
  display: block;
  /* position: fixed;
  top: 2.5em;
  right: 2.5rem; */
  position: absolute;
  top: 32px;
  right: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 3px 0 3px;
  background: url(https://stg2023.unlocku.com/wp-content/themes/unlocku/assets/images/menuBg.png) no-repeat;
  background-size: 100%;
  border-radius: 4px;
  display: flex;
  justify-content: center;
}

.sticky_top .navToggle {
  top: 1em;
}

.navToggle span {
  display: block;
  background-color: #6B03FF;
  height: 2px;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 18px;
  top: 50%;
  margin-top: -1px;
}

.navToggle span:nth-child(1) {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
}

.navToggle span:nth-child(2) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.navToggle span:nth-child(3) {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}

.topNav ul {
  width: 100%;
  float: left;
}

.topNav ul li ul.sub-menu2 {
  display: none;
  padding-left: 1.4em
}


.topNav ul li {
  width: 100%;
  float: left;
  padding: 0 1.5em 0em 1.5em;
  white-space: nowrap;
  margin-bottom: 0.5em;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.topNav ul li#sidenav1,
.topNav ul li#sidenav2,
.topNav ul li#sidenav3,
.topNav ul li#sidenav4,
.topNav ul li#sidenav5,
.topNav ul li#sidenav6 {
  display: none;
}

.topNav ul li ul.sub-menu {
  display: none;
  margin: 0;
  padding: 0;
  padding-left: 1.4em;
}

.navigation.navOpen ul li {
  opacity: 1;
  float: left;
}

.navigation.navOpen ul li#sidenav1,
.navigation.navOpen ul li#sidenav2,
.navigation.navOpen ul li#sidenav3,
.navigation.navOpen ul li#sidenav4,
.navigation.navOpen ul li#sidenav5,
.navigation.navOpen ul li#sidenav6 {
  display: none;
}

.topNav .filledNav li {
  margin-bottom: 1rem;
}

.topNav .filledNav li:hover>a {
  color: #292929;
  background-color: white;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.topNav .filledNav li a {
  border: 1px solid #fff;
  padding: 0.7em 0.3em 0.7em 1em;
  vertical-align: middle;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topNav .filledNav li a .material-icons {
  margin-left: auto;
}

.topNav ul li a {
  width: 100%;
  float: left;
  color: #fff;
  padding: 0.5em 0em 0.5em;
  line-height: 1.5em;
  font-size: 1.05em;
  font-weight: 400;
  overflow: hidden;
}
.login-btn-m {
  display: none;
}
.navList {
  margin-top: 4rem;
}

header .button {
  height: 46px;
}

.outline-gradient {
  background: #6A00FF;
  transition: 0.3s;
  color: #ffff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  font-size: 16px;
  text-align: center;
}

.themebtn,
.hs-submit .hs-button {
  background: #6A00FF;
  border: 1px solid #6A00FF;
  
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 14.4px 25px;
  line-height: 20px;
  height: auto;
  cursor: pointer;
}

.themebtn:focus,
.themebtn:hover,
.hs-submit .hs-button:focus,
.hs-submit .hs-button:hover {
  background: #6A00FF;
  border: 1px solid #6A00FF;
}
.out-line {
    background: white;
    color: #6A00FF;
    border: 2px solid;
}
.out-line:hover {
    background: white;
   border: 2px solid;
}
.cta-toggle.t-cta {
    padding-top: 30px;
}
.des-login-cta {
  padding-right: 1em;
  font-weight: 500;
  padding-left: 1em;
}
.des-login-cta a {
  background: unset;
  color: #292929;
  font-weight: 900;
}
.cta-width-d {
  padding-left: 8px;
}
.padding {
  padding: 80px 0;
}

.banner-wrap {
  padding-top: 140px;
  padding-bottom: 60px;
}

.footer-pattern {
   
	  background: url('/wp-content/themes/unlocklearn/assets/images/2025/form-back-b.png') no-repeat;
    background-size: cover;
    background-position: center;
}
/* Styling for the heading */
.heading {
  font-size: 2.5rem; /* Sets a larger font size */
  margin-bottom: 20px; /* Adds space below the heading */
}

.about-value-tab .tab h4 {
    font-size: 18px !important;
    color: #292929;
	    font-weight: 500;
}
.about-value-tab .tab .active h4 {
  
    color: #6A00FF;
	    
}
.about-value-tab .tab {
   
    height: 28px;
    padding: 0;
    margin: 0;
      text-transform: capitalize;
}
.tabs-body-item {
   
   
   
    /* border-radius: 50px; */
   
    padding: 40px 10px;

}
.tab-box-innner {
    padding: 15px;
    border-radius: 15px;
	    min-width: 295px;
}
.tab-box-outer {
    display: flex;
    gap: 14px;
}
.footer-logo {
    max-width: 190px;
    padding-bottom: 6px;
}
.about-tab-body .tabs-body-item h4 {
    margin-bottom: 9px;
    font-size: 24px;
    font-weight: 500;
}
.how-we-work-tab.about-value-tab {
  
  background: #fafbfe;
    display: flex;
   justify-content: space-between;
   border-bottom: 1px solid #e2dddd6e;
    height: 100px;
    align-items: center;
}
.how-we-work-tab.about-value-tab  .indicator {
   
    background-color: #6A00FF;
    
}
.how-we-work-tab.about-value-tab .tab a:focus, .how-we-work-tab.about-value-tab .tab a:focus.active {
    background-color: transparent;
   
}

.image-container img {
  position: absolute; 
  bottom: 0px; 
  left: 50%; 
  display: inline-block;
  transform: translateX(-50%); 
}
/* Styling for the image */

.gradient_BG {
  top: 0px;
left: 0px;
width: 100%;
padding-top: 50px;
/* height: 768px; */
/* UI Properties */
background: transparent linear-gradient(180deg, #FFFFFF 0%, #E7DAFB 100%) 0% 0% no-repeat padding-box;
opacity: 1;
}
.main-heading{

  /* UI Properties */
  text-align: center;
  font-size: 36px;
  letter-spacing: 0px;
  font-weight: 600;
  margin-top: 110px;
}
.main-heading-new{
  text-align: center;
  font-size: 40px;
  letter-spacing: 0px;
  /* font-weight: 900; */
  margin: 130px 0px 40px 0px;
}
.main-heading-new1{
  text-align: center;
  font-size: 40px;
  letter-spacing: 0px;
  font-weight: 900;
  margin: 0px 0px 10px 0px;
}
.main-heading span,.theme-color{
  color: #6a00ff;
}
.theme-color{
	color:#CD0CFF;
}
.theme-second-color{
	color:#6A00FF;
}
.py-40{
  padding: 40px 0;
}


.mt-0 {
  margin-top: 0 !important;
}

.bg-black {
  background: #292929 0% 0% no-repeat padding-box;
}
.owl-nav.disabled,.owl-nav.disabled {
  
    display: none;
}

.partners-wrap {
  overflow: hidden;
}
.position-static { position: static; }
.position-relative { position: relative; }
.position-absolute { position: absolute; }
.position-fixed { position: fixed; }
.position-sticky { position: sticky; }

.heding-box.position-absolute {
    left: 52px;
    top: 10px;
}
.platform-card {
    position: absolute;
	
}
.platform-card {
    max-width: 247px;
}
.arrow-layout {
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s all;
}
.platfor-1 {
    bottom: 100px;
    left: 52px;
    padding: 9px;
}
.platfor-2 {
    bottom: 109px;
    left: 389px;
}
.platfor-3 {
    right:316px;
    bottom: 249px;
}
.platfor-4 {
    right: 200px;
    top: 6px;
}
.arrow-normal-cta:hover .arrow-layout .arrow-icon {
    transform: translateX(5px);
}

.platform-card p {
	position:relative;
  
    margin-bottom: 16px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
}
.platform-card p::after {
    content: "";
    bottom: 0;
    background: #e4e4e4;
    width: 226px;
    Height: 1px;
    left: 0;
    position: absolute;
}
.font-white{
  color: #fff;
}
.light-pink{
  background-color: #F5F0FF;
}
.light-gray{
  background-color: #F6F6F6;
}
.theme-bg-color{
  background: #EFE6FF 0% 0% no-repeat padding-box;
}
.section-bg-color{
	background: #fafbfe;
}
.newheading{
  font-size: 36px;
}
.our-client-slider-new{
text-align:center;
}
/* .our-client-slider-new .transition{
  opacity: 0.5;
} */


 /* Section 3 Revolutionizing Talent Development */


.box-heading {
  padding: 30px 0px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.roundbox{
  /* background-color: #EDE3FF; */
  border-radius: 8px;

}
.column-box1{
  border-radius: 20px 20px 0px 0px;
  
}
.column-box2{
  padding: 0px 0px;
  background: #ffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 270px;
  
}
.column h2 {
  color: #333;
}

.column p {
  color: #555;
}

.quote-wrapper {
  position: relative;
  display: inline-block;
      padding: 30px;
    font-size: 17px;
    line-height: 28px;
}

.quote-start {
  position: relative;
  width: 25px; 
  height: auto;
}

.quote-text {

  padding: 5px;

}


.quote-end {
  position: relative;
  bottom: -7px;
  width: 25px; 
  height: auto;
}
.stack-box {
    font-size: 42px;
    padding: 20px;
    text-align: center;
    position:relative;
	    min-width: 239px;
  
}
.stack-box::before{
	position:absolute;
	content:"";
	left:0px;
	top:0;
	width:2px;
	Height:150px;
	
    background: #e1e1e1;
}
 /* Section 3 end Revolutionizing Talent Development */

.banner-inner-sec {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #E7DAFB 100%) 0% 0% no-repeat padding-box;
}
.contact-section {
  padding-top: 160px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #E7DAFB 100%) 0% 0% no-repeat padding-box;
}

.contact-section fieldset {
  max-width: 100% !important;
  width: 100%;
}

.contact-section .hs-form-booleancheckbox span::before {
  border-color: #BCBCBC;
}
.contact-section .hs-error-msgs label {
  color: red;
}
.contact-section .headingBox {
  max-width: 300px;
}
.contact-section .headingBox .h3-contact {
  font-size: 1.3rem;
  font-weight: 700;
  color: #292929;
  margin-bottom: 16px;
  line-height: 110%;
}
.contact-section .headingBox p {
  font: 300 16px/22.5px 'Roboto', sans-serif;
}
.contact-section .location-section .location {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
}
.contact-section .location-section .location .material-icons {
  margin-right: 8px;
}
.location p {
    padding: 0;
}
/***************** Career CSS ***********************/
.before-display-none::before {
    display: none;
}
.career-inner-card {
    padding: 20px 30px;
    min-height: 360px;
}
.color-purple {
    background: #F0E5FF;
}
.span-nub {
    color: #D020FF;
    padding-bottom: 20px;
}
  .heading-underline::after {
        content: "";
        left: 0;
        height: 3px;
        width: 50px;
        position: absolute;
        bottom: 16px;
        background: #D020FF;
    }
.color-white-smoke {
    background: #F6F6F6;
}
.career-card-outer p, .content-card-career p  {
    padding: 0;
	line-height: 26px;
}
.icon-card-outer p {
    line-height: 26px;
	    padding-top: 30px;
}
.career-inner-card h4 {
    margin-bottom: 20px;
}
.career-card-outer {
    border-radius: 20px;
}
.career-inspires .owl-nav {
    position: absolute;
    gap: 48px;
    margin-top: 0px;
    right: 22px;
    bottom: 10px;
    display: flex
;
 
}
.career-inspires .owl-nav button:hover.owl-prev, .career-inspires .owl-nav button:hover.owl-next {
    background: transparent;
   
}
.career-inspires.owl-nav-slider .owl-nav img {
    width: 17px;
}
.icon-card-outer {
    padding: 37px;
    min-height: 380px;
	border-radius: 20px;
}
.dark-charcol {
    background: #303030;
}
.d-flex-user {
    display: flex;
    align-items: end;
    gap: 30px;
    background: #F3F3F3;
    padding: 45px 30px 30px 30px;
}
.our-client-slider-new .owl-item div img {
    width: auto;
    max-width: 100%;
}
.our-client-slider-new .owl-item div {
    text-align: center;
    text-align: -webkit-center;
}
.career-testimonials-slider  .owl-item img {
    
    width: auto;
}
.color-light-blue {
     color: #6A00FF;
    font-size: 26px;
  
    padding-top: 10px;
}

.career-testimonials-slider .owl-stage-outer {
    border-radius: 40px;
    background: #F0E5FF 0% 0% no-repeat padding-box;
}
.career-testimonials-slider h4 {
    font-size: 22px;
    
}
.career-testi-about {
    padding: 20px 30px 70px 30px;
    background: #F0E5FF 0% 0% no-repeat padding-box;
}
.career-testimonials-slider .owl-nav {
    margin: 10px 0px;
    display: flex;
    gap: 0px;
    position: absolute;
    bottom: 27px;
    left: 25px;
}
.career-testimonials-slider .owl-nav button:hover.owl-prev, .career-testimonials-slider .owl-nav button:hover.owl-next {
    background: #6a00ff;

    
}

.career-testimonials-slider .owl-nav button.owl-prev, .career-testimonials-slider .owl-nav button.owl-next {
    background: #fff;

    
}


.career-testimonials-slider .owl-nav button span {
    width: 40px;
    /* height: 35px; */
    color: #292929;
    font-size: 36px;
    padding-top:3px;
    border-radius: 5px;
}
/*****************End Career CSS ***********************/
/***************** About CSS ***********************/
.image-placeholder img {
    max-width: 149px;
}
.desg {
    font-size: 16px;
}
.our-awards-slider .item {
    box-shadow: unset;
    border-radius: 0px;
    padding: 10px;
    /* font-size: 16px; */
    width: 230px;
}
.collapsible-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* display: flex
; */
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    padding: 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.custom-accordian li .collapsible-header {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-left: 27px;
    padding-right: 55px;
  
    background: #FFFFFF 0% 0% no-repeat padding-box;
   border-radius: 0px 0px 16px 16px;
}
.about-accordigan .active .collapsible-header {
    border: 0;
}
.custom-accordian.about-accordigan {
    box-shadow: unset;
    border: 0;
}
.collapsible-body {
    display: none;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem;
    background: #F0E5FF 0% 0% no-repeat padding-box;
	line-height:26px;
}
.custom-accordian li.active .collapsible-header svg {
    filter: none;
    transform: rotate(0deg);
}
.custom-accordian li .collapsible-header svg {
    filter: grayscale(1) brightness(2);
    position: absolute;
    right: 25px;
    top: 30px;
    transform: rotate(180deg);
}
.fs-30 {
     font-size: 30px;
}
.img-box-accor img {
    /* width: 391px; */
    max-width: 400px;
}
.about-slider-content p{
	line-height:29px;
	font-weight:400;
}
.slider-containerblue {
    position: relative;
    width: 100%;
    height: 5px;
    background-color: #ddd;
    cursor: pointer;
	margin-top:20px;
}
.slider-track {
    position: absolute;
    height: 100%;
    background-color: blueviolet;
    width: 50%;
    transition: all 0.5sease-in-out;
    transform: translateX(0);
}
.slider-tab-des {
    display: flex
;
    justify-content: space-around;
    padding-top: 19px;
    font-size: 20px;
    padding: 30px 0;
    font-weight: 500;
}

.img-box-accor {
    background: #F0E5FF 0% 0% no-repeat padding-box;
  
    margin: 0 auto;
    padding: 61px;
    margin-left: -30px;
    text-align: center;
}
.about-tab-d {
    display: inline-flex
;
    align-items: center;
    gap: 0;
}
.about-tab-d:hover {
    color: #8a2be2;
}
.mission-title {
    position: absolute;
    bottom: 46px;
    left: 16px;
}
.heading-box p {
    font: normal normal normal 17px / 29px Roboto;
   
}

/*****************End About CSS ***********************/



/**************** hubsport form -> Materialize ****************/
.footer-section {
    border-top: 3px solid #A90AFF;
}
.footer-form .hs-form-field, .footer-form .hs_submit.hs-submit {
    width: 48%;
    display: inline-block;
    margin: 7px;
}


.footer-form  .hs_quick_message.hs-quick_message.hs-fieldtype-textarea.field.hs-form-field {
  width: calc(100% - 14px);
}
.footer-form .hbspt-form .hs-button.primary {
     border-radius: 0px; 
	 
    font-size: 17px;
    padding: 12px;
    line-height: 20px;
    height: 50px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing:0px;
    width: 167px;
    font-weight: 500;
    margin: 8px 0;
	    border: 2px solid #6A00FF;
    background: transparent;
    color: #6A00FF;
	    box-shadow: unset;
}
.footer-form .hbspt-form .actions {
  
    text-align: right;
}
.footer-form .hbspt-form .hs-error-msgs label {
 
  position:absolute;
}
.hbspt-form .hs-form-field {
  margin-bottom: 1.5rem !important;
}
.hbspt-form .actions {
  margin: 0 !important;
  padding: 0 !important;
}
.hbspt-form .hs-fieldtype-booleancheckbox input {
  display: none;
}
.hbspt-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display {
    position: relative;
    top: 0;
    left: 0;
    margin: 0px !important;
    padding: 0 !important;
    background: transparent;
}
[type="checkbox"]:checked + span:not(.lever)::before {
  border-right: 2px solid #662ffc;
  border-bottom: 2px solid #662ffc;
}
[type=checkbox]:checked + span:not(.lever):before {
  top: -3px;
  left: -5px;
  width: 10px;
  height: 16px;
}
.hbspt-form .form-field select {
  display: block !important;
  background-color: transparent;
  font-family: 'Roboto', sans-serif;
  border: 2px solid #bcbcbc;
  border-radius: 0;
  color: #4c4c4c;
  height: 3rem;
  padding: 0.8rem;
}
[type="checkbox"] + span:not(.lever)::before, [type="checkbox"]:not(.filled-in) + span:not(.lever)::after {
  border-color: #bcbcbc;
}
.hbspt-form fieldset .hs-form-field.hs_country__c select {
  width: 100% !important;
  margin-right: 0 !important;
  border-radius: 0 !important;
}
.hbspt-form .form-field label {
  background: transparent;
  color: #4c4c4c;
  position: absolute;
  top: 0.5rem;
  left: 0;
  font-size: 1rem;
  cursor: text;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}
.hbspt-form .form-field {
  position: relative;
  margin-top: 0.6rem;
  height: auto !important;
  margin-bottom: 2rem !important;
}
.hbspt-form label {
  color: #292929;
}
.hbspt-form .form-field label:not(.label-icon).active, .hbspt-form .hs-fieldtype-select .form-field .field-label {
  font-size: .8rem;
  -webkit-transform: translateY(-125%);
  transform: translateY(-125%);
  background: white;
  margin-left: 0.75rem;
}
.hbspt-form .hs-form-field .input {
  margin: 0 !important;
}
.hbspt-form .hs-button.primary {
  border-radius: 4px;
  font-size: 17px;
  padding: 12px;
  line-height: 20px;
  height: 50px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  width: 157px;
  font-weight: 500;
  margin: 8px 0;
}
.sec5Box .hbspt-form .hs-button.primary {border-radius: 0}
.hbspt-form .hs-input:focus {
  border: 2px solid #3ca5fb !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.hbspt-form .hs-input:focus-visible {
  border: 2px solid #3ca5fb !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.hs_error_rollup {
    display: none;
}
.hbspt-form h3 {
  margin-bottom: 0.6em;
}
.hbspt-form .form-field input, .hbspt-form .form-field select, .hbspt-form .form-field textarea {
  background-color: white;
 border: 2px solid #00000014;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5rem 0.8rem !important;
  height: 48px;
  margin: 0 !important;
  color: #292929;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
}
.hbspt-form .form-field textarea {
  resize: none;
  width: 100% !important;
  min-height: 5rem;
}
.hbspt-form .hs-fieldtype-textarea .form-field {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.hbspt-form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}
.hbspt-form .hs-fieldtype-text .form-field label, .hbspt-form .hs-fieldtype-text .form-field .field-label, .hbspt-form .hs-fieldtype-text .hs-form-radio-display label, .hbspt-form .hs-fieldtype-text .hs-form-radio-display .field-label, .hbspt-form .hs-fieldtype-select .form-field label, .hbspt-form .hs-fieldtype-select .form-field .field-label, .hbspt-form .hs-fieldtype-select .hs-form-radio-display label, .hbspt-form .hs-fieldtype-select .hs-form-radio-display .field-label, .hbspt-form .hs-fieldtype-textarea .form-field label, .hbspt-form .hs-fieldtype-textarea .form-field .field-label, .hbspt-form .hs-fieldtype-textarea .hs-form-radio-display label, .hbspt-form .hs-fieldtype-textarea .hs-form-radio-display .field-label ,.hbspt-form .form-field label{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  left: 0.8rem;
  color: #4c4c4c;
  padding: 0 5px;
  background: white;
  font-size: 0.77rem;
  margin-top: 7px; 
  margin-left:0.75rem !important;
}
.hbspt-form .hs-fieldtype-select label {
  margin-left: 0.75rem !important;
}
.hbspt-form .hs-fieldtype-select .hs-error-msgs label {
  margin-left: 0 !important;
}
.hbspt-form .hs-fieldtype-select .form-field.input {
  margin-right: 0.75rem !important;
  margin-left: 0 !important;
}
.hbspt-form .hs-form-booleancheckbox label span {
  color: #4c4c4c;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.hbspt-form fieldset {
  max-width: 100% !important;
}
.hbspt-form .form-field input.invalid {
  border: 2px solid red !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.hbspt-form .hs-error-msgs label {
  color: red;
  margin-bottom: -10px;
  display: inline-block;
  position:absolute;
  
     
}
.hbspt-form fieldset > div {
  margin-bottom: 24px;
}
.hbspt-form fieldset > div:nth-child(even) .input, .hbspt-form fieldset > div:nth-child(even) select, .hbspt-form fieldset > div:nth-child(even) ul.hs-error-msgs {
  margin-left: 0.75rem !important;
}
.hbspt-form fieldset > div:nth-child(odd) .input, .hbspt-form fieldset > div:nth-child(odd) select {
  margin-right: 0.75rem !important;
}
.hbspt-form fieldset.form-columns-1 > div:nth-child(odd) .input, .hbspt-form fieldset.form-columns-1 > div:nth-child(odd) select {
  margin-right: 0px !important;
}
.hbspt-form fieldset.form-columns-3 > div:nth-child(2) .input {
  margin-right: 0.75rem !important;
}
.hbspt-form fieldset.form-columns-3 > div:nth-child(3) select, .hbspt-form fieldset.form-columns-3 > div:nth-child(3) .input {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.hbspt-form fieldset.form-columns-3 > div:nth-child(3) {
  width: 32.7%;
  margin-left: 0.75rem !important;
}
.hs-form-radio {
  margin-right: 1.5rem;
}
.hs-form-radio:last-child {
  margin-right: 0;
}
.hs-form-radio label {
  position: relative !important;
}
.hs-form-radio input {
  height: auto !important;
}
.hs-form-radio span {
  color: #292929;
  font-weight: 400;
}
.hbspt-form .hs-dependent-field label.field-label {
  margin-left: 0 !important;
}
.hs-fieldtype-radio .field-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.77rem !important;
  font-weight: 400;
}
.hs-form-radio {
  list-style: none !important;
  display: inline-block !important;
}
.hs-dependent-field .inputs-list.multi-container {
  margin-left: 0;
}
.hs-dependent-field .field-label {
  position: relative !important;
}
/**************** hubspot form end ****************/

/*2025*/
.banner-content p {
    padding-bottom: 20px;
}
video#videoLogo {
    width: 100%;
     height: 100%; 
}
#modalvideo {
    max-height: 100%;
    line-height: 0;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%) !important;
	padding:0px;
}
#modalvideo .modal-close {
    background: #6a00ff;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.modal-content.home-v-p i {
    top: 12px;
    right: 0;
    z-index: 1005;
    border-radius: 0;
}
.modal-content.home-v-p {
    padding: 0;
}


.footer-nav ul li {
    padding-bottom: 10px;
    font-weight: 400;
}
.grid-design-team {
    display: flex;
   
    justify-content: center;
    gap: 40px;
}

.cardleadership .name {
    
    color: #6A00FF;
   font: normal normal normal 18px / 22px Roboto;
    padding: 0;
	
}
.home-banner {
    height: 100vh;
}
.tab-content ul li ,.bullet-points li {
    list-style: disc !important;
    
    margin-left: 17px;
    padding-bottom: 3px;
}
.tab-content ul li::marker,.bullet-points li::marker  {
    color: #6a00ff;
}

.container-wrapper.inner-page-banner {
    height: 90vh;
}
.case-study-inner {
    background: #fff;
    padding: 20px;
    border-bottom-right-radius: 29px;
    border-bottom-left-radius: 20px;
	    min-height: 275px;
}
.case-study-inner p {
    padding: 5px 0px;
	font-size:17px;
}
.case-study-inner .quote-wrapper {
    position: relative;
    display: inline-block;
     left: unset;
    width: 100%;
    top: unset;
    font-size: 17px;
        padding: 15px 0px;
}
.Transform-Every table thead tr th, .Transform-Every table tbody tr td {
  
    font-size: 16px;
}
.Transform-Every table {
    
    background: white;
}
.Transform-Every{
    background: #EFE6FF !important;
    border: 1px solid #D6BFFF;
    border-radius: 29px;
    padding: 50px;
}
.Transform-Every tr {
    height: 110px;
    border-radius: 29px;
    border: 0;
  
   
    border: 1px solid #d6bfffdb;
    border-left: 0;
    border-right: 0;
}
.striky-bar-stack {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    top: 0px;
    padding: 10px 67px;
    border-radius: 20px;
}
.heding-box {
    
    padding-bottom: 15px;
}

.heding-box h2 {
    font-size: 40px;
    font-weight: 600;
    
    margin-bottom: 0px;
}
.bg-white{
	background:#fff;
}
.bg-blush-light{
	background: #EFE6FF 0% 0% no-repeat padding-box;
	border: 1px solid #D6BFFF;
}
.list-box-container {
    border: 4px solid #FFFFFF;
    border-radius: 40px;
    opacity: 1;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    padding: 40px;
}
.boxes-lists {
    display: flex;
      padding: 5px;
    gap: 10px;
}
.heding-box-img {
    width: 240px;
    padding-bottom: 10px;
}
.list-container.transform-ul-list ul li {
    padding: 0px;
    min-height: 110px;
}
.item {
   
    box-shadow: 0px 3px 6px #0000000D;
    border-radius: 29px;
    padding: 20px;
    font-size: 16px;
	    width: 170px;
}
.boxes-lists .item .icon {
    max-width: 22px;
}
.card-nub span {
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 50%;
	font-size: 15px;
	background: #EFE6FF 0% 0% no-repeat padding-box;
}
.nub-list-card {
    padding: 27px;
	margin-bottom:20px;
}
.card-nub {
    padding: 15px 0px 30px 0px;
}
/*Section 4 revolutionizing*/

.revolutionizing-box{
  background: white;
  border-radius: 50px;
}
/*Section 4 revolutionizing end*/

/*Section 5 Unlock-Recruitment*/
.center-text{
  text-align: center;
}

.Unlock-Recruitment-content {
  flex: 0 0 45%; /* Flexbox layout for left column */
  
}
.Unlock-Recruitment-image {
  flex: 0 0 51%; /* Flexbox layout for right column */
}
.Unlock-Recruitment-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.Unlock-Recruitment-content-heading{
  font-size: 34px;
}
.Unlock-Recruitment-boxes{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
}
.Unlock-Recruitment-boxnnew{
     border-left: 1px solid rgb(41 41 41 / 17%);
  padding-left: 20px;
}
.Unlock-Recruitment-Heading{
 color: #CD0CFF;
 font-size: 30px; 
}
.Unlock-Recruitment-Contetnt{
  font-size: 17px;
  font-weight: 500;
}


.linkbutton {
  background: #6A00FF;
  border: 1px solid #6A00FF;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 17px 25px;
  line-height: 20px;
  height: auto;
  cursor: pointer;
  gap: 5px;
}

.arrow-icon {
  position: relative;
  width: 16px; 
  height: 16px; 
  margin-left: 8px; 
  top: 2px;
  transition: transform 0.3s ease; 
}

.linkbutton:hover .arrow-icon {
  transform: translateX(5px);
}

.linkbutton:hover {
  color: #fff; /* Change text color on hover */
}
/*Section 5 Unlock-Recruitment end*/



/*Section 6 Unlock-Learn*/
.Unlock-Learn{
  position: relative;
}
.Unlock-Learn-margin{
  margin-top: 70px;
}
.Unlock-Learn-heading{
  font-size: 40px;
    letter-spacing: 0px;
    font-weight: 900;
}

.Unlock-Learn-content {
  flex: 0 0 45%; /* Flexbox layout for left column */
}
.Unlock-Learn-image {
  flex: 0 0 51%; /* Flexbox layout for right column */
}
.Unlock-Learn-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.Unlock-Learn-content-heading{
  font-size: 34px;
  padding: 10px 0px;
}
.button-top-margin{
  margin-top: 30px;
  margin-bottom: 30px;
}
.bottom-connectiong-line {
  display: flex;
  justify-content: space-around;
}

.round-background{
  background: #EFE6FF;
  border: 1px solid #E0CFFF;
  border-radius: 50px;
}
.set-depth{
  z-index: 1;
    position: relative;
}



.containerBg2 .section1_managers {
  padding-top: 10.5em;
}
.section1 p {
  font-size: 1.3rem;
  margin-bottom: 0.8em;
  font-weight: 300;
}
.color-pink {
  color: #AD43C9;
}

/********** Carrer page css ************/
.hiring-text {
  font-size: 28px;
  font-weight: bold;
  color: #292929;
  text-align: center;
  position: relative;
  top: -20px;
  padding-bottom: 20px;
}
.career-list {
    padding: 0 30px;
}
.career-list #recruitee-careers .rt-list__offer-title {
  font-size: 1.1em;
}
.career-list #recruitee-careers .rt-list__offer-item:hover .rt-list__offer-title,
.career-list #recruitee-careers .rt-list__offer-item:hover .rt-icon-arrow-forward {
  color: #6B19FF;
}
.career-list #recruitee-careers .rt-list__offer-item .rt-icon-arrow-forward {
  bottom: 0.5em;
  font-size: 1.5em;
}
.sec5Box {
  background: #fff;
  border-radius: 10px;
  padding: 30px 45px;
  box-shadow: 11px 6px 42px #c7b0b333;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1090px;
  margin: 0 auto;
}
.h-form {
  margin: 0 auto;
  max-width: 690px;
  width: 100%;
}
.module-border-wrap.okr-ex-btn {
  display: inline-flex;
  margin-top: 15px;
  width: 8em;
  height: 3em;
  padding: 2px;
  position: relative;
  border-radius: 4px;
  background: linear-gradient(to right, #6B03FF, #6b19ff);
  align-items: center;
  justify-content: center;
}

/********** Thank You Page css ***************/

main{margin-top: 8.5rem;}
.custom-pagesection {
  margin-bottom: 2.375em;
}
.custom-innerbannerimag {
  overflow: hidden;
  width: 100%;
}
.custom-bg-list {
  padding: 2.5em 1.7em 2em;
}
.custom-bg-list h1 {
  font-size: 3em;
  line-height: 110%;
  font-weight: 600;
}
.bannerText {
  margin-top: 40px;
  min-height: 250px;
}
.bannerText p {
  font-size: 24px;
  padding-top: 10px;
}

.cutom_btn_thankyou {
    font-size: 16px;
    background: #6B19FF !important;
    margin-top: 1em;
    letter-spacing: 1.5px;
}
#gated h1 + p {
    font-size: 16px;
}

/******* 404 page css ********/
.section-404{
  margin-top: 9rem;
}
.error-align.align-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0px 50px 0px;
 
}
.headingBox-404 h2 {
  font-size: 6.9375em;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 80%;
}
.contentBox-404 {
  padding: 0px 0px 20px 0px;
}
.contentBox-404 p {
  font-size: 1.875em;
  line-height: 50px;
}
.module-border-wrap-404 {
  width: 8em;
  height: 3em;
  padding: 2px;
  position: relative;
  border-radius: 4px;
  background: linear-gradient(to right, #6B03FF, #6b19ff);
  /* margin-top: 1em; */
}

/******* sitemap page css ********/

#sitemap-wrapper {
  padding: 0 10px;
}
.sitemap-wrap-outer {
  padding: 8em 0 4em;
}
.menuMrgn {
  margin-bottom: 25px;
}
.sitemap-wrap-outer .menu-title {
 margin-bottom: 0.5rem;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.text-bold {
  font-weight: 500;
}
.text-grey {
  color: #292929;
}
.sitemap-wrap-outer ul.sub li {
  margin-bottom: 0.3rem;
}
.sitemap-wrap-outer ul.sub a {
  font-size: 1rem;
  color: #4c4c4c;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#sitemap-wrapper a:hover, #sitemap-wrapper a:hover .text-grey {
  color: #cd0cff;
}

/**************** Faqs css start ****************/
.home-img-set {
    width: 90%;
}
.section1.faq-header {
    padding-top: 7.5rem;
    padding-bottom: 2rem;
}
.txtBox1 h1 {
    margin-bottom: 0.3em;
    font-size: 3.1rem;
	line-height:3.5rem;
}
.section1 p {
    font-size: 1.3rem;
    margin-bottom: 0.8em;
    font-weight: 300;
}
.max-container-850 {
    max-width: 850px;
}
.scroll-height {
    height: 390px;
    overflow-y: auto;
}
section.faq-s {
    background: url(/wp-content/themes/unlocku/assets/images/gray-bg.svg) no-repeat center center / cover;
    padding: 60px 0 60px;
}
span.icon-faq-l img {
    width: 30px;
}
.faq-tabs-ul {
    height: auto !important;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: flex !important;
    margin-bottom: 50px !important;
}
.faq-tabs-ul li {
    background: #f7f7f7;
    margin-bottom: 7px !important;
    height: 70px !important;
    line-height: unset !important;
}
.faq-tabs-ul .tab-cat-list a {
    background: #F7F7F7 !important;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
    display: flex ;
    align-items: center ;
    justify-content: flex-start;
    padding: 0px 24px;
    position: relative;
}
.faq-tabs-ul .tab-cat-list a.active {
    background: white !important;
    box-shadow: 0px 4px 24px rgb(0 0 0 / 6%) !important;
}
.faq-tabs-ul .tab-cat-list a.active .cat-faq h3 {
    color: #cd0cff;
}
.cat-faq h3 {
    padding: 0px 15px 0px 20px;
    margin-bottom: 0px !important;
    font-weight: 500;
    font-size: 18px;
    text-transform: initial;
}

ul.faq-ul li {
    border: 1px solid #c1c1c12e;
    border-radius: 4px;
    padding: 20px;
    font-weight: 500;
    color: #404040;
    padding-right: 50px;
    display: flex;
    align-items: center;
    font-size: 16px;
    min-width: 798px;
}
li.type-post-faq {
    position: relative;
}
li.type-post-faq:before {
    width: 17px;
    height: 17px;
    position: absolute;
    content: "";
    background: red;
    right: 10px;
    /* top: 27px; */
    justify-content: center;
    background: url(/wp-content/themes/unlocku/assets/images/Icon-feather-arrow-left.svg) no-repeat;
}
ul.faq-ul a li:hover {
    color: #6b03ff;
}
.content-innter-faq img {
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 768px;
}
li.positon-relative {
    position: relative;
}

img.corner-img {
    position: absolute;
    top: -16px;
    margin-left: 20px;
}

/**************** Faqs single page css ****************/

.max-container-1000 {
    max-width: 1000px !important;
}
.max-container-1200 {
    max-width: 1200px !important;
}
.pt-180 {
    padding-top: 180px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.faq-right-pattern::before {
    content: "";
    background: url(/wp-content/themes/unlocku/assets/images/arrow-right.svg);
    position: absolute;
    background-size: contain;
    background-position: right top;
    left: auto;
    bottom: auto;
    width: 111px;
    background-repeat: no-repeat;
    height: 198px;
    top: 140px;
    right: 0;
    opacity: 0.6;
}
.back-question {
    position: relative;
    top: -35px;
    
}
.back-question span {
    font-size: 14px;
    color: #7842ff;
}
.back-question span i {
    position: relative;
    top: 7px;
}
.fs-26 {
    font-size: 26px;
    line-height: 30px;
}
.color-violet {
    color: #CD0CFF;
}
.faq-title-sin, 
.faq-right-pattern, 
.faq-left-pattern {
    position: relative;
}

.content-innter-faq p {
    padding-bottom: 15px;
    font-size: 18px;
}
.indicator-p {
    position: relative;
}

.next-prev {
    display: flex;
    padding-top: 35px;
    padding-bottom: 25px;
    justify-content: space-between;
    max-width: 400px;
}
.next-prev .module-border-wrap {
    height: 45px;
}
.next-prev .prev-btn, .next-prev .next-btn {
    background: unset;
}
.next-prev a.outline-gradient {
    background: #fafbfe;
    border: 2px solid #6b19ff;
    font-weight: 500;
    padding: 0 15px;
    line-height: normal;
    color: #292929 !important;
}
.next-prev a.outline-gradient:hover {
    transition: 0.3s;
    color: #ffffff !important;
    background: #6B19FF;
}
.faq-s .tabs .indicator{display:none;}
.according-te .third-l-c {
    padding-top: 16px !important;
}
.according-te .active .third-l-c {
    padding-top: 34px !important;
    height: 74px;
}


.according-te .collapsible-header {
  border-bottom: 1px solid #ddd;
  background: #824FE7 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  height: 98px;
  align-items: center;
  font: normal normal normal 22px/30px Roboto;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 2rem;
  margin-bottom:10px;
  padding-right: 80px;
}
.according-te .active .collapsible-header {
    background: #fff;
    color: #292929;
    border-bottom: 0;
}

.according-te .collapsible-body {
    font-size: 18px;
    color: #292929;
    background: white;
    margin-top: -11px;
    
	padding-top:0px;
}
.according-te .active .ab-icon {
    position: absolute;
    right: 0;
    top: 26px;
    background: #824fe7;
    color: white;
	width:1.6rem;
}
.according-te .ab-icon {
    position: absolute;
    right: 0;
    top: 26px;
    background: white;
    color: #824FE7;
    width:1.6rem;
}
.according-te .collapsible {
    
    margin: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 77px #A855550D;
    border-bottom: 0px;
    border: 0px;
	border-radius:8px;
}

.image-outer {
    background: transparent linear-gradient(180deg, #FFF2F2 0%, #FCD0D0 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
}

/******** Modal css *********/
.modal {
  background: #FFF9F9;
  border: 1px solid #707070;
  border-radius: 14px;
  padding: 30px 40px;
  max-height: initial;
  overflow: hidden;
  top: 24% !important;
}
.modal .formbox {
    width: 45%;
    float: left;
}
.modal .hbspt-form .form-field input, .modal .hbspt-form .form-field select, .modal .hbspt-form .form-field textarea {
    border: 1px solid #BCBCBC;
    font: normal normal normal 12px/48px Roboto;
    color: #4C4C4C;
    background: transparent;
}
.modal .hbspt-form .hs-form-field {
  margin-bottom: 0.8rem !important;
}
.modal .hbspt-form .form-field label {
  background: transparent !important;
}
.modal .hbspt-form .form-field label:not(.label-icon).active, .modal .hbspt-form .hs-fieldtype-select .form-field .field-label {
  background: #FFF9F9 !important;
}
.modal h2 {
  font: normal normal normal 26px/40px Roboto;
  color: #292929;
  margin: 0;
  padding: 17px 0 15px 0px;
}
/*.modal h2:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 30px;
  background: url('../images/arrow2.svg') no-repeat;
  width: 20px;
  height: 30px;
}*/
.modal .modal-content .hbspt-form .hs-button.primary {
    font-size: 16px;
    padding: 12px;
    line-height: 19px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 500;
    margin: 8px 0;
    background: #6B19FF;
    border: 1px solid #6B19FF;
    border-radius: 4px;
}
img.pt2 {
  position: absolute;
  left: -30px;
  top: -60px;
  width: 140px;
}
img.pt1 {
  position: absolute;
  right: -88px;
  bottom: -2px;
  width: 60px;
}
.img-box {
  position: relative;
  width: 55%;
  float: right;
}
img.pop-img {
  position: absolute;
  right: -50px;
  top: -30px;
  width: 100%;
  object-fit: cover;
  height: 455px;
}
.modal .modal-close {
  right: 0px !important;
  top: 15px !important;
}
.submitted-message {
  padding: 10px 0;
  max-width: 470px;
  margin: 0 auto;
}
.submitted-message p{
  font-size: 24px;
  color: #292929;
  line-height: 30px;
  font-weight: 500;
}
.submitted-message p:first-child {
    font-size: 18px;
    line-height: 24px;
    color: #AF54C7;
    font-weight: 300;
    margin-bottom: 13px;
}
.submitted-message p:last-child {
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
}
.modal.last_msg {
    max-width: 845px !important;
    top: 35% !important;  
}
.last_msg {
    background: url(../images/thankyou-bg.webp) no-repeat center top #FFF9F9 !important;
    background-size: 100% 100% !important;
}

/*******Modal for login **********/

#modal-for-login-data {
  width: 95% !important;
  max-width: 451px;
  background: url('../images/login-bg.webp') no-repeat right top #FFFFFF;
  background-size: cover;
  height: unset !important;
  /* -webkit-transform: translate(-60%,-50%) !important;
  transform: translate(-60%,-50%) !important; */
}
#modal-for-login-data .modal-content {
  width: 100%;
  padding: 20px 0 !important;
  min-height: 300px;
}
#modal-for-login-data.last_msg .modal-content {
    padding: 0 !important;
}
#modal-for-login-data .modal-content img.login-modal-logo {
  width: auto;
}
#modal-for-login-data  div.heading-text {
  margin: 23px 0px 20px 0px;
}
#modal-for-login-data .modal.open .hbspt-form {
  margin-bottom: 2rem;
}
#modal-for-login-data h4 {
  font-size: 24px;
  line-height: 34px;
  color: #292929;
  font-weight: bold;
  text-align: left !important;
}
.modal .modal-close i {
  background: #662ffc;
  color: white;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 50%;
}
#modal-for-login-data .register-text {
  position: absolute;
  bottom: 40px;
}
#modal-for-login-data .modal .modal-close {
  right: 0px !important;
  top: 10px !important;
}
#modal-for-login-data .register-text p, #modal-for-login-data .register-text a {
  font-weight: 500;
  color: #292929;
  line-height: 21px;
  font-size: 16px;
}
#modal-for-login-data p {
  padding-bottom: 0px;
  margin-bottom: 10px;
}
#modal-for-login-data .register-text a {
  color: #6B03FF;
}

@media screen and (max-width: 768px) {
  .row-reverse-mobile{
    display: flex;
    flex-direction: column-reverse;
  }
}

/*Section 6 Unlock-Learn end*/


/*Section 7 Unlock-Performance​*/
.Unlock-Performance-heading{
  text-align: center;
  font-size: 40px;
  letter-spacing: 0px;
  font-weight: 900;
}
.Unlock-Performance-content-heading{
  font-size: 34px;
  font-weight: 900;
}
.Unlock-Performance​-content {
  flex: 0 0 45%; /* Flexbox layout for left column */
}

.Unlock-Performance ul li::before {
  content: '\2022';
  color: #CD0CFF; 
  font-size: 22px; 
  margin-right: 10px; 
  vertical-align: middle;
}
.Unlock-Performance​-image {
  flex: 0 0 51%; /* Flexbox layout for right column */
}
.Unlock-Performance​-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.Unlock-Performance​-content-heading{
  font-size: 34px;
}
.button-top-margin{
  margin-top: 20px;
}
/*Section 7 Unlock-Performance​ end*/



/*Section 8 Unlock-Career*/
.Unlock-Career{
  position: relative;
}
.Unlock-Career-margin{
  margin-top: 70px;
}
.Unlock-Career-heading{
  font-size: 40px;
    letter-spacing: 0px;
    font-weight: 900;
}

.Unlock-Career-content {
  flex: 0 0 45%; /* Flexbox layout for left column */
}
.Unlock-Career-image {
  flex: 0 0 51%; /* Flexbox layout for right column */
}
.Unlock-Career-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.Unlock-Career-content-heading{
  font-size: 34px;
  padding: 5px 0px;
}
.button-top-margin{
  margin-top: 30px;
}
.bottom-connectiong-line {
  display: flex;
  justify-content: space-around;
}

.round-background{
  background: #EFE6FF;
  border: 1px solid #E0CFFF;
  border-radius: 50px;
}
.set-depth{
  z-index: 1;
    position: relative;
}
/*Section 8 Unlock-Career end*/



/*Section 9 certification-compliance */

.certification-compliance-wrapper{
  position: relative;
  padding: 30px;
  background: #fff;
  border-radius: 50px;
  margin-bottom: 20px;
  box-shadow: 11px 6px 42px #c7b0b333;
}
.bottom-connectiong-line img {
    width: 20px;
}
.certification-compliance-image{
  height: 240px;
}
.certification-compliance-heading .heading1{
  color: #CD0CFF;
  font-size: 15px;
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
}
.certification-compliance-heading .heading2{
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  
}
/*Section 9 certification-compliance end */







/*Section 10 Request-demp start*/
.req-demo {
    position: relative;
    display: flex;
    color: #fff;
    /* gap: 10px; */
    min-height: 350px;
    align-items: center;
    padding: 0px 49px;
	margin:0px 10px;
}
.req-demo-background{
  background: #292929 url('https://stg2023.unlocku.com/wp-content/themes/unlocku/assets/images/CTA-BG.png') no-repeat;
  border-radius: 50px;
}

.req-demo-margin{
  margin: 85px;
  margin-left: 65px !important;
}
.req-demo-heading{
  font-size: 40px;
    letter-spacing: 0px;
    font-weight: 900;
    position: relative;
}
.req-demo-heading::before{
  content: "";
  position: absolute;
  width: 20%;
  height: 5px;
  bottom: -20px;
  left: 0;
  opacity: 1;
  background: #fff;
}
.req-demo-content-heading{
  font-size: 34px;
}
.button-top-margin{
  margin-top: 30px;
}
.bottom-connectiong-line {
  display: flex;
  justify-content: space-around;
}

.round-background{
  background: #EFE6FF;
  border: 1px solid #E0CFFF;
  border-radius: 50px;
}
.set-depth{
  z-index: 1;
    position: relative;
}
/*Section 10 Request-demp end*/

/*Section 11 our-client start*/
.our-client-wrapper{
  border: 1px solid #E0CFFF;
  background-color: #EFE6FF;
  padding: 20px;
  border-radius: 20px;
  height: 280px;
  width: 290px;
}

.overflow-property{
  overflow:hidden; 
}
.our-client-flexcontainer{
  display: flex;
  align-items: center;
}
.our-client-white-box{
  border: 1px solid #fff;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  height: 280px;
  width: 450px;
}
.flexdiv{
  display:flex;
  position:relative;
}
.our-client-heading{
font-size: 34px;
font-weight: 900;
}
.pofile-name{
  font-size: 19px; 
}
.pofile-designation{
  color: #AEAEAE;
  font-size: 17px;
}

.our-profile-item, .our-profile-quotes{
  width: 20%;
}
.our-profile-quotes-lastitem-right{
  margin-left: auto;
}
.our-client-item{
  width: 80%;
}
.our-client-saprater-line{
  border: 1px solid rgb(41 41 41 / 17%);
  margin: 12px 0px;
}
.banner-wrap.pb-0 {
    padding-bottom: 0px;
}

.our-client-bottom-container{
  display: flex;
  justify-content: space-between;
  margin: 20px 0px 0px 0px;
}
.clientdate{
  color: #AEAEAE;
  font-size: 14px;
}

/*Section 11 our-client end*/
/*Footer Section start*/
.footer-wrap{
  border-top: 1px solid rgb(41 41 41 / 17%);
}

footer .top, footer .bottom{
  display: flex;
    height: 100%;
    position: relative;
    flex-wrap: wrap;
}
.col.top-links {
  border-left: 1px solid rgb(41 41 41 / 17%);
  padding-bottom: 30px;
  padding-left: 30px;
  padding-top: 20px;
}
p.footer-menu{
  padding: 0;
}
.main-menu a, .drop-downs a{
  font-size: 16px;
}
.drop-downs a{
  padding: 10px 0px;
}
a {
  color: #292929;
}
.main-menu a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: inline-block;
}
.footer-menu a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: inline-block;
}

footer .middleline {
  width: 100vw;
  height: 1px;
  border-bottom: 1px solid rgb(41 41 41 / 17%);
}

.col.bottom-links {
  border-left: 1px solid rgb(41 41 41 / 17%);
  display: inline-block;
  min-height: 75px;
  padding-left: 30px;
  padding-top: 25px;
  padding-bottom: 0px;
}

.socialicon ul li {
  display: inline-block;
  margin-right: 0.6rem;
}
.socialicon a{
  transition-property: transform, -webkit-transform;
  display: inline-block;
  float: left;
  transition-duration: 0.8s;
}
.row{
  margin-bottom: 0;
}
.footer-copyright{
  border-top: 1px solid rgb(41 41 41 / 17%);
  font-size: 0.65rem;
  font-weight: 400;
  color: #6F6F6F;
  padding: 18px 0;
  position: relative;
  z-index: 0;
}
.container-wrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}
/* .container-wrapper.inner-page-banner {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #E7DAFB 100%) 0% 0% no-repeat padding-box;
} */
.col.leftcol {
  padding-top: 65px;
}
.bottomlogo p {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}
.footer-copyright p {
  font-size: 13px;
  font-weight: 400;
  color: #555555b3;
}
ul.footermenu2 {
  margin: 0;
  padding: 0;
  float: right;
  text-align: right;
}

.footermenu2 li {
  display: inline-block;
  padding: 0 0.8em;
  vertical-align: top;
  position: relative;
  font-weight: 500;
  margin-bottom: 0.4rem;
  padding-right: 0;
}
.footermenu2 li a {
  color: #555555b3;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
}
/*Footer Section end*/


/*OWL buttons style*/
.owl-nav button.owl-prev, .owl-nav button.owl-next{
  background: 0 0;
  border: none;
  padding: 5px 30px;
  font: inherit;
  background: white;
  margin: 0px 5px;
  border-radius: 6px;
  cursor:pointer;
}

.owl-nav button span {
  width: 40px;
  /* height: 35px; */
  color: #292929;
    font-size: 50px;
}
.owl-nav button:hover.owl-prev, .owl-nav button:hover.owl-next {
    background: #6A00FF;
    color: white;

}
.owl-nav button:hover span {
  color: #fff;
}
.boxitems .owl-item{ float:left;}
.boxslider .owl-item{ float:left;}

.owl-nav{margin: 30px 0px;}

/*Resposive part start here*/
@media screen and (max-width: 480px) {

  header .logo img,
  header .logo svg {
      height: 40px;
      max-width: 100%;
  }

  .headerTop .nav {
      margin-right: 60px;
  }

  .navigation {
      top: 0;
      right: 0;
  }

  .navToggle {
      top: 00px;
      right: 20px;
  }

  .navigation.navOpen {
      right: 0;
      width: 100%;
  }



}


@media screen and (max-width: 767px) {
	.mobile-display-none {
    display: none;
}
	.our-client-slider-new  .owl-dots {
    top: 30px;
    position: relative;
}
	.mobile-display-none{
		display:none;
	}
	.home-banner {
    height: auto;
    padding-bottom: 49px;
}
.heding-box h2 {
    font-size: 35px;
    font-weight: 600;
 
}
.box-heading {
    padding: 16px 0px;
   
}

.heding-box {
    padding-bottom: 10px;
}
.quote-wrapper {
   
    padding: 15px;
   
}
.Unlock-Recruitment-content-heading {
    font-size: 30px;
    padding-top: 20px;
}
  #the_content .module-border-wrap {
      width: 161px !important;
  }

  .navigation {
      display: block;
  }

  .headerTop .nav .menu-top-menu-container {
      display: none;
      visibility: hidden;
  }

  .des-login-cta {
      display: none;
  }
  .menu-top-menu-container.mobile-menu ul li a {
  display: block;
  text-align: left;
  position: relative;
}

.menu-top-menu-container.mobile-menu ul li ul.sub-menu{
padding-left: 0px;
}
.menu-top-menu-container.mobile-menu ul li ul.sub-menu li {
  margin-bottom: 0;
  padding-left: 0;
     margin-top: 8px;
  margin-left: 10px;
}
.mobile-menu-lis li{
  position:relative;
}
.mobile-menu-list .menu-item.menu-item-has-children:before {
content: "";
  background: url(https://stg2023.unlocku.com/wp-content/themes/unlocku/assets/images/menuopen-white.svg) no-repeat;
  width: 15px;
  height: 15px;
  right: 33px;
  top: 20px;
  position: absolute;
}
.mobile-menu-list .menu-item.menu-item-has-children:hover:before {

  background: url(https://stg2023.unlocku.com/wp-content/themes/unlocku/assets/images/menuopen-black.svg) no-repeat;
  z-index: 99;
}

  .trialbutton_mobile {
      display: none;
  }
.our-client-slider-new .owl-nav{
  display: none;
}
.our-client .owl-nav{
  display: none;
}

.flexdiv{
  display: block !important;
}
.our-client-white-box{
  width: auto;
  height: auto;
}
.our-client-wrapper{
  width: 100%;
  height: auto;
  background:transparent;
  border:0;
}
.boxitems{
  margin-top: 20px;
}
.req-demo{
  display: block;
  border-radius: 22px;
  padding: 24px 6px;
}
br{
	display:none;
}
.req-demo-heading::before{
	display:none;
}
.req-demo-heading {
    font-size: 35px;
    
}
.req-demo-margin{
  margin: 30px 0px 0 20px !important;
  padding-right: 60px !important;
}


}



/*Resposive part end here*/


/*Unlock_recuritment.html*/

/*Page 1 css*/

.Recruitment_sec1 .set-top-margin{
  margin-top: 150px;
}

.Recruitment_sec1 .banner-title-tagline{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 400px;
}

.Recruitment_sec1 .banner-title-tagline h1{
font-size: 40px;
font-weight: 900;
}
.Recruitment_sec1 .book_demo_button{
  width: 200px;
  margin-top: 20px;
}

.Recruitment_sec1 .informaton-text{
  width: 500px;
  text-align: center;
  padding: 10px;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
.pinktext{
  color: #D020FF;
  font-weight: 600;
}
.setzindex{
  z-index: 1;
  position: relative;
}

/*End Page 1 css*/

/*Page 2 css*/
.Recruitment_sec2 .main-text{
font-size: 24px;
}
.Recruitment_sec2 .set-top-margin{
  margin-top: 40px;
}

.Recruitment_sec2 .list-container{
  background: #fff;
  padding: 20px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.Recruitment_sec2 .resultContaienr{
  background: #EFE6FF;
  padding: 20px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.Recruitment_sec2 .list-container .boxHeading{
  font-size: 24px;
  font-weight: 900;
  padding: 15px;
}
.Recruitment_sec2 .resultContaienr .boxHeading{
  font-size: 21px;
  font-weight: 600;
  padding: 15px;
}
.Recruitment_sec2 ul {
  list-style: none;
  padding: 0;
}

.Recruitment_sec2 li {
  display: flex;
  align-items: center;
  padding: 15px;
  margin-bottom: 10px;
  position: relative;
}

.Recruitment_sec2 .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.Recruitment_sec2 .lineseprater{
  border-left: 1px solid #0000001A;
  width: 3px;
  height: 8vh;
  padding-left: 20px;
  /* flex-grow: 1; */
}


.Recruitment_sec2 content {
  flex-grow: 2;
}

.Recruitment_sec2 .title {
  font-weight: bold;
  color: #292929;
  padding-bottom: 10px;
}

.Recruitment_sec2 .description {
  color: #292929;
  padding-bottom: 10px;
}
.Recruitment_sec2 .pinktext{
  color: #D020FF;
}
.Recruitment_sec2 .time {
  color: #999;
}


.Recruitment_sec2 li::after {
  content: "";
  width: 95%;
  border-bottom: 1px solid #0000001A;
  position: absolute;
  bottom: 0;
}
.Recruitment_sec2 li:last-child::after {
  border: none;
}
.sec2-boxes{
  display: flex  ;
  justify-content: flex-start;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-right: 120px;
  gap: 20px;
}
.sec2-boxes-boxnnew{
  border-left: 1px solid #0000001A;
  padding-left: 20px;
  margin-left: 18px;
  flex: 0 0 25%;
}
.sec2-boxes-Heading {
  color: #CD0CFF;
  font-size: 22px;
}
.sec2-boxes-Contetnt{
  font-size: 16px;
}
/*End Page 2 css*/

/*Start Page 3 css*/
.Recruitment_sec3 .sec3-boxes{
  display: flex  ;
  justify-content: flex-start;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-right: 120px;
  gap: 20px;
}
.Recruitment_sec3 .sec3-boxes-boxnnew{
  border-left: 1px solid rgb(41 41 41 / 17%);
  padding-left: 20px;
}

.Recruitment_sec3 .sec3-boxes-Contetnt{
  font-size: 16px;
}
.Recruitment_sec3 .maintabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  /* padding: 20px; */
  background: white;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border: 1px solid #E0CFFF;
  border-bottom: none;
}

.Recruitment_sec3 .desktoptab {
  padding: 30px 20px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  color: #292929;
}

.Recruitment_sec3 .desktoptab.active {
  color: #6A00FF;
  border-bottom: 2px solid #6A00FF;

}

.Recruitment_sec3 .tab-content {
  display: none;
  padding: 40px;
  /* border: 1px solid #ddd; */
  border-radius: 5px;
  background: #EFE6FF;
  border: 1px solid #E0CFFF;
  border-top: none;
}

.Recruitment_sec3 .tab-content.active {
  display: block;
}

/* Accordion for Mobile */
.Recruitment_sec3 .accordion {
  display: none;
}

.Recruitment_sec3 .accordion-item {
  margin-bottom: 3px;
}

.Recruitment_sec3 .accordion-header {
  padding: 15px;
    cursor: pointer;
    background: #6A00FF;
    border: 1px solid #6A00FF;
    color: #fff;
    border-radius: 5px;
}

.Recruitment_sec3 .accordion-content {
  display: none;
  padding: 15px;
  background: #fff;
}

.Recruitment_sec3 .accordion-header.active {
  background: #CD0CFF;
  border: 1px solid #CD0CFF;
  color: #fff;
  
}
.Recruitment_sec3 .accordion_heading{
  font-size: 20px;
}
/* .Recruitment_sec3 .tab-content ul li::before, .ul-list-items li::before{
  content: '\2022';
  color: #6A00FF;
  font-size: 22px;
  margin-right: 10px;
  vertical-align: middle;
} */


@media (max-width: 768px) {
	
	.mobile-direction {
    flex-direction: column-reverse;
	        justify-content: center;
			height:100% !important;
    
}

.height-100 {
    height: auto;
}
    .container-wrapper.inner-page-banner {
        height: 60vh;
    }
	.container-wrapper {
    
    padding: 0 20px;
   
}
.striky-bar-stack {
   
    left: 8px;
    
    transform: translate(0%, 0%);
    top: -12px;
    padding: 10px 13px;
    
}
.img-banner-bottom {
    display: none;
}
	.inner-page-banner .banner-wrap .valign-wrapper {
    flex-direction: column-reverse;
}
.inner-page-banner .banner-wrap {
    padding-top: 90px;
    padding-bottom: 60px;
}
.list-box-container {
   
    margin-top: 20px;
	padding: 25px;
}
.Unlock-Recruitment-boxes {
    display: flex;
    
    flex-direction: column;
}
.stack-box {
    font-size: 38px;
    padding: 20px;
    
    border: 1px solid #c1bdbd45;
}
.boxes-lists {
   
    flex-wrap: wrap;
}

.item {
   
    border-radius: 14px;
    padding: 18px;
    
    width: 100%;
    min-height: 134px;
}
  .Recruitment_sec3 .maintabs {
      display: none;
  }
  .Recruitment_sec3 .tab-content.active {
      display: none;
  }

  .Recruitment_sec3 .accordion {
      display: block;
  }
}
/*End Page 3 css*/
/*Start Page 4 css*/
.column-quote-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
.collombox2_part{
  padding: 20px;
}

/*End Page 4 css*/

/*Page 2 css start unlock_recuritment.html end*/

@media screen and (min-width: 600px) {
   .nub-list-card {
    
    min-height: 345px;
}

}

@media screen and (min-width: 768px) {
	
	.nav .flex{
		    justify-content: flex-end;
	}
	.jobs-wrapper1 .rt-list__items .rt-icon{
		color: #cd0cff;
	}
	.req-demo-heading {
   
    margin-top: -66px;
    /* padding: 0px; */
}
    .pattern-top-gap::before {
        content: "";
        position: absolute;
        right: 0px;
        top: -167px;
        width: 245px;
        height: 256px;
        background: url(https://stg2023.unlocku.com/wp-content/themes/unlocku/assets/images/career-pattern-gap.svg) no-repeat;
        background-size: 100%;
    }
	.career-inspires.owl-nav-slider .owl-nav::after {
        content: "";
        left: 50%;
        width: 2px;
        height: 33px;
        top: 0px;
        background: #c4bfb2;
        position: absolute;
    }
  .img-banner-bottom {
    position: absolute;
    bottom: 0px;
    right: 0;
}
    .pattern-black::after {
        content: "";
        left: 0;
        width: 100%;
        height: 213px;
        position: absolute;
        bottom: 0;
        background: #292929;
    }

}

@media screen and (min-width: 900px) {
  .boxitems .owl-nav {
    margin: 0px 0px;
    position: absolute;
    bottom: 32px;
    left: 34px;
}
.boxitems .owl-nav button.owl-prev, .boxitems .owl-nav button.owl-next {
    
  padding: 11px 11px 5px 13px;
}
.w-215{
	width:215px;
}
/* .img-banner-bottom {
    bottom: -87px;
} */
}

@media screen and (min-width:1400px) {
  .container-wrapper.inner-page-banner {
    height: 80vh;
}
.main-heading {
  
    margin-top: 150px;
	
}
} */



