/*** Spinner Start ***/
/*** 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;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn.btn-primary:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    background: transparent;
    color: var(--bs-secondary);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border: none;
    transition: 0.5s;
}

.btn.btn-secondary:hover {
    color: var(--bs-primary) !important;
}


/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: -6px;
    margin-left: -100px;
    border: 1px solid var(--bs-secondary) !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: -8px;
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: -8px;
    margin-right: -100px;
    border: 1px solid var(--bs-secondary) !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: -6px;
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;
    }
}

/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 15px;
    color: var(--bs-primary) !important;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 35px 15px;
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-secondary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 83px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 83px;
}

/* .navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: black;
    font-weight: 600;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
} */

@media (max-width: 991.98px) {
    .sticky-top {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary) !important;
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        /* color: var(--bs-dark) !important; */
    }

    .navbar-light .navbar-brand img {
        max-height: 60px;
    }
}

@media (min-width: 991.98px) {
    .sticky-top .navbar-light {
        background: black !important;
    }

    /*** Top and Bottom borders go out ***/
    .navbar-light .navbar-nav .nav-link:after,
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        top: 30px;
        bottom: 30px;
        left: 0px;
        width: 100%;
        height: 2px;
        background: var(--bs-primary);
        opacity: 0;
        transition: all 0.5s;
    }

    .navbar-light .navbar-nav .nav-link:before {
        bottom: auto;
    }

    .navbar-light .navbar-nav .nav-link:after {
        top: auto;
    }

    .navbar-light .navbar-nav .nav-link:hover:before,
    .navbar-light .navbar-nav .nav-link.active:before {
        top: 20px;
        opacity: 1;
    }

    .navbar-light .navbar-nav .nav-link:hover::after,
    .navbar-light .navbar-nav .nav-link.active::after {
        bottom: 20px;
        opacity: 1;
    }
}

#searchModal .modal-content {
    background: rgba(240, 245, 251, 0.5);
}

/*** Navbar End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 58, 102, 0.9), rgba(0, 58, 102, 0.8)), url(../images/aboutushero.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: cover;
    padding: 100px 0 60px 0;
}

/*** Single Page Hero Header End ***/


/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev .carousel-control-prev-icon,
.carousel-header .carousel-control-next .carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    margin-left: -60px;
    border-radius: 50%;
    background-size: 60% 60%;
    transition: 0.5s;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
    margin-left: 0;
    margin-right: -60px;
}

.carousel-header .carousel .carousel-indicators {
    padding-bottom: 0;
    transition: 0.5s;
}


.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    border: 8px solid var(--bs-primary);
    border-radius: 50%;
    /* margin-right: 30px; */
    transition: 0.5s;
}

.carousel-header .carousel .carousel-indicators li.active {
    width: 8px;
    height: 8px;
    border: 8px solid var(--bs-secondary);
}

.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh
}

.carousel-item-custom {
    min-height: 70vh !important;
}
.banner-item-50vh{
    min-height: 50vh !important;
}

.carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6));
    background-size: cover;
}


@media (max-width: 768px) {
    .carousel-header {
        height: 700px !important;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-top: 500px;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon {
        margin-left: 0px;
    }

    .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-right: 0px;
    }

    .carousel-header .carousel .carousel-indicators {
        padding: 0;
    }
}

/*** Carousel Hero Header End ***/


/*** Counter Facts Start ***/
.counter-facts {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, 0.8)), url(../images/hero3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 200px;
    min-height: 215px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    background: var(--bs-white);
}

.counter-facts .counter:before {
    content: "";
    position: absolute;
    height: 105px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color: var(--bs-primary);

}

.counter-facts .counter .counter-icon {
    position: relative;
    width: 120px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 10px 10px 0 0;
    transform: translateY(-20px);
    font-size: 50px;
    line-height: 90px;
    color: var(--bs-secondary);
    background: rgba(1, 143, 252, 0.5);
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}

.counter-facts .counter .counter-icon:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 90px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
    background: rgba(0, 58, 102, 0.5);
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}

.counter-facts .counter:hover .counter-icon i {
    transform: rotate(360deg);
    transition: all 0.3s ease;
}

