@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden !important;

}


html{
    overflow-x: hidden !important;
}


a {
    text-decoration: none;
    color: black;
}

ul {
    list-style: none;
}

:root {
    --white: #fff;
    --black: #000;
    --darkBlue: #14202d;
    --blue: #1ba8de;
}

p {
    line-height: 26px;
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}


.primaryBtn {
    text-align: center;
    color: #fff !important;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    background: var(--blue);
    border-radius: 5px;
    padding: 7px 20px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.primaryBtn:hover {
    background-color: var(--darkBlue);
}

.constructionBtn {
    text-align: center;
    color: #fff !important;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    background: var(--darkBlue);
    border-radius: 5px;
    padding: 7px 20px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.constructionBtn:hover {
    background-color: #fff;
    color: var(--darkBlue) !important;
}

.secoundaryBtn {
    display: inline-block;
    text-align: center;
    color: #fff !important;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    border: 2px solid var(--blue);
    background-color: var(--blue);
    font-weight: 700;
    background: var(--red);
    border-radius: 5px;
    padding: 5px 20px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none !important;
}

.secoundaryBtn:hover {
    background-color: var(--blue);
}

p {
    color: #252932;
    color: #828281;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px !important;
}

/* Header Start */

/* Navbar Start */





.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    background-color: var(--red);
    color: #fff;
    font-weight: 600;
}

.accordion-item,
.accordion-header button,
.accordion-header button:focus,
.accordion-header button:active,
.accordion-header button:visited,
.accordion-collapse {
    border: none;
    box-shadow: none;
}

.accordion-button:after {
    background: url(../imgs/plus.png) !important;
}

.accordion-button:not(.collapsed)::after {
    background: url(../imgs/plus.png) !important;
}


.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
}


.topStrip {
    background-color: var(--blue);
    padding-block: 0.5rem;
    color: #fff;
    display: none;
}

.leftStrip i {
    margin-right: 0.5rem;
    color: var(--white);
}

.leftStrip a {
    color: #fff;
}

.leftStrip a:hover {
    text-decoration: underline;
    color: var(--darkBlue);
}

.stripNumber {
    padding-right: 1rem;
    border-right: 1px solid #fff;
}

.stripEmail {
    padding-left: 0.5rem;
}



.rightStrip i {
    font-size: 1.2rem;
    margin-left: 0.4rem;
    border: 1px solid var(--darkBlue);
    border-radius: 50%;
    padding: 0.5rem;
    cursor: pointer;
    -webkit-transition: all 0.9s;
    transition: all 0.3s;
    background-color: #fff;
    color: var(--darkBlue);

}

.rightStrip i:hover {
    transform: rotate(360deg);
}



.navbar {
    padding: 0 !important;
}


.header img {
    width: 300px;
    object-fit: contain;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.3) !important;

    backdrop-filter: blur(2px);
}

.header2 {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.navbar-brand {
    width: 30%;
}



.navbar-nav a {
    color: var(--white) !important;
    font-size: 14px;

    line-height: 25px;
    background: none;
    display: block;
    text-decoration: none;
    transition: all ease-in-out .3s;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 2rem;
}

.navbar-nav a:hover {
    border-bottom: 3px solid var(--blue);
    color: var(--blue) !important;

}

#home .nav-link.active,
#about .nav-link.active,
#service .nav-link.active,
#client .nav-link.active,
#contact .nav-link.active {
    border-bottom: 3px solid var(--blue);
    color: var(--blue) !important;

}



.dropdown-menu {
    width: max-content;
    margin-left: 1rem;
    background-color: var(--blue);
    border-radius: 0 !important;
}

.dropdown-menu a {
    transition: all ease-in-out .3s;
    font-weight: 600;
    text-align: left;
    color: var(--white) !important;
    border-bottom: none !important;
    margin-left: unset;
}

.dropdown-menu a:hover {
    background-color: #4fc7f6;
    color: var(--white) !important;
}

/* Navbar End */

/* Hero Section Start */

.carousel-inner img {
    width: 100%;
    max-height: 700px;
    object-fit: cover;
}

.carousel-inner img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #000 !important;
}

.carousel-caption {
    width: 70%;
    /* background-color: rgba(214, 39, 33, 0.7); */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20%;
}

.carousel-caption a {
    text-align: center;
    color: #ffffff !important;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    background: var(--blue);
    border-radius: 5px;
    padding: 7px 20px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.carousel-caption a:hover {
    background-color: transparent;
    border-color: #fff;
}

.fSlide {
    background-color: unset;
}

.carousel-caption h5 {
    font-size: 2.5rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    text-shadow: 2px 2px 5px var(--black);
}


.carousel-caption p {
    font-weight: 600;
    text-transform: none;
    color: #ffffff !important;
    font-size: 20px !important;
    text-shadow: 2px 2px 10px var(--black);



}

/* .fSlide h5,
.fSlide p {
    text-shadow: 1px 1px 5px #000;

} */

/* Hero Section End */

/* Header End */

/* Welcome Start */

.welcomeSection {
    padding-block: 3rem;
    padding-bottom: 7rem;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../imgs/welcome-bg1.jpg) center no-repeat;
    background-size: 100% 100%;
}

.welcomeSection h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 2px #000;
}


.welcomeSection h1 span {
    color: var(--blue);
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 800 !important;
}

.welcomeSection .underline {
    margin-bottom: 2rem;
    background-color: #fff;

}

.welcomeSection img {
    width: 90%;
    height: 450px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 1rem; */
    transition: all 0.5s ease;
    border: 1px solid #ccc;
    padding: 0.3rem;
    border-radius: 16px;
}



/* .welcomeSection img:hover {
    transform: scale(1.05);
    cursor: pointer;
} */

.welcomeSection p {
    padding-left: 1rem;
    text-align: justify;
    color: #fff !important;
}

.welcome_content{
    background-color: rgba(0, 0, 0, 0.4);
    padding: 1rem !important;
    border-radius: 1rem;
}

