@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);
@import url(../css/fancybox.css);

/* @import url(../css/responsive.css); */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    /* Colors: */
    --color-198bcc: #198bcc;
    --color-093c6f: #093c6f;
    --color-09783d: #09783d;
    --color-997f07: #997f07;
    --color-282728: #282728;
    --color-fdf3db: #fdf3db;
    --color-f6f6f6: #f6f6f6;
    --color-f5f5f5: #f5f5f5;
    --color-484848: #484848;
    --color-c2c4c6: #c2c4c6;
    --color-000000: #000000;
    --color-ffffff: #ffffff;
    --font-style-normal: normal;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-19: 19px;
    --font-size-22: 22px;
    --font-size-25: 25px;
    --font-size-26: 26px;
    --font-size-27: 27px;
    --font-size-33: 33px;
    --font-size-38: 38px;
    --font-size-41: 41px;
    --font-size-45: 45px;
    --font-size-48: 48px;
    --font-size-50: 50px;
    --font-size-56: 54px;
    --font-size-60: 60px;
    --font-size-72: 58px;
    --font-family-Poppins: "Poppins", sans-serif;
    --font-family-Montserrat: "Montserrat", sans-serif;
    --character-spacing-0: 0px;
    --line-height-22: normal;
    --line-height-25: 25px;
    --line-height-27: 27px;
    --line-height-30: 30px;
    --line-height-32: 32px;
    --line-height-35: 35px;
    --line-height-36: 36px;
    --line-height-43: 43px;
    --line-height-51: 51px;
    --line-height-60: normal;
    --line-height-66: 66px;
    --line-height-78: 78px;
    --line-height-inherit: inherit;
    --font-weight-Thin: 100;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --font-weight-Medium: 500;
    --font-weight-SemiBold: 600;
    --font-weight-Bold: 700;
    --font-weight-ExtraBold: 800;
    --font-weight-Black: 900;
    --font-weight-normal: normal;
}

.montserrat {
    font-family: "Montserrat", sans-serif;
}

.poppins {
    font-family: "Poppins", sans-serif;
}

* {
    outline: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-family-Montserrat);
    font-style: var(--font-style-normal);
    font-size: var(--font-size-19);
    line-height: var(--line-height-30);
    color: var(--color-000000);
    font-weight: var(--font-weight-Regular);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    min-height: auto !important;
}

.img {
    width: 100%;
}

a,
.btn,
button {
    color: var(--color-000000);
    outline: none;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
    color: var(--color-093c6f);
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

h4,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-000000);
    text-transform: normal;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

.light-bg {
    background: #f9f7f7;
}

header,
footer,
section {
    width: 100%;
    float: left;
}

section {
    overflow: hidden;
}

section.section-space.video-section,
.about-section {
    overflow: visible !important;
}

hr {
    border-bottom: 1px solid var(--color-c2c4c6);
    border-top: 0 none;
    margin: 40px 0;
    padding: 0;
    opacity: 1;
}

p {
    font-size: var(--font-size-16);
    line-height: 24px;
    font-weight: var(--font-weight-Medium);
    font-family: var(--font-quicksand);
    color: var(--color-000000);
    margin-bottom: 15px;
    letter-spacing: 0px;
}

.p-content {
    font-size: var(--font-size-19);
    font-weight: var(--font-weight-Medium);
    color: var(--color-093c6f);
    margin-bottom: 15px;
}

.small-text {
    font-size: var(--font-size-19);
    line-height: var(--line-height-27);
    color: var(--color-000000);
}

.main-title {
    font-size: var(--font-size-45);
    line-height: normal;
    font-weight: var(--font-weight-Bold);
    font-family: var(--font-baloo-bhai-2);
    margin-bottom: 15px;
    text-transform: capitalize;
}

.title {
    font-size: var(--font-size-60);
    line-height: var(--line-height-60);
    color: var(--color-ea7819);
    font-weight: var(--font-weight-Regular);
    font-family: var(--font-family-Montserrat);
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--color-ffffff);
}

.title span {
    color: var(--color-093c6f);
    font-weight: var(--font-weight-Bold);
    display: block;
}

