/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    /* font-family: "Lato", sans-serif; */
}

:root {
    --blue: #003584;
    --orange: #D08405;
}

p {
    margin-bottom: 0px !important;
    font-size: 17px;
}



/* topbar start */
.topbar {
    background: var(--blue);
    padding: 5px;
}

.top-bar-name {
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.top-bar-name p {
    color: #fff;
    font-size: 14px;
}

.top-bar-name p i {
    font-size: 17px;
    padding-right: 4px;
}

@media(max-width: 767px) {
    .top-bar-name {
        /* display: flex; */
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }

    .navbar-brand img {
        width: 190px !important;
    }

}

/* topbar end */


/* fixed icon start */
.whatsapp-fixed {
    position: fixed;
    bottom: 100px;
    right: 0;
    padding: 10px 15px;
    background-color: var(--blue);
    z-index: 9999;
    transition: 0.3s ease-in-out;
}

.whatsapp-fixed a {
    text-decoration: none;
    color: #fff;
    margin-bottom: 0px !important;
}

.whatsapp-fixed a i {
    font-size: 25px;
    margin-bottom: 0px;
}

.whatsapp-fixed:hover {
    padding: 10px 18px;
}

.phone-fixed {
    position: fixed;
    bottom: 154px;
    right: 0;
    z-index: 9999;
    padding: 10px 13px;
    transition: 0.3s ease-in-out;
    background-color: var(--orange);
}

.phone-fixed a {
    text-decoration: none;
    color: #fff;
}

.phone-fixed a i {
    font-size: 25px;
    margin-bottom: 0px;
}

.phone-fixed:hover {
    padding: 10px 16px;
}





/* subpage banner start */

.sub-page {
    background: linear-gradient(to right, rgba(3, 37, 100, 0.726), #000000b7), url(../images/banner/sub-page-banner-gurunanak.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sub-page-heading {
    padding: 100px 50px;
    text-align: start;
}

.sub-page-heading h2 {
    color: #fff;
}

.sub-page-heading p a,
.sub-page-heading p i {
    text-decoration: none;
    color: #fff;
}

/* sub page banner end */




/* navbar start */

.navbar {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: sticky;
    padding: 0px;
}

.navbar-brand img {
    width: 240px;
    filter: drop-shadow(rgba(28, 24, 248, 0.11) 1.95px 1.95px 2.6px);
}

.nav-item {
    padding-top: 13px !important;
}


.nav-item .nav-link {
    font-weight: 500;
    padding-bottom: 0px !important;
    color: #000 !important;
}

.nav-item .nav-link:hover {
    color: var(--orange) !important;
}

.nav-item .active {
    color: var(--orange) !important;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
}

/* .dropdown-menu {
    height: 400px;
    overflow-y: scroll;
} */

.dropdown-menu .dropdown-item:hover {
    background: var(--orange);
    color: #fff;
}

.bottom-line {
    height: 2px;
    width: 0%;
    background-color: var(--orange);
    display: inline-block;
    transition: 0.4s ease-in-out;
}

.nav-item {
    padding: 0px;
}

.nav-item:hover .bottom-line {
    height: 2px;
    width: 100%;
    background-color: var(--orange);
    display: inline-block;

}


.carousel-item img {
    width: 100% !important;
}

/* navbar end */


/* products start */


.service-section {
    padding: 50px 0px;
}

.service-heading h2 {
    font-size: 30px;
    font-weight: 600;
}

.unique-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.unique-name {
    position: absolute;
    top: 0%;
    display: flex;
    justify-content: start;
    align-items: start;
    height: 100%;
    width: 100%;
    background: linear-gradient(#001230de, #021b427c, #00112b2a);
    padding: 20px 20px 0px 20px;
}

.unique-name h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.unique-card img {
    width: 100%;
    transition: 0.5s ease-in-out;
}

.unique-card:hover img {
    transform: scale(1.06);
}



.unique-btn {
    position: absolute;
    top: 90%;
    left: 67%;

}

.unique-btn a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.unique-btn a:hover {
    color: var(--orange);
    transition: 0.4s ease-in-out;
}

.product-para p {
    text-align: center;
}


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    /* background: var(--orange) !important; */
    border: none !important;
    padding: 20px !important;
    font-size: 40px !important;
    font-weight: 600 !important;
    color: var(--blue) !important;
    border-radius: 50px !important;
    margin-bottom: 17px !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot:hover {
    background: none !important;
}

@media(max-width: 768px) {
    .unique-card {
        margin-bottom: 20px !important;
    }

    .service-section {
        padding: 30px 0px;
    }

    .info-card {
        margin-bottom: 15px;
    }
}



/* products end */



/* why choose us start */


.section-title {
    font-weight: 600;
    color: #000;
    position: relative;
    margin-bottom: 20px;
    font-size: 30px;
}

.info-card p {
    color: var(--blue);
    font-size: 14px;
}

.why-para {
    text-align: center;
}

.info-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
}

.info-card .icon {
    font-size: 24px;
    color: #0d6efd;
}

.bg-warning-subtle {
    background-color: #fff3cd;
}

.bg-info-subtle {
    background-color: #cfe2ff;
}

.bg-danger-subtle {
    background-color: #f8d7da;
}

.bg-success-subtle {
    background-color: #d1e7dd;
}

.bg-light-purple {
    background-color: #f3e6f8;
}

.bg-light-blue {
    background-color: #e0eaff;
}

/* why choose us end */



/* our mission vission start */
.mission-vission-section {
    padding: 50px 0px;
}

.mission-vission-section .our-vision-card {
    background-color: #f5f4f4ec;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    height: 100%;
}

.mission-vission-section .our-vision-card h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.mission-vission-section .our-vision-card p {
    margin-bottom: 10px !important;
    text-align: justify;
}

.our-vision-post img {
    width: 100% !important;
    /* margin-bottom: 20px; */
}

@media(max-width: 767px) {
    .mission-vission-section {
        padding: 30px 0px;
    }

    .mission-vission-section .our-vision-card {
        margin-bottom: 8px;
    }

    .our-vision-post {
        margin-bottom: 20px;
    }
}

/* our mission vission end */


/* about start */
.about-section {
    background: #d0860507;
    padding: 50px 0px;
}



.about-section-detail {
    margin-bottom: 35px;
}

.about-section-detail h1 {
    font-size: 25px;
    font-weight: 600;
}

.all-sub-head h1 {
    font-size: 25px;
    font-weight: 600;
}

.about-section-detail h3 {
    font-size: 35px;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 11px;
}

.about-section-detail p {
    color: #000;
    text-align: justify;
}

.about-section-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.abouty-one-p {
    margin-bottom: 17px !important;
}




@media(max-width: 767px) {
    .about-section {
        padding: 30px 0px !important;
    }

    .about-section-detail h1 {
        font-size: 20px;
    }

    .all-sub-head h1 {
        font-size: 20px;
        font-weight: 600;
    }

    .about-section-detail h3 {
        font-size: 25px;
    }

    .service-heading h2 {
        font-size: 25px;
    }

    p {
        font-size: 13px !important;
    }

    .owl-theme .owl-nav {
        margin-top: 0px !important;
    }

    .product-para p {
        text-align: justify;
    }

    .section-title {
        font-size: 25px;
    }

    .why-para {
        margin-bottom: 15px !important;
    }

    .about-section-pic {
        margin-bottom: 14px;
    }

}

.about-btn a {
    text-decoration: none;
    background: var(--blue);
    padding: 12px;
    color: #fff;
    border-radius: 10px;
    font-size: 5px 10px;
    font-weight: 500;
}

.about-btn a:hover {
    background: var(--orange);
    transition: 0.4s ease-in-out;
}

/* about end */

/* benefits start */
.benefits-sectios {
    padding: 50px 0px;
}

.benefits-one-card img {
    border-radius: 50%;
    width: 50%;
    margin-bottom: 10px;
}

.benefits-one-card {
    text-align: center;
}

.benefits-one-card h3 {
    font-size: 18px;
    font-weight: 700;
}

.benefits-one-card img {
    transition: transform 0.4s ease;
    will-change: transform;
}

.benefits-one-card:hover img {
    transform: scale(1.05);
}

@media(max-width: 767px) {
    .benefits-sectios {
        padding: 30px 0px;
    }

    .why-choose-us {
        padding: 30px 0px;
    }
}

/* benefits */




/* blog section start */
.blog-section {
    padding: 50px 0px;
}

.blog-main-card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
}



.blog-card-pic img {
    margin-bottom: 12px;
}

.blog-card-details .date-text {
    font-size: 12px;
    margin-bottom: 12px;
    color: var(--orange);
}

.blog-card-details h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.blog-card-details p {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.blog-card-pic img {
    transition: transform 0.4s ease, filter 0.4s ease;
    will-change: transform;
}

.blog-main-card:hover .blog-card-pic img {
    transform: scale(1.05);
    filter: brightness(1.1);
}


.blog-main-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-main-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}


.blog-btn {
    color: var(--orange);
    font-size: 30px;
    text-decoration: none;
}

@media(max-width: 767px) {
    .blog-section {
        padding: 30px 0px;
    }

    .blog-main-card {
        margin-bottom: 20px;
    }
}

/* blog section end */




/* 2-d-3d-section start */
.threeD-section {
    padding: 50px 0px;
    background: #0c2750e0;
}

.th3d-main-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.th3d-carde h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.th3d-icon p {
    font-size: 18px;
}

.th3d-icon p i {
    font-size: 10px;
    padding-right: 4px;
}

.th3d-icon {
    margin-bottom: 12px;
}

.th3d-title-para {
    font-size: 15px !important;
}

@media(max-width: 767px) {
    .th3d-main-card {
        margin-bottom: 23px;
    }
}

/* 2-d-3d-section end*/


/* contact sectiom start */

.main-contact-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.contact-section {
    background: linear-gradient(#000000b6), url(../images/contact/contact-bg-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}

.address-details {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #fff;
}

.address-details p i {
    background-color: #fff;
    color: #000;
    padding: 8px;
    border-radius: 50%;
}

.name-of-cont h4 {
    font-size: 19px;
    font-weight: 600;
    color: var(--orange);
}


@media(max-width: 767px) {
    .contact-section {
        padding: 30px 0px !important;
    }

    .main-contact-details {
        margin-bottom: 30px !important;
    }

    .name-of-cont p {
        font-size: 12px;
    }
}




.form {
    background-color: #fff;
    padding: 20px;
    /* border-radius: 10px; */
}

.form-head-dark input {
    border-radius: 0px;
}

.form-head-dark textarea {
    border-radius: 0px;
}

@media(max-width: 768px) {
    .form {
        margin-bottom: 13px;
    }
}

.form-head-dark input {
    padding: 10px;
    /* border-radius: 5px; */
}

.form-head-dark textarea {
    padding: 20px;
    /* border-radius: 5px; */
}

.inside-form-heading h3 {
    color: var(--orange);
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    text-align: start;
}

.submit-btn {
    padding: 10px;
    border: none;
    background-color: var(--orange);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

/* captcha start */
.captchasep1 {
    display: flex;
}

.captchasep1 input {
    width: 100% !important;
    margin-top: 0 !important;
    height: 63px;
}

.captchasep1 .captcha-codes-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    /* border-radius: 5px; */
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    background: url(../images/contact/captcha-bg.jpg);
    font-weight: bolder !important;
}

.captchasep1 .captcha-codes-sec p {
    margin-bottom: 0;
    letter-spacing: 9px;
    font-style: italic;
    font-size: 24px;
    padding: 10px;
    height: 100%;
    color: #000;
    font-weight: bolder !important;
}

@media (max-width: 768px) {
    .captchasep1 .captcha-codes-sec p {
        font-size: 24px;
    }

    .captchasep1 {
        margin-bottom: 10px;
    }
}

@media (max-width: 992px) {
    .captchasep1 .captcha-codes-sec p {
        font-size: 18px;
    }
}

.captchasep1 .captcha-codes-sec {
    margin-bottom: 10px;
}

.captchasep1 .captcha-codes-sec button {
    font-style: italic;
    font-size: 22px;
    outline: none;
    background: transparent;
    height: 100%;
    border: none;
    font-weight: bolder;
}

.captchasep1 .captcha-codes-sec button i {
    background: var(--blue);
    color: #fff;
    padding: 10px;
    border-radius: 6px;
}

@media screen and (max-width: 600px) {
    .captchasep1 {
        display: flex;
        flex-direction: column !important;
    }

    .captchasep1 .captcha-codes-sec {
        border-left: 1px solid #ced4da;
        border-right: 1px solid #ced4da;
        border-bottom: 1px solid #ced4da;
        margin-top: 3px;
    }
}


.map-show {
    width: 100%;
    margin-bottom: 0px !important;
}

.map-show iframe {
    width: 100%;
    height: 350px;
}


/* contact end */



/** footer section **/

.footer {
    background: #1b1b1b;
}

ul.sociel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

ul.sociel li {
    display: inline-block;
    padding: 0px 10px;
}

.footer-top {
    padding: 50px 0px;
}

ul.sociel li a {
    color: #fff;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    font-size: 18px;
}

.lik {
    padding-left: 0px;
}

.lik li {
    list-style: none;
}

.lik li a {
    text-decoration: none;
}

ul.sociel li a:hover {
    color: #fff;
    width: 50px;
    height: 50px;
    background: #181201;
    float: left;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    font-size: 18px;

}

.contact {
    margin-top: 50px;
    margin-bottom: 15px;
}

.contact h3 {
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.contact span {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
}

.footer-map iframe {
    width: 100%;
    height: 170px;
}

ul.lik li a {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
}

ul.lik li a:hover {
    color: #ffc221;
}

.contact ul li {
    line-height: 1.8;
}

.contact ul li i {
    color: var(--orange);
    padding-right: 2px;
}



.copyright-section {
    background-color: var(--blue);
}

.main-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-side p,
.left-side p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0px;
}

.left-side p a {
    text-decoration: none;
    color: #fff;
}

@media (max-width: 768px) {
    .main-copyright {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .right-side p {
        text-align: center;
    }

    .contact h3 {
        padding-bottom: 0px !important;
    }
}

/* footer end */




/* blog-details css start */
.blog-detail-section {
    padding: 50px 0px;
}

.blog-detail-post {
    margin-bottom: 40px;
}

.blog-detail-post img {
    width: 100%;
    margin-bottom: 12px;
}

.blog-detail-date p {
    color: var(--blue);
    font-size: 14px;
    text-align: end;
}

.blog-detail-para h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-detail-para h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-detail-para p {
    margin-bottom: 30px !important;
}

.main-recent-post {
    border: 1px solid #d3d2d2;
    padding: 20px;
}

.main-recent-post a {
    text-decoration: none;
    color: #000;
}

.recent-name h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.recent-post img {
    width: 100px;
    margin-bottom: 30px;
}

.recent-detail h4 {
    font-size: 18px;
}

.recent-date p {
    text-align: start !important;
}





@media(max-width:767px) {
    .blog-detail-section {
        padding: 30px 0px;
    }

    .blog-detail-para h1 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .blog-detail-para h2 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .blog-detail-post {
        margin-bottom: 30px;
    }

    .blog-detail-para p {
        text-align: justify;
        margin-bottom: 20px !important;

    }

    .recent-name h3 {
        margin-bottom: 20px;
    }

    .recent-post img {
        width: 100px;
        margin-bottom: 20px;
    }

    .main-recent-post {
        text-align: center;
    }

    .recent-date p {
        text-align: center !important;
    }

}

/* blog-details css end */



/* success style start */
.submit-form {
    padding: 50px 0;
}

.submit-form .submit-head {
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 50px 10px;
}

.submit-form .submit-head i {
    color: #87BD48;
    font-size: 100px;
    border: 10px solid #87BD48;
    border-radius: 50%;
    padding: 15px 22px;
}

.submit-form .submit-head h1 {
    color: #155391;
    margin: 13px 0 0;
}

.submit-form .submit-head p {
    margin-bottom: 28px !important;
}

.submit-form .submit-head a {
    background: var(--blue);
    color: #fff;
    padding: 10px 20px;
}

/*success style end */



   /* enq page style start */

        .enquiry-section {
            padding: 50px 0px;
        }


        .left-enquiry-image {
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            padding: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            flex-direction: column;
        }

        .more-enq-content {
            text-align: justify;
            font-size: 18px;
        }

        .enquiry-heading h1 {
            font-size: 25px;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .enquiry-heading p {
            margin-bottom: 10px !important;
        }

        .related-pro{
            background-color: #f4f8fa;
        }



        @media(max-width: 767px) {
            .enquiry-heading h1 {
                font-size: 20px;
                margin-bottom: 15px;
                margin-top: 12px;
            }

            .enquiry-section {
                padding: 30px 0px;
            }

            .enquiry-page-para {
                padding: 30px 0px;
            }
            .enquiry-paragrapgh p{
                text-align: justify;
            }
        }

        /* enq page style end */