.welcomeSection .col-6 {
    padding: 0;
}

.welcomeSection .welcomeSmallImg img {
    position: absolute;
    bottom: -5%;
    right: -2%;
    margin-top: 0.8rem;
    width: 60%;
    height: 350px;
    object-fit: cover;
}

.welcomeSection a {
    margin-left: 1rem;
}

/* Welcome End */

/* Extra Slider */

.otherServices .slider {
    margin: auto;
    margin-bottom: -1.5rem;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.otherServices .E-btn {
    position: absolute;
    bottom: 30px;
}


.otherServices .slide-track {
    display: flex;
    width: calc(400px * 32);
    animation: scroll 44s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-400px * 6));
    }
}



.nextPrevBtn{
    background-color: var(--blue);
    padding: 1rem;
    font-size: 1rem;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.rightArrow{
    right: 1%;
}

.leftarrow{
    left: 1%;
}



/* Service Start */



.serviceSection h2,
.otherServices h2 {
    color: var(--darkBlue);
}




.otherServices h2 {
    color: var(--darkBlue);
}

.otherServices .underline {
    background-color: var(--darkBlue);
}

.otherServices .underline {
    background: var(--darkBlue);
}






.servicesContent {
    padding: 1rem;
    background-color: #fff;

}


.servicessBtn a,
.otherServicesContent a {
    background-color: var(--blue);
    margin: 17px 10px 20px 0;
    font-weight: 600;
    font-size: 14px !important;
    letter-spacing: normal;
    padding: 5px 10px !important;
    color: #fff;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.servicessBtn a:last-child {
    background-color: transparent;
    margin: 17px 10px 20px 0;
    font-weight: 600;
    font-size: 15px !important;
    letter-spacing: normal;
    padding: 5px 10px !important;
    color: var(--darkBlue) !important;
    border: 2px solid var(--darkBlue);
    transition: all 0.3s ease;
}

.servicessBtn a:hover:last-child {
    background-color: var(--darkBlue);
    border: 2px solid var(--darkBlue);
    color: #fff !important;
}



.commanHeading {
    color: var(--blue);
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}



.underline {
    margin: 0 auto;
    background-color: var(--darkBlue);
    width: 10%;
    height: 3.5px;
    margin-bottom: 2rem;
}




/* Services End */


/* Other Services Start */

.otherServices {
overflow: hidden !important;
    background: url(../imgs/bg-1.png) center fixed no-repeat;

    background-size: cover;
    padding-block: 3rem;
    padding-bottom: 4rem;
}



.otherServices h2 {
    color: #fff;
}

.otherServices .underline {
    background-color: #fff;
}

.otherServiceImages {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}

.otherServices img {
    width: 100% !important;
    height: 210px !important;

    object-fit: cover;
    transition: all 0.5s ease;
    cursor: pointer;

}



.otherServicesContent p {
    height: 80px !important;
    overflow: hidden;
    color: #fff !important;
}


/* .otherServices img:hover {
    transform: scale(1.08);
} */




.otherServicesContent h5 {
    position: relative;
    z-index: 99;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 1rem;
    color: #000000 !important;
}

.otherServicesContent p {
    color: #000000 !important;
}



.otherServices .box-area {
    width: 95% !important;
    margin: 0 auto;
    box-shadow: 0 0 20px #ccc !important;
    border-radius: 1rem !important;
    padding: 1rem !important;
    cursor: pointer;
    transition: all 0.5s ease;
    background-color: #fff;
    text-align: center;

}

.otherServices .box-area:hover {
    background-color: var(--darkBlue);
    color: #fff !important;
}

.otherServices .box-area:hover .otherServicesContent p {
    color: #ffffff !important;
}

.otherServices .box-area:hover .otherServicesContent h5 {
    color: #ffffff !important;
}


.otherServicesContent {
    /* background-color: var(--blue); */
    position: relative;
    z-index: 1;
    height: 200px !important;
}





/* .otherServiceImages {
    border-top-left-radius: 60%;
    border-top-right-radius: 60%;
    position: relative;
    transition: all 250ms;
    overflow: hidden;
    cursor: pointer;
} */

.otherServiceImages::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: rgba(255, 255, 255, 0.7);

    z-index: 2;

    transition: all 250ms
}


/* 
.otherServiceImages:hover::before {
    width: 100%;
} */


.otherBtns {
    background-color: var(--darkBlue) !important;
    padding: 0.6rem 1.1rem;
    color: #ffffff !important;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px !important;
    display: block;
    width: max-content;
    margin: 0 auto;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    height: 43px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.otherServices .box-area:hover .otherServicesContent .otherBtns {
    background-color: #fff !important;
    color: #000000 !important;
}

.otherServices .box-area:hover .otherServicesContent a:hover {
    background-color: var(--blue) !important;
    color: #fff !important;
}



#testimonial_area .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

#testimonial_area .owl-prev,
#testimonial_area .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: white;
    border-radius: 50%;
    text-align: center;
    background: var(--blue);
    position: absolute;
}

#testimonial_area .owl-prev {
    left: 0;
    top: -30px;
}

#testimonial_area .owl-next {
    right: 0;
    top: -30px;
}

@media only screen and (max-width: 991px) {
    .owl-nav {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .box-area {
        text-align: center;
    }

    .owl-nav {
        display: none;
    }
}

/* Tagline */

.tagline {
    padding-block: 3rem;
    background: linear-gradient(rgba(27, 168, 222, 0.7), rgba(27, 168, 222, 0.7)), url(../imgs/img13.jpg) center fixed no-repeat;
    background-size: cover;
    margin-top: -2rem;
}



.tagline .container {
    width: 75%;
}

.tagline h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.tagline p {
    color: #fff !important;
    text-align: center !important;
}

.tagline2 {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../imgs/bg-3.jpg) fixed center no-repeat;
    background-size: cover;
    margin-top: unset;
}

.tagline2 h2,
.tagline2 p {
    color: var(--black) !important;
}

