/********** Template CSS **********/
:root {
    --primary: #4761FF;
    --secondary: #555555;
    --light: #F1F3FA;
    --dark: #1C2035;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

a {
    font-size: 14px;
}

.navbar label {
    font-size: 14px;
}



.fw-medium {
    font-weight: 500;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 65px;
    height: 65px;

}

.btn-square i {
    font-size: 40px;

    color: #cc9941;

}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/* top-header */

.top {
    background-color: #232e50;
}

.top-header {
    display: flex;
    justify-content: space-between;
}

.top-header .top-social {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0px 5px 0px;

}

.top-header .top-social a {
    color: #fff;
    font-size: 15px;
}

.top-header .top-social .social {
    display: flex;
    justify-content: space-between;
    width: 22%;
}

.top-header .top-social .social a {
    background-color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 30%;
    padding-top: 2px;
    color: #fff;
}

.top-header .top-social .social a img {
    background-color: #013B6B;
    object-fit: cover;
    height: 14px;
    width: auto;

}



.top-header .social .fab {
    color: #013B6B;
}

.fa-brands,
.fab {
    font-weight: 400;
    color: #013B6B;
}

.sticky {
    display: none;
}


/*** Navbar ***/
header {
    height: 100px;
    /* position: sticky; */
    top: 0;
    z-index: 999;
}

#header {
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: space-around;
    max-width: 100%;
    padding: 20px 80px;
    box-shadow: 2px 2px 5px rgb(197, 196, 196);
    background-color: #fff;
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
}

#header a span {
    display: none;
}

#click {
    display: none;
}

#navbar li a {
    font-size: 14px;
}



#navbar li {
    list-style: none;
    padding-top: 5px;
    position: relative;
}

.navbar {
    display: flex;
    width: 60%;
    padding-bottom: 0px;
    margin-top: 12px;
    justify-content: flex-end;
}

.navbar a {
    padding: 10px;
    font-weight: 400;
}

#navbar li a:hover,
#navbar li a.active {
    color: #9b3133;
}

#navbar li a.active::after,
#navbar li a:hover::after {
    content: "";
    width: 30%;
    height: 2px;
    background: #9b3133;
    position: absolute;
    bottom: -4px;
    left: 20px;
}

header .navbar {
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    position: absolute;
    top: 0;
    z-index: 999;
    box-sizing: border-box;
    justify-content: space-evenly;
    left: -200%;
    transition: all 0.5s ease-in;
    margin-top: 74px;
    padding-top: 0px;
}

/* .navbar .dropdown i {
    margin-top: -60px;
} */



.navbar.sticky-top {
    top: -100px;
    transition: 0.5s;
}

.navbar .navbar-nav .nav-link {
    margin-left: 30px;
    padding: 25px 0;
    color: var(--secondary);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.top-navbar {
    background-color: #f8f9fa !important;
    --bs-gutter-x: 0;
    display: none !important;
    display: flex !important;
    padding: 0 !important;
}

.top-navbar .col-lg-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
    text-align: left !important;
}

.top-navbar .mobile {
    height: 100%;
    display: inline-flex;
    align-items: center;
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}



.dropdown-menu .first ul li:first-child a {
    color: #9b3133;
    font-weight: bolder;
}



.dropdown-menu .first ul li {
    margin-left: 10px;
    margin-top: 15px;
    width: 100%;

}



.fa-bars {
    display: none;
}

.dropdown-menu ul a:hover {
    color: #741012;
}

.menu-btn-2 {
    display: none;
}

#click2 {
    display: none;
}

.menu-bar {
    display: none;
}

eader .menu-btn-1 {
    display: block;
}

nav {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    position: relative;
    box-shadow: 2px 2px 5px rgb(197, 196, 196);
    background-color: #fff;
    top: 0;
    z-index: 10;
}

nav img {
    border-radius: 50%;
    width: 80%;
}

.nav-link {
    margin-left: 30px;
    padding: 25px 0;
    color: var(--secondary);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

ul li {
    list-style: none;
}

ol {
    padding-inline-start: 0;
}

ul {
    padding: 0px;
}

.faq {
    margin-left: 10px;
}

.faq details {
    margin-bottom: 10px;
}

.faq summary {
    background: #ececec;
    padding: 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.img-use {
    max-width: 100%;
    height: auto;
    padding: 0px 23%;
    background: #f2f4eb;
    margin-bottom: 20px;
}

.infographfit {
    max-width: 100%;
    height: auto;
    padding: 0px 20%;
    background: #fff6e9;
    margin-bottom: 20px;
}

header #navbar {
    display: flex;
    width: 60%;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-top: 12px;
}

#navbar li a {
    font-size: 14px;
    transition: 0.3 ease;
}

