/**
* Template Name: Squadfree
* Template URL: https://bootstrapmade.com/squadfree-free-bootstrap-template-creative/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;

}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

/* Media query for mobile devices */
@media only screen and (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 15px; /* Adjust padding as needed */
        margin: 0 auto;
        box-sizing: border-box;
    }

    /* Example adjustments for other elements */
    .content {
        width: 100%;
        padding: 0;
    }

    .header, .footer {
        width: 100%;
        padding: 10px;
    }
}

a {
    text-decoration: none;
/*    color: #67b0d1;
*/}

    a:hover {
        color: #8ec4dd;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

#main {
    /*margin-top: 90px;*/
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 998;
    background: #337ab7;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 37px;
        color: #fff;
        line-height: 0;
    }


    .back-to-top:hover {
        background: #337ab7;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    /*padding: 24px 0;*/
    background: rgba(103, 176, 209, 0.8);
}

    #header.header-transparent {
        background: #00000091;
    }

    #header.header-scrolled {
        background: rgb(11 11 11);
        /*padding: 12px;*/
    }

    #header .logo h1 {
        font-size: 24px;
        margin: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 1px;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
    }

        #header .logo h1 a,
        #header .logo h1 a:hover {
            color: #fff;
            text-decoration: none;
        }

    #header .logo img {
        padding: 2px;
        margin: 8px;
        max-height: 50px;
    }

@media (max-width: 768px) {
    #header.header-scrolled {
        /*  padding: 15px 0;*/
    }
}

.headersection1 {
    color: #062760;
    font-weight: bold;
    font-size: 24px !important;
    text-align: center;
}

.headersection3 {
    color: #062760;
    font-weight: bold;
    font-size: 15px !important;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
    position: static;
    min-height:65px;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 4px 16px;
        margin-left: 10px;
        font-family: "Open Sans", sans-serif;
        font-size: 17px;
        font-weight: 600;
        color: #fff;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover > a {
            /* background: #dadadaba;*/
            color: #6aa7b7;
            font-size: 21px;
            font-weight: bold;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 10px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 15px;
            text-transform: none;
            font-weight: 600;
            color: #2f4d5a;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover > a {
                /* color: #67b0d1;*/
                color: #337ab7;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .megamenu {
        position: static;
    }

        .navbar .megamenu ul {
            margin: 0;
            padding: 10px;
            display: block;
            position: absolute;
            top: 130%;
            left: 0;
            right: 0;
            visibility: hidden;
            opacity: 0;
            display: flex;
            transition: 0.3s;
            border-radius: 4px;
            z-index: 99;
        }

            .navbar .megamenu ul li {
                flex: 1;
            }

                .navbar .megamenu ul li strong {
                    padding: 10px 0 10px 20px;
                    display: block;
                }

                .navbar .megamenu ul li a,
                .navbar .megamenu ul li:hover > a {
                    color: rgba(var(--color-white-rgb), 0.5);
                    background: none;
                    padding: 8px 10px;
                }

                    .navbar .megamenu ul li a:hover,
                    .navbar .megamenu ul li .active,
                    .navbar .megamenu ul li .active:hover {
                        color: #67b0d1;
                    }

        .navbar .megamenu:hover > ul {
            opacity: 1;
            top: 100%;
            visibility: visible;
        }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}
.navbar a::after,
.navbar a:focus::after {
    content: '';
    position: absolute;
    width: 59%;
    height: 2px;
    background: white; /* Color of the underline */
    bottom: 1px;
    left: 24px;
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.25s ease-out;
}

.navbar a:hover::after,
.navbar .active::after,
.navbar .active:focus::after,
.navbar li:hover > a::after {
   /* transform: scaleX(1);
    transform-origin: bottom left;*/
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(43, 111, 142, 0.9);
    transition: 0.3s;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #2f4d5a;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #67b0d1;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: #67b0d1;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

    .navbar-mobile .megamenu ul li a,
    .navbar-mobile .megamenu ul li:hover > a {
        color: rgba(var(--color-white-rgb), 0.5);
        background: none;
    }

        .navbar-mobile .megamenu ul li a:hover,
        .navbar-mobile .megamenu ul li .active,
        .navbar-mobile .megamenu ul li .active:hover {
            color: #67b0d1;
        }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    /*height: 100vh;*/

    background-size: cover;
    position: relative;
    /*margin-bottom: -90px;*/
}

    #hero .hero-  {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    #hero h1 {
        margin: 0 0 10px 0;
        font-size: 55px;
        font-weight: 700;
        line-height: 55px;
        text-transform: uppercase;
        color: #fff;
        text-shadow: -3px 0 2px Black;
    }

    #hero h2 {
        color: #fff;
        margin-bottom: 50px;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
        text-shadow: -1px 0 2px #2f4d5a;
    }

    #hero .btn-get-started {
        font-size: 36px;
        display: inline-block;
        padding: 4px 0;
        border-radius: 50px;
        transition: 0.3s ease-in-out;
        margin: 10px;
        width: 64px;
        height: 64px;
        text-align: center;
        border: 2px solid #fff;
        color: #fff;
    }

        #hero .btn-get-started:hover {
            padding-top: 8px;
            background: rgba(255, 255, 255, 0.15);
        }

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 20px !important;
    overflow: hidden;
}

.section-bg {
    background-color: #f4f9fc;
}

.section-title {
    text-align: center;
    margin-top: 1%;
}
.section-title12 {
    text-align: center;
    margin-top: 2%;
}

    .section-title h2 {
        font-size: 25px;
        font-weight: bold;
        position: relative;
        margin-bottom: 38px;
        color: #062760;
        z-index: 2;
       /*padding-top: 58px;
        margin-top: 50px;*/
    }
.section-title12 h2 {
    font-size: 25px;
    font-weight: bold;
    position: relative;
    margin-bottom: 25px;
    color: #062760;
    z-index: 2;
    padding-top: 58px;
    margin-top: 50px;
}



@media (max-width: 768px) {
    .section-title h2 {
        margin-bottom: 0px;
    }
}