.counter-facts .counter h3 {
    color: var(--bs-primary);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.counter-facts .counter .counter-value {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: var(--bs-secondary);
}

@media screen and (max-width: 1200px) {
    .counter-facts .counter {
        margin-bottom: 40px;
    }
}

/*** Counter Facts End ***/


/*** service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-inner .service-title {
    position: relative;
    margin-top: -30px;
    text-align: center;
    transition: 0.5s;
}

.service .service-item .service-inner .service-title .service-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    border-radius: 10px;
    /* background-color: #766b86; */
    background: var(--bs-primary);
    opacity: 0;
    transition: 0.5s;
    padding: 20px;
    width: 85%;
}

.service .service-item:hover .service-inner .service-title .service-content {
    bottom: 0;
    opacity: 1;
}

.service .service-item .service-inner .service-title .service-content a h4 {
    border-bottom: 1px solid rgba(256, 256, 256, .1);
    color: #152238 !important;
}

.service .service-item .service-inner .service-title .service-content ul li a {
    color: #152238 !important;
}

.service .service-item .service-inner .service-title .service-content ul li {
    color: #152238 !important;
}

.service .service-item .service-inner .service-title .service-title-name {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-title-name {
    opacity: 0;
}

.service .service-item .service-inner .service-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.service .service-item .service-inner .service-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .5);
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover .service-inner .service-img::after {
    height: 100%;
    opacity: 1;
}

.service .service-item .service-inner .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-img img {
    transform: scale(1.3);
}

/*** Service End ***/


/*** Features Start ***/
.features .feature-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.features .feature-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 58, 102, 0.1);
    z-index: -1;
    transition: 0.5s;
}

.features .feature-item:hover::after {
    height: 100%;
}

.features .feature-item .feature-icon {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
    transition: 0.5s;
}

.features .feature-item:hover .feature-icon {
    border-radius: 50%;
    background: var(--bs-white) !important;
}

.features .feature-item .feature-icon i {
    transition: 0.5s;
}

.features .feature-item:hover .feature-icon i {
    color: var(--bs-secondary) !important;
    transform: rotate(360deg);
    transition: all 0.5s ease;
}

/*** Features End ***/


/*** Country Start ***/
.country .country-item {
    position: relative;
}

.country .country-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 58, 102, 0.7);
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.country .country-item:hover::after {
    height: 100%;
}

.country .country-item .country-flag {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
    z-index: 2;
}

.country .country-item .country-flag img {
    border: 5px solid var(--bs-white);
    transition: 0.5s;
}

.country .country-item:hover .country-flag img {
    border: 5px solid var(--bs-white);
    transform: rotate(360deg);
    transition: all 0.5s ease;
}

.country .country-item .country-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 3;
}

.country .country-item:hover .country-name {
    opacity: 1;
}

.country .country-item img {
    transition: 0.5s;
}

.country .country-item:hover img {
    transform: scale(1.2);
}

.country .country-item .country-name a.fs-4 {
    transition: 0.5s;
}

.country .country-item .country-name a.fs-4:hover {
    color: var(--bs-secondary) !important;
}

/*** Country End ***/


/*** testimonial Start ***/
.testimonial .owl-carousel.testimonial-carousel {
    position: relative;
}

.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content {
    position: relative;
    border-radius: 10px;
    background: var(--bs-light);
}

.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    bottom: -20px;
    left: 30px;
    transform: rotate(45deg);
    background: var(--bs-light);
    z-index: -1;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    font-size: 40px;
    color: var(--bs-primary);
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
    margin-right: 40px;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-secondary);
}

/*** testimonial end ***/


/*** training Start ***/
.training .training-item .training-inner {
    position: relative;
}

.training .training-item .training-inner .training-title-name {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: center;
    transition: 0.5s;
}

