* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: sans-serif; */
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed {
    font-family: "Roboto" !important;
    font-weight: 600;
}

.goog-te-gadget-simple {
    border: none !important;
}

.navbar-nav .nav-link.show {
    padding: 7px 15px;
}

.dropdown-item {
    padding: 0 0 0 13px;
    margin: 0 0 0 1px;
}

/* .dropdown-menu{
    padding: 0 !important;
} */

.bg-clor {
    background-color: rgba(221, 230, 234, 0.995);
}

.img-wth img {
    width: 120px;
}

section {
    overflow: hidden;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
}

.dropend:hover>.dropdown-menu {
    position: absolute;
    top: 2.6rem;
    left: 50%;
}

@media (max-width: 992px) {
    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 2rem;
        left: 50%;
        width: 50%;
        padding: 1.2rem 0;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}

.nav-item a {
    font-size: 1.2rem;
    font-weight: 800;
    font-family: "Roboto";
}

.nav-item a:hover {
    /* background-color: #cffcae; */
    border-radius: 10px;
}

/* ------------------------------------------------------First-sec------------------------------------------------- */
.whats {
    position: fixed;
    bottom: 2rem;
    z-index: 1;
    left: 2rem;
    width: 3.4rem;
}

.fnt-stl {
    font-family: "Headland One", serif;
}

.txt-shadow {
    font-family: "Lobster", sans-serif;
    text-shadow: 5px 6px 3px #31343481;
}

.head-stl {
    font-family: auto;
    /*text-shadow: 5px 5px 3px #31343481;*/
}

.f-stl {
    font-family: "math", serif;
}

.bnner-fs {
    font-family: auto;
    text-align: start;
    padding-top: 40px;
    /*text-shadow: 5px 5px 3px #31343481;*/

}

.mobile {
    position: fixed;
    bottom: 2rem;
    z-index: 1;
    right: 2rem;
    width: 48px;
}

