html,body{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #0D0D0D;
}
@font-face {
    font-family: "Freestyle Script W02 Bold";
    src: url("https://db.onlinewebfonts.com/t/8889ea7f2c824d0f17a4446fc6f72e18.eot");
    src: url("https://db.onlinewebfonts.com/t/8889ea7f2c824d0f17a4446fc6f72e18.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/8889ea7f2c824d0f17a4446fc6f72e18.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/8889ea7f2c824d0f17a4446fc6f72e18.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/8889ea7f2c824d0f17a4446fc6f72e18.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/8889ea7f2c824d0f17a4446fc6f72e18.svg#Freestyle Script W02 Bold")format("svg");
}
h1,h2,h3,h4{
    font-family: "Noto Sans", sans-serif;
    line-height: 1.05;
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    text-decoration: none;
    color: inherit;
}
.bg-purple{
    background-color: #6161FF;
}
.bg-dark-purple{
    background-color: #A52CE6;
}
.bg-violet{
    background-color: #682CE6;
}
.bg-light-purple{
    background-color: #E0E0FF !important;
}
.bg-offwhite{
    background-color: #f3f3f3;
}
.btn-primary{
    background-color: #6161FF;
    color: #FFFFFF;
    border: 2px solid #6161FF !important;
    border-radius: 10px;
    padding: 10px 30px;
    font-weight: 600;
    border: none;
    display: inline-block;
    transition: all 0.3s ease;
}
.btn-primary:hover{
    background-color: #fff;
    color: #4a4aee;
    border-color: #4a4aee !important;
}
.btn-secondary{
    background-color: #fff;
    color: #6161FF;
    border: 2px solid #6161FF !important;
    border-radius: 10px;
    padding: 10px 30px;
    font-weight: 600;
    border: none;
    display: inline-block;
    transition: all 0.3s ease;
}
.btn-secondary:hover{
    background-color: #6161FF;
    color: #fff;
    border-color: #6161FF !important;
}
.btn-dark{
    background-color: #000;
    color: #FFFFFF;
    border: 2px solid #000 !important;
    border-radius: 10px;
    padding: 10px 30px;
    font-weight: 500;
    border: none;
    display: inline-block;
    transition: all 0.3s ease;
}
.topbar-link a{
    font-weight: 500;
}
.navbar-toggler:focus{
    box-shadow: none;
}
/*------------Header--Start-------------------*/
/*.menu-open:after {
    content: "";
    background: #000;
    opacity: 0.5;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.menu-open {
    position: relative;
}*/
.header-transparent{
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    z-index: 99;
}
.header-transparent .navbar-nav{
    gap: 35px;
}
.header-transparent .navbar-nav .nav-link{
    color: #0d0d0d;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    min-height: 60px;
    line-height: 48px;
}
.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
    color: #6161FF
}
.dropdown-toggle::after{
    display: none;
}
.navbar-right {
    margin-left: 35px;
    display: flex;
    gap: 15px;
}
.dropdown-toggle{
    position: relative;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    content: "";
    background-image: url(../images/chevro-down.svg);
    border: 0;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    position: absolute;
    top: 26px;
    background-size: 12px;
    background-position: 100%;
}
.mega_dropdown{
    max-width: 1195px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #FFFFFF;
    border: 1px solid #E4E4F6;
    border-radius: 16px;
    padding: 25px;
}
.mega_dropdown .megamenu_nav .nav-tabs {
    border-bottom: 0;
}
.mega_dropdown .megamenu_nav .nav-link {
    background-color: #F4F4FF;
    font-size: 1.8rem;
    font-weight: 700;
    color: #727272;
    border: 2px solid #6161ff61;
    padding: 11px 20px;
    display: block;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
}
.mega_dropdown .megamenu_nav .nav-link.active {
    background-color: #6161FF;
    color: #FFFFFF;
}
.mega-content {
    padding-left: 40px;
}
.mega-sub-title{
    font-size: 1.25rem;
}
.mega-box{
    display: flex;
    gap: 15px;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}
.mega-assessment:hover,.mega-assessment.active {
    background: #DFDFFF;
}
.mega-list .mega-icon{
    flex-shrink: 0;
    width: 44px;
}
.mega-text{
    flex: 1;
}
.mega-text h6{
    font-weight: 700;
    margin-bottom: 3px;
}
.mega-text p{
    font-size: 0.8rem;
    margin-bottom: 0;
}
.mega_dropdown {
  display: none;
}
.view_link{
    color: #6161FF;
    font-weight: 500;
    font-size: 1.1rem;
    border-bottom: 2px solid #6161FF;
}
.page-header.is-sticky {
  position: fixed !important;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  backdrop-filter: blur(100px);
  animation: slideDown 0.35s ease-out;
  top: 0;
  background: #E0E0FF;
}

.page-header.is-sticky .navbar-brand img {
  max-width: 80%;
}

.page-header.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/*-------------Header--End-------------------*/
.padding-90-90{
    padding-top: 90px;
    padding-bottom: 90px;
}
.z-index-1{
    z-index: 1;
}
.section-title h2{
    color: #0D0D0D;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 900;
}
.section-title p{
    color: #0d0d0d;
    font-size: 1.875rem;
}

/*------------Hero Section--Start-------------------*/
.hero-section{
    /* background-image: url(../images/hero-banner.png); */
    background-color: #E0E0FF;
    position: relative;
}
/* .hero-section::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 5%, rgba(0, 0, 0, 0.45) 34%, rgba(0, 0, 0, 0.27) 60%, rgba(13, 13, 13, 1) 87%);
} */
.hero-title{
    padding-top: 50px;
}
.hero-title h1{
    font-size: 3.75rem;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
.hero-tabing{
    margin-top: 80px;
}
.hero-tabing .nav-tabs{
    border-bottom: 0;
    justify-content: space-between;
    gap: 20px;
    max-width: 90%;
    margin: auto;
    position: relative;
}
.hero-tabing .nav-tabs .nav-link{
    background-color: #e0e0ff;
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 600;
    color: #6161FF;
    border: none;
    padding: 10px 70px;
    border-radius: 100px;
    transition: all 0.3s ease;
    border: 2px solid #6161FF;
    position: relative;
}
.hero-tabing .nav-tabs:before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 100%;
    height: 4px;
    background-color: #6161FF;
    top: 50%;
}


