/********** Template CSS **********/

.back-to-top {
    position: fixed;
    display: none;
    right: 7px;
    bottom: 11px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}


/*** 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 {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.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;
    border-radius: 50px;
    font-weight: normal;
}

.icon-box-primary,
.icon-box-light {
    position: relative;
    padding: 0 0 10px 10px;
    z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
    font-size: 60px;
    line-height: 0;
}

.icon-box-primary::before,
.icon-box-light::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    left: 0;
    bottom: 0;
    border-radius: 35px;
    transition: .5s;
    z-index: -1;
}

.icon-box-primary::before {
    background: var(--bs-primary);
}

.icon-box-light::before {
    background: var(--bs-light);
}


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: var(--bs-dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .sticky-top {
        margin-top: -34px;
    }

    .navbar {
        height: 68px;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        border-bottom: 3px solid #3368c6;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (min-width: 992px) {

    .header-carousel,
    .page-header,
    .page-header1,
    .page-header2 {
        margin-top: -34px;
    }
}

.carousel-item img {
    width: 100%;
    height: 750px;
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(3, 27, 78, .3);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
    z-index: 99999;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--bs-primary);
    border: 15px solid var(--bs-primary);
}

@media (max-width: 767.98px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/img09.jpeg) center center no-repeat;
    background-size: cover;
}

.page-header1 {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/img10.jpeg) center center no-repeat;
    background-size: cover;
}

.page-header2 {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../NEWIMAGES/hero2.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}


/*** Features ***/
.feature {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../NEWIMAGES/aboutbg.jpg) left center no-repeat;
    background-size: cover;
}

.cred {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/img01.jpeg) left center no-repeat;
    background-size: cover;
}

.team {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/ProjectManagement.png) left center no-repeat;
    background-size: cover;
    background-position: left;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}

.experience .nav-pills .nav-link {
    color: var(--dark);
}

.experience .nav-pills .nav-link.active {
    color: #FFFFFF;
}

.experience .tab-content hr {
    width: 30px;
}


/*** About ***/
.about-fact {
    width: 220px;
    height: 220px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {
    .about-fact.mt-n130 {
        margin-top: -130px;
    }
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--bs-primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    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: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px 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;
}


/*** Service ***/
.container-service {
    position: relative;
}

.container-service::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
    z-index: -1;
}

.service-item {
    position: relative;
    height: 100%;
    padding: 45px 30px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: .5s;
    background: var(--bs-primary);
}

.service-item:hover::before {
    height: 100%;
    top: 0;
}

.service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover h5,
.service-item:hover p {
    color: var(--bs-white);
}

.service-item:hover .icon-box-primary::before {
    background: var(--bs-dark);
}

.service-item:hover .icon-box-primary i {
    color: var(--bs-white) !important;
}


/*** Team ***/
.container-team {
    position: relative;
}

.container-team::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 70%, 100% 30%, 100% 100%, 0% 100%);
    z-index: -1;
}

.team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/test_bg.jpeg) left center no-repeat;
    background-size: cover;
}

.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    color: var(--bs-primary);
    font-size: 30px;
    line-height: 0;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/footer.png) center center no-repeat;
    background-size: contain;
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255, 255, 255, .5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    border-top: 1px dashed rgba(255, 255, 255, .2);
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
}


/* New Changes By BS */

/* whatsapp integration start */
.whatsapp-float img {
    width: 50px;
    position: fixed;
    bottom: 40px;
    left: 20px;
    border-radius: 10px;
    z-index: 1;
}

/* whatsapp integration end */
.hei1 {
    height: 267px;
}

.demo1 {
    height: 200px;
    width: 100%;
}

.demo {
    border-radius: 15px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
}

/* social media start */


.sticky-icon {
    z-index: 1;
    position: fixed;
    top: 35%;
    right: 0%;
    width: 185px;
    display: flex;
    flex-direction: column;
}

.sticky-icon a {
    transform: translate(140px, 0px);
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    transition: all 0.8s;
}

.sticky-icon a:hover {
    color: #FFF;
    transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
    transform: rotate(360deg);
}

/*.search_icon a:hover i  {
      transform:rotate(360deg);}*/
.Facebook {
    background-color: #2C80D3;
    color: #FFF;
}

.Youtube {
    background-color: #fa0910;
    color: #FFF;
}

.Twitter {
    background-color: #c1c1c1;
    color: #FFF;
}

.Twitter:hover {
    color: #000 !important;
}

.Instagram {
    background-color: #FD1D1D;
    color: #FFF;
}

.Linkedin {
    background-color: #3368c6;
    color: #FFF;
}

