/***********************
* Common
***********************/
html {
    scroll-behavior: smooth;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
     font-family: "Baloo 2", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height:1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    font-style: normal;
    position: relative;
    background-color: #e5fdf0;
    color: #231F20;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   position: relative;
}
h1 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 24px;
}
h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 24px;
}
h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
}
h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}
h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}
h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}
p {
    margin: 0 0 16px;
}
p.lead{
    font-size: 18px;
    font-weight: 400;
}
input:focus,
select:focus,
textarea:focus {
   box-shadow: none !important;
}
textarea:focus-visible {
    outline: 0;
}
input:-webkit-autofill {
   -webkit-background-clip: text;
}
[type=search]{
    outline-offset: 0;
}
input:focus-visible, 
button:focus-visible{
    outline: 0;
}
.gutter-y-10 {
    --bs-gutter-y: 10px;
}
.gutter-y-15 {
    --bs-gutter-y: 15px;
}
.gutter-y-20 {
    --bs-gutter-y: 20px;
}
.gutter-y-30 {
    --bs-gutter-y: 30px;
}
.gutter-y-40 {
    --bs-gutter-y: 40px;
}
.gutter-y-60 {
    --bs-gutter-y: 60px;
}
.gutter-x-15{
    --bs-gutter-x: 30px;
}
.btn-check:checked+.btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check)+.btn:active:focus-visible{
    box-shadow: none;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    border: none;
}
.Primary-btn i {
    transition: all 0.5s;
}
.Primary-btn:hover i {
    transform: translateX(10px);
}
.Primary-btn {
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    padding: 4px;
    padding-left: 20px;
    position: relative;
    -webkit-transition: all 300ms 
ease;
    transition: all 300ms 
ease;
    font-size: 16px;
    font-weight: 400;
    background: #019748;
    color: #fff;
}
.Primary-btn .btn-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0b0f2c;
    color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 35px;
    z-index: 1;
    -webkit-transition: all 400ms 
ease;
    transition: all 400ms 
