/* ***** Common Css **** */
:root {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure{margin: 0;}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #F5EFFF;
    text-decoration: none;    
}
.main-wrpper {
    height:auto;
    width: 100%;
}
.container{
    max-width: 1230px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    background: transparent;
    padding: 30px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
header.nav-new{
   
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 30px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.nav-row{
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar-light .navbar-nav {
    margin: 0 auto;
}
.navbar-light .navbar-nav li {
    margin-right: 24px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link{
    padding: 7px 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #141727;
    border-radius: 5px;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #5F41FB;
    background: #FFFFFF;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #5F41FB;
}

.btn-signup{
    padding: 7px 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    background: #5F41FB;
    border-radius: 4px;
    color: #fff;
}
.btn-signup:hover{
    background: #141727;
    color: #fff;
}
/* **** End Header **** */

/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: auto;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 14px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #141727;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 30px;position: absolute;height: 2px;background-color: #141727;top: 0;right: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;width: 22px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);width: 30px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);width: 30px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/* **** Home Page **** */
.hero-banner-row{
    padding: 120px 0 90px;
    position: relative;
    border-radius: 12px 12px 0 0;
}
.hero-banner-row:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    background: linear-gradient(180deg, #F5EFFF 60.84%, #FFFFFF 100%);
    border-radius: 12px 12px 0 0;
    top: 0;
    left: 0;
    right: 0;
}
.banner-data-block{
    position: relative;
    z-index: 1;
    max-width: 940px;
    margin: 0 auto;
}
.banner-data-block h3{
    padding: 7px 12px 7px 30px;
    margin: 0 auto 40px;
    display: table;
    background: #fff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #141727;
    position: relative;
}
.banner-data-block h3:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #5F41FB;
    border-radius: 100%;
    top: 13px;
    left: 12px;
}
.banner-data-block h1{
    margin: 0 auto 28px;
    font-weight: 800;
    font-size: 48px;
    line-height: 130%;
    text-align: center;
    color: #141727;
}
.banner-data-block h1 span{
    color: #5F41FB;
}
.banner-data-block p{
    margin: 0 auto 28px;
    font-size: 18px;
    font-weight: normal;
    line-height: 150%;
    text-align: center;
    color: #565353;
    max-width: 848px;
}
.btn-main{
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: #5F41FB;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 130%;
    width: fit-content;
}
.btn-main figure{
    min-width: 20px;
    margin-right: 10px;
    max-width: 20px;
}
.btn-main:hover{
    background: #141727;
    color: #fff;
}
.banner-data-block .btn-main{
    margin: 0 auto;
}

.hero-banner-img-row{
    padding: 80px 0 0;
}
.banner-img img{
    width: 100%;
}


.insider-wrp{
    padding: 0 0 112px;
}
.insider-referrals-row{
    padding: 40px 35px;
    border-top: 1px solid #E7E2F5;
    border-bottom: 1px solid #E7E2F5;
}
.insider-referrals-row h2{
    margin: 0;
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    letter-spacing: -0.03em;
    color: #141727;
    max-width: 260px;
}

.insider-box{
    display: flex;
    align-items: center;
}
.insider-img{
    min-width: 60px;
    border-radius: 5px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 60px;
    height: 60px;
    margin-right: 18px;
}
.insider-data p{
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #565353;
}


.features-wrp{
    padding: 128px 0 104px;
    background: #141727;
}
.titlebar{
    margin: 0 0 60px;
    max-width: 865px;
}
.titlebar h2{
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    color: #141727;
    margin: 0 0 20px;
}
.titlebar h2 span{
    color: #5F41FB;
}
.titlebar p{
    font-size: 18px;
    font-weight: normal;
    color: #565353;
    line-height: 150%;
    margin: 0;
}
.features-wrp .titlebar{
    margin: 0 auto 60px;
    text-align: center;
}
.features-wrp .titlebar h2{
    color: #fff;
}
.features-wrp .titlebar p{
    color: #fff;
    max-width: 705px;
    margin: 0 auto;
}

.features-wrp .row{
    margin: 0 -12px;
}
.features-wrp .row .col-md-6,.features-wrp .row .col-md-4{
    padding: 0 12px;
}
.features-block{
    margin: 0 0 24px;
    position: relative;
    background: #1D223E;
    cursor: pointer;
    border-radius: 12px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.features-block:hover{
    background: #5F41FB;
}
.features-img{
    margin: 0;    
}
.features-img img{
    opacity: 0.30;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.features-block:hover .features-img img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);  
    opacity: 1;
}
.features-data{
    padding: 24px;
}
.features-data h3{
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 150%;
}
.features-data p{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 150%;
}

.credit-pack-wrp{
    padding: 120px 0 60px;
}
.credit-pack-wrp .row{
    margin: 0 -10px;
}
.credit-pack-wrp .row .col-md-8,.credit-pack-wrp .row .col-md-4{padding: 0 10px;}

.pack-include-list ul{
    margin: 65px 0 65px;
}
.pack-include-list ul li{
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: normal;
    color: #141727;
    line-height: 150%;
    padding: 0 0 0 23px;
    position: relative;
}
.pack-include-list ul li:after{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #5F41FB;
    top: 7px;
    left: 0;
}
.plan-block{
    padding: 24px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #E7E2F5;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.plan-block:hover{
    background: #673CEF;
    border-color: #673CEF;
}
.plan-ic{
    margin: 0 0 25px;
    width: 80px;
    height: 80px;
    background: #EBEEFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.plan-block:hover .plan-ic{
    background: #fff;
}
.plan-block h4{
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 500;
    color: #141727;
    line-height: 150%;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.plan-block h3{
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    color: #141727;
    line-height: 150%;
    display: flex;
    align-items: flex-end;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.plan-block h3 span{
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 0 5px;
    line-height: 45px;
}
.plan-block:hover h4,.plan-block:hover h3{
    color: #fff;
}

.including-feature-box{
    padding: 24px;
    background: #141727;
    border-radius: 12px;
    display: flex;
    flex-flow: column;
    height: 100%;
    position: relative;
}
.features-list-top{
    padding: 8px;
    position: relative;
    z-index: 2;
}
.features-list-top h3{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 150%;
    margin: 0 0 24px;
}
.features-list-top ul li{
    margin: 0 0 12px;
    position: relative;
    padding: 0 0 0 35px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 150%;
}
.features-list-top ul li:before{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url('../images/chackic.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    top:0;
    left: 0;
}
.including-feature-box .btn-main{
    display: block;
    width: 100%;
    padding: 13px 15px;
    text-align: center;
    margin: auto 0 0 0;
    position: relative;
    z-index: 2;
}
.including-feature-box .btn-main:hover{
    background: #fff;
    color: #5F41FB;
}
img.rocketic{
    position: absolute;
    bottom:70px;
    right: 0;
}

.faqs-wrp{
    padding: 60px 0;
}
.faqs-wrp .titlebar{
    text-align: center;
    margin: 0 auto 60px;
}
.faqs-wrp .titlebar p{
    max-width: 705px;
    margin: 0 auto;
}

.faq-list .accordion .accordion-item{
    margin: 0 0 15px;
    background-color:#FBF9FF;
    border-radius: 10px;
    border: 1px solid #E7E2F5;
    padding: 25px;
}
.faq-list .accordion .accordion-item:last-child{
    margin: 0;
}
.faq-list .accordion .accordion-item .accordion-button {
    font-size: 20px;
    color:#000;
    padding: 0 35px 0 0;
    font-weight: 700;
    background-color: transparent;
    position: relative;
    border-radius: 0;
}
.faq-list .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.faq-list .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.faq-list .accordion .accordion-item .accordion-button::after {
    display: none;
}
.faq-list .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    height: 20px;
    width: 20px;
    background: url('../images/close-ic.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.faq-list .accordion .accordion-item .accordion-button.collapsed:before {
    background-image: url('../images/plus-ic.svg');
}
.faq-list .accordion .accordion-body{
    padding: 25px 60px 0 0;
}
.faq-list .accordion .accordion-body p{
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    letter-spacing: -0.02em;
}

.question-block{
    padding: 65px 18px 18px;
    background: #fff;
    border: 1px solid #E7E2F5;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    height: 100%;
}
.qus-box figure{
    margin: 0 auto 40px;
    display: table;
}
.qus-box h3{
    font-size: 22px;
    font-weight: 800;
    color: #000;
    text-align: center;
    margin: 0 auto 23px;
}
.qus-box p{
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    text-align: center;
    letter-spacing: -0.02em;
    margin: 0 auto;
    padding: 0 15px;
}
.question-block .btn-main{
    display: block;
    width: 100%;
    padding: 13px 15px;
    text-align: center;
    margin: auto 0 0 0;
    position: relative;
    font-size: 16px;
    z-index: 2;
}

.sponcers-list{
    padding: 60px 0 120px;
    overflow: hidden;
}
.sponcers-slider .slick-slide {
    margin: 0 35px;
}
.sponcers-slider .slick-list {
    margin: 0 -35px;
}
.sponcers-slider .slick-track{
    display: flex;
    align-items: center;
}
.sponcers-box img{
    width: 100%;
}

.newsletter-wrp{
    position: relative;
    background: #fff;
}
.newsletter-row{
    padding: 60px 0;
    border-bottom: 1px solid #CFC8E2;
}
.newsletter-row .row{
    align-items: center;
}
.newsletter-row h2{
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 34px;
    max-width: 340px;
}
.newsletter-row .btn-group{
    display: flex;
    align-items: center;
    justify-content:flex-end;
}

footer{
    background: #fff;
}
.footer-top{
    padding: 60px 0;
}
.footer-about img{
    height: 28px;
    margin: 0 0 40px;
}
.footer-about p{
    font-size: 16px;
    font-weight: normal;
    color: #565353;
    line-height: 24px;
    margin: 0 0 75px;
}
.footer-about a{
    display: table;
    font-size: 18px;
    font-weight: normal;
    color: #5F41FB;
    line-height: 26px;
}
.footer-about a:hover{
    color: #101010;
}

.quicklink-row{
    padding: 0 0 0 70px;
}
.quicklinks-box h3{
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 26px;
}
.quicklinks-box ul li{
    margin: 0 0 10px;
}
.quicklinks-box ul li:last-child{
    margin: 0;
}
.quicklinks-box ul li a{
    font-size: 16px;
    font-weight: normal;
    color: #565353;
    line-height: 24px;
    display: table;
}
.quicklinks-box ul li a:hover{
    color: #5F41FB;
}

.copyright-wrp{
    padding: 35px 0;
    border-top: 1px solid #CFC8E2;
}
.copyright-wrp .row{
    align-items: center;
}
.copyright-wrp p{
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #565353;
    line-height: 22px;
}
.social-bx{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.social-bx a{
    margin-right: 40px;
}
.social-bx a:last-child{
    margin: 0;
}
.social-bx a:hover{
    opacity: 0.70;
}
/* **** End Home Page **** */

/* **** For Employee Page ***** */
.inner-banner{
    padding: 60px 0;
}
.inner-banner-data h1{
    font-size: 64px;
    font-weight: bold;
    color: #141727;
    line-height: 130%;
    margin: 0 0 28px;
}
.inner-banner-data h1 span{
    color: #5F41FB;
}
.inner-banner-data p{
    font-size: 18px;
    font-weight: normal;
    color: #565353;
    line-height: 150%;
    margin: 0 0 40px;
}
.inner-banner-data .btn-main{
    max-width: 180px;
    width: 100%;
    justify-content: center;
}

.inner-banner-img{
    position: relative;    
}
.in-banner-img {
    margin: 0 0 0 80px;
    position: relative;
}
.in-banner-img img{
    width: 100%;
    border-radius: 12px;
}
.card-img{
    max-width: 162px;
    margin: -81px 0 0;
    position: relative;
    z-index: 2;
}
.card-img img{
    width: 100%;
}
.inner-progress{
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
}
.inner-progress img{
    width: auto;
    border-radius: 0;
}

.next-role-wrp{
    padding: 60px 0 120px;
}
.next-role-wrp .row{
    align-items: center;
}
.job-graph img{
    width: 100%;
    border-radius: 12px;
    border: 1px solid #F7F7F7;
    box-shadow: 0px 4px 80px rgba(95, 65, 251, 0.1);
}
.role-row{
    display: flex;
    flex-wrap: wrap;
}
.next-role-data{
    width: 55%;
    border-right: 1px solid #5F41FB;
    padding: 0 35px 0 25px;
}
.next-role-data h2{
    font-size: 28px;
    font-weight: 600;
    color: #000;
    line-height: 150%;
    margin: 0 0 28px;
}
.next-role-data ul li{
    margin: 0 0 12px;
    position: relative;
    padding: 0 0 0 35px;
    font-size: 16px;
    font-weight: normal;
    color: #565353;
    line-height: 150%;
}
.next-role-data ul li:before{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url('../images/chackic.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    top:0;
    left: 0;
}
.next-role-counter{
    width: 45%;
    padding: 0 0 0 15px;
}
.next-role-counter ul{
    display: flex;
    flex-wrap: wrap;
}
.next-role-counter ul li{
    width: 50%;
    padding: 15px;
}
.next-role-counter ul li h3{
    font-size: 36px;
    font-weight: 600;
    color: #5F41FB;
    line-height: 150%;
    margin: 0;
}
.next-role-counter ul li h3 span{
    color: #141727;
}
.next-role-counter ul li p{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #565353;
    line-height: 150%;
}

.dream-job-wrp{
    padding: 120px 0;
    background: #141727;
}
.dream-job-wrp .container{
    max-width: 860px;
}
.dream-job-wrp h2{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 auto 28px;
}
.dream-job-wrp h2 span{
    color: #5F41FB;
}
.dream-job-wrp p{
    margin: 0 auto 60px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 150%;
    text-align: center;
}
.dream-job-wrp .btn-group{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
}
.dream-job-wrp .btn-group .btn-secondary{
    padding: 11px 16px;
    border-radius: 4px;
    background: #1D223E;
    font-size: 16px;
    font-weight: 500;
    color: #5F41FB;
    line-height: 130%;
    margin: 0 34px 0 0;
}
.dream-job-wrp .btn-group .btn-secondary:hover{
    background: #fff;
    color: #1D223E;
}
.dream-job-wrp .btn-group .btn-main{
    padding: 11px 45px;
}
.dream-job-wrp .btn-group .btn-main:hover{
    background: #fff;
    color: #5F41FB;
}
.dream-job-wrp ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.dream-job-wrp ul li{
    margin-right: 40px;
    position: relative;
    padding: 0 0 0 35px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 150%;
}
.dream-job-wrp ul li:before{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url('../images/chackic.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    top:0;
    left: 0;
}
.dream-job-wrp ul li:last-child{
    margin: 0;
}

.employee-wrp{
    padding: 60px 0;
}
.emp-row{
    padding: 60px 0;
    max-width: 1082px;
    margin: 0 auto;
}
.emp-row .row{
    align-items: center;
}
.emp-img-box img{
    width: 100%;
    border-radius: 12px;
}
.emp-data-box{
    padding: 0 0 0 25px;
}
.emp-data-box h2{
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 130%;
    margin: 0 0 15px;
}
.emp-data-box p{
    font-size: 18px;
    font-weight: normal;
    color: #565353;
    line-height: 130%;
    margin: 0 0 30px;
}
.emp-data-box .btn-main{
    padding: 11px 45px;
}

.emp-row:nth-child(even) .row{
    flex-flow: row-reverse;
}
.emp-row:nth-child(even) .row .emp-data-box{
    padding: 0 25px 0 0;
}

.emp-referal-wrp{
    padding: 60px 0;
}
.emp-referal-row{
    margin: 0 0 40px;
    padding: 31px 55px 31px 95px;
    position: relative;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #CFC8E2;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.emp-referal-row:last-child{
    margin: 0;
}
.emp-ref-ic{
    min-width: 220px;
    max-width: 220px;
    margin: 0 95px 0 0;
    position: relative;
    z-index: 2;
}
.emp-ref-ic img{
    width: 100%;
}
.emp-ref-data {
    position: relative;
    z-index: 2;
}
.emp-ref-data h2{
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 130%;
}
.emp-ref-data p{
    font-size: 18px;
    font-weight: normal;
    color: #565353;
    line-height: 130%;
    margin: 0 0 25px;
}
.emp-ref-data p:last-child{
    margin: 0;
}
img.emp-sh1{
    position: absolute;
    top: 0;
    left: 0;
}
img.emp-sh2{
    position: absolute;
    bottom: 0;
    right: 0;
}
img.emp-sh3{
    position: absolute;
    top: 0;
    left: 5%;
}
img.emp-sh4{
    position: absolute;
    bottom: 0;
    right: 0;
}
/* **** End For Employee Page ***** */