:root {
    --neue-font: 'Neue Haas Grotesk Display Pro'
}


html {
    font-size: 62.5%;
    height: 100%
}

body {
    font-family: var(--neue-font)
}

p {
    font-weight: 500;
}

video {
    border-radius: 40px;
    max-width: 960px !important;
    width: 100% !important;
}

html {
    scroll-behavior: smooth
}

a,
a:hover {
    text-decoration: none;
    display: inline-block;
    transition: .3s ease-in-out
}

img {
    display: inline-block;
    max-width: 100%
}

.navbar.navbar-expand-lg {
    position: fixed;
    background: rgba(0, 0, 0, 0);
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 9;
    transition: .3s linear
}

.navbar.navbar-expand-lg li.active a::after {
    width: 25px
}

.navbar.navbar-expand-lg .nav-link {
    font-size: 17px;
    font-weight: 500;
    font-family: var(--neue-font);
    padding-right: 3rem;
    padding-left: 3rem;
    text-transform: capitalize;
    color: #040404;
    position: relative
}
.navbar.navbar-expand-lg .nav-link.active{
    color:#0051f9;
}

@media(max-width: 767px) {
    .navbar.navbar-expand-lg .nav-link {
        padding-left: 10px;
        padding-right: 10px
    }
}
@media(min-width: 767px) {
   .navbar.navbar-expand-lg .nav-link.active::after {
    content: "";
    bottom: -8px;
    width: 0%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: #0051f9;
    position: absolute;
    transition: .8s cubic-bezier(0.69, -0.36, 0, 1.51)
}
.navbar.navbar-expand-lg .nav-link.active::after {
    width: 25px
}
}


.navbar.navbar-expand-lg .nav-link::after {
    content: "";
    bottom: -8px;
    width: 0%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: #0051f9;
    position: absolute;
    transition: .8s cubic-bezier(0.69, -0.36, 0, 1.51)
}

.navbar.navbar-expand-lg .nav-link:hover {
    color: #0051f9
}

.navbar.navbar-expand-lg .nav-link:hover::after {
    width: 25px
}


.navbar.navbar-expand-lg .navbar-brand img {
    transition: .3s linear;
    width: 200px
}

.navbar.navbar-expand-lg.navHeader {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .219);
    background: #fff
}

.navbar.navbar-expand-lg.navHeader .navbar-brand img {
    width: 160px
}

.btn-primary {
    border-radius: 7px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .1019607843);
    background: rgba(0, 0, 0, 0) linear-gradient(129deg, #0051f9 0%, #0940c2 100%) 0% 0% no-repeat padding-box;
    font-size: 1.7rem;
    font-family: var(--neue-font);
    padding: 10px 16px;
    border: 0
}

@media(max-width: 767px) {
    .btn-primary {
        font-size: 12px
    }
}

.banner {
    background: #d8eaff;
    background: linear-gradient(45deg, rgb(216, 234, 255) 63%, rgb(245, 249, 255) 100%)
}

.banner .bannerInner {
    overflow: hidden
}

.banner .owl-banner .item .row {
    height: 100%;
    margin-top: 3%
}

@media screen and (min-width: 768px) {
    .banner .owl-banner .item .row {
        height: auto
    }
}

.banner .owl-banner .item .row .col-md-5 {
    padding-left: 8vw
}

@media screen and (min-width: 768px) {
    .banner .owl-banner .item .screenBigHero {
        height: 100vh
    }
}

@media screen and (max-width: 767px) {
    .banner .owl-banner .item .screenBigHero.screenBigHero-mobile {
        height: 48vh
    }
}

.banner .owl-banner .item .screenEle {
    position: absolute;
    opacity: .8;
    width: 190px
}

@media screen and (max-width: 767px) {
    .banner .owl-banner .item .screenEle {
        width: 110px
    }
}

.banner .owl-banner .item .screenEle.screenEle-1 {
    left: 0%;
    width: 220px;
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite
}

@media screen and (max-width: 767px) {
    .banner .owl-banner .item .screenEle.screenEle-1 {
        width: 110px
    }
}

.banner .owl-banner .item .screenEle.screenEle-2 {
    top: 8%;
    right: 30%;
    -webkit-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite
}

.banner .owl-banner .item .screenEle.screenEle-3 {
    right: 15%;
    top: 50%;
    -webkit-animation: float 8s ease-in-out infinite;
    animation: float 8s ease-in-out infinite
}

.banner .owl-banner .item .screenEle.screenEle-4 {
    top: 15%;
    -webkit-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite;
    right: 25%
}

.banner .owl-banner .item .screenEle.screenEle-5 {
    top: 15%;
    -webkit-animation: float 8s ease-in-out infinite;
    animation: float 8s ease-in-out infinite;
    right: 12%
}

.banner .owl-banner .item .screenEle.screenEle-6 {
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
    top: 10%;
    left: 5%
}

.banner .owl-banner .item .screenEle.screenEle-7 {
    -webkit-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite;
    left: 0
}

.banner .owl-banner .item h1 {
    color: #000;
    font-size: 50px;
    font-weight: normal
}

@media screen and (max-width: 767px) {
    .banner .owl-banner .item h1 {
        font-size: 25px;
        margin-top: 35%;
        text-align: center
    }
}

.banner .owl-banner .item p {
    font-size: 20px;
    color: #000
}

@media screen and (max-width: 767px) {
    .banner .owl-banner .item p {
        text-align: center;
        font-size: 18px
    }
}

.banner .owl-banner .item .btn {
    font-size: 20px;
    align-items: center;
    text-decoration: none
}

@media screen and (max-width: 767px) {
    .banner .owl-banner .item .btn {
        font-size: 12px
    }
}

.banner .owl-banner .item .btn.btn-link {
    color: #0051f9;
    margin-left: 15px
}

.banner .owl-banner .item .btn.btn-link:hover {
    color: #000
}

.banner .owl-banner .item .btn img {
    width: 20px;
    margin-right: 5px
}

.banner .bannerBtn {
    margin: 30px 0 30px
}

@media screen and (max-width: 767px) {
    .banner .bannerBtn {
        text-align: center;
        margin: 15px 0 15px
    }
}

.BannerExp h4 {
    font-size: 25px;
    color: #0051f9;
    font-weight: normal
}

.BannerExp h4 span {
    font-size: 12px;
    font-weight: 300;
    display: block
}

button.slick-prev.slick-arrow {
    left: unset;
    right: 90px;
    top: 50px;
    transform: rotate(90deg);
    z-index: 99;
}

button.slick-next.slick-arrow {
    left: unset;
    right: 90px;
    bottom: 50px;
    transform: rotate(90deg);
    top: unset;
    z-index: 99;
}

.slick-next:before,
.slick-prev:before {
    color: #0051f9;
    font-size: 30px;
}

@media screen and (max-width: 767px) {
    .BannerExp {
        justify-content: center
    }

    .BannerExp h4 {
        font-size: 19px
    }

    .BannerExp h4 span {
        font-size: 9px
    }

    .slick-arrow {
        display: none !important;
    }

}

.bannerEle {
    position: absolute;
    right: -10px;
    top: 0;
        -webkit-animation: float 2s linear infinite;
    animation: float 2s linear infinite;
}

@media screen and (max-width: 767px) {
    .bannerEle {
        display: none
    }
}

.bannerEle.bannerEle-1 {
    top: 20%;
    -webkit-animation: leftRight 2s linear infinite;
    animation: leftRight 2s linear infinite
}

.bannerEle.bannerEle-2 {
    bottom: 40%;
    top: unset;
    right: -30px;
    -webkit-animation: rotatation 4s linear infinite;
    animation: rotatation 4s linear infinite
}

.bannerEle.bannerEle-3 {
    right: unset;
    left: 5%;
    bottom: -8%;
    top: unset
}

@media screen and (max-width: 767px) {
    .bannerEle.bannerEle-3 {
        display: block;
        width: 70px;
        bottom: -3%
    }
}

.bannerEle.bannerEle-4 {
    right: unset;
    left: -50px;
    bottom: 5%;
    top: unset
}

