/********** Template CSS **********/

:root {
    --primary: #2A1DDE;
    --secondary: #777777;
    --light: #F8F8F8;
    --dark: black;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 500 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Spinner ***/

#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;
}

/*** Button ***/

.btn {
    font-weight: 500;
    transition: .5s;
}

/* .btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
    background-color: #004fca;
    border-color: #ff4800;
} */

.btn-square {
    /* width: 38px;
    height: 38px; */
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    /* width: 48px;
    height: 48px; */
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    /*color: var(--light);*/
    border-color: #FF6600;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}

.btn-tag {
    color: var(--secondary);
    background: #FFFFFF;
}

.btn-tag:hover {
    color: #FFFFFF;
    background: var(--primary);
}

/*** Navbar ***/
/* 

@media (min-width: 992px) {
    .NAVLOGIN1 .navbar-nav {
        margin: 0 auto !important;
        justify-content: center !important;
        align-items: center;
        gap: 25px;
    }

    .navbar-brand {
        margin-right: auto !important;
    }
}


@media (max-width: 991px) {
    .NAVLOGIN1 .navbar-nav {
        justify-content: flex-start;
        margin: 0;
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
   
    color: var(--dark);

    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:last-child {
    margin-right: 0;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #2A1DDE;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar.fixed-top {
    transition: .5s;
}

.img-width {
    width: 70%;
}

.owl-carousel .owl-item .text-center img {
    display: block;
    height: auto !important;
}

.owl-carousel .owl-item .text-center img {
    display: inline-block !important;
}

.notshow {
    display: none;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand img {
        max-height: 85px;
       
        max-height: auto;
    }

    .img-width {
        width: -1%;
    }

    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid #EEEEEE;
    }

    .me-3-s {
        margin-right: -16rem !important;
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
}

.me-3-s {
    margin-right: -4rem !important;
}



@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
       
        opacity: 0;
        border-bottom: 1px solid blue;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
        padding-left: 338px;
    }
}



.navbar-nav .nav-link {
    position: relative;
    padding: 10px 16px;
    z-index: 1;
    font-weight: 600;
    transition: color 0.25s ease;
}


.navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 65%;
    background: #ffffff;         
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.12);  
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}


.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link.active::before {
    width: 100%;
    opacity: 1;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #00BCD4 !important;   
} */
/* ============================================================
   PREMIUM CLEAN NAVBAR UI (eLearning Style)
============================================================ */

/* LOGO */
/* .navbar-brand img {
    width: 120px;
    height: auto;
}


@media (min-width: 992px) {
    .NAVLOGIN1 .navbar-nav {
        margin: 0 auto !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 35px !important;
    }

    .navbar-brand {
        margin-right: auto !important;
    }
}


 .navbar-nav .nav-link {
    position: relative;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: black !important;
    transition: color 0.25s ease;
    z-index: 1;
    overflow: hidden;

  
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.8);
    text-stroke: 1px rgba(0, 0, 0, 0.8);
}


.navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 65%;
    background: rgba(8, 8, 8, 0.85);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: -1;
    transition: width 0.35s ease, opacity 0.35s ease;
}


.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link.active::before {
    width: 100%;
    opacity: 1;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #f5f8f8 !important;
}


.navbar {
    box-shadow: 0 1px 12px rgba(0,0,0,0.08);
    padding-top: 12px;
    padding-bottom: 12px;
}



@media (max-width: 991px) {
    .navbar {
        background-color: #ffffff !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }

   
    .navbar-collapse {
        background-color: #ffffff !important;
        padding-bottom: 15px;
    }


    .navbar-nav .nav-link {
        background: #ffffff !important;
    }
}

.navbar.navbar-scrolled {
    background-color: #ffffff !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08) !important;
}


.navbar.navbar-scrolled .nav-link {
    color: #2c3e50 !important;
}


.navbar.navbar-scrolled .nav-link:hover {
    color: #ff4444 !important;
}


.navbar.navbar-scrolled .nav-link::before {
    background: rgba(255, 0, 0, 0.15) !important;
}



@media (max-width: 991px) {


    
    .navbar-nav .nav-link::before {
        height: 100%;
        border-radius: 8px;
        width: 60%;
        opacity: 0;
    }

    .navbar-nav .nav-link:hover::before,
    .navbar-nav .nav-link.active::before {
        opacity: 0.8;
    }


    .navbar-nav .nav-link {
        padding: 12px 16px;
        font-size: 15px;
    }
}


@media (max-width: 991px) {
  .navbar .collapse .nav { margin: 0; }
  .navbar .collapse .nav-link { padding-left: 12px; font-weight: 600; }
  .navbar .collapse.collapse { transition: height .25s ease; }
  .dropdown-icon { float: right; }
}




@media (min-width: 992px) {
    .navbar .dropdown-menu {
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: all 0.35s ease;
        border-radius: 8px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        border: none;
    }

    .navbar .nav-item:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
} */



/*** Header ***/

.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    /*background: rgba(0, 0, 0, .5);*/
}

