/*------------------------------------------------------------------
  Theme Name: Digitec - Business And Agency HTML Template
  Author: Kazi Shahiduzzaman
  Description: Digitec - Business And Agency HTML Template. Can be Used For Various Perposes.
  Version: 1.0
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Variable css
2. Mixins Css
3. Typography css
4. Faq css
5. Theme Default css
6. Grids css
7. BG css
8. Margin Padding Css
9. BTN Css
10. Hero css
11. Footer css
12. Scroll top css
13. Navbar css
14. Breadcrumb css
15. RTL css
16. Vidz css
17. Blog Single css
18. Sidebar css
19. Pagination css
20. Gallery css
21. Topbar css
22. Heading css
23. Contact css
24. Text Color css
25. Header Hero Top css
26. About css
27. Service CSS
28. Counter Css
29. Why css
30. Work css
31. Container css
32. Price css
33. Team css
34. Review css
35. Blog css
36. Register css
37. Step css
38. Sub css
39. Project Single css
40. Service Single css
41. Feature css
42. Benefit css
43. User Profile css
44. Requ css
45. CTA css
46. Marquee css
47. Team Single css
48. Partner css
49. Skill Progress
50. Best css
51. Sidenav css
52. Border Animation css
53. Timeline css
54. Navbar Active css
55. 404 css
-------------------------------------------------------------------*/
/*Start Theme Basic*/
/*-------------------------------------------------------
01. Variable css
---------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
    --clr-heading: #1D1D1F;
    --clr-body: #44444D;
    --clr-bg: #F2F2F0;
    --clr-bg-2: #1D1D1F;
    --clr-def: #5ea3ef; /* #CBFB45 */
    --clr-def-2: #FE1450;
    --clr-menu: #FF4A17;
    --clr-white: #fff;
    --clr-white-90: rgba(255, 255, 255, .9);
    --clr-white-80: rgba(255, 255, 255, .8);
    --clr-white-70: rgba(255, 255, 255, .7);
    --clr-white-50: rgba(255, 255, 255, .5);
    --clr-black: #1D1D1F;
    --clr-black-2: #101111;
    --clr-border: #E6E6EB;
    --clr-border-2: rgba(255, 255, 255, .10);
    --clr-border-3: #3A4352;
    --font-1: 'Inter', sans-serif;
    --font-2: 'Inter', sans-serif;
    --clr-aaa: #aaa;
    --clr-bbb: #bbb;
    --clr-ccc: #ccc;
    --clr-ddd: #ddd;
    --clr-eee: #eee;
    --clr-c3: #C3C3C3;
    --clr-orange: #F42222;
    --clr-rgb: 0, 102, 208;
    --clr-gradient: linear-gradient(90.17deg, #EDCE1D 3.99%, rgba(223, 165, 135, 0.81) 95.85%);
}

/*-------------------------------------------------------
02. Mixins Css #070E27 #5416CF #0B0F28;
---------------------------------------------------------*/
/*-------------------------------------------------------
03. Typography css
---------------------------------------------------------*/
*, *:before, *:after {
    box-sizing: inherit;
}

* {
    scroll-behavior: inherit !important;
}

html, body {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    box-sizing: border-box;
}

body {
    font-family: var(--font-2);
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--clr-body);
}

main.main {
    overflow-x: hidden;
}

a {
    color: var(--clr-body);
    font-weight: 400;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--clr-heading);
    margin: 0 0 1.5rem 0;
    font-weight: 700;
    font-family: var(--font-1);
    line-height: 1.2;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

p {
    margin-bottom: 1.5rem;
}

.img, img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}

hr {
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

label {
    color: #999;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #555;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #555;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #999;
    font-size: 1.4rem;
    opacity: 1;
}

*::placeholder {
    color: #999;
    font-size: 1.4rem;
    opacity: 1;
}

/*-------------------------------------------------------
04. Faq css
---------------------------------------------------------*/
.accordion-item {
    background-color: var(--clr-white);
    border: none;
    margin-bottom: 10rem;
}

.accordion-item:first-of-type {
    border-radius: 0;
}

.accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-header {
    margin-bottom: 0;
    padding: 1rem 2rem 1rem 2rem;
}

.accordion-button:not(.collapsed) {
    color: var(--clr-heading-2);
}

.accordion-item:not(:first-of-type) {
    border-top: none;
}

.accordion-button {
    width: 100%;
    color: var(--clr-heading);
    background-color: transparent;
    border-radius: 0;
    font-size: 24px;
    font-weight: 600;
    padding: 0;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:last-of-type .accordion-button {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-body {
    padding: 2rem 2rem 4rem 2rem;
}

.accordion-body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
}

.accordion-button::after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: var(--clr-heading);
    background: var(--clr-white);
    border: 1px solid var(--clr-heading);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-family: 'Font Awesome\ 5 Free';
    content: "\f067";
    /* FontAwesome Unicode */
    font-weight: 900;
    background-image: inherit;
    font-size: 1.4rem;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    background-image: inherit;
    font-family: 'Font Awesome\ 5 Free';
    content: "\f068";
    /* FontAwesome Unicode */
    font-weight: 900;
    font-size: 1.4rem;
}

.accordion-button:focus {
    z-index: 3;
    border: none;
    outline: 0;
    box-shadow: none;
}

.faq-2 .accordion-item {
    background-color: var(--clr-white);
}

.faq-2 .accordion-header {
    padding: 0 0 0 0;
    margin-bottom: 2rem;
}

.faq-2 .accordion-header button {
    color: var(--clr-heading);
    font-family: var(--font-1);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.faq-2 .accordion-body {
    padding: 0;
}

.faq-2 .accordion-body p {
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-right: 10rem;
}

.faw {
    border-radius: 10px;
}

.faq-3 .accordion-item {
    background: var(--clr-white);
    border: none;
    margin-bottom: 3rem;
    padding: 30px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.faq-3 .accordion-button::after {
    display: none;
}

.faq-3 .accordion-header {
    padding: 0 0 0 0;
}

.faq-3 .accordion-header .accordion-button {
    padding: 0;
    font-weight: 800;
    font-size: 18px;
}

.faq-3 .accordion-body {
    padding: 2rem 0 0 0;
}

.faq-ovs {
    position: absolute;
    bottom: 60px;
    left: 0;
    display: flex;
    align-items: center;
    background: var(--clr-def-4);
}

.faq-ovs .faq-ovs-icon i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: var(--clr-def);
    display: inline-block;
}

.faq-ovs .faq-ovs-desc {
    background: var(--clr-def-4);
    padding: 0 20px;
}

.faq-ovs .faq-ovs-desc h2 {
    color: var(--clr-white);
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
}

.faq-ovs .faq-ovs-desc span {
    display: inline-block;
    color: var(--clr-white);
}

.circle-half {
    position: absolute;
    z-index: 1;
    top: -100px;
    right: -100px;
}

/*-------------------------------------------------------
05. Theme Default css
---------------------------------------------------------*/
.w-970 {
    width: 970px;
}

.column-2 {
    column-count: 2;
}

.overflow-hidden {
    overflow: hidden;
}

.element-center {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.element-bottom {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.border-rad-16 {
    border-radius: 16px;
}

/*Theme button css*/
.about-title {
    text-align: center;
    padding-top: 9rem;
}

.about-title .heading-2 {
    font-weight: 500;
}

.about-title::before {
    position: absolute;
    content: '';
    height: 7rem;
    width: 2px;
    z-index: -1;
    background: var(--clr-white);
    opacity: 1;
    left: 50%;
    top: 0;
    translate: -50% 0;
}

.site-title {
    margin-bottom: 6rem;
}

.site-title h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
    color: var(--clr-white);
}

.site-title h2:first-letter {
    text-transform: uppercase;
}

.site-title h2 span {
    color: var(--clr-def);
    font-family: var(--font-2);
}

.site-title p {
    padding: 0 15%;
}

.site-title.mb-0 {
    margin-bottom: 0;
}

.site-title.wh p,
.site-title.wh h2,
.site-title.wh h3 {
    color: var(--clr-white);
}

.pos-rel {
    position: relative;
    z-index: 1;
}

.round-move {
    animation: round-move 5s linear infinite;
}

@keyframes round-move {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.up-move {
    animation: up-move 5s ease-in-out infinite;
}

@keyframes up-move {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}

.small-big {
    animation: small-big 5s ease-in-out infinite;
}

@keyframes small-big {
    0% {
        transform: scale(0.5);
    }
    51% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(0.5);
    }
}

.to-left {
    animation: to-left 5s linear infinite alternate;
}

@-webkit-keyframes to-left {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-30px);
    }
    100% {
        transform: translateX(0px);
    }
}

.car-run {
    animation: run 3s ease-in-out infinite;
}

@-webkit-keyframes run {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(50px);
    }
    100% {
        transform: translateX(0);
    }
}

/*-------------------------------------------------------
06. Grids css
---------------------------------------------------------*/
.grid-2 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(5, 1fr);
}

.grid-6 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(6, 1fr);
}

.grid-px-2 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

.grid-2-1 {
    display: grid;
    grid-gap: 86px;
    grid-template-columns: 872px 1fr;
}

.grid-2-video {
    display: grid;
    grid-gap: 26px;
    grid-template-columns: 872px 1fr;
}

.grid-px-2-video {
    display: grid;
    grid-gap: 26px;
    grid-template-columns: repeat(auto-fit, minmax(872px, 1fr));
}

.gap-0 {
    grid-gap: 0;
}

.cs-gap-1 {
    grid-gap: 1rem;
}

.cs-gap-2 {
    grid-gap: 2rem;
}

.cs-gap-3 {
    grid-gap: 3rem;
}

.cs-gap-4 {
    grid-gap: 4rem;
}

.cs-gap-5 {
    grid-gap: 5rem;
}

.cs-gap-6 {
    grid-gap: 6rem;
}

.cs-gap-7 {
    grid-gap: 7rem;
}

.cs-gap-8 {
    grid-gap: 8rem;
}

.cs-gap-9 {
    grid-gap: 9rem;
}

.cs-gap-10 {
    grid-gap: 10rem;
}

/*-------------------------------------------------------
07. BG css
---------------------------------------------------------*/
.colmn-2 {
    column-count: 2;
}

.bg-contain {
    background-position: bottom center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.bg-fix {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.hero-bg {
    background-position: top left !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.bg-top-center {
    background-position: top center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.bg-bottom-right {
    background-size: 56%;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.pos-rel {
    position: relative;
    z-index: 1;
}

.width-100 {
    width: 100%;
}

.overflow-hidden {
    overflow: hidden;
}

.text-right {
    text-align: right;
}

.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rad-50 {
    border-radius: 50%;
}

.c-pd {
    padding: 0 7rem;
}

.s-pd {
    padding: 0 12rem;
}

.h-100vh {
    height: 100vh;
}

.bg {
    background: var(--clr-bg);
}

.bg-2 {
    background: var(--clr-bg-2);
}

.bg-3 {
    background: #131414;
}

.bg-4 {
    background: #160300;
}

.bg-5 {
    background: #161616;
}

.bg-theme {
    background: var(--clr-def);
}

.bg-black {
    background: var(--clr-black);
}

.bg-heading {
    background: var(--clr-heading);
}

.bg-grad {
    background: var(--clr-gradient);
}

.bg-clr-1 {
    background: var(--clr-1);
}

.bg-clr-2 {
    background: var(--clr-2);
}

div[data-bg] {
    background: var(--custom-background-color);
}

.bg-blur {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(7.5px);
    border-radius: 10px;
    padding: 32px 100px 36px 60px;
    z-index: 2;
}

.wh {
    color: var(--clr-white);
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #101111;
    opacity: 0.8;
    top: 0;
    left: 0;
}

.hero-overlay {
    position: relative;
    z-index: 1;
}

.hero-overlay::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    z-index: -1;
    background: var(--clr-black);
    opacity: 0.6;
    top: 0;
    left: 0;
}

.hero-overlay-2 {
    position: relative;
    z-index: 1;
}

.hero-overlay-2::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #f0d082;
    opacity: 0.93;
    top: 0;
    left: 0;
}

.footer-overlay {
    position: relative;
    z-index: 1;
}

.footer-overlay::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    z-index: -1;
    background: var(--clr-black);
    opacity: 0.3;
    top: 0;
    left: 0;
}

.grad-overlay {
    position: relative;
    z-index: 1;
}

.grad-overlay::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    z-index: -1;
    background: var(--clr-gradient-3);
    opacity: 0.9;
    top: 0;
    left: 0;
}

.bubble .drop {
    width: 350px;
    height: 350px;
    position: relative;
    box-shadow: inset 20px 20px 20px rgba(0, 0, 0, 0.1), 25px 35px 20px rgba(0, 0, 0, 0.1), 25px 30px 30px rgba(0, 0, 0, 0.1), inset -20px -20px 25px rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem 0;
    padding: 4rem;
    transition: border-radius 0.5s;
    overflow: hidden;
    text-align: center;
    animation: drop 2s infinite alternate ease-in-out;
}

.bubble .drop:nth-child(1) {
    border-radius: 38% 62% 46% 54% / 46% 51% 49% 54%;
}

.bubble .drop:nth-child(2) {
    border-radius: 38% 62% 46% 54% / 46% 51% 49% 54%;
}

.bubble .drop:nth-child(3) {
    border-radius: 38% 62% 46% 54% / 46% 51% 49% 54%;
}

@keyframes drop {
    from {
        border-radius: 38% 62% 46% 54% / 46% 51% 49% 54%;
    }
    to {
        border-radius: 50%;
    }
}

.bubble .drop::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 75px;
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 50%;
    opacity: 0.7;
}

.bubble .drop::after {
    content: "";
    position: absolute;
    top: 90px;
    left: 100px;
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 50%;
    opacity: 0.7;
}

/*-------------------------------------------------------
08. Margin Padding Css
---------------------------------------------------------*/
/*margins paddings*/
.p-50 {
    padding: 50px;
}

.p-25 {
    padding: 25px 0;
}

.pb-140 {
    padding-bottom: 14rem;
}

.pd-50 {
    padding: 5rem 0;
}

.pr-120 {
    padding-right: 12rem;
}

.de-padding {
    padding: 13rem 0;
}

.de-pt {
    padding-top: 13rem;
}

.de-pb {
    padding-bottom: 13rem;
}

.pd-0 {
    padding: 0;
}

.pl-24 {
    padding-left: 24px;
}

.pl-30 {
    padding-left: 3rem;
}

.pl-40 {
    padding-left: 4rem;
}

.pl-50 {
    padding-left: 5rem;
}

.pl-60 {
    padding-left: 6rem;
}

.pl-70 {
    padding-left: 7rem;
}

.pl-80 {
    padding-left: 8rem;
}

.pl-90 {
    padding-left: 9rem;
}

.pl-100 {
    padding-left: 10rem;
}

.pl-300 {
    padding-left: 30rem;
}

.pt-64 {
    padding-top: 6.4rem;
}

.pt-0 {
    padding-top: 0rem;
}

.pt-10 {
    padding-top: 1rem;
}

.pt-20 {
    padding-top: 2rem;
}

.pt-24 {
    padding-top: 24px;
}

.pt-30 {
    padding-top: 3rem;
}

.pt-40 {
    padding-top: 4rem;
}

.pt-50 {
    padding-top: 5rem;
}

.pt-60 {
    padding-top: 6rem;
}

.pt-70 {
    padding-top: 7rem;
}

.pt-80 {
    padding-top: 8rem;
}

.pt-90 {
    padding-top: 9rem;
}

.pt-100 {
    padding-top: 10rem;
}

.pr-10 {
    padding-right: 1rem;
}

.pr-20 {
    padding-right: 2rem;
}

.pr-24 {
    padding-right: 24px;
}

.pr-30 {
    padding-right: 3rem;
}

.pr-40 {
    padding-right: 4rem;
}

.pr-50 {
    padding-right: 5rem;
}

.pr-60 {
    padding-right: 6rem;
}

.pr-70 {
    padding-right: 7rem;
}

.pr-80 {
    padding-right: 8rem;
}

.pr-90 {
    padding-right: 9rem;
}

.pr-100 {
    padding-right: 10rem;
}

.pr-160 {
    padding-right: 16rem;
}

.pb-0 {
    padding-bottom: 0rem;
}

.pb-10 {
    padding-bottom: 1rem;
}

.pb-20 {
    padding-bottom: 2rem;
}

.pb-24 {
    padding-bottom: 24px;
}

.pb-30 {
    padding-bottom: 3rem;
}

.pb-40 {
    padding-bottom: 4rem;
}

.pb-50 {
    padding-bottom: 5rem;
}

.pb-60 {
    padding-bottom: 6rem;
}

.pb-70 {
    padding-bottom: 7rem;
}

.pb-80 {
    padding-bottom: 8rem;
}

.pb-90 {
    padding-bottom: 9rem;
}

.pb-100 {
    padding-bottom: 10rem;
}

.pb-256 {
    padding-bottom: 25.6rem;
}

.pt-170 {
    padding-top: 17rem;
}

.pl-60 {
    padding-left: 6rem;
}

.mr-100 {
    margin-right: 10rem;
}

.mt-64 {
    margin-top: 6.4rem;
}

.mt-0 {
    margin-top: 0;
}

.mt-10 {
    margin-top: 1rem;
}

.mt-20 {
    margin-top: 2rem;
}

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

.mt-30 {
    margin-top: 3rem;
}

.mt-40 {
    margin-top: 4rem;
}

.mt-50 {
    margin-top: 5rem;
}

.mt-60 {
    margin-top: 6rem;
}

.mt-70 {
    margin-top: 7rem;
}

.mt-80 {
    margin-top: 8rem;
}

.mt-90 {
    margin-top: 9rem;
}

.mt-100 {
    margin-top: 10rem;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 1rem;
}

.mb-15 {
    margin-bottom: 1.5rem;
}

.mb-20 {
    margin-bottom: 2rem;
}

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

.mb-30 {
    margin-bottom: 3rem;
}

.mb-40 {
    margin-bottom: 4rem;
}

.mb-50 {
    margin-bottom: 5rem;
}

.mb-60 {
    margin-bottom: 6rem;
}

.mb-70 {
    margin-bottom: 7rem;
}

.mb-80 {
    margin-bottom: 8rem;
}

.mb-90 {
    margin-bottom: 9rem;
}

.mb-100 {
    margin-bottom: 10rem;
}

.mb-110 {
    margin-bottom: 11rem;
}

.mb-120 {
    margin-bottom: 12rem;
}

.mb-200 {
    margin-bottom: 20rem;
}

.mb-300 {
    margin-bottom: 30rem;
}

.mb-400 {
    margin-bottom: 40rem;
}

.ml-300 {
    margin-left: 30rem;
}