.training .training-item {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.training .training-item:hover .training-inner .training-title-name {
    background: rgba(0, 58, 102, 0.5);
}

.training .training-item:hover .training-inner .training-title-name a {
    opacity: 0;
}

.training .training-item .training-inner img {
    transition: 0.5s;
}

.training .training-item:hover .training-inner img {
    transform: scale(1.3);
}

.training .training-item .training-content {
    position: absolute;
    width: 100%;
    bottom: -100%;
    left: 0;
    transition: 0.5s;
}

.training .training-item:hover .training-content {
    bottom: 0;
}

.training-content a h4 {
    color: #152238 !important;
}

.training-content a {
    color: #152238 !important;
}

.training-content p {
    color: #152238 !important;
}

/*** training End ***/


/*** Contact Start ***/
.contact .office .office-item {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
    background: var(--bs-light);
    transition: 0.5s;
}

.contact .office .office-item:hover {
    box-shadow: 20px 20px 20px rgba(0, 58, 102, 0.3);
}

.contact .office .office-item .office-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.contact .office .office-item .office-img img {
    transition: 0.5s;
}

.contact .office .office-item:hover .office-img img {
    transform: scale(1.3);
}

.contact .office .office-item .office-content a.text-secondary,
.contact .office .office-item .office-content a.text-muted {
    transition: 0.5s;
}

.contact .office .office-item .office-content a.text-muted:hover {
    color: var(--bs-secondary) !important;
}

.contact .office .office-item .office-content a.text-secondary:hover {
    color: var(--bs-primary) !important;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: #000000;
}

.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 30px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-secondary);
}

/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-secondary) !important;
}

/*** copyright end ***/


/* New Changes Made By Bs */
.logoheader {
    width: 100%;
    /* height: 83px; */
}

.logofooter {
    width: 50%;
    /* height: 83px; */
    position: relative;
    left: 24%;
}

.iconsize1 {
    width: 80px;
    height: 80px;
}

.whatsapp-float img {
    width: 50px;
    position: fixed;
    bottom: 40px;
    left: 20px;
    border-radius: 10px;
    z-index: 1;
}

.service-content ul li, .service-content ul li a {
    color: white;
    text-align: left;
}

/* Blog Start */
.blog img {
    max-width: 100%;
}

.blog-head {
    margin-bottom: 70px;
}

.blog-head h6 {
    color: #f05907;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}

.blog-head h6:after, .blog-head h6:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background: #f05907;
    top: 50%;
}

.blog-head h6:after {
    right: 120%;
}

.blog-head h6:before {
    left: 120%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.blog {
    /* background-color: #f7f7f7; */
    padding: 100px 0;
    /* min-height: 100vh; */
}

.blog .item {
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.blog .item .more {
    position: absolute;
    right: 30px;
    bottom: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    color: #f05907;
    font-size: 19px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    transform: translate(0, 100px);
    transition: all 0.3s ease-in-out;
}

.blog .item:hover .more {
    transform: translate(0, 0)
}

.blog .item:hover .img img {
    transition: all 0.4s ease;
}

.blog .item:hover .img img {
    transform: rotate(-5deg) scale(1.2, 1.2);
}

.blog .item .img {
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%, 0 75%);
}

.blog .item .info {
    padding: 30px;
    position: relative;
}

.blog .item .info .date {
    position: absolute;
    left: calc(50% - 25px);
    top: -54px;
    width: 50px;
    height: 50px;
    line-height: 20px;
    text-align: center;
    background-color: #f05907;
    color: #fff;
    padding: 5px;
    transform: rotate(45deg);
}

.blog .item .info .date span {
    transform: rotate(-45deg);
    display: inline-block;
}

.blog .item .info h5:hover {
    color: #f05907;
}

.blog .item .info .user {
    margin-top: 20px;
    color: #f05907;
}

.blog .item .info .user i {
    margin-right: 5px;
    font-size: 14px;
}

/* Blog End */

/* News Start */


.projcard-container {
    margin: 50px 0;
}


.projcard-container,
.projcard-container * {
    box-sizing: border-box;
}

.projcard-container {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

.projcard {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #ddd;
    font-size: 18px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, .66);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.projcard:hover {
    box-shadow: 0 34px 32px -33px rgba(0, 0, 0, .18);
    transform: translate(0px, -3px);
}

.projcard::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-70deg, #424242, transparent 50%);
    opacity: 0.07;
}

.projcard:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #424242, transparent 50%);
}

