@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&amp;display=swap');

body {
    font-family: Nunito Sans !important;
    font-size: 17px;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/*other color and css*/
.bx-1 {
    background: #3bc4e4;
}

.bx-2 {
    background: #595959;
}

.bx-3 {
    background: #4bc4d8;
}

.bx-4 {
    background: #bfbebe;
}

.bx-5 {
    background: #1cbcd8;
}

.bx-6 {
    background: #7b7b7a;
}

.bx-7 {
    background: #e5f4f9;
}

.bx-8 {
    background: #edeff0;
}

.txt-1 {
    color: #38c3e2 !important;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-110 {
    max-width: 110px;
}

.w-130 {
    max-width: 130px;
}

.w-140 {
    max-width: 140px;
}

.w-150 {
    max-width: 150px;
}

.w-180 {
    max-width: 180px;
}

.w-250 {
    max-width: 250px;
}

.w-300 {
    max-width: 300px;
}

.h-29 {
    max-height: 29px;
}

.h-70 {
    max-height: 70px;
}

.h-80 {
    max-height: 80px;
}

.h-90 {
    height: 90px;
}

.h-96 {
    height: 96%;
}

.h-97 {
    max-height: 97px;
}

.fw-x {
    font-weight: 900 !important;
}

.border-dash {
    border: 2px dashed #eee;
}

.bottom-20 {
    bottom: 20%;
}

.bottom-10 {
    bottom: 10%;
}

.display-7 {
    font-size: 26px;
    font-weight: 300;
}

.line-h {
    line-height: 1.2;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.font-15 {
    font-size: 15px;
    line-height: 20px;
}

.main-border-color {
    border: solid #1e4098 !important;
}

.btn.main-color.bg-white {
    background: #fff;
    color: #1e4098;
}

.btn {
    background: #1e4098;
    color: #fff;
    padding: 8px 23px;
    box-shadow: 0px 2px 10px #999;
    font-weight: 500;
    border-radius: 0;
}

.btn:hover,
.btn:focus {
    background-color: #33475c;
}

.main-bg {
    background: #1e4098 !important;
}

.main-color {
    color: #1e4098;
}

.blue-color {
    color: #33485d;
}

.gray-bg {
    background: #4b4a4c;
}

.blue-bg {
    background: #33475c !important;
}

.light-gray-bg {
    background: #ededed;
}

.light-bg-1 {
    background: #fbfbfb;
}

.medium-gray-bd {
    background: #bfbfbf;
}

.text-justify {
    text-align: justify !important;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.border-main-color {
    border: 5px solid #1cbcd8;
}

.border-color-1 {
    border-color: #1cbcd8 !important;
}

.border-color-2 {
    border-color: #4aa2b6 !important;
}

.shadow-dark {
    box-shadow: 6px 10px 20px #999;
    ;
}

.line-height18 {
    line-height: 18px;
}

.top-40 {
    top: 40% !important;
}

.z-index-0 {
    z-index: 0;
}


.z-index-2 {
    z-index: 2;
}

a.btn.bg-white.blue-color {
    color: #000;
}

a.btn.bg-white.blue-color:hover,
a.btn.bg-white.blue-color:focus {
    color: #fff;
    background: transparent !important;
}

.lead {
    font-size: 1.125rem;
}

/*nav-top*/
header .container {
    position: relative;
}

.nav-top {
    position: relative;
    background: #1e4098;
}

.nav-top p {
    line-height: 45px;
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
}

.quotes {
    display: none;
}

.client-sec {
    display: block;
}

/*title-heading*/
.main-heading hr {
    border: 2px solid #1e4098;
    opacity: 1;
    width: 100px;
}

.title {
    font-size: 2.5rem;
    line-height: 70px;
    color: #595959;
    font-weight: 800;
    text-align: center;
}

.sub-title {
    font-size: 1.5rem;
    line-height: 40px;
    color: #1e4098;
    font-weight: 400;
    text-align: center;
}

/*title-heading*/

section {
    position: relative;
}

/*sec-3*/
.home-pg .sec-3 figure .back-cont {
    opacity: 0;
    transition: .5s;
    background: #1e4098;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    border-radius: 15px;
    box-shadow: 7px 10px 30px #999;
    text-align: center;
    padding: 30px 0px;
}

.home-pg .sec-3 figure:hover .back-cont {
    opacity: 1;
}

.home-pg .sec-3 figure figcaption h4 {
    position: relative;
    top: -15px;
}

.home-pg .sec-3 figure figcaption p.lead {
    font-weight: 600 !important;
    margin-bottom: 0;
}

.home-pg .sec-4 figure img {
    filter: grayscale(1);
    opacity: .8;
    transition: .3s;
}

.home-pg .sec-4 figure:hover img {
    filter: grayscale(0);
    opacity: 1;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.home-pg .counts {
    background: url(../images/Doted-BG-02.png);
    background-size: 100% 100%;
}

.home-pg .counts .container {
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
}

/*--------------------------------------------------------------
# sec-4
--------------------------------------------------------------*/
.cont-sec p {
    text-align: justify;
    font-size: 20px;
}

.client-sec img {
    filter: grayscale(0);
    transition: .5s;
}

.client-sec img:hover {
    filter: grayscale(100%);
}

.img-responsive {
    max-width: 100%;
}

.client-sec {
    display: none;
}


/*client-sec-hm*/
.client-sec-hm img {
    filter: grayscale(100%);
}

.client-sec-hm img:hover {
    filter: grayscale(0);
}



/*event-bx*/
.home-pg .sec-7 .event-bx,
.sec-7 .event-bx {
    position: relative;
    margin: 40px auto;
    text-align: center;
    border-radius: 10px;
}

.home-pg .sec-7 .main-bg {
    box-shadow: 0px 5px 30px -7px #000;
    position: relative;
    border-radius: 2px;
    z-index: 1;
}

.home-pg .sec-7 .event-bx img,
.sec-7 .event-bx img {
    width: 50px;
    margin: 0 auto;
}

.home-pg .sec-7 .event-bx .col-5,
.sec-7 .event-bx .col-5 {
    border-right: 5px solid #fff;
}

.home-pg .sec-7 .main-bg h4 span,
.sec-7 .main-bg h4 span {
    font-weight: 700;
}

.home-pg .sec-7 .event-bx .btn:hover {
    color: #fff;
    background: #1e4098;
}

/*event-bx*/


/*client-bx*/
.home-pg .sec-8 .client-bx figure {
    padding: 0px;
}

.home-pg .sec-8 .w-25 {
    width: 90px !important;
}

.home-pg .sec-8 .client-sec {
    width: 70%;
    margin: 0 auto;
    padding-top: 70px;
}

/*client-bx*/
/*sec-9*/
.home-pg .sec-9 {
    position: relative;
    background-size: 100% 100%;
    margin-bottom: 30px;
}

.home-pg .sec-9 .title {
    color: #1e4098;
}

.home-pg .sec-9 figure.position-relative:hover .img-221 {
    opacity: 0;
}

.home-pg .sec-9 figure.position-relative img {
    transition: .5s;
}

.home-pg .sec-9 figure.position-relative .img-222 {
    opacity: 0;
}

.home-pg .sec-9 figure.position-relative:hover .img-222 {
    opacity: 1;
}

.home-pg .sec-9 .container {
    transition: .5s;
}

.home-pg .sec-9 .container .eft-hvr:hover .position-md-absolute {
    display: none;
}

/*sec-9*/
/*sec-10*/
.sec-10 {
    position: relative;
}

.home-pg .sec-10 .btn {
    color: #fff;
    border: 2px solid #fff;
    font-size: 20px;
}

.home-pg .sec-10 .btn:hover {
    color: #fff;
    background: #33475c;
}

section {
    overflow: hidden;
}

/*sec-10*/

/*sap-home-pg*/
.home-pg .accordion-button,
.inner-page .accordion-button {
    border-bottom: 1px solid #f2f2f2 !important;
    color: #111;
}

.home-pg .accordion-button:focus,
.inner-page .accordion-button:focus {
    box-shadow: none;
    border-bottom: #f5f5f5;
    background: transparent;
}

.home-pg .accordion-button:not(.collapsed),
.inner-page.accordion-button:not(.collapsed) {
    color: #33475c;
    background: transparent;
}



/*navbar*/
.header-menu .navbar {
    background-color: #EDEDED;
    z-index: 9999;
}

.header-menu .navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-weight: 700;
}

.navbar-nav a {
    font-size: 15px;
}

.navbar-brand {
    width: 200px;
    padding: 0;
}

.navbar-expand-lg .navbar-collapse {
    position: relative;
}

.nav-link:hover,
.nav-link:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e4098;
}

.column a:focus,
.column a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e4098;
    border-radius: 3px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

/*navbar*/
.column {
    width: 33.3%;
    padding: 5px;
    text-align: left;
    float: left;
}

.column p {
    margin-bottom: 0;
}

.column a {
    display: block;
    color: #000;
    padding: 2px 10px;
    text-decoration: none;
}

.header-menu .navbar-nav>li {
    position: inherit;
    padding: 13px 0;
    cursor: pointer;
}

.navbar-nav .nav-link.active {
    color: #1e4098 !important;
    font-weight: 600;
}

.mobile-btn {
    display: none;
}

@media(max-width:768px) {
    .mobile-btn {
        display: block;
        width: 180px;
    }

    .desktop-btn {
        display: none;
    }
}

/*navbar*/
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }

    .position-md-absolute {
        position: absolute;
    }
}

