body {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    overflow-x: hidden;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 0 10px;
}

.row {
    margin: 0 -10px;
    align-items: center;
}

a:hover, a:focus, button:hover, button:focus {
    outline: none;
}

section {
    padding: 100px 0;
    clear: both;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    color: #1e1b1b;
}

p {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

img {
    max-width: 100%;
}

textarea {
    resize: none
}

    input.required.error, textarea.required.error, select.required.error {
        border-bottom: red 2px solid !important;
    }

label.error {
    display: none !important;
}

span, b {
    vertical-align: baseline;
}

select {
    -webkit-appearance: listbox !important;
}

.container {
    max-width: 1440px;
    padding: 0 10px;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}


    a.logo img {
        max-width: 180px;
        transition: .5s all;
    }


/*Reset Css*/

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    background: #000;
}

header {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 3;
    background: #ffffff;
}

    header .row {
        align-items: center;
    }

    header ul li {
        display: inline-flex;
        padding: 25px 15px;
        position: relative;
        z-index: 9;
        transition: .5s all;
    }

.nav-link {
    padding: 0;
}

header ul li > a {
    color: #000000 !important;
    font-weight: 500 !important;
    transition: .5s all !important;
    font-size: 15px !important;
    text-transform: capitalize;
    display: inline-flex !important;
    align-items: center;
    padding-block: 10px;
}

a.menu-bottom {
    display: none;
}

header ul {
    position: relative;
    text-align: right;
    display: flex;
    justify-content: right;
    align-items: center;
    margin-right: 25px;
}

    header ul li ul.sub-menu {
        position: absolute;
        top: 70%;
        text-align: left;
        display: block;
        background: #193773;
        width: 12rem;
        margin: 0;
        display: none;
    }

        header ul li ul.sub-menu li {
            padding: 0;
            display: block;
            border-bottom: 1px solid #333;
            width: 100%;
        }

            header ul li ul.sub-menu li a {
                padding: 15px;
                display: block !important;
                width: 100%;
                color: #fff !important;
            }

    header ul li:hover ul.sub-menu {
        display: block;
    }

    header ul li ul.sub-menu li a:hover, header ul li ul.sub-menu li a:active, header ul li ul.sub-menu li a:focus {
        background: #2aa1e9;
    }

    header ul li .fa-angle-down {
        margin-left: 5px;
    }

img {
    max-width: 100%;
}


.btn {
    padding: 10px 10px 10px 30px;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 500;
    text-align: center;
    transition: .5s all;
    position: relative;
    z-index: 1;
    border-radius: 40px;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    display: inline-flex;
    align-items: center;
    border: none;
    background: #193773 !important;
}