@media (max-width: 575px) {
    .section-title12 h2 {
        padding-top: 20px;
        margin-top: -10px;
        margin-bottom: 63px;
    }
}

.section-title h2::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 122px;
    height: 66px;
    /* background: url(../img/section-title-bg.png) no-repeat;*/
    z-index: -1;
    padding-top: 14px;
    margin-top: 24px;
}

.section-title p {
    margin-bottom: 0;
}



/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background-color: #f8fbfd;
    min-height: 40px;
}

    .breadcrumbs h2 {
        font-size: 24px;
        font-weight: 300;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #6c757d;
                content: "/";
            }

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

        .breadcrumbs ol li {
            display: inline-block;
        }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
    background: url("../img/about-bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}

    .about::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.75);
        z-index: 9;
    }

    .about .container {
        position: relative;
        z-index: 10;
    }

    .about .content {
        padding: 30px 30px 30px 0;
    }

        .about .content h3 {
            font-weight: 700;
            font-size: 34px;
            color: #2f4d5a;
            margin-bottom: 30px;
        }

        .about .content p {
            margin-bottom: 30px;
        }

        .about .content .about-btn {
            display: inline-block;
            background: #67b0d1;
            padding: 6px 44px 8px 30px;
            color: #fff;
            border-radius: 50px;
            transition: 0.3s;
            position: relative;
        }

            .about .content .about-btn i {
                font-size: 18px;
                position: absolute;
                right: 18px;
                top: 9px;
            }

            .about .content .about-btn:hover {
                background: #7bbad7;
            }

    .about .icon-boxes .icon-box {
        margin-top: 30px;
    }

        .about .icon-boxes .icon-box i {
            font-size: 40px;
            color: #67b0d1;
          
            margin-bottom: 10px;
        }

        .about .icon-boxes .icon-box h4 {
            font-size: 20px;
            font-weight: 700;
            margin: 0 0 10px 0;
        }

        .about .icon-boxes .icon-box p {
            font-size: 15px;
            color: #848484;
        }

