*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.container-main {
    max-width: 1320px;
    margin: 0 auto;
}

body {
    font-family: "Figtree", sans-serif;
}

.main-header {
    padding: 35px 0px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.mob-header {
    display: none;
}

.main-header.sticky {
    background-color: #003459;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 15px 0px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    max-width: 250px;
}

.header-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-links ul {
    display: flex;
    gap: 30px;
}

.header-links ul li {
    font-size: 16px;
    display: block;
    font-weight: 500;
    color: #fff;
}

.header-links ul li a {
    color: #fff;
}

.header-links ul li:hover a {
    color: #fdc500;
}

.dropdown-link {
    position: relative;
    padding-right: 20px;
}

.dropdown-link::before {
    position: absolute;
    content: "";
    background-image: url(../images/down_arrow.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 13px;
    height: 8px;
    right: 0px;
    top: 8px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: max-content;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
    padding: 15px;
}

.dropdown-content ul {
    display: block;
}

.dropdown-content ul li {
    padding: 3px 0px;
}

.dropdown-link:hover .dropdown-content {
    display: block;
}

.dropdown-content ul li a {
    color: #000 !important;
}

.home-banner-main {
    position: relative;
}

.home-banner-bg {
    height: 100vh;
    position: relative;
}

.home-banner-bg::before,
.dream-job-bg::before,
.about-banner-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.6;
}

.home-banner-bg img,
.dream-job-bg img,
.about-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner-info,
.about-banner-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 144px;
}

.home-banner-info .container-main,
.about-banner-info .container-main {
    height: 100%;
}

.home-banner-content,
.about-banner-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 600px;
}

.home-banner-content h1,
.about-banner-content h1 {
    font-size: 64px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.home-banner-content p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #ccccd5;
    margin-bottom: 30px;
}

.home-banner-content a,
.home-about-right a,
.home-services-block a,
.dream-job-content a {
    color: #fff;
    background-color: #003459;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6rem;
    letter-spacing: .6px;
    text-transform: uppercase;
    width: max-content;
    height: 55px;
    padding: 0px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: all .3s ease;
}

.home-banner-content a:hover,
.dream-job-content a:hover {
    background-color: #fdc500;
    color: #000;
}

.home-about-right a:hover,
.home-services-block a:hover {
    background-color: #fdc500;
    color: #000;
}

.home-banner-content a i,
.home-about-right a i,
.home-services-block a i,
.dream-job-content a i {
    margin-left: 7px;
    margin-bottom: 3px;
    transform: rotate(-45deg);
    font-size: 16px;
}

.home-about-main,
.home-services-main,
.dream-job-main,
.testimonials-main,
.about-us-main,
.contact-us-main {
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-about-flex,
.about-us-flex,
.contact-us-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home-about-left,
.home-about-right,
.about-us-left,
.about-us-right,
.contact-us-left,
.contact-us-right {
    width: 50%;
}

.home-about-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.home-about-left {
    position: relative;
}

.about-fix-img {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -100px;
    margin-left: -50px;
    max-width: 400px;
}

.about-fix-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    background-color: #fff;
    padding: 5px;
}

.home-about-main.about-new {
    padding-bottom: 200px;
}

.home-about-right,
.about-us-right {
    padding-left: 70px;
}

.home-about-right h2,
.home-services-heading h2,
.testimonials-heading h2,
.candidate-placed-heading h2,
.about-us-right h2,
.contact-us-left h2 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    color: #001431;
    margin-bottom: 15px;
}

.home-about-right h2 span,
.home-services-heading h2 span,
.why-us-right-block h2 span,
.testimonials-heading h2 span,
.candidate-placed-heading h2 span,
.about-us-right h2 span,
.contact-us-left h2 span {
    color: #fdc500;
}

.home-about-right p,
.home-services-heading p,
.about-us-right p,
.contact-us-left p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #77787b;
    margin-bottom: 15px;
}

.home-services-main,
.candidate-placed-main {
    background-color: #ECF2FB;
}

.home-services-heading {
    margin-bottom: 80px;
}

.home-services-heading h2,
.home-services-heading p,
.candidate-placed-heading h2 {
    text-align: center;
}