.owl-carousel-inner.owl-carousel-white {
    /*background: rgba(255, 255, 255, .5);*/
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #FFFFFF;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid #2A1DDE;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .5);
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--dark);
}

/*** Section Title ***/

/* Section Title Glow + Slide */
/* .section-title {
    color: #080808;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    animation: titleSlideUp 1s ease forwards, glowPulse 2s infinite alternate;
} */

/* @keyframes titleSlideUp {
    0% { opacity: 0; transform: translateY(25px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes glowPulse {
    0% { text-shadow: 0 0 4px rgba(98,91,188,0.5); }
    100% { text-shadow: 0 0 12px rgba(98,91,188,1); }
} */


/* Paragraph smooth fade */
.TopMarging p {
    animation: fadeUp 1s ease-in-out forwards;
    opacity: 0;
}

.TopMarging p:nth-child(2) {
    animation-delay: .3s;
}

.TopMarging p:nth-child(3) {
    animation-delay: .5s;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Check icons pulse */
.fa-check {
    animation: tickBounce 1.8s ease-in-out infinite;
}

@keyframes tickBounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px) scale(1.09);
    }

    100% {
        transform: translateY(0);
    }
}


/* Gradient button enhanced hover */
.btn.btn-primary {
    border: none !important;
    transition: .4s ease-in-out;
    box-shadow: 0px 5px 12px rgba(48, 140, 241, .4);
}

.btn.btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(48, 140, 241, .6);
    background-image: linear-gradient(to right, #120C64, #308CF1);
}


/*** Facts ***/

.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    /*background: #2A1DDE;*/
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}

/*** About & Feature ***/

/*@media (min-width: 1200px) {*/

.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 450px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    /*width: 50%;*/
    height: 75%;
    object-fit: cover;
}

.about-img img:nth-child(2),
.feature-img img:nth-child(2) {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border-radius: 20px;
    border: 10px solid rgb(0 144 255);
    z-index: -1;
}

.about-img .about-img-overlay {
    position: absolute;
    width: 60%;
    height: 80%;
    margin: 20% 0 0 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(255, 255, 255, .5);
}

.aboutushome {
    background-size: 100% 518px !important;
    width: auto !important;
    background-repeat: no-repeat;
}

.hhh {
    width: 120px;
    height: 120px;
}

.closedmark {
    margin-bottom: 9rem !important;
}

.allimages {
    display: -webkit-inline-box;
}

@media only screen and (min-width:300px) and (max-width:994px) {
    .mobilehidden {
        display: none;
    }

    .allimages {
        display: contents !important;
    }
}

@media only screen and (min-width:300px) and (max-width:400px) {
    .hhh {
        width: 114px;
        height: 60px;
    }

    .about-img::before,
    .feature-img::before {
        height: 60%;
    }

    .about-img img,
    .feature-img img {
        height: 70%;
    }
}

@media only screen and (min-width:760px) and (max-width:900px) {
    .hhh {
        width: 114px;
        height: 60px;
    }

    .about-img::before,
    .feature-img::before {
        height: 60%;
    }

    .about-img img,
    .feature-img img {
        height: 96%;
    }

    .about-img img:nth-child(2),
    .feature-img img:nth-child(2) {
        margin: 5% 0 0 37%;
    }
}

@media only screen and (min-width:901px) and (max-width:994px) {
    .hhh {
        width: 114px;
        height: 60px;
    }

    .about-img::before,
    .feature-img::before {
        height: 60%;
    }

    .about-img img,
    .feature-img img {
        height: 96%;
    }

    .about-img img:nth-child(2),
    .feature-img img:nth-child(2) {
        margin: 5% 0 0 37%;
    }
}




/*** Service ***/

.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.Call {
    background: aliceblue;
}

.service-item .service-text {
    background: aliceblue;
    transition: .2s;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .2;
}

.service-item:hover * {
    color: #fff;
    font-weight: 500;
}

/* .service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
    border: 1px solid #FF6600;
}

.service-item:hover .btn {
    width: 140px;
} */


/* Base Button */
.service-item .btn {
    width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: black;
    /* background: #000; */
    border: 1px solid #0a0a0a;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.6s ease;
    text-decoration: none;
    font-weight: 600;
    z-index: 1;
}

/* Plus Icon */
.service-item .btn i {
    font-size: 18px;
    transition: all 0.5s ease;
    z-index: 2;
}

/* Text hidden initially */
.service-item .btn .btn-text {
    opacity: 0;
    transform: translateX(30px);
    white-space: nowrap;
    transition: all 0.6s ease;
    position: absolute;
    left: 60px;
    color: #000;
    z-index: 2;
}

/* Background animation layer (for left to right effect) */
.service-item .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    transition: all 0.6s ease;
}

/* Hover Effects */
.service-item:hover .btn {
    width: 160px;
    justify-content: flex-start;
    padding-left: 20px;
    color: #000;
}