.dropdown {
    position: relative;
    cursor: pointer;
    list-style: none;
}


/* Dropdown menu */
.dropdown-menu {
    display: block;
    position: absolute;
    background-color: white !important;
    top: 100%;
    right: 0;
    z-index: 1000;
    justify-content: space-between;
    width: 60vw;
    /* margin-top: 10px; */
  border-radius: 5px;
    box-shadow: 0 0 6px 3px #0000001c;
    transition: opacity 0.3s, transform 0.3s;
    transform-origin: top;
    /* margin-left: -830px; */
    border: 0;
    opacity: 0;
    transform: scaleY(0);
    padding: 30px
}

.column {
    border: 1px sild black;

}

/* Dropdown menu items */


.column li a {
    transition: margin-left 0.5s;


}

.column li a:hover {
    margin-left: 5px;
}

/* Nested dropdown menu items */
.dropdown-menu ul {
    list-style: none;
    margin-left: -50px;
}

/* Hover effect for nested dropdown items */
.dropdown-menu ul li:hover .dropdown-menu ul li>a {
    color: white;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
    /* display: block; */
    opacity: 1;
    transform: scaleY(1);
}

/* Triangle indicator for top-level dropdown */
.dropdown::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
}

.dropdown label {
       color: black;
    font-weight: 700;
    padding: 0 10px;
}

.dropdown-menu .first {
    display: flex;
    justify-content: space-around;



}

.dropdown-menu .second {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;

}


input[type=checkbox] {
    display: none;
}

.margintop {
    padding-top: 30px;
}


/*** Features ***/
/* .row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
} */

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.feature-item h5 {
    margin-top: 20px;
}

.feature-item p {
    margin-top: 20px;
}

/*** Flex row imgese ***/
.gold-pipe {
    font-weight: bold;

}



/*** About ***/

.about {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/a1.webp) left center no-repeat;
    background-repeat: repeat;
    padding: 10px;
    margin-top: 40px;
}


.about .about-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;


}

.about .about-2 {
    background-color: #ffff;
    padding: 30px;
}

.about .about-2 a {
    background-color: #232E50;
    border-radius: 30px;
    color: #fff;
    padding: 10px 30px;
}

.main-about .container .row:first-child .img {
    margin-left: 60px;
}

.main-about .container .row {
    margin-top: 30px;
}


.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #232E50;
}

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

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: #232E50;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

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

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

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.service .service-1 {
    text-align: center;
    padding: 30px;
}

.service .service-1 span {
    text-align: center;
    color: #4761FF;
    font-size: 20px;

}

.service h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 600;

}

.service .service-2 {
    margin-top: 20px;
    padding: 20px;
}

.service .service-2 .service-item {
    position: relative;
    height: 100%;

}

.service .service-2 .service-text h5 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.service .service-2 .service-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
    transition: .5s;
    z-index: 2;
    padding: 50px;
    border-radius: 10px;

}

.row-2 {
    margin-top: 30px;
}


.service-item:hover .service-text {
    top: -1.5rem;
}

.service-item .service-text h5 {
    transition: .5s;
}

.service-item:hover .service-text h5 {
    color: var(--primary);
}

.service-item .service-btn {
    position: absolute;
    width: 80%;
    height: 3rem;
    left: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: 1;
    color: #4761FF;
    border-radius: 10px;
    font-weight: 500;

}

.service-item:hover .service-btn {
    bottom: -1.5rem;
}


/*** Project ***/
.project {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.project span {
    text-align: center;
    color: #4761FF;
    font-size: 20px;
    font-weight: 500;
}

.project h2 {
    font-size: 40px;

    font-weight: 600;
    width: 600px;
}

.project-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    margin-bottom: 30px;
}

.project-item .project-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.project-item:hover .project-overlay {
    opacity: 1;
    padding-top: 0;
}

.project-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}




/* contact */

