memhtml,
body {
    overflow-x: hidden;
    width: 100vw;
}

a:hover {
    text-decoration: none;
}
/* General Styles */
:root {
    --background-color: rgba(246, 240, 220, 255);
    --red-color: red;
    --pur-color: #8c7ae6;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-family: "Poppins", sans-serif !important;
    color: #211742;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: "Poppins", sans-serif !important;
}

ul,
li,
ol,
dl,
dt,
dd,
form,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
select,
input,
button {
    margin: 0px;
    padding: 0px;
    list-style: none;
    outline: none;
    border: none;
}
.logo_cover{
    margin: 10px 0;
}
.page_cover {
    background-color: var(--background-color);
    padding: 15px 10px;
    margin-bottom: 10px;
}
.carousel-caption p{
    text-align: center;
    margin-top:10px !important;
}

ul {
    list-style: none;
}
.navbar ul li a{
   color:#fff; 
}

.container-fluid {
    --bs-gutter-x: 0 rem;
}

/* header section */
/* top bar header */

.border-bottom {
    color: rgba(213, 214, 216, 255);
}

.top_bar .call-to-action .btn {
    margin-left: 111px;
    border-radius: 0;
    background-color: rgba(84, 18, 100, 255);
}

.top_bar .social-media-icons .nav {
    margin-right: 124px;
}

.company_name {
    font-size: 20px;
    color: #08853d;
    font-weight: bold;
    text-transform: uppercase;
}

.container ul li a {
    font-size: 17px;
    text-decoration-line: none;
}

.Tabs .container .nav .nav-link {
    color: white;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.Tabs .container .nav .nav-link:hover {
    color: purple;
}

.carousel.slide .carousel-inner .carousel-item img {
    width: 100%;
    height: 420px;
}

.carousel-image {
    height: 100vh; /* or a fixed height like 600px if full screen isn't desired */
    object-fit: cover;
    object-position: center;
}

.carousel.slide .carousel-inner .carousel-item .container .carousel-caption .btn {
    background-color: rgba(84, 19, 99, 255);
    border-radius: 0;
    border-color: rgba(84, 19, 99, 255);
}

.services p.s-para {
    text-align: center;
    font-size: 16px;
    color: #384956;
    margin: -45px 0 45px 0;
}

.team-text {
    margin: 0 160px;
    line-height: 1.5;
}

.team-member .carousel.slide .carousel-inner .carousel-item .carousel-caption .q1 {
    margin: 20px 0;
    height: 40px;
    width: 60px;
}

.team-member .carousel.slide .carousel-inner .carousel-item .carousel-caption .person {
    margin: 20px 0;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 6px solid #326a47;
}


.projects p {
    text-align: center;
    font-size: 16px;
    color: #384956;
    margin: -45px 0 45px 0;
}

.gallery {
    margin-bottom: 45px;
}

.gallery .g-title {
    color: #384956;
    text-align: center;
    margin: 50px 0;
    font-size: 27px;
}

.gallery .gallery-title {
    color: #508061;
}


/* footer section */
.footer-menu {
    background-color: #14364f;
    color: white;
}

.footer-menu .row .nav .nav-item .info {
    background-color: #14364f;
    color: white;
    font-size: 14px;
}

.footer-Bar {
    background-color: white;
}

.container-fluid .footer_copyright {
    color: white;
    background-color: rgba(85, 20, 100, 255);
}

/* services section */
.page-banner {
    position: relative;
    height: 150px;
    overflow: hidden;
    margin-bottom: 80px;
}

.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(6, 81, 186, 0.85), rgba(244, 157, 81, 0.85));
    z-index: 2;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
    width: 100%;
    max-width: 800px;
    padding: 0 20px;
}

.banner-title {
    font-size: 30px;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

h1 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    text-transform: capitalize;
}

.banner-breadcrumb {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.banner-breadcrumb a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    position: relative;
    padding: 0 20px;
    font-size: 1.1rem;
    font-weight: 500;
}

a {
    font: inherit;
}

.banner-breadcrumb a {
    text-decoration: none;
    position: relative;
    padding: 0 20px;
    font-size: 1.1rem;
    font-weight: 500;
}

