@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding: var(--scroll-padding, 5.49rem);
}

* {
    margin: 0;
    padding: 0;
}

:root {
    /*    background color*/
    --bg-primary: #0079FF;
    --bg-danger: #f63440;
    --bg-white: #fff;
    --bg-light-white: #f5f5f5;
    /*    --bg-success: #0B666A;*/
    --bg-success: #327640;
    --bg-dark: #121212;

    /*    text color*/
    --primary-font: 'Poppins', sans-serif;
    --text-white: #fff;
    --text-black: #121212;
    --text-primary: #0079FF;
    --text-danger: #f63440;
    --text-gray: #aaa;
    --text-dark-gray: #777;
    --text-success: #327640;

}

body {
    font-family: var(--primary-font);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    background: var(--bg-white);
    color: var(--text-black);
    overflow-x: hiddden;
    position: relative;
}

/*scrollbar*/
body::-webkit-scrollbar {
    display: none;
}

/*::-webkit-scrollbar{
    width: 0.8rem;
}
::-webkit-scrollbar-track{
    background: var(--bg-dark);
}
::-webkit-scrollbar-thumb{
    background: var(--bg-success);
}*/

/*    custom css*/
a,
a {
    text-decoration: none;
    color: var(--text-success);
}

p {
    margin: 0;
    color: darkblue;
}

.btn-danger {
    background: var(--bg-danger);
    border-color: var(--bg-danger);
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
}

.btn-danger:hover {
    color: var(--text-danger);
    background: transparent;
}

.btn-primary {
    background: var(--bg-primary);
    border-color: var(--bg-primary);
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
}

.btn-primary:hover {
    color: var(--text-primary);
    background: transparent;
}

.btn-success {
    background: var(--bg-success);
    border-color: var(--bg-success);
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
}

.btn-success:hover {
    color: var(--text-success);
    background: transparent;
}

/*container-fluid*/
.container-fluid {
    padding: 0;
}

/*hide scrollbar while scrolling*/
#navigation {
    /*    width: 100%;*/
    --height-navitem: 1.75rem;
    /*    height: var(--height-navitem);*/
    /*    position: fixed;*/
    /*    top: 0;
    left: 0;*/
    transition: transform 0.2s;

}

.nav--hidden {
    transform: translateY(calc(-1 * var(--height-navitem)));
    box-shadow: none;
}



/*    navigation css*/
.navbar-toggler {
    color: var(--text-success);
    background-color: var(--bg-primary);
    /*    border-color: var(--bg-success);*/
}

#navigation .fixed-top {
    box-shadow: 0 0.125rem 0.675rem rgb(0 0 0 / 5%);
}

/*#navigation .container,
.navbar{
    background-color: var(--bg-success);
}*/
#navigation .navbar-brand {
    /*    border: 1px solid blue;*/
    height: 4.3rem;
    width: 9rem;
    padding: 0;
    transform: translateY(-2.1rem);
}

#navigation .navbar-brand img {
    height: 9rem;
}

#navigation .navbar-nav .nav-item .nav-link {
    color: var(--text-white);
    /*padding: 0.5rem 1rem;*/
    padding-top:0;
    text-align: center;
}

/*#navigation .navbar-nav .nav-item .nav-link:hover,*/
/*#navigation .navbar-nav .nav-item .nav-link.active {*/
/*    color: var(--text-success);*/
/*    font-size: 1.2rem;*/
/*    transform: translateY(-0.2rem);*/
/*    transition: 0.2s ease-in;*/
/*}*/

#navigation .navbar-nav .nav-item li {
    --bs-dropdown-link-active-bg: var(--bg-success);
}

/*#navigation .navbar-nav .nav-item .dropdown-item:hover{
    --bs-dropdown-link-active-bg: var(--bg-success);
}*/


#navigation .navbar-toggler:focus {
    box-shadow: none;

}

.dropdowndisplay {
    display: flex;
    justify-content: space-around;

}

.dropdown-menu {
    width: 300px;
}

.dd-product {
    font-weight: 900;
    color: #327640;
    font-style: italic;
}

.dd-product-items {
    color: black;
}

.dd-product-items:hover {
    background-color: rgb(105, 105, 105);
    color: white;
}