.tagline2 p {
    text-align: center !important;
}

.tagline2 a {
    color: var(--white) !important;
    background-color: var(--blue);
    margin-top: 1rem;

}


.tagline2 a:hover {
    background-color: var(--darkBlue);
    color: var(--white) !important;
}


/* Other Services End */

/* Why Choose US Start */

.whyChooseUs {
    padding-block: 2rem;
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../imgs/bg-3.jpg) fixed center no-repeat;
    background-size: cover;
}

.whyChooseUs h2 {
    margin-bottom: 1rem;
}

.whyChooseUs h2 {
    color: var(--darkBlue);
}

.whyChooseUs .underline {
    background-color: var(--darkBlue);
    margin-bottom: 2rem;
}

.whyChooseUs h6 {
    color: var(--white);
    font-size: 20px;
}


.chooseSmallImg>div {
    padding: 1rem;
    background-color: var(--darkBlue);
    border-radius: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    gap: 10px;
    margin-top: 1rem;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.chooseSmallImg>div:first-child {
    margin-top: unset;
}

.chooseSmallImg>div h6,
.chooseSmallImg>div p,
.chooseSmallImg>div img {
    position: relative;
    z-index: 99;
}

.chooseSmallImg>div::before {
    content: '';
    background-color: var(--blue);
    position: absolute;
    top: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
    border-radius: 1rem;
    z-index: 1;
    transition: all 0.5s ease;
}

.chooseSmallImg>div:hover:before {
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    ;
}

.chooseSmallImg img {
    width: 70px;
    height: 70px;
    margin-bottom: 1rem;
    object-fit: contain;
    background-color: var(--blue);
    border-radius: 50%;
    padding: 0.5rem;
    text-align: center;
}

.chooseSmallImg>div:hover .ChangeDark {
    background-color: var(--darkBlue);

}

.chooseMainImg {
    width: 100%;
    height: 650px;
    padding: 0.5rem;
    border: 1px solid #ccc;
    object-fit: cover;
}

.whyChooseUs .col-12 {
    padding: 0.5rem;
}

/* .whyChooseUs .col-12>div:hover {
    transform: translateY(-20px);
} */

.whyChooseUs .col-12>div p {
    color: #fff !important;
}

/* Why Choose US End */


/* Partners Start */

.partnerSection {
    padding-block: 2rem;
    /* background: linear-gradient(162deg, rgba(214, 39, 33, 0.8) 0%, rgba(177, 208, 50, 0.8) 100%), url(../banner/slide-3.jpg) center fixed no-repeat; */

    background: linear-gradient(rgba(27, 168, 222, 0.7), rgba(27, 168, 222, 0.7)), url(../imgs/img13.jpg) center fixed no-repeat;

    background-size: cover;
}

/* .partnerSection h2 {
    color: #fff;
}

.partnerSection .underline {
    background-color: #fff;
} */


.partnerSection h2 {
    color: #fff;
}

.partnerSection .underline {
    background-color: #fff;
}

.partnerSection .primaryBtn {
    background-color: var(--darkBlue);
}

/* Extra Slider */

.partnerSection .slider {
    margin: auto;
    margin-top: -3rem;
    margin-bottom: -1.5rem;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.partnerSection .E-btn {
    position: absolute;
    bottom: 30px;
}


.partnerSection .slide-track {
    display: flex;
    width: calc(250px * 32);
    animation: scroll 44s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 8));
    }
}

.partnerSection .E-slide {
    height: 200px;
    width: 200px;
    margin-left: 0.6rem;
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px;
    margin-left: 1.5rem;
    text-align: center;
    margin-top: 1rem;
}

.partnerSection .E-slide img {
    height: 100px;
    width: 200px;
    object-fit: contain;
    transition: all 1s;
    border-radius: 1rem;
    cursor: pointer;
    background-color: #fff;
    padding: 1rem;
}

.partnerSection .E-slide img:hover {
    transform: scale(1.25);
    box-shadow: 0 0 15px #fff;
}

.partnerSection a {
    display: block;
    width: max-content;
    margin: 0 auto;
    background-color: var(--darkBlue) !important;
    margin-top: 1.5rem;
}

.partnerSection a:hover {
    background-color: var(--white) !important;
    color: var(--darkBlue) !important;
}

/* Partners End */


/* Counter Start */

.acchivementSection {
    text-align: center;
    background: linear-gradient(162deg, rgba(177, 208, 50, 0.7) 0%, rgba(214, 39, 33, 0.9) 100%), url(../banner/banner2.jpg) center fixed no-repeat;

    background: url(../imgs/img6.jpg) center fixed no-repeat;
    color: #fff;
    padding-block: 3.2rem;
    padding-bottom: 1rem;
    display: none;
}

.acchivementSection h2 {
    color: var(--white);
}

.acchivementSection .underline {
    background-color: var(--white);
}

.acchivementSection ul {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 100px;
}



.acchivementSection .num {
    color: #ffffff !important;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 3em;
}

.acchivementSection .counter {
    margin-top: 4rem;
}




.acchivementSection .sub-texts {
    color: #e0e0e0 !important;
    font-size: 1.2em;
    text-align: center;
    font-weight: 600;
    line-height: 0;
}

/* Counter End */

/* testmonials Start */

.testmonials {
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../imgs/bg-4.jpg) fixed center no-repeat;
    background-size: cover;
    padding-block: 2.8rem;

}

.testmonials h2 {
    color: #fff;
    color: #000;
}

.testmonials .container {
    width: 80%;
}

.testmonials .underline {
    width: 5%;
    background: var(--white);
    background-color: #000;
}

.testmonials .swiper-slide {
    box-shadow: unset;
    border: unset;
    border-radius: unset;
    transition: all linear 0.4s;
    padding: 20px;
    text-align: center;


}

.testmonials .servicesContent {
    box-shadow: 0 0 15px #ccc;
    border-radius: 1rem;
    height: 320px;

}

.testmonials i {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 1.5rem;
    color: #000;
}