.div-title {
    font-size: var(--font-size-25);
    color: var(--color-282728);
    font-weight: var(--font-weight-Bold);
    margin-bottom: 15px;
}

.div-text {
    font-size: var(--font-size-19);
    line-height: var(--line-height-27);
    font-family: var(--font-family-Montserrat);
    color: var(--color-000000);
    font-weight: var(--font-weight-Bold);
    margin-bottom: 15px;
}

.div-text1 {
    font-size: var(--font-size-33);
    font-family: var(--font-family-Montserrat);
    color: var(--color-000000);
    font-weight: var(--font-weight-Bold);
    margin-bottom: 15px;
}

.box-text {
    font-size: var(--font-size-22);
    line-height: var(--line-height-32);
    color: var(--color-ffffff);
    text-transform: uppercase;
    font-weight: var(--font-weight-Medium);
    margin-bottom: 15px;
    text-align: center;
}

.font-family-Montserrat {
    font-family: var(--font-family-Montserrat);
}

.weight-Light {
    font-weight: var(--font-weight-Light);
}

.weight-Regular {
    font-weight: var(--font-weight-Regular);
}

.weight-Medium {
    font-weight: var(--font-weight-Medium);
}

.weight-SemiBold {
    font-weight: var(--font-weight-SemiBold);
}

.weight-Bold {
    font-weight: var(--font-weight-Bold);
}

.weight-ExtraBold {
    font-weight: var(--font-weight-ExtraBold);
}

.weight-Black {
    font-weight: var(--font-weight-Black);
}

.height-100 {
    height: 100vh;
}

.pr-100 {
    padding-right: 100px;
}

.pl-100 {
    padding-left: 100px;
}

.color-fff {
    color: var(--color-ffffff) !important;
}

.color-198bcc {
    color: var(--color-198bcc) !important;
}

.color-09783d {
    color: var(--color-09783d) !important;
}

.color-093c6f {
    color: var(--color-093c6f) !important;
}

.color-484848 {
    color: var(--color-484848) !important;
}

.color-000000 {
    color: var(--color-000000) !important;
}

.dark-bg {
    background-color: #228B22 !important;
}

.view-more-text {
    display: inline-block;
}

