/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.9
Tested up to: 6.8
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6, p, a, b, strong, div, span ul, li {
    font-family: "Funnel Sans", sans-serif !important;
}
:root {
    --ancient-color: #3b6335;
    --secondary-color: #3b6335;
    --ancient-bg-color: #3b6335;
    --heading-text-color: #2F2F2F;
    --dark-bg-color: #256453;
    --ancient-icon-color: #e8883b;
    --white-color: #ffffff;
    --secondary-dark-bg-color: #041624;
    --footer-highlight-color: #F87802;
    --transition-all: all 0.3s ease;
    --light-bg-color: #1D2F3D;
    --description-color: #898989;
    --light-bg-color-l: #F7F6F2;
    --golden-highlight-color: #ffc600;
    --black-color: #000000;
}
.benefitss.aos-init.aos-animate h3 {
    font-size: 30px !important;
    color: #fff;
}
.global-btn {
    padding: 10px 20px;
    background: var(--ancient-bg-color);
    border-radius: 5px;
    border: 1px solid var(--ancient-color);
    color: var(--white-color);
    transition: var(--transition-all);
}
.container {
    max-width: 90% !important;
    margin: auto !important;
}

.menu-2 a {
    background: #2c642f;
    padding: 8px 28px;
    color: #fff;
    border-radius: 3px;
    float: right;
    box-shadow: 0 3px 16px rgb(143 143 143 / 50%);
    text-decoration: none;
}
div#mega-menu-wrap-primary {
    margin: 18px 0 0 0;
}
.menu-2 {
    margin: 18px 0 0 0;
}
section#bnner img {
    border-radius: 10px;
}
.navbar-scrolled {
    position: fixed !important;
    top: 0px;
    z-index: 1111;
    width: 100%;
    background: #fff !important;
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
	padding: 0 0 0 0 !important;
}
.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: unset !important;
}
.navbar-scrolled img {
    width: 80% !important;
}
.navbar-scrolled div#mega-menu-wrap-primary {
    margin: 11px 0 0 0 !important;
}
.navbar-scrolled .menu-2 {
    margin: 10px 0 0 0 !important;
}
.imagination {
    position: absolute;
    top: 267px;
    left: 12%;
    background: linear-gradient(to right, #a05417 0%, #e88b40 50%, #e8883b 50%, #7b4415 100%) !important;
    color: #fff;
    padding: 55px;
    border-radius: 4px;
}
.carousel-control-next, .carousel-control-prev {
    top: 160px !important;
}
section#about-us {
    margin: 70px 0 !important;
}
.main-abt b {
    background: #3b6335;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 3.5px;
    font-weight: 700;
}
.main-abt h1 {
    font-size: 35px;
    font-weight: 700;
    margin: 30px 0 35px 0;
}
.main-abt span {
    font-size: 35px;
    letter-spacing: 1px;
    margin: 0 0 0px 17px;
    background: #e8883d;
    padding: 10px;
    border-radius: 3px;
}
p {
    line-height: 30px;
    color: #656565;
    margin: 0 0 27px 0;
}
.inner-abt-btn a {
    background: #e7873c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 2px;
}
.imaginer-images img {
    border-radius: 9px 9px 0px 0px;
}
.imagination p {
    color: #fff;
}

