* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    /* Base font size for responsive scaling */
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
}


.rdmore p span {
    background: #0054c7;
    color: #f3f3f3;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
}

.rdmore p span:hover {
    letter-spacing: 2px;
    transition: all .2s ease;
}

.rdmore {
    text-decoration: none;
}

.ghb {
    border-radius: 20px;
    border: 2px dashed #0054c8;
    padding: 5px;
}

.part {
    background: #80b5ff;
    padding: 65px 0px;
}

.testimonial-title {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: red;
    font-weight: bold;
    padding: 10px 20px;
    /* Add padding for spacing */
}

.testimonial-title::before,
.testimonial-title::after {
    content: '';
    position: absolute;
    border: 2px solid red;
}

.testimonial-title::before {
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    border-right: none;
    border-bottom: none;
    transform: translate(-5px, -5px);
    /* Adjust position */
}

.testimonial-title::after {
    bottom: 0;
    right: 0;
    width: 30%;
    height: 100%;
    border-left: none;
    border-top: none;
    transform: translate(5px, 5px);
    /* Adjust position */
}

.itms {
    padding: 10px;
    box-shadow: 3px 1px 12px -5px black;
    margin: 10px;
    border-radius: 8px;
}

.itms:hover {
    box-shadow: 6px 3px 17px -3px black;
    transition: all .2s ease;
}

.testih2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #111111;
}

section#timeline {
    width: 80%;
    margin: 20px auto;
    position: relative;
}

section#timeline:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -1px;
    width: 2px;
    height: 100%;
    background: #ffffff;
}

section#timeline article {
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
}

section#timeline article:after {
    content: '';
    display: block;
    clear: both;
}

section#timeline article div.inner {
    width: 40%;
    float: left;
    margin: 5px 0 0 0;
    border-radius: 6px;
}

section#timeline article div.inner span.date {
    display: block;
    width: 60px;
    height: 50px;
    padding: 5px 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -32px;
    border-radius: 100%;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    background: #ffffff;
    color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgb(255 255 255 / 33%);
    box-shadow: 0 0 0 7px #546475;
}

section#timeline article div.inner span.date span {
    display: block;
    text-align: center;
}

section#timeline article div.inner span.date span.day {
    font-size: 10px;
}

section#timeline article div.inner span.date span.month {
    font-size: 18px;
}

section#timeline article div.inner span.date span.year {
    font-size: 20px;
    color: #2a4d7d;
}

section#timeline article div.inner h2 {
    padding: 15px;
    margin: 0;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 0px;
    border-radius: 6px;
    position: relative;
}

section#timeline article div.inner h2:after {
    content: '';
    position: absolute;
    top: 20px;
    right: -5px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
}

section#timeline article div.inner p {
    padding: 15px;
    margin: 0;
    font-size: 14px;
    background: #fff;
    color: #656565;
    border-radius: 0 0 6px 6px;
}

section#timeline article:nth-child(2n+2) div.inner {
    float: right;
}

section#timeline article:nth-child(2n+2) div.inner h2:after {
    left: -5px;
}

section#timeline article:nth-child(1) div.inner h2 {
    background: #e74c3c;
}

section#timeline article:nth-child(1) div.inner h2:after {
    background: #e74c3c;
}

section#timeline article:nth-child(2) div.inner h2 {
    background: #2ecc71;
}

section#timeline article:nth-child(2) div.inner h2:after {
    background: #2ecc71;
}

section#timeline article:nth-child(3) div.inner h2 {
    background: #e67e22;
}

section#timeline article:nth-child(3) div.inner h2:after {
    background: #e67e22;
}

section#timeline article:nth-child(4) div.inner h2 {
    background: #1abc9c;
}

section#timeline article:nth-child(4) div.inner h2:after {
    background: #1abc9c;
}

section#timeline article:nth-child(5) div.inner h2 {
    background: #9b59b6;
}

section#timeline article:nth-child(5) div.inner h2:after {
    background: #9b59b6;
}