.ml-5 {
    margin-left: 5;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-24 {
    margin-left: 24px;
}

.ml-30 {
    margin-left: 3rem;
}

.ml-40 {
    margin-left: 4rem;
}

.ml-50 {
    margin-left: 5rem;
}

.ml-60 {
    margin-left: 6rem;
}

.ml-70 {
    margin-left: 7rem;
}

.ml-80 {
    margin-left: 8rem;
}

.ml-90 {
    margin-left: 9rem;
}

.ml-100 {
    margin-left: 100rem;
}

.mr-300 {
    margin-right: 30rem;
}

.mr-5 {
    margin-right: 5;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-24 {
    margin-right: 24px;
}

.mr-30 {
    margin-right: 3rem;
}

.mr-40 {
    margin-right: 4rem;
}

.mr-50 {
    margin-right: 5rem;
}

.mr-60 {
    margin-right: 6rem;
}

.mr-70 {
    margin-right: 7rem;
}

.mr-80 {
    margin-right: 8rem;
}

.mr-90 {
    margin-right: 9rem;
}

.mr-100 {
    margin-right: 100rem;
}

.margin-center {
    margin: 0 auto;
}

/*-------------------------------------------------------
09. BTN Css
---------------------------------------------------------*/
/*Theme Button*/
.btn-hm-2-btn {
    padding: 20px 40px;
    border: 1px solid var(--clr-heading);
    color: var(--clr-heading);
    border-radius: 100px;
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    transition: all .5s ease;
}

.btn-hm-2-btn:hover {
    background: var(--clr-def);
    border: 1px solid var(--clr-def);
}

.btn-transparent {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding: 16px;
    background-color: transparent;
    border: none;
    color: var(--clr-heading);
    border-radius: 5px;
    border: 1px solid #DEE5F0;
    transition: all .5s ease;
}

.btn-transparent:hover {
    background-color: var(--clr-heading);
    color: var(--clr-white);
    border: 1px solid transparent;
}

.btn-transparent-md {
    padding: 2rem 5.4rem;
}

.btn-1 {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    padding: 2.5rem 5.5rem;
    background-color: var(--clr-def);
    color: var(--clr-heading);
    border-radius: 5px;
    border: none;
    outline: none;
    transition: all .5s ease;
}

.btn-1 i {
    margin-left: 1rem;
    transition: all .5s ease;
    display: inline-block;
}

.btn-1:hover {
    background-color: var(--clr-heading);
    color: var(--clr-white);
}

.btn-1:hover i {
    filter: invert(1);
    transform: translate(3px, -3px);
}

.btn-2 {
    display: inline-block;
    padding: 2rem 4rem;
    color: var(--clr-white);
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    outline: none;
    line-height: 1;
    position: relative;
    z-index: 1;
    transition: all .5s ease;
}

.btn-2::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    z-index: -1;
    background: var(--clr-def);
    opacity: 1;
    border-radius: 4px;
    top: 0;
    left: 0;
    transition: all .5s ease;
    border-radius: 100px;
}

.btn-2 i {
    margin-left: 1rem;
}

.btn-2:hover {
    background: var(--clr-black);
    color: var(--clr-white);
}

.btn-2:hover::before {
    scale: 0;
}

.btn-3 {
    font-weight: 600;
    color: var(--clr-white);
    border: none;
    background: var(--clr-def);
    padding: 0 3rem;
    height: 50px;
    display: inline-block;
    line-height: 50px;
}

.btn-3:hover {
    background: var(--clr-black);
    color: var(--clr-white);
}

.btn-3:hover::before {
    scale: 0;
}

.btn-4 {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 1.5rem 3.5rem;
    background-color: var(--clr-white);
    border: none;
    color: var(--clr-heading);
    border-radius: 5px;
    line-height: 1;
    transition: all .5s ease;
}

.btn-4:hover {
    background-color: var(--clr-def);
    color: var(--clr-white);
}

.btn-5 {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 2.5rem 5.5rem;
    background-color: var(--clr-def);
    color: var(--clr-white);
    border-radius: 5px;
    border: none;
    outline: none;
    line-height: 1;
    transition: all .5s ease;
}

.btn-5:hover {
    background-color: var(--clr-white);
    color: var(--clr-black);
}

.btn-home-2 {
    padding: 15px 20px;
    color: var(--clr-white);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.16px;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 6px;
    transition: all .5s ease;
}

.btn-home-2:hover {
    color: var(--clr-white);
}

.btn-home-2:hover::before {
    background: var(--clr-def);
}

.btn-home-2::before {
    background: var(--clr-def-4);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 6px;
}

.btn-fet {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding: 2rem 4rem;
    background-color: var(--clr-def);
    color: var(--clr-heading);
    border-radius: 5px;
    border: none;
    outline: none;
    transition: all .5s ease;
    border-radius: 50px;
}

.btn-fet i {
    margin-left: 1rem;
    transition: all .5s ease;
    display: inline-block;
}

.btn-fet:hover {
    background-color: var(--clr-heading);
    color: var(--clr-white);
}

.btn-fet:hover i {
    filter: invert(1);
    transform: translate(3px, -3px);
}

.btn-md {
    padding: 18px 35px;
}

.btn-sm {
    padding: 1.5rem 3.5rem;
}

.btn-second {
    background-color: var(--clr-def-2);
    border: 2px solid transparent;
}

.btn-second:hover {
    border: 2px solid var(--clr-white);
    background-color: transparent;
}

.btn-home-3 {
    background-color: var(--clr-def-3);
    border: 2px solid transparent;
}

.btn-home-3:hover {
    border: 2px solid var(--clr-white);
    background-color: transparent;
}

.btn-gradient {
    background: var(--clr-gradient);
    color: var(--clr-heading);
    text-transform: uppercase;
}

.btn-gradient:hover {
    background: var(--clr-def);
    color: var(--clr-white);
}

.btn-circle {
    border-radius: 100px;
}

.btn-border {
    border: 2px solid var(--clr-white);
    background-color: transparent;
    color: var(--clr-white);
}

.btn-border:hover {
    background-color: var(--clr-def);
    color: var(--clr-heading);
    border: 2px solid var(--clr-def);
}

.btn-border-2 {
    border: 2px solid var(--clr-heading);
    color: var(--clr-heading);
    background-color: transparent;
}

.btn-border-2:hover {
    background-color: var(--clr-def);
    color: var(--clr-white);
    border: 2px solid var(--clr-def);
}

.btn-border-3 {
    border: 2px solid var(--clr-heading);
    color: var(--clr-heading);
    background-color: transparent;
}

.btn-border-3:hover {
    background-color: var(--clr-white);
    color: var(--clr-heading);
    border: 2px solid var(--clr-white);
}

.btn-black {
    background-color: var(--clr-black);
}

.btn-black:hover {
    background-color: var(--clr-white);
    color: var(--clr-black);
}

.btn-black-2 {
    color: var(--clr-white);
    background-color: var(--clr-black);
    border: 2px solid transparent;
}

.btn-black-2:hover {
    background-color: var(--clr-white);
    color: var(--clr-black);
    border: 2px solid var(--clr-heading);
}

.btn-white {
    background-color: var(--clr-white);
    color: var(--clr-black);
}

.btn-white:hover {
    background-color: var(--clr-black);
    color: var(--clr-white);
}

.btn-no-rad {
    border-radius: 0;
}

.btn-sub {
    height: 7rem;
    width: 7rem;
    border: none;
    background-color: var(--clr-def);
    border-radius: 2px;
    outline: none;
}

/*-------------------------------------------------------
10. Hero css
---------------------------------------------------------*/
.hero-padding {
    padding: 200px 0 500px 0;
}

.hero-padding-2 {
    padding: 150px 0 90px 0;
}

.hero-single {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-single .hero-content .hero-title {
    margin-bottom: 30px;
}

.hero-single .hero-content p {
    line-height: 3.2rem;
    margin-bottom: 4rem;
    font-size: 18px;
    padding: 0 20rem;
}

.hero-single .hero-content .para {
    line-height: 3.2rem;
    padding-right: 22%;
    margin-bottom: 4rem;
    padding-left: 0;
    color: var(--clr-white);
}

.hero-btm-tx {
    margin-top: 10px;
    line-height: 21px;
    font-weight: 400;
    font-style: normal;
    color: #6C6C73;
    font-size: 14px;
    font-family: var(--font-1);
}

.hero-form .hero-form-inputs {
    position: relative;
    z-index: 1;
    width: 515px;
    margin: 0 auto;
}

.hero-form .hero-form-inputs .hero-txt-input {
    width: 100%;
    height: 64px;
    border-radius: 50px;
    border: none;
    padding-left: 20px;
}

.hero-form .hero-form-inputs .hero-txt-input::placeholder {
    color: #343438;
    font-family: var(--font-1);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.hero-form .hero-form-inputs .hero-form-btn {
    padding: 16px 32px 16px 32px;
    border-radius: 200px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    color: var(--clr-heading);
    background: var(--clr-def);
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border: none;
    transition: all .5s ease;
}

.hero-form .hero-form-inputs .hero-form-btn:hover {
    background: var(--clr-heading);
    color: var(--clr-def);
}

.dash-area-minus {
    margin-top: -450px;
    position: relative;
    z-index: 9;
}

.hero-shapes img {
    position: absolute;
    z-index: -1;
}

.service-btm-content {
    align-items: flex-end;
    padding-left: 100px;
    margin-top: -5rem;
}

.service-btm-left {
    border-radius: 16px;
    background: var(--clr-heading);
    padding: 5rem;
}

.service-btm-left h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -1px;
    color: var(--clr-white);
}

.service-btm-left p {
    font-family: var(--font-1);
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #E6E6EB !important;
    padding: 0 !important;
}

.service-btm-right p {
    font-family: var(--font-1);
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    padding: 0 !important;
}

.hero-home-2 .hero-content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: var(--clr-heading);
    padding: 0 10rem;
}

.image-rotate {
    display: flex;
    align-items: center;
}

.image-rotate img {
    margin-left: -30px;
    transition: all .5s ease;
}

.image-rotate img:hover:first-child {
    rotate: 8deg;
}

.image-rotate img:hover:nth-child(2) {
    rotate: -8deg;
}

.image-rotate img:hover:nth-child(3) {
    rotate: 8deg;
}

.image-rotate img:hover:nth-child(4) {
    rotate: -8deg;
}

.image-rotate img:first-child {
    margin-left: 0;
}

.hero-slider-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: absolute;
    bottom: 100px;
    right: 360px;
}

.hero-slider-ico .swiper-button-next,
.hero-slider-ico .swiper-button-prev {
    position: inherit;
    top: inherit;
    margin-top: 0;
    display: inherit;
    width: inherit;
    height: inherit;
    line-height: inherit;
    text-align: center;
    background: transparent;
    border-radius: 0;
    transition: all .5s ease;
}

.hero-slider-ico .swiper-button-next:hover,
.hero-slider-ico .swiper-button-prev:hover {
    scale: 1.2;
}

.hero-slider-ico .swiper-button-prev:after,
.hero-slider-ico .swiper-button-next:after {
    font-family: 'IcoFont';
    font-size: 50px;
    color: transparent;
}

.hero-slider-ico .swiper-button-next:after {
    background: url("img/icon/Arrow-6-right.png");
    background-repeat: no-repeat;
}

.hero-slider-ico .swiper-button-prev:after {
    background: url("img/icon/Arrow-6-left.png");
    background-repeat: no-repeat;
}

.hero-slider-ico .swiper-button-next, .hero-slider-ico .swiper-rtl .swiper-button-prev {
    right: auto;
    left: 10px;
}

.hero-slider-ico .swiper-button-prev, .hero-slider-ico .swiper-rtl .swiper-button-next {
    left: auto;
    right: 10px;
}

.hero-single-3 {
    height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-single-3::before {
    background: linear-gradient(180deg, rgba(21, 18, 17, 0.68) 0%, rgba(9, 4, 4, 0.6) 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: '';
}

.hero-content-3 h2 {
    font-size: 80px;
    font-weight: 700;
    line-height: 96px;
    color: var(--clr-white);
    margin-bottom: 30px;
}

.hero-content-3 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: var(--clr-white);
    margin-bottom: 30px;
}

@keyframes grow {
    0%, 20% {
        transform: scale(1);
    }
    75%, 100% {
        transform: scale(1.15);
    }
}

.animate-pos {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    -webkit-transition: 10s ease-out;
    transition: 10s ease-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: -5;
}

.hero-sldr .hero-single-2 .hero-content h2 {
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    transform: translateY(-20px);
}

.hero-sldr .hero-single-2 .hero-content .hero-dot-list {
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    transform: translateX(-20px);
}

.hero-sldr .hero-single-2 .hero-content p {
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    transform: translateX(-50px);
}

.hero-sldr .hero-single-2 .hero-content .hero-btn {
    transform: scaleY(0);
    transition: all 500ms ease;
    transition-delay: 2000ms;
    transform-origin: bottom;
}

.hero-sldr .hero-single-2 .hdr-pic {
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    transform: translateY(50px);
}

.hero-sldr .swiper-slide-active.hero-single-2 .hero-content h2 {
    opacity: 1;
    visibility: visible;
    transition-delay: 800ms;
    transform: translateY(0px);
}

.hero-sldr .swiper-slide-active.hero-single-2 .hero-content .hero-dot-list {
    opacity: 1;
    visibility: visible;
    transition: all 500ms ease;
    transform: translateX(0);
}

.hero-sldr .swiper-slide-active.hero-single-2 .hero-content p {
    opacity: 1;
    visibility: visible;
    transition-delay: 1600ms;
    transform: translateX(0px);
}

.hero-sldr .swiper-slide-active.hero-single-2 .hero-content .hero-btn {
    transform: scale(1);
}

.hero-sldr .swiper-slide-active.hero-single-2 .hdr-pic {
    opacity: 1;
    visibility: visible;
    transition-delay: 1200ms;
    transform: translateY(0px);
}

/*-------------------------------------------------------
11.Footer css
---------------------------------------------------------*/
.logo-num {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-num .logo-num-icon i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 36px;
    color: var(--clr-white);
    font-size: 14px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.logo-num .logo-num-icon i::after {
    position: absolute;
    z-index: -2;
    content: '';
    background: #D9D9D9CC;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .5;
    border-radius: 50%;
}

.logo-num .logo-num-text h6 {
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--clr-white-90);
    margin-bottom: 5px;
}

.logo-num .logo-num-text span {
    display: inline-block;
    font-family: var(--font-2);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--clr-white-90);
}

.logo-nume {
    display: flex;
    align-items: center;
    gap: 80px;
    justify-content: flex-end;
}

.logo-num-social-content {
    display: flex;
    gap: 10px;
    align-items: center;
}

.logo-num-span {
    color: var(--clr-white);
    font-family: var(--font-2);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.num-social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.num-social li a i {
    color: var(--clr-white);
}

/*footer Default*/
.footer {
    position: relative;
    z-index: 1;
}

.footer-bio {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.footer-bio .footer-bio-text h6 {
    text-transform: capitalize;
    margin-bottom: 5px;
}

.footer-bio .footer-bio-text span {
    display: block;
    line-height: 1;
    color: var(--clr-white);
    font-size: 1.6rem;
}

.footer-know-more {
    color: var(--clr-def);
}

.footer-upr-content h2 {
    font-weight: 600;
}

.footer-upr-content h4 a {
    text-decoration: underline;
    color: var(--clr-def);
}

.footer-widget-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    z-index: 1;
    color: var(--clr-heading);
    margin-bottom: 24px;
}

.footer-widget-title::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 30px;
    z-index: -1;
    background: #636D7A;
    opacity: 1;
    bottom: 0;
    left: 0;
    display: none;
}

.footer-logo {
    margin-bottom: 2rem;
}

.footer-logo img {
    display: inline-block;
}

.about-us {
    padding: 32px;
    background: #f2f2f0;
    margin-right: 60px;
    border-radius: 24px;
}

.about-us p {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-list li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.footer-list li a:hover {
    text-decoration: underline;
}

.footer-list li a i {
    font-size: 1.4rem;
}

.footer-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-nav li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--clr-white);
    transition: all .5s ease;
}

.footer-nav li a:hover {
    color: var(--clr-def);
}

.footer-img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
}

.footer-hours {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.footer-hours li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-hours li span {
    color: var(--clr-heading);
    display: inline-block;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-social li a i {
    display: inline-block;
    text-align: center;
    color: var(--clr-heading);
    transition: all .5s ease;
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid var(--clr-heading);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.footer-social li a i:hover {
    background: var(--clr-def);
    color: var(--clr-heading);
    border: 1px solid var(--clr-def);
}

.subscribe-area form {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.subscribe-area form .input-style-4 {
    width: 100%;
    background-color: var(--clr-white);
    padding: 8px 1.5rem 8px 2rem;
    color: var(--clr-heading);
    outline: none;
    border: 1px solid var(--clr-ccc);
    height: 60px;
}

.subscribe-area form .input-style-4:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--clr-ccc);
}

.subscribe-area form .input-style-4::placeholder {
    color: var(--clr-heading);
}

.subscribe-area form .btn-subs {
    outline: none;
    box-shadow: none;
    border: 1px solid #EE0505;
    border-left: none;
    background: #EE0505;
    font-size: 1.6rem;
    color: var(--clr-ccc);
    width: 75px;
    height: 60px;
}

.subscribe-area form .btn-subs:hover {
    color: var(--clr-white);
}

.copyright-element {
    border-top: 1px solid #E6E6EB;
    padding: 5rem 0;
}

.copyright-element p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.footer-widget p,
.footer-widget ul li a {
    font-size: 16px;
    font-weight: 400;
}

/*-------------------------------------------------------
12. Scroll top css
---------------------------------------------------------*/
#scrtop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: 1px solid #ddd;
    outline: none;
    background-color: var(--clr-heading);
    color: var(--clr-white);
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    line-height: 1;
}

#scrtop:hover {
    background-color: var(--clr-heading);
}

/*-------------------------------------------------------
13. Navbar css
---------------------------------------------------------*/
.bg-custom .navbar {
    background: var(--clr-black);
}

.bg-custom .navbar.in {
    background: var(--clr-white);
}

.search-cart.nav-profile {
    display: flex;
    align-items: center;
    gap: 30px;
}

.search-cart .hjkl {
    color: white;
    font-size: 20px;
}

.navbar.in {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

.navbar.in .search-cart .hjkl {
    color: #1b1b1b;
}

.navbar.in .search-cart .btn-1 {
    background: var(--clr-def);
    color: var(--clr-heading);
    border: none;
}

.navbar.in .search-cart .btn-1:hover {
    background: var(--clr-heading);
    color: var(--clr-white);
}

.navbar-nav {
    background: #343438;
    padding: 8px 8px 8px 8px;
    border-radius: 100px;
}

.nav-item.dropdown > .navbar-nav {
    left: -50px;
}

.bsnav-mobile {
    z-index: 102;
}

.bsnav-mobile .navbar {
    right: inherit;
    transform: translate3d(-300px, 0, 0);
    left: 0;
    display: inherit;
    padding: 70px 0 0 1.5rem;
}

.bsnav-mobile .navbar-nav {
    padding: 0;
}

.nav-item.dropdown > .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.header-before-off .navbar.in::before {
    display: none;
}

.header-before-off .navbar::before {
    display: none;
}

.header-1 .navbar.in::before {
    display: none;
}

.header-1 .navbar::before {
    position: absolute;
    z-index: -1;
    background: #1567C4 0% 0% no-repeat padding-box;
    opacity: 0.7;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: none;
}

.navbar {
    padding: 2rem 0;
}

.navbar .navbar-nav .nav-item .nav-link {
    height: auto;
    line-height: 1;
    padding: 1rem;
    text-transform: capitalize;
    color: var(--clr-white);
    letter-spacing: -1px;
    margin-right: 3rem;
    font-size: 15px;
    font-weight: 500;
}

.navbar .navbar-nav .nav-item .nav-link i {
    font-size: 1rem;
    margin-left: 7px;
}

.navbar .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0 !important;
}

.navbar .navbar-nav .nav-item.dropdown {
    border-radius: 0;
}

