/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Claudia (Layout 01 Interior Design) 
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header  / .header-con
3. Banner  /.banner-con
4. Promotion Banners  /.promotion-con
5. Products /.our-product-con
6. Call to Action /.cta-con
7. Testimonials  /.testimonials-con
8. News And Articles  /.news-and-articles-con
9. Benefits  /.benefits-con
10. Newsletter  /.newsletter-con
11. Footer  /.footer-con
*/
/*------------------------------------------------------------------
# [Color Codes]

#  --primary--color: #d58e6f;
#  --secondary--color: #ffffff;
#  --accent--color: #2a201b;
#  --text--color: #4e4e4e;
#  --text--color2: #3f3f3f;
#  --text--color3: #616161;
#  --grey--color: #d8d8d8;
#  --black--color: #000000;
#  --black--family--color: #0f0200;
#  --rust--color: #ab4d22;
#  --border--color: #e0e0e0;
#  --white--family--color: #ddd5d4;
#  --light--bg--color: #fdf6ed;
#  --light--grey--color: #f9f9f9;
#  --skin--color: #d1aa80;
#  --skin--color2: #cea77e;
#  --yellow--color: #fbab2a;
#  --border--color: #d7d7d7;
#  --light--pink--color: #fff3ee;
#  --light--skin--color: #fcf7f1;
#  --green--color: #76a22c;

*/
/*------------------------------------------------------------------
# [Typography]
 
Body copy: "Archivo", sans-serif;
Heading: "Playfair Display", sans-serif;
*/


@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


body {
    font-family: "Archivo", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
}

:root {
    --primary--color: #d58e6f;
    --secondary--color: #ffffff;
    --accent--color: #2a201b;
    --text--color: #4e4e4e;
    --text--color2: #3f3f3f;
    --text--color3: #616161;
    --grey--color: #d8d8d8;
    --black--color: #000000;
    --black--family--color: #0f0200;
    --rust--color: #ab4d22;
    --border--color: #e0e0e0;
    --white--family--color: #ddd5d4;
    --light--bg--color: #fdf6ed;
    --light--grey--color: #f9f9f9;
    --skin--color: #d1aa80;
    --skin--color2: #cea77e;
    --yellow--color: #fbab2a;
    --border--color: #d7d7d7;
    --light--pink--color: #fff3ee;
    --light--skin--color: #fcf7f1;
    --green--color: #76a22c;
}


figure {
    margin-bottom: 0;
}

h1 {
    font-size: 86px;
    line-height: 86px;
    font-weight: 500;
    color: var(--secondary--color);
}

h2 {
    font-size: 62px;
    line-height: 68px;
    font-weight: 500;
    color: var(--black--color);
}

h3 {
    font-size: 46px;
    line-height: 58px;
    font-weight: 500;
    color: var(--black--color);
}

h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: var(--black--color);
}

h5 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: var(--black--color);
}

h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black--color);
}

p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--text--color);
    word-break: break-word;
}

.text-size-18 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--text--color);
}

.text-size-16 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--text--color);
}

.text-size-14 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--text--color);
}

.archivo-font {
    font-family: "Archivo", sans-serif;
}

.playfair-font {
    font-family: "Playfair Display", serif;
}

.special-text {
    color: var(--primary--color);
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
    letter-spacing: 1.0px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.primary_btn {
    font-size: 16px;
    min-width: 202px;
    padding: 0;
    height: 62px;
    line-height: 62px;
    font-weight: 600;
    text-align: center;
    border-radius: 35px;
    position: relative;
    display: inline-block;
    background-color: var(--primary--color);
    color: var(--secondary--color);
    transition: all 0.6s ease-in-out;
    text-transform: uppercase;
}

.primary_btn i {
    font-size: 12px;
    margin-left: 16px;
}

.primary_btn:hover {
    color: var(--secondary--color);
    background-color: var(--accent--color);
    transition: all 0.6s ease-in-out;
}

.secondary_btn {
    font-size: 16px;
    min-width: 202px;
    padding: 0;
    height: 62px;
    line-height: 62px;
    font-weight: 600;
    text-align: center;
    border-radius: 35px;
    position: relative;
    display: inline-block;
    background-color: var(--accent--color);
    color: var(--secondary--color);
    transition: all 0.6s ease-in-out;
}

.secondary_btn:hover {
    color: var(--black--color);
    background-color: var(--primary--color);
    transition: all 0.6s ease-in-out;
}

html {
    scroll-behavior: smooth;
}

.all_row {
    display: flex;
    flex-wrap: wrap;
}

.all_column {
    display: flex;
}

.all_boxes {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.padding-top {
    padding-top: 130px;
}

.padding-bottom {
    padding-bottom: 130px;
}


.heading-title-con {
    margin-bottom: 50px;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

.text-black {
    color: var(--black--color);
}

.background-beige {
    background-color: var(--light--bg--color);
}

.background-primary {
    background-color: var(--primary--color);
}

.background-grey {
    background-color: var(--light--grey--color);
}

.background-light-pink {
    background-color: var(--light--pink--color);
}

.background-light-skin {
    background-color: var(--light--skin--color);
}

.background-light-grey {
    background-color: var(--light--grey--color);
}

.spacer {
    float: left;
    width: 100%;
    height: 50px;
}

body {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--text--color);
}

.font-weight-700 {
    font-weight: 700 !important;
}

/* SEARCH FORM */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: none;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    outline: none;
    padding: 10px;
}

#search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    content: "\f00d";
    background-image: url('../images/close.png');
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}