.contact {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.contact .row {
    padding: 30px 0px 0px 0px;
}

.contact span {
    text-align: center;
    color: #232E50;
    font-size: 20px;
    font-weight: 500;
}

.contact h3 {
    font-size: 50px;
    font-weight: 700;
}

.contact a {
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.display-flex {
    display: flex;
}

.display-flex i,
.class_us i {
    font-size: 25px;
    color: #cc9941;
}

.class_us {
    padding: 16px;
}

.class_us span {
    margin-left: 10px;
}

.display-flex span {
    margin-top: 2%;
    color: #555555;
}



.container-xxl .g-5 {
    margin-top: 20px;
}

.container-xxl .col-lg-6 h6 {
    margin-top: 6%;
}

.container-xxl .display-5 {
    font-size: 28px;
    font-weight: normal;
    margin: 0;
}

.contact-details {
    margin-top: -50px;
}

.contact-details {
    transition: background-color 0.3s, color 0.3s;
    /* Smooth transition on hover */
}

.contact-details:hover {
    background-color: #232e50;
    color: white;

}

.contact-details:hover h1,
.contact-details:hover h6,
.contact-details:hover span,
.contact-details:hover a {
    color: white;
}

/* .container-xxl .row .col-lg-6.wow.fadeInUp[data-wow-delay="0.5s"]:hover {
    background-color: #232e50 !important;
    color: white !important;
} */

.col-lg-12 span {
    display: flex;
    gap: 10px;
}

.col-lg-12 p:nth-child(1) {
    font-weight: 600;
}



/*** Team ***/

.product h3 {
    margin-bottom: 50px;
    margin-top: 20px;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
}

.product .team-item {
    position: relative;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 30px;
    transition: 0.5s;
}

.product .team-item img {
    transition: 0.5s;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #cc9941be;


}

.product .team-item:hover img {
    transform: scale(1.02);
    filter: brightness(1.2);
}

.product .team-item a {
    color: #1c2035;
    font-size: 18px;
    font-weight: 600;
    padding-top: 15px;
}
 .fas {
    margin-right: 4px;
}
.team-item .team-social {
    position: absolute;
    padding: 0;
    top: 15px;
    left: 0;
    overflow: hidden;
}

.team-item .team-social li {
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social li {
    margin-left: 15px;
    opacity: 1;
}

.team-item .team-social li .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 40px;
    transition: .5s;
}

.team-item .team-social li .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item .team-social li:nth-child(1) {
    transition-delay: .1s;
}

.team-item .team-social li:nth-child(2) {
    transition-delay: .2s;
}

.team-item .team-social li:nth-child(3) {
    transition-delay: .3s;
}

.team-item .team-social li:nth-child(4) {
    transition-delay: .4s;
}

.team-item .team-social li:nth-child(5) {
    transition-delay: .5s;
}

.product .row {
    margin-top: 20px;
}

/*** Testimonial ***/
.testimonial h4 {
    padding-bottom: 10px;
    margin-top: 20px;
    font-size: 30px;
    font-weight: 600;

}

.testimonial h5 {
    font-size: 20px;
    font-weight: 500;
    color: #4761FF;
    margin-bottom: 30px;

}

.testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    padding: 30px;

}

.owl-item .testimonial-item,
.testimonial-item * {
    transition: .5s;
}

.owl-item.center .testimonial-item,
.testimonial-item:hover {
    background: #232e50;
}

.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
    color: #FFFFFF !important;
}

.testimonial-item img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

.testimonial {
    padding: 30px;
}

.testimonial .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    border-radius: 10px;

}


.testimonial-item p {
    margin-top: 20px;
}





.project .img-content {
    position: relative;
    border-radius: 8px;
    overflow: hidden;

    margin-bottom: 30px;
    transition: 0.5s;

}

.project .img-content img {
    border-bottom: 1px solid #cc9941;
}

/* .project .img-content:hover{
    transform:translateY(-18px);
} */


.project .img-content p {
    font-size: 16px;
    font-family: Poppins, sans-serif;

    font-weight: 600;
    padding: 20px 0px 0px 20px;
    color: #1c2035;
    text-align: center;
    vertical-align: middle;

}


.img-1 {
    /* width: 966px; */
    height: 250px;
}

.img-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.footer p {
    font-size: 14px;
}



.copyright .redesign a {
    color: white;
}



.footer .social a img {
    width: 20px;
}


.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    font-size: 14px;
}



.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 0.5px;
    box-shadow: none;
}







img {
    width: 100%;
    height: 100%;
}

h1 {
    font-size: 40px;
    font-weight: bold;
    color: #394ecc;

}

p {
    font-size: 14px;
    color: #555555;
    margin-top: 10px;
    font-weight: 400;
    font-family: Poppins, sans-serif;


}

