@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";


.heroWrap {
    width: 100%;
    height: 100vh;
    display: block;
    place-content: center
}

.heroWrap .background {
    position: absolute;
    top: 0;
    width: auto;
    z-index: -1;
    object-fit: cover
}

.heroWrap .heroText h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-family: 'TWK Everett' !important;
}

.heroWrap .heroText .sp-text {
    position: relative;
    z-index: 3;
    font-family: 'TWK Everett' !important;
    width: fit-content
}

.heroWrap .heroText .sp-text:before {
    content: "";
    width: 105%;
    height: 15px;
    /* background-color: #C52036; */
    position: absolute;
    z-index: -2;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.heroWrap .heroText a {
    color: #fff;
    background-color: #c42136;
    font-weight: 500;
    padding: .5rem 1rem;
    border-radius: 8px;
    transition: all .5s ease
}

.heroWrap .heroText a:hover {
    box-shadow: #0000003d 0 3px 8px
}

.heroWrap .heroNavbar {
    position: absolute;
    top: 0;
    z-index: 5;
    width: 100%;
    padding: 1rem 0;
    background-color: #232323;
}

.heroWrap .heroNavbar ul {
    display: flex;
    gap: 1.5rem;
    color: #fff;
    font-weight: 500;
    align-items: center;
    padding-left: 0rem !important
}

.heroWrap .heroNavbar .dropdown {
    position: relative
}


.heroWrap .heroNavbar .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px #0003;
    z-index: 1
}

.heroWrap .heroNavbar .dropdown-content li {
    float: none;
    width: max-content;
}

.heroWrap .heroNavbar .dropdown-content li a {
    position: relative;
    color: #232323;
    padding: 4px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: 200;
    font-size: smaller;
}

.heroWrap .heroNavbar .dropdown-content li a:hover {
    background-color: #f1f1f1
}

.heroWrap .heroNavbar .dropdown:hover .dropdown-content {
    display: block
}

.heroWrap .swiper-pagination {
    position: absolute;
    left: 0;
    width: fit-content;
    bottom: 8rem;
    z-index: 1
}

.heroWrap .swiper-pagination .swiper-pagination-bullet {
    width: 125px;
    height: 5px;
    border-radius: 1px;
    background: #fff;
    opacity: 1;
    margin: 0 .7rem
}

.heroWrap .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #42b54a
}

.heroWrap .ph-nav {
    display: none
}

.hp-industriesWrap .sp-text {
    position: relative;
    z-index: 3;
    width: fit-content
}

.hp-industriesWrap .sp-text:before {
    content: "";
    width: 105%;
    height: 10px;
    background-color: #232323;
    position: absolute;
    z-index: -2;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.hp-industriesWrap a {
    border: 1.5px solid #2C4C29;
    border-radius: 16px;
    padding: .4rem .7rem;
    color: #232323;
    font-weight: 600;
    font-size: 17px;
    transition: all .5s ease
}

.hp-industriesWrap a img {
    transition: all .5s ease;
    transform: rotate(-20deg)
}

.hp-industriesWrap a:hover {
    background-color: #c32036;
    color: #f7f7f7
}

.hp-industriesWrap a:hover img {
    transform: rotate(0)
}

.we-stand-headWrap {
    background-color: #C52036;
    width: 100%;
    color: #f7f7f7;
    border-radius: 18px;
    padding: 1rem;
    min-height: 300px;
    box-shadow: #63636333 0 2px 8px
}
.cardmvv {
    background-color: #C52036;
    width: 90%;
    color: #f7f7f7;
    border-radius: 18px;
    padding: 1rem;
    min-height: 250px;
    box-shadow: #63636333 0 2px 8px;
    
}
.cardmvv h2{
    color: white;
}

.we-stand-headWrap h2 {
    font-weight: 600;
    line-height: 1;
    color: #fff
}

.we-stand-headWrap .itemsWrap {
    position: absolute;
    margin-top: -2rem
}

.we-stand-headWrap .itemsWrap .swiperWe-standa-head {
    padding: 0 2rem
}

.we-stand-headWrap .itemsWrap .item {
    padding: 2rem;
    border-radius: 12px;
    position: relative;
    min-width: 200px;
    min-height: 240px;
    cursor: pointer;
    transition: all .3s ease
}

.we-stand-headWrap .itemsWrap .item p {
    font-weight: 500
}

.we-stand-headWrap .itemsWrap .item .icon {
    position: absolute;
    right: 1.5rem;
    bottom: 1rem;
    visibility: hidden;
    transition: all .1s ease
}

.we-stand-headWrap .itemsWrap .item:hover {
    background-color: #181516;
    box-shadow: #00000059 0 5px 15px
}

.we-stand-headWrap .itemsWrap .item:hover .icon {
    visibility: visible
}

.we-stand-headWrap .we-standa-head-swiper-pagination {
    position: relative;
    text-align: left
}

.we-stand-headWrap .we-standa-head-swiper-pagination .swiper-pagination-bullet {
    background-color: #f7f7f7
}

.we-stand-headWrap .we-standa-head-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #42b54a
}