.view-more-text-btn {
    font-size: var(--font-size-19);
    line-height: var(--line-height-inherit);
    color: var(--color-0e1f45);
    font-weight: var(--font-weight-Bold);
    text-transform: uppercase;
    display: inline-block;
    background: transparent;
    border-radius: 0;
    position: relative;
    z-index: 2;
    padding: 0;
    outline: none;
    border: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.view-more-text-btn:hover {
    color: var(--color-093c6f);
    letter-spacing: 1px;
}

.view-more {
    display: inline-block;
}

.view-more-btn {
    display: inline-block;
    font-size: var(--font-size-19);
    line-height: var(--line-height-inherit);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-SemiBold);
    padding: 10px 20px;
    border-radius: 10px;
    background: var(--color-093c6f);
    border: 1px solid var(--color-093c6f);
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    outline: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.view-more-btn:hover {
    color: var(--color-093c6f);
    background: var(--color-ffffff);
    border: 1px solid var(--color-093c6f);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.img-zoom {
    overflow: hidden;
}

.img-zoom .zoom {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2.5s ease-out 0s;
    -moz-transition: all 2.5s ease-out 0s;
    -ms-transition: all 2.5s ease-out 0s;
    -o-transition: all 2.5s ease-out 0s;
    transition: all 2.5s ease-out 0s;
}

.img-zoom:hover .zoom {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* @import url(../css/root.css); */


/* loader css*/


/* loader css */

.main-nav {
    background: transparent;
    padding: 30px 0px;
    width: 100%;
    float: left;
}

.main-nav .navbar {
    padding: 0;
    width: 100%;
    float: left;
}

.main-nav .navbar-expand-lg .navbar-brand {
    position: absolute;
    top: -20px;
    margin-right: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-expand-lg .navbar-brand img,
.main-nav .navbar-expand-lg .navbar-brand .svg {
    width: 160px;
    object-fit: contain;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-nav .nav-item .nav-link {
    position: relative;
    display: block;
    font-size: var(--font-size-19);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-SemiBold);
    line-height: var(--line-height-inherit);
    padding: 8px 10px;
    text-transform: uppercase;
}

.main-nav .navbar-nav .nav-item {
    padding-left: 40px;
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
    color: var(--color-0e1f45);
}

.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
    color: var(--color-f68e1f);
}


/* dropdown-menu */

.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
    background-color: transparent;
}

.main-nav .navbar-nav .dropdown .dropdown-menu {
    min-width: 200px;
    width: 200px;
    margin: 0;
    top: 100%;
    padding: 0px;
    background-color: var(--color-ffffff);
    border: none;
    box-shadow: 0px 0px 10px -4px #0000009d;
    z-index: 9;
}

.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    float: left;
    font-size: var(--font-size-16);
    color: var(--color-000000);
    background-color: var(--color-ffffff);
    padding: 10px 10px;
    text-transform: uppercase !important;
}


/* button-style */

a.btn-link {
    width: fit-content;
    display: flex;
    border-radius: 50px;
    color: var(--color-ffffff);
    text-decoration: none;
    font-size: 18px;
    transition: 0.4s;
    font-weight: var(--font-weight-SemiBold);
}

.arrow-circul {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    transition: 0.5s;
    position: relative;
    right: -10px;
    transform: rotate(56deg);
}

.arrow-circul i {
    color: var(--color-ffffff);
    font-size: 25px;
    position: relative;
    bottom: 2px;
    right: 6px;
}

a.btn-link:hover {
    transition: 0.4s;
    color: var(--color-000000);
}

a.btn-link:hover .arrow-circul i {
    color: var(--color-000000);
}

a.btn-link:hover .arrow-circul {
    transform: rotate(0deg);
}

.section-space {
    padding: 100px 0px;
}


.know-more {
    font-size: 16px;
    background: var(--color-093c6f);
    color: var(--color-ffffff);
    padding: 8px 30px;
    border-radius: 8px;
    font-weight: var(--font-weight-SemiBold);
    border: 1px solid var(--color-093c6f);
    display: inline-block;
}

.know-more:hover {
    background: var(--color-ffffff);
    color: var(--color-093c6f);
}


/* main-banner */

.banner {
    position: relative;
}

.banner-left {
    width: 50%;
    position: relative;
    z-index: 99;
}

.banner-left img {
    height: 700px;
    position: relative;
    object-fit: cover;
}

.banner-right {
    width: 100%;
    position: relative;
    background: url(../images/banner/1.jpg)right no-repeat;
    background-size: cover;
    z-index: 9;
}

.mobile-banner {
    display: none;
}

.swiper-slide-active .slide-down {
    animation: bounceInDown 2.5s;
}

.swiper-slide-active .slide-right {
    animation: bounceInRight 2.5s;
}

.swiper-slide-active .slide-up {
    animation: bounceInUp 2.5s;
}

.banner-para {
    font-size: var(--font-size-16);
    line-height: 26px;
    font-weight: var(--font-weight-Medium);
}

.highlight span {
    font-weight: var(--font-weight-Bold);
    color: var(--color-093c6f);
    padding-right: 2px;
}

.highlight {
    font-size: 24px;
    font-weight: var(--font-weight-Medium);
    color: #ffffff;
    max-width: 100%;
    display: flex;
    margin: 0 auto;
    gap: 14px;
    flex-direction: column;
}

.acronym {
    color: #FFD700;
    font-weight: bold;
    font-size: 16px;
}

.mainSlider img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.inner-text {
    position: absolute;
    top: 20%;
    width: 40%;
    right: 8%;
}

.inner-text p span {
    font-weight: var(--font-weight-Bold);
    color: var(--color-093c6f);
}


/* about us */

.about-section {
    position: relative;
    padding: 100px 0;
    position: relative;
    padding-bottom: 250px;
}

.about-left-card {
    padding-left: 0px;
}

.about-text {
    margin-bottom: 20px;
}

.about-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -9;
    width: 100%;
}


.marquee-container {
    position: relative;
    z-index: -9;
    float: right;
    width: 100%;
    white-space: nowrap;
    border: 1px solid #dddddd00;
    font-family: var(--font-baloo-2);
}

.marquee-track {
    display: flex;
    gap: 200px;
    padding-left: 0%;
    animation: scroll-left 15s linear infinite;
}