@media (min-width: 1023px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .navbar-collapse {
        position: relative;
    }
}

@media screen and (max-width: 1200px) {

    .home-pg .slide-bx img,
    .slide-bx img {
        width: 150px;
    }

    .home-pg .slide-bx,
    .slide-bx {
        margin: 10px 30px 30px;
    }

    footer .social-lnk .d-flex {
        display: inline !important;
    }

    footer .social-lnk ul li {
        display: inline-block;
    }

}

@media screen and (max-width: 991px) {
    body {
        font-size: 16px;
    }

    .social-icn-sec .fa-4x {
        font-size: 3em;
    }

    .home-pg .slick-list {
        width: 80%;
    }

    footer .footer-cont-info img {
        max-width: 300px;
    }

    .lead {
        font-size: .9rem;
    }

    .nav-top p {
        font-size: 15px;
        line-height: 30px;
    }

    .btm-bx {
        padding: 15px;
    }

    .other-detail .px-4 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .cont-bx figcaption p {
        font-size: 14px;
        word-break: break-word;
    }

    .cont-bx figcaption {
        padding: 5px 10px;
    }

    .cont-bx figcaption p i {
        padding: 5px 15px;
    }

    .cont-bx img {
        width: 100%;
    }

    .home-pg .slide-bx {
        margin: 10px 15px 30px;
    }

    .home-pg .slick-slider .slick-prev {
        left: 16%;
    }

    .home-pg .slick-slider .slick-next {
        right: 16%;
    }

    .header-menu .navbar-nav>li {
        padding: inherit;
    }

    .navbar-nav .nav-link {
        padding-left: 10px;
    }


    .soft-bx.m-3 {
        margin: 1rem 0 !important;
    }

    .sap-ind-pg .p-5 {
        padding: 1rem !important;
    }

    .sap-home-pg .px-5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .inner-page .res1 .col-lg-4 .hr-peals-pg,
    .inner-page .res1 .col-lg-4 .main-bg.rounded-5 {
        max-width: 350px;
        margin: 0 auto;
    }

    .position-md-relative {
        position: relative !important;
    }
}