@media (max-width: 1200px) {
    .about .content {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .about {
        text-align: center;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

    .services .icon-box::before {
        content: "";
        position: absolute;
        background: white;
        right: 0;
        left: 0;
        bottom: 0;
        top: 100%;
        transition: all 0.3s;
        z-index: -1;
    }

    .services .icon-box:hover::before {
        /*  background: #67b0d1;*/
       background: #9abddb;
     
        top: 0;
        border-radius: 0px;
    }

.services .icon {
    margin-bottom: 15px;
}

    .services .icon i {
        font-size: 48px;
        line-height: 1;
      /*  color: #67b0d1;*/
        transition: all 0.3s ease-in-out;
    }

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    color: black;
}

    .services .title a {
        color: #111;
    }

.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.services .icon-box:hover .title ,
.services .icon-box:hover .description
{
    color: #fff;
}

.services .icon-box:hover .icon i {
    color: #fff;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding-bottom: 30px;
}

    .counts .count-box {
        padding: 30px;
        width: 100%;
    }

        .counts .count-box i {
            display: block;
            font-size: 44px;
            color: #67b0d1;
            float: left;
            line-height: 0;
        }

        .counts .count-box span {
            font-size: 48px;
            line-height: 40px;
            display: block;
            font-weight: 700;
            color: #2f4d5a;
            margin-left: 60px;
        }

        .counts .count-box p {
            padding: 15px 0 0 0;
            margin: 0 0 0 60px;
            font-family: "Raleway", sans-serif;
            font-size: 14px;
            color: #49788c;
        }

        .counts .count-box a {
            font-weight: 600;
            display: block;
            margin-top: 20px;
            color: #49788c;
            font-size: 15px;
            font-family: "Poppins", sans-serif;
            transition: ease-in-out 0.3s;
        }

            .counts .count-box a:hover {
                color: #6e9fb4;
            }

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    /*    background: linear-gradient(rgba(103, 176, 209, 0.8), rgba(103, 176, 209, 0.8)), url("../img/cta-bg.jpeg") fixed center center;*/
    background: linear-gradient(rgba(51, 122, 183, 0.5),rgba(51, 122, 183, 0.5)),url("../img/cta-bg.jpeg") fixed center center;
    background-size: cover;
    padding: 60px 0;
}

    .cta h3 {
       color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .cta p {
        color:#fff;
    }

    .cta .cta-btn {
        font-family: "Raleway", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 28px;
        border-radius: 25px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid rgba(255, 255, 255, 0.5);
        color: #fff;
    }

        .cta .cta-btn:hover {
            border-color: #fff;
        }

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 35px auto;
    list-style: none;
    text-align: center;
    background: #ecf5f9;
    border-radius: 50px;
    padding: 2px 15px;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 10px 15px 8px 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #2f4d5a;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }

        .portfolio #portfolio-flters li:hover,
        .portfolio #portfolio-flters li.filter-active {
            color: #67b0d1;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    margin-top: 25px !important;
    z-index: 1;
}

@media (max-width: 1200px) {
    .portfolio .portfolio-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .portfolio .portfolio-item {
        margin-bottom: 30px;
    }
}

    .portfolio .portfolio-wrap::before {
        content: "";
        /*background: rgba(255, 255, 255, 0.5);*/
        background: transparent;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .portfolio .portfolio-wrap .portfolio-links {
        opacity: 1;
        left: 0;
        right: 0;
        bottom: -60px;
        z-index: 3;
        position: absolute;
        transition: all ease-in-out 0.3s;
        display: flex;
        justify-content: center;
    }

        .portfolio .portfolio-wrap .portfolio-links a {
            color: #fff;
            font-size: 28px;
            text-align: center;
            /* background: rgba(103, 176, 209, 0.75);*/
            background: #337ab7;
            transition: 0.3s;
            width: 100%;
        }

            .portfolio .portfolio-wrap .portfolio-links a:hover {
                /* background: rgba(103, 176, 209, 0.95);*/
                background: #337ab7;
            }

            .portfolio .portfolio-wrap .portfolio-links a + a {
                border-left: 1px solid #8ec4dd;
            }

    .portfolio .portfolio-wrap:hover::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
    }

    .portfolio .portfolio-wrap:hover .portfolio-links {
        opacity: 1;
        bottom: 0;
    }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #67b0d1;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #67b0d1;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(47, 77, 90, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/


/*.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    text-align: center;*/
    /*min-height: 320px;*/
    /*margin-top:14%;
}

    .testimonials .testimonial-item .testimonial-img {
        width: 130px;*/
        /*border-radius: 50%;*/
        /*margin: 0 auto;
    }

@media (max-width: 1200px) {
    .testimonials .testimonial-item .testimonial-img {
        width: 100px !important;*/
        /*border-radius: 50%;*/
        /*margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .testimonials .testimonial-item .testimonial-img {
        width: 67px !important;*/
        /*border-radius: 50%;*/
        /*margin: 0 auto;
    }
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #d5e9f2;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px 15px 15px;
    padding: 20px;
    background: #fff;
    position: relative;
    margin-bottom: 35px;
    border-radius: 6px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

    .testimonials .testimonial-item p::after {
        content: "";
        width: 0;
        height: 0;
        border-top: 20px solid #fff;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        position: absolute;
        bottom: -20px;
        left: calc(50% - 20px);
    }

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #67b0d1;
    }

    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #67b0d1;
    }*/

    --------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

        .team .member .pic {
            overflow: hidden;
        }

        .team .member .member-info {
            position: absolute;
            top: 85%;
            left: 20px;
            right: 20px;
            background: #fff;
            padding: 20px 0;
            color: #2f4d5a;
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            max-height: 95px;
            overflow: hidden;
            transition: max-height 0.5s ease-in-out;
        }

        .team .member:hover .member-info {
            max-height: 300px;
        }

        /* .team .member h4 {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 16px;
        margin-top: 0% !important;
        color: #2f4d5a;
        position: relative;
        padding-bottom: 10px;
    }*/
        .team .member h4 {
            font-weight: 700;
            font-size: 15px;
            color: #000;
            position: relative;
        }

            .team .member h4::after {
                content: "";
                position: absolute;
                display: block;
                width: 50px;
                height: 1px;
                background: #b1cbd7;
                bottom: 0;
                left: calc(50% - 25px);
            }

        .team .member span {
            font-style: italic;
            display: block;
            font-size: 13px;
        }

        .team .member .social {
            margin-top: 15px;
        }

            .team .member .social a {
                transition: color 0.3s;
                color: #52869d;
            }

                .team .member .social a:hover {
                    color: #67b0d1;
                }

            .team .member .social i {
                font-size: 16px;
                margin: 0 2px;
            }

    @media (max-width: 992px) {
        .team .member {
            margin-bottom: 70px;
            margin-top: -10px;
        }
    }

    /*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
    .contact {
        padding-bottom: 80px;
    }

        .contact .info-box {
            color: #444444;
            background: #fff;
            text-align: center;
            /* box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);*/
            box-shadow: 0 0 30px rgb(20 20 21 / 60%);
            padding: 20px 0 30px 0;
        }

            .contact .info-box i {
                font-size: 32px;
                color: #67b0d1;
                border-radius: 50%;
                padding: 8px;
                border: 2px dotted #f0f7fa;
            }

            .contact .info-box h3 {
                font-size: 20px;
                color: #777777;
                font-weight: 700;
                margin: 10px 0;
            }

            .contact .info-box p {
                padding: 0;
                line-height: 24px;
                font-size: 14px;
                margin-bottom: 0;
            }

        .contact .php-email-form {
            box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
            padding: 30px;
            background: #fff;
        }

            .contact .php-email-form .error-message {
                display: none;
                color: #fff;
                background: #ed3c0d;
                text-align: left;
                padding: 15px;
                font-weight: 600;
            }

                .contact .php-email-form .error-message br + br {
                    margin-top: 25px;
                }

            .contact .php-email-form .sent-message {
                display: none;
                color: #fff;
                background: #18d26e;
                text-align: center;
                padding: 15px;
                font-weight: 600;
            }

            .contact .php-email-form .loading {
                display: none;
                background: #fff;
                text-align: center;
                padding: 15px;
            }

                .contact .php-email-form .loading:before {
                    content: "";
                    display: inline-block;
                    border-radius: 50%;
                    width: 24px;
                    height: 24px;
                    margin: 0 10px -6px 0;
                    border: 3px solid #18d26e;
                    border-top-color: #eee;
                    animation: animate-loading 1s linear infinite;
                }

            .contact .php-email-form input,
            .contact .php-email-form textarea {
                border-radius: 0;
                box-shadow: none;
                font-size: 14px;
            }

                .contact .php-email-form input::focus,
                .contact .php-email-form textarea::focus {
                    background-color: #67b0d1;
                }

            .contact .php-email-form input {
                padding: 10px 15px;
            }

            .contact .php-email-form textarea {
                padding: 12px 15px;
            }

            .contact .php-email-form button[type=submit] {
                background: #337ab7;
                border: 0;
                padding: 10px 24px;
                color: #fff;
                transition: 0.4s;
            }

                .contact .php-email-form button[type=submit]:hover {
                    background: #8ec4dd;
                }

    @keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
    #footer {
        background: #000000;
        padding: 0 0 30px 0;
        color: #a6a4a4;
        font-size: 14px;
    }

        #footer .footer-top {
            padding: 13px 0 30px 0;
        }

            #footer .footer-top .footer-info {
                margin-top: -90px;
                margin-bottom: 15px;
                background: white;
                color: #2f4d5a;
                border-top: 4px solid #67b0d1;
                text-align: center;
                padding: 30px 20px;
            }

                #footer .footer-top .footer-info h3 {
                    font-size: 24px;
                    margin: 0 0 20px 0;
                    padding: 2px 0 2px 0;
                    line-height: 1;
                    font-weight: 700;
                }

                #footer .footer-top .footer-info p {
                    font-size: 14px;
                    line-height: 24px;
                    margin-bottom: 0;
                    font-family: "Raleway", sans-serif;
                }

            #footer .footer-top .social-links a {
                font-size: 18px;
                display: inline-block;
                background: #2f4d5a;
                color: #fff;
                line-height: 1;
                padding: 8px 0;
                margin-right: 4px;
                border-radius: 50%;
                text-align: center;
                width: 36px;
                height: 36px;
                transition: 0.3s;
            }

                #footer .footer-top .social-links a:hover {
                    background: #67b0d1;
                    color: #fff;
                    text-decoration: none;
                }

            #footer .footer-top h4 {
                font-size: 16px;
                font-weight: 600;
                color: #fff;
                position: relative;
                padding-bottom: 12px;
            }

            #footer .footer-top .footer-links {
                margin-bottom: 30px;
            }

                #footer .footer-top .footer-links ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }

                    #footer .footer-top .footer-links ul i {
                        padding-right: 2px;
                        color: #b5d9e9;
                        font-size: 18px;
                        line-height: 1;
                    }

                    #footer .footer-top .footer-links ul li {
                        padding: 10px 0;
                        display: flex;
                        align-items: center;
                    }

                        #footer .footer-top .footer-links ul li:first-child {
                            padding-top: 0;
                        }

                    #footer .footer-top .footer-links ul a {
                        color: #a6a4a4;
                        transition: 0.3s;
                        display: inline-block;
                        line-height: 1;
                    }

                        #footer .footer-top .footer-links ul a:hover {
                            color: #a2cfe3;
                        }

            #footer .footer-top .footer-newsletter form {
                margin-top: 30px;
                background: #fff;
                padding: 6px 10px;
                position: relative;
                border-radius: 4;
            }

                #footer .footer-top .footer-newsletter form input[type=email] {
                    border: 0;
                    padding: 4px;
                    width: calc(100% - 110px);
                }

                #footer .footer-top .footer-newsletter form input[type=submit] {
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    border: 0;
                    background: none;
                    font-size: 16px;
                    padding: 0 20px;
                    background: #67b0d1;
                    color: #fff;
                    transition: 0.3s;
                    border-radius: 4;
                }

                    #footer .footer-top .footer-newsletter form input[type=submit]:hover {
                        background: #409cc5;
                    }

        #footer .copyright {
            border-top: 1px solid #385b6b;
            text-align: center;
            padding-top: 30px;
        }

        #footer .credits {
            padding-top: 10px;
            text-align: center;
            font-size: 13px;
            color: #fff;
        }

        #footer .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #4b7bad;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .social-links a:hover {
                background: #4b7bad;
                color: #fff;
                text-decoration: none;
            }

    @media (max-width: 575px) {
        #footer .footer-top .footer-info {
            margin: -20px 0 30px 0;
        }
    }