.marquee-item {
    display: flex;
    padding: 0 1rem;
    font-size: 240px;
    font-weight: var(--font-weight-Bold);
    font-family: var(--font-family-Montserrat);
    text-transform: uppercase;
    color: #0001;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}


@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* about-page */
.overview {
    position: relative;
}

img.about-image {
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 16px;
}

.overview .design {
    position: absolute;
    width: 10%;
    right: 0;
    top: 10px;
    opacity: 0.2;
    z-index: -9;
}

.overview-text {
    padding-right: 100px;
}

.amol {
    background: var(--color-198bcc);
    position: relative;
}

.amol-text {
    position: relative;
    padding-left: 0;
    padding-right: 150px;
    z-index: 99;
}

.amol a {
    margin-top: 30px;
}

.amol-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 20px;
    z-index: 99;
}

.amol-img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.amol-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amol-border-breathe {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: radial-gradient(circle, #ffffff66 30%, transparent 70%);
    z-index: 1;
    animation: breathe1 3s ease-in-out infinite;
}

@keyframes breathe1 {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.design {
    position: absolute;
    width: 20%;
    right: 0;
    top: 50px;
    opacity: 0.2;
    z-index: 9;
}

/* mission */
.mission-section {
    margin: auto;
    position: relative;
}

.mission-title {
    font-size: 36px;
    font-weight: bold;
    color: #0075b8;
    margin-bottom: 60px;
}

.diamond-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-items: center;
    align-items: center;
}

.diamond {
    width: 100%;
    background: linear-gradient(180deg, rgb(202 236 255) 0%, rgb(255 255 255) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 16px;
    box-sizing: border-box;
}

.diamond-content {
    text-align: center;
}

.diamond img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.center-diamond {
    background: #ffffff;
    border: 4px solid #0075b8;
}

.grid-wrapper {
    display: flex;
    gap: 30px;
    justify-content: space-around;
    margin-top: 50px;
}

.top {
    grid-area: top;
}

.left {
    grid-area: left;
}

.center {
    grid-area: center;
}

.right {
    grid-area: right;
}

.bottom {
    grid-area: bottom;
}

/* mission */

.core-values {
    background: #eaf7ff;
}

img.core-img {
    width: 100%;
    border-radius: 26px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.core-content {
    padding-left: 50px;
}

.core {
    margin-top: 50px;
}

ul.core li img {
    width: 45px;
}

ul.core li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 35px;
}

.core-text h5,
.core-text p {
    margin-bottom: 0;
}

.core-text p {
    margin-bottom: 0;
    opacity: 0.5;
}

.core-icon {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.core-icon::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    /* left: 0; */
    /* top: 0; */
    z-index: -9;
}

/* about-page */




/* card */

.card {
    width: 92%;
    padding: 50px 60px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(150, 203, 234, 1) 0%, rgba(234, 247, 255, 1) 100%);
    border: none;
    height: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    justify-content: center;
}

.card img {
    width: 50px;
    margin-bottom: 20px;
}

/* card */
/* counter */

.count-area-content .big-title {
    font-size: 250px;
    line-height: 250px;
    margin-bottom: -20px;
    background: url(../images/89-bg.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* For Firefox (Experimental) */
    background-clip: text;
    color: transparent;
}

.count-area {
    padding-top: 80px;
}

.count-area .count-digit1,
.count-area .count-name {
    color: var(--color-198bcc);
}

.count-area .count-area-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 50%;
}

.counter-col {
    display: flex;
    justify-content: center;
}

.counter h2 {
    color: var(--color-ffffff);
}

.divider {
    width: 80%;
    background: var(--color-093c6f);
    height: 2px;
    display: block;
    margin-top: 0px;
    float: right;
}

.count-area-content {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-direction: column;
    padding-left: 50px;
    margin-bottom: 50px;
}

.count-digit,
.count-digit1,
.count-name {
    color: var(--color-198bcc);
    font-family: var(--font-family-Montserrat);
    font-weight: var(--font-weight-Regular);
    justify-content: center;
    align-items: center;
    font-size: 66px;
    margin-bottom: 15px;
    line-height: 66px;
}

.count-title {
    font-size: 20px;
    line-height: 25px;
    color: var(--color-000000);
    font-family: var(--font-baloo-bhai-2);
    font-weight: var(--font-weight-Bold);
    margin-bottom: 0;
    text-align: left;
}

.counter-flex {
    justify-content: left;
}

/* counter */


/* product */

.product-section {
    background: url(../images/project-bg.jpg) center no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    z-index: 9;
    padding-bottom: 250px;
    padding-top: 100px;
}

.products-inner p {
    color: var(--color-ffffff);
    width: 70%;
}

.text-right {
    width: 100%;
    text-align: right;
}

.text-right img {
    width: 70%;
    border-radius: 50%;
    text-align: right;
}

.products-inner {
    padding: 50px;
    display: flex;
    flex-direction: column;
    border-radius: 36px;
    align-content: flex-end;
    margin-bottom: 30px;
}

.button a {
    font-size: var(--font-size-16);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-SemiBold);
}

