/*==============================================
Template Name: Oxalis HTML5 Template 
Author:  https://themeforest.net/user/dreamit-solution
Description: Description
Version: 1.0.0
Text Domain: Oxalis
Tags: consulting, finance, corporate, business, consultant, multipurpose, technology, it-solution, software, agency, company, portfolio, bangking, insurance, digital-agency, digital-marketing.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
00. Oxalis Custom.css
01. Oxalis Header Menu Area
02. Oxalis Nav Menu Area
03. Oxalis Hero Area
04. Oxalis About Area
05. Oxalis Service Area
06. Oxalis Services Details Area
07. Oxalis Faqs Area
08. Oxalis Skill Area
09. Oxalis Counter Area
10. Oxalis Process Area
11. Oxalis Project Area
12. Oxalis Project Details Area
13. Oxalis Team Area
14. Oxalis Testimonial Area
15. Oxalis Brand Area
16. Oxalis Donatione Area
17. Oxalis Donation Details Area
18. Oxalis Blog Area
19. Oxalis Blog List Area
20. Oxalis Blog 2column
21. Oxalis Blog Details Area
22. Oxalis Contact Area
23. Oxalis Footer Area
24. Oxalis Loader
25. Oxalis Scrollup
26. Oxalis Sideber
27. Oxalis Search
28. Oxalis Top Menu



/* ===== MENU BUTTON ===== */
body {
font-size: 17px !important;
}

.t-mobile-menu-btn{
display: none;
position:absolute;
top:15px;
right:15px;
font-size:30px;
background:none;
border:none;
cursor:pointer;
z-index:10000;
color: #fff;
}

/* ===== POPUP ===== */
.t-mobile-menu-popup{
position:fixed;
inset:0;
display:none;
z-index:9999;
}
.t-mobile-menu-popup.active{display:block}

/* ===== OVERLAY ===== */
.t-menu-overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,.5);
}

/* ===== MENU CONTENT ===== */
.t-menu-logo-bg {
display: none !important;
}
.t-menu-logo-bg img
position: absolute;
max-width: 160px;
height: auto;
}

.t-menu-logo img {
max-width: 160px;
height: auto;
display: block;
}

.t-menu-content{
position:absolute;
left:0;
top:0;
width:85%;
height:100%;
background:#1c2220;
padding:20px;
animation:slideInLeft .3s ease;
overflow-y: auto;
}

.t-menu-close{
position:absolute;
top:10px;
right:15px;
font-size:28px;
background:none;
border:none;
color:#fff;
cursor:pointer;
}

/*=======Thuyên=========*/
.tour .t-content-detail h2{
font-size: 24px;
margin: 1.5em 0 0.5em 0;
}
.tour .t-content-detail p{
line-height: 26px;
}
.custom-booking-iframe {
    width: 100%;
    height: 476px;
}
/* --- Desktop Grid: 4 cột x 2 hàng --- */
.gallery-viewport { position: relative; width: 100%; }

.gallery-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 15px;
}

.gallery-item { position: relative; }

/* Ẩn checkbox điều khiển */
.zoom-ctrl { display: none; }

/* Ảnh thumbnail */
.thumb-img {
width: 100%;
aspect-ratio: 4/3;
object-fit: cover;
display: block;
border-radius: 8px;
cursor: zoom-in;
background: #eee;
}

/* --- Zoom Overlay (Lightbox) --- */
.zoom-overlay {
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0,0,0,0.9);
display: none; /* Mặc định ẩn */
justify-content: center;
align-items: center;
z-index: 10000;
cursor: zoom-out;
}

/* Hiển thị khi checkbox được tích */
.zoom-ctrl:checked ~ .zoom-overlay { display: flex; }

.zoom-content { 
position: relative; 
max-width: 90%; 
pointer-events: none; /* Để click vào ảnh vẫn xuyên xuống dưới đóng overlay */
}

.zoom-content img {
max-width: 100%;
max-height: 85vh;
border-radius: 4px;
pointer-events: auto; /* Cho phép click vào ảnh nếu muốn (tùy chọn) */
}

/* Nút X đóng */
.close-btn {
position: absolute;
top: -50px; right: 0;
color: white; font-size: 40px;
font-weight: bold;
cursor: pointer;
}

/* ===== MENU LIST ===== */
.t-mobile-menu{
list-style:none;
padding:80px 0 0;
margin:0;
}

.t-mobile-menu>li{
position:relative;
}

.t-mobile-menu>li>a{
display:block;
padding:14px 48px 14px 0;
font-size:14px;
color:#eaeaea;
text-transform:uppercase;
text-decoration:none;
font-weight:800;
letter-spacing:1px;
}

/* ===== ARROW (CỐ ĐỊNH TRÊN MENU CHA) ===== */
.t-has-sub {
    position: relative;
}

.t-submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.t-submenu-toggle::before {
    content: '+';
    font-size: 24px;
    font-weight: 300;
    transition: transform 0.3s ease;
}

.t-has-sub.active > .t-submenu-toggle::before {
    transform: rotate(45deg);
}

.t-has-sub.active .t-submenu-toggle {
	height: 54px;
}

li.t-has-sub.active a.t-parent-link {
color: #527752;
font-weight: 700;
}

/* ===== SUBMENU ===== */
.t-sub-menu{
display:none;
list-style:none;
padding:0;
margin:0;
background:#1c2220;
}

.t-has-sub.active>.t-sub-menu{
display:block;
}

.t-sub-menu a{
display:block;
padding:12px 20px;
font-size:13px;
color:#cfcfcf;
text-transform:uppercase;
}

/* ===== ANIMATION ===== */
@keyframes slideInLeft{
from{transform:translateX(-100%)}
to{transform:translateX(0)}
}

@media(max-width: 769px){
.t-menu-logo-bg {
display: block !important;
}
.t-menu-logo {
position: absolute;
z-index: 99;
}
.t-menu-logo img {
max-width: 160px;
height: auto;
}
.t-menu-logo-bg {
padding: 10px;
position: absolute;
z-index: 99;
}    
.t-menu-logo-bg img {
max-width: 160px;
height: auto;
}
.t-mobile-menu-btn {
display: block !important;
}
}
=======================*/

.sticky-box {
position: sticky;
top: 20px;
}
html, body {
margin: 0;
padding: 0;
height: 100%;
overflow-x: visible !important;
}

body {
overflow: visible !important;
}

body, h1, h2, h3, h4, h5, h6, p {
font-family: 'Nunito Sans', sans-serif;
}

.loader-wrapper{
display: none !important;
}
.about-area .col-lg-4, .about-area .col-lg-8, .hero-area .col-lg-9, 
.price-area .col-lg-12, .services-area .col-lg-12, .about-area .col-lg-6,
.mt-discover .col-lg-6, .highlight-area .col-lg-8, .highlight-area .col-lg-4, .align-items-center, .t-footer-bottom {
margin: 0;
/*padding: 0;*/
}
.mean-container .mean-bar {
position: relative; 
min-height: 70px;
cursor: pointer;
}
.mean-container .mean-bar::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 170px;  
height: 70px;   
background: url("/uploads/2025/10/katien-logo1__638959320210720325.png") no-repeat center / contain;
z-index: 10;
pointer-events: none;
}
.about-thumb img {
max-width: 100%;
width: 100%;
height: auto;
}
@media (min-width: 1920px) {

.mt-slider {
right: 20em !important;
bottom: 15rem !important;
}
.about-thumb img {
max-width: 100%;
width: 100%;
height: auto;
}
}
i {
font-style: italic !important;
}

/*---=================================
<!--Oxalis Top Header Area Css-->
==================================---*/
.top-header-area {
padding: 11px 0;
border-bottom: 1px solid #49ae4436;
z-index: 9;
position: relative;
}
.header-logo {
margin-top: -5px;
}
.header-logo img {
width: 90%;
}
.top-header-info ul li {
display: inline-block;
color: #fff;
margin-right: 29px;
}

.top-header-info ul li i {
color: #49af45;
display: inline-block;
font-size: 17px;
padding-right: 5px;
}

.top-header-right {
text-align: right;
}

.top-header-contact {
display: inline-block;
margin-right: 51px;
}

.top-header-contact span {
display: inline-block;
color: #fff;
}

.top-header-contact span i {
display: inline-block;
color: #49af45;
padding-right: 8px;
}

.top-header-social-icon {
display: inline-block;
}

.top-header-social-icon ul li {
display: inline-block;
}

.top-header-social-icon ul li i {
color: #fff;
font-size: 15px;
padding-left: 14px;
transition: 0.5s;
}

.top-header-social-icon ul li i:hover{
color: #49af45;
}
/*---=================================
<!----------------CUSTOM.CSS---------->
==================================---*/
/*=================================================================================================================================*/
/* Smooth Scrolling Behavior */
html, body {
scroll-behavior: smooth;
}

/* --- Fixed Toggle Button (☰ ở top) --- */
.toc-toggle-container {
position: fixed;
bottom: 300px;
right: 1rem;
z-index: 40;
height: 50px;
display: none;
align-items: center;
}

.toc-toggle-btn {
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
background-color: rgba(255, 255, 255, 0.9);
border: 1px solid #e5e7eb;
border-radius: 50%;
color: #374151;
font-size: 1.5rem;
text-decoration: none;
box-shadow: 0 2px 4px -2px rgb(0 0 0 / 0.1);
transition: background-color 0.2s ease, transform 0.2s ease;
}

.toc-toggle-btn:hover {
background-color: #f3f4f6;
transform: scale(1.05);
}

/* --- CSS-only Modal Logic using :target --- */
.toc-modal {
display: contents;
position: fixed;
inset: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 50;
align-items: flex-end; /* Bottom-sheet mobile */
justify-content: center;
}

#toc-modal:target {
display: flex;
}

/* Animation for the card content appearing */
#toc-modal:target .card {
animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
from { 
transform: translateY(100%); 
}
to { 
transform: translateY(0); 
}
}

/* Overlay Close */
.modal-overlay-close {
position: absolute;
inset: 0;
z-index: -1; /* Bên dưới card */
}

/* Card Styles (Modal Content) */
.toc-modal .card {
background-color: white;
width: 100%;
max-width: 500px;
height: auto;
overflow-y: auto;
display: flex;
flex-direction: column;
border-radius: 12px 12px 0 0;
box-shadow: 0 -4px 6px -1px rgb(0 0 0 / 0.1);
margin-bottom: 0;
}

/* Card Header */
.toc-modal .card-header {
flex-shrink: 0;
display: flex;
align-items: center;
padding: 1rem 1.5rem;
border-bottom: 1px solid #e5e7eb;
position: sticky;
top: 0;
background-color: white;
z-index: 10;
}

.toc-modal .title {
font-size: 1.125rem;
font-weight: 600;
color: #fff;
margin: 0;
line-height: 1.25;
}

.toc-modal .close-icon {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
color: #fff;
text-decoration: none;
border-radius: 50%;
transition: color 0.2s ease, background-color 0.2s ease;
}

.toc-modal .close-icon:hover {
color: #374151;
background-color: #f3f4f6;
}

.toc-modal .close-icon svg {
width: 20px;
height: 20px;
}

/* Table Wrap (Nav Content) */
.toc-modal .table-wrap2 {
flex-grow: 1;
overflow-y: auto;
padding: 0;
margin: 0;
}

.toc-modal .toc-ul {
list-style: none;
padding: 0;
margin: 0;
padding: 0px 30px;
}

.toc-modal .toc-ul li {
list-style: number;
font-size: 16px;
font-weight: bold;
padding: 5px;
border-bottom-style: dotted;
border-bottom-width: 1px;
color: #527752;
border-bottom-color: #aaa;
margin: 0px 10px;
}

.toc-modal .toc-ul li:last-child {
border-bottom: none;
}

.toc-modal .smooth-scroll {
display: block;
color: #111111;
text-decoration: none;
font-size: 1rem;
padding: 0px;
min-height: 2rem;
transition: background-color 0.2s ease;
}

.toc-modal .smooth-scroll:hover,
.toc-modal .smooth-scroll:focus {
background-color: #f3f4f600;
color: #4e724e;
outline: none;
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
.toc-modal .card {
max-width: none;
border-radius: 0;
}

.toc-modal .card-header {
background: linear-gradient(90deg, #314B32, #527752);
padding: 15px 10px;
}


.toc-modal .smooth-scroll {
font-size: 0.95rem;
padding: 5px 0px;
}

.toc-toggle-container {
right: 0.5rem;
}
}

@media (min-width: 769px) {
.toc-modal {
align-items: center; /* Center vertical desktop */
}

.toc-modal .card {
border-radius: 10px;
box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 10px 10px -5px rgb(0 0 0 / 0.04);
}

.toc-modal .table-wrap2 {
padding: 10px;
}
}

/* Accessibility */
.toc-modal[aria-hidden="true"] {
display: none;
}
/*=================================================================================================================================*/
/*---------- css for all ----------*/
.t-margintop20 {
text-align: center;
margin-top: 20px;
}
.col-md-0 {
display: none;
}
.section-title.t-right p {
font-size: 20px;
font-weight: 400;
line-height: 1.4em;
color: #585555;
margin-bottom: 6px;
}
.section-title.right.b-right {
text-align: right;
}
.section-title.right p {
font-size: 20px;
font-weight: 400;
line-height: 1.4em;
color: #585555;
}
.section-title.right {
margin-bottom: 10px;
}
/*.section-title.left {
margin-bottom: 0px !important;
}*/
.echofy-button a:hover {
color: #fff;
}
.echofy-button a:hover:before {
width: 100%;
left: 0;
background: #314B32;
}
b.fw-800 {
font-weight: 800;
}
.t-parent-down{
display: flex;
flex-direction: column;
justify-content: flex-end;
/*margin-bottom: 40px;*/
}

/*=============== ABOUT US =============*/
.hero-bg.bg-mobile {
display: none;
}
/*----- Breadcrumb ----*/
/*----- Client Testimonial ----*/
.t-client-tes {
background-color: #fff;
}
.t-total {
background-color: #fff;
}
.t-image-tes {
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.t-image-tes img {
width: 100%;
height: 100%;
object-fit: cover;
}
.t-image-tes::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #1B2020;
z-index: 1;
opacity: 0.5;
}
.t-testi-author-content {
margin: 10px 0px 10px
}
h4.t-testi-author {
font-size: 21px;
font-weight: 300;
}
.E3EAE1{
background-color: #E3EAE1;
color: #585555;
padding: 24px;
}
.t-about-video {
position: absolute;
z-index: 1;
}
.t-about-video:before {
position: absolute;
content: "";
width: 150px;
height: 150px;
left: -31px;
top: -29px;
border: 3px dotted #fff;
border-radius: 50%;
z-index: -1;
animation: rotateme2 20s 
linear infinite;
}
.t-about-video i {
display: inline-block;
background: #527752;
color: #fff;
width: 90px;
height: 90px;
text-align: center;
font-size: 28px;
border-radius: 50%;
line-height: 81px;
border: 5px solid #fff;
position: relative;
}
/*----- core values ----*/
.t-values {
background-color: #fff;
}
.t-values .t-donation-list {
padding-left: 46%;
text-align: right;
}
.t-values .t-single-donation-box {
position: relative;
height: 380px;
display: flex;
flex-direction: column;
justify-content: space-between;
border-radius: 0px;
padding: 20px;
margin-top: 12px;
margin-bottom: 12px;
}
.t-donation-list ul li {
display: inline-block;
margin-right: 5px;
margin-bottom: 10px;
}
.t-donation-list ul li a {
background: #ffffff00;
backdrop-filter: grayscale(0) blur(10px);
color: #ffffff;
display: inline-block;
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
padding: 0px 10px;
border-radius: 99px;
transition: 0.5s;
border: 1px solid #C2CBCB;
letter-spacing: 1px;
}
.t-title-stories a {
color: white;
font-size: 21px;
letter-spacing: 0px;
word-spacing: 2px;
}
/*----- Trust -----*/
.t-trust {
background-color: #fff;
}
.t-align-left {
text-align: left;
margin-bottom: 40px;
}
.t-align-right {
text-align: right;
margin-bottom: 40px;
}
.t-align-right.t-left {
text-align: left;
}
.t-content p {
font-size: 17px;
font-weight: 400;
line-height: 1.4em;
color: #585555;
}
.t-left {
text-align: left;
}
.t-title-mask {
font-size: 28px;
font-weight: 300;
line-height: 1.4em;
color: #272D2D;
margin-bottom: 20px;
}
.t-skills-content p {
font-size: 18px;
font-weight: 300;
line-height: 1.3em;
color: #3F3D3D;
}
.t-skills-bg {
background: #F3F6F3;
width: 95%;
height: 10px;
border-radius: 0px;
}
.t-skills-steps {
width: 80%;
background-color: #437753;
display: inline-block;
animation: html5 2s ease-out;
height: 10px;
top: -10px;
position: relative;
left: 0px;
border-radius: 0px;
}
span.t-number {
font-size: 18px;
font-weight: 300;
line-height: 1.3em;
color: #585555;
position: relative;
top: -38px;
left: 100%;
display: inline-block;
}
.t-story-card {
position: relative;
height: 100%;
color: #fff;
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 32px;
background-size: cover;
background-position: center;
border: 1px solid #2c4b35;
}
.t-story-card:before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 80%) top, linear-gradient(to bottom, rgba(0, 0, 0, 0), transparent 0%) bottom, linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent 20%) left, linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent 20%) right;
z-index: 1;
}
.t-safari {
background-image: url(https://demo.deverust.com/wildsnap/wp-content/uploads/sites/52/2025/05/IMG-EC7AF5M.jpg);
}
.t-story-icon {
position: absolute;
top: 32px;
left: 32px;
background: rgba(255, 255, 255, 0.9);
padding: 8px;
border-radius: 4px;
z-index: 2;
}
.t-story-icon img {
width: 40px;
height: 40px;
}
.t-story-content {
position: relative;
z-index: 2;
padding-right: 80px;
}
.t-story-card h3 {
color: #fff;
font-size: 38px;
font-weight: 300;
line-height: 1.2em;
letter-spacing: -1px;
margin: 0;
}
.t-story-card p {
color: #fff;
font-size: 16px;
font-weight: 400;
margin: 10px 0 0;
line-height: 1.5em;
}
.t-story-arrow {
position: absolute;
padding: 25px;
bottom: 40px;
right: 20px;
width: 40px;
height: 40px;
border: 1px solid #FFC107;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
z-index: 2;
}
.t-story-arrow:before {
content: "";
display: inline-block;
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml,%3Csvg fill='%23FFC107' width='24px' height='24px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.293,20.707a1,1,0,0,1,0-1.414L17.586,5H12a1,1,0,0,1,0-2h8a1,1,0,0,1,1,1v8a1,1,0,0,1-2,0V6.414L4.707,20.707a1,1,0,0,1-1.414,0Z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
position: absolute;
}
.t-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
}
.t-card {
background: #F3F6F3;
padding: 25px 20px;
height: 180px;
border-radius: 0px;
display: flex;
flex-direction: column;
justify-content: space-between;
border-style: none;
}
.t-card-header {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.t-card-img {
width: 56px;
height: 56px;
margin-right: 20px;
border-radius: 0px;
padding: 8px;
display: flex;
align-items: center;
justify-content: center;
background: #E3EAE1;
font-size: 20px;
flex-shrink: 0;
}
.t-card-img img{
width: 100%;
height: 100%;
}
.t-card h3 {
margin: 0;
font-size: 20px;
font-weight: 600;
color: #144d29;
}
.t-card p {
margin: 0;
font-size: 16px;
line-height: 1.5;
color: #585555;
}
.t-title-mask{
font-size: 28px;
font-weight: 300;
color: #272D2D;
margin-bottom: 30px;
}
/*----- Team -----*/
.t-wrapper {
padding: 80px 0px 80px;
}
.t-team {
background-color: #F3F6F3;
}
.t-align-center {
text-align: center;
margin-bottom: 40px;
}
h2.t-title {
font-size: 52px;
font-weight: 300;
line-height: 1.25em;
color: #272D2D;
letter-spacing: -1px;
}
h4.t-subtitle {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
color: #527752;
}
.profile-card {
position: relative;
width: 100%;
height: 450px;
overflow: hidden;
border-radius: 0px;
margin-top: 12px;
margin-bottom: 12px;
}
.profile-card::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(180deg, #02010100 0%, #1B2020 100%);
z-index: 0;
opacity: 0.5;
}
.profile-img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.social-icons {
position: absolute;
padding-right: 12px;
padding-bottom: 15px;
top: 0px;
left: 0px;
display: flex;
flex-direction: column;
gap: 10px;
background-color: #f3f6f3;
}
.social-icons a {
width: 26px;
height: 26px;
background: #f0f0f000;
color: #527752;
border: 1px solid #527752;
border-radius: 0px;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
font-size: 14px;
transition: 0.3s;
}
.social-icons a:hover {
background: #527752;
color: #fff;
}
.info-box {
position: absolute;
bottom: 20px;
left: 20px;
right: 20px;
background: #fff;
padding: 12px;
text-align: center;
border-radius: 0px;
}
.info-box h3 {
margin: 0;
font-size: 28px;
color: #3F3D3D;
font-weight: 300;
}
.info-box p {
margin: 5px 0 0;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
color: #527752;
font-weight: 600;
}
/* icon team */
.profile-card i:before {
filter: invert(39%) sepia(22%) saturate(247%) hue-rotate(77deg) brightness(85%) contrast(86%);
}
.profile-card a:hover i:before {
filter: brightness(0) saturate(100%) invert(92%) sepia(7%) saturate(253%) hue-rotate(76deg) brightness(94%) contrast(91%);
}
/*=============== CONTACT US =============*/
/*----- support now ---*/
.t-support {
background-color: #314B32;
}
h4.t-subtitle.t-white {
color: white;
}
h2.t-title.t-white {
color: white;
}
h3.t-title-mask.t-white {
color: white;
}
.card1-1{
display: flex;
justify-content: center;
align-items: center;
margin: 10px 0px;
}
.card1 {
background: #223223;
color: white;
text-align: center;
padding: 30px 20px;
border-radius: 0px;
width: 100%;
}
.card1 img {
width: 56px;
margin-bottom: 20px;
padding: 8px;
background-color: #E3EAE1;
}
.card1 .title-mask {
margin-bottom: 10px;
color: #FFFFFF;
}
.card1 p {
font-size: 16px;
font-weight: 400;
margin: 10px 0 20px;
color: #C2CBCB;
line-height: 1.4;
}
.card1 button {
width: 100%;
background: #527752;
border: none;
text-transform: uppercase;
color: white;
padding: 10px 20px;
font-size: 14px;
font-weight: 600;
cursor: pointer;
border-radius: 0px;
transition: background 0.3s ease;
}
.card1 button:hover {
background: #314B32;
}
/*--- maps -----*/
.t-maps .t-single-donation-box {
height: 300px;
}
.t-maps .donation-list.t-donation-list {
padding-left: 35%;
}
.t-maps .google-map {
width: 100%;
height: 100%;
}
.t-maps .google-map iframe {
width: 100%;
height: 100%;
border-radius: 0px;
}
/*=============== OUR BLOG =============*/
/*------ subscribe -----*/
.t-subscribe { 
position: relative; 
background-image: url(https://demo.deverust.com/wildsnap/wp-content/uploads/sites/52/2025/05/IMG-WPMGM2D.jpg); 
background-attachment: fixed; 
background-repeat: no-repeat; 
background-size: cover; 
display: flex; 
flex-direction: column; 
justify-content: center; 
align-items: center; 
text-align: center; 
z-index: 0; 
} 
.t-subscribe::before { 
content: ""; 
position: absolute;
width: 100%; 
height: 100%; 
background-color: #1B2020; 
z-index: 1; 
opacity: 0.9; 
}
.t-subscribe > .container {
position: relative;
z-index: 2;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column; 
}
.t-subscribe .row {
justify-content: center;
}
.t-subscribe .t-align-center {
position: relative;
z-index: 2;
}
.t-center {
text-align: center;
}
.t-content.t-center.t-white p {
color: white;
}
.t-content.t-center.t-white.t-top20 {
margin-top: 20px;
}
/*-----latest blog ----*/
.t-align-bottom {
display: flex;
flex-direction: column;
justify-content: flex-end;
height: 100%;
padding-bottom: 35px;
}
.t-bloglt-box {
background: #fff;
border-radius: 0px;
overflow: hidden;
margin-bottom: 20px;
}
.t-bloglt-thumb img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
}
.t-bloglt-content {
background: #314B32; 
padding: 16px 20px;
}
.t-bloglt-meta {
display: flex;
align-items: center;
gap: 20px;
font-size: 13px;
font-weight: 400;
color: #d7e3d7;
margin-bottom: 12px;
}
.t-bloglt-meta i {
margin-right: 6px;
color: #d7e3d7;
}

.t-bloglt-title a {
font-size: 21px;
line-height: 1.3em;
font-weight: 400;
color: #fff;
text-decoration: none;
transition: color 0.3s ease;
}
.t-blog-content a {
padding: 10px 0px 0px;
color: #fff;
}
.t-blog-section {
background-color: #F3F6F3;
padding: 24px;
margin-bottom: 20px;
}
.t-blog-section h2 {
font-size: 21px;
margin-bottom: 20px;
font-weight: 300;
color: #314B32;
}
.t-blog-card {
display: flex;
padding: 8px;
background: #fff;
margin-bottom: 20px;
border-radius: 0px;
overflow: hidden;
}
.t-blog-card img {
width: 130px;
height: auto;
border-radius: 0px;
object-fit: cover;
}
.t-blog-content {
width: 100%;
padding: 10px 20px 10px;
display: flex;
flex-direction: column;
justify-content: center;
}

.t-blog-date {
font-size: 12px;
color: #527752;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 8px;
letter-spacing: 2px;
}
.t-blog-title a{
font-size: 21px;
font-weight: 300;
color: #3F3D3D;
line-height: 1.4;
}
.t-blog-content {
border-style: none;
}
.t-footer-social-icon {
padding: 15px 24px;
border-top: 1px solid #ddd;
margin-top: 20px;
background-color: #1c3224;
}
.t-footer-social-icon .t-text {
font-size: 21px;
font-weight: 300;
color: #fff;
letter-spacing: -0.2px;
}
.icons .social-links {
display: flex;
gap: 10px;
justify-content: flex-end;
list-style: none;
margin: 0;
padding: 0;
}
.icons .social-links li a {
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0%;
color: #fff;
font-size: 14px;
border-color: #C7D5C5;
border-width: 1px;
border-style: solid;
transition: 0.3s ease;
}
.icons .social-links li a:hover {
background: #527752;
border-color: #527752;
color: #fff;
}
.f-social-links i:before {
filter: invert(39%) sepia(22%) saturate(247%) hue-rotate(77deg) brightness(85%) contrast(86%);
}
.f-social-links li a:hover i:before {
filter: brightness(0) saturate(100%) invert(92%) sepia(7%) saturate(253%) hue-rotate(76deg) brightness(94%) contrast(91%);
}
.t-footer-social-icon i:before {
filter: brightness(0) saturate(100%) invert(92%) sepia(7%) saturate(253%) hue-rotate(76deg) brightness(94%) contrast(91%);
}
/*=============== BLOG DETAILS =============*/
/*------ blog details ----*/
.t-wrapper.t-blogdetails {
padding: 112px 0px 20px;
}
.t-blogdetails .t-align-left {
margin-bottom: 20px;
}
.t-blogdetails .tab-container-newpagev2 {
margin-top: 0px;
padding: 30px 20px;
}
.t-blogdetails ul.nav-tabs-newtourv2 {
height: fit-content;
}
.t-blogdetails h4.t-subtitle {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
color: #527752;
border-left: 2px solid;
padding: 6px 15px;
margin-bottom: 20px;
}
.t-blogdetails h2.t-title {
font-size: 42px;
font-weight: 500;
line-height: 1.25em;
color: #272D2D;
letter-spacing: -1px;
text-transform: capitalize;
padding-bottom: 20px;
border-bottom: 1px solid #C7D5C5;
}
/*--- blog content ---*/
.t-wrapper.t-blogdetails-content {
padding: 0px;
}
.t-content-detail p {
font-size: 17px;
font-weight: 400;
line-height: 1.5em;
color: #374040;
}
.t-content-detail ul {
list-style-type: disc;
padding-left: 20px;
margin: 0;
}
.t-content-detail ul li {
list-style: disc;
color: #374040;
}
.t-content-detail h2 {
font-weight: 400;
color: #314B32;
}
.t-content-detail h3 {
font-size: 22px;
font-weight: bold;
color: #527752;
}
.t-content-detail h4 {
font-size: 18px;
font-weight:600;
}
.t-content-detail img{
max-width:100%;
}
.t-content-detail .alt-img{
font-size: 14px;
font-style: italic;
text-align: center;
}
.postkatien .breadcumb-title h1 {
font-size: 4em;
}
span.line {
display: inline-block;
width: 10%;
height: 2px;
background-color: #ffc107;
vertical-align: middle;
margin-left: 10px;
}
.t-wrapper.t-stay-info.blog-content-detail {
padding-top: 60px;
}
/*----- related post -----*/
.t-wrapper.t-related-post {
padding: 40px 0px 112px;
}
.t-blog-relatedpost-box {
background: #F3F6F3;
border: none;
overflow: hidden;
padding: 24px;
}
.t-blog-relatedpost-thumb img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
}
.t-blog-relatedpost-content {
padding: 14px 0 0;
}
.t-blog-relatedpost-title a {
font-size: 21px;
font-weight: 400;
line-height: 1.3em;
color: #3F3D3D;
text-decoration: none;
transition: color 0.3s ease;
display: inline-block;
}
.t-blog-relatedpost-title a:hover {
color: #527752;
}
.t-title-mask.t-relatedpost {
font-size: 24px;
font-weight: 500;
color: #527752;
}
/*------ table of contents -----*/
/*====.toc-container {
background: transparent;
border: 1px solid #ddd;
border-radius: 10px;
padding: 15px 10px;
width: 100%;
box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 6px;
position: sticky;
top: 30px;
margin-top: 10px;
height: fit-content;
}

.toc-list {
list-style: none;
padding-left: 0;
margin: 0;
}
.toc-list a {
border-top: 1px solid rgb(238, 238, 238);
text-decoration: auto;
color: #616161;
font-size: 16px;
font-weight: 500;
line-height: 32px;
display: block;
margin-bottom: 0;
padding: 5px 5px;
transition: all 0.25s ease;
}
.toc-list li a:hover{
color: #307a55;
text-decoration: underline;
border-radius: 0;
}

.toc-list li.active a {
color: rgb(48, 122, 85);
font-weight: 600;
font-size: 16px;
background: rgb(231, 234, 227);
border-left: 4px solid;
}
=======*/
button.toc-toggle {
display: none;
}
.card{
width:100%;
background:#fff;
border-radius:10px;
box-shadow:var(--shadow);
border:1px solid rgba(49,75,50,0.15);
overflow:hidden;
font-size:16px;
color:#303030;
}

.card-header{
background:linear-gradient(90deg, #314B32, #527752);
color:white;
padding:7px 10px;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
}
.card-header .title{
font-size:16px;
font-weight:700;
}

.table-wrap{padding:18px;}

table.info-table{
width:100%;
border-collapse:separate;
border-spacing:0 6px;
font-size:16px;
}

.info-table th, .info-table td{
text-align:left;
padding:7px 7px;
vertical-align:top;
}

.info-table th{
width:40%;
font-weight:700;
background:rgba(82,119,82,0.08);
color:#527752;
border-left:3px solid #FFC107;
border-top-left-radius:6px;
border-bottom-left-radius:6px;
}

.info-table td{
background:rgba(255,193,7,0.05);
border-top-right-radius:6px;
border-bottom-right-radius:6px;
}

.info-table tr:hover th, .info-table tr:hover td{
background:rgba(255,193,7,0.1);
transition:background 0.25s ease;
}
.card-mobile{
display:none;
}
.card-desktop{
display:block;
}

@media(max-width:600px){
.info-table th, .info-table td{display:block;width:100%;border-radius:5px;margin-bottom:4px}
.info-table tr{display:block;margin-bottom:10px}
}
#gaur-title em {
font-weight: 900;
font-style: italic;
text-transform: uppercase;
}