h2 {
    font-size: 2.8125rem;
    font-weight: 800;
    margin: 0 0 25px;
    line-height: 50px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

.our-banner {
    padding: 130px 0;
    z-index: 2;
    background: url("../images/main-banner.jpg") no-repeat;
    background-size: cover;
    background-position: 50%;
}

header .container-fluid {
    max-width: 1650px;
}

header ul li.btn-phone a.btn-head {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

a:hover {
    color: #000000 !important;
}

.heading {
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}

.top-bar {
    padding: 12px 0;
    z-index: 5;
    position: relative;
    text-align: center;
    background: #00A1EB;
}

header .btn-block.text-right {
    text-align: right;
}



header ul li:first-child {
    padding-left: 0;
}

header ul li:last-child {
    padding-right: 0;
}


header ul li a:hover {
    color: #ff7623 !important;
}

.btn.btn-red {
    background: #F66608;
    border-color: #F66608;
    color: #fff !important;
}

.copy {
    padding: 80px 0 0;
}

    .copy .row {
        margin: 0;
        align-items: center;
    }

    .copy p {
        margin: 0;
        color: #4f4f4f;
        font-size: 14px;
        text-align: left;
    }

    .copy ul {
        text-align: center;
        margin: 0;
        height: 100%; /* adjust to control the size  */
        background: #193773;
        --r: calc(100% - 15px);
        --p: 15px;
        clip-path: polygon(var(--p) 0%, var(--r) 0%, 100% 50%, var(--r) 100%, var(--p) 100%, 0% 50%);
        padding: 10px 0;
        position: relative;
        z-index: 1;
    }

        .copy ul li {
            display: inline-block;
            padding: 0 15px;
            position: relative;
            z-index: 1;
        }

            .copy ul li:last-child {
                padding-right: 0;
            }

            .copy ul li a {
                color: #ffffff !important;
                font-size: 18px;
                font-weight: 500;
            }

            .copy ul li:before {
                position: absolute;
                content: "";
                left: -3px;
                top: 3px;
                bottom: 0;
                width: 5px;
                height: 1px;
                background: #ffffff;
                margin: auto;
            }

.heading.text-center h2:last-child {
    margin-bottom: 0;
}

.info-banner h1 > span {
    display: inline;
    position: relative;
    z-index: 1;
    color: #f4cd50;
}

.btn-block .btn:last-child {
    margin-left: 12px;
}


.info-banner h1 {
    color: #fff;
    font-size: 4rem;
    font-weight: 800;
    line-height: 75px;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.info-banner p {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 60px;
}



.head-btn {
    text-align: right;
    width: calc(100% + 25px);
    display: flex;
    justify-content: space-between;
}

.btn img {
    color: #000;
    transform: rotate(0deg);
    transition: .5s all;
}

.btn:hover img {
    transform: rotate(360deg);
}

.btn.btn-white {
    background: #fff !important;
    color: #000 !important;
}

    .btn.btn-white::before {
        display: none;
    }

.heading.text-center p {
    width: 70%;
    margin: 0 auto;
}


.btn.btn-black {
    background: #000 !important;
    color: #fff !important;
}

    .btn.btn-black::before {
        display: none;
    }




.form-control {
    height: 55px;
    border: 2px solid #2c1864;
    margin-bottom: 10px;
    padding: 12px 20px;
    font-size: 15px;
}

textarea.form-control {
    height: 110px;
    margin-bottom: 20px;
}

button.btn.btn-blue {
    display: flex;
    width: 100%;
    font-size: 1.375rem !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-block: 10px;
    justify-content: center;
    align-items: center;
}


div.popupform {
    width: 930px;
    height: 620px;
    background: url("../images/bg-popup.jpg") no-repeat;
    background-size: 100%;
    padding: 60px 30px 30px 0px;
    shape-outside: padding-box;
    background-position: 50%;
    border-radius: 30px;
    border: 5px solid #fff;
}

.popup-content {
    padding-inline: 55px 0;
    text-align: center;
}

    .popup-content button.btn.btn-blue {
        background: #000 !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        border-radius: 18px;
    }

        .popup-content button.btn.btn-blue::before {
            display: none;
        }

div.popupform .row {
    align-items: stretch;
}

.popup-content textarea.form-control {
    height: 90px;
    margin-bottom: 15px;
}

.popup-content .form-control {
    border: none;
    height: 50px;
}

.popup-content h4 {
    color: #fff;
    width: 85%;
    margin: 0 auto 30px;
    font-size: 2rem;
    font-weight: 600;
}

.custom-pop h3 {
    text-align: center;
    font-weight: 700;
    font-size: 2.3125rem;
    margin-right: -40px;
    line-height: 2.5rem;
    color: #fff;
}


div.popupform button.fancybox-button.fancybox-close-small {
    background: url("../images/pop-close.png") no-repeat;
    width: 29px;
    height: 30px;
    background-size: 100%;
    opacity: 1;
    right: 10px;
    top: 8px;
}

    div.popupform button.fancybox-button.fancybox-close-small svg {
        display: none;
    }

.btn-blue::before {
    background: #2A1760;
    background: linear-gradient(90deg, rgba(42, 23, 96, 1) 0%, rgba(82, 58, 221, 1) 100%);
}

.btn-blue:hover {
    color: #fff !important;
}

.btn > span {
    background: #00A1EB;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
}

a.btn.btn-blue2 {
    background: #00A1EB !important;
    color: #fff !important;
}

    a.btn.btn-blue2 > span {
        background: #193773;
    }


ul.social-links {
    display: flex;
    gap: 10px;
}

    ul.social-links li {
        width: 36px;
        height: 36px;
        background: #ffffff21;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
    }

        ul.social-links li svg {
            color: #fff;
        }

        ul.social-links li a {
            width: 100%;
            display: flex;
            justify-content: center;
            height: 100%;
            align-items: center;
        }

a.btn-top1 {
    font-size: 1.625rem;
    font-weight: 700;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    margin-right: 40px;
    position: relative;
    z-index: 1;
}

    a.btn-top1::before {
        position: absolute;
        content: "";
        background: #fff;
        width: 2px;
        height: 70%;
        right: -22px;
        top: 15%;
    }

a.btn-top2 {
    background: #193773;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
}

    a.btn-top2 img {
        margin-right: 6px;
    }

a.btn-top1 img {
    margin-right: 10px;
}

.our-banner .row {
    justify-content: center;
}

.info-banner h5 {
    color: #00A1EB;
    font-weight: 700;
    font-size: 2.125rem;
    margin-bottom: 30px;
}

.info-banner h6 {
    color: #fff;
    font-weight: 700;
    font-size: 1.375rem;
    width: calc(100% + 50px);
    left: -25px;
    position: relative;
    margin-bottom: 35px;
}

    .info-banner h6 > span {
        font-size: 1.25rem;
        font-weight: 400;
    }

.box-why {
    text-align: center;
    padding: 30px 50px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: .5s all;
}

    .box-why span {
        display: inline-flex;
        width: 80px;
        height: 80px;
        background: #00A1EB;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 5px solid #E6F6FD;
        margin-bottom: 32px;
        z-index: 1;
        position: relative;
        transition: .5s all;
    }

        .box-why span::before {
            position: absolute;
            content: "";
            width: 100px;
            height: 1.5px;
            left: -10px;
            right: 0;
            margin: auto;
            z-index: -1;
            bottom: -24px;
            background: #FFF;
            background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 161, 235, 1) 50%, rgba(255, 255, 255, 0) 100%);
            transition: .3s all;
        }

    .box-why h4 {
        font-weight: 700;
        font-size: 1.375rem;
        margin-bottom: 8px;
    }

    .box-why p {
        font-size: 14px;
        color: #000000;
        line-height: 24px;
        margin: 0;
    }

.info-why2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.our-why .row {
    align-items: stretch;
}

.box-why:hover {
    box-shadow: 0 5px 15px #0000002e;
    border-color: #193773;
}

    .box-why:hover span {
        background: #193773;
    }

        .box-why:hover span::before {
            background: #FFF;
            background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(25, 55, 115, 1) 50%, rgba(255, 255, 255, 0) 100%);
        }