.hero-tabing .nav-tabs .nav-link:before {
    content: "";
    position: absolute;
    height: 4px;
    position: absolute;
    bottom: 0;
    right: -22px;
    width: 20px;
    height: 6px;
    background-color: #e0e0ff;
    top: 49%;
}
.hero-tabing .nav-tabs .nav-link:after {
    content: "";
    position: absolute;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: -22px;
    width: 20px;
    height: 6px;
    background-color: #e0e0ff;
    top: 49%;
}

.hero-tabing .nav-tabs .nav-link.active{
    background-color: #6161FF;
    color: #fff;
}
.product-description{
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hero-tabing .tab-content{
    margin-top: 100px;
}
.product-description h2{
    color: #0D0D0D;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
}
.product-description ul{
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.product-description ul li{
    background-color: #fff;
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 1rem;
    color: #0D0D0D;
    font-weight: 600;
    border: 2px solid #6161FF;
}
.product-description ul li img{
    margin-left: 8px;
}
.product-desc-footer{
    display: flex;
    align-items: center;
    padding-top: 20px;
    margin-top: 35px;
    border-top: 1px solid #6161FF;   
}
.product-desc-footer div.price{
    font-size: 3.75rem;
    font-weight: 700;
    color: #6161FF;
    flex-shrink: 0;
    font-family: "Inter", sans-serif;
    margin-bottom: 0;
    line-height: 1;
}
.product-desc-footer p{
    color: #0D0D0D;
    font-size: 1.25rem;
    margin-bottom: 0;
    flex: 1;
    padding-left: 25px;
}
.play-icon{
    position: absolute;
    bottom: 5%;
    left: 3%;
    
}
.product-video video {
    width: 100%;
    border-radius: 16px;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}
.logo-section{
    padding: 90px 0 0;
}
.industry-logo{
    text-align: center;
}
.industry-logo img {
    max-width: 100%;
    height: 40px;
}
.logo-title h2{
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    color: #4D4D4D;
}
/*------------Hero Section--End-------------------*/
/*------------Talent Section--Start-------------------*/

.talent-tabing .nav-pills{
    border-bottom: 0;
    width: 100%;
    display: flex;
}

.tabbed {  
  margin: 20px auto;
  margin-bottom: 0px;
  overflow: hidden;
  transition: border 250ms ease;
}
.tabbed .nav-tabs {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  float: left;
  padding-left: 15px;
  list-style-type: none;
  border-bottom: 0;
}
.tabbed .nav-tabs * {
  margin: 0px;
  padding: 0px;
}
.tabbed .nav-tabs button.nav-link {
  display: block;
  float: right;
  padding: 20px 24px 20px;
  background-color: #3636BC;
  margin-right: 46px;
  z-index: 2;
  position: relative;
  cursor: pointer;
  color: #fff;  
  transition: all 250ms ease;
  border: 0;
}
.tabbed .nav-tabs button.nav-link span {
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
}
.tabbed .nav-tabs button.nav-link:before,
.tabbed .nav-tabs button.nav-link:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 44px;  
  background-color: #3636BC;
  transition: all 250ms ease;
}
.tabbed .nav-tabs button.nav-link:before {
  right: -22px;
  transform: skew(30deg, 0deg);
  box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.25);
}
.tabbed .nav-tabs button.nav-link:after {
  left: -15px;
  transform: skew(-0deg, 0deg);
  box-shadow: rgba(0,0,0,.1) -3px 2px 5px, inset rgba(255,255,255,.09) 1px 0;
  width: 20px;
}
.tabbed .nav-tabs button.nav-link:hover,
.tabbed .nav-tabs button.nav-link:hover:before,
.tabbed .nav-tabs button.nav-link:hover:after {
  background-color: #6161FD;
  color: #fff;
}
.tabbed .nav-tabs button.nav-link.active {
  z-index: 10 !important;
}
.tabbed .nav-tabs button.nav-link.active,
.tabbed .nav-tabs button.nav-link.active:before,
.tabbed .nav-tabs button.nav-link.active:after {
  background-color: #6161FD;
  color: #fff;
}
.tabbed .nav-tabs button.nav-link {
  border-radius: 8px 8px 0 0;
}
.tabbed .nav-tabs button.nav-link:before {
  border-radius: 0 8px 0 0;
}
.tabbed .nav-tabs button.nav-link:after {
  border-radius: 8px 0 0 0;
}
.talent-tabing .tab-content{
    background-color: #6161FF;
    margin-top: 75px;
    border-radius: 0px 10px 10px 10px;
}
.tabbed .nav-tabs button.nav-link:nth-child(1) {
    z-index: 7;
}
.tabbed .nav-tabs button.nav-link:nth-child(2) {
    z-index: 6;
}
.tabbed .nav-tabs button.nav-link:nth-child(3) {
    z-index: 5;
}
.tabbed .nav-tabs button.nav-link:nth-child(4) {
    z-index: 4;
}
.tabbed .nav-tabs button.nav-link:nth-child(5) {
    z-index: 3;
}
.talet-description{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    padding-right: 20px;
}
.talent-body p{
    font-size: 1.3rem;
    line-height: 1.2;
}
.talent-footer h3{
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    border-left: 5px solid #4040D7;
    padding-left: 15px;
    margin: 0;
}
/*------------Talent Section--End-------------------*/
/*------------Benefit Section--Start-------------------*/
.text-black{
    color: #0D0D0D !important;
}
.section-title-left{
    margin-left: 100px;
}
.benefit-box{
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
    max-height: 460px;
}
.benefit-box img {
    width: 100%;
}
.benefit-box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #6161ffe3 100%);
    background: linear-gradient(359deg, #6161ff7d, #00000033);
    border-radius: 16px;
}
.benefit-box .benefit-desc{
    position: absolute;
    bottom: 25px;
    z-index: 1;
    max-width: 640px;
    left: 25px;
    right: 25px;
}
.benefit-box .benefit-desc h3{
    color: #FFFFFF;
    font-size: 1.8rem;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}
