/* card CSS */
.card-head {
    width: auto;
    height: 16rem;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    border: transparent;
}

.card-head h1 {
    color: #3943B7;
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
}

.card-head span {
    position: absolute;
    height: 8vh;
    width: 1px;
    background: #3943B7;
}

.card-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.card-text {
    font-size: 20px;
    color: #767171;
    width: 80%;
}

/* Integration section CSS */
.intigration-main {
    margin-top: 10%;
}

.intigration-main .heading-text-1 {
    font-size: 40px;
    font-weight: 600;
    color: #070727;
}

.intigration-main .heading-text-2 {
    font-size: 28px;
    font-weight: 600;
    color: #070727;
}

.intigration-main p {
    color: #767171;
    font-size: 20px;
}

.HR-list-item {
    border: none;
    color: #767171;
    font-size: 20px;
    line-height: 24px;
    padding: 0;
}

.btn-explore {
    position: relative;
    top: 4%;
    background: #3943B7;
    border-radius: 100px;
    padding: 3% 4%;
    border: #3943B7;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.btn-explore:hover {
  background-image: linear-greadient( to right, #303ab0, #2f39af, #2f3aaf, #313cb2);
  box-shadow: 0 4px 15px 0 #212529;
  color: #ffffff;
}

/* Why choose us section */
.whu-main {
    margin-top: 7%;
    font-size: 40px;
    font-weight: 600;
    color: #070727;
}

.why-choose-us-wrapper h5 {
    font-size: 20px;
}

.why-choose-us-wrapper p {
    font-size: 17px;
}

.btn-whu {
    background: #3943B7;
    border-radius: 100px;
    padding: 1.5% 2%;
    border: #3943B7;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.btn-whu:hover {
  background-image: linear-greadient( to right, #303ab0, #2f39af, #2f3aaf, #313cb2);
  box-shadow: 0 4px 15px 0 #212529;
  color: #ffffff;
}

/* Testomonial CSS */

.carousel-caption {
    position: unset !important;
}

.card .carousel-caption .card-wrapper {
    border-radius: 14px;
    padding: 2%;
    border: none;
    height: 300px;
    margin-top: 4%;
}

.card .carousel-caption {
    padding: 0;
    right: 0;
    left: 0;
    color: #3d3d3d;
}

.card .carousel-caption h3 {
    color: #3d3d3d;
}

.card .carousel-caption p {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    color: #767171;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;   
}

.card .carousel-caption .profile h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #070727;
}

.card .carousel-caption .profile p {
    font-size: 14px;
    line-height: 22px;
}

.card .carousel-caption .col-sm-3 {
    display: flex;
    align-items: center;
}

.card .carousel-caption .profile {
    position: relative;
    right: 10%;
    border-radius: 50%;
    max-height: 50px;
}

.profile-pic {
    border-radius: 50%;
    max-height: 50px;
}


.card .carousel-caption .col-sm-9 {
    text-align: left;
}

.card .carousel-caption .card-title {
    text-align: left;
}

.navi a {
    text-decoration: none;
}

.prev {
    position: absolute;
    bottom: 160px;
    left: -80px;
}

.next {
    position: absolute;
    bottom: 160px;
    right: -66px;
}


/* Feature section css */
.feature-main {
    margin-top: 6.5%;
    padding-left: 2%;
}

.feature-wrapper p {
    color: #767171;
    font-size: 20px;
}

.feature-list h5 {
    margin-top: 5.5%;
}

.feature-list p {
    color: #2e2e2e;
    font-size: 18px;
}

.feature-list img {
    margin: -1% 1% 0 0;
}

/* explore app */
.explore-app-main {
    margin-top: 10%;
}

.explore-app-main span {
    color: #3943B7;
}

.explore-app-main p {
    margin-bottom: 6%;
    font-size: 20px;
}

/* special offer css section */
.special-offer-main {
    background: linear-gradient(91.65deg, #2C348F 2.68%, #161832 99.09%);
    border-radius: 14px;
    height: 442px;
}

.special-offer-wrapper {
    margin: 16% 0 0 10%;
}

.btn-special-offer {
    background: #ffffff;
    border-radius: 100px;
    padding: 2% 4%;
    border: #3943B7;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.btn-special-offer:hover {
   background-image: linear-gradient(to right, #303ab0, #2f39af, #2f3aaf, #313cb2);
    box-shadow: 0 4px 15px 0 #212529;
    color: #ffffff;
    transition: .3s;
}

/* Resources section css*/
.resources-card {
    border: none;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
    border-radius: 5%;
}

.resources-card .card-title {
    margin: 0;
}

/* consultation section css */
.consultation-main {
    height: 450px;
    background: linear-gradient(180deg, #3943B7 0%, #232A7A 100%);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    margin-top: 6%;
}

.consultation-main-wrapper h1 {
    color: #FFFFFF;
    padding-top: 6%;
}

.consultation-main-wrapper p {
    color: #FFFFFF;
    width: 25%;
    margin: auto;
    margin-bottom: 3%;
}

.btn-book-meeting {
    background: #ffffff;
    border-radius: 100px;
    padding: 1% 4%;
    border: #3943B7;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.btn-book-meeting:hover {
    color: #000000;
    opacity: 0.6;
}

/* HR guide section css */
.hr-guide-main {
    background: #DEE6FF;
    border-radius: 14px;
    height: 362px;
}

.hr-guide-main img {
    filter: drop-shadow(1px 8px 19px rgba(0, 0, 0, 0.25));
    position: absolute;
    top: -18%;
    left: 22%;
}

.hr-guide-main p {
    margin-top: 30%;
}

.hr-guide-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-guide {
    background: #3943B7;
    border-radius: 100px;
    border: #3943B7;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 5% 13%;
}

.btn-guide:hover {
    color: #FFFFFF;
    opacity: 0.6;
}




/* *************************************************** Responsive CSS (Media quiries) ************************************************************** */

@media (min-width: 1200px) and (max-width: 1510px) {

    .hr-guide-main {
        height: 300px;
    }

    .hr-guide-main img {
        width: 75%;
    }

    .card-head h1 {
        font-size: 36px;
    }
}


/* Tablet view*/

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {

    #carousel-example-2 {
        margin-top: 80px;
        height: 500px;
    }

    .heading-text {
        font-size: 36px;
    }

    .card-header-text {
        font-size: 14px;
    }

    .card-sub-header-text {
        font-size: 24px;
    }

    .intigration-main p {
        font-size: 16px;
    }

    .intigration-main p .intigration-main .heading-text-1 {
        font-size: 34px;
    }

    .intigration-main .heading-text-2 {
        font-size: 24px;
    }

    .btn-explore {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 38%;
        margin: auto;
    }

    .col {
        display: flex;
        flex-basis: unset !important;
        place-content: center;
    }

    .btn-whu {
        padding: 2.5% 5%;
        font-size: 14px;
    }

    .why-choose-us-wrapper {
        margin-bottom: 6%;
    }

    .why-choose-us-wrapper p {
        width: 60%;
        margin: auto;
    }

    .card-wrapper .quote-img {
        height: 20px;
    }

    .card .carousel-caption p {
        font-size: 14px;
        line-height: 20px;

    }

    .profile h4 {
        font-size: 12px;
    }

    .profile p {
        font-size: 10px;
    }

    .special-offer-main {
        height: auto;
    }

    .special-offer-wrapper {
        margin: 4% 0 0 10%;
    }

    .special-offer-wrapper h1 {
        font-size: 36px;
    }

    .special-offer-main img {
        display: block;
        margin: auto;
        padding-bottom: 5%;
    }

    .consultation-main {
        height: 315px;
    }

    .consultation-main-wrapper h1 {
        font-size: 28px;
    }

    .consultation-main-wrapper p {
        width: 50%;
        margin-bottom: 5%;
        margin-top: 3%;
    }

    .hr-guide-main img {
        top: 6%;
        left: 15%
    }

    .btn-guide {
        position: absolute;
        right: 17%;
        bottom: 52%;
        padding: 3% 8%;

    }

    .hr-guide-content h2 {
        font-size: 26px;
    }

    .explore-app-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .explore-app-wrapper h1 {
        text-align: center;
    }

    .explore-app-wrapper p {
        text-align: center;
    }


}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {
    #carousel-example-2 {
        margin-top: 80px;
        height: 500px;
    }

    .heading-text {
        font-size: 36px;
    }


    .card-header-text {
        font-size: 14px;
    }

    .card-sub-header-text {
        font-size: 24px;
    }

    .intigration-main p {
        font-size: 16px;
    }

    .intigration-main .heading-text-1 {
        font-size: 34px;
    }

    .intigration-main .heading-text-2 {
        font-size: 24px;
    }

    .btn-explore {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 38%;
        margin: auto;
    }

    .col {
        display: flex;
        flex-basis: unset !important;
        place-content: center;
    }

    .btn-whu {
        padding: 2.5% 5%;
        font-size: 14px;
    }

    .why-choose-us-wrapper {
        margin-bottom: 6%;
    }

    .why-choose-us-wrapper p {
        width: 100%;
        margin: auto;
    }

    .card-wrapper .quote-img {
        height: 20px;
    }

    .card .carousel-caption p {
        font-size: 14px;
        line-height: 20px;

    }

    .profile h4 {
        font-size: 12px;
    }

    .profile p {
        font-size: 10px;
    }

    .special-offer-main {
        height: auto;
    }

    .special-offer-wrapper {
        margin: 4% 0 0 10%;
    }

    .special-offer-wrapper h1 {
        font-size: 36px;
    }

    .special-offer-main img {
        display: block;
        margin: auto;
        padding-bottom: 5%;
    }

    .consultation-main {
        height: 315px;
    }

    .consultation-main-wrapper h1 {
        font-size: 28px;
    }

    .consultation-main-wrapper p {
        width: 50%;
        margin-bottom: 5%;
        margin-top: 3%;
    }

    .hr-guide-main img {
        top: 6%;
        left: 15%
    }

    .btn-guide {
        position: absolute;
        right: 17%;
        bottom: 52%;
        padding: 3% 8%;

    }

    .hr-guide-content h2 {
        font-size: 26px;
    }

    .explore-app-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .explore-app-wrapper h1 {
        text-align: center;
    }

    .explore-app-wrapper p {
        text-align: center;
    }

}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1199px) {
    #carousel-example-2 {
        margin-top: 80px;
        height: 500px;
    }

    .heading-text {
        font-size: 36px;
    }

    .card-header-text {
        font-size: 14px;
    }

    .card-sub-header-text {
        font-size: 24px;
    }

    .intigration-main p {
        font-size: 16px;
    }

    .intigration-main .heading-text-1 {
        font-size: 34px;
    }

    .intigration-main .heading-text-2 {
        font-size: 24px;
    }

    .btn-whu {
        padding: 2.5% 5%;
        font-size: 14px;
    }

    .why-choose-us-wrapper p {
        width: 60%;
        margin: auto;
    }

    .card-wrapper .quote-img {
        height: 20px;
    }

    .card .carousel-caption p {
        font-size: 14px;
        line-height: 20px;

    }

    .profile h4 {
        font-size: 12px;
    }

    .profile p {
        font-size: 10px;
    }

    .special-offer-main {
        height: auto;
    }

    .special-offer-wrapper {
        margin: 4% 0 0 10%;
    }

    .special-offer-wrapper h1 {
        font-size: 36px;
    }

    .special-offer-main img {
        display: block;
        margin: auto;
        padding-bottom: 5%;
    }

    .consultation-main {
        height: 315px;
    }

    .consultation-main-wrapper h1 {
        font-size: 28px;
    }

    .consultation-main-wrapper p {
        width: 50%;
        margin-bottom: 5%;
        margin-top: 3%;
    }

    .hr-guide-main img {
        top: 6%;
        left: 15%
    }

    .btn-guide {
        position: absolute;
        right: 17%;
        bottom: 52%;
        padding: 3% 8%;

    }

    .hr-guide-content h2 {
        font-size: 26px;
    }

    .explore-app-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .explore-app-wrapper h1 {
        text-align: center;
    }

    .explore-app-wrapper p {
        text-align: center;
    }

    .explore-app-wrapper p {
        text-align: center;
    }
}


