body {
    font-family: "Roboto", sans-serif;

    /* font-family: century gothic; */
    /* color: #333; */
    color: rgb(8, 8, 10);
    /* font-size: 17px; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
    margin-bottom: 0.5rem;
}

ol, ul{
    margin-top: 0.8rem;
    margin-bottom: 0.7rem;
}

ol li, ul li{
    margin-bottom: 0.5rem;
    line-height: 1.6rem;
}

.required::after {
    content: " *";
    color: red;
}

.read-only{
    background: #d9d9d9 !important;
}

#topbar {
    background: #065b91;
    height: 37px;
    font-size: 1rem;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
}

.text-theme {
    color: #065b91 !important;
}

.bg-theme {
    background-color: #065b91 !important;
}

.bg-page {
    background-color: #f5f5f5 !important;
}

.bg-section-light {
    background-color: #e6e7e8 !important;
}

.bg-tabs {
    background-color: #df7119 !important;
}

.text-tabs {
    color: #df7119 !important;
}

.active {
    color: #065b91 !important;
}

.active > .page-link {
    background-color: #065b91 !important;
}

/* Product Alphabets List */
.product-alphabet-list .list-group-item {
    background-color: #065b91;
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: inline-block;
}

.product-alphabet-list .active {
    background-color: #ff7502;
}

.product-alphabet-list .list-group-item a {
    color: #fff;
    font-weight: bold;
}

.product_list {
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.product_list a:before {
    content: "\f101";
    font-family: fontawesome;
    padding-right: 7px;
    color: #ff7502;
}

/* ------------------------------------------------------------
# Costomized Datasets
-------------------------------------------------------------- */

.cust-dataset-section .active {
    color: #fff !important;
}

/*--------------------------------------------------------------
# Sample Data
--------------------------------------------------------------*/
.sample_data .icon-box {
    text-align: center;
    border: 1px solid #e2eefd;
    /*padding: 80px 20px; */
    padding: 20px 4px;
    transition: all ease-in-out 0.3s;
    background: #fff;
}

.sample_data .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #f1f6fe;
    border-radius: 4px;
    border: 1px solid #deebfd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
}

.sample_data .icon-box .icon i {
    color: #3b8af2;
    font-size: 28px;
    transition: ease-in-out 0.3s;
}

.sample_data .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}

.sample_data .icon-box h4 a {
    color: #222222;
    transition: ease-in-out 0.3s;
}

.sample_data .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.sample_data .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.sample_data .icon-box:hover h4 a,
.sample_data .icon-box:hover .icon i {
    color: #065b91;
}

.sample_data .icon-box:hover .icon {
    border-color: #065b91;
}

.sample_date .icon-box {
    display: flex;
    align-items: center;
}

.sample_data .icon {
    margin-right: 15px; /* Adjust spacing between icon and text */
}

.sample_data .icon i {
    font-size: 2rem; /* Adjust icon size as needed */
}

.sample_data .text {
    flex-grow: 1;
}

/*--------------------------------------------------------------
# Testimonial Section
--------------------------------------------------------------*/
.testimonial .section-header {
    margin-bottom: 40px;
}

.testimonial .testimonials-carousel,
.testimonial .testimonials-slider {
    overflow: hidden;
}

.testimonial .testimonial-item .testimonial-content {
    border-left: 3px solid var(--color-primary);
    padding-left: 30px;
}

.testimonial .testimonial-item .testimonial-img {
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

.testimonial .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: var(--color-default);
    font-family: var(--font-secondary);
}

.testimonial .testimonial-item h4 {
    font-size: 14px;
    color: #ffffff;
    margin: 0 0 10px 0;
    font-family: var(--font-secondary);
}

.testimonial .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}

.testimonial .testimonial-item .quote-icon-left,
.testimonial .testimonial-item .quote-icon-right {
    color: #f05656;
    font-size: 26px;
    line-height: 0;
}

.testimonial .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonial .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
}

.testimonial .testimonial-item p {
    font-style: italic;
}

.testimonial .swiper-pagination {
    margin-top: 40px;
    position: relative;
}

.testimonial .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #d1d1d7;
    opacity: 1;
}

.testimonial .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f87f3a;
}

.testimonial {
    color: #ffffff !important;
}

.testimonial i {
    color: #f87f3a !important;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery {
    overflow: hidden;
}