.benefit-box .benefit-desc p{
    color: #FFFFFF;
    font-size: 1.2rem;
    margin-bottom: 0;
    line-height: 1.2;
}

.percent-box{
    border-left: 5px solid #7B7BFF;
    padding-left: 15px;
    max-width: 50%;
}
.percent-box h3{
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
}
.percent-box p{
    font-size: 1.5rem;
    margin-bottom: 0;
}
.benefit-slider .slider-nav {
    margin-right: calc(1920px / 10 + 90px);
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: -100px;
    margin-top: -50px;
}
.benefit-slider .slider-nav button {
    background: transparent;
    border: 0;
}
/*------------Benefit Section--End-------------------*/
/*------------Solution-Designed-Start-------------------*/
.designed-slider{
    position: relative;
    margin-left: 100px;
}
.section-title-left {
    max-width: 1000px;
}
.solution-box .solutionimg{
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.solution-box .solutionimg img{
    width: 100%;
    transition: transform 0.3s ease;
}
.solution-box .solutionimg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(97, 97, 255, 0.1) 60%, rgba(97, 97, 255, 1) 100%);
    border-radius: 12px;
}
.solution-desc {
    padding: 15px 0 0;
}
.solution-desc h3{
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
    color: #6161FF;
}
.solution-desc p{
    font-size: 1.2rem;
    margin-bottom: 0;
    color: #0D0D0D;
}
.designed-slider .slider-nav {
    margin-right: calc(1920px / 10 + 90px);
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: -100px;
    margin-top: -50px;
}
.designed-slider .slider-nav button {
    background: transparent;
    border: 0;
}
/*------------Solution-Designed-End-------------------*/
/*------------Testimonial Section Start-------------------*/
.testimonial-desc {
    padding-left: 40px;
    background-image: url(../images/doublequote.svg);
    background-repeat: no-repeat;
    background-position: 40px top;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.testimonial-desc p{
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #0D0D0D;
    font-style: italic;
    font-weight: 500;
}
.testimonial-desc h4{
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0;
    color: #0D0D0D;
    font-family: "Inter", sans-serif;
}
.testimonial-img img{
    width: 100%;
}
.testimonialSwiper .swiper-wrapper{
    margin-bottom: 30px;
}
.swiper-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper-footer .line{
    height: 1px;
    background-color: #919191;
    flex: 1;
    margin: 0 15px;
}
.dots.swiper-horizontal > .swiper-pagination-bullets,
.dots.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.dots.swiper-pagination-fraction,
.dots {
	/* position: absolute;
	bottom: auto;
	left: auto;
	right: 0px;
	bottom: 0%;	
	z-index: 100; */
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	cursor: pointer;
}

.dot {
	width: 50px;
	height: 6px;
	background: rgb(97, 97, 255, 0.35);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
    border-radius: 50px;
}

.dot_active {
	background: rgb(97, 97, 255, 1);
}
.counter {	
	z-index: 100;
    font-style: italic;
	font-size: 1.875rem;
    color: #6161FF;
	pointer-events: none;
	display: flex;
	justify-content: start;
	align-items: flex-start;
}
/*------------Testimonial Section End-------------------*/
/*------------Industry Section Start-------------------*/
.industry-box {
    margin-bottom: 0px;
    border-bottom: 1px solid #7B7BFF;
    padding-bottom: 15px;
    height: 100%;
}
.industry-img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.industry-img img {
    width: 100%;
    border-radius: 20px;
    transition: transform 0.3s ease;
}
.industry-desc {
    padding-top: 30px;
    /*border-bottom: 1px solid #7B7BFF;
    padding-bottom: 15px;*/
}
.industry-topbar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.industry-topbar label {
    background-color: #313131;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #FDFDFD;
}
.industry-topbar span {
    font-size: 1rem;
    color: #484848;
}
.industry-details h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    min-height: 87px;
}
.industry-details a img {
    width: auto !important;
}
/*------------Industry Section End-------------------*/
/*------------Hire-Section-Start-------------------*/
.hire-img {
    position: relative;
}
.hire-img .img-text {
    padding: 20px;
    border-radius: 20px;
    background-color: #6161FF;
    position: absolute;
    max-width: 390px;
    right: 15px;
    bottom: 15px;
}
.hire-img img{
    border-radius: 16px;
}
.hire-img .img-text p{
    color: #fff;
    font-weight: 500;
}
.hire-img .img-text label{
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: 0;
    line-height: 1;
}
.hire-img .img-text span{
    font-size: 0.8rem;
    color: #fff;
}
.hire-box.section-title {
    padding-left: 30px;
}
.hire-email{
    display: flex;
    gap: 15px;
    margin-top: 30px;
    align-items: stretch;
    max-width: 600px;
}
.hire-email .form-group{
    flex: 1;
    margin-bottom: 0;
}
.hire-email .form-group .form-control{
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 1rem;
    border: 1px solid #6b6b6b;
    background-color: transparent;
}
.hire-email a{
    padding: 14px 30px;
}
.other-opt{
    display: block;
    color: #69696960;
    font-size: 1.5rem;
    padding: 30px 0;
}
.google-btn {
    max-width: 400px;
    padding-bottom: 30px;
}
.google-btn a img{
    margin-right: 5px;
}
.hire-footer span{
    font-size: 1.1rem;
    color: #7A7AFF;
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
}
.hire-footer p{
    font-size: 0.9rem;
    color: #595959;
}
.hire-footer p a{
    color: #6161FF;
}
/*------------Hire-Section-End-------------------*/
/*------------Footer-section-start------------*/
footer{
    padding: 90px 0px 0px;
}
.footer-space{
    height: 100px;
}
.footer-contact div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 50%;
}
.footer-contact div img {
    filter: brightness(0) invert(1);
    width: 24px;
    height: 24px;
}
.footer-contact div p {
    font-family: 'Montserrat';
    font-size: 0.9rem;
    color: #0D0D0D;
    font-weight: 600;
}
.footer-logo {
    padding: 0 0 30px;
}
.footer-option h5{
    font-size: 1.1rem;
    color: #fff;
    font-weight: 700;
}
.footer-option ul{
    list-style-type: none;
    padding-left: 0;
}
.footer-option ul li{
    padding: 10px 0px;
}
.footer-option ul li a{
    font-family: 'Montserrat';
    font-size: 0.9rem;
    color: #0D0D0D;
    display: block;
    position: relative;
    padding-left: 20px;
    font-weight: 600;
}
.footer-option ul li a:before{
    content: "";
    background-image: url(../images/fmenuarrow.svg);
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    top:2px;
    filter: brightness(0) invert(1);
}
.footer-copyright{
    padding: 20px 0px;
    border-top: 1px solid #ffffff70;
}
.footer-copyright p{
    margin-bottom: 0;
    text-align: center;
    font-size: 0.8rem;
}