.home-services-heading p {
    max-width: 930px;
    margin: 0 auto;
}

.home-services-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -40px -15px;
}

.home-services-flex.home .home-services-block {
    width: 25%;
}

.home-services-block {
    width: 33.33%;
    padding: 40px 15px;
    position: relative;
}

.home-services-flex.home .home-services-block-inner {
    padding: 32px 32px 32px 32px;
    background-color: #fff;
    transition: all .3s;
}

.home-services-flex.home .home-services-block {
    transition: all .3s;
}

.home-services-flex.home .home-services-block:hover {
    transform: translateY(-10px);
}

.home-services-flex.home .home-services-block:hover .home-services-block-inner {
    background-color: #003459;

}

.home-services-block-inner {
    padding: 55px 32px 32px 32px;
    border-radius: 4px;
    background-color: #003459;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.home-services-flex.home .service-icon {
    height: 110px;
    width: 110px;
    line-height: 110px;
    position: unset;
    border: 1px solid #003459;
    margin: 0 auto;
}

.service-icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 50px;
    transition: all .2s;
}

.home-services-flex.home .home-services-block:hover .service-icon {
    background-color: #fff;
    margin-top: 0px;
}

.home-services-block:hover .service-icon {
    background-color: #fdc500;
    margin-top: -10px;
}

.service-icon img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.home-services-flex.home .home-services-block:hover h4 {
    color: #fff;
}

.home-services-block h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.home-services-flex.home h4 {
    color: #003459;
    text-align: center;
    margin-bottom: 0;
    margin-top: 25px;
}

.home-services-block p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
}

.home-services-flex.home .home-services-block a {
    color: #000;
    background-color: #fff;
    display: block;
    width: unset;
    height: 100%;
    text-transform: unset;
    align-items: unset;
    padding: 0;
}

.home-services-block a {
    height: 45px;
    color: #000;
    background-color: #fff;
}

.dream-job-main {
    position: relative;
    padding: 0;
}

.dream-job-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.dream-job-info .container-main {
    height: 100%;
}

.dream-job-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.dream-job-content h2 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;

}

.dream-job-content p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #ccccd5;
    margin-bottom: 30px;
    text-align: center;
}

.dream-job-bg {
    position: relative;
    height: 500px;
}

.why-us-main {
    padding-top: 100px;
}

.why-us-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.why-us-left {
    width: 20%;
    padding-right: 30px;
}

.why-us-left-block {
    background-color: #ECF2FB;
    border-radius: 4px;
    padding: 24px;
    margin-bottom: 24px;
}

.why-us-left-block:nth-of-type(odd) {
    background-color: #003459;
}

.why-us-left-block:nth-of-type(odd) h3,
.why-us-left-block:nth-of-type(odd) p {
    color: #ffffff;
}

.why-us-left-block:nth-of-type(odd) img {
    filter: invert(1);
}

.why-us-left-block:last-child {
    margin-bottom: 0;
}

.why-us-left-block img {
    display: flex;
    margin: 0 auto;
    margin-bottom: 10px;
}

.why-us-left-block h3 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    color: #001431;
    margin-bottom: 7px;
    text-align: center;
}

.why-us-left-block p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #77787b;
    text-align: center;
}

.why-us-right {
    width: 80%;
    display: flex;
    align-items: center;
    margin: 0px -15px;
}

.why-us-right-block {
    width: 50%;
    padding: 0px 15px;
}

.why-us-right-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.why-us-right-block h2 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    color: #001431;
    margin-bottom: 15px;
}

.why-us-right-block p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #77787b;
    margin-bottom: 15px;
}

.why-us-right-block ul li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.why-us-right-block ul li i {
    margin-right: 10px;
    color: #003459;
}

.testimonials-slider {
    position: relative;
}

.testimonials-slider .owl-carousel .owl-stage {
    display: flex;
}

.testimonials-slider .owl-carousel .owl-item {
    display: flex;
}

.testimonials-heading,
.candidate-placed-heading {
    margin-bottom: 40px;
}

.testimonials-block {
    background-color: #ECF2FB;
    padding: 24px;
    border-radius: 4px;
}

.stars {
    display: flex;
    gap: 10px;
    margin: 20px 0px;
}