.navbar .navbar-nav .nav-item.dropdown .navbar-nav {
    padding: 3rem 2.5rem;
    box-shadow: none;
    border: 1px solid #ddd;
}

.navbar .navbar-nav .nav-item.dropdown .navbar-nav .nav-item .nav-link {
    color: var(--clr-heading);
    line-height: 1;
    height: inherit;
    margin-bottom: 1.8rem;
    margin-right: 0;
}

.navbar .navbar-nav .nav-item.dropdown .navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
}

.navbar.in .navbar-nav .nav-item .nav-link {
    color: var(--clr-white);
}

.nav-item.dropdown > .navbar-nav {
    width: 250px;
}

.header-2 .navbar .navbar-collapse {
    padding-left: 0;
}

.header-2 .navbar .navbar-nav .nav-item .nav-link {
    color: var(--clr-heading);
}

.header-2 .navbar .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
}

.header-2 .navbar .navbar-nav .nav-item.dropdown {
    border-radius: 0;
}

.header-2 .navbar .navbar-nav .nav-item.dropdown .navbar-nav .nav-item .nav-link {
    color: var(--clr-heading);
}

.header-2 .navbar .navbar-nav .nav-item.dropdown .navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
}

.header-2 .navbar.in .navbar-nav .nav-item .nav-link {
    color: var(--clr-heading);
}

.header-2 .nav-item .caret {
    border-top: solid 5px var(--clr-heading);
}

.nav-item .caret {
    border-top: solid 5px var(--clr-white);
}

.in .nav-item .caret {
    border-top: solid 5px var(--clr-heading);
}

.header-border .navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header-border-black .navbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.header-border-black .navbar .navbar-brand {
    padding-right: 3rem;
}

.header-border-black .navbar .collapse.navbar-collapse {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    padding-right: 3rem;
}

.header-border-black .navbar.in {
    border-bottom: none;
}

.header-border-black .navbar.in .navbar-brand {
    padding-right: 3rem;
}

.header-border-black .navbar.in .collapse.navbar-collapse {
    border-left: none;
    border-right: none;
    padding-right: 0;
}

.dropdown.megamenu > .navbar-nav {
    width: 100%;
    padding: 0;
    left: 0;
    overflow: hidden;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in {
    transition: transform .4s .2s;
    transform: translate3d(0, 0, 0);
    background-color: var(--clr-white);
    top: 0;
}

.navbar .navbar-brand .logo-display {
    display: block;
}

.navbar .navbar-brand .logo-scrolled {
    display: none;
}

.navbar.in .navbar-brand .logo-display {
    display: none;
}

.navbar.in .navbar-brand .logo-scrolled {
    display: block;
}

.navbar-toggler.active, .navbar-toggler.active.btn, .navbar-toggler.active.focus.btn, .navbar-toggler.btn:active, .navbar-toggler.btn:active:focus, .navbar-toggler.btn:active:hover, .navbar-toggler.btn:focus, .navbar-toggler.btn:hover, .navbar-toggler.btn:not(:disabled):not(.disabled).active, .navbar-toggler.btn:not(:disabled):not(.disabled):active, .navbar-toggler.focus.btn, .navbar-toggler:active, .navbar-toggler:active:focus, .navbar-toggler:focus, .navbar-toggler:hover, .navbar-togglerbutton.active, .navbar-togglerbutton.active.focus, .navbar-togglerbutton.focus, .navbar-togglerbutton:active, .navbar-togglerbutton:active:focus, .navbar-togglerbutton:active:hover, .navbar-togglerbutton:focus, .navbar-togglerbutton:hover, .navbar-togglerbutton:not(:disabled):not(.disabled).active, .navbar-togglerbutton:not(:disabled):not(.disabled):active {
    background: 0 0 !important;
    border: transparent !important;
    outline: none;
    box-shadow: none;
}

.bsnav-transparent .nav-item.dropdown > .navbar-nav, .bsnav-transparent .nav-item.dropdown > .navbar-nav .navbar-nav {
    border-radius: 0;
}

/* -------------------------------------------------------
14. Breadcrumb css
---------------------------------------------------------*/
.site-breadcrumb {
    height: 60vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.site-breadcrumb::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(90deg, #000000 28.72%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.75;
    top: 0;
    left: 0;
}

.site-breadcrumb .breadcrumb-title {
    font-size: 4rem;
    text-transform: capitalize;
    color: var(--clr-white);
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.0025em;
    display: inline-block;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.site-breadcrumb .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 3rem;
    color: var(--clr-white);
    font-weight: 500;
    text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu li a {
    color: var(--clr-white);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site-breadcrumb .breadcrumb-menu li.active {
    color: var(--clr-white);
}

.site-breadcrumb .breadcrumb-menu li::before {
    position: absolute;
    content: '/';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    width: 2rem;
    right: -24px;
    top: 3px;
    text-align: center;
    font-size: 1.4rem;
    color: var(--clr-white);
}

.site-breadcrumb .breadcrumb-menu li:first-child {
    margin-left: 0;
}

.site-breadcrumb .breadcrumb-menu li:last-child:before {
    display: none;
}

.site-breadcrumb .breadcrumb-menu li:hover {
    color: #d63031;
}

.site-breadcrumb-wpr {
    margin-top: 120px;
}

/*-------------------------------------------------------
15. RTL css
---------------------------------------------------------*/
.rtl-mode {
    padding: 16px 12px;
    font-size: 16px;
    color: var(--clr-white);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    bottom: 300px;
    right: 0;
    margin-top: -115px;
    z-index: 7777;
    line-height: 1;
    position: fixed;
    text-align: left;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

[dir="rtl"] .bsnav-mobile .navbar {
    right: 0;
    transform: translate3d(300px, 0, 0);
    left: inherit;
    padding: 70px 1.5rem 0 0;
}

[dir="rtl"] .navbar .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 30px;
}

[dir="rtl"] .navbar .navbar-nav .nav-item:first-child .nav-link {
    margin-right: 0;
}

[dir="rtl"] select.form-control.input-style-2.form-select {
    background-position: top 20px left 20px;
}

[dir="rtl"] .styledSelect::after {
    right: unset;
    left: 10px;
}

[dir="rtl"] .styledSelect {
    padding-left: 0;
    padding-right: 1rem;
}

[dir="rtl"] .footer-widget-title::before {
    left: inherit;
}

[dir="rtl"] .news-block-meta-text img {
    margin-right: 0;
    margin-left: 6px;
}

[dir="ltr"] nav {
    margin-left: auto;
}

[dir="rtl"] nav {
    margin-right: auto;
}

/*-------------------------------------------------------
16. Vidz css
---------------------------------------------------------*/
.mfp-hide {
    display: none;
}

#vidz {
    display: flex;
    align-items: center;
    justify-content: center;
}

#vidz iframe {
    width: 853px;
    height: 480px;
}

.mfp-close-btn-in .mfp-close {
    color: #fff !important;
}

.vidz-wpr {
    position: relative;
    z-index: 1;
}

.vidz-wpr img {
    filter: brightness(0.3);
}

.vidz-wpr .pl {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pl .play-bt {
    width: 9rem;
    height: 9rem;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    display: inline-block;
    background-color: var(--clr-def);
    line-height: 98px;
    padding-left: 5px;
}

.pl .play-bt i {
    color: var(--clr-heading);
    font-size: 4rem;
}

.pl .play-bt:hover {
    color: var(--clr-def);
}

.pl .play-bt .wave-3, .pl .play-bt::before, .pl .play-bt::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
    z-index: -1;
    background: var(--clr-def);
    height: 15rem;
    width: 15rem;
}

.pl .play-bt::before {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.pl .play-bt::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.pl .play-bt .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes waves {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.2, 0.2);
        transform: translate(-50%, -50%) scale(0.2, 0.2);
        opacity: 0;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(0.9, 0.9);
        transform: translate(-50%, -50%) scale(0.9, 0.9);
        opacity: 0;
    }
}

@-webkit-keyframes button_wave {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
    }
    100% {
        transform: translate(-50%, -50%) scale(0.5);
    }
}

/*-------------------------------------------------------
17. Blog Single css
---------------------------------------------------------*/
.w-728 {
    width: 728px;
}

.border-radius-16 {
    border-radius: 16px;
}

.single-uss {
    display: grid;
    grid-template-columns: 75px 1fr;
    grid-gap: 15px;
    align-items: center;
}

.single-uss img {
    border-radius: 50%;
}

.single-uss .single-uss-bio h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 5px;
}

.single-uss .single-uss-bio span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.single-title {
    font-family: var(--font-1);
    font-size: 48px;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: -2px;
}

.single-text {
    font-family: var(--font-1);
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.04em;
    color: #343438;
}

.service-page-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-page-list li {
    display: flex;
    align-items: center;
    gap: 22px;
}

.service-page-list li i {
    font-size: 8px;
    color: var(--clr-heading);
}

.service-page-list li span {
    font-family: var(--font-1);
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #343438;
}

.theme-meta {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.theme-meta li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.theme-meta li img {
    line-height: 1;
    margin-top: -5px;
}

.theme-meta li span {
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
}

.single-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
}

.single-list li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.single-list li span {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: var(--clr-heading);
    text-decoration: underline;
}

.single-list li i {
    font-size: 5px;
    color: var(--clr-heading);
}

.blockqoute {
    padding: 20px;
    background: #151515;
    border-left: 3px solid var(--clr-def);
    font-family: var(--font-1);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: var(--clr-white);
}

.blockqoute-2 {
    width: 728px;
    margin: 0 auto 30px auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: var(--clr-heading);
}

.divider {
    margin: 40px 0;
    width: 100%;
    height: 2px;
    background: var(--clr-border);
}

.input-style-textarea {
    border: 1px solid var(--clr-border);
    height: 100px;
    padding: 16px 2rem;
    margin-bottom: 16px;
}

.input-style-textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.input-style-textarea:focus {
    outline: none;
    box-shadow: none;
}

.sub-mit {
    font-size: 14px;
    font-weight: 400;
    background: var(--clr-blue);
    color: var(--clr-white);
    padding: 16px;
    line-height: 1;
    border: none;
    transition: all .5s ease;
}

.sub-mit:hover {
    background: var(--clr-def);
}

.single-commentor li {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--clr-border);
}

.single-commentor li.border-noe {
    margin-bottom: 2rem;
    padding-bottom: 0;
    border-bottom: none;
}

.single-commentor li .single-commentor-user-bio .single-commentor-user-bio-head {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-commentor li .single-commentor-user-bio .single-commentor-user-bio-head h5 {
    margin-bottom: 0;
}

.single-commentor li .single-commentor-user-bio .single-commentor-user-bio-head span {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: var(--clr-heading);
    display: inline-block;
}

.single-commentor li .single-commentor-user-bio p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}

.single-commentor li .single-commentor-user-bio .comment-share {
    display: flex;
    align-items: center;
    gap: 20px;
}

.single-commentor li .single-commentor-user-bio .comment-share a span {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: var(--clr-blue);
}

.single-commentor-user {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.us-1 {
    width: 46px;
    border-radius: 50%;
}

.blog-single-tags {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #B8B8B8;
    border-bottom: 1px solid #B8B8B8;
    padding: 20px 0;
}

.rr span {
    font-family: var(--font-1);
    color: var(--clr-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
}

.blog-single-tags-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-single-tags-link a {
    background: #161717;
    padding: 5px 10px;
    display: inline-block;
    color: var(--clr-white-60);
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.nnm {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--clr-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nn-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: var(--clr-heading);
    margin-bottom: 0;
}

.nnmn {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.nnmn .swiper-button-next, .nnmn .swiper-button-prev {
    position: inherit;
    top: inherit;
    margin-top: 0;
    display: inherit;
    color: var(--clr-heading);
    width: inherit;
    height: inherit;
}

.nnmn .swiper-button-prev:after, .nnmn .swiper-button-next:after {
    font-family: 'IcoFont';
    font-size: 24px;
}

.nnmn .swiper-button-next:after {
    content: '\eab5';
}

.nnmn .swiper-button-prev:after {
    content: '\eab8';
}

/*-------------------------------------------------------
18. Sidebar css
---------------------------------------------------------*/
.widget {
    margin-bottom: 3rem;
    padding: 3rem;
    background: var(--clr-bg);
    border-radius: 16px;
}

.widget:last-child {
    margin-bottom: 0;
}

.ps.g-5 {
    --bs-gutter-x: 5rem;
}

.sidebar-widget-title {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    font-size: 24px;
    font-family: var(--font-1);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: var(--clr-heading);
}

.widget-social-contact {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.widget-social-contact li {
    margin-bottom: 6px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--clr-border);
}

.widget-social-contact li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.widget-social-contact li a i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--clr-heading);
    display: inline-block;
    color: var(--clr-white);
}

.widget-social-contact li a span {
    display: inline-block;
    color: #636D7A;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.search-form {
    position: relative;
    z-index: 1;
}

.search-form .input-style-2 {
    padding-left: 1rem;
}

.search-form button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
}

.search-form button i {
    color: var(--clr-white);
}

.category-list ul {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.category-list ul li {
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 15px;
}

.category-list ul li a {
    font-family: var(--font-1);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: var(--clr-white-70);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subs.bg-overlay::before {
    border-radius: 5px;
}

.subs .work-title {
    color: var(--clr-white);
}

.subs .subs-title {
    color: #BBBBBB;
    margin-bottom: 25px;
}

.subs-sub .ipp {
    margin-bottom: 2rem;
}

.subs-sub .ipp input {
    width: 100%;
    border-radius: 5px;
    height: 50px;
    padding-left: 0;
    text-align: center;
    border: 2px solid var(--clr-white);
    background: transparent;
}

.subs-sub .ipp input::placeholder {
    color: var(--clr-white);
    font-size: 1.5rem;
}

.subs-sub button {
    background: var(--clr-def);
    width: 100%;
    border: none;
    border-radius: 5px;
    color: var(--clr-white);
    font-size: 1.5rem;
    height: 50px;
    padding: 1.2rem 2rem;
    text-align: center;
}

.slidecontainer {
    width: 100%;
}

.slidecontainer .slider {
    -webkit-appearnce: none;
    width: 100%;
    height: 4px;
    background: var(--clr-bg-2);
    outline: none;
    border: none;
}

.slidecontainer .slider:hover {
    opacity: 1;
}

.slidecontainer .slider::-webkit-slider-thumb {
    -webkit-appearnce: none;
    width: 5px;
    height: 5px;
    background: red;
    cursor: pointer;
}

.slidecontainer .slider::-moz-range-thumb {
    width: 5px;
    height: 5px;
    background: red;
    cursor: pointer;
}

.sidebar-rating {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.sidebar-rating li {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding-left: 3rem;
}

.sidebar-rating li::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid var(--clr-def);
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.sidebar-rating li::after {
    width: 8px;
    height: 8px;
    position: absolute;
    content: '';
    z-index: -1;
    background: var(--clr-def);
    left: 4px;
    border-radius: 50%;
    top: 50%;
    transform: translate(0, -50%);
}

.recent-post-single {
    display: grid;
    gap: 2rem;
    align-items: center;
    margin-bottom: 0;
    grid-template-columns: 80px 1fr;
}

.recent-post-single:last-child {
    margin-bottom: 0;
}

.recent-post-single .recent-post-bio h6 {
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 0;
}

.recent-post-single .recent-post-bio span {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.recent-post-single .recent-post-bio span i {
    color: var(--clr-def);
}

.sidebar-blog-title {
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--clr-heading);
}

.recent-post .blog-text {
    font-size: 13px;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tags-link {
    padding: 8px 2rem;
    display: inline-block;
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    background: var(--clr-white);
    color: var(--clr-heading);
    transition: all .5s ease;
    border-radius: 30px;
}

.tags-link:hover {
    background-color: var(--clr-def);
}

.share {
    font-size: 14px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0.0025em;
    text-transform: capitalize;
    color: var(--clr-heading);
}

.share img {
    margin-right: 7px;
}

.de-bpd {
    padding-left: 10rem;
}

.service-sidebar ul li {
    margin-bottom: 1.5rem;
    display: block;
}

.service-sidebar ul li:last-child {
    margin-bottom: 0;
}

.service-sidebar ul li a {
    display: flex;
    padding: 15px 20px;
    font-size: 18px;
    border-radius: 5px;
    border: 2px solid #e6ecf7;
    background-color: var(--clr-bg);
    align-items: center;
    justify-content: space-between;
}

.theme-pic .pdt-title {
    margin-right: 3rem;
}

.project-sidebar-single {
    box-shadow: 0 0 10px #eee;
    padding: 30px;
    margin-bottom: 3rem;
    background-color: var(--clr-white);
}

.project-sidebar-single:last-child {
    margin-bottom: 0;
}

.project-sidebar-single ul li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: var(--font-2);
    font-weight: 600;
    line-height: 33px;
}

.project-sidebar-single ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.project-sidebar-single ul li span {
    display: block;
    font-weight: normal;
    margin: 0;
    text-transform: capitalize;
}

.rating a i {
    color: var(--clr-def);
}

.range-label {
    color: var(--clr-heading);
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 400;
    display: block;
    margin-bottom: 1.5rem;
}

.range-slider {
    width: 100%;
}

.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}

.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.range-slider__range::-webkit-slider-thumb:hover {
    background: var(--clr-def);
}

.range-slider__range:active::-webkit-slider-thumb {
    background: var(--clr-def);
}

.range-slider__range:active::-moz-range-thumb {
    background: var(--clr-def);
}

.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -moz-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.range-slider__range::-moz-range-thumb:hover {
    background: var(--clr-def);
}

.range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--clr-def);
}

.range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #2c3e50;
    padding: 5px 10px;
    margin-left: 8px;
}

.range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #2c3e50;
    border-bottom: 7px solid transparent;
    content: "";
}

::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}

ul.chk {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    line-height: 18px;
    color: var(--clr-heading);
    font-size: 1.8rem;
    font-weight: 400;
}

.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: var(--clr-def);
}

.styled-checkbox:hover + label:before {
    background: var(--clr-def);
}

.styled-checkbox:focus + label:before {
    box-shadow: none;
}

.styled-checkbox:checked + label:before {
    background: var(--clr-def);
}

.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: var(--clr-white);
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 var(--clr-white), 4px 0 0 var(--clr-white), 4px -2px 0 var(--clr-white), 4px -4px 0 var(--clr-white), 4px -6px 0 var(--clr-white), 4px -8px 0 var(--clr-white);
    transform: rotate(45deg);
}

/*-------------------------------------------------------
19. Pagination css
---------------------------------------------------------*/
.pagination {
    display: block;
    margin-top: 6rem;
    margin-bottom: 0px;
    text-align: center;
}

.pagination .page-value {
    width: 43px;
    height: 43px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    background-color: var(--clr-white);
    font-size: 15px;
    font-weight: 600;
    margin: 0 2px 10px;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pagination .page-value.current {
    background-color: var(--clr-def-2);
    color: var(--clr-white);
}

.pagination .page-value:hover {
    background-color: var(--clr-def-2);
    color: var(--clr-white);
}

.pagination .page-value i {
    font-size: 15px;
}

/*-------------------------------------------------------
20. Gallery css
---------------------------------------------------------*/
.gallery-box {
    overflow: hidden;
}

.gallery-box .gallery-box-2-pic:hover .gallery-overlay {
    transform: translateX(0);
}

.gallery-box .gallery-overlay {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 0;
    line-height: 1;
    transition: all .5s ease;
    transform: translateX(-100%);
}

.gallery-box .gallery-overlay h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    background: var(--clr-def);
    padding: 7px 14px;
    margin-bottom: 0;
    color: var(--clr-white);
}