.btn-block.text-center {
    margin-top: 45px;
}

.our-cta {
    background: url("../images/bg-cta.jpg") no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-bottom: 0;
}

    .our-cta .row {
        align-items: start;
    }

.info-cta {
    margin-top: 40px;
}

    .info-cta * {
        color: #fff;
    }

    .info-cta h2 {
        width: calc(100% + 40px);
    }

    .info-cta h5 {
        font-weight: 400;
        display: inline-block;
        text-align: center;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .info-cta .btn {
        font-size: 16px !important;
    }

.img-cta {
    position: relative;
    left: 20px;
}

.img-bus {
    position: relative;
    z-index: 1;
}

    .img-bus::before {
        position: absolute;
        content: "";
        background: url("../images/bus-bg1.png") no-repeat;
        background-size: 100%;
        width: 250px;
        height: 250px;
        right: -30px;
        top: -30px;
        z-index: -1;
    }

.info-bus ul li {
    font-size: 1.375rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

    .info-bus ul li svg {
        margin-right: 12px;
        color: #10a1e8;
    }

    .info-bus ul li:last-child {
        margin-bottom: 0;
    }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    width: 32px;
    background: #193773;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #C7CDDB;
    transition: .3s all;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

.our-soft {
    background: url('../images/bg-soft.jpg') no-repeat;
    background-size: cover;
    background-position: 50%;
}

footer {
    padding-block: 100px 30px;
    background: url('../images/bg-footer.jpg') no-repeat;
    background-size: cover;
    background-position: 50%;
}

    footer a.ftr-logo {
        display: block;
        margin-bottom: 20px;
    }

    footer h5 {
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        background: #00A1EB;
        display: inline-block;
        padding: 10px 20px;
        margin-bottom: 20px;
    }

    footer ul {
        margin-bottom: 25px;
    }

    footer p {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
    }

.copy ul li:first-child:before {
    display: none;
}

.copy ul::before {
    position: absolute;
    content: "";
    width: calc(100% - 24px);
    height: 100%;
    left: 12px;
    --r: calc(100% - 15px);
    --p: 15px;
    clip-path: polygon(var(--p) 0%, var(--r) 0%, 100% 50%, var(--r) 100%, var(--p) 100%, 0% 50%);
    background: #00A1EB;
    top: 0;
}

footer .row {
    align-items: start;
}

.row.row-links {
    margin-top: 50px;
}

.info-foot2 h4 {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.info-foot2 ul li a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
}

.info-foot2 ul li {
    position: relative;
    z-index: 1;
    padding-left: 18px;
    margin-bottom: 10px;
}

    .info-foot2 ul li::before {
        position: absolute;
        content: "";
        background: #fff;
        width: 6px;
        height: 2px;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .info-foot2 ul li:last-child {
        margin-bottom: 0;
    }

.marque img {
    width: auto !important;
    margin-right: 30px;
}


.marque {
    background: #193773;
    padding-block: 12px;
}

    .marque .item {
        display: flex;
        align-items: center;
    }

    .marque span {
        color: #fff;
        font-weight: 700;
        display: inline-block;
        font-size: 1.5rem;
    }


/* Video CSS */

.play-btn {
    position: relative;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 600;
    margin-left: auto;
    display: table;
}

    .play-btn > img {
        width: auto;
        height: auto;
        margin-right: 15px;
    }

#video_container {
    position: relative;
    width: 100%;
}

.video {
    width: 100%;
    margin-bottom: 20px;
}

#video_container h4 span {
    color: #00A1EB !important;
}

#video_container h4 {
    font-weight: 600;
}

    #video_container h4 > b {
        font-weight: 700;
    }

#video_container:first-child {
    margin-bottom: 80px;
}

/* Video CSS */



.info-soft, .info-soft2 {
    position: relative;
    z-index: 1;
}


