/* styling */

html {
    scroll-behavior: smooth;
}
body{
     background: #eaedf0;
    overflow-x: hidden;
}
:root {
    /* --color: #6C5CE7; */
    --color: #16551a;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}


/*** Button ***/
.btn12 {
    outline: none;
    border: none;
    border-radius: 5rem;
    background: var(--color);
    color: #fff;
    cursor: pointer;
    height: 50px;
    width: 150px;
    font-size: 16px;
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.3);
}

.btn12:hover {
    letter-spacing: 2px;
    background: #5be664;
    color: #fff;
    opacity: .8;
    font-size: 16px;
    align-items: center;
}
.btn{
    transition: .5s;
    font-weight: 500;
}
.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.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;
    border-radius: 50px;
    font-weight: normal;
}

.icon-box-primary,
.icon-box-light {
    position: relative;
    padding: 0 0 10px 10px;
    z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
    font-size: 60px;
    line-height: 0;
}

.icon-box-primary::before,
.icon-box-light::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    left: 0;
    bottom: 0;
    border-radius: 35px;
    transition: .5s;
    z-index: -1;
}

.icon-box-primary::before {
    background: var(--bs-primary);
}

.icon-box-light::before {
    background: var(--bs-light);
}

/*** Topbar Start ***/
.top111 .send {
    color: #999999;

}

.send1 .send {
    color: black;
}

.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 5s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {
        left: -100%;
    }

    to {
        left: 100%;
    }
}

/*** Topbar End ***/


/*** Navbar Start ***/

.navbar .logo {
    color: #fff;
    font-size: 2.5rem;
    margin-top: 1px;
    margin-left: 40px;
    text-decoration: none;
}

.navbar .logo img {
    width: 112px;
    height: 75px;
    padding: 3x;
    margin-top: 2px;
}

.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px;
    color: #023814;
    font-size: 18px;
    outline: none;

}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: blue;
}

.navbar-toggler {
    background-color: #366529;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

/*** Navbar End ***/

.btn12 {
    outline: none;
    border: none;
    border-radius: 5rem;
    background: var(--color);
    color: #fff;
    cursor: pointer;
    height: 80px;
    width: 150px;
    font-size: 16px;
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.3);
}

.btn12:hover {
    letter-spacing: 2px;
    background: #328f2c;
    color: #fff;
    opacity: .8;
    font-size: 16px;
    align-items: center;
}

/*slider*/
.bg-cover {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.slide-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9)), url('../images/hero.jpg');
}

.slide-2 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9)), url('../images/hero2.jpg');
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.6);
    width: 40px;
    height: 60px;
    margin-top: 10px;
}

#heroSlider h4::after,
#heroSlider h4::before {
    content: '';
    width: 40px;
    height: 4px;
    background-color: #fff;
    display: inline-block;
    margin: 40px;
    vertical-align: middle;
}

#heroSlider h4 {
    font-size: 20px;
}

#heroSlider h2 {
    font-size: 35px;
}

#heroSlider a {
    font-size: 18px;
    padding-top: 10px;
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(3, 27, 78, .3);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--bs-primary);
    border: 15px solid var(--bs-primary);
}

@media (max-width: 767.98px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/maize.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

.brand{
    background-color: #328f2c;
}

/*** Features ***/
.feature {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/feature.jpg) left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}

.experience .nav-pills .nav-link {
    color: var(--dark);
}

.experience .nav-pills .nav-link.active {
    color: #FFFFFF;
}

.experience .tab-content hr {
    width: 30px;
}


/*** About ***/
.about-fact {
    width: 220px;
    height: 220px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {
    .about-fact.mt-n130 {
        margin-top: -130px;
    }
}

.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: var(--bs-primary);
}

.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: var(--bs-primary);
    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: var(--bs-primary);
    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;
}
/* styling for the services section*/
.service {
    width: 100vw;
    padding-top: 50px;
    text-align: center;
     background: #eaedf0;
    padding-bottom: 3-10px;
}