.ph-we-stand-headWrap {
    width: 100%;
    color: #f7f7f7;
    border-radius: 18px;
    padding: 1rem;
    margin-left: .2rem;
    background-repeat: no-repeat;
    background-size: 80% 100%;
    position: relative
}

.ph-we-stand-headWrap h2 {
    font-weight: 600;
    line-height: 1;
    color: #fff
}

.ph-we-stand-headWrap .swiperphWe-standa-head {
    height: 600px
}

.ph-we-stand-headWrap .ph-we-standa-head-swiper-pagination {
    left: 0
}

.ph-we-stand-headWrap .ph-we-standa-head-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px
}

.ph-we-stand-headWrap .ph-we-standa-head-swiper-pagination .swiper-pagination-bullet {
    background-color: #f7f7f7
}

.ph-we-stand-headWrap .ph-we-standa-head-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #42b54a
}

.ph-we-stand-headWrap .itemsWrap {
    padding-left: 1rem
}

.ph-we-stand-headWrap .itemsWrap .item {
    padding: 1rem;
    border-radius: 12px;
    position: relative;
    min-width: 200px;
    cursor: pointer;
    transition: all .3s ease
}

.ph-we-stand-headWrap .itemsWrap .item p {
    font-weight: 500;
    margin-bottom: 0
}

.ph-we-stand-headWrap .itemsWrap .item .icon {
    position: absolute;
    right: 1.5rem;
    bottom: 1rem;
    visibility: hidden;
    transition: all .1s ease
}

.ph-we-stand-headWrap .itemsWrap .item:hover {
    background-color: #42b54a;
    box-shadow: #00000059 0 5px 15px
}

.ph-we-stand-headWrap .itemsWrap .item:hover .icon {
    visibility: visible
}

.market-sectorWrap .cardItemsWrap {
    display: grid;
    grid-template-columns: auto auto auto;
    row-gap: 2rem;
    column-gap: 4rem
}

.market-sectorWrap .cardItemsWrap .cardItem {
    padding: 1rem;
    border-radius: 22px;
    transition: all .5s ease
}

.market-sectorWrap .cardItemsWrap .cardItem img {
    border-radius: 12px;
    min-height: 280px;
    object-fit: cover
}

.market-sectorWrap .cardItemsWrap .cardItem p {
    text-align: center;
    color: #232323;
    padding-top: 1.5rem
}

.market-sectorWrap .cardItemsWrap .cardItem:hover {
    box-shadow: #64646f33 0 7px 29px
}

.market-sectorWrap .cardItemsWrap .read_moreBtn a {
    border: 1.5px solid #af211d;
    border-radius: 16px;
    padding: .4rem .7rem;
    color: #000000;
    font-weight: 600;
    font-size: 17px;
    transition: all .5s ease
}
.read_moreBtns a {
    background-color: #c32036;
    border: 1.5px solid #af211d;
    border-radius: 16px;
    padding: .4rem .7rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    transition: all .5s ease
}

