img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.img-fluid {
    max-width: 100%;
    height: 100%;
}

ul li {
    text-decoration: none;
}

.btn.btn-primary:hover {
    color: black !important;
}

/*---------Index-----------*/
.nav-bar {
    background: white;
    box-shadow: 0 3px 10px rgb(13 18 16 / 0.1);
    margin: 18px 30px 0 30px;
    border-radius: 63px;
    position: fixed;
    backdrop-filter: blur(61px);
    padding: 0;
}

.dropdown-item1.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00a2f1 !important;
}

.nav-bar .navbar-nav .nav-link {
    color: black;
}

.nav-bar .navbar-brand h2 {
    color: black !important;
}

.nav-bar .navbar-brand h3 {
    color: black !important;
}

/* .nav-bar .navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
    border: 1px solid;
    border-radius: 5px;
    padding: 0;
} */
.nav-bar .navbar .navbar-nav .nav-link:hover,
.nav-bar .navbar .navbar-nav .nav-link.active {
    color: var(--primary);
    border-bottom: 3px solid;
    transition: 0.2s ease-in-out;
    border-radius: 10px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 29.2);
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00a2f1 !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125 !important;
    background-color: #e9ecef;
}

.modon-logo {
    width: 527px;
    height: 380px;
}

.banner-margin {
    margin-top: 210px;
}

.owl-carousel-inner {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
}

.banner {
    height: 700px;
}

.icon {
    width: 200px !important;
    height: 45px !important;
}

h5.mb-0.fs-6 {
    font-weight: 100;
    line-height: 23px;
}

p.mb-0.text-blue.mb-2.fw-bold {
    letter-spacing: 1px;
}

.card {
    /* height: 300px; */
    margin: 20px;
    border: unset;
    text-align: center;

    /* box-shadow: 0 3px 10px rgb(0, 0, 0, 0.2); */
    /* overflow: hidden; */

}

.business-img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    padding: 6px;
    background-color: #00a2f1;
    border-radius: 17px;
}

/* .intro {
    height: 50px;
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    position: absolute;
    bottom: -70px;
    background: rgb(27, 27, 27, .5);
    color: white;
    transition: .5s;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.intro {
    padding: 10px;
}

/* .intro h5,
.intro h4 {
    color: white;
    font-family: 'Nunito Sans';
} */

span {
    font-weight: bold;
}

/* .card:hover {
    cursor: pointer;
} */

/* .card:hover .intro {
    height: 77px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
} */

.card:hover p {
    opacity: 1;
    visibility: visible;
}

/* .card:hover .business-img {
    transform: scale(1.1) rotate(-3deg);
} */

a:hover {
    color: #00a2f1 !important;
}

/*------------*/

.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #00a2f1;
    background: #fff;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.member-img {
    margin: 0px 39px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.grp-img {
    border: 1px solid lightgray;
    width: 260px;
    border-radius: 10px;
    margin: 0 40px;
}



.certificate-img {
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 10px;
    margin: 20px 0;
}

/*--------About Us-------------*/
.container-fluid.page-header.py-5.mb-5:before {
    height: 326px;
}

.page-header {
    position: relative;
}

.container-fluid.page-header.py-5.mb-5:before {
    height: 100%;
}

.container-fluid.scaffolding-header.py-5.mb-5:before,
.container-fluid.equpiment-header.py-5.mb-5:before,
.container-fluid.manpower-header.py-5.mb-5:before,
.container-fluid.page-header.py-5.mb-5:before,
.container-fluid.construction-header.py-5.mb-5:before,
.container-fluid.rotating-header.py-5.mb-5:before,
.container-fluid.training-header.py-5.mb-5:before,
.container-fluid.clients-header.py-5.mb-5:before,
.container-fluid.careers-header.py-5.mb-5:before,
.container-fluid.contact-header.py-5.mb-5:before,
.container-fluid.it-header.py-5.mb-5:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    inset: 0;
    height: 316px;
}