/* Animate white color slide-in from left */
.service-item:hover .btn::before {
    left: 0;
}

/* Text slide + fade in */
.service-item:hover .btn .btn-text {
    opacity: 1;
    transform: translateX(0);
}

/* Rotate + icon */
.service-item:hover .btn i {
    transform: rotate(90deg);
    color: #000;
}

/* Smooth glow */
.service-item:hover .btn {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.service-item-2 a.btn {
    padding: 0;
}

.service-item-2:hover a.btn {
    color: var(--dark);
}

.service-item-2 a.btn::before {
    position: relative;
    display: inline-block;
    content: "";
    width: 15px;
    height: 2px;
    vertical-align: middle;
    background: var(--secondary);
    margin-right: 5px;
    transition: .5s;
}

.service-item-2:hover a.btn::before {
    width: 45px;
    background: var(--dark);
}

.service-list a {
    margin-bottom: 7px;
    padding: 12px 15px;
    transition: .5s;
}

.service-list a:last-child {
    margin-bottom: 0;
}

.service-list a:hover {
    color: var(--light) !important;
    background: var(--primary) !important;
}

.service-list a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0;
    transition: .5s;
    opacity: 0;
}

.service-list a:hover::before {
    opacity: 1;
    margin-right: 10px;
}

.list-note {
    padding: 0;
    list-style: none;
}

.list-note li {
    position: relative;
    display: flex;
    padding-bottom: 25px;
}

.list-note li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 20px;
    background: var(--dark);
    z-index: -1;
}

.list-note li:last-child {
    padding-bottom: 0;
}

.list-note li:last-child:after {
    display: none;
}

.list-note li span {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #000000;
    font-weight: 500;
    border: 1px solid #fe4a03;
    background: #FFFFFF;
}

.list-note li p {
    margin: 0;
}

/*** Project ***/

.project .nav .nav-link {
    background: gainsboro;
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}

.project-items {
    margin: -.75rem;
}

.project-item {
    position: relative;
    display: block;
    padding: .75rem;
}

.project-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.project-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.project-item .project-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .7);
    /*background: rgb(255 73 3 / 31%);*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 100px !important;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-text {
    opacity: 1;
    padding-bottom: 20px !important;
}

.project-detail div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
    padding: 12px 15px;
    transition: .5s;
}

.project-detail div:last-child {
    margin-bottom: 0;
}

.project-detail div:hover {
    color: var(--light) !important;
    background: var(--primary) !important;
}

/*** Team ***/

.team-items {
    /* margin: -.75rem; */
}

.team-item {
    /* padding: .75rem; */
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    /*background: var(--primary);*/
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.skill .progress {
    padding: 5px;
}

.skill .progress .progress-bar {
    width: 0px;
    transition: 2s;
}

/*** Appointment ***/

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}

/*** Testimonial ***/

.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    /*width: 60px;
            height: 60px;*/
    margin: 0 5px;
    padding: 0 8px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    /*width: 100px;*/
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    /*width: 40px;
                height: 40px;*/
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

/*** Blog ***/

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.1) rotate(2deg);
    /*filter: blur(1px);*/
}

.blog-meta {
    text-transform: uppercase;
}

.blog-meta a {
    color: var(--secondary);
}

.blog-meta a:hover {
    color: var(--primary);
}

.category-list a {
    margin-bottom: 7px;
    padding: 12px 15px;
    transition: .5s;
}

.category-list a:last-child {
    margin-bottom: 0;
}

.category-list a:hover {
    color: var(--light) !important;
    background: var(--primary) !important;
}

.category-list a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0;
    transition: .5s;
    opacity: 0;
}

.category-list a:hover::before {
    opacity: 1;
    margin-right: 10px;
}

.blog-tab .nav-pills .nav-item .active {
    border-bottom: 5px solid var(--dark);
}

.blog-tab .tab-content img {
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.related-carousel .owl-nav {
    position: absolute;
    width: 76px;
    top: -52px;
    right: 0;
    display: flex;
}

.related-carousel .owl-nav .owl-prev,
.related-carousel .owl-nav .owl-next {
    margin-left: 10px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border: 1px solid var(--secondary);
    font-size: 14px;
    transition: .3s;
}

.related-carousel .owl-nav .owl-prev:hover,
.related-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}

/*** Pricing ***/

.pricing .nav-link {
    padding: 10px 25px;
    font-weight: 500;
    color: var(--secondary);
    border: 1px solid var(--primary);
}

.pricing .nav-link.active {
    color: #FFFFFF;
    background: var(--primary);
}

/*** Coming Soon ***/