.img {
    margin-top: 30px;
}

h2 {
    font-size: 30px;
    font-weight: bold;
    color: #394ecc;
    margin-top: 30px;

}

h3 {
    font-size: 25px;
    font-weight: bold;
    color: #394ecc;

}

h4 {
    color: #394ecc;

}

h5 {
    color: #394ecc;

}

.font-top {
    margin-top: 30px;
}

table {
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 7px 3px #0000000f;
    width: 100%;
}

table,
tr,
th,
td {
    padding: 12px;
    margin-top: 15px;
}

table th {
    color: #000000;
}

table tr {
    border-bottom: 1px solid #cc9941;
    font-weight: 400;
    color: #595959;
}

table tr:last-child {
    border: none;
}

tr:hover {
    background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #e1b453 35%, #d4a245 40%, #b17b32 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0px 1px rgba(255, 200, 0, .6));
    background-size: 150%;
    animation: MoveBackgroundPosition 3s ease-in-out infinite;
}



.img-text-1 .product-img {
    display: flex;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 3px 5px 0px;

}




.img-text-1 .product-img ul li {
    list-style: none;
    font-size: 16px;
    /* color: #0f0f0e; */
    font-weight: 500;
}

.img-text-1 .product-img ul .one {
    color: #cc9941;
}

.product-img img {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #cc9941;
    padding-bottom: 10px;
    margin-bottom: 10px;
        transition: .5s;

}

.product-img img:hover {
    filter: brightness(1.1) saturate(1.7);
}
.col-lg-6 a {
    text-align: center;
    width: 80%;
    font-size: 16px;
    /* font-weight: 500; */

}

.cta {
    padding: 30px;
    box-shadow: 1px 3px 5px #00000069;
    margin: 50px 0;
    text-align: center;
    border-radius: 4px;
    background: #232e50;
    font-size: 21px;
}

.cta div {
    display: flex;
    justify-content: space-between;
}

.cta a {
    width: 100%;
    background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #e1b453 35%, #d4a245 40%, #b17b32 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    background-size: 150%;
    font-weight: bold;
    font-size: 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cta a:hover {
    -webkit-text-fill-color: #ffdc5c;
}
.col-lg-9 .txt1 {
    margin-top: 30px;
}

.img-text-1 {
    margin-top: 40px;
}

.img-text {
    text-align: center;
}

.img-text a {
    font-size: 18px;
    color: #343434;
    line-height: 1;
}

.img-text a:hover {
    color: #b68135;
}

.sidebar {
    margin-top: 40px;
}

.sidebar h3 {
    padding: 15px;
    text-align: left;
    padding-left: 27px;
    font-weight: 700;
}

.sidebar span {
    color: #7b7b7b;
    font-weight: 400;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    display: block;
    margin: 20px 10px;
}

.sidebar ul {
    padding: 0;
    margin: 0;
    border-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #ffffff;
}

.sidebar ul li {
    border-radius: 2px;
    list-style: none;
    background-color: #ffffff;
    text-align: left;
    font-weight: 600;
    width: 100%;
    color: #3b3b3b;
    margin-bottom: 3px;
    transition: 2.5s;
    border-left: 1px dashed #c2c2c2;
}

.sidebar ul li a {
    color: unset;
    background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #e1b453 35%, #d4a245 40%, #b17b32 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    background-size: 150%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0px 1px rgba(255, 200, 0, .8));
    display: inline-block;
    padding: 18px 0 18px 28px;
}

.sidebar ul li:hover {
    transition: 0.1s;
    BACKGROUND: #f7f7f7;
    color: black;
    margin-left: 20px;
}

.sidebar ul li:hover a {
    color: #fff;
    animation: MoveBackgroundPosition 3s ease-in-out infinite;
}



@keyframes MoveBackgroundPosition {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}


/*styles for carouself for inner pages */

  .carousel {
      display: flex;
    /* box-shadow: 0px 0px 8px 0px #0000003d; */
    padding: 10px 0;
    border-radius: 5px;
    background: #ddf4ff;
    margin: 10px 0;
    }
   #container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: #ccc transparent; /* For Firefox */
    -webkit-overflow-scrolling: touch; /* For smooth scrolling on iOS */
  }
  #container::-webkit-scrollbar { /* For Chrome, Safari, and Opera */
    width: 8px;
  }
  #container::-webkit-scrollbar-track {
    background: transparent;
  }
  #container::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
  }
 .carousel img{
    display: inline-block;
    width: 250px; /* Adjust this based on your image size */
    margin-right: 10px; /* Adjust the spacing between images */
    vertical-align: top;
  }
  #prevButton, #nextButton {
 cursor: pointer;
    border: none;
    color: black;
    font-size: 35px;
    background: #ddf4ff;
 }