@-webkit-keyframes rotatation {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotatation {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes leftRight {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(50px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes leftRight {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(50px)
    }

    100% {
        transform: translateX(0)
    }
}

.trustSchools {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .1607843137);
    border-radius: 30px;
    margin-bottom: 50px
}

.trustSchools h2 {
    font-size: 36px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: normal;
    margin: 35px 0 45px;
    color: #043ddc
}

@media screen and (max-width: 767px) {
    .trustSchools h2 {
        font-size: 20px
    }
}

@-webkit-keyframes float {
    0% {
        transform: translatey(0px)
    }

    50% {
        transform: translatey(-20px)
    }

    100% {
        transform: translatey(0px)
    }
}

@keyframes float {
    0% {
        transform: translatey(0px)
    }

    50% {
        transform: translatey(-20px)
    }

    100% {
        transform: translatey(0px)
    }
}

@media only screen and (max-width: 767px) {
    .navbar-toggler-icon {
        position: relative;
        height: 2px;
        background-color: #000;
        width: 30px
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        background-color: #000;
        content: "";
        height: 2px;
        width: 30px;
        position: absolute;
        top: -7px;
        left: 0;
        transition: .3s all ease;
    }

    .navbar-toggler-icon::after {
        top: unset;
        bottom: -7px;
        width: 15px;
        right: 0;
        left: unset;
        transition: .3s linear
    }

    .navbar-toggler {
        border: 0
    }

    .navbar-toggler:focus {
        box-shadow: none
    }

    .navbar-toggler:focus .navbar-toggler-icon::after {
        width: 30px
    }

    .navbar-collapse {
        background: #d8eaff;
        background: linear-gradient(45deg, #d8eaff 63%, #f5f9ff 100%)
    }

    .btn-primary {
        margin: 15px 10px
    }
}

.erpSolution {
    padding: 40px 0
}

@media screen and (min-width: 1100px) {
    .erpSolution {
        padding: 120px 0
    }
}

@media screen and (max-width: 767px) {
    .erpSolution {
        padding-top: 80px
    }
}

.erpSolution .owl-theme .owl-dots .owl-dot span {
    width: 10px
}

.erpSolution .owl-theme .owl-dots .owl-dot.active span {
    width: 30px
}

.erpSolution .nav-tabs {
    border: 0
}

.erpSolution .nav-tabs .nav-item .nav-link {
    border: 0;
    border-radius: 0;
    padding: 0
}

.erpSolution .nav-tabs .nav-item .nav-link .erpCard .erpContent .progress {
    visibility: hidden;
    height: 0;
    transition: .2s linear
}

.erpSolution .nav-tabs .nav-item .nav-link.active .erpCard {
    box-shadow: 12px 6px 15px rgba(46, 46, 46, .1607843137);
    border: 1px solid #043ddc
}

.erpSolution .nav-tabs .nav-item .nav-link.active .erpCard .erpContent .progress {
    visibility: visible;
    height: 5px
}

.erpSolution .nav-tabs .nav-link.active {
    border: 0
}

.erpSolution .owl-theme .owl-dots .owl-dot .nav-tabs {
    border: 0
}

.erpSolution h2 {
    font-size: 40px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: normal
}

@media screen and (max-width: 767px) {
    .erpSolution h2 {
        text-align: center;
        font-size: 24px
    }
}

.erpSolution p {
    font-size: 18px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 500
}

@media screen and (max-width: 767px) {
    .erpSolution p {
        text-align: center;
        margin-bottom: 4rem;
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    .erpSolution .erpContent p {
        text-align: left;
        margin-bottom: 0
    }
}

.erpSolution .erpCard {
    background: #fff;
    background: #fff 0% 0% no-repeat padding-box;
    padding: 20px;
    border: 1px solid #707070;
    border-radius: 17px;
    max-width: 392px;
    margin-bottom: 33px;
    margin-top: 1px
}

@media screen and (max-width: 767px) {
    .erpSolution .erpCard {
        max-width: 100%
    }
}

.erpSolution .erpCard .erpIcon {
    flex: 0 0 38px;
    max-width: 38px;
    margin-right: 15px
}

.erpSolution .erpCard .erpIcon img {
    width: 38px
}

@media screen and (max-width: 767px) {
    .erpSolution .erpCard .erpIcon img {
        width: auto
    }
}

@media screen and (max-width: 767px) {
    .erpSolution .erpCard {
        flex-direction: column
    }
}

.erpSolution .erpCard h5 {
    font-size: 18px;
    font-weight: normal;
    color: #000
}


.erpSolution .erpCard p {
    font-size: 18px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 500;
    color: #000;
    margin-bottom: 0
}

.erpSolution .erpLeftContent {
    padding-top: 45px
}

@media screen and (max-width: 767px) {
    .erpSolution .erpCard h5 {
        text-align: left;
        margin: 15px 0 10px;
        font-size: 18px;
    }
    .erpSolution .erpCard p {
    font-size: 16px;
        
    }
    .featured .featuredCard .featuredIcon img{
        width: 60px;
    }
}

@media screen and (max-width: 767px) {
    .erpSolution .erpLeftContent {
        padding-top: 25px
    }
}

.featured {
    padding: 40px 0
}

@media screen and (min-width: 1100px) {
    .featured {
        padding: 0 0 120px
    }
}

@media screen and (max-width: 767px) {
    .featured {
        padding-top: 0
    }
}

.featured h2 {
    font-size: 4rem;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: normal;
    margin-bottom: 45px
}

@media screen and (max-width: 767px) {
    .featured h2 {
        font-size: 25px
    }
}

.featured #featuredTab {
    justify-content: space-around;
    max-width: 720px;
    margin: auto
}

.featured #featuredTab .nav-item {
    flex: 0 0 50%;
    max-width: 50%
}

.featured #featuredTab .nav-item button {
    font-size: 2.4rem;
    font-weight: normal;
    width: 100%
}

@media screen and (max-width: 767px) {
    .featured #featuredTab .nav-item button {
        font-size: 18px
    }
}

.featured #featuredTab .nav-item button.nav-link {
    color: #000;
    border: 0;
    background: rgba(0, 0, 0, 0)
}

.featured #featuredTab .nav-item button.nav-link.active {
    border-bottom: 2px solid;
    color: #043ddc
}

.featured .featuredCard {
    background: #fff;
    box-shadow: 12px 6px 21px rgba(46, 46, 46, .1215686275);
    border-radius: 17px;
    text-align: center;
    padding: 3.5rem 0;
    margin: 50px 25px 20px
}

@media screen and (min-width: 768px) {
    .featured .featuredCard {
        min-height: 203px
    }

    .featured.aboutFeatured .featuredCard {
        min-height: 237px;
    }

    .featured .featuredCard p {
        margin: auto;
        max-width: 170px
    }
}

.featured .featuredCard h3 {
    font-size: 17px;
    font-weight: normal;
    margin: 15px 0 5px
}

.featured .featuredCard p {
    font-size: 16px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 500;
    margin-bottom: 0
}

.featured .featuredCard .featuredIcon {
    width: 60px;
    height: 55px;
    margin: auto
}

@media screen and (max-width: 767px) {
    .featured .featuredCard {
        display: flex;
        margin: 30px 10% 20px
    }

    .featured .featuredCard .featuredCardContent {
        flex: 0 0 80%;
        max-width: 80%;
        text-align: left
    }
    .banner .owl-banner .item .row {
    height: 100%;
    margin: auto 5%;
    margin-top: 3%;
}
}

.whyChooseUs {
    background: #edf3ff;
    padding: 40px 0;
    position: relative
}

.whyChooseUs .whyElemt {
    position: absolute;
    bottom: -10%;
    right: 10%
}

@media screen and (max-width: 767px) {
    .whyChooseUs .whyElemt {
        bottom: -3%;
        width: 100px
    }
}

.whyChooseUs .whyHeroImg {
    margin-top: 10%
}

@media screen and (max-width: 767px) {
    .whyChooseUs .whyHeroImg {
        margin-top: 0
    }
}

@media screen and (min-width: 1100px) {
    .whyChooseUs {
        padding: 120px 0
    }
}

.whyChooseUs h2 {
    font-size: 40px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: normal;
    margin-bottom: 40px
}

@media screen and (max-width: 767px) {
    .whyChooseUs h2 {
        margin-bottom: 0;
        font-size: 25px
    }
}

.whyChooseUs .whyLeftCardBox {
    text-align: right
}

.whyChooseUs .whyLeftCardBox .featuredCard {
    margin-left: auto
}