.gallery-box .gallery-overlay span {
    display: inline-block;
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    background: var(--clr-black);
    padding: 5px 14px;
    color: var(--clr-white-80);
}

.gallery-box img {
    width: 100%;
}

.grid-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.gallery-box-2 img {
    height: 348px;
}

.filter-menu-style-2 button {
    display: inline-block;
    color: var(--clr-white-50);
    transition: all .5s ease;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    background: transparent;
    padding: 0;
    border: none;
    margin-right: 40px;
}

.filter-menu-style-2 button:last-child {
    margin-right: 0;
}

.filter-menu-style-2 button:hover, .filter-menu-style-2 button.active {
    color: var(--clr-white);
}

.gallery-sldr .swiper-button-next,
.gallery-sldr .swiper-button-prev {
    position: inherit;
    top: inherit;
    margin-top: 0;
    display: inherit;
    width: inherit;
    height: inherit;
    color: var(--clr-white);
}

.gallery-sldr .swiper-button-prev:after,
.gallery-sldr .swiper-button-next:after {
    font-family: 'IcoFont';
    font-size: 16px;
}

.gallery-sldr .swiper-button-next:after {
    content: '\ea5c';
}

.gallery-sldr .swiper-button-prev:after {
    content: '\ea5d';
}

.gallery-prev-next {
    display: inline-block;
    padding: 0;
    border-radius: 0;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 50px;
}

.gallery-pic-ii img {
    width: 100%;
}

.gallery-box-ii:hover .gallery-desc-ii {
    background: linear-gradient(180deg, #EDCE1D 72.41%, rgba(223, 165, 135, 0.96) 100%);
}

.gallery-desc-ii {
    background: var(--clr-white);
    padding: 6rem 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0 0 40px 40px;
    transition: all .5s ease;
}

.gallery-bio-left h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 5px;
    border-bottom: 1px solid currentColor;
}

.gallery-bio-left span {
    display: inline-block;
    color: #757575;
    font-family: var(--font-1);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.gallery-box-3 {
    transition: all .5s ease;
}

.gallery-box-3:hover .gallery-pic-3 img {
    border: 1px solid var(--clr-def-3);
}

.gallery-box-3:hover .gallery-pic-3 .gallery-desc-3 {
    background: var(--clr-def-3);
}

.gallery-box-3:hover .gallery-pic-3 .gallery-desc-3 .gallery-bio-3 span {
    color: var(--clr-white);
}

.gallery-box-3:hover .gallery-pic-3 .gallery-desc-3 .gallery-bio-3 h4 {
    color: var(--clr-white);
}

.gallery-box-3:hover .gallery-pic-3 .gallery-desc-3 .gallery-bio-right-3 a i {
    color: var(--clr-white);
}

.gallery-pic-3 img {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 30px;
}

.gallery-pic-3 .gallery-desc-3 {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 80%;
    background: var(--clr-white);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gallery-pic-3 .gallery-desc-3 .gallery-bio-3 span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    color: var(--clr-heading);
    margin-bottom: 10px;
}

.gallery-pic-3 .gallery-desc-3 .gallery-bio-3 h4 {
    font-family: var(--font-2);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
}

.gallery-pic-3 .gallery-desc-3 .gallery-bio-right-3 a i {
    display: inline-block;
    rotate: -43.22deg;
    font-size: 36px;
    color: var(--clr-heading);
}

.rev-sldr-btm-2 .swiper-button-next, .rev-sldr-btm-2 .swiper-button-prev {
    width: inherit;
    height: inherit;
}

.rev-sldr-btm-2 .swiper-button-prev:after,
.rev-sldr-btm-2 .swiper-button-next:after {
    font-family: 'IcoFont';
    font-size: 32px;
    color: transparent;
}

.rev-sldr-btm-2 .swiper-button-next:after {
    background: url("img/icon/arrow-right.png");
    background-repeat: no-repeat;
}

.rev-sldr-btm-2 .swiper-button-prev:after {
    background: url("img/icon/arrow-left.png");
    background-repeat: no-repeat;
}

.gl-box {
    position: relative;
    z-index: 1;
}

.gl-box:hover .gl-overlay {
    scale: 1;
}

.gl-box .gl-overlay {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 0;
    left: 0;
    scale: 0;
    transition: all .5s ease;
}

.gl-box .gl-overlay::before {
    position: absolute;
    content: '';
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #101111;
    opacity: .6;
}

.gl-box .gl-overlay h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: var(--clr-white);
}

.gl-box .gl-overlay span {
    font-family: var(--font-1);
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: var(--clr-white);
    display: block;
}

.filter-menu-active {
    display: inline-block;
    border: 1px solid var(--clr-white-50);
    border-radius: 50px;
    padding: 15px 45px;
}

/*-------------------------------------------------------
21. Topbar css
---------------------------------------------------------*/
/* Initial styling to hide the search overlay */
.search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.search-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* Additional styles for the search input and close button */
#search-input {
    padding: 10px;
    width: 200px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#close-btn {
    margin-top: 10px;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    background-color: #333;
    color: #fff;
    cursor: pointer;
}

.search-overlay {
    display: none;
    /* Other styles for your overlay */
}

.search-overlay.active {
    display: block;
    /* Additional styles to show the overlay */
}

.top-bar-area {
    padding: 20px 0;
    position: relative;
    z-index: 999;
}

.topbar-left {
    display: flex;
    align-items: center;
    gap: 6px;
}

.topbar-left i {
    line-height: 1;
    display: inline-block;
}

.topbar-left span {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
    color: var(--clr-heading);
}

.top-barshp {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}

.topbar-before-off::before {
    display: none;
}

.topbar-white .top-box {
    color: var(--clr-white);
}

.topbar-white .top-box a {
    color: var(--clr-white);
}

.topbar-white .top-box i {
    color: var(--clr-white);
}

.top-bar-social {
    justify-content: flex-end;
}

.top-social {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
}

.top-social li a i {
    color: var(--clr-white);
    font-size: 1.5rem;
    display: inline-block;
    font-size: 15px;
}

.j-header-content {
    gap: 20px;
}

.top-site-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--clr-heading);
    padding: 0;
    border: none;
    background: transparent;
}

.j-search-form {
    position: relative;
    z-index: 1;
}

.j-search-form .j-form-control {
    border: 1px solid var(--clr-border);
    width: 100%;
    height: 46px;
    padding: 8px;
    border-radius: 3px;
}

.j-search-form .j-form-btn {
    background: transparent;
    border: none;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    line-height: 1;
}

.search-cart .dropdown-menu[data-bs-popper] {
    top: 200%;
    left: -100px;
}

.search-drop {
    box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
    width: 240px;
    padding: 2rem;
    border: none;
    top: 223%;
}

.dropdown-menu {
    box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
    padding: 2rem;
    border: none;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.dropdown-menu .dropdown-item:focus {
    box-shadow: none;
}

.dropdown-menu .dropdown-item:hover {
    background: transparent;
}

.user-profl .dropdown-menu,
.lang .dropdown-menu {
    width: 160px;
}

.user-profl .dropdown-menu li,
.lang .dropdown-menu li {
    display: block;
    margin-bottom: 1rem;
}

.user-profl .dropdown-menu li:last-child,
.lang .dropdown-menu li:last-child {
    margin-bottom: 0;
}

/*-------------------------------------------------------
22. Heading css
---------------------------------------------------------*/
.title-site {
    font-family: var(--font-1);
    color: var(--clr-heading);
    font-size: 48px;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: -2px;
    display: block;
}

.title-site span {
    color: var(--clr-def);
}

.heading-1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
}

.heading-light-1 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 200;
}

.heading-2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
}

.heading-light-2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 200;
}

.heading-3 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

.heading-light-3 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 200;
}

.heading-4 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.heading-light-4 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 200;
}

.heading-5 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.heading-light-5 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 200;
}

.heading-6 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

.heading-light-6 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 200;
}

.para {
    font-size: 1.6rem;
    line-height: 3.2rem;
}

.faq-para {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: var(--clr-heading);
}

.hero-title {
    font-family: var(--font-1);
    font-size: 80px;
    font-weight: 600;
    line-height: 88px;
    letter-spacing: -4px;
}

.hero-title span {
    color: var(--clr-def);
}

.hero-title-light {
    font-family: var(--font-1);
    font-size: 80px;
    font-weight: 200;
    line-height: 88px;
    letter-spacing: -4px;
}

.hero-title-light span {
    color: var(--clr-def);
}

.hero-title-2 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 500;
}

.hero-sub-title {
    display: inline-block;
    font-family: var(--font-2);
    color: var(--clr-def-2);
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.04em;
}

.hero-sub-title .hero-line {
    width: 4rem;
    height: 1px;
    position: absolute;
    top: 18%;
    left: 0;
    translate: 0 -50%;
    z-index: 1;
    background-color: var(--clr-def-2);
}

.hero-sub-title .hero-line::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 30px;
    z-index: -1;
    background: var(--clr-def-2);
    opacity: 1;
    top: 5px;
    left: 0;
}

.hero-sub-title .hero-line::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 20px;
    z-index: -1;
    background: var(--clr-def-2);
    opacity: 1;
    top: 10px;
    left: 0;
}

.hero-sub-title.wh {
    color: var(--clr-white);
}

.hero-sub-title.wh .hero-line {
    background-color: var(--clr-white);
}

.hero-sub-title.wh .hero-line::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 30px;
    z-index: -1;
    background: var(--clr-white);
    opacity: 1;
    top: 5px;
    left: 0;
}

.hero-sub-title.wh .hero-line::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 20px;
    z-index: -1;
    background: var(--clr-white);
    opacity: 1;
    top: 10px;
    left: 0;
}

.hero-sub-title.blk {
    color: var(--clr-heading);
}

.hero-sub-title.blk .hero-line {
    background-color: var(--clr-heading);
}

.hero-sub-title.blk .hero-line::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 30px;
    z-index: -1;
    background: var(--clr-heading);
    opacity: 1;
    top: 5px;
    left: 0;
}

.hero-sub-title.blk .hero-line::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 20px;
    z-index: -1;
    background: var(--clr-heading);
    opacity: 1;
    top: 10px;
    left: 0;
}

.hero-sub-title.def-4 {
    color: var(--clr-def-4);
}

.hero-sub-title.def-4 .hero-line {
    background-color: var(--clr-def-4);
}

.hero-sub-title.def-4 .hero-line::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 30px;
    z-index: -1;
    background: var(--clr-def-4);
    opacity: 1;
    top: 5px;
    left: 0;
}

.hero-sub-title.def-4 .hero-line::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 20px;
    z-index: -1;
    background: var(--clr-def-4);
    opacity: 1;
    top: 10px;
    left: 0;
}

.hero-sub-title-light {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1;
    display: inline-block;
    font-family: var(--font-2);
    color: var(--clr-def);
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.title-sub {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    background: var(--clr-def);
    font-family: var(--font-1);
    color: var(--clr-heading);
    border-radius: 50px;
    display: inline-block;
    padding: 10px 25px;
}

.title-sub.blk {
    color: var(--clr-white);
    background: var(--clr-heading);
}

/*-------------------------------------------------------
23. Contact css
---------------------------------------------------------*/
.contact-left-up h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
}

.contact-left-up span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: block;
    color: var(--clr-bbb);
}

.input-pos label {
    margin-bottom: 16px;
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--clr-heading);
}

.input-pos .input-style-2 {
    background: transparent;
    border: 1px solid #d0d0db;
    height: 64px;
    font-size: 16px;
    padding-left: 2rem;
}

.input-pos .input-style-2::placeholder {
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #C0BFC5;
}

.input-pos .input-style-2:focus {
    background: transparent;
    border: 1px solid #d0d0db;
    outline: none;
    box-shadow: none;
}

.input-style-textarea-1 {
    height: 100px;
    background: transparent;
    border: 1px solid #d0d0db;
    font-size: 16px;
    margin-bottom: 30px;
    padding: 2rem 0 0 2rem;
}

.input-style-textarea-1::placeholder {
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #C0BFC5;
}

.input-style-textarea-1:focus {
    background: transparent;
    outline: none;
    box-shadow: none;
    color: var(--clr-heading);
    border: 1px solid #d0d0db;
}

.login-btn {
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 25px;
    border-radius: 4px;
    background: linear-gradient(90.17deg, #EDCE1D 3.99%, rgba(223, 165, 135, 0.81) 95.85%);
    color: #101111;
    border: none;
    outline: none;
}

.login-btns button:hover i {
    filter: invert(1);
}

.contact-page {
    background: var(--clr-bg);
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem;
}

.contact-page .input-style-textarea-1 {
    height: 232px;
}

.contact-page-right-content {
    height: 100%;
}

.contact-kl-title {
    font-family: var(--font-1);
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    color: var(--clr-white);
    margin-bottom: 30px;
}

.contact-page-right-up .contact-kl-sub {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: var(--clr-white);
}

.contact-kl-box {
    border-radius: 16px;
    background: #44444D;
    padding: 5rem 3rem;
}

.contact-kl-box:last-child {
    margin-bottom: 0;
}

.contact-kl-box i {
    display: block;
    margin-bottom: 2rem;
}

.contact-kl-box h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--clr-white);
    margin-bottom: 10px;
}

.contact-kl-box span {
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    color: var(--clr-white);
    margin-bottom: 2rem;
}

.contact-kl-box p {
    color: var(--clr-def);
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/*Google Maps*/
.g-map-area {
    height: 50vh;
}

.g-map--wrapper iframe {
    width: 100%;
    height: 100vh;
    border: none;
    filter: grayscale(100%) invert(100%);
}

.g-map-home iframe {
    filter: grayscale(100%) invert(100%);
}

/*-------------------------------------------------------
24. Text COlor css
---------------------------------------------------------*/
.text-def-4 {
    color: var(--clr-def-4);
}

.text-grad {
    background: var(--clr-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-grad-2 {
    background: var(--clr-gradient-2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-theme {
    background: var(--clr-def);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.clr-theme {
    color: var(--clr-def);
}

.font-size-14 {
    font-size: 14px;
}

/*End Theme Basic*/
/*-------------------------------------------------------
25. Header Hero Top css
---------------------------------------------------------*/
.header-hero-top {
    display: grid;
    grid-template-columns: 250px 1fr;
}

/*-------------------------------------------------------
26. About css
---------------------------------------------------------*/
.about-count {
    display: flex;
    align-items: center;
    gap: 50px;
}

.about-count .about-count-box h2 {
    font-family: var(--font-1);
    font-size: 56px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: -2px;
}

.about-count .about-count-box span {
    font-family: var(--font-1);
    color: var(--clr-heading);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
}

.about-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E6E6EB;
}

.about-list {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

.about-list .about-list-opt {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-list .about-list-opt .about-list-opt-icon i {
    display: inline-block;
}

.about-list .about-list-opt .about-list-opt-text {
    font-family: var(--font-1);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
    color: var(--clr-white);
}

.hero-about-page img {
    border-radius: 16px;
}

.hyi-list {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hyi-list li .hy-lll-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hyi-list li .hy-lll-box.hy-bh {
    flex-direction: column;
    align-items: flex-start;
}

.hyi-list li .hy-lll-box i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: var(--clr-def);
    display: inline-block;
}

.hyi-list li .hy-lll-box i svg {
    fill: var(--clr-heading);
    height: 32px;
    width: 32px;
}

.hyi-list li .hy-lll-box h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 0;
}

.feature-about-area {
    border-bottom: 1px solid #E6E6EB;
}

.feature-fet {
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: flex-start;
    grid-gap: 30px;
}

.feature-fet i {
    display: inline-block;
}

.feature-fet i svg {
    fill: var(--clr-heading);
}

.feature-fet h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 8px;
}

/*-------------------------------------------------------
27. Service CSS
---------------------------------------------------------*/
.service-box {
    padding: 5rem 3rem;
    position: relative;
    z-index: 1;
    background: var(--clr-white);
    transition: all .5s ease;
    box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid #ccc;
}

.service-box:hover {
    background: #0E0F52;
}

.service-box:hover .service-icon i {
    color: var(--clr-white);
    background: #3D246D;
}

.service-box:hover .service-desc h4 {
    color: var(--clr-white);
}

.service-box:hover .service-desc h4::before {
    background: var(--clr-white);
}

.service-box:hover .service-desc p {
    color: var(--clr-white);
}

.service-box:hover .service-bottom i {
    color: var(--clr-white);
}

.service-box .service-icon {
    margin-bottom: 2rem;
}

.service-box .service-icon i {
    height: 80px;
    width: 80px;
    line-height: 93px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 40px;
    color: var(--clr-heading);
    display: inline-block;
    text-align: center;
    transition: all .5s ease;
}

.service-box .service-desc h4 {
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    font-size: 22px;
}

.service-box .service-desc h4::before {
    position: absolute;
    content: '';
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 7rem;
    height: 2px;
    border-radius: 1rem;
    background: currentColor;
}

.service-box .service-desc p {
    padding-bottom: 2rem;
}

.service-box .service-bottom {
    line-height: 1;
}

.service-box .service-bottom i {
    font-size: 40px;
}

.btn-text {
    transition: all .5s ease;
}

.btn-text i {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: var(--clr-heading);
    color: var(--clr-white);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    transition: all .5s ease;
}

.service-cnt {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.mt-123 {
    margin-top: 12.3rem;
}

.service-box-2 {
    padding: 30px;
    text-align: center;
    background: #D9D9D926;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    transition: all .5s ease;
}

.service-box-2::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90.17deg, #EDCE1D 3.99%, rgba(223, 165, 135, 0.81) 95.85%);
    content: '';
    opacity: 0;
    transition: all .5s ease;
}

.service-box-2:hover::before {
    opacity: .5;
}

.service-box-2:hover .service-btn-2 {
    background: linear-gradient(90.17deg, #EDCE1D 3.99%, rgba(223, 165, 135, 0.81) 95.85%);
    border: 1px solid transparent;
    color: var(--clr-black-2);
}

.service-box-2 .service-icon-2 {
    margin-bottom: 2rem;
}

.service-box-2 .service-icon-2 i {
    background: linear-gradient(90.17deg, #EDCE1D 3.99%, rgba(223, 165, 135, 0.81) 95.85%);
    height: 84px;
    width: 84px;
    line-height: 84px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}

.service-box-2 .service-desc-2 h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    color: var(--clr-white);
    margin-bottom: 2rem;
}

.service-box-2 .service-desc-2 p {
    font-family: var(--font-1);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: var(--clr-white);
    margin-bottom: 30px;
}

.service-btn-2 {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    font-family: var(--font-1);
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    color: var(--clr-white);
    display: inline-block;
    border: 1px solid #EDCE1D;
    border-radius: 100px;
}

.service-shape-2-1 {
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.service-shape-2-2 {
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.service-box-3 {
    padding: 40px 20px;
    background: var(--clr-white);
    border: 1px solid var(--clr-def-3);
    transition: all .5s ease;
}

.service-box-3:hover {
    background: var(--clr-def-3);
}

.service-box-3:hover .service-icon-3 i {
    color: var(--clr-white);
}

.service-box-3:hover .service-desc-3 h4 {
    color: var(--clr-white);
}

.service-box-3:hover .service-desc-3 p {
    color: var(--clr-white);
}

.service-box-3:hover .service-btn-3 {
    color: var(--clr-white);
}

.service-box-3 .service-icon-3 {
    margin-bottom: 2rem;
}

.service-box-3 .service-icon-3 i {
    font-size: 50px;
    color: var(--clr-def-3);
    display: inline-block;
}

.service-box-3 .service-desc-3 h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.006em;
    margin-bottom: 20px;
}

.service-box-3 .service-desc-3 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
}

.service-btn-3 {
    font-family: var(--font-1);
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--clr-heading);
}

.service-account-wpr {
    grid-row-gap: 0;
    grid-column-gap: 70px;
}

.service-acc-box {
    border: 1px solid #6C6C73;
    border-right: none;
    border-left: none;
    padding: 4rem;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.service-acc-box:first-child {
    border-bottom: none;
}

.service-acc-box:nth-child(2) {
    border-bottom: none;
}

.service-acc-box .service-acc-num span {
    font-family: var(--font-1);
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -1px;
    display: block;
    color: var(--clr-heading);
}

.service-acc-box .service-acc-desc h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.5px;
}

.service-acc-box .service-acc-desc p {
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #343438;
}

/*-------------------------------------------------------
28. Counter Css
---------------------------------------------------------*/
.counter-area {
    box-shadow: 0px 4px 4px 0px #00000040;
}

.counter-1 .fun-fact {
    text-align: left;
}

.counter-1 .fun-fact .counter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: var(--font-1);
    font-size: 56px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: -2px;
    color: var(--clr-heading);
}

.counter-1 .fun-fact span {
    font-family: var(--font-1);
    color: var(--clr-heading);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
}

.counter-2 .fun-fact {
    border: 1px solid #3b3c3c;
}

.counter-2 .fun-fact:first-child {
    border-left: none;
}

.counter-2 .fun-fact:last-child {
    border-right: none;
}

/*-------------------------------------------------------
29. Why css
---------------------------------------------------------*/
.why-opt-box {
    padding: 16px;
    border: 1px solid #E6E6EB;
    border-radius: 16px;
}

.why-opt-box i {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    background: var(--clr-def);
    color: var(--clr-heading);
    margin-bottom: 18px;
}

.why-opt-box h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 8px;
}

.why-main-img {
    border-radius: 16px;
}

.why-opt {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.why-opt li {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.why-opt li .why-opt-icon i {
    height: 6rem;
    width: 6rem;
    text-align: center;
    line-height: 6rem;
    border: 1px solid var(--clr-border);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: var(--clr-heading);
    font-size: 28px;
    display: inline-block;
}

.why-opt li .why-opt-text h4 {
    font-size: 22px;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 10px;
}

.hy-star-1 {
    position: absolute;
    z-index: 1;
    top: 85px;
    left: -80px;
}

.hy-card {
    position: absolute;
    z-index: 1;
    bottom: 90px;
    right: 80px;
}

.hy-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hy-list li .hy-ll-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hy-list li .hy-ll-box i {
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    background: var(--clr-def);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: var(--clr-heading);
}

.hy-list li .hy-ll-box span {
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
}

.hy-list li p {
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.hy-style-2 .hy-card {
    right: inherit;
    left: 80px;
}

.hy-style-2 .hy-star-1 {
    left: inherit;
    right: -80px;
}

.p-cl {
    padding-right: 14rem;
}

/*-------------------------------------------------------
30. Work css
---------------------------------------------------------*/
.work-left-content .swiper-button-next,
.work-left-content .swiper-button-prev {
    position: inherit;
    top: inherit;
    margin-top: 0;
    display: inherit;
    width: 80px;
    height: 35px;
    color: var(--clr-white);
    background-color: var(--clr-def-3);
    text-align: center;
    border-radius: 5px;
}

.work-left-content .swiper-button-prev:after,
.work-left-content .swiper-button-next:after {
    font-family: 'IcoFont';
    font-size: 36px;
}

.work-left-content .swiper-button-next:after {
    content: '\ea93';
}

.work-left-content .swiper-button-prev:after {
    content: '\ea94';
}

.work-slider-ico {
    background: var(--clr-white);
    display: inline-block;
    padding: 24px 4rem;
    border-radius: 5px;
    line-height: 1;
}

.work-sldr.swiper .swiper-pagination {
    position: inherit;
    margin-bottom: -18px;
    margin-top: 40px;
}

.work-sldr.swiper .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    height: 20px;
    width: 20px;
    border: 1px solid var(--clr-def);
    position: relative;
    z-index: 1;
    opacity: 1;
}

.work-sldr.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--clr-def);
}

.work-sldr.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: var(--clr-def);
    transition: all 0.35s ease-in-out;
}

/*-------------------------------------------------------
31. Container css
---------------------------------------------------------*/
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1350px;
    }
}