.market-sectorWrap .cardItemsWrap .read_moreBtn a img {
    transition: all .5s ease;
    transform: rotate(-20deg)
}

.market-sectorWrap .cardItemsWrap .read_moreBtn a:hover {
    background-color: #c32036;
    color: #f7f7f7
}
.read_moreBtns a:hover {
    background-color: #ffffff;
    color: #030303
}

.market-sectorWrap .cardItemsWrap .read_moreBtn a:hover img {
    transform: rotate(0)
}

.our-capabilitiesWrap .customerCard {
    display: grid;
    place-content: center;
    border-radius: 14px;
    min-height: 300px;
    transition: all 1s ease
}

.our-capabilitiesWrap .customerCard:hover {
    transform: scale(1.1)
}

.our-capabilitiesWrap .green {
    background-color: #42b54a
}

.our-capabilitiesWrap .red {
    background-color: #ff0404
}

.our-capabilitiesWrap .capabilitiesSwiper-button-next:after,
.our-capabilitiesWrap .capabilitiesSwiper-button-prev:after {
    content: none
}

.customerWrap i {
    color: #ccc
}

.customerWrap .swiper-slide {
    padding: 1.5rem;
    border-radius: 16px;
    transition: all .5s ease
}

/* .customerWrap .swiper-slide:hover {
    transform: scale(1.1);
    box-shadow: #64646f33 0 7px 29px
} */

.customerWrap .customerswiper-button-next:after,
.customerWrap .customerswiper-button-perv:after {
    content: none
}

/* .customerWrap .center-slide {
    transform: scale(1.1);
    box-shadow: #64646f33 0 7px 29px
} */

.qatar-globalWrap .row {
    padding: 2rem;
    border-radius: 16px;
    background-color: #c32036;
    color: #f7f7f7;
    box-shadow: #00000059 0 5px 15px;
    position: relative
}
qatar-globalCard{
color:#c32036;
}

.qatar-globalWrap .row .map-background {
    position: absolute;
    width: 62%;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    margin: auto;
}

.qatar-globalWrap .row .qatar-globalCardWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between
}

.qatar-globalWrap .row .qatar-globalCardWrap h5 {
    color:#c32036;
    font-weight: 500;
    font-size: medium;
}

.qatar-globalWrap .row .qatar-globalCardWrap .qatar-globalCard p {
    color:#c32036;
    font-weight: 200
}

@media only screen and (max-width: 1024px) {
    .market-sectorWrap .cardItemsWrap {
        row-gap: 1.5rem;
        column-gap: 2rem
    }
    .activity-bg{
        background-position: right 55% bottom;
     }
}

@media only screen and (max-width:1200px) {
   
    .activity-bg{
        background-position: right 55% bottom;
     }
}
@media only screen and (max-width:1600px) {
   
    .activity-bg{
        background-position: right 65% bottom;
     }
}

