
:root {
    --primary: #d93131;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}
*{  margin:0;
    padding:0px;
}
p
{
    font-family: 'Roboto', system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}
.ecs{
    margin-top: 20px;
}
/*** Spinner ***/
.topbar{
    color: #090444;
}
.bi-arrow-up{
    font-size: 18px;
}
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.scrolling-languages ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    animation: scroll 10s linear infinite;
    font-size: 18px;
    font-weight: 700;
    color: #5a598c;
}
.scrolling-web ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    animation: scroll 20s linear infinite;
    font-size: 18px;
    font-weight: 700;
    color: #5a598c;
}
.scrolling-bill ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    animation: scroll 25s linear infinite;
    font-size: 18px;
    font-weight: 700;
    color: #5a598c;
}
.scrolling-finance ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    animation: scroll 30s linear infinite;
    font-size: 18px;
    font-weight: 700;
    color: #5a598c;
}
.scrolling-cms ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    animation: scroll 20s linear infinite;
    font-size: 18px;
    font-weight: 700;
    color: #5a598c;
}
.scrolling-school ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    animation: scroll 20s linear infinite;
    font-size: 18px;
    font-weight: 700;
    color: #5a598c;
}
.scrolling-seo ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    animation: scroll 20s linear infinite;
    font-size: 18px;
    font-weight: 700;
    color: #5a598c;
}
.blog-content{
    width:300px;
    height: 300px;
}
.scrolling-smo ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    animation: scroll 20s linear infinite;
    font-size: 18px;
    font-weight: 700;
    color: #5a598c;
}
.scrolling-languages {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}



.scrolling-languages li {
    display: inline;
    margin-right: 20px;
}
.scrolling-web {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}



.scrolling-web li {
    display: inline;
    margin-right: 20px;
}
.scrolling-bill {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}



.scrolling-bill li {
    display: inline;
    margin-right: 20px;
}
.scrolling-finance {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}



.scrolling-finance li {
    display: inline;
    margin-right: 20px;
}
.scrolling-school {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}



.scrolling-school li {
    display: inline;
    margin-right: 20px;
}
.scrolling-cms {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}



.scrolling-cms li {
    display: inline;
    margin-right: 20px;
}
.scrolling-seo {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}



.scrolling-seo li {
    display: inline;
    margin-right: 20px;
}
.scrolling-smo {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}



.scrolling-smo li {
    display: inline;
    margin-right: 20px;
}
@keyframes scroll {
    0% {
        transform: translateX(200%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 700 !important;
    font-size: 30px;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}
.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 100%;
    padding-left: 400px;
    padding-right: 400px;
    padding-top: 200px;
    border-radius: 5px;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border: 2px solid #0c335c; /* Add a border color, adjust the width and color as needed */
}

#applicationForm{
    padding: 20px;
}
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #000;
}

.width-100
{
    width: 100%;
    height: 600px;
    background-position: center;
    background-size: cover;
}
/*** Button ***/
.btn {
font-family: 'Roboto', system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 600;
    transition: .5s;
}
.model {
    display: none;
    position: fixed;
    z-index: 8;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }
  .model-content {
    margin: 50px auto;
    border: 1px solid #999;
    width: 60%;
  }
  .blog-img{
    padding: 5px;
  }
   .contact-form button {
    width: 100%;
    padding: 10px;
    border: none;
    background: #1c87c9;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
  }
  span {
        color: #666;
        display: block;
        padding: 0 0 5px;
      }
      .close {
        color: #7f1818;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  button.button {
    background: none;
    border-top: none;
    outline: none;
    border-right: none;
    border-left: none;
    border-bottom: #02274a 1px solid;
    padding: 0 0 3px 0;
    font-size: 16px;
    cursor: pointer;
  }
  button.button:hover {
    border-bottom: #a99567 1px solid;
    color: #a99567;
  }