.gallery .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #d1d1d7;
    opacity: 1;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f87f3a;
}

.gallery .swiper-slide-active {
    text-align: center;
}

@media (min-width: 992px) {
    .gallery .swiper-wrapper {
        padding: 40px 0;
    }

    .gallery .swiper-slide-active {
        border: 6px solid #f87f3a;
        padding: 4px;
        background: #fff;
        z-index: 1;
        transform: scale(1.2);
    }
}

/* Testimonials Section
--------------------------------*/
#testimonials .testimonials-content {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 49px 20px;
}

#testimonials .testimonials-content::before {
    color: #71c55d;
    content: "\f10e";
    display: inline-block;
    font: 70px/1 FontAwesome;
    position: absolute;
    right: 43px;
    text-align: left;
    top: -29px;
}

#testimonials .top-top > h2 {
    font-family: "Roboto" sans-serif;
    font-size: 45px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

#testimonials .top-top > h4 {
    font: 700 12px Lato, sans-serif;
}

#testimonials .top-top span {
    font-size: 12px;
    font-weight: 300;
    margin-left: 26px;
}

#testimonials .btm-btm ul li {
    float: left;
    margin: 0 8px;
    border-radius: 50%;
    padding: 0;
    overflow: hidden;
    background: #ddd none repeat scroll 0 0;
    cursor: pointer;
    height: 12px !important;
    width: 12px !important;
    border: 0;
    content: "";
}

#testimonials .btm-btm .active {
    background: #71c55d;
}

.carousel-indicators {
    position: relative;
    bottom: 0;
    left: 0;
    bottom: 0 !important;
    z-index: 15;
    width: auto;
    padding-left: 0;
    margin: 30px auto 0 auto;
    margin-right: auto;
    text-align: center;
    list-style: none;
    margin-bottom: 0;
    display: inline-block;
}

.carousel-indicators li {
    margin: 0;
}

/* Container Custom Code Start */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
    .container-large {
        max-width: 96%;
    }
}

/* Container Custom Code End */

.custom-swiper-button-next,
.custom-swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

@media (max-width: 768px) {
    .custom-swiper-button-next,
    .custom-swiper-button-prev {
        display: none;
    }
}

.custom-swiper-button-next span,
.custom-swiper-button-prev span {
    font-size: 20px;
    color: rgba(var(--color-white-rgb), 0.7);
    transition: 0.3s all ease;
}

.custom-swiper-button-next:hover span,
.custom-swiper-button-next:focus span,
.custom-swiper-button-prev:hover span,
.custom-swiper-button-prev:focus span {
    color: rgba(var(--color-white-rgb), 1);
}

.custom-swiper-button-next {
    right: 40px;
}

.custom-swiper-button-prev {
    left: 40px;
}

/*.img-bg {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
}*/

@media (max-width: 768px) {
    .img-bg {
        height: 400px;
    }
}

.img-bg:before {
    position: absolute;
    content: "";
    /* background: rgb(0, 0, 0);*/
    /*background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);*/
    opacity: 0.5;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    top: 0;
}

.img-bg .img-bg-inner {
    position: relative;
    z-index: 2;
    max-width: 700px;
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 50px;
}

/*.img-bg .img-bg-inner {
  z-index: 2;
  max-width: 717px;
  position: relative;
  padding-left: 6rem;
  padding-right: 15rem;
  margin-bottom: 10rem;
}
*/
@media (max-width: 768px) {
    .img-bg .img-bg-inner {
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 50px;
    }
}

.img-bg .img-bg-inner h2,
.img-bg .img-bg-inner p {
    color: var(--color-white);
}

@media (max-width: 500px) {
    .img-bg .img-bg-inner p {
        display: none;
    }
}

/* Default styles for all screens */
img.img-slider {
    width: 100%; /* Full width by default */
    height: auto; /* Maintain aspect ratio */
}

/* For screens larger than 768px (laptop screens) */
@media only screen and (min-width: 768px) {
    img.img-slider {
        width: 30%; /* Set image width to 50% */
    }
}

/* For screens larger than 992px (small desktops) */
@media only screen and (min-width: 992px) {
    img.img-slider {
        width: 40%; /* Set image width to 40% */
    }
}

/* For screens larger than 1200px (large desktops) */
@media only screen and (min-width: 1200px) {
    img.img-slider {
        width: 45%; /* Set image width to 45% */
    }
}