@media screen and (max-width: 767px) {
    .whyChooseUs .col-md-3.order-md-3 .featuredCard:first-child {
        margin-top: 0 !important
    }
}

.whyChooseUs .featuredCard {
    background: #fff;
    box-shadow: 12px 6px 21px rgba(46, 46, 46, .1215686275);
    border-radius: 17px;
    text-align: center;
    padding: 3.5rem 15px;
    margin: 20px 0 20px;
    max-width: 210px
}

@media screen and (max-width: 767px) {
    .whyChooseUs .featuredCard {
        margin: 30px auto !important;
        max-width: 280px
    }
}

.whyChooseUs .featuredCard h3 {
    font-size: 13px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: normal;
    margin: 15px 0 5px
}

.whyChooseUs .featuredCard p {
    font-size: 11px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 500;
    margin: 0
}
@media screen and (max-width: 767px) {
    .whyChooseUs .featuredCard h3 {
    font-size: 18px;}
    .whyChooseUs .featuredCard p {
    font-size: 15px;}
}

.whyChooseUs .featuredCard .featuredIcon {
    width: 60px;
    height: 55px;
    margin: auto
}

.whatIn {
    padding: 40px 0
}

@media(max-width: 767px) {
    .whatIn {
        padding-top: 80px
    }
}

.whatIn .whyHeroImg {
    margin-top: 10%
}

@media screen and (min-width: 1100px) {
    .whatIn {
        padding: 90px 0 0
    }
}

.whatIn h2 {
    font-size: 40px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: normal
}

@media(max-width: 767px) {
    .whatIn h2 {
        font-size: 24px
    }
}

.whatIn .whatInPara {
    font-size: 25px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 500;
    margin-bottom: 40px;
    text-align: center
}

@media(max-width: 767px) {
    .whatIn .whatInPara {
        font-size: 13px
    }
}

.whatIn #whatInTab {
    justify-content: space-around;
    max-width: 772px;
    margin: auto;
    border: 0
}

.owl-banner .owl-item {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
}

.whatIn #whatInTab .nav-item .nav-link {
    font-size: 2.4rem;
    color: #222;
    border: 0;
    border-radius: 22px;
    padding: 4px 30px;
    font-family: var(--neue-font)
}

@media screen and (max-width: 767px) {
    .whatIn #whatInTab .nav-item .nav-link {
        font-size: 17px;
        padding: 4px 10px
    }
}

.whatIn #whatInTab .nav-item .nav-link.active {
    background: #043ddc;
    color: #fff
}

.whatIn #whatInTab .nav-item .nav-link:hover {
    border: 0
}

.whatIn #whatInTabContent {
    background: rgba(0, 0, 0, 0) linear-gradient(123deg, #0051f9 0%, #5b8bef 100%) 0% 0% no-repeat padding-box;
    background: url("../images/Bg 2.svg") no-repeat center;
    box-shadow: 15px 10px 50px rgba(91, 44, 255, .1215686275);
    border-radius: 46px;
    margin-top: 30px;
    padding: 20px 50px 0;
    overflow: hidden;
    background-size: 260%;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.whatIn #whatInTabContent .tab-pane {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .whatIn #whatInTabContent {
        padding: 30px 30px 0;
        background-size: 860%
    }
}

.whatIn #whatInTabContent .whatInImg {
    margin-bottom: -100px;
    max-width: 80%;
    position: absolute;
}

@media screen and (max-width: 767px) {
    .whatIn #whatInTabContent .whatInImg {
        display: none
    }
}

.whatIn #whatInTabContent .whatInList li {
    font-size: 18px;
    font-family: var(--neue-font);
    margin: 30px 0;
    background: url(../images/write_3d.svg) no-repeat left;
    padding-left: 40px
}

.whatIn #whatInTabContent .whatInList li a {
    color: #fff
}

.weDeliver {
    padding: 40px 0;
    overflow: hidden
}

.weDeliver .row {
    position: relative
}

.weDeliver .row::after {
    content: "";
    position: absolute;
    top: -45px;
    left: 150px;
    height: 100%;
    width: 100%;
    background: url("../images/Dotted line.svg") no-repeat center;
    z-index: -1
}

.whatsappButton {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #128c7e;
    color: #fff;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    text-shadow: 0 3px 5px #999;
}

.whatsappButton:hover {
    display: inline-flex;
    background: #222;
}

.whatsappButton img {
    width: 30px;
   
}

@media screen and (max-width: 767px) {
    .weDeliver .row::after {
        background: url("../images/Dotted line ( Mobile ).svg") no-repeat center;
        left: 0;
        top: -50px;
        background-size: 75%
    }
}

.weDeliver .row span {
    background: url("../images/Check.svg") no-repeat center;
    display: inline-block
}

@media screen and (min-width: 1100px) {
    .weDeliver {
        padding: 90px 0
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        top: -90px !important;
        position: relative;
    }
    div.owl-videos.owl-theme .owl-nav.disabled+div.owl-dots {
    bottom: -40px;
    position: absolute;
    top: unset !important;
    left: 50%;
    transform: translateX(-50px);
}
 div.owl-videos.owl-theme .owl-nav.disabled+div.owl-dots .owl-dot.active span{
     width: 30px;
     transition: .3s ease;
 }
}

.weDeliver.blog .blogCard a {
    display: block
}

.weDeliver.blog .row::after {
    display: none
}

@media screen and (max-width: 767px) {
    .weDeliver.blog {
        text-align: center
    }

    .weDeliver.blog .blogCard {
        margin: 0 5% 2rem
    }
    .blogSlider .owl-blog {
    margin-top: 50px;
    margin-bottom: 50px;
}
section.weDeliver.blog.blogPage.blogPageList.overflow-hidden .blogCard.wow.fadeInUp {
    margin-bottom: 50px;
}

    .weDeliver.blog .row::after {
        display: none
    }
}

.weDeliver.blog h2 {
    margin-bottom: 3rem
}

.weDeliver.blog .blogButtonBox {
    margin-top: 5rem
}

.blogCard {
    margin: auto;
}

@media screen and (max-width: 767px) {
    .weDeliver.blog .blogButtonBox {
        margin-top: 0
    }
}

.weDeliver.blog a img {
    border-radius: 20px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .weDeliver.blog a img {
        height: auto
    }
}
.owl-blog .blogCard h5, .owl-blog .blogCard h4 {
    padding-left: 40px;
}
.blogImagesMain{
    max-width: 900px;
    margin: auto;
}
.blogImagesMain img{
    border-radius: 9px;
}
section.weDeliver.blog.blogPage p {
    font-size: 22px;
    font-family: 'Neue Haas Grotesk Display Pro';
    margin-bottom: 5rem;
    font-weight: 500;
    text-align: justify;
        line-height: 45px;
}

@media screen and (max-width: 767px) {
    .weDeliver.blog p {
        font-size: 13px
    }
}

.weDeliver.blog h3 {
    font-size: 18px;
    font-weight: normal
}

@media screen and (max-width: 767px) {
    .weDeliver.blog h3 {
        font-size: 15px
    }
}

.weDeliver.blog h3 a {
    color: #000
}

.weDeliver.blog h3 a:hover {
    color: #0051f9
}

.weDeliver.blog .badge {
    margin: 15px 0
}

.weDeliver.blog .badge span {
    color: #5b2cff;
    font-size: 14px;
    border-radius: 9px;
    background: #c3b3fc;
    display: inline-block;
    padding: 5px 20px;
    font-weight: normal
}

.weDeliver.blog .badge.badge-teal span {
    color: #12aec6;
    background: #b9f3fc
}

.weDeliver.blog .badge.badge-danger span {
    color: #f6b72b;
    background: #fdeecd
}

.weDeliver.blog .blogUser {
    align-items: center;
    font-size: 16px;
    font-weight: 500
}

@media screen and (max-width: 767px) {
    .weDeliver.blog .blogUser {
        display: none !important
    }
}

.weDeliver.blog .blogUser img {
    width: 40px;
    border-radius: 100px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 10px
}

.weDeliver h2 {
    font-size: 40px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: normal;
    color: #000;
    margin-bottom: 5rem
}

@media screen and (max-width: 767px) {
    .weDeliver h2 {
        font-size: 25px
    }
    .weDeliver.blog h3 a{
        font-size: 18px;
    }
}

