:root,
body.dark-mode {
    --brand-color: #2b673b
}

.btn-light-mode,
body {
    color: var(--primaryColor);

}

.pretitle,
.title,
.title-2 {
    font-weight: 700
}

.title,
.title-2,
body {
    text-transform: capitalize;
    position: relative
}

#preloader,
.team .box .team-img,
img {
    width: 100%
}

#preloader,
#progress-value,
body {
    background-color: var(--bodyColor)
}

.box,
.btn,
.btn-sec,
.hero,
.title,
.title-2,
body {
    position: relative
}

.toast,
body {
    font-family: Outfit, sans-serif
}

.cc3,
.title-bg {
    max-width: 100%
}

.blog .entry .entry-img,
.btn,
.btn-sec,
.cc3,
.fzf,
.hero,
.progress-bar {
    overflow: hidden
}

:root {
    --bodyColor: #f8f6f4;
    --boxColor: #eff0ef;
    --dark-brand-color: #202020;
    --primaryColor: #404742;
    --title-2-color: #292836;
    --secendaryColor: #5e5e5e;
    --border-radius: 5px
    --icon-font: "Font Awesome 6 Pro";
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

body {
    text-align: left
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

body.home-rtl {
    font-family: Tajawal, sans-serif
}

body.dark-mode {
    --bodyColor: #151515;
    --boxColor: #1e1e1e;
    --primaryColor: #e4e6e4;
    --secendaryColor: #bcbcbc;
    --title-2-color: #ebebeb
}

.switch-button {
    border-radius: 50%;
    border: none;
    outline: 0;
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    margin-left: 10px;
    border: .5px solid var(--brand-color)
}

.box,
.box.box-hover::before {
    border-radius: var(--border-radius)
}

.btn-light-mode {
    background-color: var(--boxColor)
}

::selection {
    color: var(--bodyColor);
    background-color: var(--brand-color)
}

.title {
    color: var(--primaryColor);
    font-size: 45px
}
.navbar{
    max-width: 100vw;
}
.navbar #menu,
.title-2 {
    color: var(--title-2-color)
}

.title-2 {
    font-size: 26px
}

.breadcrumbs ol a:hover,
.pretitle,
.pricing .box ul li .bi-check2-circle,
.team .box .social-icons i:hover,
.unique-text {
    color: var(--brand-color)
}

.pretitle {
    text-transform: uppercase;
    font-size: 38px;
    margin: 2rem 0 3rem
}

.btn,
.btn-sec,
.learn-more {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer
}

.home-2 .heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem
}

body.home-rtl .heading {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: end;
    text-align: end
}

body.home-rtl .heading>* {
    justify-self: end;
    text-align: end
}

a,
a:focus,
a:hover {
    text-decoration: none
}

.box {
    background-color: var(--boxColor);
    padding: 20px;
    height: 100%;
    z-index: 1;
    transition: color .3s ease-in-out
}

.box.box-hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: var(--brand-color);
    transition: transform .4s ease-in-out;
    transform: scaleX(0);
    transform-origin: left;
    color: #f3f3f3
}

.box.box-hover:focus:before,
.box.box-hover:hover:before {
    transform: scaleX(1)
}

.box.box-hover:focus,
.box.box-hover:hover,
.box.box-hover:hover .box-icon i,
.box.box-hover:hover a i,
.box.box-hover:hover>*,
.counter-up .title-2,
.portfolio .img-overlay .content h3,
.portfolio .img-overlay .content h6 {
    color: #f9f9f9
}

.btn,
.btn-sec,
.btn-sec:hover {
    color: var(--bodyColor)
}

.box.box-hover:hover>p {
    color: #def3de
}

.home-rtl .box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: end
}

.btn,
.btn-sec {
    border: 1px solid var(--brand-color);
    background: var(--brand-color);
    border-radius: 40px;
    padding: 8px 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: .5px;
    outline: 0;
    transition: .8s;
    z-index: 1
}

.btn-sec {
    background-color: var(--boxColor);
    border: 1px solid var(--brand-color);
    color: var(--primaryColor)
}

.btn-sec::before,
.btn::before {
    background: var(--boxColor);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: .6s;
    width: 100%;
    height: 0%;
    transform: translate(-50%, -50%) rotate(45deg)
}