@media (max-width: 767px) {
    .side-social-icn {
        font-size: 16px;
        line-height: 21px;
    }

    .container.border.border-4,
    .container.border.border-3,
    .container.border.border-2 {
        border: 0 !important;
    }


    body {
        font-size: 15px;
    }

    .home-pg .sec-3 .col-lg-3 figure {
        text-align: center;
    }

    .home-pg .slick-list {
        width: 100%;
    }

    footer .footer-btm p {
        text-align: center !important;
    }

    .title {
        font-size: 2rem;
        line-height: 40px;
    }

    section {
        padding: 30px 0;
    }

    .home-sec .sec-7 .event-bx,
    .sec-7 .event-bx {
        margin: 20px auto;
    }

    .counts .count-box {
        padding: 10px 15px;
    }

    .nav-top p {
        line-height: 25px;
        font-size: 14px;
    }

    .btm-bx-sec .fa-4x {
        font-size: 3em;
    }

    .journey {
        padding: 60px 0;
    }

    .our-mentors .carousel {
        padding: 50px 15px;
    }

    .fixed-top .navbar-brand {
        width: 200px;
    }

    .fixed-top {
        position: relative;
    }

    .home-sec .sec-2 .row>* {
        width: 50%;
    }

    .home-pg .counts p,
    .home-pg .counts .count-box p,
    .counts .count-box p {
        font-size: 20px;
    }

    section {
        padding: 30px 0;
    }

    .header-menu .navbar-nav>li {
        border-bottom: 1px solid #eee;
    }

    footer .footer-cont-info img {
        max-width: 75%;
    }

    .w-75 {
        max-width: 100%;
        width: initial !important;
    }

    .hrms-pg .sec-1 .col-4 {
        width: 100%;
    }


    .w-200 {
        max-width: 200px;
    }

    .xbrl-pg .carousel-item {
        background-size: auto !important;
        background-position: top center;
    }

    footer .footer-cont-info img {
        max-width: 250px;
    }
}


