body {
    overflow-x: hidden;
}

button:focus {
    outline: none;
}

.stats-bg,
.team {
    background-size: cover
}

.border-left,
.border-right {
    border-left: 4px solid #1e40af
}

.career-icon {
    width: 15px;
    height: 15px;
    display: flex
}

.team {
    background-image: url("../images/meet-the-team-title-background-v2.webp");
}

.stats-bg {
    background-image: url("https://images.unsplash.com/photo-1603539947678-cd3954ed515d?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMzIzMzB8MHwxfHNlYXJjaHwxMHx8c3RhdHN8ZW58MHwwfHx8MTY3NTA4MDg4OA&ixlib=rb-4.0.3&q=80&w=1920");
    opacity: 1;
    cursor: copy
}

.color {
    background-color: #a8d0da
}

.owl-carousel.testimonials .owl-item img {
    display: block;
    width: 3rem;
}


.owl-carousel.testimonials .owl-nav.disabled {
    display: block;
    position: absolute;
    top: -22%;
    right: 0%;
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    font: inherit;
    font-size: 45px;
    padding: 0px !important;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
    border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    padding: 20px 25px;
    color: #1e40af;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: white;
    color: #FFF;
    text-decoration: none;
}

.testimonials-heading {
    padding-bottom: 35px;
}

.right-testimonial {
    right: -75px;
}

.left-testimonial {
    left: -75px;
}

.owl-carousel.services-top .owl-item img {
    display: block;
    width: 274px;
    margin: 0 auto;
    height: 589px;
}

.owl-carousel.services-top .owl-nav.disabled {
    display: block;
}

.owl-carousel.services-top .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
}

.owl-carousel.services-top .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 0;
}

.bg-secondary {
    background: #F9FAFB;
}


.owl-carousel.testimonials .owl-nav.disabled {
    display: block;
    position: absolute;
    top: -20%;
    right: 0%;
    transform: translate(-50%, -50%);
}


.wrapper {
    background-color: #ffffff;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
    box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
    margin: 20px auto;
    width: 60%;
}

.toggle,
.content {
    font-family: "Poppins", sans-serif;
}

.toggle {
    width: 100%;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    color: #111130;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 0;
}

.content {
    position: relative;
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.bg-grey {
    background: #fafafa;
}



.product-gallery {
    padding: 0px 0;
    background: var(--section-color);
}

.topics-flex {
    align-items: center;
    justify-content: space-between;
}

.gallery-image a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 10px;
    background: white;
}

.nav-pill-main-div {
    position: relative;
    border-radius: 20px;
    box-shadow: inset -1px -7px 28px 3px rgba(1, 1, 1, 0.11);
    height: 100%;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.3s ease all;
    width: 33%;
}

ul.tabs li.current {
    color: #fff;
    transition: 0.3s ease all;
    --tw-bg-opacity: 1;
    background-color: rgb(30 64 175 / var(--tw-bg-opacity));
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 5px;
    border-radius: 0.5rem;
}

ul.tabs li.current span {
    color: #fff;
    transition: 0.3s ease all;
}

.tab-content {
    display: none;
    padding: 15px;
    transition: 0.3s ease all;
}

.tab-content.current {
    display: inherit;
    transition: 0.3s ease all;
}


/*------ease effect------*/
.nav-justified>li {
    float: none;
}

.nav-justified>li span {
    width: 100%;
}

.customize_solution .nav-justified>li {
    float: none;
}

.customize_solution span.ease-effect {
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
}

.customize_solution span.ease-effect:hover,
.customize_solution span.ease-effect:focus,
.customize_solution ul.tabs li.current span:hover,
.customize_solution ul.tabs li.current span:focus {
    color: #FFF;
    transition: 0.3s ease all;
}

.customize_solution span.ease-effect {
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 14px 0px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.customize_solution .ease-effect:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #1AA8E2;
    z-index: -2;
}

