@font-face {
    font-family: 'Ortica';
    src: url('../Fonts/Ortica-Bold.woff2') format('woff2'),
        url('../Fonts/Ortica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ortica';
    src: url('../Fonts/Ortica-Light.woff2') format('woff2'),
        url('../Fonts/Ortica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    color: #777;
    font-family: 'Ortica';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.667
}

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

a:hover {
    text-decoration: none
}

button {
    cursor: pointer
}

button:focus {
    outline: 0;
    box-shadow: none
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Ortica';
    color: #222;
    line-height: 1.1
}

h1,.h1 {
    font-size: 50px;
    font-weight: 700
}

h2,.h2 {
    font-size: 36px;
    font-weight: 600
}

h3,.h3 {
    font-size: 26px;
    font-weight: 600
}

@media (min-width: 600px) {
    h3,.h3 {
        font-size:36px
    }
}

h4,.h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3
}

a {
    display: inline-block
}

.fixed {
    background: #fff;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important
}

.section-margin {
    margin: 45px 0
}

@media (min-width: 980px) {
    .section-margin {
        margin:70px 0
    }
}

@media (min-width: 1100px) {
    .section-margin {
        margin:120px 0
    }

    .section-margin.calc-60px {
        margin: 120px 0 70px 0
    }
}

.section-margin--small {
    margin: 35px 0
}

@media (min-width: 1000px) {
    .section-margin--small {
        margin:98px 0
    }
}

.pb-60px {
    padding-bottom: 150px;
}

.pt-60px {
    padding-top: 100px;
}

.ml-40 {
    margin-left: 40px
}

.header_area .navbar {
    padding: 20px 0;
    background: #f9f9f900;
}

.header_area .navbar .nav .nav-item {
    /* margin-right: 20px; */
}

.header_area .navbar .nav .nav-item .nav-link {
    text-transform: capitalize;
    color: #351d1d;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
}

@media (min-width: 991px) {
    .header_area .navbar .nav .nav-item .nav-link {
        padding: 10px 30px;
        transition: all 0.5s ease;
    }
}

.header_area .navbar .nav .nav-item .nav-link:after {
    display: none
}

.header_area .navbar .nav .nav-item:hover .nav-link,.header_area .navbar .nav .nav-item.active .nav-link {
    color: #9d7171;
}

.header_area .navbar .nav .nav-item.submenu {
    position: relative
}

.header_area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu ul {
        position:absolute;
        top: 120%;
        left: 0px;
        min-width: 200px;
        text-align: left;
        opacity: 0;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        border-radius: 0px
    }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all 400ms linear
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    transition: all 0.4s linear
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: #222;
    padding: 0px 30px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background: #0e4059;
    color: #fff
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu:hover ul {
        visibility:visible;
        opacity: 1;
        top: 100%
    }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0px
}

.header_area .navbar .nav .nav-item:last-child {
    margin-right: 0px
}

.nav-shop li {
    display: inline-block;
    margin-right: 15px
}

.nav-shop li i,.nav-shop li span {
    font-size: 16px;
    color: #222
}

.nav-shop li button {
    padding: 0;
    border: 0;
    background: transparent;
    position: relative
}

.nav-shop li button .nav-shop__circle {
    font-size: 9px;
    display: inline-block;
    background: #0e4059;
    color: #fff;
    padding: 0px 5px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -12px
}

.nav-shop li:last-child {
    margin-left: 40px
}

@media (max-width: 1199px) {
    .header_area .navbar .nav .nav-item {
        margin-right:28px
    }
}

@media (max-width: 991px) {
    .navbar-toggler {
        border:none;
        border-radius: 0px;
        padding: 0px;
        cursor: pointer;
        margin-top: 27px;
        margin-bottom: 23px
    }

    .header_area .navbar {
             background: #01095a;
    }
.hero-banner {
    background: url(../img/banner1.jpg) no-repeat center left;
}
    .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
        opacity: 1
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0
    }

    .navbar-toggler[aria-expanded="true"] span:first-child {
        transform: rotate(-45deg);
        position: relative;
        top: 7.5px
    }

    .navbar-toggler[aria-expanded="true"] span:last-child {
        transform: rotate(45deg);
        bottom: 6px;
        position: relative
    }

    .navbar-toggler span {
               display: block;
        width: 25px;
        height: 3px;
        background: #ffffff;
        margin: auto;
        margin-bottom: 4px;
        transition: all 400ms linear;
        cursor: pointer;
    }

    .navbar .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .nav {
        padding: 0px 0px
    }

    .header_area+section,.header_area+row,.header_area+div {
        margin-top: 117px
    }

    .header_area .navbar .nav .nav-item .nav-link {
        line-height: 30px;
        margin-right: 0px;
        display: block;
        border-bottom: 1px solid #ededed33;
        border-radius: 0px
    }

    .header_area .navbar .nav-shop {
        padding-bottom: 40px
    }

    .header_area .navbar-collapse {
        max-height: 340px;
        overflow-y: scroll
    }

    .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
        padding: 0px 15px
    }

    .header_area .navbar .nav .nav-item {
        margin-right: 0px
    }

    .header_area+section,.header_area+row,.header_area+div {
        margin-top: 0px;
        padding-top: 71px
    }

    .categories_post img {
        width: 100%
    }

    .categories_post {
        max-width: 360px;
        margin: 0 auto
    }

    .blog_categorie_area .col-lg-4 {
        margin-top: 30px
    }

    .blog_area {
        padding-bottom: 80px
    }

    .single-post-area .blog_right_sidebar {
        margin-top: 30px
    }

    .footer-area .col-sm-6 {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .blog_info.text-right {
        text-align:left !important;
        margin-bottom: 10px
    }

    .footer-bottom {
        text-align: center
    }
}

@media (max-width: 575px) {
    .header_area+section,.header_area+row,.header_area+div {
        margin-top:0px;
        padding-top: 71px
    }

    .blog_details h2 {
        font-size: 20px;
        line-height: 30px
    }

    .footer-area {
        padding: 70px 0px
    }
}

@media (max-width: 480px) {
    .header_area .navbar-collapse {
        max-height:250px
    }

    .comments-area .thumb {
        margin-right: 10px
    }
}

.section-intro p {
    margin-bottom: 3px
}

.section-intro__style {
    color: #45314a;
    /* border-bottom: 2px solid #0e4059; */
    /* padding-bottom: 8px; */
}

.hero-banner {
    background: #F1F6F7;
    position: relative;
    margin-bottom: 10px;
    background: url(../img/banner1.jpg)no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
}

@media (min-width: 991px) {
    .hero-banner {
        z-index:111
    }
}

.hero-banner::before {
    content: "";
    display: block;
    width: 5%;
    height: 100%;
    /* background: #333; */
    position: absolute;
    top: 0;
    left: 0
}

@media (min-width: 575px) {
    .hero-banner::before {
        width:20%
    }
}

@media (min-width: 991px) {
    .hero-banner::before {
        width:35%
    }
}

.hero-banner__img {
    position: relative;
    top: -50px;
}

@media (max-width: 575px) {
    .hero-banner__content {
        padding-bottom:50px
    }
}

@media (min-width: 1000px) {
    .hero-banner__content {
            
        margin-top: 100px;
    }
}

.hero-banner__content h4 {
    font-size: 26px;
    color: #000000;
    margin-bottom: 12px;
    letter-spacing: 3px;
    /* text-transform: uppercase; */
    font-weight: 700;
}

.hero-banner__content h1 {
    
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

@media (min-width: 767px) {
    .hero-banner__content h1 {
        font-size:30px;
        margin-bottom: 25px
    }
}

@media (min-width: 991px) {
    .hero-banner__content h1 {
        font-size: 70px;
        line-height: 64px;
        letter-spacing: 2px;
    }
}

.hero-banner__content p {
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    margin-top: 25px;
}

@media (min-width: 767px) {
    .hero-banner__content p {
        margin-bottom: 25px;
    }
}

.hero-carousel__slide {
    position: relative;
    /* border-radius: 30px; */
}

.hero-carousel__slide::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(170 216 9);
    /* transform: translateY(50px); */
    opacity: 1;
    transition: all .4s ease;
    border-radius: 0;
}

.hero-carousel__slideOverlay {
    position: absolute;
    bottom: 60px;
    background: rgb(30 143 143 / 60%);
    padding: 20px 50px 23px 30px;
    /* transform: translateY(50px); */
    opacity: 1;
    z-index: 1;
    transition: all .4s ease-in-out
}

.hero-carousel__slideOverlay h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff
}

.hero-carousel__slideOverlay p {
    color: #fff;
    margin: 0
}

.hero-carousel__slide:hover::after {
    transform: translateY(0);
    opacity: 1
}

.hero-carousel__slide:hover .hero-carousel__slideOverlay {
    transform: translateY(0);
    opacity: 1;
    z-index: 2
}

.card-product {
    border: 0;
    margin-bottom: 30px
}

.card-product p {
    margin-bottom: 0
}

.card-product__img {
    position: relative
}

.card-product__imgOverlay {
    background: rgba(255,255,255,0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 5px;
    transform: translateY(30px);
    opacity: 0;
    z-index: -1;
    transition: all .48s ease
}

.card-product__imgOverlay li {
    display: inline-block
}

.card-product__imgOverlay li button {
    border: 0;
    border-radius: 0;
    padding: 7px 12px;
    background: #8894ff
}

.card-product__imgOverlay li button i,.card-product__imgOverlay li button span {
    font-size: 15px;
    color: #fff;
    vertical-align: middle
}

.card-product__imgOverlay li button:hover {
    background: #0e4059
}

.card-product__imgOverlay li:not(:last-child) {
    margin-right: 5px
}

.card-product__title a {
    color: #222
}

.card-product__price {
    font-size: 18px;
    font-weight: 500
}

.card-product:hover .card-product__imgOverlay {
    opacity: 1;
    z-index: 1;
    transform: translateY(0)
}

.card-product:hover .card-product__title a {
    color: #0e4059
}

.offer {
    /* background: url("../img/home/parallax-bg.png") right center no-repeat; */
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 0;
}

@media (min-width: 1200px) {
    .offer {
        /* background-size:100% 100%; */
    }
}

.offer__content {
    padding: 60px 35px 67px 35px;
    /* background-color: #eee; */
    margin-left: -30px;
}

@media (min-width: 1000px) {
    .offer__content {
        padding: 60px 35px 67px 35px;
    }
}

.offer__content h3 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #0e4059;
}

@media (min-width: 650px) {
    .offer__content h3 {
        font-size:50px;
        margin-bottom: 25px;
        font-weight: bold;
    }
}

.offer__content h4 {
    font-size: 30px;
    color: #aad809;
}

.offer__content p {
    color: #000;
    line-height: 2;
    font-size: 16px;
}

.card-blog {
    border: 0;
    background-color: #f1f6f7;
    box-shadow: 0px 0px 20px 5px rgb(52 52 52 / 15%);
}

.card-blog .card-body {
    padding: 25px 25px 25px;
}

.card-blog__info {
    margin-bottom: 12px
}

.card-blog__info li {
    display: inline-block;
    font-size: 14px;
    color: #999999
}

.card-blog__info li a {
    color: #999999
}

.card-blog__info li i,.card-blog__info li span {
    margin-right: 5px;
    vertical-align: middle
}

.card-blog__info li:not(:last-child) {
    margin-right: 20px
}

.card-blog__title {
    font-size: 20px;
    margin-bottom: 20px
}

.card-blog__title a {
    color: #222
}

.card-blog__link {
    font-weight: 500;
    color: #222
}

.card-blog__link i,.card-blog__link span {
    font-size: 13px;
    padding-left: 3px;
    display: inline-block;
    transition: all .5s ease
}

.card-blog:hover .card-blog__title a {
    color: #0e4059
}

.card-blog:hover .card-blog__link {
    color: #0e4059
}

.card-blog:hover .card-blog__link i,.card-blog:hover .card-blog__link span {
    padding-left: 10px
}

.subscribe {
    padding: 45px 10px;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 20px 5px rgb(52 52 52 / 15%);
    background-image: url(../img/subscribe-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 1000px) {
    .subscribe {
        padding: 75px 0px;
        margin-bottom: 0;
        z-index: 9;
        /* position: relative; */
        /* bottom: -96px; */
    }
}

.subscribe__title {
    font-size: 28px;
    font-weight: 500;
    /* text-transform: uppercase; */
    margin-bottom: 16px;
    color: #0e4059;
}

@media (min-width: 1000px) {
    .subscribe__title {
        font-size: 34px;
    }
}

.subscribe-form .form-group {
    margin-bottom: 0;
    position: relative
}

.subscribe-form .form-group .info {
    position: absolute;
    top: 50px;
    left: 10px;
    color: #0e4059
}

.subscribe-form .form-control {
    border-radius: 30px;
    height: 50px;
    border-color: #EEEEEE;
    padding-left: 20px;
    font-size: 14px
}

@media (min-width: 800px) {
    .subscribe-form .form-control {
        min-width:380px
    }
}

.subscribe-form .form-control::placeholder {
    color: #999999
}

.subscribe-form .form-control:focus {
    outline: 0;
    box-shadow: none
}

.subscribe-form button {
    margin-left: 15px
}

.subscribe-position {
    margin-bottom: 20px;
    /* background-color: #f1f6f7; */
    padding: 60px 0;
}

@media (min-width: 1000px) {
    .subscribe-position {
        position: relative;
        /* top: 100px; */
        margin-bottom: 0;
    }
}

.button {
    display: inline-block;
    border: 2px solid #000000;
    border-radius: 10px;
    color: #222;
    font-weight: 500;
    padding: 12px 50px;
    background: #000000;
    color: #fff;
    transition: all .4s ease
}

@media (max-width: 767px) {
    .button {
        padding:8px 25px !important
    }
}

.button-subscribe {
    font-size: 14px;
    padding: 10px 20px
}

@media (min-width: 800px) {
    .button-subscribe {
        padding:12px 35px;
        font-size: 15px
    }
}

.button-blog {
    padding: 5px 31px;
    font-size: 14px;
    background: #f9f9ff;
    border-color: #EEEEEE;
    border-radius: 0;
    color: #222
}

.button-blog:hover {
    background: #0e4059 !important;
    color: #fff !important
}

.button-postComment {
    border-radius: 4px;
    font-size: 14px;
    margin-top: 5px
}

.button-tracking {
    font-size: 14px;
    padding: 8px 42px
}

.button-login {
    font-size: 15px;
    padding: 7px 44px
}

.button-coupon {
    font-size: 15px;
    padding: 6px 45px
}

.button-paypal {
    width: 100%;
    padding: 8px 30px
}

.button-account {
    padding: 7px 42px;
    background: transparent;
    border-color: #fff
}

.button-account:hover {
    border-color: #fff !important
}

.button-header {
    padding: 10px 45px;
    background: transparent;
    color: #222;
    border-color: #EEEEEE
}

.button-hero {
    padding: 12px 41px
}

.button--active {
    background: #0e4059;
    color: #fff
}

.button-contactForm {
    border: 1px solid #0e4059 !important;
    border-radius: 0;
    padding: 11px 26px
}

.button-review {
    padding: 12px 40px;
    border-radius: 30px
}

.button:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: #000;
}

.button-register {
    font-size: 14px;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-transform: uppercase;
    background: #c5322d
}

.button-register:hover {
    background: #c5322d;
    opacity: .7;
    color: #fff
}

.blog-banner {
    position: relative
}

.blog-banner h4,.blog-banner h1,.blog-banner a {
    text-transform: capitalize;
    color: #fff
}

.blog-banner h4 {
    font-size: 18px;
    margin-bottom: 15px
}

.blog-banner h1 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #382020;
}

@media (min-width: 992px) {
    .blog-banner h1 {
        font-size: 4rem;
        /* border-bottom: 1px solid #ffffff; */
        padding-bottom: 25px;
        font-weight: 500;
    }
}

.blog-banner-area {
    height: 350px;
    position: relative;
    z-index: 1;
    /* background: url(../img/inner-banner.jpg) no-repeat center; */
    background-size: cover;
    background: #d2c1af;
    margin: 0px 30px;
    border-radius: 30px;
}



.blog-banner-area .blog-banner {
    position: absolute;
    top: 10%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 50%);
}



.banner-breadcrumb {
    display: inline-block;
    /* margin-top: 20px; */
}

.banner-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0
}

.banner-breadcrumb .breadcrumb-item {
    padding: .1rem
}

.banner-breadcrumb .breadcrumb-item a {
    text-transform: capitalize;
    color: #382020;
}

.banner-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
    padding-right: .1rem;
    content: "-"
}

.banner-breadcrumb .breadcrumb-item.active {
    color: #382020;
}

.blog_categorie_area {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width: 900px) {
    .blog_categorie_area {
        padding-top:80px;
        padding-bottom: 80px
    }
}

@media (min-width: 1100px) {
    .blog_categorie_area {
        padding-top:120px;
        padding-bottom: 120px
    }
}

.categories_post {
    position: relative;
    text-align: center;
    cursor: pointer
}

.categories_post img {
    max-width: 100%
}

.categories_post .categories_details {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(34,34,34,0.75);
    color: #fff;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center
}

.categories_post .categories_details h5 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    position: relative
}

.categories_post .categories_details p {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0px
}

.categories_post .categories_details .border_line {
    margin: 10px 0px;
    background: #fff;
    width: 100%;
    height: 1px
}

.categories_post:hover .categories_details {
    background: rgba(56,74,235,0.85)
}

.blog_item {
    margin-bottom: 40px
}

.blog_info {
    padding-top: 30px
}

.blog_info .post_tag {
    padding-bottom: 20px
}

.blog_info .post_tag a {
    color: #222;
    font-size: 14px
}

.blog_info .post_tag a.active {
    color: #0e4059
}

.blog_info .blog_meta li a {
    color: #777777;
    vertical-align: middle;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 14px
}

.blog_info .blog_meta li a i {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    line-height: 20px;
    vertical-align: middle
}

.blog_info .blog_meta li a:hover {
    color: #0e4059
}

.blog_post img {
    max-width: 100%
}

.blog_details {
    padding-top: 20px
}

.blog_details h2 {
    font-size: 24px;
    line-height: 36px;
    color: #222;
    font-weight: 600;
    transition: all 0.3s linear
}

.blog_details h2:hover {
    color: #0e4059
}

.blog_details p {
    margin-bottom: 26px
}

.blog_right_sidebar {
    border: 1px solid #eeeeee;
    background: #fafaff;
    padding: 30px
}

.blog_right_sidebar .widget_title {
    font-size: 18px;
    line-height: 25px;
    background: #0e4059;
    text-align: center;
    color: #fff;
    padding: 8px 0px;
    margin-bottom: 30px
}

.blog_right_sidebar .search_widget .input-group .form-control {
    font-size: 14px;
    line-height: 29px;
    border: 0px;
    width: 100%;
    font-weight: 300;
    color: #fff;
    padding-left: 20px;
    border-radius: 45px;
    z-index: 0;
    background: #0e4059
}