.projcard-innerbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.projcard-img {
    position: absolute;
    height: 300px;
    width: 400px;
    top: 0;
    left: 0;
    transition: transform 0.2s ease;
}

.projcard:nth-child(2n) .projcard-img {
    left: initial;
    right: 0;
}

.projcard:hover .projcard-img {
    transform: scale(1.05) rotate(1deg);
}

.projcard:hover .projcard-bar {
    width: 70px;
}

.projcard-textbox {
    position: absolute;
    top: 7%;
    bottom: 7%;
    left: 430px;
    width: calc(100% - 470px);
    font-size: 17px;
}

.projcard:nth-child(2n) .projcard-textbox {
    left: initial;
    right: 430px;
}

.projcard-textbox::before,
.projcard-textbox::after {
    content: "";
    position: absolute;
    display: block;
    background: #ff0000bb;
    background: #fff;
    top: -20%;
    left: -55px;
    height: 140%;
    width: 60px;
    transform: rotate(8deg);
}

.projcard:nth-child(2n) .projcard-textbox::before {
    display: none;
}

.projcard-textbox::after {
    display: none;
    left: initial;
    right: -55px;
}

.projcard:nth-child(2n) .projcard-textbox::after {
    display: block;
}

.projcard-textbox * {
    position: relative;
}

.projcard-title {
    font-family: 'Voces', 'Open Sans', arial, sans-serif;
    font-size: 24px;
}

.projcard-subtitle {
    font-family: 'Voces', 'Open Sans', arial, sans-serif;
    color: #888;
}

.projcard-bar {
    left: -2px;
    width: 50px;
    height: 5px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #424242;
    transition: width 0.2s ease;
}

.projcard-blue .projcard-bar {
    background-color: #0088FF;
}

.projcard-blue::before {
    background-image: linear-gradient(-70deg, #0088FF, transparent 50%);
}

.projcard-blue:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #0088FF, transparent 50%);
}

.projcard-red .projcard-bar {
    background-color: #D62F1F;
}

.projcard-red::before {
    background-image: linear-gradient(-70deg, #D62F1F, transparent 50%);
}

.projcard-red:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #D62F1F, transparent 50%);
}

.projcard-green .projcard-bar {
    background-color: #40BD00;
}

.projcard-green::before {
    background-image: linear-gradient(-70deg, #40BD00, transparent 50%);
}

.projcard-green:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #40BD00, transparent 50%);
}

.projcard-yellow .projcard-bar {
    background-color: #F5AF41;
}

.projcard-yellow::before {
    background-image: linear-gradient(-70deg, #F5AF41, transparent 50%);
}

.projcard-yellow:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #F5AF41, transparent 50%);
}

.projcard-orange .projcard-bar {
    background-color: #FF5722;
}

.projcard-orange::before {
    background-image: linear-gradient(-70deg, #FF5722, transparent 50%);
}

.projcard-orange:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #FF5722, transparent 50%);
}

.projcard-brown .projcard-bar {
    background-color: #C49863;
}

.projcard-brown::before {
    background-image: linear-gradient(-70deg, #C49863, transparent 50%);
}

.projcard-brown:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #C49863, transparent 50%);
}

.projcard-grey .projcard-bar {
    background-color: #424242;
}

.projcard-grey::before {
    background-image: linear-gradient(-70deg, #424242, transparent 50%);
}

.projcard-grey:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #424242, transparent 50%);
}

.projcard-customcolor .projcard-bar {
    background-color: var(--projcard-color);
}

.projcard-customcolor::before {
    background-image: linear-gradient(-70deg, var(--projcard-color), transparent 50%);
}

.projcard-customcolor:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, var(--projcard-color), transparent 50%);
}