.owl-soft.owl-carousel::before {
    position: absolute;
    content: "";
    background: url('../images/bg-item.png') no-repeat;
    background-size: 31%;
    width: 100%;
    height: 100%;
    top: -30px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    margin: 0 auto;
}

.owl-soft .owl-item {
    padding-block: 30px 60px;
}

header ul li.mob-link {
    display: none;
    padding: 0;
}


.page-banner {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 120px 0;
}

    .page-banner h1 {
        font-weight: 800;
        font-size: 64px;
        text-align: center;
        color: #fff;
        margin-bottom: 20px;
    }

.page-aboutus {
    background-image: url(/assets/images/about-pg.jpg);
}

.page-resources {
    background-image: url(/assets/images/resources-pg.jpg);
}

.breadcrumb {
    background: #193773;
    border-radius: 97px;
    padding: 16px 37px;
}

.breadcrumb-item, .breadcrumb-item a {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.3);
    --bs-breadcrumb-divider-color: #fff;
}

    .breadcrumb-item.active {
        --bs-breadcrumb-item-active-color: #fff;
    }

.abt-sec1 {
    padding: 140px 0;
}

    .abt-sec1 .textbox {
        padding: 0 120px;
        text-align: center;
    }

    .abt-sec1 h1 {
        font-weight: 800;
        font-size: 44px;
        line-height: 127%;
        text-align: center;
        color: #000;
        margin-bottom: 40px;
    }

.col1 {
    color: #193773;
}

    .col1 + .col1 {
        color: #00a1eb;
    }

.abt-sec1 .textbox p {
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: #000;
}

.abt-sec2 {
    background: url(/assets/images/bg-soft.jpg) #F2F3F5 top center no-repeat;
    padding: 10px 0;
}


    .abt-sec2 .textbox.after {
        position: relative;
        margin-bottom: 40px;
    }

        .abt-sec2 .textbox.after::after {
            content: "";
            position: relative;
            display: block;
            border: 1px solid #00a1eb;
            width: 338px;
            height: 0px;
            margin-top: 30px;
        }

.abt-sec3 {
    background: url(/assets/images/why-bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 140px 0;
}

    .abt-sec3 * {
        color: #fff;
    }

    .abt-sec3 .heading {
        margin-bottom: 0;
        max-width: 1200px;
        margin: 0 auto;
    }

.page-testimonials {
    background-image: url(/assets/images/testi-pg.jpg);
}

.testi-sec1 {
}

    .testi-sec1 .row {
        justify-content: center;
    }

.testi-sec2 {
    padding-bottom: 0;
}

    .testi-sec2 .heading {
        max-width: 800px;
        margin-bottom: 50px;
    }

        .testi-sec2 .heading p {
            font-weight: 500;
            color: #000;
        }

    .testi-sec2 .row {
        align-items: flex-start;
    }

    .testi-sec2 label {
        font-weight: 500;
        font-size: 14px;
        color: #061c3d;
        display: inline-flex;
        margin-bottom: 14px;
    }

    .testi-sec2 .form-control {
        border: 1px solid #e6e8ec;
        border-radius: 4px;
        height: 48px;
    }

    .testi-sec2 form .btn.btn-primary {
        margin-top: 40px;
        background: #00a1eb !important;
    }

        .testi-sec2 form .btn.btn-primary img {
            margin-left: 30px;
        }

.review-slides.owl-soft.owl-carousel::before {
    display: none;
}

.owl-carousel .owl-item .review-box img {
    width: auto;
}

.review-slides .owl-item {
    border-radius: 8px;
    background: #f2f3f5;
    padding-inline: 40px;
    padding-block: 50px;
}

.review-box .person-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

    .review-box .person-box h5 {
        font-weight: 700;
        font-size: 16px;
        color: #061c3d;
        margin-bottom: 0;
    }

    .review-box .person-box h6 {
        font-weight: 300;
        font-size: 14px;
        line-height: 143%;
        color: #42526b;
    }

.testi-sec1 .heading {
    max-width: 1200px;
    margin: 0 auto 60px;
}

.testi-sec2 .container > .row {
    border-bottom: 1px solid #cccc;
    padding-bottom: 120px;
}

.network-images.owl-soft.owl-carousel::before {
    display: none;
}

.network-images.owl-carousel .owl-item img {
    width: auto;
    box-shadow: 0 12px 56px 0 rgba(6, 28, 61, 0.04);
    background: #fff;
}

.abt-sec3 p {
    color: #fff !important;
}

    .abt-sec3 p:not(:last-child) {
        margin-bottom: 20px;
    }

.sec-btns {
    gap: 20px;
}

    .sec-btns img {
        margin-left: 30px;
    }

    .sec-btns .btn-primary {
        background: #00a1eb !important;
    }

        .sec-btns .btn-primary.btn-light {
            border: 1px solid #00a1eb;
            border-radius: 97px;
            background: transparent !important;
            color: #fff !important;
        }

.page-support {
    background-image: url(/assets/images/support-pg.jpg);
}

.page-banner p {
    color: #fff;
    font-weight: 500;
}

.box-supp {
    border: 1px solid #00a1eb;
    border-radius: 10px;
    text-align: center;
    padding: 30px 30px;
    min-height: 410px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all ease 0.3s;
}

    .box-supp p {
        margin-bottom: 0;
        text-transform: capitalize;
        color: #000;
    }

    .box-supp img {
        margin-bottom: 40px;
    }

    .box-supp h4 {
        font-size: 28px;
        line-height: 200%;
        text-transform: capitalize;
        text-align: center;
        color: #000;
    }

.support-sec .row1 {
    margin-bottom: 20px;
}

.box-supp:hover {
    box-shadow: 0 12px 56px 0 rgba(6, 28, 61, 0.12);
}


.page-faqs {
    background-image: url(/assets/images/faq-pg.jpg);
}

#faq-sec1 ul.nav.nav-tabs {
    border: none;
    flex-wrap: wrap;
    flex-direction: column;
}