.sticky-icon a i {
    background-color: #FFF;
    height: 30px;
    width: 30px;
    color: #000;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.5s;
    font-size: 20px;
}

.sticky-icon a i.fa-facebook-f {
    background-color: #FFF;
    color: #2C80D3;
}

.sticky-icon a i.fa-google-plus-g {
    background-color: #FFF;
    color: #d34836;
}

.sticky-icon a i.fa-instagram {
    background-color: #FFF;
    color: #FD1D1D;
}

.sticky-icon a i.fa-youtube {
    background-color: #FFF;
    color: #fa0910;
}

.sticky-icon a i.fa-twitter {
    background-color: #FFF;
    color: #53c5ff;
}


/* contact section */
section {
    padding: 60px 0;
    min-height: 100vh;
}

.contact-info {
    display: flex;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.contact-info-icon {
    margin-bottom: 15px;
}

.contact-info-item {
    background: #071c34;
    padding: 30px 0px;
    width: 100%;
    height: 210px;
}

.contact-page-sec .contact-page-form h2 {
    color: #071c34;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
}

.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
}

.contact-page-form.contact-form input {
    margin-bottom: 5px;
}

.contact-page-form.contact-form textarea {
    height: 110px;
}

.contact-page-form.contact-form input[type="submit"] {
    background: #071c34;
    width: 150px;
    border-color: #071c34;
}

.contact-info-icon i {
    font-size: 48px;
    color: #3368c6;
}

.contact-info-text p {
    margin-bottom: 0px;
}

.contact-info-text h2 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-info-text span {
    color: #e9e9e9;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

.contact-page-form input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
}

.contact-page-form .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0;
}

.single-input-field textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    width: 100%;
    height: 120px;
    padding: 12px 16px;
    border-radius: 4px;
}

.single-input-fieldsbtn input[type="submit"] {
    background: #3368c6 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
}

.single-input-fieldsbtn input[type="submit"]:hover {
    background: #071c34;
    transition: all 0.4s ease-in-out 0s;
    border-color: #071c34
}

.single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px;
}

.contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.contact-page-map {
    margin-top: 36px;
}

.contact-page-form form {
    padding: 20px 15px 0;
}