.button {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: -20px;
}

.button img {
    width: 25px;
}

.bottom-products {
    margin-top: -200px;
}

.products-heading {
    margin-bottom: 50px;
}

.custom-table-container {
    margin: auto;
    overflow-x: auto;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
}

.search-container {
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

#searchInput {
    padding: 8px;
    font-size: 16px;
    width: 250px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#searchBtn {
    padding: 8px 16px;
    font-size: 16px;
    background-color: var(--color-198bcc);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#searchBtn:hover {
    background-color: var(--color-093c6f);
}

.product-column {
    width: fit-content;
    white-space: normal;
}

thead {
    background: linear-gradient(to right, #198bcc, #319fde);
    color: white;
}

th,
td {
    padding: 14px 20px;
    text-align: left;
}

tbody tr:nth-child(even) {
    background-color: #f1f5f9;
}

tbody tr:hover {
    background-color: #e0f2fe;
    transition: background 0.3s ease;
}

th {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 1px solid #efefef6e;
}

td {
    font-size: 16px;
    font-weight: var(--font-weight-SemiBold);
    color: #374151;
    border: 1px solid #2787de40;
}

@media (max-width: 600px) {

    th,
    td {
        padding: 10px 12px;
    }
}

/* products */
.why-choose {
    position: relative;
    overflow: visible;
    z-index: 99;
}

.why-choose .container {
    background: var(--color-093c6f);
    padding: 50px;
    border-radius: 56px;
    margin-top: -100px;
}

.old-couple {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 33%;
}

ul.why {
    display: flex;
    margin-top: 50px;
}

ul.why li {
    padding-right: 50px;
}

ul.why li img {
    width: 80px;
}

.why h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: var(--font-weight-SemiBold);
    color: #24a9f6;
}

.global-section {
    padding: 100px 0;
}

.global-page {
    padding: 0 20%;
}

.global {
    margin-top: 50px;
}

ul.global li img {
    width: 50px;
}

ul.global li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.global-text h5,
.global-text p {
    margin-bottom: 0;
}

.global-text p {
    margin-bottom: 0;
    opacity: 0.5;
}

.global-top {
    color: #fffffd;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 1rem;
    border-radius: 16px;
}

.global-top img {
    width: 80%;
    border-bottom: 1px solid #1a8cce3d;
}

.global-top .global-container {
    margin: auto;
    text-align: left;
    padding: 2rem 1rem;
    padding-top: 0;
}

.global-container strong {
    color: var(--color-093c6f);
}

.global-container a {
    color: var(--color-198bcc);
}

.global-container a:hover {
    color: var(--color-09783d);
}

.section {
    background: #fff;
    border-radius: 6px;
    padding-top: 2rem;
}

/* global */

/* testimonial */
/* client-testimonial */
.testimonial-section{
    background: #eaf7ff;
}

.client-testimonial2 {
    padding-bottom: 100px;
    padding-top: 45px;
    position: relative;
}

.client-testimonial {
    padding-bottom: 100px;
    padding-top: 45px;
    position: relative;
    margin-left: 0;
    overflow: hidden;
}


.client-testimonial-sub span {
    color: #fff;
    font-weight: 400;
    font-size: 21px;
}