.banner-breadcrumb a.active,
.banner-breadcrumb a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.services p.s-para1 {
    text-align: center;
    font-size: 17px;
    color: #384956;
    margin: -30px 250px 45px 250px;
}

.services .card img,
.projects .card img,
.gallery .card img,
.project-image-container img {
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* project section */
.projects-section .project-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: white;
    margin-bottom: 30px;
    height: 100%;
}

.project-image-container {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.project-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-content {
    padding: 25px;
}

h3 {
    font-size: 18px !important;
    letter-spacing: 2px !important;
    text-align: left !important;
    text-transform: capitalize !important;
}

.project-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
}

.project-description {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.project-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
    font-size: 0.9rem;
}

.project-meta-item {
    display: flex;
    align-items: center;
    color: #777;
}

.project-meta-item i {
    color: #0651ba;
    margin-right: 5px;
    font-size: 1rem;
}

.view-details-btn {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #0651ba, #1e70dd);
    color: white;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 15px;
}

/* contact section */
.contact-section {
    background: white;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    padding: 40px;
    margin-bottom: 60px;
    border: 1px solid rgba(6, 81, 186, 0.08);
}

.info-card {
    background: #f9fafb;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    margin-bottom: 25px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
}

.info-icon {
    font-size: 2rem;
    color: #0651ba;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    background: rgba(6, 81, 186, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-content {
    flex: 1;
}

.info-label {
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.info-text {
    color: #666;
    margin: 0;
}

.contact-form {
    background: white;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    padding: 40px;
    margin-bottom: 60px;
    border: 1px solid rgba(6, 81, 186, 0.08);
}

.form-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

input[type="text"],
[type="email"],
select,
textarea {
    background: none;
    border: none;
    border-bottom: solid 2px #0651ba;
    color: #474544;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0em 0 1.875em 0;
    width: 100%;
    box-sizing: border-box;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    padding: 12px 16px;
    font-size: 1rem;
    background: white !important;
}

/* about us section */

.about-modern {
    padding: 80px 0 0;
    overflow: hidden;
}

.intro-section {
    margin-bottom: 70px;
}

.visible {
    opacity: 1;
    transform: translate(0);
}

.about-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.about-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0651ba;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.about-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
    text-align: justify;
}

.about-contact {
    margin-top: 10px;
}

.contact-info {
    font-weight: 600;
    color: #333;
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
}

.mission-vision-section {
    margin: 50px 0;
    background: linear-gradient(135deg, rgba(6, 81, 186, 0.05), rgba(244, 157, 81, 0.05));
    border-radius: 10px;
    padding: 30px;
}

.mission-box,
.vision-box {
    padding: 30px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.box-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #0651ba;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.mission-vision-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mission-vision-list p{
    text-align: justify;
}
.footer-menu p{
    text-align: justify;
}
.mission-vision-list li {
    line-height: 1.5;
    font-size: 1rem;
    color: #555;
    padding: 0;
    margin: 0;
}

.mission-vision-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.director-section {
    margin: 70px 0;
}

.director-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}