@media only screen and (max-width: 992px) {
    .heroWrap .heroNavbar .ph-nav {
        background-color: #fff;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        padding: 2rem;
        z-index: 9999;
        display: none;
        transition: opacity 1s ease
    }

    .heroWrap .heroNavbar .ph-nav ul {
        flex-direction: column
    }

    .heroWrap .heroNavbar .ph-nav ul li {
        width: 100%
    }

    .heroWrap .heroNavbar .ph-nav ul li a {
        color: #000;
        font-weight: 500
    }

    .heroWrap .heroNavbar .ph-nav .colseBtn {
        position: absolute;
        right: 2rem
    }

    .heroWrap .heroNavbar .ph-nav.visible {
        display: block;
        opacity: 1
    }

    .heroWrap .swiper-pagination {
        bottom: 2rem
    }

    .heroWrap .swiper-pagination .swiper-pagination-bullet {
        width: 60px
    }

    .market-sectorWrap .cardItemsWrap {
        row-gap: 1rem;
        column-gap: 1rem
    }

    .aboutWrap .heroNavbar .ph-nav {
        background-color: #fff;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        padding: 2rem;
        z-index: 9999;
        display: none;
        transition: opacity 1s ease
    }

    .aboutWrap .heroNavbar .ph-nav ul {
        flex-direction: column
    }

    .aboutWrap .heroNavbar .ph-nav ul li {
        width: 100%
    }

    .aboutWrap .heroNavbar .ph-nav ul li a {
        color: #000;
        font-weight: 500
    }

    .aboutWrap .heroNavbar .ph-nav .colseBtn {
        position: absolute;
        right: 2rem
    }

    .aboutWrap .heroNavbar .ph-nav.visible {
        display: block;
        opacity: 1
    }

    .aboutWrap .swiper-pagination {
        bottom: 2rem
    }

    .aboutWrap .swiper-pagination .swiper-pagination-bullet {
        width: 60px
    }
    .read_moreBtns a {
        background-color: #c32036;
        border: 1.5px solid #af211d;
        border-radius: 16px;
        padding: .4rem .7rem;
        color: #ffffff;
        font-weight: 600;
        font-size: 14px !important;
        transition: all .5s ease
    }
}

@media only screen and (max-width: 768px) {
    .hp-industriesWrap{
        padding: 21.5rem 0 3rem 0 !important;
    }
    .market-sectorWrap .cardItemsWrap {
        grid-template-columns:1fr 1fr;
        row-gap: 1rem;
        column-gap: 1rem
    }

    .qatar-globalWrap .map-background {
        object-fit: cover
    }

    .heroWrap .heroText h1 {
        font-size: 2rem;
    }

    .market-sectorWrap .cardItemsWrap .cardItem p {
        font-size: 1rem;
        font-weight: 700
    }

    .aboutWrap .heroText h1 {
        font-size: 2.5rem
    }
    .service-details{
        margin-top: -7%;
    }
    .qatar-globalWrap .row .map-background {
        position: absolute;
        width: 80%;
        top: 45px;
        left: 0;
        right: 0;
        height: 40%;
        margin: auto;
    }
    .contact-main {
       
        margin-top: -8% !important;
    }
    .heroWrap .background {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
        object-fit: cover;
        height: 100%;
    }
    .hp-industriesWrap{
        margin-top: -80% !important;
    }
    .floating-wpp-button{
        width: 60px !important;
    height: 60px !important;
    }
    .read_moreBtns a {
        background-color: #c32036;
        border: 1.5px solid #af211d;
        border-radius: 16px;
        padding: .4rem .7rem;
        color: #ffffff;
        font-weight: 400;
        font-size: 12px !important;
        transition: all .5s ease
    }
}