.client-testimonial:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/testimonial-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.client-testimonial .swiper-slide {
    padding: 0;
    padding-top: 20px;
    border-radius: 10px;
}

.client-testimonial-inner {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 0 25px;
}


.client-testimonial .swiper-slide.swiper-slide-active {
    filter: blur(0);
}

.client-testimonial .swiper-slide {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.client-testimonial .swiper-slide.swiper-slide-active {
    transform: scale(1);
       -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.client-testimonial.swiper-container {
    padding-bottom: 70px;
}

.client-testimonial p {
    font-weight: 400;
    color: #2b2a29;
    line-height: 25px;
}

.client-testimonial-inner span i {
    font-size: 40px;
    color: #201a96;
    margin-bottom: 35px;
}

.client-testimonial .swiper-pagination {
    padding-bottom: 11px;
}

.qute-icon img {
    width: 220px;
}

.client-details {
       display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
}

.client-pic {
    width: 80px;
    height: 80px;
    background: #000;
    border-radius: 63px;
    border: 2px solid #000;
    overflow: hidden;
}

.client-name h4 {
    margin-bottom: 0;
    font-size: var(--font-size-19);
    font-family: var(--font-family-Poppins);
    font-weight: bold;
    border-bottom: 2px solid #000;
    color: var(--color-198bcc);
    padding-bottom: 10px;
    width: fit-content;
    margin-bottom: 5px;
}

.client-name span {
    color: #282728;
}
.swiper-slide.swiper-slide-active::before {
    content: "";
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,rgba(150, 203, 234, 0) 0%, rgba(9, 60, 111, 1) 48%, rgba(234, 247, 255, 0) 98%);
    position: absolute;
    left: 0;
    top: 0;
}
.swiper-slide.swiper-slide-active::after {
    content: "";
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,rgba(150, 203, 234, 0) 0%, rgba(9, 60, 111, 1) 48%, rgba(234, 247, 255, 0) 98%);
    position: absolute;
    right: 0;
    top: 0;
}


.testimonial-section::before {
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, rgba(234, 247, 255, 0) 0%, rgb(234 247 255) 100%);
    position: absolute;
    content: "";
    right: 0;
    z-index: 99;
    top: 0;
}

.testimonial-section {
    position: relative;
}

.Homepage-testimonial .client-testimonial {
    background: transparent;
}

.Homepage-testimonial .client-testimonial:before {
    display: none;
}

.Homepage-testimonial .client-testimonial .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
}

.Homepage-testimonial .swiper-pagination-bullet {
    background: #222222ab;
}

.Homepage-testimonial .swiper-pagination-bullet-active {
    background: #2eae5f;
}

span.testi-intro {
    color: #333;
    font-size: 20px;
}

.testimonial-section {
    overflow: hidden;
}

.testimonial-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.testimonial-inner {
    margin-top: -15px;
}

.test-slider-inner {
    display: flex;
    align-items: center;
    column-gap: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 1px 1px 9px #2222220d;
    margin: 5px;
}

.test-pic {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background: transparent;
    margin: 0 auto;
    margin-bottom: 15px;
}

.test-info {
    width: 40%;
    border-right: 2px solid #c7c7c7;
    text-align: center;
}

.test-intro h3 {
    font-size: 20px;
    font-family: 'Lato';
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
}

span.test-deg {
    color: #7a7979;
}

.test-feed p {
    color: #7a7979;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    font-style: italic;
}

.test-text {
    margin-bottom: 25px;
}

.test-pic img {
    width: 100%;
    object-fit: cover;
}

.test-slider-card {
    margin-bottom: 30px;
}

/* contact */

.contact {
    padding: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.send {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--color-093c6f);
    /* Dark background */
    color: #ffffff;
    padding: 0.25rem 1rem;
    border-radius: 0 26px 0;
    font-size: 0.875em;
}

.contact .contact-content {
    width: 100%;
    height: 512px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}

.contact .contact-form {
    position: absolute;
    content: "";
    background-color: #fff;
    padding: 70px 50px;
    padding-left: 250px;
    margin-left: 150px;
    width: calc(100% - 150px);
    height: 100%;
    box-shadow: 0 50px 50px rgba(0, 0, 0, 0.35);
}