.customize_solution .ease-effect:hover:before,
.customize_solution .ease-effect:focus:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.finbyz-icon {
    height: 100px;
    width: 100px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.service-single-main {
    padding: 0px 0;
}

.service-details-content>img {
    width: 100%;
    margin: 0 0 51px;
    padding: 10px;
    height: 500px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    ;
}

.service-details-content .title,
.service-details-content .title2 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 19px;
    font-family: var(--secondary-font);
}


.service-details-content p {
    margin: 0 0 19px;
    font-size: 14px;
    line-height: 25px;
}

.service-details-content .service-details-list-wrap {
    margin: 55px 0 50px;
}


.service-details-content .service-details-list-wrap .service-details-list-content-wrap {
    margin-right: 30px;
}


.service-details-content .service-details-list-wrap .service-details-list-content-wrap .service-details-list {
    margin: 32px 0 0;
}

.service-details-content .service-details-list-wrap .service-details-list-content-wrap .service-details-list .single-service-details-list {
    display: flex;
    margin: 0 0 18px;
}

.service-details-content .service-details-list-wrap .service-details-list-content-wrap .service-details-list .single-service-details-list:last-child {
    margin-bottom: 0;
}

.service-details-content .service-details-list-wrap .service-details-list-content-wrap .service-details-list .single-service-details-list .service-details-list-degit {
    margin-right: 30px;
}

.service-details-content .service-details-list-wrap .service-details-list-content-wrap .service-details-list .single-service-details-list .service-details-list-degit .number {
    font-size: 40px;
    color: #1e40af;
    font-weight: bold;
    margin: 0;
    line-height: 1;
    transition: all 0.3s ease 0s;
}

.service-details-content .service-details-list-wrap .service-details-list-content-wrap .service-details-list .single-service-details-list .service-details-list-content p {
    margin: 0;
}

.service-details-content .service-details-list-wrap .service-details-list-content-wrap .service-details-list .single-service-details-list:hover .service-details-list-degit h3 {
    color: #1e40af;
}

.service-details-content .service-details-list-wrap .service-details-list-content-wrap .service-details-list .single-service-details-list:hover .service-details-list-content h4 {
    color: #1e40af;
}

.service-details-content .service-details-list-wrap .service-details-list-img img {
    width: 100%;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    ;
}

.product-image img {
    height: auto;
    width: 100%;
}

/*PRODUCT GALLERY STARTS*/



.topics-flex {
    align-items: center;
    justify-content: space-between;
}

.gallery-image a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 10px;
    background: white;
}

/*PRODUCT GALERY ENDS*/
.product-image img {
    width: 100%;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/*BLOGS ENDS*/

.blog-post-single {
    margin-bottom: 35px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
    border-radius: 0.5rem;
}

.blog-post-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 0.3rem;
}

.blog-writer-date {
    display: flex;
    flex-wrap: wrap;
    color: grey;
    font-weight: 500;
    font-size: 14px;
    align-items: center;
}

.writer,
.divider {
    padding-right: 10px;
}

.divider {
    font-size: 4px;
}

.blog-text-short p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: grey;
    font-weight: 400;
}

.blog-heading-short a {
    color: #000;
}

.blog-heading-short a:hover {
    text-decoration: none;
    color: #1e40af;
}

/*BLOGS ENDS*/
/*BLOG SINGLE STARTS*/
.sidebar-heading h5 {
    margin-bottom: 7px;
    font-weight: 600;
}

.searchbar-wrapper {
    border: 1px solid #1e40af;
    border-radius: 0.3rem;
    display: flex;
    justify-content: space-between;
}

.searchbar-wrapper input {
    border: none;
    width: 100%;
    padding: 5px;
    font-size: 14px;
    border-radius: 0.3rem;
}

.searchbar-wrapper input:focus-visible {
    outline: none
}

.searchbar-wrapper a {
    display: inline-block;
    padding: 5px 25px;
    background: #1e40af;
    color: #fff;
}