.blog_right_sidebar .search_widget .input-group .form-control.placeholder {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group .form-control:-moz-placeholder {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group .form-control::-moz-placeholder {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group .form-control::-webkit-input-placeholder {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group .form-control:focus {
    box-shadow: none
}

.blog_right_sidebar .search_widget .input-group .btn-default {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0px;
    box-shadow: none;
    font-size: 14px;
    color: #fff;
    padding: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.blog_right_sidebar .author_widget {
    text-align: center
}

.blog_right_sidebar .author_widget h4 {
    font-size: 18px;
    line-height: 20px;
    color: #222;
    margin-bottom: 5px;
    margin-top: 30px
}

.blog_right_sidebar .author_widget p {
    margin-bottom: 0px
}

.blog_right_sidebar .author_widget .social_icon {
    padding: 7px 0px 15px
}

.blog_right_sidebar .author_widget .social_icon a {
    font-size: 14px;
    color: #222;
    transition: all 0.2s linear
}

.blog_right_sidebar .author_widget .social_icon a+a {
    margin-left: 20px
}

.blog_right_sidebar .author_widget .social_icon a:hover {
    color: #0e4059
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    margin-bottom: 4px;
    transition: all 0.3s linear
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover {
    color: #0e4059
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 0px
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
    margin-top: 20px
}

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 2px dotted #eee;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px
}

.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #777
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0px
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
    padding-top: 15px
}

.blog_right_sidebar .post_category_widget .cat-list li:hover {
    border-color: #0e4059
}

.blog_right_sidebar .post_category_widget .cat-list li:hover a {
    color: #0e4059
}

.blog_right_sidebar .newsletter_widget {
    text-align: center
}

.blog_right_sidebar .newsletter_widget .form-group {
    margin-bottom: 8px
}

.blog_right_sidebar .newsletter_widget .input-group-prepend {
    margin-right: -1px
}

.blog_right_sidebar .newsletter_widget .input-group-text {
    background: #fff;
    border-radius: 0px;
    vertical-align: top;
    font-size: 12px;
    line-height: 36px;
    padding: 0px 0px 0px 15px;
    border: 1px solid #eeeeee;
    border-right: 0px
}

.blog_right_sidebar .newsletter_widget .input-group-text i {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control {
    font-size: 12px;
    line-height: 24px;
    color: #cccccc;
    border: 1px solid #eeeeee;
    border-left: 0px;
    border-radius: 0px
}

.blog_right_sidebar .newsletter_widget .form-control.placeholder {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control:-moz-placeholder {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control::-moz-placeholder {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control::-webkit-input-placeholder {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
    outline: none;
    box-shadow: none
}

.blog_right_sidebar .newsletter_widget .bbtns {
    background: #0e4059;
    color: #fff;
    font-size: 12px;
    line-height: 38px;
    display: inline-block;
    font-weight: 500;
    padding: 0px 24px 0px 24px;
    border-radius: 0
}

.blog_right_sidebar .newsletter_widget .text-bottom {
    font-size: 12px
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eee;
    background: #fff;
    padding: 0px 13px;
    margin-bottom: 8px;
    transition: all 0.3s ease 0s;
    color: #222;
    font-size: 12px
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #0e4059;
    color: #fff
}

.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0px
}

.blog-pagination {
    padding-top: 25px;
    padding-bottom: 95px
}

.blog-pagination .page-link {
    border-radius: 0
}

.blog-pagination .page-item {
    border: none
}

.page-link {
    background: transparent;
    font-weight: 400
}

.blog-pagination .page-item.active .page-link {
    background-color: #0e4059;
    border-color: transparent;
    color: #fff
}

.blog-pagination .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #8a8a8a;
    border: none
}

.blog-pagination .page-link .lnr {
    font-weight: 600
}

.blog-pagination .page-item:last-child .page-link,.blog-pagination .page-item:first-child .page-link {
    border-radius: 0
}

.blog-pagination .page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0e4059;
    border-color: #eee
}

.single-post-area .social-links {
    padding-top: 10px
}

.single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px
}

.single-post-area .social-links li a {
    color: #cccccc;
    padding: 7px;
    font-size: 14px;
    transition: all 0.2s linear
}

.single-post-area .social-links li a:hover {
    color: #222
}

.single-post-area .blog_details {
    padding-top: 26px
}

.single-post-area .blog_details p {
    margin-bottom: 10px
}

.single-post-area .quotes {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 24px 35px 24px 30px;
    background-color: #fff;
    box-shadow: -20.84px 21.58px 30px 0px rgba(176,176,176,0.1);
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-style: italic
}

.single-post-area .arrow {
    position: absolute
}

.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600
}

.single-post-area .navigation-area {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 60px
}

.single-post-area .navigation-area p {
    margin-bottom: 0px
}

.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px;
    color: #222
}

.single-post-area .navigation-area .nav-left {
    text-align: left
}

.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-left .thumb img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-left:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: .5
}

@media (max-width: 767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom:30px
    }
}

.single-post-area .navigation-area .nav-right {
    text-align: right
}

.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-right .thumb img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: .5
}

.comments-area {
    background: #fafaff;
    border: 1px solid #eee;
    padding: 50px 30px;
    margin-top: 50px
}

@media (max-width: 414px) {
    .comments-area {
        padding:50px 8px
    }
}

.comments-area h4 {
    text-align: center;
    margin-bottom: 50px;
    color: #222;
    font-size: 18px
}

.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0px
}

.comments-area a {
    color: #222
}

.comments-area .comment-list {
    padding-bottom: 48px
}

.comments-area .comment-list:last-child {
    padding-bottom: 0px
}

.comments-area .comment-list.left-padding {
    padding-left: 25px
}

@media (max-width: 413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size:12px
    }

    .comments-area .comment-list .single-comment .date {
        font-size: 11px
    }

    .comments-area .comment-list .single-comment .comment {
        font-size: 10px
    }
}

.comments-area .thumb {
    margin-right: 20px
}

.comments-area .date {
    font-size: 13px;
    color: #cccccc;
    margin-bottom: 13px
}

.comments-area .comment {
    color: #777777;
    margin-bottom: 0px
}

.comments-area .btn-reply {
    background-color: #fff;
    color: #222;
    padding: 5px 18px;
    font-size: 12px;
    display: block;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.comments-area .btn-reply:hover {
    background-color: #0e4059;
    color: #fff;
    font-weight: 700
}

.comment-form {
    background: #fafaff;
    text-align: center;
    border: 1px solid #eee;
    padding: 47px 30px 43px;
    margin-top: 50px;
    margin-bottom: 20px
}

.comment-form h4 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 22px;
    color: #222
}

.comment-form .name {
    padding-left: 0px
}

@media (max-width: 767px) {
    .comment-form .name {
        padding-right:0px;
        margin-bottom: 1rem
    }
}

.comment-form .email {
    padding-right: 0px
}

@media (max-width: 991px) {
    .comment-form .email {
        padding-left:0px
    }
}

.comment-form .form-control {
    padding: 8px 20px;
    background: #fff;
    border: none;
    border-radius: 0px;
    width: 100%;
    font-size: 14px;
    color: #777777;
    border: 1px solid transparent
}

.comment-form .form-control:focus {
    box-shadow: none;
    border: 1px solid #eee
}

.comment-form .form-control::placeholder {
    color: #777777
}

.comment-form textarea.form-control {
    height: 140px;
    resize: none
}

.comment-form ::-webkit-input-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form ::-moz-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form :-ms-input-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form :-moz-placeholder {
    font-size: 13px;
    color: #777
}

.contact-info__icon {
    margin-right: 20px
}

.contact-info__icon i,.contact-info__icon span {
    color: #0e4059;
    font-size: 20px
}

.contact-info .media-body h3 {
    font-size: 22px;
    margin-bottom: 10px;
    /* margin-top: 40px; */
    /* text-align: center; */
}

.contact-info .media-body h3 a {
    color: #222
}

.contact-info .media-body p {
    color: #999999
}

.form-contact .form-group {
    margin-bottom: 10px
}

.form-contact .form-control {
    border-radius: 0;
    height: 40px;
    padding-left: 18px;
    border-color: transparent;
    background: rgba(130,139,178,0.1)
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none
}

.form-contact .form-control::placeholder {
    font-size: 14px;
    color: #999999
}

.form-contact .different-control {
    height: 100% !important
}

.form-contact button {
    border: 0
}

.filter-bar {
    padding: 0px 20px 10px 20px;
    background: #f1f6f7;
    margin-bottom: 30px
}

.filter-bar a,.filter-bar i {
    color: #000
}

.filter-bar-search {
    margin-top: 10px
}

.filter-bar-search input {
    border: 1px solid #eee;
    font-size: 14px;
    color: #999999;
    height: 38px;
    padding-left: 15px
}

.filter-bar-search input:focus {
    outline: 0;
    box-shadow: none
}

.filter-bar-search input::placeholder {
    color: #999999
}

.filter-bar-search button {
    background: transparent;
    border: 1px solid #eee;
    background: #fff;
    border-left: 0;
    padding-right: 15px
}

.filter-bar-search button i,.filter-bar-search button span {
    font-size: 14px;
    color: #999999
}

.sorting {
    margin-top: 10px;
    margin-right: 10px
}

.sorting .nice-select {
    border-radius: 0px;
    border: 1px solid #eee;
    padding-right: 50px;
    height: 38px;
    color: #999999
}

.sorting .nice-select:after {
    right: 18px
}

.sorting .nice-select .list {
    border-radius: 0px
}

.sidebar-categories .head {
    
    line-height: 50px;
    background: #0e4059;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.sidebar-categories .main-categories {
    padding: 20px 28px;
    background: #f1f6f7
}

.sidebar-categories .main-categories .pixel-radio {
    background: transparent !important
}

.sidebar-filter {
    margin-top: 30px
}

.sidebar-filter .top-filter-head {
    
    line-height: 50px;
    background: #0e4059;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.sidebar-filter .head {
    line-height: 60px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    text-transform: capitalize
}

.sidebar-filter .common-filter {
    background: #f1f6f7;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px
}

.sidebar-filter .common-filter .filter-list {
    position: relative;
    padding-left: 28px
}

.sidebar-filter .common-filter:last-child {
    border-bottom: 0
}

.filter-list {
    line-height: 32px
}

.filter-list i {
    margin-right: 10px;
    cursor: pointer
}

.filter-list .number {
    color: #ccc
}

.filter-list label {
    margin-bottom: 3px;
    cursor: pointer
}

@keyframes click-wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.35;
        position: absolute;
        top: 50%;
        left: 50%
    }

    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
        top: 50%;
        left: 50%;
        position: absolute
    }
}

.pixel-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 15px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 1px solid #999999;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    outline: none;
    position: relative;
    z-index: 1
}

.pixel-radio:checked {
    border: 8px solid #0e4059
}

.pixel-radio:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #0e4059;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    opacity: 0
}

.pixel-radio {
    border-radius: 50%;
    top: 2px
}

.pixel-radio::after {
    border-radius: 50%
}

.price-range-area {
    padding: 15px 30px 0 30px
}

.price-range-area .value-wrapper {
    margin-top: 15px;
    color: #777777
}

.price-range-area .value-wrapper .to {
    margin: 0 5px
}

.price-range-area .price {
    margin-right: 5px;
    color: #777
}

.single-search-product {
    padding: 10px 0
}

@media (min-width: 1000px) {
    .single-search-product {
        padding:20px 0
    }
}

.single-search-product-wrapper {
    padding: 12px 20px 10px 30px;
    border: 1px solid #EEEEEE
}

.single-search-product img {
    max-width: 70px;
    height: auto
}

.single-search-product .desc {
    margin-left: 15px;
    margin-top: 5px
}

.single-search-product .desc .title {
    
    color: #222;
    margin-bottom: 0;
    display: inline-block
}

.single-search-product .desc .price {
    font-size: 16px;
    font-weight: 500;
    color: #777777
}

.single-search-product .desc .price span {
    font-weight: 700
}

.single-search-product:hover .title {
    color: #0e4059
}

.billing-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 15px;
    border-color: #DDDDDD
}

.billing-alert {
    font-size: 18px;
    color: #0e4059;
    margin-bottom: 30px
}

.confirmation-card {
    padding: 38px;
    background: #f1f6f7
}

.confirmation-card tr td:last-child {
    color: #222;
    padding-left: 25px
}

.order_details_table {
    background: #f1f6f7;
    padding: 30px;
    margin-top: 75px
}

@media (min-width: 767px) {
    .order_details_table {
        margin-top:45px
    }
}

.order_details_table h2 {
    color: #222;
    font-size: 18px;
    padding-bottom: 15px
}

.order_details_table .table {
    margin-bottom: 0px
}

.order_details_table .table thead tr th {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: normal;
    color: #222
}

@media (max-width: 1000px) {
    .order_details_table .table tbody tr:last-child {
        height:50px
    }
}

.order_details_table .table tbody tr td {
    border: 0;
    color: #777777
}

.order_details_table .table tbody tr td p {
    margin-bottom: 0px
}

.order_details_table .table tbody tr td h5 {
    
    color: #222;
    margin-bottom: 0px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500
}

.order_details_table .table tbody tr td h4 {
    
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #222;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500
}

.order_details_table .table tbody tr:last-child td {
    border-top: 1px solid #ddd;
    padding-bottom: 0
}

.order_details_table .table tbody tr:last-child td p {
    color: #222
}

.tracking_box_area .tracking_box_inner p {
    max-width: 870px;
    color: #555555;
    margin-bottom: 25px
}

.tracking_box_area .tracking_box_inner .tracking_form {
    max-width: 645px
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group {
    margin-bottom: 1.2rem
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input {
    height: 40px;
    border: 1px solid #eee;
    padding: 0px 15px;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input.placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input:-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input::-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group:last-child {
    margin-bottom: 0px
}

.check_title h2 {
    font-size: 15px;
    font-weight: normal;
    
    background: #f1f6f7;
    line-height: 40px !important;
    padding-left: 30px;
    margin-bottom: 0px
}

.check_title h2 a {
    color: #0e4059;
    text-decoration: underline
}

.returning_customer p {
    margin-top: 15px;
    padding-left: 30px;
    margin-bottom: 25px
}

.returning_customer .contact_form {
    max-width: 710px;
    margin-left: 15px
}

.returning_customer .contact_form .form-group {
    margin-bottom: 20px
}

.returning_customer .contact_form .form-group input {
    border: 1px solid #eeeeee;
    height: 40px;
    border-radius: 3px;
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group input.placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group input:-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group input::-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group .primary-btn {
    line-height: 38px;
    padding: 0px 38px;
    text-transform: uppercase;
    margin-right: 10px;
    border-radius: 2px;
    border: none
}

.returning_customer .contact_form .form-group .creat_account {
    display: inline-block;
    margin-left: 15px
}

.returning_customer .contact_form .form-group .creat_account input {
    height: auto;
    margin-right: 10px
}

.returning_customer .contact_form .form-group .lost_pass {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #777;
    font-weight: normal
}

.cupon_area {
    margin-bottom: 40px
}

.cupon_area input {
    margin-left: 30px;
    max-width: 730px;
    width: 100%;
    display: block;
    height: 40px;
    border-radius: 3px;
    padding: 0px 15px;
    border: 1px solid #eeeeee;
    outline: none;
    box-shadow: none;
    margin-top: 20px;
    margin-bottom: 20px
}

.billing_details h3 {
    font-size: 35px;
    color: #222;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.billing_details .contact_form .form-group {
    margin-bottom: 20px
}

.billing_details .contact_form .form-group .placeholder::before {
    font-size: 14px;
    color: #999999
}

.billing_details .contact_form .form-group input {
    font-size: 14px;
    border-radius: 3px;
    color: #999999;
    border-color: #EEEEEE
}

.billing_details .contact_form .form-group input.placeholder {
    color: #999999;
    font-size: 14px
}

.billing_details .contact_form .form-group input:-moz-placeholder {
    color: #999999;
    font-size: 14px
}

.billing_details .contact_form .form-group input::-moz-placeholder {
    color: #999999;
    font-size: 14px
}

.billing_details .contact_form .form-group input::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px
}

.billing_details .contact_form .form-group .form-control {
        border-color: #bdbdbd;
    font-size: 14px;
    color: #777777;
    margin-top: 10px;
}

.billing_details .contact_form .form-group .form-control::placeholder {
    color: #777777
}

.billing_details .contact_form .form-group label {
    color: #999999
}

.billing_details .contact_form .form-group textarea {
    height: 150px;
    border-radius: 3px;
    margin-top: 15px
}

.billing_details .contact_form .form-group .country_select {
    width: 100%;
    height: 40px;
    border-color: #b3b3b3;
}

.billing_details .contact_form .form-group .country_select span {
    color: #000000;
    padding-bottom: 10px;
}

.billing_details .contact_form .form-group .country_select .list {
    width: 100%;
    border-radius: 0px
}

.billing_details .contact_form .form-group .country_select .list li {
    font-size: 14px;
    font-weight: normal
}

.billing_details .contact_form .form-group .creat_account #f-option2 {
    margin-right: 5px
}

.billing_details .contact_form .form-group .creat_account #f-option3 {
    margin-right: 5px
}

.billing_details .contact_form .form-group .creat_account a {
    color: #0e4059
}

.order_box {
  background: #f3f3f3;
  padding: 20px 17px;
  position: sticky;
  top: 10px;
  margin-top: 70px;
}

.order_box h2 {
    border-bottom: 1px solid #dddddd;
    font-size: 22px;
    font-weight: 500;
    color: #222;
    padding-bottom: 15px;
    text-align: left;
    margin-top: 20px;
}

.order_box .list li a {
    font-size: 14px;
    color: #777;
    font-weight: normal;
    border-bottom: 1px solid #eeeeee;
    line-height: normal;
    display: flex;
    justify-content: space-between ;
    margin: 10px 0;
}

.order_box .list li a h4 {
    
    font-size: 15px;
    margin-top: 15px
}

.order_box .list li a span {
    float: right
}

.order_box .list li a .middle {
    float: none;
    width: 50px;
    text-align: right;
    display: inline-block;
    margin-left: 30px;
    color: #222
}

.order_box .list li:nth-child(4) a .middle {
    margin-left: 48px
}

.order_box .list_2 li a {
    text-transform: uppercase;
    color: #222;
    font-weight: 500
}

.order_box .list_2 li a span {
    color: #777;
    text-transform: capitalize
}

.order_box .list_2 li:last-child a span {
    color: #222
}

.order_box .payment_item h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    font-weight: 500;
    padding-left: 22px;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px
}

.order_box .payment_item h4:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    background: #fff;
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.order_box .payment_item h4:after {
    content: "";
    height: 4px;
    width: 4px;
    background: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 5px;
    top: 8px
}

.order_box .payment_item h4 img {
    padding-left: 60px
}

.order_box .payment_item p {
    background: #fff;
    padding: 15px 20px;
    font-size: 12px
}

.order_box .payment_item.active h4:before {
    background: #0e4059;
    border-color: #0e4059
}

.order_box .creat_account {
    margin-bottom: 15px;
}

.order_box .creat_account label {
    padding-left: 10px;
    font-size: 12px;
    color: #222;
    display: contents;
}

.order_box .creat_account a {
    color: #c5322d
}

.order_box .primary-btn {
    display: block;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px
}

.order_box .primary-btn:hover:before {
    left: 310px
}

.order_details_table {
    background: #e5ecee;
    padding: 30px;
    margin-top: 75px
}

@media (min-width: 767px) {
    .order_details_table {
        margin-top:45px
    }
}

.order_details_table h2 {
    color: #222;
    font-size: 18px;
    padding-bottom: 15px
}

.order_details_table .table {
    margin-bottom: 0px
}

.order_details_table .table thead tr th {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: normal
}

.order_details_table .table tbody tr td p {
    margin-bottom: 0px
}

.order_details_table .table tbody tr td h5 {
    color: #222;
    margin-bottom: 0px
}

.order_details_table .table tbody tr td h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #222
}

.order_details_table .table tbody tr:last-child td {
    border-top: 1px solid #ddd
}

.order_details_table .table tbody tr:last-child td p {
    color: #222
}

.radion_btn input[type=radio] {
    position: absolute;
    visibility: hidden
}

.radion_btn {
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px
}

.radion_btn img {
    position: absolute;
    right: 40px;
    top: 0px
}

.radion_btn label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 0px 25px 21px 25px;
    height: 14px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    font-weight: 500;
    color: #222;
    font-size: 15px;
    letter-spacing: .25px;
    text-transform: capitalize
}

.radion_btn .check {
    display: block;
    position: absolute;
    border: 1px solid #cdcdcd;
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 5px;
    left: 0px;
    background: #fff;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear
}

.radion_btn .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 4px;
    width: 4px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear
}

.radion_btn input[type=radio]:checked ~ .check {
    border: 1px solid #C5322D;
    background: #C5322D
}

.radion_btn input[type=radio]:checked ~ .check::before {
    background: #fff
}

.radion_btn input[type=radio]:checked ~ label {
    color: #000
}

.order_box .creat_account a {
    font-size: 12px;
    color: #0e4059
}

.login_box_area .login_box_img {
    height: 350px;
    position: relative
}

@media (min-width: 1000px) {
    .login_box_area .login_box_img {
        height:610px
    }
}

@media (min-width: 991px) {
    .login_box_area .login_box_img {
        margin-right:-30px
    }
}

.login_box_area .login_box_img img {
    width: 100%
}

.login_box_area .login_box_img:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #0e4059;
    opacity: .9
}

.login_box_area .login_box_img .hover {
    position: absolute;
    top: 50%;
    left: 0px;
    text-align: center;
    width: 100%;
    transform: translateY(-50%)
}

.login_box_area .login_box_img .hover h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px
}

