
@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato/lato-black.woff2') format('woff2'), url('../fonts/lato/lato-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato/lato-bold.woff2') format('woff2'), url('../fonts/lato/lato-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato/lato-light.woff2') format('woff2'), url('../fonts/lato/lato-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato/lato-regular.woff2') format('woff2'), url('../fonts/lato/lato-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latohairline';
    src: url('../fonts/lato/lato-thin.woff2') format('woff2'), url('../fonts/lato/lato-thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoitalic';
    src: url('../fonts/lato/lato-italic.woff2') format('woff2'), url('../fonts/lato/lato-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-regular.woff2') format('woff2'),
    url('../fonts/bebasneue-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nunito_sansbold';
    src: url('../fonts/nunitosans-bold.woff2') format('woff2'),
    url('../fonts/nunitosans-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nunito_sanslight';
    src: url('../fonts/nunitosans-light.woff2') format('woff2'),
    url('../fonts/nunitosans-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nunito_sansregular';
    src: url('../fonts/nunitosans-regular.woff2') format('woff2'),
    url('../fonts/nunitosans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nunito_sanssemibold';
    src: url('../fonts/nunitosans-semibold.woff2') format('woff2'),
    url('../fonts/nunitosans-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'nunito_sansregular';
    color: #131212;
    line-height: 1.3;
    letter-spacing: normal;
    margin-bottom: 15px;
}

li,
span {
    font-family: 'nunito_sansregular';
    color: #0F1446;
}

h1 {
    font-family: 'Nunito-SemiBold';
    color: #4b4846;
    font-size: 3.5em;
}

h2 {
    font-family: 'nunito_sansregular';
    font-style: normal;
    font-weight: 700;
    font-size: 3em;
    line-height: 1.2em;
    letter-spacing: 0rem;
    text-transform: none;
    color: #25282a;
}

h3 {
    ont-family: 'nunito_sansregular';
    font-size: 2.4em;
    color: #131212;
}

h4 {
    ont-family: 'nunito_sansregular';
    font-size: 2.2em;
    color: #25282a;
}

h5 {
    font-size: 2em;
    ont-family: 'nunito_sansregular';    ;
}

h6 {
    font-family: 'nunito_sansregular';
    font-size: 1.8em;
}

p {
    font-family: 'nunito_sansregular';
    font-size: 1.4em;
    line-height: 1.3;
    color: #0C1038;
    margin: 0px;
    margin-bottom: 12px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    width: 100%;
    background-color: #000000;
    height: 1px !important;
}
label {
    font-family: 'latoregular';
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #000;
}
input:focus,
textarea:focus {
    border: solid 1px #d30101 !important;
    box-shadow: none !important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: hsl(220 41% 22% / 36%);
    background-color: #D4AF37;
}

.custom-control-label::after {
    top: 0rem;
    left: -1.6rem;
    display: block;
    width: 30px;
    height: 30px;
}

.custom-control-label::before {
    position: absolute;
    top: 0rem;
    left: -1.6rem;
    display: block;
    width: 30px;
    height: 30px;
}

.shadow {
    box-shadow: 0 0.1rem 0.3rem hsl(0 0% 0% / 16%) !important;
    border-radius: 10px;
}

.form-control {
    background-color: #EEEEEE;
    border: none;
    height: 50px !important;
    border-radius: 4px;
}

select {
    font-family: 'nunito_sansregular';
    width: 100%;
    background-color: #FFFFFF;
    border: none;
    -webkit-appearance: none;
    background-image: url(../images/arrow-down.png);
    background-position: right;
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 49%;
    color: #000000;
    border-radius: 0px;
    text-transform: capitalize;
    padding: 1rem 0.25rem;
}

select.form-control {
    padding: 0.375rem 0.25rem;
}

.form-control::placeholder {
    color: #3F3D56 !important;
}

.form-control:focus {
    border: none !important;
    border-bottom: solid 1px #3F3D56 !important;
    color: #3F3D56 !important;
    box-shadow: none;
}

.btn {
    font-family: 'nunito_sansregular';
    padding: 14px 20px;
    box-shadow: 0 0.1rem 0.7rem rgb(0 0 0 / 10%) !important;
    border-radius: 6px;
    font-size: 1.6em;
    text-decoration: none;
}

.btn:hover {
    color: #fff !important;
    opacity: 0.8;
    background-color: #27A603;
    border-color: #27A603;
}

.btn-default {
    background-color: #1FE9A0;
    color: #0C1038 !important;
}

.btn-default img {
    float: right;
    margin: 15px 0px;
}

.btn-default:hover {
    background-color: #1FE9A0;
    color: #0C1038 !important;
    border-color: #1FE9A0;
}
.btn-link {
    line-height: var(--e-global-typography-text-line-height);
    background-color: #FFFFFF00 !important;
    border-style: solid;
    border-width: 2px;
    box-shadow: 3px 0px 2px 0px rgb(0 0 0 / 50%);
    border-color: #ffffff !important;
    color: #fff !important;
    letter-spacing: 1px;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 50%);
    font-size: 1.6em;
    border-radius: 0px;
    padding: 12px 30px;
}
.btn-primary {
    background: #056CF2;
    border-color: #056CF2;
    box-shadow: #056cf2 0px 0px 6px 0px !important;
}
a {
    color: #fff !important;
    font-family: 'nunito_sansregular';
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #ba9054 !important;
}

label {
    margin: 0px;
    font-family: 'nunito_sansregular';
    font-size: 1.4em !important;
    width: 100%;
    font-weight: 700;
    letter-spacing: 1.2px;
    /*color: #fff !important;*/
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

/*<-------home page----->*/
.navbar-brand img {
    max-width: 140px;
}
.nav-item .nav-link {
    font-style: normal;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.2rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    font-family: 'nunito_sansregular';
    padding: 0.5rem 0.4rem;

}
.header-nav .nav-item {
    margin-right: 12px;
}
.nav-item.contact-us .nav-link {
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    border-radius: 0px 0px 0px 0px;
    color: #ffffff;
    border: 2px solid currentColor;
    box-shadow: 0px 0px 0px -7px rgb(0 0 0 / 0%);
}


.nav-item .nav-link.active {
    color: #ba9054 !important;
    border-bottom: solid;
}
.nav-item .nav-link:hover{
    color: #ba9054 !important;
    border-bottom: solid;
}
.nav-item .nav-link.active:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 2px;
    right: 50%;
    background: currentColor;
    -webkit-transform: scale(0, 0) translate(-50%, 0);
    transform: scale(0, 0) translate(-50%, 0);
    transition: color .0s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, color .0s ease-in-out;
    transition: transform .2s ease-in-out, color .0s ease-in-out, -webkit-transform .2s ease-in-out;
}
.btn-link:hover,.btn-link:focus {
    color: #25282a !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
.what-we-heading h3 {
    margin: 0;
    margin-bottom: 30px;
}
.video-header {
    position: relative;
    background-color: black;
    height: 110vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.video-header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-header .container {
    position: relative;
    z-index: 2;
}

.video-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
    .video-header {
        background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }

    .video-header video {
        display: none;
    }
}
.video-header p {
    font-size: 2.2em;
    text-shadow: 0px 2px 5px rgb(0 0 0 / 50%);
}
h1.display-3 {
    font-style: normal;
    font-weight: normal;
    font-size: 8.451em;
    line-height: 0.9em;
    letter-spacing: -0.04em;
    font-family: 'bebas_neueregular';
    text-transform: uppercase;
    color: var(--global-palette9);
    text-shadow: 0px 2px 5px rgb(0 0 0 / 50%);
    font-weight: 600;
    width: 95%;
    margin: 20px auto;
}
.get-start{
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 100px 0 170px;
    background-color: #161616;
}
.video-header .btn-link {
    line-height: var(--e-global-typography-text-line-height);
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 2px;
    box-shadow: 3px 0px 2px 0px rgb(0 0 0 / 50%);
    border-color: #ffffff;
    color: #fff !important;
    letter-spacing: 2px;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 50%);
    font-size: 1.8em;
    border-radius: 0px;
    padding: 15px 30px;
}
.what-we-do {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 100px 0 170px;
    background-color: #161616;
}
.what-we-heading h3 {
    margin: 0 !important;
    margin-bottom: 20px !important;
}
.get-quality p {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #666666;
}
.container {
    padding: 0px 60px;
}
header .container {
    padding: 0px;
}
.why-choose h2 {
    font-size: 3.4em;
}
.why-choose h6 {
    margin: 30px auto;
    width: 50%;
    font-size: 1.6em;
    margin-bottom: 60px;
}
.why-choose .btn-link {
    color: #ffffff !important;
    background-color: #666666 !important;
    border-color: #666666 !important;
}
.personalized-gift p {
    line-height: 1.6;
    font-size: 1.6em;
}
.personalized-gift {
    padding-right: 60px;
}
.img-list img {
    margin: 14px 20px;
}
.img-list img {
    max-width: 45%;
    opacity: .5;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
    transition-duration: 1s;
    vertical-align: middle;
    display: inline-flex;
    width: 70px;
    height: 46px;
}
.img-list:hover img {
    opacity: 1;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.same-container-f h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.618em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ba9054;
    border-top: 4px solid;
    padding-top: 20px;
    width: fit-content;
    margin: 5px auto 30px;
}
.why-choose{
    background-color: #f3f4f7;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 170px 0 100px;
}
.what-we-do video {
    width: 100%;
}
.looking-for-something{
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 100px 0 170px;
    background-color: #f3f4f7;
}
.card-inner .card-body {
    background: #f3f4f7;
    padding: 40px;
}
.card-inner .card-body h4 {
    color: #25282a;
    font-weight: 700;
}
.card-inner .card {
    border-radius: 6px;
    border: none;
    overflow: hidden;
    cursor: pointer;
}
.card-inner .card:hover,.card-inner .card:focus {
    box-shadow: 0px 5px 8px -5px rgb(151 163 184 / 50%), 0px 15px 16px -15px rgb(151 163 184 / 50%), 0px 25px 32px -25px rgb(151 163 184 / 50%);
}
.card-inner .card-body p {
    line-height: 1.4;
    font-size: 1.8em;
    color: #565555;
}
.looking-for-something h3 {
    margin: 0;
    margin-bottom: 30px;
}
.looking-for-something h2 {
    width: 85%;
    line-height: 1.5;
}
.looking-for-something p {
    font-size: 1.8em;
    margin: 40px 0px;
}
div#left input.text {
    -webkit-appearance: none;
    color: #565555;
    border: 1px solid #cbd5e0;
    border-radius: 3px;
    padding: 0.4em 0.5em;
    max-width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 0px -7px rgb(0 0 0 / 0%);
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 1.8em;
    line-height: 1.618em;
    color: #25282a;
}
#left {
    display: table-cell;
    width: 100%;
    height: 100%;
}
#right {
    display: table-cell;
}
.looking-for-something-form button {
    background-color: #000;
    color: #fff;
    font-size: 1.4em;
    padding: 17px;
    color: #ffffff;
    background: #565555;
    box-shadow: 0px 15px 25px -7px rgb(0 0 0 / 10%);
    border-radius: 0px 10px 10px 0px;
    border-color: #565555 !important;
    border: none;
}
.looking-for-something-form {
    margin: 4rem 0rem;
    align-content: center;
    align-items: center;
    padding: 0 50px 0 0;
}
.looking-for-something p a {
    color: #0C1038 !important;
}
.testimonials-section h2 {
    margin: 40px 0px;
}
.testimonials-section h6 {
    margin: 20px 0px;
    margin-bottom: 60px;
}
.testimonials-section h6 {
    margin: 20px 0px;
    margin-bottom: 40px;
}
.owl-theme .item {
    border-color: #bfbfbf;
    padding: 30px;
    border: solid thin #bfbfbf;
    text-align: center;
    min-height: 400px;
    padding-top: 50px;
}
.owl-theme .item p {
    color: #565555;
    line-height: 1.5;
    font-style: italic;
    font-size: 1.7em;

}
.owl-theme .item h4 {
    color: #25282a;
    font-style: italic;
    font-weight: 700;
    font-size: 1.8em;
    margin: 20px 0px;
}
.owl-theme .item .bottom-p {
    color: #565555;
    font-style: italic;
    font-weight: 300;
    font-size: 1.2em;
}

.owl-nav{
    display: none !important;
}
.owl-theme .owl-dots .owl-dot span {
    background: #000;
    opacity: .2;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ba9054;
    opacity: 1;
}
.owl-dots {
    margin: 18px 0px 40px
}
.btn-primary {
    background-color: #ba9054;
    color: #ffffff;
    font-size: 1.2em;
    text-transform: uppercase;
    line-height: 1.618em;
    letter-spacing: 2px;
    border-style: solid;
    border-width: 0;
    border-color: #25282a;
    padding: 15px 30px;
    border-radius: 0px;
    box-shadow: none !important;
}
.get-start h6 {
    margin: 20px 0px;
    margin-bottom: 60px;
}
.get-start h2 {
    margin: 40px 0px;
}
.contact-form {
    width: 62.1%;
}
.col-md-3.text-center.contact-form-right {
    width: 37.9%;
}
form#contact-form {
    padding: 0 10% 0 0;
}
.list-unstyled {
    border: solid thin;
    align-content: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 20px;
    height: 100%;
}
.call-action a {
    font-size: 2.8em;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}