.testmonials h4 {
    margin-top: 1.5rem !important;
    font-size: 1.5rem !important;
    color: #fff;
    color: #000;

}

.testmonials p {
    font-size: 17px !important;
    line-height: 35px !important;
    letter-spacing: 1px;
    word-spacing: 5px;
    color: #000 !important;
    padding: 0.5rem;
    max-height: 150px;
    overflow: hidden;

}

.testmonials .servicesContent {
    background-color: rgba(255, 255, 255, 0.6);
}



/* testmonials end */


/* Subscribe Start */


.subscribe {
    background-color: #f7f3f4;
    background-color: var(--blue);
    padding-block: 1.5rem;
    display: none;
}

.subscribe h3 {
    font-size: 2.7rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

.subscribe p {
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff !important;
}

.subscribe input {
    height: 46px;
    border: 2px solid var(--blue);
    padding: 0.5rem 1rem;
}

.subscribe button {
    height: 46px;
    border: none;
    outline: none;
    background-color: #fff;
    color: #fff;
    color: #000;
    padding: 0.5rem 1.2rem;
    font-size: 1.4rem;
    transition: all 0.3s ease;
    margin-bottom: -4px;
}

.subscribe button:hover {
    transform: translateX(5px);
}

/* Subscribe End */

/* Footer Start */


footer {
    padding-block: 3rem;
    background: url(../imgs/footer-bg.png) center;
    background-size: contain;
    background-color: var(--black);
    position: relative;
    overflow: hidden;
    z-index: 99;
}

footer::before {
    content: '';
    background-color: #000;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

footer .col-12 {
    position: relative;
    z-index: 999;
}



.indexFooter,
.contactFooter {
    margin-top: 0;
}

footer h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--blue);
    text-transform: uppercase;
    margin-bottom: 1rem;
}



.contactDetails i {
    font-size: 1.2rem;
    margin-right: 0.7rem;
    color: var(--blue);

}

footer li {
    list-style: none;
    margin-bottom: 0.7rem !important;
    font-size: 15px;
    color: var(--white);

}

footer p i {
    color: var(--blue);

    margin-right: 0.5rem;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0.7rem;
    cursor: pointer;
}

footer a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s ease;
}

footer a:hover {
    color: var(--blue);

    transform: translateX(5px) !important;
}

.followUs {
    text-align: center;
    margin-top: -2rem;
}

.followUs img {
    width: 300px;
}

.followUs i {
    background-color: var(--blue);
    color: #fff;
    padding: 0.5rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.followUs i:hover {
    transform: rotate(360deg);
}

.followUs p {
    color: #fff !important;
    text-align: center !important;
}

.sub-footer {
    text-align: center;
    background-color: transparent;
    padding: 0.8rem;
    font-size: 16px;
    height: 50px;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
}

.sub-footer p {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}



/* Footer End */

/* Contact Page Start */


/* Comman Banner */
.banner-area {
    width: 100%;
    text-align: center;
    height: auto;
    position: relative;
}

.banner-area img {
    display: block;
    width: 100%;
    margin: auto;
    max-height: 550px;
    min-height: 350px;
    object-fit: cover;
}

/* Comman Heading */

.abou-hed {
    width: 100%;
    height: 41px;
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.abou-hed h1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 400;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 5px 22px;
}

/* Comman Strip */
.breadcrumb_bg {
    background: var(--blue);
}

.breadcrumb {
    margin: 0;
    font-size: 16px;
    color: #fff;
    background: none;
    padding: 6px 0px;
    font-weight: 400;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:hover {
    font-weight: 500;
    color: #fff;
}

.breadcrumb li.active {
    color: #fff;
}



.contact_top_sect {
    background: #fff;
}

.contact_top_sect h1 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.get-txt {
    text-align: center;
    color: var(--blue) !important;
    font-size: 28px !important;
    margin-bottom: 12px !important;
    font-weight: 600 !important;
}

.con_sec1 {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase
}

.con_sec2 {
    text-align: left;
    font-size: 21px;
    font-weight: 600;
    color: #141d4a;
    letter-spacing: 1px;
}


.contact_form_cont input[type=text],
.contact_form_cont textarea,
.contact_form_cont select {
    border: #b5b5b5 1px solid !important;
    padding: 12px;
    width: 100%;
    font-size: 18px;
}

.contact_form_L {
    width: 100%;
    float: left;
}

.contact_form_R {
    width: 100%;
    float: left
}

.cont_frm_hed {
    font-size: 20px;
    font-weight: 600;
    color: #141d4a;
}

.cont_frm_subhed {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left
}


.cont_sub {
    text-align: center;
    border-radius: 5px;
    padding: 10px 40px;
    font-size: 15px;
    color: #FFFFFF;
    background: var(--blue);
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
}

.cont_sub:hover {
    background: var(--darkBlue);
}

.cont_sub1 {
    text-align: center;
    border-radius: 5px;
    padding: 10px 40px;
    font-size: 15px;
    color: #000;
    background: #ccc;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
}

.cont_sub1:hover {
    background: var(--blue);
    color: #fff;
}

.com_name {
    font-size: 28px !important;
    color: var(--blue) !important;
    text-align: left;
    font-weight: 600 !important;
}

.contact_list ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

.contact_list ul li {
    padding: 14px 0;
    transition: all 0.3s linear;
    position: relative;
    border-bottom: 1px solid #000;
}

.contact_list ul li .circle_sec span {
    width: 40px;
    margin: 0 auto;
    display: inline-block;
    padding: 15px 0px;
}

.contact_list ul li .circle_sec {
    float: left;
    width: 50px;
    height: 50px;
    color: #fff;
    margin: auto;
    font-size: 1.4em;
    text-align: center;
    background: var(--blue);
    padding: 0px 0px;
    border-radius: 50px;
}

.cnt_heading {
    font-size: 1.1em;
    font-weight: bold !important;
    color: var(--blue) !important;

}

.sec_cnt {
    font-size: 18px;
}

.contact_desc a {
    color: #000;
    font-size: 18px;
}

.contact_form_cont {
    font-size: 1em;
    background: #fff;
    padding: 25px;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px #dbdbdb;
    min-height: 430px;
}

.contact_form_cont input[type=text],
.contact_form_cont textarea,
.contact_form_cont select {
    padding: 6px 10px;
    width: 100%;
    font-size: .9em;
    background: none;
}

.contact_desc {
    float: right;
    width: 88%;
    text-align: left;
    margin-bottom: -2rem;
}

.page-address {
    margin-bottom: -1rem;
}

.contact_form_cont video {
    width: 100%;
    height: 100%;
}

.googleMap {
    margin-bottom: -1rem;
}

/* Contact Page End */

/* Back To Top */

.backToTop {
    width: auto;
    position: fixed;
    bottom: -1%;
    right: 5%;
    transition: all 0.5s ease;
    z-index: 99999;
}

.backToTop a {
    background-color: var(--blue);
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    padding: 0.6rem;
    color: var(--white);
    font-size: 1.2rem;
    transition: all 1s ease;
}

.backToTop:hover {
    bottom: 1%;
}


/* whatsap css */
#whatsapp {
    position: absolute;
    right: 40px;
    bottom: 12%;
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: 1;
    z-index: 99990;
}

#whatsapp #whatsappMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgba(255, 255, 255, 0);
    width: 70px;
    height: 70px;
    color: #40c351;
    z-index: 9;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}

