body {
	color: #2e5629;
	background-color: #fff;
	font-family: "Inter", sans-serif;
}
a:hover {
	text-decoration: none;
}
a {
	transition: all .4s ease-in-out;
	text-decoration: unset;
	color: #2e5629;
}
p {
	line-height: 1.3;
	margin-bottom: 10px;
}
ul,
ol {
	margin-left: 20px;
	padding-left: 0;
}
.text-dark {
	color: #2e5629 !important;
}
.img-responsive {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.common-pd {
	padding: 60px 0;
}
.common-big-pd {
	padding: 70px 0;
}
.common-small-pd {
	padding: 50px 0;
}
.inner-container {
	padding: 0 60px;
}
.inner-small-container {
	padding: 0 40px;
}
.common-big-title {
	font-weight: 600;
	font-size: 42px;
	line-height: 1.3;
	color: #2e5629;
	margin-bottom: 14px;
}
.common-sec-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 1.3;
	color: #2e5629;
	margin-bottom: 14px;
}
.common-big-title span, .common-sec-title span {
	color: #2e5629;
}
.common-desc {
	color: #666666;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 12px;
}
.common-desc.editor p:last-child {
	margin-bottom: 0;
}
.sec-space {
	margin-top: 30px;
}
.theme-btn {
	margin-top: 24px;
	padding: 16px 30px;
	color: #fff !important;
	font-size: 14px;
	border-radius: 50px;
	transition: all .4s ease;
	display: inline-flex;
	align-items: center;
	background: #2e5629 !important;
}
.theme-btn:hover {
	background: #2e5629 !important;
}

.menu-area .navbar-brand img {
    width: 130px;
}
.navbar-nav li.items a {
    padding: 17px;
    border-radius: 50px;
    margin-left: 5px;
    line-height: 1.2;
}

.navbar-nav li.items a svg.fa-phone {
    margin-right: 5px;
}

.navbar-nav .nav-link {
    color: #2e5629;
    font-size: 16px;
    margin: 0 8px;
    font-weight: 500;
    font-family: var(--tg-body-font-family);
}
.navbar-nav .nav-link:hover { color:#bfd840; }
.corevalue-sec { background: #fafafa; }
.corevalue-sec .section-title .title {  }
/* corevalue */
.corevalue-item {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 65px;
}
.corevalue-item:last-child {
    margin-bottom: 0;
}
.corevalue-icon {
    width: 80px;
    height: 80px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 35px;
    line-height: 0;
    color: #2e5629;
    border-radius: 50%;
    position: relative;
}
.corevalue-icon img { width: 40px; }
.corevalue-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px dashed #2e5629;
    border-radius: 50%;
    -webkit-animation: rotateme2 10s linear infinite;
    animation: rotateme2 10s linear infinite;
    animation-play-state: paused;
}
.corevalue-item:hover .corevalue-icon::before {
    animation-play-state: running;
}
.corevalue-content .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #2e5629;
}
.corevalue-content p {
    margin-bottom: 0;
}
.corevalue-item-wrap {
    margin-left: 30px;
}
.corevalue-item-wrap.reverse-item {
    margin-right: 30px;
    margin-left: 0;
}
.corevalue-item-wrap.reverse-item .corevalue-item {
    flex-direction: row-reverse;
    text-align: right;
}


.certified-block {
    display: flex;
    align-items: center;
    margin-bottom: 2em;
    margin-top: 2em;
    gap: 10px;
    /* color: #000; */
}

.certified-block ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 8px;
    margin: 0px;
}

.certified-block ul li {
    position: relative;
}

.certified-block ul li img {
    width: 84px;
}

.certified-block p {
    margin-bottom: 0px;
    color: #000;
}