#faq-sec1 .row {
    align-items: flex-start;
}

#faq-sec1 .nav-tabs .nav-link.active {
    background: #00a1eb;
    color: #fff;
    border-color: #00a1eb;
}

#faq-sec1 .nav-tabs .nav-link {
    display: inline-block;
    border: 1px solid #333;
    border-radius: 97px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #333;
    padding: 10px 30px;
}

#faq-sec1 .nav-tabs .nav-item:not(:last-child) {
    margin-bottom: 20px;
}


#faq-sec1 .accordion .accordion-item {
    border: none;
}

.accordion-button::after {
    float: right;
}

#faq-sec1 .accordion .accordion-item button.collapsed {
    border: 1px solid #eee;
    border-radius: 100px;
    background: #fafafa;
    color: #000;
}

#faq-sec1 .accordion .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

#faq-sec1 .accordion .accordion-item button {
    padding: 16px 30px;
    outline: none;
    box-shadow: none;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    color: #fff;
    background: #00a1eb;
    transition: all ease 0.3s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
}

#faq-sec1 .accordion .accordion-item .accordion-collapse {
    background: #00a1eb;
    color: #fff;
    padding: 0 30px;
}

#faq-sec1 .accordion .accordion-item button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

#faq-sec1 .accordion .accordion-item .accordion-collapse .accordion-body {
    border-top: 1px solid #cccc;
    padding: 0;
    padding-block: 20px 30px;
}

section.pricing-sec .title {
    text-align: center;
}

    section.pricing-sec .title h1 {
        font-size: 44px;
        line-height: 56px;
        font-weight: 800;
        color: #000;
    }

    section.pricing-sec .title p {
        color: #000;
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 70px;
    }


section.pricing-sec ul.nav.nav-tabs {
    border: none;
    justify-content: center;
    background: #f5f6f7;
    width: fit-content;
    margin: 0 auto;
    padding: 12px;
    border-radius: 50px;
    gap: 10px;
}

    section.pricing-sec ul.nav.nav-tabs button.nav-link {
        padding: 12px 32px;
        border-radius: 50px;
        border: none;
        font-size: 16px;
        font-weight: 500;
        color: #838e9e;
        letter-spacing: -0.5px;
    }

        section.pricing-sec ul.nav.nav-tabs button.nav-link.active {
            background: #193773;
            color: #fff !important;
        }

span.packageinfo {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 15px 0 80px;
}

section.pricing-sec .tab-content .row {
    align-items: stretch;
}

section.pricing-sec .tab-content .secinfo {
    padding: 30px;
    border: 2px solid #F2F3F5;
    height: 100%;
    transition: .3s all;
    border-radius: 15px;
}

.secinfo {
}

section.pricing-sec .tab-content .secinfo h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #061C3D;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    line-height: 32px;
    margin-bottom: 12px;
}

    section.pricing-sec .tab-content .secinfo h3 span {
        display: block;
        font-size: 2.125rem;
        color: #00A1EB;
    }

section.pricing-sec .tab-content .secinfo p {
    font-size: 1.125rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}

section.pricing-sec .tab-content .secinfo ul {
    padding-top: 30px;
    position: relative;
    z-index: 1;
    height: 280px;
}

    section.pricing-sec .tab-content .secinfo ul li {
        font-size: 16px;
        font-weight: 400;
        color: #42526b;
        position: relative;
        padding-left: 32px;
        margin-bottom: 12px;
    }

        section.pricing-sec .tab-content .secinfo ul li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            background: url(../images/green-check.svg);
            width: 24px;
            height: 24px;
            background-size: 100%;
            z-index: -1;
        }



    section.pricing-sec .tab-content .secinfo ul::before {
        position: absolute;
        content: "";
        background: #F2F3F5;
        width: calc(72% + 60px);
        height: 1px;
        left: -30px;
        top: 0;
        z-index: -1;
    }

    section.pricing-sec .tab-content .secinfo ul li:last-child {
        margin-bottom: 0;
    }

    section.pricing-sec .tab-content .secinfo ul li img {
        display: inline-block;
        width: 34%;
    }

        section.pricing-sec .tab-content .secinfo ul li img.img2 {
            width: 24%;
        }