.login_box_area .login_box_img .hover p {
    max-width: 390px;
    margin: 0px auto 28px;
    color: #fff
}

.login_box_area .login_box_img .hover .primary-btn {
    border-radius: 0px;
    line-height: 38px;
    text-transform: uppercase
}

.login_box_area .login_box_img .hover .primary-btn:hover:before {
    left: 260px
}

.login_box_area .login_box_img .button:hover {
    background: #c5322d !important;
    color: #fff !important;
    border-color: #c5322d !important
}

.login_form_inner {
    box-shadow: 0px 10px 40px 0px rgba(56,74,235,0.1);
    height: 100%;
    text-align: center;
    padding: 30px 0
}

@media (min-width: 1000px) {
    .login_form_inner {
        padding-top:115px;
        padding-bottom: 0
    }
}

.login_form_inner h3 {
    color: #222;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 75px
}

.login_form_inner .login_form {
    max-width: 385px;
    margin: auto
}

.login_form .form-group {
    margin-bottom: 22px
}

.login_form .form-group input {
    height: 40px;
    border: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    color: #999999
}

.login_form .form-group input.placeholder {
    color: #999999
}

.login_form .form-group input:-moz-placeholder {
    color: #999999
}

.login_form .form-group input::-moz-placeholder {
    color: #999999
}

.login_form .form-group input::-webkit-input-placeholder {
    color: #999999
}

.login_form .form-group .creat_account {
    margin-top: 10px;
    font-size: 14px;
    text-align: left
}

.login_form .form-group .creat_account input {
    height: auto;
    margin-right: 10px;
    position: relative;
    top: 2px
}

.login_form .form-group .primary-btn {
    display: block;
    border-radius: 0px;
    line-height: 38px;
    width: 100%;
    text-transform: uppercase;
    border: none
}

.login_form .form-group .primary-btn:hover:before {
    left: 370px
}

.login_form .form-group a {
    font-size: 14px;
    color: #777;
    margin-top: 20px;
    display: block
}

.register_form_inner {
    padding-top: 70px
}

.instagram_area {
    position: relative
}

.instagram_area .container {
    max-width: 1625px
}

.instagram_area .insta_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2
}

.instagram_area .insta_btn .theme_btn {
    background: #fff;
    border-radius: 5px;
    padding: 0px 45px;
    line-height: 50px;
    color: #222;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1)
}

.instagram_image {
    margin-bottom: -120px !important
}

.instagram_image a {
    flex: 0 0 16.667%;
    max-width: 16.667%;
    display: block;
    overflow: hidden
}

.instagram_image a img {
    width: 100%;
    transition: all 300ms ease
}

.instagram_image a:hover img {
    transform: scale(1.05)
}

@media (max-width: 991px) {
    .instagram_image {
        margin-bottom:120px !important
    }
}

@media (max-width: 767px) {
    .instagram_image a {
        flex:0 0 33.33%;
        max-width: 33.33%
    }
}