.list-unstyled p {
    font-size: 1.5em;
    color: #fff;
    letter-spacing: 1px;
    color: #fff !important;
    font-family: 'nunito_sansregular';
    margin-bottom: 22px;
}
.accordion-item h2 {
    background-color: #ffffff;
    border-style: solid;
    border-color: #f3f4f7;
}
.accordion-item h2 button {
    font-size: 1.25rem;
    line-height: 1.4;
    color: #333;
    font-weight: 700;
}
.accordion-button:not(.collapsed) {
    color: #333;
    background-color: transparent;
    box-shadow: none !important;
}
.accordion-button:hover {
    color: #ba9054;
    background-color: #25282a;
}.accordion-body {
     background-color: #f4f4f447;
     padding: 15px 20px;
     margin-top: 2rem;
 }
.accordion-body p {
    font-family: "Nunito Sans",Sans-serif;
    font-size: 18px;
    line-height: 1.618em;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/plus.png);
}
.accordion-button::after {
    background-image: url(../images/plus.png);
}
.same-container-f {
    padding: 100px 0 100px;
    position: relative;
}
.footer-section{
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 60px 0 5px;
    /* background-color: #161616; */
    background-image: url(../images/footer-background.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.footer-section h6 {
    color: #fff;
}
.footer-section h6 {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.8);
    font-size: 1.4em;
}
.footer-section li a span {
    color: #fff;
    font-size: 1.4em;
}
.footer-one {
    width: 25%;
    float: left;
    position: relative;
    z-index: 9999;
}
.footer-two {
    width: 15%;
    float: left;
    position: relative;
    z-index: 9999;
}
.footer-three {
    width: 15%;
    float: left;
    position: relative;
    z-index: 9999;
}
.footer-four {
    width: 15%;
    float: left;
    position: relative;
    z-index: 9999;
}
.footer-five {
    width: 30%;
    float: left;
    position: relative;
    z-index: 9999;
}
.copy-right-section {
    position: relative;
    z-index: 9999;
    border-top: solid thin #fff;
}

.footer-section ul {
    padding: 0px;
}.footer-logo {
     margin-bottom: 30px;
 }
.footer-logo img {
    width: 120px;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.footer-section ul li {
    margin-top: calc(10px/2);
    padding-bottom: calc(10px/2);
}
.footer-section .footer-one ul li{
    padding-bottom: 15px
}
.footer-section li a span {
    font-family: 'nunito_sanslight';
    color: #fff;
    font-size: 1.4em;
    color: #ffffff;
    padding-left: 6px;
    font-weight: 300;
}
.elementor-background-overlay {
    background-color: #161616;
    opacity: .93;
    transition: background .3s,border-radius .3s,opacity .3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.footer-five input[type="text"] {
    width: 100%;
    color: #25282a;
    background-color: #f3f4f7;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 1.6em;
    padding: 10px 12px;
}
.footer-five .btn-primary {
    background-color: #ba9054;
    color: #ffffff;
    border-style: solid;
    border-color: #ba9054;
    margin-top: 0.4em;
    width: 100%;
    letter-spacing: 2px;
    padding: 8px 4px;
}
.social-icon {
    gap: 20px;
    display: flex;
    margin: 20px 0px;
    justify-content: space-evenly!important;
}
.social-icon i {
    font-size: 2.5em;
    color: #fff;
}
.footer-section li a span:hover{
    color: #ba9054 !important;
}
.social-icon i:hover{
    color: #ba9054 !important;
    cursor: pointer;
}

 .elementor-shape.elementor-shape-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: 0px;
    z-index: 9999;
}
 .elementor-shape.elementor-shape-bottom svg {
    height: 70px;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9999;
    transform: translateX(-50%) rotateY(180deg);
}
path.elementor-shape-fill {
    fill: #161616;
    transform: rotateY(0deg);
    z-index: 9999;
}
.what-we-do path.elementor-shape-fill {
    fill: #fff;
}
.get-quality path.elementor-shape-fill {
    fill: #f3f4f7;
}
.get-quality {
    position: relative;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 50px 0;
}
.get-quality-img{
    margin-bottom: 50px;
}
.why-choose .elementor-shape.elementor-shape-bottom {
    top: -1px;
    bottom: auto;
}
.why-choose .elementor-shape.elementor-shape-bottom svg {
    transform: translateX(-50%) rotateY(180deg);
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.why-choose .elementor-shape.elementor-shape-bottom svg path.elementor-shape-fill {
    fill: #f3f4f7;
}
.video-add .elementor-shape.elementor-shape-bottom {
    z-index: 2;
    pointer-events: none;
    top: -1px;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: auto;
    transform: none;
}
.video-add .elementor-shape.elementor-shape-bottom svg {
    height: 70px;
    transform: translateX(-50%) rotateY(180deg);
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
}
.video-add path.elementor-shape-fill{
    fill: #f3f4f7;
}


.video-add .elementor-shape.elementor-shape-bottom-extra {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: 0px;
    z-index: 9999;
}
.video-add .elementor-shape.elementor-shape-bottom-extra svg {
    height: 70px;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9999;
    transform: translateX(-50%) rotateY(180deg);
}
.video-add .elementor-shape.elementor-shape-bottom-extra path.elementor-shape-fill {
    fill: #fff;
    transform: rotateY(0deg);
    z-index: 9999;
}
.looking-for-something path.elementor-shape-fill {
    fill: #fff;
}
.get-start path.elementor-shape-fill {
    fill: #fff;
}
.sticky-header .sticky-none {
    display: none;
}
.sticky-none ul a.nav-link {
    font-size: 1.4em;
    font-family: 'nunito_sansregular';
}
/*<-----main----->*/
.product-card {
    background-color: #FFF;
    color: #000;
    position: relative;
    z-index: 100;
    padding: 10px;
    border-radius: 6px;
}
.product-image img {
    width: 100%;
}
.product-info {
    margin-top: auto;
    padding-top: 20px;
    text-align: center;
    line-height: 20px;
}
.product-info .product {
    margin: 0px 0px 5px 0px;
    /* font-weight: 600; */
}
.product-info .price {
    margin-top: 8px;
    color: #666;
    font-size: 14px;
}
.product-card-overlay {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.06);
    transition: all 0.15s ease-in;
}
.btn-default, .btn-default:visited {
    background: #ba9054;
    color: #ffffff;
    border: 1px solid #ba9054;
    opacity: 1 !important;
    border-color: #ba9054 !important;
    color: #fff !important;
}
.product-card-overlay-btn {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    transition: all 0.15s ease-in;
}.product-card-overlay {
     visibility: hidden;
     opacity: 0;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.06);
     transition: all 0.15s ease-in;
 }
.product-info .price {
    margin-top: 8px;
    color: #666;
    font-size: 14px;
}
.product-card:hover .product-card-overlay-btn {
    -ms-transform: translateY(-85%);
    -webkit-transform: translateY(-85%);
    transform: translateY(-85%);
    background: #ba9054;
    color: #ffffff;
    left: 0px;
    right: 0px;
    text-align: center;
}
.product-card-overlay {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.06);
    transition: all 0.15s ease-in;
}
.product-card:hover .product-card-overlay, .product-card:focus .product-card-overlay {
    visibility: visible;
    opacity: 1;
    left: 0px;
    right: 0px;
    text-align: center;
    border-radius: 6px;
}
.view-our .row {
    margin-right: calc(var(--bs-gutter-x) * -0);
    margin-left: calc(var(--bs-gutter-x) * -0);
}
.product-card:hover .product-info p{
    color: #ba9054;
}
#loadMore a{
    color: #fff !important;
}
.product-card-overlay .btn-default {
    color: #fff;
    padding: 10px 20px;
}




#myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.slider-video {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    padding: 20px;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

.personalized-video iframe {
    width: 100%;
    height: 350px;
}
.gold-standard {
    background-color: #fff;
}
.view-our {
    padding: 100px 0 100px;
}

.looking-for-something .elementor-shape-bot-top {
    z-index: 2;
    pointer-events: none;
    top: -1px;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: auto;
    transform: none;
}

.looking-for-something .elementor-shape-bot-top svg {
    height: 70px;
    transform: translateX(-50%) rotateY(180deg);
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
}
.looking-for-something .elementor-shape-bot-top svg path.elementor-shape-fill {
    fill: #fff;
}







@media (min-width: 768px) {

}

@media (min-width: 769px) {

}


.shadow {
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    border-radius: 10px;
}

/*<------product-detail---------->*/

.header-two .navbar-brand {
    margin: 0px 0px 20px 0px;
}
.header-two .navbar-brand img {
    max-width: 100%;
}
.fixed-top-inner .navbar-brand img {
    max-width: 50px;
}
.input-group input.form-control {
    padding-left: 25px;
    font-size: 14px;
    height: 46px;
    background: #FFFFFF;
    border: solid #e4e4e4;
    border-width: 1px 1px 1px 1px;
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    border-radius: 25px 0 0 25px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #e4e4e4 !important;
}
.input-group button.btn {
    color: #ba9054;
    height: 46px;
    background: #34302D;
    border: solid #34302D;
    border-width: 1px 1px 1px 0;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0.375rem 0.75rem;
}
.input-group button.btn i {
    color: #ba9054;
}
ul#nav1 li {
    float: left;
}
ul#nav1 {
    float: right;
    margin: 18px 0px;
}
ul#nav1 li a {
    color: #34302D !important;
    padding: 10px 7px;
    text-decoration: none;
    zoom: 1;
    font-size: 1.4em;
}
.product-detail-nav {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    background-color: #f3f4f7;
}
.product-detail-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #666 !important;
    background-color: #f3f4f7;
    font-size: 1.4em !important;
    letter-spacing: 0em;
    font-weight: 400;
    text-transform: capitalize;
}
.container-fluid.page {
    background: #fff;
    padding: 30px 40px 30px 40px;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
}
.breadcrumb li {
    margin-left: 5px;
    font-size: 1.4em;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb > .active {
    color: #5B5A5A;
}
.product-controls-text h2 {
    color: #4b4846;
    font-weight: 400;
    letter-spacing: 0.05rem;
}
.item-numb {
    margin-bottom: 5px;
    float: left;
}ul#share-block {
     font-size: 14px;
     float: left;
     margin-left: 20px;
 }
.list-inline-item a {
    color: #101010 !important;
    display: flex;
}
.list-inline-item a i {
    font-size: 1.4em;
    padding-right: 10px;
}
p.item-desc {
    color: #212529;
    line-height: 30px;
}
.nav-product-info .nav-item .nav-link.active {
    border-bottom: 2px solid #ba9054;
    color: #000 !important;
}
.nav-product-info .nav-item .nav-link {
    color: #ba9054 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.2rem;
    letter-spacing: 0.1rem;
    text-transform: capitalize;
    font-family: 'nunito_sansregular';
    padding: 0.5rem 1rem;
}
.nav-product-info .nav-item .nav-link:hover{
    color: #ba9054 !important;
    border-bottom: 2px solid #ba9054;
}
#product-info-tabs {
    margin-top: 10px;
    margin-bottom: 20px;
}
.form-floating input {
    background-clip: padding-box;
    background-color: transparent !important;
    text-shadow: none !important;
    border: 1px solid #ced4da !important;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    border-radius: 4px;
}
.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
.contact-box h2.bdt-ep-advanced-icon-box-title {
    font-size: 2.6em;
}
.flip-service .flip-card-front {
    height: 80%;
    overflow: hidden;
}
.alert.alert-price-msg {
    background: #efefef;
    border: 1px solid #ededed;
    color: #000;
    padding: 10px;
    display: inline-block;
    font-size: 14px;
    border-radius: 0;
}#order-options {
     margin-top: 20px;
 }
#order-options .btn {
    margin-bottom: 10px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    background: #ba9054;
    color: #ffffff;
}

.btn-request-info, .btn-request-info:visited {
    background: #ba9054;
    color: #ffffff;
}
.detail-title {
    font-size: 18px;
}
#similar-container {
    padding: 70px 0px 40px
}
#product-detail-controls .list-inline-item a {
    font-size: 1.2em;
}
div#product-img-controls {
    margin: 15px auto;
    display: flex;
}
div#product-img-controls ul.list-inline {
    display: flex;
    margin: 20px auto;
}

.breadcrumb a {
    color: #000000 !important;
}
.table-borderless tbody label {
    color: #212529 !important;
    font-weight: 400;
    opacity: 0;
}



/*<----foter-five------>*/

.footer-five-section {
    background: #f3f4f7;
    padding: 40px 0px;
}
.footer-five-section ul.nav4 {
    margin-top: 15px;
}
ul.nav4 {
    list-style-type: none;
    padding: 0px;
}
.footer-five-section a {
    color: #000000 !important;
    font-size: 1.4em;
}
.footer-five-section ul.nav4 li {
    margin-bottom: 15px;
}
ul.nav4 li:first-child {
    border-top: none;
}

