/* .logo {
    width:100px;
} */

.navbar{
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: sticky !important;
    top: 0 !important;
    z-index: 99 !important;
}
.nav-glob {
    padding: 2px 40px;
    border-bottom: 1px solid #156738;
}

.nav-menu {
    justify-content: end;
}

.right {
    margin-right: 50px;
}

.nav-link {
    font-size: 14px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    color: #181818;
    margin-right: 32px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-item {
    font-size: 14px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    color: #181818;
    margin-bottom:15px;
    /* margin-left: 10px; */
}

/* .dropdown-menu {
    width:550px;
    border: none;
    box-shadow: 1px 1px 2px 1px #dfdfdf;
}

.dropdown-menu[data-bs-popper] {
    top: 150%;
    left: -402px;
    margin-top: var(--bs-dropdown-spacer);
} */
.dropdown-item:hover {
  background-color:#ffe5c9;
  color:black;
}
.nav-blog {
    padding: 10px;
}

.nav-blog img {
    border-radius: 6px;
    padding-right: 10px;
}

.nav-blog p {
    margin-bottom: 0px;
    font-size: 14px;
}

.nav-blog h6 {
    font-weight: 600;
}

.blog-nav {
    border-left: 1px solid #d4d4d4;
}

.get-btn {
    background-color:#ed8c21;
    color: white;
    border-radius: 10px;
    border: none;
    padding: 8px 30px;
    font-weight: 600;
}
/* ------------------------------/navbar------------------------------ */
/* ----------------coursel----------- */
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
/* ----------------coursel----------- */
/* -------------------------------about------------------------------ */
.glob-lr{
    padding:40px 60px ;
}
.p-text{
    line-height: 1.7em;
    font-size: 1rem;
}
.li-text {
    line-height: 1.7em;
    font-weight: 500;
    font-size: 1rem;
}
.title {
    font-size: 25px;
    font-weight: 500;
    color: #156738;
    margin-bottom: 15px;
    margin-top: 10px;
}
/* ------------------------------/about------------------------------ */

/* ------------------------------/about------------------------------ */
.mission {
    font-size: 19px;
    font-weight: 600;
    color: #ed8c21;
    margin-bottom: 3px;
    margin-top: 20px;
}
.vision {
    font-size: 19px;
    font-weight: 600;
    color: #156738;
    margin-bottom: 3px;
    margin-top: 20px;
}
/* ------------------------------/about------------------------------ */


/* -------------------------------objective------------------------------ */
.box {
    padding: 20px;
}
.pro-card {
    border: 1px solid #bdbdbd;
    border-radius: 6px;
    padding: 4px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.pro-card button{
    border:none;
    background-color: none;
    text-decoration: underline;
    color:#156738;
    font-size: 14px;
    font-weight: 500;
}
/* ------------------------------/objective------------------------------ */


/* -------------------------------counter------------------------------ */

/* ------------------------count down---------------- */

/* ---------------------24 service---------------------- */

.bg-service {
    border-radius: 2px;
    padding: 10px 20px;
    margin-bottom: -80px;
}

.service-box {
    background-color: #ffffff;
    box-shadow: -1px -1px 1px -1px #dadada;
    border: 1px solid #c7c7c7;
    border-radius: 6px;
    justify-content: space-evenly;
    padding: 30px 15px;
}

.service-box h6 {
    margin: auto;
    font-size: 20px;
}

.dataCareSection {
    background: linear-gradient(311deg, #ceffe4 58%, #ffe2c4 75%, rgb(255 255 2555) 89%);
}

.product_title {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.text-red {
    color: #e11f26;
}

.globle_h {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.review_box:hover {
    transform: translate(5px, -5px);
    box-shadow: -14px 14px 12px 0px rgba(0, 0, 0, 0.09)
}

.body_counter {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: -6rem
}

.body_counter li {
    width: 33.3%;
    line-height: 1;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-top: 6rem;
}

.body_counter li .gradient-text {
    font-size: 72px;
    padding-bottom: 1rem;
}

.body_counter li .gradient-text span {
    font-family: 'poppins';
}

.body_counter li .gradient-text sup {
    position: static;
    vertical-align: super;
    font-size: 62%;
}

.body_counter li .gradient-text i {
    font-style: normal;
    font-family: 'poppins';
}

.gradient-text {
    background: linear-gradient(90deg, #156738 10%, #ed8c21 68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
/* ------------------------------/counter------------------------------ */


/* ------------------------------gallery------------------------------ */
.gallery{
    padding: 20px;
}
.gallery img{
    border-radius:4px;
    width:100%; 
}
/* ------------------------------/gallery------------------------------ */


/* ---------------------footer----------------------- */
.text-center{
    text-align: center;
}
.f-add {
    font-size: 15px;
}

.f-links {
    font-size: 15px;
}

.f-links a {
    font-size: 16px;
    font-family: sans-serif;
    text-decoration: none;
    color: rgb(0 0 0);
}

#bottom-footer {
    background-image: linear-gradient(to right, #156738, #2e8f58, #156738);
    font-size: .9rem;
    text-decoration: none;
}
#bottom-footer a{
    text-decoration: none;
}
.sub-btn{
    background-color:#ffffff;
    border:1px solid #ed8c21 !important;
    color: #ed8c21;
    border-radius: 10px;
    border: none;
    padding: 8px 25px;
    font-weight: 600;
}
.sub-btn:hover{
    background-color:#ed8c21;
    border:1px solid #ed8c21;
    color: white;
    border-radius: 10px;
    border: none;
    padding: 8px 25px;
    font-weight: 600;
}
.foot-form input{
    width:100%;
    padding:8px 12px;
    border-radius:8px;
    border:1px solid #cccccc;
    margin-bottom: 10px;
}
/* ---------------------footer----------------------- */
.callIcon {
    position: fixed;
    left: 1%;
    bottom:20%;
    z-index: 999999;
}
.callIcon img{
    width: 40px;
}
.whatsapp {
    position: fixed;
    left: 1%;
    bottom: 10%;
    z-index: 999999;
    width: 50px;
}
.whatsapp img{
    width: 45px;
}