/*--------------------------------------------------------------
    [ ## Practice ]
--------------------------------------------------------------*/
/* general styling */
body {
    font-family: -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Oxygen-Sans,
        Ubuntu,
        Cantarell,
        "Helvetica Neue",
        sans-serif;
    line-height: 1.75;
    margin: 0;
}

body {
    font-family: 'Epilogue', sans-serif;
    font-display: swap;
}
/*--------------------------------------------------------------
# Skill Expertise Section
--------------------------------------------------------------*/
section#skill-expertise {
    background-color: #e9f0ff;
}
.skill-expertise-box {
    background-color: #fff;
    height: 100%;
    padding: 10px 10px 10px 0px;
    display: flex;
    align-items: center;
}
.skill-expertise-box p {
    margin-bottom: 0;
    border-left: 5px solid #133b8a;
    padding-left: 20px;
    font-family: 'Epilogue', sans-serif;
    font-size: 20px;
    font-weight: 600;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#Salesforce-hero {
    overflow: visible;
    width: 100%;
    background-image: url(../img/bg-banner.jpg);
    background-size: cover;
    position: relative;
}

#Salesforce-hero h1 {
    font-size: 45px;
    line-height: 1.2;
    color: #020842;
    text-align: left;
    font-weight: 600;
}

#Salesforce-hero h1 span {
    color: #0132b8;
    border-bottom: 2px solid #0132b8;
}

#Salesforce-hero .Salesforce-hero-details p {
    font-size: 20px;
}

.form-container form {
    width: 100%;
}

.form-container {
    position: relative;
    width: 70%;
    padding: 30px;
    background-color: #133b8a;
    border-radius: 0 0 30px 0;
    color: #ffffff;
    height: auto;
    outline: 2px solid #0132b8;
    outline-offset: 8px;
    display: flex;
    margin: 0 auto;
    margin-bottom: -15%;
}

.form-container input,
.form-container textarea {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    color: #ffffff !important;
    padding: 10px;
    width: 100%;
}

.form-container input::placeholder,
.form-container textarea::placeholder {
    color: #ffffff !important;
    opacity: 1;
}

.form-container input:focus,
.form-container textarea:focus {
    outline: none;
    box-shadow: none;
}

.form-container input#submit {
    background: #fff !important;
    color: #1b3d7c !important;
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    border-radius: 0 0 20px;
}

.form-container .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    display: none;
}

.form-container .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff !important;
    font-size: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    display: none;
}

.form-container .wpcf7-form label.error {
    color: #fff;
    font-size: 1em;
    float: none;
    padding-left: 5px;
}

/*--------------------------------------------------------------
# Empowering Section
--------------------------------------------------------------*/
#empowering {
    background: #e9f0ff;
    padding-top: 8%;
}

#empowering .empowering-content p {
    font-size: 18px;
    font-weight: 500;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.achievement-count {
    background: #133b8a;
    padding: 60px;
    border-radius: 25px;
    position: relative;
    z-index: 2;
}

.counts {
    margin-bottom: -16%;
    padding: 70px 0 60px;
    background: #e9f0ff;
    z-index: 2;
}

.counts .count-box {
    padding: 30px 30px 25px 30px;
    width: 100%;
    text-align: center;
}

.counts .count-box span {
    font-size: 60px;
    color: #309df1;
    font-weight: 700;
}

.counts .section-title h2 {
    color: #fff;
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-size: 24px;
    color: #f1f6ff;
}

.counts .col-lg-4.col-md-6:first-child {
    display: none !important;
}
#counts .more-text {
    border: 1px solid white;
    padding: 25px 15px;
    color: white;
    font-size: 24px;
    width: 90%;
    text-align: center;
    border-radius: 10px;
}
#counts .box-more-text {
    border: 1px solid white;
    padding: 25px 15px;
    color: white;
    font-size: 24px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
}
.counts .box-more-text span {
    font-size: 36px;
    color: #f1f6ff;
    font-weight: 700;
}
.counts .box-more-text p {
    padding: 0;
    margin: 0 auto;
    font-size: 20px;
    color: #f1f6ff;
    text-align: center;
    width: 98%;
}

/*--------------------------------------------------------------
# overview
--------------------------------------------------------------*/
#overview {
    background: #000a25;
    padding-top: 250px;
}