@media (max-width: 575px) {
    .instagram_image {
        margin-bottom:70px !important
    }

    .instagram_image a {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.cart_area {
    padding-top: 90px;
    padding-bottom: 55px
}

.cart_inner .table th,.cart_inner .table td {
    padding: .75rem 1.5rem;
    border-color: #EEEEEE
}

.cart_inner .table thead tr th {
    border-top: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    border-bottom: 0px !important
}

.cart_inner .table tbody tr td {
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: middle;
    align-self: center
}

.cart_inner .table tbody tr td .media .d-flex {
    padding-right: 30px
}

.cart_inner .table tbody tr td .media .d-flex img {
    border-radius: 3px
}

@media (max-width: 600px) {
    .cart_inner .table tbody tr td .media .d-flex img {
        max-width:100px;
        height: 80px
    }
}

.cart_inner .table tbody tr td .media .media-body {
    vertical-align: middle;
    align-self: center
}

.cart_inner .table tbody tr td .media .media-body p {
    margin-bottom: 0px
}

.cart_inner .table tbody tr td h5 {
    font-size: 15px;
    color: #222;
    
    margin-bottom: 0px
}

.cart_inner .table tbody tr td .product_count {
    margin-bottom: 0px
}

.cart_inner .table tbody tr td .product_count input {
    width: 100px;
    padding-left: 30px;
    height: 40px;
    outline: none;
    box-shadow: none
}

.cart_inner .table tbody tr td .product_count .increase {
    top: -2px
}

.cart_inner .table tbody tr td .product_count .increase:before {
    content: "";
    height: 40px;
    width: 1px;
    position: absolute;
    left: -3px;
    top: 0px;
    background: #eeeeee
}

.cart_inner .table tbody tr td .product_count .increase:after {
    content: "";
    height: 1px;
    width: 30px;
    position: absolute;
    left: -3px;
    top: 22px;
    background: #eeeeee
}

.cart_inner .table tbody tr td .product_count .reduced {
    bottom: -6px
}

.cart_inner .table tbody tr.bottom_button .button {
    font-size: 15px;
    padding: 7px 18px;
    background: #f9f9ff;
    border-color: #EEEEEE;
    color: #222
}

@media (min-width: 1000px) {
    .cart_inner .table tbody tr.bottom_button .button {
        padding:7px 45px
    }
}

.cart_inner .table tbody tr.bottom_button td:last-child {
    width: 60px
}

.cart_inner .table tbody tr.bottom_button td .cupon_text {
    margin-left: -429px
}

@media (min-width: 991px) {
    .cart_inner .table tbody tr.bottom_button td .cupon_text {
        margin-left:-465px
    }
}

@media (max-width: 600px) {
    .cart_inner .table tbody tr.bottom_button td .cupon_text {
        margin-left:-380px
    }
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input {
    width: 200px;
    padding: 0px 10px 0 18px;
    border-radius: 30px;
    border: 1px solid #eeeeee;
    height: 40px;
    font-size: 14px;
    color: #cccccc;
    font-weight: normal;
    margin-right: -3px;
    outline: none;
    box-shadow: none
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input.placeholder {
    font-size: 14px;
    color: #cccccc;
    font-weight: normal
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input:-moz-placeholder {
    font-size: 14px;
    color: #cccccc;
    font-weight: normal
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input::-moz-placeholder {
    font-size: 14px;
    color: #cccccc;
    font-weight: normal
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input::-webkit-input-placeholder {
    font-size: 14px;
    color: #cccccc;
    font-weight: normal
}

@media (max-width: 600px) {
    .cart_inner .table tbody tr.bottom_button td .cupon_text input {
        width:120px
    }
}

.cart_inner .table tbody tr.bottom_button td .cupon_text .primary-btn {
    height: 40px;
    line-height: 38px;
    text-transform: uppercase;
    background: #0e4059;
    padding: 0px 38px;
    margin-right: 5px;
    margin-left: 10px;
    border-radius: 30px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff
}

.cart_inner .table tbody tr.bottom_button td .cupon_text .gray_btn {
    padding: 0px 40px
}

.cart_inner .table tbody tr.shipping_area td:nth-child(3) {
    vertical-align: top
}

.cart_inner .table tbody tr.shipping_area .shipping_box {
    margin-left: -250px;
    text-align: right
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li {
    margin-bottom: 12px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li:last-child {
    margin-bottom: 0px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li a {
    padding-right: 30px;
    font-size: 15px;
    color: #777;
    position: relative
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li a:before {
    content: "";
    height: 16px;
    width: 16px;
    border: 1px solid #cdcdcd;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li a:after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #0e4059;
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li.active a:after {
    opacity: 1
}

.cart_inner .table tbody tr.shipping_area .shipping_box h6 {
    font-size: 14px;
    font-weight: normal;
    color: #222;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px
}

.cart_inner .table tbody tr.shipping_area .shipping_box h6 i {
    color: #222;
    padding-left: 5px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select {
    display: block;
    width: 100%;
    background: #f1f6f7;
    border: 1px solid #eeeeee;
    height: 40px;
    color: #999999;
    margin-bottom: 20px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select:after {
    right: 20px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list {
    width: 100%;
    border-radius: 0px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list li {
    font-size: 14px;
    font-weight: normal;
    color: #777
}

.cart_inner .table tbody tr.shipping_area .shipping_box input {
    height: 40px;
    outline: none;
    background: #f1f6f7;
    border: 1px solid #eeeeee;
    width: 100%;
    font-size: 14px;
    color: #999999;
    padding: 0px 15px;
    margin-bottom: 20px
}

.cart_inner .table tbody tr.shipping_area .shipping_box input::placeholder {
    color: #999999
}

.cart_inner .table tbody tr.out_button_area .checkout_btn_inner {
    margin-left: -395px
}

.cart_inner .table tbody tr.out_button_area .checkout_btn_inner .primary-btn {
    height: 40px;
    padding: 0px 44px;
    line-height: 38px;
    text-transform: capitalize;
    background: #0e4059;
    border-radius: 30px;
    color: #fff;
    font-weight: 500
}

.cart_inner .table tbody tr.out_button_area .checkout_btn_inner .primary-btn:hover:before {
    left: 240px
}

.gray_btn {
    line-height: 38px;
    background: #f1f6f7;
    border: 1px solid #eeeeee;
    border-radius: 30px;
    padding: 0px 44px;
    display: inline-block;
    color: #222;
    text-transform: capitalize;
    font-weight: 500
}

.product_image_area {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 1000px) {
    .product_image_area {
        padding-top: 50px;
    }
}

.s_product_text {
    margin-left: -15px;
    /* margin-top: 65px; */
    color: #454545;
}

@media (max-width: 575px) {
    .s_product_text {
        margin-left:0px
    }
}

.s_product_text h3 {
    font-size: 35px;
    font-weight: 400;
    color: #6e5650;
    margin-bottom: 20px;
    margin-top: 16px;
    text-transform: uppercase;
}

.s_product_text h2 {
   font-size: 30px;
   font-weight: 700;
   color: #3f2822;
   margin-bottom: 10px;
}

.s_product_text .list li {
    margin-bottom: 5px
}

.s_product_text .list li a {
    font-size: 15px;
    font-weight: normal;
    color: #777777
}

.s_product_text .list li a span {
    width: 90px;
    display: inline-block;
    color: #555555
}

.s_product_text .list li a span:hover {
    color: #555
}

.s_product_text .list li a.active span {
    color: #555;
    -webkit-text-fill-color: #555
}

.s_product_text .list li:last-child {
    margin-bottom: 0px
}

.s_product_text p {
     color: #464646;
     /* padding-top: 20px; */
     /* border-top: 1px dotted #eeeeee; */
     /* border-bottom: 1px dotted #eeeeee; */
     margin-top: 20px;
     /* padding-bottom: 26px; */
     margin-bottom: 0;
}

.s_product_text .card_area {
    margin-top: 25px
}

.s_product_text .card_area .primary-btn {
    line-height: 38px;
    padding: 0px 38px;
    text-transform: uppercase;
    margin-right: 10px;
    border-radius: 5px
}

.s_product_text .card_area .icon_btn {
    position: relative;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #e8f0f2;
    border-radius: 3px;
    display: inline-block;
    color: #222;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-right: 10px;
    z-index: 1
}

.s_product_text .card_area .icon_btn i,.s_product_text .card_area .icon_btn span {
    line-height: 40px
}

.s_product_text .card_area .icon_btn:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.s_product_text .card_area .icon_btn:hover {
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(153,153,153,0.3)
}

.s_product_text .card_area .icon_btn:hover:after {
    opacity: 1;
    visibility: visible
}

.product_count {
    display: inline-block;
    position: relative;
    margin-bottom: 24px
}

.product_count label {
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    padding-right: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.product_count input {
    width: 60px;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    text-align: center;
    height: 38px;
}

.product_count button {
    display: inline;
    border: none;
    background: #fe7435;
    box-shadow: none;
    cursor: pointer;
    /* position: absolute; */
    right: 0px;
    font-size: 20px;
    color: #cccccc;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
    width: 30px;
    margin-top: 10px;
}

.product_count button:hover {
    color: #222
}

.product_count .increase {
    top: -4px;
    /* font-size: 18px; */
    right: 4px;
}

.product_count .reduced {
    bottom: -13px;
    /* font-size: 18px; */
    right: 5px;
}

.product_description_area {
    padding-bottom: 100px;
    margin-top: 60px
}

.product_description_area .nav.nav-tabs {
    background: #f1f6f7;
    text-align: center;
    display: block;
    border: none;
    padding: 10px 0px
}

.product_description_area .nav.nav-tabs li {
    display: inline-block;
    margin-right: 7px
}

.product_description_area .nav.nav-tabs li:last-child {
    margin-right: 0px
}

@media (max-width: 441px) {
    .product_description_area .nav.nav-tabs li:last-child {
        margin-top:15px
    }
}

.product_description_area .nav.nav-tabs li a {
    padding: 0px;
    border: none;
    line-height: 38px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 30px;
    padding: 0px 30px;
    color: #222;
    font-size: 14px;
    font-weight: normal
}

@media (max-width: 570px) {
    .product_description_area .nav.nav-tabs li a {
        padding:0 15px
    }
}

.product_description_area .nav.nav-tabs li a.active {
    color: #fff;
    background: #0e4059;
    border-color: #0e4059
}

.product_description_area .tab-content {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px 30px 15px 30px
}

.product_description_area .tab-content .total_rate .box_total {
    background: #f1f6f7;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.product_description_area .tab-content .total_rate .box_total h4 {
    font-size: 48px;
    font-weight: bold;
    color: #0e4059
}

.product_description_area .tab-content .total_rate .box_total h5 {
    color: #333333;
    margin-bottom: 0px;
    font-size: 24px
}

.product_description_area .tab-content .total_rate .box_total h6 {
    
    margin-bottom: 0px;
    font-size: 14px;
    color: #555555;
    font-weight: normal
}

.product_description_area .tab-content .total_rate .rating_list {
    margin-bottom: 30px
}

.product_description_area .tab-content .total_rate .rating_list h3 {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    margin-bottom: 10px
}

.product_description_area .tab-content .total_rate .rating_list .list li a {
    font-size: 15px;
    color: #555555
}

.product_description_area .tab-content .total_rate .rating_list .list li a i {
    color: #fbd600
}

.product_description_area .tab-content .total_rate .rating_list .list li a i:first-child {
    margin-left: 15px
}

.product_description_area .tab-content .total_rate .rating_list .list li a i:last-child {
    margin-right: 15px
}

.product_description_area .tab-content .total_rate .rating_list .list li:nth-child a i:last-child {
    color: #eeeeee
}

.product_description_area .tab-content .table {
    margin-bottom: 0px
}

.product_description_area .tab-content .table tbody tr td {
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 14px;
    padding-bottom: 14px
}

.product_description_area .tab-content .table tbody tr td h5 {
    font-size: 14px;
    font-weight: normal;
    color: #777;
    margin-bottom: 0px;
    white-space: nowrap
}

.product_description_area .tab-content .table tbody tr:first-child td {
    border-top: 0px
}

.review_item {
    margin-bottom: 10px
}

.review_item:last-child {
    margin-bottom: 0px
}

.review_item .media {
    position: relative
}

.review_item .media .d-flex {
    padding-right: 15px
}

.review_item .media .media-body {
    vertical-align: middle;
    align-self: center
}

.review_item .media .media-body h4 {
    font-size: 16px;
    color: #222;
    margin-bottom: 4px
}

.review_item .media .media-body i {
    color: #fbd600
}

.review_item .media .media-body h5 {
    font-size: 13px;
    font-weight: normal;
    color: #777
}

.review_item .media .media-body .reply_btn {
    border: 1px solid #e0e0e0;
    padding: 0px 28px;
    display: inline-block;
    line-height: 32px;
    border-radius: 16px;
    font-size: 14px;
    color: #222;
    position: absolute;
    right: 0px;
    top: 14px;
    @icnlude transition}

.review_item .media .media-body .reply_btn:hover {
    background: #0e4059;
    border-color: #0e4059;
    color: #fff
}

.review_item p {
    padding-top: 10px;
    margin-bottom: 0px
}

.review_item.reply {
    padding-left: 28px
}

.review_box h4 {
    font-size: 20px;
    color: #222;
    margin-bottom: 20px
}

.review_box p {
    margin-bottom: 0px;
    color: #555555;
    display: inline-block
}

.review_box .list {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px
}

.review_box .list li {
    display: inline-block
}

.review_box .list li a {
    display: inline-block;
    color: #fbd600
}

.review_box .contact_form {
    margin-top: 15px
}

.review_box .primary-btn {
    line-height: 38px !important;
    padding: 0px 38px;
    text-transform: uppercase;
    margin-right: 10px;
    border-radius: 5px;
    border: none
}

.form-review .form-control {
    height: 46px;
    background: transparent;
    border: 1px solid #EEEEEE;
    font-size: 14px;
    color: #999999
}

.footer-area {
    padding: 50px 0px 50px;
    border-top: 1px solid #ddd;
}

@media (min-width: 1000px) {
    .footer-area {
        padding: 60px 0;
        background: url(../img/footer-bg.jpg)no-repeat center right;
    }
}

.single-footer-widget p {
    margin-bottom: 15px
}

.single-footer-widget p:last-child {
    margin-bottom: 0
}

.single-footer-widget .instafeed {
    margin-left: -5px;
    margin-right: -5px
}

.single-footer-widget .instafeed li {
    margin: 5px
}

@media (max-width: 1199px) and (min-width: 992px) {
    .single-footer-widget .instafeed li:nth-child(4),.single-footer-widget .instafeed li:nth-child(5),.single-footer-widget .instafeed li:nth-child(6) {
        display:none
    }
}

.single-footer-widget .sm-head {
    color: #ffffff;
    margin-bottom: 0px
}

.single-footer-widget .sm-head span {
    position: relative;
    margin-left: -40px;
    margin-right: 10px;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    border-radius: 6px;
}

.tp_widgets .list li {
    margin-bottom: 25px;
}

.tp_widgets .list li a {
    color: #ffffff;
    font-weight: 400;
}

.tp_widgets .list li a:hover {
   color: #ababab;
}

.tp_widgets .list li:last-child {
    margin-bottom: 0px
}

.tp_widgets p {
    color: #e0e0e0;
    margin-top: 16px;
    font-size: 14px;
}
section.middle {
    padding: 80px 0;
}
.footer_title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 28px;
    color: #ffffff;
}

@media (max-width: 991px) {
    .footer_title {
        margin-bottom:10px
    }
}

.footer_title.large_title {
    font-size: 36px;
    font-weight: 600
}

@media (max-width: 1199px) {
    .footer_title.large_title {
        font-size:18px
    }
}

.footer-bottom {
    background: rgb(38 4 3);
    padding: 16px;
    /* border-top: 1px solid #ffffff; */
}

.footer-bottom .footer-text {
    color: #fff;
    margin-bottom: 0
}

.footer-bottom .footer-text a {
    color: #0e4059;
    opacity: 1
}

.footer-only {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

@media (min-width: 1000px) {
    .footer-only {
        padding-top:115px !important;
        padding-bottom: 115px !important
    }
}


#cookiePopup {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background: #0e4059;
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        z-index: 999999;
        gap: 20px;
        align-items: center;
        justify-content: center;
        display: none;
    }

    #cookiePopup h4 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 15px;
    }

    #cookiePopup p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 700px;
    }

    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }

    .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }

    .cookieBtns button {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        background: #0e4059;
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #fff;
    }

    .cookieBtns button:last-child {
        background-color: #fff;
        color: #0e4059;
    }
    .hero-banner__content h1 span{
        color: #ffffff;
    }
    
    .blog{
    /* background-color: #f1f6f7; */
    padding-bottom: 110px;
}

button.owl-prev {
    position: absolute;
    top: 225px;
    left: 0;
}

button.owl-next {
    position: absolute;
    top: 225px;
    right: 0;
}
.opt-value{
    padding: 0 !important;
    margin: 0 !important;
}
.section-intro{margin-bottom: 50px;text-align: center;}
.subscribe p{
    color: #2d2d2d;
    margin: 0;
}
.logo_h img{
       width: 150px;
}

.owl-carousel.owl-theme.hero-carousel.owl-loaded.owl-drag {
    z-index: 999;
    position: relative;
    /* bottom: 75px; */
}
a.button.button-hero.contact {
    background: #aad809;
    border-color: #aad809;
}
a.button.button-hero.contact:hover {
    background: transparent;
    border-color: #aad809;
    color: #aad809;
}

.hero-banner__content h1 {
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
}





@keyframes MoveUpDown {
  0%, 100% {
    left: -26px;
    bottom: 0px;
  }
  50% {
    left: -16px;
    bottom: 10px;
  }
}



.bnner_bottom {
    width: 33.33%;
    float: left;
}

.bnner_bottom img {
    float: left;
    width: 80px;
}

.bnner_bottom h4 {
    margin-top: 29px;
    text-align: left;
}






.card {
  position: relative;
  width: 100%;
  /* padding: 25px; */
  /* border-radius: 30px; */
  /* background-color: #f5f5f566; */
  /* backdrop-filter: blur(10px); */
  margin: 10px 0;
  border-bottom: 1px solid #ddd!important;
  border: 0;
  background: #e9dfdf;
  padding: 0 15px;
  border-radius: 20px;
  overflow: hidden;
}
.card__header {
  display: grid;
  gap: 4px;
}
.card__header-title {
  order: 2;
  font-weight: bold;
  font-size: 21px;
}
.card__header-subtitle {
  order: 3;
  font-size: 14px;
}
.card__header-category {
  order: 1;
  font-size: 14px;
}
.card__items {
  position: relative;
  margin: 25px 0;
  text-align: center;
  transition: 1s;
}
.card__items::before, .card__items::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  z-index: -2;
}
.card__items::before {
  width: 200px;
  height: 200px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #e7e7e7;
  transition: 1s;
}
.card__items::after {
  width: 70%;
  height: 40px;
  bottom: 0;
  right: 30px;
  transform: translate(-25%, 50%);
  background-color: #000;
  filter: blur(10px);
  opacity: 0.2;
  transition: 0.5s;
}
.card__item-img {
  display: none;
  width: 100%;
  transform: scale(1) rotate(20deg);
  transition: 0.5s;
}
.card__item-input {
  position: absolute;
  display: none;
}
.card__item-input:checked ~ img {
  display: block;
}
.card__color-filters {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-bottom: 16px;
  text-align: center;
  transition: 1s;
  transition-delay: 0.2s;
}
.card__color-filter {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.card__color-filter::before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  background-color: var(--color-option);
}
.card__price {
  width: 100%;
  font-weight: 600;
  text-align: center;
}
.card:hover .card__items::after {
  width: 75%;
}
.card:hover .card__item-img {
  transform: scale(1.2) rotate(30deg) translate(10px, -20px);
}

.titles
{
    color: #aad809;
}

section.middle h4 {
    color: #0e4059;
    font-size: 30px;
    font-weight: 900;
    margin-top: 50px;
    margin-bottom: 20px;
}
section.middle p{
    font-size: 15px;
    line-height: 2;
}

img.left_middle {
    width: 100%;
    height: 280px;
    object-fit: contain;
}
.righhtmioddle{
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    margin-top: 50px;
}
.righhtmioddle h4
{

}
.righhtmioddle p
{

}
.righhtmioddle h3 {
    font-size: 20px;
    font-weight: 500;
    color: #aad809;
}


.xls::before {
    width: 60%;
    height: 60%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #e7e7e7;
    transition: 1s;
    content: "";
}
.xls::after {
    width: 70%;
    height: 40px;
    bottom: 23%;
    right: 30px;
    transform: translate(-25%, 50%);
    background-color: #000;
    filter: blur(10px);
    opacity: 0.2;
    content: "";
    transition: 0.5s;
}
.xls img {
    width: 100%;
    transform: scale(1) rotate(20deg);
    transition: 0.5s;
    margin-top: 100px;
}
.xls:hover img{
    transform: scale(1.2) rotate(30deg) translate(10px, -20px);
}

.xls::before, .xls::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    z-index: -2;
}

.xls img:hover > ::after {
    width: 75%;
}
section.mt-0.lastsection {
    padding: 50px 0;
    background: #e9f9f6;
}

.s_product_text select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 7px;
    margin-bottom: 23px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.05);
    /* background: transparent; */
}

ul.list li {
    width: 100%;
    float: left;
}
p.opt-value {
    padding: 10px 0 !important;
    display: inline-block;
    margin-right: 10px !important;
}


#cookiePopup {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background: #361e1e;
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        z-index: 999999;
        gap: 20px;
        align-items: center;
        justify-content: center;
        display: none;
    }

    #cookiePopup h4 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 15px;
    }

    #cookiePopup p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 700px;
    }

    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }

    .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }

    .cookieBtns button {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        background: #361e1e;
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #fff;
    }
    .cookieBtns button.btn {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        background: var(--accent-color);
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #fff;
    }
    #cookiePopup h4 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
}

    .cookieBtns button:last-child {
        background-color: #fff;
        color: #000000;
    }
    .cart-det a{
        border: 2px solid #ffffff;
        border-radius: 4px;
        padding: 3px 10px;
        margin: 0 0 0 40px;
    }
        .cart-det a img{
            width: 24px;
        }
        .hero-banner__content h3 {
  font-size: 5rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 5rem;
  margin-bottom: 30px;
}
.prod-make-sec{
    padding: 70px 0;
}
.make-prod-sec{
    padding: 20px;
    text-align: center;
}
.make-prod-sec img{
    width: auto;
    margin-bottom: 26px;
}
.make-prod-sec h5{
    font-size: 32px;
}
.make-prod-sec p{
    font-size: 18px;
    margin: 10px;
}
.sec-tile h4{
    font-size: 38px;
    margin-bottom: 40px;
}
.min-bann {
overflow: hidden;
    border-radius: 10px;
}
.min-bann .min-bann1:hover, .min-bann .min-bann2:hover{
     transform: scale(1.05);
}
.min-bann1, .min-bann2{
    padding: 50px 30px;
    transition: transform .6s;
    height: 350px;
}
.min-bann1 h6, .min-bann2 h6{
    width: 60%;
    font-size: 35px;
    color: #000000;
    margin: 20px 0;
}
.min-bann1 a, .min-bann2 a{
    font-size: 16px;
    border: 1px solid #000000;
    color: #000000;
    padding: 3px 19px;
    border-radius: 6px;
}
.upsell{
    padding: 80px 0;
}
.sell-prod{
    position: relative;
}
.up-off{
    background: #f06f42;
    border-radius: 100%;
    padding: 30px;
    font-size: 30px;
    position: absolute;
    left: 0;
    width: 160px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    line-height: 35px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sell-prod img{margin-left: 100px;width: 85%;}
.sell-set h3{
    font-size: 35px;
}
.sell-set p{
    font-size: 20px;
    color: #000;
}
.sell-set ul li{
    padding: 3px;
    text-align: left;
    list-style: disc;
    margin-left: 30px;
    color: #000;
}
.pro-bttn{
    background: transparent;
    border: 1px solid #000;
    border-radius: 8px;
    color: #000;
    padding: 8px 36px;
    font-weight: 500;
}
.pro-bttn:hover{
    background: #f06f42;
    transition: all 0.5s ease;
    border: 1px solid #f06f42;
    color: #000;
}
.our-prod{

}
.our-prod .sec-tile h4, .about-us-body .sec-tile h4, .all-shop .sec-tile h4{
       margin-bottom: 10px;
       font-size: 22px;
       color: #351d1d;
}
.sec-tile h6{
    font-size: 3rem;
    margin-bottom: 15px;
    color: #351d1d;
    font-weight: 500;
}
.product-cont{
    position: relative;
    /* text-align: center; */
    margin: 30px 0;
}
.product-cont img{position: relative;z-index: 1;/* margin-top: -80px; *//* margin-bottom: 150px; */}
.pro-text{
    background: #fff;
    /* padding: 30px; */
    /* box-shadow: 0 0 10px #0002; */
    border-radius: 30px;
}
.pro-text h5 a{
    font-size: 18px;
    color: #383838;
    font-weight: 500;
}
.pro-text h6{
    font-size: 23px;
    color: #351d1d;
    margin: 14px 0;
}
.about-us-sec{
    padding: 70px 0;
}
.ab-tx h4{
    font-size: 30px;
    color: #f06f42;
    font-weight: 700;
}
.ab-tx h5{
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
}
.ab-tx p{
    font-size: 18px;
    color: #000;
}
.single-footer-widget img{
    width: 200px;
}

.pro-list table{border: 1px solid #ddd;width: 100%;}
.pro-list tr{
    /* width: 222px; */
    /* display: flex; */
    /* justify-content: space-between; */
    /* border-bottom: 1px solid #ddd; */
    text-align: left;
    border: none;
}
.pro-list tr th{font-size: 18px;font-weight: 500;/* padding: 10px 20px; */color: #000;text-align: left;border: none;}
.pro-list tr td{
    font-size: 15px;
    /* display: flex; */
    /* align-items: center; */
    /* padding: 10px 20px; */
    /* height: 103px; */
    /* text-align: center; */
    border: none;
}
.pro-list tr td img{
    width: auto;
    height: 70px;
}

.check-title{
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 30px;
}
.pro-list tr td a{
    color: #000;
}
.pro-list tr .product-quantity{
    width: 100px;
}
.product-close{
    padding: 20px;
}
.productlist_item{
        display: flex
;
    align-items: center;
    margin: 10px 0px;
    flex-direction: row;
}
.productlist_item_price{
width: 130px;
    text-align: right;
}
.upp-list{display: flex;justify-content: space-between;text-align: center;}
.upp-list li{
    /* width: 100px; */
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.productlist_item_img img{
    width: 70px;
}
.productlist_item_price button{
    border: 2px solid #9d9d9d;
    padding: 4px 12px;
    font-size: 14px;
    background: transparent;
    border-radius: 4px;
    text-align: center;
}
.billing_details .contact_form .form-group span{
    font-size: 15px;
    color: #000;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    box-shadow: 1px 1px 5px #00000033;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 30px;
    background: #f4efea;
}
.productlist_item_details{
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-direction: column;
}
.productlist_item_details h6{
    display: flex;
    align-items: center;
    margin: 5px 7px;
}
.note-text{
      background: #f06f42;
      padding: 10px;
      color: #fff;
      font-size: 18px;
      line-height: 21px;
      border-radius: 10px;
}
.note-text span{
     color: #fffa56;
     line-height: 22px;
     font-weight: 600;
     letter-spacing: 1px;
     font-size: 18px;
}


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


:root{
	--primary-color: #000000;
	--secondary-color: #446e72;
	--text-color				: #F2F2F2;
	--accent-color: #446e72;
	--accent-secondary-color	: #171E2E;
	--divider-color				: #FFFFFF24;
	--error-color				: rgb(230, 87, 87);
	--default-font				: "Rubik", sans-serif;
	--accent-font				: "Rajdhani", sans-serif;
}


/************************************/
/*** 	   02. General css		  ***/
/************************************/

body{
	position: relative;
	font-size: 18px;
	font-weight: 400;
	line-height: 1em;
	color: #353535;
	/* background: var(--accent-secondary-color); */
}

::-webkit-scrollbar-track{
	background-color: var(--primary-color);
	border-left: 1px solid var(--primary-color);
}
::-webkit-scrollbar{
	width: 7px;
	background-color: var(--primary-color);
}
::-webkit-scrollbar-thumb{
	background: var(--accent-color);
}

::selection{
	color: #fff;
	background-color: #191919;
}

p{
	line-height: 1.6em;
	margin-bottom: 1.5em;
	color: #000;
}

li{
	margin :0;
	font-weight: 700;
	line-height: 1.2em;
	color: var(--primary-color);
}

figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

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

html,
body{
	width: 100%;
	overflow-x: clip;
}

.container{
	max-width: 1250px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{
    padding-right: 15px;
    padding-left: 15px;
}

.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal img{
    width: 100%;
    object-fit: cover;
}

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

.row > *{
	padding-right: 15px;
	padding-left: 15px;
}

.row.no-gutters{
    margin-right: 0px;
    margin-left: 0px;
}

.row.no-gutters > *{
    padding-right: 0px;
    padding-left: 0px;
}

.btn-default{
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1em;
	text-transform: capitalize;
	color: #351d1d;
	padding: 20px 35px;
	transition: all 0.5s ease-in-out;
	position: relative;
	z-index: 1;
	border-radius: 10px;
	background: #fff;
}

.btn-default:hover{
    background: #351d1d;
    color: #fff;
}

.btn-default.btn-highlighted{
	border: 1px solid var(--accent-color);
	background: transparent;
	color: var(--accent-color);
	padding: 15px 35px;
}

.btn-default.btn-highlighted:hover{
    background-color: var(--accent-color);
    color: #fff;
}

.btn-default.btn-highlighted:hover::before{
	background-color: var(--accent-color);
}

.btn-default.btn-highlighted:hover::after{
	background: var(--accent-color);
}

.readmore-btn{
	position: relative;
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
	color: var(--accent-color);
	padding-right: 32px;
	transition: all 0.3s ease-in-out;
}

.readmore-btn:hover{
	color: var(--primary-color);
}

.readmore-btn:after{
	content: '';
    position: absolute;
	right: 0;
	top: 50%;
    transform: translate(-3px, -50%);
    background: url('../images/arrow-accent.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 25px;
	height: 24px;
	transition: all 0.3s ease-in-out;
}

.readmore-btn:hover:after{
	filter: brightness(0) invert(1);
	transform: translate(0, -50%);
}

.cb-cursor:before{
	background: var(--accent-color);
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: var(--accent-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading{
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading-container{
	margin: 40px auto;
}

.loading{
	border: 1px solid transparent;
	border-color: transparent var(--accent-secondary-color) transparent var(--accent-secondary-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading{
	transition: all 0.5s ease-in-out;
}

#loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

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

.light-section{
	/* background-color: var(--secondary-color); */
}

.section-row{
	margin-bottom: 80px;
}

.section-row .section-title{
	margin-bottom: 0;
}

.section-row .section-title.section-title-center{
	width: 100%;
	max-width: 640px;
	text-align: center;
	margin: 0 auto;
}

.section-row .section-title.section-title-center .section-bg-title{
	width: 100%;
}

.light-section .section-title .section-bg-title span{
	color: var(--secondary-color);
}

.section-title{
	position: relative;
	margin-bottom: 40px;
	padding-top: 50px;
}

.section-bg-title h2{
	align-items: center;
	font-size: 20px;
	line-height: normal;
	font-weight: 700;
	text-transform: capitalize;
	color: #351d1d;
}

.section-title h1{
	position: relative;
	font-size: 5rem;
	text-transform: capitalize;
	color: #ffffff;
	/* margin: 20px 0; */
	font-weight: 500;
}

.section-title h3{
	position: relative;
	font-size: 25px;
	text-transform: capitalize;
	letter-spacing: -0.02em;
	margin-bottom: 0;
	cursor: none;
	font-weight: 600;
	z-index: 1;
	color: #ffffff !important;
	margin-top: 60px;
}

.section-title h1 span,
.section-title h3 span{
	color: #fff;
}

.section-title p{
	margin: 20px 0;
	margin-bottom: 0;
	color: #4d4d4d;
}

.section-title-content p{
	margin: 0;
}

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

.section-content-btn .section-btn{
	text-align: left;
	margin-top: 30px;
}

.help-block.with-errors ul{
	margin: 0;
	text-align: left;
}

.help-block.with-errors ul li{
	color: var(--error-color);
	font-weight: 500;
	font-size: 14px;
}

/************************************/
/**** 	   03. Header css		 ****/
/************************************/

header.main-header{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

header.main-header .header-sticky{
	position: relative;
	top: 0;
	z-index: 100;
}

header.main-header .header-sticky.hide{
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	border-radius: 0;
}

header.main-header .header-sticky.active{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
    transform: translateY(0);
	background: var(--secondary-color);
	border-bottom: 1px solid var(--divider-color);
}

.navbar{
	padding: 30px 0;
	align-items: center;
}

.navbar-brand{
	padding: 0;
	margin: 0;
}

.main-menu .nav-menu-wrapper{
	flex: 1;
	text-align: center;
	margin: 0 20px;
}

.main-menu .nav-menu-wrapper > ul{
	align-items: center;
	display: inline-flex;
}

.main-menu ul li{
	margin: 0;
	position: relative;
}

.main-menu ul li a{
	font-size: 16px;
	font-weight: 500;
	line-height: 1em;
	padding: 17px 15px !important;
	color: var(--primary-color);
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.main-menu ul li.submenu > a:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus{
	color: var(--accent-color);
}

.main-menu ul ul{
	visibility: hidden;
	opacity: 0;
	transform: scale(1, 0.8);
	transform-origin: top;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 235px;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 100%;
	background: var(--accent-color);
	transition: all 0.3s ease-in-out;
	text-align: left;
}

.main-menu ul li.submenu:first-child ul{
    width: 235px;
}

.main-menu ul ul ul{
	left: 100%;
	top: 0;
	text-align: left;
}

.main-menu ul li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: scale(1, 1);
    padding: 5px 0;
}

.main-menu ul li.submenu ul li.submenu > a:after{
    content: '\f105';
    float: right;
}

.main-menu ul ul li{
	margin: 0;
	padding: 0;
}

.main-menu ul ul li a{
	color: var(--accent-secondary-color);
	padding: 8px 20px !important;
	transition: all 0.3s ease-in-out;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus{
	color: var(--primary-color);
	background-color: transparent;
	padding: 8px 20px 8px 23px !important;
}

.main-menu ul li.highlighted-menu{
    display: none;
}

.responsive-menu,
.navbar-toggle{
	display: none;
}

.responsive-menu{
	position: relative;
	top: 0;
}

.slicknav_btn{
	background: var(--accent-color);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 8px;
}

.slicknav_icon .slicknav_icon-bar{
	display: block;
	width: 100%;
	height: 3px;
	width: 22px;
	background-color: var(--accent-secondary-color);
	border-radius: 6px;
	margin: 4px auto !important;
	transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child{
	margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child{
	margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1){
    transform: rotate(-45deg) translate(-5px, 5px);
	background-color: var(--accent-secondary-color);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2){
    opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3){
    transform: rotate(45deg) translate(-5px, -5px);
	background-color: var(--accent-secondary-color);
}

.slicknav_menu{
	position: absolute;
    width: 100%;
	padding: 0;
	background: var(--accent-color);
}

.slicknav_menu ul{
	margin: 5px 0;
}

.slicknav_menu ul ul{
	margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a{
	position: relative;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 8px 20px;
	color: var(--accent-secondary-color);
	line-height: normal;
	margin: 0;
	border-radius: 0 !important;
	transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover{
	background-color: transparent;
	color: var(--primary-color);
}

.slicknav_menu ul ul li a{
    padding: 8px 20px 8px 30px;
}

.slicknav_arrow{
	font-size: 0 !important;
}

.slicknav_arrow:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	margin-left: 8px;
	color: var(--accent-secondary-color);
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}

.slicknav_open > a .slicknav_arrow:after{
    transform: translateY(-50%) rotate(-180deg);
	color: var(--primary-color);
}

/************************************/
/***        04. Hero css	      ***/
/************************************/

.hero{
	position: relative;
	background: url('../img/banner.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	/* padding: 60px 0; */
	z-index: 1;
	min-height: 120vh;
	display: flex;
	align-items: center;
	margin: 0 30px;
	border-radius: 30px;
}

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

.hero.hero-bg-image{
	background: url('../images/hero-bg.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 200px 0 120px;
}

.hero.hero-bg-image::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--accent-secondary-color);
    opacity: 65%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero.hero-video .hero-bg-video{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.hero.hero-video .hero-bg-video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-bg-image.hero-slider-layout{
	background: none;
	padding: 0;
}

.hero.hero-bg-image.hero-slider-layout .hero-slide{
	position: relative;
    padding: 200px 0 120px;
}

.hero.hero-bg-image.hero-slider-layout .hero-slide::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--accent-secondary-color);
    opacity: 65%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero.hero-bg-image.hero-slider-layout .hero-slide .hero-slider-image{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.hero.hero-bg-image.hero-slider-layout .hero-slide .hero-slider-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-bg-image.hero-slider-layout .hero-pagination{
	position: absolute;
    bottom: 50px;
	text-align: left;
	padding-left: calc(((100vw - 1300px) / 2) + 15px);
	z-index: 2;
}

.hero.hero-bg-image.hero-slider-layout .hero-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: var(--divider-color);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}

.hero.hero-bg-image.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active{
    background-color: var(--accent-color);
}

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

.hero-content .section-title{
	margin-bottom: 40px;
	padding-top: 0;
}

.hero-content .section-title p{
	position: relative;
	/* padding: 5px 0 5px 20px; */
	color: #fff;
}

.hero-content .section-title p::after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--accent-color);
    border-radius: 10px;
    height: 100%;
    width: 4px;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.hero-counter-box{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 60px;
}

.hero-counter-item{
	width: calc(33.33% - 20px);
}

.hero-counter-item h3{
	font-size: 30px;
	margin-bottom: 5px;
}

.hero-counter-item p{
	text-transform: capitalize;
	margin: 0;
}

.hero-btn{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.hero-image{
	position: relative;
	margin-bottom: -50px;
}

.hero-img img{
	width: 100%;
	aspect-ratio: 1 / 1.1323;
	object-fit: cover;
}

.expertise-circle{
	position: absolute;
	right: 0;
	top: 50px;
}

.expertise-circle img{
	width: 100%;
	max-width: 142px;
	animation: infiniterotate 20s infinite linear;
}

@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}

/************************************/
/***   05. Scrolling Ticker css   ***/
/************************************/

.our-scrolling-ticker{
	position: relative;
	background: var(--accent-color);
	padding: 25px 0;
	z-index: 1;
}

.scrolling-ticker-box{
	--gap: 20px;
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
	align-items: center;
}

.scrolling-content{
	flex-shrink: 0;
	display: flex;
	gap: var(--gap);
	min-width: 100%;
	animation: scroll 40s linear infinite;
}

.scrolling-content span{
	display: inline-block;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #ffffff;
	vertical-align: middle;
}

.scrolling-content span img{
	width: 100%;
	max-width: 30px;
	margin-right: 20px;
}

@keyframes scroll{
	from{
		transform: translateX(0);
	}

	to{
		transform: translateX(calc(-100% - var(--gap)));
	}
}

/************************************/
/***       06. About Us css       ***/
/************************************/

.about-us{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

.about-img-1{
	width: 100%;
}

.about-us-body{
    padding-top: 80px;
}

.about-us-body-item{
    margin-bottom: 20px;
    padding: 30px;
    /* box-shadow: 0 0 10px #0002; */
    height: 100%;
    background: #fff;
    border-radius: 30px;
}
.about-us-body-item .img-box{
    width: 85px;
    height: 85px;
    margin-bottom: 20px;
    position: relative;
}

.about-us-body-item .img-box::after{
    position:absolute;
    content:"";
    width: 40px;
    height: 40px;
    border-radius:50%;
    background-color: #f7f7f700;
    opacity: 0.8;
    right: 0;
    top: 0;
}

.about-us-body-item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-us-body-item h3{
	position: relative;
	font-size: 22px;
	color: #01095a;
	margin-bottom: 20px;
	margin-top: 25px;
	line-height: 30px;
}


.about-us-body-item:hover h3::before{
	transform: translateY(-50%) rotate(0deg);
}

.about-us-body-item p{
	margin: 0;
	font-size: 16px;
	color: #898989;
	line-height: 27px;
}

.about-us-btn{
	margin-top: 40px;
}

/************************************/
/***     07. Our Services css     ***/
/************************************/

.our-services{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding: 100px 0;
}

.service-item{
	position: relative;
	border: 1px solid var(--divider-color);
	border-radius: 18px;
	overflow: hidden;
}

.service-image a,
.service-image figure{
    display: block;
    cursor: none;
}

.service-image figure:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(23, 30, 46, 0) 48.21%, rgba(23, 30, 46, 0.8) 100%);
    z-index: 1;
}

.service-image img{
    width: 100%;
	aspect-ratio: 1 / 0.99;
    object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.service-item:hover .service-image img{
	transform: scale(1.1);
}

.service-body{
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	z-index: 1;
}

.service-content{
	margin-bottom: 15px;
}

.service-content h3{
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.service-content h3 a{
	color: inherit;
	transition: all 0.4s ease-in-out;
}

.service-content h3 a:hover{
	color: var(--accent-color);
}

.service-readmore-btn .readmore-btn:after{
	width: 20px;
	height: 20px;
	background-color: var(--accent-color);
	background-image: url('../images/arrow-black.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px auto;
	border-radius: 50%;
	transform: translate(0px, -50%) rotate(-45deg);
}

.service-readmore-btn .readmore-btn:hover:after{
	background-color: var(--primary-color);
	transform: translate(0px, -50%) rotate(0deg);
	filter: none;
}

.services-pagination{
	position: relative;
	text-align: center;
	margin-top: 60px;
}

.services-pagination .swiper-pagination-bullet{
    height: 10px;
    width: 10px;
    background: var(--divider-color);
    opacity: 1;
    margin: 0 3px;
    transition: all 0.4s ease-in-out;
}

.services-pagination .swiper-pagination-bullet-active{
	width: 30px;
    background: var(--accent-color);
	border-radius: 12px;
}

.section-footer-text{
    margin-top: 40px;
    text-align: center;
}

.section-footer-text p{
    margin-bottom: 0;
}

.section-footer-text p a{
    color: var(--accent-color);
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}

.section-footer-text p a:hover{
    color: var(--primary-color);
}

/************************************/
/***  	08. Why Choose Us css	  ***/
/************************************/

.why-choose-us{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding: 100px 0;
}

.why-choose-step-item{
	position: relative;
	display: flex;
	margin-bottom: 40px;
}

.why-choose-step-item:last-child{
	margin-bottom: 0;
}

.why-choose-step-item:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(30px, 60px);
    border-left: 1px dashed var(--divider-color);
    height: 100%;
    z-index: 0;
}

.why-choose-step-item:last-child:after{
    display: none;
}

.why-choose-step-no{
	position: relative;
	width: 60px;
	height: 60px;
	background-color: var(--accent-secondary-color);
	border: 1px solid var(--divider-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}

.why-choose-step-no:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--accent-color);
	border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.why-choose-step-item:hover .why-choose-step-no:before{
    transform: scale(1);
}

.why-choose-step-no h2{
	position: relative;
	font-size: 16px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.why-choose-step-item:hover .why-choose-step-no h2{
	color: var(--accent-secondary-color);
}

.why-choose-step-content{
	width: calc(100% - 80px);
}

.why-choose-step-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
	transition: all 0.4s ease-in-out;
}

.why-choose-step-item:hover .why-choose-step-content h3{
	color: var(--accent-color);
}

.why-choose-step-content p{
	font-size: 16px;
	margin: 0;
}

.why-choose-image{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 10px;
	margin-left: 15px;
}

.why-choose-img-box-1{
	width: calc(49% - 5px);
}

.why-choose-img-box-2{
	width: calc(51% - 5px);
	padding-bottom: 20px;
}

.why-choose-img-box-1,
.why-choose-img-box-2{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.why-choose-img-box-1 figure,
.why-choose-img-box-2 figure{
	display: block;
	border-radius: 18px;
}

.why-choose-img-box-1 img,
.why-choose-img-box-2 img{
	width: 100%;
	object-fit: cover;
	border-radius: 18px;
}

.why-choose-img-1 img{
    aspect-ratio: 1 / 1.3;
}

.why-choose-img-2 img{
    aspect-ratio: 1 / 1.1822;
}

.why-choose-img-3 img{
	aspect-ratio: 1 / 0.94;
}

.why-choose-img-4 img{
	aspect-ratio: 1 / 1.14;
}

.contact-now-circle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	z-index: 2;
}

.contact-now-circle a{
	display: block;
	border-radius: 50%;
}

.contact-now-circle img{
	width: 100%;
	max-width: 140px;
	border-radius: 50%;
	animation: infiniterotate 20s infinite linear;
}

@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}

/************************************/
/***  	   10. Our Team css	  	  ***/
/************************************/

.our-team{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding: 100px 0 70px;
}

.team-item{
	position: relative;
	height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
}

.team-image a{
    display: block;
	cursor: none;
	border-radius: 18px;
	overflow: hidden;
}

.team-image figure:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
	background: linear-gradient(180deg, rgba(23, 30, 46, 0) 65.83%, rgba(23, 30, 46, 0.8) 100%);
    z-index: 1;
}

.team-image img{
    width: 100%;
    aspect-ratio: 1 / 1.365;
    object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.team-item:hover .team-image img{
	transform: scale(1.1);
}

.team-body{
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    transform: translateY(30px);
    text-align: center;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.team-item:hover .team-body{
    transform: translateY(0);
}

.team-content p{
	color: var(--accent-color);
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.team-content h3{
	font-size: 20px;
	text-transform: capitalize;
	color: var(--primary-color);
}

.team-content h3 a{
	color: inherit;
}

.team-social-list{
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.team-item:hover .team-social-list{
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
}

.team-social-list ul{
	display: flex;
	justify-content: center;
	gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-social-list ul li a{
	width: 30px;
	height: 30px;
	color: var(--accent-secondary-color);
	background: var(--primary-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease-in-out;
}

.team-social-list ul li:hover a{
	background: var(--accent-color);
}

.team-social-list ul li a i{
    font-size: 14px;
    color: inherit;
}

/************************************/
/***  	   11. Our Faqs css	  	  ***/
/************************************/

.our-faqs{
    /* background:url(../img/faq-bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.faq-image{
	position: relative;
	padding: 0 0 77px 92px;
	background: url('../images/faqs-image-bg.svg') no-repeat;
	background-position: bottom 35px right 120px;
	background-size: auto;
	margin-right: 30px;
}

.faq-image:before{
	content: '';
	position: absolute;
	top: 65px;
	left: 45px;
	width: 24px;
	height: 275px;
	background-color: var(--accent-color);
	border-radius: 100px;
}

.faq-img-1 figure{
	display: block;
	border-radius: 18px;
}

.faq-img-1 img{
	width: 100%;
	aspect-ratio: 1 / 1.285;
	object-fit: cover;
	border-radius: 18px;
}

.faq-img-2{
	max-width: 398px;
	position: absolute;
	bottom: 0;
	left: 0;
	border: 8px solid var(--secondary-color);
	border-radius: 18px;
	overflow: hidden;
	z-index: 1;
}

.faq-img-2 figure{
	display: block;
}

.faq-img-2 img{
	width: 100%;
	aspect-ratio: 1 / 0.812;
	object-fit: cover;
}

.faq-accordion .accordion-item{
	border-radius: 8px;
	margin-bottom: 30px;
    padding: 0;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

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

.faq-accordion .accordion-header .accordion-button{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	text-transform: uppercase;
	background: var(--accent-color);
	color: var(--accent-secondary-color);
	padding: 12px 40px 12px 20px;
	transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-header .accordion-button.collapsed{
	background: var(--primary-color);
	color: var(--accent-secondary-color);
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after{
    content: '\f106';
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    top: 50%;
	transform: translateY(-50%);
    font-size: 18px;
    color: var(--accent-secondary-color);
    transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-item .accordion-button.collapsed::after{
    transform: translateY(-50%) rotate(180deg);
}

.faq-accordion .accordion-item .accordion-body{
	background-color: var(--primary-color);
	border: 2px solid var(--accent-color);
	border-top: none;
	border-radius: 0 0 8px 8px;
	padding: 20px 40px 20px 20px;
}

.faq-accordion .accordion-item .accordion-body p{
    color: var(--secondary-color);
	margin: 0;
}

/************************************/
/***  		14. CTA Box css 	  ***/
/************************************/

.cta-box{
	position: relative;
	padding: 50px 0 0;
	background: url('../images/cta-box-bg.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
}

.cta-box::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(90deg, rgba(24, 31, 47, 0) 0%, rgba(24, 31, 47, 0.4) 48.62%);
	z-index: 0;
}

.cta-box-image{
	position: relative;
	text-align: center;
	margin-right: 15px;
	z-index: 1;
}

.cta-box-image img{
	width: 100%;
    aspect-ratio: 1 / 0.73;
    object-fit: contain;
}

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

.cta-box-content .section-title{
	padding-top: 0;
	margin-bottom: 25px;
}

.cta-box-body{
	margin-bottom: 40px;
}

.cta-box-body ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.cta-box-body ul li{
    background-image: url('../images/arrow-accent.svg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 22px auto;
    line-height: 1.4em;
    padding-left: 30px;
	margin-bottom: 20px;
}

.cta-box-body ul li:last-child{
	margin-bottom: 0;
}

/************************************/
/***  		15. Footer css	 	  ***/
/************************************/

.footer-main{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding: 100px 0 0;
	overflow: hidden;
}

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

.footer-logo img{
	width: 100%;
	max-width: 180px;
}

.about-footer-content{
	margin-bottom: 30px;
}

.about-footer-content p{
	color: var(--primary-color);
	margin-bottom: 0;
}

.footer-newsletters-form .form-group{
	position: relative;
	display: flex;
	align-items: center;
	background: transparent;
	border-bottom: 1px solid var(--divider-color);
	padding: 0 0 12px 0;
}

.footer-newsletters-form .form-group .form-control{
	position: relative;
    width: calc(100% - 25px);
    border: none;
    border-radius: 0;
    color: var(--text-color);
    background: transparent;
    padding: 0;
    box-shadow: none;
}

.footer-newsletters-form .form-group .form-control::placeholder{
	color: var(--text-color);
}

.footer-newsletters-form .form-group button{
	background: transparent;
	margin-left: 5px;
    border: none;
    padding: 0;
	transition: all 0.3s ease-in-out;
}

.footer-newsletters-form .form-group button img{
	filter: brightness(0) invert(1);
	max-width: 20px;
}

.footer-links h3{
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-contact-item{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

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

.footer-contact-item .icon-box{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--divider-color);
	border-radius: 50%;
	margin-right: 15px;
}

.footer-contact-item .icon-box img{
	width: 100%;
	max-width: 16px;
}

.footer-contact-content{
	width: calc(100% - 55px);
}

.footer-contact-content p{
	color: var(--text-color);
	margin: 0;
}

.footer-contact-content p a{
	color: inherit;
}

.footer-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links ul li{
	line-height: 1.4em;
	margin-bottom: 15px;
}

.footer-links ul li:last-child{
	margin-bottom: 0;
}

.footer-copyright{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px 30px;
	border-top: 1px solid var(--divider-color);
	margin-top: 80px;
	padding: 40px 0;
}

.footer-copyright-text p{
	color: var(--primary-color);
	margin-bottom: 0;
}

.footer-social-links ul{
	display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-social-links ul li{
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
}

.footer-social-links ul li:last-child{
	margin: 0;
}

.footer-social-links ul li a{
	width: 40px;
	height: 40px;
	border: 1px solid var(--divider-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--primary-color);
	transition: all 0.4s ease-in-out;
}

.footer-social-links ul li:hover a{
	background: var(--accent-color);
	color: var(--accent-secondary-color);
}

.footer-social-links ul li a i{
    color: inherit;
    font-size: 16px;
}

/************************************/
/***  	 16. About Us Page css 	  ***/
/************************************/

.page-header{
	position: relative;
    background: url(../images/hero-bg-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	padding: 240px 0 130px;
}

.page-header::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/section-bg-circle-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.page-header-box{
	position: relative;
	text-align: center;
	z-index: 1;
}

.page-header-box h1{
	display: inline-block;
    font-size: 68px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin-bottom: 0;
	margin-bottom: 5px;
	cursor: none;
}

.page-header-box h1 span{
	color: var(--accent-color);
}

.page-header-box ol{
	margin: 0;
	padding: 0;
	justify-content: center;
}

.page-header-box ol li.breadcrumb-item{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	text-transform: capitalize;
	color: var(--primary-color);
}

.page-header-box ol li.breadcrumb-item a{
    color: inherit;
}

.page-header-box ol li.breadcrumb-item.active{
	color: var(--primary-color);
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
	content: "/";
    color: var(--primary-color);
}

.our-scrolling-ticker.subpages-scrolling-ticker{
    padding: 15px 0;
}

.scrolling-ticker-box{
    --gap: 15px;
}

.our-scrolling-ticker.subpages-scrolling-ticker .scrolling-content span{
    font-size: 26px;
}

.scrolling-content span img{
    max-width: 26px;
    margin-right: 15px;
    filter: brightness(0) invert(1);
}

.our-approach{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
    padding: 100px 0;
}

.approach-image figure{
    display: block;
    border-radius: 18px;
}

.approach-image img{
    width: 100%;
    aspect-ratio: 1 / 1.18;
    object-fit: cover;
    border-radius: 18px;
}

.approach-item{
    position: relative;
    display: flex;
    border: 1px solid var(--divider-color);
    border-radius: 18px;
    margin-bottom: 40px;
    padding: 30px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

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

.approach-item:hover{
    transform: translateY(-5px);
}

.approach-item:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
    opacity: 10%;
    z-index: 0;
}

.approach-item .icon-box{
    position: relative;
    width: 60px;
    height: 60px;
    background-color: var(--accent-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
	z-index: 1;
}

.approach-item .icon-box::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.approach-item:hover .icon-box:before{
    transform: scale(1);
}

.approach-item .icon-box img{
    position: relative;
    width: 100%;
    max-width: 30px;
    z-index: 1;
}

.approach-item-content{
	position: relative;
    width: calc(100% - 80px);
	z-index: 1;
}

.approach-item-content h3{
    font-size: 20px;
	text-transform: capitalize;
    color: var(--accent-color);
    margin-bottom: 10px;
}

.approach-item-content p{
    margin-bottom: 0;
}

.our-goal{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
    padding: 100px 0;
}

.goal-content{
    margin-right: 30px;
}

.goal-content-item{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

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

.goal-content-item .icon-box{
    position: relative;
    border: 1px solid var(--divider-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.goal-content-item .icon-box::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--accent-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.goal-content-item:hover .icon-box:before{
    transform: scale(1);
}

.goal-content-item .icon-box img{
    position: relative;
    width: 100%;
    max-width: 30px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.goal-content-item:hover .icon-box img{
    filter: brightness(0) invert(0);
}

.goal-item-content{
    width: calc(100% - 80px);
}

.goal-item-content h3{
    font-size: 20px;
    margin-bottom: 10px;
}

.goal-item-content p{
    margin-bottom: 0;
}

.our-goal-image{
    position: relative;
}

.goal-image figure{
    display: block;
}

.goal-image img{
    width: 100%;
    aspect-ratio: 1 / 0.875;
    object-fit: cover;
}

.goal-info-box-1,
.goal-info-box-2{
    position: absolute;
    background: var(--secondary-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    overflow: hidden;
}

.goal-info-box-1::before,
.goal-info-box-2::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
    width: 100%;
    height: 0;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.goal-info-box-1:hover::before,
.goal-info-box-2:hover::before{
    height: 100%;
}

.goal-info-box-1{
    bottom: 110px;
    left: 0;
    animation: infinitemoveleft 3s infinite linear alternate;
}

@keyframes infinitemoveleft{
	50%{
		left: 50px;
	}
}

.goal-info-box-2{
    top: 60px;
    right: 0;
    animation: infinitemoveright 2s infinite linear alternate;
}

@keyframes infinitemoveright{
	50%{
		right: 30px;
	}
}

.goal-info-box-1 .icon-box,
.goal-info-box-2 .icon-box{
    position: relative;
    margin-right: 20px;
    z-index: 1;
}

.goal-info-box-1 .icon-box img,
.goal-info-box-2 .icon-box img{
    width: 100%;
    max-width: 30px;
    transition: all 0.4s ease-in-out;
}

.goal-info-box-1:hover .icon-box img,
.goal-info-box-2:hover .icon-box img{
    filter: brightness(0) invert(0);
}

.goal-info-content{
    position: relative;
    width: calc(100% - 50px);
    z-index: 1;
}

.goal-info-content h3{
    font-size: 20px;
    color: var(--accent-color);
    margin-bottom: 2px;
    transition: all 0.4s ease-in-out;
}

.goal-info-content p{
    text-transform: capitalize;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}

.goal-info-box-1:hover .goal-info-content h3,
.goal-info-box-2:hover .goal-info-content h3,
.goal-info-box-1:hover .goal-info-content p,
.goal-info-box-2:hover .goal-info-content p{
    color: var(--secondary-color);
}

.our-health{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
    padding: 100px 0;
}

.our-health-images{
    position: relative;
    display: flex;
    align-items: end;
    gap: 30px;
	margin-right: 15px;
}

.our-health-image-1{
    width: calc(52% - 15px);
}

.our-health-image-2{
    width: calc(48% - 15px);
}

.our-health-image-1 figure,
.our-health-image-2 figure{
    display: block;
    border-radius: 18px;
}

.our-health-image-1 img{
    width: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.our-health-image-1 img{
    aspect-ratio: 1 / 1.215;
}

.our-health-image-2 img{
    aspect-ratio: 1 / 0.917;
}

.our-health-images .contact-now-circle{
    transform: translate(-50%, -100%);
}

.our-health-images .contact-now-circle img{
    max-width: 124px;
}

.our-journey{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
    padding: 100px 0;
}

.our-journey .section-row .section-title.section-title-center{
	max-width: 780px;
}

.journey-item{
    text-align: center;
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.journey-item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.journey-item .icon-box{
    margin-bottom: 30px;
}

.journey-item .icon-box img{
    width: 100%;
    max-width: 60px;
}

.journey-item-content h3{
    font-size: 20px;
    margin-bottom: 15px;
}

.journey-item-content p{
    margin-bottom: 0;
}

.journey-image{
    margin: 0 60px;
}

.journey-image figure{
    display: block;
}

.journey-image img{
    width: 100%;
    aspect-ratio: 1 / 0.877;
    object-fit: cover;
}

/************************************/
/***  	 17. Services Page css 	  ***/
/************************************/

.page-services{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding: 100px 0 70px;
}

.page-services .service-item{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

/************************************/
/***  	18. Service Single css 	  ***/
/************************************/

.page-service-single{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100% auto;
	padding: 100px 0;
}

.page-single-sidebar{
    position: sticky;
    top: 20px;
	margin-right: 20px;
}

.page-catagery-list{
	background-color: var(--secondary-color);
    border-radius: 18px;
	overflow: hidden;
	margin-bottom: 60px;
}

.page-catagery-list h3{
    font-size: 24px;
    text-transform: capitalize;
	color: var(--accent-color);
	border-bottom: 1px solid var(--divider-color);
	padding: 30px 30px 25px;
}

.page-catagery-list ul{
    list-style: none;
    margin: 0;
	padding: 30px;
}

.page-catagery-list ul li{
    margin-bottom: 20px;
}

.page-catagery-list ul li:last-child{
    margin: 0;
}

.page-catagery-list ul li a{
	position: relative;
    display: block;
	line-height: 1.2em;
    text-transform: capitalize;
    color: var(--text-color);
	border-radius: 10px;
	padding: 12px 40px 12px 20px;
	overflow: hidden;
    transition: all 0.4s ease-in-out;
	z-index: 1;
}

.page-catagery-list ul li:hover a{
    color: var(--secondary-color);
	background-color: var(--accent-color);
}

.page-catagery-list ul li a::before{
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0px, -50%) rotate(-45deg);
    background: url('../images/arrow-text.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 18px;
    height: 13px;
    transition: all 0.3s ease-in-out;
}

.page-catagery-list ul li a:hover::before{
    filter: brightness(0) invert(0);
	transform: translate(0px, -50%) rotate(0);
}

.page-catagery-list ul li a::after{
	content: '';
    position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
	opacity: 10%;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.sidebar-cta-box{
	position: relative;
	background: url('../images/sidebar-bg-image.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	border-radius: 18px;
	padding: 65px;
	overflow: hidden;
}

.sidebar-cta-box::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--accent-secondary-color);
	opacity: 60%;
	z-index: 0;
}

.sidebar-cta-logo{
	position: relative;
	margin-bottom: 60px;
	z-index: 1;
}

.sidebar-cta-logo img{
	width: 100%;
	max-width: 92px;
}

.cta-contact-content{
	position: relative;
	margin-bottom: 20px;
	z-index: 1;
}

.cta-contact-content p{
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.cta-contact-content h3{
	font-size: 18px;
	text-transform: uppercase;
}

.service-featured-image{
	margin-bottom: 40px;
}

.service-featured-image figure{
	display: block;
	border-radius: 18px;
}

.service-featured-image img{
	width: 100%;
	aspect-ratio: 1 / 0.608;
	object-fit: cover;
	border-radius: 18px;
}

.service-entry{
	margin-bottom: 60px;
}

.service-entry p{
	margin-bottom: 20px;
}

.service-entry p:last-child{
	margin-bottom: 0;
}

.service-entry h2{
	font-size: 46px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.service-entry h2 span{
	color: var(--accent-color);
}

.service-entry ul{
	display: flex;
	gap: 20px 30px;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 20px;
	padding: 0;
}

.service-entry ul li{
	width: 100%;
    background-image: url('../images/arrow-accent.svg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 22px auto;
    line-height: 1.4em;
    padding-left: 30px;
}

.service-entry-counters{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 40px;
}

.service-counter-item{
	position: relative;
	width: calc(50% - 15px);
}

.service-counter-image img{
	width: 100%;
	aspect-ratio: 1 / 0.582;
	object-fit: cover;
	border-radius: 18px;
	filter: brightness(50%);
}

.service-counter-content{
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	align-content: center;
}

.service-counter-content h2{
	letter-spacing: 0;
}

.service-counter-content h2 span{
	color: var(--primary-color);
}

.service-counter-content h3{
	font-size: 20px;
	margin-bottom: 10px;
}

.fitness-potential-box{
	margin-top: 60px;
}

.fitness-item-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 40px;
}

.fitness-item{
	width: calc(33.33% - 20px);
	background-color: var(--secondary-color);
	border-radius: 18px;
	text-align: center;
	padding: 30px 20px;
	transition: all 0.3s ease-in-out;
}

.fitness-item:hover{
	transform: translateY(-4px);
}

.fitness-item .icon-box{
	margin-bottom: 30px;
}

.fitness-item .icon-box img{
	width: 100%;
	max-width: 40px;
}

.fitness-item-content h3{
	font-size: 20px;
	margin-bottom: 10px;
}

.service-entry-video{
    position: relative;
    margin-top: 40px;
}

.service-entry-video-image figure{
    display: block;
	border-radius: 18px;
}

.service-entry-video-image img{
    width: 100%;
    aspect-ratio: 1 / 0.433;
    object-fit: cover;
	filter: brightness(80%);
	border-radius: 18px;
}

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

.video-play-button a{
	position: relative;
	background: var(--accent-color);
	border-radius: 100%;
	width: 74px;
	height: 74px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: none;
	transition: all 0.4s ease-in-out;
}

.video-play-button a:hover{
	background-color: var(--primary-color);
}

.video-play-button a:before{
	content: '';
	position: absolute;
	top: -30%;
	left: -30%;
	width: 160%;
	height: 160%;
	border: 50px solid var(--primary-color);
	opacity: 60%;
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1.2s infinite linear;
}

.video-play-button a:after{
	content: '';
	position: absolute;
	top: -30%;
	left: -30%;
	width: 160%;
	height: 160%;
	border: 50px solid var(--primary-color);
	opacity: 60%;
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1.2s infinite linear;
	animation-delay: .3s;
}

@keyframes border-zooming{
	100%{
		transform: scale(1);
		opacity: 0;
	}
}

.video-play-button a i{
	font-size: 30px;
	color: var(--secondary-color);
	margin-left: 3px;
}

.fitness-potential-list{
	margin: 40px 0;
}

.fitness-potential-list ul li{
	width: calc(33.33% - 20px);
}

.page-single-faqs .section-title{
	padding: 0;
}

/************************************/
/***  	 19. Blog Archive css 	  ***/
/************************************/

.page-blog{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding: 100px 0;
}

.page-blog .post-item{
	gap: 20px;
	margin-bottom: 30px;
}

.page-blog .post-featured-image,
.page-blog .post-item-body{
    width: 100%;
}

.page-blog .post-featured-image img{
	aspect-ratio: 1 / 0.75;
}

.page-blog .post-item-content{
    margin-bottom: 20px;
}

.page-blog .post-item-content h2{
	margin-bottom: 0;
}

.page-pagination{
    margin-top: 30px;
    text-align: center;
}

.page-pagination ul{
    justify-content: center;
    padding: 0;
    margin: 0;
}

.page-pagination ul li a,
.page-pagination ul li span{
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    color: var(--primary-color);
	border-radius: 12px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 700;
	line-height: 1em;
    transition: all 0.3s ease-in-out;
}

.page-pagination ul li.active a, 
.page-pagination ul li a:hover{
    background: var(--accent-color);
	color: var(--secondary-color);
}

/************************************/
/***  	 20. Blog Single css 	  ***/
/************************************/

.page-single-post{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100% auto;
	padding: 100px 0;
}

.post-single-meta ol li{
	font-size: 18px;
	color: var(--primary-color);
	margin-right: 15px;
}

.post-single-meta ol li:last-child{
	margin-right: 0;
}

.post-single-meta ol li i{
    font-size: 18px;
    color: var(--primary-color);
    margin-right: 5px;
}

.post-image{
	position: relative;
	margin-bottom: 30px;
}

.post-image figure{
	display: block;	
	border-radius: 18px;
	overflow: hidden;
}

.post-image img{
	width: 100%;
	aspect-ratio: 1 / 0.50;
	object-fit: cover;
	border-radius: 18px;
}

.post-content{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.post-entry{
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 30px;
    margin-bottom: 30px;
}

.post-entry:after{
    content: '';
    display: block;
    clear: both;
}

.post-entry a{
    color: var(--accent-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6{
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	margin: 0 0 0.44em;
}

.post-entry h1{
	font-size: 68px;
}

.post-entry h2{
	font-size: 46px;
}

.post-entry h3{
	font-size: 40px;
}

.post-entry h4{
	font-size: 30px;
}

.post-entry h5{
	font-size: 24px;
}

.post-entry h6{
	font-size: 18px;
}

.post-entry p{
	margin-bottom: 20px;
}

.post-entry p:last-child{
	margin-bottom: 0;
}

.post-entry p strong{
	color: var(--primary-color);
	font-size: 18px;
	font-weight: 600;
}

.post-entry ol{
    margin: 0 0 30px;
}

.post-entry ul{
	padding: 0;
	margin: 20px 0 20px;
	padding-left: 20px;
}

.post-entry ol li,
.post-entry ul li{
    position: relative;
	font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--text-color);
    margin-bottom: 15px;
}

.post-entry ul li:last-child{
	margin-bottom: 0;
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul{
    margin-top: 20px;
    margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child{
    margin-bottom: 0;
}

.post-entry blockquote{
	background: url('../images/icon-blockquote.svg'), var(--accent-color);
	background-repeat: no-repeat;
	background-position: 30px 30px;
    background-size: 50px;
	border-radius: 18px;
    padding: 30px 30px 30px 90px;
    margin-bottom: 30px;
}

.post-entry blockquote p{
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5em;
	color: var(--accent-secondary-color);
}

.post-entry blockquote p:last-child{
	margin-bottom: 0;
}

.tag-links{
    font-size: 24px;
	font-weight: 700;
    text-transform: uppercase;
	color: var(--primary-color);
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.post-tags .tag-links a{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1em;
	background: var(--accent-color);
    color: var(--accent-secondary-color);
	border-radius: 46px;
    padding: 12px 20px;
	transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover{
	background: var(--primary-color);
}

.post-social-sharing{
    text-align: right;
}

.post-social-sharing ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-social-sharing ul li{
    display: inline-block;
    margin-right: 10px;
}

.post-social-sharing ul li:last-child{
	margin-right: 0;
}

.post-social-sharing ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	background: var(--accent-color);
    color: var(--accent-secondary-color);
	border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li:hover a{
	background: var(--primary-color);

}

.post-social-sharing ul li a i{
    font-size: 18px;
    color: inherit;
}

/************************************/
/***  	 21. Projects Page css 	  ***/
/************************************/

.page-projects{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding: 100px 0 60px;
}

.project-item{
	height: calc(100% - 40px);
	margin-bottom: 40px;
}

.project-image{
	position: relative;
	margin-bottom: 20px;
}

.project-image a{
	display: block;
	cursor: none;
	border-radius: 18px;
	overflow: hidden;
}

.project-image figure{
	display: block;
}

.project-image img{
	width: 100%;
	aspect-ratio: 1 / 0.87;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.project-item:hover .project-image figure img{
	transform: scale(1.1);
}

.project-tag{
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 1;
}

.project-tag a{
	display: inline-block;
	background-color: var(--accent-color);
	color: var(--accent-secondary-color);
	border-radius: 7px;
	font-size: 16px;
	text-transform: capitalize;
	padding: 8px 18px;
	cursor: pointer;
}

.project-body{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.project-item-content{
	width: calc(100% - 70px);
}

.project-item-content h3{
	font-size: 20px;
	text-transform: capitalize;
}

.project-item-content h3 a{
	color: inherit;
}

.project-item-btn a{
	display: block;
	background-color: var(--secondary-color);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: all 0.3s ease-in-out;	
}

.project-item-btn a:hover{
	background-color: var(--accent-color);
}

.project-item-btn a img{
	position: relative;
	max-width: 24px;
	filter: brightness(0) invert(1);
	transform: rotate(-45deg);
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.project-item-btn a:hover img{
	filter: brightness(0) invert(0);
	transform: rotate(0deg);
}

/************************************/
/***  	22. Project Single css 	  ***/
/************************************/

.page-project-single{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100% auto;
	padding: 100px 0;
}

.project-detail-list{
	border-radius: 18px;
    margin-bottom: 60px;
	overflow: hidden;
}

.project-detail-list h3{
    font-size: 20px;
    color: var(--accent-secondary-color);
    text-transform: uppercase;
    background: var(--accent-color);
    padding: 15px 30px;
}

.project-detail-list ul{
    background: var(--secondary-color);
    margin: 0;
    padding: 30px;
    list-style: none;
}

.project-detail-list ul li{
    font-size: 20px;
    font-weight: 700;
	line-height: 1.4em;
    text-transform: capitalize;
    color: var(--primary-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.project-detail-list ul li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.project-detail-list ul li span{
    font-size: 16px;
    font-weight: 400;
    color: var(--accent-color);
    width: 66%;
}

.project-single-slider{
    margin-bottom: 40px;
}

.project-single-slider .swiper-slide figure{
	display: block;
	border-radius: 18px;
}

.project-single-slider .swiper-slide img{
    width: 100%;
    aspect-ratio: 1 / 0.598;
    object-fit: cover;
	border-radius: 18px;
}

.project-single-slider .projects-pagination{
    position: relative;
	text-align: center;
	margin-top: 30px;
}

.project-single-slider .swiper-pagination-bullet{
    height: 10px;
    width: 10px;
    background: var(--divider-color);
    opacity: 1;
    margin: 0 3px;
    border-radius: 100px;
    transition: all 0.4s ease-in-out;
}

.project-single-slider .swiper-pagination-bullet-active{
	width: 30px;
    background: var(--accent-color);
}

.project-entry{
	margin-bottom: 60px;
}

.project-entry p{
	margin-bottom: 20px;
}

.project-entry p:last-child{
	margin-bottom: 0;
}

.project-entry h2{
	font-size: 46px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.project-entry h2 span{
	color: var(--accent-color);
}

.project-entry h3{
	font-size: 20px;
	color: var(--accent-color);
	margin-bottom: 20px;
}

.project-entry ul{
	display: flex;
	gap: 20px 30px;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 20px;
	padding: 0;
}

.project-entry ul li{
	width: 100%;
    background-image: url('../images/arrow-accent.svg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 22px auto;
    line-height: 1.4em;
    padding-left: 30px;
}

.project-strength-box,
.project-challenge-box{
	margin-top: 60px;
}

.project-challenge-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 80px;
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.project-challenge-item{
	position: relative;
	width: calc(33.33% - 53.33px);
}

.project-challenge-item::before{
	content: '';
	position: absolute;
	top: 50%;
	right: -40px;
	background-color: var(--divider-color);
	width: 1px;
	height: 70%;
	transform: translateY(-50%);
}

.project-challenge-item:last-child:before,
.project-challenge-item:nth-child(3n + 3):before{
	display: none;
}

.project-challenge-item .icon-box{
	position: relative;
	width: 60px;
	height: 60px;
	background: var(--accent-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;	
}

.project-challenge-item .icon-box::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.project-challenge-item:hover .icon-box:before{
    transform: scale(1);
}

.project-challenge-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 30px;
	z-index: 1;
}

.project-challenge-content h3{
	color: var(--primary-color);
	margin-bottom: 10px;
}

.project-solution-list{
	margin-top: 40px;
}

.project-solution-list ul li{
	width: calc(50% - 15px);
}

/************************************/
/***  	  23. Team Page css 	  ***/
/************************************/

.page-team{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding: 100px 0 70px;
}

/************************************/
/***  	  24. Team Single css 	  ***/
/************************************/

.page-team-single{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100% auto;
	padding: 100px 0;
}

.team-single-image{
	margin-bottom: 60px;
}

.team-single-image figure{
	display: block;
	border-radius: 18px;
}

.team-single-image img{
	width: 100%;
	aspect-ratio: 1 / 1.271;
	object-fit: cover;
	border-radius: 18px;
}

.team-single-content .section-title{
	padding: 0;
}

.team-member-info,
.team-expertise-box,
.team-transform-box{
	margin-bottom: 60px;
}

.team-member-info{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px 100px;
}

.member-info-box{
	position: relative;
	width: calc(62% - 50px);
}

.member-info-box::before{
	content: '';
    position: absolute;
    top: 0;
    right: -50px;
    background-color: var(--divider-color);
    width: 1px;
    height: 100%;
}

.member-info-box .section-title h3{
	font-size: 18px;
	line-height: 1.2em;
	color: var(--text-color);
	background: transparent;
	padding: 0;
	margin-bottom: 5px;
}

.member-contact-list{
	width: calc(38% - 50px);
}

.member-social-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.member-social-links ul li{
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
}

.member-social-links ul li:last-child{
	margin: 0;
}

.member-social-links ul li a{
	width: 40px;
	height: 40px;
	border: 1px solid var(--divider-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--primary-color);
	transition: all 0.4s ease-in-out;
}

.member-social-links ul li:hover a{
	background: var(--accent-color);
	border-color: var(--accent-color);
	color: var(--accent-secondary-color);
}

.member-social-links ul li a i{
    color: inherit;
    font-size: 16px;
}

.member-contact-item{
	margin-bottom: 40px;
}

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

.member-contact-item h3{
	font-size: 20px;
	text-transform: capitalize;
	color: var(--accent-color);
	margin-bottom: 10px;
}

.member-contact-item p{
	font-size: 16px;
	margin-bottom: 0;
}

.member-contact-item p a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.member-contact-item p a:hover{
	color: var(--accent-color);
}

.team-expertise-list{
	display: flex;
	flex-wrap: wrap;
	gap: 40px 30px;
}

.skills-progress-bar{
	width: calc(50% - 15px);
}

.skills-progress-bar .skill-data{
	display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.skills-progress-bar .skill-data .skill-title{
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
}

.skills-progress-bar .skillbar .skill-progress{
	position: relative;
	width: 100%;
	height: 16px;
	background: var(--divider-color);
	border-radius: 100px;
    overflow: hidden;
}

.skills-progress-bar .skillbar .skill-progress .count-bar{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: var(--accent-color);
	border-radius: 100px;
}

.team-transform-box{
	background: var(--secondary-color);
	border-radius: 18px;
	padding: 40px;
}

.team-transform-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.team-transform-list ul li{
    background-image: url('../images/arrow-accent.svg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 22px auto;
    line-height: 1.4em;
    padding-left: 30px;
	margin-bottom: 20px;
}

.team-transform-list ul li:last-child{
	margin-bottom: 0;
}

/************************************/
/***  	 25. Pricing Page css 	  ***/
/************************************/

.page-pricing{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding: 100px 0;
}

/************************************/
/***  26. Testimonials Page css   ***/
/************************************/

.page-testimonials{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding: 100px 0 70px;
}

.testimonial-box-item{
	background-color: var(--secondary-color);
	border-radius: 18px;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 40px;
}

.client-author-image{
	position: relative;
	margin-right: 30px;
	padding-right: 15px;
}

.client-author-image figure{
	width: 94px;
	border-radius: 50%;
}

.client-author-image figure img{
	width: 100%;
}

.testimonial-quotes-img{
	position: absolute;
	right: 0;
	bottom: 18px;
	width: 29px;
	height: 29px;
	background: var(--accent-color);
	border: 2px solid var(--secondary-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.testimonial-quotes-img img{
	width: 100%;
	max-width: 14px;
}

.client-testimonial-body{
	width: calc(100% - 139px);
}

.client-testimonial-info{
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.client-testimonial-info p{
	margin: 0;
}

.client-author-content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.client-author-title h3{
	font-size: 20px;
	text-transform: capitalize;
}

.client-testimonial-rating i{
	color: var(--accent-color);
	font-size: 20px;
	margin-right: 2px;
}

.client-testimonial-rating i:last-child{
	margin-right: 0;
}

/************************************/
/***  	 27. Image Gallery css 	  ***/
/************************************/

.page-gallery{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding: 100px 0 70px;
}

.page-gallery-box .photo-gallery{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.page-gallery-box .photo-gallery a{
	cursor: none;
}

.page-gallery-box .photo-gallery figure{
	display: block;
	border-radius: 18px;
}

.page-gallery-box .photo-gallery img{
	width: 100%;
	aspect-ratio: 1 / 0.87;
	object-fit: cover;
	border-radius: 18px;
}

/************************************/
/***  	 28. Video Gallery css 	  ***/
/************************************/

.page-video-gallery{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding: 100px 0 70px;
}

.video-gallery-image{
	height: calc(100% - 30px);
	margin-bottom: 30px;
	overflow: hidden;
}

.video-gallery-image a{
	position: relative;
	display: block;
	cursor: none;
}

.video-gallery-image a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--accent-secondary-color);
	border-radius: 18px;
    opacity: 0%;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.video-gallery-image:hover a::before{
    opacity: 40%;
    visibility: visible;
    transform: scale(1);
}

.video-gallery-image a::after{
    content: '\f04b';
	font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
	font-size: 20px;
	background: var(--accent-color);
	color: var(--secondary-color);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    cursor: none;
	display: flex;
	align-items: center;
	justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.video-gallery-image:hover a::after{
    opacity: 1;
    visibility: visible;
}

.video-gallery-image img{
	width: 100%;
	aspect-ratio: 1 / 0.87;
	object-fit: cover;
	border-radius: 18px;
}

/************************************/
/***  	  29. FAQs Page css 	  ***/
/************************************/

.page-faqs{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100% auto;
	padding: 100px 0;
}

.page-faqs-catagery .page-faq-accordion{
    margin-bottom: 60px;
}

.page-faqs-catagery .page-faq-accordion:last-child{
    margin-bottom: 0px;
}

/************************************/
/***    30. Contact Us Page css	  ***/
/************************************/

.page-contact-us{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding: 100px 0;
}

.contact-us-content{
	margin-right: 30px;
}

.contact-form .form-control{
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	color: var(--text-color);
	background: transparent;
	border: 1px solid var(--divider-color);
	border-radius: 12px;
	padding: 18px 20px;
	box-shadow: none;
	outline: none;
}

.contact-form .form-control::placeholder{
	color: var(--text-color);
}	

.contact-us-image{
	position: relative;
}

.contact-us-img figure{
	display: block;
	border-radius: 18px;
	overflow: hidden;
}

.contact-us-img figure:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(32, 39, 55, 0) 48.06%, #202737 97.67%);
	width: 100%;
	height: 100%;
}

.contact-us-img img{
	width: 100%;
	aspect-ratio: 1 / 1.07;
    object-fit: cover;
}

.contact-image-content{
	position: absolute;
	right: 50px;
	bottom: 50px;
	left: 50px;
	text-align: center;
	z-index: 1;
}

.contact-image-content .section-title{
	margin-bottom: 10px;
}

.contact-image-content ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact-image-content ul li{
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--accent-color);
	line-height: normal;
}

.contact-image-content ul li a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.contact-image-content ul li a:hover{
	color: var(--primary-color);
}

.contact-image-content ul li img{
	width: 100%;
	max-width: 24px;
	margin-right: 15px;
}

.contact-info-box{
	background-color: var(--secondary-color);
	border-radius: 18px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 100px;
	padding: 40px 70px;
}

.contact-info-item{
	width: calc(25% - 22.5px);
}

.contact-info-item .icon-box{
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid var(--divider-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.contact-info-item .icon-box:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--accent-color);
	border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.contact-info-item:hover .icon-box:before{
    transform: scale(1);
}

.contact-info-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 20px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.contact-info-item:hover .icon-box img{
	filter: brightness(0) invert(0);
}

.contact-info-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.contact-info-content p{
	margin: 0;
}

.contact-info-content p a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.contact-info-content p a:hover{
	color: var(--accent-color);
}

.google-map .container-fluid{
	padding: 0;
}

.google-map-iframe,
.google-map-iframe iframe{
	width: 100%;
	height: 700px;
}

/************************************/
/***  	31. 404 Error Page css 	  ***/
/************************************/

.error-page{
	background-image: url('../images/section-bg-circle-shape.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding: 100px 0;
}

.error-page-image{
	text-align: center;
	margin-bottom: 30px;
}

.error-page-image img{
	width: 100%;
	max-width: 65%;
}

.error-page-content{
	text-align: center;
}

.error-page-content .section-title{
	margin-bottom: 10px;
	padding-top: 0;
}

.error-page-content-body p{
	margin-bottom: 20px;
}

/************************************/
/***      32. Responsive css      ***/
/************************************/

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

	body{
		font-size: 16px;
	}

	.main-header{
		border-bottom: 1px solid var(--divider-color);
	}

	.navbar{
		padding: 20px 0;
	}

	.slicknav_nav li,
	.slicknav_nav ul{
        display: block;
    }

	.responsive-menu,
    .navbar-toggle{
        display: block;
    }

	.header-btn{
		display: none;
	}

	.btn-default{
		padding: 14px 20px;
	}

	.btn-default::before{
		content: '';
		position: absolute;
		top: 50%;
		right: -36px;
		width: 44px;
		height: 44px;
		background-size: 22px auto;
	}

	.btn-default.btn-highlighted{
		padding: 13px 20px;
	}

	.readmore-btn{
		font-size: 18px;
	}

	.section-row{
		margin-bottom: 40px;
	}

	.section-row .section-title.section-title-center{
		max-width: 100%;
	}

	.section-title{
		margin-bottom: 30px;
		padding-top: 40px;
	}

	.section-bg-title span{
		font-size: 75px;
	}

	.section-title h3{
		background-size: 30px auto;
		padding-left: 40px;
	}

	.section-title h1{
		font-size: 48px;
	}

	.section-title h2{
		font-size: 36px;
	}

	.section-title p{
		margin-top: 10px;
	}

	.section-title p span{
		font-size: 18px;
	}

	.section-title-content{
		margin-top: 10px;
	}

	.section-btn{
		text-align: left;
	}

	.section-content-btn .section-btn{
		margin-top: 15px;
	}

	.hero{
		padding: 140px 0 0;
	}

	.hero.hero-bg-image{
		padding: 170px 0 80px;
	}
	
	.hero.hero-bg-image.hero-slider-layout .hero-slide{
		padding: 170px 0 80px;
	}

	.hero.hero-bg-image.hero-slider-layout .hero-pagination{
		padding-left: 15px;
		bottom: 30px;
	}

	.hero.hero-bg-image.hero-slider-layout .hero-pagination .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}

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

	.hero.hero-bg-image .hero-content{
		margin-bottom: 0;
	}

	.hero-counter-box,
	.hero-content .section-title{
		margin-bottom: 30px;
	}

	.hero-content .section-title p{
		padding: 2px 0 2px 15px;
	}

	.hero-image{
		width: 100%;
		max-width: 70%;
		margin: 0 auto;
	}

	.expertise-circle img{
		max-width: 100px;
	}

	.hero-counter-item h3{
		font-size: 26px;
	}

	.our-scrolling-ticker{
		padding: 15px 0;
	}

	.scrolling-content span{
		font-size: 26px;
	}

	.scrolling-content span img{
		max-width: 26px;
	}

	.about-us{
		padding: 50px 0;
	}

	.about-us-images{
		width: 100%;
		max-width: 81%;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.about-us-btn{
		margin-top: 30px;
	}

	.our-services{
		padding: 50px 0;
	}

	.service-image img{
		aspect-ratio: 1 / 0.82;
	}

	.service-body{
		right: 20px;
		bottom: 20px;
		left: 20px;
	}

	.service-content h3{
		font-size: 24px;
	}

	.services-pagination{
		margin-top: 40px;
	}

	.section-footer-text{
		margin-top: 20px;
	}

	.why-choose-us{
		padding: 50px 0;
	}

	.why-choose-content{
		margin-bottom: 30px;
	}

	.why-choose-step-item{
		margin-bottom: 30px;
	}

	.why-choose-step-item:after{
		transform: translate(25px, 50px);
	}

	.why-choose-step-no{
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}

	.why-choose-step-content{
		width: calc(100% - 60px);
	}

	.why-choose-step-content h3{
		margin-bottom: 5px;
	}

	.why-choose-image{
		max-width: 70%;
		margin: 0 auto;
	}

	.contact-now-circle img{
		max-width: 120px;
	}

	.our-pricing{
		padding: 50px 0;
	}

	.pricing-item{
		padding: 60px 30px;
	}

	.pricing-body,
	.pricing-header{
		margin-bottom: 30px;
	}

	.pricing-header h2{
		font-size: 36px;
	}

	.pricing-body ul li{
		padding-left: 25px;
		margin-bottom: 15px;
		background-size: 20px auto;
	}

	.pricing-item.highlighted-box:after{
		font-size: 18px;
		padding: 15px 12px;
		right: 30px;
	}

	.pricing-benefit-list{
		margin-top: 10px;
	}

	.pricing-benefit-list ul{
		gap: 15px 30px;
	}

	.pricing-benefit-list ul li img{
		max-width: 18px;
		margin-right: 10px;
	}

	.our-team{
		padding: 50px 0 20px;
	}

	.team-image img{
		aspect-ratio: 1 / 1.05;
	}

	.team-body{
		right: 20px;
		bottom: 20px;
		left: 20px;
		transform: translateY(20px);
	}

	.our-faqs{
		padding: 50px 0;
	}

	.faq-image{
		max-width: 75%;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.faq-image:before{
		top: 45px;
		height: 235px;
	}

	.faq-accordion .accordion-header .accordion-button{
		padding: 10px 40px 10px 15px;
	}

	.faq-accordion .accordion-item .accordion-button::after,
	.faq-accordion .accordion-item .accordion-button.collapsed::after{
		right: 15px;
	}

	.faq-accordion .accordion-item .accordion-body{
		padding: 15px 40px 15px 15px;
	}

	.our-testimonials{
		padding: 50px 0;
	}

	.testimonial-slider .swiper{
		margin:  0 50px;
	}

	.testimonial-content{
		margin-bottom: 30px;
	}	

	.testimonial-content p{
		font-size: 22px;
	}

	.author-image figure,
	.author-image img{
		max-width: 80px;
	}

	.testimonial-btn-prev,
	.testimonial-btn-next{
		width: 50px;
		height: 50px;
	}

	.testimonial-btn-prev::before,
	.testimonial-btn-next::before{
		font-size: 18px;
	}

	.our-blog{
		padding: 50px 0;
	}

	.post-item{
		gap: 20px;
	}

	.post-featured-image,
	.post-item-body{
		width: calc(50% - 10px);
	}

	.post-item-content{
		margin-bottom: 15px;
	}

	.post-item-content h2{
		margin-bottom: 10px;
	}

	.post-featured-image img{
		aspect-ratio: 1 / 0.6;
	}

	.post-item.highlighted-post-item{
		margin-bottom: 30px;
	}

	.post-item.highlighted-post-item .post-featured-image img{
		aspect-ratio: 1 / 0.6;
	}

	.cta-box-image{
		margin-right: 0;
	}

	.cta-box-image img{
		aspect-ratio: 1 / 0.83;
	}

	.cta-box-content{
		margin-bottom: 30px;
	}

	.cta-box-content .section-title{
		margin-bottom: 15px;
	}

	.cta-box-body{
		margin-bottom: 20px;
	}

	.cta-box-body ul li{
		background-size: 20px auto;
		margin-bottom: 10px;
		padding-left: 25px;
	}

	.footer-main{
		padding: 50px 0 0;
	}

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

	.about-footer-content{
		margin-bottom: 20px;
	}

	.footer-contact-item{
		margin-bottom: 15px;
	}

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

	.footer-links h3{
		font-size: 20px;
		margin-bottom: 15px;
	}

	.footer-links ul li{
		margin-bottom: 10px;
	}

	.footer-copyright{
		margin-top: 0px;
		padding: 20px 0;
	}
	
	.footer-social-links ul li{
		margin-right: 10px;
	}

	.page-header{
		padding: 160px 0 70px;
	}

	.page-header-box h1{
		font-size: 48px;
	}

	.page-header-box ol li.breadcrumb-item{
		font-size: 16px;
	}

	.our-scrolling-ticker.subpages-scrolling-ticker{
		padding: 10px 0;
	}

	.our-scrolling-ticker.subpages-scrolling-ticker .scrolling-content span{
		font-size: 22px;
	}

	.our-scrolling-ticker.subpages-scrolling-ticker .scrolling-content span img{
        max-width: 22px;
    }

	.our-approach{
        padding: 50px 0;
    }

    .our-approach-content{
        margin-bottom: 30px;
    }

    .approach-image img{
        aspect-ratio: 1 / 0.95;
    }

    .approach-item{
        padding: 20px;
        margin-bottom: 30px;
    }

    .approach-item .icon-box{
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .approach-item-content{
        width: calc(100% - 60px);
    }

    .our-goal{
        padding: 50px 0;
    }

    .goal-content{
        margin: 0 0 30px 0;
    }

    .goal-content-item{
        margin-bottom: 30px;
    }

    .goal-content-item .icon-box{
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .goal-content-item .icon-box img{
        max-width: 26px;
    }

    .goal-item-content{
        width: calc(100% - 60px);
    }

    .goal-image{
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
    }

    .our-health{
        padding: 50px 0;
    }

    .our-health-images{
        max-width: 80%;
        margin: 0 auto;
		margin-bottom: 30px;
		gap: 20px;
    }

	.our-health-image-1{
        width: calc(52% - 10px);
    }

    .our-health-image-2{
        width: calc(48% - 10px);
    }  

    .our-health-images .contact-now-circle img{
        max-width: 100px;
    }

    .our-journey{
        padding: 50px 0;
    }

    .journey-item{
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .journey-item .icon-box{
        margin-bottom: 20px;
    }

    .journey-item .icon-box img{
        max-width: 50px;
    }

    .journey-item-content h3{
        margin-bottom: 10px;
    }

    .journey-image{
        margin: 30px auto 0;
        width: 100%;
        max-width: 70%;
    }

	.page-services{
		padding: 50px 0 20px;
	}

	.page-service-single{
		padding: 50px 0;
	}

	.page-single-sidebar{
		position: initial;
		margin: 0 0 30px 0;
	}

	.page-catagery-list{
		margin-bottom: 30px;
	}

	.page-catagery-list h3{
		font-size: 22px;
		padding: 20px 20px 15px;
	}

	.page-catagery-list ul{
		padding: 20px;
	}

	.page-catagery-list ul li a{
		padding: 12px 35px 12px 15px;
	}

	.page-catagery-list ul li a::before{
		right: 15px;
		width: 15px;
		height: 10px;
	}

	.sidebar-cta-box{
		padding: 40px;
	}

	.sidebar-cta-logo{
		margin-bottom: 30px;
	}

	.sidebar-cta-logo img{
		max-width: 75px;
	}

	.cta-contact-content p{
		margin-bottom: 10px;
	}

	.service-featured-image{
		margin-bottom: 30px;
	}

	.service-entry{
		margin-bottom: 40px;
	}

	.service-entry p{
		margin-bottom: 15px;
	}

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

	.service-entry ul{
		gap: 15px 20px;
		margin-bottom: 15px;
	}

	.service-entry ul li{
		background-size: 20px auto;
		padding-left: 25px;
	}

	.service-entry-counters{
		margin-top: 30px;
	}

	.service-counter-content{
		top: 20px;
		left: 20px;
		right: 20px;
		bottom: 20px;
	}

	.service-counter-content h3{
		margin-bottom: 5px;
	}

	.fitness-potential-box{
		margin-top: 40px;
	}

	.fitness-item-list{
		margin-top: 30px;
	}

	.fitness-item{
		width: calc(33.33% - 20px);
		padding: 20px 15px;
	}

	.fitness-item .icon-box{
		margin-bottom: 20px;
	}

	.service-entry-video{
		margin-top: 30px;
	}

	.video-play-button a{
		width: 50px;
		height: 50px;
	}

	.video-play-button a:before,
	.video-play-button a:after{
		top: -50%;
		left: -50%;
	}

	.video-play-button a i{
		font-size: 20px;
		margin-left: 2px;
	}

	.fitness-potential-list{
		margin: 30px 0;
	}

	.fitness-potential-list ul li{
		width: calc(33.33% - 13.33px);
	}

	.page-blog{
		padding: 50px 0;
	}

	.page-blog .post-item{
		gap: 15px;
	}

	.page-blog .post-item-content{
		margin-bottom: 15px;
	}

	.page-pagination{
		margin-top: 10px;
	}

	.page-single-post{
		padding: 50px 0;
	}

	.post-single-meta ol li{
		font-size: 16px;
	}
	
	.post-single-meta ol li i{
		font-size: 16px;
	}
	
	.post-image{
		margin-bottom: 20px;
	}
	
	.post-entry h1,
	.post-entry h2,
	.post-entry h3,
	.post-entry h4,
	.post-entry h5,
	.post-entry h6{
		margin: 0 0 0.42em;
	}
	
	.post-entry h2{
		font-size: 36px;
	}
	
	.post-entry p{
		margin-bottom: 15px;
	}
	
	.post-entry ol li,
	.post-entry ul li{
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.post-entry blockquote{
		background-position: 20px 20px;
		background-size: 40px;
		padding: 20px 20px 20px 70px;
		margin-bottom: 20px;
	}
	
	.post-entry blockquote p{
		font-size: 20px;
	}
	
	.post-tags{
		margin-bottom: 20px;
	}
	
	.tag-links{
		font-size: 22px;
	}
	
	.post-tags .tag-links a{
		padding: 10px 15px;
	}
	
	.post-social-sharing ul{
		text-align: left;
	}

	.page-projects{
		padding: 50px 0 20px;
	}

	.project-item{
		height: calc(100% - 30px);
		margin-bottom: 30px;
	}

	.project-image{
		margin-bottom: 15px;
	}

	.project-tag{
		bottom: 20px;
		left: 20px;
	}

	.project-image img{
		aspect-ratio: 1 / 0.8;
	}

	.page-project-single{
		padding: 50px 0;
	}

	.project-detail-list{
		margin-bottom: 30px;
	}

	.project-detail-list h3{
		padding: 12px 20px;
	}

	.project-detail-list ul{
		padding: 20px;
	}

	.project-detail-list ul li{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.project-single-slider{
		margin-bottom: 30px;
	}

	.project-single-slider .projects-pagination{
		margin-top: 25px;
	}

	.project-entry{
		margin-bottom: 40px;
	}

	.project-entry p,
	.project-entry h3{
		margin-bottom: 15px;
	}
	
	.project-entry h2{
		font-size: 36px;
		margin-bottom: 15px;
	}

	.project-entry ul{
		gap: 15px 30px;
		margin-bottom: 15px;
	}

	.project-entry ul li{
		background-size: 20px auto;
		padding-left: 25px;
	}

	.project-strength-box,
	.project-challenge-box{
		margin-top: 40px;
	}

	.project-challenge-list{
		gap: 30px 40px;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.project-challenge-item{
		width: calc(33.33% - 26.67px);
	}

	.project-challenge-item::before{
		right: -20px;
	}

	.project-challenge-item .icon-box{
		width: 50px;
		height: 50px;
		margin-bottom: 20px;
	}

	.project-challenge-item .icon-box img{
		max-width: 26px;
	}

	.project-challenge-content h3{
		margin-bottom: 5px;
	}

	.project-solution-list{
		margin-top: 30px;
	}

	.page-team{
		padding: 50px 0 20px;
	}

	.page-team-single{
		padding: 50px 0;
	}

	.team-single-image{
		margin-bottom: 30px;
	}

	.team-single-image img{
		aspect-ratio: 1 / 0.7;
		object-position: top center;
	}

	.team-member-info,
	.team-expertise-box,
	.team-transform-box{
		margin-bottom: 40px;
	}

	.team-member-info{
		gap: 40px 80px;
	}

	.member-info-box{
		width: calc(65% - 40px);
	}

	.member-info-box::before{
		right: -40px;
	}

	.member-info-box .section-title h3{
		font-size: 16px;
	}

	.member-contact-list{
		width: calc(35% - 40px);
	}

	.member-contact-item{
		margin-bottom: 30px;
	}

	.member-contact-item h3{
		margin-bottom: 5px;
	}

	.team-expertise-list{
		gap: 30px;
	}

	.skills-progress-bar .skill-data{
		margin-bottom: 15px;
	}

	.skills-progress-bar .skillbar .skill-progress{
		height: 12px;
	}

	.team-transform-box{
		padding: 30px;
	}

	.team-transform-list ul li{
		background-size: 20px auto;
		padding-left: 25px;
		margin-bottom: 15px;
	}
	
	.page-pricing{
		padding: 50px 0;
	}

	.page-testimonials{
		padding: 50px 0 20px;
	}

	.testimonial-box-item{
		padding: 30px;
	}

	.client-author-image{
		margin-right: 20px;
		padding-right: 10px;
	}

	.client-author-image figure{
		width: 84px;
	}

	.client-testimonial-body{
		width: calc(100% - 114px);
	}

	.client-testimonial-info{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.client-testimonial-rating i{
		font-size: 18px;
	}

	.page-gallery{
		padding: 50px 0 20px;
	}

	.page-video-gallery{
		padding: 50px 0 20px;
	}

	.page-faqs{
		padding: 50px 0;
	}

	.page-faqs-catagery .page-faq-accordion{
		margin-bottom: 40px;
	}

	.page-contact-us{
		padding: 50px 0;
	}

	.contact-us-content{
		margin-right: 0;
		margin-bottom: 30px;
	}

	.contact-form .form-control{
		font-size: 16px;
		padding: 15px;
	}

	.contact-us-img img{
		aspect-ratio: 1 / 0.75;
	}

	.contact-image-content{
		right: 20px;
		bottom: 20px;
		left: 20px;
	}

	.contact-image-content ul li img{
		max-width: 20px;
		margin-right: 10px;
	}

	.contact-info-box{
		gap: 20px;
		padding: 30px 50px;
		margin-top: 50px;
	}

	.contact-info-item{
		width: calc(50% - 10px);
	}

	.contact-info-item .icon-box{
		margin-bottom: 20px;
	}

	.google-map-iframe,
	.google-map-iframe iframe{
		height: 500px;
	}

	.error-page{
		padding: 50px 0;
	}

	.error-page-image{
		margin-bottom: 20px;
	}

	.error-page-image img{
		max-width: 80%;
	}

	.error-page-content-body p{
        margin-bottom: 15px;
    }
}

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

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

	.readmore-btn{
		font-size: 16px;
	}

	.section-row{
		margin-bottom: 30px;
	}

	.section-title{
        padding-top: 30px;
    }

	.section-bg-title span{
        font-size: 50px;
    }

	.section-title h1{
		font-size: 28px;
	}

	.section-title h2{
		font-size: 26px;
	}

	.hero-content .section-title p{
		margin-top: 15px;
	}

	.hero-counter-box{
		gap: 20px;
	}

	.hero-counter-item{
        width: calc(33.33% - 13.33px);
    }

	.hero-counter-item h3{
        font-size: 22px;
    }

	.hero-btn{
		gap: 15px;
	}

	.hero-image{
        max-width: 100%;
		margin: 0;
    }

	.expertise-circle{
		top: 30px;
	}

	.expertise-circle img{
        max-width: 80px;
    }

	.scrolling-ticker-box{
		--gap: 10px;
	}

	.scrolling-content span{
        font-size: 22px;
    }

	.scrolling-content span img{
        max-width: 22px;
		margin-right: 10px;
    }

	.about-us-images{
		background-position: left 75px bottom 100px;
        max-width: 100%;
        margin-bottom: 30px;
    }


	.about-img-2{
		max-width: 210px;
		margin: 0 auto;
		margin-right: 0;
		margin-top: -110px;
	}

	.about-img-3{
		top: 50px;
		max-width: 140px;
	}

	.about-us-body{
		gap: 40px 20px;
	}



	.about-us-body-item::before{
		bottom: -20px;
	}

	.about-us-body-item:nth-child(odd):before{
		width: calc(100% + 20px);
	}

	.about-us-body-item h3{
		font-size: 18px;
		padding-left: 25px;
		margin-bottom: 10px;
	}

	.about-us-body-item h3::before{
		width: 20px;
		height: 18px;
	}

	.service-content h3{
        font-size: 20px;
    }

	.section-footer-text{
        margin-top: 10px;
    }

	.why-choose-step-item{
        margin-bottom: 20px;
    }

	.why-choose-step-item:after{
        transform: translate(20px, 40px);
    }

	.why-choose-step-no{
        width: 40px;
        height: 40px;
    }

	.why-choose-step-content{
        width: calc(100% - 50px);
    }

	.why-choose-step-content h3{
		font-size: 18px;
	}

	.why-choose-step-content p{
		font-size: 14px;
	}

	.why-choose-image{
		max-width: 100%;
	}

	.contact-now-circle img{
        max-width: 100px;
    }

	.pricing-item{
        padding: 40px 20px;
    }

	.pricing-header{
		margin-right: 50px;
        margin-bottom: 20px;
    }

	.pricing-header h3{
		font-size: 16px;
	}

	.pricing-header h2{
        font-size: 26px;
    }

	.pricing-body{
        margin-bottom: 20px;
    }

	.pricing-item.highlighted-box:after{
		font-size: 16px;
        right: 20px;
    }

	.pricing-benefit-list{
		margin-top: 5px;
	}

	.pricing-benefit-list ul{
		gap: 10px;
	}

	.pricing-benefit-list ul li{
		width: calc(50% - 7.5px);
		font-size: 12px;
	}

	.pricing-benefit-list ul li img{
		max-width: 16px;
		margin-right: 5px;
	}

	.faq-image{
		max-width: 100%;
		background-position: bottom 20px right 90px;
		padding: 0 0 55px 50px;
	}

	.faq-image:before{
		width: 15px;
		top: 35px;
		left: 15px;
		height: 175px;
	}

	.faq-img-2{
		max-width: 200px;
		border-width: 5px;
	}

	.faq-accordion .accordion-item{
		margin-bottom: 20px;
	}

	.faq-accordion .accordion-header .accordion-button{
        padding: 10px 35px 10px 10px;
    }

	.faq-accordion .accordion-item .accordion-button::after,
	.faq-accordion .accordion-item .accordion-button.collapsed::after{
        right: 10px;
    }

	.faq-accordion .accordion-item .accordion-body{
		padding: 10px;
	}

	.testimonial-slider .swiper{
        margin: 0px;
		padding-bottom: 60px;
    }

	.testimonial-content{
		margin-bottom: 20px;
	}

	.testimonial-content p{
		font-size: 16px;
	}

	.author-image{
		margin-bottom: 10px;
	}
	
	.author-image figure,
	.author-image img{
        max-width: 60px;
    }

	.author-content h3{
		font-size: 18px;
	}

	.testimonial-btn-prev,
	.testimonial-btn-next{
		top: auto;
		bottom: 0;
		width: 40px;
		height: 40px;
	}

	.testimonial-btn-prev{
		left: calc(50% - 25px);
		transform: translateX(-50%);
	}

	.testimonial-btn-next{
		right: calc(50% - 65px);
		transform: translateX(-50%);
	} 

	.testimonial-btn-prev::before,
	.testimonial-btn-next::before{
		font-size: 14px;
	}

	.post-item{
		gap: 15px;
	}
	
	.post-featured-image,
	.post-item-body{
		width: 100%;
	}
		
	.post-item-content h2{
		font-size: 18px;
		margin-bottom: 5px;
	}

	.footer-logo,
	.about-footer-content{
		margin-bottom: 15px;
	}

	.footer-links h3{
		font-size: 18px;
	}

	.footer-copyright{
		flex-direction: column;
		padding: 15px 0;
	}

	.page-header-box h1{
        font-size: 28px;
		margin-bottom: 5px;
    }

	.page-header-box ol li.breadcrumb-item{
        font-size: 14px;
    }

	.our-scrolling-ticker.subpages-scrolling-ticker .scrolling-content span{
		font-size: 18px;
	}

	.our-scrolling-ticker.subpages-scrolling-ticker .scrolling-content span img{
		max-width: 18px;
	}

	.approach-image{
        margin-bottom: 30px;
    }

    .approach-item{
        padding: 15px;
        margin-bottom: 20px;
    }

    .approach-item-content h3{
        font-size: 18px;
        margin-bottom: 5px;
    }

    .goal-content-item{
        margin-bottom: 20px;
    }

    .goal-item-content h3{
        font-size: 18px;
        margin-bottom: 5px;
    }

	.goal-item-content p{
		font-size: 14px;
	}

    .goal-image{
        max-width: 100%;
    }

    .goal-info-box-1,
    .goal-info-box-2{
        padding: 10px;
    }

    .goal-info-box-1{
        bottom: 20px;
    }

    .goal-info-box-2{
        top: 105px;
    }

    .goal-info-box-1 .icon-box,
    .goal-info-box-2 .icon-box{
        margin-right: 10px;
    }

    .goal-info-box-1 .icon-box img,
    .goal-info-box-2 .icon-box img{
        max-width: 24px;
    }

    .goal-info-content{
        width: calc(100% - 34px);
    }

    .goal-info-content h3{
        font-size: 18px;
    }

	.goal-info-content p{
		font-size: 14px;
	}

    .our-health-images{
        max-width: 100%;
    }
    
    .our-health-images .contact-now-circle img{
        max-width: 80px;
    }

	.our-journey .section-bg-title span{
        font-size: 45px;
    }

    .journey-item{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .journey-item-content h3{
        font-size: 18px;
    }

    .journey-image{
        max-width: 100%;
		margin: 30px 0;
    }

	.page-catagery-list h3{
        font-size: 20px;
        padding: 15px;
    }

	.page-catagery-list ul{
        padding: 15px;
    }

	.page-catagery-list ul li{
		margin-bottom: 15px;
	}

	.sidebar-cta-logo{
        margin-bottom: 15px;
    }

	.service-featured-image{
		margin-bottom: 20px;
	}

	.service-entry h2{
        font-size: 26px;
    }

	.service-entry ul{
        gap: 10px 20px;
    }

	.service-entry-counters{
		gap: 20px;
	}

	.service-counter-item{
		width: 100%;
	}

	.service-counter-content h3{
		font-size: 18px;
	}

	.fitness-item-list{
		gap: 20px;
	}

	.fitness-item{
		width: 100%;
	}

	.fitness-item-content h3{
		font-size: 18px;
		margin-bottom: 5px;
	}

	.service-entry-video-image img{
        aspect-ratio: 1 / 0.55;
    }

	.fitness-potential-list{
        margin: 20px 0;
    }

	.fitness-potential-list ul li{
        width: 100%;
    }

	.post-image img{
		aspect-ratio: 1 / 0.7;
	}

	.post-entry blockquote{
		background-position: 15px 15px;
		padding: 60px 15px 15px 15px;
	}

	.post-entry blockquote p{
		font-size: 18px;
	}

	.post-entry h2{
		font-size: 26px;
	}
	
	.tag-links{
		font-size: 20px;
	}

	.project-item-content h3{
		font-size: 18px;
	}

	.project-detail-list h3,
	.project-detail-list ul li{
		font-size: 18px;
    }

	.project-single-slider{
        margin-bottom: 20px;
    }

	.project-entry h2{
        font-size: 26px;
    }

	.project-entry h3{
		font-size: 18px;
	}

	.project-entry ul{
        gap: 10px 30px;
    }

	.project-challenge-list{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

	.project-challenge-item{
		width: 100%;
	}

	.project-challenge-item::before{
		width: 100%;
		height: 1px;
		left: 0;
		right: auto;
		top: auto;
		bottom: -15px;
		transform: translateY(0);
	}

	.project-challenge-item .icon-box{
		margin-bottom: 15px;
	}

	.project-solution-list ul li{
		width: 100%;
	}

	.team-single-image img{
        aspect-ratio: 1 / 1.15;
        object-position: center center;
    }

	.member-info-box,
	.member-contact-list{
		width: 100%;
	}

	.member-info-box::before{
		width: 100%;
		height: 1px;
		top: auto;
		right: auto;
		left: 0;
		bottom: -20px;
	}

	.member-contact-item{
		margin-bottom: 20px;
	}

	.member-contact-item h3{
		font-size: 18px;
	}

	.skills-progress-bar{
		width: 100%;
	}

	.skills-progress-bar .skill-data{
		margin-bottom: 10px;
	}

	.skills-progress-bar .skill-data .skill-title{
		font-size: 18px;
	}

	.team-transform-box{
        padding: 20px;
    }

	.team-transform-list ul li{
		margin-bottom: 10px;
	}

	.testimonial-box-item{
		padding: 20px;
	}

	.client-author-image{
		margin-right: 0;
		margin-bottom: 20px;
	}

	.client-testimonial-body{
		width: 100%;
	}

	.client-author-title h3{
		font-size: 18px;
	}

	.client-testimonial-rating i{
		font-size: 16px;
	}

	.contact-us-img img{
		aspect-ratio: 1 / 1.07;
	}

	.contact-info-box{
		padding: 20px;
	}

	.contact-info-item{
		width: 100%;
	}

	.contact-info-item .icon-box{
		width: 40px;
		height: 40px;
		margin-bottom: 15px;
	}

	.contact-info-item .icon-box img{
		max-width: 16px;
	}

	.contact-info-content h3{
		font-size: 18px;
		margin-bottom: 5px;
	}

	.google-map-iframe,
	.google-map-iframe iframe{
		height: 350px;
	}
}
.footer{
    background-color: #d2c1af;
}
.our-prod{
    /* margin-bottom: 60px; */
    /* background: #edf2fa; */
    padding: 50px 0;
}

.faqs-content .section-bg-title{
}
.contact_form latel{
    color: #000!important ;
}
.blog_categorie_area h1{
    color: #000;
}
.blog_categorie_area p{
    color: #000!important;
}

.shop-title h4{
    color: #000
}

.shop-title h6{
    color: #000
}

.faqs-content{
    /* padding: 50px; */
    /* background-color: rgb(255 255 255 / 50%); */
    /* backdrop-filter: blur(10px); */
}

.faq-content{
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 0 10px #0002;
    height: 100%;
}

.faq-content h4 {
    position: relative;
    font-size: 22px;
    color: var(--accent-color);
    margin-bottom: 15px;
}

.faq-content p {
    margin: 0;
    font-size: 15px;
}

.call-action a{font-size: 20px;color: #351d1d;}
.call-action a i{
    margin-right: 10px;
    font-size: 20px;
}
header.header_area {
    /* position: absolute; */
    z-index: 99;
    width: 100%;
}
.set-bttn{
    background: #d2c1af;
}
.section-title h4{
    font-size: 4rem;
    margin: 20px 0;
    color: #351d1d;
    font-weight: 500;
}
.section-title ul li{
    font-size: 16px;
    color: #01095a;
    font-weight: 500;
    line-height: 21px;
    display: flex;
    padding: 6px 10px;
    width: 50%;
}
.section-title ul{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}
.section-title ul li i{
    font-size: 16px;
    color: #4a7cd2;
    margin-right: 10px;
}
.sec-tile p{
        color: #757575;
    width: 50%;
    margin: 0 auto;
    font-size: 16px;
}
.pro-text h4{
    font-size: 15px;
    color: #c0938b;
    margin: 15px 0;
}
.pro-text:hover{
        /* background: #a7c3f4; */
        transition: all 0.5s ease;
}
.faqs-content .section-title h3 {color: #382121 !important;font-size: 4rem;margin-top: 10px;font-weight: 500;}
.faq-accordion .card-header button{
    color: #382121;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0;
}
.faq-accordion .card-header{
    background: #ffffff00;
    padding: 0;
    border-bottom: 20px;
}
.accordion .card-body{
    padding: 13px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #363636;
}
.faq-accordion .card-header button:hover{
    text-decoration: none;
}
.about-us-body{
      background: #edf2fa;
    padding: 100px 0;
}
.show-gal {
    display: flex;
    margin: 0 5px;
    padding: 100px 0;
}
.show-gal span{
    width: 300px;
    margin: 0 5px;
    border-radius: 10px;
    overflow: hidden;
}
.show-gal span img{
    width: 100%;
}
.show-gal span img:hover{
    opacity: 0.5;
    transition: all 0.5s ease;
}
.s_product_text ul li{
   padding: 10px 0;
    list-style: disc;
}
.contact_form {
    padding: 50px;
    border-radius: 40px;
}
.section-margin--small .sec-tile p{
    width: 100%;
    margin-bottom: 30px;
}
.section-margin--small .sec-tile h4 {
font-size: 4rem;
}
.bann-pro{
    position: absolute;
    right: 3%;
    bottom: 5%;
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    width: 25%;
    z-index: 99;
}
.bann-pro h6{
    font-size: 20px;
    color: #351d1d;
    font-weight: 500;
    margin-bottom: 15px;
}
.bann-pro .produ-type-st{
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.bann-pro .produ-type-st img{
    position: relative;
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
}
.bann-pro .produ-type-st a{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #351d1d;
    padding: 14px 15px;
    color: #fff;
    border-radius: 40px;
    opacity: 0;
}
.bann-pro:hover .produ-type-st a{
opacity: 1;
transition: all 0.5s ease;
}
.bann-pro h5{
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
}
.cate{
    padding: 100px 0;
}
.cate-cont{
    padding: 10px;
    text-align: center;
}
.cate-cont .odd-shape{
    border-radius: 150px 150px 0 0;
    overflow: hidden;
    transition: all 0.5s ease;
}
.cate-cont:hover .odd-shape{
border-radius: 150px;
transition: all 0.5s ease;
}
.cate-cont .odd-shape img{
    width: 100%;
}
.cate-cont .even-shape{
    border-radius: 0 0 150px 150px;
    overflow: hidden;
    transition: all 0.5s ease;
}
.cate-cont:hover .even-shape{
border-radius: 150px;
transition: all 0.5s ease;
}
.cate-cont .even-shape img{
    width: 100%;
}
.cate-cont h4{font-size: 24px;color: #5c1d1d;margin: 10px 0;font-weight: 500;}
.cat-bttn{
    font-size: 16px;
    color: #351d1d;
    font-weight: 600;
}
.pro-img-cont{
    position: relative;
    background: #f3e2df;
    border-radius: 20px;
    overflow: hidden;
}
.pro-img-cont a{
      background: #fff;
    color: #634640;
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 15px;
    opacity: 0;
    z-index: 99;
}
.product-cont:hover .pro-img-cont a{
opacity: 1;
transition: all 0.5s ease;
}
.video-section {
      position: relative;
      height: 100vh;
      overflow: hidden;
    }

    .video-section video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -1;
      transform: translate(-50%, -50%);
      object-fit: cover;
    }
    .video-content {
      position: absolute;
      z-index: 2;
      color: white;
      text-align: center;
      bottom: 1%;
      left: auto;
      /* transform: translate(-25%, -50%); */
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
    }
     .video-content h1 {
      font-size: 3rem;
      margin-bottom: 1rem;
    }

    .video-content p {
      font-size: 1.2rem;
    }

    /* Optional: Add an overlay for readability */
    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.4);
      z-index: 1;

    }
    .video-cont-tx{
        display: flex;
        background: #fff;
        padding: 40px;
        border-radius: 20px;
        margin: 30px;
        width: 50%;
    }
    .skin-wis-lf h5{
        font-size: 30px;
        color: #351d1d;
        font-weight: 500;
        line-height: 40px;
    }
    .skin-wis-lf a{
        font-size: 20px;
        color: #000;
        text-decoration: underline;
        padding-bottom: 10px;
    }
    .skin-wis-rf{
        width: 40%;
    }
        .skin-wis-rf img{
            width: 100%;
            border-radius: 14px;
        }
        .skin-wis-lf{
            text-align: left;
            width: 60%;
        }
        .site-bene{display: flex;align-items: center;justify-content: space-between;}
        .site-bene img{
            width: 15%;
        }
        .site-bene p{font-size: 16px;color: #fff;width: 80%;margin: 0 0 0 20px;}
        .footer-top-sec{
            border-bottom: 1px solid #dddddd21;
            padding-bottom: 40px;
            margin-bottom: 40px;
        }