/*home section*/
.home {
    background-color: var(--bg-white);
}

/*carousel*/
.home #carouselExampleFade {
    /*    background-color: var(--bg-dark);*/
    padding-top: 5.1rem;
    height: 38rem;
    padding-bottom: 2.75rem;
}

.home #carouselExampleFade .banner1,
.home #carouselExampleFade .banner2,
.home #carouselExampleFade .banner3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 90% center;
    min-height: 650px;
    position: relative;
}

/*    about us*/

.aboutus {
    padding-top: 5.5rem;
    padding-bottom: 4rem;
    color: var(--text-success);
}

.headline {
    margin-top: 10px;
}

.headtext {
    margin-top: -70px;
}

#aboutus .headline h2::before {
    content: '';
    width: 30%;
    height: 0.125rem;
    background-color: var(--text-success);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.625rem;
}

#aboutus .aboutus-info-1 {
    color: var(--text-dark-gray);

}



/*#services .card h4::before{
    content: '';
    width: 30%;
    height: 1.125rem;
    background-color: var(--text-success);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.625rem;
    z-index: 1;
}*/
#services .card p {
    color: var(--text-black);
    z-index: 1;
}

#services a {
    text-decoration: underline;
    color: var(--text-success);
}


/*statistics*/
#statistics {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: var(--bg-light-white);
}

/*statistics*/
#statistics h3 {
    color: var(--text-success);
}

#statistics p {
    color: var(--bg-success);
}

/* testimonial */
.home-testimonial {
    background-color: #327640;
    height: 380px
}

.home-testimonial-bottom {
    background-color: #f8f8f8;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 20px;
    margin-bottom: 0px;
    position: relative;
    height: 130px;
    top: 190px
}

.home-testimonial h3 {
    color: var(--orange);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.home-testimonial h2 {
    color: white;
    font-size: 28px;
    font-weight: 700
}

.testimonial-inner {
    position: relative;
    top: -174px
}

.testimonial-pos {
    position: relative;
    top: 24px
}

.testimonial-inner .tour-desc {
    border-radius: 5px;
    padding: 40px
}

.color-grey-3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    color: #6c83a2
}

.testimonial-inner img.tm-people {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none
}

.link-name {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    color: #6c83a2
}

.link-position {
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    color: #6c83a2
}



.line-hr {
    width: 90%;
    margin: auto;
    margin: 80px 0;
}

/* contact css*/
.contact {
    padding: 4rem 0;
    background-color: var(--bg-light-white);
    color: var(--text-primary);
}

.contact h2,
.contact h4,
.contact h5 {
    color: var(--text-success);
}

/* .contact .info li p a {
    font-size: 1rem;
    display: inline-block;
    margin: 0.75rem 0;
    color: var(--text-success);
} */

.contact .form-group {
    margin-bottom: 1.5rem;
}

.contact .form-control {
    height: 3.75rem;
    /* padding: 0.375rem 1.1875rem; */
    border: none;
    font-size: 1rem;
    margin-left: 300px;
    box-shadow: 0 0.1875rem 1.25rem 0 rgb(0 0 0 / 12%);
}

.contact .textarea {
    width: 100%;
    border-radius: 0.25rem;
    padding: 0.75rem 1.1875rem;
    border: none;
    padding-left: 10px;
    font-size: 1rem;
    margin-top: 0.3125rem;
    margin-left: 300px;
    box-shadow: 0 0.1875rem 1.25rem 0 rgb(0 0 0 / 12%);
}

.contact .textarea:focus {
    outline: none;
    border: none;
}

.btn-success {
    margin-left: 300px;
}

/* footer */


.index-footer {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    padding: 20px 0;
    background-color: #212529;
}

.index-footer .footerlogo img {
    width: 30vh;
}


.footerlogo {
    padding: 10px;
}

.footerlogo h3 {

    text-decoration: none;
}

.footerlogo p {
    width: 400px;
    color: grey;
    margin-top: -60px;
    font-size: 15px;
    font-weight: 500;
}

.footerlogo .links {
    display: flex;
    justify-content: start;
    column-gap: 5px;
    margin-top: 10px;
}

