/********** Template CSS **********/
:root {
    --primary: #721c1c;
    --secondary: #721c1c;
    --light: #F6F7FC;
    --dark: #15233C;
}

.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 {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
    background-color: #721c1c;
    border-color: #721c1c;
}

.btn.btn-primary:hover {
    background: black;
    border-color:black;
}

.btn.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.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;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand img {
    max-height: 60px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 10px 0;
    color: #ffffff;
    font-weight: 500;
    outline: none;
}

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

.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-brand img {
        max-height: 45px;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .navbar .nav-item .dropdown-menu {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
}

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 50px;
}

@media (max-width: 768px) {
    #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: url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

/* .page-header1 {
    background: url(../img/about1.jpg) center center no-repeat;
    background-size: cover;
} */

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #696E77;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: var(--primary);
}


/*** Facts ***/
@media (min-width: 992px) {
    .container.facts {
        max-width: 100% !important;
    }

    .container.facts .facts-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }

    .container.facts .facts-counter {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .container.facts .facts-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }

    .container.facts .facts-counter {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .container.facts .facts-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }

    .container.facts .facts-counter {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.container.facts .facts-text {
    background: linear-gradient(#000000a3, #00000078), url(../img/hero.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-counter {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/bgnew1.jpeg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-text .h-100,
.container.facts .facts-counter .h-100 {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}





/*** Service ***/
.service-item {
    position: relative;
    margin: 65px 0 25px 0;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
    position: absolute;
    padding: 12px;
    width: 130px;
    height: 130px;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .service-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.service-item .service-title {
    position: absolute;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-title {
    top: -100%;
}

.service-item .service-text {
    position: absolute;
    overflow: hidden;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: rgba(2, 36, 91, .7);
    transition: .5s;
}

.service-item:hover .service-text {
    top: 0;
}

.service-item .service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    top: -100%;
    left: 0;
    transform: skewY(-12deg);
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-text::before {
    top: -55px;
}

.service-item .btn {
    position: absolute;
    width: 130px;
    height: 50px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    background: #FFFFFF;
    border: none;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}



/*** Our product Start ***/
.event .event-carousel.owl-carousel {
    position: relative;
}

.event .event-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -60px;
    left: 0;
    width: 80px;
    height: 40px;
    border: 1px solid var(--bs-primary);
    background: #721c1c;
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.event .event-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -60px;
    right: 0;
    width: 80px;
    height: 40px;
    border: 1px solid var(--bs-primary);
    background: #721c1c;
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.event .event-carousel.owl-carousel .owl-nav .owl-prev:hover,
.event .event-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: black;
    color: #721c1c;
}

.event .event-carousel .event-item .event-content {
    border-style: dotted;
    border-top: 0;
    border-color: var(--bs-white);
    background: #D7DFDD5E;
}

/*** our product End ***/


/*** Service ***/
/* .service-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item .service-icon img {
    max-width: 60px;
    max-height: 60px;
}

.service-item a.btn {
    color: var(--primary);
}

.service-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
} */


/*** Appointment ***/
.appointment {
 background: linear-gradient(rgba(201, 1, 1, 0.53), rgba(201, 1, 20, 0)), url(../img/hero.jpg) center center no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

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

.team-item:hover img {
    transform: scale(1.1);
}

.team-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    bottom: 0;
    opacity: 1;
}

.team-item a.btn {
    color: var(--primary);
}

.team-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Testimonial ***/
.animated.pulse {
    animation-duration: 1.5s;
}

.testimonial-left,
.testimonial-right {
    position: relative;
}

.testimonial-left img,
.testimonial-right img {
    position: absolute;
    padding: 5px;
    border: 1px dashed var(--primary);
    border-radius: 10px;
}

.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
    width: 70px;
    height: 70px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
    width: 50px;
    height: 50px;
    bottom: 10%;
    right: 10%;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 10px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}


/*** Footer ***/
.footer {
    color: white;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: white;
    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: #A7A8B4;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color:white;
    border: 2px solid#A7A8B4;
}

.footer .btn.btn-square:hover {
    color: #b32323;;
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: #218b23;
}

.footer .copyright a:hover {
    color: #FFFFFF;
}







/* new changes */
.image-wrapper {
    position: relative;

}

.image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* Adjust overlay color & opacity */
    z-index: 1;
}

.image-wrapper img {
    display: block;
    width: 100%;
    height: 550px;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 99999;
}

/* whatsapp integration  */
.whatsapp-float img {
    width: 50px;
    position: fixed;
    bottom: 40px;
    left: 20px;
    border-radius: 10px;
    z-index: 1;
}

.btn1 {
    background-color: #121717;
    border-color: #0DD3F1;
}

/* for button animation  */
.btn1 {
    background: #721c1c;
    color: #fff;
    padding: 1rem 3rem;
    font-size: 1.rem;
    font-weight: 600;
    border: none;
    border-radius: 2rem;
    cursor: pointer;
    transition-duration: 0.4s;
    /* width: 50%; */


}

.btn1:hover {
    background: #fff;
    box-shadow: 0px 2px 20px 10px #97b1bf;
    color: #000;
}

.btn1 {
    transition: .5s;
}

.btn1.btn1-primary,
.btn1.btn1-outline-primary:hover,
.btn1.btn1-secondary,
.btn1.btn1-outline-secondary:hover {
    color: #FFFFFF;
}

.btn1.btn1-primary:hover {
    background: black;
    border-color: black;
}

.btn1.btn1-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn1-square {
    width: 38px;
    height: 38px;
}

.btn1-sm-square {
    width: 32px;
    height: 32px;
}

.btn1-lg-square {
    width: 48px;
    height: 48px;
}

.btn1-square,
.btn1-sm-square,
.btn1-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.service-item .btn1 {
    position: absolute;
    /* width: 130px; */
    height: 50px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: var(--secondary);
  background: #FFFFFF; */
    border: none;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.page-header1 {
    position: relative;
    background: url(../img/about1.jpg) center center no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* Overlay */
.page-header1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* black overlay with 50% opacity */
    z-index: 0;
}

/* Content should be above overlay */
.page-header1 .container {
    position: relative;
    z-index: 1;
}

/* justify cintent  */
.all {
    text-align: justify;
}

.page-header2 {
    position: relative;
    background: url(../img/servicehero.jpeg) center center no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* Overlay */
.page-header2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* black overlay with 50% opacity */
    z-index: 0;
}

/* Content should be above overlay */
.page-header2 .container {
    position: relative;
    z-index: 1;
}

/* this is for services  */
.image-left {
    width: 100%;
    height: auto;
    /* margin-top: 20px; */
    padding: 30px;
}

/* all text color white  */
.color1 {
    color: white;
}
.backgroud{
    background-color: black;
}

/* mis-vis */

.advertisers-service-sec1 {
    background-color: #f5f5f5;
}

.advertisers-service-sec1 span {
    color: rgb(245 108 15);
}

.advertisers-service-sec1 .col-md-4 {
    padding: 0 1em 1em 1em;
    text-align: center;
}

.advertisers-service-sec1 .service-card1 {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
}

.advertisers-service-sec1 .service-card1::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(#800000, #136f17);
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec1 h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
    z-index: 3;
}

.advertisers-service-sec1 p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    z-index: 3;
}

.advertisers-service-sec1 .icon-wrapper1 {
    background-color: #2c7bfe;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
    z-index: 3;
}

.advertisers-service-sec1 .service-card1:hover:after {
    top: 0%;
}

.service-card1 .icon-wrapper1 {
    background-color: #000000;
    color: #bc8e31;
}

.advertisers-service-sec1 .service-card1:hover .icon-wrapper1 {
    color: #0dcaf0;
}

.advertisers-service-sec1 .service-card1:hover h3 {
    color: #ffffff;
}

.advertisers-service-sec1 .service-card1:hover p {
    color: #f0f0f0;
}

.advertisers-service-sec1 .service-card1:hover li {
    color: #f0f0f0;
}

/* this is for contact us page  */

.page-header3 {
    position: relative;
    background: url(../img/contact1.jpg) center center no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* Overlay */
.page-header3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* black overlay with 50% opacity */
    z-index: 0;
}

/* Content should be above overlay */
.page-header3 .container {
    position: relative;
    z-index: 1;
}

/* thids is for our product page  */

.page-header4 {
    position: relative;
    background: url(../img/producthero.jpeg) center center no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* Overlay */
.page-header4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* black overlay with 50% opacity */
    z-index: 0;
}
 /* Smooth box shadow */
  .product-item {
    transition: box-shadow 0.3s ease;
  }

  .product-item:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  }

  /* Zoom image on hover */
  .product-img {
    overflow: hidden; /* Prevent image overflow on scale */
  }

  .product-img img {
    transition: transform 0.4s ease;
  }

  .product-item:hover .product-img img {
    transform: scale(1.1); /* Zoom in */
  }

/* Content should be above overlay */
.page-header4 .container {
    position: relative;
    z-index: 1;
}
/* product */
.product1 .product-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.product1 .product-item .product-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.product1 .product-item .product-img img {
    transition: 0.5s;
}

.product1 .product-item .product-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;
}