#whatsapp #whatsappMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background-image: url('../imgs/whatsapp.png');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}

@-webkit-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}

@-moz-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}

@keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}

@-webkit-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}

@-moz-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}

@keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}

/* whatsap css */


/* About Us Page Start */

.aboutUsPage {
    padding-block: 3rem;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../imgs/bg-5.jpg) fixed;
    background-size: cover;
}

.backgroundd{
    background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../imgs/about-bg.jpg)  bottom no-repeat;
    background-size: cover  ;
}

.aboutUsPage img {
    width: 99%;
    object-fit: cover;
    height: 100%;
    border: 1px solid #ccc;
    padding: 0.5rem;

}

.aboutUsPage h3,
.visionMission h3 {
    font-weight: 600;
}

.aboutUsPage h3 {
    color: #fff;
}

.aboutUsPage p {
    padding-right: 1rem;
    text-align: justify;
    color: #fff !important;
    height: 560px;
    overflow-y: scroll;
}


  
  .aboutUsPage p::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #fff;
  }
  
  .aboutUsPage p::-webkit-scrollbar-thumb {
    background: var(--blue);
  }

.seprator {
    width: 100%;
    height: 5px;
    background-color: #eee;
    margin-block: 2rem;
}


.visionMission img {
    width: 99%;
    height: 280px;
    object-fit: contain;
    border: 1px solid #6e6e6e;
    background-color: #fff;
    border-radius: 1rem;
}

.visionSec {
    background: linear-gradient(162deg, rgba(27, 168, 222, 0.7) 0%, rgba(27, 168, 222, 0.7) 100%), url(../imgs/img13.jpg) center fixed no-repeat;
    background-size: cover;
    padding-block: 3rem;
}

.visionSec h3,
.missionSec h3 {
    color: #fff;
}

.visionSec p,
.missionSec p,
.equipementRental p {
    color: #fff !important;
}

.missionSec {
    background: linear-gradient(162deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../imgs/bg-2.jpg) center fixed no-repeat;
    background-size: cover;
    padding-block: 3rem;
}


.aboutTagline {
    background: linear-gradient(rgba(27, 168, 222, 0.7), rgba(27, 168, 222, 0.7)), url(../imgs/img13.jpg) center fixed no-repeat;
    background-size: cover;
    padding-block: 3rem;
    color: #fff;
}

.aboutTagline p {
    color: #fff !important;
    text-align: center !important;

}

.aboutTagline h2 {
    font-weight: 700;

}


/* Equipement Rental Start */


.equipementRental {
    background: linear-gradient(162deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url(../imgs/rental-bg.jpg) center fixed no-repeat;
    background-size: cover;
    padding-block: 3rem;
}

.supply {
    background: linear-gradient(162deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url(../imgs/supply-bg.jpg) fixed no-repeat;
}


.equipementRental img {
    width: 99%;
    height: 300px;
    object-fit: cover;
    border: 1px solid #ffffff;
    padding: 0.5rem;
}

.equipementRentalProducts {
    padding-bottom: 5rem;
    padding-top: 2rem;
    background: linear-gradient(162deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), url(../imgs/bg-3.jpg) fixed center no-repeat;
    background-size: cover;

}

.equipementRental h3 {
    color: #ffffff;
}


.equipementRentalProducts h3 {
    color: var(--blue);
}

.equipementRentalProducts h3 {
    text-align: center;
    font-weight: 700;
}

.equipementRentalProducts .underline {
    background-color: var(--blue);
}


.rentalProducts {

    position: relative;
    width: 90%;
    overflow: hidden;
    height: 100%;
    margin: 0 auto;

    margin-top: 1rem;
}



.rentalProducts img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    padding: 0.5rem;
    transition: all 1s ease;
}

/* .rentalProducts img:hover {
    transform: scale(1.15);
} */


.equipementRentalProducts .col-12 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.rentalProducts::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 0%;
    z-index: 99;
    transition: all 0.3s ease;
}

.rentalProducts:hover::before {
    height: 100%;
}


.equipementRentalProducts p {
    font-size: 20px !important;
    font-weight: 500 !important;
    text-align: center !important;
    padding: 0.5rem;
    color: #fff !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.displayBlock {
    display: none;
}

.rentalProducts:hover .displayBlock {
    display: block;

}


/* Equipement Rental End */


/* Trading And Contracting Start */

.container-fluid {
    margin: 0;
    padding: 0;
}

.tradingWraper {
    display: flex;
}

.tradingWraper>div {
    width: 50%;
}

