@font-face {
    font-family: Nunito;
    src: url(../fontstyle/Nunito-Regular.ttf);
}
@font-face {
    font-family: Poppins;
    src: url(../fontstyle/Poppins-Regular.ttf);
}

@font-face {
    font-family: bootstrap-icons;
    src: url(../fonts/bootstrap-icons.woff) format("woff2"),url(../fonts/bootstrap-icons.woff2) format("woff")
}
.table>:not(caption)>*>* {
    padding: 0.7rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.styled-table {
    margin: 25px 0;
    border: 1px solid rgba(0,0,0,.075);
    box-shadow: 0 2px 8px 0 rgb(103 151 255 / 3%), 0 4px 32px 0 rgb(103 151 255 / 7%);
}
.table>thead {
    vertical-align: bottom;
    background: #f7f7f7;
    font-weight: 600;
    color: #ff8d00;
}
.styled-table tbody tr {
    border-bottom: 0.5px solid rgba(0,0,0,.075);
}
.styled-table tbody tr:nth-of-type(2n) {
    background-color: #fbfcfd;
}

.styled-table tbody tr {
    border-bottom: 0.5px solid rgba(0,0,0,.075);
}
.portfolio-card {
    padding: 30px 40px;
    box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bg-white-section .dot-vector {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.gap-3 {
    gap: 1rem!important;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}
.service-list {
    list-style: none;
  
    margin-top: 10px;
}
.service-list li::before {
    content: url(../images/icons/check-icon.svg);
    position: absolute;
    left: 0;
    top: 0;
}
.service-list li {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}
.service-list {
    list-style: none;
 
    margin-top: 10px;
}
.pricing-box {
    background-image: url(../images/pattern-grudge.png);
    background-repeat: repeat;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);
    border-radius: 3px;
}
.pricing-extended {
    text-align: left;
}
.pricing-extended .pricing-features {
    border: 0;
    background-color: transparent;
}
.pricing-list li {
    padding: 0.374rem 0rem;
    font-size: 15px;
    color: #000;
}
.pricing-extended .pricing-action-area {
    border-left: 1px solid rgba(0,0,0,.05);
    background-color: #f9f9f9;
    padding: 30px;
   
}
.pricing-extended .pricing-meta {
    color: #555;
    font-weight: 300;
    font-size: .875rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.pricing-extended .pricing-action-area .pricing-price {
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
.pricing-extended .pricing-action-area {
    border-left: 1px solid rgba(0,0,0,.05);
    background-color: #f9f9f9;
    padding: 30px;
  
}
.explore-button a {
    padding:10px 30px;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-primary);
    transition: .5s ease;
}
.faq-wrap .faq-item {
    margin-bottom: 24px;
    border: none;
}
.faq-wrap .accordion-button {
    font-weight: 600;
    font-size: 18px;
    background: var(--primary-one-light);
    border-radius: 5px;
    color: var(--text-primary);
    cursor: pointer;
    transition: .4s ease-in-out;
    padding: 15px 25px;
    padding-right: 60px;
    margin-bottom: 0;
    line-height: 1.4;
    font-family: var(--font-nunito);
}
.faq-wrap .faq-body {
    font-weight: 400;
    font-size: 17px;
    color: var(--text-secondary);
    border-top: none;
    padding: 15px 25px;
    line-height: 28px;
    text-align: left;
}
.inner-banner {
    min-height: 150px;
    position: relative;
    z-index: 1;
    display: flex;
    background-size: cover;
    justify-content: center;
    align-items: center;
    background-image: url(../images/pattern-grudge.png);
    background-repeat: repeat;
    background-color: #f7f7f7;
}
.inner-banner-title {
    color: #000;
    font-size: 22px;
    margin-top: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    justify-content: center;
}
.breadcrumb .breadcrumb-item:first-child {
    padding-left: 0;
  
}
.card, .make-me-sticky {
    box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);
}

.card {
    border: none;
    border-radius: 0;
    padding: 2rem 1.5rem;
    background-image: url(../images/pattern-grudge.png);
    background-repeat: repeat;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);
}

.breadcrumb .breadcrumb-item {
    color: var(--white);
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    font-family: var(--font-dm);
}
.breadcrumb .breadcrumb-item {
    font-family: var(--font-out);
    position: relative;
   
}
.breadcrumb .breadcrumb-item a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.breadcrumb .breadcrumb-item.active {
    background: linear-gradient(45deg,rgb(0 0 0),#000000 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.breadcrumb .breadcrumb-item.active {
    font-weight: 400;
    color: var(--white);
}
.breadcrumb-item+.breadcrumb-item::after {
    content: url(../images/icons/breadcrumb-shape.svg);
    position: absolute;
    top: 0;
    left: -6px;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}
.btn--capsule {
    border-radius: 50px;
}
.btn--md {
    padding: 3px 15px;
    font-size: 15px;
}
.btn--primary-five {
    color: var(--white);
    border-radius: 0;
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    white-space: nowrap;
    font-family: var(--font-kegina);
    background: 0 0;
    transition: .5s;
    border-radius: 5px;
    overflow: hidden;
    background: var(--linear-yellow);
}
.eg-btn {
    text-align: center;
    display: inline-flex;
    text-decoration: none;
    transition: .45s ease-in-out;
    text-transform: capitalize;
    cursor: pointer;
    font-family: var(--font-nunito);
}
.bi::before,[class^=bi-]::before,[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons!important;
    font-style: normal;
    font-weight: 400!important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.bi-chevron-down::before {
    content: "\f282";
}
.bi-facebook::before {
    content: "\f344";
}
.bi-instagram::before {
    content: "\f437";
}
.bi-twitter:before {
    content: "\F5EF";
}
.bi-envelope::before {
    content: "\f32f";
}
.bi-phone::before {
    content: "\f4e7";
}
.bi-geo-alt::before {
    content: "\f3e8";
}
.bi-list::before {
    content: "\f479";
}
.bi-x-lg::before {
    content: "\f659";
}
.bi-chevron-up::before {
    content: "\f286";
}

:root {
    --primary-one: #fd6604;
    --primary-one-light: #FFF2E8;
    --primary-five-light: #FFEDDF;
    --primary-one-lighter: rgba(255, 242, 232, 0.5);
    --primary-two-lighter: rgba(255, 235, 219,0.3);
    --primary-one-dark: rgba(211, 51, 0, 1);
    --primary-light-text: rgba(255, 242, 232, 1);
    --primary-light-border: rgba(255, 127, 24, 0.2);
    --content-bg: #F1F6FB;
    --linear-green-light: rgba(0, 185, 141,0.3);
    --border-color: #EEEEEE;
    --primary-border: rgba(239, 203, 173, 1);
    --linear-yellow: #FFA811;
    --linear-orange: #F33B00;
    --linear-blue: #006CE4;
    --linear-green: rgb(0, 185, 141);
    --linear-pink: rgb(248, 108, 167);
    --linear-pink-light: rgba(248, 108, 167,0.2);
    --linear-orange2: #FF7222;
    --linear-red: #FF166A;
    --text-primary: #160803;
    --text-secondary: #5E5E5E;
    --white: #ffffff;
    --light-bg: #FAFAFA;
    --font-nunito: "Nunito", sans-serif;
    --font-dm: "Poppins", sans-serif
}

html {
    font-size: 100%;
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-dm);
    color: var(--text-secondary);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--font-nunito);
    font-weight: 700;
    line-height: 1.35;
    color: var(--text-primary)
}
.pricing-single ul li:last-child {
    margin-bottom: 0
}

.pricing-single ul li i {
    background: linear-gradient(45deg,var(--linear-pink),var(--primary-one) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 8px;
    font-size: 18px
}
.pricing-single ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}


.pricing-single ul li {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-primary);
    font-family: var(--font-dm);
    margin-bottom: 14px;
    transition: .55s ease
}
.pricing-single .pricing-title h3 {
    font-size: 18px;
    margin-bottom: 0;
    font-family: 'Poppins';
    line-height: 1;
    transition: .4s ease;
}
.pricing-single .pricing-title {
    background: rgb(253 13 46 / 5%);
    box-shadow: 0 5px 5px 0 rgb(103 151 255 / 9%), 0 5px 5px 0 rgb(0 0 0 / 8%);
    margin: 0 auto;
    padding: 30px 0px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.pricing-single .price-area {
    margin-bottom: 40px;
    width: 100%;
    width: 130px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat
}
.pricing-single .tag-area span.left {
    display: inline-block;
    width: 40px;
    height: 15px;
    background: #e36500;
    -webkit-clip-path: polygon(20% 0%,80% 0%,100% 100%,0% 100%);
    clip-path: polygon(20% 0%,80% 0%,100% 100%,0% 100%);
    z-index: -1;
    transform: translateX(30px)
}

.pricing-single .tag-area span.right {
    display: inline-block;
    transform: translateX(-30px);
    width: 40px;
    height: 15px;
    background: #e36500;
    -webkit-clip-path: polygon(20% 0%,80% 0%,100% 100%,0% 100%);
    clip-path: polygon(20% 0%,80% 0%,100% 100%,0% 100%);
    z-index: -1
}

.pricing-single .tag-area span {
    font-size: 20px;
    font-weight: 700;
    display: block;
    line-height: 1
}
.pricing-single .tag-area .tag {
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    padding: 20px 10px 35px;
    background: linear-gradient(45deg,var(--linear-pink),var(--primary-one) 80%);
    -webkit-clip-path: polygon(100% 0,100% 100%,50% 80%,0 100%,0 0);
    clip-path: polygon(100% 0,100% 100%,50% 80%,0 100%,0 0)
}
.pricing-single .tag-area {
    position: absolute;
    left: -18px;
    top: -15px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start
}
.pricing-single {
    margin-bottom: 50px;
    padding: 40px 0px;
    text-align: center;
    position: relative;
    box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);
    transition: .55s ease;
    border-top: 5px solid #fd6604;
}
.strategy-section {
    background: #fffdf5;
    background-image: url(../images/pattern-grudge.png);
    background-repeat: repeat;
}
.address p {
    margin-top: -2px;
}
.strategy-image {
    box-shadow: 0 2px 8px 0 rgb(183 183 183), 0 4px 32px 0 rgb(0 0 0 / 22%);
    margin:1rem 0rem;
}