.footerlogo .links img {
    width: 7vh
}

.footerlogo h3 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: start;
    margin-top: 40px;
    font-family: "Sansita", sans-serif;
    font-weight: 700;
}

.footerlogo .points {
    margin-top: 20px;
    text-align: start;
}

.footerlogo .points a {
    text-decoration: none;
}

.footerlogo .points li {
    list-style-type: none;
    font-weight: 500;
    line-height: 35px;
    cursor: pointer;
    color: grey;
    margin-left: -30px;
}

.footerlogo .support {
    display: flex;
    justify-content: start;
    column-gap: 15px;
    margin-top: 20px;
    /* text-align: start; */
    color: grey;
}

.footerlogo .support img {
    width: 4vh;
}




/* contact css*/


/* become a partner */

.nav-link #partner {
    background-color: red;
    border: none;
    font-size: 40px;
}

/*  scroll back to top */

/* Styles for the scroll-to-top button */



#scrollUp {
    position: fixed;
    right: 2%;
    bottom: 3%;
    height: 2.813rem;
    width: 2.5rem;
    border-radius: 0.25rem;
    text-align: center;
    cursor: pointer;
    z-index: 500;
    display: none;
    transition: all 0.4s ease-in-out 0s;
    color: var(--bg-light-white);
    background: var(--bg-success);
    font-size: 2rem;
}

#scrollUp i {
    line-height: 2.625rem;
}

#scrollUp.scrollActive {
    display: block;
    opacity: 1;
}


/*  scroll back to top */

/*scroltotop*/
/*#scrollToTopBtn {
  position: fixed;
  right: 2%;
  bottom: 3%;
  height: 2.813rem;
  width: 2.5rem;
  border-radius: 0.25rem;
  text-align: center;
  cursor: pointer;
  z-index: 500;
  display: none;
  transition: all 0.4s ease-in-out 0s;
  color: var(--bg-light-white);
  background: var(--bg-success);
  font-size: 2rem;
}

#scrollToTopBtn i {
  line-height: 2.625rem;
}

#scrollToTopBtn.scrollActive {
  display: block;
  opacity: 1;
}*/


/*------------*/


#scrollToTopBtn {
    /*right: 2%;
  bottom: 3%;*/
    transform: translateX(81.313rem);
    height: 3.813rem;
    width: 3.5rem;
    border: 0;
    border-radius: 0.25rem;
    text-align: center;
    cursor: pointer;
    z-index: 500;
    transition: all 0.4s ease-in-out 0s;
    color: var(--bg-light-white);
    background: var(--bg-success);
    font-size: 2rem;
}

#scrollToTopBtn i {
    line-height: 2.625rem;
}

/* footer css*/
.copyright {
    background: var(--bg-dark);
}

.copyright p,
.copyright a {
    color: var(--text-dark-gray);
}

/* footer css*/


/* css of about */
.about-main {
    position: relative;
    top: 150px;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    column-gap: 30px;
    padding: 30px;
}

.about-main .content h5 {
    text-transform: uppercase;
    color: #327640;
    font-size: 20px;
}

.about-main .content h3 {
    color: black;
    font-size: 35px;
    text-align: start;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: "Sansita", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.about-main .content p {
    color: grey;
    font-size: 18px;
    text-align: justify;
    margin-top: 20px;
}

.visionmissionimage {
    width: 100%;
    position: relative;
    top: 200px;
    text-align: center;
}

.visionmissionimage img {
    width: 70vh;
}

.visionmissioncontent {
    display: flex;
    justify-content: space-around;
    position: relative;
    width: 90%;
    margin: auto;
    margin-top: 200px;
    column-gap: 20px;

}

.visionmissioncontent .vision:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    padding: 50px;

}

.visionmissioncontent .mission:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    padding: 50px;
}

.visionmissioncontent h2 {
    color: #327640;
    font-family: "Koulen", sans-serif;
    text-align: center;
}

.visionmissioncontent p {
    color: black;
    text-align: justify;
    margin-top: 20px;
}

.aboutstrength {
    margin-top: 150px;
    width: 100%;
}

.aboutstrength h3 {
    color: black;
    font-size: 40px;
    text-align: start;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: "Sansita", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-left: 5%;
}