.btn-hero1 {
    width: 100%;
    background-image: linear-gradient(to right, #ffffff, #dbd7ff, #b1b1fe, #7d8efe, #0d6efd);
    color: #fff;
    text-align: right;
    height: 50px;
    border-radius: 0px 45px 45px 0px;
    position: relative;
    top: -50%;
    left: -12px;

    span {
        color: #fff;
        margin-right: 30px;
        font-size: 1.5rem;
        text-transform: uppercase;
    }
}

.btn-hero2 {
    width: 200px;
    height: 50px;
    background-color: #0d6efd;
    border-radius: 45px;
    position: relative;
    top: -50%;

    span {
        color: #fff;
        font-size: 1.5rem;
        text-transform: uppercase;
        text-align: center;
    }
}



/* industries we serve */
.darksoul-card1 {
    display: flex;
    margin: auto;
    width: 250px;
    height: 200px;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 5px 60px rgb(235, 235, 235), -5px -5px 60px rgb(237, 237, 237);
    border-radius: 15px;
    transition: all 2s;
    align-items: start;
    justify-content: right;
    font-family: "Grand Hotel", cursive;
}

.darksoul-card2 {
    display: flex;
    margin: auto;
    width: 250px;
    height: 200px;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 5px 60px rgb(235, 235, 235), -5px -5px 60px rgb(237, 237, 237);
    border-radius: 15px;
    transition: all 2s;
    align-items: start;
    justify-content: center;
    font-family: 'Belanosima', sans-serif;
}

.darksoul-card3 {
    display: flex;
    margin: auto;
    width: 250px;
    height: 200px;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 5px 60px rgb(235, 235, 235), -5px -5px 60px rgb(237, 237, 237);
    border-radius: 15px;
    transition: all 2s;
    align-items: end;
    justify-content: left;
    font-family: "Kaushan Script", cursive;
}

.circle1 {
    position: absolute;
    margin: auto;
    margin-right: 0px;
    width: 70px;
    height: 70px;
    background-color: rgb(61, 69, 186);
    border-radius: 0px 15px 0px 50px;
    transition: all 0.5s;

}

.darksoul-card1:hover .circle1 {
    background-color: rgb(61 69 186 / 60%);
    width: 250px;
    height: 200px;
    border-radius: 15px;
    transition: all 0.5s;
}

.darksoul-card1 .content {
    display: none;
}

.darksoul-card1:hover .content {
    display: block;
    color: white;
}

.circle2 {
    position: absolute;
    margin: auto;
    margin-top: 5px;
    width: 70px;
    height: 70px;
    background-color: rgb(61, 69, 186);
    border-radius: 50%;
    transition: all 0.5s;
}

.darksoul-card2:hover .circle2 {
    margin-top: 0px;
    background-color: rgb(61 69 186 / 60%);
    width: 250px;
    height: 200px;
    border-radius: 15px;
    transition: all 0.5s;
}

.darksoul-card2 .content {
    display: none;
}

.darksoul-card2:hover .content {
    display: block;
    color: white;
}

.circle3 {
    position: absolute;
    margin: auto;
    margin-top: 35px;
    width: 70px;
    height: 70px;
    background-color: rgb(61, 69, 186);
    border-radius: 0px 50px 0px 15px;
    transition: all 0.5s;

}

.darksoul-card3:hover .circle3 {
    margin-top: 0px;
    background-color: rgb(61 69 186 / 60%);
    width: 250px;
    height: 200px;
    border-radius: 15px;
    transition: all 0.5s;
}

.darksoul-card3 .content {
    display: none;
}

.darksoul-card3:hover .content {
    display: block;
    color: white;
}

.content {
    margin: auto;
    z-index: 100;
    color: black;
    font-weight: 500;
}

@media only screen and (max-width: 600px) {
    body {
        flex-direction: column;
    }
}

.darksoul-card1 img {
    position: absolute;
    margin: auto;
    padding-top: 8px;
    padding-right: 8px;
    height: 50px;
    width: 50px;
}

.darksoul-card2 img {
    position: absolute;
    margin: auto;
    margin-top: 10px;
    padding-top: 12px;
    height: 50px;
    width: 50px;
}

.darksoul-card3 img {
    position: absolute;
    margin: auto;
    padding-left: 8px;
    padding-bottom: 8px;
    height: 50px;
    width: 50px;
}

.industry_serve {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
}


.darksoul-card4 {
    display: flex;
    margin: auto;
    width: 250px;
    height: 200px;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 5px 60px rgb(235, 235, 235), -5px -5px 60px rgb(237, 237, 237);
    border-radius: 15px;
    transition: all 2s;
    align-items: start;
    justify-content: right;
    font-family: "Grand Hotel", cursive;
    position: relative;
    /* Added position relative */

    h4 {
        display: none;
    }
}

.circle4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background-color: rgb(61, 69, 186);
    border-radius: 15px 0 50px 0;
    /* Changed border-radius */
    transition: all 0.5s;
    margin-top: 0px;
}

.darksoul-card4:hover .circle4 {
    background-color: rgb(61 69 186 / 60%);
    width: 250px;
    height: 200px;
    border-radius: 15px;
    transition: all 0.5s;
}

.darksoul-card4 .content {
    display: none;
}

.darksoul-card4:hover .content {
    display: block;
    color: white;
}

.content {
    margin: auto;
    z-index: 100;
    color: black;
    font-weight: 500;
}

.darksoul-card4 img {
    position: absolute;
    top: 8px;
    /* Added top position */
    left: 8px;
    /* Changed left position */
    z-index: 100;
    height: 46px;
    width: 46px;
}

.darksoul-card5 {
    display: flex;
    margin: auto;
    width: 250px;
    height: 200px;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 5px 60px rgb(235, 235, 235), -5px -5px 60px rgb(237, 237, 237);
    border-radius: 15px;
    transition: all 2s;
    align-items: end;
    justify-content: left;
    font-family: "Kaushan Script", cursive;
    position: relative;
    /* Added position relative */
}

.circle5 {
    position: absolute;
    bottom: 0;
    /* Changed to bottom */
    right: 0;
    /* Changed to right */
    width: 70px;
    height: 70px;
    background-color: rgb(61, 69, 186);
    border-radius: 50px 0 15px 0;
    /* Changed border-radius */
    transition: all 0.5s;
}

.darksoul-card5:hover .circle5 {
    bottom: 0;
    right: 0;
    background-color: rgb(61 69 186 / 60%);
    width: 250px;
    height: 200px;
    border-radius: 15px;
    transition: all 0.5s;
}

.darksoul-card5 .content {
    display: none;
}

.darksoul-card5:hover .content {
    display: block;
    color: white;
}

.darksoul-card5 img {
    position: absolute;
    bottom: 8px;
    /* Changed bottom */
    right: 8px;
    /* Changed right */
    z-index: 100;
    height: 46px;
    width: 46px;
}


.darksoul-card1,
.darksoul-card2,
.darksoul-card3,
.darksoul-card4,
.darksoul-card5 {

    .content {
        width: 100%;
        text-align: center;
    }
}