.explore-button a img {
    transition: .5s ease;
    margin-right: 5px
}

.explore-button.style-two a {
    font-weight: 600
}
.explore-button a {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-primary);
    transition: .5s ease
}
.service-four-single .service-four-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px
}

.service-four-single .service-four-header span {
    display: inline-block;
    max-width: 160px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed var(--primary-light-border)
}

.service-four-single .service-four-header .serial-number {
    color: transparent;
    -webkit-text-stroke: 1px var(--primary-light-border);
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: 700
}

.service-four-single .service-four-title {
    font-size: 24px;
    margin-bottom: 10px
}
.service-four-single {
    margin-bottom: 40px;
    position: relative;
    background-image: url(../images/pattern-grudge.png);
    background-repeat: repeat;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);
    padding: 40px 30px;
    transition: .5s
}
.footer-info .footer-social li i {
    font-size: 16px;
    color: #fd6604;
    transition: .5s
}
@media (min-width: 1100px) {
    .d-lg-none {
        display: none!important;
    }
}

.footer-info span {
    display: inline-block;
    position: relative;
    margin-bottom: 15px
}

.footer-info span::before {
    content: "";
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background-color: #d9d9d9
}

.footer-info span::after {
    content: "";
    position: absolute;
    right: -160px;
    top: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background-color: #d9d9d9
}