.projcard-description {
    z-index: 10;
    font-size: 15px;
    color: #424242;
    height: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.projcard-tagbox button {
    bottom: 3%;
    font-size: 25px;
    cursor: default;
    user-select: none;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    border: none;
    outline: none;
    background: purple;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, .66);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.projcard-tagbox a {
    text-decoration: none;
    color: #ddd;
}


/* News End */

.serviceimg {
    max-height: 400px !important;
}


/* Service Start */
.card-effects .card-effect {
    border: none;
    background: #dee2e6;
}

.card-effects .card-effect .card-body {
    box-shadow: 0px 5px 24.25px 0.75px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.card-effects .card-effect .card-img {
    position: relative;
    overflow: hidden;
}

.card-effects .card-effect:hover .card-img {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important
}

.card-effects .card-effect .card-img img {
    width: 100%;
    transition: .6s
}

.card-effects .card-effect:hover .card-img img {
    transform: scale(1.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-effects .img-hover {
    position: relative;
    overflow: hidden
}

.card-effects .img-hover img {
    transition: all 2s ease;
    transform: scale(1)
}

.card-effects .img-hover:after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3
}

.card-effects .img-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
    top: -10%;
    right: 51%;
    bottom: -10%;
    left: 50%;
    background: rgba(255, 255, 255, 0.3)
}

.card-effects .img-hover:after {
    top: 50%;
    right: -10%;
    bottom: 50%;
    left: -10%;
    background: rgba(255, 255, 255, 0.6)
}

.card-effects .card-effect:hover .img-hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 900ms linear
}

.card-effects .card-effect:hover .img-hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 900ms linear
}

.card-effects .card-effect:hover .img-hover img {
    transform: scale(1.2)
}