.tradingWraper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0.5rem;
    border: 1px solid #ccc;
}

.constructionPage img {
    height: 400px;
}


.tradingWraper p {
    line-height: 30px !important;
}

.tradingWraper ul li {
    list-style: disc;
    line-height: 30px;
}

.tradingWraper h3 {
    color: var(--blue);
}


.tradingProducts {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../imgs/bg-3.jpg) fixed center no-repeat;
    background-size: cover;
    padding-block: 3rem;
}

.tradingProducts .col-12 {
    margin-top: 2rem;
    overflow: hidden;

}


.tradingProducts h3,
.tradingWhyChoose h3 {
    color: var(--darkBlue);
    text-align: center;
    font-weight: 700;
}

.tradingProducts .underline,
.tradingWhyChoose .underline {
    background-color: var(--darkBlue);
    margin-bottom: unset;

}

.flip-card {
    background-color: transparent;
    width: 98%;
    height: 400px;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 1rem;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
    box-shadow: 0px 0px 20px #ccc;

}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
    border-radius: 0.5rem;
    cursor: pointer;

}

.flip-card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;

}

.flip-card-front::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    border-radius: 0.5rem;

}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: #bbb;
    color: black;
}

/* Style the back side */
.flip-card-back {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../imgs/img2.jpg) center no-repeat fixed;
    background-size: cover;
    color: white;
    transform: rotateY(180deg);
    padding: 1rem;
}

.flip-card-back h1 {
    font-size: 24px;
}

.flip-card-front h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.flip-card-front h1 {
    width: 80%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
}

.flip-card-back p {
    color: #fff !important;
}

.flip-card-back ul li {
    line-height: 30px;
    list-style: disc;
}

.cateloge {
    border-radius: 1rem;
    background-color: #fff;
    position: relative;
    overflow: hidden !important;
    padding: 0.5rem !important;
    border: 1px solid #ccc !important;
}

.cateloge::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cateloge img {
    border-radius: 0.5rem;
    width: 100%;
    height: 370px;
    object-fit: cover;
}


.downloadCate {
    text-align: center;
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 600;
}

.downloadCate:hover {
    text-decoration: underline !important;
}


.tradingWhyChoose {
    padding-block: 3rem;
    padding-bottom: 5rem;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../imgs/bg-2.jpg) center no-repeat fixed;
    background-size: cover;
}

.tradingWhyChoose h3 {
    color: #fff;
}

.tradingWhyChoose .underline {
    background-color: #fff;
}

.Blackbg1 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../imgs/bg-5.jpg) center no-repeat fixed;
    background-size: cover;
    color: #fff;
    padding: 3rem;
}

.cons2BG {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../imgs/cons2-bg.jpg) center no-repeat fixed !important;
    background-size: cover !important;
}

.tradingBg {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../banner/banner1.1.jpg) center no-repeat fixed;

}

.Blackbg2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../imgs/bg-2.jpg) center no-repeat fixed;
    background-size: cover;
    color: #fff;
    padding: 3rem;
}

.Blackbg1 h3,
.Blackbg2 h3,
.Blackbg1 p,
.Blackbg2 p {
    color: #fff !important;

}

.BlueBg {
    background: linear-gradient(162deg, rgba(27, 168, 222, 0.4) 0%, rgba(27, 168, 222, 0.4) 100%), url(../imgs/img13.jpg) center fixed no-repeat;
    background-size: cover;
    padding: 3rem;
    color: #ffffff;
}

.BlueBg h3,
.BlueBg p {
    color: #fff !important;

}

.Whitebg {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../imgs/bg-3.jpg) fixed center no-repeat;
    background-size: cover;
    padding: 3rem;
}

/* .interiorBg{
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../imgs/cons2.jpg) fixed center no-repeat;
    background-size: cover;
} */

.inter_img{
    position: absolute;
    left: 0.5rem;
    top:0.5rem ;
    width: 50% !important;
    height: 50% !important;
    padding: 0 !important;
    border: 2px solid #000 !important;
   
}


.tradingWhyBoxes {
    width: 90%;
    /* background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../imgs/img2.jpg) center no-repeat fixed;
    background-size: cover; */
    background: var(--blue);
    color: #fff;
    text-align: center;
    position: relative;
    margin-top: 2rem;
    padding: 1rem;
    border-radius: 1rem;
    height: 170px;
    transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}


.tradingWhyChoose img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.tradingWhyBoxes h5 {
    color: #fff;

}

.contentPara {
    color: #fff !important;
    /* background-color: rgba(0, 0, 0, 0.7); */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    padding: 1rem;
}

/* .tradingWhyBoxes::before {
    content: '';
    width: 0%;
    height: 100%;
    border-radius: 1rem;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease-in-out;


} */

.tradingWhyBoxes:hover::before {
    width: 100%;
}

.tradingWhyBoxes:hover .contentPara {
    opacity: 1;


}

.tradingWhyBoxes:hover .whyboxesImg {
    display: none;
}

/* Trading And Contracting End */

/* Manpower Supply Start */

.manpowerRequirements {
    padding-block: 3rem;
    background: linear-gradient(162deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), url(../imgs/bg-3.jpg) fixed center no-repeat;
    background-size: cover;
}

.manpowerRequirements h3 {
    font-weight: 700;
    text-align: center;
    color: var(--blue);
}

.manpowerRequirements .underline {
    background-color: var(--blue);
    width: 5%;
    margin-bottom: unset;
}

.manpowerRequirements img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.enginersImgs {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 250px;
}

.enginerSecImg {
    height: 250px;
    opacity: 0;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    transition: all 0.5s ease;

}

.enginerBoxes {
    margin: 0 auto;
    margin-top: 2rem;
    width: 95%;
    position: relative;
    height: 450px;
    transition: all 0.5s ease;
    overflow: hidden;
    cursor: pointer;
    border-radius: 1rem;
}


.enginerBoxes:hover .enginerSecImg {
    opacity: 1;
    transform: scale(1.1);

}