.toc-ul li {
list-style: number;
font-size: 16px;
font-weight: bold;
padding: 6px;
border-bottom-style: dotted;
border-bottom-width: 1px;
color: #527752;
border-bottom-color: #aaa;
}
.toc-ul a {
color: #303030;
font-weight: 500;
}
ul.toc-ul {
padding: 10px 20px;
}
.table-wrap2 {
padding: 0px 16px;
}
.toc-ver2{
margin-top:20px;
position: sticky;
top: 30px;
}
.toc-ul li a:hover{
background: rgba(255, 193, 7, 0.15);
border-radius: 10px;
transition: all .2s 
ease;
}
/*=============== PAGE NOT FOUND =============*/
.t-wrapper.t-subscribe.t-notfound {
height: 100svh;
background-image: url(/uploads/2025/10/img-eh8awgw__638962059031618040.jpg);
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
z-index: 0;
background-position: center left;
background-repeat: no-repeat;
background-size: cover;
}
.t-wrapper.t-subscribe.t-notfound::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: #000000;
z-index: 1;
opacity: 0.8;
}
.t-wrapper.t-subscribe.t-notfound .echofy-button {
margin-top: 10px;
}
.t-wrapper.t-subscribe.t-notfound .echofy-button.one {
margin-left: -16px
}
.t-wrapper.t-subscribe.t-notfound .echofy-button.two {
}
/*=============== HOME =============*/
/*----- hero area -----*/
.hero-area .col-lg-6 {
padding-right: 0;
margin-top: auto;
}
/*----- katien lodge ------*/
.t-kattien-lodge {
background-color: #F3F6F3;
}
.tour-slider-container {
overflow: hidden;
width: 100%;
max-width: 630px;
margin: auto;
margin-top: 20px;
}
.tour-slider {
display: flex;
transition: transform 0.8s ease-in-out;
}
.tour-slide {
flex: 0 0 calc((100% / 3) - 10px);
box-sizing: border-box;
}
.tour-slide img {
width: 100%;
display: block;
}

/*----- through our lens ------*/
.t-lens {
background-color: #314B32;
}
.t-lens .t-align-right.t-align-bottom {
padding-bottom: 0px;
margin-top: -50px;
}
.t-single-donation-box {
position: relative;
height: 350px;
display: flex;
flex-direction: column;
justify-content: space-between;
border-radius: 0;
padding: 20px;
margin-top: 12px;
margin-bottom: 12px;
overflow: hidden; 
}
.t-single-donation-box .t-bg-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 1; 
}
.t-single-donation-box::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, #02010100 0%, #1B2020 100%);
opacity: 0.5;
z-index: 2; 
}
.gallery-tour .t-single-donation-box::before {
background: none;
}

.t-single-donation-box > *:not(.t-bg-img) {
position: relative;
z-index: 3;
}
.t-single-donation-box.t-image-small .t-donation-list{
padding-left:18%;
}
.t-donation-list {
padding-left: 43%;
text-align: right;
}
.t-donation-list ul li a {
background: #ffffff00 !important;
backdrop-filter: grayscale(0) blur(10px) !important;
color: #ffffff !important;
display: inline-block;
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
padding: 0px 10px;
border-radius: 99px;
transition: 0.5s;
border: 1px solid #C2CBCB !important;
letter-spacing: 1px;
}
.t-title-stories a {
color: white;
font-size: 21px;
letter-spacing: 0px;
word-spacing: 2px;
}
.t-single-donation-box img {
width: 100%;
border-radius: 0px;
transition: transform .3s ease;
}
.t-single-donation-box img:hover {
transform: scale(1.03);
}
.t-single-donation-box {
position: relative;
overflow: hidden;
}
.t-overlay-link {
position: absolute !important;
inset: 0;
z-index: 5 !important;
text-indent: -9999px;
background: transparent;
}
.t-single-donation-box .t-donation-list a,
.t-single-donation-box .t-title-stories a {
position: relative;
z-index: 10;
}
.t-hided-dt {
display: block;
}
.t-hided-mb {
display: none;
}
/*------- Ask Away --------*/
.t-ask-away{
background-color: #F3F6F3;
}
.t-ask-away .t-align-right.t-align-bottom {
margin-top: -55px;
padding-bottom: 0px;
}
.faq-question:after {
display: none;
}
.faq-singular {
background: #ffffff00 !important;
}
.faq-singular .faq-question {
position: relative;
cursor: pointer;
margin: 0;
padding: 15px 0px 15px 0px;
font-weight: 400;
word-spacing: 1px;
font-size: 18px;
z-index: 2;
transition: 0.5s;
color: #374040;
border: none;
border-bottom: 1px solid #E3EAE1;
}
.faq-singular.active .faq-question{
color: #272D2D !important;
border-style: none !important;
}
.faq-answer {
border-bottom: 1px solid #E3EAE1;
margin-bottom: 10px !important;
}
.faq-answer .desc {
font-size: 18px;
color: #303030;
font-weight:300;
}
.faq-singular.active .faq-question:before {
background-image: url("data:image/svg+xml,%3Csvg fill='%23505E5E' width='24px' height='24px' viewBox='0 0 24 24' id='minus' data-name='Line Color' xmlns='http://www.w3.org/2000/svg' class='icon line-color'%3E%3Cline id='primary' x1='19' y1='12' x2='5' y2='12' style='fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;'%3E%3C/line%3E%3C/svg%3E") !important;
transform: translateY(-50%) rotate(0deg) !important;
}
.faq-singular.active:before{
background-color: #49ae4400 !important;
}
.t-faqs-pdr{
padding-right: 15px;
}
.t-faqs-pdl{
padding-left: 15px;
}
.faq-singular .faq-question:before {
content: "" !important;
width: 24px !important;
height: 24px !important;
background-image: url("data:image/svg+xml,%3Csvg fill='%23505E5E' width='24px' height='24px' viewBox='0 0 24 24' id='plus' data-name='Flat Color' xmlns='http://www.w3.org/2000/svg' class='icon flat-color'%3E%3Cpath id='primary' d='M12,20a1,1,0,0,1-1-1V13H5a1,1,0,0,1,0-2h6V5a1,1,0,0,1,2,0v6h6a1,1,0,0,1,0,2H13v6A1,1,0,0,1,12,20Z' style='fill: rgb(0, 0, 0);'%3E%3C/path%3E%3C/svg%3E");
background-position: center;
background-size: contain;
right: 0 !important;
}
/*------ stay informed daily ------*/
.t-stay-info .t-single-blog-box {
margin-bottom: 20px;
}
.about-button.t-left {
text-align: center;
padding-top: 20px;
}
.t-stay-info .t-blog-content{
display: flex;
width: 100%;
height: auto;
padding: 20px;
align-items: start;
justify-content: start;
background-color: #E3EAE1;
}
.t-stay-info .t-meta-blog span {
padding: 2px 12px 2px 12px;
border-radius: 99px 99px 99px 99px;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #9FB89D;
font-size: 12px;
color: #527752;
text-transform: uppercase;
}
.t-stay-info .t-blog-content .t-blog-description a {
font-size: 16px;
}
.t-stay-info .t-blog-content a {
font-size: 21px;
font-weight: 400;
display: inline-block;
color: #3F3D3D;
line-height: 1.3em;
transition: 0.5s;
}
.t-blog-content .t-blog-title-right a {
color: #272D2D;
font-size: 21px;
font-weight: 300;
}
.t-stay-info .t-blog-title a {
padding: 10px 0px 0px;
font-weight:600;
}
.t-stay-info .t-time-blog {
color: #3F3D3D;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
padding-top: 10px;
}
.t-align-bottom-button {
display: flex;
flex-direction: column;
justify-content: flex-end;
height: 100%;
padding-bottom: 52px;
}
.t-wrapper.t-stay-info .t-align-right {
margin-bottom: 0px;
}
/*=============== FOOTER =============*/
/*----- social address ------*/
.t-wrapper {
padding: 112px 0px 112px;
}
.t-wrapper.t-footer-area {
background: #1B2020;
padding: 80px 0px 10px;
}
.t-footer-area .footer-social-address {
padding: 0px;
}
.t-footer-area .align-items-center {
border-bottom: 1px solid #dad2d21a;
padding-bottom: 30px;
}
.t-footer-area .footer-social-icon {
text-align: left;
}
.t-footer-area .footer-social-icon ul li.text {
font-size: 18px;
font-weight: 300;
margin-right: 20px;
text-transform: capitalize;
}
.t-footer-area .footer-social-icon ul li i {
display: inline-block;
font-size: 13px;
border: 1px solid #C7D5C5;
color: #C7D5C5;
width: 25px;
height: 25px;
border-radius: 0%;
text-align: center;
line-height: 25px;
margin: 0 3px;
position: relative;
z-index: 1;
transition: 0.5s;
}
.t-footer-area .footer-social-icon ul li i:hover {
background-color: #527752;
border: 1px solid #527752;
color: white;
}
.t-footer-area .footer-social-icon ul li i:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #ffffff00;
border-radius: 50%;
z-index: 1;
transform: scale(0);
transition: 0.5s;
}
.t-contact-bar {
display: flex;
justify-content: right;
gap: 25px;
color: #fff;
}
.t-contact-item {
display: flex;
align-items: center;
gap: 15px;
color: #fff;
}
.t-contact-item i {
font-size: 37px;
color: #E3EAE1;
}
.t-contact-text {
display: flex;
flex-direction: column;
font-size: 12px;
text-transform: uppercase;
color: #C2CBCB;
font-weight: 600;
letter-spacing: 1px;
}
.t-contact-text span {
font-size: 16px;
font-weight: 400;
color: #fff;
text-transform: none;
}
.t-contact-text span.email {
color: #fff;
}
/*----- content menu ------*/
.t-footer-widget-content {
margin-top: 40px;
}
.t-footer-widget-title h5 {
color: #FFC107;
padding-bottom: 10px;
font-size: 19px;
font-weight: 300;
line-height: 1.3em;
}
.t-footer-widget-subscribe h5 {
color: #fff;
padding-bottom: 10px;
font-size: 19px;
font-weight: 300;
line-height: 1.3em;
}
.t-footer-widget-menu ul li a {
color: #C2CBCB;
opacity: 1;
font-size: 16px;
font-weight: 400;
line-height: 35px;
}
.t-single-newsletter-box input {
background: transparent;
width: 65%;
height: 54px;
border: 1px solid #ffffff59;
border-radius: 0px;
padding: 0 14px;
outline: 0;
color: #fff;
font-weight: 400;
margin-right: 10px;
}
.t-single-newsletter-box button {
background-color: #527752;
width: 31%;
padding: 13.5px 0;
border: transparent;
margin-top: 16px;
font-size: 14px;
text-transform: uppercase;
color: #ffffff;
font-weight: 500;
border-radius: 0px;
}
.t-text-subscribe {
padding-top: 20px;
color: #C2CBCB;
font-size: 13px;
font-weight: 400;
}
/*----footer bottom ----*/
.t-footer-bottom-area {
padding: 30px 0 20px;
}
.row.t-footer-bottom {
border-top: 1px solid #dad2d21a;
padding-top: 30px;
}
.t-footer-logo img {
height: 50px;
}
.t-footer-bottom-content h4 {
text-align: right;
font-size: 13px;
color: #fff;
font-weight: 400;
}
input::placeholder {
color: #ffffff59 !important;
font-weight: 400;
opacity: 1;
}
/* icon social media */
.fa-facebook-f:before {
margin-top: 2px;
content: "";
display: inline-block;
width: 20px;
height: 20px;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBMaWNlbnNlOiBNSVQuIE1hZGUgYnkgbWljaGFlbGFtcHI6IGh0dHBzOi8vZ2l0aHViLmNvbS9taWNoYWVsYW1wci9qYW0gLS0+Cjxzdmcgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iLTcgLTIgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pbllNaW4iIGNsYXNzPSJqYW0gamFtLWZhY2Vib29rIj48cGF0aCBkPSdNMi4wNDYgMy44NjV2Mi43NDhILjAzMnYzLjM2aDIuMDE0djkuOTg2SDYuMThWOS45NzRoMi43NzVzLjI2LTEuNjExLjM4Ni0zLjM3M0g2LjE5N1Y0LjMwM2MwLS4zNDMuNDUtLjgwNS44OTYtLjgwNWgyLjI1NFYwSDYuMjgzYy00LjM0IDAtNC4yMzcgMy4zNjMtNC4yMzcgMy44NjV6JyAvPjwvc3ZnPg==);
background-size: contain;
background-repeat: no-repeat;
}
.fa-instagram:before {
margin-top: 2px;
content: "";
display: inline-block;
width: 20px;
height: 20px;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBMaWNlbnNlOiBBcGFjaGUuIE1hZGUgYnkgSWNvbnNjb3V0OiBodHRwczovL2dpdGh1Yi5jb20vSWNvbnNjb3V0L3VuaWNvbnMgLS0+Cjxzdmcgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggZD0iTTE3LjM0LDUuNDZoMGExLjIsMS4yLDAsMSwwLDEuMiwxLjJBMS4yLDEuMiwwLDAsMCwxNy4zNCw1LjQ2Wm00LjYsMi40MmE3LjU5LDcuNTksMCwwLDAtLjQ2LTIuNDMsNC45NCw0Ljk0LDAsMCwwLTEuMTYtMS43Nyw0LjcsNC43LDAsMCwwLTEuNzctMS4xNSw3LjMsNy4zLDAsMCwwLTIuNDMtLjQ3QzE1LjA2LDIsMTQuNzIsMiwxMiwycy0zLjA2LDAtNC4xMi4wNmE3LjMsNy4zLDAsMCwwLTIuNDMuNDdBNC43OCw0Ljc4LDAsMCwwLDMuNjgsMy42OCw0LjcsNC43LDAsMCwwLDIuNTMsNS40NWE3LjMsNy4zLDAsMCwwLS40NywyLjQzQzIsOC45NCwyLDkuMjgsMiwxMnMwLDMuMDYuMDYsNC4xMmE3LjMsNy4zLDAsMCwwLC40NywyLjQzLDQuNyw0LjcsMCwwLDAsMS4xNSwxLjc3LDQuNzgsNC43OCwwLDAsMCwxLjc3LDEuMTUsNy4zLDcuMywwLDAsMCwyLjQzLjQ3QzguOTQsMjIsOS4yOCwyMiwxMiwyMnMzLjA2LDAsNC4xMi0uMDZhNy4zLDcuMywwLDAsMCwyLjQzLS40Nyw0LjcsNC43LDAsMCwwLDEuNzctMS4xNSw0Ljg1LDQuODUsMCwwLDAsMS4xNi0xLjc3LDcuNTksNy41OSwwLDAsMCwuNDYtMi40M2MwLTEuMDYuMDYtMS40LjA2LTQuMTJTMjIsOC45NCwyMS45NCw3Ljg4Wk0yMC4xNCwxNmE1LjYxLDUuNjEsMCwwLDEtLjM0LDEuODYsMy4wNiwzLjA2LDAsMCwxLS43NSwxLjE1LDMuMTksMy4xOSwwLDAsMS0xLjE1Ljc1LDUuNjEsNS42MSwwLDAsMS0xLjg2LjM0Yy0xLC4wNS0xLjM3LjA2LTQsLjA2cy0zLDAtNC0uMDZBNS43Myw1LjczLDAsMCwxLDYuMSwxOS44LDMuMjcsMy4yNywwLDAsMSw1LDE5LjA1YTMsMywwLDAsMS0uNzQtMS4xNUE1LjU0LDUuNTQsMCwwLDEsMy44NiwxNmMwLTEtLjA2LTEuMzctLjA2LTRzMC0zLC4wNi00QTUuNTQsNS41NCwwLDAsMSw0LjIxLDYuMSwzLDMsMCwwLDEsNSw1LDMuMTQsMy4xNCwwLDAsMSw2LjEsNC4yLDUuNzMsNS43MywwLDAsMSw4LDMuODZjMSwwLDEuMzctLjA2LDQtLjA2czMsMCw0LC4wNmE1LjYxLDUuNjEsMCwwLDEsMS44Ni4zNEEzLjA2LDMuMDYsMCwwLDEsMTkuMDUsNSwzLjA2LDMuMDYsMCwwLDEsMTkuOCw2LjEsNS42MSw1LjYxLDAsMCwxLDIwLjE0LDhjLjA1LDEsLjA2LDEuMzcuMDYsNFMyMC4xOSwxNSwyMC4xNCwxNlpNMTIsNi44N0E1LjEzLDUuMTMsMCwxLDAsMTcuMTQsMTIsNS4xMiw1LjEyLDAsMCwwLDEyLDYuODdabTAsOC40NkEzLjMzLDMuMzMsMCwxLDEsMTUuMzMsMTIsMy4zMywzLjMzLDAsMCwxLDEyLDE1LjMzWiIvPjwvc3ZnPg==);
background-size: contain;
background-repeat: no-repeat;
}
.fa-youtube:before {
margin-top: 2px;
content: "";
display: inline-block;
width: 20px;
height: 20px;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBMaWNlbnNlOiBBcGFjaGUuIE1hZGUgYnkgSWNvbnNjb3V0OiBodHRwczovL2dpdGh1Yi5jb20vSWNvbnNjb3V0L3VuaWNvbnMgLS0+Cjxzdmcgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggZD0iTTIzLDkuNzFhOC41LDguNSwwLDAsMC0uOTEtNC4xMywyLjkyLDIuOTIsMCwwLDAtMS43Mi0xQTc4LjM2LDc4LjM2LDAsMCwwLDEyLDQuMjdhNzguNDUsNzguNDUsMCwwLDAtOC4zNC4zLDIuODcsMi44NywwLDAsMC0xLjQ2Ljc0Yy0uOS44My0xLDIuMjUtMS4xLDMuNDVhNDguMjksNDguMjksMCwwLDAsMCw2LjQ4LDkuNTUsOS41NSwwLDAsMCwuMywyLDMuMTQsMy4xNCwwLDAsMCwuNzEsMS4zNiwyLjg2LDIuODYsMCwwLDAsMS40OS43OCw0NS4xOCw0NS4xOCwwLDAsMCw2LjUuMzNjMy41LjA1LDYuNTcsMCwxMC4yLS4yOGEyLjg4LDIuODgsMCwwLDAsMS41My0uNzgsMi40OSwyLjQ5LDAsMCwwLC42MS0xLDEwLjU4LDEwLjU4LDAsMCwwLC41Mi0zLjRDMjMsMTMuNjksMjMsMTAuMzEsMjMsOS43MVpNOS43NCwxNC44NVY4LjY2bDUuOTIsMy4xMUMxNCwxMi42OSwxMS44MSwxMy43Myw5Ljc0LDE0Ljg1WiIvPjwvc3ZnPg==);
background-size: contain;
background-repeat: no-repeat;
}
.fa-tiktok:before {
margin-top: 2px;
content: "";
display: inline-block;
width: 20px;
height: 20px;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBMaWNlbnNlOiBQRC4gTWFkZSBieSBNYXJ5IEFrdmVvOiBodHRwczovL21hcnlha3Zlby5jb20vIC0tPgo8c3ZnIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgaWQ9InRpa3RvayIgZGF0YS1uYW1lPSJGbGF0IENvbG9yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIGZsYXQtY29sb3IiPjxwYXRoIGlkPSJwcmltYXJ5IiBkPSJNMjEsN1Y5YTEsMSwwLDAsMS0xLDEsOCw4LDAsMCwxLTQtMS4wOFYxNS41QTYuNSw2LjUsMCwxLDEsNi41Myw5LjcyYTEsMSwwLDAsMSwxLjQ3Ljl2Mi41MmEuOTIuOTIsMCwwLDEtLjI4LjYyLDIuNDksMi40OSwwLDAsMCwyLDQuMjNBMi42MSwyLjYxLDAsMCwwLDEyLDE1LjM1VjNhMSwxLDAsMCwxLDEtMWgyLjExYTEsMSwwLDAsMSwxLC44M0E0LDQsMCwwLDAsMjAsNiwxLDEsMCwwLDEsMjEsN1oiIHN0eWxlPSJmaWxsOiByZ2IoMCwgMCwgMCk7Ij48L3BhdGg+PC9zdmc+);
background-size: contain;
background-repeat: no-repeat;
}
.fa-pinterest-p:before {
margin-top: 2px;
content: "";
display: inline-block;
width: 20px;
height: 20px;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBMaWNlbnNlOiBQRC4gTWFkZSBieSBDRlBCOiBodHRwczovL2dpdGh1Yi5jb20vY2ZwYi9kZXNpZ24tc3lzdGVtIC0tPgo8c3ZnIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9Ii0zIDAgMTkgMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgY2xhc3M9ImNmLWljb24tc3ZnIj48cGF0aCBkPSJNMTIuMDIgOC40NzRjLS4wNzIuMzIyLS4xMi42MTctLjIxMS45MWE0Ljk5MSA0Ljk5MSAwIDAgMS0yLjE3NyAyLjkxNSAzLjczMyAzLjczMyAwIDAgMS0zLjAwNy4zMyAyLjEyNyAyLjEyNyAwIDAgMS0uODI0LS41NGMtLjA3NC0uMDkyLS4xMzgtLjIxNy0uMjIyLS4zMDJsLS4yOTYgMS4xNjZjLS4xMjkuNDY0LS4yLjk2LS4zNjkgMS4zOThhOC4zMSA4LjMxIDAgMCAxLS44MDIgMS41NzVjLS4xNjIuMjQ3LS4zMjguNDgyLS41LjcxNi0uMDYyLjA4NS0uMTEzLjIzNS0uMjczLjIwNS0uMTMtLjEyNy0uMDk0LS40NzgtLjEzLS42OTRhNy40NzUgNy40NzUgMCAwIDEgLjA0NS0yLjMzNmwxLjEyNi00Ljc3LS4wOC0uMjEtLjEyLS40MzdhMy4xOSAzLjE5IDAgMCAxIC4wOTctMS42NzFjLjIwOC0uNTM1Ljc3OC0xLjMzNCAxLjYyLTEuMTgzQTEuMjUgMS4yNSAwIDAgMSA2LjgzIDcuMmMtLjE5My45NTktLjU0OSAxLjc1LS43MzMgMi42OTVhMS4zNDMgMS4zNDMgMCAwIDAgMS43NTEgMS40MzJjMS4xNDktLjI5IDEuNjc4LTEuNDEzIDIuMDEyLTIuNTNhNy43NDIgNy43NDIgMCAwIDAgLjE1NC0uODEyQTQuNzE3IDQuNzE3IDAgMCAwIDkuOSA1Ljc1NmEzIDMgMCAwIDAtMi4xMi0xLjg4NyA3LjA4NSA3LjA4NSAwIDAgMC0uODMtLjEzbC0uMzQ3LS4wMDZhNC4xNzggNC4xNzggMCAwIDAtMS4yMjguMTY1IDMuODQzIDMuODQzIDAgMCAwLTIuNjIgMi40MUEzLjgyMyAzLjgyMyAwIDAgMCAyLjUxIDguMDNhMi44NDcgMi44NDcgMCAwIDAgLjMxMiAxLjAyM2MuMS4xNjguMzM0LjM2NC4zNzUuNTU3YTEuMDI4IDEuMDI4IDAgMCAxLS4wOTYuNDkgMS44IDEuOCAwIDAgMS0uMTcuNTU2Yy0uMTY2LjIxMi0uNTQyLS4wMTEtLjY4OS0uMTAyQTMuMDg4IDMuMDg4IDAgMCAxIC45MTggOC4yNjlhNC4wMzMgNC4wMzMgMCAwIDEtLjAyMy0xLjI5NiA3LjAxIDcuMDEgMCAwIDEgLjE4Mi0uODM2IDUuNDQgNS40NCAwIDAgMSAyLjctMy4xNTQgNi4yODUgNi4yODUgMCAwIDEgMS44My0uNTkybC42MTQtLjA3My4yODUtLjAxOGE2LjY3IDYuNjcgMCAwIDEgMS4zNDcuMDc0IDQuOTMzIDQuOTMzIDAgMCAxIDQuMjM0IDQuMDM2IDYuMTU3IDYuMTU3IDAgMCAxLS4wNjggMi4wNjR6Ii8+PC9zdmc+);
background-size: contain;
background-repeat: no-repeat;
}
.fa-linkedin-in:before {
margin-top: 2px;
content: "";
display: inline-block;
width: 20px;
height: 20px;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBMaWNlbnNlOiBNSVQuIE1hZGUgYnkgbWljaGFlbGFtcHI6IGh0dHBzOi8vZ2l0aHViLmNvbS9taWNoYWVsYW1wci9qYW0gLS0+Cjxzdmcgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iLTIgLTIgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pbllNaW4iIGNsYXNzPSJqYW0gamFtLWxpbmtlZGluIj48cGF0aCBkPSdNMTkuOTU5IDExLjcxOXY3LjM3OWgtNC4yNzh2LTYuODg1YzAtMS43My0uNjE5LTIuOTEtMi4xNjctMi45MS0xLjE4MiAwLTEuODg2Ljc5Ni0yLjE5NSAxLjU2NS0uMTEzLjI3NS0uMTQyLjY1OC0uMTQyIDEuMDQzdjcuMTg3aC00LjI4cy4wNTgtMTEuNjYgMC0xMi44NjloNC4yOHYxLjgyNGwtLjAyOC4wNDJoLjAyOHYtLjA0MmMuNTY4LS44NzUgMS41ODMtMi4xMjYgMy44NTYtMi4xMjYgMi44MTUgMCA0LjkyNiAxLjg0IDQuOTI2IDUuNzkyek0yLjQyMS4wMjZDLjk1OC4wMjYgMCAuOTg2IDAgMi4yNDljMCAxLjIzNS45MyAyLjIyNCAyLjM2NSAyLjIyNGguMDI4YzEuNDkzIDAgMi40Mi0uOTg5IDIuNDItMi4yMjRDNC43ODcuOTg2IDMuODg3LjAyNiAyLjQyMi4wMjZ6TS4yNTQgMTkuMDk4aDQuMjc4VjYuMjI5SC4yNTR2MTIuODY5eicgLz48L3N2Zz4=);
background-size: contain;
background-repeat: no-repeat;
}
.fa-twitter:before {
margin-top: 2px;
content: "";
display: inline-block;
width: 20px;
height: 20px;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiBmaWxsPSIjMDAwMDAwIiBjbGFzcz0iYmkgYmktdHdpdHRlci14IiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGQ9Ik0xMi42Ljc1aDIuNDU0bC01LjM2IDYuMTQyTDE2IDE1LjI1aC00LjkzN2wtMy44NjctNS4wNy00LjQyNSA1LjA3SC4zMTZsNS43MzMtNi41N0wwIC43NWg1LjA2M2wzLjQ5NSA0LjYzM0wxMi42MDEuNzVabS0uODYgMTMuMDI4aDEuMzZMNC4zMjMgMi4xNDVIMi44NjV6Ii8+Cjwvc3ZnPg==);
background-size: contain;
background-repeat: no-repeat;
}
.footer-social-icon i:before {
filter: brightness(0) saturate(100%) invert(92%) sepia(7%) saturate(253%) hue-rotate(76deg) brightness(94%) contrast(91%);
}
/*---=================================
<!--Oxalis Header Area Css-->
==================================---*/

.header-area {
position: absolute;
top: 0; left: 0; width: 100%;
z-index: 999;
margin: 0;
padding: 20px 0;
background: transparent;
}
.header-area .align-items-center .col-lg-2 {
padding: 0px;
}
.header-menu {
text-align: right;
margin-right: -10px;
}

.header-menu ul li {
display: flex;
justify-content: flex-end;
}

.header-menu ul {
display: flex;
justify-content: flex-end;
column-gap: 40px;
}

.header-menu ul li a {
display: inline-block;
color: #FFF;
font-size: 14px;
font-weight: 800;
transition: 0.2s;
letter-spacing: 1px;
}

.header-menu ul li a:hover{
color: #FFC107;
}

.header-menu ul li i {
display: inline-block;
font-size: 12px;
position: relative;
left: 6px;
top: 0px;
}

.header-secrch-icon {
display: inline-block;
}

.header-secrch-icon i {
display: inline-block;
color: #49af45;
font-size: 16px;
cursor: pointer;
}

.header-button {
display: inline-block;
}
.header-menu.header-left {
text-align: right;
}
.header-button a {
display: inline-block;
background: #fff;
padding: 6px 24px;
color: #527752;
font-weight: 600;
font-size: 14px;
position: relative;
z-index: 1;
transition: 0.5s;
}

.header-button a:hover{
color:#fff !important;
background: #314B32;
}

/* .header-button a:before{
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background:#fff;
z-index: -1;
border-radius: 5px;
transform: scale(0);
transition: 0.5s;
}

.header-button a:hover:before{
transform: scale(1);
} */

.header-button i{
transition: 0.5s;
}

.header-button a:hover i{
color:#527752 !important;
}

.sticky {
left: 0;
margin: auto;
position: fixed !important;
top: 0;
width: 100%;
background: #00000000 !important;
transition: 0.5s;
z-index: 999 !important;
-webkit-animation: 300ms running fadeInDown;
animation: 500ms running fadeInUp;
animation-name: slideInDown;
}
.sticky.scrolled {
background: #00000057 !important;
}
nav.mean-nav {
margin-top: 5px !important;
}
/*sub-menu*/
.header-menu ul li.menu-item-has-children {
position: relative;
}

.header-menu ul li .sub-menu {
position: absolute;
display: block;
text-align: left;
background: #1B2020;
opacity: 0;
visibility: hidden;
transition: 0.2s;
top: 100%;
z-index: 2;
width:max-content;
min-width:150px;
max-width:400px;
}

.header-menu ul li:hover .sub-menu{
opacity: 1;
top: 100%;
visibility: visible;
}

.header-menu ul li .sub-menu li a {
display: block;
padding: 8px 19px !important;
color: #C2CBCB;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
transition: 0.5s;
position: relative;
z-index: 1;
}

.header-menu ul li .sub-menu li a:hover{
color: #FFC107 !important;
}

/* .header-menu ul li .sub-menu li a:before{
position: absolute;
content: "";
width: 100%;
height: 0;
left: 0;
bottom: 0;
background:#527752;
z-index: -1;
transition: 0.5s;
} */

.header-menu ul li .sub-menu li a:hover:before{
height:100%;
top: 0;
}
.header-menu ul li a.active, .header-menu ul li .sub-menu li a.active {
color: #ffc107;
}



/*---=================================
<!--Oxalis Hero Area Css-->
==================================---*/
.hero-area {
padding: 180px 0 180px;
position: relative;
}
.hero-area {
position: relative;
width: 100%;
height: 100vh;
overflow: hidden;
}
.hero-area .align-items-center .col-lg-9 {
padding: 0px;
}
.hero-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.hero-bg img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.hero-content {
color: #fff;
}

.banner-area {
position: relative;
overflow: hidden;
}

.hero-slides .banner-bg {
position: absolute;
top: 0; 
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: -1;
}
.banner-content {
padding: 180px 0 120px;
}
.hero-area:before {
background-color: #1B2020;
--background-overlay: '';
}

.hero-style.hero-area{
background: url(../images/home1/hero-bg2.jpg);
}

.hero-content h4 {
color: #4baf47;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
margin-bottom: 19px;
}

.hero-content h1 {
font-size: 80px;
color: #fff;
font-weight: 300;
line-height: 1.03em;
letter-spacing: -1px;
}

.main-title-2 {
font-weight: 800;
}

.hero-content p {
font-size: 19px;
line-height: 1.4em;
color: #ffffff;
font-weight: 400;
width: 70%;
margin: 20px 0 0;
}

.hero-social-icon {
position: absolute;
left: 85px;
top: 41%;
}

.hero-social-icon ul li i {
display: inline-block;
color: #fff;
font-size: 16px;
margin-bottom: 28px;
transition: 0.5s;
}

.hero-social-icon ul li i:hover{
color: #527752;
}

.hero-social-icon ul li.text {
color: #fff;
text-transform: uppercase;
transform: rotate(-90deg);
position: relative;
top: 100px;
left: -36px;
}

.hero-social-icon ul li.text:before {
position: absolute;
content: "";
width: 56px;
height: 1px;
left: 111px;
top: 10px;
background: #fff;
}
.header-menu ul li.menu-item-has-children > a {
	display: flex;
	align-items: center;
	gap: 4px;
}

.header-menu ul li.menu-item-has-children > a::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}