.credits a {
    font-size: 16px;
}

.footer-info .footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 15px
}

.footer-info .footer-social li {
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--primary-one);
    transition: .5s
}
.footer-info .footer-logo {
    margin-bottom: 10px
}
.footer-info {
    border: 1px solid rgb(229 229 229);
   
    background: #fffdf7;
    text-align: center;
    box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}
.copyright-area {
    background: #fffdf5;
    background-image: url(../images/pattern-grudge.png);
    background-repeat: repeat;
    padding: 20px 20px
}

.copyright-area p {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    font-family: var(--font-dm);
    margin-bottom: 0;
    letter-spacing: 0.5px;
    line-height: 1.65;
    text-transform: capitalize
}
.footer-address-list {
    list-style: none;
   
}

.footer-address-list li {
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-family: var(--font-dm);
    margin-bottom: 15px
}

.footer-address-list li:last-child {
    margin-bottom: 30px
}

.footer-address-list li .icon {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid var(--primary-one);
    border-radius: 50%;
    text-align: center
}

.footer-address-list li .icon i {
    font-size: 15px;
    color: #fd6604;
}

.footer-address-list li .address {
    display: flex;
    flex-direction: column
}

.footer-address-list li a {
    font-size: 16px;
    color: #000;
    font-weight: 400
}
.footer-list-title {
    font-size: 25px;
    color: #000;
    margin-left: 1.8rem;
    margin-bottom: 20px}

ul.blog-details-list {
    margin-top: 20px;
    list-style: none;
    margin: 0;
    padding: 0
}

ul.blog-details-list li {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px
}

ul.blog-details-list li i {
    background: linear-gradient(45deg,var(--linear-pink),var(--primary-one) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
    vertical-align: middle
}

ul.blog-details-list li:last-child {
    margin-bottom: 0
}
.blog-four-single .blog-four-title {
    margin-bottom: 0;
    font-size: 26px;
    color: var(--text-primary);
    line-height: 1.3;
    transition: .5s ease
}
.blog-four-single .blog-four-content {
    background: #fffdf5;
    background-image: url(../images/pattern-grudge.png);
    background-repeat: repeat;
    box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);
    padding: 15px
}
.blog-four-single {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto
}
.header-five-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    justify-content: flex-end
}
header.style-5 .main-nav ul li.menu-item-has-children>i {
    display: block
}
header.style-5 .main-nav ul li:first-child {
    padding-left: 0
}
header.style-5 .main-nav ul li ul.sub-menu>li:last-child {
    border-bottom: none
}
header.style-5 .main-nav ul li ul.sub-menu>li a {
    display: block;
    padding: 15px;
    color: #000;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    transition: .4s ease-out 0s;
    position: relative
}

header.style-5 .main-nav ul li ul.sub-menu>li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    border-radius: 30px;
    display: block;
    background: linear-gradient(90deg,var(--primary-color1),transparent);
    transition: .5s ease-in-out
}
header.style-5 .main-nav ul li i {
    width: 30px;
    font-size: 14px;
    text-align: center;
    color: var(--text-primary);
    font-style: normal;
    position: absolute;
    right: -8px;
    top: 31px;
    z-index: 999;
    cursor: pointer;
    display: none
}

header.style-5 .main-nav ul li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    border-top: 2px solid #fd6604 ;
    min-width: 286px;
    background-image: url(../images/pattern-grudge.png);
    background-repeat: repeat;
    text-align: left;
    transition: .55s ease-in-out;
    transform: translateY(20px)
}

header.style-5 .main-nav ul li ul.sub-menu>li {
    padding: 0;
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #e3e3e3;
    position: relative
}
header.style-5 .main-nav ul li a::after {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 0%;
    height: 2px;
    border-radius: 30px;
    display: block;
    background: linear-gradient(90deg,var(--primary-color1),transparent);
    opacity: 0;
    transition: .5s ease-out 0s
}
header.style-5 .main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header.style-5 .main-nav ul li {
    display: inline-block;
    position: relative;
    padding: 0 20px
}

header.style-5 .main-nav ul li a {
    font-size: 16px;
    color: var(--text-primary);
    font-weight: 500;
    display: block;
    text-transform: capitalize;
    padding: 30px 0;
    position: relative;
    font-family: var(--font-work-sans);
    transition: .5s ease-out 0s;
    position: relative
}
header.style-5 .main-nav {
    display: inline-block
}
header.style-5 .header-logo img {
    width: 100%;
    margin: 0 auto
}
header.style-5 .header-logo::before {
    content: "";
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: #fffdf7;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid rgb(225 225 225);
}
header.style-5 .header-logo {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 120px
}
header.style-5.sticky {
    position: fixed;
    top: 0;
    background: linear-gradient(rgb(255 255 255 / 40%),rgb(255 226 226 / 46%)),url(../images/pattern-chakras-alt-color.jpg);
    background-repeat: repeat;
    left: 0;
    z-index: 999;
}
header.style-5 {
    background: linear-gradient(rgb(255 255 255 / 40%),rgb(255 226 226 / 46%)),url(../images/pattern-chakras-alt-color.jpg);
    background-repeat: repeat;
    width: 100%;
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px 0 100px
}

header.style-5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.pt-90 {
    padding-top: 90px
}
.pt-100 {
    padding-top: 100px
}
.pb-120 {
    padding-bottom: 120px
}
.pt-120 {
    padding-top: 120px
}
a {
    color: #000;
    text-decoration: none;
}

p {
    color: #000;
    font-size: 16px;
}
img {
    max-width: 100%;
 
    height: auto;
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 1.9rem;
    }
}