.archive-wrapper ul li a {
    color: #000;
    font-size: 12px;
}

.archive-wrapper ul li a:hover {
    text-decoration: underline;
}

.blog-text-area {
    padding: 20px;
}

.blog-text-area h1 {
    margin-bottom: 20px;
}

.blog-main-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
}

.blog-text-area p {
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 14px;
}

.sub-image-blog img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
}

.blog-header {
    text-transform: uppercase;
    font-weight: 600;
}

.blog-sidebar {
    padding: 20px;
}

.latest-blogs-sidebar ul li {
    list-style: none;
}

.latest-blogs-sidebar ul li a {
    font-size: 12px;
    color: #000;
}

.latest-blogs-sidebar ul li a:hover {
    color: #1e40af;
}

/*BLOG SINGLE ENDS*/



/* TEAM CSS */
.header-head {
    position: relative;
}

.header-head h3::before {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: var(--yellow-color);
    left: -29%;
    top: 55%;
    position: absolute;
}

.header-head h3::after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: var(--yellow-color);
    left: 105%;
    top: 55%;
    position: absolute;
}

.our-team {
    text-align: center;
    transition: all 0.5s ease 0s;
    margin-bottom: 30px;
}

.our-team:hover {
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.our-team .pic {
    overflow: hidden;
    position: relative;
}

.our-team .pic:before,
.our-team .pic:after {
    content: "";
    width: 179%;
    height: 106%;
    background: rgba(38, 37, 37, 0.8);
    position: absolute;
    top: -100%;
    left: -4%;
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
}

.our-team .pic:after {
    background: rgba(30, 64, 175, .8);
    top: auto;
    left: auto;
    bottom: -100%;
    right: -4%;
}

.our-team:hover .pic:before {
    top: 0;
}

.our-team:hover .pic:after {
    bottom: 0;
}

.our-team .pic img {
    width: 100%;
    height: auto;
}

.our-team .social {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 45%;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
}

.our-team:hover .social {
    opacity: 1;
}

.our-team .social li {
    display: inline-block;
}

.our-team .social li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.our-team .social li a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #1e40af;
    border-radius: 0 20px 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.our-team .social li a:hover:after {
    transform: rotate(180deg);
}

.our-team .team-content {
    padding: 20px;
}

.our-team .title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #1e40af;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.our-team .post {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #333333;
    text-transform: capitalize;
}

.social li a:hover {
    text-decoration: none;
}



/*APPLY FORM STARTS*/
.app-form {
    padding: 25px;
    border-radius: 0.5rem;
}

/*APPLY FORM ENDS*/
/*CAREER SINGLE STARTS*/
.divider-career {
    margin-bottom: 20px;
}

.divider-career h6 {
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
}

.divider-career p,
.job-desc-list li,
.job-specs li {
    line-height: 35px;
}

.job-desc-list,
.job-specs {
    list-style: disc !important;
}


.uni-button-small {
    background: #1e40af;
    border: 1px solid #1e40af;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px 0;
    border-radius: 0.3rem;
}

.uni-button-small:hover {
    background-color: #fff;
    color: #1e40af;
    transition: 0.3s ease-in-out;
}

/*CAREER SINGLE ENDS*/

.project-image-main img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.project-description h2 {
    font-weight: bold;
    color: #1e40af;
    font-size: 35px;
    margin: 20px 0;
}

.project-description p,
.project-description ul li {
    line-height: 35px;
}

.project-description h6,
.other-projects h6 {
    margin: 15px 0;
    color: #1e40af;
    font-weight: bold;
    font-size: 25px;
}

.other-projects {
    padding: 15px;
}

.other-projects ul li {
    line-height: 35px;
}

.other-projects ul li a {
    color: #000;
}

.job-about-divider {
    margin-bottom: 20px;
}

.job-about-divider h6 {
    font-weight: bold;
    color: #ff0000;
    font-size: 18px;
}

.job-about-divider p {
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 0;
}