.card-effects .card-btn {
    display: inline-block;
    padding: 14px 25px 14px 55px;
    position: relative;
    background-color: #2fbfa7;
    color: #ffffff;
    text-transform: capitalize;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    cursor: pointer;
    border: none;
    transition: 0.5s;
    background-image: linear-gradient(to right top, #8f42b9, #9746c3, #a04bce, #a84fd8, #b154e3);
}

.card-effects .card-btn:hover {
    background-image: linear-gradient(to right top, #b154e3, #a84fd8, #a04bce, #9746c3, #8f42b9);
    transition: 0.5s;
}

.card-effects .card-btn .icon-arrow {
    color: #ffffff;
    top: 16px;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    font-size: 18px;
    backface-visibility: hidden;
    transform: translateZ(0);
    perspective: 1000
}

.card-effects .card-btn .icon-arrow.before {
    left: 20%;
    position: absolute;
    transform-origin: left center
}

.card-effects .card-btn .icon-arrow.after {
    opacity: 0;
    position: absolute;
    right: 48px;
    transform: translateX(75%) scaleX(0.1);
    transform-origin: right center
}

.card-effects .card-btn.secondary {
    background-color: #ff7029
}

.card-effects .card-btn.secondary:hover, .card-effects .card-btn.secondary:active, .card-effects .card-btn.secondary:focus {
    background-color: #2fbfa7
}

.card-effects .card-btn.white .icon-arrow {
    color: #2fbfa7
}

.card-effects .card-btn.white:hover .icon-arrow, .card-effects .card-btn.white:active .icon-arrow, .card-effects .card-btn.white:focus .icon-arrow {
    color: #fff
}

.card-effects .card-btn.md .icon-arrow {
    top: 22px;
}

.card-effects .card-btn.sm {
    padding: 10px 25px 10px 50px !important;
    font-size: 14px !important
}

.card-effects .card-btn .label {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    backface-visibility: hidden;
    transform: translateZ(0);
    perspective: 1000
}

.card-effects .card-btn.white {
    background-color: #ffffff;
    color: #2fbfa7
}

.card-effects .card-btn .icon-arrow.white {
    color: #2fbfa7;
    top: 16px
}

.card-effects .card-btn:hover, .card-effects .card-btn:active, .card-effects .card-btn:focus {
    background-color: #ff7029;
    color: #ffffff
}

.card-effects .card-btn:hover .icon-arrow.before, .card-effects .card-btn:active .icon-arrow.before, .card-effects .card-btn:focus .icon-arrow.before {
    opacity: 0;
    transform: translateX(-75%) scaleX(0.1)
}

.card-effects .card-btn:hover .icon-arrow.after, .card-effects .card-btn:active .icon-arrow.after, .card-effects .card-btn:focus .icon-arrow.after {
    opacity: 1;
    transform: translateX(0) scaleX(1)
}

.card-effects .card-btn:hover .label, .card-effects .card-btn:active .label, .card-effects .card-btn:focus .label {
    transform: translateX(-32px)
}

.card-effects .text-tb-lines {
    display: grid;
    align-items: center;
    text-align: center;
    gap: 10px;
    color: #3c38f4;
}

.card-effects .text-tb-lines::before, .text-tb-lines::after {
    content: '';
    border-top: 6px double;
    color: #b89f66;
}

/* Service End */

/* Ehical Hacking Start */
.ethi1 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    max-height: 600px;
}

.ethi1 .hero {
    display: grid;
    grid-template-columns: 4fr 1fr 4fr;
    grid-template-rows: 1fr 6fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

/* LEFT PART */
.left {
    grid-area: 1 / 1 / 3 / 3;
    border: 10px solid #b89f66;
    padding: 30px;
    background-color: #FFFFFF;
    position: relative;
    z-index: 99;
}

.left h1 {
    text-transform: uppercase;
    font-size: clamp(20px, 5vw, 40px);
    font-weight: 700;
    /* white-space: nowrap; */
}

.left h1 span {
    color: #b89f66;
}

.left p {
    margin-top: 25px;
    margin-bottom: 50px;
    font-size: 16px;
}

.left a {
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #b89f66;
    color: #000;
    font-weight: 700;
}

.left a:hover {
    color: #FFFFFF;
    background-color: #b89f66;
}


/* RIGHT PART */
.right {
    grid-area: 2 / 2 / 4 / 4;
    border: 10px solid #b89f66;
    z-index: 1;
    position: relative;
}

.right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* LEFT AND RIGHT BANDS */
.left::before,
.right::before {
    content: '';
    position: absolute;
    top: 50%;
    height: 50%;
    width: 50vw;
    background: #b89f66;
}

.left::before {
    left: 0;
    transform: translateY(-50%) translateX(-100%);
}

.right::before {
    right: 0;
    transform: translateY(-50%) translateX(100%);
}

@media screen and (max-width: 450px) {
    header .hero {
        grid-template-rows: 6fr 1fr 6fr;
    }

    .left {
        grid-area: 1 / 1 / 3 / 4;
    }

    .right {
        grid-area: 2 / 1 / 4 / 4
    }
}

/* Ethical Hacking End */

.bg-black1 {
    background-color: black;
}

.hero img {
    width: 536px;
    /* height: 375px; */
    object-fit: cover;
}

.img-hover img {
    height: 272px;
}


.certificatebox {
    background-color: #b89f66; /* Button background color */
    color: white; /* Text color */
    padding: 15px 30px; /* Padding for the button */
    border-radius: 8px; /* Rounded corners */
    border: none; /* No border */
    font-size: 18px; /* Text size */
    font-weight: bold;
    box-shadow: 0 5px #8c743d; /* 3D effect with shadow */
    cursor: pointer;
    transition: all 0.3s ease; /* Smooth transition */
    /* display: inline-block; */
}

.certificatebox:hover {
    transform: translateY(-5px); /* Move button upwards on hover */
    box-shadow: 0 10px #8c743d; /* Adjust shadow on hover for more 3D effect */
}


/* 3D Button Design with Purple Color */
.btn-3d {
    background-color: #d3bff2; /* Light purple color */
    color: #4a347f; /* Darker purple text for contrast */
    padding: 15px 30px; /* Padding for larger button */
    border-radius: 50px; /* Rounded-pill style */
    border: none; /* No border */
    font-size: 18px; /* Text size */
    font-weight: bold;
    text-decoration: none; /* Remove underline */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); /* 3D shadow effect */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
    display: inline-block;
    text-align: center; /* Center the text */
}

/* Hover Effect */
.btn-3d:hover {
    transform: translateY(-5px); /* Slight upward movement on hover */
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3); /* Deeper shadow for a stronger 3D effect */
    background-color: #e6d7f5; /* Lighter purple on hover */
    color: #3a2b63; /* Darker text color on hover */
}

/* Optional wow.js animation delay */
.wow {
    animation-delay: 0.1s;
}