ease;
    font-size: 16px;
    line-height: 1;
    position: relative;
}
.Primary-btn:hover .btn-icon{
    color: #fff;
}
.Primary-btn .btn-icon i:first-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.Primary-btn:hover .btn-icon i:last-child{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
}
.Primary-btn .btn-text {
    position: relative;
    text-shadow: 0 0 #fff, 0 22px #fff;
    transition: text-shadow 0.5s 
ease-in-out;
    color: transparent;
    overflow: hidden;
}
.Primary-btn:hover .btn-text{
    text-shadow: 0 -22px #fff, 0 0 #fff;
}
/***********************
* header
***********************/
.topbar {
    background-color: #019748;
    color: #fff;
}
.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    padding: 8px 0;
}
.topbar-inner p {
    margin-bottom: 0;
}
.topbar-inner>a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #fff;
}
ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.social-media {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
ul.social-media li a {
    color: #fff;
}
.main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
        padding: 8px 0;
}
.logo {
    max-width: 180px;
}
.header-end {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.header-end .login-btn {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #019748;
    color: #019748;
}
.header-end .cart-btn {
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 5px 10px;
    border: 1px solid #019748;
    border-radius: 8px;
    font-size: 14px;
    color: #019748;
}
.main-menu ul {
    display: flex;
    align-items: center;
    column-gap: 40px;
}
.main-menu ul li a {
    color: #231F20;
    font-size: 18px;
    font-weight: 500;
}
.main-menu ul li.current-menu-item a, .main-menu ul li:hover a{
    color: #019748;
}
.sticky-header--cloned.sticky-fixed {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.5s;
    visibility: visible;
    background-color: #ffffffd1;
    backdrop-filter: blur(15px);
}
.sticky-fixed {
    box-shadow: 0 7px 50px 0 rgba(0, 0, 0, .1);
    position: fixed  !important;
    transform: translateY(0);
    z-index: 999;
    transition: all 1.5s;
}
.sticky-header--cloned {
    position: fixed !important;
    z-index: 991;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    transform: translateY(-120%);
}
.sticky-header--cloned.sticky-fixed .logo {
    max-width: 120px;
}
.hero-section {
    position: relative;
    overflow: hidden;
}
.background-slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.background-slider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.background-item, .background-box {
    height: 100%;
    width: 100%;
}
.hero-slider {
    position: relative;
    z-index: 1;
    padding: 100px 0 70px;
}
ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}
ul.slick-dots li button{
    border-radius: 14px;
    height: 14px;
    width: 14px;
    background-color: #019748;
    font-size: 0;
    border: none;
    transition: all 0.5s;
}
ul.slick-dots li.slick-active button{
    width: 30px;
}
.hero-content p{
    margin-bottom: 30px;
}
/*************************
* about start
*************************/
.about-section {
    padding: 100px 0;
    overflow: hidden;
}
.sub-heading {
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    color: #019748;
    font-size: 16px;
    text-transform: uppercase;
}
.sub-heading img {
    width: 24px;
}
.about-left  .lead-font {
    padding-left: 15px;
    font-size: 20px;
    border-left: 2px solid #019748;
    margin-bottom: 20px;
    color: #000;
}
.about-left  p {
    margin-bottom: 24px;
}
.about-left {
    padding-right: 30px;
}
.about-right {
    position: relative;
    margin-right: 150px;
}
.about-image {
    border-radius: 20px;
    overflow: hidden;
}
.about-image-two {
    position: absolute;
    bottom: -30px;
    right: -150px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid #fff;
}
.about-image-two img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.about-image-two:hover img {
    transform: scale(1.1);
}
.about-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.about-image:hover img {
    transform: scale(1.1);
}
.circle-text-wrap-outer {
    position: absolute;
    top: 40px;
    right: -80px;
    width: 160px;
    height: 160px;
}
.circle-text-wrap {
    position: relative;
    width: 160px;
    height: 160px;
}
.circle-logo {
    position: absolute;
    inset: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
svg.circle-text-svg {
    width: 100%;
    height: 100%;
    animation: rotateCircle 10s 
linear infinite;
    transform-origin: center center;
    background-color: #019748;
    border-radius: 100%;
}
/* animation */
@keyframes rotateCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
text.circle-text {
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
}
svg.circle-text-svg textPath {
    fill: #fff;
}
.circle-logo img {
    max-width: 75px;
}
.heading-box-outer {
    display: flex;
    align-items: center;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-between;
    margin-bottom: 30px;
}
.heading-box-outer .heading-box {
    margin-bottom: 0;
}
.heading-box {
    margin-bottom: 30px;
}
.heading-box h2 {
    margin-bottom: 0;
}
.product-box {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.product-image {
    position: relative;
    overflow: hidden;
    background-color: #01974852;
    border-radius: 10px;
    margin-bottom: 15px;
}
.product-image img.hover-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.product-box:hover img.hover-image {
    height: 100%;
}
.product-details {
    padding: 0 15px;
    padding-bottom: 24px;
}
.product-details h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
.product-details p {
    display: flex;
    column-gap: 30px;
    align-items: center;
    margin-bottom: 10px;
}
.product-details p span.current {
    color: #019748;
    font-size: 24px;
}
.product-details p span.old {text-decoration: line-through;color: #606060;}
.reting {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 20px;
}
.reting ul.reting-star {
    display: flex;
    align-items: center;
    column-gap: 3px;
    font-size: 13px;
    color: #f6c40a;
}
.product-section {
    padding-bottom: 100px;
}
.process-box {
    text-align: center;
    border: 1px solid #019748;
    border-radius: 12px;
    margin: 0 20px;
    padding: 24px;
}
.process-box h4 {
    margin-bottom: 0;
    font-size: 16px;
}
.process-box .icon img {
    width: 80px;
    margin-bottom: 10px;
}
.process-section {
    padding-bottom: 100px;
}
/*************************
* why choose start
*************************/
.whychoose-section {
    padding: 70px 0;
    background-color: #4acd884d;
    position: relative;
}
.whychoose-section .heading-box{
    margin-bottom: 20px;
}
.whychoose-content {
    padding-right: 100px;
}
.whychoose-content .heading-box {
    margin-bottom: 15px;
}
.whychoose-content p {
    color: #000;
}
.whychoose-box p {
    margin-bottom: 0;
}
.whychoose-image {
    border-radius: 20px;
    overflow: hidden;
}
.whychoose-image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.whychoose-image:hover img {
    transform: scale(1.1);
}
span.devider {
    display: block;
    height: 1px;
    background-color: #019748;
    margin: 30px 0;
}
.container-box {
    padding: 0 30px;
    text-align: center;
}
.container-box p:first-child {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 0;
    color: #019748 !important;
    line-height: 50px;
}
.container-box p:last-child {
    color: #000;
    margin-bottom: 0;
}
ul.why-choose-list li {
    margin-bottom: 8px;
    padding-left: 30px;
    position: relative;
}
ul.why-choose-list li::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-image: url(../image/point.svg);
    background-size: 20px;
}
.explore-section {
    padding: 100px 0;
}
.explore-left {
    position: sticky;
    top: 50px;
}
.explore-item {
    padding: 20px;
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    column-gap: 15px;
    margin-bottom: 30px;
}
.explore-item .icon {
    flex-shrink: 0;
}
.explore-item .icon img {
    width: 60px;
}
.explore-item h4 {
    margin-bottom: 10px;
}
.explore-item:last-child {
    margin-bottom: 0;
}
/***********************
* testimonial
***********************/
.testimonial-section {
    padding-bottom: 100px;
    position: relative;
}
.testimonial-section .heading-box-outer {
    align-items: end;
}
.testimonial-section .heading-box-outer p{
    margin-bottom: 0;
}
.testimonial-section .heading-box {
    width: 40%;
    margin-bottom: 0;
}
.heading-outer h2 {
    margin-bottom: 0;
}
.testimonial-box {
    border-radius: 12px;
    padding: 24px 18px;
    background-color: #fff;
    border: 1px solid transparent;
    transition: all 0.5s;
    margin: 0 15px;
}
.slick-active.slick-center .testimonial-box{
    border: 1px solid #019748;
}
.testimonial-box .icon {
    margin-bottom: 15px;
}
.testimonial-box .icon img {
    width: 40px;
}
.testimonial-box .auther {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px dashed #019748;
}
.testimonial-box .auther h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.testimonial-box .auther p {
    margin-bottom: 0;
}
ul.slick-dots {
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: center;
    margin-top: 20px;
}
ul.slick-dots button {
    background-color: #019748;
    height: 12px;
    width: 12px;
    border: none;
    border-radius: 12px;
    font-size: 0;
    transition: all 0.5s;
}
ul.slick-dots li.slick-active button {
    width: 45px;
}
.testimonial-btn {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.testimonial-btn .slick-arrow {
    height: 50px;
    width: 50px;
    border: 1px solid #019748;
    background-color: transparent;
    border-radius: 100%;
    color: #019748;
    font-size: 20px;
        padding: 0;
}
.testimonial-box p {
    font-size: 20px;
}
.blog-image {
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
}
.blog-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.blog-image:hover img {
    transform: scale(1.1);
}
.blog-box h4 {
    font-size: 20px;
    margin-bottom: 12px;
}
.blog-box h4 a {
    color: #000;
}
.blog-box p {
    margin-bottom: 24px;
}
.blog-section {
    padding-bottom: 100px;
}
.cta-inner {
    padding: 40px;
    border-radius: 20px;
    background-image: url(../image/cta.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.cta-inner h2{
    color: #fff;
}
.cta-inner a{
    background-color: #0b0f2c;
}
.cta-inner .Primary-btn .btn-icon{
    background-color: #019748;
}
.cta-inner h2, .cta-inner a{
    position: relative;
    z-index: 1;
}
.cta-inner::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(271deg, rgba(64, 13, 62, 0) 4.92%, #019748 65.27%);
}
.cta-section {
    padding-bottom: 100px;
}
footer{
    padding-top: 60px;
    position: relative;
    background-color: #4acd884d;
}
.footer-lower {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #019748;
    margin-top: 50px;
}
.footer-lower p{
    margin-bottom: 0;
}
.post, .page {
    margin: 0;
}
.footer-lower ul li a{
    height: 35px;
    width: 35px;
    border-radius: 100%;
    color: #fff;
    background-color: #019748;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-logo {
    max-width: 250px;
    margin-bottom: 20px;
}
.footer-link {
    display: flex;
    justify-content: space-around;
    column-gap: 40px;
}
.footer-widget h3 {
    margin-bottom: 20px;
    font-size: 24px;
}
.footer-widget ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}
.footer-widget ul li {
    margin-bottom: 10px;
}
.footer-widget ul li a{
    color: #000;
    position: relative;
}
.footer-widget ul li a:hover{
    color: #019748;
}
.footer-widget ul li a::after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #019748;
    transition: all 0.5s;
}
.footer-widget ul li:hover a::after{
    width: 100%;
}
.footer-widget.contact {
    width: 250px;
}
.footer-widget.contact a::after{
    display: none;
}
.footer-widget.contact a {
    display: flex;
    column-gap: 12px;
}
.footer-widget.contact a span {
    height: 30px;
    width: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #019748;
    color: #fff;
}
/* sign up / login popup  */
.sign-up-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: scale(0);
    transition: all 0.5s;
    visibility: hidden;
    z-index: 999999;
    opacity: 0;
    display: flex;
}
.sign-up-popup.expanded {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.sign-up-popup .sign-up-toggle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.9;
}
.sign-up-content {
    width: 850px;
    margin: auto;
    background-color: #fff;
    display: flex;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 80vh;
}
.sign-up-logo.text-center {
    max-width: 220px;
    margin: auto;
}
.sign-up-left {
    width: 100%;
    flex: 1;
    padding: 50px 60px;
        height: auto;
    overflow-y: scroll;
}
.sign-up-slider-box {
    position: relative;
    height: 90vh;
}
.sign-up-slider-box .logo-box {
    position: absolute;
    top: 30px;
    left: 30px;
}
.sign-up-slider-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.tab-button {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 25px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.tab-button button {
    border: 1px solid #019748;
    color: #019748;
    background-color: #fff;
    padding: 10px 75px;
    font-weight: 500;
    transition: all 0.5s;
}
.tab-button button.active, .tab-button button:hover{
    background-color: #019748;
    border-color: #019748;
    color: #fff;
}
.tab-content h4{
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
}
.form-group-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 12px;
    margin-bottom: 12px;
}
.from-group {
    width: 100%;
}
.form-group-outer .form-control {
    padding: 12px 16px;
    color: #000;
    border-color: #E9E9EB;
    border-radius: 0;
}
.form-group-outer .form-control::placeholder{
    color: #8F8E8A;
}
.form-group-outer label {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}
.from-group p {
    margin-bottom: 0;
    font-size: 14px;
    color: #8F8E8A;
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.from-group p a {
    text-decoration: underline;
    color: #203738;
}
.sign-up-button button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    background-color: #019748;
    color: #fff;
    border-radius: 8px;
    padding: 12px;
    font-weight: 500;
}
.sign-up-left::-webkit-scrollbar {
  width: 6px;
}
.sign-up-left::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.sign-up-left::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.sign-up-left::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.sign-up-outer {
    display: flex;
    flex-direction: column;
}
.page-header-section {
    padding: 100px 0 100px;
    background-size: cover;
    background-position: center;
    position: relative;
        background-color: #0000006b;
    background-blend-mode: overlay;
}
.custom-breadcrumb {
    display: flex;
    align-items: baseline;
    column-gap: 10px;
    justify-content: center;
}
.page-header-section h1 {
    color: #fff;
    margin-bottom: 15px;
}
.page-header-section .heading-box {
    margin-bottom: 15px;
}
.custom-breadcrumb a, .custom-breadcrumb span {
    color: #fff;
}
.custom-breadcrumb a:hover {
    color: #019748;
}
.value-section {
    padding-top: 100px;
    background-position: top center;
    background-size: cover;
    position: relative;
}
.value-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(90deg, #0c6436 0%, #10673a45 100%);
}
.value-section .heading-box {
    color: #ffff;
    width: 50%;
    position: relative;
    z-index: 1;
}
.heading-box {
    margin-bottom: 30px;
}
.value-section .heading-box .sub-heading {
    color: #fff;
}
.value-box {
    border-radius: 20px;
    padding: 30px 50px;
    background-color: #fff;
    transition: all 0.5s;
    text-align: center;
        box-shadow: 0px 10px 50px 20px #384d751c;
}
.value-box:hover {
    transform: translateY(-10px);
}
.value-box h4 {
    margin-bottom: 20px;
    color: #019748;
}
.value-box .icon {
    height: 60px;
    width: 60px;
    margin: auto;
    margin-bottom: 24px;
    border-radius: 100%;
    background-color: #019748;
        display: flex;
    align-items: center;
    justify-content: center;
}
.value-box .icon img {
    filter: brightness(50) invert(1);
    transition: all 0.5s;
}
.value-box:hover .icon img {
    transform: scaleX(-1);
}
.value-lower {
    transform: translateY(100px);
        margin-top: -100px;
    position: relative;
    z-index: 1;
}
.value-box p {
    margin-bottom: 0;
}
.explore-section.two {
    padding-top: 200px;
}
.capiblity-section {
    padding-bottom: 100px;
}
.capiblity-box {
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #019748;
    padding: 19px;
    text-align: center;
    height: 100%;
    transition: all 0.5s;
}
.capiblity-box .icon {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 15px;
    background-color: #019748;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.capiblity-box .icon img {
    width: 50px;
    transition: all 0.5s;
}
.capiblity-box h4 {
    margin-bottom: 10px;
    font-size: 20px;
}
.capiblity-box p {
    margin-bottom: 0;
}
.capiblity-box:hover {
    transform: translateY(-10px);
    background-color: #4acd884d;
}
.capiblity-box:hover .icon img {
    filter: brightness(0);
}
.capiblity-box:hover .icon {
    background-color: #fff;
}
.market-box {
    border-radius: 12px;
    background-color: #fff;
    padding: 15px;
    max-width: 270px;
    margin: auto;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.market-section {
    padding-bottom: 100px;
}
.image-market {
    height: 100%;
    width: 100%;
    text-align: center;
}
.image-market img {
    height: 100%;
    width: auto;
    object-fit: contain;
}
.preloader {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    overflow: hidden;
}
.loading-container {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
    row-gap: 20px;
}
.preloder-fav {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 92px;
    height: 92px;
    border-radius: 30px;
    background-color: white;
    box-shadow: 0px 2px 24px 0px #00000014;
    animation-name: preloaderWraper;
    animation-iteration-count: infinite;
    animation-duration: 1.8s;
    animation-timing-function: ease;
}
@keyframes preloaderWraper {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: none;
  }
}
.preloder-fav .icon{
    position: absolute;
    animation-name: preloader;
    animation-iteration-count: infinite;
    animation-duration: 1.8s;
    animation-timing-function: ease;
}
@keyframes preloader {
  0% {
    transform: translateY(180%) scale(1);
  }
  50% {
    transform: translateY(0%) scale(1.2);
  }
  100% {
    transform: translateY(-180%);
  }
}
.contact-section {
    padding: 100px 0;
}
.contact-info-box {
    text-align: center;
    background-color: #fff;
    height: 100%;
    border-radius: 20px;
    padding: 24px 30px;
    transition: all 0.5s;
    box-shadow: 0px 0px 36px 16px transparent;
}
.contact-info-box .icon {
    height: 60px;
    width: 60px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 100%;
    background-color: #019748;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.contact-info-box .icon i {
    font-size: 30px;
    transition: all 0.5s;
    color: #fff;
}
.contact-info-box h4, .contact-info-box p, .contact-info-box a {
    transition: all 0.5s;
    margin-bottom: 15px;
    color: #000;
}
.contact-info-box a {
    font-weight: 500;
}
.contact-info-box:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 36px 16px #0000001c;
    background-color: #019748;
}
.contact-info-box:hover h4,  .contact-info-box:hover a {
    color: #fff;
}
.contact-info-box:hover .icon i {
    transform: scaleX(-1);
    color: #019748;
}
.contact-info-box:hover .icon {
    background-color: #fff;
}
.contact-form-section {
    padding-bottom: 100px;
}
.contact-form-inner {
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
}
.contact-form-inner h4 {
    font-size: 28px;
}
.form-group p {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}
.form-group p .form-control {
    width: 100%;
    padding: 8px 15px;
    height: auto;
    border-radius: 8px;
    border-color: #019748;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.form-group p textarea.form-control{
    height: 150px;
}
.form-group p .Primary-btn{
    background-color: #019748;
    color: #fff;
    border-radius: 8px;
    border: none;
    padding: 12px 30px;
}
.contact-form-right {
    height: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
.contact-form-image {
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
}
.contact-form-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.contact-form-image:hover img {
    transform: scale(1.1);
}
.contact-social-media {
    margin-top: auto;
}
.contact-social-media ul li a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    background-color: #019748;
    justify-content: center;
}
.blog-page-section {
    padding: 100px 0;
}
.blog-box-two .blog-image {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
}
.blog-box-two .blog-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.blog-box-two:hover .blog-image img {
    transform: scale(1.1);
}
ul.blog-meta {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 30px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #019748;
}
ul.blog-meta li {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
ul.blog-meta li p {
    margin-bottom: 0;
}
.blog-box-two h4 {
    font-size: 22px;
        margin-bottom: 10px;
}
.blog-box-two h4 a {
    color: #000;
    background-image: linear-gradient(transparent calc(100% - 1px), #019748 0.5px);
    background-repeat: no-repeat;
    background-position-y: -5px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: 1s 
cubic-bezier(.215, .61, .355, 1) underline forwards;
}
.blog-box-two h4 a:hover{
    animation: 1s cubic-bezier(.215,.61,.355,1) underline-hover forwards;
}
@keyframes underline {
    0% {
        background-size: 100% 100%;
        background-position-x: 100%
    }

    100% {
        background-size: 0 100%;
        background-position-x: 100%
    }
}
@keyframes underline-hover {
    0% {
        background-position-x: 0;
        background-size: 0 100%
    }

    100% {
        background-position-x: 0;
        background-size: 100% 100%
    }
}
.blog-sidebar {
    position: sticky;
    top: 130px;
}
.recent-blog-widget {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 40px;
}
.blog-item {
    display: flex;
    column-gap: 15px;
    border-bottom: 1px solid #019748;
    padding: 20px 0;
}
.blog-image-right {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}
.blog-image-right img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    border-radius: 6px !important;
}
.blog-item h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.blog-item ul.blog-meta {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.blog-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.recent-blog-widget h4 {
    margin-bottom: 5px;
}
.recent-blog-widget h4 a {
    color: #000;
}
.services-cta {
    text-align: center;
    padding: 50px 40px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-color: #000000de;
    background-blend-mode: overlay;
    color: #fff;
}
.services-cta .logo {
    max-width: 240px;
    margin: auto;
    margin-bottom: 24px;
}
.services-cta .logo img{
    filter: brightness(50);
}
.services-cta .cta-call {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    margin-bottom: 30px;
}
.services-cta .cta-call img {
    max-width: 29px;
}
.services-cta .cta-call a {
    color: #fff;
    font-size: 20px;
}
.pagination {
    margin-top: 40px;
    justify-content: space-between;
}
.pagination a{
    display: flex;
    align-items: center;
    column-gap: 15px;
    color:#000;
}
 .pagination a>img{
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 8px;
}
 .pagination .pagination-to{
    display: flex;
    align-items: center;
    column-gap: 15px;
}
 .pagination .next .pagination-top{
    justify-content: end;
}
 .pagination .pagination-top span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 4px;
}
.pagination .next {
    margin-left: auto;
    width: 47%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
 .pagination .next a{
    justify-content: end;
} 
 .pagination .pre {
    margin-right: auto;
    width: 47%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
 .pagination h4{
    margin-bottom: 0;
    font-size: 18px;
}
.blog-block {
    margin-bottom: 30px;
}
.blog-details-image {
      margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.blog-block h2 {
    font-size: 24px;
    margin-bottom: 12px;
}
.blog-details-image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.blog-details-image:hover img {
    transform: scale(1.1);
}
.blog-block ul li {
    margin-bottom: 8px;
    padding-left: 30px;
    position: relative;
}
.blog-block ul li::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-image: url(../image/point.svg);
    background-size: 20px;
}
.blog-details-outer{
    display: flex;
    gap: 24px;
}
.blog-details-outer .blog-details-image{
    width: 50%;
}
.mobile-nav-wrapper {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transform-origin: left center;
    transition: all 0.5s;
    visibility: hidden;
    z-index: 999999;
 }
 .mobile-nav-wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: all 0.5s;
 }
 .mobile-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #01974733;
    opacity: 0.9;
 }
 .mobile-nav-content {
    width: 100%;
    max-width: 320px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    background-color: #019748;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 30px 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all 0.5s;
 }
 .logo-box {
    max-width: 250px;
}
 .mobile-nav-wrapper.expanded .mobile-nav-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.5s;
 }
 .mobile-nav-close {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 42px;
    right: 15px;
 }
 .mobile-nav-close span {
    width: 3px;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
 }
 .mobile-nav-close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
 }
