@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    position: relative;
}


ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

html {
    overflow-x: hidden;
}


:root {
    --black: #000;
    --light-black: #323746;
    --white: #fff;
    --light-blue: #63a7e2;
    --dark-blue: #014a6d;
    --yellow: #ffd803;
}


p {
    font-size: 16px !important;
}

/* Cookie */

.cookie-cont {
    padding-top: 0.6rem;
    background: var(--yellow);
}

.cookie-cont span a {
    color: rgb(179, 12, 12);
}

.cookie-cont span a {
    text-decoration: underline;
}

.cookie-cont p {
    font-size: 14px;
}

#cookie-close {
    cursor: pointer;
    margin-top: -0.4rem;
}


/* NavBar Start */

.navBar {
    width: 100%;
    background: rgba(252, 252, 252, 0.7);
    position: absolute;
    z-index: 99;
    padding-bottom: 1rem;
}

.navBar li a {
    font-size: 15px;
    text-transform: uppercase;
    color: var(--black) !important;
    /* margin-right: 1rem; */
}

.nav-item {
    margin-right: 0.4rem;
    padding: 0.3rem 0.5rem;
    padding-block: 1rem;


}

.nav-item.active {
    color: var(--black);
    background-color: var(--yellow);
    border-bottom: 4px solid var(--dark-blue);
}

.nav-item:hover,
.nav-item:active,
.nav-item:focus {
    background-color: var(--yellow);
    padding-block: 1rem;
    border-bottom: 4px solid var(--dark-blue);
}





.dropdown>a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dropdown-menu {
    padding: 0;
    background-color: var(--dark-blue);
    border-radius: 0;

}



.dropdown-menu li a {
    color: var(--white) !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 13px;
    border-bottom: 1px solid #007bff;
    ;
}

.dropdown-menu li a:hover {
    background-color: #007bff;
    border-bottom: none;
}

.b-none a {
    border-bottom: none;
}

.slogan span {
    font-size: 0.8rem;
    color: var(--dark-blue);
}

.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler:focus {
    border: none;
    box-shadow: none;
}

/* NavBar End */

/* Carowsel */

.carousel-item img {
    height: 650px;
    object-fit: cover;
}


/* Section 1 */

.timing-add-mail {
    padding-top: 2rem;
    padding-bottom: 1rem;
    background-color: var(--light-blue);
    color: #ffffff;
}

.timing-add-mail h6 {
    font-size: 14px;
}

.timing-add-mail a,
.timing-add-mail p {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 500;
}

.timing-add-mail a:hover {
    text-decoration: underline;
}

.email-text a {
    color: var(--yellow);
}

.timing-add-mail>.container>.row>div {
    border-right: 1px solid #ffffff;
}

.timing-add-mail>.container>.row>div:last-child {
    border-right: none;

}

/* Introduction */
.introduction {
    background-color: #efeeee;
}

.introduction h3,
.common-heading h3 {
    font-size: 35px;
    color: var(--light-black);
    font-weight: 400;
    margin-top: 0.3rem;
    margin-bottom: 1.1rem;
}

.introduction p {
    font-size: 14px;
}

