@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --backColor: #828494;
    --secondColor: #96bd69;
    --primarycolor: #69BD49;
    --paragcolor: #000;
    --whitecolor: #fff;

}
h1,h3,h4,h5,h6{
    font-family: 'Poppins';;
}
h6{
    color: var(--primarycolor);
}
h2{
    font-size: 33px !important;
    font-weight: 500 !important;
    font-family: 'Poppins' !important;
}
p{
    font-family: 'Open Sans';
    font-size: 16px;
}
ul,li{
    font-family: 'Open Sans';
    font-size: 16px;
}

body {
    /* font-family: 'Montserrat', sans-serif !important; */
}

.topbar {
    background-color: var(--primarycolor);
    color: white;
    font-size: 16px;
}

.adress_top i {
    margin-right: 10px;
}

dl,
ol,
ul {
    margin-bottom: 2px !important;
}

.tpr1 p {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/* TOPBAR END  */

/* BOTTOMBAR START */
.navbar-nav li {
    /* margin-right: 20px !important; */
}

.bottombar {
    background-color: var(--whitecolor) !important;
    border-bottom: 1px solid rgb(223, 223, 223);
    color: white;
}

.navbar .navbar-nav li {
    color: #000000 !important;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #a4a4a43b;
    z-index: 1;
}

.dropdown-menu .dropdown-item {
    border-bottom: 1px dotted rgb(80, 79, 79);

}

.dropdown-menu li {
    padding: 0px !important;
}

.dropdown-menu {
    /* background: #000 !important; */
    /* margin-top: -5px !important; */
    /* padding: 0px !important; */
}

.dropdown-menu .dpdnlst {
    border-bottom: none;
}

.p12333 i {
    /* margin-right: 10px; */
}

.p12333 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.dropdown .dropdown-menu {
    padding: 0px !important;
    /* background-color:var(--secondColor); */
    margin: 0px !important;
    /* color: #000000 !important; */
}

.dropdown .dropdown-menu a {
    font-weight: 400;
    /* color: var(--paragcolor) !important; */
}

.dropdown-menu .dropdown-item:hover {
    background-color: var(--primarycolor) !important;
    color: var(--whitecolor) !important;
}

.navbar-nav .nav-item {
    /* margin-right: 10px; */
    /* margin-left: 30px; */
}



.navbar-expand-lg .navbar-nav .menubar2 {
    margin-top: 3px !important;
}

.nav-link {
    /* color:white !important; */
    text-transform: uppercase;
    font-weight: 500;

}

.navbar-collapse {
    /* width: 100%; */
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.navbar li {
    font-size: 17px;
    /* font-weight: 500; */

}

.navbar-expand-lg .navbar-nav .nav-link {
    /* padding: 0px !important; */
    /* margin-left: 50px; */
}


.btn {

    color: white !important;
    border: none;
    background-color: #46C254 !important;
}

.btn:hover {
    background-color: #000000 !important;
    color: #ffff !important;
    border: none;
}

.butn_arrow {
    font-size: 25px;
}

/* ================button=========== */

/* =================NAV BAR================================= */

.navbar-nav li {
    /* margin-left: 25px; */
}

.navbar-nav a {
    font-size: 14px !important;
    /* margin-right: 10px; */
    /* float: right!important; */
    font-weight: 500;
}

.navbar-nav a:hover {
    color: #51BD00 !important;
}

.navbar-nav a {
    color: var(--paragcolor);
}

.navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.logo img {
    /* height: 80px; */
}

.navbar a {
    /* color: white !important; */
}

.navbar-light .navbar-toggler {
    background-color: #ffff;
    /* background-color: #1f1e1e7e; */
    /* margin-top: -30px; */
}

/* ============================================================== */

/* ==========================home_about============================= */
.penta_about_section p {
    text-align: justify;
    /* color: var(--whitecolor); */
}

.penta_about_section_count h1 {
    color: var(--whitecolor);
}

.penta_about_section_count p {
    color: var(--whitecolor);
}

.penta_about_section_count h6 {
    color: var(--primarycolor);
}

.penta_about_section_count_1 {
    background-color: #000000d3;
    opacity: 0.9;
}

.penta_about_section_count {
    background-image: url(./images/pg.png);
    padding: 70px 0px;
    margin-top: 10px;
}

.penta_about_section {
    margin: 20px 0px;
}

.penta_about_section h6 {
    color: var(--primarycolor);
}
.home_about_left{
    display: flex;
    justify-content: center;
    align-items: center;
}
.home_about_left img {
    border-radius: 20px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    
}

.home_about_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.penta_about_section h1 {
    font-size: 33px;
    font-weight: 700;
    /* color: var(--whitecolor); */
}

.points_for_home {
    list-style-type: none;
}

.points_for_home i {
    /* margin-right: 10px;
    background-color: var(--secondColor);
    padding: 3px 4px;
    border-radius: 50%;
    margin-top: 5px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px; */
    margin-right: 10px;
    margin-top: 4px;
}
.points_for_home li{
    margin-top: 10px;
}

.why_choose_sec{
padding: 45px 0px;
background-color: #F6F6F6;
}

.card_box i{
font-size: 64px;
margin-bottom: 10px;
}
.card_box p{
    padding:10px 0px ;
}
.card_box{
    padding: 20px 15px;
    text-align: center;
    height: 265px;
}
.design_img img{
    height: 265px;
}
.first_box{
    background-color: #90BE37;
    color: #fff;
    border-bottom: 5px solid #FECB29;
}
.first_box:hover{
    background-color: #FECB29;
    border-bottom: 5px solid #000;
}
.second_box{
    background-color: #355796;
    color: #fff;
    border-bottom: 5px solid #90BE37;
}
.second_box:hover{
    background-color: #FECB29;
    color: #000;
    border-bottom: 5px solid #000;
}
.third_box{
    background-color: #FECB29;
    color: black;
    border-bottom: 5px solid #355796;
}
.third_box:hover{
    background-color: #90BE37;
    color: #fff;
    border-bottom: 5px solid #000;
}
/* ==========================home_about============================= */





/* TOP OF Sub BANNER PAGE START */

.wt-bnr-inr .container {
    display: table;
    height: 100%;
}

.banner-title-name h2 {
    font-size: 50px;
    color: var(--primarycolor);

}

.wt-bnr-inr-entry {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
}

.wt-breadcrumb a {
    text-decoration: none;
    color: var(--whitecolor);
}

.wt-breadcrumb {
    font-size: 21px;
    list-style-type: none;
    color: var(--whitecolor);

}

.overlay-wraper>.container,
.overlay-wraper>.container-fluid,
.overlay-wraper>.wt-icon-box-wraper,
.overlay-wraper>.wt-left-part,
.overlay-wraper>.wt-right-part {
    position: relative;
    z-index: 1;
}

.overlay-wraper {
    z-index: -1;
}

.opacity-07 {
    opacity: 0.7;
}

.overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.bg-top-center {
    background-position: top center;
}

.wt-bnr-inr {
    height: 200px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    background: linear-gradient(.50turn, #51BD00, 50%, transparent);
}

.overlay-wraper {
    position: relative;
}

.wt-breadcrumb a:hover {
    color: var(--paragcolor);
}

.wt-breadcrumb i {
    margin: 0px 10px;
}

.overlay-main {
    background: linear-gradient(.50turn, #51BD00, 50%, transparent);
}



/* TOP OF BANNER PAGE END */







/* =======================FOOTER========================================= */
.penta_footer {
    /* text-align: justify; */
    padding: 20px 0px 0px 0px;
    background-color: #000000;
    color: #fff;
}

.footer_about_top {
    text-align: justify !important;
}

.page_links {
    list-style-type: none;
}

.page_links i {
    margin-right: 10px;
}

.page_links a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.page_links a:hover {
    color: rgb(255, 255, 255);
}

.contact_footer a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.contact_footer li {
    list-style-type: none;
}

.contact_footer i {
    margin-right: 10px;
}

.social_media {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    font-size: 23px;
    margin-left: 35px;
}

.social_media li {
    list-style-type: none;
    margin-left: -30px;
}

.soci {
    margin-left: 35px;
}

.penta_footer_under {
    border-bottom: 5px solid #46C254;
    width: 20% !important;
    margin: 10px 0px;
    border-radius: 10px;

}
.penta_footer_under_1 {
    border-bottom: 5px solid #46C254;
    width: 20% !important;
    margin: 10px 0px;
    border-radius: 10px;
    margin-left: 35px;

}

.home_contact i {
    margin-right: 10px;
}

.footer_bottom_bar a {
    color: white;
    text-decoration: none;
}

.footer_bottom_bar a:hover {
    color: white;
}

.penta_footer h4 {
    font-size: 22px;
    color: #ffffff;
}

.footer_bottom_bar {
    background-color: var(--primarycolor);
    text-align: center;

}





/* =======================FOOTER========================================= */



/* ===================contact=========================== */
.form_details{
    background-color: #eeeeee;
    padding: 10px 0px ;
}

.form_details li{
    list-style-type: none;
    padding-bottom: 15px;
}
.form_details i{
    margin-right: 10px;
}
.form_cont{
    border: 1px solid #eeeeee;
    padding: 10px 0px ;
}
.details_section{
    margin: 20px 0px;
}
/* ===================contact=========================== */

/* ===================WHY CHOOSE US============================= */

/* .points_for_home_1 i {
    margin-right: 10px;
    background-color: var(--secondColor);
    padding: 3px 4px;
    border-radius: 50%;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    height: 21px;
    width: 22px;
}
.points_for_home_1 li{
    margin-top: 10px;
} */

.imgaes_shadows img{
    box-shadow: 0 0 0 0.05rem rgb(8 60 130 / 6%), 0 0 1.25rem rgb(30 34 40 / 4%);
    /* box-shadow: 0 .25rem 1.75rem rgba(30, 34, 40, .07) !important; */
}

/* ===================WHY CHOOSE US============================= */

/* =============BANNER======================= */

/*
 *  Bootstrap Carousel Effect Ken Burns
 * ===========================================================================*/

@keyframes kenburns {
    0% {
        transform: scale(1);
        transition: transform 20000ms linear 0s;
    }

    100% {
        transform: scale(1.4);
        transition: transform 20000ms linear 0s;
    }
}

/* Carousel Wrapper */
.kb-carousel {
    overflow: hidden;
    max-height: 650px;
}

/* Carousel Items */
.kb-carousel .carousel-item {
    /* transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s; */
}

.kb-carousel .carousel-item.active {
    /* transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s; */
}

.kb-carousel>.carousel-inner>.carousel-item>img,
.kb-carousel>.carousel-inner>.carousel-item>a>img {
    /* opacity: 0.8; */
    /* animation: kenburns 20000ms linear 0s infinite alternate; */
}

.kb-carousel .carousel-item-next.carousel-item-start .carousel-caption,
.kb-carousel .carousel-item-prev.carousel-item-end .carousel-caption {
    /* z-index: 0; */
    /* opacity: 0; */
}

/* Carousel Captions */
.kb-caption {
    right: 7%;
    left: 7%;
    bottom: 25%;
    padding: 0;
    width: 80%;
}

.kb-caption-left {
    margin-right: auto;
}

.kb-caption-right {
    margin-left: auto;
}

.kb-caption-center {
    margin: auto;
}

.kb-caption h1,
.kb-caption h3 {
    padding: 0.5rem 0;
    margin-bottom: 0;
}

.kb-caption h1 {
    animation-delay: 1s;
    /* color: #bf392b; */
    /* background: #fff; */
    font-weight: 600;
}
.carousel-caption{
    text-align: start !important;
    bottom: -4.75rem !important;
    right: -4% !important;
    left: 10% !important;
}
.kb-caption h3 {
    animation-delay: 1.5s;
    /* color: #fff; */
    /* background: rgba(0 0 0 / 0.5); */
    font-size: 20px;
}

@media (min-width: 768px) {
    .kb-caption {
        bottom: 37%;
        width: 40%;
    }
   
}

@media (min-width: 1200px) {
    .kb-caption {
        bottom: 45%;
    }
}

/* Controls */
.kb-control-prev,
.kb-control-next {
    width: 3.5rem;
    height: 3.5rem;
    margin: auto 0;
    opacity: 0;
    color: var(--primarycolor) !important;
    /* background: rgba(0 0 0 / 0.7); */
}

.kb-carousel:hover .kb-control-prev,
.kb-carousel:hover .kb-control-next {
    opacity: 1;
}

.kb-control-prev {
    left: 1%;
}

.kb-control-next {
    right: 1%;
}

.kb-control-prev:hover,
.kb-control-prev:focus,
.kb-control-next:hover,
.kb-control-next:focus {
    color: var(--primarycolor) !important;
    /* background: rgba(0 0 0 / 1); */
    /* width: 10%; */
}

/* Support for dark mode */
[data-bs-theme="dark"] .carousel .carousel-control-next-icon,
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon {
    filter: none;
}


.content {
    width: 50%;
    margin-top: 8%;
    /* margin-left: 5%; */
    color: white;
    overflow: hidden;
    animation: content 2s ease-in-out;
}

@keyframes content {
    0% {
        opacity: 0;
        transform: translateX(-50%);
    }
}

.content h1 {
    font-size: 27px;
    /* margin-bottom: 5%; */
    /* letter-spacing: 8px; */
    /* float: left; */
    /* left: 50%; */
}

.content h3 {
    font-size: 47px;
    margin-bottom: 39%;
    font-weight: 700;
    
    /* float: left; */
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
}

span {
    color: yellow;
}

.content p {
    font-size: 20px;
    margin-bottom: 3%;
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
}


/* =============BANNER======================= */

/* ================COUTING SECTION================= */
.counter::after {
    content: '+';
}

.counter-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    /* margin: 30px 50px; */
    /* border: 1px solid white; */
    background-color: #96bd69;
    padding: 40px;
    border-radius: 10px;
}

.counter-container span {
    color: var(--paragcolor);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.counter {
    font-size: 30px;
    /* margin-top: 10px; */
    font-weight: 700;
    /* padding: 40px; */
}

.counter_left p {
    padding: 0px 60px 0px 0px;
}

.counter_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 580px) {
    body {
        flex-direction: column;
    }
}


/* ================COUTING SECTION================= */


/* ============CARD GALLERY========================= */





/* ============CARD GALLERY========================= */

.from-left {
    color: var(--whitecolor);
}

.from-left h2 {
    margin-top: 45% !important;
}

.card .content .front h2 {
    color: #000;
    background-color: var(--primarycolor);
    font-size: 16px !important;
    padding: 10px;
    margin-bottom: 0px;
}

.product_section {
    margin-top: 20px;
}

.column {
    /* float: left; */
    /* padding: 10px 15px; */
    /* margin: 10px; */
    /* background: #000; */
    /* margin: 10px; */
}

.product_section h5 {
    color: #51BD00;
    text-align: center;
    font-size: 17px;
}

.product_section h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}


.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive columns */
@media screen and (max-width: 700px) {

    .container {
        width: 100%;
    }

    .column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}

/* Style the counter cards */
.card {
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
    /* padding: 5px; */
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    border: none !important;
}

.card .profile {
    border-radius: 10px;
    transition: 0.2s;
}

.card:hover .profile {
    transform: scale(1.4);
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}

.card .content {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 0px !important;

}

.card .content .back {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333333cc;
    transition: 1s;
    z-index: 1;
    /* padding: 10px; */
}

.from-left {
    top: 0;
    left: -100%;
}

.card:hover .content .from-left {
    left: 0%;
}

.from-bottom {
    top: 100%;
    left: 0;
}

.card:hover .content .from-bottom {
    top: 0%;
}

.from-right {
    top: 0%;
    right: -100%;
}

.card:hover .content .from-right {
    right: 0;
}

.card .content .back h3 {
    font-size: 15px;
    letter-spacing: 2px;
    /* bottom: 50%;  */
}

.card .content .back .tem-img {
    border-radius: 100%;
}

.card .content .back .des {
    font-size: 13px;
    padding: 20px 0px;
}

.card .content .back .social-icon {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.card .content .back .social-icon li {
    display: inline-block;
}

.card .content .back .social-icon li a {
    display: block;
    background: #333;
    color: #000000;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
}

/* ==========Contact Page============================ */
span#captchaValue{
    color: #000 !important;
}
.form-group{
    margin-bottom: 40px !important;
}
.form-control{
    padding: 15px !important;
}
.contact_page {
    padding: 20px 0px;
}

.contact_box_bg {
    background: #000;
    padding: 10px;
    color: white;
}

.contact_page h4 {
    color: var(--primarycolor);
}

.contact_box_bg_1 {
    background: #000;
    padding: 10px;
    height: 176px;
    color: white;
}

.contact_box_bg_2 {
    background: #000;
    color: white;
    padding: 10px;
    height: 177px;
}

.contact_page li {
    list-style-type: none;
    margin: 10px 0px;
    color: #ffffff;
}

.contact_page i {
    margin-right: 10px;
}

.contact_page h3 {
    font-size: 28px;
    font-weight: 600;
}

.contact_box_bg {
    /* background: #000; */

}

/* ==========Contact Page============================ */



/* =================   PRODUCT PAGE================ */


.product_page_main h2 {
    color: rgb(255, 255, 255);
    background-color: #46C254;
    font-size: 16px !important;
    padding: 10px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 600 !important;
    letter-spacing: 1px;

}

.product_page_main span {
    font-size: 20px;
}

.product_page_main h3 {
    font-size: 35px;
    font-weight: 600;
}
.product_page_main p{
    font-size: 17px;
}

.img_box {
    border: 1px solid rgb(168, 168, 168);
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
    }

    .col-md-2-5 {
        width: 40%;
    }

    .col-md-3-5 {
        width: 60%;
    }

    .col-md-4-5 {
        width: 80%;
    }

    .col-md-5-5 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
    }

    .col-lg-2-5 {
        width: 40%;
    }

    .col-lg-3-5 {
        width: 60%;
    }

    .col-lg-4-5 {
        width: 80%;
    }

    .col-lg-5-5 {
        width: 100%;
    }
}

/* Demo only, no need for this */

.show-grid [class^=col-] span,
.container-fluid .show-grid [class^=col-] {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eee;
    background-color: rgba(86, 61, 124, .15);
    text-align: center;
    border: 1px solid #ddd;
    border: 1px solid rgba(86, 61, 124, .2);
}





/* =================   PRODUCT PAGE================ */