/****************************
==============================
   Index
==============================

1.    Variable
2.    Mixins
3.    Base
4.    Utility

5.    Header
6.    Banner
7.    Testimonial
8.    Product
9.    Feature
10.   Footer 
11.   Preview
12.   Achievement
13.   Elements
14.   Marquee
15.   


******************************/

/*============================
// font family
============================*/

:root {
    --color-primary: #01712D;
    --color-white: #fff;
    --color-black: #111111;
    --color-body: #444444;
    --color-grey: #f8f8f8;
    --color-green-light: #D5ED9E;
    --color-secondary: #FF9002;
    --font-body: "Poppins", sans-serif;
    --font-title: "Outfit", sans-serif;
    --border-radius-xs: 4px;
    --border-radius-sm: 6px;
    --border-radius-md: 10px;
    --border-radius-lg: 15px;
    --border-radius-xl: 20px;
}

/*============================
// brakpoints
============================*/

/* ===========================
// Typography
==============================*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 30px;
    color: var(--color-body);
    font-weight: 400;
}

p {
    font-size: 16px;
    color: var(--color-body);
    line-height: 30px;
    margin-bottom: 15px;
    font-family: var(--font-body);
    font-weight: 400;
}

/*==== heading fonts setup ====*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-black);
    font-family: var(--font-title);
    line-height: 1.5;
    font-weight: 700;
}

h1 {
    font-size: 48px;
    line-height: 1.23;
}

h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

h4 {
    font-size: 26px;
    margin-bottom: 15px;
}

h5 {
    font-size: 22px;
    margin-bottom: 15px;
}

h6 {
    font-size: 18px;
    margin-bottom: 15px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

.mb--24 {
    margin-bottom: 24px !important;
}

.mt--24 {
    margin-top: 24px !important;
}

/*============================ 
// Bootstrap Overwrite
=============================*/

.gutter-30 > li,
.gutter-30 > div {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

/*============================ 
// Global styles
=============================*/

html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
}

#main_content {
    position: relative;
    z-index: 10;
    background-color: #fff;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: var(--color-primary);
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:link,
a:visited,
a:focus {
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: none;
    color: var(--color-primary);
}

img {
    max-width: 100%;
    height: auto;
}

input:focus,
textarea:focus,
select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-padding__left {
    padding-left: 0 !important;
}

.no-padding__right {
    padding-right: 0 !important;
}

.section-padding {
    padding-block: 130px;
}

section,
.section {
    position: relative;
}

/*======================================
// Heading
=====================================*/

.section-heading {
    margin-bottom: 35px;
}

.section-heading .heading-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #111111;
    margin-bottom: 10px;
}

.section-heading p {
    font-size: 16px;
    text-transform: capitalize;
}

/*=======================================================================
    Button
=========================================================================*/

.gardenar-button .gardenar-btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50px;
    padding: 16px 26px;
    font-size: 14px;
    line-height: 1;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gardenar-button .gardenar-btn::before,
.gardenar-button .gardenar-btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gardenar-button .gardenar-btn:before {
    background-color: #FF9002;
    z-index: -1;
}

.gardenar-button .gardenar-btn::after {
    background-color: #01712D;
    z-index: -1;
    -webkit-transform-origin: 0 bottom;
    transform-origin: 0 bottom;
    -webkit-transform: translate3D(-50%, 0, 0) rotate(-50deg);
    transform: translate3D(-50%, 0, 0) rotate(-50deg);
}

.gardenar-button .gardenar-btn:hover {
    color: #fff;
}

.gardenar-button .gardenar-btn:hover:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.gardenar-button .gardenar-btn:hover svg {
    color: #fff;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.gardenar-button .gardenar-btn svg {
    color: #fff;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gardenar-button .gardenar-btn.style-2 {
    color: #111111;
}

.gardenar-button .gardenar-btn.style-2::before {
    background-color: #D5ED9E;
}

.gardenar-button .gardenar-btn.style-2::after {
    background-color: #FF9002;
}

.gardenar-button .gardenar-btn.style-2 svg {
    color: #111111;
    margin-right: 10px;
    margin-left: auto;
}

.title-info .title {
    font-weight: 800;
    font-size: 36px;
    line-height: 46px;
    color: #fff;
}