.container-full {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}

@media (max-width: 576px) {
    .container-full {
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 576px) {
    .container-full {
        max-width: 540px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container-full {
        max-width: 720px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container-full {
        max-width: 960px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container-full {
        max-width: 85%;
        width: 85%;
    }
}

.container-fill {
    padding: 0 15px;
    margin: auto;
    max-width: 100%;
}

@media (min-width: 576px) {
    .container-fill {
        max-width: 540px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container-fill {
        max-width: 720px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container-fill {
        max-width: 960px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container-fill {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .container-fill {
        padding: 0 15px;
        width: 100%;
    }
}

@media only screen and (min-width: 1367px) {
    .container-stage {
        margin-left: calc((100% - 1250px) / 2);
        width: auto;
        max-width: inherit;
        padding-right: 0;
    }
}

@media only screen and (min-width: 1367px) {
    .container-left {
        margin-right: calc((100% - 1250px) / 2);
        width: auto;
        max-width: inherit;
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .row {
        --bs-gutter-x: 1.5rem;
    }
}

.bg-cover {
    background-position: center center !important;
    background-size: cover !important;
}

.bg-fixed {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
}

.bg-fit {
    background-size: 100% 100% !important;
    background-position: center !important;
}

/*-------------------------------------------------------
32. Price css
---------------------------------------------------------*/
.price-box-content {
    border-radius: 16px;
    padding: 6rem 5rem;
    background: var(--clr-bg);
    transition: all .5s ease;
}

.price-box-content:hover {
    background: var(--clr-bg-2);
}

.price-box-content:hover .price-up .price-ribbon {
    color: var(--clr-white);
}

.price-box-content:hover .price-up .price-value {
    color: var(--clr-def);
}

.price-box-content:hover .price-feature {
    color: var(--clr-white);
}

.price-box-content:hover .price-list li {
    color: var(--clr-white);
}

.price-box-content:hover .price-list li i {
    color: var(--clr-def);
}

.price-box-content:hover .price-bottom .price-btn {
    background: var(--clr-def);
    color: var(--clr-heading);
}

.price-up .price-ribbon {
    font-family: var(--font-1);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

.price-up .price-value {
    display: flex;
    align-items: flex-end;
    font-size: 48px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -2px;
    margin-bottom: 40px;
}

.price-up .price-value span {
    display: inline-block;
    font-family: var(--bs-font-sans-serif);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .7px;
}

.price-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 4rem;
}

.price-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: var(--font-1);
    color: var(--clr-heading);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

.price-feature {
    font-family: var(--font-1);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 30px;
}

.price-btn {
    border-radius: 50px;
    padding: 18px 70px;
    background: var(--clr-heading);
    color: var(--clr-white);
    text-align: center;
    font-family: var(--font-1);
    font-size: 18px;
    font-weight: 500;
    transition: all .5s ease;
    border: none;
    display: inline-block;
}

.price-btn.active {
    background: var(--clr-def);
    color: var(--clr-heading);
}

.price-btn:hover {
    background: var(--clr-def);
    color: var(--clr-heading);
}

.price-box-content-bg {
    background: var(--clr-bg-2);
}

.price-box-content-bg .price-up .price-ribbon {
    color: var(--clr-white);
}

.price-box-content-bg .price-up .price-value {
    color: var(--clr-def);
}

.price-box-content-bg .price-feature {
    color: var(--clr-white);
}

.price-box-content-bg .price-list li {
    color: var(--clr-white);
}

.price-box-content-bg .price-list li i {
    color: var(--clr-def);
}

.price-box-content-bg .price-bottom .price-btn {
    background: var(--clr-def);
    color: var(--clr-heading);
}

.price-yr-nav {
    text-align: center;
}

.price-yr-nav .nav {
    display: inline-flex;
    padding: 1rem;
    background: #F9F9FA;
    border-radius: 30px;
}

.price-yr-nav .nav .nav-item .nav-link {
    padding: 16px 24px 16px 24px;
    color: var(--clr-heading);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    font-family: var(--font-1);
    border-radius: 30px;
}

.price-yr-nav .nav .nav-item .nav-link.active {
    background: var(--clr-def);
}

/*-------------------------------------------------------
33. Team css
---------------------------------------------------------*/
.team-box {
    text-align: center;
}

.team-box:hover .team-pic::before {
    scale: 1;
}

.team-box:hover .team-pic .team-social {
    opacity: 1;
}

.team-box .team-pic {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.team-box .team-pic::before {
    position: absolute;
    content: '';
    z-index: 0;
    height: 100%;
    width: 100%;
    background: #101111;
    top: 0;
    left: 0;
    border-radius: 50%;
    opacity: .5;
    scale: 0;
    transition: all .5s ease;
}

.team-box .team-pic .team-social {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .5s ease;
    transition-delay: .7s;
}

.team-box .team-desc h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: var(--clr-white);
}

.team-box .team-desc span {
    font-family: var(--font-1);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
}

.team-social {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.team-social li a i {
    color: var(--clr-white);
    font-size: 1.8rem;
}

.team-social li a i:hover {
    color: var(--clr-def);
}

.team-box-2 {
    text-align: center;
}

.team-box-2:hover .team-pic-2::before {
    scale: 1;
}

.team-box-2:hover .team-pic-2 .team-social {
    opacity: 1;
}

.team-box-2 .team-pic-2 {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.team-box-2 .team-pic-2::before {
    position: absolute;
    content: '';
    z-index: 0;
    height: 100%;
    width: 100%;
    background: #101111;
    top: 0;
    left: 0;
    opacity: .5;
    scale: 0;
    transition: all .5s ease;
    border-radius: 0px 150px 0px 0px;
}

.team-box-2 .team-pic-2 .team-social {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .5s ease;
    transition-delay: .7s;
}

.team-box-2 .team-desc-2 h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 5px;
    color: var(--clr-white);
}

.team-box-2 .team-desc-2 span {
    display: inline-block;
    font-family: var(--font-1);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.team-sldr.swiper .swiper-pagination {
    position: inherit;
    margin-bottom: 0px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-sldr.swiper .swiper-pagination .swiper-pagination-bullet {
    background: var(--clr-def);
    height: 10px;
    width: 10px;
    border: 1px solid var(--clr-def);
    position: relative;
    z-index: 1;
    opacity: 1;
}

.team-sldr.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 20px;
    width: 20px;
}

.team-sldr.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: var(--clr-def);
    transition: all 0.35s ease-in-out;
}

/*-------------------------------------------------------
34. Review css
---------------------------------------------------------*/
.revs-box {
    padding: 30px;
    background: var(--clr-bg);
    border-radius: 16px;
}

.revs-box .revs-quote {
    height: 48px;
    width: 48px;
    line-height: 48px;
    display: inline-block;
    background: var(--clr-def);
    border-radius: 50%;
    text-align: center;
    margin-bottom: 2rem;
}

.revs-box .revs-quote-text {
    font-family: var(--font-1);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--clr-heading);
    margin-bottom: 3rem;
}

.revs-bio {
    display: flex;
    align-items: center;
    gap: 10px;
}

.revs-bio .revs-bio-text h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 5px;
}

.revs-bio .revs-bio-text span {
    font-family: var(--font-1);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    display: block;
}

.revs-before {
    position: relative;
    z-index: 1;
}

.revs-before::before {
    position: absolute;
    z-index: 4;
    content: '';
    top: 0;
    left: 0;
    background-color: transparent;
    background-image: linear-gradient(90deg, #FFFFFFBD 0%, #F2295B00 100%);
    width: 300px;
    height: 100%;
}

.revs-before::after {
    position: absolute;
    z-index: 4;
    content: '';
    top: 0;
    right: 0;
    background-color: transparent;
    background-image: linear-gradient(-90deg, var(--clr-white) 0%, #F2295B00 100%);
    width: 300px;
    height: 100%;
}

.rev-star {
    display: inline-block;
    color: #F9BE17;
    line-height: 1;
    font-size: 15px;
    margin-bottom: 2rem;
}

.slide-inner {
    border-radius: 6px;
    padding: 6rem 13rem;
    display: flex;
    align-items: center;
    gap: 60px;
    background: var(--clr-black-2);
    position: relative;
    z-index: 1;
}

.slide-inner .rev-pic {
    display: contents;
}

.slide-inner .rev-content .rev-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--clr-white);
    margin-bottom: 2rem;
}

.slide-inner .rev-content .rev-bio h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: var(--clr-white);
    margin-bottom: 5px;
}

.slide-inner .rev-content .rev-bio span {
    font-family: var(--font-1);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: var(--clr-white-50);
    display: inline-block;
}

.inner-qoute {
    position: absolute;
    z-index: -1;
    bottom: 15px;
    right: 15px;
}

.rev-main .swiper-container {
    height: 337px;
}

.rev-main .swiper-pagination-vertical.swiper-pagination-bullets, .rev-main .swiper-vertical > .swiper-pagination-bullets {
    right: inherit;
    left: 20px;
}

.rev-main .swiper-pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rev-main .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: var(--clr-def);
    opacity: 1;
}

.rev-main .swiper-pagination-bullet-active {
    width: 11px;
    height: 11px;
    background: var(--clr-def) !important;
}

.rev-main .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rev-main .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 0;
    height: 10px;
    width: 10px;
}

.rev-main .swiper-pagination-bullet-active {
    background: #FFF;
}

.revs-box {
    transition: all .5s ease;
}

.revs-box:hover {
    background: var(--clr-black);
}

.revs-box:hover svg {
    fill: var(--clr-def);
}

.revs-box:hover .revs-quote-text {
    color: var(--clr-white);
}

.revs-box:hover .revs-bio-text h5 {
    color: var(--clr-white);
}

.revs-box:hover .revs-bio-text span {
    color: var(--clr-white);
}

.revs-quote-ic {
    display: block;
    margin-bottom: 2rem;
}

.revs-quote-ic svg {
    fill: var(--clr-heading);
    height: 32px;
    width: 32px;
}

.client-before {
    position: relative;
    z-index: 1;
    padding: 100px 0 100px 80px;
}

.client-before::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #EDCE1D 0%, rgba(223, 165, 135, 0.96) 100%);
    width: 381px;
    height: 100%;
    z-index: -1;
}

.client-slider-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.client-slider-ico .swiper-button-next,
.client-slider-ico .swiper-button-prev {
    position: inherit;
    top: inherit;
    margin-top: 0;
    display: inherit;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 50%;
}

.client-slider-ico .swiper-button-next:hover,
.client-slider-ico .swiper-button-prev:hover {
    background: linear-gradient(180deg, #EDCE1D 0%, rgba(223, 165, 135, 0.96) 100%);
}

.client-slider-ico .swiper-button-prev:after,
.client-slider-ico .swiper-button-next:after {
    font-family: 'IcoFont';
    font-size: 14px;
    color: transparent;
}

.client-slider-ico .swiper-button-next:after {
    background: url("img/icon/arr-right.png");
    background-repeat: no-repeat;
}

.client-slider-ico .swiper-button-prev:after {
    background: url("img/icon/arr-left.png");
    background-repeat: no-repeat;
}

.client-slider-ico .swiper-button-next, .client-slider-ico .swiper-rtl .swiper-button-prev {
    right: auto;
    left: 10px;
}

.client-slider-ico .swiper-button-prev, .client-slider-ico .swiper-rtl .swiper-button-next {
    left: auto;
    right: 10px;
}

.inf-wpr .swiper-wrapper {
    transition-timing-function: linear;
}

.gallery-sldr .swiper-button-next,
.gallery-sldr .swiper-button-prev {
    position: inherit;
    top: inherit;
    margin-top: 0;
    display: inherit;
    width: inherit;
    height: inherit;
    color: var(--clr-white);
}

.gallery-sldr .swiper-button-prev:after,
.gallery-sldr .swiper-button-next:after {
    font-family: 'IcoFont';
    font-size: 18px;
    color: transparent;
}

.gallery-sldr .swiper-button-next:after {
    background: url("img/icon/arrow-right.png");
    background-repeat: no-repeat;
}

.gallery-sldr .swiper-button-prev:after {
    background: url("img/icon/arrow-left.png");
    background-repeat: no-repeat;
}

.gallery-sldr .swiper-button-next, .gallery-sldr .swiper-rtl .swiper-button-prev {
    right: auto;
    left: 10px;
}

.gallery-sldr .swiper-button-prev, .gallery-sldr .swiper-rtl .swiper-button-next {
    left: auto;
    right: 10px;
}

.client-rev-content {
    background: #303030;
    padding: 60px 20px;
    border-radius: 4px;
    display: grid;
    grid-template-columns: 103px 1fr;
    grid-gap: 40px;
}

.client-rev-content .client-rev-pic {
    text-align: center;
}

.client-rev-content .client-rev-pic i {
    display: block;
    margin-bottom: 2rem;
}

.client-rev-content .client-rev-desc .rev-star {
    margin-bottom: 25px;
}

.client-rev-content .client-rev-desc p {
    margin-bottom: 30px;
}

.client-rev-content .client-rev-desc .client-bio h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.01em;
    color: var(--clr-white);
}

.client-rev-content .client-rev-desc .client-bio span {
    font-family: var(--font-1);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.01em;
    display: block;
}

.client-left-up h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: -0.02em;
    color: var(--clr-white);
}

.review-single-3 {
    width: 684px;
    margin: 0 auto;
}

.review-single-3 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
}

.review-single-3 .review-single-3-bio h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.01em;
    color: var(--clr-white);
    margin-bottom: 2rem;
}

.review-single-3 .review-single-3-bio span {
    font-family: var(--font-1);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.01em;
    display: block;
}

.rev-up-pic {
    border-radius: 50%;
}

.rev-sldr-btm {
    margin-bottom: 30px;
}

.rev-sldr-btm .swiper-slide {
    text-align: center;
}

.rev-sldr-btm .swiper-slide img {
    border: 3px solid transparent;
}

.swiper-slide-thumb-active img {
    border: 3px solid var(--clr-def-3) !important;
}

/*-------------------------------------------------------
35. Blog css
---------------------------------------------------------*/
.blog-box {
    padding: 30px;
    background: var(--clr-bg);
    border-radius: 16px;
}

.blog-box .blog-pic {
    position: relative;
    z-index: 1;
}

.blog-box .blog-pic img {
    border-radius: 16px;
    width: 100%;
}

.blog-box .blog-desc .blog-meta-date {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-box .blog-desc .blog-meta-date .blog-gk {
    padding: 10px 20px;
    background: var(--clr-def);
    border-radius: 30px;
    display: inline-block;
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.blog-box .blog-desc .blog-meta-date span {
    display: inline-block;
    font-family: var(--font-1);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--clr-heading);
}

.blog-box .blog-desc h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.5px;
}

.blog-box .blog-desc p {
    font-family: var(--font-1);
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.blog-btn {
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    color: var(--clr-heading);
    position: relative;
    z-index: 1;
}

.blog-btn:hover i {
    transform: translate(3px, -3px);
}

.blog-btn::before {
    position: absolute;
    z-index: -1;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: var(--clr-heading);
}

.blog-btn i {
    line-height: 1;
    font-size: 14px;
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
}

.blog-pge-content .blog-box {
    margin-bottom: 30px;
}

.blog-pge-content .blog-box:last-child {
    margin-bottom: 0;
}

.blog-pge-content .blog-box .blog-pic img {
    width: 100%;
}

.blog-page-shadow {
    margin-bottom: 30px;
}

.blog-page-shadow .blog-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-page-shadow .blog-meta i {
    font-size: 14px;
    margin-right: 10px;
    color: var(--clr-def-4);
}

.blog-page-shadow .blog-meta .blog-like-com {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-page-shadow .blog-desc {
    padding: 3rem 3rem 3rem 3rem;
}

/*-------------------------------------------------------
36. Reg css
---------------------------------------------------------*/
.login-title-top {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}

.login-title-sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    display: inline-block;
}

.login-top-link {
    padding: 14px 20px;
    border: 1px solid var(--clr-border);
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: var(--clr-heading);
}

.login-top-divide {
    padding: 40px 0;
    text-align: center;
}

.login-top-divide p {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    display: inline-block;
    margin-bottom: 0;
    background: var(--clr-white);
    padding: 0 1rem;
}

.login-top-divide span {
    display: block;
    height: 1px;
    width: 100%;
    background: var(--clr-border);
    margin-top: -12px;
}

.login-form .input-style-2 {
    height: 4.6rem;
    border-radius: 4px;
    border: 1px solid var(--clr-border);
    padding-left: 50px;
}

.login-form .input-style-2::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #97A0AE;
}

.login-form .login-btn {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    background: var(--clr-blue);
    color: var(--clr-white);
    padding: 16px 0;
    border: none;
    transition: all .5s ease;
}

.login-form .login-btn:hover {
    background: var(--clr-def);
}

.login-form .reg-acc {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
}

.login-form .reg-acc a {
    color: var(--clr-blue);
}

.input-pos {
    position: relative;
    z-index: 1;
}

.input-pos .input-icon {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translate(0, -50%);
}

.input-pos .input-icon-2 {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translate(0, -50%);
}

.login-pass {
    padding-right: 50px;
}

.form-checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-check {
    display: flex;
    min-height: 1.5rem;
    padding-left: 0;
    margin-bottom: 0;
    line-height: 1;
    align-items: center;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
    margin-top: 0;
    vertical-align: top;
    float: inherit;
    margin-left: 0;
}

.rs-ps {
    margin-top: -7px;
    display: block;
    font-size: 1.4rem;
    color: var(--clr-def);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.login-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: var(--clr-heading);
    margin-bottom: 15px;
}

.form-check-label {
    color: var(--clr-body);
    margin-left: 1rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.register-title {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.005em;
}

/*-------------------------------------------------------
37. Step css
---------------------------------------------------------*/
.step-wpr {
    position: relative;
    z-index: 1;
}

.step-wpr::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 44px;
    left: 50%;
    height: 1px;
    width: 836px;
    background: var(--clr-body);
    transform: translate(-50%, 0);
}

.step-box {
    text-align: center;
}

.step-box .step-value {
    width: 88px;
    height: 88px;
    line-height: 88px;
    border-radius: 50%;
    color: var(--clr-def);
    font-family: var(--font-1);
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -1px;
    background: #44444D;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.step-box .step-value::before {
    position: absolute;
    z-index: -1;
    content: '';
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.step-box h2 {
    font-family: var(--font-1);
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -1px;
    color: var(--clr-white);
    margin-top: 40px;
    margin-bottom: 24px;
}

.step-box p {
    font-family: var(--font-1);
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: var(--clr-border);
}

/*-------------------------------------------------------
38. Sub css
---------------------------------------------------------*/
.subs-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--clr-white);
}