.aboutstrength p {
    color: grey;
    font-size: 17px;
    margin-left: 5%;
    margin-top: 20px;
    text-align: justify;
    width: 90%;
    line-height: 30px;
}

.aboutstrength h4 {
    margin-top: 50px;
    color: rgb(99, 98, 98);
    font-size: 18px;
    font-weight: 700;
    margin-left: 5%;
    width: 90%;
}

.navigatingmarket {
    width: 100%;
    position: relative;
    top: 100px;
}

.navigatingmarket h3 {
    color: black;
    font-size: 40px;
    text-align: start;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: "Sansita", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    word-spacing: 10px;
}



.ag-format-container {
    /* width: 1142px; */
    margin: 0 auto;
}

.ag-courses_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0;
}

.ag-courses_item {
    -ms-flex-preferred-size: calc(33.33333% - 30px);
    flex-basis: calc(33.33333% - 30px);
    margin: 0 15px 30px;
    overflow: hidden;
    border-radius: 28px;
}

.ag-courses-item_link {
    display: block;
    padding: 30px 20px;
    background-color: #327640;
    ;
    overflow: hidden;
    position: relative;
    height: 250px;
}

.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
    text-decoration: none;
    color: #FFF;
}

.ag-courses-item_link:hover .ag-courses-item_bg {
    -webkit-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
}

.ag-courses-item_title {
    min-height: 87px;
    margin: 0 0 25px;
    overflow: hidden;
    font-weight: bold;
    font-size: 30px;
    color: #FFF;
    z-index: 2;
    position: relative;
    text-decoration: none;
}

.ag-courses-item_title p {
    font-size: 17px;
    color: white;
    margin-top: 15px;
    text-align: justify;
}

.ag-courses_box a {
    text-decoration: none;
}

.ag-courses-item_date-box {
    font-size: 18px;
    color: #FFF;
    z-index: 2;
    position: relative;
}

.ag-courses-item_bg {
    height: 128px;
    width: 128px;
    background-color: #605300;
    z-index: 1;
    position: absolute;
    top: -75px;
    right: -75px;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ag-courses_item:nth-child(2n) .ag-courses-item_bg {
    background-color: #600028;
}

.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
    background-color: #3a0060;
}


@media only screen and (max-width: 979px) {
    .ag-courses_item {
        -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    }

    .ag-courses-item_title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .ag-format-container {
        width: 96%;
    }

}

@media only screen and (max-width: 639px) {
    .ag-courses_item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .ag-courses-item_title {
        min-height: 72px;
        line-height: 1;

        font-size: 24px;
    }

    .ag-courses-item_link {
        padding: 22px 40px;
    }

    .ag-courses-item_date-box {
        font-size: 16px;
    }
}

.aboutrevenue {
    width: 100%;
    height: 400px;
    background-color: #e0ffe7;
    position: relative;
    top: 100px;
    display: flex;
    justify-content: space-around;
    padding-top: 10%;
}

.aboutrevenue .revenue h1 {
    font-weight: bolder;
    font-size: 70px;
}

.aboutrevenue .revenue p {
    font-weight: 700;
    color: #121212;
    font-family: "Sansita", sans-serif;
}

.about-footer {
    position: relative;
    top: 10em;
}



/* css of services */

.service-main {
    position: relative;
    top: 150px;
    width: 100%;
}

.service-main h5 {
    text-transform: uppercase;
    color: #327640;
    font-size: 20px;
    text-align: center;
}

.service-main h3 {
    color: black;
    font-size: 35px;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: "Sansita", sans-serif;
    font-weight: 700;
    font-style: normal;
}


.services-services {
    display: flex;
    justify-content: center;
    margin-top: 250px;
    width: 100%;
    column-gap: 30px;
}

.services-services2 {
    display: flex;
    width: 100%;
    justify-content: center;

}

.services-services a {
    text-decoration: none;
}

.servicebox {
    width: 300px;
    height: 200px;
    padding: auto;
    text-align: center;
    background-color:transparent #2e90428f;
    border: 1px solid #327640;
    /* background: linear-gradient(180.5deg, #61957c 8.5%, #418039 118.2%); */
   

    border-radius: 10px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;

}