.enginerBoxes p {
    line-height: 30px;
}

.enginerReq {
    width: 100%;
    height: 100%;
    padding: 1rem;
    background: var(--blue);

    background-size: cover;
}

.manpowerEngineers h4 {
    margin-bottom: 1rem;
    font-weight: 600;
}

.enginerReq h5 {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
}

.enginerReq p {
   
    color: #fff !important;
}

.enginerReq a {
    background-color: var(--darkBlue) !important;
    color: #fff !important;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.enginerReq a:hover {
    background-color: #fff !important;
    color: var(--darkBlue) !important;
}

.safetyOfficers,
.labour {
    margin-top: 3rem;
}

.labour .enginerBoxes {
    height: 650px;
}



.catagoriess {
    background: linear-gradient(162deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), url(../imgs/bg-3.jpg) fixed center no-repeat;
    background-size: cover;
}

.catagoriess>h1 {
    width: 90%;
    margin: 0 auto;
    font-size: 30px !important;
    font-weight: 700 !important;
    margin-bottom: 1rem;
    color: var(--blue);
}

.blog-post h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: -5px;
}


#blogs {
    float: left;
    width: 75%;
    padding-left: 20px;
}

#blog-posts .blog-box {
    display: flex;
    gap: 15px;
    margin-bottom: 1rem;
    box-shadow: 0 0 10px #c5c5c5;
    background-color: #fff;
    height: 330px;
    position: relative;
    display: none;
}

#blog-posts .blog-box img {
    width: 370px;
    height: auto;
    object-fit: cover;
}

.blog-box-content {
    padding: 10px 20px 25px 0;
}

.blog-box-content .blog-date {
    margin-top: 1rem;
    font-weight: 600;
}

.blog-box-content .blog-title {
    font-weight: 600;
    font-size: 24px;
    color: #000;
}

.blog-box-content a {
    color: #fff;
    background-color: var(--blue);
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: all 0.3s;
    position: absolute;
    bottom: 20px;
    border-radius: 5px !important;
}

.blog-box-content a:hover {
    color: #fff;
    text-decoration: none;
    background: var(--darkBlue);
}

#blog-container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#blog-post{
    display: none !important;
}

#categories {
    flex: 1
}

#categories ul {
    margin: 0 15px 0 0 !important;
    padding: 0 !important;
    list-style: none;
    background: var(--darkBlue);
}

#categories ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #484848;
}

#categories ul li:last-child {
    border-bottom: none;
}

#categories ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
}

#categories ul li a:hover {
    text-decoration: none;
    background: var(--blue);
    color: #fff;
}

#blog-posts {
    flex: 3;
}

.blog-post {
    display: none;
    margin-bottom: 20px;
}

.blog-post:nth-child(1),
.blog-post:nth-child(2),
.blog-post:nth-child(3) {
    display: none;
}

[data-category]:hover {
    cursor: pointer;
}


.categories ul li a {
    color: #000;
    margin-bottom: 1rem;
}

.categories ul li a:hover {
    color: #000 !important;
    text-decoration: none !important;
}

.discc li {
    list-style: disc !important;
    line-height: 30px;
}

/* Manpower Supply End */

/* Requirement Service Start */

.requirementServicePage {
    padding-block: 2rem;
    padding-bottom: 5rem;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../imgs/req-bg.jpg) center no-repeat fixed;
    background-size: cover;
}

.requirementBoxes img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 0.5rem;
}

.requirementBoxes h5 {
    font-weight: 600;
    font-size: 20px;
}

.requirementBoxes .col-12>div {
    width: 95%;
    height: 350px;
    margin: 0 auto;
    margin-top: 3rem;
    text-align: center;
    padding: 2rem;
    box-shadow: 0 0 15px #ccc;
    background-color: #fff;
    cursor: pointer;
    border-radius: 1rem;
}


.requirementBoxes .col-12>div:hover {
    animation: myAnim 2s ease 0s 1 normal forwards;
}


@keyframes myAnim {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70% {
        transform: translateX(-10px);
    }

    20%,
    40%,
    60% {
        transform: translateX(10px);
    }

    80% {
        transform: translateX(8px);
    }

    90% {
        transform: translateX(-8px);
    }
}

/* Requirement Service End */

.whoWeAre {
    margin-top: 3rem;
}

.whoWeAre h2 {
    font-size: 26px;
    font-weight: 600;
}