.faq-text {
    margin-bottom: 30px;
}



.tabs .nav-pill span {
    white-space: nowrap;
}



/* Lightbox Gallery */

/* #lightgallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
} */

#lightgallery a {
    display: inline-block;
    width: 100%;
    background-color: #000;
}

#lightgallery img:hover {
    opacity: 0.9;
    transition: 0.5s;
}

/* #lightgallery div {
    width: 100%;
    margin-bottom: 40px;
} */

#lightgallery img {
    width: 100%;
    max-height: 19rem;
    min-height: 19rem;
    object-fit: cover;
    object-position: center;
    opacity: 0.7;
    transition: 0.5s;
}


.video-gallery a {
    display: inline-block;
    width: 100%;
    background-color: #000;
}

.video-gallery img:hover {
    opacity: 0.9;
    transition: 0.5s;
}

/*
.video-gallery div {
    width: 100%;
    margin-bottom: 40px;
} */

.video-gallery img {
    width: 100%;
    max-height: 19rem;
    min-height: 19rem;
    object-fit: cover;
    object-position: center;
    opacity: 0.7;
    transition: 0.5s;
}

.video-gallery .video-play-button {
    position: absolute;
    z-index: 10;
    top: 40%;
    left: 40%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    animation: wave 2s infinite;
}

/* Lightbox Gallery Ends */

/* video */
/* Wave Animation */
@keyframes wave {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}


.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    animation: wave 2s infinite;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: aqua;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}


.video-play-button span {
    display: inline-block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}


.owl-nav {
    display: none !important;
}



.vddd-sec iframe {
    width: 100% !important;
    height: 300px;
    margin-top: 10px;
}

.service-image {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cs-cat {
    padding-bottom: 20px;
}

.wt-box {
    position: relative;
}

.wt-thum-bx {
    border-radius: 10px;
    background-color: #fff
}

.wt-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}

.wt-img-overlay1:before {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.zoom img {
    height: 300px;
    width: 400px;
}

.wt-img-effect img {
    display: block;
    margin: 0;
}

.wt-img-overlay1:after {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0.4;
    z-index: 0;
    transition: all 0.3s linear;
}

.wt-thum-bx {
    border-radius: 10px;
    background-color: #fff;
}

.c-title1 {
    position: absolute !important;
    text-align: center;
    top: 247px;
    font-size: 18px;
    height: 40px;
    width: 322px;
    background: #fff;
    border-radius: 5px;
    margin-left: 17px;
}



/* for services index */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 20px;
    align-items: stretch;
}

.grid>article {
    border: 1px solid #ccc;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

.grid>article img {
    max-width: 100%;
}

.grid .text {
    padding: 20px;
}



.service img {
    padding: 50px;
    /* background-color: green; */
    transition: transform .2s;
    /* Animation */
    width: 220px;
    height: 220px;
    margin: 0 auto;
}

.service img:hover {
    transform: scale(1.5);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/* equipments */
.equipments {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1vh;
    margin-inline: auto;
    max-width: 100%;
    /* background: #fff; */
    padding: 1vh;
}

.equipments a {
    text-decoration: none;
}

.equipments a>img,
.equipments-detail a>img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: all 0.3s ease;
}

.equipments:has(img:hover) img:not(:hover),
.equipments-detail:has(img:hover) img:not(:hover) {
    scale: 0.8;
    opacity: 0.5;
    filter: grayscale(70%);
}

.equipments img:hover+.equipment-name {
    display: block;
    transition: all 0.3s ease;
}

.equipments-detail {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1vh;
    margin-inline: auto;
    max-width: 100%;
    padding: 1vh;
}


/* home services */
.fancy-cards {
    text-align: center;
    margin: 80px auto;
}

.fancy-cards .fancy-card {
    display: inline-block;
    position: relative;
    top: 40px;
    left: 20px;
    box-sizing: border-box;
}

.fancy-card .top,
.fancy-card .middle,
.fancy-card .bottom {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    width: 250px;
    height: 250px;
    transition: transform 300ms linear-out;
}

.fancy-card .top {
    z-index: 3;
    transform: scale(1.0);
    transition: transform 300ms cubic-bezier(0.22, 0.61, 0.36, 1);
    background-size: cover;
    background-position: center;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.30);
}