/* General styles for the button */
.btn-get-starteds {
    border: solid 2px;
    padding: 4px 17px;
}

/* Styles for centering the button in desktop view */
@media (min-width: 768px) {
    .footer-widget-info .text-center {
        text-align: center;
    }
}

/* Styles for centering the button in mobile view */
@media (max-width: 767px) {
    .footer-widget-info .text-center {
       
        margin-right: -20%;
    }

    .footer-widget-info a.btn-get-starteds {
        display: inline-block; /* Ensures button behaves as inline-block for centering */
    }
}


    #top-header {
        font-weight: 800 !important;
        background: #fff;
        color: black;
        font-size: 14px;
    }

        #top-header .container1 {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        #top-header .contact-info i {
            margin-right: 5px;
        }

        #top-header .social-links a {
            color: black;
            margin-left: 10px;
            display: inline-block;
        }

            #top-header .social-links a:hover {
                color: #ddd;
            }

    .contact .info:hover i {
        background: #f03c02;
        color: #fff;
    }
    /*Aboutus*/
    .about-img {
        position: relative;
        overflow: hidden;
        width: 100%;
        max-width: 600px;
        margin-top: 25px;
        /*border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    /*
    Section
*/
    .section-title {
        color: #062760;
        /*color: var(--primary);*/
        font-weight: 600;
        letter-spacing: 0px;
        /*text-transform: uppercase;*/
    }
    /*Card*/
    /*body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 20px;
}*/

    .card {
        border: none;
        border-radius: 8px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        }

    .card-title {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 15px;
    }

    @media (max-width: 768px) {
        .map-section img {
            height: 500px !important;
            width: 100%;
        }
    }

    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        font-family: inherit;
        font-weight: 600 !important;
        line-height: 1.1;
        /*color: inherit;*/
        color: #062760
    }

    ul {
        margin: 0px;
        padding: 0px;
    }

    .footer-section {
        background: #151414;
        position: relative;
    }

    .footer-cta {
        border-bottom: 1px solid #337ab7;
    }

    .single-cta i {
        color: #ff5e14;
        font-size: 30px;
        float: left;
        margin-top: 8px;
    }

    .cta-text {
        padding-left: 15px;
        display: inline-block;
    }

        .cta-text h4 {
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 2px;
        }

        .cta-text span {
            color: #f5e8e8d6;
            font-size: 15px;
        }

    .footer-content {
        position: relative;
        z-index: 2;
    }