.btn-sec::before {
    background: var(--brand-color)
}

.home-3 .counter-up,
.learn-more,
.navbar ul li a:focus {
    background-color: transparent
}

.btn-sec:hover::before,
.btn:hover::before {
    height: 380%
}

.learn-more {
    color: var(--brand-color);
    border: none;
    display: flex;
    align-items: center
}

#progress,
#progress-value {
    border-radius: 50%;
    place-items: center
}

.learn-more .bi {
    font-size: 25px
}

@media (max-width:768px) {
    .btn {
        padding: 6px 18px;
        font-size: 16px
    }

    .title {
        font-size: 35px
    }

    .title-2 {
        font-size: 20px
    }



    p {
        font-size: 14;
        line-height: 28
    }
}

p {
    color: var(--secendaryColor);
    font-size: 16px;
    line-height: 32px;
    font-weight: 400
}

ul {
    list-style: none
}

.breadcrumbs {
    background: var(--dark-brand-color);
    min-height: 40px;
    margin-top: 82px;
    color: var(--bodyColor)
}

@media (max-width:992px) {
    .breadcrumbs {
        margin-top: 57px
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase
}

#preloader,
.hero .hero-icons a {
    justify-content: center;
    display: flex
}

.about .box .title-2,
.footer ul li a,
.name span,
.navbar ul li a,
.portfolio-btn,
.pricing .box .title-2,
.pricing h3 {
    text-transform: capitalize
}

.breadcrumbs h2 {
    color: #eaf0ec
}

.breadcrumbs ol a {
    color: #f8f6f4;
    transition: .3s
}

.breadcrumbs p,
.footer .box h4 {
    color: #b6b6b6
}

.breadcrumbs ol li+li {
    padding-left: 10px;
    color: #f9f9f9
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #f8f6f4;
    content: "/"
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    height: 100%;
    z-index: 9999
}

svg {
    width: 300px;
    visibility: hidden
}

#progress {
    position: fixed;
    bottom: 20px;
    right: 10px;
    height: 70px;
    width: 70px;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    cursor: pointer;
    z-index: 800
}

#progress-value {
    display: block;
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    display: grid;
    font-size: 35px;
    color: var(--brand-color)
}

.navbar {
    z-index: 900
}

.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler:focus {
    border: none;
    box-shadow: none !important
}

@media (max-width:990px) {
    .navbar .dropdown-menu {
        max-height: 75vh;
        overflow-y: auto
    }

    .navbar {
        background-color: var(--boxColor)
    }

    .home-rtl .navbar #navbar {
        display: flex;
        flex-direction: column !important
    }
}

@media (max-width:767px) and (orientation:landscape) {
    .navbar .dropdown-menu {
        max-height: 50vh;
        overflow-y: auto
    }
}

.cc3 .name,
.hover-img {
    max-height: 400px;
    width: 100%
}

.navbar #menu {
    font-size: 30px
}

#table3,
#table3>.price {
    color: #f3f3f3
}

.navbar .logo {
    width: 13rem
}

.navbar ul li a {
    font-weight: 600;
    color: var(--secendaryColor) !important
}

.navbar ul li a.active,
.navbar ul li a:hover,
.portfolio-btn .active,
.portfolio-btn:hover {
    color: var(--brand-color) !important
}

.navbar .dropdown-menu {
    background-color: var(--boxColor) !important
}

.navbar .dropdown-menu .dropdown-item {
    color: #000 !important;
    background-color: var(--boxColor)
}

.hero {
    min-height: 100%;
    padding-top: 3rem;
    padding-bottom: 1rem
}

.error-message {
    color: red;
    font-size: .8em;
    margin-top: 4px;
    margin-bottom: 4px;
    display: none
}

.blog .blog-comments .comment h5 .reply i,
.home-3 .hero .hero-text .icons i,
.portfolio-btn {
    font-size: 20px
}

.home-3 .hero {
    min-height: 150vh !important
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

#content {
    position: relative;
    z-index: 1
}

.hero .hero-text .title {
    line-height: 65px;
    font-size: 52px
}

.hero .hero-icons a {
    width: 36px;
    height: 36px;
    align-items: center;
    border-radius: var(--border-radius);
    background-color: var(--boxColor)
}

.blog-nav a.active,
.blog-nav a:hover,
.hero .hero-icons a:hover {
    background-color: var(--brand-color)
}