.coming-soon {
    position: relative;
    padding: 0;
    background: url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.coming-soon .col-lg-6:first-child {
    background: rgba(0, 0, 0, .7);
}

.coming-soon .cdt span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.coming-soon .form-control {
    border-color: var(--secondary);
}

/*** Client Carousel ***/

.client-carousel img {
    opacity: .7;
    transition: .5s;
}

.client-carousel img:hover {
    opacity: 1;
}

/*** Contact ***/

.contact-form .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*** Footer ***/

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
    padding: 0;
    text-align: left;
    color: var(--dark);
    font-weight: bold;
    /*text-transform: capitalize;*/
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #FF6600;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: var(--dark);
}

.footer .copyright {
    /*padding: 25px 0;*/
    /*font-size: 15px;*/
    /*border-top: 1px solid black;*/
}

.footer .copyright a {
    color: var(--dark);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.single-software {
    background: #f8f8f8 !important;
    padding: 50px 20px 37px 20px;
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 8px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in;
    /*Shiba*/
    width: 240px;
    margin-left: -11px;
    /*Shiba*/
}

.grow {
    transition: all .2s ease-in-out;
}

.grow :hover {
    transform: scale(1.3);
}

.thump {
    transition: all 0.3s ease-out;
}

.thump :hover {
    transform: scale(1.1);
}

.vs {
    /*color: #fff;*/
    font-weight: bold;
    font-size: 40px !important;
    font-family: system-ui;
}

.prg {
    color: #000;
    font-weight: bold;
    font-size: 15px !important;
    text-align: center;
    /*font-family: "Rubik",sans-serif !important;*/
}

.hvision {
    margin-top: 59px;
}

.hmission {
    margin-top: 65px;
}

@media only screen and (min-width :768px) and (max-width :1100px) {
    .prg {
        font-size: 26px !important;
    }

    /*.hvision{
        margin-top:59px;
    }*/
}

@media only screen and (min-width :300px) and (max-width :370px) {
    .closedmark {
        margin-bottom: 10rem !important;
    }

    .TopMarging {
        margin-top: -35px !important;
    }
}

@media only screen and (min-width :300px) and (max-width :400px) {
    .margingAboutus {
        margin-top: -72px !important;
    }
}

@media only screen and (min-width: 401px) and (max-width: 500px) {

    .about-img img,
    .feature-img img {
        height: 68%;
    }
}

@media only screen and (min-width :290px) and (max-width :768px) {

    /*.prg {
    font-size: 22px!important;
    }*/
    .hvision {
        margin-top: 40px;
    }

    .hmission {
        margin-top: 30px;
    }

    .vs {
        font-size: 40px !important;
    }

    .prg {
        font-size: 15px !important;
    }
}

@media only screen and (min-width :210px) and (max-width :280px) {
    .hvision {
        margin-top: 40px;
    }

    .hmission {
        margin-top: 30px;
    }

    .vs {
        font-size: 30px !important;
    }

    .prg {
        font-size: 17px !important;
    }
}

/*.vs{
      color: #2F2A79;
    font-weight: bold;
    font-size: 40px !important;
    font-family:"Rubik",sans-serif;
  }
  .prg{
      color: #2A1DDE;
    font-weight: bold;
    font-size: 27px!important;
    text-align: unset !important;
  }*/

@media only screen and (min-width :210px) and (max-width :768px) {
    .data-pagination {
        -webkit-text-size-adjust: 100%;
        margin: 1em auto;
        display: none;
    }
}

/* Footer desining start */

.footerdesign {
    height: 150px;
}

.footerdesign-p {
    height: 150px;
}

@media only screen and (min-width:300px) and (max-width:768px) {
    .footerdesign {
        /*height: 100%;*/
        /*margin-top: 20px;*/
        margin-top: -3%;
    }

    .footerdesign-p {
        height: 100%;
        margin-top: 3px;
        margin-bottom: 80px;
    }
}

@media only screen and (min-width:300px) and (max-width:700px) {
    .marging-top {
        margin-top: -2rem;
        padding-left: 14%;
        font-size: 26px;
    }

    .marging-tops {
        margin-top: -2rem;
        font-size: 26px;
        /*padding-left: 8%;*/
    }
}

@media only screen and (min-width:701px) and (max-width:900px) {
    .marging-top {
        margin-top: -2rem;
        padding-left: 7%;
        font-size: 26px;
    }

    .marging-tops {
        margin-top: -2rem;
        font-size: 26px;
        /*padding-left: 8%;*/
    }
}

/* footer designing closed here */

/*Industries We Serve index page start*/

.Industries {}

/*Industries We Serve index page closed */

@media (min-width: 992px) {
    .col-lg-1-s {
        flex: 0 0 auto;
        width: 12.33333%;
    }
}

@media (min-width: 992px) {
    .col-lg-2-s {
        flex: 0 0 auto;
        /*width: 13.999%;*/
        width: 19.999%;
    }
}

/*hrms start*/

@media (min-width: 992px) {
    .col-lg-2-m {
        flex: 0 0 auto;
        width: 13.9998%;
    }
}

/*hrms end*/

@media (min-width: 992px) {
    .col-lg-1-m {
        flex: 0 0 auto;
        width: 6.9999%;
    }

    .marging-top {
        margin-top: 8rem;
        padding-left: 15%;
        font-size: 3rem;
    }

    .marging-tops {
        margin-top: -2rem;
        font-size: 3rem;
        padding-left: 8%;
    }
}

/*about us tangar images in mobile view*/

.imgess {
    margin-top: 17%;
}

/*.rowss-left{
    margin-left:1%;

}*/

@media only screen and (min-width: 210px) and (max-width: 990px) {
    .imgess {
        /*margin-left: 61px;*/
        /*margin-left: 30px;*/
        margin-top: 1%;
    }

    .t {
        display: none;
    }

    /*.rowss-left{
    margin-left:-13%;*/
}

@media (min-width: 1200px) {

    /*.display-1-s {
        
        font-size: 2rem;
    }*/
    .heightafterbefor {
        height: 500px;
    }

    .display-1 {
        /*font-size: 3rem;*/
        font-size: 2rem;
    }

    .marging-top {
        margin-top: 8rem;
        padding-left: 15%;
        font-size: 3rem;
    }

    .marging-tops {
        margin-top: -2rem;
        font-size: 3rem;
        padding-left: 8%;
    }

    /* .hpbdiv4 {
        position: absolute;
     
        top: 50%;
        left: 23%;
        width: 54%;
        height: 52px;
        
        background-color: rgba(255, 255, 255, 0.5);
        padding: 12px;
       
        font-size: 25px;
       
        color: #0848C9 !important;
       
        text-align: center;
        border-radius: 29px;
    }
    .hpbdiv5 {
        position: absolute;
        left: 46.5%;
        text-align: center;
        margin-top: 7%;
    } */
}

.st {
    /*margin-top: 4%;*/
    text-align: unset !important;
    font-size: 13px;
    color: black;
    font-weight: bold;
}

.btn-readmore {
    font-size: 1rem;
}

.margin-topblog {
    margin-top: 10rem !important;
}

/*@media only screen and (min-width:300px) and (max-width:900px) {*/

@media only screen and (min-width:300px) and (max-width:900px) {
    .btn-readmore {
        font-size: 12px;
    }

    /*.display-1-s {
    font-size:15px ;
    font-weight: 600;
    line-height: 1.2;
}*/
    .display-1 {
        font-size: 29px;
        font-weight: 600;
        line-height: 1.2;
    }

    /*.margin-top{
    margin-top:-8rem !important;
}*/
    .margin-topblog {
        margin-top: -1rem !important;
    }

    /* .hpbdiv4 {
        position: absolute;
     
        top: 33%;
        left: 10%;
        width: 80%;
        height: 42px;
       
        background-color: rgba(255, 255, 255, 0.3);
        padding: 12px;
        font-size: 12px;
        
        color: black;
    
        text-align: center;
        border-radius: 29px;
    } */
}




/* ===== Carousel Text Wrapper (Left Side) ===== */
.owl-carousel-inner {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    z-index: 10;
    text-align: left;
    animation: fadeInLeft 1.5s ease-in-out;
    border: 1px solid black;
}

/* ===== Gradient Text (White + Blue) + Glow ===== */
.owl-carousel-inner h1,
.owl-carousel-inner h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    max-width: 700px;
    line-height: 1.3;
    text-transform: capitalize;
    background: linear-gradient(90deg, #ffffff, #00aaff, #0040ff);
    background-size: 300%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 25px rgba(0, 170, 255, 0.4);
    opacity: 0;
    transform: translateY(80px);
    animation: slideUpText 2s ease-out forwards, textGlow 3s ease-in-out infinite alternate;
}

/* ===== Text Slide-Up Animation ===== */
@keyframes slideUpText {
    0% {
        opacity: 0;
        transform: translateY(100px);
        background-position: left;
    }

    60% {
        opacity: 1;
        transform: translateY(-10px);
        background-position: center;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        background-position: right;
    }
}

/* ===== Soft Glow/Blink Shine Animation ===== */
@keyframes textGlow {
    0% {
        text-shadow: 0 0 10px rgba(0, 170, 255, 0.3), 0 0 20px rgba(0, 170, 255, 0.2);
    }

    50% {
        text-shadow: 0 0 25px rgba(0, 170, 255, 0.8), 0 0 50px rgba(0, 170, 255, 0.6);
    }

    100% {
        text-shadow: 0 0 15px rgba(0, 170, 255, 0.4), 0 0 30px rgba(0, 170, 255, 0.3);
    }
}

/* ===== Button Design (Below Text) ===== */
.btn-readmore {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 40px;
    font-weight: 600;
    border-radius: 20px;
    border: none;
    color: #fff !important;
    background: linear-gradient(90deg, #ffffff, #007bff);
    background-size: 200%;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
    transition: all 0.4s ease-in-out;
    opacity: 0;
    transform: translateY(60px);
    animation: slideUpButton 2.2s ease-out forwards;
    animation-delay: 0.5s;
}

.btn-readmore:hover {
    background-position: right center;
    transform: scale(1.08);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.6);
}

/* ===== Button Slide Animation ===== */
@keyframes slideUpButton {
    0% {
        opacity: 0;
        transform: translateY(70px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== Soft Overlay for Video Background ===== */
/* .carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    
    z-index: 5;
} */

/* ===== Responsive Adjustments ===== */
@media (max-width: 768px) {
    .owl-carousel-inner {
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .owl-carousel-inner h1,
    .owl-carousel-inner h2 {
        font-size: 1.3rem;
    }

    .btn-readmore {
        padding: 10px 28px;
    }
}



@media only screen and (min-width:300px) and (max-width:500px) {
    .hpbdiv5 {
        position: absolute;
        left: 38.5%;
        text-align: center;
        margin-top: 10%;
    }
}

@media only screen and (min-width:500px) and (max-width:750px) {
    .hpbdiv5 {
        position: absolute;
        left: 43.5%;
        text-align: center;
        margin-top: 6%;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {


    /* .hpbdiv4 {
       
        top: 33%;
        left: 10%;
        width: 80%;
        height: 42px;
       
        background-color: rgba(255, 255, 255, 0.3);
        padding: 12px;
        
        font-size: 15px;
       
        color: black;
        text-align: center;
        border-radius: 29px;
    }
    .btn-readmore {
        font-size: 15px;
    } */
}

@media only screen and (min-width :515px) and (max-width :700px) {

    /*.display-1-s {
    font-size:25px ;
    font-weight: 600;
    line-height: 1.2;
}*/
    .display-1 {
        font-size: 25px;
        font-weight: 600;
        line-height: 1.2;
    }

    /*.margin-top{
    margin-top:-5rem !important;
}*/
    .margin-topblog {
        margin-top: -2rem !important;
    }
}

@media only screen and (min-width :700px) and (max-width :990px) {

    /*.display-1-s {
    font-size:35px ;
    font-weight: 600;
    line-height: 1.2;
}*/
    /*.display-1 {
    font-size:35px ;
    font-weight: 600;
    line-height: 1.2;
}
.margin-top{
    margin-top:1rem !important;
}*/
    .margin-topblog {
        margin-top: 1rem !important;
    }
}

@media only screen and (min-width :910px) and (max-width :990px) {
    .marging-top {
        margin-top: -2rem;
        padding-left: 7%;
        font-size: 26px;
    }

    .marging-tops {
        margin-top: -2rem;
        font-size: 26px;
        /*padding-left: 8%;*/
    }
}

/* ===== Carousel Content Animation ===== */
.owl-carousel-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    color: #fff;
    animation: fadeInContent 1.2s ease-in-out;
}

@keyframes fadeInContent {
    0% {
        opacity: 0;
        transform: translate(-50%, -40%);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/* ===== Heading Animation ===== */
.owl-carousel-inner h1,
.owl-carousel-inner h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    animation: slideUp 1.5s ease-out forwards;
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== Button Design =====
.btn-readmore {
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 12px 35px;
    border-radius: 50px;
    border: none;
    color: #fff !important;
    box-shadow: 0 5px 15px rgba(18, 12, 100, 0.3);
    transition: all 0.3s ease-in-out;
    animation: fadeUpButton 2s ease-in-out;
}

.btn-readmore:hover {
    transform: scale(1.1);
    background-image: linear-gradient(to right, #2A1DDE, #120C64);
    box-shadow: 0 8px 25px rgba(42, 29, 222, 0.5);
}

@keyframes fadeUpButton {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 5;
} */


@media only screen and (min-width :991px) and (max-width :1199px) {
    .marging-top {
        margin-top: 10rem;
        padding-left: 11%;
        font-size: 26px;
    }

    .marging-tops {
        margin-top: -2rem;
        font-size: 26px;
        /*padding-left: 8%;*/
    }
}

.Banner_height {
    height: 500px;
}

.hrms-size {
    background-size: 100% 500px !important;
    width: 100%;
}

.aboutUs {
    margin-top: 15rem;
    font-size: 3rem !important;
}

/*.background-size{
        background-size: 100% 635px !important; width: auto;
    }*/

@media only screen and (min-width :300px) and (max-width :900px) {
    .Banner_height {
        height: 200px;
    }

    .aboutUs {
        margin-top: 2rem;
        font-size: 1rem !important;
    }

    .aboutUs-p {
        margin-top: -50px;
    }

    .background-size {
        background-size: 100% 260px !important;
        width: 100%;
    }

    .hrms-size {
        background-size: 100% 201px !important;
        width: 100%;
    }

    .iconsize {
        width: 35%;
    }

    .iconsize1 {
        width: 36%;
    }

    .iconsize2 {
        width: 43px;
    }

    .iconsize3 {
        width: 42px;
    }

    .iconsize4 {
        width: 36%;
    }

    .sizeRealState {
        width: 35%;
    }
}

@media only screen and (min-width :900px) and (max-width :1199px) {
    .iconsize {
        width: 35%;
    }

    .iconsize1 {
        width: 36%;
    }

    .iconsize2 {
        width: 43px;
    }

    .iconsize3 {
        width: 42px;
    }

    .iconsize4 {
        width: 36%;
    }

    .sizeRealState {
        width: 35%;
    }
}

@media (min-width: 1200px) {
    .owl-carousel .owl-item img {
        display: block;
        height: auto !important;
    }

    .owl-carousel .owl-item.iconsize img {
        display: inline-block !important;
        width: 35% !important;
    }

    .iconsize {
        /*width: 50%;*/
        width: 35%;
    }

    .iconsize1 {
        /*width: 56%;*/
        width: 39%;
    }

    .sizeRealState {
        width: 38.1%;
    }

    .iconsize3 {
        width: 50%;
    }

    .iconsize4 {
        /*width: 50.1%;*/
        width: 35.1%;
    }
}

@media (min-width: 1200px) {
    #timeline .timeline-item {
        /*margin-bottom: 50px;*/
        position: relative;
    }
}

@media (min-width: 1400px) {
    #timeline .timeline-item {
        /*margin-bottom: 50px;*/
        position: relative;
    }
}

@media only screen and (min-width :300px) and (max-width :900px) {
    #timeline .timeline-item {
        margin-bottom: 50px;
        position: relative;
    }
}

@media screen and (min-width: 1024px) {
    #timeline .timeline-item {
        /*margin-bottom: 50px;*/
        position: relative;
    }
}

@media only screen and (min-width :300px) and (max-width :1199px) {
    .fontsizeh3 {
        font-weight: 500 !important;
        font-size: 1.25rem;
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-family: "Teko", sans-serif;
        font-weight: 500;
        line-height: 1.2;
        /*color: #252525;*/
        display: block;
        /*font-size: 1.17em;*/
    }

    .p-4-m {
        padding: 0.5rem !important;
    }
}

@media only screen and (min-width :300px) and (max-width :1199px) {
    .fontsizeh4 {
        font-weight: 500 !important;
        font-size: 2.5rem;
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-family: "Teko", sans-serif;
        font-weight: 500;
        line-height: 1.2;
    }
}

.Custom-marging {
    margin-top: 96px;
}

.Apps {
    margin-top: 96px;
}

.textCenterFooter {
    margin-left: 80px;
}

@media only screen and (min-width :300px) and (max-width :765px) {
    .textCenterFooter {
        margin-left: 80px;
    }

    .customimges {
        min-height: 380px;
    }

    .customImgHeight {
        height: 300px;
    }

    .Custom-marging {
        margin-top: -20%;
    }

    .appimges {
        min-height: 380px;
    }

    .appHeight {
        height: 300px;
    }

    .E-commimages {
        min-height: 380px;
    }

    .E-commHeight {
        height: 300px;
    }

    .cyberimages {
        min-height: 380px;
    }

    .cyberHeight {
        height: 300px;
    }

    .blockchainimages {
        min-height: 380px;
    }

    .blockchainHeight {
        height: 300px;
    }

    .dataScienceimages {
        min-height: 380px;
    }

    .dataScienceHeight {
        height: 300px;
    }

    .AuthomationImages {
        min-height: 380px;
    }

    .AuthomationHeight {
        height: 300px;
    }

    .forcenter {
        text-align: center !important;
    }

    .fonsizehlabless {
        font-weight: 600 !important;
        font-size: 1.5rem !important;
        font-family: "Teko", sans-serif;
    }
}

@media only screen and (min-width :766px) and (max-width :1199px) {
    .customimges {
        min-height: 380px;
    }

    .customImgHeight {
        height: 400px;
    }

    .appimges {}

    .appHeight {}

    .E-commimages {}

    .E-commHeight {}

    .cyberimages {}

    .cyberHeight {}

    .blockchainimages {}

    .blockchainHeight {}

    .dataScienceimages {}

    .dataScienceHeight {}

    .AuthomationImages {}

    .AuthomationHeight {}
}

@media (min-width: 1200px) {
    .fontsizeh3 {
        font-weight: 500 !important;
        font-size: 1.75rem;
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-family: "Teko", sans-serif;
        font-weight: 500;
        line-height: 1.2;
        /*color: #252525;*/
        display: block;
        /*font-size: 1.17em;*/
    }

    .customimges {
        min-height: 380px;
    }

    .customImgHeight {
        height: 500px;
    }

    .appimges {
        min-height: 380px;
    }

    .appHeight {
        height: 500px;
    }

    .E-commimages {
        min-height: 380px;
    }

    .E-commHeight {
        height: 500px;
    }

    .cyberimages {
        min-height: 380px;
    }

    .cyberHeight {
        height: 500px;
    }

    .blockchainimages {
        min-height: 380px;
    }

    .blockchainHeight {
        height: 500px;
    }

    .dataScienceimages {
        min-height: 380px;
    }

    .dataScienceHeight {
        height: 500px;
    }

    .AuthomationImages {
        min-height: 380px;
    }

    .AuthomationHeight {
        height: 500px;
    }
}

@media (min-width: 1200px) {
    .fontsizehAb3 {
        font-weight: 500 !important;
        font-size: 1.75rem;
        margin-top: 0;
        margin-bottom: 0.5rem;
        /*font-family: "Teko",sans-serif;*/
        font-weight: 500;
        line-height: 1.2;
        /*color: #252525;*/
        display: block;
        /*font-size: 1.17em;*/
    }
}

/* .fonsizeh1 {
    font-weight: 600 !important;
    
    margin-bottom: 0.5rem;
    font-family: "Teko", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #0048cf;
} */

/*@media (min-width: 1200px) {*/

.fonsizehlable1 {
    font-weight: 600 !important;
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Teko", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #252525;
}

.fontsizeh2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Teko", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .fontsizeh2label {
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-family: "Teko", sans-serif;
        font-weight: 500;
        line-height: 1.2;
        color: #252525;
        font-size: 2rem;
        display: block;
        /*margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;*/
        font-weight: bold;
    }
}

@media (min-width: 1200px) {
    .fontsizeh4 {
        font-weight: 500 !important;
        font-size: 2.5rem;
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-family: "Teko", sans-serif;
        font-weight: 500;
        line-height: 1.2;
    }

    .navbar-expand-lg {
        position: fixed;
        visibility: visible !important;
    }
}

.fontsizeh5 {
    font-weight: 500 !important;
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Teko", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

.fontsizeh6 {
    font-weight: 500 !important;
    font-size: 1.25rem;
    display: block;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

/*@media (min-width: 992px) {*/

@media (min-width: 1200px) {
    .carousel-item {
        height: 100vh;
       
    }
}

@media only screen and (min-width: 751px) and (max-width: 900px) {
    .hpbdiv5 {
        position: absolute;
        left: 44.5%;
        text-align: center;
        /*margin-top: 3%;*/
        margin-top: 8%;
    }
}

/*Menu Design By shiba*/

.navbar-dark .navbar-nav a.nav-link {
    color: #2A1DDE;
    font-size: 1.1em;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 0.7em;
}

@media only screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: flex;
    }

    .dropdown-menu.show {
        display: flex;
    }
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
    /* margin-left: 450px; */
}

.dropdown-menu li .dropdown-item {
    color: #000000;
    /*font-size: 1em;
  padding: 0.5em 10em;*/
}

.dropdown-menu li .dropdown-item:hover {
    /*background-color: #007bff;*/
}

.dropdown-menu {
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    color: white;
}

.dropdown-menu a:hover {
    /*background-color: #007bff;*/
    color: #0048cf;
}

@media only screen and (max-width: 992px) {
    .dropdown-menu.show {
        max-height: 350px;
        /*shiba*/
        padding-left: 0px;
        padding-right: 0px;
        /*shiba*/
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .dropdown:hover .dropdown-menu {
        /*width: 40vw;*/
        flex-wrap: wrap;
    }
}

/* Design By Shiba */

.timeline-container {
    padding: 50px 0;
}

.timeline-content {
    display: block;
    justify-content: center;
}

.timeline-step {
    width: 33%;
    padding: 20px;
}

.year {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.title {
    font-size: 20px;
    margin-bottom: 10px;
}

.contents {
    /* Contents styles */
}

/* Media Query for smaller screens */

@media (max-width: 768px) {
    .timeline-step {
        width: 50%;
    }
}

/* Media Query for even smaller screens */

@media (max-width: 576px) {
    .timeline-step {
        width: 100%;
    }
}

/*Menu Design End By shiba*/


/* all  buttons */


/* Custom Button Style */
.custom-btn {
    position: relative;
    width: 160px;
    height: 50px;
    border-radius: 20px;
    border: 2px solid #000;
    /* Black border */
    background: transparent;
    /* No background */
    color: #000;
    /* Black text */
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.5s ease;
}

/* White sliding background animation */
.custom-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #fff;
    /* White slide-in background */
    transition: all 0.6s ease;
    border-radius: 50px;
    z-index: 0;
}

/* Text inside button */
.custom-btn span {
    position: relative;
    z-index: 1;
    transition: color 0.5s ease;
}

/* Hover effect */
.custom-btn:hover::before {
    width: 100%;
}

.custom-btn:hover span {
    color: #000;
    font-weight: bold;
}

















        .hero-p-tag {
    background: #0606066b;   /* light transparent white */
    padding: 18px 22px;
    border-radius: 10px;
    font-size: 1.05rem;
    line-height: 1.6;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
    transition: all 0.35s ease;
}

/* Hover effect */
.hero-p-tag:hover {
  
    /* color: linear-gradient(90deg, #5d5fef, #6fd6ff);  */
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    transform: translateY(-4px);
}



/* Page Loader */