.stars i {
    color: #FFA800;
}

.testimonials-block p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #071A1C;

}

.testimonials-block h6 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #003459;
}

.testimonials-block span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #77787b;
}

.testimonials-slider .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -95px;
}

.testimonials-slider .owl-theme .owl-nav button {
    background-color: #ECF2FB;
    height: 56px;
    width: 56px;
    border-radius: 50%;
}

.testimonials-slider .owl-theme .owl-nav button span {
    font-size: 35px;
    color: #003459;
}

.testimonials-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #003459;

}

.testimonials-slider .owl-theme .owl-nav button:hover span {
    color: #fff;
}

.candidate-placed-main {
    padding-top: 50px;
    padding-bottom: 50px;
}

.candidate-placed-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.candidate-placed-slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.candidate-placed-slider .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #003459;
}

.footer-main {
    background-color: #003459;
    padding-top: 50px;
    padding-bottom: 30px;
}

.footer-heading {
    border-bottom: 1px solid rgba(255, 255, 255, 0.301);
    padding-bottom: 60px;
}

.footer-heading h2 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}

.footer-heading p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}

.footer-logo {
    max-width: 250px;
    margin-top: -20px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-block p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #CCCCD5;
    max-width: 350px;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.social-icons i,
.footer-block.add ul li i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 36px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.footer-block h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 24px;
}

.footer-block ul li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #CCCCD5;
    padding: 6px 0px;
}

.footer-block ul li a {
    color: #CCCCD5;

}

.footer-block.add ul li {
    display: flex;
    align-items: center;
}

.footer-block.add ul li i {
    margin-right: 10px;
}

.footer-block.add ul li a {
    word-break: break-all;
}

.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.301);
    padding-top: 30px;
    margin-top: 60px;
}

.footer-copyright p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #CCCCD5;
    text-align: center;
}

.about-banner-main {
    position: relative;

}

.about-banner-bg {
    height: 450px;
}

.about-banner-content {
    max-width: unset;
}

.about-banner-content h1 {
    text-align: center;
    margin-bottom: 15px;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item {
    font-size: 18px;
}

.breadcrumb-item a {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
}

.about-icon img {
    background-color: #ECF2FB;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    line-height: 70px;
    object-fit: scale-down;
}

.about-us-right ul {
    padding-top: 20px;
}

.about-us-right ul li {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.about-us-right ul li:last-child {
    margin-bottom: 0;
}

.about-content h5 {
    font-size: 20px;
    line-height: 26px;
    color: #081120;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-us-left {
    display: flex;
    margin: 0px -12px;
}

.about-us-left-block.reverse {
    display: flex;
    flex-flow: column-reverse;
}

.about-us-left-block.reverse .about-block-content {
    margin-top: 0;
    margin-bottom: 24px;
}

.about-block-bg {
    height: 454px;
}

.about-block-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.about-us-left-block {
    width: 50%;
    padding: 0px 12px;
}

.about-block-content {
    background-color: #003459;
    border-radius: 4px;
    padding: 24px;
    margin-top: 24px;
}

.about-block-content h3 {
    font-size: 44px;
    line-height: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 7px;
}

.about-block-content p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

.home-services-block.about .service-icon {
    position: unset;
    margin-bottom: 15px;
}

.home-services-heading.about {
    margin-bottom: 40px;
}

.home-services-heading.about p {
    max-width: 655px;
}

.home-services-block.about .home-services-block-inner {
    padding: 24px;
    display: block;
}

.home-services-flex.about {
    margin: -15px;
}

.home-services-block.about {
    padding: 15px;
}

.home-services-block.about p {
    margin-bottom: 0;
}

.home-about-left.about-us {
    position: relative;
}

.home-about-left.about-us::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #003459;
    border-radius: 10px;
    z-index: -1;
    transform: rotate(7deg);
}

.contact-box-flex {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}

.contact-box {
    width: 50%;
    position: relative;
}

.contact-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    height: 100%;
    width: 1px;
    background-color: #DADBDD;
}

.contact-box:first-child::before {
    content: unset;
}

.contact-box-inner {
    padding-top: 30px;
    border-top: 1px solid #DADBDD;
    height: 100%;
}