.container-fluid.page-header.py-5.mb-5:before {
    height: 326px !important;
}


.method-list {
    display: flex;
    justify-content: space-between;
}

.method-list {
    counter-reset: number;
}

.method-item {
    margin-top: 2rem;
    padding: 2.5rem 1.5rem 1.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    height: 400px;
    width: 400px;
    background-size: 0% 0%;
    background-repeat: no-repeat;
    transition: 1s all;
    background-position: bottom;
    background-size: 0 0;
}

.method-item:first-child {
    background-image: url(../img/vision1.jpg);
}

.method-item:nth-child(2) {
    background-image: url(../img/mission2.jpg);
}

.method-item:nth-child(3) {
    background-image: url(../img/values-img1.jpg);
}

.method-item::before {
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    position: absolute;
    right: 25px;
    top: 0;
    color: #FAFAFA;
    font-size: 70px;
    font-weight: 600;
    transition: 1s all;
}

.method-item span {
    display: flex;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    justify-content: center;
    padding: 1.1rem;
    background-color: #00a2f1;
}

.method-item:hover span {
    display: none;
}

/* .method-item span a:hover{
    display: none;
} */
.content {
    display: flex;
    flex-direction: column;
}

.method-item .content {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 1.5rem;
    width: 100%;
    height: calc(100% - 110px);
    transition: 1s all;
}

.method-item:hover {
    transition: 1s all;
    border-top: 8px solid #00a2f1;
    box-shadow: none;
    background-size: 100% 100%;
}

.method-item:hover .content {
    height: 100%;
}

.method-item .content h3 {
    /* font-size: 16px; */
    min-height: 50px;
}

.method-item:hover .content p,
.method-item:hover .content h3,
.method-item:hover .content ul {
    color: white !important;
}

.method-item .content p,
.method-item .content ul {
    margin: 1.2rem 0 1rem;
    overflow: hidden;
}

.method-item .content p,
.method-item .content a {
    transition: 1s all;
}

/*----Scaffolding Services-----*/
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    justify-content: center;
}

.our-service::after {
    background: #00a2f1;
    bottom: -8px;
    content: "";
    height: 3px;
    left: 2px;
    position: absolute;
    width: 60px;
}

.scaffolding-services ul {
    list-style: none;
}

.scaffolding-services li {
    background-color: #f1f1f1;
    border: thin solid #f5f5f5;
    border-radius: 4px;
    padding: 0px 15px 0px 0px;
    margin-bottom: 8px;
    width: 31.3%;
    display: inline-block;
    margin-right: 15px;
    line-height: 50px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scaffolding-services li:hover {
    border-left: 2px solid #0176d2;
    border-radius: 0px;
}

.right-icon {
    height: 50px;
    width: 50px;
    text-align: center;
    border: thin solid #e6e5e5;
    border-radius: 0px;
    line-height: 32px;
    padding: 7px;
    float: left;
    margin-right: 20px;
}

.right-icon img {
    width: 20px;
}

.col-md-3.col-6.scaffolding-gallery img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin: 20px;
    transition: 0.4s ease;
}

video {
    width: 400px;
    margin-left: 30px;
}
.scaffolding-gallery img:hover {
    transform: scale(0.8);
}

.scaffolding-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/scaffolding-banner.jpg) center center no-repeat;
    background-size: cover;
}

/*--------eqp-rental----*/
.equoiment-sideimg {
    background: #00a2f1;
    width: 411px;
    position: relative;
}

.eqp-card-text h5 {
    background: #00a2f1;
    color: white;
    text-align: center;
    padding: 10px;
}

.eqp-card {
    /* width: 200px;
    height: 183px; */
    background: white;
    text-align: center;
    border: 1px solid lightgray;
}

.equpiment-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/equipment-rental-banner-img.jpg) center center no-repeat;
    background-size: cover;
}