@media (max-width: 568px) {
    body {
        font-size: 14px;
    }

    .column {
        width: 100%;
        float: inherit;
    }



    .home-pg .slick-track .slick-slide .slide-cont p {
        font-size: 16px;
    }

    .home-pg .slide-bx img {
        width: 130px;
    }

    .container-fluid.px-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .home-pg .counts .count-box h4,
    .counts .count-box h4 {
        font-size: 45px;
    }

    .web-mail-pg .sec-2 img {
        margin: 0 auto;
        width: 200px;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 13px;
    }

    .home-sec .sec-8 .client-bx {
        width: 100%;
    }

    .home-sec .sec-2 .w-75 {
        width: 75% !important;
    }

    footer .social-lnk ul li {
        margin: 2px;
    }

    .xbrl-pg .carousel-item {
        background-size: auto !important;
        background-position: top center;
    }

    .home-pg .client-sec .slide_r .column-carousel .owl-nav .owl-next {
        top: -130px;
        right: -30px;
    }

    .home-pg .client-sec .slide_r .column-carousel .owl-nav .owl-prev {
        top: -130px;
        left: -30px;
    }

}

@media (max-width: 414px) {
    .home-sec .sec-2 .row>* {
        width: 100%;
    }

    .abt-three-bx figure figcaption p {
        padding: 0px 30px 15px;
    }

    .col {
        width: 100%;
        float: inherit;
    }

    .home-pg .sec-2 .col,
    .home-pg .sec-8 .col {
        width: 50%;
    }

    .home-pg .sec-2 .col .w-140,
    .home-pg .sec-8 .col .w-150 {
        max-width: 100px !important;
    }

    .home-pg .sec-3 .col {
        width: auto;
    }

    .lead {
        font-size: 1.0rem;
    }

}

/*extra css*/
/* . {color:#595959;} */
.inner-box h3 {
    position: relative;
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #20418e;
    font-family: 'Roboto', sans-serif;
}

.inner-box .text {
    color: #333;
    padding: 0 5px;
}

.column-carousel .portfolio-item .inner-box {
    border-right: 4px solid #fff;
    background: #fff;
    border-left: 4px solid #fff;
    margin-bottom: 0;
    padding-bottom: 10px;
    transform: scale(1, 1);
    transition: .25s;
    margin-top: 10px;
    box-shadow: 0 2px 3px 3px rgb(0 0 0 / 20%);
    transform: scale(1.05, 1.05);
    transition: .25s;
    min-height: 259px;
    z-index: 1;
    border-radius: 15px;
    padding-top: 15px;
    background: #fff;
}