.director-header {
    display: flex;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.director-image-container {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.director-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.director-info {
    margin-left: 25px;
}

.director-title {
    margin: 0;
    font-weight: 700;
    color: #0651ba;
    margin-bottom: 5px;
}

.director-position {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
}

.director-message {
    padding: 30px;
    color: #555;
    line-height: 1.8;
}

.highlight-text {
    font-weight: 700;
    color: #0651ba;
}

.mission-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-info {
    margin-left: 10px;
}

/* Our team */

.our-team {
    position: relative;
    padding: 80px 0px 80px;
    background: #fff;
}

.sec-title {
    position: relative;
    margin-bottom: 17px;
}

.sec-title h2 {
    position: relative;
    font-size: 33px;
    margin-bottom: 55px;
    text-transform: uppercase;
    font-weight: 500;
    color: #508061;
}

.sec-title h2:before {
    content: "";
    content: "";
    position: absolute;
    bottom: -20px;
    width: 90px;
    left: 0;
    height: 3px;
    background: rgb(72, 190, 241);
}

.sec-title h2:after {
    content: "";
    position: absolute;
    bottom: -19px;
    width: 100%;
    left: 0;
    height: 1px;
    background: rgb(72, 190, 241);
}

.sec-title span {
    color: purple;
}

.team-carousel {
    display: flex;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.owl-stage {
    /* transform: translate3d(-2804.67px, 0px, 0px); */
    transition: 0.25s;
    width: 6010.01px;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    width: 368.667px;
    margin-right: 32px;
}

.our-team .single-team-member {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.our-team .single-team-member:before {
    pointer-events: none;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 0%;
    right: 0;
    opacity: 0;
    background: #f7f7f7;
    transition: .7s ease;
}

.our-team .single-team-member:hover:before {
    opacity: 1;
    height: 100%;
    transition: .7s ease;
}

.single-team-member .img-box {
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.single-team-member .img-box img {
	margin-left: 40px;
    width: 210px;
    height: 210px;
    /* border-radius: 70%; */
    border: 5px solid #fff;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.single-team-member .author-info {
    position: relative;
    overflow: hidden;
    border: 1px solid #ededed;
    padding: 15px 20px;
    text-align: center;
    margin: 20px;
}

.single-team-member h4 {
    color: #222;
    margin-top: 12px;
    margin-bottom: 6px;
}

.single-team-member .author-info b {
    opacity: .8;
    display: block;
}

.our-team .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 54px;
}

.our-team .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 22px;
    margin: 0;
    padding: 0;
    background-color: var(--pri-color);
    height: 35px;
    width: 35px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    margin-left: 1px;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.our-team .owl-theme .owl-nav [class*=owl-]:hover {
    color: #fe824c;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}


     .service-sidebar {
            background: #f8f9fa;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            position: sticky;
            top: 20px;
            max-height: calc(100vh - 40px);
            overflow-y: auto;
        }

        .service-sidebar h5 {
            color: #0651ba;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #0651ba;
        }

        .service-item {
            display: block;
            padding: 12px 15px;
            margin-bottom: 8px;
            background: white;
            border-radius: 8px;
            text-decoration: none;
            color: #333;
            border-left: 4px solid transparent;
            transition: all 0.3s ease;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        }

        .service-item:hover {
            background: #0651ba;
            color: white;
            border-left-color: #f49d51;
            transform: translateX(5px);
            text-decoration: none;
        }

        .service-item.active {
            background: #0651ba;
            color: white;
            border-left-color: #f49d51;
        }

        .service-item h6 {
            margin: 0;
            font-size: 14px;
            font-weight: 600;
        }

        .service-item p {
            margin: 5px 0 0 0;
            font-size: 12px;
            opacity: 0.8;
        }

        .service-content {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        }

        .service-hero {
            position: relative;
            height: 300px;
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 30px;
        }

        .service-hero img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .service-hero-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
            color: white;
            padding: 30px;
        }

        .service-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #0651ba;
            margin-bottom: 20px;
        }

        .service-meta {
            display: flex;
            gap: 20px;
            margin-bottom: 25px;
            flex-wrap: wrap;
        }

        .meta-item {
            display: flex;
            align-items: center;
            color: #666;
            font-size: 14px;
        }

        .meta-item i {
            color: #0651ba;
            margin-right: 8px;
        }

        .service-description {
            font-size: 16px;
            line-height: 1.8;
            color: #555;
            margin-bottom: 30px;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }

        .feature-card {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            border-left: 4px solid #0651ba;
        }

        .feature-card h6 {
            color: #0651ba;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .process-steps {
            margin: 40px 0;
        }

        .step {
            display: flex;
            align-items: flex-start;
            margin-bottom: 25px;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 8px;
        }

        .step-number {
            background: #0651ba;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            margin-right: 20px;
            flex-shrink: 0;
        }

        .step-content h6 {
            color: #0651ba;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .cta-section {
            background: linear-gradient(135deg, #0651ba, #f49d51);
            color: white;
            padding: 30px;
            border-radius: 10px;
            text-align: center;
            margin-top: 40px;
        }

        .cta-section h4 {
            margin-bottom: 15px;
        }

        .cta-section .btn {
            background: white;
            color: #0651ba;
            border: none;
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 50px;
        }

        @media (max-width: 768px) {
            .service-sidebar {
                position: static;
                margin-bottom: 20px;
            }

            .service-title {
                font-size: 2rem;
            }
        }

.carousel-caption h1,
.carousel-caption p{
    font-family: "Poppins", sans-serif !important;
}
.service-description{
    text-align: justify;
}
.service-description ul li{
    list-style-type: square;
    list-style-position: inside;
}
.carousel-caption{
    background: rgba(0,0,0,0.5);
}
.carousel-caption h1, .carousel-caption p{
    color: #fff !important;
}
.contact_info span{
    font-size: 14px !important;
}
.contact_info ul li:first-child{

}
h4.member-name{
    font-size: 14px;
    text-transform: uppercase;
}
.testimonial .carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
}

.footer-Bar a.d-flex.align-items-center.mb-3.mb-lg-0.me-lg-auto.text-dark.text-decoration-none{
	margin-top: 5px !important;
    }
ul.nav.flex-column {
	width: 230px;
    }
/* Our valuable client section */

.our_valuable {
    margin: 70px 0 70px 0;
}

.our_valuable .sec-title h2 {
    text-align: center;
}

.our_valuable_image {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}
section.customer {
    background-color: rgb(228 231 228 / 50%);
    padding-bottom: 10px;
}
li.nav-item {
    font-size: 16px;
    font-weight: bold;
}
.customer button.nav-link{
       text-transform: uppercase;

}
.customer .g-title{
	margin: 50px 0  10px 0;

}
.customer .gallery{
    margin-bottom: 20px;
}
.log0 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
}

.log0 img {
    width:100%
}

.logo_title p {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bolder;
    color: #384956;
	text-align: center;
}

@media (max-width: 768px) {
    .top_bar .call-to-action .btn {
    	margin: 3px;
        font-size: 10px;
    }
    .top_bar .social-media-icons .nav {
    	margin: 8px 8px 5px 0;
    }
    a.d-flex.align-items-center.mb-3.mb-lg-0.me-lg-auto.text-dark.text-decoration-none {
	margin-top: 10px;
    }
    .logo_cover {
    	margin: -10px 0;
    }
    img.bi.me-2 {
	width: 60px;
    	height: 60px;
	margin-top: -20px;
    }
    .company_name {
    	font-size: 15px;
        width: 290px;
	margin-top: -22px;
    }
    ul.nav.justify-content-end.py-3.d-flex.contact_info {
	flex-direction: column !important;
    	align-items: center;
    	padding-left: 0;
	margin-left: -270px;
        margin-top: 35px;
    }
    .contact_info span{
    	font-size: 10px !important;
    }
    .Tabs .container .nav .nav-link {
    	font-size: 7px;
	font-weight: bold;
    }
    .carousel.slide .carousel-inner .carousel-item img {
   	height: 263px;
    }
    .carousel-caption h1, .carousel-caption p {
    	font-size: 12px !important;
	margin-top: 1px !important;
    }
    .team-member .carousel.slide .carousel-inner .carousel-item .carousel-caption .q1 {
    	margin-top: -12px;
    	height: 20px;
    	width: 30px;
    }
    .team-text {
	margin: -12px 20px;
    	line-height: 1.3;
    	font-size: 12px;
    }
    .team-member .carousel.slide .carousel-inner .carousel-item .carousel-caption .person {
    	margin: 17px 0 5px;
    	height: 80px;
    	width: 80px;
    }
    .single-team-member .img-box img {
    	margin-left: 65px;
    }
    .footer-Bar a.d-flex.align-items-center.mb-3.mb-lg-0.me-lg-auto.text-dark.text-decoration-none{
	margin-top: 30px !important;
    }
    .footer-menu p {
    	font-size: 12px;
    	padding: 3px;
    }
    h5.mb-3{
	font-size: 19px;
    }
    ul.nav.flex-column {
	width: 230px;
    }
    div.email_icon {
	margin-left : -25px;
    }
    div.email_text {
	margin-right : -25px;
    }
}
a.navbar-brand{
    display: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color:#fff;
}
li.nav-item {
    text-transform: uppercase;
}
li.nav-item a{
    color:#fff !important;
        font-size: 14px !important;
}
@media only screen and (max-width: 600px) {
  a.navbar-brand {
    display: block;
   color: #fff;
  }
  .navbar-toggler{
      background-color: #fff;
  }
}