.certificate {
    width: 150px;
    height: 150px;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.cert-img {
    margin-top: 1rem;
}

.cert-img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

/* What we do */

.what-we-do {
    margin-top: 2rem;
}

.what-we-do .common-heading {
    margin-bottom: 2rem;
}

.what-we-do .card {
    position: relative;
    width: 300px;
    height: 300px;
    border: none;
    margin-right: -0.4rem;
}

.what-we-do .card1 {
    background: url(../images/img9.jpeg) no-repeat;
    overflow: hidden;
}

.what-we-do .card2 {
    background: url(../images/img10.jpeg) no-repeat;
    overflow: hidden;
}

.what-we-do .card3 {
    background: url(../images/img11.jpeg) no-repeat;
    overflow: hidden;
}

.what-we-do .card4 {
    background: url(../images/img12.jpeg) no-repeat;
    overflow: hidden;
}

.what-we-do .card-body {
    z-index: 9;
    position: absolute;
    bottom: 0;

}

.what-we-do .card-body img {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 8px;
}

.what-we-do .card-body p {
    width: 300px;
    position: absolute;
    z-index: 10;
    bottom: 25px;
    margin-left: -1.2rem;
    text-align: center;
}

.what-we-do .card-body p a {
    color: rgb(239, 235, 235);
    font-weight: 500;
}

.what-we-do .card-body p a:hover {
    text-decoration: underline;
}


.big-boxes {
    width: 98%;
    margin-top: 2rem;
    background-color: #1a4f67;
    padding: 2rem 3rem;
}

.big-boxes img {
    border-radius: 0.8rem;
    width: 99%;
    height: 180px;
    object-fit: cover;
}


.big-boxes p {
    width: 85%;
    font-size: 16px;

    color: var(--white);
}

/* Gallery */

.gallery-sec {
    margin-top: 3rem;
}



.swiper-img img {
    border: 1px solid #ccc;
    padding: 0.5rem;
    width: 105%;
    height: 300px;
    cursor: pointer;
}

.gallery-sec .comman-btn {
    background-color: var(--light-blue);
    color: var(--white);
    border-radius: 0.3rem;
    padding: 0.6rem 1.5rem;
    transition: 0.3s all ease;
}

.gallery-sec .comman-btn:hover {
    background-color: var(--dark-blue);
    color: var(--white);
    font-weight: 500;
}


/* Footer */

.footer-top {
    margin-top: 3rem;
}

footer {
    background: url(../images/img41.jpeg);
    color: #ffffff;
    padding-block: 2rem;
}

footer li h4 {
    font-size: 22px;
    font-weight: 400;
}

footer li a,
footer p,
.sub-footer p {
    font-size: 15px;
    color: #dcd5f4;
}

footer li a:hover {
    text-decoration: underline;
}

footer li {
    list-style: none;
}


.projects {
    margin-left: -2rem;
}

.what-we-do-footer {
    padding-left: 1rem;
}

.follow-us {
    margin-left: -3rem;
}

.follow-us i {
    text-align: center;
    color: var(--black);
    height: 45px;
    width: 45px;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.6rem;
    background-color: var(--yellow);
    padding: 0.5rem;
    border-radius: 50%;
    cursor: pointer;
}

.follow-us i:hover {
    background-color: var(--light-blue);
}

.f-social-icons {
    margin-top: 0.6rem;
}

.copywrite {
    margin-top: 1.1rem;
    margin-left: -2rem;
}

.copywrite p {
    text-align: center;
    font-size: 15px !important;
}


.social-icon {
    color: #ffffff;
}

.footer-logo {

    margin-left: -2rem !important;
}


.sub-footer {
    display: none;
    background-color: var(--yellow);
}

.sub-footer p {
    padding-block: 0.3rem;
    color: #000;
}



.marginTop {
    margin-top: 3rem;
}

.about-section2 img {
    width: 80%;
    padding: 0.8rem;
    border: 1px solid #ccc;
    transition: all 0.5s ease;
}

.about-section2 img:hover {
    transform: scale(1.05);
}

.about-para {
    font-size: 14px;
    margin-left: -3rem;
}

.top-banner img {
    width: 100%;
    max-height: 500px;
    height: 70%;
    object-fit: cover;
}

.common-strip {
    width: 100%;
    padding-block: 10px;
    background-color: var(--dark-blue);
    font-size: 16px;
    color: #ffffff;
}

.page-name>a {
    color: #ffffff;
    font-weight: 500;
}

.page-name>a:hover {
    text-decoration: underline;
}

.pages-common-heading p {
    width: 100%;
    color: #454545;
    font-size: 1.5rem !important;
    margin-block: 20px;
    font-weight: 600;
    margin-bottom: 2rem;
}

.vision-img img,
.mission-img img {
    width: 30%;
    border: none;
    margin-bottom: 1rem;
}

.vision-mission {
    border: 1px solid #ccc;
    margin-inline: 2rem;
    padding-block: 2rem;
    padding-inline: 4rem;
}

.NML {
    margin-left: -4.3rem;
}

.about-section2 .marginTop {
    margin-top: 5rem;
}

/* About Us Page End */

/* Gallery Page Start */

.gallery-page-imgs {
    margin-top: -2rem;
}

.gallery-page-imgs>div div {
    padding: 1rem;
}

.gallery-page-imgs img {
    border-radius: 1.3rem;
    width: 300px;
    height: 300px;
    object-fit: cover;
    cursor: pointer;
}





.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 80%;
    max-width: 1600px;
    height: 90vh;
    max-height: 800px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    overflow: hidden;
    transition: 1s;
    opacity: 0;
}