@media (max-width: 768px) { /* Target mobile devices */
    .footer-content {
        position: relative;
        padding:4%;
        z-index: 2;
    }
}


    .footer-pattern img {
        position: absolute;
        top: 0;
        left: 0;
        height: 330px;
        background-size: cover;
        background-position: 100% 100%;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

        .footer-logo img {
            max-width: 200px;
        }

    .footer-text p {
        margin-bottom: 14px;
        font-size: 14px;
        color: #7e7e7e;
        line-height: 28px;
    }

    .footer-social-icon span {
        color: #fff;
        display: block;
        font-size: 20px;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 20px;
    }

    .footer-social-icon a {
        color: #fff;
        font-size: 16px;
        margin-right: 15px;
    }

    .footer-social-icon i {
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 38px;
        border-radius: 50%;
    }

    .facebook-bg {
        background: #3B5998;
    }

    .twitter-bg {
        background: #55ACEE;
    }

    .google-bg {
        background: #DD4B39;
    }

    .footer-widget-heading h3 {
        text-align: left;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
        position: relative;
    }

        .footer-widget-heading h3::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: -15px;
            height: 2px;
            width: 50px;
            /* background: #337ab7;*/
            padding-left: 1px;
        }

    .footer-widget ul li {
        display: inline-block;
        float: left;
        width: 50%;
        margin-bottom: 12px;
        padding-left: 1px;
    }



    .footer-widget-service ul li {
        display: inline-block;
        float: left;
        width: 100%;
        margin-bottom: 12px;
        padding-left: 1px;
    }
    /*.footer-widget ul li a:hover {
            color: #ff5e14;
        }
*/
    .footer-widget ul li a:hover {
        color: #337ab7;
    }

    .footer-widget-service ul li a:hover {
        color: #337ab7;
    }

.footer-widget ul li a {
    color: #f5e8e8d6;
    /* text-transform: capitalize;*/
}

.footer-widget-service ul li a {
    color: #f5e8e8d6;
    /*text-transform: capitalize;*/
}


    .footer-section {
        padding: 0px;
    }


    @media (max-width: 767px) {
        .col-lg-3 {
            margin-top: -25px;
            margin-bottom: 22px;
        }
    }

    .footer-widget {
        margin-top: 25px;
    }

    .footer-widget-service {
        margin-top: 25px;
    }

    .footer-widget-info {
        margin-top: -36px;
    }

    /* For small devices (up to 600px) */
    @media (max-width: 600px) {
        .footer-widget-info {
            margin-top: -20px;
        }
    }

    /* For medium devices (601px to 1024px) */
    @media (min-width: 601px) and (max-width: 1024px) {
        .footer-widget-info {
            margin-top: -30px;
        }
    }

    @media (max-width: 767px) {
        .col-lg-3 {
            margin-top: -25px;
            margin-bottom: 0px;
        }
    }

    @media (max-width: 767px) {
        .col-lg-4 {
            margin-top: 26px;
            margin-bottom: 0px;
        }
    }


    @media (max-width: 767px) {
        .col-lg-2 {
            margin-top: 26px !important;
            margin-bottom: 0px !important;
        }
    }

    @media (max-width: 1024px) {
        .col-lg-3 {
            margin-top: -25px !important;
            margin-bottom: 0px !important;
        }
    }

    @media (max-width: 1024px) {
        .col-lg-4 {
            margin-top: 26px;
            margin-bottom: 0px;
        }
    }


    @media (max-width: 1024px) {
        .col-lg-2 {
            margin-top: 26px;
            margin-bottom: 0px;
        }
    }


    .follow-us img {
        padding: 10px;
    }


    .subscribe-form {
        position: relative;
        overflow: hidden;
    }

        .subscribe-form input {
            width: 100%;
            padding: 14px 28px;
            background: #2E2E2E;
            border: 1px solid #2E2E2E;
            color: #fff;
        }

        .subscribe-form button {
            position: absolute;
            right: 0;
            background: #ff5e14;
            padding: 13px 20px;
            border: 1px solid #ff5e14;
            top: 0;
        }

            .subscribe-form button i {
                color: #fff;
                font-size: 22px;
                transform: rotate(-6deg);
            }

    .copyright-area {
        background: #202020;
        padding: 25px 0;
    }

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #f5e8e8d6;
}

        .copyright-text p a {
            color: #337ab7;
        }
.design-text p {
    margin: 0;
    font-size: 14px;
    color: #f5e8e8d6;
}

    .design-text p a {
        color: #337ab7;
    }

    .footer-menu li {
        display: inline-block;
        margin-left: 20px;
    }

        .footer-menu li:hover a {
            color: #337ab7;
        }

        .footer-menu li a {
            font-size: 14px;
            color: #878787;
        }


    .follow-us img {
        padding: 10px;
    }

    /* Base styles for larger screens */
    .row {
        display: flex;
        flex-wrap: wrap;
    }

    .col-lg-5, .col-lg-7 {
        padding: 15px;
    }

    /* Styles for smaller screens */
    /* Styles for smaller screens */
    @media (max-width: 768px) {
        .row {
            display: flex;
        }

        .col-lg-5 {
            order: 2;
            width: 100%;
            padding: 0;
            margin-top: 15px;
        }

        .col-lg-7 {
            order: 1;
            width: 100%;
            padding: 0;
        }

        .img-fluid {
            width: 100%;
            margin-top: 15%;
            /*height: 25rem !important;
        border-radius: 15px;*/
        }
    }

    .map-section img {
        width: 100%;
        height: 92vh;
    }



    @media (max-width: 834px) {
        .row {
            display: flex;
        }

        .col-lg-5 {
            order: 2;
            width: 100%;
            padding: 0;
            margin-top: 15px;
        }

        .col-lg-7 {
            order: 1;
            width: 100%;
            padding: 0;
        }

        .img-fluid {
            width: 100%;
            /*height: 25rem !important;
    border-radius: 15px;*/
        }
    }

    /* Consolidate and target all smaller devices including iPad Pro in portrait mode */
    @media (max-width: 1024px) {
        .row {
            display: flex;
        }

        .col-lg-5 {
            order: 2;
            width: 100%;
            padding: 0;
            margin-top: 15px;
        }

        .col-lg-7 {
            order: 1;
            width: 100%;
            padding: 0;
        }

        .img-fluid {
            width: 100%;
            /* height: 25rem !important;
        border-radius: 15px;*/
        }
    }

    /* Specific adjustments for iPad Pro in landscape mode */
    @media (min-width: 834px) and (max-width: 1366px) {
        .map-section img {
            width: 100%;
            height: 80vh; /* Adjust height as necessary for landscape */
        }
    }

    @media(max-width: 1024px) {
        .map-section img {
            width: 100%;
            height: 80vh; /* Adjust height as necessary for landscape */
        }
    }


    