section.pricing-sec .tab-content .secinfo .ptabinfo h3 span {
    display: inline-block;
    font-size: inherit;
}

section.pricing-sec .tab-content .secinfo .ptabinfo h3:first-child {
    margin-bottom: 0;
}

section.pricing-sec .tab-content .secinfo .ptabinfo h3 {
    text-transform: none;
    margin-bottom: 20px;
}

section.pricing-sec .tab-content .secinfo h2 > small {
    font-size: 16px;
    font-weight: 400;
    color: #42526B;
    margin-left: 4px;
}

section.pricing-sec .tab-content .secinfo h2 {
    color: #193773;
    margin-bottom: 20px;
}

section.pricing-sec .tab-content .secinfo:hover {
    box-shadow: 0 5px 15px #0000004d;
    border-top: 2px solid #00A1EB;
}

section.pricing-sec .tab-content .secinfo a.btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.our-discount {
    background: url("../images/bg-discount.png");
    background-size: cover;
    background-position: 50%;
}

    .our-discount h2 {
        color: #fff;
        font-size: 4rem;
        width: calc(100% + 30px);
        margin-bottom: 30px;
    }

    .our-discount p {
        font-size: 1.375rem;
        color: #FFFFFF;
    }

    .our-discount ul li {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 8px;
    }

        .our-discount ul li img {
            margin-right: 12px;
        }

        .our-discount ul li:last-child {
            margin-bottom: 0;
        }

    .our-discount h2 > span {
        color: #00A1EB;
    }

.dis-vid button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.dis-vid a > span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.top-box {
    text-align: right;
}

.our-master p {
    font-size: 1.375rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 25px;
}

.our-master ul li {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 10px;
}

    .our-master ul li img {
        margin-right: 10px;
    }

.our-master ul {
    margin-bottom: 30px;
}

.our-master {
    background: url("../images/bg-master.jpg") no-repeat;
    background-size: cover;
    background-position: 50%;
}