#experienceTab.nav-pills .nav-link.active {
    color: #00a2f1 !important;
    background-color: transparent;
    border-radius: 0px;
    border-left: 3px solid #00a2f1;
}

#experienceTab.nav-pills .nav-link {
    border-radius: 0px;
    border-left: 2px solid gray;
}

.date-range {
    letter-spacing: 0.01em;
    color: black;
}

.nav-link {
    color: gray;
}


/*----Manpower Supply-------*/
.manpower-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/manpower-supply-banner.jpg) no-repeat;
    background-size: cover;
}

/*----construction------*/
.construction-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/construction-banner-img.jpg) center center no-repeat;
    background-size: cover;
}

.it-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/it-banner.jpg) center center no-repeat;
    background-size: cover;
}

.contact-section {
    color: white;
    background: linear-gradient(0deg, #2a2c39, #33364a);
    border-radius: 15px;
    height: 302px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}

.contact-section:hover {
    cursor: pointer;
    color: black;
    background: #00a2f1;
    border-radius: 15px;
    height: 302px;
}

.contact-section:hover i {
    color: white;
}

.contact-section:hover .contact-land-img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(194deg) brightness(104%) contrast(102%);
}

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}

.contact-section div>i {
    color: #00a2f1;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 24px;
}

.contact-land-img {
    width: 40px;
    margin-left: -5px;
    filter: brightness(0) saturate(100%) invert(51%) sepia(95%) saturate(3122%) hue-rotate(170deg) brightness(99%) contrast(102%);
}

/*---rotating service------*/
.rotating-img {
    width: 498px;
    height: 200px;
    object-fit: cover;
    border-top-right-radius: 250px;
}

.design {
    position: relative;
    top: -49px;
    left: -82px;
}

.rotating-img-1 {
    width: 498px;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 250px;
}

.design-1 {
    position: relative;
    top: -40px;
    right: 520px;
    transform: scaleX(-1);
}

/*----construction------*/
.construction-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/construction-banner-img.jpg) center center no-repeat;
    background-size: cover;
}

/*---rotating service------*/
.rotating-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/rotating-banner.jpg) center center no-repeat;
    background-size: cover;
}

.rotating-img {
    width: 498px;
    height: 200px;
    object-fit: cover;
    border-top-right-radius: 250px;
}

.design {
    position: relative;
    top: -49px;
    left: -82px;
}

.rotating-img-1 {
    width: 498px;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 250px;
}

.design-1 {
    position: relative;
    top: -40px;
    right: 520px;
    transform: scaleX(-1);
}

/*-----Training---*/
.training-list {
    list-style-type: disclosure-closed;
    line-height: 38px;
}

.training-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/training-banner.jpg) center center no-repeat;
    background-size: cover;
}

li::marker {
    color: #00a2f1;
}

/*-----whatsapp icon-----*/
.whats-app {
    position: fixed;
    top: auto;
    bottom: 100px;
    left: auto;
    right: 12px;
    z-index: 1;
}

.whats-app img {
    width: 55px;
    height: 55px;
    display: block;
}

.whats-app a {
    position: relative;
}

.whats-app a:before {
    content: "";
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite;
    background-color: green;
    border-radius: 50%;
    content: "";
    display: block;
    height: 60px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    width: 60px;
    z-index: -1;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
        ;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


/*-------Clients---------*/
.clients-img {
    border: 1px solid gray;
    margin: 20px;
    border-radius: 17px;
    height: 149px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.clients-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/Clients-Banner.png) center center no-repeat;
    background-size: cover;
}


.industrial-img {
    filter: brightness(0) saturate(100%) invert(51%) sepia(95%) saturate(3122%) hue-rotate(170deg) brightness(99%) contrast(102%);
}

.it-industrial {
    margin: 10px;
    background: #ececec;
    height: 154px;
    text-align: center;
}

img.industrial-img {
    width: 100px;
}