/* For screens larger than 1600px (extra large desktops) */
@media only screen and (min-width: 1600px) {
    img.img-slider {
        width: 60%; /* Set image width to 60% */
    }
}

/* For screens larger than 1920px (4K and ultra-wide screens) */
@media only screen and (min-width: 1920px) {
    img.img-slider {
        width: 80%; /* Set image width to 80% */
    }
}

.section-title {
    text-align: center;
    padding-bottom: 10px;
}
/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
    overflow: hidden;
}

.clients .swiper-pagination {
    margin-top: 10px;
    position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #d1d1d7;
    opacity: 1;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f87f3a;
}

.clients .swiper-slide-active {
    text-align: center;
}

@media (min-width: 992px) {
    .clients .swiper-wrapper {
        padding: 40px 0;
    }

    .clients .swiper-slide-active {
        border: 1px solid #f87f3a;
        padding: 1px;
        background: #fff;
        z-index: 1;
        transform: scale(1.2);
        border-radius: 50%;
        width: 100px;
        height: 100px;
        border: 5px solid white; /* Add a white border */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* Add a drop shadow */
    }
}

/*--------------------------------------------------------------
# Trusted Clients Section
--------------------------------------------------------------*/
.trusted-clients {
    overflow: hidden;
}

.trusted-clients .swiper-pagination {
    margin-top: 10px;
    position: relative;
}

.trusted-clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #d1d1d7;
    opacity: 1;
}

.trusted-clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f87f3a;
}

.trusted-clients .swiper-slide-active {
    text-align: center;
}

@media (min-width: 992px) {
    .trusted-clients .swiper-wrapper {
        padding: 40px 0;
    }

    .trusted-clients .swiper-slide-active {
        border: 1px solid #f87f3a;
        padding: 1px;
        background: #fff;
        z-index: 1;
        transform: scale(1.2);
        border: 5px solid white; /* Add a white border */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* Add a drop shadow */
    }
}

/* Testimonials Page */
.testimonials_page ul {
    margin: 0;
    padding: 0;
    list-style: outside none;
}
.testimonials_page li {
    margin: 0 0 10px;
    padding: 0 0 15px;
    border-bottom: dashed 1px rgba(0, 0, 0, 0.2);
}
.testimonials_page li:last-child {
    border-bottom: none;
}
.testimonials_page li .quote {
    color: #ff7502;
    font-size: 25px;
}
.testimonials_page li .name {
    display: block;
    text-align: right;
    color: #ff7502;
    margin-top: 25px;
}
.testimonials_page li .post {
    display: block;
    text-align: right;
}
h1 a span {
    font-size: 30px;
    line-height: 36px;
}

/* Clients Page CSS */
.client_logo {
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
}
.client_logo p {
    margin-top: 15px;
}

.importt_side {
    list-style: square;
    padding: 0 20px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.importt_side li {
    width: 25%;
    padding: 5px 0;
}
.importt_side li a {
    color: #ff7502;
}

@media (min-width: 360px) and (max-width: 768px) {
    .button-res {
        width: 48% !important;
    }
}

.news_section {
    display: inline-block;
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

/* Side bar Carousel */
.carousel-custom-size {
    height: 216px;
    width: 226px;
    border-width: 0px;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3px;
    /* Adjust spacing between indicators */
}

.carousel-indicators button {
    width: 2px;
    /* Adjust width of indicators */
    height: 2px;
    /* Adjust height of indicators */
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    /* Adjust color of indicators */
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.carousel-indicators .active {
    background-color: rgba(255, 255, 255, 1);
    /* Adjust color for active indicator */
}

.contactForm {
    font-size: 0.938rem;
}

.news-media a img {
    max-height: 12rem;
}

.news-media {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

/* General Form Styling */
#searchForm {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    padding: 5px;
    border: 2px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

/* Input Field Styling */
#searchForm input#search-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
    margin-right: 10px;
    transition: border-color 0.3s ease;
}

#searchForm input#search-input:focus {
    border-color: #007bff;
}

/* Button Styling */
#searchForm button.btn-search {
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#searchForm button.btn-search:hover {
    background-color: #0056b3;
}

/* Icon inside the Button */
#searchForm button.btn-search i img {
    width: 20px;
    height: 20px;
    margin-top: -5px;
}

#searchForm button.btn-search i {
    display: inline-block;
    vertical-align: middle;
}