.hero-section {
    position: relative;
    background: linear-gradient(rgba(244, 247, 228, 0.82), rgba(249, 250, 231, 0.829)), url(images/gallery/ooo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem;
}

.carousel-item .po {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'Roboto';
    font-weight: 900;
    width: max-content;
    transform: translate(-50%, -50%);
    font-size: 25px;
    background: linear-gradient(#5ca405, #96d36970);
}

.slide-item img {
    aspect-ratio: 3/2;
}

.carousel-item .po:hover {
    background-color: rgb(1, 41, 41);
    border: 1px solid white;
}

.carousel-control-next,
.carousel-control-prev {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid rgb(133, 168, 92, 1);
    background: rgb(7, 151, 33, 1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    margin-right: 20px;
}

.carousel-control-prev {
    margin-left: 20px;
}

.text-color {
    font-family: "Lobster", sans-serif;
    /* color: #D04848; */
    font-size: 2.2rem;
    text-shadow: 5px 6px 3px #31343461;
}

.txt {
    /* color: #D04848; */
    font-size: 2.3rem;
}

.text-grn {
    /* color: #4c6e21; */
}

.per p {
    font-size: 1.2rem;
    color: rgb(39, 75, 2);
    text-align: justify;
}

.main-btn {
    border-radius: 10px;
    padding: 0.5rem 1.3rem;
    border: none;
    font-family: "Roboto";
    /* background-color: #cffcae; */
    transition: 0.3s;
    font-weight: 600;
}

.btn10 {
    font-size: 1.2rem;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 10;

}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #9fa6e6be;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10px;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: 2px 0px 14px rgba(0, 0, 0, .6);
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: 0;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0px 14px rgba(0, 0, 0, .6);
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 120%;
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 100%;
}

.but i {
    font-size: 1.2rem;
    color: #f8c15b;
    padding: 0.3rem;
}

.but {
    position: fixed;
    box-shadow: 0px 3px 4px black;
    z-index: 100;
    right: 1.9rem;
    bottom: 7rem;
    border-radius: 50%;
}

.but1 {
    box-shadow: 0px 3px 4px black;
    z-index: 100;
}

/* ------------------------------------------------------card-sec------------------------------------------------- */

.features-box {
    transition: all 0.5s;
    padding: 3.5rem 0 6rem 0;
    height: 370px;
    font-family: 'Roboto';
    font-weight: 400;
}

.featue-icon-border {
    /* border: 0.2rem solid rgb(237, 237, 237); */
    border-radius: 50%;
    padding: 0.6rem;
    margin: 0 auto;
    display: inline-block;
    background-color: white;
}

.featue-icon-border1 {
    /* border: 0.2rem solid rgb(237, 237, 237); */
    border-radius: 50%;
    padding: 14px;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    background-color: white;
}

.featue-icon-border i {
    border-radius: 30%;
}

.featue-icon-border1 i {
    border-radius: 30%;
}

.feature-icon i {
    font-size: 2rem;
}

/* .feature-icon-border1 i{
    font-size: 2rem;
} */
.feature-icon {
    box-shadow: 0px 3px 4px black;
    background-color: rgb(229, 248, 233);
    border-radius: 50%;
    padding: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.feature-text h3 {
    margin-top: 2.8rem;
    color: rgb(0, 0, 0);
    font-weight: 900;
    transition: all 0.5s;
}

.features-box:hover {
    background-color: #88bb669a;
    filter: drop-shadow(3px 5px 2.5px rgba(31, 32, 31, 0.612));
}

.features-box:hover i,
.features-box:hover h3,
.features-box:hover p {
    color: white;

}

.features-box:hover .featue-icon-border {
    border-color: rgba(13, 59, 2, 0.263);
}

.features-box:hover .feature-icon {
    background-color: rgb(205, 241, 205);
}


/* ------------------------------------------------------About-sec------------------------------------------------- */

.bg-clr {
    background-color: rgba(171, 252, 171, 0.338);
}

.clr {
    color: #D04848;
}

.per i {
    margin-right: 1rem;
}

.about-img img {
    position: relative;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-image: -webkit-repeating-radial-gradient(#2e2c2c38, #2e2c2c38 5px, transparent 5px, transparent 10px);
    background-size: 20px 20px;
    opacity: 0.4;
    transform: skew(20deg);
}

.bttn {
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 1.3rem;
    position: relative;
    /* background-color: #cffcae; */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
}

.bttn span {
    position: relative;
    z-index: 1;
}

.bttn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 490%;
    width: 140%;
    /* background:  #5ca405; */
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-15%) rotate(45deg);
    transform: translateX(-98%) translateY(-15%) rotate(45deg);
}

.bttn:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

/* ------------------------------------------------------Product-sec------------------------------------------------- */

.title h3 {
    font-size: 44px;
    font-weight: 700;
}

.title p {
    font-size: 20px;
    font-weight: 600;
}

.product-img {
    margin-bottom: 0.5rem;
    text-align: center;
    overflow: hidden;
}

.product-img img {
    aspect-ratio: 3/2;
    width: 100%;
    object-fit: cover;
}

.product-card {
    background-color: #F8F7F1;
    box-shadow: 4px 4px 5px rgba(32, 32, 31, 0.355);
    color: black;
}

.product-card:hover img {
    scale: 1.1;
    transition: 0.3s;
}

/* ------------------------------------------------------Testimony-sec------------------------------------------------- */
.testymony-sec {
    background-image: linear-gradient(rgba(71, 66, 66, 0.39), rgba(57, 55, 55, 0.427), rgba(61, 60, 60, 0.454)), url(images/gallery/happy.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #9cc26b; */
}

.carousel-indicators {
    bottom: -3rem;
}

#carouselExampleIndicators .buttons {
    background-color: rgb(246, 248, 246);
    padding: 0.2rem 0;
    border-radius: 20%;
}

.testymony-sec .cards {
    /* background-image: linear-gradient(rgba(250, 252, 249, 0.639), rgba(245, 255, 243, 0.648), rgba(240, 248, 235, 0.676)), url(https://cdn.digiexpertpro.com/theme-02/images/testimonial/testimonial-bg.WEBP); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: center; */
    /* text-align: right; */
    padding: 1.5rem 2.5rem;
    background: linear-gradient(rgba(243, 243, 245, 0.909), rgba(249, 247, 247, 0.913), rgba(243, 245, 243, 0.913));
    /* backdrop-filter: blur(30px); */
    border-radius: 0px 0.5rem 0.5rem 0;
    /* border: 1px solid rgb(17, 240, 17); */
}

.profile-box {
    /* backdrop-filter: blur(30px); */
    /* background-color: black; */
    box-shadow: 3px 3px 10px rgba(24, 23, 23, 0.945);
    /* padding: 1.3rem; */
    /* border: 2px solid black; */
}

.profile-box img {
    border-radius: 0.6rem 1rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.disc-box p {
    font-weight: 600;
    font-size: 18px;
}

.disc-box h4 {
    font-size: 30px;
    font-weight: 700;
}

.carousel-item {
    transition: all 2s ease-in-out;
}

/* ------------------------------------------------------Team-sec------------------------------------------------- */

.team-sec img {
    width: 100%;
    aspect-ratio: 3/2;
}

.team-sec ul li {
    display: inline-block;
}

.team-sec a {
    background-color: #cffcae;
    padding: 10px 12px;
    border-radius: 50%;
    color: black;
    font-size: 18px;
}

.team-sec a:hover {
    background-color: #5ca405;
    color: white;
}

.card:hover {
    box-shadow: 3px 3px 10px rgba(95, 94, 94, 0.534);
    transform: scale(1.04);
    transition: all 0.5s;
}

.policy-links {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-family: "Roboto";
}

.policy-links a {
    text-decoration: none;
    color: #a4b2e5;
    padding: 0 10px;
}

.policy-links a:hover {
    text-decoration: underline;
}

.policy-links a+a::before {
    content: "|";
    margin-right: 10px;
    color: #ccc;
}


/* ------------------------------------------------------Partner-sec------------------------------------------------- */

.slider-area h2 {
    text-align: center;
    font-size: 53px;
    font-weight: 700;
}

.wrapper {
    display: flex;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 2.5rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.item img {
    margin: 0 0.9rem;
    width: 160px;
    mix-blend-mode: darken;
}

.item {
    animation: animate 25s alternate linear infinite;
}

.wrapper:hover .item {
    animation-play-state: paused;
}

@keyframes animate {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-1100px, 0, 0);
    }
}

@media (max-width:767px) {
    .slider-area h2 {
        font-size: 30px;
    }

    .wrapper {
        width: 95%;
        border-radius: 0;
        padding: 0;
    }
}

/* ------------------------------------------------------Gallery-sec------------------------------------------------- */

.gallery {
    overflow: hidden;
    position: relative;
    padding: 2rem 0;
    height: 100%;
}

.gallery:hover img {
    scale: 1.07;
    transition: 0.6s;
}

.gallery:hover button {
    bottom: 2rem;
}

.Gallry-sec img {
    aspect-ratio: 3/2;
    width: 90%;
    object-fit: cover;
    filter: drop-shadow(5px 6px 5px rgb(161, 159, 159));
}

.cirtificate img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.gallery iframe {
    width: 100%;
}

.gallery button {
    transition: 0.5s;
    position: absolute;
    padding: 0 1rem;
    background-color: #cffcae;
    color: rgb(21, 21, 21);
    font-size: 1.5rem;
    border: none;
    border-radius: 4px;
}

@media (min-width: 376px) {
    .gallery button {
        bottom: 2.7rem;
        left: 9rem;
    }

    #strbry {
        left: 7.8rem;
    }
}

@media (min-width: 576px) {
    .gallery button {
        bottom: 2.7rem;
        left: 13rem;
    }

    #strbry {
        left: 11.5rem;
    }
}