#search .close:hover {
    color: var(--primary--color);
    cursor: pointer;
    text-shadow: none;
}

/* Back to top button */

#button {
    display: inline-block;
    background-color: var(--primary--color);
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 100px;
    position: fixed;
    bottom: 60px;
    right: 80px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
}

#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button:hover {
    transform: translateY(-5px);
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(213 142 111 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(213 142 111 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}

/* Preloader -------------------------------------------------------*/

/* Loader Styles start here */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: var(--accent--color);
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.lead {
    font-size: 13px;
}

.loader div {
    background-color: var(--accent--color);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.owl-item,
.item,
.owl-stage {
    display: flex;
}

.owl-item {
    flex: 1 0 auto;
    /* natural width retain */
}

/* HEADER SECTION */
/* Home Page */

.top-bar-con .top-bar-box {
    padding: 15px 0;
    border-bottom: 1px solid var(--border--color);
}

.top-bar-con .top-bar-info p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: var(--text--color2);
}

.top-bar-con .top-bar-info p span {
    color: var(--rust--color);
}

.other_list {
    margin-right: 0;
    z-index: 20;
}

.other_list .other_list_item {
    margin-right: 4px;
}

.other_list .country-selector {
    z-index: 9;
    position: relative;
}

.other_list .country-selector {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-right: 10px;
    color: var(--text--color2) !important;
    /* font-family: "Plus Jakarta Sans", sans-serif; */
    transition: all 0.8s ease-in-out;
}

.other_list .country-selector>div.caption {
    margin-left: 0;
}

.other_list .country-selector>div.caption img {
    position: relative;
    top: -1px;
    margin-left: 6px;
    margin-right: 6px;
}

.other_list div.country-selector>div.list {
    position: absolute;
    width: 110px;
    display: none;
    left: 0;
    top: 30px;
    background-color: var(--secondary--color);
    border-radius: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    text-align: left;
}

.other_list div.country-selector>div.list>div.item {
    padding: 10px;
    align-items: center;
}

.other_list div.country-selector>div.list>div.item a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--text--color2);
    /* font-family: "Plus Jakarta Sans", sans-serif; */
    transition: all 0.3s ease-in-out;
}

.other_list div.country-selector>div.list>div.item:hover a {
    color: var(--rust--color);
}

.other_list div.country-selector>div.list>div.item img {
    position: relative;
    top: -1px;
    margin-right: 6px;
}

.other_list div.country-selector>div.caption,
div.country-selector>div.list>div.item {
    cursor: pointer;
}

.header-con {
    padding: 26px 0px;
    position: relative;
    z-index: 5;
}

.navbar-collapse .navbar-nav {
    text-align: center;
    align-items: center;
    display: inherit;
}

.navbar-expand-lg {
    position: relative;
    z-index: 1;
}

.navbar-brand {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav li {
    margin: 0 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.navbar-nav li:first-child {
    margin-left: 0;
}

.navbar-nav .nav-item a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--text--color2) !important;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-item a:hover {
    color: var(--primary--color) !important;
    background-color: transparent;
}

.navbar-nav .active>a {
    color: var(--primary--color) !important;
}

.navbar-nav li:last-child {
    margin-right: 0;
    padding-right: 0;
    margin-left: 0;
}

.navbar-collapse .drop-down-pages {
    text-align: left;
    margin-left: 0;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
    top: 55px;
    min-width: 212px;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 10%);
    background-color: var(--secondary--color);
}

.navbar-nav .drop-down-pages li {
    margin: 0;
    border-bottom: 1px solid var(--secondary--color);
}

.navbar-nav .drop-down-pages .nav-item a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: uppercase;
    color: var(--text--color) !important;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .drop-down-pages li:hover::after {
    display: none;
}

.navbar-nav .drop-down-pages li:first-child a::before {
    content: '';
    width: 24px;
    height: 12px;
    position: absolute;
    background-image: url(../images/nav-node.png);
    top: -12px;
    left: 8%;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .drop-down-pages li:first-child a:hover::before {
    background-image: url(../images/nav-node-hover.png);
}

.navbar-nav .drop-down-pages .active:first-child>a::before {
    background-image: url(../images/nav-node-hover.png);
}

.navbar-nav .drop-down-pages li:last-child {
    margin: 0;
    border: none;
    display: block !important;
}

.navbar-nav .nav-item .dropdown-item:hover {
    color: var(--secondary--color) !important;
    background-color: var(--primary--color) !important;
}

.navbar-nav .drop-down-pages .active>a {
    color: var(--secondary--color) !important;
    background-color: var(--primary--color) !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--secondary--color) !important;
    background-color: var(--primary--color) !important;
}

.navbar-nav .drop-down-pages .active>a:hover {
    color: var(--secondary--color) !important;
    background-color: var(--primary--color) !important;
}

.navbar-expand-lg .drop-down-pages .nav-link {
    padding-left: 0;
}

.header-con .last_list {
    display: flex;
    align-items: center;
    margin-left: 100px;
}

.header-con .last_list a {
    position: relative;
    margin: 0 16px;
    transition: all 0.3s ease-in-out;
}

.header-con .last_list .cart span {
    font-size: 7px;
    width: 13px;
    height: 13px;
    line-height: 13px;
    position: absolute;
    right: -6px;
    bottom: -4px;
    text-align: center;
    border-radius: 100%;
    color: var(--secondary--color);
    background-color: var(--skin--color);
    transition: all 0.3s ease-in-out;
}

.header-con .last_list a img {
    filter: brightness(0);
    transition: all 0.3s ease-in-out;
}