.contact .contact-form::before {
    position: absolute;
    content: "Send A Message";
    top: 0;
    right: 0;
    background: var(--secondary-color);
    color: white;
    padding: 8px;
    z-index: -1;
    border-bottom-left-radius: 25px;
}

input.form-control {
    background: transparent;
    color: var(--color-093c6f);
    padding-left: 0;
    border: none!important;
    border-bottom: 1px solid #ccc!important;
    border-radius: 0;
    margin-bottom: 20px;
    padding-bottom: 14px;
}

.form-group {
    position: relative;
}



.form-label {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 0 5px;
    transition: 0.3s ease;
    color: #777;
    pointer-events: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.form-control:focus+.form-label,
.form-control:not(:placeholder-shown)+.form-label {
    top: -25px;
    left: 5px;
    font-size: 12px;
    color: #007bff;
}

/* Label Styling */
.form-label {
    display: block;
    margin-top: 5px;
    font-size: 0.9rem;
    color: #555;
    transition: color 0.3s;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* Change label color on focus */
.form-control:focus+.form-label {
    color: #007bff;
}

/* Hover effect on input */
.form-control:hover {
    border-color: #007bff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Textarea consistent styling */
textarea.form-control {
     background: transparent;
    color: var(--color-093c6f);
    padding-left: 0;
    border: none!important;
    border-bottom: 1px solid #ccc!important;
    border-radius: 0;
    margin-bottom: 20px;
    padding-bottom: 14px;
}


.contact .info {
    margin: 10px 0px;
}

.contact .info li {
    display: flex;
    margin-bottom: 30px;
}

.contact .info span {
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .info i {
    font-size: 35px;
    width: 45px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.submit {
    border: 1px solid var(--color-093c6f);
    padding: 10px 30px;
    background: var(--color-093c6f);
    font-size: var(--font-size-16);
    text-transform: uppercase;
    font-weight: var(--font-weight-SemiBold);
    color: #fff;
}

.contact-info {
    display: flex;
    flex-direction: column;
    background-image: url(../);
    background: #000 url(../images/form-bg.jpg) center no-repeat;
    background-size: cover;
    align-items: flex-start;
    color: #fff;
    padding: 50px;
    justify-content: center;
    border-radius: 36px 0 0 36px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.form {
    background: #fff;
    border-radius: 0 36px 36px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.footer-social ul li a {
    display: flex;
    color: #fff;
}

.footer-social ul li a:hover {
    color: var(--color-198bcc);
}


/* contact */
/* footer */

.footer {
    width: 100%;
    background-color: var(--color-093c6f);
    position: relative;
    overflow: hidden;
    padding-top: 80px;
}

.footer .container {
    position: relative;
    z-index: 99;
}

img.footer-bg {
    content: "";
    position: absolute;
    background: url(../images/footer-top.png) center no-repeat;
    background-size: cover;
    top: -120px;
    left: 0;
    width: 100%;
    z-index: 99;
}



.footer-logo img {
    width: 60%;
    margin-bottom: 25px;
}

h3.let {
    font-size: var(--font-size-50);
    font-weight: var(--font-weight-SemiBold);
    margin-bottom: 50px;
    opacity: 0.3;
}

.footer-box p {
    color: #fff;
    padding-right: 30px;
    margin-bottom: 30px;
}

.footer-social ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}


.footer-social ul li {
    float: left;
    margin-right: 18px;
}

.footer-social ul li i {
    font-size: 26px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.footer-social ul li i:hover {
    color: var(--color-198bcc);
}

.footer-top-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

h3.footer-heading {
    font-size: var(--font-size-19);
    font-weight: var(--font-weight-Bold);
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--color-198bcc);
    padding-left: 25px;
}

.footer-menu ul li a:hover i {
    color: var(--color-093c6f);
}

.footer-menu ul li a:hover {
    color: var(--color-198bcc);
}

.footer-menu ul li i {
    font-size: 14px;
    margin-right: 10px;
    color: #fff;
    transition: 0.5s;
}

.footer-menu ul li a {
    width: fit-content;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.footer-menu ul li a:hover {
    margin-left: 8px;
}

.footer-social {
    margin-top: 40px;
}

ul.footer-contact li {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: center;
}

ul.footer-contact li p {
    margin: 0;
    color: var(--color-09783d);
    font-weight: var(--font-weight-Regular);
    font-family: var(--font-family-Poppins);
    font-size: var(--font-size-19);
    margin-bottom: -5px;
}

ul.footer-contact li a,
ul.footer-contact li p {
    margin: 0;
    color: var(--color-ffffff);
    font-size: var(--font-size-19);
    padding-right: 50px;
    line-height: normal;

}

ul.footer-contact li a:hover {
    color: var(--color-198bcc);
}

ul.footer-contact li i {
    color: #fe0100;
}

.details {
    display: flex;
    flex-direction: column;
}

img.footer-dna {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
}

/* copy-right  */

.copy-right {
    background-color: #eaf7ff;
    padding: 15px 0;
    margin-top: 50px;
}

.copy-right p,
.copy-right p a {
    font-size: var(--font-size-16);
    color: var(--color-282728);
    font-weight: var(--font-weight-SemiBold);
    margin-bottom: 0;
}

.copy-right p span {
    float: right;
}

.copy-right p a {
    color: var(--color-093c6f);
}

ul.footer-contact {
    position: relative;
    z-index: 99;
}

img.elipse-footer {
    position: absolute;
    width: 20%;
    bottom: 10px;
    bottom: 110px;
    z-index: 9;
}


/* breadcrumber */

section.breadcrumber-section {
    position: relative;
    height: 680px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

h2.page-title {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}

.breadcrumber-inner-section {
    display: flex;
    align-items: end;
    height: 100%;
    position: absolute;
    width: 100%;
    bottom: 65px;
}

ul.breadcrumber-list {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 18px;
    width: 100%;
    padding: 10px 0px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0) 52%);
}

ul.breadcrumber-list:before {
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
}

.breadcrumber-card {
    width: 100%;
}

ul.breadcrumber-list li,
li a {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-198bcc);
}

ul.breadcrumber-list li a {
    padding-right: 16px;
}

section.breadcrumber-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7063200280112045) 100%);
}


/* page-title-area */

.page-title-area {
    height: 500px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
}

section.page-title-area.d-flex {
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
}

.page-title-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgb(234 247 255 / 0%) 70%, rgb(0 0 0)100%);
    opacity: .7;
}