/*----careers--------*/
.careers-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/Clients-Banner.png) center center no-repeat;
    background-size: cover;
}

/*----contact-----*/
.contact-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/contact-banner.jpg) center center no-repeat;
    background-size: cover;
}

.btn.btn-link.active {
    color: var(--primary);
}

/*------*/
.mech-drop {
    position: absolute;
    left: 160px;
    top: 10px;
    border-radius: 0px 8px 8px 0px;
    padding-top: 5px;
    opacity: 0;
    display: none;
}

a.dropdown-item1 {
    font-size: 12px;
    padding: 10px 15px;
}

.dropdown-item1:hover,
.dropdown-item1:focus {
    color: #1e2125 !important;
    background-color: #e9ecef;
}

.dropdown-item1 {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

a.dropdown-item.mech:hover+.mech-drop {
    opacity: 1;
    display: block;
}

.mech-drop:hover {
    opacity: 1;
    display: block;
}

/*IT- serives*/

/* .it-info{
    font-family: 'Nunito Sans';
    color: black;
    line-height: 30px;
} */


/* .it-head::after {
    background: #00a2f1;
    bottom: -8px;
    content: "";
    height: 3px;
    left: 2px;
    position: absolute;
    width: 60px;
}

p.it-p {
    font-size: 15px;

}

h5.it-h {

    color: #00a2f1;
    filter: drop-shadow(0px 0px 5px rgba(0, 162, 241, .4));
}

.col-md-3.seldom-ser {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease-in-out;
    padding: 20px;
}

.col-md-3.seldom-ser:hover {
    background-color: black;
    box-shadow: 0px 0px 25px rgba(243, 118, 50);
}

.col-md-3.seldom-ser .light {
    display: none;
}

.col-md-3.seldom-ser:hover .dark {
    display: none;
}

.col-md-3.seldom-ser:hover .light {
    display: block;
}

.col-md-3.seldom-ser .more {
    display: flex;
    transition: all 0.5s ease-in-out;
}

.col-md-3.seldom-ser:hover .it-arrow-dark {
    display: none;
}

.col-md-3.seldom-ser:hover .more {
    transform: translateX(3%);
}

.col-md-3.seldom-ser:hover h5.it-h {
    font-family: 'Nunito Sans';
    color: rgba(243, 118, 50);
    filter: drop-shadow(0px 0px 5px rgba(243, 118, 50, .4));
}

.col-md-3.seldom-ser .more a:hover {
    color: rgba(243, 118, 50);
}

.col-md-3.seldom-ser:hover .more a {
    color: rgba(243, 118, 50) !important;
}

.col-md-3.seldom-ser:hover p.it-p {
    font-size: 15px;

    color: white;
}

.ser-img {
    height: 330px;
} */

/* 
p{
    color: black;
} */

.mech-ser-abs {
    position: absolute;
    top: 1%;
    right: 14%;
}

.mech-ser-abs-1 {
    position: absolute;
    top: -4%;
    /* right: 14%; */
    transform: scaleX(-1);
}

 .seldom-container{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
  } 
.dark {
    background: #FFF5E0 !important;
}

.darkS {
    background: #8DECB4 !important;
}

.scard {
    width: 348px;
    height: 457px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #ececec;
    border-radius: 10px;
    padding: 15px;
    margin: 10px;
 
}

.imgb {
    width: 100%;
    height: 190px;
    object-fit: cover;
    background-position: bottom;
    background-size: cover;
    border-radius: 10px;
}

.descrb {
    height: 100%;
    padding: 10px;
}


.cards-footer {
    display: flex;
    justify-content: end;
    align-items: center;
}

.amt {
    color: #000;
    font-weight: bold;
}

.read {
    border: none;
    background: #000;
    color: #fff;
    padding: 5px 8px;
    border-radius: 15px;
}

.cards-footer i {
    background: #fff;
    padding: 5px;
    border-radius: 15px;
}