.weDeliver h4 {
    font-size: 24px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: normal;
    margin: 15px 0 5px
}

.weDeliver p {
    font-size: 15px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 500;
    margin: 0
}

.weDeliver .deliverCard {
    margin: 3rem 4rem
}

@media screen and (max-width: 767px) {
    .weDeliver .deliverCard {
        margin: 0px 10px 58px
    }

    .weDeliver .deliverCard h4 {
        font-size: 15px
    }

    .weDeliver .deliverCard p {
        font-size: 12px
    }
}

.weDeliver .deliverCard img {
    height: 120px
}

@media screen and (max-width: 767px) {
    .weDeliver .deliverCard img {
        height: 70px
    }
}

.clients {
    padding: 40px 0;
    background: #eaf3ff
}

@media screen and (min-width: 1100px) {
    .clients {
        padding: 90px 0
    }
}

.clients h2 {
    font-size: 40px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: normal;
    color: #000;
    margin-bottom: 5rem
}

@media screen and (max-width: 767px) {
    .clients h2 {
        font-size: 25px;
        text-align: center
    }
}

.clients h5 {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: normal;
    font-size: 23px;
    margin-top: 5rem
}

@media screen and (max-width: 767px) {
    .clients h5 {
        text-align: center;
        font-size: 15px
    }
}

.clients h6 {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: normal;
    font-size: 19px
}

@media screen and (max-width: 767px) {
    .clients h6 {
        text-align: center;
        font-size: 12px
    }
}

.clients p {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 500;
    font-size: 21px;
    max-width: 643px
}

@media screen and (max-width: 767px) {
    .clients p {
        text-align: center;
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .clients .owl-carousel .owl-item img {
        width: auto;
        max-width: 160px;
        height: 160px;
        margin: 0 auto 3rem
    }
}

.clients .owl-theme .owl-nav [class*=owl-]:hover {
    background: rgba(0, 0, 0, 0);
    color: #000
}

.clients .owl-carousel img {
    border-radius: 100%;
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto
}

.prev-slide {
    background: url(../images/arrow-left-long-solid.svg) no-repeat center;
    width: 40px;
    height: 20px;
    position: relative;
    background-size: 70%
}

.prev-slide::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background: #9bbcfd;
    z-index: -1;
    left: -1px;
    top: -2px
}

.prev-slide:hover::after {
    background: #fff
}

.next-slide {
    background: url(../images/arrow-right-long-solid.svg) no-repeat center;
    width: 40px;
    background-size: 70%;
    height: 20px;
    position: relative
}

.next-slide::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background: #9bbcfd;
    z-index: -1;
    right: -1px;
    top: -2px
}

.next-slide:hover::after {
    background: #fff
}

.demo h2 {
    font-size: 45px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: normal;
    color: #fff;
    margin-bottom: 4rem
}

@media screen and (max-width: 767px) {
    .demo h2 {
        font-size: 24px;
        margin-bottom: 2rem
    }
}

.demoBox {
    background: url("../images/Bg.png") repeat center/cover;
    background-color: #0051f9;
    border-radius: 27px;
    padding: 7rem 9rem;
    color: #fff
}

@media screen and (max-width: 767px) {
    .demoBox {
        padding: 50px 30px
    }

    .demoBox .demoImg {
        display: none
    }

    .demoBox .demoButton {
        text-align: center
    }
}

.demoBox form .mb-3 {
    margin-bottom: 4rem !important
}

.demoBox form .form-control {
    background: rgba(0, 0, 0, 0);
    border: 0;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    color: #fff;
    border-radius: 0
}

@media screen and (max-width: 767px) {
    .demoBox form .form-control {
        font-size: 13px
    }
}

.demoBox form .form-control::-moz-placeholder {
    color: #fff
}

.demoBox form .form-control:-ms-input-placeholder {
    color: #fff
}

.demoBox form .form-control::placeholder {
    color: #fff
}

.demoBox form .form-control:focus {
    outline: none;
    box-shadow: none
}
section.caseStudyContent.overflow-hidden header.caseStudyHeader {
    margin-bottom: 110px;
}
section.caseStudyContent.challenge.advantageContent.overflow-hidden+.rules header p {
    font-weight: 500;
}
.demoBox form .btn {
    background: #fff;
    color: #000;
    font-size: 1.7rem; 
    padding: 12px 20px;
}
.caseContent p strong{
    font-weight: normal;
}
.demo .demoElement-1 {
    top: 5%;
    position: absolute;
    left: 50%;
    -webkit-animation: float 2s linear infinite;
    animation: float 2s linear infinite;
}

@media screen and (max-width: 767px) {
    .demo .demoElement-1 {
        top: -26px;
        position: absolute;
        left: 10%
    }
}

.demo .demoElement-2 {
    position: absolute;
    bottom: -8%;
    width: 100px;
    left: 40%;
    -webkit-animation: leftRight 2s linear infinite;
    animation: leftRight 2s linear infinite;
}

.faq {
    padding: 40px 0;
    position: relative
}

@media screen and (min-width: 1100px) {
    .faq {
        padding: 90px 0
    }
}

@media screen and (max-width: 767px) {
    .faq {
        padding-top: 80px
    }
}

.faq h2 {
    font-size: 45px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: normal;
    color: #000;
    margin-bottom: 2rem
}



.faq p {
    font-size: 25px;
    font-family: 'Neue Haas Grotesk Display Pro';
    margin-bottom: 5rem;
    font-weight: 500
}
@media screen and (max-width: 767px) {
    .faq h2 {
        font-size: 25px;
        margin-bottom: 2rem
    }
    .faq p {
         font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .faq p {
        font-size: 18px;
        margin-bottom: 3rem
    }
}

.faq form {
    max-width: 365px;
    margin: auto
}

.faq form .form-control {
    padding-left: 35px;
    font-size: 16px;
    height: 54px
}

@media screen and (max-width: 767px) {
    .faq form .form-control {
        font-size: 13px
    }
}

.faq form .form-control::-moz-placeholder {
    color: #ccc
}

.faq form .form-control:-ms-input-placeholder {
    color: #ccc
}

.faq form .form-control::placeholder {
    color: #ccc
}

.faq form button {
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: rgba(0, 0, 0, 0)
}

.faq .faqElement {
    position: absolute;
    left: -20px;
    top: 40%;
    -webkit-animation: leftRight 2s linear infinite;
    animation: leftRight 2s linear infinite;
}

@media screen and (max-width: 767px) {
    .faq .faqElement {
        display: none
    }
}

.faq .accordion {
    margin-top: 3rem
}

@media screen and (max-width: 767px) {
    .faq .accordion {
        margin: 3rem 20px 0
    }
}

.faq .accordion .accordion-item {
    border: 0
}

.faq .accordion .accordion-item:not(:last-child) {
    border-bottom: 1px solid #ccc
}

.faq .accordion .accordion-item:first-of-type .accordion-button {
    border: 0
}

.faq .accordion .accordion-header {
    margin: 0
}

.faq .accordion .accordion-header .accordion-button {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    background: rgba(0, 0, 0, 0);
    padding: 2rem 0
}

@media screen and (max-width: 767px) {
    .faq .accordion .accordion-header .accordion-button {
        font-size: 18px
    }
}

.faq .accordion .accordion-header .accordion-button:focus {
    outline: 0;
    box-shadow: none
}

.faq .accordion .accordion-header .accordion-button::after {
    background: url(../images/FAQ/add.svg) no-repeat center;
    width: 25px;
    height: 25px
}

.faq .accordion .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none
}

.faq .accordion .accordion-header .accordion-button:not(.collapsed)::after {
    background: url(../images/FAQ/minus-circle-outline.svg) no-repeat center;
    width: 25px;
    height: 25px
}

.faq .accordion .accordion-body {
    font-size: 18px;
    font-weight: 500;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 30px
}

@media screen and (max-width: 767px) {
    .faq .accordion .accordion-body {
        font-size: 16px
    }
    .erpSolution p br{
        display:none;
    }
    section.erpSolution+section.featured {
    margin-top: 30px;
}
}

.owl-bannerLogo {
    text-align: center
}

.owl-bannerLogo img {
    width: 85px !important;
    display: inline-block !important
}

footer {
    background-color: #1f2223;
    color: #fff;
    position: relative
}