/* Hero Slide CSS */
.hero-slides .owl-dots {
position: absolute;
bottom: 42%;
right: 56px;
}

.hero-slides .owl-dots .owl-dot {
position: relative;
z-index: 1;
margin: 18px 5px;
width: 14px;
height: 14px;
border-radius: 50%;
border: 2px solid #49b047cf;
}

.hero-slides .owl-dots .owl-dot.active {
background-color: #527752;
position: relative;
width: 11px;
height: 11px;
}

.hero-slides .owl-dots .owl-dot.active::after {
position: absolute;
width: 25px;
height: 25px;
z-index: 1;
content: "";
border: 2px solid #527752;
left: -9px;
top: -9px;
border-radius: 50%;
text-align: center;
}


/*Oxalis--button*/
.echofy-button {
margin-top: 40px;
display: inline-block;
}

.echofy-button a {
display: inline-block;
background: #fff;
color: #272D2D;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
padding: 6px 24px;
border: 1px solid #fff;
position: relative;
z-index: 1;
}
.echofy-button.one a:after{
content: "";
display: inline-block;
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml,%3Csvg fill='%23333' width='16px' height='16px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.293,20.707a1,1,0,0,1,0-1.414L17.586,5H12a1,1,0,0,1,0-2h8a1,1,0,0,1,1,1v8a1,1,0,0,1-2,0V6.414L4.707,20.707a1,1,0,0,1-1.414,0Z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
margin-left: 5px;
vertical-align: middle;
transform: rotate(45deg);
}
.echofy-button.one a:hover:after {
content: "";
display: inline-block;
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' width='16px' height='16px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.293,20.707a1,1,0,0,1,0-1.414L17.586,5H12a1,1,0,0,1,0-2h8a1,1,0,0,1,1,1v8a1,1,0,0,1-2,0V6.414L4.707,20.707a1,1,0,0,1-1.414,0Z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
margin-left: 5px;
vertical-align: middle;
transform: rotate(45deg);
}

.echofy-button a:hover{
background: #527752;
border: 1px solid #527752;
color: #fff;
}
.echofy-button a i.fa-solid.fa-arrow-right-long {
margin-left: 10px;
}
/* .echofy-button a:before{
position: absolute;
content: "";
width:0;
height: 100%;
left: 50%;
top: 0;
background:#fff;
border-radius: 5px;
z-index: -1;
transition: 0.5s;
} 

.echofy-button a:hover:before{
width: 100%;
left: 0;
}

.echofy-button img {
position: relative;
top: -2px;
left: 4px;
display: inline-block !important;
transition: 0.5s;
}

.echofy-button img.two {
position: relative;
left: -58px;
top: -2px;
opacity: 1;
transition: 0.5s;
z-index: 1;
opacity: 0
}

.echofy-button:hover img.two{
opacity: 1;
}
*/

.echofy-button.two {
display: inline-block;
padding-left: 16px;
border: transparent;
}

.echofy-button.two a {
display: inline-block;
background: transparent;
border: 2px solid #FFC107;
padding: 6px 24px;
color: #fff;
}
.echofy-button.two a:hover {
background: #fff;
border: 2px solid #fff;
color: #272D2D;
}

/*MT Card Slider*/
.mt-slider {
width: 250px;
height: 300px;
overflow: hidden;
float: right;
}

.mt-slides {
display: flex;
width: 100%;
height: 100%;
transition: transform 0.6s ease;
}

.mt-slide {
min-width: 100%;
height: 100%;
position: relative;
padding: 8px;
background: #b5b5b5;
}

.mt-slide img, .mt-img {
width: 100%;
height: 100%;
object-fit: cover;
}

.mt-img:after {
content: "";
position: absolute;
inset: 0;
background: 
linear-gradient(to top, rgba(0,0,0,0.6), transparent 40%) top,
linear-gradient(to bottom, rgba(0,0,0,0.6), transparent 40%) bottom,
linear-gradient(to left, rgba(0,0,0,0.6), transparent 40%) left,
linear-gradient(to right, rgba(0,0,0,0.6), transparent 40%) right;
background-repeat: no-repeat;
z-index: 1;
}
.hero-area .row.align-items-center {
align-items: stretch !important;
}
.hero-area .col-lg-3 {
padding-right: 0;
margin-top: auto;
}

/* Overlay text */
.info {
position: absolute;
bottom: 20px;
left: 25px;
color: #fff;
z-index: 2;
}

.info .place {
font-size: 13px;
margin-bottom: 3px;
}

.info .title {
font-size: 18px;
font-weight: 300;
letter-spacing: -0.2px;
}

.arrow-right {
position: absolute;
top: 25px;
right: 25px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 16px;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #FFC107;
padding: 20px;
border-radius: 50%;
z-index: 2;
}
.arrow-right:hover {
background-color: #fff;
border: 1px solid #fff;
}
.arrow-right:before {
content: "";
display: inline-block;
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml,%3Csvg fill='%23FFC107' width='24px' height='24px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.293,20.707a1,1,0,0,1,0-1.414L17.586,5H12a1,1,0,0,1,0-2h8a1,1,0,0,1,1,1v8a1,1,0,0,1-2,0V6.414L4.707,20.707a1,1,0,0,1-1.414,0Z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
position: absolute;
}
.arrow-right:hover:before {
content: "";
display: inline-block;
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml,%3Csvg fill='%23333' width='24px' height='24px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.293,20.707a1,1,0,0,1,0-1.414L17.586,5H12a1,1,0,0,1,0-2h8a1,1,0,0,1,1,1v8a1,1,0,0,1-2,0V6.414L4.707,20.707a1,1,0,0,1-1.414,0Z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
position: absolute;
transform: rotate(45deg);
-webkit-transition: all 750ms ease;
transition: all 750ms ease;
}

.arrow-left {
position: absolute;
top: 30px;
left: 25px;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
color: #fff;
font-weight: 500;
z-index: 2;
}
.arrow-left:before {
content: "";
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml,%3Csvg width='18px' height='18px' viewBox='-5.07 0 43.012 43.012' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='location' d='M406.185,260.012c-18.028-13.493-16.233-28.572-16.233-28.572h11.184a4.7,4.7,0,0,0-.142,1.1,5.378,5.378,0,0,0,.466,2.1,7.353,7.353,0,0,0,2.622,2.615,5,5,0,0,0,4.218,0,7.316,7.316,0,0,0,2.619-2.615,5.4,5.4,0,0,0,.465-2.105,4.728,4.728,0,0,0-.141-1.1h11.5S424.217,246.277,406.185,260.012Zm4.731-29.576a7.353,7.353,0,0,0-2.619-2.618,4.977,4.977,0,0,0-4.211,0,7.389,7.389,0,0,0-2.622,2.618,6.468,6.468,0,0,0-.326,1H389.966c0-7.972,7.335-14.435,16.383-14.435s16.383,6.463,16.383,14.435H411.242A6.523,6.523,0,0,0,410.915,230.436Z' transform='translate(-389.902 -217)' fill='%23fff'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
margin-right: 5px;
}

/*
<!-- =====================================-->
<!-- Start echofy-text-section  -->
<!-- =====================================-->*/
.echofy-text-section {
position: relative;
background: #527752;
z-index: 1;
padding: 40px 0 44px;
}

.echofy-text-section .inner-container {
max-width: 1812px;
margin: 0 auto;
}

.echofy-text-section .marquee {
position: relative;
--duration: 30s;
--gap: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
gap:0px;
}

.echofy-text-section .marquee-block {
-ms-flex-negative: 0;
flex-shrink: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
gap: 0;
min-width: 87%;
-webkit-animation: scroll 30s linear infinite;
animation: scroll 30s linear infinite;
}

.echofy-text-section .marquee-block .content-box {
position: relative;
margin-right:0px;
}

.echofy-text-section .marquee-block .content-box:last-child {
margin-right:0px;
}

.echofy-text-section .marquee-block .content-box:last-child::before {
display: none;
}

.echofy-text-section .marquee-block .content-box .title{
margin:0;
}

.echofy-text-section .marquee-block .content-box h6.title {
display: inline-block;
font-size: 30px;
color: #fff;
font-weight: 600;
padding: 0 48px;
}

.echofy-text-section .marquee-block .content-box h6.title img {
position: relative;
left: -49px;
}

@-webkit-keyframes scroll {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(calc(-100% - var(--gap)));
transform: translateX(calc(-100% - var(--gap)));
}
}
@keyframes scroll {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(calc(-100% - var(--gap)));
transform: translateX(calc(-100% - var(--gap)));
}
}







/*---=================================
<!--Oxalis About Area Css-->
==================================---*/
.about-thumb {
padding: 0 25px 0 0;
}
/* .about-thumb {
position: relative;
left: -45px;
} */

img.about-thumb-shape {
position: absolute;
bottom: 18px;
left: -6px;
animation: dance1 4s linear infinite;
}

@keyframes dance1 {
0% {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}

50% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}

100% {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}
}


.about-right {
position: relative;
padding-left: 35px;
}

.single-about-box {
margin-bottom: 30px;
}

.single-about-box:nth-child(3) {
border-bottom: 1px solid #61616133;
padding-bottom: 31px;
margin-bottom: 3px;
}

.about-box-icon {
float: left;
margin-right: 24px;
margin-top: 8px;
}

.about-box-content h4 {
font-size: 24px;
font-weight: 600;
}

.about-box-content p {
overflow: hidden;
margin: 14px 0 0;
width: 80%;
}

.about-shape-1 {
position: absolute;
top: -42px;
right: -153px;
animation: dance2 4s linear infinite;
}

@keyframes dance2 {
0% {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}

50% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}

100% {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}
}

.about-shape-2 {
position: absolute;
bottom: 0;
left: 272px;
animation: dance3 4s linear infinite;
}

@keyframes dance3 {
0% {
-webkit-transform: translateX(-50px);
transform: translateX(-50px);
}

50% {
-webkit-transform: translateX(-15px);
transform: translateX(-15px);
}

100% {
-webkit-transform: translateX(-50px);
transform: translateX(-50px);
}
}


/*section-title*/
.section-title.left {
margin-bottom: 35px;
}

.section-title.left img {
margin-right: 12px;
}

.mt-sub-title {
text-transform: uppercase;
color: #527752;
font-weight: 600;
font-size: 12px;
margin-bottom: 16px;
letter-spacing: 2px;
}

.mt-title {
font-size: 52px;
font-weight: 300;
letter-spacing: -1px;
color: #272D2D;
padding-right: 10px;
}
.title-s {
font-weight: 800;
text-transform: uppercase;
}
.about-content p {
font-size: 17px;
font-weight: 400;
color: #585555;
}
.services-area.mt-icon-live.mt-live-detail .about-content p {
font-size: 16px;
font-weight: 400;
color: #374040;
}
.about-button a {
display: inline-block;
background: #527752;
color: #fff;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
padding: 6px 24px;
border: 2px solid #527752;
position: relative;
z-index: 1;
}
.about-button a:hover {
background: #314B32;
border: 2px solid #314B32;
color: #fff;
}
.section-title.left h1 {
font-size: 46px;
font-weight: 700;
line-height: 44px;
}
/*section-title-center*/
.section-title.center {
margin-bottom: 49px;
}

.section-title.center img {
margin-right: 12px;
}

/* .section-title.center h4 {
text-transform: uppercase;
color: #49af45;
font-weight: 500;
font-size: 16px;
margin-bottom: 26px;
} */

.section-title.center h1 {
font-size: 46px;
font-weight: 700;
line-height: 44px;
}


p.section-desc {
width: 90%;
margin: 26px 0 0;
}

/*---=====================================================
<!--MT Services Area Css-->
=========================================================---*/
.services-area {
padding: 112px 0;
background: #F3F6F3;
}
/* Container Layout: 2x3 Grid */
.stories-container {
display: flex;
gap: 20px; /* Adjust spacing between cards */
justify-content: center;
}
.stories-container .card-tour {
flex: 1;
}

/* Card Sizing: 50% width minus gap */
.story-card {
flex: 0 0 calc(50% - 10px); 
box-sizing: border-box;
background: #000; /* Optional: background for video cards */
overflow: hidden;
position: relative;
display: flex;
flex-direction: column;
}
@media only screen and (max-width: 767px) {
.story-card {
flex: 0 0 100%;
}
}

.story-card .story-bg, .t-story-card .story-bg {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 0;
}

.story-content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 20px 80px 20px 20px;
box-sizing: border-box;
z-index: 2;
color: #fff;
/*background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);*/
pointer-events: none;
}

.story-card h3 {
color: #fff;
font-size: 38px;
font-weight: 300;
line-height: 1.2em;
letter-spacing: -1px;
margin: 0;
}

.story-card p {
color: #fff;
font-size: 17px;
font-weight: 400;
margin: 10px 0 0;
line-height: 1.5em;
}
.story-icon {
position: absolute;
top: 32px;
left: 32px;
background: rgba(255, 255, 255, 0.9);
padding: 8px;
border-radius: 4px;
z-index: 2;
}
.story-icon img {
width: 40px;
height: 40px;
}
.story-arrow {
position: absolute;
padding: 25px;
bottom: 20px;
right: 20px;
width: 40px;
height: 40px;
border: 1px solid #FFC107;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
z-index: 5;
}
.story-arrow:hover {
background: #fff;
border: 1px solid #fff;
}
/*.story-arrow:before {
content: "";
display: inline-block;
width: 16px;
height: 16px;
background-image: url("data:image/svg+xml,%3Csvg fill='%23FFC107' width='16px' height='16px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.293,20.707a1,1,0,0,1,0-1.414L17.586,5H12a1,1,0,0,1,0-2h8a1,1,0,0,1,1,1v8a1,1,0,0,1-2,0V6.414L4.707,20.707a1,1,0,0,1-1.414,0Z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
position: absolute;
}*/
.story-arrow:before {
content: "";
display: inline-block;
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml,%3Csvg fill='%23FFC107' width='24px' height='24px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.293,20.707a1,1,0,0,1,0-1.414L17.586,5H12a1,1,0,0,1,0-2h8a1,1,0,0,1,1,1v8a1,1,0,0,1-2,0V6.414L4.707,20.707a1,1,0,0,1-1.414,0Z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
position: absolute;
}

.story-arrow:hover:before {
content: "";
display: inline-block;
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml,%3Csvg fill='%23333' width='24px' height='24px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.293,20.707a1,1,0,0,1,0-1.414L17.586,5H12a1,1,0,0,1,0-2h8a1,1,0,0,1,1,1v8a1,1,0,0,1-2,0V6.414L4.707,20.707a1,1,0,0,1-1.414,0Z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
position: absolute;
transform: rotate(45deg);
-webkit-transition: all 750ms ease;
transition: all 750ms ease;
}
.about-area.home-two.about-live-detail, .services-area.mt-live-video, .about-area.home-two, .services-area.mt-live-video.mt-tours, .highlight-area, .services-area.mt-icon-live  {
padding: 112px 0 0;
}
.t-wrapper.t-ask-away.faq-tours, .services-area.mt-icon-live.mt-live-detail.mt-discover, .t-wrapper.t-ask-away.faq-tours-detail, .t-wrapper.t-lens.mt-gallery, .services-area.mt-icon-live {
background: #fff;
}
.about-area, .services-area.mt-live-video.mt-tours.mt-tours-detail, .services-area.mt-live-video {
padding: 112px 0;
}
.t-wrapper.t-ask-away.faq-tours-detail, .t-wrapper.t-lens.mt-gallery{
padding: 60px 0 0;
}
.mt-tours-detail .story-card{
height:400px;
}