.inner-abt-test p {
    background: #3c6335ba !important;
    padding: 4px 92px !important;
    width: 100% !important;
    border-radius: 0px !important;
    color: #ffffff !important;
    font-weight: 600;
}
section.mission-vision {
    background: linear-gradient(to bottom, var(--light-bg-color-l) 50%, #ffc08d 50%);
    position: relative;
    padding: 60px 0;
}

section.mission-vision .content-main {
    background: var(--white-color);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
}
section.mission-vision .content-main img{
	border-radius: 15px;
}
section.mission-vision .main-head {
    font-size: 27px;
    margin: 10px 0 10px 0;
    font-weight: 600;
}
section.mission-vision .desc {
    font-size: 16px;
    margin-bottom: 20px;
}
section.services {
    position: relative;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 60px;
}
section.services .main-heading {
    margin-bottom: 20px;
}
.service-content.aos-init.aos-animate:hover p {
    color: #fff;
    transition: 0.5s ease-in-out;
}
section.services .into-head {
    font-weight: 500;
    color: var(--ancient-color);
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
}

section.services .service-img img {
    vertical-align: top;
    object-fit: cover;
    background-repeat: no-repeat;
}

section.services .service-number {
    font-size: 62px;
    margin: 0 0 30px 0;
    font-weight: 600;
    color: var(--ancient-color);
}

section.services .service-heading {
    font-size: 25px;
    font-weight: 600;
    width: 100%;
}

section.services .service-desc {
    font-weight: 400;
    letter-spacing: .3px;
}

.service-btn {
    font-size: 16px;
    letter-spacing: 1px;
    color: var(--heading-text-color);
    transition: var(--transition-all);
}

section.services .service-btn i {
    color:var(--ancient-color);
}

section.services .service-btn:hover i {
    margin-left: 5px;
}
section.services .service-content{
    border-radius: 5px;
    box-sizing: border-box;
    padding: 1rem 1.2rem 1.5rem;
    transition: var(--transition-all);
}
section.services .service-content:hover {
    background-color: var(--dark-bg-color);
    color: var(--white-color);
    transform: translatey(-10px);
    -moz-box-shadow: 5px 5px 15px rgba(20,39,6,.1);
    -webkit-box-shadow: 5px 5px 15px rgba(20,39,6,.1);
    box-shadow: 5px 5px 15px rgba(20,39,6,.1);

}
section.services .service-content:hover .service-btn{
    color: var(--white-color);
}
section.services .service-content:hover i {
    margin-left: 5px;
}
section.services .service-content:hover i, 
section.services .service-content:hover .service-number{
    color: var(--golden-highlight-color);
}

.benefit {
	background: url(images/benefit-bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px 0 0 0;
}
.benefitss {
    background: #081347f2;
    padding: 20px 50px 30px 50px;
    margin: 50px 0 -150px 0;
    width: 100%;
    float: left;
}
.benefitss h2 {
	color: #fff;
	font-size: 44px;
	font-weight: 700;
	margin-bottom: 10px;
}
.benefitss p {
    color: #fff !important;
}
.benefitss p {
	color: #fff;
	margin: 0;
	font-size: 16px;
}
.benefitss .media-body span {
	margin: 0 !important;
	padding: 20px 0 0 0;
	font-weight: 500;
	color: #fff;
}
.media-body span {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
}
.more {
    background: #ff9f00;
    color: #fff !important;
    font-weight: 500;
    padding: 10px 15px;
    float: right;
    width: auto;
    text-decoration: none !important;
    border-radius: 6px;
    margin-top: 40px;
}
.benefitss {
    background: #3b6335;
    padding: 20px 50px 30px 50px;
    margin: 50px 0 -150px 0;
    width: 100%;
    float: left;
}
.benefitss h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 10px;
}
.benefitss p {
    color: #fff !important;
}
.more {
    background: #ff9f00;
    color: #fff !important;
    font-weight: 500;
    padding: 10px 15px;
    float: right;
    width: auto;
    text-decoration: none !important;
    border-radius: 6px;
    margin-top: 40px;
}
/* section what-make-us */
section.what-make-us .image-with-content-container {
    position: relative;
    margin-bottom: 40px;
}
section.what-make-us .into-head {
    font-weight: 500;
    color: var(--ancient-color);
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
}

section.what-make-us .featured-image-wrapper {
    position: relative;
    border-radius: 5px 5px 0 0;
}

section.what-make-us .featured-image {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
    object-fit: cover;
    object-position: 100% 20%;
    max-height: 98px;
}

section.what-make-us .overlap-icon {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background:var(--ancient-icon-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    z-index: 10;
    border: 3px solid #f8f9fa;
    transition: all 0.3s ease;
}

section.what-make-us .overlap-icon:hover {
    transform: translateX(-50%) scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

section.what-make-us .overlap-icon i {
    font-size: 20px;
    color: var(--white-color);
}

section.what-make-us .white-content-box {
    background:var(--white-color);
    padding: 7px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

section.what-make-us .content-title {
    margin: 15px 0 0;
    color: #333;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
section.counter {
    background-color: var(--light-bg-color-l);
    padding: 40px 0;
}
section.counter .counter-main-heading {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}
section.counter .count {
    font-size: 42px;
    margin: 0;
    font-weight: 600;
	color: var(--ancient-color);
	text-align: center;
}
section.counter .counter-heading {
    margin: 0;
    font-size: 20px;
    text-align: center;
}
section.testimonials {
    position: relative;
    padding: 60px 0;
}

section.testimonials .top-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #44623a;
}

section.testimonials .testimonial-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

section.testimonials .testimonial-marquee::before,
section.testimonials .testimonial-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    width: 60px; /* Adjust width as needed */
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

section.testimonials .testimonial-marquee::before {
    left: 0;
    background: linear-gradient(to right, #fff 0%, transparent 100%);
}

section.testimonials .testimonial-marquee::after {
    right: 0;
    background: linear-gradient(to left, #fff 0%, transparent 100%);
}

section.testimonials .marquee-content {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
}

section.testimonials .testimonial-marquee:hover .marquee-content {
    animation-play-state: paused;
}

section.testimonials .deensimc-tes-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    max-height: 100%;
    padding: 0 15px;
}

section.testimonials .deensimc-tes-main {
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 220px;
    max-width: 370px;
    width: 100%;
    text-align: left;
    box-shadow: none !important;
}

section.testimonials .deensimc-tes-main blockquote {
    margin: 0;
    display: block;
    border-radius: 8px;
    position: relative;
    background-color: #e7e7e7;
    padding: 30px 50px 65px 50px;
    font-size: 0.8em;
    font-weight: 500;
    margin: 0 0 -50px;
    line-height: 1.6em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border: none;
}

section.testimonials .contents-wrapper {
    position: relative;
}

section.testimonials .quote-left {
    position: absolute;
    transform: translate(-110%, -50%);
    z-index: 1;
    font-size: 40px;
    color: #BBBBBB;
    opacity: 1;
}

section.testimonials .quote-right {
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    position: absolute;
    z-index: 1;
    font-size: 40px;
    color: #BBBBBB;
    opacity: 1;
}

section.testimonials .deensimc-contents {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1F1C46;
    display: block;
}

section.testimonials .deensimc-toggle {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #1F1C46;
    display: inline-block;
    margin-top: 10px;
}

section.testimonials .deensimc-tes-author {
    padding: 0 15px;
    margin-top: -20px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}

section.testimonials .deensimc-tes-author img {
    max-width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 70px;
    border-radius: 50%;
    margin-bottom: 15px;
    margin-top: 10px;
    display: inline-block;
    z-index: 1;
    position: relative;
    border-style: none;
}

section.testimonials .deensimc-tes-heading {
    opacity: 0.8;
    margin: 0;
    font-weight: 800;
    color: #000000;
}

section.testimonials .deensimc-tes-name {
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #000000;
    margin-bottom: 5px;
    display: block;
}

section.testimonials .deensimc-tes-title {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    display: block;
}

section.testimonials .deensimc-tes-ratings {
    padding: 10px 0;
}

section.testimonials .deensimc-tes-icons {
    color: #FFD700;
    margin-right: 6px;
}

section.testimonials .deensimc-tes-review-text {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}
.product-showcase-section {
    padding: 60px 0;
    background-color: #fff;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.product-showcase-section .section-header {
    padding-right: 30px;
}

.product-showcase-section .top-title {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-showcase-section .product-icons span {
    font-size: 20px;
    border: 2px solid var(--dark-bg-color);
    color: var(--dark-bg-color);
    border-radius: 50%;
    padding: 5px;
}

.product-showcase-section .description {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.product-showcase-section .spacer {
    height: 15px;
    width: 100%;
    display: block;
}

.product-showcase-section .button-spacer {
    height: 25px;
    width: 100%;
    display: block;
}

.product-showcase-section .cta-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #2e7d32;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.product-showcase-section .cta-button:hover {
    background-color: var(--dark-bg-color);
    transform: translateY(-2px);
}

.product-showcase-section .product-carousel {
    position: relative;
}

.product-showcase-section .product-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin: 10px;
    transition: all 0.3s ease;
    position: relative;
}

.product-showcase-section .product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.product-showcase-section .product-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 47px;
    height: 35px;
    z-index: 10;
}

.product-showcase-section .product-badge img {
    width: 100%;
    height: auto;
}

.product-showcase-section .product-image {
    text-align: center;
}

.product-showcase-section .product-image img {
    max-height: 180px;
    width: auto;
    margin: 0 auto;
}

.product-showcase-section .product-details {
    padding: 20px;
    background: #fff;
}

.product-showcase-section .product-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.product-showcase-section .product-code {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.product-showcase-section .product-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.product-showcase-section .product-icons li {
    margin-right: 10px;
}

.product-showcase-section .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
}

.product-showcase-section .owl-nav button {
    width: 40px;
    height: 40px;
    background: #000 !important;
    border-radius: 50% !important;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.product-showcase-section .owl-nav button:hover {
    background: #e0e0e0 !important;
}

.product-showcase-section .owl-nav button i {
    font-size: 18px;
    color: #333;
}

.product-showcase-section .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.product-showcase-section .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    background: #ddd !important;
    border-radius: 50%;
    margin: 0 5px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
}
.product-showcase-section .owl-dots button.owl-dot.active {
    background: var(--dark-bg-color) !important;
    transform: scale(1.2);
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
section.cta {
    position: relative;
    padding: 20px 0;
    background: #db8d4c;
}
section.cta .global-btn:hover i{
	margin-right: 5px;
}
section.innerpages ul li {
    line-height: 30px;
    color: #656565;
    margin: 0 0 0px 0;
}
/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	
	   section.testimonials .deensimc-tes-main blockquote {
        padding: 30px 30px 65px 30px;
    }

    section.testimonials .quote-left {
        font-size: 32px;
        transform: translate(-120%, -50%);
    }

    section.testimonials .quote-right {
        font-size: 32px;
    }
	 section.counter .counter-heading {
        font-size: 18px;
    }
	   section.mission-vision .content-main {
        margin-bottom: 20px;
    }
	   section.what-make-us .content {
        margin-bottom: 20px;
    }
    section.what-make-us .overlap-icon {
        width: 40px;
        height: 40px;
        bottom: -15px;
    }

    section.what-make-us .overlap-icon i {
        font-size: 16px;
    }

    section.what-make-us .white-content-box {
        padding: 10px;
    }
    section.what-make-us .featured-image {
        max-height: 200px;
    }
	    .product-showcase-section .product-showcase-section {
        padding: 50px 0;
    }

    .product-showcase-section .main-heading {
        font-size: 26px;
    }
}
@media  (min-width: 767px) and (max-width: 1366px) {
	.footer-links ul li a {
    font-size: 13px !important;

}

div#mega-menu-wrap-primary {
    margin: 8px 0 0 0 !important;
}
.menu-2 {
    margin: 6px 0 0 0 !important;
}
.navbar-scrolled div#mega-menu-wrap-primary {
    margin: 2px 0 0 0 !important;
}
.navbar-scrolled .menu-2 a {
    padding: 5px 25px !important;
    font-size: 11px !important;
}
}
@media  (min-width: 1366px) and (max-width: 1500px) {
div#mega-menu-wrap-primary {
    margin: 7px 0 0 0 !important;
}

.inner-abt-test p {
    background: #3c6335ba !important;
    padding: 4px 92px !important;
    width: 100% !important;
    border-radius: 0px !important;
    color: #ffffff !important;
    font-weight: 600;
}

.menu-2 {
    margin: 13px 0 0 0 !important;
}
.navbar-scrolled div#mega-menu-wrap-primary {
    margin: 7px 0 0 0 !important;
}
.navbar-scrolled .menu-2 {
    margin: 7px 0 0 0 !important;
}
	.footer-links ul li a {
    font-size: 16px !important;

}
}
@media  (min-width: 1500px) and (max-width: 1920px) {
div#mega-menu-wrap-primary {
    margin: 5px 0 0 0 !important;
}
.menu-2 {
    margin: 17px 0 0 0 !important;
}
}
@keyframes Moveleftright {
    0%, 100% {
        left: 0;
    }
    50% {
        left: 15px;
    }
}

.content-main i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(219 202 188) 0%, rgb(255 255 255) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 44px;
    color: #e8883d;
}