ul.dropdown-menu.show  {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    font-family: 'nunito_sansregular';
    padding: 10px 10px 25px 10px;
    background: #fff;
    border-left: 1px solid #e1e7ec;
}
ul.dropdown-menu.show .dropdown-item {
    font-family: 'nunito_sansregular';
    color: #212529 !important;
    font-size: 1em !important;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #606975 !important;
    -webkit-transition: 200ms ease;
    -moz-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
    line-height: 1.2;
}
.product-detail-nav .navbar-nav a:hover{
    border: none;
}
.nav-item.dropdown .dropdown-menu.show {
    top: 115%;
}
ul.dropdown-menu.show .dropdown-item:hover{
    background-color: transparent;
    color: #000 !important;
}
ul.dropdown-menu.show
ul.nav4 li.title {
    font-weight: bold;
    display: block;
    padding: 2px 0px 2px 0px;
    color: #34302d;
    font-size: 16px;
}
.all-product{
    position: static;
}
.all-product ul.dropdown-menu {
    width: 100%;
    left: 0%;
    right: 0px;
    border: none;
    z-index: 1000;
    min-width: 10rem;
    padding: 0.5rem 0 0px;
    margin: 0.125rem 0 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.15);
}
.all-product .dropdown-menu ul {
    padding: 10px 25px 25px 25px;
}
.all-product .dropdown-menu ul li:first-child {
    font-weight: 500;
    color: #606975;
    /* color: #666; */
    text-transform: uppercase;
    border-bottom: 1px solid #e1e7ec;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1em !important;
}
.nav-content li .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #606975;
    -webkit-transition: 200ms ease;
    -moz-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
    background-color: #fff;
    font-size: 1.2em !important;
}
.nav-content {
    border: none !important;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: transparent !important;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
.all-product .dropdown-menu ul {
    background: #fff;
    border-left: 1px solid #e1e7ec;
    padding: 10px 0px 10px 0px;
    padding: 10px 25px 25px 25px;
}
.all-product .dropdown-menu ul Li .nav-link {
    font-size: 1em !important;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #606975 !important;
    -webkit-transition: 200ms ease;
    -moz-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
    line-height: 1.2;
}
.all-product .dropdown-menu ul Li .nav-link:hover{
    border: none !important;
}
.owl-product-detail .item {
    border: none;
    padding: 0px;
    min-height: 340px;
}
.owl-product-detail .item p.pr-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 5px;
    font-style: normal;
}
.owl-product-detail .item p.pr-number {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: #464646;
    margin-top: 5px;
    font-style: normal;
}





/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(blank.gif); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0,0,0,0.5);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(https://fancyapps.com/fancybox/source/fancybox_sprite.png);
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url(https://fancyapps.com/fancybox/source/fancybox_loading@2x.gif);
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}
.gallery-viewer {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
}

/*<-----accecoriess--->*/
.filter-section h2 {
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 14px 0px;
    font-size: 20px;
    color: #4b4846;
    font-weight: 400;
}

.filter-list input[type="checkbox"] {
    float: left;
    width: 26px;
    cursor: pointer;
    background-color: unset !important;
    padding: unset !important;
    vertical-align: middle;
    position: relative;
}

.filter-list input {
    padding: 7px 6px 7px 5px !important;
    margin: 0 7px 6px 0px;
}

.filter-list input:before {
    content: '';
    background: #e0e0e0;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    position: absolute;
    top: -1.5px;
    left: -1px;
}

.filter-list :checked:before {
    background-image: url(../images/white-check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F2A013;
    border: 0;
}

#filter-sidebar {
    display: none;
    margin-top: 20px;
    padding: 0px 0px 0px 10px;
}#filter-sidebar .filter-section {
     margin-bottom: 20px;
 }
#filter-sidebar .filter-list {
    max-height: 700px;
    overflow: auto;
    padding: 0px;
    border: 0px;
    clear: both;
    margin-bottom: 5px;
}
#filter-sidebar .checkbox {
    margin-bottom: 5px;
}
#filter-sidebar .checkbox span {
    font-size: 14px;
    color: #3B3B3B;
    font-family: 'nunito_sanslight';
    font-weight: 400;
    letter-spacing: normal;
}
#filter-sidebar .price-range {
    margin-top: 10px;
    padding: 3px 15px;
}
.product-results {
    margin-top: 8px;
    margin-bottom: 0px;
}
.btn-control.grid {
    margin-left: 10px;
}.thumbnail-list {
     list-style: none;
     margin: 0;
     padding: 0;
     font-size: 0;
 }
.thumbnail-list li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 2%;
}
.pr-list-grid {
    background: #fff;
    padding: 10px;
    text-align: center;
}
.pr-list-grid img {
    margin: 0 auto;
}
.pr-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 1rem;
}
.pr-number {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: #464646;
    margin-top: 5px;
    margin-bottom: 1rem;
}
.pr-price {
    font-size: 16px;
    color: #464646;
}
.pr-list-grid:hover {
    cursor: pointer;
}
.pr-list-grid {
    background: #fff;
    padding: 10px;
    text-align: center;
}
.pagination.center {
    justify-content: center;
    margin: 0px;
    margin-bottom: 15px;
}
.pagination li.page-item {
    font-size: 1.4em;
}
#filter-sidebar input[type="text"] {
    outline: none;
    box-shadow: none !important;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 4px;
}
#filter-sidebar label.input-group-text {
    display: none;
}
#filter-sidebar input[type="text"]:focus {
    border: 1px solid #ccc !important;
}
.video-header h1.display-3 {
    width: 100%;
    letter-spacing: 0.03em;
    font-size: 11.451em;
    text-shadow: 0px 2px 5px rgb(0 0 0 / 50%);
}
#filter-sidebar .show-more {
    border: 1px solid #ddd;
    padding: 5px;
    text-transform: uppercase;
    font-size: 10px;
    color: #666 !important;
    outline: 0;
    text-decoration: none;
    margin-bottom: 10px;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.breadcrumb > li + li:before {
    content: "\00BB";
    color: #b2b1b1;
    margin-right: 5px;
}
#product-controls-m {
    display: none;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    color: #212529 !important;
    font-weight: 400;
    letter-spacing: normal;
}
.col-auto .btn-control {
    margin-left: 10px;
    background-color: transparent !important;
    border-radius: 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    padding: 5px 14px;
}
.pr-list-grid:hover p.pr-name {
    color: #ba9054;
}
ul.pagination .page-item.active .page-link {
    color: #000;
    background: #DDDDDD;
    border: 1px solid #DDD;
}



/*<----catalouge---->*/
.banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/header-banner-image.png);
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner .hero-text {
    text-align: center;
    padding: 180px 30px;
    position: relative;
}
.container.page {
    padding-top: 30px;
    padding-bottom: 30px;
}
.showroom-title-bar {
    margin-top: 2rem;
}
.banner .hero-text h1{
    font-size: 8.451em !important;
    line-height: 0.9em;
    letter-spacing: 0.01em;
    font-family: 'bebas_neueregular';
    text-transform: uppercase;
    text-shadow: 0px 2px 5px rgb(0 0 0 / 50%);
    width: 95%;
    margin: 20px auto;
    color: #fff;
    font-style: normal;
    font-weight: normal;
}
.bdt-interactive-card-content {
    text-align: left;
    background: #ffffff;
    padding: 30px 20px 20px;
}
p.bdt-interactive-card-title {
    color: #25282a;
    -webkit-text-stroke-color: #25282a;
    font-family: 'bebas_neueregular';
    padding-bottom: 15px;

}
p.bdt-interactive-card-title span {
    color: #0F1446;
    font-family: 'bebas_neueregular';
    font-size: 1.4em;
    font-weight: 600;
}
.catalouge-main {
    margin: 10px;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 5px 8px -5px rgb(151 163 184 / 50%), 0px 15px 16px -15px rgb(151 163 184 / 50%), 0px 25px 32px -25px rgb(151 163 184 / 50%);
    margin-bottom: 30px;
    cursor: pointer;
}
.getstarted-transparent {
    background-color: #fff !important;
    color: #25282a;
}
.getstarted-transparent h2 {
    color: #25282a !important;
}
.getstarted-transparent label {
    color: #25282a !important;
}
.getstarted-transparent input {
    background-color: #f4f4f447;
    border-color: #666666;
    border-width: 1px;
    border-radius: 0;
}
.getstarted-transparent textarea {
    background-color: #f4f4f447;
    border-color: #666666;
    border-width: 1px;
    border-radius: 0;
}
.getstarted-transparent .list-unstyled{
    border-color: #666666;
}
.getstarted-transparent .list-unstyled a {
    color: #25282a !important;
}
.getstarted-transparent .list-unstyled p {
    color: #25282a !important;
}
.banner path.elementor-shape-fill {
    fill: #fff;
}
.featured-cataloge {
    background-color: #f3f4f7;
}
.featured-cataloge path.elementor-shape-fill {
    fill: #fff;
}