.servicebox img {
    width: 8vh;
    margin-top: 40px;
}

.servicebox h3 {
    font-size: 20px;
    color: rgb(62, 62, 62);
    margin-top: 50px;

}

.servicebox:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-10px);
    box-shadow: 0 0 10px 1px #0b4b18;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
}

/* extra */
.servicebox1 {
    width: 300px;
    height: 200px;
    padding: auto;
    text-align: center;
    /* background-color: #327640; */
    background: linear-gradient(180.5deg, #61957c 8.5%, #418039 118.2%);
    border-radius: 20px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;

}


.servicebox1 img {
    width: 8vh;
    margin-top: 40px;
}

.servicebox1 h3 {
    font-size: 20px;
    color: white;
    margin-top: 50px;

}

.servicebox1:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-10px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}



.service-product-heading {
    position: relative;
    top: 250px;
}

.service-product-heading1 {
    position: relative;
    top: 400px;
}

.service-product-heading2 {
    position: relative;
    top: 550px;
}

.service-product-heading3 {
    position: relative;
    top: 700px;
}

.service-product-heading4 {
    position: relative;
    top: 850px;
}

h3 {
    text-transform: uppercase;
    color: #327640;
    font-size: 35px;
    margin-left: 2%;
    font-weight: 700;

}

.gallery-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 280px;
}


.gallery-wrap1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 420px;
}

.gallery-wrap2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 580px;
}

.gallery-wrap3 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 720px;
}

.gallery-wrap4 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 880px;
}

span img {
    background-size: cover;
    width: 250px;
    height: 250px;
    /* border: 1px solid rgb(85, 83, 83); */
}

.gallery,
.gallery1,
.gallery2,
.gallery3,
.gallery4 {
    width: 90%;
    display: flex;
    overflow-x: scroll;
}


.gallery a,
.gallery1 a,
.gallery2 a,
.gallery3 a,
.gallery4 a {
    color: black;
    text-decoration: none;
}

.gallery div,
.gallery1 div,
.gallery2 div,
.gallery3 div,
.gallery4 div {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
    padding: 5px;
    flex: none;
}

.gallery::-webkit-scrollbar,
.gallery1::-webkit-scrollbar,
.gallery2::-webkit-scrollbar,
.gallery3::-webkit-scrollbar,
.gallery4::-webkit-scrollbar {
    display: none;
}

.service-footer {
    position: relative;
    top: 70em;
}




/* css of contact us */
.contact-main {
    position: relative;
    top: 150px;
    width: 100%;
}

.contact-main h5 {
    text-transform: uppercase;
    color: #327640;
    font-size: 20px;
    text-align: center;
}

.contact-main h3 {
    color: black;
    font-size: 35px;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: "Sansita", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.contact-container {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    position: relative;
    margin-top: 200px;
}

.contact-container img {
    width: 100vh
}

.contact-container .form input {
    width: 600px;
    height: 45px;
    padding-left: 10px;
}

.contact-container .form #btnsubmit {
    width: 150px;
    border: none;
    background-color: #327640;
    border-radius: 30px;
    color: white;
    box-shadow: 0 4px 6px rgb(50, 50, 50);
}

.contact-container .form #btnsubmit:hover {
    box-shadow: 0 6px 6px rgb(50, 50, 50);

}



/* cervices categories */

.categories-main {
    position: relative;
    top: 150px;
    width: 100%;
}

.categories-main h5 {
    text-transform: uppercase;
    color: #327640;
    font-size: 20px;
    text-align: center;
}