.title-info p {
    color: #fff;
}

.feature-wrap {
    background-color: #D5ED9E;
    z-index: 1;
}

.feature-wrap .section-heading .subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #FF9002;
    padding: 13px 30px;
    border-radius: 50px;
    display: inline-block;
    line-height: 1;
    margin-bottom: 15px;
}

.feature__grid__1 {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}

.feature__grid__1 .feature__box__1 {
    border-radius: 15px;
    min-height: 143px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1) !important;
    transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1) !important;
}

.feature__grid__1 .feature__box__1:hover {
    -webkit-box-shadow: 7px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 7px 7px rgba(0, 0, 0, 0.2);
}

.feature__grid__1 .feature__box__1:hover .item-img img {
    -webkit-animation: headShake 1.5s ease;
    animation: headShake 1.5s ease;
}

.choose-feature-wrap {
    padding: 70px 0 120px;
}

.choose-feature-box {
    padding: 40px;
    background: #FFF5E8;
    border-radius: 20px;
    padding-bottom: 0;
    height: 100%;
}

.choose-feature-box .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.choose-feature-box p {
    margin-bottom: 5px;
    line-height: 22px;
    color: #111111;
    text-transform: capitalize;
}

.choose-feature-box.style-1 {
    padding-bottom: 0;
}

.choose-feature-box.style-2 {
    background-color: #E0F2B6;
    padding: 40px 0 15px;
}

.choose-feature-box.style-2 p {
    margin-bottom: 30px;
}

.choose-feature-box.style-3 {
    background-color: #E8F2E5;
    padding-bottom: 15px;
}

.choose-feature-box.style-3 p {
    margin-bottom: 30px;
}

.choose-feature-box.style-4 {
    background-color: #E8F2E5;
}

.choose-feature-box.style-4 .content {
    text-align: center;
}

.choose-feature-box.style-4 .content .title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
}

.choose-feature-box.style-4 .content p {
    font-weight: 500;
}

.choose-feature-box.style-5 {
    background-color: #f5f5f5;
}