/*<-----------about-us------------->*/
.about-banner path.elementor-shape-fill {
    fill: #161616;
}
.about-second-section {
    background-color: #161616;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    text-align: center;
}
.about-second-section h3 {
    margin: 0px auto 30px !important;
}
.about-second-section p {
    width: 100%;
    float: left;
    text-align: start;
    padding-left: 15px;
}
.about-second-section path.elementor-shape-fill {
    fill: #fff;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-back {
    transform: rotateY(180deg);
}
.flip-card {
    float: left;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.our-team .card-body-bottom {
    float: left;
    width: 100%;
    padding: 8px 2px;
}
.our-team .card-body-bottom a {
    padding: 10px 18px;
    margin-right: 10px;
    float: left;
    background-color: #ba9054;
    opacity: .9;
    color: #fff !important;
    font-size: 2em;
    margin-top: 20px;
}
.our-team .card-body-bottom h4 {
    font-family: 'nunito_sanslight';
    font-weight: 300 !important;
    letter-spacing: 2px;
    word-spacing: 4px;
}
.our-team .card-body-bottom p {
    font-family: 'nunito_sansregular';
    font-weight: 600;
    letter-spacing: 1.2px;
}
.our-team {
    background-color: #fff;
}
.our-team .card-inner {
    padding: 50px;
}
.flip-card-inner img {
    border-radius: 10px;
    height: 78%;
}

.our-process h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.618em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ba9054;
    border-top: 4px solid;
    padding-top: 20px;
    width: fit-content;
    margin: 5px auto 30px;
}
.our-process h2 {
    width: 100%;
}
.our-process h6 {
    margin: 30px auto;
    width: 50%;
    font-size: 1.6em;
    margin-bottom: 60px;
}
.our-process .card-body {
    background: #fff;
}
.our-process .card-inner {
    margin-bottom: 40px;
}
.our-process .card-inner p {
    margin: 20px 0px;
}
.our-process .card-inner .card {
    box-shadow: 0px 5px 8px -5px rgb(151 163 184 / 50%), 0px 15px 16px -15px rgb(151 163 184 / 50%), 0px 25px 32px -25px rgb(151 163 184 / 50%);
}


/*<---------virtual------------->*/
.virtual-banner path.elementor-shape-fill {
    fill: #f3f4f7;
}


/*<------------servicess--------->*/

.flip-section .bottom-flip-text {
    position: absolute;
    bottom: 0px;
    left: 10px;
    padding: 35px;
    color: #fff;
    width: 100%;
}
.flip-section:hover .bottom-flip-text {
    display: none;
}
.bottom-flip-text-hover {
    display: none;
    top: 0px;
    position: absolute;
    background-color: #161616E6;
    padding: 35px;
    color: #fff;
    height: 100%;
}
.flip-section:hover .bottom-flip-text-hover{
    display: block;
}
.flip-section {
    height: 43.262vh;
    overflow: hidden;
}
.img-flip {
    height: 100%;
    cursor: pointer;
}
.img-flip img {
    height: 100%;
    width: 100%;
}
.flip-section h1 {
    font-family: 'nunito_sanslight';
    font-weight: 300 !important;
    letter-spacing: 2px;
    word-spacing: 4px;
    color: #fff;
    font-size: 2.4em;
}
.flip-section p {
    font-family: 'nunito_sansregular';
    word-spacing: 4px;
    color: #fff;
    font-size: 1.7em;
    margin: 16px 0px;
    line-height: 1.5;
}
.bottom-flip-text-hover h1 {
    color: #ba9054;
    margin-top: 2rem;
}
.services-banner path.elementor-shape-fill {
    fill: #fff;
}
.services-section path.elementor-shape-fill {
    fill: #f3f4f7;
}

.flip-service .flip-card-back {
    padding: 3em 2em;
    text-align: left;
    justify-content: center;
    display: flex;
    width: 100%;
    height: 80%;
    flex-direction: column;
    background-color: #ba9054;
    color: #fff;
}
.flip-service .flip-card-back p{
    color: #fff;
    font-size: 1.4em;
    margin: 10px 0px;
}
.flip-service .flip-card-front p {
    margin: 20px 0px;
    color: #25282a;
}
.flip-service {
    padding: 3em 2em;
    text-align: center;
    justify-content: flex-start;
}



/*<---------contact------------>*/

.contact-box{
    margin: 10px;
    padding: 50px 0;
    border-style: solid;
    border-width: 1px
}.contact-box i {
     margin-bottom: 20px;
     font-size: 4em;
     color: #ba9054;
 }
.contact-box h2 span{
    color: #fff;
}
.contact-box:hover {
    background-color: #25282a;
    cursor: pointer;
}
.services-start h6{
    margin: 20px 0px;
    margin-bottom: 60px;
}
.services-start .contact-form {
    width: 100%;
}
.services-start .contact-form form#contact-form {
    padding: 0px 15px;
}
.services-start path.elementor-shape-fill {
    fill: #f3f4f7;
}
.same-container-f h6 {
    width: 66%;
    margin: 20px auto 60px;
}
.getstarted-transparent .btn-primary {
    background-color: #25282a;
    border-radius: 2px;
}
.new-costomer{
    background-color: #f3f4f7
}
.new-costomer .contact-box h2 span{
    color: #0F1446;
}
.new-costomer .contact-box:hover {
     background-color: #fff;
 }
.iframe iframe {
    height: 50vh;
    padding: 0px;
}
.services-start .btn-primary {
    background-color: #25282a;
    border-style: solid;
    border-width: 0;
    border-color: #25282a;
}

/*<--------signin-------->*/
#form-signin {
    margin: 50px 0px;
    padding: 30px;
}
form#loginForm .form-control:focus {
    border: solid 1px #3F3D56 !important;
}

form#loginForm .form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
.list-unstyled a.stdlink {
    color: #101010 !important;
    font-size: 1.4em !important;
}
ul.list-unstyled {
    padding-left: 0px;
}
#form-signin #form-submit {
    margin-bottom: 15px;
    margin-top: 20px;
    padding: 8px 20px;
}
form#loginForm .form-floating input.form-control {
    background-color: #fff !important;
    font-family: 'nunito_sanslight';
}
form#loginForm label {
    font-family: 'nunito_sanslight';
    z-index: 99999;
    color: #212529 !important;
}
.container.page h1 {
    font-family: 'nunito_sansregular';
    font-size: 3em;
}

#cart thead tr th {
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    font-size: 1.4em;
}
#cart-nav {
    margin-top: 50px;
}
#cart-nav .btn-default {
    padding: 10px 20px;
}
.alert-warning{
    font-size: 1.4em;
}
.container .gallery a img {
    float: left;
    width: 25%;
    height: auto;
    border: 4px solid #f3f4f7;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}




.order-confirm {
    border: solid thin #70707080;
    padding: 2rem 1rem;
    margin-top: 0.8rem;
    margin-bottom: 2rem;
    border-radius: 5px;
    float: left;
}
.order-confirm h5 {
    font-size: 2em;
    margin-bottom: 2rem;
}
.order-confirm button {
    background-color: #000000;
    color: #fff !important;
    padding: 7px 25px;
    font-size: 16px !important;
    border-radius: 5px;
    float: left;
    height: 40px;
    line-height: 1;
    font-family: 'nunito_sansregular';
}
.order-confirm p {
    color: #9D9D9D;
    font-size: 1.4em;
}
.order-confirm .delete {
    float: left;
    position: absolute;
    bottom: 80px;
    right: 15px;
    color: #030201;
    font-size: 20px;
}
.product-select select {
    width: fit-content;
    background-color: transparent;
    border: solid thin #33333359;
    height: 40px !important;
    -webkit-appearance: auto;
    background-color: black;
}

.order-confirm .equl {
    float: left;
    position: absolute;
    bottom: 80px;
    left: -15px;
    color: #030201;
    font-size: 22px;
}
.product-total p {
    font-size: 2em;
    color: #030201;
}table.table.table-dark {
     background-color: #F2F2F2;
     border: none;
     margin-top: 2rem;
     border-radius: 5px;
 }
table.table.table-dark .table-top td {
    padding-top: 3rem;
}
table.table.table-dark tr td {
    border: none;
    padding: 10px 20px;
    color: #030201;
    background-color: transparent;
}
table.table.table-dark td {
    font-size: 2em;
}
table.table.table-dark tr .td-right {
    font-weight: 500 !important;
}
.product-qty {
    position: relative;
}
.product-total {
    position: relative;
}
.order-summary input[type="text"] {
    background-color: #ffffff2e;
    border: solid thin #70707040 !important;
    border-radius: 5px;
    height: 40px;
    font-size: 1.6em;
    color: #000000;
    padding: 10px;
}
.order-summary input[type="text"] {
    background-color: #ffffff2e;
    border: solid thin #70707040 !important;
    border-radius: 5px;
    height: 40px;
    font-size: 16px;
    color: #000000;
    padding: 10px;
    font-family: 'nunito_sansregular';
}
.order-summary button {
    background-color: #000000;
    color: #fff !important;
    padding: 7px 25px;
    font-size: 16px !important;
    border-radius: 5px;
    float: left;
    height: 40px;
    font-family: 'nunito_sansregular';
    line-height: 1;
}
.order-summary .btn-chekout {
    width: 100%;
    background-color: #343434 !important;
    border-color: #ba9054 !important;
    font-size: 16px;
    background-image: none;
    border-width: 0px;
    color: #fff !important;
    padding: 7px 25px;
    border-radius: 5px;
    float: left;
    height: 40px;
    line-height: 1.5;
    text-align: center;
}
.order-summary.order-heading .td-or {
    color: #D6D6D6;
    text-align: center;
}
.order-summary .check-out-btn button span img {
    margin-right: 10px;
}
table.table.table-dark tr.table-bottom td {
    padding-bottom: 3rem;
}
.order-summary .check-out-btn button {
    width: 100%;
    background-color: #13A0F2;
    border-color: #13A0F2;
    border-width: 0px;
    font-family: 'nunito_sansregular';
}

.continue-shop .btn-table {
    width: 100%;
    background-color: #ECECEC;
    padding: 10px 26px;
    border-color: #ECECEC;
    font-size: 16px;
    background-image: none;
    border-width: 0px;
    color: #000 !important;
    width: fit-content;
    border-radius: 5px;
    font-family: 'nunito_sansregular';
}


#show-img { width: 400px; height: 400px; }
.small-img{
    width: 90%;
    height: 80px;
    margin-top: 10px;
    position: relative;
    left: 25px;
}
.small-img .icon-left, .small-img .icon-right{
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.small-img .icon-left{
    transform: rotate(180deg)
}
.small-img .icon-right{
    right: 0;
}
.small-img .icon-left:hover, .small-img .icon-right:hover{
    opacity: .5;
}
.small-container{
    width: 75%;
    height: 128px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.small-container div{
    width: 800%;
    position: relative;
}

.small-container .show-small-img{
    width: 128px;
    height: 128px;
    margin-right: 6px;
    cursor: pointer;
    float: left;
}
.small-container .show-small-img:last-of-type{
    margin-right: 0;
}
#filter-sidebar .price-range-section input[type="text"] {
    border: none !important;
    font-size: 1em !important;
    color: #4b4846 !important;
}
.filter-section p label {
    border-top: 1px solid #ddd;
    padding: 15px 0px 5px 0px;
    font-size: 20px;
    color: #4b4846 !important;
    font-weight: 400;
}
.price-range-section label {
    font-size: 1em !important;
    border: none !important;
    padding: 0px !important;
}
#filter-sidebar .price-range-section input[type="text"] {
    border: none !important;
    font-size: 1em !important;
    color: #4b4846 !important;
}
div#slider-range {
    font-size: 2em;
}
.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #101010;
}span.ui-slider-handle.ui-corner-all.ui-state-default {
     width: 34px;
     height: 28px;
     top: -7px;
     border: 1px solid #D9D9D9;
     border-radius: 3px;
     background: #FFF;
     cursor: default;
     box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
 }


 /*<--------header---->*/