@media only screen and (max-width: 600px) {
    .market-sectorWrap .cardItemsWrap {
        grid-template-columns:1fr 1fr;
        row-gap: 1rem;
        column-gap: 1rem; 
    }
    .market-sectorWrap .cardItemsWrap .cardItem img {
        
        min-height: 203px;
        
       
    }

    .hp-industriesWrap .we-stand-headWrap .itemsWrap {
        margin-top: -.5rem
    }

    .hp-industriesWrap .we-stand-headWrap .itemsWrap .item {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .hp-industriesWrap .we-stand-headWrap .itemsWrap .swiper-slide-active .item {
        background-color: #232323;
        box-shadow: #00000059 0 5px 15px
    }

    .hp-industriesWrap .we-stand-headWrap .itemsWrap .swiper-slide-active .item .icon {
        visibility: visible
    }
    .detail-img{
        margin-top: -5%;
    }
    .qatar-globalWrap .row .map-background {
        position: absolute;
        width: 100%;
        top: 45px;
        left: 0;
        right: 0;
        height: 50%;
        margin: auto;
    }
    .contact-main {
       
        margin-top: -5% !important;
    }
    .read_moreBtns a {
        background-color: #c32036;
        border: 1.5px solid #af211d;
        border-radius: 16px;
        padding: .4rem .7rem;
        color: #ffffff;
        font-weight: 400;
        font-size: 10px !important;
        transition: all .5s ease
    }
}

@media only screen and (max-width: 500px) {
    /* .button {
        width: 70% !important;
    } */
    .aboutWrap {
        height: 10vh;
    }
    /* .background{
        margin-top: -1%;
    } */
    .tabletitle{
        width: 75%;
    }
    .tableicon{
        width:25%;
    }
    .sp{
        padding-top: 2rem;
    }
    .mv-img{
        display: none;
    }
    .service-details{
        margin-top: -10%;
    }
    .detail-img{
        margin-top: -6%;
    }
    .service-details{
        height: 50vh;
    }
    .qatar-globalWrap .row .map-background {
        position: absolute;
        width: 100%;
        top: 55px;
        left: 0;
        right: 0;
        height: 40%;
        margin: auto;
    }
    .read_moreBtns a {
        background-color: #c32036;
        border: 1.5px solid #af211d;
        border-radius: 16px;
        padding: .4rem .7rem;
        color: #ffffff;
        font-weight: 400;
        font-size: 10px !important;
        transition: all .5s ease
    }

   
}
@media only screen and (max-width: 500px) {
    .contact-main {
       
        margin-top: -9% !important;
    }
}
/* @media only screen and (max-width: 480px) {
    .contact-main {
       
        margin-top: -9% !important;
    }
}
@media only screen and (max-width:320px) {
    .contact-main {
       
        margin-top: -9% !important;
    }
} */

@media only screen and (max-width: 750px) {
 
    .sp{
        padding-top: 2rem;
    }
    .mv-img{
        display: none;
    }
    .detail-img{
        margin-top: -6%;
    }
    .contact-main {
       
        margin-top: -10% !important;
    }
}

.aboutWrap {
    width: 100%;
    height: 15vh;
    display: block;
    place-content: center
}

.aboutWrap .background {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    object-fit: cover
}

.aboutWrap .heroText h1 {
    font-size: 3.5rem;
    font-weight: 700
}

.aboutWrap .heroText .sp-text {
    position: relative;
    z-index: 3;
    width: fit-content
}

.aboutWrap .heroText .sp-text:before {
    content: "";
    width: 105%;
    height: 15px;
    background-color: #42b54a;
    position: absolute;
    z-index: -2;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.aboutWrap .heroText a {
    color: #fff;
    background-color: #8d1633;
    font-weight: 500;
    padding: .5rem 1rem;
    border-radius: 8px;
    transition: all .5s ease
}

.aboutWrap .heroText a:hover {
    box-shadow: #0000003d 0 3px 8px
}

.aboutWrap .heroNavbar {
    position: absolute;
    top: 0;
    z-index: 5;
    width: 100%;
    padding: 1rem 0
}

.aboutWrap .heroNavbar ul {
    display: flex;
    gap: 1.5rem;
    color: #fff;
    font-weight: 500;
    align-items: center;
    padding-left: 0rem !important
}

.aboutWrap .heroNavbar .dropdown {
    position: relative
}

.aboutWrap .heroNavbar .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px #0003;
    z-index: 1
}

.aboutWrap .heroNavbar .dropdown-content li {
    float: none;
    width: max-content;
}

.aboutWrap .heroNavbar .dropdown-content li a {
    position: relative;
    color: #000;
    padding: 4px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: 300;
    font-size: medium;
}

.aboutWrap .heroNavbar .dropdown-content li a:hover {
    background-color: #f1f1f1
}

.aboutWrap .heroNavbar .dropdown:hover .dropdown-content {
    display: block
}

.aboutWrap .swiper-pagination {
    position: absolute;
    left: 0;
    width: fit-content;
    bottom: 8rem;
    z-index: 1
}

.aboutWrap .swiper-pagination .swiper-pagination-bullet {
    width: 125px;
    height: 5px;
    border-radius: 1px;
    background: #c32036;
    opacity: 1;
    margin: 0 .7rem
}

.aboutWrap .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #eeeeee
}