/*---=================================
<!--MT Price Css-->
==================================---*/
.price-area {
padding: 112px 0;
background: #314B32;
}
.price-area .section-title.center .mt-title, .price-area .section-title.center .mt-sub-title {
color: #fff;
}
.pricing-container {
display: flex;
justify-content: center;
gap: 25px;
margin: auto;
}
.mt-price {
background: #F3F6F3;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
padding: 40px;
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.mt-price h3 {
font-size: 21px;
font-weight: 300;
line-height: 1.4em;
letter-spacing: -0.2px;
margin: 0 0 10px;
}
.mt-price p {
color: #585555;
font-size: 17px;
line-height: 1.5em;
margin: 0 0 40px;
}
.price {
font-size: 48px;
font-weight: 600;
line-height: 1.1em;
letter-spacing: -2px;
margin: 0 0 20px;
color: #272D2D;
}
.price span {
color: #959191;
font-size: 16px;
font-weight: 400;
line-height: 1.5em;
letter-spacing: 0;
margin-left: 10px;
}
.mt-price-btn {
display: inline-block;
background: #527752;
color: #fff;
text-align: center;
padding: 10px;
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
text-decoration: none;
margin: 10px 0;
border-radius: 0;
}
.mt-price-btn:hover {
background: #314B32;
color: #fff;
}
.mt-price ul {
list-style: none;
padding: 0;
margin: 0;
}
.mt-price ul li {
font-size: 16px;
font-weight: 400;
line-height: 1.5em;
margin: 5px 0;
color: #585555;
}
.mt-price ul li:before {
content: "";
display: inline-block;
width: 16px;
height: 16px;
background-image: url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='%23527752' d='M7.3 14.2l-7.1-5.2 1.7-2.4 4.8 3.5 6.6-8.5 2.3 1.8z'%3E%3C/path%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
margin: 0px 10px 0 0;
position: relative;
top: 2px;
}

.mt-1 { margin-top: 4px; }
.mt-2 { margin-top: 8px; }
.mt-3 { margin-top: 16px; }
.mt-4 { margin-top: 24px; }
.mt-5 { margin-top: 32px; }

/*---=================================
<!-- Live Video Area Css-->
==================================---*/
.video-wrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.mt-video {
position: relative;
display: inline-block;
}
.mt-video::after {
content: "";
position: absolute;
inset: 0; 
background: rgba(0, 0, 0, 0.5);
}
.about-thumb.mt-video {
padding: 0;
}
.mt-live-video .stories-container {
grid-template-columns: 1fr 1fr;
}
.mt-icon-live .stories-container {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.story-background{
width:100%
}
.mt-icon-live .story-background {
position: relative;
height: 220px;
color: #fff;
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 25px;
background-color: #314b32;
}
.story-background .story-icon {
top: 25px;
left: 25px;
}
.story-background .story-content {
padding-right: 0;
}
.story-background .story-content h3 {
font-size: 21px;
line-height: 1.4em;
font-weight: 300;
letter-spacing: -0.2px;
color: #fff;
}
.story-background .story-content p {
margin-bottom: 0 !important;
color: #C7D5C5;
}
.services-area.mt-live-video {
background: #fff;
}
.about-area.home-two .about-thumb {
position: relative;
left: 0;
margin-right: 25px;
}
.about-area.home-two .about-video:before {
position: absolute;
content: "";
width: 150px;
height: 150px;
left: -31px;
top: -29px;
border: 3px dotted #ffffff;
}
.about-area.home-two .about-video i {
display: inline-block;
background: #527752;
}
.about-area.home-two .about-video {
position: absolute;
right: 15em;
top: 10em;
z-index: 1;
}
.about-area.home-two {
background: #fff;
}
/* .about-area.home-two.about-live-detail .about-video {
position: absolute;
left: 50%;
top: 50%;
z-index: 1;
} */
.about-area.home-two.about-live-detail .about-thumb.mt-video {
position: relative;
display: inline-block; /* hoặc block nếu full width */
}

.about-area.home-two.about-live-detail .about-thumb.mt-video img {
display: block;
width: 100%;
height: auto;
}

.about-area.home-two.about-live-detail  .about-video {
position: absolute;
top: 40%;
left: 47%;
z-index: 1;
}
.about-area.home-two.about-live-detail .about-thumb {
position: relative;
left: 0;
margin-right: 0;
}
.mt-icon-live.mt-live-detail .about-right {
padding-left: 0;
}
.mt-icon-live.mt-live-detail .stories-container {
grid-template-columns: 1fr;
}
.mt-icon-live.mt-live-detail .story-background .story-content h3 {
font-size: 28px;
}
.mt-icon-live.mt-live-detail .story-background {
background-color: #F3F6F3;
width:100%
}
.mt-icon-live.mt-live-detail .story-background .story-content h3,
.mt-icon-live.mt-live-detail .story-background .story-content p {
color: #272d2d;
}


/*---=================================
<!-- Tours Area Css-->
==================================---*/

.mt-tours .story-card h3 {
font-size: 28px;
}
.mt-tours .story-card p {
font-size: 14px;
text-transform: uppercase;
}
.mt-tours .story-arrow {
top: 40px;
}   
.okavango {
background-image: url(https://demo.deverust.com/wildsnap/wp-content/uploads/sites/52/2025/06/IMG-A5E858D.jpg);
}
.ranthambore {
background-image: url(https://demo.deverust.com/wildsnap/wp-content/uploads/sites/52/2025/06/IMG-VY4YQS2.jpg);
}
.pantanal {
background-image: url(https://demo.deverust.com/wildsnap/wp-content/uploads/sites/52/2025/06/IMG-3EJMT29.jpg);
}
.svalbard {
background-image: url(https://demo.deverust.com/wildsnap/wp-content/uploads/sites/52/2025/07/IMG-YYY23EF.jpg);
}   
.story-card.okavango:before, .story-card.ranthambore:before, .story-card.pantanal:before,
.story-card.svalbard:before {
content: "";
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.2);
}
.story-card.okavango:hover:before, .story-card.ranthambore:hover:before,
.story-card.pantanal:hover:before, .story-card.svalbard:hover:before {
content: "";
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.1);
-webkit-transition: all 750ms ease;
transition: all 750ms ease;
}   
.stats {
display: flex;
gap: 20px;
align-items: center;
font-weight: 600;
color: #fff;
text-transform: uppercase;
margin-top: 15px;
}
.stat-item {
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
}
.stat-item.one:before {
content: "";
width: 18px;
height: 18px;
background-image: url("data:image/svg+xml,%3Csvg width='18px' height='18px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 9C2 7.11438 2 6.17157 2.58579 5.58579C3.17157 5 4.11438 5 6 5H18C19.8856 5 20.8284 5 21.4142 5.58579C22 6.17157 22 7.11438 22 9C22 9.4714 22 9.70711 21.8536 9.85355C21.7071 10 21.4714 10 21 10H3C2.5286 10 2.29289 10 2.14645 9.85355C2 9.70711 2 9.4714 2 9Z' fill='%239fb89d'/%3E%3Cpath d='M2 18C2 19.8856 2 20.8284 2.58579 21.4142C3.17157 22 4.11438 22 6 22H18C19.8856 22 20.8284 22 21.4142 21.4142C22 20.8284 22 19.8856 22 18V13C22 12.5286 22 12.2929 21.8536 12.1464C21.7071 12 21.4714 12 21 12H3C2.5286 12 2.29289 12 2.14645 12.1464C2 12.2929 2 12.5286 2 13V18Z' fill='%239fb89d'/%3E%3Cpath d='M7 3L7 6' stroke='%239fb89d' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M17 3L17 6' stroke='%239fb89d' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
margin-top: -3px;
}
.stat-item.two:before {
content: "";
width: 18px;
height: 18px;
background-image: url("data:image/svg+xml,%3Csvg fill='%239fb89d' width='18px' height='18px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22,17v4a1,1,0,0,1-1,1H17a1,1,0,0,1-1-1V17a1,1,0,0,1,1-1h1V14.5a.5.5,0,0,0-.5-.5H6.5a.5.5,0,0,0-.5.5V16H7a1,1,0,0,1,1,1v4a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V17a1,1,0,0,1,1-1H4V13a1,1,0,0,1,1-1h6V9H9A1,1,0,0,1,8,8V3A1,1,0,0,1,9,2h6a1,1,0,0,1,1,1V8a1,1,0,0,1-1,1H13v3h6a1,1,0,0,1,1,1v3h1A1,1,0,0,1,22,17Z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
}   
.mt-icon-live.mt-live-detail.mt-discover .stories-container {
grid-template-columns: 1fr 1fr;
margin-right: 25px;
}
.mt-icon-live.mt-live-detail.mt-discover .about-right {
padding-left: 10px;
}
.mt-icon-live.mt-live-detail.mt-discover .section-title.left {
margin-bottom: 15px;
}

.tour-slider {
display: flex;
transition: transform 0.8s ease-in-out;
}

.tour-slide {
min-width: 200px;
margin: 0 5px;
overflow: hidden;
}

.tour-slide img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.mt-live-video.mt-tours-detail .stories-container {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.mt-live-video.mt-tours-detail .story-content {
padding-right: 0;
}
.mt-live-video.mt-tours-detail .story-card {
padding: 20px;
}
.mt-tours.mt-tours-detail .story-arrow {
top: 20px;
}
.mt-highlight .mt-title, .mt-includes-excludes .mt-title {
font-size: 38px;
}
.mt-includes .mt-sub-title, .mt-excludes .mt-sub-title {
font-size: 20px;
color: #272D2D;
text-transform: capitalize;
margin-top: 35px;
}
.mt-highlight ul li, .mt-includes ul li, .mt-excludes ul li {
font-size: 16px;
font-weight: 400;
line-height: 1.5em;
color: #374040;
}
.mt-highlight ul li:before {
content: "";
display: inline-block;
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M16 2.672c-7.361 0-13.328 5.967-13.328 13.328s5.968 13.328 13.328 13.328c7.361 0 13.328-5.967 13.328-13.328s-5.967-13.328-13.328-13.328zM16 28.262c-6.761 0-12.262-5.501-12.262-12.262s5.5-12.262 12.262-12.262c6.761 0 12.262 5.501 12.262 12.262s-5.5 12.262-12.262 12.262z' fill='%23527752'%3E%3C/path%3E%3Cpath d='M22.667 11.241l-8.559 8.299-2.998-2.998c-0.312-0.312-0.818-0.312-1.131 0s-0.312 0.818 0 1.131l3.555 3.555c0.156 0.156 0.361 0.234 0.565 0.234 0.2 0 0.401-0.075 0.556-0.225l9.124-8.848c0.317-0.308 0.325-0.814 0.018-1.131-0.309-0.318-0.814-0.325-1.131-0.018z' fill='%23527752'%3E%3C/path%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
margin: 0px 10px 0 0;
position: relative;
top: 5px;
}
.mt-includes ul li:before {
content: "";
display: inline-block;
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M16 2.672c-7.361 0-13.328 5.967-13.328 13.328s5.968 13.328 13.328 13.328c7.361 0 13.328-5.967 13.328-13.328s-5.967-13.328-13.328-13.328zM16 28.262c-6.761 0-12.262-5.501-12.262-12.262s5.5-12.262 12.262-12.262c6.761 0 12.262 5.501 12.262 12.262s-5.5 12.262-12.262 12.262z' fill='%23527752'%3E%3C/path%3E%3Cpath d='M22.667 11.241l-8.559 8.299-2.998-2.998c-0.312-0.312-0.818-0.312-1.131 0s-0.312 0.818 0 1.131l3.555 3.555c0.156 0.156 0.361 0.234 0.565 0.234 0.2 0 0.401-0.075 0.556-0.225l9.124-8.848c0.317-0.308 0.325-0.814 0.018-1.131-0.309-0.318-0.814-0.325-1.131-0.018z' fill='%23527752'%3E%3C/path%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
margin: 0px 10px 0 0;
position: relative;
top: 5px;
}
.mt-excludes ul li:before {
content: "";
display: inline-block;
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml,%3Csvg fill='%23ff2626' width='24px' height='24px' viewBox='0 0 256 256' id='Flat' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M128,28.00012a100,100,0,1,0,100,100A100.113,100.113,0,0,0,128,28.00012Zm0,192a92,92,0,1,1,92-92A92.10446,92.10446,0,0,1,128,220.00012ZM162.82813,98.82873l-29.17139,29.17139,29.17139,29.17139a3.99992,3.99992,0,1,1-5.65625,5.65722L128,133.65686,98.82813,162.82873a3.99992,3.99992,0,0,1-5.65625-5.65722l29.17138-29.17139L93.17188,98.82873a3.99992,3.99992,0,0,1,5.65625-5.65722L128,122.34338l29.17188-29.17187a3.99992,3.99992,0,1,1,5.65625,5.65722Z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
margin: 0px 10px 0 0;
position: relative;
top: 5px;
}
.mt-highlight {
margin-bottom: 20px;
}
.mt-check-availability .mt-price, .tab-container-newpagev2 {
background: transparent;
border: 1px solid #ddd;
border-radius: 10px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
padding: 30px;
}
.mt-check-availability .price span {
color: #001819;
font-size: 21px;
font-weight: 300;
line-height: 1.4em;
letter-spacing: -0.2px;
margin: 0 0 10px;
}
.mt-check-availability .mt-price-btn {
display: inline-block;
background: #527752;
color: #fff;
text-align: center;
padding: 12px;
text-transform: uppercase;
font-size: 16px;
font-weight: 800;
text-decoration: none;
border-radius: 50px;
letter-spacing: 1px;
}
.mt-check-availability .mt-price-btn:hover {
background: #272D2D;
color: #fff;
}
.mt-check-availability .mt-price p {
color: #959191;
font-size: 16px;
line-height: 1.5em;
margin: 15px 0 0;
text-align: center;
}
.mt-check-availability .price {
font-size: 40px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 15px;
}
.mt-check-availability .price:after {
content: "";
position: absolute;
left: 0;
right: 0;
top: calc(30px + 110px);
height: 1px;
background: #ddd;
}





ul.nav-tabs-newtourv2 {
display: block;
overflow: auto;
height: calc(100vh - 250px);
margin-top: 10px;
}
ul.nav.nav-tabs-newtourv2:before {
background: linear-gradient(180deg, #fff, transparent);
top: 0px;
width: 100%;
height: 10px;
position: sticky;
z-index: 1;
}
.nav-tabs-newtourv2 li {
font-weight: 600;
font-size: 16px;
line-height: 14px;
border-bottom: 1px solid #eee;
}
.nav-tabs-newtourv2 .active a, .nav-tabs-newtourv2 .active a:hover {
color: #307a55;
background: #e7eae3;
font-weight: 600;
border-left: 6px solid;
padding-left: 4px;
font-size: 16px;
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav > li {
position: relative;
display: block;
}
.nav-tabs-newtourv2 > li > a {
color: #616161;
font-size: 16px;
font-weight: 500;
line-height: 32px;
padding: 5px 10px;
}
ul.nav.nav-tabs-newtourv2:after {
background: linear-gradient(180deg, transparent, #fff);
bottom: 0px;
width: 100%;
height: 10px;
position: sticky;
z-index: 1;
}
.nav > li > a {
position: relative;
display: block;
}
.nav-tabs-newtourv2 > li > a:hover {
color: #307a55;
text-decoration: underline;
border-radius: 0;
}
.tab-container-newpagev2 {
margin-top: 50px;
}
.accordion-container {
max-width: 100%;
margin: auto;
}

.accordion-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}

.accordion-header h2 {
margin: 0;
font-size: 38px;
font-weight: 300;
}
.accordion-item {
border-bottom: 1px solid #eee;
padding: 25px 0;
}

.accordion-title {
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
font-weight: 600;
font-size: 22px;
color: #374040;
}
.accordion-title:hover {
color: #307a55;
font-weight: 600;
}
.accordion-title .icon {
position: relative; 
width: 38px;
height: 38px;
border: 2px solid #fff;
border-radius: 50%;
display: flex;
align-items: center;
background: #fff;
font-size: 14px;
flex-shrink: 0;
}

.accordion-item .accordion-title .icon:before {
content: "";
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 192 192' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath stroke='%23527752' stroke-width='12' d='M96 22a51.88 51.88 0 0 0-36.77 15.303A52.368 52.368 0 0 0 44 74.246c0 16.596 4.296 28.669 20.811 48.898a163.733 163.733 0 0 1 20.053 28.38C90.852 163.721 90.146 172 96 172c5.854 0 5.148-8.279 11.136-20.476a163.723 163.723 0 0 1 20.053-28.38C143.704 102.915 148 90.841 148 74.246a52.37 52.37 0 0 0-15.23-36.943A51.88 51.88 0 0 0 96 22Z'/%3E%3Ccircle cx='96' cy='74' r='20' stroke='%23527752' stroke-width='12'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
z-index: 2
}
/* .accordion-item .accordion-title .icon:before {
content: "";
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml,%3Csvg fill='%23F58321' width='24px' height='24px' viewBox='-2 -2 24 24' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin' class='jam jam-circle'%3E%3Cpath d='M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
z-index: 1;
} */
.accordion-title span {
flex: 1;
}

.accordion-title:after {
content: "";
transition: transform 0.3s;
margin-left: 10px;
width: 20px;
height: 20px;
background-image: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M0 0h48v48H0z' fill='none'/%3E%3Cg id='Shopicon'%3E%3Cpolygon points='24,29.172 9.414,14.586 6.586,17.414 24,34.828 41.414,17.414 38.586,14.586 '/%3E%3C/g%3E%3C/svg%3E");
}

.accordion-item.active .accordion-title:after {
transform: rotate(180deg);
}

.accordion-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease;
padding: 0 0 0 38px;
color: #374040;
line-height: 26px;
}
.mt-schedule.mt-faq {
padding-top: 60px;
}
.mt-schedule.mt-faq .accordion-content {
padding: 0 60px 0 0;
}
.accordion-item.active .accordion-content {
max-height: 2000px;
margin-top: 10px;
}

.mt-includes-excludes {
margin-top: 50px;
}

/* .accordion-item {
position: relative;
padding-left: 60px;
max-width: 100%;
margin: auto;
}
.accordion-item:before {
content: "";
position: absolute;
left: 34px; 
top: 0;
bottom: 0;
width: 2px;
background: #ddd;
z-index: 0;
} */
/* Container */
.toggle-all {
display: flex;
align-items: center;
font-size: 16px;
color: #585555;
cursor: pointer;
}
.switch {
position: relative;
display: inline-block;
width: 50px;
height: 26px;
margin-left: 15px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
transition: 0.4s;
border-radius: 26px;
}
.slider:before {
position: absolute;
content: "";
height: 20px;
width: 20px;
left: 3px;
bottom: 3px;
background-color: white;
transition: 0.4s;
border-radius: 50%;
}
.switch input:checked + .slider {
background-color: #007bff;
}

.switch input:checked + .slider:before {
transform: translateX(24px);
}




















/*---=================================
<!--Oxalis Service Area Css-->
==================================---*/
.service-area {
padding: 113px 0 125px;
background: url(../images/home1/service-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
}

.single-service-box {
position: relative;
overflow: hidden;
padding: 0 12px;
}

.service-content {
background: #f7f6ee;
padding: 35px 38px 159px;
border-radius: 5px;
position: relative;
z-index: 1;
transition: 0.5s;
}

.single-service-box:hover .service-content{
background: transparent;
}

.service-content:before {
position: absolute;
content: "";
width: 100%;
height: 0;
left: 0;
top: 0;
border: 2px solid #527752;
z-index: -1;
border-radius: 5px;
transition: 0.5s;
opacity: 0;
}

.single-service-box:hover .service-content:before{
height: 100%;
opacity: 1
}

.service-content:after {
position: absolute;
content: "";
width:0;
height: 7px;
left: 50%;
top: 0;
background: #527752;
z-index: -1;
border-radius: 5px 5px 0 0;
transition: 0.5s;
opacity: 0;
}

.single-service-box:hover .service-content:after {
width: 100%;
opacity: 1;
left: 0;
}

.service-content h4 {
font-size: 26px;
font-weight: 600;
margin: 23px 0 25px;
position: relative;
}

.service-content h4:before {
position: absolute;
content: "";
width: 34px;
height: 2px;
left: 0;
bottom: -13px;
background: #527752;
}

.service-content p {
font-size: 17px;
margin: 0;
}

.service-thumb img {
width: 100%;
padding: 0 43px;
margin-top: -132px;
position: relative;
z-index: 1;
}

.service-box-shape {
position: absolute;
right: 10px;
top: 12px;
}

.service-area .owl-nav {
position: relative;
}

.service-area .owl-prev {
position: absolute;
right: 84px;
top: -633px;
}

.service-area .owl-prev i {
background: #E6E7E9;
display: inline-block;
color: #222;
width: 55px;
height: 55px;
text-align: center;
line-height: 55px;
border-radius: 3px;
font-size: 18px;
transition: 0.5s;
}

.service-area .owl-prev i:hover{
background:#527752;
color:#fff;
}

.service-area .owl-next {
position: absolute;
right: 17px;
top: -633px;
}

.service-area .owl-next i {
background: #E6E7E9;
display: inline-block;
color: #222;
width: 55px;
height: 55px;
text-align: center;
line-height: 55px;
border-radius: 3px;
font-size: 18px;
transition: 0.5s;
}

.owl-next i:hover{
background:#527752;
color:#fff;
}







/*---=================================
<!--Oxalis Skill Area Css-->
==================================---*/

.skill-area {
background: #F6F6EE;
padding: 114px 0 110px;
}

.skill-area .section-title.left {
margin-bottom: 35px;
}

.skills-item {
display: inline-block;
margin-bottom: 34px;
}

.skills-item-content {
display: flex;
align-items: center;
gap: 18px;
background: #FFF;
padding: 18px 59px 18px 26px;
border-radius: 5px;
margin-right: 15px;
position: relative;
z-index: 1;
}

.skills-item-content:before{
position: absolute;
content: "";
width: 0;
height: 100%;
left: 0;
top: 0;
background: #47AD49;
z-index: -1;
transition: 0.5s;
}

.skills-item-content:hover:before{
width: 100%;
}

.skills-item-content::last-child {
margin-right: 0;
}

.skills-item-icon i {
background: #47AD49;
color: #fff;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 28px;
border-radius: 50%;
display: inline-block;
text-align: center;
transition: 0.5s;
}

.skills-item-content:hover .skills-item-icon i{
background:#fff;
color: #47AD49;
}

.skills-item-title h4 {
font-size: 20px;
font-weight: 500;
margin: 0;
transition: 0.5s;
}

.skills-item-content:hover .skills-item-title h4{
color:#fff;
}


.skills {
text-align: right;
}

.skills-content p {
font-size: 18px;
color: #001819;
font-weight: 600;
margin: 0;
margin-bottom: 13px;
}

.skill-bg {
background: #222;
width: 95%;
height: 8px;
border-radius: 4px;
}

span.number {
position: relative;
top: -38px;
left: 17px;
color: #001818;
display: inline-block;
font-weight: 600;
}

.html {
width: 80%;
background-color: #4CAF50;
display: inline-block;
animation: html5 2s ease-out;
height: 8px;
top: -8px;
position: relative;
left: 0px;
border-radius: 3px;
}

.css {
width: 70%;
background-color: #4CAF50;
display: inline-block;
animation: html5 2s ease-out;
height: 8px;
top: -8px;
position: relative;
left: 0px;
border-radius: 3px;

}

@keyframes html5 {
0% {
width: 0px;
}
100% {
width: 80%;
}
}

@keyframes css3 {
0% {
width: 0px;
}
100% {
width: 70%;
}
}

.skills-thumb {
position: relative;
left: 43px;
z-index: 1;
}

.skills-shape {
position: absolute;
top: 28px;
left: 22px;
animation: dance4 4s linear infinite;
}

@keyframes dance4 {
0% {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}

50% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}

100% {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}
}


.skills-shape-2 {
position: absolute;
right: 0;
bottom: 20px;
z-index: -1;
animation: dance4 4s linear infinite;
}

/*---=================================
<!--Oxalis Counter Area Css-->
==================================---*/
.counter-area {
background: url(../images/home1/counter-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
padding: 80px 0 150px;
}

.single-counter-box {
text-align: center;
margin-bottom: 20px;
}

.counter-content h4 {
font-size: 46px;
color: #fff;
display: inline-block;
margin-top: 20px;
}

.counter-content span{
font-size: 46px;
color: #fff;
display: inline-block;
font-weight: 700;
}

.counter-content p {
font-size: 20px;
font-weight: 500;
color: #fff;
margin: 3px 0 0;
}


/*---=================================
<!--Oxalis Counter Area Css-->
==================================---*/
#poress-row {
background: #F6F6EE;
margin-top: -93px;
position: relative;
z-index: 1;
}

#poress-row .section-title.left {
margin-bottom: 0;
}

.porcess-thumb {
position: relative;
left: -12px;
}

.process-left {
position: relative;
padding: 0 0 13px;
}

.process-shape {
position: absolute;
left: 257px;
bottom: -3px;
animation: dance3 4s linear infinite;
}


/*---=================================
<!--Oxalis Project Area Css-->
==================================---*/
.project-area {
background: url(../images/home1/project-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
padding: 556px 0 0;
margin-top: -444px;
padding-left: 281px;
}

.single-project-box {
margin-right: 21px;
}

.project-thumb img{
width: 100%;
}

.project-content {
background: #fff;
padding: 30px 34px 28px;
width: 88%;
border-left: 5px solid #49af45;
position: relative;
margin-top: -38px;
transition: 0.5s;
border-radius: 3px;
height: 117px;
}

.single-project-box:hover .project-content {
background: #001819;
height: 159px;
margin-top: -83px;
}

.project-content h4 {
color: #868681;
font-size: 16px;
font-weight: 500;
margin: 0 0 12px;
transition: 0.5s;
}

.single-project-box:hover .project-content h4{
color: #49af45;
}

.project-content a {
display: inline-block;
color: #001819;
font-size: 26px;
font-weight: 600;
transition: 0.5s;
}

.project-content a:hover{
color:#49af45 !important;
}

.single-project-box:hover .project-content a {
color: #fff;
}

a.project-button {
font-size: 17px !important;
display: inherit;
color: #fff;
font-weight: 500;
margin-top: 19px;
display: none;
transition: 0.5s;
}

a.project-button:hover{
color:#49af45 !important;
}

.single-project-box:hover a.project-button{
display: block;
} 

a.project-button  i {
display: inline-block;
color: #fff;
font-size: 22px;
position: relative;
top: 3px;
transition: 0.5s;
}

a.project-button:hover i{
color:#49af45 !important;
}

.project-shape {
position: absolute;
right: 14px;
bottom: 22px;
display: none;
transition: 0.5s;
}

.single-project-box:hover .project-shape{
display: block;
}

.project-area .owl-nav {
position: relative;
}

.project-area .owl-prev {
position: absolute;
right: 351px;
top: -633px;
}

.project-area .owl-prev i {
background: #E6E7E9;
display: inline-block;
color: #222;
width: 55px;
height: 55px;
text-align: center;
line-height: 55px;
border-radius: 3px;
font-size: 18px;
transition: 0.5s;
}

.project-area .owl-prev i:hover{
background:#527752;
color:#fff;
}

.project-area .owl-next {
position: absolute;
right: 281px;
top: -633px;
}

.project-area .owl-next i {
background: #E6E7E9;
display: inline-block;
color: #222;
width: 55px;
height: 55px;
text-align: center;
line-height: 55px;
border-radius: 3px;
font-size: 18px;
transition: 0.5s;
}

.project-area .owl-next i:hover{
background:#527752;
color:#fff;
}


/*---=================================
<!--Oxalis Process Area Two-->
==================================---*/
.process-area-two {
background: #F6F6EE;
padding: 192px 0 93px;
margin-top: -80px;
}

.process-area-two .section-title.center {
margin-bottom: 61px;
}

.single-process-box-two {
text-align: center;
padding: 0 46px 0;
position: relative;
margin-bottom: 25px;
}

.single-process-box-two:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
right: 84px;
top: 98px;
background: url(../images/home1/process-two-shape-1.png);
background-repeat: no-repeat;
}

.single-process-box-two.style-one:before{
background: transparent;
}

.single-process-box-two.style-three:before{
background: url(../images/home1/process-two-shape-2.png);
background-repeat: no-repeat;
}

.process-icon-thumb-two{
position: relative;
z-index: 1;
}

.process-icon-thumb-two:before {
position: absolute;
content: "";
width: 200px;
height: 200px;
left: 0;
right: 0;
top: 17px;
border: 2px dashed #527752;
border-radius: 50%;
margin: auto;
animation: rotateme 20s linear infinite;
z-index: -1;
}

@keyframes rotateme {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

.process-two-content {
z-index: 1;
position: relative;
}

.process-two-content h4 {
font-size: 24px;
font-weight: 700;
margin: 45px 0 15px;
}




/*---=================================
<!--Oxalis Testimonial Area-->
==================================---*/

.testimonial-area {
background: #fff;
padding: 111px 0 0;
position: relative;
z-index: 1;
overflow: hidden;
}

.testimonial-area .section-title.center {
margin-bottom: 0;
}

.single-testimonial-box {
filter: drop-shadow(0px 10px 30px rgba(179,179,179,0.2));
background-color: #ffffff;
border-radius: 5px;
padding: 34px 43px 32px;
position: relative;
margin: 66px 10px;
}

.testi-qutoe {
float: right;
position: relative;
top: 12px;
left: 0;
}

.testi-author {
display: flex;
align-items: center;
gap: 20px;
}

.testi-author-rating ul li {
display: inline-block;
color: #FFAA16;
font-size: 15px;
margin-right: 3px;
}

.testi-author-content h4 {
font-size: 22px;
font-weight: 600;
margin: 10px 0 9px;
}

.testi-author-content p {
font-size: 16px;
margin: 0;
}

p.testi-desc {
font-size: 18px;
line-height: 30px;
margin: 22px 0 17px;
}

.what-for-comment p {
color: #49af45;
font-size: 18px;
margin: 0;
font-weight: 500;
}



.testi-shape {
position: absolute;
top: -66px;
left: 24%;
animation: rotateme2 50s linear infinite;
z-index: -1;
}

@keyframes rotateme2 {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

.testi-shape-tow {
position: absolute;
top: 139px;
left: 11%;
animation: dance4 4s linear infinite;
}

.testi-shape-three {
position: absolute;
top: 51px;
left: 20%;
animation: dance 2s alternate infinite;
}

.testi-shape-four {
position: absolute;
top: 139px;
right: 11%;
animation: dance4 4s linear infinite;
}

.testi-shape-five {
position: absolute;
top: 51px;
right: 20%;
animation: dance 2s alternate infinite;
}

@keyframes dance {
0% {
-webkit-transform: scale(0.5);
}

100% {
-webkit-transform: scale(1.2);
}
}

/*---=================================
<!--Oxalis Brand Area-->
==================================---*/
.brand-area {
position: relative;
padding: 62px 0 0;
}

#brand-bg {
background: url(../images/home1/brand-bg.png);
background-repeat: no-repeat;
background-size: cover;
padding: 80px 0 66px;
text-align: center;
z-index: 1;
position: relative;
}

.brand-content h4 {
font-size: 24px;
color: #fff;
font-weight: 600;
margin: 0;
position: relative;
display: inline-block;
margin-bottom: 47px;
}

.brand-content h4:before {
position: absolute;
content: "";
width: 35px;
height: 1px;
right: -42px;
top: 17px;
background: #fff;
}

.brand-content h4:after {
position: absolute;
content: "";
width: 35px;
height: 1px;
left: -42px;
top: 17px;
background: #fff;
}

.single-brand-box {
text-align: center;
display: inline-block;
}

.single-shape {
position: absolute;
right: 184px;
top: -1px;
animation: dance3 4s linear infinite;
}

/*---=================================
<!--Oxalis Team Area-->
==================================---*/
.team-area {
padding: 192px 0 125px;
background: url(../images/home1/team-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
margin-top: -82px;
}

.team-area .section-title.center {
margin-bottom: 0;
}

.single-team-box {
text-align: center;
margin-top: -71px;
}

.single-team-thumb {
position: relative;
top: 124px;
z-index: 1;
}

.team-content {
background: #fff;
padding: 152px 0 38px;
position: relative;
}

.team-content:before{
position: absolute;
content: "";
width: 0;
height: 5px;
left: 50%;
bottom: 0;
background:#527752;
transition: 0.5s;
}

.single-team-box:hover .team-content:before{
width: 100%;
left: 0;
}

.team-content h4 {
font-size: 26px;
font-weight: 600;
margin: 0 0 11px;
}

.team-content p {
margin: 0;
color: #49af45;
font-size: 16px;
font-weight: 500;
}

.team-social-icon {
margin-top: 28px;
}

.team-social-icon ul li {
display: inline-block;
margin: 0 2px;
}

.team-social-icon ul li i {
border: 1px solid #d5dfda;
display: inline-block;
width: 34px;
height: 34px;
line-height: 34px;
border-radius: 50%;
color: #7d8d85;
position: relative;
z-index: 1;
transition: 0.5s;
}

.team-social-icon ul li i:after{
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background:#527752;
border-radius: 50%;
z-index: -1;
transform:scale(0);
transition: 0.5s;
}

.team-social-icon ul li i:hover:after{
transform: scale(1);
}

.team-social-icon ul li i:hover{
color: #fff;
}



/*---=================================
<!--Oxalis Blog Area-->
==================================---*/
.blog-area {
padding: 113px 0 103px;
}

.blog-area .echofy-button {
margin-top: 60px;
display: inline-block;
float: right;
}

.single-blog-box{
margin-bottom:20px ;
}

.single-blog-thumb{
overflow: hidden;
}

.single-blog-thumb img {
width: 100%;
transition: 0.5s;
}

.single-blog-box:hover .single-blog-thumb img {
transform: scale(1.2) skew(-10deg);
}

.blog-content {
border: 1px solid rgba(0,24,25,0.1);
padding: 27px 32px 28px;
}

.blog-content a {
font-size: 24px;
font-weight: 600;
display: inline-block;
color: #001819;
line-height: 32px;
transition: 0.5s;
}

.blog-content a:hover{
color: #527752;
}

.blog-content p {
margin: 14px 0 0px;
}

.blog-arthor {
display: flex;
align-items: center;
justify-content: space-between;
border: 1px solid rgba(0,24,25,0.1);
border-top: transparent;
padding: 13px 28px 14px;
border-radius: 0 0 5px 5px;
}

.blog-author-title span {
display: inline-block;
background: #527752;
width: 35px;
height: 35px;
border-radius: 50%;
text-align: center;
line-height: 35px;
color: #fff;
margin-right: 9px;
}

.blog-author-title h6 {
font-size: 16px;
margin: 0;
font-weight: 600;
}

.blog-button i {
font-size: 26px;
display: inline-block;
transition: 0.5s;
}

.blog-button i:hover{
color: #527752;
}



/*---=================================
<!--Oxalis Footer Area-->
==================================---*/
.footer-area {
background: url(../images/home1/footer-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
padding: 125px 0 0px;
}

/*.footer-social-address {
background: url(../images/home1/footer-social-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
padding: 49px 66px 55px;
border-radius: 5px;
}*/

.footer-social-address-content h4 {
font-size: 40px;
color: #fff;
margin: 0;
}

.footer-social-icon {
text-align: right;
}

.footer-social-icon ul li {
display: inline-block;
}

.footer-social-icon ul li.text {
color: #fff;
font-size: 18px;
font-weight: 600;
margin-right: 9px;
}

.footer-social-icon ul li i {
display: inline-block;
font-size: 16px;
border: 2px solid #fff;
color: #fff;
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
line-height: 40px;
margin: 0 3px;
position: relative;
z-index: 1;
transition: 0.5s;
}

.footer-social-icon ul li i:hover{
color:#49AE44;
} 

.footer-social-icon ul li i:after{
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background:#fff;
border-radius: 50%;
z-index: -1;
transform: scale(0);
transition: 0.5s;
} 

.footer-social-icon ul li i:hover:after{
transform: scale(1);
}

.footer-area .row.add-footer-class {
padding: 111px 0 0;
}

p.footer-desc {
margin: 24px 0 0;
color: #fff;
opacity: 0.6;
}

.footer-contect-info {
margin-top: 23px;
}

.footer-contact-info-title h4 {
color: #fff;
font-size: 18px;
font-weight: 500;
margin: 0;
padding-left: 30px;
position: relative;
}

.footer-contact-info-title h4:before {
position: absolute;
content: "";
width: 22px;
height: 2px;
left: 0;
top: 11px;
background: #49AE44;
}

.footer-contect-info ul li {
color: #fff;
margin-top: 18px;
}

.footer-contect-info ul li i {
color: #49AE44;
display: inline-block;
margin-right: 12px;
}

.footer-widget-title h4 {
font-size: 24px;
color: #fff;
font-weight: 600;
margin-bottom: 23px;
}

.footer-widget-menu ul li a {
display: inline-block;
color: #fff;
opacity: 0.6;
line-height: 40px;
font-size: 16px;
transition: 0.5s;
}

.footer-widget-menu ul li a:hover{
color: #49AE44;
opacity: 1;
}

.footer-widget-menu ul li i {
font-size: 16px;
color: #fff;
display: inline-block;
opacity: 0.6;
margin-right: 8px;
transition: 0.5s;
}

.footer-widget-menu ul li a:hover i{
color: #49AE44;
opacity: 1;
}

.single-newsletter-box input {
background: transparent;
width: 100%;
height: 60px;
border: 1px solid #ffffff47;
border-radius: 5px;
padding: 0 14px;
outline: 0;
color: #fff;
}

.single-newsletter-box input::placeholder{
color: #fff;
}

.single-newsletter-box button {
background-color: #49AE44;
width: 100%;
padding: 16px 0;
border: transparent;
margin-top: 16px;
font-size: 16px;
text-transform: uppercase;
color: #ffffff;
font-weight: 500;
border-radius: 5px;
}

.footer-bottom-area {
padding: 96px 0 33px;
}

.footer-bottom-area .row.footer-bottom {
border-top: 1px solid #ffffff3d;
padding-top: 18px;
}

.footer-bottom-content h4 {
font-size: 16px;
color: #fff;
font-weight: 400;
}

.footer-bottom-content a {
display: inline-block;
color: #527752;
}


/*---==============================================================
<!--Oxalis Home Two Area-->
===============================================================---*/
.top-header-area.home-two {
background-color: #001819;
border: transparent;
}

.home-two.header-area {
border: transparent;
margin-bottom: -92px;
}

.sticky.home-two.header-area {
background: transparent !important;
box-shadow: inherit;
}

.home-two.header-area .row.add-background {
background: #49AE44;
border-radius: 0 0 5px 5px;
padding: 0 15px;
}

.home-two.header-area .header-menu ul li {
display: inline-block;
margin-right: 45px;
}

.home-two.header-area .header-menu ul li a:hover{
color:#fff;
}

.home-two .header-secrch-icon i {
color: #fff;
}

.home-two .header-button a {
border: 1px solid #fff;
}

.header-sidbar-button {
display: inline-block;
}

.header-sidbar-button i {
font-size: 33px;
color: #fff;
display: inline-block;
cursor: pointer;
position: relative;
top: 8px;
margin-left: 22px;
}


/*---=================================
<!--Oxalis Hero Area Home Two-->
==================================---*/
.hero-area.home-two {
background: url(../images/home2/hero-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
height: 860px;
padding-top: 76px;
}

.home-two .hero-thumb {
position: relative;
top: -102px;
left: 16px;
}

.home-two .hero-content h4 {
display: inline-block;
}

.home-two .hero-content h4 img {
float: left;
margin-right: 10px;
}

.home-two .hero-content h1 {
color: #001819;
}

.home-two .hero-content p {
opacity: 0.700;
color: #001819;
width: 100%;
}

.home-two .hero-social-icon {
top: 38%;
}

.home-two .hero-social-icon ul li.text {
color: #001819;
}

.home-two .hero-social-icon ul li.text:before {
background:#001819;
}

.home-two .hero-social-icon ul li i {
color: #001819;
transition: 0.5s;
}

.home-two .hero-social-icon ul li i:hover{
color: #527752;
}

.hero-slides-2 .owl-dots {
display: none;
}

.home-two .hero-shape {
position: absolute;
top: 14px;
left: 0;
}


/*---=================================
<!--Oxalis About Area Home Two-->
==================================---*/

.home-two.about-area{
background: #fff;
}

.home-two.about-area .section-title.left {
margin-bottom: 33px;
}

.home-two .about-thumb {
position: relative;
left: -59px;
}

.home-two .about-video {
position: absolute;
right: 97px;
top: 98px;
z-index: 1;
}

.home-two .about-video:after {
position: absolute;
content: "";
width: 120px;
height: 120px;
left: -16px;
top: -15px;
background-color: rgba(0,24,25,0.2);
border-radius: 50%;
z-index: -1;
}

.home-two .about-video:before {
position: absolute;
content: "";
width: 150px;
height: 150px;
left: -31px;
top: -29px;
border: 3px dotted #527752;
border-radius: 50%;
z-index: -1;
animation: rotateme2 20s linear infinite;
}

@keyframes rotateme2 {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

.home-two .about-video i {
display: inline-block;
background: #49AE44;
color: #fff;
width: 90px;
height: 90px;
text-align: center;
font-size: 28px;
border-radius: 50%;
line-height: 81px;
border: 5px solid #fff;
position: relative;
}

.home-two .about-text a {
display: inline-block;
color: #49af45;
font-size: 20px;
font-weight: 500;
border-bottom: 2px solid #49af45;
margin-left: 20px;
}

.home-two p.about-desc {
margin: 37px 0 20px;
}

.home-two .about-list-item {
border-bottom: 1px solid #E6E7E9;
padding-bottom: 16px;
}

.home-two .about-list-item ul li {
font-size: 18px;
color: #001819;
font-weight: 500;
line-height: 41px;
}

.home-two .about-list-item ul li i {
background: #527752;
display: inline-block;
width: 20px;
height: 20px;
line-height: 20px;
border-radius: 50%;
color: #fff;
text-align: center;
font-size: 20px;
position: relative;
top: 1px;
margin-right: 16px;
}

.home-two .about-single-box {
display: flex;
align-items: center;
gap: 94px;
margin-top: 33px;
}

.home-two .about-author-box {
display: flex;
align-items: center;
gap: 20px;
}

.home-two .about-author-content h4 {
font-size: 20px;
margin: 0;
}

.home-two .about-author-content p {
color: #49af45;
margin-bottom: 0;
margin-top: 6px;
}

.home-two.about-area .echofy-button {
margin-top: 0;
display: inline-block;
}


/*---=================================
<!--Oxalis Servics Title Area Home Two-->
==================================---*/
.service-title-area {
background: url(../images/home2/services-title-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 112px 0 286px;
position: relative;
}

.service-title-area .section-title.center h1 {
color: #fff;
}

.services-shape-one {
position: absolute;
top: 26%;
left: 10%;
animation: dance2 4s linear infinite;
}

.services-shape-two {
position: absolute;
top: 26%;
right: 10%;
animation: dance2 4s linear infinite;
}


/*---=================================
<!--Oxalis Servics Area Home Two-->
==================================---*/

.service-area.home-two {
background: #F6F6EE;
padding: 113px 0 308px;
}

.home-two .row.service-up {
margin-top: -394px;
}

.single-service-box {
position: relative;
padding: 10px;
}

.home-two .service-thumb{
overflow: hidden;
}

.home-two .service-thumb img {
width: 100%;
padding: 0;
margin-top: 0;
transition: 0.5s;
}

.home-two .single-service-box:hover .service-thumb img{
transform: scale(1.1);
}

.home-two .service-content {
background: #fff;
padding: 64px 38px 23px;
position: relative;
}

.home-two  .services-icon {
position: absolute;
top: -16%;
left: 27px;
}

.home-two .service-content a {
display: inline-block;
font-size: 26px;
font-weight: 600;
position: relative;
transition: 0.5s;
}

.home-two .service-content a:hover{
color: #49AE44;
}

.home-two .service-content a:before {
position: absolute;
content: "";
width: 30px;
height: 2px;
bottom: -20px;
left: 0;
background: #49AE44;
}

.home-two .service-content p {
margin: 36px 0 16px;
border-bottom: 1px solid rgba(0,24,25,0.10);
padding-bottom: 24px;
}

.home-two .service-button a {
display: inline-block;
font-size: 16px !important;
display: flex;
justify-content: space-between;
align-items: center;
}

.home-two .service-button a:before{
background: transparent;
}

.home-two .service-button i {
display: inline-block;
font-size: 24px;
border-radius: 50%;
color: #111111;
width: 44px;
height: 44px;
text-align: center;
line-height: 44px;
transform: rotate(-45deg);
position: relative;
border: 1px solid rgba(0,24,25,0.10);
transition: 0.5s;
}

.home-two .service-button a:hover i{
background:#49AE44;
color:#fff;
}

/*coustomise-home-1-css*/
.home-two .single-service-box:hover .service-content {
background: #fff;
}

.home-two .service-content:before{
border: transparent;
}

.home-two .service-content:after{
background: transparent;
}

.service-list-2 .owl-dots {
text-align: center;
position: relative;
top: 45px;
left: 0;
}

.service-list-2 .owl-dot {
background: #C5CAC3;
width: 10px;
height: 10px;
border-radius: 50%;
display: inline-block;
margin: 0 6px;
}

.service-list-2 .owl-dot.active{
background:#49AE44;
position: relative;
}

.service-list-2 .owl-dot.active:before {
position: absolute;
content: "";
width: 20px;
height: 20px;
left: -5px;
top: -5px;
border: 1px solid #49AE44;
border-radius: 50%;
}


/*---=================================
<!--Oxalis Counter Area Home Two-->
==================================---*/

.home-two.counter-area {
background: transparent;
padding: 0;
}

.home-two .row.fade-de {
background: url(../images/home2/counter-bg.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
padding: 85px 45px 55px;
border-radius: 5px;
position: relative;
margin: -144px 0;
}

.home-two.counter-area .section-title.left h1 {
font-size: 41px;
line-height: 40px;
color: #fff;
}

.home-two .single-counter-box {
text-align: left;
margin-bottom: 20px;
display: flex;
gap: 29px;
align-items: center;
}

.home-two .counter-content h4 {
margin-top: 0;
}


/*---=================================
<!--Oxalis Project Area Home Two-->
==================================---*/
.project-area.home-two {
background: #fff;
margin-top: 0;
padding: 256px 0 167px;
}

.home-two .single-project-box {
margin-right: 21px;
position: relative;
overflow: hidden;
}

.home-two .project-content {
background: #EEF0EB;
padding: 30px 34px 28px;
width: 60%;
border-left: 0;
border-bottom: 5px solid #49af45;
position: relative;
margin-top: 0;
transition: 0.5s;
border-radius: 3px;
height: 117px;
position: absolute;
bottom: -166px;
left: 36px;
}

.home-two .single-project-box:hover .project-content {
background:#EEF0EB;
height: 117px;
margin-top: 0px;
bottom: 0;
}

.home-two .project-content h4 {
color: #49af45;
margin: 0 0 7px;
}

.home-two .single-project-box:hover .project-content a {
color: #001819;
}

.home-two .project-content i {
background: #49AE44;
width: 40px;
height: 40px;
display: inline-block;
text-align: center;
line-height: 40px;
border-radius: 50%;
transform: rotate(-46deg);
color: #fff;
position: relative;
left: 54px;
top: -15px;
}


.home-two .project-thumb img {
width: auto;
}

.project-list-2 .owl-dots {
text-align: center;
position: relative;
top: 45px;
left: 0;
}

.project-list-2 .owl-dot {
background: #C5CAC3;
width: 10px;
height: 10px;
border-radius: 50%;
display: inline-block;
margin: 0 6px;
}

.project-list-2 .owl-dot.active{
background:#49AE44;
position: relative;
}

.project-list-2 .owl-dot.active:before {
position: absolute;
content: "";
width: 20px;
height: 20px;
left: -5px;
top: -5px;
border: 1px solid #49AE44;
border-radius: 50%;
}


/*---=================================
<!--Oxalis Faqs Area Home Two-->
==================================---*/
/*.faqs-area {
background: url(../images/home2/faqs-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
padding: 124px 0 196px;
overflow: hidden;
}*/

.faqs-left {
position: relative;
}

.faqs-area .section-title.left {
margin-bottom: 36px;
}

.faqs-area .echofy-button {
margin-top: 0;
display: inline-block;
}

.faqs-container{
overflow: hidden;
}

.faq-singular {
position: relative;
background: #ffff;
margin-bottom: 10px;
}

.faq-singular.active:before {
position: absolute;
content: "";
width: 100%;
height: 63px;
left: 0;
top: 0;
background: #49AE44;
z-index: 1;
border-radius: 5px 5px 0 0;
transition: 0.5s;
}

.faq-singular.active .faq-question{
color: #fff;
}

.faq-singular .faq-question:before {
position: absolute;
content: ">";
right: 30px;
top: 50%;
transform: translateY(-50%);
font-weight: 400;
transition: 0.5s;
}

.faq-singular.active .faq-question:before {
transform: translateY(-50%) rotate(87deg);
color: #fff;
}

.faq-question:after {
position: absolute;
content: "";
width: 2px;
height: 24px;
left: 71px;
top: 20px;
background: #cccccc9e;
transition: 0.5s;
}

.faq-singular.active .faq-question:after{
background:#fff;
}

.faq-question img {
padding-right: 27px;
transition: 0.5s;
}

.faq-singular.active .faq-question img {
filter: brightness(0) invert(1);
}

.faq-answer {
display: none;
padding: 0px 30px 20px 0px;
}

.faqs-shape {
position: absolute;
left: 240px;
bottom: -43px;
animation: dance3 4s linear infinite;
}

.faqs-shape-2 {
position: absolute;
top: -103px;
right: 13px;
animation: dance3 4s linear infinite;
}


/*---=================================
<!--Oxalis Brand Area Home Two-->
==================================---*/
.brand-area.home-two {
padding: 100px 0 87px;
}

.home-two .single-brand-box {
text-align: center;
display: block;
}

.brand-area.home-two .owl-carousel .owl-item img {
display: inline-block;
text-align: center;
}


/*---===============================================
<!--Oxalis Donatione Title Area Home Two-->
===================================================---*/
.donation-title-area {
background: url(../images/home2/services-title-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 109px 0 294px;
position: relative;
}

.donation-title-area .section-title.center h1 {
color: #ffff;
}

.donation-shape-one {
position: absolute;
top: 26%;
left: 10%;
animation: dance2 4s linear infinite;
}

.donation-shape-two {
position: absolute;
top: 26%;
right: 10%;
animation: dance2 4s linear infinite;
}

/*---=================================
<!--Oxalis Donatione Area Home Two-->
==================================---*/
.donation-area {
background-color: #f1faf0;
padding: 4px 0 125px;
}

.donation-area .row.donate {
margin-top: -282px;
}

.single-donation-box {
margin: 0 12px;
}

.donation-thumb{
position: relative;
}

.donation-thumb img {
width: 100%;
transition: 0.5s;
}

.single-donation-box:hover .donation-thumb img{
opacity: 0.5;
} 

.donate-button {
position: absolute;
bottom: 0px;
left: 32%;
opacity: 0;
transition: 0.5s;
}

.single-donation-box:hover .donate-button {
bottom: 114px;
opacity: 1;
}

.donate-button a {
display: inline-block;
background: #49AE44;
color: #fff;
font-size: 16px;
padding: 11px 23px;
border-radius: 5px;
}

.donation-content {
background: #fff;
padding: 26px 35px 23px;
}

.donation-content a {
display: inline-block;
color: #001819;
font-size: 24px;
font-weight: 600;
line-height: 30px;
transition: 0.5s;
}

.donation-content a:hover{
color:#49AE44 ;
}

.donation-content p {
margin: 19px 0 39px;
}

.donation-area .skill-bg {
background: #DCEFDB;
width: 100%;
}

.donation-area span.number {
top: -31px;
color: #001819;
}

.donation-area .skills.html.style-one {
width: 75%;
}

.donation-area .skills.html.style-two {
width: 60%;
}

.slider-content {
display: flex;
justify-content: space-between;
}

.slider-content span {
display: inline-block;
color: #868681;
}

span.price {
font-size: 16px;
color: #001819 !important;
display: inline-block;
font-weight: 500;
}



/*---=================================
<!--Oxalis Testimonial Area Home Two-->
==================================---*/
.home-two.testimonial-area {
background:url(../images/home2/testi-bg.jpg);
background-repeat: no-repeat;
background-size:cover;
background-position: center center;
padding: 100px 0 100px;
} 

.home-two.testimonial-area .section-title.left {
margin-bottom: 0;
}

.home-two.testimonial-area .single-testimonial-box {
filter: blur(0);
background-color: #F6F6EE;
margin: 45px 10px;
}

.home-two.testimonial-area .owl-prev {
display: inline-block;
margin-right: 11px;
}

.home-two.testimonial-area .owl-prev i {
display: inline-block;
border: 1px solid #E6E7E9;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
border-radius: 3px;
color: #000000;
transition: 0.5s;
}

.home-two.testimonial-area .owl-prev i:hover{
background:#49AE44;
color: #fff;
}

.home-two.testimonial-area .owl-next {
display: inline-block;
}

.home-two.testimonial-area .owl-next i {
display: inline-block;
border: 1px solid #E6E7E9;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
border-radius: 3px;
color: #000000;
transition: 0.5s;
}

.home-two.testimonial-area .owl-next i:hover{
background:#49AE44;
color: #fff;
}

.home-two.testimonial-area .testi-shape {
position: absolute;
top: -66px;
left: 41%;
animation: rotateme2 50s linear infinite;
z-index: -1;
}


/*---=================================
<!--Oxalis Marquee Area Home Two-->
==================================---*/

.home-two.marquee {
display: flex;
overflow: hidden;
min-width: fit-content;
grid-column-gap: 1rem;
background-color: #49AE44;
padding: 57px 0 58px;
}
.home-two .marquee-content {
display: flex;
justify-content: space-around;
flex: 0 0 auto;
grid-column-gap: 1rem;
width: fit-content;
}
.scroll {
animation: scroll 10s linear infinite;
}
@keyframes scroll {
from { transform: translateX(0); }
to { transform: translateX(calc(-100% - 1rem)); }
}
.text-block {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
color: #fff;
-webkit-text-stroke-width: 2px;
color: transparent;
-webkit-text-stroke-color: #fff;
font-size: 4vw;
line-height: 1;
font-weight: 900;
text-transform: uppercase;
}
.reverse {
animation-direction: reverse;
}


/*---=================================
<!--Oxalis Footer Area Home Two-->
==================================---*/

.home-two.footer-area .echofy-button {
margin-top: 0;
display: inherit;
text-align: right;
}

.home-two.footer-area .echofy-button a {
border: 1px solid #fff;
background: transparent;
}

.home-two p.footer-desc {
width: 70%;
margin: 32px 0 0;
}

.home-two .footer-subscribe {
margin-top: 40px;
}

.home-two .single-newsletter-box {
position: relative;
}

.home-two .single-newsletter-box input {
background: transparent;
width: 83%;
height: 60px;
border: 1px solid #ffffff47;
border-radius: 5px;
padding: 0 14px;
outline: 0;
color: #fff;
}

.home-two .single-newsletter-box button {
background-color: transparent;
padding: 0;
border: transparent;
margin-top: 0;
text-transform: uppercase;
font-weight: 500;
border-radius: 0;
}

.home-two .single-newsletter-box button i {
display: inline-block;
float: right;
top: -44px;
width: 55%;
position: relative;
font-size: 26px;
color: #49AE44;
}

.home-two .footer-widget-social-icon ul li {
display: inline-block;
margin-right: 18px;
}

.home-two .footer-widget-social-icon ul li i {
display: inline-block;
color: #fff;
font-size: 16px;
transition: 0.5s;
}

.home-two .footer-widget-social-icon ul li i:hover{
color: #49AE44;
}

.home-two .footer-widget-blog {
display: flex;
align-items: center;
gap: 18px;
margin-bottom: 27px;
}

.home-two .footer-widget-blog-content a {
display: inline-block;
font-size: 19px;
color: #fff;
font-weight: 500;
line-height: 29px;
transition: 0.5s;
}

.home-two .footer-widget-blog-content a:hover{
color: #49AE44;
}

.home-two .footer-widget-blog-content p {
font-size: 14px;
color: #fff;
opacity: 0.5;
margin: 4px 0 0;
padding-left: 20px;
position: relative;
}

.home-two .footer-widget-blog-content p:before {
position: absolute;
content: "";
width: 8px;
height: 8px;
left: 0;
top: 9px;
background: #fff;
opacity: 0.5;
border-radius: 50%;
}

.home-two .footer-widget-title h4 {
font-size: 24px;
color: #fff;
font-weight: 600;
margin-bottom: 43px;
}

.home-two .footer-widget-info {
display: flex;
gap: 20px;
margin-bottom: 19px;
}

.home-two .footer-widget-info-icon i {
display: inline-block;
background: #1E352B;
width: 45px;
height: 45px;
text-align: center;
border-radius: 50%;
line-height: 45px;
color: #fff;
margin-top: 7px;
position: relative;
}

.home-two .footer-widget-info-icon i:after {
position: absolute;
content: "";
width: 48px;
height: 48px;
left: -2px;
top: -2px;
border: 1px dashed #fff;
border-radius: 50%;
opacity: 0.5;
animation: rotateme2 20s linear infinite;
transition: 0.5s;
}

.home-two .footer-widget-info:hover .footer-widget-info-icon i:after{
opacity: 1;
}

.home-two .footer-widget-info-content h4 {
font-size: 16px;
color: #fff;
font-weight: 500;
margin: 0 0 5px;
}

.home-two .footer-widget-info-content p {
margin: 0;
color: #fff;
opacity: 0.6;
font-size: 14px;
width: 100%;
}





/*---=====================================================================================
<!--Strat Oxalis Home Three-->
========================================================================================---*/
.home-three.header-area {
border-bottom: transparent;
z-index: 1;
position: relative;
padding: 0 88px;
}

.home-three .header-menu ul li {
margin-right: 52px;
}

.home-three .header-menu ul li a {
text-transform: uppercase;
font-size: 16px;
}

.home-three .header-button {
margin-right: 35px;
}

.home-three .header-button a {
display: inline-block;
background: #527752;
padding: 14px 47px;
color: #fff;
font-weight: 500;
border-radius: 5px;
margin-left: 0;
text-transform: uppercase;
}

.home-three .header-button i {
color: #fff;
display: inline-block;
position: relative;
left: 12px;
top: 1px;
}

.home-three .header-secrch-icon i {
display: inline-block;
color: #fff;
font-size: 16px;
border-bottom: 1px solid #49af454a;
width: 206px;
position: relative;
}


/*---=================================
<!--Oxalis Text Area Home Three-->
==================================---*/

.home-three.text-area {
background: url(../images/home3/text-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 242px 0 111px;
}

.home-three .text-area-content h1 {
font-size: 60px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
margin: 0;
}

.home-three .text-area-content p {
font-size: 17px;
opacity: 0.7;
color: #fff;
width: 72%;
margin: auto;
margin-top: 16px;
}




/*---=================================
<!--Oxalis Hero Area Home Three-->
==================================---*/

.home-three.hero-area {
background: url(../images/home3/hero-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
height: 550px;
padding-top: 207px;
}

.home-three .hero-content h2 {
font-size: 37px;
color: #fff;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 30px;
}

.style-two.echofy-button {
margin-top: 28px;
}

.style-two.echofy-button a {
display: inline-block;
background: #527752;
color: #fff;
font-size: 15px;
font-weight: 400;
padding: 15px 40px;
border-radius: 5px;
text-transform: uppercase;
transition: 0.5s;
}

.style-two.echofy-button a:hover{
color: #527752;
}

.style-two.echofy-button i {
display: inline-block;
color: #fff;
font-size: 18px;
position: relative;
left: 4px;
top: 1px;
transition: 0.5s;
}

.style-two.echofy-button a:hover i{
color: #527752;
}




/*---=================================
<!--Oxalis About Area Home Three-->
==================================---*/
.home-three.about-area{
background: #fff;
}

.home-three.about-area .section-title.left {
margin-bottom: 42px;
}

.home-three .about-thumb {
position: relative;
left: -48px;
}

/*bootstrap-tab-coustomaize*/

.home-three .nav-link {
display: block;
color: #001819;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
background-color: #f6f7f9 !important;
padding: 12px 32px;
margin-right: 20px;
}

.home-three .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
color: #ffff;
background-color: #527752 !important;
border-radius: 5px;
}

.home-three .about-desc p {
width: 90%;
margin-bottom: 18px;
margin-top: 41px;
}

.home-three .single-about-item {
display: flex;
align-items: center;
gap: 88px;
}

.home-three .about-list-item ul li {
color: #001819;
font-weight: 600;
margin-bottom: 11px;
}

.home-three .about-list-item ul li img {
margin-right: 10px;
position: relative;
}






/*section-title-home-three*/
.home-three .section-title span {
display: inline-block;
background: #527752;
color: #fff;
padding: 6px 9px;
border-radius: 5px;
font-weight: 700;
font-size: 16px;
margin-right: 6px;
}

.home-three .section-title h4 {
font-weight: 700;
}




/*---================================================
<!--Oxalis service Title Area Home Three-->
===================================================---*/
.home-three.service-title-area {
background: #F6F7F9;
padding: 112px 0 14px;
}

.home-three.service-title-area .section-title.center h1 {
color: #001819;
}


.home-three.services-area {
padding: 13px 0 117px;
}

.home-three.services-area .row.add-background {
background: #F6F7F9;
padding: 0 30px 39px;
margin-top: -13px;
}

.home-three .single-service-box {
text-align: center;
background: #fff;
padding: 50px 22px 49px;
}

.home-three .services-icon-thumb {
background:#F6F7F9;
width: 82px;
height: 82px;
line-height: 82px;
border-radius: 50%;
margin: auto;
position: relative;
}

.home-three .services-icon-thumb:before{
position: absolute;
content: "";
width: 82px;
height: 82px;
left: 0;
top: 0;
background:#49AE44;
border-radius: 50%;
transform: scale(0);
transition: 0.5s;
}

.home-three .single-service-box:hover .services-icon-thumb:before{
transform: scale(1);
}

.home-three .services-icon-thumb img{
transition: 0.5s;
}

.home-three .single-service-box:hover .services-icon-thumb img{
filter: brightness(0) invert(1);
}

.home-three .services-content h4 {
font-size: 20px;
text-transform: uppercase;
margin: 32px 0 12px;
}

.home-three .services-button a {
display: inline-block;
background: #49AE44;
color: #fff;
text-transform: uppercase;
padding: 8px 28px;
border-radius: 5px;
font-weight: 500;
margin-top: 18px;
position: relative;
z-index: 1;
}

.home-three .services-button a:before{
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background:#001719;
border-radius: 5px;
transform: scale(0);
transition: 0.5s;
z-index: -1;
}

.home-three .single-service-box:hover .services-button a:before{
transform: scale(1);
}

.home-three.services-area.echofy-button {
margin-top: 58px;
}


/*---================================================
<!--Oxalis Counter Area Home Three-->
===================================================---*/
.home-three.counter-area {
background: url(../images/home3/counter-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
padding: 116px 0 117px;
}

.home-three.counter-area .section-title.left {
margin-bottom: 36px;
}

.home-three.counter-area .section-title.left h1 {
color: #fff;
}

.home-three .single-rating-box {
display: flex;
align-items: center;
gap: 32px;
}

.note-livecam{
padding:200px 0;
}
@media (min-width: 320px) and (max-width: 479px) {
.note-livecam{
padding:30px 0 !important;
}
}

.home-three .average-rating h4 {
background: #527752;
display: inline-block;
color: #fff;
font-size: 20px;
font-weight: 700;
padding: 8px 25px;
border-radius: 5px;
margin: 0;
}

.home-three .rating-content h4 {
color: #fff;
font-size: 20px;
margin: 0;
}

.home-three .rating-content p {
margin: 5px 0 0;
font-size: 15px;
}

.home-three .single-counter-box {
text-align: center;
margin-bottom:0;
border: 1px solid  #9ea1a56b;
padding: 14px 0 40px;
border-radius: 5px;
}

.home-three .counter-content p {
font-size: 20px;
font-weight: 400;
margin: 3px 0 0;
color: #9ea1a5;
}


/*---================================================
<!--Oxalis Project Area Home Three-->
===================================================---*/
.home-three.project-area {
background: #fff;
background-repeat: no-repeat;
background-size: cover;
padding: 112px 0 122px;
margin-top: 0;
padding-left: 0px;
}

.home-three.project-area .section-title.left {
margin-bottom: 70px;
}

.home-three.project-area .style-two.echofy-button {
float: right;
margin-top: 44px;
}

.home-three .single-project-box {
margin-right: 21px;
position: relative;
overflow: hidden;
}

.home-three .single-project-content {
background: url(../images/home3/project-content-bg.png);
background-repeat: no-repeat;
background-size: cover;
padding: 20px 30px 19px;
position: absolute;
width: 92%;
bottom: -170px;
right: 0;
left: 0;
margin: auto;
border-radius: 5px;
transition: 0.5s;
}

.home-three .single-project-box:hover .single-project-content{
bottom: 19px;
}

.home-three .single-project-content a {
display: inline-block;
font-size: 25px;
font-weight: 700;
color: #fff;
}

.home-three .single-project-content p {
font-size: 15px;
margin: 0;
color: #fff;
text-transform: uppercase;
margin-top: 5px;
}

.home-three.project-area .container-fluid {
margin: 0 0 0 290px;
}


/*---================================================
<!--Oxalis Skill Area Home Three-->
===================================================---*/
.home-three.skill-area {
background: url(../images/home3/skills-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
padding: 112px 0 96px;
background-position: center;
}

.home-three.skill-area p.section-desc {
width: 100%;
}

.home-three .skill {
margin-bottom: 10px;
position: relative;
overflow-x: hidden;
}

.home-three .skill > p {
font-size: 15px;
font-weight: 700;
color: #1a1716;
margin: 0;
text-transform: uppercase;
padding-bottom: 10px;
}

.home-three .skill:before {
width: 93%;
height: 6px;
content: "";
display: block;
position: absolute;
background: #EEEEEE;
bottom: 20px;
}

.home-three .skill-bar {
width: 74%;
height: 6px;
background: #48AF45;
display: block;
position: relative;
}

.home-three .skill-bar span {
font-size: 15px;
/* padding: 3px 0; */
font-weight: 700;
float: right;
top: -35px;
position: relative;
color: #001819;
}

.home-three .skill-bar {
position: relative;

}

.home-three .skill1 .skill-count1 {
right: 0;
}

/* SKILL 2 */
.home-three .skill2 {
width: 65%;
}

.home-three .skill2 .skill-count2 {
right: 0;
}

.home-three .solar-video {
position: relative;
}

.home-three .vedio-content {
position: absolute;
top: 53%;
left: 13%;
}

.home-three .vedio-content a {
display: inline-block;
font-size: 30px;
text-transform: uppercase;
color: #527752;
font-weight: 500;
background: #fff;
width: 70px;
height: 70px;
text-align: center;
line-height: 74px;
border-radius: 50%;
position: relative;
}

.home-three .vedio-content a:before {
position: absolute;
content: "";
width: 100px;
height: 100px;
top: -16px;
left: -15px;
border-radius: 50%;
border: 1px solid #fff;
-webkit-animation: ripple 1.6s ease-out infinite;
-moz-animation: ripple 1.6s ease-out infinite;
}

@keyframes ripple {
0%, 35% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 1; }
50% {
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
transform: scale(1.5);
opacity: 0.8; }
100% {
opacity: 0;
-webkit-transform: scale(2);
-moz-transform: scale(2);
-ms-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
}
}



/*---================================================
<!--Oxalis Testimonial Area Home Three-->
===================================================---*/
.home-three.testimonial-area {
background: url(../images/home3/testi-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 112px 0 124px;
}

.home-three.testimonial-area .section-title.center {
margin-bottom: 60px;
}

.home-three.testimonial-area .section-title.center h1 {
color: #fff;
}

.home-three .single-testi-box {
border: 1px solid #ffffff47;
border-radius: 5px;
padding: 56px 37px 33px;
position: relative;
margin: 47px 13px 0;
}

.home-three .testi-thumb {
position: absolute;
top: -47px;
left: 38px;
}

.home-three .testi-content p {
font-size: 16px;
font-style: italic;
color: #fff;
border-bottom: 1px solid #ffffff54;
margin-bottom: 36px;
padding-bottom: 33px;
}

.home-three .testi-rating-box {
display: flex;
justify-content: space-between;
align-items: center;
}

.home-three .testi-rating-star ul li {
display: inline-block;
margin-right: 4px;
}

.home-three .testi-rating-star ul li i {
display: inline-block;
color: #527752;
font-size: 18px;
}

.home-three .testi-rating-content span {
display: inline-block;
color: #fff;
}


/*---================================================
<!--Oxalis Faqs Area Home Three-->
===================================================---*/
.home-three.faqs-area {
background: #fff;
padding: 120px 0 122px;
}

.home-three.faqs-area .section-title.left {
margin-bottom: 63px;
}

.home-three .faq-singular {
background: #F6F7F9;
}

.home-three .faqs-thumb {
position: relative;
left: 85px;
top: 0;
}

/*---================================================
<!--Oxalis Blog Area Home Three-->
===================================================---*/
.home-three.blog-area {
background: #F5F7F9;
}

.home-three.blog-area .section-title.center {
margin-bottom: 62px;
}

.single-blog-box {
margin-bottom: 20px;
}

.home-three .blog-thumb{
overflow: hidden;
}

.home-three .blog-thumb img {
width: 100%;
transform: scale(1.2);
transition: 0.5s;
}

.home-three .single-blog-box:hover .blog-thumb img{
transform: scale(1);
}

.home-three .blog-content {
border: transparent;
padding: 37px 32px 39px;
background: #fff;
}

.home-three .meta-blog {
margin-bottom: 15px;
}

.home-three .meta-blog i {
display: inline-block;
color: #527752;
margin-right: 4px;
}

.home-three .meta-blog span {
font-size: 16px;
display: inline-block;
font-weight: 500;
margin-right: 39px;
}

.home-three .blog-title a {
font-size: 24px;
font-weight: 700;
display: inline-block;
color: #001819;
line-height: 33px;
transition: 0.5s;
}

.home-three .blog-title a:hover{
color: #527752;
}

.home-three .blog-button a {
display: inline-block;
font-size: 15px;
background: #F6F7F9;
color: #49AE44;
padding: 9px 32px;
text-transform: uppercase;
font-weight: 500;
margin-top: 36px;
transition: 0.5s;
}

.home-three .blog-button a:hover{
background:#49AE44;
color: #fff;
}

.home-three .blog-button i {
display: inline-block;
font-size: 16px;
position: relative;
left: 5px;
top: 1px;
transition: 0.5s;
}

.home-three .blog-button a:hover i{
color:#fff;
}


/*---================================================
<!--Oxalis Footer Area Home Three-->
===================================================---*/
.home-three.footer-area {
background: url(../images/home3/footer-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 120px 0 0px;
}

.home-three .subscribe-area {
border-bottom: 1px solid #9ea1a52b;
padding-bottom: 65px;
margin-bottom: 87px;
}

.home-three .subscribe-content h4 {
color: #fff;
font-size: 25px;
margin: 0;
}

.home-three .subscribe-content p {
font-size: 15px;
color: #9ea1a5;
margin: 10px 0 0;
}

.home-three .subscribe-box input {
background: transparent;
border: 1px solid #9ea1a54a;
width: 73%;
height: 56px;
padding: 0 16px;
color: #fff;
outline: 0;
border-radius: 3px;
}

.home-three .subscribe-box button {
background: #527752;
border: transparent;
color: #fff;
text-transform: uppercase;
font-size: 15px;
font-weight: 500;
padding: 15px 24px;
position: relative;
float: right;
left: -6px;
border-radius: 0 3px 3px 0;
}

.home-three p.footer-desc {
margin: 24px 0 0;
color: #fff;
opacity: 0.6;
width: 80%;
}

.home-three .footer-social-icon {
text-align: left;
margin-top: 31px;
}

.home-three .footer-social-icon ul li i {
display: inline-block;
font-size: 14px;
border: 1px solid #9ea1a52b;
color: #fff;
width: 40px;
height: 40px;
border-radius: 3px;
text-align: center;
line-height: 40px;
margin: 0 3px;
position: relative;
z-index: 1;
transition: 0.5s;
}

.home-three .footer-social-icon ul li i:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #527752;
border-radius: 3px;
z-index: -1;
transform: scale(0);
transition: 0.5s;
}

.home-three .footer-social-icon ul li i:hover:after{
transform: scale(1);
}

.home-three .footer-widget-menu ul li strong {
color: #ffff;
}

.home-three .footer-widget-menu.contact ul li {
margin-bottom: 18px;
}

.home-three .footer-bottom-area {
padding: 31px 0 11px;
border-top: 1px solid #ffffff36;
margin-top: 94px;
}

/*---================================================
<!--Oxalis Strat Home Four Css-->
===================================================---*/


.home-four .top-header-info ul li {
display: inline-block;
color: #868681;
margin-right: 29px;
}

.home-four .top-header-contact span {
display: inline-block;
color: #868681;
}

.home-four .top-header-social-icon ul li i {
color: #868681;
font-size: 15px;
padding-left: 14px;
transition: 0.5s;
}

.home-four.header-area {
border-bottom: transparent;
z-index: 9;
position: relative;
margin-bottom: 0;
}

.home-four.header-area .container-fluid {
padding: 0;
}

.home-four .header-logo a {
display: inline-block;
position: relative;
background: #527752;
text-align: center;
padding: 18px 66px;
}

.home-four .header-menu ul li a {
display: inline-block;
color: #0e3d60;
padding: 27px 0;
font-size: 16px;
font-weight: 400;
transition: 0.5s;
}

.sticky.home-four .header-menu ul li a{
color:#fff;
}

.sticky.home-four .header-menu ul li .sub-menu li a {
color: #1e1e1e;
}

.home-four .col-lg-4.add-class {
text-align: right;
}

.home-four .header-cart-button {
display: inline-block;
position: relative;
top: -10px;
}

.home-four .header-cart-button:before {
position: absolute;
content: "";
width: 2px;
height: 15px;
right: -25px;
top: 5px;
background: #49af45;
}

.home-four .header-cart-button i{
display: inline-block;
color: #49af45;
}

.home-four .header-secrch-icon {
display: inline-block;
position: relative;
top: -9px;
}

.home-four .header-secrch-icon i {
display: inline-block;
color: #49af45;
font-size: 16px;
margin: 0 45px;
}

.home-four .header-sidbar {
display: inline-block;
}

.home-four .header-sidbar i {
display: inline-block;
background: #527752;
color: #fff;
height: 80px;
width: 82px;
text-align: center;
line-height: 82px;
font-size: 45px;
}



/*---================================================
<!--Oxalis Strat Hero Area Home Four Css-->
===================================================---*/

.home-four.hero-area {
background: url(../images/home4/hero-bg.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
height: 800px;
padding-top: 0;
position: relative;
}

.home-four .hero-content{
position: relative;
z-index: 1;
}

.home-four .hero-content img {
padding-right: 7px;
}

.home-four .hero-content h4 {
color: #4baf45;
font-size: 16px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 19px;
text-decoration: underline;
}

.home-four .hero-content h1 {
font-size: 85px;
font-weight: 900;
line-height: 85px;
color: #001819;
}

.home-four .hero-content p {
opacity: 1;
font-size: 16px;
line-height: 26px;
color: #868681;
font-weight: 400;
width: 83%;
margin: 29px 0 0;
}

.home-four h2.solar-text {
-webkit-text-stroke-width: 1px;
color: transparent;
-webkit-text-stroke-color: #F4F4F4;
font-size: 150px;
text-transform: uppercase;
position: absolute;
top: -59px;
left: -68px;
z-index: -1;
}

.style-three.echofy-button {
display: inline-block;
}

.style-three.echofy-button a {
display: inline-block;
background: #527752;
color: #fff;
font-size: 17px;
font-weight: 500;
padding: 15px 31px;
border-radius: 0;
}

.style-three.echofy-button a:hover{
color:#527752;
}

.style-three.echofy-button i{
transition: 0.5s;
}

.style-three.echofy-button a:hover i{
color:#527752;
}

.home-four .hero-contact {
display: inline-block;
margin-left: 23px;
}

.home-four .hero-contact p {
color: #000000;
font-weight: 500;
text-decoration: underline;
}

.home-four .hero-contact a {
font-weight: 500;
display: inline-block;
color: #527752;
text-decoration: underline;
}

/*---================================================
<!--Oxalis Strat Counter Area Home Four Css-->
===================================================---*/

.home-four.counter-area{
background: transparent;
padding: 0 0 0;
}

.home-four .row.add-bg {
position: relative;
z-index: 1;
margin-bottom: -185px;
}

.home-four .row.add-bg:before {
position: absolute;
content: "";
width: 122%;
height: 100%;
left: 12px;
top: 0;
background: url(../images/home4/counter-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
z-index: -1;
}

.home-four .counter-thumb img {
width: 100%;
}

.home-four .single-conter-box {
display: flex;
align-items: center;
gap: 28px;
}

.home-four .counter-content h4 {
font-size: 24px;
display: inline-block;
color: #fff;
margin: 0;
}

.home-four .counter-content span {
font-size: 24px;
display: inline-block;
color: #fff;
}

.home-four .counter-content p {
margin: 0;
font-size: 14px;
color: #49af45;
}


/*---================================================
<!--Oxalis Strat About Area Home Four Css-->
===================================================---*/
.home-four.about-area {
background: url(../images/home4/about-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 310px 0 145px;
}

.home-four.about-area .section-title.left {
margin-bottom: 31px;
}

.home-four .about-left-box {
position: relative;
z-index: 1;
}

.home-four .about-thumb {
position: relative;
left: 48px;
}

.home-four .about-shape {
position: absolute;
left: -29px;
bottom: -68px;
z-index: -1;
animation: dance2 4s linear infinite;
}

@keyframes dance2 {
0% {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}

50% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}

100% {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}
}

.home-four .about-single-text-box {
position: absolute;
right: 70px;
bottom: -75px;
display: inline-block;
background: #527752;
padding: 34px 29px 34px;
width: 40%;
border-radius: 5px;
}

.home-four .about-text h4 {
font-size: 20px;
color: #ffff;
font-weight: 500;
line-height: 28px;
margin-top: 23px;
}

.home-four .about-item-box {
display: flex;
align-items: center;
gap: 16px;
}

.home-four .about-itme-list ul li {
font-size: 20px;
color: #0e3d60;
font-weight: 500;
line-height: 40px;
}

.home-four .about-itme-list ul li img {
margin-right: 15px;
}

/*section-title Home Foure*/
.home-four .section-title h4 {
text-transform: capitalize;
color: #49af45;
font-weight: 600;
font-size: 16px;
margin-bottom: 26px;
text-decoration: underline;
}

.home-four p.section-desc {
width: 88%;
margin: 26px 0 0;
}



/*---================================================
<!--Oxalis Strat Services Area Home Four Css-->
===================================================---*/
.home-four.service-area{
background: #fff;
}

.home-four .single-services-box {
text-align: center;
border: 1px solid #0e3d602b;
padding: 35px 46px 45px;
border-radius: 5px;
}

.home-four .services-content h4 {
font-size: 28px;
font-weight: 500;
margin: 33px 0 21px;
}

.home-four .services-content p {
margin-bottom: 9px;
}

.home-four a.services-button {
display: inline-block;
color: #0e3d60;
font-weight: 500;
}

.home-four a.services-button i {
display: inline-block;
color: #0e3d60;
font-weight: 500;
font-size: 23px;
position: relative;
top: 4px;
}


/*---================================================
<!--Oxalis Strat Solar Text Area Home Four Css-->
===================================================---*/
.home-four.solar-text-area {
background: url(../images/home4/solar-text-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 152px 0 152px;
}

.solar-text-contnet h4 {
font-size: 150px;
-webkit-text-stroke-width: 2px;
color: transparent;
-webkit-text-stroke-color: #Fff;
text-transform: uppercase;
}


/*---================================================
<!--Oxalis Strat Skill Area Home Four Css-->
===================================================---*/
.home-four.skill-area {
background: url(../images/home4/skill-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 106px 0 93px;
}

.home-four .skill {
margin-bottom: 10px;
position: relative;
overflow-x: hidden;
}

.home-four .skill > p {
font-size: 15px;
font-weight: 700;
color: #1a1716;
margin: 0;
text-transform: uppercase;
padding-bottom: 10px;
}

.home-four .skill:before {
width: 93%;
height: 6px;
content: "";
display: block;
position: absolute;
background: #EEEEEE;
bottom: 20px;
}

.home-four .skill-bar {
width: 74%;
height: 6px;
background: #48AF45;
display: block;
position: relative;
}

.home-four .skill-bar span {
font-size: 15px;
/* padding: 3px 0; */
font-weight: 700;
float: right;
top: -35px;
position: relative;
color: #001819;
}

.home-four .skill-bar {
position: relative;

}

.home-four .skill1 .skill-count1 {
right: 0;
}

/* SKILL 2 */
.home-four .skill2 {
width: 65%;
}

.home-four .skill2 .skill-count2 {
right: 0;
}


/*---================================================
<!--Oxalis Strat Testimonial Area Home Four Css-->
===================================================---*/

.home-four.testimonial-area {
background: url(../images/home4/testi-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 120px 0 215px;
}

.home-four .testi-thumb {
position: relative;
left: 36px;
}

.home-four .testi-content {
background: #fff;
display: inline-block;
padding: 13px 30px;
position: absolute;
bottom: 0px;
left: 0;
}

.home-four .testi-content h4 {
font-size: 36px;
display: inline-block;
}

.home-four .testi-content span {
font-size: 36px;
display: inline-block;
color: #001819;
font-weight: 700;
}

.home-four p.testi-text {
text-align: right;
background: #fff;
font-size: 20px;
color: #001819;
font-weight: 500;
font-style: italic;
width: 78%;
padding: 15px 48px 21px 0;
margin: 0;
}

.home-four .testi-coustomar-text p {
font-size: 20px;
font-weight: 500;
font-style: italic;
width: 89%;
line-height: 32px;
margin: 23px 0 0;
}

.home-four .testi-coustomar-raing ul li {
display: inline-block;
color: #E7AB49;
font-size: 11px;
float: right;
position: relative;
left: -87px;
margin-right: 5px;
top: -11px;
}

.home-four .testi-author {
display: flex;
align-items: center;
gap: 16px;
margin-top: 21px;
}

.home-four .testi-author-content h4 {
font-size: 20px;
font-weight: 600;
margin: 0 0 4px;
}

.home-four .testi-author-content p {
color: #49af45;
margin: 0;
}



/*---=====================================================
<!--Oxalis Strat Info Area Home Four Css-->
=========================================================---*/

.home-four.info-area .row.nariye-abu {
filter: drop-shadow(0 0 7.5px rgba(0,0,0,0.15));
background: #fff;
margin: -92px 0 0;
position: relative;
z-index: 1;
}

.home-four .info-thumb{
position: relative;
}

.home-four .info-thumb img {
width: 100%;
position: relative;
left: -12px;
}

.home-four .info-shape {
position: absolute;
right: -43px;
top: 43px;
}

.home-four .info-content {
margin-left: 30px;
}

.home-four .info-content h4 {
font-size: 30px;
font-weight: 600;
margin: 0 0 4px;
}

.home-four .info-content span {
display: inline-block;
color: #527752;
}

.home-four .info-content p {
margin: 0;
}


/*---=====================================================
<!--Oxalis Strat Blog Area Home Four Css-->
=========================================================---*/
.home-four .blog-content {
border: 1px solid rgba(0,24,25,0.1);
padding: 27px 32px 21px;
}

.home-four .single-blog-box {
margin-bottom: 20px;
position: relative;
}

.home-four .blog-category span {
background: #fff;
display: inline-block;
position: absolute;
top: 29px;
left: 23px;
color: #527752;
padding: 4px 16px;
border-radius: 3px;
font-weight: 500;
}

.home-four .meta-blog {
margin-bottom: 7px;
}

.home-four .meta-blog i {
display: inline-block;
color: #49af45;
font-size: 15px;
margin-right: 7px;
}

.home-four a.blog-button {
display: inline-block;
font-size: 16px;
color: #001819;
font-weight: 500;
margin-top: 12px;
transition: 0.5s;
}

.home-four a.blog-button:hover{
color:#527752;
}

.home-four a.blog-button i {
font-size: 19px;
position: relative;
top: 3px;
transition: 0.5s;
}

.home-four a.blog-button:hover i{
color:#527752;
}


/*---=====================================================
<!--Oxalis Strat Call-Do-Action Area Home Four Css-->
=========================================================---*/
.home-four.call-do-action-area {
background: url(../images/home4/call-do-action-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 100px 0 100px;
}

.home-four .call-do-action-content h4 {
font-size: 46px;
color: #fff;
margin: 0;
font-weight: 600;
}

.home-four.call-do-action-area .style-three.echofy-button {
display: inline-block;
margin: 0;
float: right;
}

.home-four.call-do-action-area .style-three.echofy-button a {
display: inline-block;
background: #00181A;
color: #fff;
font-size: 17px;
font-weight: 500;
padding: 15px 31px;
border-radius: 0;
transition: 0.5s;
}

.home-four.call-do-action-area .style-three.echofy-button a:hover{
color: #00181A;
}


/*---=====================================================
<!--Oxalis Strat Footer Area Home Four Css-->
=========================================================---*/
.home-four.footer-area {
background: url(../images/home4/footer-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 100px 0 0;
}

.home-four.footer-area .row.pagla {
border-bottom: 1px solid #ffffff2e;
padding-bottom: 48px;
margin-bottom: 84px;
}

.home-four .footer-widget-title h4 {
font-size: 18px;
color: #fff;
font-weight: 500;
margin-bottom: 40px;
}

.home-four .footer-widget-menu-list ul li {
display: inline-block;
float: right;
margin-left: 31px;
}

.home-four .footer-widget-menu-list ul li a {
display: inline-block;
color: #fff;
font-weight: 500;
}

.home-four .footer-widget-info p {
color: #fff;
text-transform: capitalize;
}

.home-four .footer-widget-social-info ul li {
display: inline-block;
}

.home-four .footer-widget-social-info ul li i {
display: inline-block;
color: #ffff;
font-size: 14px;
margin-right: 14px;
transition: 0.5s;
}

.home-four .footer-widget-social-info ul li i:hover{
color: #49AE44;
}

.home-four .footer-widget-contact ul li {
color: #fff;
font-weight: 500;
}

.home-four .footer-widget-Instagram a {
display: inline-block;
margin-right: 4px;
margin-bottom: 8px;
}

.home-four .footer-widget-subscribe p {
color: #fff;
width: 80%;
}

.home-four .footer-widget-input-box input {
background: #14212A;
border: transparent;
padding: 0 16px;
height: 43px;
color: #fff;
outline: 0;
width: 73%;
border-radius: 5px;
}

.home-four .footer-widget-input-box input::placeholder{
color: #fff;
font-size: 15px;
opacity: 0.7
}

.footer-widget-input-box button {
background: #527752;
border: transparent;
color: #fff;
height: 44px;
width: 45px;
border-radius: 0 3px 3px 0;
position: relative;
left: -8px;
}

.home-four .footer-bottom-area {
padding: 31px 0 11px;
border-top: 1px solid #ffffff36;
margin-top: 94px;
}



/*---==================================================================================
<!--Oxalis Strat Home Five Css-->
========================================================================================---*/

.home-five .top-header-menu ul li {
display: inline-block;
}

.home-five .top-header-menu ul li a {
display: inline-block;
color: #fff;
font-size: 15px;
font-weight: 400;
margin-left: 22px;
}

.home-five .header-menu ul li:last-child {
margin-right: 22px;
}

.home-five .header-button a {
padding: 17px 37px;
text-transform: uppercase;
}

.home-five .header-button i {
position: relative;
left: 7px;
top: 0;
color: #fff;
display: inline-block;
}





/*---=====================================================
<!--Oxalis Strat Hero Area Home Five Css-->
=========================================================---*/

.home-five.hero-area {
background: url(../images/home5/hero-bg.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
height: 950px;
padding-top: 125px;
position: relative;
padding-bottom: 123px;
}

.home-five.hero-area.style-two {
background: url(../images/home5/hero-bg-2.jpg);
}


.home-five .hero-content h4 {
color: #4baf47;
font-size: 22px;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 12px;
border: 1px solid #ffffff29;
display: inline-block;
padding: 7px 18px;
border-radius: 5px;
}

.home-five .hero-content h1 {
font-size: 60px;
line-height: 60px;
}

.home-five .hero-content p {
opacity: 0.800;
font-size: 18px;
line-height: 28px;
color: #ffffff;
font-weight: 400;
width: 49%;
margin: 24px 0 6px;
}

.home-five .hero-info {
position: absolute;
left: -176px;
top: 53%;
transform: rotate(-90deg);
}

.home-five .hero-info ul li {
display: inline-block;
color: #fff;
opacity: 0.7;
margin-right: 26px;
font-size: 17px;
}

.home-five .hero-info ul li i {
display: inline-block;
color: #527752;
margin-right: 14px;
font-size: 14px;
}

.slider-counter {
position: relative;
left: 58%;
bottom: 135px;
color: #fff;
z-index: 1;
font-weight: 500;
}

.slider-counter:before {
position: absolute;
content: "";
width: 91px;
height: 1px;
top: 13px;
left: -113px;
background: #ffffff85;
}

.hero-slide-five .owl-dots {
position: relative;
left: 40%;
bottom: 60px;
background: #00181A;
width: 24%;
text-align: left;
padding: 49px 92px;
border-radius: 5px;
z-index: 999;
}

.hero-slide-five .owl-dot {
background: #fff;
width: 10px;
height: 10px;
border-radius: 50px;
display: inline-block;
margin: 0 16px;
}

.hero-slide-five .owl-dot.active {
background: #527752;
width: 8px;
height: 8px;
border-radius: 50px;
display: inline-block;
margin: 0 16px;
position: relative;
}

.hero-slide-five .owl-dot.active:before {
position: absolute;
content: "";
width: 22px;
height: 22px;
top: -7px;
left: -7px;
border: 1px solid #527752;
border-radius: 50%;
}

/*button-style*/
.style-four.echofy-button{
border-radius: 5px;
}

.style-four.echofy-button a {
text-transform: uppercase;
font-size: 15px;
border-radius: 0px;
}

.style-four.echofy-button i {
color: #fff;
display: inline-block;
position: relative;
left: 9px;
transition: 0.5s;
}

.style-four.echofy-button a:hover i{
color:#527752;
}


/*---=====================================================
<!--Oxalis Strat Video Area Home Five Css-->
=========================================================---*/
.home-five.video-area {
margin-top: -336px;
position: relative;
z-index: 1;
width: 24%;
left: 282px;
top: 0;
}

.home-five .single-video-box {
background: url(../images/home5/video-bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 100px 0 100px;
text-align: center;
position: relative;
border-radius: 5px;
}

.home-five .video-content span {
display: inline-block;
font-size: 22px;
color: #fff;
font-weight: 600;
}

.home-five .video-content i {
display: inline-block;
background: #49AE44;
color: #fff;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
border-radius: 50%;
font-size: 22px;
margin-left: 33px;
}


/*---=====================================================
<!--Oxalis Strat Animal Area Home Five Css-->
=========================================================---*/
.home-five.animal-area {
background: #F5F5F5;
padding: 187px 0 124px;
margin-top: -64px;
}

.home-five .single-animal-box {
background: #E6E7E9;
text-align: center;
padding: 41px 0 37px;
border-radius: 5px;
position: relative;
}

.home-five .single-animal-box:before{
position: absolute;
content: "";
width:100%;
height: 0;
left: 0;
top: 0;
background:url(../images/home5/animal-1.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
transition: 0.5s;
border-radius: 5px;
}
.single-animal-box.active:before{
height:100%;
}

.home-five .animal-icon {
background: #fff;
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
border-radius: 50%;
margin: auto;
}

.home-five .animal-content h4 {
font-size: 22px;
margin-top: 15px;
}

.home-five .animal-link-icon a {
background: #fff;
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
font-size: 23px;
color: #527752;
border-radius: 5px;
position: absolute;
top: 50%;
left: 78px;
opacity: 0;
visibility: hidden;
z-index: 1;
transition: 0.5s;
}

.home-five .single-animal-box.active .animal-link-icon a{
top: 39%;
opacity: 1;
visibility: visible;
}



/*---=====================================================
<!--Oxalis Strat About Area Home Five Css-->
=========================================================---*/
.home-five.about-area {
background: transparent;
position: relative;
padding: 124px 0 111px;
}

.home-five.about-area .section-title.left {
margin-bottom: 24px;
}

.home-five .about-thumb {
position: relative;
left: 0;
}

.home-five .single-about-box {
margin-bottom: 0;
text-align: center;
display: inline-block;
border: 7px solid #527752;
border-radius: 5px;
padding: 28px 38px 38px;
background: #fff;
position: absolute;
right: 73px;
bottom: 0;
}

.home-five .about-content h4 {
font-size: 18px;
font-weight: 500;
margin: 24px 0 7px;
}

.home-five .about-content span {
display: inline-block;
color: #527752;
font-weight: 500;
padding-bottom: 14px;
}

.home-five a.about-button {
display: inherit;
color: #001819;
font-weight: 600;
font-size: 15px;
}

.home-five a.about-button i {
display: inline-block;
color: #527752;
position: relative;
left: 6px;
top: 1px;
}

.home-five .about-text h4 {
font-size: 22px;
font-weight: 700;
margin: 0 0 24px;
}

.home-five .about-item-text {
padding-bottom: 25px;
}

.home-five .about-item-text img {
margin-right: 12px;
position: relative;
top: -1px;
}

.home-five .about-item-text h4 {
font-size: 17px;
font-weight: 600;
}

.home-five p.about-desc {
margin-top: 10px;
margin-bottom: 8px;
}

.home-five.about-area .echofy-button {
margin-top: 0;
}

.home-five .about-contact-box {
display: flex;
align-items: center;
gap: 21px;
margin-top: 48px;
}

.home-five .about-contact-info {
display: flex;
align-items: center;
gap: 14px;
}

.home-five .about-contact-info-icon i {
display: inline-block;
color: #527752;
border: 1px solid #527752;
width: 54px;
height: 54px;
text-align: center;
line-height: 54px;
border-radius: 50%;
}

.home-five .about-contact-title p {
margin: 0;
}

.home-five .about-contact-title span {
display: inline-block;
font-size: 18px;
font-weight: 600;
color: #001819;
}

.home-five .about-shape {
position: absolute;
left: 0;
top: 72px;
}


/*home Five Section Title*/

.home-five .section-title.left h4 {
text-transform: uppercase;
color: #49af45;
font-weight: 600;
font-size: 16px;
margin-bottom: 18px;
}

.home-five .section-title.left h1 {
font-size: 46px;
font-weight: 800;
line-height: 44px;
}

.home-five p.section-desc {
width: 96%;
margin: 20px 0 0;
}

/* .section-title.center h4 {
text-transform: uppercase;
color: #49af45;
font-weight:600;
font-size: 16px;
margin-bottom: 18px;
} */

.home-five .section-title.center h1 {
font-size: 46px;
font-weight: 800;
line-height: 44px;
}


/*---=====================================================
<!--Oxalis Strat Gallery Area Home Five Css-->
=========================================================---*/

.home-five.gallery-area {
padding: 0 0 0px;
}

.home-five.gallery-area .section-title.left {
margin-bottom: 62px;
}

.home-five.gallery-area .style-four.echofy-button {
float: right;
margin-top: 50px;
}

.home-five .gallery-box {
text-align: center;
position: relative;
overflow: hidden;
}

.home-five .gallery-box:before{
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: #010d0e;
opacity: 0;
transition: 0.5s;
}

.home-five .gallery-box:hover:before{
opacity: 0.4;
}

.home-five .gallery-thumb img {
width: 100%;
}

.home-five .gallery-content {
position: absolute;
bottom: -74px;
left: 0;
right: 0;
transition: 0.5s;
}

.home-five .gallery-box:hover .gallery-content{
bottom: 27px;
}

.home-five .gallery-content h4 {
font-size: 22px;
color: #fff;
margin: 0 0 3px;
}

.home-five .gallery-content p {
font-size: 16px;
color: #fff;
margin: 0;
opacity: 0.8;
}

/*---=====================================================
<!--Oxalis Strat Contact info Area Home Five Css-->
=========================================================---*/
.home-five.contact-info-area {
background-color: #001819;
padding: 53px 0 62px;
}

.home-five.contact-info-area .echofy-button {
margin-top: 0;
}

.home-five .contact-info-title h4 {
font-size: 18px;
color: #fff;
font-weight: 600;
}

.home-five .contact-info-title h1 {
font-size: 26px;
color: #fff;
margin-top: 18px;
}

.home-five .contact-info-box {
display: flex;
align-items: center;
gap: 20px;
position: relative;
padding-left: 39px;
}

.home-five .contact-info-box:before {
position: absolute;
content: "";
width: 1px;
height: 85px;
left: -53px;
top: -10px;
background: #fff3;
}

.home-five .contact-info-box:after {
position: absolute;
content: "";
width: 1px;
height: 85px;
right: 77px;
top: -10px;
background: #fff3;
}

.home-five .contact-info-title p {
color: #fff;
margin: 0 0 0;
}

.home-five .contact-info-title h4 {
font-size: 20px;
font-weight: 600;
}



/*---=====================================================
<!--Oxalis Strat Event Area Home Five Css-->
=========================================================---*/
.home-five.event-area {
padding: 100px 0 100px;
}

.home-five .single-event {
background-color: #e9ebea;
padding: 13px 13px 39px;
border-radius: 10px;
overflow: hidden;
height: 257px;
transition: 0.5s;
margin-bottom: 19px;
}

.home-five .single-event:hover{
height: 432px;
}

.home-five .single-event-box {
display: flex;
gap: 30px;
background: #f5f5f5;
padding: 12px 14px;
border-radius: 10px;
align-items: center;
}

.home-five .event-content {
margin-top: 18px;
}

.home-five .event-date span {
display: inline-block;
color: #868681;
border: 1px solid #86868161;
border-radius: 30px;
padding: 4px 5px;
}

.home-five .event-date i {
display: inline-block;
background: #527752;
color: #fff;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
border-radius: 50px;
font-size: 14px;
margin-right: 10px;
}

.home-five .event-titel h4 {
font-size: 28px;
font-weight: 600;
margin-top: 16px;
margin-bottom: 21px;
}

.home-five .event-titel p {
font-size: 17px;
font-weight: 600;
color: #001819;
}

.home-five .event-titel a {
font-size: 17px;
font-weight: 600;
color: #527752;
}

.home-five .event-desc-box {
padding: 27px 51px 0 237px;
transition: 0.5s;
position: relative;
opacity: 0;
transition: 0.5s;
}

.home-five .single-event:hover .event-desc-box{
opacity: 1;
}

.home-five .event-desc-box span {
display: inline-block;
color: #001819;
font-weight: 700;
}

.home-five .event-desc-box strong {
color: #527752;
}

/* Home Five Tab */
.home-five .nav-link {
display: block;
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
text-decoration: none;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
background: #49AE45 !important;
padding: 24px 106px;
border-radius: 0 !important;
}

.home-five .nav-link.style-two {
background: #00181A !important;
}

.home-five span.tab-date {
display: inherit;
font-size: 15px;
font-weight: 400;
color: #fff;
opacity: 0.6;
}

.home-five .single-event-button {
margin-top: 48px;
display: inline-block;
margin-right: 20px;
}

.home-five .single-event-button a {
background: #00181A;
color: #fff;
font-weight: 500;
text-transform: uppercase;
padding: 20px 28px;
border-radius: 5px;
}

.home-five .single-event-button i{
position: relative;
left: 10px;
}

.home-five .single-event-button.two a {
background: #527752;
}



/*---=====================================================
<!--Oxalis Strat Donation Area Home Five Css-->
=========================================================---*/
.home-five.donation-area {
background-color: #E9EBEA;
padding: 125px 0 125px;
}

.home-five.donation-area .section-title.left h1 {
color: #fff;
}

.home-five.donation-area p.section-desc {
width: 80%;
margin: 20px 0 0;
color: #fff;
opacity: 0.8;
}

.home-five .single-donation-box {
margin: 0 0;
background: url(../images/home5/donate-thumb-1.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 100px 73px 112px;
border-radius: 10px;
}

.home-five .donation-list ul li{
display: inline-block;
margin-right: 10px;
}

.home-five .donation-list ul li a {
background: #fff;
color: #001819;
display: inline-block;
font-weight: 600;
padding: 7px 18px;
border-radius: 5px;
transition: 0.5s;
border: 2px solid #fff;
}

.home-five .donation-list ul li a:hover{
background: transparent;
border: 2px solid #527752;
color: #527752;
}

.home-five .donation-right {
background: url(../images/home5/donate-thumb-2.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 215px 38px 203px;
border-radius: 10px;
}

.home-five .donation-right-content h4 {
font-size: 17px;
font-weight: 500;
color: #fff;
text-transform: uppercase;
margin: 0 0 8px;
}

.home-five .donation-right-content h1 {
font-size: 36px;
color: #fff;
margin: 0;
}



/*---=====================================================
<!--Oxalis Strat Testimonial Area Home Five Css-->
=========================================================---*/
.home-five.testimonial-area {
background: #fff;
padding: 111px 0 120px;
}

.home-five .single-testimonial-box {
filter: drop-shadow(0px 10px 30px rgba(179,179,179,0.2));
background-color: #ffffff;
border-radius: 5px;
padding: 34px 33px 32px 58px;
position: relative;
margin: 66px 10px;
margin-bottom: 26px;
}

.home-five .single-testimonial-box:before {
position: absolute;
content: "";
width: 64px;
height: 34px;
left: 1px;
bottom: -34px;
background: #fff;
clip-path: polygon(0% 0%, -100% 100%, 100% -105%, 0% 100%);
}

.home-five .testimonial-content p {
font-size: 20px;
font-style: italic;
line-height: 30px;
color: #868681;
position: relative;
z-index: 1;
}

.home-five .testimonial-content p:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: -35px;
top: 8px;
background: url(../images/home5/testi-desc-shape.png);
background-repeat: no-repeat;
z-index: -1;
}

.home-five .testi-rating ul li {
display: inline-block;
color: #FCBB00;
}

.home-five .testi-quote {
float: right;
transform: translate(-19px, -32px);
}

.home-five .testi-author {
display: flex;
align-items: center;
gap: 20px;
padding-left: 50px;
}

.home-five .testi-content p {
margin-bottom: 5px;
}

.home-five .testi-content h4 {
font-size: 18px;
font-weight: 600;
margin: 0;
}


/*---=====================================================
<!--Oxalis Strat Video Area Home Five Css-->
=========================================================---*/
.home-five.animal-video-area {
background: url(../images/home5/animal-video-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 100px 0 100px;
}

.home-five.animal-video-area .section-title.left h1 {
color: #fff;
}

.home-five.animal-video-area .echofy-button {
margin-top: 0;
}

.home-five .animal-video-button {
position: relative;
z-index: 1;
text-align: center;
margin: auto;
display: inline-block;
}

.home-five .animal-video-button:after {
position: absolute;
content: "";
width: 101px;
height: 101px;
left: -14px;
top: -12px;
background-color: rgba(0,24,25,0.8);
border-radius: 50%;
z-index: -1;
}

.home-five .animal-video-button i {
display: inline-block;
background: #49AE44;
color: #fff;
width: 75px;
height: 75px;
text-align: center;
font-size: 38px;
border-radius: 50%;
line-height: 78px;
position: relative;
}

/*---=====================================================
<!--Oxalis Strat Blog Area Home Five Css-->
=========================================================---*/

.home-five.blog-area {
padding: 113px 0 47px;
}

.home-five .blog-content {
border: transparent;
padding: 27px 34px 41px;
filter: drop-shadow(0 0 12.5px rgba(219,221,225,0.32));
width: 90%;
background: #fff;
margin: auto;
position: relative;
top: -56px;
border-radius: 5px;
}

.home-five .meta-blog {
padding-bottom: 12px;
}

.home-five .meta-blog span {
display: inline-block;
color: #868681;
font-weight: 500;
margin-right: 29px;
}

.home-five .meta-blog i {
font-size: 14px;
color: #49af45;
margin-right: 7px;
}

.home-five .blog-content a {
font-size: 22px;
display: inline-block;
font-weight: 700;
}

.home-five .blog-button a {
display: inline-block;
color: #001819;
font-size: 16px !important;
background: #E9EBEA;
padding: 7px 26px;
border-radius: 5px;
font-weight: 500;
margin-top: 30px;
transition: 0.5s;
}

.home-five .blog-button a:hover{
background: #527752;
color: #fff;
}

.home-five .blog-button i {
font-size: 25px;
display: inline-block;
transition: 0.5s;
position: relative;
top: 5px;
transform: rotate(-45deg);
}

.home-five .blog-button a:hover i{
color: #fff;
}

/*---=====================================================
<!--Oxalis Strat Footer Area Home Five Css-->
=========================================================---*/
.home-five.footer-area {
background: #00181A;
padding: 122px 0 111px;
}

.home-five.footer-area .row.border-add {
padding-bottom: 145px;
position: relative;
}

.home-five.footer-area .row.border-add:after {
position: absolute;
content: "";
width: 93%;
height: 1px;
left: 13px;
bottom: 84px;
background: #ffffff47;
}

.home-five .footer-contact-info {
display: flex;
align-items: center;
gap: 20px;
}

.home-five .footer-contat-info-icon i {
display: inline-block;
background: #14292A;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
border-radius: 50%;
color: #fff;
}

.home-five .footer-contact-content p {
margin: 0 0 5px;
color: #fff;
opacity: 0.7;
}

.home-five .footer-contact-content h4 {
color: #fff;
font-size: 16px;
margin: 0 0 0;
}

.home-five p.footer-desc {
margin: 44px 0 0;
color: #fff;
opacity: 0.6;
width: 90%;
}

.home-five .footer-widget-title h4 {
font-size: 24px;
color: #fff;
font-weight: 600;
margin-bottom: 35px;
}

.home-five .footer-widget-menu ul li a {
display: inline-block;
color: #fff;
opacity: 1;
font-weight: 500;
line-height: 40px;
font-size: 16px;
transition: 0.5s;
position: relative;
}

.home-five .footer-widget-menu ul li a:hover{
color:#527752;
}

.home-five .footer-widget-menu ul li a:before {
position: absolute;
content: "";
width: 0;
height: 2px;
left: 0;
bottom: 6px;
background: #527752;
transition: 0.5s;
}

.home-five .footer-widget-menu ul li a:hover:before{
width: 100%;
}

.home-five .footer-social-icon {
text-align: left;
margin-top: 35px;
}

.home-five .footer-social-icon ul li i {
display: inline-block;
font-size: 14px;
border: transparent;
background: #0E2326;
color: #fff;
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
line-height: 40px;
margin: 0 3px;
position: relative;
z-index: 1;
transition: 0.5s;
}

.home-five .footer-social-icon ul li i:hover{
color:#fff;
}

.home-five .footer-social-icon ul li i:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #527752 !important;
border-radius: 50%;
z-index: -1;
transform: scale(0);
transition: 0.5s;
}

.home-five .footer-social-icon ul li i:hover:after{
transform:scale(1);
}


.home-five .footer-widget-gallery a img {
margin: 5px 2px;
}

/*footer-bottom-area*/

.footer-bottom.home-five {
background-color: #031f20 !important;
padding: 20px 0;
}

.home-five .footer-bottom-content p {
margin: 0;
font-size: 17px;
color: #fff;
}

.home-five .footer-bottom-content ul li a {
display: inline-block;
color: #fff;
font-weight: 500;
transition: 0.5s;
font-size: 17px;
}

.home-five .footer-bottom-content ul li {
display: inline-block;
margin: 0 15px;
}




/*---=====================================================
<!--Oxalis Strat Breadcumb Area Css-->
=========================================================---*/

.breadcumb-area {
background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3));
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 272px 0 143px;
}
.breadcumb-area {
position: relative;
height: 60svh;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
overflow: hidden;
}

.breadcumb-area .breadcumb-bg {
position: absolute;
top: 0; 
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: -1;
}
.breadcumb-title h1 {
font-size: 90px;
font-weight: 300;
line-height: 1.03em;
letter-spacing: -1px;
color: #ffff;
padding-bottom: 15px;
}

.breadcumb-title h4 {
font-size: 46px;
font-weight: 800;
color: #ffff;
padding-bottom: 13px;
}

.breadcumb-content ul li {
display: inline-block;
margin: 0 10px;
color: #fff;
font-size: 14px;
text-transform: capitalize;
font-weight: 400;
}

.breadcumb-content ul li.khela-hbe {
opacity: 0.7;
position: relative;
}

.breadcumb-content ul li.khela-hbe:before {
position: absolute;
content: "";
width: 17px;
height: 2px;
left: -30px;
top: 13px;
background: #fff;
}

.breadcumb-content ul li a {
display: inline-block;
color: #fff;
font-weight: 500;
position: relative;
}

/*.breadcumb-content ul li a:after {
position: absolute;
content: "";
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.707 9.293l-5-5a.999.999 0 10-1.414 1.414L14.586 9H3a1 1 0 100 2h11.586l-3.293 3.293a.999.999 0 101.414 1.414l5-5a.999.999 0 000-1.414z' fill='%23fff'/%3E%3C/svg%3E");

background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBMaWNlbnNlOiBNSVQuIE1hZGUgYnkgcmFkaXgtdWk6IGh0dHBzOi8vZ2l0aHViLmNvbS9yYWRpeC11aS9pY29ucyAtLT4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGgKICAgIGZpbGwtcnVsZT0iZXZlbm9kZCIKICAgIGNsaXAtcnVsZT0iZXZlbm9kZCIKICAgIGQ9Ik00LjEwODc2IDE0TDkuNDY1ODIgMUgxMC44MTc4TDUuNDYwNzQgMTRINC4xMDg3NloiCiAgICBmaWxsPSIjZmZmIgogIC8+Cjwvc3ZnPg==");
background-repeat: no-repeat;
background-position: center;
right: -40px;
}*/
.breadcumb-content ul li a:after {
position: absolute;
content: "";
width: 24px;
height: 24px;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBMaWNlbnNlOiBNSVQuIE1hZGUgYnkgcmFkaXgtdWk6IGh0dHBzOi8vZ2l0aHViLmNvbS9yYWRpeC11aS9pY29ucyAtLT4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGgKICAgIGZpbGwtcnVsZT0iZXZlbm9kZCIKICAgIGNsaXAtcnVsZT0iZXZlbm9kZCIKICAgIGQ9Ik00LjEwODc2IDE0TDkuNDY1ODIgMUgxMC44MTc4TDUuNDYwNzQgMTRINC4xMDg3NloiCiAgICBmaWxsPSIjZmZmIgogIC8+Cjwvc3ZnPg==);
background-repeat: no-repeat;
background-position: center;
}
.breadcumb-content ul li:last-child a::after {
content: none !important;
background: none !important;
}

.breadcumb-content ul li img {
position: relative;
top: -2px;
padding-right: 6px;
}



/*all-inner-pages-add-inner-class-css*/

.team-area.inner {
margin-top: 0;
padding: 108px 0 125px;
background: #F6F6EE;
}

/*services-area Inner Pages*/
.service-area.inner {
padding: 111px 0 102px;
}

.service-area.inner .section-title.center {
margin-bottom: 62px;
}

.service-area.inner .single-service-box {
padding: 0;
padding-bottom: 23px;
}

/*Project-area Inner Pages*/
.project-area.inner {
margin-top: 0;
background: #F6F6EE;
padding: 112px 0 97px;
}

.project-area.inner .section-title.center {
margin-bottom: 63px;
}

.project-area.inner .single-project-box {
margin-right: 0;
margin-bottom: 24px;
}

/*donation Area Inner pages*/

.donation-area.inner {
padding: 112px 0 103px;
background: #F6F6EE;
}

.donation-area.inner .section-title.center {
margin-bottom: 62px;
}

.donation-area.inner .single-donation-box {
margin: 0 0 24px;
}

/*Testimonial Area Inner */

.testimonial-area.inner {
padding: 111px 0 99px;
background:#F6F6EE;
}

.testimonial-area.inner .section-title.center {
margin-bottom: 62px;
}

.testimonial-area.inner .single-testimonial-box {
margin: 0;
margin-bottom: 24px;
}
/*faqs Area Inner css*/
.faqs-area.inner {
padding: 110px 0 124px;
}



/*---=====================================================
<!--Oxalis Strat Services Details Area Css-->
=========================================================---*/

.services-details-area {
padding: 100px 0 100px;
}

.services-details-thumb img {
width: 100%;
}

.services-details-content {
padding-top: 18px;
}

h4.services-details-title {
font-size: 36px;
margin-bottom: 10px;
}

p.services-details-desc {
font-size: 17px;
margin-top: 24px;
}

.service-details-icon-box {
display: flex;
background: #F6F6EE;
padding: 32px 27px 18px;
gap: 28px;
margin-top: 27px;
}

.service-details-box-content h4 {
font-size: 22px;
font-weight: 600;
margin: 0 0 11px;
}

.services-details-text {
background: #49AE44;
display: flex;
align-items: center;
padding: 32px 39px;
gap: 65px;
border-radius: 5px;
margin-top: 55px;
margin-bottom: 41px;
}

.service-details-text-icon {
position: relative;
}

.service-details-text-icon:before {
position: absolute;
content: "";
width: 2px;
height: 49px;
right: -29px;
top: 1px;
background: #f6f6ee61;
}

.service-details-text-content p {
font-size: 22px;
line-height: 30px;
color: #ffffff;
font-weight: 400;
font-style: italic;
width: 90%;
margin: 0;
}

.services-details-area .single-benifits-box {
margin-top: 22px;
}

.services-details-area .benifits-thumb img {
width: 100%;
}

.services-details-area .benifits-content {
border-radius: 5px;
filter: drop-shadow(0px 5px 30px rgba(117,117,117,0.1));
background-color: #ffffff;
padding: 30px 31px 23px;
width: 92%;
margin: auto;
margin-top: -28px;
}

.services-details-area .benifits-content h4 {
font-size: 22px;
margin: 0;
margin-bottom: 14px;
font-weight: 500;
}

.services-details-area .benifits-content ul li {
line-height: 32px;
}

.services-details-area .benifits-content ul li i {
display: inline-block;
color: #527752;
font-size: 18px;
position: relative;
top: 2px;
margin-right: 8px;
}

/*widget-sidber css*/

.widget-sidber {
border-radius: 5px;
background-color: #f7f6ee;
padding: 32px 41px 29px;
margin-bottom: 27px;
}

.widget-sidber-content h4 {
font-size: 24px;
font-weight: 600;
margin: 0 0 46px;
position: relative;
}

.widget-sidber-content h4:before {
position: absolute;
content: "";
width: 29px;
height: 2px;
left: 0;
bottom: -8px;
background: #527752;
}

.widget-category ul li img {
margin-right: 12px;
transition: 0.5s;
}

.widget-category ul li a:hover img{
filter: brightness(0) invert(1);
}

.widget-category ul li a {
background: #ffff;
padding: 14px 26px;
width: 100%;
display: inline-block;
margin-bottom: 14px;
color: #001819;
font-weight: 500;
border-radius: 5px;
position: relative;
z-index: 1;
transition: 0.5s;
}

.widget-category ul li a:hover{
color:#fff;
}

.widget-category ul li a:before{
position: absolute;
content: "";
width: 0;
height: 100%;
left: 50%;
top: 0;
background: #527752;
z-index: -1;
border-radius: 5px;
transition: 0.5s;
}

.widget-category ul li a:hover:before{
width: 100%;
left: 0;
}

.widget-category ul li i {
color: black;
display: inline-block;
float: right;
font-size: 17px;
opacity: 0;
transition: 0.5s;
}

.widget-category ul li a:hover i{
opacity: 1;
color: #fff;
}

.widget-sidber-download-button a {
display: inline-block;
background: #00181A;
width: 100%;
color: #fff;
padding: 15px 23px;
border-radius: 5px;
margin-bottom: 18px;
}

.widget-sidber-download-button a.active {
background: #527752;
} 

.widget-sidber-download-button i {
color: #49AE44;
display: inline-block;
font-size: 22px;
margin-right: 9px;
position: relative;
top: 3px;
}

.widget-sidber-download-button a.active i{
color:#fff;
}


.widget-sidber-download-button span i {
float: right;
display: inline-block;
font-size: 16px;
}

.widget-sidber-download-button a.active span i{
color:#fff;
}




/*---=====================================================
<!--Oxalis Strat Project Details Area Css-->
=========================================================---*/

.project-details-area {
padding: 100px 0 100px;
}

.project-details-content {
margin-top: 35px;
}

.project-details-thumb img {
width: 100%;
}

.project-details-content h4 {
font-size: 36px;
margin-bottom: 17px;
}

p.project-details-desc {
font-size: 17px;
margin-bottom: 27px;
}

.project-details-content h3 {
font-size: 28px;
margin-bottom: 20px;
margin-top: 54px;
}

.project-details-item-images img {
width: 100%;
}

.project-details-list-item h4 {
font-size: 28px;
}

.project-details-list-item ul li i {
display: inline-block;
color: #527752;
font-size: 19px;
margin-right: 11px;
position: relative;
top: 2px;
}

.project-details-list-item ul li {
font-size: 17px;
line-height: 39px;
}

a.project-details-text {
display: inline-block;
font-size: 28px;
line-height: 38px;
color: #49af45;
font-weight: 600;
margin-top: 50px;
margin-bottom: 19px;
}

.project-details-right {
background: #F6F6EE;
padding: 29px 41px 30px;
border-radius: 5px;
margin-top: 50px;
}

.project-details-info {
border-bottom: 1px solid #86868152;
padding-bottom: 10px;
padding-top: 9px;
}

.project-details-info:last-child{
border-bottom: transparent;
}

.project-details-info p {
margin-bottom: 0;
}

.project-details-info h6 {
font-size: 18px;
font-weight: 600;
margin-top: 6px;
}




/*---=====================================================
<!--Oxalis Strat Blog Details Area Css-->
=========================================================---*/
.blog-details-area {
padding: 100px 0 100px;
}

.blog-details-thumb{
overflow: hidden;
}

.blog-details-thumb img {
width: 100%;
transition: 0.5s;
}

.blog-details-thumb img:hover{
transform: scale(1.2) skew(-10deg);
}

.blog-details-content {
padding: 27px 36px 20px;
border: 1px solid #2222;
}

.blog-details-area .meta-blog span {
display: inline-block;
margin-right: 28px;
font-weight: 500;
}

.blog-details-area span.mate-text {
padding-left: 36px;
position: relative;
}

.blog-details-area span.mate-text:before {
position: absolute;
content: "";
width: 20px;
height: 2px;
left: 5px;
top: 11px;
background: #527752;
}

.blog-details-area .meta-blog i {
display: inline-block;
color: #527752;
padding-right: 9px;
}

.blog-details-area .meta-blog img {
margin-right: 8px;
position: relative;
top: -1px;
}

h4.blog-details-title {
font-size: 32px;
margin: 12px 0 19px;
}

p.blog-details-desc {
font-size: 17px;
margin-bottom: 25px;
}

.blog-details-author-talk {
display: flex;
gap: 26px;
background: #F7F6EE;
padding: 41px 51px 40px;
margin-top: 48px;
}

.blog-details-quote img {
position: relative;
top: 8px;
}

.blog-details-author-title p {
font-size: 20px;
font-style: italic;
line-height: 30px;
color: #001819;
}

.blog-details-quote img {
position: relative;
top: 8px;
color: #001819;
}

.blog-details-author-title span {
margin-left: 58px;
display: inline-block;
color: #001819;
position: relative;
}

.blog-details-author-title span:before {
position: absolute;
content: "";
width: 50px;
height: 2px;
left: -58px;
top: 12px;
background: #527752;
}

h3.blog-details-title {
font-size: 28px;
margin: 54px 0 16px;
}

p.blog-details-desc.two {
width: 95%;
}

.blog-details-list-item {
margin-bottom: 40px;
}

.blog-details-list-item ul li {
margin-bottom: 10px;
font-size: 17px;
}

.blog-details-list-item ul li i {
display: inline-block;
color: #527752;
font-size: 18px;
margin-right: 16px;
}

h3.blog-details-title.two {
font-size: 28px;
margin: 38px 0 16px;
}

p.blog-details-desc.three {
width: 100%;
}

.blog-details-socila-box {
border: 1px solid #2222;
border-top: transparent;
padding: 19px 35px 18px;
border-radius: 0 0 5px 5px;
}

.blog-details-category span a {
display: inline-block;
background: #F6F6EE;
padding: 6px 16px;
font-weight: 500;
color: #001819;
border-radius: 3px;
margin-right: 7px;
transition: 0.5s;
}

.blog-details-category span a:hover{
background:#527752;
color:#fff;
}

.blog-details-category span a.active-class {
background:#527752;
color:#fff;
}

.blog-details-social-icon {
text-align: right;
}

.blog-details-social-icon ul li {
display: inline-block;
}

.blog-details-social-icon ul li i {
display: inline-block;
background: #1974E9;
color: #fff;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
border-radius: 50%;
font-size: 13px;
margin-left: 5px;
}

.blog-details-social-icon ul li:nth-child(2) i{
background: #00AAE8;
}

.blog-details-social-icon ul li:nth-child(3) i{
background: #016EAF;
}

.blog-details-social-icon ul li:nth-child(4) i{
background: #B7071C;
}

.blog-details-post {
margin-top: 40px;
}
.reference-box{
border-left:4px solid #527752;
background:#fafaf8;
padding:16px 20px;
margin:24px 0;
border-radius:8px;
font-size:15px;
color:#333;
}
.reference-box h3{
color:#314B32;
font-size:15px;
font-weight:700;
margin-bottom:10px;
}
.reference-list{
list-style:none;
padding:0;
margin:0;
}
.reference-list li{
font-size:15px;
}
.blog-post-box {
display: flex;
background: #f8f6f3;
align-items: center;
padding: 84px 21px 31px 43px;
gap: 23px;
margin: 0 13px;
}

.blog-post-box.style-two {
text-align: right;
padding: 85px 49px 31px 21px;
}

.blog-post-content a {
display: inline-block;
font-size: 20px;
line-height: 26px;
color: #001819;
font-weight: 600;
transition: 0.5s;
}

.blog-post-content a:hover{
color:#49AE44;
}

.blog-post-content p {
font-size: 14px;
margin: 0;
color:#49AE44;
}

.blog-details-post .owl-nav {
position: relative;
}

.blog-details-post .owl-prev {
position: absolute;
top: -159px;
left: 54px;
font-size: 18px !important;
color: #001819;
font-weight: 500;
}

.blog-details-post .owl-prev i {
color: #527752;
display: inline-block;
font-size: 13px;
margin-right: 5px;
position: relative;
top: -1px;
}

.blog-details-post .owl-next {
position: absolute;
top: -159px;
right: 54px;
font-size: 18px;
color:#001819;
font-weight: 500;
}

.blog-details-post .owl-next i {
color: #527752;
display: inline-block;
font-size: 13px;
margin-left: 5px;
}

.blog-details-post .owl-next i:hover{
background: transparent;
}


/* Comment CSS */

.single-comment-area {
background: #F6F6EE;
padding: 49px 41px 56px;
margin-top: 61px;
border-radius: 5px;
}

.blog-details-comment-title h4 {
font-size: 28px;
margin: 0 0 28px;
}

.blog-details-comment {
margin-bottom: 19px;
position: relative;
border: 1px solid #22222214;
padding: 29px 29px 25px;
}

.blog-details-comment.style-two {
margin-left: 105px;
}

.blog-details-comment-thumb {
float: left;
margin-right: 30px;
}

.blog-details-comment-content {
overflow: hidden;
}

.blog-details-comment-content h2 {
font-size: 20px;
margin-top: 0;
display: inline-block;
font-weight: 700;
margin-right: 30px;
}

.blog-details-comment-content p {
font-size: 15px;
margin: 13px 0 0;
}

.blog-details-comment-reply {
position: absolute;
right: 22px;
top: 21px;
}

.blog-details-comment-reply a {
background: #527752;
padding: 3px 20px;
font-size: 14px;
font-weight: 600;
color: #fff;
border-radius: 2px;
display: inline-block;
}

.blog-details-comment.reply {
margin-left: 70px;
padding-top: 35px;
border-top: 2px solid rgba(255,255,255,0.2);
}

.blog-details-contact-title h4 {
font-size: 23px;
font-weight: 600;
padding-bottom: 31px;
}

.blog-details-area .contact-input-box input {
background: #fff;
border: transparent;
width: 100%;
height: 60px;
padding: 22px;
outline: 0;
margin-bottom: 11px;
}

.blog-details-area .contact-input-box textarea {
background: #fff;
border: transparent;
width: 100%;
height: 170px;
padding: 12px 22px 0;
outline: 0;
margin-top: 11px;
margin-bottom: 20px;
}

.input-check-box span {
font-size: 15px;
margin-left: 7px;
}

.blog-details-submi-button button {
background: #527752;
color: #fff;
text-transform: uppercase;
border: transparent;
padding: 12px 26px;
font-size: 15px;
margin-top: 34px;
position: relative;
z-index: 1;
transition: 0.5s;
border: 2px solid #527752;
border-radius: 5px;
font-weight: 500;
}

.blog-details-submi-button button:hover{
color:#527752;
}

.blog-details-submi-button button:before{
position: absolute;
content: "";
width: 0;
height: 100%;
left: 50%;
top: 0;
background:#fff;
transition: 0.5s;
z-index: -1;
border-radius: 5px;
}

.blog-details-submi-button button:hover:before{
width: 100%;
left: 0;
}

/*sidber Css*/

.widget_search form {
position: relative;
}

.widget_search input {
border-radius: 4px;
padding-left: 20px !important;
height: 60px;
width: 100% !important;
position: relative;
color: #012549;
outline: 0 !important;
border: transparent !important;
}


button.icons {
border: 0;
font-size: 16px;
position: absolute;
right: 14px;
top: 20px;
color: #1e1e1e;
background: transparent;
opacity: 0.7;
}

.sidber-widget-recent-post {
margin-bottom: 27px;
display: flex;
align-items: center;
gap: 19px;
}

.recent-widget-content a {
transition: 0.5s;
color: #001819 !important;
font-weight: 500;
font-size: 18px;
line-height: 26px;
width: 95%;
display: inline-block;
}

.sidber-widget-recent-post:hover .recent-widget-content a{
color: #527752 !important;
}

.recent-widget-content p {
font-size: 14px;
margin: 0;
color:#527752;
}

.widget-catefories-tags a {
display: inline-block;
color: #101010;
font-weight: 500;
background: #fff;
padding: 6px 19px;
margin: 6px 3px;
position: relative;
z-index: 1;
font-size: 15px;
}

.widget-catefories-tags a:hover{
color:#fff;
}

.widget-catefories-tags a:before{
position: absolute;
content: "";
width: 0;
height: 100%;
left: 50%;
top: 0;
background:#527752;
transition: 0.5s;
z-index: -1;
}

.widget-catefories-tags a:hover:before{
width: 100%;
left: 0;
}



/*---=====================================================
<!--Oxalis Strat Donation Details Area Css-->
=========================================================---*/
.donation-details-area {
padding: 100px 0 100px;
}

.donation-details-area .single-donation-box {
margin: 0;
}

.donation-details-area .donation-content {
background: #F6F6EE;
padding: 67px 39px 23px;
}

.donation-details-area .skill-bg {
width: 99%;
}

h4.dontaion-detais-title {
font-size: 30px;
margin: 40px 0 24px;
}

p.dontaion-detais-desc {
font-size: 17px;
}


/*tab content*/
.donation-details-area .tabcontent {
background: #49AE44;
padding: 13px 30px 20px;
text-align: right;
border-radius: 4px;
margin: 45px 0 20px;
position: relative;
}

.donation-details-area .tabcontent:before {
position: absolute;
content: "Your Donation :";
left: 30px;
top: 26px;
font-size: 18px;
font-weight: 500;
color: #fff;
}

.donation-details-area .tabcontent h3 {
font-weight: 700;
font-size: 30px;
color: #fff;
}


/*button count number*/

.donation-details-area button.tablink {
border: 0;
background: #F6F6EE;
color: #1b3434;
height: 50px;
width: 88px;
margin-right: 6px;
border-radius: 4px;
font-weight: 500;
transition: .5s;
margin-bottom: 5px;
}

.donation-details-area button.tablink:hover {
background: #49AE45;
color: #fff;
}


/*forms title*/
.donation-details-area .up.forms-title h1 {
font-size: 20px;
font-weight: 600;
padding: 38px 0 20px;
}

.donation-details-area .form-title h6 {
font-size: 17px;
padding: 0px 0 12px;
font-weight: 500;
color: #1b3434;
}

.donation-details-area .up.form-box input {
height: 58px;
background-color: #fff;
border: 1px solid rgba(27,52,52,0.1);
transition: .5s;
padding: 0px 20px;
display: block;
width: 100%;
color: #0D0E14;
margin-bottom: 18px;
border-radius: 4px;
outline: 0;
}


.donation-details-area .check-content h5 {
font-size: 20px;
font-weight: 500;
padding: 16px 0px 18px;
}

.donation-details-area .dpx label {
color: #1b3434;
cursor: pointer;
font-size: 16px;
font-weight: 400;
line-height: 28px;
margin-right: 30px;
}

.donation-details-area .option-input {
-webkit-appearance: none;
appearance: none;
position: relative;
top: 5.33333px;
right: 0;
bottom: 0;
left: 0;
height: 20px;
width: 20px;
transition: all 0.15s ease-out 0s;
background: #e2e5e8;
border: 0;
color: #fff;
cursor: pointer;
display: inline-block;
margin-right: 0.4rem;
outline: none;
position: relative;
z-index: 1000;
}

.donation-details-area .option-input:hover {
background: #9faab7;
}

.donation-details-area .option-input:checked {
background: #527752;
}

.donation-details-area .option-input:checked::before {
width: 10px;
height: 10px;
display: flex;
content: '\f00c';
font-size: 10px;
font-weight: bold;
position: absolute;
align-items: center;
font-family: 'Font Awesome 5 Free';
left: 5px;
top: 5px;
}

.donation-details-area .option-input.radio {
border-radius: 50%;
}

.donation-details-area .option-input.radio::after {
border-radius: 50%;
}

.donation-details-area button.submit-donation {
background: #49AE44;
border: transparent;
color: #fff;
padding: 15px 40px;
border-radius: 4px;
margin-top: 43px;
border: 2px solid #49AE44;
transition: 0.5s;
}

.donation-details-area button.submit-donation:hover{
background: transparent;
color: #49AE44;
}

/*sidber contact*/

.widget-sidber-contact-box {
background: url(../images/inner-images/sidber-contact.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border-radius: 5px;
padding: 48px 43px 48px;
}

p.widget-sidber-contact-text {
font-size: 18px;
color: #ffffff;
font-weight: 500;
margin: 0;
padding: 25px 0 13px;
}

h3.widget-sidber-contact-number {
font-size: 24px;
color: #ffffff;
font-weight: 600;
margin: 0 0 14px;
}

span.widget-sidber-contact-gmail {
font-size: 16px;
color: #ffffff;
font-weight: 400;
margin: 0;
}

span.widget-sidber-contact-gmail i {
display: inline-block;
font-size: 17px;
color: #49AE44;
position: relative;
top: 2px;
margin-right: 6px;
}

.widget-sidber-contact-btn  a{
display: inline-block;
font-size: 16px;
color: #ffffff;
font-weight: 400;
font-family: "Inter";
text-decoration: none;
background: #49AE44;
padding: 16px 98px 15px;
border-radius: 5px;
margin-top: 55px;
transition: 0.5s;
border: 2px solid #49AE44;
}

.widget-sidber-contact-btn  a:hover{
background: transparent;
color:#49AE44;
}

.widget-sidber-contact-btn a i {
display: inline-block;
font-size: 18px;
position: relative;
top: 2px;
margin-left: 3px;
}

/*blog Grid Css*/

.blog-grid-area {
padding: 123px 0 103px;
}

/*blog List Area Css*/

.blog-list-area{
padding: 123px 0 103px;
}

.single-blog-list-box {
margin-bottom: 25px;
}

.blog-thumb{
overflow: hidden;
}

.blog-thumb img {
width: 100%;
transition: 0.5s;
}

.single-blog-list-box:hover .blog-thumb img {
transform: scale(1.2) skew(-10deg);
}

.blog-list-content{
padding: 27px 36px 20px;
border: 1px solid #2222;
}

.blog-list-area .meta-blog span {
display: inline-block;
margin-right: 28px;
font-weight: 500;
}

.blog-list-area span.mate-text {
padding-left: 36px;
position: relative;
}

.blog-list-area span.mate-text:before {
position: absolute;
content: "";
width: 20px;
height: 2px;
left: 5px;
top: 11px;
background: #527752;
}

.blog-list-area .meta-blog i {
display: inline-block;
color: #527752;
padding-right: 9px;
}

.blog-list-area .meta-blog img {
margin-right: 8px;
position: relative;
top: -1px;
}

a.blog-list-title {
display: inline-block;
color: #001819;
font-size: 32px;
margin: 14px 0 20px;
font-weight: 700;
}

a.blog-list-title:hover{
color:#527752;
}

p.blog-list-desc {
font-size: 17px;
margin-bottom: 7px;
}

.blog-list-button {
border: 1px solid #2222;
border-top: transparent;
padding: 22px 35px;
border-radius: 0 0 5px 5px;
}

.blog-list-button a {
display: inline-block;
font-size: 16px;
color: #001819;
font-weight: 500;
transition: 0.5s;
}

.blog-list-button a:hover{
color: #49AE44;
}

.blog-list-button i {
display: inline-block;
position: relative;
top: 2px;
left: 4px;
font-size: 17px;
}



/*
<!-- =================================== -->
<!--Oxalis Contact Area Css -->
<!-- =================================== -->*/

.contact-area {
padding: 123px 0 118px;
}

.contact-area .section-title.left {
margin-bottom: 42px;
}

.row.contact-info-bg {
background: url(../images/inner-images/contact-info-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 50px 30px 45px;
border-radius: 10px;
}

.contact-info-box {
text-align: center;
padding: 0 50px 0;
position: relative;
}

.contact-info-box:before {
position: absolute;
content: "";
width: 2px;
height: 120px;
right: -10px;
top: 61px;
background: #ffffff73;
}

.contact-info-box.two:before{
background: transparent;
}

.contact-info-content h4 {
font-size: 24px;
color: #fff;
margin: 19px 0 10px;
font-weight: 600;
}

.contact-info-content p {
color: #fff;
margin: 0;
}

.row.pagla-shahin {
padding-top: 100px;
}

.google-map iframe {
width: 93%;
height: 630px;
border-radius: 10px;
}

.single-input-box input {
width: 100%;
height: 57px;
outline: 0;
color: #868681;
border: 1px solid #2222;
border-radius: 5px;
padding: 0 21px;
margin-bottom: 20px;
}

.single-input-box input::placeholder{
color: #868681;
}

.single-input-box textarea {
width: 100%;
height: 150px;
outline: 0;
color: #868681;
border: 1px solid #2222;
border-radius: 5px;
padding: 10px 21px;
margin-bottom: 20px;
}

.single-input-box textarea::placeholder{
color: #868681;
}

.input-check input {
width: 16px;
height: 16px;
position: relative;
top: 3px;
margin-right: 5px;
}

.input-check span {
display: inline-block;
font-size: 17px;
}

.contact-submit-button button {
background: #49AE44;
color: #fff;
border: transparent;
padding: 13px 25px;
border-radius: 3px;
margin-top: 35px;
outline: 0;
border: 2px solid #49AE44;
transition: 0.5s;
}

.contact-submit-button button:hover{
background: transparent;
color:#49AE44;
}



/*---========================================================================
<!--Oxalis Home Six  Css-->
==================================================================---*/

.home-six.header-area {
border-bottom:transparent;
z-index: 9;
position: relative;
margin-bottom: -93px;
}

.home-six.header-area .row.add-bg {
background: #fff;
border-left: 8px solid #527752;
}

.home-six.header-area .header-menu ul li {
display: inline-block;
margin-right: 51px;
}

.home-six.header-area .header-menu ul li a {
color:#00000a !important;
}

.home-six.header-area .header-button a {
padding: 13px 37px;
border-radius: 30px;
margin-left: 36px;
border: 2px solid #527752;
}

.home-six.header-area .header-button a:before {
border-radius:30px !important;
}

.home-six.header-area .header-button i {
font-size: 18px;
position: relative;
left: 7px;
top: 3px;
}


.home-six .header-secrch-icon i {
display: inline-block;
color: #49af45;
font-size: 16px;
cursor: pointer;
background: #F4F5F9;
width: 38px;
height: 38px;
text-align: center;
line-height: 40px;
border-radius: 50%;
}


/*---==================================================
<!--Oxalis Hero Area Home Six  Css-->
======================================================---*/

.hero-area.home-six {
background: url(../images/home6/hero-bg.png);
background-repeat: no-repeat;
background-size: cover;
height: 960px;
padding-top: 76px;
}

.home-six .hero-content h4 {
color: #fff;
font-weight: 600;
margin-bottom: 34px;
}

.hero-area.home-six .hero-content h1 {
font-size: 76px;
line-height: 90px;
text-transform: uppercase;
}




/*home-six button*/

.echofy-button.style-five a {
border-radius: 46px;
font-size: 17px;
font-weight: 600;
}

.home-six .echofy-button a:before {
border-radius: 30px;
}

.echofy-button.style-five i {
display: inline-block;
font-size: 24px;
position: relative;
left: 4px;
top: 3px;
}


/*---==================================================
<!--Oxalis Feature Area Home Six  Css-->
======================================================---*/
.home-six .row.margin-top {
margin-top: -67px;
}

.home-six .single-feature-box {
background: #F7F7F7;
display: flex;
align-items: center;
padding: 26px 29px 37px;
gap: 18px;
border-radius: 5px;
position: relative;
z-index: 1;
overflow: hidden;
transition: 0.5s;
}

.home-six .single-feature-box:hover{
transform: skew(-10deg);
}

.home-six .feature-content h4 {
font-size: 20px;
font-weight: 600;
}

.home-six .feature-content p {
margin: 9px 0 0;
}

.home-six .single-feature-shape {
position: absolute;
right: -89px;
bottom: -59px;
z-index: -1;
transition: 0.5s;
}

.home-six .single-feature-box:hover .single-feature-shape{
right: -3px;
bottom: 0;
}



/*---==================================================
<!--Oxalis Abour Area Home Six  Css-->
======================================================---*/
.home-six.about-area {
background: #fff;
padding: 124px 0 123px;
}

.home-six.about-area .section-title.left {
margin-bottom: 39px;
}

.home-six.about-area .about-thumb {
position: relative;
left: 0;
}

.home-six .about-item-box {
display: flex;
align-items: center;
gap: 35px;
}

.home-six .about-list-item ul li {
color: #001819;
font-weight: 500;
line-height: 40px;
}

.home-six .about-list-item ul li i {
display: inline-block;
font-size: 10px;
color: #47AD49;
margin-right: 15px;
}

.home-six.about-area .echofy-button {
margin-top: 48px;
display: inline-block;
}


/*section-title-Style-Six*/

.home-six .section-title.left img {
margin-right: 10px;
position: relative;
top: -1px;
}

.home-six .section-title.left h4 {
text-transform: uppercase;
color: #49af45;
font-weight: 600;
font-size: 16px;
margin-bottom: 21px;
}

.home-six .section-title.left h1 {
font-size: 50px;
font-weight: 700;
line-height: 45px;
}

.home-six .section-title.center img {
margin-right: 9px;
margin-top: -3px;
}

.home-six .section-title.center img.images-2 {
position: relative;
left: 10px;
}

.home-six .section-title.center h4 {
text-transform: uppercase;
color: #49af45;
font-weight: 600;
font-size: 16px;
margin-bottom: 18px;
}

.home-six .section-title.center h1 {
font-size: 50px;
font-weight: 700;
line-height: 45px;
}


/*---==================================================
<!--Oxalis Services Title Area Home Six  Css-->
======================================================---*/

.home-six.services-title-area {
background: #F7F7F7;
padding: 100px 0 315px;
}

.home-six.services-title-area p.section-desc {
width: 90%;
margin: -34px 0 0;
}


/*services Area Home Six*/
.home-six.service-area {
padding: 2px 0 0;
background: none;
}

.home-six.service-area .row.upper {
position: relative;
top: -339px;
margin-left: 274px;
}

.home-six .single-service-box {
position: relative;
padding: 20px 28px 40px;
background: #fff;
text-align: center;
border-radius: 3px;
overflow: inherit;
margin: 34px 16px;
}

.home-six .service-thumb{
position: relative;
overflow: hidden;
}

.home-six .service-thumb img {
width: 100%;
padding: 0;
margin-top: 0;
position: relative;
z-index: 1;
transition: 0.5s;
}

.home-six .single-service-box:hover .service-thumb img{
transform: scale(1.2) skew(-10deg);

}

.home-six .service-icon {
position: absolute;
bottom: 0;
right: 0;
}

.home-six .services-content h4 {
font-size: 22px;
margin: 29px 0 11px;
}

.home-six .service-button {
position: absolute;
left: 0;
right: 0;
bottom: -24px;
}

.home-six .service-button a {
display: inline-block;
background: #527752;
color: #fff;
font-weight: 600;
padding: 4px 30px 11px;
border-radius: 30px;
transition: 0.5s;
}


.home-six .service-button i {
display: inline-block;
font-size: 28px;
position: relative;
top: 7px;
}


/*---==================================================
<!--Oxalis Why Choose Area Home Six  Css-->
======================================================---*/

.home-six.why-choose-area {
background: url(../images/home6/why-choose-us-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 360px 0 123px;
margin-top: -586px;
}

.home-six .why-choose-thumb {
position: relative;
left: -325px;
}

.home-six.why-choose-area .section-title.left h1 {
color: #fff;
}

.home-six .why-choose-us-item {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 41px;
}

.home-six .choose-us-content h4 {
font-size: 20px;
color: #fff;
margin: 0;
}

.home-six .choose-us-content p {
margin: 9px 0 0;
}





/*---==================================================
<!--Oxalis Pricing Area Home Six  Css-->
======================================================---*/

.home-six.pricing-area {
padding: 100px 0 100px;
background: #F7F7F7;
}

.home-six .single-pricing-box {
background: #fff;
padding: 42px 40px 53px;
border-radius: 5px;
position: relative;
z-index: 1;
}

.home-six .pricing-text h4 {
font-size: 18px;
color: #49af45;
font-weight: 500;
background: #F7F7F7;
display: inline-block;
padding: 10px 32px;
border-radius: 0 30px 30px 0;
position: relative;
left: -42px;
}

.home-six .pricing-plan-content h1 {
font-size: 50px;
display: inline-block;
margin-top: 30px;
}

.home-six .pricing-plan-content span {
display: inline-block;
font-weight: 500;
margin-left: 7px;
}

.home-six .pricing-plan-content p {
margin: 24px 0 33px;
}

.home-six .pricing-list-item ul li {
position: relative;
margin-left: 29px;
margin-bottom: 15px;
}

.home-six .pricing-list-item ul li:before {
position: absolute;
content: "";
width: 10px;
height: 10px;
left: -24px;
top: 9px;
background: #527752;
border-radius: 50%;
}

.home-six.pricing-area .single-pricing-box .echofy-button {
margin-top: 40px;
display: inherit;
text-align: center;
}

.home-six.pricing-area .single-pricing-box .echofy-button a {
padding: 15px 40px;
}

.home-six .pricing-shape-1 {
position: absolute;
top: 45px;
right: 46px;
animation: dance 2s alternate infinite;
}

.home-six .pricing-shape-2 {
position: absolute;
right: 0;
bottom: 36px;
z-index: -1;
animation: dance4 4s linear infinite;
}



/*---==================================================
<!--Oxalis Team Area Home Six  Css-->
======================================================---*/
.home-six.team-area {
padding: 122px 0 125px;
background: #fff;
margin-top: 0;
}

.home-six.team-area .section-title.center {
margin-bottom: 55px;
}

.home-six .single-team-box {
text-align: center;
margin-top: 0;
}

.home-six .team-thumb{
overflow: hidden;
position: relative;
}

.home-six .team-thumb:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
bottom: -201px;
background-image: linear-gradient(0deg, rgba(73,175,69,0.9999999999999999) 0%, rgba(255,255,255,0) 64%);
transition: 0.5s;
}

.home-six .single-team-box:hover .team-thumb:before{
bottom: 0;
}

.home-six .team-thumb img {
width: 100%;
}

.home-six .team-social-icon {
position: absolute;
bottom: 20px;
left: 0;
right: 0;
margin: auto;
margin-top: 0;
transition: 0.5s;
opacity: 0;
}

.home-six .single-team-box:hover .team-social-icon{
bottom: 30px;
opacity: 1;
}

.home-six .team-social-icon ul li i {
border: 1px solid #fff;
display: inline-block;
width: 37px;
height: 37px;
line-height: 37px;
border-radius: 50%;
color: #ffff;
position: relative;
z-index: 1;
transition: 0.5s;
}

.home-six .team-social-icon ul li i:hover{
color:#527752;
}

.home-six .team-social-icon ul li i:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #fff;
border-radius: 50%;
z-index: -1;
transform: scale(0);
transition: 0.5s;
}

.home-six .team-social-icon ul li i:hover:after{
transform: scale(1);
}

.home-six .team-content {
background: #F7F7F7;
padding: 25px 0 26px;
position: relative;
}

.home-six .team-content:before{
background: transparent;
}

.home-six .team-content h4 {
font-size: 24px;
font-weight: 700;
margin: 0 0 4px;
}



/*---=====================================================
<!--Oxalis Strat Skill Area Home Six Css-->
=========================================================---*/

.home-six.skill-area {
background: url(../images/home6/bg.png);
background-repeat: no-repeat;
background-position: center right;
padding: 218px 0 92px;
position: relative;
background-size: cover;
}

.home-six.skill-area .section-title.left h1 {
color: #fff;
}

.home-six .skill {
margin-bottom: 19px;
position: relative;
overflow-x: hidden;
}

.home-six .skill > p {
font-size: 20px;
font-weight: 700;
color: #fff;
margin: 0;
text-transform: capitalize;
padding-bottom: 17px;
}

.home-six .skill:before {
width: 93%;
height: 17px;
content: "";
display: block;
position: absolute;
border: 1px solid #ffffff7d;
bottom: 14px;
border-radius: 2px;
}

.home-six .skill-bar {
width: 70%;
height: 5px;
background: #fff;
display: block;
position: relative;
left: 7px;
top: 1px;
}

.home-six .skill-bar span {
font-size: 20px;
/* padding: 3px 0; */
font-weight: 400;
float: right;
top: -44px;
position: relative;
color: #ffff;
left: 139px;
}

.home-six .skill-bar {
position: relative;

}

.home-six .skill-bar.two {
background: #EFAD4D;
width: 76%;
}

.home-six span.skill-count2 {
display: inline-block;
left: 99px !important;
}

.home-six .skill-bar.three {
background: #527752;
width: 65%;
}

.home-six span.skill-count3 {
display: inline-block;
left: 169px !important;
}



/*---=====================================================
<!--Oxalis Strat Testimonial Area Home Six Css-->
=========================================================---*/
.home-six.testimonial-area {
background: #ffff;
padding: 111px 0 66px;
}

.home-six .single-testimonial-box {
filter: inherit;
padding: 37px 28px 49px;
position: relative;
margin: 57px 15px;
background-color: #f7f7f7;
}

.home-six .testimonial-content p {
margin-bottom: 27px;
}

.home-six .testi-author-content h4 {
font-size: 20px;
font-weight: 700;
margin: 0 0 2px;
}

.home-six .testi-author-content p {
font-size: 16px;
margin: 0;
margin-left: 19px;
position: relative;
}

.home-six .testi-author-content p:before {
position: absolute;
content: "";
width: 8px;
height: 8px;
left: -16px;
top: 9px;
background: #527752;
border-radius: 50%;
}

.home-six .author-rating {
margin-top: 0;
background: transparent;
display: inline-block;
padding: 9px 31px;
border-radius: 54px 0 0 0;
position: absolute;
bottom: 0;
right: 0;
transition: 0.5s;
}

.home-six .single-testimonial-box:hover .author-rating{
background: #49AE44;
}

.home-six .author-rating ul li {
display: inline-block;
color: #FBC155;
margin: 0 3px;
transition: 0.5s;
}

.home-six .single-testimonial-box:hover .author-rating ul li{
color:#fff;
}

.home-six .testi-quote {
position: absolute;
right: 33px;
bottom: 76px;
}




/*---=====================================================
<!--Oxalis Strat Blog Area Home Six Css-->
=========================================================---*/

.home-six.blog-area {
padding: 111px 0 125px;
background: #F7F7F7;
}

.home-six .single-blog-box {
margin-bottom: 20px;
position: relative;

}

.home-six .blog-thumb {
overflow: hidden;
position: relative;
}

.home-six .blog-thumb:before {
position: absolute;
content: "";
width: 100%;
height: 56%;
left: 0;
bottom: 0;
background-image: linear-gradient(0deg, rgba(73,175,69,0.9999999999999999) 0%, rgba(255,255,255,0) 100%);
opacity: 0;
transition: 0.5s;
}

.home-six .single-blog-box:hover .blog-thumb:before{
opacity: 1;
}

.home-six .blog-content {
border: transparent;
padding: 23px 32px 54px;
background: #fff;
position: relative;
}

.home-six .blog-text span {
display: inline-block;
text-transform: uppercase;
color: #49af45;
font-size: 14px;
margin-bottom: 4px;
letter-spacing: 1px;
}

.home-six .blog-content a {
font-size: 24px;
font-weight: 700;
display: inline-block;
color: #001819;
transition: 0.5s;
}

.home-six .blog-content a:hover{
color:#527752;
}

.home-six .blog-content p {
margin: 11px 0 0px;
}

.home-six .blog-button {
text-align: center;
position: absolute;
left: 0;
right: 0;
bottom: -22px;
}

.home-six .blog-button a {
display: inline-block;
font-size: 16px !important;
background: #527752;
color: #fff !important;
font-weight: 600;
padding: 5px 38px;
border-radius: 30px;
border: 2px solid #527752;
transition: 0.5s;
}

.home-six .blog-button a:hover{
background: transparent;
color:#527752 !important;
}

.home-six .blog-button i {
font-size: 22px;
display: inline-block;
transition: 0.5s;
position: relative;
top: 4px;
transition: 0.5s;
}

.home-six .blog-button a:hover i{
color:#527752;
}

.home-six .meta-blog {
position: absolute;
top: 0;
left: 0;
}

.home-six .meta-blog span {
display: inline-block;
background: #527752;
color: #fff;
padding: 7px 25px;
letter-spacing: 2px;
border-radius: 0 0 30px 0;
opacity: 0;
transition: 0.5s;
}

.home-six .single-blog-box:hover .meta-blog span{
opacity: 1;
}




/*---=====================================================
<!--Oxalis Strat Contact Area Home Six Css-->
=========================================================---*/
.home-six.contact-area {
padding: 102px 0 125px;
background: #527752;
position: relative;
z-index: 1;
}

.home-six.contact-area:before {
position: absolute;
content: "";
width: 54%;
height: 100%;
right: 13px;
bottom: 0;
background: #fff;
z-index: -1;
}

.home-six .contact-left {
text-align: center;
position: relative;
left: -204px;
}

.home-six .contact-content h4 {
font-size: 50px;
color: #fff;
line-height: 48px;
}

.home-six.contact-area .echofy-button.style-five a {
background: #00181A;
}

.home-six .contact-icon {
border: 2px dotted #fff;
width: 100px;
height: 100px;
line-height: 100px;
border-radius: 50%;
margin: auto;
margin-bottom: 43px;
animation: rotateme 20s linear infinite;
}

.home-six .contact-title h4 {
font-size: 40px;
margin-bottom: 50px;
}

.home-six .contact-box input {
width: 100%;
height: 58px;
border: 1px solid #2222;
border-radius: 3px;
outline: 0;
padding: 0 16px;
color: #111;
margin-bottom: 20px;
}

.home-six .contact-box input::placeholder{
color: #001819;
opacity: 0.5;
}

.home-six .contact-box textarea {
width: 100%;
height: 148px;
border: 1px solid #2222;
border-radius: 3px;
outline: 0;
padding: 12px 16px;
color: #111;
}

.home-six .contact-box textarea::placeholder{
color: #001819;
opacity: 0.5;
}



/*---=====================================================
<!--Oxalis Strat Footer Area Home Six Css-->
=========================================================---*/
.home-six.footer-area {
background:url(../images/home6/footer-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 123px 0 95px;
position: relative;
}

.home-six p.footer-desc {
margin: 38px 0 0;
color: #fff;
opacity: 0.6;
width: 78%;
}

.home-six .footer-social-icon {
text-align: left;
margin-top: 31px;
}

.home-six .footer-social-icon ul li i {
border: transparent;
background: #0B2F21;
}

.home-six .footer-widget-title h4 {
margin-bottom: 31px;
}

.home-six .footer-widget-menu p {
width: 75%;
color: #95958f;
margin-bottom: 21px;
}

.home-six .footer-widget-menu ul {
display: inline-block;
margin-right: 18px;
}

.home-six .footer-widget-menu ul li {
color: #95958f;
margin-bottom: 13px;
}

.home-six .footer-widget-menu ul li i {
font-size: 14px;
color: #fff;
opacity:1;
}

.home-six .footer-widget-blog {
display: flex;
align-items: center;
gap: 13px;
margin-bottom: 27px;
}

.home-six .footer-widget-blog-content a {
display: inline-block;
font-size: 14px;
color: #fff;
font-weight: 500;
line-height: 21px;
transition: 0.5s;
}

.home-six .footer-widget-blog-content a:hover{
color: #49AE44;
}

.home-six .footer-widget-blog-content p {
font-size: 14px;
color: #fff;
opacity: 0.5;
margin: 4px 0 0;
padding-left: 0;
position: relative;
}

.home-six .footer-shpae {
position: absolute;
right: 66px;
top: 66px;
animation: rotateme2 20s linear infinite;
}


/*footer-botom*/

.footer-bottom.home-six {
background-color: #07271C;
padding: 25px 0 22px;
}

.home-six .footer-bottom-content p {
margin: 0;
}

.home-six .footer-bottom-content ul li {
display: inline-block;
margin: 0 17px;
}

.footer-bottom-content ul {
text-align: right;
}

.footer-bottom-content ul li a {
display: inline-block;
color: #95958f;
font-weight: 500;
transition: 0.5s;
}

.footer-bottom-content ul li a:hover{
color: #527752;
}




/*---=====================================================
<!--Oxalis Strat home Seven Area  Css-->
=========================================================---*/


.top-header-area.home-seven {
background-color: #49AE44;
border: transparent;
}

.home-seven .top-header-info ul li i {
color: #fff;
display: inline-block;
font-size: 17px;
padding-right: 9px;
}

.home-seven .top-header-social-icon ul li i {
display: inline-block;
color: #fff;
font-size: 15px;
padding-left: 0;
transition: 0.5s;
border: 1px solid #fff;
width: 35px;
height: 35px;
text-align: center;
line-height: 35px;
border-radius: 50%;
margin-left: 9px;
}

.home-seven .top-header-social-icon ul li i:hover{
background: #fff;
color:#49AE44;
}

/*home-seven-header*/

.seven.home-six.header-area {
border-bottom: 1px solid #2222;
z-index: 9;
position: relative;
margin-bottom: 0;
}

.sticky.seven.home-six.header-area{
background: #fff !important;
}

.seven.home-six .header-menu ul li a {
display: inline-block;
color: #fff;
padding: 36px 0;
font-size: 17px;
font-weight: 500;
transition: 0.5s;
}


/*---=====================================================
<!--Oxalis Strat Hero Area home Seven  Css-->
=========================================================---*/
.hero-area.home-seven {
background: url(../images/home7/hero-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 0;
height: 800px;
}

.home-seven .hero-content {
position: relative;
}

.home-seven .hero-content h4 {
color: #4baf47;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 15px;
}

.home-seven .hero-content img {
margin-right: 8px;
position: relative;
top: -2px;
}

.home-seven .hero-content h1 {
font-size: 85px;
font-weight: 700;
line-height: 92px;
color: #00000a;
}

.home-seven .hero-content p {
color: #95958f;
font-size: 15px;
margin: 17px 0 3px;
}

.home-seven .hero-img {
position: absolute;
bottom: 82px;
left: 32%;
}

.home-seven .hero-shape {
position: absolute;
left: 51px;
top: 41px;
animation: rotateme2 20s linear infinite;
}


/*section-title-home-seven*/

.home-seven .section-title.left img {
margin-right: 10px;
position: relative;
top: -1px;
}

.home-seven .section-title.center img {
margin-right: 10px;
position: relative;
top: -2px;
}

.home-seven img.images-2 {
position: relative;
left: 9px;
top: -2px;
}


/*---=====================================================
<!--Oxalis Strat Feature Area home Seven  Css-->
=========================================================---*/

.feature-area.home-six.seven {
background: #49AE44;
padding: 69px 0;
}

.home-seven.single-feature-box {
background: #F7F7F7;
display: flex;
align-items: center;
padding: 26px 29px 37px;
gap: 18px;
border-radius: 5px;
position: relative;
z-index: 1;
overflow: hidden;
transition: 0.5s;
position: relative;
z-index: 1;
}

.home-seven.single-feature-box:before{
position: absolute;
content: "";
width: 0;
height: 100%;
left: 0;
top: 0;
background: #00181A;
z-index: -1;
transition: 0.5s;
}

.home-seven.single-feature-box:hover:before{
width: 100%;
}

.home-seven.single-feature-box:hover .feature-content h4 {
color:#fff;
}

.home-seven.single-feature-box:hover .feature-content p {
color:#fff;
}


/*---=====================================================
<!--Oxalis Strat About Area home Seven Css-->
=========================================================---*/

.home-seven .skill:before {
border: 1px solid #D5D6D2;
}

.home-seven .skill-bar {
background: #001819;
}

.home-seven .skill > p {
color: #001819;
}

.home-seven .skill-bar span {
color: #001819;
}


/*---=====================================================
<!--Oxalis Strat About Area home Seven Css-->
=========================================================---*/
.home-seven.services-title-area {
background: #F7F7F7;
padding: 100px 0 113px;
}

.services-title-area.home-seven .row.upper {
position: relative;
top: 0;
margin-left: 274px;
}

.home-seven.services-title-area .section-title.left {
margin-bottom: 32px;
}


/*---=====================================================
<!--Oxalis Strat Project Area home Seven Css-->
=========================================================---*/
.project-area.home-seven {
background: #fff;
margin-top: 0;
padding: 109px 0 126px;
}

.project-area.home-seven .section-title.center {
margin-bottom: 61px;
}

.single-project-box-two {
position: relative;
overflow: hidden;
margin: 0 15px;
}

.home-seven .project-content-two {
position: absolute;
bottom: -284px;
left: 0;
background: #FFFFFF;
padding: 25px 38px 37px;
border: 8px solid #4AAF45;
border-top: transparent;
border-right: transparent;
border-radius: 5px;
width: 65%;
transition: 0.5s;
}

.single-project-box-two:hover .project-content-two{
bottom:0;
}

.home-seven .project-content-two h6 {
font-size: 16px;
color: #49af45;
font-weight: 600;
text-transform: uppercase;
}

.home-seven .project-content-two i {
display: inline-block;
background: #527752;
color: #fff;
font-size: 32px;
width: 70px;
height: 70px;
text-align: center;
line-height: 70px;
position: absolute;
right: -25px;
top: -22px;
border: 3px solid #fff;
border-left: transparent;
border-bottom: transparent;
border-radius: 3px;
}

.home-seven .project-content-shape {
position: absolute;
right: 18px;
bottom: 11px;
}



/*---=====================================================
<!--Oxalis Strat Why Choose Area home Seven Css-->
=========================================================---*/
.why-choose-area.home-seven {
background: url(../images/home7/why-choose-bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 109px 0 125px;
position: relative;
}

.why-choose-us-right {
display: flex;
justify-content: space-around;
align-items: center;
text-align: center;
background: #fff;
padding: 45px 0;
width: 86%;
}

.home-seven .choose-us-content h4 {
font-size: 18px;
}

.home-seven .choose-shape {
position: absolute;
top: 60px;
left: 33%;
animation: rotateme2 20s linear infinite;
}


/*---=====================================================
<!--Oxalis Strat Counter Area home Seven Css-->
=========================================================---*/
.counter-area.home-seven {
background: #49AE45;
padding: 84px 0 59px;
padding-left: 190px;
}

.home-seven .single-counter-box {
text-align: inherit;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 18px;
position: relative;
z-index: 1;
}

.home-seven .counter-number h4 {
font-size: 70px;
color: #fff;
margin: 0;
}

.home-seven .counter-content p {
font-size: 16px;
margin: 0;
font-weight: 500;
text-transform: uppercase;
}

.home-seven .counter-content h4 {
font-size: 22px;
color: #fff;
display: inline-block;
margin-top: 2px;
font-weight: 600;
}

.home-seven .counter-content-two h4 {
font-size: 150px;
margin: 0;
-webkit-text-stroke-width: 1px;
color: transparent;
-webkit-text-stroke-color: #000000;
position: absolute;
bottom: -41px;
left: -88px;
opacity: 0.4;
z-index: -1;
}




/*---=====================================================
<!--Oxalis Strat Testimonial Area home Seven Css-->
=========================================================---*/
.home-seven.testimonial-area {
background: #00181A;
padding: 111px 0 115px;
}

.home-seven.testimonial-area .section-title.center {
margin-bottom: 57px;
}

.home-seven.testimonial-area .section-title.center h1 {
color: #fff;
}

.home-seven .single-testi-box {
background: #002526;
padding: 29px 37px 34px;
border-radius: 5px;
position: relative;
z-index: 1;
margin: 0 14px;
transition: 0.5s;
border-left: 5px solid #002526;
border-bottom: 5px solid #002526;
}

.home-seven .single-testi-box:hover{
border-left: 5px solid #527752;
border-bottom: 5px solid #527752;
}

.home-seven .testi-author-content h4 {
font-size: 20px;
font-weight: 600;
margin: 0 0 7px;
color: #fff;
}

.home-seven .testi-author-desc p {
margin: 33px 0 0;
font-style: italic;
}

.home-seven .testi-box-shape {
position: absolute;
bottom: -9px;
right: -4px;
z-index: -1;
}

.home-seven .testi-author-rating {
background: #001818;
display: inline-block;
padding: 4px 23px;
border-radius: 30px;
position: absolute;
top: 58px;
right: 58px;
}

.home-seven .testi-author-rating ul li {
display: inline-block;
color: #fff;
font-size: 13px;
margin-right: 8px;
}

.home-seven.testimonial-area .owl-dots {
position: relative;
text-align: center;
padding-top: 40px;
}

.home-seven.testimonial-area .owl-dot {
width: 18px;
height: 18px;
border-radius: 50px;
display: inline-block;
margin: 0 9px;
border: 1px dashed #fff;
position: relative;
}

.home-seven.testimonial-area .owl-dot:before {
position: absolute;
content: "";
width: 10px;
height: 10px;
left: 3px;
top: 3px;
background: #49ae44bf;
border-radius: 50%;
}

.home-seven.testimonial-area .owl-dot.active:before {
background: #527752;
}



/*---=====================================================
<!--Oxalis Strat Faqs Area home Seven Css-->
=========================================================---*/
.home-seven.faqs-area {
background: url(../images/home7/faqs-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
overflow: hidden;
padding: 109px 0 101px;
}

.home-seven.faqs-area .section-title.left {
margin-bottom: 55px;
}

.home-seven.faqs-area .section-title.left h1 {
font-size: 50px;
line-height: 44px;
}

.home-seven .faq-question:after {
background:transparent;
}

.home-seven .faq-singular.active:before {
background:transparent;
}

.home-seven .faq-singular.active .faq-question {
color: #001819;
}

.home-seven .faq-singular .faq-question:before {
position: absolute;
content: ">";
right: 11px;
top: 50%;
transform: translateY(-50%);
font-size: 30px;
font-weight: 400;
transition: 0.5s;
background: #527752;
text-align: center;
border-radius: 50%;
line-height: 44px;
}

.home-seven .faq-singular.active .faq-question:before {
transform: translateY(-50%) rotate(-90deg) !important;
color: #fff;
}

.home-seven .vedio-content a {
display: inline-block;
font-size: 18px;
text-transform: uppercase;
color: #fff;
font-weight: 500;
background: #49AE44;
width: 96px;
height: 96px;
text-align: center;
line-height: 96px;
border-radius: 50%;
position: relative;
z-index: 1;
}

.home-seven .vedio-content a:before {
position: absolute;
content: "";
width: 130px;
height: 130px;
top: -17px;
left: -17px;
border-radius: 50%;
background: #96aab5c7;
z-index: -1;
-webkit-animation: ripple 1.6s ease-out infinite;
-moz-animation: ripple 1.6s ease-out infinite;
}

@keyframes ripple {
0%, 35% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 1; }
50% {
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
transform: scale(1.5);
opacity: 0.8; }
100% {
opacity: 0;
-webkit-transform: scale(2);
-moz-transform: scale(2);
-ms-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
}
}

/*home seven Blog Area*/

.home-seven.blog-area {
padding: 111px 0 125px;
background: #fff;
}

.home-six.home-seven .blog-content {
border: transparent;
padding: 23px 32px 54px;
background: #F7F7F7;
position: relative;
}

/*home seven Contact Area*/
.home-six.home-seven.contact-area {
padding: 0px 0 0;
background: #fff;
position: relative;
z-index: 1;
}

.home-seven .contact-left {
text-align: center;
position: relative;
left: -304px;
}

.home-seven .contact-left iframe {
width: 136%;
height: 610px;
}



/*---=====================================================
<!--Oxalis Strat Marque Area home Seven Css-->
=========================================================---*/
.marque-area.home-seven {
background: url(../images/home7/marque-bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 97px 0;
}

.home-seven .marque-content h4 {
font-size: 85px;
-webkit-text-stroke-width: 1px;
color: transparent;
-webkit-text-stroke-color: #Fff;
}




/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

.splitting .char {
animation: slide-in 2s cubic-bezier(.5, 0, .5, 1) both;
animation-delay: calc(200ms * var(--char-index));
}

@keyframes slide-in {
from {
transform: translateY(-1em) rotate(-.5turn) scale(0.5);
opacity: 0;
}
}
/* ----- button play video -------*/
i.bi.bi-play::before {
content: "";
display: inline-block;
width: 40px;
height: 40px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='40' height='40' viewBox='0%200%20512%20512'%3E%3Cpath d='M64 96L328 256 64 416Z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: 24px 24px;
position: absolute;
top: 25%;
left: 30%;
}

/*------back-to-top------------*/
.prgoress_indicator {
position: fixed;
right: 26px;
bottom: 25px;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
border-radius: 50px;
box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
z-index: 9999999999;
opacity: 0;
visibility: hidden;
transform: translateY(15px);
transform: translateY(15px) !important;
transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
opacity: 1;
visibility: visible;
transform: translateY(0) !important;
}

.prgoress_indicator::before {
content: "";
display: inline-block;
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml,%3Csvg fill='%23527752' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.71,9.29l-7-7a1,1,0,0,0-1.42,0l-7,7a1,1,0,0,0,1.42,1.42L11,5.41V21a1,1,0,0,0,2,0V5.41l5.29,5.3a1,1,0,0,0,1.42,0A1,1,0,0,0,19.71,9.29Z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: 20px 20px;
position: absolute;
top: 25%;
left: 25%;
}

.prgoress_indicator:hover ::after {
color: #527752;
}
.prgoress_indicator:hover ::before {
opacity: 1;
}
.prgoress_indicator svg path {
fill: none;
}
.prgoress_indicator svg.progress-circle path {
stroke:#527752;
stroke-width: 4;
box-sizing: border-box;
transition: all 200ms linear !important;
}



/*** 
====================================================================
Search Popup
====================================================================
***/


.search-popup{
position: fixed;
left: 0;
top: 0;
height: 100vh;
width: 100%;
z-index: 99999;
margin-top: -540px;
transform: translateY(-100%);
background-color: rgba(0,0,0,0.90);
-webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
-moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
-o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup{
width: 100%;
}

.search-active .search-popup{
transform: translateY(0%);
margin-top: 0;
}

.search-popup .close-search {
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
margin-top: -200px;
border-radius: 50%;
text-align: center;
background-color: #527752;
width: 70px;
cursor: pointer;
box-shadow: 0 0 10px rgba(0,0,0,0.05);
border-bottom: 3px solid #fff;
border-top: 3px solid #fff;
border-right: 3px solid #062462;
border-left: 3px solid #062462;
-webkit-transition: all 500ms ease;
height: 70px;
line-height: 70px;
text-align: center;
}

.search-active .search-popup .close-search{
visibility: visible;
opacity: 1;
top: 50%;
-webkit-transition-delay: 1500ms;
-moz-transition-delay: 1500ms;
-ms-transition-delay: 1500ms;
-o-transition-delay: 1500ms;
transition-delay: 1500ms;
}

.search-popup form{
position: absolute;
max-width: 700px;
top: 50%;
left: 15px;
right: 15px;
margin:-35px auto 0;
transform: scaleX(0);
transform-origin: center;
background-color: #111111;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.search-active .search-popup form{
transform: scaleX(1);
-webkit-transition-delay: 1200ms;
-moz-transition-delay: 1200ms;
-ms-transition-delay: 1200ms;
-o-transition-delay: 1200ms;
transition-delay: 1200ms;
}

.search-popup .form-group{
position:relative;
margin:0px; 

overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
position:relative;
display:block;
font-size:18px;
line-height: 50px;
color:#000000;
height:70px;
width:100%;
padding: 10px 30px;
background-color: #ffffff;
-webkit-transition:all 500ms ease;
-moz-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease;
font-weight:500;
text-transform:capitalize;
}

.search-popup .form-group input[type="submit"], .search-popup .form-group button {
position: absolute;
right: 30px;
top: 0px;
height: 70px;
line-height: 70px;
background: transparent;
text-align: center;
font-size: 24px;
color: #527752;
padding: 0;
cursor: pointer;
-webkit-transition: all 500ms ease;
border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
color:#000000;
}

.search-popup .close-search.style-two{
position: absolute;
right: 25px;
left: auto;
color:#ffffff;
width:auto;
height:auto;
top:25px;
margin:0px;
border:none;
background:none !important;
box-shadow:none !important;
-webkit-transition:all 500ms ease;
-moz-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease;
}

.search-box-btn {
display: inline-block;
padding-left: 22px;
}

.search-box-btn i {
display: inline-block;
color: #fff;
line-height: 30px;
text-align: center;
font-size: 18px;
cursor: pointer;
transition: .5s;
}

.upp.search-box-btn i {
color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
font-size: 20px;
display: inline-block;
color: #fff;
padding-left: 17px;
position: relative;
z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
color: #9E9FA1;
}

.search-box-btn.search-box-outer span i:after {
position: absolute;
content: "0";
right: -10px;
top: -4px;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
background: #527752;
color: #fff;
border-radius: 50%;
display: inline-block;
font-size: 12px;
}

.flaticon-multiply:before {
content: inherit;
}

button.close-search i {
font-size: 25px;
color: #fff;
display: inline-block;
}


span.flaticon-multiply i {
display: inline-block;
color: #527752;
}



/*===========================
<-- Oxalis Sidbar Css -->
  =============================*/

  .xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
  }

  .xs-sidebar-group .widget-heading {
  position: absolute;
  top: 23px;
  right: 0;
  padding: 25px;
  }

  .xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #272727;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
  }

  .xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  left: 0;
  }

  .xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  }

  .sidebar-textwidget {
  padding: 40px 32px;
  }

  .close-side-widget i {
  color:#49AE45;
  font-size: 28px;
  display: block;
  }

  .sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  }

  .xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  }

  .xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
  }

  .xs-bg-black {
  background-color:#49AE45;
  }

  /*html css*/
  .nav-logo {
  margin: 0 0 50px;
  }

  .content-box h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  }

  .content-box p {
  display: inline-block;
  color: #fff;
  padding: 15px 0 0;
  }

  a.theme-btn.btn-style-two span {
  color: #fff;
  font-size: 20px;
  }

  a.theme-btn.btn-style-two i {
  color: #49AE45;
  }

  .contact-info h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
  }

  ul.list-style-one li {
  display: block;
  list-style: none;
  color: #fff;
  padding: 16px 0 0;
  overflow: hidden;
  }

  ul.list-style-one li span {
  font-size: 20px;
  font-weight: 600;
  color: #49AE45;
  margin: 0 10px 0 0px;
  }

  ul.social-box {
  margin: 30px 0 0;
  }

  ul.social-box li {
  display: inline-block;
  list-style: none;
  margin: 0 6px 0 0;
  }

  ul.social-box li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  color: #49AE45;
  transition: .5s;
  font-size: 18px;
  border-radius: 3px;
  }

  ul.social-box li a:hover {
  background:#49AE45;
  color: #fff;
  }
  /*==========LIVE===============*/
  .live-badge-live,
.viewer-count-live{
position:absolute;
top:15px;
padding:6px 12px;
border-radius:20px;
font-size:13px;
color:#fff;
}

.live-badge-live{
left:15px;
background:#e10600;
display:flex;
align-items:center;
gap:6px;
font-weight:600;
z-index:2;
}

.viewer-count-live{
right:15px;
left:auto;
background:rgba(0,0,0,.6);
max-width:calc(100% - 130px);
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
z-index:1;
}

.live-dot-live{
width:8px;
height:8px;
background:#fff;
border-radius:50%;
animation:pulse-live 1.2s infinite;
}

  @keyframes pulse-live{
    0%,100%{opacity:1}
    50%{opacity:.3}
  }

  /* ===== Grid ===== */
  .cards-live{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
  }

  /* ===== Card ===== */
  .card-live{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    position:relative;
    box-shadow:0 20px 40px rgba(0,0,0,0.15);
    transition:box-shadow .35s ease;
  }

  .card-image-live{position:relative}

  .card-live img{
    width:100%;
    height: 300px;
    object-fit:cover;
    display:block;
    transition:transform .6s ease;
  }

  .card-live:hover{
    box-shadow:0 30px 60px rgba(0,0,0,0.25);
  }

  .card-content-live{
    padding:22px;
    text-align:center;
  }

  .card-content-live h3{
    font-size:18px;
    margin-bottom:15px;
  }

  .card-content-live a{
    display:inline-block;
    padding:10px 20px;
    border-radius:30px;
    background:#2f4f3b;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    transition:background .3s ease;
  }

  .card-content-live a:hover{
    background:#1f3528;
  }
/*==========TOUR===============*/
  .cards-tour {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
          }
          .card-meta{
            display:flex;
            gap:18px;
            align-items:center;
          }

          .tour-price{
            font-weight:700;
            color:#144d29;
          }

          .tour-price span{
            font-weight:400;
            color:#585555;
            margin-left:4px;
          }
          .card-tour {
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
            position: relative;
          }
          
          .card-image-tour img {
            width: 100%;
            object-fit: cover;
            display: block;
          }

          .card-content-tour {
            padding: 24px;
          }

          .card-content-tour h2 {
            font-size: 22px;
            margin-bottom: 12px;
          }

          .card-content-tour p {
            color: #585555;
            font-size:17px;
            margin-bottom: 20px;
            line-height: 1.4;
          }

          .card-footer22 {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 10px;
          }

          .duration{
            color:#585555;
          }

          .btn-tour{
            display:inline-flex;
            align-items:center;
            justify-content:center;
            padding:10px 22px;
            border-radius:30px;
            border:2px solid #144d29;
            background:transparent;
            color:#144d29;
            font-weight:800;
            text-decoration:none;
            transition:all .3s ease;
          }

          .btn-tour:hover{
            background:#144d29;
            color:#fff;
          }
  /*===========================
  <-- Loader Css -->
    =============================*/
    .loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 99999;
    }

    .loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #f3297c;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    }

    .loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #10eb9b;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    }

    .loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
    }

    /*/ Here comes the Magic /*/

    @-webkit-keyframes spin {
    0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    }

    100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    }
    }

    @-moz-keyframes spin {
    0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    }

    100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    }
    }

    @keyframes spin {
    0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    }

    100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    }
    }

    .loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
    }

    .loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
    }

    .loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
    }

    /*/ When page loaded /*/
    .loaded .loder-section.left-section {
    left: -100%;
    }

    .loaded .loder-section.right-section {
    right: -100%;
    }

    .loaded .loader-wrapper {
    visibility: hidden;
    }

    .loaded .loader {
    top: -100%;
    opacity: 0;
    }



    @media (min-width: 992px) and (max-width: 1199px) {
    .container, .container-lg, .container-md, .container-sm {
    max-width: 1080px !important;
    }
    
    