.hero .hero-icons a:hover>i {
    color: var(--boxColor)
}

.hero .hero-icons i {
    font-size: 20px;
    color: var(--secendaryColor);
    cursor: pointer
}

@media (max-width:990px) {

    .home-1 .hero,
    .home-3 .hero,
    .home-rtl .hero {
        margin-top: 55px
    }

    .hero .hero-text .title {
        line-height: 65px;
        font-size: 44px
    }
}

.home-3 .hero .hero-text .title {
    font-size: 50px;
    line-height: 65px
}

.home-3 .hero .hero-text .icons .icon {
    background-color: var(--brand-color);
    color: var(--body-color);
    border-radius: 50%;
    margin-inline: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center
}

.home-3 .hero .hero-images .hero-img {
    height: 500px
}

.home-3 .hero .hero-images .hero-img img {
    border-radius: var(--border-radius);
    object-fit: cover;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.home-3 .hero .hero-numbers .box-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.home-3 .hero .hero-numbers .box-number h2 {
    font-size: 55px;
    color: var(--brand-color);
    font-weight: 700;
    text-align: center
}

.home-3 .hero .hero-numbers .box-number h6 {
    color: var(--secendaryColor);
    font-size: 18px;
    font-weight: 400
}

.about .box .title-2 {
    font-size: 18px
}

.about .box {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    padding: 15px
}

.about .box i,
.single-service .service-box i {
    font-size: 35px;
    color: var(--brand-color)
}

.about .bars,
.footer ul {
    margin: 0;
    padding: 0
}

@keyframes load {
    from {
        width: 0%
    }
}

@-webkit-keyframes load {
    from {
        width: 0%
    }
}

@-o-keyframes load {
    from {
        width: 0%
    }
}

@-moz-keyframes load {
    from {
        width: 0%
    }
}

.progress-bar {
    width: 100%;
    height: 8px;
    background-color: var(--boxColor);
    border-radius: 5px
}

.progress-bar-fill {
    height: 100%;
    background-color: var(--brand-color);
    border-radius: 5px;
    transition: width .2s ease-in-out;
    animation: 3s load;
    -webkit-animation: 3s load;
    -moz-animation: 3s load;
    -o-animation: 3s load
}

#table3 .btn,
.portfolio-btn {
    background-color: var(--bodyColor)
}

.fzf .content img,
.progress-bar-fill.progress-bar-fill-1 {
    width: 70%
}

.progress-bar-fill.progress-bar-fill-2 {
    width: 20%
}

.progress-bar-fill.progress-bar-fill-3 {
    width: 55%
}

.home-rtl .about .box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: end
}

.box-service .box-icon i {
    color: var(--brand-color);
    font-size: 4rem
}

.home-2 .box-service {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.home-rtl .box-service {
    text-align: end;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end
}

.services .box-service a {
    display: flex;
    align-items: baseline
}

.services .box-service a i {
    font-size: 18px;
    margin: 0 5px
}

.single-service {
    min-height: 100vh;
    margin-top: 6rem
}

.client-side,
.service-side,
.single-service .service-box {
    height: fit-content
}

.client-side .social .icon,
.service-side .social .icon {
    width: 40px;
    height: 40px;
    border-radius: var(--border-radius);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--brand-color)
}

.client-side .social .icon i,
.service-side .social .icon i {
    font-size: 18px;
    color: var(--bodyColor)
}

.blog .entry .entry-footer .share,
.single-service .service-box h3 {
    font-size: 16px
}

.single-service .service-box p {
    line-height: 26px;
    font-size: 14px
}

.counter-up .counter,
.counter-up i {
    font-size: 50px;
    color: var(--brand-color)
}

.why-choose-us .box h1 {
    font-size: 50px;
    color: var(--brand-color);
    font-weight: 700
}

.portfolio-btn {
    font-weight: 600;
    cursor: pointer;
    color: var(--secendaryColor);
    border: none
}

.blog .blog-author,
.blog .card img,
.portfolio .img-overlay .link,
.portfolio-item img {
    border-radius: var(--border-radius)
}

.portfolio-item img {
    width: 100%;
    height: 100%
}

.portfolio ul {
    margin: 0 !important;
    padding: 1rem 0 !important
}