header.style-5{
   background: linear-gradient(rgb(255 255 255 / 40%),rgb(255 226 226 / 46%)),url(../images/pattern-chakras-alt-color.jpg);
    background-repeat: repeat;
    width:100%;
    position:relative;
    z-index:100;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 100px 0 100px
}
header.style-5::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
  
    z-index:-1;
   
   
}
@media(max-width:991px){
    header.style-5::before{
        border-radius:0
    }
    p{
        font-size:16px;
       
    }
    .gallery-section  img{
        height: 100px!important;
    }
    .service-list li{
        font-size:15px;
    }
}
@media(min-width:1200px) and (max-width:1399px){
    header.style-5{
        padding:0 2%
    }
}
@media(min-width:992px) and (max-width:1199px){
    header.style-5{
        padding:0 2%
    }
}
@media(min-width:768px) and (max-width:991px){
    header.style-5{
        padding:0 15px;
        top:0
    }
}
@media(max-width:767px){
    header.style-5{
        top:0;
        padding:0 10px
    }
}
header.style-5.sticky{
    position:fixed;
    top:0;
 background: linear-gradient(rgb(255 255 255 / 40%),rgb(255 226 226 / 46%)),url(../images/pattern-chakras-alt-color.jpg);
    background-repeat: repeat;
    left:0;
    z-index:999;
  
   
   
}
@keyframes smooth-header{
    0%{
        transform:translateY(-30px)
    }
    100%{
        transform:translateY(0px)
    }
}
header.style-5 .header-logo{
    position:relative;
    z-index:2;
    width:100%;
    max-width:120px
}
@media(min-width:1400px) and (max-width:1599px){
    header.style-5 .header-logo{
        max-width:100px
    }
}
@media(min-width:1200px) and (max-width:1399px){
    header.style-5 .header-logo{
        max-width:100px
    }
}
header.style-5 .header-logo::before{
    content: "";
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: #fffdf7;
    z-index: -1;
    position: absolute;
   
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid rgb(225 225 225);
}
@media(min-width:1400px) and (max-width:1599px){
    header.style-5 .header-logo::before{
        width:125px;
        height:125px
    }
}
@media(min-width:1200px) and (max-width:1399px){
    header.style-5 .header-logo::before{
        width:125px;
        height:125px
    }
}
@media(max-width:991px){
    header.style-5 .header-logo::before{
        content:none
    }
}
@media(min-width:992px) and (max-width:1199px){
    header.style-5 .header-logo::before{
        width:130px;
        height:130px
    }
}
@media(min-width:1200px) and (max-width:1399px){
    header.style-5 .header-logo{
        padding:20px 0
    }
}
@media(min-width:992px) and (max-width:1199px){
    header.style-5 .header-logo{
        padding:15px 0
    }
}
@media(max-width:991px){
    header.style-5 .header-logo{
        padding:5px 0;
        max-width:110px
    }
}
header.style-5 .header-logo img{
    width:100%;
  
    margin:0 auto
}
header.style-5 .mobile-logo-wrap{
    margin-left:-16px;
    max-width:120px
}
header.style-5 .main-nav{
    display:inline-block
}
header.style-5 .main-nav .mobile-menu-logo{
    display:none
}
header.style-5 .main-nav ul{
    list-style:none;
    margin:0;
    padding:0
}
header.style-5 .main-nav ul li{
    display:inline-block;
    position:relative;
    padding:0 20px
}
header.style-5 .main-nav ul li a{
    font-size:16px;
    color:var(--text-primary);
    font-weight:500;
    display:block;
    text-transform:capitalize;
    padding:30px 0;
    position:relative;
    font-family:var(--font-work-sans);
    transition:.5s ease-out 0s;
    position:relative
}
header.style-5 .main-nav ul li a:hover{
    color:var(--primary-one)
}
header.style-5 .main-nav ul li a:hover:after{
    opacity:1;
    width:100%
}
header.style-5 .main-nav ul li a::after{
    content:"";
    position:absolute;
    bottom:25px;
    left:0;
    width:0%;
    height:2px;
    border-radius:30px;
    display:block;
    background:linear-gradient(90deg,var(--primary-color1),transparent);
    opacity:0;
    transition:.5s ease-out 0s
}
header.style-5 .main-nav ul li a.active{
    color:var(--primary-one)
}
header.style-5 .main-nav ul li i{
    width:30px;
    font-size:14px;
    text-align:center;
    color:var(--text-primary);
    font-style:normal;
    position:absolute;
    right:-8px;
    top:31px;
    z-index:999;
    cursor:pointer;
    display:none
}
header.style-5 .main-nav ul li ul.sub-menu{
    position:absolute;
    left:0;
    right:0;
    top:auto;
    margin:0;
    padding:0;
    background:#fff;
   
    opacity:0;
    visibility:hidden;
    border-top:2px solid #fd6604 ;
  
    min-width:286px;
    background-image: url(../images/pattern-grudge.png);
    background-repeat: repeat;
    text-align:left;
    transition:.55s ease-in-out;
    transform:translateY(20px)
}
header.style-5 .main-nav ul li ul.sub-menu>li{
    padding:0;
    display:block;
   border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color:#e3e3e3;
    position:relative
}
header.style-5 .main-nav ul li ul.sub-menu>li i{
    position:absolute;
    top:15px;
    right:6px;
    display:block;
    color:var(--white)
}
header.style-5 .main-nav ul li ul.sub-menu>li a{
    display:block;
    padding:15px;
    color:#000;
    font-weight:300;
    text-transform:capitalize;
    font-size:16px;
    line-height:1;
    transition:.4s ease-out 0s;
    position:relative
}
header.style-5 .main-nav ul li ul.sub-menu>li a::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:0;
    height:1px;
    border-radius:30px;
    display:block;
    background:linear-gradient(90deg,var(--primary-color1),transparent);
    transition:.5s ease-in-out
}
header.style-5 .main-nav ul li ul.sub-menu>li a:hover{
    color:var(--primary-one)
}
header.style-5 .main-nav ul li ul.sub-menu>li a:hover:after{
    width:100%
}
header.style-5 .main-nav ul li ul.sub-menu>li a.active{
    color:var(--primary-one)
}
header.style-5 .main-nav ul li ul.sub-menu>li .sub-menu{
    left:215px;
    position:absolute;
    max-width:230px;
    min-width:215px;
    background:#0b0f14;
    top:0
}
@media only screen and (max-width:1199px){
    header.style-5 .main-nav ul li ul.sub-menu>li .sub-menu{
        margin-left:10px;
        position:unset;
        max-width:230px;
        min-width:215px;
        background:0 0;
        top:0
    }
}
header.style-5 .main-nav ul li ul.sub-menu>li .sub-menu li i{
    display:block
}
header.style-5 .main-nav ul li ul.sub-menu>li:last-child{
    border-bottom:none
}
header.style-5 .main-nav ul li:hover>ul.sub-menu{
    visibility:visible;
    opacity:1;
    transform:translateY(0)
}
header.style-5 .main-nav ul li:first-child{
    padding-left:0
}
@media(max-width:991px){
    header.style-5 .main-nav ul li:first-child{
        padding-left:5px
    }
}
@media(max-width:991px){
    header.style-5 .main-nav ul li:first-child{
        padding-left:5px
    }
    header.style-5 .main-nav ul li.menu-item-has-children>i{
       
        margin-top: -20px;
    }
}
header.style-5 .main-nav ul li.menu-item-has-children>i{
    display:block;
   
}
@media only screen and (max-width:991px){
    header.style-5 .main-nav{
        position:fixed;
        top:0;
        left:0;
        width:100%;
        padding:30px 20px!important;
        z-index:99999;
        height:100%;
        overflow:auto;
        background: linear-gradient(rgb(255 255 255 / 40%),rgb(255 226 226 / 46%)),url(../images/pattern-chakras-alt-color.jpg);
        background-repeat: repeat;
        transform:translateX(-100%);
        transition:transform .3s ease-in;
        box-shadow:0 2px 20px rgba(0,0,0,.03)
    }
    header.style-5 .main-nav.show-menu{
        transform:translateX(0)
    }
    header.style-5 .main-nav .mobile-menu-logo{
        text-align:left;
        padding-top:20px;
        display:block;
        padding-bottom:8px
    }
    header.style-5 .main-nav ul{
        float:none;
        text-align:left;
        padding:35px 10px 10px 0
    }
    header.style-5 .main-nav ul li{
        display:block;
        position:relative;
        border-bottom: 1px solid #d1d1d1;
        padding:0 5px
    }
    header.style-5 .main-nav ul li i{
        display:block
    }
    header.style-5 .main-nav ul li a{
        padding:10px 0;
        display:block;
        font-weight:500;
        font-size:18px
    }
    header.style-5 .main-nav ul li ul.sub-menu{
        position:static;
        min-width:200px;
        background:0 0;
        border:none;
        opacity:1;
        background: #fff;
        visibility:visible;
        box-shadow:none;
        transform:none;
        transition:none;
        display:none;
        margin-top:0!important;
        transform:translateY(0px)
    }

    header.style-5 .main-nav ul li ul.sub-menu>li a{
        color:var(--text-primary);
        font-size:15px;
        font-weight:500
    }
    header.style-5 .main-nav ul li ul.sub-menu>li a:hover{
        color:var(--primary-color1);
        margin-left:10px
    }
    header.style-5 .main-nav ul li ul.sub-menu>li a.active{
        color:var(--primary-color1)
    }
    header.style-5 .main-nav ul li ul.sub-menu>li i{
        color:var(--text-primary);
        right:-13px
    }
    header.style-5 .main-nav ul li .bi{
       
        font-size:16px
    }
    header.style-5 .mobile-menu{
        position:relative;
        top:2px;
        padding:0 5px;
        border-radius:50%;
        display:inline-block
    }
    header.style-5 .mobile-menu-btn i{
        font-size:35px
    }
    header.style-5 .cross-btn{
        display:inline-block!important;
        position:relative;
        width:30px!important;
        height:22px!important;
        cursor:pointer;
        border:3px solid transparent!important
    }
    header.style-5 .cross-btn span{
        width:100%;
        height:2px;
        background:var(--primary-color1);
        display:block;
        position:absolute;
        right:0;
        transition:.3s
    }
    header.style-5 .cross-btn .cross-top{
        top:0
    }
    header.style-5 .cross-btn .cross-middle{
        top:50%;
        transform:translateY(-50%);
        width:100%
    }
    header.style-5 .cross-btn .cross-bottom{
        bottom:0;
        width:100%
    }
    header.style-5 .cross-btn.h-active span.cross-top{
        transform:rotate(45deg);
        top:50%;
        margin-top:-1px
    }
    header.style-5 .cross-btn.h-active span.cross-middle{
        transform:translateX(-30px);
        opacity:0
    }
    header.style-5 .cross-btn.h-active span.cross-bottom{
        transform:rotate(-45deg);
        bottom:50%;
        margin-bottom:-1px
    }
}
header.style-5 .header-icons a{
    margin-right:25px;
    color:var(--text-primary)
}
header.style-5 .header-icons a i{
    font-size:18px;
    color:var(--text-primary);
    vertical-align:middle
}
header.style-5 .header-icons a.cart-icon{
    position:relative;
    display:inline-block
}
header.style-5 .header-icons a.cart-icon::before{
    content:"0";
    font-size:11px;
    min-width:14px;
    height:14px;
    line-height:14px;
    border-radius:50%;
   background:#fd6604;
    display:inline-block;
    color:var(--white);
    text-align:center;
    position:absolute;
    top:3px;
    right:-8px
}