@media (min-width: 768px) {
    .gallery button {
        bottom: 2.7rem;
        left: 7.4rem;
    }

    #strbry {
        left: 6.5rem;
    }
}

@media (min-width: 992px) {
    .gallery button {
        bottom: -10rem;
        left: 6rem;
    }

    #strbry {
        left: 5rem;
    }
}

@media (min-width: 1200px) {
    .gallery button {
        bottom: -10rem;
        left: 7.8rem;
    }

    #strbry {
        left: 7rem;
    }
}

@media (min-width: 1400px) {
    .gallery button {
        bottom: -10rem;
        left: 9.6rem;
    }

    #strbry {
        left: 9rem;
    }
}

/* ------------------------------------------------------footer-sec------------------------------------------------- */


.text-center {
    background-size: cover;
    background-repeat: no-repeat;

}

.links a {
    color: white;
    font-size: 1.1rem;
    text-decoration: none;
}


.links li a:hover {
    text-decoration: underline;
    color: rgb(144, 248, 140);
}

/* .icn {
    margin-left: 6rem;
} */

.icn a {
    color: white;
}

.icn i {
    font-size: 1.2rem;
    padding: 0.3rem 0;
}

.icn a:hover {
    background-color: black;
    color: greenyellow;
    border: 1px solid greenyellow;
}

@media (min-width:376px) {
    .icn {
        margin-left: 5rem;
    }
}

@media (min-width:576px) {
    .icn {
        margin-left: 9rem;
    }
}

@media (min-width:768px) {
    .icn {
        margin-left: 3rem;
    }
}

@media (min-width:992px) {
    .icn {
        margin-left: 3rem;
    }
}

@media (min-width:1200px) {
    .icn {
        margin-left: 4.5rem;
    }
}

/* ------------------------------------------------------About-Page------------------------------------------------- */
.banner-sec {
    background-image: linear-gradient(#ffffff52, #ffffff46), url(images/gallery/shipment.jpg);
    background-repeat: no-repeat;
    /* background-position: center center; */
    background-size: cover;

    /* padding: 3rem 0; */
}

.banner-text h1 {
    font-size: 4rem;
    margin: 5rem 0;
    color: black !important;
}

/* ------------------------------------------------------product-Page------------------------------------------------- */

.stl {
    background-color: rgba(171, 252, 171, 0.543);
}

#p-btn button {
    width: 70%;
}