.fancy-card .middle {
    position: absolute;
    background: #aaa;
    top: 0px;
    z-index: 2;
    transform: rotate(0deg);
    transition: transform 250ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.fancy-card .bottom {
    position: absolute;
    background: #ccc;
    top: 0px;
    z-index: 1;
    transform: rotate(0deg);
    transition: transform 250ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.fancy-card .caption {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.75);
    padding: 15px 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.fancy-card .caption .title {
    color: #222;
    margin: 0px 0px 15px 0px;
    font-size: 1rem;
}

.fancy-card .caption .button {
    display: inline-block;
    color: #333;
    text-decoration: none;
    border: solid 1px #555;
    padding: 7px 13px;
    background-color: transparent;
    transition: all 300ms ease-in;
}


/*hovering*/
.fancy-card:hover .top {
    transform: scale(1.05);
}

.fancy-card:hover .middle {
    transform: rotate(-7deg);
    box-shadow: 1px 1px 2px rgba(74, 74, 74, 0.35);
}

.fancy-card:hover .bottom {
    transform: rotate(7deg);
    box-shadow: 1px 1px 2px rgba(113, 113, 113, 0.35);
}

.fancy-card:hover .button {
    background: #fda908;
    color: #fff;
    border: 0px;
}



.caption-title {
    border-radius: 12% 12% 0px 0px;
    border-top: 3px solid #c9a7eb;
}

.back-img {
    width: 90% !important;
    height: 400px !important;
    background: #e9e1f1 !important;
}

.caption-title .title {
    font-weight: 500;
    font-size: 25px !important;
}

nav>ol>li {
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity));
    line-height: 2;
}


.caption-title {
    border-radius: 12% 12% 0px 0px;
    border-top: 3px solid #c9a7eb;
}

.fancy-card-service .top,
.fancy-card-service .middle,
.fancy-card-service .bottom {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    width: 90%;
    height: 400px;
    transition: transform 300ms linear-out;


}

.fancy-card-service .top {
    z-index: 3;
    transform: scale(1.0);
    transition: transform 300ms cubic-bezier(0.22, 0.61, 0.36, 1);
    background-size: cover;
    background-position: center;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.30);
}

.fancy-card-service .middle {
    position: absolute;
    background: #e9e1f1;
    top: 0px;
    z-index: 2;
    transform: rotate(0deg);
    transition: transform 250ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.fancy-card-service .bottom {
    position: absolute;
    background: #e9e1f1;
    top: 0px;
    z-index: 1;
    transform: rotate(0deg);
    transition: transform 250ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.fancy-card-service .caption {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.75);
    padding: 15px 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.fancy-card-service .caption .title {
    color: #222;
    margin: 0px 0px 15px 0px;
    font-size: 1rem;
}

.fancy-card-service .caption .button {
    display: inline-block;
    color: #333;
    text-decoration: none;
    border: solid 1px #555;
    padding: 7px 13px;
    background-color: transparent;
    transition: all 300ms ease-in;
}


/*hovering*/
.fancy-card-service:hover .top {
    transform: scale(1.05);
}

.fancy-card-service:hover .middle {
    transform: rotate(-7deg);
    box-shadow: 1px 1px 2px rgba(74, 74, 74, 0.35);
}

.fancy-card-service:hover .bottom {
    transform: rotate(7deg);
    box-shadow: 1px 1px 2px rgba(113, 113, 113, 0.35);
}

.fancy-card-service:hover .button {
    background: #17418b;
    color: #fff;
    border: 0px;
}

.caption-title .title {
    font-weight: 500;
    font-size: 25px !important;
}



/*DROPDOWN*/
.dropdown-wrapper {
    position: relative;
}

#dropdown-one,
#dropdown-two {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border-radius: 0.5rem;
    display: none;
}

#dropdown-one li,
#dropdown-two li {
    line-height: 25px;
}