.bg-white-section {
    position: relative;
    overflow: hidden;
    background-image: url(../images/pattern-grudge.png);
    background-repeat: repeat;
    margin-top: 20px;
    z-index: 1;
}

.btn--primary{
    color:#fff;
    border-radius:0;
    position:relative;
    z-index:1;
    display:inline-flex;
    justify-content:center;
    white-space:nowrap;
    font-family:var(--font-kegina);
    background:0 0;
    transition:.5s;
    border-radius:5px;
    overflow:hidden;
    background: linear-gradient(90deg,var(--linear-pink) 0%,var(--linear-yellow) 100%);
}
.btn--primary::before{
    content:"";
    width:100%;
    height:100%;
    color:#000;

 
   
  background: linear-gradient(90deg,var(--linear-pink) 0%,var(--linear-yellow) 100%);
  
    position:absolute;
    left:0;
    top:0;
    transition:.5s;
    z-index:-1;
    opacity:1
}
.btn--primary:hover{
    color:var(--white)
}
.btn--primary:hover::before{
    width:0
}
.btn--primary.sibling-two{
    background:var(--text-primary);
    position:relative
}
.btn--primary.sibling-two::before{
    content:"";
    width:100%;
    height:100%;
    background:var(--primary-one);
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    transition:.5s;
    z-index:-1;
    opacity:1
}
.btn--primary.sibling-two:hover{
    color:var(--white)
}
.btn--primary.sibling-two:hover::before{
    width:0
}
.btn--primary-three{
    color:var(--white);
    border-radius:0;
    position:relative;
    z-index:1;
    display:inline-flex;
    justify-content:center;
    white-space:nowrap;
    font-family:var(--font-kegina);
    background:0 0;
    transition:.5s;
    border-radius:0;
    overflow:hidden;
    background:var(--linear-green)
}
.btn--primary-three::before{
    content:"";
    width:100%;
    height:100%;
    background:linear-gradient(45deg,var(--linear-blue),var(--linear-green) 80%);
    position:absolute;
    left:0;
    top:0;
    transition:.5s;
    z-index:-1
}
.btn--primary-three:hover{
    color:var(--white)
}
.btn--primary-three:hover::before{
    width:0
}
.btn--primary-four{
    color:var(--white);
    border-radius:0;
    position:relative;
    z-index:1;
    display:inline-flex;
    justify-content:center;
    white-space:nowrap;
    background:0 0;
    transition:.5s;
    border-radius:0;
    overflow:hidden;
    background:var(--linear-orange2)
}
.btn--primary-four::before{
    content:"";
    width:100%;
    height:100%;
    background:linear-gradient(45deg,var(--linear-orange2),var(--linear-red) 80%);
    position:absolute;
    left:0;
    top:0;
    transition:.5s;
    z-index:-1
}
.btn--primary-four:hover{
    color:var(--white)
}
.btn--primary-four:hover::before{
    width:0
}