.service .row12 {
     background: #eaedf0;
    margin: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service .row12 .image img {
    max-width: 45vw;
    max-height: 55vh;
    border-radius: 15px;
    margin-left: 70px;
    margin-right: 70px;
}

.service .row12 .content {
    text-align: left;
    padding: 4rem 3rem;
}
.service .row12 .content h3 {
    font-size: 32px;
    color: var(--color);
}

.service .row12 .content p {
    font-size: 16px;
    color: #333;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.untree_co-section {
    padding: 100px 0;
    position: relative;
}
.untree_co-section h3{
    text-align: center;
    color: #000;
    font-family: sans-serif;
    padding-bottom: 20px;
}

@media (max-width: 991.98px) {
    .untree_co-section {
        padding: 50px 0;
    }
}

.untree_co-section .heading h3 {
    font-size: 35px;
    color: #000000;
}

@media (max-width: 991.98px) {
    .untree_co-section .heading {
        font-size: 20px;
    }
}

.untree_co-section .heading strong {
    font-weight: 700;
}

.position-relative {
    position: relative;
}

.block-v1 {
    position: relative;
    z-index: 8;
    padding: 30px;
}

@media (max-width: 991.98px) {
    .block-v1 {
        margin-bottom: 70px;
    }
}

@media (max-width: 767.98px) {
    .block-v1 {
        margin-top: 0px;
        margin-bottom: 30px;
    }
}

.block-v1 [class^="icon-"] {
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 30px;
    display: block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.block-v1 h3 {
    font-size: 20px;
    color: #ffffff;
}

.block-v1 p {
    color: rgba(255, 255, 255, 0.7);
}

.block-v1 *:last-child {
    margin-bottom: 0;
}

.block-v1.color-1 {
    background-color: #5cb100;
}

.block-v1.color-2 {
    background-color: #ec661f;
}

.block-v1.color-3 {
    background-color: #4fb0dc;
}
/* contact section styling*/
.title-text {
    text-align: center;
    padding-bottom: 70px;
}

.title-text p {
    margin: auto;
    font-size: 20px;
    color: #16551a;
    font-weight: bold;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.title-text p:after {
    content: '';
    width: 50px;
    height: 35px;
    background: linear-gradient(#16551a, #fff);
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -1;
    transform: rotate(10deg);
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

.title-text h1 {
    font-size: 50px;
}

#contact {
    padding: 100px 0 20px;
    background: #ffffff;
    position: relative;
    width: 100vw;
}

.contact-row {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-left,
.contact-right {
    flex-basis: 45%;
    padding: 10px;
    margin-bottom: 20px;
}

.contact-right {
    text-align: right;
}

.contact-row .contact-right p {
    text-transform: none;
}

.contact-row h1 {
    margin: 10px 0;
}

.contact-row p {
    line-height: 35px;
    font-size: 15px;
}

.contact-left .fa,
.contact-right .fa {
    font-size: 20px;
    color: #16551a;
    margin: 10px;
}

.contact-img {
    max-width: 220px;
    opacity: 0.3;
    position: absolute;
    left: 42%;
    top: 32%;
    transform: translateX(-50%, -50%);
}

.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #16551a;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.button .call {
    background-color: #16551a;
}

.button .email {
    background-color: #16551a;
}

.button:hover {
    background-color: #e74c3c;
}

@media screen and (max-width: 768px) {
    .heading {
            margin: 5px;
            padding-top: 50px;
            display: inline-block;
            font-size: 20px;
            color: var(--color);
            position: relative;
            letter-spacing: .2rem;
        }
    
        .heading::before,
        .heading::after {
            content: '';
            position: absolute;
            margin-left: 20px;
            margin-right: 20px;
            height: 10px;
            width: 10px;
            border-top: .2rem solid var(--color);
            border-left: .2rem solid var(--color);
        }
    
        .heading::before {
            top: 3rem;
            left: -1rem;
        }
    
        .heading::after {
            bottom: -.25rem;
            right: -1rem;
            transform: rotate(180deg);
        }

    .contact-left,
    .contact-right {
        flex-basis: 100%;
        font-size: 14px;
    }

    .contact-img {
        top: 25%;
        left: 30%;
    }
}/*** Footer ***/

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .send {
    color: rgba(255, 255, 255, 0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: var(--primary);
}

/* styling for the gallery section*/
img {
    max-width: 100%;
}

.gallery {
    background-color: #dbddf1;
    padding: 80px 0;
}

.gallery img {
    background-color: #ffffff;
    padding: 15px;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

#gallery-modal .modal-img {
    width: 100%;
}

/* team section */
.guide .guide-item .guide-img {
    position: relative;
}

.guide .guide-item .guide-img .guide-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: -50px;
    display: flex;
    justify-content: center;
    border: 1px solid var(--bs-primary);
    background: var(--bs-light);
    z-index: 9;
}

.guide .guide-item .guide-img .guide-img-efects {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.guide .guide-item .guide-img .guide-img-efects::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.guide .guide-item:hover .guide-img-efects::after {
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: rgba(19, 53, 123, .5);
}

.guide .guide-item .guide-img-efects img {
    transition: 0.5s;
}

.guide .guide-item:hover .guide-img-efects img {
    transform: scale(1.1);
}

.guide .guide-item .guide-title {
    position: relative;
    background: var(--bs-light);
    transition: 0.5s;
}

.guide .guide-item .guide-title::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.5s;
}

.guide .guide-item:hover .guide-title::after {
    height: 100%;
    background: var(--bs-primary) !important;
    color: var(--bs-white);
}

.guide .guide-item .guide-title .guide-title-inner,
.guide .guide-item:hover .guide-title .guide-title-inner h4 {
    transition: 0.5s;
}

.guide .guide-item:hover .guide-title .guide-title-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 2;
}

.guide .guide-item:hover .guide-title .guide-title-inner h4 {
    color: var(--bs-white);
}

.custom-accordion .accordion-item {
    margin-bottom: 0px;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
}

.custom-accordion .accordion-item .btn-link {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-decoration: none;
    text-align: left;
    color: #000000;
    background: transparent;
    border: none;
    padding-left: 40px;
    border-radius: 0;
    position: relative;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    font-weight: normal !important;
    font-family: "Inter", sans-serif;
    font-size: 16px !important;
}

.custom-accordion .accordion-item .btn-link:before {
    font-family: 'icomoon';
    content: "\f067";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}

.custom-accordion .accordion-item .btn-link[aria-expanded="true"] {
    font-weight: 700;
    color: #ffffff !important;
    background: #136ad5;
}

.custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
    font-family: 'icomoon';
    content: "\f068";
    position: absolute;
    color: #ffffff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}

.custom-accordion .accordion-item.active {
    z-index: 2;
}

.custom-accordion .accordion-item.active .btn-link {
    color: #000000;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.custom-accordion .accordion-item .accordion-body {
    padding: 20px 20px 20px 20px;
}

.untree_co-section {
    padding: 100px 0;
    position: relative;
}

@media (max-width: 991.98px) {
    .untree_co-section {
        padding: 50px 0;
    }
}

.untree_co-section .heading h3 {
    font-size: 35px;
    color: #000000;
}

@media (max-width: 991.98px) {
    .untree_co-section .heading {
        font-size: 20px;
    }
}

.untree_co-section .heading strong {
    font-weight: 700;
}

.accordion-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
}
.custom-accordion .accordion-item {
    margin-bottom: 0px;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
}

.custom-accordion .accordion-item .btn-link {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-decoration: none;
    text-align: left;
    color: #000000;
    background: transparent;
    border: none;
    padding-left: 40px;
    border-radius: 0;
    position: relative;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    font-weight: normal !important;
    font-family: "Inter", sans-serif;
    font-size: 16px !important;
}

.custom-accordion .accordion-item .btn-link:before {
    font-family: 'icomoon';
    content: "\f067";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}

.custom-accordion .accordion-item .btn-link[aria-expanded="true"] {
    font-weight: 700;
    color: #ffffff !important;
    background: #2a96cc;
}

.custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
    font-family: 'icomoon';
    content: "\f068";
    position: absolute;
    color: #ffffff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}

.custom-accordion .accordion-item.active {
    z-index: 2;
}

.custom-accordion .accordion-item.active .btn-link {
    color: #000000;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.custom-accordion .accordion-item .accordion-body {
    padding: 20px 20px 20px 20px;
}


/*** moving gallery Start ***/

.testimonial-item {
    background: #e3f0eb;

}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #c1dad0;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}

/*** moving gallery End ***/

/* styling for the products page*/
/* intro text*/
.intro-text {
    margin-bottom: 40px;
    text-align: center;
}

.intro-text .heading {
    font-size: 40px;
}
 @media screen and (max-width: 768px) {
    #product .nav-pills .nav-link {
            background-color: #bbbbbb;
            margin-left: 6px;
            margin-right: 6px;
            
            color: #222;
            font-size: 10px;
            border-radius: 100px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        }
    
        #product .nav-pills .nav-link.active {
            background-color: var(--color);
            color: #fff;
            font-size: 12px;
        }
.intro-text {
        margin-bottom: 20px;
        text-align: center;
    }

    .intro-text .heading {
        font-size: 20px;
    }
        #heroSlider h4 {
            font-size: 10px;
        }
    
        #heroSlider h2 {
            font-size: 18px;
        }
    
        #heroSlider a {
            font-size: 18px;
            padding-top: 12px;
        }
    
        #heroSlider h4::after,
        #heroSlider h4::before {
            content: '';
            width: 15px;
            height: 4px;
            background-color: #fff;
            display: inline-block;
            margin: 20px;
            vertical-align: middle;
        }

 }