#dropdown-one li a,
#dropdown-two li a {
    font-size: 12px;
    font-weight: bold;
    color: #aaa;
}

#dropdown-one li a:hover,
#dropdown-two li a:hover {
    color: #1E40AF;
    text-decoration: none;
}

.dropdown-class {
    width: 160px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    ;
    padding: 10px;
}

.dropdown-wrapper:hover #dropdown-one,
.dropdown-wrapper:hover #dropdown-two {
    display: block;
}

.dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.dropdown-btn:hover {
    color: #555;
}

.dropdown-container {
    display: none;
    background-color: #fff;
    padding-left: 8px;
}

.dropdown-container a {
    display: block;
    padding-left: 30px;
    line-height: 35px;
    font-weight: bold;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

.active {
    background-color: transparent;
    color: #555;
}


.mobilefirst {
    margin-top: -46px;
}

.mobilesecond {
    margin-top: -40px;
}



.logo-bgcolor-blue {
    background: #17418b;
}


.logo-bgcolor-yellow {
    background: #fda908;
}

/* .logo-bgcolor-blue p ,li{
    color:#ffffff;
  } */

.logo-bgcolor-blue2 p,
li {
    color: #ffffff;
}


.logo-color-blue {
    color: #17418b;
}

.logo-color-yellow {
    color: #fda908;
}

/* ul.tabs li:hover {
  background-color: #fda908;
  border-radius: 25px;
} */

.home-about-us ul li {
    color: inherit !important;
}


.fancy-card .servicelist {
    width: 100%;
    height: 319px;
}






.footernew {
    display: flex !important;
}

.footergridone {
    display: flex !important;
}

.mob_short_description {
    width: 70%;
}

.equipment-name {
    display: none;
}

select.status-box {
    border: 1px solid lightgray !important;
    padding: 5px 10px 5px 10px;
}



@media(max-width: 426px) {
    .owl-carousel.testimonials .owl-nav.disabled {
        right: 15%;
    }
}

@media(max-width: 376px) {
    .owl-carousel.testimonials .owl-nav.disabled {
        right: 9%;
    }
}







@media only screen and (min-width: 576px) and (max-width: 767px) {

    .service-details-content .title,
    .service-details-content .title2 {
        font-size: 25px;
    }
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-details-content .service-details-list-wrap .service-details-list-content-wrap {
        margin-right: 0px;
    }
    .service-details-content .title,
    .service-details-content .title2 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-details-content .service-details-list-wrap .service-details-list-content-wrap {
        margin-right: 0px;
        margin-bottom: 50px;
    }
    .service-details-content .title,
    .service-details-content .title2 {
        font-size: 33px;
    }
}

@media only screen and (max-width: 767px) {
    .service-details-content .service-details-list-wrap .service-details-list-content-wrap {
        margin-right: 0px;
        margin-bottom: 40px;
    }
    .service-details-content .service-details-list-wrap {
        margin: 40px 0 40px;
    }
    .service-details-content .title,
    .service-details-content .title2 {
        font-size: 22px;
    }

    .project-lists ul li.card-header a {
        font-size: 14px;
    }
    .service-details-content>img {
        margin: 0 0 25px;
    }
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}

@media(max-width: 769px) {
    .job-about {
        display: flex;
        flex-wrap: wrap;
    }

    .job-about-divider {
        padding: 15px;
        margin-bottom: 0;
    }
    .testimonials-heading {
        padding-bottom: 55px;
    }

    .owl-carousel.testimonials .owl-nav.disabled {
        display: block;
        position: absolute;
        top: -14%;
        right: 30%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 768px) {

    .first-slider,
    .second-slider {
        width: 50%;
    }
}



@media (max-width: 640px) {
    #lightgallery {
        width: -webkit-fill-available !important;
    }
}



@media screen and (max-width: 480px) {

    .equipments,
    .equipments-detail {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1vh;
        margin-inline: auto;
        max-width: 100%;
        padding: 1vh;
    }

    /* .mobileviewpl{
        padding: 0px 0px 0px 47px;
    } */



}

@media screen and (min-width: 1024px) {
    .first-slider {
        width: 33.333333%;
    }

    .second-slider {
        width: 66.666667%;
    }

    .h-80 {
        height: 35vh;
    }

    #lightgallery img {
        max-height: 32.5vh;
        min-height: 32.5vh;
    }

    .container-fluid {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }

    .max-w-md {
        max-width: 80%;
    }

    .video-gallery .video-play-button {
        position: absolute;
        z-index: 10;
        top: 40%;
        left: 45%;
        transform: translateX(-50%) translateY(-50%);
        box-sizing: content-box;
        display: block;
        width: 20px;
        height: 20px;
        text-align: center;
        cursor: pointer;
        animation: wave 2s infinite;
    }

    .logo {
        position: absolute;
        width: 180px;
        top: -2rem;
        left: 6rem;
    }

    .nav-contact {
        position: absolute;
        top: 2.5rem;
        right: 6rem;
    }

    .nav-lg {
        padding-bottom: 6rem;
    }

    .lg\:space-x-6>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem*var(--tw-space-x-reverse));
        margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
    }




}
.fancy-card .servicelistmiddle {
    width: 90%;
    height: 319px !important;
}