.darksoul-card-bg1 {
    background-image: url('../img/card-bg2.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.darksoul-card-bg2 {
    background-image: url('../img/card-bg1.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.darksoul-card-bg3 {
    background-image: url('../img/ofc-renovt.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.darksoul-card-bg4 {
    background-image: url('../img/road.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.darksoul-card-bg5 {
    background-image: url('../img/dam.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.darksoul-card-bg6 {
    background-image: url('../img/card-bg6.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.darksoul-card-bg7 {
    background-image: url('../img/card-bg3.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.darksoul-card-bg8 {
    background-image: url('../img/med.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.header_logo {
    width: 215px;
    height: 120px;
    display: none;
}

.footer_logo {
    width: 215px;
    height: 120px;
}

.bg_brand {
    background-color: #93b4f0;
}

.footer .navbar-brand {
    position: relative;
    top: 10px;
    left: -50px;
}

.demo2{
    font-weight: bold !important;
    font-size: 20px;
}
.hro12{
    height: 273px;
}
.hero2{
    position: relative;
    left: 185px;
}
.hero3{
    position: relative;
    left: 186px;
}
.hero5{
    position: relative;
    left: 24rem;
}
.hero6{
    margin-top: 50px;
}
.hero7{
    margin-top: 50px;
    margin-bottom: 50px;
}

.hero8{
    position: relative;
    top: -77px;
}

.hero9{
    position: relative;
    top: -112px;
}
.hero10{
    position: relative;
    top: -68px;
}
.m95{
    margin-top: -30px;
}
.m45{
    margin-top: 15px;
}
.m10{
    margin-top: -1rem;
}
.m200{
    position: relative;
    top: -53px;
}
.m257{
    position: relative;
    top: -51px;
}
.m14{
    margin-top: -1rem;
}

.m25{
    position: relative;
    top: -10rem;
}
.m51{
    margin-top: -51px;
}
.m39{
    position: relative;
    top: -26rem;
}
.m6{
    margin-top: 6rem;
}
.m3{
    margin-top: 3rem;
}

.m46{
    position: relative;
    top: -34rem;
}
.m8{
    margin-top: -8rem;
}
.m54l{
    position: relative;
    top: -45rem;
}

.m57l{
    margin-top: 57px;
}
.m61{
    margin-bottom: -54rem;
}

.serpg_img {
    height: 350px;
}

.pos_p1 {
    position: relative;
    top: -36px;
}
.pos_p2 {
    position: relative;
    top: -34px;
}
.pos_p3 {
    position: relative;
    top: 15px;
}
.pos_p4 {
    position: relative;
    top: -33px;
}
.pos_p5 {
    position: relative;
    top: -18px;
}
.pos_p6 {
    position: relative;
    top: -75px;
}
.pos_p7 {
    position: relative;
    top: -50px;
}
.pos_p8 {
    position: relative;
    top: -23px;
}
.pos_p9 {
    position: relative;
    top: -46px;
}
.pos_p10 {
    position: relative;
    top: -13px;
}

.pos_row1 {
    position: relative;
    top: 0px;
}

.pos_row2 {
    position: relative;
    top: -45px;
}

.pos_row3 {
    position: relative;
    top: -90px;
}

.pos_row4 {
    position: relative;
    top: -130px;
}

.pos_row5 {
    position: relative;
    top: -150px;
}

.pos_row6 {
    position: relative;
    top: 0px;
}

.pos_row7 {
    position: relative;
    top: -120px;
}

.pos_row8 {
    position: relative;
    top: 0px;
}

.pos_row9 {
    position: relative;
    top: -100px;
}

.pos_row10 {
    position: relative;
    top: -160px;
}

.pos_row11 {
    position: relative;
    top: -200px;
}

.pos_row12 {
    position: relative;
    top: 0px;
}

.pos_row13 {
    position: relative;
    top: -105px;
}

.pos_row14 {
    position: relative;
    top: -80px;
}

.pos_row15 {
    position: relative;
    top: 0px;
}

.pos_row16 {
    position: relative;
    top: -35px;
}

.team-item span {
    font-size: 18px;
    font-weight: 500;
    color: #353434;
}

.input-group .btn {
    position: relative;
    z-index: 1;
}

.navbar-brand h1 {
    display: none;
}

.display-7 {
    font-size: 1.3rem;
}

.footer_img {
    width: 250px;
    height: 150px;
}

.custom_sld_p {
    width: 755px;
    margin-left: -55px;
}
.alpha1{
    height: 169rem;
}
.alpha2{
    height: 135rem;
}
.alpha3{
    height: 112rem;
}

#logoss {
    display: none;
}