.global-sec .global-sec-number{position:relative;display:flex;justify-content: space-around;align-items:center;padding: 5px 2em;margin:2em 0;background: #f9f9f9;border-radius: 22px;width: 64%;margin: 0 auto 3em;}
.global-sec .global-sec-number::before{content:'';width:1px;height:50%;background:#C2C2C2;right:40px;position:absolute;left:0;margin:0 auto}
.global-sec .global-sec-number .number-block{position:relative;margin:1em 0;display:flex;align-items:center;padding: 0 1em;justify-content: center;}
.global-sec .global-sec-number .number-block .number{font-size:3.7em;font-weight:600;color:#000;line-height:1.2;margin-right:12px;position: relative;}
.global-sec .global-sec-number .number-block p{margin-bottom:0}

.cta-section { background: #fafafa; }

.cta-frm-wrapper{
    background: #2e5629;
    padding: 3em;
    border-radius: 30px;
}

.frmcvr .inputCvr {
    margin-bottom: 8px;
}
.frmcvr select option { color:#000; }
.frmcvr input:not([type="submit"]), .frmcvr textarea, .frmcvr select {
    width: 100%;
    background: transparent;
    border: medium none;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
}

.frmcvr input[type=file]::file-selector-button{margin-right:20px;border:none;background:#000;padding:5px 15px;border-radius:8px;color:#fff;font-size:10px;cursor:pointer;transition:background .2s ease-in-out}

.frmcvr input:not([type="submit"]):focus-visible, .frmcvr textarea:focus-visible, .frmcvr file:focus-visible, .frmcvr select:focus-visible { outline:none; }
.frmcvr input[type="submit"] {
    background: #fff;
    padding: 10px 26px;
    color: #000;
    border-radius: 30px;
    border: medium none;
    margin-top: 22px;
    width: 100%;
    border:1px solid transparent;
    text-transform: uppercase;
}

.frmcvr input[type="submit"]:hover { border:1px solid #fff; background: transparent; color:#fff; }

.frmcvr input::-webkit-input-placeholder, .frmcvr textarea::-webkit-input-placeholder, .frmcvr select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fbfbfb;
}
.frmcvr input::-moz-placeholder, .frmcvr textarea::-moz-placeholder, .frmcvr select::-moz-placeholder { /* Firefox 19+ */
  color: #fbfbfb;
}
.frmcvr input:-ms-input-placeholder, .frmcvr textarea:-ms-input-placeholder, .frmcvr select:-ms-input-placeholder { /* IE 10+ */
  color: #fbfbfb;
}
.frmcvr input:-moz-placeholder, .frmcvr textarea:-moz-placeholder, .frmcvr select:-moz-placeholder { /* Firefox 18- */
  color: #fbfbfb;
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
}

.cta-block-wrap {
    position: relative;
}

.cta-block-wrap .title-block-wrapper {padding-right: 9em; margin-bottom: 2em}

.cta-block-wrap .getin-touch-details .contact-block-side svg {
    margin-top: 5px;
    color: #000;
    display: block;
    padding: 13px;
    border-radius: 50%;
    border: 1px solid #000;
    width: 18px;
    height: 16px;
    text-align: center;
    line-height: 1.4;
    margin-right: 12px;
    transition:0.7s;
}
.cta-block-wrap .getin-touch-details .contact-block-side:hover svg{   
    border-color: #000;
    background-color:#000;
    color: #fff;
}   
.cta-block-wrap .getin-touch-details .contact-block-side a { color:#000; word-wrap: break-word;}
.cta-block-wrap .getin-touch-details .contact-block-side p{ color:#000; width:100%; font-size: 14px; }
.cta-block-wrap .getin-touch-details .contact-block-side a:hover{ color:#000; transition: 0.7s;}
.cta-block-wrap .getin-touch-details .contact-details .contact-block-side {
    display: flex;
    align-items: center;
    margin-bottom: 29px;
    width: 70%;
}

.cta-block-wrap .getin-touch-details .contact-details .contact-block-side p {
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
}

.cta-block-wrap .getin-touch-details .contact-details .contact-block-side p a, .cta-block-wrap .getin-touch-details .contact-details .contact-block-side p a {
    display: block;
    width: 100%;
}

.cta-block-wrap .getin-touch-details .contact-details .contact-block-side p span {
    color: #585858;
    line-height: 1.2;
}

.cta-block-wrap .getin-touch-details .contact-details .contact-block-side p a {
    font-weight: 700;
    font-size: 17px;
    color: #000;
}


.footer-logo img {
    width: 150px;
}

.footer-contact-wrap .list-wrap li .icon {border: 1px solid #ccc;width: 44px;height: 40px;padding: 10px;border-radius: 30px;line-height: 1.2;display: inline-block;text-align: center;margin-right: 15px;}

.footer-contact-wrap .list-wrap li a { width: 100%; }

.footer-contact-wrap .list-wrap li:first-child {
    align-items: flex-start;
}


.cta-block-wrap .getin-touch-details .contact-social {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-top: 2.2em;
    color: #000;
}

.cta-block-wrap .getin-touch-details .contact-social .contact-social-links {
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin: 0px 0px 2em 0px;
   }

.cta-block-wrap .getin-touch-details .contact-social .contact-social-links li a {
    color: #000;
    padding: 11px 9px;
    border-radius: 50%;
    text-align: center;
    margin-right: 9px;
    line-height: 1.2;
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    border: 1px solid #000;
}
.cta-block-wrap .getin-touch-details .contact-social .contact-social-links li:hover a { background-color:#2e5629; color: #fff; border-color:#2e5629; }
.cta-block-wrap .getin-touch-details .contact-social .contact-social-links li a svg {
    font-size: 16px;
}


.global-flag-wrapper {
    position: relative;
}

.global-flag-wrapper .global-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    margin-top: 1em;
}

.global-flag-wrapper .global-list li {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 2em;
}
.global-flag-wrapper .global-list li img{ margin-bottom:6px; }
.global-flag-wrapper .global-list li p { color:#000; }


.products-data table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    /* table-layout: fixed; */
    width: 100%;
    border: 1px solid #e9e9e9;
}

.products-data table th, .products-data table td {
    margin: 0;
    padding: 14px 20px;
    font-style: normal;
    font-size: 16px;
    border-width: 0 1px 1px 0;
}

.products-data table th, .products-data table td {
}

.products-data table th {
    background: #2e5629;
    color: #fff;
    text-transform: capitalize;
}



.product-lists-wrap .product-block {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 0;
    background: #FBFBFB;
    border-radius: 20px;
    border: 1px solid var(--tg-primary-color);
    border-radius: 16px;
    /* padding: 14px 19px; */
    /* text-align: left; */
}
.product-lists-wrap .product-block:hover { border-color:var(--tg-secondary-color); }
.product-lists-wrap .product-block .product-infoCvr {
    padding: 20px;
    text-align: left;
}

.product-lists-wrap .product-block .product-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    font-family: 'Roboto';
    text-transform: capitalize;
    margin-bottom: 20px;
    min-height: 4.2em;
}

.product-lists-wrap .product-block .product-data{
    margin-bottom: 5px;
    font-size: 14px;
    font-family: 'Roboto';
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.product-lists-wrap .product-block .product-link {
    position: relative;
}

.product-lists-wrap .product-block .product-link a {
    width: 100%;
    display: block;
    background: var(--tg-primary-color);
    color: #fff;
    text-transform: capitalize;
    padding: 8px 10px;
}
.product-lists-wrap .product-block .product-link a:hover { background: var(--tg-secondary-color); }
.product-lists-wrap .product-block .product-data b {
    width: 43%;
    color: #393939;
}
.product-lists-wrap .product-block .product-data span.proinfo{ width:100%; }

.product-modal {
    /* position: relative; */
}

.product-modal .modal-content {
    background: var(--tg-primary-color);
}

.product-modal .modal-content .modal-header {
    color: #fff;
    position: relative;
}

.product-modal .modal-content .modal-header .modal-title {
    color: #fff;
}

.product-modal .modal-content .modal-header .btn-close {
    position: absolute;
    background: var(--tg-secondary-color);
    opacity: 9;
    line-height: 1;
    right: -4px;
    top: -5px;
    border-radius: 50%;
    font-size: 12px;
    padding: 7px;
    color: #fff;
}