/* General styles for all devices */
.map-section img {
    width: 100%;
    height: 60vh;
}

.map-sectionabout img {
    width: 100%;
    height: 81vh;
}

@media (max-width: 768px) {
    .map-section img {
        height: 50vh !important;
    }
}

@media (max-width: 480px) {
    .map-section img {
        height: 25vh !important;
    }
}

@media (max-width: 768px) {
    .map-sectionabout img {
        height: 50vh !important;
    }
}

@media (max-width: 480px) {
    .map-sectionabout img {
        height: 25vh !important;
    }
}
.map-sectioncontact img {
    width: 100%;
    height: 60vh;
}
@media (max-width: 768px) {
    .map-sectioncontact img {
        height: 50vh !important;
    }
}

@media (max-width: 480px) {
    .map-sectioncontact img {
        height: 25vh !important;
    }
}
/* Ensure the carousel item containers have a defined height */
#hero {
    position: relative;
    overflow: hidden; /* Hide overflow */
}

    #hero .carousel-inner {
        height: 92vh; /* Full viewport height */
        display: flex; /* Flexbox for alignment */
        align-items: center; /* Center vertically */
        justify-content: center; /* Center horizontally */
    }

        #hero .carousel-inner .item {
            height: 100%; /* Ensure the item takes up the full height of its container */
            width: 100%; /* Ensure the item takes up the full width of its container */
        }

            #hero .carousel-inner .item img {
                width: 100%;
                height: auto; /* Maintain aspect ratio */
                max-height: 100%; /* Ensure it doesn’t exceed the height of the container */
                object-fit: cover; /* Ensure the image covers the container */
            }

@media (max-width: 768px) {
    #hero .carousel-inner {
        height: 50vh; /* Set to half of the viewport height */
    }
}

@media (max-width: 480px) {
    #hero .carousel-inner {
        height: 40vh; /* Set to 40% of the viewport height */
    }
}






    @media (max-width: 768px) {
        .team {
            margin-top: 65px;
            margin-bottom: 5%;
        }
    }

    @media (min-width: 768px) {
        .col-lg-3 {
            margin-top: -41px;
        }
    }

    @media (min-width: 768px) {
        .col-lg-2 {
            margin-top: -41px;
        }
    }


    @media (max-width: 767px) {
        .col-lg-3 {
            margin-top: -25px;
            margin-bottom: -40px;
        }
    }

    .contact-info {
        padding-left: 10px;
    }

    /*    .contact-info i {
        padding-left: 10px;
    }

@media (max-width: 767.98px) {
    .contact-info {
        text-align: center;
        padding-left: 0;
    }

        .contact-info i {
            padding-left: 5px;
        }
}

@media (min-width: 768px) {
    .contact-info {
        text-align: right;
    }
}*/
    .top-header {
        background-color: #f8f9fa;
        padding: 4px 0;
    }

    .contact-info i {
        margin-right: 5px;
    }

    .social-links a {
        color: #000;
        margin-left: 10px;
    }

    @media (max-width: 767px) {
        .top-header .container1 {
            flex-direction: column;
            align-items: center;
        }

        .contact-info,
        .social-links {
            padding: 0px 0;
        }
    }

    @media (max-width: 768px) {
        .headersection3 {
            /*text-align: center;*/
        }

        .col-md-12 img {
            max-width: 100%;
            height: auto;
        }
    }


    /*cta*/
    cta {
        padding: 60px 0;
    }

    .cta .hover-effect-B {
        display: inline-block; /* Ensure the hover effect applies to each word */
        transition: transform 0.3s ease; /* Add transition for smooth pop-up effect */
    }

        .cta .hover-effect-B:hover {
            transform: scale(1.2); /* Pop-up effect on hover */
            color: #98fb98;
        }

    .cta .hover-effect-R {
        display: inline-block; /* Ensure the hover effect applies to each word */
        transition: transform 0.3s ease; /* Add transition for smooth pop-up effect */
    }

        .cta .hover-effect-R:hover {
            transform: scale(1.2); /* Pop-up effect on hover */
            color: yellow;
        }

    .cta .hover-effect-K {
        display: inline-block; /* Ensure the hover effect applies to each word */
        transition: transform 0.3s ease; /* Add transition for smooth pop-up effect */
    }

        .cta .hover-effect-K:hover {
            transform: scale(1.2); /* Pop-up effect on hover */
            color: #00008B;
        }

    .bg-light {
        --bs-bg-opacity: 1;
        background-color: rgb(239 247 255 / 93%) !important;
    }





    @media (max-width: 768px) {


        .bg-light {
            margin-bottom: 25px;
        }
    }


    .services .icon-box a div {
        color: black !important;
        transition: color 0.3s;
    }

        .services .icon-box a div:hover {
            color: white !important;
        }



    /*Projects*/



    /*.Projects, .Contracts {*/
        /*background-color: #333;*/
        /*overflow: hidden;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

        .Projects ul, .Contracts ul {
            list-style-type: none;
            padding: 0;
            font-weight: 700;
            margin-top: 25px;
            font-size: 16px;
            display: flex;
        }

            .Projects ul li, .Contracts ul li {
                margin-right: 20px;
            }

                .Projects ul li a, .Contracts ul li a {
                    display: block;
                    color: black;
                    text-align: center;
                    padding: 14px 16px;
                    text-decoration: none;
                    transition: color 0.3s ease;
                }*/