.choose-feature-box.style-6 {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.choose-feature-box.style-7 {
    background-color: #F1EAFB;
}

.choose-img {
    text-align: center;
}

.choose-img img {
    width: 100%;
}

.choose-img.has-animation.active-animation img {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.choose-img.has-animation img {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: transform 0.9s cubic-bezier(0.34, 0.17, 0.24, 0.94), -webkit-clip-path 0.7s cubic-bezier(0.34, 0.17, 0.24, 0.94);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.feature-inner-wrap {
    background-color: #01712D;
    overflow: hidden;
}

.feature-inner-wrap .shape {
    position: absolute;
    top: 0;
    left: 200px;
    -webkit-animation: animation_back_down 1s linear infinite;
    animation: animation_back_down 1s linear infinite;
}

.feature-inner-wrap .title-info {
    margin-bottom: 30px;
}

.title-info.has-animation.active-animation .shape-line svg {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.title-info.has-animation .shape-line svg {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: transform 0.9s cubic-bezier(0.34, 0.17, 0.24, 0.94), -webkit-clip-path 0.7s cubic-bezier(0.34, 0.17, 0.24, 0.94);
}

.feature-wrap-1 {
    background-color: #D5ED9E;
}

.feature-layout-1 {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feature-layout-1 .item-icon {
    width: 125px;
    height: 125px;
    background: linear-gradient(142.67deg, #FFB351 7.94%, #FF9002 92.65%);
    border: 1px solid #FF9208;
    -webkit-box-shadow: 0px 6px 20px #9CB562;
    box-shadow: 0px 6px 20px #9CB562;
    border-radius: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.feature-layout-1 .item-icon.skill img {
    -webkit-animation: opacity 2s ease infinite;
    animation: opacity 2s ease infinite;
}

.feature-layout-1 .item-icon.click img {
    -webkit-animation: animation_back_down 2s linear infinite;
    animation: animation_back_down 2s linear infinite;
}

.feature-layout-1 .item-icon.update img {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}

.feature-layout-1 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.feature-layout-1 .content .title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}

.feature-layout-1 .content p {
    color: #505C33;
    text-transform: capitalize;
}

.elementor-wrap {
    padding: 150px 0 0 0;
}

.elementor-img-list.has-animation.active-animation img {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.elementor-img-list.has-animation img {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
    transition: transform 0.9s cubic-bezier(0.34, 0.17, 0.24, 0.94), -webkit-clip-path 0.7s cubic-bezier(0.34, 0.17, 0.24, 0.94);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.text-box .section-heading {
    width: auto;
}

.text-box .section-heading p {
    margin-bottom: 15px;
}

.el-list-wrap {
    gap: 20px;
}

.preview__wrap__1 {
    padding: 180px 0px 120px;
    background-color: #F9F8EE;
}

.preview__wrap__1 .section-heading .heading-title {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}

.preview__wrap__1 .section-heading .heading-title span {
    color: #FF9002;
}

.preview__wrap__1 .section-heading .heading-title .bg-count-text {
    font-size: 240px;
    font-weight: 700;
    color: #E0DFD5;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-family: "Outfit", sans-serif;
    -webkit-animation: animation_back_down 2s linear infinite;
    animation: animation_back_down 2s linear infinite;
}

.preview__wrap__1 .preview-element ul li {
    position: absolute;
}

.preview__wrap__1 .preview-element ul li:nth-child(1) {
    top: 140px;
    right: 0;
}

.preview__wrap__1 .preview-element ul li:nth-child(2) {
    bottom: 140px;
    left: 0;
}

.preview-layout:hover .preview__box__1 {
    -webkit-box-shadow: 7px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 7px 7px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.preview-layout:hover .preview__box__1 .item-img a img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.preview__box__1 {
    background-color: #fff;
    border: 1px solid #E6E4CF;
    border-radius: 30px;
    padding: 35px 35px 40px 35px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 14px 30px #EAE9DD;
    box-shadow: 0px 14px 30px #EAE9DD;
    -webkit-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}

.preview__box__1 .item-img {
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    margin-bottom: 35px;
    overflow: hidden;
}

.preview__box__1 .item-img a {
    display: block;
    border-radius: 20px;
}

.preview__box__1 .item-img a img {
    border-radius: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.preview-text a {
    color: #111111;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: "Outfit", sans-serif;
}

.preview-text a:hover {
    color: #01712D;
}

.comming-soon-box {
    cursor: not-allowed;
    pointer-events: none;
}

.comming-soon-box .preview__box__1 .item-img {
    border: 1px solid #E1E5EA;
    border-radius: 15px;
}

.comming-soon-box .preview__box__1 .item-img a {
    cursor: not-allowed;
    pointer-events: none;
}

.comming-soon-box .preview__box__1 .item-img a img {
    border-radius: 15px;
    -webkit-box-shadow: 0px 10px 20px #E0E5E4, 0px 10px 20px rgba(188, 204, 202, 0.5);
    box-shadow: 0px 10px 20px #E0E5E4, 0px 10px 20px rgba(188, 204, 202, 0.5);
    cursor: not-allowed;
    pointer-events: none;
}

.hero-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hero-wrap .hero-bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -2;
    -webkit-animation: rt-scale 50s linear infinite;
    animation: rt-scale 50s linear infinite;
}

.hero-wrap .hero-bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-wrap::before {
    content: "";
    height: 100%;
    width: 100%;
    background-image: url(../../media/banner/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.hero-wrap .leaf-shape {
    position: absolute;
    bottom: -20px;
    left: 40px;
    -webkit-animation: rtFigureAnimate 6s ease-in-out infinite alternate;
    animation: rtFigureAnimate 6s ease-in-out infinite alternate;
}

.hero-content {
    position: relative;
    z-index: 1;
    margin: 175px 0;
}

.hero-content .sub-title {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 83.3px;
    color: #fff;
    font-family: "Outfit", sans-serif;
    display: inline-block;
}

.hero-content .sub-title img {
    margin-right: 5px;
}

.hero-content .title {
    font-weight: 700;
    font-size: 50px;
    text-transform: capitalize;
    line-height: 55px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
}

.hero-content p {
    color: #B6E5C9;
    font-size: 16px;
    text-transform: capitalize;
}

.hero-content .icon-shape img {
    -webkit-box-shadow: 0px 10.2857px 17.1429px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10.2857px 17.1429px rgba(0, 0, 0, 0.1);
}

.hero-content .gardenar-button {
    margin-top: 45px;
}

.hero-element ul li {
    position: absolute;
    bottom: 0;
    right: 0;
}

.hero-element ul li img {
    border-radius: 15px 15px 0 0;
    -webkit-box-shadow: 24px 30px 40px rgba(0, 0, 0, 0.3);
    box-shadow: 24px 30px 40px rgba(0, 0, 0, 0.3);
}

.hero-element ul li:nth-child(1) {
    right: 37%;
    z-index: 3;
}

.hero-element ul li:nth-child(1) img {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.hero-element ul li:nth-child(2) {
    right: 17%;
    z-index: 2;
}

.hero-element ul li:nth-child(3) {
    right: 0;
    z-index: 1;
}

.hero-element ul li:nth-child(4) {
    right: 0;
    z-index: 1;
    bottom: 45%;
}

.hero-element ul li:nth-child(4) img {
    border-radius: 15px;
}

.hero-element.has-animation.active-animation li img {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.hero-element.has-animation li img {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
    transition: transform 0.9s cubic-bezier(0.34, 0.17, 0.24, 0.94), -webkit-clip-path 0.7s cubic-bezier(0.34, 0.17, 0.24, 0.94);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.footer-style-1 {
    position: relative;
    z-index: 1;
    background-color: #003113;
    overflow: hidden;
}

.footer-style-1 .footer-shape li {
    position: absolute;
}

.footer-style-1 .footer-shape li:nth-child(1) {
    bottom: 0;
    left: 0;
}

.footer-style-1 .footer-shape li:nth-child(2) {
    top: 100px;
    right: 0;
}

.footer-top-element li {
    position: absolute;
}

.footer-top-element li img {
    border-radius: 0 0 8px 8px;
}

.footer-top-element li:nth-child(1) {
    top: 0;
    left: 0;
}

.footer-top-element li:nth-child(2) {
    top: -1px;
    right: 0;
}

.footer-bottom-element li {
    position: absolute;
}

.footer-bottom-element li img {
    border-radius: 8px 8px 0 0;
}

.footer-bottom-element li:nth-child(1) {
    bottom: 0;
    left: 0;
}

.footer-bottom-element li:nth-child(2) {
    bottom: 0;
    right: 0;
}

.footer-bottom-element li:nth-child(3) {
    bottom: 0;
    left: 25%;
}

.footer-style-1.has-animation.active-animation .footer-top-element li img {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.footer-style-1.has-animation .footer-top-element li img {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: transform 0.9s cubic-bezier(0.34, 0.17, 0.24, 0.94), -webkit-clip-path 0.7s cubic-bezier(0.34, 0.17, 0.24, 0.94);
}

.footer-style-1.has-animation.active-animation .footer-bottom-element li img {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.footer-style-1.has-animation .footer-bottom-element li img {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
    transition: transform 0.9s cubic-bezier(0.34, 0.17, 0.24, 0.94), -webkit-clip-path 0.7s cubic-bezier(0.34, 0.17, 0.24, 0.94);
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo .shape-line {
    margin-bottom: 30px;
}

.footer-title {
    color: var(--color-white);
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 0px;
    line-height: 40px;
    text-transform: capitalize;
}

.shape-line.has-animation.active-animation svg {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.shape-line.has-animation svg {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: transform 0.9s cubic-bezier(0.34, 0.17, 0.24, 0.94), -webkit-clip-path 0.7s cubic-bezier(0.34, 0.17, 0.24, 0.94);
}

/*==============================
// header
================================*/

.rt-header {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 10px 0 2px;
}

.rt-header.sticky-on.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #111111;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 0;
}

/*Header Action items*/

.header-action-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    vertical-align: middle;
    line-height: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*========================================
//  main-menu
==========================================*/

/*rt-main-menu*/

.rt-main-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rt-main-menu .menu .menu-item {
    position: relative;
}

.rt-main-menu .menu .menu-item {
    margin-right: 30px;
}

.rt-main-menu .menu .menu-item > a {
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    font-family: var(--font-title);
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0;
}

.rt-main-menu .menu .menu-item > a:before {
    content: "";
    top: 77%;
    -webkit-transform: translateY(-77%) translateX(-50%);
    transform: translateY(-77%) translateX(-50%);
    position: absolute;
    left: 50%;
    background-color: #fff;
    border-radius: 45px;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.rt-main-menu .menu .menu-item > a:hover {
    color: #fff;
}

.rt-main-menu .menu .menu-item > a:hover:before {
    left: 50%;
    width: 100%;
}

/*=====================================
  // rt mobile menu
======================================*/

.offscreen-navigation .menu {
    font-family: var(--font-title);
}

.offscreen-navigation .menu > li {
    border-bottom: 1px solid #e9e9e9;
}

.offscreen-navigation .menu > li:last-child {
    border-bottom: 0;
}

.offscreen-navigation .menu > li > a {
    background-color: #f3f3f3;
    font-size: 16px;
    padding: 12px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.offcanvas-content-style-2 .offscreen-navigation .menu > li > a {
    background-color: transparent;
    padding: 12px 0;
}

.offscreen-navigation .menu > li > a:hover {
    background-color: #f8f8f8;
}

.offscreen-navigation .menu > li > a.opened {
    background-color: #f8f8f8;
}

.offscreen-navigation .sub-menu {
    display: none;
    background-color: #ffffff;
}

.offscreen-navigation .sub-menu li.menu-item-has-children > a::after,
.offscreen-navigation .sub-menu li.menu-item-has-children > a::before {
    right: 40px;
}

.offscreen-navigation .sub-menu li a {
    border-top: 1px solid #f1f1f1;
    padding: 7px 40px;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.offcanvas-content-style-2 .offscreen-navigation .sub-menu li a {
    padding-left: 30px;
}

.offscreen-navigation .sub-menu li a:hover {
    background-color: rgba(15, 91, 245, 0.05);
}

.offscreen-navigation .sub-menu li .sub-menu li a {
    padding: 7px 50px;
}

.offscreen-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.offscreen-navigation ul li > a {
    display: block;
    position: relative;
    color: #000000;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.offscreen-navigation ul li > a:hover {
    color: var(--color-primary);
}

.offscreen-navigation ul li.menu-item-has-children > a:after {
    color: #999999;
    content: "\f067";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    right: 20px;
    position: absolute;
    font-size: 12px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.offscreen-navigation ul li.menu-item-has-children > a:before {
    color: #999999;
    content: "\f068";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    right: 20px;
    position: absolute;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.offscreen-navigation ul li.menu-item-has-children > a.opened:after {
    opacity: 0;
    visibility: hidden;
}

.offscreen-navigation ul li.menu-item-has-children > a.opened:before {
    opacity: 1;
    visibility: visible;
}

.rt-slide-nav {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    display: none;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    top: 100%;
    z-index: 99;
}

.rt-mobile-menu {
    padding: 12px 15px;
    border-bottom: 1px solid rgba(81, 81, 81, 0.15);
    z-index: 999;
    background: #403c3c;
}

.rt-mobile-menn-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body .sidebarBtn {
    display: block;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body .sidebarBtn .bar {
    background: var(--color-white);
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body .sidebarBtn .bar:nth-child(2),
body .sidebarBtn .bar:nth-child(3) {
    width: 25px;
    margin-left: 5px;
}

body .sidebarBtn .bar:last-child {
    margin-bottom: 0;
}

body.slidemenuon .sidebarBtn .bar:nth-child(2),
body.slidemenuon .sidebarBtn .bar:nth-child(3) {
    opacity: 0;
}

body.slidemenuon .sidebarBtn .bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
}

body.slidemenuon .sidebarBtn .bar:nth-child(4) {
    -webkit-transform: rotate(-45deg) translate(8px, -8px);
    transform: rotate(-45deg) translate(8px, -8px);
}

.el-list li {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #111111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.templete-box {
    margin-bottom: 24px;
}

.templete-box .item-img {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.marquee {
    overflow: hidden;
    width: 100%;
}

.rt-marquee-item {
    display: inline-block;
    will-change: transform;
}

.rt-marquee-item .entry-title {
    color: #041B16;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    margin-left: 4px;
    margin-bottom: 12px;
    background-color: #fff;
    border-radius: 1000px;
    padding: 10px 24px;
}

.marquee-image {
    border-radius: 25px;
    margin-right: 24px;
    -webkit-box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.25);
}

.marquee-image img {
    border-radius: 25px;
}

.rt-marquee-slider .rt-marquee:hover .rt-marquee-item {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@media only screen and (min-width: 768px) {

    .el-list-wrap {
        gap: 40px;
    }
}

@media (min-width: 992px) {

    .rt-mobile-menu {
        display: none;
    }
}

@media only screen and (min-width: 1199px) {

    .footer-content {
        width: 553px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 180px;
        margin-bottom: 180px;
    }
}

@media (min-width: 1200px) {

    .row.gutters-20 {
        margin-left: -10px;
        margin-right: -10px;
    }

    .row.gutters-20 > [class^=col-] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row.gutters-30 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .row.gutters-30 > [class^=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row.gutters-40 {
        margin-left: -20px;
        margin-right: -20px;
    }

    .row.gutters-40 > [class^=col-] {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 1200px) {

    .feature__grid__1 .feature__box__1 {
        width: 335px;
    }

    .choose-feature-box.style-4 .content {
        width: 370px;
        margin-right: auto;
        margin-left: auto;
    }

    .choose-feature-box.style-7 .content {
        width: 458px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (min-width: 1200px) {

    .preview__wrap__1 .section-heading {
        width: 656px;
        margin-right: auto;
        margin-left: auto;
    }

    .templete-wrap .section-heading {
        width: 667px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1400px) {

    .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
        max-width: 1296px;
    }
}

@media (max-width: 1199px) {

    .section-padding {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 1199px) {

    .feature__grid__1 {
        grid-template-columns: repeat(3, 1fr);
    }

    .elementor-wrap {
        padding: 100px 0;
    }

    .preview__wrap__1 {
        padding: 150px 0px 65px;
    }

    .preview__wrap__1 .preview-element {
        display: none;
    }

    .hero-element {
        display: none;
    }

    .footer-style-1 {
        padding: 80px 0px;
    }

    .footer-style-1 .footer-shape {
        display: none;
    }

    .footer-top-element {
        display: none;
    }

    .footer-bottom-element {
        display: none;
    }

    .footer-title {
        margin-bottom: 30px;
    }

    .templete-box .item-img img {
        width: 100%;
    }
}

@media (max-width: 991px) {

    .section-padding {
        padding: 80px 0;
    }
}

@media screen and (max-width: 991px) {

    .feature__grid__1 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {

    h1 {
        font-size: 36px;
    }

    .section-padding {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 767px) {

    .section-heading .heading-title {
        font-size: 30px;
        line-height: 40px;
    }

    .title-info .title {
        font-size: 30px;
        line-height: 40px;
    }

    .elementor-wrap {
        padding: 70px 0;
    }

    .preview__wrap__1 {
        padding: 100px 0px 35px;
    }

    .preview__box__1 {
        padding: 25px;
    }

    .hero-content {
        margin: 100px 0;
    }

    .hero-content .title {
        font-size: 36px;
        line-height: 42px;
    }

    .footer-title {
        font-size: 36px;
        line-height: 44px;
    }
}

@media screen and (max-width: 479px) {

    .feature__grid__1 {
        grid-template-columns: repeat(1, 1fr);
    }
}

@-webkit-keyframes animation_back_down {

    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes animation_back_down {

    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slide1 {

    0%,100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }
}

@keyframes slide1 {

    0%,100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }
}

@-webkit-keyframes rt-scale {

    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes rt-scale {

    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes rtFigureAnimate {

    0% {
        -webkit-transform: rotate(0deg) translate(0px);
        transform: rotate(0deg) translate(0px);
    }

    50% {
        -webkit-transform: rotate(30deg) translate(0px);
        transform: rotate(30deg) translate(0px);
    }

    100% {
        -webkit-transform: rotate(0deg) translate(0px);
        transform: rotate(0deg) translate(0px);
    }
}

@keyframes rtFigureAnimate {

    0% {
        -webkit-transform: rotate(0deg) translate(0px);
        transform: rotate(0deg) translate(0px);
    }

    50% {
        -webkit-transform: rotate(30deg) translate(0px);
        transform: rotate(30deg) translate(0px);
    }

    100% {
        -webkit-transform: rotate(0deg) translate(0px);
        transform: rotate(0deg) translate(0px);
    }
}

@-webkit-keyframes rotate {

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes opacity {

    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@keyframes opacity {

    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