.subs-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #97A0AE;
}

.subs-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.subs-input {
    border: 1px solid var(--clr-border-2);
    height: 46px;
    width: 100%;
    background: var(--clr-heading);
    padding-left: 2rem;
}

.subs-input::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #97A0AE;
}

.subs-input:focus {
    outline: none;
    box-shadow: none;
}

.subs-btn {
    padding: 16px;
    border: 1px solid var(--clr-border-2);
    background: rgba(255, 255, 255, 0.06);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: var(--clr-white);
    transition: all .5s ease;
}

.subs-btn:hover {
    background: white;
    color: var(--clr-heading);
}

.subs-area {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--clr-border-2);
    margin-bottom: 4rem;
}

/*-------------------------------------------------------
39. Project Single css
---------------------------------------------------------*/
.project-client-single h5 {
    line-height: 1;
    margin-bottom: 1rem;
}

.project-single-text p {
    padding-right: 6rem;
}

.pw {
    width: 100%;
}

.project-client-info {
    background: var(--clr-def);
    padding: 50px;
}

.project-client-single h5 {
    color: var(--clr-white);
}

.project-client-single p {
    color: var(--clr-white);
}

/*-------------------------------------------------------
40. Service Single css
---------------------------------------------------------*/
.service-single-title {
    font-family: var(--font-1);
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: var(--clr-white);
}

.title-part {
    font-family: var(--font-1);
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    color: var(--clr-white);
}

.service-single-txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: var(--clr-bbb);
}

.service-single-part-opt {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.service-single-list li {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.service-single-list li i {
    display: inline-block;
}

.service-single-list li span {
    font-family: var(--font-1);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: var(--clr-white);
}

.service-sidebar-widget {
    padding: 50px;
    background: #151515;
    margin-bottom: 30px;
}

.service-sidebar-widget:last-child {
    margin-bottom: 0;
}

.service-sidebar-widget-title {
    font-family: var(--font-1);
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    color: var(--clr-white);
}

.service-sidebar-list-2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-sidebar-list-2 li a {
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #FFFFFF1A;
    padding: 13px 20px;
    border-radius: 4px;
}

.service-sidebar-list-2 li a:hover {
    border: 1px solid var(--clr-def-3);
    background: var(--clr-def-3);
}

.service-sidebar-list-2 li a span {
    font-family: var(--font-1);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    color: var(--clr-white);
}

.service-side-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.service-side-box:last-child {
    margin-bottom: 0;
}

.service-side-desc h4 {
    font-family: var(--font-1);
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: var(--clr-white);
}

.service-side-desc span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: var(--clr-bbb);
}

.service-widget-brochure-btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.brochure-btn {
    display: flex;
    align-items: center;
    font-family: var(--font-1);
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: var(--clr-white);
    padding: 13px 20px;
    border: 1px solid #FFFFFF4D;
}

.cn-nm-wpr {
    text-align: center;
}

.cn-nm-wpr h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
    color: var(--clr-white);
}

.cn-nm-wpr span {
    display: inline-block;
    font-family: var(--font-1);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding: 4px 12px;
    border-radius: 4px;
    background: var(--clr-def);
    color: var(--clr-white);
}

/*-------------------------------------------------------
41. Feature css
---------------------------------------------------------*/
.feature-box {
    background: var(--clr-bg);
    position: relative;
    z-index: 1;
    padding: 60px 30px 30px 30px;
    border-radius: 16px;
    position: relative;
    z-index: 1;
}

.feature-box:hover::before {
    height: 100%;
    width: 100%;
}

.feature-box:hover .feature-icon i {
    left: 25px;
}

.feature-box:hover .feature-desc h5 {
    color: var(--clr-white);
}

.feature-box:hover .feature-desc p {
    color: var(--clr-white);
}

.feature-box:hover .feature-desc .feature-btn {
    color: var(--clr-white);
}

.feature-box:hover .feature-desc .feature-btn i {
    filter: invert(1);
    transform: translate(3px, -3px);
}

.feature-box::before {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background: var(--clr-heading);
    content: '';
    border-radius: 16px;
    height: 0;
    width: 0;
    transition: all .5s ease;
}

.feature-box .feature-icon i {
    width: 64px;
    height: 64px;
    line-height: 64px;
    background: var(--clr-def);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: -30px;
    left: 50px;
    transition: all .5s ease;
}

.feature-box .feature-desc h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.feature-box .feature-desc p {
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.feature-btn {
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.feature-btn i {
    display: inline-block;
    transition: all .5s ease;
}

/*-------------------------------------------------------
42. Blog Home css
---------------------------------------------------------*/
.site-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    border-bottom: 1px solid var(--clr-border);
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    text-transform: uppercase;
}

.blog-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
}

.blog-title span {
    color: var(--clr-def);
}

.news-block-meta-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: var(--clr-heading);
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.news-block-meta-text img {
    display: inline-block;
    margin-right: 6px;
}

.news-block-box-left-pic .news-block-pic {
    display: contents;
}

.news-block-box-left-pic .link-open {
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.border-btm {
    border-bottom: 1px solid var(--clr-border);
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.border-btm:last-child {
    margin-bottom: 0;
}

.border-btm.border-btm-lst-none:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.news-block.gallery-sldr {
    direction: ltr;
}

.search-block form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-block form input {
    width: 100%;
    border: 1px solid var(--clr-border);
    height: 46px;
    padding-left: 2rem;
    border-radius: 30px;
}

.search-block form input::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #97A0AE;
}

.search-block form input:focus {
    outline: none;
    box-shadow: none;
}

.search-block form button {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 14px 16px;
    border: none;
    background: var(--clr-def);
    color: var(--clr-heading);
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    border-radius: 30px;
    transition: all .5s ease;
}

.search-block form button:hover {
    background: var(--clr-black);
    color: var(--clr-white);
}

/*-------------------------------------------------------
43.User profile css
---------------------------------------------------------*/
.user-profile-left-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.user-box-design {
    padding: 20px;
    border: 1px solid var(--clr-border);
}

.user-profile-pic {
    display: contents;
}

.user-profile-text {
    width: 100%;
}

.user-profile-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.user-profile-title h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.user-profile-title a {
    color: var(--clr-blue);
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

.user-profile-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.user-profile-list li {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
}

.user-profile-list li p {
    margin-bottom: 0;
}

.about-uss h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

.about-uss p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.news-post-tabs .nav-tabs {
    padding: 0 0 0 0;
    border: 1px solid var(--clr-border);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.news-post-tabs .nav-tabs .nav-item .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    line-height: 60px;
    font-size: 16px;
    font-weight: 500;
    color: var(--clr-heading);
}

.news-post-tabs .nav-tabs .nav-item .nav-link:hover, .news-post-tabs .nav-tabs .nav-item .nav-link.active {
    border-bottom: 3px solid var(--clr-blue);
    color: var(--clr-blue);
}

.update-up-pic {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.update-up-pic i {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    background: var(--clr-white);
}

.input-style-textarea {
    height: 100px;
    border-radius: 4px;
    border: 1px solid var(--clr-border);
}

.s-hidden {
    visibility: hidden;
    padding-right: 10px;
}

.select {
    position: relative;
}

.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid var(--clr-border) !important;
    line-height: 44px;
    padding-left: 50px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #97A0AE;
}

.styledSelect::after {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
    background-repeat: no-repeat;
    background-size: 12px;
    height: 12px;
    width: 12px;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    opacity: 1;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    list-style: none;
    border: 1px solid var(--clr-border);
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    padding: 20px 26px 20px 20px;
    border-radius: 8px;
    background: var(--clr-white);
}

.options li {
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #0D1D63B2;
    cursor: pointer;
    transition: all .5s ease;
}

.options li:last-child {
    margin-bottom: 0;
}

.options li:hover {
    background-color: none;
    color: var(--clr-def);
}

.cal-style .styledSelect {
    border: 1px solid #FFFFFF1A !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--clr-body-2);
}

.cal-style .styledSelect::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
}

.setting-list {
    display: flex;
    flex-direction: column;
    padding-bottom: 200px;
}

.setting-list li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--clr-border);
}

.setting-list li .setting-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.setting-list li .setting-wrap .setting-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.setting-list li .setting-wrap .setting-text span {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;
    color: var(--clr-heading);
}

.checkbox-style {
    height: 20px;
    width: 20px;
    border-radius: 3px;
}

/* Rounded sliders */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*-------------------------------------------------------
44. Requ css
---------------------------------------------------------*/
.requ-delivery {
    background-color: #1A207F;
}

.mr-33-5 {
    margin-right: 33.5rem;
}

.requ-contact {
    padding: 8rem 8rem 8rem 8rem;
    background-color: #1A207F;
    max-width: 850px;
}

.requ-contact .heading-1 {
    color: var(--clr-white);
}

.req-delivery-two {
    max-width: 610px;
}

.requ-contact-pic {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

.contact-form-requ .input-style-2 {
    background-color: #000671;
    border: none;
    color: var(--clr-white);
    margin-bottom: 2.9rem;
}

.contact-form-requ .input-style-2::placeholder {
    color: var(--clr-white);
    font-size: 1.5rem;
}

.contact-form-requ .input-style-2:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.requ-left-pic {
    height: 100%;
}

select.form-control.input-style-2.form-select {
    color: var(--clr-white);
    position: relative;
    z-index: 1;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
}

.requ-contact-white {
    background-color: var(--clr-white);
}

.requ-contact-white .heading-1 {
    color: var(--clr-heading);
}

.requ-contact-white .btn-1 {
    width: 100%;
}

.requ-contact-white input[type=number] {
    color: var(--clr-body) !important;
}

.requ-contact-white .contact-form-requ .input-style-2 {
    background-color: transparent;
    border: 1px solid var(--clr-body);
    color: var(--clr-heading);
    margin-bottom: 2.9rem;
}

.requ-contact-white .contact-form-requ .input-style-2::placeholder {
    color: var(--clr-body);
    font-size: 1.5rem;
}

.requ-contact-white .contact-form-requ .input-style-2:focus {
    border: 1px solid var(--clr-body);
    outline: none;
    box-shadow: none;
}

.requ-contact-white .contact-form-requ select.form-control.input-style-2.form-select {
    color: var(--clr-body);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
}

.requ-contact-white .contact-form-requ .sst-title {
    color: var(--clr-body);
}

.requ-contact-white .contact-form-requ .styled-checkbox + label {
    color: var(--clr-body);
}

.requ-contact-white .contact-form-requ .styled-checkbox + label:before {
    border: 1px solid var(--clr-body);
}

.destination {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    line-height: 18px;
    color: var(--clr-white);
    font-size: 1.5rem;
    font-weight: 400;
}

.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid var(--clr-white);
}

.styled-checkbox:hover + label:before {
    background: var(--clr-def);
}

.styled-checkbox:focus + label:before {
    box-shadow: none;
}

.styled-checkbox:checked + label:before {
    background: var(--clr-def);
}

.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: var(--clr-white);
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 var(--clr-white), 4px 0 0 var(--clr-white), 4px -2px 0 var(--clr-white), 4px -4px 0 var(--clr-white), 4px -6px 0 var(--clr-white), 4px -8px 0 var(--clr-white);
    transform: rotate(45deg);
}

.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.requ-input-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.requ-input-label label {
    font-size: 1.5rem;
    color: var(--clr-white);
    display: block;
}

.requ-input-label input {
    font-size: 1.5rem;
    color: var(--clr-white);
    display: block;
    background-color: transparent;
    border: none;
    text-align: end;
}

.requ-input-label input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.requ-sldr {
    margin-bottom: 3rem;
    /* Firefox */
}

.requ-sldr input::-webkit-outer-spin-button,
.requ-sldr input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.requ-sldr input[type=number] {
    -moz-appearance: textfield;
    width: auto;
    height: auto;
    background: transparent;
    font-size: 15px;
    color: var(--clr-white);
}

.requ-sldr input[type=number]:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.requ-sldr .ui-slider.ui-widget-content {
    background: var(--clr-def);
    border: none;
}

.requ-sldr .ui-slider.ui-slider-horizontal {
    height: 5px;
}

.requ-sldr .ui-slider .ui-slider-handle {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    top: -4px;
}

.requ-sldr .ui-slider .ui-widget-header {
    background: var(--clr-def);
}

/*-------------------------------------------------------
45. CTA css
---------------------------------------------------------*/
.p-200 {
    padding: 200px 0;
}

.p-337 {
    padding: 337px 0;
}

.cta-dload {
    display: flex;
    align-items: center;
    gap: 30px;
}

.arr-img {
    position: absolute;
    z-index: -1;
    top: 20px;
    left: 25%;
}

.cta-2-padding {
    margin-top: -180px;
    padding-top: 320px;
    padding-bottom: 12rem;
}