.popup.active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.popup.active .close-btn,
.popup.active .image-name,
.popup.active .index,
.popup.active .large-image,
.popup.active .arrow-btn {
    opacity: 1;
    transition: opacity .5s;
    transition-delay: 1s;
}

.top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-weight: 300;
}

.image-name {
    opacity: 0;
}

.close-btn {
    opacity: 0;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    background: var(--yellow);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close-btn i {
    margin: 0 auto;
    color: var(--black);
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-btn {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    border-radius: 50%;
    border: none;
    background: none;
    cursor: pointer;
}

.arrow-btn i {
    font-size: 1rem;
    color: var(--black);
    background-color: var(--light-blue);
    padding: 0.6rem;
    border-radius: 50%;
}

.left-arrow {
    left: 10px;
}

.right-arrow {
    right: 10px;
    transform: translateY(-50%) rotate(180deg);
}

.arrow-btn:hover {
    background: rgba(0, 0, 0, 0.5);
}

.index {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 80px;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.4);
    opacity: 0;
}

.large-image {
    margin-top: 5%;
    width: 80%;
    height: 80%;
    object-fit: cover;
    opacity: 0;
    margin-bottom: 5%
}




/* Gallery Page End */

/* Contact Us Page Start */


.contact-bg {
    background: #eceaea;
    background-color: var(--light-blue);
    width: 100%;
    margin: 1em auto;
    padding: 20px;
    position: relative;
}

.contact-us-form {
    background: var(--white);
    padding: 4rem 2rem;
    padding-bottom: 3rem;
}

.contact-us-form h3,
.contact-us-information h3 {
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    color: var(--light-black);
}

.contact-us-form input,
.contact-us-form textarea {
    padding: 0.6rem;
    margin-bottom: 0.2rem;
    width: 95%;
    border: 1px solid #ccc;
}

.contact-us-form label {
    font-size: 1.1rem;
}

.contact-us-form label a {
    color: var(--dark-blue);
}

.contact-us-form label a:hover {
    color: var(--dark-blue);
    text-decoration: underline;
}

.contact-us-form span input {
    width: 20px;
}

.contact-us-form .btn {
    margin-top: 0.3rem;
    text-align: center;
    border-radius: 0.3rem;
}

.contact-us-form .submit-btn {
    text-align: center;
    color: var(--white);
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
    font-size: 1.1rem;
    font-weight: 500;
    padding: 8px 18px !important;
    line-height: 20px;
    transition: all 0.3s;
}

.contact-us-form .submit-btn:hover {
    background-color: var(--light-blue);
    border-color: var(--light-blue);
    color: var(--black);
}

.contact-us-form .reset-btn {
    font-weight: 500;
    margin-right: 0.4rem;
    background: var(--light-blue);
    color: var(--black);
    border: none;
}

.contact-us-form .reset-btn:hover {
    background-color: var(--dark-blue);
    color: var(--white);
}

.contact-us-information {
    background-color: var(--dark-blue);
    color: var(--white);
    height: 100%;
    padding: 4rem 2rem;
    padding-bottom: 3rem;
}

.contact-us-information>p {
    font-size: 1.3rem;
}

.address-phn-gmail i {
    font-size: 1.3rem;
    color: var(--dark-blue);
    background: var(--white);
    width: 1.3rem;
    height: 1.3rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.3rem;
    margin-right: 0.6rem;
    border-radius: 50%;
}

.address-phn-gmail a {
    color: var(--white);
}

.address-phn-gmail a:hover {
    text-decoration: underline;
}

.contact-us-add,
.contact-us-phn,
.contact-us-gmail {
    font-size: 1rem;
    margin-top: 1.6rem;
}

.contact-us-add h5,
.contact-us-phn h5,
.contact-us-gmail h5 {
    font-size: 1rem;
}

.contact-footer {
    margin-top: -7px;
}

/* Contact US Page End */

/* Careers Page Start */


.career-section2 {
    margin-bottom: 70px;
}

.content {
    width: 100%;
    justify-content: space-between;
}

.left-img {
    width: 95%;
    margin-right: 50px;
}

.para {
    font-weight: 600;
    margin-bottom: 30px;
}

.careers-image img {
    width: 90%;
    height: 430px;
    object-fit: cover;
    padding: 0.5rem;
    border: 1px solid #ccc;
}

.right-form {
    width: 100%;
    overflow: hidden;
}

.right-form>form {
    padding: 15px;
    border: 1px solid #ccc;
    width: 90%;
}

.right-form>form>input,
textarea,
.upload-cv {
    padding: 7px 10px;
    font-family: 'Poppins', sans-serif;
    margin-block: 5px;
    border: 2px solid #ccc;
    border-radius: 3px;
}


.right-form>form>input::placeholder,
textarea::placeholder {
    font-size: 14px;
}

.right-form>form>label {
    font-size: 12px;
    font-weight: 700;
}

.input-width {
    width: 100%;
}

textarea {
    max-width: 100%;
}

.submit-btn,
.reset-btn {
    background: var(--dark-blue);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 40px;
    border: none !important;
    width: 120px;
    border-radius: 0.5rem;
    cursor: pointer;
    font-size: 17px;
    transition: all 0.3s ease;
}

.submit-btn:hover,
.reset-btn:hover {
    background: var(--light-blue);
}



/* Contact Us Page */

.contact-section1,
.timber-section1,
.career-section1 {
    margin-top: -7px;
}

.contact-section2 {
    margin-inline: 8%;
    margin-bottom: 70px;
}

.contact-us-information {
    width: 100%;
    justify-content: flex-start;
    gap: 50px;
}


/* Contact Us Left */

.left-form {
    width: 45%;
}

.left-form>form {
    padding: 15px;
    width: 90%;
}

.left-form>form>input,
textarea {
    padding: 7px 10px;
    font-family: 'Poppins', sans-serif;
    margin-block: 5px;
    border: 2px solid #ccc;
    border-radius: 3px;
}

.left-form>form>input::placeholder,
textarea::placeholder {
    font-size: 14px !important;
}

.left-form>form>label {
    font-size: 12px;
    font-weight: 700;
}

.input-width {
    width: 100%;
}

textarea {
    max-width: 100%;
}


.contact-us-form button {
    width: 120px;
    height: 40px;

}

/* Contact Us Right */

/* Right Deatils Section */

.right-details {
    width: 50%;
}

.right-heading,
.form-heading {
    font-size: 19px;
    font-weight: 600;
    margin-top: 15px;
    color: #424242;
    margin-bottom: 10px;
}

.right-address {
    background: #a9e3ff;
    border: 1px solid #1374a2;
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.right-address>p:first-child {
    font-size: 24px;
    font-weight: 600;
}

.right-bottom {
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: inset 0 0px 22px 0 rgba(0, 0, 0, 0.1), 0 0px 18px 0 rgba(0, 0, 0, 0.10);
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.contact-details {
    padding-block: 10px;
    border: 1px solid #ccc;
}

.dot-border {
    width: 100%;
    border-top: 1.5px dashed #ccc;
    margin-top: -18px;
    margin-bottom: 15px;
}

.mob,
.email {
    color: #8c000d;
    font-weight: 600;
    padding-bottom: 6px;
    margin-bottom: 12px;
    font-size: 17px;
}

.contact-number,
.email-id>a {
    color: #424242;
}

.email-id>a:hover {
    text-decoration: underline;
    color: rgb(0, 145, 255);
}

.project-banner img {
    object-fit: cover;
}

/* contact Page End */

/* Sitemap Start */
.quick-links h5 {
    font-size: 1.2rem;
    color: var(--light-black);
    margin-bottom: 1.5rem;
}

.quick-links>div>div div {
    background-color: var(--dark-blue);
    margin: 0.5rem;
    padding: 0.4rem 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.quick-links a {
    width: 100px;
    background-color: var(--dark-blue);
    color: var(--white);

}

.quick-links>div>div div:hover .quick-links a {
    background-color: var(--yellow);
}

/* Sitemap End */

/* What We Do Page */

.what-we-do-page img {
    width: 300px;
    height: 300px;
    padding: 0.5rem;
    box-shadow: 2px 2px 5px #eee;
}

.what-we-do-page p {
    font-size: 14px;

}

.what-we-do-page h4 {
    font-size: 19px;
}

.seprater-line {
    height: 5px;
    width: 100%;
    background-color: #eee;
    margin-block: 2rem;
}