<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">

.section-pad{
    padding: 70px 0px 0px 0px;
    }
    
    
    
    .expertise-section {
        text-align: center;
    }
    
    .expertise-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .expertise-item {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        margin: 20px;
        padding: 20px;
        width: 250px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .expertise-item h5 {
        color: #333;
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .expertise-item ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: left; /* Align the text to the left */
    }
    
    .expertise-item ul li {
        margin-bottom: 10px;
        font-size: 16px; /* Increase font size */
        display: flex;
        align-items: center;
    }
    
    .expertise-item ul li i {
        margin-right: 10px; /* Adjust icon spacing */
        font-size: 24px; /* Increase icon size */
        color: #1089ff; /* Orange color */
    }

.construction-bg{
    background-image: url(/assets/images/mobile-ba.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
}

.construction-project-bg{
    background-image: url(/assets/new-formate/project-management/project-management-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 110px 0 30px;
}

h3{
    font-weight: 600;
}


.h1-highlight{
    color: #ff0042;
}

.card-sec-container {
    padding: 15px;
    box-shadow: 0px 0px 13px #e4e4e4;
    border-radius: 6px;
    text-align: center;
    min-height: 95%;
    transition: all ease-in-out 0.5s;
    margin-top: 30px;
}

.card-sec-container img {
    filter: invert(33%) sepia(100%) saturate(7067%) hue-rotate(328deg) brightness(95%) contrast(97%);
}

.card-sec-container h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 15px 0;
}

.fd-tab-sec {
    margin-top: 50px;
    padding: 75px 0;
    background-image: linear-gradient(to right,#037a61,#02486c);
}

.slider-nav {
    position: absolute;
    width: 105%;
    display: flex;
    justify-content: space-between;
    top: 147px;
    left: -25px;
}

/* .slider-nav button {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #333;
    background-color: #ffffff99;
    border: none;
    outline: none;
}

.slider-nav button {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #333;
    background-color: #ffffff99;
    border: none;
    outline: none;
} */

.dot-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f7ff;
    z-index: 1;
    position: relative;
}

.dot {
    z-index: 1;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 3px solid #f0f7ff;
}

.dot.active {
    border-bottom: 4px solid #ff1e43;
}

.slideshow-container {
    position: relative;
    margin: auto;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0px 0px 6px #e4e4e4;
    height: 400px;
}

.WebAppDevelopment-h3 {
    position: relative;
    margin: 20px 0;
    padding-left: 15px;
}

.tab-tex {
    text-align: justify;
    line-height: 30px;
}

.WebAppDevelopment-h3:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
    background-color: #f73757;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.slider-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.steps-list {
    margin-top: 30px;
}

.steps-list li {
    list-style: none;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.step-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #e6505c;
    font-size: 16px;
}

.step-flex span {
    border-radius: 50%;
    background-color: #ffecf5;
    height: 30px;
    width: 30px;
    margin: 0 30px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e6505c;
}

.img-content p {
    line-height: 28px;
}

.img-content .row {
    padding: 50px 0;
}

.text-button-sec {
    padding: 75px 0;
    background-image: linear-gradient(to right,#037a61,#02486c);
    margin-top: 50px;
    text-align: center;
}

.track-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.track-btn a{
    background: #ff0042;
    width: 25%;
    padding: 10px;
    border-radius: 15px;
    color: #fff;
    font-size: 18px;
}

.track-btn a:hover{
    color: #fff;
}

.why-cards {
    padding: 50px 0;
    background-image: url(https://softsuave-assets.s3.amazonaws.com/images/2020/employee-tracking/why-pattern.svg);
    background-repeat: repeat no-repeat;
    background-position: bottom;
}

.why-card-container {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 9px #e4e4e4;
    padding: 20px;
    text-align: center;
    transition: all ease-in-out 0.5s;
    margin-top: 30px;
    min-height: 90%;
}

.slider-nav button {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #333;
    background-color: #ffffff99;
    border: none;
    outline: none;
}

.slider-nav button {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #333;
    background-color: #ffffff99;
    border: none;
    outline: none;
}

.mar-top {
    margin-top: 80px;
}

.fd-tab-sec .container{
    position: relative;
}

.view_more_btn,
.demo-btn,
.fd_btn_view{
    animation: avatar-pulse 2s infinite;
}

@keyframes avatar-pulse{
    0% {
        box-shadow: 0 0 0 0 #f73757;
    }
    
    100% {
        box-shadow: 0 0 0 15px rgb(255 255 255 / 0%);
    }
}


/*construction-project-css*/

.feature-card-container, .customer-container {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 10px;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    transition: ease-in-out 0.4s;
    margin-top: 40px;
    min-height: 80%;
}

.feature-icon-container {
    margin-right: 25px;
    max-width: 100px;
}

.feature-card-container h4 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 0;
    transition: ease-in-out 0.7s;
}

.feature-card-container p {
    transition: ease-in-out 0.7s;
    display: none;
    margin-bottom: 0;
}

.feature-card-container:hover {
    background-color: #ff1e43;
}

.feature-card-container:hover h4 {
    display: none;
    animation: opacity-item ease-in-out 0.7s alternate-reverse;
    color: #fff;
}

.feature-card-container:hover p {
    display: block;
    animation: opacity-item ease-in-out 0.7s;
    color: #fff;
}

.feature-card-container:hover img {
    filter: brightness(0) invert(1);
}

.customer-sec {
    padding: 50px 0px;
    background-image: url(/assets/new-formate/project-management/building-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px;
}

.customer-container img {
    margin-bottom: 30px;
}

.customer-container {
    display: block;
    text-align: center;
    padding: 20px 15px;
}

.customer-container:hover {
    box-shadow: 0px 0px 15px #ff1e4360;
    transform: scale(1.036);
}

.Getin-touch {
    padding: 75px 0;
    margin-top: 50px;
    background-image: linear-gradient(to right,#037a61,#02486c);
}

.hire-btn-cont {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.hire-btn-cont a{
    color: #fff;
}

.hire-btn-cont a:hover{
    color: #fff;
}

.Getin-touch .fd_btn_view {
    background-image: linear-gradient(45deg,#ff6c3a,#ff0042)!important;
}

.pf-content {
    padding-left: 45px;
}

.pf-heading {
    font-size: 30px;
    color: #3a3a3a;
    margin-bottom: 30px;
    line-height: 50px;
    position: relative;
}

.pf-heading span {
    color: #02486c;
    font-size: 50px;
    font-weight: 700;
    width: 100%;
}

.pf-heading:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    top: -50px;
    left: -50px;
    background: linear-gradient(130deg, rgba(2,72,108,1) 0%, rgba(255,255,255, 0.5) 70%);
    z-index: -1;
}
.modal-content {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
    padding: 15px;
}

.card-hd-txt {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    margin-top: 10px;
}

#contact-form label {
    font-size: 15px;
    color: #333;
    display: flex;
    font-weight: 500;
}

#contact-form .must{
    color: #cd0000;;
}

.d-box-body input{
    border: none;
    border-bottom: 1px solid #e8e8e8;
    resize: none;
    box-shadow: none;
}

.card-alert {
    display: none;
    color: #f00;
    font-size: .8em;
    margin-top: 5px;
}

.modal .modal-content .d-box-h button{
    position: absolute;
    right: 5px;
    background: transparent;
    border: none;
    top: 4px;
    font-size: 32px;
    color: #333;
}


@media(max-width:1200px){
    .slider-nav{
        top: 147px;
    }
}

@media (min-width: 996px){
.hire-btn-cont {
    display: flex;
    justify-content: center;
}

.hire-btn-cont a{
    width: 20%;
}

.pf-btn a {
    width: 40%;
    background: #ff0042;
    color: #fff;
}

.pf-btn a:hover{
    color: #fff;
}
}


@media (max-width: 991px){
.slideshow-container {
    height: auto;
    margin-top: 20px;
}

.slider-nav {
    width: 107%;
    top: 220px;
}

.img-container {
    text-align: center;
}

.inverse-row {
    flex-direction: column-reverse;
}

.hire-btn-cont a{
    width: 40%;
   
}

.hire-btn-cont {
    display: flex;
    justify-content: center;
}


.pf-btn a {
    width: 40%;
    background: #ff0042;
    color: #fff;
}

.pf-btn a:hover{
    color: #fff;
}
}

@media (max-width: 768px){

.dot-container{
    display: none;
}
.slider-nav {
    bottom: -40px;
    top: unset;
    left: 50%;
    transform: translate(-50%);
    width: 50%;
}
.track-btn a {
    width: 35%;
}
.quotes_link {
    display: flex;
    justify-content: center;
}

.img-fluids {
    max-width: 100%;
    height: 650px;
}




.construction-project-bg .quotes_link a{
    width: 45%;
}
}

@media (max-width: 476px){
.track-btn a {
    width: 50%;
}

.pf-btn a {
    width: 50%;
    background: #ff0042;
}
.construction-project-bg .quotes_link a{
    width: 60%;
}
}

.card-title{
    font-size: 26px !important;
    padding-bottom: 10px;
}


.banner-section.web-banners {
    background: url(https://res.cloudinary.com/qono-technologies/image/upload/v1676286033/services/web-development-service_pmlrkj_xzj23x.webp) no-repeat center center / cover;
}

.section-pad {
    padding: 70px 0px 0px 0px;
}
/* Style for the unordered list */

.product-widget-body p{

text-align: left;
}

.slick-next:before, .slick-prev:before {
    font-size: 30px  !important;
    color: #1089ff !important;

}
.list-styleclass{
    list-style:none;
}
/* .banner-section.nodejs-banner {
    background: url(..img/resource_hiring/high-angle-man-working-laptop.jpg) no-repeat center center;

    
} */


.tag-icons {
    background: linear-gradient(180deg, #1089ff, #1089ff);
}

.circle {
    border-radius: 50%;
    overflow: hidden;
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: row-reverse;
    align-content: space-around;
    justify-content: center;
}

.product-widget-head {
    padding: 30px 20px;
    border-radius: 5px 5px 0 0;
    background-color: #f3f9fe;
    min-height: 204px !important;
}

/* new */

.sub-video-section {
    max-height: 350px;
    overflow-y: auto;
    scrollbar-width: none;

}

 .sub-video-section,  a {
    cursor: pointer;
    
}
.videoDimension-new {
    height: 350px !important;
    width: 100%;
}

.responsive-side-video-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 425px){
.videoDimension-new {
    background: #000;
    width: 350px !important;
    height: 200px !important;
}
}

@media (max-width: 992px){
.img-style-vid {
    width: 200px;
    height: auto;
}}

@media (max-width: 992px){
.individual-section {
    max-width: none;
    height: none;
    margin-right: 1rem;
}}


@media (max-width: 992px){
.responsive-side-video-flex {
    flex-direction: row;
}}

@media (max-width: 992px){
.sub-video-section {
    max-height: 200px;
    overflow-y: hidden;
    display: flex;
    overflow-x: auto;
    max-width: 700px;
}
}
.responsive-side-video-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sub-video-section {
    max-height: 350px;
    overflow-y: auto;
}

@media (max-width: 992px){
.responsive-side-video-flex {
    flex-direction: row;
}}


@media (max-width: 992px){
    .responsive-side-video-flex {
        flex-direction: row;
    }}
    
@media (max-width: 992px) {
    .individual-section {
        max-width: none;
        height: none;
        margin-right: 1rem;
    }
}