.categories-main h3 {
    color: black;
    font-size: 35px;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: "Sansita", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.fullimage {
    width: 100%;
    height: 100%;
    position: relative;
    top: 150px;
}

.fullimage img {
    width: 70%;
    height: 70%;
    margin-left: 15%;
}

.categories-content h5 {
    text-transform: uppercase;
    color: #327640;
    font-size: 20px;
    text-align: start;
    margin-left: 2%;
    font-size: 25px;
    font-weight: bold;
}

.categories-content p {
    width: 90%;
    text-align: justify;
    margin-left: 2%;
    margin-top: 20px;
    color: grey;
}

.categories-content .points {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    column-gap: 100px;
}

.categories-content .points img {
    width: 4vh;
}

.categories-content .points li {
    list-style-type: none;
    font-size: 22px;
    line-height: 80px;
    font-weight: 500;
    /* border:1px solid red; */
}





.benefits .points {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    column-gap: 100px;
}

.benefits .points img {
    width: 4vh;
}

.benefits .points li {
    list-style-type: none;
    font-size: 22px;
    line-height: 80px;
    font-weight: 500;
    /* border:1px solid red; */
    text-align: start;
}


.benefits{
    margin: 10% 0;   
}

.benefits p{
    margin: auto;
    width: 70%;
    font-weight: 500;
    font-size: 19px;
    text-align: center;
    margin-top: 20px;
    color: black;
}

.lists{
    margin: 2% 7%; 
    width: 90%;
}

.lists ul li{
    list-style-type: none;
    text-align: start;
    padding: 20px;
    color: grey;
}

.lists ul li b{
    color:black;
}

.communication-points span {
    color: black;
    font-weight: 500;
    font-size: 20px;
}

.communication-points li {
    list-style-type: none;
    font-size: 18px;
    font-weight: 200;
    color: grey;

}

.communication-points img {
    width: 2.5vh;
}


/* css of privacy policy */
.privacy-main {
    position: relative;
    top: 150px;
    width: 100%;
}

.privacy-main h5 {
    text-transform: uppercase;
    color: #327640;
    font-size: 20px;
    text-align: center;
}

.privacy-main h3 {
    color: black;
    font-size: 35px;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: "Sansita", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.privacy-container {
    width: 90%;
    position: relative;
    margin: auto;
    margin-top: 200px;
}


.privacy-container p {
    color: #121212;
    text-align: justify;
    padding: 30px;
    font-size: 18px;
}

.privacy-container h4 {
    margin-top: 40px;
    margin-left: 2.9%;
    font-weight: 700;
}

.privacy-container .points {
    margin-bottom: -30px;
}

.privacy-container .points li {
    list-style-type: none;
    margin-left: 1%;
}


/* product enquiry form */
.product-enquiry-form {
    width: 100%;
    margin-top: 100px;
}

.product-enquiry-form h5 {
    text-transform: uppercase;
    color: #327640;
    font-size: 20px;
    text-align: start;
    margin-left: 2%;
    font-size: 25px;
    font-weight: bold;
}

.product-enquiry-form .form {
    margin: 2% 0 0 5%;

}

.form input {
    width: 500px;
    height: 40px;
}

.product-enquiry-form .form #btnsubmit {
    width: 150px;
    border: none;
    background-color: #327640;
    border-radius: 30px;
    color: white;
    box-shadow: 0 4px 6px rgb(50, 50, 50);
}

.product-enquiry-form .form #btnsubmit:hover {
    box-shadow: 0 6px 6px rgb(50, 50, 50);

}



.product-enquiry-form .form select {
    height: 50px;
    word-wrap: normal;
    width: 500px;
}


/* index page caraousel */


.productsolution {
    margin-top: 100px;
}

span img {
    width: 17rem;
    height: 20rem;
    box-shadow: 2px 2px 5px black;
    -webkit-filter: brightness(90%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}

span img:hover {
    -webkit-filter: brightness(100%);
    transform: translateY(-0.5rem);
    box-shadow: 0 0.125rem 0.675rem rgba(0, 128, 0, 100%);
}

span img:hover .box-heading {
    transform: translateY(-4rem);

}

span .box-heading {
    width: 90%;
    height: 80px;
    border-radius: 20px;
    position: relative;
    top: -90px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.232);
    backdrop-filter: blur(10px);

}

span .box-heading h4 {
    font-family: "Lilita One", sans-serif;
    font-size: 18px;
    color: #121212;
    margin: 10px 0 0 10px;
}

span .box-heading h4 p {
    font-size: 15px;
    color: #212529;
    font-weight: lighter;
    margin-top: 10%;
    margin-left: 20px;
}

.gallery001,
.gallery002 {
    width: 100%;
    display: flex;
    overflow-x: scroll;
}