@media screen and (max-width:768px) {
    .portfolio ul li a {
        font-size: 17px
    }
}

.portfolio .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, #000, transparent);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    opacity: 0;
    transition: opacity .5s
}

.blog .blog-author,
.blog .blog-comments .reply-form input:focus,
.blog .blog-comments .reply-form textarea:focus,
.blog .sidebar,
.blog .sidebar .search-form,
.blog-nav a,
.clients,
.contact form input,
.contact form textarea,
.portfolio .img-overlay .link {
    background-color: var(--boxColor)
}

.portfolio .img-overlay .content {
    padding: 1.5rem;
    width: 100%;
    color: #c9e8d2
}

.portfolio .img-overlay>* {
    transform: translateY(40px);
    transition: transform 25ms
}

.cc3 .name,
.cc3 img::after {
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s
}

.portfolio .img-overlay:hover>* {
    transform: translateY(0)
}

.cc3:hover img::after,
.portfolio .img-overlay:hover {
    opacity: 1
}

.portfolio .img-overlay h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase
}

.portfolio .img-overlay .link {
    padding: 8px 16px;
    color: var(--brand-color);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.portfolio .img-overlay .link a {
    font-size: 16px;
    font-weight: 500
}

.portfolio .img-overlay .tags span {
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    color: #1fa84f;
    margin: 0 .5rem
}

.portfolio-item {
    transition: 50ms ease-in-out;
    position: relative
}

.cc3 .name,
.cc3 img::after,
.cc50 li::before,
.hover-border,
.title-bg {
    position: absolute
}

.client-side .box .icon {
    flex: 0.25
}

.client-side .box .icon i {
    font-size: 45px;
    color: var(--brand-color)
}

.client-side .box .text {
    flex: 0.75
}

.client-side .box .text h3 {
    color: var(--primaryColor);
    margin: 0;
    font-size: 18px
}

#table3,
.footer .box .icon {
    background-color: var(--brand-color)
}

.clients img {
    filter: grayscale(100%)
}

.clients img:hover {
    filter: grayscale(0)
}

.counter-up {
    padding: 60px 0;
    background-color: var(--dark-brand-color);
    color: #f9f9f9;
    text-align: center
}

.counter-up .counter {
    font-weight: 700
}

.pricing .row .box i,
.pricing h3,
.pricing ul li {
    color: var(--secendaryColor)
}

.pricing .row .box {
    text-align: center;
    align-items: center
}

.pricing .row .box ul,
.team .box {
    flex-direction: column;
    display: flex
}

#table3>h3,
#table3>i,
#table3>ul li,
.footer .copyrights a {
    color: #d8d8d8
}

#table3 .btn,
.blog .card a,
.blog .card i,
.blog .entry .entry-meta {
    color: var(--brand-color)
}

.pricing .row .box ul {
    margin: 0;
    padding: 0
}

#table3 ul li .bi-check2-circle {
    color: var(--dark-brand-color)
}

.pricing .row .box .price {
    font-size: 55px;
    font-weight: 700;
    color: var(--brand-color)
}

.pricing .row .box i {
    font-size: 55px
}

.pricing .box ul li .bi {
    font-size: 18px;
    margin-right: 5px
}

.pricing .box ul li .bi-x-circle {
    color: #864141
}

.pricing ul li {
    font-size: 20px;
    font-weight: 400;
    text-align: center
}

.pricing h3 {
    font-size: 20px;
    font-weight: 600
}

.pricing .box .title-2 {
    font-size: 25px;
    font-weight: 700
}

.testimonials .box h1 {
    font-size: 18px;
    margin: 0;
    padding: 0
}

.testimonials i {
    color: #b8b800;
    font-size: 20px
}

.team .box {
    padding: 0 0 1rem;
    align-items: center;
    justify-content: center
}

.team .box .social-icons i {
    font-size: 1.5rem;
    margin: 0 .5rem;
    color: var(--secendaryColor)
}

.blog h3 {
    font-size: 16px;
    font-weight: 400;
    color: var(--secendaryColor)
}

.home-rtl .blog .card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: end
}

.blog .card i {
    font-size: 17px
}

.blog .title-2 {
    font-size: 25px;
    line-height: 40px
}

.blog .card {
    padding: 0 !important
}

.blog .card a {
    display: flex;
    align-items: center;
    flex-direction: row
}