.contact-box img {
    background-color: #ECF2FB;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    line-height: 70px;
    object-fit: scale-down;
    padding-top: 7px;
}

.contact-box span {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #77787b;
    display: block;
    margin: 15px 0px 7px 0px;
}

.contact-box p {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #001431;
}

.contact-box p a {
    color: #001431;
    word-break: break-all;
}

.contact-us-left {
    padding-right: 70px;
}

.contact-us-right {
    background-color: #ECF2FB;
    padding: 32px;
    border-radius: 4px;
}

.contact-us-right h3 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    color: #001431;
    margin-bottom: 15px;
}

.contact-us-right p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #77787b;
    margin-bottom: 15px;
}

.contact-field-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.contact-field {
    width: 50%;
    padding: 10px;
}

.contact-field.full {
    width: 100%;
}

.contact-field input {
    background-color: #d8e5fa;
    border: none;
    width: 100%;
    height: 55px;
    padding: 0px 15px;
    color: #001431;
    font-weight: 500;
    font-size: 18px;
    outline: none;
}

.contact-field textarea {
    background-color: #d8e5fa;
    border: none;
    width: 100%;
    height: 155px;
    padding: 15px;
    color: #001431;
    font-weight: 500;
    font-size: 18px;
    outline: none;
}

.submit-btn {
    margin-top: 15px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.submit-btn::before {
    position: absolute;
    content: "\f061";
    font-weight: 900;
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    color: #fff;
    transform: rotate(-45deg);
    top: 15px;
    right: 25px;
    pointer-events: none;
}

.submit-btn input {
    color: #fff;
    background-color: #003459;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6rem;
    letter-spacing: .6px;
    text-transform: uppercase;
    width: max-content;
    height: 55px;
    padding: 0px 45px 0px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: all .3s ease;
    border: unset;
    margin: 0 0 0 auto;
}

.submit-btn input:hover {
    background-color: #000;
}

/* .home-services-main.refer-earn {
    background-color: unset;
    padding-bottom: 0;
} */

.home-services-block.refer-earn .home-services-block-inner {
    display: block;
    /* background-color: #ECF2FB; */
}

.home-services-heading.refer-earn p {
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
}

.home-services-block.refer-earn h4 {
    margin-bottom: 10px;
}

.home-services-block.refer-earn span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #fdc500;
    margin-bottom: 7px;
    display: block;
}

.dream-job-main.refer-earn {
    background-color: #003459;
    padding-top: 50px;
    padding-bottom: 50px;
}

.dream-job-content.refer-earn a {
    background-color: #fff;
    color: #000;
}

.contact-us-left.refer-earn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.contact-us-flex.refer-earn {
    flex-flow: row-reverse;
}

.contact-us-right.refer-earn h3 {
    margin-bottom: 5px;
}

.contact-us-left.refer-earn {
    padding-right: 0;
    padding-left: 50px;
}

.submit-btn.refer-earn {
    justify-content: flex-start;
    max-width: 165px;
}

.submit-btn.refer-earn input {
    margin: 0 auto 0 0;
}

.home-about-flex.services.reverse {
    flex-flow: row-reverse;
}

.home-about-flex.services.reverse .home-about-right {
    padding-left: 0;
    padding-right: 70px;
}

.home-about-flex.services {
    padding-bottom: 70px;
}

.home-about-flex.services:last-child {
    padding-bottom: 0;
}

.home-about-right.services h2 {
    font-size: 38px;
    line-height: 46px;
}

.home-about-right.services h5 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    color: #001431;
    margin-bottom: 15px;
}

.home-about-left.services.details {
    width: 30%;
    position: relative;
}

.home-about-left.services.details::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #003459;
    border-radius: 10px;
    z-index: -1;
    transform: rotate(7deg);
}

.home-about-right.services.details {
    width: 70%;
}

.interview-process h2 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
    color: #001431;
    margin-bottom: 15px;
}

.interview-process p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #77787b;
    margin-bottom: 15px;
}

.interview-process p:last-child {
    margin-bottom: 0;
}

.interview-process h4 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #001431;
    margin-top: 45px;

}

.interview-process ul {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 30px;
}