.negative {
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.commanpara {
    line-height: 30px !important;
    text-align: justify;
}

.aboutHistory {
    padding-inline: 1.5%;
    margin-top: 3rem;
    display: flex;
    gap: 30px;
}

.aboutHistory h2,
.whyChoose-whatWeDo h2 {
    margin-bottom: 1rem;
    font-size: 26px;
    text-align: left;
    font-weight: 600;
}

.historyText {
    width: 50%;
}

.historyText h5 {
    font-weight: 700;
}

.historyImg {
    width: 50%;
}

.historyImg img {
    width: 99.99%;
    border-radius: 1rem;
    height: 700px;
    object-fit: cover;
}

.divider {
    margin-block: 2rem;
    background-color: #ccc;
    width: 100%;
    height: 2px;
}

.founderMassage {
    margin-top: 0;
}

.whoWeAreBoxes {
    background: linear-gradient(162deg, rgba(255, 84, 84, 0.5) 0%, rgba(255, 84, 84, 0.5) 100%), url(../imgs/img6.jpg) center fixed no-repeat;
    background-size: cover;
    padding-block: 3rem;
    margin-bottom: 2rem;
}

.whoWeAreBoxes .commanHeading,
.whoWeAreBoxes h4 {
    color: #fff;
}

.whoWeAreBoxes .col-12>div {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem;
    text-align: center;
    background-color: var(--white);
    height: 200px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.whoWeAreBoxes .col-12>div::before {
    content: '';
    background: #92b01a;
    height: 100%;
    width: 00%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}



.whoWeAreBoxes .col-12>div:hover:before {
    width: 100%;
}

.whoWeAreBoxes .col-12>div:hover,
.whoWeAreBoxes .col-12>div:hover p {
    color: #fff !important;
}

/* .whoWeAreBoxes .col-12>div:hover,
.whoWeAreBoxes .col-12>div:hover p {
    font-weight: 400;
} */

.whoWeAreBoxes .col-12>div h5 {
    position: relative;
    z-index: 99;
    font-size: 1.4rem;
}

.whoWeAreBoxes .col-12>div p {
    position: relative;
    z-index: 99;
    color: #000;
    font-weight: 300;

}

.whoWeAreBoxes h2 {
    font-size: 26px;
    font-weight: 600;
}

.whoWeAreBoxes h4 {
    font-size: 20px;
    text-align: center;
}

.whyChoose-whatWeDo {
    margin-bottom: -3rem;
    /* background: linear-gradient(rgba(214, 39, 33, 0.7), rgba(214, 39, 33, 0.7)), url(../banner/slide-3.jpg) center fixed no-repeat; */
    padding-inline: 1.5%;
}


.whyChoose-whatWeDo .d-flex>div {
    width: 50%;
}

.whyChoose-whatWeDo .d-flex>div img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    padding: 0.5rem;
    border: 1px solid #ccc;
}

.whyChoose-whatWeDo .d-flex>div p {
    text-align: justify;
}

.whyChoose-whatWeDo .d-flex>div p strong {
    color: var(--red);
}


/* About Us Page End */

/* Partner Page Start */

.partnersPage {
    padding-block: 3rem;
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../imgs/bg-3.jpg) fixed center no-repeat;
    background-size: cover;
}

.partnersPage .col-xl-3>div {
    width: 90%;
    height: 100%;
    overflow: hidden;
    padding: 1rem;
    border: 2px solid #ccc;
    margin: 0 auto;
    margin-top: 1rem;
    text-align: center;
    background-color: rgb(255, 255, 255);
}

.partnersPage img {
    width: 80%;
    height: 150px;
    object-fit: contain;
    cursor: pointer;
    transition: all 1s ease;
}

.partnersPage img:hover {
    transform: scale(1.1);
}

.client9 img{
    width: 200px;
padding: 0rem !important;
}

.client10 img{
    padding: 0.5rem !important;
    }

/* Partner Page end */




/* Sitemap */

.mid_area {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../imgs/img10.png) center fixed no-repeat;
    padding-block: 2rem;

}

.sitemap_cont {
    width: 100%;
}

.sitemap_cont h2 {
    font-size: 22px;
    color: var(--blue);
    font-weight: 600;
    text-transform: uppercase;
}

.sitemap2 {
    width: 100%;
    height: auto;
    margin: 15px 0px;
}

.sitemap2 a {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    width: 32%;
    border: 1px solid #000000;
    display: inline-block;
    padding: 5px 25px;
    float: left;
    margin: 5px 5px;
    border-radius: 5px;
    text-align: left;
    transition: all 0.3s ease;
}

.sitemap2 a:hover {
    text-decoration: none;
    background-color: var(--blue);
    color: #fff;
    border: 1px solid #fff;
}

/* Sitemap */

/* Application Form */

.applicationForm {
    margin-block: 4rem;
}

.applicationForm img {
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 1rem;
    object-fit: cover;
}

.applicationForm form {
    width: 80%;
    margin: 0 auto;
    background-color: #eee;
    padding: 2rem;
    border-radius: 1rem;
}

.applicationForm form input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 0.3rem;
    border-radius: 5px;
    background-color: #fff;
}


.applicationForm form input:focus {
    outline-color: var(--blue) !important;
}

.applicationForm form label {
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.applicationForm form select {
    width: 100%;
    border: 1px solid #ccc;
    padding: 0.3rem;
    border-radius: 5px;

}

.applicationBtn {
    background-color: var(--blue) !important;
    color: #fff;
    padding: 0.8rem 1.2rem;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 100px !important;
}

.applicationBtn:hover {
    background-color: var(--darkBlue) !important;
}

.resetbtnn {
    background-color: var(--darkBlue) !important;
}

.resetbtnn:hover {
    background-color: var(--blue) !important;
}

.cons1BG {
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(../imgs/cons2.jpg) fixed no-repeat center !important;
    background-size: cover !important;
}

.constructionPage img {
    height: 420px;
}

.contfirstimg{
    position: relative;
    top: 0;
    left: 0;
    width: 50% !important;
    height: 200px !important;
}

.contSecimg {
    position: relative;
    bottom: 0;
    left: 0;
    width: 50% !important;
    height: 200px !important;
}

.contThrimg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50% !important;
    height: 200px !important;
}

.contFourimg{
    position: absolute;
    top: 0;
    right: 0;
    width: 50% !important;
    height: 200px !important;
}

.join_bg {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../imgs/cons-join1.jpg) fixed no-repeat center !important;
    background-size: cover !important;
}

.constructionPage .tradingWraper {
    align-items: center;
}

.join1Img{
    position: relative;
    right: 0;
    top: 0;
    width: 50% !important;
}

.join2Img{
    position: absolute;
    top: 0;
    right: 0;
    width: 50% !important;
    height: 210px !important;
}

.Join3Img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50% !important;
    height: 210px !important;
}

.steel1img{
    width: 50% !important;
}

.steel2img{
    width: 50% !important;
    position: absolute;
    right: 0;
    top: 0;
}

.paddingBottom{
    padding-bottom: 5rem !important;
}
  /* The modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }

  /* Modal Content (image) */
 .modal-content {
    margin: auto;
    display: block;
   width: 700px;
   height: 500px;
   object-fit: cover;
  }

  /* Add Animation */
 .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }

  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }

  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }

  /* The Close Button */
 .close {
    position: absolute;
    top: 15%;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 99999;
  }

 .close:hover,
 .close:focus {
    color: var(--blue);
    text-decoration: none;
    cursor: pointer;
  }



  