section#timeline article:nth-child(6) div.inner h2 {
    background: #0054c8;
}

section#timeline article:nth-child(6) div.inner h2:after {
    background: #0054c8;
}

.timl {
    background: #b2d1fb;
    padding: 50px;
    border-radius: 40px 40px 0px 0px;
}

.part .owl-dots {
    display: none !important;
}

.provider-padding {
    border-radius: 10px;
    /* height: 400px; */
    padding: 10px;
    box-shadow: 0px 0px 21px -13px;
    margin-top: 35px;
    /* transition: .6s ease; */
    position: relative;
    display: inline-block;
    background: #172549;
    transition: box-shadow 0.3s, background 0.3s;
    z-index: 1;
    width: 100%;
    /* Ensure it is above the pseudo-element */
}

.provider-padding::before {
    border-radius: 10px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border: 2px solid red;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
    z-index: -1;
    /* Keep it below the main content */
}

.item {
    background: white;
    border-radius: 8px;
}

.provider-padding:hover {
    box-shadow: 19px 12px 35px -13px gray;
    background: #172549;
}

.provider-padding:hover::before {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate(0, 0);
}

.dwn-arrow {
    transition: transform 0.2s ease;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.provider-padding:hover .dwn-arrow {
    transform: rotate(180deg);
    transition: all .4s ease;
    height: 50px;
    width: 50px;
    background-color: red;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 24px;
}

.provider-text h4 {
    color: #fff;
    margin-top: 17px;
    height: 66px;
    font-size: 18px;
}

.provider img {
    border-radius: 0px;
    width: 100%;
}

.tech-serv {
    padding: 60px 0px;
}

.vieo {
    width: 100%;
    object-fit: cover;
    filter: brightness(0.9);
    height: 85vh;
}

.ban-animate {
    position: relative;
    height: 85vh;
}

@media (max-width: 768px) {
    .vieo {
        width: 100%;
        object-fit: cover;
        filter: brightness(0.9);
        height: 100%;
    }

    .ban-animate {
        position: relative;
        height: 100%;
    }
}



.about-img {
    background-image: url(../images/about-img.jpg);
    display: flex;
    align-items: center;
    height: 300px;
}

.abttxt h2 {
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: bolder;
    font-family: 'Merriweather';
    font-size: 55px;
    text-transform: capitalize;
}

.redirects {
    display: flex;
    align-items: center;
}

.redirects p {
    color: white;
    margin: 0px;
}

.redirects p span {
    color: white;
    font-size: 13px;
    margin: 0px 10px;

}

.home {
    text-decoration: none;
    color: white;
}

.counter-number {
    background: #0054c8;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
}

.counter-border {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 2px solid #0054c8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.counter p {
    margin-top: 20px;
}

.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 22px;
    font-weight: 700;
    color: #cf9600;
    position: relative;
    border-bottom: 2px solid var(--theme-color);
}

.site-title-tagline i {
    line-height: 0;
    font-size: 20px;
}

.site-title {
    /* font-weight: 700; */
    font-size: 40px;
    color: #cf9600;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
}

.site-heading p {
    margin-top: 15px;
}

.navbar-brand span {
    font-size: 27px;
    color: #0054c8;
    font-family: Courgette, cursive !important;
}