ul.mobile-menu {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 10px;
 }
ul.mobile-menu li {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
        position: relative;
 }
ul.mobile-menu li:last-child {
    border: none;
 }
 .locked {
    position: fixed;
    width: 100%;
    top: 0;
 }
ul.mobile-menu li a {
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    color: #ffffff;
    transition: all 0.5s;
    padding: 0 25px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
ul.mobile-menu .menu-item-has-children ul {
    margin: 0;
    padding: 0;
    display: none;
    border-top: 1px solid #d5cdcd;
 }
ul.mobile-menu .menu-item-has-children ul li a {
    padding-left: 35px;
 }
ul.mobile-menu .menu-item-has-children button.expanded {
    transform: translateY(-50%)rotate(90deg);
 }
ul.mobile-menu .menu-item-has-children button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)rotate(-0deg);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    outline: none;
    transition: all 0.3s;
    line-height: 0px;
        background-color: #fff !important;
    padding: 0 !important;
    color: #000;
 }
 button.ast-menu-toggle {
    display: none !important;
}
 ul.mobile-menu li svg {
    margin: 0 !important;
    width: 20px !important;
}
.background-slider .slick-list, .background-slider .slick-track, .background-slider div {
    height: 100%;
}
.explore-item p {
    margin-bottom: 0;
}