#p-btn button {
    margin-left: 15%;
}

/* ------------------------------------------------------Contact-Page------------------------------------------------- */

.contact-form {
    background-color: #F8F7F1;
    padding: 3rem;
    box-shadow: 0 0.2rem 0.6rem rgb(97, 95, 95);
    background: linear-gradient(rgba(246, 250, 219, 0.637), rgba(248, 249, 214, 0.619), rgba(247, 250, 213, 0.591)), url(https://cdn.digiexpertpro.com/theme-02/images/);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.box {
    width: 100%;
}

.ent-clr span {
    color: red;
}

.box textarea {
    width: 100%;
    background-color: transparent;
    border: 2px solid rgb(3, 127, 28, 0.69);
}

.icon a {
    display: block;
    text-decoration: none;
    color: #198754;
}

.icon:hover i {
    color: #178102;
    transition: 0.7s;
}

.box input {
    width: 100%;
    border: 2px solid rgb(3, 127, 28, 0.69);
    background-color: transparent;
}

@media (max-width : 576px) {
    .carousel-item .po {
        font-size: 15px;
        width: min-content;
    }

    .title h3 {
        font-size: 35px;
    }

    .item img {
        width: 100px;
    }

    .policy-links {
        font-size: 9px;
    }
}

@media (max-width: 991px) {
    .icon .hide {
        display: none;
    }
}

/* ------------------------------------------enquiry form --------------------------------------- */
.modal-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(50, 50, 50, 0.6);
    backdrop-filter: blur(5px);
    display: none;
}

input:focus,
textarea:focus {
    outline: 0;
}

input,
textarea {
    width: 340px;
    padding: 7px;
    border: none;
    margin: 0.5rem 0;
    border-radius: 1px;
}

#submit {
    padding: 8px 52px;
    background: transparent;
    border: 2px solid rgb(11, 201, 11);
    color: #fff;
    border-radius: 6px;
}

#submit:hover {
    background-color: #08f32bc4;
    color: black;
}

#forgot-link {
    font-size: 15px;
    color: #136004;
    font-weight: 700;
    display: inline-block;
}

#forgot-link:hover {
    color: #c4d9d3;
}

#modal {
    position: absolute;
    background: linear-gradient(rgba(183, 243, 149, 0.744), rgba(118, 176, 101, 0.731), rgba(41, 119, 46, 0.694));
    top: 12%;
    left: -70%;
    z-index: 101;
    border-radius: 3px;
    width: 440px;
    padding: 3rem;
    margin-top: 1rem;
    margin-left: -10.5rem;
    border-bottom: 3px solid #5DC3A7;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    z-index: 10;
}

#modal a {
    text-decoration: none;
    outline: none;
}

#modal span {
    display: block;
    background: #02853fbc;
    padding: 10px;
    color: #fff;
}

#close {
    float: right;
    color: #fff;
    margin-top: -4px;
    font-family: serif;
    font-size: 20px;
    padding: 0 10px;
    background-color: rgba(73, 186, 7, 0.53);
}

#close:hover {
    color: rgba(183, 241, 160, 0.635);
}

@media (min-width:376px) {
    #modal {
        left: 50%;
        width: 340px;
    }

    input,
    textarea {
        width: 243px;
    }
}

@media (min-width:576px) {
    #modal {
        left: 43%;
        width: 440px;
    }

    input,
    textarea {
        width: 340px;
    }
}

@media (min-width:768px) {
    #modal {
        left: 43%;
        width: 480px;
    }

    input,
    textarea {
        width: 384px;
    }
}

@media (min-width:992px) {
    #modal {
        left: 44%;
        width: 540px;
    }

    input,
    textarea {
        width: 443px;
    }
}

@media (min-width:1200px) {
    #modal {
        left: 44%;
        width: 540px;
    }

    input,
    textarea {
        width: 443px;
    }
}

@media (min-width:1400px) {
    #modal {
        left: 44%;
        width: 540px;
    }

    input,
    textarea {
        width: 443px;
    }
}

/* Custom styles for Meet The Team section */
.wrapper {
    padding: 50px 0;
}

.swiper-container {
    padding: 20px 0;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hrh1img {
    border: 4px solid #ddd;
    transition: transform 0.3s ease-in-out;
}

.hrh1img:hover {
    transform: scale(1.1);
}

h5 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
}

p {
    font-size: 16px;
    color: #666;
}