/* small 3D Button Design with Purple Color */
.btn-3ds {
    background-color: #d3bff2; /* Light purple color */
    color: #4a347f; /* Darker purple text for contrast */
    padding: 10px 20px; /* Padding for larger button */
    border-radius: 50px; /* Rounded-pill style */
    border: none; /* No border */
    font-size: 14px; /* Text size */
    font-weight: bold;
    text-decoration: none; /* Remove underline */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); /* 3D shadow effect */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
    display: inline-block;
    text-align: center; /* Center the text */
}

/* Hover Effect */
.btn-3ds:hover {
    transform: translateY(-5px); /* Slight upward movement on hover */
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3); /* Deeper shadow for a stronger 3D effect */
    background-color: #e6d7f5; /* Lighter purple on hover */
    color: #3a2b63; /* Darker text color on hover */
}

/* Optional wow.js animation delay */
.wow {
    animation-delay: 0.1s;
}


/* Unique 3D Box Design */
.box-3d {
    background: linear-gradient(145deg, #7f00ff, #e100ff); /* Vivid purple gradient */
    color: white; /* White text for contrast */
    padding: 10px 20px; /* Padding for spacious feel */
    border-radius: 10px; /* More rounded corners */
    position: relative; /* For pseudo-element positioning */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), inset 0 -5px 10px rgba(0, 0, 0, 0.2); /* Custom shadow effect */
    transition: all 0.4s ease; /* Smooth transition */
    display: inline-block;
    text-align: center;
    overflow: hidden; /* Ensure the pseudo-element is contained */
}

/* Pseudo-element for layered depth */
.box-3d::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: linear-gradient(145deg, #5f00b2, #c700c4); /* Slightly darker gradient for depth */
    border-radius: 20px; /* Same radius for consistency */
    z-index: -1; /* Place behind the main box */
    transition: all 0.4s ease; /* Smooth transition */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); /* Deep shadow for added depth */
}

/* Hover effect */
.box-3d:hover {
    transform: translateY(-12px) rotate(3deg); /* More pronounced lift and rotation */
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.4), inset 0 -10px 20px rgba(0, 0, 0, 0.3); /* Enhanced shadows */
}

.box-3d:hover::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: linear-gradient(145deg, #3f007f, #a100a8); /* Darker gradient on hover */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); /* Stronger shadow on hover */
}

/* Link Styling */
.box-3d a {
    text-decoration: none; /* Remove underline */
    color: white; /* Keep text white */
    font-weight: bold;
}


/* .dropdown-menu {
    display: none;
  }

  .dropdown:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-item:hover .sub-dropdown-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
  }

  .sub-dropdown-menu {
    display: none;
  }


  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 84px;
        background-color: black;
    }
}


.top0
{
    top: 0px !important;
}


.dropdown-item a {
    color: white !important;
} */

/* Ensure dropdown menu stays hidden by default */

/* ---------------------------------------------------------------------------------- */
.dropdown-menu {
    display: none;
}

/* Show the main dropdown menu when hovering over the parent */
.dropdown:hover > .dropdown-menu {
    display: block;


}


/* solution of dropdown height problem start */
/* .dropdown-menu:hover  {
  min-height: 500px;
  overflow-y: auto;
} */
/* solution of dropdown height problem end */


/* Ensure sub-dropdown menu displays under the corresponding item and pushes other items down */
.dropdown-item:hover .sub-dropdown-menu {
    display: block;
    margin-top: 10px;
    padding: 10px; /* Add padding to sub-dropdown */
    /* background-color: #333; */
    /* background-color: black; */
    background-color: rgba(0, 0, 0, 0);


}

/* Ensure sub-dropdown remains part of normal flow so other items are pushed down */
.sub-dropdown-menu {
    display: none;
}


/* Make dropdown items white */
.dropdown-item a {
    color: white !important;
}

/* Add extra space below each dropdown item to accommodate the sub-dropdown */
.dropdown-item {
    /* background-color: #222; */
    color: white;
    padding-bottom: 20px; /* Create space below the dropdown for sub-dropdown */
}