#overview .section-title h2 {
    color: #fff;
}
#overview p {
    color: #fff;
    font-size: 18px;
}
.overview-img img {
    width: 100%;
}

.overview-content {
    width: 90%;
}

.overview-content h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.overview-content p {
    font-size: 18px;
    color: #fff;
}

#overview-mobile-sec p {
    font-size: 18px;
    color: #fff;
}

/*mobile*/
#overview-mobile-sec {
    background: #000a25;
}

.overview-mobile-sec-title h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.overview-mobile-sec-main h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.overview-mobile-sec-main p {
    font-size: 18px;
    margin-top: 15px;
    color: #fff;
}

/*--------------------------------------------------------------
# genaral css
--------------------------------------------------------------*/
.section-title h2 {
    font-size: 40px;
    font-weight: 600;
}

.section-title p {
    font-size: 18px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#our-approach {
    background: #e9f0ff;
}

#our-approach .section-title p {
    font-size: 18px;
}

#our-approach .service-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
}

#our-approach .service-box h4 {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

#our-approach .service-box p {
    font-size: 18px;
    color: #000;
}

#our-approach .service-box .number {
    background: linear-gradient(293deg, rgba(255, 229, 230, 1) 0%, rgba(209, 247, 236, 1) 50%, rgba(171, 239, 248, 1) 100%);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

/*--------------------------------------------------------------
# Comrehensive
--------------------------------------------------------------*/
#comprehensive {
    background-image: url(../img/Comprehensive-bg.jpg);
    background-size: cover;
}

#comprehensive .section-title {
    color: #fff;
}

.comp-img {
    padding-left: 50px;
}

.comp-content {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 7px;
    border-radius: 30px;
}

.comp-details p {
    color: #000;
    margin-bottom: 0;
    padding-left: 50px;
    font-size: 22px;
}

/*--------------------------------------------------------------
# our-specialties
--------------------------------------------------------------*/
#our-specialties {
    background: #e9f0ff;
}

.special-img img {
    width: 100%;
}

/*--------------------------------------------------------------
# salesforce-why-choose
--------------------------------------------------------------*/
#salesforce-why-choose {
    background: #000a25;
    color: #fff;
}

.salesforce-why-choose-box {
    border: 1px solid #00227b;
    border-radius: 10px;
    padding: 25px;
    height: 100%;
}

.salesforce-why-choose-img {
    background: #00227b;
    width: fit-content;
    padding: 15px;
    border-radius: 10px;
}

.salesforce-why-choose-box h4 {
    font-size: 24px;
    margin-top: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.salesforce-why-choose-box p {
    font-size: 18px;
}

.salesforce-why-choose-img img {
    width: 40px;
}

/*--------------------------------------------------------------
# vertex-insights-sec
--------------------------------------------------------------*/
#vertex-insights-sec {
    width: 100%;
    background-image: url(../img/bg-banner.jpg);
    background-size: cover;
}

.vertex-insights-sec-slide .new-blog {
    position: absolute;
    top: 0px;
    right: 65px;
}

.vertex-insights-sec-slide {
    margin: 10px;
    position: relative;
}

.vertex-insights-sec-content {
    background: #fff;
    padding: 10px;
    width: 60%;
}

.vertex-insights-sec-content {
    background: #fff;
    padding: 20px 30px;
    width: 60%;
    position: absolute;
    top: 20%;
    right: 0;
    left: 0%;
    border-radius: 10px;
}

.vertex-insights-sec-img {
    width: 75%;
}
.vertex-insights-sec-img img {
    margin-left: 20%;
    width: 100%;
    border-radius: 30px;
    object-fit: fill;
    height: 400px;
}
.vertex-insights-sec-content h2 {
    font-size: 24px;
    font-weight: 700;
}

.vertex-insights-sec-content p {
    font-size: 18px;
}

.vertex-insights-sec-btn a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.vertex-insights-sec-btn i.fa.fa-chevron-right {
    font-size: 18px;
    padding-left: 5px;
}

.vertex-insights-sec-slider img.left.slick-arrow {
    rotate: 90deg;
    position: absolute;
    left: -5%;
    top: 50%;
    cursor: pointer;
}

.vertex-insights-sec-slider img.right.slick-arrow {
    rotate: -90deg;
    position: absolute;
    right: -5%;
    top: 50%;
    cursor: pointer;
}