footer .container {
    max-width: 1300px
}

footer h2 {
    font-size: 4rem;
    font-weight: normal;
    margin: 7rem 0 2rem;
    padding-left: 60px
}

@media screen and (max-width: 767px) {
    footer h2 {
        margin: 2rem 0 2rem;
        padding-left: 0;
        font-size: 2.4rem;
        text-align: center;
        border-top: 1px solid #3a3d3d;
        padding-top: 2rem
    }
}

footer .border-right {
    border-right: 1px solid #3a3d3d;
    padding-right: 0
}

footer .border-right .logoArea {
    padding: 7rem 0 4rem;
    position: relative;
    border-bottom: 1px solid #3a3d3d;
    margin-bottom: 5rem
}

@media screen and (max-width: 767px) {
    footer .border-right .logoArea {
        text-align: center;
        padding: 3rem 0 2rem
    }

    footer .border-right .logoArea img {
        max-width: 250px
    }
}

footer .border-right .logoArea h6 {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    color: #ccc
}

@media screen and (max-width: 767px) {
    footer .border-right .logoArea h6 {
        font-size: 15px;
        line-height: 1.6
    }
}

footer .border-right .logoArea::after {
    content: "";
    bottom: -1px;
    left: -100%;
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: #3a3d3d
}

footer .footerBottom {
    border-top: 1px solid #3a3d3d;
    padding: 15px 0
}

footer .footerBottom p {
    margin: 0;
    font-size: 15px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 500
}

footer .footerMenuBox {
    margin-bottom: 4rem
}

@media screen and (max-width: 767px) {
    footer .footerMenuBox {
        margin-top: -4rem
    }
}

footer .footerMenuBox h3 {
    font-size: 19px;
    margin-bottom: 2rem
}

@media screen and (max-width: 767px) {
    footer .footerMenuBox h3 {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
  

    footer .footerMenuBox ul.toggleMenu {
        display: block !important
    }

    footer .footerMenuBox ul li {
        text-align: center
    }

    footer .footerMenuBox h3 {
        text-align: center;
        margin-top: 4rem;
        margin-bottom: 1rem
    }
}

footer .footerMenuBox ul li a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    margin: 1rem 0
}

footer .footerMenuBox ul li a:hover {
    color: #12aec6
}

footer .footerEle {
    position: absolute
}

footer .footerEle.footerEle-1 {
    top: -7%;
    right: 10%;
    width: 105px;
    animation: float 2s linear infinite;
}.logoArea img {
    max-width: 200px;
}

footer .footerMenuBox ul li img {
    max-width: 20px;
    margin-right: 10px;
    filter:  brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
    footer .footerEle.footerEle-1 {
        top: -20px;
        right: 80%;
        width: 55px
    }
}

footer .footerEle.footerEle-2 {
    top: 15%;
    left: -20px;
    width: 62px;
    -webkit-animation: rotatation 4s linear infinite;
    animation: rotatation 4s linear infinite
}

@media screen and (max-width: 767px) {
    footer .footerEle.footerEle-2 {
        left: unset;
        right: 5%;
        width: 50px;
        top: -50px
    }
}

footer .footerEle.footerEle-3 {
    bottom: 0;
    right: 0
}

@media screen and (max-width: 767px) {
    footer .footerEle.footerEle-3 {
        position: relative
    }
}

footer form {
    max-width: 362px;
    margin-left: 55px;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 767px) {
    footer form {
        margin: auto
    }
}

footer form .form-control {
    height: 62px;
    border-radius: 30px;
    font-size: 16px;
    border: 0;
    background: #686a6b;
    color: #fff;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    footer form .form-control {
        font-size: 13px
    }
}

footer form .form-control::-moz-placeholder {
    color: #fff
}

footer form .form-control:-ms-input-placeholder {
    color: #fff
}

footer form .form-control::placeholder {
    color: #fff
}

footer form button {
    position: absolute;
    background-color: #fff;
    border-radius: 100px;
    border: 0;
    top: 0;
    right: 0;
    width: 64px;
    height: 100%
}

footer form button img {
    transition: .3s linear
}

footer form button:hover img {
    transform: translateX(5px)
}

.progress {
    height: 5px;
    margin-top: 1rem
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    .faq .faqElement {
        display: none
    }

    .featured .featuredCard {
        margin: 2rem 0
    }

    .banner .owl-banner .item .row .col-md-5 {
        padding-left: 4vw
    }

    .banner .owl-banner .item .screenBigHero {
        height: auto
    }

    .trustSchools {
        margin-top: 4rem
    }

    .banner .owl-banner .item .btn.btn-link {
        margin-left: 0;
        margin-top: 3rem
    }

    .trustSchools h2 {
        font-size: 30px
    }

    .bannerEle.bannerEle-3 {
        display: none
    }

    section.whyChooseUs .col-md-6.order-md-2 {
        display: flex
    }

    .whyChooseUs .whyElemt {
        bottom: -6%;
        width: 100px
    }

    .weDeliver.blog p {
        font-size: 25px;
        margin-bottom: 2rem
    }

    .weDeliver.blog a img {
        height: auto
    }

    .demoBox {
        padding: 7rem 2rem
    }

    footer h2 {
        font-size: 2.3rem
    }

    .faq p {
        margin-bottom: 3rem
    }

    .demo h2 {
        font-size: 32px
    }

    .weDeliver h2 {
        max-width: 500px;
        margin: auto
    }

    .clients h2 {
        margin-bottom: 3rem
    }

    .banner .owl-banner .item h1 {
        font-size: 30px;
        margin-top: 11rem
    }

    .navbar-toggler-icon {
        position: relative;
        height: 2px;
        background-color: #000;
        width: 30px
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        background-color: #000;
        content: "";
        height: 2px;
        width: 30px;
        position: absolute;
        top: -7px;
        left: 0
    }

    .navbar-toggler-icon::after {
        top: unset;
        bottom: -7px;
        width: 15px;
        right: 0;
        left: unset;
        transition: .3s linear
    }

    .navbar-toggler {
        border: 0
    }

    .navbar-toggler:focus {
        box-shadow: none
    }

    .navbar-toggler:focus .navbar-toggler-icon::after {
        width: 30px
    }

    .navbar-collapse {
        background: #d8eaff;
        background: linear-gradient(45deg, #d8eaff 63%, #f5f9ff 100%)
    }

    .btn-primary {
        margin: 15px 10px
    }

    .weDeliver .row::after {
        background: url("../images/Dotted line (Tablet).svg") no-repeat center;
        left: 120px;
        top: -30px
    }

    .weDeliver.blog .row::after {
        display: none
    }

    .weDeliver h4 {
        font-size: 15px
    }

    .weDeliver p {
        font-size: 9px
    }

    .weDeliver .deliverCard img {
        height: 80px
    }

    div#erpTabContent {
        display: flex;
        height: 100%;
        align-items: center
    }

    .whatIn #whatInTabContent {
        background-size: 400%
    }
}

.tabElement {
    position: absolute
}





.tabElement.tabElement-1 {
    top: 20px;
    left: -90px;
    -webkit-animation: float 7s ease-in-out infinite;
    animation: float 7s ease-in-out infinite
}

.tabElement.tabElement-2 {
    top: 190px;
    left: -100px;
    -webkit-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite
}

.tabElement.tabElement-3 {
    top: -60px;
    left: 50%
}

.tabElement.tabElement-4 {
    bottom: -110px;
    -webkit-animation: float 6s ease-in infinite;
    animation: float 6s ease-in infinite;
    right: 90px
}

.tabElement.tabElement-5 {
    left: -40px;
    bottom: 0px;
    -webkit-animation: float 2s linear infinite;
    animation: float 2s linear infinite
}

.tabElement.tabElement-6 {
    right: -40px;
    top: 20%;
    -webkit-animation: float 3s ease infinite;
    animation: float 3s ease infinite
}

@media only screen and (min-width: 769px) {
    .demoImg {
        margin-left: 80px
    }

    .slick-dots {
        position: absolute;
        bottom: unset;
        display: block;
        width: auto;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        top: 50%;
        right: 80px;
        transform: translateY(-50%)
    }

    .slick-dots li {
        display: block;
        height: 15px
    }

    .slick-dots li.slick-active {
        margin: 5px 5px;
        transition: .3s linear;
        height: 30px
    }

    .slick-dots li.slick-active button {
        transition: .3s linear;
        height: 30px
    }

    .slick-dots li.slick-active button::before {
        transition: .3s linear;
        height: 30px
    }

    .slick-dots li button::before {
        content: "";
        background-color: #888;
        width: 6px;
        height: 6px;
        border-radius: 100px
    }
}