.header-con .last_list a:hover img {
    filter: none;
}


/* 404 page styling start here */
.coming-soon-con,
.error-section {
    height: 100vh;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: linear-gradient(to right, rgba(60, 176, 242, 0.2) 0%, rgba(125, 100, 248, 0.2) 100%); */
    /* background-image: url(../images/login-signup-bg.png); */
    /* color: rgb(60, 176, 242);
    color: rgb(125, 100, 248); */
}

.error-con {
    position: relative;
    z-index: 2;
}

.error-con h2 {
    font-size: 170px;
    line-height: 165px;
    margin-bottom: 30px;
    color: var(--accent--color);
}

.error-con h2 i {
    font-size: 130px;
    line-height: 130px;
    color: var(--primary--color);
    border-radius: 100%;
}

.error-con h4 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 18px;
    color: var(--black--color);
}

.error-con p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
    color: var(--text--color);
}

.error-con .primary_btn {
    min-width: 220px;
}

.error-banner,
.coming-soon-con {
    flex-grow: 1;
}

/* COMING SOON PAGE */
.coming-soon-con .new-logo {
    margin-bottom: 35px;
}

.coming-soon-con h1 {
    margin-bottom: 30px;
    font-size: 85px;
    line-height: 95px;
    text-transform: uppercase;
    color: var(--accent--color);
}

.coming-soon-con h3 {
    margin-bottom: 22px;
    font-size: 36px;
    line-height: 28px;
    display: inline-block;
    color: var(--skin--color);
}

/* coming soon countdown timer styling */
.compaign_countdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.compaign_countdown ul li {
    float: left !important;
    width: auto;
    margin: 0;
    text-align: center;
    margin: 0 13px;
    min-height: 133px;
    min-width: 133px;
    background-color: var(--primary--color);
    padding: 20px 16px;
    color: var(--secondary--color);
    font-size: 22px;
    font-weight: 400;
    border-radius: 20px;
}

.compaign_countdown ul li:first-child {
    margin-left: 0;
}

.compaign_countdown ul li:last-child {
    margin-right: 0;
}

.compaign_countdown ul li span.days,
.compaign_countdown ul li span.hours,
.compaign_countdown ul li span.minutes,
.compaign_countdown ul li span.seconds {
    display: block;
    color: var(--secondary--color);
    width: auto;
    font-size: 60px;
    line-height: 65px;
    border-radius: 10px;
    font-weight: 600;
    font-family: "Figtree", sans-serif;
}

.compaign_countdown {
    margin: 0 auto;
    width: 70%;
}

.coming-soon-con {
    flex-grow: 1;
    min-height: 100vh;
}

/* Login Form Page Style  */

.login-form {
    min-height: 100vh;
    /* background-image: url(../images/login-signup-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
}

.login-form .login-form-title {
    margin-bottom: 30px;
}

.login-form .login-page-logo {
    margin-bottom: 25px;
}

.login-form .login-form-box {
    width: 450px;
    margin: 0 auto;
    position: relative;
}

.login-form .login-card {
    padding: 30px;
    margin-bottom: 30px;
    line-height: 0.8;
    border-radius: 20px;
    background: var(--accent--color);
}

.login-form .login-card label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 13px;
    color: var(--secondary--color);
}

.login-form .login-card .input-field {
    font-size: 16px;
    font-weight: 500;
    height: 54px;
    width: 100%;
    line-height: 16px;
    padding: 0 21px;
    border-radius: 100px;
    background: transparent;
    color: var(--secondary--color);
    /* border: 1px solid rgb(255 255 255 / 50%); */
    border: 1px solid var(--primary--color);
}

.login-form .login-card .input-field:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--secondary--color);
}

.login-form .login-card .form-group {
    margin-bottom: 16px;
}

.login-form .login-card .btn-primary {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 20px 15px;
    margin-bottom: 16px;
    width: 100%;
    border: none;
    border-radius: 40px;
    text-decoration: none;
    display: inline-block;
    color: var(--black--color);
    background-color: var(--primary--color);
    transition: all 0.8s ease-in-out;
}

.login-form .login-card .btn-primary:hover {
    background-color: var(--secondary--color);
}

.login-form .login-card .forgot-password {
    color: var(--secondary--color);
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}

.login-form .login-card .forgot-password:hover {
    text-decoration: underline;
    color: var(--primary--color);
}

.login-form .login-form-box .join-now-outer a {
    font-size: 16px;
    line-height: 18px;
    color: var(--black--color);
    text-decoration: none;
}

.login-form .login-form-box .join-now-outer a:hover {
    text-decoration: underline;
    color: var(--accent--color);
}

.login-form .login-card .select-option option {
    font-size: 16px;
    color: black;
}

.login-form .form_style::placeholder {
    color: var(--secondary--color);
    opacity: 1;
}

.login-form .form_style:-ms-input-placeholder {
    color: var(--black--color);
}

.login-form .form_style::-ms-input-placeholder {
    color: var(--primary--color);
}

/* Join-Now Form Page Style */

.sign-up-form {
    padding: 70px 0;
}

.sign-up-form .login-form-box {
    width: 700px;
}

.sign-up-form .login-card label small {
    font-size: 14px;
}

.sign-up-form .login-card .select-option {
    padding: 0 40px 0 21px;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 96.5% 24px !important;
    background-image: url('../images/dropdown-arrow.png') !important;
}

.sign-up-form .login-card .select-option:focus {
    outline: none;
    box-shadow: none;
}