/*--------------------------------------------------------------
# numerous
--------------------------------------------------------------*/
.numerous-main {
    display: flex;
    flex-wrap: wrap;
    width: 97%;
    justify-content: center;
}

.numerous-img img {
    width: 100%;
}

.numerous-img {
    margin-right: 15px;
    padding: 10px;
}
section#numerous .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: flex
;
    align-items: center;
}
section#numerous img.right.slick-arrow {
    rotate: -90deg;
    position: absolute;
    right: -5%;
    top: 50%;
    cursor: pointer;
    z-index: 11111;
}
section#numerous img.left.slick-arrow {
    rotate: 90deg;
    position: absolute;
    left: -5%;
    top: 50%;
    cursor: pointer;
    z-index: 11111;
}
section#numerous {
    z-index: 0000;
    position: relative;
}
/*--------------------------------------------------------------
# salesforce-form-sec
--------------------------------------------------------------*/
#salesforce-form-sec {
    background-image: url('../img/Looking to enhance bg.jpg');
    background-size: cover;
}

.salesforce-form-sec-content h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.salesforce-form-sec-content p {
    font-size: 18px;
    color: #fff;
}

.sales-form {
    background: #133b8a;
    padding: 20px;
    border-radius: 10px;
    width: 85%;
}

.sales-form input {
    background: unset;
    border-bottom: 1px solid #fff !important;
    border: unset;
    width: 100%;
    color: #fff;
}

.sales-form input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-button {
    width: 100% !important;
    padding: 5px !important;
    border-radius: 5px !important;
    border: unset !important;
    font-size: 18px !important;
    background: #fff !important;
    color: #1b3d7c !important;
    font-weight: 600 !important;
}

.sales-form .form-control {
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 1rem;
    font-weight: 400;
    background-color: unset;
    background-clip: padding-box;
    border-bottom: 1px solid #fff !important;
    border-radius: unset;
    border: unset;
    color: #fff;
    font-size: 18px;
}

.sales-form input::placeholder,
.sales-form textarea::placeholder {
    color: #ffffff !important;
    opacity: 1;
}

.sales-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff !important;
}

.sales-form p {
    margin: 0;
}

.sales-form .wpcf7-form label.error {
    color: #fff;
    font-size: 1em;
    float: none;
    padding-left: 5px;
}

/*--------------------------------------------------------------
# effluent-faq
--------------------------------------------------------------*/
#effluent-faq {
    background: #e9f0ff;
}

.effluent-faq .faq-list ul {
    list-style: none;
}

.effluent-faq .faq-list li+li {
    margin-top: 15px;
    padding: 0px;
    border-radius: 0px;
    position: relative;
}

.effluent-faq .faq-list a {
    display: block;
    position: relative;
    line-height: 24px;
    font-weight: 500;
    padding: 0 10px 0px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 20px;
}

.effluent-faq .faq-list li {
    border-bottom: 2px solid #818181;
    margin-bottom: 20px;
}

.effluent-faq .faq-list .icon-show,
.effluent-faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.effluent-faq .faq-list p {
    margin-bottom: 0;
    padding: 15px;
    font-size: 18px;
}

.effluent-faq .faq-list .icon-show {
    display: none;
}

.effluent-faq .faq-list a.collapsed {
    color: #000;
    transition: 0.3s;
}

.effluent-faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.effluent-faq .faq-list a.collapsed .icon-close {
    display: none;
}

/*--------------------------------------------------------------
# responsive
--------------------------------------------------------------*/

@media only screen and (max-width: 1399px) and (min-width: 1300px) {
    .numerous-img {
        margin-right: 6px;
    }

    .numerous-main {
        width: 100%;
    }

    #Salesforce-hero h1 {
        width: 100%;
        font-size: 47px;
    }

    .practice-area-box p {
        min-height: 140px;
    }
}

@media only screen and (max-width: 1299px) and (min-width: 1200px) {
    .numerous-img {
        margin-right: 6px;
    }

    .numerous-main {
        width: 100%;
    }

    #Salesforce-hero h1 {
        width: 100%;
        font-size: 47px;
    }

    .practice-area-box p {
        min-height: 140px;
    }
}