.cta-2 {
    background: linear-gradient(180deg, #B70F0F 0%, rgba(123, 42, 42, 0.36) 100%);
}

.cta-2-title {
    font-size: 96px;
    font-weight: 700;
    line-height: 1;
    color: var(--clr-white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: all .5s ease;
}

.cta-2-title:hover img {
    transform: translateX(20px);
}

.cta-2-title span {
    border-bottom: 2px solid var(--clr-def);
    display: inline-block;
    margin-right: 10px;
}

.cta-2-title-2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: var(--clr-white);
}

.cta-tl {
    font-size: 72px;
    font-weight: 600;
    line-height: 79px;
    letter-spacing: -2px;
}

.cta-tl span {
    color: var(--clr-def);
}

.cta-play a i {
    background: linear-gradient(180deg, #EDCE1D 0%, rgba(223, 165, 135, 0.96) 100%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    color: var(--clr-white);
    font-size: 18px;
}

/*-------------------------------------------------------
45.Woocommerce css
---------------------------------------------------------*/
.woocommerce-message,
.woocommerce-info {
    position: relative;
    border: 1px solid #d8d8d8;
    padding: 11px 20px;
    background-color: var(--clr-body);
    color: var(--clr-white);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    border-radius: 5px;
}

.woocommerce-message a,
.woocommerce-info a {
    color: inherit;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
    text-decoration: underline;
}

.woocommerce-message:before,
.woocommerce-info:before {
    content: '\f06a';
    font-family: #ddd;
    font-weight: 900;
    margin-right: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message {
    background-color: var(--clr-def);
}

.woocommerce-notices-wrapper .woocommerce-message:before {
    content: '\f14a';
    font-weight: 300;
}

.woocommerce-form-coupon,
.woocommerce-form-login {
    display: none;
}

.woocommerce-form-login-toggle .woocommerce-info {
    background-color: var(--clr-def);
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .form-group {
    margin-bottom: 0.5rem;
}

.woocommerce-checkout .form-control {
    margin-bottom: 15px;
}

.woocommerce-checkout .shipping_address {
    display: none;
}

.woocommerce-product-rating .star-rating {
    display: inline-block;
    vertical-align: middle;
}

.woocommerce-cart-form {
    text-align: center;
}

.cart_table {
    border: 1px solid #eaf0f2;
    margin-bottom: 45px;
}

.cart_table thead {
    background-color: #ecf0f1;
}

.cart_table td:before,
.cart_table th {
    font-family: var(--font-2);
    color: var(--clr-heading);
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    padding: 27px 15px;
}

.cart_table td:before {
    content: attr(data-title);
    position: absolute;
    left: 15px;
    top: 50%;
    vertical-align: top;
    padding: 0;
    transform: translateY(-50%);
    display: none;
}

.cart_table td {
    border: none;
    border-bottom: 1px solid #f3f3f3;
    color: #8b8b8b;
    padding: 20px 10px;
    position: relative;
}

.cart_table .product-quantity {
    color: var(--clr-heading);
}

.cart_table .cart-productname {
    font-weight: 600;
    font-family: var(--font-2);
    color: inherit;
}

.cart_table .cart-productimage {
    display: inline-block;
    border: 1px solid #ddd;
}

.cart_table .remove {
    color: #29af8a;
    font-size: 18px;
}

.cart_table .quantity {
    display: inline-flex;
    align-items: center;
}

.cart_table .qut-btn {
    border: 2px solid var(--clr-menu);
    background-color: transparent;
    color: #b8c6d0;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 16px;
    border-radius: 4px;
    position: relative;
    top: 0;
    left: 0;
}

.cart_table .qut-btn.quantity-minus {
    top: 0;
}

.cart_table .qut-btn:hover {
    background-color: var(--clr-def);
    color: var(--clr-white);
    border-color: transparent;
}

.cart_table .qty-input {
    vertical-align: middle;
    border: 2px solid var(--clr-menu);
    width: 70px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: #2c3e50;
    font-weight: 700;
    margin: 0 10px;
    border-radius: 4px;
    padding-right: 0;
    /* Firefox */
}

.cart_table .qty-input::-webkit-outer-spin-button, .cart_table .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart_table .qty-input[type=number] {
    -moz-appearance: textfield;
}

.cart_table .actions {
    text-align: right;
    vertical-align: middle;
}

.cart_table .actions > .vs-btn {
    margin-right: 15px;
}

.cart_table .actions > .vs-btn:last-child {
    margin-right: 0;
}

.cart_table .tb-cart-coupon {
    float: left;
    margin: 0;
    width: 455px;
    max-width: 100%;
    display: flex;
}

.cart_table .tb-cart-coupon input {
    height: 5rem;
    width: calc(100% - 200px);
    margin-right: 10px;
    padding-left: 20px;
}

.cart_table .tb-cart-coupon .vs-btn {
    width: 200px;
    padding-left: 0;
    padding-right: 0;
}

.cart_totals {
    border: 1px solid #ecf0f1;
}

.cart_totals th,
.cart_totals td {
    vertical-align: top;
    padding: 20px 20px;
    border: none;
    border-bottom: 1px solid #ecf0f1;
    font-size: 14px;
    color: var(--clr-heading);
    width: 55%;
}

.cart_totals th:first-child,
.cart_totals td:first-child {
    width: 45%;
    background-color: #f9fbfb;
    font-weight: 700;
    font-size: 14px;
    color: #333333;
}

.cart_totals .shipping-calculator-button {
    display: inline-block;
    border-bottom: 1px solid;
    color: var(--clr-heading);
    font-weight: 700;
}

.cart_totals .shipping-calculator-button:hover {
    color: var(--clr-def);
}

.cart_totals .woocommerce-shipping-destination {
    margin-bottom: 10px;
}

.cart_totals .woocommerce-shipping-methods {
    margin-bottom: 0;
}

.cart_totals .shipping-calculator-form {
    display: none;
}

.cart_totals .shipping-calculator-form p:first-child {
    margin-top: 20px;
}

.cart_totals .shipping-calculator-form p:last-child {
    margin-bottom: 0;
}

.cart_totals .shipping-calculator-form .vs-btn {
    padding: 5px 30px;
}

.cart_totals .amount {
    font-weight: 700;
}

.cart_totals .order-total .amount {
    color: #1abc9c;
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
    height: 40px;
    padding-left: 15px;
    font-size: 16px;
    border-radius: 0;
    background-position: right 13px center;
}

.shipping-calculator-form .vs-btn {
    font-size: 14px;
    padding: 0 20px;
    width: max-content;
    height: 40px;
}

.checkout-ordertable th,
.checkout-ordertable td {
    border: none;
    vertical-align: top;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--clr-body);
    border: 1px solid #ededed;
    text-align: right;
    padding: 5px 20px;
}

.checkout-ordertable th {
    text-align: left;
}

.checkout-ordertable ul {
    margin: 0;
    padding: 0;
}

.checkout-ordertable .order-total .amount {
    color: #29af8a;
}

.checkout-ordertable input[type="hidden"] ~ label {
    color: #29af8a;
}

.woocommerce-checkout-payment ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.woocommerce-checkout-payment ul li {
    padding-top: 10px;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 4px;
}

.woocommerce-checkout-payment .place-order {
    padding-top: 30px;
}

.woocommerce-checkout-payment .payment_box {
    color: #a1b1bc;
    background-color: var(--clr-def);
    border: 1px solid #d8d8d8;
    border-bottom: none;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
    display: none;
}

.woocommerce-checkout-payment .payment_box p {
    margin: 0;
}

.woocommerce-checkout-payment input[type="radio"] ~ label {
    margin-bottom: 15px;
    color: var(--clr-body);
}

.woocommerce-checkout-payment input[type="radio"] ~ label img {
    margin-bottom: -2px;
    margin-left: 10px;
}

.star-rating {
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 1.2em;
    line-height: 1.2em;
    display: block;
    font-family: #ddd;
    font-weight: 700;
    font-size: 14px;
}

.star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    color: var(--clr-def-3);
    float: left;
    top: 0;
    left: 0;
    font-weight: 400;
    position: absolute;
    letter-spacing: 3px;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    color: var(--clr-def-3);
    letter-spacing: 3px;
}

.rating-select label {
    margin: 0;
    margin-right: 10px;
}

.rating-select p.stars {
    margin-bottom: 0;
    line-height: 1;
}

.rating-select p.stars a {
    position: relative;
    height: 14px;
    width: 18px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}

.rating-select p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 14px;
    line-height: 1;
    font-family: #ddd;
    content: "\f005";
    font-weight: 400;
    text-indent: 0;
    color: var(--clr-def-3);
}

.rating-select p.stars a:hover ~ a::before {
    content: "\f005";
    font-weight: 400;
}

.rating-select p.stars:hover a::before {
    content: "\f005";
    font-weight: 700;
}

.rating-select p.stars.selected a.active::before {
    content: "\f005";
    font-weight: 700;
}

.rating-select p.stars.selected a.active ~ a::before {
    content: "\f005";
    font-weight: 400;
}

.rating-select p.stars.selected a:not(.active)::before {
    content: "\f005";
    font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart_table th {
        padding: 23px 8px;
        font-size: 14px;
    }

    .cart_table .cart-productname {
        font-size: 14px;
    }

    .cart_table .tb-cart-coupon {
        width: 100%;
        margin-bottom: 20px;
    }

    .cart_table .actions {
        text-align: center;
    }

    .cart_table .tb-udp button {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 767px) {
    .tb-udp button {
        margin-bottom: 1rem;
    }

    .cart_table {
        text-align: left;
        min-width: auto;
        border-collapse: separate;
        border-spacing: 0 20px;
        border: none;
        margin-right: 0;
        padding-right: 0;
        width: 100%;
    }

    .cart_table thead {
        display: none;
    }

    .cart_table td {
        padding: 15px;
        display: block;
        width: 100%;
        padding-left: 25%;
        text-align: right;
        border: 1px solid #f3f3f3;
        border-bottom: none;
        font-size: 1.3rem;
    }

    .cart_table td::before {
        display: block;
    }

    .cart_table td:last-child {
        border-bottom: 1px solid #f3f3f3;
    }

    .cart_table td.actions {
        padding-left: 15px;
        text-align: center;
    }

    .cart_table td.actions > .vs-btn {
        margin-top: 10px;
        margin-right: 0;
        display: block;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }

    .cart_table td.actions > .vs-btn:last-child {
        margin-right: auto;
    }

    .cart_table .tb-cart-coupon {
        width: 100%;
        text-align: center;
        float: none;
        justify-content: center;
        display: block;
        padding-bottom: 10px;
    }

    .cart_table .tb-cart-coupon input {
        width: 100%;
        margin-bottom: 10px;
    }

    tfoot.checkout-ordertable th {
        display: none;
    }

    .woocommerce-checkout-payment ul input[type="radio"] ~ label img {
        max-width: 150px;
    }

    .woocommerce-message,
    .woocommerce-info {
        font-size: 12px;
        padding: 5px 10px;
    }

    .cart_totals th,
    .cart_totals td {
        padding: 15px 10px;
    }

    .cart_totals th:first-child,
    .cart_totals td:first-child {
        width: 17%;
        line-height: 1.4;
    }
}

/*-------------------------------------------------------
46.Shop css
---------------------------------------------------------*/
/*Shop Page*/
.tb-pagination {
    text-align: center;
}

.tb-pagination ul {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.tb-pagination ul li a {
    display: inline-block;
    height: 5rem;
    width: 5rem;
    line-height: 4.5rem;
    font-size: 1.6rem;
    font-weight: 700;
    border: 2px solid #eef1f5;
    border-radius: 50%;
}

.tb-pagination ul li a.active, .tb-pagination ul li a:hover {
    color: var(--clr-white);
    background-color: var(--clr-def);
    border-color: transparent;
}

.select-opt {
    display: flex;
    gap: 5rem;
    justify-content: flex-end;
}

.select-opt .select-option {
    display: grid;
    align-items: center;
    grid-template-columns: 7rem 1fr;
}

.select-opt .select-option label {
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 15px;
    font-weight: 500;
    line-height: 1;
    color: var(--clr-heading);
}

.select-opt .select-option .form-select {
    height: 35px;
    border-width: 2px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    color: var(--clr-heading);
    padding-right: 30px;
    padding-left: 20px;
    font-size: 14px;
    margin: 0;
}

.shop-filter {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.shop-filter a {
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    text-align: center;
    background-color: var(--clr-def);
    color: var(--clr-white);
    display: inline-block;
}

.products-wpr.product-list.grid-2 {
    grid-row-gap: 4.5rem;
}

.product-list .products-box {
    display: flex;
    align-items: center;
    background-color: var(--clr-white);
}

.product-list .products-box .products-desc {
    border: none;
}

/*Shop details*/
.sh-de-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-gap: 6rem;
}

.shop-datails-pic img,
.sh-pic img {
    border: 1px solid #ddd;
}

.sh-de-left .nav-tabs {
    border-bottom: none;
}

.sh-de-left .nav-tabs .nav-link {
    border: none;
    padding: 0;
}

.sh-de-left .nav-tabs .nav-link:last-child {
    margin-right: 0;
}

.sh-de-left nav {
    margin-top: 2rem;
}

.sh-pic img {
    background-color: #FAFAFA;
    width: 100%;
}

.shop-datails-pic img {
    background-color: #FAFAFA;
    width: 100%;
}

/*Shop Quantity Number*/
.quantity {
    display: inline-block;
}

.quantity .input-text.qty {
    width: 35px;
    height: 39px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    padding: 7px 10px 8px;
    height: 41px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    cursor: pointer;
}

.quantity.buttons_added .minus {
    border-right: 0;
}

.quantity.buttons_added .plus {
    border-left: 0;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    background: #eeeeee;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: none;
}

.sh-de-header h4 {
    text-transform: capitalize;
    font-weight: 700;
}

.sh-de-header p {
    margin-bottom: 2rem;
}

.sh-de-rating {
    margin-bottom: 1.5rem;
}

.sh-de-rating i {
    color: #F9C936;
    margin-right: 8px;
}

.sh-de-price {
    margin-bottom: 2rem;
}

.sh-de-price span {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--clr-heading);
    font-family: var(--font-2);
    display: block;
}

.sh-de-quantity {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.sh-de-quantity .quantity.buttons_added {
    margin-right: 0;
}

.sh-de-color {
    margin-bottom: 1.5rem;
}

.sh-de-color ul li {
    display: inline-block;
    margin-right: 1rem;
}

.sh-de-color ul li:last-child {
    display: inline-block;
    margin-right: 0;
}

.sh-de-color ul li .d-colors span {
    display: inline-block;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
}

.sh-de-color ul li .d-colors span:first-child {
    background-color: #FA3150;
}

.sh-de-color ul li .d-colors span:nth-child(2) {
    background-color: #F9C936;
}

.sh-de-color ul li .d-colors span:nth-child(3) {
    background-color: #92B8B9;
}

.sh-de-btn {
    margin-bottom: 2rem;
}

.sh-de-btn a {
    display: inline-block;
    padding: 1rem 3rem;
    border: 1px solid #ECEBEB;
    margin-right: 1rem;
    transition: .5s ease;
    text-transform: uppercase;
    line-height: 1;
    color: var(--heading-color);
}

.sh-de-btn a:hover {
    background: var(--clr-black);
    border: 1px solid transparent;
    color: var(--clr-white);
}

.sh-de-btn .sh-de-btn-1 i {
    margin-left: 7px;
}

.sh-de-btn .sh-de-btn-2 i {
    margin-right: 7px;
}

.product-rev-wrapper .nav-item {
    width: 25%;
    overflow: hidden;
    display: inline-block;
}

.product-rev-wrapper .nav-pills .nav-link {
    border-radius: 0;
    text-align: center;
    border: 1px solid #eaeaea;
    width: 100%;
}

.product-rev-wrapper div#pills-tabContent {
    margin-top: 3rem;
}

.nav-pills .nav-link.active {
    color: var(--clr-heading);
    background-color: #f8f8f8;
}

.nav-pills .show > .nav-link {
    color: var(--clr-heading);
    background-color: #f8f8f8;
}

/*Cart Page Css*/
.form-cop .input-style-2 {
    height: 7rem;
    margin-right: 1rem;
}

.ui-w-40 {
    width: 40px !important;
    height: auto;
}

.ui-product-color {
    display: inline-block;
    overflow: hidden;
    margin: .144em;
    width: .875rem;
    height: .875rem;
    border-radius: 10rem;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
    vertical-align: middle;
}

.cart-qty .card {
    box-shadow: none;
    border: none;
    background-color: transparent;
}

.cart-qty .card-body {
    padding: 0;
}

.cart-qty .card-body .media {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cart-qty .table thead th {
    border-bottom: none;
    font-weight: 400;
    font-size: 1.6rem;
    color: var(--clr-body);
}

.cart-qty .close {
    color: #DDDDDD;
    font-size: 4.6rem;
    font-weight: 100;
    opacity: 1;
}

.cart-qty .form-control.bk {
    padding: 17px 1rem;
    border: none;
    border-radius: 1.25rem;
    background-color: #fff;
    font-size: 1.6rem;
    outline: none;
}

.cart-tl ul li {
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.5rem;
}

.cart-tl .cart-tl-title {
    color: var(--clr-heading);
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 1.5rem;
}

.cart-tt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-n p {
    margin-bottom: 1.2rem;
    line-height: 1;
}

.cart-n p:last-child {
    margin-bottom: 0;
}

.cr-tl-btn {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}

.cr-tl-btn a {
    padding: 1rem 3rem;
    text-align: center;
    border: 1px solid #dfdfdf;
    display: inline-block;
    margin-right: 3rem;
    transition: .5s ease;
}

.cr-tl-btn a:hover {
    background-color: var(--clr-def);
    color: var(--clr-heading);
}

.cr-tl-btn a:last-child {
    margin-right: 0;
}

.course-over-fet {
    background-color: var(--clr-white);
    box-shadow: 0 3px 1.5rem rgba(139, 139, 139, 0.16);
    padding: 6rem;
}

.course-over-bio {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.course-over-name {
    margin-left: 2.5rem;
}

.course-over-name h5 {
    line-height: 1;
    margin-bottom: 9px;
}

.course-over-name h6 {
    line-height: 1;
    margin-bottom: 3px;
}

.course-over-rating i {
    color: var(--clr-def);
}

.course-ovr-wrp .single-content-title {
    margin-bottom: 2.5rem;
}

.course-ovr-wrp .single-comments-section {
    margin-top: 3rem;
}

.course-ovr-wrp .row.csf.align-items-center {
    margin-top: -3.5rem;
}

.single-comments-section-form h2 {
    margin-bottom: 3rem;
}

/*single-comments-section-form*/
.single-comments-section-form form .form-control {
    outline: none;
    height: 5rem;
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
    padding: 1rem 3rem;
    line-height: 1;
    margin-bottom: 3.5rem;
}

.single-comments-section-form form .form-control::placeholder {
    font-size: 1.6rem;
    font-weight: 300;
    color: var(--clr-body);
    line-height: 1;
    text-transform: capitalize;
}

.single-comments-section-form form textarea.form-control {
    height: 15rem;
}

/*Slider wrp*/
.sldr.owl-theme .owl-nav [class*=owl-] {
    color: var(--clr-def);
    font-size: 3rem;
    margin: 0;
    padding: 0;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}

.sldr.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: var(--clr-def);
    text-decoration: none;
}

.sldr.owl-theme .owl-nav .owl-prev {
    left: 0rem;
}

.sldr.owl-theme .owl-nav .owl-next {
    right: 0rem;
}

.sldr.owl-theme .owl-nav .owl-prev,
.sldr.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

/*-------------------------------------------------------
12. Products css
---------------------------------------------------------*/
.product-tree img {
    position: absolute;
    z-index: -1;
}

.product-tree img:first-child {
    bottom: 0;
    right: 0;
}

.product-tree img:nth-child(2) {
    top: 0;
    left: 2rem;
}

.products-wpr.grid-4 {
    row-gap: 4.5rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@-webkit-keyframes circle-hover {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    to {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle-hover {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    to {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.products-box {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    background-color: var(--clr-white);
}

.products-box .products-pic {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.products-box .products-pic img {
    background: #f8f8f8;
}

.products-box .products-pic::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.products-box .products-pic .carts {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    flex-direction: column;
    gap: 1.5rem;
    transform: translateY(-140%);
    transition: all .5s ease-in-out;
}

.products-box .products-pic .carts li a i {
    height: 3rem;
    width: 3rem;
    line-height: 3.2rem;
    text-align: center;
    background-color: var(--clr-def);
    color: var(--clr-white);
    display: block;
    font-size: 1.4rem;
    border-radius: 50%;
    transition: all .5s ease-in-out;
    padding-left: 2px;
}

.products-box .products-pic .carts li a i:hover {
    background-color: var(--clr-def-2);
    color: var(--clr-white);
}

.products-box .products-desc {
    border: 1px solid #eee;
    border-top: none;
    padding: 3rem 2rem 4.5rem 2rem;
}

.products-box .products-desc h5 {
    text-transform: capitalize;
    margin-bottom: 2rem;
}

.products-box .products-desc p {
    margin-bottom: 2rem;
}

.products-box .products-desc .products-price {
    line-height: 1;
    margin-bottom: 2rem;
}

.products-box .products-desc .products-price span {
    font-weight: 600;
    color: var(--clr-def);
    display: inline-block;
}

.products-box .products-desc .add-to-cart {
    line-height: 1;
}

.products-box .products-desc .add-to-cart .cart-btn {
    padding: 7px 1.5rem;
    line-height: 1;
    background-color: var(--clr-def);
    color: var(--clr-white);
    border-radius: 2rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 1.6rem;
}

.products-box .products-desc .add-to-cart .cart-btn::before {
    position: absolute;
    height: 0%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--clr-def-2);
    content: '';
    z-index: -1;
    transition: all .5s ease-in-out;
    border-radius: 2rem 2rem 0 0;
}

.products-box .products-desc .add-to-cart .cart-btn::after {
    position: absolute;
    height: 0%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: var(--clr-def-2);
    content: '';
    z-index: -1;
    transition: all .5s ease-in-out;
    border-radius: 0 0 2rem 2rem;
}

.products-box:hover .carts {
    transform: translateY(0%);
}

.products-box:hover .add-to-cart .cart-btn::before {
    height: 50%;
}

.products-box:hover .add-to-cart .cart-btn::after {
    height: 50%;
}

.products-box:hover .products-pic::before {
    -webkit-animation: circle-hover .75s;
    animation: circle-hover .75s;
}

.load-more {
    line-height: 14px;
}

/*-------------------------------------------------------
20. Checkout css
---------------------------------------------------------*/
.checkout-wrapper {
    display: flex;
    justify-content: center;
    animation: slideUp 2000ms ease;
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.checkout h2 {
    align-self: center;
}

.checkout {
    background-color: var(--clr-def);
    -webkit-box-shadow: 9px 13px 25px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 9px 13px 25px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 9px 13px 25px 0px rgba(0, 0, 0, 0.18);
    border-radius: 1rem;
    padding: 6rem 4rem;
}

.checkout input {
    width: 100%;
    min-height: 25px;
    border: 0;
    font-size: 1.5rem;
    letter-spacing: .15rem;
    color: var(--clr-heading);
    border-radius: 10px;
    margin-bottom: 2rem;
}

.checkout label {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    color: var(--clr-white);
    margin-bottom: 1rem;
}

.checkout h2 {
    font-size: 24px;
    line-height: 1;
    color: var(--clr-white);
    letter-spacing: 1px;
}

.name {
    justify-content: space-between;
    display: flex;
    width: 100%;
}

.name div {
    width: 45%;
}

.address-info {
    display: flex;
    justify-content: space-between;
}

.address-info div {
    width: 30%;
}

.cc-info {
    display: flex;
    justify-content: space-between;
}

.cc-info div {
    width: 45%;
}

.btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    margin-top: 2rem;
}

.btns button {
    margin: 0;
    color: var(--clr-def);
    background-color: var(--clr-white);
    text-transform: uppercase;
    border: 0;
    border-radius: 1rem;
    letter-spacing: -1px;
    font-weight: 600;
    padding: 1.2rem 3rem;
    line-height: 1;
}

.btns button:hover {
    animation-name: btn-hov;
    animation-duration: 550ms;
    animation-fill-mode: forwards;
}

@keyframes btn-hov {
    100% {
        background-color: #cfc9e1;
        color: #4a3b76;
        transform: scale(1.05);
    }
}

input:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

.p-info {
    font-size: 24px;
    line-height: 1;
    color: var(--clr-white);
    letter-spacing: 1px;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

@media (max-width: 736px) {
    .checkout-wrapper {
        width: 100%;
    }

    .btns {
        flex-direction: column;
    }

    .btns button {
        width: 100%;
    }

    .checkout h2 {
        text-align: center;
        line-height: 1.4;
    }

    .name,
    .address-info,
    .cc-info {
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
    }

    .name div,
    .address-info div,
    .cc-info div {
        align-items: center;
        flex-direction: column;
        width: 100%;
        display: flex;
    }

    .street,
    .cc-num {
        text-align: center;
    }

    .checkout input {
        margin: 5px 0;
        min-height: 30px;
    }
}

/*-------------------------------------------------------
46. Marquee css
---------------------------------------------------------*/
/*-------------------------------------------------------
47. Team Single css
---------------------------------------------------------*/
/*Team Single*/
.team-details-wrapper {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 4rem;
}

.team-details-wrapper .team-single-box .team-single-desc {
    padding: 3rem;
    background-color: white;
    box-shadow: 0px 19px 109px 0px rgba(0, 0, 0, 0.04);
}

.team-details-wrapper .team-single-box .team-single-desc h4 {
    margin-bottom: 6px;
    text-transform: capitalize;
}

.team-details-wrapper .team-single-box .team-single-desc p {
    margin-bottom: 5px;
}

.team-details-wrapper .team-single-box .team-single-desc span {
    margin-bottom: 1rem;
    display: block;
}

.team-details-wrapper .team-single-box .team-single-desc .team-single-social {
    display: flex;
    align-items: center;
}

.team-details-wrapper .team-single-box .team-single-desc .team-single-social li {
    margin-right: 1.5rem;
}

.team-details-wrapper .team-single-box .team-single-desc .team-single-social li:last-child {
    margin-right: 0;
}

.team-details-wrapper .team-single-box .team-single-desc .team-single-social li a i:hover {
    color: var(--theme-color-3);
}

.team-details-wrapper .table {
    width: 80%;
    margin-bottom: 0;
    color: var(--body-color);
}

.team-single-personal {
    padding: 3rem;
    background-color: white;
    box-shadow: 0px 19px 109px 0px rgba(0, 0, 0, 0.04);
    margin-top: 3rem;
}

.team-single-personal ul li {
    display: flex;
    margin-bottom: 1rem;
}

.team-single-personal ul li:last-child {
    margin-bottom: 0;
}

.team-single-personal ul li p {
    margin-bottom: 0rem;
    margin-right: 2rem;
}

h4.team-single-title {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    padding-bottom: 1.5rem;
    color: var(--clr-white);
}

h4.team-single-title::before {
    position: absolute;
    content: '';
    background: var(--clr-def-3);
    width: 65px;
    height: 2px;
    bottom: 0;
    left: 0;
}

.team-single-about.about p {
    margin-bottom: 0;
}

.team-single-about {
    margin-bottom: 3rem;
}

.team-single-about:last-child {
    margin-bottom: 0;
}

.team-area.t-de .site-title {
    margin-top: 0;
}

/*-------------------------------------------------------
48. Partner css
---------------------------------------------------------*/
.swiper-wrapper {
    display: flex;
    align-items: center;
}

.pt-110 {
    padding-top: 110px;
}

.inf-slider {
    rotate: -2deg;
    position: relative;
    z-index: 1;
}

.inf-slider::before {
    height: 100%;
    width: 102%;
    position: absolute;
    content: '';
    top: 0px;
    left: -3px;
    background: var(--clr-black);
}

.inf-shadow::before {
    position: absolute;
    z-index: 4;
    content: '';
    top: 0;
    left: 0;
    background-color: transparent;
    background-image: linear-gradient(90deg, #FFFFFFBD 0%, #F2295B00 100%);
    width: 300px;
    height: 100%;
}

.inf-shadow::after {
    position: absolute;
    z-index: 4;
    content: '';
    top: 0;
    right: 0;
    background-color: transparent;
    background-image: linear-gradient(-90deg, var(--clr-white) 0%, #F2295B00 100%);
    width: 300px;
    height: 100%;
}

.ptnr-sldr .swiper-slide {
    text-align: center;
}

.partner-text {
    text-align: center;
    font-family: var(--font-1);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--clr-white);
    text-transform: uppercase;
}

.sample-slider .swiper-slide {
    text-align: center;
}

.partner-text-2 {
    font-size: 96px;
    line-height: 1;
    margin-bottom: 0;
    -webkit-text-fill-color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #BCBCBC;
}

.swiper-slide-active .partner-text-2 {
    -webkit-text-fill-color: var(--clr-white);
}

.partner-box {
    border: 1px solid #D9D9D926;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ptnr-sldr {
    padding: 0 20px 0 20px;
    margin: 0 15px 0 15px;
}

.ptnr-sldr .swiper-wrapper {
    padding-top: 30px;
}

.ptnr-sldr .swiper-button-next:after,
.ptnr-sldr .swiper-button-prev:after {
    font-size: 20px;
    color: var(--clr-white);
}

.ptnr-sldr .swiper-button-prev, .ptnr-sldr .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -8px);
}

.ptnr-sldr .swiper-button-next, .ptnr-sldr .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -8px);
}

.partner-name img {
    transition: all .5s ease;
}

.partner-name:hover img {
    scale: 1.1;
}

.partner-name:hover .partner-name-text {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.partner-name-text {
    display: block;
    font-family: var(--font-1);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--clr-def);
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -30px);
    transition: all .5s ease;
    margin-top: 20px;
}

/*-------------------------------------------------------
49. Skill Progress css
---------------------------------------------------------*/
.progress-box {
    margin-bottom: 4rem;
}

.progress-box:last-child {
    margin-bottom: 0;
}

.progress-box h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: var(--clr-white);
}

.progress-box .progress {
    --bs-progress-height: 7px;
}

.progress-box .progress .progress-bar {
    background-color: var(--clr-def);
}

/*-------------------------------------------------------
50. Best css
---------------------------------------------------------*/
.dark-mode {
    background: #1c222a;
}

.dark-mode .bsnav {
    background: transparent;
}

.dark-mode .navbar .navbar-nav .nav-item .nav-link {
    color: var(--clr-border);
}

.dark-mode .header-2 .navbar {
    border-top: 1px solid var(--clr-border-3);
    border-bottom: 1px solid var(--clr-border-3);
}

.dark-mode .dark-mode-logo {
    display: inline-block;
}

.dark-mode .light-mode-logo {
    display: none;
}

.dark-mode .author-social-contact li a i {
    color: var(--clr-border);
    border: 1px solid var(--clr-border-3);
}

.dark-mode .topbar-left i img {
    filter: invert(1);
}

.dark-mode .topbar-left span {
    color: var(--clr-border);
}

.dark-mode .top-right i img {
    filter: invert(1);
}

.dark-mode .top-right .txt-tt {
    color: var(--clr-border);
}

.dark-mode .top-right .txt-tt.flg-lfex {
    color: var(--clr-heading);
}

.dark-mode .top-right .lang .top-site-text img {
    filter: invert(0);
}

.dark-mode .top-right .lang .top-site-text i {
    color: var(--clr-border);
}

.dark-mode .top-right .user-profl .top-site-text img {
    filter: invert(1);
}

.dark-mode .site-heading {
    border-bottom: 1px solid var(--clr-border-3);
    color: var(--clr-border);
}

.dark-mode .nnm {
    border-bottom: 1px solid var(--clr-border-3);
}

.dark-mode .nn-heading {
    color: var(--clr-border);
}

.dark-mode .btn-transparent {
    color: var(--clr-border);
    border: 1px solid var(--clr-border-3);
}

.dark-mode .filter-menu-style-2 button {
    color: var(--clr-border);
    border-right: 1px solid var(--clr-border);
}

.dark-mode .uni-box-title {
    color: var(--clr-border);
}

.dark-mode .user-profile-title h4 {
    color: var(--clr-border);
}

.dark-mode .about-uss h5 {
    color: var(--clr-border);
}

.dark-mode .blog-title {
    color: var(--clr-border);
}

.dark-mode .border-btm {
    border-bottom: 1px solid var(--clr-border-3);
}

.dark-mode .blockqoute {
    background: #151A21;
    color: var(--clr-border);
}

.dark-mode .single-list li span {
    color: var(--clr-border);
}

.dark-mode .single-list li i {
    color: var(--clr-border);
}

.dark-mode .input-style-textarea {
    border: 1px solid var(--clr-border-3);
    background: transparent;
}

.dark-mode .single-commentor li {
    border-bottom: 1px solid var(--clr-border-3);
}

.dark-mode .nnmn .swiper-button-next, .dark-mode .nnmn .swiper-button-prev {
    color: var(--clr-border);
}

.dark-mode .divider {
    background: var(--clr-border-3);
}

.dark-mode .widget-social-contact li {
    border-bottom: 1px solid var(--clr-border-3);
}

.dark-mode .tags-link {
    border: 1px solid var(--clr-border-3);
}

.dark-mode .category-list ul li {
    border-bottom: 1px solid var(--clr-border-3);
}

.dark-mode .search-block form input {
    border: 1px solid var(--clr-border-3);
    background: transparent;
}

.dark-mode .search-block form button {
    background: #3A4352;
}

.dark-mode .term-list li i {
    color: var(--clr-border);
}

.dark-mode .user-box-design {
    border: 1px solid var(--clr-border-3);
}

.dark-mode .news-post-tabs .nav-tabs {
    border: 1px solid var(--clr-border-3);
}

.dark-mode .news-post-tabs .nav-tabs .nav-item .nav-link {
    color: var(--clr-border);
    background: transparent;
}

.dark-mode .setting-list li .setting-wrap .setting-text span {
    color: var(--clr-border);
}

.dark-mode .setting-wrap .txt-tt {
    color: var(--clr-border);
}

.dark-mode .setting-wrap .txt-tt.flg-lfex {
    color: var(--clr-heading);
}

.dark-mode .setting-wrap .top-site-text i {
    color: var(--clr-border);
}

.dark-mode .setting-wrap .setting-text img {
    filter: invert(1);
}

.dark-mode .contact-contact-box {
    background: #151A21;
}

.dark-mode .contact-ttt {
    color: var(--clr-border);
}

.dark-mode .contact-contact-jk .contact-contact-icon i img {
    filter: invert(1);
}

.dark-mode .login-title-top {
    color: var(--clr-border);
}

.dark-mode .login-top-text {
    color: var(--clr-border);
}

.dark-mode .login-top-link {
    border: 1px solid var(--clr-border-3);
}

.dark-mode .form-check-input[type=checkbox] {
    border: 1px solid var(--clr-border-3);
    background: transparent;
}

.dark-mode .login-label {
    color: var(--clr-border);
}

.dark-mode .login-top-divide p {
    background: #1C222A;
}

.dark-mode .login-top-divide span {
    background: var(--clr-border-3);
}

.dark-mode .login-form .input-style-2 {
    border: 1px solid var(--clr-border-3);
    background: transparent;
}

.dark-mode .login-form .input-style-textarea {
    background: transparent;
    border: 1px solid var(--clr-border-3);
}

.dark-mode .login-form .input-pos .input-icon {
    filter: invert(1);
}

.dark-mode .footer {
    background: #151A21;
}

#togs {
    cursor: pointer;
}

/*-------------------------------------------------------
51. Benefit css
---------------------------------------------------------*/
.sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: var(--clr-white);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 1050;
    padding-top: 60px;
    box-shadow: 0px 20.3884487152px 61.1653442383px -6.1165342331px rgba(0, 0, 0, 0.04);
}

.sidenav:hover::before {
    opacity: 0.2;
}

.sidenav::before {
    height: 100vh;
    width: 100vw;
    margin-left: 250px;
    display: inline-block;
    position: absolute;
    z-index: -1;
    top: 0;
    content: "";
    opacity: 0;
    background-color: blue;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    pointer-events: none;
}

.sidenav a {
    text-align: center;
    padding-bottom: 8px;
    padding-top: 8px;
    text-decoration: none;
    font-size: 18px;
    color: var(--clr-heading-2);
    display: block;
    transition: 0.3s;
    font-weight: 400;
}

.sidenav a:hover {
    color: var(--clr-def-6);
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

/*-------------------------------------------------------
52. Border Animation css
---------------------------------------------------------*/
@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.rainbow {
    position: relative;
    z-index: 0;
    width: 400px;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    padding: 2rem;
}

.rainbow::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #399953;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#399953, #399953), linear-gradient(#fbb300, #fbb300), linear-gradient(#d53e33, #d53e33), linear-gradient(#377af5, #377af5);
    animation: rotate 4s linear infinite;
}

.rainbow::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: white;
    border-radius: 5px;
}

@keyframes opacityChange {
    50% {
        opacity: 1;
    }
    100% {
        opacity: .5;
    }
}

.rainbow-2 {
    position: relative;
    z-index: 0;
    width: 400px;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    padding: 2rem;
}

.rainbow-2::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #399953;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#f4f4f4, #f4f4f4), linear-gradient(#f4f4f4, #f4f4f4), linear-gradient(#000, #000), linear-gradient(#000, #000);
    animation: rotate 4s linear infinite;
}