/* THANKYOU PAGE */
.thank-you-con .thankyou-content-con figure {
    width: 166px;
    height: 166px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary--color);
    margin: 0 auto 57px;
    box-shadow: 0 2px 67px rgb(0 0 0 / 5%);
}

.thank-you-con .thankyou-content-con h1 {
    margin-bottom: 30px;
}

.thank-you-con .thankyou-content-con p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}

.thank-you-con .primary_btn {
    min-width: 201px;
}

/* Footer */

.footer-con {
    background: var(--accent--color);
}

.footer-con .middle_portion {
    padding: 115px 0;
}

.footer-con .middle_portion .logo-content a {
    display: inline-block;
}

.footer-con .middle_portion .footer-logo {
    margin-bottom: 35px;
}

.footer-con .middle_portion p {
    line-height: 24px;
    margin-bottom: 28px;
    color: var(--white--family--color);
}

.footer-con .middle_portion .social-icons li {
    margin: 0 4px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .social-icons a {
    margin-left: 0 !important;
}

.footer-con .middle_portion .social-icons i {
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 36px;
    border-radius: 100px;
    text-align: center;
    color: var(--secondary--color);
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .social-icons i:hover {
    transform: translateY(-5px);
    color: var(--secondary--color);
    background-color: var(--primary--color);
    border: 1px solid var(--primary--color);
}

.footer-con .middle_portion .social-icons li:first-child {
    margin-left: 0;
}

.footer-con .middle_portion .social-icons li:last-child {
    margin-right: 0;
}

.footer-con .middle_portion h5 {
    margin-bottom: 32px;
    color: var(--secondary--color);
}

.footer-con .middle_portion .links {
    padding-left: 50px;
}

.footer-con .middle_portion .use-link {
    padding-left: 80px;
}

.footer-con .middle_portion li {
    margin-bottom: 5px;
    line-height: 25px;
}

.footer-con .middle_portion li:last-child {
    margin-bottom: 0 !important;
}

.footer-con .middle_portion li a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-left: 13px;
    text-decoration: none;
    color: var(--white--family--color);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .links li i {
    position: relative;
    top: -1px;
}

.footer-con .middle_portion li i {
    font-size: 10px;
    line-height: 10px;
    color: var(--skin--color);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion li a:hover {
    color: var(--primary--color);
}

.footer-con .middle_portion .icon {
    padding-left: 30px;
}

.footer-con .middle_portion .icon .text {
    position: relative;
    margin-bottom: 11px;
    padding-left: 30px;
    display: inline-block;
}

.footer-con .middle_portion .icon i {
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    left: 0;
    top: 6px;
}

.footer-con .middle_portion .icon a {
    margin-left: 0 !important;
}

.footer-con .copyright {
    padding: 18px 0;
    border-top: 1px solid rgb(255 255 255 / 15%);
}

.footer-con .copyright .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-con .copyright p {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: var(--white--family--color);
}

/* BANNER SECTION */
/* Banner */

.banner-con {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/banner-backgroundimage.jpg);
}

.banner-con .carousel-inner {
    padding: 82px 0;
}

.banner-con .banner_content {
    z-index: 1;
    padding-top: 142px;
    padding-bottom: 138px;
}

.banner-con .banner_content::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 30%);
    border-radius: 100%;
    width: 678px;
    height: 678px;
    z-index: -1;

}

.banner-con .banner_content h1 {
    margin-bottom: 26px;
}

.banner-con span.welcome-text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.4px;
    line-height: 16px;
    margin-bottom: 11px;
    text-transform: uppercase;
    color: var(--secondary--color);
}

.banner-con .banner_content p {
    margin-bottom: 34px;
    font-size: 22px;
    line-height: 33px;
    color: var(--secondary--color);
}

.banner-con .carousel-indicators {
    margin-bottom: 0 !important;
    align-items: center;
    bottom: 50px;
}

.banner-con .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    opacity: 1;
    text-indent: 1px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin: 0 5px;
    border-radius: 100px;
    background-color: rgb(0 0 0 / 30%);
    border: 1px solid rgb(0 0 0 / 30%);
    box-shadow: none;
}

.banner-con .carousel-indicators li:first-child {
    margin-left: 0;
}

.banner-con .carousel-indicators li:last-child {
    margin-right: 0;
}

.banner-con .carousel-indicators .active {
    background-color: var(--secondary--color);
    border: 1px solid var(--secondary--color);
}

.banner-con .pagination-outer .carousel-control-prev,
.banner-con .pagination-outer .carousel-control-next {
    position: absolute;
    top: 410px;
    width: 17px;
    height: 32px;
    opacity: 1;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.banner-con .pagination-outer .carousel-control-prev {
    left: -240px;
    background-color: rgb(0 0 0 / 30%);
    width: 73px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-con .pagination-outer .carousel-control-next {
    right: -240px;
    background-color: rgb(0 0 0 / 30%);
    width: 73px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-con .pagination-outer .carousel-control-prev:hover,
.banner-con .pagination-outer .carousel-control-next:hover {
    filter: none;
}

/* CURRENCY DROPDOWN */
.other_list .currency-selector {
    z-index: 9;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--text--color2) !important;
    transition: all 0.8s ease-in-out;
}

.other_list .currency-selector>div.caption {
    margin-left: 0;
    cursor: pointer;
}

.other_list .currency-selector>div.caption img {
    position: relative;
    top: -1px;
    margin-left: 6px;
}

.other_list div.currency-selector>div.list {
    position: absolute;
    width: 90px;
    display: none;
    left: 0;
    top: 30px;
    background-color: var(--secondary--color);
    border-radius: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    text-align: left;
}

.other_list div.currency-selector>div.list>div.item {
    padding: 10px;
    cursor: pointer;
}

.other_list div.currency-selector>div.list>div.item a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--text--color2);
    transition: all 0.3s ease-in-out;
    display: block;
}