.product1 .product-item:hover .product-img::before {
    height: 100%;
    background: rgba(21, 201, 217, 0.3);
}

.product1 .product-item .product-img:hover img {
    transform: scale(1.3);
}

.product1 .product-item .product-content {
    position: relative;
    z-index: 2;
}

.product1 .product-item .product-content::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #23aede;
    transition: 0.5s;
    z-index: 3;
}

.product1 .product-item:hover .product-content::before {
    background: #23aede;
    height: 100%;
}

.product1 .product-item .product-content .service-content-inner {
    transition: 0.5s;
}

.product1 .product-item:hover .product-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 9;
}

.product1 .product-item:hover .product-content .service-content-inner h5 {
    color: black;
}

/* this is for media images  */
.image-box {
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s;
    
    }

    .image-box img {
      width: 100%;
       height: 300px;
      object-fit: cover;
    }

    .image-box:hover {
      transform: scale(1.03);
    }

    /* this is for media page  */
    
.page-header5 {
    position: relative;
    background: url(../img/galery1.jpg) center center no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* Overlay */
.page-header5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* black overlay with 50% opacity */
    z-index: 0;
}

/* Content should be above overlay */
.page-header5 .container {
    position: relative;
    z-index: 1;
}


.navbg{
        /* background: linear-gradient(45deg, #fbff53, #ffffff); */
        background: linear-gradient(45deg, #1b252f, #131c23);
}

.footerlogosnew{
  display: flex;
  gap: 10px;
}
.footerlogosnew img{
    width: 22%;
    height: 77px;
}
.wid12{
    width: 45px;
    height: 45px;
}

body{
    background: linear-gradient(45deg, #2393255c, transparent);
}
.imgsize1{
    width: 60px;
    height: 60px;
}
.navbar-light .navbar-toggler {
    background-color: aliceblue;
}
.disflex11{
    display: flex;
}
.boxsize1{
    width: 200px;
     height: 200px
}

.prohei1 img{
    height: 500px !important;
}

@media(max-width:768px){
        #header-carousel .carousel-item img {
        position: relative;
                height: 430px;
        }
        .footerlogosnew {
    display: flex
;
    gap: 10px;
    flex-wrap: wrap;
}
.footerlogosnew img {
    width: 15%;
}
.disflex11{
    display: flex;
   flex-direction: column-reverse;
        gap: 20px;
    justify-content: start;
    align-items: center;
}
.event .event-carousel.owl-carousel .owl-nav .owl-prev,.event .event-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -43px;
}
.boxsize1{
    width: 150px;
     height: 150px
}
.image-left {
    padding: 10px 0px;
}
.prohei1 img {
    height: auto;
}
}

