html{
    overflow-x: hidden;
}
body{
    font-family: 'Poppins'; 
    overflow-x: hidden;
}
.container{
    max-width: 1400px;
}
h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 55px !important;
}
h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 75px;
}
h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
}
img.logo {
    width: 50%;
}
a{
    text-decoration: none !important;
    color: #000;
}
a:hover {
    color: #952BAD
}
a.nav-link {
    font-size: 15px;
    color: #61666D !important;
    text-transform: capitalize;
    transition: 0.3s;
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
}
a.nav-link:hover {
    color: #BA22A8 !important;
}
.navbar {
    padding: 15px;
}
.btn-grad {
    border: 1px solid #6D00DB;
    background: linear-gradient(262deg, #6D00DB -22.48%, #BA22A8 131.28%);
    margin: 0 5px;
    padding: 10px 30px;
    font-weight: 500;
    border-radius: 30px;
    color: #fff;
    transition: 0.3s;
}
.btn-grad:hover {
    border: 1px solid #6D00DB;
    background:transparent;
    color: #000;
    text-decoration: none;
}
a.btn-grad.btn-white {
    background: transparent;
    color: #000;
}
a.btn-grad.btn-white:hover {
    background: linear-gradient(262deg, #6D00DB -22.48%, #BA22A8 131.28%);
    color: #fff;
}
.p-3 {
    padding: 0 !important;
}
.main-banner {
    background-color: #2F143F;
    height: 750px;
    padding: 100px 0;
}
.carousel-img {
    width: 68%;
}
.carousel-control-prev {
    display: none;
}
.carousel-control-next {
    display: none;
}
.banner-hire {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 11.25px;
}
.main-banner-heading{
    font-size: 75px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 81px;
}
.banner-para{
    font-size: 22px;
    color:#fff;
    padding-bottom: 20px;
    padding-top: 10px;
}
.carousel-col {
    text-align: center;
}
.light-btn {
    background: #ffffff29 !important;
    margin-left: 12px;
}
.light-btn:hover {
    background: #fff0 !important;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 43%;
    left: -18%;
    z-index: 15;
    padding-left: 0;
    list-style: none;
    flex-direction: column;
}
.carousel-indicators li{
    transition: opacity .6s ease;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #12171b;
    background: transparent !important;
    margin: 8px 0 !important;
    border: 1px solid #ffffff8f
}
.carousel-indicators .active{
    background: rgb(235 220 220 / 0%);
    border: 1px solid #ffffff;
    background: #fff !important;
}
.carousel-inner {
    overflow: hidden;
    padding: 40px 0;
}
.search.btn-primary {
    background: white;
    border: 0;
    height: 38px;
    border-radius: 8px 0 0 8px;
    color: #000;
    padding: 0 10px;
}
.banner-search.form-control {
    color: #495057;
    background-color: #fff;
    border: none !important;
    border-radius: 0 8px 8px 0;
}
.form-control:focus {
    border-color: #6D00DB;
    box-shadow: 0 0 0 0.2rem rgb(234 46 253 / 25%);
}
.input-group {
    position: absolute;
    left: 0;
    width: 40%;
}
button.btn.btn-primary.search:active:focus {
    background: #7732B1;
    border-color: #7732B1;
    box-shadow: 0 0 0 0.2rem rgb(234 46 253 / 25%);
}
.btn-primary:focus {
    color: #fff;
    background-color: #6D00DB;
    border-color: #7732B1;
    box-shadow: 0 0 0 0.2rem rgb(234 46 253 / 25%);
}
.search-sec.input-group {
    position: relative;
    width: 100%;
}
.banner-light-text {
    position: absolute;
    color: #9F6DBC;
    padding-top: 0;
    text-align: left;
    right: 33px;
}
img.connector {
    position: absolute;
    top: 66px;
    left: 60px;
    width: 8%;
}
a.match {
    color: #fff;
    background: linear-gradient(262deg, #6D00DB -4.36%, #BA22A8 124.1%);
    padding: 10px;
    width: 60%;
    z-index: 999;
    border-radius: 8px;
    position: absolute;
    bottom: -199px;
    left: 42px;
    transition: 0.8s;
}
a.match:hover {
    background: linear-gradient(92deg, #6D00DB -4.36%, #BA22A8 124.1%);
}
.search-sec{
    position: absolute;
    top: -14px;
}
.rev-img {
    width: 25%;
    position: absolute;
    bottom: -16px;
    left: 59%;
}
.why-choose{
    padding: 80px 0;
    background-image: url(img/why-choose-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-position: center;
    position: relative;
    z-index: 2;
}
.main-heading {
    font-size: 55px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    margin: 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;  
}
.check-item-row{
    padding-top: 30px;
}
.btn-check {
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 14px;
    width: 100%;
    color: #fff;
    font-size: 20px;
}
.btn:hover {
    background: #fff;
    color: #212529;
}
.check-item-text {
    padding-left: 15px;
}
.counter-text{
    text-align: center;
    color: #fff;
}
.box {
    border-right: 1px solid #ffffff36;
}
.counter-section{
    padding-top: 50px;
    padding-bottom: 50px;
}
.Accounting-section {
    background-image: url(img/star-circle.png), linear-gradient(253deg, #C2A1FF 1%, #A476FF 96.62%);
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
    background-position: 4% 23%;
    padding: 180px 0 80px 0;
    background-attachment: fixed;
    margin-top: -120px;
    -webkit-mask-image: radial-gradient(112% 14% at bottom, transparent 50%, #fff 51%);
    
}
.main-heading.dark {
    color: #000;
}
.text-dark {
    text-transform: capitalize;
    color: #343a40!important;
    font-size: 30px;
    font-weight: 400;
    padding-top: 10px;
}
.check-item-text.dark {
    color: #000;
    font-size: 18px;
}
.white-box {
    background: #fff;
    color: #952BAD;
    border: 1px solid #7732B1;
}
.white-box:hover {
    background: #ffffff42;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.finance-sec{
    padding-top: 20px;
    padding-bottom: 40px;
}
.icon-btn-finance {
    background: white;
    width: 100%;
    border: 1px solid purple;
    border-radius: 22px;
    display: flex;
    padding: 14px;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    transition: 0.5s;
}
.icon-btn-finance:hover{
    background: #2F143F;
    color: #ffffff;
    border: 1px solid #2F143F;
}
.icon-fin {
    width: 16%;
}
.finance-col {
    padding: 10px;
    max-width: 30%;
}
.icon-text-finance {
    padding-right: 55px;
    padding-left: 20px;
    text-transform: capitalize;
    text-align: left;
}
.fa-chevron-right {
    color: purple;
    font-weight: 400;
}
a.icon-explore {
    background: linear-gradient(262deg, #6D00DB -22.48%, #BA22A8 131.28%);
    padding: 15px 0 15px 34px;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #fff;
    transition: 0.5s;
}
.btn-chev {
    margin-left: 14px;
    padding: 18px 28px;
    border-radius: 0 30px 30px 0;
    color: #fff;
    background: linear-gradient(262deg, #6d00db54 -22.48%, #ba22a8a3 131.28%);
}
a.icon-explore:hover {
    background: linear-gradient(89deg, #6D00DB -22.48%, #BA22A8 131.28%);
}
.icon-explore-sec{
    margin-top: 40px;
}
.employment-section{
    padding: 80px 0;
}
.text-small{
    font-size: 20px;
}
.step-img {
    width: 100%;
}
.purple-para {
    text-align: left;
    color: #922BAD;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}
.steps-heading {
    text-align: left;
    font-size: 40px;
    color: #000;
}
.para-steps {
    text-align: left;
}
.step-text-col {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
}
.img-step-left{
    margin-left: -100px;
}
.img-step-right{
     margin-right: -125px;
}
.brands-sec{
    background-image: url(img/Rectangle\ 23038.png) , linear-gradient(262deg, #6D00DB -4.36%, #BA22A8 124.1%);
    padding: 80px 0;
}
.brand-img-row{
    padding-top: 60px;
}
img.brand-img {
    width: 216px;
}
.brand-img:hover {
    filter: drop-shadow(8px 7px 6px purple);
}
.testimonial-sec{
    background: linear-gradient(261deg, #FFF2F5 0%, #FDCEDF 98.83%);
    padding: 50px 0;
}
.client-img {
    margin: auto;
    width: 68%;
    display: block;
}
.testimonial-heading {
    text-align: left;
    color: #000 !important;
    width: 82%;
}
.testimonial-para {
    font-size: 28px;
    text-transform: capitalize;
    padding-bottom: 30px;
}
.text-testimonial {
    padding-top: 20px;
}
.col-testimonial {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    width: 16px;
    background: #9A1BA3;
    height: 16px;
    margin: 1;
    margin-top: 12px;
    margin-bottom: 2px;
}
.owl-dots {
    text-align: left !important;
}
button.owl-dot:focus {
    outline: none;
    transition: 0.3s;
}
.blog-sec {
    background-image: url(img/PURPLE-BLOG.png) , linear-gradient(#6D00DB,#6D00DB);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 80px 0;
}
.left-head{
    text-align: left;
}
.para-text-white{
    text-align: left;
    color: #fff;
    margin: 10px 0;
}
.blog-content{
    padding: 50px 0;
}
a.blog-learn-btn {
    color: #9261F3;
    text-transform: uppercase;
    font-size: 16px;
}
.learn-arrow {
    position: absolute;
    right: 23px;
    font-size: 18px;
}
.card-text {
    font-size: 18px;
}
.blog-learn-btn:hover {
    color: #2F143F !important;
}
.card-title {
    font-size: 24px;
    font-weight: 600;
}
hr {
    border-top: 1.5px solid #9261F3;
}
.card-img-top {
    border-top-right-radius: 15px !important;
    border-top-left-radius: 15px !important;
}
.card {
    border-radius: 15px !important;
    margin: 24px;
    border: 1px solid #D128BD;
    box-shadow: 2px 3px 11px 4px #00000021;
}
.card-body {
    padding: 1rem 2rem;
}
.grad-background{
    background-image: url(img/contact-back.png) , linear-gradient(262deg, #6D00DB -4.36%, #BA22A8 124.1%);
    padding: 150px 80px;
    background-repeat: repeat, no-repeat;
    background-size: cover , cover;
}
.contact-heading{
    color: #fff;
    font-size: 45px;
    text-transform: capitalize;
}
.contact-para{
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
    width: 120px;
    width: 80%;
}
li.list-group-item {
    padding: 0 12px 0 0;
    font-size: 20px;
    color: #fff;
    background: transparent;
    border: none;
    font-weight: 500;
}
li.list-group-item.divider {
    color: #ffffff7a;
}
.contact-link {
    color: #ffffff8a;
    font-weight: 300;
}
.contact-link:hover {
    color: #fff;
}
ul.list-group.list-group-horizontal {
    padding: 6px 0;
}
.form-col {
    padding: 100px 80px;
}
a.icon-explore.submit-form-btn.btn-lg.btn-block {
    padding: 0 0px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-sec{
    padding: 60px 0 50px 0;
}
p.footer-para {
    padding: 20px 0;
    line-height: 32px;
    color: #0B243D;
    width: 62%;
}
.follow-text{
    font-weight: 600;
    font-size: 18px;
}
.social-link {
    color: #0b243d61 !important;
    font-size: 22px;
    padding: 5px 10px;
    transition: 0.5s;
}
.social-link:hover {
    color: #6D00DB !important;
}
.footer-list{
    list-style: none;
    padding: 30px 0 0 0;
    line-height: 32px;
}
.footer-list{
   color: #922BAD;
}
.copy-sec {
    background: #0b243d0a;
    padding: 15px 0 10px 0;
    border-top: 1px solid #00000045;
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .navbar {
        width: 100%;
        padding: 15px;
        position: absolute;
        background: #fff;
        z-index: 99999999;
    }
    h1{
        font-size: 40px !important;
    }
    h2{
        font-size: 34px !important;
        line-height: 42px !important;
    }
    h3{
        font-size: 20px;
    }
    .nav-item {
        padding: 10px 0;
        margin: 6px 0;
    }
    .banner-para {
        font-size: 15px;
    }
    .main-banner {
        padding: 110px 0 !important;
        height: 636px !important;
    }
    .btn-grad {
        display: block;
        width: 33%;
    }
    .nav-item {
        margin: 0;
    }
    .nav-link {
        font-size: 18px;
    }
    a.icon-explore {
        display: flex;
        text-align: end;
        padding: 0 0px 0 20px;
        margin: 10px 0;
        width: 100%;
        align-content: center;
        align-items: center;
        justify-content: space-between;
    }
    .carousel-img {
        width: 66%;
    }
    .main-banner {
        padding: 50px 0;
        height: 600px;
    }
    .search-sec {
        top: -52px;
    }
    .banner-light-text {
        top: -4px;
    }
    img.connector {       
        top: 10px;
    }
    a.match {
        bottom: -146px;
        left: -46px;
    }
    .carousel-indicators {
        bottom: 43%;
        left: -6px;
        width: 0;
        margin: 0;
        padding: 0;
    }
    .btn-check {
        font-size: 12px;
    }
    .counter {
        font-size: 30px;
    }
    .main-heading {
        font-size: 34px;
    }
    .box {
        border-right: none;
    }
    .reverse-sec {
        flex-direction: column-reverse;
    }
    .step-text-col {
        padding: 40px;
    }
    .img-step-right {
        margin-right: 0;
    }
    .step-text-col {
        align-items: center;
    }
    .para-steps {
        text-align: center;
    }
    .img-step-left {
        margin-left: 0;
    }
    img.brand-img {
        width: 113px;
    }
    .client-img {
        width: 100%;
    }
    .testimonial-para {
        font-size: 18px;
    }
    .card-body {
        padding: 1rem 1rem;
    }
    .grad-background {
        padding: 100px 20px;
    }
    .form-col {
        padding: 100px 20px;
    }
    li.list-group-item {
        font-size: 15px;
    }
    .logo-footer {
        width: 80%;
    }
    p.footer-para {
        width: 90%;
    }
    .footer-list {
        font-size: 14px;
    }
    .icon-text-finance {
        font-size: 14px !important;
    }
    .finance-col {
        padding: 5px;
        max-width: 40%;
    }
    .more-explore {
        width: 28% !important;
        margin: auto !important;
    }
    .white-box {
        margin-top: 20px;
    }
    .social-link {
        font-size: 15px;
    }

}
@media only screen and (max-width: 767px){
    .logo {
        width: 100% !important;
    }
    .navbar {
        width: 100%;
        padding: 15px;
        position: absolute;
        background: #fff;
        z-index: 99999999;
    }
    h1{
        font-size: 30px !important;
    }
    h2 {
        font-size: 40px !important;
        line-height: 48px !important;
    }
    h3 {
        font-size: 22px;
    }
    .nav-item {
        padding: 10px 0;
        margin: 6px 0;
    }
    .btn-grad {
        display: block;
    }
    .nav-link {
        font-size: 20px !important;    
        line-height: 0.4px;
    }
    .navbar-light .navbar-toggler {
        border-color: #2F143F;
    }
    ul.navbar-nav {
        padding-top: 20px;
    }
    .banner-para {
        font-size: 18px;
    }
    .main-banner {     
        height: 1291px;
    }
    .carousel-img {
        width: 96%;
        margin-top: 258px;
    }
    .rev-img {
        width: 40%;
    }
    .search-sec {
        position: absolute;
        top: 20px;
    }
    img.connector {
        top: 94px;
    }
    a.match {
        bottom: -229px;
        left: 61px;
    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -85px;
        left: 0;
        padding-left: 0px;
        flex-direction: initial !important;
    }
    .carousel-indicators li {
        margin: 8px 7px !important;
    }
    .banner-light-text {      
        padding-top: 40px;    
    }
    a.icon-explore {
        display: flex;
        text-align: end;
        padding: 0 0px 0 20px;
        margin: 10px 0;
        width: 100%;
        align-content: center;
        align-items: center;
        justify-content: space-between;
    }
    .btn-check {
        display: flex;
        margin: 10px 0;
        align-items: center;
    }
    .box {
        border-right:none;
    }
    .counter-section {
        padding-top: 20px;
    }
    .text-dark {
        font-size: 24px;
    }
    .Accounting-section {
        padding: 120px 0 170px 0;
        -webkit-mask-image: radial-gradient(160% 14% at bottom, transparent 50%, #fff 51%);
    }
    .finance-col {
        max-width: 100%;
    }
    .icon-fin {
        width: 12%;
    }
    .employment-section {
        padding: 0px 0 80px 0;
    }
    .text-dark.text-small {
        font-size: 16px;
    }
    .img-step-right {
        margin-right: 0;
    }
    .para-steps {
        text-align: center;
    }
    .step-text-col {
        align-items: center;
    }
    .img-step-left {
        margin-left: 0;
    }
    .brands-col {
        display: inline-block;
        width: 33%;
    }
    .brand-img {
        width: 100% !important;
        margin: 10px 0;
    }
    .col-testimonial {
        padding-top: 50px;
    }
    .testimonial-para {
        font-size: 20px;
    }
    .card-body {
        padding: 1rem 1rem;
    }
    .grad-background {
        padding: 80px 20px;
    }
    .contact-para {
        font-size: 20px;
        width: 100%;
    }
    .list-group-item {
        font-size: 15px !important;
    }
    .form-col {
        padding: 40px;
    }
    .footer-sec {
        padding: 60px 20px 50px 20px;
    }
    .footer-para {
        width: 100%;
    }
    .footer-list {
        padding: 0;
    }
    .footer-col {
        padding-top: 40px;
    }
    .copy-sec {
        padding: 15px 15px 10px 15px;
    }
    .reverse-sec {
        flex-direction: column-reverse;
    }
    .step-text-col {
        padding: 30px;
        align-items: center;
    }
    .more-explore {
        width: 62% !important;
        margin: auto !important;
    }
}