.other_list div.currency-selector>div.list>div.item:hover a {
    color: var(--rust--color);
}

/* NEWSLETTER SECTION */
.newsletter-con {
    padding: 60px 0;
}

.newsletter-con input {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding: 16px 23px;
    margin-right: 16px;
    height: 58px;
    width: 476px;
    position: relative;
    color: var(--text--color);
    background-color: var(--secondary--color);
    border-radius: 100px;
    border: 1px solid transparent;
    overflow: visible;
    outline: none;
}

.newsletter-con input:focus {
    border: 1px solid var(--accent--color);
}

.newsletter-con button {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    width: 187px;
    height: 58px;
    padding: 17px 27px;
    color: var(--secondary--color);
    background-color: var(--accent--color);
    border-radius: 100px;
    position: relative;
    border: none;
    overflow: visible;
    outline: none;
    transition: all 0.8s ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
}

.newsletter-con button i {
    font-size: 12px;
    margin-left: 24px;
    transition: all 0.8s ease-in-out;
    color: var(--secondary--color);
}

.newsletter-con button:hover {
    background-color: var(--secondary--color);
    color: var(--primary--color);
}

.newsletter-con button:hover i {
    color: var(--primary--color);
}

/* BENEFITS SECTION */
.benefits-con {
    padding: 100px 0;
}

.benefits-con .benefits-box {
    background-color: var(--secondary--color);
    border-bottom: 2px solid var(--skin--color2);
    padding: 27px 25px;
    box-shadow: 0 1px 94px rgb(0 0 0 / 3%);
    display: flex;
    align-items: start;
    transition: ease-in-out 0.6s
}

.benefits-con .benefits-box:hover {
    box-shadow: 10px 20px 94px rgb(0 0 0 / 8%);
    border-bottom: 2px solid var(--accent--color);
}

.benefits-con .benefits-box img {
    margin-right: 14px;
    margin-top: 5px;
}

.benefits-con span {
    font-size: 18px;
    font-weight: 600;
    color: var(--black--color);
}

/* NEWS AND ARTICLES SECTION */

.news-and-articles-con .article-box {
    transition: all 0.6s ease-in-out;
}

.news-and-articles-con .article-box .article-image {
    margin-bottom: 28px;
    overflow: hidden;
    background-color: var(--black--color);
}

.news-and-articles-con .article-box .article-image img {
    transition: all 0.6s ease-in-out;
}

.news-and-articles-con .article-box:hover .article-image img {
    transform: scale(1.02);
    opacity: 70%;
}

.news-and-articles-con .article-box .date {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: var(--primary--color);
    margin-bottom: 11px;
}

.news-and-articles-con .article-box h6 {
    margin-bottom: 18px;
    line-height: 28px;
    font-weight: 600;
    transition: all 0.8s ease-in-out;
}

.news-and-articles-con .article-box h6:hover {
    color: var(--rust--color);
}

/* TESTIMONIALS SECTION */
/* Testimonial */
.testimonial-con .owl-stage-outer {
    padding-left: 2px;
}

.testimonial-con .owl-stage {
    display: flex;
}

.testimonial-con .owl-item {
    padding: 48px 36px 44px;
    border-radius: 0;
    background-color: var(--secondary--color);
    border-bottom: 2px solid var(--skin--color);
    transition: all 0.8s ease-in-out;
    box-shadow: 0 1px 94px rgb(0 0 0 / 3%);
}

.testimonial-con .owl-item:hover {
    border-bottom: 2px solid var(--accent--color);
}

.testimonial-con .testimonial-box .testimonial-quoteimage {
    margin-bottom: 20px;
}

.testimonial-con .testimonial-box p {
    margin-bottom: 24px;
}

.testimonial-con .review-content {
    padding-left: 16px;
    display: flex;
}

.testimonial-con .review-content .testimonial-personimage {
    position: relative;
    top: 2px;
    left: -15px;
}

.testimonial-con .review-content .testimonial-personimage img {
    width: 54px !important;
    border-radius: 100%;
}

.testimonial-con .testimonial-box ul {
    margin-bottom: 2px;
}

.testimonial-con .testimonial-box ul li {
    display: inline-block;
}

.testimonial-con .testimonial-box ul li i {
    font-size: 14px;
    line-height: 12px;
    color: var(--yellow--color);
}

.testimonial-con .review-content .name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    display: block;
    color: var(--black--family--color);
}

.testimonial-con .review-content .review {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--t);
}

.testimonial-con .owl-carousel .owl-item img {
    width: auto !important;
}

.testimonial-con .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 52px !important;
    line-height: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.testimonial-con .owl-carousel .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
    background-color: #e0e0e0;
}

.testimonial-con .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--grey--color);
}

.testimonial-con .owl-carousel .owl-dots .owl-dot.active span {
    top: 0;
    position: relative;
    background-color: var(--primary--color);
}