.page-title-area .title-item {
    position: relative;
    z-index: 1;
    text-align: left;
}

.page-title-area .title-item .section-title {
    color: var(--color-f5f5f5);
    padding-top: 100px;
    font-size: var(--font-size-50);
    margin-bottom: 15px;
    font-family: var(--font-baloo-bhai-2);
}

.page-title-area .title-item ul li {
    font-size: 18px;
    list-style-type: none;
    display: inline-block;
    position: relative;
    padding-right: 3px;
    color: var(--color-ffffff);
}

.page-title-area .title-item ul li:nth-last-child(1)::before {
    display: none;
}

.page-title-area .title-item ul li::before:last-child {
    display: none;
}

.page-title-area .title-item ul li a:hover {
    color: var(--color-09783d);
}

.page-title-area ul {
    display: flex;
    gap: 10px;
}


/* page-title-area */


.sidenav,
.mobile-toggle {
    display: none;
}

.mobile {
    display: none !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1580px;
}


/* back to top */

#button {
    display: inline-block;
    background-color: var(--color-093c6f);
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 60px;
    right: 15px;
    border-radius: 50%;
    transition: background-color .3s, opacity .5s, visibility .5s;
    visibility: hidden;
    z-index: 1000;
    border: 2px solid var(--color-ffffff);
    text-decoration: none;
    opacity: 0;
}

#button::after {
    content: "\2191";
    font-family: 'bootstrap-icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 45px;
    color: var(--color-ffffff);
    text-decoration: none;
    border: 0;
}

#button:hover {
    cursor: pointer;
    border: 2px solid var(--color-093c6f);
    background-color: var(--color-ffffff);
}

#button:hover:after {
    color: var(--color-f26b28);
}

#button:active {
    border: 2px solid var(--color-f26b28);
    background-color: var(--color-ffffff);
}

#button.show {
    opacity: 1;
    visibility: visible;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