.btn--capsule {
    border-radius: 50px;
}

.btn--md {
    padding: 3px 15px;
    font-size: 15px;
}
.section-title-six>span {
    font-size: 20px;
    font-weight: 400;
    background: #fd6604;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
    margin-top: -8px;
    margin-right: 2rem;
    margin-bottom: 15px;
    }
.section-title-six>span::before{
    content: "";
    position: absolute;
    top: 10px;
    background: #fd6604;
    height: 3px;
    width: 40px;
}
.section-title-six>span::after {
    content: "";
    position: absolute;
    top: 10px;
    background: #fd6604;
    height: 3px;
    width: 40px;
}
footer{
  background: linear-gradient(rgb(255 255 255 / 40%),rgb(255 226 226 / 46%)),url(../images/pattern-chakras-alt-color.jpg);
 
    background-repeat: repeat;
}

footer .footer-list{
    list-style:none;
   margin-left: auto;
   margin-right: auto;
}
footer .footer-list li{
    font-size:16px;
    color:rgba(255,255,255,.8);
    font-weight:400;
    font-family:var(--font-dm);
    margin-bottom:8px;
    position:relative;
    transition:.6s ease
}
footer .footer-list li:last-child{
    margin-bottom:0
}

footer .footer-list li:hover{
    color:#fd6604;
    
    padding-left:10px
}
footer .footer-list li:hover::before{
    opacity:1
}
footer .footer-list li a{
    color:#000;
}
footer .footer-list.sibling-two li::before{
    width:20px;
    height:1px;
    background:linear-gradient(45deg,var(--linear-pink),var(--primary-one) 80%);
    position:absolute;
    left:0;
    top:15px;
    transition:.6s ease;
    opacity:0
}
footer .footer-list.sibling-two li:hover{
    background:linear-gradient(45deg,var(--linear-pink),var(--primary-one) 80%);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    padding-left:25px
}
footer .footer-list.sibling-two li:hover::before{
    opacity:1
}
footer .footer-list.sibling-three li::before{
    width:20px;
    height:1px;
    background:linear-gradient(45deg,var(--linear-blue),var(--linear-green) 80%);
    position:absolute;
    left:0;
    top:15px;
    transition:.6s ease;
    opacity:0
}
footer .footer-list.sibling-three li:hover{
    background:linear-gradient(45deg,var(--linear-blue),var(--linear-green) 80%);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    padding-left:25px
}
footer .footer-list.sibling-three li:hover::before{
    opacity:1
}
footer .footer-list.sibling-four li::before{
    width:20px;
    height:1px;
    background:linear-gradient(45deg,var(--linear-orange2),var(--linear-red) 80%);
    position:absolute;
    left:0;
    top:15px;
    transition:.6s ease;
    opacity:0
}
footer .footer-list.sibling-four li:hover{
    background:linear-gradient(45deg,var(--linear-orange2),var(--linear-red) 80%);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    padding-left:25px
}
footer .footer-list.sibling-four li:hover::before{
    opacity:1
}
@media(max-width:576px){
    footer .branch-info{
        text-align:center
    }
}
footer .branch-info h5{
    font-size:18px;
    font-weight:600;
    color:var(--white);
    margin-bottom:15px
}
footer .branch-item{
    display:flex;
    flex-direction:row;
    border:1px solid var(--primary-light-border);
    border-radius:5px;
    align-items:center;
    gap:18px;
    padding:20px 25px;
    transition:.5s
}
@media(max-width:576px){
    footer .branch-item{
        justify-content:center;
        max-width:300px;
        margin-left:auto;
        margin-right:auto
    }
}
@media(min-width:768px) and (max-width:991px){
    footer .branch-item{
        gap:12px;
        padding:20px
    }
}
@media(min-width:1200px) and (max-width:1399px){
    footer .branch-item{
        padding:20px
    }
}
@media(max-width:767px){
    footer .branch-item{
        padding:20px
    }
}
footer .branch-item:hover{
    border:1px solid var(--primary-one)
}
footer .branch-item .branch-icon{
    width:35px;
    height:35px;
    line-height:32px;
    background:linear-gradient(90deg,var(--linear-yellow),var(--linear-orange) 85%);
    text-align:center;
    border-radius:5px
}
footer .branch-item .branch-icon i{
    color:var(--white)
}
footer .branch-item .branch-phone h6{
    font-size:16px;
    font-weight:500;
    color:var(--white);
    margin-bottom:10px
}
footer .branch-item .branch-phone h5{
    font-size:18px;
    font-weight:500;
    color:var(--linear-yellow);
    margin-bottom:0
}
@media(min-width:1200px) and (max-width:1399px){
    footer .branch-item .branch-phone h5{
        font-size:16px
    }
}
@media(min-width:768px) and (max-width:991px){
    footer .branch-item .branch-phone h5{
        font-size:16px
    }
}
footer .branch-item .branch-phone h5 a{
    color:inherit
}
footer .branch-item.sibling-three{
    border:1px solid var(--linear-green-light)
}
footer .branch-item.sibling-three:hover{
    border:1px solid var(--linear-green)
}
footer .branch-item.sibling-three .branch-icon{
    background:linear-gradient(45deg,var(--linear-blue),var(--linear-green) 80%)
}
footer .branch-item.sibling-three .branch-icon i{
    color:var(--white)
}
footer .branch-item.sibling-three .branch-phone h5{
    color:var(--linear-green)
}
footer .branch-item.sibling-two{
    border:1px solid var(--linear-pink-light)
}
footer .branch-item.sibling-two:hover{
    border:1px solid var(--linear-pink)
}
footer .branch-item.sibling-two .branch-icon{
    background:linear-gradient(45deg,var(--linear-pink),var(--primary-one) 80%)
}
footer .branch-item.sibling-two .branch-icon i{
    color:var(--white)
}
footer .branch-item.sibling-two .branch-phone h5{
    background:linear-gradient(45deg,var(--linear-pink),var(--primary-one) 80%);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent
}
.footer-list-title{
    font-size:25px;
    color:#000;
    margin-bottom:20px
}
@media(min-width:768px) and (max-width:991px){
    .footer-list-title{
        font-size:26px;
        margin-left: 1.8rem;
    }
}
@media(max-width:767px){
    .footer-list-title{
        font-size:24px;
        margin-bottom:15px
    }
}
.footer-address-list{
    list-style:none;
   
}
.footer-address-list li{
    display:flex;
    flex-direction:row;
    gap:10px;
   
    font-family:var(--font-dm);
    margin-bottom:15px
}