.aboutWrap .ph-nav {
    display: none
}

.about-section .about-img {
    width: 100%;
    height: 330px;
    object-fit: cover
}

.container-card {
    border-radius: 25px;
    box-shadow: #00000059 0 5px 15px;
    border: 1px
}

.about-li {
    padding-bottom: 20px
}

.bg-msvs {
    background: #2c4c29;
    background: linear-gradient(0deg, #232323 , #c32036);
    z-index: -99;
    width: 100%
}

.hero-missionvisiion {
    z-index: -1;
    margin-top: -1%
}

.msion-vison {
    background-color: #fff;
    border-radius: 30px;
    margin-top: 10px
}

.mission-vission {
    padding: 10% 0;
    margin-top: 5%
}

.process {
    background-color: #2c4c29;
    width: 100%;
    color: #f7f7f7;
    border-radius: 18px;
    padding: 1rem;
    min-height: 150px;
    box-shadow: #63636333 0 2px 8px;
    z-index: -1
}

.sl-process {
    width: 198.333px;
    margin-right: 10px;
    border-radius: 10px;
    background-color: green;
    height: 120px
}

.item-process {
    padding: 2rem;
    border-radius: 12px;
    position: relative;
    min-width: 150px;
    min-height: 140px;
    cursor: pointer;
    transition: all .3s ease;
    background-color: #42b54a
}

.item-process p {
    font-weight: 500
}

.item-process .icon {
    position: absolute;
    right: 1.5rem;
    bottom: 1rem;
    transition: all .1s ease
}

.item-process:hover {
    background-color: #8d1633
}

.item-process:hover .icon {
    visibility: visible
}

.hero-greenfoam {
    z-index: -1
}

.greenfoam {
    background-color: #2c4c29;
    border-radius: 20px;
    position: relative;
    margin-top: -8%;
    box-shadow: #0aad2d1a 0 4px 12px
}

.greenfoam h2,
.greenfoam p,
.greenfoam h4 {
    color: #fff !important
}

.sub-title {
    color: #2c4c29;
    font-weight: 600
}

.button {
    background-color: #42b54a;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    width: 50%
}

.button span {
    font-size: 10px
}

.contact-main {
    background: #23be15;
    background: linear-gradient(0deg, #232323 26%, #c53232);
    margin-top: -3%;
}

.contact-main h2 {
    color: #fff
}

.contact-main h2:before {
    content: "";
    background-color: #232323
}

.contact-main p {
    color: #fff
}

.contact-main h6 {
    color: #fff;
    font-weight: 700
}

.contact-main iframe {
    border-radius: 20px;
    width: 95%
}

.contact-main h3 {
    color: #fff;
    font-weight: 600
}

.contact-form {
    background-color: #fff;
    border-radius: 20px
}

.contact-form input {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid gray
}

.contact-form img {
    width: 45px;
    margin-left: -9px
}

.contact-form .btn {
    color: #fff;
    background-color: #c32036;
    height: 50px
}

* {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: inherit
}

ul {
    margin: 0;
    list-style: none
}

h4 {
    font-size: 20px;
    font-weight: 700;
    color: #232323
}

h2,
.titleH2 {
    color: #C52036;
    font-weight: 700;
    position: relative;
    z-index: 3;
    width: fit-content
}

/* .titleH2:before {
    content: "";
    width: 105%;
    height: 8px;
    background-color: #C52036;
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
} */

.titleH2-hover {
    color: #f7f7f7;
    font-weight: 800;
    position: relative;
    z-index: 3;
    width: fit-content
}

.titleH2-hover:before {
    content: "";
    width: 105%;
    height: 8px;
    background-color: #232323;
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.paragraph {
    color: #232323;
    font-weight: 400;
    font-size: 18px;
    line-height: 2rem
}

.plc {
    place-content: center
}

.py-6 {
    padding: 3.5rem 0
}

.py-7 {
    padding: 3rem 0
}

.pt-7 {
    padding-top: 4rem
}
.py-2{
    padding-top: 1.5rem !important;
}

.primary-color-text {
    color: #2c4c29
}

.primary-color-bg {
    background-color: #232323
}

.secondary-color-text {
    color: #147c3e
}

.hover-color-text {
    color: #42b54a
}

.light-color-text {
    color: #f7f7f7
}

.secondary-bg {
    background: #eaeaea
}

.footerWrap h4 {
    color: #c52036;
    font-weight: 500
}
.footerWrap{
    background-color: #232323;
} 

.footerWrap p {
    color: #f7f7f7;
    font-weight: 400
}

.footerWrap ul {
    margin: 0;
    padding-left: 0;
    color: #f7f7f7;
    font-weight: 400;
    display: flex;
    flex-flow: column;
    gap: .3rem
}

.footerWrap .socialmediaIconsWrap {
    gap: .4rem
}

.footerWrap .socialmediaIconsWrap a {
    display: grid;
    place-content: center;
    background: #f7f7f7;
    color: #232323;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    transition: all .5s ease
}

.footerWrap .socialmediaIconsWrap a:hover {
    box-shadow: #00000059 0 5px 15px;
    background-color: #c32036;
    color: #f7f7f7
}

.table-borderless a{
    border: 0px solid #2C4C29 !important;
    border-radius: 16px;
    padding: 0rem 0rem !important;
    color: #2c4c29;
    font-weight: 600;
    font-size: 17px;
    transition: all .5s ease
}
.pagination a{
    border-radius: 0% !important;
}
.pagination .page-item.active .page-link {
    background-color: #2c4c29; /* Your desired active color */
    border-color: #2c4c29;     /* Match the border color */
    color: white;              /* Text color */
}

.tabletitle{
    width: 30%;
}
.tableicon{
    width:70%;
}
@media only screen and (max-width: 640px) {
    .tabletitle{
        width: 75%;
    }
    .tableicon{
        width:25%;
    }
    .button{
        width: 70% !important;
    }
    .sp{
        padding-top: 2rem;
    }
    .detail-img{
        margin-top: -6%;
    }
}
.desc ul{
    list-style: disc !important;
}
.table-borderless>:not(caption)>*>*{
    width: 50% !important;
}

/* forcetechgt */
.faq {
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    /* box-shadow: 0 0 12px rgba(0, 0, 0, 0.25); */
  }
  
  .faq__title {
    text-transform: uppercase;
    color: #8b7197;
  }
  
  details {
    background-color: #C52036;
    border-radius: 10px;
    cursor: pointer;
    padding: 20px 30px;
    margin-block: 30px;
  }
  
  summary,
  p {
    text-align: left;
    color: white;
  }
  
  summary {
    margin-inline-start: 1rem;
    list-style-position: outside;
  }
  
  summary::marker {
    color: #8b7197;
    font-size: 18px;
  }
  

  .cardItemone{
    padding: 1rem;
    border-radius: 22px;
    transition: all .5s ease  
}
.cardItemone img {
    border-radius: 12px;
    min-height: 280px;
    object-fit: cover
}
.cardItemone:hover {
    box-shadow: #64646f33 0 7px 29px
}


/* service-page */
.activity-bg{
    background-image: url('../image/Service-page-_-back.png');
    width: 100%;
    height: 100%;
    /* background-position: right bottom;  */
    position: relative; 
    background-repeat: no-repeat;
    background-size: cover;
}

.detail-img{
    width: 100%;
    height: 100%;
}

.service-details{
    margin-top: -4%;
}
@media only screen and (max-width: 400px) {
    .read_moreBtns a {
        font-size: 10px !important;
        font-weight: 600;
        
    }

}