.fancy-card .servicelistbottom {
    width: 90%;
    height: 319px !important;
}


.fancy-card .projectlistmiddle {
    width: 84%;
    height: 335px !important;
}

.fancy-card .projectlistbottom {
    width: 84%;
    height: 335px !important;
}


.stickymob{
    position: sticky;
    top: 20px;
}


@media screen and (max-width: 768px) {
    .equipments {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 1vh;
        margin-inline: auto;
        max-width: 100%;
        padding: 1vh;
    }
    .equipment-name {
        display: block;
    }
    .equipment-name h4{
        font-size: 14px;
    }

    .max-w-md {
        max-width: 100%;
    }

    .logo {
        position: absolute;
        width: 130px;
        top: -1rem;
        left: 2rem;
    }

    .nav-lg {
        padding-bottom: 2rem;
    }

    .fancy-cards .mobfancy {
        left: 0;
    }

    .fancy-card .servicelist {
        height: 319px !important;
    }

    .fancy-card .servicelistmiddle {
        width: 85%;
        height: 319px !important;
    }

    .fancy-card .servicelistbottom {
        width: 85%;
        height: 319px !important;
    }

    .fancy-card .projectlist {
        width: 100%;
        height: 319px !important;
    }

    .fancy-card .projectlistmiddle {
        width: 85%;
        height: 319px !important;
    }

    .fancy-card .projectlistbottom {
        width: 85%;
        height: 319px !important;
    }

    .mob .footernew {
        display: block !important;
    }

    .footergridone {
        display: block !important;
    }

    .mob_short_description {
        width: 100% !important;
    }
    .plr-o{
        padding-left: 0px;
        padding-right: 0px;
    }

    .mobileviewpl{
        padding: 0px 0px 0px 47px!important;
    }
    /* .stickymob{
        position: sticky;
        top: 20px;
    } */
}


/* add */


.plr-o{
    padding-left: 0px!important;
    padding-right: 0px!important;
}


.customhover:hover .pic:after{
display: none;
}
.customhover:hover .pic:before {
    display: none;
}

.customhover .pic:after{
    display: none;
    }
    .customhover .pic:before {
        display: none;
    }

.projectshadow{
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;

}


.customhover .pic img{
    height: 30vh;
    object-fit: cover;
}
.plan-img{
    height:30vh;
    width:auto;
    object-fit: cover;
}

.owl-carousel .caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
}