.blog .card a i {
    font-size: 18px;
    margin-inline: 5px
}

.blog-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 1rem
}

.footer .box .icon,
.fzf {
    display: grid;
    place-items: center
}

.blog-nav a {
    margin-inline: 0.5rem;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--title-2-color);
    border-radius: 50%
}

.blog .entry {
    padding: 30px;
    margin-bottom: 60px
}

.blog .entry .entry-img {
    max-height: 440px;
    margin: -30px -30px 20px
}

.blog .entry .entry-title {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px
}

.blog .entry .entry-title a,
.blog .sidebar .categories ul a {
    color: var(--title-2-color);
    transition: .3s
}

.blog .entry .entry-meta {
    margin-bottom: 15px
}

.blog .blog-author,
.blog .blog-comments,
.blog .entry-single,
.blog .sidebar .sidebar-item {
    margin-bottom: 30px
}

.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0
}

.blog .entry .entry-meta ul li+li {
    padding-left: 20px
}

.blog .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0
}

.blog .entry .entry-meta a {
    color: var(--primaryColor);
    font-size: 14px;
    display: inline-block;
    line-height: 1
}

.blog .entry .entry-content p {
    line-height: 24px
}

.blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right
}

.blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: 700
}

.blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6
}

.blog .entry .entry-footer i {
    color: var(--brand-color);
    display: inline
}

.blog .entry .entry-footer a {
    color: var(--secendaryColor);
    transition: .3s
}

.blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px
}

.blog .entry .entry-footer .cats li,
.blog .entry .entry-footer .tags li,
.blog .sidebar .tags ul li {
    display: inline-block
}

.blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px
}

.blog .entry .entry-footer .tags li+li::before {
    padding-right: 6px;
    color: var(--secendaryColor);
    content: ","
}

.blog .entry .entry-footer .share i {
    padding-left: 5px
}

.blog .blog-author {
    padding: 20px
}

.blog .blog-author img {
    width: 120px;
    margin-right: 20px
}

.blog .blog-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0;
    color: var(--title-2-color)
}

.blog .blog-author .social-links {
    margin: 0 10px 10px 0
}

.blog .blog-author .social-links a {
    color: rgba(1, 41, 112, .5);
    margin-right: 5px
}

.blog .blog-author p,
.footer .box p {
    color: var(--secendaryColor)
}

.blog .blog-comments .comments-count {
    font-weight: 700
}

.blog .blog-comments .comment {
    margin-top: 30px;
    position: relative
}

.blog .blog-comments .comment .comment-img {
    margin-right: 14px
}

.blog .blog-comments .comment .comment-img img {
    width: 60px
}

.blog .blog-comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px
}

.blog .blog-comments .comment h5 a {
    font-weight: 700;
    color: var(--title-2-color);
    transition: .3s
}

.blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: var(--brand-color)
}

.blog .blog-comments .comment time {
    display: block;
    font-size: 14px;
    color: var(--brand-color);
    margin-bottom: 5px
}

.blog .blog-comments .comment.comment-reply {
    padding-left: 40px
}

.blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 4rem
}

.blog .blog-comments .reply-form h4 {
    font-weight: 700;
    font-size: 22px
}

.blog .blog-comments .reply-form p {
    font-size: 14px
}

.blog .blog-comments .reply-form input {
    border-radius: var(--border-radius);
    outline: 0;
    border: none;
    color: var(--title-2-color);
    font-size: 14px
}

.blog .blog-comments .reply-form input:focus {
    border: none;
    outline: 0;
    box-shadow: none
}

.blog .blog-comments .reply-form textarea {
    box-shadow: none;
    outline: 0;
    border: none;
    color: var(--title-2-color)
}

.blog .blog-comments .reply-form .form-group {
    margin-bottom: 1rem
}

.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    width: fit-content
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
    color: var(--title-2-color);
    position: relative
}

.blog .sidebar .search-form form {
    background: var(--boxColor);
    border: 1px solid var(--boxColor);
    width: 100%;
    height: 100%;
    position: relative
}

.blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px)
}

.blog .sidebar .search-form form input[type=text]:focus {
    border: var(--boxColor);
    outline: 0;
    box-shadow: none
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: var(--brand-color);
    color: var(--bodyColor);
    transition: .3s;
    border-radius: 0 4px 4px 0;
    line-height: 0
}