.interview-process ul li {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #77787b;
    background-color: #ECF2FB;
    padding: 30px 0px;
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.interview-process ul li:nth-of-type(odd) {
    background-color: #003459;
    color: #fff;
}

.home-services-heading.details h2 {
    font-size: 32px;
    line-height: 42px;
}

.home-about-flex.what-we-do {
    flex-flow: row-reverse;
}

.home-about-right.what-we-do {
    padding-left: 0;
    padding-right: 70px;
}

.btn-wrap {
    display: flex;
    gap: 10px;
}

.home-success-main {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #003459;
}

.home-success-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home-success-left {
    width: 70%;
    padding-right: 70px;
}

.home-success-left h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}

.home-success-left p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}

.e-con-inner-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
    padding: 30px 0px;
}

.e-con-inner {
    width: 25%;
    padding: 0px 15px;
    position: relative;
}

.e-con-inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fff;
    right: -25px;
    top: 20px;
}

.e-con-inner:last-child::before {
    content: unset;
}

.e-con-inner::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #fff;
    top: 15px;
    right: -7px;
}

.e-con-inner:last-child:after {
    content: unset;
}

.e-con-inner span {
    background-color: #fff;
    color: #000;
    text-align: center;
    display: block;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.e-con-inner h5 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}

.home-success-right {
    width: 30%;
}

.home-success-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

p.per {
    max-width: 430px;
    margin: 0 auto;
}

.elementor-progress-wrapper.progress-success {
    background-color: #fff;
    border-radius: 20px;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.elementor-progress-bar {
    background-color: #218E07;
    border-radius: 20px;
}

.elementor-progress-percentage {
    color: #fff;
    text-align: end;
    display: block;
    padding: 0px 20px;
}

.home-services-block.about:hover .service-icon {
    background-color: #fff;
    margin-top: 0px;
}

.home-about-flex.about-page {
    flex-flow: row-reverse;
}

.home-about-right.about-page {
    padding-left: 0;
    padding-right: 70px;
}

.home-about-main.about-new.about-page {
    padding-bottom: 100px;
}

.home-about-flex.about-us.reverse {
    flex-flow: row-reverse;
    padding-top: 150px;
}

.home-about-flex.about-us.reverse .home-about-right.about-us {
    padding-left: 0;
    padding-right: 70px;
}

.how-it-works-main{
    padding-top: 100px;
    padding-bottom: 100px;
}

.how-it-works-heading h2{
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    color: #001431;
    text-align: center;
    margin-bottom: 40px;
}

.how-it-works-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.how-it-works-block{
    padding: 0px 15px;
    width: 33.33%;
    position: relative;
}

.how-it-works-block::before{
    content: "";
    display: block;
    background: #ECF2FB;
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px
}

.how-it-works-block:last-child:after{
    content: "";
    display: block;
    background: #ECF2FB;
    width: 10px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 20px
}

.how-it-works-block-bg img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.how-it-works-block-content h4{
    font-size: 40px;
    line-height: 54px;
    font-weight: 700;
    color: #001431;
    text-align: center;
}

.how-it-works-block-content p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #001431;
    text-align: center;
}

.how-it-works-block:nth-child(1) p span{
    color: #8C7AFF;
}

.how-it-works-block:nth-child(2) p span{
    color: #895397;
}

.how-it-works-block:nth-child(3) p span{
    color: #67A407;
}

.how-it-works-block-content p span{
    color: #fdc500;
    font-weight: 700;
}

.bonus-credit-main{
    padding-bottom: 100px;
}

.bonus-credit{
   padding: 35px;
    padding-bottom: 50px;
    background-color: #003459;
    border-radius: 10px;
}

.bonus-credit h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.bonus-credit ul {
    padding-left: 30px;
}

.bonus-credit ul li{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    list-style-type: disc;
    color: #fff;
}

.bonus-credit ul li span{
    font-weight: 700;
    text-decoration: underline;
}

.refer-earn-condition-main {
    padding-bottom: 100px;
}

.refer-earn-condition h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.refer-earn-condition ul{
    padding-left: 30px;
}

.refer-earn-condition ul li{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    list-style-type: disc;
    color: #77787b;
    margin-bottom: 10px;
}