.Projects, .Contracts {
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

    .Projects ul, .Contracts ul {
        list-style-type: none;
        padding: 0;
        font-weight: 700;
        /*margin-top: 60%;*/
        font-size: 16px;
        display: block; /* Change this to block for vertical alignment */
    }

        .Projects ul li, .Contracts ul li {
           /* margin-bottom: 20px;*/ /* Adjust margin-bottom for spacing between items */
            margin-right: 0; /* Remove right margin */
        }

            .Projects ul li a, .Contracts ul li a {
                display: block;
                color: black;
                text-align: left;
                padding: 14px 1px;
                text-decoration: none;
                transition: color 0.3s ease;
            }



                    .Projects ul li a:hover,
                    .Contracts ul li a:hover,
                    .Projects ul li a:focus,
                    .Contracts ul li a:focus,
                    .Projects ul li a:active,
                    .Contracts ul li a:active {
                        color: #337ab7; /* Change text color to blue on hover, focus, and active state */
                    }



                    .Projects ul li a.active {
                        font-weight: bold; /* Example of additional styling for active state */
                    }

    .main-category.active,
    .contract.active {
        color: #337ab7; /* Style for active state */
    }
    /*.Project a::after,
.Contracts a::after,
.Contracts a:focus::after,
.Project a:focus::after {
    content: '';
    position: absolute;
    width: 59%;
    height: 2px;
    background: #337ab7;*/ /* Color of the underline */
    /*bottom: 1px;
    left: 24px;
    transform: scaleX(0);
    transition: transform 0.25s ease-out;
}

.Project a:hover::after,
.Project .active::after,
.Project .active:focus::after,
.Project li:hover > a::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}*/

.Contracts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.contract-item {
    /*border: 5px solid #9497ac;*/
    padding: 1px;
    margin: 10px;
    text-align: center;
    width: 250px; /* Add a width to better control the layout */
    /*width: 100%;*/ /* Ensure it takes the full width of the column */
    height: 250px; /* Adjusted height for larger boxes */
    overflow: hidden; /* Ensure images fit within the boxes */
     position: relative;
            display: inline-block;
}

    .contract-item img {
        width: 300px;
        height: 300px;
        padding: 5px; /* Added padding for a cleaner look */
        /*box-sizing: border-box;*/
    }

    .contract-item p {
        background-color: red;
        color: white;
        padding: 5px;
        font-size: 20px;
        margin: 0;
    }

    /* Media query for tablets */
    @media (max-width: 1024px) {
        .Contracts {
            grid-template-columns: repeat(2, 1fr);
            padding: 20px;
            margin-top: 0;
        }

        .contract-item {
            width: auto;
            height: auto;
        }

        .contract-item img {
            width: 100%;
            height: auto;
        }

        .Projects ul {
            font-size: 14px;
        }
    }

    /* Media query for mobile phones */
    @media (max-width: 768px) {
        .Contracts {
            grid-template-columns: 2fr;
            padding: 10px;
            margin-top: 0;
        }

        .contract-item {
            width: auto;
            height: auto;
           
        }

            .contract-item img {
                width: 100%;
                height: auto;
            }

        .Projects ul {
            font-size: 12px;
        }
    }

    .hidden {
        display: none;
    }

.contract-item {
    position: relative;
}

    .contract-item img {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: block;
        width: 100%;
    }

    .contract-item .overlay {
        position: absolute;
        bottom: 0;
        left: 5%;
        right: 5%;
        background-color: rgba(0, 0, 0, 0.5);
        overflow: hidden;
        width: 90%;
        height: 16%;
        transition: transform 0.3s ease;
        transform: translateY(100%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }

    .contract-item img:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .contract-item:hover .overlay {
        transform: translateY(0);
    }

    @media (max-width: 768px) {
        .Projects ul {
            font-size: 12px; /* Further reduce font size for mobile phones */
            flex-wrap: wrap; /* Allow items to wrap */
            justify-content: center; /* Center items */
        }

            .Projects ul li {
                flex: 0 0 20%; /* Two items per row */
                text-align: center;
                margin-bottom: 10px;
            }
    }

    @media (max-width: 1024px) {
        .Contracts ul {
            font-size: 14px; /* Reduce font size for tablets */
        }
    }

    @media (max-width: 768px) {
        .Contracts ul {
            font-size: 12px; /* Further reduce font size for mobile phones */
            flex-wrap: wrap; /* Allow items to wrap */
            justify-content: center; /* Center items */
        }

            .Contracts ul li {
                flex: 0 0 40%; /* Two items per row */
                text-align: center;
                margin-bottom: 10px;
            }
    }

    @media (max-width: 1024px) {
        .Contracts ul {
            font-size: 14px; /* Reduce font size for tablets */
        }
    }



.overlay-text {
    position: absolute;
    top: 75%;
    left: 45%;
    transform: translate(-50%, -50%);
    font-weight: 900;
    color: #ffffff;
    font-size: 16px;
}

.know-more {
    position: absolute;
    top: 85%;
    left: 45%;
    transform: translate(-50%, -50%);
    font-weight: 900;
    color: #ffffff;
    font-size: 16px;
}

    .know-more a {
        color: #ffffff;
    }

        .know-more a:hover {
            color: #1efad0;
        }

@media (max-width: 767px) {
    .project-header {
        order: 1; /* Moves the header to the top on mobile */
    }
}

@media (max-width: 767px) {
    .project-gallery {
        order: 1; /* Moves the header to the top on mobile */
    }
}

.readmore {
    margin-top: 2.25rem;
    background-color: #d3d3d34f;
    width: 15.5%;
    /*border-radius: 22%;*/
    
   border: 3px solid #062760e8;
}

    .readmore a {
        color: black;
        padding: 5%;
       
    }

        .readmore a:hover {
            color: blue;
            /* background-color: #062760e8;*/
            /*            padding-right: 23%;
*/
        }
@media (max-width: 768px) {
    #hero h1 {
        font-size: 25px; /* Adjust the font size for smaller screens */
        line-height: 30px; /* Adjust the line height for better spacing */
        text-shadow: -2px 0 0px #05c6ec;
        margin-left:-15% !important;
    }
}

@media (max-width: 480px) {
    #hero h1 {
        font-size: 20px; /* Further adjust font size for very small screens */
        line-height: 20px; /* Adjust line height to match the new font size */
        text-shadow: -2px 0 0px black;
        margin-left: -15% !important;
    }
}