.blog .sidebar .search-form form button i {
    line-height: 0;
    color: var(--bodyColor)
}

.blog .sidebar .categories ul,
.blog .sidebar .tags ul {
    list-style: none;
    padding: 0
}

.blog .sidebar .categories ul li+li {
    padding-top: 10px
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: var(--secendaryColor);
    font-size: 14px
}

.blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px
}

.blog .sidebar .recent-posts img {
    width: 80px;
    height: 100%;
    float: left;
    border-radius: var(--border-radius)
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: 700
}

.blog .sidebar .recent-posts h4 a {
    color: var(--primaryColor);
    transition: .3s
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-size: 14px;
    color: var(--secendaryColor)
}

.blog .sidebar .tags {
    margin-bottom: -10px
}

.blog .sidebar .tags ul a {
    color: var(--brand-color);
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid var(--secendaryColor);
    display: inline-block;
    border-radius: var(--border-radius);
    transition: .3s
}

.faq .box h4 {
    color: var(--title-2-color);
    font-size: 40px;
    font-weight: 600
}

.faq .box i {
    font-size: 25px;
    color: var(--brand-color)
}

.rotate-icon {
    transition: transform .3s ease-in-out
}

.rotate-icon.rotated {
    transform: rotate(180deg)
}

.contact form input,
.contact form textarea {
    width: 100%;
    padding: 15px;
    outline: 0;
    border: none;
    box-shadow: none;
    border-radius: var(--border-radius);
    color: var(--title-2-color)
}

.contact form input:focus,
.contact form textarea:focus {
    background-color: var(--boxColor);
    box-shadow: none
}

.contact .info i {
    font-size: 30px;
    color: var(--brand-color)
}

.contact .info h5 {
    color: var(--secendaryColor);
    font-size: 20px;
    font-weight: 600
}

.contact-map {
    width: 100%;
    height: 400px;
    margin-top: 5rem
}

.toast-success {
    background-color: #0d9700 !important;
    opacity: 1 !important
}

.toast-error {
    background-color: #8b0500 !important;
    opacity: 1 !important
}

.toast {
    border-radius: var(--border-radius) !important;
    color: #f9f9f9;
    box-shadow: none !important
}

.footer {
    background-color: #1c1d1c
}

.footer .box {
    background-color: var(--dark-brand-color)
}

.footer .box .logo img {
    width: 7rem
}

.footer .box .icon {
    color: #fff;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%
}

.footer .box p {
    color: #a2a1a1
}

.footer h4 {
    color: #b6b6b6;
    font-size: 18px;
    font-weight: 600
}

.footer ul li {
    color: #ddd;
    cursor: pointer
}

.footer ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #ddd
}

.footer ul li i {
    font-size: 12px
}

.footer hr {
    color: #b1b1b1
}

.fzf {
    width: 100%;
    height: 100%;
    place-content: center
}

.fzf .content {
    margin-top: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.fzf .content h1 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    margin-block: 1rem
}