.footer-address-list li:last-child{
    margin-bottom:30px
}
.footer-address-list li .icon{
    height:30px;
    width:30px;
    line-height:30px;
    border:1px solid var(--primary-one);
    border-radius:50%;
    text-align:center
}
.footer-address-list li .icon i{
    font-size:15px;
    color:#fd6604;
}
.footer-address-list li .address{
    display:flex;
    flex-direction:column
}
.footer-address-list li a{
    font-size:16px;
    color:#000;
    font-weight:400
}
.footer-address-list.sibling-two .icon{
    border:1px solid var(--primary-one);
    border-radius:50%;
    text-align:center
}
.footer-address-list.sibling-two .icon i{
    font-size:15px;
    background:linear-gradient(45deg,var(--linear-pink),var(--primary-one) 80%);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent
}
.footer-address-list.sibling-three .icon{
    border:1px solid var(--linear-green);
    border-radius:50%;
    text-align:center
}
.footer-address-list.sibling-three .icon i{
    font-size:15px;
    background:linear-gradient(45deg,var(--linear-blue),var(--linear-green) 80%);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent
}
.footer-address-list.sibling-four .icon{
    border:1px solid var(--linear-orange);
    border-radius:50%;
    text-align:center
}
.footer-address-list.sibling-four .icon i{
    font-size:15px;
    background:linear-gradient(45deg,var(--linear-orange2),var(--linear-red) 80%);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent
}
.copyright-area{
     background:#fffdf5;
     background-image: url(../images/pattern-grudge.png);
    background-repeat: repeat;
  
   
    padding:20px 20px
}
.copyright-area p{
    font-size:17px;
    font-weight:600;
    color:#000;
    font-family:var(--font-dm);
    margin-bottom:0;
    letter-spacing:0.5px;
    line-height:1.65;
    text-transform:capitalize
}
@media(max-width:767px){
    .copyright-area p{
        font-size:14px
    }
}
.linear-text{
    background:linear-gradient(45deg,var(--linear-yellow),var(--linear-orange) 80%);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent
}
.linear-text-two{
    background:linear-gradient(45deg,var(--linear-pink),var(--linear-yellow) 80%);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent
}
.linear-text-three{
    background:linear-gradient(45deg,var(--linear-blue),var(--linear-green) 80%);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent
}
.footer-info{
    border: 1px solid rgb(229 229 229);
   
    background: #fffdf7;
    margin:2rem 0rem;
    text-align: center;
    box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
   
}
@media(max-width:576px){
    .footer-info{
        width:100%;
        border:unset;
        height:unset;
      
        margin-bottom:60px
    }
}
@media(min-width:992px) and (max-width:1199px){
    .footer-info{
        margin-top:90px
    }
}
@media(min-width:768px) and (max-width:991px){
    .footer-info{
        margin-top:90px
    }
}
@media(min-width:576px) and (max-width:768px){
    .footer-info{
        margin-top:90px
    }
}