.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
    background-color: #00265f;
    border: #00265f;
    font-size: small;
}
.contacticon{
  font-size: 20px;

}
.logo-img {
    max-width: 40px;
    max-height: 40px;
  margin-right: 10px;
}
.vendor-carousel img {
    height: 64px;
    width: 64px;
}
.get-in-touch .mb-2 i {
    font-size: 1.2rem;
    margin-right: 10px;
}
.quick-links .link-animated a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    transition: all 0.3s;
}
.quick-links .link-animated a:hover {
    color: #17a2b8;
}
.popular-links .link-animated a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    transition: all 0.3s;
}
.popular-links .link-animated a:hover {
    color: #17a2b8;
}
.footer-about h5 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.footer-about p {
    color: #fff;
    font-size: 0.9rem;
}
.footer-about .mb-2 i {
    font-size: 1.2rem;
    margin-right: 10px;
}
.footer-form input[type="text"] {
    border: none;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.footer-form input[type="text"]::placeholder {
    color: #fff;
    opacity: 0.5;
}
.footer-form button {
    border-radius: 0;
    border: none;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
}
.footer-form button:hover {
    background-color: #17a2b8;
}
.footer-bottom p {
    color: #fff;
    font-size: 0.9rem;
}
.footer-bottom a {
    color: #fff;
    text-decoration: none;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
.request-quote .section-title h5 {
    color: #007bff;
    font-weight: bold;
    text-transform: uppercase;
}

.request-quote .section-title h3 {
    margin-top: 10px;
    margin-bottom: 0;
}
.contact-info .mb-4 h5 {
    color: #007bff;
    margin-bottom: 20px;
}

.contact-info .bg-primary {
    background-color: #007bff !important;
}

.contact-info .bg-primary i {
    font-size: 1.5rem;
    color: #fff;
}

.contact-info .bg-primary h4 {
    color: #007bff;
    margin-bottom: 0;
}
.form-inputs input[type="text"],
.form-inputs input[type="email"],
.form-inputs select,
.form-inputs textarea {
    border: none;
    border-radius: 0;
    background-color: #f8f9fa;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.form-inputs input[type="text"]::placeholder,
.form-inputs input[type="email"]::placeholder,
.form-inputs select::placeholder,
.form-inputs textarea::placeholder {
    color: #6c757d;
    opacity: 0.5;
}
.phone{
    height: 50px;
    width: 50px;
}
.form-inputs button {
    border-radius: 0;
    border: none;
    background-color: #343a40;
    color: #fff;
    padding: 10px 20px;
}

.form-inputs button:hover {
    background-color: #0069d9;
}


.modal-title {
    color: #343a40;
}

.modal-body {
    color: #6c757d;
}

.modal-footer {
    background-color: #f8f9fa;
}
.section-title h5 {
    color: #d93131;
    font-weight: bold;
    text-transform: uppercase;
}
.softwareimg{
    display: flex;
    justify-content: center;  /* Horizontally center */
    align-items: center;      /* Vertically center */
    height: 100%;  
}
.webdesignimg{
    max-width: 350px;
    max-height: 100%;
}
.section-title h3 {
    margin-top: 10px;
    margin-bottom: 0;
}
.plan-card {
    background-color: #f8f9fa;
    border-radius: 15px;
}

.plan-card .text-primary {
    color: #007bff;
}

.plan-card .text-uppercase {
    font-size: 12px;
}

.plan-card h4 {
    margin-bottom: 5px;
}

.plan-card h2 {
    margin-bottom: 15px;
}

.plan-card .fa {
    font-size: 18px;
    color: #007bff;
}

.plan-card .btn-primary {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 0;
}

.plan-card .btn-primary:hover {
    background-color: #0056b3;
}
.model {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.model-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
.logoname{
    font-size: 26px;
    padding-left: 20px;
    padding-right: 20px;
}
.model-content .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.model-content .close:hover,
.model-content .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}
.phone-logo{
    width: 60px;
     height: 60px;
}
.btn-sm-square {
    width: 30px;
    height: 30px;
}
.footer {
    background: #061429;
    color: white;
 
}




.back-to-top:hover {
    background: #0056b3;
}

.btn-lg-square {
    width: 40px;
    height: 40px;
}
.webdevimg{
    max-height: 500px;
    max-width: 500px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.webdevelopmentimg{
 max-width: 400px;

}
.webdesignimg{
    margin-top :20px;
}
.cad{
    background-color: white;

}
.text-right{
    text-align: right;
}
.webdesignrow{
    background-color: #bbcbff;
    margin-top: 10px;
}
/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Roboto', system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    position: relative;
    margin-left: 25px;
  
    color: black;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}
.webimg{
 
    height: 350px;
}
.courses{
  
    line-height: 1.9;
}
.trainingimg{

    width: 350px;
    height: 100%;
   
}
.mb-4.wow.zoomIn.courses ul {
  list-style: square;
  }
.mb-4.wow.zoomIn.courses ul li {
    font-size: 16px;
    line-height: 1.9;
  }
  .mb-4.wow.zoomIn.courses ul li a{
    color: #2f2828;
  font-size: 18px;
  }
  .mb-4.wow.zoomIn.courses ul li a:hover{
     color: #4a54e9;
  font-size: 18px;
  }
.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: #e36a0b;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #B10606;
}

.navbar-dark .navbar-brand h1 {
    color: #02309d;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: #02309d;
    }
    .mapdiv{
        display: none;
    }
    .contactpara{
        font-size: 16px;
    }
    
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
    .contactpara{
        font-size: 20px;
    }
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

@media (max-width: 576px) {
   
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h2 {
        font-size: 30px;
        font-weight: 600 !important;
    }

}

.carousel-control-prev,
.carousel-control-next {
    width: 3%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}
#header-carousel .carousel-item h5 {
    color: white;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 10px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #212d5b;
    border-radius: 2px;
    transform: rotate(-45deg);
}
.service-section {
    background-color: white;
    border: 1px solid #c1b9b9; /* specifying border style */
    padding: 10px;
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}
.custompara{
    font-size: 25px;
    line-height: 1.5;
    text-align: justify;
}
.customapplication{
    background-color: #e9ecef;
}
.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    font-size: 30px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
    height: 200px;
}
.mobile-header {
    background-color: #4f0596;
    background-size: cover;
    
    padding: 50px;
}
.goldloan-header {
    background-color: #c68328;
    background-size: cover;
    
    padding: 50px;
}
.microfinance-header {
    background-color: #5247bf;
    background-size: cover;
    
    padding: 50px;
}
.personalloan-header {
    background-color: #1c88ae;
    background-size: cover;
    
    padding: 50px;
}
.chitfund-header {
    background-color: #8180ff;
    background-size: cover;
    
    padding: 50px;
}
.companyaccount-header {
    background-color: #00adbb;
    background-size: cover;
    
    padding: 50px;
}
.fixed-deposit-header {
    background-color: #00b0c8;
    background-size: cover;
    
    padding: 50px;
}
.recurring-deposit-header {
    background-color: #31b3d7;
    background-size: cover;
    
    padding: 50px;
}
.group-plan-header {
    background-color: #47a0e2;
    background-size: cover;
    
    padding: 50px;
}
.school-management-software-header {
    background-color: #087caf;
    background-size: cover;
    
    padding: 50px;
}
.banking-header {
    background-color: #4f0a7f;
    background-size: cover;
    
    padding: 50px;
}
.cms-header {
    background-color: #7148a1;
    background-size: cover;
    
    padding: 50px;
}
.vehicleloan-header {
    background-color: #002d81;
    background-size: cover;
    
    padding: 50px;
}
.payroll-header {
    background-color: #47a0e2;
    background-size: cover;

    padding: 50px;
}
.customweb-header {
    background-color: #3a0162;
    background-size: cover;
    
    padding: 50px;
}
.responsiveweb-header {
    background-color: #320057;
    background-size: cover;
    
    padding: 50px;
}
.uxui-header {
    background-color: #151515;
    background-size: cover;
    
    padding: 50px;
}
.webdesign-header {
    background-color: #071026;
    background-size: cover;
    height: 370px;
    padding: 50px;
}
.ecommerce-header {
    background-color: #13334a;
    background-size: cover;
    
    padding: 50px;
}
.seo-header {
    background-color: #250761;
    background-size: cover;
    
    padding: 50px;
}
.erp-header {
    background-color: #000211;
    background-size: cover;
    
    padding: 50px;
}
.billing-header {
    background-color: #033063;
    background-size: cover;
    
    padding: 50px;
    
}
.billing-para{
    color: #C4D1EB;
}
.author-para{
    text-align: right;
    font-size: 20px;
    color: #cdb8b8;
}
.internship-header {
    background-color: #c8d1fb;
    background-size: cover;
    padding: 40px;
    color: #0a2959;
}
.heading{
    color: #bb0606;
}
.index-header {
    background-color: #060A71;
    background-size: cover;
    padding: 50px;
    color: #fff;
}
.sliderpara{
    font-size: 22px;
}
.responsive-para{
    color: #C5B8D6;
}
.uxui-para{
    color: #D6D2DA;
}
.mobile-para{
    color: #F0E8F7;
}
.financial-header {
    background-color:#000000;
    background-size: cover;
    
    padding: 50px;
}
.web-header {
    background-color: #320057;
    background-size: cover;
    
    padding: 50px;
}
.web-head{
    font-size: 30px;
}
.link-animated a {
    transition: .5s;
}
.web-para{
    font-size: 18px;
}
.link-animated a:hover {
    padding-left: 10px;
}
.contactus{
    background-color: #8ea8dd;
    padding:50px;
}
@media (max-width: 772px) {
  
    .topbar{
        padding-top:5px;
        padding-bottom: 5px;
    }
    .width-100 {
        width: 100%;
        height: 300px;
        background-position: center;
        background-size: cover;
    }
    .responsiveweb-header, .mobile-header, .web-header, .billing-header, .financial-header, .internship-header, .erp-header,
     .seo-header, .uxui-header, .ecommerce-header, .webdesign-header, .customweb-header, .banking-header, .goldloan-header, 
     .personalloan-header, .microfinance-header, .chitfund-header, .companyaccount-header, .fixed-deposit-header,
     .recurring-deposit-header, .payroll-header, .group-plan-header, .vehicleloan-header, .school-management-software-header {
        display: none;
    }
    h1, h2, .fw-bold {
        font-weight: 700 !important;
        font-size: 20px;
    }
    .section-title.text-center::before {
        left: 60%;
        margin-left: -75px;
    }
    .section-title::before {
        position: absolute;
        content: "";
        width: 80px;
        height: 3px;
        left: 0;
        bottom: 0;
        background: var(--primary);
        border-radius: 2px;
    }
    .modal {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        max-width: 100%;
        padding-top: 200px;
        border-radius: 5px;
        padding: 160px 10px;
    }
    .owl-carousel .owl-item img {
        display: block;
        width: 50px;
        height: 50px;
    }
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        margin-top: 0;
        margin-bottom: 0;
        font-family: 'Roboto', system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-weight: 500;
        line-height: 1.5;
        color: #0a2959;
    }
    .mb-4.wow.zoomIn.courses ul li a:hover{
        color: #4a54e9;
      font-size: 18px;
      }
    .mb-4.wow.zoomIn.courses ul li {
        font-size: 16px;
        font-weight: 700px;
    }
    .courses {
        padding-left: 0px;
    }
    .mt-5 {
        margin-top: 1rem !important;
    }
    .mb-4 {
        margin-bottom: 1rem !important;
        line-height: 1.9;
    }
    p {
        font-family: 'Roboto', system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 16px;
        font-weight: 500;
        line-height: 1.8;
    }
    .scrolling-languages ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        animation: scroll 20s linear infinite;
        font-size: 18px;
        font-weight: 700;
        color: #5a598c;
    }
    .scrolling-web ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        animation: scroll 20s linear infinite;
        font-size: 18px;
        font-weight: 700;
        color: #5a598c;
    }
    .scrolling-bill ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        animation: scroll 20s linear infinite;
        font-size: 18px;
        font-weight: 700;
        color: #5a598c;
    }
    .scrolling-finance ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        animation: scroll 20s linear infinite;
        font-size: 18px;
        font-weight: 700;
        color: #5a598c;
    }
    .scrolling-cms ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        animation: scroll 20s linear infinite;
        font-size: 18px;
        font-weight: 700;
        color: #5a598c;
    }
    .scrolling-school ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        animation: scroll 20s linear infinite;
        font-size: 18px;
        font-weight: 700;
        color: #5a598c;
    }
    .scrolling-seo ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        animation: scroll 20s linear infinite;
        font-size: 18px;
        font-weight: 700;
        color: #5a598c;
    }
    .scrolling-smo ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        animation: scroll 20s linear infinite;
        font-size: 18px;
        font-weight: 700;
        color: #5a598c;
    }
    .mb-0 {
        margin-bottom: 0 !important;

        padding-left: 0;
    }
    .mb-5 {
        margin-bottom: 0;
        text-align: justify;
    }
    .row.g-5 .col-lg-7 {
        display: none;
    }
    .img-fluid {
        width: 300px;
        height: 300px;
    }
    h3, .h3 {
        font-size: 20px;
    }
    .fa-bars{
        margin-top: 5px;
    }
}
@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}
.blog{
    height:100%;
    width:100%;
}
.recentblog {
    height: 100px;
    width: 100px;
}
.col-14 {
    width:100%;
    height: 100px;
    background-color:white;
    position: relative;
    animation-name: example;
    animation-duration:15s;
   animation-iteration-count: infinite;

  }
  
  @keyframes example {
    0%   {background-color:white; left:0px;top:0px;}
    25%  {background-color:white; left:500px; top:0px;}
    50%  {background-color:white; left:0px; top:0px;}
    75%  {background-color:white; right:500px; top:0px;}
    100% {background-color:white; left:500px; top:0px;}
  }
  