@media only screen and (min-width: 1600px) {
    .container-fluid {
        max-width: 1500px
    }
}

@media only screen and (max-width: 767px) {
    .erpSolution .nav-tabs .nav-item .nav-link {
        width: 100%
    }
}

@media only screen and (min-width: 768px)and (max-width: 1100px) {
    .tabElement img {
        width: 80px;
    }

    .tabElement.tabElement-1 {
        left: 0;
    }

    .tabElement.tabElement-4 {
        bottom: -40px;
    }

    .tabElement.tabElement-2 {
        left: -40px;
    }

    .tabElement.tabElement-6 {
        right: -20px;
    }

    section.erpSolution {
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .whatIn #whatInTabContent {
        min-height: unset;
    }

    .tabElement img {
        width: 80px;
    }

    .whatIn #whatInTabContent .whatInList li a {
        font-size: 15px;
    }

    .banner .owl-banner .item .row .col-md-5 {
        padding-left: 0;
    }

    .tabElement.tabElement-1 {
        left: 0;
    }

    .tabElement.tabElement-4 {
        bottom: -40px;
    }

    .tabElement.tabElement-2 {
        left: -40px;
    }

    .tabElement.tabElement-6 {
        right: -20px;
    }

    section.erpSolution {
        overflow: hidden;
    }

    .col-md-6.border-right {
        border: 0;
        overflow: hidden;
    }
}

div#whatInTabContent .col-md-5 {
    position: relative;
}

div#teacher-tab-pane img.whatInImg {
    bottom: 30px;
}

div#parents-tab-pane .whatInImg {
    bottom: 40px;
}

div#child-tab-pane .whatInImg {
    bottom: 40px;
    transform: scale(1.5);
}

/*# sourceMappingURL=main.min.css.map */


.owl-about.owl-carousel .item img.screenBigHero {
    height: auto;
    max-width: 424px;
    width: unset;
}
.banner .owl-about .item p {
    font-size: 25px;
    margin-top: 3rem;
}
.trustSchools.text-center + .aboutContent.text-center {
    margin-top: 100px;
}
.trustSchools.text-center + .aboutContent.text-center p{
    line-height: 40px;
}
.owl-about.owl-carousel {
    height: 100vh;
        display: flex;
    align-items: center;
}
a.whatsappButton.footerEmail {
    right: 75px;
    background: #0051f9;
   
}
a.whatsappButton.footerEmail img{
    filter: brightness(0) invert(1);  
}
a.whatsappButton.footerEmail:hover{
    background: #222;
}
.banner .owl-about.owl-carousel .item .row {
    height: 100%;
    margin-top: 15vh;
}

.aboutBanner .owl-banner .item h1 {
    font-size: 46px;
}

.aboutBanner .bannerEle.bannerEle-3 {
    right: unset;
    left: -80px;
    top: 22%;
}

.trustedLogos {
    padding: 50px 0;
    overflow: hidden;
}

.aboutContent h4 {
    font-size: 40px;
    font-weight: normal;
}

.aboutContent p {
    font-size: 20px;
    line-height: 52px;
    font-weight: 500px;
}

.abtTitle {
    margin-top: 90px;
}

.aboutContentBottom {
    padding: 100px 0;
    position: relative;
}

.owl-abt .featuredCardContent h3 {
    font-size: 20px;
    margin-top 25px
}
.owl-abt .featuredCardContent p {
    font-size: 14px;
}
.aboutContentBottom h3 {
    font-size: 45px;
    font-weight: normal;
    margin-bottom: 25px;
}

.aboutContentBottom p {
    font-size: 20px;
    line-height: 44px;
}

.aboutContentBottom .col-md-6 img {
    max-width: 478px;
}

.aboutContentBottom .row:not(:last-child) {
    margin-bottom: 100px;
}

.aboutContentBottom .bannerEle.bannerEle-3 {
    bottom: -3%;
}

.aboutContentBottom .bannerEle {
    right: -30px;
    max-width: 140px;
}

.aboutFeatured {
    padding: 50px 0;
    background-color: #edf3ff;
}

.worldCastContent {
    margin: 50px 0 100px;
}

.aboutFeatured h2 {
    margin-bottom: 0;
}

.worldBox {
    background: #0755F9;
    padding: 40px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .1607843137);
    border-radius: 30px;
    margin-bottom: 50px;
    color: #fff;
}
.worldBox .col-5 {
    width: 30%;
}

.worldCastContent span {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    background-color: gray;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

ul#academicTab {
    justify-content: center;
    border: 0;
    margin: 30px 0 70px;
    font-size: 24px;
}

ul#academicTab .nav-item .nav-link {
    padding: 10px 60px;
    border: 1px solid;
    border-radius: 40px;
    color: #555;
    margin: 0 -25px;
}

.owl-videos {
    margin-bottom: 80px;
}

ul#academicTab .nav-link.active {
    background-color: #0051f9;
    color: #fff;
    border-radius: 40px;
    position: relative;
    z-index: 2;
}

.carousel-indicators {
    position: unset;
    box-shadow: 12px 6px 21px #2E2E2E1F;
    border-radius: 17px;
    font-size: 16px;
    margin: unset;
    justify-content: space-around;
    padding: 32px;
}

.carousel-indicators [data-bs-target].active {
    color: #0051f9;
    position: relative;
}

.carousel-indicators [data-bs-target].active::after {
    width: 100%;
    content: '';
    position: absolute;
    bottom: -43px;
    background-color: #0051f9;
    height: 3px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: auto;
    height: auto;
    text-indent: unset;
    flex-direction: column;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    opacity: .7;
}
.logoArea h6 {
    max-width: 90%;
}

#academicTabContent h4 {
    font-size: 35px;
    color: #043DDC;
    margin-bottom: 30px;
    font-weight: normal;

}

#academicTabContent p {
    font-size: 24px;
    max-width: 500px;
    line-height: 47px;
}

#academicTabContent .carousel-inner {
    margin: 100px 0 0;
}

.carousel-indicators [data-bs-target] span {
    margin-top: 10px;
    font-size: 15px;
    white-space: nowrap;
}

.carousel-inner img {
    max-width: 255px;
}

.carousel-indicators [data-bs-target] img {
    height: 44px;
}

.worldCastContent h5 {
    font-size: 35px;
    line-height: 52px;
    font-weight: normal;
}

.worldCastContent p {
    font-size: 28px;
}

.contactUs {
    background: #00B4DB;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3354f836, #fff);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #6780fc80, #c7d3fa);
    padding: 60px 0 0;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.contactUs.demo .demoElement-2 {
    left: 50px;
}

.contactUs.demo .demoElement-1 {
    top: 25%;
    right: 0;
    left: unset;
    max-width: 80px;
}

.contactUs .demoBox {
    background: unset;
}

.contactUs h2 {
    font-size: 45px;
    font-weight: normal;
    color: #000;
    margin-bottom: 12px;

}

.contactUs p {
    font-size: 22px;
    color: #000;
    margin-bottom: 35px;
}

.contactUs header {
    margin-bottom: 80px;
}

.contactUs .demoBox form .form-control {
    background: #fff;
    font-size: 15px;
    border: 0;
    color: #000;
    border-radius: 8px;
    height: 53px;
    padding: 15px;
    font-weight: 500;
}

.contactUs .demoBox form .btn {
    background: #0940c2;
    color: #fff;
}

.contactUs .demoBox form .form-control::placeholder {
    color: #999;
}

.contactUs h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
    font-size: 600;
}

.contactUs p a {
    color: #000;
    margin-left: 12px;
    display: inline-block;
}

.blogPage .blogCard {
    max-width: unset;
}

.blogPage header {
    margin-bottom: 56px;
}

.blogHeader {
    max-width: 900px;
    margin: auto auto 80px;
}

.blogImg {
    margin-bottom: 90px;
}

.weDeliver.blog.blogPage {
    margin-top: 0;
}