span.play_btn {
    position: absolute;
    display: table;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

a.rc_play {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.heading p {
    color: #000;
    font-size: 1.25rem;
    font-weight: 500;
}

a.rc_play.white-btn span {
    background: rgba(255,255,255,.3);
    padding: 20px;
    border-radius: 50px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}

    a.rc_play.white-btn span img {
        margin-right: 15px;
    }

.info-soft .btn.btn-blue2 {
    display: table;
    margin: 40px auto 0px;
    padding-inline: 30px;
}

.our-software {
    background: #fff;
}

.info-awards {
    margin-top: 100px;
    text-align: center;
}

    .info-awards ul {
        display: flex;
        justify-content: space-around;
        margin-bottom: 60px;
        align-items: center;
    }

        .info-awards ul li {
            width: 33%;
            text-align: center;
            position: relative;
            z-index: 1;
        }

            .info-awards ul li::before {
                position: absolute;
                content: "";
                background: #dedede;
                width: 3px;
                height: 85%;
                right: -3px;
                top: 0;
                bottom: 0;
                margin: auto;
            }

            .info-awards ul li:last-child::before {
                display: none;
            }

    .info-awards h3 {
        font-size: 2rem;
        font-weight: 500;
        margin: 0;
    }

.page-whoweserve {
    background-image: url(/assets/images/serve-pg.jpg);
}

.info-build figure {
    margin: 0;
}

.info-build .text-build {
    background: #fff;
    margin-top: -100px;
    width: 83%;
    =: 1;
    position: relative;
    padding: 45px 35px;
    border-radius: 0 10px 0 10px;
}

    .info-build .text-build h4 {
        font-size: 1.375rem;
        font-weight: 600;
    }

    .info-build .text-build p {
        font-size: 14px;
        transition: .3s all;
    }

    .info-build .text-build::before {
        position: absolute;
        content: "";
        background: #FAFAFA;
        width: 80%;
        height: 100%;
        bottom: 0;
        right: -38px;
        transform: skewX(-19deg);
        z-index: -1;
    }

    .info-build .text-build a.btn-build {
        color: #00A1EB;
        font-size: 14px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        border-bottom: 1px solid #00A1EB;
        transition: .5s all;
    }

        .info-build .text-build a.btn-build svg {
            margin-left: 10px;
        }

.info-build:hover .text-build {
    background: #00A1EB;
}

    .info-build:hover .text-build::before {
        background: #2FBDFF;
    }


.info-build .text-build * {
    transition: .3s all;
}

.info-build:hover .text-build * {
    color: #fff;
}

.info-build:hover .text-build a.btn-build {
    color: #fff;
    border-color: #fff;
}

.btn2 {
    padding-inline: 30px;
}

.info-ope {
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 50px;
    height: 100%;
}

    .info-ope p {
        margin-bottom: 0;
        font-size: 16px;
        color: #000;
    }

    .info-ope h4 {
        font-weight: 700;
        margin-bottom: 12px;
    }

.our-operation .row {
    align-items: stretch;
}

.our-operation [class*='col']:nth-child(-n+3) {
    margin-bottom: 20px;
}

.info-ope img {
    margin-bottom: 20px;
}

.info-ope {
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 50px;
    height: 100%;
    transition: .5s all;
}

    .info-ope p {
        margin-bottom: 0;
        font-size: 16px;
        color: #000;
    }

    .info-ope h4 {
        font-weight: 700;
        margin-bottom: 12px;
    }

.our-operation .row {
    align-items: stretch;
}

.our-operation [class*='col']:nth-child(-n+3) {
    margin-bottom: 20px;
}

.info-ope img {
    margin-bottom: 20px;
}

.info-ope.info-ope2 {
    background: url("../images/op-bg1.png") no-repeat !important;
    background-size: cover !important;
    background-position: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 40px 30px;
}

    .info-ope.info-ope2 h3 {
        font-size: 1.625rem;
        font-weight: 700;
        color: #fff;
    }

        .info-ope.info-ope2 h3 > span {
            color: #00A1EB;
        }

.info-ope:hover {
    background: #1a3771;
}

.info-ope * {
    transition: .3s all;
}

.info-ope:hover * {
    color: #fff;
}

.info-serving ul li button {
    font-size: 1.5rem;
    padding-left: 70px;
    line-height: 30px;
    min-height: 65px;
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 1;
    text-align: left;
    border: none !important;
    color: #000000 !important;
    background: transparent !important;
    pointer-events: none;
}

.info-serving ul li {
    margin-bottom: 70px;
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 1;
    border: none;
}

    .info-serving ul li span {
        display: flex;
        position: absolute;
        left: 0;
        width: 44px;
        height: 44px;
        border: 2px solid #193773;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
    }

        .info-serving ul li span svg {
            color: #193773;
            width: 18px;
        }

    .info-serving ul li:last-child {
        margin-bottom: 0;
    }

        .info-serving ul li:last-child::before {
            display: none;
        }

    .info-serving ul li::before {
        position: absolute;
        content: "";
        background: #000;
        left: 21px;
        width: 2px;
        height: 93px;
        top: 53px;
        z-index: 3;
    }

    .info-serving ul li.active::before {
        background: #193773;
    }

    .info-serving ul li.active span {
        background: #193773;
    }

        .info-serving ul li.active span svg {
            color: #fff;
        }

    .info-serving ul li.acvisited::before {
        background: #193773;
    }

    .info-serving ul li.acvisited span {
        background: #193773;
    }

        .info-serving ul li.acvisited span svg {
            color: #fff;
        }

    .info-serving ul li * {
        transition: .2s all;
    }

.img-serving img {
    border-radius: 10px;
}

.page-features {
    background-image: url(/assets/images/feature-pg.jpg);
}

.info-tool {
    text-align: center;
    padding: 50px;
    border-radius: 10px;
    background: #F2F3F5;
}

    .info-tool img {
        margin-bottom: 15px;
    }

    .info-tool h4 {
        font-size: 1.125rem;
        font-weight: 600;
        margin: 0;
    }


.tool-mb [class*='col']:nth-child(-n+4) .info-tool {
    margin-bottom: 20px;
}

.tool-mb {
    margin-bottom: 80px;
}

.our-tools .row {
    align-items: start;
}

.sticky-box {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

ul.tool-sticky {
    margin-top: 20px;
}

.info-tool.info-tl2 {
    background: #193773;
}

    .info-tool.info-tl2 h4 {
        color: #fff;
    }

.info-tool.info-tl3 {
    border: 1px solid #193773;
    background: #fff;
}

.info-tool.info-tl4 {
    background: #00A1EB;
}

    .info-tool.info-tl4 h4 {
        color: #fff;
    }

.info-tool.info-tl5 {
    border: 1px solid #00A1EB;
    background: #fff;
}

ul.tool-sticky li a {
    padding-left: 30px;
    border-left: 4px solid transparent;
    padding-block: 15px;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    font-size: 1.125rem;
    color: #000;
    transition: .2s all;
}

    ul.tool-sticky li a:hover, ul.tool-sticky li a.active {
        font-weight: 700;
        border-color: #00A1EB;
    }

.tool-mb:last-child {
    margin-bottom: 0;
}

.info-serving ul {
    border: none;
}

section.video-tabs {
    padding-top: 0;
}

    section.video-tabs ul#myTab {
        justify-content: space-between;
        background: #f2f3f5;
        border-radius: 50px;
        margin-bottom: 80px;
        border: none;
    }

        section.video-tabs ul#myTab button {
            font-size: 15px;
            font-weight: 500;
            color: #333333;
            border: none;
            line-height: 56px;
            padding: 0 30px;
            border-radius: 50px;
            text-transform: uppercase;
        }

            section.video-tabs ul#myTab button.active {
                background: #008ac9;
                color: #fff;
                font-weight: 600;
            }