.testimonial-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* CTA SECTION */
.cta-con {
    background-image: url(../images/cta-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-con .cta-inner-con .heading-title-con span.special-text {
    color: var(--black--family--color);
}

.cta-con .cta-inner-con .heading-title-con p {
    font-size: 18px;
    line-height: 30px;
    color: var(--text--color3);
    margin-bottom: 28px;
}

.cta-con .cta-inner-con .heading-title-con h2 {
    margin-bottom: 20px;
    /* text-shadow: 0 0 46px #fff; */
    text-shadow:
        0 0 20px rgba(255, 255, 255, 0.46),
        0 0 40px rgba(255, 255, 255, 0.46),
        0 0 80px rgba(255, 255, 255, 0.46),
        0 0 120px rgba(255, 255, 255, 0.46);
}

/* OUR PRODUCT SECTION */
.our-product-con .nav-tabs {
    width: 31%;
    margin: 0 auto 60px;
    justify-content: center;
    border-bottom: 1px solid var(--border--color);
}

.our-product-con {
    overflow: hidden;
}

.our-product-con .tabs-box .nav-tabs li a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    display: inline-block;
    color: var(--black--color);
    text-decoration: none;
    position: relative;
    margin: 0 33px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: -2.5px;
}

.our-product-con .tabs-box .nav-tabs li:first-child a {
    margin-left: 0;
}

.our-product-con .tabs-box .nav-tabs li:last-child a {
    margin-right: 0;
}

.our-product-con .tabs-box .nav-tabs li a:hover {
    color: var(--primary--color);
}

.our-product-con .tabs-box .nav-tabs>li>a.active {
    color: var(--primary--color);
    border-bottom: 3px solid var(--primary--color);
}

/* .our-product-con .tabs-box .nav-tabs>li>a.active::before {
    content: "";
    width: 108px;
    height: 3px;
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: var(--primary--color);
} */
.seller-box .seller_image_box {
    background-color: var(--secondary--color);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 327px;
    margin-bottom: 27px;
    border: 1px solid transparent;
}

.seller-box {
    text-align: center;
}

.our-product-con .owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.product-con .owl-theme .owl-nav.disabled+.owl-dots,
.our-product-con .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
    text-align: center;
}

.product-con .owl-dots button,
.our-product-con .owl-dots button {
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    margin: 0 auto;
}

.product-con .owl-dots button:focus,
.our-product-con .owl-dots button:focus,
.product-con .owl-dots button:focus-visible,
.our-product-con .owl-dots button:focus-visible {
    border: none;
    outline: none;
    box-shadow: none;
}

.product-con .owl-theme .owl-dots .owl-dot.active span,
.our-product-con .owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--primary--color);
    /* color: var(--black--color); */
}

.product-con .owl-theme .owl-dots .owl-dot span,
.our-product-con .owl-theme .owl-dots .owl-dot span {
    background-color: var(--grey--color);
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 100%;
}

.seller_box_content .rating {
    margin-bottom: 5px;
}

.seller_box_content .rating i {
    color: var(--yellow--color);
    font-size: 13px;
}

.seller_box_content .rating span {
    font-size: 14px;
    font-weight: 600;
    color: var(--black--family--color);
    margin-left: 6px;
}

.heading6 {
    font-size: 18px;
    font-weight: 600;
    color: var(--black--family--color);
    margin-bottom: 9px;
}

.objct-price {
    font-weight: 700;
    color: var(--primary--color);
    font-size: 18px;
}

.objct-price span {
    color: var(--text--color3);
    font-size: 14px;
    text-decoration: line-through;
}

.seller_image_box span.sale-tag {
    padding: 5px 12px;
    color: var(--secondary--color);
    border-radius: 11px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    top: 20px;
    left: 17px;
    text-transform: uppercase;
}

.seller_image_box ul {
    position: absolute;
    right: 18px;
    top: 23px;
    display: none;
    transition: all 0.8s ease-in-out;
}

.seller_image_box li {
    height: 38px;
    width: 38px;
    line-height: 38px;
    margin: 10px 0;
    text-align: center;
    border-radius: 100%;
    background-color: var(--secondary--color);
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    box-shadow: 0 1px 27px rgb(0 0 0 / 9%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.seller_image_box li:hover {
    background-color: var(--primary--color);
}

.seller_image_box li img {
    transition: all 0.3s ease-in-out;
}

.seller_image_box li:hover img {
    filter: brightness(0) invert(1);
}

.seller_image_box:hover {
    border: 1px solid var(--primary--color);
}

.seller_image_box:hover ul {
    display: block;
}

.promotion-con .col-lg-3 {
    margin-bottom: 30px;
}

.promotion-con .promotion-box1,
.promotion-con .promotion-box2,
.promotion-con .promotion-box3 {
    height: 287px;
}

.promotion-con .promotion-box4 {
    background-image: url(../images/promotion-img4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.promotion-con .promotion-box5 {
    background-image: url(../images/promotion-img5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.promotion-con h4 {
    font-weight: 500;
    color: var(--black--family--color);
}

.promotion-con a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary--color);
}

.promotion-con a i {
    font-size: 10px;
    margin-left: 10px;
}

.promotion-con a:hover,
.promotion-con .promotion-box2 a:hover {
    color: var(--accent--color);
    text-decoration: none;
}

.promotion-con .promotion-box2 a {
    color: var(--skin--color);
}

.promotion-con .promotion-box1 {
    padding-top: 30px;
}

.promotion-con .promotion-box1 a {
    margin-bottom: 22px;
}

.promotion-con .promotion-box2 {
    padding-bottom: 24px;
}

.promotion-con .promotion-box2 img {
    margin-bottom: 10px;
}

.off-tag {
    font-size: 44px;
    line-height: 48px;
}

.promotion-con .promotion-box3 {
    padding: 25px 49px 0 45px;
}

.heading3 {
    font-size: 38px;
    line-height: 44px;
    font-weight: 500;
    color: var(--black--family--color);
    margin-bottom: 13px;
}

.heading4 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: var(--black--family--color);
}

.promotion-con p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}

.promotion-con .promotion-box3 figure::after {
    position: absolute;
    content: "";
    width: 232px;
    height: 232px;
    border-radius: 100%;
    background-color: var(--secondary--color);
    top: 0;
    right: -16px;
    z-index: 1;
}

.promotion-con .promotion-box3 figure img {
    position: relative;
    z-index: 2;
}

.promotion-con .promotion-box4,
.promotion-con .promotion-box5 {
    padding: 65px 53px;
}

.promotion-con .promotion-box4 h2,
.promotion-con .promotion-box5 h2 {
    margin-bottom: 25px;
}

.promotion-con .seller-text {
    font-size: 16px;
    color: var(--black--family--color);
}

.promotion-con .promotion-box4 a.primary_btn,
.promotion-con .promotion-box5 a.primary_btn {
    min-width: 167px;
    height: 47px;
    line-height: 47px;
    color: var(--secondary--color);
}

.promotion-con .promotion-box4 a.primary_btn {
    background-color: var(--skin--color);
}

.promotion-con .promotion-box4 a.primary_btn:hover {
    background-color: var(--accent--color);
}

.promotion-box5 {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* breadcrumb */
.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
    color: var(--text--color3);
}

.breadcrumb-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.breadcrumb {
    padding: 15px 29px;
    min-width: 190px;
    transition: ease-in-out 0.6s;
    border-radius: 22.5px;
    justify-content: center;
    background-color: var(--secondary--color);
    line-height: 27px
}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--primary--color);
}