@media(min-width:1200px) and (max-width:1399px){
    .footer-info{
        width:330px;
        height:330px;
        padding:30px
    }
}
.footer-info .footer-logo{
    margin-bottom:10px
}
@media(min-width:1200px) and (max-width:1399px){
    .footer-info .footer-logo{
        max-width:140px
    }
}
@media(max-width:991px){
    .footer-info .footer-logo{
        margin-left:auto;
        margin-right:auto
    }
}

@media (min-width: 1100px){
.d-lg-none {
    display: none!important;
}
}
.footer-info span{
    display:inline-block;
    position:relative;
    margin-bottom:15px
}
.footer-info span::before{
    content:"";
    position:absolute;
    left:-60px;
    top:50%;
    transform:translateX(-50%);
    width:100px;
    height:1px;
    background-color:#d9d9d9
}
.footer-info span::after{
    content:"";
    position:absolute;
    right:-160px;
    top:50%;
    transform:translateX(-50%);
    width:100px;
    height:1px;
    background-color:#d9d9d9
}
.credits a{
    font-size:16px;
}

.footer-info .footer-social{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    justify-content:center;
    gap:15px
}
.footer-info .footer-social li{
    width:30px;
    height:30px;
    line-height:27px;
    text-align:center;
    border-radius:50%;
    border:1px solid var(--primary-one);
    transition:.5s
}
.footer-info .footer-social li:hover{
    background:linear-gradient(45deg,var(--linear-yellow),var(--linear-orange) 80%)
}
.footer-info .footer-social li:hover i{
    color:var(--white)
}
.footer-info .footer-social li i{
    font-size:16px;
    color:#fd6604;
    transition:.5s
}
.footer-info .footer-social.sibling-two li{
    border:1px solid var(--primary-one)
}
.footer-info .footer-social.sibling-two li:hover{
    background:linear-gradient(45deg,var(--linear-pink),var(--primary-one) 80%)
}
.footer-info .footer-social.sibling-two li:hover i{
    -webkit-text-fill-color:var(--white)
}
.footer-info .footer-social.sibling-two li i{
    background:linear-gradient(45deg,var(--linear-pink),var(--primary-one) 80%);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    transition:.4s ease
}
.footer-info .footer-social.sibling-three li{
    border:1px solid var(--linear-blue)
}
.footer-info .footer-social.sibling-three li:hover{
    background:linear-gradient(45deg,var(--linear-blue),var(--linear-green) 80%)
}
.footer-info .footer-social.sibling-three li:hover i{
    -webkit-text-fill-color:var(--white)
}
.footer-info .footer-social.sibling-three li i{
    background:linear-gradient(45deg,var(--linear-blue),var(--linear-green) 80%);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    transition:.4s ease
}
.footer-info .footer-social.sibling-four li{
    border:1px solid var(--linear-orange)

}
.footer-info .footer-social.sibling-four li:hover{
    background:linear-gradient(45deg,var(--linear-orange2),var(--linear-red) 80%)
}
.footer-info .footer-social.sibling-four li:hover i{
    -webkit-text-fill-color:var(--white)
}
.footer-info .footer-social.sibling-four li i{
    background:linear-gradient(45deg,var(--linear-orange2),var(--linear-red) 80%);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    transition:.4s ease
}

@media (max-width: 991px){
.skill-section {
    margin-top: -115px;
}
p{
    text-align: start!important;
}
}


.faq-content {
 
  margin-top:25px;
}

.faq-content h1 {
  font-size: 32px;
  text-align: center;
  color: var(--primary-dark-color);
}

.faq-accordion {
  padding: 8px 0;
  border-bottom: 1px solid hsl(240, 5%, 91%);
}


/* FAQ card: main title */
/*================================================*/

/* checkbox tgg-title*/
input.tgg-title {
  appearance: unset;
  all:unset;
}

.faq-accordion-title label{
  display: flex;
  align-items: center;
  cursor: pointer;
}

.faq-accordion-title h4{
  font-size: 18px /*var(--font-size)*/;
  font-weight: 600;
  color: var(--neutral-dark-color);
}

.faq-accordion-title span{
  margin-left: auto;
  transition: transform .4s ease-in-out;
}


/* FAQ card: main content */
/*================================================*/

.faq-accordion-content {
  color: var(--neutral-soft-color);
  overflow: hidden;
  max-height: 0;
  transition: max-height .4s ease-in-out;
}


/* Effects */
/*================================================*/



.faq-accordion-title:hover h4{
  color: var(--primary-soft-color)
}

/* onclick "" */
.faq-accordion .tgg-title:checked + div>label>h4 {
  font-weight: 600;
  font-size:18px;
}

.faq-accordion .tgg-title:checked + div>label>span {
  will-change: transform;
  transform: rotate(180deg);
}

/* main content, acordion text effect */

.faq-accordion .tgg-title:checked ~ .faq-accordion-content{
  will-change: max-height;
  max-height: 100%;
}