.blogPage p {
    line-height: 53px;
    max-width: 900px;
    margin: auto;
}

.blogSubscribe form {
    border-radius: 12px;
    border: 1px solid #fff;
    padding: 5px
}

.blogSubscribe form .btn {
    padding: 10px 30px;
}

.blogSubscribe form .form-control {
    height: 43px;
    border: 0;
    border-left: 1px solid #ffffff6f;
    border-radius: 0;
    margin-left: 10px;

}

.blogSubscribe .demoBox h2 {
    margin-bottom: 50px;

}

.demo.blogSubscribe {
    margin: 100px 0;
}

.blogSubscribe.demo .demoElement-1 {
    top: -8%;
}

.blogSubscribe.demo .demoElement-2 {
    bottom: -15%;
}

.weDeliver.blog .blogHeader h3 {
    font-size: 45px;
}



.blogPagination ul li a {
    font-size: 18px;
    color: #000;

}

.blogSlider {
    max-width: 900px;
    margin: auto;
}
.blogSlider .owl-blog {
    margin-top: 50px;
}
.blogPage.weDeliver .blogSlider>h3 {
    font-size: 45px;
    font-weight: normal;
    text-align: center;
}

.paginations li a {
    padding: 3px 13px;
    font-size: 14px;
}

.paginations li a.active {
    color: #fff !important;
    background-color: #0051f9;
    border-radius: 8px;
}

.blogPageList .owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
    transition: .3s all;
}

.paginations li a {
    color: #666 !important;
}

.paginations {
    margin-top: 2%;
}

.blogPage.weDeliver h4 a {
    color: #000;
    font-weight: normal;
}

.owl-case .owl-stage-outer .owl-stage .owl-item:nth-child(odd) img {
    margin-top: 50px;
}

.caseStudy {
    overflow: hidden;
}

.caseStudyContent {
    padding: 150px 0;
    position: relative;
}

.caseStudyDemo {
    padding-bottom: 120px;
}

.caseStudyContent img.demoElement-2 {
    position: absolute;
    top: 50%;
    left: -60px;
    -webkit-animation: leftRight 2s linear infinite;
    animation: leftRight 2s linear infinite;
}

.caseStudyContent img.bannerEle.bannerEle-1 {
    top: unset;
    bottom: 24%;
}

.caseStudyContent .row:not(:last-child) {
    margin-bottom: 130px;
}

.caseContent p {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 20px;
}

.caseLogo,
.caseContent {
    background-color: #EDF2FD;
    border-radius: 29px;
    padding: 40px;
    height: 100%
}

.caseStudyContent header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.caseStudyContent header h3 {
    font-size: 45px;
    font-weight: normal;
}

.caseStudyContent header p {
    font-size: 25px;
}

.caseStudy img.bannerEle.bannerEle-1 {
    right: unset;
    left: -50px;
    top: 25%;
}

.caseStudy img.bannerEle.bannerEle-3 {
    left: unset;
    right: -70px;
    top: 190px;
}

.caseStudy h2 {
    font-size: 45px;
    font-weight: normal;
    margin: 140px auto 30px;
    max-width: 800px;
}

.caseStudy header {
    margin-bottom: 60px;
}

img.demoElement-33 {
    max-width: 70px;
    position: absolute;
    left: -12px;
    top: 35%;
    -webkit-animation: leftRight 2s linear infinite;
    animation: leftRight 2s linear infinite;
}

img.demoElement-1.demoElement-11 {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-animation: leftRight 2s linear infinite;
    animation: leftRight 2s linear infinite;
}

img.demoElement-2.demoElement-22 {
    position: absolute;
    top: 120%;
    right: -0%;
    max-width: 100px;
    -webkit-animation: leftRight 2s linear infinite;
    animation: leftRight 2s linear infinite;
}

.blogPageList .blogCard {
    margin: 50px 0;
}

.productsPage p {
    font-size: 25px;
    margin-bottom: 20px;
}

.productsPage header h2 {
    margin-bottom: 10px;
}

.productsPage {
    background-color: #b7e3f957;
}

.advantageContent {
    background: #0053f91e;
}

.advantageContent p {
    font-size: 21px;
    line-height: 35px;
    margin-bottom: 20px;
}

.brandSection {
    padding: 50px 0
}

.brandSection .owl-carousel {
    margin-bottom: 40px;
}

.caseStudyContent2 header {
    max-width: unset;
}

.caseStudyContent.advantageContent {
    padding: 100px 0;
}

.caseStudyContent.advantageContent img.demoElement-2 {
    top: 35%;
    left: -27px;
    max-width: 115px;
     -webkit-animation: leftRight 2s linear infinite;
    animation: leftRight 2s linear infinite;
}
.bookDemoProducts{
    margin-bottom: 100px;
}

.caseStudyContent.advantageContent header {
    max-width: unset;
}

.advantageContent h5 {
    font-size: 25px;
    font-weight: normal;
    line-height: 52px;
    max-width: 600px;
}

.caseStudy2 img {
    max-width: 333px;
}

.caseStudy2 p {
    font-size: 27px;
    line-height: 37px;
    margin-top: 40px;
}

.getDemo .demoBox {
    border-radius: 0;

}

.challenge.caseStudyContent header {
    text-align: left;
    margin-bottom: 20px;
}

.challenge.caseStudyContent img {
    max-width: 444px;
}

.challenge.caseStudyContent {
    margin: 80px 0;
}

div.getDemo a.btn.btn-primary {
    background: #fff;
    color: #0051f9;
    font-size: 27px;
}

.rules {
    position: relative;
    overflow: hidden;
}

.rules h3 {
    font-size: 40px;
    line-height: 52px;
    font-weight: normal;
    margin-bottom: 20px;
}

.caseStudy2 header h2 {
    max-width: unset;
}

.rules p {
    font-size: 25px;
    line-height: 19px;
    font-weight: normal;
}

.rules ul {
    list-style: none;
    padding: 0;
    max-width: 900px;
    margin: 70px auto;
}

.rules ul li {
    font-size: 25px;
    line-height: 41px;
    margin-bottom: 30px;
}


.owl-mobile .item {
    background: transparent linear-gradient(126deg, #0755F9 0%, #5B8BEF 100%) 0% 0% no-repeat padding-box;
    border-radius: 40px;
    padding-bottom: 80px;
}

.owl-mobile h4 {
    font-size: 30px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    padding: 50px 0 20px;
    font-weight: normal;
}

.owl-mobile .owl-item img {
    display: inline-block;
    width: unset;
}

.owl-mobile .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.owl-mobile .owl-nav span {
    border-radius: 100%;
    font-size: 30px;
    background-color: #fff;
    color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    box-shadow: 12px 6px 26px #2E2E2E33;
}

.owl-mobile .owl-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50px);
}

.owl-mobile .owl-dots .owl-dot.active span {
    width: 30px;
}

.owl-mobile .owl-nav .owl-prev {
    position: relative;
    border-radius: 100%;
    left: -30px;
}

.owl-mobile .owl-nav .owl-next {
    position: relative;
    border-radius: 100%;
    right: -30px;
}

.mobileLeft,
.mobileRight {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-around;
}

.col-md-4.mobileRight>span:nth-child(even) {
    position: relative;
    left: -50px;
}

.col-md-4.mobileLeft>span:nth-child(even) {
    position: relative;
    right: -50px;
}

.mobileLeft {
    order: 1;
    align-items: end;
}

.mobileRight {
    order: 3;
}

.mobile {
    text-align: center;
    order: 2;
}

.mobile img {
    max-width: 218px;
    display: inline-block;
}

.owl-mobile .row span {
    font-size: 18px;
    background-color: #fff;
    box-shadow: 12px 6px 26px #2E2E2E33;
    border-radius: 10px;
    display: inline-flex;
    padding: 15px 20px;
    color: #000;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.caseStudyContent2.mobileApps {
    padding-bottom: 0;
}

.owl-mobile .row span img {
    margin-right: 10px;
}

@media screen and (min-width: 1100px) {
    .blogPageList .owl-theme .owl-nav.disabled+.owl-dots {
        top: 0 !important;
        position: relative;
    }
}
footer .footerMenuBox h3 a{
    color:#fff;
}

