/********** Template CSS **********/
:root {
    --primary: #211d71;
    --secondary: #fe0000;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

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

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

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

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

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(5 9 15 / 54%);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgb(254 0 0 / 19%), rgb(9 30 62 / 83%)), url(../NEWIMAGES/herobg1.png) center center no-repeat;
    background-size: cover;
}

.hero-service {
   background: linear-gradient(rgb(254 0 0 / 19%), rgb(9 30 62 / 83%)), url(../NEWIMAGES/herobg1.png) center center no-repeat;
    background-size: cover;
}

.hero-product {
    background: linear-gradient(rgb(254 0 0 / 19%), rgb(9 30 62 / 83%)), url(../NEWIMAGES/herobg1.png) center center no-repeat;
    background-size: cover;
}

.hero-contact {
   background: linear-gradient(rgb(254 0 0 / 19%), rgb(9 30 62 / 83%)), url(../NEWIMAGES/herobg1.png) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
     background: rgba(6, 163, 218, .7); 
    /* background: #211d71; */
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius: 100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background: url(../NEWIMAGES/contactbg.png) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

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

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

.bg-testimonial {
    background: url(../NEWIMAGES/contactbg.png) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: #211d71 !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

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

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

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


/* New Changes Made By BS */
.owl-carousel .owl-item .price-item img {
    height: 300px;
}

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

.service-item img {
    height: 280px;
    object-fit: cover;
}

.para-chng {
    text-align: justify;
}

/* mission start */

.mission-vision-section {
    padding: 80px 20px;
    text-align: center;
    background: linear-gradient(135deg, #ffffff, #f1f1f1);
}

.card-custom {
    background: #fff;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-custom:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-custom img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 3px solid #0d6efd;
}

.card-body h4 {
    color: #211d71 !important;
    font-weight: 600;
    margin-bottom: 15px;
}

.card-body p {
    color: #555;
    font-size: 15px;
}

/* mission end */

/* why choose us */
-------------------------------------------------------------*/ .services .service-item {
    background-color: var(--surface-color);
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 60px 30px;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px;
}

.services .service-item .icon {
    font-size: 36px;
    padding: 20px 20px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    line-height: 0;
    transition: 0.3s;
}

.services .service-item h3 {
    font-size: 24px;
    font-weight: 700;
}

.services .service-item .read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 20px;
}

.services .service-item .read-more i {
    line-height: 0;
    margin-left: 5px;
    font-size: 18px;
}

.services .service-item.item-cyan {
    border-bottom: 3px solid #0dcaf0;
}

.services .service-item.item-cyan .icon {
    color: #0dcaf0;
    background: rgba(13, 202, 240, 0.1);
}

.services .service-item.item-cyan .read-more {
    color: #0dcaf0;
}

.services .service-item.item-cyan:hover {
    background: #0dcaf0;
}

.services .service-item.item-orange {
    border-bottom: 3px solid #fd7e14;
}

.services .service-item.item-orange .icon {
    color: #fd7e14;
    background: rgba(253, 126, 20, 0.1);
}

.services .service-item.item-orange .read-more {
    color: #fd7e14;
}

.services .service-item.item-orange:hover {
    background: #fd7e14;
}

.services .service-item.item-teal {
    border-bottom: 3px solid #20c997;
}

.services .service-item.item-teal .icon {
    color: #20c997;
    background: rgba(32, 201, 151, 0.1);
}

.services .service-item.item-teal .read-more {
    color: #20c997;
}

.services .service-item.item-teal:hover {
    background: #20c997;
}

.services .service-item.item-red {
    border-bottom: 3px solid #df1529;
}

.services .service-item.item-red .icon {
    color: #df1529;
    background: rgba(223, 21, 4, 0.1);
}

.services .service-item.item-red .read-more {
    color: #df1529;
}

.services .service-item.item-red:hover {
    background: #df1529;
}

.services .service-item.item-indigo {
    border-bottom: 3px solid #6610f2;
}

.services .service-item.item-indigo .icon {
    color: #6610f2;
    background: rgba(102, 16, 242, 0.1);
}

.services .service-item.item-indigo .read-more {
    color: #6610f2;
}

.services .service-item.item-indigo:hover {
    background: #6610f2;
}

.services .service-item.item-pink {
    border-bottom: 3px solid #f3268c;
}

.services .service-item.item-pink .icon {
    color: #f3268c;
    background: rgba(243, 38, 140, 0.1);
}

.services .service-item.item-pink .read-more {
    color: #f3268c;
}

.services .service-item.item-pink:hover {
    background: #f3268c;
}

.services .service-item:hover h3,
.services .service-item:hover p,
.services .service-item:hover .read-more {
    color: #fff;
}

.services .service-item:hover .icon {
    background: #fff;
}

.margin-chng {
    margin-top: 6rem !important;
}

.tp-chng {
    margin-top: 2rem;
}

/* why choose us ends */
.logo {
    width: 20%;

}

.logo2 {
    width: 35%;
    padding-bottom: 10px;

}

.section-content ul {
    list-style-type: none;
}

.service-item1 {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.service-item1:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.iconss {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}


.item-cyan {
    border-top: 5px solid #00bcd4;
}

.item-orange {
    border-top: 5px solid #ff9800;
}

.item-teal {
    border-top: 5px solid #009688;
}

.btn-secondary2 {
    color: #000;
    background-color: #fe0000;
    border-color: #fe0000;
}

.btn-secondary2:hover {
    background-color: #211d71;
    color: #ffffff;
}

.img-hgt {
    height: 70% !important;
}

.foot-clr {
    background-color: #f5eded;
}

.foot-text {
    color: #211d71 !important;
}
.offer-text2 {
    background: #211d71 ;
}
.offer-text3{
    background-color: #211d71 !important;
}
.copy{
    padding-bottom: 0.5rem !important;
}

@media (max-width: 768px) {
    .card-custom img {
        height: 160px;
    }

    .home-img {
        height: 200px;
        width: 100%;
    }
    .navbar-light .navbar-toggler {
    position: fixed;
    top: 15px;
    right: 53px;
    }
    .custom-section {
    padding: 30px 15px;
}
}

@media (min-width: 1400px) {
    .containernew1{
        max-width: 1000px;
    }
}


/* .text-blue{
    color: #211d71;
} */

.img-hgt{
    min-height: 300px;
}