.portfolio-item .inner-box {
    position: relative;
    border: 5px solid #fff;
    overflow: hidden;
}

.inner-box {
    left: 0;
    top: 0;
    width: 100%;
    transform: scale(1, 1);
}

.portfolio-item a {
    text-decoration: none;
    cursor: pointer;
    color: #20418e;
}

.slick-slider .slick-btn {
    position: absolute;
    top: 50%;
    border: 0;
    background: #d1d1d3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}

.btm-slider .slick-slider .fa {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}

.btm-slider .slick-slider .slick-prev {
    left: 0%;
}

.btm-slider .slick-slider .slick-next {
    right: 0%;
}

.bg_orange {
    background: #f8cd1e;
}

/*extra css*/

/* Our Solutions Section CSS start */
.solution-row {
    display: flex;
    flex-wrap: wrap;
}

.solution-row>[class*="col-"] {
    display: flex;
}

.our-sap-solutions {
    background: #edeff0;
    padding: 50px 0;
}

.sap-solution {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    padding: 25px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #ffffff;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.sap-solution:hover {
    background: #f4f8ff;
    border-color: #1e4098;
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.sap-icon {
    background: #58B25E;
    height: 62px;
    width: 62px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.35s ease;
}

.sap-icon.purple {
    background: #9F84C4;
}

.sap-icon.red {
    background: #F35958;
}

.sap-icon.blue {
    background: #1e4098;
}

.sap-solution:hover .sap-icon {
    transform: scale(1.15) rotate(5deg);
}

.sap-icon i {
    font-size: 30px;
    color: #fff;
}

.sap-content {
    flex-grow: 1;
}

.sap-content h3 {
    color: hsl(0, 0%, 20%);
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    transition: color 0.3s ease;
    text-align: left;
}

.sap-solution:hover .sap-content h3 {
    color: #1e4098;
}

.sap-content p {
    color: hsl(0, 0%, 47%);
    line-height: 28x;
    text-align: left !important;
}

.sap-content a {
    display: inline-block;
    margin-top: 10px;
    color: #1e4098;
    font-weight: 600;
    transition: all 0.3s ease;
}

.sap-content a:hover {
    text-decoration: none;
    color: #014f6e;
}

@media screen and (max-width: 990px) {
    .sap-solution {
        margin-bottom: 25px;
    }
}

/* Our Solutions Section CSS Ends */


/* Service Section CSS Start */
.sap-services-sections,
.government-portal-section {
    padding: 50px 0;
}

.serviceBox {
    text-align: center;
    padding: 0 30px 30px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform 0.4s ease;
    height: 100%;
}

.serviceBox:before,
.serviceBox:after {
    content: "";
    background: #fff;
    border-radius: 20px;
    position: absolute;
    top: 38px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: -1;
    transition: all 0.5s ease;
}

.serviceBox:after {
    background-color: var(--main-color);
    border-radius: 30px;
    top: 55%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.serviceBox .hover-overlay {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: rgba(88, 119, 199, 0.459);
    border-radius: 20px;
    transition: bottom 0.5s ease;
    z-index: -1;
}

.serviceBox:hover .hover-overlay {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.serviceBox .service-icon {
    color: #fff;
    background: var(--main-color);
    font-size: 35px;
    line-height: 67px;
    width: 75px;
    height: 75px;
    margin: 0 auto 60px;
    border-radius: 50%;
    border: 5px solid #fff;
    position: relative;
    transition: transform 0.4s ease;
    flex-shrink: 0;
}

.serviceBox .service-icon i {
    line-height: inherit;
}

.serviceBox .service-icon:before,
.serviceBox .service-icon:after {
    content: '';
    background-color: var(--main-color);
    height: 70px;
    width: 140px;
    border-radius: 0 0 100px 100px/0 0 100px 100px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
}

.serviceBox .service-icon:before {
    height: 10px;
    width: 170px;
    border-radius: 10px 10px 0 0;
    top: auto;
    bottom: 50%;
}

.serviceBox .service-main-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
    text-shadow: 0 4px rgba(0, 0, 0, 0.05);
    margin: 0 0 10px;
    min-height: 48px;
}

.serviceBox .service-main-description {
    color: #999;
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
}


.serviceBox:hover {
    transform: translateY(-10px);
}

.serviceBox:hover .hover-overlay {
    bottom: 0;
}

.serviceBox:hover:before {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.serviceBox:hover .service-icon {
    transform: scale(1.1);
}

.serviceBox.orange {
    --main-color: #f68524;
}

.serviceBox.blue {
    --main-color: #1e4098;
}

.serviceBox.green {
    --main-color: #4CA131;
}

@media only screen and (max-width: 1199px) {
    .serviceBox {
        margin: 0 0 30px;
        min-height: auto;
    }
}

/* Services Section CSS End */

/* Our API Section start */
.api-integration {
    padding: 50px 0;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.vertical-tab {
    display: table;
}

.vertical-tab .nav-tabs {
    display: table-cell;
    width: 28%;
    min-width: 28%;
    border-bottom: none;
}

.tab-content-points li {
    line-height: 34px;
}

.vertical-tab .nav-tabs li {
    float: none;
    vertical-align: top;
}

.vertical-tab .nav-tabs li a {
    display: block;
    padding: 16px;
    margin: 0 10px 5px 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #1e4098;
    border-radius: 0;
    border: none;
    border-top: 3px solid #1e4098;
    border-bottom: 3px solid #1e4098;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a {
    color: #1e4098;
    background: #fff;
    border: none;
    border-top: 3px solid #1e4098;
    border-bottom: 3px solid #1e4098;
}

.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after {
    content: "";
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #1e4098 49%, transparent 50%);
    position: absolute;
    top: -20px;
    left: -20px;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li a:after {
    background: linear-gradient(315deg, #1e4098 49%, transparent 50%);
    top: auto;
    left: auto;
    bottom: -20px;
    right: -20px;
}

.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before {
    top: 0;
    left: 0;
}

.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after {
    bottom: 0;
    right: 0;
}

.vertical-tab .tab-content {
    display: table-cell;
    padding: 10px 20px;
    font-size: 15px;
    color: #50635f;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: justify;
    vertical-align: top;
    border-top: 3px solid #1e4098;
    border-bottom: 3px solid #1e4098;
    position: relative;
}

.vertical-tab .tab-content:before,
.vertical-tab .tab-content:after {
    content: "";
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #1e4098 49%, transparent 50%);
    position: absolute;
    top: 0;
    left: 0;
}

.vertical-tab .tab-content:after {
    background: linear-gradient(315deg, #1e4098 49%, transparent 50%);
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}

.vertical-tab .tab-content h3 {
    font-size: 24px;
    color: #50635f;
    margin: 0 0 5px 0;
}

@media only screen and (max-width: 479px) {
    .vertical-tab .nav-tabs {
        display: block;
        width: 100%;
    }

    .vertical-tab .nav-tabs li {
        margin-bottom: 10px;
    }

    .vertical-tab .nav-tabs li:last-child {
        margin-bottom: 0;
    }

    .vertical-tab .nav-tabs li a {
        padding: 10px;
    }

    .vertical-tab .tab-content {
        display: block;
        padding: 20px 5px 5px;
    }

    .vertical-tab .tab-content h3 {
        font-size: 18px;
    }
}

.fade:not(.show) {
    opacity: 1 !important;
}

/* Our API Section Ends */

/* Testimonials Section CSS Start */
a:hover {
    text-decoration: none;
}

.sap-testimonials {
    background: url('../image/home-bg-1.png');
    width: 100%;
    padding: 50px 0;
}

.testimonial {
    padding: 40px 25px 60px;
    position: relative;
    box-sizing: border-box;
}

.testimonial .pic {
    position: absolute;
    bottom: 0;
    left: 25px;
    width: 80px;
    height: 80px;
    padding: 5px;
    z-index: 2;
    border-top: none;
    box-sizing: border-box;
    border-top: none;
    border-bottom: 3px solid #1e4098;
    border-left: 3px solid #1e4098;
    border-right: 3px solid #1e4098;
    margin-top: 20px;
}

/* .pic img {
   
} */
.testimonial .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.testimonial-review {
    border: 3px solid #1e4098;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px;
}

.testimonial-review p {
    font-style: italic;
    font-weight: normal;
    line-height: 24px;
    padding: 9px 0 0 49px;
    color: #7c7c7c;
    font-size: 15px;
    position: relative;
}

.testimonial-review p:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 30px;
}

.testimonial-title {
    padding: 0 0 0 48px;
    font-size: 15px;
    color: #7c7c7c;
}

.testimonial-title a {
    color: #dc005a;
    font-size: 15px;
}

/* Tesetimonials section ends */
.owl-theme .owl-controls {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
    background: #3e3e3e;
    display: block;
    height: 8px;
    margin: 5px 2.5px;
    width: 30px;
    border-radius: 0;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #dc005a;
}



/* Contact Us Section CSS Start */
.contact {
    background: rgba(244, 244, 244, 1);
    padding: 50px 0;
}


.contact .contact-form .form-group {
    margin: 20px 0;
}

.contact .contact-form .form-group input {
    padding: 10px;
}

.contact .contact-form .message-btn,
.newsletter-mail .message-btn {
    background: #f58324 !important;
    color: #ffffff;
    border-radius: 10px !important;
    padding: 10px 16px;
    font-size: 14px;
    transform: 0.5s;
}

.cont-info-block {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 16px;
}

.cont-info-icnwrapper {
    width: 40px !important;
    height: 40px;
    padding: 10px 10px;
    border: 1px solid #C8C8C8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    background: #F7F7F7;
    justify-content: center;
}

.cont-info-icnbox {
    width: 20px;
    height: 20px;
    border-radius: 8px;
    color: #1e4098;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.18rem;
}

.cont-info-head {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #1e4098;
}

.cont-info-detail {
    word-break: break-all;
    color: #1e4098;
}

.cont-info-detail a {
    color: #1e4098;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
}

svg:not(:root).svg-inline--fa,
svg:not(:host).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.follow {
    color: #1e4098;
    font-size: 18px;
    font-weight: 600;
    text-align: left !important;
}

.follow a {
    text-decoration: none !important;
    border-bottom: none !important;
    outline: none !important;
}

.cont-socialbtn {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #1e4098;
    color: rgb(255, 255, 255);
    transition: background 0.19s;
}

.cont-socialbtn:hover {
    background: #ffffff;
    color: #1e4098;
}

.form-control:focus,
.form-select:focus {
    border-color: #ced4da;
    box-shadow: none;
    outline: none;
}

/* Contact Us Section CSS Ends */

/* Footer Section CSS  Start */
.spa-footer {
    background: url('../image/footer.png') center center no-repeat;
    background-size: contain;
}

.spa-footer .spa-btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.spa-footer .spa-btn-social:hover {
    color: var(--primary);
}



.spa-footer .spa-location-address {
    display: flex;
    color: #ffffff !important;
}

.spa-footer .spa-location-address i {
    margin-top: 5px;
}

.spa-footer a {
    text-decoration: none;
}

.footer-imp-links {
    display: flex !important;
    flex-direction: column !important;
}

.footer-imp-links a {
    line-height: 36px;
}

.footer-imp-links a:hover {
    color: #f68524 !important;
}

/* Footer Section CSS  Ends */


/* Chatbot Box */
.fixed-buttons {
    position: fixed;
    right: 10px;
    bottom: 5%;
    /* transform: translateY(-50%); */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    gap: 150px;
    z-index: 9999;
}

.get-quote {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    background: #1e4098;
    color: #ffffff;
    padding: 16px 10px;
    border-radius: 10px;
    letter-spacing: 3px;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    transition: 0.5s;
    margin-top: 10px;
}


.dual-icon {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

@media (max-width: 1024px) {
    .get-quote {
        display: none;
    }

    .dual-icon {
        display: flex;
        flex-direction: column;
        gap: 100px;
    }
}

.get-quote:hover {
    color: #fff;
}

.icon-btn:hover {
    transform: scale(1.1);
}

.chatbot {
    background: var(--primary);
}

.chatbot img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.chatbot-box {
    position: fixed;
    bottom: 90px;
    right: 25px;
    width: 320px;
    height: 420px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    z-index: 9999;
}

/* Header */
.chatbot-header {
    background: #1e4098;
    color: #fff;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.chatbot-header button {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

/* Body */
.chatbot-body {
    flex: 1;
    padding: 12px;
    overflow-y: auto;
    background: #f5f7ff;
}

.bot-msg,
.user-msg {
    margin-bottom: 10px;
    padding: 8px 10px;
    border-radius: 6px;
    max-width: 80%;
}

.bot-msg {
    background: #e0e7ff;
    color: #000;
}

.user-msg {
    background: #1e4098;
    color: #fff;
    margin-left: auto;
}

/* Footer */
.chatbot-footer {
    display: flex;
    border-top: 1px solid #ddd;
}

.chatbot-footer input {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
}

.chatbot-footer button {
    background: #1e4098;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}

/* Scrollbar width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1e4098;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #16306f;
}


/* CSS of Clients Start */
.sap-client {
    background: url('../image/bg-1.png');
    width: 100%;
}

.sap-client-title {
    font-weight: 700;
    font-size: 49px;
    margin-bottom: 50px !important;
    position: relative;
    z-index: 2;
    color: var(--text-black) !important;
}

@media (max-width: 1024px) {
    .sap-client-title {
        font-size: 30px !important;
        margin-bottom: 20px !important;
    }
}

.sap-client .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sap-client-img img {
    max-width: 100%;
    height: 150px;
    object-fit: contain;
}


/* CSS of Clients Ends */

/*** Banner Hero Header Start ***/
.sap-banner-carousel .sap-banner-item {
    height: 700px;
    position: relative;
}

/* Swiper navigation buttons */
.sap-banner-carousel .sap-banner-prev,
.sap-banner-carousel .sap-banner-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background: var(--bs-white);
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    bottom: 30px;
    z-index: 10;
}

.sap-banner-carousel .sap-banner-prev {
    left: 0;
}

.sap-banner-carousel .sap-banner-next {
    right: 0;
}

.sap-banner-carousel .sap-banner-prev:hover,
.sap-banner-carousel .sap-banner-next:hover {
    box-shadow: inset 0 0 65px 0 var(--bs-primary);
    color: var(--bs-dark);
}

/* Banner caption overlay */
.sap-banner-carousel .sap-banner-caption {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    z-index: 9;
}

.sap-banner-hero {
    background-image: url(../image/SAP-main-banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 700px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.sap-banner-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.6));
    z-index: -1;
}


.hero-bg-half-1 {
    background-image: url(../image/Banner-img-1.png);
    clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(10%);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
}

.hero-bg-half-2 {
    background-image: url(../image/Banner-img-2.png);
    clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(10%);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
}

/* Responsive */
@media (max-width: 991px) {

    .sap-banner-carousel,
    .sap-banner-carousel .sap-banner-item {
        height: 700px;
    }

    .sap-banner-carousel .sap-banner-caption {
        padding-top: 45px;
    }
}

/* Popup wrapper */
.popup {
    display: none;                 
    position: fixed;
    inset: 0;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.4);
    align-items: center;
    justify-content: center;
    z-index: 9999;
}


.popup.show {
    display: flex;
}


.popup-content {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    width: 600px;
    max-width: 90%;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popup-content h2 {
    margin-bottom: 15px;
}

.popup-content input,
.popup-content textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.popup-content button {
    width: 100%;
    background: #d35400;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.popup-content button:hover {
    background: #e67e22;
}


.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}