@media (max-width: 480px) {
    .readmore {
       width:40%
    }
}
/* Style for the card container */
.card-container {
    margin-bottom: 5%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Adjust space between cards */
}

    /* Two-column layout for specific containers */
    .card-container.two-columns .card {
        flex: 1 1 calc(50% - 20px); /* Two cards in a row */
    }

/* Full-width layout for the third card */
.full-span {
    flex: 1 1 100%; /* Takes up full width in the next row */
}

/* Three-column layout for specific containers */
.card-container.three-columns .card {
    flex: 1 1 calc(33.333% - 20px); /* Three cards in a row */
}

/* Style for individual cards */
.card {
    display: flex;
    flex-direction: column;
    text-align: center;
    display: block;
    text-decoration: none;
    color: inherit;
    background-color: #fff; /* White background for the card */
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease; /* Add transition for transform */
    width: 100%;
    max-width: 559px; /* Adjust the card width */
    height: auto;
    position: relative; /* For positioning the overlay */
}

    .card img {
        width: 100%; /* Ensures image fills the width of the card */
        height: auto;
        max-height: 200px; /* Limits the height of the image */
        object-fit: cover; /* Ensures the image covers the area without distortion */
        background-color: #fff; /* White background around the image */
        padding: 10px; /* Creates white space around the image */
        box-sizing: border-box; /* Ensures padding is inside the card */
        position: relative;
        transition: background-color 0.3s ease; /* Smooth transition for background color */
    }

/* Style for card details */
card-details {
    padding: 9px;
    background-color: #fff;
    text-align: center;
}

    .card-details h3 {
        margin: 0;
        font-size: 18px; /* Adjust font size if needed */
        color: #333;
    }

    .card-details p {
        margin: 5px;
        color: #666;
    }

/* Hover effect for cards */
.card:hover {
    transform: scale(1.05);
}

/* Header style */
#card-header {
    font-size: 25px;
    text-align: center;
    margin-bottom: 27px; /* Adjust spacing below the heading as needed */
    margin-top:-1%;
}

/* Small card specific styles */
.small-card {
    max-width: 1200px; /* Smaller width for this card */
}

    /* Adjust padding and font sizes for the smaller card */
    .small-card .card-details {
        padding: 11px; /* Smaller padding */
    }

        .small-card .card-details h3 {
            font-size: 18px; /* Smaller font size for the heading */
        }

        .small-card .card-details p {
            margin-top: 5px;
            color: #666;
        }

    /* Optional: Hover effect for the small card */
    .small-card:hover {
        transform: scale(1.05);
    }

/* Media Queries */

/* Adjust layout for tablets and below */
@media (max-width: 768px) {
    .card-container.two-columns .card,
    .card-container.three-columns .card {
        flex: 1 1 calc(50% - 20px); /* Switch to two-column layout */
    }
}

/* Adjust layout for mobile devices */
@media (max-width: 576px) {
    .card-container.two-columns .card,
    .card-container.three-columns .card {
        flex: 1 1 100%; /* Switch to a single-column layout */
    }
}

/* Ensuring full-span card remains full-width on smaller screens */
@media (max-width: 768px) {
    .full-span {
        flex: 1 1 100%; /* Full width for small devices */
    }
}

/* Ensuring full-span card remains full-width on smaller screens */
@media (max-width: 768px) {
    .small-card.full-span {
        width: 100%; /* Make the card full width */
        margin: 0 auto;
        padding: 15px; /* Adjust padding for smaller screens */
    }

    /* Reduce font size and padding to fit smaller screens */
    .small-card h3 {
        font-size: 1.5rem;
    }

    .small-card p {
        font-size: 15px;
        padding: 10px 0;
    }
}

/* Further adjustments for mobile devices (max-width: 576px) */
@media (max-width: 576px) {
    .small-card.full-span {
        padding-top: 20px;
        margin-top: 27%;
        padding: 1px; /* Further reduce padding */
        width: 341%;
        margin-left: -120%;
    }

    /* Center the card content better on smaller screens */
    .small-card {
        text-align: center;
    }

        .small-card h3 {
            font-size: 1.2rem;
        }

        .small-card p {
            font-size: 0.9rem;
        }
}




.section-title12 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px 0;
}

.title-container {
    
    display: flex;
    align-items: center;
   
}

    .title-container img {
        width: 30px;
        height: 30px;
        flex-shrink: 0; /* Prevent the image from shrinking */
        margin-right: 5%; /* Use percentage for spacing */
    }

.title-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1; /* Allow text container to expand */
    white-space: nowrap; /* Prevent the text from breaking */
}

    .title-text h2 {
        margin: 0;
        padding-top: 5px;
    }


    

.section-title12-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
   
}

.title-container-1 {
    margin-top: 0%;
    display: flex;
    align-items: center;
}

    

.title-text-1 {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center-align text inside the container */
}


    .title-text-1 p {
        margin-top: 10px;
    }

.copyright-text {
    margin-right: 28%
}

.design-text {
    margin-left: 45%
}

@media (max-width: 768px) { /* Target mobile devices */
    .copyright-text, .design-text {
        margin-right: 0;
        margin-left: 0;
    }
}
.backnav {
    margin-top: 4%;
    font-size: xx-large;
    
}
@media (max-width: 330px) { /* Target mobile devices */
    .backnav {        
        margin-top: -7%;
        font-size: x-large;
        margin-left: -11%;
    }
}
@media (max-width: 380px) { /* Target mobile devices */
    .backnav {
        margin-top: -7%;
        font-size: x-large;
        margin-left: -8%;
    }
}

@media (max-width: 450px) { /* Target mobile devices */
    .backnav {
        margin-top: -5%;
        font-size: x-large;
        margin-left: -8%;
    }
}
@media (max-width: 770px) { /* Target mobile devices */
    .backnav {
        margin-top: -2%;
        font-size: x-large;
        margin-left: -8%;
    }
}

.follow-us {
    margin-top: 13%;
}

img.soc-img {
    padding: 0%;
}
@media (max-width: 770px) {
    img.soc-img {
        padding: 0%;
    }
}