/*styles for carouself for inner pages up up up   */

.main-about .img {
    width: 80%;
}

.main-about .img img {
    width: 100%;
    height: 100%;
}

.col-lg-9 li {
    border-bottom: 1px solid #dadada;
    padding: 7px;    font-size: 14px;
}
.col-lg-9 li ul li {
    border: none;
    padding: 0;
}

.footer {
    background-color: #1C2035;
    padding: 50px 0px;
}

.footer h6 {
    font-size: 24px;
    margin-bottom: 22px;
}

.footer p {

    color: #fff;
}

.footer .social {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 3px;
}

.footer .social a {
    background-color: #fff;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 50%;
    padding: 10px;
    color: #013B6B;
}

.footer .social a img {
    background-color: #013B6B;
}

.footer .social .fab {
    color: #013B6B;
}



.menu-btn-1 {
    display: none;
}

#click1 {
    display: none;

}

.menu-bar {
    display: none;
}



.copyright {
    border-top: 2px solid white;
    background-color: #1C2035;
    padding: 5px;
}

.copyright .row {
    margin-top: 20px;
}

.copyright p {
    color: #fff;

}

.copyright .redesign {
    text-align: right;

}

.copyright a {
    color: #cc9941;
}

.copyright .row>p {
     text-align: center;
    margin-top: 25px;
}


.footer-logo {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff7f7;
    padding: 10px;

}

.certificate {
    margin-top: 20px;
    margin-bottom: 30px;
}

.certificate img {
    width: 400px;
    height: 500px;
    border: 1px solid #cc9941;
    transition: 0.5s;
}

.certificate img:hover {
    transform: scale(1.05);
    overflow: hidden;

}
.navbar > li {
    border-left: 1px solid #cacaca;
    padding: 15px 0;
}