.breadcrumb-item a:hover {
    color: var(--accent--color);
}


.breadcrumb-item+.breadcrumb-item::before {
    color: var(--text--color3);
    content: "/";
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    padding: 0 17px;
    font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
}

/* SUB BANNER SECTION */
.sub-banner-con {
    padding-top: 114px;
    padding-bottom: 114px;
}

.sub-banner-con h1 {
    color: var(--black--family--color);
    margin-bottom: 44px;
}

/* ABOUT US SECTION */
.about-us-content-con {
    padding-left: 18px;
}

.about-us-content-con p {
    line-height: 30px;
}

.about-us-content-con h2 {
    margin-bottom: 22px;
}

.about-us-content-con .primary_btn {
    background-color: var(--skin--color);
}

.about-us-content-con .primary_btn:hover {
    background-color: var(--accent--color);
}

.about-us-content-con p.last-prgrfh {
    margin-bottom: 35px;
}

/* OUR MISSION SECTION */
.our-mission-con * {
    color: var(--secondary--color);
}

.our-mission-con::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    /* width: 960px; */
    width: 50%;
    height: 100%;
    background-image: url(../images/mission-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.our-mission-con .mission-inner-con {
    padding-right: 65px;
}

.our-mission-con .mission-inner-con h2 {
    margin-bottom: 22px;
}

.our-mission-con .mission-inner-con p {
    line-height: 30px;
}

/* TEAM SECTION */

/*  */
.our-team-con .team-box .designation {
    margin-bottom: 14px;
    font-size: 16px;
}

.our-team-con .team-box figure {
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
    /* transition: ease-in-out 1s; */
}

.our-team-con .owl-stage,
.our-team-con .owl-item,
.our-team-con .item {
    justify-content: center;
}

.our-team-con .team-box figure img {
    transition: ease-in-out 1s;
    border-radius: 100%;
}

.our-team-con .team-box ul li a {
    margin: 0 2px;
}

.our-team-con .team-box ul li:hover i {
    background-color: var(--accent--color);
}

.our-team-con .team-box ul li i {
    width: 45px;
    height: 45px;
    background-color: var(--skin--color);
    line-height: 45px;
    color: var(--secondary--color);
    border-radius: 100%;
    transition: ease-in-out 0.5s;
    font-size: 16px;
}

.our-team-con .team-box h5 {
    font-weight: 700;
    margin-bottom: 5px;
}

.our-team-con .owl-prev,
.our-team-con .owl-next {
    position: absolute;
    margin: 0;
    top: 40%;
}

.our-team-con .owl-prev:hover,
.our-team-con .owl-next:hover {
    background-color: transparent;
}

.our-team-con .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.our-team-con .owl-prev {
    left: -50px;
}

.our-team-con .owl-next {
    right: -50px;
}

.our-team-con .owl-prev i,
.our-team-con .owl-next i {
    font-size: 18px;
    color: var(--black--family--color);
    margin: 0;
}

.our-team-con .owl-prev :hover,
.our-team-con .owl-next i:hover {
    font-size: 18px;
    color: var(--primary--color);
    background-color: transparent;
}

/*  */

.privacy-policy-content-con h4 {
    font-weight: 600;
    margin-bottom: 18px;
    color: var(--black--family--color);
}

.privacy-policy-content-con p,
.privacy-policy-content-con ul li {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: var(--text--color3);
}

.privacy-policy-content-con ul li {
    padding-left: 24px;
    margin-bottom: 8px;
}

.privacy-policy-content-con ul li i {
    left: 0;
    position: absolute;
    top: 6px;
    color: var(--primary--color);
    font-size: 14px;
}

/* CONTACT PAGE */
/* contact help section */
.contact-help-con .white-box {
    padding: 38px 30px;
    transition: ease-in-out 0.6s;
    box-shadow: 1px 0 94px rgb(0 0 0 / 3%);
    border-bottom: 2px solid var(--skin--color);
}

.contact-help-con .white-box:hover {
    border-bottom: 2px solid var(--primary--color);
}

.contact-help-con .white-box figure {
    transition: ease-in-out 0.6s;
}

.contact-help-con .white-box:hover figure {
    transform: translateY(-3px);
}

.contact-help-con .white-box h5 {
    margin-bottom: 16px;
    font-weight: 600;
}

.contact-help-con .white-box ul li {
    font-size: 16px;
    color: var(--text--color3);
}

.contact-help-con .white-box ul li a {
    color: var(--text--color3);
    font-size: 16px;
}

.contact-help-con .white-box ul li a:hover {
    color: var(--primary--color);
    text-decoration: none;
}

.contact-help-con a:hover {
    color: var(--primary--color);
    text-decoration: none;
}

/* CONTACT FORM SECTION */

.contact-form-con #contactpage span.error {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    display: block;
    padding-left: 14px;
    color: var(--rust--color);
    text-align: left;
}