/* iPad Air & Pro */
@media screen and (max-width: 1199.98px) {
    #Salesforce-hero h1 {
        font-size: 40px;
    }

    .form-container {
        width: 100%;
    }

    #empowering .section-title h2 {
        font-size: 30px;
    }

    #empowering .empowering-content p {
        font-size: 15px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .section-title p {
        font-size: 15px;
    }

    .counts .count-box span {
        font-size: 45px;
    }

    .counts .count-box p {
        font-size: 19px;
    }

    #overview {
        padding-top: 150px;
    }

    .overview-content {
        width: 100%;
    }

    .overview-content h2 {
        font-size: 30px;
    }

    .overview-content p {
        font-size: 15px;
    }

    #our-approach .section-title p {
        font-size: 15px;
    }

    #our-approach .service-box h4 {
        font-size: 25px;
    }

    #our-approach .service-box p {
        font-size: 15px;
    }

    .comp-details p {
        font-size: 20px;
        padding-left: 35px;
    }

    .vertex-insights-sec-content h2 {
        font-size: 20px;
    }

    .vertex-insights-sec-content p {
        font-size: 15px;
    }

    .vertex-insights-sec-img img {
        margin-left: 16%;
        object-fit: cover;
    }
    .vertex-insights-sec-slide .new-blog {
        right: 61px;
    }

    .vertex-insights-sec-slider img.right.slick-arrow {
        right: -4%;
    }

    .vertex-insights-sec-slider img.left.slick-arrow {
        left: -4%;
    }

    .sales-form {
        width: 100%;
    }
}

/* iPad Mini */
@media screen and (max-width: 991.98px) {

    #Salesforce-hero h1 {
        font-size: 33px;
    }

    #Salesforce-hero .Salesforce-hero-details p {
        font-size: 18px;
    }

    .form-container input,
    .form-container textarea {
        margin-bottom: 0px;
    }

    #empowering .section-title h2 {
        font-size: 22px;
    }

    #empowering .empowering-content p {
        font-size: 12px;
    }

    .counts .count-box {
        padding: 15px;
    }

    .overview-content h2 {
        font-size: 25px;
    }

    .overview-content p {
        font-size: 15px;
        line-height: 20px;
    }

    .section-title h2 {
        font-size: 25px;
    }

    .comp-details p {
        font-size: 15px;
        padding-left: 25px;
    }

    .vertex-insights-sec-img img {
        margin-left: 25%;
        object-fit: fill;
    }
    .vertex-insights-sec-slide .new-blog {
        right: 44px;
    }

    .vertex-insights-sec-content h2 {
        font-size: 28px;
    }

    .vertex-insights-sec-content p {
        font-size: 18px;
    }

    .salesforce-form-sec-content h2 {
        font-size: 30px;
    }

    .effluent-faq .faq-list a {
        font-size: 17px;
    }
}

/* Mobile */
@media screen and (max-width: 767.98px) {

    #empowering {
        padding-top: 15%;
    }

    #empowering .empowering-content p {
        font-size: 18px;
    }

    .empowering-img {
        margin-bottom: 25px;
    }

    .counts {
        margin-bottom: 0;
    }

    #overview {
        padding-top: 100px;
    }

    .overview-text {
        color: #fff;
    }

    .ov-img {
        margin-bottom: 25px;
    }

    .vertex-insights-sec-content {
        padding: 20px;
        width: 86%;
        top: 15%;
    }

    .vertex-insights-sec-img img {
    width: 100%;
    margin: 0;
    object-fit:cover ;
}
.vertex-insights-sec-slide .new-blog {
    right: 0;
}
.vertex-insights-sec-img {
    width: 100%;
}

    .vertex-insights-sec-slide {
        margin: 0px;
        position: relative;
    }

    .vertex-insights-sec-content h2 {
        font-size: 24px;
    }

    .vertex-insights-sec-content p {
        font-size: 16px;
    }

    #vertex-insights-sec {
        padding-bottom: 60px;
    }

    .vertex-insights-sec-slider img.left.slick-arrow {
        left: 33% !important;
        top: 104% !important;
    }

    .vertex-insights-sec-slider img.right.slick-arrow {
        right: 33% !important;
        top: 104% !important;
    }

    .numerous-img img {
        width: 95%;
    }

    .numerous-main {
        width: 100%;
    }

    .numerous-img {
        margin-right: -5px;
    }
}