/* the products page*/
#product {
    width: 100vw;
    background-color: #e6e3e3;
}

#product .nav-pills .nav-link {
    background-color: #bbbbbb;
    margin-left: 8px;
    margin-right: 8px;
    color: #222;
    font-size: 14px;
    border-radius: 100px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

#product .nav-pills .nav-link.active {
    background-color: var(--color);
    color: #fff;
    font-size: 14px;
}

#product .tab-content .product-item img {
    width: 100%;
    height: 220px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

#product .tab-content .product-item h5 a {
    text-decoration: none;
    font-size: 13px;
    color: #16551a;
}

#product .tab-content .product-item h5 a:hover {
    color: var(--color);
}

.shadow-on-hover {
    transition: all 0.3s;
}

.shadow-on-hover:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* styling for section headings*/
.heading {
    margin: 5px;
    padding-top: 100px;
    display: inline-block;
    font-size: 40px;
    color: var(--color);
    position: relative;
    letter-spacing: .2rem;
}

.heading::before,
.heading::after {
    content: '';
    position: absolute;
    height: 40px;
    width: 40px;
    border-top: .4rem solid var(--color);
    border-left: .4rem solid var(--color);
}

.heading::before {
    top: 5.8rem;
    left: -2rem;
}

.heading::after {
    bottom: -.5rem;
    right: -2rem;
    transform: rotate(180deg);
}
/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

    /* styling for the services section*/
    .service{
        width: 100vw;
        text-align: center;
    background-color: #e6e3e3;
    padding-bottom: 30px;
    }
    
    /* styling for section headings*/
  .heading{
    margin: 5px;
    padding-top: 100px;
    display: inline-block;
    font-size: 40px;
    color:  #2a96cc;
    position: relative;
    letter-spacing: .2rem;
  }
  .heading::before, .heading::after{
    content: '';
    position: absolute;
    height: 35px;
    width: 35x;
    border-top: .4rem solid #2a96cc;
    border-left: .4rem solid #2a96cc;
  }
  .heading::before{
    top: 5.8rem;
    left: -2rem;
}
    .heading::after{
        bottom: -.5rem;
        right: -2rem;
        transform: rotate(180deg);
    }


    .service .row12{
        margin: 0;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .service .row12 .image img{
        max-width: 45vw;
        max-height: 55vh;
        border-radius: 15px;
        margin-left: 20px;
        margin-right: 70px;
    }
    .service .row12 .content{
        text-align: left;
        padding: 4rem 3rem;
    }
    .service .row12 .content h3{
        font-size: 32px;
        color:  #2a96cc;
    }
    .service .row12 .content p{
        font-size: 16px;
        color: #333;
    }
    /* media inquiries */
 @media screen and (max-width: 770px){
         html, body{
         overflow-x: hidden;
      
    }
  .service .row12{
    flex-flow: column-reverse;
    padding-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .service .row12:nth-child(even){
    flex-flow: column;
  }
  .service .row12 .image img{
    width: 200px;

  }
  .service .row12 .content{
    padding: 10px;
   
  }
  .service .row12 .content h3{
    font-size: 20px;
   
  }
    .service .row12 .content p{
        font-size: 15px;
        color: #333;
    }
      .heading{
    padding-top: 10px;
    display: inline-block;
    font-size: 25px;
    color:  #2a96cc;
    position: relative;
    letter-spacing: .2rem;
  }
  .heading::before, .heading::after{
    content: '';
    position: absolute;
    height: 15px;
    width: 15x;
    border-top: .4rem solid #2a96cc;
    border-left: .4rem solid #2a96cc;
  }
  .heading::before{
    top: -.2rem;
    left: -2rem;
}
    .heading::after{
        bottom: -.5rem;
        right: -2rem;
        transform: rotate(180deg);
    }
}


  .table-section {
    max-width: 1000px;
    margin: auto;
    overflow-x: auto; /* horizontal scroll on small screens */
     background: #eaedf0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }

  table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
  }

  th, td {
    border: 1px solid #ddd;
    padding: 12px;
    font-size: 16px;
  }

  th {
    background-color: #0275d8;
    color: #fff;
    font-weight: bold;
  }

  tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  /* Responsive for small screens */
  @media (max-width: 768px) {
    table, th, td {
      padding: 10px;
      font-size: 14px;
    }
  }


  
/* styling for the partners section */
@keyframes slide {
    0%, 20% {
      opacity: 0;
      transform: translateX(100%);
    }
    25%, 45% {
      opacity: 1;
      transform: translateX(0);
    }
    50%, 75% {
      opacity: 1;
      transform: translateX(0);
    }
    80%, 100% {
      opacity: 0;
      transform: translateX(-100%);
    }
  }
  
  .logos {
    overflow: hidden;
    padding: 60px 0;
     background: #eaedf0;
    white-space: nowrap;
    position: relative;
    text-align: center;
  }
  
  .logos:before,
  .logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
  }

  .logos-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
  }
  
  .logos-slide img {
 max-width: 15vw;
    max-height: 35vh;
    margin-left: 30px;
    margin-right: 30px;
  }

   @media (max-width: 768px) {
    .logos-slide img {
    height: 50px;
    width: 70px;
    margin: 0 10px;
  }
  }


  
/* styling for the gallery section*/
img {
    max-width: 100%;
}

.gallery {
    background-color: #dbddf1;
    padding: 80px 0;
}

.gallery img {
    background-color: #ffffff;
    padding: 15px;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

#gallery-modal .modal-img {
    width: 100%;
}