.tab-videos img.tab-video-thumb {
    width: 100%;
    display: block;
    margin: 0;
}

.tab-videos .tab-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 15px;
}

    .tab-videos .tab-cta h4 {
        font-size: 22px;
        font-weight: 700;
        color: #000;
    }

section.deliverables {
    padding-top: 0;
}

    section.deliverables .heading.text-center {
        border-top: 1px solid rgb(0,0,0,0.2);
        padding-top: 100px;
    }

        section.deliverables .heading.text-center h2 {
            text-transform: uppercase;
        }

    section.deliverables .block {
        border: 1px solid #00A1EB;
        border-radius: 10px;
        text-align: center;
        width: 100%;
        padding: 50px 0;
        margin-top: 0;
        transition: all 0.2s linear;
    }

        section.deliverables .block:hover {
            box-shadow: 0px 12px 56px 0 rgb(6 28 61 / 12%);
            margin-top: -20px;
        }

        section.deliverables .block img {
            display: block;
            margin: 0 auto;
            height: 80px;
            object-fit: contain;
        }

        section.deliverables .block h4 {
            font-size: 18px;
            font-weight: 700;
            color: #000;
            margin-top: 20px;
            display: inline-block;
        }

.page-contactus {
    background-image: url(/assets/images/contact-pg.jpg);
}

.contact-sec1 .textbox {
    background: #193773;
    border-radius: 10px 0 0 10px;
    padding: 60px 50px;
}

    .contact-sec1 .textbox h2 {
        color: #fff;
    }

    .contact-sec1 .textbox p {
        font-weight: 400;
        font-size: 18px;
        color: #fff;
    }

.contact-info li:not(:last-child) {
    margin-bottom: 48px;
}

.contact-info li > a {
    display: flex;
    align-items: center;
    gap: 16px;
}

    .contact-info li > a .icon-img {
        background: rgba(255, 255, 255, 0.08);
        border-radius: 152px;
        padding: 16px;
        width: 64px;
        height: 64px;
    }

.contact-info h4 {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
}

.contact-info h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
}

ul.contact-info {
    margin-top: 40px;
}

.social-mail {
    display: flex;
    justify-content: flex-end;
}

    .social-mail .social-wrap {
        background: #00a1eb;
        padding: 30px 50px;
        position: relative;
    }

        .social-mail .social-wrap h3 {
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
            color: #fff;
            position: relative;
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 15px;
        }

            .social-mail .social-wrap h3::before {
                content: "";
                position: relative;
                display: inline-flex;
                width: 32px;
                height: 2px;
                background: #fff;
                border-radius: 10px;
            }

    .social-mail ul.social-links li a {
    }

    .social-mail .social-wrap ul.social-links li {
        width: 44px;
        height: 44px;
    }

    .social-mail .social-wrap::before {
        content: "";
        position: absolute;
        left: -123px;
        clip-path: polygon(56% 0, 100% 0, 100% 99%, 100% 100%);
        background: #2EBAFA;
        width: 124px;
        height: 145px;
        top: 0;
    }

.contact-sec1 .row.align-items-center > .col-md-6 {
    padding: 0;
}

.contact-sec1 {
}

    .contact-sec1 .row {
    }

    .contact-sec1 .contact-form {
        box-shadow: 0 16px 72px 0 rgba(6, 28, 61, 0.08);
        background: #fff;
        padding: 80px 50px;
    }

        .contact-sec1 .contact-form h3 {
            font-weight: 700;
            font-size: 32px;
            line-height: 100%;
            letter-spacing: -0.01em;
            color: #061c3d;
            margin-bottom: 50px;
        }

.contact-form label {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: #061c3d;
    margin-bottom: 14px;
}

.contact-form .form-control {
    background: #fff;
    border: 1px solid #e6e8ec;
    border-radius: 4px;
    height: 48px;
    outline: none;
    box-shadow: none;
    margin-bottom: 20px;
}

    .contact-form .form-control:focus {
        border-color: #153c71;
    }

.contact-form textarea.form-control {
    height: 150px;
}

.contact-form p {
    font-weight: 400;
    font-size: 12px;
    line-height: 183%;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 40px;
}

.social-mail ul.social-links li a .svg-inline--fa {
    height: 1.3em;
}

.contact-form .btn {
    background: #00a1eb !important;
}

    .contact-form .btn img {
        margin-left: 30px;
    }

section.contact-sec2 {
    text-align: center;
}