.fixed-top-inner {
    background-color: #161616;
    position: static !important;
}
.sticky-header .navbar-brand img {
    max-width: 50px;
}
.sticky-header {
    z-index: 10000;
    background-color: #000000c9;
    position: fixed !important;
}
.sticky-header .nav-item .nav-link {
    color: #fff !important;
}
.sticky-header .nav-item .nav-link.active {
    color: #ba9054 !important;
    border-bottom: solid #ba9054 !important;
}
@media only screen and (min-width: 768px){
    #filter-sidebar {
        display: block;
    }
}

/*<----------Chekout-------->*/
.billing-section {
    border: solid thin #70707045;
    padding: 3rem 7rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 5px;
}
.billing-section .form-group.col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}
.billing-section .form-control {
    background-color: #EEEEEE;
    border: none !important;
    height: 50px !important;
    border-radius: 4px;
    color: #495057;
}
.billing-heading label {
    color: #000 !important;
    margin-bottom: 0.5rem;
    font-weight: 500;
}
.billing-section textarea.form-control {
    height: auto !important;
}

.order-heading select {
    background-color: #FFFFFF;
    border: solid thin #70707040 !important;
    border-radius: 5px;
    height: auto !important;
    color: #000000;
    padding: 10px;
    -webkit-appearance: auto;
    font-size: 16px !important;
}
.payment-icon-section a {
    background-color: #000000;
    padding: 15px 40px;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 16px;
}
.payment-icon-section .credit-card {
    color: #fff;
}
.lock-icon-section {
    margin: 1rem 0rem 3rem;
}
.payment-icon-section .paypal-payment {
    background-color: #00000042;
    color: #000000;
}
.payment-icon-section a span {
    padding: 7px;
}
.lock-icon-section p {
    margin: 25px 0px;
}
.lock-icon-section p span .payment-icon {
    padding: 8px;
    margin-top: -2px;
}
.checkbox.checkout-guest label {
    color: #030201;
    font-size: 20px;
}
.checkbox.checkout-guest input {
    margin-left: -2.5rem;
    top: 6px;
}
.checkbox.checkout-guest input {
    width: 28px;
    height: auto;
    background-color: #EEEEEE !important;
    padding: 5px 15px;
    font-size: 13px;
    border: none;
    position: absolute;
    margin-left: -2.5rem;
    top: 4px;
}
.checkbox.checkout-guest input[type="checkbox"]:before {
    content: '';
    background-color: #EEEEEE;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 5px;
}
.checkbox.checkout-guest label {
    margin-left: 2em;
}
.checkbox.checkout-guest input[type="checkbox"]:before {
    width: 32px;
    height: 32px;
    padding: 7px 7px !important;
}
.checkbox.checkout-guest input[type="checkbox"]:checked:before {
    content: url(../images/check-orange.png);
}
.checkbox.checkout-guest {
    position: relative;
    display: flex;
    align-items: center;
}
.expire-cvw label {
    width: 100%;
}
.expire-cvw .form-control {
    width: 45%;
    float: left;
}
.already-custom label a {
    font-size: 1.6em;
    color: #030201 !important;
}
.expire-cvw span {
    float: left;
    width: 10%;
    float: left;
    text-align: center;
    height: 50px;
    line-height: 3;
    color: #000000;
    font-size: 16px;
}
.billing-section .form-group.col-md-6.already-custom {
    margin: 0px;
}

.already-custom.checkbox input {
    top: 7px;
    padding: 12px !important;
    border-radius: 5px !important;
    float: left;
    width: 26px;
    position: absolute;
    margin-left: -1.5rem;
    background-color: #EEEEEE !important;
    height: auto;
}
.already-custom.checkbox input[type="checkbox"]:before {
    content: '';
    background: #ffff;
    display: block;
    width: 26px;
    height: 26px;
    border: 1px solid rgb(112 112 112 / 19%);
    border-radius: 5px;
}
.checkbox input[type="checkbox"]:checked:before {
    padding: 0px 7px;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
}
.already-custom.checkbox input[type="checkbox"]:checked:before {
    background-color: #F2A013;
    background-image: url(../images/check-black.png);
}
span.wpcf7-list-item.first.form-check {
    position: relative;
    padding-left: 2.5em;
}
.already-custom.checkbox label {
    margin-left: 0.7rem;
    margin-top: 0.4rem;
}
.already-custom label {
    font-size: 20px;
}
table.table.table-dark tr .total-td {
     color: #88D140;
    font-weight: 600 !important;

}
.table-bottom td {
    font-weight: 600;
}
.creat-account .form-control:focus {
    border: solid 1px #3F3D56 !important;
}
.creat-account .form-floating>label {
    opacity: 1 !important;
    z-index: 9999 !important;
    font-family: 'nunito_sanslight';
    z-index: 99999;
    color: #212529 !important;
}
.checkbox label {
    color: #212529 !important;
    font-weight: 500;
    letter-spacing: normal;
}
.btn-checkout-right {
    float: right;
}
.privacy-policy p {
    text-transform: capitalize;
    line-height: 1.6;
    font-size: 1.6em;
    color: #101010;
}
.privacy-policy li {
    text-transform: capitalize;
    line-height: 1.6;
    font-size: 1.4em;
    color: #101010;
    list-style: auto;
}
.banner .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-color: #00000000;
    background-image: linear-gradient(180deg,#16161633 0%,#161616 95%);
    opacity: 1;
}
.showroom-title-bar select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: auto;
}
#product-img-controls .list-inline-item a {
    font-size: 1.2em;
}
.contact-banner .overlay {
    opacity: 0;
}
.fixed-top.header-two.sticky-header .navbar-dis {
    display: none;
}

.fixed-top.header-two.sticky-header .nav-item .nav-link {
    color: rgba(0,0,0,.55) !important;
}














@media (min-width: 1600px) {
    body {
        font-size: 12px;
        font-family: 'nunito_sansregular';
    }
}

@media (max-width:1600px) {
    body {
        font-size: 11px;
        font-family: 'nunito_sansregular';
    }
}

@media (max-width: 1366px) {}

@media (max-width: 1260px) {}

@media (max-width: 1199px) {
    .container {
        padding: 0px 20px;
    }
    .header-nav .nav-item {
        margin-right: 4px;
    }
    .billing-section {
        padding: 3rem 2rem;
    }
}