.auth {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.cc2,
.cc3 img {
    display: block
}

.auth input {
    border: 0;
    outline: 0;
    margin-block: 0.5rem
}

.hero .owl-theme .owl-dots .owl-dot {
    width: 70px;
    height: 70px;
    border: 1px solid;
    border-radius: 35px;
    margin-right: 15px
}

.hero .owl-theme .owl-dots .owl-dot.active {
    border: 3px solid #2e673c
}

.owl-carousel.owl-loaded {
    display: inline
}

.navbar-toggler {
    background: var(--brand-color);
    border-radius: 57px;
    width: 60px;
    height: 60px
}

.cc1,
.close-nav-btn,
.nav-item {
    background: #fff
}

.offcanvas.offcanvas-end {
    width: 100%;
    max-width: 300px
}

.navbar ul li a {
    color: #000 !important;
    font-size: 23px;
    transition: .3s
}

.navbar .dropdown-menu {
    max-width: 400px;
    background-color: #212529 !important;
    border: none
}

.navbar .dropdown-menu .dropdown-item {
    background-color: #fff !important
}

.cc1 {
    padding: 10px;
    border-radius: 10px
}

.mt-100 {
    margin-top: 100px
}

.hover-border {
    height: 400px;
    width: 400px;
    border: 1px solid #1fa84f;
    top: 20px;
    left: 40px;
    border-radius: 20px;
    z-index: -1;
    transition: .3s ease-in-out
}

.cc3,
.hover-img {
    border-radius: 20px
}

.hover-img:hover {
    transform: scale(1)
}

.hover-img:hover+.hover-border {
    height: 400px;
    width: 400px;
    top: 0;
    left: 0
}

.hover-img {
    object-fit: cover;
    transition: transform .3s ease-in-out
}

.title-bg {
    left: -6px;
    color: transparent;
    font-size: 88px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    -webkit-text-stroke: 2px rgb(31, 168, 79, 20%);
    user-select: none;
    bottom: -15px;
    z-index: -1;
    text-transform: uppercase;
    letter-spacing: -.25px
}
 @media only screen and (max-width:768px) {
    .title-bg{
        font-size: 70px;
    }
    .pretitle{
        font-size: 25px;
        margin: 0 0 20px;
    }
    .hover-border{
        display: none;
    }
 }
 @media only screen and (max-width:500px) {
    .title-bg{
        font-size: 43px;
        bottom: -10px;
    }
    .pretitle{
        font-size: 16px;
        margin: 0 0 20px;
    }
    .hover-border{
        display: none;
    }
 }







.cc2 {
    color: #2b673b;
    font-size: 18px
}

.cc3 img {
    transition: .5s;
    position: relative
}

.cc3:hover img {
    scale: 1.1
}

.cc3 img::after {
    content: '';
    width: 100%;
    height: 100%;
    max-width: 306px;
    max-height: 306px;
    display: block
}

.cc3 .name {
    background-color: #2b673b;
    color: #fff;
    font-size: 1.2em;
    height: 100%;
    max-width: 420px
}

.cc3:hover .name {
    opacity: .7
}

.name {
    display: flex;
    justify-content: center;
    align-items: center
}

.name span {
    font-size: 30px;
    font-weight: 700
}

#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

#style-4::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #2b673b;
    border-radius: 10px
}

.offcanvas-body {
    scrollbar-width: none
}

.close-nav-btn {
    padding: 13px;
    font-size: 25px;
    line-height: 15px;
    border-radius: 7px;
    color: #2b673b;
    border: none
}

.navbar ul li a:hover {
    font-size: 17px
}

.dropdown-menu {
    display: none;
    transition: .5s;
    transition: .5s, visibility 0s .5s
}

.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition: .5s
}

.dropdown-toggle::after {
    display: unset;
    margin-left: unset;
    vertical-align: unset;
    border: none
}

.navbar.sticky {
    background-color: var(--boxColor);
    transition: 1s
}

.nav-item {
    padding: 5px 15px;
    border-radius: 10px;
    margin: 5px 0
}

.nav-item .nav-link {
    color: #000 !important
}

.cc50 li {
    position: relative;
    margin-left: 10px
}

.cc50 .dropdown-item:hover {
    color: #2b673b !important
}

.cc50 li::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 10px;
    top: 15px
}

div#CaptchaDiv1 {
    font-weight: 600;
    color: #2e673c;
    font-size: 20px;
    margin-bottom: 16px;
}


.th-menu-area {
    width: 100%;
    background-color: #fff;
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    z-index: 1;
}
.th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.text-center {
    text-align: center !important;
}
.th-menu-toggle {
    border: none;
    position: absolute;
    left: -15px;
    top: 25px;
    padding: 0;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: #fff;
    background-color: #2b673b;
    border-radius: 50%;
    display: inline-block;
    opacity: 0;
}
.mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: #2b673b;
}
.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}
.th-mobile-menu>ul {
    padding: 0 40px;
    margin: 0;
    list-style-type: disc;
}
.th-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
}
.th-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0 12px 18px;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
}
.th-mobile-menu ul li a:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
}



.offcanvas.offcanvas-end.show .th-menu-toggle{
    opacity: 1;
}

@media only screen and (max-width:990px){
    .cc11{
        margin-top: 20px !important;
    }
    .cc12{
        margin-bottom: 10px;
    }
    .cc13{
        margin-top: 20px !important;
    }
    .container .card:hover::before{
        clip-path: circle(695px at 80% -20%) !important;
    }
    .cc14{
        display: block !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}