/* caraousle start*/
.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }
   /*caraousle end  */

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


    #header ul li:nth-child(5) i {
        margin-top: -35px;
    }

    /* navbar start */
    #navbar li a {
        font-size: 14px;
    }

    .fa-bars {
        display: block;
    }

    .dropdown label {
        color: black;
        padding-left: 15px;
        font-weight: 400;
        display: block;
    }

    .column {

        margin-top: 0px;
    }

    .menu-btn i {
        font-size: 25px;
        align-items: end;
        justify-content: end;
    }

    nav {
        display: flex;
        z-index: 0;
        box-shadow: none;
        top: 0;
    }

    header .navbar {
        flex-direction: column;
        width: 100%;
        height: 100vh;
        background: #ffffff;
        position: absolute;
        top: 0;
        z-index: 999;
        box-sizing: border-box;
        justify-content: space-evenly;
        left: -200%;
        transition: all 0.5s ease-in;
        margin-top: 74px;
        padding-top: 0px;
    }



    #click:checked~.navbar {
        left: 0%;
    }

    #click:checked~.menu-btn i::before {
        content: "\f00d";
        transition: 1s;
    }

    .product-toggle {
        display: none;

    }

    .product-label {
        color: #02a251;
        margin-top: -10px;
    }

    .product-toggle:checked~.dropdown-menu {
        left: 0%;
    }

    /* navbar */
    .menu-btn {
        position: absolute;
        justify-content: space-between;
        right: 30px;
        margin-left: 80px;
        display: block;
    }

    .fa-caret-down {
        position: absolute;
        right: 20px;
        font-size: larger;
        padding: 10px;

        background-color: white;
        border: 1px solid gray;
        box-shadow: 2px 2px 5px gray;
    }

    .navbar li a {
        text-decoration: none;

        transition: 0.3 ease;
        font-weight: 400;
        padding: 15px;
    }

    #header .navbar #dropdown>i {
        height: 30px;
        width: 30px;
        display: inline-flex;
        align-items: center;
        pointer-events: auto;
        cursor: pointer;
        top: 7px;
        padding-left: 10px;
        margin-right: 40px;
    }

    .navar li a {
        margin-top: 30px;
    }


    /* ul li {
        padding: 10px;
    } */



    #header {
        height: 70px;
        justify-content: space-between;
        /* padding: 20px 30px; */
        top: 0;
        left: 0;
    }

    #header img {
        position: absolute;
        left: 15px;
        bottom: 2px;
        width: 200px;
        object-fit: contain;
    }

    .navbar li {
        padding: 10px;
        width: 100%;
    }

    #mobile {
        display: flex;
        align-items: center;
    }

    nav {
        display: flex;
        z-index: 0;
        box-shadow: none;
        top: 0;
    }

    .navbar {
        flex-direction: column;
        justify-content: normal;
        align-items: flex-start;
        margin-top: 70px;
        background-color: white;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        left: -200%;
        transition: all 0.5s ease-in;
        margin-top: 71px;
        padding: 16px;
    }

    .navbar li .solid {
        background-color: #ffffff;
        border: none;
        color: #9b3133;
        padding: 10px 15px;
        border-radius: 30px;
        transition: 0.5s;
        margin-top: 0px;
        font-weight: 400;
    }



    .first ul li a {
        font-size: 14px;
        padding: 7px;
    }

    .second ul li a {
        font-size: 14px;
        padding: 7px;
    }

    .dropdown-menu .first ul {
        border-left: none;
        margin-left: -51px;
    }

    .dropdown-menu .second ul {
        border-left: none;
        margin-left: -51px;
    }





    .product-toggle {
        display: none;
    }

    .dropdown-menu {
        left: -200%;
        position: absolute;
        margin-top: 5px;

        margin: 5% 3%;
        width: 100%;
        border-radius: 10px;
        background-color: rgb(238, 235, 235) !important;
        padding: 0px;
    }

    .first {
        max-height: 200px;
        /* Set a maximum height for scrolling */
        overflow-y: scroll;
    }


    .dropdown-menu::-webkit-scrollbar {
        width: 2px;
    }

    .dropdown-menu::-webkit-scrollbar-thumb {
        background-color: rgb(228, 212, 197);
        border-radius: 5pxrgb (121, 139, 121);
    }

    .dropdown-menu::-webkit-scrollbar-track {
        background-color: #f3f5f3;
    }

    .product-toggle:checked~.dropdown-menu {
        left: 0%;
    }





    /* Hover effect for dropdown menu items */
    .dropdown-menu li:hover {
        background-color: #f3f3f3;
    }

    /* #click:checked ~   */

    .dropdown-menu .first {
        display: block;
        justify-content: space-around;
        align-items: center;
        /* background-color: rgb(240, 240, 240); */
    }




    /* navbar end */


    .cta div {
        display: block;
    }

    .cta a {
        font-size: 16px;
        display: flex;
    }

    .top {
        display: none;
    }

    .product .team-item {
        margin-top: 20px;
    }

    .project h2 {
        font-size: 30px;
        font-weight: 600;
        width: 100%;
    }


    .testimonial .testimonial-item {
        margin-top: 10px;

    }

    .footer h6 {
        font-size: 20;
        margin-bottom: 15px;
        margin-top: 20px;
    }



    table {
        overflow-y: scroll;
        display: block;
    }

    .sidebar {
        margin-top: 0px;
        margin-bottom: 20px;
    }


    .testimonial-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }



    /* bottom navigation */






    #click1:checked~.menu-nav {
        right: 0%;
        /*---- display: none; ---*/
    }

    .menu-nav li {
        list-style: none;
    }

    .menu-nav .text-pipe {
        color: #cc9941;
        font-size: 20px;
        margin-top: 10px;

    }

    .menu-btn-1 {
        display: block;
    }


    .menu-bar .main-valves {
        color: black;
        margin-top: 15px;
        font-size: 18px;
        font-weight: 600;

    }

    .menu-bar li {
        margin-top: 4px;

    }




    .about .about-1 {
        margin-top: 25px;



    }

    .copyright {
        background-color: #000000;
        padding: 5px;
    }

    .copyright .row {
        margin-top: 10px;
    }

    .copyright .redesign {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .sticky {
        position: fixed;
        bottom: 0;
        display: flex;
        width: 100%;
        height: 80px;
        z-index: 999;
        background-color: #fff;
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
        justify-content: space-around;
        transition: 0.5s;
        overflow: hidden;
    }

    .sticky-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 1.5rem 0 1.3rem;
    }

    .sticky i,
    span {
        color: gray;
        padding-bottom: 5px;
    }

    .sticky span {
        font-family: Poppins;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .sticky.hidden {
        transform: translateY(100%);
    }
}