@media (max-width: 991px) {
    h1.display-3 {
        font-size: 6.451em;
    }
    .personalized-gift {
        margin-bottom: 30px;
    }
    .why-choose h6 {
        width: 90%;
    }
    .card-inner {
        margin-bottom: 20px;
    }
    .same-container-f {
        padding: 60px 0 100px;
    }
    form#contact-form {
        padding: 0 1% 0 0;
    }
    .list-unstyled {
        word-break: break-all;
    }
    .footer-one {
        width: 100%;
    }
    .footer-two {
        width: 33.33%;
    }
    .footer-three {
        width: 33.33%;
    }
    .footer-four {
        width: 33.33%;
    }
    .footer-five {
        width: 100%;
    }
    .contact-form {
        width: 100%;
    }
    .list-unstyled .translate-middle.w-100 {
        position: static !important;
        transform: none !important;
    }
    .list-unstyled {
        margin-top: 30px;
    }
    .col-md-3.text-center.contact-form-right {
        width: 100%;
    }
    .looking-for-something-form {
        margin: 0rem 0rem;
    }
    .personalized-gift {
        padding-right: 0px;
    }
    header.fixed-top {
        position: static !important;
    }
    header.fixed-top .navbar-expand-lg {
        background-color: #212529!important;
    }
    .navbar-light .navbar-toggler {
        background-color: #fff;
    }
    .header-nav .nav-item {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .sticky-none {
        display: none;
    }
    .fixed-top.header-two .navbar-expand-lg {
        background-color: #212529!important;
    }
    .fixed-top.header-two .navbar-expand-lg.product-detail-nav {
        background-color: #f3f4f7 !important;
    }
    .fixed-top.header-two .navbar-expand-lg.product-detail-nav .navbar-toggler {
        background-color: #ccc;
    }
    .header-two .navbar-brand {
        margin: 0px 0px 0px 0px;
    }
    .header-two .container {
        padding: 0px 0px;
        display: block;
        text-align: center;
    }
    .header-two .container {
        padding: 0px 0px;
        display: block;
        text-align: center;
    }
    .header-two.fixed-top-inner .container {
        padding: 0px 0px;
        display: flex;
        text-align: center;
    }
    .header-two .navbar-brand img {
        margin: 5px 0px;
    }
    ul#nav1 {
        float: none;
        margin: 18px 0px;
        text-align: center;
    }
    ul#nav1 li {
        float: none;
        margin: 10px 0px;
    }
    .banner .hero-text {
        padding: 100px 30px;
    }
    .flip-card {
        height: 340px;
    }
    .product-controls-text {
        margin-top: 5rem;
    }
    .sticky-header .nav-item .nav-link {
        color: #fff !important;
    }
    .fixed-top.header-two.sticky-header .navbar-dis {
        display: block;
    }
    .billing-section {
        padding: 2rem 1rem;
    }

}

@media (max-width: 767px) {
    h1.display-3 {
        font-size: 5.451em;
    }
    .container {
        padding: 0px 30px;
    }
    .copy-right-section .justify-content-between {
        justify-content: normal !important;
        display: block !important;
        text-align: center;
    }
    header .container {
        padding: 0px 30px;
    }
    .video-header {
        height: 100vh;
    }
    .header-two .container {
        padding: 0px 15px
    }
    .video-header h1.display-3 {
        font-size: 7.451em;
    }
    .banner .hero-text h1 {
        font-size: 7.451em;
        width: 100%;
    }
    .flip-card-inner {
        text-align: left;
    }
    .about-second-section p {
        width: 100%;
    }
    .same-container-f h6 {
        width: 90%;
    }
    .col-12.text-end {
        margin-top: 2rem;
    }
    .thumbnail-list li {
        width: 50%;
    }
    .container .gallery a img {
        width: 50%;
    }
    .order-confirm .delete {
        position: static;
    }
    .order-confirm .equl {
        position: static;
        width: 100%;
    }

}

@media (max-width: 640px) {
    .banner .hero-text {
        padding: 60px 30px;
    }
}

@media (max-width: 575px) {
    .footer-two {
        width: 100%;
    }
    .footer-three {
        width: 100%;
    }
    .footer-four {
        width: 100%;
    }
    h1.display-3 {
        font-size: 3.451em;
        line-height: 1.1;
        width: 100%;
    }
    .elementor-shape.elementor-shape-bottom {
        display: none;
    }
    .elementor-shape.elementor-shape-bottom-extra{
        display: none;
    }
    .same-container-f {
        padding: 40px 0 40px;
    }
    .same-container-f {
        padding:  40px 0 40px;
    }
    .video-header h1.display-3 {
        font-size: 5.451em;
    }
    .elementor-shape.elementor-shape-bot-top {
        display: none !important;
    }
    .banner .hero-text h1 {
        font-size: 5.451em;

    }
    .hero-text p {
        margin: 1.5rem 0rem !important;
    }
    .thumbnail-list li {
        width: 100%;
    }
    .small-img {
        width: 100%;
        left: 0px;
    }
    .small-container {
        width: 90%;
    }
}

@media (max-width: 480px) {
    #product-detail .show {
        width: 100%;
        height: 300px;
    }
}

@media (max-width: 420px) {}

@media (max-width: 320px) {

}
.px-3.py-2.bg-dark.text-white.sticky-none {
    background: #eea01e!important;
}
.navbar-brand img {
    max-width: 50px;
}
.card-inner.col-lg-4.col-md-6.col-sm-12 {
    text-align: center;
    margin: 0 auto;
}
.card-body-bottom a {
    text-align: center;
    margin: 0 auto;
}
img.card-img {
    height: 235px;
}
.row.video-next {
    position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.card.hvr-shrink.about-us img {
    height: 350px;
}

.product-image {
    /*min-height: 314px !important;*/
    /*max-height: 314px !important;*/
    overflow: hidden;
}
.card.featured-pro.category img {
    border-bottom-left-radius: 58px;
    border-top-right-radius: 58px;
    height: 100%;
}
.card.featured-pro span {
    position: absolute;
    bottom: 80px;
    right: 6px;
    background: #eea01e;
    color: #fff;
    text-align: center;
    padding: 15px;
    width: 66%;
    border-radius: 7px;
    font-size: 16px;
}
.container-fluid.banner.about-banner.contact-banner video {
    width: 100%;
}
.container-fluid.banner.about-banner.contact-banner .elementor-shape {
    background: #000;
}
p.uniform-management-p {
    font-family: 'nunito_sansregular';
    font-size: 1.8em !important;
}
.row.uniform.customizations h2 {
    color: #000 !important;
}
.row.uniform.customizations p {
    color: #000 !important;
}
.row.uniform.customizations img {
    height: 80%;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 82%;
}
.row.uniform.customizations .col-lg-5 {
    padding: 50px;
}
ul.heat.press {
    font-family: 'nunito_sansregular';
    font-size: 1.8em !important;
    padding: 0 0 0 30px;
    margin: 40px 8px 51px 0px;
}
ul.heat.press li {
    list-style: disc;
}
.container.pro-motions.products img {
    height: 86%;
    width: 89%;
    border: 1px solid;
}
.singin-form {
    padding: 0rem 8rem;
}
.modal-login .modal-dialog {
    max-width: 100%;
}
.modal-login .modal-dialog .modal-content {
    background-color: transparent !important;
}
.cancel-btn {
    float: left;
    width: 100%;
}
.cancel-btn img.cancel-iamge {
    float: right;
    padding-right: 6rem;
}
.signin-wheel {
    background-color: #000000;
    min-height: 550px;
}
.form-admin {
    background-color: #fff;
    padding: 2rem 5rem;
    min-height: 550px;
}
.form-admin h1 {
    text-align: center;
    margin-bottom: 1.5rem;
}
.form-admin li {
    font-size: 20px;
    width: 50%;
    background-color: #f2f2f2;
    text-align: center;
}
.form-admin li a.active {
    background-color: #f2a013 !important;
    color: #fff !important;
}
.col-lg-12.col-md-12.col-sm-12.text-center.sign-logo img {
    height: 75px;
}
.modal-login {
    background-color: #101010;
    min-height: calc(100vh - 0px);
}
.col-lg-6.col-md-12.form-admin h1 {
    font-size: 60px;
    color: #f2a013;
    font-family: 'latobold';
}
.col-lg-6.col-md-12.form-admin .nav-tabs {
    border: none;
}
.form-admin li a.active {
    background-color: #f2a013 !important;
    color: #fff !important;
}
.col-lg-6.col-md-12.form-admin a {
    height: 55px;
    color: #f2a013 !important;
    font-family: 'latobold';
    font-size: 18px;
    line-height: 1.71;
    letter-spacing: normal;
}
.col-lg-6.col-md-12.form-admin .nav-link.active {
    color: #fff !important;
}
button#forgot-password-button {
    margin-top: 30px;
}
.error {
    color: red;
}
.banner-parent {
    height: 400px;
    display: block;
    position: relative;
    margin: 0 auto;
    clear: both;
}
.banner-image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    max-height: 500px;
    overflow: hidden;
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    background-repeat: no-repeat;
}
.banner-text {
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: block;
    margin: 0 auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-text h1 {
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 71px;
}
.account-tab li {
    width: 100%;
    border-radius: 5px;
    background: #000;
    height: 60px;
    padding: 13px;
}
.account-tab li a.nav-link.active {
    background-color: #F2A013;
    color: #fff!important;
    border-radius: 5px;
}
.image-upload-wrap {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
}
.file-upload-input {
    position: absolute;
    margin: 10px 10px;
    width: 120px;
    height: 120px !important;
    outline: none;
    opacity: 0;
    cursor: pointer;
    z-index: 999999;
    right: 0;
    left: 0;
}
.drag-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
}
.address-tab {
    text-align: center;
}
.address-top {
    border: solid thin #70707045;
    padding: 0rem 1rem;
    border-radius: 5px;
}
.form-group {
    margin-bottom: 15px;
}
.file-upload-content {
    display: none;
    text-align: center;
}
.file-upload-content img.file-upload-image {
    height: 100%;
    border-radius: 50%;
    max-width: 20%;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    object-fit: fill;
    min-height: 110px;
    min-width: 110px;
    width: 100%;
    max-height: 110px;
}
button.remove-image.btn.btn-danger.my-4 {
    padding: 7px;
    font-size: 14px;
}
.hitory-table .table-striped thead {
    background-color: #F2A013;
}
.table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.hitory-table .table-striped thead th {
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    color: #fff;
    border: none;
}
table.table th {
    background: #ef9e1e;
}
.hitory-table .table-striped {
    border-radius: 5px;
    border: solid thin #70707045;
}
nav.navbar.navbar-expand-lg.navbar-light.inner_pages {
    background: #000;
}
.container-fluid.mt-4.products-listing {
    margin-top: 130px !important;
}
.pr-list-grid {
    border: 1px solid #00000014;
}
button.btn.btn-default.addtocart {
    padding: 15px 25px;
    margin-bottom: 0;
    line-height: 1;
    background-color: #000000;
    font-size: 16px !important;
    color: #fff !important;
    border-radius: 5px;
    font-family: 'latoregular';
    margin-top: 10px;
    float: left;
}
.form-group.quantity select {
    background: transparent;
    border: 1px solid #00000026;
    text-align: center;
}
.form-group.quantity {
    padding: 0;
    margin: 0;
}
.product-card.product-item {
    border: 1px solid #00000014;
}
.pagination li span,
.pagination li a {
    font-size: 14px; /* Adjust the font size as needed */
}

