/* style.css*/
/* --------------------------- */
/* CSS Document */
* {
    margin: 0;
    padding: 0px 0px;
    font-family: 'poppins';
}

.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */
nav {
    margin: 0;
    padding: 10px 0px;
    color: #1bb0ce;
    background-color: #ffffff;
    padding-left: 16px;
    display: flex;
}

#logo {
    color: rgb(0, 0, 0);
    display: block;
    padding: 0 30px;
    float: left;
    font-size: 20px;
    line-height: 60px;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    float: right;
    /* padding: 4px; */
    margin: 0;
    list-style: none;
    position: relative;
    padding-right: 40px;
    padding-top: 18px;
}

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px;
    /* display: inline-block; */
    float: left;
    background-color: #ffffff;
}

/* Styling the links */
nav a {
    display: block;
    padding: 14px 20px;
    color: #000000 !important;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}


nav ul li ul li:hover {
    background: #ffffff;
    color: #408823 !important;
}

/* Background color change on Hover */
nav a:hover {
    background-color: #ffffff;
    color: #408823 !important;

}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    top: 49px;
    left: 29%;
    z-index: 9999;
}

/* Display Dropdowns on Hover */
nav ul li:hover>ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width: 200px;
    float: none;
    display: list-item;
    position: relative;
}

.get-btn {
    padding: 10px 15px;
    background-color: #408823;
    color: #ffffff !important;
    border: none;
    border-radius: 2px;
    font-weight: 500;
    margin-top: 10px;
    margin-left: 40px;
}

.get-btn a {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 15px;
    color: #ffffff !important;
}

.get-btn a:hover {
    background-color: #408823;
    color: #ffffff !important;
}



/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/

/* Change ' +' in order to change the Dropdown symbol */
/* li>a:after {
    content: "\f03a";
    padding-left: 4px;
}

li>a:only-child:after {
    content: '';
} */
.arrow {
    width: 15px !important;
}


/* Media Queries
--------------------------------------------- */

.glob_lr {
    padding: 40px 50px;
}

/* --------------------about-section---------------------- */
.about-section {
    padding-left: 40px;
}

.about-section p {
    line-height: 1.8;
}

.btn {
    padding: 8px 12px;
    background-color: #408823;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 2px;
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
    /* margin-left: 20px; */
}

.btn a {
    text-decoration: none;
    color: white;
}

.btn:hover {
    background-color: #33721a !important;
    color: #ffffff !important;
}

/* .read-btn {
    text-align: center;
} */

/* --------------------about-section---------------------- */


/* ------------------------categories------------------------- */
.categorie {
    margin: 20px;
}

.categorie img {
    width: 200px;
    height: 150px;
    border-radius: 2px;
}

.text-center {
    text-align: center;
}

.categorie h6 {
    margin-top: 10px;
    font-weight: 600;
}

/* ------------------------categories------------------------- */


/* ------------------------Our Latest Blogs------------------------- */
.blog-card {
    border: 1px solid rgb(211, 211, 211);
    overflow: hidden;
    width: 90%;
}

.blog-card img {
    width: 360px;
    height: 350px;
}

.blog-card h6 {
    margin: 10px;
    font-weight: 600;
}

.blog-card p {
    margin: 10px;
    font-size: 12px;
}

.blog-card a {
    margin: 5px;
    text-decoration: none;
    color: grey;
}

.blog-carda:hover {
    color: #1bb0ce;
}


/* ------------------------Our Latest Blogs------------------------- */


/* ------------------------Why Choose us..??------------------------- */
.choose {
    overflow: hidden;
    width: 30%;
    margin: 0px 20px;
    box-shadow: 1px 1px 13px 0px #c8c8c8;
    border-radius: 10px;
    padding: 12px;
    text-align: center;
}

.choose img {}

.choose h6 {
    margin-top: 10px;
    font-weight: 600;
}

.choose p {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-word;
}

.choose a {
    text-decoration: none;
    background-color: #408823;
    color: white;
    padding: 10px 10px;
    border-radius: 5px;
}

.choose a:hover {
    background-color: #2f6918;
    color: white;
}

.banner-top {
    width: 100% !important;
    height: auto !important;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* ------------------------Why Choose us..??------------------------- */


/* ---------------------------------- */
/* -----enquiry us section start--------- */
.jk-contact-info {
    padding-left: 30px;
    padding-top: 30px;
}

.jk-contact-info h2 {
    color: #000000;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
}

.jk-contact-info .contact-content p {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}

.jk-contact-info .jk-contact-box {
    display: flex;
    gap: 15px;
    margin-bottom: 24px;
}

.fw6,
.jk-contact-info .contact-content a span {
    font-weight: 600;
}

.jk-contact-info .contact-content span {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.jk-contact-info .jk-contact-box {
    display: flex;
    gap: 15px;
    margin-bottom: 24px;
}

.jk-contact-info .jk-social-box span {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 31px;
}

.jk-contact-info .jk-social-box ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 16px;
    margin-bottom: 0;
}

.jk-contact-form {
    border-radius: 6px;
    background: #fff;
    padding: 32px 40px;
}

.jk-form-group label {
    margin: 10px 0px;
}

.jk-social img {
    width: 25px;
    height: 25px;
}

.contact-icon-box img {
    width: 25px;
}

a {
    text-decoration: none;
}

.enquiry-bg {
    background-image: url('frontend/images/blue-background-image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

p.mb-2.mt-1.frow-links img {
    width: 20px;
}

/*------------------------------------------------------*/
/* ---------------------------------- */


/* ------------------------footer------------------------ */
.footer ul {
    margin: 0;
    padding: 0;
}

.about {
    margin-left: 40px;
}

.about li a {
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.footer ul li {
    list-style: none;
    margin-bottom: 5px;
    font-size: 14px;
}

.footer p {
    font-size: 14px;
}

/* ------------------------footer------------------------ */


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

    #logo {
        display: block;
        padding: 0;
        width: 25%;
        text-align: left;
        float: none;
        color: white;
    }

    nav {
        margin: 0;
        display: flex;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle+a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        background-color: #408823;
        padding: 2px 12px;
        color: #FFF;
        font-size: 17px;
        text-decoration: none;
        border: none;
        width: 39%;
        height: 32px;
        border-radius: 8px;
    }

    nav a {
        display: block;
        padding: 8px 19px;
        color: #000000 !important;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
    }

    li .toggle {
        display: block;
        background-color: #ffffff;
        padding: 8px 19px;
        color: #000000;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
        border: none;
        width: 40%;
        border-radius: 8px;
    }

    nav a {
        color: #408823;
    }

    li .toggle:hover {
        color: #408823;
    }

    .toggle:hover {
        color: #408823;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked+ul {
        display: block;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
    }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: #408823;
    }

    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 14px 20px;
        color: #FFF;
        font-size: 17px;
    }


    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #408823;
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */

    }

}