/* Mobile view */
@media (max-width: 480px) {
    .card-header-text {
        font-size: 14px;
    }

    .card-sub-header-text {
        font-size: 28px;
    }

    .card-head-row {
        margin: auto;
    }

    .intigration-main .heading-text-1 {
        font-size: 30px;
    }

    .intigration-main p {
        font-size: 14px;
    }

    .intigration-main .heading-text-2 {
        font-size: 24px;
    }

    .btn-explore {
        display: block;
        width: 200px;
        height: 45px;
        margin: auto;
        font-size: 14px;
    }

    .whu-main {
        margin-top: 15%;
        font-size: 30px;
    }

    .btn-whu {
        padding: 3% 5%;
        font-size: 14px;
        line-height: 70px;
    }

    .col {
        flex-basis: unset !important;
        display: flex;
    }

    .feature-image {
        margin-top: 0 !important;
    }

    .feature-wrapper h1 {
        font-size: 32px;
    }

    .feature-wrapper p {
        font-size: 16px;
    }

    .feature-list h5 {
        font-size: 20px;
    }

    .feature-list img {
        height: 23px;
    }

    .feature-list p {
        font-size: 14px;
    }

    .feature-main {
        padding-left: 6%;
    }

    .explore-main {
        margin-top: 50px !important;
    }

    .card-heading-text {
        font-size: 30px;
    }

    .card .carousel-item {
        height: 100vh;
        /* margin-top: 66%; */
    }

    .card-wrapper .quote-img {
        height: 20px;
    }

    .card .carousel-caption p {
        font-size: 12px;

    }

    .card .carousel-caption .profile {
        text-align: center;
        right: 0;
    }

    .card .carousel-caption .profile h4 {
        font-size: 14px;
    }

    .card .carousel-caption p {
        text-align: center;
    }

    .company-img {
        text-align: center !important;
    }

    .prev {
        top: 400px;
        left: -35px;
    }

    .next {
        top: 400px;
        right: -35px;
    }

    .resources-text {
        font-size: 32px;
    }

    .special-offer-main {
        height: auto;
    }

    .card .carousel-caption .card-wrapper {
        margin-top: 8%;
        height: 24rem;
    }

    .special-offer-wrapper {
        margin: 16% 0 0 4%;
    }

    .special-offer-wrapper h1 {
        font-size: 28px;
    }

    .btn-special-offer {
        padding: 3% 5%;
        font-size: 14px;
    }

    .consultation-main {
        height: auto;
    }

    .consultation-main-wrapper {
        padding: 20px;
    }

    .btn-book-meeting {
        padding: 3% 6%;
        font-size: 14px;
    }

    .consultation-main-wrapper h1 {
        font-size: 26px;
        padding-top: 8%;
    }

    .consultation-main-wrapper p {
        width: 85%;
        margin-bottom: 8%;
        margin-top: 8%;
    }

    .hr-guide-main {
        height: auto;
    }

    .hr-guide-main img {
        position: unset;
        margin: 8% 12% 0 12%;
    }

    .hr-guide-content {
        margin: 0;
    }

    .hr-guide-content h6 {
        margin: 20px;
    }

    .hr-guide-content h2 {
        font-size: 22px;
        margin: 16px;
    }

    .hr-guide-btn {
        margin: 5%;
    }

    .btn-guide {
        font-size: 14px;
        padding: 4% 8%;
    }
}