.rainbow-2::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: white;
    border-radius: 5px;
}

.box-border {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    background: #000;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 2rem;
}

.box-border.linear::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    background-image: conic-gradient(#a8efff 20deg, transparent 120deg);
    border-radius: 5px;
    animation: rotate 4s linear infinite;
}

.box-border.linear::after {
    content: 'Linear';
    position: absolute;
    width: 90px;
    height: 90px;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
}

/*-------------------------------------------------------
53. Timeline css
---------------------------------------------------------*/
.timeline-list {
    display: flex;
    flex-direction: column;
    gap: 80px;
    position: relative;
    z-index: 1;
}

.timeline-list::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    border: 2px dashed var(--clr-def-2);
    height: 100%;
}

.timeline-list li .timeline-contain .timeline-right .heading-4 {
    font-weight: 800;
    line-height: 1.4;
}

.timeline-content-img {
    position: relative;
    z-index: 1;
}

.timeline-content-img::before {
    position: absolute;
    z-index: -1;
    content: '';
    border: 2px dashed var(--clr-def-2);
    top: 8.5rem;
    width: 9rem;
    right: -105px;
}

.timeline-content-img.timeline-value-style-2::before {
    right: inherit;
    left: -105px;
}

.timeline-content-img.timeline-value-style-2 .timeline-value {
    top: 60px;
    right: inherit;
    left: 0;
}

.timeline-content-img .timeline-value {
    position: absolute;
    top: 60px;
    right: 0;
    height: 50px;
    width: 50px;
    line-height: 46px;
    background: var(--clr-def);
    border: 4px solid var(--clr-def-2);
    color: var(--clr-white);
    font-size: 22px;
    font-weight: 500;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
}

.timeline-left {
    padding-right: 9rem;
}

.timeline-right {
    padding-left: 9rem;
}

/* CSS Document */
.navbar-nav .nav-item.active > .nav-link, .navbar-nav .nav-item:active:focus > .nav-link, .navbar-nav .nav-item:active > .nav-link, .navbar-nav .nav-item:focus > .nav-link, .navbar-nav .nav-item:hover > .nav-link {
    color: var(--clr-def) !important;
}

.navbar-nav .nav-item.active > .nav-link::before, .navbar-nav .nav-item:active:focus > .nav-link::before, .navbar-nav .nav-item:active > .nav-link::before, .navbar-nav .nav-item:focus > .nav-link::before, .navbar-nav .nav-item:hover > .nav-link::before {
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #44444D;
    border-radius: 30px;
}

.navbar-nav .nav-item:hover > .nav-link {
    color: var(--clr-white) !important;
}

.navbar-nav.navbar-mobile .nav-item:hover > .nav-link {
    color: cornflowerblue !important;
}

.navbar-nav .nav-item > .nav-link {
    display: inline-block;
    position: relative;
    z-index: 34;
}

.nav-item.dropdown .navbar-nav .nav-item.active > .nav-link,
.nav-item.dropdown .navbar-nav .nav-item:active:focus > .nav-link,
.nav-item.dropdown .navbar-nav .nav-item:active > .nav-link,
.nav-item.dropdown .navbar-nav .nav-item:focus > .nav-link,
.nav-item.dropdown .navbar-nav .nav-item:hover > .nav-link {
    color: var(--clr-heading) !important;
    padding-left: 6px;
}

.nav-item.dropdown .navbar-nav .nav-item.active > .nav-link::before,
.nav-item.dropdown .navbar-nav .nav-item:active:focus > .nav-link::before,
.nav-item.dropdown .navbar-nav .nav-item:active > .nav-link::before,
.nav-item.dropdown .navbar-nav .nav-item:focus > .nav-link::before,
.nav-item.dropdown .navbar-nav .nav-item:hover > .nav-link::before {
    display: none;
}

/* 55. 404 csst */
.not-found h2 {
    font-size: 80px;
    font-weight: 600;
    line-height: 96px;
    color: var(--clr-white);
}

.not-found p {
    font-family: var(--font-1);
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: #757589 !important;
}

.not-found-btn {
    font-family: DM Sans;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    padding: 15px 25px;
    color: var(--clr-white);
    display: inline-block;
    background: var(--clr-def);
    border-radius: 10px;
}