@media screen and (max-width: 768px) {
    .navbar-collapse{
    display: block !important;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    padding-top: 30%;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: .3s all ease;
    padding-left: 10px;
}
button.navbar-toggler[aria-expanded="true"] span {
    background: transparent;
}
button.navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon::after{
    width: 30px;
    transform: rotate(45deg);
        top: 0;
}
button.navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon::before {
    transform: rotate(-45deg);
        top: 0;
}
button.navbar-toggler[aria-expanded="true"] {
    background: transparent;
}
.navbar-collapse.show{
   visibility: visible;
    opacity: 1;
    z-index: 1; 
}
.navbar.navbar-expand-lg .nav-link {
    font-size: 25px;
    padding: 8px 10px;
    font-weight: normal;
}
.navbar-brand, .navbar-toggler {
    position: relative;
    z-index: 99999;
}
    .aboutFeatured .featuredCard {
        min-height: 237px;
    }
.owl-case .owl-dots {
    display: none;
}
.demo.blogSubscribe.wow.fadeInUp + header {
    padding-left: 15px;
}
.weDeliver.blog.blogPage {
    margin-top: 70px;
}
section.weDeliver.blog.blogPage p {
    font-size: 18px;
       text-align: center;
    line-height: 35px;
}
    .mobile {
        text-align: center;
        order: unset;
    }

    .caseStudy h2 {
        font-size: 26px;
    }

    .productsPage p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    video {
    height: auto;
    width: 100%;
    border-radius: 14px;
}
    div.getDemo a.btn.btn-primary {
        font-size: 16px;
    }

    div.getDemo a.btn.btn-primary img {
        width: 20px;
    }

    .caseStudyContent header h3 {
        font-size: 25px;
        text-align: center;
    }

    .caseStudyContent .row:not(:last-child) {
        margin-bottom: 100px;
    }

    .blogPage.weDeliver .blogSlider>h3 {
        font-size: 26px;
        font-weight: normal;
        margin-bottom: 30px;
        margin-top: 80px;
    }

.owl-blog .blogCard h5, .owl-blog .blogCard h4{
    padding: 0;
}
    .weDeliver.blog .blogHeader h3 {
        font-size: 25px;
        line-height: 40px;
    }

    .blogPage header {
        margin-bottom: 15px;
    }

    .contactUs h2 {
        font-size: 35px;
    }
.contactUs form {
    margin-top: 30px;
}
    .contactUs h3 {
        font-size: 22px;
        display:none;
    }

    .demoBox form .btn {
        font-size: 16px;
    }

    .contactUs.demo .demoElement-2 {
        bottom: -5%;
    }

    .rules ul {
        position: relative;
        padding-left: 30px;
    }

    .rules ul::before {
        width: 2px;
        background-color: #222;
        height: 76%;
        left: 9px;
        top: 15px;
        content: '';
        position: absolute;
    }

    .rules ul li {
        position: relative;
    }

    .rules ul li::before {
        position: absolute;
        left: -30px;
        top: 15px;
        transform: translateY(-50%);
        content: '';
        background-color: #0051f9;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        border: 5px solid #fff;
    }

    .contactUs p {
        font-size: 18px;
        margin-bottom: 35px;
    }

    .contactUs header {
        margin-bottom: 50px;
    }

    .weDeliver.blog p {
        font-size: 13px;
        line-height: 28px;
        margin-bottom: 2rem;
    }

    .blogSubscribe form .btn {
        padding: 6px 30px;
        margin: 0;
    }

    .rules h3 {
        font-size: 22px;
        line-height: 30px;
        font-weight: normal;
        margin-bottom: 20px;
    }

    .rules ul li {
        font-size: 18px;
        line-height: 31px;
        margin-bottom: 20px;
    }

    .advantageContent h5 {
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 30px;
    }
section.brandSection+section.caseStudyContent.caseStudyContent2.overflow-hidden {
    padding-top: 0;
}
.carousel-indicators [data-bs-target].active::after{
    bottom: -26px;
}
    .advantageContent p {
        font-size: 18px;
        line-height: 32px;
        margin: 0 15px 20px;
        text-align: center;
    }

    .caseStudyContent img.demoElement-2,
    .caseStudyContent.advantageContent img.demoElement-2 {
        display: none;
    }

   .owl-mobile h4, section.caseStudyContent.caseStudyContent2.overflow-hidden h3 {
        font-size: 25px;
    }

    #academicTabContent h4 {
        font-size: 25px;
        margin-top: 40px;
    }

    #academicTabContent p {
        font-size: 18px;
        max-width: 500px;
        line-height: 37px;
    }

    .caseStudyContent header p {
        font-size: 18px;
    }

    .carousel-indicators [data-bs-target] span {
        margin-top: 10px;
        font-size: 14px;
    }

    .carousel-indicators [data-bs-target] {
        justify-content: unset;
        white-space: nowrap;
    }

    .carousel-indicators {
        overflow-x: auto;
        display: flex;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        padding: 15px;
    }

    .aboutBanner .owl-banner .item h1 {
        font-size: 25px;
    }

    .owl-about.owl-carousel {
        height: unset;
    }

    .aboutBanner.banner .owl-banner .item p {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .aboutContentBottom .col-md-6 img {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .aboutContentBottom .row:not(:last-child) {
        margin-bottom: 60px;
    }

    .featured .featuredCard {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .tab-content .featured .featuredCard {
        min-height: 240px;
    }

    section.worldCastContent .row div {
        width: 100%;
        flex: unset;
    }

    .worldCastContent p {
        font-size: 20px;
    }
.worldBox .row .row {
    margin-bottom: 30px;
}
.worldBox {
    margin: 0 30px;
}
    .worldCastContent h5 {
        font-size: 33px;
        margin-top: 16px;
        line-height: normal;
    }

    section.worldCastContent .row {
        display: block;
        text-align: center;

    }

    section.worldCastContent .row:not(:last-child) {
        margin-bottom: 30px;
    }

    .caseStudy2 p {
        font-size: 18px;
        line-height: 34px;
        margin-top: 20px;
    }
    .challenge.caseStudyContent header {
    width: 100%;
}
section.caseStudyContent.challenge.advantageContent.overflow-hidden+.rules header p {
    font-weight: 500;
    line-height: normal;
    font-size: 18px;
}
    .challenge.caseStudyContent img {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .caseStudy2 img {
        max-width: 273px;
    }

    .worldCastContent {
        margin: 0px 0 100px;
    }

    .featured .featuredCard .featuredCardContent {
        text-align: center;
    }

    .featured .featuredCard .featuredIcon {
        width: unset;
        height: unset;
        margin: auto !important;
    }

    .aboutContentBottom h3 {
        font-size: 25px;
        text-align: center;
    }

    .aboutContentBottom p {
        font-size: 18px;
        line-height: 34px;
        text-align: center;
    }

    .aboutContent h4 {
        font-size: 24px;
    }

    .aboutContent p {
        font-size: 18px;
        line-height: 30px !important;
    }

    ul#academicTab .nav-item .nav-link {
        padding: 10px 26px;
        margin: 0 -12px;
        font-size: 15px;
    }

    .carousel-inner img {
        border-radius: 15px;
    }

    .mobileLeft {
        align-items: center;
    }

    .owl-mobile .row span {
        margin: 10px auto;
        width: 90%;
    }

    .owl-mobile .owl-nav {
        top: 25%;
    }

    .owl-mobile {
        max-width: 90%;
        margin: auto;
    }

    .owl-mobile .owl-nav span {
        width: 40px;
        height: 40px;
    }

    .caseContent {
        margin-top: 10px;
        text-align: center;
    }

    .caseLogo,
    .caseContent {
        padding: 25px;
    }

    .caseContent p {
        font-size: 18px;
    }

    .col-md-4.mobileRight>span:nth-child(even) {
        left: 0;
    }

    .col-md-4.mobileLeft>span:nth-child(even) {
        right: 0;
    }

    .mobileRight {
        align-items: center;
    }

    .carousel-inner {
        text-align: center;
    }

    section.caseStudyContent.caseStudyContent2.overflow-hidden {
        padding-bottom: 0;
    }

    .carousel-indicators [data-bs-target] img {
        width: auto;
    }

    .brandSection .owl-carousel {
        margin-bottom: 30px;
    }
    a.whatsappButton.footerEmail {
    right: 75px;
    background: #0051f9;
    right: 15px;
    bottom: 70px;
}

}

