.trust .slick-slide{
    margin: 0px 15px;
}
.trust .slick-slide img {
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    padding: 5px;
}
.hiring{
    background-color: #F2F2F2;
    background-image:  url(../img/hiring-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.hiring .headingcom, .hometabs .headingcom, .talent .headingcom, .allin .headingcom, .here .headingcom, .rave .headingcom, .pick .headingcom{
    margin-bottom: 15px;
}
.hiring .text-center, .hometabs .text-center, .talent .text-center, .allin .text-center, .here .text-center, .rave .text-center{
    font-size: 20px;
    margin-bottom: 50px;
}
#counter ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0
}
#counter li {
    text-align: center;
    font-size: 121px;
    font-weight: bold;
    line-height: 1.3;
    color: #0838F8;
}
#counter li:nth-child(2){
    color: #F64D00;
}
#counter li:nth-child(3){
    color: #D000FF;
}
#counter li p{
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
}
#counter span.percent:after {
    content: "%";
    display: inline-block;
}
.hometabs .resp-tabs-list {
    display: flex;
    justify-content: space-between;
}
.hometabs .resp-tabs-list li {
    background: linear-gradient(to right, #F64D00 50%, #F2F2F2 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all 0.2s ease-in;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: bold;
}
.hometabs .resp-tabs-list li:hover{
    background-position: left;
    color: #fff;
}
.hometabs .resp-tabs-list li.resp-tab-active{
    border: none;
    background: #F64D00;
    color: #fff;
}
.hometabs .resp-tab-content {
    overflow: hidden;
    border: none;
    padding: 0;
    margin-top: 30px;
}
.HometabsLeft {
    width: 45%;
    margin-right: 10%;
    float: left;
}
.HometabsLeft li {
    margin-bottom: 15px;
    line-height: 1.3;
    padding-left: 25px;
    position: relative;
    font-size: 15px;
}
.HometabsLeft li:last-child{
    margin-bottom: 0;
}
.HometabsLeft li::before {
    content: '';
    position: absolute;
    background-image: url(../img/caret-right-fill.svg);
    background-repeat: no-repeat;
    left: 0;
    width: 13px;
    height: 15px;
    top: 5px;
}
.tabsorttitle {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 20px;
}
.HometabsRight {
    width: 45%;
    float: left;
}
.HometabsRight img {
    border: 10px solid #FDC8B1;
    border-radius: 15px;
}
.zoom-section {
    height: 300vh;
}
.sticky-wrap {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}
.back-img, .front-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.back-img {
    z-index: 1;
}
.front-img {
    z-index: 2;
    transform: scale(1);
    transform-origin: center;
    will-change: transform;
}
.talent .text-center span, .leadtitle b{
    display: block;
}
.talent{
    background-color: #F2F2F2;
    background-image:  url(../img/talent-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    text-align: center;
}
.talent video{
    width: 80%;
    margin: auto;
    border-radius: 30px;
}
.starts .headingcom, .error .headingcom{
    text-align: left;
    margin-bottom: 30px;
}
.starts p{
    font-size: 20px;
    width: 80%;
    margin-bottom: 30px;
}
.starts .text-right, .belief .text-right{
    text-align: right;
}
.biggest, .pick, .outcomes, .lyrabg{
    background: #F2F2F2;
}
.bigbox{
    border: 1px solid #000;
    text-align: center;
    border-radius: 25px;
}
.bigboxin{
    padding: 0 50px 50px;
}
.biggest .slick-slide {
    margin: 50px 30px 0;
}
.biggest .slick-slide .bigbox img{
    display: inline-block;
}
.bigboxin .user {
    border-radius: 50%;
    border: 1px solid #000;
    margin-top: -50px;
}
.bigboxin .name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}
.bigboxin .star {
    margin-top: 5px;
    margin-bottom: 30px;
}
.bigboxbottom {
    background: #F74D00;
    border-radius: 25px;
    padding: 30px;
    color: #fff;
    font-weight: bold;
}
.bigboxbottom span {
    display: block;
    font-weight: 400;
}
.bigboxin p {
    min-height: 162px;
    margin-bottom: 0;
}
.biggest .slick-prev, .biggest .slick-next{
    width: 32px;
    height: 32px;
}
.biggest .slick-prev:before, .biggest .slick-next:before{
    opacity: 1;
    color: #f74d00;
    font-size: 32px;
}
.pick .text-center {
    font-size: 20px;
    margin-bottom: 0;
}
.pick .btnorg{
    text-transform: uppercase;
}
.calendly-inline-widget{
    height: 655px;
    margin-top: -10px;
}
.bgwhite{
    background: #fff;
}
.thank{
    text-align: center;
}
.thank p{
    font-size: 20px;
    font-weight: bold;
}
.error-left p{
    font-weight: bold;
    margin-top: 30px;
}
.errorbox li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-size: 20px;
}
.errorbox li img {
    margin-right: 20px;
}
.contbanner{
    padding-top: 100px;
}
.contbox{
    background: linear-gradient(0deg,rgba(208, 0, 255, 1) 0%, rgba(130, 0, 255, 1) 29%, rgba(0, 99, 255, 1) 100%);
    padding: 30px;
    border-radius: 25px;
    color: #fff;
}
.contbox .title {
    font-size: 24px;
    margin: 15px 0;
    font-weight: bold;
}
.contbox ul {
    padding-left: 20px;
    margin-bottom: 100px;
}
.contbox ul li {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
}
.contfill{
    position: relative;
}
.contfill::before {
    position: absolute;
    content: '';
    background: url(../img/star-bg.svg);
    width: 254px;
    height: 254px;
    right: -15%;
    top: -10%;
}
.continform {
    background: #111;
    padding: 50px 40px;
    color: #fff;
    position: relative;
}
.continform .headingcom {
    color: #fff;
    margin-bottom: 0;
    text-align: left;
}
.getform .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 10px 5px;
    color: #fff;
    outline: none;
    box-shadow: none;
}
.getform .form-group {
    margin-bottom: 20px;
}
.getform .form-check-label {
    font-size: 11px;
    color: #CECECE;
}
.getform .btnorg{
    border: none;
}
.robot {
    margin-left: 320px;
    margin-top: -425px;
    position: relative;
}
.text-slider {
    height: 60px;
    overflow: hidden;
    font-size: 24px;
    color: #fff;
    background: #2F51F8;
    width: 330px;
    border-radius: 33px;
    margin-bottom: 100px;
    padding-left: 30px;
}
.slider-inner {
    will-change: transform;
}
.slideout {
    height: 60px;
    line-height: 60px;
    display: flex;
    align-items:center
}
.text-slider img{
    width: 30px;
    margin-right: 10px;
}
.allin{
    text-align: center;
    padding-top: 100px;
}
.dofor .headingcom {
    text-align: left;
    margin-bottom: 0;
    height: 100%;
    align-content: center;
}
.dofor .headingcom em {
    font-style: normal;
    color: #F64D00;
}
.dofor .text-right {
    text-align: right;
}
.lyrain{
    height: 100%;
    align-content: center;
}
.best p b span, .here li span b{
    color: #F64D00;
}
.here {
    background-color: #F2F2F2;
    background-image: url(../img/herebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.here li {
    background: #E0E0E0;
    margin-bottom: 20px;
    padding: 30px 50px 30px 30px;
    font-size: 20px;
    border-radius: 33px;
    height: 150px;
    text-align: right;
    align-content: center;
    position: relative;
}
.here li::before {
    background: #fff;
    content: '';
    position: absolute;
    width: 97%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 33px;
    border: 1px solid #E0E0E0;
}
.here ul, .here li:last-child{
    margin-bottom: 0;
}
.here li span{
    position: relative;
}
.here .col-lg-4:last-child li{
    text-align: left;
    padding: 30px 30px 30px 50px;
}
.here .col-lg-4:last-child li::before{
    left: inherit;
    right: 0;
}
.ravebox {
    border: 1px solid #111;
    border-radius: 33px;
    padding: 50px;
    font-size: 20px;
    min-height: 357px;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out
}
.ravebox img, .back {
    margin-bottom: 15px;
}
.ravebox .title {
    font-weight: bold;
    margin-bottom: 15px;
}
.ravebox p{
    margin-bottom: 0;
}
.rave .col-lg-4:first-child{
    margin-bottom: calc(var(--bs-gutter-x) * 1);
}
.ravebox:hover{
    box-shadow: 0 10px 20px -10px rgb(17 17 17 / 65%);;
}
.rave .col-lg-4:last-child .ravebox{
    background: #F64D00;
    color: #fff;
    border: none;
    align-content: center;
}
.features {
    position: relative;
}
.features .imgfull{
    border-radius: 18px;
}
.featuresin {
    background: linear-gradient(transparent 0%, #000 79%);
    content: '';
    border-radius: 0 0 18px 18px;
    position: absolute;
    bottom: 0;
    padding: 50px 30px 30px;
    color: #fff;
}
.featuresin .headingcom {
    margin-bottom: 0;
    color: #fff;
    text-align: left;
    line-height: 1.2;
}
.featuresin p {
    margin-bottom: 0;
}
.mostd {
    position: absolute;
    left: 0;
    top: 25px;
    box-shadow: 0px 4px 4px 2px rgb(0 0 0 / 25%);
    display: none;
}
.readbtn{
    margin-top: 30px;
}
.readbtn i{
    margin-right: 5px;
}
.latest {
    margin-left: 20px;
}
.latest .headingcom {
    margin-bottom: 30px;
    text-align: left;
}
.latest a, .blogbox a, .back a{
    text-decoration: none;
    color: #111;
}
.latest a:hover, .blogbox a:hover, .back a:hover{
    color: #0838F8;
}
.latest a .title{
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.2;
}
.download, .aut{
    color: #0838F8;
    font-weight: bold;
}
.latest li {
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.blogbox{
    background: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 4px 0px #C3C3C3;
    position: relative;
    overflow: hidden;
}
.blogbox .imgfull {
    border-radius: 15px 15px 0 0;
}
.bloginner {
    margin: 15px;
}
.blogbox .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin: 15px 0;
    overflow: hidden;
}
.bloginner li {
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    font-weight: 500;
}
.bloginner li:last-child {
    margin-right: 0;
}
.bloginner li:before{
    content: '';
    width: 1px;
    height: 14px;
    background: #1b1b1c;
    position: absolute;
    right: -9px;
    top: 4px;
}
.bloginner li:last-child::before {
    display: none;
}
.aut-date {
    font-weight: 500;
    font-size: 14px;
}
.aut img{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.aut-date .date {
    text-align: right;
}
.date i {
    margin-right: 10px;
}
.loadcenter{
    text-align: center;
    margin-bottom: 50px;
}
.loadcenter .btn {
    border-radius: 5px;
    color: #fff;
    background: #0838F8;
    padding: 10px 50px;
    font-weight: bold;
}
.left .headingcom {
    text-align: left;
    line-height: 1.2;
    min-height: 145px;
}
.left ul, .left ul li{
    display: inline-block;
    margin-right: 3px;
}
.left ul li img{
    width: 28px;
    height: auto;
}
.blogdetails .right {
    background: #F64D00;
    color: #fff;
    padding: 20px;
}
.rightautobox, .blogdetails .right .updated, .subscribe p {
    font-size: 14px;
}
.authoruserlist img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.authoruserlist li span b {
    margin-right: 3px;
}
.wriquo {
    margin-top: 15px;
}
.wriquo i.bi {
    font-size: 24px;
    font-weight: 600;
}
.blogdetailmiddle{
    margin-bottom: 50px;
}
.blogdetailleft{
    margin-right: 50px;
}
.Editor {
    border: 1px solid #000;
    padding: 1rem;
    margin-bottom: 1rem;
    background: #f64d003d;
}
.Editor p {
    margin-bottom: 0;
}
.orgelist li {
    background: url(../img/org-arrow-right.svg) no-repeat 2px 7px;
    padding-left: 30px;
    margin-bottom: 10px;
}
.margin30 {
    margin: 30px 0;
}
.imgquote {
    border-top: 1px solid #5F5F60;
    border-bottom: 1px solid #5F5F60;
}
.imgquote .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
}
.imgquote .col-lg-4{
    position: relative;
}
.middlecenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    text-align: center;
}
.imgquote .title a {
    text-decoration: none;
    color: #0838F8;
}
.blogtable .table-bordered {
    border-color: #000;
}
.blogtable .table-bg {
    background: #F64D00;
    color: #fff;
}
.faq .accordion-button:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.faq .accordion-button:not(.collapsed) {
    background: #F64D00;
    color: #fff;
}
.faq .accordion-item {
    margin-top: 10px;
    border-radius: 15px;
    border: 1px solid #F64D00;
    background: #fdd4c226;
}
.faq .accordion-button {
    border-radius: 15px;
    font-size: 20px;
    color: #111;
    font-weight: 600;
}
.faq .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.faq .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
    background-size: 32px;
    width: 32px;
    height: 32px;
}
.faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    background-size: 32px;
    width: 32px;
    height: 32px;
}
.tableofcont, .subscribe {
    border-left: 1px solid #ccc;
    height: 100%;
    padding: 20px 0 0 20px;
}
.tableof, .Subto{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}
.tableofcont li {
    padding-left: 10px;
    display: block;
    margin-bottom: 15px;
    line-height: 1.2;
}
.tableofcont li a {
    color: #111;
    text-decoration: none;
    position: relative;
    font-weight: 500;
}
.tableofcont li a:hover:before {
    content: '';
    position: absolute;
    background: #F64D00;
    width: 5px;
    height: 100%;
    left: -10px;
    top: 0;
}
.Mtop50{
    margin-top: 50px;
}
.subscribe input {
    display: block;
    border: none;
    background: transparent;
    border-bottom: 1px solid #C4C4C4;
    width: 100%;
    padding: 12px 0;
    border-radius: 0;
}
.subscribe input:focus{
    outline: none;
}
.subscribe .btnorg {
    width: 100%;
    border: none;
    padding: 15px 50px;
}
.blogdetailleft h2,
.blogdetailleft h3,
.blogdetailleft h4,
.blogdetailleft h5,
.blogdetailleft h6 {
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}
.blogdetailleft h2 {
    font-size: 36px
}
.blogdetailleft h3 {
    font-size: 32px
}
.blogdetailleft h4 {
    font-size: 26px
}
.blogdetailleft h5 {
    font-size: 22px
}
.blogdetailleft h6 {
    font-size: 20px
}
.blogdetailright {
    position: sticky;
    top: 90px;
}
.Subto{
    color: #F64D00;;
}
.aboutslideLeft .slick-slide,
.aboutslideRight .slick-slide {
    margin: 0px 8px;
}
.aboutslideLeft .slick-slide img,
.aboutslideRight .slick-slide img {
    border-radius: 20px;
}
.aboutslideLeft .aboutimg {
    height: 300px;
    display: flex !important;
    align-items: end;
    margin-bottom: 16px;
}
.belief p{
    font-size: 20px;
    margin-bottom: 20px;
}
.leadership{
    background-color: #F2F2F2;
    background-image:  url(../img/leadership-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    text-align: center;
}
.leadership li {
    display: inline-block;
    width: 33%;
}
.leadership li:first-child{
    margin-bottom: 50px;
}
.leadtitle{
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.3;
}
.leadtitle b{
    font-size: 24px;
}
.pricebanner h1, .pricebanner p{
    text-align: center;
    margin-bottom: 10px;
}
.ppbox {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #DADADA;
    font-weight: 500;
    min-height: 670px;
}
.sta img {
    margin-right: 10px;
}
.inrpri {
    font-size: 32px;
    font-weight: bold;
    margin: 15px 0 30px;
}
.GrowthBox {
    background-color: #fff;
    border: none;
    min-height: 690px;
    margin-top: -10px;
    box-shadow: 0px 4px 4px 6px rgb(17 17 17 / 0.1);
    position: relative;
}
.reco {
    position: absolute;
    top: 0;
    right: 0;
    background: #0838F8;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 0 15px 0 15px;
}
.Planscls {
    padding: 50px 0;
    overflow: hidden;
}
.ppbox .btnorg{
    padding: 15px 50px;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    width: 100%;
    margin: 15px 0;
    text-transform: capitalize;
}
.inbold{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.ppbox ul li {
    margin-top: 15px;
    font-size: 16px;
    display: flex;
}
.ppbox ul li i {
    margin-right: 10px;
    color: #0838F8;
}
.savecls {
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
    font-size: 20px;
}
.savecls span {
    background: #F64D00;
    color: #fff;
    padding: 7px 25px;
    border-radius: 50px;
    margin-right: 5px;
    display: inline-block;
}
.needs{
    border-radius: 25px;
    background: #0838F8;
    padding: 50px;
    color: #fff;
    margin-top: -100px;
}
.needs .headingcom{
    color: #fff;
}
.needs p{
    font-size: 20px;
}
.needs .text-center {
    height: 100%;
    align-content: center;
}
.needs .btnorg {
    width: 80%;
    font-size: 20px;
    background: linear-gradient(to right, #fff 50%, #F64D00 50%);
    background-size: 201% 100%;
    background-position: right bottom;
}
.needs .btnorg:hover{
    background-position: left;
    color: #111;
}
.see {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-bottom: 50px;
}
.see .text-slider {
    width: 200px;
    margin-bottom: 0;
    padding-left: 25px;
    margin-left: 10px;
    margin-right: 10px;
}

@media (max-width:1399px) {
    .headingcom{
        font-size: 36px;
        margin-bottom: 30px;
        line-height: 1.2;
    }
    .hiring .text-center, .hometabs .text-center, .talent .text-center, .starts p, .allin .text-center, .here .text-center, .rave .text-center{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .hiring .headingcom, .hometabs .headingcom, .talent .headingcom, .allin .headingcom, .here .headingcom, .rave .headingcom, .pick .headingcom{
        margin-bottom: 10px;
    }
    .hometabs .resp-tabs-list li{
        padding: 15px 25px;
        font-size: 16px;
    }
    .hometabs .resp-tab-content{
        margin-top: 20px;
    }
    .HometabsLeft li{
        font-size: 14px;
    }
    .tabsorttitle, .pick .text-center, .belief p, .leadtitle{
        font-size: 18px;
    }
    .bigboxin{
        padding: 0 30px 15px;
    }
    .bigboxin .name{
        margin-top: 15px;
    }
    .bigboxin p {
        min-height: 113px;
        font-size: 15px;
    }
    .bigboxin .star{
        margin-bottom: 15px;
    }
    .bigboxbottom{
        padding: 15px;
    }
    .talent video {
        width: 70%;
    }
    .contbox ul{
        margin-bottom: 30px;
    }
    .continform{
        padding: 30px;
    }
    .continform .headingcom{
        font-size: 30px;
    }
    .contbanner p{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .robot {
        margin-left: 305px;
        margin-top: -350px;
        width: 400px;
    }
    .text-slider{
        margin-bottom: 80px;
    }
    .here li {
        margin-bottom: 15px;
        padding: 20px 40px 20px 20px;
        height: 130px;
        line-height: 1.3;
    }
    .ravebox{
        padding: 30px;
        min-height: 317px;
    }
    .blogbox .title{
        min-height: 70px;
    }
    .calendly-inline-widget{
        margin-top: -30px;
    }
}
@media (max-width:1199px) {
    .hometabs .resp-tabs-list{
        gap: 10px;
    }
    .hometabs .resp-tabs-list li{
        text-align: center;
    }
    .bigboxin p{
        min-height: 158px;
    }
    .calendly-inline-widget {
        height: 1038px;
    }
    #counter li{
        font-size: 100px;
    }
    .here li{
        height: 106px;
        font-size: 16px;
    }
    .ravebox {
        min-height: 377px;
    }
    .latest a .title{
        font-size: 18px;
    }
    .blogdetailleft {
        margin-right: 30px;
    }
    .robot {
        margin-left: 200px;
    }
    .text-slider{
       margin-bottom: 30px;
    }
    .contfill::before{
        right: -10%;
    }
}

@media (max-width:991px) {
    #counter li {
        font-size: 80px;
    }
    #counter li p {
        font-size: 20px;
    }
    .talent video {
        width: 80%;
    }
    .starts .text-right{
        margin-top: 30px;
        text-align: left;
    }
}