.team-item {
    position: relative;
    /* background: #ebebeb; */
    background: linear-gradient(2deg, #0054c8db, #00000012);
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    transition: .3s ease;
}

.team-item:hover {
    transform: translateY(-10px);
}

.team-img img {
    border-radius: 8px;
}

.team-bio h5 {
    margin-top: 10px;
    color: #ffffff;
}

.team-social {
    position: absolute;
    margin-bottom: 10px;
    text-align: center;
    top: 50px;
    right: 0px;
    bottom: 0;
    opacity: 0;
    transition: var(--transition);
}

.abbbt {
    padding: 80px 0px;
}

.cntsec1 {
    padding: 80px 0px;
}

.contact {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.contact .contact-information {
    min-height: 150px;
    margin: 0 0 30px 0;
    padding: 30px 15px 0 15px;
    background: #0053c9;
    border-radius: 18px;
}

.contact .contact-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.frspr .container-fluid {
    padding: 40px 100px;
}

.contact .contact-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b4d2fb;
    border-radius: 50px;
}

.ftinpt {
    height: 53px;
    width: 60%;
}

.bhy {
    height: 53px;
    width: 26%;
    border: none;
    color: white;
    background-color: #2d3092;
}

.fstsec{
    padding: 100px 0px;
}

.contact .contact-icon i {
    font-size: 18px;
    color: #2e1b1d;
}

.contact .contact-text {
    position: relative;
    width: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.contact .contact-text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #b4d2fb;
}

.contact .contact-text p {
    margin: 0;
    font-size: 16px;
    color: #454545;
}

.contact .contact-social a {
    margin-right: 10px;
    font-size: 24px;
    color: #00a3ff;
}

.contact .contact-social a:hover {
    color: #719a0a;
}

.contact .contact-form iframe {
    width: 100%;
    height: 380px;
    border-radius: 15px;
    margin-bottom: 25px;
}

.contact .contact-form input {
    padding: 15px;
    background: none;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-form textarea {
    height: 100px;
    padding: 8px 15px;
    background: none;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sbmtmsg {
    background: #0054c7;
    color: #f3f3f3;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
}

#footer {
    width: 100%;
    height: auto;
    padding: 40px 0;
    color: white;
    background: #0153c6;
    background-image: url(../images/pattern_h.png);
    background-attachment: fixed;
}

p.footer-class {
    color: #ffffff;
}

#footer .footer-newsletter {
    padding: 50px 0;

}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #a2cce3;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    margin: 3px;
    background: #68A4C4;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #468db3;
}

#footer .footer-top {

    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    padding: 14px;
    font-size: 20px;
    font-weight: 600;
    color: #504f97;
    position: relative;
    padding-bottom: 12px;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
}

#footer .footer-top .footer-info p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Noto Sans", sans-serif;
    color: #ffffff;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #67fff94f;
    color: #ffffff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #68A4C4;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    padding: 14px;
    font-size: 20px;
    font-weight: 600;
    color: #504f97;
    position: relative;
    padding-bottom: 12px;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #a2cce3;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    text-decoration: none;
    color: #ffffff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #ffffff;
    letter-spacing: 1px;
    transition: all .2s ease;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
}

#footer .copyright {
    text-align: center;
    font-size: 16px;
    color: #41408e;
}

#footer .credits {
    text-align: center;
    font-size: 16px;
    color: #41408e;
}

#footer .credits a {
    color: #41408e;
}

@media(max-width:1024px) {
    .navbar-brand span {
        font-size: 20px;
        color: #0054c8;
        font-family: Courgette, cursive !important;
    }
}

@media(max-width:576px) {

    .fstsec{
        padding: 50px 0px;
    }
    .testih2 {
        font-size: 28px;
    }

    .navbar-brand span {
        font-size: 16px;
        color: #0054c8;
        font-family: Courgette, cursive !important;
    }

    section#timeline:before {
        left: 0%;
    }

    section#timeline article div.inner {
        width: 84%;
        float: right;
    }

    section#timeline article div.inner span.date {
        left: 0%;
    }

    section#timeline article div.inner h2:after {
        left: -5px;
    }

    #footer .footer-top {
        padding: 60px 0 0 0;
    }

    #footer {
        width: 100%;
        height: auto;
        padding: 40px 0 0 0;
        color: white;
        background: #0153c6;
        background-image: url(./images/pattern_h.png);
        background-attachment: fixed;
    }
}

@media(max-width:425px) {
    .fstsec{
        padding: 30px 0px;
    }
    .timl {
        background: #b2d1fb;
        padding: 18px;
        border-radius: 40px 40px 0px 0px;
    }


}

@media (max-width: 375px) {
    .navbar-brand span {
        font-size: 13px;
        color: #0054c8;
        font-family: Courgette, cursive !important;
    }
}