.gallery001 div,
.gallery002 div {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 10px;
    padding: 5px;
    flex: none;
}

.gallery001::-webkit-scrollbar,
.gallery002::-webkit-scrollbar {
    display: none;
}

.gallery-wrap001,
.gallery-wrap002 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 50px;
}


#backbtn001,
#nextbtn001,
#backbtn002,
#nextbtn002 {
    background-color: rgb(255, 255, 255);
    border-radius: 50px;
    width: 5vh;
    cursor: pointer;
    margin: 3px;
}

.service-banner {
    background-color: #bcbcbc;
    margin-top: 50px;
}

.service-banner .add-box1 {
    padding-top: 20px;
}

.service-banner .add-box1 h3 {
    font-size: 40px;
    padding-top: 20px;
}

.service-banner .add-box1 p {
    color: rgb(52, 52, 52);
    font-size: 22px;
    margin-top: 30px;
    text-align: start;
    padding: 10px;
    line-height: 35px;
    font-family: "Sansita", sans-serif;
}

.service-banner .add-box1 button {
    width: 200px;
    padding: 10px;
    border: none;
    background-color: #327640;
    border-radius: 2px;
    color: white;
    box-shadow: 0 4px 6px rgb(50, 50, 50);
}


/* our partner*/
.partner-heading{
    text-align: center;
}
.partners {
    margin-top: 100px;
}

.partner-box2{
    margin-top: 50px;
}

.partner-box1 h3 {
    margin-top: 50px;
    font-size: 50px;
    color: #121212;
}

.partner-box1 p {
    margin-top: 50px;
    font-size: 27px;
    color: #121212;
    padding: 10px;
}

.partner-box2 img {
    margin: 35px 35px;
    aspect-ratio: 5/3;

}


/* our clients */

.team {
    margin-top: 150px;
}

.gallery003 span img {
    width: 15rem;
    height: 18rem;
    border-radius: 10px;
    box-shadow: none;

}

.gallery003 span img:hover {
    -webkit-filter: none;
    transform: none;
    box-shadow: none;
}


.gallery003 span h4 {
    text-align: center;
    margin-top: 10px;

}

.gallery003 span h5 {
    text-align: center;
    color: grey;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.gallery003 {
    width: 100%;
    display: flex;
    overflow-x: scroll;
}

.gallery003 div {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 50px;
    padding: 5px;
    margin-left: 20px;
    flex: none;
}

.gallery003::-webkit-scrollbar {
    display: none;
}

.gallery-wrap003 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 100px;
}


#backbtn001,
#nextbtn001,
#backbtn002,
#nextbtn002 {
    background-color: rgb(255, 255, 255);
    border-radius: 50px;
    width: 5vh;
    cursor: pointer;
    margin: 3px;
}


.banner-img img {
    width: 730px;
    height: 450px;

}

.livechat {
    width: 100%;
    position: absolute;
    z-index: 2;
    text-align: right;
    position: fixed;

}

.livechat img {
    width: 17vh;

}

.contact-btn{
    width: 100%;
    position: absolute;
    z-index: 2;
    text-align: right;
    position: fixed;

}

.round-box{
    background-color:#3a00605f;
    width: 200px;
    height: 200px;
    color: white;
    font-weight: 200;
    font-size: 30px;
    padding: auto;
    /* margin-left: 100px; */
    padding-top:90px; 
    border-radius: 50%;
}

.contact-btn button{
    background-color: #327640;
    padding:5px 10px ;
    border: none;
    color: white;
    transform: rotate(-90deg);
   position: relative;
   left: 42px; 
   top:400px;
}

.row-box{
    column-gap: 50px;
    margin-top: 50px;
}

.new-box .new-box-one {
    /* width: 100%; */
    padding: 20px;
    background-color: rgba(185, 185, 185, 0.29);
}

.new-box-one p{
    color: #121212;
}

.core-components li{
    text-align: start;
    padding-top: 10px;
    list-style: none;
    
}

.bio-metric .para{
    width: 90%;
    text-align: start;
    color:grey;
    font-size: 16px;
    
}

.lists ol li{

    text-align: start;
    padding: 20px;
    color: grey;
}