/* Adjust the padding or margin to control the size of the arrows */
.pagination li a[rel='prev']::before,
.pagination li a[rel='next']::after {
    font-size: 14px; /* Adjust the font size as needed */
    /* Add additional styling properties (e.g., padding, margin) as needed */
}

/* Alternatively, you can target the arrows directly */
.pagination li a[rel='prev']::before {
    font-size: 14px; /* Adjust the font size as needed */
    /* Add additional styling properties for the 'prev' arrow */
}

.pagination li a[rel='next']::after {
    font-size: 14px; /* Adjust the font size as needed */
    /* Add additional styling properties for the 'next' arrow */
}
.pagination li span,
.pagination li a {
    font-size: 14px; /* Adjust the font size as needed */
}

/* Target the previous and next arrows to modify their size */
.pagination li a[rel='prev']::before,
.pagination li a[rel='next']::after {
    font-size: 14px; /* Adjust the font size as needed */
    padding: 2px; /* Adjust padding as needed */
}

.pagination li span,
.pagination li a {
    font-size: 14px; /* Adjust the font size as needed */
    padding: 5px 8px; /* Adjust padding as needed */
}

/* Target the previous and next arrows to modify their size */
.pagination li a[rel='prev']::before,
.pagination li a[rel='next']::after {
    font-size: 14px; /* Adjust the font size as needed */
    /* Add any additional styling for the arrows */
}

.pagination-area.text-center.justify-content-center .pagination {
    justify-content: center!important;
}

.pagination-area.text-center.justify-content-center a {
    background: #000;
}
li.page-item.active .page-link {
    background: #f95d21 !important;
    color: #fff !important;
}


/*loader css starts here*/
div.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f2a0136e;
    /*background-color: rgba(255, 134, 134, 0.5);*/
    z-index: 9999;
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.uil-ring-css {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
}

.uil-ring-css>div {
    position: absolute;
    display: block;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 80px;
    box-shadow: 0 6px 0 0 #ffffff;
    -ms-animation: uil-ring-anim 1s linear infinite;
    -moz-animation: uil-ring-anim 1s linear infinite;
    -webkit-animation: uil-ring-anim 1s linear infinite;
    -o-animation: uil-ring-anim 1s linear infinite;
    animation: uil-ring-anim 1s linear infinite;
}

/*loader css ends here..*/
a.remove-all {
    float: right;
    color: #FF4747 !important;
    padding: 8px 0px;
    font-size: 17px;
}
.col-lg-6.col-md-12.continue-shop.p-0 {
    float: left;
}
.col-lg-6.col-md-12.remove-all {
    float: right;
    float: right;
    color: #FF4747;
    padding: 8px 0px;
}
ul.navbar-nav.ms-auto.header-nav button {
    background-color: transparent !important;
    padding: 0;
    margin: 0;
    outline: unset !important;
    box-shadow: none !important;
}
.navbar-nav .btn-primary .badge {
    position: absolute;
    top: -10px;
    right: 7px;
    background-color: #FF4747;
    color: #fff;
    font-size: 8px;
    width: 20px;
    height: 20px;
    padding: 2px 4px !important;
    border-radius: 100%;
    display: grid;
    align-items: center;
}
li.nav-item.shopping-cart {
    position: relative;
}
.col-lg-2.col-md-6.col-sm-12.product-blog-image {
    text-align: center;
}
.col-lg-12.col-md-12.order-confirm h4 {
    font-size: 20px;
}
.col-lg-12.col-md-12.order-confirm select {
    background: #fff;
}
p.delete {
    cursor: pointer;
    color: red !important;
}
.table-responsive {
    overflow: hidden;
}
.container-fluid.chekout-section.p-5 {
    margin-top: 40px;
}
.col-lg-12.col-md-12.order-confirm.checkout {
    border: none;
    padding: 0;
}
.billing-section {
    border: solid thin #70707045;
    padding: 2rem 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 5px;
}
.billing-section .form-group.col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
}
.already-custom label {
    font-size: 20px;
}
.billing-section .already-custom label a {
    text-decoration: underline !important;
}
.already-custom label a {
    font-family: 'latobold';
    font-size: 20px;
    color: #030201;
}
.checkbox.checkout-guest .first.form-check {
    margin-top: 0px;
}
.billing-section .first.form-check {
    margin-left: 25px;
}
.chekout-section .wpcf7-list-item input {
    top: 0px;
    float: left;
    width: 26px;
    cursor: pointer;
    background-color: unset !important;
    padding: unset !important;
    vertical-align: middle;
    position: relative;
}
.checkbox.checkout-guest .wpcf7-list-item input[type="checkbox"]:before {
    background: #EEEEEE;
    width: 32px;
    height: 32px;
    padding: 7px 7px;
}
.col-md-6.col-md-6.checkbox.checkout-guest label {
    text-decoration: underline;
    position: relative;
    display: block;
}
.checkbox.checkout-guest label.chekboxMainText span {
    color: #000000 !IMPORTANT;
    font-family: 'latoregular';
}
.billing-section .form-group.col-md-6.already-custom {
    margin: 0px;
    float: left;
}
.dd-dflex {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.already-custom.checkbox {
    margin-left: 10px;
}
.billing-section .first.form-check {
    margin-left: 25px;
}
.billing-section .first.form-check {
    margin-top: 1rem;
}
.billing-heading .billing-section .already-custom.checkbox input {
    top: 7px;
}
.chekout-section .wpcf7-list-item input[type="checkbox"]:checked:before {
    background-image: url(../images/white-check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F2A013;
    border: 0;
}
.billing-heading .billing-section .already-custom.checkbox input {
    top: 19px;
}
div#card-element {
    padding: 14px 13px 14px 14px;
    border: 1px solid #0000003b;
    border-radius: 6px;
}
.inner-form-card img {
    max-width: 30%;
    margin-top: 0.5rem;
}
.place-your {
    width: 100%;
    background-color: #f2a013;
    color: #fff;
    float: left;
    padding: 14px;
    text-align: center;
    font-family: 'latobold';
    font-size: 16px;
    border-radius: 5px;
}
.submenu {
    display: none;
    position: absolute;
    z-index: 1;
}

.nav-item:hover .submenu {
    display: block;
}

ul.submenu {
    background: #000;
    padding: 10px 6px 6px 10px;
    margin: 0;
    width: 120px !important;
}

ul.submenu li {
    margin: 10px 6px 15px 6px;
}
div#loginModal {
    z-index: 9999;
}