/*---------Footer-section-End-----------------*/
/*------------Transparent-Banner-Css----------------------------*/
.transparent-top-banner{
    position: relative;
    background-repeat: no-repeat;
    height: 636px;
    background-size: cover;
    background-position: center;
}

.banner-heading {
    position: relative;
    z-index: 1;
}
.banner-heading h1{
    font-size: 3.75rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.banner-heading p{
    font-size: 1.875rem;
}
/*------------Transparent-Banner-Css-End---------------------------*/

/*-------About-Page-Start--------------*/

.story-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.about-story-desc p{
    font-size: 1.2rem;
}
.fs-20{
    font-size: 1.25rem !important;
}
.mw-1000{
    max-width: 1000px;
}
.everyteam-box{
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.everyteam-box::after{
    content: "";
    position: absolute;
    /* background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #6161FF 100%);

    left: 0;
    right: 0;
    bottom: 0;
    top:0;
}
.eventteam-desc{
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding: 15px;
}
.eventteam-desc h3{
    color: #fff;
    font-size: 1.875rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
}
.eventteam-desc p{
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 0;
}
.everyteam-vectorbox{
    background-color: #6161FF;
}
.everyteam-vectorbox.everyteam-box::after{
    display: none;
}
.everyteam-vectorbox.everyteam-box .eventteam-desc{
    position: static;
}
.proctect-box .eventteam-desc{
    flex: 1;
    padding-right: 0;
}
.custom-margin{
    margin-bottom: 20px;
}
.ecosystem .section-title{
    max-width: 1324px;
    margin: auto;
}
.ecosytem-center{
    position: relative;
}
.ecosystem-box {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    max-width: 354px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    top: 10px;
}
.ecosystem-box h3 {
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
}
.ecosystem-box .plus-link{
    margin-top: 5px;
}
.ecosystem-box .desc{
    height: 0;
    opacity: 0;
    transition: all linear 1s;
}
.ecosystem-box img {
    max-width: 100%;
}
.ecosystem-box .desc p{
    margin-bottom: 15px;
}
.ecosystem-box .desc a{
    background-color: #6161FF;
    color: #fff;
    padding: 7px 20px;
    border-radius: 30px;
}
.ecosystem-box.eco2{
    left: 0;
    right: auto;
    top: 65%;
    transform: translate(-10%, -65%);
}
.ecosystem-box.eco2::after{
    bottom: 0;
    left: 100%;
    width: 68px;
    height: 1px;
    top: 10%;
    transform: translate(0%, -10%);
}
.ecosystem-box.eco3{
    right: 0;
    left: auto;
    top: 65%;
    transform: translate(10%, -65%);
}
.ecosystem-box.eco3::after {
    bottom: 0;
    right: auto;
    width: 68px;
    height: 1px;
    top: 10%;
    transform: translate(0%, -10%);
    left: -68px;
}
.ecosystem-box::after{
    content: "";
    width: 1px;
    background-color: #6161FD;
    position: absolute;
    height: 53px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -53px;
}
.ecosystem-box:hover.ecosystem-box .desc{
    height: 100%;
    opacity: 1;
}
.ecosystem-box:hover.ecosystem-box .plus-link{
    display: none;
}
.ecosystem-box:hover::after{
    display: none;
}

.ecocenter-img{
    text-align: center;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 150px;
}
.ecocenter-img img{
    max-width: 550px;
    border-radius: 500px;
    height: 232px;
    position: relative;
    z-index: 3;
}

.border1{
    background: linear-gradient(#e0e0ff, #e0e0ff) padding-box,
    linear-gradient(
      180deg,
      rgba(158, 158, 255, 1) 0%,
      rgba(97, 97, 255, 1) 33%,
      rgba(229, 229, 255, 1) 92%
    ) border-box;
    border: 1px solid transparent;
    width: 100%;
    position: absolute;
    max-width: 580px;
    height: 262px;
    left: 0;
    right: 0;
    top: 150px;
    bottom: 0;
    border-radius: 500px;
    margin: auto;
    z-index: 2;
}
.border2{
    background: linear-gradient(#e0e0ff, #e0e0ff) padding-box,
    linear-gradient(
      180deg,
      rgba(158, 158, 255, 1) 0%,
      rgba(97, 97, 255, 1) 33%,
      rgba(229, 229, 255, 1) 92%
    ) border-box;
    border: 1px solid transparent;
    width: 100%;
    position: absolute;
    max-width: 610px;
    height: 292px;
    left: 0;
    right: 0;
    top: 150px;
    bottom: 0;
    border-radius: 500px;
    margin: auto;
    z-index: 1;
}
.border3{
    background: linear-gradient(#e0e0ff, #e0e0ff) padding-box,
    linear-gradient(
      180deg,
      rgba(158, 158, 255, 1) 0%,
      rgba(97, 97, 255, 1) 33%,
      rgba(229, 229, 255, 1) 92%
    ) border-box;
    border: 1px solid transparent;
    width: 100%;
    position: absolute;
    max-width: 640px;
    height: 322px;
    left: 0;
    right: 0;
    top: 150px;
    bottom: 0;
    border-radius: 500px;
    margin: auto;
    z-index: 0;
}
.deliver-img img {
    border-radius: 20px;
    max-height: 783px;
    object-fit: cover;
}
.delivering-section .section-title h2 {
    margin-bottom: 50px;
}
.delivering-section .section-title{
    margin-bottom: 100px !important;
}
.percent-box.about-percent {
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 70px;
}
.deliveryBtn{
    padding-top: 0 !important;
}
/*-------About-Page-End--------------*/
/*--------Blog-Pages-Start---------------*/
.blog-banner{
    height: 500px;
}
.blog-filter {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.blog-fbox label{
    border: 1px solid #0D0D0D;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 1.25rem;
    cursor: pointer;
}
.blog-fbox input[type="checkbox"]{
    position: absolute;
    opacity: 0;
}
.blog-fbox input[type="checkbox"]:checked + label {
    border: 1px solid #6161FF;
    background-color: #6161FF;
    color: #fff;
    transition: all .2s;
}

.blog-details-img{
    position: relative;
}

.blog-title h1{
    font-size: 4rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}
.blog-description{
    border-bottom: 1px solid #6161FF;
    padding-bottom: 50px;
}
.blog-description h2{
    font-family: "Inter", sans-serif;
    font-size: 2.19rem;
    font-weight: 400;
    margin-bottom: 15px;
}
.blog-description h3{
    font-size: 1.75rem;
    color: #000;
    font-weight: bold;
}
.blog-description img{
    margin: 20px 0px;
    width: 100%;
    border-radius: 20px;
}
.blog-description .blog-quotebox{
    background: #DFDFFF;
    border-left: 7px solid #6161FF;
    max-width: 1100px;
    padding: 40px;
    margin: 30px 0;
}
.blog-description .blog-quotebox h3{
    color: #000;
    line-height: 1.4;
}
.blog-relatedpost-title{
    padding: 60px 0px 30px;
    font-size: 2.5rem;
    font-weight: 700;
}
/*------------Blog-Page-Css-------------------*/
/*------------Contact-Page-Css-------------------*/
.contact-details h2{
    color: #6161FF;
    font-weight: 900;
    font-size: 3.7rem;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.office-address{
    margin-bottom: 30px;
    max-width: 560px;
}
.office-address h3 {
    font-family: 'Inter';
    font-weight: 700;
}
.office-address div{
    display: flex;
    gap: 15px;
}
.contact-form{
    border: 1px solid #6161FF;
    border-radius: 20px;
    padding: 40px;
}
.contact-form .form-group label{
    font-family: noto sans;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 3px;
}
.contact-form .form-group label sup{
    color: #FF0000;
}

.contact-form .form-group .form-control{
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    min-height: 50px;
}
.office-address a,.office-address p {
    font-size: 1.38rem;
}
/*---------Contact-Page-Css-End---------------------------*/
/*---------Assesment-Page-Css-End---------------------------*/
section.assesment-filter {
    padding-bottom: 30px;
}
.search-bar{
    position: relative;
    margin-top: 50px;
}
.search-bar .form-control{
    height: 65px;
    border: 1px solid #989898;
    background-color: rgba(245, 245, 245, 0.34);
    border-radius: 10px;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0 20px;
    color: #0D0D0D;
}
.search-bar .form-control::placeholder{
    color: #919191;
}
.search-bar .form-icon{
    position: absolute;
    right: 15px;
    top: 20px;
}
.assesment-check {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: center;
    margin-top: 50px;
}
.assesment-fbox label{
    border: 1px solid #989898;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 1.25rem;
    cursor: pointer;
    color: #464646;
    position: relative;
    background-color: rgba(97, 97, 97, 0.2);
}
.assesment-fbox input[type="checkbox"]{
    position: absolute;
    opacity: 0;
}
.assesment-fbox input[type="checkbox"]:checked + label {
    border: 1px solid #6161FF;
    background-color: #6161FF;
    color: #fff;
    transition: all .2s;
}
.assesment-fbox input[type="checkbox"]:checked + label::after{
    content: "";
    background-image: url(../images/check-minus.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
}
.search-text{
    font-size: 1.1rem;
    font-weight: 700;
}
.search-text span{
    color: #6161FF;
}
.assesment-box{
    border-radius: 20px;
    border: 2px solid #8B8B8B;
    display: block;
    padding: 30px;
    margin-bottom: 24px;
    transition: all linear 0.2s;
}
.assesment-box span.popular {
    background-color: #6161FF;
    font-size: 0.8rem;
    color: #fff;
    display: inline-block;
    padding: 5px 7px;
    border-radius: 3px;
}
.assesment-box span.popular img{
    filter: brightness(0) invert(1);
}
.assesment-box h4{
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 900;
    margin: 10px 0px;
}
.assesment-box .time {
    background-color: #6161FF;
    padding: 4px 8px;
    border-radius: 50px;
    font-size: 0.75rem;
    color: #fff;
    display: inline-flex;
    margin-bottom: 15px;
    align-items: center;
    gap: 2px;
}
.assesment-box .time img{
    filter: brightness(0) invert(1);
}
.assesment-box p{
    color: #0D0D0D;
     -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.assesment-box .view-btn {
    background-color: #6161FF;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
    display: inline-flex;
    gap: 5px;
}
.assesment-box .view-btn img{
    filter: brightness(0) invert(1);
}
.assesment-box:hover{
    background-color: #6161FF;
    border-color: #6161FF;
}
.assesment-box:hover p,.assesment-box:hover h4{
    color: #fff;
}
.assesment-box:hover .view-btn,.assesment-box:hover .time,.assesment-box:hover span.popular{
    background-color: #fff;
    color: #6161FF;
}
.assesment-box:hover .view-btn img,.assesment-box:hover .time img,.assesment-box:hover span.popular img{
    filter: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #000;
    content: var(--bs-breadcrumb-divider, ">");
}
.breadcrumb-item{
    font-size: 1.1rem;
    color: #848484;
}
.breadcrumb-item.active {
    color: #6161FF;
    font-weight: 700;
}
.assesment-short-desc{
    background-color: #6161FF;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.assesment-short-desc h1{
    font-size: 3.375rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    word-wrap: break-word;
}
.assesment-short-desc p{
    color: #fff;
    font-size: 1rem;
    border-bottom: 1px solid #ffffff30;
    padding-bottom: 20px;
    line-height: 1.2;
}
.assesment-short-desc ul{
    list-style-type: none;
    padding-left: 0;
}
.assesment-short-desc ul li{
    color: #fff;
    display: flex;
}
.assesment-short-desc ul li span,.assesment-short-desc ul li b{
    flex: 1;
}
.assesment-left {
    position: sticky;
    top: 100px;
    margin-bottom: 30px;
}
.test-nav .nav-tabs{
    border: 0;
}
.test-nav .nav-link{
    border: 1px solid #6161FF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-radius: 50px;
    color: #6161FF;
    font-size: 1.1rem;
    width: 100%;
    margin-bottom: 10px;
}

.test-nav .nav-link.active,.test-nav .nav-link:hover{
    background-color: #6161FF;
    color: #fff;
}
.test-nav .nav-link.active img,.test-nav .nav-link:hover img{
    filter: brightness(0) invert(1);
}
.test-nav-details{
    background-color: #DFDFFF;
/*    border: 2px solid #6161FF;*/
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.test-nav-details h2{
    font-weight: 900;
    font-size: 2rem;
    color: #6161FF;
    text-transform: uppercase;
}
.test-nav-details p{
    font-size: 1.1rem;
}
.test-nav-details .t-list h3{
    font-size: 1.25rem;
    color: #6161FF;
    font-weight: 700;
    margin-bottom: 0;
}
.test-nav-details .t-list{
    margin-bottom: 15px;
}
.test-profile{
    margin-bottom: 30px;
}
.test-profile h3{
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.test-profile p span{
    color: #6161FF;
    font-weight: 700;
    font-size: 1.25rem;
}
.test-profile ul{
    padding-left: 25px;
    font-size: 1.1rem;
}
.test-profile ul li{
    padding: 3px 0px;
}
.custom-accordian .accordion-header button{
    background-color: #6161FF;
    border-radius: 10px !important;
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
}
.custom-accordian .accordion-item{
    border: 0;
    margin-bottom: 10px;
}
.custom-accordian .accordion-item .accordion-body{
    background-color: #6161FF20;
    padding: 30px;
    border-radius: 10px;
    margin-top: 10px;
    color: #000;
}
.accordion-button::after{
    filter: brightness(0) invert(1);
}
.assesment-box-section{
    padding-bottom: 90px;
}
.assesment-slider {
    position: relative;
    margin-left: 100px;
}
.assesment-slider h2{
    font-weight: 700;
    padding: 30px 0px;
}
.assesment-slider .slider-nav button {
    background: transparent;
    border: 0;
}
.assesment-slider .slider-nav {
    margin-right: calc(1920px / 10 + 50px);
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: -30px;
    margin-top: -50px;
}
.design-title{
    margin-bottom: 70px;
}
.design-title h2{
    font-size: 3rem;
    font-weight: 900;
}
.design-tool-box{
    border-left: 6px solid #6161FF;
    padding-left: 20px;
    margin-bottom: 30px;
    padding-right: 15px;
}
.design-tool-box p{
    font-size: 1.5rem;
    margin-bottom: 0;
}
.engine-box{
    padding: 15px;
}
.engine-box .eng-img{
    margin-bottom: 15px;
}
.engine-box .engine-desc h3{
    font-size: 2.2rem;
    font-weight: 900;
}
.engine-box .engine-desc p{
    font-size: 1.5rem;
}
.discover-nav-tab nav div.nav-tabs {
    justify-content: center;
    border: 0;
    gap: 50px;
}
.discover-nav-tab nav div.nav-tabs .nav-link{
    border: 0;
    font-size: 1.3rem;
    font-weight: 900;
    font-family: "Noto Sans";
    color: #00000070;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    padding: 5px 0px;
}
.discover-nav-tab nav div.nav-tabs .nav-link.active{
    color: #6161FF;
    border-bottom: 3px solid #6161FF;
}
.discover-details{
    padding-left: 20px;
}
.discover-details .section-title h2{
    text-transform: none;
}

.form-price.contact-form .form-group .form-control,.form-price.contact-form .form-group .form-select {
    border: 1px solid #747474;
    border-radius: 5px;
    min-height: 50px;
    background-color: transparent;
}
.contact-form .form-group .radio-list .form-check-label{
    font-weight: 400;
    text-transform:none;
    margin-left: 5px;
}
.contact-form .form-group .radio-list .form-check .form-check-input{
    background-color: transparent;
    border: 1px solid #747474;
    height: 1.4em;
    width: 1.4em;
    margin-top: 0;
}
.contact-form .form-group .radio-list .form-check .form-check-input:checked{
    background-color: #6161FF;
}
.contact-form.form-price {
    padding: 50px;
}
.section-title span{
    font-size: 1.438rem;
}


section.usercase-top {
    padding: 180px 0 0;
}
section.discover-section {
    padding-top: 30px !important;
}
.pricing-addons{
    padding: 90px 0;
}
.add-on-table {
    display: flex;
    border: 1px solid #DADADA;
    max-width: 1200px;
    margin: 50px auto 0;
}
.add-on-table .table-center{
    border-right: 1px solid #DADADA;
    border-left: 1px solid #DADADA;
}
.add-on-table .addon-details{
    flex: 1;
    padding: 30px;
}
.add-on-table .addon-details label{
    font-size: 2rem;
    text-align: center;
    vertical-align: middle;
    display: block;
    color: #0E1318;
}
.add-on-table .addon-details .addonprice{
    padding: 10px 0px;
    text-align: center;
    font-weight: 700;
    font-size: 3.1rem;
    color: #333333;
}
.add-on-table .addon-details .addonprice sup{
    font-size: 2.1rem;
    font-weight: 400;
}
.add-on-table .addon-details .addon-body ul{
/*    list-style-image: url(../images/tick.svg);*/
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 15px;
    padding-left: 0;
}
.add-on-table .addon-details .addon-body ul li{
    padding: 5px 0px 5px 30px;
    position: relative;
}
.add-on-table .addon-details .addon-body ul li:before {
    content: "";
    position: absolute;
    background-image: url(../images/tick.svg);
    width: 24px;
    height: 24px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center;
}

.pricing-nav-tab nav{
    text-align: center;
}
.pricing-nav-tab nav div.nav-tabs {
    display: inline-flex;
    background: #d9d9d9;
    padding: 10px;
    border-radius: 50px;
    justify-content: center;
}
.pricing-nav-tab nav div.nav-tabs .nav-link{
    font-size: 1.875rem;
    border-radius: 50px;
    padding: 7px 30px;
    color: #000;
}
.pricing-nav-tab nav div.nav-tabs .nav-link span{
    font-family: Freestyle Script W02 Bold;
    color: #6161FF;
}

.pricing-table{
    display: flex;
    border-radius: 10px;
    max-width: 1290px;
    margin: auto;
}
.pricing-table .pricing-left{
    border: 2px solid #DADADA;
    border-right: 0;
    border-radius: 10px 0 0 10px;
}
.pricing-table .pricing-center{
    border: 2px solid #6161FF;
}
.pricing-table .pricing-right{
    border: 2px solid #DADADA;
    border-left: 0;
    border-radius: 0px 10px 10px 0px;
}
.pricing-table .pricing-details{
    flex: 1;
    padding: 50px;
    position: relative;
}
.pricing-table .pricing-details .pricing-header{
    text-align: center;
}
.pricing-table .pricing-details .pricing-header label{
    font-size: 2rem;
    display: block;
}
.pricing-table .pricing-details .pricing-header span{
    color: #A4A4A4;
    display: block;
    margin: 20px 0;
}
.pricing-table .pricing-details .pricing-header .pricing{
    padding: 0px 0px;
    text-align: center;
    font-weight: 700;
    font-size: 3.1rem;
    color: #333333;
    margin-bottom: 20px;
}
.pricing-table .pricing-details .pricing-header .pricing sup{
    font-size: 2.1rem;
    font-weight: 400;
}
.pricing-table .pricing-details .pricing-header a{
    text-transform: uppercase;
}
.pricing-table .pricing-details .pricing-body ul{
/*    list-style-image: url(../images/tick.svg);*/
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 15px;
}
.pricing-table .pricing-details .pricing-body ul li{
    padding: 5px 0px 5px 30px;
    position: relative;
}
.pricing-table .pricing-details .pricing-body ul li:before {
    content: "";
    position: absolute;
    background-image: url(../images/tick.svg);
    width: 24px;
    height: 24px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center;
}
.best-plan {
    position: absolute;
    background-color: #6161FF;
    color: #fff;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    top: -42px;
    padding: 6px 15px;
    border-radius: 6px 6px 0 0;
    left: 10%;
    right: 10%;
    text-align: center;
}
section.faq-section .section-title{
    margin-bottom: 0 !important;
}
section.faq-section .section-title p {
    font-size: 1.13rem;
}
.custom-accordian .accordion-item .accordion-body p{
    margin-bottom: 0;
    font-size: 1.13rem;
}
.design-tools .section-title p {
    font-weight: 700;
}
.radio-list span.wpcf7-list-item.first {
    margin-left: 0 !important;
}
.radio-list span.wpcf7-list-item input[type="radio"] {
    width: 22px;
    height: 22px;
    opacity: 0;
}
.radio-list span.wpcf7-list-item input[type="radio"]:checked{
    opacity: 1;
    z-index: 1;
}
.radio-list span.wpcf7-list-item{
    position: relative;
}
.radio-list span.wpcf7-list-item label{
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: none;
    font-weight: 400;
}
.radio-list span.wpcf7-list-item label::before{
    content: " ";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #E0E0FF;
}
/*.radio-list span.wpcf7-list-item label::after{
    content: " ";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #000;
}*/
.design-tools .logo-section{
    padding: 0;
}
/*----------Screening-Power-AI------------------------------*/
.screen-img {
    text-align: left;
}
.text-sub{
    font-size: 1.87rem;
}
.screen-step {
    display: flex;
    max-width: 82%;
    padding: 50px 0px;
}
.screen-step .screen-box{
    border-left: 4px solid #6161FF;
    padding: 5px 0px 5px 15px;
    display: inline-block;
    flex: auto;
}
.screen-step .screen-box p{
    font-size: 1.25rem;
    margin-bottom: 0;
    font-weight: 600;
    color: #0D0D0D;
}
.logo-brand-section{
    padding-top: 60px;
}
ul.box {
    list-style-type: none;
    padding: 45px 45px 0;
    background: #E0E0FF;
    margin-bottom: 0;
    border-radius: 20px;
}

ul.box li {
    display: flex;
    padding-bottom: 45px;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}
ul.box li h3{
    font-size: 3rem;
    font-weight: 700;
    color: #6161FF;
    flex-shrink: 0;
    width: 120px;
}
ul.box li p{
    font-size: 1.8rem;
    flex: 1;
    line-height: 1.1;
}
.mw-75 {
    max-width: 75%;
}
.solution-list .s-img,.solution-list .s-img img {
    border-radius: 20px;
}
.solution-list .s-desc{
    padding: 40px 0px 0;
}
.solution-list .s-desc h3{
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'Inter';
}
.solution-list .s-desc ul{
    list-style-type: none;
    padding-left: 0;
}
.solution-list .s-desc ul li{
    font-size: 1.5rem;
    margin: 20px 0px;
    position: relative;
    padding-left: 20px;
}
.solution-list .s-desc ul li::before{
    content: "";
    position: absolute;
    left: 0;
    background-color: #6161FF;
    width: 4px;
    height: 100%;

}
.solution-section{
    padding: 150px 0px;
}
.process-right-title p{
    font-size: 1.7rem;
}
.process-right-title p span{
    color: #6161FF;
    font-weight: 900;
    padding-right: 5px;
}
.process-box {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
    max-width: 190px;
    position: relative;
}
.process-box h3{
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 0;
}
.process-box::after {
    content: "";
    background-image: url(../images/process-double-arrow.svg);
    position: absolute;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    right: -38%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.process-box.afternone::after{
    display: none;
}
.process-box.active{
    background-color: #6161FF;
}
.process-box.active img{
    filter: brightness(0) invert(1);
}
.process-box.active h3{
    color: #fff;
}
.hiring-slider-step-section{
    padding: 150px 0;
}
.hiring-box {
    padding: 40px 35px;
    border-radius: 20px;
    overflow: hidden;
    height: 410px;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
    background-color: #fff;
}
.h-icon {
    margin-bottom: 15px;
}
.hiring-box:hover .hire-body .hire-desc p{
    max-height: 220px;
    opacity: 1;
}
.hire-body {
    /*transition: transform 500ms;
    transform: translate3d(0, calc(100% - 11rem), 0);*/
}
.hire-desc h3{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.hire-desc p{
    font-size: 1.85rem;
    margin-bottom: 0;
    max-height: 0;
    opacity: 0; 
    transition: max-height 0.5s ease-in-out;   
}


.smart-section{
    padding: 150px 0px;
}
.smart-screen-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.smart-screen-box label{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 1.25rem;
}
.smart-screen-box a.sample-link{
    color: #6161FF;
    border-bottom: 3px solid #6161FF;
    font-size: 1.25rem;
    font-weight: 600;
    padding-bottom: 3px;
}
.expert-banner-section{
    padding: 150px 0px;
}
.interview-accordian .accordion-item {
    border: 0;
    border-left: 4px solid #6161FF;
    margin: 30px 0px;
    border-radius: 0;
}
button:focus,button:visited,button:focus-visible{
    box-shadow: none;
    outline: none;
}
.accordion-button:focus{
    box-shadow: none;
    border-color: inherit;
}
.interview-accordian .accordion-button{
    font-size: 1.85rem;
    padding: 0 20px;
}
.interview-accordian .accordion-button:not(.collapsed){
    box-shadow: none;
    color: #0D0D0D;
    font-weight: 700;
    background-color: transparent;
}
.interview-accordian .accordion-body{
    padding: 10px 20px 0;
}
.interview-accordian .accordion-body p{
    margin-bottom: 0;
    font-size: 1.5rem;
    padding-left: 40px;
}
.eligibility-section{
    padding-bottom: 150px;
}
.led-tech-interview{
    padding: 150px 0px;
}
.tech-img img{
    border-radius: 20px;
}
.screen-step .screen-box h4{
    color: #6161FF;
    font-size: 1.8rem;
    font-weight: 800;
}
.confident-desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.confident-desc .screen-step{
    padding-bottom: 0;
}
.section-title h3{
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
}
.solution-box.inter-box {
    position: relative;
}
.solution-box.inter-box .solution-desc {
    position: absolute;
    bottom: 0px;
    padding: 15px;
    z-index: 1;
    
    
}
/* .solution-box.inter-box:hover .solution-desc{         
    transform: translate3d(0, 0, 0);
    transition: transform 500ms;
} */

.solution-box.inter-box .solution-desc h3{
    color: #fff;
}
.solution-box.inter-box .solution-desc p{
    color: #fff;
    max-height: 0;
    opacity: 0; 
    transition: max-height 0.5s ease-in-out; 
}
.solution-box.inter-box:hover .solution-desc p{
    max-height: 150px;
    opacity: 1;
}
.img-intrvw img{
    border-radius: 20px;
}
.smart-btn-grp {
    display: flex;
    gap: 20px;
}
.solution-box .solutionimg img{
    height: 405px;
    object-fit: cover;
    object-position: top;    
}