.contact-form-con form ul li {
    float: left;
    width: 31.6%;
    margin-right: 28px;
    margin-bottom: 30px;
}

.contact-form-con form ul li:nth-child(3) {
    margin-right: 0;
}

.contact-form-con form ul li input {
    width: 100%;
    padding: 13px 19px;
    background-color: var(--secondary--color);
    border: 2px solid transparent;
    /* border: none; */
    height: 51px;
    font-size: 14px;
    font-weight: 400;
    color: var(--text--color);
    border-radius: 100px;
}

.contact-form-con form ul li input::placeholder,
.contact-form-con form ul li textarea::placeholder {
    color: var(--text--color);
}

.contact-form-con form ul li:last-child {
    width: 100%;
}

.contact-form-con form label {
    font-size: 14px;
    line-height: 25px;
    color: var(--black--family--color);
    font-weight: 500;
    text-align: left;
    float: left;
}

.contact-form-con form ul li textarea {
    height: 147px;
    padding: 13px 19px;
    background-color: var(--secondary--color);
    /* border: none; */
    font-size: 14px;
    width: 100%;
    color: var(--text--color);
    float: left;
    border: 2px solid transparent;
    border-radius: 20px;
}

.contact-form-con form ul li textarea::placeholder {
    color: var(--text--color);
}

.contact-form-con form ul li:last-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
}

.contact-form-con form ul li input:focus-visible,
.contact-form-con form ul li textarea:focus-visible {
    border: none;
    outline: none;

}

.contact-form-con form ul li input:focus,
.contact-form-con form ul li textarea:focus {
    /* background-color: var(--primary-color); */
    border: 1px solid var(--primary--color);
    box-shadow: 0 3px 7px rgb(213 142 111 / 30%) inset;
}

/* map section */
.contact-map-con iframe {
    height: 546px;
    width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    margin-bottom: -8px;
    border: none;
    pointer-events: none;
    border-radius: 20px;
}

.contact-map-con iframe:hover {
    filter: none;
}

.contact-help-con .white-box figure {
    margin-bottom: 20px;
}

button.primary_btn {
    border: none;
    background-color: var(--skin--color);
}

/* FAQ SECTION */
.faq-con .faq_content .heading-title-con span {
    margin-bottom: 14px;
}

.faq-con .faq_content .heading-title-con h2 {
    margin-bottom: 0;
}

.faq-con h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    display: inline-block;
    font-family: "Teko", sans-serif;
}

.faq-con .accordion-card {
    margin-bottom: 25px;
    width: 100%;
    border-radius: 10px;
    background-color: var(--secondary--color);
    box-shadow: 0 2px 67px rgb(0 0 0 / 5%);
}

.faq-con .accordion-card:last-child {
    margin-bottom: 0;
}

.faq-con .accordion-card p {
    font-size: 16px;
    line-height: 26px;
}

.faq-con .accordion-card .btn-link h6 {
    color: var(--primary--color);
}

.faq-con .accordion-card h6 img {
    position: absolute;
    top: 14px;
    margin: 0 auto;
    left: 20px;
}

.faq-con .accordion-card h6 {
    font-size: 18px;
    font-weight: 700;
}

.faq-con .accordion-card .collapsed h6 {
    color: var(--black--color);
    white-space: inherit;
    word-break: break-word;

}

.faq-con .accordion-card:has(.btn-link) {
    border: 1px solid var(--primary--color);

}

.faq-con .accordion-card:has(.collapsed) {
    border: 1px solid var(--secondary--color);
}

.faq-con .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border: none;
}

.faq-con .accordian-inner .card-header a {
    padding: 17px 20px 17px 20px;
    ;
}

.faq-con .accordian-inner .card-body {
    padding: 0 20px 17px 20px;
}

.faq-con .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}

.faq-con .accordian-inner .accordion-card i {
    position: absolute;
    right: 20px;
    margin: -6px 0;
}

.faq-con .accordian-inner .accordion-card .btn {
    text-decoration: none;
    text-align: left;
    display: block;
    border-radius: 10px;
    white-space: inherit;
    word-break: break-word;
}

.faq-con .accordion-card a.btn.btn-link {
    position: relative;
}

.faq-con .accordion-card .btn-link:before {
    content: "\f063";
    font-size: 15px;
    top: 19px;
    right: 24px;
    position: absolute;
    font-family: 'FontAwesome';
    color: var(--primary--color);
}

.faq-con .accordion-card .collapsed:before {
    content: "\f061";
    color: var(--primary--color);
}