/* Hover effect for dropdown items */
.dropdown-item:hover .a1 {
    /* color: black !important; */
    color: #b89f66 !important;

}


.sub-dropdown-menu a:hover {
    /* color: black !important; */
    color: #b89f66 !important;
}

/* Responsive adjustments */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 64px;
        background-color: black;
        /* background-color: rgba(0, 0, 0, 0); */
        z-index: 9999 !important;

    }
}

/* ----------------------------------------------------------------------------- */

.carousel-indicators li {
    width: 50px !important; /* Adjust as needed */
    height: 50px !important; /* Adjust as needed */
    background-size: cover; /* Ensure image covers the entire button */
    background-position: center; /* Center the background image */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    border-radius: 20% !important; /* Makes the button round */
    cursor: pointer;
    border: 5px solid #b89f66 !important; /* Optional border */
}

.carousel-indicators li.active {
    border-color: #fff !important; /* Highlight the active button */
}

/* .carousel-indicators {
    bottom: 20px ; 
} */


.tabcontent .container p {
    color: #000;
}


.card1 {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* padding: 0px;  */
}

.card1 .card-body .card-title {
    color: #000;
}

.downloadsyllabus {
    color: #dc3545;
    margin-bottom: 20px !important;
}


/* responsive  */
@media (max-width: 768px) {
    .dropdown {
        /* margin-left: -10px !important; */
        background-color: #000 !important;
    }

    .dropdown a {
        /* margin-left: -100px !important; */
        z-index: 9999;
    }

    .dropdown-item {
        background-color: #000 !important;
        margin-left: -20px !important;
    }

    .sub-dropdown-menu {
        background-color: #000 !important;
        margin-left: -20px !important;

    }

    .nav-item .dropdown {
        background-color: #000 !important;


    }

    .carousel-header .carousel-inner .carousel-item {
        position: relative;
        min-height: 90vh;
    }

    .carousel-header {
        height: 550px !important;
    }

    .carousel-control-next .carousel-control-next-icon {
        margin-top: 50% !important;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon, .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-top: 50%;
    }

    .logoheader {
        width: 100%;
        /* height: 83px; */
    }

    .justifypara p {
        text-align: justify;
    }

    .yearexp {
        font-size: 13px;
    }

    .footer .container .row .col-lg-6 p {
        text-align: justify;
    }

    .blog p {
        text-align: justify;
    }

    .projcard-textbox {
        position: absolute;
        top: 341px;
        bottom: 0%;
        left: 0px;
        /* width: calc(100% - 470px); */
        font-size: 17px;
        width: 100%;
        padding: 20px;
        /* height: 100%; */
    }

    .projcard-container {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        /* height: 100px; */
    }

    .projcard {
        position: relative;
        width: 100%;
        height: 110vh;
    }

    .projcard-description {
        z-index: 10;
        font-size: 15px;
        color: #424242;
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .projcard:nth-child(2n) .projcard-textbox {
        left: initial;
        right: 0px;
    }

    .projcard-textbox::before, .projcard-textbox::after {
        display: none;
    }
}


.courser-nav {
    margin-top: 30px;
}

/* floting icon  */
.floating-icon {
    position: fixed;
    left: 20px;
    bottom: 50px;
    z-index: 1000;
}

.main-icon {
    width: 60px;
    height: 60px;
    background-color: #007bff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.icon-list {
    position: absolute;
    display: flex;
    gap: 10px; /* Spacing between icons */
    left: 60px;
    top: 3px;
    bottom: 0;
    transform: translateX(-100%); /* Start off-screen */
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.icon-list .icon {
    width: 50px;
    height: 50px;
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: transform 0.4s ease;
}

/* WhatsApp, Instagram, Call, and LinkedIn specific colors */
.icon.wa {
    background-color: #25D366;
}

.icon.insta {
    background-color: #E1306C;
}

.icon.call {
    background-color: #34B7F1;
}

.icon.linkedin {
    background-color: #0077B5;
}

/* Show and animate icons on hover */
.floating-icon:hover .icon-list {
    transform: translateX(0); /* Slide in */
    opacity: 1;
    visibility: visible;
}